@import 'reset.css'; 
@import 'font.css';
@import 'swiper.min.css';
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.8/dist/web/static/pretendard.css");

.h4-style1{font-size: 2.5rem; margin: 20px 0 10px 0; }
.h4-style1 br{display: none;}
.h5-style1{font-size: 1.2rem; font-weight: 400; margin: 0 0 30px 0;}
.mobile_show{display:none}

.bar-before::before {
  content: "|";
  margin-right: 5px; /* 막대와 텍스트 사이 간격 */
  color: #333; /* 원하는 색상 */
}

@media (max-width: 768px)
{
.mobile_show{display:block}
.bar-before::before {
  content: none;
}
.h4-style1{font-size: 1.8rem; margin: 20px 0 10px 0; }
.h4-style1 br{display: block;}
.h5-style1{font-size: 0.9rem; font-weight: 400; margin: 0 0 30px 0;}
}
.wrap { position: relative; margin: 0 auto; overflow: hidden; background: #fff; max-width: 1280px; min-height:100vh; } 

.container { position: relative; width: 100%; } 
@media (max-width: 1280px) { 
.container { max-width: calc(100% - 100px); margin-left: auto; margin-right: auto;} 
 } 
@media (max-width: 1020px) { 
.container { max-width: 100%; padding: 0 20px; } 
 } 

.header {} 
.header .body {display: flex; justify-content: space-between; align-items: center; height: 100px;  } 
.header .body { background-color: rgba(45, 45, 45, 0); } 
.header .body .logo {display: flex;  justify-content: space-between; align-items: center;}
.header .body .logo a {width: 200px;}
.header .body .logo a img.white { display: none; } 
.header .body .logo a img.color { display: block; } 
.header .body .logo span { color: var(--point-color); font-weight: 600; text-transform: uppercase; font-size: 20px; margin-top: 20px; margin-left: 20px; padding-left: 20px; border-left: 1px solid var(--point-color);}
.header .body .top-nav { display: flex; align-items: center; list-style: none; padding: 10px 0; }
.header .body .top-nav li { padding: 0 15px; }
.header .body .top-nav li .dropdown-toggle { display: flex; align-items: center; cursor: pointer; background-color: #fff; font-size: 1rem; border: none; margin: 0; padding: 0; }
.header .body .top-nav li .dropdown-toggle svg { margin-left: 5px; transition: transform 0.3s ease; }
.header .body .top-nav li .dropdown-toggle img {width: 25px; height: 25px; }
.header .body .top-nav li .dropdown-toggle svg.rotate { transform: rotate(180deg); }
.header .body .top-nav li .dropdown-menu { display: none; position: absolute; background-color: white; border: 1px solid #333; list-style: none; padding: 10px; margin: 0; z-index: 222; right: -70px; top: 35px; }
.header .body .top-nav li .dropdown-menu.show { display: block; }
.header .body .top-nav li .dropdown-menu li { padding: 5px 0 !important; font-size: 0.8rem; }
.header .body .top-nav li .dropdown-menu li:hover { background-color: #f5f5f5; cursor: pointer; }

/* 기본 사이드 메뉴 스타일 */
.side-menu { position: absolute; top: 0; right: -300px; width: 300px; height: 100%; background: #fff; transition: right 0.3s ease-in-out; z-index: 1050; background:#fff url("/img/bg_mypage.png") no-repeat center top; background-size: contain;}

/* 모바일에서 사이드 메뉴가 100% 너비로 표시되도록 설정 */
@media (max-width: 768px) { .side-menu { width: 100%; right: -100%; } .side-menu.show { right: 0; } .side-body { height: calc(100vh - 60px); overflow-y: auto; } }

.nav-language { position: relative; display: flex; align-items: center; cursor: pointer; }
.nav-language button{ background: #fff; border: none; font-size: 1rem;}
.nav-language button svg{margin-left: 5px}
.nav-language .dropdown-menu { display: none; position: absolute; top: 100%;  background-color: white; border: 1px solid #ccc; border-radius: 20px; box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1); list-style: none; padding: 10px; margin: 5px 0 0 0; z-index: 222; }
.nav-language .dropdown-menu ul { list-style: none; margin: 0; padding: 0; }
.nav-language .dropdown-menu ul li a { font-size: 0.9rem; display: flex; padding: 7px 10px; width: 150px;}
.nav-language .dropdown-menu ul li a img {width: 20px; height: auto; margin-right: 5px;}
.nav-language .dropdown-menu.show { display: block; }

.header .body .top-nav li.nav-money { padding: 0 0px; }

.nav-money { position: relative; display: flex; align-items: center; cursor: pointer; }
.nav-money button{ background: #fff; border: none; font-size: 1rem;cursor:pointer;}
.nav-money button svg{margin-left: 5px}
.nav-money .dropdown2-menu { display: none; position: absolute; top:25px;right:-33px; background-color: white; border: 1px solid #ccc; border-radius: 20px; box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1); list-style: none; padding: 10px; margin: 5px 0 0 0; z-index: 222; }
.nav-money .dropdown2-menu ul { list-style: none; margin: 0; padding: 0; }
.nav-money .dropdown2-menu ul li a { font-size: 0.9rem; display: flex; padding: 7px 10px; width: 60px;}
.nav-money .dropdown2-menu ul li a:hover {background: #f5f5f5;}
.nav-money .dropdown2-menu ul li a img {width: 20px; height: auto; margin-right: 5px;}
.nav-money .dropdown2-menu.show { display: block; }

.mobile_money {display:none;}
	@media (max-width: 768px) {
		.header .body .top-nav li .dropdown-menu { right:-45px;}
		
		.nav-money {display:none;}
		.header .body .top-nav li.nav-language .dropdown-menu.show {width:260px;}
		.header .body .top-nav li.nav-language .dropdown-menu.show ul {float: left; }
		.mobile_money  {display:block; }
		.nav-language .dropdown-menu ul.mobile_money li a {width:80px;}
		.header .body .top-nav li .dropdown-menu ul.mobile_money li {padding:2px 0 !important;}

		.nav-language .dropdown-menu ul.mobile_money li a.oxo {font-weight:bold;color:#29a9c6;}

		
	}
.side-menu.show { right: 0; }
/* === 상단 헤더(닫기 버튼) === */
.side-header { padding: 15px; display: flex; justify-content: flex-end;}
.btn-mobile {background: none; border: none; cursor: pointer; padding: 0;}

/* === 로그인 버튼 영역 === */
.loginbox-wrap {padding: 0; text-align: center;}
.btn-login {display: inline-block; background: #fff; color: #29a9c6; padding: 10px 20px; border-radius: 30px; font-weight: bold; text-decoration: none; font-size: 0.95rem;}
.loginbox-wrap .member-name{text-align: center; margin-top: 0; margin-bottom: 10px; color: #fff; font-size: 1.2rem; font-weight: bold;}
.loginbox-wrap .member-welcome{text-align: center; font-style: italic; font-size:  0.9rem; margin-bottom: 15px;}

.loginbox-wrap .photo{width:120px; text-align:center;margin:0px auto 10px;position: relative;}

.loginbox-wrap .photo div{ margin:0 auto; text-align:center;border-radius:300px; width:90px; height:90px;background: #fff;    display: flex
;justify-content: center;
    align-items: center;font-size:66px;      font-weight: 700;font-family:'Montserrat', 'Noto Sans', sans-serif}

.loginbox-wrap .photo div img{border-radius:300px; width:90px; height:90px;background: #fff; }
.loginbox-wrap .photo a {position: absolute;  right: 17px;    top: 71px;}




.photopopup {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background-color: rgba(0, 0, 0, 0.6);
		display: none;
		z-index: 99999;
	}
	.photo-content {
		  top: 50%;
		  transform: translate(-50%, -50%);
		left: 50%;
		padding: 35px 50px;
		width: 600px;
		 max-height: 90vh; /* 최대 높이 제한 */
		max-width: 1605px;
		background-color: #fff;
		border-radius: 4px;
		position: absolute;

	}

	.photo-content2 {
		display:none;
		top: 50%;
		transform: translate(-50%, -50%);
		left: 50%;
		position: absolute;
		COLOR:#ffffff;
		text-align: center;
		font-weight:bold;
	}
	.photo-content2 img{ width:80px;}

	body.modal-open2 {
	  overflow: hidden;
	}
	.condition-list-wrap2 {text-align:center;    max-height: 80vh;
    overflow: hidden;}
	.condition-list-wrap2 img {width:96%;}
	@media (max-width: 768px) { 

		.photo-content {
			 top: 50%;
			transform: translate(0px, -50%);
			left: 2%;
			max-height: 90vh;
			padding: 15px 10px;
			width: 96%;
			max-width: 1605px;
			background-color: #fff;
			border-radius: 4px;
			position: absolute;
			overflow:hidden;
		}

		.photo-content2 {
			top: 50%;
			transform: translate(-50%, -50%);
			max-height: 90vh;
			position: absolute;
			overflow:hidden;
		}
	}

.photo.black {
    border-radius: 2px;
    font-size: 14px;
    letter-spacing: -0.5px;
    line-height: 42px;
    height: 42px;
    min-width: 95px;
    text-align: center;
    cursor: pointer;
    padding: 0 15px;
    color: #fff;
    background-color: #222120;
}


/* === 상태 박스(내 여행 / 내 견적함 / 마이쿠폰) === */
.status-box {display: flex; background: #fff; border-bottom: 10px solid #f3f3f5; text-align: center; margin-top: 40px; border-top-left-radius: 15px; border-top-right-radius: 15px;}
.status-box a {flex: 1; padding: 20px 0;}
.status-box .count {display: block; color: #ff5722; font-size: 1.3rem; font-weight: bold; line-height: 1.4; font-family: var(--body-font);}
.status-box .label {font-size: 0.95rem; color: #333;}

/* === 메뉴 리스트 === */
.menu-list {list-style: none; padding: 0; margin: 0; background: #fff;}
.menu-list li {border-bottom: 1px solid #eee;}
.menu-list li a {display: flex; align-items: center; padding: 15px 15px; text-decoration: none; color: #333; font-size: 15px;}
.menu-list li a:hover {background: #f5f5f5;}
.menu-list img {width: 20px; height: 20px; margin-right: 10px;}

/* 로그인*/
.side-gnb .member-name{text-align: center; margin-top: 15px; margin-bottom: 10px; color: var(--point-color); font-size: 0.9rem; font-weight: bold;}
.side-gnb .member-welcome{text-align: center; font-style: italic;}

/* 사이드 메뉴 배경 추가 */
.side-menu-overlay { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.5); display: none; z-index: 1040; }

/* 사이드 메뉴와 배경 함께 보이도록 */
.side-menu.show + .side-menu-overlay { display: block; }



@media (max-width: 1280px) { 
.header { padding: 0 20px; border-bottom: 1px solid #ebebeb;} 
.header .body .logo {display: flex;   justify-content: space-between; align-items: center;}
.header .body .logo a {width: 100px;}
.header .body .logo span { color: var(--point-color); font-weight: 600; text-transform: uppercase; font-size: 16px; margin-top: 10px; margin-left: 10px; padding-left: 10px; border-left: 1px solid var(--point-color);}
 } 

@media (max-width: 570px) { 
.header .body {display: flex; justify-content: space-between; align-items: center; height: 70px;} 	
.header .user .btn-login { display: none; } 
.header .body .top-nav li {padding: 0 5px;}
.header .body .top-nav li.nav-language {}	
 } 



/* sidebar*/
.wrap-content { display: flex; margin-top: 30px; }
.sidebar { width: 280px; min-width: 280px; background: #fff; padding: 0; margin-right: 40px; }
.sidebar ul { list-style: none; border: 1px solid #ebebeb; border-radius: 8px; margin: 0; padding: 0; }
.sidebar ul li { padding: 0; border-bottom: 1px solid #ebebeb; position: relative; }
.sidebar ul li:last-child { border-bottom: none; } /* 마지막 항목의 border 제거 */
.sidebar ul li a { font-weight: bold; padding-right: 35px; padding: 20px 30px; display: block;} /* 화살표 공간 증가 */
.sidebar ul li a:hover { color: var(--point-color); }
.sidebar ul li a.current { color: var(--point-color); }
.sidebar ul li::after { content: ""; position: absolute; right: 20px; top: 20px; width: 20px; height: 20px; background-image: url('data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2220%22 height=%2220%22 fill=%22%23C2C2C2%22 viewBox=%220 0 20 20%22%3E%3Cpath fill=%22current%22 d=%22M7.016 14.594 12.02 10 7 5.392 8.402 4c2.816 2.545 4.485 4.076 5.007 4.594a1.978 1.978 0 0 1 0 2.812L8.422 16l-1.406-1.406Z%22%3E%3C/path%3E%3C/svg%3E'); background-size: contain; background-repeat: no-repeat; }



/* tab*/
.content { flex: 1; flex-grow: 1; min-width: 0; padding: 0; width: 100%; }
.tabs-container { position: relative; overflow: hidden; }  	
.tabs { display: flex; overflow-x: auto; white-space: nowrap; max-width: 100%; padding-bottom: 5px; scrollbar-width: none; -ms-overflow-style: none; } 
.tabs::-webkit-scrollbar { display: none; } 
.tab { flex: 0 0 auto; padding: 10px 20px; cursor: pointer; border: 1px solid var(--line-color); border-radius: 10px; margin-right: 10px; } 
.tab.active { background: var(--point-color2); border: 1px solid var(--point-color2); color: white; }
.tab-content{padding: 40px 0;}

	@media (max-width: 1020px) {
	.wrap-content { display: flex; margin-top: 0; }
.sidebar { display: none; }
	.tabs { -webkit-overflow-scrolling: touch; } /* 모바일에서 부드러운 스크롤 */
	.tabs-container::after { content: ""; position: absolute; right: 0; top: 0; width: 50px; height: 100%; background: linear-gradient(to left, white, rgba(255, 255, 255, 0)); pointer-events: none; }  	
	 }
	@media (max-width: 768px) {
.tabs {padding:0 20px; }
.tab { flex: 0 0 auto; padding: 10px 10px; cursor: pointer; border: 1px solid var(--line-color); border-radius: 10px; margin-right: 5px; font-size: 0.9rem; } 
.tab.active { background: var(--point-color2); border: 1px solid var(--point-color2); color: white; }
.tab-content{padding: 40px 0;}
	 }

/* 내여행*/	
.agency-info{}
.agency-info h5{font-size:1.2rem; margin: 0; padding: 0; }
.agency-info .tel{}
.agency-info .tel { color: #666; font-size: 0.9rem; margin: 10px 0 0 0; padding: 5px 0; display: block; }  
.agency-info .tel::before { content: ""; display: inline-block; width: 20px; height: 20px; background-image: url('/img/icon-tel.svg'); background-size: contain; background-repeat: no-repeat; margin-right: 8px; vertical-align: text-top; }
.agency-info .email { color: #666; font-size: 0.9rem; margin: 0; padding: 5px 0; display: block; }  
.agency-info .email::before { content: ""; display: inline-block; width: 20px; height: 20px; background-image: url('/img/icon-email.svg'); background-size: contain; background-repeat: no-repeat; margin-right: 8px; vertical-align: text-top; }
.agency-info .add { color: #666; font-size: 0.9rem; margin: 0; padding: 5px 0; display: block; }  
.agency-info .add::before { content: ""; display: inline-block; width: 20px; height: 20px; background-image: url('/img/icon-add.svg'); background-size: contain; background-repeat: no-repeat; margin-right: 8px; vertical-align: text-top; }
.agency-info .licence { color: #666; font-size: 0.9rem; margin: 0; padding: 5px 0; display: block; }  
.agency-info .licence::before { content: ""; display: inline-block; width: 20px; height: 20px; background-image: url('/img/icon-licence.svg'); background-size: contain; background-repeat: no-repeat; margin-right: 8px; vertical-align: text-top; }
.com_logo{ position: absolute; top: 65px; right: 25px; width: 100px; height: 100px; border-radius: 50%; border: 1px solid #ebf1fa;}

.tour-list {  margin-bottom: 20px; }  /*display: flex;*/
.w100{width: 100% !important;}
.wrap-box{display: flex;}
.free-box {position: relative;  border-radius: 8px; border: 1px solid #34c6f4; padding: 0; overflow: hidden; background: #fff; width: auto; min-width: 300px; display: block; text-decoration: none; margin-right: 25px; margin-bottom: 25px; }
.free-box:hover{ box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); } /* 클릭 시 호버 효과 */	
.free-box::after { content: ""; position: absolute; bottom: 15px; right: 15px; width: 90px; height: 90px; background-image: url('../img/stamp.svg'); background-size: cover; background-repeat: no-repeat; transform: rotate(-45deg);}
.bg-no::after { display: none !important;}
.free-box header { background: #34c6f4; color: white; padding: 5px 15px; font-weight: bold; border-top-left-radius: 8px; border-top-right-radius: 8px; }  
.free-box header p{ padding: 7px; margin: 0; font-size: 0.8rem;}  
.free-box header span{ padding: 5px 12px;; margin: 0; font-size: 0.8rem;background:#fff;color:#34c6f4; border-radius: 8px; position: absolute; right: 10px; top: 7px;}  
.free-box .box-body { padding: 25px; background: #fff; }  
.free-box h5 { font-size: 1.2rem; font-weight: bold; margin:0 0 10px;  }  
.free-box .date { color: #666; font-size: 0.9rem; margin-bottom: 10px; display: block; }  
.free-box .member-num { color: #444; font-size: 0.9rem; display: block; margin-bottom: 20px; }  
.free-box .pay { color: #29a9c6; font-size: 1.1rem; font-weight: bold; display: block; }
 
 .free-box3 {position: relative;  border-radius: 8px; border: 1px solid #34c6f4; padding: 0; overflow: hidden; background: #fff; width: auto; min-width: 300px; display: block; text-decoration: none; margin-right: 25px; margin-bottom: 25px; }
.free-box3:hover{ box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); } /* 클릭 시 호버 효과 */	
.free-box3::after { content: ""; position: absolute; bottom: 15px; right: 15px; width: 90px; height: 90px; background-image: url('../img/stamp.svg'); background-size: cover; background-repeat: no-repeat; transform: rotate(-45deg);}
.free-box3 header { background: #34c6f4; color: white; padding: 5px 15px; font-weight: bold; border-top-left-radius: 8px; border-top-right-radius: 8px; }  
.free-box3 header p{ padding: 7px; margin: 0; font-size: 0.8rem;}  
.free-box3 header span{ padding: 5px 12px;; margin: 0; font-size: 0.8rem;background:#fff;color:#34c6f4; border-radius: 8px; position: absolute; right: 10px; top: 7px;}  
.free-box3 .box-body { padding: 25px; background: #fff; }  
.free-box3 h5 { font-size: 1.2rem; font-weight: bold; margin:0 0 10px;  }  
.free-box3 .date { color: #666; font-size: 0.9rem; margin-bottom: 10px; display: block; }  
.free-box3 .member-num { color: #444; font-size: 0.9rem; display: block; margin-bottom: 20px; }  
.free-box3 .pay { color: #29a9c6; font-size: 1.1rem; font-weight: bold; display: block; }


.free-box2 {position: relative;  border-radius: 8px; border: 1px solid #34c6f4; padding: 0; overflow: hidden; background: #fff; width: auto; min-width: 300px; display: block; text-decoration: none; margin-right: 25px; margin-bottom: 25px; }
.free-box2:hover{ box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); } /* 클릭 시 호버 효과 */	

.bg-no::after { display: none !important;}
.free-box2 header { background: #34c6f4; color: white; padding: 5px 15px; font-weight: bold; border-top-left-radius: 8px; border-top-right-radius: 8px; }  
.free-box2 header p{ padding: 7px; margin: 0; font-size: 0.8rem;}  
.free-box2 .box-body { padding: 25px; background: #fff; }  
.free-box2 h5 { font-size: 1.5rem; font-weight: bold; margin:0 0 10px;  }  
.free-box2 .date { color: #666; font-size: 0.9rem; margin-bottom: 10px; display: block; }  
.free-box2 .date::before { content: ""; display: inline-block; width: 20px; height: 20px; background-image: url('/img/icon-calender.svg'); background-size: contain; background-repeat: no-repeat; margin-right: 8px; vertical-align: text-top; }
.free-box2 .member-num { color: #444; font-size: 0.9rem; display: block; margin-bottom: 20px; }  
.free-box2 .member-num::before { content: ""; display: inline-block; width: 20px; height: 20px; background-image: url('/img/icon-people.svg'); background-size: contain; background-repeat: no-repeat; margin-right: 8px; vertical-align: text-top; }
.free-box2 .member-company { color: #444; font-size: 0.9rem; display: block; margin-bottom: 5px;margin-top:0px; }  
.free-box2 .pay { color: #29a9c6; font-size: 1.1rem; font-weight: bold; display: block; }
 .tour_left {float:left;width:50%; }
.free-box2 .box-body::after { clear:both;}




@media (max-width: 768px) {
.free-box2 { display: block; text-decoration: none; margin-right: 0;  }
.free-box2 .box-body {display: block;}
 .tour_left {float:none; width:100%; margin-bottom:15px; }
}

.package-box {display: block; border-radius: 20px; overflow: hidden; width: auto; margin-bottom: 25px;} 
.package-box:hover{ box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); } /* 클릭 시 호버 효과 */		
.package-box .bg-img { margin: 0; line-height: 1.5; height: 150px; } 
.package-box .caption {margin: 0; padding: 15px; border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; border: 1px solid #d7d7d7; border-top: none;} 
.package-box .caption h5 {font-size: 1rem; font-weight: bold; margin:0 0 10px;  } 	
.package-box .caption .date {color: #666; font-size: 0.9rem; margin-bottom: 10px; display: block; } 

@media (max-width: 768px) {
 .tour-list { display: flex; flex-direction: column; } 
 .free-box { display: block; text-decoration: none; margin-right: 0;  }
 .free-box3 { display: block; text-decoration: none; margin-right: 0;  }
}

.box-header-white{border: 1px solid #cfd5de;}
.box-header-white header{background: #fff}
.box-header-primary{border: 1px solid #cfd5de;}
.box-header-primary header{background: #ebf1fa;}
.box-header-primary2{border: 1px solid #cfd5de;}
.box-header-primary2 header{background: #f9f9f9}
.box-header-point1{border: 1px solid #e4cfcf;}
.box-header-point1 header{background-color: var(--point-color3);}
.box-header-point2{border: 1px solid #188c93;}
.box-header-point2 header{background-color: #21969d}
.box-header-point2 header p {color: #fff !important;}

.detail-box {position: relative;  border-radius: 8px; padding: 0; overflow: hidden; background: #fff; width: auto; min-width: 300px; display: block; text-decoration: none; margin-bottom: 20px; }
.detail-box header {padding: 5px 15px; font-weight: bold; border-top-left-radius: 8px; border-top-right-radius: 8px; }  
.detail-box header { color: #111;}  
.detail-box header p{ padding: 7px; margin: 0; font-size: 0.9rem;}  
.detail-box header h5{ padding: 7px; margin: 0; font-size: 1.1rem;}  
.detail-box .box-body { display: flex; align-items: flex-start; padding: 25px; } 
.detail-box .box-body img { width: 100px; height: 100px; object-fit: cover; border-radius: 10px; margin-right: 15px; } 
.detail-box .box-body .text-box { display: flex; flex-direction: column;  } 
.detail-box .box-body .text-box h5 { font-size: 1rem; margin: 5px 0; padding: 0; } 
.detail-box .box-body .text-box .date { color: #666; font-size: 0.9rem; margin: 0; padding: 0; } 

.detail-box .box-body .text-box2 { display: flex; flex-direction: column;  } 
.detail-box .box-body .text-box2 h5 { font-size: 1rem; margin: 5px 0; padding: 0; } 
.detail-box .box-body .text-box2 .date { color: #666; font-size: 0.9rem; margin: 0; padding: 0; } 

.detail-box .box-body-column { display: flex; flex-direction: column; width: 100%; } 
.detail-box .box-body-column hr { width: 100%; border-top: 1px solid #ccc; margin-top: 10px; margin-bottom: 10px;  }

.detail-box .box-body-column2 { display: flex; flex-direction: column; width: 100%; padding: 15px; } 
.detail-box .box-body-column2 hr { width: 100%; border-top: 1px solid #ccc; margin-top: 10px; margin-bottom: 10px;  }

.pay-info { margin: 0; padding: 0; display: flex; flex-direction: column; min-width:150px; max-width:300px; width:100%; }
.pay-info .row { display: flex; justify-content: space-between; margin-bottom: 10px; }
.pay-info dt { font-weight: bold; width: 120px; }
.pay-info dd { margin: 0; }  
.pay-info .total-title { font-weight: bold; }
.pay-info .total-amount { font-weight: bold; color: 000; }

/* 받은 견적*/

.receive-list {}
.receive-list h5 {font-size:1.2rem; margin: 0; padding: 0; }
.receive-list p {font-size:0.9rem; margin: 10px 0 20px; padding: 0; }
.receive-list .gray-box {background: #f6f6f6; padding: 20px;}
.receive-list .wrap-receive-count {display: flex; justify-content: space-between; align-items: flex-start; margin-bottom: 15px; }
.receive-list .wrap-receive-count p {margin: 0; padding: 0; font-size: 1.1rem;}
.receive-list .wrap-receive-count button { padding: 5px 10px; border: none; background: #fff; color: #111; border-radius: 5px; cursor: pointer; border: 1px solid #d1d1d1;}

.receive-list .item { width: 270px; display: flex; flex-direction: column; align-items: flex-start; text-decoration: none; border: 1px solid #d1d1d1; padding: 20px; border-radius: 20px; background: #fff; }  
.receive-list .item .box-body { display: flex; justify-content: space-between; width: 100%; align-items: center; }  
.receive-list .item .caption { flex-grow: 1; text-align: left; }  
.receive-list .item .caption h5 { margin: 5px 0; font-size: 1.2rem; }  
.receive-list .item .caption span { display: block; font-size: 1rem; color: #555; margin-top: 10px; }  
.receive-list .item .agency-photo { flex-shrink: 0; width: 80px; height: 80px; overflow: hidden; border-radius: 8px; }  
.receive-list .item .agency-photo img { width: 100%; height: 100%; object-fit: cover; }  
.receive-list .item .button-group { display: flex; gap: 10px; margin-top: 10px; justify-content:flex-end; width: 100%; }  
 



 @media (max-width: 1020px) { 
.receive-list .gray-box {background: #f6f6f6; padding: 20px 0	;}	 
.receive-list .swiper {overflow: inherit;} 	  
	  }
/* 받은 견적2*/
.wrap-product { display: flex; width: 100%; background-color: white; position: relative; padding-top: 50px; padding-bottom: 60px;} 
.wrap-product .guest-tour-info{flex-grow: 1} 
.wrap-product .agency-info{flex-grow: 1} 
.wrap-product h4 {font-size: 1.3rem; font-weight: 700; margin: 0; padding: 0;} 
.product-details { width: 80%; padding: 20px; display: flex; flex-direction: column;} 	
.product-details .wrap-tour-info {display: flex;} 	

.pricing-info {width: 20%; padding: 20px; position: sticky; top: 50px; margin-top: 20px; height: fit-content;  border-radius: 8px; border: 1px solid #fcd8e0; padding: 0;  background: #fff; width: auto; min-width: 300px; display: block; text-decoration: none; margin-left: 25px; margin-bottom: 25px; }
.pricing-info:hover{ box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); } /* 클릭 시 호버 효과 */	
.pricing-info header { background: #ff4b27; color: white; padding: 5px 15px; font-weight: bold; border-top-left-radius: 8px; border-top-right-radius: 8px; }  
.pricing-info header h5 { font-size: 1.2rem; font-weight: bold; margin:10px 0; color: #fff;  }  
.pricing-info .box-body { padding: 15px; ; }  
.pricing-info .discount { color: #666; font-size: 0.9rem; margin-bottom: 0; display: block; font-weight: 700;  }  
.pricing-info .discount span{text-decoration: line-through; }  
.pricing-info .discount em{font-style: normal; margin-left: 10px; color: #ff4b27;}  
.pricing-info .price { color: #ff4b27; font-size: 1.6rem; display: block; margin:0 0 10px; font-weight: 700; }  
.pricing-info .coment { font-size: 1rem; margin: 0 0 20px; padding: 0; }
.pricing-info .wrap-btn { display: flex;}
.pricing-info .wrap-btn button {flex-grow: 1;}
 .overlay {position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.7); opacity: 0; visibility: hidden; transition: opacity 0.3s ease-in-out; z-index: 777;}

@media (max-width: 1020px) { 
.pricing-info .box-body { padding: 15px 15px 0px 15px; margin-top: 70px; overflow-y:auto; height: calc(60vh - 70px);}  
  .wrap-product { width: 100%; } 
  .product-details { width: 100%; flex-direction: column; } 
  .product-details .wrap-tour-info { display: flex; flex-direction: column; } 
  .wrap-product .guest-tour-info, .wrap-product .agency-info { width: 100%; margin-bottom: 20px; }   
  .pricing-info {position: fixed; z-index: 9999; bottom: 0; left: 0; width: 100%;top: unset; min-width: unset; margin: 0; border: none; border-radius: 0;  border-top-left-radius: 15px; border-top-right-radius: 15px;  transition: transform 0.3s ease-in-out; transform: translateY(77%); /* 처음에는 하단에 숨겨짐 */}
  .pricing-info.open {transform: translateY(0); /* 'open' 클래스가 추가되면 위로 펼쳐짐 */ 
          max-height: 60%;
		 
		 
  }
  .pricing-info header { display: flex; justify-content: center; align-items: center; height: 60px; cursor: pointer; border-top-left-radius: 15px; border-top-right-radius: 15px; position: absolute;width:100%; }
     .overlay.active {opacity: 1; visibility: visible;}  	
	
}


/* 결제하기 */
.wrap-account { max-width: 700px; margin: 50px auto; padding: 15px; }
.wrap-account h4 { font-size: 1.2rem; }
.traveler-info { margin-top: 20px; }
.traveler-info .traveler { border-bottom: 2px dashed #b9b9b9; padding: 5px 0 20px 0; margin-bottom: 20px; }
.traveler h5 { margin: 0 0 15px; padding: 0; font-size: 1.1rem; }
.traveler .row { display: flex; gap: 10px; margin-bottom: 15px; justify-content: space-between; }
.traveler input { flex: 1; padding: 12px; border: 1px solid #B3B3B3; border-radius: 6px; box-sizing: border-box; font-size: 1rem; }
.traveler .name-box input { max-width: 48%;}
.traveler .gender-box { display: flex; gap: 10px; margin-bottom: 15px; }

.traveler .gender-box label { text-align: center; padding: 10px; border: 1px solid #B3B3B3; border-radius: 6px; cursor: pointer; width: 45px; height: 45px; display: inline-block; line-height: 1.6; text-align: center; }
.traveler .gender-box input[type="radio"] { display: none; }
.traveler .gender-box input:checked + label { background-color: #29a9c6; color: white; border: 1px solid #29a9c6; }
.traveler .gender-birth { display: flex; gap: 10px;  }
.traveler .gender-birth input[type="text"] { flex-grow: 1; flex-shrink: 0; padding: 12px; border: 1px solid #B3B3B3; border-radius: 6px; box-sizing: border-box; }
.traveler .gender-box input[id^="male"] + label { border-top-right-radius: 0; border-bottom-right-radius: 0; }
.traveler .gender-box input[id^="female"] + label { border-top-left-radius: 0; border-bottom-left-radius: 0; margin-left: -11px; }

.traveler .tel-box { display: flex; gap: 10px; width: 100%; }
.traveler .tel-box select { padding: 10px 11px; border-radius: 6px; border: 1px solid #B3B3B3; box-sizing: border-box; font-size: 1rem; }
.traveler .tel-box input[type="text"] { max-width: 100% !important; }
.traveler .email input[type="text"] { max-width: 100% !important; }

.traveler .sns-box { display: flex; gap: 10px; width: 100%;  }
.traveler .sns-select { display: flex; gap: 10px; }
.traveler .sns-select label { width: 45px; height: 45px; display: flex; align-items: center; justify-content: center; border: 1px solid #B3B3B3; border-radius: 6px; cursor: pointer; background-color: white; }
.traveler .sns-select input[type="radio"] { display: none; }
.traveler .sns-select input:checked + label { background-color: #29a9c6; border-color: #29a9c6; }
.traveler .sns-select input:checked + label svg path { fill: white; }
.traveler .sns-select input[id^="sns-instagram"] + label { border-top-right-radius: 0; border-bottom-right-radius: 0; }
.traveler .sns-select input[id^="sns-facebook"] + label { border-top-left-radius: 0; border-bottom-left-radius: 0; margin-left: -11px; }


@media (max-width: 375px) {
	.traveler .gender-box, .traveler .tel-box, .traveler .sns-box {flex-direction: column;}
}	
	
.terms-container { width: 100%; margin: 30px auto 20px auto; }
.terms-item { display: flex; align-items: center; margin-bottom: 20px; padding-left: 15px; letter-spacing: -0.05rem; }
.terms-item input { margin-right: 10px; transform: scale(1.5); }
.terms-item button { margin-left: auto; background: none; border: none; color: #333; cursor: pointer; text-decoration: none; }
.terms-item .required { color:#2C87A3;  }
.terms-item .optional { color: #2C87A3;  }
.all-agree { background: #f5f9fd; border: 1px solid #d8e4f0; padding: 15px; border-radius: 5px;font-weight: 700; }
.wrap-account .modal-overlay { display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.5); z-index: 999; }
.wrap-account .modal { display: none; position: fixed; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 90%; max-width: 700px; height: 70%; background: white; box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); border-radius: 10px; overflow: hidden; z-index: 1000; }
.wrap-account .modal-header { display: flex; justify-content: space-between; padding: 10px; background: #f0f0f0; align-items: center;}
.wrap-account .modal-header span{ font-size: 1.2rem; margin: 0; padding: 0; font-weight: 700; }
.wrap-account .modal-body { padding: 20px; overflow-y: auto; max-height: 60vh; white-space: pre-wrap; }
.wrap-account .close-btn { cursor: pointer; border: none; background: none; font-size: 32px; }
    
.payment-info {width: 20%; padding: 20px; position: sticky; top: 50px; margin-top: 30px; height: fit-content;  border-radius: 8px; border: 1px solid #fcd8e0; padding: 0;  background: #fff; width: auto; min-width: 300px; display: block; text-decoration: none; margin-left: 25px; margin-bottom: 25px; }
.payment-info:hover{ box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); } /* 클릭 시 호버 효과 */	
.payment-info header { background: #ff4b27; color: white; padding: 5px 15px; font-weight: bold; border-top-left-radius: 8px; border-top-right-radius: 8px; }  
.payment-info header h5 { font-size: 1.2rem; font-weight: bold; margin:10px 0; color: #fff;  }  
.payment-info .box-body { padding: 15px;  }  
.payment-info .discount { color: #666; font-size: 0.9rem; margin-bottom: 0; margin-top: 0; display: block; font-weight: 700;  }  
.payment-info .discount span{text-decoration: line-through; }  
.payment-info .discount em{font-style: normal; margin-left: 10px; color: #ff4b27;}  
.payment-info .price0 { color: #222; font-size: 1.3rem; display: block; margin:0 0 10px; font-weight: 600; text-align: right;
border-bottom: 1px dotted #b9b9b9;
    padding-bottom: 15px;
}  

.payment-info .price { color: #ff4b27; font-size: 1.6rem; display: block; margin:0 0 10px; font-weight: 700; text-align: right;}  
.payment-info .coment { font-size: 0.8rem; margin: 0; padding: 0; text-align: right; }

    
.payment-info2 {width: 20%; padding: 20px; position: sticky; top: 50px; margin-top: 30px; height: fit-content;  border-radius: 8px; border: 1px solid #34c6f4; padding: 0;  background: #fff; width: auto; min-width: 300px; display: block; text-decoration: none; margin-left: 25px; margin-bottom: 25px; }
.payment-info2:hover{ box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); } /* 클릭 시 호버 효과 */	
.payment-info2 header { background: #34c6f4; color: white; padding: 5px 15px; font-weight: bold; border-top-left-radius: 8px; border-top-right-radius: 8px; }  
.payment-info2 header h5 { font-size: 1.2rem; font-weight: bold; margin:10px 0; color: #fff;  }  
.payment-info2 .box-body { padding: 15px;  }  
.payment-info2 .discount { color: #666; font-size: 0.9rem; margin-bottom: 0; margin-top: 0; display: block; font-weight: 700;  }  
.payment-info2 .discount span{text-decoration: line-through; }  
.payment-info2 .discount em{font-style: normal; margin-left: 10px; color: #34c6f4;}  
.payment-info2 .price { color: #34c6f4; font-size: 1.6rem; display: block; margin:0 0 10px; font-weight: 700; }  
.payment-info2 .coment { font-size: 0.9rem; margin: 0 0 10px; padding: 0; }

.payment-info2 .box-body {
    padding: 0px;
}
.coment ul  {width:100%;margin:0px;padding:0px;}

.coment ul li{
list-style:none;
	padding:10px 15px;
    border-top: 1px dotted #34c6f4;
}
.traveler .row2 { margin-bottom: 5px;margin-top: 5px;  }

.coment ul li p {padding-left:45px; }
.coment ul li:first-child { border-top: 0; } 
.traveler {
	padding-top:0px;
	padding-left:30px;
}


ul.pay_list  li label {line-height: 38px;}
ul.pay_list  li label span{
	padding-left:10px;
	font-size: 1rem;
    vertical-align: middle;
}
ul.pay_list  li  input[type="radio"] {
vertical-align: middle;
}
ul.pay_list  li p {float:right;margin:0px;}


.payment_text {

	border:1px solid #f3785b;
	background:#fff1ed;
	border-radius: 10px;
	color:#f16747;
	margin-top:10px;
	padding:10px 30px;


}



@media (max-width: 768px) {
ul.pay_list li p.pay_icon2 {float:none;}
ul.pay_list li p.pay_icon {float:none;}
.traveler {
	padding-top:0px;
	padding-left:10px;
}

}



.payment-button { position: fixed; bottom: 0; left: 0; width: 100%; border-bottom-left-radius: 0; border-bottom-right-radius: 0; max-width: 700px; left: 50%; transform: translateX(-50%); font-size: 1.4rem;}	

.wrap-text { width: 100%;   height: 600px; overflow: hidden; position: relative; transition: height 0.3s ease-in-out;  padding: 0;  } 
.wrap-text.no-before::before {display: none;}
.wrap-text::before { content: "";  width: 100%;  height: 30%; position: absolute;  left: 0; bottom: 0; background: linear-gradient(to top, #fff, transparent);}
.wrap-text.expanded { height: auto; } 
.text-box{padding: 15px; border: 1px solid #ddd;}
.text-box2{padding: 0px;}
.wrap-schedule { width: 100%; margin: 0 auto; } 
.day-box { display: flex; align-items: center; justify-content: space-between; background: #cadef3; color: 000; padding: 15px 20px; border-radius: 10px; border-bottom-left-radius:0;  border-bottom-right-radius:0; cursor: pointer; margin-top: 10px; } 
.day-circle { width: 70px; height: 70px; background: white; color: #111; font-weight: bold; display: flex; align-items: center; justify-content: center; border-radius: 50%; font-size: 0.9rem; padding: 15px; } 
.day-title { font-size: 1.1rem; font-weight: bold; margin-left: 15px; flex-grow: 1; } 
.toggle-icon { width: 35px; height: 35px; transition: transform 0.3s ease; } 
	
.content2 { display: none; padding: 30px 15px; background: white; border: 1px solid #ddd; border-radius: 5px; border-top-left-radius:0;  border-top-right-radius:0; margin-top: 0; position: relative;} 
.content2.show { display: block; } 
	  
.tour-content { max-width: 100%; margin: 0 auto; position: relative;} 
.text-type { position: relative;} 
.text-type button{ font-size: 0.7rem; margin-left: 10px; padding: 5px 7px; vertical-align: bottom;} 
	     
.text-type::before{display: block; content: ''; height: calc(100% - 1px); position: absolute; top: 12px; left: 22px; border: 1px dashed #31374f; z-index: 1;} 
.text-type:last-of-type::before {  display: none; }
/* 형태 1: 아이콘 + 큰 타이틀 + 3줄 텍스트 */
.text-type1 { display: flex; align-items: flex-start;  padding: 10px 10px 20px; margin-bottom: 0; position: relative;   } 
.text-type1 .icon {  width: 26px; height: 26px; margin-right: 20px; position: relative; z-index: 77;} /* 아이콘 크기 50px로 수정 */
.text-type1 .title-large { font-size: 1.2rem; font-weight: bold; margin-bottom: 10px; } 
.text-type1 .text-large { font-size: 0.9rem; color: #555; line-height: 1.4; } 

/* 형태 2: 아이콘 + 중간 타이틀 */
.text-type2 { display: flex; align-items: center;  padding: 10px 10px 20px; margin-bottom: 0;  position: relative; } 
.text-type2 .icon { width: 26px; height: 26px; margin-right: 15px; position: relative; z-index: 66; } /* 아이콘 크기 50px로 수정 */
.text-type2 .title-medium { font-size: 1rem; font-weight: bold; color: #2f2f2f; } 

/* 형태 3: 아이콘 + 중간 타이틀 + 왼쪽 이미지 + 오른쪽 3줄 텍스트 */
.text-type3 { padding: 10px 10px 20px; margin-bottom: 0; position: relative;} 
.text-type3 .icon-title { display: flex; align-items: center; margin-bottom: 10px; position: relative; z-index: 55; } /* 아이콘과 타이틀을 나란히 배치 */
.text-type3 .icon { width: 26px; height: 26px; margin-right: 15px; } /* 아이콘 크기 50px로 수정 */
.text-type3 .title-medium { font-size: 1rem; font-weight: bold; margin-bottom: 5px; } /* 타이틀 */
.text-type3 .content-img { width: 300px; height: auto; border-radius: 10px; margin-right: 15px; object-fit: cover; } /* 이미지 가로 크기 300px로 수정 */
.text-type3 .text-medium { font-size: 0.9rem; color: #555; line-height: 1.4; } 

/* 형태 3: 텍스트와 이미지 나란히 배치 */
.content-container { display: flex; align-items: flex-start; padding-left: 40px; } 
	  
.hotel-info { display: flex; align-items: center; background: white; padding: 20px; max-width: 100%; border-top: 1px solid #ddd; border-bottom: 1px solid #ddd; gap: 20px; } 
.hotel-icon { display: flex; align-items: center; } 
.hotel-icon img { width: 50px; height: 50px; margin-right: 10px; } 
.hotel-icon span { font-size: 1.2rem; font-weight: bold; color: #333; } 
.hotel-img { width: 200px; height: auto; object-fit: cover; border-radius: 10px; } 
.hotel-details { display: flex; flex-direction: column; justify-content: center; } 
.hotel-name { font-size: 1.1rem; font-weight: bold; margin-bottom: 5px; } 
.hotel-room { font-size: 0.9rem; color: #555; margin-bottom: 5px; } 
.hotel-link { font-size: 0.8rem; color: #007bff; text-decoration: none; margin-bottom: 10px; } 

.transport-info { display: flex; align-items: center; background: white; padding: 20px; max-width: 100%; border-top: 1px solid #ddd; border-bottom: 1px solid #ddd; gap: 20px; } 
.transport-icon { display: flex; align-items: center; } 
.transport-icon img { width: 50px; height: 50px; margin-right: 10px; } 
.transport-icon span { font-size: 1.2rem; font-weight: bold; color: #333; } 
.transport-name { font-size: 1rem; font-weight: bold; color: #333; } 

.meal-info { display: flex; align-items: center; background: white; padding: 20px; max-width: 100%; border-top: 1px solid #ddd; border-bottom: 1px solid #ddd; gap: 20px; } 
.meal-icon { display: flex; align-items: center; min-width: 110px; } 
.meal-icon img { width: 50px; height: 50px; margin-right: 10px; } 
.meal-icon span { font-size: 1.2rem; font-weight: bold; color: #333; } 
.meal-details { display: flex; flex-direction: column; justify-content: center; } 
.meal-item { font-size: 1rem; color: #333; margin-bottom: 5px; } 

/* 모바일 스타일 */
@media (max-width: 768px) {
.day-title { font-size: 1rem; font-weight: bold; margin: 0; margin-left: 15px; flex-grow: 1; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } 		
/*
.content { display:block; padding: 0; background: white; border: 1px solid #ddd; border-radius: 5px; border-top-left-radius:0;  border-top-right-radius:0; margin-top: 0; position: relative;} 		
*/		
		/* 형태 3: 아이콘 + 중간 타이틀 + 왼쪽 이미지 + 오른쪽 3줄 텍스트 */
.text-type3 { padding: 10px 10px 20px; margin-bottom: 0; position: relative;} 
.text-type3 .icon-title { display: flex; align-items: center; margin-bottom: 10px; position: relative; z-index: 55; } /* 아이콘과 타이틀을 나란히 배치 */
.text-type3 .icon { width: 26px; height: 26px; margin-right: 15px; } /* 아이콘 크기 50px로 수정 */
.text-type3 .title-medium { font-size: 1rem; font-weight: bold; margin-bottom: 5px; } /* 타이틀 */
.text-type3 .content-img { width: 100%; height: auto; border-radius: 10px; margin-right: 15px; object-fit: cover; } /* 이미지 가로 크기 300px로 수정 */
.text-type3 .text-medium { font-size: 0.9rem; color: #555; line-height: 1.4; } 

/* 형태 3: 텍스트와 이미지 나란히 배치 */
.content-container { display: flex; flex-direction: column; align-items: flex-start; padding-left: 40px; } 
		
		
  .hotel-info { flex-direction: column; align-items: flex-start; } 
  .hotel-icon { order: -1; margin-bottom: 0; } 
  .hotel-img { width: 100%; } 
}

.go-top-link span, .chat-link span { display: none; } 
@media (max-width: 768px) { 
  .fixed-links { position: fixed; bottom: 80px; right: 10px; display: flex; flex-direction: column; align-items: center; gap: 15px; z-index: 666; } 
  .go-top-link { display: none; justify-content: center; align-items: center; width: 42px; height: 42px; border-radius: 50%; background-color: #fff; color: white; font-size: 14px; text-align: center; text-decoration: none; box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2); transition: background-color 0.3s ease; } 
  .chat-link { display: flex; justify-content: center; align-items: center; width: 42px; height: 42px; border-radius: 50%; background: linear-gradient(45deg, #00a3d6, #00f6ff); color: white; font-size: 14px; text-align: center; text-decoration: none; box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2); transition: background-color 0.3s ease; } 
.go-top-link span, .chat-link span { display: none; } 
  .go-top-link::before { content: ''; display: inline-block; width: 20px; height: 20px; background-color: #111; mask: url('/img/icon-top.svg') no-repeat center center; -webkit-mask: url('/img/icon-top.svg') no-repeat center center; background-size: contain; } 
  .chat-link::before { content: ''; display: inline-block; width: 20px; height: 20px; background-color: white; mask: url('/img/icon-chat.svg') no-repeat center center; -webkit-mask: url('/img/icon-chat.svg') no-repeat center center; background-size: contain; } 
  .go-top-link.show { display: flex; } /* Scroll up 시 보여짐 */
}

 

/* 관광지*/	

.menu-wraper { display: flex; gap: 20px; overflow-x: auto; padding: 10px; white-space: nowrap; max-width: 100%; scrollbar-width: none; -ms-overflow-style: none;}
.menu-wraper::-webkit-scrollbar { display: none; }
.menu-item { display: flex; flex-direction: column; align-items: center; text-align: center; min-width: 80px; text-decoration: none; color: inherit; position: relative; }
.menu-item svg { width: 30px; height: 30px; margin-bottom: 10px; }
.menu-item span { color: #333; position: relative; padding-bottom: 10px; }
.menu-item:hover span { color: #007bff; }
.menu-item.on span { color: #007bff; }
.menu-item svg path {fill: #6a6a6a;}
.menu-item:hover span { color: #007bff; }
.menu-item.on svg path {fill: #007bff;}


.select-menu { display: flex; gap: 10px; overflow-x: auto; padding: 15px; white-space: nowrap; margin-top: 0; align-items: center; background: #e8e8e8; border-radius: 8px; font-size: 0.95rem; scrollbar-width: none; -ms-overflow-style: none; }
.select-menu::-webkit-scrollbar { display: none; }
.select-menu input { display: none; }
.select-menu label { padding: 8px 15px; background: #fff; border-radius: 5px; cursor: pointer; display: flex; align-items: center; gap: 15px; }
.select-menu input:checked + label { background: #007bff; color: white; }

@media (max-width: 1020px) {
  .menu-wraper { margin-top: 10px; gap: 2px; }
  .menu-item svg { width: 25px; height: 25px; margin-bottom: 5px; }
  .select-menu { display: flex; gap: 10px; overflow-x: auto; padding: 12px; white-space: nowrap; margin-top: 0; align-items: center; background: #e8e8e8; border-radius: 0; font-size: 0.9rem; scrollbar-width: none; -ms-overflow-style: none; }
  .select-menu::-webkit-scrollbar { display: none; }
}

.spot-list { display: flex; flex-wrap: wrap; margin-top: 40px; margin-bottom: 20px; gap: 20px; justify-content: flex-start; } 
.spot-list.pttop {margin-top: 10px;}
.spot-item { display: block; border-radius: 20px; overflow: hidden; width: calc(25% - 20px); margin-bottom: 0; position: relative; } 
.spot-item .bg-img { margin: 0; line-height: 1.5; height: 180px; } 
.spot-item .bg-img2 { margin: 0; line-height: 1.5; height: 180px;border: 1px solid #d7d7d7;border-top-left-radius:20px;border-top-right-radius:20px; } 

.spot-item .caption { margin: 0; padding: 15px; border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; border: 1px solid #d7d7d7; border-top: none; } 
.spot-item .caption h5 { font-size: 1rem; font-weight: bold; margin: 0 0 10px; } 
.spot-item .caption h4 { font-size: 1rem; font-weight: 400; margin: 0 0 10px; } 
.spot-item .caption em { font-size: 0.8rem; margin: 0 0 10px 0; display: inline-block; border: 1px solid var(--gray-color1); border-radius: 5px; padding: 2px 5px; font-style: normal; } 
.spot-item .caption span { font-size: 0.8rem; margin: 0 0 10px 0; display: inline-block;  font-style: normal;float:right;color: var(--point-color); } 

.spot-item .wishlist-button { position: absolute; top: 10px; right: 10px; background-color: white; border: none; padding: 8px; border-radius: 50%; line-height: 0; cursor: pointer; box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1); transition: background-color 0.3s ease, transform 0.3s ease; z-index: 10; } 
.spot-item .wishlist-button svg { fill: #858585; transition: fill 0.3s ease; } 
/*.spot-item .wishlist-button:hover svg { fill: #ff4081; transform: scale(1.1); } 
.spot-item .wishlist-button:active svg { fill: #ff4081; } */
.spot-item .wishlist-button.on svg { fill: #ff4081; transition: fill 0.3s ease; } 

@media (min-width: 1200px) { .spot-item { width: calc(25% - 20px); } } 
@media (max-width: 1199px) and (min-width: 768px) { .spot-item { width: calc(33.33% - 20px); } } 
@media (max-width: 767px) and (min-width: 480px) { .spot-item { width: calc(50% - 20px); } } 
@media (max-width: 479px) { 
  .spot-list { display: flex; flex-wrap: wrap; margin-top: 20px; margin-bottom: 0; gap: 20px; justify-content: center;  } 
  .spot-item { width: 100%; display: flex; align-items: center; border-bottom: 1px solid #d7d7d7; border-radius: 0; overflow: hidden; padding: 0 0 20px 0; position: relative; justify-content: space-between; align-items: flex-start; } 
  .spot-item .bg-img { width: 120px !important; height: 120px !important; flex-shrink: 0; border-radius: 10px; background-size: cover; background-position: center; } 
  .spot-item .bg-img2 { width: 120px !important; height: 120px !important; flex-shrink: 0; border-radius: 10px; background-size: cover; background-position: center; } 
  .spot-item .caption { flex-grow: 1; margin-left: 15px; margin-top: 10px; padding: 0; border: none !important; display: flex; flex-direction: column; gap: 5px;  } 
  .spot-item .caption em { font-size: 0.8rem; border: 1px solid var(--gray-color1); border-radius: 5px; padding: 2px 5px; white-space: nowrap; max-width: 60px; text-align: center;margin: 0 0 0px 0;} 
  .spot-item .caption span { font-size: 0.8rem; margin: 0 0 0px 0; display: inline-block;  font-style: normal;float:right; } 
  .spot-item .caption h5 { font-size: 1rem; font-weight: bold; margin: 0; } 
  .spot-item .caption h4 { font-size: 0.9rem; font-weight: 400; margin: 0; } 
  .spot-item .wishlist-button { position: absolute; top: 2px; right: 2px; } 
}

/* 여행상품 테마 */	
.select-theme { display: flex; gap: 10px; overflow-x: auto; padding: 15px 15px 15px 0; margin-bottom: 25px; border-bottom: 2px solid #ebeef2; white-space: nowrap; margin-top: 0; align-items: center; background: #fff; font-size: 0.95rem; scrollbar-width: none; -ms-overflow-style: none; }
.select-theme::-webkit-scrollbar { display: none; }
.select-theme input { display: none; }
.select-theme label { padding: 8px 15px; background: #fff; border-radius: 5px; border: 2px solid #dcdfe3; cursor: pointer; display: flex; align-items: center; gap: 15px; }
.select-theme input:checked + label { background: #f7f7f7; border: 2px solid #222;  }

@media (max-width: 1020px) {
.select-theme { display: flex; gap: 10px; overflow-x: auto; padding: 12px; white-space: nowrap; margin-top: 20px; align-items: center; border-radius: 0; font-size: 0.9rem; scrollbar-width: none; -ms-overflow-style: none; }
.select-theme::-webkit-scrollbar { display: none; }
}

/* 여행상품 */	
.trip-list { display: flex; flex-wrap: wrap; margin-top: 40px; margin-bottom: 20px; gap: 20px; justify-content: flex-start; } 
.trip-list.pttop {margin-top: 10px;}
.trip-list .item { display: block; border-radius: 20px; overflow: hidden; width: calc(25% - 20px); margin-bottom: 0; position: relative; } 

.trip-list .item { border-radius: 15px; overflow: hidden;} 
.trip-list .item .bg-img { margin: 0; line-height: 1.5; height: 210px; } 
.trip-list .item .caption {margin: 0; padding: 15px; border-bottom-left-radius: 15px; border-bottom-right-radius: 15px; border: 1px solid #d7d7d7; border-top: none;} 
.trip-list .item .caption span {margin: 0; padding: 0 0 5px 0; display: inline-block;font-size: 0.8rem; color: #626262;} 
.trip-list .item .caption h5 {margin: 0; padding: 0; font-weight: 400; font-weight: bold; font-size: 1rem; min-height: 80px;} 
.trip-list .item .rating-box {display: flex; align-items: center; margin-top: 8px; display: none !important;}
.trip-list .item .stars {display: flex;}
.trip-list .item .stars svg {margin-right: 2px;}
.trip-list .item .rating-text {font-size: 0.9rem; color: #444; margin-left: 8px;}
.trip-list .item .price-box {margin-top: 20px;}
.trip-list .item .price-box .price {font-size: 1rem; font-weight: bold; color: #D32F2F;}
.trip-list .item .price-box .price em{font-size: 1rem; font-weight: normal; color: #7C7C7C; font-style: normal;}

.trip-list .item .wishlist-button { position: absolute; top: 10px; right: 10px; background-color: white; border: none; padding: 8px; border-radius: 50%; line-height: 0; cursor: pointer; box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1); transition: background-color 0.3s ease, transform 0.3s ease; z-index: 10; } 
.trip-list .item .wishlist-button svg { fill: #858585; transition: fill 0.3s ease; } 
/*.trip-list .item .wishlist-button:hover svg { fill: #ff4081; transform: scale(1.1); } 
.trip-list .item .wishlist-button:active svg { fill: #ff4081; } */
.trip-list .item .wishlist-button.on svg { fill: #ff4081; transition: fill 0.3s ease; } 

@media (min-width: 1200px) { .trip-list .item { width: calc(25% - 20px); } } 
@media (max-width: 1199px) and (min-width: 768px) { .trip-list .item { width: calc(33.33% - 20px); } } 
@media (max-width: 767px) and (min-width: 480px) { .trip-list .item { width: calc(50% - 20px); } } 
@media (max-width: 479px) { 
.trip-list { display: flex; flex-wrap: wrap; margin-top: 20px; margin-bottom: 0; gap: 20px; justify-content: center;  } 
.trip-list .item { border-radius: 10px; overflow: hidden; width: 95%;} 
.trip-list .item .bg-img { margin: 0; line-height: 1.5; height: 200px; } 
.trip-list .item .caption {margin: 0; padding: 5px 10px 10px; border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; border: 1px solid #d7d7d7; border-top: none;} 
.trip-list .item .caption span {margin: 0; padding: 0; font-size: 0.8rem; color: #626262;} 
.trip-list .item .caption h5 {margin: 1px 0 0 0; padding: 0; font-size: 1rem;} 
.trip-list .item .wishlist-button { position: absolute; top: 2px; right: 2px; } 
}


/* 찜목록 */
.wrap-wish-no{width: 100%; text-align: center;}
.wish-no img{ width: 200px;}
.wish-no p{ font-size: 1.1rem; line-height: 2; }

.pleft { padding-left:20px;}
@media (max-width: 767px) {
.pleft {display :none;}

} 
.footer { background:#1f2a44; color:#fff; padding:40px 20px; margin-top: 50px; }
.footer .inner { max-width:1280px; margin-left:auto; margin-right:auto; }
.footer h3 { margin-bottom:15px; font-size:0.9rem; }
.footer a { color:#fff; text-decoration:none; }
.footer a:hover { text-decoration:underline; }
.footer-top { display:flex; flex-wrap:wrap; justify-content:space-between; gap:30px; margin-bottom:30px; }
.footer-box { flex:1 1 220px; min-width:220px; }
.footer-box.cs-center p {font-size: 0.75rem; color: #9c9fa6; line-height: 1.7;}
.footer-box .icons a img, .footer-box .payment img{ height:36px; margin-right:8px; margin-bottom:8px; vertical-align:middle; }
.footer-box .banner img { margin-bottom:15px; vertical-align:middle; }
.video-box {padding-right: 30px}
.video-box img { width:100%;  }
.footer-bottom { display:flex; justify-content:space-between; align-items:flex-start; border-top:1px solid rgba(255,255,255,0.2); padding-top:20px; gap:20px; }
.footer-info-left { flex:1; }
.footer-info-left .footer-links {display: flex;}
.footer-info-left .footer-links a {margin-right: 20px; font-size: 0.8rem;}
.footer-info-left .footer-info {color: #b1b5bd; font-size: 0.8rem; line-height: 1.7;}
.footer-info-left p { margin:4px 0; font-size:13px; }
.footer-links { margin-bottom:10px; }
.footer-info-right { text-align:right; white-space:nowrap; }
.footer-info-right .copyright { font-size:0.75rem; color:#bbb; padding-top: 14px; }

@media (max-width:768px) {
  .footer { padding:20px 15px; }
  .footer-top { flex-direction:column; align-items:center; gap:15px; }
  .footer-box { flex:1 1 auto; min-width:100%; text-align:center; }
  .footer-box img { margin:auto; }
  .footer-bottom { flex-direction:column; align-items:center; text-align:center; }
  .video-box {padding-right: 0}
.footer-info-left .footer-links {display: flex; justify-content: center;}	
  .footer-info-right { text-align:center; margin-top:10px; }
}




.back-button {position: absolute; top: 20px; left: 20px; width: 40px; height: 40px; z-index: 9999; cursor: pointer; background-color: transparent; background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" stroke="black" fill="none" stroke-width="2"><path stroke-linecap="round" stroke-linejoin="round" d="M19 12H5M12 5l-7 7 7 7"/></svg>'); background-repeat: no-repeat; background-position: center; background-size: 24px 24px;}

/* login */
 .wrap-login{display: flex; justify-content: center; align-items: center; height: 100vh; background-color: #fff;}
.login-box { background: white; padding: 20px; box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1); border-radius: 8px; width: 400px; text-align: center; }
.login-box input { width: 100%; padding: 15px; margin: 5px 0 5px; border: 1px solid #ccc; border-radius: 15px; }
.login-box button { width: 100%;  }
.login-box button:hover { }
.links { margin-top: 10px; display: flex; justify-content: space-between; }
.links a { color: #007bff; text-decoration: none;  font-size: 0.8rem; }
.links a:hover { text-decoration: underline; }
.social-login { margin-top: 20px; margin-bottom: 20px; border-top: 1px solid var(--line-color); }
.social-login p { margin-bottom: 15px; }
.social-icons { display: flex; justify-content: center; gap: 10px; }
.social-icons img { width: 30px; height: 30px; cursor: pointer; }
.policy { margin-top: 20px; font-size: 0.9rem; }
.policy a { color: #007bff; text-decoration: none;}
.policy a:hover { text-decoration: underline; }
	
.email-box {background: #f8f9fa; padding: 12px; border-radius: 8px; margin: 10px 0; font-size: 1rem;}
.different-email {display: inline-block; margin-top: 5px; margin-bottom: 15px; font-size: 0.9rem; color: #007bff; cursor: pointer; text-decoration: none;}
.different-email:hover {text-decoration: underline;}
.checkbox-container {display: flex; align-items: flex-start; gap: 10px; font-size: 0.9rem; text-align: left; margin-top: 10px; margin-bottom: 10px;}
.checkbox-container input {width: 3.4rem !important; height: 2.4rem !important;}
.toggle-password svg {stroke: #777; width: 70%; height: 70%}

.password-container {position: relative; width: 100%;}
.password-container input {width: 100%; padding-right: 40px;}
.toggle-password {position: absolute; top: 50%; right: 10px; transform: translateY(-50%); cursor: pointer; width: 24px; height: 24px;}
.email-box {background: #f8f9fa; padding: 12px; border-radius: 8px; margin: 10px 0 5px; font-size: 1rem;}

.wrap-welcome {display: flex; justify-content: center; align-items: center; height: 100vh; background-color: #fff; text-align: center;}
.welcome-box {background: #fff; padding: 30px 40px; max-width: 400px; width: 100%;}
.welcome-box img{ max-width: 200px; width: 80%;}
.welcome-box h2 {font-size: 1.5rem; margin-bottom: 15px; color: var(--point-color);}
.welcome-box p {font-size: 1.1rem; color: #555; margin-bottom: 20px;}
 .btn-home {width: 100%}

[class^="VIpgJd-ZVi9od-aZ2wEe"] {
  display: none !important;
}


.bes_b{height:21px  !important;width:auto  !important;
padding-left: 5px;
border-radius:0px !important;

}

.bes_b2{   
	width: 20px;
    margin-left: 10px;
	 background-image: url(/img/best.svg);
	     background-repeat: no-repeat;
}