@charset "UTF-8";
@font-face {
    font-family: 'OTEnjoystoriesBA';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_two@1.0/OTEnjoystoriesBA.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'omyu_pretty';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2304-01@1.0/omyu_pretty.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'KBIZHanmaumMyungjo';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_one@1.0/KBIZHanmaumMyungjo.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/* Heaer */
.header {
	background-color: #3c8747;
}

.article_header {
	margin-top: 99px;
}
.article_wrap {
	width: 100%;
	max-width: 600px;
	margin: 0 auto;
}
.article_header_wrap {
	position: relative;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	height: 28vw;
	min-height: 400px;
	max-height: 84vh;
	background-size: cover;
	background-position: 50%;
	background-repeat: no-repeat;
}
.article_title_wrap {
	width: 100%;
	padding-bottom: 60px;
	padding-top: 100px;
	position: relative;
	display: flex;
	align-items: flex-end;;
	color: #ffffff;
	background: linear-gradient(0deg,rgba(0,0,0,0.4) 0%,rgba(0,0,0,0) 100%);
}
.article_title_wrap.background-none {
	background: none;
}
.article_title_container {
	width: 100%;
	max-width: 1000px;
	color: #ffffff;
	text-align: center;
	margin: 0 auto;
}
.article_cate {
	display: inline-block;
	font-size: 1.2em;
	font-weight: 800;
	color: #895222;
	border-bottom: 2px solid #895222;
	margin-bottom: 1rem;
}
.article_title {
	font-size: 2.6em;
	letter-spacing: -.04em;
	font-weight: 700;
	line-height: 1.4em;
	margin-bottom: 3rem;
	text-shadow: 0 0 5px #000;
}
.article_title.no_shadow {
	text-shadow: none;
}
.article_subtitle {
	font-size: 1.1em;
}
.article_subtitle b {
	font-weight: 700;
}
.article_meta {
	margin-top: 1rem;
	font-size: .8em;
}
.article_text {
	margin-top: 48px;
}
.article_text.blue,
.article_text.blue p {
	color: #285f77;
}
.article_text p {
	font-size: 18px;
	line-height: 1.76;
	letter-spacing: -.4px;
	color: #2a2a2a;
	text-align: justify;
	padding-bottom: 40px;
}
.article_text h4 {
	font-size: 20px;
	font-weight: 700;
	line-height: 30px;
	letter-spacing: -.4px;
	margin-bottom: 30px;
}
.article_text .qna {
	margin-bottom: 60px;
}
.article_text .qna h4 {
	color: #895323;
	font-family: 'OTEnjoystoriesBA';
	font-size: 28px;
	line-height: 36px;
	font-weight: 300;
	letter-spacing: 0;
	text-decoration: underline;
	text-underline-offset: 5px;
	text-decoration-thickness: 1px;
}
.article_text .qna p {
	padding-bottom: 0;
}
.article_text em {
	display: block;
	color: #8e6b8a;
	font-family: MapoFlowerIsland;
	text-align: center;
	font-size: 22px;
	font-weight: 800;
	line-height: 34px;
	letter-spacing: -.4px;
	margin-bottom: 30px;
}
.article_epilogue {
	width: 70%;
	margin: 150px auto 80px;
	padding: 30px 36px 0;
	background-color: #608758;
	position: relative;
	border-radius: 12px;
}
.article_epilogue:before {
	position: absolute;
	left: 50%;
	top: -71px;
	width: 9px;
	height: 9px;
	margin-left: -5px;
	border: 1px solid #608758;
	border-radius: 11px;
	background-color: #fff;
	content: "";	
}
.article_epilogue:after {
	position: absolute;
	left: 50%;
	top: -60px;
	width: 1px;
	background-color: #608758;
	content: "";
	height: 60px;
}
.article_epilogue p {
	font-size: 16px;
	padding-bottom: 32px;
	color: #ffffff!important;
}
.article_box {
	padding: 30px 36px 0;
	margin-bottom: 48px;
	background-color: #fdf4ee;
	border-radius: 12px;
	color: #8e6d6b;
}
.article_box p {
	color: #8e6d6b!important;
	font-size: 16px;
}
.article_box_meta {
	display: flex;
	justify-content: space-between;
	overflow: hidden;
	border-bottom: 1px solid #8e6d6b;
	padding: 0 5px 0 0;
	margin-bottom: 30px;
}
.article_box_meta_image {
	width: 25%;
	padding: 15px 20px 0 0;
}
.article_box_meta_image img {
	width: 100%;
	display: block;
	margin-bottom: -15px;
	transform: rotate(10deg);
}
.article_box_meta_image2 {
	width: 40%;
	padding: 0;
}
.article_box_meta_image2 img {
	width: 100%;
	display: block;
}
.article_box_meta_text {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.article_box_meta_text span {
	font-size: 14px;
	font-weight: 100;
	display: block;
}
.article_box_meta_text h5 {
	display: inline-block;
	background-color: #8e6d6b;
	height: 32px;
	font-size: 14px;
	line-height: 32px;
	padding: 0 15px;
	color: #ffffff;
	border-radius: 16px;
}
.article_box_meta_text h6 {
	font-size: 24px;
	margin-bottom: 10px;
}
.bookwriter {
	font-size: 14px;
}
.article_box2 {
	padding: 26px 26px 0;
	background-color: #ffffff;
	border-radius: 12px;
	margin-bottom: 2rem;
}
.article_box2 h4 {
	font-family: 'omyu_pretty';
	border: 1px solid #000;
	text-align: center;
	line-height: 32px;
	display: block;
	width: 90%;
	margin: 0 auto 32px;
	border-radius: 16px;
}
.article_box2_image {
	width: 100%;
	margin-bottom: 36px;
}
.article_box2_image img {
	width: 100%;
	display: block;
}
.article_description {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #999999;
	display: flex;
	justify-content: space-between;
}
.article_text blockquote {
	margin-bottom: 40px;
}
.article_text blockquote p {
	padding-bottom: 0;
	font-family: 'KBIZHanmaumMyungjo';
	font-size: 20px;
}
.article_text blockquote p.brown {
	color: #663c24;
}
.article_text blockquote footer {
	font-size: 14px;
	line-height: 36px;
	margin-top: 30px;
	border-top: 2px solid #000;
	border-bottom: 1px solid #000;
}
.article_description p {
	font-size: 14px;
	font-weight: 200;
	line-height: 1.5;
	color: #999999;
}
.article_description_icon {
	width: 20%;
}
.article_description_icon img {
	display: block;
	width: 70%;
}
.article_description_text {
	width: 80%;
}
.article_odd {
	padding-top: 100px;
}
.article_odd h2 {
	text-align: center;
	font-size: 36px;
	font-weight: bold;
	display: block;
	padding-bottom: 30px;
	margin-bottom: 60px;
	position: relative;
	width: 100%;
}
.article_odd h2:after {
	content: "";
	display: block;
	position: absolute;
	width: 40px;
	height: 4px;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-20px);
	transform: translateX(-20px);
	background-color: #50854e;
}
.article_minititle {
	padding-bottom: 1em;
	border-bottom: 1px solid #8c5321;
	margin-bottom: 24px;
	color: #8c5321;
	font-size: 1.1em;
}
.article_minititle span {
	display: block;
	width: 120px;
	color: #ffffff;
	background-color: #8c5321;
	font-size: .9em;
	text-align: center;
	margin-bottom: 5px;
	border-radius: 6px;
}

.article_image {
	width: 800px;
	max-width: 100vw!important;
	position: relative;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	margin: 20px 0 60px 0;
	
}
.article_image.article_image_center2 {
	width: 600px;
	max-width: 100vw!important;
	position: relative;
	margin: 20px 0 60px 0;
	display: flex;
	justify-content: space-between;
}
.article_image.article_image_left {
	width: 400px;
	float: left;
	left: 0;
	-webkit-transform: translateX(-40px);
	transform: translateX(-40px);
	margin: 8px 0 0 -60px;
}
.article_image.article_image_right {
	width: 400px;
	float: right;
	left: 0;
	-webkit-transform: translateX(40px);
	transform: translateX(40px);
	margin: 8px -60px 0 0px;
}
.article_image_center figure {
	width: 100%;
	max-width: 100vw!important;
}
.article_image_dual div.article_image_container {
	display: flex;
	justify-content: space-between;
}
.article_image_dual figure {
	width: 49.9%;
}
.article_image_dual_column {
	flex-direction: column;
}
.article_image_dual_column figure {
	width: 100%;
	margin-bottom: 10px;
}
.article_image img {
	width: 100%;
	display: block;
}
.article_image_desc {
	margin-top: 10px;
}
.article_image_desc p {
	font-size: 12px;
	padding-bottom: .5em;
}
.article_photo {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	text-align: center;
	color: #1f2e83;
}
.article_photo h3 {
	font-size: 22px;
	padding-top: 50px;
	position: relative;
	width: 80%;
	margin: 0 auto 60px;
	padding-bottom: 20px;
	border-bottom: 1px solid #1f2e83;
}
.article_photo h3:before {
	content: "";
	display: block;
	width: 50px;
	height: 43px;
	background: url("../images/icon_camera.png") 0 0 no-repeat;
	background-size: 100% 100%;
	position: absolute;
	top: -10px;
	left: 50%;
	-webkit-transform: translateX(25px);
	transform: translateX(-25px);
}
.article_photo h4 {
	font-size: 36px;
	line-height: 1.2;
}
.article_photo figure {
	width: 800px;
	max-width: 100vw!important;
	position: relative;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	margin-top: 60px;
}
.article_photo figure img {
	width: 100%;
	display: block;
}
.article_photo p {
	margin-top: 60px;
	text-align: center;
	word-break: keep-all;
}
.article_box_travel {
	margin-top: 60px;
	border: 1px solid #624882;
	border-radius: 12px;
	margin: 0 auto;
	padding: 300px 20px 26px;
	position: relative;
}
.article_box_travel h5 {
	color: #624882;
	display: inline-block;
	border: 1px solid #624882;
	font-family: MapoFlowerIsland;
	line-height: 36px;
	border-radius: 18px;
	padding: 2px 20px 0;
	font-size: 18px;
	position: absolute;
	left: -18px;
	top: 200px;
	background-color: #ffffff;
}
.article_box_travel figure {
	width: 250px;
	position: absolute;
	top: 0;
	right: 0px;
}
.article_box_travel figure img {
	width: 100%;
}
.article_box_travel p {
	color: #624882;
	padding-bottom: 10px;
}
.article_box_travel strong {
	display: inline-block;
	background-color: #624882;
	color: #ffffff;
	padding: 3px 12px;
	border-radius: 6px;
	margin-top: 30px;
	margin-bottom: 10px;
}
.travel_info li {
	color: #624882;
}
.article_box_travel span {
	font-weight: bold;
	margin-right: 5px;
}
.article_box3 {
	margin-top: 60px;
	border: 1px solid #624882;
	border-radius: 12px;
	margin: 0 auto;
	padding: 26px 20px 26px;
	position: relative;
}
.article_box3_title {
	display: inline-block;
	border-bottom: 2px solid #624882;
	color: #624882;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 20px;
}
.article_box3 h5 {
	color: #624882;
	font-weight: 600;
	margin-top: 20px;
	padding-left: 40px;
	position: relative;
	font-size: 16px;
	line-height: 30px;
}
.article_box3 h5:before {
	content: "";
	display: block;
	width: 35px;
	height: 1px;
	background-color: #624882;
	position: absolute;
	left: 0;
	top: 50%;
}
.article_box3 li {
	line-height: 24px;
	position: relative;
	padding-left: 21px;
}
.article_box3 li:before {
	content: "";
	display: block;
	width: 16px;
	height: 16px;
	background: url(../images/icon_check.png) 0 0 no-repeat;
	background-size: 100% 100%;
	position: absolute;
	left: 0;
	top: 4px;
}
.article_box3 p {
	font-size: 16px;
	padding-bottom: 0px;
}
.article_box3 p span {
	font-weight: bold;
}
.article_box3 figure.article_box3_photo {
	width: 30%;
	margin: 50px 0 0 20px;
	float: right;
}
.article_box3 figure img {
	width: 100%;
	display: block;
}
.article_box3_qr {
	width: 100%;
	display: flex;
	flex-direction: row-reverse;
}
.article_box3_qr figure {
	display: block;
	width: 100px;
}
.article_box3_qr figcaption {
	font-size: 13px;
	text-align: center;
	letter-spacing: -.4px;
	color: #999;
}
.article_recipe {
	background-color: #ffffff;
	border-top: 4px solid #000;
	border-bottom: 4px solid #000;
	margin-top: 50px;
}
.article_recipe figure {
	width: 100%;
}
.article_recipe figure img {
	width: 100%;
	display: block;
}
.article_recipe h4 {
	text-align: center;
	margin: 50px 0 30px;
	font-weight: normal;
	font-size: 18px;
}
.article_recipe h4 strong {
	display: block;
	font-family: OTEnjoystoriesBA;
	color: #ca7040;
	font-size: 32px;
	font-weight: 100;
	letter-spacing: 0;
}
.article_recipe p {
	padding: 36px 28px;
	color: #ca7040;
	font-size: 16px;
	line-height: 1.5;
}
.article_recipe h5 {
	margin-left: 28px;
	color: #ca7040;
	font-weight: bold;
}
.ingredients {
	padding: 0 28px 36px;
	font-size: 15px;
	font-weight: 300;
	line-height: 1.4;
}
.ingredients p {
	padding: 0px;
}
.article_recipe ul {
	padding: 30px 28px;
}
.article_recipe ul li {
	line-height: 1.3;
	margin-bottom: 5px;
}
.article_recipe ul li span {
	color: #ca7040;
	margin-right: 5px;
}
.article_pick {
	margin-bottom: 80px;
	border-bottom: 1px solid #5b6c51;
	padding-bottom: 20px;
}
.article_pick:last-child {
	border: none;
}
.article_pick_top {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
.article_pick_title {
	color: #5b6c51;
}
.article_pick_title strong {
	display: block;
	border: 1px solid #5b6c51;
	width: 30px;
	text-align: center;
	line-height: 30px;
	border-radius: 15px;
	margin-bottom: 15px;
	position: relative;
}
.article_pick_title strong:after {
	content: "";
	display: block;
	width: 70px;
	height: 1px;
	background-color: #5b6c51;
	position: absolute;
	top: 50%;
	right: -80px;
}
.article_pick_image {
	width: 30%;
	margin-bottom: 20px;
}
.article_pick_image figure {
	width: 100%;
}
.article_pick_image figure img {
	width: 100%;
	display: block;
}
.pick_recipe, .pick_recipe p {
	color: #5b6c51;
}
.pick_recipe h5 {
	font-family: omyu_pretty;
	text-decoration: underline;
	font-size: 24px;
	text-underline-offset: 5px;
	margin-bottom: 15px;
}
.pick_recipe p {
	padding-bottom: 0;
	vertical-align: middle;
}
.pick_recipe span {
	display: inline-block;
	margin-right: 5px;
	font-weight: 600;
}
.pick_recipe span.num {
	color: #f8ebee;
	font-size: 12px;
	line-height: 18px;
	width: 18px;
	height: 18px;
	background-color: #5b6c51;
	text-align: center;
	vertical-align: middle;
	margin-top: -1px;
	border-radius: 9px;
}
.article_image_center_small {
	width: auto;
	margin-bottom: 15px;
	display: flex;
	justify-content: center;
}
.article_box4 {
	padding: 8px 20px 0;
}
.article_box4 h5 {
	display: block;
	border-top: 2px solid #000000;
	border-bottom: 2px solid #000000;
	padding: 8px 0;
	margin-bottom: 10px;
	font-weight: 700;
	margin-bottom: 15px;
	font-size: 18px;
	text-align: center;
}
.article_box4 li {
	color: #371712;
	margin-bottom: 10px;
}
.article_box4 li span {
	font-weight: 700;
	margin-right: 6px;
}
.article_healing {
	padding-top: 100px;
}
.article_healing h2 {
	text-align: center;
	font-size: 28px;
	font-weight: 800;
}
.article_healing h3 {
	font-size: 28px;
	font-weight: 600;
	margin-top: 100px;
	margin-bottom: 40px;
	border-top: 1px solid #000000;
	padding-top: 15px;
	line-height: 1.2;
	letter-spacing: -.4px;
}
.article_healing h3 span {
	display: block;
	color: #729a5d;
}
.article_healing strong {
	font-size: 60px;
	font-weight: bold;
	color: #000000;
	line-height: 1;
}
.article_healing h4 {
	font-weight: 500;
}
.article_info {
	display: flex;
	justify-content: space-between;
}
.article_info span {
	font-weight: 600;
	margin-right: 8px;
}
.article_info_qr {
	width: 100px;
}
.article_info_qr img {
	width: 100%;
	display: block;
}
.article_program {
	max-width: 400px;
	margin: 0 auto;
	text-align: center;
	color: #5d4d41;
}
.article_program h5 {
	font-size: 28px;
	font-family: omyu_pretty;
	margin-bottom: 20px;
}
.article_program dl {
	margin-bottom: 20px;
}
.article_program dt {
	display: block;
	width: 60%;
	margin: 0 auto;
	font-size: 18px;
	color: #fff;
	line-height: 36px;
	background-color: #5d4d41;
	padding: 0 18px;
	border-radius: 18px;
	margin-bottom: 5px;
}
.article_program p {
	color: #5d4d41;
	text-align: center;
}
.article_grid {
	width: 100%;
	max-width: 400px;
	margin: 0 auto 36px;
}
.article_grid h5 {
	background-color: #000000;
	color: #ffffff;
	font-weight: 600;
	text-align: center;
	line-height: 2.1;
	margin-bottom: 5px;
}
.grid_container {
	display: grid;
	grid-template-rows: repeat(4, 1fr);
	grid-template-columns: repeat(3, 1fr);
	gap: 5px;
}
.grid_item {
	background-color: #fff;
	text-align: center;
	vertical-align: middle;
	display: grid;
	justify-content: center;
    align-items: center;
    aspect-ratio: 1;
    font-size: 16px;
}
.grid_item div {
	width: 80%;
	margin: 0 auto;
	word-break: keep-all;
}
.article_box_writer {
	width: 240px;
	margin: 0 auto;
	position: relative;
	border-top: 4px solid #000;
	padding-top: 36px;
}
.article_box_writer h5 {
	display: inline-block;
	font-size: 14px;
	line-height: 27px;
	border: 1px solid #000;
	position: absolute;
	height: 30px;
	overflow: hidden;
	top: -16px;
	left: 50%;
	transform: translateX(-50%);
	background-color: #fff;
	padding: 0 15px;
	border-radius: 15px;
}
.article_box_writer figure {
	width: 100%;
}
.article_box_writer figure img {
	width: 100%;
}
.article_box_writer p {
	font-size: 15px;
	line-height: 1.5;
	padding-bottom: 36px;
}
.article_annotation {
	border-top: 1px solid #675635;
	color: #675635;
	padding-top: 15px;
	margin-bottom: 100px;
}
.article_annotation p {
	font-size: 12px;
	padding-bottom: 0.5em;
}
.qr-list {
	display: flex;
	justify-content: space-between;
	color: #aa7e31;
}
.qr-list figure {
	width: 150px;
}
.qr-list figure img {
	width: 100%;
}
.qr-list span {
	display: block;
	color: #885322;
}

@media (min-width:1024px)and (max-width:1279px) {
	
}

@media (min-width:768px)and (max-width:1023px) {
	
}

@media (max-width:767px) {
	.article_header {
	    margin-top: 51px;
	}
	.article_title_wrap {
		padding-bottom: 30px;
		padding-top: 0;
	}
	.article_title_container {
		text-align: left;
		padding-left: 20px;
		padding-right: 25%;
	}
	.article_title {
		font-size: 1.6em;
		line-height: 1.3;
		word-break: keep-all;
	}
	.article_cate {
		font-size: 1em;
	}
	.article_text p {
		margin: 0 20px;
	}
	.article_text h4 {
		margin: 0 20px 30px;
	}
	.article_text em {
		margin: 0 40px 30px;
	}
	.article_epilogue {
		margin: 120px auto 40px;
	}
	.article_epilogue p {
		margin: 0;
	}
	.article_box {
		margin: 0 20px 48px 20px;
	}
	.article_box p {
		margin: 0;
	}
	.article_box_meta {
		position: relative;
	}
	.article_box_meta_text h5 {
	    height: 26px;
	    font-size: 12px;
	    line-height: 26px;
	    padding: 0 13px;
	    color: #ffffff;
	    border-radius: 13px;
	    margin-bottom: 10px;
	}
	.article_box_meta_text h6 {
		font-size: 18px;
	}
	.article_box_meta_image {
		position: absolute;
		bottom: 0;
		right: 0;
		padding-right: 5%;
	}
	.article_description {
		flex-direction: column;
		margin: 20px;
	}
	.article_description_icon {
		width: 100%;
		margin-bottom: 20px;
	} 
	.article_description_text {
		width: 100%;
	}
	.article_description_text p {
		margin: 0;
	}
	.article_description_icon img {
		margin: 0 auto;
		width: 50px;
	}
	.article_box2 {
		margin-left: 20px;
		margin-right: 20px;
	}
	.article_text blockquote footer {
		margin-left: 20px;
		margin-right: 20px;
	}
	.article_photo p {
		margin-top: 60px;
	}
	.article_box_travel {
		margin: 0 20px;
	}
	.article_box_travel {
		padding-top: 240px;
	}
	.article_box_travel h5 {
		top: 30px;
	}
	.article_box_travel figure {
		width: 180px;
	}
	.article_box3 {
		margin: 0 20px;
	}
	.article_box3 li {
		margin-left: 45px;
	}
	.article_box3 p {
		margin-left: 5px;
	}
	.article_recipe {
		margin: 50px 20px 0;
	}
	.article_recipe h4 {
		margin-top: 50px;
	}
	.article_pick {
		margin: 0 20px 80px;
	}
	.article_pick h4 {
		margin-left: 0;
	}
	.article_pick p {
		margin: 0;
	}
	.article_healing {
		margin: 0 20px;
	}
	.article_healing p {
		margin: 0 auto;
	}
	.article_healing h4 {
		margin: 0 0 30px;
	}
	.qr-list {
		flex-direction: column;
	}
	.qr-list figure {
		width: auto;
		margin: 0 auto 20px;
	}
	.qr-list figure img {
		width: 150px;
	}
	.article_minititle {
		margin: 0 20px 30px;
	}
	.article_image.article_image_left, .article_image.article_image_right {
		width: 100%;
		float: none;
		-webkit-transform: none;
		transform: none;
		margin: 0 0 40px 0;
	}
	.ingredients p {
		margin: 0;
	}

}


















