.main #container {position:relative;}
.main .breadcrumb {display:none;}
.main .content {background:#fff;}

.main#wrap {overflow:hidden;}
.main #header {position:fixed; top:0; left:0; width:100%; background:none;}
.main #header:before {content:''; display:block; position:absolute; top:0; width:100%; height:70px; transform:translateY(-100%); transition:.3s ease; background:#053a83;}
.main #header.drop_bg:before {transform:translateY(0);}

.main_visual {position:fixed; top:0; left:0; width:100%; height:100%; background:#fff; color:#fff;}
.main_visual .swiper-container {height:100%;}
.main_visual .swiper-slide {background-position:50% 50%; background-repeat:no-repeat; background-size:cover;}
.main_visual .swiper-pagination {display:inline-block; top:80%; bottom:auto; left:33px; width:auto; border-bottom:1px solid #fff; font-size:14px; letter-spacing:-1px; font-weight:700;}
.main_visual .swiper-controller {position:absolute; top:80%; left:73px; z-index:10;}
.main_visual .swiper-controller .swiper-stop,
.main_visual .swiper-controller .swiper-start {display:inline-block; width:13px; height:15px; background-repeat:no-repeat; background-size:100%; text-indent:-999px; overflow:hidden;}
.main_visual .swiper-controller .swiper-stop {background-image:url(/common/images/main/ico_stop.png);}
.main_visual .swiper-controller .swiper-start {display:none; background-image:url(/common/images/main/ico_start.png);}
.main_visual_text {position:absolute; top:35%; left:0; padding:0 33px;}
.main_visual_text strong {display:block; margin-bottom:15px; font-size:16px; font-weight:700;}
.main_visual_text h2 {margin-bottom:25px; font-size:32px; font-weight:700; line-height:1.3;}
.main_visual_text .btn.default {width:114px; padding:0; font-weight:700; background:none; color:#fff; border-color:#fff;}
.main_visual_bottom {position:absolute; z-index:10; bottom:0; left:0; width:100%;}
.guide_scroll {display:inline-block; position:absolute; top:-70px; left:50%; opacity:0; padding-top:32px; transform:translateX(-50%); background:url(/common/images/main/ico_mouse.png) no-repeat 50% 0; background-size:17px; font-size:10px; font-weight:700;
    animation-duration: 13s; animation-delay:1s; animation-name:fadeout;
}
@keyframes fadeout {
    0% {
       opacity: 0;
    }
    10% {
        opacity: 1;
    }
    90% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
.main_visual_buttons {overflow:hidden;}
.main_visual_buttons a,
.main_visual_buttons button {display:block; float:left; width:50%; height:60px; line-height:60px; color:#fff; font-size:15px; font-weight:700; background:rgba(0,0,0,.8); text-align:center;}
.main_visual_buttons a:last-child,
.main_visual_buttons button:last-child {background:#0c4ca3;}


.main_section {position:relative; z-index:10;padding:50px 25px;}
.main_section h3 {margin-bottom:25px;font-size:24px; font-weight:400; line-height:1;}

.main_complex_list {margin-bottom:40px;}
.main_complex_list:last-child {margin-bottom:0;}
.main_complex_image {position:relative; margin-bottom:25px; box-shadow:0 25px 20px -20px rgba(0,0,0,.5);}
.main_complex_image .card_label {top:20px; right:-5px;}
.main_complex_description strong {display:block; position:relative; margin-bottom:7px; font-size:18px; line-height:1;}
.main_complex_description .icon_star {position:absolute; top:-2px; right:0;}
.main_complex_description p {font-size:13px; color:#666;}

.main_news {padding-bottom:25px; background:#f0f0f0;}
.main_news h3 {margin-bottom:0;}
.main_news li {padding:20px 0; border-bottom:1px solid #d0d0d0; line-height:1;}
.main_news li:last-child {border-bottom:none;}
.main_news strong {display:block; margin-bottom:10px; font-size:12px; font-family:'Titillium Web', sans-serif; color:#0d57ce; text-transform:uppercase;}
.main_news li a {display:block; margin-bottom:15px; font-size:16px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
.main_news span {font-size:12px; color:#777;}

.main_pr {position:relative; padding-bottom:20px;}
.main_pr p {margin-top:20px; font-size:14px; font-weight:700;}
.main_pr .view_more {position:absolute; top:57px; right:25px; font-size:13px; font-weight:500; color:#777; text-transform:uppercase; font-family:'Titillium Web', sans-serif;}

.main_service li {margin-bottom:10px;}
.main_service li:last-child {margin-bottom:0;}
.main_service li a {display:block; height:100px; padding:30px 25px 0; color:#fff; line-height:1; background-repeat:no-repeat; background-position:50% 50%; background-size:cover; font-family:cwTeXHei, 'Titillium Web', NanumSquare, 'Malgun Gothic', sans-serif;}
.main_service strong {display:block; margin-bottom:10px; font-size:14px;}
.main_service p {font-size:12px; letter-spacing:-1px;}
.main_service li:nth-child(1) a {background-image:url(/common/images/main/bg_service01.jpg);}
.main_service li:nth-child(2) a {background-image:url(/common/images/main/bg_service02.jpg);}
.main_service li:nth-child(3) a {background-image:url(/common/images/main/bg_service03.jpg);}
.main_service li:nth-child(4) a {background-image:url(/common/images/main/bg_service04.jpg);}

.ui-popup.mycontract {display:block; visibility:hidden;}
.ui-popup.mycontract.on {visibility:visible;}
.ui-popup.mycontract .body {height:100%; padding:0; font-size:16px;}
.ui-popup.mycontract .body .inner {height:100%; color:#fff; background:none;}
.ui-popup.mycontract .body .inner > p {position:absolute; top:70px; z-index:10; width:100%;}
.ui-popup.mycontract .body p {text-align:center;}
.ui-popup.mycontract .swiper-container {height:100%;}
.ui-popup.mycontract .swiper-slide {height:100%; padding:95px 25px 0; background-size:cover; background-position:50% 50%;}
.ui-popup.mycontract .swiper-slide:before {content:''; display:block; position:absolute; top:0; left:0; width:100%; height:100%; background:rgba(0,0,0,.8);}
.ui-popup.mycontract .body h3 {position:relative; margin-bottom:45px; text-align:center; font-size:21px; font-weight:400;}
.ui-popup.mycontract .body ul {position:relative;}
.ui-popup.mycontract .body li {position:relative; margin-bottom:20px;}
.ui-popup.mycontract .body li strong {position:absolute; top:2px; left:0; font-size:13px; color:#999;}
.ui-popup.mycontract .body li p {padding-left:80px; text-align:right;}
.ui-popup.mycontract .body li a {color:#6da4ff; font-size:14px;}
.ui-popup.mycontract .body li a:after {display:inline-block; content:''; width:6px; height:10px; background:url(/common/images/main/arrow01.png) no-repeat 0 50%; background-size:6px;  margin-left:4px;}
.ui-popup.mycontract .body .progress {height:3px; margin-top:10px;}
.ui-popup.mycontract .body .progress .bar {background:#519bff;}
.ui-popup.mycontract .footer {z-index:10;}
.ui-popup.mycontract .btn_close {z-index:10;}
.ui-popup.mycontract .icon_close:before,
.ui-popup.mycontract .icon_close:after {background:#fff;}
.ui-popup.mycontract .swiper-pagination {bottom:60px;}
.ui-popup.mycontract .swiper-pagination-bullet {background:#fff;}

@media all and (max-width:320px){
    .ui-popup.mycontract .body .inner > p {top:45px;}
    .ui-popup.mycontract .swiper-slide {padding-top:70px;}
    .ui-popup.mycontract .body h3 {margin-bottom:35px;}
    .ui-popup.mycontract .body li {margin-bottom:15px;}
}

body .top-banner-wrap { width: 100%; opacity: 0; position: fixed; z-index: 100; top: 0; left: 0; transform: translateY(-100%); }

body .top-banner-wrap .swiper-container { width: 100%; margin: 0 auto; }

body .top-banner-wrap .swiper-slide { height: 130px; background-size:cover; background-position:20% 0; }

body .top-banner-wrap .swiper-slide .link-wrap { width: 700px; margin: 84px auto 0 auto; }

body .top-banner-wrap .swiper-slide .link-wrap a { font-size: 16px; color: #fff; }

body .top-banner-wrap .swiper-slide .link-wrap .line { width: 1px; height: 16px; background-color: rgba(255, 255, 255, 0.3); display: inline-block; margin: 0 4px; vertical-align: middle; }

@media (max-width: 767px) { body .top-banner-wrap .swiper-slide .link-wrap { width: auto; margin: 95px 7% 0; }
    body .top-banner-wrap .swiper-slide .link-wrap a { font-size: 12px; }
    body .top-banner-wrap .swiper-slide .link-wrap .line { height: 12px; } }

body .top-banner-wrap .top-banner { width: 100%; max-width: 1350px; height: 130px; margin: -130px auto 0 auto; position: relative; color: #fff; }

body .top-banner-wrap .top-banner strong { font-size: 22px; font-weight: 600; }

body .top-banner-wrap .top-banner p { font-size: 14px; line-height: 20px; margin-top: 10px; }

body .top-banner-wrap .top-banner .swiper-pagination { position: relative; }

body .top-banner-wrap .top-banner .swiper-pagination-bullet { width: 10px; height: 10px; margin-right: 10px; }

body .top-banner-wrap .top-banner .swiper-pagination-bullet:last-child { margin-right: 20px; }

@media (max-width: 1023px) { body .top-banner-wrap .top-banner .swiper-pagination-bullet:last-child { margin-right: 10px; } }

body .top-banner-wrap .top-banner .swiper-pagination-bullet-active { background-color: #000; }

body .top-banner-wrap .top-banner .play-wrap { position: absolute; top: 50%; transform: translateY(-50%); left: 0; z-index: 7; }

body .top-banner-wrap .top-banner .play-wrap > * { display: inline-block; }

body .top-banner-wrap .top-banner .play-wrap button { width: 30px; height: 30px; border: 2px solid #fff; border-radius: 50%; position: relative; }

body .top-banner-wrap .top-banner .play-wrap button:after { content: ''; display: block; width: 10px; height: 10px; margin-left: 9px; background: url("/common/images/common/spr-common.png") -200px -165px no-repeat; }

body .top-banner-wrap .top-banner .play-wrap button.pause:after { content: ''; display: block; width: 10px; height: 10px; background-position: -200px -174px; }

@media (max-width: 1023px) { body .top-banner-wrap .top-banner .play-wrap { left: auto; top: 95px; right: 110px; transform: none; }
    body .top-banner-wrap .top-banner .play-wrap button { border: 0; border-radius: 0; width: 10px; height: 10px; }
    body .top-banner-wrap .top-banner .play-wrap button:after { margin-left: 0; } }

@media (max-width: 767px) { body .top-banner-wrap .top-banner .play-wrap { right: 20px; } }

body .top-banner-wrap .top-banner .cls-wrap { position: absolute; top: 50%; transform: translateY(-50%); right: 0; z-index: 7; }

@media (max-width: 1023px) { body .top-banner-wrap .top-banner .cls-wrap { transform: none; top: 30px; right: 20px; }
    body .top-banner-wrap .top-banner .cls-wrap .checkbox { display: none; } }

body .top-banner-wrap .top-banner .banner-cls { width: 20px; height: 20px; background: url("/common/images/common/spr-common.png") -305px -60px no-repeat; margin-left: 40px; }

@media (max-width: 1023px) { body .top-banner-wrap .top-banner .banner-cls { width: 10px; height: 10px; margin-left: 0; background: url("/common/images/common/spr-common-m.png") -165px -35px no-repeat; background-size: 250px; } }


/* 레이어팝업 */
.pop {position:fixed; top:0; left:0; width:100%; height:100%; background:rgba(0,0,0,.5); z-index:1000;}
.pop .blue-color {color:#0c4ca3;}
.pop strong {font-weight:700;}
.pop-inner {position:absolute; top:50%; left:50%; transform:translate(-50%, -50%); width:320px; background:#f5f5f5; color:#222;}
.pop .swiper-slide {display:block; text-align:center;}
.pop .swiper-control {position: absolute; bottom:17px; z-index:10; width:100%; text-align:center;}
.pop .swiper-pagination {display:inline-block; position:relative; color:#999; font-weight:600;}
.pop .swiper-pagination-current {color:#28282e;}
.pop .swiper-pagination-bullet {margin:0 4px;}
.pop .swiper-control .stop,
.pop .swiper-control .start {display:inline-block; width:10px; height:15px; margin-left:10px; background:url(/common/images/common/pop_swiper_stop.png) no-repeat; background-size:100%;}
.pop .swiper-control .start {background-image:url(/common/images/common/pop_swiper_start.png);}
.pop .swiper-button-next,
.pop .swiper-button-prev {top:auto; bottom:17px; left:50%; width:10px; height:17px;}
.pop .swiper-button-next {background:url(/common/images/common/pop_arrow_right.png) no-repeat; background-size:100%; margin-left:37px;}
.pop .swiper-button-prev {background:url(/common/images/common/pop_arrow_left.png) no-repeat; background-size:100%; margin-left:-46px;}
.pop-logo {overflow:hidden; padding:15px 24px;}
.pop .logo-kcc {float:left; width:81px;}
.pop .logo-switzen {float:right; width:68px; margin-top:3px;}
.pop-body {line-height:1.5; font-size:13px;}
.pop-title {padding:20px 0; font-size:19px; font-weight:600;}
.pop-title span {font-size:14px;}
.pop-buttons {margin-top:5px;}
.pop-buttons a {display:inline-block; font-size:15px; font-weight:700; color:#222;}
.pop-buttons a:after {content:''; border-right:1px solid #999; width:0; height:14px; margin:0 11px 0 13px;;}
.pop-buttons a:last-child:after {display:none;}
.pop-box {margin:18px 24px; font-size:15px; color:#000; border:1px solid #e0e0e0; border-radius:2px; padding:20px;}
.pop-box-tit {font-size:12px; margin-right:5px;}
.pop-body ul {overflow:hidden; text-align:left; margin-bottom:25px;}
.pop-body li {position:relative; margin-bottom:5px; padding-left:55px;}
.pop-body li .tit {position:absolute; top:0; left:0;}
.pop-body .btn {height:32px; line-height:32px; padding:0 25px; border-color:#000; font-size:12px; background:transparent;}
.pop-body dl {font-size:14px;}
.pop-body dt {margin-bottom:5px; font-size:12px; font-weight:600;}
.pop-body dd {margin:0 0 20px;}
.pop-body dd a {text-decoration:underline;}
.pop-body img {width:100%;}
.pop-footer {overflow:hidden; height:40px; background:#fff;}
.pop-footer button {width:50%; height:100%; float:left;}
.pop-footer button.black {background:#222; color:#fff;}

@media (min-width: 1024px) {
    .pop {top:12%; left:60%; width:400px; height:auto;}
    .pop-inner {top:0; left:0; right:auto; transform:translateY(0); width:100%;}
    .pop .swiper-button-next,
    .pop .swiper-button-prev {bottom:19px; width:12px; height:20px;}
    .pop .swiper-button-prev {margin-left:-48px;}
    .pop-body {font-size:16px;}
    .pop-title {font-size:24px; line-height: 1.3;}
    .pop-title span {font-size:18px;}
    .pop-box {padding:28px 20px; font-size:18px;}
    .pop-box-tit {font-size:14px; margin-right:5px;}
    .pop-body li {padding-left:62px; margin-bottom:10px;}
    .pop-body li .tit {font-size:14px;}
    .pop-body .btn {height:40px; line-height:40px; padding:0 28px; font-size:16px;}
    .pop-body dl {font-size:16px;}
    .pop-body dt {font-size:14px;}
    .pop-body dd a {font-size:14px;}
}
/* //레이어팝업 */