@charset "utf-8";

/* 초기화 */
html {overflow-y:scroll}
body {margin:0;padding:0;font-size:0.75em;font-family:'Malgun Gothic', dotum, sans-serif;background:#fff}
html, h1, h2, h3, h4, h5, h6, form, fieldset, img {margin:0;padding:0;border:0}
h1, h2, h3, h4, h5, h6 {font-size:1em;font-family:'Malgun Gothic', dotum, sans-serif}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display:block}

ul, dl,dt,dd {margin:0;padding:0;list-style:none}
legend {position:absolute;margin:0;padding:0;font-size:0;line-height:0;text-indent:-9999em;overflow:hidden}
label, input, button, select, img {vertical-align:middle;font-size:1em}
input, button {margin:0;padding:0;font-family:'Malgun Gothic', dotum, sans-serif;font-size:1em}
input[type="submit"] {cursor:pointer}
button {cursor:pointer}

textarea, select {font-family:'Malgun Gothic', dotum, sans-serif;font-size:1em}
select {margin:0}
p {margin:0;padding:0;word-break:break-all}
hr {display:none}
pre {overflow-x:scroll;font-size:1.1em}
a {color:#000;text-decoration:none}

*, :after, :before {
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
}

input[type=text],input[type=password], textarea {
-webkit-transition:all 0.30s ease-in-out;
-moz-transition:all 0.30s ease-in-out;
-ms-transition:all 0.30s ease-in-out;
-o-transition:all 0.30s ease-in-out;
outline:none;
}

input[type=text]:focus,input[type=password]:focus, textarea:focus,select:focus {
-webkit-box-shadow:0 0 5px #9ed4ff;
-moz-box-shadow:0 0 5px #9ed4ff;
box-shadow:0 0 5px #9ed4ff;
border:1px solid #558ab7 !important;
}

.placeholdersjs {color:#aaa !important}
.top_banner{
	background: linear-gradient(to bottom, #D4CCCB, #7C6A75);
	text-align: center;
	border-bottom: 6px solid #FA5493;
}
header{
	max-width: 1200px;
	height: 100px;
	margin: 0 auto;
	position: relative;
    z-index: 99;
}
.header-inner{
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
	height: 100px;
}
header .logo{
	width: 270px;
	height: 100px;
	display: inline-block;
}
header .logo img{
	padding-top: 22px;
    padding-bottom: 22px;
}
.menu-toggle{
	display: none;
	position: absolute;
	top: 50%;
	right: 16px;
	width: 44px;
	height: 44px;
	margin-top: -22px;
	padding: 0;
	border: 0;
	background: transparent;
	cursor: pointer;
	z-index: 1002;
}
.menu-toggle span{
	display: block;
	width: 26px;
	height: 3px;
	margin: 5px auto;
	background-color: #7C6A75;
	border-radius: 2px;
	transition: transform 0.25s ease, opacity 0.25s ease;
}
.menu-toggle.is-active span:nth-child(1){
	transform: translateY(8px) rotate(45deg);
}
.menu-toggle.is-active span:nth-child(2){
	opacity: 0;
}
.menu-toggle.is-active span:nth-child(3){
	transform: translateY(-8px) rotate(-45deg);
}
.menu-overlay{
	display: none;
	position: fixed;
	inset: 0;
	background: rgba(0, 0, 0, 0.45);
	z-index: 1000;
}
.menu-overlay.is-visible{
	display: block;
}
body.menu-open{
	overflow: hidden;
}
#main-nav{
	display: inline-block;
	vertical-align: bottom;
}
#main-nav ul li{
	float: left;
}
#main-nav ul li a{
	display: block;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 20px;
    padding-bottom: 20px;
	color: #7C6A75;
	font-size: 16px;
	border-bottom: 4px solid #fff;
}
#main-nav ul li a.is-active{
	border-bottom-color: #FA5493;
}
.Home_Img{
	width: 100%;
	margin: 0 auto;
	text-align: center;
	background: linear-gradient(to bottom, #7C6A75, #D4CCCB);
}
.Home_Img img{
	margin-top: -85px;
}
.Home_SubImg{
	background-color: #FA5493;
	height: 100px;
	width: 100%;
	text-align: center;
}
.Home_SubImg img{
	margin-top: -49px;
	margin-left: -165px;
}
.Home_Manager{
	background: linear-gradient(to bottom, rgba(203,193,211,0), #CBC1D3);
	width: 100%;
}
.Home_Swiper{
	width: 1200px;
	overflow: hidden;
	text-align: center;
	margin: 0 auto;
}
.Home_Manager ul{
	width: 100%;
	margin: 0 auto;
	text-align: center;
	padding: 20px;
	
}
.Home_Manager ul li{
	float: left;
	width: 280px;
	justify-content: center;
  align-items: center;
}
.Home_Manager ul li p:first-child{
	width: 100%;
	max-width: 260px;
	height: 260px;
	margin: 0 auto;
	overflow: hidden;
	display: block;
}
.Home_Manager ul li p:first-child img{
	width: 100%;
	height: 100%;
	max-width: 100%;
	max-height: 100%;
	object-fit: cover;
	display: block;
}
.Home_Manager ul li p:nth-child(2){
	font-size: 18px;
	font-weight: bold;
	height: 36px;
	line-height: 36px;
	color: #4B4B4B;
}
.Home_Manager ul li p:nth-child(3){
	color: #4B4B4B;
	font-size: 15px;
	height: 24px;
	line-height: 24px;
}

.swiper-pagination{
	position: relative!important;
	bottom: 10px!important;
	width: 270px!important;
	margin: 0 auto;
	background-color: #EDE8E9;
	height: 20px;
	border-radius: 10px;
	margin-top: 10px;
}
.swiper-pagination-bullet{
	background-color: #FFFFFF!important;
	opacity: 1!important;
	margin-top: 4px!important;
}
.swiper-pagination-bullet-active {
    background: #FA5493!important;
}
.swiper-pagination-bullet{
	width: 12px!important;
	height: 12px!important;
}

.Home_Route{
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
	display: table;
}
.Route_title{
	text-align: center;
	padding-top: 56px;
    padding-bottom: 30px;
}
.Route_title p:nth-child(1){
	height: 40px;
	line-height: 40px;
}
.Route_title p:nth-child(1) img{
	margin-top: -13px;
}
.Route_title p:nth-child(1) span{
	font-size: 24px;
	color: #FA5493;
	font-weight: bold;
	margin-left: 10px;
}
.Route_title P:nth-child(2){
	color: #4B4B4B;
	font-size: 14px;
}
.Home_Route_left{
	float: left;
	width: 420px;
	padding-top: 10px;
	padding-bottom: 50px;
}
.Home_Route_left p{
	width: 360px;
	height: 60px;
	line-height: 60px;
	background-color: #CBC1D3;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	margin-bottom: 20px;
	border-radius: 30px;
}
.Home_Route_right{
	float: right;
	width: calc(100% - 420px);
	padding-top: 10px;
	padding-bottom: 50px;
}
.Route_right_model{
	float: left;
}
.Route_right_model img{
	width: 320px;
	height: 320px;
}
.Route_right_detail{
	float: left;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 46px;
}
.Route_right_detail p{
	color: #4B4B4B;
	font-size: 16px;
	height: 56px;
	line-height: 56px;
}
.Route_right_detail p:nth-child(1){
	font-size: 24px;
	font-weight: bold;
}
.Route_sub1{
	display: block;
}
.Route_sub2{
	display: none;
}
.Route_sub3{
	display: none;
}
.Home_Comment{
	width: 100%;
	margin: 0 auto;
	display: table;
	background: linear-gradient(to bottom, #7C6A75, #D4CCCB);
	padding-top: 52px;
    padding-bottom: 52px;
}
.Comment_title{
	height: 40px;
	line-height: 40px;
	text-align: center;
	margin-bottom: 20px;
}
.Comment_title img{
	margin-top: -13px;
}
.Comment_title span{
	font-size: 24px;
	color: #FFFFFF;
	font-weight: bold;
	margin-left: 10px;
}
.Home_Comment_ul{
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
	display: table;
}
.Home_Comment_left{
	float: left;
	width: 430px;
	height: 430px;
}
.Home_Comment_left img{
	width: 100%;
	display: block;
}
.Home_Comment_right{
	float: left;
	width: calc(100% - 430px);
}
.Home_Comment_right ul{
	padding: 0px 30px 0px 30px;
}
.Home_Comment_right ul li{
	height: 52px;
	line-height: 52px;
	border-bottom: 1px solid #BFBFC2;
}
.Home_Comment_right ul li a{
	color: #FFFFFF;
	font-size: 16px;
	display: block;
}
.bo_content{
	margin: 0 auto;
	text-align: center;
}
.bo_company img{
	margin: 30px auto;
}
.bo_ticket img{
	margin: 0 auto;
	border-bottom: 1px solid #FA5493;
}
.bo_Incoming>img{
	margin-bottom: 50px;
}
.bo_Incoming_title{
	height: 46px;
	line-height: 46px;
	margin-top: 50px;
    margin-bottom: 20px;
}
.bo_Incoming_title img{
	vertical-align: middle;
    margin-top: -11px;
	margin-right: 10px;
}
.bo_Incoming_title span{
	font-size: 24px;
	font-weight: bold;
	color: #FA5493;
}
.pg_wrap{
    text-align: center;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    height: 36px;
    line-height: 36px;
}
.pg_wrap a{
    background-color: #d0d3db;
    color: #FFFFFF;
    padding: 5px 10px;
    border-radius: 3px;
}
.pg_wrap .pg_current{
    color: #FFFFFF;
    padding: 5px 10px;
    border-radius: 3px;
    background-color: #fa5493;
    margin-left: 5px;
    margin-right: 5px;
}
.kakao_cf{
    position: fixed;
    left: 0px;
    right: 0px;
    bottom: 10px;
    margin: 0 auto;
    width: 340px;
    height: 62px;
    line-height: 62px;
    background-color: #FA5493;
    border-radius: 31px;
    z-index: 9999;
    box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.3);
}
.kakao_cf img{
    display: inline-block;
    margin-right: 10px;
    margin-top: 6px;
    vertical-align: top;
    margin-bottom: 6px;
}
.kakao_cf a{
    display: block;
    text-align: center;
    font-size: 24px;
    color: #fff;
    font-weight: bold;
}
footer{
	background-color: #7C6A75;
	padding-top: 40px;
	padding-bottom: 40px;
	display: inline-block;
    width: 100%;
}
footer>div{
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
}
footer .tail_share{
	width: 320px;
	height: 80px;
	line-height: 80px;
	float: left;
	text-align: left;
}
footer .tail_share img{
	margin-right: 10px;
}
footer .tail_reserved{
	width: calc(100% - 640px);
	height: 80px;
	line-height: 80px;
	float: left;
	text-align: center;
	font-size: 14px;
	color: #EDE8E9;
}
footer .tail_grade{
	width: 320px;
	height: 80px;
	line-height: 80px;
	float: left;
	text-align: right;
	font-size: 14px;
	color: #EDE8E9;
}
footer .tail_grade span{
	margin-right: 16px;
}

.main_kakao{
	width: 270px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    background-color: rgb(250 84 147 / 85%);
    border-radius: 9px;
    z-index: 999;
    padding: 12px 20px;
}
.main_kakao p{
	display: inline-block;
	vertical-align: top;
}
.main_kakao p img{
	width: 70px;
	vertical-align: middle;
}
.main_kakao p:nth-child(2){
	margin-left: 5px;
}
.main_kakao p span{
	display: block;
}
.main_kakao p span:nth-child(1){
	font-size: 24px;
	color: #FFF77C;
	font-weight: bold;
	text-shadow: 2px 2px 5px #000000;
}
.main_kakao p span:nth-child(2){
	background-color: #FFF77C;
    font-size: 18px;
    border-radius: 8px;
    width: 140px;
    line-height: 36px;
    color: #8C61D9;
    text-align: center;
    font-weight: bold;
}
.telegram{
    bottom: 130px;
}
.line{
    bottom: 230px;
}
.modal {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.8);
	justify-content: center;
	align-items: center;
	z-index: 1000;
}


.modal img {
	max-width: 90%;
	max-height: 90%;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}


.modal .close {
	position: absolute;
	top: 20px;
	right: 30px;
	font-size: 30px;
	color: white;
	cursor: pointer;
}

/* 모바일 반응형 */
@media (max-width: 991px) {
	body{
		overflow-x: hidden;
	}
	header,
	.header-inner{
		height: 64px;
		padding: 0 6px 0 8px;
	}
	header .logo{
		width: auto;
		height: 64px;
		margin-left: -4px;
	}
	header .logo img{
		max-width: 180px;
		height: auto;
		padding-top: 14px;
		padding-bottom: 14px;
		padding-left: 0;
	}
	.menu-toggle{
		display: block;
		right: 2px;
		width: 50px;
		height: 50px;
		margin-top: -25px;
	}
	.menu-toggle span{
		width: 30px;
		height: 3.5px;
		margin: 6px auto;
	}
	.menu-toggle.is-active span:nth-child(1){
		transform: translateY(9.5px) rotate(45deg);
	}
	.menu-toggle.is-active span:nth-child(3){
		transform: translateY(-9.5px) rotate(-45deg);
	}
	#main-nav{
		position: fixed;
		top: 0;
		right: 0;
		width: min(300px, 86vw);
		height: 100vh;
		background: #fff;
		box-shadow: -4px 0 20px rgba(0, 0, 0, 0.12);
		transform: translateX(100%);
		transition: transform 0.3s ease;
		z-index: 1001;
		overflow-y: auto;
	}
	#main-nav.is-open{
		transform: translateX(0);
	}
	#main-nav ul{
		padding: 72px 0 24px;
	}
	#main-nav ul li{
		float: none;
		width: 100%;
		border-bottom: 1px solid #f0e8ec;
	}
	#main-nav ul li a{
		padding: 16px 24px;
		font-size: 17px;
		border-bottom: 0;
	}
	#main-nav ul li a.is-active{
		color: #FA5493;
		font-weight: bold;
		background: #fff5f9;
	}

	.top_banner img,
	.Home_Img img,
	.Home_SubImg img,
	.bo_content img,
	.bo_company img,
	.bo_ticket img,
	.bo_Incoming>img{
		max-width: 100%;
		height: auto;
	}
	.Home_Img img{
		margin-top: -40px;
	}
	.Home_SubImg{
		height: auto;
		min-height: 60px;
		padding: 12px 0;
	}
	.Home_SubImg img{
		margin-top: 0;
		margin-left: 0;
		max-width: 90%;
	}
	.Home_Swiper{
		width: 100%;
		padding: 0 12px;
	}
	.Home_Manager ul{
		padding: 12px;
	}
	.Home_Manager ul li{
		width: 50%;
		padding: 8px;
		box-sizing: border-box;
	}
	.Home_Manager ul li p:first-child{
		width: 100%;
		max-width: none;
		height: auto;
		aspect-ratio: 1 / 1;
	}
	.Home_Manager ul li p:nth-child(2){
		font-size: 15px;
		height: auto;
		line-height: 1.4;
	}
	.Home_Manager ul li p:nth-child(3){
		font-size: 13px;
		height: auto;
		line-height: 1.4;
	}
	.Home_Route{
		padding: 0 16px;
	}
	.Home_Route_left,
	.Home_Route_right{
		float: none;
		width: 100%;
		padding-bottom: 20px;
	}
	.Home_Route_left p{
		width: 100%;
		height: auto;
		line-height: 1.4;
		padding: 14px 16px;
		font-size: 16px;
	}
	.Route_right_model,
	.Route_right_detail{
		float: none;
		width: 100%;
		padding-left: 0;
		text-align: center;
	}
	.Route_right_model img{
		width: 100%;
		max-width: 320px;
		height: auto;
	}
	.Route_right_detail p{
		font-size: 15px;
		height: auto;
		line-height: 1.8;
	}
	.Route_right_detail p:nth-child(1){
		font-size: 20px;
	}
	.Home_Comment{
		padding: 32px 16px;
	}
	.Home_Comment_ul{
		padding: 0;
	}
	.Home_Comment_left,
	.Home_Comment_right{
		float: none;
		width: 100%;
		height: auto;
	}
	.Home_Comment_right ul{
		padding: 16px 0 0;
	}
	.Home_Comment_right ul li{
		height: auto;
		line-height: 1.5;
		padding: 12px 0;
	}
	footer .tail_share,
	footer .tail_reserved,
	footer .tail_grade{
		float: none;
		width: 100%;
		height: auto;
		line-height: 1.6;
		text-align: center;
		padding: 8px 16px;
	}
	footer .tail_share img{
		margin: 0 6px;
	}
	.main_kakao{
		width: auto;
		max-width: calc(100% - 32px);
		right: 16px;
		bottom: 16px;
		padding: 10px 14px;
	}
	.main_kakao p span:nth-child(1){
		font-size: 18px;
	}
	.main_kakao p span:nth-child(2){
		font-size: 15px;
		width: 120px;
		line-height: 32px;
	}
	.main_kakao p img{
		width: 52px;
	}
	.line{
		bottom: 110px;
	}
	.telegram{
		bottom: 70px;
	}
	.kakao_cf{
		width: calc(100% - 32px);
		max-width: 340px;
		font-size: 18px;
	}
	.kakao_cf a{
		font-size: 18px;
	}
}

@media (max-width: 575px) {
	header .logo img{
		max-width: 150px;
	}
	.Home_Img img{
		margin-top: -24px;
	}
	.Home_Manager ul li{
		width: 100%;
	}
	.Route_title p:nth-child(1) span,
	.Comment_title span,
	.bo_Incoming_title span{
		font-size: 20px;
	}
	.main_kakao{
		left: 16px;
		right: 16px;
	}
}