/* fixoContent : 메인 */

.section-top {
	position: relative;
}
.video-top {
	padding: 0;
}
.video-top .video-wrap {
	position: relative;
	padding-bottom: 56.25%;
}
.video-top .video-wrap #player {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.video-top .video-wrap::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: transparent;
}

.section-top .popup-fit {
	position: absolute; top: 40px; right: 15%; z-index: 20;
}

#keyvisualMain {
	position: absolute; top: 0; left: 0; right: 0; bottom: 0; z-index: 20;
}
#keyvisualMain .slide {
	width: 100%; height: 100%;
	text-align: center;
	position: relative;
}
#keyvisualMain .slide .box-image {
	position: absolute; top: 0; left: 0; right: 0; bottom: 0;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
#keyvisualMain .slide .box-image img {
	display: none;
}
#keyvisualMain .slide .swiper-slide {
	display: flex; align-items: center;
}

#keyvisualMain .slide .box-text {
	position: relative;
}
#keyvisualMain .slide .box-text .inner {
	text-align: center;
}
#keyvisualMain .slide .box-text .inner .txt-top {
	margin: 0 0 40px;
}
#keyvisualMain .slide .box-text .inner h2 {
	margin: 0 0 30px;
	font-size: 5.2rem; letter-spacing: -.13rem; font-weight: 300;
}
#keyvisualMain .slide .box-text .inner h2 b {
	font-weight: 700;
}
#keyvisualMain .slide .box-text .inner h2 figure {
	display: inline-block;
	vertical-align: bottom;
}
#keyvisualMain .slide .box-text .inner .subscript {
	margin: 0 0 55px;
	font-size: 2.4rem; letter-spacing: -.06rem; font-weight: 300;
}
#keyvisualMain .slide .box-text .inner .btn-go {
	display: flex; align-items: center; justify-content: center;
	width: 290px; height: 56px;
	border: 10px solid #72542b;
	border-radius: 56px;
	margin: auto;
	font-size: 1.9rem; letter-spacing: -.047rem; font-weight: 300; color: #7e5c2f;
}
#keyvisualMain .slide .box-text .inner .btn-go b {
	font-weight: 700;
}
#keyvisualMain .slide .box-text .inner.color-w, 
#keyvisualMain .slide .box-text .inner.color-w .btn-go {
	color: #fff;
}
#keyvisualMain .slide .popp {
	position: absolute; top: 45px; left: 50%; z-index: 10;
	width: 100%; max-width: 1200px;
	transform: translateX(-50%);
	text-align: right;
}
#keyvisualMain .slide .arrow-wrap {
	position: absolute; top: 50%; left: 50%; z-index: 20;
	width: 100%; max-width: 1400px;
	transform: translate(-50%, -50%);
}
#keyvisualMain .slide .arrow {
	position: absolute; top: 50%; z-index: 20;
	width: 80px; height: 80px;
	font-size: 0;
}
#keyvisualMain .slide .arrow-prev {
	left: 0;
	background-image: url('../_images/keyvisual_prev.png');
}
#keyvisualMain .slide .arrow-next {
	right: 0;
	background-image: url('../_images/keyvisual_next.png');
}
@media (max-width: 1279px) {
	.section-top {
		margin: 97px 0 0 0;
	}
	#keyvisualMain .slide .arrow-wrap {
		display: none;
	}
	#keyvisualMain .slide .box-text .inner .txt-top {
		margin: 0 0 20px;
	}
	#keyvisualMain .slide .box-text .inner .txt-top img {
		width: 70px;
	}
	#keyvisualMain .slide .box-text .inner h2 {
		margin: 0 0 15px;
		font-size: 3rem;
	}
	#keyvisualMain .slide .box-text .inner h2 figure img {
		width: 50px;
	}
	#keyvisualMain .slide .box-text .inner .subscript {
		margin: 0 0 30px;
		font-size: 1.6rem;
	}
	#keyvisualMain .slide .box-text .inner .btn-go {
		width: 200px; height: 40px;
		border-width: 4px;
		font-size: 1.6rem;
	}
	#keyvisualMain .slide .popp {
		top: 70px;
	}
	#keyvisualMain .slide .popp img {
		width: 80px;
		margin: 0 10px 0 0;
	}

	.section-top .popup-fit {
		top: 40px; right: 40px;
	}
	.section-top .popup-fit img {
		width: 200px;
	}
}
@media (max-width: 719px) {
	.video-top .video-wrap {
		padding-bottom: 140%;
	}
	.video-top .video-wrap #player {
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		width: 250%;
	}

	.section-top .popup-fit {
		top: 10px; right: 10px;
	}
	.section-top .popup-fit img {
		width: 100px;
	}

	#keyvisualMain .slide .box-text .inner .txt-top img {
		width: 50px;
	}
	#keyvisualMain .slide .box-text .inner h2 {
		margin: 0 0 10px;
		font-size: 2.6rem;
	}
	#keyvisualMain .slide .box-text .inner h2 figure img {
		width: 40px;
	}
	#keyvisualMain .slide .box-text .inner .subscript {
		margin: 0 0 15px;
		font-size: 1.4rem;
	}
	#keyvisualMain .slide .box-text .inner .btn-go {
		width: 160px; height: 35px;
		border-width: 2px;
		font-size: 1.4rem;
	}
	#keyvisualMain .slide .popp {
		top: 20px;
	}
	#keyvisualMain .slide .popp img {
		width: 60px;
		margin: 0 10px 0 0;
	}
}

.cmn-tit {
	text-align: center;
}
.cmn-tit figure {
	margin: 0 0 40px;
}
.cmn-tit h2 {
	font-size: 4.1rem; letter-spacing: -.205rem; font-weight: 300;
}
.cmn-tit h2 b {
	font-weight: 700;
}
.cmn-tit .desc {
	padding: 30px 0 0 0;
	font-size: 1.9rem; line-height: 1.4; letter-spacing: -.047rem; font-weight: 300;
}
.cmn-tit .desc b {
	font-weight: 700;
}
.cmn-tit.color-w {
	color: #fff;
}
@media (max-width: 1279px) {

}
@media (max-width: 719px) {
	.cmn-tit figure {
		margin: 0 0 20px;
	}
	.cmn-tit figure img {
		width: 70px;
	}
	.cmn-tit h2 {
		font-size: 3rem;
	}
	.cmn-tit .desc {
		padding: 15px 0 0 0;
		font-size: 1.5rem;
	}
}

#section01 .item-wrap {
	display: flex;
}
#section01 .item-wrap .item {
	width: 25%;
	padding: 190px 0;
	background-size: cover;
}
#section01 .item-wrap .item .inner {
	padding: 0 15%;
	color: #fff;
}
#section01 .item-wrap .item figure {
	margin: 0 0 20px -20px;
}
#section01 .item-wrap .item h2 {
	margin: 0 0 20px;
	font-size: 2.77rem; letter-spacing: -.069rem;
}
#section01 .item-wrap .item p {
	font-size: 1.73rem; line-height: 1.4; letter-spacing: -.043rem;
}
#section01 .item-wrap .item01 {
	background-image: url('../_images/se01_bg01.jpg');
}
#section01 .item-wrap .item02 {
	background-image: url('../_images/se01_bg02.jpg');
}
#section01 .item-wrap .item03 {
	background-image: url('../_images/se01_bg03.jpg');
}
#section01 .item-wrap .item04 {
	background-image: url('../_images/se01_bg04.jpg');
}
@media (max-width: 1279px) {

}
@media (max-width: 719px) {
	#section01 .item-wrap {
		flex-wrap: wrap;
	}
	#section01 .item-wrap .item {
		width: 50%;
		padding: 50px 0;
	}
	#section01 .item-wrap .item figure img {
		width: 50px;
	}
	#section01 .item-wrap .item h2 {
		font-size: 2.2rem;
	}
	#section01 .item-wrap .item p {
		font-size: 1.6rem;
	}
	#section01 .item-wrap .item p br {
		display: none;
	}
}

#section02 {
	padding: 170px 0 140px;
}
#section02 .item-wrap {
	display: flex;
	margin: 90px -10px 0;
}
#section02 .item-wrap .item {
	width: 33.33%;
	padding: 0 10px;
	box-sizing: border-box;
}
#section02 .item-wrap .item .info {
	position: relative; z-index: 2;
	padding: 50px 0 0 50px; margin: -84px 0 0 70px;
	background-color: #fff;
}
#section02 .item-wrap .item .info .num {
	display: flex; align-items: center; justify-content: center;
	width: 48px; height: 48px;
	padding: 4px 0 0 0; margin: 0 0 15px;
	background-color: #7e5c2f;
	box-sizing: border-box;
	font-size: 1.4rem; font-weight: 700; color: #fff;
}
#section02 .item-wrap .item .info h3 {
	margin: 0 0 10px;
	font-size: 2.77rem; letter-spacing: -.069rem; font-weight: 500;
}
#section02 .item-wrap .item .info h3 b {
	font-weight: 700;
}
#section02 .item-wrap .item .info p {
	font-size: 1.73rem; line-height: 1.4; letter-spacing: -.043rem; color: #4f4f4f;
}
@media (max-width: 1279px) {
	#section02 .item-wrap .item .info {
		padding: 30px 0 0 20px; margin: 0;
	}
}
@media (max-width: 719px) {
	#section02 .item-wrap {
		flex-wrap: wrap;
	}
	#section02 .item-wrap .item {
		width: 100%;
	}
	#section02 .item-wrap .item .info {
		padding: 10px 0 0 10px; margin: 0 0 20px;
	}
}

#section03 {
	background: url('../_images/se03_bg.jpg') no-repeat center;
	background-size: cover;
	background-attachment: fixed;
}
#section03 .box-wrap {
	display: flex;
}
#section03 .box-wrap .info {
	width: 60%;
	padding: 275px 0 160px;
}
#section03 .box-wrap .info .info-top {
	display: flex; align-items: center;
	margin: 0 0 30px;
}
#section03 .box-wrap .info .info-top .pf {
	display: flex; align-items: center; justify-content: center;
	height: 48px;
	padding: 2px 20px 0; margin: 0 25px 0 0;
	border-radius: 48px;
	background-color: #7e5c2f;
	box-sizing: border-box;
	font-size: 1.73rem; line-height: 1.4; letter-spacing: -.043rem; font-weight: 500; color: #fff;
}
#section03 .box-wrap .info .info-top .pf b {
	font-weight: 700;
}
#section03 .box-wrap .info .info-top .name {
	padding: 6px 0 0 0;
	font-size: 3.3rem; letter-spacing: -.165rem; font-weight: 700;
}
#section03 .box-wrap .info .list {
	font-size: 1.73rem; line-height: 1.8; letter-spacing: -.043rem;
}
#section03 .box-wrap .img {
	align-self: flex-end;
}
@media (max-width: 1279px) {
	#section03 .box-wrap {
		flex-wrap: wrap;
	}
	#section03 .box-wrap .info {
		width: 100%;
		padding: 100px 0 50px;
	}
	#section03 .box-wrap .img {
		width: 100%;
		text-align: center;
	}
	#section03 .box-wrap .img img {
		max-width: 400px;
	}
}
@media (max-width: 719px) {
	#section03 .box-wrap .img img {
		max-width: 300px;
	}
}

#section031 {
	background: url('../_images/se03_bg1.jpg') no-repeat center;
	background-size: cover;
	background-attachment: fixed;
}
#section031 .box-wrap {
	display: flex;
	flex-direction:row-reverse;
}
#section031 .box-wrap .info {
	width: 60%;
	padding: 275px 0 160px;
	position:relative;
	left:160px;
}
#section031 .box-wrap .info .info-top {
	display: flex; align-items: center;
	margin: 0 0 30px;
}
#section031 .box-wrap .info .info-top .pf {
	display: flex; align-items: center; justify-content: center;
	height: 48px;
	padding: 2px 20px 0; margin: 0 25px 0 0;
	border-radius: 48px;
	background-color: #7e5c2f;
	box-sizing: border-box;
	font-size: 1.73rem; line-height: 1.4; letter-spacing: -.043rem; font-weight: 500; color: #fff;
}
#section031 .box-wrap .info .info-top .pf b {
	font-weight: 700;
}
#section031 .box-wrap .info .info-top .name {
	padding: 6px 0 0 0;
	font-size: 3.3rem; letter-spacing: -.165rem; font-weight: 700;
}
#section031 .box-wrap .info .list {
	font-size: 1.73rem; line-height: 1.8; letter-spacing: -.043rem;
}
#section031 .box-wrap .img {
	align-self: flex-end;
}
@media (max-width: 1279px) {
	#section031 .box-wrap {
		flex-wrap: wrap;
	}
	#section031 .box-wrap .info {
		width: 100%;
		padding: 100px 0 50px;
	}
	#section031 .box-wrap .img {
		width: 100%;
		text-align: center;
	}
	#section031 .box-wrap .img img {
		max-width: 400px;
	}
	#section031 .box-wrap .info {
		left:unset;
	}
}
@media (max-width: 719px) {
	#section031 .box-wrap .img img {
		max-width: 300px;
	}
}

#section04 {
	padding: 180px 0 130px;
}
#section04 .tab-wrap {
	margin: 70px 0 0 0;
}
#section04 .tab-wrap .menu-wrap {
	position: relative; z-index: 10;
	display: flex; justify-content: center;
	margin: 0 -6px -34px;
}
#section04 .tab-wrap .menu-wrap .item {
	padding: 0 6px;
	width: 100%; max-width: 290px;
}
#section04 .tab-wrap .menu-wrap .item a {
	display: flex; align-items: center; justify-content: center;
	height: 68px;
	border-radius: 68px;
	border: 4px solid #7e5c2f;
	padding: 4px 0 0 0;
	background-color: #fff;
	box-sizing: border-box;
	font-size: 2.1rem; letter-spacing: -.052rem; font-weight: 500; color: #7e5c2f;
}
#section04 .tab-wrap .menu-wrap .item a b {
	font-weight: 700;
}
#section04 .tab-wrap .content-wrap .content {
	display: none;
}
#section04 .tab-wrap .content-wrap .content.active {
	display: block;
}
#section04 .tab-wrap .content-wrap .section01 {
	background-color: #f5f5f5;
}
#section04 .tab-wrap .content-wrap .section01 .se-box {
	display: flex; align-items: center;
}
#section04 .tab-wrap .content-wrap .section01 .se-left {
	width: 50%;
	padding: 50px 0;
	text-align: center;
}
#section04 .tab-wrap .content-wrap .section01 .se-left .cont h3 {
	margin: 0 0 35px;
	font-size: 3.8rem; letter-spacing: -.503rem; font-weight: 300;
}
#section04 .tab-wrap .content-wrap .section01 .se-left .cont h3 b {
	font-weight: 700;
}
#section04 .tab-wrap .content-wrap .section01 .se-left .cont p {
	font-size: 1.9rem; line-height: 1.4; letter-spacing: -.047rem; font-weight: 300;
}
#section04 .tab-wrap .content-wrap .section01 .se-right {
	align-self: flex-end;
	width: 50%;
	padding: 100px 0 0 0;
}
#section04 .tab-wrap .content-wrap .section02 {
	display: flex; justify-content: center;
	margin: -68px 0 55px;
}
#section04 .tab-wrap .content-wrap .section02 .item {
	padding: 0 60px;
	width: 100%; max-width: 620px;	
}
#section04 .tab-wrap .content-wrap .section02 .item .inner {
	background-color: #fff;
}
#section04 .tab-wrap .content-wrap .section02 .item-top {
	display: flex; align-items: center;
	margin: 0 0 25px;
}
#section04 .tab-wrap .content-wrap .section02 .item-top .num {
	display: flex; align-items: center; justify-content: center;
	width: 64px; height: 68px;
	border-radius: 0 6px 6px 0;
	padding: 2px 0 0 0; margin: 0 25px 0 0;
	box-sizing: border-box;
	background-color: #7e5c2f;
	font-size: 2rem; letter-spacing: -.05rem; font-weight: 700; color: #fff;
}
#section04 .tab-wrap .content-wrap .section02 .item-top .tit {
	font-size: 2rem; letter-spacing: -.05rem; font-weight: 500; color: #7e5c2f;
}
#section04 .tab-wrap .content-wrap .section02 .item-top .tit b {
	font-weight: 700;
}
#section04 .tab-wrap .content-wrap .section02 .item-bt {
	margin: 0 0 0 90px;
	font-size: 1.73rem; line-height: 1.6; letter-spacing: -.043rem;
}
#section04 .tab-wrap .content-wrap .section03 {
	display: flex; justify-content: center;
}
#section04 .tab-wrap .content-wrap .section03 .item {
	position: relative;
	display: flex; align-items: center; justify-content: center;
	width: 25%;
	max-width: 398px;
	background-color: #7e5c2f;
	border-radius: 50%;
	margin: 0 -10px;
	text-align: center;
}
#section04 .tab-wrap .content-wrap .section03 .item:nth-child(2):before, 
#section04 .tab-wrap .content-wrap .section03 .item:nth-child(3):before {
	content: '+';
	position: absolute; top: 50%; right: -2px; z-index: 2;
	transform: translateY(-50%);
	font-size: 3.1rem; font-weight: 900; color: #fff;
}
#section04 .tab-wrap .content-wrap .section03 .item:after {
	content: '';
	display: block;
	padding-bottom: 100%;
}
#section04 .tab-wrap .content-wrap .section03 .item h3 {
	margin: 0 0 15px;
	font-size: 2.34rem; letter-spacing: -.058rem; font-weight: 500; color: #7e5c2f;
}
#section04 .tab-wrap .content-wrap .section03 .item h3 b {
	font-weight: 700;
}
#section04 .tab-wrap .content-wrap .section03 .item h4 {
	margin: 5px 0 5px;
	font-size: 2.17rem; letter-spacing: -.054rem; font-weight: 500; color: #fff;
}
#section04 .tab-wrap .content-wrap .section03 .item p {
	font-size: 1.67rem; letter-spacing: -.041rem; color: #fff;
}
#section04 .tab-wrap .content-wrap .section03 .item:first-child {
	background-color: #fbf5ee;
}
#section04 .tab-wrap .content-wrap .section03 .item:first-child p {
	color: #404040;
}
@media (max-width: 1279px) {
	#section04 .tab-wrap .content-wrap .section01 .se-box {
		flex-wrap: wrap;
	}
	#section04 .tab-wrap .content-wrap .section01 .se-left {
		width: 100%;
		padding: 100px 0 0;
	}
	#section04 .tab-wrap .content-wrap .section01 .se-right {
		width: 100%;
		padding: 50px 0 0 0;
		text-align: center;
	}
	#section04 .tab-wrap .content-wrap .section01 .se-right img {
		max-width: 400px;
	}
	#section04 .tab-wrap .content-wrap .section02 {
		flex-wrap: wrap;
	}
	#section04 .tab-wrap .content-wrap .section02 .item {
		width: 100%;
		padding: 0 20px; margin: 0 0 40px;
	}
	#section04 .tab-wrap .content-wrap .section03 {
		flex-wrap: wrap;
		max-width: 600px;
		margin: auto;
	}
	#section04 .tab-wrap .content-wrap .section03 .item {
		width: 50%;
	}
}
@media (max-width: 719px) {
	#section04 {
		padding: 90px 0;
	}
	#section04 .tab-wrap .menu-wrap .item a {
		height: 50px;
		border-width: 4px;
		font-size: 1.6rem;
	}
	#section04 .tab-wrap .content-wrap .section01 .se-right img {
		max-width: 300px;
	}
	#section04 .tab-wrap .content-wrap .section02 .item {
		padding: 0;
	}
	#section04 .tab-wrap .content-wrap .section02 .item-top {
		margin: 0 0 10px;
	}
	#section04 .tab-wrap .content-wrap .section02 .item-top .num {
		width: 50px; height: 50px;
		margin: 0 15px 0 0;
	}
	#section04 .tab-wrap .content-wrap .section02 .item-bt {
		margin: 0 0 0 60px;
	}
	#section04 .tab-wrap .content-wrap .section03 .item {
		margin: 0 -5px;
	}
	#section04 .tab-wrap .content-wrap .section03 .item img {
		max-width: 50px;
	}
	#section04 .tab-wrap .content-wrap .section03 .item h3 {
		margin: 0 0 10px;
		font-size: 2rem;
	}
	#section04 .tab-wrap .content-wrap .section03 .item p {
		padding: 0 10px;
		font-size: 1.5rem;
	}
	#section04 .tab-wrap .content-wrap .section03 .item p br {
		display: none;
	}
}

#section05 {
	background-color: #7d1e1e;
}
#section05 .box-wrap .box-right {
	align-self: flex-end;
}
#section05 .box-wrap .box-right figure {
	margin: -70px 0 0 0;
}

.cmn-section.box-wrap {
	display: flex;
}
.cmn-section.box-wrap .box-left {
	width: 46%;
	padding: 150px 0;
	text-align: right;
	white-space: nowrap;
}
.cmn-section.box-wrap .box-left .info {
	text-align: center;
	color: #fff;
}
.cmn-section.box-wrap .box-left .info .txt-top {
	margin: 0 0 10px;
	font-size: 4.5rem; letter-spacing: -.225rem;
}
.cmn-section.box-wrap .box-left .info h3 {
	margin: 0 0 10px;
	font-size: 4.1rem; font-weight: 300;
}
.cmn-section.box-wrap .box-left .info h3 b {
	font-weight: 700;
}
.cmn-section.box-wrap .box-left .info p {
	font-size: 1.9rem; line-height: 1.4; letter-spacing: -.047rem;
}
.cmn-section.box-wrap .box-left .info p b {
	font-weight: 700;
}
.cmn-section.box-wrap .box-left .info p.pd {
	margin: 0 0 75px;
}
.cmn-section.box-wrap .box-left .info a {
	display: inline-block;
	padding: 22px 25px 18px; margin: 35px 0 0 0;
	background-color: #fff;
	border-radius: 64px;
	font-size: 2.4rem; letter-spacing: -.12rem; font-weight: 300; color: #111;
}
.cmn-section.box-wrap .box-left .info a b {
	font-weight: 700;
}
.cmn-section.box-wrap .box-right {
	width: 54%;
}
@media (max-width: 1279px) {
	#section05 .box-wrap .box-right figure {
		margin: 0;
		text-align: center;
	}
	#section05 .box-wrap .box-right figure img {
		max-width: 400px;
	}

	.cmn-section.box-wrap {
		flex-wrap: wrap;
	}
	.cmn-section.box-wrap .box-left {
		width: 100%;
		padding: 100px 0 50px;
		white-space: normal;
	}
	.cmn-section.box-wrap .box-right {
		width: 100%;
	}
}
@media (max-width: 719px) {
	#section05 .box-wrap .box-right figure img {
		max-width: 300px;
	}

	.cmn-section.box-wrap .box-left .info .txt-top {
		font-size: 3.5rem;
	}
	.cmn-section.box-wrap .box-left .info h3 {
		font-size: 3rem;
	}
	.cmn-section.box-wrap .box-left .info p {
		font-size: 1.5rem;
	}
	.cmn-section.box-wrap .box-left .info p.pd {
		margin: 0 0 45px;
	}
	.cmn-section.box-wrap .box-left .info a {
		font-size: 2rem;
	}
}

#section06 {
	padding: 120px 0 90px;
	background: url('../_images/se06_bg.jpg') no-repeat center;
	background-size: cover;
	background-attachment: fixed;
}
#section06 .title-wrap {
	text-align: center;
	color: #fff;
}
#section06 .title-wrap .tit {
	margin: 0 0 25px;
	font-size: 4.16rem; letter-spacing: -.208rem; font-weight: 300;
}
#section06 .title-wrap .tit b {
	font-weight: 700;
}
#section06 .title-wrap .desc {
	font-size: 2.6rem; letter-spacing: -.065rem; font-weight: 300;
}
#section06 .title-wrap .desc b {
	font-weight: 700;
}
#section06 .title-wrap .desc p {
	margin: 10px 0 40px;
	font-size: 1.9rem; letter-spacing: -.047rem;
}
#section06 .item-wrap {
	display: flex;
}
#section06 .item-wrap .item {
	position: relative;
	width: 25%;
	padding: 35px 0;
	text-align: center;
}
#section06 .item-wrap .item:not(:last-child):after {
	content: '';
	position: absolute; top: 0; right: 0; bottom: 0;
	width: 17px;
	background: url('../_images/se06_arrow.png') no-repeat right center;
}
#section06 .item-wrap .item .circle {
	display: flex; flex-direction: column; align-items: center; justify-content: center;
	width: 86px; height: 86px;
	background-color: #fff;
	border-radius: 50%;
	margin: 0 auto 30px;
	font-size: 1.3rem; letter-spacing: -.065rem; color: #311f14;
}
#section06 .item-wrap .item .circle b {
	font-size: 2rem; letter-spacing: -.1rem; font-weight: 700;
}
#section06 .item-wrap .item h3 {
	margin: 0 0 15px;
	font-size: 2rem; letter-spacing: -.1rem; font-weight: 500; color: #fff;
}
#section06 .item-wrap .item p {
	font-size: 1.9rem; line-height: 1.4; letter-spacing: -.047rem; font-weight: 300; color: #fff;
}
@media (max-width: 1279px) {
	#section06 .item-wrap {
		flex-wrap: wrap;
		max-width: 600px;
		margin: auto;
	}
	#section06 .item-wrap .item {
		width: 50%;
		padding: 0;
	}
	#section06 .item-wrap .item .circle {
		margin: 10px auto;
	}
}
@media (max-width: 719px) {
	#section06 .title-wrap .tit {
		font-size: 3rem;
	}
	#section06 .title-wrap .desc {
		font-size: 2.2rem;
	}
	#section06 .title-wrap .desc p {
		font-size: 1.6rem;
	}
	#section06 .item-wrap .item h3 {
		padding: 0 14px; margin: 0 0 5px;
		font-size: 1.8rem;
	}
	#section06 .item-wrap .item h3 br {
		display: none;
	}
	#section06 .item-wrap .item p {
		padding: 0 14px;
		font-size: 1.4rem;
	}
	#section06 .item-wrap .item p br {
		display: none;
	}
	#section06 .item-wrap .item:not(:last-child):after {
		width: 10px;
		background-size: 100% auto;
	}
}

#section07 {
	padding: 200px 0;
}
#section07 .item-wrap {
	display: flex;
	margin: 90px -8px 0;
}
#section07 .item-wrap .item {
	width: 33.33%;
	padding: 0 8px;
	box-sizing: border-box;
}
#section07 .item-wrap .item .inner {
	display: flex; flex-direction: column; justify-content: space-between;
	border-top: 1px solid #7e5c2f;
	height: 100%;
	box-sizing: border-box;
	background-color: #fbfbfb;
}
#section07 .item-wrap .item-top {
	padding: 70px 50px 90px;
}
#section07 .item-wrap .item-top .num {
	margin: 0 0 20px;
	font-size: 1.46rem; font-weight: 700; color: #7e5c2f;
}
#section07 .item-wrap .item-top .tit {
	margin: 0 0 20px;
	font-size: 2.56rem; font-weight: 700; color: #7e5c2f;
}
#section07 .item-wrap .item-top .desc {
	margin: 0 0 60px;
	text-align: justify;
	word-break: break-all;
	font-size: 1.7rem; line-height: 1.4; font-weight: 300;
}
#section07 .item-wrap .item-top ul {
	display: flex;
}
#section07 .item-wrap .item-top ul li {
	position: relative;
	width: 25%;
	box-sizing: border-box;
	text-align: center;
}
#section07 .item-wrap .item-top ul li:not(:last-child):after {
	content: '';
	position: absolute; top: 0; right: 0; bottom: 0;
	width: 1px;
	background-color: #cbcbcb;
}
#section07 .item-wrap .item-top ul li figure img {
	margin: 0 0 10px;
}
#section07 .item-wrap .item-top ul li figcaption {
	font-size: 1.33rem; color: #4f4f4f;
}
@media (max-width: 1279px) {
	#section07 .item-wrap {
		flex-wrap: wrap;
	}
	#section07 .item-wrap .item {
		width: 100%;
	}
	#section07 .item-wrap .item-bt img {
		width: 100%;
	}
}
@media (max-width: 719px) {
	#section07 {
		padding: 100px 0;
	}
	#section07 .item-wrap .item-top {
		padding: 40px 20px;
	}
	#section07 .item-wrap .item-top .desc {
		margin: 0 0 30px;
	}
	#section07 .item-wrap .item-top ul li figure img {
		width: 30px;
	}
}

#section08 {
	border: 130px solid #7e5c2f;
	padding: 170px 0 0 0;
}
#section08 .section01 {
	margin: 65px 0 0;
}
#section08 .section01 ul {
	display: flex;
	margin: 0 0 25px;
}
#section08 .section01 ul li {
	position: relative;
	width: 25%;
	padding: 20px 0;
	box-sizing: border-box;
	text-align: center;
}
#section08 .section01 ul li:not(:last-child):after {
	content: '';
	position: absolute; top: 0; right: 0; bottom: 0;
	width: 1px;
	background-color: #c3baae;
}
#section08 .section01 ul li figure img {
	margin: 0 0 30px;
}
#section08 .section01 ul li figcaption h3 {
	margin: 0 0 10px;
	font-size: 2.48rem; letter-spacing: -.062rem; font-weight: 500; color: #7e5c2f;
}
#section08 .section01 ul li figcaption {
	font-size: 1.86rem; line-height: 1.4; font-weight: 500;  color: #7d7d7d;
}
#section08 .section01 .box-wrap {
	display: flex; align-items: center; justify-content: center;
}
#section08 .section01 .box-wrap .box-left {
}
#section08 .section01 .box-wrap .box-left figure {
	position: relative; bottom: -50px; left: -60px;
}
#section08 .section01 .box-wrap .box-right {
	position: relative; z-index: 2;
	padding: 70px 0;
	text-align: center;
}
#section08 .section01 .box-wrap .box-right .txt-top {
	font-size: 2.43rem; letter-spacing: -.121rem; font-weight: 500; color: #7e5c2f;
}
#section08 .section01 .box-wrap .box-right .txt-top b {
	font-weight: 700;
}
#section08 .section01 .box-wrap .box-right .txt-top .bg {
	background-color: #f7f4f0;
}
#section08 .section01 .box-wrap .box-right .item-wrap {
	display: flex;
	margin: 30px -70px 0;
}
#section08 .section01 .box-wrap .box-right .item-wrap .item {
	width: 50%;
	margin: 0 -10px;
}
#section08 .section01 .box-wrap .box-right .item-wrap .item-top {
	display: flex; flex-direction: column; align-items: center; justify-content: center;
	height: 120px;
	margin: 0 0 30px;
	border-radius: 120px;
	font-size: 2rem; letter-spacing: -.12rem; font-weight: 500;
}
#section08 .section01 .box-wrap .box-right .item-wrap .item-top b {
	font-weight: 700;
}
#section08 .section01 .box-wrap .box-right .item-wrap .item:nth-child(1) .item-top {
	background-color: #f7f4f0;
	color: #7e5c2f;
}
#section08 .section01 .box-wrap .box-right .item-wrap .item:nth-child(2) .item-top {
	background-color: #7e5c2f;
	color: #fff;
}
#section08 .section01 .box-wrap .box-right .item-wrap .item-bt {
	font-size: 1.7rem; line-height: 1.4; font-weight: 300;
}
#section08 .section02 {
	background-color: #fbfbfb;
}
#section08 .section02 .se-inner {
	max-width: 1460px;
	padding: 130px 0; margin: auto;
	border-top: 1px solid #7e5c2f;
}
#section08 .section02 h4 {
	margin: 0 0 10px;
	text-align: center;
	font-size: 3.1rem; letter-spacing: -.077rem; font-weight: 300;
}
#section08 .section02 h4 b {
	font-weight: 700;
}
#section08 .section02 .desc {
	margin: 0 0 55px;
	text-align: center;
	font-size: 1.9rem; letter-spacing: -.047rem; font-weight: 300;
}
#section08 .section02 .item-wrap {
	display: flex; flex-wrap: wrap;
}
#section08 .section02 .item-wrap .item {
	width: 50%;
	padding: 0 60px 50px;
	box-sizing: border-box;
}
#section08 .section02 .item-wrap .item .inner {
	
}
#section08 .section02 .item-wrap .item .tit {
	display: flex;
	background-color: #fff;
}
#section08 .section02 .item-wrap .item .tit .num {
	display: flex; align-items: center; justify-content: center;
	width: 64px; height: 70px;
	border-radius: 0 5px 5px 0;
	margin: 0 25px 0 0;
	background-color: #7e5c2f;
	font-size: 2rem; letter-spacing: -.05rem; font-weight: 500; color: #fff;
}
#section08 .section02 .item-wrap .item .tit .txt {
	display: flex; align-items: center;
	font-size: 2rem; letter-spacing: -.05rem; font-weight: 500; color: #7e5c2f;
}
#section08 .section02 .item-wrap .item .cont-txt {
	margin: 25px 0 0 90px;
	font-size: 1.7rem; line-height: 1.4; letter-spacing: -.042rem;
}
@media (max-width: 1279px) {
	#section08 {
		border-width: 50px;
	}
	#section08 .section01 .box-wrap {
		flex-wrap: wrap;
	}
	#section08 .section01 .box-wrap .box-left {
		width: 100%;
	}
	#section08 .section01 .box-wrap .box-left figure {
		left: 0; bottom: 0;
		text-align: center;
	}
	#section08 .section01 .box-wrap .box-left figure img {
		max-width: 300px;
	}
	#section08 .section01 .box-wrap .box-right {
		width: 100%;
	}
	#section08 .section01 .box-wrap .box-right .item-wrap {
		margin: 30px -40px 0 0;
	}
	#section08 .section02 .item-wrap .item {
		width: 100%;
	}
}
@media (max-width: 719px) {
	#section08 {
		border-width: 20px;
		padding: 100px 0 0 0;
	}
	#section08 .section01 ul {
		flex-wrap: wrap;
	}
	#section08 .section01 ul li {
		width: 50%;
	}
	#section08 .section01 ul li figure img {
		max-width: 50px;
		margin: 0 0 10px;
	}
	#section08 .section01 ul li figcaption {
		font-size: 1.6rem;
	}
	#section08 .section01 ul li figcaption h3 {
		font-size: 2.2rem;
	}
	#section08 .section01 ul li:nth-child(2)::after {
		display: none;
	}
	#section08 .section01 .box-wrap .box-left figure img {
		max-width: 220px;
	}
	#section08 .section01 .box-wrap .box-right .txt-top {
		font-size: 2rem;
	}
	#section08 .section01 .box-wrap .box-right .item-wrap {
		padding: 0 10px;
	}
	#section08 .section01 .box-wrap .box-right .item-wrap .item-top {
		height: 90px;
		padding: 0 10px;
		font-size: 1.6rem;
	}
	#section08 .section01 .box-wrap .box-right .item-wrap .item-bt {
		padding: 0 10px;
		font-size: 1.5rem;
	}
	#section08 .section02 .se-inner {
		padding: 60px 0;
	}
	#section08 .section02 .item-wrap .item {
		padding: 0 10px 40px;
	}
	#section08 .section02 .item-wrap .item .tit .num {
		width: 50px; height: 50px;
		margin: 0 15px 0 0;
	}
	#section08 .section02 .item-wrap .item .cont-txt {
		margin: 10px 0 0 60px;
	}
}

#section09 {
	background-color: #030b28;
}
#section09 .box-wrap .box-right figure {
	margin: -20px 0 0 0;
}
@media (max-width: 1279px) {
	#section09 .box-wrap .box-right figure {
		margin: 0 0 40px;
		text-align: center;
	}
	#section09 .box-wrap .box-right figure img {
		max-width: 400px;
	}
}
@media (max-width: 719px) {
	#section09 .box-wrap .box-right figure img {
		max-width: 200px;
	}
}

#section10 {
	padding: 210px 0 150px;
}
#section10 .item-wrap {
	display: flex; flex-wrap: wrap;
	margin: 90px -12px 0;
}
#section10 .item-wrap .item {
	width: 33.33%;
	padding: 0 12px 24px;
	box-sizing: border-box;
}
#section10 .item-wrap .item .inner {
	padding: 25px 25px 40px;
	height: 100%;
	box-sizing: border-box;
	background-color: #f5f5f5;
}
#section10 .item-wrap .item figure {
	position: relative;
	margin: 0 0 35px;
}
#section10 .item-wrap .item figcaption {
	position: absolute; right: -25px; bottom: 25px;
	display: flex; align-items: center; justify-content: flex-end;
	width: 104px; height: 104px;
	padding: 0 10px 0 0;
	box-sizing: border-box;
	background-color: #7d1e1e;
	text-align: right;
	font-size: 1.5rem; letter-spacing: -.03rem; font-weight: 500; color: #fff;
}
#section10 .item-wrap .item figcaption b {
}
#section10 .item-wrap .item h3 {
	margin: 0 0 10px;
	font-size: 2rem; letter-spacing: -.05;
}
#section10 .item-wrap .item p {
	text-align: justify;
	word-break: break-all;
	font-size: 1.5rem; line-height: 1.4;
}
@media (max-width: 1279px) {
	#section10 .item-wrap .item {
		padding: 0 5px 10px;
	}
	#section10 .item-wrap .item .inner {
		padding: 15px 15px 40px;
	}
	#section10 .item-wrap .item figure img {
		width: 100%;
	}

}
@media (max-width: 719px) {
	#section10 {
		padding: 90px 0;
	}
	#section10 .item-wrap {
		margin: 40px 0 0;
	}
	#section10 .item-wrap .item {
		width: 50%;
	}
	#section10 .item-wrap .item .inner {
		padding: 10px 10px 20px;
	}
	#section10 .item-wrap .item figcaption {
		bottom: 10px; right: -10px;
		width: 100px; height: 60px;
	}
	#section10 .item-wrap .item h3 {
		font-size: 1.6rem;
	}
	#section10 .item-wrap .item p {
		font-size: 1.4rem;
	}
}

#section11 {
	padding: 210px 0 170px;
	background: url('../_images/se11_bg.jpg') no-repeat center;
	background-size: cover;
}
#section11 .slide-wrap {
	position: relative;
	margin: 70px auto 0;
	max-width: 1176px;
}
#section11 .img-btn {
	padding: 20px 0 0; margin: 0 auto;
	font-size: 0;
}
#section11 .img-btn ul {
	margin: 0 -1px;
}
#section11 .img-btn li {
	display: inline-block;
	vertical-align: top;
	width: 20%;
	box-sizing: border-box;
	padding: 0 1px 2px;
}
#section11 .img-btn li img {
	cursor: pointer;
}
#gallery {
	text-align: center;
	position: relative;
	max-width: 1382px;
}
#gallery .arrow {
	position: absolute; top: 50%; z-index: 40;
	width: 100px; height: 100px;
	margin-top: -50px;
	font-size: 0; line-height: 0;
	cursor: pointer;
}
#gallery .arrow-prev {
	left: -150px;
	background: url('../_images/se11_btn_prev.png') no-repeat center;
}
#gallery .arrow-next {
	right: -150px;
	background: url('../_images/se11_btn_next.png') no-repeat center;
}
@media (max-width: 1279px) {
	#section11 .slide-wrap {
		margin-top: 100px;
	}
}
@media (max-width: 719px) {
	#section11 {
		padding: 60px 0;
	}
	#section11 .slide-wrap {
		margin-top: 50px;
	}
	#section11 .img-btn ul {
		margin: 0 -2px;
	}
	#section11 .img-btn li {
		padding: 0 2px 4px;
	}
}

#section12 .section-wrap {
	display: flex; align-items: center;
	padding: 0 0 50px; margin: auto;
}
#section12 .section-wrap .box-left {
	flex-basis: 50%;
}
#section12 .section-wrap .box-left p {
	padding: 0 50px 0 0; margin: -50px 0 0 -50px;
	box-sizing: border-box;
}
#section12 .section-wrap .box-right {
	width: 100%; max-width: 630px;
}
#section12 .item-wrap {
	padding: 110px 0;
}
#section12 .item-wrap .item {
	display: flex;
	box-sizing: border-box;
}
#section12 .item-wrap .item:nth-child(1) {
	padding: 0 0 40px; margin: 0 0 60px;
	border-bottom: 1px solid #12151b;
}
#section12 .item-wrap .item .tit {
	flex-shrink: 0;
	flex-basis: 150px;
	padding: 0 20px 0 0;
	text-align: center;
	font-size: 2.5rem; font-weight: 500; color: #3e3c3a;
}
#section12 .item-wrap .item .tit span {
	display: block;
	margin: 0 0 5px;
	text-transform: uppercase;
	white-space: nowrap;
	font-size: 1.1rem; font-weight: 300;
}
#section12 .item-wrap .item .content {
	width: 100%;
	margin: -10px 0 0 0;
}
#section12 .item-wrap .item .content .time-table {
	font-size: 1.78rem; letter-spacing: .044rem; line-height: 1.7rem; font-weight: 500;
}
#section12 .item-wrap .item .content .table-line {
	display: flex;
	justify-content: space-between;
	padding: 8px 15px;
}
#section12 .item-wrap .item .content .table-line.bg {
	background-color: #eee5d9;
	border-radius: 100px;
	padding: 10px 15px;
}
#section12 .item-wrap .item .content .table-tit {
	flex-shrink: 0;
	width: 170px;
	padding: 0 25px 0 0;
}
#section12 .item-wrap .item .content .table-txt {
	width: 100%;
}
#section12 .item-wrap .item .content .info {
	padding: 8px 15px;
	font-size: 1.78rem; letter-spacing: -.079rem; font-weight: 500;
}
#section12 .item-wrap .item .content .tel-wrap {
	display: flex;
	align-items: center;
	padding: 0 0 0 15px; margin: 0 0 15px;
}
#section12 .item-wrap .item .content .tel-wrap .tel-tit {
	padding: 0 10px 0 0; margin: 2px 0 0 0;
	font-size: 1.78rem; letter-spacing: .044rem; font-weight: 500;
}
#section12 .item-wrap .item .content .tel-wrap .tel-txt a {
	font-size: 3.8rem; font-weight: 700; color: #7e5c2f;
}
#section12 .item-wrap .item .content .tel-wrap .tel-txt span {
	/*color: #246fb7;*/
}
#section12 .item-wrap .link-wrap {
	margin-left: 150px;
}
#section12 .item-wrap .link-wrap > div {
	position: relative;
	width: 100%; max-width: 420px;
	border-radius: 70px;
	margin: 0 8px 25px;
	text-align: center;
	font-size: 1.9rem; letter-spacing: .04rem; line-height: 70px; font-weight: 300;
	cursor: pointer;
}
#section12 .item-wrap .link-wrap > div b {
	font-weight: 500;
}
#section12 .item-wrap .link-wrap > div:before {
	content: '';
	position: absolute; top: 50%; left: 25px;
	margin-top: -1px;
	width: 29px; height: 2px;
}
#section12 .item-wrap .link-wrap > div:after {
	content: '';
	position: absolute; top: 50%; right: 25px;
	margin-top: -1px;
	width: 29px; height: 2px;
}
#section12 .item-wrap .link-wrap > div a {
	position: relative; z-index: 2;
	display: block;
}
#section12 .item-wrap .link-wrap > p {
	margin: 0 0 0 -8%;
	text-align: center;
	font-size: 1.5rem; line-height: 1.4; font-weight: 500; color: #7e5c2f;
}
#section12 .item-wrap .btn-daum {
	border: 3px solid #628dfe;
}
#section12 .item-wrap .btn-naver {
	border: 3px solid #246fb7;
}
#section12 .item-wrap .btn-daum:before, 
#section12 .item-wrap .btn-daum:after {
	background: #628dfe;
}
#section12 .item-wrap .btn-daum a {
	color: #628dfe;
}
#section12 .item-wrap .btn-naver:before, 
#section12 .item-wrap .btn-naver:after {
	background: #246fb7;
}
#section12 .item-wrap .btn-naver a {
	color: #246fb7;
}
#section12 .item-wrap .item .content .info2 {
	max-width: 380px;
	margin: 0 0 30px;
	text-align: center;
	font-size: 1.78rem; letter-spacing: .044rem;
}
@media (max-width: 1279px) {
	#section12 .section-wrap {
		display: block;
		text-align: center;
		padding: 40px 5% 0;
	}
	#section12 .section-wrap .box-left p {
		margin: 0;
	}
	#section12 .section-wrap .box-left p img {
		max-width: 550px;
	}
	#section12 .section-wrap .box-right {
		max-width: 100%;
	}
	#section12 .item-wrap {
		display: block;
		width: 580px;
		padding: 80px 0 40px; margin: auto;
	}
	#section12 .item-wrap .item .tit {
		flex-basis: 120px;
		text-align: left;
	}
	#section12 .item-wrap .item .content {
		text-align: left;
	}
	#section12 .item-wrap .item .content .table-tit {
		width: 170px;
		padding: 0 20px 0 0;
	}
}
@media (max-width: 719px) {
	#section12 .section-wrap {
		padding: 20px 0; margin: 0;
	}
	#section12 .section-wrap .box-left p {
		padding: 20px 0;
	}
	#section12 .section-wrap .box-left p img {
		max-width: 280px;
	}
	#section12 .item-wrap {
		padding: 20px 0 40px;
		width: auto;
	}
	#section12 .item-wrap .item {
		flex-wrap: wrap;
	}
	#section12 .item-wrap .item .tit {
		flex-basis: 100%;
		padding: 0 0 20px;
		text-align: left;
	}
	#section12 .item-wrap .item .content .table-tit {
		flex-basis: 120px;
		padding: 0;
	}
	#section12 .section-wrap .box-right {
		padding: 0;
	}
	#section12 .item-wrap {
		padding: 20px 0;
		max-width: 320px;
	}
	#section12 .item-wrap .link-wrap {
		margin: 0;
	}
	#section12 .item-wrap .link-wrap > div {
		max-width: 100%; line-height: 45px;
		margin: auto auto 25px;
	}
	#section12 .item-wrap .link-wrap > div:before {
		left: 10px;		
		width: 10px;
	}
	#section12 .item-wrap .link-wrap > div:after {
		right: 10px;		
		width: 10px;
	}
	#section12 .item-wrap .link-wrap > p {
		margin: auto;
	}
	#section12 .item-wrap .item .content .time-table {
		font-size: 1.5rem;
	}
}

.map iframe {
	width: 100%; height: 540px;
}
@media (max-width: 1279px) {
	.map iframe {
		height: 300px;
	}
}
@media (max-width: 719px) {
	.map iframe {
		height: 200px;
	}
}