@font-face {
	font-family: 'Cafe24Ssurround';
	src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2105_2@1.0/Cafe24Ssurround.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'GMarketSansBold';
	src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansBold.woff') format('woff');
	font-weight: 300;
	font-display: swap;
}

@font-face {
	font-family: 'GMarketSans';
	src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansMedium.woff') format('woff');
	font-weight: 500;
	font-display: swap;
}
body {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: #FFFFFF; 
}
body::after{
    position:absolute; 
    width:0; 
    height:0; 
    overflow:hidden; 
    z-index:-1;
	content: url('../images/event01/btn_confirm_on.png') url('../images/law/box_on.png') url('../images/law/box_stamp.png')
	url('../images/visual/new.jpg') url('../images/visual/old.jpg');
}

* {font-family:'Pretendard',sans-serif;}
.htmlWrapper {width:100%;max-width:720px;margin:0 auto;padding-bottom:110px;position:relative;overflow:hidden;}
.htmlWrapper section {background-position:center;}

/* 상단 */
.htmlWrapper section.top_wrapper {position:relative;display:flex;justify-content:center;align-items:center;width:100%;height:80px;box-sizing:border-box;background:#FFFFFF;font-size:18px;font-family:'Pretendard';}
.htmlWrapper section.top_wrapper > .hx_top{position:relative;height:100%;display:flex;justify-content:center;align-items:center;gap:0 5px;color:#7D7D83;}
.htmlWrapper section.top_wrapper > .hx_top .l_wrap{display:flex;align-items:center;gap:0 5px;}
.htmlWrapper section.top_wrapper > .hx_top span.first{position:relative;margin-right:5px;}

.htmlWrapper section.top_wrapper > .hx_top i{}
.htmlWrapper section.top_wrapper > .hx_top .hx_txt{position:absolute;top:0;}
.htmlWrapper section.top_wrapper > .hx_top b{font-size:22px;color:#222222;letter-spacing: -1px;}

/* 다음 */
section.daum {position: relative;width: 100%;height: 290px;background:#FFFFFF;}
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: 680px;height: 111px;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-wrapper {position: absolute;left: 99px;top: 20px;font-family: 'Pretendard',sans-serif;display:flex;}
section.daum .contents_wrap .box .typing-text-wrapper  .typing-text {position: relative;font-family: 'Pretendard',sans-serif;font-weight: 700;font-size: 32px;color: #1e1e1e;white-space: nowrap;overflow: hidden;}
section.daum .contents_wrap .box .typing-text-wrapper  .typing-text.opacity-0 {transition: .5s all;opacity:0;}

section.daum .contents_wrap .exp {position: relative;left: 5px;margin-top: 15px;}
@keyframes blink {
	0%, 100% { opacity: 1; }
	50% { opacity: 0; }
}
.cursor-blink {
	animation: blink 0.8s infinite;
	height:33px;
	font-size:33px;
}
/* 다음 */

/* 법원의날 */
section.day {position: relative;width: 100%;height: 1260px;background-image:url('../images/day/bg.jpg');display:flex;justify-content: center;align-items:center;}
section.day .contents_wrap {display: flex;width: 680px;height: 1020px;align-items: center;justify-content: center;background-image: url('../images/day/cover.png');}
section.day .contents_wrap .intro{display: none;width: 680px;flex-direction:column;align-items: center;justify-content: center;}
section.day .contents_wrap .intro.on{display: flex;}
section.day .contents_wrap .l_part{width:100%;height:561px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:18px 0;}
section.day .contents_wrap .intro .l_part .photo{position:relative;width:600px;height:360px;background:#000000;border-radius:20px;display:flex;justify-content: center;align-items: center;}
section.day .contents_wrap .intro .l_part .photo iframe{position:relative;width:100%;height:100%;}
section.day .contents_wrap .intro .l_part .photo .img{width:100%;height:100%;}
section.day .contents_wrap .intro .l_part .photo .img.p01{height:302px;background-image: url('../images/day/pic01.png');}
section.day .contents_wrap .intro .l_part .photo .img.p02{height:307px;background-image: url('../images/day/pic02.png');}
section.day .contents_wrap .intro .l_part .photo .img.p03{height:306px;background-image: url('../images/day/pic03.png');}
section.day .contents_wrap .intro .l_part .thumbs{height:120px;display:flex;justify-content: center;gap:0 32px;}
section.day .contents_wrap .intro .l_part .thumbs .pic{width:172px;height:120px;cursor:pointer;border-radius:8px;overflow: hidden;}
section.day .contents_wrap .intro .l_part .thumbs .pic.p01{background-image: url('../images/day/tpic01.png?v=1');border:4px solid #DDDDDD;box-sizing: border-box;}
section.day .contents_wrap .intro .l_part .thumbs .pic.p02{background-image: url('../images/day/tpic02.png?v=1');}
section.day .contents_wrap .intro .l_part .thumbs .pic.p03{background-image: url('../images/day/tpic03.png?v=1');}

section.day .contents_wrap  .r_part{width:100%;height:459px;}
section.day .contents_wrap .intro .r_part .txt_wrap{width:100%;height:100%;display:flex;flex-direction:column;justify-content: start;align-items: center;padding:20px 0 0 0;gap:30px 0;box-sizing: border-box;}
section.day .contents_wrap .intro .r_part .txt_wrap .ttl{width:554px;}
section.day .contents_wrap .intro .r_part .txt_wrap .btn{position:relative;width:283px;height:96px;background-image: url('../images/day/btn_detail.png');cursor:pointer;}
section.day .contents_wrap .intro .r_part .txt_wrap .btn .btn_detail{position:relative;width:100%;height:100%;}

section.day .contents_wrap .cont{display: none;width: 680px;height: 1020px;flex-direction:column;align-items: center;justify-content: center;}
section.day .contents_wrap .cont.on{display: flex;transition: .6s all;}
section.day .contents_wrap .cont .l_part .photo_gallery{width:600px;height:360px;border-radius:20px;overflow:hidden;}
section.day .contents_wrap .cont .l_part .photo_gallery .day_paging_wrapper{position:absolute;width:100%;bottom:20px;display:flex;justify-content: center;z-index:5;}
section.day .contents_wrap .cont .l_part .photo_gallery .day_paging_wrapper .day_paging{position:relative;width:106px;height:34px;border-radius:100px;overflow:hidden;background:#002B6B;display:flex;justify-content: center;align-items: center;}
section.day .contents_wrap .cont .l_part .photo_gallery .day_paging_wrapper .day_paging .swiper-pagination{bottom:inherit;left:inherit;display:flex;gap:0 12px;justify-content: center;}
section.day .contents_wrap .cont .l_part .photo_gallery .day_paging_wrapper .day_paging .swiper-pagination-bullet{width:14px;height:14px;background:#A1C7FF;margin:0;}
section.day .contents_wrap .cont .l_part .photo_gallery .day_paging_wrapper .day_paging .swiper-pagination-bullet-active{background:#FFFFFF;}
section.day .contents_wrap .cont .r_part .txt_wrap{width:100%;height:459px;display:flex;flex-direction:column;justify-content: center;align-items: center;gap:20px 0;box-sizing: border-box;}
section.day .contents_wrap .cont .r_part .txt_wrap .txt{width:90%;height:283px;overflow:auto;text-align:center;}
section.day .contents_wrap .cont .r_part .txt_wrap .txt img{width:572px;}
section.day .contents_wrap .cont .r_part .txt_wrap .btn{position:relative;width:283px;height:96px;background-image: url('../images/day/btn_ok.png');cursor:pointer;}
section.day .contents_wrap .cont .r_part .txt_wrap .btn .btn_ok{position:relative;width:100%;height:100%;}
.mCSB_scrollTools{
	width:8px;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: #002B6B !important; /* 원하는 막대 색상 입력 */
	opacity: 1 !important;              /* 불투명도 조절 (기본값은 보통 투명도가 들어감) */
}
/* 법원의날 */

/* 이벤트 01 */
section.event01 {position: relative;width: 100%;height:2139px;background-image: url('../images/event01/bg.jpg');overflow:hidden;background-position: center top;}
section.event01 .contents_wrapper {display: flex;flex-direction: column;width: 100%;margin:0 auto;align-items: center;padding: 120px 0 0 0;}
section.event01 .contents_wrapper .schedule_wrap {display: flex;flex-direction:column;width: 100%;align-items: center;gap:40px 0;margin-top:80px;}

section.event01 .contents_wrapper .event_cont_wrapper {width:100%;display:flex;flex-direction: column;align-items: center;}
section.event01 .contents_wrapper .event_cont_wrapper .event_title{position:relative;margin:60px 0 0 0;}
section.event01 .contents_wrapper .event_cont_wrapper .quest_box_wrapper{background-image: url('../images/event01/cover.png');width:701px;height:371px;display:flex;justify-content: center;align-items: center;}
section.event01 .contents_wrapper .event_cont_wrapper .quest_box_wrapper .flower{position:absolute;top:60px;right:0;width:113px;height:137px;z-index:5;background-image: url('../images/event01/flower.png');}
section.event01 .contents_wrapper .event_cont_wrapper .quest_box_wrapper .quest_box{position:relative;width:620px;height:292px;background:#FFFFFF;}
section.event01 .contents_wrapper .event_cont_wrapper .quest_box_wrapper .quest_box .quest{position:relative;width:100%;height:205px;display:flex;justify-content: center;align-items: center;}
section.event01 .contents_wrapper .event_cont_wrapper .quest_box_wrapper .quest_box .answer{position:relative;width:100%;height:87px;background:#EDF6FF;display:flex;justify-content: center;align-items: center;gap:0 15px;}
section.event01 .contents_wrapper .event_cont_wrapper .quest_box_wrapper .quest_box .answer .ans{position:relative;height:31px;cursor:pointer;}
section.event01 .contents_wrapper .event_cont_wrapper .quest_box_wrapper .quest_box .answer .ans .hand{right:-60px;bottom:-80px;}
section.event01 .contents_wrapper .event_cont_wrapper .quest_box_wrapper .quest_box .answer .ans.on::before{position:absolute;content:'';background-image: url('../images/event01/chk.png');width:42px;height:44px;top:-20px;left:-10px;}
section.event01 .contents_wrapper .event_cont_wrapper .quest_box_wrapper .quest_box .answer .ans.a01{width:134px;background-image: url('../images/event01/a1.png');}
section.event01 .contents_wrapper .event_cont_wrapper .quest_box_wrapper .quest_box .answer .ans.a02{width:133px;background-image: url('../images/event01/a2.png');}
section.event01 .contents_wrapper .event_cont_wrapper .quest_box_wrapper .quest_box .answer .ans.a03{width:134px;background-image: url('../images/event01/a3.png');}
section.event01 .contents_wrapper .event_cont_wrapper .quest_box_wrapper .quest_box .answer .ans.a04{width:134px;background-image: url('../images/event01/a4.png');}
section.event01 .contents_wrapper .event_cont_wrapper .quest_box_wrapper .quest_box .btns_wrap{position:relative;width:100%;margin-top:40px;display:flex;justify-content: center;cursor:pointer;}
section.event01 .contents_wrapper .event_cont_wrapper .quest_box_wrapper .quest_box .btns_wrap .btn_confirm{width:378px;height:96px;background-image: url('../images/event01/btn_confirm.png');}
section.event01 .contents_wrapper .event_cont_wrapper .quest_box_wrapper .quest_box .btns_wrap .btn_confirm.on{background-image: url('../images/event01/btn_confirm_on.png');}

section.event01 .contents_wrapper .event_cont_wrapper .quest_box_wrapper .result_box{position:relative;width:620px;height:292px;background:#FFFFFF;}
section.event01 .contents_wrapper .event_cont_wrapper .quest_box_wrapper .result_box .result{position:relative;width:100%;height:119px;display:flex;justify-content: center;align-items: center;}
section.event01 .contents_wrapper .event_cont_wrapper .quest_box_wrapper .result_box .exp{position:relative;width:100%;height:173px;background:#EDF6FF;display:flex;justify-content: center;align-items: center;gap:0 84px;}
section.event01 .contents_wrapper .event_cont_wrapper .quest_box_wrapper .result_box .btns_wrap{position:relative;width:100%;margin-top:40px;display:flex;justify-content: center;cursor:pointer;}
section.event01 .contents_wrapper .event_cont_wrapper .quest_box_wrapper .result_box .btns_wrap .btn_join{position:relative;width:378px;height:96px;background-image: url('../images/event01/btn_join.png');}


section.event01 .contents_wrapper > .join_wrapper .join_wrap {position: absolute;left:0;bottom:80px;display: flex;flex-direction:column;justify-content: center;align-items: center;width:712px;height:211px;gap:10px 0;background-image: url('../images/bg_num01.png');font-size:28px;font-weight:400;}
section.event01 .contents_wrapper > .join_wrapper .join_wrap .j_wrap{display:flex;gap:10px 0;color:#555555}
section.event01 .contents_wrapper > .join_wrapper .join_wrap div {line-height: 1;}
section.event01 .contents_wrapper > .join_wrapper .join_wrap .j_info {color: #004C98;font-weight: 900;font-size: 40px;line-height: 0.7;margin-right:10px;}
section.event01 .contents_wrapper > .join_wrapper .join_wrap .ttl {font-weight: 700;padding: 0 7px 0 12px;font-size: 32px;color: #000000;}
/* 이벤트 01 */


/* 이벤트 02 */
section.event02 {position: relative;width: 100%;height: 2837px;background-image: url('../images/event02/bg.jpg');z-index:2;}
section.event02 .contents_wrapper {display: flex;flex-direction: column;width: 100%;margin:0 auto;align-items: center;padding: 120px 0 0 0;}
section.event02 .contents_wrapper .title{position:relative;margin-bottom:80px;}
section.event02 .contents_wrapper .schedule_wrap {display: flex;flex-direction:column;width: 100%;align-items: center;gap:40px 0;}

section.event02 .contents_wrapper .event_cont_wrapper .event_title{margin:60px 0 8px 0;text-align:center;position: relative;}
section.event02 .contents_wrapper .event_cont_wrapper .event_title .btn_title{position: absolute; width:200px; height:62px; top:114px; left:36%;}
section.event02 .contents_wrapper .event_cont_wrapper .event_title .btn_title a{display: block; width: 100%; height: 100%;}
section.event02 .contents_wrapper .event_cont_wrapper .event_cont_wrap{position:relative;width:100%;display:flex;justify-content: center;align-items: center;}
section.event02 .contents_wrapper .event_cont_wrapper .event_cont_wrap .event_item{position:relative;display:flex;flex-wrap:wrap;justify-content: center;gap:0 20px;}
section.event02 .contents_wrapper .event_cont_wrapper .event_cont_wrap .event_item .eitem{position:relative;width:332px;height:251px;display:flex;justify-content: center;align-items: end;padding:22px 0;box-sizing: border-box;}
section.event02 .contents_wrapper .event_cont_wrapper .event_cont_wrap .event_item .eitem.e01{background-image:url('../images/event02/bg_card01.png');}
section.event02 .contents_wrapper .event_cont_wrapper .event_cont_wrap .event_item .eitem.e02{background-image:url('../images/event02/bg_card02.png');}
section.event02 .contents_wrapper .event_cont_wrapper .event_cont_wrap .event_item .eitem.e03{background-image:url('../images/event02/bg_card03.png');top:-3px;}
section.event02 .contents_wrapper .event_cont_wrapper .event_cont_wrap .event_item .eitem.e04{background-image:url('../images/event02/bg_card04.png');top:-3px;}
section.event02 .contents_wrapper .event_cont_wrapper .event_cont_wrap .event_item .eitem.e05{background-image:url('../images/event02/bg_card05.png');top:-3px;}
section.event02 .contents_wrapper .event_cont_wrapper .event_cont_wrap .event_item .eitem .btn_view{width:163px;height:51px;cursor:pointer;}
section.event02 .contents_wrapper .event_cont_wrapper .event_cont_wrap .event_item .eitem .btn_view.on{background-image: url('../images/event02/btn_view_on.png');cursor:default;}
section.event02 .contents_wrapper .event_cont_wrapper .event_cont_wrap .event_item .eitem .btn_view.on::before{position:absolute;left:0;top:0;content:'';background-image: url('../images/event02/stamp.png');width:332px;height:270px;}
section.event02 .contents_wrapper .event_cont_wrapper .event_cont_wrap .btn_wrap{position:relative;margin-top:40px;width:100%;display:flex;justify-content: center;}
section.event02 .contents_wrapper .event_cont_wrapper .event_cont_wrap .btn_wrap .btn_join{position:relative;width:420px;height:90px;background-image: url('../images/event02/btn_join.png');}
section.event02 .contents_wrapper .event_cont_wrapper .event_cont_wrap .btn_wrap .btn_join .hand{display:none;}
section.event02 .contents_wrapper .event_cont_wrapper .event_cont_wrap .btn_wrap .btn_join.on{background-image: url('../images/event02/btn_join_on.png');cursor:pointer;}
section.event02 .contents_wrapper .event_cont_wrapper .event_cont_wrap .btn_wrap .btn_join.on .hand{display:block;}

section.event02 .contents_wrapper .event_cont_wrapper .event_cont_wrap .event_view{position:relative;display:flex;flex-wrap:wrap;justify-content: center;}
section.event02 .contents_wrapper .event_cont_wrapper .event_cont_wrap .event_view .eitem_view{position:relative;width:680px;height:863px;margin:20px 0 0 0;}
section.event02 .contents_wrapper .event_cont_wrapper .event_cont_wrap .event_view .eitem_view .cont{position:relative;width:100%;height:100%;}
section.event02 .contents_wrapper .event_cont_wrapper .event_cont_wrap .event_view .eitem_view .cont.e01{background-image:url('../images/event02/result01.png');}
section.event02 .contents_wrapper .event_cont_wrapper .event_cont_wrap .event_view .eitem_view .cont.e02{background-image:url('../images/event02/result02.png');}
section.event02 .contents_wrapper .event_cont_wrapper .event_cont_wrap .event_view .eitem_view .cont.e03{background-image:url('../images/event02/result03.png');}
section.event02 .contents_wrapper .event_cont_wrapper .event_cont_wrap .event_view .eitem_view .cont.e04{background-image:url('../images/event02/result04.png');}
section.event02 .contents_wrapper .event_cont_wrapper .event_cont_wrap .event_view .eitem_view .cont.e05{background-image:url('../images/event02/result05.png');}
section.event02 .contents_wrapper .event_cont_wrapper .event_cont_wrap .event_view .btn_wrap{position:absolute;bottom:40px;width:100%;display:flex;justify-content: center;}
section.event02 .contents_wrapper .event_cont_wrapper .event_cont_wrap .event_view .btn_wrap .btn_other{position:relative;width:420px;height:90px;background-image:url('../images/event02/btn_other.png');cursor:pointer;}

section.event02 .contents_wrapper > .join_wrapper .join_wrap {position: absolute;left:0;bottom:310px;display: flex;flex-direction:column;justify-content: center;align-items: center;gap:10px 0;width:712px;height:211px;background-image: url('../images/bg_num02.png');font-size:28px;}
section.event02 .contents_wrapper > .join_wrapper .join_wrap .j_wrap{display:flex;gap:10px 0;color:#555555}
section.event02 .contents_wrapper > .join_wrapper .join_wrap div {line-height: 1;}
section.event02 .contents_wrapper > .join_wrapper .join_wrap .j_info {color: #F05100;font-weight: 900;font-size: 40px;line-height: 0.7;margin-right:10px;}
section.event02 .contents_wrapper > .join_wrapper .join_wrap .ttl {font-weight: 700;padding: 0 7px 0 12px;font-size: 32px;color: #000000;}

/* 이벤트 02 */

/* 이벤트 03 */
section.event03 {position: relative;width: 100%;height:2823px;background-image: url('../images/event03/bg.jpg');overflow:hidden;background-position:top center;}
section.event03 .contents_wrapper {display: flex;flex-direction: column;width: 100%;margin:0 auto;align-items: center;padding: 120px 0 0 0;}
section.event03 .contents_wrapper .title{position:relative;margin-bottom:80px;}
section.event03 .contents_wrapper .schedule_wrap {display: flex;flex-direction:column;width: 100%;align-items: center;gap:40px 0;}
section.event03 .contents_wrapper .event_cont_wrapper {width:100%;display:flex;flex-direction: column;align-items: center;margin:60px 0 0 0;}
section.event03 .contents_wrapper .event_cont_wrapper .event_title{margin-bottom:16px;}
section.event03 .contents_wrapper .event_cont_wrapper .event_title02{margin-bottom:40px;}
section.event03 .contents_wrapper .event_cont_wrapper .event_cont_wrap{position:relative;width:680px;display:flex;flex-direction: column;align-items: center;}
section.event03 .contents_wrapper .event_cont_wrapper .event_cont_wrap .intro{width:540px;display:flex;flex-direction: column;gap:40px 0;align-items: center;}
section.event03 .contents_wrapper .event_cont_wrapper .event_cont_wrap .intro .cover{position:relative;width:100%;height:930px;background-image: url('../images/event03/cover.png');}
section.event03 .contents_wrapper .event_cont_wrapper .event_cont_wrap .intro .cover .txt01{position:absolute;width:343px;height:76px;left:-43px;top:39px;background-image: url('../images/event03/txt01.png');}
section.event03 .contents_wrapper .event_cont_wrapper .event_cont_wrap .intro .cover .txt02{position:absolute;width:318px;height:105px;left:-70px;top:266px;background-image: url('../images/event03/txt02.png');}
section.event03 .contents_wrapper .event_cont_wrapper .event_cont_wrap .intro .cover .txt03{position:absolute;width:269px;height:105px;right:-69px;bottom:228px;background-image: url('../images/event03/txt03.png');}
section.event03 .contents_wrapper .event_cont_wrapper .event_cont_wrap .intro .cover .txt04{position:absolute;width:220px;height:76px;right:-27px;bottom:59px;background-image: url('../images/event03/txt04.png');}

section.event03 .contents_wrapper .event_cont_wrapper .event_cont_wrap .intro .btn_start{position:relative;width:353px;height:88px;background-image: url('../images/event03/btn_start.png');cursor:pointer;}
section.event03 .contents_wrapper .event_cont_wrapper .event_cont_wrap .quest_box{width:680px;}
section.event03 .contents_wrapper .event_cont_wrapper .event_cont_wrap .quest_box .quest01{width:100%;height:930px;background-image: url('../images/event03/quest01/quest.png');}
section.event03 .contents_wrapper .event_cont_wrapper .event_cont_wrap .quest_box .quest02{width:100%;height:930px;background-image: url('../images/event03/quest02/quest.png');}
section.event03 .contents_wrapper .event_cont_wrapper .event_cont_wrap .quest_box .quest03{width:100%;height:930px;background-image: url('../images/event03/quest03/quest.png');}
section.event03 .contents_wrapper .event_cont_wrapper .event_cont_wrap .quest_box .quest{position:relative;width:100%;height:100%;display:flex;justify-content: center;align-items: end;padding:228px 0;box-sizing: border-box;}
section.event03 .contents_wrapper .event_cont_wrapper .event_cont_wrap .quest_box .quest .btn_hint{position:absolute;width:120px;height:120px;top:20px;right:20px;background-image: url('../images/event03/btn_hint.png');cursor:pointer;}
section.event03 .contents_wrapper .event_cont_wrapper .event_cont_wrap .quest_box .quest .btn_select{position:relative;display:flex;justify-content:space-between;width:538px;height:260px;}
section.event03 .contents_wrapper .event_cont_wrapper .event_cont_wrap .quest_box .quest .btn_select .answer{position:relative;display:flex;width:230px;height:260px;cursor:pointer;}
section.event03 .contents_wrapper .event_cont_wrapper .event_cont_wrap .quest_box .quest .btn_select .answer:hover{transition: .5s all;}
section.event03 .contents_wrapper .event_cont_wrapper .event_cont_wrap .quest_box .quest .btn_select .answer.ao{background-image: url('../images/event03/btn_o.png');}
section.event03 .contents_wrapper .event_cont_wrapper .event_cont_wrap .quest_box .quest .btn_select .answer.ao.on{background-image: url('../images/event03/btn_o_on.png');}
section.event03 .contents_wrapper .event_cont_wrapper .event_cont_wrap .quest_box .quest .btn_select .answer.ax{background-image: url('../images/event03/btn_x.png');}
section.event03 .contents_wrapper .event_cont_wrapper .event_cont_wrap .quest_box .quest .btn_select .answer.ax.on{background-image: url('../images/event03/btn_x_on.png');}

section.event03 .contents_wrapper .event_cont_wrapper .event_cont_wrap .quest_box .btn_confirm_wrapper{width:100%;display:flex;justify-content: center;margin:40px 0 0 0;}
section.event03 .contents_wrapper .event_cont_wrapper .event_cont_wrap .quest_box .btn_confirm_wrapper .btn_confirm{position:relative;background-image: url('../images/event03/btn_confirm.png');width:352px;height:88px;cursor:pointer;}
section.event03 .contents_wrapper .event_cont_wrapper .event_cont_wrap .quest_box .btn_confirm_wrapper .btn_confirm.on{background-image: url('../images/event03/btn_confirm_on.png');}
section.event03 .contents_wrapper .event_cont_wrapper .event_cont_wrap .quest_box .btn_confirm_wrapper .btn_confirm .hand{display:none;}
section.event03 .contents_wrapper .event_cont_wrapper .event_cont_wrap .quest_box .btn_confirm_wrapper .btn_confirm.on .hand{display:block;}

section.event03 .contents_wrapper .event_cont_wrapper .event_cont_wrap .answer_box{position: relative;width:680px;display:flex;flex-direction: column;gap:40px 0;align-items: center;}
section.event03 .contents_wrapper .event_cont_wrapper .event_cont_wrap .answer_box .answer{position: relative;width:100%;height:930px;background-size:100%;}
section.event03 .contents_wrapper .event_cont_wrapper .event_cont_wrap .answer_box .answer.q1.o{background-image: url('../images/event03/quest01/o.png');}
section.event03 .contents_wrapper .event_cont_wrapper .event_cont_wrap .answer_box .answer.q1.x{background-image: url('../images/event03/quest01/x.png');}

section.event03 .contents_wrapper .event_cont_wrapper .event_cont_wrap .answer_box .answer.q2.o{background-image: url('../images/event03/quest02/o.png');}
section.event03 .contents_wrapper .event_cont_wrapper .event_cont_wrap .answer_box .answer.q2.x{background-image: url('../images/event03/quest02/x.png');}

section.event03 .contents_wrapper .event_cont_wrapper .event_cont_wrap .answer_box .answer.q3.o{background-image: url('../images/event03/quest03/o.png');}
section.event03 .contents_wrapper .event_cont_wrapper .event_cont_wrap .answer_box .answer.q3.x{background-image: url('../images/event03/quest03/x.png');}


section.event03 .contents_wrapper .event_cont_wrapper .event_cont_wrap .answer_box .btn_next{position: relative;width:352px;height:88px;background-image: url('../images/event03/btn_next.png');cursor:pointer;}

section.event03 .contents_wrapper .event_cont_wrapper .event_cont_wrap .result_box{position: relative;width:680px;height:930px;background-image: url('../images/event03/result_box.png');}
section.event03 .contents_wrapper .event_cont_wrapper .event_cont_wrap .result_box .result{display:flex;flex-direction: column;padding:79px 0 0 170px;box-sizing: border-box;}
section.event03 .contents_wrapper .event_cont_wrapper .event_cont_wrap .result_box .result ul{display:flex;position:relative;}
section.event03 .contents_wrapper .event_cont_wrapper .event_cont_wrap .result_box .result ul li{position:relative;width:170px;height:301px;display:flex;justify-content: center;align-items: start;padding:20px 0 0 0;box-sizing: border-box;}
section.event03 .contents_wrapper .event_cont_wrapper .event_cont_wrap .result_box .result ul:nth-child(2) li{height:275px;}
section.event03 .contents_wrapper .event_cont_wrapper .event_cont_wrap .result_box .result ul:nth-child(3) li{height:275px;}
section.event03 .contents_wrapper .event_cont_wrapper .event_cont_wrap .result_box .result ul li:nth-child(4){position:absolute;left:-310px;bottom:50px;height:37px;width:100%;}
section.event03 .contents_wrapper .event_cont_wrapper .event_cont_wrap .result_box .result ul li .btn_view{position:relative;width:160px;height:47px;background-image:url('../images/event03/btn_content.png');cursor:pointer;}
section.event03 .contents_wrapper .event_cont_wrapper .event_cont_wrap .result_box .result ul li .ans{width:50px;height:50px;}
section.event03 .contents_wrapper .event_cont_wrapper .event_cont_wrap .result_box .result ul li .ans.o{background-image:url('../images/event03/o.png');}
section.event03 .contents_wrapper .event_cont_wrapper .event_cont_wrap .result_box .result ul li .ans.x{background-image:url('../images/event03/x.png');}
section.event03 .contents_wrapper .event_cont_wrapper .event_cont_wrap .result_box .result ul li:nth-child(3) {padding:30px 0;}
section.event03 .contents_wrapper .event_cont_wrapper .event_cont_wrap .result_box .result ul li .answer{font-size:24px;font-weight:600;color:#222222;}
section.event03 .contents_wrapper .event_cont_wrapper .event_cont_wrap .result_box .btn_wrap{position:relative;width:100%;display:flex;justify-content: center;margin:40px 0 0 0;}
section.event03 .contents_wrapper .event_cont_wrapper .event_cont_wrap .result_box .btn_wrap .btn_join{position:relative;width:352px;height:88px;background-image: url('../images/event03/btn_join.png');cursor:pointer;}


section.event03 .contents_wrapper > .join_wrapper .join_wrap {position: absolute;left:0;bottom:100px;display: flex;flex-direction:column;justify-content: center;align-items: center;gap:10px 0;width:712px;height:211px;background-image: url('../images/bg_num03.png');font-size:28px;}
section.event03 .contents_wrapper > .join_wrapper .join_wrap .j_wrap{display:flex;gap:10px 0;color:#555555}
section.event03 .contents_wrapper > .join_wrapper .join_wrap div {line-height: 1;}
section.event03 .contents_wrapper > .join_wrapper .join_wrap .j_info {color: #E859D4;font-weight: 900;font-size: 40px;line-height: 0.7;margin-right:10px;}
section.event03 .contents_wrapper > .join_wrapper .join_wrap .ttl {font-weight: 700;padding: 0 7px 0 12px;font-size: 32px;color: #000000;}


/* 이벤트 03 */

/* 배너 */
section.banner {position: relative;width: 100%;height:888px;background-image:url('../images/banner/bg.jpg');display:flex;justify-content: center;align-items: center;}
section.banner .contents_wrapper {width: 100%;display: flex;flex-direction:column;align-items: center;justify-content:center;gap:40px 0;}
section.banner .contents_wrapper .schedule{width:547px;height:318px;background-image: url('../images/banner/schedule.png');}
section.banner .contents_wrapper .info{display:flex;flex-direction: column;gap:20px 0;align-items:center;}
section.banner .contents_wrapper .info .ttl{width:307px;height:196px;background-image: url('../images/banner/txt.png');}
section.banner .contents_wrapper .info .btn_view{width:216px;height:74px;background-image: url('../images/banner/btn_view.png');}
section.banner .contents_wrapper .info .btn_view a{display:block;width:100%;height:100%;}
/* 배너 */

/* 숏츠 */
section.movie {position: relative;width: 100%;height:1110px;background-image:url('../images/movie/bg.jpg');}
section.movie .contents_wrapper {display: flex;flex-direction: column;width: 100%;height:100%;align-items: center;justify-content:start;gap:40px 0;padding:120px 0 0 0;box-sizing: border-box;}
section.movie .contents_wrapper .movie_wrap{position:relative;width:691px;display:flex;flex-direction: column;align-items: center;justify-content: center;}
section.movie .contents_wrapper .movie_wrap .movie{position:relative;width:691px;height:499px;background-image: url('../images/movie/box.png');display:flex;flex-direction: column;align-items:center;justify-content:center;gap:8px 0;}
section.movie .contents_wrapper .movie_wrap .movie .movie-wrapper {position:relative;width:648px;height:406px;}
section.movie .contents_wrapper .movie_wrap .info{width:648px;display:flex;justify-content: space-between;}
section.movie .contents_wrapper .movie_wrap .info .info_wrap{display:flex;gap:0 8px;align-items: center;}
section.movie .contents_wrapper .movie_wrap .info .subscribe_wrap{display:flex;gap:0 8px;align-items: center;}
section.movie .contents_wrapper .movie_wrap .info .subscribe_wrap .btn_subscribe{background-image:url('../images/movie/subscribe.png');width:41px;height:24px;}
section.movie .contents_wrapper .movie_wrap .info .subscribe_wrap .btn_subscribe a{display:block;width:100%;height:100%;}

section.movie .contents_wrapper .movie_controller_wrap {position:relative;width:690px;height:100px;display:flex;justify-content: space-between;margin:20px 0 0 0;align-items: center;}
section.movie .contents_wrapper .movie_controller_wrap .btn_prev {position:relative;width:48px;height:48px;background-image: url('../images/movie/btn_prev.png');cursor:pointer;}
section.movie .contents_wrapper .movie_controller_wrap .thumb_list {position:relative;width:554px;height:100%;}
section.movie .contents_wrapper .movie_controller_wrap .btn_next {position:relative;width:48px;height:48px;background-image: url('../images/movie/btn_next.png');cursor:pointer;}

section.movie .contents_wrapper .movie_controller_wrap .swiper-pagination-bullet{border-radius:0;width:178px;height:100px;margin:0;background-color: transparent;}

section.movie .contents_wrapper .movie_controller_wrap .thumbSwiper .pic{width:178px;height:100px;}
section.movie .contents_wrapper .movie_controller_wrap .thumbSwiper .p01{background-image: url('../images/movie/pic01.png');}
section.movie .contents_wrapper .movie_controller_wrap .thumbSwiper .p02{background-image: url('../images/movie/pic02.png');}
section.movie .contents_wrapper .movie_controller_wrap .thumbSwiper .p03{background-image: url('../images/movie/pic03.png');}
section.movie .contents_wrapper .movie_controller_wrap .thumbSwiper .p04{background-image: url('../images/movie/pic04.png');}
section.movie .contents_wrapper .movie_controller_wrap .thumbSwiper .p05{background-image: url('../images/movie/pic05.png');}
section.movie .contents_wrapper .movie_controller_wrap .thumbSwiper .p06{background-image: url('../images/movie/pic06.png');}
section.movie .contents_wrapper .movie_controller_wrap .thumbSwiper .swiper-slide{position:relative;width:178px !important;height:100px !important;}
section.movie .contents_wrapper .movie_controller_wrap .thumbSwiper .swiper-slide::before{position:absolute;content:'';border-radius:10px;left:0;top:0;width:100%;height:100%;background-color: rgba(0,0,0,.6);z-index:2;}
section.movie .contents_wrapper .movie_controller_wrap .thumbSwiper .swiper-slide.swiper-slide-active::before{background-color: rgba(0,0,0,0);}

section.movie .contents_wrapper .movieSwiper{position:relative;width:648px;height:405px !important;}
section.movie .contents_wrapper .movieSwiper .swiper-slide{position:relative;border-radius:12px;display:flex;align-items: center;justify-content: center;}
section.movie .contents_wrapper .movieSwiper .swiper-slide iframe{width:100%;height:100%;border-radius:12px;}
section.movie .contents_wrapper .movieSwiper .swiper-slide.swiper-slide-active img{box-shadow: rgba(0, 0, 0, .4) 0 6px 24px;}

/* 숏츠 */


/* LAW */
section.law {position: relative;width: 100%;height: 1502px;background-image:url('../images/law/bg.jpg');}
section.law .contents_wrapper {width: 100%;height: 100%;display: flex;flex-direction: column;align-items: center;justify-content: start;text-align: center;gap:40px 0;padding:120px 0 0 0;box-sizing: border-box;}
section.law .contents_wrapper .info_wrapper {width:670px;display:flex;flex-wrap: wrap;gap:20px 20px;}
section.law .contents_wrapper .info_wrapper .info{width:210px;height:174px;background-image: url('../images/law/box.png');cursor:pointer;display:flex;justify-content: center;align-items: center;padding:24px 0 0 0;box-sizing:border-box;}
section.law .contents_wrapper .info_wrapper .info span{color:#FFFFFF;font-size:32px;font-weight:900;}
section.law .contents_wrapper .info_wrapper .info:hover{background-image: url('../images/law/box_on.png');}
section.law .contents_wrapper .info_wrapper .info:hover span{color:#643479;}
section.law .contents_wrapper .info_wrapper .info.stamp{background-image: url('../images/law/box_stamp.png');}
section.law .contents_wrapper .info_wrapper .info.stamp span{color:#643479;}
section.law .contents_wrapper .info_wrapper .info.stamp::before{position:absolute;content:'';background-image: url('../images/law/stamp.png');width:157px;height:156px;}


section.law .law_pop_wrapper{position:fixed;left:0;top:0;width:100%;height:100vh;z-index:99;background-color: rgba(0,0,0,.6);display:flex;justify-content: center;align-items: center;}
section.law .law_pop_wrapper .law_pop{position:relative;width:690px;display:flex;flex-direction: column;gap:40px 0;align-items: center;}
section.law .law_pop_wrapper .law_pop .cont{width:100%;display:flex;flex-direction: column;background:#FFFFFF; display:flex;flex-direction: column;align-items: center;justify-content: space-between;border-radius:20px;overflow:hidden;}
section.law .law_pop_wrapper .law_pop .cont .movie{width:100%;height:388px;}
section.law .law_pop_wrapper .law_pop .cont .movie iframe{width:100%;height:100%;}
section.law .law_pop_wrapper .law_pop .cont .video{width:100%;height:388px;}
section.law .law_pop_wrapper .law_pop .cont .video video{width:100%;height:100%;}
section.law .law_pop_wrapper .law_pop .cont .pic {position:relative;width:100%;height:388px;}
section.law .law_pop_wrapper .law_pop .cont .pic .hand{right:40px;top: 300px;}
section.law .law_pop_wrapper .law_pop .cont .pic img{width:100%;height:100%;object-fit: cover;object-position: center top;}
section.law .law_pop_wrapper .law_pop .cont .txt{font-size:26px;font-weight:700;padding:20px;box-sizing: border-box;line-height:1.5;text-align:center;}
section.law .law_pop_wrapper .law_pop .cont .txt .hl{color:#0e4196;}
section.law .law_pop_wrapper .law_pop .btn_confirm{position:relative;background:#704882;color:#FFFFFF;width:250px;height:70px;font-size:30px;font-weight:700;display:flex;justify-content: center;align-items:center;border-radius:50px;cursor:pointer;border: solid 3px #AEB3DA;}

/* LAW */



/* SNS */
section.sns {position: relative;width: 100%;height: 598px;background-image:url('../images/sns/bg.jpg');}
section.sns .contents_wrap {width: 100%;height: 100%;display: flex;flex-direction: column;align-items: center;justify-content: center;text-align: center;padding:0 0 0 0;box-sizing:border-box;}
section.sns .contents_wrap > .title {margin-bottom:40px;}
section.sns .contents_wrap > .sns_wrapper {position: relative;width:100%x;display:flex;justify-content: center;align-items: center;flex-wrap: wrap;}
section.sns .contents_wrap > .sns_wrapper > ul {width:100%;display: flex;gap:0 16px;flex-wrap: wrap;}
/* SNS */

/* SNS SHARE */
section.snsshare {position: relative;width: 100%;height: 543px;background-image:url('../images/share/bg.jpg');}
section.snsshare .contents_wrap {width: 100%;height: 100%;display: flex;flex-direction: column;align-items: center;justify-content: center;text-align: center;gap:40px 0;}
section.snsshare .contents_wrap .title_wrap {display:flex;flex-direction: column;gap:20px 0;}
section.snsshare .contents_wrap .sns_wrapper {position: relative;width:590px;height:115px;background:#FFFFFF;border-radius:40px;display:flex;justify-content: center;align-items: center;}
section.snsshare .contents_wrap .sns_wrapper > ul {display: flex;gap: 0 20px;}
/* SNS SHARE */





/* 참여 정보 */
section.sec-join-info {position:relative;width:100%;height:208px;display:flex;flex-direction:column;justify-content:center;font-size:28px;align-items:center;color:#222222;background-color:#ffffff;font-family:'Pretendard';gap:10px 0;}
section.sec-join-info  div {font-weight:800;display:flex;align-items:center;}
section.sec-join-info  span.normal{font-weight:400;font-size:28px;margin-right:5px;margin-top:-5px;}
section.sec-join-info  span._visit_all_cnt{color:#0A91F8;margin-left:5px;margin-top:-10px;font-family:'ONE-Mobile-Title';line-height:0;font-size:48px;}
section.sec-join-info  span._join_all_cnt{color:#EF6ABD;margin-left:5px;margin-top:-10px;font-family:'ONE-Mobile-Title';font-size:48px;}
section.sec-join-info  div span{font-size:48px;font-weight:900;font-family:"ONE-Mobile-Title",sans-serif;padding:0 0 0 5px;}
/* 참여 정보 */


/* SNS */


/* 참여 정보 */
section.sec-copyright {position:relative;width:100%;height:252px;display:flex;flex-direction:column;justify-content:center;align-items:center;background:#f0f0f0;color:#7D7D83;font-size:18px;font-weight:500;padding:60px 40px;box-sizing:border-box;}
section.sec-copyright > .copyright {width:100%;}
section.sec-copyright > .copyright ul{}
section.sec-copyright > .copyright ul li{margin-bottom:10px;}
section.sec-copyright > .copyright ul li:first-child{color:#262630;font-size:20px;font-family:'Pretendard',sans-serif;}
section.sec-copyright > .copyright ul li:nth-child(2n+2){}
section.sec-copyright > .copyright ul li:nth-child(3){margin-top:16px;}
section.sec-copyright > .copyright ul li:nth-child(4){display:flex;}
section.sec-copyright > .copyright ul li:nth-child(4) > div{}
section.sec-copyright > .copyright ul li:nth-child(4) span{color:#000000;font-family:'Pretendard',sans-serif;}


/* 고정 메뉴 */
.navigator_wrapper {position:fixed;left:0;bottom:0;width:100%;height:110px;z-index:15; overflow:hidden;display:none;}
.navigator_wrapper .cont_wrap {width:100%;background:#393053;height:100%;display:flex;justify-content:center;}
.navigator_wrapper .cont_wrap .navi_wrap {width:100%;height:100%;display:flex;justify-content:center;align-items:center;padding:0 10px;box-sizing:border-box; gap:6px;}
.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;gap:0 0;}
.navigator_wrapper .cont_wrap .navi_wrap > li img{}
.navigator_wrapper .cont_wrap .navi_wrap > li > div > a{width:100%;height:100%;display:flex;justify-content:center;align-items:center;border-radius:100px;overflow:hidden;}
.navigator_wrapper .cont_wrap .navi_wrap > li > .n_top{position:relative;background-image:url('../images/top.png');width:68px;height:68px;cursor:pointer;background-repeat:no-repeat;border-radius:50%;}


/* 고정 메뉴 */

/* 기타  */

.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:zoom 1s ease-in-out infinite;animation-delay:0.5s;animation-duration:1s;width:106px;height:99px;background-image:url(../images/hand.png);right:-40px;bottom:-30px;}


.result_wrap {position:absolute;width:100%;text-align:center;bottom:100px;}
.result_wrap > .btn.event_result2{width:463px;height:122px;display:inline-block;}
.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 {width:100%;height:100%;object-fit:cover;background-position:center;}

.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;}

.bounce1 {animation: bounce1 2s;}
.bounce2 {animation: bounce2 1s;}
.bounce3 {animation: bounce3 1s;}

.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; 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;}
.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;border-top-left-radius:20px;border-top-right-radius:20px;}
.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 { float:left; width:50%; display:flex; justify-content:center;align-items:center;height:100px; line-height:1.2; text-align:center; font-size:30px; color:#fff; font-weight:800; }
.pu_event_info .btns a:hover { text-decoration:none; }
.pu_event_info .btns a.bt_participate_done {background:#FF4A27;color:#FFFFFF;position:relative;border-bottom-left-radius:20px;}
.pu_event_info .btns a.bt_participate_done .hand{right:10px;bottom:-50px;zoom:1;}

.pu_event_info.pop01 .btns a.bt_participate_done {
    background: #004C98;
    color: #FFFFFF;
}

.pu_event_info.pop02 .btns a.bt_participate_done {
    background: #F05100;
    color: #FFFFFF;
}
.pu_event_info.pop03 .btns a.bt_participate_done {
    background: #E859D4;
    color: #FFFFFF;
}

.pu_event_info .btns a.bt_cancel {background:#333;border-bottom-right-radius:20px;}

.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:32px; height:32px; line-height:32px; margin:-10px 0 0 10px; text-align:center; vertical-align:middle; background:url(../images/cb.png?v=1) no-repeat 0 0; }
.pu_event_info.pop01 .checks input[type="checkbox"]:checked + label:after { background:url(../images/cb_on.png?v=3) no-repeat 0 0; }
.pu_event_info.pop02 .checks input[type="checkbox"]:checked + label:after { background:url(../images/cb2_on.png?v=3) no-repeat 0 0; }
.pu_event_info.pop03 .checks input[type="checkbox"]:checked + label:after { background:url(../images/cb3_on.png?v=3) no-repeat 0 0; }




.pu_event_done { display:none;}
.pu_event_done .ph{ width:100%;}
.pu_event_done .ph .close{position:absolute;width:70px;height:70px;right:-70px;top:0;}
.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;}
.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 a {position:absolute; display:block; width:100%;height:80px;bottom:0;}
.pu_event_done .ph a .hand{right:160px;bottom:-40px;}
.pu_event_done .ph img{width:650px;}


.pu_event_done.e01 {background:#000000;}
.pu_event_done.e02 {background:#000000;}
.pu_event_done.e03 {background:#000000;}
.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;
}
.tc {text-align:center;}

