@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; color:inherit;}
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);
}



@import url(http://fonts.googleapis.com/earlyaccess/notosanskr.css);


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;}	
	

.bb-tit{font-size:30px; color:#000; font-family:'Noto Sans KR', 'Malgun Gothic', dotum, '돋움', '굴림', Gulim, sans-serif;}

.nav {width:100%; background:#4e3e31; height:45px; padding:0px; margin:0px; font-family:'Noto Sans KR', 'Malgun Gothic', dotum, '돋움', '굴림', Gulim, sans-serif;}

.nav table{width:100%; margin:0 auto; color:#fff; text-align:center; font-size:14px;height:45px; padding:0px;}
.nav table th{background:#fff; width:50%; color:#292019; line-height:45px; border:1px solid #ddd;}
.nav table td{background:#292019; width:50%; }
.nav table a{color:#fff; line-height:45px;}

.bb {width:100%; position:relative; margin:0 auto; padding-top:60px;}



	
.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;
}









#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;
    margin:0 auto;
	text-align:center;
    list-style: none;
    width: 90%;
    font-size:14px;
	height:40px;
}


ul.tabs2 li {  color:#232222;
    float: left;
    text-align:center;
    cursor: pointer;
    width:16.5%;
    height: 30px;
    line-height: 35px;
    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:#555; background:#292019;}
	
ul.tabs2 li.selected a, ul.tabs li.selected a:hover { color:#fff;}
        

ul.tabs2 li a {  font-size:10px; text-decoration: none; color:#444; line-height:36px;}
        
ul.tabs2 li.selected a:hover
{
    text-decoration: none;
}

ul.tabs2 li.selected
{
   color:#555;
}

ul.tabs2 li.active { color:#555;  }




.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;
}
 #container2 {
    width: 1100px;
    margin: 0 auto;
}

		

		



ol,ul,li,a {list-style:none; text-decoration:none;}




#sub {width:100%;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:26px; font-weight:400; padding-top:26px; line-height:90%;}
#sub .desc{font-size:10px; font-weight:200; padding-top:15px; padding-bottom:65px; line-height:90%;}


#sub .sub-tit-line{padding-bottom:20px;}
.sub-page { position:relative ; top:-19px; padding-bottom: 50px;}


#sub .st_img{
position: relative;
top:-38px;
}
#sub .st_img img{
	width: 90%;
}
#sub .st_img h2{
	position: absolute;
	left: 0;
	letter-spacing: 3px;
	color: #fff;
	border-bottom: 1px;
	text-align:center;
	width: 100%;
	font-weight:200;
	top:50% !important; 
	margin-top:-14px;
}

#sub .st_img h2:after {
    position: absolute;
    left: 50%;
    bottom: 0;
    content: '';
    height: 2px;
    background: #fff;
}

#sub >  ul {padding-left:0px; width:100%; height:40px; margin:0 auto; list-style:none; font-size:9px;}
#sub > li A {text-decoration:none; }
#sub >  li{line-height:26px;}
#sub .select {background:#7b6b5c; height:35px;line-height:35px; vertical-align:middle; border:none }
#sub .select a{color:#FFFFFF;}

#ff {position:relative; top:0px}



.sub_menu {width:90%; height:45px; line-height:44px;  margin:30px auto 40px; border:1px solid #e4e4e4;}
.sub_menu .home_btn {display:block; width:10%; float:left; text-align:center;  border-right:1px solid #e4e4e4;}
.sub_menu .home_btn > img {vertical-align:top; margin-top:12px; width:60%;}
.sub_menu .sub_slct {position:relative; float:left; width:45%; height:46px;}
.sub_menu .sub_slct01 { border-right:1px solid #e4e4e4; }

.sub_slcted {font-size:13px; text-align:left; padding-left:10px; box-sizing:border-box;}
.sub_menu_view {position:absolute; top:16px; right:15px;}
.sub_slct_opt {display:none; position:absolute;  top:44px; left:-1px;  width:101%; z-index:99; border-left:1px solid #e4e4e4;  border-right:1px solid #e4e4e4; box-sizing:border-box; }
.sub_slct_opt > li {width:100%;  border-bottom:1px solid #e4e4e4;}
.sub_slct_opt > li > a {display:block; width:100%;  background:#fff; font-size:13px; color:#4c4c4c; text-align:left; padding-left:10px;}

.sub_slct_opt > li > a:hover {background:#c40d3f; color:#fff;}

.space_tab_wrap {background:#f5f5f5; width:90%; margin:0 auto; }
.space_tab_content {width:100%; margin:0 auto;}
.space_tab_container {margin-top:60px;}
.space_tab_content .tabs02 li {float:left; width:100%; line-height:30px;}
.space_tab_content .tabs02 li:first-child {margin-left:0;}

.space_tab_content .tabs02 li a {display:block; width:100%;  height:auto;background:#d5d5d5; text-align:center; font-size:15px; font-weight:bold; color:#fff;}
.space_tab_content .tabs02 li.active  a {background:#c40d3f;}


.clearfix02:after {content:''; clear:both; display:block;}

.dw_btn {text-align:center; margin-top:30px;}
.dw_btn02 {position:relative;}
.reader_down {position:absolute; bottom:0; right:0;}


ol,ul,li,a {list-style:none; text-decoration:none;}





#sub {width:100%;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:30px; font-weight:400; padding-bottom:0px; line-height:90%;}
#sub .sub-tit-line{padding-bottom:20px;}
.sub-page { padding: 20px; margin-top: -15px;}



#sub ul {padding-left:0px; width:90%; height:40px; margin:0 auto; list-style:none; font-size:11px;}
#sub li A {text-decoration:none; }
#sub li{line-height:26px;}
#sub .select {background:#4e3e31; height:40px;line-height:39px; vertical-align:middle; }
#sub .select a{color:#FFFFFF;}



.start{position: absolute;  height:400px; width:100%; top:107px; z-index:103; animation-duration:5s; animation-name: slidein;}
.intro-txt { position:absolute; z-index:999;  display:inline-block; width:100%;text-align:center; top:0px; z-index:9999;}
.int-txt01 { margin-top:0px;animation-duration: 1.3s; animation-name: slidein1;}
.int-txt02 { margin-top:0px;animation-duration: 2s; animation-name: slidein2;}
.int-txt03 { margin-top:0px;animation-duration: 2.7s; animation-name: slidein3;}
.int-txt04 { margin-top:0px;animation-duration: 3.4s; animation-name: slidein4;}




@keyframes slidein {

  from { margin-top:0px; opacity:1; }
  80%  { margin-top:0px; opacity:1;} 
  to { }
  
}

@keyframes slidein1 {

  from {opacity:0; margin-top: -30px;}
  50%  {opacity:0; margin-top: -30px;}
  to { }
  
}


@keyframes slidein2 {

  from {opacity:0; margin-top: -30px;}
  60%  {opacity:0; margin-top: -30px;}
  to { }
  
}

@keyframes slidein3 {

  from {  opacity:0;  }
  70%  {  opacity:0;  } 
  to { }
  
}


@keyframes slidein4 {

  from {  opacity:0;  }
  80%  {  opacity:0;  } 
  to { }
  
}


#tit {
    color: #333;
	font-family:'Noto Sans KR', 'Malgun Gothic', dotum, '돋움', '굴림', Gulim, sans-serif;
    font-weight: 300;
    font-size: 2.5em;
    text-align: center;
    padding-top: 35px;}


#desc {
	color: #888;
	font-family:'Noto Sans KR', 'Malgun Gothic', dotum, '돋움', '굴림', Gulim, sans-serif;
	font-weight: 400;
	font-size: 0.7em;
	text-align: center;
	margin-top: 8px;}


#sub-top {


	position:relative;
	text-align:center;
	background-image:url(../image/sub-bg.jpg);
	background-size: cover;

	background-repeat: no-repeat;

}