@charset "UTF-8";
* {box-sizing: border-box;}
/*reset*/
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary,time, mark, audio, video, button, input, select, textarea {
    margin: 0;
    padding: 0;
    font: inherit;
    vertical-align: top;
}
button,input {border-radius: 0}
fieldset,img {border: 0}
ol,ul {list-style: none}
address,em {font-style: normal}
a {text-decoration: none}
iframe {
    overflow: hidden;
    margin: 0;
    padding: 0;
    border: 0
}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section,main {display: block;}
h1,h2,h3,h4,h5,h6 {font-weight: normal}
.blind {position: absolute;overflow: hidden;clip: rect(0 0 0 0);margin: -1px;width: 1px;height: 1px}
button {cursor:pointer;}
button, input, select {vertical-align: middle;}

/*테이블 칸 여백빼기, 선합치기*/
table {border-spacing: 0; border-collapse:collapse;}

/*스킵네비게이션*/
#accessibilityLink {
    position: relative;
    top: 0;
    left: 0;
    z-index: 999999;
}
#accessibilityLink a {
    position: absolute;
    left: 0;
    top: -9999px;
    background: #333;
    color: #fff;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 12px;
    width: 100%;
}
#accessibilityLink a:focus, #accessibilityLink a:active { 
    top: 0; 
}

/*영문단어 중단점을 음절로 처리,주로 모바일에서 사용*/
body {
    word-break: break-all;
/*    아이폰사파리에서 뷰포트크기 변경시 텍스트확대 방지*/
    -webkit-text-size-adjust:none;
}


/*공통스타일*/
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: rgba(255,255,255,0.3);
}
::-moz-placeholder { /* Firefox 19+ */
  color: rgba(255,255,255,0.3);
}
:-ms-input-placeholder { /* IE 10+ */
  color: rgba(255,255,255,0.3);
}
:-moz-placeholder { /* Firefox 18- */
  color: rgba(255,255,255,0.3);
}


#footer{max-width: 720px; margin: 0 auto;}


body,input,button,textarea,select,table {
    font-size: 12px;
    font-family:'Noto Sans KR', 'Malgun Gothic', sans-serif;
}
html,body {height: 100%;}
body { color: #333; overflow-x: hidden;}
body a {color: #555;}
body.on {overflow-y: hidden;}


body{padding:0; margin:0;} 

.pop{ 
  position:absolute;
  top:0;right:0;bottom:0;left:0;
  display:-webkit-box;
  display:-moz-box;
  display:-ms-flexbox;
  display:-webkit-flex;
  display:flex;
 
  align-items:center;
  justify-content:center;
  -webkit-align-items:center;
  -webkit-justify-content:center;
 
  -webkit-box-pack:center;
  -webkit-box-align:center;
  -moz-box-pack:center;
  -moz-box-align:center;
  -ms-box-pack:center;
  -ms-box-align:center;
}



 .swiper-container {
        width: 100%;
        height: 100%;
    }
    .swiper-slide {
        text-align: center;
        font-size: 18px;


        /* Center slide text vertically 
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;*/
    }
		

#point {background-image:url(../img/point.jpg); background-repeat:no-repeat; background-size:100%; top:0px; width:100%; height:250px; z-index:3;}	
	
.swiper2 {}	
.slide2{top:10px;
        margin-top:2px;}

.news {background-color: #fff; width: 100%; z-index:3;}	
.box {background-color: #fff; width: 100%; height:140px;}
	
	
.jbFixed {
        position: fixed;
        top: 0px; }
		
.myButton {
    opacity: 1;
    background-color: #ff7e00;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    display: inline-block;
    cursor: pointer;
    color: #fff;
    font-size: 0.5em;
    padding: 10px 16px;
    text-decoration: none;
}

.myButton2 {
    opacity: 1;
    background-color: #006999;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    display: inline-block;
    cursor: pointer;
    color: #fff;
    font-size: 0.5em;
    padding: 10px 16px;
    text-decoration: none;
}		

#container{ padding-left:0px; padding:5px 0 100px 0;} 

ul.tabs {
    margin: 0;
    padding: 0;
    float: left;
    list-style: none;
    width: 100%;
    font-size:13px;
	border-left: 1px solid #ddd;
	height:40px;
}
ul.tabs li { margin-bottom:-1px; color:#444;
    float: left;
    text-align:center;
    cursor: pointer;
    width:16.5%;
    height: 39px;
    line-height: 39px;
    border: 1px solid #ccc;
    border-left: none;
    font-weight: 600;
    background: #eee;
    overflow: hidden;
    position: relative;
	
}
ul.tabs li.active { color:#f8981c;
    background: #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
}

ul.tabs li.selected { color:#fff;
    background: #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
}
.tab_container {
    border: none;
    border-top: none;
    clear: both;
    float: left;
    width: 100%;
    background: #FFFFFF;max-width:900px;
}
.tab_content { position: absolute;
    margin:40px 0px 0px 0px; padding-right:60px;
    font-size: 1em;
    display: none;
}
.tab_container .tab_content ul {
    width:100%;
    margin:0px;
    padding:0px;
}
.tab_container .tab_content ul li {
    padding:5px;
    list-style:none;
}
 #container {
    width: 1100px;
    margin: 0 auto;
}






.Details {
	margin: 30px auto 40px;
    padding: 0;
    text-align: center;
	width: 100%;
}
.Details>p { width: 25%; margin: auto; margin-bottom: 30px; min-width: 172px;} 
.detailBtn {
    display: block;
    color: #cfcfcf;
    font-size: 14px;
    line-height: 20px;
    vertical-align: middle;
    cursor: pointer;
	font-weight: 500;
	border-radius: 100px;
}
.detailCont {
    width: 100%;
    height: 500px;
    overflow-x: hidden;
    overflow-y: scroll;
    border: 1px solid #f5f5f5;
    background-color: #fff;
}

.detailBtn:hover { color: #999; }





#container2{ padding-left:0px; padding:5px 0 100px 0;} 

ul.tabs2 { font-family:'Noto Sans KR', 'Malgun Gothic', dotum, '돋움', '굴림', Gulim, sans-serif;
    margin: 0;
    padding: 0;
    float: left;
    list-style: none;
    width: 100%;
    font-size:14px;
	height:40px;
	display:flex;
	justify-content:space-between;
	/*flex-wrap:wrap;*/
}


ul.tabs2 li { margin-bottom:-1px; color:#232222; margin-left:0px;
    float: left;
    text-align:center;
    cursor: pointer;
    width:33%;
    height:45px;
    line-height: 46px;
    border: 1px solid #ccc;
    font-weight: 400;
    background: #fff;
    overflow: hidden;
    position: relative;
	
}


ul.tabs2 li.selected, ul.tabs li.selected:hover
{
    position: relative;
    top: 0px;
	color:#fff; background: #966d50;
	border:none; 
	}
	
ul.tabs2 li.selected a, ul.tabs li.selected a:hover { color:#fff;}
        

ul.tabs2 li a {  font-size:12px; font-weight:400; text-decoration: none; color:#444; line-height:38px}
        
ul.tabs2 li.selected a:hover
{
    text-decoration: none;
}

ul.tabs2 li.selected
{
   color:#fff;
}

ul.tabs2 li.active { color:#fff; background: #; }

ul.tabs2 li a div{width: 100%; height: 100%;;}


.tab_container2 {
    border: none;
    border-top: none;
    clear: both;
    float: left;
    width: 100%;
    background: #FFFFFF;max-width:900px;
}
.tab_content2 { position: absolute;
    margin:40px 0px 0px 0px; padding-right:60px;
    font-size: 1em;
    display: none;
}
.tab_container2 .tab_content2 ul {
    width:100%;
    margin:0px;
    padding:0px;
}
.tab_container2 .tab_content2 ul li {
    padding:5px;
    list-style:none;
}
 





#tit {
    font-size: 30px;
    font-weight: 500;
    line-height: 90%;
    text-align: center;
    color: #000;
}

#sub {width:100%; max-width: 720px; top: -10px;  margin:0 auto; position:relative; text-align:center;  font-family: 'Noto Sans KR', 'Malgun Gothic', dotum, '돋움', '굴림', Gulim, sans-serif;font-weight:400;}
#sub .sub-tit{
	font-size:28px;
/*	font-size:35px;*/
	font-weight:400;
	padding-bottom:0px;
	line-height:90%;
	z-index:99;
	position:relative;
	font-family: 'Maven Pro', sans-serif;
	color:#101010;
	margin-top: 50px;
	}

#sub-tit-color {
	color:#9e7b6c
}

#sub .sub-desc {
    font-size: 15px;
    font-weight: 600;
    padding-top: 10px;
    color: #777;

	}





#sub-tit-line{
	padding:20px; z-index:9; position:relative;
	text-align: center;
}
.sub-page { position: relative; padding: 10px; margin-top: 0px; margin-bottom: 40px;}



#sub>ul {
    padding-left: 0px;
    width: 100%;
    height: 40px;
    margin: 0 auto;
    list-style: none;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: -1px;
	color:#444
	}


/**#sub li A {text-decoration:none; color:#444;}**/
/*#sub li{line-height:26px;}*/
#sub .select {
    background: #a89487;
    height: 50px;
    line-height: 50px;
    vertical-align: middle;
    border: none;

	}
#sub .select a {
    color: #FFFFFF;
}

#sub-top {

	max-width: 720px;
	margin: 0 auto;
    margin-top:150px;
	background-color:#4f453c;
	position:relative; top: -10px;
	
}
#sub-tit .select {
    background: #6e0a79;
    height: 50px;
    line-height: 50px;
    vertical-align: middle;
    border: none;

	}
#sub-tit .select a {
    color: #FFFFFF;
}


@keyframes sub-top {

  from {  top:100%; opacity:0}
  40%  {  top:100%;opacity:0 } 
  to { }
  
}

#subtop-tit {
    color: #fff;
    font-weight: 400;
    font-size: 2.2em;
    text-align: center;
	 top:30%;
    font-family: 'Noto Sans KR', sans-serif; 
	position:absolute;
	transform: translateX(-50%);
	left:50%;
	
	animation-duration: 2s; animation-name: sub-top;
}


#subtop-desc {
	transform: translateX(-50%);
	left:50%;
    color: #fff;
	 top:60%;
    opacity: 0.5;
    font-weight: 400;
    font-size: 1em;
    text-align: center;
    letter-spacing: -1px;
    font-family: 'Noto Sans KR', sans-serif; 
	position:absolute;
	
	animation-duration: 2.5s; animation-name: sub-top;
	}


/*sub-text*/

.all_wrap {
    max-width: 720px;
    width: 100%;
    margin: 0 auto;
/*    background-color: #1a1a1a;*/
}



.videoWrapper iframe{position: absolute; top: -23%; left: 0; width: 100%; height: 100%; padding-bottom: 80%;}
/*.sub-page iframe{position: absolute; top: 0; left: 0; width: 100%; height: 100%; padding-bottom: 50%;}*/


    .snb_wrap { width: 100%; height: auto; text-align: center; padding-bottom: 40px; }
    .snb { width: 100%; display: flex; justify-content: space-between; border-top: 1px solid #e1e1e1; border-bottom: #e1e1e1 1px solid; }
    .snb li { font-family: 'Noto Sans KR', sans-serif; font-size: 12px; font-weight: 400; width: 100%; height: 45px; line-height: 45px; box-sizing: border-box; border-left: 1px solid #e1e1e1; }

    .snb li a { color: #141414; display: block; }
    .snb li:nth-child(1) { border-left: none; }
    .snb .selected { background-color: #06172a; }
    .snb .selected a { color: #fff; }
    






/**/

.date_tit { font-family: "Poppins", sans-serif;  font-size:3.5rem; color:#000;  letter-spacing:0; margin-top:7rem;}


.const_list { position: absolute; display: inline-block; right:0; left:0; margin:0 auto; top:0;}
        
#const_snb {
            border: 1px solid #b9b9b9;
            width: 12rem;
            margin: 0 auto 30px;
            position: relative;
            z-index: 99;
            top: 0px;
            left:0;

			margin-top:5rem;
           
        }
#const_snb:after {
            content: "";
            display: block;
            clear: both;
        }
#const_snb > li { float: left;  position: relative; height: 50px;  font-family: "Poppins", sans-serif;  letter-spacing:0; }

#const_snb > li > a { width: 100%; height: 100%; display: block; box-sizing: border-box; }

#const_snb > li:first-child + li > a {background:url(../img/snb-arr.gif) no-repeat 100% 50%;}
#const_snb > li:first-child + .ov {  margin-left: 0; }
#const_snb  > li:nth-child(1):after { content:''; width: 6px; height: 6px; border-top: 1px solid #666; border-right: 1px solid #666; transform: rotate(45deg); position: absolute; right: 18px; top: 22px; transition:0.3s; }

#const_snb .ov.open > a::after { transform: translateY(-50%) rotate(90deg); }
           
      
#const_snb .ov { }
#const_snb .ov > a { display: block;  height: 50px; line-height: 50px; padding: 0 35px 0 15px; font-size: 16px;  color: #000;  font-weight: 500; min-width: 12rem;  }

#const_snb .ov ul { position: absolute; left: 0;  top: 100%; min-width: 100%; background: #fff;  display: none;}
#const_snb .ov ul li { border: 1px solid #dcdcdc; margin-top: -1px; font-weight: 500; height:40px; line-height: 40px;}
#const_snb .ov ul li:first-child { margin-top: 0; }
#const_snb .ov ul li a {display: block; font-size: 14px; color: #999; padding: 0px 15px; white-space: nowrap; }

/*#const_snb .ov:hover ul {
            display: block;
}*/
#const_snb .ov ul li a:hover { background: #f3f3f3;  color: #333;}
           

.const_img_box {position:relative; width:100%; top:0rem; height:750px;  /*display: flex; justify-content: flex-start; align-items: center; */}

.swiper_const {position: absolute; top:0; width:100%;  height:750px;}
.swiper_const .swiper-wrapper { }

.swiper_const p {font-size:0.975rem; margin-top:1rem; color:#000;}
.swiper_const .swiper-pagination2{display: flex; justify-content: center; position: relative; width:100%; height:20px; bottom: 5%; left:0%; right:0; margin:0 auto; z-index:9999;}								
.swiper_const .swiper-pagination2 .swiper-pagination-bullet {
		 
			width: 13px;
			height: 13px;
			padding: 1%;
			background-color: #fff;
			text-align: center;
			font-size: 12px;
			opacity: 1;
			border: 1px solid #b5b5b5;  padding:0; 
		}

.swiper_const .swiper-pagination2 .swiper-pagination-bullet-active {
			background: #000;
			border: 1px solid #000;
		}


.const_img_box .swiper-button-prev { width: 4.688rem; height: 2.938rem; /*position: relative;*/ position:absolute; outline: none; margin: 0; padding: 0; top:7rem; left:-130px;}
.const_img_box .swiper-button-prev img { width: 100%; }
.const_img_box .swiper-button-next { width: 4.688rem; height: 2.938rem; position:absolute; outline: none; margin: 0; padding: 0;  top:7rem; right:-110px;}
.const_img_box .swiper-button-next img { width: 100%; }
.const_box02 {margin-top:1.5rem;}

.const_gr_wrap {position:relative; width:100%; max-width:920px; margin:0 auto; top:5rem;  height:200px;}
.const_gr_wrap h2 {font-size:0.975rem; color:#000; font-weight:500;}

.const_gr {position:relative; width:100%; background-color:#e1e1e1; height:30px; margin-top:1rem;}
.const_gr_on {position:absolute; top:0; left:0; width:0; background-color:#a56c4e; height:100%; text-align:center; color:#fff; line-height:32px;  font-family: "Poppins", sans-serif; letter-spacing:0;}
.const_gr_on p {text-align:center; color:#fff; line-height:32px; font-family: "Poppins", sans-serif; letter-spacing:0; opacity:0;}


.const_gr_wrap.active .const_gr_on {width:72.28%;  transition: 2s 0.2s;}
.const_gr_wrap.active .const_gr_on p {opacity:1; transition: 1s 1.5s;}

