

body::-webkit-scrollbar, html::-webkit-scrollbar {
	display: none;
}
body, html {
	-ms-overflow-style: none;
	scrollbar-width: none;
	user-select:none;
	overflow-x:hidden;
}
html, body {
	touch-action: manipulation; /* 터치 스크롤만 허용 */
	-ms-touch-action: manipulation; /* IE/Edge 구버전 대응 */
	overscroll-behavior: none; /* 스크롤 바운스 방지 */
}
body {
	-webkit-font-smoothing: antialiased;
	color:#333;
}
img {
	-webkit-user-drag: none;
}
::selection {
	background: #392d30;
	color: #fff
}
::-moz-selection {
	background: #392d30;
	color: #fff
}
::-webkit-selection {
	background: #392d30;
	color: #fff
}


section, .footer {
	width: 100vw;
	background-size: cover;
	background-position:center 0;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	position: relative;
}


.section01 {
	background-image:url('../img/sec01_bg.jpg');
	padding-top: 90px;
	height: 3007px;
}
.logo {
	padding-left: 30px;
}
.sec01_title {
	margin-top: 45px;
	margin-bottom: 30px;
	position: relative;
}




.video_box {
	display: flex;
	justify-content: center;
	width: 666px;
	margin-top: 45px;
	position: relative;
}

.video_box iframe {
	width: 100%;
	height: 383px;
	border: 10px solid #392d30;
	outline: none;
	background: transparent;
	display: block;
}

@media (max-width: 600px) {
	.video_box iframe {
		max-width: 320px;
	}
}





.sec01_item01, .sec01_item02, .sec01_item03, .sec01_item04, .sec01_item05, .sec01_item06 {
	position: absolute;
}
.sec01_item01 {
	top: 190px;
	left: -120px;
	animation: sec01_item01 ease-in-out 3s .8s infinite;
}
@keyframes sec01_item01 {
	0% {
		transform: translate(0px, 0px);
	}
	50% {
		transform: translate(5px, 30px);
	}
	100% {
		transform: translate(0px, 0px);
	}
}
.sec01_item02 {
	top: -100px;
	right: 30px;
	animation: sec01_item01 ease-in-out 3.6s 1.2s infinite;
}
@keyframes sec01_item01 {
	0% {
		transform: translate(0px, 0px);
	}
	50% {
		transform: translate(-5px, 40px);
	}
	100% {
		transform: translate(0px, 0px);
	}
}
.sec01_item03 {
	top: 70px;
	left: -350px;
}
.sec01_item04 {
	top: 70px;
	right: -350px;
}
.sec01_item05 {
	top: 920px;
	left: 130px;
}
.sec01_item06 {
	top: 720px;
	right: 70px;
}


.tab_box {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	margin-top: 130px;
}
.tab_box > div {
	cursor: pointer;
	transition: .3s;
	border-radius: 50px;
	background-size: cover;
	background-repeat: no-repeat;
	width: 302px;
	height: 79px;
}
.tab_box > div:hover {
	transform: translateY(-5px);
	box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
}

.tab_a_btn, .tab_a_btn.on_a {
	background-image: url("../img/tab_a_01_n.png");
}
.tab_a_btn.on_b {
	background-image: url("../img/tab_a_02_n.png");
}
.tab_b_btn, .tab_b_btn.on_a {
	background-image: url("../img/tab_b_01_n.png");
}
.tab_b_btn.on_b {
	background-image: url("../img/tab_b_02_n.png");
}

.tab01_bg {
	background-image: url("../img/tab01_bg.png");
	width: 100vw;
	height: 1462px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position-y: top;
	position: absolute;
	bottom: 0;
}

.tab_con {
	padding-top: 60px;
	display: none;
	flex-direction: column;
	align-items: center;
}
.tab_con.active {
	display: flex;
}

.game_box {
	width: 795px;
	height: 595px;
	border: 2px solid #1e0b07;
	border-radius: 30px;
	background-color: #fff;
	padding: 12px;
	position: relative;
	margin-top: 100px;
	margin-bottom: 70px;
}
.game_title {
	position: absolute;
	top: -40px;
	width: 100%;
	display: flex;
	justify-content: center;
}
.game_con {
	width: 100%;
	height: 100%;
	border: 2px solid #1e0b07;
	border-radius: 30px;
	background-image: url("../img/game_bg.png");
	background-size: cover;
	background-position-y: bottom;
	display: none;
	overflow: hidden;
}
.game_con.active {
	display: flex;
}

.game_con01 > div {
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.85);
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
	-webkit-user-drag: none;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	user-select: none;
}
.start_btn {
	cursor: pointer;
}
* {
	-webkit-tap-highlight-color: transparent;  /* iOS Safari, Android */
	-webkit-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	touch-action: manipulation;
}

.game_con02 > div {
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.7);
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
}

.cha_before {
	background-size: cover;
	background-repeat: no-repeat;
	position: absolute;
	cursor: pointer;
}
.cha01_before {
	background-image: url("../img/cha01_before01.png");
	width: 202px;
	height: 201px;
	top: 60px;
	left: 50%;
	transform: translateX(-50%);
}
.cha02_before {
	background-image: url("../img/cha02_before01.png");
	width: 210px;
	height: 186px;
	top: 210px;
	left: calc(50% - 150px);
	transform: translateX(-50%);
}
.cha03_before {
	background-image: url("../img/cha03_before01.png");
	width: 167px;
	height: 174px;
	top: 225px;
	left: calc(50% + 160px);
	transform: translateX(-50%);
}
.cha01_before.active {
	background-image: url("../img/cha01_before02.png");
}
.cha02_before.active {
	background-image: url("../img/cha02_before02.png");
}
.cha03_before.active {
	background-image: url("../img/cha03_before02.png");
}

.game_vs {
	width: 570px;
	height: 40px;
	border: 2px solid #1e0b07;
	border-radius: 12px;
	position: absolute;
	top: 80px;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	justify-content: center;
	align-items: center;
}
.vs_left {
	width: 50%;
	height: 100%;
	background-color: #fff;
	border-radius: 12px;
	position: relative;
	overflow: hidden;
}
.vs_right {
	width: 50%;
	height: 100%;
	background-color: #fff;
	border-radius: 12px;
	position: relative;
	overflow: hidden;
}
.vs_left > span {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #ff9904;
	top: 0;
	right: -80%;
}
.vs_left.start > span {
	animation: game_line_start .7s step-start infinite;
}
@keyframes vs_right_end {
	from {
		transform: translateX(150px);
	}
	to {
		transform: translateX(230px);
	}
}

.vs_right > span {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #ff3761;
	top: 0;
	left: -80%;
}
.vs_right.start > span {
	animation: game_line_start .7s step-start infinite;
}

.game_vs_text {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.game_fight {
	width: 100%;
	height: 100%;
	position: relative;
}

.game_line {
	position: absolute;
	top: 280px;
	left: 61px;
}
.game_line > img {
	position: relative;
	z-index: 5;
}
.game_line.start > img {
	animation: game_line_start step-start .7s infinite;
}
@keyframes game_line_start {
	0% {
		transform: translateX(0);
	}
	20% {
		transform: translateX(-2px);
	}
	40% {
		transform: translateX(3px);
	}
	60% {
		transform: translateX(-1px);
	}
	80% {
		transform: translateX(3px);
	}
	100% {
		transform: translateX(0);
	}
}
.cha_left {
	position: absolute;
	top: -80px;
	left: 100px;
	z-index: 10;
}
.cha_left.start {
	animation: cha_left_start step-start .4s infinite;
}
@keyframes cha_left_start {
	0% {
		transform: translateX(0);
	}
	50% {
		transform: translateX(3px);
	}
	100% {
		transform: translateX(0);
	}
}
.cha01_after, .cha02_after, .cha03_after {
	position: absolute;
	display: none;
}
.cha01_after.on, .cha02_after.on, .cha03_after.on {
	display: inline-block;
}
.cha01_after.on.start, .cha02_after.on.start, .cha03_after.on.start {
	animation: cha_left_start reverse step-start .4s infinite;
}

.cha01_after {
	top: -115px;
	left: 310px;
	z-index: 10;
}
.cha02_after {
	top: -90px;
	left: 325px;
	z-index: 10;
}
.cha03_after {
	top: -90px;
	left: 330px;
}
.cha03_after > img {
	position: relative;
	z-index: 1;
}
.cha03_after_hand {
	position: absolute;
	bottom: 23px;
	left: 362px;
	z-index: 999;
}
.cha03_after_hand.start {
	animation: cha_left_start reverse step-start .4s infinite;
}

.game_btn_box {
	position: absolute;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 2px;
	bottom: 52px;
	left: 50%;
	transform: translateX(-50%);
}
.game_btn, .choice_btn {
	cursor: pointer;
}
.game_btn_icon01 {
	position: absolute;
	top: 20px;
	right: 10px;
}
.game_btn_icon01.ani {
	animation: game_btn_icon01 ease-in-out 1.5s infinite;
}
@keyframes game_btn_icon01 {
	from {
		transform: translate(40px, 40px);
	}
	to {
		transform: translate(0px, 0px);
	}
}

.tab02_btn01 {
	margin-top: 60px;
}
.tab02_btn02 {
	margin: 60px auto;
	cursor: pointer;
}

.tab02_con01 {
	margin: 40px auto 80px;
}
.tab02_con03 {
	margin-top: 80px;
}
.tab02_con04 {
	margin-top: 40px;
	cursor: pointer;
}

.section02 {
	background-image: url("../img/sec02_bg.png");
	height: 5642px;
}
.section02 > div {
	margin-bottom: 50px;
}
.section02 > div.sec02_con01 {
	margin-top: 90px;
	margin-bottom: 90px;
}
.section02 > div.sec02_con06 {
	margin-bottom: 60px;
}
.section02 > div.sec02_con11 {
	margin-bottom: 140px;
}
.section02 > div.sec02_con12 {
	margin-bottom: 90px;
}



.section03 {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background-color: #3a1a0b;
	padding: 80px 0;
	gap: 40px;
}
.sec03_warn {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	padding-left: 30px;
}
.sec03_warn > p {
	position: relative;
	font-size: 18px;
	color: #ffffff;
	line-height: 1.7;
	padding-left: 15px;
	font-weight: normal;
	letter-spacing: -1px;
}
.sec03_warn > p::before {
	content: '※';
	display: inline-block;
	position: absolute;
	left: -10px;
	font-size: 18px;
	color: #ffffff;
}




.footer {
	background-color: #fff;
	border-top: 1px solid #cdcfd5;
	padding: 60px 0;
	text-align: center;
}




.event_popup, .event_popup2 {
	max-width: 720px;
	width: 96%;
	display:none;
	text-align:center;
	left: 50% !important;
	transform: translateX(-50%) !important;
	padding-top: 20px;
}
.event_pop_title {
	padding: 40px 0;
}



.fx__ {
	display: flex;
	width: 100% !important;
	justify-content: space-between;
}

.board_write_form {
	background-color: #ffffff;
	padding: 35px 50px;
	border-radius: 20px;
}
.event_pop_sub {
	margin: 0 0 30px;
}

.board_write_form_table {
	position:relative;
	z-index: 5;
	width: 100%;
}

.board_write_form .form_field {
	display: block;
	border: 1px solid #e6e6e6;
	border-right: unset;
	background-color: #fff;
}

.board_write_form .form_field:last-child {
	margin-bottom: 0;
}

.board_write_form .form_field th {
	width: 180px;
	font-size: 22px;
	color: #fff;
	text-align: center;
	background-color: #281b0f;
	line-height: 1.3;
	vertical-align: middle;
	border-right: 2px solid #e6e6e6;
}
.event_popup2 .board_write_form .form_field th {
	background-color: #009263;
}
.board_write_form .form_field th.pink {
	background-color: #8d1970;
}
input::placeholder {
	font-size: 15px;
	font-family:'NotoSansKR-Medium';
}

.board_write_form td.field {
	font-size: 21px;
	padding: 10px;
	padding-right: 0;
	text-align: left;
	background-color: #fff;
	vertical-align:middle;
}

.cf_btn {
	display: block;
	width: 162px;
	height: 172px;
	background-color: #512373;
	border-radius: 7px;
	font-family: 'PyeongChangPeace-Bold';
	color: #fff;
	font-size: 30px;
	line-height: 40px;
	padding-top: 45px;
	cursor: pointer;
}

.agree_box {
	width: 100%;
	overflow-y: auto;
	border: 2px solid #e6e6e6;
	padding: 20px;
	box-sizing: border-box;
	height: 200px;
	background: #fff;
	color: #000;
	font-size: 19px;
	text-align: left;
	margin-top: 30px;
}

.agree_box .h5 {
	display: inline-block;
	font-size: 21px;
	margin-bottom: 5px;
}

.agree_box .h6 {
}

.agree_radio {
	font-size: 22px;
	letter-spacing: -1px;
	display: flex;
	justify-content: center;
	text-align: center;
	color: #000;
	margin: 15px 0 20px;
}

.agree_radio .block {
	display: block;
	margin-bottom: 10px;
}

.agree_radio label {
	cursor:pointer;
}

.board_write_form .buttons {
	display:flex;
	text-align: center;
	justify-content: center;
	margin: auto;
}

.board_write_form .buttons a {
	display: inline-block;
	flex-basis: calc(50% - 20px);
	font-size: 30px;
	height: 80px;
	line-height: 75px;
	background-color: #bebebe;
	color: #000;
	cursor: pointer;
	border: 1px solid #000;
	border-radius: 10px;
	font-family: 'Hakgyoansim';
	letter-spacing: -1px;
	margin-left: 5px;
	margin-right: 5px;
}

.board_write_form .buttons a.confirm {
	background-color: #ff9904;
}
.event_popup2 .board_write_form .buttons a.confirm {
	background-color: #e53736;
}
.board_write_form .form-group:nth-of-type(2) {
	margin: 5px 0;
}

.board_write_form input[type='text'],
.board_write_form input[type='tel'],
.board_write_form select {
	height: 45px;
	font-size: 20px;
}
input[type='text']::placeholder {
	font-size: 18px;
}

.agree_radio input {
	width: 20px !important;
	height: 20px !important;
	margin-bottom: 3px;
}

.agree_radio input:checked {
	accent-color: #281b0f !important;
}

.w120 {
	width: 120px !important;
}

.w200 {
	width: 393px !important;
}
.w100 {
	width: 222px !important;
}
.w500 {
	width: 400px;
}

.counting_popup {
	max-width: 750px;
	width: 96%;
	display: none;
	text-align: center;
	left: 50% !important;
	transform: translateX(-50%) !important;
	padding-top: 30px;
}

.counting_popupB {
	display: block;
	max-width: 750px;
	width: 96%;
	text-align: center;
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 999999;
	transform: translate(-50%, -50%) !important;
}
.counting_popup_close {
	position: absolute;
	top: 13px;
	right: 0px;
	font-size: 45px;
	font-weight: bold;
	color: #fff;
	cursor: pointer;
}

.bg_black {
	position:fixed;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	z-index: 999998;
	width: 100vw;
	height: 100vh;
	background-color:rgba(0,0,0,.7);
	opacity: 0;
	visibility:hidden;
	cursor:pointer;
}

.bg_black.open {
	opacity: 1;
	visibility:visible;
}

.counting_popup .title, .counting_popupB .title {
	padding-bottom: 25px;
}

.counting_popup .wh__, .counting_popupB .wh__ {
	position: relative;
	background-color: #fff;
	padding: 40px 20px;
	border: 2px solid #e6e6e6;
}

.counting_popupB .md_close_counting {
	position: absolute;
	right: 10px;
	top: 10px;
}
.counting_popupB .md_close_counting img {
	width: 50px;
}

.counting_popup .info__, .counting_popupB .info__ {
	color: #000;
	font-family: 'PyeongChangPeace-Bold';
	font-size: 48px;
}

.counting_popup .info__ span,
.counting_popupB .info__ span {
	color: #58b530;
}

.counting_popupB .sp_Name_Coun_2 { margin-bottom: 20px}
.counting_popupB .sp_Name_Coun_2,
.counting_popupB .sp_Name_Coun_2 span { line-height: 130%}
.counting_popupB #shareBtn2 { display: block}
.counting_popupB #shareBtn2:hover { color: #fd3782}

.counting_popup .btn,
.counting_popupB .btn {
	margin: 30px 0 25px;
}

.counting_popup .btn a,
.counting_popupB .btn a {
	display: block;
	cursor: pointer;
}

.counting_popup .top__btn,
.counting_popupB .top__btn {
	margin-bottom: 20px;
}

.counting_popup .para,
.counting_popupB .para {
	font-size: 20px;
}

.application_popup {
	max-width: 750px;
	width: 96%;
	display: none;
	text-align: center;
	left: 50% !important;
	transform: translateX(-50%) !important;
	padding-top: 30px;
}

.application_popupB {
	/*
        display: block;
        max-width: 750px;
        width: 96%;
        text-align: center;
        position: fixed;
        top: 10px;
        left: 50%;
        z-index: 999999;
        transform: translateX(-50%) !important;
    */
	display: block;
	max-width: 750px;
	width: 96%;
	position: absolute ;

	top: 0;
	left: 50%;

	text-align: center;
	z-index: 999999;
	transform: translateX(-50%) !important;
}


.application_popup .title, .application_popupB .title {
	padding-bottom: 25px;
}

.application_popup .board_write_form td.field {
	width: 530px;
}

.application_popupB .board_write_form td.field {
	width: 530px;
}

.application_popup .cf_btn, .application_popupB .cf_btn {
	width: 714px;
	height: 84px;
	line-height: 90px;
	padding-top: 0;
	margin-bottom: 10px;
	text-align: center;
}

.application_popup .w200, .application_popupB .w200 {
	width: 450px;
}

.application_popup .w120, .application_popupB .w120 {
	width: 138px;
}

.mfloating {
	display: none;
}

.floating {
	position: fixed;
	top: 250px;
	left: 50%;
	margin-left: 460px;
	transition: all .3s ease-in-out;
	z-index: 99999;
	text-align: center;
	cursor: pointer;
	overflow: hidden;
	opacity: 0;
	animation: floating ease-in-out .8s 2s forwards;
}
@keyframes floating {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
.event_btn {
	cursor: pointer;
}



@media screen and (max-width: 1600px) {

}

/* 테블릿 가로 */
@media screen and (max-width: 1200px) {
	.floating {
		left: unset;
		right: 0;
	}
	.sec01_item01, .sec01_item02, .sec01_con02, .sec01_con03 {
		display: none;
	}
}

/* 테블릿 세로 */
@media screen and (max-width: 1040px) {

}

/* 모바일 */
@media screen and (max-width: 850px) {
	body,html {
		min-width:320px;
	}

	.row {
		width: 100%;
		padding: 0 20px;
	}

	.footer {
		padding: 80px 0 140px;
	}

	.m_floating {
		position: fixed;
		bottom: 0;
		z-index: 9999;
		width: 100vw;
	}


	.fx__ {
		width: 680px;
	}

	.board_write_form td.field,
	.board_write_form .form_field th {
		font-size: 22px;
	}

	.board_write_form td.field {
		padding: 18px 15px;
	}

	.board_write_form .form_field th {
		font-size: 24px;
	}

	.cf_btn {
		width: 130px;
		height: 194px;
		padding-top: 55px;
	}

	.agree_box {
		height: 320px;
		font-size:21px;
	}

	.agree_box .h5 {
		font-size:24px;
	}

	.agree_radio {
		font-size: 24px;
	}

	.agree_radio .block {
		display: block;
		margin-bottom: 10px;
	}

	.board_write_form input[type='text'],
	.board_write_form input[type='tel'],
	.board_write_form select {
		height: 50px;
		line-height:50px;
		font-size:22px !important;
	}

	.board_write_form td input[type='checkbox'],
	.board_write_form td input[type='radio'],
	.agree_radio label input {
		width: 22px;
		height: 22px;
	}

	.board_write_form .buttons {
		width: 680px;
	}

	.board_write_form .buttons a {
		height: 90px;
		line-height: 85px;
		font-size: 33px;
	}

	.w120 {
		width: 90px;
	}

	.w200 {
		width: 300px;
	}
	.w100 {
		width: 130px;
	}

	.w500 {
		width: 510px;
	}

	.application_popup .board_write_form td.field {
		width: 500px;
	}

	.application_popup .cf_btn {
		width: 684px;
	}


	.sec01_item05, .sec01_item06 {
		display: none;
	}
	.board_write_form {
		padding: 35px 20px;
	}
}
