@charset "utf-8";

/************* 지역별 대회 *************/
.sub_region_section {
	background-image: none;
}

.region_search_box {
	margin-bottom: 50px;
}

.sub_region_section .region_list h4.region_title {
	padding-top: 0;
	padding-left: 0;
}

a.btn_primary.btn_squre i {
	color: #fff;
}

.sub_region_section select {
	width: 100%;
}

.sub_region_section input {
	margin-right: 10px;
}

.map_clusterer_pc {
	display: block;
}

/************** 대회일정 *******************/
.list_section figure {
	border-radius: 15px;
}

.list_section figure .gradient_dark {
	border-radius: 15px 15px 0 0;
}

.list_section figure img {
	border-radius: 15px 15px 0 0;
}

.list_section .chk_month_box {
	/* border-bottom: 1px solid #dbdbdb; */
	padding: 16px 0;
}

.sub_month_section .gray_box {
	padding: 20px 20px 40px;
}

.list_section .chk_month_box li {
	width: 70px;
}

.list_section .chk_month_box li label,
.list_section .chk_month_box li input {
	cursor: pointer;
}

.chk_month_box h6 {
	display: inline-block;
	margin-right: 20px;
	text-align: center;
	color: #828282;
}

.chk_month_box h6.w70p {
	position: relative;
	bottom: 25px;
}

.chk_month_box h6 p {
	font-size: 14px;
	color: #828282;
}

.chk_month_box.border_0 {
	border: none;
}

.chk_month_box .range {
	float: left;
}

.starContainer {
	height: 100px;
	line-height: 100px;
}

.starContainer h6 {
	margin-right: 40px;
}

.starContainer span {
	color: #7a7a7a;
	/* font-size: 15px; */
}

.chk_month_box .starPoint_search {
	line-height: 1;
	display: inline-block;
	color: orange;
	/* font-size: 30px; */
	margin-top: 0px;
	vertical-align: text-bottom;
}

.starPoint_search span {
	color: orange;
	/*	height: 24px;
	font-size: 30px;
	*/
}

/**************
2021-10-22
별점 수정
**************/
.rate-base-layer>span,
.rate-select-layer>span,
.rate-hover-layer>span {
	display: inline-block;
	height: auto;
	max-height: 100%;
	vertical-align: middle;
}

i.star {
	display: inline-block;
	background: url('/img/main/star_off.png') no-repeat center left;
	background-image: url('/img/main/star_off.svg');
	background-size: contain;
	color: transparent;
	background-position: center;
}

i.star.on {
	background-image: url('/img/main/star_on.png');
	background-image: url('/img/main/star_on.svg');
}

/* 월별대회 별점 검색 */
.chk_month_box .starPoint_search {
	font-size: 27px;
	width: 27px;
	margin: 0 10px;
}

.starPoint_search i.star {
	width: 27px;
	height: 27px;
	background-size: 25px;
	font-size: 27px;
}

/*  대회상세 상단 별점 */
ul.layer_info li.star_review {
	vertical-align: bottom;
}

ul.layer_info li.star_review>.star {
	font-size: 19.5px;
	vertical-align: top;
}

ul.layer_info li.star_review i.star {
	width: 20px;
	height: 20px;
	background: url('/img/sub/star_off.png') no-repeat top left;
	background-image: url('/img/sub/star_off.svg');
	background-size: 17px;
	font-size: 19px;
}

ul.layer_info li.star_review i.star.on {
	background-image: url('/img/sub/star_on.png');
	background-image: url('/img/sub/star_on.svg');
}

/*  대회상세 댓글 별점 */
.comment_box .starComment {
	font-size: 30px;
}

.comment_list .comment_starBox {
	font-size: 20px;
}

.comment_box .starComment i.star {
	width: 30px;
	height: 30px;
	background: url('/img/sub/star_off.png') no-repeat top left;
	background-image: url('/img/sub/star_off.svg');
	background-size: 24px;
	font-size: 30px;
}

.comment_box .starComment i.star.on {
	background-image: url('/img/sub/star_on.png');
	background-image: url('/img/sub/star_on.svg');
}

.comment_list .comment_starBox {
	font-size: 22px;
}

.comment_starBox i.star {
	width: 20px;
	height: 22px;
	background-size: 18px;
	font-size: 20px;
}

/* 별점 수정 end */
.region_search {
	height: 45px;
}

.info {
	color: #349c29;
}

.select_label {
	width: 15%;
	max-width: 160px;
	margin-right: 15px;
}

.textinput_label {
	width: 25%;
	margin-right: 15px;
}

.date_label {
	width: 12%;
	max-width: 140px;
	margin-right: 15px;
}

.sub_region_section .region_search_box {
	display: flex;
}

.sub_region_section input.region_date {
	width: 100%;
}

.sub_region_section .dateflow {
	line-height: 45px;
	font-size: 16px;
	margin-left: -3px;
	margin-right: 9px;
	display: inline-block;
}

.sub_region_section input.region_name {
	height: 45px;
	line-height: 45px;
	padding-top: 0;
	padding-bottom: 0;
	width: 100%;
}

a.btn_primary.btn_region {
	padding: 10px 25px;
	display: inline-block;
	width: 16%;
	max-width: 200px;
}

.sub_region_section .t_right p {
	font-size: 16px;
	color: #848484;
}

/* 지역 pagination */
.board_paging {
	margin-top: 50px;
	text-align: center;
	clear: both;
	width: 100%;
}

.board_paging a {
	vertical-align: middle;
	position: relative;
	display: inline-block;
	background-color: #fff;
}

.board_paging span {
	cursor: pointer;
}

.board_paging span.page {
	font-size: 16px;
	width: 32px;
	height: 32px;
	display: inline-block;
	cursor: pointer;
	box-sizing: border-box;
	transition: all .3s ease;
	line-height: 32px;
	position: relative;
	vertical-align: middle;
}

.board_paging span.page:hover {
	font-weight: bold;
	color: #349c29;
}

.board_paging span.page.now {
	font-weight: bold;
	color: #fff;
	background-color: #48a63e;
}

.board_paging span.prev_g {
	display: inline-block;
	background-image: url('/img/paging/prev_g.gif');
	background-repeat: no-repeat;
	width: 32px;
	height: 32px;
	margin: 0px;
	vertical-align: middle;
}

.board_paging span.prev {
	display: inline-block;
	background-image: url('/img/paging/prev.gif');
	background-repeat: no-repeat;
	width: 32px;
	height: 32px;
	margin: 0 10px 0 0px;
	vertical-align: middle;
}

.board_paging span.next {
	display: inline-block;
	background-image: url('/img/paging/next.gif');
	background-repeat: no-repeat;
	width: 32px;
	height: 32px;
	margin: 0 0 0 10px;
	vertical-align: middle;
}

.board_paging span.next_g {
	display: inline-block;
	background-image: url('/img/paging/next_g.gif');
	background-repeat: no-repeat;
	width: 32px;
	height: 32px;
	margin: 0px;
	vertical-align: middle;
}

.list_pc_title {
	margin-top: 50px;
	margin-bottom: 50px;
	font-size: 30px;
	font-weight: 700;
	color: #349c29;
	text-align: center;
}

.list_pc_title span {
	color: #349c29;
}

.list_pc_title span.number {
	color: #c0c0c0;
}

/**************
2021-10-20
버튼스타일 체크박스 추가
**************/
.sub_month_section .chk_month_box li:first-child {
	text-align: left;
	padding-left: 10px;
}

.list_section .chk_btnchk_box.chk_box_top {
	border-top: 1px solid #dbdbdb;
	padding-bottom: 0;
}

.list_section .chk_btnchk_box.chk_box_bottom {
	border-bottom: 1px solid #dbdbdb;
	padding-top: 0;
}

.chk_btnchk_box.chk_btnchk_box li {
	width: auto;
	min-width: 80px;
	position: relative;
	margin-left: 4px;
	margin-right: 4px;
}

.chk_month_box.chk_btnchk_box li:first-child {
	margin-right: 13px;
	height: 52px;
	line-height: 40px;
	min-width: 55px;
}

.chk_btnchk_box li .btnchk_label {
	display: block;
	text-align: center;
	position: relative;
	background-color: #fff;
	z-index: 1;
	color: #333;
	cursor: pointer;
	border: 1px solid #ddd;
}

.chk_btnchk_box li .btnchk_label span {
	color: #333;
	font-size: 16px;
}

.chk_btnchk_box li input.btnchk_input {
	position: absolute;
	left: 0;
	width: auto;
	cursor: pointer;
}

.chk_btnchk_box input.btnchk_input:checked+.btnchk_label {
	background-color: #48a63e;
	border-color: #48a63e;
	color: #fff;
}

.chk_btnchk_box input.btnchk_input:checked+.btnchk_label span {
	color: #fff;
}

.list_section .chk_btnchk_box li .btnchk_label {
	width: auto;
	min-width: 80px;
	height: 40px;
	line-height: 38px;
	border-radius: 20px;
}

.list_section .chk_btnchk_box li input.btnchk_input {
	top: 5px;
	min-width: 80px;
	height: 40px;
}

.mo_chk_list.chk_btnchk_box {
	margin-left: auto;
	margin-right: auto;
	width: auto;
}

.mo_chk_list.chk_btnchk_box li {
	width: auto;
	width: 80px;
	max-width: none;
}

.mo_chk_list.chk_btnchk_box li .btnchk_label {
	min-width: 80px;
	height: 30px;
	line-height: 28px;
	border-radius: 15px;
	margin: 0 auto;
	z-index: 0;
}

.mo_chk_list.chk_btnchk_box li input.btnchk_input {
	top: 0px;
	width: 100%;
	min-width: 80px;
	height: 30px;
	margin: 0;
	z-index: 1;
	opacity: 0;
}

.list_section .chk_month_box.chk_custom_box {
	padding-top: 0;
}

/* 색상만 있는 css */
.chk_btnchk_box input.btnchk_input:checked+.btnchk_label.green_btnchk,
.chk_btnchk_box .btnchk_label.green_btnchk {
	background-color: #48a63e;
	border-color: #48a63e;
	color: #fff;
}

.chk_btnchk_box input.btnchk_input:checked+.btnchk_label.green_btnchk span,
.chk_btnchk_box .btnchk_label.green_btnchk span {
	color: #fff;
}

.chk_btnchk_box input.btnchk_input:checked+.btnchk_label.white_btnchk,
.chk_btnchk_box .btnchk_label.green_btnchk {
	background-color: #fff;
	border-color: #ddd;
	color: #fff;
}

.chk_btnchk_box input.btnchk_input:checked+.btnchk_label.white_btnchk span,
.chk_btnchk_box .btnchk_label.green_btnchk span {
	color: #333;
}

/**************
2021-08-20
모바일 UI 개선
**************/
.region_step {
	margin-bottom: 0px;
}

.region_step02 {
	margin-bottom: 10px;
}

.mo_step_title {
	position: relative;
	display: block;
	overflow: hidden;
	padding: 0 18px;
	border-top: 10px solid #f6f6f6;
}

.mo_step_title h2 {
	position: relative;
	display: inline-block;
	font-size: 17px;
	font-weight: 700;
	color: #349c29;
	background-color: #fff;
	height: 56px;
	line-height: 56px;
}

.step_details_btn,
.layer_details_btn {
	display: block;
	outline: none;
	border: 0px solid #ccc;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	height: 56px;
	background-color: transparent;
	background-image: url('/img/sub/arrow_down.png');
	background-repeat: no-repeat;
	background-size: 24px 24px;
	background-position: 96% center;
}

.step_details_btn.show,
.layer_details_btn.show {
	background-image: url('/img/sub/arrow_up.png');
}

/*
.details_series_info.selected .goods_series_book, [class^="details_goods_"].selected {
    display: block;
}
*/
.mo_section .region_step .container {
	margin-top: 20px;
	margin-bottom: 40px;
	display: none;
}

.mo_section .region_step .container.show {
	display: block;
}

.mo_step_howto {
	font-size: 0;
}

.mo_step_howto li {
	position: relative;
	display: inline-block;
	width: 50%;
	width: calc(50% - 20px);
	vertical-align: top;
	margin-right: 40px;
	text-align: center;
}

.mo_step_howto li:after {
	content: '';
	display: inline-block;
	background: url('/img/sub/mo_step01_arrow.png');
	width: 20px;
	height: 19px;
	background-size: 20px;
	position: absolute;
	top: 50%;
	margin-top: -10px;
	right: -30px;
}

.mo_step_howto li:last-child {
	margin-right: 0;
}

.mo_step_howto li:last-child:after {
	content: '';
	background: none;
	width: 0;
	height: 0;
}

.mo_step_howto h4 {
	display: inline-block;
	text-align: center;
	background-color: #efefef;
	border-radius: 15px;
	height: 30px;
	line-height: 22px;
	padding: 0 15px;
}

.mo_step_howto h4 span {
	font-size: 13px;
	font-weight: 700;
	color: #349c29;
}

.mo_step_howto img {
	width: 100%;
	min-height: 70px;
}

.mo_step_howto p {
	font-size: 14px;
	font-weight: 400;
	color: #959595;
	text-align: center;
}

.mo_search_wrap {
	margin-bottom: 20px;
	font-size: 0;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
}

.mo_search_wrap .mo_date+span {
	display: inline-block;
	font-size: 15px;
	color: #1d1d1d;
	width: 30px;
	text-align: center;
}

.mo_search_wrap label,
.search_label {
	font-size: 17px;
	font-weight: 400;
	color: #1d1d1d;
}

.search_label {
	width: 35%;
	display: inline-block;
}

.mo_section.sub_region_section .region_search_box {
	display: block;
}

.mo_search_wrap input.mo_date {
	display: inline-block;
	border: 1px solid #e1e1e1;
	border-radius: 4px;
	font-size: 15px;
	color: #1d1d1d;
	padding: 14px 20px;
	-webkit-appearance: none;
	-moz-appearance: none;
	/* background: url('/img/sub/select_date_icon.png') no-repeat 100% 2px;
	background-size: 15px; */
	appearance: none;
	background-color: #fff;
}

input.mo_date[type="date"]::-webkit-calendar-picker-indicator {
	color: rgba(0, 0, 0, 0);
	opacity: 1;
	display: block;
	background: url('/img/sub/select_date_icon.png') no-repeat 100% 2px;
	background-size: 15px;
	width: 15px;
	height: 16px;
	border-width: thin;
}

.mo_search_wrap input.mo_select {
	display: inline-block;
	border: 1px solid #e1e1e1;
	border-radius: 4px;
	font-size: 15px;
	color: #1d1d1d;
	min-width: 100px;
	width: 100%;
	border-radius: 4px;
	background: url('/img/sub/select_arrow_icon2.png') no-repeat 100% 50%;
	background-size: 40px;
	font-size: 15px;
	font-weight: 400;
	color: #1d1d1d;
	padding: 14px 20px;
}

.mo_search_wrap input,
.sub_region_section .mo_input {
	display: inline-block;
	border: 1px solid #e1e1e1;
	border-radius: 4px;
	width: 100%;
	font-size: 15px;
	color: #1d1d1d;
	padding: 14px 20px;
}

.monthly_step {}

.mo_search_title {
	margin-top: 30px;
	margin-bottom: 20px;
	background-color: #f5f5f5;
}

.mo_search_title h2 {
	text-align: center;
	font-size: 17px;
	color: #1d1d1d;
	padding: 8px;
	font-weight: 400;
}

.mo_chk_list {
	font-size: 0;
	padding: 0 15px;
	margin-bottom: -10px;
}

.mo_chk_list li {
	display: inline-block;
	width: 33%;
	min-width: 40px;
	max-width: 115px;
	margin-bottom: 10px;
	text-align: right;
}

.mo_chk_list label {
	font-size: 14px;
	font-weight: 400;
	color: #787878;
	width: 100%;
}

.mo_chk_list input[type=checkbox] {
	margin-right: 10px;
}

.monthly_search {
	margin-top: 30px;
}

.mo_section .sliderContainer {
	margin-bottom: 0;
	padding-right: 0px;
	margin-top: -20px;
}

.mo_section .starContainer {
	height: auto;
	line-height: 1em;
	text-align: center;
}

.mo_section .starPoint_search {}

.mo_section .sliderContainer {
	display: block;
	width: 100%;
	padding-right: 0;
}

.mo_section .starContainer {
	height: 30px;
	line-height: 40px;
}

.mo_section .starPoint_search {
	line-height: 1;
	display: inline-block;
	font-size: 0px;
	margin-top: -5px;
	vertical-align: middle;
	font-size: 27px;
}

.mo_section .rate-base-layer span {
	display: inline-block;
	font-size: 27px;
	width: 27px;
	height: 27px;
	background: url('/img/main/star_off.png') no-repeat top left;
	background-image: url('/img/main/star_off.svg');
	background-size: 24px;
	color: transparent;
}

.mo_section .rate-select-layer span {
	display: inline-block;
	font-size: 27px;
	width: 27px;
	height: 27px;
	background: url('/img/main/star_on.png') no-repeat top left;
	background-image: url('/img/main/star_on.svg');
	background-size: 24px;
	color: transparent;
}

.mo_section .starPoint_search i.star {
	background: none;
	opacity: 0;
	font-size: 24px;
	width: 24px;
	height: 24px;
}

.race_blank {
	padding-top: 60px;
	padding-bottom: 60px;
}

.race_blank p {
	font-size: 16px;
	text-align: center;
	color: #787878;
}

.sub_board_section .title {
	padding-left: 15px;
}

.btn_refresh {
	display: inline-block;
	font-size: 16px;
	font-weight: 400;
	color: #828282;
	padding-left: 25px;
	background: url('/img/sub/refresh_icon.png') no-repeat left center;
	background-image: url('/img/sub/refresh_icon.svg');
	-webkit-background-size: 14px 15px;
	background-size: 14px 15px;
	position: absolute;
	bottom: 30px;
	right: 30px;
}

.btn_refresh:hover {
	opacity: .6;
}

.btn_refresh.btn_region {
	bottom: 20px;
	right: 13px;
}

.mo-btn-warp {
	padding: 20px;
	margin-top: 40px;
}

.mo-btn-warp * {
	vertical-align: top;
}

.right_refresh+.btn_refresh {
	position: relative;
	bottom: 0px;
	right: 0px;
}

.mo_section a.btn_primary.right_refresh {
	min-width: auto;
	width: calc(50% - 5px);
	text-align: center;
	margin-right: 10px;
	padding: 15px 20px;
}

.mo_section .btn_refresh {
	padding: 15px 20px;
	background-color: #fff;
	border: 2px solid #eee;
	border-radius: 25px 0 25px 0;
	background: none;
	width: calc(50% - 10px);
	height: 54px;
	text-align: center;
	position: relative;
	bottom: 0px;
	right: 0px;
	left: 0px;
}

.mo_section .btn_refresh:before {
	content: '';
	position: relative;
	top: 2px;
	left: auto;
	margin-right: 10px;
	display: inline-block;
	width: 14px;
	height: 15px;
	background: url('/img/sub/refresh_icon.png') no-repeat left center;
	background-image: url('/img/sub/refresh_icon.svg');
	-webkit-background-size: 14px 15px;
	background-size: 14px 15px;
}

/* =====진행중인 대회 맵 추가 0531===== */
.map {}

.map.sub_month_section .chk_month_box {
	width: 806px;
	padding: 0;
}

.map.sub_month_section .chk_month_box+.text-center {
	position: absolute;
	right: 0;
	bottom: -26px;
	width: 100%;
}

.map.sub_month_section .btn_refresh {
	right: 0;
	bottom: 0;
}

.map.sub_month_section .gray_box {
	padding: 32px 0;
	max-width: 1140px;
	margin: 0 auto 50px;
}

.map.sub_month_section .chk_month_box li {
	width: auto;
	padding: 0;
}

.map.sub_month_section .chk_month_box li a.right_refresh {
	display: inline-block;
	width: 180px;
	height: 46px;
	background-color: #455188;
	border-color: #455188;
	font-size: 18px;
	line-height: 15px;
	text-align: center;
	color: #fff;
	margin-left: 23px;
}

.map.sub_month_section .chk_month_box li.date {
	margin-right: 42px;
	padding-left: 0;
	line-height: 3;
}

.map.sub_month_section .chk_month_box li .date_picker {
	width: 240px;
	margin: 0 5px;
}

.map.sub_month_section .chk_month_box li a.btn_primary.btn_small {
	padding: 10px 50px;
	font-size: 18px;
	background-color: #455188;
	border: 2px solid #455188;
	border-radius: 0;
	width: 180px;
	height: 46px;
	margin-left: 23px;
}

.map.sub_month_section .chk_month_box li a.btn_primary.btn_small:hover {
	background-color: #fff;
	color: #455188;
}

.map.sub_month_section .map-list-box {
	padding: 37px 40px;
	transition: all 0.2s;
	border: solid 1px #e1e1e1;
	background-color: #fff;
	margin-bottom: 20px;
}

.map.sub_month_section .map-list-box .default>div {
	background-size: contain;
	background-color: #eeeeee;
}

.map.sub_month_section .map-list-box:hover {
	box-shadow: 0px 1px 30px 0 rgba(69, 81, 136, 0.2);
	border-color: #fff;
}

.map.sub_month_section .month_txt {
	font-size: 30.5px;
	margin-bottom: 30px;
}

.map.sub_month_section .map-list-box+.month_txt {
	margin-top: 60px;
}

.thumbnail:after {
	content: "";
	display: block;
	clear: both;
}

.map.sub_month_section .thumbnail div {
	width: 322px;
	border: solid 1px #e1e1e1;
	height: 206px;
	margin-right: 40px;
	float: left;
	position: relative;
	background-repeat: no-repeat;
	background-position: center center;
}

.map.sub_month_section .thumbnail div b {
	display: inline-block;
	padding: 8px 15px;
	position: absolute;
	top: 0px;
	left: 0px;
	font-size: 16px;
	color: #fff;
}

.map.sub_month_section .thumbnail div b.type1 {
	background-color: #ebbc3c;
}

.map.sub_month_section .thumbnail div b.type2 {
	background-color: #4582ff;
}

.map.sub_month_section .thumbnail div b.type3 {
	background-color: #e67373;
}

.map.sub_month_section .thumbnail div b.type4 {
	background-color: #727272;
}

.map.sub_month_section .thumbnail ul {
	display: inline-block;
	padding: 18px 0;
}

.map.sub_month_section .thumbnail ol li {
	float: left;
}

.map.sub_month_section .thumbnail ol:after {
	content: "";
	display: block;
	clear: both;
}

.map.sub_month_section .thumbnail ol li span {
	font-size: 16px;
	color: #666;
	line-height: 1.88;
	font-weight: normal;
}

.map.sub_month_section .thumbnail ol li p {
	font-size: 16px;
	color: #242424;
	font-weight: normal;
	line-height: 1.88;
	padding-left: 20px;
}

.map.sub_month_section .thumbnail ul>li {
	font-size: 0;
}

.map.sub_month_section .thumbnail ul>li>h2 {
	font-size: 22px;
	font-weight: bold;
	margin: 0px 0 15px;
}

.map.sub_month_section .thumbnail ul>li>a {
	display: inline-block;
	font-size: 15px;
	font-weight: 500;
	line-height: 39px;
	letter-spacing: normal;
	text-align: center;
	color: #2cb400;
	width: 145px;
	height: 45px;
	border-radius: 4px;
	border: solid 1px #2cb400;
	background-color: #fff;
	margin: 15px 10px 0 0;
	background-repeat: no-repeat;
}

.map.sub_month_section .thumbnail ul>li>a span {
	display: inline-block;
	color: inherit;
	vertical-align: middle;
	line-height: 1;
}

.map.sub_month_section .thumbnail ul>li>a span:before {
	content: "";
	display: inline-block;
	vertical-align: top;
	width: 16px;
	height: 16px;
	background-image: url(/img/sub/icon-01.png);
	margin-right: 7px;
}

.map.sub_month_section .thumbnail ul>li>a.btn-01 {
	background-color: #2cb400;
	color: #fff;
}

.map.sub_month_section .thumbnail ul>li>a.btn-01 span:before {}

.map.sub_month_section .thumbnail ul>li>a.btn-02 span:before {
	background-image: url(/img/sub/icon-02.png);
	width: 11px;
	height: 16px;
}

.map.sub_month_section .thumbnail ul>li>a.btn-03 span:before {
	background-image: url(/img/sub/icon-03.png);
	width: 13px;
	height: 15px;
}

.map.sub_month_section a.btn_primary.more {
	display: inline-block;
	font-size: 20px;
	color: #fff;
	background-color: #e9e9e9;
	border: none;
	border-radius: 0;
	padding: 0;
	line-height: 57px;
	font-weight: 500;
	text-align: center;
	width: 230px;
	height: 57px;
	color: #777;
	border-radius: 40px;
}

.map.sub_month_section a.btn_primary span {
	color: #2cb400;
}

/* 코스안내 */
.new-menu-list.ing.top {}

/* .new-menu-list.top{} */
.new-menu-list.ing ul {
	width: 100%;
	max-width: 1140px;
	height: 70px;
	border-radius: 35px;
	background-color: #edf2fb;
}

.new-menu-list.ing ul.top {
	position: fixed;
	top: 10px;
	z-index: 10;
	width: calc(100% - 30px);
	left: 50%;
	transform: translateX(-50%);
}

.new-menu-list.ing li {
	width: 25%;
	padding: 8px 5px;
	float: left;
	border-radius: 27.5px;
	height: 35px;
}

.new-menu-list.ing a {
	display: block;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	line-height: 54px;
	color: #222;
}

.new-menu-list.ing a.on:not(.list) {
	background-color: #1a38a8;
	color: #fff;
	border-radius: 27.5px;
}

.new-menu-list.ing li:first-child a {
	color: #1a38a8;
	background: url(/img/sub/all_list_icon.png) left 89px center no-repeat;
	text-indent: 46px;
}

.sub_map_section #map {
	height: 350px;
	margin: 0px 0 40px;
	border-radius: 20px;
	border: solid 1px #e1e1e1;
	background-image: url(/img/sub/course_img1.png);
	background-repeat: no-repeat;
	background-position: center center;
}

.sub_map_section .course_wrap {
	text-align: center;
}

.sub_map_section .course_wrap>h2 {
	font-size: 36px;
	font-weight: bold;
}

.sub_map_section .course_wrap>ol {
	display: inline-block;
	margin-top: 20px;
}

.sub_map_section .course_wrap>ol li {
	float: left;
}

.sub_map_section .course_wrap>ol span {
	font-size: 20px;
	line-height: 1.5;
	letter-spacing: normal;
	color: #222;
}

.sub_map_section .course_wrap>ol p {
	font-size: 20px;
	font-weight: bold;
	margin-left: 20px;
	line-height: 1.5;
	letter-spacing: normal;
	text-align: left;
	color: #2cb400;
}

.sub_map_section .anysport {}

.sub_map_section .anysport ol {
	margin-top: 55px;
}

.sub_map_section .anysport ol li {
	height: 120px;
	margin: 0 0 20px;
	padding: 25px 0px 25px;
	border-radius: 20px;
	box-shadow: 0px 1px 20px 0 rgba(33, 50, 124, 0.15);
	background-image: url(/img/sub/box-arrow-off.png);
	background-position: right 40px center;
	background-repeat: no-repeat;
	background-color: #fff;
	position: relative;
	transition: all 0.3s;
}

.sub_map_section .anysport ol li:last-child {
	margin-bottom: 0;
}

.sub_map_section .anysport ol:not(.completion) li:hover {
	background-image: url(/img/sub/box-arrow-on.png), linear-gradient(to top, #2cb400, #43cf15);
	box-shadow: 0px 10px 10px 0 rgba(44, 180, 0, 0.4);
	background-position: right 40px center, center center;
	background-repeat: no-repeat;
}

.sub_map_section .anysport li a {}

.sub_map_section .anysport li i {
	position: absolute;
	left: 40px;
	top: 50%;
	transform: translateY(-50%);
	display: inline-block;
	background-image: url(/img/sub/course-icon-off.png);
	background-repeat: no-repeat;
	background-position: center center;
	width: 73px;
	height: 73px;
	background-color: #f0fbec;
	border-radius: 50%;
}

.sub_map_section .anysport li p {
	font-size: 20px;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: normal;
	color: #2cb400;
}

.sub_map_section .anysport li p.course_state {
	font-size: 32px;
	font-weight: bold;
	line-height: 0.94;
	margin-top: 7px;
	letter-spacing: normal;
	color: #222;
}

.sub_map_section .anysport ol:not(.completion) li:hover i {
	background-image: url(/img/sub/course-icon-on.png);
	background-color: rgba(255, 255, 255, .15);
}

.sub_map_section .anysport ol:not(.completion) li:hover p {
	color: #cff4c2;
}

.sub_map_section .anysport ol:not(.completion) li:hover p.course_state {
	color: #fff;
}

/* 코스 상세페이지 */
.sub_map_section.course_detail01 {}

.sub_map_section .map_clusterer_pc {
	padding-top: 60px;
}

.sub_map_section.course_detail01 .map_clusterer_pc>h1 {
	text-align: center;
	font-size: 36px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1;
	letter-spacing: normal;
	/* text-align: left; */
	color: #222;
}

.sub_map_section.course_detail01 .map_clusterer_pc>h1 span {
	font-size: 16px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: 1;
	letter-spacing: normal;
	color: #2cb400;
	display: block;
	margin-bottom: 13px;
}

.sub_map_section.course_detail01 #map_detail {
	max-width: 900px;
	width: 100%;
	height: auto;
	margin: 40px auto 0px;
}

.sub_map_section.course_detail01 #map_detail .btn_wrap {
	text-align: center;
}

.common-button {
	display: inline-block;
	width: 330px;
	height: 70px;
	line-height: 70px;
	font-size: 20px;
	font-weight: bold;
	border-radius: 15px;
}

.more-btn {
	border: solid 1px #e1e1e1;
	color: #2cb400;
	text-align: center;
}

.more-btn:before {
	content: "";
	display: inline-block;
	background-image: url(/img/sub/more-icon.png);
	width: 26px;
	vertical-align: sub;
	margin-right: 7px;
	height: 26px;
}

.more-btn:hover {
	color: #2cb400;
}

.sub_map_section.course_detail01 #map_detail .btn_wrap a {
	display: inline-block;
	margin: 30px 10px 60px;
}

.sub_map_section.course_detail01 #map_detail .btn_wrap a.kakao {
	color: #222;
	background-color: #f9e000;
	border-color: #f9e000;
}

.sub_map_section.course_detail01 #map_detail .btn_wrap a.kakao:before {
	content: "";
	display: inline-block;
	background-image: url(/img/sub/kakaomap-icon.svg);
	width: 21px;
	height: 30px;
	vertical-align: middle;
	margin-right: 11px;
}

.sub_map_section.course_detail01 .course_wrap {}

.sub_map_section.course_detail01 .course_wrap h2 {
	font-size: 30px;
	font-weight: bold;
	line-height: 0.97;
	letter-spacing: normal;
	text-align: left;
	color: #222;
	border-bottom: 2px solid #2cb400;
	padding-bottom: 20px;
	max-width: 1140px;
	margin: 0 auto;
}

.sub_map_section.course_detail01 .course_wrap>p {
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.61;
	letter-spacing: normal;
	text-align: left;
	color: #222;
	margin: 35px auto 45px;
	max-width: 1140px;
}

.sub_map_section.course_detail01 .gray-box {
	border-radius: 20px;
	background-color: #f9f9f9;
	padding: 45px 0 50px;
	margin: 0 auto 30px;
	max-width: 1140px;
}

.sub_map_section.course_detail01 .gray-box a {
	display: block;
	margin: 12px auto 0;
	background-color: #2cb400;
	letter-spacing: normal;
	text-align: center;
	color: #fff;
	transition: all 0.2s;
}

.sub_map_section.course_detail01 .gray-box a:hover {
	color: #2cb400;
	background-color: #fff;
	border: 1px solid #2cb400;
}

.sub_map_section.course_detail01 .gray-box p {
	line-height: 1.61;
}

.sub_map_section.course_detail01 .gray-box p span {}

.sub_map_section.course_detail01 .gray-box p .green {
	font-weight: bold;
	color: #16d273;
}

.sub_map_section.course_detail01 .gray-box p .orange {
	font-weight: bold;
	color: #f5a100;
}

.sub_map_section h1.sub-title {
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	line-height: 0.97;
	letter-spacing: normal;
	color: #222;
}

.sub_map_section.course_detail01 .course_contents {
	padding-bottom: 70px;
}

.sub_map_section.course_detail01 .course_contents ol {
	margin-top: 30px;
}

.sub_map_section.course_detail01 .course_contents li {
	height: 80px;
	margin: 0 0 20px;
	padding: 0 40px 0px;
	border-radius: 20px;
	box-shadow: 0px 1px 20px 0 rgba(33, 50, 124, 0.15);
	background-image: url(/img/sub/box-arrow-off.png);
	background-position: right 40px center;
	background-repeat: no-repeat;
	background-color: #fff;
	position: relative;
	transition: all 0.3s;
}

.sub_map_section.course_detail01 .course_contents li p {
	font-size: 24px;
	font-weight: bold;
	line-height: 80px;
	margin-top: 0;
	letter-spacing: normal;
	color: #222;
	text-align: left;
}

.btn_white.back-button {
	margin-top: 60px;
	border: solid 1px #2cb400;
	width: 280px;
	height: 57px;
	font-size: 20px;
	font-weight: 500;
	line-height: 55px;
	padding: 0;
	text-indent: 10px;
	letter-spacing: normal;
	text-align: center;
	color: #2cb400;
	background: url(/img/sub/back-arrow.png) left 90px center no-repeat #fff;
}

/* .sub_map_section.course_detail01 .btn_white:hover{
	background-color: #2cb400;
	color:#fff;
} */
.sub_map_section.course_detail02 {}

.sub_map_section.course_detail02 .map_clusterer_pc {}

.sub_map_section.course_detail02 #map_detail02 {
	margin-top: 50px;
	background-color: #f8f9fb;
	padding: 100px 0;
}

.sub_map_section.course_detail02 #map_detail02:after {
	content: "";
	display: block;
	clear: both;
}

.sub_map_section.course_detail02 #map_detail02>div {
	max-width: 1140px;
	margin: 0 auto;
}

.sub_map_section.course_detail02 #map_detail02>div:after {
	display: block;
	content: "";
	clear: both;
}

.sub_map_section.course_detail02 #map_detail02 img {
	border-radius: 15px;
	float: left;
	margin-right: 50px;
}

.sub_map_section.course_detail02 #map_detail02 .text {
	float: left;
	width: 100%;
	max-width: calc(100% - 600px);
}

.sub_map_section.course_detail02 #map_detail02 .text b {
	display: block;
	font-size: 18px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.67;
	letter-spacing: normal;
	text-align: left;
	color: #a5a5a5;
	position: relative;
}

.sub_map_section.course_detail02 #map_detail02 .text b:after {
	content: "";
	display: inline-block;
	width: 100%;
	height: 2px;
	background: #ddd;
	max-width: 495px;
	position: absolute;
	top: 50%;
	left: 95px;
}

.sub_map_section.course_detail02 #map_detail02 .text h2 {
	margin: 20px 0 35px;
	font-size: 30px;
	font-weight: bold;
	font-style: normal;
	line-height: 1;
	letter-spacing: normal;
	text-align: left;
	color: #222;
}

.sub_map_section.course_detail02 #map_detail02 .text p {
	font-size: 18px;
	font-weight: normal;
	line-height: 1.61;
	letter-spacing: normal;
	text-align: left;
	color: #222;
}

.sub_map_section.course_detail02 .course_wrap {}

.sub_map_section.course_detail02 .course_wrap .area {}

.sub_map_section.course_detail02 .course_wrap h1 {
	margin: 90px auto 30px;
}

.sub_map_section.course_detail02 .course_wrap .course_contents {}

.sub_map_section.course_detail02 .course_wrap img {
	width: 100%;
	max-width: 1140px;
}

.sub_map_section.course_detail02 .course_wrap a {}

/* 인증, 완보증 */
.certification01 {
	padding-bottom: 150px;
}

.certification01 .anysport ol {
	margin-top: 30px;
}

.anysport ol.completion {
	margin-top: 30px;
}

.anysport ol.completion li {
	background-image: url(/img/sub/passed-icon.png);
	box-shadow: none;
	background-color: #f4f6f8;
}

.certification01 .btn_wrap .more-btn {
	margin: 40px auto 90px;
}

.anysport ol.completion li:hover a {
	cursor: auto;
}

.anysport ol.completion li .date {
	display: inline-block;
	padding: 17px 34px 18px 35px;
	font-size: 20px;
	line-height: 1;
	letter-spacing: normal;
	text-align: center;
	color: #777;
	border-radius: 25px;
	background-color: #ebedf0;
	position: absolute;
	left: 40px;
	top: 50%;
	transform: translateY(-50%);
}

.anysport ol.completion li p {
	color: #a8a8a8;
}

.anysport ol.completion li p.course_state {}

/* 완보증 확인 레이어 팝업 */
.popup-layer {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(000, 000, 000, .4);
	z-index: 11;
	overflow: auto;
}

.popup-layer .pop-box {
	background-color: #fff;
	max-width: 720px;
	width: 100%;
	position: relative;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
}

.popup-layer .pop-box>div {
	padding: 50px 30px;
}

.popup-layer .pop-box>div.btn-wrap {
	padding: 30px 0px;
	background-color: #3dc810;
}

.popup-layer .close {
	display: inline-block;
	border-style: none;
	width: 34px;
	height: 34px;
	background-image: url(/img/sub/close-btn.png);
	background-size: contein;
	position: absolute;
	top: 30px;
	right: 30px;
	text-indent: -9999px;
}

.popup-layer .content {}

.popup-layer .content>span {
	font-size: 20px;
	font-weight: 500;
	line-height: 1;
	letter-spacing: normal;
	color: #666;
}

.popup-layer .content .sub-title {
	font-size: 34px;
	font-weight: bold;
	line-height: 0.88;
	letter-spacing: normal;
	;
	color: #222;
	padding: 14px 0 35px;
	border-bottom: 1px solid #ddd;
	margin-bottom: 50px;
}

.popup-layer .content>p {
	font-size: 24px;
	font-weight: normal;
	line-height: 1.25;
	letter-spacing: normal;
	text-align: center;
	color: #222;
}

.popup-layer .content>p b {
	color: #3dc810;
}

.popup-layer .content ul {
	max-width: 660px;
	width: 100%;
	padding: 30px 0 40px 0;
	margin: 35px 0 35px;
	border: solid 1px #e8eef1;
	background-color: #f8fafb;
}

.popup-layer .content ul li {}

.popup-layer .content li p {
	font-size: 26px;
	font-weight: bold;
	line-height: 1.65;
	letter-spacing: normal;
	text-align: center;
	color: #222;
}

.popup-layer .content div {}

.popup-layer .content div .datetime {
	font-size: 24px;
	font-weight: bold;
	line-height: 1;
	letter-spacing: normal;
	color: #222;
}

.popup-layer .content div p {
	font-size: 20px;
	font-weight: 500;
	line-height: 1;
	letter-spacing: normal;
	color: #a5a5a5;
	margin-top: 15px;
}

.popup-layer div.btn-wrap a {
	font-size: 22px;
	font-weight: bold;
	line-height: 1;
	letter-spacing: normal;
	color: #fff;
}

/* 신청확인 */
.apply {
	padding: 30px 0 180px;
}

.apply .apply-box {
	width: 100%;
	max-width: 600px;
	margin: 110px auto 0;
	border-radius: 20px;
	overflow: hidden;
	box-shadow: 5.5px 9.5px 18px 0 rgba(0, 0, 0, 0.12);
	background-color: #fff;
}

.apply .input_box {
	margin-top: 40px;
}

.apply .input_box>p {
	margin-bottom: 20px;
}

.apply .apply-box ul.tab {
	display: inline-block;
	width: 100%;
}

.apply .apply-box ul.tab li {
	float: left;
	background-color: #f3f5f9;
	width: 50%;
}

.apply .apply-box ul.tab li a {
	display: inline-block;
	width: 100%;
	height: 70px;
	line-height: 70px;
	font-size: 24px;
	font-weight: 500;
	color: #a5a5a5;
	text-align: center;
}

.apply .apply-box ul.tab li.on a {
	background-color: #fff;
	border-radius: 20px 20px 0 0;
	color: #222;
}

.apply .apply-box p.text {
	font-size: 18px;
	font-weight: 500;
	line-height: 1.67;
	text-align: center;
	letter-spacing: normal;
	color: #a5a5a5;
}

.apply .apply-box>p.text b {
	color: #222;
	font-weight: bold;
}

.apply .apply-box>div {
	padding: 60px 50px;
}

.apply .apply-box input {
	width: 100%;
	height: 65px;
	vertical-align: middle;
	border-radius: 10px;
	background-color: #f5f5f5;
	border-style: none;
	font-size: 18px;
	font-weight: 500;
	color: #a1a1a1;
	padding: 0 20px;
}

.apply .apply-box input:focus {
	outline: none;
}

.apply .apply-box #rzipcode {
	position: fixed;
	bottom: 0;
	right: 0;
	width: 1px;
	height: 1px;
	opacity: 0;
}

.apply .apply-box #raddress1 {
	width: 70%;
	max-width: 350px;
	margin-right: 6px;
}

.apply .apply-box .address input {
	width: 100%;
}

.apply .apply-box .address button {
	max-width: 140px;
	height: 60px;
	line-height: 60px;
}

.confirm01 .apply-box .submit a {
	margin-top: 20px;
}

.apply .apply-box .apply:not(.on) {
	display: none;
}

/* button */
.apply-common-button {
	display: inline-block;
	width: 100%;
	height: 70px;
	border-radius: 15px;
	line-height: 70px;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: normal;
	color: #fff;
	border: solid 1px #2cb400;
	transition: all 0.2s;
}

.green__btn {
	background-color: #2cb400;
}

.green__btn:hover {
	background-color: #fff;
	color: #2cb400;
}

.green_line___btn {
	width: 100%;
	height: 70px;
	line-height: 70px;
	border-radius: 10px;
	border: solid 1px #2cb400;
	background-color: #fff;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: normal;
	color: #2cb400;
	vertical-align: middle;
	transition: all 0.2s;
}

.green_line___btn:hover {
	background-color: #2cb400;
	color: #fff;
}

.green_line___btn:focus {
	color: #2cb400;
}

.white__btn {
	border: solid 1px #e1e1e1;
	color: #222;
}

.apply .apply-box span.green {
	color: #2cb400;
}

.apply .apply-box h2.sub-title {
	font-size: 22px;
	font-weight: bold;
	line-height: 1.36;
	letter-spacing: normal;
	text-align: center;
	color: #222;
}

.apply .apply-box h2.title {
	font-size: 26px;
	font-weight: bold;
	line-height: 1.38;
	letter-spacing: normal;
	text-align: center;
	color: #222;
}

/* 참가신청완료 */
.apply .apply-box>div.apply1 {}

div.apply1 .case02 {
	text-align: center;
	padding-top: 50px;
}

div.apply1 .case02 img {
	text-align: center;
	margin-bottom: 20px;
}

div.apply1 .case02 h2 {}

div.apply1 .case02 p.text {
	font-size: 16px;
	line-height: 1.63;
	color: #94979d;
	margin: 10px 0 83px;
}

div.apply1 .case02 a {}

/* 참가신청 미로그인 */
div.apply1 .case03 {
	padding-top: 90px;
}

div.apply1 .case03 h2 {
	margin-bottom: 130px;
}

div.apply1 .case03 a:not(:last-child) {
	margin-bottom: 10px;
}

/* 참가확인 */
.apply .apply-box>div.apply2 {}

div.apply2 .case01 {
	padding-top: 75px;
}

div.apply2 .case01 h2 {}

div.apply2 .case01 h2 strong {
	color: #2cb400;
	display: block;
	font-weight: bold;
}

div.apply2 .case01 p.text {
	font-size: 16px;
	line-height: 1.63;
	color: #94979d;
	margin: 18px auto 110px;
}

div.apply2 .case01 p.text span {
	display: block;
	color: #6b7fca;
}

div.apply2 .case01 a {}

/* 참가확인- 미로그인시 */
div.apply2 .case02 {
	padding-top: 90px;
}

div.apply2 .case02 h2 {
	margin-bottom: 130px;
}

div.apply2 .case02 a:not(:last-child) {
	margin-bottom: 10px;
}

.mobile {
	display: none;
}

/* 2023-05-12 통합일정안내 */
.sub_schedule {
    margin-bottom: 80px;
}
.sub_schedule .title {
    padding-left: 15px;
}
.sub_schedule caption {
    display: block;
    height: 0;
    width: 0;
    font-size: 0;
    line-height: 0;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
.sub_schedule .schedule {
    text-align: center;
}
.sub_schedule thead {
    color: #333333;
    font-size: 16px;
    font-weight: 600;
    border-top: 3px solid #47a63e;
    border-bottom: 1px solid #dfdfdf;
    background: #f9f9f9;
}
.sub_schedule thead th {
    padding: 24px;
}
.sub_schedule tbody {
    border-bottom: 1px solid #dfdfdf;
}
.sub_schedule tbody td {
    padding: 24px 0;
}
.sub_schedule .web_btn {
    background: #47a63e;
    color: #fff;
    padding: 6px 12px;
}
.sub_schedule td img {
    display: block;
    height: 0;
    width: 0;
    font-size: 0;
    line-height: 0;
    margin: 0;
    padding: 0;
    overflow: hidden;
}


/* 2021-08-20 모바일 UI 개선 end */
@media(max-width:1199px) {
	.gray_box {
		padding: 30px 15px;
	}

	.monthTitle {
		height: 40px;
		line-height: 40px;
	}

	a.btn_primary.btn_region {
		font-size: 16px;
		padding: 10px;
	}

	.starContainer h6 {
		margin-right: 10px;
	}
}

@media(max-width:991px) {
	.sub_month_section .chk_month_box li:first-child {
		/* height: 40px; */
		line-height: 40px;
	}
}

@media(max-width: 768px) {
	a.btn_primary.btn_squre {
		width: 100%;
	}

	.sub_month_section .chk_month_box {
		padding: 20px 0;
	}

	.sub_month_section .chk_month_box li {
		width: 25%;
		text-align: left;
		padding-left: 15px;
		margin-bottom: 10px;
	}

	.sub_month_section .chk_month_box li:first-child {
		text-align: center;
		font-weight: 500;
		width: 100% !important;
		margin-bottom: 15px;
		padding-left: 0px;
	}

	.map.sub_month_section .gray_box {
		padding: 20px;
	}

	.chk_month_box h6 {
		display: block;
		width: 100% !important;
	}

	.range input[type="range"] {
		width: 100%;
		margin-bottom: 10px;
	}

	/************** 별점 개선 **************/
	ul.layer_info li.star_review {
		vertical-align: middle;
	}

	.comment_box .starComment {
		font-size: 20px;
	}

	.comment_box .starComment i.star {
		font-size: 20px;
		width: 20px;
		height: 20px;
		background-size: 16px;
	}

	.comment_list .comment_starBox {
		font-size: 15px;
	}

	.comment_starBox i.star {
		width: 15px;
		height: 15px;
		background-size: 13px;
		font-size: 15px;
	}

	/************** 2021-08-20 모바일 UI 개선 **************/
	.list_section.sub_month_section:not(.map) {
		display: none;
	}

	.mo_search_wrap label {
		width: 35%;
		display: inline-block;
	}

	.mo_search_wrap select {
		width: 65%;
		margin-right: 0;
	}

	.mo_search_wrap input {
		width: 48%;
		width: calc(50% - 15px);
		margin-right: 0;
	}

	.mo_search_wrap input.mo_input {
		width: 100%;
	}

	.mo_section .a-slider.month {
		left: 0;
		margin-left: auto;
		margin-right: auto;
	}

	/* 진행중인 대회 리스트  */
	.common-button {
		height: 45px;
		line-height: 43px;
		font-size: 17px;
		border-radius: 10px;
	}

	.title h1 {
		font-size: 24px;
		color: #242424;
		font-weight: 500;
		letter-spacing: -0.025em;
	}

	.title span {
		font-size: 15px;
		font-weight: 400;
		color: #c0c0c0;
		line-height: 1em;
		padding-top: 9px;
		margin-left: 0;
		display: block;
	}

	.map.sub_month_section .monthly_search_box .container {
		padding-left: 0px;
		padding-right: 0px;
	}

	.map.sub_month_section .chk_month_box li {
		width: 100%;
		padding: 0;
	}

	.map.sub_month_section .chk_month_box li a.right_refresh {
		border-radius: 25px 0 25px 0;
		border-color: #455188;
		width: calc(50% - 5px);
		line-height: 41px;
		margin-left: 0;
		font-size: 17px;
		padding: 0;
	}

	.map.sub_month_section .month_txt {
		font-size: 20px;
		margin-bottom: 40px;
	}

	.map.sub_month_section .gray_box {
		margin-bottom: 40px;
	}

	.map.sub_month_section .container:not(:first-child) {
		padding: 0;
	}

	.map.sub_month_section .gray_box .mo_search_wrap {
		margin-bottom: 0;
	}

	.map.sub_month_section #month_list {
		padding: 0;
	}

	.map.sub_month_section .map-list-box+.month_txt {
		margin-top: 40px;
	}

	.map.sub_month_section .map-list-box {
		padding: 20px;
		transition: all 0.2s;
		border: solid 1px #e1e1e1;
		background-color: #fff;
		margin-bottom: 20px;
		box-shadow: 0px 1px 30px 0 rgba(69, 81, 136, 0.2);
	}

	.map.sub_month_section .thumbnail div {
		width: 100%;
		height: 0;
		padding-bottom: 46%;
		margin-right: 0px;
		float: none;
		background-size: cover;
	}

	.map.sub_month_section .thumbnail div b {
		padding: 3.8889vw;
		font-size: 13px;
	}

	.map.sub_month_section .thumbnail ul {
		padding: 5.5556vw 0 0;
		width: 100%;
	}

	.map.sub_month_section .thumbnail ul>li>h2 {
		font-size: 16px;
		margin: 0 0 2.7778vw;
	}

	.map.sub_month_section .thumbnail ol li span {
		font-size: 13px;
		line-height: 1;
	}

	.map.sub_month_section .thumbnail ol li p {
		font-size: 13px;
		line-height: 1;
		padding-left: 2.3611vw;
	}

	.map.sub_month_section .thumbnail ul>li {
		display: flex;
		justify-content: space-between;
	}

	.map.sub_month_section .thumbnail ul>li>a {
		font-size: 14px;
		line-height: 1px;
		margin: 5.5556vw 10px 0 0;
		line-height: 33px;
		width: 100%;
		height: 40px;
		text-indent: 0px;
		font-weight: 500;
		background-size: 10px;
		text-align: center;
	}

	.map.sub_month_section .thumbnail ul>li>a:last-child {
		margin-right: 0;
	}
	.map.sub_month_section .thumbnail ul>li>a span {
	    vertical-align: middle;
	    line-height: 1;
	}
	.map.sub_month_section .thumbnail ul>li>a span:before {
		vertical-align: top;
		width: 16px;
		height: 16px;
		margin-right: 1.2500vw;
	}

	.map.sub_month_section .thumbnail ul>li:nth-child(2) {
		margin-bottom: 2.2222vw;
	}

	.map.sub_month_section .thumbnail ul>li>a.btn-01 {}

	.map.sub_month_section .thumbnail ul>li>a.btn-02 {}

	.map.sub_month_section .thumbnail ul>li>a.btn-03 {}

	/* .map.sub_month_section .thumbnail ul > li > a.btn-01{
	background-position: left 30% center;text-indent: 0.6944vw;
}
.map.sub_month_section .thumbnail ul > li > a.btn-02{
	background-position:left calc(50% - 25px) center;text-indent: 0.6944vw;
}
.map.sub_month_section .thumbnail ul > li > a.btn-03{
	background-position: left 25% center;
		margin-right:0;text-indent: 0.9722vw;
} */
	.map.sub_month_section a.btn_primary.more {
		font-size: 17px;
		line-height: 47.5px;
		width: 216px;
		margin-top: 20px;
		min-width: auto;
		height: 47.5px;
	}

	.map.sub_month_section .chk_month_box li {
		padding: 0;
		width: 100%;
		margin: 0;
		position: relative;
		font-size: 0;
	}

	.map.sub_month_section .chk_month_box li:last-child {
		margin-top: 15px;
	}

	.map.sub_month_section .chk_month_box li span {
		position: absolute;
		font-size: 17px;
		top: 10px;
		left: 50%;
		transform: translate(-50%, 0%);
	}

	.map.sub_month_section .chk_month_box li a {
		margin: 0 10px 0 0;
		float: left;
		min-width: auto;
		width: calc(50% - 5px);
	}

	.map.sub_month_section .chk_month_box li a:last-child {
		margin: 0;
		border: solid 1px #dfdfdf;
		background-color: #fff;
		height: 46px;
		border-radius: 25px 0 25px 0;
		border: solid 4px #dfdfdf;
		line-height: 41px;
		text-align: center;
		background-image: none;
		padding-left: 0;
	}

	.map.sub_month_section .chk_month_box li a:last-child:before {
		content: '';
		position: relative;
		top: 2px;
		left: auto;
		margin-right: 10px;
		display: inline-block;
		width: 14px;
		height: 15px;
		background: url(/img/sub/refresh_icon.png) no-repeat left center;
		background-image: url(/img/sub/refresh_icon.svg);
		-webkit-background-size: 14px 15px;
		background-size: 14px 15px;
	}

	.map.sub_month_section .chk_month_box input.date_picker {
		border: solid 1px #dfdfdf;
		margin: 0 20px 0px 0;
		width: calc(50% - 10px);
		font-size: 15px;
		color: #7a7a7a;
		height: 39px;
	}

	.map.sub_month_section .chk_month_box input.to_day {
		margin: 0 0px 0px 0;
	}

	/* 코스안내 */
	.container {
		max-width: 100%;
		padding-right: 20px;
		padding-left: 20px;
	}

	.pc {
		display: none;
	}

	.mobile {
		display: block;
	}

	.new-menu-list.ing ul {
		height: auto;
		border-radius: 25px;
	}

	.new-menu-list.ing li {
		width: 100%;
		padding: 0;
		float: none;
		height: auto;
	}

	.new-menu-list.ing a {
		border-radius: 25px;
		height: 56px;
		font-size: 17px;
		line-height: 56px;
		color: #7a7a7a;
		font-weight: normal;
	}

	.new-menu-list.ing li:first-child {
		position: relative;
	}

	.new-menu-list.ing li:first-child b {
		position: absolute;
		display: inline-block;
		width: 20px;
		height: 12px;
		background: url(/img/sub/list_top_icon.png) center center no-repeat;
		padding: 0;
		box-sizing: content-box;
		background-size: 14px;
		top: 50%;
		right: 20px;
		transform: translateY(-50%);
	}

	.new-menu-list.ing li:first-child a {
		color: #1a38a8;
		background: url(/img/sub/all_list_icon.png) left 20px center no-repeat;
		text-indent: 0;
		background-size: 17px;
		font-weight: bold;
	}

	.new-menu-list.ing li:not(:first-child) a:active,
	.new-menu-list.ing li:not(:first-child) a:focus,
	.new-menu-list.ing li:not(:first-child) a:hover,
		{
		color: #fff;
	}

	.sub_map_section .map_clusterer_pc {
		padding-top: 40px;
		width: 100%;
	}

	.sub_map_section #map {
		height: 0;
		padding-bottom: 50.44%;
		margin: 0 0 40px;
		border-radius: 10px;
		background-size: 70%;
	}

	.sub_map_section .course_wrap>h2 {
		font-size: 20px;
	}

	.sub_map_section .course_wrap>ol {
		margin-top: 10px;
	}

	.sub_map_section .course_wrap>ol span, .sub_map_section .course_wrap>ol p {
		font-size: 16px;
		line-height: 1;
		vertical-align: top;
	}

	.sub_map_section .course_wrap>ol p {
		margin-left: 10px;
	}

	.sub_map_section .anysport ol {
		margin-top: 40px;
	}

	.sub_map_section .anysport ol li {
		height: auto;
		margin: 0 0 20px;
		padding: 4.1667vw 0px;
		border-radius: 10px;
		box-shadow: 0px 1px 10px 0 rgb(33 50 124 / 15%);
		/* box-shadow: 0px 10px 10px 0 rgb(44 180 0 / 40%); */
		background-image: url(/img/sub/box-arrow-off.png);
		background-position: right 20px center;
		background-size: 10px;
	}

	.sub_map_section .anysport ol:not(.completion) li:hover {
		box-shadow: 0px 5px 5px 0 rgb(44 180 0 / 40%);
		background-size: 10px, 100%;
	}

	.sub_map_section .anysport li i {
		left: 20px;
		width: 10vw;
		height: 10vw;
		background-size: 3.75vw;
	}

	.sub_map_section .anysport li p {
		font-size: 13px;
		line-height: 1;
	}

	.sub_map_section .anysport li p.course_state {
		font-size: 17px;
		line-height: 1;
		margin-top: 2.7778vw;
	}

	/* 코스상세페이지 */
	.sub_map_section.course_detail01 .map_clusterer_pc>h1 span {
		font-size: 16px;
		margin-bottom: 10px;
	}

	.sub_map_section.course_detail01 .map_clusterer_pc>h1 {
		font-size: 20px;
		margin: 0 0 40px;
	}

	.sub_map_section.course_detail01 #map_detail .btn_wrap {
		font-size: 0;
	}

	.sub_map_section.course_detail01 #map_detail {
		margin: 0;
	}

	.sub_map_section.course_detail01 #map_detail .btn_wrap a {
		margin: 30px 10px 40px 0px;
		width: calc(50% - 5px);
		vertical-align: middle;
	}

	.sub_map_section.course_detail01 #map_detail .btn_wrap a.kakao {
		margin-right: 0;
	}

	.sub_map_section.course_detail01 #map_detail .btn_wrap a.kakao:before {
		width: 12px;
		height: 16.7px;
		margin-top: -3px;
		background-size: contain;
		margin-right: 10px;
	}

	.more-btn {
		border: solid 2px #e1e1e1;
	}

	.more-btn:before {
		width: 16px;
		height: 16px;
		vertical-align: unset;
		margin-right: 10px;
		background-size: contain;
		margin-top: -5px;
	}

	.sub_map_section.course_detail01 .course_wrap h2 {
		font-size: 20px;
		padding-bottom: 15px;
		margin: 0 20px 0;
	}

	.sub_map_section.course_detail01 .course_wrap>p {
		font-size: 14px;
		padding-bottom: 15px;
		margin: 20px 20px 40px;
	}

	.sub_map_section.course_detail01 .gray-box p {
		font-size: 14px;
	}

	.sub_map_section.course_detail01 .gray-box a {
		margin: 25px auto 0;
		max-width: 100%;
	}

	.sub_map_section.course_detail01 .gray-box {
		border-radius: 10px;
		padding: 30px 20px;
		margin: 0;
	}

	.sub_map_section h1.sub-title {
		font-size: 20px;
	}

	.sub_map_section.course_detail01 .course_contents {
		padding-bottom: 0;
	}

	.sub_map_section.course_detail01 .course_contents li {
		height: 53.5px;
		margin: 0px 0 10px;
		padding: 0 20px 0px;
		border-radius: 10px;
		box-shadow: 0px 1px 10px 0 rgb(33 50 124 / 15%);
		background-position: right 17px center;
		transition: all 0.3s;
	}

	.sub_map_section.course_detail01 .course_contents li p {
		font-size: 17px;
		line-height: 53.5px;
		margin-top: 0;
	}

	.btn_white.back-button {
		margin-top: 40px;
		width: 100%;
		height: 46px;
		font-size: 17px;
		line-height: 46px;
		padding: 0;
		text-indent: 0;
		background-image: none;
	}

	.btn_white.back-button:before {
		display: inline-block;
		content: "";
		background: url(/img/sub/back-arrow.png);
		width: 8px;
		height: 12px;
		background-size: contain;
		margin-right: 10px;
	}

	.sub_map_section.course_detail01 .course_contents ol {
		margin-top: 20px;
	}

	/* 코스상세 -> 경유지 */
	.sub_map_section.course_detail02 #map_detail02 {
		margin-top: 0px;
		padding: 30px 20px;
	}

	.sub_map_section.course_detail02 #map_detail02 img {
		/* border-radius: 15px; */
		float: none;
		margin: 0 auto;
		display: block;
	}

	.sub_map_section.course_detail02 #map_detail02 .text {
		float: none;
		width: 100%;
		max-width: none;
		overflow: hidden;
		padding-top: 25px;
	}

	.sub_map_section.course_detail02 #map_detail02 .text h2 {
		margin: 24px 0 20px;
		font-size: 17px;
	}

	.sub_map_section.course_detail02 #map_detail02 .text b {
		font-size: 14px;
		line-height: 1;
		color: #a5a5a5;
	}

	.sub_map_section.course_detail02 #map_detail02 .text b:after {
		left: 80px;
	}

	.sub_map_section.course_detail02 #map_detail02 .text p {
		font-size: 14px;
	}

	.sub_map_section.course_detail02 .course_wrap h1 {
		margin: 40px auto;
	}

	.sub_map_section.course_detail02 .course_wrap .course_contents {
		padding: 0 20px;
	}

	.sub_map_section.course_detail02 .map_clusterer_pc {}

	/* 인증 완보증 */
	.certification01 {
		padding-bottom: 60px;
	}

	.sub_map_section .anysport ol:not(.completion) li:hover {
		background-image: url(/img/sub/box-arrow-on.png), linear-gradient(to top, #2cb400, #43cf15);
		box-shadow: 0px 10px 10px 0 rgba(44, 180, 0, 0.4);
		background-position: right 17px center, center center;
		background-repeat: no-repeat;
	}

	.anysport ol.completion li .date {
		padding: 1.9444vw 2.7778vw;
		font-size: 12px;
		line-height: 1;
		border-radius: 11px;
		left: 4.1667vw;
		letter-spacing: -1.2px;
	}

	.anysport ol.completion li {
		background-image: url(/img/sub/passed-icon.png);
		background-color: #f4f6f8;
		background-position: right 5.5556vw center;
		background-size: 9.7222vw;
	}

	.certification01 .btn_wrap .more-btn {
		margin: 30px auto 40px;
		width: 60vw;
	}

	/* 완보증 팝업 */
	.popup-layer .pop-box {
		max-width: 88.8889vw;
		top: 6.4444vw;
		left: 50%;
		transform: translate(-50%, 0%);
	}

	.popup-layer .pop-box>div {
		padding: 19.4444vw 5.5556vw 6.9444vw;
	}

	.popup-layer .content>span {
		font-size: 15px;
	}

	.popup-layer .content .sub-title {
		font-size: 24px;
		line-height: 0.88;
		padding: 2.0833vw 0 6.9444vw;
		margin-bottom: 6.9444vw;
	}

	.popup-layer .content>p {
		font-size: 16px;
	}

	.popup-layer .content ul {
		max-width: 77.7778vw;
		padding: 6.9444vw 0 6.9444vw 0;
		margin: 6.9444vw 0 6.9444vw;
	}

	.popup-layer .content li p {
		font-size: 20px;
		line-height: 1;
		margin-bottom: 5.5556vw;
	}

	.popup-layer .content li:last-child p {
		margin-bottom: 0;
	}

	.popup-layer .content div .datetime {
		font-size: 16px;
	}

	.popup-layer .content div p {
		font-size: 16px;
		margin-top: 2.0833vw;
	}

	.popup-layer .pop-box>div.btn-wrap {
		padding: 5.5556vw 0px;
	}

	.popup-layer div.btn-wrap a {
		font-size: 17px;
	}

	.popup-layer .close {
		width: 32px;
		height: 32px;
		background-size: cover;
		top: 5.5556vw;
		right: 5.5556vw;
	}

	/* 신청안내 */
	.apply .apply-box {
		margin: 40px auto 0;
		border-radius: 10px;
	}

	.apply .apply-box>div {
		padding: 30px 20px;
	}

	.apply .apply-box ul.tab li a {
		height: 56px;
		line-height: 56px;
		font-size: 17px;
	}

	.apply .apply-box ul.tab li.on a {
		border-radius: 10px 10px 0 0;
	}

	.apply .apply-box p.text, div.apply2 .case01 p.text {
		font-size: 14px;
		line-height: 1.61;
	}

	.apply .input_box {
		margin-top: 30px;
	}

	.apply .input_box>p {
		margin-bottom: 10px;
		font-size: 0;
	}

	.apply-common-button {
		height: 45px;
		border-radius: 7px;
		line-height: 43px;
		font-size: 17px;
	}

	.apply .apply-box input {
		font-size: 14px;
		height: 45px;
		border-radius: 5px;
	}

	.apply .apply-box #raddress1 {
		max-width: none;
		width: 50.8333vw;
		margin-right: 10px;
	}

	.apply .apply-box .address button {
		max-width: calc(100% - 50.8333vw - 10px);
		height: 45px;
		line-height: 43px;
		font-size: 14px;
		border-radius: 5px;
	}

	div.apply1 .case02 {
		padding-top: 10px;
	}

	div.apply1 .case02 img {
		margin-bottom: 25px;
		width: 60px;
	}

	.apply .apply-box h2.title {
		font-size: 24px;
		line-height: 1;
		margin-bottom: 20px;
	}

	div.apply1 .case02 p.text {
		font-size: 14px;
		line-height: 1.61;
		color: #94979d;
		margin: 0px 0 32px;
	}

	div.apply1 .case03, div.apply2 .case02 {
		padding-top: 75px;
	}

	.apply .apply-box h2.sub-title {
		font-size: 17px;
	}

	div.apply1 .case03 h2, 	div.apply2 .case02 h2  {
		margin-bottom: 105px;
	}

	div.apply2 .case01 {
		padding-top: 50px;
	}
	.apply .apply-box h2.title{

	}
	div.apply2 .case01 h2 strong {
	    margin-bottom: 7px;
	}
	.apply .apply-box h2.title {
	    font-size: 16px;
	    font-weight: bold;
	    line-height: 1;
		}
		div.apply2 .case01 p.text {
		    margin: 0px auto 80px;
		}
    /* 통합 일정안내*/
    .sub_schedule .col-md-12 {
        overflow: hidden;
    }
    .sub_schedule .row .container {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    .sub_schedule .schedule {
        padding: 0;
        /* white-space: nowrap; */
        min-width: 800px;
        text-align: center;
        
    }
    .sub_schedule thead th {
        padding: 15px 0;
        font-size: 12px;
    }
    .sub_schedule tbody td {
        padding: 15px 10px;
        font-size: 12px;
        /* width: 30%; */
        /* white-space: normal; */
    }
    .sub_schedule .web_btn {
        font-size: 12px;
        padding: 3px;
    }
    .sub_schedule .mobile {
        padding-left: 15px;
        margin-bottom: 20px;
        color: #333; 
        font-size: 14px;
    }
    .sub_schedule .date {
        white-space: nowrap;
    }
}

@media(max-width: 480px) {
	.mo_chk_list li:nth-child(3n+1) {
		text-align: left;
	}

	.mo_chk_list li:nth-child(3n+2) {
		text-align: center;
	}

	.mo_chk_list li:nth-child(3n) {
		text-align: right;
	}

	.mo_chk_list.chk_btnchk_box li {
		text-align: center;
		width: calc(33.3% - 10px);
	}

	/* 진행중인 대회 리스트 */
	.map.mo_section.sub_month_section .map-list-box {
		padding-bottom: 0;
	}

	.map.mo_section.sub_month_section .thumbnail ul>li>a {
		background-size: 8px;
	}
}


/* 홍보 페이지 - 웹사이트 */
section.website {padding: 60px 0;}
section.website .title {
	padding-top: 40px;
  text-align: center;
}
section.website .title h2 {
  display: inline-block;
  padding: 20px 40px;
  font-size: 40px;
  font-weight: bold;
  color: #fff;
  background: url(/img/sub/website_tit_bg1.png) no-repeat center center;
}
section.website h4.dot {
  position: relative;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 80px;
}
section.website h4.dot span {
  color: #2cb400;
}
section.website h4.dot::before {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  background: #2cb400;
  border-radius: 20px;
}
section.website .section01 {
  margin-top: 120px;
}
section.website .section01 ul.con {
  display: flex;
  justify-content: space-evenly;
}
section.website .section01 ul.con img {
  display: block;
  margin: 0 auto;
}
section.website .section01 ul.con li:nth-child(3) img {
  margin-top: 50%;
}
section.website .section01 ul.con .txt {
  margin-top: 30px;
  text-align: center;
  line-height: 1.6;
}
section.website .section01 ul.con .txt b {
  font-size: 24px;
  font-weight: bold;
}
section.website .section01 ul.con .txt span {
  font-weight: bold;
}
section.website .section02 {
  margin-top: 150px;
}
section.website .section02 .con > div {
  display: flex;
  justify-content: center;
  gap: 30px;
}
section.website .section02 .con ul {
  margin-top: 40px;
  display: flex;
  gap: 20px;
  justify-content: space-evenly;
}
section.website .section02 .con p {
  font-size: 18px;
  line-height: 1.6;
  text-align: center;
  margin-top: 60px;
}
section.website .section03 {
  margin-top: 150px;
}
section.website .section03 .con {
  height: 350px;
  padding: 60px;
  display: flex;
  align-items: center;
  border-radius: 30px;
  background: url(/img/sub/website_bg1.jpg);
}
section.website .section03 .con p {
  color: #fff;
  font-size: 22px;
  line-height: 1.6;
}
section.website .section03 .con p b {
  color: #fff;
}
section.website .section03 h2 {
  margin-top: 80px;
  text-align: center;
  padding: 20px 40px;
  font-size: 40px;
  font-weight: bold;
  line-height: 1.4;
  color: #fff;
  background: url(/img/sub/website_tit_bg2.png) no-repeat center center;
}
section.website .section04 {
  padding: 120px;
  background: url(/img/sub/website_bg2.jpg) no-repeat center / cover;
}
section.website .section04 h2 {
  color: #fff;
  font-weight: bold;
  font-size: 40px;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 40px;
}
section.website .section04 h2:last-child {
  margin-bottom: 0;
}
section.website .section04 h2 span {
  color: #2cb400;
}
section.website .section04 p {
  margin: 40px 0;
  font-size: 18px;
  line-height: 1.8;
  color: #fff;
  text-align: center;
}
section.website .section05 h2 {
  font-size: 40px;
  line-height: 1.4;
  text-align: center;
  font-weight: bold;
}
section.website .section05 h2 span {
  color: #2cb400;
}
section.website .section05 .tit p {
  text-align: center;
  margin-top: 5px;
}
section.website .section05 .top {
  display: flex;
  gap: 30px;
  margin-top: 120px;
}
section.website .section05 .top > li {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px
}
section.website .section05 .top .dot {
  margin-bottom: 0;
}
section.website .section05 .top .txt {
  padding: 0 20px;
}
section.website .section05 .top .txt li {
  position: relative;
  padding-left: 15px;
  line-height: 1.6;
  margin-bottom: 5px;
}
section.website .section05 .top .txt li::before {
  position: absolute;
  content: '';
  width: 5px;
  height: 5px;
  background: #ddd;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
section.website .section05 .top .btn {
  background: #2cb400;
  padding: 12px;
}
section.website .section05 .top .btn a {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}
section.website .section05 .price {
  margin-top: 120px;
  text-align: center;
}
section.website .section05 .price h4 {
  display: inline-block;
	margin-bottom: 40px;
  font-size: 30px;
  font-weight: bold;
  color: #2cb400;
  border-bottom: 1px solid #2cb400;
}
section.website .section05 .price table {
	border-top: 3px solid #2cb400;
}
section.website .section05 .price tr {
	border-bottom: 1px solid #ddd;
}
section.website .section05 .price th {
	background: #f8f8f8;
	padding: 20px;
	font-size: 20px;
	line-height: 1.4;
}
section.website .section05 .price th span {
	font-weight: 400;
	font-size: 16px;
}
section.website .section05 .price tbody th {
	font-size: 16px;
}
section.website .section05 .price td {
	font-size: 16px;
	line-height: 1.6;
	padding: 30px;
}
section.website .section05 .price td ul li {
	position: relative;
	text-align: left;
	padding-left: 15px;
}
section.website .section05 .price td ul li::before {
	position: absolute;
  content: '';
  width: 5px;
  height: 5px;
  background: #ddd;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
section.website .section05 .service1 td:first-child {
	display: flex;
	gap: 20px;
	padding-left: 80px;
}
section.website .section05 .service1 td:first-child p {
	text-align: left;
}
section.website .section05 .service1 td:first-child p:first-child {
	font-weight: bold;
}
section.website .section05 .service1 td:first-child p span {
	font-size: 14px;
}
section.website .section05 .service2 tbody td:first-child {
	text-align: center;
	font-weight: bold;
	display: block;
	padding-left: 30px;
}
section.website .section05 .price .mb80.t_right {
	font-size: 14px;
}
section.website .section05 .add .wrap {
	width: 60%;
	padding: 40px 50px;
	box-sizing: border-box;
	border-radius: 30px;
	background: #f8f8f8;
	margin: 0 auto 20px;
}
section.website .section05 .add table {
	width: 100%;
	border-top: none;
}
section.website .section05 .add th {
	padding: 0 20px 0 0;
	background: none;
}
section.website .section05 .add th p {
	padding: 12px 25px;
	background: #2cb400;
	color: #fff;
	border-radius: 20px;
}
section.website .section05 .add tr {
	border-bottom: none;
}
section.website .section05 .add td:nth-child(2) {
	padding: 25px 0;
	text-align: left;
}
section.website .section05 .add .t_center {
	font-size: 14px;
	line-height: 1.6;
}
section.website .section06 {
	background: #242529;
	padding: 120px 0;
}
section.website .section06 h2 {
	color: #fff;
	text-align: center;
	font-size: 40px;
	line-height: 1.4;
	font-weight: bold;
	margin-bottom: 50px;
}
section.website .section06 h2 span {
	color: #2cb400;
}
section.website .section06 .plus {
	text-align: center;
}
section.website .section06 .con {
	display: flex;
	gap: 100px;
	align-items: center;
	justify-content: space-around;
	margin-top: 50px;
}
section.website .section06 .con > div {
	display: flex;
	flex-direction: column;
}
section.website .section06 .con p {
	color: #fff;
	margin-top: 20px;
	font-size: 24px;
	line-height: 1.6;
	font-weight: bold;
	text-align: center;
}
section.website .section06 .img {
	height: 325px;
  display: flex;
  align-items: center;
}
section.website .section07 {
	padding-bottom: 60px;
	text-align: center;
}
section.website .section07 h2 {
	margin-bottom: 60px;
	line-height: 1.4;
	text-align: center;
	font-size: 40px;
	font-weight: bold;
}
section.website .section07 h2 span {
	color: #2cb400;
}
section.website .section07 h2:last-child {
	margin-bottom: 0;
}
@media(max-width: 768px) {
	section.website .title h2 {
		font-size: 24px;
		padding: 20px;
	}
	section.website h4.dot {
		margin-bottom: 40px;
		font-size: 20px;
	}
	section.website .section01 {
		margin-top: 80px;
	}
	section.website .section01 ul.con {
		flex-direction: column;
		gap: 60px;
	}
	section.website .section01 ul.con li:nth-child(3) {
		display: none;
	}
	section.website .section01 ul.con .txt {
		margin-top: 20px;
	}
	section.website .section02 .con > div {
		gap: 10px;
    flex-direction: column;
	}
	section.website .section02 .con p {
		margin-top: 40px;
		font-size: 14px;
	}
	section.website .section02, section.website .section03 {
		margin-top: 100px;
	}
	section.website .section03 .con {
		height: 250px;
		padding: 20px;
		background-position: center;
	}
	section.website .section03 .con p {
		font-size: 16px;
	}
	section.website .section03 h2 {
		font-size: 24px;
		padding: 20px;
	}
	section.website .section04 {
		padding: 100px 40px;
	}
	section.website .section04 h2, section.website .section05 h2, section.website .section05 .price h4, section.website .section06 h2, section.website .section07 h2 {
		font-size: 24px;
	}
	section.website .section05 .top {
		flex-direction: column;
		gap: 100px;
		margin-top: 80px;
	}
	section.website .section05 .price {
		margin-top: 100px;
	}
	section.website .section05 .price.scroll .wrap {
		overflow-x: scroll;
	}
	section.website .section05 .price.scroll .wrap table {
		width: 100%;
		min-width: 700px;
	}
	section.website .section01 ul.con .txt p, section.website .section01 ul.con .txt b, section.website .section04 p, section.website .section05 .price th, section.website .section05 .price tbody th, section.website .section05 .price th span, section.website .section05 .price th, section.website .section05 .price td ul li, section.website .section05 .price .mobile.mt20.t_left, section.website .section05 .top .btn a, section.website .section05 .top .txt li, section.website .section05 .tit p {
		font-size: 14px;
	}
	section.website .section05 .price td {
		font-size: 14px;
		padding: 10px;
	}
	section.website .section05 .price .mb80.t_right {
		text-align: center !important;
	}
	section.website .section05 .price th {
		padding: 10px;
	}
	section.website .section05 .service1 colgroup col:nth-child(1) {width: 50%}
	section.website .section05 .service1 colgroup col:nth-child(2) {width: 25%}
	section.website .section05 .service1 colgroup col:nth-child(3) {width: 25%}
	section.website .section05 .service1 td:first-child {
		padding-left: 10px;
		gap: 5px;
		flex-wrap: wrap;
	}
	section.website .section05 .service2 tbody td:first-child {
		padding-left: 10px;
	}
	section.website .section05 .add .wrap {
		width: 100%;
    padding: 20px;
	}
	section.website .section05 .add th p {
		padding: 5px;
		font-size: 14px;
	}
	section.website .section05 .add td:nth-child(2) {
		padding: 10px 0;
	}
	section.website .section05 .add th {
		padding: 0 10px 0 0;
	}
	section.website .section06 .con {
		flex-direction: column;
		gap: 80px;
	}
	section.website .section06 .con p {
		font-size: 16px;
		margin-top: 30px;
	}
	section.website .section06 .img {
		height: auto;
	}
	section.website {
		padding: 50px 0;
	}
	section.website .section06 {
		padding: 100px 0;
	}
}

/* 홍보 페이지 - 프로모션 */
section.promotion .title h2 {
	color: #242424;
	background: none;
}
section.promotion .title h2 span {
	font-size: 40px;
	font-weight: bold;
	color: #2cb400;
	vertical-align: top;
	margin-left: 0;
}
section.promotion .title h2.back {
	color: #fff;
	background: url(/img/sub/promotion_tit_bg1.png) no-repeat center center;
}
section.promotion h4.dot {
	font-size: 40px;
	margin-bottom: 50px;
}
section.promotion p.mark {
	position: relative;
	z-index: 1;
	display: inline-block;
	padding: 0 10px;
	font-size: 24px;
	font-weight: bold;
	background: none;
}
section.promotion p.mark::before {
	position: absolute;
	z-index: -1;
	content: '';
	width: 100%;
	height: 20px;
	left: 0;
	bottom: -10px;
	background: rgba(68, 232, 15, 0.3);
}
section.promotion .section01 .mark {
	top: -50px;
	left: 100px;
}
section.promotion .section02 {
	background: #f8f8f8;
	padding: 120px 0;
	margin-top: 0;
	text-align: center;
}
section.promotion .section03 {
	margin-top: 0;
	text-align: center;
}
section.promotion .section03 p {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	line-height: 1.4;
}
section.promotion .section03 p span {
	color: #2cb400;
}
section.promotion .section03 .img {
	margin-top: 40px;
}
section.promotion .section03 .mark {
	margin-top: 20px;
}
section.promotion .section04 {
	background: #f8f8f8;
	padding: 120px 0 0 0;
	text-align: center;
}
section.promotion .section04 p {
	font-size: 24px;
	line-height: 1.4;
	font-weight: bold;
	color: #242424;
}
section.promotion .section04 p span {
	color: #2cb400;
}
section.promotion .section04 .img {
	margin-top: -50px;
}
section.promotion .section05 .txt {
	margin-top: 40px;
}
section.promotion .section05 .txt h4 {
	font-size: 40px;
	line-height: 1.4;
	text-align: center;
	font-weight: bold;
}
section.promotion .section05 .txt h4 span {
	color: #2cb400;
}
section.promotion .section05 .price {
	display: flex;
	justify-content: center;
	gap: 30px;
	margin-top: 50px;
	font-size: 24px;
	line-height: 1.6;
}
section.promotion .section05 .price > p:first-child {
	position: relative;
	color: #2cb400;
	font-weight: bold;
}
section.promotion .section05 .price > p:first-child::before {
	position: absolute;
	content: '';
	width: 100%;
	height: 1px;
	left: 0;
	bottom: 50%;
	background: #2cb400;
}
section.promotion .section05 .price p {
	text-align: left;
}
section.promotion .section05 .box {
	display: flex;
	align-items: center;
  justify-content: center;
	height: 152px;
	padding: 25px 60px;
	margin-top: 40px;
	text-align: center;
	background: url(/img/sub/promotion_bg1.png) no-repeat center;
}
section.promotion .section05 .box p {
	font-size: 24px;
	font-weight: bold;
	color: #fff;
}
section.promotion .section05 .box small {
	font-size: 16px;
	color: #eee;
}
section.promotion .section06 {
	background: #f8f8f8;
	padding: 120px 0;
	text-align: center;
}
section.promotion .section06 h2 {
	color: #242424;
}
section.promotion .section06 .btn a, section.website .section07 .btn a {
	padding: 18px 140px;
	color: #fff;
	background: #2cb400;
	font-size: 16px;
	font-weight: bold;
	transition: all 0.2s;
}
section.promotion.pb0 {
	padding-bottom: 0 !important;
}
@media(max-width: 768px) {
	section.promotion h4.dot {
		margin-bottom: 40px;
    font-size: 20px;
	}
	section.promotion .title h2.back {
		padding: 20px;
    background-size: cover;
	}
	section.promotion .title h2 span {
		font-size: 24px;
		display: inline;
    vertical-align: unset;
	}
	section.promotion .title h2 img {
		width: 30px;
	}
	section.promotion p.mark {
		font-size: 16px;
	}
	section.promotion p.mark::before {
		height: 10px;
		bottom: 0;
	}
	section.promotion .section01 .mark {
		top: 20px;
		left: 50%;
    transform: translateX(-50%);
	}
	section.promotion .section02 {
		padding: 100px 20px;
	}
	section.promotion .section03 p {
		font-size: 16px;
	}
	section.promotion .section04 {
		padding: 100px 0 0 0;
	}
	section.promotion .section04 p {
		font-size: 16px;
	}
	section.promotion .section04 .img {
		margin-top: -20px;
	}
	section.promotion .section05 .txt h4 {
		font-size: 16px;
	}
	section.promotion .section05 .price {
		font-size: 14px;
		gap: 20px;
		margin-top: 30px;
	}
	section.promotion .section05 .box p {
		font-size: 16px;
	}
	section.promotion .section05 .box small {
		font-size: 14px;
	}
	section.promotion .section05 .box {
		background-size: contain;
		margin-top: 0px;
    padding: 0;
	}
	section.promotion .section06 .btn a, section.website .section07 .btn a {
		font-size: 14px;
		padding: 15px 100px;
	}

}


/* 애니스포츠 홍보 배너 */
.container .banner {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
.container .banner a {
  display: block;
}

@media(max-width: 768px) {
  .container .banner {
    gap: 20px;
    flex-direction: column;
  }
}