@charset "utf-8";

.skipToContent {position:absolute; top:0; left:0; overflow:hidden; display:block; width:0px; height:0px; line-height:0; font-size:0; text-indent:-9999px;}
.hide {display:none; font-size:0; width:0px; height:0px; overflow: hidden;}
.pc{display: block;}
.mobile{display: none;}

/******************************************************* PC // *******************************************************************************/
body {height:100%;}
.serif{
	font-family: 'Nanum Myeongjo', serif;
}
/* 공통 */
section{
overflow-x: hidden;
}
.container{
	min-width:1600px;
    max-width:1600px;
	width: 100%;
	box-sizing:border-box;
	margin-left: auto;
	margin-right: auto;
}
#container{
	margin-top: 114px;
	min-width: 1600px;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
}

header{
	background:#8d6c4d;
    color: #fff;
    position: fixed;
    top: 0;
    left: 0;
	display: flex;
	width: 100vw;
	height: auto;
	z-index: 99;
	min-width: 1600px;
    border-bottom: 1px solid #8d6c4d;
}

header .header_inner{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-width:1600px;
	margin: 0 auto;
	padding:  15px 32px 0;
	/* gap:35px; */
	/* margin-left: -80px;
	left: 50%; */
	flex-wrap: wrap;
}
header .header_inner .logo{
	cursor: pointer;
	width: 100%;
	text-align: center;
}
header .header_inner .logo img{
	height: 40px;
	margin: 0 auto;
}
header .header_inner nav{
	width: 100%;
}
header .header_inner nav ul{
	display: flex;
	width: 100%;
	justify-content: center;
	align-items: flex-end;
	gap:20px;
}
header .header_inner nav ul li{
	position: relative;
}
header .header_inner nav ul li a{
	display: block;
	color:#fff;
	font-size:18px;
	padding-top: 25px;
	padding-bottom: 20px;
	font-weight:600;
}
header .header_inner nav ul li.yellow a:hover {
	color: #faf862;
}
header .header_inner nav ul li .depth_2{
	display: none;
	background-color: #fff;
    position: absolute;
    left: 50%;
	transform:translate(-30%, 0);
    top: 0;
    width: 200px;
    top: 59px;
	box-shadow:-4px 0px 10px rgb(0 0 0 / 5%), 2px -3px 10px rgb(0 0 0 / 5%);
}
header .header_inner nav ul li:hover .depth_2{
	display: block;
}
header .header_inner nav ul li .depth_2 a{
	display: block;
	line-height: 40px;
	color: #595757;
	border-bottom: 1px solid #eee;
	padding-bottom: 0;
	transition:all .3s;		
	padding: 10px;
}
header .header_inner nav ul li .depth_2 a:hover{
	background-color: #b1947a;
	color: #fff;
}
header .header_inner nav ul li .depth_2 a:last-of-type{
	border-bottom: none;
}
footer{
    position: relative;
    /*height: 370px;*/
	background-color: #140000;
	min-width: 1600px;
}
footer .top{
	background-color: #8d6c4d;
	color: #fff;
	text-align: center;
	font-size:36px;
	font-weight: 700;
	height: 71px;
	line-height: 71px;
}
footer .btm {
	padding: 18px 0 10px;
}
footer .btm .btn{
	display: flex;
	justify-content: center;
	margin-bottom: 18px;
	gap:28px;
}
footer .btm .btn li a{
	font-size:18px;
	line-height: 1;
	font-weight: 700;
	color: #8d6c4d;
}
footer .btm .info{
	font-size:18px;
	line-height: 38px;
	color: #b1947a;
	font-weight: 700;
	text-align: center;
}
footer .btm .info strong{
	font-size:38px;
	line-height: 46px;
	letter-spacing: -0.025em;
	font-weight: 800;
}
footer .btm .info span.copy{
	font-size:18px;
	line-height: 62px;
	font-family: 'Nanum Myeongjo', serif;
}

/* 관리자 */
.pc{display:block;}
.mobile{display:none;}


/******************************************************* MOBILE // *******************************************************************************/
@media screen and (max-width:640px){
	body{
		min-width: 320px;
	}
	.container{
		min-width:0;
	}
	.mainWrap section{
		min-width: 0;
	}
	#mainVisual .swiper-wrapper .slide-item{
		min-width: 0;
	}
	#wrapper{
		min-width: 0;
	}


	body {
		width:100%; height:100%; min-width:320px;
	}
	.pc{display: none;}
	.mobile{display: block; }
	.floating{display: none;}

	/* main */
	.wrapper {
		width:100%;
		margin:0 auto;
		overflow:hidden;
	}
	.mainWrap{
		min-width:320px;
	}
	.mainWrap section{
		width: 100vw;
		overflow: hidden;
		padding: 21.875vw 0 0;
	}
	.mainWrap section{
		height:auto;
		min-height:0px;
	}

	/* 서브 */
	.subPageWrap{
		padding-top:280px;
		min-width:320px;
		width:100%;
	}
	.subBtm{
		min-width:320px;
		width:100%;
	}

	/* 공통 */

	#container {min-width:auto; width:100%; margin-top: 11.4vw; min-width: 0;}
	.container{
		width: 100%;
		min-width:320px;
		padding: 0 8.1vw;
	}


	header{
		height: 11.4vw;
		width: 100vw;
		min-width: 320px;
		background: #fff;
		padding: 2.9vw 5.1vw 2.9vw 3.1vw;
		padding: 0 5.1vw 0 3.1vw
		
	}
	header .header_inner{
		width: 100%;
		min-width: 0;
		left: 0;
		gap:0;
		justify-content: space-between;
		margin-left: 0;
		padding: 0;
	}
	header .header_inner .logo{
		width: auto;
	}
	header .header_inner .menuTab{
		cursor: pointer;
	}
	header .header_inner .menuTab img{
		height: 5.4vw;
		width: auto;
	}
	header .header_inner .logo img{
		height: 7.3vw;
		width: auto;
	}
	header .header_inner nav{
		display: none;
	}
	header .header_inner.on nav{
		display: block;
		position: fixed;
		left: 0;
		top: 11.4vw;
		width: 100vw;
		height:calc(100vh - 11.4vw);
		background-color: #fff;
	}
	header .header_inner nav ul{
		height: calc(100vh - 11.4vw);
		overflow-x: hidden;
		overflow-y: auto;
		display: block;
		padding:3.2vw ;
		padding-bottom: 15vh;
		border-top: 1px solid #eee;	
		padding-top: 0;
	}
	header .header_inner nav ul li{
		padding: 10px 0;
		width: 100%;
		border-bottom: 1px solid #ddd;
	}
	header .header_inner nav ul li.yellow a:hover {
		color: #1d1d1b;
	}
	header .header_inner nav ul li a{
		color: #1d1d1b;
		padding: 1.5vw 0;
		font-size:3.4vw;
		line-height: 1;
		margin: 0;
		/* margin: 2.5vw 0; */
		font-weight: 700;
	}
	header .header_inner .mail img{
		height: 9.2vw;
		width: auto;
	}
	header .header_inner .mail{
		cursor: pointer;
	}
	
	header .header_inner nav ul li .depth_2{
		background-color: #eee;
		position: static;
		transform:translate(0, 0);
		width: 100%;
		height: 0;
		overflow: hidden;
	}
	header .header_inner nav ul li.on .depth_2{
		display: block;
		height: auto;
		padding: 2.5vw 0;
		margin-top: 6vw;
	}
	header .header_inner nav ul li .depth_2 a{
		line-height: 5vw;
		padding: 2.5vw 5vw;
	}
	header .header_inner nav ul li .depth_2 a:hover{
		background-color: transparent;
		color: #595757;		
	}

	footer{
		height: auto;
		min-width: 100%;
	}
	footer .top{
		height: 13.4vw;
		font-size: 5vw;
		line-height: 13.4vw;
	}
	footer .btm {
	}
	footer .btm .btn{
		gap:0;
		justify-content: space-between;
		padding: 3.1vw 8.1vw;
	}
	footer .btm .btn li a{
		font-size:3.75vw;
	}
	footer .btm .info{
		font-size:2.5vw;
		line-height: 1.5;
	}
	footer .btm .info strong{
		font-size:3.7vw;
	}
	footer .btm .info span.copy{
		font-size:2.4vw;
	}
	footer .btm .info span.mobileBr{display: block;}


	.swiper-button-prev{
		background: url(../images/common/left_arrow.png) no-repeat 50% 50% !important;
		background-size: contain !important;
		width: 11.0vw !important;
		height: 18.4vw !important;
		top:auto !important;
		right: 50% !important;
		left: auto !important;
		bottom: 31.8vw !important;
		transform: translate(-12.5vw, -0%);
		margin-top: 0 !important;
	}
	.swiper-button-next{
		background: url(../images/common/right_arrow.png) no-repeat 50% 50% !important;
		background-size: contain !important;
		width: 11.0vw !important;
		height: 18.4vw !important;
		top:auto !important;
		left: 50% !important;
		right: auto !important;
		bottom: 31.8vw !important;
		transform: translate(12.5vw, -0%);
		margin-top: 0 !important;
	}

	.swiper-pagination-fraction, .swiper-pagination-custom, .swiper-container-horizontal > .swiper-pagination-bullets{
		display:none;
		bottom: auto !important;
		top: 0 !important;
		left: 0 !important;
		transform:translate(0, 0);
	}
	.swiper-pagination-bullet{
		cursor: pointer;
		position: absolute;
		opacity: 1 !important;
		left: 0;
		top: 0;
		width: 6.8vw !important;
		height: 6.8vw !important;
		margin: 0 !important;
		transform:translate(0, 50%);
		-webkit-background-size: contain !important;
		background-size: contain !important;
		background:transparent;
	}

	/*.swiper-pagination-bullet-active:before {
		content:'';
		display:block;
		clear:both;
		border-radius:100%;
		background-color:#7bcd5c;
		-webkit-animation:boxout 1.2s ease 1.2s infinite;
		animation:boxout 1.2s ease 1.2s infinite;
		width:100%;
		height:100%;
		position:absolute;
		left:0;
		top:0;
		opacity:.5;
	}
	.swiper-pagination-bullet-active:after {
		content:'';
		display:block;
		clear:both;
		position:absolute;
		border-radius:100%;
		background-color:#7bcd5c;
		-webkit-animation:boxin 1.2s ease 1.2s infinite;
		animation:boxin 1.2s ease 1.2s infinite;
		width:100%;
		height:100%;
		position:absolute;
		left:0;
		top:0;
		opacity:.8;
	}*/

}