﻿@charset "utf-8";

@import url('https://cdn.rawgit.com/moonspam/NanumSquare/master/nanumsquare.css');

/*추후 리셋으로 이동예정*/
html, body{color:#333;/* line-height:1.4; 지우지말 것.추후 적용20240618*/}
body:not(.noneResetBody){overflow-x:auto;width:100%;}
div{box-sizing:border-box;}


/*정리 시 공통으로 이동예정**/
.mt20{margin-top:20px;}

.pBlock{}
.mBlock{display:none;}
.m2Block{display:none;}

/*dim add*/
#bk {
	position: fixed;
	width: 100%;
	height: 100%;
	display: block;
	background: rgba(0,0,0,0.2);
	left: 0;
	top: 0;
	display: none;
	z-index: 9;
}

/* 공통 모달창 */
#modal_bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 98;
    display: none;
}

#modal_bg2 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*background-color: rgba(0, 0, 0, 0.5);*/
    z-index: 98;
    display: none;
}

.modal {    
    overflow-y: auto;
    max-height: calc(100vh - 40px);
}

body.modal-open {
    overflow: hidden;
}

/*퀵메뉴*/
.quick_new {position: fixed;right: 5%;top: 50%;transform: translate(0%, -50%); text-align: center;z-index: 60;}/*20240604*/
.quick_new a{margin-bottom:23px;display:block;}
.quick_new a:first-child{margin-bottom:8px;}
/**/

.main-top-swipe .swiper-slide{width:94%;max-width:1270px !important; align-items: center;}

.mainListSwiper .swiper-slide{margin-right:-2px;}

.swiper-wrapper{align-items: center;}


.middle{width:100%;overflow:hidden;}

.mainSlide{ position: relative;}/*20240604_add*/

/**메인슬라이드 아래 아이콘 6개**/
.subMenu{padding:0 15px;}
.sub-menuWrap {margin:0 auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:25px 80px;max-width:1270px;width:100%;background:#f8f9fa;text-align:center;box-sizing:border-box;}
.sub-menuWrap li a{cursor:pointer;}
.sub-menuWrap li a.on,
.sub-menuWrap li a:hover,
.sub-menuWrap li a:focus{color:#a170ae;font-weight:800;}
.sub-menuWrap li .sub-txt-wrap p.sub-txt1 {margin-bottom:5px;}
.sub-menuWrap li .sub-txt-wrap p.sub-txt1 .sub-inner {font-size:15px;font-weight:700;}
.sub-menuWrap li .sub-txt-wrap p.sub-txt2 .sub-inner {font-size:14px;font-weight:500;}

.sub-menuWrap li.item-on .sub-txt-wrap p.sub-txt1{color:#a170ae;}

.sub-menuWrap li .sub-icon {
  margin:0 auto 10px auto;
  width:54px;
  height:54px;
  background-repeat:no-repeat;
  background-size:54px;
  background-position:center;
}
.sub-menuWrap li.submenu-item-1 .sub-icon {
  background-image:url(https://tourpik.b-cdn.net/images/main/ico_not.png);
}
.sub-menuWrap li.submenu-item-2 .sub-icon {
  background-image:url(https://tourpik.b-cdn.net/images/main/ico_faq.png);
}
.sub-menuWrap li.submenu-item-3 .sub-icon {
  background-image:url(https://tourpik.b-cdn.net/images/main/ico_event.png);
}
.sub-menuWrap li.submenu-item-4 .sub-icon {
  background-image:url(https://tourpik.b-cdn.net/images/main/ico_Tinfor.png);
}
.sub-menuWrap li.submenu-item-5 .sub-icon {
  background-image:url(https://tourpik.b-cdn.net/images/main/ico_promotion.png);
}
.sub-menuWrap li.submenu-item-6 .sub-icon {
  background-image:url(https://tourpik.b-cdn.net/images/main/ico_openTok.png);
}

.sub-menuWrap.mBlock{display:none;}


/**중단배너**/
.middleEventArea{position:relative;max-width:1270px;text-align:center;margin:0 auto;}
.middleEvent{margin:0 auto;max-width:1270px;width:100%;display:block;overflow:hidden;}
.middleEvent li.displayNone{display: none;}


/**상품슬라이드(가로공통)**/
.middleSlide{margin:2em auto;padding:0 15px;max-width:1300px;font-family:'Pretendard';text-align:center;}
.middleSlide .inBox_slid{max-width:1300px;overflow:hidden;}
.middleSlide ul{position:relative;width:100%;/*height:100%;*/display:flex;transition-property:transform;box-sizing:content-box;justify-content:flex-start;flex-wrap:nowrap;z-index:1;margin:0px 0%;}
.middleSlide h3{font-size:1.5rem;font-weight:700;}
.middleSlide h3 span{color:#157ced;}

.mainListSwiper .swiper-slide{margin-left:1.5px;margin-right:2%;}

/*tab(가로)*/
.middleSlide input[type="radio"] {display:none;}
.middleSlide input[type="radio"] + label {margin:0px 1px 15px 1px;display:inline-block;padding:5px 10px;background:#fff;color:#999;border-radius:10rem;width:70px;text-align:Center;font-size:1rem;border:1px solid #a0a0a0;cursor:pointer;}
.middleSlide input[type="radio"]:checked + label {background:rgb(233, 240, 254);color:rgb(21, 124, 237);border:1px solid rgb(21, 124, 237); border-radius:10rem;font-weight:700;}

.middleSlide input.showTab01:checked ~ .showContent01,
.middleSlide input.showTab02:checked ~ .showContent02,
.middleSlide input.showTab03:checked ~ .showContent03,
.middleSlide input.showTab04:checked ~ .showContent04,
.middleSlide input.showTab05:checked ~ .showContent05,
.middleSlide input.showTab06:checked ~ .showContent06,
.middleSlide input.showTab07:checked ~ .showContent07,
.middleSlide input.showTab08:checked ~ .showContent08,
.middleSlide input.showTab09:checked ~ .showContent09,
.middleSlide input.showTab10:checked ~ .showContent10 {display:block;}

.middleSlide input[id = "tab01"]:checked ~ .content01,
.middleSlide input[id = "tab02"]:checked ~ .content02,
.middleSlide input[id = "tab03"]:checked ~ .content03,
.middleSlide input[id = "tab04"]:checked ~ .content04,
.middleSlide input[id = "tab05"]:checked ~ .content05,
.middleSlide input[id = "tab06"]:checked ~ .content06,
.middleSlide input[id = "tab07"]:checked ~ .content07,
.middleSlide input[id = "tab08"]:checked ~ .content08, 
.middleSlide input[id = "tab09"]:checked ~ .content09,
.middleSlide input[id = "tab10"]:checked ~ .content10 {display:block;}

.middleSlide .tabcontent{padding-top:15px;box-sizing:border-box;width:100%;}
.middleSlide .content-box {position: relative;display:none;margin-top:5px;box-sizing:border-box;text-align:center;word-break:break-all;}/*20240610 포지션 추가,margin-top조정*/

/*상품(가로상세)*/
.middleSlide li{position:relative;width:23.3%;min-width:280px;/*border:1px #ebebeb solid;*/border-radius:12px;flex-shrink:0;font-weight:800;cursor:pointer;overflow:hidden;/*height:auto;*/}
.middleSlide li a{display:block;}
.middleSlide li a img{min-height:210px;height:auto;background:#fff;border-radius:10px;}/*20240610 썸네일 최소높이 조정 200->210*/

.middleSlide li .dtl .star {
	background:url(https://tourpik.b-cdn.net/images/main/ico_star.png) no-repeat;
	background-position:left center;
	background-size:14px;
	padding-left:15px;
}

.middleSlide li .dtl .rep {
	background:url(https://tourpik.b-cdn.net/images/ico_listbleun.png) no-repeat;
	background-position:left center;
	background-size:14px;
	padding-left:16px;
	margin-left:5px;
}

.middleSlide li .heart {
	background:url(https://tourpik.b-cdn.net/images/main/ico_heart_off.svg) no-repeat;
	background-position:center;
	width:29px;
	height:30px;
	position:absolute;
	right:10px;
	top:10px;
	cursor:pointer;
}

.middleSlide li .heart:hover{background: url(https://tourpik.b-cdn.net/images/main/ico_heart_on.svg) no-repeat;}
.middleSlide li .heart.on{background: url(https://tourpik.b-cdn.net/images/main/ico_heart_on.svg) no-repeat; background-position: center; width: 29px; height: 30px; position: absolute; right: 10px; top: 10px; cursor: pointer;}

.productInfo{padding:10px 14px 0px 14px;text-align:left;color:rgb(28,28,30);}
.productInfo .productNm{padding-top:5px;font-size:17px;max-width: 350px;width: 98%;height:50px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;line-height:1.3;font-weight:normal;}
.productInfo .price{padding:0px 0;height:35px;font-size:17px;font-weight:700;}
.productInfo .price span{font-size:17px;}
.productInfo .price .fwb{font-size:17px;font-weight:700;letter-spacing: -.5px;}
.productInfo .dtl{
    height: 25px;
    font-size: 13px;
    font-weight: 700;
	margin-top:5px;
}
.productInfo .tag{height:21px;position:absolute;top:60.5%;left:20px;}/*20240919*/
.productInfo .tag span{margin-right:4px;padding:5px 7px;color:#fff;background:#16aec6;font-weight:normal;font-size:12px;border-radius: 3px;}/*20240919*/

/*20240610_양측네비추가 ->이미지 경로 바꿔주세요*/
.sw-btn-prev,
.sw-btn-next{
  background-color:#fff;
background-repeat: no-repeat;
  background-position: center;
  border: 0;
  border-radius: 50%;
  box-shadow: 0 0 0 1px rgba(0,0,0,.05),0 2px 6px 0 rgba(0,0,0,.05),0 4px 12px 0 rgba(0,0,0,.05);
  height: 40px;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  transition: .2s;
  width: 40px;
  cursor: pointer;
  z-index: 20;
  }

  .sw-btn-prev{
  background-image:url('https://tourpik.b-cdn.net/images/ic_arrowleft_gray.svg?v=25030601');
  left:-15px;
	}
  .sw-btn-next{
  background-image:url('https://tourpik.b-cdn.net/images/ic_arrowright_gray.svg?v=25030601');
  right:-15px;
    }

.sw-btn-prev:hover,
.sw-btn-next:focus,
.sw-btn-next:hover,
.sw-btn-next:focus{ box-shadow:0 0 0 1px rgba(0,0,0,.8),0 2px 6px 0 rgba(0,0,0,.8),0 4px 12px 0 rgba(0,0,0,.8);}



/**세로 슬라이드**/
/*상품슬라이드(세로공통)*/
.tourDream{background:url('https://tourpik.b-cdn.net/images/main/pic_slidBg.jpg')no-repeat;background-size:cover;max-height: 593px;}
.tourDream > div:first-child{margin:0 auto; max-width:1000px;}
.tourDream .inBox{display:flex; justify-content:space-evenly; max-height:590px; overflow:hidden;}
/*//상품슬라이드(세로공통)*/

.tourDream > div:first-child .txt{margin-top:110px;width:calc(100% - 490px);font-family:'NanumSquare';vertical-align:top;  float: left;}
.tourDream > div:first-child .txt h3{margin:5.7% 0;color:#fff;font-size:1.87rem;font-weight:800;}
.tourDream > div:first-child .txt span{display:block;}
.tourDream > div:first-child .tab a {margin-bottom:13px;padding:13px 25px 12px 25px; line-height: 20px;
	max-width:280px;background:#fff;color:#157ced;font-size:1.13rem;font-weight:600;border-radius:23px;display:block;}
.tourDream > div:first-child .tab a.on {background:#157ced;color:#fff;}

.tourDream .inBox ul{max-width:460px;}
.tourDream .inBox li{padding:15px 15px 5px 15px;background:#fff;border-radius:20px;}/*20240610 패딩조정*/
.tourDream .inBox li .thum{position:relative;/*max-width:444px;*/height:230px;overflow:hidden;}
.tourDream .inBox li .thum img{position:absolute;left:50%;top:50%;transform:translate(-50%, -50%);}
.tourDream .inBox li .productInfo{padding:0;padding-top:14px;} /*20240610 padding-top 추가*/
.tourDream .inBox li .productInfo p{margin-top:0px;margin-bottom:10px;width:100%;height:20px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;}/*20240610 margin-bottom 추가*/
.tourDream .inBox li .productInfo .tag{top:66%;}

.tourDream .productInfo .price{padding-bottom:0;height:auto;}
.tourDream .productInfo .productNm{margin-bottom:10px;height:auto;}
.tourDream .productInfo .price .fwb {font-size:17px;font-weight:600;}

.tourDream .swiper-slide{min-height:355px;}/*슬라이드 세로고정*/  /*20240604*/

.tourDream .tab.has-scrollbar{ -ms-overflow-style: none; }/*스크롤바 감추기*/
.tourDream .tab.has-scrollbar::-webkit-scrollbar{ display:none; }/*스크롤바 감추기*/

.tourDream .tab.has-scrollbar {
    overflow-x:auto;/* 가로 스크롤바를 표시합니다. */
    white-space:nowrap;/* 내용이 줄 바꿈되지 않고 모두 한 줄에 표시됩니다. */
	width:100%;
}

/*20240610 평점추가*/
.productInfo .dtl .star {
	background:url(https://tourpik.b-cdn.net/images/main/ico_star.png) no-repeat;
	background-position:left center;
	background-size:14px;
	padding-left:15px;
}

.productInfo .dtl .rep {
	background:url(https://tourpik.b-cdn.net/images/ico_listbleun.png) no-repeat;
	background-position:left center;
	background-size:14px;
	padding-left:16px;
	margin-left:15px;
}

.tourDream .heart {
	background:url(https://tourpik.b-cdn.net/images/main/ico_heart_off.svg) no-repeat;
	background-position:center;
	width:29px;
	height:30px;
	position:absolute;
	right:10px;
	top:10px;
	cursor:pointer;
}


/**메인게시판 리스트**/
.mainBoard{margin:2em auto;padding:0 15px;position:relative;max-width:1300px;font-family:'NanumSquare';}
.mainBoard h3{margin-bottom:20px;font-size:1.9rem;font-weight:800;line-height:1;}
.mainBoard h3 span{color:#157ced;}
.mainboardList .consultation{/*margin-right:90px;width:calc( 100% - 510px );*/}
.mainboardList .consultation2{/*margin-top:2%;*/min-width:420px;}
.mainboardList .consultation2 a{border-radius:10px;display:block;}

.main_board{max-width:760px;margin:0 auto;position:relative;}
.main_board ul{position:relative;overflow:hidden;}
.main_board ul li{display:inline-block;width:fit-content;float:left;}

/*리스트*/
.tabCon ul{border-bottom:1px;}
.tabCon ul li{width:100%;}
.main_board label{display:block;width:100%;line-height:40px;color:#666;font-weight:600;padding:0 20px;font-size:20px;font-weight:800;cursor:pointer;}
.main_board input{display:none;}
.main_board input:checked + .tabCon{display:block;}

.mainboardList .consultation .tabCon{/*border-top:2px solid #ebecec;*/ display:none;width:100%;text-align:left;box-sizing:border-box;}
.mainboardList .consultation .tabCon  li{position:relative;display:flex;justify-content:space-between;border-bottom:1px solid #eee;padding:12px 5px;align-items:center;}

.mainboardList .consultation .tabCon li .mainList_complet,
.mainboardList li .mainList_wait, .mainboardList li a{float:none;}
.mainboardList .consultation .tabCon li h5{margin-top: 4px;width:100%;font-weight:600;display:inline-block;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;/*width:350px;*/}
.mainboardList .consultation .tabCon li a{padding:3px 0;width:calc( 100% - 210px );}
.mainboardList .consultation input#tabmenu3 + .tabCon li a{width:calc( 100% - 100px );}

.mainboardList .consultation .tabCon li .mainList_wait{padding:5px 15px;border:1px solid #ebebeb;background:#f8f9fa;border-radius:50px;height:fit-content;font-size:13px;font-weight:600;}
.mainboardList .consultation .tabCon li .mainList_wait.end{background:#157ced;color:#fff;border:0 none;}
.mainboardList .consultation .tabCon li .mainList_date{font-size:.9em;letter-spacing:-.5px;padding-left:6%;}

.mainboardList{padding:0;border:0 none;margin-top:30px;font-size:1.2rem;display:flex;justify-content:space-between;gap:7%;}
.mainboardList h5{font-size:1rem;font-weight:600;}
.mainboardList li h5::before{content:none;}

/*메인게시판 탭모양 강제고정*/
.aa::before{content:'';display:block;width:100%;height:0;position:absolute;top:40px;left:0;border-bottom:6px solid #ebecec;}
.main_board label.on{position:relative;border-bottom:6px solid #157ced;color:#157ced;z-index:10;}
.main_board label.on::before{content:'';display:block;width:112px;height:0;position:absolute;top:40px;left:0;border-bottom:6px solid #157ced;}

/*날씨,앱*/
.middleBanner{margin:2em auto;padding:0 15px;max-width:1300px;display:flex;justify-content:space-between;gap: 15px;}
.middleBanner a{display:block;}

/*라운지*/
.mainInfor{background:#ebfffe;text-align:center;}
.mainInfor .inBox{margin:0 auto;padding:4em 15px;max-width:1300px;}
.mainInfor .tab a{margin:0 5px;width:40px;height:15px;background:#dcdede;border-radius:50px;display:inline-block; line-height: 20px;}
.mainInfor .tab a.on{background:#157ced;}

.mainInfor .content .con01{display:flex;justify-content:flex-start;align-items:flex-end;gap:50px;text-align:left;}
.mainInfor .content .con01 li{width:49%;display:inline-block;}/*20240610 width조정*/
.mainInfor .content .tit a{padding:12px 32px;background:#fff;color:#157ced;border-radius:30px;display:inline-block;
	margin-bottom:40px;font-size:1rem;}


/**유튜브,인스타,카카오,카페**/
.channelBanner{margin:2em auto;padding:0 15px;max-width:1300px;gap:7%;display:flex;justify-content:space-between;}
.youtubeBnr{position:relative;width:100%;overflow:hidden;}
.channelBanner .youtubeBnr .playerWrap {height:100%;}
.channelBanner .youtubeBnr .playerWrap > iframe {width:100%;height:100%;}

.promoBanner{max-width:420px;width:100%}
.promoBanner a{display:block;} /**20241204수정**/
.promoBanner > a:last-child{margin-top: 15px;}
.promoBanner a.mBlock{display: none;}

.promoBanner .imges_header {display: flex; margin-top: 20px; gap: 10px;}
.promoBanner .imges_wrap a img {width: 100%;}
.promoBanner .imges_header > div.img{flex: 1;}
.promoBanner .imges_header > div.img > div{position: relative; overflow: hidden; width: 100%; height: 100%; border-radius: 6px;}
.promoBanner .imges_header > div.img img{position: absolute; top: 50%; left: 50%; transform: translateY(-50%) translateX(-50%); width: auto;}
.promoBanner .imges_header > div.img.backColor1 > div{background-color: #00cbec;}
.promoBanner .imges_header > div.img.backColor2 > div{background-color: #b954ca;}
.promoBanner .imges_wrap{width: calc(100% - 160px); min-width: 255px;}
.promoBanner .imges_wrap a {border-radius: 5px;}
.promoBanner .imges_wrap a:first-child{margin-bottom: 5px;}

.promoBanner .img {display: inline-block;}

.imges_wrap2 {margin-right: 10px;}
.promoBanner .imges_wrap2 a { border-radius: 5px;
	 margin-top: 3px;}

.main-top-pagination{
	position: absolute;
	text-align: center;
	transition: .3s opacity;
	transform: translate3d(0, 0, 0);
	z-index: 10;
	bottom: 3% !important;
}

.main-top-pagination >>> .swiper-pagination-bullet {
    opacity: 1;
    border: gainsboro solid 1px;
    background-color: transparent;
}
.main-top-pagination >>> .swiper-pagination-bullet-active {
    background-color: #000;
}

/* 20241213 추가*/
.consultation2 .consul01 {position:absolute;top:16%;left:50.48%;width:42%;height:20.46%;cursor:pointer;}
.consultation2 .consul02 {position:absolute;top:42%;left:50.48%;width:42%;height:20.46%;cursor:pointer;}

@media (max-width: 1400px) {
    .main_popup {
        left: 0px !important;
        transform: none !important;
    }
}

@media (max-width:1150px) {
	.middle{min-width:auto;width:100%;}
	.p2Block{display:none !important;}
	.m2Block{display:block ;}

	.sub-menuWrap{padding:25px 40px;}

	header .inBox {margin: 14px auto 15px auto;}
	header .inBox .logo h1{width:85px}
	header .mside_Open{width:25px}

	.sw-btn-next, .sw-btn-prev{
		display:none;
	}
}
@media (max-width:960px) {
	
	.tourDream > div:first-child .tab a {
		padding: 8px 15px 7px 15px;
		font-size: 1em;
	}

	.mainboardList .consultation2{min-width: 292px;}


	.mainboardList .consultation .tabCon li h5{font-weight:600;display:inline-block;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;min-width:140px;width:100%;}
	.mainboardList .consultation .tabCon li h5.main_notice{font-weight:600;display:inline-block;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;width:calc( 100% - 3% );}

	/*세로스크롤->가로스크롤로 강제변경*/
	.tourDream{padding:20px 0 20px 0px;max-height:fit-content;}/*20240604*/
	/*.tourDream{padding:20px;max-height:fit-content;}*/
	.tourDream .inBox{display:block;}
	/*
	.tourDream .txt{margin-top:0;width:100%;float:none;}	
	.tourDream .txt h3{font-size:1.5rem;}
	*/
	.tourDream > div:first-child .txt{margin-top:0;width:100%; float: none;}
	.tourDream > div:first-child .txt h3{font-size:1.5rem;margin-left:20px;}
	
	.tourDream .inBox li .thum {
		min-height: 150px;
		max-width: none;
		height: auto;
	}

	.tourDream .tab{display:flex;gap:10px;margin-left:20px;}
	.tourDream .productInfo 
	.productNm{margin-bottom:5px;font-size:1.1rem;display:block;text-overflow:ellipsis; white-space: nowrap; overflow: hidden;}
	.tourDream .inBox li .productInfo p{font-size:17px;}
	.tourDream .productInfo .price .fwb{font-size:17px;}
	.tourDream .tab a{padding:10px;display:inline-block;white-space:nowrap;font-size:1rem;}
	.tourDream .inBox ul{margin-top:10px;display:flex;transition-property:transform;box-sizing:content-box;justify-content:space-between;/*gap:11px;*/flex-wrap:nowrap;}
	.tourDream .inBox li{padding:15px 15px 5px 15px;min-width:250px; max-width: 350px;width:65%;height:auto;flex-shrink:0;margin-top:0%;margin-bottom:5%;}
	.tourDream .productInfo .price{padding:0px 0 3px 0;}
	/*.tourDream .inBox li .thum{height:150px;}*/
	.tourDream .swiper-slide{min-height:auto}/*슬라이드 세로고정*/

	.tourDream .inBox li .productInfo .tag {top: 56.5%;}

}

/*메인 배너 스와이퍼 버튼위치*/
@media (max-width:1320px){
	.middleEventArea{max-width:97.5%;}
}

@media (max-width:780px) {
	.middle-banner{width:82%;}
	.middleEvent{overflow:visible;}
	.middleEventArea{max-width:100%;}

	.middle img{width:100%;}
    /* .promoBanner .imges_wrap {width: 175%;}
	.promoBanner .imges_wrap2 {width: 175%; }
    .promoBanner .mBlock a:last-child {margin-top: 20px;} */
	.mainListSwiper .swiper-slide{margin-right:3%;}

	.middle{min-width:auto;width:100%;}
	.pBlock{display:none !important;}
	.mBlock{display:block ;}

	/*이벤트 공지*/
	.noticPop .inBox .content{height:35px;overflow:hidden;display:block;}
	.noticPop .inBox .content a{margin:0 20px 20px 20px;padding-left:0;width:90%;display:block;}
	.noticPop .inBox .content a:first-child{border-right:0 none;}
	.noticPop .inBox .content a img{height:35px;width:auto;}

	/*중단 6개 서브메뉴*//*20240604*/
	.sub-menuWrap.mBlock{padding:0; background:none;display: flex !important;flex-wrap: nowrap; gap: 10px; overflow-x: auto; 
	-ms-overflow-style: none;}
	.sub-menuWrap.mBlock::-webkit-scrollbar {display: none;}

	.sub-menuWrap.mBlock li{/*margin-bottom:10px;*/width: 18%; flex-shrink: 0;}

	/*상품 가로스크롤*/
	.middleSlide{padding-right:0;text-align:left;} 
	.middleSlide .tabcontent{padding-top:15px;} 
	.middleSlide ul{/*margin-left:20px;*/gap:0px;} 
	.middleSlide h3{/*margin-left:20px;*/font-size:1.4rem;} 
	.middleSlide input[type="radio"] + label{padding:5px 10px;} 
	.productInfo .productNm{height: 40px;font-size: 15px;line-height: 1.23;} 
	.middleSlide li a img{min-height:150px;}

	.productInfo .price { padding: 0px 0; height: 40px;}

	.productInfo .price .fwb{font-size:15px;letter-spacing:-1px;}

	.middleSlide li{min-width:230px;}


	.middleBanner{padding:0 20px;display:block;margin:30px auto;}
	.middleBanner a{margin:0 auto 15px auto;width:100%;text-align:center;display:block;}


	/*라운지*/
	.mainInfor .inBox{padding:35px 20px;}
	.mainInfor .content .con01{text-align:center;flex-direction:column-reverse;align-items:center;gap:0;}
	.mainInfor .content .tit a{margin-bottom:20px;padding:8px 20px;}
	.mainInfor .content .tit img{margin:0 auto 20px auto;width:310px;}



	/*메인게시판*/
	.mainBoard{margin:35px auto;padding:0 20px;}
	.mainBoard h3{margin-bottom:10px;font-size:1.2em;}
	.mainboardList .consultation .tabCon li h5{font-size:0.9rem;}
	.mainboardList{margin-top:15px;display:block;}
	.mainboardList .consultation2 div{margin-top:40px;display:flex;justify-content:space-between;gap:10px;}
	.main_board label.on::before{width:100px;}
	.mainboardList .consultation,
	.mainboardList .consultation2{width:100%;}
	.main_board label{font-size:15px;}
	.consultation .tab_menu{font-size:0.7rem;margin-top:20px;}
	.consultation .tab_menu a{padding:10px;}
	.mainboardList .consultation .tabCon li{padding:4px 5px 1px 5px;gap:10px;}
	.mainboardList .consultation .tabCon li h5{/*width:160px;*/width:100%;}
	.mainboardList .consultation .tabCon li h5.main_notice{width:calc( 100% - 1% );}
	.mainboardList .consultation .tabCon li .mainList_date{padding-left:0;}
	.mainboardList .consultation .tabCon li .mainList_wait{padding:6px 12px;font-size:12px;}

	/*추후변경예정*/
	.channelBanner{margin-bottom:3em;padding:0 20px;display:block;}
	.promoBanner{max-width:inherit;}
	.promoBanner a.mBlock{display: block;}
	.promoBanner > a:last-child{width:100%; margin-top: 20px;}

	.promoBanner a.kakao{}
	.promoBanner a.naver{}
	.promoBanner a.insta{}
	.promoBanner a.youtube{background:#d63c4b;}

	.productInfo .tag {position:absolute;top: 53.5%;left:20px;}
	.tourDream .inBox li{padding:15px 15px 5px 15px;min-width:250px; max-width: 300px;width:65%;height:auto;flex-shrink:0;margin-top:0%;margin-bottom:5%;}
	.tourDream .inBox li .productInfo .tag {position:absolute;top: 57%;left:20px;}
	
}
@media (max-width:370px) {

	.consultation2 .consul02 {top: 11%;}
	.consultation2 .consul01 {top: 35%;}
}

@media (max-width:340px) {
 .mainboardList .consultation .tabCon li h5{min-width:100px;}
 .mainboardList .consultation .tabCon li a{padding:3px 0;width:calc( 100% - 160px );}
}