@charset "utf-8";
/*
 *	Style sheet for Pukwan Ferry Main page
 *	@author:	hsjeon
 *	@since:		2018. 01. 22.
 */

/*---------------------------------------- Reset Styles ----------------------------------------*/
.main-container, .main-container * {
	box-sizing: border-box;
	line-height: 1;
	float: none;
	font-family: "NanumGothic", "Malgun Gothic", "맑은 고딕", "MGothic", "돋움",
		"dotum", sans-serif;
}

/*---------------------------------------- Common Styles ----------------------------------------*/
/*------------------------------ Color ------------------------------*/
.fg-yellow {
	color: #fddf03 !important;
}

/*------------------------------ Box ------------------------------*/
.mBottom8 {
	margin-bottom: 8px !important;
}

.mBottom16 {
	margin-bottom: 16px !important;
}

.mBottom24 {
	margin-bottom: 24px !important;
}

.mBottom32 {
	margin-bottom: 32px !important;
}

/*------------------------------ Common Elements ------------------------------*/
h4 {
	font-weight: 600;
	font-size: 25px;
	color: #333333;
}

.icon-main-sub-title div>img {
	margin-right: 1px;
	padding: 2px 2px;
}

.mains-sub-tiltle-frame {
	max-width: 1072px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}

.icon-main-sub-title {
	display: flex;
	overflow: hidden;
	max-height: 50px;
}

.main-sub-title {
	margin-bottom: 20px;
}

.btn-more {
	/* 	display: block; */
	/*width: 34px;*/
	height: 34px;
	/* 	margin: auto; */
	/*border: 1px solid #d0d0d0;*/
	padding: 8px 15px;
	/* 	position: absolute; */
	top: 0;
	right: 0;
	bottom: auto;
	left: auto;
	font-weight: 900;
	font-size: 14px;
	line-height: 1;
	color: #767676;
	text-align: center;
	/*background: #ffffff url('../images/main/ic_plus2.png') no-repeat center;*/
	-webkit-transition-timing-function: ease;
	-o-transition-timing-function: ease;
	transition-timing-function: ease;
	-webkit-transition-duration: 0.2s;
	-o-transition-duration: 0.2s;
	transition-duration: 0.2s;
	-webkit-transition-property: background-color;
	-o-transition-property: background-color;
	transition-property: background-color;
	min-width: 83px;
}

.btn-more:hover, .btn-more:focus, .btn-more:active {
	background-color: #eee;
}

.hasDatepicker {
	padding-right: 32px !important;
	background-image: url('../images/main/ic_calendar.png');
	background-position: calc(100% - 8px) center;
	background-repeat: no-repeat;
}

/*---------------------------------------- Container ----------------------------------------*/
.main-container {
	width: 100%;
	max-width: 1200px;
	height: auto;
	margin: 0 auto 60px;
	position: relative;
}

.main-container:after {
	content: '';
	display: block;
	clear: both;
}

/*------------------------------ Switch Menu shaped Pill ------------------------------*/
.switch-pill {
	font-size: 0;
}

.switch-pill>* {
	display: inline-block;
	width: 115px;
	height: 28px;
	margin-right: 3px;
	padding: 7px 0;
	font-size: 14px;
	vertical-align: middle;
	text-align: center;
	color: #fff;
	background-color: #999999;
}

.switch-pill>*:first-child {
	border-radius: 8px;
}

.switch-pill>*:last-child {
	border-radius: 8px;
}

.switch-pill .on {
	background-color: #223c77;
}

/*------------------------------ Grids ------------------------------*/
.row {
	width: 100%;
	/* 	margin-bottom: 8px; */
	font-size: 0;
}

.row>.cell {
	display: inline-block;
	padding: 0 2px;
	font-size: 14px;
	vertical-align: top;
}

.row.cells4 .cell {
	width: 25%;
	width: calc(100%/ 4);
}

.row.cells8 .cell {
	width: 12.5%;
	width: calc(100%/ 4);
}

/* 2025-07-14 추석 티켓 추가 */
/* .row.cells8 .cell.add-Txt{ */
/* 	width: calc((100%/ 8)*3); */
/* 	padding: 10px; */
/* 	color: red; */
/* } */

/*------------------------------ Cards ------------------------------*/
.card-wrap {
	height: 100%;
	font-size: 0;
}

.card-wrap:after {
	content: '';
	display: block;
	clear: both;
}

.card-wrap>.card {
	display: inline-block;
	width: 24%;
	margin: 0 0.5%;
	position: relative;
	font-size: 14px;
	vertical-align: middle;
	/* 	float: left; */
}

.card-wrap>.card>.card-img {
	display: block;
	width: 100%;
	height: 168px;
	/* 	margin-bottom: 12px; */
	overflow: hidden;
	position: relative;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.card-wrap>.card>.card-img>img {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: auto;
	left: 0;
}

.card-wrap>.card .card-title {
	height: 16px;
	font-weight: 600;
	font-size: 16px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.card-wrap>.card .card-title.travel-info-title {
	/*height: 30px;*/
	font-size: 0;
	overflow: visible;
}

.card-wrap>.card .card-title.travel-info-title>* {
	display: inline-block;
	font-size: 18px;
	vertical-align: top;
	color: #000000;
}

.card-wrap>.card .card-title.travel-info-title>span {
	font-weight: 600;
	overflow: hidden;
	text-overflow: ellipsis;
}

.card-wrap>.card .card-title.travel-info-title>img {
	width: auto;
	height: 33px;
	margin-top: -21px;
	margin-left: -3px;
}

.card-wrap>.card .card-context {
	font-size: 14px;
	line-height: 1.4;
}

.card.intro-card .cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/main/main_img4_2.png);
    background-position: center;
    pointer-events: none;
    background-size: 251px 287px;
    background-repeat: no-repeat;
}

/*------------------------------ Sliders ------------------------------*/
/*
	.slider-wrap
		> span.slider-prev
		> div.bx-wrapper
			> div.bx-viewport
				> .card-wrap
					> .card
		> span.slider-next
*/
.slider-wrap {
	height: 100%;
	font-size: 0;
	overflow: hidden;
}

.slider-wrap>* {
	display: inline-block;
	height: 100%;
	font-size: 14px;
	vertical-align: middle;
}

.slider-wrap>span>a {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}

.slider-wrap>span>a>* {
	display: block;
	width: 37px;
	height: 37px;
	margin: auto;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	text-align: center;
}

.slider-wrap>.bx-wrapper .card-wrap>.card {
	margin: 0;
}

/*---------------------------------------- Sections ----------------------------------------*/
/*------------------------------ Main Visual ------------------------------*/
#mv-wrap {
	height: 610px;
	margin-bottom: 0;
	overflow: hidden;
	max-width: 100%;
	background-color: #f5f5f5;
}

#mv-wrap>* {
	position: absolute;
	margin: auto;
}

/*-------------------- Slider --------------------*/
#mv-wrap>.bx-wrapper {
	top: 20px;
	right: 0;
	bottom: 0;
	left: 0;
}

#mv-wrap>.bx-wrapper .bx-viewport {
	display: block;
	width: 100%;
	height: 100%;
	max-width: 1200px;
	margin: 0px auto;
	border-radius: 30px;
}

#mv-wrap #bg-slider {
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 100;
}

#mv-wrap #bg-slider>div, #mv-wrap #bg-slider>div>a {
	display: block;
	width: 100%;
	height: 100%;
	background-color: #fff;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

#mv-wrap #bg-slider>div#mv1 {
	background-image: url('../images/main/mainslide1.jpg?v=20221228-2');
}

#mv-wrap #bg-slider>div#mv2 {
	background-image: url('../images/main/mainslide2.jpg?v=20221228-2');
}

#mv-wrap #bg-slider>div#mv3 {
	background-image: url('../images/main/mainslide3.jpg?v=20221228-2');
}

#mv-wrap #bg-slider>div#mv4 {
	background-image: url('../images/main/mainslide4.jpg?v=20221228-2');
}

#mv-wrap #bg-slider>div#mv5 {
	background-image: url('../images/main/mainslide5.jpg?v=20221228-2');
}

#mv-wrap #bg-slider-control {
	width: 224px;
	height: 28px;
	top: auto;
	right: -870px;
	bottom: 160px;
	left: 0;
	z-index: 101;
	font-size: 0;
}

#mv-wrap #bg-slider-control>* {
	display: inline-block;
	width: 12px;
	height: 12px;
	margin: 0 6px;
	border-radius: 6px;
	font-size: 0;
	text-align: center;
	background-color: white;
	vertical-align: middle;
	-webkit-transition-property: background-color;
	-ms-transition-property: background-color;
	-o-transition-property: background-color;
	transition-property: background-color;
	-webkit-transition-duration: 2s;
	-ms-transition-duration: 2s;
	-o-transition-duration: 2s;
	transition-duration: 2s;
	-webkit-transition-timing-function: ease;
	-ms-transition-timing-function: ease;
	-o-transition-timing-function: ease;
	transition-timing-function: ease;
}

#mv-wrap #bg-slider-control a {
	border: 1px solid;
	border-color: #474747;
}

#mv-wrap #bg-slider-control a.on {
	background-color: #e99c12;
}

#mv-wrap #bg-slider-control #mv-play {
	border-radius: 0;
	background-color: transparent;
}

#mv-wrap #bg-slider-control #mv-play .bx-controls-auto, #mv-wrap #bg-slider-control #mv-play .bx-controls-auto .bx-controls-auto-item
	{
	height: 100%;
}

#mv-wrap #bg-slider-control #mv-play .bx-controls-auto .bx-controls-auto-item>*
	{
	display: block;
	width: 100%;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
}

#mv-wrap #bg-slider-control #mv-play .bx-controls-auto .bx-controls-auto-item .bx-stop
	{
	background-image: url('../images/main/ic_pause.png');
	border: none;
}

#mv-wrap #bg-slider-control #mv-play .bx-controls-auto .bx-controls-auto-item .bx-start
	{
	background-image: url('../images/main/ic_scroll.png');
	border: none;
	/*     -webkit-transform: rotate(270deg); Safari */
	/* 		-ms-transform: rotate(270deg); IE 9 */
	/*     	 -o-transform: rotate(270deg); */
	/*    		transform: rotate(270deg);  */
}
#mv-wrap #bg-slider-control #mv-play{
	height: 13px;
	width: 13px;
}

/*-------------------- Reservation Inquiry: Date Search Form --------------------*/
#mv-wrap #main-date-search {
	width: 96%;
	max-width: 940px;
	height: 138px;
	padding: 13px 1.5%;
	top: auto;
	right: 0;
	bottom: 20px;
	left: 0;
	z-index: 102;
	background-color: #fff;
	background-color: rgb(255, 255, 255);
	border-radius: 20px;
	
	display: flex;
    flex-direction: column;   /* 세로 정렬 */
/*     gap: 10px;                요소 간 간격 */
    box-sizing: border-box;
}

.main-reservation{
	display: flex;
	flex-direction: row;
	align-items: stretch;
	height: 100%;
	flex: 1;
	min-height: 0; /* overflow 방지용 */
	gap: 5px;
}

.main-reservationInfo {
	flex: 2; /* 넓게 */
}

.main-reservationBtn {
	flex: 1;
	display: flex;
	align-items: stretch;  /* ✅ 중요: 버튼이 전체 높이 채울 수 있도록 */
	justify-content: center;
	gap: 5px;
}

.main-reservationBtn button {
	border: none;
	border-radius: 10px;
	color: white;
	font-size: 14px;
	font-weight: bold;
	padding: 10px 25px;
	cursor: pointer;
	min-width: 100px;
	transition: background-color 0.3s ease;
	
	height: 100%;
}

/* 예약 버튼 - 진한 파랑 */
#btn-reserv-submit {
	background-color: #37557e;
}

/* 차량서류 버튼 - 연한 파랑 */
#btn-reservCarFile-submit {
	background-color: #6ba8bf;
}

#mv-wrap .main-reservationInfo .row .cell>* {
	display: block;
	width: 100%;
	height: 34px;
	margin: 0;
	padding-right: 5%;
	padding-left: 5%;
	border-radius: 0;
}

#mv-wrap .main-reservationInfo .row.cells8 .cell>* {
	padding-right: 10%;
	padding-left: 10%;
}

#mv-wrap .main-reservationInfo .row .cell label, #mv-wrap .main-reservationInfo .row .cell input[type='text'],
	#mv-wrap .main-reservationInfo .row .cell select {
	border-width: 1px;
	border-style: solid;
	border-color: #d2d2d2;
	color: #333;
	background-color: #fff;
}

#mv-wrap .main-reservationInfo .row .cell label {
	padding: 9px 5%;
	color: #666;c
}

#mv-wrap .main-reservationInfo .row .cell select {
	padding-right: 24px !important;
	position: relative;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-image: url('../images/main/ic_scrolldown.png');
	background-position: calc(100% - 8px) center;
	background-repeat: no-repeat;
}

#mv-wrap #main-date-search .row .cell select::-ms-expand {
	display: none;
}

#mv-wrap .main-reservationInfo .row .cell button {
	border: 0;
	border-radius: 3px;
	padding: 9px 0;
	font-weight: 600;
	font-size: 16px;
	color: #fff;
	background-color: #4284c8;
	cursor: pointer;
}

#mv-wrap .main-reservationInfo .row {
	margin-bottom: 5px;
}

/*------------------------------ Notice ------------------------------*/
#notice-wrap {
	max-width: 100%;
	/* 	border-width: 0 0 1px; */
	/* 	border-style: solid; */
	border-color: #d8d8d8;
	background-color: #f5f5f5;
	height: 100%;
}

#notice-wrap .slider-wrap {
	display: block;
	width: 96%;
	height: 51px;
	max-width: 1074px;
	margin: 0 auto;
	padding: 0;
	font-size: 0;
}

#notice-wrap .slider-wrap>* {
	display: inline-block;
	height: 51px;
	font-size: 16px;
	vertical-align: top;
}

#notice-wrap .slider-wrap>.notice-mark {
	width: 90px;
	margin-right: 13px;
	padding: 17px 0;
	font-size: 16px;
	font-weight: 500;
}

#notice-wrap .slider-wrap>.bx-wrapper {
	width: calc(100% - 116px) !important;
	max-width: calc(100% - 116px) !important;
}

#notice-wrap .slider-wrap>.bx-wrapper .bx-viewport {
	width: 100%;
	height: 100%;
	padding-right: 2%;
	box-sizing: border-box;
}

#notice-wrap .slider-wrap>.bx-wrapper .bx-viewport a {
	display: block;
	width: 100%;
	height: 51px;
	max-height: 51px;
	padding: 17px 0;
	font-size: 0;
}

#notice-wrap .slider-wrap>.bx-wrapper .bx-viewport a>* {
	display: inline-block;
	height: 16px;
	margin: 0;
	font-size: 16px;
	font-weight: 500;
	vertical-align: middle;
}

#notice-wrap .slider-wrap>.bx-wrapper .bx-viewport a>.notice-title {
	width: calc(100% - 96px);
	margin-right: 16px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

#notice-wrap .slider-wrap>.bx-wrapper .bx-viewport a>.notice-date {
	width: 80px;
	margin-right: 0;
	text-align: right;
}

#notice-wrap .slider-wrap>.bx-controlls {
	width: 20px;
	/* 	background-color: #ddd; */
	position: relative;
}

#notice-wrap .slider-wrap>.bx-controlls>* {
	display: block;
	width: 20px;
	height: 20px;
	margin: 0;
	border: 0;
	padding: 0;
	box-sizing: border-box;
	font-size: 0;
	background-color: #fff;
	background-image: url('../images/main/ic_up.png');
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: auto 10px;
	-webkit-transition: background-color 0.2s ease 0s; //
	Safari -ms-transition: background-color 0.2s ease 0s; //
	IE9 -o-transition: background-color 0.2s ease 0s; //
	Opera transition: background-color 0.2s ease 0s;
}

#notice-wrap .slider-wrap>.bx-controlls>*:hover, #notice-wrap .slider-wrap>.bx-controlls>*:focus,
	#notice-wrap .slider-wrap>.bx-controlls>*:active {
	background-color: #eee;
}

#notice-wrap .slider-wrap>.bx-controlls>#ns-next {
	transform: rotate(180deg);
}

#notice-wrap>a {
	display: block;
	width: 96%;
	max-width: 940px;
	margin: 0 auto;
	padding: 10px 0;
	font-size: 0;
}

#notice-wrap>a>* {
	display: inline-block;
	height: 14px;
	margin: 0;
	margin-right: 16px;
	font-size: 14px;
	vertical-align: middle;
}

#notice-wrap>a>.notice-mark {
	width: 80px;
}

#notice-wrap>a>.notice-title {
	width: calc(100% - 192px);
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

#notice-wrap>a>.notice-date {
	width: 80px;
	margin-right: 0;
	text-align: right;
}

/*------------------------------ Events ------------------------------*/
#event-wrap {
	height: 275px;
	margin-bottom: 60px;
}

.event-title-icon {
	font-weight: 600;
	font-size: 25px;
	color: #333333;
	background-image: url(../images/main/tit_icon01.png);
	background-repeat: no-repeat;
	background-position: 5px 4px;
	padding-left: 30px;
}
/*-------------------- Slider --------------------*/
#event-slider {
	height: 235px;
}

#event-wrap .slider-wrap {
	height: calc(100% - 40px);
}

#event-wrap .slider-wrap>span {
	width: 64px;
}

#event-wrap .slider-wrap>.bx-wrapper {
	width: calc(100% - 128px) !important;
	max-width: calc(100% - 128px) !important;
}

#event-wrap .slider-wrap>.bx-wrapper .card-wrap>.card {
	height: 100%;
	font-size: 16px;
	background-color: #ececec;
	border-bottom-right-radius: 10px 10px;
	border-bottom-left-radius: 10px 10px;
}

#event-wrap .slider-wrap>.bx-wrapper .card-wrap>.card>.event-card-title
	{
	text-align: center;
	padding-top: 13px;
	color: #333333;
	width: 90%;
	margin: 0 auto;
	line-height: 120%;
	font-weight: 600;
}	

#event-wrap .slider-wrap>.bx-wrapper .card-wrap>.card>.card-img>img {
	width: 100%;
	height: auto;
}
/*------------------------------ Quick Menu ------------------------------*/
#quick-wrap {
	margin-bottom: 60px;
	padding: 30px 1% 0;
	background-color: #48a57a;
	border-radius: 0 50px 0 50px;
}

#quick-wrap .card-wrap {
	width: 100%;
}

#quick-wrap .card-wrap>.card {
	/* 	width: 32%; */
	width: 19%;
	height: 100%;
	/* 	margin: 0 0.66% 24px; */
	margin: 0 0.5% 24px;
	font-size: 0;
	overflow: visible;
}

#quick-wrap .card-wrap>.card>* {
	display: inline-block;
	font-size: 12px;
	vertical-align: middle;
	color: #ffffff;
}

#quick-wrap .card-wrap>.card>img {
	width: 56px;
	height: 56px;
	margin-top: 2px;
	margin-right: 10px;
}

#quick-wrap .card-wrap>.card>div {
	width: calc(100% - 50px);
}

#quick-wrap .card-wrap>.card .card-title {
	margin-bottom: 5px;
	font-size: 18px;
	height: 19px;
}

#quick-wrap .card-wrap>.card .card-context {
	font-size: 12px;
}

#quick-wrap .card-wrap .card .card-text {
	width: 63%;
}

/*------------------------------ Introducing ------------------------------*/
#intro-wrap {
	margin-bottom: 50px;
}

.intro-title-icon {
	font-weight: 600;
	font-size: 25px;
	color: #333333;
	background-image: url(../images/main/tit_icon02.png);
	background-repeat: no-repeat;
	background-position: 2px 2px;
	padding-left: 48px;
}

#intro-wrap .card-wrap {
	max-width: 1072px;
	margin: 0 auto;
}

#intro-wrap .card-wrap>.card {
	height: 287px;
	z-index: 100;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
/* #intro-wrap .card-wrap > .card#ic1 {  */
/* 	background-image: url('../images/main/main_img1.png');  */
/* } */
/* #intro-wrap .card-wrap > .card#ic2 {  */
/* 	background-image: url('../images/main/main_img2.png');  */
/* } */
/* #intro-wrap .card-wrap > .card#ic3 {  */
/* 	background-image: url('../images/main/main_img3.png');  */
/* } */
/* #intro-wrap .card-wrap > .card#ic4 {  */
/* 	background-image: url('../images/main/main_img4.png');  */
/* } */
#intro-wrap .card-wrap>.card:after {
	content: '';
	display: block;
	margin: auto;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 38px;
	left: 0;
	z-index: 101;
	background-color: #000;
	background-color: rgba(47, 47, 47, 0);
	-webkit-transition-timing-function: ease;
	-o-transition-timing-function: ease;
	transition-timing-function: ease;
	-webkit-transition-duration: 0.15s;
	-o-transition-duration: 0.15s;
	transition-duration: 0.15s;
	-webkit-transition-property: background-color;
	-o-transition-property: background-color;
	transition-property: background-color;
}

#intro-wrap .card-wrap>.card#ic1:hover img {
	content: url(../images/main/main_img1_ov.png);
	object-fit: contain;
}

#intro-wrap .card-wrap>.card#ic2:hover img {
	content: url(../images/main/main_img2_ov.png);
	object-fit: contain;
}

#intro-wrap .card-wrap>.card#ic3:hover img {
	content: url(../images/main/main_img3_ov.png);
	object-fit: contain;
}

#intro-wrap .card-wrap>.card#ic4:hover img {
	content: url(../images/main/main_img4_ov.png);
	object-fit: contain;
}

#intro-wrap .card-wrap>.card img {
	margin: 0 auto;
	display: block;
}

#intro-wrap .card-wrap>.card .ic-play {
	width: 96px;
	height: 96px;
	margin: auto;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 38px;
	left: 0;
}

#intro-wrap .card-wrap>.card .card-title {
	max-width: 250px;
	height: 38px;
	margin: auto;
	padding: 8px 5%;
	position: absolute;
	top: auto;
	right: 0;
	bottom: 0;
	left: 0;
	font-size: 17px;
	letter-spacing: -1px;
	color: #ffffff;
	z-index: 102;
	text-align: center;
	/* 	background-color: #000; */
	/* 	background-color: rgba(47, 47, 47, 0.8); */
}

/*------------------------------ Recommended Travel ------------------------------*/
#travel-wrap {
	height: 268px;
	margin-bottom: 30px;
}

.travle-title-icon {
	font-weight: 600;
	font-size: 25px;
	color: #333333;
	background-image: url(../images/main/tit_icon03.png);
	background-repeat: no-repeat;
	background-position: 5px 0px;
	padding-left: 32px;
}

#travel-wrap .slider-wrap {
	height: calc(100% - 40px);
}

#travel-wrap .slider-wrap>span {
	width: 64px;
}

#travel-wrap .slider-wrap>.bx-wrapper {
	width: calc(100% - 128px) !important;
	max-width: calc(100% - 128px) !important;
}

#travel-wrap .slider-wrap>.bx-wrapper .card-wrap>.card>.card-img {
	height: 140px;
}

#travel-wrap .slider-wrap>.bx-wrapper .card-wrap>.card>.card-img>img {
	width: 100%;
	height: auto;
}

#travel-wrap .slider-wrap .card-wrap .card .travel-card-title {
	font-size: 15px;
	margin: 8px 0 4px 12px;
	font-weight: bold;
	width: 90%;
	/*background: url('../images/main/ic_plus.png') no-repeat right center;*/
}

#travel-wrap .slider-wrap .card-wrap .card .travel-card-context {
	height: 42px;
	font-size: 14px;
	line-height: 1.4;
	overflow: hidden;
	width: 90%;
	margin: 0 auto;
}

/*#travel-wrap {
	margin-bottom: 30px;
}

#travel-wrap .card-wrap > .card {
	height: 274px;
}
#travel-wrap .card-wrap > .card > .card-img {
	display: block;
	width: 100%;
	height: 160px;
	margin-bottom: 12px;
	overflow: hidden;
	position: relative;
}
#travel-wrap .card-wrap > .card .card-title {
	margin-bottom: 8px;
	!*background: url('../images/main/ic_plus.png') no-repeat right center;*!
}
#travel-wrap .card-wrap > .card .card-context {
	height: 54px;
	font-size: 14px;
	line-height: 1.4;
	overflow: hidden;
}*/
#travel-wrap .card-wrap>.card {
	background-color: #ececec;
	border-radius: 0 0 10px 10px;
}

/*------------------------------ Links ------------------------------*/
#links-wrap {
	margin-bottom: 30px;
}

/*-------------------- Slider --------------------*/
#links-wrap .slider-wrap {
	height: 84px;
}


/* #links-wrap .slider-wrap > * { */
/* 	border-width: 1px 1px 1px 0; */
/* 	border-style: solid; */
/* 	border-color: #cfcfcf; */
/* } */
/* #links-wrap .slider-wrap > *:first-child { */
/* 	border-left-width: 1px; */
/* } */
.link-slider-prev {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 52px;
	z-index: 1;
}

.link-slider-next {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 52px;
	z-index: 1;
}

#links-wrap .slider-wrap>span {
	width: 52px;
}

#links-wrap .slider-wrap>.bx-wrapper {
	width: calc(100% - 52px) !important;
	max-width: calc(100% - 52px) !important;
	border-style: solid;
	border-width: 0.1px;
	border-radius: 20px;
	border-color: #cecece;
	position: relative;
	left: 26px;
}

#links-wrap .slider-wrap>.bx-wrapper .card-wrap>.card {
	height: 84px;
	width: 190px;
	
}
#links-wrap .slider-wrap>.bx-wrapper .card-wrap>.card>a {
	display: block;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	position: relative;
}

#links-wrap .slider-wrap>.bx-wrapper .card-wrap>.card>a>img {
	width: 190px;
	height: 51px;
	margin: auto;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

/*------------------------------ Contact ------------------------------*/
#contact-wrap {
	color: #fff;
	background-color: #1b3152;
}

#contact-wrap .main-container {
	margin-bottom: 0;
}

#contact-wrap .main-container .row {
	width: 100%;
	height: 100%;
	padding: 40px 30px;
	display: flex;
	align-items: center;
}

.cell {
	display: inline-block;
	margin: 0 auto;
}

.cell .cell-contact-title {
	font-size: 18px;
	color: #ffffff;
	margin-bottom: 5px;
}

.cell .cell-contact-tel {
	font-size: 25px;
	color: #ffd452;
	font-weight: 700;
	margin-bottom: 5px;
}

.cell .cell-contact-mail, .cell .contact-tel-time {
	font-size: 13px;
	color: #b3b3b3;
	line-height: 125%;
}

/*-------------------- Contact Title --------------------*/
#contact-wrap .contact-title {
	border-right: 1px solid #525864;
	padding: 36px 0;
	text-align: center;
}

#contact-wrap .contact-title .main-sub-title {
	margin-bottom: 0;
	font-size: 24px;
}

/*-------------------- Contact Main --------------------*/
#contact-wrap .contact-main {
	border-left: 1px solid #848a96;
	padding: 16px 0;
	text-align: center;
}

#contact-wrap .contact-main .contact-tel {
	margin-bottom: 16px;
	font-size: 0;
}

#contact-wrap .contact-main .contact-tel>* {
	display: inline-block;
	vertical-align: middle;
}

#contact-wrap .contact-main .contact-tel>img {
	width: 36px;
	height: 36px;
	margin-right: 10px;
}

#contact-wrap .contact-main .contact-tel>span {
	font-weight: 600;
	font-size: 24px;
}

#contact-wrap .contact-main .contact-mail {
	font-size: 12px;
}

/*-------------------- Contact Sub --------------------*/
#contact-wrap .contact-sub {
	padding: 11px 0;
}

#contact-wrap .contact-sub .contact-tel-seoul {
	margin-bottom: 16px;
}

#contact-wrap .contact-sub .contact-tel-time {
	line-height: 1.6;
}

#contact-wrap .contact-sub .contact-tel-time>span {
	display: inline-block;
}

/*-------------------- Contact SNS --------------------*/
#contact-wrap .contact-sns {
	padding: 23px 0;
	text-align: right;
	font-size: 0;
}

#contact-wrap .contact-sns .btn-sns {
	display: inline-block;
	margin: 0 0 0 8px;
	border-radius: 0;
	padding: 0;
	font-weight: 600;
	font-size: 16px;
	text-align: center;
}

/*------------------------------------------------------------
 *	
 *	Responsive Style Area
 *	
 *------------------------------------------------------------*/
@media screen and (max-width:1200px) {
	/*---------------------------------------- Common Styles ----------------------------------------*/
	/*------------------------------ Common Elements ------------------------------*/
	.main-sub-title {
		padding: 0 0.5%;
	}
	#quick-wrap {
		width: calc(100% - 20px) !important;
		margin: 0 auto 20px 10px;       
	}
}

@media screen and (max-width:1100px) {
	/*---------------------------------------- Common Styles ----------------------------------------*/
	/*------------------------------ Common Elements ------------------------------*/
	.mains-sub-tiltle-frame {
		margin: 0 10px 20px; 
	}
}

@media screen and (max-width:1030px) {
	/*---------------------------------------- Common Styles ----------------------------------------*/
	/*------------------------------ Cards ------------------------------*/
	#intro-wrap .card-wrap>.card {
		width: 48%;
		margin: 0 1% 32px;
	}

@media screen and (max-width:980px) {
	/*---------------------------------------- Common Styles ----------------------------------------*/
	/*------------------------------ Common Elements ------------------------------*/
	.main-sub-title {
		padding: 0 1%;
	}

	/*------------------------------ Cards ------------------------------*/
	.card-wrap>.card {
		width: 48%;
		margin: 0 1% 32px;
	}

	/*---------------------------------------- Sections ----------------------------------------*/
	/*------------------------------ Main Visual ------------------------------*/
	/*-------------------- Background Slider --------------------*/
	#mv-wrap #bg-slider-control {
		top: auto;
		right: -7%;
		left: auto;
	}

	/*------------------------------ Quick Menu ------------------------------*/
	#quick-wrap {
		padding: 16px 2% 0;
		
	}
	#quick-wrap .card-wrap>.card {
		width: 48%;
	}

	/*------------------------------ Recommended Travel ------------------------------*/
	#travel-wrap .card-wrap>.card>.card-img {
		height: 200px;
	}

	/*------------------------------ Contact ------------------------------*/
	#contact-wrap {
		padding: 16px 0;
	}
	/*-------------------- Contact Title --------------------*/
	#contact-wrap .contact-title {
		width: 96%;
		margin: 0 2%;
		border-width: 0 0 1px 0;
		border-style: solid;
		border-color: #525864;
		padding: 0 2px 12px;
		text-align: left;
	}
	#contact-wrap .cell {
		width: 96%;
		margin: 0 2%;
		padding: 0 2px 12px;
		text-align: left;
	}
	/*-------------------- Contact Main --------------------*/
	#contact-wrap .contact-main {
		width: 38%;
		margin-left: 2%;
		border-top: 3px solid #848a96;
		border-left: 0;
	}
	/*-------------------- Contact Sub --------------------*/
	#contact-wrap .contact-sub {
		width: 30%;
		border-top: 3px solid #848a96;
	}
	/*-------------------- Contact SNS --------------------*/
	#contact-wrap .contact-sns {
		width: 28%;
		margin: 0 2% 0 0;
		border-top: 3px solid #848a96;
		padding: 16px 0;
	}
}

@media screen and (max-width:760px) {
	.main-reservation {
		flex-direction: column; /* 세로 방향(열) 배치 */
	}
	#mv-wrap #main-date-search{
		height: 175px;
	}
	#mv-wrap #bg-slider-control {
		height: 55px;
	}	
	.main-reservationBtn button {
		width: 100%;
	}
	
}
@media screen and (max-width:635px) {
	/*---------------------------------------- Sections ----------------------------------------*/
	/*------------------------------ Contact ------------------------------*/
	/*-------------------- Contact SNS --------------------*/
	#contact-wrap .contact-sns .btn-sns {
		padding: 12px 2%;
	}
}

@media screen and (max-width:635px) {
	/*---------------------------------------- Sections ----------------------------------------*/
	/*------------------------------ Contact ------------------------------*/
	#contact-wrap .main-container .row {
		flex-wrap: wrap;
	}
	#contact-wrap .cell {
		margin: 10px 0;
		text-align: center;
	}
	#contact-wrap .contact-sns {
		width: 96%;
		margin: 0 2%;
		border-top: 0;
		padding: 0;
	}
}

@media screen and (max-width:560px) {
	/*---------------------------------------- Common Styles ----------------------------------------*/
	/*------------------------------ Common Elements ------------------------------*/
	.main-sub-title {
		/* 		padding: 0 calc(2% + 34px) 0 2%; */
		min-width: 215px;
	}
	/*------------------------------ Grids ------------------------------*/
	.row {
		margin-bottom: 0;
	}
	.row .cell {
		margin-bottom: 8px;
	}
	.row.cells4 .cell {
		width: 50%;
		width: calc(100%/ 2);
	}
	.row.cells8 .cell {
		width: 25%;
		width: calc(100%/ 4);
	}
/* 	#mv-wrap #bg-slider>div#mv1 { */
/* 		background-image: url('../images/main/mainslide1Tablet.jpg?v=20221228-2'); */
/* 	} */

	/*---------------------------------------- Sections ----------------------------------------*/
	/*------------------------------ Main Visual ------------------------------*/
/* 	#mv-wrap .main-reservationInfo { */
/* 		width: 96%; */
/* 		height: 185px; */
/* 		bottom: 10px; */
/* 	} */
/* 2025-07-14 추석 이벤트 추가 */
	#mv-wrap .main-reservationInfo {
		width: 96%;
		height: 220px;
		bottom: 10px;
	}

	#mv-wrap .main-reservationInfo .row.cells4 {
		height: 84px;
	}
	#mv-wrap .main-reservationInfo .row.cells8 .cell {
		display: none;
	}
	#mv-wrap .main-reservationInfo .row .cell.btn-submit {
		display: block;
		width: 100%;
	}
	
	#mv-wrap .main-reservationInfo .row .cell.add-Txt {
		display: block;
		width: 100%;
		color: red;
	}
	#mv-wrap #bg-slider-control {
		bottom: 198px;
		right: -9%
	}

	/*------------------------------ Notice ------------------------------*/
	#notice-wrap .slider-wrap>.bx-wrapper .bx-viewport a>.notice-title {
		width: calc(100% - 96px);
		margin-right: 0;
	}
	#notice-wrap .slider-wrap>.bx-wrapper .bx-viewport a>.notice-date {
		display: none;
	}

	/*------------------------------ Contact ------------------------------*/
	/*-------------------- Contact Title --------------------*/
	#contact-wrap .contact-title {
		text-align: center;
	}
	/*-------------------- Contact Main --------------------*/
	#contact-wrap .contact-main {
		width: 58%;
		margin-left: 2%;
		border-top: 3px solid #848a96;
		border-left: 0;
	}
	/*-------------------- Contact Sub --------------------*/
	#contact-wrap .contact-sub {
		width: 38%;
		margin-right: 2%;
		border-top: 3px solid #848a96;
	}
	/*-------------------- Contact SNS --------------------*/
	#contact-wrap .contact-sns {
		width: 96%;
		margin: 0 2%;
		border-top: 0;
		padding: 0;
	}
    #mv-wrap #main-date-search {
        height: 195px;
    }	
}

@media screen and (max-width:530px) {
	/*---------------------------------------- Common Styles ----------------------------------------*/
	/*------------------------------ Cards ------------------------------*/
	#intro-wrap .card-wrap>.card {
		width: 96%;
		margin: 0 2% 32px;
	}


@media screen and (max-width:480px) {
	/*---------------------------------------- Common Styles ----------------------------------------*/
	/*------------------------------ Cards ------------------------------*/
	.card-wrap>.card {
		width: 96%;
		margin: 0 2% 32px;
	}

	/*------------------------------ Event ------------------------------*/
	#event-wrap .slider-wrap>span {
		width: 48px;
	}
	#event-wrap .slider-wrap>.bx-wrapper {
		width: calc(100% - 96px) !important;
		max-width: calc(100% - 96px) !important;
	}

	/*------------------------------ Quick Menu ------------------------------*/
	#quick-wrap .card-wrap>.card {
		width: 96%;
	}

	/*------------------------------ Contact ------------------------------*/
	/*-------------------- Contact Title --------------------*/
	#contact-wrap .contact-title {
		text-align: left;
	}
	/*-------------------- Contact Children --------------------*/
	#contact-wrap .contact-main, #contact-wrap .contact-sub, #contact-wrap .contact-sns
		{
		width: 94% !important;
		margin: 0 3%;
	}

	/*-------------------- Contact Main --------------------*/
	#contact-wrap .contact-main {
		border-top: 3px solid #848a96;
		border-left: 0;
		text-align: center;
	}
	/*-------------------- Contact Sub --------------------*/
	#contact-wrap .contact-sub {
		border-top: 0;
		text-align: center;
		font-weight: bold;
	}
	#contact-wrap .contact-sub .contact-tel-seoul {
		margin-bottom: 4px;
	}
	#contact-wrap .contact-sub .contact-tel-time br {
		display: none;
	}
	#contact-wrap .contact-sub .contact-tel-time span {
		font-weight: normal;
	}
	#contact-wrap .contact-sub .contact-tel-time span:nth-of-type(1):before
		{
		content: ':';
		display: inline-block;
		width: 9px;
		font-weight: bold;
		text-align: left;
	}
	/*-------------------- Contact SNS --------------------*/
	#contact-wrap .contact-sns {
		text-align: center;
	}
}
@media screen and (max-width:425px) {
	/*---------------------------------------- Common Styles ----------------------------------------*/
	/*------------------------------ Switch Menu shaped Pill ------------------------------*/
	.switch-pill>* {
		width: calc(50% - 3px);
	}
	

	/*------------------------------ Grids ------------------------------*/
	.row .cell {
		width: 100% !important;
	}
	.row .cell:nth-of-type(2n - 1) {
		margin-bottom: 4px;
	}

	/*---------------------------------------- Sections ----------------------------------------*/
	/*------------------------------ Main Visual ------------------------------*/
/* 	#mv-wrap .main-reservationInfo { */
/* 		height: 240px; */
/* 	} */
/* 	2025-07-14 추석티켓 추가 */
	#mv-wrap .main-reservationInfo {
		height: 270px;
	}
	
	#mv-wrap .main-reservationInfo .row.cells4 {
		height: 140px;
	}
	#mv-wrap .main-reservationInfo .row .cell label {
		height: auto;
		border-color: transparent;
		padding: 4px;
		font-weight: 600;
		color: #333;
		background-color: transparent;
	}
	#mv-wrap #bg-slider-control {
		bottom: 254px;
		right: -16%
	}
/* 	#mv-wrap #bg-slider>div#mv1 { */
/* 		background-image: url('../images/main/mainslide1Mobile.jpg?v=20221228-2'); */
/* 	} */

	/*------------------------------ Notice ------------------------------*/
	#notice-wrap .slider-wrap {
		height: 84px;
	}
	#notice-wrap .slider-wrap>.notice-mark {
		display: block;
		width: 100%;
		height: auto;
		margin: 0 auto 9px;
		padding: 18px 0 0;
		font-weight: 600;
		font-size: 20px;
	}
	#notice-wrap .slider-wrap>.bx-wrapper {
		width: calc(100% - 20px) !important;
		max-width: calc(100% - 20px) !important;
	}
	#notice-wrap .slider-wrap>.bx-wrapper .bx-viewport a>.notice-title {
		width: 100%;
	}
	#notice-wrap .slider-wrap>.bx-wrapper .bx-viewport a{
		padding: 3px;
	}

	/*------------------------------ Contact ------------------------------*/
	/*-------------------- Contact Children --------------------*/
	#contact-wrap .contact-title, #contact-wrap .contact-main, #contact-wrap .contact-sub,
		#contact-wrap .contact-sns {
		width: 94% !important;
		margin: 0 3%;
	}
	
    #mv-wrap #bg-slider-control {
        height: 65px;
    }	
	
    #mv-wrap #main-date-search {    
        height: 280px;
    }	
    .main-reservationBtn {
    	flex-direction: column; 
    }
}