@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;0,1000;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900;1,1000&display=swap');
@import url('/lib/font-awesome/css/font-awesome.min.css');
@import url('./base.css');
@import url('./login.css');
@import url('./modal.css?v20240229');

html, body {
	margin: 0 auto;
	width: 100%;
	max-width: 1920px;
    min-width: 1024px;
    overflow-x: hidden;

    -webkit-touch-callout: none;
    user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
}

body.scroll, html.scroll {
	overflow: hidden;
}

.clearfix::after {
	display: block;
	content: '';
	content: '';
	clear: both;
}

section .inner {
	position: relative;
	margin: 0 auto;
	padding: 100px 0px;
	width: 960px;
	text-align: center;
    color: #1e1e1e;
}
/*
section .btn {
	display: block;
	margin: 0 auto;
	width: 360px;
	font-size: 20px;
	font-weight: 500;
	line-height: 70px;
	color: rgba(255,255,255,0.9);
	background: #2e2c27;
	border-radius: 5px;
}
*/


/* sec01 */
.sec01 {
    background-image: url(../img/sec01_bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 100%;
    height: 1700px;
}
.sec01 .inner .logo {
    position: absolute;
    top: 100;
    right: 0;
}
.sec01 .inner .tit {margin-top: 50px;}
.sec01 .inner .v-line {
    border-right: 1px solid #1e1e1e;
    width: 50%;
    height : 50px;
    margin: 40px 0px 37px;
}
.sec01 .inner .text {
    font-size: 16px;
    line-height: 150%;
    letter-spacing: -1px;
}
.sec01 .inner .text strong {
    text-underline-offset: 3px;
    text-decoration: underline;
}
.sec01 .inner .video {
    margin: 50px 0px 25px;
}
.sec01 .inner .video video {
    width: 640px;
    height: 360px;
    border-radius: 10px;
    box-shadow: 0px 0px 15px rgba(0,0,0,0.2);
}
.sec01 .inner .review_wrap {
    margin-top: 100px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.sec01 .inner .review_wrap li {
    width: 470px;
    height: 250px;
    background-size: auto 100%;
    background-position: center;
    background-repeat: no-repeat;
}
.sec01 .inner .review_wrap .review1 {background-image: url(../img/sec01_re1.png); margin-bottom: 20px;}
.sec01 .inner .review_wrap .review2 {background-image: url(../img/sec01_re2.png); margin-bottom: 20px;}
.sec01 .inner .review_wrap .review3 {background-image: url(../img/sec01_re3.png);}
.sec01 .inner .review_wrap .review4 {background-image: url(../img/sec01_re4.png);}

/* sec02 */
.sec02 {
    background-color: #323e00;
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 100%;
    height: 1478px;
}
.sec02 .inner {
    position: relative;
}
.sec02 .inner .cont {
    position: relative;
}
.sec02 .inner .sol {
    position: absolute;
    top: -2%;
    right: -30%;
}
.sec02 .inner .cont2 {
    position: relative;
}
.sec02 .inner .cont2 .do {
    position: absolute;
    top: -15%;
    left: -25%;
}
.sec02 .inner .tit {margin-bottom: 50px;}
.sec02 .inner .cont {margin-bottom: 100px;}
.sec02 .select_wrap {
    display: flex;
    justify-content: center;
}
.sec02 .select_wrap > div,
.sec02 .select_wrap > button {
    float: left;
    border-radius: 100px;
}
.sec02 .nice-select {
    width: 372px; 
    height: 60px; 
    text-align: center !important; 
    line-height: 1;
}
.sec02 .nice-select .current, 
main .sec01 .select_roulette .nice-select li {
    font-size: 16px;
    line-height: 60px;
}
.sec02 .nice-select .current {font-weight: 500;}
.sec02 .nice-select .list {width: 100%; height: 180px;}
.sec02 .nice-select .option {
    padding: 0; 
    text-align: center; 
    font-size: 16px; 
    font-weight: 400; 
    line-height: 60px;
    background-color: #fff;
    border-radius: 10px;
}
.sec02 .nice-select .option.selected {font-weight: 400;}
.sec02 button {
    position: relative;
    margin-left: 20px;
    padding: 0;
    width: 176px;
    height: 60px;
    font-size: 16px;
    font-weight: 500;
    color: #1e1e1e;
    background-image: none;
    background-color: #fceddb;
    border-radius: 100px;
}
.sec02 button p {
    margin-right: 10px;
}
.sec02 button p::before {
    content: '';
    background: url('../img/sec02_icon.png') no-repeat center;
    background-size: cover;
    width: 13px;
    height: 20px; 
    position: absolute;
    top: 30%;
    right: 25%;
}
.sec02 .select_wrap > button.off {
    background-color: #1e1e1e;
    color: #f7f7f7;
}
.sec02 .inner .notice {
    background-color: rgb(000, 000, 000, 0.4);
    width: 372px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    margin: 20px auto 0;
    border-radius: 100px;
    letter-spacing: -1px;
}

/* sec03 */
.sec03 {
    background: #222a00;
}
.sec03 .inner p {
    width: 960px;
    background-position: center;
    background-repeat: no-repeat;
}
.sec03 .inner .tit {margin-bottom: 50px;}
.sec03 .inner .tag_tit {margin-bottom: 35px;}
.sec03 .inner ul {
    display: flex;
    justify-content: center;
}
.sec03 .inner ul li {
    position: relative;
    float: left;
    margin-right: 30px;
    width: 230px; 
    height: 300px;    
    background-size: auto 100%;
    background-position: center;
    background-repeat: no-repeat;
}
.sec03 .inner ul li:last-child {
    margin-right: 0px;
}
.sec03 .inner ul li p {    
    display : flex;
    justify-content : center;
    align-items : center;
    position: absolute;
    width: 80px; 
    height: 80px;
    line-height: 120%;
    border-radius: 100px;
    font-weight: 600;
    top: -5%;
    right: -5%;
}
.sec03 .inner ul .gift1 p {    
    background: #ff4e00;
    color: #f7f7f7;
}
.sec03 .inner ul .gift2 p {    
    background: #ff9600;
    color: #f7f7f7;
}
.sec03 .inner ul .gift3 p {    
    background: #ffcc33;
    color: #1e1e1e;
}
.sec03 .inner .gift_wrap1,
.sec03 .inner .gift_wrap2 {margin-bottom: 80px;}
.sec03 .inner .gift_wrap1 .gift1 {background-image: url(../img/sec03_30cont1.png);}
.sec03 .inner .gift_wrap1 .gift2 {background-image: url(../img/sec03_30cont2.png);}
.sec03 .inner .gift_wrap1 .gift3 {background-image: url(../img/sec03_30cont3.png);}

.sec03 .inner .gift_wrap2 .gift1 {background-image: url(../img/sec03_60cont1.png);}
.sec03 .inner .gift_wrap2 .gift2 {background-image: url(../img/sec03_60cont2.png);}
.sec03 .inner .gift_wrap2 .gift3 {background-image: url(../img/sec03_60cont3.png);}
.sec03 .inner .plus_txt {
    margin: 30px 0px 80px;
    color: #f7f7f7;
    letter-spacing: -0.5px;
    line-height: 160%;
}
.sec03 .inner .plus_txt strong {
    text-decoration: underline; 
    text-underline-offset: 3px;
}

/* sec04 */
.sec04 {
	background: #533910;
}
.sec04 > .inner{text-align: start; width: 715px;}
.sec04 h4 {
	padding-bottom: 30px;
	letter-spacing: 0;
	font-size: 30px;
	font-weight: 500;
	color: rgba(255,255,255,0.9);
	border-bottom: 1px solid rgba(255,255,255,0.9);
	text-align: center;
}
.sec04 h4 strong {
	font-weight: 700;
	color: #ffcc33;
}	
.sec04 ul.request_list li {
	float: left;
	padding: 20px 0px 20px 10px;
	width: calc(50% - 15px);
	letter-spacing: -0.5px;
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
	color: rgba(255,255,255,0.9);
	border-bottom: 1px solid rgba(255,255,255,0.5);
}	
.sec04 ul.request_list li:nth-child(2n-1) {
	margin-right: 30px;
}		
.sec04 ul.request_list li strong {
	font-weight: 700;
}
.sec04 ul.request_list li strong.student {
	color: #ffcc33;
}
.sec04 .list_wrap div.pagination {
	display: block;
	margin: 30px auto 0;
}
.sec04 .list_wrap div.pagination .paging li {
    float: left;
    line-height: 2;
    min-width: 34px;
    text-align: center;
    border-right: 0;
    margin-right: 20px;
    border-radius: 50px;
    background: rgba(255,255,255,0.5);
}
.sec04 .list_wrap div.pagination .page_now {    
    background: rgba(255,255,255,1) !important;
    font-weight: 700 !important;
}
.sec04 .list_wrap div.pagination .paging li:last-child {
    /*
    border-right: 1px solid rgba(255,255,255,0.9);
    */
    margin-right: 0;
}
.sec04 .list_wrap div.pagination .paging li a {
    padding: 0 8px;
    border: 0;
}
.sec04 .list_wrap div.pagination .paging li a span {
    font-size: 1rem;
    color: #533910;
}
.sec04 p.nodata {
	text-align: center;
	padding: 50px 0;
    color: rgba(255,255,255,0.9);
}

/* sec05 */
.sec05 {
	background: #0e0e0e;
	text-indent: 0;
}
.sec05 .inner {
    width: 750px;
    margin: 0 auto;
}
.sec05 h4 {
	float: left;
	margin-bottom: 10px;
}
.sec05 h4 span {
	float: left;
	color: #f7f7f7;
	font-size: 18px;
	font-weight: 500;
	line-height: 130%;
}
.sec05 h4 span.tit {
	margin-left: 10px;
	line-height: 22px;
}
.sec05 ul {
	float: left;
    padding-left: 7px;
}
.sec05 ul li {
	position: relative;
	padding-left: 10px;
	font-size: 16px;
	line-height: 160%;
	color: #f7f7f7;
	text-align: left;
    font-weight: 300;
    letter-spacing: -0.5px;
    margin-bottom: 10px;
}
.sec05 ul li:last-child {
    margin-bottom: 0px;
}
.sec05 ul li:before {
	position: absolute;
	left: 0;
	top: 0;
	content: "\b7\a0";
	letter-spacing: -0.05em;
}

/* sec06 */
.sec06.Participation {display: none;}
.sec06.Participation.show {display: block;}
.sec06 {
    background-image: url(../img/sec06_bg.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-color: #e9cd86;
    height: auto;
}
.sec06 .inner .tit {margin-bottom: 133px;}
.sec06 .inner .chestnut_wrap {
    position: relative;
    margin: 0 auto;
    width: 568px;
    height: 393px;
    background-image: url(../img/sec06_step1.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: top center;    
}
.sec06 .inner .chestnut_wrap.step01 {background-image: url(../img/sec06_step1.png);} /*´Þ¼º 0%*/
.sec06 .inner .chestnut_wrap.step02 {background-image: url(../img/sec06_step2.png);} /*´Þ¼º 20%*/
.sec06 .inner .chestnut_wrap.step03 {background-image: url(../img/sec06_step3.png);} /*´Þ¼º 40%*/
.sec06 .inner .chestnut_wrap.step04 {background-image: url(../img/sec06_step4.png);} /*´Þ¼º 60%*/
.sec06 .inner .chestnut_wrap.step05 {background-image: url(../img/sec06_step5.png);} /*´Þ¼º 80%*/
.sec06 .inner .chestnut_wrap.step06 {background-image: url(../img/sec06_step6.png);} /*´Þ¼º 100%*/

/* È°¼ºÈ­/ºñÈ°¼ºÈ­ ¹ã */
.sec06 .inner .chestnut_wrap .chestnut_modal {
    cursor: pointer;
    position: absolute;
    bottom: -31%;
    right: 0%;
    width: 232px;
    height: 202px;
    background-image: url(../img/sec06_chestnut_none.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: top center;    
}
.sec06 .inner .chestnut_wrap .chestnut_modal.active {
    animation: bounce 0.5s cubic-bezier(0, 0, 0.2, 1) infinite alternate;
    background-image: url(../img/sec06_chestnut_click.png);
}
@keyframes bounce {to {transform: translateY(-30px);}}
.sec06 .inner .chestnut_wrap .chestnut_collect {
    position: absolute;
    bottom: -32%;
    right: 9%;
    color: #533910;
}
.sec06 .inner .chestnut_wrap .chestnut_collect strong {
    text-decoration: underline;
}


.sec06 .inner .gauge {
    position: relative;
    margin: 170px auto 0px;
    width: 800px;
    height: 25px;
    padding: 3px;
    border-radius: 50px;
    background: #fff;
}
.sec06 .inner .gauge .bar {
    width: 0%;
    height: 100%;
    background: linear-gradient(90deg, rgba(123,84,52,1) 0%, rgba(90,43,6,1) 100%);
    border-radius: 50px;
}
.sec06 .inner .gauge .bubble {
	position: absolute;
    top: -180%;
    left: -3%;
}
.sec06 .inner .gauge .bubble .percent {
	position: relative;
    width: 70px;
    height: 40px;
    line-height: 40px;
    font-size: 15px;
    font-weight: 700;
    color: #fff;
	background: #494a0b;
	border-radius: 50px;
}
.sec06 .inner .gauge .bubble .percent:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 40%;
	width: 0;
	height: 0;
	border: 10px solid transparent;
	border-top-color: #494a0b;
	border-bottom: 0;
	border-left: 0;
	margin-bottom: -10px;
}
.sec06 .inner>.sec06_part .inner button {
    padding: 0;
    width: 350px;
    height: 80px;
    line-height: 80px;
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    border-radius: 15px;
    margin: 0;
    letter-spacing: -0.5px;
}
.sec06 .inner>.sec06_part .inner {display: inline-block;}
.sec06 .inner>.sec06_part .inner button:first-child {background-color: #494a0b;}
.sec06 .inner>.sec06_part .inner button:last-child {margin-left: 20px;}
.sec06 .inner>.sec06_part .inner button:last-child {
    background: #fff;
    color: #494a0b;
    font-weight: 500;
}
.sec06 .inner>.sec06_part {padding-top: 50px;}
.sec06 .inner>.sec06_part .inner {padding: 0;}
.sec06 .inner ul {
    display: inline-block;
    width: 800px;
    padding: 30px;
    margin-top: 60px;
    background: rgba(0,0,0,0.1);
}
.sec06 .inner ul li {
	position: relative;
	font-size: 16px;
	line-height: 160%;
	color: #1e1e1e;
	text-align: left;
    font-weight: 400;
    letter-spacing: -0.5px;
    margin-bottom: 10px;
}
.sec06 .inner ul li:last-child {
    margin-bottom: 0px;
}


/* modal */
.modal-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	background-color: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(5px);
    z-index: 999;
}
.modal {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1000;

    width: 400px;
    border-radius: 20px;
    background: #fbe9bc;
    text-align: center;
}
.modal .cont {
    padding-top: 70px;
}
.modal .cont h2 {
    margin-bottom: 30px;
}
.modal .cont .random_chestnut {
    width: 255px;
    height: 130px;
    margin: 0 auto;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: top center;    
}
.modal .cont .random_chestnut.get1 {background-image: url(../img/modal_get1.png);}
.modal .cont .random_chestnut.get2 {background-image: url(../img/modal_get2.png);}
.modal .cont .random_chestnut.get3 {background-image: url(../img/modal_get3.png);}
.modal .cont .random_chestnut.get4 {background-image: url(../img/modal_get4.png);}
.modal .cont .random_chestnut.get5 {background-image: url(../img/modal_get5.png);}
.modal .cont .txt {
    font-size: 18px;
    margin: 30px auto 50px;
    color: #261c00;
}
.modal .cont .txt span,
.modal .cont .txt p {
    display: inline-block;
}
.modal .cont .txt span {
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50px;
    background: #261c00;
    color: #fbe9bc;
}
.modal .cont .close-modal {
    width: 100%;
    height: 70px;
    line-height: 70px;
    font-size: 18px;
    background: #efdb9f;
    color: #1e1e1e !important;
    border-radius: 0px 0px 20px 20px;
}


@media all and (min-width:768px) and (max-width:1023px) {    
    .sec02 .inner .sol {
        display: none;
    }  
    .sec02 .inner .do {
        display: none;
    }
} 