@charset "UTF-8";

.title_bar{
	margin-bottom: 80px !important;
}

/* 대회안내 페이지 */
.marathon-info {
    background: #f9f9f9;
    padding: 60px 50px 40px 50px; 
    border-radius: 10px;
	margin-top: 50px;
	text-align: left;
}

.marathon-info .min-title {
    color: #00827e;
    font-size: 30px;
    margin-bottom: 10px;
}

.marathon-info .highlight {
	padding: 10px 0;
    font-size: 20px;
    font-weight: bold;
	color: #656565;
}

.marathon-info  .description, .benefits, .note {
    font-size: 18px;
    margin: 5px 0;
}

.marathon-info .note {
    font-size: 18px;
    color: #888;
}

.marathon-info .logos {
    display: flex;
    align-items: center;
    gap: 20px;
    margin: 15px 0;
	justify-content: flex-end;
}

.marathon-info .logos img {
    height: 30px;
}

.marathon-info .btn-register {
    display: inline-block;
    padding: 10px 100px;
    background-color: #00827e;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    font-size: 18px;
	font-weight: 700;
    text-align: center;
	border: 2px solid #00827e;
}

.marathon-info .btn-register:hover {
    background-color: rgb(255 255 255 / 0%);
	border: 2px solid #00827e;
	color: #00827e;
}

.marathon-info p{
	font-size: 18px;
  }

.marathon-info .point_orange{
	color: #de6340;
	font-size: 18px;
  }




.sub_visual {
  width:100%;
  height: 350px;
  background-image: url("/img/info/info_title_bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.sub_title h2 {
  font-size: 45px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  margin-top: 50px;
  font-family: "Vitro_core";
  text-shadow: 0px 0px 10px #00000073;
}

.sub_nav {
  width: 100%;
  height: 50px;
  background: #ffffff;
  position: relative;
  border-right: 1px solid #dfdfdf;
  border-bottom: 1px solid #dfdfdf;
}
.sub_nav li {
  float: left;
  height: 50px;
}

.sub_nav li.home{
    width: 50px;
    background: #00827e;
    border-right: 1px solid #dfdfdf;
}
.sub_nav li.home a {
  display: block;
  color: #fff;
  font-size: 24px;
  text-align: center;
  line-height: 50px;
}

.sub_nav li.sub_menu {
  width: 195px;
  background: #ffffff;
  border-right: 1px solid #dfdfdf;
  border-bottom: 1px solid #dfdfdf;
  position: relative;

}
.sub_nav li.sub_menu a {
  display: block;
  color: #3e3e3e;
  font-size: 16px;
  text-align: left;
  line-height: 50px;
  padding: 0 15px;
}
.sub_nav li.sub_menu a:after {
  content:"+";
  float: right;
}
.sub_more {
  width: 100%;
  position: absolute;
  top: 51px;
  left: 0;
  z-index: 1;
  display: none;

}
.sub_more > li {
	float: none;
	display: block;
	width: 100%;
}
.sub_more > li > a {
  color: #fff;
  background: #f5f5f5;
}

.sub_more > li a:hover {
	background: #cfcfcf;
}

.summary_sub_section p {
	font-size: 20px;
	line-height: 1.6;
	color:#7d7d7d;
}

.gray_bg {
  clear:both;
  background: #f5f5f5;
	height: 650px;
}

img.info_img {
  width: 100%;
  padding: 150px 20px;
}

.sub_info .right_sum_info {
	margin-top: 20px ;
	line-height: 1.8;
	padding: 0px 50px;
}

.sub_info .right_sum {
	margin-top: 0!important;
	line-height: 1.8;
	padding: 0px 30px;
}


.sub_info .right_sum table.summary_table tr td {
	padding: 10px 10px 10px 20px;
}


table.summary_table {
  width: 100%;
}

table.summary_table tr td:first-child { 
  color: #0472c4;
  font-weight: 500;
}
.btn_wrap02 {
    text-align: center;
}

.btn_wrap a.btn_apply {
	clear: both;
    display: inline-block;
    width: auto;
    min-width: 250px;
    height: 70px;
    margin: 0 8px;
    background: #00827e;
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    line-height: 40px;
    border: 2px solid transparent;
}

.btn_wrap a.btn_apply:hover {
  border: 2px solid #004e4c;
  color: #004e4c;
  background:#fff;
}
.btn_wrap a.btn_apply.btn_secondary {
	background: #1e98f3;
}

.btn_wrap a.btn_apply.btn_secondary:hover {
	border: 2px solid #1e98f3;
	color: #1e98f3;
	background: #fff;
}


.btn_wrap_info {
    text-align: center;
}

.btn_wrap_info {
	display: inline-block;
  }
.btn_wrap_info a {
	padding: 12px 80px;
	border-radius: 10px;
	background: #00827e;
	color: #fff;
	font-size: 24px;
	font-family: 'Vitro_core';
  }
.btn_wrap_info a:hover {
	background: #004745;
	color: #fff;
  }
  


@media (max-width: 768px) {
	.sub_info .right_sum {
		width: 100%;	
	}

	.info_chip_img img {
		margin-bottom: 20px;

	}
	img.info_img {
		width: 80%;
		padding: 0 0 40px 0px;
	}
		  
	.marathon-info .logos {
		flex-direction: column;
		
	}
	.marathon-info{
		text-align: center;
	}
	
    .btn_wrap_info  {
    	display: inline-block;
    }
    .btn_wrap_info  a {
    	padding: 10px 60px;
    	border-radius: 10px;
    	background: #00827e;
    	color: #fff;
    	font-size: 18px;
    	font-family: 'Vitro_core';
    }
    .btn_wrap_info a:hover {
	    background: #004745;
	    color: #fff;
  }
}

.sub_con_title {
    font-size: 24px;
    font-weight: 600;
	margin-bottom: 25px;
    line-height: 1.6;
    text-indent: -25px;
    padding-left: 25px;
}
.sub_con_title::before {
	content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: #00827e;
	margin-right: 10px;
    margin-bottom: 5px;
}
.sub_con_min_title {
    font-size: 24px;
    font-weight: 600;
	margin-bottom: 25px;
    line-height: 1.6;
    text-indent: -25px;
    padding-left: 25px;
}

.sub_ul {
	margin-bottom: 70px;
}
.sub_ul li {
    position: relative;
    padding-left: 20px;
    padding-bottom: 10px;
    letter-spacing: -0.3px;
    font-size: 20px;
    line-height: 1.7;
}
.sub_ul li::before {
	content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 13px;
    width: 6px;
    height: 2px;
    background-color: #000;
}
.gray_box {
	background: #f3f3f3;
	padding: 15px 20px;
	margin-top: 10px;
	font-size: 18px;
	line-height: 1.9;
}
.green_box {
	display: inline-block;
    background-color: #00796B;
    color: white;
    padding: 8px 10px;
	width: 150px;
    border-radius: 10px;
    font-weight: bold;
    margin-right: 10px;
	text-align: center;
	margin-left: 20px;
	margin-bottom: 8px;
}

.sub_ul.mb_0 {
	margin-bottom: 0;
}

.info_chip_img img {
	width: 100%;
	max-width: 100%;
	margin-top: 20px;
}

p.clear {
	clear: both;
	padding-bottom: 70px;
}
p.clear02 {
	clear: both;
	padding-bottom: 30px;
}
table.sub_table {
	width: 100%;
}
table.sub_table thead tr th {
	padding: 10px;
	text-align: center;
	font-weight: 400;
	background: #008682;
	border-bottom: 1px solid #eee;
	color: #eee;
	font-weight: 500;
}
table.sub_table tr td {
	padding: 10px;
	text-align: center;
	border: 1px solid #eee;
}

.text_id_70 {
	text-indent: -70px;
	padding-left: 70px;
	font-size: 20px;
}
.text_id_25 {
	text-indent: -25px;
	padding-left: 25px;
	font-size: 18px;
}

.prepare_img {
	border: 1px solid #eee;
}

.map_img {
	margin: 0 auto 70px;
}
.map_btn {
	text-align: center;
    margin-top: 30px;
}
.map_btn img {
	margin-right: 10px;
}
.map_btn a {
	font-size: 18px;
	color: #f8405c;
	padding: 10px ;
	border: 1px solid #f8405c;
}
.map_btn a:hover {
	background: rgba(248, 64, 92, 1);
	color: #fff;
}

img.sub_course_img {
	display: block;
	max-width: 100%;
	margin: 0 auto 30px;
}

a.btn_download {
	display: inline-block;
	background: #008682;
	border: 1px solid #008682;
	padding: 6px 20px;
	color: #fff;
	font-size: 16px;
	margin-top: 10px;
	border-radius: 5px;
}
a.btn_download:hover {
	background: #fff;
	border: 1px solid #008682;
	color: #008682;
}

/* 2021 Renewal */
.gray_bg.sub_info {
	height: 570px;
}
.gray_bg.sub_info .right_sum {
	width: 50%;
	max-width: 600px;
}
.summary_sub_section + .gray_bg + .gray_line {
	padding-top: 180px;
}
.summary_sub_section h3.text_primary {
	line-height: 1.4em;
}
.summary_sub_section p.info_text {
	margin-top: 20px;
	margin-bottom: 20px;
}
.apply_section.section {
	padding-top: 20px;
	padding-bottom: 0px;
}
.souvenir_package h4 {
	text-align: center;
	font-size: 20px;
	color: #141414;
	margin-top: 25px;
	margin-bottom: 40px;
}
/* 참여방법 */
span.text_sm_point {
	display: block;
	margin-top: 5px;
	font-size: 16px;
	color: #f8405c;
	line-height: 1em;
	letter-spacing: -0.1px;
	font-weight: 400;
}
ol.howto_ol li {
	list-style: auto;
	margin-left: 20px;
	margin-bottom: 15px;
}
.covid19_wrap {
	position: relative;
	background: #f0f0f0;
	display: table;
	margin-bottom: 60px;
}
.covid19_wrap h2 {
	color: #fff;
	padding: 0 25px;
	background-color: #1e98f3;
	display: table-cell;
	vertical-align: middle;
	font-size: 26px;
	font-weight: 700;
	width: 30%;
	text-align: center;
}
.covid19_wrap p {
	display: table-cell;
	padding: 40px;
	vertical-align: middle;
	color: #333;
}
/* 기념품 추가 */
.first_souvenir {
	display: block;
	position: relative;
	border: 1px solid #dddddd;
	padding: 50px;
	padding-right: 450px;
	background: url('/img/2021_img/info/souvenir_06.png') no-repeat right top;
	min-height: 360px;
	margin-top: 50px;
}
.souvenir_package h4.first_souvenir_title {
	display: inline-block;
	font-size: 26px;
	line-height: 1em;
	padding: 18px 25px;
	color: #fff;
	background-color: #0d9961;
	margin-top: 0;
	margin-bottom: 35px;
}
.first_souvenir p {
	color: #494949;
}
.first_souvenir .text_point {
	color: #0d9961;
	font-size: 24px;
}
/* 플로깅 챌린지 추가 */
.plogging_about {}
.plogging_about img {
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 20px;
} 
.plogging_about .plo_plus img {
	margin: 0 20px;		
}
.plogging_step {
    position: relative;
    font-size: 0;
    display: flex;
    justify-content: space-between;
}
.plogging_step li {
	display: inline-block;
	background: transparent no-repeat left top;
	vertical-align: top;
	width: 16.6%;
	padding-left: 25px;
}
.plogging_step li.step01 {
	background-image: url('/img/2021_img/plogging/plogging_step_n1.png');
}
.plogging_step li.step02 {
	background-image: url('/img/2021_img/plogging/plogging_step_n2.png');
}
.plogging_step li.step03 {
	background-image: url('/img/2021_img/plogging/plogging_step_n3.png');
}
.plogging_step li.step04 {
	background-image: url('/img/2021_img/plogging/plogging_step_n4.png');
}
.plogging_step li.step05 {
	background-image: url('/img/2021_img/plogging/plogging_step_n5.png');
}
.plogging_step li.step06 {
	background-image: url('/img/2021_img/plogging/plogging_step_n6.png');
}
.plogging_step h4 {
	font-size: 22px;
	margin-top: 20px;
	margin-bottom: 30px;
	letter-spacing: -0.05em;
}
.plogging_step p {
	font-size: 16px;
	color: #141414;
	line-height: 1.4em;
	letter-spacing: -0.03em;
}
.plogging_step li p span {
	display: block;
	margin-top: 8px;
}	

@media (min-width:1200px) {
	.plogging_step li {
		width: auto;
		max-width:220px;
	}
	.plogging_step li.step01 {
		width:;
		padding-right: 20px;
	}
	.plogging_step li.step02 {
		width:;
		padding-right: 20px;
	}
	.plogging_step li.step03 {
		width:;
		padding-right: 15px;
	}
	.plogging_step li.step04 {
		width:;
	}
	.plogging_step li.step05 {
		width:;
		margin-left: -20px;
	}
	.plogging_step li.step06 {
		width:;
	}
	.gray_bg.sub_info .right_sum {
		width: 57%;
		max-width: 660px;
		padding-left: 50px;
	}
	.green_box {
		padding: 5px 5px;
	}
}
@media (max-width:1200px) {
	.sub_ul li {
		font-size: 18px;
	}
	.souvenir_package h4.first_souvenir_title {
		font-size: 22px;
		margin-bottom: 25px;
	}
}
@media (max-width:992px) {
	.gray_bg.sub_info .right_sum {
		width: 100%;
		max-width: 955px;
	}
	.col-lg-5.mt
	.souvenir_package h4 {
		font-size: 16px;
		margin-top: 20px;
	}
	.souvenir_package .col-xs-12 img {
		text-align: center;
		margin-left: auto;
		margin-right: auto;
	}

	.plogging_about {}
	.plogging_about img {
		display: inline-block;
		vertical-align: middle;
	} 
	.plogging_about img.plo_about01 {}
	.plogging_about img.plo_about02 {}
	

	.plogging_step {
		position: relative;	
		display: block;
	}
	.plogging_step li {width: 33%; margin-bottom: 30px; padding-left: 5px;}
	.plogging_step h4 {font-size: 18px; height: 40px;}
	.plogging_step p {font-size: 13px;}
	.plogging_step li.step04 p {}
	.first_souvenir {
		padding: 40px;
		background-position: right bottom;
		padding-bottom: 345px;
	}
	
}
@media (max-width:767px) {

	.sub_title h2 {
		font-size: 40px;
	}
	/* font size 맞춤 */
	.summary_sub_section h3.text_primary {
		font-size: 17px;
	}
	.summary_sub_section p,
	.sub_ul li {
		font-size: 15px;
	}
	.summary_sub_section p.info_text {
		margin-top: 10px;
	}
	span.text_sm_point {
		font-size: 13px;
		line-height: 1.4em;
	}
	.summary_sub_section + .gray_bg + .gray_line {
		border: 0;
		padding-top: 50px;
	}
	.summary_sub_section + .gray_bg {
		height: auto;
	}
	/* 참여방법 */
	ol.howto_ol {
		margin-bottom: 50px;
	}
	ol.howto_ol li {
		font-size: 15px;
		margin-bottom: 15px;
	}
	.btn_wrap a.btn_apply {
		min-width: 140px;
		height: 55px;
		line-height: 50px;
		font-size: 15px;
		padding: 0px 10px;
		margin: 0px 3px;
	}
	a.btn_download {
		font-size: 14px;
	}
	/* 유의사항 */
	.covid19_wrap {margin-bottom: 40px;}
	.covid19_wrap h2 {
		font-size: 20px;
		padding: 15px 20px;
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
	}
	.covid19_wrap p {
		font-size: 15px;
		padding: 65px 20px 20px;
	}
	table.sub_table {
		width: 100%;
		display: block;
		overflow-x: scroll;
	}
	table.sub_table tr td {
		font-size: 13px;
		min-width: 60px;
		letter-spacing: -0.05em;
		padding: 10px 2px;
	}
	.souvenir_package {
		margin-bottom: 30px;
	}
	.plogging_about img {
		margin-bottom: 0;
	} 
	.plogging_about .plo_plus img {
		display: block;
		margin: 25px auto;
		width: 30px;
	}
	.first_souvenir {
		padding: 0px;
		padding-bottom: 200px;
		background-position: bottom;
		background-size: 330px;
		margin-top: 20px;
	}
	.souvenir_package h4.first_souvenir_title {
		font-size: 19px;
		margin-bottom: 0;
		display: block;
		width: 100%;
		padding: 18px;
		line-height: 1.4em;
	}
	.souvenir_package p {
		padding: 22px;
	}
	.first_souvenir .text_point {
		font-size: 16px;
	}
	.green_box{
    	width: 120px;
    	border-radius: 10px;
		font-size: 15px;
		padding: 5px 5px;
	}
}


/* 오시는길 */

  .map_btns{
	font-size: 0; 
    text-align: center;
    margin-top: 30px;
  }
  .map_btns a {
	display: inline-block;
	width: 225px;
	padding: 3px;
	line-height: 45px;
	background: #17b75e;
	color: #fff;
	font-weight: 700;
	text-align: center;
	font-size: 18px;
	border-radius: 5px
  }
  .map_btns a:before {
	content: ''; display: inline-block;
	 width: 30px; height: 30px; 
	 background: url('/img/main/icon-naver.png') center no-repeat;
	  margin-right: 10px; 
	  vertical-align: middle;}
  
  .map_btns a:last-child {
	background: #fee102; 
	color: #222; 
	margin-left: 20px;
  }
  .map_btns a:last-child:before {
	content: ''; 
	display: inline-block; 
	width: 30px; 
	height: 30px; 
	background: url('/img/main/icon-kakao.png') center no-repeat; 
	margin-right: 10px; 
	vertical-align: middle;
  }
  
  @media all and (max-width: 1200px) {
	.map_btns a {margin: 5px 0;}
  }
  @media all and (max-width: 1024px) {
	.map_section .wrap .info li:first-child {margin-right: 0;}
  }
  @media all and (max-width: 768px) {
	  .map_btns a {width: 90%; font-size: 14px;}
	  .map_btns a:last-child {margin-left: 0;}
	  .map_btns a:before {width: 17px; background-size: contain;}
  }