@charset "utf-8";

/************************************** 
	메인 배너 시작
**************************************/
#main_banner_area {
	position: relative;
	height: 1080px;
}

#main_banner_area .title_box {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	transform: translate(-50%, -50%);
	text-align: center;
	font-weight: bold;
	color: #fff;
	z-index: 99;
}

#main_banner_area .title_box .top {
	display: block;
	font-size: 100px;
	line-height: 1.2;
}

#main_banner_area .title_box .top .big {
	font-size: 130px;
}

#main_banner_area .title_box .bot {
	font-size: 32px;
}

#main_banner_area .main_banner {}

#main_banner_area .main_banner .slide {
	height: 1080px;
}

#main_banner_area .main_banner .slide > img {
	width: 100%;
	height: 100%;
}

@media screen and (max-width:1000px) {
	#main_banner_area {
		height: 105.9vw;
	}

	#main_banner_area .title_box .top {
		font-size: 10vw;
	}

	#main_banner_area .title_box .top .big {
		font-size: 13vw;
	}

	#main_banner_area .title_box .bot {
		font-size: 3.2vw;
	}

	#main_banner_area .main_banner .slide {
		height: 105.9vw;
	}
}


/************************************** 
	메인 배너 끝
**************************************/



/************************************** 
	메인 D-day 시작
**************************************/
#main_dday_area {
	padding: 130px 0;
}

#main_dday_area .sector {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#main_dday_area .sector .left {
	font-weight: bold;
	text-align: center;
}

#main_dday_area .sector .left .title {
	display: block;
	font-size: 70px;
	color: #444444;
	text-shadow: 0px 3px 6px rgba(0,0,0,0.3);
}

#main_dday_area .sector .left .dday {
	display: block;
	margin-top: 30px;
	font-size: 150px;
	color: #d32f3c;
	text-shadow: 0px 3px 6px rgba(0,0,0,0.3);
}

#main_dday_area .sector .right {}

#main_dday_area .sector .right button {
	display: block;
	width: 400px;
	height: 100px;
	padding-top: 10px;
	border-radius: 20px;
	font-size: 40px;
	font-weight: bold;
	color: #fff;
}

#main_dday_area .sector .right button:first-child {
	margin-bottom: 15px;
}

@media screen and (max-width:1000px) {
	#main_dday_area {
		padding: 10vw 0;
	}

	#main_dday_area .sector {
		display: block;
	}

	#main_dday_area .sector .left {
		font-weight: bold;
		text-align: center;
	}

	#main_dday_area .sector .left .title {
		font-size: 7vw;
	}

	#main_dday_area .sector .left .dday {
		margin-top: 3vw;
		font-size: 15vw;
		text-shadow: 0px 3px 6px rgba(0,0,0,0.3);
	}

	#main_dday_area .sector .right {
		margin-top: 2.8vw;
	}

	#main_dday_area .sector .right button {
		width: 40vw;
		height: 10vw;
		margin: 0 auto;
		padding-top: 1vw;
		border-radius: 2vw;
		font-size: 4vw;
	}

	#main_dday_area .sector .right button:first-child {
		margin-bottom: 1.5vw;
	}
}


/************************************** 
	메인 D-day 끝
**************************************/



/************************************** 
	메인 대회요강 시작
**************************************/
#main_course_area {
	padding: 45px 0;
}

#main_course_area .title {
	margin-bottom: 54px;
	font-size: 50px;
	font-weight: bold;
	text-align: center;
	color: #444444;
	text-shadow: 0px 3px 6px rgba(0,0,0,0.3);
}

#main_course_area .img {
	width: 1098px;
	margin: 0 auto;
}

#main_course_area .img > img {}

#main_course_area .btn_box {
	margin-top: 44px;
	text-align: center;
}

#main_course_area .btn_box > button {
	width: 200px;
	height: 200px;
	margin: 0 15px; 
	border-radius: 20px;
	font-size: 20px;
	color: #fff;
}

#main_course_area .btn_box > button .ico {
	width: 80px;
	height: 75px;
	margin: 0 auto 25px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}

#main_course_area .btn_box > button .ico.loc { background-image: url('../images/icon_location.png?v=1'); }
#main_course_area .btn_box > button .ico.fee { background-image: url('../images/icon_pay.png?v=1'); }
#main_course_area .btn_box > button .ico.line { background-image: url('../images/icon_schedule.png?v=1'); }
#main_course_area .btn_box > button .ico.kakao { background-image: url('../images/icon_kakao.png'); }


@media screen and (max-width:1000px) {
	#main_course_area {
		padding: 5vw 0;
	}

	#main_course_area .title {
		margin-bottom: 5vw;
		font-size: 5vw;
	}

	#main_course_area .img {
		width: 70vw;
	}

	#main_course_area .btn_box {
		margin-top: 2vw;
	}

	#main_course_area .btn_box > button {
		width: 15vw;
		height: 15vw;
		margin: 0 1vw; 
		border-radius: 2vw;
		font-size: 2.2vw;
	}

	#main_course_area .btn_box > button .ico {
		width: 8.5vw;
		height: 8vw;
		margin: 0 auto 1.5vw;
	}

}
/************************************** 
	메인 대회요강 끝
**************************************/


/************************************** 
	메인 기념품 시작 
**************************************/
#main_prize_area {
	padding: 125px 0;
}

#main_prize_area .title {
	font-size: 50px;
	font-weight: bold;
	text-align: center;
	color: #444444;
	text-shadow: 0px 3px 6px rgba(0,0,0,0.3);
}

#main_prize_area .slide_area {
	position: relative;
	margin-top: 55px;
}

#main_prize_area .slide_area .slick-arrow {
	position: absolute;
	top: calc(50% - 35px);
	background: transparent;
}

#main_prize_area .slide_area .slick-arrow.prev_btn {
	left: 0;
}

#main_prize_area .slide_area .slick-arrow.next_btn {
	right: 0;
}

#main_prize_area .slide_area .prize_slide {
	width: calc(100% - 180px);
	margin: 0 auto;
}

#main_prize_area .slide_area .prize_slide .item {
	margin: 0 10px;
}

#main_prize_area .slide_area .prize_slide .name {
	display: block;
	margin-top: 38px;
	font-size: 32px;
	text-align: center;
	color: #444;
}

@media screen and (max-width:1000px) {
	#main_prize_area {
		padding: 10vw 0;
	}

	#main_prize_area .title {
		font-size: 5vw;
	}

	#main_prize_area .slide_area {
		margin-top: 3vw;
	}

	#main_prize_area .slide_area .slick-arrow {
		top: calc(50% - 2.5vw);
		width: 5vw;
	}

	#main_prize_area .slide_area .prize_slide {
		width: calc(100% - 20vw);
	}

	#main_prize_area .slide_area .prize_slide .item {
		margin: 0 4vw;
	}

	#main_prize_area .slide_area .prize_slide .name {
		margin-top: 3vw;
		font-size: 3.2vw;
	}
}


/************************************** 
	메인 기념품 끝 
**************************************/


/************************************** 
	메인 게시판 시작
**************************************/
#main_board_area {
	padding: 126px 0;
}

#main_board_area .main_title {
	font-size: 50px;
	font-weight: bold;
	line-height: 1.5;
	color: #444444;
	text-shadow: 0px 3px 6px rgba(0,0,0,0.3);
}

#main_board_area .main_board_box {
	display: flex;
	justify-content: space-between;
	margin-top: 85px;
}

#main_board_area .main_board_box .main_board {
	width: 600px;
}

#main_board_area .main_board_box .main_board > table {
	width: 100%;
	/* height: 440px; */
	color: #444444;
}

#main_board_area .main_board_box .main_board > table th,
#main_board_area .main_board_box .main_board > table td {
	border-bottom: 1px solid #666666;
}

#main_board_area .main_board_box .main_board > table th {
	text-indent: 65px;
	padding-bottom: 32px;
	font-size: 32px;
	font-weight: 400;
	text-align: left;
	border-bottom: 3px solid #666666;
}

#main_board_area .main_board_box .main_board > table th button {
	background: transparent;
	float: right;
}

#main_board_area .main_board_box .main_board > table td {
	padding: 40px 0;
	font-size: 20px;
}

#main_board_area .main_board_box .main_board > table td.tit {}

#main_board_area .main_board_box .main_board > table td.tit .ellipsis {
	width: 450px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

#main_board_area .main_board_box .main_board > table td.date {
	width: 240px;
	text-align: right;
}


@media screen and (max-width:1000px) {
	#main_board_area {
		padding: 5vw 0;
	}

	#main_board_area .main_title {
		font-size: 5vw;
	}

	#main_board_area .main_board_box {
		display: block;
		margin-top: 9.5vw;
	}

	#main_board_area .main_board_box .main_board {
		width: 100%;
	}

	#main_board_area .main_board_box .main_board:first-child {
		margin-bottom: 10vw;
	}

	#main_board_area .main_board_box .main_board > table {
		width: 100%;
		/* height: 440px; */
		color: #444444;
	}

	#main_board_area .main_board_box .main_board > table th,
	#main_board_area .main_board_box .main_board > table td {
		border-bottom: 1px solid #666666;
	}

	#main_board_area .main_board_box .main_board > table th {
		padding-bottom: 3vw;
		font-size: 3.6vw;
		text-indent: 6.5vw;
	}

	#main_board_area .main_board_box .main_board > table th button {
		width: 4vw;
	}

	#main_board_area .main_board_box .main_board > table th button img {
		width: 100%;
	}

	#main_board_area .main_board_box .main_board > table td {
		padding: 4vw 0;
		font-size: 2.8vw;
	}

	#main_board_area .main_board_box .main_board > table td.tit .ellipsis {
		width: 55vw;
	}

	#main_board_area .main_board_box .main_board > table td.date {
		width: 22vw;
	}
}



/************************************** 
	메인 게시판 끝
**************************************/



/************************************** 
	메인 로고 시작
**************************************/
#main_logo_area {
	padding: 86px 0 106px;
}

#main_logo_area .logo_table {
	width: 100%;
}

#main_logo_area .logo_table th,
#main_logo_area .logo_table td {}

#main_logo_area .logo_table th {
	padding: 40px 0;
	width: 260px;
	font-size: 40px;
	color: #444;
	text-align: left;
}

#main_logo_area .logo_table td {}

#main_logo_area .logo_table td img {}


@media screen and (max-width:1000px) {
	#main_logo_area {
		padding: 10vw 0;
	}

	#main_logo_area .logo_list {}

	#main_logo_area .logo_list li {
		float: left;
		width: calc(33.33% - 3vw);
		margin-right: 4.5vw;
		margin-bottom: 5vw;
		text-align: center;
	}
	
	#main_logo_area .logo_list li:nth-child(3n + 3) {
		margin-right: 0;
	}

	#main_logo_area .logo_list li img {
		width: 100%;
	}
}

/************************************** 
	메인 로고 끝
**************************************/



/************************************** 
	서브 공통 시작
**************************************/
.sub_title {
	margin-top: 150px;
	margin-bottom: 30px;
	padding-bottom: 25px;
	border-bottom: 3px solid #d32f3c;
	font-family: 'Ugro';
	font-size: 44px;
	font-weight: bold;
}

.content_box {
	margin-top: 100px;
}

.content_box:first-child {
	margin-top: 0;
}

.content_box .box_title {
	margin-bottom: 25px;
	font-family: 'Ugro';
	font-size: 36px;
}

.button_area {
	margin-top: 95px;
	text-align: center;
}

.button_area .default_btn {
	width: 400px;
	height: 100px;
	padding-top: 10px;
	border-radius: 20px;
	font-family: 'Ugro';
	font-size: 40px;
	color: #fff;
}

.button_area .default_btn.default_btn2 {
	background: #444;
}


@media screen and (max-width:1000px) {
	.sub_title {
		margin-top: 10vw;
		margin-bottom: 3vw;
		padding-bottom: 2.5vw;
		font-size: 4.4vw;
	}
	
	.content_box {
		margin-top: 10vw;
	}

	.content_box .box_title {
		margin-bottom: 2.5vw;
		font-size: 3.6vw;
	}
	
	.button_area {
		margin-top: 10vw;
	}
	
	.button_area .default_btn {
		width: 40vw;
		height: 10vw;
		padding-top: 1vw;
		border-radius: 2vw;
		font-size: 4vw;
	}
}

/************************************** 
	서브 공통 끝
**************************************/



/************************************** 
	참가비안내 시작
**************************************/
.fee_table_box {
	border-radius: 20px;
	overflow: hidden;
	border: 1px solid #C2C2C2;
}

.fee_table_box .fee_table {
	width: 100%;
}

.fee_table_box .fee_table th,
.fee_table_box .fee_table td {
	border: 1px solid #C2C2C2;
}

.fee_table_box .fee_table th {
	padding: 31px 0;
	background: #000;
	font-size: 32px;
	color: #fff;
}

.fee_table_box .fee_table td {
	padding: 20px 0;
	font-size: 24px;
	font-weight: 200;
	line-height: 1.35;
	text-align: center;
}

.fee_table_box .fee_table td.content {
	padding-left: 30px;
	padding-right: 30px;
	text-align: left;
}

.refund_policy {
	margin-top: 25px;
	padding: 0 30px;
	font-size: 16px;
	font-weight: 200;
	line-height: 1.5;
}

@media screen and (max-width:1000px) {
	.fee_table_box {
		border-radius: 2vw;
	}

	.fee_table_box .fee_table.mob {
		display: table !important;
	}

	.fee_table_box .fee_table th {
		padding: 3vw 0;
		font-size: 3.2vw;
	}

	.fee_table_box .fee_table td {
		padding: 2vw 0;
		font-size: 2.4vw;
	}

	.fee_table_box .fee_table td.content {
		padding-left: 3vw;
		padding-right: 3vw;
	}

	.refund_policy {
		margin-top: 2.5vw;
		padding: 0 3vw;
		font-size: 1.6vw;
	}
}


/************************************** 
	참가비안내 끝
**************************************/



/************************************** 
	참가신청 설명 시작
**************************************/
.process_list {}

.process_list > li {
	float: left;
	height: 200px;
}

.process_list > li.img {
	width: 200px;
	border-radius: 20px;
	/* background-repeat: no-repeat; */
	/* background-position: center center; */
	/* background-size: contain; */
}

.process_list > li.arrow {
	width: 154px;
	background: url('../images/m_arrow_right.png') no-repeat center center / 74px;
}

.txt_box {
	padding: 35px;
	max-height: 400px;
	overflow-Y: auto;
	border: 1px solid #707070;
	border-radius: 20px;
	background: #FCFCFC;
	font-family: 'Ugro';
	font-size: 24px;
	line-height: 1.5;
}

.txt_box.txt_box2 {
	height: auto;
	margin-top: 25px;
	text-align: center;
	/* color: #DC3232; */
}

.agree_box {
	margin-top: 10px;
}

.term_checkbox {
	position: relative;
	top: -3px;
	width: 20px;
	height: 20px;
	margin-right: 5px;
}

.term_label {
	font-size: 18px;
}

@media screen and (max-width:1000px) {
	.process_list > li {
		height: 15vw;
	}

	.process_list > li.img {
		width: 15vw;
		border-radius: 2vw;
	}

	.process_list > li.arrow {
		width: 6.6vw;
		background: url('../images/m_arrow_right.png') no-repeat center center / 3.7vw;
	}

	.txt_box {
		padding: 2.5vw;
		height: 40vw;
		border-radius: 2vw;
		font-size: 2vw;
	}

	.txt_box.txt_box2 {
		margin-top: 2.5vw;
	}
	
	.agree_box {
		margin-top: 3vw;
	}

	.term_checkbox {
		top: -0.4vw;
		width: 4vw;
		height: 4vw;
		margin-right: 1vw;
	}

	.term_label {
		font-size: 3.8vw;
	}
}


/************************************** 
	참가신청 설명 끝
**************************************/



/************************************** 
	참가신청 작성 시작
**************************************/
.table_noti {
	margin-bottom: 15px;
	font-size: 16px;
	text-align: right;
	color: #DC3232;
}

.form_table_box {
	border-radius: 20px;
	overflow: hidden;
	border: 1px solid #C2C2C2;
}

.form_table_box .form_table {
	width: 100%;
}

.form_table_box .form_table th,
.form_table_box .form_table td {
	padding: 25px 0;
	border: 1px solid #C2C2C2;
}

.form_table_box .form_table th {
	background: #000;
	font-size: 28px;
    color: #fff;
}

.form_table_box .form_table th .star {
	position: relative;
	top: -10px;
	margin-right: 5px;
	font-size: 20px;
    color: #DC3232;
}

.form_table_box .form_table td {
	padding-left: 50px;
	padding-right: 50px;
	font-size: 22px;
}

input.apply_sbtn {
	width: 112px;
	height: 50px;
	margin-left: 7px;
	border: 0;
	background: #fff;
	border: 1px solid var(--main-color);
	color: var(--main-color);
	font-size: 24px;
}

input.apply_radio {
	width: 0px;
	height: 0px;
}

input.apply_radio::before,
input.apply_radio::after {
	position: absolute;
	border-radius: 50%;
	content: "";
}

input.apply_radio::before {
	width: 19px;
	height: 19px;
	border: 1px solid var(--main-color);
	transform: translateY(-12px);
	background: #fff;
}

input.apply_radio:disabled::before {
	background: #ddd;
}

input.apply_radio:checked::after {
	width: 13px;
	height: 13px;
	transform: translate(4px,-8px);
	background: var(--main-color);
}

input.apply_radio + label {
	display: inline-block;
	position: relative;
	top: 3px;
	padding-left: 27px;
	margin-right: 40px;
	margin-bottom: 7px;
	line-height: 34px;
	font-size: 28px;
	font-weight: 200;
}

input.apply_checkbox {
	width: 0px;
	height: 0px;
}

input.apply_checkbox::before,
input.apply_checkbox::after {
	position: absolute;
	/* border-radius: 50%; */
	content: "";
}

input.apply_checkbox::before {
	width: 19px;
	height: 19px;
	border: 1px solid var(--main-color);
	transform: translateY(-12px);
	background: #fff;
}

input.apply_checkbox:disabled::before {
	background: #ddd;
}

input.apply_checkbox:checked::after {
	width: 13px;
	height: 13px;
	transform: translate(4px,-8px);
	background: var(--main-color);
}

input.apply_checkbox + label {
	position: relative;
	top: 3px;
	padding-left: 27px;
	margin-right: 40px;
	line-height: 34px;
	font-size: 28px;
	font-weight: 200;
}

input.apply_text {
	padding: 0 20px;
	height: 52px;
	font-size: 28px;
}

input.apply_text::placeholder {
	color: #C2C2C2;
}

@keyframes fade-in {
  from { opacity: 0; }
  to { opacity: 1; }
}

.fade-in {
	animation-name: fade-in;
}

span.ajax_msg {
	display: block;
	margin-top: 10px;
	font-size: 16px;
	color: var(--main-color);
	animation-name: fade-in;
	animation-duration: .3s;
}

span.ajax_msg.red {
	color : #d32f3c;
}

@media screen and (max-width:1000px) {
	.table_noti {
		margin-bottom: 1.5vw;
		font-size: 1.6vw;
	}

	.form_table_box {
		border-radius: 2vw;
	}

	.form_table_box .form_table th,
	.form_table_box .form_table td {
		padding: 2.5vw 0;
	}

	.form_table_box .form_table th {
		width: 19.2vw;
		font-size: 2.4vw;
	}

	.form_table_box .form_table th .star {
		top: -1vw;
		margin-right: 0.5vw;
		font-size: 2vw;
	}

	.form_table_box .form_table td {
		padding-left: 1.7vw;
		padding-right: 1.7vw;
		font-size: 2.4vw;
	}

	input.apply_sbtn {
		width: 11.2vw;
		height: 5vw;
		margin-left: 0.7vw;
		font-size: 2.4vw;
	}

	input.apply_radio::before {
		width: 2vw;
		height: 2vw;
		transform: translateY(-1vw);
	}

	input.apply_radio:checked::after {
		width: 1.5vw;
		height: 1.5vw;
		transform: translate(0.6vw,-0.5vw);
		background: var(--main-color);
	}

	input.apply_radio + label {
		top: 0.3vw;
		padding-left: 3.5vw;
		margin-right: 4vw;
		line-height: 3.4vw;
		font-size: 2.8vw;
	}

	input.apply_checkbox::before {
		width: 2vw;
		height: 2vw;
		transform: translateY(-1vw);
	}

	input.apply_checkbox:checked::after {
		width: 1.5vw;
		height: 1.5vw;
		transform: translate(0.6vw,-0.5vw);
		background: var(--main-color);
	}

	input.apply_checkbox + label {
		top: 0.3vw;
		padding-left: 3.5vw;
		margin-right: 4vw;
		line-height: 3.4vw;
		font-size: 2.8vw;
	}

	input.apply_text {
		width: 30vw;
		padding: 0 2vw;
		height: 5.2vw;
		font-size: 2.8vw;
	}

	input.apply_tel {
		width: 15vw;
	}

	span.ajax_msg {
		margin-top: 1vw;
		font-size: 1.6vw;
	}
}

/************************************** 
	참가신청 작성 끝
**************************************/


/************************************** 
	대회 개요 시작
**************************************/

 .intro_box .intro_txt_box1.pc {
	width : 100%;
	height : 900px;
/* 	background-color : yellow; */
} 
 .intro_box .intro_txt_box1 .txt{
	font-family: 'Ugro';
	font-weight: 200;
	display: block;
	margin-top: 38px;
	font-size: 1.8vw;
	color: #444444;
	line-height : 2.3
} 

@media screen and (max-width:1000px) {
	.sub_title {
		font-size : 4vw;
	}
	.intro_box .intro_txt_box1.mob .txt{
		display: block;
		margin-top: 38px;
		font-size: 3vw;
		color: #444444;
		line-height : 2.3
	}
	.intro_box .intro_txt_box1.mob .txt:nth-of-type(1){
		margin-bottom : 38px;
	}

} 
/************************************** 
	대회 개요 끝
**************************************/

/************************************** 
	코스&일정 시작
**************************************/
.intro_box .intro_txt_box.bus {
	width : 100%;
	/* height : 300px; */
	margin-bottom : 0;
	font-family: 'Ugro';
	font-weight: 200;
}
.intro_box .intro_txt_box .txt{ 
	font-family: 'Ugro';
	font-weight: 200;
	display: block;
	margin-top: 38px;
	font-size: 1.8vw;
	color: #444444;
	line-height : 2.3
}
.intro_box .intro_txt_box.bus>h3{
font-size : 2vw;
}

.course_img{
	display: block;
	/* width : 50%; */
	height : 50%;
	margin : 0 auto;
	text-align : center;
}

.fee_table_box{
	margin : 50px 0;
}
.fee_table_box .fee_table th{
	width : calc(100%/3);
}
.fee_table_box .fee_table td.content {
	text-align : center;
}
.img{
	margin : 50px 0 50px 0;
}

.intro_box .date_title{
	font-size: 2.5vw;
	margin-bottom : 30px;
	margin-top : 100px;
	font-family: 'Ugro';
	font-weight: 200;
}

@media screen and (max-width:1000px) {
	.sub_title {
		font-size : 4vw;
	}
	.intro_txt_box.pc{
		display : none;
	}
	.intro_box .intro_txt_box .txt{ 
		display : none;
		}
	.intro_box .intro_txt_box.mob {
		display : block;
		margin-bottom : 50px;
		font-family: 'Ugro';
	font-weight: 200;
	}
   .intro_box .intro_txt_box.bus>h3{
	font-size : 3.5vw;
	}
 
	.intro_box .intro_txt_box.mob>p{
		font-size : 3vw;
	/* 	margin-top : 15px; */
		margin-bottom : 30px;
	}
	.course_img {
		width : 100%;
		/* height : 50vh; */
		text-align : center;
		
	}
	.intro_box .date_title{
		margin-top : 50px;
		font-size : 4vw;
		font-family: 'Ugro';
		font-weight: 200;
	}
	.fee_table_box {
		border-radius: 2vw;
		margin-top : 0;
	}

	
}
/************************************** 
	코스&일정 끝
**************************************/

/************************************** 
	대회장안내 시작
**************************************/
.info_box {
	width : 100%; 
	height : 50vh;
	background-color : #cecece;
}
.ready {
	font-size : 60px;
	text-align : center;
	color : #ffffff;
	line-height : 50vh;
	font-family: 'Ugro';
	font-weight: 200;
}

@media screen and (max-width:1000px) {
	.sub_title {
		font-size : 4vw;
	}
	.info_box {
	width : 100%; 
	height : 50vh;
	background-color : #cecece;
}
	.ready {
		font-size : 5vw;
		text-align : center;
		color : #ffffff;
		line-height : 50vh;
	}
	
}
/************************************** 
	대회장안내 끝
**************************************/

/************************************** 
	숙박&교통 시작
**************************************/

.intro_txt_box h3,p{
	font-size : 1.5vw;
}
.intro_txt_box h3 {
	margin-bottom : 10px;
}
.intro_txt_box p {
	margin-bottom : 50px;
}
.red{
	color : #d32f3c;
	font-weight : bold;
}
.fee_table_box .fee_table th{
	width : calc(100%/4);
}
@media screen and (max-width:1000px) {
	.sub_title {
		font-size : 4vw;
	}

	.intro_txt_box h3{
		font-size : 4vw;
	}
	.intro_txt_box p{
		font-size : 3vw;
		margin-bottom : 50px;
	}
	
	.fee_table_box {
		border-radius: 2vw;
	}

	.fee_table_box .fee_table.mob {
		display: table !important;
	}

	.fee_table_box .fee_table th {
		padding: 3vw 0;
		font-size: 3.2vw;
	}

	.fee_table_box .fee_table td {
		padding: 2vw 0;
		font-size: 2.4vw;
	}

	.fee_table_box .fee_table td.content {
		padding-left: 3vw;
		padding-right: 3vw;
	}
}
/************************************** 
	숙박&교통 끝
**************************************/

/************************************** 
	시상안내 시작
**************************************/
	.awards_box .red{
		font-size : 1vw;
		color : #d32f3c;
	}
	@media screen and (max-width:1000px) {
	.awards_box .red{
		font-size : 2vw;
		color : #d32f3c;
	}
	}
/************************************** 
	시상안내 끝
**************************************/

/************************************** 
	기념품안내 시작
**************************************/
	.awards_box .awards_txt{
		display: block;
		margin-top: 38px;
		font-size: 1.8vw;
		color: #444444;
		line-height : 2.3;
		font-family: 'Ugro';
		font-weight: 200;
	}
	.awards_box .awards_txt .red{
		font-size : 1.8vw;
		color : #d32f3c;
	}
	.awards_box .awards_imgbox{
		/* background-color : pink; */
		margin-top : 50px;
		display : flex;
		justify-content : center;
		gap : 20px;
	}
	.awards_box .awards_imgbox .giftname{
		margin-top : 15px;
		text-align : center;
		font-weight : bold;
		font-family: 'Ugro';
		font-weight: 200;
	}
	
	@media screen and (max-width:1000px) {
		.awards_box .awards_txt{
			display: block;
			margin-top: 38px;
			font-size: 3vw;
			color: #444444;
			line-height : 2.3
	}
		.awards_box .awards_txt .red{
			font-size : 3vw;
			color : #d32f3c;
	}
		.awards_box .awards_imgbox{
		/* background-color : pink;  */
		margin-top : 50px;
		display : flex;
		flex-direction : column;
		align-items : center;
		gap : 40px;
	}
		.awards_box .awards_imgbox .giftname{
		margin-top : 10px;
		font-size : 3vw;
		text-align : center;
		font-weight : bold;
	}

	}
/************************************** 
	기념품안내 끝
**************************************/

/************************************** 
	공지사항 시작
**************************************/
.com_box .com_table {
	width: 100%;
	border-collapse: collapse;
	table-layout: fixed; 
	margin-top : 100px;
}
.com_box .com_table .com_table_title{
	font-weight : bold;
	font-size : 1.5vw;
	text-align : center;
}
.com_box .com_table th,
.com_box .com_table td {
	text-indent: 65px;
    padding: 30px 0;
    font-size: 1.2vw;
    font-weight: 400;
    text-align: center;
    border-bottom: 2px solid #666666;
}
.com_box .com_table th{
    border-top: 3px solid #666666;
	border-bottom: 3px solid #666666;
}
.com_box .com_table th:nth-child(1),
.com_box .com_table td:nth-child(1),
.com_box .com_table th:nth-child(4),
.com_box .com_table td:nth-child(4){
  width: 20%; 
}
.com_box .com_table th:nth-child(2),
.com_box .com_table td:nth-child(2) {
  text-align: center;
  width: 60%;            
  white-space: nowrap;   
  overflow: hidden;       
  text-overflow: ellipsis; 
}
.com_box .com_table th:nth-child(3),
.com_box .com_table td:nth-child(3) {
  width: 20%;  
}

@media screen and (max-width:1000px) {
	.com_box .com_table {
		width: 100%;
		border-collapse: collapse;
		table-layout: fixed; 
		margin-top : 50px;
	}
	.com_box .com_table .com_table_title{
		font-weight : bold;
		font-size : 2vw;
		text-align : center;
	}
	.com_box .com_table td {
		text-indent: 65px;
		padding: 30px 0;
		font-size: 2.2vw;
		font-weight: 400;
		text-align: center;
		border-bottom: 2px solid #666666;
	}

}

/************************************** 
	공지사항 끝
**************************************/

/************************************** 
	자주묻는질문 시작
**************************************/
.qna_box .qna_table{
	width: 100%;
	border-collapse: collapse;
	table-layout: fixed; 
	margin-top : 100px;
}
.qna_box .qna_table .qt_title{
	font-weight : bold;
	font-size : 1.5vw;
	text-align : center;
}

@media screen and (max-width:1000px) {
	.com_box .com_table {
		width: 100%;
		border-collapse: collapse;
		table-layout: fixed; 
		margin-top : 50px;
	}
	.com_box .com_table .com_table_title{
		font-weight : bold;
		font-size : 2vw;
		text-align : center;
	}
	.com_box .com_table td {
		text-indent: 65px;
		padding: 30px 0;
		font-size: 2.2vw;
		font-weight: 400;
		text-align: center;
		border-bottom: 2px solid #666666;
	}

}
/************************************** 
	자주묻는질문 끝
**************************************/

/************************************** 
	갤러리 시작
**************************************/
.gall_box{
	width : 100%;
	height : auto;
/* 	background-color : pink; */
}
.gall_box>ul{
	display: flex;
	justify-content : center;
	gap : 20px;
}
.gall_box>ul>li{
	width : 300px;
	height : 300px;
	background-color : #eeeeee;
}
.gall_box>ul>li>a{
	width : 100%;
	height : 100%;
/* 	background-color : red; */
}
.gall_box>ul>li>a>.gall_txt{
	text-align : center;
	font-size : 1vw;
}
@media screen and (max-width:1000px) {
	.gall_box>ul{
	display: flex;
	flex-wrap : wrap;
	justify-content : center;
	gap : 20px;
}
.gall_box>ul>li>a>.gall_txt{
	text-align : center;
	font-size : 2.5vw;
}

}
/************************************** 
	갤러리 끝
**************************************/



/* 2025-09-01 추가 - 참가신청 완료 페이지 */
.apply_done {
	margin: 100px 0;
	text-align: center;
	line-height: 1.45;
}

@media screen and (max-width:1000px) {
	.apply_done {
		margin: 10vw 0;
		font-size: 3.4vw;
	}
}


/* 2025-09-08 추가 */
.cancel_btn {
	padding: 5px 15px;
	margin: 0 5px;
	background: #444;
	color: #fff;
	font-size: 0.8em;
}