@charset "UTF-8";
* {box-sizing: border-box;}
/*reset*/


.ifWrap .ori { width: 100%; float: left; position: relative;text-align: left; margin-top: 0px; padding: 0 10px 0 20px; margin-bottom: 50px}
.ifWrap .ori li { width: auto; position: relative; padding: 0px 15px;  font-size: 11px; line-height: 1.5; color: #999; font-weight: 300;}
.ifWrap .ori li::after { width: 10px; height: 100%; display: block; position: absolute; top: 0px; left: 0px; content: "※"}


#tab3 {width:100%; margin: 0 0 0px 0; overflow: hidden; position: relative; z-index: 0;text-transform: uppercase;}
#tab3 .inner {margin: 0px auto; max-width: 1100px; }
#tab3 .inner::after {clear: both; display: block; content: "";}
#tab3 .inner li {background:#fff; color: #000 !important; font-weight:600; float: left;border-left:1px solid #d4d4d4;border-bottom: 1px solid #d4d4d4;}
#tab3 .inner li:first-child {border-left:1px solid #d4d4d4;}
#tab3 .inner li:last-child {border-right:1px solid #d4d4d4;}
#tab3 .inner .tab1 li{width:100%;}
#tab3 .inner .tab2 li{width:50%;}
#tab3 .inner .tab3 li{width:33.33%;}
#tab3 .inner .tab4 li{width:25%;}
#tab3 .inner .tab5 li{width:20%;}
#tab3 .inner .tab6 li{width:16.555%;}
#tab3 .inner .tab7 li{width:14.21%;}
#tab3 .inner .tab8 li{width:12.5%;}
#tab3 .inner li a {padding: 13px 0 13px 0; text-align: center; line-height:15px;letter-spacing: -0.4px; font-size: 11px; display: block;}

#tab3 .inner li.active {background:#19372d; }
#tab3 .inner li.active a{color:#fff;}
#tab3 .inner li a:hover {color:#fff; background:#19372d;}
#tab3 .inner li a.bg_none {background: none;}




#tab4 {width:100%; margin: 0 0 40px 0; overflow: hidden; position: relative; z-index: 0;text-transform: uppercase;}
#tab4 .inner {margin: 0px auto; max-width: 1100px; }
#tab4 .inner::after {clear: both; display: block; content: "";}
#tab4 .inner li {background:#fff; color: #000 !important; font-weight:600; float: left;border:1px solid #d4d4d4; border-radius: 100px; margin: 5px;}
#tab4 .inner li:first-child {border-left:1px solid #d4d4d4;}
#tab4 .inner li:last-child {border-right:1px solid #d4d4d4;}
#tab4 .inner .tab1 li{width:100%;}
#tab4 .inner .tab2 li{width:45%;}
#tab4 .inner .tab3 li{width:33.33%;}
#tab4 .inner .tab4 li{width:23%;}
#tab4 .inner .tab5 li{width:20%;}
#tab4 .inner .tab6 li{width:16.555%;}
#tab4 .inner .tab7 li{width:14.21%;}
#tab4 .inner .tab8 li{width:12.5%;}
#tab4 .inner li a {padding: 15px 0 15px 0; text-align: center; line-height:8px;letter-spacing: -0.4px; font-size: 11px; display: block;}

#tab4 .inner li.active {background:#19372d; border-bottom:1px solid #fff; border-radius: 100px;}
#tab4 .inner li.active a{color:#fff;}
#tab4 .inner li a:hover {color:#fff; background:#19372d; border-radius: 100px;}
#tab4 .inner li a.bg_none {background: none;}








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 {
    font-family: "Pretendard Variable", sans-serif;
    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);
}






/******** sub snb **********************/

#tab2 {width:100%; margin: 0 0 20px 0; overflow: hidden; position: relative; z-index: 0;background:#fff;text-transform: uppercase;}
#tab2 .inner {margin: 0px auto; max-width: 1100px;}
#tab2 .inner::after {clear: both; display: block; content: "";}
#tab2 .inner li {background:#f2f2f2; color: #000 !important; font-weight:600; float: left;border-left:1px solid #fff;border-bottom:0px solid #666;}
#tab2 .inner li:first-child {border-left:none}
#tab2 .inner .tab1 li{width:100%;}
#tab2 .inner .tab2 li{width:50%;}
#tab2 .inner .tab3 li{width:33.33%;}
#tab2 .inner .tab4 li{width:25%;}
#tab2 .inner .tab5 li{width:20%;}
#tab2 .inner .tab6 li{width:16.555%;}
#tab2 .inner .tab7 li{width:14.21%;}
#tab2 .inner .tab8 li{width:12.5%;}
#tab2 .inner li a {padding: 22px 0 22px 0; text-align: center; line-height:1px;letter-spacing: -0.4px; font-size: 11px; display: block;}

#tab2 .inner li.active {background:#887d71; border-bottom:0px solid #fff;}
#tab2 .inner li.active a{color:#fff;}
#tab2 .inner li a:hover {color:#fff; background:#887d71;}
#tab2 .inner li a.bg_none {background: none;}











@import url("../../../cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/variable/pretendardvariable.min.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;
    }
		
	

	
.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: 50px;
    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: #21b3ca; 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;
}
	




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



.tit_logo{margin: 20px 0 0 auto;}


#sub {width:100%;margin:0 auto; position:relative; text-align:center;  font-family: "Pretendard Variable", sans-serif; font-weight:400;}
#sub .sub-tit{font-size:20px; font-weight:400; padding-top:20px; line-height:90%;}
#sub .sub-tit-line{}
.sub-page { padding: 20px; margin-top: -15px;}



#sub ul {padding-left:0px; width:90%; margin:0 auto; list-style:none; font-size:11px;}
#sub li A {text-decoration:none; }


#sub li{display:inline; background: #f2f2f2; float:left; line-height:39px; padding-right:0px; border-bottom: #e1e1e1 1px solid; border-top: #e1e1e1 1px solid; vertical-align:middle;}


#sub .select {background:#281f53; line-height:39px; vertical-align:middle; }
#sub .select a{color:#FFFFFF;}


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


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

.sub-tit2 {position: absolute;
    top: 100px;
    width: 100%;
    text-align: center;
    max-width: 600px;
    color: #fff;
    font-size: 21px;
    font-family: "Archivo Black", sans-serif;
    font-weight: 400;
}

.text1-line {
  border-top: 1px solid #281f53;
  margin: 15px auto;
  width: 65px;        
}




















