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


.forena_font { font-family: 'forena' !important; }
.hanhwa_font { font-family: 'Hanwha' !important; }


/* 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;  max-width:640px; min-width:320px; margin:0 auto; line-height:1.5; position: relative;}/*position:relative;*/

/* 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; }
.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; opacity: 1; }
/*.slick-slide {display: none; float: left; height: 100%; min-height: 1px; opacity: 1!important; }*/
[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 {width: 100%; z-index: 21; padding: 15.625% 0 0; position: relative; }
#header .header_in { position: fixed; top: 0; left: 0; width: 100%; text-align: center; overflow: hidden;background: #fff; }
#header .header_in h1 { width: 44%; display: inline-block; float: left; }
#header .gnb_open { position: absolute; right:0; top: 50%; padding: 10px; transform: translateY(-50%);}
#header .lnr, #gnb .lnr {
  display: inline-block;
  fill: currentColor;
  width: 1em;
  height: 1em;
  vertical-align: -0.05em;
}
#header .gnb_open .lnr-menu {color: #003057; font-size: 36px;}
#header .lnr-arrow-left {color: #003057; font-size: 32px; padding-top: 5px;}
/* 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:fixed; top:0; right:-100%; z-index:300; width:100%; height:100%;}
#gnb .gnb_close_con { 
  width: 100%; 
  padding: 15.625% 0 0;
  background:#fff; 
  text-align: left; 
  border-bottom: 1px solid #003057; 
  position: relative;
  overflow: hidden; 
}
#gnb .gnb_close_con a.gnb_close { padding: 3.4% 20px; position: absolute; top: 50%; right: 0; transform: translateY(-50%);}
#gnb .gnb_close_con a.gnb_home { position: absolute; left: 0; top: 0; z-index: 10; overflow: hidden; height: 100%; }
#gnb .gnb_close_con a.gnb_home img { width: auto; height: 100%; }
.gnb_close .lnr-cross {color: #003057; font-size: 30px;}

@media screen and (max-width: 330px) {
  #header .gnb_open {margin-top: -16px;}
  #header .gnb_open .lnr-menu {font-size: 32px;}
  .gnb_close .lnr-cross {font-size: 30px;}
}
#gnb .depth0 { overflow-y:auto; overflow-x:hidden; height:100%; background:#fff;}
#gnb .depth0 > li { border-bottom:1px solid #ccc;}
#gnb .depth0 > li > a { display:block; position:relative; padding:16px 0; color:#003057; font-size:15px; line-height:1.4; text-align: center;}
#gnb .depth0 > li.etc > a {color:#8b634b;}
/* #gnb .depth0 > li > a:after { content:"\e876"; position:absolute; top:50%; right:9%; margin-top:-8px; font-family:'Linearicons-Free'; font-size:13px; line-height:15px; color:#3f4146;} */
#gnb .depth0 > li.on > a {}
#gnb .depth0 > li.on > a:after {color:#fff;}
#gnb .depth1 { display:none;}
#gnb .depth1 > li > a { display:block; padding:13px 0; font-size:15px; text-align: center; background: #003057; color: #fff; border-bottom: 1px solid rgba(255,255,255,.2);}
#gnb .depth1 > li:last-child > a {border-bottom:0;}
#gnb .depth1 > li > a strong {font-weight: normal;}
#gnb .depth1 > li.on > a {}
#gnb .depth1.no_child { display:none; overflow:hidden; width:0 !important; height:0 !important; padding:0; border-top:0;}
#gnb .depth0 > li.othermenu {border:0;}
#gnb .depth0 > li.othermenu a {padding-left: 20%; padding-right:20%;}
#gnb .depth0 > li.othermenu a img {width:100%;}
#gnb .depth0 > li.othermenu a:after {display: none;}

/* footer */
#footer { position: relative; background:#202020; padding-bottom: 70px;}
.footer_con {padding: 15px 20px 40px;}
.footer_con .footer_top {display: table; table-layout: fixed; width: 100%; padding: 10px 0;}
.footer_con .footer_top .logo {display: table-cell; width: 100%; vertical-align: middle;}
.footer_con .footer_top .logo a {display: block; width: 79px;}
.footer_con .footer_top ul {display: table-cell; vertical-align: middle; text-align: right}
.footer_con .footer_top ul li {display: inline-block;}
.footer_con .footer_top ul li a {display: block; color: #fff; font-size: 12px; padding: 3px 5px;}
.footer_con .address {color: #666666; text-align: center; font-size:12px; letter-spacing: -1px; padding: 10px 0;}
.footer_con .copyright {color: #666666; text-align: center; font-size:11px;}

/* container */
#container { position:relative; height: auto; overflow: auto;}
#container .top_line { font-size:0;}
.contents { padding:20px 15px 30px; position: relative;}

/* .sub_title {text-align:center; position: relative; padding: 38.5937% 0 0; background: url("../img/common/title_bg_sec.jpg") no-repeat; background-size: 100% auto;} */
.sub_title {text-align:center; position: relative; padding: 38.5937% 0 0; background-color: #fff;}
.sub_title .sub_title_con {position: absolute; left:0; right: 0; top: 0; bottom: 0; z-index: 21; padding-top: 14%;}
.sub_title .sub_title_con h2 {color:#fff; font-size:24px; letter-spacing:-2px; font-weight: 700; /*text-shadow: 4px 4px 3px rgba(0, 0, 0, .3);*/}
.sub_title .sub_title_con p {font-size: 12px; color: #fff;}
.sub_title .sub_title_con p strong {color:#023d61;}
.sub_title p.summary2 {opacity: 1; font-size: 14px; margin-top:10px; }
.title_bg img {width: 100%;}


.sub_title.title_bg0 { background: url("../img/common/title_bg_sec0.jpg") no-repeat; background-size: 100% auto;}
.sub_title.title_bg1 { background: url("../img/common/title_bg_sec1.jpg") no-repeat; background-size: 100% auto;}
.sub_title.title_bg2 { background: url("../img/common/title_bg_sec2.jpg") no-repeat; background-size: 100% auto;}
.sub_title.title_bg3 { background: url("../img/common/title_bg_sec3.jpg") no-repeat; background-size: 100% auto;}
.sub_title.title_bg4 { background: url("../img/common/title_bg_sec4.jpg") no-repeat; background-size: 100% auto;}
.sub_title.title_bg5 { background: url("../img/common/title_bg_sec5.jpg") no-repeat; background-size: 100% auto;}
.sub_title.title_bg6 { background: url("../img/common/title_bg_sec5.jpg") no-repeat; background-size: 100% auto;}


/*.sub_title .summary::before {
	content: "";
	position: absolute;
	width: 14px;
	height: 1px;
	background: #fff;
	left: 50%;
	margin-left:-7px;	
	margin-top: -7px;
}*/


.top_label {padding:0 0 0 45px; white-space: nowrap; z-index: 90; margin-top: -20px; position: relative;}
.top_label dl {display:flex;justify-content:flex-start;align-items: center; width: 100%; background:#003057; padding: 10px 20px; position: relative;}
.top_label dl dt {width:45%; text-align: center; color: #fff; font-size: 13px; margin-right: 25px;}
.top_label dl::after {
  content: "";
  width: 18px;
  height: 0.5px;
  background: #fff;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  left: 43vw;
  top: 52%;
  margin-left: 0;
  opacity: .5;
  margin-top: -1px;
}
.top_label dl dt * {
	vertical-align: middle;
}
.top_label dl dt strong {
	display: inline-block;
	font-family: 'Hanwha';
	font-weight: 600;
}
.top_label dl dt span {
	display: inline-block;
	font-family: 'forena'; 
    font-style: normal;
    font-weight: 500;
}
.top_label dl dd {text-align: center; display: table-cell; vertical-align: middle; color: #fff; font-size: 12px; padding:0 7px;}

@media screen and (max-width: 400px) { 
  .top_label dl dd,
  .top_label dl dt span {
    font-size: 3vw;
  }
}

.btn_zoom {text-align:center;padding:15px 0;}
.btn_zoom a {display:inline-block;width:34.48%;}

.img_con{position: relative;}

footer .link_con{position: fixed; bottom:0; z-index:99; display: flex; width: 100%; max-width: 640px; left: 50%; right: 0; background: #fff; transform: translateX(-50%);}
footer .link_con>a{width: 34%;}
footer .link_con>a>img{width:100%;}
.top_btn{position:fixed; bottom:-200px; right:10px; vertical-align: top; z-index: 89;}
.top_btn .btn_top{
  display:block; 
  width:40px; 
  height:40px;   
  background: #003057;
  font-size: 0;
  color: transparent;
  text-align: center;
  text-indent: -9999em;
}
.top_btn .btn_top::before{
    content: "\e877";
    font-family: Linearicons-Free;
    font-size: 1.3rem;
    display: inline-block;
    padding: 5px;
    color: #fff;  
}
.main_visual {line-height: 0; position: relative;}
.m_vis_slide .txt.box {color: #fff;z-index:10;position:absolute; top: 38%; right: 0; text-align:center; opacity: 1; left: 0; width: 100%;} 
/*.m_vis_slide .txt h4 { line-height: 120%; font-weight: lighter; font-family: 'Noto Sans Thin'; font-size: 5vw;}*/
.m_vis_slide .txt h4 span{font-weight: bold; font-family: 'Noto Sans Bold'} 
.m_vis_slide .txt h4.txt01 { transform: translateY(1rem); opacity: 0; animation:main_txt 1s .2s both; }
.m_vis_slide .txt h4.txt02 { transform: translateY(1rem); opacity: 0; animation:main_txt 1s .6s both; }
.m_bg{height: 90vh; background-image: url('../img/main/m_main3.jpg'); background-size: cover; animation: zoom2 1.4s .2s both;}
.m_bg2{height: 90vh; background-image: url('../img/main/m_main4.jpg'); position: relative;
    background-size: 135%; /* 초기 크기 */
    background-position: center;
    background-repeat: no-repeat;
    /* opacity: 0; */
   animation: zoom2 1.8s .2s both;
    /* transition: opacity 1.5s ease-in-out, background-size 7s linear;    */
}

.m_vis_slide li.visual1 .txt_f h1 { font-size: 6vw; font-family: 'Noto Sans'; font-weight: 100; opacity: 0; letter-spacing: 18px; line-height: 120%; white-space: nowrap;}
.m_vis_slide li.visual1 .txt_f h1 b{font-weight: bold; font-family: 'Noto Sans Bold';} 
.m_vis_slide li.visual1 .txt_f span { font-family: 'dx'; color: #f29370; font-size: 8vw;}

@font-face {
  font-family: 'dx';
  font-style: normal;
  src: url('../../css/webfont/DX.woff');
}

/**/

/*
.m_visual_slide li.visual1 .txt_f {color: #fff;z-index:10;position:absolute; left:0; top:50%; transform: translateY(-60%); right: 0; width: 100%; text-align:center; opacity: 1;}
.m_visual_slide li.visual1 .txt_f.box {color: #fff;z-index:10;position:absolute; top: 38%; right: 22rem; text-align:right; opacity: 1; left: auto; width: 100%;}
.m_visual_slide li.visual1 img {margin-top: 3rem; transition: .7s .2s;  transform: translateY(-20px);}
.m_visual_slide li.visual1 .txt_f h4 { position: absolute; top: 0; right: 0; font-size: 2.8rem; transition: 1s .2s;  transform: translateY(-20px); transition: .7s .4s;}

.m_visual_slide li.visual1 .txt_f h4.t01 { font-size: 2rem; font-family: 'Noto Sans Thin'; transition: .7s 0s; opacity: 0;}
.m_visual_slide li.visual1 .txt_f h4.t02 { font-size: 2rem; font-family: 'Noto Sans Thin'; transition: .7s 0s; opacity: 0;}
.m_visual_slide li.visual1 .txt_f h4.t03 { font-size: 2rem; font-family: 'Noto Sans Thin'; transition: .7s 0s; opacity: 0;}
.m_visual_slide li.visual1 .txt_f h5 { font-size: 5rem; font-weight: bold; margin-top: 90px; transition: .7s .4s;  transform: translateY(20px);}
.m_visual_slide li.visual1 .txt_f p { font-family: 'gmsans Light'; font-size: 3.4rem; text-transform: uppercase; line-height: 100%; transition: .7s .4s; transform: translateY(20px);}
.m_visual_slide li.visual1 .txt_f span { font-family: 'Noto Sans Thin'; font-size: 1.78rem;}
*/

.m_vis_slide li.visual1 .txt_f {color: #fff;z-index:10;position:absolute; left:0; top:50%; transform: translateY(-60%); right: 0; width: 100%; text-align:center; opacity: 1;}
.m_vis_slide li.visual1 .txt_f.box {color: #fff;z-index:10;position:absolute; top: 38%; right: 0; text-align:center; opacity: 1; left: 0; width: 100%;}
.m_vis_slide li.visual1 img {margin-top: 3rem; transition: .7s; }
.m_vis_slide li.visual1 .txt_f h4 { position: absolute; top: 0; left: 0; right: 0; font-size: 2.8rem; transition: 1s .2s;  transform: translateY(-20px); transition: .7s .4s;}

.m_vis_slide li.visual1 .txt_f h4.t01 { font-size: 2rem; font-family: 'Noto Sans Thin'; transition: .9s 0s; opacity: 0;}
.m_vis_slide li.visual1 .txt_f h4.t02 { font-size: 2rem; font-family: 'Noto Sans Thin'; transition: .9s 0s; opacity: 0;}
.m_vis_slide li.visual1 .txt_f h4.t03 { font-size: 2rem; font-family: 'Noto Sans Thin'; transition: .9s 0s; opacity: 0;}
.m_vis_slide li.visual1 .txt_f h5 { font-size: 5rem;  margin-top: 90px; transition: .7s .4s;  transform: translateY(20px);}
.m_vis_slide li.visual1 .txt_f p { font-family: 'gmsans Light'; font-size: 3.4rem; text-transform: uppercase; line-height: 100%; transition: .7s .4s; transform: translateY(20px);}

/**/
/* .m_vis_slide .slick-active li .m_bg2{ background-image: url('../img/main/m_main4.jpg'); background-size: cover; animation: zoom2 9.4s .3s both; background-size: 100%; opacity: 1; } */

.m_vis_slide .slick-active li.visual1 .txt_f h4.t01{ animation:fade2 both 4s 0s;}
.m_vis_slide .slick-active li.visual1 .txt_f h4.t02{ animation:fade both 4.4s 2.5s;}
.m_vis_slide .slick-active li.visual1 .txt_f h4.t03{ animation:fade both 4s 5.2s;}

.m_vis_slide .slick-active li.visual1 .txt_f h4.t01 span:nth-child(1){animation:fade-s both 1.2s 0s; }
.m_vis_slide .slick-active li.visual1 .txt_f h4.t01 span:nth-child(2){animation:fade-s both 1.2s .4s; }
.m_vis_slide .slick-active li.visual1 .txt_f h4.t01 span:nth-child(3){animation:fade-s both 1.5s .8s; }
.m_vis_slide .slick-active li.visual1 .txt_f h4.t01 span:nth-child(4){animation:fade-s both 1.5s 1.2s; }
.m_vis_slide .slick-active li.visual1 .txt_f h4.t01 span:nth-child(5){animation:fade-s both 1.5s 1.6s; }

.m_vis_slide .slick-active li.visual1 .txt_f h4.t02 span:nth-child(1){animation:fade-s both 1.2s 2s; }
.m_vis_slide .slick-active li.visual1 .txt_f h4.t02 span:nth-child(2){animation:fade-s both 1.2s 3.5s; }
.m_vis_slide .slick-active li.visual1 .txt_f h4.t02 span:nth-child(3){animation:fade-s both 1.2s 3.8s; }
.m_vis_slide .slick-active li.visual1 .txt_f h4.t02 span:nth-child(4){animation:fade-s both 1.5s 4.2s; }
.m_vis_slide .slick-active li.visual1 .txt_f h4.t02 span:nth-child(5){animation:fade-s both 1.5s 4.5s; }
.m_vis_slide .slick-active li.visual1 .txt_f h4.t02 span:nth-child(6){animation:fade-s both 1.5s 4.8s; }

.m_vis_slide .slick-active li.visual1 .txt_f h4.t03 span:nth-child(1){animation:fade-s both 1.2s 5.8s; }
.m_vis_slide .slick-active li.visual1 .txt_f h4.t03 span:nth-child(2){animation:fade-s both 1.5s 6.2s; }
.m_vis_slide .slick-active li.visual1 .txt_f h4.t03 span:nth-child(3){animation:fade-s both 1.5s 6.4s; }
.m_vis_slide .slick-active li.visual1 .txt_f h4.t03 span:nth-child(4){animation:fade-s both 1.5s 6.8s; }
/**/

@keyframes fade-s {
    from{color: rgba(255, 255, 255, 0);}
    to{color: rgba(255, 255, 255, 1);}
}

@keyframes fade {
    0%, 20% { opacity: 0;}  /* Start hidden */
    30%, 70% { opacity: 1;} /* Visible */
    80%, 100% { opacity: 0; } /* End hidden */
}

@keyframes fade2 {
    0% { opacity: 0; }  /* Start hidden */
    50% { opacity: 1; } /* Visible */
     100% { opacity: 0; } 
}






/**/
.main_content .con_tit {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin: 0 0 20px 0;
}

.main_content .con_tit h2 {
    margin-bottom: 0;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0;
}

.main_content .con_tit a {
    display: block;
    position: relative;
    top: initial;
    right: initial;
    color: #000;
    font-family:'NotoSans', serif;
    font-size: 10px;
    font-weight: bold;
}




.main_content .type_con {}
.main_content .type_con .slick-dots {position: absolute; left:0; top: 0; width: 100%; text-align:center;}
.main_content .type_con .slick-dots li {display: inline-block; padding: 0 20px;}
.main_content .type_con .slick-dots li a {display:block; color: #959595; font-size: 20px; font-family: arial, sans-serif;}
.main_content .type_con .slick-dots li.slick-active a {color: #8c5f43; font-weight: 600;}
.main_content .type_con .slick-arrow {
  display: inline-block; 
  position: absolute; 
  top: 50%;   
  width: 24px; 
  height: 45px;
  font-size: 0;
  cursor: pointer;
  z-index: 99;
  opacity: .5;
  transition: all .3s;
    border: none;
    background: none;
}
.main_content .type_con .slick-arrow:hover {opacity: 1;}
/*
.main_content .type_con .slick-arrow.slick-prev {left: 0; margin-top: -50px; background: url(../img/main/nav_premium_left.png) no-repeat; }
.main_content .type_con .slick-arrow.slick-next {right: 0; margin-top: -50px; background: url(../img/main/nav_premium_right.png) no-repeat; }
*/

.main_content .type_con .type_list {padding-top: 100px;}
.main_content .type_con .type_list li p {padding-bottom: 30px;}
.main_content .type_con .type_list li dl {
  display: flex; 
  height: 54px; 
  margin: 0 auto; 
  justify-content: center;
    align-items: center;
}
.main_content .type_con .type_list li dl dt {
    color: #000;
  font-size: 48px; 
  text-align: left; 
  font-family:arial, sans-serif; 
  font-weight: 600; 
  position: relative; 
  padding: 0 60px 0 0;
  line-height: 1;
}
.main_content .type_con .type_list li dl dt::after {
  content: "";
  width: 40px;
  height: 1px;
  background:#e3e3e3;
  position: absolute;
  right: 0;
  top: 26px;
}
.main_content .type_con .type_list li dl dt strong {color: #8c6047; font-weight: 600; display: inline-block; padding-left: 5px;}
.main_content .type_con .type_list li dl dt sub {font-size: 14px;font-weight: 400; vertical-align: baseline;}
.main_content .type_con .type_list li dl dd {
  text-align: right;
  color: #555; 
  font-size: 20px; 
  padding:0 20px;
  line-height: 1;
}
.main_content .type_con .type_list li a {display: block; text-align: center;}
.main_content .type_con .type_list li img {display: inline-block !important;}




.main_content .main_con .main_con_inner {
    width: 100%;
/*    padding-top: 40px;*/
}

.main_content .schedule_list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.main_content .schedule_list li {
    width: calc(100% / 2 - 10px);
}

.main_content .schedule_list li.active div {
    border-radius: 5px;
        border: 1px solid #003057;
    background: #003057;
}
    
.main_content .schedule_list li.active dl dt .tit {
    color: #fff;
}

.main_content .schedule_list li div {
    height: auto;
    margin-left: 0;
        display: block;
    border-radius: 5px;
    background: #fff;
    border: 1px solid #e3e3e3;
}

.main_content .schedule_list li dl {
    padding: 16px;
}

.main_content .schedule_list li dl dt span.label {
    padding-bottom: 0;
    font-size: 10px;
}

.main_content .schedule_list li.active dl dt span.label {
    color: #fff;
}

.main_content .schedule_list li dl dt .tit {
    height: auto;
    font-size: 14px;
    color: #000;
    text-overflow: ellipsis;
    display: -webkit-box;
    overflow: hidden;
    word-wrap: break-word;
    font-family: 'NotoSans';
}

.main_content .schedule_list li dl dd {
    padding-top: 20px;
    font-size: 10px;
}

.main_content .schedule_list li.active dl dd {
    color: #fff !important;
}







@keyframes zoom2 {
  0% {
        background-size: 130%; /* 확대 */
    }
    100% {
        background-size: 100%; /* 원래 크기 */
    }
}


@keyframes main_txt {
  from { opacity: 0;
      transform: translateY(1rem);
  }

  to {
      opacity: 1;
      transform: translateY(0);
  }
}


.main_movie {position: fixed; left: 0; top: 0; right: 0; bottom: 0; background:rgba(0,0,0,.8); z-index:9999;}
.main_movie .movie_con {position: relative; padding:60px 20px 0;}
.main_movie .movie_con .closemovie {}
.main_movie .movie_con .closemovie {position:absolute;right:0;top:0;color:#fff; color:#fff; padding: 5px 10px;}
.main_movie .movie_con .closemovie::after {
  content: "\e870"; 
  display: inline-block; 
  font-family:Linearicons-Free;
  font-size: 30px;
  color: #fff;
}

.mv-container {
    position: relative;
    width: 100%; height: 100%;
    aspect-ratio: 14 / 8;
    overflow: hidden;
    background: url(../../img/main/mv_bg.png) center no-repeat; background-size: cover;
}


/*shorts*/
/*
.list_item1{
    display: flex;
            justify-content: center;
            align-items: center;
            height: 100vh;
            margin: 0;
            background-color: #f0f0f0;
            font-family: Arial, sans-serif;
}
*/
.shortform-container {
            position: relative;
            width: 90%;
            margin: 0 auto;
            max-width: 360px;
            aspect-ratio: 9 / 16;
            background: #000;
            overflow: hidden;
            border-radius: 12px;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
        }
        .shortform-video {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
        .overlay {
            position: absolute;
            bottom: 0;
            width: 100%;
            background: rgba(0, 0, 0, 0.7);
            color: #fff;
            padding: 12px;
            text-align: center;
        }
        .overlay h4 {
            margin: 0;
            font-size: 3vw;
        }
        .overlay a {
            display: inline-block;
            margin-top: 8px;
            padding: 8px 16px;
            border-radius: 4px;
            background-color: #ff4500;
            color: #fff;
            font-size: 14px;
            text-decoration: none;
            transition: background-color 0.3s;
        }
        .overlay a:hover {
            background-color: #e03e00;
        }
/*//shorts*/
.content_page .premium_con>ul{display: flex; flex-wrap: wrap; gap:1%;}
.content_page .premium_con>ul>li{width: 49%; margin-top: 3%;}



.main_content .premium_con {position: relative;}
.main_content .premium_list {overflow:hidden; padding: 0 50px;}
.main_content .premium_list li {text-align: center; width: 33.3333%; float: left;}
.main_content .premium_list li a {display: block; position: relative;}
/*.main_content .premium_list li a div{position: relative; width: 367px; height: 82px; margin: 20px 0; display: flex; align-items: center; justify-content: center;}*/

/* .main_content .premium_list li a::before {
  content: "";
  display: block;
  position: relative;
  width: 105px;
  height: 80px;
  margin: 0 auto;
  background: url("../img/main/premium_ico_1.png") no-repeat 50% 50%;
}
.main_content .premium_list li.list_item1 a::before { background: url("../img/main/premium_ico_1.png") no-repeat 50% 50%;}
.main_content .premium_list li.list_item2 a::before { background: url("../img/main/premium_ico_2.png") no-repeat 50% 100%;}
.main_content .premium_list li.list_item3 a::before { background: url("../img/main/premium_ico_3.png") no-repeat 50% 100%;}
.main_content .premium_list li.list_item4 a::before { background: url("../img/main/premium_ico_4.png") no-repeat 50% 100%;}
.main_content .premium_list li.list_item5 a::before { background: url("../img/main/premium_ico_5.png") no-repeat 50% 100%;}
.main_content .premium_list li.list_item6 a::before { background: url("../img/main/premium_ico_6.png") no-repeat 50% 100%;} */
/*
.main_content .premium_list li .icoimg {height: 80px; margin: 20px 0; vertical-align: top; }
.main_content .premium_list li .icoimg img {display:inline-block;}
.main_content .premium_list li dl {}
*/
.main_content .premium_list li dl dt {color: #003057; font-size: 20px; font-family: 'Noto Sans Medium'; padding: 10px 0; letter-spacing: -1px;}
.main_content .premium_list li dl dt span { display: inline-block; line-height: 18px;}
.main_content .premium_list li dl dd {color: #888888; font-size: 16px; letter-spacing: -1px; }
.main_content .premium_list li dl dd strong { font-family: 'Noto Sans Medium'; }
.main_content .premium_list li dl dd span { display: inline-block; font-size: 16px; line-height: 18px; }

.main_content .premium_list li dl dt .forena_font { font-family: 'forena' !important; font-size: 21px; }
.main_content .premium_list li dl dd .hw_font { font-family: 'Hanwha' !important; font-size: 16px !important; margin: 0 0 2px; line-height: 18px; display: inline-block;}
.main_content .premium_list li dl dd .forena_font { font-family: 'forena' !important; font-size: 16px !important; line-height: 18px; display: inline-block;}
/* .main_content .premium_list li dl dd * { vertical-align: middle;} */

.main_content .premium_list .slick-arrow {
  display: inline-block; 
  position: absolute; 
  top: 50%;   
  width: 24px; 
  height: 45px;
  font-size: 0;
  cursor: pointer;
  z-index: 99;
  opacity: .5;
  transition: all .3s;
}
.main_content .premium_list .slick-arrow:hover {opacity: 1;}
.main_content .premium_list .slick-arrow.slick-prev {left: 0; margin-top: -50px; background: url(../img/main/nav_premium_left.png) no-repeat; }
.main_content .premium_list .slick-arrow.slick-next {right: 0; margin-top: -50px; background: url(../img/main/nav_premium_right.png) no-repeat; }




.mv-container iframe {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}
.mv-container .mv_bg{position: absolute; z-index: 1;}
.mv-container .txt {color: #fff;z-index:2;position:absolute; left:0; top:20vw; right: 0; width: 100%; text-align:center; opacity: 1;}
.mv-container .txt h4 {font-size:4vw; /*font-family: "Nanum Myeongjo", serif;*/ line-height: 160%; opacity: 0; animation: fade-in 1s both ease-out;text-shadow: 0 0 17px rgba(0,0,0,1);}
.mv-container .txt h4 span {font-weight: bold;}
@keyframes fade-in {
  from { opacity: 0;
          letter-spacing: 1rem;
  }

  to {
      opacity: 1;
      letter-spacing: 0;
  }
}

.main_content {position: relative; background: #fff;}
/*.main_content .place_info {padding:0 28vw 0 5vw; transform: translateY(-50vw);}*/
.main_content .place_info {padding:0 28vw 0 5vw; transform: translateY(-14vw);}
.main_content .place_info dl {background: #052f57; padding: 5vw;}
.main_content .place_info dl dt {font-size: 5vw; color: #fff; font-weight: 500;}
.main_content .place_info dl dt * { vertical-align: middle;}
.main_content .place_info dl dt strong {
	display: inline-block;
	font-family: 'Hanwha';
	font-weight: 400;
}
.main_content .place_info dl dt span {
	font-family: 'forena';
	display: inline-block;
	font-style: normal;
	font-weight: 500;
}
.main_content .place_info dl dd {text-align: left; position: relative; margin-top: 0.5rem;}
.main_content .place_info dl dd a {display:block; color: #fff; font-size: 0.87rem; margin-top: 0.3rem;}
.main_content .place_info dl dd a i {margin-left: 5px;}
.main_content .place_info dl dd span {display: inline-block; font-family:'NotoSans', arial, sans-serif; font-size: 4.8vw; color: #887b75; font-weight: 600;}

@media screen and (min-width: 640px) { 
	.main_content .place_info { padding: 0 11rem 0 2rem; /*margin-top: -7rem;*/ }
	.main_content .place_info dl { padding: 2rem;}
	.main_content .place_info dl dt {font-size: 2rem; }
	.main_content .place_info dl dd span {font-size: 2rem; }
}

.main_content .open_banner {padding: 50px 15px 0; transform: translateY(-20vw);}
/* .main_content .open_banner span {display: block; float: left; width: 100%;} */
.main_content .open_banner span.banner_2 {margin-top: -30px; float: none; padding-bottom: 10px;}
/* .main_content .open_banner span {display: block; width: 100%;} */
.main_content .open_banner span:first-child {padding-left: 0;}
.main_content .open_banner span strong {font-weight: 600; }
.main_content .open_banner span.banner_1 {background: #8b634b;   display: block; 
  color: #fff; 
  border-radius: 8px 0; 
  font-size: 1rem;  
  text-align: center;  
  font-weight: 300; 
  padding: 1rem 0;
  -webkit-box-shadow: 2px 3px 15px rgba(0,0,0,0.5);
  box-shadow: 2px 3px 15px rgba(0,0,0,0.5);}
.main_content .open_banner span.banner_2 strong {background: #003058;}


.main_content .quick_menu {background: #8b8075; border-radius: 10px 0; overflow:hidden; margin:10px 15px; padding: 5px 0;}
.main_content .quick_menu li {float: left; width: 50%;}
.main_content .quick_menu li a {display: block; padding:0 10px; text-align: center; color: #fff; white-space: nowrap;}
.main_content .quick_menu li a strong {display:block; padding: 15px 0; border-bottom: 1px solid rgba(255,255,255,.2); font-weight: normal;}
.main_content .quick_menu li a * {vertical-align: middle;}
.main_content .quick_menu li a i {display: inline-block; margin-left: 3px; font-style: normal;}
.main_content .quick_menu li a i::before {
  content: "\e87a";
  display: inline-block; 
  font-family:Linearicons-Free;
  font-size: 16px;
  color: #fff;  
}
.main_content .quick_menu li:nth-of-type(3) a strong,
.main_content .quick_menu li:nth-of-type(4) a strong { border: none; }

.main_content .main_con {padding: 15px 20px; clear: both;}
.main_content .main_con {padding: 35px 20px 50px;}
.main_content .main_con h2 {font-size: 1.2rem; color: #000; letter-spacing: -1px; font-weight: 600;}
.main_content .main_con.premium h2 {padding-bottom: 20px;}

.main_content .premium_con {}
.main_content .premium_list {padding: 0 20px;}
.main_content .premium_list .icoimg {width: 8vw; height: 10vw; display: inline-block; margin: 0 0 2vw;}
.main_content .premium_list .icoimg img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  position: relative;
  width: 100%;
}
.main_content .premium_list li a {display: block; position: relative; text-align: center;}

/* .main_content .premium_list li a::before {
  content: "";
  display: block;
  position: relative;
  width: 70px;
  height: 50px;
  margin: 0 auto 20px;
  background: url("../img/main/premium_ico_1.png") no-repeat 50% 50%;
  background-size: contain;
}
.main_content .premium_list li.list_item1 a::before { background: url("../img/main/premium_ico_1.png") no-repeat 50% 50%; background-size: contain;}
.main_content .premium_list li.list_item2 a::before { background: url("../img/main/premium_ico_2.png") no-repeat 50% 100%; background-size: contain;}
.main_content .premium_list li.list_item3 a::before { background: url("../img/main/premium_ico_3.png") no-repeat 50% 100%; background-size: contain;}
.main_content .premium_list li.list_item4 a::before { background: url("../img/main/premium_ico_4.png") no-repeat 50% 100%; background-size: contain;}
.main_content .premium_list li.list_item5 a::before { background: url("../img/main/premium_ico_5.png") no-repeat 50% 100%; background-size: contain;}
.main_content .premium_list li.list_item6 a::before { background: url("../img/main/premium_ico_6.png") no-repeat 50% 100%; background-size: contain;} */

.main_content .premium_list li dl dt {color: #003057; font-size: 0.9rem; font-weight: 600; padding:0 0 7px; line-height: 1.4;}
.main_content .premium_list li dl dd {color: #999; font-size: 0.72rem; padding: 0 10px; word-break: keep-all !important;}
.main_content .premium_list .slick-arrow {
  display: inline-block; 
  position: absolute; 
  top: 50%;   
  width: 24px; 
  height: 45px;
  font-size: 0;
  cursor: pointer;
  z-index: 99;
  opacity: .5;
  transition: all .3s;
  border:0;
  background: none;
}
.main_content .premium_list .slick-arrow:hover {opacity: 1;}
.main_content .slick-arrow::after {      
  font-family: Linearicons-Free;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  color: #000;
  display: inline-block;
}
.main_content .type_list .slick-arrow.slick-prev {left: 0; margin-top: -25px;}
.main_content .premium_list .slick-arrow.slick-prev {left: 0; margin-top: -25px;}
.main_content .type_list .slick-arrow.slick-prev::after, 
.main_content .premium_list .slick-arrow.slick-prev::after {
  content: "\e875";
}
.main_content .type_list .slick-arrow.slick-next {right: 0; margin-top: -25px;}
.main_content .premium_list .slick-arrow.slick-next {right: 0; margin-top: -25px;}
.main_content .premium_list .slick-arrow.slick-next::after,
.main_content .type_list .slick-arrow.slick-next::after
{
  content: "\e876";
}

.main_visual .slick-dots {
    position: absolute;
    z-index: 99;
    bottom:-30px;
    right:10px;
    width: 100%;
    text-align: right;
}
.main_visual .slick-dots li {display: inline-block; padding: 0 1px;}
.main_visual .slick-dots li button {
  border:2px solid #003057;
  background: #fff;
  font-size: 0;
  color: transparent;
  letter-spacing: 0;
  line-height: 0;
  width: 10px;
  height: 10px;
  box-sizing: border-box;
}
.main_visual .slick-dots li.slick-active button {background: #003057; color: transparent; border:2px solid #003057;}


.main_content .news_list {}
.main_content .news_list li {}
.main_content .news_list li a {display: block; border-bottom:1px solid #dcdcdc; padding: 10px 0;}
.main_content .news_list li:last-child a {border-bottom: 0;}
.main_content .news_list li dl {padding-bottom: 7px;}
.main_content .news_list li dl dt {
  color: #003057; 
  font-size: 1rem; 
  font-weight: 600; 
  padding: 7px 0; 
}
.main_content .news_list li dl dd {
  color: #999; 
  font-size: 0.87rem;  
  text-overflow: ellipsis;
  display: -webkit-box;
  overflow: hidden;
  word-wrap: break-word;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; 
}
.main_content .news_list .more {color: #9a9187; text-transform: uppercase;  font-weight: 600; font-size: 12px;}
.main_content .news_list .more i {font-size: 10px; display: inline-block;}

.main_visual .slick-arrow { position: absolute; z-index: 21; font-size: 0; margin-top: -15px; top: 50%;}
.main_visual .slick-arrow::before{
    font-family: Linearicons-Free;
    font-size: 1.8rem;
    display: inline-block;
    padding: 5px;
    color: #fff;   
}
.main_visual .slick-arrow.slick-prev {left: 0;}
.main_visual .slick-arrow.slick-next {right: 0;}
.main_visual .slick-arrow.slick-prev::before { content: "\e875";}
.main_visual .slick-arrow.slick-next::before { content: "\e876";}

.main_btns_con {overflow: hidden; clear: both; width: 100%;}
.main_btns_con li {float: left; width:50%;}




/* Table List Board 
**********************/
.notice_table {border-top: 1px solid #003057;}
.common_tb_row {width: 100%; margin-bottom: 3rem; table-layout: fixed; border-top: 1px solid transparent;}
.common_tb_row thead th {
  padding: 10px 12px;
  font-size: 14px;
  background: #f4f4f4;
  color:#003057;   
  text-align: center;
  vertical-align: middle;
  border: 1px solid #e3e3e3;  
  border-top:0;
  font-weight: 600;
}
.common_tb_row tbody th {
  padding: 10px 12px;
  font-size: 14px;
  background: #f4f4f4;
  color:#313131;   
  text-align: center;
  vertical-align: middle;
  border: 1px solid #e3e3e3;    
}
.common_tb_row tbody td {
  padding: 10px 12px;
  font-size: 14px;
  word-break: break-all;
  text-align: center;  
  border: 1px solid #e3e3e3;  
  color: #666; 
  line-height: 1.6;
  vertical-align: middle;
  text-align: center;  
}
.common_tb_row tbody td a {}
.common_tb_row tbody tr td:first-child {}
.common_tb_row tbody td a:hover { text-decoration: underline;}    
.common_tb_row tbody td.nodata {padding: 120px 0; text-align: center;}
.common_tb_row tbody td.t_sbj {text-align: left;}
.common_tb_row tbody td.date {font-family: arial, sans-serif;}



.guide_link {overflow: hidden;}
.guide_link li {float: left; width: 50%;}


/* main */
.main_img { overflow:hidden;}
.main_img img {width: 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%; min-height: 300px;}
.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: #2f618e ; font-size: 10px; width:120px; height:23px; line-height: 23px; color:#fff;}
.list_wrap ul li dl dd.media.notice span{background-color: #47a5db ;}


.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{text-align:center; margin-top: 30px;}
.page_list a{margin:0 2px; width:31px; height:31px; line-height:33px; display:inline-block; text-align:center; border:1px solid #a1abbe; font-size:12px; color:#a1abbe; vertical-align: top; background-color: #fff;}
.page_list a.on{ width:31px; height:31px; line-height:28px; border:2px solid #0b70b3; font-weight:600; color:#0b70b3;}
.page_list a.arrow{border:none;}
.page_list a.arrow.mr{margin-right: 15px;}
.page_list a.arrow.ml{margin-left: 15px;}*/

.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 #0b70b3; font-weight:600; color:#0b70b3;}
.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; }


.select-wrapper {position: relative; display: inline-block; padding-right: 20px; vertical-align: middle;}

select {
    border: none;
    height: 32px;
    vertical-align: middle;
    font-size: 0.82rem;    
    color: #777;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-indent: 0.01px;
    position: relative;
    vertical-align: top;
    width: auto;
    color: #222;
    margin-right: -20px;
    padding-right: 20px;
    padding-left: 10px;
    min-width: 80px;
    background: #fff;
    border: 1px solid #ccc;
}

.select-wrapper:before {
  content: "\f0d7";
  display: inline-block;
  font-family: FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  right: 15px;
  top: 5px;
  pointer-events: none;
  z-index: 1;
  font-size: 16px;
  color: #222;
}

/* 관심고객등록 */
  .registWrap {}
  .registTit {border-top: 1px solid #003057; border-bottom: 1px solid #e3e3e3; padding: 15px; background: #f5f5f5; color: #003057;}
  .registCon {}
  .registCon > dl {}
  .registCon > dl > dt { border-bottom: 1px solid #e3e3e3; padding: 15px 15px; width: 100%; overflow: hidden; position: relative; background: #f5f5f5; color: #222;}
  .registCon > dl > dt * { vertical-align: middle; }
  .registCon > dl > dt .rulsfn { position: absolute; right: 0; top:10px;}
  .registCon > dl > dt .rulsfn label {font-size: 14px;}
  .registCon > dl > dt .rulsfn a {
    display: inline-block;
    height: 30px;
    line-height: 30px;    
    font-size: 14px;
    color: #103d61;
    position: absolute;
    right: 0;
    top: 0;
    width: inherit;
    padding: 0 30px;
  }
  .registCon > dl > dt .rulsfn a i {
        display: inline-block;
        margin-left: 5px;
        margin-top: -2px;
  }
  .registCon > dl.on > dt .rulsfn a i {transform: rotate(180deg);}
  .registCon > dl > dd {}
  .registCon > dl > dd h3 {background: #9cbc41; color: #fff; font-size: 15px; letter-spacing: -0.2px; padding:15px 20px;}
  .registCon > dl > dd h4 {font-size: 13px; color: #4a4a4a; padding: 15px 0 10px;}
  .registCon > dl > dd .rulsCon { padding:15px 5px 15px 10px; border-bottom: 1px solid #e3e3e3; color: #999;}
  .registCon > dl > dd .rulsCon .scrollbox { background: #fff; overflow-y: auto; padding-right: 10px;}
  .registCon > dl > dd .rulsCon .scrollbox p {font-size: 12px; margin-bottom: 3px; line-height: 1.5;}
  .registCon > dl > dd .rulsCon .scrollbox p.privacyTit { color: #555; font-weight: 500; padding-top: 10px;}
  .registCon > dl > dd .rulsCon .scrollbox ul {padding-left: 10px; font-size: 13px;}
  .registCon > dl > dd .rulsCon .scrollbox ul li {font-size: 13px; margin-bottom: 3px; line-height: 20px;}
  .registCon > dl > dd .rulsCon table {width:100%;text-align:left; font-size: 13px; border-left: 1px solid #ddd; border-top: 1px solid #ddd; margin-top: 10px;}
  .registCon > dl > dd .rulsCon table th {font-weight:500; padding:10px; background:#fff; border-right: 1px solid #ddd; border-bottom: 1px solid #ddd;}  
  .registCon > dl > dd .rulsCon table td {padding:10px; background:#fff; border-right: 1px solid #ddd; border-bottom: 1px solid #ddd; vertical-align: middle;}

  .registCon > dl > dd h4 span { font-weight: bold; text-decoration: underline; }
  .registCon > dl > dd .strong_content h4, .registCon > dl > dd .rulsCon .scrollbox .strong_content p {}
  .registCon > dl > dd .rulsCon .scrollbox .strong_content ul li { font-size: 13px;}
  
  .registWrap .totalAgree { font-size: 14px; background:#0080b8; color: #fff; padding: 14px 0 14px 30px; position: relative; margin-bottom: 30px;}
  .registWrap .totalAgree * { vertical-align: middle;}
  .registWrap .totalAgree strong { position: absolute; display: inline-block; left: 70px; top: 19px;}
  .registWrap .totalAgree input[type=checkbox].checkbox, input[type=radio].radio { width: 30px; height: 30px; }
  .registWrap .totalAgree input[type=checkbox].checkbox+.label::before, .registWrap .totalAgree input[type=radio].radio+.label::before {
      color:#fff;
      background-color:#0080b8;
      border:1px solid #ffffff;
  }
  .registWrap .totalAgree input[type=checkbox].checkbox:checked+.label:before, registWrap .totalAgree input[type=radio].radio:checked+.label:before {
      background-color:#ffffff;
      border-color:#0080b8;
      color:#0080b8;
  }

  .registWrap .registComment {padding: 15px 0; font-size: 12px; color: #bbbbbb;}
  

  
  .customer_ori {
    color: #052f57;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 30px;
}

/******************************************************
	20200729 추가 ksy
*****************************************************/
.registWrap .agree ul li {
	overflow: hidden;
	border-bottom: 1px solid #ddd;
}
.registWrap .agree ul li .text {
	width: 100%;
	padding: 10px;
}
.registWrap .agree ul li .check {
	padding: 0 10px 10px;
	text-align: right;
	width: 100%;
}
.registWrap .agree ul li .check * { vertical-align: middle; }
.registWrap .agree ul li .check label {
	margin: 0 0 0 15px;
}


  .mt10 {margin-top: 0.87rem !important;}
  .mt20 {margin-top: 1.2rem !important;}

  .formTable {}
  .formTable .type-text {color:#777; font-size: 14px; height: 32px;}
  .formTable select {color:#777; font-size: 14px;}
  .formTable table { width: 100%; table-layout: fixed; border-collapse: collapse;}
  .formTable table tbody th { 
    vertical-align: middle; 
    font-size: 13px;  
    background: #f9f9f9; 
    border:1px solid #e3e3e3;   
    border-left: 0;
    color: #888;
    text-align: left;  
    position: relative;
    padding: 10px 20px;
  }   
  .formTable table.pdcnt tbody th {padding:20px 15px; text-align: center;}
  .formTable th.require::before {
    content: "";
    width: 3px;
    height: 3px;
    background: #f53a22;
    border-radius: 3px;
    display: inline-block;
    position: absolute;
    left: 12px;
    top: 25px;    
  }
  .formTable th.require.twoline::before { top: 17px; }
  .formTable table tbody td { 
  vertical-align: middle; 
  color: #000; 
  padding:0.8rem 0.6rem;
  font-size: 13px; 
  text-align: left;
  border-bottom:1px solid #e3e3e3;
  background: #fff;
}
.formTable table tbody tr:first-child td { border-top: 1px solid #e3e3e3;}
.formTable table span.tel_line {display: inline-block; width: 30%;}
.formTable table tbody td.addr_box .select-wrapper {display: block; width: 100%; padding-top: 1px; padding-bottom: 1px; padding-right: 0;}
.formTable table tbody td.addr_box .select-wrapper select {width: 100% !important;}
.formTable table tbody td.addr_box .select-wrapper input {width: 100% !important;}
.formTable table tbody td *{vertical-align: middle;}

.bottomBtns {padding: 30px 0; text-align: center;}
.bottomBtns * { vertical-align: middle;}
.bottomBtns .btn_register {color: #fff; background: #003057; border:1px solid #003057; display: inline-block; padding: 15px 50px; line-height: 1; width: inherit; height: inherit;}
.bottomBtns .btn_cancel {color: #003057; background: #fff; border:1px solid #003057; display: inline-block; padding: 15px 50px; line-height: 1; width: inherit; height: inherit; position: relative;}
.bottomBtns .btn_cancel input[type="reset"] { 
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}


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


.foot_summary {padding-top: 20px;}
.foot_summary li {margin-left: 13px; text-indent: -13px; font-size: 3.3vw; word-break: keep-all !important;}

@media screen and (min-width: 480px) { 
	.foot_summary li { font-size: 14px; }
}


.location {
    width: 100%;    
    border-bottom: 1px solid #e7e7e7;
    background:#fff;
    height: 45px;
    text-align: center;
}
.location_nav {
  font-size:15px; 
  text-align: left;
  padding: 0 15px;
}
.location_nav button {border:0; background:transparent; outline: 0; font-size: 0;}
/*.location_nav >* {float:left; border:1px solid transparent;}*/
.location_nav .home {
  display:inline-block; 
  width:45px; 
  height:45px;   
  white-space:nowrap;     
  overflow:hidden;
  position: relative;
  float:left;
  font-size: 0;
  border-left: 1px solid #ddd;
}
.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: #00a0e9;  
}
.location_nav .path-item {position:relative; min-width:150px; float:left; margin-left: -1px;}    
.location_nav .path-item dt {color:#000; border: 1px solid #e7e7e7; border-bottom: 0; border-top: 0; height: 45px; line-height: 45px;}
.location_nav .path-item dt, .location_nav .path-item li {padding:0 30px 0 15px;}
.location_nav .path-item ul {border:1px solid #e7e7e7; margin-top: -1px; position: absolute; width: 100%;}
.location_nav .path-item ul li {line-height:1.6; padding: 0; text-align: left;}
.location_nav .path-item dd {display:none; background: #fff; width: 100%;}
.location_nav .path-item li a {color: #888; display: block; position: relative; padding: 10px 15px; border-top:1px solid #e7e7e7; font-size: 14px; background: #fff;}   
.location_nav .path-item li:first-child a { border-top:0;}
.location_nav .path-item li.on a {color:#4b79c0;background:#fafbfc;}
/*.location_nav .path-item li.on a:after { content: ''; width: 100%; position: absolute; bottom: 0; height: 1px; background: #6ca2d0; left: 0;}*/
.location_nav .path_depth_1 dd {/*margin-left: 2px;*/}


.location_nav .path-item li a:hover, .path-item li a:focus {color:#000;}
.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:9px; 
  right:12px; 
  white-space:nowrap;     
  overflow:hidden;
  font-size: 22px; 
  color: #989898;
  font-family:'FontAwesome';
  transition:all .3s cubic-bezier(.25, .46, .45, 1);
}

.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:12px; line-height: 22px;}
.terms_box h1{color:#414042; font-size:13px;}
.terms_box .terms > ul{padding-top:5px;}
.terms_box .terms > ul ul{padding-left:10px;}
.terms_agree{margin-bottom:30px; text-align: left;}
.terms_agree * {vertical-align: middle;}
.terms_agree label { display:block; margin-bottom: 10px;}
.terms_agree input{height: 24px}

.privacy_tb{width:100%; margin-bottom:10px; border-top:2px solid #47a5db;}
.privacy_tb th{padding:15px 8px; text-align:center; vertical-align: middle; background-color:#ffffff; border-bottom:1px solid #2f618e; font-size:15px; color:#2f618e; }
.privacy_tb td{padding:9px; vertical-align: middle; border-bottom:1px solid #d3e4f1;}
.privacy_tb td:first-child,.privacy_tb th:first-child{border-right: 1px solid #d3e4f1 }
.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; 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; font-size:14px; }

.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: 0 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: #2f618e;}
.privacy .btn_box .btn.btn-gray {background-color: #606163;}
.privacy .btn_box .btn.btn-sepia {background-color: #303030; color: #e3dacb;}


.bl_chk>li {position: relative; padding-left: 18px; margin-bottom: 3px; text-align: left;}
.bl_chk>li:before {
  content:"\f046";    
  position: absolute;
  left: 0;
  top: 0;      
  display: inline-block;
  font-family:FontAwesome;
  font-size: 15px !important;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;   
  color: #244362; 
}

.privacy_tb .poll_con {padding:15px 0 10px;}
.privacy_tb .poll_con dt {padding: 0 0 8px; color: #000; font-size: 14px;}
.privacy_tb .poll_con dt strong {color: #47a5db;}
.privacy_tb .poll_con dd { text-align:left;}
.privacy_tb .poll_con dd p {text-align: left; padding: 5px 0;}
.privacy_tb .poll_con dd label {display: block; margin-bottom: 5px;}
.privacy_tb .poll_con dd label  * {vertical-align: middle;}

.privacy_tb .poll_con .bgbox {
    padding: 20px 15px;
    background: #f5f5f5;
    margin: 10px 0 0;
}
.privacy_tb .poll_con .bgbox p {color: #000; text-align: left;}
.privacy_tb .poll_con .bgbox p.tit {font-size: 14px; padding-bottom: 10px;}


.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;}

/*친구이벤트*/
.friend_event{position: relative;}

.friend_event .box_con{position:absolute; top:41%; left:4%; width:92%; padding:33px 14px 24px; background: #3c4e7a; border-radius: 34px;}
.friend_event .box_con>.con{width:100%; padding-left: 33px; padding-bottom: 15px; border-bottom:1px solid rgba(255,255,255,.2);}
.friend_event .box_con>.con.pd{padding-top: 32px;}
.friend_event .box_con>.con>div{margin-bottom: 15px;}
.friend_event .box_con>.con>div>label{position:relative; display: inline-block; width:106px; vertical-align: middle; line-height:17px; font-size: 12px; font-weight: bold; color:#fff;}
.friend_event .box_con>.con>div>label:before{position:absolute; top:6px; left:-16px; width:8px; height:8px; background:url("/resources/img/sub/event/m_bl.png")0 0 no-repeat; background-size:100%; content: ""}
.friend_event .box_con>.con>div>input{height:24px; font-size: 12px; vertical-align: middle; background: #fff; border:none;}

.friend_event .box_con>.con>.name>input{width:110px;}
.friend_event .box_con>.con>.phone>input{width:68px;}

.friend_event .btn_con{width:100%; padding:26px 0; background: #ebebeb;}
.friend_event .btn_con>a{display:block; margin-bottom: 10px;}

.friend_event .btn_con.st{background: none; text-align: center; padding:24px 0;}
.friend_event .btn_con.st>a{display:inline-block; width:93px; padding:10px 0; margin:0 5px; border:2px solid #fff; border-radius:26px; font-size: 18px; color:#fff;}


/* 
	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;}

/*video_popup*/
.video_pop{position: absolute; width:100%; left:0; top:50px; padding:5%; z-index: 9991;}
.video_pop>div{border:2px solid #333;}
.video_pop>div>iframe{margin:-12px 0 -17px;}
.video_close{width:100%;max-width:337px; display: block;margin: auto;padding: 5px 10px;background: #333;text-align: right;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: #555;
}
input[type=radio].radio:checked+.label:before {
  display:inline-block;
  font-family:fontAwesome;
  content: '\f00c';
  border:1px solid #282d41; 
  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:20vw 20px 0;background: rgba(0,0,0,0.5);overflow-y: auto;z-index:999; line-height: 0;}
.popup_wrap .popup_slide {position:relative; padding-bottom: 20px; background:#072f57;}
.popup_wrap .popup_slide li {position:relative;  overflow: hidden;}
.popup_wrap .today {clear:both;width:100%;}
.popup_wrap .today {position:relative;overflow:hidden;width:100%;background:#072f57;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:8px; display: block; text-align: center; z-index: 1;}
.popup_wrap .slick-dots li { width: 12px; height:12px; margin: 0 2px; text-indent: -20000px; border-radius: 12px; display: inline-block; border: 2px solid #fff;}
.popup_wrap .slick-dots li.slick-active {opacity: 1; background: #fff;}
.popup_wrap .main_popup { position: relative; }
.pop_link { position:absolute; display: block; text-indent: -200000px; overflow:hidden;}

.ui_tabcontents .tab {display: flex; flex-wrap: wrap; width: 100%; overflow: hidden; margin: 0 0 20px; }
.ui_tabcontents .tab li { width: 50%; }
.ui_tabcontents .tab.col_7 li {width:25%; margin-top: -1px;}
.ui_tabcontents .tab.col_6 li {width:33.3333%;}
.ui_tabcontents .tab.col_5 li {width:20%;}
.ui_tabcontents .tab.col_3 li {width:33.3333%;}
.ui_tabcontents .tab.col_2 li {width:50%;}
.ui_tabcontents .tab.col_4 li {width:25%;}
.ui_tabcontents .tab li * {vertical-align: middle;}
.ui_tabcontents .tab li a {display: flex; align-items: center; justify-content: center; width: 100%; height: 100%; word-break: keep-all; border:1px solid #fff; color: #636363; font-size: 14px; text-align: center; margin-left: -1px; padding: 10px 0; border-bottom: 0; background: #ededee;}
.ui_tabcontents .tab li.on a {
  color: #fff; 
  background: #003057;
  position: relative;  
 /*  border:1px solid #003057; */
  border-bottom: 0;
}
.ui_tabcontents .tab.event li a { display: flex; align-items: center; justify-content: center;}
.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_inner {padding-bottom: 10px; overflow:hidden;}
.ui_tabcontents .tab_inner li {padding:2px; width: 50%; float: left;}
.ui_tabcontents .tab_inner li a {    
    color: #fff;
    font-size: 12px;
    display:block;
    background: #959ba7;
    padding: 10px 15px;
    transition: all .3s;
    text-align: center;
}
.ui_tabcontents .tab_inner li a:hover { background: #003057; }

.pop_video_wrap{width: 100%; height: 100vh; position: fixed; top: 0; left: 0; z-index: 998; background: rgba(0, 0, 0, 0.6);}
.pop_video_wrap .video_layer_wrap{width: 100%; height: 100%;}
.pop_video_wrap .video_layer_wrap .inner{position: relative; display: flex; flex-direction: column; align-items: center; justify-content: center; width: 100%; height: 100%;}
.pop_video_wrap .video_con {position: relative; width: 100%; max-width: 600px;}
.pop_video_wrap .linkcity_video .mov_responsive {padding-bottom: 74%;}
.pop_video_wrap .mov_responsive iframe{position: absolute; top: 0; left: 0; width: 100%; height: 100%;}
.pop_video_wrap .video_layer_wrap .movie_btn_skip {position: absolute; bottom: 20px; right: 0%; width: 100%; text-align: center; z-index: 1002;}
.pop_video_wrap .video_layer_wrap .movie_btn_skip a {display: inline-block; text-align: center; font-weight: 600; text-decoration: none; border-radius: 20px;}

/* 평면정보 */
/* .ui_tabcontents .tab#tab_type li { width: 33.3%; } */

.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-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;
}

/* 동영상 레이어 */

.player_sec .lnr {
  display: inline-block;
  fill: currentColor;
  width: 1em;
  height: 1em;
  vertical-align: -0.05em;
}

.player_sec .lnr-cross {
  color: #fff;
  font-size: 30px;
}

.player_sec {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    left: 0;
    top: 0;
    z-index: 999;
    background: rgba(0,0,0,.8);
    display: none;
}
.player_sec .movie_con {
    position: relative;
    z-index: 99;
    padding: 0 15px;
    margin: 0 auto;
    padding-top: 20px;
}
.player_sec .movie_con .movie {}
.player_sec .movie_con .movie iframe {}
.player_sec .movie_con .movie_close {right:15px; position: absolute; z-index: 99; margin-top: 0;}
.player_sec .movie_con .movie_close a {display: block;}
.hidden_layer {position: absolute; left: -99999em; top:-99999em;}


.layer_wrap .btn_close {color: #fff; display: block; text-align: right; padding: 6px 15px;}
.event_pop {position: relative;}
.event_pop .shareLink {position: absolute; display: inline-block; color: transparent; text-indent: -9999em; font-size: 0;}
.event_pop .shareLink.shareLink-1 {width: 40.9%; height: 16.5%; left: 50%; top: 44.2%;}
.event_pop .shareLink.shareLink-2 {width: 9.2%; height: 6.7%; left: 53.3%; top: 61.8%;}
.event_pop .shareLink.shareLink-3 {width: 9.2%; height: 6.7%; left: 62.5%; top: 61.8%;}
.event_pop .shareLink.shareLink-4 {width: 9.2%; height: 6.7%; left: 71.7%; top: 61.8%;}
.event_pop .shareLink.shareLink-5 {width: 9.2%; height: 6.7%; left: 80.8%; top: 61.8%;}
.event_pop .shareLink.regist_go {width: 68%; height: 9.3%; left: 16.4%; top: 87.7%;}


.event_con {position: relative;}
.event_con .shareLink {position: absolute; display: inline-block; color: transparent; text-indent: -9999em; font-size: 0;}
.event_con .shareLink.shareLink-1 {width: 58.9%; height:2.5%; left: 36.5%; top: 13.7%;}
.event_con .shareLink.shareLink-2 {width: 10.6%; height: 2.1%; left: 40.4%; top: 16.6%;}
.event_con .shareLink.shareLink-3 {width: 10.6%; height: 2.1%; left: 54.1%; top: 16.6%;}
.event_con .shareLink.shareLink-4 {width: 10.6%; height: 2.1%; left: 67.8%; top: 16.6%;}
.event_con .shareLink.shareLink-5 {width: 10.6%; height: 2.1%; left: 81.5%; top: 16.6%;}

/*당첨자발표*/
.winner_box{width:100%; background:#f0f0f0; background-size: cover; padding: 15px 0;}
.winner_box .serch_title_con{text-align: center;}
.winner_box .serch_title_con .tit{color:#3b3b3b; font-weight:700; font-size:28px; padding: 10px 0 0;}
.winner_box .serch_title_con .tit img {width: 100%; display: block; margin-bottom: 10px;}
.winner_box .serch_title_con .tit strong {display: block;}
.winner_box .serch_title_con .txt {font-size:14px; color: #3b3b3b;}

.winner_box .result_chk {}
.winner_box .result_chk dt {text-align:center; color: #fff; font-size: 14px; padding: 0 0 20px;}
.winner_box .result_chk dd {text-align:center; font-size: 15px; color: #fff; padding-bottom: 10px;}
.winner_box .result_chk dd > label {padding: 0 10px; display: inline-block;}


.winner_box .link{position: relative;}
.winner_box .link a{display: block; position: absolute; top:41px; right:52px; width: 247px; height:64px; background: #000; opacity: 0;}

.winner_box .winner_box_inner{margin-top:20px; background: #4e4e4e;}
.winner_box .winner_box_inner > div{position:relative; padding:30px 20px;}
.winner_box .last_txt{padding:20px 0 40px; line-height: 25px; text-align: center; font-size: 14px; color: #282828;}

.winner_box .winner_box_inner form>div{ display: table; width:100%;}
.winner_box .winner_box_inner form>div>div{display:table-cell; vertical-align: middle }
.winner_box .winner_box_inner form>div .label{position: relative; width:100px; color:#fff; line-height: 62px; font-size:16px;}
.winner_box .winner_box_inner form>div .label .w{/*display:inline-block; width:55px;*/}
/*.winner_box .winner_box_inner form>div .label:after{display: block; position: absolute; right:30px; top:18px; width:2px; height:23px; background: #aa856b; content: "";}*/
.winner_box .winner_box_inner form>div .input{}
.winner_box .winner_box_inner form>div .radio{font-size: 20px; color:#fff;}
.winner_box .winner_box_inner form>div .radio label{margin-right: 20px;}
.winner_box .winner_box_inner form>div .radio input{margin:0 4px 0 0; padding:0;}
.winner_box .winner_box_inner form input[type="text"]{height: 33px; font-size: 16px; width: 94%; padding: 0 2%;}
.winner_box .winner_box_inner a{display:block; font-size: 18px; text-align:center; color:#fff; padding: 10px 0; background-color: #aa856b; margin: 20px 40px 0;}
.winner_box .winner_box_inner .btn_con{padding-top:2em; text-align: center;}


.winner_box .winner_box_result{text-align: center; padding:20px 0;}
.winner_box .winner_box_result .txt_1{font-size:22px; line-height: 20px; color:#393330; font-weight: 700; padding-bottom: 15px;}
.winner_box .winner_box_result .txt_1>strong{color:#aa856b;}
.winner_box .winner_box_result .txt_2{padding-bottom:20px;  text-align: center;}
.winner_box .winner_box_result .txt_2 img {width: 100%; display: block;}
.winner_box .winner_box_result .txt_3{
    word-break: break-all;
    font-size: 15px;
    line-height: 1.7;
    padding: 20px;
    margin-bottom: 20px;
    background: #4e4e4e;
    color: #fff;
}
.winner_box .winner_box_result .txt_3 em{color:#aa856b; border-bottom:2px solid #aa856b; }
.winner_box .winner_box_result .txt_3 b{color:#aa856b; font-weight: 400;}
.winner_box .winner_box_result .txt_4{font-size:14px; padding-bottom:20px; }
.winner_box .winner_box_result a{
  display:block; 
  margin:0 60px;  
  text-align: center; 
  font-size:16px; 
  font-weight: 700; 
  color:#fff; 
  padding: 15px 0;
  background:#1f1f1f;
}
.winner_box .winner_box_result .mt_50{}


.slide-box {margin: 27px 0 0;}
.space-navi button {border:none !important;}
.space-navi {overflow: hidden; position: relative; height: 69px; padding: 0 72px; transition: transform .6s;}
.space-navi .space-prev {position: absolute; top: 0; left: 0; width: 69px; height: 69px; background: #e6e5e3 url(../images/common/arr-gray-left-17x30.png) center center no-repeat; text-indent: -9999em;}
.space-navi .space-next {position: absolute; top: 0; right: 0; width: 69px; height: 69px; background: #e6e5e3 url(../images/common/arr-gray-right-17x30.png) center center no-repeat; text-indent: -9999em;}
.space-navi .inner {}
.space-navi .inner .slick-dots {overflow-x: auto; overflow-y: hidden; width: 100%; white-space: nowrap; font-size: 0;}
.space-navi .inner .slick-dots li {display: inline-block; width: 130px; margin: 0 0 0 2px;}
.space-navi .inner .slick-dots li button {width: 100%; background: #e6e5e3; font-size: 24px; line-height: 69px; color: #777777; transition: all .3s;}
.space-navi .inner .slick-dots li.slick-active button {background: #ca9062; color: #ffffff;}
.space-navi .inner .slick-dots li:first-child {margin: 0;}
.space-navi.fixed {position: fixed; top: 96px; left: 50%; z-index: 100; width: 750px; margin: 0 0 0 -375px;}



.page_link_con {position: relative;}
.page_link_con a {
  position: absolute; 
  display: inline-block; 
  color: transparent; 
  text-indent: -9999em; 
  font-size: 0;
  width: 35.2%;
  height: 2.7%;
}
.page_link_con .page_link-1 {top:37.9%; left: 14.1%;}
.page_link_con .page_link-2 {top:37.9%; left: 50.9%;}
.page_link_con .page_link-3 {top:75.8%; left: 14.1%;}
.page_link_con .page_link-4 {top:75.8%; left: 50.9%;}
.page_link_con .page_link-5 {top:95.3%; left: 14.1%;}
.page_link_con .page_link-6 {top:95.3%; left: 50.9%;}
.event_list li {margin-bottom: 30px;}


.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: 1vw;}

.word_box {width: 10vw; 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;}
.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;}


.layerPopup {
    position:fixed;
    z-index:1000;
    display:block;
    left: 10px;
    right: 0;
    -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;
    border-radius: 15px 0;
    background:#fff;    
    padding: 0 15px;
    width: calc(100% - 20px);
    height: calc(100% - 90px);
    min-height: 370px;
    max-height: 693px;
    top: 40px;
    display: none;
    overflow-y: scroll;
}
.layerPopup h3 {font-size:36px; color: #222; padding-bottom: 12px;}
.layerPopup .layerPopup_in {display:block; position: relative; text-align: left; height: calc(693px - 10px);}
.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;}

.option_layer {}
.option_layer .layer_top {position: relative; border-top: 7px solid #003057;}
.option_layer .layer_top h2 {    
    color: #444;
    font-size: 20px;
    text-align: center;
    padding: 20px 0 0;
    letter-spacing: -1px;
    font-weight: 600;
}
.option_layer .layer_top h3 sub {font-size: 24px; font-family: arial, sans-serif; vertical-align: baseline; font-weight: 100;}
.option_layer .layer_top h3 span.tit_name {font-size: 20px; display: inline-block;margin-left: 5px; font-family: 'NotoSans'; letter-spacing: -1px;}
.option_layer .layer_top h3 {text-align: center; font-family: arial, sans-serif; color: #003057; padding-bottom: 5px;}
.option_layer .layer_top .tit_type {text-transform: uppercase;}


.option_layer .layer_body .list_btn {}
.option_layer .layer_body .list_btn li {padding: 4px 0;}
.option_layer .layer_body .list_btn li a {
    color: #fff;
    background: #003057;    
    font-size: 15px;
    text-align: center;
    padding: 12px 0;
    display: block;
}
.option_layer .layer_body {padding-bottom:15px; border-bottom: 2px solid #959ba7; max-height: 508px;}
.option_layer .layer_btm {padding-bottom: 10px;}
.option_layer .layer_btm .btn_layer_close {display: block; padding: 20px 0; text-align: center; color:#8b8075;}


.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;}
#layerScreen{z-index:999;position:fixed;top:0;left:0;right:0;bottom:0;background:black;filter:Alpha(opacity=30);opacity:0.6;-moz-opacity:0.3;display:none;}

.result_box {background: #e0e6eb; padding: 20px 20px; border-radius: 20px;}
.result_box .tit {text-align: center; padding: 15px 0;}
.result_box .txt {
    font-weight: 700; 
    font-size: 18px;
    text-align: center;
    color: #224467;
    padding: 10px 0 20px;
}
.result_box .result_wrap {overflow: hidden; width: 100%; border-top: 1px solid #c2c2c2; border-bottom: 1px solid #c2c2c2; padding: 10px 0;}
.result_box .result_list {width: 50%; float: left; display: block;}
.result_box .result_list dl {padding: 0 10px;}
.result_box .result_list dt {color: #2c2c2c; padding: 10px 0; border-bottom: 1px solid #c2c2c2; text-align: center; font-weight: 700; font-size: 16px;}
.result_box .result_list dd {}
.result_box .result_list dd ul li {color: #2c2c2c; line-height: 3; text-align: center; font-size: 16px;}
.result_box .btm_comment {padding-top: 20px;}
.result_box .btm_comment li {font-size: 14px; color: #2c2c2c; padding: 5px 0;}


@media screen and (max-width: 360px) {
  .location_nav {padding: 0 10px;}
  .location_nav .path-item {min-width:120px;}   
  .location_nav .path-item dt {font-size: 0.87rem;} 
}


/*
  Brand Page
*****************/
.content_page.brand {}
.content_page.brand h3 {font-size: 1.2rem; color: #000; position: relative; letter-spacing: -1px; padding-bottom: 5px; font-weight: 600;}
.content_page.brand h3 span { position: absolute; right: 0; top: 0;}
.content_page.brand dl {margin-top: 30px;}
.content_page.brand dl dt {}
.content_page.brand dl dd {padding-bottom: 15px; color: #999; font-size: 0.8rem;}

.content_page.brand .brand_top {}
.content_page.brand .brand_logo {}
.content_page.brand .brand_movie {padding-top: 30px;}
.content_page.brand .brand_movie iframe {}
.content_page.brand .brand_img {padding-top: 30px;}

.content_page.brand .brand_movie .movie_con { position: relative; padding: 56.26% 0 0; } 
.content_page.brand .brand_movie iframe { 
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}

.btn.btn-navy{background:#003057; color: #fff;}
.btn.btn-sepia{background:#8b8075; color: #fff;}
.btn i {vertical-align: middle;}
.page_location {display: flex; flex-wrap: wrap; padding-bottom: 20px;}
.page_location .btn_group {padding-top: 20px; text-align: center; overflow:hidden; width: 100%;}
.page_location .btn_group span {float: left; width: 50%;}
.page_location .btn_group span:first-child {padding-right: 5px;}
.page_location .btn_group span:last-child {padding-left: 5px;}
.page_location .btn_group .btn {width:100%; height: inherit; padding: 18px 40px; font-size: 14px; line-height: 1.5; display: block;}
.page_location .mapcon {height: 280px; margin-top: 20px;}


.page_location a{width: 50%; display: inline-block;}

/* 공고 페이지 
******************/
.gonggo {border: 1px solid #dddddd;}
.gonggo .thumb {}
.gonggo .btn_group {clear: both; padding: 20px 15px;}
.gonggo .btn_group span {display: block; padding: 5px 0;}
.gonggo .btn_go {text-align: center; padding: 16px 45px 16px 50px; font-size: 15px; display: block; border-radius: 8px 0; display: flex; align-items: center; justify-content: space-between; max-width: 409px; margin: auto;}
.gonggo .btn_go strong {font-weight: normal; font-size: 12px; display: inline-block; margin-left: 2px;}
.gonggo .btn_go i {display: block; background: url("../img/common/btn_arrow.png") center center/cover no-repeat; width: 31px; height: 8px;}
.gonggo .btn_navy {background: #052f57; color: #fff;}
.gonggo .btn_sepia {background: #8a8076; color: #fff;}
.emodel_list span {display:block; margin-bottom: 10px;}

.news_tbl_list {}
.news_tbl_list li {display: block; border-bottom: 1px solid #ddd; padding-top: 5px;}
.news_tbl_list li dl {display: block;}
.news_tbl_list li dl dt {
    text-align: left;     
    text-overflow: ellipsis;
    display: -webkit-box;
    overflow: hidden;
    word-wrap: break-word;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.news_tbl_list li dl dt a { padding: 10px 15px; font-size: 15px; display: block; color: #222;}
.news_tbl_list li dl dd {text-align: right; padding-bottom: 10px;}




/* 
  pagination 
*/
.pagination { 
  clear:both;      
 font-family:HelveticaNeue-Light, tahoma, sans-serif,arial;
  text-align:center;      
  font-weight:400;
  padding: 1rem 0;
}
.pagination ul {display: inline-block;}
.pagination ul li { display: inline-block;}
.pagination a {  
  border:#cfcfcf 1px solid;
  width:2rem;
  height:2rem;
  line-height:2rem;
  color:#8d8d8d;
  font-size:0.85rem;
  text-align:center; 
  padding:0 !important; 
  background:#fff;       
  float: left;
}
.pagination strong { 
  font-size:0.85rem;
  font-weight: 500;
  width:2rem; 
  height:2rem;
  line-height:2rem; 
  padding:0;
  background:#003057;        
  margin-left: -1px;
  float: left;
  position: relative;
  text-align: center;
  border:#003057 1px solid;
  color: #fff;
}
.pagination strong:before {
  /*content: "";
  height:4px;
  left: -1px;
  bottom: -1px;
  right:-1px;
  width:40px;    
  position: absolute;    
  background: #2d5cbc;
  z-index: 21;*/
}
.pagination a.pagbtn {background-color: #fff; font-size: 0; color: transparent;}
.pagination a.prev {}
.pagination a.next {}
.pagination a.prev:before{font-family: 'FontAwesome'; content: "\f104"; font-size:1rem; color: #888; margin-left: -3px;}
.pagination a.first:before{font-family: 'FontAwesome'; content: "\f100"; font-size:1rem; color: #888;}
.pagination a.next:before{font-family: 'FontAwesome'; content: "\f105"; font-size:1rem; color: #888; margin-left:3px;}
.pagination a.last:before{font-family: 'FontAwesome'; content: "\f101"; font-size:1rem; color: #888;}


.page_video {}
.page_video .btn_go {
    text-align: center;
    padding: 16px 0;
    font-size: 15px;
    display: block;
    border-radius: 8px 0;
    background: #052f57;
    color: #fff;
}
.page_video .btn_go i {
    margin-left: 10px;
}



.main_popup .slick-dots {
	text-align: center;
    position: absolute;
    z-index: 99;
    bottom:20px;
    left:0;
    width: 100%;
}
.main_popup .slick-dots li {display: inline-block; margin: 0 1px;}
.main_popup .slick-dots li button {
  border:2px solid #003057;
  background: #fff;
  font-size: 0;
  color: transparent;
  letter-spacing: 0;
  line-height: 0;
  width: 10px;
  height: 10px;
  box-sizing: border-box;
}
.main_popup .slick-dots li.slick-active button {background: #003057; color: transparent; border:2px solid #003057;}


.popup_layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 2vw 20px 0;
  /* background: rgba(0, 0, 0, 0.5); */
  overflow-y: auto;
  z-index: 9999;
  line-height: 0;
}
.popup_layer .today {
  clear: both;
  width: 100%;
  position: relative;
  overflow: hidden;
  background: #333;
  padding: 5px 5%;
  color: #fff;
  font-size: 13px;
  line-height: 24px;
}
.popup_layer .today a {
  color: #fff;
  float: right;
}
.popup_layer .main_popup {
position: absolute;
left: 50%;
top: 2vw;
width: 90%;
transform: translateX(-50%);
z-index: 99;
}
.popup_wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 2vw 20px 0;
    overflow-y: auto;
    z-index: 999;
    line-height: 0;
}
.popup_wrap .popup_inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 2vw 20px 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 li { position: relative; }
.popup_wrap .popup_slide .popinner {position: relative;}
.popup_wrap .popup_slide .popinner .pop_link {position: absolute; display:block; color: transparent; font-size: 0; background: rgba(0,0,0,0);}
.popup_wrap .popup_slide .popinner .pop_link.pop_link_1 {width: 93.1%; top: 69.6%; left: 3.1%; height: 11.5%;}
.popup_wrap .popup_slide .popinner .pop_link.pop_link_2 {width: 45.8%; top: 82.4%; left: 3.1%; height: 11.5%;}
.popup_wrap .popup_slide .popinner .pop_link.pop_link_3 {width: 45.8%; top: 82.4%; left: 50.6%; height: 11.5%;}
.popup_wrap .today {
    clear: both;
    width: 100%;
    position: relative;
    overflow: hidden;
    width: 100%;
    background: #333;
    padding: 5px 5%;
    color: #fff;
    font-size: 13px;
    line-height: 24px;
}
.popup_wrap .today {

}

.popup_wrap .today a {
    color: #fff;
    float: right;
}

.popup_wrap .slick-dots {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 4px;
    display: block;
    text-align: center;
    z-index: 1;
}

.popup_wrap .slick-dots li {
    width: 12px;
    height: 12px;
    margin: 0 2px;
    text-indent: -20000px;
    border-radius: 12px;
    display: inline-block;
    border: 2px solid #fff;
}

.popup_wrap .slick-dots li.slick-active {
    background: #fff;
}


.type {
	position: relative;
}
.type i {
	display: block;
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 40px;
	height: 40px;
	background: url("../img/btn_zoom.png") no-repeat;
	background-size: 100% 100%;
}

.main_con.article .news_list p.more img { width: 20%; }

.main_link {
	margin: 15px 15px 0;
	background: #7f756b;
	border-radius: 8px 0;
	overflow: hidden;
}
.main_link ul {
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.main_link ul li {
	width: 50%;
	padding: 0 0 0 5%;
}
.main_link ul li:nth-child(odd) { 
	background: #8b8075;
}
.main_link ul li:nth-child(even) { 
	background: #7f756b;
}
.main_link ul li a {
	color: #fff;
	padding: 15px 8px;
	width: 90%;
	display: block;
	position: relative;
	border-bottom: 1px solid #978d83;
}
.main_link ul li a i {
	position: absolute;
	top: 50%;
	right: 0px;
	transform: translateY(-50%);
}
#footer .footer_con .footer_phone {margin-bottom: 10px}
#footer .footer_con .footer_phone dl {display: inline-block; padding-left: 10px; font-size: 14px;}
#footer .footer_con .footer_phone dl:first-child {padding-left: 0}
#footer .footer_con .footer_phone dl dt {display: inline-block; font-family: 'Noto Sans'; color: #8b634b;}
#footer .footer_con .footer_phone dl dd {display: inline-block; padding-left: 10px; font-family:arial,sans-serif; color: #999999;}


.main_content .main_con.news h2 {
    padding-bottom: 10px
}
.main_content .news_con dl {
	padding: 10px 0;
	border-bottom: 1px solid #eee;
}
.main_content .news_con dl:last-child {
	border: 0
}
.main_content .news_con dl dt {
  color: #003057;
  font-size: 0.9rem;
  font-weight: 600;
  padding: 0 0 7px;
  line-height: 1.4;
}
.main_content .news_con dl dd:nth-child(2) {
  padding: 0 0 7px;
  margin-right: 10px;
  color: #999;
  font-size: 0.72rem;
  display: -webkit-box;
  word-wrap: break-word;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 17px;
  height: 34px;
}
.main_content .news_con dl dd.explore_btn {
  padding: 0 0 7px;
  font-size: 0.72rem;
  font-weight: 700;
  color: #8b8075
}
.forena {
	font-family: 'forena' !important;
	font-style: inherit;
}
.hanwha {
	font-family: 'Hanwha' !important;
	font-style : inherit
}
.mov_response {
  position: relative;
  padding: 56% 0 0;
}
.mov_response iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}


/******************************************************
	이벤트
*****************************************************/
[class^="event_con"] {
	position: relative;
}


div.winner {
  background: #003057;
  padding: 0 0 104px;
}

div.winner h4 {
  background: #003057;
  height: 36px;
  line-height: 36px;
  color: #fff;
  text-align: center;
  font-size: min(calc(20/720 * 100vw), 16px);
  margin: 30px 0 0;
}

div.winner div.list {
  /* width: 745px; */
  margin: 0 30px 30px;
  padding: 20px 30px;
  background: #fff;
  border: 2px solid #D8D8D8;
}

div.winner div.list ul.thead {
  background: #8B634B;
  display: flex;
  margin: 0 0 20px;
}

div.winner div.inner_list_wrap {
  padding: 15px;
  border: 1px solid #D8D8D8;
}

div.winner div.list ul.thead>li {
  width: 100%;
  color: #fff;
  padding: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  font-size: min(calc(20/720 * 100vw), 16px);
}

div.winner div.list ul.thead>li strong {
  text-align: center;
  width: 100%;
  border-right: 1px solid #ddd;
}

div.winner div.list ul.thead>li span {
  text-align: center;
  width: 50%;
}

div.winner div.list ul.tbody {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

div.winner div.list ul.tbody>li {
  padding: 5px 10px 15px;
  width: 100%;
  text-align: center;
}

div.winner div.list ul.tbody>li strong {
  text-align: center;
  width: 50%;
}

div.winner div.list ul.tbody>li span {
  text-align: center;
  width: 50%;
}

div.winner div.list ul.thead.col2>li {
  width: 100%;
}

div.winner div.list ul.tbody.col2>li {
  width: 50%;
}

/* div.winner {
  padding: 0 25px 20px;
  background: #0a3962;
}
div.winner h3 {
  font-family: 'NotoSans';
  font-weight: 900;
  font-size: 7vw;
  line-height: 1.4;
  color: #fff;
  text-align: center;
  padding: 28% 0 5%;
  background: url("../img/sub/m_event_logo.png") no-repeat 50% 23%;
  background-size: 35% auto;
}
@media screen and (min-width: 640px) {
  div.winner h3 {
    font-size: 44px;
  }
}
div.winner div.list {
  padding: 25px 20px;
  background: #fff;
}
div.winner div.list ul.thead {
  background: #002b4e;
  margin: 0 0 10px;
}
div.winner div.list ul.thead li {
  color: #fff;
  padding: 10px;
  display: flex;
}
div.winner div.list ul.thead li strong {
  text-align: center;
  width: 40%;
  border-right: 1px solid #325978;
}
div.winner div.list ul.thead li span {
  text-align: center;
  width: 60%;  
}
div.winner div.list ul.tbody li {
  display: flex;    
}
div.winner div.list ul.tbody li strong {
  text-align: center;
  width: 40%;
}
div.winner div.list ul.tbody li span {
  text-align: center;
  width: 60%;
}

div.winner .s_title {
  font-family: 'NotoSans';
  font-size: 4vw;
  line-height: 1.4;
  color: #fff;
  text-align: center;
  padding: 5% 0;
  background-size: 35% auto;
}
div.winner div.list .find {
  color: #003057;
  text-align: center;
  font-size: 1.5rem;
  font-weight: bold;
} */

/* 크게보기 */
.zoom { text-align: center; }
.zoom .btn_zoom { min-width: 100px; width: 40%; max-width: 150px; }


.emodel_list a {
  display: block;
  background: #052F57;
  max-width: 500px;
  margin: 0 auto;
  color: #FFF;
  padding: 1rem 2rem;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  font-size: 1.7rem;
  font-weight: 700;
}
.emodel_list a i {
  font-style: inherit;
  font-size: 1.2rem;
}
.emodel_list a span {
  font-size: 0.9rem;
  display: inline-block;
  position: relative;
  margin-left: 3.4rem;
  vertical-align: middle;
  font-weight: 400;
  color: #FFDBB7;
}
.emodel_list a span::before {
  content: "";
  position: absolute;
  background: #FFF;
  width: 28px;
  height: 0.5px;
  top: 50%;
  left: -42px;
  transform: translateY(-50%);
}
.emodel_list a span::after {
  content: "→";
  position: absolute;
  color: #FFF;
  top: 50%;
  right: -23px;
  transform: translateY(-50%);
  font-size: 1rem;
  font-family: serif;
}

.doc_wrap {clear: both; padding: 0 15px;}
.doc_wrap span {display: block; padding: 5px 0;}
.doc_wrap .btn_go {text-align: center; padding: 16px 30px; font-size: 15px; display: flex; justify-content: space-between; border-radius: 8px 0; }
.doc_wrap .btn_go strong {font-weight: normal; font-size: 12px; display: inline-block; margin-left: 2px;}
.doc_wrap .btn_go i {margin-left: 10px;}
.doc_wrap .btn_navy {background: #052f57; color: #fff;}
.doc_wrap .btn_sepia {background: #8a8076; color: #fff;}



.hw_font {
	font-family: 'Hanwha';
	font-weight: 600;
}
.forena_font {
	font-family: 'forena'; 
    font-style: normal;
    font-weight: 500;
}

.event_p {
  padding: 3px 30px;
  color:#fff ;
}

.main_content .envirn_list {display: table;table-layout: fixed;}
.main_content .envirn_list > li {display: table-cell; width: 25%;}
.main_content .envirn_list > li a {display: block; padding-left: 27px;}
.main_content .envirn_list > li .thumb {position: relative; overflow:hidden; width: 280px; height: 187px;}
.main_content .envirn_list > li .thumb span { position: absolute; bottom: 0; right: 0; color: #fff; font-size: 2.4vw; padding: 1%; background: rgba(0, 0, 0, 0.5);}
.main_content .envirn_list > li:first-child a {padding-left: 0;}
.main_content .envirn_list > li dl {padding-top: 30px; padding-bottom: 10px;}
.main_content .envirn_list > li dl dt {color: #003057; font-family: 'Noto Sans Medium'; font-size: 22px; letter-spacing: -1px; margin-top: 4px;}
.main_content .envirn_list > li dl dd {color: #000; font-size: 15px; font-family: 'Noto Sans'; padding-top: 5px;}
.main_content .envirn_list > li ul {padding-top: 5px; color: #999;}
.main_content .envirn_list > li ul > li {display: block; padding-left: 10px; position: relative; margin-bottom: 8px;}
.main_content .envirn_list > li ul > li span { font-size: 0.8em; }
.main_content .envirn_list > li ul > li::before {
  content: "";
  width: 3px;
  height: 3px;
  border-radius: 3px;
  background: #8b8075;
  position: absolute;
  left:0;
  top: 10px;  
}
.main_content .envirn_list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.main_content .envirn_list > li {
    width: calc(100% / 2 - 10px);
}

.main_content .envirn_list > li a {
    padding: 0;
}

.main_content .envirn_list > li .thumb {
    width: 100%;
    height: auto;
    /* aspect-ratio: 10 / 7; */
}

.main_content .envirn_list img {
    width: 100%;
}

.main_content .envirn_list > li dl {
    padding: 0;
}

.main_content .envirn_list > li dl dt {
    font-size: 14px;
}

.main_content .envirn_list > li ul {
    margin: 0;
}

.main_content .envirn_list > li ul > li {
    margin: 0;
    padding: 0;
    font-size: 10px;
}

.main_content .envirn_list > li ul > li:before {
    content: none;
}








/* contact */

.main_content .main_con.mapinfo{    background: #f8f8f8;}
.main_content .map_container {position:relative; display: table; width: 100%; table-layout: fixed;}
.main_content .map_container > div {display: table-cell;}
.main_content .map_container > div .mapcon {width: 100%; height: 340px;}
.main_content .map_container > div .btn_go {padding-top: 19px;}
.main_content .map_container > div dl {padding:35px 40px; background: #fff;}
.main_content .map_container > div dl dt {color: #062f50; font-size: 20px; font-family: 'Noto Sans'; padding-bottom: 10px;}
.main_content .map_container > div dl dd {color: #222; font-size: 15px;}
.main_content .map_container > div.left_sec {padding-right: 15px; height:340px; overflow:hidden;}
.main_content .map_container > div.right_sec {padding-left: 15px;}

.main_content .map_container {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 10px;
}

.main_content .map_container > div {
    /* width: calc(100% / 2 - 10px); */
}

.main_content .map_container > div.left_sec {
    height: auto;
    padding: 0;
}

.main_content .map_container > div.right_sec {
    padding: 0;
}

.main_content .map_container > div dl {
    padding: 10px;
}

.main_content .map_container > div dl dt {
    font-size: 12px;
    padding-bottom: 4px;
}

.main_content .map_container > div dl dd {
    font-size: 10px;
}

.main_content .map_container .btn_go {
    padding: 16px 0 0 0;
}

.main_content .map_container .btn_go img {
    width: 100px;
}



/*planning*/
.sub_over_bottom { width: 100%; margin: auto; position: relative; margin-top: 20px; text-align: left; }
.sub_over_bottom h1 { font-size: 1.75rem; line-height: 100%; font-weight: 700; margin-bottom: 1rem; }
.sub_over_bottom_tit { display: flex; justify-content: space-between; align-items: center; }
.sub_over_bottom_tit h3 { width: 33%; min-width: 150px; font-family: 'Futura PT', sans-serif; font-size: 1.333rem; line-height: 120%; font-weight: 400; letter-spacing: 1px; color: #383838; }
.sub_over_bottom_tit span { display: block; width: 90%; height: 1px; background-color: #383838; }
.sub_over_txt_box { margin-top: 3.333rem; display: flex; justify-content: space-between; align-items: flex-start; flex-wrap: wrap; margin-bottom: 2.5rem; }
.sub_over_txt_box>div { width: 100%; margin-bottom: 2.333rem; }
.sub_over_txt_box>div h4 { font-size: 4vw; line-height: 100%; font-weight: 400; border-bottom: 1px solid #8c8c8c; padding-bottom: 2vw; color:#000; }
.sub_over_txt_box>div p { font-size: 3.3vw; line-height: 220%; margin-top: 0.833rem; opacity: 0.7;}
.sub_over_txt_box>div p b { text-align: center; display: inline-block; width: 4rem; height: 1.5rem; line-height: 1.5rem; background-color: #4f372b; border-radius: 1rem; color: #fff; padding: 0;  font-weight: 500; letter-spacing: 0; margin-right: 0.25rem; }

/*contact*/
.contact_box1 { width:100%; padding:60px 40px; background-color: #004e71;  }
.contact_box2 {  width:100%;   }
.content_page .map{border: 1px solid #eee;}
.w_color {color:#fff;}
.contact_box1 h2 { font-size: 24px; line-height: 100%; margin-bottom: 15px;  text-align: left; }
.contact_box2 h2 { font-size: 24px; line-height: 100%; margin-bottom: 15px;  text-align: left; font-weight: 500;}

.contact_box1 h2 img { margin-right:10px; margin-top:-2px; }
.contact_box2 h2 img { margin-right:10px; margin-top:-2px; }

.sub_contact_map_box { width: 100%; max-width: 527px; border: 1px solid #9e9e9e; }
.sub_contact_map_box img { width: 100%; }

.contact_txt_box { width: 100%; max-width: 527px; margin: 25px 0;}
.contact_txt_box h3 { display: inline-block; font-size: 32px; line-height: 100%; font-weight: 600; position: relative; margin-bottom: 60px; }
.contact_txt_box h3:after { content:''; width: 100%; height: 1px; background-color: #000; position: absolute; left: 0; bottom: 0; }
.sub_contact_box h2 { font-size: 7vw; font-family: 'Carisma Gothic'; font-weight: 300; text-align: center; color: #1f3738; margin-top: 5vw;}

.sub_contact_add { width: 100%; text-align: left; margin-top:30px; display: flex; justify-content: space-between; align-items:flex-end; padding-bottom: 3vw; border-bottom: 1px solid #c1c1c1;}
.sub_contact_add h2 b { font-weight: 800;}
.sub_contact_add h4 { font-size: 4vw; color: #1f3738;}

.sub_contact_add p { font-size: 3.3vw; line-height: 150%; font-weight: 400; opacity: 0.7;}
.contact_top .contact_add { margin-top: 50px; }

.sub_contact_bt { display: flex; justify-content: flex-end; align-items: center; }
.sub_contact_bt a { display: block; margin-left: 5px; }




/*brand*/
.brand_movie { width: 100%; margin: auto; text-align: left; padding-top: 3.75rem;}
.brand_movie h3 {font-size: 1.875rem; font-family: 'Noto Sans Medium'; color: #000; position: relative; letter-spacing: -1px; padding-bottom: 1.125rem;}
.brand_movie h3 span { position: absolute; right: 0; top: 0; width:45%;}
.brand_img { padding-top: 3.75rem;}
.movie_con { position: relative; top: 0; width: 100%; padding-bottom: 56.25%; height: 0; }
.movie_con iframe { position: absolute; left: 0; top: 0; width: 100%; height: 100%; z-index: 2; opacity: 1; }
