@charset "UTF-8";

/********************************************************

		header

********************************************************/
#header {top:0;left:0;width:100%;height:100px;background-color:transparent;z-index:999999;-webkit-transition-duration:0.5s;-m-transition-duration: 0.5s;-o-transition-duration:0.5s;-ms-transition-duration:0.5s;transition-duration:0.5s;box-sizing:border-box;position: fixed;}
#header:before {content:'';position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;-webkit-transition-duration:1s;-m-transition-duration: 1s;-o-transition-duration:1s;-ms-transition-duration:1s;transition-duration:1s;background-color: transparent;}
#header header {position:relative;max-width:1170px;margin:0 auto;z-index:2;}
#header h1 {float:left;padding:20px 0;}
#header h1 a {display: block;width: 100%;height: 100%;}
#header h1 a img {vertical-align: middle;}
.mobile_img {display: none;}
@media screen and (max-width: 1300px){
	/*header*/
	#header header {margin:0 15px;}
	/*#header__menu {margin-left:20px;}*/
	.popup-layer > div {left: 0 !important;}
}
@media screen and (max-width: 1024px){
	/*#header {height:60px;}*/
	#header h1 {padding:11px 0;}
	/*#header h1 img {height:25px;}*/
}

.header-inner {float:right;}


.sub__menu {position:fixed;top:100px;left:0;width:100%;background-color:#b80b35;z-index:99;}
.sub__menu .menu-inner {max-width:1170px;margin:0 auto;}
.sub__menu h2 {float:left;width:170px;height:55px;background-color:#333;font-weight:800;font-size:15px;color:#fff;text-align:center;line-height:55px;letter-spacing:-0.5px;box-sizing:border-box;}
.sub__menu ul {float:right;}
.about-menu {margin-left:118px;}
.artist-menu {margin-left:412px;}
.irpr-menu {margin-left:526px;}
.partner-menu {float:right !important;}
.sub__menu li {display:inline-block;margin-left:35px;}
.sub__menu a {display:block;padding:19px 0;font-weight:800;font-size:14px;color:#fff;letter-spacing:-0.5px;text-transform:uppercase;}
.sub__menu li.on a {color:#333;}
@media screen and (max-width: 1300px){
	.sub__menu ul {float:right;margin-left:0;margin-right:15px;}
}
@media screen and (max-width: 768px){
	#sub {padding-bottom:50px;}
}


#header__lnb {display:inline-block;}
/*#header__lnb > .nav > ul > li {display:inline-block;margin-left:60px;box-shadow:0 0 1px transparent;-webkit-transform:perspective(1px) translateZ(0);-moz-transform:perspective(1px) translateZ(0);-ms-transform:perspective(1px) translateZ(0);-o-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);}*/
#header__lnb > .nav > .lnb-menu > li {display:inline-block;}
#header__lnb > .nav > .lnb-menu > li > a {display:block;padding:37.5px 0;font-weight:600;font-size:18px;color:#fff;letter-spacing:-0.5px;-webkit-transform:perspective(1px) translateZ(0);-moz-transform:perspective(1px) translateZ(0);-ms-transform:perspective(1px) translateZ(0);-o-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);}
#header__lnb > .nav > .lnb-menu > li > a:after {content:'';position:absolute;left:50%;right:50%;bottom:0;height:2px;margin-bottom:0;background-color:#1035a7;z-index:-1;-webkit-transition-property:left,right;transition-property:left,right;-webkit-transition-duration:0.3s;-moz-transition-duration:0.3s;-ms-transition-duration:0.3s;-o-transition-duration:0.3s;transition-duration:0.3s;-webkit-transition-timing-function:ease-out;-moz-transition-timing-function:ease-out;-ms-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out;}
#header__lnb > .nav > .lnb-menu > li.on > a {color:#416ac7 !important;}
#header__lnb > .nav > .lnb-menu > li.on > a:after {left:0;right:0;}
#header__lnb > .nav > .lnb-menu > li#gnb_list1 {margin-left:0 !important;}
@media screen and (min-width: 1025px){
	#header__lnb > .nav > .lnb-menu > li {width:140px;text-align:center;}
	#header__lnb > .nav > .lnb-menu > li > a:hover {color:#416ac7 !important;}
	/*
	#header__lnb > .nav > .lnb-menu > li#lnb_menu1 > a:before {content:'ABOUT';}
	#header__lnb > .nav > .lnb-menu > li#lnb_menu2 > a:before {content:'BUSINESS';}
	#header__lnb > .nav > .lnb-menu > li#lnb_menu3 > a:before {content:'PRODUCT';}
	#header__lnb > .nav > .lnb-menu > li#lnb_menu4 > a:before {content:'PROTFOLIO';}
	#header__lnb > .nav > .lnb-menu > li#lnb_menu5 > a:before {content:'CONTENTS';}
	#header__lnb > .nav > .lnb-menu > li span {display:none;}
	*/
	#header__lnb > .nav > .lnb-menu > li.on > a:before,
	#header__lnb > .nav > .lnb-menu > li:hover > a:before {content:none;display:none;}
	#header__lnb > .nav > .lnb-menu > li.on span,
	#header__lnb > .nav > .lnb-menu > li:hover span {display:block;}

}

/* header fixed */
#header.hover {background-color:#fff;position: fixed !important;}
#header.fixed {background-color:#fff;border-bottom:1px solid #eee;position: fixed !important;}
#header h1 span {background:url(/images/common/logo_hover.png) no-repeat 0;}
#header #header__lnb .lnb-menu > li > a {color:#333;}
#header #header__language select {background:url(/images/board/select_bg_off.png) no-repeat 90% center !important;border-color:#fff;color:#fff;}
#header #header__menu button span.line {background-color:#fff;}
#header.fixed h1 span {background:url(/images/common/logo.png) no-repeat 0;}
#header.fixed #header__lnb .lnb-menu > li > a {color:#333;}
#header.fixed #header__language select {background:url(/images/board/select_bg.png) no-repeat 90% center !important;border-color:#666;color:#333;}
#header.fixed #header__menu button span.line {background-color:#333;}

/* header hover */
#header.hover:before {opacity:0.8;}
#header.hover h1 span {background:url(/images/common/logo.png) no-repeat 0;}
#header.hover #header__lnb .lnb-menu > li > a {color:#333;}
#header.hover #header__language select {background:url(/images/board/select_bg.png) no-repeat 90% center !important;border-color:#666;color:#333;}
#header.hover #header__menu button span.line {background-color:#333;}

/* header sub */
.lnb_sub_menu {display:none;position:absolute;top:100px;width:225px;padding:10px 15px;box-sizing:border-box;}
.lnb_sub_menu ol {position:relative;box-sizing:border-box;text-align:left;}
.lnb_sub_menu.sM2 ul {padding-left:531px;}
.lnb_sub_menu.sM3 ul {padding-left:684px;}
.lnb_sub_menu.sM4 ul {padding-left:799px;}
.lnb_sub_menu.sM5 ul {padding-left:674px;text-align:right}
.lnb_sub_menu.sM5 li:last-child {margin-right:0;}
.lnb_sub_menu li {display:block;margin:10px 0;}
.lnb_sub_menu li a {display:block;font-weight:300;font-size:14px;color:#fff;letter-spacing:1px;text-transform:uppercase;text-align:center;}

.header__menu-list li.on a {color:#333;}
@media screen and (min-width: 1025px){
.lnb_sub_menu li a:hover {color:#a4e3ff;}
.lnb_sub_menu li:hover a {color:#a4e3ff;}
.header__menu-list li:hover a {color:#81d6f3;}
.lnb_sub_menu:before {content:'';position:absolute;top:0;left:0;width:100%;height:100%;background-color:#0a257e;opacity:0.8;border-radius:0 0 5px 5px}
}
@media screen and (max-width: 1024px){
	.header-inner {display:none;overflow-y:auto;position:fixed;top:0;left:-1px;width:101%;height:1024px;height:100%;margin:0 !important;background-color:transparent;z-index:9999;text-align:center;}
	#header .header-inner:before {content:'';position:fixed;top:0;left:0;width:100%;height:100%;background-color:#000;opacity:0.9;}
	#header #header__lnb {display:table;float:none !important;width:100%;height:100%;}
	#header #header__lnb .nav {display:table-cell;position:relative;top:0 !important;height:auto;background-color:transparent;vertical-align:middle;}
	#header #header__lnb .nav:before {display:none}
	#header #header__lnb .lnb-menu {margin-top:25px;}
	#header.fixed #header__lnb .lnb-menu > li > a,
	#header #header__lnb .lnb-menu > li > a {color:#efefef;}
	#header #header__lnb .lnb-menu > li.ov > a {color:#ccc;}
	#header #header__lnb .lnb-menu > li.on > a {color:#416ac7;}
	#header #header__lnb .lnb-menu > li > a span {padding:0;}
	#header #header__lnb .lnb-menu > li h2 {font-size:16px;}
	#header #header__lnb .lnb-menu > li > a {padding:10px !important;font-size:20px;}
	#header #header__lnb .lnb-menu > li {float:none;width:100% !important;padding:0;border:none;}
	/*#header #header__lnb .lnb-menu > li.on > a {color:#fff;}
	#header #header__lnb .lnb-menu > li.on > a:after {height:45px;background-color:transparent;border:2px solid #fff;}
	#header #header__lnb .lnb-menu > li.on {background-color:#333;border:1px solid #999;border-width:1px 0;}*/
	#header #header__lnb > .nav > .lnb-menu > li > a:after {content:none;}
	#header .lnb_sub_menu {position:static;width:auto;padding-bottom:20px;background-color:transparent;text-align:center;}
	#header .lnb_sub_menu ol {text-align:center;}
	#header .lnb_sub_menu li {display:block;margin:0 15px;}
	#header .lnb_sub_menu li a {padding:5px 0;font-size:16px;color:#aaa;}
}

/*검색 바*/
#header__search {position:relative;margin:29.5px 0;}
#header__search input {width:100%;height:35px;padding-right:15px;background-color:transparent;border:none;border-bottom:1px solid #fff;border-radius:0;box-shadow:none;font-size:12px;color:#fff;box-sizing:border-box;-webkit-box-shadow: none;-webkit-appearance: none;}
#header__search input::-webkit-input-placeholder {color:#fff !important;}
#header__search button {position:absolute;top:14px;right:0;width:11px;height:14px;background:url(/images/common/btn_search_on.png) no-repeat 0;border:none;text-indent:-9999px;cursor:pointer;}
#header.fixed #header__search input {color:#666;border-bottom:1px solid #999;}
#header.fixed #header__search button {background:url(/images/common/btn_search.png) no-repeat 0;}
#header.fixed #header__search input::-webkit-input-placeholder {color:#666 !important;}
#header.hover #header__search input {color:#666;border-bottom:1px solid #999;}
#header.hover #header__search button {background:url(/images/common/btn_search.png) no-repeat 0;}
#header.hover #header__search input::-webkit-input-placeholder {color:#666 !important;}
@media screen and (max-width: 1024px){
	#header__search {width:205px;margin:0 auto;color:#fff !important;}
	#header.hover #header__search button {background:url(/images/common/btn_search_on.png) no-repeat 0;}
	#header.fixed #header__search button {background:url(/images/common/btn_search_on.png) no-repeat 0;}
	#header.hover #header__search input::-webkit-input-placeholder,
	#header.fixed #header__search input::-webkit-input-placeholder {color:#fff !important;}
}



/*언어*/
#header__language {display:inline-block;margin-left:62px;padding:38.5px 0;vertical-align:top;}
#header__language select {width:95px;height:27px;padding:5px;background:url(/images/board/select_bg.png) no-repeat 90% center !important;background-color:transparent;border:1px solid #666;font-size:12px;color:#333;box-sizing:border-box;}
#header__language option {color:#333;}


/*모바일 버튼*/
#header__mobile {display:none;position:absolute;top:25px;right:0;background-color:transparent;box-sizing:border-box;z-index:999999}
#header__mobile span {display:block;width:30px;height:2px;margin:0 auto;background-color:#333;-webkit-transition: all 0.3s ease-in-out;-o-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out;}
#header.fixed #header__mobile span {background-color:#333;}
#header__mobile.active span {background-color:#fff;}
#header__mobile .mid2 {margin:8px 0;}

#header__mobile.active{-webkit-transition: all 0.3s ease-in-out;-o-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out;-webkit-transition-delay: 0.6s;-o-transition-delay: 0.6s;transition-delay: 0.6s;-webkit-transform: rotate(45deg);-ms-transform: rotate(45deg);-o-transform: rotate(45deg);transform: rotate(45deg);}
#header__mobile.active span {background-color:#fff !important;}
#header__mobile.active span.mid2{width: 0px;}
#header__mobile.active span.mid1,
#header__mobile.active span.mid3 {-webkit-transition-delay: 0.3s;-o-transition-delay: 0.3s;transition-delay: 0.3s;}
#header__mobile.active span.mid1{-webkit-transform: translateY(10px);-ms-transform: translateY(10px);-o-transform: translateY(10px);transform: translateY(10px);}
#header__mobile.active span.mid3 {-webkit-transform: translateY(-10px) rotate(90deg);-ms-transform: translateY(-10px) rotate(90deg);-o-transform: translateY(-10px) rotate(90deg);transform: translateY(-10px) rotate(90deg);}
@media screen and (max-width: 1024px){
	#header #header__mobile {display:block;}
}


/* layout btn */
.header__layoutBtn {position:absolute;top:7px;right:100px;z-index:999999}
.header__layoutBtn select {display:block;width:80px;line-height:20px;background:url(/images/board/select_bg_off.png) no-repeat 90% center transparent !important;border:none;border-bottom:1px solid #fff;font-size:12px;color:#fff;outline:none;}
.header__layoutBtn select option {padding:5px 0;color:#fff;background-color:transparent;border:none;outline:none;}
#header.fixed .header__layoutBtn select {background:url(/images/board/select_bg.png) no-repeat 90% center transparent !important;border-bottom:1px solid #333;color:#333;}
#header.fixed .header__layoutBtn select option {color:#333;background-color:#fff;}
#header.hover .header__layoutBtn select {background:url(/images/board/select_bg.png) no-repeat 90% center transparent !important;border-bottom:1px solid #333;color:#333;}
#header.hover .header__layoutBtn select option {color:#333;background-color:#fff;}
.header__layoutBtn a {display:inline-block;font-size:12px;color:#ccc;vertical-align:middle;}
.header__layoutBtn a:before {content:'';display:inline-block;width:1px;height:8px;margin:0 10px;background-color:#999;vertical-align:middle;}
.header__layoutBtn a:first-child:before {content:none;}
.header__layoutBtn a.on {font-weight:600;color:#fff;}
#header.fixed .header__layoutBtn a {color:#666;}
#header.fixed .header__layoutBtn a:before {background-color:#666;}
#header.hover .header__layoutBtn a {color:#666;}
#header.fixed .header__layoutBtn a.on {color:#333;}

/* 메인 바로가기 btn */
.header__mainBtn {position:absolute;top:7px;right:0;z-index:999999}
.header__mainBtn select {display:block;width:80px;line-height:20px;background:url(/images/board/select_bg_off.png) no-repeat 90% center transparent !important;border:none;border-bottom:1px solid #fff;font-size:12px;color:#fff;outline:none;}
.header__mainBtn select option {padding:5px 0;color:#fff;background-color:transparent;border:none;outline:none;}
#header.fixed .header__mainBtn select {background:url(/images/board/select_bg.png) no-repeat 90% center transparent !important;border-bottom:1px solid #333;color:#333;}
#header.fixed .header__mainBtn select option {color:#333;background-color:#fff;}
#header.hover .header__mainBtn select {background:url(/images/board/select_bg.png) no-repeat 90% center transparent !important;border-bottom:1px solid #333;color:#333;}
#header.hover .header__mainBtn select option {color:#333;background-color:#fff;}
.header__mainBtn a {display:inline-block;font-size:12px;color:#ccc;vertical-align:middle;}
.header__mainBtn a:before {content:'';display:inline-block;width:1px;height:8px;margin:0 10px;background-color:#999;vertical-align:middle;}
.header__mainBtn a:first-child:before {content:none;}
.header__mainBtn a.on {font-weight:600;color:#fff;}
#header.fixed .header__mainBtn a {color:#666;}
#header.fixed .header__mainBtn a:before {background-color:#666;}
#header.hover .header__mainBtn a {color:#666;}
#header.fixed .header__mainBtn a.on {color:#333;}
@media screen and (max-width: 1024px){
	.header__layoutBtn,
	.header__mainBtn {display:inline-block;position:static;margin:0 10px;}
	.header__layoutBtn select,
	.header__mainBtn select {margin:0 auto;}
	.header__layoutBtn select,
	#header.fixed .header__layoutBtn select,
	.header__mainBtn select,
	#header.fixed .header__mainBtn select {background:url(/images/board/select_bg_off.png) no-repeat 90% center transparent !important;border-color:#fff;color:#fff;}
	.header__layoutBtn select option,
	#header.fixed .header__layoutBtn select option,
	.header__mainBtn select option,
	#header.fixed .header__mainBtn select option {color:#333;}
}



/********************************************************

		footer

********************************************************/
#footer {overflow:hidden;width: 100%;margin: 0px auto 0;position: relative;z-index: 99999;}
#footer footer {position:relative;}
#footer .clear {clear:both}
#footer legend {display:none;}
#footer #layer-file-footer {display:none;position:absolute;padding:20px;border:1px solid #333;background:#fff;z-index:30;top:-250px !important;left:160px !important;}
/*#footer .btnTop {display:none;position:fixed;left:50%;bottom:15px;width:40px;height:40px;margin-left:615px;background:url(/images/common/btn_top.gif) no-repeat center;background-size:cover !important;text-indent:-9999px;z-index:99999;cursor:pointer;}
#footer .btnTop.btnTop-bot {position:absolute;bottom:135px;}*/
/*#footer .btnTop.btnTop-bot.main-btn-top {bottom:200px;}*/
/*#footer .footer__address {position:absolute;top:0;right:0;}#footer .footer__sns {margin-bottom:10px;text-align:right;}
#footer .footer__sns li {display:inline-block;margin-left:5px;}
#footer address {font-style:normal;font-size:15px;text-align:right;letter-spacing:-0.5px;}
#footer address strong {display:block;font-size:22px;letter-spacing:-0.5px;}

@media screen and (max-width: 1335px){
	#footer .btnTop {left:auto;right:15px;margin-left:0;}
	#footer .btnTop.btnTop-bot {right:0;}
}

@media screen and (max-width: 1024px){
	#footer {padding:25px 15px;}
	#footer footer {margin:0;}
	#footer h2 {display:none;}
	#footer .footer__sns li img {height:30px;}
	#footer .copyright {font-size:12px;text-align:center;line-height:16px;}
	#footer .footer__address {position:static;}
	#footer .footer__sns {text-align:center;}
	#footer address strong {font-size:16px;}
	#footer address {font-size:13px;text-align:center;}
	#footer .btnTop.btnTop-bot {bottom:220px;}
	#footer .btnTop.btnTop-bot.main-btn-top {bottom:230px;}
}*/
#footer .f_top {overflow:hidden;padding:15px 0;background-color: #f2f2f2;border-bottom: 1px solid #e6e6e6;box-sizing: border-box;border-top: 1px solid #e6e6e6;}
#footer .f_top .inner {overflow:hidden;max-width:1170px;margin:0 auto;padding:0 34px;box-sizing:border-box;}
#footer .f_top .left {float:left;}
#footer .f_top .left strong {display:block;margin-bottom:44px;color:#fff;font-weight:bold;font-size:14px;}
#footer .f_top .left > span {display:inline-block;position: relative;margin-right: 10px;padding-right: 10px;}
#footer .f_top .left > span:after {position: absolute;right: 0;width: 1px;height: 10px;top: 6px;background-color: #c0c0c0;content: '';}
#footer .f_top .left > span:last-child:after {display: none;}
#footer .f_top .left > span a {font-size: 14px;color: #666;}
#footer .f_top .left > span span.title {display:inline-block;text-align:left}

#footer .f_top .left.d_info {position:relative;box-sizing:border-box;}
#footer .f_top .left.d_info .title {margin-bottom:0;}
#footer .f_top .left.d_info .info1 {margin-bottom:7px;color:#fff;font-size:15px;letter-spacing:-0.5px}
#footer .f_top .left.d_info .info1 span.title {width:27px;color:#fff;font-size:15px}
#footer .f_top .left.d_info .info2 {margin-bottom:26px;color:#fff;font-size:15px;letter-spacing:-0.5px}
#footer .f_top .left.d_info .info2 span.title {width:27px;color:#fff;font-size:15px}
#footer .f_top .left.d_info .info3 {margin-bottom:8px;color:#acacac;}
#footer .f_top .left.d_info .info3 span.title {width:77px;color:#acacac;font-size:15px;letter-spacing:-0.5px}
#footer .f_top .left.d_info .info4 {margin-bottom:34px;color:#acacac;}
#footer .f_top .left.d_info .info4 span.title {width:77px;color:#acacac;}
#footer .f_top .left.d_info .info5 {margin-bottom:24px;color:#acacac;}
#footer .f_top .left.d_info .info6 {position:absolute;bottom:0;cursor:pointer;}
#footer .f_top .left.d_info .info6 .title {display:block;width:95px;height:28px;line-height:28px;padding:0 14px;border:1px solid #444;color:#777;background:url(/images/common/family_up_btn.png) no-repeat 100px center;}
#footer .f_top .left.d_info .info6 .title:hover {border:1px solid #fff;}
#footer .f_top .left.d_info .info6.on .title {background:url(/images/common/family_down_btn.png) no-repeat 100px center;}
#footer .f_top .left.d_info .info6 .family_list {display:none;position:absolute;left:0;}
#footer .f_top .left.d_info .info6.on .family_list {display:block;}
#footer .f_top .left.d_info .info6 .family_list li {width:123px;height:28px;background:#242424;}
#footer .f_top .left.d_info .info6 .family_list li a {display:block;width:95px;height:100%;line-height:28px;padding:0 14px;border: 1px solid #444;}

#footer .f_top .left.service {display:none;position:relative;width:121px;letter-spacing:0; height:293px;}
#footer .f_top .left.service a {display:block;color:#acacac;font-size:14px;}
#footer .f_top .left.service a.last {position:absolute;bottom:0;width:100%;height:28px;line-height:28px;padding: 0 14px;border:1px solid #444;color:#777;font-size:13px;text-align:center;}
#footer .f_top .left.service a.last:hover {border:1px solid #fff;}

#footer .f_top .right {float:right;width:18%;text-align: right;}
#footer .f_top .right span {margin-left: 10px;}

#footer .contact_form input[type=text],
#footer .contact_form button {height:33px;line-height:33px;padding:0 10px; background:transparent;border:1px solid #444;color:#999;box-sizing:border-box;transition: all .4s ease-in-out;webkit-transition:all ease-in-out .4s;-moz-transition:all ease-in-out .4s;-o-transition:all ease-in-out .4s;-ms-transition:all ease-in-out .4s;}
#footer .contact_form select {height:35px;padding:0 10px;background:transparent;border:1px solid #444;color: #666;}
#footer .contact_form strong {display:block;margin-bottom:14px;color:#fff;font-weight:bold;font-size:14px;}
#footer .contact_form input[type=text]:focus,
#footer .contact_form button:focus,
#footer .contact_form textarea:focus,
#footer .contact_form select:focus {border:1px solid #fff;outline: 1px solid #fff;}
#footer .contact_form .form_left {float:left;width:47.66%;margin-right:1%;}
#footer .contact_form .form_left > div {margin-bottom:10px;}
#footer .contact_form .form_left #captchaimage {display:inline-block;width:32.41%;height:32px;vertical-align:top}
#footer .contact_form .form_left #captchaimage2 {display:inline-block;width:32.41%;height:32px;vertical-align:top}
#footer .contact_form .form_left #captchaimage2 img {height:100%;}
#footer .contact_form .ipt_line1 input[type=text] {width:49.31%;}
#footer .contact_form .ipt_line1 input:first-child {margin-right:1.38%;}
#footer .contact_form .ipt_line2 input[type=text] {width:49.31%;}
#footer .contact_form .ipt_line2 input:first-child {margin-right:1.38%;}
#footer .contact_form .ipt_line3 input[type=text] {width:32.41%;margin-right:1.38%;}
#footer .contact_form .ipt_line3 select {width:32.41%;background:url(../../../images/common/footer_select_bg.png) no-repeat 90% center;appearance:none;-webkit-appearance:none;-moz-appearance:none;}
#footer .contact_form .ipt_line4 input[type=text] {width:100%;}
#footer .contact_form .ipt_line4 button {width:23.44%;margin-left:1.38%;padding:0;color:#666;font-size:12px;text-align:center;}
#footer .contact_form .ipt_line4 button.btn1 {background:#000;}
#footer .contact_form .ipt_line4 button.btn1:hover {color:#fff;}
#footer .contact_form .ipt_line4 button.btn2 {color:#b6b6b6;}
#footer .contact_form .ipt_line4 button.btn2:hover {color:#fff;}
#footer .contact_form .form_right {float:right;width:51.3%;}
#footer .contact_form .chk_area {width:96.4%;min-height:19px;margin-bottom:18px;padding-top:10px;}
#footer .contact_form .chk_area > span {display:inline-block;}
#footer .contact_form .chk_area input {width:10px;height:10px;margin-right:8px;background:#000;vertical-align:middle;}
#footer .contact_form .chk_area label {margin-right:7px;font-size:13px;letter-spacing:-0.5px}
#footer .contact_form .text_area {height:118px;margin-bottom:14px;}
#footer .contact_form .text_area textarea {width:100%;height:100%;padding:10px;background:transparent;border:1px solid #444;color:#fff;box-sizing:border-box;scrollbar-arrow-color:#a6a6a6;scrollbar-base-color:#a6a6a6;}
#footer .contact_form .btn_area {text-align:right;}
#footer .contact_form .btn_area button {width:80px;height:35px;line-height:35px;background:#000;border:1px solid #444;color:#a6a6a6;font-weight:bold;}
#footer .contact_form .btn_area:hover button {color:#fff;}

#footer .f_bottom {background:#f2f2f2;color:#666;font-size:13px;letter-spacing:0;padding:20px 0;}
#footer .f_bottom .inner {max-width:1170px;margin:0 auto;overflow: hidden;padding:0 35px;box-sizing:border-box;}
#footer .f_bottom .left {}
#footer .f_bottom .left {float: left;width: 80%;font-weight:300;font-size: 13px;line-height: 24px;color: #666;}
#footer .f_bottom .bu {display:inline-block;width:1px;height:13px;margin:0 10px;background-color:#cbcbcb;vertical-align:middle;}
#footer .f_bottom .right {float: right;width: 20%;text-align: right;margin-top: 25px;}
#footer .copyright {font-weight: 300;display: inline-block;margin-top: 10px;}
#footer .f_bottom .right a {display:inline-block;padding:0 10px;font-weight:bold;font-size:15px;}
#footer .f_bottom .right a:hover {color:#fff;}
#footer .f_bottom .right a:first-child {margin-right:5px;}
@media screen and (max-width:1330px){
	#footer .btnTop,
	#footer .btnTop.btnTop-bot.main-btn-top {left:auto;right:10px;margin-left:0;}
}
@media screen and (max-width:1190px){
	#footer .f_top .inner,
	#footer .f_bottom .inner {margin:0 15px;padding:0;}
}
@media screen and (max-width:900px){
	#footer .contact_form .form_left {float:none;width:auto;margin-right:0;}
	#footer .contact_form .form_right {float:none;width:auto;}
	#footer .contact_form .form_left > div {margin-bottom:5px;}
	#footer .contact_form .chk_area,
	#footer .contact_form .text_area {margin-bottom:5px;}
}
@media screen and (max-width:640px){
	/*#footer .f_top .right {width:100%;}*/
	/*#footer .f_top .left.d_info {width:100%;padding-right:0;}*/
	#footer .f_top .left strong {margin-bottom:14px;}
	#footer .f_top .left.d_info .info1 {margin-bottom:5px;font-size:12px;}
	#footer .f_top .left.d_info .info2 {margin-bottom:15px;font-size:12px;}
	#footer .f_top .left.d_info .info1 span.title,
	#footer .f_top .left.d_info .info2 span.title,
	#footer .f_top .left.d_info .info3 span.title,
	#footer .f_top .left.d_info .info3 {font-size:12px;}
	#footer .f_top .left.d_info .info3 span.title {width:65px;}

	#footer .contact_form input[type=text],
	#footer .contact_form button,
	#footer .contact_form .ipt_line3 select {height:28px;line-height:28px;}
}



body {background-color:#fff;}




/********************************************************

		sub

********************************************************/
#sub {padding-bottom:100px;}

/*#sub {padding-top:80px;}*/
/*#sub {padding-top:135px;padding-bottom:70px;}*/
.sub__menu {position:fixed;top:80px;left:0;width:100%;background-color:#b80b35;z-index:99;}
.sub__menu .menu-inner {max-width:1170px;margin:0 auto;}
.sub__menu h2 {float:left;width:170px;height:55px;background-color:#333;font-weight:800;font-size:15px;color:#fff;text-align:center;line-height:55px;letter-spacing:-0.5px;box-sizing:border-box;}
.sub__menu ul {float:right;}
.about-menu {margin-left:118px;}
.artist-menu {margin-left:412px;}
.irpr-menu {margin-left:526px;}
.partner-menu {float:right !important;}
.sub__menu li {display:inline-block;margin-left:35px;}
.sub__menu a {display:block;padding:19px 0;font-weight:800;font-size:14px;color:#fff;letter-spacing:-0.5px;text-transform:uppercase;}
.sub__menu li.on a {color:#333;}
@media screen and (max-width: 1300px){
	.sub__menu ul {float:right;margin-left:0;margin-right:15px;}
}
@media screen and (max-width: 768px){
	#sub {padding-bottom:50px;}
}





/***********************************************************************
	서브 메뉴 2차 카테고리
************************************************************************/
.sub-menu {margin-top:-80px;}





/***********************************************************************
	서브 탭
************************************************************************/
.sub__tab li a {background-color:#f1f1f1;}
.sub__tab li:hover,
.sub__tab li.on {border-bottom-color:#fff;}
.sub__tab li:hover a,
.sub__tab li.on a {background-color:#fff;}
@media screen and (max-width: 640px){
	.sub__tab li:hover,
	.sub__tab li.on {border-bottom-color:#333;}
	.sub__tab li:hover a,
	.sub__tab li.on a {background-color:#333;color:#fff;}
}





/********************************************************

		sub__spot

********************************************************/
.sub__spot {position:relative;width:100%;height:210px;text-align:center;}
.sub__spot:before {content:'';position:absolute;top:0;left:0;width:100%;height:100%;font-family:'Open Sans';font-weight:bold;font-size:200px;color:#f4f4f4;line-height:200px;}
.sub__spot .l-table {position:relative;}
.sub__spot .h-spot {font-family:'Open Sans';font-weight:800;font-size:16px;color:#111;line-height:24px;letter-spacing:3px;text-transform:uppercase;}
@media screen and (max-width: 1300px){
	.sub__spot:before {font-size:130px;}
}





/* =================================================================

 	main 공통

 ================================================================= */
 /*#container {padding-bottom:90px;}*/
.main_var1 {padding-bottom:100px;}

#main section .maxWidth {max-width:1170px;margin:0 auto;}
@media screen and (max-width: 1200px){
	#main section .maxWidth {margin:0 15px !important;}
	#container .l-content .maxWidth {margin:0 15px;padding:0;}
}
@media screen and (max-width: 1024px){
	.main_var1 {padding-bottom:50px;}
}





/* =================================================================
 	메인 슬라이드
 ================================================================= */
#main > section#main__slider {position:relative;padding:0 !important;}
#main__slider .slider-inner {height:900px;height:100vmin;padding-top:0;}
#main__slider .bx-default-pager {display:none;}



/***********************************************************************
	컬러변경
************************************************************************/
.bx-wrapper .bx-pager.bx-default-pazger a {width:15px;height:15px;border:5px solid transparent;border-radius:50%;background-color:#fff;}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {background-color:transparent;border:2px solid #eee;}
.pointColor {color:#999 !important;}




/***********************************************************************
	메인 비지니스 관련 4개 다이어그램
************************************************************************/
.main_var2 #main__business .maxWidth {height:70%;}



/***********************************************************************
	포트폴리오
************************************************************************/
#main #main__portfolio .maxWidth,
#main #main__text .maxWidth {max-width:100%;margin:0 !important;}
#main #main__portfolio .maxWidth {margin:0;}

/*포트폴리오 리스트 간격 조정*/
#main #portfolioList--1,
#main #portfolioList--3,
#main #portfolioList--4,
#main #portfolioList--5,
#main #portfolioList--6 {padding:0 30px;}

/*포트폴리오 리스트 가로 컬럼 갯수 조절*/
#main #portfolioList--1 .pf-list li,
#main #portfolioList--3 .pf-list li,
#main #portfolioList--4 .pf-list li,
#main #portfolioList--5 .pf-list li,
#main #portfolioList--6 .pf-list li {width:18.5%;}

#main #portfolioList--2 .pf-list li {width:25%}
@media screen and (max-width: 1920px){
	#main #portfolioList--1 .pf-list li,
	#main #portfolioList--3 .pf-list li,
	#main #portfolioList--4 .pf-list li,
	#main #portfolioList--5 .pf-list li,
	#main #portfolioList--6 .pf-list li {width:18.51%;}
	#main #portfolioList--2 .pf-list li {width:25%}
}
@media screen and (max-width: 1430px){
	#main #portfolioList--1 .pf-list li,
	#main #portfolioList--3 .pf-list li,
	#main #portfolioList--4 .pf-list li,
	#main #portfolioList--5 .pf-list li,
	#main #portfolioList--6 .pf-list li {width:23.5%;}

	#main #portfolioList--2 .pf-list li {width:33.333%}
}
@media screen and (max-width: 1024px){
	#main #portfolioList--1,
	#main #portfolioList--3,
	#main #portfolioList--4,
	#main #portfolioList--5,
	#main #portfolioList--6 {padding:0 7px;}

	#main #portfolioList--1 .pf-list li,
	#main #portfolioList--3 .pf-list li,
	#main #portfolioList--4 .pf-list li,
	#main #portfolioList--5 .pf-list li,
	#main #portfolioList--6 .pf-list li {width:31.86%}
	#header header {overflow: inherit;}
}
@media screen and (max-width: 768px){
	#main__portfolio .l-portfolioList .title {margin-bottom:5px;font-size:18px;}
	#main__portfolio .l-portfolioList .tab {margin-bottom:15px;}
}
@media screen and (max-width: 640px){
	#sub .portfolio .title {margin-bottom:10px;}
}

#main #slider.spot .slider-inner {height:76vmin;}
#header__search {display: none;}


#main #main__service.section {padding:75px 0;background-color: #f7f7f7;}
.titbox {overflow: hidden;position: relative;}
.m_title span {font-weight: 600;}
#main__service .titbox .more_tbtn {position: absolute;right: 15px;bottom: 0;}
#main__service .titbox .more_tbtn a {color: #666;font-size: 13px;font-weight: 500;}
#main__service .titbox .more_tbtn img {vertical-align: middle;margin-left: 15px;}
#main__service .banner_list {overflow: hidden;padding-top: 25px;box-sizing: border-box;}
#main__service .banner_list ul {margin: 0 -1.25%;}
#main__service .banner_list ul li {float: left;width: 47.5%;margin: 1.25%;max-height: 360px;overflow: hidden;}
#main__service .banner_list ul li a {display: block;width: 100%;height: 34.5vmin;max-height: 363px;position: relative;}
#main__service .banner_list ul li .imgbox img {width: 100%;}
#main__service .banner_list ul li .textbox {overflow:hidden;position: absolute;width:87%;background-color: rgba(255, 255, 255, 0.9);top: auto;left: 4vmin;bottom: 0vmin;right: 3vmin;-webkit-transition: all 0.9s ease; -moz-transition: all 0.9s ease;-o-transition: all 0.9s ease; transition: all 0.9s ease;height: 50px;}
#main__service .banner_list ul li .textbox:after {content:'';position:absolute;top:23px;right:30px;width:12px;height:7px;background-image:url(images/main/textbox_i.png);background-repeat:no-repeat;background-position:center;}
#main__service .banner_list ul li .textbox .set__table {text-align:left;padding:0 30px;box-sizing:border-box;}
#main__service .banner_list ul li .textbox .commp2 {margin-top:13px;}

@media screen and (min-width: 769px){
	#main__service .banner_list ul li .textbox .commp2 {overflow:hidden;height:27px;text-overflow:ellipsis;white-space:nowrap;display:block;}
}
#main__service .banner_list ul li .textbox .main__btn {margin-top:12px;}
.set__table {display: table-cell;vertical-align: middle;height: 100%;width: 100%;text-align: center;}
.set_table {display: table;table-layout:fixed;width: 100%;height: 100%;}
.commp2 {font-size: 18px;color: #333;}
.commp3 {font-size: 14px;font-weight: 350;color: #737373;}
.commp4 {font-size: 22px;font-weight: normal;color: #333;}
.commp5 {font-size: 16px;font-weight: 350;color: #666;}
.commp6 {font-size: 20px;font-weight: 600;color: #0f58a7;}
#main__service .set__table .commp3 {margin-top: 20px;}
#main__service .set__table .banner_blit {margin-top: 30px;display: none;}
@media screen and (min-width: 769px){
#main__service .banner_list ul li:hover .textbox {margin-bottom:0;height:210px;}
#main__service .banner_list ul li:hover .textbox .commp2 {margin-top:0;display:inline-block;border-bottom:1px solid #333;}
#main__service .banner_list ul li:hover .banner_blit {display: block;}
#main__service .banner_list ul li:hover .textbox:after {content:none;}
}
#main__service .banner_list .banner_blit {margin-left: 9px;  animation: horizontal 0.8s ease-in-out infinite;}
@keyframes horizontal {
  0% {
    margin-left: 5px;
  }
  50% {
    margin-left: 30px;
  }
  100% {
    margin-left: 5px;
  }
}
#main__down.section {box-sizing: border-box;padding:70px 0 !important;}
.down_set {overflow: hidden;}
.downbox {overflow: hidden;height: 360px;}
.downbox .con_l {float: left;width: 50%;margin-top:20px;text-align: center;}
.downbox .con_l span {display: inline-block;margin-top: 28vmin;-webkit-transition: all 2.5s ease;-moz-transition: all 2.5s ease;-o-transition: all 2.5s ease;transition: all 2.5s ease;}
.downbox .con_l img {width:100%;}
.downbox .con_r {float: left;width: 50%;padding-top: 0;padding-left:20px;box-sizing:border-box;}
.downbox .con_r .commp1 {margin-top: 20px;font-weight:500;font-size:18px;color:#333;}
.downbox .con_r .commp2.bot {margin-top:9px;font-weight:300;font-size:16px;color:#333;line-height:1.6}
.downbox .con_r .down_set {margin-top: 45px;}
.downbox .con_r .down_set .down_btn {float: left;}
.downbox .con_r .down_set .down_btn:first-child {margin-right:2%;}
#main__down.section.active .downbox .con_l span {margin-top: 0;}
.downbox .con_r {}
#main__notice .row .left {float: left;width: 50%;position: relative;padding: 0 30px;box-sizing: border-box;}
#main__notice .row .left:first-child {border-right: 1px solid #e6e6e6;box-sizing: border-box;}


.page_info {border-top: 1px solid #e6e6e6;box-sizing: border-box;border-bottom: 1px solid #e6e6e6;clear:both;}
.page_info .inner {max-width: 1170px;width: 100%;margin: 0 auto;height: 50px;}
.page_info .page_list {width: 100%;}
.page_info .page_list > li {float: left;box-sizing: border-box;position: relative;cursor: pointer;}
.page_info .page_list > li > span {color: #666;font-size: 14px;padding: 15px;box-sizing: border-box;display: block;width: 100%;height: 100%;border-right: 1px solid #e6e6e6;}
.page_info .page_list > li > span img {vertical-align: middle;position: absolute;top: 23px;right: 25px;}
.page_info .page_list > li:first-child span {padding: 15px 25px;border-left: 1px solid #e6e6e6;}
.page_info .page_list > li:first-child span img {position: static;}
.page_info .page_list > li:nth-child(2) {width: 175px;}
.page_info .page_list > li:nth-child(2) > span img { transition: 0.5s all ease;-webkit-transition: 0.5s all ease;-moz-transition: 0.5s all ease;-ms-transition: 0.5s all ease;-o-transition: 0.5s all ease;}
.page_info .page_list > li:nth-child(3) > span img { transition: 0.5s all ease;-webkit-transition: 0.5s all ease;-moz-transition: 0.5s all ease;-ms-transition: 0.5s all ease;-o-transition: 0.5s all ease;}
.page_info .page_list > li:last-child {width: 245px;}
.page_info .page_list > li.on > span img {-ms-transform: rotate(180deg);
-webkit-transform: rotate(180deg);
transform: rotate(180deg);}
.page_info .page_list > li > ul {display: none;position: absolute;background-color: #fff;width: 100%;z-index: 9999;border-bottom: 1px solid #e6e6e6;box-sizing: border-box;border-left: 1px solid #e6e6e6;border-right: 1px solid #e6e6e6;}
.page_info .page_list > li > ul > li {box-sizing: border-box;border-top: 1px solid #e6e6e6;transition: 0.2s all ease;-webkit-transition: 0.2s all ease;-moz-transition: 0.2s all ease;-ms-transition: 0.2s all ease;-o-transition: 0.2s all ease;}
/*.page_info .page_list > li > ul > li:hover {background: #e6e6e6;}*/
.page_info .page_list > li > ul > li a {color: #666;display: block;padding: 15px;width: 100%;height: 100%;text-align: center;position:relative;z-index:2;box-sizing:border-box;}
.sub-menu {display: none;}

#sub .bx-pager.bx-default-pager {display: none;}
.m_title {font-size: 26px;color: #333;font-weight: 350;}
.service_set {margin-top: 40px;overflow: hidden;border-top: 1px solid #e6e6e6;box-sizing: border-box;border-right: 1px solid #e6e6e6;}
.service_set li {float: left;width: 50%;border-bottom: 1px solid #e6e6e6;border-left: 1px solid #e6e6e6;box-sizing: border-box;height: 200px;position: relative;padding-left: 160px;}
.service_set li .imgbox {position: absolute;left: 75px;top: 70px;}
.service_set li .set__table {text-align: left;}
.service_set li .commp1 {color: #666;font-weight: 300;margin-top: 10px;letter-spacing: 0;}
#sub .section_box {padding-top: 95px;padding-bottom: 100px;}
.sub01 .section2 .bgbox {background: url(/../images/sub/sub01_bgbox.jpg) no-repeat center;background-size: cover;height: 40.7vmin;max-height: 380px;}
.sub01 .section_box.section2 {padding: 0;}

.float_l {float: left;}
.float_r {float: right;}
.act_con .act_set {overflow: hidden;position: relative;margin-top: 80px;}
.act_con .act_set:first-child {margin-top: 0;}
.act_con .act_set .imgbox {-webkit-transition: all 2s ease; -moz-transition: all 1.2s ease; -o-transition: all 1.2s ease; transition: all 1.2s ease;opacity: 0.3;}
.act_con .act_set.active .imgbox {opacity: 1;}
.act_con .act_set .textbox {position: absolute;bottom: -200px;-webkit-transition: all 1.2s ease; -moz-transition: all 1.2s ease; -o-transition: all 1.2s ease; transition: all 1.2s ease;}
.act_con .act_set.active .textbox {bottom: 80px;}

.act_con .act_set .float_r,.act_con .act_set .float_l {width: 50%;}
/*#sub .viewShare {display: none;}*/
.sub01 .section_box.section3 {padding-top: 0;margin-top: -60px;}
.act_set .commp5 {margin-top: 30px;}
.act_con .act_set .float_l {padding-left: 70px;box-sizing: border-box;}
.act_con .act_set .float_r {padding-left: 40px;box-sizing: border-box;}
.orange {color: #f5821e;}

.sub03 .downbox .con_r .b_title {font-weight: 500;}
.sub03 .downbox .con_r .commp1 {margin-top: 30px;color: #666;font-size: 16px;font-weight: 300;line-height: 26px;}
.sub03 .downbox .con_r .blit_set {margin-top: 40px;}
.sub03 .downbox .blit_set {text-align: left;}
.sub03 .downbox .blit_set li {font-size: 16px;color: #333;min-width: 180px;display: inline-block;margin: 13px 0;}
.sub03 .downbox .blit_set li img {vertical-align: middle;margin-right: 15px;}
.sub03 .section1.active .downbox .con_l span {margin-top: 0;}
.sub03 .section2 {background-color: #f7f7f7;}
.sub03 .banner_set4 {overflow: hidden;text-align: center;margin-top: 35px;}
#sub .sub03.sub0302 .banner_set4 {overflow: hidden;text-align: center;margin-top: 35px;}
.sub03 .banner_set4 li {display: inline-block;width: 25%;padding: 0 1%;box-sizing: border-box;}
.sub03.sub0302 .iphone .section2 .banner_set4 li {width: 33.3%; margin: 1% 0;}
.sub03 .banner_set4 .commp6 {margin-top: 10px;}
.sub03 .banner_set4 .commp2 {margin-top: 5px;font-weight: 300;}
.sub03 .m_title {font-weight: 500;}
.bgbox {padding: 0 30px;box-sizing: border-box;}
.sub0302 .bgbox {background: url(/../images/sub/sub0302_bg1.jpg) no-repeat center;background-size: cover;max-height: 380px;height: 37vmin;}

.sub0302 .tab_box {padding-top: 95px;}
.sub0302 .tab_box .m_title {text-align: center;}
.sub0302 .tab_menu {margin-top: 40px;}
.sub0302 .tab_menu ul {overflow: hidden;max-width: 400px;width: 70%;margin: 0 auto;}
.sub0302 .tab_menu ul li {float: left;width: 50%;}
.sub0302 .tab_menu ul li span {display: block;width: 100%;height: 100%;font-size: 16px;color: #666;text-align: center;height: 60px;line-height: 58px;background-color: #f2f2f2;}
.sub0302 .tab_menu ul li.on span {background-color: #f5821e;color: #fff;}
#sub .sub0302 .section_box.section1 {padding: 0;margin-top: 50px;}
#sub .sub0302 .section2 {background-color: #f7f7f7;overflow: hidden;}
#sub .sub0302 .usim_set {margin: 70px -1.5% 0;}
#sub .sub0302 .usim_set .con_l {float: left;margin: 0 1.5%;position: relative;width: 47%;}
#sub .sub0302 .section2 .m_title,#sub .sub0302 .section3 .m_title {line-height: 40px;text-align: center;font-weight: 500;}
#sub .sub0302 .section2 .commp5 {color: #999;text-align: center;}
#sub .sub0302 .section2 .textbox {background-color: #fff;padding: 25px 35px;border:1px solid #e6e6e6;box-sizing: border-box;position: absolute;left: 40px;right: 40px;bottom: -70px;}
#sub .sub0302 .section2 .textbox .commp3 {margin-top: 20px;}
#sub .sub0302 .section2 .textbox .commp2 span {font-weight: 300;}
#sub .sub0302 .section3 .map_info {padding: 30px; box-sizing: border-box;}
#sub .sub0302 #map ,#sub .sub0302 #map2 {height: 380px;width: 100%;}
#sub .sub0302 .section3 .map_info {border-left: 1px solid #e6e6e6; border-right: 1px solid #e6e6e6;border-bottom: 1px solid #e6e6e6;box-sizing: border-box;}
#sub .sub0302 .section3 ul {margin-top: 20px;}
#sub .sub0302 .section3 .mapbox1 ul li {display: inline-block;font-size: 16px;color: #333;font-weight: 300;margin: 9px 30px 9px 0;}
#sub .sub0302 .section3 .mapbox1 ul li:first-child,#sub .sub0302 .section3 .mapbox1 ul li:last-child {display: block;}
#sub .sub0302 .section3 ul img {margin-right: 10px;vertical-align: middle;}
#sub .sub0302 .section3 .mapbox1 ul li span {display: inline-block;margin-right: 10px;font-size: 16px;color: #333;font-weight: 600;}
#sub .sub0302 .section3 .mapbox1 {margin-top: 80px;}

#sub .sub0302 .section3 .mapbox1 ul li:last-child {margin-top: 30px;padding-top: 25px;border-top: 1px solid #e6e6e6;}
#sub .sub0302 .section3 .mapbox2 {margin-top: 60px;}
#sub .sub0302 .section3 .mapbox2 .map_info {border-top: 1px solid #e6e6e6;}
#sub .sub0302 .section3 .mapbox2 ul p {color: #333;font-weight: 500;}
#sub .sub0302 .section3 .mapbox2 ul li {padding-left: 28px;box-sizing: border-box;margin: 18px 0;font-size: 16px;color: #333;font-weight: 400;line-height: 26px;}
#sub .sub0302 .section3 .mapbox2 ul li span {display: block;font-size: 16px;color: #666;font-weight: 400;}
#sub .sub0302 .section3 .mapbox2 .con_l {float: left;width: 50%;}
#sub .sub0302 .section3 .mapbox2 .con_r {float: left;width: 50%;padding-left: 50px;box-sizing: border-box;padding-right: 50px;}
#sub .sub0302 .section3 .commp4 {font-weight: 600;}
#sub .sub0302 .section3 .mapbox3 {background-color: #f7f7f7;margin-top: 70px;padding: 35px;box-sizing: border-box;}
#sub .sub0302 .section3 .mapbox3 .comm_list {vertical-align: middle;width: 65%;display: inline-block;}
#sub .sub0302 .section3 .mapbox3 .set__table > p {vertical-align: middle;width: 35%;display: inline-block;font-size: 24px;color: #333;font-weight: 500;}
#sub .sub0302 .section3 .mapbox3 .commp2 {text-align: left;font-weight: 600;color: #333;}
#sub .sub0302 .section3 .mapbox3 ul {margin-top: 20px;}
#sub .sub0302 .section3 .mapbox3 ul li {text-align: left;font-size: 14px;color: #333;line-height: 26px;}
#sub .sub0302 .section4 {background-color: #f7f7f7;}
#sub .sub0302 .section4 .maxWidth {background: url(/../images/sub/sub0302_bgbox3.png) no-repeat center;}
#sub .sub0302 .section4 .m_title {font-weight: 600;margin-bottom: 5px;}
#sub .sub0302 .section4 .commp5 {text-align: center;font-weight: 300;}
#sub .sub0302 .section4 .sub_box {text-align: center;margin-top: 40px;}
#sub .sub0302 .section4 .sub_box .commp6 {color: #666;font-weight: 300;margin-bottom: 5px;}
#sub .sub0302 .section4 .sub_box .commp5 {color: #999;}
#sub .sub0302 .section4 .sub_box .imgbox {margin-top: 10px;margin-bottom: 20px;}
#sub .sub0302 .section4 .sub_box ul {text-align: center;}
#sub .sub0302 .section4 .sub_box ul li {display: inline-block;font-size: 15px;color: #666;font-weight: 600;min-height: 15%;margin-bottom: 20px;}
#sub .sub0302 .section4 .sub_box ul li span {font-weight: bold;color: #f69a24;font-size: 15px;margin-right: 5px;}
#sub .sub0302 .section4 .sub_box ul li.list_blit {margin:0 25px;width: auto;min-width: 0;}
#sub .sub0302 .section4 .sub_box ul li.list_blit img {vertical-align: middle;}
#sub .sub0302 .section4 .sub_box .comm_btn {max-width: 410px;width: 80%;background-color: #f79413;margin: 30px auto 0;}
#sub .sub0302 .section4 .sub_box .comm_btn a {display: block;width: 100%;color: #fff;text-align: center;height: 60px;line-height: 60px;font-size: 16px;font-weight: normal;}
#sub .sub0302 .section5 ul {text-align: center;margin-bottom: 10px;}
#sub .sub0302 .section5 ul li {display: inline-block;margin: 0 1%;max-width: 165px;width: 23%;}
.point_color {color: #ef8f14;font-size: 14px;font-weight: 300;margin-top: 15px;}
.mt10 {margin-top: 10px;}
#sub .sub0302 .section5 .commp3 {text-align: center;line-height: 22px;font-weight: 500;}
#sub .sub0302 .section6 {background-color: #f7f7f7;}
#sub .sub0302 .section6 .row {overflow: hidden;}
#sub .sub0302 .section6 .row .con_l {float: left;padding: 30px 65px 0;box-sizing: border-box;width: 50%;}
#sub .sub0302 .section6 .row .con_r {float: right;padding: 0 65px;box-sizing: border-box;width: 50%;text-align: center;}
#sub .sub0302 .section6 .row .m_title {font-size: 24px;color: #333;font-weight: 600;padding-left: 1%;box-sizing: border-box;}
#sub .sub0302 .section6 .row .con_l ul {padding-top: 20px;box-sizing: border-box;margin: 0 -1%;}
#sub .sub0302 .section6 .row .con_l ul li {margin: 1%;float: left;width: 48%;text-align: center;}
#sub .sub0302 .section3.section7 .mapbox1 ul li:last-child {margin-top: 0;padding-top: 0;border-top: none;}
.comm_act {overflow: hidden;}
#sub .comm_act {position: relative;max-width: 1920px;width: 100%;margin: 80px auto;opacity: 0.4;-webkit-transition: all 0.4s ease; -moz-transition: all 0.4s ease; -o-transition: all 0.4s ease; transition: all 0.4s ease;}
#sub .section.active .comm_act {opacity: 1;}
#sub .comm_act.comm_act_l:after {content: '';display: block;position: absolute;left: 0;width: 1345px;background-color: #f5f5f5;z-index: -1;top: 0;height: 100%;}
#sub .comm_act.comm_act_r:after {content: '';display: block;position: absolute;right: 0;width: 1345px;background-color: #f5f5f5;z-index: -1;top: 0;height: 100%;}
#sub .comm_act .row {max-width: 1170px;width: 100%;margin: 0px auto;min-height: 350px;position: relative;}
#sub .sub0303 .section .imgbox {width: 100%;height: 100%;}
#sub .sub0303 .section1 .imgbox {background: url(/../images/sub/sub0303_img1.jpg) no-repeat center;}
#sub .sub0303 .section2 .imgbox {background: url(/../images/sub/sub0303_img2.jpg) no-repeat center;}
#sub .sub0303 .section3 .imgbox {background: url(/../images/sub/sub0303_img3.jpg) no-repeat center;}
#sub .sub0303 .section4 .imgbox {background: url(/../images/sub/sub0303_img4.jpg) no-repeat center;}
#sub .sub0303.sub0304 .section1 .imgbox {background: url(/../images/sub/sub0303_img5.jpg) no-repeat center;}
#sub .sub0303.sub0304 .section2 .imgbox {background: url(/../images/sub/sub0303_img6.jpg) no-repeat center;}
#sub .sub0303.sub0304 .section3 .imgbox {background: url(/../images/sub/sub0303_img7.jpg) no-repeat center;}
#sub .sub0303 .float_r .imgbox {width: 100%;height: 100%;}
#sub .sub0303 .section .float_r {-webkit-transition: all 0.4s ease; -moz-transition: all 0.4s ease; -o-transition: all 0.4s ease; transition: all 0.4s ease;float: none;}
#sub .sub0303 .section .float_l {-webkit-transition: all 0.4s ease; -moz-transition: all 0.4s ease; -o-transition: all 0.4s ease; transition: all 0.4s ease;float: none;bottom: 40px;}
#sub .sub0303 .section1.active .float_r,#sub .sub0303 .section3.active .float_r {bottom: auto;margin-top: -160px;}
#sub .comm_act_l .float_l,#sub .comm_act_r .float_r {height: 100%;width: 100%;}
#sub .sub0303 .textbox {height: 100%;position: relative;}
#sub .sub0303 .textbox .t_tit {padding-top: 45px;box-sizing: border-box;font-size: 28px;}
#sub .sub0303 .textbox .t_tit span {display: block;color: #333;font-size: 22px;}
#sub .sub0303 .textbox .t_tit img {margin-top: 15px;}
#sub .sub0303 .textbox .t_text p {line-height: 32px;font-size: 16px;color: #666;font-weight: 300;position: relative;box-sizing: border-box;padding-left: 20px;}
#sub .sub0303 .textbox .t_text p span {font-weight: 300;position: absolute;left: 0;}
#sub .sub0303 .textbox .t_text > span {color: #f5821e;font-weight: 300;padding-left: 20px;}
#sub .sub0303 .comm_act_r .textbox {text-align: right;}
#sub .sub0303 .comm_act_l .textbox .t_text {text-align: left;padding-left: 35vmin;margin-top: 70px;}
#sub .sub0303 .comm_act_r .textbox .t_text {text-align: left;padding-left: 30vmin;margin-top: 70px;padding-bottom: 50px;box-sizing: border-box;}
#sub .sub0303 .section1 .float_r,#sub .sub0303 .section3 .float_r {height: 100%;float: none;position: absolute;top: 120px;height: 350px;right:0; width:
770px;z-index: 99;left: 50%;margin-left: -180px;}
#sub .sub0303 .section2 .float_l,#sub .sub0303 .section4 .float_l {height: 100%;float: none;position: absolute;top: 120px;height: 350px;right:0; width:
770px;z-index: 99;right: 50%;margin-right: -180px;}
#sub .sub0303 .section2.active .float_l,#sub .sub0303 .section4.active .float_l {top: -40px;}
#sub .sub0303 {padding-top: 150px;padding-bottom: 0px;}
#sub .sub0303 .section {position: relative;padding: 40px 0;}
#sub .sub0303 .comm_act_l .textbox {padding-left: 65px; padding-right: 100px;box-sizing: border-box;}
#sub .sub0303 .comm_act_r .textbox {padding-right: 65px; padding-left: 100px;box-sizing: border-box;}
#sub .sub0303 .textbox .t_text p span.fwb {font-weight: 600;position: static;}

.sub0302.sub04 .bgbox { background: url(/../images/sub/sub04_bg1.jpg) no-repeat center;background-size: cover;max-height: 380px;height: 37vmin;}
.link_list {overflow: hidden;margin-top: 70px;}
.link_list:first-child {margin-top: 0;}

#sub .sub0302.sub04 .link_list .m_title {padding-bottom: 25px;width: 100%;text-align: left;border-bottom: 1px solid #333;font-weight: 600;text-align: left;font-size: 24px;}
.link_list ul {overflow: hidden;}
.link_list ul li {width: 100%;padding: 22px 20px;box-sizing: border-box;border-bottom: 1px solid #e6e6e6;overflow: hidden;}
.link_list ul li > p,.link_list ul li > div {display: inline-block; text-align: center;vertical-align: middle;}
.link_list ul li .link_set1 {width: 23%;color: #333;font-size: 20px;}
.link_list ul li .link_set2 {width: 57%;text-align: left;color: #333;font-size: 22px;font-weight: 300;position: relative;}
.link_list ul li .link_set2 span {color: #0f58a7;font-size: 26px;font-weight: 600;}
.link_list ul li .link_set2 small {font-size: 16px;vertical-align: middle;margin-left: 5px;}
.link_list ul li .link_btn {width: 20%;}
.link_list ul li .link_btn a {max-width: 170px;width: 100%;height: 45px;line-height: 45px;color: #fff;text-align: center;font-size: 16px;display: block;background-color: #f79413;}
#sub .sub0302.sub04 .section2 {background-color: #fff;}
.link_list ul li span.sub_t {color: #666;font-size: 16px;font-weight: 300;position: absolute;right: 30px;top: 10px;}
.link_list ul li span.sub_t b {font-weight: bold;}

.sub0302.sub04 .bgbox.bgbox2 { background: url(/../images/sub/sub04_bg2.jpg) no-repeat center;background-size: cover;max-height: 380px;height: 37vmin;}
/*.lnb-menu ul > li:first-child .lnb_sub_menu > ol li:first-child {margin-left: 300px;} */
/*.portfolioList {padding-top: 50px;}*/
.portfoliobbsSearch {display: none;}
.portfolio .tab {display: none;}
#portfolioView--1 .pi_tag {display: none;}
#portfolioView--1 .pi_cate {display: none;}
#bbsWriteWrap .con-div {overflow: auto;margin-top: 50px;padding-bottom: 100px;}

#sub .sub0103 .section_box {padding-top: 0;}
#sub .sub0302.sub0103 .section3 .mapbox1 {padding-top: 0px;box-sizing: border-box;margin-top: -70px;position: relative;background-color: #fff;z-index: 100;}
#sub .sub0302.sub0103 .map_mp {font-size: 15px;font-weight: 300;color: #666;letter-spacing: 1px;}
#sub .sub0302.sub0103 .set {overflow: hidden;position: relative;}
#sub .sub0302.sub0103 .set .commp4 {float: left;}
#sub .sub0302.sub0103 .set .map_mp {float: left;margin-top: 10px;}
#sub .sub0302.sub0103 .set .comm_btn {width: 205px;height: 55px;background-color: #f79413;position: absolute;right: 0;}
#sub .sub0302.sub0103 .set .comm_btn a {display: block;width: 100%;height: 100%;text-align: center;line-height: 55px;color: #fff;font-size: 16px;}
#sub .sub0302.sub0103 .section3 .map_info {border-top: 1px solid #e6e6e6;}
#sub .sub0302.sub0103 .section3 .mapbox1 ul {text-align: center;}
#sub .sub0302.sub0103 .section3 .mapbox1 ul li {display: inline-block;margin: 0;padding: 0 90px 0 160px;position: relative;box-sizing: border-box;text-align: left;border-right: 1px solid #e6e6e6;}
#sub .sub0302.sub0103 .section3 .mapbox1 ul li img {position: absolute;left: 95px;top: 15px;}
#sub .sub0302.sub0103 .section3 .mapbox1 ul li:last-child {margin-top: 0;padding-top: 0;border-top: none;border-right: none;}
#sub .sub0302.sub0103 .section3 ul {margin-top: 50px;}
#text_box.section .row .commp1 {text-align: left;}
#sub .slider-bg {height: 35.4vmin;max-height: 320px;background-size: cover;width: 100%;}
#sub .slider-inner .l-table {position: absolute;top: 0;left: 0;right: 0;width: 100%;height:100%;}
#portfolioList--1 .pf-thumb .hover .inner {display: none;}

.sub0102 .row {padding: 95px 0;border-top: 1px solid #e6e6e6;box-sizing: border-box;}
.sub0102 .section_box .row.first-row {padding-top: 35px;border-top: none;}
.sub0102 .section_box .row .imgset {width: 100%;margin-bottom: 80px;}
.sub0102 .section_box .row .imgset span {display: inline-block;}
.sub0102 .section_box .row.first-row span:first-child {width: 57%;}
.sub0102 .section_box .row.first-row span:last-child {width: 40%;margin-left: 3%;}
.text__in {padding-left: 270px;box-sizing: border-box;position: relative;}
.text__in .text__tit {position: absolute;left: 65px;font-size: 24px;color: #333;font-weight: 400;}
.text__in .imgbox span:last-child {margin-left: 3%;}
.text__in .colorbox ul {overflow: hidden;}
.text__in .colorbox li {float: left;height: 100px;max-width: 400px;width: 48%;display: table;}
.text__in .colorbox li:last-child {margin-left: 3%;}
.text__in .colorbox li:last-child .color_in {background-color: #db812d;display: table-cell;width: 30%;height: 100%;vertical-align: middle;}
.text__in .colorbox li:first-child {}
.text__in .colorbox li:first-child .color_in {background-color: #295ba7;display: table-cell;width: 30%;height: 100%;vertical-align: middle;}
.text__in .colorbox li .color_t {display: table-cell;border-top: 1px solid #e6e6e6;border-right: 1px solid #e6e6e6; border-bottom: 1px solid #e6e6e6;box-sizing: border-box;vertical-align: middle;height: 100%;width: 70%;vertical-align: middle;padding: 10px 25px;}
.text__in .colorbox li .color_t p {padding-left: 65px;box-sizing: border-box;position: relative;}
.text__in .colorbox li .color_t p span.fixed_li {font-size: 13px;color: #333;font-weight: 600;position: absolute;left: 0;}
.text__in .colorbox li .color_t p span {color: #333;font-size: 14px;display: inline-block;font-weight: 300;margin-right: 10px;}
.sub0102 .imgbox span {display: inline-block;width: 48%;}
.quick_link {z-index: 99999;position: fixed;right: 30vmin;bottom: 10vmin;}
.pc_con {display: block;}
.mobile_con {display: none;}

@media screen and (max-width: 1280px){
#sub .sub0303 .section1 .float_r, #sub .sub0303 .section3 .float_r {margin-left: -20%;width: 65%;}
#sub .sub0303 .section2 .float_l, #sub .sub0303 .section4 .float_l {margin-right: -20%;width: 65%;}
#sub .sub0303 .section .imgbox {background-size: cover !important;}
.quick_link {right: 10vmin;}
}

@media screen and (max-width: 1150px){
#sub .sub0302.sub0103 .section3 .mapbox1 ul li {padding: 0 50px 0 120px;}
#sub .sub0302.sub0103 .section3 .mapbox1 ul li img {left: 55px;}
}

@media screen and (max-width: 1024px){
#container {clear:both;}
#main__slider .slider-scroll a {top: 80vmin;}
.m_title {font-size: 24px !important;}
#text_box.section .row .set__table .m_title br,#text_box.section .row .commp1 br {display: none;}
#main__service .banner_list ul li .textbox {height: 50px;box-sizing: border-box;padding-right: 10px;padding-left: 10px;}
#sub .sub0302 .section3 .mapbox2 ul li {font-size: 13px !important}
.commp1 {font-size: 15px !important;}
.commp2 {font-size: 17px !important;}
.commp3 {font-size: 14px !important;}
.commp4 {font-size: 22px !important;}
.commp5 {font-size: 16px !important;}
.commp6 {font-size: 19px !important;}
#sub .sub0302 .section3 .mapbox3 .set__table > p {font-size: 18px;}
#main__notice .row .left {float: none;width: 100%;}
#main section#main__notice {height: auto;}
#main__notice .row .left:first-child {padding-bottom: 15px;border-bottom: 1px solid #e6e6e6;box-sizing: border-box;border-right: none;}
#main__notice .row .left:last-child {padding-top: 15px;}
#main__notice .row .left:last-child .btn-more {top: 18px;}
#main__notice .notice_slider {padding-left: 90px;width: 100%;box-sizing: border-box;}
#portfolioList--1 .pf-list li {height: 470px;}
.downbox {height: auto;}
.sub03 .downbox .blit_set li {font-size: 14px;}
#header h1 a img {height: 27px !important;}
#header.fixed h1 {background-size: 100% !important;width: 145px !important;height:27px !important;}
#header {height: 70px;}
#header__mobile {top: 23px;}

#header.fixed h1 {padding:10px 0;}
}
@media screen and (max-width: 960px){
#sub .sub01 .section_box.section2 {}
.service_set li .imgbox {left: 45px;}
.service_set li {padding-left: 130px;}
#sub .section_box {padding-top: 55px;padding-bottom: 60px;}
.act_con .act_set.active .textbox {bottom: 10px;}
.act_con .act_set .float_l {padding-left: 0;}
.sub01 .section_box.section3 {margin-top: 0;}
#portfolioList--1 .pf-list li {height: 440px;}
#sub .sub0302.sub04 .link_list .m_title {}
.sub0102 .section_box .row .imgset {margin-bottom: 40px;}
.text__in .text__tit {font-size: 20px;left: 40px;}
.text__in {padding-left: 200px;}
.text__in .colorbox li .color_t p span {font-size: 12px;}
#sub .sub0302.sub0103 .set .comm_btn {position: static;margin-top: 20px;}
#sub .sub0302.sub0103 .set .map_mp {float: none;}
#sub .sub0302.sub0103 .set .commp4 {float: none;}
#sub .sub0302.sub0103 .section3 .mapbox1 ul li {display: block;padding: 0 30px;margin: 10px 0;}
#sub .sub0302.sub0103 .section3 ul {margin-top: 20px;}
#sub .sub0302.sub0103 .section3 .mapbox1 ul li br{display: none;}
#sub .sub0302.sub0103 .section3 .mapbox1 ul li img {position: static;}
#sub .sub0302 #map2 {height: 400px !important;}
#sub .sub0302 .usim_set .con_l {float: none;width: 100%;margin: 0 auto; max-width: 565px;}
#sub .sub0302 .section2 {}
#sub .sub0302 .usim_set .con_l {margin-bottom: 25px;}
#sub .sub0302 .section2 .textbox {position: static;}
#sub .sub0302 .section3 .mapbox3 ul li {font-size: 12px;}
#sub .sub0302 .section4 .sub_box ul > br {display: none;}
#sub .sub0303 .textbox .t_text p {font-size: 14px;}
#sub .sub0303 .textbox .t_tit {font-size: 22px;}
.link_list ul li .link_btn a {font-size: 14px;}
.link_list ul li .link_set1 {font-size: 16px;}
.link_list ul li .link_set2 {font-size: 18px;}
.sub04 .section2.first_section .link_list:last-child ul li,.sub04 .section2.first_section .link_list:nth-child(3) ul li {text-align: center;}
.sub04 .section2.first_section .link_list:last-child ul li .link_btn,.sub04 .section2.first_section .link_list:nth-child(3) ul li .link_btn {display: block;margin: 20px auto 0;}
.sub04 .section2.first_section .link_list:last-child ul li .link_set2,.sub04 .section2.first_section .link_list:nth-child(3) ul li .link_set2 {width: 100%;text-align: center;}
.sub04 .section2.first_section .link_list:last-child ul li .link_set1,.sub04 .section2.first_section .link_list:nth-child(3) ul li .link_set1 {width: 100%;text-align: center;}
.sub04 .section2.first_section .link_list:last-child ul li .sub_t,.sub04 .section2.first_section .link_list:nth-child(3) ul li .sub_t {width: 100%;text-align: center;margin-left: 0;margin-top: 15px;}
.link_list ul li span.sub_t {position: static;display: inline-block;margin-left: 30px;}
.pc_con {display: none !important;}
.mobile_con {display: block !important;}
}


@media screen and (max-width: 768px){
	#main #text_box.section .main__btn {margin: 20px auto 0 !important;}
#sub .sub0302 .section3 .mapbox3 .set__table > p {margin-bottom: 15px;}
.commp1 {font-size: 15px !important;}
.commp2 {font-size: 16px !important;}
.commp3 {font-size: 14px !important;}
.commp4 {font-size: 16px !important;}
.commp5 {font-size: 15px !important;}
.commp6 {font-size: 18px !important;}
#sub .sub0303 .section1 .float_r, #sub .sub0303 .section3 .float_r {margin-left: -13%;width: 58%;height: 250px;}
#sub .sub0303 .section2 .float_l, #sub .sub0303 .section4 .float_l {margin-right: -13%;width: 58%;height: 250px;}
#sub .sub0303 .section2.active .float_l, #sub .sub0303 .section4.active .float_l {top: 0;}
#sub .comm_act {margin: 35px auto;}
#sub .sub0303 {padding-top: 80px;}
#sub .sub0302 .section3 .mapbox2 ul li span {font-size: 15px;}
.service_set li {float: none;width: 100%;height: auto;padding: 20px 0 20px 80px;}
.service_set li .imgbox {top: 25px;left: 27px;}
.service_set li .imgbox img {max-height: 5vmin;}
.service_set li .commp2 br {display: none;}
#slider.spot .slider-inner img {height: 22px;}
#sub .section_box {padding-top: 35px;padding-bottom: 30px;}
.act_con .act_set .float_l ,.act_con .act_set .float_r {float: none;width: 100%;max-width: 430px;margin: 0 auto;box-sizing: border-box;}
.act_con .act_set .textbox {position: static;margin-top: 25px;}
.service_set li .set__table {padding-right: 15px;box-sizing: border-box;}
.sub01 .section2 .bgbox {padding: 0 10px;box-sizing: border-box;}
.act_con .act_set .imgbox {text-align: center;}
.act_con .act_set .imgbox img {max-height: 270px;}
.act_con .act_set .float_r {padding-left: 0;}
#portfolioList--1 .pf-list li {height: 370px;}
.m_title {font-size: 20px !important;line-height: 30px !important;}
.sub0102 .row {padding: 40px 0;}
.text__in {padding-left: 0;}
.colorbox {margin-top: 18px;}
.text__in .text__tit {position: static;font-size: 17px;}
#sub .sub0302 #map2 {height: 300px !important;}
#sub .sub0302.sub0103 .set .comm_btn,#sub .sub0302 .section4 .sub_box .comm_btn {width: 100%;height: 40px;}
#sub .sub0302.sub0103 .set .comm_btn a,#sub .sub0302 .section4 .sub_box .comm_btn a {line-height: 40px;font-size: 13px;}
#sub .sub0302.sub0103 .map_mp {font-size: 12px;}
#sub .sub0302 .section3 .mapbox1 ul li {font-size: 13px;}
#sub .sub0302 .section3 .mapbox1 ul li span {font-size: 13px;}
.downbox .con_l {float: none;width: 100%;height: 380px;overflow: hidden;}
.downbox .con_r {float: none;width: 100%;text-align: center;}
.sub03 .downbox .con_r .blit_set {margin-top: 20px;text-align: center;}
.sub03 .downbox .blit_set li img {margin-right: 10px;}
.sub03 .downbox .blit_set li {font-size: 12px;margin: 13px 10px;display: inline-block;min-width: 0;}
#sub .sub0302 .section3 .mapbox2 ul li {}
#sub .sub0302 .section3 .mapbox2 .con_l {float: none;width: 100%;}
#sub .sub0302 .section3 .mapbox2 .con_r {float: none;width: 100%;padding-left: 0;padding-right: 0;}
#sub .sub0302 .usim_set {margin-top: 35px;}
#sub .sub0302 .section3 .mapbox2 {margin-top: 30px;}
#sub .sub0302 .section3 .mapbox3,#sub .sub0302 .section3 .mapbox1 {margin-top: 40px;}
.sub0302 .tab_box {padding-top: 40px;}
#sub .sub0302 .section4 .sub_box ul li,#sub .sub0302 .section4 .sub_box ul li span {font-size: 12px;}
#sub .sub0302 .section4 .sub_box ul li.list_blit {margin: 0 15px;}
.sub0302 .tab_menu ul li span {font-size: 14px;height: 50px;line-height: 48px;}
#sub .sub0302 .section6 .row .con_r {float: none;width: 100%;padding: 0 25px;}
#sub .sub0302 .section6 .row .con_r img {max-height: 180px;}
#sub .sub0302 .section6 .row .con_l {float: none;width: 100%;padding: 0 25px;}
#sub .sub0302 .section6 .row .m_title {text-align: center;}
#sub .sub0303 .comm_act_r .textbox .t_text,#sub .sub0303 .comm_act_l .textbox .t_text {padding-left: 0;}
#footer .f_bottom .right {float: none;width: 100%;margin-top:0;text-align: center;}
#footer .f_bottom .left {float: none;width: 100%;text-align: center;margin-top: 15px;line-height:1.5}
#footer .f_bottom .left a {color:#666;}
.link_list ul li .link_btn a {font-size: 11px;}
.link_list ul li .link_set1 {font-size: 12px;text-align: left;}
.link_list ul li .link_set2 {font-size: 15px; padding-left: 10px;box-sizing: border-box;}
.link_list ul li .link_set2 small {font-size: 12px;}
.link_list ul li .link_set2 span {font-size: 19px;}
.sub04 .section2 .link_list:last-child ul li .sub_t,.sub04 .section2 .link_list:nth-child(3) ul li .sub_t {font-size: 15px;}
.link_list ul li {padding: 20px 10px;}
#sub .sub0302.sub04 .link_list .m_title {padding-bottom: 15px;}
#popup_2 {left: 0 !important;max-width: 300px;top:90px !important;}
#bbsWriteWrap .con-div {padding-bottom:50px}

}
@media screen and (max-width: 600px){
.quick_link {width: 70px;-webkit-transition: all 0.4s ease; -moz-transition: all 0.4s ease; -o-transition: all 0.4s ease; transition: all 0.4s ease;}
}
@media screen and (max-width: 600px){
#portfolioList--1 .pf-list li {height: 440px;}
.text__in .colorbox li {margin-left: 0 !important;float: none;width: 100%;}
.text__in .colorbox li:last-child {margin-top: 10px;}
#sub .sub0302 .section3 .mapbox3 .set__table {display: block;}
#sub .sub0302 .section3 .mapbox3 .set__table > p {display: block;width: 100%;}
#sub .sub0302 .section3 .mapbox3 .comm_list {width: 100%;display:block;}
#captcha, .ipt_row .ipt {font-size:14px;}
#main__service .banner_list ul li .textbox .set__table {padding:0 15px;}
#main__service .banner_list ul li .textbox {width:91.5%;}

}
@media screen and (max-width: 560px){
.link_list {margin-top: 30px;}
#portfolioList--1 .pf-list li {height: auto;width: 98% !important;}
#portfolioList--1 .pf-thumb .pf-img img {width: auto;margin: 0 auto;}
#portfolioList--1 .pf-thumb .pf-img {text-align: center;}
.page_info .inner {height: 100px;display: none;}
.page_info .page_list > li:first-child {width: 20%;text-align: center;}
.page_info .page_list > li.page_select1 {width: 80% !important;border-top: none !important;}
.page_info .page_list > li:last-child {width: 100%;border-top: 1px solid #e6e6e6;box-sizing: border-box;}
.page_info {border-bottom: none;}
.pcimg {display: block;}
#sub .sub0302 .section3 .mapbox2 ul li span {font-size: 13px;}
.sub03 .banner_set4 li {width: 46% !important;margin-bottom: 20px;padding: 0 3%;}
.downbox .con_l {height: 250px;}
.downbox .con_l img {max-height: 250px;}
#sub .sub0302 .section3 .map_info {padding: 20px;}
#sub .sub0302 .section3 .mapbox1 ul li,#sub .sub0302 .section3 .mapbox1 ul li span {font-size: 12px;line-height: 24px;}
#sub .sub0302 .section3 ul img {max-height: 20px;}
#sub .sub0302.sub03 .section3 ul img {max-height: none !important;}
.m_title {font-size: 17px !important;line-height: 28px !important;}
#sub .sub0302 #map, #sub .sub0302 #map2 {height: 250px;}
#sub .sub0302 .section3 .mapbox1 ul li:last-child {margin-top: 15px;padding-top: 20px;}
#sub .sub0303 .section1 .float_r, #sub .sub0303 .section3 .float_r {position: static;width: 100%;margin-left: 0;margin-right: 0;}
#sub .sub0303 .section2 .float_l, #sub .sub0303 .section4 .float_l {position: static;width: 100%;margin-left: 0;margin-right: 0;}
#sub .sub0303 .section1.active .float_r, #sub .sub0303 .section3.active .float_r {margin-top: 0px;}
#sub .sub0303 {padding-top: 0;}
#sub .comm_act {margin: 0 auto 35px;}
#sub .sub0303 .comm_act_l .textbox .t_text,#sub .sub0303 .comm_act_r .textbox .t_text {margin-top: 35px;}
#sub .sub0303 .comm_act_r .textbox ,#sub .sub0303 .comm_act_l .textbox{padding: 0 30px;text-align: left;}
#sub .sub0303 .section {padding: 30px 0 0;}
#sub .sub0303 .textbox .t_tit,#sub .sub0303 .textbox .t_tit span {font-size: 18px;}
#sub .sub0303 .textbox .t_text p {font-size: 12px;line-height: 26px;}
#sub .sub0303 .comm_act_r .textbox .t_text,#sub .sub0303 .comm_act_l .textbox .t_text {padding-bottom: 30px;}
#sub .comm_act .row {min-height: 0;}
#footer .f_bottom .left {font-size: 13px;}
#footer .f_top .left > span a {font-size: 13px;}
#footer .f_top {padding: 10px 20px;}
.bgbox img {max-height: 80px;}
.mobile_img {display: block !important; text-align: center;}
.pcimg {display: none !important;}
#footer .f_bottom .right img {height:23px;}

#main__service .banner_list ul li:hover .textbox .set__table {padding:15px;}
.downbox .con_r .commp2.bot br {display:none;}
}
@media screen and (max-width: 430px){
#footer .f_top {padding: 10px 0;}
/*#portfolioList--1 .pf-list li {height: 72vmin;}*/
.sub0102 .imgbox span {display: block;width: 100%;}
.sub0102 .imgbox span:last-child {margin-left: 0;margin-top: 10px;}
.popup-layer > div {width: 300px !important;}
#footer .footer_info {text-align:left;}
}
@media screen and (max-width: 374px){
#footer .f_bottom .left {font-size: 11px;}
#footer .f_top .left > span a {font-size: 11px;}
}








#preloader {position:fixed;top:0;left:0;right:0;bottom:0;background-color:#fff;z-index:999999;}
#status {width:100%;height:150px;max-width:100%;position:fixed;left:0;top:50%;background-image:url(images/common/logo_ov.png);background-repeat:no-repeat;background-position:center;margin:-100px 0 0 0;z-index:9999999}

@media screen and (max-width: 1024px){
	#preloader,
	#status {display:none !important;}
}
