@charset "utf-8";
@import url('layout_base.css');
@import url('font.css');
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.8/dist/web/static/pretendard.css");

/* reset element */
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,button,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, div, summary,
time, mark, audio, video {
	margin:0; padding:0;
}
h1, h2, h3, h4, h5, h6 {font-weight:normal; font-size:inherit;}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, 
menu, nav, div {display:block;}
body {line-height:1;}
ol, ul {list-style:none;}
blockquote, q {quotes:none;}
blockquote:before, blockquote:after,q:before, q:after {content:''; content:none;}

/* align, border, input */
img, fieldset, a {border:none;}
img {vertical-align:middle;}
table, thead, tbody, tfoot {border-collapse:collapse; border-spacing:0; border:0 none;}
ul, ol, li {list-style:none;}
address, em {font-style:normal;}
input, select, textarea, button, form img, label {vertical-align:middle;}
button, input[type="submit"] {cursor:pointer;}
/* input:focus, button:focus, select:focus, textarea:focus {outline:0;} */
button::-moz-focus-inner {border:0 none; padding:0;}

/* anchor */
a {text-decoration:none;}
a:link {color:#333;}
a:visited {color:#333;}
a:hover {color:#333; text-decoration:none;}
a:focus {color:#333;}

*, ::after, ::before {box-sizing:initial;}

/* common */
* {-webkit-text-size-adjust:none; text-shadow:0 0 0 transparent;}
html, body {/* height:100%; */}
body {font-style:normal; font-weight:400; font-size:14px; letter-spacing:-1px; color:#fff; white-space:normal; word-wrap:break-word; -webkit-tap-highlight-color:rgba(0,0,0,0); background:#000;}
input, select, textarea {box-sizing:border-box; border-radius:0; padding:0; font-size:14px; font-style:normal; font-weight:400; color:#273237; letter-spacing:-1px; -webkit-appearance:none; vertical-align:middle;}
/* img {width:100%;} */
p {line-height:1.4;}
.dp_none {display:none;}
.hidden, legend {font-size:0; width:0 !important; height:0 !important; line-height:0; text-indent:-9999px; overflow:hidden; position:absolute; top:0; left:0;}
caption {font-size:0; width:0; height:0; line-height:0; text-indent:-9999px; overflow:hidden;}/* wac 인증심사 받을 경우 visibility:hidden하지 말것. */
.hide{display:block; position:fixed;top:-9999999999999999999px; width:0; height:0;}
.clear:after {content:''; display:block; clear:both;}
.no-js {display:none;}

/* button-style */
button {height:34px; border:none; line-height:34px; text-align:center; box-sizing:border-box;}

/* 접근성 패널 */
ul#skipnavi {position:fixed; left:0px; top:0px; width:100%; z-index:9999; line-height:0; font-size:0;}
ul#skipnavi li a {position:absolute; top:-500px; text-indent:-9999px; line-height:1; font-size:12px;}
ul#skipnavi li a:hover, 
ul#skipnavi li a:focus, 
ul#skipnavi li a:active {display:block; position:absolute;left:0px;top:0px; width:100%; height:20px; padding:4px 0 0 0; background:#f2f2f2; font-size:12px; font-weight:bold; text-align:center; text-indent:0px; line-height:1; z-index:1000;}

/* 팝업 */
.modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 10000;
    background-color: rgba(0, 0, 0, 0.6);
}

.modal-content {
    position:absolute;
    left:50%;
    top:50%;
    width:800px;
    height:267px;
    margin-left:-400px;
    margin-top:-134px;
}

body.show {
    overflow: hidden;
    width: 100vw;
    height: 100vh;
}

.btn_close {
    position:absolute;
    right:15px;
    top:15px;
    width:2.1875rem;
    height:2.1875rem;
    text-indent:-9999px;
    background-image:url('../img/btn_xpop.png');
    background-repeat:no-repeat;
    background-size:contain;
}

/* header */
#header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    padding-top: 20px;
    background: transparent;
    font-family: "FuturaNewMedium-Reg";
    color: #fff;
    z-index: 1000;
}

#header .header_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1280px;
    width: 100%;
	margin:0 auto;
}

#header h1 {
    position: relative;
    flex-shrink: 0;
    margin-right: 276px;
    width: 169px;
    height: 65px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('../img/2026/logo.png');
}

#header h1 a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	text-indent:-9999px;
}

#header .header_wrap > .nav {
    display: flex;
    align-items: center;
    margin-right: auto;
    text-align: center;
}

#header .header_wrap > .nav li {
    position: relative;
    margin-right: 40px;
    line-height: 1;
}

#header .header_wrap > .nav li:last-child {
    margin-right: 0;
}

#header .header_wrap > .nav li a {
    font-size: 1.5rem;
	color:#fff;
}

#header.dark {
    background-color:rgba(0,0,0,0.8);
    border-bottom: 1px solid rgba(255,255,255,0.5);
    padding-bottom:20px;
}

#header .header_wrap .btn_menu {display:none;}

/* 공통 */
.con_wrap {position:relative; width:1280px; margin:0 auto;}
.web {display:block;}
.mob {display:none;}
.txt_alt {position:absolute; left:-9999px; width:0; height:0; font-size:0; line-height:0;}
.menu {display:none;}

/* section-01 */
.section-01 {padding-top:133px /* 65px */; background:url('../img/2026/bg_section01.png') no-repeat center bottom;}

.btn_sty01 {display:none;}
/* .btn_sty01 {box-sizing:border-box; position:absolute; right:0; bottom:120px; width:301px; height:81px; line-height:81px; background:#006f2d; border-radius:81px; font-family:'Pretendard'; font-weight:700; font-size:2rem; color:#fff;} */

/* .mainDark .btn_sty01 {position:fixed; right:50%; bottom:95px; margin-right:-740px; z-index:10000;} */

/* section-02 */
.section-02 {position:relative; padding:8.75rem 0 5rem; 
    background-color:#191919;
}
.section-02 .web {background-color:#191919;}

/* section-03 */
.section-03 {
    position:relative;
    padding:8.75rem 0 5rem;
    background-color:#000;
    background-image:url('../img/2026/ico_figure01.png');
    background-position:right bottom;
    background-repeat:no-repeat;
}

.sub_tit {padding-bottom:39px; text-align:center; font-family:"FuturaNewMedium-Reg"; font-size:2.5rem; color:#fff;}

.posterTab {width:27.625rem; margin:0 auto;}
.posterTab ul {display:flex;}
.posterTab ul li {position:relative; /*flex:1;*/ width:13.125rem; height:4.375rem; text-align:center; margin-right:1.125rem;}
/* .posterTab ul li:nth-child(2) {width:15.1875rem;} */
.posterTab ul li:nth-child(2) {margin-right:0;}
.posterTab ul li > a {position:absolute; top:0; left:0; display:flex; justify-content:center; align-items:center; width:100%; height:100%; color:#00d040; border:2px solid #00d040; font-size:1.25rem; font-family:"FuturaNewMedium-Reg"; text-align:center; border-radius:3rem;}
.posterTab ul li:nth-child(2) > a { font-size:1.25rem;}
/* .posterTab ul li:nth-child(3) > a {position:absolute; right:0; top:0;} */
.posterTab ul li.on > a {background:#00d040; color:#fff;}

.posterTab + .tabConWrap .tabCon {padding-top:1.5625rem;}

.tabConWrap .tabCon {display:none;}
.tabConWrap .tabCon:first-child {display:block;}

.tbl_sty01 {width:100%; border-bottom:1px solid #00d040;}
.tbl_sty01 th {padding:22px 10px 21px; border-top:1px solid #00d040; border-bottom:1px solid #00d040; font-family:'Freesentation-6SemiBold'; font-size:1.25rem; color:#00d040;}
.tbl_sty01 tbody tr:nth-child(1) td {border-top:none;}
.tbl_sty01 td {padding:24px 10px 18px; text-align:center; border-top:1px solid #002a0d; font-family:"FuturaNewMedium-Reg"; font-size:1.25rem; color:#fff; word-break:keep-all;}
.tbl_sty01 td:nth-child(3) {text-align:left; font-family:"FuturaNewBook-Reg"; letter-spacing:normal;}
.tbl_sty01 td:nth-child(4) {font-family: 'Freesentation-4Regular';}
.tbl_sty01 td.kr {font-family: 'Freesentation-4Regular';}
.tbl_sty01 td.en {font-family:"FuturaNewBook-Reg";}

.tbl_sty01 tr.two,
.tbl_sty01 tr.three,
.tbl_sty01 tr.four,
.tbl_sty01 tr.five  {display:none;}

.poster_list {display:none;}

.txt_poster {padding-top:2.5rem; text-align:right; font-family: 'Freesentation-4Regular'; font-size:1.125rem; color:#fff;}

/* section-04 */
.section-04 {
    position:relative; 
    padding:8.75rem 0 5rem; 
    background-color:#191919;
    background-image:url('../img/2026/ico_figure02.png'), url('../img/2026/ico_figure03.png');
    background-position:right top, left bottom;
    background-repeat:no-repeat;
}

.section-04 .web {background-color:#191919;}

/* section-05 */
.section-05 {
    position:relative; 
    padding:8.75rem 0 5rem; 
    background-color:#000;
    background-image:url('../img/2026/ico_figure04.png'), url('../img/2026/ico_figure05.png');
    background-position:left top, right bottom;
    background-repeat:no-repeat;
}

.event_list li {position:relative;}

.ico_speical {position:absolute; left:-45px; top:29px; display:inline-block; width:125px; height:125px; background:url('../img/ico_special.png') no-repeat 0 0;}

/* section-06 */
.section-06 {padding:8.75rem 0 5rem; 
    background-color:#191919;
    background-image:url('../img/2026/ico_figure06.png');
    background-position:right top;
    background-repeat:no-repeat;
}

.event_list {width:960px; margin:0 auto;}
.event_list li {margin-top:1rem;}
.event_list li:nth-child(1) {margin-top:0;}

/* section-07 */
.section-07 {position:relative; padding:8.75rem 0 100px; 
    background-color:#000000;
}

.faq_list {width:960px; margin:0 auto; background:#000000;}
.faq_list .accordion-item {border-bottom:1px solid #471b37;}
.faq_list .accordion-tit {position:relative; width:100%; font-family: 'Freesentation-4Regular'; font-size:1.25rem;}
.faq_list .accordion-item .accordion-tit::before {content:''; display:block; position:absolute; top:calc(50% - 0.6rem); right:1rem; width:1.4375rem; height:0.8125rem; background-position:center; background-repeat:no-repeat; background-size:contain; background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='22px' height='12px'%3E%3Cpath fill-rule='evenodd' fill='rgb(255, 34, 176)' d='M21.993,10.620 L20.606,11.985 L11.005,2.538 L1.399,11.991 L0.011,10.626 L10.797,0.013 L10.999,0.212 L11.208,0.007 L21.993,10.620 Z'/%3E%3C/svg%3E"); transition:transform 0.2s; }
.faq_list .accordion-tit a {display:flex; align-items:center; padding:1.5rem 2.5rem; width:100%; min-height:4.4rem; box-sizing:border-box; color:#fff; letter-spacing:normal;}
.faq_list .accordion-tit a span {margin-right:0.5rem; font-family:"FuturaNewDemi-Reg";}
.faq_list .accordion-tit.active a {border-top:1px solid #ff22b0; border-bottom:1px solid #471b37; font-family:'Freesentation-7Bold'; color:#ff22b0;}
.faq_list .accordion-tit.active::before {transform:rotate(180deg);}
.faq_list .accordion-con {display:none; padding:1.5rem 2.5rem; font-family:/*'Freesentation-7Bold'*/ 'Freesentation-5Medium'; font-size:1.25rem; overflow:hidden; letter-spacing:normal;}
.faq_list .accordion-con span{margin-right:0.5rem;}
.faq_list .accordion-con p{padding-left:28px; text-indent:-28px; word-break:keep-all;}



/* pagination */
.pagination {
    margin-top: 1.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
	font-family:"FuturaNewLight-Reg";
    font-size: 1.25rem;
}

.pagination li {
    margin:0 5px;
    width: 1.875rem;
    height: 1.875rem;
}

.pagination li.arw {
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.pagination li.arw.prev {
    background-image: url("../img/ico_prev.png");
	background-size:8px 14px;
}
.pagination li.arw.next {
    background-image: url("../img/ico_next.png");
	background-size:8px 14px;
}

.pagination li.active {
    background-color: #00d040;
    font-family:"FuturaNewDemi-Reg";
	border-radius:100%;
}

.pagination li a{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
	color:#fff;
}


/* footer */
#footer {background:#191919;}
.foot_con {position:relative; width:1280px; margin:0 auto; padding:32px 0;}
.fLogo {width:7.063rem; height:2.750rem; margin-left:40px; background:url('../img/2026/fLogo.png') no-repeat 0 0; text-indent:-9999px;}
.fLogo2 {position:absolute; right:0; top:2.5rem; }
.fLogo2 a {display:block; width:8.375rem; height:1.25rem; background:url('../img/fLogo02.png') no-repeat 0 0; text-indent:-9999px;}

.util_list {position:absolute; right:0; top:43px;}
.util_list li {float:left;}
.util_list li:nth-child(2):before {content:""; display:inline-block; width:2px; height:2px; margin:0 12px 5px; background:rgba(255,255,255,0.9);}
.util_list li a {font-size:1rem; color:rgba(255,255,255,0.5);}



@media all and (max-width:320px) {
}

@media only screen and (max-width : 399px) and (min-width: 360px) {
}

@media only screen and (max-width : 359px) {
}

@media all and (max-width:575px) {
}

@media all and (max-width:768px) {
    /* 팝업 */
    .modal-content {
        width:90%;
        height:auto;
        margin-left:-45%;
        margin-top:-25%;
    }

    .btn_close {
        right:10px;
        top:10px;
        width:1.25rem;
        height:1.25rem;
    }

	/* header */
    #header {
        /*position: fixed;
        top: 0;
        left: 0;
        right: 0;*/
        padding-left:20px;
        padding-top: 10px;
        padding-bottom:10px !important;
    }
    #header .header_wrap {width: 100%;}
    #header h1 {
        margin-right: 0;
        width: 113px;
        height: 44px;
        background-image: url('../img/2026/logo_m.png');
    }
    #header .header_wrap > .nav {display:none;}
    
    #header .header_wrap .btn_menu {display:block;}

	#header .btn_menu {display:inline-block; position:absolute;top:0;right:0; width:50px; height:50px; background:url(../img/btn_menu.png) no-repeat 15px center / 20px 16px; text-indent:-9999px;}
	
	.menu {display:none; position:fixed;left:0;top:0px; overflow-x:hidden; width:100%; height:100%; z-index:10000;}
	.menu .dim {display:block; position:absolute;bottom:0; width:100%; height:100%; background:rgba(0,0,0,0.5);}
	.menu .menuzone {position:absolute;left:-78%;top:0; width:78%; height:100%; /* overflow-y:auto; */ background:#fff;}
	.menuzone .logo_wh {height:50px; background:#191919; text-align:center;}
	.logo_wh a {display:inline-block; width:74px; height:28px; margin-top:9px; background:url(../img/2026/logo_m.png) no-repeat 0 0 / contain; text-indent:-9999px;}

	.menuzone .gnb_m_wrap {overflow-y:auto; height:calc(100% - 82px);}
	.gnb_m {}
	.gnb_m > li {border-bottom:1px solid #dadada;}
	.gnb_m > li > a {display:inline-block; width:100%; height:48px; line-height:48px; text-indent:30px; font-family:"FuturaNewMedium-Reg"; font-size:1rem;}

	.menu .btn_close {display:inline-block; position:absolute;top:0;right:-50px; width:50px; height:50px; background:#000 url(../img/ico_close.png) no-repeat center center / 17px 17px; text-indent:-9999px;}

	
	/* 공통 */
	.con_wrap {width:100%; padding:0 20px; box-sizing:border-box;}
	.web {display:none;}
    .mob {display:block;}
    .mob img {width:100%;}

    /* section-01 */
    .section-01 {margin-top:27px; padding-top:0; background:none;}
    .section-01 .con_wrap {padding:0;}

    .btn_sty01 {display:none;}
    /* .btn_sty01 {left:50%; bottom:55px; width:150px; height:40px; line-height:40px; margin-left:-75px; border-radius:40px; font-size:1rem; z-index:1;} */

    /* .mainDark .btn_sty01 {right:20px; bottom:5%; margin-right:0;} */

    /* section-02 */
    .section-02 {padding:4.375rem 0 2.5rem; background-image:none;}

    /* section-03 */
    .section-03 {padding-top:4.375rem; background-image:none;}

    .sub_tit {padding-bottom:19px; font-size:1.25rem;}

    .posterTab {width:calc(100% - 115px);}
    .posterTab ul li {width:6.25rem; height:1.875rem; margin-right:1.125rem;}
    .posterTab ul li:nth-child(2) {width:6.25rem;}
    .posterTab ul li > a {font-size:0.6875rem; border-radius:1.875rem;}
    .posterTab ul li:nth-child(2) > a { font-size:0.6875rem;}

    .posterTab + .tabConWrap .tabCon {padding-top:1.5rem;}

    .tbl_sty01 {display:none;}

    .poster_list {display:block; border-top:1px solid #00992f; border-bottom:1px solid #00992f;}
    .poster_list li {padding:12px 0 10px; border-bottom:1px solid #001607;}
    .poster_list li:last-child {border-bottom:none;}
    .poster_list li div {box-sizing:border-box; float:left; width:94px; padding-left:0.625rem; text-align:left; font-family:"FuturaNewBook-Reg"; color:#fff; font-size:0.8125rem; word-break:keep-all;}
    .poster_list li div span {display:block; padding-top:0.75rem; font-size:0.75rem; font-family: 'FuturaNewBook-Reg';}
    .poster_list li div + div {box-sizing:border-box; float:left; width:calc(100% - 94px); padding-right:0.75rem; text-align:left; }
    .poster_list li div + div p:first-child {letter-spacing:normal;}
    .poster_list li div + div p + p {font-family: 'Freesentation-4Regular'; font-size:0.75rem;}
    .poster_list li div + div p.kr {font-family: 'Freesentation-4Regular';}
    .poster_list li div + div p.en {font-family: 'FuturaNewBook-Reg';}

    .poster_list li.two,
    .poster_list li.three,
    .poster_list li.four,
    .poster_list li.five  {display:none;}

    .txt_poster {font-size:0.75rem;}

    /* section-04 */
    .section-04 {padding:4.375rem 0 2.5rem; background-image:none;}

    /* section-05 */
    .section-05 {padding-top:4.375rem; background-image:none;}

    .ico_speical {position:absolute; left:-32px; top:16px; display:inline-block; width:63px; height:63px; background:url('../img/ico_special.png') no-repeat 0 0; background-size:contain;}

    /* section-06 */
    .section-06 {padding:4.375rem 0 2.5rem; background-image:none;}

    .event_list {width:100%;}

    /* section-07 */
    .section-07 {padding:2.5rem 0 100px; background-image:none;}

    .faq_list {width:100%; margin:0 auto;}
    .faq_list .accordion-tit {font-size:0.8125rem;}
    .faq_list .accordion-item .accordion-tit::before {content:''; display:block; position:absolute; top:calc(50% - 4px); right:1rem; width:0.6875rem; height:0.375em;}
    .faq_list .accordion-tit a {padding:0.625rem 0.75rem; min-height:auto;}
    .faq_list .accordion-con {display:none; padding:0.625rem 0.75rem; font-size:0.8125rem; overflow:hidden;}
    .faq_list .accordion-con p{padding-left:20px; text-indent:-20px;}

    /* pagination */
    .pagination {
        margin-top: 0.75rem;
        font-size: 0.75rem;
    }

    .pagination li {
        margin:0 5px;
        width: 1.125rem;
        height: 1.125rem;
    }

    .pagination li.arw.prev {
        background-image: url("../img/ico_prev.png");
        background-size:5px 8px;
    }
    .pagination li.arw.next {
        background-image: url("../img/ico_next.png");
        background-size:5px 8px;
    }

    /* footer */
    .foot_con {width:calc(100% - 40px); padding:16px 0;}
    .fLogo {width:3.563rem; height:22px; margin-left:0; background:url('../img/2026/fLogo.png') no-repeat 0 0 / contain;}
    .fLogo2 {top:1.1875rem;}
    .fLogo2 a {width:5rem; height:0.75rem; background:url('../img/fLogo02.png') no-repeat 0 0 / contain;}

    .util_list {top:20px;}
    .util_list li:nth-child(2):before {margin:0 12px 5px;}
    .util_list li a {font-size:0.625rem;}
    

}