/*==============================================
*	single
==============================================*/
.s_pagenation {
	padding-top: 55px;
}
.s_pagenation_inner {
	padding-bottom: 40px;
}
.s_pagenation_btn a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 315px;
	height: 76px;
	font-weight: bold;
	font-size: 14px;
	line-height: 200%;
	letter-spacing: 0.1em;
	color: #40610A;
	background: #FFFFFF;
	border-radius: 20px;
	filter: drop-shadow(0px 6px 20px rgba(119, 135, 67, 0.18));
	margin: 0 auto 17px;
}
.s_pagenation_btn p {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 315px;
	height: 76px;
	font-weight: bold;
	font-size: 14px;
	line-height: 200%;
	letter-spacing: 0.1em;
	color: #40610A;
	background: #FFFFFF;
	border-radius: 20px;
	filter: drop-shadow(0px 6px 20px rgba(119, 135, 67, 0.18));
	margin: 0 auto 17px;
}
.s_new_btn a {
	position: relative;
}
.s_new_btn a::before {
	position: absolute;
	top: 26px;
	left: 15px;
	content: url(../img/kids/new_post_arrow.svg);
}
.s_old_btn a {
	position: relative;
}
.s_old_btn a::before {
	position: absolute;
	top: 26px;
	right: 15px;
	content: url(../img/kids/prev_post_arrow.svg);
}
.s_pagenation_bottom {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 88px;
	background: #A7D11E;
}
.back_btn_wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 162px;
	height: 48px;
	background: #99BF1B;
	box-shadow: inset 0px 2px 6px rgba(0, 0, 0, 0.12);
	border-radius: 20px;
	margin: auto;
	position: relative;
}
.to_archive_back {
	font-weight: bold;
	font-size: 14px;
	line-height: 200%;
	letter-spacing: 0.2em;
	color: #FFFFFF;
	padding-left: 5px;
}
.back_btn_wrapper::before {
	content: '';
    width: 8px;
    height: 8px;
    margin-top: -5px;
    border-top: solid 2px #555;
    border-right: solid 2px #555;
    transform: rotate(225deg);
    position: absolute;
    top: 26px;
    left: 20px;
} 

.post_single_page {
	padding-top: 40px;
	background: #F9F9F9;
}
.post_thumbnail {
	width: 315px;
	height: 247px;
	margin: auto;
}
.post_single_header {
	width: 315px;
	padding-bottom: 60px;
	margin: 24px auto 0;
}
.category_item {
	display: inline-block;
	font-size: 14px;
	line-height: 21px;
	letter-spacing: -0.015em;
	color: #FFFFFF;
	background: #A7D11E;
	padding: 5px 14px 5px 10px;
	margin-bottom: 14px;
}
.post_title {
	font-size: 18px;
	line-height: 180%;
	letter-spacing: -0.015em;
	color: #232F10;
	margin-bottom: 14px;
}
.post_date {
	font-family: Lato;
	font-weight: bold;
	font-size: 14px;
	line-height: 17px;
	letter-spacing: -0.015em;
	color: #B4B4B4;
}
.post_contents {
	background: #FFFFFF;
	border-radius: 20px;
	padding: 20px 0px;
	margin-top: -20px;
}
.post_contents_inner {
	width: 315px;
	margin: auto;
}
.post_contents {
	font-size: 14px;
	line-height: 200%;
	color: #232F10;
	word-wrap: break-word;
	padding: 10px 0px;
	margin: 10px 0;
}
.post_contents h2 {
	font-weight: bold;
	font-size: 20px;
	line-height: 160%;
	color: #A7D11E;
	border-bottom: 3px solid #A7D11E;
	padding: 20px 0 8px;
	margin-bottom: 10px;
}
.post_contents h3 {
	font-weight: bold;
	font-size: 18px;
	line-height: 160%;
	color: #A7D11E;
	border-left: 3px solid #A7D11E;
	padding-left:15px;
	margin: 20px 0px 10px;
}
.post_contents h4 {
	font-weight: bold;
	font-size: 16px;
	line-height: 160%;
	color: #A7D11E;
	padding-top: 20px;
}
.post_contents h5 {
	font-weight: bold;
	font-size: 14px;
	line-height: 160%;
	color: #232F10;
	padding-top: 20px;
}
.post_contents h6 {
	font-size: 14px;
	line-height: 160%;
	color: #F17B55;
	padding-top: 20px;
}
.post_contents img {
	margin: 10px 0px 20px;
}
.post_contents ul {
	background: #F9F9F9;
	border-radius: 10px;
	padding: 10px;
	margin-bottom: 10px;
}
.post_contents ul li {
	font-size: 14px;
	line-height: 160%;
	color: #40610A;
	padding: 5px 0px 5px 25px;
	position: relative;
}
.post_contents ul li::before {
	position: absolute;
	content: '';
	width: 10px;
	height: 10px;
	left: 5px;
	top: 10px;
	background: #A7D11E;
	border-radius: 10px;
}
.post_contents ol {
	counter-reset: item;
	background: #F9F9F9;
	border-radius: 10px;
	padding: 10px;
	margin-bottom: 10px;
}
.post_contents ol li {
	font-size: 14px;
	line-height: 160%;
	color: #40610A;
	padding: 5px 0px 5px 25px;
	position: relative;
}
.post_contents ol li::before {
	position: absolute;
	left: 5px;
	top: 5px;
	counter-increment: item;
	content: counter(item);
	font-size: 14px;
	line-height: 160%;
	color: #8CAF18;
}
.post_contents iframe {
	width: 100%;
	height: auto;
	margin: 10px 0px 20px;
}
.application_btn {
	margin: 30px auto;
}
.footer_btm_menu .application_btn {
	margin: 0 auto;
}
.back_btn_block {
	background: #A7D11E;
	padding: 20px 0px;
}
.back_btn_wrapper {
	background: #FFFFFF;
}
.to_archive_back {
	color: #232F10;
}
.back_btn_wrapper::before {
    border-top: solid 2px #A7D11E;
    border-right: solid 2px #A7D11E;
}

/*==============================================
*	archive
==============================================*/
.main_contents {
	background: #FFFFFF;
}
.women_campaign {
	background-color: #F9F9F9;
}
.archive_title {
	width: 105px;
    font-family: 'Oswald';
    font-weight: 700;
    font-size: 47px;
    line-height: 70px;
    color: #A7D11E;
	margin: auto;
    position: relative;
}
.archive_title::after {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    content: '';
    height: 14px;
    background: #FFC453;
    border-radius: 20px;
    margin: auto;
}
.section_sub_title {
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0.1em;
	text-align: center;
    color: #232F10;
    margin-top: 14px;
}

.post_archive_page {
	background-image: url(../img/women/women_archive_bg.svg);
	background-repeat: no-repeat;
	background-size: contain;
	padding-top: 22px;
}
.category_list {
	background: #A7D11E;
	border-radius: 5px 0px 0px 5px;
	padding: 20px 0 20px 20px;
	margin: 47px 0 0 30px;
}
.category_list ul {
	height: auto;
	display: flex;
	align-items: center;
	overflow-x: scroll;
}
.category_list ul li {
	flex-shrink: 0;
	width: 30%;
	max-width: 94px;
	margin-right: 10px;
}
.category_li {
	display: block;
	font-weight: 400;
	font-size: 14px;
	line-height: 21px;
	letter-spacing: -0.015em;
	text-align: center;
	color: #FFFFFF;
	border: 2px solid #FFFFFF;
	border-radius: 5px;
	padding: 10px 13px 10px 10px;
}
.category_li_g {
	display: block;
	font-weight: 400;
	font-size: 14px;
	line-height: 21px;
	letter-spacing: -0.015em;
	text-align: center;
	color: #232F10;
	background: #FFFFFF;
	box-shadow: inset 0px 2px 6px rgba(0, 0, 0, 0.12);
	border-radius: 5px;
	padding: 10px 13px 10px 10px;
}
.category_li_p {
	display: block;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.015em;
    color: #FFFFFF;
    background: #A7D11E;
    padding: 5px 14px 5px 10px;
}
.news_contents {
	width: 315px;
	margin: 40px auto;
}
.news_post {
	position: relative;
	margin-bottom: 40px;
}
.news_post_category {
	position: absolute;
	top: 0;
	left: 0;
}
.news_post_img {
	overflow: hidden;
}
.news_post_date {
	font-family: Lato;
	font-weight: bold;
	font-size: 14px;
	line-height: 17px;
	letter-spacing: -0.015em;
	color: #B4B4B4;
	margin-top: 16px;
}
.news_post_title {
	font-size: 15px;
	line-height: 200%;
	letter-spacing: -0.015em;
	color: #232F10;
	margin-top: 10px;
}
.archive_pagenation {
	background: #A7D11E;
	padding: 30px 0px;
	margin-bottom: 20px;
}
.page-numbers {
	max-width: 86%;
	display: flex;
	align-items: baseline;
	justify-content: space-around;
	margin: auto;
}
.page-numbers li a {
	display: none;
}
.page-numbers li a.prev,
.page-numbers li a.next {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 150px;
	height: 40px;
	font-size: 14px;
	font-weight: 600;
	line-height: 20px;
	background: #FFFFFF;
	color: #232F10;
	box-shadow: 0px 6px 25px rgba(119, 135, 67, 0.4);
	border-radius: 10px;
	position: relative;
}
.page-numbers li a.prev::before {
	position: absolute;
	top: 12px;
	left: 10px;
	content: '\f104';
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 20px;
	line-height: 20px;
	background: #FFFFFF;
	color: #A7D11E;
}
.page-numbers li a.next::after {
	position: absolute;
	top: 12px;
	right: 10px;
	content: '\f105';
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 20px;
	line-height: 20px;
	background: #FFFFFF;
	color: #A7D11E;
}
.page-numbers li span.current {
	display: none;
}
.page-numbers.dots {
	display: none;
}
