@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; max-width: 720px; width: 100%; position: relative; left: 0; right: 0; margin: auto;} 

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


#main-txt { width: 100%; position: absolute; top: 30px; left: ; right: 0; margin: auto; z-index: 9; }
#main-txt01 { position: absolute; top: 0; left: 0; animation-duration: 1.5s; animation-name: txt1;}


@keyframes txt1 {

  from {opacity:0; top: -88px;}
  40% { opacity:0; top: -88px;}
/*  40% { transform:rotate(-180deg) }*/
  to { }
  
}

@keyframes txt1-2 {

  from {opacity:0; top: 88px;}
  40% { opacity:0; top: 88px;}

  to { }
  
}


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

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





	.f_btn {position:absolute; right:3%; top:12%; width:110px; height:45px; border:1px solid #bbb; text-align:center;}
	.f_btn a {line-height:45px; color:#ddd; font-size:12px; font-weight:500;}




#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: 100%;
    font-size:14px;
	height:40px;
}


ul.tabs2 li {  color:#232222;
    float: left;
    text-align:center;
    cursor: pointer;
    width:23% !important;
    height: 50px;
    margin:1% !important;
    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: #162c19; border:none;}
	
ul.tabs2 li.selected a, ul.tabs li.selected a:hover { color:#fff;}
        

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

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

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

		

		


/*3*/
ul.tabs3 { 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:25px;
}


ul.tabs3 li {  color:#232222;
    float: left;
    text-align:center;
    cursor: pointer;
    width:16.5%;
    height: 25px;
    line-height: 30px;
    border: 1px solid #ccc;
    font-weight: 400;
    background: #fff;
    overflow: hidden;
    position: relative;
	
}



ul.tabs3 li.selected, ul.tabs li.selected:hover
{
    position: relative;
    top: 0px;
	color:#fff; background: #8082a4; border:none}
	
ul.tabs3 li.selected a, ul.tabs li.selected a:hover { color:#fff;}
        

ul.tabs3 li a {  font-size:10px; text-decoration: none; color:#444; line-height:25px; }
        
ul.tabs3 li.selected a:hover
{
    text-decoration: none; color:#fff;
}

ul.tabs3 li.selected
{
   color:#fff ;border: 1px solid #ccc;
}

ul.tabs3 li.selected a
{
   color:#fff ;
}

ul.tabs3 li.active { color:#fff;  }
	



ol,ul,li,a {list-style:none; text-decoration:none;}






.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-top:30px; line-height:90%;}
#sub .sub-tit-line{}
.sub-page { padding: 10px; margin-top: 10px;}



#sub ul {padding-left:0px; width:100%; height:40px; /*margin:0 auto;*/ list-style:none; font-size:12px;}
#sub li A {text-decoration:none; }
#sub li{line-height:26px;}
#sub .select {background:#f0cd92; height:50px;line-height:49px; vertical-align:middle; }
#sub .select a{color:#162c19; font-weight: bold;}

.apt-btn {
    
    z-index: 10;
    width: 160px;
    height: 60px;
    background-color: #32386b;
    border-radius:60px;
    text-align: center;
    cursor: pointer;
	display:inline-block;
	margin:1%
	}


	.apt-btn a {
    color: #fff;
    display: block;
    line-height: 60px;
    font-family: 'Noto Sans KR', 'Malgun Gothic', dotum, '돋움', '굴림', Gulim, sans-serif;
    font-weight: 400;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0;}


	.op-btn {
    
    z-index: 10;
    width: 160px;
    height: 60px;
    background-color: #b39066;
    border-radius:60px;
    text-align: center;
    cursor: pointer;
	display:inline-block;
	margin:1%
	}


	.op-btn a {
    color: #fff;
    display: block;
    line-height: 60px;
    font-family: 'Noto Sans KR', 'Malgun Gothic', dotum, '돋움', '굴림', Gulim, sans-serif;
    font-weight: 400;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0;}

.intro{position: fixed; top:0px; left:0; right:0; margin:auto; width:100%; height:800px;	z-index:9999999999;}
.intro-bg{position: absolute;top:0; left:0; right:0; margin:auto; }
.intro-logo{ position: absolute; left:0; right:0; margin:auto; top: 100px; opacity: 0;}
.intro-nemo{ position: absolute;left:0; right:0; margin:auto; top: -100px; opacity: 0;}
