3

/* layout.css는 전체적인 레이아웃 스타일을 정의합니다. */ 

#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}

.contain {width:100%; padding-left:30px; padding-right:30px; margin:0 auto; max-width:1260px;}
#main .contain {max-width:1460px;}
.contain:after {content:""; display:block; clear:both;}

/* header */
#header {position:relative; top:0; left:0; width:100%; z-index:100; background:#fff;}
#header .contain {position:relative; max-width:1790px; height:99px;}
#header .sitelogo {position:absolute; top:50%; left:30px; margin-top:-27px; z-index:10;}
#header .sitelogo a {display:block; width:253px; height:54px; overflow:hidden; text-indent:-9999em; background:url("../images/common/logo.png") 50% 50% no-repeat; background-size:contain;}


#sub .select-input .img {width:24px; height:24px; background:url("../images/main/language_w.png")50% 50% no-repeat; background-size:contain;}

#sub #header {position:relative; background:#fff; border-bottom:1px solid #dfdfdf;}
#sub #header #gnb > ul > li > a {color:#242424;}
#sub #header .btn-m-menu span,
#sub #header .btn-m-menu span:before,
#sub #header .btn-m-menu span:after {background:#2c2c2c;}

/*new*/

/* #gnb {margin-right:100px;} */
#gnb > ul {display:flex; justify-content:center;}
#gnb > ul > li {position:relative;}
#gnb > ul > li > a {display:inline-block; margin:0 90px; position:relative; color:#000; font-size:22px; line-height:100px; font-weight:500; letter-spacing:0;}
#gnb > ul > li:hover > a {color:#21acdc;}
#gnb .submenu {display:none; background:#fff; position:absolute; top:100px; left:50%; width:200px; margin-left:-100px; z-index:102}
#gnb .submenu > ul {display:block; margin:0;}
#gnb .submenu > ul > li {position:relative; color:#454545; padding:0; text-align:center; font-size:16px;}
#gnb .submenu > ul.m2 > li {padding:3px 0 3px 0;}
#gnb .submenu > ul > li:first-child {padding-top:20px;}
#gnb .submenu > ul > li:last-child {padding-bottom:20px;}
#gnb .submenu > ul > li > a {margin:0 10px; display:block; color:#555; font-weight:400; font-size:18px; line-height:33px; letter-spacing:0;}

#gnb .submenu > ul > li:hover a {color:#21acdc;}

.submenu-bg {display:none; position:absolute; margin-top:1px; left:0; width:100%; background:rgba(0, 0, 0, .7);}


.main-links {display:flex; align-items:center; position:absolute; top:0; right:0; z-index:101;}
.main-links .go-home {display:none; margin-top:30px;}
.custom-select {display:inline-block; vertical-align:middle; position:relative; z-index:10; background:#103a85;}
.custom-select .select-hidden {display:none;}
.custom-select .select-input {position:relative; width:100px; padding-left:30px; height:100px; line-height:100px; color:#fff; font-size:14px; letter-spacing:-.03em; font-weight:700; overflow:hidden; white-space:nowrap; cursor:pointer; z-index:2;}
.custom-select .select-input:before {position:absolute; content:""; width:9px; height:6px; background:url('../images/main/slide-down.png')50% 50% no-repeat; background-size:contain; top:50%; margin-top:-3px; right:20px;}
.custom-select .select-options {display:none; position:absolute; height:100px; background:#103a85; color:#fff; margin-top:-1px; left:0; width:100%; max-height:460px; font-size:14px; line-height:1.5em; letter-spacing:-.03em; border:1px solid transparent; position:absolute; top:0; z-index:99;}
.custom-select .select-options ul {display:flex; align-items: center; justify-content: center; flex-direction: column; align-content: center; height: 100px;}
.custom-select .select-options li {position:relative; font-family: 'Montserrat', sans-serif; padding:5px 10px; font-weight:700; font-size:14px; display:inline-block; width:100%; text-align:center; margin-right:0; padding:5px 10px; cursor:pointer; transition:.2s;}
.custom-select .select-options li a:hover {font-weight:700; color:#21acdc;}
.custom-select .select-options li a {display:block;}
.custom-select .select-options li.selected {background:#fff}
.custom-select.active .select-input {border-color:#ff5500;}
.select-input .img {width:24px; height:24px; background:url("../images/main/language.png")50% 50% no-repeat; background-size:contain;}



/* for mobile */

.btn-m-menu {display:none; position:absolute; top:50%; right:15px; margin-top:-10px; width:24px; height:24px; text-indent:-9999em; z-index:50;}
.btn-m-menu span {position:absolute; left:0; right:0; top:11px; height:2px; background:#000;}
.btn-m-menu span:before,
.btn-m-menu span:after {content:" "; position:absolute; left:0; right:0; height:2px; background:#000;}
.btn-m-menu span:before {top:-9px;}
.btn-m-menu span:after {bottom:-9px;}

.mobile-navigation {position:fixed; top:0; right:0; width:260px; height:100%; overflow:auto; transition:.2s linear; -ms-transform:translateX(100%); transform:translateX(100%); background:#fff; z-index:102;}
.mobile-navigation .home {padding:11px 10px;}
.mobile-navigation .home img {height:33px; width:76%;}
.mobile-navigation .nav-menu>ul {border-top:1px solid #dfdfdf;}
.mobile-navigation .nav-menu>ul>li {border-bottom:1px solid #dfdfdf;}
.mobile-navigation .nav-menu>ul>li>a {position:relative; padding:12px 20px; display:block; color:#242424; font-size:16px; font-weight:500; line-height:1.5em;}
.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 .nav-menu>ul>li.active>a {color:#203975;}
.mobile-navigation .nav-menu>ul>li.active>a:after {transform:translateY(-35%) rotate(-135deg);}
.mobile-navigation .nav-menu .submenu {display:none; padding:10px 20px; background:#203975; color:#fff; font-size:16px; line-height:1.5em;}
.mobile-navigation .nav-menu .submenu > ul >  li > a {display:block; padding:6px 0; font-size:14px;}
.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); }
.mobile-overlay {display:none; position:fixed; top:0; left:0; width:100%; height:100%; background:#000; opacity:0.6; z-index:101;}


html.menu-opened {overflow:hidden;}
html.menu-opened .mobile-navigation {-ms-transform:translateX(0); transform:translateX(0);}
html.menu-opened .mobile-overlay {display:block;}
 
/* main */
.main-visual {position:relative;}
.main-visual .img img {width:100%;}
.main-visual .item-wrap {position:relative; height:100vh; overflow:hidden;}
.main-visual .video-area video {position:absolute; top:0; left:0; width:100%; height:100vh; background-color: black; background-position: center center; background-size: contain; object-fit: cover;}
.main-visual .caption {position:absolute; top:50%; left:0; width:100%; padding:0 30px; text-align:center; z-index:45; transform:translateY(-50%); color:#fff;}
.main-visual .caption h2 {font-family: 'GmarketSans'; font-size:56px; font-weight:700; letter-spacing:-.025em; line-height:1.179em;}
.main-visual .caption .lg-tit {font-size:20px; font-weight:500; letter-spacing:-.025em; line-height:1.3em;}
.main-visual .capwrap {max-width:1400px; margin:0 auto; width:100%; text-align:center;}
.main-visual .capwrap.left {text-align:left;}
.main-visual .capwrap h3 {font-family: 'S-CoreDream-1Thin'; letter-spacing:-.025em; line-height:1.179em; font-size:56px;}
.main-visual .capwrap h4 {font-family: 'GmarketSans'; font-size:100px; margin:10px 0 100px; font-weight:700; letter-spacing:-.025em; line-height:1.3em;}
.main-visual .capwrap .btn {display:flex; align-items:center; justify-content:center; border-radius:30px; font-size:20px; font-weight:500; letter-spacing:-.025em; color:#000; background:#fff; width:209px; height:56px; line-height:56px;}
.main-visual .capwrap .btn span {margin-right:10px;}
.main-visual .content {position:absolute; top:250px; left:0; color:#fff; width:100%; text-align:center; z-index:10}
.main-visual .content p {font-size:24px; letter-spacing:-.03em; line-height:1.667em; font-weight:300; margin-left:250px;}
.main-visual .content .tit {font-size:50px; color:#fff; font-weight:700; letter-spacing:-.03em; line-height:1.3em; text-align:right; margin-bottom:10px;}
.main-visual .slick-dots {position:absolute; bottom:80px; left:0; width:100%; text-align:center; z-index:50; line-height:0; opacity:.8;}
.main-visual .slick-dots li {display:inline-block; padding:0 20px;}
.main-visual .slick-dots li button {display:block; background:#fff; width:11px; height:11px; border:2px solid #fff; border-radius:50%; overflow:hidden; text-indent:-9999px; border-radius:8px;}
.main-visual .slick-dots li.slick-active button {width:30px; height:30px; border-color:transparent; background:url("../images/main/dot.active.png")50% 50% no-repeat; padding-top:9px;}

.caption-list {margin-top:40px;}
.caption-list ul {display:flex; justify-content:center;}
.caption-list ul li .circle {font-family: 'S-CoreDream-1Thin'; font-size:36px; letter-spacing:-.02em; font-weight:300; display:flex; align-items:center; justify-content:center; width:175px; height:175px; background:#265492; border-radius:100%; margin:0 10px;}
.caption-list ul li:nth-child(2) .circle {background:#4a47d1;}
.caption-list ul li:nth-child(3) .circle {background:#149af3;}

.visual-scroll {position:absolute; left:50px; animation:pulse 2s infinite; color:#fff; font-size:16px; letter-spacing:0.2em; bottom:80px; width:20px; height:184px; margin-left:-10px;}

.main-link {display:flex; padding:120px 0; margin:0 -20px;}
.main-link .main-link-flex {position:relative; width:25%; min-height:290px; background-size:contain; background-repeat:no-repeat; background-position:50% 50%; padding:0 20px;}
.main-link .main-link-flex a {display:block; width:100%; height:100%;}
.main-link-wrap {width:100%; max-width:320px; background:rgba(0, 0, 0, 0.7); position:absolute; bottom:0; display:flex; align-items:center; padding:0 20px; justify-content: space-between; min-height:75px; border-radius:0 0 20px 20px;}
.main-link-wrap p {font-size:22px; color:#fff; font-weight:500; letter-spacing:-.025em;}
.main-link .customer {display:flex; align-items: center; margin-bottom:40px;}
.main-link .customer .tit {font-size:26px; font-weight:700; letter-spacing:-.025em; color:#fff; margin-left:10px;}
.main-link .customer-wrap {justify-content:center; min-height:290px; display:flex; flex-direction:column; align-items: center;}
.main-link .customer-wrap dl dd {font-size:22px; color:#fff; font-weight:500; letter-spacing:0; line-height:1.364em;}
.main-link .customer-wrap .mail {font-size:15px; color:#fff; font-weight:500; letter-spacing:0; margin-top:10px;}

/* sub */
.sub-visual {position:relative; display:table; table-layout:fixed; width:100%; height:300px; background-color:#fff; background-position:50% 50%; background-repeat:no-repeat; background-size:cover;}
.sub-visual .cell {display:table-cell; vertical-align:middle; width:100%; height:100%;}
.sub-visual .in {text-align:left; width: 100%; max-width:1200px; margin: 0 auto;}
.sub-visual p {position:relative; font-size:20px; font-weight:700; line-height:1.556em; color:#fff; letter-spacing:0;}
.sub-visual h3 {font-family:'S-CoreDream-1Thin'; font-size:56px; line-height:1.3em; color:#fff; font-weight:300; letter-spacing:-.025em; margin-bottom:10px;}
.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.bg7 {background-image:url("../images/common/sv7.jpg");}
.sub-visual.bg8 {background-image:url("../images/common/sv1.jpg");}

/* lnb */
.lnb {width:100%;}
.lnb .tit {height:130px; display:flex; flex-direction:column; align-items:flex-start; justify-content:center; padding:0 30px; background:url('../images/common/lng-bg.png') 0 0 no-repeat; width:100%; font-size:30px; color:#fff; font-weight:700;}
.lnb .tit p {font-size:14px; font-weight:400; letter-spacing:0.2em; margin-top:10px;}
.lnb ul {position:relative; width:100%; display:block;}
.lnb li {width:100% !important;}
.lnb li a:first-child {border-top:none;}
.lnb li a {display:block; line-height:55px; border:1px solid #dfdfdf; font-size:18px; color:#2c2c2c; padding-left:40px; position:relative; transition:none;}
.lnb li a:after {content:''; width:5px; height:10px; position:absolute; top:50%; margin-top:-5px; left:25px; background-image:url('../images/common/lnb-arrow.png'); background-repeat:no-repeat; background-size:cover;}
.lnb li.active {margin-top:0;}
.lnb li.active a {background:#050051; border:1px solid #050051; line-height:55px; color:#fff;}
.lnb li.active a:after {background-image:url('../images/common/lnb-arrow_on.png');}

.lnb .depthmenu {display:none;position:absolute; top:0; left:100%; min-width:232px; width:100%; min-height:100%; background:#ea575d; text-align:left; z-index:100; border-top-right-radius:20px; border-bottom-right-radius:20px;}
.lnb .depthmenu ul {padding:20px 25px 20px 30px; position:relative;}
.lnb .depthmenu ul li {margin-bottom:7px; position:relative;}
.lnb .depthmenu ul li a {display:inline-block; color:#fff; position:relative;}
.lnb .depthmenu ul li a:hover,
.lnb .depthmenu ul li.on a {color:#190d0e;}
.lnb .depthmenu ul li:hover a:after {position:absolute; content:''; width:100%; height:1px; bottom:0;left:0; background-color:#190d0e;}



/* .lnb .sub-depthmenu {display:none;} */

#sub #container {position:relative; display:flex; max-width:1460px; margin:0 auto;}
.container-line {position:relative;}
.container-line:before {position:absolute; content:""; background:#f5f5f5; height:80px; width:100%; top:0; left:0;}
.sub-lnb {width:280px; z-index:50; margin-top:-20px;}
#contArea {position:relative; width:1%; flex:1 1 auto; padding-left:40px;}

.sub-title {width:100%; height:80px; display:flex; align-items:center; justify-content:space-between; max-width:1200px; margin:0 auto; text-align:left; margin-bottom:60px;}
.sub-title.mg {padding:80px 30px 60px;}
.sub-title.mb {padding:80px 0 40px 0;}
.sub-title h2 {display:inline-block; position:relative; font-size:30px; color:#000; font-weight:700; line-height:1.3em; letter-spacing:-.025em;}

.real-cont {padding-bottom:100px;}
.real-cont.none {padding-bottom:0;}

#contArea.wide {max-width:none;} 
.path {text-align:right; margin-left:30px; display:flex; align-items:center; font-size:14px; color:#555; font-weight:400; letter-spacing:0;}
.path img {vertical-align:middle; margin:-.1em 3px 0 0;}
.path .arrow {display:inline-block; width:20px; height:10px; overflow:hidden; font-size:0; line-height:0; text-align:left; text-indent:-9999em; background:url("../images/common/path_arrow.png") 50% 50% no-repeat;}
.path .page-name {color:#505050; font-weight:400;}


/* form */
.checkbox input:checked + label:before {background:#217dd2 url(/images/bbs/checkbox.png) 50% 50% no-repeat; border-radius:3px;}

@-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); } 
}

/* footer */
#footer {padding:60px 0px 40px; position:relative; width:100%; color:#aaa; background:#232731; font-weight:400; font-size:16px; line-height:1.500em; border-top:1px solid #ddd;}
#footer .contain {width:100%; display:flex; align-items:center;}
#footer .foot-info {flex:1 1 auto; min-width:0; width:1%; margin-left:80px;}
#footer .foot-info address {font-size:14px; font-style:normal;}
#footer .foot-info span {position:relative; display:inline-block; padding-right:15px;}
#footer .foot-info span.pd {font-size:12px; font-weight:700; color:#3c414e; padding-left:5px;}
#footer .foot-info span.s-txt {color:#898989; font-size:13px;}
#footer .foot-info span.none:before {display:none;}
#footer .foot-info span.top {display:inline-block; margin-top:15px;}
#footer .f-ico {padding-right:5px; padding-top:5px;}
#footer .f-ico img {display:inline-block; padding-top:3px;}
#footer .foot-info .bar {margin:0 8px;}
#footer .foot-links {max-width:1400px; width:100%; margin:0 auto; font-size:16px; font-weight:500; line-height:1.3em; margin-bottom:20px;}
#footer .foot-links ul {font-size:15px; display:flex; font-size:13px;}
#footer .foot-links ul li {margin-right:20px; font-size:15px; font-weight:500; letter-spacing:-.04em;}
#footer .copyright {font-size:12px; font-weight:300; letter-spacing:-.04em; padding-top:10px;}
.white {font-size:16px; color:#feffff; font-weight:700; letter-spacing:-.04em; line-height:1.875em; margin-bottom:10px; padding-top:10px;}
a.go-top {position:fixed; bottom:40px; right:20px; z-index:50;}
.link-flex {display:flex;}
.link-flex .img {padding:0 15px;}

/*  */
/* #lnb {width:280px;}
#lnb .titlebox {width:280px; display:table;}
#lnb .title {color:#000; font-size:26px; line-height:35px; font-weight:500; padding-top:10px;}
.lnbs {margin-bottom:40px;}
.lnbs .tit {height:133px; display:flex; flex-direction:column; align-items:flex-start; justify-content:center; min-width:280px; background:url('../images/common/lng-bg.png') 0 0 no-repeat; width:100%; font-size:30px; color:#fff; font-weight:700; background-size: contain; padding:0 30px; margin-top:-20px;}
.lnbs .tit p {font-size:14px; font-weight:400; letter-spacing:0.2em; margin-top:10px;}
.lnb ul {position:relative; width:100%; display:block;}
.lnb li {width:100% !important;}
.lnb li a:first-child {border-top:none;}
.lnb li a {display:block; line-height:50px; border:1px solid #dfdfdf; font-size:18px; color:#2c2c2c; padding-left:40px; position:relative;}
.lnb li a:after {content:''; width:5px; height:10px; position:absolute; top:50%; margin-top:-5px; left:25px; background-image:url('../images/common/lnb-arrow.png'); background-repeat:no-repeat; background-size:cover;}
.lnb li.active {margin-top:0;}
.lnb li.active a {background:#050051; border:1px solid #050051; line-height:55px; color:#fff;}
.lnb li.on a:after {height:9px; background-image:url('../images/common/lnb-arrow_on.png');}
.lnb ul li.on a {color:#fff; background:#050051;}
 */
/* 
.lnbs {width:20%; margin-bottom:40px;}
.lnbs .tit {height:133px; display:flex; flex-direction:column; align-items:flex-start; justify-content:center; min-width:280px; background:url('../images/common/lng-bg.png') 0 0 no-repeat; width:100%; font-size:30px; color:#fff; font-weight:700; background-size: contain; padding:0 30px; margin-top:-20px;}
.lnbs .tit p {font-size:14px; font-weight:400; letter-spacing:0.2em; margin-top:10px;} */
/* .path-wrap {position:relative; z-index:50; color:#242424; font-weight:500; border:1px solid #dfdfdf; margin-bottom:80px;} */
/* .path-wrap .inner {max-width:1200px; margin:0 auto;}
.path-wrap .inner:after {content:""; display:block; clear:both;}
.path-wrap .home {float:left; position:relative; border:1px solid #dfdfdf; border-bottom:0; border-top:0;}
.path-wrap .home a {display:block; width:60px; height:60px; background:url("../images/common/home.png")50% 50% no-repeat; text-indent:-999em; overflow:hidden;}
.path-wrap .part {float:left; position:relative; min-width:280px; z-index:52;}
.path-wrap .part.first {min-width:170px;}
.path-wrap .part
.path-wrap .part:after {content:" "; position:absolute; top:0; right:0; width:1px; height:100%; background:rgba(255,255,255,0.3);}
.path-wrap .part > a {font-size:18px; display:block; position:relative; height:60px; line-height:60px; padding:0 40px; border-right:1px solid #dfdfdf; border:1px solid #ddd;}
.path-wrap .part > a:after {content:""; position:absolute; top:50%; margin-top:-5.5px; right:20px; width:18px; height:11px; background:url('../images/common/down-ico.png')0 0 no-repeat;}
.path-wrap .part.active {z-index:53;}
.path-wrap .part.active > a:after {background-image: url('../images/common/down-ico.png');}
.path-wrap .part ul {display:none; position:absolute; top:61px; left:-1px; right:0; background:#fff; border:1px solid #dfdfdf; border-top:0; z-index:53; width:280px;}
.path-wrap .part.first ul {display:block;}
.path-wrap .part ul li {color:#242424; font-size:16px; line-height:1.35em;}
.path-wrap .part ul li:first-child {border-top:0;}
.path-wrap .part ul li a {display:block; width:280px; height:60px; line-height:58px; border-top: 1px solid #ddd; padding: 0 40px;}
.lnbs {margin-bottom:40px;}
.lnbs .tit {height:133px; display:flex; flex-direction:column; align-items:flex-start; justify-content:center; min-width:280px; background:url('../images/common/lng-bg.png') 0 0 no-repeat; width:100%; font-size:30px; color:#fff; font-weight:700; background-size: contain; padding:0 30px; margin-top:-20px;}
.lnbs .tit p {font-size:14px; font-weight:400; letter-spacing:0.2em; margin-top:10px;}
.lnb ul {position:relative; width:100%; display:block;}
.lnb li {width:100% !important;}
.lnb li a:first-child {border-top:none;}
.lnb li a {display:block; line-height:50px; border:1px solid #dfdfdf; font-size:18px; color:#2c2c2c; padding-left:40px; position:relative;}
.lnb li a:after {content:''; width:5px; height:10px; position:absolute; top:50%; margin-top:-5px; left:25px; background-image:url('../images/common/lnb-arrow.png'); background-repeat:no-repeat; background-size:cover;}
.lnb li.active {margin-top:0;}
.lnb li.active a {background:#050051; border:1px solid #050051; line-height:55px; color:#fff;}
.lnb li.on a:after {height:9px; background-image:url('../images/common/lnb-arrow_on.png');}
.lnb ul li.on a {color:#fff; background:#050051;} */