@charset "UTF-8";

/*=*=*==*=*==*=*==*=*==*=*==*=*==*=*==*=*==*=*==*=*==*=*==*=*==*=*==*=*==*=*==*=*=*=*=
									
							0. COMMON STYLE & LAYOUT

=*=*==*=*==*=*==*=*==*=*==*=*==*=*==*=*==*=*==*=*==*=*==*=*==*=*==*=*==*=*==*=*==*=*=*/

#space-wrapper {}


#space-wrapper h2 { font-size: 2.5rem; line-height: 1.3; font-weight: 500;}
#space-wrapper h3 { font-size: 1.9rem; line-height: 2.375rem; letter-spacing: -.01em;}
#space-wrapper h4 { font-size: 1.5rem; line-height: 2.375rem; letter-spacing: -.01em;}
#space-wrapper h5 { font-size: 1.4rem; line-height: 2.375rem; letter-spacing: -.01em;}
#space-wrapper h6 { font-size: 1.3rem; line-height: 1.3; letter-spacing: -.01em;}


.contents {width: 100%; overflow: hidden; height: auto; max-width: 1920px; margin-left: auto; margin-right: auto; position: relative; box-sizing: border-box;}
.inner_cont {width: 100%; overflow: hidden; height: auto; max-width: 1400px; margin-left: auto; margin-right: auto; position: relative; box-sizing: border-box;}
.sub_cont {max-width: 1000px;}
.b-logo {display: none;}
.hidden {display: none;}

/*  텍스트, 패스워드 */
input.space-input {font-size: 18px; color: #292111; line-height: 25px;  border: 0; width: 100%; background-color: transparent; border-bottom: 1px solid #292111; box-sizing: border-box; padding: 10px 0;}
input.space-input::placeholder {color: #dedbd4}


/* 셀렉박스  */
select.space-selectBox {width: 100%; height: 60px; border-radius: 3px; border: 1px solid #292111; box-sizing: border-box; padding: 0 15px; font-size: 18px; color: #212121; background:url("../_img/resource/btn-arrow-down.svg") no-repeat right 15px top 50%, #fff; -webkit-appearance:none; -moz-appearance:none; appearance:none;}
select.space-selectBox::-ms-expand { display:none; }


@media (max-width: 1920px) {
	.contents, .inner_cont {padding-left: 60px; padding-right: 60px;}
}

@media (max-width: 1200px) {
	.contents, .inner_cont {padding-left: 35px; padding-right: 35px;}
}


@media (max-width: 1024px) {
  #space-wrapper h2 { font-size: 2.625rem; line-height: 1.3; } /* 42px */
  #space-wrapper h3 { font-size: 1.6rem; line-height: 2rem; }
  #space-wrapper h4 { font-size: 1.5rem; line-height: 2rem; }
  #space-wrapper h5 { font-size: 1.3rem; line-height: 1.8rem; }
  #space-wrapper h6 { font-size: 1.2rem; line-height: 1.6rem; }
}

@media (max-width: 980px) {
	input.space-input {font-size: 15px; line-height: 23px; padding: 10px 0;}
	/* 셀렉박스  */
	select.space-selectBox {font-size: 15px; line-height: 23px;}
}

@media (max-width: 768px) {
	.contents, .inner_cont { padding-left: 20px; padding-right: 20px;}
  #space-wrapper h2 { font-size: 2.25rem; line-height: 1.2; }  /* 36px */
  #space-wrapper h3 { font-size: 1.4rem; line-height: 1.8rem; }
  #space-wrapper h4 { font-size: 1.3rem; line-height: 1.6rem; }
  #space-wrapper h5 { font-size: 1.2rem; line-height: 1.5rem; }
  #space-wrapper h6 { font-size: 1.1rem; line-height: 1.4rem; }
}


/*=*=*==*=*==*=*==*=*==*=*==*=*==*=*==*=*==*=*==*=*==*=*==*=*==*=*==*=*==*=*==*=*=*=*=
									
									1. HEADER

=*=*==*=*==*=*==*=*==*=*==*=*==*=*==*=*==*=*==*=*==*=*==*=*==*=*==*=*==*=*==*=*==*=*=*/

#header {position: -webkit-sticky; position: fixed; top: 0; left: 0; width: 100%; z-index: 100; padding: 20px 0;}
#header .contents {display: flex; flex-wrap: wrap; justify-content: space-between;}
#header h1 a img {transition: 1s ease;}

#gnb_wrap {display: flex; flex-wrap: wrap; justify-content:flex-start; align-items: center;}
#gnb {display: flex; flex-wrap: wrap; justify-content:flex-start; align-items: center; gap:1.3rem}
#gnb li a {color: #fff; font-size: 14px; transition: 1s ease;}
#gnb li a span {position: relative; text-align: center; line-height: 1; display: flex; flex-wrap: wrap; justify-content: center; align-items: center;}
#gnb li a span i {font-style: normal !important}
#gnb li a span::before {content: ''; position: relative; display: inline-block; margin-right: .5rem; width: 20px; height: 20px;}
#gnb li a.login span::before {background: url("../_img/resource/icon-member.png") 50% 50% / 100% no-repeat;}
#gnb li a.search span {width: 115px; height: 35px; background: #fff; border-radius: 999px}
#gnb li a.search span i {color: #000;}
#gnb li a.search span::before {background: url("../_img/resource/icon-search-b.svg") 50% 50% / 80% no-repeat; }

a.reservation span {width: 115px;  height: 35px; border-radius: 999px; background: #000;}
a.reservation span::before {background: url("../_img/resource/icon-calendar.png") 50% 50% / 100% no-repeat; }
a.reservation.black span::before {background: url("../_img/resource/icon-calendar-b.png") 50% 50% / 100% no-repeat; }

/*----- 전체메뉴버튼 -----*/
.all_menu {position: relative; transition: all .3s; margin-left: 30px;}

.sm_btn {width: 26px; height: 10px; cursor: pointer;}
.sm_btn .bar {background: #fff; height: 2px; display: inline-block;  margin-top: 1px; position: absolute; top: 0; left: 0;}
.sm_btn .bar01 {top: 0; width: 26px; -webkit-transition: 1s ease; transition: 1s ease;}
.sm_btn .bar02 {top:6px; width: 21px; -webkit-transition: 1s ease; transition: 1s ease;}
.sm_btn .bar03 {top: 12px; width: 12px; -webkit-transition: 1s ease; transition: 1s ease;  }
.sm_btn:hover .bar {background: #fff;}

.sm_btn:hover .bar02 {width: 21px;}
.sm_btn:hover .bar03 {width: 21px;}

.sm_btn.on {z-index: 300;}
.sm_btn.on .bar {width: 26px; top: 8px;}
.sm_btn.on .bar01{ -webkit-transform: rotate(45deg);transform: rotate(45deg); }
.sm_btn.on .bar02{display: none;}
.sm_btn.on .bar03{-webkit-transform: rotate(-45deg);transform: rotate(-45deg);}
.sm_btn.on:hover .bar{background: #c4a675; width: 26px;}


/*----- 전체메뉴 -----*/
#gnbMenuBg {position: fixed; top: 0; left: 0; width: 100%; height: 100vh; background-color: rgba(41,33,17,0.3); content: ''; z-index: -1; transition: 700ms ease 50ms; opacity: 0; visibility: hidden;}

#gnbM {position:fixed; top:0; right:-1000%; width:80%; max-width: 400px; height:100vh; background-color: #fff; z-index:99; overflow-y:auto; -webkit-transition:all 1s;-moz-transition:all 1s;-o-transition:all 1s;-ms-transition:all 1s;transition:all 1s; box-sizing:border-box; overflow:hidden;  box-sizing: border-box;}
#gnbM::after {width: 100px; height: 50px; background: url('../_img/common/logo-b.svg') no-repeat center; background-size: 100%; content: ''; position: absolute; bottom: 50px; left: 30px;}

.utility_list {flex-wrap: wrap; justify-content:space-between; display: flex; background: #000; box-sizing: border-box; padding: 15px 20px; align-items: center;}
.utility_list li {font-size: 14px; line-height: 20px; color: #fff;}
.utility_list li.wrap {display: flex; flex-wrap: wrap; justify-content: start; gap:1rem}
.utility_list li a {color: #fff;}
.utility_list li a span {display: flex; flex-wrap: wrap; justify-content: center; align-items: center;}
.utility_list li a span::before {content: ''; position: relative; display: inline-block; margin-right: .5rem; width: 20px; height: 20px;}
.utility_list li a.login span::before {content: ''; position: relative; display: inline-block; margin-right: .5rem; width: 20px; height: 20px; background: url("../_img/resource/icon-member.png") 50% 50% / 100% no-repeat;}
.utility_list li a.reservation span {background: #fff; color: #000; width: 45px; height: 45px;}
.utility_list li a.reservation {text-indent:-9999999px}
.utility_list li a.reservation i {display: none;}
.utility_list li a.reservation span::before {margin-right: 0}

.utility_list .menu_close {border: 0; background-color: transparent;} 
.utility_list .menu_close img {width: 20px;}

#gnbM #gnbNavigation {width: 100%; box-sizing: border-box; padding: 0 20px;}
#gnbM #gnbNavigation ul {margin: 50px 0}
#gnbM #gnbNavigation ul.hideep-res_gnb {width: 100%; }
#gnbM #gnbNavigation ul.hideep-res_gnb > li {position:relative;  box-sizing:border-box; font-size:18px; line-height: 25px; text-align: left; margin: 10px 0}
#gnbM #gnbNavigation ul.hideep-res_gnb > li a {color: #000}
#gnbM #gnbNavigation ul.my_gnb {}
#gnbM #gnbNavigation ul.my_gnb li {margin: 10px 0; font-size: 14px; line-height: 20px;}
#gnbM #gnbNavigation ul.my_gnb li a {color: #000}


#gnbM.open{right:0;}
#gnbMenuBg.open {opacity: 1; z-index: 98; visibility: visible;}


#header.scrolled {background: #fff;}
#header.scrolled .w-logo {display: none;}
#header.scrolled .b-logo {display: block;}
#header.scrolled #gnb li a {color: #131313;}
#header.scrolled #gnb li a.reservation span {color: #fff;}
#header.scrolled #gnb li a.search span {background: #000;}
#header.scrolled #gnb li a.search span:before {background: url("../_img/resource/icon-search.svg") 50% 50% / 80% no-repeat;}
#header.scrolled #gnb li a.login span::before {background: url("../_img/resource/icon-member-b.png") 50% 50% / 100% no-repeat;}
#header.scrolled .sm_btn .bar {background: #000;}
#header.scrolled #gnb li a.search span i {color: #fff;}


#header.black {background: #fff;}
#header.black .w-logo {display: none !important;}
#header.black .b-logo {display: block !important;}
#header.black #gnb li a {color: #131313 !important;;}
#header.black #gnb li a.reservation span {color: #fff !important;;}
#header.black #gnb li a.search span {background: #000 !important;;}
#header.black #gnb li a.search span:before {background: url("../_img/resource/icon-search.svg") 50% 50% / 80% no-repeat;}
#header.black #gnb li a.login span::before {background: url("../_img/resource/icon-member-b.png") 50% 50% / 100% no-repeat;}
#header.black .sm_btn .bar {background: #000 !important;;}
#header.black #gnb li a.search span i {color: #fff !important;;}

@media (max-width: 1200px) {
	#gnb {gap: 1rem;}
	.all_menu {margin-left: 20px;}
}

@media (max-width: 1024px) {
	#header {padding: 15px 0}
	#header .contents {padding-left: 20px !important; padding-right: 20px !important;}
	#header h1 img {width: 40px;}
	#gnb {margin-right: 20px; gap:0.7rem} 
	#gnb li:nth-of-type(1), #gnb li:nth-of-type(2) {display: none;}
	#gnb li a.reservation, #gnb li a.search {text-indent:-9999999px}
	#gnb li a.reservation span, #gnb li a.search span {width: 45px; height: 45px;}
	#gnb li a.reservation span::before, #gnb li a.search span::before {margin-right: 0}
	.all_menu {margin-left: auto;}
}


@media (max-width: 768px) {
	#header {padding: 15px 0}
	#header h1 img {width: 35px;}
	
	#gnb {margin-right:15px; }
	#gnb li a.reservation span, #gnb li a.search span {width: 40px; height: 40px;}
}

@media (max-width: 480px) {
	#header .contents {flex-direction: row; justify-content: space-between;}
}




/*=*=*==*=*==*=*==*=*==*=*==*=*==*=*==*=*==*=*==*=*==*=*==*=*==*=*==*=*==*=*==*=*=*=*=
									
								2. MAIN CONTENTS

=*=*==*=*==*=*==*=*==*=*==*=*==*=*==*=*==*=*==*=*==*=*==*=*==*=*==*=*==*=*==*=*==*=*=*/

.contents_section {padding: 50px 0; overflow: hidden;}
.contents_section.sub_contents {padding-top: 110px}
.section_title {word-wrap: break-word; font-weight: 700; color: #1a1a1a; word-break: keep-all; margin-bottom: 2rem}
.section_title.center {text-align: center; margin-bottom: 5rem}

.wish {position: absolute; top: 20px; right: 20px; z-index: 10;}
.wish .heart-checkbox {display: none;}
.wish .heart-label {display: inline-block; width: 28px; height: 24px; background-image: url('../_img/resource/icon-heart.png'); background-size: cover; cursor: pointer; transition: transform 0.2s;}
.wish .heart-checkbox:checked + .heart-label {background-image: url('../_img/resource/icon-heart-on.png'); transform: scale(1.2);}
.wish .heart-label:hover {transform: scale(1.1);}


/*----- 메인비주얼 -----*/
#main_visual_slider {width: 100%; height: 100vh; overflow: hidden; position: relative; z-index: 0}

#main_visual_slider .swiper-slide {background-size: cover; background-position: center; background-repeat: no-repeat;}
#main_visual_slider .swiper-slide#visual01 {background-image: url("../_img/sample/visual01.jpg");}
#main_visual_slider .swiper-slide#visual02 {background-image: url("../_img/sample/visual02.jpg");}
#main_visual_slider .swiper-slide::before {position: absolute; top: 0; left: 0; z-index: 1; width: 100%; height:70%; background: #000000; background: linear-gradient(180deg, rgba(0, 0, 0, 0.35) 0%, rgba(255, 255, 255, 0) 100%); content: '';  inset: 0;}
#main_visual_slider .inner_cont {align-items: center; display: flex; height: 100%;}
#main_visual_slider .visual_text {position: relative; z-index: 10;}
#main_visual_slider .visual_text * {color: #fff;}
#main_visual_slider .visual_text p {margin-top: 1.3rem}


/* progressbar */
#main_visual_slider #main_visual_slider-pagination {display: flex; align-items: center; justify-content: space-between; margin-top: 12px; position: absolute; bottom: 2rem; left: 50%; transform: translate(-50%, -50%); width: 250px; z-index: 10;}
#main_visual_slider #main_visual_slider-pagination .progressbar {flex: 1; background: rgba(255,255,255,0.2); position: relative; border-radius: 2px; overflow: hidden; margin-right: 10px; height: 1px;}
#main_visual_slider #main_visual_slider-pagination .progressbar .progress {display: block; height: 2px; width: 0; background: #fff; transition: width 0.3s ease;}
#main_visual_slider #main_visual_slider-pagination .fraction {margin: 0 10px; text-align: center; font-size: 14px; color: #fff;}

/* play & pause*/
#main_visual_slider .main_visual_slider-button-playpause {border: none; cursor: pointer; color: #333; display: flex; align-items: center; justify-content: center; width: 25px; height: 25px; background: #fff; border-radius: 100%;}
#main_visual_slider .main_visual_slider-button-playpause svg {width: 13px; height: 13px;}

/* next & prev */
#main_visual_slider-navigation {position: absolute; top: 50%; left: 0; transform: translateY(-50%); z-index: 10; color: #fff; width: 100%;}
#main_visual_slider-navigation .contents {display: flex; flex-wrap: wrap; justify-content: space-between; width: 100%; overflow: visible;}
#main_visual_slider-navigation .main_visual_slider-button {cursor: pointer;  transition:0.3s}
#main_visual_slider-navigation .main_visual_slider-button span {color: #fff; display: block; box-sizing: border-box; padding: 15px; border-bottom: 1px solid rgba(255,255,255,0.3); min-width: 75px; text-align: center; transition:0.3s}
#main_visual_slider-navigation .main_visual_slider-button#main_visual_slider-button-prev {transform: rotate(90deg);}
#main_visual_slider-navigation .main_visual_slider-button#main_visual_slider-button-next {transform: rotate(-90deg);}
#main_visual_slider-navigation .main_visual_slider-button#main_visual_slider-button-prev:hover {margin-left: 20px;}
#main_visual_slider-navigation .main_visual_slider-button#main_visual_slider-button-next:hover {margin-right: 20px;}
#main_visual_slider-navigation .main_visual_slider-button:hover span {border-bottom: 1px solid rgba(255,255,255,1);}


/* 실시간 숙소 검색하기 */
.stay_search-button {position:absolute; bottom: 0; left: 50%; transform: translateX(calc(-50% + 620px)); background: #fff; box-sizing: border-box; padding: 30px 20px 35px 20px; color: #000; font-size: 1rem; font-weight: 600; display: block; border: 0; z-index: 15;}
.stay_search-button span::before {display: block; width: 13px; height: 13px; background: url("../_img/resource/btn-arrow-r.svg"); background-position: center; background-size: 100% auto; content: ''; transform: rotate(-90deg); margin-bottom: 5px;}




/*----- 스테이 리스트 -----*/
.new_stay-list {display: flex; flex-wrap: wrap; justify-content: space-between;}
.new_stay-list a:hover, .new_stay-list a:focus, .new_stay-list a:active{text-decoration:none !important;}
.new_stay-list .new_stay-item {/*width: 32%;*/ box-sizing: border-box; position: relative;}
.new_stay-list .new_stay-item::before {width: 1px; height: 100%; display: block; background:#dedede; position: absolute; top: 0; left: -5%; content: '';}
.new_stay-list .new_stay-item:first-of-type::before {display: none;}
.new_stay-list .new_stay-item .thumb {position: relative; overflow: hidden; width: 100%; aspect-ratio: 3 / 2; background-color: #dedede;}
.new_stay-list .new_stay-item .thumb img {position: absolute; inset: 0px; box-sizing: border-box; display: block; width: 0px; height: 0px; min-width: 100%; max-width: 100%; min-height: 100%; max-height: 100%; object-fit: cover; transition:transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);}
.new_stay-list .new_stay-item:hover .thumb img {transform: scale(1.05);}

.new_stay-list .new_stay-item .new_stay-content {display: flex; flex-wrap: wrap; justify-content: flex-start; overflow: hidden; padding: 1.5rem 0;}
.new_stay-list .new_stay-item .new_stay-content .location {width: 20%; box-sizing: border-box; position: relative; display: flex; flex-wrap: wrap; justify-content: flex-start;}
.new_stay-list .new_stay-item .new_stay-content .location p {font-size: 1.15rem; background: #fff; padding-right: 20px; box-sizing: border-box;}
.new_stay-list .new_stay-item .new_stay-content .location::after {position: absolute; top: 15px; right: 0; z-index: -1; display: block; width: 100%; height: 1px; background: #7a7a7a; content: '';}
.new_stay-list .new_stay-item .new_stay-content .info {width: 80%; box-sizing: border-box; padding-left: 1.5rem;}
.new_stay-list .new_stay-item .new_stay-content .info h6 {font-weight: 600; color: #1a1a1a}
.new_stay-list .new_stay-item .new_stay-content .info p {font-size: 14px; line-height: 1.3; margin-top: 10px;}
.new_stay-list .new_stay-item .new_stay-content .info p span {position: relative; padding: 0 10px; color: #7a7a7a}
.new_stay-list .new_stay-item .new_stay-content .info p:first-of-type span:first-of-type {padding-left: 0;}
.new_stay-list .new_stay-item .new_stay-content .info p span:first-of-type::before, .new_stay-list .new_stay-item .new_stay-content .info p.tag span::before {display: none;}
.new_stay-list .new_stay-item .new_stay-content .info p span::before {position: absolute; top: 50%; transform: translateY(-50%); left: 0; width: 1px; height: 12px; content: ''; background: #7a7a7a}
.new_stay-list .new_stay-item .new_stay-content .info p.tag {display: flex; flex-wrap: wrap; justify-content: flex-start;}
.new_stay-list .new_stay-item .new_stay-content .info p.tag span {border: 1px solid #dedede; border-radius: 5rem; padding-top: 3px; padding-bottom: 3px; margin-left: 10px;}
.new_stay-list .new_stay-item .new_stay-content .info p.tag span:first-of-type {margin-left: 0;}


.new_stay-list.ver_sub {}
.new_stay-list.ver_sub .new_stay-item {width: 48%; margin-bottom: 4rem}
.new_stay-list.ver_sub .new_stay-item::before {display: none;}



/*----- 추천 스테이 리스트 -----*/
#cont_sec02 {background-color: #f5f5f7;}
#cont_sec02 .contents {overflow: visible;}
.recommend_stay-list {position: relative;}
.recommend_stay-list {position: relative; overflow: hidden;}
.recommend_stay-list .wish {}
.recommend_stay-list a {overflow: hidden;}
.recommend_stay-list .stay-pic {}
.recommend_stay-list .stay-pic {position: relative; overflow: hidden; width: 100%; aspect-ratio: 4 / 4.5; background-color: #dedede;}
.recommend_stay-list .stay-pic img {position: absolute; inset: 0px; box-sizing: border-box; display: block; width: 0px; height: 0px; min-width: 100%; max-width: 100%; min-height: 100%; max-height: 100%; object-fit: cover;  transition:transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);}
.recommend_stay-list a:hover .stay-pic img {transform: scale(1.05);}

.recommend_stay-list .stay-pic::before {background: #000000; background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(255, 255, 255, 0) 100%); content: ''; position: absolute; bottom: 0; left: 0; width: 100%; height: 45%; z-index: 1;}
.recommend_stay-list .stay-info {position: absolute; bottom: 0; left:0; width: 100%; box-sizing: border-box; padding: 30px; padding-bottom: 60px; overflow: hidden; z-index: 2; min-height: 30%;}
.recommend_stay-list .stay-info h5 { color: #fff; font-weight: 600; word-break: keep-all;}
.recommend_stay-list .stay-info p { color: #fff; margin-top: 10px; line-height: 1; font-size: 14px; position: absolute; bottom: 30px; left: 30px;}


.recommend_list_slider-button {cursor: pointer; position: absolute; top: 50%; transform: translateY(-50%); z-index: 10; width: 50px; height: 50px; border-radius: 100%; background-color: #fff; box-shadow: 2px 2px 8px 2px rgba(0, 0, 0, 0.5); align-content: center; text-align: center;}
.recommend_list_slider-button img {width: 30px;}
.recommend_list_slider-button#recommend_list_slider-button-next { right: -25px;}
.recommend_list_slider-button#recommend_list_slider-button-prev { left: -25px;}
.recommend_list_slider-pagination {position:relative !important; top: auto !important;left: auto !important; margin-top: 50px; background: #d5d5d5 !important; height: var(--swiper-pagination-progressbar-size,3px) !important;}
.recommend_list_slider-pagination span {background: #000 !important;}



.recommend_stay-list.ver_sub {display: grid; flex-wrap: wrap; justify-content: space-between; grid-template-columns: repeat(3, 1fr); grid-gap: 0 30px; gap: 0 30px;}
.recommend_stay-list.ver_sub article {position: relative; margin-bottom: 30px}
.recommend_stay-list.ver_sub article a {position: relative;}

/*
.category {display: flex; flex-wrap: wrap; justify-content: center;}
.category li {font-size: 16px; color: #111;}
.category li.on {font-weight: 600;}

        */


.sub_menu>ul {
    font-size: 0;
    text-align: center;
    margin-bottom: 80px;
    display: flex;
    justify-content: center;
    gap: 80px
}

.sub_menu>ul>li.travelEditor {
    position: absolute;
    right: 20px;
    width: 102px;
    height: 44px;
    padding: 0;
    border-radius: 5px;
    border: 1px solid #000
}

.sub_menu>ul>li>a {
    font-size: 18px;
    line-height: 33px;
    color: #898989;
    font-family: Lato-Light,Pretendard JP;
    font-weight: 400;
    text-transform: uppercase;
    display: block
}

.sub_menu>ul>li.travelEditor>a {
    font-size: 15px;
    width: 100px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000
}

.sub_menu>ul>li>a.active {
    font-family: Lato-bold,Pretendard JP;
    font-weight: 700;
    color: #000;
    border-bottom: 3px solid #000
}

@media (max-width: 768px) {
    .sub_menu>ul {
        gap: 20px; margin-bottom: 30px;
    }

    .sub_menu>ul>li.travelEditor {
        display: none
    }

    .sub_menu>ul>li>a {
        font-size: 16px;
        line-height: 44px
    }

    .sub_menu>ul>li>a.active {
        border-bottom: none
    }

    .tab_menu>ul {
        width: 100%;
        margin: 25px 0 0
    }

    .tab_menu>ul>li {
        border-left: 0;
        padding: 0;
        line-height: 45px;
        text-align: center
    }

    .tab_menu>ul>li a {
        font-size: 14px;
        color: #999;
        border-bottom: 1px solid #ccc
    }

    .tab_menu>ul>li a.active {
        border-bottom: 1px solid #000
    }
}

/*----- 공지사항 -----*/
#notice_list {display: flex; flex-wrap: wrap; /*justify-content: space-between;*/ gap: 1.5rem; }
#notice_list article {position: relative; width: 18%; background-color: #f9f9f9; overflow: hidden; transition:transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1); box-sizing: border-box;}
#notice_list article::after {position: absolute; top: 0; left: 0; width: 100%; height: 100%; box-sizing: border-box; border: 1px solid #000; content: ''; display: none;}
#notice_list article:hover::after {display: block;}
#notice_list article a {display: block; width: 100%; aspect-ratio: 4 / 4.5; box-sizing: border-box; padding: 65px 30px; padding-bottom: 85px; position: relative; z-index: 1;} 
#notice_list article a h6 {font-weight: 600;}
#notice_list article a p {font-size: 14px; position: absolute; bottom: 65px; left: 30px; color: #757575}


#notice_list.ver_sub {display: grid; flex-wrap: wrap; justify-content: space-between; grid-template-columns: repeat(3, 1fr); grid-gap: 0 30px; gap: 0 30px;}
#notice_list.ver_sub article {width: auto; margin-bottom: 30px;}


/* 1400px 이하 */
@media (max-width: 1400px) {
	#main_visual_slider-navigation {display: none;}
	
	#notice_list article a {padding: 35px 30px;}
	#notice_list article a p {bottom: 35px;}
	
	.stay_search-button {/*left: auto; transform: none; right: 60px;*/ display: none;}
}

/* 1200px 이하 */
@media (max-width: 1300px) {
	.new_stay-list .new_stay-item::before {display: none;}
}

@media (max-width: 1200px) {
	.section_title {margin-bottom: 1.7rem;}
	.section_title.center {margin-bottom: 3rem;}
	
	#main_visual_slider {height: 60vh} 
	#main_visual_slider .visual_text h2 {font-weight: 700;}
	#main_visual_slider .visual_text p p {font-size: 1rem; line-height: 1.5rem; margin-top: 0.9rem;}
	#main_visual_slider #main_visual_slider-pagination {bottom: 0; width: 90%;}
	#main_visual_slider #main_visual_slider-pagination .fraction{font-size: .75rem !important;}
	#main_visual_slider .main_visual_slider-button-playpause {width: 20px; height: 20px;}
	
	
	.wish {top: 10px; right: 10px}
	.wish .heart-label {width: 18px; height: 15px;}
	
	.new_stay-list .new_stay-item::before {display: none;}
	.new_stay-list .new_stay-item .new_stay-content {padding: 20px 0}
	.new_stay-list .new_stay-item .new_stay-content .location p {font-size: 14px; padding-right: 10px;}
	.new_stay-list .new_stay-item .new_stay-content .location::after {top: 12px;}
	.new_stay-list .new_stay-item .new_stay-content .info {padding-left: 10px;}
	.new_stay-list .new_stay-item .new_stay-content .info p {font-size: 12px; line-height: 17px; margin-top: 5px;}
	.new_stay-list .new_stay-item .new_stay-content .info p.tag {margin-top: 0;}
	.new_stay-list .new_stay-item .new_stay-content .info p.tag span {padding-top: 1px; padding-bottom: 1px; margin-left: 5px; margin-top: 5px;}
	
	.recommend_list_slider-button {width: 35px; height: 35px;}
	.recommend_list_slider-button img {width: 20px;}
	.recommend_list_slider-button#recommend_list_slider-button-next {right: -17px}
	.recommend_list_slider-button#recommend_list_slider-button-prev {left: -17px}
	
	#notice_list {display: block; }
	#notice_list.ver_sub {display: block; grid-template-columns:none}
	#notice_list article {width: 100%; margin: 15px 0 !important}
	#notice_list article a {aspect-ratio:0;}
	#notice_list article a p {position: relative; bottom: auto; left: auto;}
	
	.recommend_stay-list.ver_sub {grid-template-columns: repeat(2, 1fr);}
	
}



/* 768px 이하 */	
@media (max-width: 768px) {
	.contents_section {padding: 30px 0}
	
	#main_visual_slider .visual_text {margin-bottom: 50px;}
	#main_visual_slider .inner_cont {align-items: flex-end;}
	#main_visual_slider .visual_text p {font-size: 14px; margin-top: 10px;}
	.new_stay-list .new_stay-item .new_stay-content {padding: 13px 0} 
	
	.recommend_stay-list #recommend_list_slider {overflow: visible}	
	.recommend_stay-list .stay-info {padding: 20px; padding-bottom: 50px; align-content: flex-end}
	.recommend_stay-list .stay-info p {left: 20px; font-size: 12px;}
	
	.recommend_list_slider-button {display: none;}
	.recommend_list_slider-pagination {margin-top: 30px}
	
	#notice_list article a {padding: 25px;}
	#notice_list article a p {font-size: 12px;}
	
	
	.recommend_stay-list.ver_sub {gap: 0; grid-template-columns: repeat(1, 1fr);}    
	.new_stay-list .new_stay-item .new_stay-content .info p {font-size: 10px;}
	.new_stay-list.ver_sub {display: block}
	.new_stay-list.ver_sub .new_stay-item {width: 100%; margin-bottom: 2rem}
	
}

/* 480px 이하 */
@media (max-width: 480px) {
	#main_visual_slider {height: 60vh;}
	.section_title {font-size: 1.2rem;}
	#notice_list article {width: 100%;}
	.stay_search-button { width: 100%; text-align: center;}
}



/* 입점문의 */
 .join-apply * { box-sizing: border-box; }
  .join-apply input { font: inherit; }
  .join-apply h1, .join-apply h2, .join-apply p { margin: 0; }
  .join-apply { width: 100%; }

  /* ====== Layout ====== */
  .join-apply__wrap{
    max-width: 1120px;
    margin: 0 auto;
    padding: 40px 24px 32px;
  }

  .join-apply__title{
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: -0.2px;
    padding: 6px 0 26px;
  }

  .join-apply__section-head{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 18px 0 14px;
  }

  .join-apply__section-title{
    font-size: 14px;
    font-weight: 700;
    color: #111;
  }

  .join-apply__required-note{
    font-size: 12px;
    color: #666;
    white-space: nowrap;
  }

  .join-apply__asterisk{
    color: #d43c3c;
    font-weight: 700;
  }

  .join-apply__form{
    border-top: 1px solid #e9e9e9;
    padding-top: 18px;
  }

  /* PC: 라벨 좌 / 필드 우 */
  .join-apply__row{
    display: grid;
    grid-template-columns: 220px 1fr;
    align-items: center;
    gap: 18px;
    padding: 12px 0;
  }

  .join-apply__label{
    font-size: 13px;
    font-weight: 600;
    color: #222;
  }
  .join-apply__label--static{ display: inline-block; }

  .join-apply__field{ width: 100%; }

  .join-apply__input{
    width: 100%;
    height: 44px;
    padding: 0 14px;
    border: 1px solid #e3e3e3;
    border-radius: 6px;
    background: #fff;
    font-size: 13px;
    color: #111;
    outline: none;
    transition: border-color .15s ease, box-shadow .15s ease;
  }

  .join-apply__input::placeholder{
    color: #b0b0b0;
  }

  .join-apply__input:focus{
    border-color: #c9c9c9;
    box-shadow: 0 0 0 3px rgba(0,0,0,0.04);
  }

  /* Radio */
  .join-apply__radio-group{
    display: flex;
    align-items: center;
    gap: 26px;
    min-height: 44px;
  }

  .join-apply__radio{
    display: inline-flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    user-select: none;
  }

  .join-apply__radio-input{
    position: absolute;
    opacity: 0;
    width: 1px; height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
  }

  .join-apply__radio-ui{
    width: 18px;
    height: 18px;
    border-radius: 999px;
    border: 1px solid #d6d6d6;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    transition: border-color .15s ease;
  }

  .join-apply__radio-ui::after{
    content: "";
    width: 8px; height: 8px;
    border-radius: 999px;
    background: #111;
    transform: scale(0);
    transition: transform .12s ease;
  }

  .join-apply__radio-input:checked + .join-apply__radio-ui{
    border-color: #111;
  }

  .join-apply__radio-input:checked + .join-apply__radio-ui::after{
    transform: scale(1);
  }

  .join-apply__radio-text{
    font-size: 13px;
    color: #222;
  }

  .join-apply__divider{
    margin-top: 28px;
    border-top: 1px solid #e9e9e9;
  }

  /* ====== Responsive ====== */
  @media (max-width: 768px){
    .join-apply__wrap{
      padding: 26px 16px 24px;
    }

    .join-apply__section-head{
      padding: 14px 0 10px;
    }

    /* 모바일: 라벨 위 / 필드 아래 */
    .join-apply__row{
      grid-template-columns: 1fr;
      gap: 10px;
      padding: 14px 0;
    }

    .join-apply__radio-group{
      gap: 18px;
      flex-wrap: wrap;
    }
  }


/* 로그인 */
 .login-wrap {
        /*width: 100%;*/
        max-width: 670px;
        margin: 0 auto;
        padding: 24px 0 40px;
		margin-top:100px;
    }

    .login-box {
        width: 100%;
        max-width: 540px;
        margin: 0 auto;
    }

    .login-top-text {
        text-align: center;
        margin-bottom: 26px;
    }

    .login-top-text p:first-child {
        font-size: 16px;
        color: #222;
        line-height: 1.6;
        margin-bottom: 2px;
        font-weight: 500;
    }

    .login-top-text p:last-child {
        font-size: 16px;
        color: #222;
        line-height: 1.6;
        font-weight: 400;
    }

    .sns-login {
        display: flex;
        flex-direction: column;
        gap: 16px;
        margin-bottom: 28px;
    }

    .sns-btn {
    width:100%;
    height:60px;
    display:flex;
    align-items:center;
    justify-content:center;
    gap:10px;
    font-size:18px;
    font-weight:600;
		}
		
		.sns-icon{
			width:22px;
			height:auto;
		}


    .sns-btn.kakao {
        background: #fae100;
        color: #111;
    }

    .sns-btn.naver {
        background: #1ec800;
        color: #fff;
    }

    .sns-btn .icon {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        font-size: 20px;
        line-height: 1;
        font-weight: 700;
    }

    .or-line {
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 8px 0 26px;
    }

    .or-line::before,
    .or-line::after {
        content: "";
        flex: 1;
        height: 1px;
        background: #ddd;
    }

    .or-line span {
        padding: 0 14px;
        font-size: 22px;
        color: #111;
        font-weight: 500;
        line-height: 1;
    }

    .input-group {
        display: flex;
        flex-direction: column;
        gap: 14px;
    }

    .input-box input {
        width: 100%;
        height: 54px;
        border: 1px solid #dcdcdc;
        background: #fff;
        padding: 0 16px;
        font-size: 16px;
        color: #111;
        outline: none;
		box-sizing: border-box;
    }

    .input-box input::placeholder {
        color: #c2c2c2;
    }

    .input-box input:focus {
        border-color: #999;
    }

    .secure-check {
        margin: 16px 0 36px;
        font-size: 14px;
        color: #666;
    }

    .secure-check label {
        display: inline-flex;
        align-items: center;
        gap: 6px;
        cursor: pointer;
    }

    .secure-check input[type="checkbox"] {
        width: 14px;
        height: 14px;
		border:1px solid #999
    }

    .btn-group {
        display: flex;
        flex-direction: column;
        gap: 14px;
    }
   .checkbox-wrap{
    display:flex;
    align-items:center;
    cursor:pointer;
    font-size:14px;
    color:#666;
}

.checkbox-wrap input{
    display:none;
}

.checkmark{
    width:16px;
    height:16px;
    border:1px solid #ccc;
    margin-right:6px;
    position:relative;
}

.checkbox-wrap input:checked + .checkmark{
    background:#000;
    border-color:#000;
}

.checkbox-wrap input:checked + .checkmark::after{
    content:"";
    position:absolute;
    left:4px;
    top:1px;
    width:4px;
    height:8px;
    border:2px solid #fff;
    border-top:none;
    border-left:none;
    transform:rotate(45deg);
}
    .btn-basic {
        width: 100%;
        height: 60px;
        font-size: 18px;
        font-weight: 500;
        text-align: center;
        cursor: pointer;
        text-decoration: none;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .btn-login {
        background: #1c1c1c;
        color: #fff;
        border: 1px solid #1c1c1c;
    }

    .btn-join {
        background: #fff;
        color: #222;
        border: 1px solid #111;
    }

    .find-links {
        text-align: center;
        margin-top: 30px;
        font-size: 14px;
        color: #999;
    }

    .find-links a {
        color: #999;
        text-decoration: none;
        margin: 0 10px;
    }

    .find-links a:hover {
        text-decoration: underline;
    }

    @media (max-width: 768px) {
        .login-wrap {
            padding: 20px 16px 36px;
        }

        .login-top-text p:first-child,
        .login-top-text p:last-child {
            font-size: 15px;
        }

        .sns-btn {
            height: 64px;
            font-size: 17px;
        }

        .btn-basic {
            height: 56px;
            font-size: 17px;
        }

        .input-box input {
            height: 50px;
            font-size: 15px;
        }

        .or-line span {
            font-size: 18px;
        }
    }




.join_wrap{
    max-width:600px;
    margin:0 auto;
    padding:40px 20px;
	margin-top:100px;
}

.join_wrap *{
    box-sizing:border-box;
}

.join_title{
    font-size:32px;
    font-weight:700;
    margin-bottom:40px;
    text-align:center;
}

.join_form_group{
    margin-bottom:28px;
}

.join_label{
    display:block;
    font-size:15px;
    font-weight:600;
    margin-bottom:12px;
    color:#111;
}

.join_label span{
    color:#000;
}

.join_input{
    width:100%;
    height:56px;
    border:1px solid #ddd;
    padding:0 18px;
    font-size:15px;
    outline:none;
    transition:all .2s;
    background:#fff;
}

.join_input:focus{
    border-color:#000;
}

.join_desc{
    margin-top:10px;
    font-size:13px;
    color:#888;
    line-height:1.5;
}

.join_phone_wrap{
    display:flex;
    align-items:center;
    gap:10px;
}

.join_select{
    width:120px;
    height:56px;
    border:1px solid #ddd;
    padding:0 15px;
    font-size:15px;
    outline:none;
    background:#fff;
}

.join_phone_input{
    flex:1;
    height:56px;
    border:1px solid #ddd;
    padding:0 15px;
    font-size:15px;
    outline:none;
}

.join_dash{
    color:#888;
}

.join_check_wrap{
    border:1px solid #e5e5e5;
    margin-top:10px;
}

.join_check_item{
    border-bottom:1px solid #e5e5e5;
}

.join_check_item:last-child{
    border-bottom:none;
}

.join_check_top{
    display:flex;
    align-items:center;
    justify-content:space-between;
    padding:20px;
    cursor:pointer;
}

.join_check_left{
    display:flex;
    align-items:center;
    gap:12px;
}

.join_check_left label{
    font-size:15px;
    color:#222;
    cursor:pointer;
}

.join_arrow{
    font-size:14px;
    color:#777;
}

.join_sub_check{
    display:flex;
    gap:40px;
    padding:20px;
    border-top:1px solid #eee;
}

.join_sub_check label{
    font-size:14px;
    color:#555;
}

.join_checkbox{
    width:20px;
    height:20px;
    accent-color:#000;
    cursor:pointer;
}

.join_btn{
    width:100%;
    height:64px;
    background:#000;
    color:#fff;
    border:none;
    font-size:22px;
    font-weight:700;
    margin-top:40px;
    cursor:pointer;
    transition:.2s;
}

.join_btn:hover{
    opacity:.9;
}

/* 체크박스 커스텀 */
.join_checkbox{
    appearance:none;
    -webkit-appearance:none;
    width:20px;
    height:20px;
    border:1px solid #cfcfcf;
    background:#fff;
    cursor:pointer;
    position:relative;
    flex-shrink:0;
}

.join_checkbox:checked{
    background:#000;
    border-color:#000;
}

.join_checkbox:checked::after{
    content:'';
    position:absolute;
    left:6px;
    top:2px;
    width:5px;
    height:10px;
    border:solid #fff;
    border-width:0 2px 2px 0;
    transform:rotate(45deg);
}


.join_phone_wrap{
    display:flex;
    align-items:center;
    gap:10px;
}

.join_select{
    width:120px;
    min-width:120px;
    height:56px;
}

.join_phone_input{
    width:calc((100% - 160px) / 2);
    min-width:0;
    height:56px;
}
/* 약관 아코디언 */
.join_terms_content{
    display:none;
    padding:20px;
    border-top:1px solid #eee;
    background:#fafafa;
    font-size:14px;
    line-height:1.7;
    color:#666;
}

.join_check_item.active .join_terms_content{
    display:block;
}

.join_check_item.active .join_arrow{
    transform:rotate(180deg);
}

.join_arrow{
    transition:.25s;
}
@media(max-width:768px){

    .join_wrap{
        padding:30px 16px;
    }

    .join_phone_wrap{
        gap:6px;
    }

    .join_select{
        width:90px;
    }

    .join_sub_check{
        flex-direction:column;
        gap:15px;
    }

    .join_btn{
        height:58px;
        font-size:20px;
    }
}
.find_id_wrap *{
    box-sizing:border-box;
}

.find_id_wrap{
    max-width:600px;
    margin:0 auto;
    padding:80px 30px;
	margin-top:100px;
}

.find_id_title{
    font-size:56px;
    font-weight:700;
    text-align:center;
    color:#111;
    margin-bottom:20px;
    letter-spacing:-1px;
	border-bottom:1px solid #111;
    padding-bottom:45px;
}


.find_radio_wrap{
    display:flex;
    gap:18px;
    margin-bottom:50px;
}

.find_radio{
    display:flex;
    align-items:center;
    gap:8px;
}

.find_radio input[type="radio"]{
    width:20px;
    height:20px;
    cursor:pointer;
}

.find_radio label{
    font-size:18px;
    color:#333;
    cursor:pointer;
}

.find_form_group{
    margin-bottom:35px;
}

.find_label{
    display:block;
    font-size:18px;
    color:#777;
    margin-bottom:14px;
}

.find_input{
    width:100%;
    height:72px;
    border:1px solid #ddd;
    padding:0 20px;
    font-size:18px;
    outline:none;
    transition:.2s;
    background:#fff;
}

.find_input:focus{
    border-color:#111;
}

.find_phone_wrap{
    display:none;
    gap:10px;
}

.find_phone_input{
    flex:1;
    height:72px;
    border:1px solid #ddd;
    padding:0 20px;
    font-size:18px;
    outline:none;
	width:33.333%;
}

.find_dash{
    display:flex;
    align-items:center;
    color:#999;
}

.find_btn{
    width:100%;
    height:74px;
    background:#111;
    color:#fff;
    border:none;
    font-size:22px;
    font-weight:600;
    cursor:pointer;
    margin-top:50px;
    transition:.2s;
}

.find_btn:hover{
    opacity:.92;
}

@media(max-width:768px){

    .find_id_wrap{
        padding:50px 20px;
    }

    .find_id_title{
        font-size:42px;
        margin-bottom:50px;
    }

    .find_label{
        font-size:16px;
    }

    .find_input,
    .find_phone_input{
        height:60px;
        font-size:16px;
    }

    .find_btn{
        height:64px;
        font-size:18px;
    }

    .find_radio label{
        font-size:16px;
    }

}

.find_input,
.find_phone_input,
.join_input,
.join_phone_input,
.join_select{
    border:1px solid #dcdcdc;
    background:#fff;
}

.mypage_btn_wrap{
    display:flex;
    gap:4px;
    margin-top:40px;
}

.mypage_btn{
    flex:1;

    height:72px;

    display:flex;
    align-items:center;
    justify-content:center;

    background:#111;
    color:#fff !important;

    font-size:20px;
    font-weight:600;

    text-decoration:none;

    transition:.2s;
}

.mypage_btn:hover{
    opacity:.92;
	text-decoration:none
}



.mypage_wrap{
    max-width:1000px;
    margin:0 auto;
    padding:100px 24px 80px;
  
}

.mypage_user{
    margin-bottom:50px;
}

.mypage_user strong{
    display:block;
    font-size:28px;
    font-weight:700;
    color:#111;
    line-height:1;
}

.mypage_user p{
    margin-top:10px;
    font-size:28px;
    font-weight:400;
    color:#111;
    line-height:1.2;
}

.mypage_status{
    display:flex;
    align-items:center;
    background:#111;
    border-radius:18px;
    overflow:hidden;
    margin-bottom:60px;
}

.mypage_status_item{
    flex:1;
    text-align:center;
    padding:34px 20px;
    position:relative;
}

.mypage_status_item + .mypage_status_item::before{
    content:'';
    position:absolute;
    left:0;
    top:50%;
    transform:translateY(-50%);
    width:1px;
    height:44px;
    background:rgba(255,255,255,.25);
}

.mypage_status_label{
    display:block;
    color:#fff;
    font-size:18px;
    margin-bottom:10px;
}

.mypage_status_num{
    color:#fff;
    font-size:22px;
    font-weight:700;
}

.mypage_menu{
    border-top:1px solid #e5e5e5;
}

.mypage_menu a{
    display:flex;
    align-items:center;
    justify-content:space-between;
    height:78px;
    border-bottom:1px solid #e5e5e5;
    color:#111;
    text-decoration:none;
    font-size:22px;
    transition:.2s;
}

.mypage_menu a:hover{
    opacity:.7;
}

.mypage_menu i{
    color:#999;
    font-size:18px;
}

@media(max-width:768px){

    .mypage_wrap{
        padding:40px 20px 60px;
    }

    .mypage_user strong,
    .mypage_user p{
        font-size:34px;
    }

    .mypage_status{
        border-radius:14px;
        margin-bottom:45px;
    }

    .mypage_status_item{
        padding:26px 10px;
    }

    .mypage_status_label{
        font-size:15px;
    }

    .mypage_status_num{
        font-size:30px;
    }

    .mypage_menu a{
        height:68px;
        font-size:18px;
    }

}





/*=*=*==*=*==*=*==*=*==*=*==*=*==*=*==*=*==*=*==*=*==*=*==*=*==*=*==*=*==*=*==*=*=*=*=
									
								3. FOOTER

=*=*==*=*==*=*==*=*==*=*==*=*==*=*==*=*==*=*==*=*==*=*==*=*==*=*==*=*==*=*==*=*==*=*=*/
footer {background: #f1f2f3;}
footer section {display: flex; flex-wrap: wrap; justify-content: space-between; padding: 20px 0; border-bottom: 1px solid #cacdd1; align-content: center;}
footer section ul {display: flex; flex-wrap: wrap; justify-content: flex-start; gap:1.3rem; align-items: center;}
footer section ul li {font-size: 13px;}
footer section ul li a {color: #5c6268;}
footer section ul.footer-sns {gap:0.3rem;}
footer section ul.footer-sns svg { cursor: pointer; width: 36px; height: 36px; display: grid; place-self: center; margin: auto}
footer section p {font-size: 13px; color: #5b646c; display: flex; flex-wrap: wrap; gap:1rem;} 
footer section p#copyright {margin-top: 15px;}




/* ================================
   3. FOOTER 반응형
================================ */

/* 768px 이하 */
@media (max-width: 768px) {
	footer section {align-items:center;  flex-direction: column-reverse;}
	footer section ul.footer-sns {margin-bottom: 10px}
	footer section ul.footer-sns svg {width: 30px; height: 30px;}
	footer section ul li {font-size: 12px;}
	footer section p {font-size: 12px; display: flow-root; text-align: center;}
	footer section p span {display: block;}
}

/* 480px 이하 */
@media (max-width: 480px) {
	footer section ul.footer-sns {justify-content: flex-start;}
	footer section p {flex-direction: column; gap: 0.5rem;}
}




/*=*=*==*=*==*=*==*=*==*=*==*=*==*=*==*=*==*=*==*=*==*=*==*=*==*=*==*=*==*=*==*=*=*=*=
									
							4. MODAL LAYER POPUP

=*=*==*=*==*=*==*=*==*=*==*=*==*=*==*=*==*=*==*=*==*=*==*=*==*=*==*=*==*=*==*=*==*=*=*/
#space-wrapper::before {position: fixed; top: 0; left: 0; width: 100%; height: 100vh; background-color: rgba(41,33,17,0.3); content: ''; z-index: -1; transition: 700ms ease 50ms; opacity: 0; visibility: hidden;}

.modal_layerPop {position: fixed; top: 50px; left: 50%; transform: translateX(-50%); width: 930px; background: #fff; box-sizing: border-box; padding: 150px 80px; transition: all 700ms; opacity: 0; z-index: -1; visibility: hidden;}
.modal_layerPop .section_title p {font-size: 18px; margin-top: 20px;}
.modal_layerPop .comm_btns {margin-top: 25px;}
.modal_layerPop .inner_section {margin-top: 50px;}

button.btn-pop_closed {border: 0; background-color: transparent; position: absolute; top: 80px; right: 80px; cursor: pointer;}

/*  검색, 로그인, 회원가입 사용  */
.input__wrap {width: 100%; position: relative; box-sizing: border-box; padding-top: 10px; padding-bottom: 10px; margin-top: 25px;}
.input__wrap button {border: 0; background-color: transparent; position: absolute; right: 0; top:50%; transform: translateY(-50%); text-align: center; }


/* MODAL :: SEARCH */
#search_pop {}
#search_pop .input__wrap {display: flex; gap:15px;}
#search_pop .input__wrap button img {width: 25px}
#search_pop select.space-selectBox {border: 0; background-color: #000; color: #fff; border-radius: 100px; width: 25%; padding:  0 25px; background-image: url("../_img/resource/btn-arrow-down-w.svg");}


/* MODAL :: JOIN */
#join_pop {}

a.alreay_member {text-align: center; font-size: 15px; text-decoration: underline; margin-top: 20px; display: block;}

.input_form__informaion {width: 100%; position: relative; box-sizing: border-box; padding-left:105px }
.input_form__informaion dt {font-size: 18px; color: #292111; position: absolute; top: 0; left: 0; padding: 10px 0}
.input_form__informaion dd {position: relative; margin-top: 35px;}
.input_form__informaion dd span.pass {position: absolute; right: 10px; top: 50%; transform: translateY(-50%); display: block; width: 15px; height: 15px;}
.input_form__informaion dd span.pass img {width: 100%; display: block;}

#join-final_pop {height: 500px;}
#join-final_pop .section_title {}
#join-final_pop .section_title h6 {text-align: center; margin-bottom: 150px;}


/*  OPEN  */
#space-wrapper.search_pop-open::before,
#space-wrapper.login_pop-open::before,
#space-wrapper.join_pop-open::before,
#space-wrapper.join-step2_pop-open::before,
#space-wrapper.join-final_pop-open::before
{opacity: 1; z-index: 999; visibility: visible;}

#space-wrapper.search_pop-open #search_pop,
#space-wrapper.login_pop-open #login_pop,
#space-wrapper.join_pop-open #join_pop,
#space-wrapper.join-step2_pop-open #join-step2_pop,
#space-wrapper.join-final_pop-open #join-final_pop
{top: 95px; opacity: 1;  z-index: 9999; visibility: visible;}


@media all and (max-width:980px) {
	.modal_layerPop {position: fixed; width: 90%; padding: 80px 50px}
	button.btn-pop_closed {right: 50px; top: 80px; width: 20px; height: 20px;}
	button.btn-pop_closed img {width: 100%;}
	
	
	#space-wrapper.search_pop-open #search_pop,
	#space-wrapper.login_pop-open #login_pop,
	#space-wrapper.join_pop-open #join_pop,
	#space-wrapper.join-step2_pop-open #join-step2_pop,
	#space-wrapper.join-final_pop-open #join-final_pop {top: 45px}
	
	.input__wrap button {width: 18px; height: 18px;}
	.input__wrap button img {width: 100%}
	
	a.alreay_member {font-size: 14px;}
}

@media all and (max-width:768px) {
	.modal_layerPop {padding: 30px 20px}
	.modal_layerPop h4 {text-align: left;}
	button.btn-pop_closed {right: 20px; top: 20px; width: 16px; height: 16px;}
	a.alreay_member {font-size: 12px;}
	.input__wrap button {transform: none; margin-top: -13px;}
	#search_pop .input__wrap {justify-content: space-between; gap:0}
	#search_pop .input__wrap button img {width: 18px;}
	input.space-input {width: 67%; height: 40px;}
	#search_pop select.space-selectBox {height: 40px; font-size: 14px; background-size: 18px; width: 30%; padding: 0 17px; background-position: right 10px top 50%}
	
	
}


#policyModal{
    position:fixed;
    left:0;
    top:0;
    width:100%;
    height:100%;

    display:none;

    background:rgba(0,0,0,.7);

    z-index:99999;
}

#policyModal.active{
    display:flex;
    align-items:center;
    justify-content:center;
}

.policy-wrap{
    width:90%;
    max-width:900px;
    max-height:85vh;

    background:#fff;

    border-radius:15px;

    overflow:hidden;
}

.policy-header{
    display:flex;
    justify-content:space-between;
    align-items:center;

    padding:20px;

    border-bottom:1px solid #eee;
}

.policy-header h2{
    margin:0;
    font-size:22px;
}

#policyClose{
    border:0;
    background:none;
    font-size:24px;
    cursor:pointer;
}

#policyContent{
    padding:30px;
    overflow-y:auto;
    max-height:calc(85vh - 140px);
    line-height:1.8;
}

.policy-loading{
    text-align:center;
    padding:80px 20px;
    color:#999;
}


.youtube-wrap{
    position:relative;
    width:100%;
    padding-bottom:56.25%; /* 16:9 */
    height:0;
}

.youtube-wrap iframe{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}

#bo_v_con iframe{
    width:100% !important;
    max-width:100% !important;
    height:auto;
    aspect-ratio:16/9;
}

#bo_v_con{
    width:100%;
}