@charset "utf-8";
@font-face {
	font-family: 'KFA_tit';
	src: url('/fonts/KFAGothicTTFBold.ttf');
}
@font-face {
	font-family: 'KFA';
	src: url('/fonts/KFAGothicTTFRegular.ttf');
}

/* common */
.br-m {
	display:none;
}

/* visual */
#main-visual {
	position: relative;
	height:860px;
	width:100%;
	background:url('/img/main/main_visual.png') center bottom no-repeat;
	background-size:cover;
}
#main-visual .area {
	max-width:830px;
	width:100%;
	margin:0 auto;
	position:relative;
}
#main-visual .visual-con {
	text-align:center;
	position:absolute;
	top:100px;
}
#main-visual .visual-con .img2 {
	margin-bottom:35px;
}
#main-visual .visual-con .btn-wrap {
	margin-top:50px;
}
#main-visual .visual-con .btn {
	display:inline-block;
	width:220px;
	height:67px;
	line-height:67px;
	font-size:24px;
	color:#fff;
	font-weight:600;
	text-align:center;
	border-radius:5px;
	background:center right no-repeat;
	margin:0 5px;
}
#main-visual .visual-con .btn.type1 {
	background-color:#ffd651;
	background-image:url('/img/common/btn_bg.png');
	color:#17224d;
}
#main-visual .visual-con .btn.type2 {
	background-color:#17224d;
	background-image:url('/img/common/btn_bg2.png');
}

/* 지역별장소 */
.region-wrap {
	position:relative;
	width:100%;
	padding:30px 0;
	background-color:#e5e5e5;
	background-image:url('/img/main/region_bg.png');
	background-size: cover;
	background-position:center;
	text-align:center;
}
.region-wrap .area {
	max-width:1200px;
	margin:0 auto;    font-size: 0;
	padding: 0 15px;
}
.region-wrap .area:after {
	content:'';
	clear:both;
	display:block;
}
.region-wrap .tit {
	font-size:22px;
	color:#181e39;
	font-weight:400;
	margin-bottom:20px;
}
.region-wrap .tit span {
	font-weight:600;
}
.region-wrap .box {
	float: none;
  width: calc(100%/4);
  background: url(/img/main/region_box.png) center center no-repeat;
  background-size: contain;
  height: 120px;
  padding: 10px 0;
  display: inline-block;
}
.region-wrap .box h3,
.region-wrap .box p {
	color:#181e39;
}
.region-wrap .box h3 {
	font-weight:500;
	font-size: 22px;
}
.region-wrap .box p {
	font-weight:400;
	font-size:16px;
}
.region-wrap .box .no_people {
	font-size:16px;
	font-weight:700;
}

/* 접수방법 */
.process-wrap {
	position:relative;
	background:url('/img/main/process_bg.png') left bottom no-repeat #fff;
	padding:70px 0;
}
.process-wrap .area {
	max-width:1200px;
	margin:0 auto;
}
.process-wrap .tit-wrap {
	position:relative;
	margin-bottom: 20px;
}
.process-wrap .tit-wrap h4:before {
	content:'';
	display:inline-block;
	background:url('/img/main/process_tit_dot.png') center center no-repeat;
	width:15px;
	height:22px;
	margin-right:10px;
}
.process-wrap .tit-wrap h4 {
	color:#0c0f1c;
	font-size:24px;
	font-weight:600;
}
.process-wrap .notice-p {
	margin-bottom: 50px;
}
.process-wrap .notice-p p {
	font-size:18px;
	font-weight:400;
	color:#666;
	margin-top: 10px;
}
.process-wrap .point-wrap:after {
	clear:both;
	content:'';
	display:block;
}

.process-wrap .point-wrap .wrap {
	float:left;
	margin-right: 80px;
	position:relative;
}
.process-wrap .point-wrap .wrap:last-child {
	margin-right:0;
}
.process-wrap .point-wrap .wrap:first-child:before {
	display:none;
}
.process-wrap .point-wrap .wrap:before {
	content:'';
	display:inline-block;
	position:absolute;
	top:50%;
	left: -45px;
	margin-top:-11px;
	background:url('/img/main/process_arrow.png') center center no-repeat;
	width:12px;
	height:23px;
}
.process-wrap .point-wrap .point {
	background:url('/img/main/ball.png') right bottom no-repeat #17224d;
	border-radius:50%;
	height:220px;
	width:220px;
	text-align:center;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-evenly;
	padding: 30px 0px;
}
.process-wrap .point-wrap .point h5 {
	color:#f5dca3;
	font-weight:600;
	font-size:17px;
}
.process-wrap .point-wrap .point p {
	font-weight:400;
	color:#fff;
	font-size:20px;
	line-height:28px;
}


/* sub page */
.subpage .area {
	position:relative;
	max-width:1200px;
	margin:0 auto;
}
.subpage .title-wrap {
	margin: 100px 0 0;
    text-align: center;
}
.subpage .title-wrap h2 {
	font-size: 50px;
    letter-spacing: -0.5px;
    color: #0c0f1c;
    font-weight: 600;
}
.subpage .title-wrap h2:after {
	content:'';
	display:block;
	width:80px;
	height:2px;
	background-color:#e30112;
	margin:25px auto;
}
.board-any-wrap {
	margin-top: 80px;
	margin-bottom:140px;
}
.board_faq_con {
	font-family: 'KFA';
}



/* media query */
@media (max-width:1199px) {
	/* region */
	.region-wrap .box {
		width: calc(30% - 16px);
		margin: 0 8px;
	}
	.region-wrap .box p,
	.region-wrap .box .no_people {
		font-size: 16px;
	}

	/* process */
	.process-wrap {
		background-image:none;
	}
	.process-wrap .area {
		padding:0 30px;
	}
	.process-wrap .point-wrap .wrap {
		margin-right: 0;
		width: calc(100%/2);
		margin-bottom: 28px;
	}
	.process-wrap .point-wrap .wrap:before {
		left:-6px;
	}
	.process-wrap .point-wrap .wrap.type3:before,
	.process-wrap .point-wrap .wrap.type5:before {
		display:none;
	}
	.process-wrap .point-wrap .point {
		margin:0 auto;
	}
}
@media (max-width:992px) {
	/* region */
	.region-wrap .tit {
		font-size: 20px;
		margin-bottom: 10px;
	}
	.region-wrap .box {
		width: calc(30% - 18px);
		margin: 0 6px;
		height: auto;
	}
	.region-wrap .box h3 {
		font-size: 16px;
		line-height: 20px;
	}
	.region-wrap .box p,
	.region-wrap .box .no_people {
		font-size: 14px;
	}


	/* process */
	.process-wrap {
		padding: 50px 0;
	}
	.process-wrap .tit-wrap h4 {
		font-size:20px;
	}
	.process-wrap .point-wrap .point h5 {
		font-size: 14px;
	}
	.process-wrap .point-wrap .point p,
	.process-wrap .notice-p p {
		font-size: 16px;
	}

}
@media (max-width:768px) {
	/* common */
	.br-m {
		display:block;
	}
	/* visual */
	#main-visual {
		padding:0 30px;
		background: url('/img/main/main_visual.png') center center no-repeat;
		height: 80vh;
		background-size: cover;
	}
	#main-visual .visual-con .btn {
		margin:5px 0;
		width: 200px;
		height: 55px;
		line-height: 55px;
		font-size: 16px;
	}

	/* region */
	.region-wrap {
		padding:20px 0;
	}
	.region-wrap .tit {
		font-size:16px;
	}
	.region-wrap .box {
        width: calc(80% - 0px);
        margin: 5px;
        padding: 25px;
	}
	.region-wrap .box h3 {
		line-height: 1.1;
	}
	.region-wrap .box p,
	.region-wrap .box .no_people {
		font-size:14px;
	}

	/* process */
	.process-wrap {
		padding: 30px 0;
	}
	.process-wrap .tit-wrap {
		margin-bottom: 20px;
	}
	.process-wrap .tit-wrap h4 {
		font-size: 16px;
	}
	.process-wrap .tit-wrap h4:before {
		margin-right: 5px;
		background-size: 60%;
		vertical-align: bottom;
	}
	.process-wrap .notice-p p{
		position: relative;
		top: 0;
		left: 0;
		font-size: 14px;
		margin-top: 10px;
	}
	.process-wrap .point-wrap .wrap:before {
		display:none;
	}
	.process-wrap .point-wrap .point {
	    height: 150px;
		width: 150px;
		background-size: 60%;
		padding: 20px 0px
	}
	.process-wrap .point-wrap .point h5 {
		font-size: 12px;
	}
	.process-wrap .point-wrap .point p {
		font-size: 14px;
		line-height: 1.5;
	}

	/* sub page */
	.subpage .area {
		padding:0 25px;
	}
	.subpage .title-wrap h2 {
		font-size:42px;
	}
	.board-any-wrap {
		margin-top: 55px;
	}
}

@media (max-width:360px) {
	#main-visual {
		height:580px;
	}
	#main-visual .visual-con .btn-wrap {
		margin-top:30px;
	}
}

/*  참가신청 _ 추가 20250925 */
.form_notice{
	margin-bottom: 15px;
    font-size: 15px;
    color: #e30112;
	font-weight: 500;
}