@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 .logo{
	width: 270px;
	height: 100px;
	display: inline-block;
}
header .logo img{
	padding-top: 22px;
    padding-bottom: 22px;
}
nav{
	display: inline-block;
	vertical-align: bottom;
}
nav ul li{
	float: left;
}
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 #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: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;
}