@charset "utf-8";

/** AD 상품 이미지 줌업 효과 **/
.product-ADlist ul li div:first-child {
	width: 380px;
	height: 480px;
}
.product-ADlist .photoType {
	background: #fff; 
	/*border: 1px solid #ebebeb;*/
	width: 394px;
}
.grow {	
	width: 394px;
	height: 296px;
	overflow: hidden; 
}
.grow img {
	width: 394px;
	height: 296px;
	-webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;	
}
.grow img:hover {
  width: 430px;
  height: 323px;
}
.product-ADlist .photoType .article {
	/*width: 392px;
	margin: 10px 15px;*/
	text-align: left;
	border: 1px solid #ededed;
    border-width: 0 1px;
	padding: 20px 20px 15px 20px;
	 
}
.product-ADlist .photoType .article .txt-price {
	margin-top: 4px;
	display: inline-block;
}
.product-ADlist .btnGroup ul {
	overflow: hidden;
	/*height: 50px;*/
}
.product-ADlist .btnGroup ul li {
	float: left;
}
.product-ADlist .btnGroup ul li button {
	width: 132px;
	margin-left: -1px;
}
.product-ADlist .btnGroup ul li:first-child button {
	margin-left: 0;
	width: 132px;
}


/** 지역 선택 드롭다운 **/

.dropdown2 {
  position: relative;
  display: inline-block;
  width: 1240px;  
}
.dropdown2 ul {
	overflow: hidden;
}
.dropdown2 ul li {
	float: left;
	cursor: pointer;
}
.dropdown2 .dropBt {
	display: inline-block;
	width: 176px;
	height: 40px;
	line-height: 40px;
	background: #efefef;
	border: 1px solid #cdcdcd;
	border-width: 1px 1px 1px 0;
	text-align: center;
	margin-left: 0px;
}
.dropdown2 .dropBt:nth-child(odd) {
	margin-left: 0px;
}
.dropdown2 .dropBt:first-child {	
	border-left: 1px solid #cdcdcd;
	margin: 0px;
}
.dropdown2 .dropdown-content2 {
  display: block;
  position: absolute; 
  top: 41px;
  left: 0;
  background-color: #fff;
  width: 1238px;
  padding-bottom: 20px;
  border: 1px solid #cdcdcd;
  z-index: 1;
  overflow: hidden;
}
.dropdown2 .dropdown-content2 ul {
	float: left;
	width: 153px;
	padding-top: 20px;
}

.dropdown2 .dropdown-content2.div7 ul {
	float: left;
	width: 176px;
	padding-top: 20px;
}

.dropdown2 .dropdown-content2 ul:first-child {
	border: 0;
	width: 180px;
}
.dropdown2 .dropdown-content2 ul li {
	float: none;
	height: 30px;
	font-size: 16px;
	text-align: center;
}
.dropdown2 .dropdown-content2 ul li a {	
	height: 30px;
}
.dropdown2 .dropdown-content2 ul li a:hover {
	color: #317fff;
}




/** 국내 지역 선택 드롭다운 **/

.dropdown3 {
  position: relative;
  display: inline-block;
  width: 1240px;  
}
.dropdown3 ul {
	overflow: hidden;
}
.dropdown3 ul li {
	float: left;
	cursor: pointer;
}
.dropdown3 .dropBt {
	display: inline-block;
	width: 176px;
	height: 40px;
	line-height: 40px;
	background: #efefef;
	border: 1px solid #cdcdcd;
	border-width: 1px 1px 1px 0;
	text-align: center;
	margin-left: 0px;
}
.dropdown3 .dropBt:nth-child(odd) {
	margin-left: 0px;
}
.dropdown3 .dropBt:first-child {	
	border-left: 1px solid #cdcdcd;
	margin: 0px;
	width: 176px;
}
.dropdown3 .dropdown-content3 {
  display: block;
  position: absolute; 
  top: 41px;
  left: 0;
  background-color: #fff;
  width: 1238px;
  padding-bottom: 20px;
  border: 1px solid #cdcdcd;
  z-index: 9999;	
  overflow: hidden;
}
.dropdown3 .dropdown-content3 ul {
	float: left;
	width: 153px;
	padding-top: 20px;
}

.dropdown3 .dropdown-content3.div7 ul {
	float: left;
	width: 154px;
	padding-top: 20px;
}

.dropdown3 .dropdown-content3 ul:first-child {
	border: 0;
	width: 159px;
}
.dropdown3 .dropdown-content3 ul li {
	float: none;
	height: 30px;
	font-size: 16px;
	text-align: center;
}
.dropdown3 .dropdown-content3 ul li a {	
	height: 30px;
}
.dropdown3 .dropdown-content3 ul li a:hover {
	color: #317fff;
}



.dropdown-content4 {  
  display: block;
  position: absolute; 
  top: 41px;
  left: 0;
  background-color: #fff;
  width: 400px;
  padding: 15px;
  border: 3px solid #545a68;
  z-index: 9999;	 
}


.dropdown-content4 a{  
	 cursor: pointer;
}








/** 상품정렬 필터 **/

.search_result {
	display: block;
	width: 1240px;
	overflow: hidden;	
	height: 30px;		
	border-bottom: 1px solid #cdcdcd;
}
.result_info {
	float: left;
}
.result_info li {
	float: left;
	font-size: 15px;
}
.result_info li:first-child {
	font-weight: 600;
	margin-right: 10px;
}
.search_result dl {
	float: right;
}
.search_result dd {
	float: left;
	margin-left: 15px;
	font-size: 12px;
	font-weight: 600;
}
.search_result dd a {
	color: #999;
	font-weight: normal;
}
.search_result dd a.selected {
	font-weight: 600;
	font-size: 15px;
}
/** 상품정렬 필터-항공 **/
.search-airline {
	float: right; 
	height: 20px;
}
.search-airline dl {
	float: right;
}
.double-search {
	border-left: 1px solid #999;
	margin-left: 20px;
}
.double-search .selected {
	color: #222 !important;
}


/** 상품리스트 공통 **/

.product {
	overflow: hidden;
	/* border-bottom: 1px solid #eee; */
	padding: 10px;
	cursor: pointer;
	border:1px solid #dfdfdf;
	box-sizing: border-box;
}
.product:hover {
	background: #f9f9f9;
}

.products .bdTopline{   border-top: 1px solid #eee;
}

.product .photo {
	float: left;
	margin-right: 20px;;
	height: 132px;	
	overflow: hidden;
} 
.product .photo img {
	width: 200px;  
}
.product .prdc-article {
	float: left;
	width: 640px;
	/*height: 150px;*/
	overflow: hidden;	
}
.product .right-section {
	position: relative;
	float: right;
	width: 271px;
	text-align: right; 
}

.right-section .rightBtn { 
	position: absolute; 
	top:100px;
	right: 0;
}

.product .right-section2 {
	float: right;
	width: 270px;
	height: 116px;
	text-align: right;
	overflow: hidden;
	position: relative;
}
.right-section .btnGroup { 
	position: absolute; 
	top: 92px;
	right: 0;
}
.right-section .btnGroup ul {	
	display: inline-block;
	overflow: hidden;
}
.right-section .btnGroup ul li {
	float: left;
}
.right-section .btnGroup ul li button {
	width: 91px;
	height: 40px;
	margin-left: -1px;	   
	font-size: 13px;
}
.right-section .btnGroup ul li:first-child button {
	margin-left: 0px;
}


.right-section2 .btnGroup {
	position: absolute;
	bottom: 0;
	right: 0;
}
.right-section2 .btnGroup ul {	
	overflow: hidden;
}
.right-section2 .btnGroup ul li {
	float: left;
}
.right-section2 .btnGroup ul li button {
	width: 80px;
	height: 40px;
	margin-left: -1px;	   
	font-size: 13px;
}
.right-section2 .btnGroup ul li:first-child button {
	margin-left: 0px;
}


/* 상품 호텔  & 에어텔 */
table.products-airline tr:hover, .products-airtel tr:hover {
	background: #f9f9f9;
}
table.products-airtel td img {/*항공사 로고*/
	width: 30px;
	height: auto;
}

/** 하단 퀵메뉴 **/

.fix-bottom {
	width: 100%;
	/*height: 160px;*/
	height:104px;
	position: fixed;
	bottom: 0;
	background: #f9f9f9;
	border-top: #cdcdcd;
	box-shadow: 0px 0px 15px 0px #222;
	z-index: 999;
}
.fix-bottom ul.selectGroup {
	width: 430px;
	margin: 10px auto 5px auto;
	overflow: hidden;	
}
.fix-bottom ul.selectGroup li {
	float: left;	
}
.fix-bottom ul.selectGroup li select {
	border: 1px solid #cdcdcd;
	color: #222;
	width: 130px;
	margin-left: 10px;	
	text-align-last:center; 
}
.fix-bottom ul.selectGroup li:first-child select {	
	margin-left: 0;
	color: #fff;
	border: 1px solid #cdcdcd;;
}
.fix-bottom .departure_month .tab_month {
	background: none;
	width: 1240px;
	height: 60px; 
	line-height: 30px; 
	position: relative; 
}
.fix-bottom .departure_month .tab_month div {
	width: 202px;
	height: 18px;
	line-height: 18px;
	display: inline-block;
	text-align:center;	
	padding:0; 
	font-size: 13px;
	color: #333;	
}
.fix-bottom .departure_month .tab_month div:nth-child(even) {
	border: 1px solid #cdcdcd;
	border-width: 0 1px;
}
.fix-bottom .departure_month .tab_month div:last-child {
	border-right: 0;
}
.fix-bottom table.tbl_month {border:1px solid #e0e0e0; border-collapse:collapse; table-layout:fixed ; width:100%; margin-bottom:0px; background: #fff;}
.fix-bottom table.tbl_month th, .fix-bottom table.tbl_month td {height:20px; vertical-align:middle; font-size:13px; text-align:center; font-family: "나눔고딕","Nanum Gothic","나눔바른고딕","NanumBarunGothic", "맑은 고딕", "Malgun Gothic","Nanum Brush Script","sans-serif" }
.fix-bottom table.tbl_month th {font-weight:normal;}
.fix-bottom table.tbl_month th.sun {color:#f2312c}
.fix-bottom table.tbl_month th.sat {color:#4197d4}
.fix-bottom table.tbl_month th {color:#777} 
.fix-bottom table.tbl_month td span {color:#b7b7b7; text-decoration:line-through; font-weight:normal;  font-family: 'Nanum Gothic', '나눔고딕';} 
.fix-bottom table.tbl_month td a{color:#666; font-family: 'Nanum Gothic'; font-weight:normal; text-decoration:none;}
.fix-bottom table.tbl_month td.pdt_possible a{color:#fff; background-color:#63bcaa;} 
.fix-bottom table.tbl_month td.pdt_standby a{color:#fff; background-color:#ffb838;} 
.fix-bottom table.tbl_month td.pdt_close a{color:#fff; background-color:#b2b2b2;} 
.fix-bottom table.tbl_month td a.on { color:yellow; font-family:'NanumBold'; }

.fix-bottom .month_on {font-size:14px !important; font-weight: bolder;} 


/** 상세 하단 고정 바 **/
.popup .control-fix-bottom	{
	/* height: 140px; */
}
.popup .fix-bottom {
	background: #a0011f;
	width: 100%;
	height: 100px;
}
.fix-bottom .bottomPrice {
	height: 50px;
}
.fix-bottom .bottomPrice span {
	font-size: 24px;
	color: #fff;
	line-height: 47px;	
}

/*============= Pop-상품 Start =================*/
/** 상세화면 **/
.popup {
	/*font-size: 14px;*/
}
.pop-contens {
	/*position: absolute;
	top: 30px;*/
	margin: 30px 0 200px 0;
	overflow: hidden;vertical-align:top;
	
}
.pop-contens .code, .pop-contens .pop-title { 
	text-align: center;
	margin: 0 auto;
}
.pop-contens .code span {
	display: inline-block;
	font-size: 16px;
	height: 30px;
	line-height: 30px;
}
.pop-contens .pop-title {
	margin: 10px 0 5px 0;	
}
.pop-title span {	
	font-size: 24px;
	font-weight: bold;
	height: 30px;
	line-height: 30px;
	text-align: center;
}
.topSection {
	margin-bottom: 26px;
	overflow: hidden;
}
.Info-detail {
	/*margin-bottom: 30px;*/
}
/* photos */
.photos {
	float: left;
    position: relative;
    width: 650px;
	margin-top:40px;
    /*height: 380px;
    background: url(/images/photo.gif) no-repeat;*/
}

/* photos */
.photosMain {
	float: left;
    position: relative; 
    /*height: 380px;
    background: url(/images/photo.gif) no-repeat;*/
}
.mySlides {
  display: none;
  width: 526px; 
}
.mySlides2 { 
  width: 526px; 
}


.mySlides3 { 
  width: 526px; 
}


.mySlides4 { 
  width: 980px; 
}

.mySlides4 img { 
  width: 100%; 
  height:700px;
}

.mySlides img, .mySlides2 img, .mySlides3 img { 
	width:100%;
	height:366px;
}
.cursor {
  cursor: pointer;
}
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 190px;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}
.next{
	margin-right: 124px;
}
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}


.prev2,
.next2 {
  cursor: pointer;
  position: absolute;
  top: 380px;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
} 
.next2 {
  right: 0;
  border-radius: 3px 0 0 3px;
}
.prev2:hover,
.next2:hover {
  background-color: rgba(0, 0, 0, 0.8);
}


.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}
.row {
	position: absolute;
    right: 0;
    top:0;
	width: 122px;	
}
.row:after {
  content: "";
  display: table;
  clear: both;
}



.row02 {  
	margin: 2px 0;
    right: 0;
    top:0;
}
.row02:after {
  content: "";
  display: table;
  clear: both;
}

.row02 li { 
	float: left;
	display: inline-block; 
	width: 138px;	
}
.row02 li:first-child {  
	width: 140px;	
}


.row03 li { 
	float: left;
	display: inline-block; 
	width: 121px;	
}
.row03 li:first-child {  
	width: 119px;	
}




.column img {
	margin-top: 2px; 
	width:100%;
	height:90px;
}
.column:first-child img {
	margin-top: 0;
}



.column02 img {
	width:100%;
	height:100px;
	cursor: pointer;
}

.photos .column02{
	margin-left: 2px; 
	
} 

.photosMain .column02{
	margin-left: 2px; 
	
} 

.demo {
  opacity: 1;
}
.active,
.demo:hover {
  opacity: 1;
}


.demo2 {
  opacity: 1;
}
.active,
.demo2:hover {
  opacity: 1;
}




.demo3 {
  opacity: 1;
}
.active,
.demo3:hover {
  opacity: 1;
}



.demo4 {
  opacity: 1;
}
.active,
.demo4:hover {
  opacity: 1;
}






.parent {
  width: 436px; 
  height: 327px;
}
.child {
  width: 100%;
  height: 100%;
  background-color: black; 
  background-position: center;
  background-size: cover;
}
.parent:hover .child,
.parent:focus .child {
  transform: scale(1.2);
}
.child::before {
  content: "";
  display: none;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(52, 73, 94, 0.75);
}
.parent:hover .child:before,
.parent:focus .child:before {
  display: block;
}
/* Calendar */
.topRight {
	float: right;
	width: 560px;
	/*height: 325px;*/
}
table.calendar {
	border-collapse: collapse;
}
table.calendar th, table.calendar td {
	border: 1px solid #cfcfcf;	
}
table.calendar thead th {
	height: 24px;
	line-height: 21px;
	background: #fff;
	font-weight: 800;
    font-size: 13px;
	padding: 0px;
}	
table.calendar td {
	height: 49px;
	width: 14%;
	cursor: pointer;
	padding: 0px;
}
table.calendar td:hover {
	background: #e7e9eb;
}
table.calendar.guide td {
	cursor: default;
}
table.calendar.guide td:hover {
	background: #fff;
}
table.calendar td em {
	display: block;
    margin-bottom: 5px;
    padding: 0 10px 0 0;
    text-align: right;
    color: #999;
    font-size: 10px;
    font-family: Tahoma;
}
table.calendar td .price {
	letter-spacing: -0.5px;
	font-size: 11px;
	font-family: Tahoma;
	font-weight: 600;
	color: #4a505d;
    text-align: right;
    padding: 0 10px 0 0;
}
table.calendar td div {
	width: 100%;
	height: 100%;
}
table.calendar .noSchedule {
	background: #f5f5f5;
}
table.calendar .on {
	background: #898f9c;
}
table.calendar .on .price,
table.calendar .on em {
	color: #fff;
}
.cal-year {
	width: 185px;
	height: 40px;
	line-height: 24px;
	font-size: 18px;
	margin-bottom: 9px;
	margin: 0 auto;
}
button.cal-prev {
	width: 24px;
	height: 24px;
	background: url(/images/calendar-prev.png) no-repeat;
	border: 0;	
	margin-top: -5px;
}
button.cal-next {
	width: 24px;
	height: 24px;
	background: url(/images/calendar-next.png) no-repeat;
	border: 0;	
	margin-top: -5px;
}
.cal-year span {
	display: inline-block;
	width: 120px;
	text-align: center;
	font-weight: bolder;
	color: #4a505d;
	font-size: 24px;
}
/* 상세 지도 map560x327 */
.map560x327 {
	width: 560px;
	height: 327px;	
}
/* Sticky Tabs */
div.linkBar {
    margin-top: 40px;
    /*margin-bottom: 15px;*/
    z-index: 999;
}
.linkBar ul {
	overflow: hidden;
	width: 100%;
	border-bottom: 1px solid #8a8a8a;
}
.linkBar ul li {
	float: left;
	border-top: 1px solid #8a8a8a;;
	border-right: 1px solid #8a8a8a;;
	border-left: 1px solid #8a8a8a;
	background: #fff;
	margin-left: -1px;
}

/*.linkBar ul li:first-child {
	width: 208px;
	margin-left: 0;
}*/

.linkBar ul li a {
	text-align: center;
	display: flex;justify-content: center;align-items: center; 
	font-size: 14px;
	font-family:'Nanum Gothic Bold';
	color: #333;
	min-width: 100px;
	height: 36px;
	line-height:1.2;
	padding:0 10px;box-sizing: border-box;
}

.linkBar ul li:first-child a {
	/*width: 208px;*/
}
.linkBar ul li:first-child  {
	margin-left: 0px;
}


.linkBar ul li.linkBarOn a{
	background: #eee;	
}


/* Sticky Tabs */
div.linkBar2 {
    margin-top: 25px;
    /*margin-bottom: 15px;*/
    z-index: 999;
	border: 1px solid #8a8a8a;
	padding: 20px;
}
.linkBar2 ul {
	overflow: hidden;
	width: 100%;
}
.linkBar2 ul li {
	float: left; 
}

/*.linkBar ul li:first-child {
	width: 208px;
	margin-left: 0;
}*/

.linkBar2 ul li a {
	text-align: center;
	display:block;
	font-size: 15px;
	font-weight: 600;
	color: #5e6471;
	padding: 0 20px;
	height: 40px;
	line-height: 42px;
}
.linkBar2 ul li a:hover{
	background: #f4f4f4; 
	color: #4a505d;
}

.linkBar2 ul li:first-child a {
	/*width: 208px;*/
}
.linkBar2 ul li:first-child  {
	margin-left: 0px;
}


.linkBar2 ul li.linkBarOn a{
	background: #4a505d;
	color: #fff !important;
	border-radius: 3px;
}



/* Sticky Tabs */
div.tabBar2 {
    margin-top: 25px;
    /*margin-bottom: 15px;*/
    z-index: 999;
}
.tabBar2 ul {
	overflow: hidden;
	width: 100%;
	border-bottom: 1px solid #8a8a8a;
	margin-left: 1px;
	border-left: 1px solid #8a8a8a;
}
.tabBar2 ul li {
	float: left;
	border: 1px solid #8a8a8a; 
	margin-left: -1px;
	margin-bottom: -1px;
}
 
.tabBar2 ul li a {
	text-decoration: inherit;
	text-align: center;
	display:block;
	font-size: 13px;
	font-weight: 600;
	color: #4a505d;
	width: 100px;
	height: 30px;
	line-height: 32px;
}

.tabBar2 ul li a:hover {
	background: #4a505d;
	color: #fff !important;
	border-radius: 3px;
}

.tabBar2 ul li:first-child a {
	/*width: 208px;*/
}
.tabBar2 ul li:first-child  {
	/*margin-left: 0px;*/
}


.tabBar2 ul li.tabBarOn a{
	background: #4a505d;
	color: #fff !important;
}








.half-box {
	width: 560px;	
}
.half-box .terms {
	width: 560px;
	height: 327px;	
}
.terms {
	background: #fff;
	color: #666;
	font-size: 11px;
	line-height: 16px;
	border: 1px solid #ccc;
	padding: 25px;
	/*margin-bottom: 20px;*/
}
.terms pre {
	white-space: pre-wrap;
}

.terms img{
    max-width: 100%;
    object-fit: scale-down;
}

.conLinkbar {
	/*padding: 25px;
	white-space: pre-wrap;*/
}



/* DIY1 : 출발일 선택 달력 */
.bg-datepicker-range ul.o-flow {
	width: 200px;
	margin: 0 auto;
	margin-bottom: 20px;
}
button.pre-month, button.next-month {
	float: left;
	width: 100px;
	height: 30px;
	line-height: 30px;
	border: 1px solid #ccc;
	background: #ddd;
}
button.next-month {
	border-left: 0;
}
button.pre-month:hover, button.next-month:hover {
	background: #aaa;
	color: #fff;
}
.bg-datepicker-range {
	background: #f1f1f1;
	background-position: 0 100px;
	padding: 30px 0 10px 0;
	overflow: hidden;
}
.month {
	float: left;
	width: 280px;
	background: #fff;
	padding-top: 20px;
	margin-left: 10px;
	margin-bottom: 10px;
}
.month:first-child,
.month:nth-child(5) {
	margin-left: 0;
}
.month .calendar th {
	border: 0;
}
.month .calendar td {
	height: 30px;
	line-height: 30px;
	text-align: center;
	border: 0;
}
.month .calendar td a {
	display: inline-block;
	width: 100%;
}
.month .calendar td a:hover,
.month .calendar td a.active {
	color: #fff;
	background: #3092e0;
}
.month .calendar td a.range {
	background: #d9ecf6;
}
.bg-datepicker-foot {
	height: 95px;
	background: #292929;
}
.bg-datepicker-foot span {
	display: inline-block;
	height: 30px;
	line-height: 30px;
	margin-top: 20px;
}
/* DIY3 : 호텔선택 */
.pick-product {	
	text-align: center;
	overflow: hidden;
}
.pick-product .product {
	display: inline-block;
	width: 394px;
	margin-bottom: 60px;
	float: left;
}
.pick-product .product:nth-child(2), 
.pick-product .product:nth-child(5) {
	margin: 0 54px;
}
.pick-product .grow {
	/*width: 350px;
	height: 263px;	*/
}






.pick-product .photoType {
	display: inline-block;
	width: 394px; 
	text-align: left;
}


.pick-product .photoType:first-child {	 
	float: left;
}

.pick-product .photoType:nth-child(3){	 
	float: right;
}





.pick-product .photoType .article {
	border-right: 1px solid #ededed;
	border-left: 1px solid #ededed;
	border-bottom: 1px solid #ededed;
	padding: 15px;
}
.pick-product .photoType .article ul li {
	overflow: hidden;
	/*height: 24px;*/
	line-height: 24px;
	margin-bottom: 5px;
}
.pick-product .photoType .article ul li span {
	display: inline-block;
	font-size: 12px;
}
.pick-product .photoType .article ul li span:first-child {	
	width: 230px;
}
.pick-product .photoType .article ul li select {
	float: right;
	color: #222;
}
.pick-product .btnGroup {
	margin-top: 10px;
}
/* Visa - 공지사항 아코디언 */
#accordian li { list-style:none;}
#accordian li > .acco-head { cursor:pointer;}
li > div.acco-cont { display:none;}
.acco-head table {
	border-top: 0;
}
.acco-head table tr:hover {
	background: #f9f9f9;
}
.acco-head table td {
	height: 30px;
}
.acco-head table td.a-left {
	cursor: pointer;
}
.acco-cont {
	background: #e0f3f1;
	padding: 20px;
}
/*============= Pop-상품 End =================*/

/*============= PopUp > popup Start =================*/
.agreeBox {
	/*height: 50px;*/
	line-height: 45px;
	font-size: 16px;
	font-weight: 600;
}


.pop-tit {
	font-size: 20px;
	color: #fff;
	text-align: center;
	background: #3b3f46;;
	height: 50px;
	line-height: 50px;
	/*margin-right: -17px;*/
	padding-right: 17px;
}
/* 견적문의 팝업 */
#popupDiv {
	width: 900px;
	display: block;
}
#popupDiv .terms {
	overflow-y: hidden;
}
.pop-contents.padding-20 {
	width: 860px;
	padding: 20px 20px;
}
.pop-contents.paddingAdd { 
	padding: 20px 20px 40px 20px;
}
#popupDiv .title-medium {
	line-height: 24px;
}
#popupDiv select {
	line-height: 24px;
	height: 28px;	
    border: 1px solid #bbb;
}
#popupDiv select.half {
	width: 112px;
	margin-right: 4px;
    border: 1px solid #bbb;
}
#popupDiv input.half {
	width: 100px;
	margin-right: 8px;
    border: 1px solid #ccc;
}
#popupDiv input.datepicker {
	width: 90px;
	/*margin-right: 1px;
	margin-left: 3px;*/
	
    border: 1px solid #bbb;
}
#popupDiv textarea {
	border: 1px solid #f4f4f4;
	width: 693px;
	padding: 10px;
}
#popupDiv .btns-btarea {
/*	width: 270px;*/
	margin: 0 auto;
	text-align: center;
}
#popupDiv2 .btns-btarea {
/*	width: 270px;*/
	margin: 0 auto;
	text-align: center;
}
#popupDiv2 select {
	height: 28px;
}
/* 예약하기 팝업 */
.inputInfo td {
	 padding-left: 0;
	text-align: center;
}
.people_select {
	overflow: hidden;	
}
.people_select li.box {
	float: left;
	width: calc(33.333333% - 7px);
	/*height: 40px;	*/
	border: 1px solid #ccc;
	margin-left: 7px;
	border-top: 1px solid #ff5029;
	border-bottom: 1px solid #ff5029;
}
.people_select li.box.col-4{
	width: calc(25% - 8px);
}
.people_select li.box:first-child {
	margin-left: 0;
}
.people_select li div.f-left {
	width: calc(100% - 20px);
	/*height: 40px;*/
	line-height: 40px;	
	text-align: center;
}
.people_select li ul li.f-right {
	width: 28px;
}
.people_select ul.f-right .bt-add,
.people_select ul.f-right .bt-del {
	width: 20px;
	height: 20px;
	background-size: 20px 20px;
}


.people_select2 {
	overflow: hidden;	
}
.people_select2 li.box {
	float: left;
	width: 220px;
	/*height: 40px;	*/
	border: 1px solid #ccc;
	margin-left: 7px;
}
.people_select2 li.box:first-child {
	margin-left: 0;
}
.people_select2 li div.f-left {
	width: 200px;
	/*height: 40px;*/
	line-height: 40px;	
	text-align: center;
}
.people_select2 li ul li.f-right {
	width: 28px;
}
.people_select2 ul.f-right .bt-add,
.people_select2 ul.f-right .bt-del {
	width: 20px;
	height: 20px;
	background-size: 20px 20px;
}




/*최종가격 */
tfoot.tatalCost {
	background: #ff5029;
	color: #fff;	
}
tfoot.tatalCost td span {
	height: 40px;
	line-height: 37px;
}
tfoot.tatalCost .price {
	display: inline-block;
	font-size: 20px !important;
	line-height: 40px !important;
}
/*상품비교 팝업*/
#popupDiv.VSproduct {
	width: 1240px;
	margin: 0 auto;
}
.VSprd {
	float: left;
	width: 560px;
	border: 1px solid #ccc;
	padding: 29px;
}



.VSprd { 
	width: 560px;
	border: 1px solid #ccc;
	padding: 29px;
}
.VSprd h2 {
	text-align: center;
	height: 35px;
	line-height: 20px;
}
.VSprd h3 {
	font-weight: 600;
	margin-bottom: 10px;
}
.VSprd .select-prd select {
	width: 560px;
	white-space: nowrap !important; 
    overflow: hidden !important; 
    text-overflow: ellipsis !important; 
    margin-bottom: 10px;
}
.VSprd th, .VSprd td {
/*	padding: 0 !important; 
	font-size: 12px !important; */
}
.VSprd th.alignMargin01{
text-align: left !important; 

}
.VSprd th.alignMargin01 img{ 
	margin-left: 19px;

}

.VSprd th.alignMargin02{
text-align: left !important; 

}

.VSprd th.alignMargin02 img{ 
	margin-left: 12px;

}
.VSprd td {
/*	padding-left: 20px !important; 
	width: 80%;*/
}
.VSprd .Info-detail {
	margin-bottom: 10px;
}
.VSprd .Info-detail td .price {
	text-indent: 0;
}
.VSprd .Info-detail td .price.Gray {
	margin-right: 10px;
}
.VSprd .title-small {
	margin-top: 20px;
}


/*============= PopUp End =================*/

/** login **/

body#login {
	/*width: 100%;
	height: 100%;
	background: url(/images/bg1.jpg) no-repeat;
	background-size: 100% 100%;	*/
	color: #787878;
}
.login-wrap {
	display: block;
	width: 100%;;	
	/*height: 500px;*/
	margin: 0 auto;  
	overflow: hidden;
}
.login-wrap h1 {
	margin: 75px 0 10px 110px;
}
.login-wrap .slogan {
	height: 22px;
	line-height: 22px;
	font-size: 21px;
	font-weight: 600;
	color: #686868;
	width: 460px;
	text-align: center;
	margin: 15px 0 15px 0;
}
.login-wrap .slogan2 {
	font-size: 13px;
	color: #787878;
	width: 360px;
	margin: 0 auto;
	text-align: center;
	line-height: 20px;
	margin-bottom: 12px;
}
.login-wrap .slogan3 {
    font-size: 15px;
    text-align: left;
    color: #787878;
    width: 360px;
    margin: 0 auto;
}
.formBox {
	background: #fff;
	border-radius: 3px;
}
.formBox.f-left, .formBox.f-right {
	width: 460px;
	height: 500px;
	position: relative;
}
.Bigbt {
	width: 360px;
	height: 50px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-size: 18px;
	background: #666;
	border-radius: 3px;
}
.formBox.f-left .Bigbt-join {
	position: absolute;
	bottom: 76px;
	left: 50px;
	background: #0d6fb8;
}
.formBox.f-right .Bigbt-login {
	position: absolute;
	bottom: 76px;
	left: 50px;
	background: #3ca9e2;
}
.Bigbt:hover {
	background: #7d7c84 !important;
}
.formBox.f-right p.iconIMG {
	height: 66px;
	margin-top: 80px;
	margin-bottom: 10px;
}
.formBox.f-right .quick-search {
	position: absolute;
	top: 307px;
	left: 50px;	
}
.boxFoot {
    width: 360px;
    height: 30px;
    line-height: 30px;
    position: absolute;
    bottom: 40px;
    left: 50px;
    font-size: 15px;
}
.formBox.f-left .boxFoot, .formBox.f-right .boxFoot ul {
	width: 360px;
	height: 30px;
	line-height: 30px;
	position: absolute;
	bottom: 40px;
	left: 50px;
	font-size: 15px;
}
body#login input[type=text],
body#login input[type=tel],
body#login input[type=password] {
	width: 338px;
	height: 50px;
	line-height: 50px;
	border: 1px solid #c2c0ca;
	border-radius: 3px;
	margin-left: 50px;
	padding: 0 10px;
	font-size: 18px;
	margin-bottom: 6px;
}
body#login select {
	width: 114px;
	height: 30px;
	border: 1px solid #c2c0ca;
	color: #333;
	margin-left: 5px;	
	background: #f4f4f4;
}
body#login li:first-child select {
	margin-left: 0;
}
body#login ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #3ca9e2;
  opacity: 1; /* Firefox */
}
body#login :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #3ca9e2;
}
body#login ::-ms-input-placeholder { /* Microsoft Edge */
  color: #3ca9e2;
}
.login-wrap a {
	color: #3ca9e2;
	font-size: 16px;
}
.login-wrap a:hover {
	color: #ff7200;
}
#slideshow > div {
    position: absolute; 
}
.cover {
	/*width: 100vw;*/
	width:100%;
   /* height: 90vh;*/
	height:100%;
	/*overflow: hidden;	*/
}
#slideshow > div img {
	width: 100%;
	height: 100%;	
}

/** join **/
body#join {
	background: #f2f2f2;
}
body#join .header {
	background: #fff;
	text-align: center;
	margin-bottom: 30px;
}
body#join .join-wrap, body#join h1 {
	width: 1240px;
	margin: 0 auto;
}
body#join h1 {
	height: 100px;
	line-height: 100px;
	cursor: default;
}
body#join h1 img {
	height: 40px;
	width: auto;
}
body#join h2.tit {
	font-size: 20px;
	color: #0d6fb8;
	margin-bottom: 20px;
}
body#join h3 {
	font-size: 16px;
}
.join-wrap .agree {
	font-weight: 600;
	font-size: 14px;
	/*height: 20px;*/
	line-height: 20px;
}
.labelCb {
 /* display: block;*/ 
  display: inline;
  position: relative;
  /*padding-left: 30px; */
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.labelCb input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.labelCb .checkmark {
    position: absolute;
	display: inline-block;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    border: 1px solid #ccc;
	background: #fff url(/images/ico-agreeCheck-d.png) no-repeat;
}
.labelCb:hover input ~ .checkmark {
  background-color: #ccc;
}
.labelCb input:checked ~ .checkmark {/*
  background-color: #3ca9e2;*/
}
.labelCb .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.labelCb input:checked ~ .checkmark:after {
  display: block;
}
.labelCb .checkmark:after {/*
  left: 6px;
  top: 2px;
  width: 2px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);*/
 width: 20px;
 height: 20px;
 background: url(/images/ico-agreeCheck.png) no-repeat; 
}


.labelCbcheckAdd {
   line-height: 30px;
}

.labelCbcheckAdd span{ 
}

.user-division {
	margin: 10px 0 10px 0;
	border-bottom: 1px dashed #aaa;
}
.user-division ul {
	margin-bottom: 10px;
	overflow: hidden;
	height: 22px;
}
.user-division ul li {
	float: left;
	height: 20px;
	line-height: 20px;
}

.user-division2 {
}
.user-division2 ul {
	overflow: hidden;
}
.user-division2 ul li {
	float: left; 
}
.labelRd {
	display: block;
	position: relative;
	padding-left: 30px;
	margin-top:2px;
	margin-bottom:1px;
	cursor: pointer; 
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	height: 20px;
	line-height: 20px;
}
.labelRd input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
}
.labelRd .checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 20px;
	width: 20px;
	background-color: #999;
	border-radius: 50%;
}
.labelRd:hover input ~ .checkmark {
	background-color: #ccc;
}
.labelRd input:checked ~ .checkmark {
	background-color: #4a505d;
}
.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}
.labelRd input:checked ~ .checkmark:after {
	display: block;
}
.labelRd .checkmark:after {
 	top: 5px;
	left: 5px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: white;
}
.boxing .inptBig th, .boxing .inptBig td {
	font-size: 15px;
	padding: 4px 0;
	height: 40px;
}
.boxing .inptBig th {
	text-align: left;
	width: 130px;
	padding: 0 10px;
	font-weight: 600;
}
#join table.inptBig input[type=text], #join table.inptBig input[type=password], 
#join table.inptBig input[type=email] {
	width: 454px;
	background: #fbfbfb;
}
.bg-610x70 {
	width: 690px;
	height: 69px;
	margin: 10px 0;
}
.bg-610x70 img {
	width: 690px;
	height: auto;
}
.join-wrap .btBig {
	background: #0d6fb8;
	color: #fff;
	border-radius: 3px;
	height: 60px; 
	width: 690px;
	text-align: center;
	font-size: 19px;
	margin-bottom: 100px;
}
.join-wrap .btBig:hover {
	background: #3ca9e2;
}
.btn-front {
	display: inline-block;
	width: 115px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	color: #fff !important;
	font-weight: bold;
	font-size: 13px;
	background: #d2850c;
	border-radius: 3px;
}
.btn-front:hover {
	background: #fe9b00;
}












/* 테마 및 셀렉 레이어 변경 0409  */

.newRemoteFilter {
	display: table;
	/*text-align: center;*/
	margin: 0 auto;
	/*margin-bottom: 20px;*/
	overflow: hidden;
	/*width: 825px;*/
}
.newRemote {
  	position: relative;
    display: inline-block;   
    width: 250px;
    height: 38px;
    font-size: 20px;
    color: #fff;   
    text-align-last:center; 
}		
.newFilter li:first-child {
	margin-left: 18px;
}
.newFilter li:first-child span {
	font-size: 24px;
	font-weight: lighter;
}
.newFilter li:last-child { 
}
.newFilter select {
	width: 250px;
    height: 38px;
    font-size: 20px;
    /*font-weight: lighter;*/
    margin: 0 10px;
    text-align-last:center; 
}
.newFilter select option {
	text-align: center;
	color: #222;
	font-size: 16px;
}


.newFilter .bt-search-box2 {
	display: inline-block;
	width: 90px;
	height: 38px;
	line-height: 38px;
	background: #0d79d9;
	border-radius: 3px;
	text-align: center;	
	font-size: 16px;
	font-weight: 600;
	color: #FFFFFF;    
	border: 1px solid #045fd9 !important
}

.newFilter .bt-search-box2:hover { 
	background: #045fd9; 
}

.dtxt01{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

/*1*/
.pop-land-group .pop-title { overflow-x: hidden}
.pop-land-group .pop-title span {
	display: inline-block;
    padding: 20px 65px;
    font-size: 32px;
    height: 36px;
    line-height: 36px;
    position: relative;
    color: #0383e0;
    background-image: url(/images/bg_title01_l.png), url(/images/bg_title01_r.png);
    background-position: left, right;
    background-repeat: no-repeat;
}
.pop-land-group .pop-title span:before, .pop-land-group .pop-title span:after {
	content: "";
	width: 1000px;
	height: 2px;
	display: block;
	background: #0383e0;
	position: absolute;
	top: 50%;
}
.pop-land-group .pop-title span:before { right: -1015px}
.pop-land-group .pop-title span:after { left: -1015px}

.login_find{ padding: 80px 40px}
.login_find .slogan, .login_find .slogan2{ width: 100%}
.login_find .input-wrap{ width: 500px; margin: auto; overflow: hidden}


body#login .input-wrap input[type=text],
body#login .input-wrap input[type=tel],
body#login .input-wrap input[type=password],
.login_find .input-wrap .Bigbt,
.login_find .input-wrap .send1{
	margin-left: 0;
	margin-bottom: 10px;
	display: block;
	float: left;
	width: 100%;
	box-sizing: border-box
}
.login_find .input-wrap .Bigbt{
	padding: 10px;
	border-radius: 3px;
	font-size: 16px;
	height: 52px;
	width: 130px;
	margin-left: 10px
}
.login_find .input-wrap .send1{
	border: 1px solid #c2c0ca;
	padding: 10px;
	border-radius: 3px;
	font-size: 16px;
	height: 52px;
	width: 130px;
	margin-left: 10px;
	font-weight: bold;
	color: #686868;
}
/*
body#login .login_find .input-wrap input#login_id,
body#login .login_find .input-wrap input.num-checkmail,
body#login .login_find .input-wrap input.mobile_number,
body#login .login_find .input-wrap input.business_register_number{
	width: 100%;
	box-sizing: border-box
}
*/
.login_find .input-wrap + .Bigbt{
	display: block;
	margin: auto;
	width: 500px;
	height: 55px
}
.login_find .output_txtbox{
	margin: auto;
	font-size: 15px;
	text-align: center
}
/*.login_find .output_txtbox p{ height: 40px; line-height: 40px}*/
.login_find_id .output_txtbox p{ margin-bottom: 10px}
.login_find .output_txtbox .id{font-weight: bold; font-size: 17px; margin: 0 5px}
.login_find .output_txtbox button{
	padding: 8px 20px;
	color: #666;
	border: 1px solid #c2c0ca;
	border-radius: 3px;
	margin-left: 10px;
	font-size: 14px;
	font-weight:600;
	width: 150px;
	height: 40px;
}


/** 상세 하단 고정 바 20220217 추가 수정됨 : 202302 고도화 작업 추가수정(모든페이지 통일)  **/
.fix-bottom-wrap {position: fixed;bottom: 0;width: 100%;/* background-color: transparent; */ z-index: 999;}
.popBottom{position:fixed; left:0; bottom:0;width:100%; height:85px;background:#766f57  !important;/* background:#a0011f; */ padding:0px 20px;box-shadow: 0px -2px 24px rgba(0, 0, 0, .2); /* 오른쪽, 아래쪽, 흐림, 컬러 */ z-index:5;box-sizing: border-box;}
.popBottom .bottom-inner{position: relative; display:flex;width:1200px; height:100%; display:flex; flex-direction: column;justify-content:center; align-items: center; margin:0px auto;}
.popBottom .topArea{display:flex;width:1200px;align-items: center;justify-content:center;gap:10px; margin:5px auto 10px;font-family: 'NotoSansKR';font-style: normal; font-weight:400;font-size:20px;color: #fff;line-height:1; }
.popBottom .price{display: inline-block;font-weight:700;font-size:20px; }
.popBottom .smallfont{display: inline-block;font-size:20px;line-height:1;}
.popBottom .btnArea{position: relative;display:block;width:1200px;margin:0px auto;text-align:right; }

.popBottom .snsArea {position: absolute; left:0; top:10px;}
.popBottom .snsArea a{margin:0 2px;}
.popBottom .snsArea a.ico-sns {width: 32px;height: 32px;display: inline-block;opacity:1;border-radius:50%;}
.popBottom .snsArea a.ico-sns:hover {opacity:1;}
.popBottom .snsArea a.ico-sns-facebook {background: url(/images/icon/icon--fbook.png) center center no-repeat #3f3c32 /* #42569b; */}
.popBottom .snsArea a.ico-sns-twitter {background: url(/images/icon/icon--twitter.png) center center no-repeat #3f3c32 /* #30a7df;*/}
.popBottom button{ /* vertical-align:top;margin:0 2px; */ }

.popBottom .infoArea {position: absolute; left:0; bottom:15px; font-family: 'NotoSansKR';font-style: normal; font-weight:500;font-size:18px;color: #fff;line-height:1;}

.control-fix-bottom {position: relative; width:100%; margin: 0 auto;height: 120px; background-color: transparent;}
.control-fix-bottom a.close-fix-bottom,
.control-fix-bottom a.open-fix-bottom {display: inline-block;width: 35px;line-height:35px; font-size: 11px; text-align: center; color: #f2f2f2;border-radius:12px 12px 0px 0px; position: absolute;right: 0;box-shadow: 0px -2px 16px rgba(0, 0, 0, .1);}
.control-fix-bottom a.open-fix-bottom {position: absolute;bottom: 0;}
.bg-mainColor{background:#f96131;}
.bg-bottomColor{background:rgba(20,20,20,.8);}

/** 위로이동, 아래로이동 **/
#page_top_down, .page_top_down { position: fixed;right: 0px; bottom: 170px; z-index: 900;}
body.popup #page_top_down, body.popup .page_top_down  {right: 0px !important;}
.page_top_down .top {width: 40px;height: 38px;display: block;background: url(/images/page-up.png) no-repeat;}
.page_top_down .down {width: 40px;height: 38px;display: block;background: url(/images/page-down.png) no-repeat;}
#Bottom {position: absolute;bottom: 0;}

/* btnStyle /css/common.css내용과 동일 pop에 필요해서 중복으로 넣어둠 문제시 삭제  */
.btnStyle{display:inline-flex;align-items: center;justify-content:center;cursor:pointer;transition:all 0.3s}
.btnStyle.btn1 {min-width:80px;height:28px;line-height:26px;padding:0px 10px;text-align:center;font-family: 'NotoSansKR';font-style: normal; font-weight:400;font-size:13px;letter-spacing:-0.03em;border-radius:4px;box-sizing: border-box;-webkit-box-sizing:border-box; -moz-box-sizing:border-box;}
.btnStyle.btn2 {width:100px;height:35px;line-height:33px;padding:0px 10px;text-align:center;font-family: 'NotoSansKR';font-style: normal; font-weight:500; font-size:14px;letter-spacing:-0.03em;border-radius:4px;box-sizing: border-box;-webkit-box-sizing:border-box; -moz-box-sizing:border-box;}
.btnStyle.btn3 {width:180px;height:45px;line-height:41px;padding:0px 10px;text-align:center;font-family: 'NotoSansKR';font-style: normal; font-weight:500;font-size:16px;letter-spacing:-0.03em;border-radius:4px;box-sizing: border-box;-webkit-box-sizing:border-box; -moz-box-sizing:border-box;}
.btnStyle.btn4 {height:30px;line-height:27px;padding:0px 20px;text-align:center;font-family: 'NotoSansKR';font-style: normal; font-weight:500;font-size:14px;letter-spacing:-0.03em;border-radius:4px;box-sizing: border-box;-webkit-box-sizing:border-box; -moz-box-sizing:border-box;}
.btnStyle.btn5 {height:24px;line-height:22px;padding:0px 10px;text-align:center;font-family: 'NotoSansKR';font-style: normal; font-weight:400;font-size:13px;letter-spacing:-0.03em;border-radius:4px;box-sizing: border-box;-webkit-box-sizing:border-box; -moz-box-sizing:border-box;}
.btnStyle.btn6 {height:30px;line-height:27px;padding:0px 20px;text-align:center;font-family: 'NotoSansKR';font-style: normal; font-weight:400;font-size:13px;letter-spacing:-0.03em;border-radius:24px;box-sizing: border-box;-webkit-box-sizing:border-box; -moz-box-sizing:border-box;}

.btnStyle.black {color:#fff !important;border:1px solid #000;background:#000}
.btnStyle.dgray {color:#fff !important;border:1px solid #404248;background:#404248}
.btnStyle.gray {color:#fff !important;border:1px solid #87888d;background:#87888d}
.btnStyle.lgray {color:#fff !important;border:1px solid #ababac;background:#ababac}
.btnStyle.white{color:#323232 !important;border:1px solid #707070;background:#fff}
.btnStyle.black_line {color:#262729 !important;border:1px solid #262729;background:#fff}
.btnStyle.gray_line {color:#717379 !important;border:1px solid #717379;background:#fff}
.btnStyle.lgray_line {color:#a3a5aa !important;border:1px solid #a3a5aa;background:#fff}
.btnStyle.white_line {color:#fff !important;border:1px solid #fff;background-color:transparent; }
.btnStyle.main_line {color:#f96131 !important;border:1px solid #f96131;background:#fff}
.btnStyle.main {color:#fff !important;border:1px solid #f96131;background:#f96131}
.btnStyle.yellow {color:#3b1e1e !important;border:1px solid #fac500;background:#fac500}

.btnStyle.black:hover {cursor:pointer;background:#fff !important;color:#262729 !important;}
.btnStyle.dgray:hover {cursor:pointer;color:#fff !important;border:1px solid #262729;background:#262729}
.btnStyle.gray:hover {cursor:pointer;background:#fff !important;color:#717379 !important;}
.btnStyle.lgray:hover {cursor:pointer;background:#fff !important;color:#a3a5aa !important;}
.btnStyle.white:hover {cursor:pointer;background:#707070 !important;color:#fff !important;}
.btnStyle.black_line:hover {cursor:pointer;background:#262729 !important;color:#fff !important;}
.btnStyle.gray_line:hover {cursor:pointer;border:1px solid #55575a; background:#55575a !important;color:#fff !important;}
.btnStyle.white_line:hover {cursor:pointer;background:#262729 !important;color:#fff !important;}
.btnStyle.lgray_line:hover {cursor:pointer;color:#fff !important;border:1px solid #a3a5aa;background:#a3a5aa}
.btnStyle.main:hover {cursor:pointer;color:#fff !important;border:1px solid #262729;background:#262729}
.btnStyle.main_line:hover {color:#fff !important;border:1px solid #262729;background:#262729}
.btnStyle.off:hover { paint-order:none; cursor:not-allowed;}

.i_arrow {position: relative; padding-right:12px; text-align: left;}
.i_arrow::after { content: ' ';position: absolute; top: 50%;right: 0px; width: 6px; height: 6px; margin-top: -3px;border: 1px solid #666;border-top: none;border-right: none; transform: rotate(-135deg);}

.btnStyle:hover .i_arrow::after { content: ' ';position: absolute; top: 50%;right: 0px; width: 6px; height: 6px; margin-top: -3px;border: 1px solid #eee;border-top: none;border-right: none; transform: rotate(-135deg);}

.pop-contens .pop-title {
	margin: 10px 0 20px 0;
}
.pop-title span {
	font-size: 24px;
	font-weight: bold;
	height: 30px;
	line-height: 30px;
	text-align: center;
}
/* vip 상세페이지 추가작업 20220809 - /css/common.css swiper, .container_popup 파일 필요해서 가져옴  */
.pop_subTit{position:relative; display: inline-block; width:100%;min-height:30px; font-family: 'NotoSansKR';font-style: normal; font-weight:700;font-size: 22px; color: #222;line-height:30px;letter-spacing:-0.03em;margin-bottom:10px;padding-top:0px;padding-left:15px;box-sizing: border-box;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;}
.pop_subTit::before{position:absolute; left:0%;top:50%;transform:translateY(-50%);content: ' ';width:8px;height:11px; /*border-radius:50%;*/background-image: url(/images/arrow-right-gray.png); z-index:1;}
.pop_subTit .rightArea{position: absolute; right:0; top:0;}
.pop_subTit02{position:relative;display: inline-block;width:100%;min-height:35px;font-family: 'NotoSansKR';font-style: normal; font-weight:500;font-size:16px;color:#666;letter-spacing:-0.01em;line-height:30px;margin-bottom:0px;box-sizing: border-box;}
.pop_subTit02 .rightArea{position: absolute; right:0; top:0;}
.pop_content{display: inline-block; width:100%;font-family: 'NotoSansKR';font-style: normal; font-weight:400;font-size:14px;color: #555;line-height:1.45;letter-spacing:-0.03em;margin:0px auto 40px;padding-top:20px;border-top:1px solid #dfdfdf;}
.pop_content_bg{display: inline-block; width:100%;background:#fafafa;font-family: 'NotoSansKR';font-style: normal; font-weight:400;font-size:14px;color: #555;line-height:1.45;letter-spacing:-0.03em;margin:0px auto 40px;padding:20px;border-top:1px solid #dfdfdf;border-bottom:1px solid #dfdfdf;box-sizing: border-box;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;}

.container_popup{display:block; width:1240px;margin:40px auto;font-size:0;vertical-align:top !important;;padding-bottom:130px;}
.pop_code{display: inline-block; width:100%;text-align: center;font-family: 'NotoSansKR';font-style: normal; font-weight:400;font-size:14px;color: #333;line-height:1;letter-spacing:-0.03em;margin-bottom:10px;}
.pop_stit{display: inline-block; width:100%;text-align: center;font-family: 'NotoSansKR';font-style: normal; font-weight:500;font-size:18px;color: #333;line-height:1;letter-spacing:-0.03em;margin-bottom:10px;}

.pop_title{display:flex;align-items: center;justify-content:center; text-align: center; gap:5px; font-family: 'NotoSansKR';font-style: normal; font-weight:700;font-size:26px;color: #1a1a1a;line-height:1;letter-spacing:-0.03em;margin-bottom:10px;}
.pop_title > span{font-family: 'NotoSansKR';font-style: normal; font-weight:400;font-size:22px;line-height:26px;}
.pop_title > em{font-family: 'NotoSansKR';font-style: normal; font-weight:700;font-size:24px;color:#c25391;}
.pop_txt{text-align: center;font-family: 'NotoSansKR';font-style: normal; font-weight:400;font-size:16px;color: #333;line-height:1.4;letter-spacing:-0.03em;margin-top:30px;}
.container_popup .leftArea{display: inline-block; width:49%;text-align:left;vertical-align:top  !important; margin-top:0px;}
.container_popup .rightArea{display: inline-block; width:49%; /* 5개일경우 height:454px; */  text-align:left;vertical-align:top;margin-left:2%; border:0px solid #ebebeb;box-sizing: border-box;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;}
.container_popup .rightArea img{width:100%;height:100%;}
.popup_rightBtn{display: inline-block; width:100%;text-align:right;margin:30px 0px;}
.popup_rightBtn > button{display: inline-block;margin-left:5px;}

.container_popup.new-flex{display:flex;justify-content:space-between; margin:20px auto 30px;padding-bottom:0px;}
.container_popup.new-flex .leftArea{width:49%;text-align:left;vertical-align:top  !important; margin-top:0px; border-top:0px solid #666; border-bottom:1px solid #dfdfdf; position:relative; }
.container_popup.new-flex .rightArea{width:49%; text-align:left;vertical-align:top;margin-left:2%; border:1px solid #dfdfdf;}
.container_popup.new-flex .tab-ty1 .swiper-slide-thumb-active{border:1px;}

.container_popup.new-flex-print{width:1100px; display:flex;justify-content:space-between; margin:20px auto 30px;padding-bottom:0px;}
.container_popup.new-flex-print .leftArea{width:49%;text-align:left;vertical-align:top  !important; margin-top:0px; border-top:1px solid #666; border-bottom:1px solid #dfdfdf; position:relative; }
.container_popup.new-flex-print .rightArea{width:49%; text-align:left;vertical-align:top;margin-left:2%; border:1px solid #dfdfdf;}
.container_popup.new-flex-print .tab-ty1 .swiper-slide-thumb-active{border:1px;}


/*
.container_popup.new-1{margin:30px auto;padding-bottom:0px;}
.container_popup.new-1 .rightArea{border:1px solid #dfdfdf;}
.container_popup.new-1 .tab-ty1 .swiper-slide-thumb-active{border:1px;}
*/

.bigimg2_swiper { position:relative; width:100%; margin:0 auto; } 
.bigimg2_swiper .swiper-button-prev,  
.bigimg2_swiper .swiper-button-next{width:12px; height: 20px; background-size: 12px auto;margin-top:-10px;} /*크기*/
.bigimg2_swiper .swiper-button-prev{background-image: url(/images/i_prev.png); left: 10px; } /*이미지,위치*/
.bigimg2_swiper .swiper-button-next{background-image: url(/images/i_next.png); right: 10px; }
.bigimg2_swiper .swiper-pagination-bullet {width:8px;height:8px;margin:0px 4px;display:inline-block;border-radius:50%;background:#ddd;opacity:1;border:1px solid #ddd;box-sizing: border-box;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;}
.bigimg2_swiper .swiper-pagination-bullet-active {opacity:1;background:#333;border:1px solid #333;}

/* popup slider */
.pop_bigimg{position: relative; display: inline-block; width:100%; height:360px; /* padding-top: 60%; */overflow: hidden;border:1px solid #ebebeb; background:#fff;box-sizing: border-box;-webkit-box-sizing:border-box; -moz-box-sizing:border-box; }
.pop_bigimg img{position: absolute; top: 0; left: 0; right: 0; bottom: 0;width:100%; height:100%; }

.pop--bigimg{display: inline-block; width:100%; height:0px; padding-top:60%;overflow: hidden;border:0px solid #dfdfdf;background-size: cover; background:#fff;box-sizing: border-box;-webkit-box-sizing:border-box; -moz-box-sizing:border-box; }
.pop--bigimg img{position: absolute; top: 0; left: 0; right: 0; bottom: 0;width:100%; height:100%; }

.tab-ty1 {display: inline-block; width: 100%;margin-top:4px;text-align:center;overflow:hidden; box-sizing: border-box;-webkit-box-sizing: border-box;-moz-box-sizing: border-box; z-index:2;}
.tab-ty1 .swiper-slide {display: inline-block;width:100%; /*width:32.33333%; margin:0 0.5%;*/background:#fff;border:1px solid #ebebeb;box-sizing: border-box;cursor:pointer;}
.tab-ty1 .swiper-slide-thumb-active{/*border:2px solid #dc2527;*/ box-sizing: border-box;cursor:pointer;}
.tab-ty1 .swiper-slide img{width:100%;}

.slide_thumb{position: relative; display: inline-block; width:100%;padding-top: 75%;/* 4:3인경우 */ overflow: hidden;background:#fff;}
.slide_thumb img{position: absolute; top: 0; left: 0; right: 0; bottom: 0;width:100%; height:100%; }

.slide_thumb_2{position: relative; display: inline-block; width:100%;padding-top: 56.25%;/* 16:9인경우 */ overflow: hidden;background:#fff;}
.slide_thumb_2 img{position: absolute; top: 0; left: 0; right: 0; bottom: 0;width:100%; height:100%; }

.ico__kakao_s{display: inline-block;width:18px; height:100%;background: url(/images/icon/ico__kakao_18.png) center center no-repeat; margin-right:5px;}
.container_popup.vip .leftArea{margin-top:30px;}
.container_popup.vip .rightArea{margin-top:30px;}
.container_popup.print{width:1050px !important;}
.container_popup.print img{max-width:100%; }

.right--info{width:100%;/*border-top:1px solid #666; border-bottom:1px solid #dfdfdf;*/ padding-top:15px;padding-bottom:10px;}
.right--info ul{display:flex;margin-top:10px;}
.right--info ul:first-child{margin-top:0px;}
.right--info ul.line{margin-top:10px;padding-top:10px; border-top:1px solid #dfdfdf;}
.right--info .titArea{flex:0 0 140px;}
.right--info .contArea{flex:1;}
.right--info .b-tit{font-family: 'NotoSansKR';font-style: normal; font-weight:500;font-size:20px;color: #777;line-height:1.45;}
.right--info .price-txt{font-family: 'NotoSansKR';font-style: normal; font-weight:700;font-size:30px;color: #000;line-height:1;}
.right--info .price-txt > em{margin-left:10px;font-style: normal; font-weight:500;font-size:18px;color: #666;line-height:1; }
.right--info .c-tit{font-family: 'NotoSansKR';font-style: normal; font-weight:500;font-size:16px;color: #777;line-height:1.45;}
.right--info .c-txt{font-family: 'NotoSansKR';font-style: normal; font-weight:500;font-size:15px;color: #333;line-height:1.45;}
.right--info .c-desc{font-family: 'NotoSansKR';font-style: normal; font-weight:400;font-size:14px;color: #666;line-height:1.45;letter-spacing:-0.03em;}

.right--info .price-stxt{font-family: 'NotoSansKR';font-style: normal; font-weight:700;font-size:18px;color: #000;line-height:1;}
.right--info .price-stxt > em{margin-left:10px;font-style: normal; font-weight:500;font-size:14px;color: #666;line-height:1; }

.right--info.hotel{padding-top:25px;padding-bottom:25px;}
.right--info.hotel ul{display:flex;margin-top:15px;}
.right--info.hotel ul:first-child{margin-top:0px;}
.right--info.hotel ul.line{margin-top:20px;padding-top:20px; border-top:1px solid #dfdfdf;}

.right--info.golf{padding-top:35px;padding-bottom:35px;}
.right--info.golf ul{display:flex;margin-top:18px;}
.right--info.golf ul:first-child{margin-top:0px;}
.right--info.golf ul.line{margin-top:34px;padding-top:34px; border-top:1px solid #dfdfdf;}

.right--bot{position:absolute; left:0; bottom:15px;width:100%; }
.right--bot ul{display:flex;}
.right--bot .titArea{flex:0 0 140px;}
.right--bot .contArea{flex:1;}
.right--bot .c-tit{font-family: 'NotoSansKR';font-style: normal; font-weight:500;font-size:16px;color: #777;line-height:1.45;}
.right--bot .c-txt{font-family: 'NotoSansKR';font-style: normal; font-weight:500;font-size:15px;color: #333;line-height:1.45;}


.radius--box{display: inline-flex;align-items: center;border-radius:16px;box-sizing: border-box;}
.radius--box.type-1{padding:3px 10px;font-family: 'NotoSansKR'; font-weight:500;font-size:12px;}
.radius--box.bg--gray{color:#fff;border:1px solid #87888d;background:#87888d;}
.radius--box.bg--orange{color:#fff;border:1px solid #f96131;background:#f96131;}
.radius--box.bg--blue{color:#fff;border:1px solid #1e68b3;background:#1e68b3;}
.radius--box.bg--green{color:#fff;border:1px solid #0faa5c;background:#0faa5c;}
.radius--box.bg--navy{color:#fff;border:1px solid #1f3787;background:#1f3787;}

.radius--box.v-green {color:#fff;background:#347757;border:0;} 
.radius--box.v-brown {color:#fff;background:#8b5a3d;border:0;}
.radius--box.v-dblue {color:#fff;background:#38637b;border:0;}
.radius--box.v-olive {color:#fff;background:#766f57;border:0;}
.radius--box.v-dred {color:#fff;background:#9f383a;border:0;}
.radius--box.v-lyellow {color:#3c3e44;background:#f5cc71;border:0;}
.radius--box.v-yellow {color:#3c3e44;background:#fad24a;border:0;}
.radius--box.v-orange {color:#fff;background:#fd7133;border:0;}
.radius--box.v-lblue {color:#3c3e44;background:#94dbe0;border:0;}
.radius--box.v-pink {color:#3c3e44;background:#f0c0d8;border:0;}
.radius--box.v-viloet {color:#fff;background:#8d5ac5;border:0;}
.radius--box.v-blue {color:#fff;background:#195caf;border:0;}


.btn-group-A {display: flex; margin:20px 0px;}
.btn-group-A.right { justify-content: flex-end;}
.btn-group-A > * {margin-left:5px;}
.btn-group-A > *:first-child { margin-left: 0;}
.btn-group-A.center { display: flex;justify-content: center;}
.btn-group-A.m0 {margin:0px;}

.tabType_D {width: 100%; margin:30px auto 30px;text-align: left;border-bottom:0px solid #aaa;}
.tabType_D::after {clear: both; display: block; content: "";}
.tabType_D ul {display:flex;justify-content:space-between;width: 100%; margin:0px auto;}
.tabType_D li {margin-left:-1px;margin-bottom:-1px; flex:auto;}
.tabType_D li a {background:#fafafa;border: 1px solid #aaa; text-align: center; padding:10px 0px 12px;font-family: 'NotoSansKR';font-style: normal; font-weight:500;font-size: 14px; color: #666;line-height:1;letter-spacing:-0.03em;text-transform:uppercase;display: block; border-radius: 0px; box-sizing: border-box;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;}
.tabType_D li a:hover {color: #fff;border: 1px solid #4a505d;background:#4a505d}
.tabType_D li a.active {color: #fff;border: 1px solid #4a505d;background:#4a505d}
.tabType_D li:first-child{margin-left:0px;}

.day--bar{display:flex;justify-content:space-between;align-items: center;background: #6d7588;color: #fff;padding:8px 20px;border-radius:8px 8px 0px 0px; box-sizing: border-box;}
.day--bar .day--list{} 
.day--bar select{background: #4a505d;border: 0;color: #fff; padding: 6px;width: 200px;border-radius:0px;} 
.day--bar .day{font-weight: 600;font-size: 16px;text-indent: 0px;margin-right: 10px;} 
.day--bar .date{font-weight:400;font-size: 14px;} 

.day--content{display:block;min-height:80px;  border:1px solid #dfdfdf; font-family: 'NotoSansKR';font-style: normal; font-weight:400;font-size: 14px; color: #333;line-height:1.45;padding:20px;box-sizing: border-box;}
.hotel--name{margin:10px 0;background: url(/images/ico-hotel.png) 0 50% no-repeat;background-size:auto 20px; min-height:20px; padding-left:26px;font-family: 'NotoSansKR';font-style: normal; font-weight:500;font-size: 14px; color: #4a505d;line-height:1.45;box-sizing: border-box;}
.pop_content > section{margin-top:20px;}
.pop_content > section:first-child{margin-top:0px;}

.mid--tit{display:flex;align-items: center;margin-bottom:20px;font-family: 'NotoSansKR';font-style: normal; font-weight:500;font-size: 16px; color: #333;line-height:1; }
.mid--tit > em{display: inline-block;margin-left:10px;font-style: normal; font-size: 14px; color: #dc2527;}

.d-flex-1{display:flex;justify-content:space-between;align-items: center;gap:20px;margin-bottom:20px;}
.d-flex-1.right{justify-content: flex-end;}

.reserve-ok-tit{display: inline-block; width:100%;text-align: center;border:0px solid #dfdfdf; padding:30px;margin-bottom:40px;box-sizing: border-box;}
.reserve-ok-tit .tit{font-family: 'NotoSansKR';font-style: normal; font-weight:700;font-size:26px;color: #1a1a1a;line-height:1;letter-spacing:-0.03em;margin-bottom:30px;}
.reserve-ok-tit .txt{font-family: 'NotoSansKR';font-style: normal; font-weight:400;font-size:15px;color: #666;line-height:1.5;letter-spacing:-0.03em; background: url(/images/icon_reservation.png) 50% 0 no-repeat; padding-top:150px;}
