@charset "UTF-8";


/* 서브페이지 공통 */
.sub_visual {
  width:100%;
  height: 370px;
  background-image: url("/img/sub/sub-visual.png");
  background-position: bottom 0px center;
  background-repeat: no-repeat;
  background-color: #e4328b;
  /* background-size: cover; */
}

.sub_title h2 {
  font-size: 45px;
  font-weight: 500;
  color: #393939;
  text-align: center;
  margin-top: 90px;
}
.sub_nav {
  width: 100%;
  height: 50px;
  background: #fff;
  border: 1px solid #ececec;
  position: relative;
}
.sub_nav li {
  float: left;
  height: 50px;
}

.sub_nav li.home{
    width: 50px;
    border-right: 1px solid #ececec;
  }
.sub_nav li.home a {
  display: block;
  color: #e53b8d;
  font-size: 24px;
  text-align: center;
  line-height: 50px;
}

.sub_nav li.sub_menu {
  width: 195px;
  position: relative;
  border-right: 1px solid #ececec;

}
.sub_nav li.sub_menu a {
  display: block;
  color: #464646;
  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: 48px;
  left: 0;
  z-index: 1;
  display: none;

}
.sub_more > li {
	float: none;
	display: block;
	width: 100%;
}
.sub_more > li > a {
  color: #464646;
  background: #fff;
  border: 1px solid #ececec;
}
.sub_more > li a:hover {
	background: #f3f3f3;
  color: #e53b8d;
}
.sub_title_center h2 {
  font-size: 40px;
  text-align: center;
  font-family: 'Paperlogy-8ExtraBold';
  font-weight: normal;
}
.sub_title_min {
  font-size: 46px;
  font-family: 'Paperlogy-8ExtraBold';
  font-weight: normal;
  margin-bottom: 100px;
}
.sub_title_min.center {
	text-align: center;
  color: #393939;
}
section.section.last {
  padding-bottom: 150px;
}
section.section.first {
	padding-top: 0;
}
.board_view.amboard_table p {
  font-family: 'pretendard' !important;
}

/* 행사소개 - 핑크페스티벌 */
#summary .summary_01 {
  padding-top: 0;
}
#summary .summary_01 .container > div {
  display: flex;
  gap: 60px;
  justify-content: center;
  align-items: flex-start;
	margin-top: 60px;
}
#summary .summary_01 .container .sec {
  margin-top: 100px;
}
#summary .summary_01 .img {
  margin-top: 20px;
}
#summary .summary_01 .txt h4, #summary .summary_02 .txt h4 {
  font-size: 46px;
  font-family: 'Paperlogy-8ExtraBold';
  font-weight: normal;
  color: #e53b8d;
  line-height: 1.4;
  margin-bottom: 30px;
}
#summary .summary_01 .txt p, #summary .summary_02 .txt p {
  font-size: 20px;
  line-height: 1.8;
}
#summary .summary_01 .txt .box {
  background: #fdf2f3;
  padding: 20px 30px;
  border-radius: 15px;
  margin-top: 15px;
}

.graybox {
  background: #f8f8f8 !important;
}


#summary .summary_01 .txt .box.first {
  margin-top: 20px;
}
#summary .summary_01 .txt .box h5 {
  font-size: 20px;
  color: #e53b8d;
  margin-bottom: 10px;
}
#summary .summary_01 .txt .box p {
  font-size: 16px;
}
#summary .summary_01 .sec .box p {
  font-size: 18px;
}

#summary .summary_02 {
  background: url(/img/sub/summary-bg01.png) center center no-repeat;
  background-size: cover;
}
#summary .summary_02 .txt h4 {
  color: #393939;

}
#summary .summary_02 .txt p {

}
#summary .summary_03 .sub_title_min {
  text-align: center;
}
#summary .summary_03 .con ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
  margin-top: 80px;
}

#summary .summary_03 .txt p {
  text-align: center;
  line-height: 2;
  font-size: 20px;
  margin: 40px 0px;
}

#summary .summary_03 .txt .point_f{
	font-family: 'Paperlogy-8ExtraBold';
	font-size: 26px;
}

#summary .summary_04  {
  background: url(/img/sub/summary-bg03.png) center center no-repeat;
  background-size: cover;
}
#summary .summary_04 .sub_title_min {
  text-align: center;
  margin-bottom: 30px;
}
#summary .summary_04 .container > p {
  text-align: center;
  font-size: 20px;
}
#summary .summary_04 .con ul {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 60px;
  text-align: center;
}
#summary .summary_04 .con ul::before {
  position: absolute;
  content: url(/img/main/summary-line.png);
  z-index: -1;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#summary .summary_04 .con p {
  margin-top: 30px;
  font-size: 20px;
}
#summary .summary_04 .con b {
  font-family: 'Paperlogy-8ExtraBold';
  font-size: 36px;
  font-weight: normal;
  color: #e53b8d;
}
#summary .summary_05 {
  background: #ffffff;
}
#summary .summary_05 .sub_title_min {
  text-align: center;
}
#summary .summary_05 .con {
  padding: 10px;
}
#summary .summary_05 .con ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px 0;
}
#summary .summary_05 .con li {
  text-align: left;
  margin-top: 40px;
}
#summary .summary_05 .con p {
  color: #e53b8d;
  font-size: 24px;
  text-align: left;
  font-weight: bold;
  margin-bottom: 20px;
  position: relative;
  padding-left: 20px; 
}
#summary .summary_05 .con p::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 6px;
  height: 100%;
  background-color: #e53b8d;
}

@media (max-width:767px) {
  /* 공통 */
	.section {
		padding: 80px 0;
	}
  .sub_visual {
    background: url(/img/sub/sub-visual-m.png) center center no-repeat;
    background-size: cover;
    height: 200px;
    margin-top: 60px;
    padding: 0;
    background-color: #e4328b;
  }
  .sub_title h2 {
    font-size: 30px;
    margin-top: 30%;
  }
  .sub_title_center h2 {
    font-size: 26px;
  }
  .sub_title_min {
    font-size: 26px;
    line-height: 1.5em;
    margin-bottom: 30px;
  }
	section.sub_nav_wrap {
		padding: 30px 0;
	}

  /* 행사소개 - 핑크페스티벌 */
  #summary .summary_01 .container > div {
    flex-direction: column;
    text-align: center;
		margin-top: 0;
  }
  #summary .summary_01 .container > div img {
    width: 50%;
  }
  #summary .summary_01 .txt h4, #summary .summary_02 .txt h4 {
    font-size: 26px;
    text-align: center;
  }
  #summary .summary_01 .txt p, #summary .summary_02 .txt p {
    font-size: 14px;
    text-align: center;
  }
  #summary .summary_01 .txt .box h5 {
    font-size: 18px;
  }
  #summary .summary_01 .txt .box p {
    font-size: 14px;
  }
  #summary .summary_01 .container .sec .img {
    order: 1;
  }
  #summary .summary_01 .container .sec .txt {
    order: 2;
  }
  #summary .summary_01 .container .sec .img img {
    width: 100%;
  }
  #summary .summary_02 {
    background: url(/img/sub/summary-bg01-m.png) center bottom no-repeat;
    padding-bottom: 250px;
    background-size: cover;
  }
  #summary .summary_03 .con ul {
    grid-template-columns: 1fr;
  }
  #summary .summary_03 .txt {
    background: #fbfcff;
    height: auto;
    padding: 20px 10px;
    border-radius: 20px;
    margin-top: 30px;
  }
  #summary .summary_03 .txt p {
    font-size: 14px;
    position: static;
    transform: none;
  }
  #summary .summary_04 .container > p {
    font-size: 14px;
  }
  #summary .summary_04 .con ul {
    grid-template-columns: 1fr;
    gap: 60px;
  }
  #summary .summary_04 .con ul::before {
    display: none;
  }
  #summary .summary_04 .con p {
    font-size: 14px;
  }
  #summary .summary_04 .con b {
    font-size: 26px;
  }
  #summary .summary_05 .con ul {
    grid-template-columns: 1fr;
  }
  #summary .summary_05 .con {
    padding: 20px;
  }
  #summary .summary_05 .con p {
    font-size: 20px;
    padding-left: 15px;
  }
  #summary .summary_03 .txt .point_f{
    font-size: 20px;
  }
}

/* 행사소개 - 프로그램 안내 */
#program .program_01 {
  padding-top: 0;
}
#program .program_01 h4 {
  text-align: center;
  margin-bottom: 60px;
}
#program .program_01 .con ul {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
#program .program_01 .con ul::before {
  position: absolute;
  content: '';
  z-index: -1;
  height: 80%;
  width: 120%;
  background: #fff8fb;
  border-radius: 0 0 30px 30px;
  left: 50%;
  top: 50%;
  transform: translateX(-50%);
}
#program .program_01 .con li {
  text-align: center;
  background: #fff;
  border-radius: 20px;
  padding: 30px 10px 20px 10px;
  box-shadow: 0 0 10px rgb(191 191 191 / 30%);
  border: 1px solid #efefef;
}
/* #program .program_01 .con li {
  width: 300px;
  border-radius: 20px;
  border-radius: 20px;
  background: #ffffff;
  box-shadow: inset 6px 6px 10px #ffffffcb, inset -6px -6px 10px #f1f1f1, 8px 8px 15px #a5a5a51c, -8px -8px 15px #fdfdfd;
  border: 2px solid #f7f7f7;
  padding: 30px 10px;
  text-align: center;
} */

#program .program_01 .con li:nth-child(2n) {
  background: #f8f8f8;
}
#program .program_01 .con .num span {
  padding: 8px 30px;
  border-radius: 30px;
  font-style: italic;
  font-weight: bold;
  color: #fff;
  background: #5c5c5c;
}
#program .program_01 .con .img {
  margin-top: 20px;
}
#program .program_01 .con .txt {
  margin-top: 30px;
}
#program .program_01 .con .txt h6 {
  font-size: 24px;
  font-family: 'Paperlogy-8ExtraBold';
  color: #e53b8d;
  font-weight: normal;
}
#program .program_01 .con .txt p {
  font-size: 20px;
  margin-top: 20px;
}

#program .program_02 .sub_title_min {
  text-align: center;
}
#program .program_02 .con table {
  text-align: center;
  width: 80%;
  margin: 0 auto;
}
#program .program_02 .con tr {
  border-bottom: 1px solid #ddd;
}
#program .program_02 .con th {
  background: #e53b8d;
  color: #fff;
  padding: 20px 0;
  text-align: center;
}
#program .program_02 .con td {
  padding: 10px 20px;
}

#program .program_02 .con td ul {
  text-align: left;
}
#program .program_02 .con td li {
  position: relative;
  padding-left: 15px;
  line-height: 1.8;
}
#program .program_02 .con td li::before {
  position: absolute;
  content: '';
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 5px;
  height: 5px;
  background: #ddd;
}

#program .program_02 .con td:nth-child(1){
  border-right: 1px solid #dddddd;
}
#program .program_02 .con td:nth-child(3){
  border-left: 1px solid #dddddd;
}

#program .program_03 .sub_title_min {
  text-align: center;
}


@media (max-width:767px) {
	#program .program_01 {
		background: #e8e8f5;
		padding-top: 60px;
	}
  #program .program_01 .con ul {
    grid-template-columns: 1fr;
  }
  #program .program_01 .con ul::before {
    display: none;
  }
  #program .program_01 .con .txt p {
    font-size: 14px;
  }
  #program .program_02 .con table {
    width: 100%;
  }
	#program .program_02 .con th {
		padding: 10px 0;
	}
	#program .program_02 .con td {
		padding: 10px;
	}
	#program .program_02 .con td li {
		padding-left: 10px;
	}
	#program .program_02 .con td li::before {
		top: 12px;
	}
  #program section.sub_nav_wrap {
		display: none;
	}
  
}

/* 행사 안내 - 행사 개요 */
#outline .outline_01 {
	padding-top: 0;
}
#outline .outline_01 .wrap {
  background: #ffffff url(/img/sub/outline-img01.png) top center no-repeat;
  background-size: auto;
  padding: 180px 0;
}

#outline .outline_01 h6 {
  position: relative;
	color: #e53b8d;
	text-align: center;
	font-size: 60px;
	margin-bottom: 40px;
}
#outline .outline_01 h6 img {
  position: absolute;
  display: block;
  right: 0;
}
#outline .outline_01 .con {
	position: relative;
  width: 50%;
  padding: 10px;
  top: -20px;
}
#outline .outline_01 th {
	position: relative;
	width: 180px;
	vertical-align: top;
}
#outline .outline_01 th div {
  position: absolute;
  font-family: 'Pretendard-Bold';
  display: inline-block;
  left: 0;
  top: 0;
  width: 160px;
  height: 35px;
  padding: 5px 20px;
  margin-top: 10px;
  border-radius: 30px;
  background: #e53b8d;
  color: #fff;
  text-align: justify;
  font-size: 20px;
}
#outline .outline_01 th div::after {
	content: "";
  display: inline-block;
  width: 100%;
}
#outline .outline_01 td {
	font-size: 18px;
	padding: 18px 0;
}

@media (max-width: 1200px) {
	#outline .outline_01 .con {
		width: 60%;
	}
}
@media (max-width:767px) {
  
	#outline .outline_01 .wrap {
		background: none;
		padding: 30px 0 10px;
	}
	#outline .outline_01 .con {
    width: 100%;
    padding: 40px 20px;
    background: #ffff;
    border: pink solid 1px;
    border-radius: 30px;

	}
	#outline .outline_01 h6 {
		font-size: 26px;
		margin-bottom: 20px;
	}
  #outline .outline_01 h6 img {
    width: 30%;
    position: static;
    display: inline-block;
  }
	#outline .outline_01 th {
		width: 120px;
	}
	#outline .outline_01 th div {
		font-size: 15px;
    padding: 6px 10px;
    width: 110px;
    height: 30px;
  }
	#outline .outline_01 td {
		font-size: 14px;
    padding: 17px 0;
	}
}

/* 기념품 */
#souvenir .souvenir_01 {

}
#souvenir .souvenir_01 h6 {
  position: relative;
  font-size: 30px;
  margin-bottom: 30px;
  text-align: center;
}
#souvenir .souvenir_01 h6::before {
  position: absolute;
  content: '';
  width: 20px;
  height: 3px;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  background: #e53b8d;
}
#souvenir .souvenir_01 .img {
  text-align: center;
  margin-bottom: 30px;
}
#souvenir .souvenir_con1 {
  margin-top: 60px;
}
#souvenir .souvenir_con1 table {
  width: 800px;
  margin-left: 50%;
  transform: translateX(-50%);
}
#souvenir .souvenir_con1 table thead th {
  background: #e53b8d;
  color: #fff;
  padding: 20px 0;
  text-align: center;
}
#souvenir .souvenir_con1 table tr {
  border-bottom: 1px solid #ddd;
  text-align: center;
}
#souvenir .souvenir_con1 table th {
  text-align: center;
}
#souvenir .souvenir_con1 table td {
  padding: 20px 0;
}
#souvenir .souvenir_01 .souvenir_wrap {
  display: flex;
  gap: 40px;
  margin-top: 100px;
  justify-content: center;
}
#souvenir .souvenir_01 .souvenir_wrap > div {
  text-align: center;
}

.img_ready {
  text-align: center;
  margin-bottom: 30px;
  border: #d4d4d4 solid 1px;
  padding: 50px;
  border-radius: 30px;
}


@media (max-width:767px) {
  #souvenir .souvenir_01 h6 {font-size: 20px;}
  #souvenir .souvenir_con1 table {
    width: 100%;
  }
  #souvenir .souvenir_con1 table thead th, #souvenir .souvenir_con1 table td {
    font-size: 14px;
    padding: 10px 0;
  }
  #souvenir .souvenir_01 .souvenir_wrap {
    gap: 20px;
  }
  #souvenir .souvenir_01 p {
    font-size: 14px;
  }

}


/* 코스안내 */
#souvenir .course {

}
#souvenir .course h6 {
  position: relative;
  font-size: 30px;
  margin-bottom: 30px;
  text-align: center;
}
#souvenir .course h6::before {
  position: absolute;
  content: '';
  width: 20px;
  height: 3px;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  background: #e53b8d;
}
#souvenir .course .img {
  text-align: center;
  margin-bottom: 30px;
}
#souvenir .course_con:nth-child(1) {
  margin: 100px 0;
}

.img_ready {
  text-align: center;
  margin-bottom: 30px;
  border: #d4d4d4 solid 1px;
  padding: 50px;
  border-radius: 30px;
}


@media (max-width:767px) {
  #souvenir .course_con h6 {
    font-size: 20px;}
  
  #souvenir .course_con p {
    font-size: 14px;
  }
  #souvenir .course_con:nth-child(1) {
    margin: 50px 0;
  }

}



/* 스폰서 및 파트너 - 파트너 소개 */
#spon .spon_01 .con {
	margin-top: 100px;
}
#spon .spon_01 li {
	display: flex;
	align-items: center;
	margin-bottom: 80px;
	padding-bottom: 80px;
	border-bottom: 1px solid #ddd;
}
#spon .spon_01 li:last-child {
	border-bottom: 0;
}
#spon .spon_01 li:first-child {
  align-items: flex-start;
}
#spon .spon_01 .img {
	width: 30%;
}
#spon .spon_01 .txt {
	width: 70%;
}
#spon .spon_01 .top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 30px;
}
#spon .spon_01 .top h6 {
	font-size: 46px;
	font-family: 'Paperlogy-8ExtraBold';
	font-weight: normal;
	color: #0a1367;
}
#spon .spon_01 .top a {
	color: #0a1367;
}
#spon .spon_01 .top a i {
	font-size: 16px;
	padding-left: 5px;
}
#spon .spon_01 .bottom p {
	font-size: 18px;
	line-height: 1.8;
}
@media (max-width:767px) {
	#spon .spon_01 li {
		flex-direction: column;
	}
	#spon .spon_01 .img {
		width: 100%;
		text-align: center;
	}
	#spon .spon_01 li .txt {
		width: 100%;
	}
	#spon .spon_01 .top {
		flex-direction: column;
		gap: 20px;
		margin-top: 30px;
	}
	#spon .spon_01 .top h6 {
		font-size: 26px;
	}
	#spon .spon_01 .bottom p {
		font-size: 14px;
	}
  #spon .spon_01 .con {
    margin-top: 50px;
  }
}

#apply .apply_01 .title_center {
  padding-top: 100px;
}
#apply .apply_form {margin-top: 0;}
#apply .apply_form .btn_apply_wrap {
  display: flex;
}
#apply .apply_form .btn_apply_wrap .btn_apply.walking {
  background: none;
  border: none;
}
#apply .infobox_middle span {
  font-size: 14px !important;
  font-family: 'pretendard' !important;
  color: #808080;
}
#apply .young-txt {
  background: #f8f8f8;
  padding: 20px;
}
#apply .young-txt b {
  font-size: 18px;
  color: #e53b8d;
}
@media (max-width:767px) {
  #apply .apply_01 .title_center {
    padding-top: 0;
  }
  #apply .apply_form .btn_apply_wrap {
    flex-direction: column;
    gap: 20px;
  }
  #apply .young-txt b {
    font-size: 14px;
  } 
  #apply .young-txt p {
    font-size: 14px;
  }
}

/* 커뮤니티 */
.new_board_2021 .board_wrap .board_faq_con .list_table .n_tbody .n_tr .n_td.category {display: none;}


.btn_wrap a.btn_apply {
  clear: both;
  display: inline-block;
  width: auto;
  min-width: 250px;
  height: 70px;
  margin: 0 8px;
  background: #00aeef;
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  line-height: 65px;
  border: 2px solid transparent;
}

.btn_wrap a.btn_apply:hover {
	background: #fff;
	border: 1px solid #00aeef;
	color: #00aeef;
}
.btn_wrap a.btn_apply.btn_secondary {
	background: #00aeef;
}

.btn_wrap a.btn_apply.btn_secondary:hover {
	border: 2px solid #00aeef;
	color: #00aeef;
	background: #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;
  border-radius: 50%;
  background-color: #e53b8d;
  margin-right: 10px;
	margin-bottom: 4px;
	/* width: 0px;
	height: 0px;
	border-right: 15px solid transparent;
	border-bottom: 15px solid #28ABE3;
	transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
 */
}
.sub_ul {
	margin-bottom: 70px;
}
.sub_ul li {
    position: relative;
    /* font-family: 'pretendard'; */
    padding-left: 20px;
    padding-bottom: 10px;
    letter-spacing: -0.3px;
    font-size: 18px;
    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;
}
.sub_ul.mb_0 {
	margin-bottom: 0;
}

.info_chip_img img {
	width: 100%;
	max-width: 100%;
}

p.clear {
	clear: both;
	padding-bottom: 70px;
}
table.sub_table {
	width: 100%;
	border-top: 2px solid #000;	
}
table.sub_table thead tr th {
	padding: 10px;
	text-align: center;
	font-weight: 400;
	background: #f3f3f3;
	border-bottom: 1px solid #eee;
}
table.sub_table tr td {
	padding: 10px;
	text-align: center;
	border-bottom: 1px solid #eee;
}

.text_id_70 {
	text-indent: -70px;
	padding-left: 70px;
	font-size: 18px;
}
.text_id_25 {
	text-indent: -25px;
	padding-left: 25px;
	font-size: 18px;
}

@media (max-width:767px) {
  .sub_con_title {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .sub_ul li {
    font-size: 14px;
  }
  .sub_ul li p {
    font-size: 14px;
  }
  .text_id_25 {
    font-size: 14px;
  }
  .gray_box{
    font-size: 14px;
    text-align: center;
  }

}

/* 개인정보처리방침 */

.sub_con_title_pr{
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 25px;
  line-height: 1.6;
  text-indent: -25px;
  padding-left: 25px;
  color: #0e0e0e;
}

@media (max-width:767px) {
  .sub_con_title_pr{
    font-size: 18px;
    margin-bottom: 10px;
  }
}

