@charset "utf-8";
/* layout.css는 전체적인 레이아웃 스타일을 정의합니다. */

.only-desktop {display:block;}
.only-tablet {display:none;}
.only-mobile {display:none;}
.only-desktop-mobile {display:block;}
 

#skipToContent a {z-index:100000;position:absolute;top:0;left:0;width:1px;height:1px;font-size:0;line-height:0;overflow:hidden}
#skipToContent a:focus, 
#skipToContent a:active {width:200px;height:50px;background:#21272e;color:#fff;font-size:14px;font-weight:bold;text-align:center;text-decoration:none;line-height:50px}

#sub .contain {max-width:1260px;}
.contain {width:100%; max-width:1460px; padding-left:30px; padding-right:30px; margin:0 auto;} 
.contain:after {content:" "; display:block; clear:both;}

/* header */
#header {position:relative;2023-07-24 width:100%; z-index:100; background:#fff;}
#header .header {position:relative; height:100px;}
#header .contain {position:relative; max-width:1460px; height:100px; padding-left:30px; padding-right:30px;}

.sitelogo {position:absolute; top:50%; margin-top:-24.5px; left:30px; z-index:10}
.sitelogo a {display:block; width:294px; height:49px; overflow:hidden; text-indent:-9999em; background:url("../images/common/logo.png") 50% 50% no-repeat; background-size:contain;}


#gnb {position:relative; height:100px; width:100%; z-index:2; display:flex; justify-content:space-around; margin-left:100px;}
#gnb > ul {display:flex; width:100%; justify-content:center;}
#gnb > ul:after {content:" "; display:block; clear:both;}
#gnb > ul > li {position:relative; text-align:center; height:100px; z-index:1;}
#gnb > ul > li > a {display:flex; align-items:center; font-family: 'Pretendard'; font-size:20px; font-weight:700; height:100px; line-height:1.400em; padding:0 50px; position:relative; font-size:20px; color:#333; z-index:5; letter-spacing:-0.03em;}
#gnb > ul > li.active > a,
#gnb > ul > li:hover  > a {color:#29abe2;} 
 
#gnb .submenu {height:0; overflow:hidden; position:absolute; right:0; width:100%; text-align:center; z-index:15;}
#gnb .submenu > ul {position:relative; padding:25px 0;}
#gnb .submenu > ul > li {font-size:16px; line-height:26px;}
#gnb .submenu > ul > li > a {font-size:18px; position:relative; display:inline-block; text-decoration:none; font-weight:600; padding:7px; color:#333;}
#gnb .submenu > ul > li > a.small {color:#555; font-size:16px; font-weight:400; padding:0; padding-bottom:3px;}
#gnb .submenu > ul > li:hover > a.small {color:#0d3d6e; text-decoration:underline;}
#gnb .submenu > ul > li:hover > a {font-weight:700; color:#0e3e6f;}
#gnb .m2 .submenu:before {left:50px;}

.submenu-bg {display:none; position:absolute; top:100px; left:0; width:100%; background:rgba(0, 0, 0, 0.7);}

.root_daum_roughmap {width:100% !important; height:400px !important;}
.root_daum_roughmap .wrap_map {height:400px !important;}

.maps iframe {width:100% !important; height:350px !important;}

.submenu-bg {position:relative; display:none; position:absolute; top:100px; left:0; width:100%; background:rgba(255, 255, 255, 0.9); overflow:hidden;}
.submenu-bg:before {position:absolute; content:""; background:url('../images/main/submenu-bg-logo.png')50% 50% no-repeat; background-size:contain; width:364px; height:310px; bottom:-35px; left:0; overflow:hidden;}


.visual-scroll {position:absolute; left:50%; animation:pulse 2s infinite; bottom:80px; color:#fff; font-size:16px; letter-spacing:0.2em; margin-left:-30px;}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }
  50% {
    -webkit-transform: translate(0, 10px);
            transform: translate(0, 10px); }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); } 
}

@keyframes pulse {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }
  50% {
    -webkit-transform: translate(0, 10px);
            transform: translate(0, 10px); }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); } 
}

.main-language {position:absolute; top:50%; margin-top:-14px; right:0; z-index:99;}
.main-language ul {display:flex;}
.main-language ul li {position:relative; padding:0 10px;}
.main-language ul li:before {position:absolute; content:""; width:1px; height:11px; background:#ddd; top:50%; margin-top:-5.5px; right:0;}
.main-language ul li:last-child:before {display:none;}
.main-language ul li.active a {color:#2c2c2c;}
.main-language ul li.active a:before {position:absolute; content:""; width:100%; height:3px; background:#29abe2; bottom:0; left:0;}
.main-language ul li a {position:relative; font-size:14px; font-weight:500; color:rgba(44, 44, 44, 0.5); letter-spacing:0; padding-bottom:10px;}


/* for mobile */
.btn-m-menu {position:absolute; display:none; top:50%; right:100px; width:40px; height:34px; margin-top:-17px; text-align:center; text-indent:-9999em; z-index:50;}
.btn-m-menu span {position:absolute; left:20px; right:0; top:17px; height:2px; background:#000;}
.btn-m-menu span:before,
.btn-m-menu span:after {content:""; position:absolute; left:-11px; right:0; height:2px; background:#000;}
.btn-m-menu span:before {top:-15px;}
.btn-m-menu span:after {bottom:-15px;}

.mobile-navigation {position:fixed; display:none; top:0; right:0; width:300px; bottom:0; transition:.2s ease-out; -ms-transform:translateX(100%); transform:translateX(100%); background:#fff; z-index:102;}
.mobile-navigation .inner {position:absolute; top:0; left:0; width:100%; height:100%; overflow:auto;}
.mobile-navigation .brand-image {border-bottom:1px solid #d6dfd1; background-color:#e9ede7; height:128px;}
.mobile-navigation .brand-image a {display:block; padding-top:40px; padding-left:40px;}
.mobile-navigation .nav-menu .depth3 {display:block; margin-left:23px; padding-bottom:18px;}
.mobile-navigation .nav-menu .depth3 ul li a {display:block; padding:4px 0; color:#fff; font-size:18px; font-weight:300; line-height:1.4em; letter-spacing:-.04em;}
.mobile-navigation .close {position:absolute; top:18px; right:22px; width:26px; height:26px; text-indent:-9999em; overflow:hidden;} 
.mobile-navigation .close:before, 
.mobile-navigation .close:after {content:" "; position:absolute; top:12px; left:0; width:100%; height:3px; background:#2c2c2c; border-radius:3px;} 
.mobile-navigation .close:before {transform:rotate(45deg);} 
.mobile-navigation .close:after {transform:rotate(-45deg);} 
.mobile-overlay {display:none; position:fixed; top:0; left:0; width:100%; height:100%; background:#000; opacity:0.8; z-index:101;}

html.menu-opened {overflow:hidden;}
html.menu-opened .mobile-navigation {-ms-transform:translateX(0); transform:translateX(0);}
html.menu-opened .mobile-navigation .close {display:block;}
html.menu-opened .mobile-overlay {display:block;}

nav.nav-menu {position:relative; border-top:1px solid #ddd;}
.mobile-navigation .nav-menu>ul>li {border-bottom:1px solid #dfdfdf;}
.mobile-navigation .nav-menu>ul>li>a {position:relative; padding:10px 18px; display:block; color:#333; font-size:17px; font-weight:500; line-height:1.3em;}
.mobile-navigation .nav-menu>ul>li.active {background:#f4f4f4}
.mobile-navigation .nav-menu>ul>li.active>a {color:#fff; background:#29abe2;}
.mobile-navigation .nav-menu>ul>li.active>a:after {transform:translateY(-35%) rotate(-135deg); border-color:#fff}
.mobile-navigation .nav-menu>ul>li.home>a {padding:19px 18px;}
.mobile-navigation .nav-menu>ul>li.home>a:after {display:none;}
.mobile-navigation .nav-menu .submenu {display:none; margin:-1px 0 0 0; padding:10px 0;}
.mobile-navigation .nav-menu .submenu>ul>li>a {display:block; padding:5px 18px; color:#454545; font-size:15px; font-weight:400; line-height:1.4em;}
.mobile-navigation .nav-menu .submenu>ul>li>a:hover {color:#29abe2;}
.mobile-navigation .nav-menu>ul>li>a:after {content:""; position:absolute; top:50%; right:20px; transform:translateY(-75%) rotate(45deg); width:12px; height:12px; border-right:2px solid #242424; border-bottom:2px solid #242424;}
.mobile-navigation img {width:40%; margin:17px;}
.mobile-navigation .close {position:absolute; top:16px; right:10px; width:24px; height:24px; text-indent:-9999em; overflow:hidden;}
.mobile-navigation .close:before,
.mobile-navigation .close:after {content:" "; position:absolute; top:11px; left:0; width:100%; height:2px; background:#242424; border-radius:3px;}
.mobile-navigation .close:before {transform:rotate(45deg);}
.mobile-navigation .close:after {transform:rotate(-45deg);}

.btn-m-menu span:before, .btn-m-menu span:after {left:-10px;}
.btn-m-menu span:before {top:-10px;}
.btn-m-menu span:after {bottom:-10px;}


/* main */ 

.main-visual {position:relative; overflow:hidden; line-height:0;}
.main-visual .img img {width:100%;}
.main-visual .contain {max-width:1460px !important;}
.main-visual .caption {position:absolute; top:50%; left:0; transform:translateY(-50%); width:100%; color:#fff; text-align:center; z-index:40;}
.main-visual .caption p {font-size:20px; font-weight:600; line-height:1.700em; letter-spacing:-.05em;}
.main-visual .caption h2 {font-family: 'Nanum Myeongjo', serif; font-size:50px; font-weight:800; line-height:1.3em; letter-spacing:0;}
.main-visual .caption h3 {font-size:36px; font-weight:600; letter-spacing:0; line-height:1.278em;}
.main-visual .caption .main-logo {margin:0 auto; margin-bottom:35px;}
.main-visual .caption .main-logo img {margin:0 auto;}
.main-visual .caption h4 {font-size:24px; letter-spacing:0; line-height:1.333em; font-weight:600;}
.main-visual .slick-arrow {position:absolute; top:50%; width:70px; height:70px; margin-top:-35px; border:none; overflow:hidden; text-indent:-999em; background-color:transparent; background-position:50% 50%; background-repeat:no-repeat; z-index:50; background-size:contain;}
.main-visual .slick-prev {left:50px; background-image:url("../images/main/main-prev.png");}
.main-visual .slick-next {right:50px; background-image:url("../images/main/main-next.png");}
.main-visual .btn-flex {display:flex; justify-content:space-between; align-items:center; margin-top:100px; max-width:260px;}
.main-visual .name {font-size:3px;}

.main-visual .btn {display:flex; align-items: center; width:180px; height:44px; line-height:44px; border:1px solid rgba(255, 255, 255, 0.3); padding:0 30px; color:#fff; margin-top:50px; border-radius:30px;}
.main-visual .btn:hover {background:#fff; color:#327393;}
.main-visual .btn span {font-size:20px; padding-left:20px;}

.main-visual .slick-dots {position:absolute; bottom:120px; left:0; width:100%; text-align:center; z-index:50; line-height:0;}
.main-visual .slick-dots li {position:relative; display:inline-block; padding:0 20px;}
.main-visual .slick-dots li button {position:relative; display:block; background:#fff; width:11px; height:11px; border:3px solid #fff; border-radius:100%; overflow:hidden; text-indent:-9999px;}
.main-visual .slick-dots li.slick-active button {border-color:transparent; background:#22ae84; opacity:1;}
.main-visual .slick-dots li.slick-active:before {width:32px; height:32px; top:50%; margin-top:-16px; left:50%; margin-left:-16px; border-radius:100%; position:absolute; content:""; border:1px solid #22ae84;}

.main-tit {text-align:center; color:#fff; margin-bottom:55px;}
.main-tit h3 {font-size:40px; letter-spacing:-.03em; line-height:1.3em; margin-bottom:20px;}
.main-tit p {font-size:18px; font-weight:500; line-height:1.3em;}

/* main-technology */
.main-technology {padding:100px 0; background-size:cover; background-repeat:no-repeat; background-position:50% 50%;}
.main-technology .main-technology-list {display:flex;}
.main-technology .main-technology-list ul {width:33.3333%;}
.main-technology .main-technology-list ul:first-child li:first-child {min-height:240px;}
.main-technology .main-technology-list ul:last-child li {min-height:350px;}
.main-technology .main-technology-list ul:first-child li:first-child a {min-height:240px;}
.main-technology .main-technology-list ul:last-child li a {min-height:350px;}
.main-technology .main-technology-list ul:nth-child(2) li {min-height:350px;}
.main-technology .main-technology-list ul:nth-child(2) li a {min-height:350px;}
.main-technology .main-technology-list ul li {min-height:230px; color:#fff; background-size:cover; background-repeat:no-repeat; background-position:50% 50%;}
.main-technology .main-technology-list ul li a {display:flex; flex-direction:column; justify-content:space-between; min-height:230px; padding:20px;}
.main-technology .main-technology-list ul li .main-technology-wrap {}
.main-technology .main-technology-list ul li .main-technology-wrap .tit {font-size:26px; font-weight:700; letter-spacing:-.03em; line-height:1.308em; margin-bottom:20px;}
.main-technology .main-technology-list ul li .main-technology-wrap .txt {font-weight:500; line-height:1.625em;}
.main-technology .main-technology-list ul li .arrow {text-align:right;}


/* main-default */
.main-default {background:#f1f1f1; padding:100px 0;}
.main-default .main-default-list {}
.main-default .main-default-list ul {display:flex;}
.main-default .main-default-list ul li {padding:30px; color:#fff; width:33.3333%; background-size:cover; background-repeat:no-repeat; background-position:50% 50%; max-height:390px;}
.main-default .main-default-list ul li:first-child {background:#fff; color:#242424;}
.main-default .main-default-list ul li:last-child {background:#0e3e6f;}
.main-default .main-default-list ul li:nth-child(2) a {position:relative; display:flex; flex-direction:column; justify-content:space-between; min-height:330px;}
.main-default .main-default-list ul li:nth-child(2) a:before {position:absolute; content:""; width:82px; height:115px; background:url('../images/main/main-default2-ico.jpg')50% 50% no-repeat; background-size:contain; bottom:0; right:0;}
.main-default .main-default-list ul li .main-default-box {}
.main-default .main-default-list ul li .main-default-box .tit {font-size:22px; font-weight:700; color:#242424; line-height:1.455em; letter-spacing:-.03em; line-height:; display:flex; justify-content:space-between; align-items:center; padding-bottom:15px; border-bottom:1px solid #ddd;}
.main-default .main-default-list ul li .main-default-box dl {border-bottom:1px solid #ddd;}
.main-default .main-default-list ul li .main-default-box dl a {align-items:center; display:flex; padding:15px 0;}
.main-default .main-default-list ul li .main-default-box dl dt {text-align:center; width:70px;}
.main-default .main-default-list ul li .main-default-box dl dt .lg-tit {font-family: 'Roboto', sans-serif; font-size:26px; font-weight:500; letter-spacing:-.03em; line-height:1.0em; color:#242424;}
.main-default .main-default-list ul li .main-default-box dl dt .s-txt {font-family: 'Roboto', sans-serif; font-size:16px; color:#454545; letter-spacing:-.03em;}
.main-default .main-default-list ul li .main-default-box dl dd {}
.main-default .main-default-list ul li .main-default-box dl dd .s-tit {font-size:18px; font-weight:500; color:#242424; letter-spacing:-.03em; overflow:hidden; text-overflow:ellipsis; word-break: break-all; white-space: normal; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical;}
.main-default .main-default-list ul li .main-default-box dl dd .txt {font-size:16px; font-weight:500; color:#686868; letter-spacing:-.03em; overflow:hidden; text-overflow:ellipsis; word-break: break-all; white-space: normal; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical;}
.main-default .main-default-list ul li .titt {font-size:22px; font-weight:700; color:#f8f8f8; letter-spacing:-.03em; line-height:1.455em; margin-bottom:15px;}
.main-default .main-default-list ul li .txtt {}
.main-default .main-default-list ul li .down {position:relative; border:1px solid rgba(255, 255, 255, 0.5); border-radius:20px; width:130px; height:40px; line-height:38px; padding:0 20px;}
.main-default .main-default-list ul li .down:before {position:absolute; content:""; width:9px; height:15px; background:url('../images/main/down-arrow.png')50% 50% no-repeat; background-size:contain; top:50%; margin-top:-7.5px; right:20px;}
.main-default .main-default-list ul li .lg-tit {font-size:22px; font-weight:700; letter-spacing:-.03em; line-height:1.455em;}
.main-default .main-default-list ul li .go-list {}
.main-default .main-default-list ul li .go-list {}
.main-default .main-default-list ul li .go-list a {align-items:center; position:relative; display:flex; padding:17px 0; border-bottom:1px dashed rgba(255, 255, 255, 0.5);}
.main-default .main-default-list ul li .go-list:last-child a {border-bottom:0;} 
.main-default .main-default-list ul li .go-list a:before {position:absolute; content:""; width:20px; height:17px; background:url('../images/main/arrow.png')50% 50% no-repeat; background-size:contain; top:50%; margin-top:-8.5px; right:-5px;}
.main-default .main-default-list ul li .go-list a .img {}
.main-default .main-default-list ul li .go-list a .tt-box {margin-left:10px;} 
.main-default .main-default-list ul li .go-list a .tt-box .tits {font-size:20px; font-weight:600; letter-spacing:-.03em; line-height:1.750em; margin-bottom:5px;}
.main-default .main-default-list ul li .go-list a .tt-box .txts {line-height:1.500em;}

.main-location {padding:100px 0;}
.main-location .main-tit {color:#333;}
.main-location .main-map {position:relative; margin-top:120px;}
.main-location .main-map:before {position:absolute;content:""; height:100%; background:url('../images/main/main-map-bg.jpg')50% 50% no-repeat;bottom:70px; left:-255px; right:160px; z-index:-1;}
.main-location .main-locations {}
.main-location .main-locations ul {display:flex;}
.main-location .main-locations ul li {position:relative; width:33.3333%; text-align:center; padding:20px 0; margin-top:40px;}
.main-location .main-locations ul li:before {position:absolute; content:""; width:1px; height:100%; background:#ddd; top:0; right:0;}
.main-location .main-locations ul li:last-child:before {display:none;}
.main-location .main-locations ul li:first-child {min-width:580px;}
.main-location .main-locations ul li .img {}
.main-location .main-locations ul li .txt {font-size:18px; font-weight:700; padding:25px 0 20px; letter-spacing:-.03em; line-height:1.3em;}
.main-location .main-locations ul li .txts {margin-bottom:5px;} 

@keyframes proBar{
    0%{width:0;}
    100%{width:160px;}
}

@keyframes m_proBar{
    0%{width:0;}
    100%{width:100px;}
}

.visual-scroll {position:absolute; width:56px; height:56px; margin-left:-28.5px; left:50%; animation:pulse 2s infinite; bottom:80px; color:#fff; font-size:16px; letter-spacing:0.2em; margin-left:-30px;}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }
  50% {
    -webkit-transform: translate(0, 10px);
            transform: translate(0, 10px); }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); } 
}

@keyframes pulse {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }
  50% {
    -webkit-transform: translate(0, 10px);
            transform: translate(0, 10px); }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); } 
}

#sub .main-board-search {display:none;}
#sub .main-board-search.sub {display:block; position:static; margin-left:0; margin-bottom:40px; margin-top:20px;}
#sub .board-search .search {float:inherit; display:inline-block;}
 
.doc-tit {margin-bottom:30px;}
.doc-tit h3 {position:relative; font-size:36px; font-weight:600; color:#333; letter-spacing:-.03em; border-bottom:1px solid #ddd; line-height:1.0em; padding-bottom:25px;}
.doc-tit h3:before {position:absolute; content:""; width:180px; height:3px; background:#29abe2; bottom:0; left:0;}


/* sub page */
#wrapper {overflow:hidden;} 

#sub .con-flex {display:flex; max-width:1600px; margin:0 auto;}

.sub-lnb {min-width:auto; z-index:50; margin-right:100px; margin-left:30px; white-space:nowrap;}

.lnb {margin-top:-60px; position:relative; z-index:2; background:rgba(0, 0, 0, 0.5);}
.lnb ul {display:flex; max-width:1200px; margin:0 auto;}
.lnb ul li {flex:1; position:relative; font-size:18px; text-align:center; line-height:1.4em; letter-spacing:0;}
.lnb ul li a {display:flex; align-items:center; justify-content:center; height:60px; padding:0 15px; font-weight:600; font-size:20px; color:#fff; font-weight:500; line-height:58px;}  
.lnb ul li a:before {position:absolute; content:""; width:1px; height:30px; background:rgba(221, 221, 221, 0.3); top:50%; margin-top:-15px; right:0;}
.lnb ul li:last-child a:before {display:none;}
.lnb ul li.active a {color:#29abe2; }

/* sub */
.sub-visual {position:relative; text-align:center; height:460px; color:#fff; overflow:hidden; background:#333;}
.sub-visual .contain {max-width:1260px;}
.sub-visual .bg {position:absolute; top:0; left:0; width:100%; height:100%; overflow:hidden; transition:2s; opacity:1; transform:scale(1.1); background-repeat:no-repeat; background-position:50% 0; background-size:cover;}
.sub-visual .inner {position:absolute; bottom:0;left:0; width:100%; transform:translateY(-50%);}
.sub-visual .inner.bottom {bottom:80px;}
.sub-visual h2 {font-size:60px; font-weight:700; line-height:1.300em; letter-spacing:-.03em; text-align:left;}  
.sub-visual .bg1 {background-image:url("../images/common/sv1.jpg");}
.sub-visual .bg2 {background-image:url("../images/common/sv2.jpg");}
.sub-visual .bg3 {background-image:url("../images/common/sv3.jpg");}
.sub-visual .bg4 {background-image:url("../images/common/sv4.jpg");}
.sub-visual .bg5 {background-image:url("../images/common/sv5.jpg");}
.sub-visual .bg6 {background-image:url("../images/common/sv6.jpg");}
.sub-visual [data-aos=fade-up] {transform: translate3d(0,30px,0);}
.loaded .sub-visual .bg {transform:scale(1); opacity:1;}

.path-wrap {position:relative; color:#000; font-size:20px; z-index:50; margin-bottom:50px;}
.path-wrap .wrap {display:flex; max-width:1400px; margin:0 auto; background:rgba(0, 0, 0, 0.6); margin-top:-70px;}
.path-wrap .home a {display:block; width:100px; height:70px; background:url("../images/common/home.png") 50% 50% no-repeat; text-indent:-999em; overflow:hidden; border-right:1px solid rgba(255, 255, 255, 0.5);}
.path-wrap .part {position:relative; width:33%; max-width:300px; border-right:1px solid rgba(255, 255, 255, 0.5); z-index:50;}
.path-wrap .part > a {font-size:20px; color:#fff; font-weight:600; display:flex; align-items:center; position:relative; height:70px; line-height:1.3em; padding:0 60px 0 45px;}
.path-wrap .part > a:after {content:""; position:absolute; top:50%; right:30px; margin-top:-5px; width:17px; height:10px; background:url("../images/common/path_down.png") 50% 50% no-repeat;}
.path-wrap .part ul {display:none; position:absolute; left:-1px; right:-1px; background:#3b3b3b; padding:35px 45px;}
.path-wrap .part ul li {font-size:19px; color:#fff; line-height:1.3em;}
.path-wrap .part ul li:last-child {border-bottom:0;}
.path-wrap .part ul li a {display:block; padding:10px 0; }
.path-wrap .part ul li a:hover,
.path-wrap .part ul li.active a {color:#22ae84;}
.path-wrap .btn {display:flex; align-items:center; padding:0 30px; height:70px; border-left:1px solid rgba(255,255,255,.5); border-right:1px solid rgba(255,255,255,.5);}
.path-wrap .btn:before {content:""; width:35px; height:35px; background:url("../images/common/icon_qa.png") 50% 50% no-repeat; margin-right:9px;}

#contArea { max-width:1260px; margin:0 auto; padding-right:30px; position:relative; padding-left:30px;}
div#contArea\ wide {max-width:none;} 

.sub-title {padding:50px 0; text-align:center;} 
.sub-title h2 {position:relative; color:#333; font-weight:700; font-size:32px; line-height:1.3em; letter-spacing:-.03em;} 
 
.real-cont {padding-bottom:120px;}
.real-cont.none {padding-bottom:0;}
 
/* footer */ 

.go-top {position:absolute; right:30px; top:0;}

.fp-viewing-Distribution .main-board-search {display:none;}

.footer .fp-tableCell {height:auto !important;}

#footer {position:relative; padding-top:35px; background:#333; color:#a3a3a3; font-size:15px; font-weight:500; line-height:1.467em; letter-spacing:0;}
#footer address {font-style:normal;}
#footer span {display:inline-block; margin-right:15px;}
#footer span.color {color:#d2d2d2;}
#footer span.color2 {color:#8a8a8a;}
#footer span a {font-size:14px; color:#8a8a8a; margin-left:30px;}
#footer a:hover {text-decoration:underline;}
#footer .contain {position:relative; max-width:1460px; padding-bottom:35px; align-items:center;}
#footer .contain .foot-info {margin-top:18px; padding-bottom:20px; margin-bottom:25px; border-bottom:1px solid rgba(221, 221, 221, 0.5);}
#footer .contain .foot-info .f-logo {margin-right:100px;}
#footer .contain .foot-info address {}
#footer .contain .foot-info address span {margin-right:17px; line-height:1.500em;}
#footer .contain .foot-info address span a {font-size:12px; color:#323640; margin-left:5px;}
#footer .contain .foot-links {}
#footer .contain .foot-links ul {display:flex;}
#footer .contain .foot-links ul li {position:relative; margin-right:30px; padding-left:25px;}
#footer .contain .foot-links ul li:before {position:absolute; content:""; width:14px; height:14px; background:url('../images/main/f-link.png')50% 50% no-repeat; background-size:contain; top:50%; margin-top:-7px; left:0;}
#footer .address-wrap {text-align:center; padding:10px 0; border-top:1px solid rgba(255, 255, 255, 0.3);}
#footer .address-wrap a {font-size:13px; color:#5a5a5a;}
#footer .f-logo {margin-right:100px;}
#footer dl {display:flex; margin-bottom:5px;}
#footer dl dt {min-width:110px;}
#footer dl dd {}

#footer .foot-flex {display:flex; justify-content:space-between;}
#footer .foot-link ul {display:flex;}
#footer .foot-link ul li {margin-left:15px; color:#c3c3c3;}


.side-cs .img-wrap {display:flex; flex-direction:column; justify-content:center; align-items:center; position:relative; width:50px; height:50px; top:0; left:-85px; margin:0 auto; background:#fff; border-bottom:1px solid #ddd;}
.side-cs .img-wrap .img {position:absolute;}
.side-cs .img-wrap .img.hover {display:none;}
.side-cs .img-wrap:hover .img.hover {display:block;}
.side-cs .img-wrap:hover .img {display:none;}
.side-cs {position:fixed; top:500px; right:25px; z-index:100; transition:.6s;}

.side-cs .wrap {width:240px; padding:20px; background:#fff; border:1px solid #ddd;}
.side-cs .tit {color:#fff; font-size:20px; font-weight:500; line-height:1.4em; letter-spacing:-.04em; margin:-5px 0 15px;}
.side-cs .txt {color:#b0e4fd; font-size:16px; font-weight:300; line-height:1.5em; letter-spacing:-.04em; margin-bottom:13px;}
.side-cs .form {margin-top:10px; background:#fff; border-radius:12px; border:1px solid #ddd;}
.side-cs .form .tt {height:50px; line-height:50px; border-radius:10px 10px 0 0; text-align:center; color:#fff; font-size:20px; font-weight:700; letter-spacing:-.04em; background:#0e76bc; margin-bottom:10px;}
.side-cs .form .group {display:flex; align-items:center; padding:5px 10px;}
.side-cs .form .group label {width:55px; color:#454545; font-size:16px; font-weight:500; line-height:1.3em; letter-spacing:-.04em;}
.side-cs .form .group .input {flex:1 1 auto; min-width:0; width:1%; height:35px; padding:4px 10px; color:#686868; font-size:15px; font-weight:300; line-height:1.3em; letter-spacing:-.04em; border-radius:6px;}
.side-cs .form .group select.input {background:url("../images/common/select.png") right 10px center no-repeat;}
.side-cs .form .check {text-align:center; margin:13px 10px 15px; color:#686868; font-size:13px; font-weight:300; line-height:1.3em; letter-spacing:-.04em;}
.side-cs .form .check a {color:#454545; margin-left:4px;}
.side-cs .form .check a:hover {text-decoration:underline;}
.side-cs .form .check .checkbox label:before {border-radius:4px; background-color:#fff;}
.side-cs .form .check .checkbox input:checked + label:before {background-color:#1688e0;}
.side-cs .form .submit {display:block; width:170px; margin:0 auto; height:35px; color:#fff; font-size:16px; font-weight:700; line-height:1.3em; letter-spacing:-.04em; border:0; border-radius:6px; background:#1aa0f7; margin-bottom:14px;}
.side-cs .btns {display:flex; flex-wrap:wrap; justify-content:space-between; margin-top:11px;}
.side-cs .btns a {display:block; padding:18px 0 15px; color:#fff; font-size:18px; font-weight:400; line-height:1.3em; letter-spacing:-.04em; text-align:center; border-radius:12px;}
.side-cs .btns i {display:block; width:46px; height:46px; margin:0 auto 8px; background-position:50% 50%; background-repeat:no-repeat;}
.side-cs .btns .s-cs {width:calc(50% - 5px); background:#421bd5; font-family:"Roboto",sans-serif; font-size:22px; font-weight:700;}
.side-cs .btns .s-cs i {background-image:url("../images/common/s_cs.png");}
.side-cs .btns .s-inq {width:calc(50% - 5px); background:#254699;}
.side-cs .btns .s-inq i {background-image:url("../images/common/s_inquiry.png");}
.side-cs .btns .s-demo {width:100%; height:60px; padding:0; margin-top:10px; display:flex; justify-content:center; align-items:center; background:#3263e6;}
.side-cs .btns .s-demo i {flex:0 0 39px; width:39px; height:39px; margin:0 17px 0 0; background-image:url("../images/common/s_demo.png");}
.side-cs.hidden {transform:translateX(100%);}
.side-cs.active {transform:translateX(0);} 

.side-cs-list {position:absolute; top:50px;}

.quickmenu-list {}
.quickmenu-list .items .item {position:relative;}
.quickmenu-list .items .item:before {position:absolute; content:""; width:17px; height:17px; background:url('/images/main/quick-close.png')50% 50% no-repeat; background-size:contain; top:0; right:0; z-index:9;}
.quickmenu-list {width:100px; position:relative;}
.quickmenu-list .slick-arrow {position:absolute; bottom:-30px; width:50px; height:30px; border:none; overflow:hidden; text-indent:-999em; background-color:transparent; background-position:50% 50%; background-repeat:no-repeat; z-index:50; background-size:contain;}
.quickmenu-list .slick-prev {right:50px; background-image:url("../images/main/quick-prev.png");}
.quickmenu-list .slick-next {right:0; background-image:url("../images/main/quick-next.png");} 
.quickmenu-list .thumb {position:relative; padding-bottom:80%; overflow:hidden;}
.quickmenu-list .thumb img {position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); -ms-transform:translate(-50%,-50%); -webkit-transform:translate(-50%,-50%); width:auto !important; height:auto !important; max-width:100%; max-height:100%; object-fit:contain;}
.quickmenu-list .slick-slide {padding:0; max-height:78px;}
.quickmenu-list .slick-slide .img {width:100%;}
.quickmenu-list .slick-slide .img img {width:100%;}
.quickmenu-list .slick-list {margin:0;}



