@charset "utf-8";
@import url("reset.css");
@import url("font.css");

/* common */
* { -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box;}
body, input, button, select, textarea { font-size:13px; color:#333; font-family:Apple SD Gothic Neo, 'NotoSans', sans-serif;}
img { width:100%; vertical-align:top;}



/* layout */
body { -webkit-text-size-adjust:none;}
#wrap { overflow:hidden;  width:100%; min-width:320px; min-height:568px; margin:0 auto; line-height:1.5; position: relative;}

.txt-center {text-align:center;}
.txt-right {text-align:right;}
.txt-left {text-align:left;}

.pl20 {padding-left:3%;}
.mt20 {margin-top: 20px;}
.mt50 {margin-top: 50px;}

/* Slider */
.slick-slider {
    position: relative;
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list {position: relative; display: block; overflow: hidden; margin: 0; padding: 0; line-height:0;border:0;}
.slick-list:focus {outline: none; }
.slick-list.dragging {cursor: pointer; cursor: hand; }
.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.slick-track {position: relative; top: 0; left: 0; display: block; }
.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}
.slick-track:after {clear: both; }
.slick-loading .slick-track {visibility: hidden; }
.slick-slide {display: none; float: left; height: 100%; min-height: 1px; }
[dir='rtl'] .slick-slide {float: right; }
.slick-slide img {display: block; }
.slick-slide.slick-loading img {display: none; }
.slick-slide.dragging img {pointer-events: none; }
.slick-initialized .slick-slide {display: block; }
.slick-loading .slick-slide {visibility: hidden; }
.slick-vertical .slick-slide {display: block; height: auto; border: 1px solid transparent; }
.slick-arrow.slick-hidden {display: none; }


.privacy input[type=text]  {
  font-size: 13px !important;
}


/* header */
#header {position:absolute; top:0; left:0; right:0; width: 100%; z-index: 21; overflow: hidden;padding: 1.6rem 0; box-shadow: 0 5px 9px rgb(0 0 0 / 10%); background: #FFF}
.header_in {position:relative; width: 100%; text-align: center; overflow: hidden;}
 .gate #header {display:  none !important} 
#header h1 {
  width:30%; 
  display: inline-block; 
  position: absolute;
  top: 26%;
  left: 36%;
  z-index:10;
}

#header .top_movie {position:absolute; right:16.9%; width:13.1%; top: 0;}
#header .top_tel {float:right; width:8.1%; margin-right:6.25%;}
#header .gnb_open { position:absolute; left:6.25%; top: 50%; margin-top: -16px;}
#header .prevbtn { position:absolute; left:10px; top: 50%; margin-top: -20px;}
#header .lnr {
  display: inline-block;
  fill: currentColor;
  width: 1em;
  height: 1em;
  vertical-align: -0.05em;
}
#header .gnb_open .lnr-menu {color: #0c183e; font-size: 2rem;}
#header .lnr-arrow-left {color: #9f2165; font-size: 32px; padding-top: 5px;}
#gnb .lnr {
  display: inline-block;
  fill: currentColor;
  width: 1.6em;
  height: 1.6em;
  vertical-align: -0.05em;
  padding: 12px;
}

/* gnb */
.gnb_mask { display:none; position:absolute; top:0; left:0; z-index:200; width:100%; min-width:320px; height:100%; background-color:#000; opacity:0.5;}
#gnb { display:none; position:absolute; top:0; right:-100%; z-index:300; width:100%; height:100%; background:#fff;}
#gnb .gnb_close { width:100%; position: relative; padding: 1.6rem 0; overflow:hidden; background:#001140;}
#gnb .gnb_close a#gnb_close {position:absolute; left:2.5%; top: 50%; transform:translate(0,-50%);}
#gnb .gnb_close a.gnb_home {display:inline-block; position: absolute; right: 10px; top: 0; width: 56%;}
#gnb .gnb_close a.gnb_home img {width: 100%;}
.gnb_close .lnr-cross {color: #fff; font-size: 38px;}
#gnb h1 {
  width:30%; 
  display: inline-block; 
  position: absolute;
  top: 26%;
  left: 36%;
  z-index:10;
}

#gnb .top_tel {float:right; width: 8.1%; margin-right: 6.25%;}
#gnb .top_regist {display:inline-block;width:7.087%;position:absolute;top:0;right:32%}

.logo_con{position: absolute; top:0; left:50%; transform: translate(-71%, 0); width:42%; z-index: 1;}



#gnb .depth0 { overflow-y:auto; overflow-x:hidden; height:100%; padding-top:10%; background: #001140;}
#gnb .depth0 > li > a { display:block; position:relative; letter-spacing:3px; color:#FFF; font-size:28px; line-height:1.4; font-weight:bold; text-align:center; padding:3% 0; font-family: "NotoSansBold";}
#gnb .depth0 > li.on > a {
  background: rgb(215,3,127);background: linear-gradient(180deg, rgba(215,3,127,1) 0%, rgba(80,27,123,1) 50%, rgba(0,160,209,1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/*#gnb .depth0 > li.on > a:after {color:#fff;}*/

#gnb .depth1 { display:none; padding:13px 0; border-top:1px solid #ccc; background-color:#eee;}
#gnb .depth1 > li > a { display:block; padding:2.5% 10% 2%; color:#666; font-size:14px;}
#gnb .depth1 > li.on > a {color:#3f4146;}
#gnb .depth1.no_child { display:none; overflow:hidden; width:0 !important; height:0 !important; padding:0; border-top:0;}

/* container */
#container { position:relative; height: auto;}
#container .top_line { font-size:0;}
.contents {min-height: 300px; padding:12vw 4.6875% 12vw;}

.sub_title {
  text-align:center; position: relative;
  padding-top: 10vw;
  margin-top: 74px;
  background: url(../img/common/m_sub_bg.jpg) no-repeat center/cover;
}
.sub_title .sub_title_con {}
.sub_title .sub_title_con h2 {margin-top: 28px; color: #FFF; font-size: 20px;}  
.sub_title .sub_title_con p {position: relative; color: #FFF; font-size: 1.4rem; font-family: 'NotoSans'; padding: 2vw 0 4vw; font-weight: 500;letter-spacing:-0.5px}
.sub_title .sub_title_con p strong {font-size: 2rem; font-weight: 500; margin-left: 7px; font-family: 'NotoSansBold';}
.sub_title .sub_title_con p em { font-size: 1.4rem; font-family: 'NotoSansBold';}
.sub_title .sub_title_con #title_btn {background: #FFF;margin: 20px auto 0;.main padding: 6px 0;border-top-left-radius: 10px;border-top-right-radius: 10px;font-size: 20px;color: #001241;display: flex;align-items: center;width: 190px;justify-content: center;}
.sub_title .sub_title_con #title_btn i {margin-left: 10px;font-style: initial;font-size: 31px;}
.sub_title .open {display:block;position:absolute;bottom:-15%;right:6.25%;width:20.83%;}
/*.sub_title .sub_title_con::before {
   content: "";
   width:100%;
   background: #f3f3f3;
   position: absolute;
   left: 0;
   right: 0;
   top: -4vw;
   height: 100%;
}*/
.contitle {
  text-align: center;
}
.contitle h2 {
  font-size: 10vw;
  color: #001241;
  text-align: center;
  font-weight: 900;
  font-family: 'NotoSansBold';
  padding: 0 0 3vw;
  margin: 0 0 40px;
  position: relative;
  display: inline-block;
}
.contitle h2::after {
  content: "";
  position: absolute;
  left: 20%;
  bottom: 0;
  width: 60%;
  height: 2px;
  background: #001241;
}
.btn_wrap {margin:30px 0 30px;}
.btn_wrap a {display:inline-block;width:30%;}
/*.main footer{margin-top: -5px;}*/
footer { position: relative; background:#393939; padding-bottom:8%; }
footer .link_con {position: fixed; background:#0f245b; display: table; bottom:0;  width: 100%; max-width: 640px; left:0; right: 0; margin:auto; z-index:99;}
footer .link_con .gate_qlink>a, 
footer .link_con .gate_qlink>span {position:relative; display: table-cell; width:20%;}
footer .link_con .gate_qlink>span {width:28%;}
.main footer .link_con .gate_qlink>a{width:36%;}
footer .link_con .gate_qlink>a::before {display:block;content:'';position:absolute;top:0;left:0;width:1px;height:100%;background:rgba(255,255,255,0.13);}
footer .link_con .gate_qlink>a>img{width:100%;}

footer .link_con .site_qlink {
  display: flex;
}
footer .link_con .site_qlink a {
  display: block;
  width: 33.3333%;
}
footer .link_con .site_qlink a img {
  width: 100%;
}

.privacy_link {position:relative;text-align: center;position:absolute;top:20%;left:0;right:0;}
.privacy_link a {display: inline-block; padding: 1.5vw 4vw; border: 1px solid #4d4d4d; color: rgba(255,255,255,0.5); font-size: 2.5vw; border-radius:5px; background:#333333;}
.top_btn {
    position: fixed;    
    right: 10px;
    vertical-align: top;
    z-index: 89;
}

.top_btn .btn_top {
    display: block;
    width: 40px;
    height: 40px;
    background: #393939;
    font-size: 0;
    color: transparent;
    text-align: center;
    border-radius:50%;
}

.top_btn .btn_top::before {
    content: "\e877";
    font-family: Linearicons-Free;
    font-size: 1rem;
    line-height:40px;
    display: inline-block;
    color: #fff;
}



#wrap>.link_con{position:fixed; bottom:0; display: table; width:100%; max-width: 640px;}
#wrap>.link_con>a{display: table-cell; width:50%;}
#wrap>.link_con>a>img{width:100%;}



/* main */
.main_con {padding:0 6vw; background: #f3f3f3;}
.main_con p {padding-top:6vw;}
.main_visual .v_con {position:absolute;top:18%;left:0;right:0;text-align:center;padding:0 6.25%;line-height:1.1;}
.main_visual .v_con p.fs-notoS {font-size:50px;color:#050b1d;font-weight:300;}
.main_premium {position:relative; background: #001140;}
.main_premium h2 {margin-bottom:20px;}
.main_premium p {padding-bottom: 5vw;}
.main_premium .m_pre_slide {position: absolute; left: 0; top: 0; right: 0; bottom: 0; z-index: 40; padding-top: 50vw;}
.main_premium .m_pre_slide .slick-list {width:100%;}
.main_premium .m_pre_slide .slick-dots {}
.main_premium .m_pre_slide .slick-dots li {}
.main_premium .m_pre_slide .slick-dots button {}
.main_premium .m_pre_slide .slick-dots .slick-active button {}

.main_premium .control {position: absolute; z-index: 72; white-space: nowrap; right: 5vw; top: 28vw;}
.main_premium .control a {display: inline-block; width: 31px; height: 31px; border-radius: 100%; text-align: center; vertical-align: middle; color: #fff; margin-left: 5px;}
.main_premium .control a i {display: inline-block; vertical-align: middle;}
.main_premium .control a.nav_left, .main_premium .control a.nav_right {
  background: none; 
  border:1px solid rgba(255,255,255,.2); 
  color: #fff;
  font-size: 14px;
}
.main_premium .control a.nav_close {
  background: #fff; 
  border:none; 
  color: #292929;
  font-size: 16px;
}
.main_premium .control a.nav_close i {padding-top: 3px; margin-left: -1px;}
.main_premium .control a.nav_left i { line-height: 29px; margin-left: -1px;}
.main_premium .control a.nav_right i {line-height: 29px; margin-left: 1px;}
.main_premium .control .num_pager {text-align: center; color: rgba(255,255,255,.5); padding-top: 12px; font-weight: 300; font-family: Arial, Helvetica, sans-serif;}
.main_premium .control .num_pager .current {color: rgba(255,255,255, 1); padding-right: 17px; position: relative; font-weight:700;}
.main_premium .control .num_pager .current::before {content: ""; width: 7px; height: 1px; position: absolute; right: 5px; top: 7px; background:rgba(255,255,255,.5);}


#layerScreen{z-index:999;position:fixed;top:0;left:0;right:0;bottom:0;background:black;filter:Alpha(opacity=90);opacity:0.9;-moz-opacity:0.9;display:none;}

.img_con{position: relative;}


/*.big_page{display:block; margin-bottom:30px;}*/

/*overview*/
.overview{position: relative; width:100%;}
.ui_tabcontents.overview .tab{display: block;}
.ui_tabcontents.overview .tab>li{display: block; position: absolute; opacity: 1; overflow: hidden; transition: 0.5s;}
.ui_tabcontents.overview .tab>li:nth-child(1){top:0;}
.ui_tabcontents.overview .tab>li:nth-child(2){bottom:0;}
.ui_tabcontents.overview .tab li a{border:none; background: none; padding:0;}

.ui_tabcontents.overview .tab li.on{opacity: 0; transition: 0.5s;}
.ui_tabcontents.overview .tab li.on a{background: none}

.ui_tabcontents.overview .tab_conlist{padding:0;}
.ui_tabcontents.overview .tab_conlist li:nth-child(1){padding-bottom:33%;}
.ui_tabcontents.overview .tab_conlist li:nth-child(2){padding-top:35%;}


@media screen and (max-width:1024px) {
  .cirtification_box dl {width:80%;}
  .top_info .f_left dl {padding:0 5%;}
}

/******************************************************************
  유투브 반응형
*******************************************************************/
.youtube_responsive {
    position: relative;
    padding-bottom: 56.2%;
    height: 0;
    overflow: hidden;
}
.youtube_responsive iframe, 
.youtube_responsive object, 
.youtube_responsive embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/* tabmenu */
.tab {}
.tab>ul:after { content:""; display:block; height:0; clear:both; visibility:hidden;}
.tab>ul>li { float:left; display:table; margin-left:-1px;}
.tab>ul.tabnum3>li {width:33.33%;}
.tab>ul.tabnum4>li {width:25%;}
.tab>ul>li>a { position:relative; box-sizing:border-box; display:table-cell; width:100%; height:42px; padding-top:1px; text-align:center; vertical-align:middle; line-height:1.2; font-size:1.1em; color:#222; background:#fff; border:1px solid #ccc;}
.tab>ul>li>a.on { position:relative; z-index:2; color:#308fe3; background:#fff; border:2px solid #308fe3;}
.tab-content, .tab_content {display:none;}
.tab-content.on {display: block;}

/* 게시판 */
.list_wrap{width:100%;}
.list_wrap ul li{padding:10px 0; line-height: 25px; border-bottom: 1px solid #dcdee2;}
.list_wrap ul li:first-child{border-top:1px solid #e0e5e8;}
.list_wrap ul li dl dt{float: left; width:90%;color:#000; font-size: 12px; text-align: left; padding-bottom: 5px;}
.list_wrap ul li dl dt a {color: #1c1c1c;}
.list_wrap ul li dl:after{clear:both;content: '';display:block;}
.list_wrap ul li:after{clear:both;content: ''; display:block;}
.list_wrap ul li dl dd{float: left;}
.list_wrap ul li dl dd.num{width:10%; font-size:12px; color:#bebebe;}

.list_wrap ul li dl dd.date{color:#8e969c; padding-right:12px; text-align: right; float: right;}
.list_wrap ul li dl dd.media{padding-left:10%; text-align: center;}
.list_wrap ul li dl dd.media span{display:block;background-color: #565c66; font-size: 10px; width:120px; height:23px; line-height: 23px; color:#fff;}
.list_wrap ul li dl dd.media.notice span{background-color: #1c1c1c ;}
.list_wrap .th{color:#404041 !important; font-size: 14px !important; font-weight: 700 !important; text-align: center !important; background:url("/images/common/list_th_bl.gif") 0 50% no-repeat;}
.list_wrap .th.none{background: none;}

.page_list {clear: both; text-align:center; padding-top: 30px;}
.page_list a {display: inline-block; width:31px; height:31px; line-height:26px;}
.page_list a.arrow {background-color: #fff; font-size: 0; color: transparent;}
.page_list a.prev {}
.page_list a.next {}
.page_list * {vertical-align: middle;}
.page_list a.on { border:2px solid #565c66; font-weight:600; color:#565c66;}
.page_list a.prev:before{font-family: 'FontAwesome'; content: "\f104"; font-size:20px; color: #888; margin-left: -3px;}
.page_list a.first:before{font-family: 'FontAwesome'; content: "\f100"; font-size:20px; color: #888;}
.page_list a.next:before{font-family: 'FontAwesome'; content: "\f105"; font-size:20px; color: #888; margin-left:3px;}
.page_list a.last:before{font-family: 'FontAwesome'; content: "\f101"; font-size:20px; color: #888;}


/* 보도자료 */
.board_list { line-height:1;}
.type-table th {border-top:2px solid #333;background:#fbfbfb;color:#333;}
.type-table th, .type-table td {border-bottom:1px solid #e1e1e1;text-align:center;padding:3% 0;}
.type-table td {color:#535052;}
.type-table td a {color:#535052;word-break: break-all;}
.type-table td.tit {text-align:left;}

.type-table {width:100%;}
.type-table thead th {background:#eee;}
.type-table th, .type-table td {border-bottom:1px solid #d9d9d9;padding:16px 0;text-align:center;font-size:14px;word-break:break-all;}
.type-table th {font-weight:600;}
.type-table th:first-child, .type-table td:first-child {border-left:none!important;}
.type-table td.subj { padding-left:15px;line-height:15px; text-align:left;}
.type-table tbody .name {padding-left:5px;padding-right:5px;}

/* paging */
.paging { padding: 2rem 0; text-align: center; clear: both; }
.paging a { display: inline-block; width: 2rem; line-height: 2rem; border: 1px solid #ccc; background: #fff; margin: 0 2px; color:#666; }
.paging a.on { background:#012150; border:1px solid #012150; color:#fff; }

/*  관심고객등록  */
.regist .reg_terms { font-size:12px; line-height:1.7;}
.regist .terms_box { padding:10px 15px; border:1px solid #e5e5e5; background-color:#f5f5f5; color:#666666; font-size: 12px; height: 200px; overflow: scroll;}
.regist .terms_box h4 { margin-top:10px; color:#1b1b1b; font-size: 13px; font-weight:normal;}

.regist .agree_radio {color:#000; font-size:13px; line-height: 22px; padding-top: 15px; text-align: center;}
.regist .agree_radio * {vertical-align: middle;}
.regist .agree_radio label { margin:-2px 5px 0 0;}
.regist .agree_radio .agree_chk {padding-top: 15px;}
.regist .agree_radio .agree_txt {}

.regist .reg_table>table {width:100%;}
.regist .reg_table>table tr:first-child th { border-top: 1px solid #2b6eaf; }
.regist .reg_table>table tr:first-child td { border-top: 1px solid #2b6eaf; }
.regist .reg_table>table th {
    box-sizing:border-box; 
    padding:8px 0; 
    text-align:center; 
    border-bottom:1px solid #c7c7c7; 
    font-size:12px; 
    color:#000; 
    vertical-align:middle;
    background: #fafafa;
  white-space: nowrap;
}
.regist .reg_table>table th>span { color:#e83829;}
.regist .reg_table>table td {
  box-sizing:border-box; 
  padding:8px 15px; 
  font-size:12px; 
  color:#666; 
  background-color:#fff; 
  border-bottom:1px solid #ddd; 
  text-align: left;
}
.regist .reg_table>table td input[type='text'], .reg_table>table td select {
    box-sizing:border-box; 
    height:30px !important; 
    font-size:12px; 
    padding-left:5px; 
    line-height:30px; 
    background-color:#fff; 
    border:1px solid #d6d6d6; 
    font-family: HelveticaNeue-Light,AppleSDGothicNeo-Light, Noto Sans DemiLight, sans-serif;
}
.regist .reg_table>table td .type-checkbox { margin:-2px 0 0;}
.regist .reg_table .btn_zip {display:inline-block; width:100px; height:30px; text-align:center; line-height:30px; color:#fff; background-color:#9b9b9b; font-size:14px;}

.innertbl th {white-space: normal !important;}
.regist .button {margin-top:20px; text-align:center;}
.regist .button img {width: 95px;}
.regist .button>a {display:inline-block; width:25%; height:3rem; line-height:2.8rem; text-align:center; font-size:1rem; color:#012150; border:2px solid #012150;}
.regist .button>a.btn_regist {vertical-align:top; color:#fff; background:#012150;}
.regist .button>a.btn_cancel {margin-left:6px;}


.regist .content_foot {margin-top:25px; font-size: 13px;}
.regist .necessary { color:red; }


.foot_summary {padding-top: 20px;}
.foot_summary.line { border-top: 1px solid #ddd;}
.foot_summary li {font-size:11px; margin-left: 12px; text-indent: -12px; word-break: keep-all;}
.foot_summary li strong { font-size: 12px;}


.location {  
    position:relative;
    width: 100%;    
    height: 56px;
    text-align: center;
    background: #001241;
    padding-top: 5px;
}
.location_nav {
  font-size:20px; 
  text-align: left;
}
.location_nav button {border:0; background:transparent; outline: 0; font-size: 0;}
/*.location_nav >* {float:left; border:1px solid transparent;}*/
.location_nav .home {
  position:relative;
  display:inline-block; 
  width:45px; 
  height:45px;   
  position: relative;
  float:left;
  font-size: 0;
}
.location_nav .home::before {
  content: "\f015";      
  position:absolute; 
  top:6px; 
  left:0;   
  width: 100%;
  display: inline-block;
  text-align: center;
  white-space:nowrap;     
  overflow:hidden;
  font-size: 20px; 
  font-family:'FontAwesome';
  color: rgba(0,12,66,0.5);  
}
.location_nav .home::after {
  content:"\e876";
  position:absolute; 
  top:13px; 
  right:-22px;   
  width: 100%;
  display: inline-block;
  text-align: center;
  white-space:nowrap;     
  overflow:hidden;
  font-size: 13px; 
  font-family:Linearicons-Free;
  color: rgba(0,12,66,0.5);  

}
.location_nav .path-item {position:relative; width: 100%}    
.location_nav .path-item dt {color:rgba(0,12,66,0.5); height: 45px; line-height: 45px; display:  none}
.location_nav .path-item dt, .location_nav .path-item li {padding:0 40px 0 15px;}
.location_nav .path-item ul {display: flex;}
.location_nav .path-item ul li {line-height:1.6; padding: 0; text-align: center;}
.location_nav .path-item dd {display:block; width: 100%;}
.location_nav .path-item li a {color: #FFF; display: block; position: relative; padding: 10px 0; font-size: 20px; opacity:  0.7}   
.location_nav .path-item li:first-child a { border-top:0;}
.location_nav .path-item li.on a {opacity: 1; position: relative}
.location_nav .path-item li.on a::before {content: ""; position: absolute; top: 5px; left: 50%; transform: translateX(-50%); width: 5px; height: 5px; border-radius: 50px; background: #FFF}

.location_nav .path-item li a:hover, .path-item li a:focus {color:#FFF;}
.location_nav .path-item .btn-open, .location_nav .path-item .btn-close {
  position:absolute; 
  right:0; 
  top:0; 
  left:0; 
  width:100%; 
  height:40px; 
  white-space:nowrap; 
  overflow:hidden;
  cursor:pointer;
}
.location_nav .path-item .btn-open:after, .location_nav .path-item .btn-close:after {
  /*content: "\f0d7";      
  position:absolute; 
  top:10px; 
  right:12px; 
  white-space:nowrap;     
  overflow:hidden;
  font-size: 22px; 
  color: #263d6b;
  font-family:'FontAwesome';
  transition:all .3s cubic-bezier(.25, .46, .45, 1);*/
  display:block;
  content: "\f175";
    position: absolute;
    top: 18px;
    right: 15px;
    white-space: nowrap;
    overflow: hidden;
  font-size:10px;
  color:rgba(255,255,255,0.5);
  font-family:'FontAwesome';


}

.location_nav .path-item .btn-close {display:none;}
.location_nav .path-item .btn-close:after {
  transform: rotate(180deg);
}   
.location_nav .path-item.active {z-index:22;}
.location_nav .path-item.active a {color:#555555;}
.location_nav .path-item.active .btn-open {display:none;}
.location_nav .path-item.active .btn-close {display:block;}




/* 관심고객등록 2 */
.privacy  fieldset{text-align: left;}
.privacy fieldset>  h2{position:relative; margin-bottom:10px; font-size:18px; line-height: 18px; height: 18px; color:#1c1c1c; font-weight:400;}

.terms_box{margin-bottom:15px; padding:15px 2%; height:150px; border:1px solid #e0e5e8; background:#f9f9f9;overflow:auto; font-size:13px; line-height: 25px;}
.terms_box h1{color:#414042; font-size:15px;}
.terms_box .terms > ul{padding-top:5px;}
.terms_box .terms > ul ul{padding-left:10px;}
.terms_agree{margin-bottom:30px; text-align: center;}
.terms_agree * {vertical-align: middle;}
.terms_agree label{ display:inline-block; font-size:14px; color:#959595; }
.terms_agree input{height: 24px}

.privacy_tb{width:100%; margin-bottom:10px; border-top:2px solid #2668ad;}
.privacy_tb th{padding:15px 8px; text-align:center; vertical-align: middle; background-color:#f6f6f6; border-bottom:1px solid #c7c7c7; font-size:15px; color:#2c2c2c; }
.privacy_tb td{padding:9px; vertical-align: middle; border-bottom:1px solid #c7c7c7;}
.privacy_tb td:first-child,.privacy_tb th:first-child{border-right: 1px solid #e4e4e4 }
.privacy_tb td input[type=text]{padding-left:5px; width:202px; height:30px; line-height:30px; }
.privacy_tb td span{color:#959595; font-size:12px;}
.privacy_tb td input[type=text]{padding-left:1%; width:99%; height:32px; line-height:32px; }
.privacy_tb td input[type=number]{padding-left:1%; width:99%; height:32px; line-height:32px; }

.privacy_tb td select{width:32%; height:34px; background: #fff; line-height:34px; font-size:11px;}
.privacy_tb td.w_3 input[type=text]{width:30%;}
.privacy_tb td.w_3 input[type=number]{width:28%;}
.privacy_tb td.w_3  select{width:26%;}
.privacy_tb td.w_2 select{width:44%;}
.privacy_tb td.w_2 input[type=text]{width:44%;}
.privacy_tb .btn_post{margin-left:5px; width:150px; height:32px; text-align:center; line-height:32px; display:inline-block; background-color:#414042; color:#fff; font-size:11px; font-family:"돋움";}
.privacy_tb td label{color:#959595; margin-right: 5px; font-size:14px; }

.privacy_tb td.lable_td{padding:15px 8px 0;}
.privacy_tb td input[type=radio].radio+.label{vertical-align: bottom;}
.privacy_tb td input[type=radio].radio+.label::before{min-width:16px; width:16px; height: 16px; line-height: 16px; font-size: 12px;}
.privacy_tb td input[type=radio].radio:checked+.label:before{border:1px solid #dbdbdb; color:#574b30;}

.privacy_tb td .qe{font-size:14px; color:#2c2c2c; 
  padding-bottom:10px;
  padding-top:20px;
}
.privacy_tb td .qe:first-child{padding-top:10px;}
.privacy_tb td .qe em{color:#5c7dca;}
.privacy_tb td .an input{line-height:24px; height:24px;}

.privacy_tb td .tit{font-size:15px; color:#585858; padding-top:15px; padding-bottom:10px;}
.privacy_tb td .tit em{color:#5c7dca;}
.privacy_tb td .an span{display: block;}
.privacy_tb td .an span.bar{display: inline-block; padding:3px 10px; background:#5c7dca; color:#fff; text-align: center; width:70px; margin-top: 10px;}


.privacy .btn_box{text-align: center; padding-top: 15px;}
.privacy .txt_box{color:#666; text-indent:-4%; margin-bottom:30px;}
.privacy .btn_box .btn {
    margin: 5px 2px;
    width: 140px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    display: inline-block;
    font-size: 16px;
    color: #fff;
    font-weight: 700;
}
.privacy .btn_box .btn.btn-green {background-color: #2668ad;}
.privacy .btn_box .btn.btn-gray {background-color: #606163;}
.privacy .btn_box .btn.btn-navy {background-color: #263d6b;}


.event_img{padding-bottom:30px;}
.file_input_textbox {float:left;}
.file_input_div {position:relative; width:27%;  height:34px; overflow:hidden;}
.file_input_img_btn {margin-left:5px; width:100%; display:block; height:34px; text-align:center; line-height:34px; display:inline-block; background-color:#414042; color:#fff !important; font-size:11px; font-family:"돋움";}

.file_input_hidden {
    font-size:29px; 
    position:absolute; 
    right:0px; 
    top:0px; 
    opacity:0; 
    filter: alpha(opacity=0); 
    -ms-filter: alpha(opacity=0); 
    cursor:pointer;
}

.st1.privacy_tb{border-bottom:1px solid #e4e4e4}
.st1.privacy_tb th{font-size:13px; border-bottom: none;}
.st1.privacy_tb td{border-bottom: none}


/*약관*/
.terms h1{font-size:13px; font-weight:400;}
.terms h2{margin-bottom:0; padding:20px 0 10px; font-size:14px; font-weight:400;}
.terms h2:first-child{padding-top:0;}
.terms p{margin-bottom:10px; }
.terms ul li{margin-bottom:5px;}




/* 
  popup 
*/
section.popup {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 2080;
    bottom: 0;
    right: 0;
    background: rgba(0,0,0,.3);
}
.popup button {
  border:0; 
  background: url(/resources/img/pop/close_pop.png) no-repeat center center;
  width: 40px;
  height: 40px;
  display: block;
  text-indent: -100000px;
  font-size: 0;
}
.layerpop {position: relative; padding-top: 18%;}
.layerpop img { vertical-align:top; width: 100%;}
.layerpop .today {-webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; width:100%; height:35px; font-size:12px; color:#fff; position:relative; background:#130c0a;}
.layerpop .today>a {position:absolute; right:12px; top:9px; color:#fff;}
.popup_close {
  overflow: hidden; 
  position: absolute;
  right: 0px;
  bottom: 0px;  
}
.layerpop .pop_link {
  display: block; 
  text-indent: -100000px; 
  font-size: 0; 
  position:absolute; 
  width: 63.4%; 
  height: 13.3%;
  left: 18.4%; 
  top: 65%;
  z-index: 999999;
}

.location .btn_in {padding: 5% 24.5% 0; text-align: center;}
.location .btn_in a {display: block;}

.popvideo {position:fixed; width:100%;left:0; top: 50%; z-index: 9999; display: none;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);}
.popvideo .pop_wrap {}
.popvideo .pop_wrap .video_con {position: relative;
    padding-bottom: 56.2%;
    height: 0;
    overflow: hidden;}
.popvideo .pop_wrap iframe, 
.popvideo .pop_wrap object, 
.popvideo .pop_wrap embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.popvideo span {position: absolute; right:0; top: -55px;}
.popvideo span a {display: block;}
.popvideo span * {vertical-align: middle;}
.popvideo span a i {font-style:normal;}
.popvideo span a i::after {
  content: "\e870"; 
  display: inline-block; 
  font-family:Linearicons-Free;
  font-size: 40px;
  color: #fff;
}


/*
  Radio & Checkbox
*/

input[type=checkbox].checkbox,
input[type=radio].radio {
  opacity:0;
  position:absolute;
  z-index:12;
  width:20px;
  height:20px;
  cursor:pointer;
  margin:0;
  padding:0;
}
input[type=checkbox].checkbox:checked,
input[type=checkbox].checkbox:focus,
input[type=radio].radio:checked,
input[type=radio].radio:focus {
  outline:none !important;
}
input[type=checkbox].checkbox+.label,
input[type=radio].radio+.label {
  position:relative;
  z-index:11;
  display:inline-block;
  margin:0;
  font-weight:normal;
  vertical-align: top;
}
input[type=checkbox].checkbox+.label::before {
  font-family:fontAwesome;
  font-weight:normal;
  font-size:15px;
  color:#fff;  
  background-color:#fff;
  border:1px solid #cfcfcf; 
  border-radius:0;
  display:inline-block;
  text-align:center;
  vertical-align: middle;
  height:18px;
  min-width:18px;
  margin-right:1px;
  content: '\f00c';
  line-height: 18px;
}
input[type=radio].radio+.label::before {  
  border:1px solid #dbdbdb; 
  border-radius:0;
  display:inline-block;
  text-align:center;
  vertical-align:middle;
  height:22px;
  min-width:22px;
  margin-right:1px; 
  line-height: 22px;
  content: '';
}
input[type=radio].radio+.label::before {  
  line-height: 14px;
}
input[type=checkbox].checkbox:checked+.label:before {
  display:inline-block;
  content:"\f00c";
 /* border:1px solid #000;*/ 
  background-color:#fff;
  color: #292929;
}
input[type=radio].radio:checked+.label:before {
  display:inline-block;
  font-family:fontAwesome;
  content: '\f00c';
  background-color:#fff;
  color: #282d41;  
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -1px;
}

input[type=checkbox].checkbox:hover+.label::before,
input[type=checkbox].checkbox+.label:hover::before,
input[type=radio].radio:hover+.label::before,
input[type=radio].radio+.label:hover::before {
  /*border-color:#282d41;*/
}
input[type=checkbox].checkbox:active+.label::before,
input[type=checkbox].checkbox:checked:active+.label::before,
input[type=radio].radio:active+.label::before,
input[type=radio].radio:checked:active+.label::before {
 /* box-shadow:0 1px 2px rgba(0,0,0,0.05), inset 0 1px 3px rgba(0,0,0,0.1);*/
}
input[type=checkbox].checkbox:disabled+.label::before,
input[type=checkbox].checkbox[disabled]+.label::before,
input[type=checkbox].checkbox.disabled+.label::before,
input[type=radio].radio:disabled+.label::before,
input[type=radio].radio[disabled]+.label::before,
input[type=radio].radio.disabled+.label::before{
 /* background-color:#f0f0f0 !important;
  border-color:#c9c9c9 !important;
  box-shadow:none !important;
  color:#bbb;*/
}
input[type=radio].radio+.label::before {
  border-radius:100%;
  /*font-size:12px;
  line-height:17px;
  height:17px;
  min-width:17px;*/
}

input[type=checkbox].checkbox.switch {
  width:60px;
  height:30px;
}
input[type=checkbox].checkbox.switch+.label {
  margin:0 4px;
  min-height:30px;
}
input[type=checkbox].checkbox.switch+.label::before {
  content:"ON\a0\a0\a0\a0\a0\a0\a0\a0\a0\a0\a0\a0\a0\a0\a0\a0OFF";
  float:left;
  overflow:hidden;
  box-sizing:border-box;
  margin-right:0px;
  padding:0px;
  width:60px;
  height:30px;
  line-height:28px; 
  background-color:#889fae;
  border:1px solid #6d899c;
  border-radius:2px;
  box-shadow:none;
  color:#fff;
  font-family:Arial, Helvertica, sans-serif;
  font-size:11px;
  font-weight:bold;
  text-align:left;
  text-indent:-30px;
  transition:all 0.4s ease;
}
input[type=checkbox].checkbox.switch+.label::after {
  content:"??????";
  position:absolute;
  top:0px;
  left:0px;
  box-sizing:border-box;  
  padding:4px 0px 0px;
  width:30px;
  height:30px;
  background: #f7f7f7; 
  background: linear-gradient(to bottom,  #f7f7f7 0%,#e5e5e5 100%); 
  border-top:1px solid #e4e4e4;
  border-right:none;
  border-bottom:1px solid #c3c3c3;
  border-left:1px solid #cecece;
  border-top-right-radius:0px;
  border-bottom-right-radius:0px;
  border-top-left-radius:2px;
  border-bottom-left-radius:2px;  
  color:#5b6a73;
  font-family:Arial, Helvertica, sans-serif;
  font-size:12px;
  font-weight:lighter;
  line-height:18px;
  text-align:center;
  text-shadow:-1px 0 0 rgba(0,0,0,0.2);
  transition:all 0.4s ease;
}
input[type=checkbox].checkbox.switch:checked+.label::before {
  text-indent:5px;
  background-color:#5791d7;
  border-color:#4b79ad;
}
input[type=checkbox].checkbox.switch:checked+.label::after {
  left:32px;
  border-right:1px solid #cecece;
  border-left:none;
  boder-top-right-radius:2px;
  border-bottom-right-radius:2px;
  border-top-left-radius:0px;
  border-bottom-left-radius:0px;
}
input.checkbox.readonly[type="checkbox"] + .label:before,
input.radio.readonly[type="radio"] + .label:before {
  background:#e1e1e1;
}
input[type="text"], input[type="password"] {
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    background: #fff;
    height: 38px;
    padding: 0 10px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    appearance: none;
    -webkit-appearance: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    line-height: 36px\9;
    font-family: inherit;
    font-size: 16px;
}
input[type="text"], input[type="password"], input[type="tel"] {
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    background: #fff;
    height: 38px;
    padding: 0 10px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    appearance: none;
    -webkit-appearance: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    line-height: 36px\9;
    font-family: inherit;
    font-size: 1.4rem;
}


/* main popup */
.popup_wrap {display: none;position:fixed;top:0;left:0;width:100%;height:100%;padding:11vw 10% 0;background: rgba(0,0,0,0.5);overflow-y: auto;z-index:999; line-height: 0;}
.popup_wrap .popup {}
.popup_wrap .popup_slide {position:relative;}
/* .popup_wrap .popup_slide .slick-arrow {display:block;position:absolute;top:50%;margin-top:-3.5rem;width:4rem;height:4rem;background:rgba(0,0,0,0.4);z-index:36;}
.popup_wrap .popup_slide .slick-arrow span {display:block;position:relative;text-align:center;line-height:4rem;}
.popup_wrap .popup_slide .slick-arrow span:before {display:inline-block;font-family:Linearicons-Free;font-size:1.1rem;color:#fff;}
.popup_wrap .popup_slide .slick-arrow.slick-prev {left:0;}
.popup_wrap .popup_slide .slick-arrow.slick-prev span:before {content:"\e875";}
.popup_wrap .popup_slide .slick-arrow.slick-next {right:0;}
.popup_wrap .popup_slide .slick-arrow.slick-next span:before {content:"\e876";} */
.popup_wrap .today {clear:both;width:100%;}
.popup_wrap .today {position:relative;overflow:hidden;width:100%;background:#101b4d;padding:5px 5%;color:#fff;font-size:13px;line-height: 24px;}
.popup_wrap .today a {color:#fff;float:right;}
.popup_wrap .slick-dots { width: 100%; position: absolute; left: 0; bottom:3px; display: block; text-align: center; z-index: 1;}
.popup_wrap .slick-dots li { width: 8px; height:8px; margin: 0 2px; text-indent: -20000px; background: transparent; border-radius: 12px; display: inline-block; border: 2px solid #fff;}
.popup_wrap .slick-dots li.slick-active {background: #fff;}

.popup_wrap input[type=checkbox].checkbox, input[type=radio].radio{width:15px; height:15px;}
.popup_wrap input[type=checkbox].checkbox+.label::before{font-size: 15px; min-width: 15px; height:15px; line-height: 15px;}

.m_vis_slide .slick-slide {position:relative;}
.m_vis_slide .slick-slide a {position:absolute;top:79%;right:11%;width:20%;height:10%;background:rgba(0,0,0,0);text-indent:-9999px;overflow:hidden;}


.ui_tabcontents {}
.ui_tabcontents .tab {display: flex; width: 100%; padding-top: 1px; margin: 0 0 30px; }
.ui_tabcontents .tab li { width: 100%; }
.ui_tabcontents .tab li a,
.ui_tabcontents .tab li em { display: block; border:1px solid #ddd; color: #999; background:#fff; font-size: 15px; text-align: center; margin-left: -1px; padding: 10px 0; }
.ui_tabcontents .tab li.on a,
.ui_tabcontents .tab li.on em {
  color: #fff; 
  background: #001241;
  position: relative;  
  border: 1px solid #001241;
}

@media screen and (max-width: 330px) {
  .ui_tabcontents .tab li a, .ui_tabcontents .tab li em {font-size:13px;letter-spacing: -1px;}
}

.ui_tabcontents .tab#tvTab li a {
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
}


.ui_tabcontents .tab.winner_tab li a,
.ui_tabcontents .tab.winner_tab li em {border:1px solid #c6c6c6; color: #999; background:#ddd;}
.ui_tabcontents .tab.winner_tab li.on a,
.ui_tabcontents .tab.winner_tab li.on em {
  color: #333;    
  background:#fff;
}
.ui_tabcontents .tab_conlist {padding: 0 0 10px;}
.ui_tabcontents .tab_conlist>li {display: none;}
.ui_tabcontents .tab_conlist>li.current {display: block;}
.ui_tabcontents .tab.typetab>li.on a {background: #1c1c1c;}

.ui_tabcontents .tab.faq_tab>li a {position:relative;background:transparent;color:#393636;border:0;border-bottom:1px solid #393636;}
.ui_tabcontents .tab.faq_tab>li.on a {font-family:'NotoSansBold';color:#000e43;}
.ui_tabcontents .tab.faq_tab>li.on a::after {display:block;content:'';position:absolute;left:0;bottom:0;width:100%;height:3px;background:#000e43;}


.trans_btn {position: absolute; display: inline-block; color: transparent; text-indent: -9999em;}
.event_btm {overflow: hidden;}
.event_btm li {float: left; width: 50%;}

.select_box_con {}
.select_box_con .select-wrapper {display: block; padding-right: 0; margin-bottom: 20px; position: relative;}
.select_box_con .select-wrapper select {
  width: 100%; 
  font-size: 16px; 
    color: #000;
    border: none;
    height: 44px;
    vertical-align: middle;
    font-family: 'Noto Sans DemiLight';    
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;    
    position: relative;
    vertical-align: top;        
    padding-left: 20px;
    background: #fff;
}
.select_box_con .select-wrapper::before {
  content: "";
  position: absolute;
  z-index: 88;
  right:15px;
  top: 20px;
  width: 0px;
    height: 0px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #000;
}
.result_body {background: url(../img/sub/m_result_bg.jpg) repeat; background-size: cover; padding: 20px 15px;}
.result_list {display: none;}
.result_list.on {display: block;}
.result_list ul li {display: table; width: 100%;}
.result_list ul li span {display: table-cell; text-align: center; width:50%; padding: 10px 0;}
.result_list ul li span strong {display: inline-block; padding: 5px 0; position: relative;}
.result_list ul li span strong::before {
  content: '';
  width:100%;
  height:1px;
  background: #000;
  position: absolute;
  bottom:0;
  left: 0;
}

.brand_page h3 {text-align: center; padding: 0 0 15px; font-size: 20px; letter-spacing: -1px; font-weight: 900;}
.brand_page .video_con video {width: 100%;}

/* inquiry */
.inquiry_wrap h3 {font-family:'NotoSansBold';font-size:22px;color:#1f396e;text-align:center;}
.inquiry_wrap .top {font-size:16px;text-align:center;margin:15px 0 30px;}
.inquiry_wrap .inquiry_btn {margin-top:25px;text-align:center;}
.inquiry_wrap .btn {display:inline-block;position:relative;width:50%;height:36px;font-family:'NotoSansBold';line-height:36px;background:#001141;color:#fff;}
.inquiry_wrap .btn.arrow::after {display:inline-block;content:'';position:absolute;top:16px;right:10%;width:7%;height:4px;background:url("/resources/img/sub/btn_arrow.png") 0 0 no-repeat;background-size:contain;}
.faq_list dt a {display:block;position:relative;color:#393636;border-bottom:1px solid #ddd;border-right:1px solid #fff;border-left:1px solid #fff;}
.faq_list dt a.on {background:#000e43 url("/resources/img/sub/faq_bg.gif") left top no-repeat;background-size:contain;color:#fff;border-right:1px solid #000e43;border-left:1px solid #000e43;}
.faq_list dt a .sbj {font-size:16px;line-height:45px;}
.faq_list dt a .sbj .num {display:inline-block;font-family:'NotoSansBold';font-size:24px;color:#263d6b;padding:0 2.5%;vertical-align:top;}
.faq_list dt a.on .sbj {font-size:20px;}
.faq_list dt a.on .sbj .num {color:#d6e2f1;}
.faq_list dd {display:none;padding:10px;font-size:14px;border-right:1px solid #000e43;border-left:1px solid #000e43;border-bottom:1px solid #000e43;}
.inquiry_layer_popup {display:none;position:absolute;top:50%;left:5%;width:90%;transform: translate(0, -50%);font-size:14px;background:#fff;z-index:55;}
.inquiry_layer_popup h4 {color:#fff;font-size:20px;line-height:45px;background:#000e43 url("/resources/img/sub/faq_bg.gif") left top no-repeat;background-size:contain;text-align:center;}
.inquiry_layer_popup .btn_close {display:block;position:absolute;top:12px;right:6.25%;width:20px;}
.inquiry_form_tbl {padding:6.25vw;}
.inquiry_form_tbl .info {color:#777;text-align:center;margin-bottom:20px;}
.inquiry_form_tbl table {width:100%;margin-bottom:20px;}
.inquiry_form_tbl table th {text-align:left;color:#263d6b;}
.inquiry_form_tbl table th, .inquiry_form_tbl table td {padding:5px 0;}
.inquiry_form_tbl td select{width:40%; height:38px; line-height:38px; border:1px solid #ccc;}
.inquiry_form_tbl td.td_1 input[type=text],.inquiry_form_tbl td.td_1 select{width:28%;}
.inquiry_form_tbl textarea {border:1px solid #ccc;width:100%;height:80px;}
.inquiry_form_tbl input, .inquiry_form_tbl select, .inquiry_form_tbl textarea {vertical-align:middle;}
.inquiry_form_tbl .btn_area {padding-top:20px;border-top:1px solid #dfdfdf;text-align:center;}
.inquiry_form_tbl .btn_area a.btn.btn-blue {background:#cadcee;color:#000e43;}



/*survey*/

.survey  {
  border-top: 1px solid #c7c7c7;  
  border-bottom: 1px solid #c7c7c7;  
  padding: 20px 0 0;
  margin: 0 0 30px;
}
.survey h3 {
  font-size: 16px;
  text-indent: -14px;
  padding: 0 0 0 14px;  
}
.survey ul>li>ul {
  margin: 5px 0 25px;
  padding: 0 0 0 10px;
 }
.survey ul>li>ul>li {
  text-indent: -19px;
  padding: 0 0 0 19px;
  margin: 0 15px 5px 0;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
}
.survey h3 strong {
  color: #0f5078;
}
.survey ul>li:nth-of-type(1) ul li {
  display: block; 
}
ul.survey_list li {
  margin: 0 15px 0 0;
  display: inline-block;
}


/* event */
.event_list li {margin-bottom: 30px;}

.privacy .btn_box .event_btn {width:44%;}

.event_top {position: relative; margin-bottom: 40px;}
.event_form { position: absolute; overflow: hidden; left: 10%; top: 39.1%; z-index: 21;}
.event_form li {float: left; padding-right: 1.8vw;}

.word_box {width: 11vw; height: 9%;}
.word_box {position: relative; z-index: 1; overflow: hidden; display: inline-block;}
.word_box label {white-space: nowrap; cursor: text; position: absolute; left: 0; top: 0; z-index: 2;}
.word_box input[type="text"] {width: 100% !important; height: 10vw; text-align: center; font-size: 16px; border-color:#0b193e; border-radius:10px; background:#0b193e; color:#fff;}
.word_box label.word1 {}
.word_box label.word2 {}
.word_box label.word3 {}
.word_box label.word4 {}
.word_box input {position: relative; z-index: 1;}
.word_box input.focus {z-index: 3;}

.event_tab_con {margin-top:20px;}
.event_tab_con .txt-right {text-align:right;}
.event_tab_con .required {color:#f04639;}
.event_tab_con .event_regist_wrap {display:none;}
.event_tab_con .event_regist_wrap .event_top {margin-bottom:25px;}
.event_tab_con .event_table th {text-align:left;padding-left:10px;}
.event_tab_con .mt10 {margin-top:10px;}

/* File Style */
.filebox input[type="file"] {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip:rect(0,0,0,0);
    border: 0;
}

.filebox label {
    display: inline-block;
    width:33%;
    height:32px;
    text-align:center;
    color: #fff!important;
    font-size: inherit;
    line-height:32px;
    vertical-align: middle;
    background-color: #273d6c;
    cursor: pointer;
}
.filebox .upload-name {
    display: inline-block;
    font-size: inherit;
    font-family: inherit;
    line-height: normal;
    vertical-align: middle;
    background-color: #fff;
    border: 1px solid #ccc;   
    padding-left:1%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height:32px;
    line-height:32px;
}


.layerPopup {
    position:fixed;
    z-index:1000;
    display:block;
    left:50%;
    top:50%;
    -webkit-box-shadow: 0 5px 15px rgba(0,0,0,0.5);
    box-shadow: 0 5px 15px rgba(0,0,0,0.5);
    background-clip: padding-box;
    background:#fff;    
    -webkit-transform: translateX(-50%)translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: 92%;
    display: none;
}
.layerPopup h3 {font-size:36px; color: #222; padding-bottom: 12px;}
.layerPopup .layerPopup_in {display:block; position: relative; text-align: left;}
.layerPopup .closeLayer {display:inline-block;color:#4a525f; position:absolute; right:-20px; top:-86px; font-size:0; color: transparent;}
.layerPopup .closeLayer a {width: inherit; height: inherit; padding:10px 20px; font-size: 45px; color: #fff;}
.imgIcon.closex:after {}
.layerContent {
    padding-top: 50px;
    margin-top: 20px;
}
.layerContent.rejectbox {
  border-top: 1px solid #ccc;
  line-height: 1.7;
  font-size: 16px;
}
.layerPopup .closeLayer:hover {color:#095573;}

.value_layer .layer_txt {}
.value_layer .layer_txt dl {}
.value_layer .layer_txt dl dt {font-size: 24px; padding: 30px 0 15px; color: #303030; font-weight: 700;}
.value_layer .layer_txt dl dd { background: #eff1f6; padding: 25px 0; font-size: 14px;}
.value_layer .layer_txt dl dd strong { display: inline-block; font-weight: 700; color: #c18531;}
.value_layer .button_group {padding-top: 15px;}
.value_layer .button_group a {display: inline-block; background:#c18531; color: #fff; padding: 10px 40px; border-radius: 20px;}
.layerPopup.value_layer .layerPopup_in {text-align: center; border:4px solid #c18531; padding:0 20px 25px 20px;}



/******************************************************************
  이벤트 당첨자
*******************************************************************/
.regist_event_1 {
  padding: 0 0 3rem;
  background: url("/resources/img/sub/m_winner_bg.jpg") center 0 repeat-y;
}
.regist_event_2 {
    padding: 0 0 3rem;
    background: #cadcee;
}
.regist_event_3 {
    padding: 0 0 3rem;
    background: #cadcee;
}
.winner_list {
  /*margin: 20px 4.6875% 0;*/
  margin: 20px auto 0;
  background: #fff;
}
.winner_list .winner_head ul {
  display: flex;
  background: #0b193e;
}
.winner_list .winner_head li {
  text-align: center;
  display: flex;
  justify-content: space-around;
  padding: 10px;
  width: 100%;
  color: #f7ee87;
  vertical-align: middle;
}
.winner_list .winner_head ul li span {
  width: 50%;
  display: flex;
  justify-content: center;
  align-self: center;
}
.winner_list .winner_body {
  text-align: center;
  color: #000e43;
  display: flex;
}
.winner_list .winner_body ul {
  padding: 5px 10px;
  width: 100%;
}
.winner_list .winner_body ul li {
  padding: 5px 10px;
  display: flex;
}
.winner_list .winner_body ul li span {
  width: 50%;
  text-align: center;
}

.ytb_responsive iframe,
.ytb_responsive object,
.ytb_responsive embed {position:absolute; top:0; left:0; width:100%; height:100%;}


/* 개인정보 취급방침 */
.privacy_pop {
  width: 100%;  
  height:calc(100vh - 150px);
  overflow-y: scroll; 
  padding: 20px 15px; 
}
.privacy_pop h2 {text-align: center; font-size: 18px; color: #535353; padding-bottom: 30px; position: relative; margin-bottom: 20px; font-weight: 700;}
.privacy_pop h2::before {
  content: "";
  width: 1px;
  height: 20px;
  position: absolute;
  left: 50%;
  background: #535353;
  bottom: 0;
}
.privacy_pop .rule_list_box {background: #fbfbfb; border: 1px solid #e4e4e4; overflow:hidden; padding: 20px;}
.privacy_pop .rule_list_box li {padding: 5px 0;}
.privacy_pop .rule_list_box li:nth-child(2n+1) {clear: both;}
.privacy_pop .rule_list_box li a {color: #222;}
.privacy_pop .privacy_summary {padding: 25px 0; border-bottom: 2px solid #5872af; color: #222; font-size: 13px; line-height: 1.6;}
.privacy_pop .privacy_summary p {padding: 5px 0;}
.privacy_pop .privacy_con {line-height: 1.6; padding: 10px 0; font-size: 12px;}
.privacy_pop .privacy_con h3 {font-size: 14px; color: #535353; font-weight: 700; padding-bottom: 5px;}
.privacy_pop .privacy_con p {padding: 5px 0;}
.privacy_pop .privacy_con ul {}
.privacy_pop .privacy_con ul li {padding-left: 12px;}
.privacy_pop .privacy_con ol li {padding-left: 15px;}
.privacy_pop .privacy_con ol.circle_list>li::before {top: 2px;}
.privacy_pop .privacy_con ul.bl_dot>li:before {top: 8px;}

.common_tb_row {width: 100%; table-layout: fixed; border-top: 2px solid #00588a; margin-top: 10px;}
.common_tb_row thead th {
  padding: 8px 10px;
  font-size: 12px;
  background: #fff;
  color:#00588a;   
  text-align: center;
  vertical-align: middle;
  border-bottom: 1px solid #ddd;
  position: relative;
  white-space: nowrap;
  font-weight: 700;
}
.common_tb_row tbody td {
  padding: 8px 10px;
  font-size: 12px;
  word-break: break-word;
  text-align: center;
  border-bottom: 1px solid #ddd;
  color: #666; 
  background: #fff;
  line-height: 1.3;
  vertical-align: middle;
  text-align: center;  
}

.layerPopup.privacy_layer {        
    padding: 0;
}

.layerPopup.privacy_layer .closeLayer {top: -60px; right:0;}
.layerPopup.privacy_layer .closeLayer a {padding: 0; font-size: 38px;}

.bl_line>li {position: relative; padding-left: 15px;}
.bl_line>li:before {
    content: '-';    
    position: absolute;
    left: 0;
    top: 0;    
    display: inline-block;     
}

.bl_dot_wh>li {position: relative; padding-left: 15px;}
.bl_dot_wh>li:before {
    content: '';    
    position: absolute;
    left: 0;
    top: 4px;    
    display: inline-block;     
    width: 2px;
    height: 2px;
    background: #fff;
}

.bl_dot>li {position: relative; padding-left: 15px;}
.bl_dot>li:before {
    content: '';    
    position: absolute;
    left: 0;
    top: 4px;    
    display: inline-block;     
    width: 2px;
    height: 2px;
    background: #929292;
}

ol.circle_list>li {
  position: relative;
  padding: 2px 0 2px 20px;
  line-height: 1.8;
}

ol.circle_list>li::before {
  display: block;
  position: absolute;
  left: 0;
  top: 1px;
}
ol.circle_list>li:nth-child(1)::before {
  content: '\2460';
}

ol.circle_list>li:nth-child(2)::before {
  content: '\2461';
}

ol.circle_list>li:nth-child(3)::before {
  content: '\2462';
}

ol.circle_list>li:nth-child(4)::before {
  content: '\2463';
}

ol.circle_list>li:nth-child(5)::before {
  content: '\2464';
}

ol.circle_list>li:nth-child(6)::before {
  content: '\2465';
}

ol.circle_list>li:nth-child(7)::before {
  content: '\2466';
}

ol.circle_list>li:nth-child(8)::before {
  content: '\2467';
}

ol.circle_list>li:nth-child(9)::before {
  content: '\2468';
}


.responsive_video {
    position: relative;
    padding-bottom: 56.2%;
    height: 0;
    overflow: hidden;
}
.responsive_video iframe, 
.responsive_videoe object, 
.responsive_video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.location_page {}
.location_page p.tit {padding: 0 0 2rem; font-size: 1.3rem; text-align: center; font-family: "NotoSansBold";}
.location_page p.con_img {padding: 0 0 2rem;}

.merit_page {}
.merit_page .merit_tab {margin-bottom: 20px;}
.merit_page .merit_tab li {}
.merit_page .merit_tab li a {
  display: block; 
  padding: 30px;
  font-size:16px; 
  background: #acacac;  
  color: #fff; 
  white-space: nowrap;
  font-family: "Montserrat";
  font-weight: 600;
}
.merit_page .merit_tab li a em {font-weight: 100;}
.merit_page .merit_tab .slick-current .ele_0 a {background: #00aaad;}
.merit_page .merit_tab .slick-current .ele_1 a {background: #009bcf;}
.merit_page .merit_tab .slick-current .ele_2 a {background: #ef5498;}

.merit_page .merit_imgs {}
.merit_page .merit_imgs li {}


.location_slide .slick-arrow {
  display: block; 
  width: 48px; 
  height: 48px; 
  background: rgba(0,0,0,.3); 
  position: absolute; 
  z-index: 41; 
  top: 50%; 
  margin-top: -24px; 
  cursor: pointer;
  font-size: 0;
  color:transparent;
  font-family:Linearicons-Free;
  speak:none;
  font-weight:400;
  font-variant:normal;
  text-transform:none;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
  vertical-align: top;
  border: none;
}
.location_slide .slick-arrow.slick-prev {left: 0;}
.location_slide .slick-arrow.slick-next {right: 0;}
.location_slide .slick-arrow.slick-prev::before {content: "\e875"; color: #fff; font-size: 1.4rem; text-indent: -2px; display: inline-block;}
.location_slide .slick-arrow.slick-next::before {content: "\e876"; color: #fff; font-size: 1.4rem; text-indent: 2px; display: inline-block;}




.zoom {
  text-align: center; padding: 30px 0 60px;
}
.zoom img {
  width: 40%;
  min-width: 150px;
}

.page_container { position: relative;}
.tv_contents { position: relative; padding: 56% 0 0;}
.tv_contents .mov_response {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.tv_contents .mov_response iframe {
  width: 100%;
  height: 100%;
}


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

    MAIN COMMON

*******************/
.main_wrap {
  margin-top: 6.4rem;
  padding-left: 1.6rem;
}

.main_wrap .main_link {
  position: relative;
  margin-top: 1.6rem;
  margin-bottom: 5rem;
}

.main_wrap .main_link ul {
  position: absolute;
  top:  0;
  left: 0;
  width:  100%;
  height: 100%;
}

.main_wrap .main_link ul li {
  position:  absolute;
  top: 0;
  width:  50%;
  height:  100%;
}

.main_wrap .main_link ul li:first-child {
  left:  0;
}

.main_wrap .main_link ul li:last-child {
  right:  0;
}

.main_wrap .main_link ul li a {
  display:  block;
  width: 100%;
  height: 100%;
  text-indent: -999999px;
}
.vr_wrap {
  position: relative;
  padding: 80% 0 0;  
}
.vr_wrap #divPano {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}




.layerPopup.option_layer .layer_top {
    position: relative;
    background:url("/share/img/m_option_layer_bg.jpg") center top no-repeat;   
    padding:20px 0;
    background-size:100% 100%;
}
.layerPopup.option_layer .layer_top h2 {
    color: #fff;
    font-size: 24px;
    text-align: center;
    padding: 10px 0;
    letter-spacing: -1px;
    font-weight: 600;
}
.layerPopup.option_layer .layer_top h3 sub {
    font-size: 24px;    
    font-family:'Exo 2';
    color:#fff!important;
    vertical-align: baseline;
    font-weight: 100;
}
.layerPopup.option_layer .layer_top h3 span.tit_name {
    display:block;
    font-size: 24px;
    margin-left: 5px;
    font-family: 'NotoSans';
    letter-spacing: -1px;
    margin-top:5px;
}
.layerPopup.option_layer .layer_top h3 {
    text-align: center;
    color: #003057;
    padding-bottom: 5px;
}
.layerPopup.option_layer .layer_top .tit_target, 
.layerPopup.option_layer .layer_top .tit_type {
    font-family:'Exo 2';
}
.layerPopup.option_layer .layer_top .tit_type {
    text-transform: uppercase;
}
.layerPopup.option_layer .layer_body .list_btn li {
    padding: 4px 0;
}
.layerPopup.option_layer .layer_body .list_btn li a {
    color: #fff;
    background: #1e386e;
    font-size: 15px;
    text-align: center;
    padding: 12px 0;
    display: block;
}
.layerPopup.option_layer .layer_body {
    padding:15px;
}
.layerPopup.option_layer .layer_btm .btn_layer_close {
    display: block;
    padding: 20px 0;
    text-align: center;
    color: #fff;
    background:#5b76a6;
    border-radius: 0 20px 0 0;
}

.material {
  text-align: right;
  margin: 0 0 10px;
}
.material a {
  width: 180px;
  font-size: 12px;
  display: inline-block;
  padding: 8px 20px 8px 15px;
  transition: all .3s;
  position: relative;
  border: 1px solid #ddd;
  text-align: left;
  background: #ffce0c;
  color: #4b4012;
  position: relative;  
}
.material a i {
  display: inline-block;
  background: url("/share/img/intab_icons.png") no-repeat;
  position: absolute;
  right: 12px;
  top: 11px;
  background-size: 111px 12px;
  background-position: -99.5px 0;
  width: 12px;
  height: 12px;  
}




.pop_page { padding: 35px 4vw; max-width: 1000px; margin:0 auto;}
.pop_page h1 {color: #003057; font-size: 4.4vw; font-family: 'Noto Sans KR'; font-weight: 700; margin: 0 0 30px; text-align: center;}
.pop_page .ui_tabcontents {position: relative; padding-bottom: 20px;}
.pop_page .ui_tabcontents::after {
  content: "";
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #153b5b;
  height: 6px;
}
.pop_page .ui_tabcontents .tab {width: 100%; text-align: center; display:table; table-layout: fixed;}
.pop_page .ui_tabcontents .tab li {display: table-cell;}
.pop_page .ui_tabcontents .tab li * {vertical-align: middle;}
.pop_page .ui_tabcontents .tab li a {display: block; border:1px solid #e4e4e4; color: #999; font-size: 3.5vw; text-align: center; margin-left: -1px; padding: 2vw 0; letter-spacing: -1px;}
.pop_page .ui_tabcontents .tab li.on a {
  color: #fff;      
  position: relative;
  background: #003057;
  border:1px solid #003057;
}
.pop_page .ui_tabcontents .tab_conlist li { text-align: center; }
.pop_page .ui_tabcontents .tab_inner {padding-bottom: 20px;}
.pop_page .ui_tabcontents .tab_inner li.on a {background: #003057;}

.swiper-notification {display: none;}