body {-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;min-width: 1400px;background-color: #d5d6d7;}
body::after {position: absolute;width: 0;height: 0;overflow: hidden;z-index: -1;content: url('../images/visual/act/p001_1.png') ;}
.htmlWrapper {width: 100%;max-width: 1920px;margin: 0 auto;padding-bottom: 100px;position: relative;overflow: hidden;}
.htmlWrapper section {background-position: center;min-width: 1400px;overflow: hidden;}
div::focus{outline:none;}
/* 상단 */
.htmlWrapper section.top_wrapper {
    position: relative;display: flex;justify-content: center;align-items: center;
    width: 100%;height: 50px;box-sizing: border-box;z-index: 1;background: #F4F4F4;
    font-size: 20px;font-family: 'Pretendard';overflow: visible;
}
.htmlWrapper section.top_wrapper > .hx_top {position: relative;height: 100%;display: flex;justify-content: center;align-items: center;gap: 0 5px;color: #888888;}
.htmlWrapper section.top_wrapper > .hx_top span {font-size: 24px;font-weight: 800;color: #222222;font-family: 'ONE-Mobile-Title';}
.htmlWrapper section.top_wrapper > .hx_top span a {display: flex;}
.htmlWrapper section.top_wrapper > .hx_top b {color: #000;}
.htmlWrapper section.top_wrapper > .hx_top i {margin-top: 3px;margin-right: 10px;}
.htmlWrapper section.top_wrapper > .hx_top .company_logo {}
.htmlWrapper section.top_wrapper > .hx_top div.ment {margin-top: -5px;}
.htmlWrapper section.top_wrapper > .hx_top .hx_txt {position: absolute;top: 40px;}
/* Visual */
.htmlWrapper section.visual_wrapper {position: relative;width: 100%;height: 910px;}
.htmlWrapper section.visual_wrapper .contents_wrap {position: relative;width: 100%;height:100%;display: flex;justify-content: center;overflow:hidden;}
.htmlWrapper section.visual_wrapper .contents_wrap video {width: 100%;height: 100%;object-fit: fill;}
.htmlWrapper section.visual_wrapper .contents_wrap video:focus{outline:none;}
.htmlWrapper section.visual_wrapper .contents_wrap .scroll{ position: absolute;background-image: url('../images/scroll.png');width: 151px;height: 151px;right: 40px;bottom: 175px;animation: 1.5s scroll_down infinite linear forwards;}

#visualVideo {border:none;outline:none;}
/* 다음 */
section.daum {position: relative;width: 100%;height: 334px;background:#F6F6F6;}
section.daum .contents_wrap {display: flex;flex-direction: column;width: 100%;height: 100%;align-items: center;justify-content: center;}
section.daum .contents_wrap .title {}
section.daum .contents_wrap .box {position: relative;margin-top: 16px;width: 862px;height: 80px;background-image: url('../images/daum/cover.png');background-repeat: no-repeat;background-position: center;display: flex;align-items: start;}
section.daum .contents_wrap .box .typing-text {position: absolute;left: 200px;top: 22px;line-height: 36px;font-family: 'Pretendard',sans-serif;font-weight: 700;font-size: 32px;color: #1e1e1e;border-right: 2px solid #333;animation: typing 6s steps(22) infinite;white-space: nowrap;overflow: hidden;}
section.daum .contents_wrap .exp {position: relative;left: 110px;margin-top: 18px;}
/* 다음 */

/* 이벤트 01 */
section.event01 {position: relative;width: 100%;height:1798px;background-image: url('../images/event01/bg.jpg');}
section.event01 .contents_wrapper {display: flex;flex-direction: column;width: 100%;height: 100%;align-items: center;padding: 60px 0 0 0;}
section.event01 .contents_wrapper > div {position:relative;display: flex;flex-direction: column;width: 100%;background-position: center top;align-items: center;margin:40px 0 0 0;}

section.event01 .contents_wrapper .schedule_wrap {display: flex;margin: 40px 0 0 0;width: 1300px;justify-content: space-between;z-index: 2;}

section.event01 .contents_wrapper .event_cont_wrapper .event_cont_wrap{position:relative;width: 1300px;height: 700px;margin: 60px 0 0 0;}
section.event01 .contents_wrapper .event_cont_wrapper .event_cont_wrap .drag_item{position:absolute;width:401px;height:148px;cursor:pointer;z-index:2;}
section.event01 .contents_wrapper .event_cont_wrapper .event_cont_wrap .drag_item.on::after{position:absolute;content:'';background-image:url('../images/event01/btn_x.png');width:116px;height:116px;right:-50px;top:20px;}
section.event01 .contents_wrapper .event_cont_wrapper .event_cont_wrap .drag_item.d01{left:0;top:0;background-image:url('../images/event01/btn01.png');}
section.event01 .contents_wrapper .event_cont_wrapper .event_cont_wrap .drag_item.d02{right:0;top:0;background-image:url('../images/event01/btn02.png');}
section.event01 .contents_wrapper .event_cont_wrapper .event_cont_wrap .drag_item.d03{left:0;bottom:0;background-image:url('../images/event01/btn03.png');}
section.event01 .contents_wrapper .event_cont_wrapper .event_cont_wrap .drag_item.d04{right:0;bottom:0;background-image:url('../images/event01/btn04.png');}
section.event01 .contents_wrapper .event_cont_wrapper .event_cont_wrap .drag_item .hand{right:-20px;bottom:-20px;}
section.event01 .contents_wrapper .event_cont_wrapper .event_cont_wrap .drag_item.on .hand{display:none;}
section.event01 .contents_wrapper .event_cont_wrapper .event_cont_wrap .drag_item.d01 .hand{animation:1.5s drag_move01 infinite linear forwards}
section.event01 .contents_wrapper .event_cont_wrapper .event_cont_wrap .drag_item.d02 .hand{animation:1.5s drag_move02 infinite linear forwards}
section.event01 .contents_wrapper .event_cont_wrapper .event_cont_wrap .drag_item.d03 .hand{animation:1.5s drag_move03 infinite linear forwards}
section.event01 .contents_wrapper .event_cont_wrapper .event_cont_wrap .drag_item.d04 .hand{animation:1.5s drag_move04 infinite linear forwards}

section.event01 .contents_wrapper .event_cont_wrapper .event_cont_wrap .drop_box_wrapper{position:relative;width:100%;height:100%;margin:5px 0 0 0;background-image:url('../images/event01/people.png');display:flex;align-items:end;justify-content:center;}
section.event01 .contents_wrapper .event_cont_wrapper .event_cont_wrap .drop_box_wrapper .drop_box{position:relative;width:754px;height:244px;background-image:url('../images/event01/notice.png');margin-bottom:145px;z-index:1;}
section.event01 .contents_wrapper .event_cont_wrapper .event_cont_wrap .drop_box_wrapper .btn_join{position:relative;width:754px;height:244px;background-image:url('../images/event01/btn_join.png');margin-bottom:145px;z-index:1;cursor:pointer;}
section.event01 .contents_wrapper .event_cont_wrapper .event_cont_wrap .drop_box_wrapper .btn_join .hand{right:300px;bottom:-20px;}

section.event01 .evt_pop{position:fixed;left:0;top:0;width:100%;height:100%;z-index:5;display:flex;justify-content:center;align-items:start;background-color:rgba(0,0,0,.7);padding:5px 0 0 0 ;box-sizing:border-box;}
section.event01 .evt_pop .evt_pop_wrapper{position:relative;width:680px;transform:scale(.9);}
section.event01 .evt_pop .evt_pop_wrapper .evt_pop_wrap{position:relative;width:100%;display:flex;flex-direction:column;align-items:center;border-radius:10px;overflow:hidden;}
section.event01 .evt_pop .evt_pop_wrapper .evt_pop_wrap .wrong{width:100%;height:163px;background:#F6F6F6;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px 0;font-family:'KCC-DodamdodamR';font-size:32px;}
section.event01 .evt_pop .evt_pop_wrapper .evt_pop_wrap .right{width:100%;height:558px;background:#FFFFFF;display:flex;flex-direction:column;align-items:center;justify-content:start;gap:16px 0;padding:20px 0 0 0;box-sizing:border-box;font-family:'Pretendard';font-size:24px;}
section.event01 .evt_pop .evt_pop_wrapper .evt_pop_wrap .right.type02{height:598px;}
section.event01 .evt_pop .evt_pop_wrapper .evt_pop_wrap .right .txt{text-align:center;color:#555555;line-height:1.6;}
section.event01 .evt_pop .evt_pop_wrapper .evt_pop_wrap .right .txt b{font-family:'KCC-DodamdodamR';font-size:32px;color:#000;line-height:1;}
section.event01 .evt_pop .evt_pop_wrapper .evt_pop_wrap .right .img{width:500px;height:300px;}
section.event01 .evt_pop .evt_pop_wrapper .evt_pop_wrap .right .img.i01{background-image:url('../images/event01/d01_img.png');}
section.event01 .evt_pop .evt_pop_wrapper .evt_pop_wrap .right .img.i02{background-image:url('../images/event01/d02_img.png');}
section.event01 .evt_pop .evt_pop_wrapper .evt_pop_wrap .right .img.i03{background-image:url('../images/event01/d03_img.png');}
section.event01 .evt_pop .evt_pop_wrapper .evt_pop_wrap .right .img.i04{background-image:url('../images/event01/d04_img.png');}
section.event01 .evt_pop .evt_pop_wrapper .evt_btns{width:100%;display:flex;justify-content:center;margin:20px 0 0 0;}
section.event01 .evt_pop .evt_pop_wrapper .evt_btns .btn{position:relative;width:216px;height:86px;background-image:url('../images/event01/btn_ok.png');cursor:pointer;}
section.event01 .evt_pop .evt_pop_wrapper .evt_btns .btn .hand{right:-40px;bottom:-40px;}

section.event01 .contents_wrapper > .join_wrapper {position: relative;width: 1100px;height: 132px;display: flex;justify-content: center;align-items: center;font-family: 'Pretendard',sans-serif;font-size: 28px;color:#555555;box-sizing: border-box;margin: 60px 0 0 0;overflow: hidden;background-image:url('../images/event01/bg_info.png');}
section.event01 .contents_wrapper > .join_wrapper .join_wrap {position: relative;display: flex;justify-content: center;align-items: center;color: #555555;gap: 0 5px;}
section.event01 .contents_wrapper > .join_wrapper .join_wrap div {line-height: 1;}
section.event01 .contents_wrapper > .join_wrapper .join_wrap .j_info {color: #E60034;font-weight: 800;font-family: 'Pretendard';font-size: 40px;line-height: 0.7;}
section.event01 .contents_wrapper > .join_wrapper .join_wrap .ttl {font-weight: 700;padding: 0 7px 0 12px;font-size: 30px;font-family: 'Pretendard';color: #000000;}

/* 이벤트 01 */
/* 이벤트 02 */
section.event02 {position: relative;width: 100%;height: 1758px;background-image: url('../images/event02/bg.jpg?v=1');}
section.event02 .contents_wrapper {display: flex;flex-direction: column;width: 100%;height: 100%;align-items: center;padding: 60px 0 0 0;}
section.event02 .contents_wrapper > div {display: flex;flex-direction: column;width: 100%;background-position: center top;align-items: center;}
section.event02 .contents_wrapper .schedule_wrap {display: flex;margin: 40px 0 0 0;width: 1300px;justify-content: space-between;z-index: 2;}
section.event02 .contents_wrapper .event_cont_wrapper {width: 100%;margin:40px 0 0 0;}

section.event02 .contents_wrapper .event_cont_wrapper .event_cont_wrap {position: relative;width: 1300px;height: 700px;background:#FFFFFF;border-radius:16px;margin:20px 0 0 0;display:flex;align-items:center;}
section.event02 .contents_wrapper .event_cont_wrapper .event_cont_wrap .tabs_wrapper{position: relative;display:flex;flex-direction:column;gap:40px 0;left:-50px;}
section.event02 .contents_wrapper .event_cont_wrapper .event_cont_wrap .tabs_wrapper .tab{position:relative;width:442px;height:150px;cursor:pointer;}
section.event02 .contents_wrapper .event_cont_wrapper .event_cont_wrap .tabs_wrapper .tab .hand{right:-20px;bottom:-20px;}

section.event02 .contents_wrapper .event_cont_wrapper .event_cont_wrap .tabs_wrapper .tab01{background-image:url('../images/event02/tab01.png');}
section.event02 .contents_wrapper .event_cont_wrapper .event_cont_wrap .tabs_wrapper .tab02{background-image:url('../images/event02/tab02.png');}
section.event02 .contents_wrapper .event_cont_wrapper .event_cont_wrap .tabs_wrapper .tab03{background-image:url('../images/event02/tab03.png');}

section.event02 .contents_wrapper .event_cont_wrapper .event_cont_wrap .tabs_wrapper .tab01.on{background-image:url('../images/event02/tab01_on.png');}
section.event02 .contents_wrapper .event_cont_wrapper .event_cont_wrap .tabs_wrapper .tab01.set{background-image:url('../images/event02/tab01_on.png');}
section.event02 .contents_wrapper .event_cont_wrapper .event_cont_wrap .tabs_wrapper .tab02.on{background-image:url('../images/event02/tab02_on.png');}
section.event02 .contents_wrapper .event_cont_wrapper .event_cont_wrap .tabs_wrapper .tab02.set{background-image:url('../images/event02/tab02_on.png');}
section.event02 .contents_wrapper .event_cont_wrapper .event_cont_wrap .tabs_wrapper .tab03.on{background-image:url('../images/event02/tab03_on.png');}
section.event02 .contents_wrapper .event_cont_wrapper .event_cont_wrap .tabs_wrapper .tab03.set{background-image:url('../images/event02/tab03_on.png');}
section.event02 .contents_wrapper .event_cont_wrapper .event_cont_wrap .tabs_wrapper .tab01:hover{background-image:url('../images/event02/tab01_on.png');}
section.event02 .contents_wrapper .event_cont_wrapper .event_cont_wrap .tabs_wrapper .tab02:hover{background-image:url('../images/event02/tab02_on.png');}
section.event02 .contents_wrapper .event_cont_wrapper .event_cont_wrap .tabs_wrapper .tab03:hover{background-image:url('../images/event02/tab03_on.png');}

section.event02 .contents_wrapper .event_cont_wrapper .event_cont_wrap .tabs_wrapper .tab.on::after{position:absolute;right:0;content:'';background-image:url('../images/event02/stamp.png');width:189px;height:189px;top:-5px;}

section.event02 .contents_wrapper .event_cont_wrapper .event_cont_wrap .cont_wrapper {position:relative;width:906px;height:668px;left:-30px;}
section.event02 .contents_wrapper .event_cont_wrapper .event_cont_wrap .cont_wrapper .clip {position:absolute;width:56px;height:64px;background-image:url('../images/event02/clip.png');z-index:3;right:18px;top:-28px;}
section.event02 .contents_wrapper .event_cont_wrapper .event_cont_wrap .cont_wrapper .cont.cover {width:876px;height:668px;background-image:url('../images/event02/cover.png');}
section.event02 .contents_wrapper .event_cont_wrapper .event_cont_wrap .cont_wrapper .cont.cont01 {width:876px;height:668px;background-image:url('../images/event02/tab01_content.png');}
section.event02 .contents_wrapper .event_cont_wrapper .event_cont_wrap .cont_wrapper .cont.cont02 {width:876px;height:668px;background-image:url('../images/event02/tab02_content.png');}
section.event02 .contents_wrapper .event_cont_wrapper .event_cont_wrap .cont_wrapper .cont.cont03 {width:876px;height:668px;background-image:url('../images/event02/tab03_content.png');}
section.event02 .contents_wrapper .event_cont_wrapper .event_cont_wrap .cont_wrapper .cont .btns{position:absolute;width:100%;left:0;bottom:30px;display:flex;justify-content:center;}
section.event02 .contents_wrapper .event_cont_wrapper .event_cont_wrap .cont_wrapper .cont .btns .btn_ok{position:relative;width:292px;height:86px;background-image:url('../images/event02/btn_ok.png');cursor:pointer;}
section.event02 .contents_wrapper .event_cont_wrapper .event_cont_wrap .cont_wrapper .cont .btns .btn_ok .hand{right:-20px;bottom:-40px;}


section.event02 .evt_join_pop {position:fixed;width:100%;height:100%;background-color:rgba(0,0,0,.6);z-index:99;left:0;top:0;display:flex;justify-content:center;align-items:center;}
section.event02 .evt_join_pop .btn_join{position:relative;background-image:url('../images/event02/btn_join.png');width:524px;height:156px;cursor:pointer;}
section.event02 .evt_join_pop .btn_join .hand{right:20px;bottom:-40px;}


section.event02 .contents_wrapper > .join_wrapper {position: relative;width: 1100px;height: 132px;display: flex;justify-content: center;align-items: center;font-family: 'Pretendard',sans-serif;font-size: 28px;color:#555555;box-sizing: border-box;margin: 100px 0 0 0;overflow: hidden;background-image:url('../images/event01/bg_info.png');}
section.event02 .contents_wrapper > .join_wrapper .join_wrap {position: relative;display: flex;justify-content: center;align-items: center;color: #555555;gap: 0 5px;}
section.event02 .contents_wrapper > .join_wrapper .join_wrap div {line-height: 1;}
section.event02 .contents_wrapper > .join_wrapper .join_wrap .j_info {color: #E60034;font-weight: 800;font-family: 'Pretendard';font-size: 40px;line-height: 0.7;}
section.event02 .contents_wrapper > .join_wrapper .join_wrap .ttl {font-weight: 700;padding: 0 7px 0 12px;font-size: 30px;font-family: 'Pretendard';color: #000000;}

/* 이벤트 02 */

/* 이벤트 03 */
section.event03 {position: relative;width: 100%;height: 1758px;background-image: url('../images/event03/bg.jpg?v=1');}
section.event03 .contents_wrapper {display: flex;flex-direction: column;width: 100%;height: 100%;align-items: center;padding: 60px 0 0 0;}
section.event03 .contents_wrapper > div {display: flex;flex-direction: column;width: 100%;background-position: center top;align-items: center;}
section.event03 .contents_wrapper .schedule_wrap {display: flex;margin: 40px 0 0 0;width: 1300px;justify-content: space-between;z-index: 2;}
section.event03 .contents_wrapper .event_cont_wrapper {width: 100%;margin:40px 0 0 0;}
section.event03 .contents_wrapper .event_cont_wrapper .event_cont_wrap {position: relative;width: 1340px;height: 700px;background-image:url('../images/event03/cover.png');margin:20px 0 0 0;display:flex;align-items:center;padding:0 20px;box-sizing:border-box;}
section.event03 .contents_wrapper .event_cont_wrapper .event_cont_wrap .start{position: relative;width: 1300px;height: 614px;background-image:url('../images/event03/evt_cover.png');display:flex;align-items:center;}
section.event03 .contents_wrapper .event_cont_wrapper .event_cont_wrap .start .btns{position: absolute;width:100%;left:0;bottom:138px;display:flex;justify-content:center;}
section.event03 .contents_wrapper .event_cont_wrapper .event_cont_wrap .start .btns .btn_start{position:relative;width:292px;height:87px;background-image:url('../images/event03/btn_start.png');cursor:pointer;}
section.event03 .contents_wrapper .event_cont_wrapper .event_cont_wrap .start .btns .btn_start .hand{right:-20px;bottom:-40px;}
section.event03 .contents_wrapper .event_cont_wrapper .event_cont_wrap .quest {position:relative;display:flex;flex-direction:column;align-items:center;justify-content:start;width:100%;height:100%;padding:50px 0 0 0;box-sizing:border-box;}
section.event03 .contents_wrapper .event_cont_wrapper .event_cont_wrap .quest .position{position:relative;display:flex;width:598px;height:80px;}
section.event03 .contents_wrapper .event_cont_wrapper .event_cont_wrap .quest .position .num_wrap{display:flex;justify-content:space-between;justify-content:space-between;width:100%;height:100%;}
section.event03 .contents_wrapper .event_cont_wrapper .event_cont_wrap .quest .position .num_wrap .num01{position:relative;width:86px;height:84px;background-image:url('../images/event03/q1.png');}
section.event03 .contents_wrapper .event_cont_wrapper .event_cont_wrap .quest .position .num_wrap .num01.on{background-image:url('../images/event03/q1_on.png');}
section.event03 .contents_wrapper .event_cont_wrapper .event_cont_wrap .quest .position .num_wrap .num01::after{position:absolute;content:'';width:192px;height:9px;background-image:url('../images/event03/line01.png');top:30px;right:-182px;}
section.event03 .contents_wrapper .event_cont_wrapper .event_cont_wrap .quest .position .num_wrap .num02{position:relative;width:78px;height:76px;background-image:url('../images/event03/q2.png');}
section.event03 .contents_wrapper .event_cont_wrapper .event_cont_wrap .quest .position .num_wrap .num02.on{background-image:url('../images/event03/q2_on.png');}
section.event03 .contents_wrapper .event_cont_wrapper .event_cont_wrap .quest .position .num_wrap .num02::after{position:absolute;content:'';width:194px;height:10px;background-image:url('../images/event03/line02.png');top:30px;right:-184px;}
section.event03 .contents_wrapper .event_cont_wrapper .event_cont_wrap .quest .position .num_wrap .num03{position:relative;width:78px;height:76px;background-image:url('../images/event03/q3.png');}
section.event03 .contents_wrapper .event_cont_wrapper .event_cont_wrap .quest .position .num_wrap .num03.on{background-image:url('../images/event03/q3_on.png');}

section.event03 .contents_wrapper .event_cont_wrapper .event_cont_wrap .quest .quest_box {font-family:'KCC-DodamdodamR';font-size:48px;color:#FFFFFF;text-align:center;font-weight:800;margin:60px 0 60px 0;}
section.event03 .contents_wrapper .event_cont_wrapper .event_cont_wrap .quest .answer_box {display:flex;justify-content:center;gap:0 100px;}
section.event03 .contents_wrapper .event_cont_wrapper .event_cont_wrap .quest .answer_box .btn_o{cursor:pointer;width:250px;height:252px;background-image:url('../images/event03/a_o.png');}
section.event03 .contents_wrapper .event_cont_wrapper .event_cont_wrap .quest .answer_box .btn_x{cursor:pointer;width:250px;height:252px;background-image:url('../images/event03/a_x.png');}
section.event03 .contents_wrapper .event_cont_wrapper .event_cont_wrap .quest .answer_box .btn_o:hover{background-image:url('../images/event03/a_o_on.png');}
section.event03 .contents_wrapper .event_cont_wrapper .event_cont_wrap .quest .answer_box .btn_x:hover{background-image:url('../images/event03/a_x_on.png');}

section.event03 .contents_wrapper .event_cont_wrapper .event_cont_wrap .answer_result_wrapper{position:absolute;top:178px;left:0;font-family:'KCC-DodamdodamR';font-weight:800;}
section.event03 .contents_wrapper .event_cont_wrapper .event_cont_wrap .answer_result_wrapper .answer_result{width:1304px;height:485px;background-image:url('../images/event03/answer_line.png');display:flex;}
section.event03 .contents_wrapper .event_cont_wrapper .event_cont_wrap .answer_result_wrapper .answer_result > div{display:flex;flex-direction:column;align-items:center;justify-content:center;}
section.event03 .contents_wrapper .event_cont_wrapper .event_cont_wrap .answer_result_wrapper .answer_result .my_answer{width:350px;height:100%;gap:20px 0;}
section.event03 .contents_wrapper .event_cont_wrapper .event_cont_wrap .answer_result_wrapper .answer_result .my_answer .ttl{font-size:40px;color:#FFFFFF;}
section.event03 .contents_wrapper .event_cont_wrapper .event_cont_wrap .answer_result_wrapper .answer_result .my_answer .answer{}
section.event03 .contents_wrapper .event_cont_wrapper .event_cont_wrap .answer_result_wrapper .answer_result .my_answer .answer.ao{width:250px;height:252px;background-image:url('../images/event03/a_o_on.png');}
section.event03 .contents_wrapper .event_cont_wrapper .event_cont_wrap .answer_result_wrapper .answer_result .my_answer .answer.ax{width:250px;height:252px;background-image:url('../images/event03/a_x_on.png');}
section.event03 .contents_wrapper .event_cont_wrapper .event_cont_wrap .answer_result_wrapper .answer_result .exp_wrap{width:948px;height:100%;display:flex;flex-direction:column;gap:34px 0;}
section.event03 .contents_wrapper .event_cont_wrapper .event_cont_wrap .answer_result_wrapper .answer_result .exp_wrap .result{font-size:80px;font-weight:800;color:#FFFFFF;}
section.event03 .contents_wrapper .event_cont_wrapper .event_cont_wrap .answer_result_wrapper .answer_result .exp_wrap .result_txt{font-family:'Pretendard',sans-serif;font-size:28px;color:#FFFFFF;font-weight:400;line-height:1.4;}
section.event03 .contents_wrapper .event_cont_wrapper .event_cont_wrap .answer_result_wrapper .answer_result .exp_wrap .result_txt > div{position:relative;margin-bottom:5px;padding:0 0 0 20px;}
section.event03 .contents_wrapper .event_cont_wrapper .event_cont_wrap .answer_result_wrapper .answer_result .exp_wrap .result_txt > div::before{position:absolute;content:'*';left:0;top:3px;}
section.event03 .contents_wrapper .event_cont_wrapper .event_cont_wrap .answer_result_wrapper .answer_result .exp_wrap .btn_result{position:relative;width:292px;height:86px;cursor:pointer;}
section.event03 .contents_wrapper .event_cont_wrapper .event_cont_wrap .answer_result_wrapper .answer_result .exp_wrap .btn_result .hand{right:-20px;bottom:-40px;}
section.event03 .contents_wrapper .event_cont_wrapper .event_cont_wrap .answer_result_wrapper .answer_result .exp_wrap .btn_result.retry{background-image:url('../images/event03/btn_retry.png');}
section.event03 .contents_wrapper .event_cont_wrapper .event_cont_wrap .answer_result_wrapper .answer_result .exp_wrap .btn_result.next{background-image:url('../images/event03/btn_next.png');}
section.event03 .contents_wrapper .event_cont_wrapper .event_cont_wrap .answer_result_wrapper .answer_result .exp_wrap .btn_result.join{width:380px;height:92px;background-image:url('../images/event03/btn_join.png?v=1');}

section.event03 .contents_wrapper .char{position:absolute;right:0;bottom:0;width:430px;height:760px;background-image:url('../images/event03/student.png')}


section.event03 .contents_wrapper .caution {width: 1300px;align-items:start;margin:12px 0 0 0;}

section.event03 .contents_wrapper > .join_wrapper {position: relative;width: 1100px;height: 132px;display: flex;justify-content: center;align-items: center;font-family: 'Pretendard',sans-serif;font-size: 28px;color:#555555;box-sizing: border-box;margin:30px 0 0 0;overflow: hidden;background-image:url('../images/event01/bg_info.png');overflow:hidden;z-index:5;}
section.event03 .contents_wrapper > .join_wrapper .join_wrap {position: relative;display: flex;justify-content: center;align-items: center;color: #555555;gap: 0 5px;}
section.event03 .contents_wrapper > .join_wrapper .join_wrap div {line-height: 1;}
section.event03 .contents_wrapper > .join_wrapper .join_wrap .j_info {color: #E60034;font-weight: 800;font-family: 'Pretendard';font-size: 40px;line-height: 0.7;}
section.event03 .contents_wrapper > .join_wrapper .join_wrap .ttl {font-weight: 700;padding: 0 7px 0 12px;font-size: 30px;font-family: 'Pretendard';color: #000000;}

/* 이벤트 03 */


/* 카드뉴스 */
section.cardnews {position: relative;width: 100%;height:871px;background-image: url('../images/cardnews/bg.jpg');}
section.cardnews .contents_wrap {display: flex;flex-direction: column;width: 100%;height: 100%;align-items: center;justify-content: start;padding:60px 0 0 0;box-sizing:border-box;}
section.cardnews .contents_wrap .title {margin-bottom: 40px;}
section.cardnews .contents_wrap .card_wrap ul {display: flex;gap: 0 20px;}
section.cardnews .contents_wrap .card_wrap ul li {display: flex;flex-direction: column;align-items: center;gap: 30px 0;}

section.cardnews .contents_wrap .card_wrap ul li .card {
    width: 424px;height: 559px;background-image: url('../images/cardnews/cover.png');display:flex;flex-direction:column;align-items:center;justify-content:center;gap:17px 0;
}

section.cardnews .contents_wrap .card_wrap ul li .card .btn{cursor:pointer;}

section.cardnews .card_news_pop_wrapper{position:absolute;width:100%;height:100%;left:0;top:0;display:flex;justify-content:center;align-items:center;}
section.cardnews .card_news_pop_wrapper .card_news_pop{position:relative;width:688px;height:815px;background-image:url('../images/cardnews/pop_bg.png');}
section.cardnews .card_news_pop_wrapper .card_news_pop .close{position:absolute;width:66px;height:66px;background-image:url('../images/cardnews/btn_close.png');right:-72px;top:0;cursor:pointer;}
section.cardnews .card_news_pop_wrapper .card_news_pop .content_wrap{position:relative;width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:24px 0;}
section.cardnews .card_news_pop_wrapper .card_news_pop .content_wrap .title{font-family:'Pretendard',sans-serif;font-weight:800;font-size:40px;}
section.cardnews .card_news_pop_wrapper .card_news_pop .content_wrap .gallery_wrap{position:relative;width:632px;height:614px;overflow:hidden;}
section.cardnews .card_news_pop_wrapper .card_news_pop .content_wrap .btns_wrap{display:flex;gap:0 33px;}
section.cardnews .card_news_pop_wrapper .card_news_pop .content_wrap .btns_wrap .pop_cardnews_btn_prev{cursor:pointer;width:56px;height:56px;}
section.cardnews .card_news_pop_wrapper .card_news_pop .content_wrap .btns_wrap .pop_cardnews_btn_next{cursor:pointer;width:56px;height:56px;}
section.cardnews .card_news_pop_wrapper .card_news_pop .content_wrap .btns_wrap .pop_cardnews_btn_prev.type01{background-image:url('../images/cardnews/btn_prev.png');}
section.cardnews .card_news_pop_wrapper .card_news_pop .content_wrap .btns_wrap .pop_cardnews_btn_next.type01{background-image:url('../images/cardnews/btn_next.png');}
section.cardnews .card_news_pop_wrapper .card_news_pop .content_wrap .btns_wrap .pop_cardnews_btn_prev.type02{background-image:url('../images/cardnews/btn_prev02.png');}
section.cardnews .card_news_pop_wrapper .card_news_pop .content_wrap .btns_wrap .pop_cardnews_btn_next.type02{background-image:url('../images/cardnews/btn_next02.png');}
section.cardnews .card_news_pop_wrapper .card_news_pop .content_wrap .btns_wrap .pop_cardnews_btn_prev.type03{background-image:url('../images/cardnews/btn_prev03.png');}
section.cardnews .card_news_pop_wrapper .card_news_pop .content_wrap .btns_wrap .pop_cardnews_btn_next.type03{background-image:url('../images/cardnews/btn_next03.png');}

section.cardnews .card_news_pop_wrapper .card_news_pop .content_wrap .btns_wrap .num_wrap{position:absolute;right:0;font-family:'Pretendard',sans-serif;font-size:32px;font-weight:400;right:24px;bottom:30px;}
section.cardnews .card_news_pop_wrapper .card_news_pop .content_wrap .btns_wrap .num_wrap .cur{font-weight:800;}
/* 카드뉴스 */

/* 서비스 */
section.service {position: relative;width: 100%;height:1102px;background-image: url('../images/service/bg.png');}
section.service .contents_wrap {position:relative;display: flex;flex-direction: column;width: 100%;height: 100%;align-items: center;justify-content: start;padding:60px 0 0 0;box-sizing:border-box;z-index:1;}
section.service .contents_wrap .title{}
section.service .contents_wrap .tabs_wrap{display:flex;gap:0 23px;margin:20px 0 0 0;}
section.service .contents_wrap .tabs_wrap .tab{position:relative;cursor:pointer;height:74px;}
section.service .contents_wrap .tabs_wrap .tab.tab01{width:269px;background-image:url('../images/service/tab01.png');}
section.service .contents_wrap .tabs_wrap .tab.tab02{width:292px;background-image:url('../images/service/tab02.png');}
section.service .contents_wrap .tabs_wrap .tab.tab03{width:266px;background-image:url('../images/service/tab03.png');}
section.service .contents_wrap .tabs_wrap .tab.tab01.on{background-image:url('../images/service/tab01_on.png');}
section.service .contents_wrap .tabs_wrap .tab.tab02.on{background-image:url('../images/service/tab02_on.png');}
section.service .contents_wrap .tabs_wrap .tab.tab03.on{background-image:url('../images/service/tab03_on.png');}
section.service .contents_wrap .cont_wrap {width:1300px;height:645px;background:#FFFFFF;border-radius:16px;margin-top:40px;display:flex;flex-direction:column;align-items:center;}
section.service .contents_wrap .cont_wrap .title{font-weight:800;font-size:48px;color:#000000;font-family:'KCC-DodamdodamR';margin:40px 0 20px 0;}
section.service .contents_wrap .cont_wrap .list{display:flex;flex-direction:column;gap:12px 0;}
section.service .contents_wrap .cont_wrap .list .box{display:flex;gap:0 12px;justify-content:center;align-items:center;}
section.service .contents_wrap .cont_wrap .list .box.in01 .item:nth-child(1){width:300px;text-align:center;}
section.service .contents_wrap .cont_wrap .list .box.in01 .item:nth-child(2){flex:1;}
section.service .contents_wrap .cont_wrap .list .box.in01 .item:nth-child(3){width:300px;text-align:center;}

section.service .char{position:absolute;right:0;bottom:0;width:473px;height:531px;background-image:url('../images/service/student.png');z-index:0;}

/* 서비스 */

/* SNS SHARE */
section.snsshare {position: relative;width: 100%;height: 458px;background-image:url('../images/share/bg.png');}

section.snsshare .contents_wrap {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;    
    font-family: 'ONE-Mobile-Title';
    text-align: center;
    font-weight: 500;
}

section.snsshare .contents_wrap > .title {
 margin-bottom:24px;
}
section.snsshare .contents_wrap > .stitle {
 margin-bottom:40px;
}

section.snsshare .contents_wrap > .title span {
    display: block;
    color: #000000;
    text-align: center;
    font-size: 64px;
    margin-bottom: 24px;
}

section.snsshare .contents_wrap > .title span i {
    color: #D71618;
}

section.snsshare .contents_wrap > .sns_wrapper {
    position: relative;
}

section.snsshare .contents_wrap > .sns_wrapper > ul {
    display: flex;
    gap: 0 20px;
}

section.snsshare .contents_wrap > .sns_wrapper > ul > li {
}

/* 참여 정보 */
section.sec-join-info {
    position: relative;
    width: 100%;
    height: 208px;
    display: flex;
    justify-content: center;
    font-size: 32px;
    align-items: center;
    color: #000000;
    background-color: #ffffff;
    font-family: 'Pretendard';
}

section.sec-join-info div {
    font-weight: 800;
    display: flex;
    align-items: center;
}
section.sec-join-info i {
    font-weight: 500;
    color:#333333;
	margin-right:10px;
}

section.sec-join-info span.normal {
    font-weight: 300;
    font-size: 32px;
    margin-right: 5px;
    margin-top: -5px;
}

section.sec-join-info span._visit_all_cnt {
    color: #0A91F8;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: -10px;
    font-family: 'ONE-Mobile-Title';
    line-height: 0;
}

section.sec-join-info span._join_all_cnt {
    color: #FF3764;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: -20px;
    font-family: 'ONE-Mobile-Title';
}

section.sec-join-info div span {
    font-size: 56px;
    font-weight: 900;
    font-family: "ONE-Mobile-Title",sans-serif;
    padding: 0 0 0 5px;
}

/* 참여 정보 */
/* 접속 정보 */
section.sec-connect-info {
    position: relative;
    width: 100%;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #222222;
    background-color: #DFDFDF;
    font-family: 'Pretendard';
    font-size: 32px;
}

section.sec-connect-info div {
    font-weight: 800;
    display: flex;
    align-items: center;
}

section.sec-connect-info span.area {
    color: #0A91F8;
	font-size:36px;
	padding:0 5px;
	font-weight:800;
}

/* 참여 정보 */
/* SNS */
.pop_evt2_wrapper {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0,0,0,.7);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;
}

.pop_evt2_wrapper .pop_content_wrapper {
    position: relative;
    width: 1238px;
    height: 1000px;
    margin: 0 auto;
    background: #FFFFFF;
    border-radius: 30px;
    scale: .8
}

.pop_evt2_wrapper .pop_content_wrapper .close {
    position: absolute;
    background-image: url('../images/btn_evt2_close.png');
    width: 54px;
    height: 54px;
    right: -80px;
    cursor: pointer;
}

.pop_evt2_wrapper .pop_content_wrapper .contents {
    position: relative;
    display: flex;
    width: 100%;
    height: 100%;
    border-radius: 30px;
    overflow: hidden;
}

.pop_evt2_wrapper .pop_content_wrapper .contents .left_part {
    position: relative;
    width: 588px;
    height: 100%;
    background: #FED286;
    display: flex;
    align-items: center;
    justify-content: end;
}

.pop_evt2_wrapper .pop_content_wrapper .contents .left_part .data {
    position: relative;
    width: 542px;
}

.pop_evt2_wrapper .pop_content_wrapper .contents .left_part .data .bg {
    position: absolute;
    background-image: url('../images/bg_pop_pic.png');
    width: 300px;
    height: 245px;
    right: 0;
    top: -40px;
}

.pop_evt2_wrapper .pop_content_wrapper .contents .left_part .data .bg .pic {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 45px;
}

.pop_evt2_wrapper .pop_content_wrapper .contents .left_part .data .txt {
    position: relative;
    font-size: 46px;
    margin-bottom: 38px;
}

.pop_evt2_wrapper .pop_content_wrapper .contents .left_part .data .txt p {
    position: relative;
}

.pop_evt2_wrapper .pop_content_wrapper .contents .left_part .data .txt p span {
    font-weight: 700;
}

.pop_evt2_wrapper .pop_content_wrapper .contents .left_part .data .exp {
    font-weight: 500;
    font-size: 21px;
    color: #000000;
    line-height: 1.4;
}

.pop_evt2_wrapper .pop_content_wrapper .contents .right_part {
    position: relative;
    width: 650px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 37px 0 0 0;
    box-sizing: border-box;
}

.pop_evt2_wrapper .pop_content_wrapper .contents .right_part .r_data {
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 600px;
    align-items: center;
}

.pop_evt2_wrapper .pop_content_wrapper .contents .right_part .r_data .title {
    font-size: 24px;
    text-align: center;
    margin-bottom: 40px;
}

.pop_evt2_wrapper .pop_content_wrapper .contents .right_part .r_data .title span {
    font-weight: 700;
}

.pop_evt2_wrapper .pop_content_wrapper .contents .right_part .r_data .exp_wrap {
    position: relative;
    padding: 54px 0 43px 0;
}

.pop_evt2_wrapper .pop_content_wrapper .contents .right_part .r_data .exp_wrap .simple {
    position: relative;
    font-size: 22px;
    text-align: center;
}

.pop_evt2_wrapper .pop_content_wrapper .contents .right_part .r_data .exp_wrap .ttl {
    position: relative;
    font-size: 28px;
    font-weight: 700;
    text-align: center;
}

.pop_evt2_wrapper .pop_content_wrapper .contents .right_part .r_data .pic_list_wrap {
    position: relative;
    width: 100%;
}

.pop_evt2_wrapper .pop_content_wrapper .contents .right_part .r_data .pic_list_wrap ul {
    position: relative;
    display: flex;
    justify-content: space-between;
}

.pop_evt2_wrapper .pop_content_wrapper .contents .right_part .r_data .pic_list_wrap ul li {
    position: relative;
    width: 190px;
}

.pop_evt2_wrapper .pop_content_wrapper .contents .right_part .r_data .pic_list_wrap ul li .img {
    position: relative;
    width: 190px;
    height: 125px;
}

.pop_evt2_wrapper .pop_content_wrapper .contents .right_part .r_data .pic_list_wrap ul li .img.on:before {
    position: absolute;
    0;content: '';
    background-image: url('../images/stamp.png');
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
}

.pop_evt2_wrapper .pop_content_wrapper .contents .right_part .r_data .pic_list_wrap ul li .img img {
    width: 100%;
    height: 100%;
}

.pop_evt2_wrapper .pop_content_wrapper .contents .right_part .r_data .pic_list_wrap ul li .ttl {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: -1px;
    padding: 5px 0 0 5px;
}

.pop_evt2_wrapper .pop_content_wrapper .contents .right_part .btns {
    position: absolute;
    width: 100%;
    bottom: 110px;
    display: flex;
    justify-content: center;
}

.pop_evt2_wrapper .pop_content_wrapper .contents .right_part .btns .btn_join {
    position: relative;
    background-image: url('../images/btn_evt2_join.png');
    width: 419px;
    height: 110px;
    cursor: pointer;
}

.pop_evt2_wrapper .pop_content_wrapper .contents .right_part .btns .btn_join .hand {
    display: none;
}

.pop_evt2_wrapper .pop_content_wrapper .contents .right_part .btns .btn_join.on {
    background-image: url('../images/btn_evt2_join_on.png');
}

.pop_evt2_wrapper .pop_content_wrapper .contents .right_part .btns .btn_join.on .hand {
    display: block;
}

.pop_evt2_wrapper .pop_content_wrapper .contents .right_part .txt {
    position: absolute;
    width: 100%;
    bottom: 57px;
    display: flex;
    justify-content: center;
}

.pop_evt2_wrapper .pop_content_wrapper .contents .frame_div {
    position: absolute;
    width: 100%;
    height: 58%;
    z-index: 99;
    left: 0;
    top: 0;
    border: 5px solid #000;
    box-sizing: border-box;
    border-radius: 30px;
    background: #FFFFFF;
    overflow: hidden;
}

.pop_evt2_wrapper .pop_content_wrapper .contents .frame_div .pclose {
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
    z-index: 9;
}

.pop_evt2_wrapper .pop_content_wrapper .contents .frame_div iframe {
    width: 101%;
    height: 100%;
}

/* 이벤트 02 */
/* 참여 정보 */
section.sec-copyright {
    position: relative;
    width: 100%;
    height: 162px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f0f0f0;
    color: #555555;
    font-size: 18px;
}

section.sec-copyright > .copyright {
    width: 1400px;
}

section.sec-copyright > .copyright ul {
}

section.sec-copyright > .copyright ul li {
    float: left;
    width: 60%;
    margin-bottom: 10px;
}

section.sec-copyright > .copyright ul li:first-child {
    color: #262630;
    font-size: 20px;
    font-weight: 500;
    font-family: 'Pretendard',sans-serif;
}

section.sec-copyright > .copyright ul li:nth-child(2n+2) {
    text-align: right;
    width: 40%;
}

section.sec-copyright > .copyright ul li:nth-child(4) {
    display: flex;
    justify-content: end;
}

section.sec-copyright > .copyright ul li:nth-child(4) > div {
    text-align: right;
    margin-left: 10px;
}

section.sec-copyright > .copyright ul li:nth-child(4) span {
    color: #555555;
    font-weight: 800;
    font-family: 'Pretendard',sans-serif;
}

/* 고정 메뉴 */
.navigator_wrapper {
    position: fixed;left: 0;bottom: 0;width: 100%;height: 110px;z-index: 11;bottom: 0;overflow: hidden;background:#186B61;display:none;
}

.navigator_wrapper .cont_wrap {width: 100%;height: 100%;display: flex;justify-content: center;}

.navigator_wrapper .cont_wrap .navi_wrap {
    width: 1300px;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 0;
    box-sizing: border-box;
    padding: 0 20px 0 30px;
    box-sizing: border-box;
}

.navigator_wrapper .cont_wrap .navi_wrap > li {
    position: relative;
    flex: 1;
    box-sizing: border-box;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.navigator_wrapper .cont_wrap .navi_wrap > li > .n_menu {
    position: relative;
    width: 83px;
    height: 44px;
    cursor: pointer;
    z-index: 3;
    background-image: url('../images/allmenu.png');
    background-repeat: no-repeat;
}

.navigator_wrapper .cont_wrap .navi_wrap > li:nth-child(1) {
    margin-right: 34px;
}

.navigator_wrapper .cont_wrap .navi_wrap > li:nth-child(2) {
    margin-right: 10px;
}

.navigator_wrapper .cont_wrap .navi_wrap > li:nth-child(3) {
    margin-right: 10px;
}

.navigator_wrapper .cont_wrap .navi_wrap > li > div > a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.navigator_wrapper .cont_wrap .navi_wrap > li > .n_top {
    position: relative;
    background-image: url('../images/top.png');
    width: 80px;
    height: 80px;
    cursor: pointer;
    background-repeat: no-repeat;
}

.n_menu_list {
    position: fixed;
    bottom: -800px;
    z-index: 99;
    background: #225e5a;
    width: 500px;
    box-sizing: border-box;
    font-size: 22px;
}

.n_menu_list.on {
    bottom: 0;
}

.n_menu_list > .n_menu.close {
    float: right;
    background-image: url('../images/gnb_close.png');
    width: 46px;
    height: 46px;
    display: inline-block;
    margin-top: 13px;
    margin-right: 20px;
    cursor: pointer;
}

.n_menu_list > .m_list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 10px 0 0 0;
    box-sizing: border-box;
    text-align: center;
    display: flex;
    flex-direction: column;
}

.n_menu_list > .m_list a {
    color: #FFFFFF;
}

.n_menu_list > .m_list div {
    border-bottom: 2px solid #D9D9D9;
    width: 433px;
    margin: 0 auto;
    padding: 15px 0;
}

.n_menu_list > .m_list a:last-child div {
    border-bottom: 0;
}

.n_menu_list > .m_list div > span {
    display: flex;
    cursor: pointer;
    position: relative;
    width: 433px;
    height: 80px;
    line-height: 1.4;
    align-items: center;
    justify-content: start;
    text-align: left;
    padding-left: 20px;
    box-sizing: border-box;
}

.n_menu_list > .m_list div > span a {
    display: block;
    font-size: 23px;
    color: #FFFFFF;
    font-weight: 500;
    letter-spacing: -.5px;
    text-align: left;
}

.n_menu_list > .m_list div > span {
    position: relative;
}

.n_menu_list > .m_list div > span::after {
    content: '';
    width: 80px;
    height: 80px;
    position: absolute;
    left: 10px;
    top: 0;
}

.n_menu_list > .m_list div.on {
    background-color: rgba(255,255,255,.1);
}

/* 고정 메뉴 */
/* 기타  */
.join_info_wrapper {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
}

.join_info_wrapper.evt01 {
    bottom: 150px;
}

.join_info_wrapper.evt01 .join_info {
    background: #dbf7da;
    border-radius: 50px;
    color: #333333;
    display: inline-block;
    padding: 0 30px;
    font-size: 24px;
    height: 92px;
    line-height: 92px;
    vertical-align: middle;
    border: 2px solid #3fa03b;
}

.join_info_wrapper.evt02 {
    bottom: 124px;
}

.join_info_wrapper.evt02.result {
    bottom: 30px;
}

.join_info_wrapper.evt02 .join_info {
    background: #bdddf3;
    border-radius: 40px;
    color: #071b28;
    display: inline-block;
    padding: 0 30px;
    font-size: 22px;
    height: 63px;
    line-height: 63px;
    vertical-align: middle;
}

.join_info_wrapper.evt03 {
    bottom: 150px;
}

.join_info_wrapper.evt03 .join_info {
    background: #3bd368;
    border-radius: 40px;
    color: #071b28;
    display: inline-block;
    padding: 0 30px;
    font-size: 22px;
    height: 63px;
    line-height: 63px;
    vertical-align: middle;
}

.join_info_wrapper .join_info span.num {
    font-size: 40px;
    color: #125400;
    font-weight: 900;
}

.join_info_wrapper .join_info span.b {
    font-size: 27px;
    font-weight: 700;
}

.hand {	position: absolute;z-index: 5;animation: 1.5s zoom ease-in-out infinite;animation-delay: 0.5s;width: 106px;height: 106px;background-image: url(../images/hand.png);}

.result_wrap {
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: 100px;
}

.result_wrap > .btn.event_result2 {
    width: 463px;
    height: 122px;
    display: inline-block;
    background-image: url('../images/event2_done.png');
}

.result_wrap > .btn.event_result2 > a {
    display: block;
    width: 100%;
    height: 100%;
}

/* 슬라이드 */
.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: transparent;
    /* 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;
}

.swiper-slide img {
    height: 100%;
}

.cardnews_wrap .swiper-slide img {
    width: 100%;
	height:100%;
	object-fit:contain;
}

.cardNewsSwiper.citySwiper swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.wallSwiper.citySwiper swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper-button-disabled {
    opacity: .2;
}

#cont_wrap {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

a:focus {
    outline: none;
}

.cardnew-swiper-button-prev {
    position: absolute;
    background-image: url('../images/cardnews/btn_prev.png');
    width: 70px;
    height: 70px;
    left: -110px;
    top: 315px;
    cursor: pointer;
}

.cardnew-swiper-button-next {
    position: absolute;
    background-image: url('../images/cardnews/btn_next.png');
    width: 70px;
    height: 70px;
    right: -110px;
    top: 315px;
    cursor: pointer;
}

.bounce1 {
    animation: bounce1 2s;
}

.bounce2 {
    animation: bounce2 1s;
}

.bounce3 {
    animation: bounce3 1s;
}

.kb_hand {
    position: absolute;
    background-image: url('../images/hand_ani.png');
    scale: .8;
    width: 102px;
    height: 96px;
    animation: vmove 1.5s infinite;
    animation-direction: reverse;
    animation-iteration-count: 3;
    z-index: 999;
    bottom: 0px;
    left: 40px;
}

.b_hand {
    position: absolute;
    right: -50px;
    bottom: -20px;
    background-image: url('../images/hand_ani.png');
    width: 102px;
    height: 96px;
    animation: blink 1s infinite;
}

.b_hand.com {
    right: 0;
    bottom: 5px;
    zoom:.7;}

.qb_hand {
    position: absolute;
    right: -50px;
    bottom: -20px;
    background-image: url('../images/hand_ani.png');
    width: 102px;
    height: 96px;
    animation: blink 1s infinite;
}

.qb_hand.hide {
    display: none;
}

.qb_hand.evt3 {
    display: none;
}

.hide {
    display: none !important;
}

.present_wrap .swiper-slide img {
    width: 100%;
}

.j_wrap01 {
}

.j_wrap02 {
    margin-top: 35px;
}

.j_wrap01 .swiper-slide {
    width: 487px;
    height: 120px;
    border-radius: 60px;
    color: #004819;
    font-size: 40px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
}

.j_wrap01 .swiper-slide:nth-child(1n+1) {
    background-image: linear-gradient(#FFFFFF, #FFFFFF);
}

.j_wrap01 .swiper-slide:nth-child(2n+2) {
    background-image: linear-gradient(#FFFFFF, #FFFFFF);
}

.j_wrap01 .swiper-slide:nth-child(3n+3) {
    background-image: linear-gradient(#FFFFFF, #FFFFFF);
}

/* popup */
html.on {
    height: 100%;
    overflow: hidden;
}

.pu_bg {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.7);
    z-index: 98;
    display: none;
}

.pu {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    z-index: 99;
    display: none;
}

.pu .bt_close {
    position: absolute;
    top: 0;
    right: -60px;
    width: 48px;
    height: 48px;
    background: url(../images/bt_pu_close.png?v=1) no-repeat 0 0;
    text-indent: -9999px;
}

.pu_event_youtube {
    width: 800px;
    background: #fff;
    border-radius: 15px;
    display: none;
}

.pu_event_youtube .p_con {
    position: relative;
}

.pu_event_youtube .p_con iframe {
    width: 800px;
    height: 450px;
}

.pu_event_info {
    width: 675px;
    display: none;
    border-radius: 20px;
    overflow: hidden;
}

.pu_event_info .form_top a {
    display: block;
    width: 100%;
    height: 100%;
}

.pu_event_info .p_con {
    position: relative;
    padding: 30px;
    background: #fff;
    overflow: hidden;
}

.pu_event_info .p_con dt {
    position: relative;
    font-size: 18px;
    color: #222;
    font-weight: 700;
}

.pu_event_info .p_con .ty00 {
    position: relative;
    height: 30px;
    padding-top: 5px;
    padding-left: 0;
    text-align: center;
    font-weight: 600;
}

.pu_event_info .p_con .ty00 dd {
    display: inline-block;
}

.pu_event_info .p_con .ty00 dd + dd {
    padding-left: 30px;
}

.pu_event_info .p_con .ty01 {
    position: relative;
    height: 44px;
    padding-left: 130px;
    margin-bottom: 20px;
}

.pu_event_info .p_con .ty01 dt {
    position: absolute;
    top: 0;
    left: 0;
    width: 120px;
    line-height: 44px;
    text-align: left;
}

.pu_event_info .p_con .ty01 dd {
    position: relative;
}

.pu_event_info .p_con .ty01 dd input {
    height: 44px;
    line-height: 44px;
    background: #fff;
    border: 1px solid #cdcdcd;
    padding: 0 10px;
    box-sizing: border-box;
}

.pu_event_info .p_con .ty01 dd.num:after {
    content: '';
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}

.pu_event_info .p_con .ty01 dd.num input {
    text-align: center;
    float: left;
    width: 134px;
}

.pu_event_info .p_con .ty01 dd.num i {
    float: left;
    width: 20px;
    text-align: center;
    color: #fff;
    line-height: 44px;
}

.pu_event_info .p_con .ty02 {
    margin-top: 30px;
}

.pu_event_info .p_con .ty02 dt {
    margin-bottom: 10px;
    margin-top: 20px;
}

.pu_event_info .p_con .ty02 dt span {
    position: absolute;
    bottom: 0;
    right: -5px;
}

.pu_event_info .p_con .ty02 dt span input {
    margin: 0;
}

.pu_event_info .p_con .ty02 dd {
    background: #fff4e4;
    padding: 15px 20px;
}

.pu_event_info .btns:before {
    position: absolute;
    content: '';
    top: 0;
    left: 50%;
    bottom: 0;
    width: 1px;
    ; z-index: 1;
}

.pu_event_info .btns:after {
    content: '';
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}

.pu_event_info .btns a {
	position:relative;
    float: left;
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100px;
    line-height: 1.2;
    text-align: center;
    font-size: 32px;
    color: #fff;
    font-weight: 800;
}

.pu_event_info .btns a:hover {
    text-decoration: none;
}



.pu_event_info .btns a.bt_participate_done .hand{
    right:20px;
	bottom:-20px;
	transform:scale(.7);
}

.pu_event_info.pop01 .btns a.bt_participate_done {
    background: #FF3764;
    color: #FFFFFF;
}

.pu_event_info.pop02 .btns a.bt_participate_done {
    background: #FF9925;
    color: #FFFFFF;
}

.pu_event_info.pop03 .btns a.bt_participate_done {
    background: #0084FF;
    color: #FFFFFF;
}

.pu_event_info .btns a.bt_cancel {
    background: #7D7D83;
}

.pu_event_info table {
    width: 100%;
    color: #333;
    line-height: 18px;
}

.pu_event_info table th {
    font-size: 16px;
    padding: 10px;
    vertical-align: top;
}

.pu_event_info table td {
    font-size: 16px;
    padding: 10px;
    color: #333;
    letter-spacing: -1px;
    line-height: 1.5;
}

.pu_event_info .checks input[type="checkbox"] {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-opacity: 0;
}

.pu_event_info .checks input[type="checkbox"] + label:after {
    content: ' ';
    display: inline-block;
    width: 29px;
    height: 27px;
    line-height: 27px;
    margin: -10px 0 0 10px;
    text-align: center;
    vertical-align: middle;
    background-position: center bottom;
	background: url(../images/cb.png) no-repeat 2px 3px;
}

.pu_event_info .checks input[type="checkbox"]:checked + label:after {
    background-position: center bottom;
}

.pu_event_info.pop01 .checks input[type="checkbox"] + label:after {
    background: url(../images/cb.png?v=2) no-repeat 0 0;
}

.pu_event_info.pop01 .checks input[type="checkbox"]:checked + label:after {
    background: url(../images/cb_on.png?v=2) no-repeat 0 0;
}


.pu_event_info.pop02 .checks input[type="checkbox"]:checked + label:after {
    background: url(../images/cb2_on.png?v=2) no-repeat 0 0;
}


.pu_event_info.pop03 .checks input[type="checkbox"]:checked + label:after {
    background: url(../images/cb3_on.png?v=2) no-repeat 0 0;
}

.pu_event_info .radiob input[type="radio"] {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-opacity: 0;
}

.pu_event_info .radiob input[type="radio"] + label:after {
    content: ' ';
    display: inline-block;
    width: 33px;
    height: 35px;
    line-height: 35px;
    margin: -10px 0 0 10px;
    text-align: center;
    vertical-align: middle;
    background: url(../images/radio.png) no-repeat 0 4px;
}

.pu_event_info .radiob input[type="radio"]:checked + label:after {
    background: url(../images/radio-on.png) no-repeat 0 4px;
    background-position: center bottom;
}

.pu_event_done {
    width: 640px;
    display: none;
}

.pu_event_done .ph {
    width: 100%;
}

.pu_event_done .ph .confirm {
    position: relative;
    width: 100%;
    height: 70px;
	line-height:70px;
	font-size:30px;
	font-weight:600;
	background:#000;
	color:#FFFFFF;
	text-align:center;
}
.pu_event_done .ph .close {
    position: absolute;
    background-image: url('../images/pop_close.png');
    width: 70px;
    height: 70px;
    right: -70px;
    top: 0;
}

.pu_event_done .ph .hand {
    right:170px;
	bottom:-50px;
}

.pu_event_done .ph .close a {
    display: block;
    width: 100%;
    height: 100%;
}

.pu_event_done .ph .btn_wrap {
    position: absolute;
    width: 70px;
    height: 70px;
    right: -70px;
    top: 0;
    display: flex;
    justify-content: center;
    background-image: url('../images/evt_close.png');
}

.pu_event_done .ph .btn_wrap .btn {
    position: relative;
    width: 250px;
    height: 100%;
}

.pu_event_done .ph .btn_wrap .btn .hand {
    right: 0px;
    bottom: -40px;
}

.pu_event_done .ph .btn_wrap .btn a {
    display: block;
    width: 100%;
    height: 100%;
}

.pu_event_done.e01 {
    background: #000000;
}

.pu_event_done.e02 {
    background: #000000;
}

.pu_event_done.e03 {
    background: #000000;
}

.tc {
    text-align: center;
}


.site_scroll{
    position: absolute;
    bottom: 20px;
	right:150px;
	background-image:url('../images/scroll.png');
	width:70px;
	height:119px;
	animation:1.2s scroll infinite linear forwards
}