/* tab_month_swiper */
@chaset "utf-8";

/*************** 메인 슬라이드 ***************/
.owl-prev {
	position: absolute;
	top: 50%;
	left: 10%
}

.owl-next {
	position: absolute;
	top: 50%;
	right: 10%
}
.owl-prev {
	position: absolute;
	top: 50%;
	left: 10%
}

.owl-prev.focus {
	outline: none;
}

.owl-theme .owl-nav {
	margin-top: 0;
}
.owl-theme .owl-nav [class*=owl-]:hover {
	background: none;
}

.owl-nav button {
    transform: translateY(-50%);
}
.owl-prev span,
.owl-next span {
	font-size: 50px !important;
	color: #fff !important;
}
.owl-theme .owl-dots {
	position: absolute;
	bottom: 30px;
	left:0px;
	width: 100%;
	text-align: center;
}
.owl-theme .owl-dots .owl-dot span {
	width: 10px;
    height: 10px;
    margin: 0px 5px;
    background: #fff;
    display: block;
}
.owl-theme .owl-dots .owl-dot:hover span {
	background: #ddd;
}
.owl-theme .owl-dots .owl-dot.active span {
	background: #349c29;
}

.main_visual01 {
	position: relative;
	width: 100%;
	height: 530px;
	background-image: url('/img/main/main_visual01.jpg');
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.main_visual02 {
	position: relative;
	width: 100%;
	height: 530px;
	background-image: url('/img/main/main_visual02.jpg');
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.main_visual03 {
	position: relative;
	width: 100%;
	height: 530px;
	background-image: url('/img/main/main_visual03.jpg');
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

/*광고형 슬라이드 2022-03-02 우크라이나 계좌홍보*/
.main_visual_ukraine {
    position: relative;
	width: 100%;
	height: 530px;
	background-image: url('/img/main/main_visual_ukraine.jpg');
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.main_visual_ukraine .main_txt {
    transform: translate(-50%, -47%);
}
.main_visual_ukraine img.pc {
    max-width: 896px;
    max-height: 242px;
    width: 100%;
}
.main_visual_ukraine img.m {
    display: none;
}

/* 광고형 슬라이드 2022-02-11 트레일코리아 */
.main_visual_trailkorea {
	position: relative;
	width: 100%;
	height: 530px;
	background-image: url('/img/main/main_visual_trailkorea.jpg');
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.main_visual_elle img {
	max-width:277px;
	max-height:391px;
}
/* 광고형 슬라이드 트레일코리아 end */

.main_txt {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	letter-spacing: -0.02em;
}
.main_txt p {
	font-family: 'S-CoreDream-5Medium';
	font-size: 26px;
	color: #4abc3e;
	margin-bottom: 25px;
	letter-spacing: -0.02em;
}

.main_txt h1,
.main_txt h1 strong {
	font-family: 'S-CoreDream-5Medium';
	font-size: 36px;
	color: #fff;
	line-height: 50px;
}
.main_txt h1 strong {
	font-family: 'S-CoreDream-6Bold';
}
.main_visual01 .main_txt img {
	display: inline-block;
	max-width: 100%;
	width: 431px;
	text-align: center;
	margin-top: 45px;
}

.main_visual02 img {
	position: absolute;
    left: 50%;
	bottom: 0;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    max-width: 100%;
    text-align: center;
}

.main_visual02 img.m_img {
	display: none;
}
.main_visual03 h1 {
	font-size: 52px;
    margin-top: 40px;
    line-height: 72px;
    font-family: 'S-CoreDream-4Regular';
}

.main_visual03 span {
	font-family: 'S-CoreDream-6Bold';
	font-size: 77px;
	color: #48a63e;
}

/*************** 대회 컨텐츠 (광고/월별) **************/
.list_section figure {
	position: relative;
	border: 1px solid #e1e1e1;
	margin-bottom: 30px;
}

.list_section figure:hover {
	transition: all 0.2s;
	box-shadow: 0px 2px 30px rgb(89 89 89 / 38%);
	cursor: pointer;
}

.list_section figure > i {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 30px;
	color: #fff;
	margin: 10px;
	cursor: pointer;
	z-index: 10;
}
.list_section figure .gradient_dark {
	position: absolute;
	width: 100%;
	height: 100px;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,87e0fd+99&0.5+1,0+99 */
	/* background: -moz-linear-gradient(top,  rgba(0,0,0,0.5) 0%, rgba(1,2,3,0.5) 1%, rgba(135,224,253,0) 99%); */
	 /* FF3.6-15 */
	/* background: -webkit-linear-gradient(top,  rgba(0,0,0,0.5) 0%,rgba(1,2,3,0.5) 1%,rgba(135,224,253,0) 99%);  */
	/* Chrome10-25,Safari5.1-6 */
	/* background: linear-gradient(to bottom,  rgba(0,0,0,0.5) 0%,rgba(1,2,3,0.5) 1%,rgba(135,224,253,0) 99%);  */
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80000000', endColorstr='#0087e0fd',GradientType=0 ); /* IE6-9 */
	z-index: 1;
}


.list_section figcaption {
	padding: 18px 15px 20px;
	overflow: hidden;
}
.list_section figcaption:hover {
	text-decoration: none;
}

.list_section figcaption h4 {
	font-size: 16px;
	font-weight: bold;
	color: #48a63e;
	margin-bottom: 10px;
}

.list_section figcaption h5 {
	font-size: 14px;
	font-weight: 300;
	color: #8e8e8e;
	margin-bottom: 10px;
}

.list_section .location {
	margin-bottom: 15px;
}
.list_section figcaption p.location {
	float: left;
	font-size: 14px;
	color: #8e8e8e;
	width:60px;
}

.list_section figcaption p.location::before {
	content: "\f024";
    font-family: "FontAwesome";
    font-size: 16px;
	color: #c9c9c9;
    padding-right: 5px;
}

.list_section figcaption span.text {
	float: right;
	font-size: 14px;
	font-weight: 300;
	color: #a9a9a9;
	width:160px;
	text-align:right;
	min-height:40px;
}

.list_section .ad_dday {
	font-family: "GothamBold";
    font-size: 20px;
    color: #fff;
    text-align: center;
    background-color: #48a63e;
	background-image: url("/img/main/main_plus_dday_bg.png");
	background-position: top center;
	background-repeat: no-repeat;
	background-size: contain;
    padding: 10px 0;
	vertical-align:bottom;
	margin: 0;
}
.ad_dday span {
	display: inline-block;
	font-family: inherit;
	font-size: inherit;
	color: inherit;
	line-height: inherit;
}
.star_review {
	clear: both;
	font-size: 0;
	border-top: 1px solid #eee;

}
.star_review li {
	display: inline-block;
	border-bottom: none;
	margin-right: 3px;
}
.star_review li:last-child {
	margin-right: 0;
}

.star_review li i {
	padding-top: 0;
}
.star_review i.star {
	width: 20px;
    height: 20px;
	background-size: 18px;
	font-size: 20px;
}
.star_review li i.star {
	display: inline-block;
	font-size: 0;
	width: 16px;
    height: 16px;
	background: url('/img/main/star_off.png') no-repeat top left;
	background-image: url('/img/main/star_off.svg');
	background-size: 16px;
	color: #f5bf1a;
	margin: 0;
}
.star_review li i.star.on {
	background-image: url('/img/main/star_on.png');
	background-image: url('/img/main/star_on.svg');
}
.race_list_mo .star_review li i.star {
	width: 13px;
    height: 13px;
	background-size: 13px;
}
.star_review span.num {
	text-align: right;
	padding-top: 15px;
	margin-bottom: 0;
}
.race_list_mo figure > i {
	position: absolute;
    top: 20px;
    left: 85px;
    font-size: 16px;
    color: #fff;
    margin: 6px;
    cursor: pointer;
    z-index: 10;
}
/* plus_section */
.plus_section.list_section {padding: 80px 0 10px;}
.plus_section.list_section figure,
.plus_section.list_section figure .gradient_dark,
.plus_section.list_section figure img {
	border-radius: 0px;
}
.list_section .img_top {
    text-align: center;
    line-height: 165px;
    height: auto;
    max-height: 165px;
    position: relative;
    overflow: hidden;
}
.list_section .img_top img {
	vertical-align: top;
}
.plus_section.list_section figcaption {
	padding-bottom: 0;
}
.plus_section.list_section figcaption h4 {
	font-weight: bold;
	color: #48a63e;
}
/*************** 대회 검색 ***************/
.search_section {
	width: 100%;
	background-image: url("/img/main/main_search_bg.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.search_box {
	float: left;
	width: 90%;
	background-color: #fff;
	border: 1px solid #e0e0e0;
	border-top: 3px solid #48a63e;
	padding: 40px;
}

.search_box label {
	font-size: 15px;
	color: #787878;
	margin-left: 5px;
	margin-right: 10px;
}
.search_box select {
	padding: 15px 10px;
}
ul.search_box_chk {
	font-size: 0;
	margin-top: 15px;
}
ul.search_box_chk li {
	display: inline-block;
	width: 25%;
	margin-top: 15px;
}

.seach_box_btn {
	float: left;
	width: 10%;
	background-color: #48a63e;
}

.seach_box_btn a {
	display: block;
	height: 225px;
	background-color: #48a63e;
	text-align: center;
	color: #fff;
	padding-top: 80px;
}
.seach_box_btn a i {
	font-size: 22px;
	color: #fff;
	margin-bottom: 10px;
}

.seach_box_btn a:hover {
	text-decoration: none;
}



/* 거리 슬라이더 */





/******************* 월별 대회 ********************/
.list_section figure {
	border-radius: 15px;
}

.list_section figure .gradient_dark {
	border-radius: 15px 15px 0 0;
}

.list_section figcaption h4 {
	color: #363636;
	font-weight: normal;
}

.list_section .chk_month_box li {
	padding: 5px 0;
}

.list_section .chk_month_box li:first-child {
	text-align: center;
}
.monthListImgBox{
	border-radius: 15px 15px 0 0;
	text-align:center;
	overflow:hidden;
	height:166px;
	height: auto;
	max-height:166px;
	position: relative;
}

.month_content .course{
	float: right;
    font-size: 13px;
    font-weight: 300;
    color: #a9a9a9;
    width: 170px;
    text-align: right;
	padding-top: 2px;
	margin-bottom:18px;
}
.month_content .star_review > div:first-child{
	margin-top:11px;
	display:inline-block;
	font-size:17px;
	color:orange;
	text-align:center;
}
.month_content .star_review > div:first-child span{
	color:orange;
}
.month_content .star_review span.text{
	width:auto;
}

.main_month_search > .year_select {
	margin: 0 40px;
}


.year_select {
	background-color: white;
	width: 100px;
}

.main_month_search .chk_month_box {
	width: 840px;
	display: inline-block;
	vertical-align: middle;
}

.main_month_search .chk_month_box li {
	width: 70px;
}

.gray_box {
	background-color: #f5f5f5;
	padding: 30px 0px;
	margin-bottom: 50px;
	position: relative;
}

.chk_month_box {
	width: 1040px;
	max-width: 100%;
	overflow: hidden;
	margin: 0 auto;
}
.chk_month_box li {
	float: left;
	width: 80px;
	text-align: center;
	color: #828282;
}
.chk_month_box li:first-child {
	text-align: left;
	font-weight: 500;
}
.chk_month_box li:last-child {
	margin-right: 0;
}
.chk_month_box li input[type="checkbox"] {
	margin-right: 5px;
}

.chk_month_box li label {
	color: #7a7a7a;
}

.month_txt {
	font-size: 30px;
	text-align: center;
	margin-bottom: 50px;
}

/******************* 월별 대회 end ********************/
/**************** 지역별 대회 ************************/

.region_section {
	width: 100%;
	position: relative;
}

.region_list {
	background-color: #fff;
	padding: 0;
}

.region_list h4.region_title {
	font-size: 20px;
    color : #349c29;
	padding: 20px;
}

.region_list h4.region_title span {
	color: #349c29;
	vertical-align: top;
}

.region_list h4 span.region_num {
	color: #b7b7b7;
}
.region_section .col-7 .title {
	margin-bottom: 40px;
}
.region_section .mt15 {
	color: #848484;
	font-size: 16px;
	margin-top: 15px;
}
/* 2021-08-25 지역별 대회 레이아웃 변경으로 인한 주석
.region_list ul figure {
	overflow: hidden;
	margin-bottom: 0;
	padding: 20px;
	position: relative;
}

.region_section figure:hover {
	box-shadow: none;
}
.region_list .region_ul {
	position: relative;
	height:560px;
	overflow-y:auto;
}
.region_list .region_ul li:hover {
	background-color: #f6f6f6;
}

.region_list .region_ul li:hover figure:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
    border-right: 33px solid transparent;
    border-top: 33px solid #48a63e;
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);

}

.region_section figure img {
	float: left;
	width: 150px;
	position: relative;
}
.region_section figcaption {
	float: left;
	padding: 10px 15px;
    max-width: 278px;
}

.region_section figcaption h4 {
	color: #363636;
	font-weight: normal;
}


.region_section figcaption .star_review {
	border: none;
	padding-top: 0;
}

.region_section figcaption .star_review > div:first-child{
	margin-top:7px;
	display:inline-block;
	font-size:20px;
	color:orange;
	text-align:center;
}
.region_section figcaption .star_review > div:first-child span{
	color:orange;
}
.region_section figcaption .star_review span.text{
	width:auto;
}
 */
/* 2021-08-25 지역별 대회 디자인 리뉴얼 */


/************* 훈련코스 *****************/

.traning_section figure {
	border-radius: 15px;
}
.traning_section figure .gradient_dark {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 80%;
	border-radius: 0px 0px 15px 15px;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#87e0fd+0,000000+100&0+0,0.5+100 */
	background: -moz-linear-gradient(top,  rgba(135,224,253,0) 0%, rgba(0,0,0,0.6) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(135,224,253,0) 0%,rgba(0,0,0,0.6) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(135,224,253,0) 0%,rgba(0,0,0,0.6) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0087e0fd', endColorstr='#80000000',GradientType=0 ); /* IE6-9 */

}

.traning_section figcaption {
	position: relative;
	padding-top: 180px;
	z-index: 10;
}

.traning_section figcaption h4,
.traning_section figcaption p.location,
.traning_section figcaption span {
	color: #fff;
	font-weight: normal;
}

.traning_section figcaption p.location::before {
	color: #fff;
}

.traning_bg01 {
	width: 100%;
	background-image: url('/img/main/main_traning_bg01.jpg');
	background-size: cover;
	background-repeat: no-repeat;
}

.traning_bg02 {
	width: 100%;
	background-image: url('/img/main/main_traning_bg02.jpg');
	background-size: cover;
	background-repeat: no-repeat;
}


/* 추천 대회 */
.recommend_section {
	background-image: url("/img/main/main_recommend_bg.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-color: #455188;

}

.swiper-container {
	width: 100%;
	margin: 20px auto;
}
.swiper-slide {
	background: #fff;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.swiper-slide > a{
	height:290px;
	width:100%;
}

.swiper-slide .star_review{
	margin-top:15px;
}
.swiper-slide .star_review > div:first-child{
	display:inline-block;
	font-size:20px;
	color:orange;
	text-align:center;
}
.swiper-slide .star_review > div:first-child span{
	color:orange;
}
.swiper-slide .star_review span.text{
	width:auto;
}

.swiper-button-prev {
	position: absolute;
    top: 0;
    left: 50%;
    margin-top: -50px;
    margin-left: 300px;
	cursor: pointer;
}

.swiper-button-next {
    position: absolute;
    top: 0;
    left: 50%;
    margin-top: -50px;
    margin-left: 350px;
	cursor: pointer;
}

.swiper-button-prev:focus,
.swiper-button-next:focus {
	outline: none;
}

.reco_list {
	padding: 40px 30px;
	overflow: hidden;
}
.reco_list:hover {
	text-decoration: none;
	box-shadow: 2px 2px 30px rgba(0, 0, 0, 0.5);
	transition: all 0.3s;
}

.reco_list:hover::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
    border-right: 33px solid transparent;
    border-top: 33px solid #48a63e;
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
	transition: all 0.3s;
}

.reco_list:hover .btn_veiw {
	color: #48a63e;
	transition: all 0.3s;
}

.reco_list:hover .location {
	background-color: #48a63e;
	transition: all 0.3s;
}

.reco_list .location {
	display: inline-block;
	font-size: 16px;
	font-weight: 400;
	color: #fff;
	background-color: #acacac;
	border-radius: 30px;
	padding: 0px 10px;
	height: 32px;
	line-height: 31px;
	margin-bottom: 15px;
}

.reco_list h4 {
	font-size: 16px;
	font-weight: 500;
	color: #878787;
	margin-bottom: 10px;
}
.reco_list p,
.reco_list span.distance {
	word-break:keep-all;
	margin-top:5px;
	display:block;
	font-size: 14px;
	color: #a7a7a7;
}
/*
.reco_list span.distance::before {
	content: "";
	border-left: 1px solid #b4b4b4;
	margin-left: 10px;
	margin-right: 10px;
}
*/

.reco_list > .star_review {
	float: left;
	border-top: none;
}


.reco_list > span.num {
	float: left;
	margin-top: 22px;
	margin-left: 10px;
	font-size: 13px;
	color: #c0c0c0;
}

.btn_veiw {
	display: block;
	font-size: 14px;
	color: #adadad;
	clear: both;
	padding-top: 20px;
	border: none;
	background: none;
}
.btn_veiw::after {
	content: "";
	display: inline-block;
	width: 28px;
	height: 6px;
	margin-left: 5px;
	background-image: url("/img/main/btn_veiw_arrow.png");
	background-repeat: no-repeat;
}

.reco_list:hover .btn_veiw::after {
	content: "";
	display: inline-block;
	width: 28px;
	height: 6px;
	margin-left: 5px;
	background-image: url("/img/main/btn_veiw_arrow_on.png");
	background-repeat: no-repeat;
}


/**************** 게시판 영역 ***********/
.board_section {}

h1.title_board {
	font-size: 20px;
    font-weight: bold;
    display: inline-block;
	margin-bottom: 20px;
	letter-spacing: -0.025em;
}

.btn_board_more {
	float: right;
	font-size: 20px;
	color: #fff;
    background-color: #cbcbcb;
    padding: 2px 8px;
    border-radius: 10px 0 10px 0;
}

.btn_board_more:hover {
	text-decoration: none;
	color: #fff;
	background-color: #63b35a;
}
.board_list {
	height: 300px;
	border-top: 1px solid #cbcbcb;
	border-bottom: 1px solid #cbcbcb;
}

.board_list li a {
	display: block;
	display: flex;
	flex-wrap: nowrap;
    align-items: center;
	width: 100%;
	font-size: 15px;
	color: #878787;
	padding: 21px 10px;
	border-bottom: 1px dotted #e3e3e3;
	justify-content: space-between;
}

.board_list li:last-child a {
	border-bottom: none;
}
.board_list li a .board_title {
	width: 84%;
	width: calc(100% - 80px);
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.board_list li a .date {
	font-size: 13px;
	color: #bcbcbc;
	width: 80px;
	text-align: right;
}

.board_list li a:hover {
	text-decoration: none;
	color: #48a63e;
}



/* 공지사항, 대회/훈련 함께해요, 인기 기념품 */
.board_notice li a {
	padding: 13px 10px;
}

.board_group > li > a {
	padding: 25px 10px;
}
.board_list .list_content {
	overflow: hidden;
}

.board_list .list_content li {
	float: left;
	color: #878787;
	line-height: 1.6;
}
.board_list .list_content li p {
	color: #4c4c4c;
}
.board_list .list_content li.group {
	float: right;
}

.list_content li.loction {
	color: #7f7f7f;
	background-color: #ebebeb;
	padding: 5px 10px;
	border-radius: 30px;
	margin-right: 20px;
}

.list_content li.group {
	margin-left: 20px;
}


.board_souvenir > li > a {
	padding: 19px 10px;
}
.list_content .souvenir {
	margin: 0 20px;
	width:170px;
	text-align:center;
}
.list_content .souvenir img {
	max-width:130px;
	max-height:60px;
}
/************** 2021-08-20 모바일 UI 개선 **************/
.souvenir_img {
	display: inline-block;
    vertical-align: middle;
	width: 80px;
	height: 60px;
	position: relative;
    text-align: center;
    overflow: hidden;
    background-size: cover;
	margin-right: 20px;
}
.souvenir_title {
	display: inline-block;
    vertical-align: middle;
	font-size: 15px;
	color: #878787;
    line-height: 1.6;
	width: 65%;
    width: calc(100% - 105px);
	/*
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	*/
}
.souvenir_rallyname {

}
.souvenir_name {

}
.board_gallery {
	width: 100%;
	font-size: 0;
}

.board_gallery ul {
	border-top: 1px solid #cbcbcb;
	text-align: center;
}

.board_gallery ul li {
	display: inline-block;
	width: 262px;
	margin: 20px 10px 0;
}

.board_gallery ul li:last-child {
	margin-right: 0;
}


/**************** 푸터 ***************/

.footer_top {
	background-color: #f2f2f2;
	padding: 40px 0;
}

.footer_top h3 {
	font-size: 18px;
	font-weight: bold;
	color: #7d7d7d;
	margin-bottom: 20px;
	line-height: 1.6;
}
.footer_top p {
	font-size: 14px;
	color: #939393;
	font-weight: 400;
	line-height: 1.6;
}



footer {
	background-color: #0f0f0f;
	overflow: hidden;
}

.footer_menu {
	border-bottom: 1px solid #555555;
	padding: 20px 0;
}
.footer_menu ul {
	overflow: hidden;
}
.footer_menu ul li {
	float: left;
	margin-right: 20px;
}

.footer_menu ul li a:after {
	content: "";
	display: inline-block;
    width: 1px;
    height: 10px;
    background-color: #656565;
    margin-left: 20px;
}

.footer_menu ul li:last-child a:after {
	content: none;
}

.footer_menu ul li a {
	font-size: 15px;
	font-weight: 300;
	color: #b7b7b7;
}


.copyright {
	overflow: hidden;
	padding: 40px 0;
}

.footer_logo {
	float: left;
	margin-right: 100px;
}

.footer_logo img {
	width: 192px;
	margin-bottom: 20px;
}

.copyright p {
	float: left;
	font-size: 15px;
	color: #b7b7b7;
	line-height: 1.5;
	margin-bottom: 20px;
}
.copyright p a {
	text-decoration:inherit;
	color: inherit;
}
.footer_notice {
	float: right;
	background-color: #222326;
	padding: 20px 15px;
}

.footer_notice p {
	font-size: 14px;
	color: #a3a3a3;
	text-align: center;
	line-height: 1.4;
	margin-bottom: 0;
}

.footer_notice p::before {
	content: "";
	display: block;
	background-image: url('/img/main/footer_notice_point01.png');
	background-repeat: no-repeat;
	width: 18px;
	height: 15px;
	margin: 0 auto 15px;
}

.footer_notice p::after {
	content: "";
	display: block;
	background-image: url('/img/main/footer_notice_point02.png');
	background-repeat: no-repeat;
	width: 18px;
	height: 15px;
	margin: 15px auto 0px;
}

.ui-datepicker{
	z-index:200 !important;
}
.ui-datepicker select{
	height:30px;
	font-size:14px;
	padding:0 5px;
	color:#454545;
}
footer a[href^=tel] {text-decoration:inherit;color: inherit;}
/* 2021년 버추얼 마라톤 추가 */
.virtual-icon {
	display: inline-block;
	position: absolute;
	bottom:10px;
	left:10px;
	background-color: #ff253f;
	color: #fff;
	border-radius: 20px;
	font-size: 13px;
	font-weight: bold;
	padding: 0px 12px;
	height: 26px;
	line-height: 26px;
	z-index: 2;
}

.virtual-icon:before {
	content: '버추얼';
	font-size: inherit;
	font-weight: inherit;
}
.monthListImgBox .virtual-icon {
	font-size: 13px;
	padding: 0px 12px;
	height: 26px;
	line-height: 26px;
}
.v-relative {
	position: relative;
	bottom:0px;
	left:0px;
}
.reco_list .virtual-icon {
	height: 32px;
	line-height: 31px;
	margin-bottom: 14px;
    font-size: 15px;
    font-weight: 400;
}
.region_section figure .virtual-icon {
	/* bottom: auto; */
    top:5px;
	left:5px;
    /* border-radius: 0; */
    margin: 5px;
}
.layer_tab_content .title span.virtual-icon {
	color: #fff;
    margin-top: 2px;
    margin-left: 15px;
    height: 29px;
    line-height: 28px;
	padding-top: 0;
}

/* 2021년 버추얼 마라톤 추가 end */
/************** 2021-08-20 모바일 UI 개선 **************/
.mo_view,.mo_img,.mo_br {display:none !important;}
.pc_view {display:block !important;}
.pc_img {display:block; margin:0 auto;}
.pc_br {display: block;font-size: 0px; width: 100%; height: 1px;}
.mo_section {display: none;}
.mo_section .row {
	margin-left: -20px;
	margin-right: -20px;
}
.mo_section.sub_month_section {
	/* padding-bottom: 0; */
}
.mo_section .container,
.mo_section .col-xs-12,
.mo_section .col-sm-12,
.mo_section .col-md-12 {
	padding-left: 20px;
	padding-right: 20px;
	max-width: 720px;
}
.mo_title {
	margin-bottom: 15px;
}
.mo_title h1 {
	font-size: 24px;
	color: #242424;
	font-weight: 500;
	letter-spacing: -0.025em;
}
.mo_title h1 strong {
	color: #349c29;
	font-weight: 500;
}
.mo_title span {
	font-size: 15px;
    font-weight: 400;
    color: #c0c0c0;
    line-height: 1em;
    padding-top: 9px;
    display: block;
}
.mo_title.title_white h1, .mo_title.title_white h1 strong {
    color: #fff;
}
/* 모바일 월별 대회 이미지 탭 */
.mo_section .all_tab,
.mo_section .all_tab2 {
	width: 100%;
	font-size: 0;
	border-top: 0px;
	border-bottom: 0px;
	margin-bottom: 0px;
}

.mo_section .all_tab.li_7 li,
.mo_section .all_tab2.li_7 li {
}

.mo_section .all_tab.li_4 li,
.mo_section .all_tab2.li_4 li {
}

.mo_section .all_tab li.active,
.mo_section .all_tab2 li.active {
	border-bottom: 0px;
	color: #242424;
	font-weight: bold;
}
.tab_month_swiper.swiper-container {
	width: 100%;
	max-width: 720px;
	margin: 0px auto 40px;
	padding: 0 20px;
	overflow:hidden;
}
/*
.tab_month_swiper.swiper-container:before {
    content: '';
    display: block;
    width: 100%;
    height: 106px;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 2;
    background-image: linear-gradient(to left, rgba(255, 255, 255, 0.8) 1%, rgba(255, 255, 255, 0) 95%);
}
*/
.tab_month_swiper .swiper-slide {
	width: 80px;
	flex-direction: column;
}
.tab_month_swiper .swiper-slide span {
	background-repeat: no-repeat;
	background-size: contain;
	width: 80px;
	height: 80px;
	display: block;
}
.tab_month_swiper .tab-slide0 span {
	background-image: url('/img/mobile/mo_monthly_08_off.png');
}
.tab_month_swiper .active.tab-slide0 span,
.tab_month_swiper .selected.tab-slide0 span{
	background-image: url('/img/mobile/mo_monthly_08_on.png');
}
.tab_month_swiper .tab-slide1 span {
	background-image: url('/img/mobile/mo_monthly_01_off.png');
}
.tab_month_swiper .active.tab-slide1 span,
.tab_month_swiper .selected.tab-slide1 span{
	background-image: url('/img/mobile/mo_monthly_01_on.png');
}
.tab_month_swiper .tab-slide2 span {
	background-image: url('/img/mobile/mo_monthly_02_off.png');
}
.tab_month_swiper .active.tab-slide2 span,
.tab_month_swiper .selected.tab-slide2 span{
	background-image: url('/img/mobile/mo_monthly_02_on.png');
}
.tab_month_swiper .tab-slide3 span {
	background-image: url('/img/mobile/mo_monthly_03_off.png');
}
.tab_month_swiper .active.tab-slide3 span,
.tab_month_swiper .selected.tab-slide3 span{
	background-image: url('/img/mobile/mo_monthly_03_on.png');
}
.tab_month_swiper .tab-slide4 span {
	background-image: url('/img/mobile/mo_monthly_04_off.png');
}
.tab_month_swiper .active.tab-slide4 span,
.tab_month_swiper .selected.tab-slide4 span{
	background-image: url('/img/mobile/mo_monthly_04_on.png');
}
.tab_month_swiper .tab-slide5 span {
	background-image: url('/img/mobile/mo_monthly_05_off.png');
}
.tab_month_swiper .active.tab-slide5 span,
.tab_month_swiper .selected.tab-slide5 span{
	background-image: url('/img/mobile/mo_monthly_05_on.png');
}
.tab_month_swiper .tab-slide6 span {
	background-image: url('/img/mobile/mo_monthly_06_off.png');
}
.tab_month_swiper .active.tab-slide6 span,
.tab_month_swiper .selected.tab-slide6 span{
	background-image: url('/img/mobile/mo_monthly_06_on.png');
}
.tab_month_swiper .tab-slide7 span {
	background-image: url('/img/mobile/mo_monthly_07_off.png');
}
.tab_month_swiper .active.tab-slide7 span,
.tab_month_swiper .selected.tab-slide7 span{
	background-image: url('/img/mobile/mo_monthly_07_on.png');
}
.tab_month_swiper .tab-slide8 span {
	background-image: url('/img/mobile/mo_monthly_08_off.png');
}
.tab_month_swiper .active.tab-slide8 span,
.tab_month_swiper .selected.tab-slide8 span{
	background-image: url('/img/mobile/mo_monthly_08_on.png');
}
.tab_month_swiper .swiper-slide p {
	font-size: 14px;
	font-weight: 400;
	color: #1d1d1d;
	margin-top: 10px;
	text-align: center;
}
.month_select_wrap {
	font-size: 0;
	margin-bottom: 40px;
}
.month_select {
	display: inline-block;
	width: 48%;
	width: calc(50% - 5px);
	margin-right: 10px;
}
.month_select:last-child {
	margin-right: 0;
}
.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;
}
/* 모바일 대회 리스트 */
.race_list_mo {
	position: relative;
	background: #fff;
}
.race_list_mo li {
	border-bottom: 10px solid #f2f2f2;
	width: 100%;
    max-width: 720px;
    display: block;
    margin: 0 auto;
    background: #fff;
}
#month_list .race_list_mo:first-child,
.for_month_title + .race_list_mo,
.sub_region_section .race_list_mo li:first-child {
	border-top: 10px solid #f2f2f2;
}
.race_list_mo figure {
	padding: 20px;
	display: flex;
    justify-content: flex-start;
    align-items: flex-start;
	margin-bottom: 0px;
	position: relative;
}
.race_list_mo .img_wrap {
	width: 100px;
	height: 100px;
	text-align: center;
	position: relative;
    text-align: center;
    overflow: hidden;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
}
.race_list_mo .top_label,
.race_list_mo .virtual-icon{
	position: absolute;
	top:0px;
	left:0px;
	width: 40px;
	height: 40px;
	color: #fff;
	font-size: 13px;
	font-weight: 400;
	text-align: center;
	padding: 0px 0px 0px;
	border-radius:0px;
    line-height: 40px;
}
.race_list_mo .top_label.virtual_label,
.race_list_mo .virtual-icon {
	background-color: #ff253f;
}
.race_list_mo .text_wrap {
	margin-left: 20px;
	width: 80%;
	width: calc(100% - 100px);
}
.race_list_mo h4 {
	font-size: 16px;
	font-weight: 500;
	color: #000;
	margin-bottom: 8px;
}
.race_list_mo h5 {
	font-size: 13px;
	font-weight: 400;
	color: #848484;
}
.race_list_mo .distance {
	font-size: 0;
	vertical-align: middle;
}
.mo_section .location {
	display: inline-block;
	border-radius: 2px;
	font-size: 13px;
	color: #fff;
	padding: 0 7px;
	line-height: 20px;
	height: 20px;
	background-color: #51c8ea;
	vertical-align: middle;
	margin-right: 10px;
	margin-top: 10px;
}
.mo_section .location.location_all {
	background-color: #51c8ea;
}
.mo_section .location.location_part {
	background-color: #4356aa;
}
.race_list_mo .distance span {
	display: inline-block;
	font-size: 13px;
	color: #1d1d1d;
	vertical-align: middle;
	margin-top: 10px;
}
/* 별점 리뷰 신규 제작 */
.review_wrap {
	display: table;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    width: 100%;
	padding-top: 13px;
	border-top: 1px solid #e6e6e6;
}
.race_list_mo .review_wrap {
	border-top: 0px;
}
.review_wrap .star_review {
	border-top: none;
	display: table-cell;
}
.race_list_mo .star_review li {
	display: inline;
    border: none;
    margin-right: 3px;
}
.review_text {
	font-size: 13px;
	font-weight: 300;
	color: #c0c0c0;
	display: table-cell;
	text-align: right;
}
/* 모바일 지도 선택 */
.region_mo_section.section {
	padding-top: 10px;
}
#map_clusterer {
	max-width:100%;
	height:400px;
}
.mo_section #map_clusterer {
	height: 230px;
	background-color: #9dbad1;
}
.region_text {
	font-size: 14px;
	font-weight: 400;
	color: #848484;
	margin-top: 10px;
}
.region_mo_title {
	display: block;
	margin: 40px auto;
	text-align: center;
	font-size: 20px;
	font-weight: 500;
	letter-spacing: -0.025em;
	color: #48a63e;
}
.region_mo_title .month, .region_mo_title .region {
	color: #48a63e;
}
.region_mo_title .number {
	color: #b7b7b7;
}


/* 슬라이드 중앙정렬 220503 */
.main_slide .owl-item{ text-align:center;}
.main_slide .owl-item {}

/* 2021-08-20 모바일 UI 개선 end */
@media(max-width: 1200px) {
	.w_50p {
		max-width: 100%;
		flex: 0 0 100%;
		margin-bottom: 80px;
	}

	.month_section .chk_month_box li:first-child,
	.month_section .chk_month_box li {
		text-align: left;
		/* width: 25%; */
		padding-left: 15px;
	}

	ul.search_box_chk li {
		width:33.33%;
	}
	.seach_box_btn a{
		height:253px;
		padding-top:100px;
	}
}

@media(max-width: 991px){
	.seach_box_btn a{
		height:333px;
		padding-top:140px;
	}

}

@media(max-width: 768px) {
	.owl-theme .owl-nav {
		display: none;
	}

	.main_visual02 img {
		display: none;
	}

	.main_visual02 img.m_img {
		display: block;
		bottom: auto;
	}
	/*
	.main_txt p,
	.main_txt h1,
	.main_txt h1 strong {
		font-size: 23px;
		line-height: 1.6;
	}
	*/

	.main_visual03 span.fs_30p {
		font-size: 30px;
	}

	.m_divide {
		padding-bottom: 30px;
		border-bottom: 1px solid #dedede;
		margin-bottom: 30px;
	}

	.footer_menu ul li {
		margin-right: 10px;
	}
	.footer_menu ul li a {
		font-size: 13px;
	}
	.footer_menu ul li a:after {
		margin-left: 10px;
	}

	.footer_notice {
		width: 100%;
	}
	.footer_notice p {
		width: 100%;
	}

	.copyright p {
		font-size: 13px;
	}

	.swiper-slide {
		width: 100%;
	}

	.swiper-container {
		width: 100%;
		margin: 40px auto 20px;
	}
	.swiper-button-prev {
		position: absolute;
		top: 0;
		right: 0;
		left: auto;
		margin-top: -15px;
		margin-right: 65px;
		cursor: pointer;
	}
	.swiper-button-next {
		position: absolute;
		top: 0;
		right: 0;
		left: auto;
		margin-top: -15px;
		margin-right: 20px;
		cursor: pointer;
	}
	.search_box {
		width: 100%;
	}
	.seach_box_btn {
		clear: both;
		width: 100%;
	}
	.seach_box_btn a {
		height: auto;
		padding: 10px;
	}

	.all_tab.li_7 li,
	.all_tab2.li_7 li {
		font-size: 12px;
	}

	.region_list {
		margin: 0 15px;
	}

	.region_section figure img {
		width: 120px;
	}

	.region_section figcaption {
	   padding: 10px 0 10px 10px;
	}

	.region_section figcaption h4 {
		font-size: 13px;
	}
	.region_section figcaption p.location,
	.list_section figcaption p.location::before,
	.region_section figcaption span,
	.region_section figcaption .star_review li i {
		font-size: 12px;
	}

	.reco_list {
		width: 100%;
	}

	.list_section .ad_dday {
		padding: 20px 0px 18px;
		vertical-align: bottom;
		display: block;
		position: relative;
	}
	.list_section .ad_dday span {
		position: relative;
	}
	.gray_box {
		padding: 10px;
	}

	/************** 2021-08-20 모바일 UI 개선 **************/
	.owl-iten .item, .main_visual01, .main_visual02, .main_visual03 {
		/* height: 400px; */
	}
	.main_visual01 .main_txt img.mo_view {
		width: 320px;
		margin: 20px auto 0;
	}
	.main_txt p {
		font-size: 18px;
		font-weight: 500;
		margin-bottom: 15px;
	}
	.main_txt h1,.main_txt h1 strong {
		font-size: 22px;
		line-height: 1.6em;
	}
	.main_txt img {
		margin-left: auto;
		margin-right: auto;
	}

	/* 광고형 슬라이드 2021-09-02 엘르런 */
	.main_visual_elle {
		height: 400px;
	}
	.main_visual_elle img {
		max-width:200px;
		max-height:280px;
	}
	/* 광고형 슬라이드 엘르런 end */
    /* 광고형 슬라이드 우크라이나 */
    .main_visual_ukraine {
        background-image: url(/img/main/main_visual_ukraine_m.jpg);
    }
    .main_visual_ukraine .main_txt {
        transform: translate(-50%, -50%);
    }
    .main_visual_ukraine img.pc {
        display: none;
    }
    .main_visual_ukraine img.m {
        display: block;
    }
    /* 광고형 슬라이드 우크라이나 end */
	.pc_view, .pc_img, .pc_br, .mo_hidden {display:none !important;}
	.mo_view {display:block !important;}
	.mo_img {display:block; margin:0 auto;}
	.mo_br {display: block !important;font-size: 0px; width: 100%; height: 1px;}
	.month_section,.search_section,.region_section {display: none;}
	.mo_section,  .mo_section.map_section{display: block;}
	.mo_section a.btn_primary {
		font-size: 17px;
		font-weight: 500;
		padding: 15px 60px;
		min-width:240px;
	}
	h1.title_board {
		font-size: 24px;
		font-weight: 500;
	}
	.recommend_section .col-sm-12,
	.board_section .col-sm-12,
	.footer_top .col-sm-12{
		padding-left: 20px;
		padding-right: 20px;
	}
	.recommend_section .container {
		max-width:720px;
	}
	.recommend_swiper {
		padding-left: 20px;
		padding-right: 20px;
	}
	.layer_tab_content .title span.virtual-icon {
		clear: none;
		margin-left: 0;
		height: 28px;
		line-height: 27px;
		font-size: 13px;
		margin-top: 0px;
	}
	.section.plus_section {
		padding-bottom: 40px;
	}
	.section.plus_section .col-md-3:last-child figure {
		margin-bottom: 0;
	}
	/* 2021-08-20 모바일 UI 개선 end */

}

@media (max-width: 720px) {


}
@media (max-width: 600px) {
	ul.search_box_chk li {
		width: 50%;
	}
	.footer_logo img {
		    width: 150px;
	}
	.footer_notice p::before {
		width: 13px;
		margin: 0 auto 10px;
		background-size: contain;
	}
	.footer_notice p::after {
		width: 13px;
		margin: 10px auto 0px;
		background-size: contain;
	}
}
/* ios css */
@media not all and (min-resolution:.001dpcm) {
     @supports (-webkit-appearance:none) {
        .list_section .ad_dday span {
			top:8px;
		}
     }
}

/*
facebook
*/
#facebook_posts li {

    float: left;
    padding: 5px !important;
}
#facebook_posts li>div {
    border: 1px solid #e5e5e5;
    min-height: 380px;
}
#facebook_posts div.img {
    width: 100%;
    cursor: pointer;
    height: 250px;
    overflow: hidden;
}
#facebook_posts div h2 {
    padding: 10px 10px 0;
    font-size: 17px;
}
#facebook_posts div h2 .fa-facebook-f {
    float: right;
}
svg:not(:root).svg-inline--fa {
    overflow: visible;
}
.svg-inline--fa.fa-w-9 {
    width: .5625em;
}
.svg-inline--fa {
    display: inline-block;
    font-size: inherit;
    height: 1em;
    overflow: visible;
    vertical-align: -.125em;
}
#facebook_posts div b {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: box !important;
    margin-top: 1px !important;
    max-height: 80px !important;
    overflow: hidden !important;
    vertical-align: top !important;
    text-overflow: ellipsis !important;
    word-break: break-all !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 2 !important;
    z-index: 2;
    font-weight: normal;
    padding: 10px 10px 0;
    font-size: 17px;
}
#facebook_posts div span.date {
    display: inline-block;
    padding: 0 10px 5px;
    font-size: 14px;
    color: #999;
}

/* 챗봇 이미지 */
/* 러너 아이콘 고정 위치 + 애니메이션 */
@keyframes runAnimation {
	0%   { transform: translateX(0); }
	50%  { transform: translateX(6px); }
	100% { transform: translateX(0); }
  }
  .runner-icon {
    animation: runAnimation 1s infinite;
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    z-index: 9999;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    background-color: white;
    padding: 4px;
  }
  
  