@charset "UTF-8";

/* 폰트 변경 */
@font-face {
	font-family: PlayfairDisplay-Regular; /* 폰트명 */
	src: url(../fonts/PlayfairDisplay-Regular.ttf); /*폰트 경로*/
}

/* 폰트 변경(p 태그) */
@font-face {
	font-family: Raleway-Regular; /* 폰트명 */
	src: url(../fonts/Raleway-Regular.ttf); /*폰트 경로*/
}

/* 공용 css 설정하기 */
* {
	font-family: PlayfairDisplay-Regular;
}

body, p {
	font-family: Raleway-Regular, sans-serif !important;
	margin: 0;
}

a, a:hover {
	text-decoration: none;
	color: #333;
}

li, ul, ol {
	list-style: none;
}

section.menu{
	display:none;
}

.body_wrapper .body_intro_wrapper {
	background: #f6f4f2;
}

.hidden-Joseph {
	display: none;
}

/* pc */
@media ( min-width :1024px) {
	.body .main {
		position: relative;
	}
	.header_wrapper {
		position: fixed;
		width: 100%;
		top: 0;
		z-index: 2;
	}
	.header_wrapper .menu_top {
		position: relative;
		height: 30px;
		background: #e1c3ae;
	}
	.header_wrapper .menu_top p.top_p {
		text-align: center;
		color: #fff;
		font-size: 12px;
		letter-spacing: 1px;
		margin: 0;
		padding: 7px 0;
	}
	.header_wrapper .menu_top .menu_top_option {
		margin: 0;
		position: absolute;
		right: 75px;
		top: 6px;
		font-size: 12px;
	}
	.header_wrapper .menu_top .menu_top_option li {
		float: left;
		padding: 0 15px;
	}
	.header_wrapper .menu_top .menu_top_option li a {
		color: #fff;
		letter-spacing: 1.5px;
	}
	.header_wrapper .menu_top .menu_top_option li a i[aria-hidden="true"] {
		padding: 0 10px;
	}
	.header_wrapper .header_nav {
		height: 85px;
		background: #fff;
		border: none;
	}
	.header_nav a.header_button {
		position: absolute;
		right: 80px;
		top: 40px;
		height: 45px;
		width: 50px;
	}
	.header_nav a.header_button span.header:nth-child(1):before {
		content: "";
		background: #333;
		padding: 1px 15px;
		margin: 0 9px;
		position: absolute;
		top: 20px;
	}
	.header_nav a.header_button span.header:nth-child(2):before {
		content: "";
		background: #333;
		padding: 1px 8px;
		position: absolute;
		top: 30px;
		margin: 0 22px;
	}
	.header_nav a.header_button span.header:nth-child(3):before {
		content: "";
		background: #333;
		padding: 1px 15px;
		position: absolute;
		top: 40px;
		margin: 0 9px;
	}
	.body_wrapper {
		position: relative;
		padding: 165px 0 0;
	}
	.body_wrapper .body_h1 {
		font-size: 6.0625rem;
		line-height: 4.25rem;
		letter-spacing: 2px;
		text-align: center;
		height: 125px;
	}
	/* 	.body_wrapper .body_instruction {
		padding: 25px 0;
		height: 235px;
		margin: auto;
		width: 72vw;
	} */
	.body_wrapper .body_instruction p.instruction {
		font-size: 15px;
		font-weight: 550;
		margin: 15px auto;
		word-break: keep-all;
	}
	.body_wrapper .body_instruction p.instruction>a {
		color: #007bff;
		text-decoration: underline;
	}
	.introduce_container {
		margin: 50px auto;
		/* padding: 0 45px; */
	}
	.introduce_container .introduce_col {
		margin: 45px 0 0;
	}
	.introduce_row h2.introduce_1 {
		font-size: 18px;
		font-weight: 650;
	}
	.introduce_row h2.introduce_1>span.upload_date {
		display: block;
		width: 17%;
		padding: 5px 0;
		font-size: 14px;
		font-weight: 500;
	}

	.introduce_row p.introduce_1 {
		font-size: 18px;
		font-weight: 650;
	}
	.introduce_row p.introduce_1>span.upload_date {
		display: block;
		width: 17%;
		padding: 5px 0;
		font-size: 14px;
		font-weight: 500;
	}

	.introduce_row p.introduce_1_p {
		margin: 25px 0;
		word-break: keep-all;
		letter-spacing: 1px;
	}
	.introduce_row .small_p {
		font-size: 13px;
		font-weight: 600;
	}
	img.img_1 {
		height: 460px;
		width: 75%;
		margin: 25px 0 0;
	}
	img.img_2 {
		height: 405px;
		width: 75%;
		margin: 25px 0 0;
	}

	.view_more {
		position: relative;
		display: none;
	}
	.view_more img.viewmore_img {
		float: left;
		margin: 0 10px 0 0;
	}
	img.img_13 {
		width: 335px;
	}
	/* .view_more button.viewmore_btn {
		position: absolute;
		left: 30vw;
		top: 45px;
		background: #e1c3ae;
		padding: 10px 50px;
		height: 60px;
		width: 300px;
		border: 1px solid #fff;
		border-radius: 10px;
		color: #fff;
		transition: all 0.3s ease;
		z-index: 1;
	} */
	button.viewmore_btn:hover {
		transition: all 0.3s ease-in-out;
		color: #e1c3ae;
		background: #fff;
		border: 1px solid #e1c3ae;
	}
	.button_wrapper {
		width: 100%;
		height: 115px;
	}
	.footer_sec .footer {
		width: 100%;
		height: 100px;
		border-top: 1px solid #ddd;
	}
	.footer_sec .footer p.footer_p {
		margin: 20px 0;
	}
}

/* 노트북  */
@media ( min-width : 1360px) and (max-width: 1366px) {
	button.viewmore_btn {
		position: absolute;
		left: 8vw;
		top: 245px;
		background: #e1c3ae;
		/* padding: 10px 50px; */
		height: 60px;
		width: 300px;
		border: 1px solid #fff;
		border-radius: 10px;
		color: #fff;
		transition: all 0.3s ease;
		z-index: 0;
	}
	/* .body_wrapper .body_instruction {
		padding: 25px 0;
		height: 235px;
		margin: auto;
		width: 100%;
	} */
}

/* 큰 화면 데스크탑  */
@media ( min-width : 1800px) and (max-width: 1920px) {
	.body_wrapper .body_instruction {
		padding: 25px 0;
		height: 235px;
		margin: auto;
		/*width: 72vw;*/
	}
	button.viewmore_btn {
		position: absolute;
		left: 5vw;
		top: 265px;
		background: #e1c3ae;
		/* padding: 10px 50px; */
		height: 60px;
		width: 300px;
		border: 1px solid #fff;
		border-radius: 10px;
		color: #fff;
		transition: all 0.3s ease;
		z-index: 1;
	}
}

/* tablet */
@media ( min-width : 768px) and (max-width: 992px) {
	.body .main {
		position: relative;
	}
	.header_wrapper {
		position: fixed;
		width: 100%;
		top: 0;
		z-index: 2;
	}
	.header_wrapper .menu_top {
		position: relative;
		height: 40px;
		background: #e1c3ae;
	}
	.header_wrapper .menu_top p.top_p {
		text-align: left;
		color: #fff;
		font-size: 15px;
		letter-spacing: 1px;
		padding: 10px 0;
		width: 80%;
		margin: auto;
	}
	.header_wrapper .menu_top .menu_top_option {
		margin: 0;
		position: absolute;
		top: 10px;
		right: 25px;
		font-size: 15px;
		padding: 0;
	}
	.header_wrapper .menu_top .menu_top_option li {
		float: left;
		padding: 0 15px;
	}
	.header_wrapper .menu_top .menu_top_option li a {
		color: #fff;
		letter-spacing: 1.5px;
	}
	.header_wrapper .menu_top .menu_top_option li a i[aria-hidden="true"] {
		padding: 0 10px;
	}
	.header_wrapper .header_nav {
		height: 90px;
		background: #fff;
	}
	.header_nav a.header_button {
		position: absolute;
		right: 30px;
		top: 50px;
		height: 45px;
		width: 50px;
	}
	.header_nav a.header_button span.header:nth-child(1):before {
		content: "";
		background: #333;
		padding: 1px 15px;
		margin: 0 9px;
		position: absolute;
		top: 20px;
	}
	.header_nav a.header_button span.header:nth-child(2):before {
		content: "";
		background: #333;
		padding: 1px 8px;
		position: absolute;
		top: 30px;
		margin: 0 22px;
	}
	.header_nav a.header_button span.header:nth-child(3):before {
		content: "";
		background: #333;
		padding: 1px 15px;
		position: absolute;
		top: 40px;
		margin: 0 9px;
	}
	.body_wrapper {
		position: relative;
		padding: 165px 0 0;
	}
	.body_wrapper .body_h1 {
		font-size: 6.0625rem;
		line-height: 6.25rem;
		letter-spacing: 2px;
		text-align: center;
		height: 210px;
		margin: 0 0 15px;
		word-break: keep-all;
	}
	.body_wrapper .body_instruction {
		background: #f6f4f2;
		padding: 25px 0;
	}
	.body_wrapper .body_instruction p.instruction {
		font-size: 15px;
		font-weight: 550;
		margin: 15px auto;
		word-break: keep-all;
		width: 80%;
	}
	.body_wrapper .body_instruction p.instruction>a {
		color: #007bff;
		text-decoration: underline;
	}
	.introduce_container {
		margin: 50px auto;
		padding: 0 45px;
	}
	.introduce_container .introduce_col {
		margin: 45px 0 0;
	}
	.introduce_row h2.introduce_1 {
		font-size: 18px;
		font-weight: 650;
	}
	.introduce_row h2.introduce_1>span.upload_date {
		display: block;
		width: 17%;
		padding: 5px 0;
		font-size: 14px;
		font-weight: 500;
	}
	.introduce_row p.introduce_1 {
		font-size: 18px;
		font-weight: 650;
	}
	.introduce_row p.introduce_1>span.upload_date {
		display: block;
		width: 17%;
		padding: 5px 0;
		font-size: 14px;
		font-weight: 500;
	}
	.introduce_row p.introduce_1_p {
		margin: 25px 0;
		word-break: keep-all;
		letter-spacing: 1px;
	}
	.introduce_row .small_p {
		font-size: 13px;
		font-weight: 600;
	}
	div.half_grid {
		float: left;
		width: 50%;
	}
	img.img_1 {
		height: 360px;
		width: 100%;
		margin: 25px 0;
	}
	img.img_2 {
		height: 310px;
		width: 100%;
		margin: 30px 0 0;
	}
	img.img_3 {
		height: 350px;
		width: 100%;
		margin: 25px 0 0;
	}
	img.img_13 {
		height: 340px;
		width: 100%;
	}
	.view_more {
		display: none;
		position: relative;
	}
	button.viewmore_btn {
		position: absolute;
		top: 295px;
		background: #e1c3ae;
		/* padding: 10px 50px; */
		height: 45px;
		width: 300px;
		border: 1px solid #fff;
		border-radius: 10px;
		color: #fff;
		transition: all 0.3s ease;
		z-index: 1;
	}
	.view_more button.viewmore_btn:hover {
		transition: all 0.3s ease-in-out;
		color: #e1c3ae;
		background: #fff;
		border: 1px solid #e1c3ae;
	}
	.button_wrapper {
		width: 100%;
		height: 115px;
	}
	.view_more_row {
		display: none;
	}
	.footer_sec .footer {
		display: none;
		width: 100%;
		height: 100px;
		border-top: 1px solid #ddd;
	}
	.footer_sec .footer p.footer_p {
		margin: 20px 0;
	}
}

/* mobile */
@media ( max-width :767px) {
	.body .main {
		position: relative;
	}
	.header_wrapper {
		position: fixed;
		width: 100%;
		top: 0;
		z-index: 2;
	}
	.header_wrapper .menu_top {
		position: relative;
		height: 55px;
		background: #e1c3ae;
	}
	.header_wrapper .menu_top p.top_p {
		text-align: center;
		color: #fff;
		font-size: 12px;
		letter-spacing: 1px;
		margin: 0;
		padding: 7px 0;
	}
	.header_wrapper .menu_top .menu_top_option {
		margin: 0;
		position: absolute;
		top: 30px;
		left: 15px;
		font-size: 12px;
		padding: 0;
		width: 320px;
	}
	.header_wrapper .menu_top .menu_top_option li {
		float: left;
		padding: 0 10px;
	}
	.header_wrapper .menu_top .menu_top_option li a {
		color: #fff;
		letter-spacing: 1.5px;
	}
	.header_wrapper .menu_top .menu_top_option li a i[aria-hidden="true"] {
		padding: 0 10px;
	}
	.header_wrapper .header_nav {
		height: 75px;
		background: #fff;
	}
	.header_nav a.header_button {
		position: absolute;
		right: 20px;
		top: 60px;
		height: 45px;
		width: 50px;
	}
	.header_nav a.header_button span.header:nth-child(1):before {
		content: "";
		background: #333;
		padding: 1px 15px;
		margin: 0 9px;
		position: absolute;
		top: 20px;
	}
	.header_nav a.header_button span.header:nth-child(2):before {
		content: "";
		background: #333;
		padding: 1px 8px;
		position: absolute;
		top: 30px;
		margin: 0 22px;
	}
	.header_nav a.header_button span.header:nth-child(3):before {
		content: "";
		background: #333;
		padding: 1px 15px;
		position: absolute;
		top: 40px;
		margin: 0 9px;
	}
	.body_wrapper {
		position: relative;
		padding: 165px 0 0;
	}
	.body_wrapper .body_h1 {
		font-size: 3.563rem;
		line-height: 4.25rem;
		letter-spacing: 2px;
		text-align: center;
		height: 115px;
		margin: 0 0 45px;
	}
	.body_wrapper .body_instruction {
		background: #f6f4f2;
		padding: 25px 0;
	}
	.body_instruction .body_row {
		margin: 0 !important;
	}
	.body_instruction .body_row .body_col {
		padding: 0 !important;
	}
	.body_wrapper .body_instruction p.instruction {
		font-size: 15px;
		font-weight: 550;
		margin: 15px auto;
		word-break: keep-all;
		width: 80%;
	}
	.body_wrapper .body_instruction p.instruction>a {
		color: #007bff;
		text-decoration: underline;
	}
	.introduce_container {
		margin: 50px auto;
		padding: 0 15px;
	}
	.introduce_row h2.introduce_1 {
		font-size: 18px;
		font-weight: 650;
	}
	.introduce_row h2.introduce_1>span.upload_date {
		display: block;
		width: 17%;
		padding: 5px 0;
		font-size: 13px;
		font-weight: 500;
	}
	.introduce_row p.introduce_1 {
		font-size: 18px;
		font-weight: 650;
	}
	.introduce_row p.introduce_1>span.upload_date {
		display: block;
		width: 17%;
		padding: 5px 0;
		font-size: 13px;
		font-weight: 500;
	}
	.introduce_row p.introduce_1_p {
		margin: 20px 0;
		word-break: keep-all;
	}
	.introduce_row .small_p {
		font-size: 12px;
		font-weight: 600;
	}
	.introduce_container .introduce_col {
		margin: 45px 0 0;
	}
	.img_grid {
		text-align: center;
	}
	img.img_1 {
		height: 165px;
		width: 100%;
		margin: 20px 0 75px;
	}
	img.img_2 {
		height: 178px;
		width: 100%;
		margin: 20px 0 75px
	}
	img.img_3 {
		height: 340px;
		width: 100%;
		margin: 0 0 75px;
	}
	img.img_13 {
		height: 210px;
		width: 100%;
	}
	.view_more {
		display: none;
		position: relative;
	}
	button.viewmore_btn {
		position: absolute;
		left: 54vw;
		top: 210px;
		background: #e1c3ae;
		/* padding: 10px 50px; */
		height: 40px;
		width: 150px;
		border: 1px solid #fff;
		border-radius: 10px;
		color: #fff;
		transition: all 0.3s ease;
		z-index: 1;
	}
	.view_more button.viewmore_btn:hover {
		transition: all 0.3s ease-in-out;
		color: #e1c3ae;
		background: #fff;
		border: 1px solid #e1c3ae;
	}
	.button_wrapper {
		width: 100%;
		height: 115px;
	}
	.footer_sec .footer {
		width: 100%;
		height: 100px;
		border-top: 1px solid #ddd;
	}
	.footer_sec .footer p.footer_p {
		margin: 20px 0;
		font-size: 12px;
	}
}

/* 아이폰  */
@media ( min-width :390px) and (max-width:415px) {
	.header_wrapper .menu_top .menu_top_option {
		margin: 0;
		position: absolute;
		top: 30px;
		left: 40px !important;
		font-size: 12px;
		padding: 0;
	}
	button.viewmore_btn {
		position: absolute;
		left: 57vw;
		top: 210px;
		background: #e1c3ae;
		/* padding: 10px 50px; */
		height: 40px;
		width: 150px;
		border: 1px solid #fff;
		border-radius: 10px;
		color: #fff;
		transition: all 0.3s ease;
		z-index: 1;
	}
}