 

 


/* home */
 

.slick-dotsH {
	bottom:-10px;
}

.homeimg {

 -webkit-background-size: cover; 
  -moz-background-size: cover;  
  -o-background-size: cover; 
  background-size: cover; 
  /*background-attachment: fixed;*/

	background-position:50% 50%;
	background-repeat:no-repeat;
	-ms-filter:alpha(opacity=0);filter:alpha(opacity=0); opacity:0.0; -moz-opacity:0.0;

	-webkit-transform: scale(1.2, 1.2) rotate(.001deg);
	-moz-transform: scale(1.2, 1.2) rotate(.001deg);
	-o-transform: scale(1.2, 1.2) rotate(.001deg);
	transform: scale(1.2, 1.2) rotate(.001deg);
	-webkit-transition:transform 7s ease-out, opacity 1s ease 0.3s;
	-moz-transition:transform 7s ease-out, opacity 1s ease 0.3s;
	-o-transition:transform 7s ease-out, opacity 1s ease 0.3s;
	/*-ms-transition:transform 7s ease-out, opacity 1s ease 0.3s;*/
	transition:transform 7s ease-out, opacity 1s ease 0.3s;

}

.slickX.slick-active .homeimg {
	-ms-filter:alpha(opacity=100);filter:alpha(opacity=100); opacity:1.0; -moz-opacity:1.0;

	-webkit-transform: scale(1, 1) rotate(.001deg);
	-moz-transform: scale(1, 1) rotate(.001deg);
	-o-transform: scale(1, 1) rotate(.001deg);
	transform: scale(1, 1) rotate(.001deg);
	-webkit-transition-delay: 0s;
	-moz-transition-delay: 0s;
	-o-transition-delay: 0s;
	/*-ms-transition-delay: 0s;*/
	transition-delay: 0s;
}

.zximg {
  -webkit-animation: zoomout 5s ease-in-out;
  -moz-animation: zoomout 5s ease-in-out;
  -o-animation: zoomout 5s ease-in-out;
  animation: zoomout 5s ease-in-out;
  /*
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
*/
  overflow: hidden;
}

 

.homeimgSub {
 	background-position:50% 50%;
	background-repeat:no-repeat;

 -webkit-background-size: cover; 
  -moz-background-size: cover;  
  -o-background-size: cover; 
  background-size: cover; 
}

.mouseDown { position:absolute; width:40px; height:58px; bottom:70px; left:50%; margin-left:-20px; cursor:pointer; z-index:3; text-align:center; }
.shadow-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; opacity: .9; background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.8) 100%); background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.8) 100%); background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.8) 100%); filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#cc000000', GradientType=0);}

#Homex .mouseDown { position:absolute;width:70px;height:70px;bottom:190px;z-index:15;left:50%;margin-left:-35px; }

/*
.animate { visibility:hidden; }
.animatepa { visibility:hidden; }
.animatepax { visibility:hidden; }
*/

/* HOME : PHOTO REVIEW ; Section2 */
#section2 { position:relative; background-color:#001525; height:700px; }
#section2 .slickReview { padding:0 100px;  } 
.section2BGimg {
	-webkit-background-size: cover; 
	-moz-background-size: cover;  
	-o-background-size: cover; 
	background-size: cover; 
  /*background-attachment: fixed;*/
	background-position:50% 50%;
	background-repeat:no-repeat;
}
#section2 .title a { 
font-family:'S-CoreDream-7ExtraBold',sans-serif;  
    font-weight: 500;
    color: #ffffff;
    line-height: 1.2;
	font-size:45px;
}
#section2 .title span { font-family:'S-CoreDream-4Regular',sans-serif;   }
#section2 .desc { font-size:17px; color:#fff; font-family:'S-CoreDream-4Regular',sans-serif;   } 
.#section2 .desc span {
    -ms-filter: alpha(opacity = 70);
    filter: alpha(opacity = 70);
    opacity: 0.7;
    -moz-opacity: 0.7;
}

#section2 .slickProduct-prevs { position:absolute;width:66px;height:66px;left:15px;top:50px;z-index:5; }
#section2 .slickProduct-nexts { position:absolute;width:66px;height:66px;right:15px;top:50px;z-index:5; }


/* Home Review */
.homeReview_date { text-align:center;color:#416e49;font-family:'Noto Sans KR','Malgun Gothic',sans-serif; font-weight:300;font-size:11px;letter-spacing:0px;margin-top:5px; }
.homeReview_title a { display:inline-block; line-height:20px;overflow:hidden; color:#fafafa;font-family:'Noto Sans KR';font-weight:400;font-size:14px; }
.homeReview_name { color:#cac9c9; font-family:'Noto Sans KR','Malgun Gothic',sans-serif;  font-size:15px;letter-spacing:0px;  }
.homeReview_date2 { color:#83776b; font-family:'Arial','Noto Sans KR','Malgun Gothic',sans-serif; font-weight:300;font-size:14px;letter-spacing:0px; }
ul.hRNameBox { position:relative; }
ul.hRNameBox li { float:left;   }
ul.hRNameBox p { text-align:center; }
.nameLable {
	display:inline-block;
	width:44px; height:44px;
	
	-moz-border-radius: 22px;
	-webkit-border-radius: 22px;
	-ms-border-radius: 22px;
	border-radius: 22px;

	-webkit-background-size: cover; 
	-moz-background-size: cover;  
	-o-background-size: cover; 
	background-size: cover; 
	background-repeat:no-repeat;
}
.Reviewitem { position:relative;width:100%;outline:none; margin:0px 15px; } 
.Reviewitem .itemimg { overflow:hidden; }
.Reviewitem .itemimg img { transition-duration:0.4s; -webkit-transition-duration:0.4s; } 
.Reviewitem .itemimg:hover img  {
		/*-ms-filter:alpha(opacity=70);filter:alpha(opacity=70); opacity:0.7; -moz-opacity:0.7;*/
		 transform:scale(1.08); -webkit-transform:scale(1.08);
}

/* slickReview slickProduct */
.slickProduct-prevs { cursor:pointer; 
	background:url('/tour/img/common/arrowPrev1.png') center no-repeat;
	-ms-filter:alpha(opacity=80);filter:alpha(opacity=80); opacity:0.8; -moz-opacity:0.8;
}
.slickProduct-nexts { cursor:pointer; 
	background:url('/tour/img/common/arrowNext1.png') center no-repeat;
	-ms-filter:alpha(opacity=80);filter:alpha(opacity=80); opacity:0.8; -moz-opacity:0.8;
}
.slickProduct-prevs:hover,  .slickProduct-nexts:hover {
	-ms-filter:alpha(opacity=100);filter:alpha(opacity=100); opacity:1.0; -moz-opacity:1.0;
}

/* bizBox */
.bizBox { position:absolute;left:0; top:530px; width:100%;  ;z-index:5; }

.btnBizMore a {
	display:inline-block;
	color:#ffffff; font-family:'Noto Sans KR','Malgun Gothic',sans-serif; border:0; 

	font-weight:300;
	font-size:12px;
	text-align:center; 
 	height:30px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
  -ms-border-radius: 15px;
	border-radius: 15px;
 	padding:5px 10px;
}

.btnBmore1 a {
	background-color:#1ab3f0; 
}
.btnBmore1 a:hover { background-color:#e24a5d; }

.btnBmore2 a {
	background-color:#31b89e; 
}
.btnBmore2 a:hover { background-color:#e24a5d; }

.btnBmore3 a {
	background-color:#66cc6e; 
}
.btnBmore3 a:hover { background-color:#e24a5d; }

.btnBmore4 a {
	background-color:#098667; 
}
.btnBmore4 a:hover { background-color:#e24a5d; }



/* Home Slider */
.sliderDots { text-align:center; }
.sliderDots span {
	display:inline-block;
	width:25px; height:40px; border-bottom:1px solid #111111; /*838380  #0e1116;   */
	margin-left:1px;
	cursor:pointer;
}
.sliderDots .active {
	width:25px; height:40px; border-bottom:4px solid #f52973; 
}

.sliderPlayer .slick-prevs,  .sliderPlayer .slick-nexts {
	display:inline-block;
	width:55px; height:55px; background-color:transparent;
	border:1px solid rgba(255,255,255,0.2); border:1px solid #eeeeee \9; filter:alpha(opacity=60) \9;
	margin:5px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	cursor:pointer;
}
.sliderPlayer .slick-prevs {
	background:url('/tour/img/common/arrowPrevx2.png') center no-repeat;
}
.sliderPlayer .slick-nexts {
	background:url('/tour/img/common/arrowNextx2.png') center no-repeat;
}
.sliderPlayer .slick-prevs:hover,  .sliderPlayer .slick-nexts:hover {
	/*border:1px solid rgba(255,255,255,0.4);*/
	background-color:rgba(0,0,0,0.3);
}

.sliderPlayer .play {
	display:inline-block; 
	cursor:pointer;
	width:55px; height:55px;
	background:url('/tour/img/common/playpause3.png');
	background-position:-56px 0px;  /*-2px 0px; */
	background-repeat:no-repeat;
	border:1px solid rgba(255,255,255,0.4);  border:1px solid #eeeeee \9;
	margin:5px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	-ms-filter:alpha(opacity=60);filter:alpha(opacity=60); opacity:0.6; -moz-opacity:0.6;
}

/* Home Notice */
.article-list { width: 100%;}
.article-list li { height:125px; padding:25px 0; }
.article-list li a {position: relative;display:block; line-height: 35px;  color: #333;  padding-left:137px; padding-right: 75px; }
.article-list li a .title, .article-list li a .title span {display: block;text-overflow:ellipsis;overflow: hidden;white-space: nowrap;}
.article-list li a .title { font-family:'Noto Sans KR', sans-serif; font-weight:400; font-size:14px;   }
.article-list li a:hover .title { color:#22a976; }

.article-list li a .date {position: absolute;left: 0;top: 0;  text-align:center;  font-family:'Titillium Web',sans-serif; font-weight:400;  width:114px; }
.article-list li a .date span { display:block; }

.article-list li a .more {position: absolute;right: 0;top: 0;}
.article-list li a .more span {
    margin-top:15px;
	display:block;
	width:40px; height:40px;
	border:1px solid #c9c9c9;
	background:url('/tour/img/common/moreArticle.png') center no-repeat;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

.articleNotice {
	display:inline-block;
	width:50px;
	text-align:center;
	background-color:#ea5778;
	color:#ffffff;
 	padding:1px 5px;
	font-family:'Noto Sans KR','Malgun Gothic',sans-serif; font-weight:400;font-size:11px; 
	 
}

   
.cfont0 {
    background: linear-gradient(to right, #C6FFDD, #FBD786, #f7797d);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.cfont1 {
    background: linear-gradient(90deg, #12c2e9, #c471ed, #f64f59);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.cfont2 {
   -webkit-text-fill-color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
    background-image: -webkit-linear-gradient(0deg, #8139f5, #ff8383);
}
.cfont3 {
    /*background: linear-gradient(to right, #ec4899, #ef4444, #eab308);*/
	background: linear-gradient(to right, rgb(134, 239, 172), rgb(59, 130, 246), rgb(147, 51, 234));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}



/* Sub Category Tour List */
.tour-list { width: 100%;}
.tour-list li { height:125px; padding:25px 0; }
.tour-list li a {position: relative;display:block; line-height: 35px;  color: #333;  padding-left:137px; padding-right: 250px; }
.tour-list li a .title, .tour-list li a .title span {display: block;text-overflow:ellipsis;overflow: hidden;white-space: nowrap;}
.tour-list li a .title { font-family:'Noto Sans KR', sans-serif; font-weight:400; font-size:14px;   }
.tour-list li a:hover .title { color:#22a976; }

.nprice { position:relative;padding-right:200px; }
.nprice .price { position:absolute; top:0; right:0;   color:#f69164; letter-spacing:-1.5px; font-family:'Noto Sans KR', sans-serif;  font-weight:900; font-size:20px; font-style:normal;  }
.tour-list li a .desc { font-family:'Noto Sans KR', sans-serif;  font-weight:300; color:#484e4b; font-size:16px; }
.tour-list li a .desc span { font-weight:700; color:#3db283; }

.tour-list li a .date {position: absolute;left: 10px;top: 0;  text-align:center;  font-family:'Noto Sans KR',sans-serif; font-weight:200; color:#ffffff; font-size:14px;   }
.tour-list li a .date span.green { margin-top:7px; display:inline-block; width:75px; height:50px; padding-top:8px; background-color:#3cb182;   }
.tour-list li a .date span.orange { margin-top:7px; display:inline-block; width:75px; height:50px; padding-top:8px; background-color:#eb5500;   }
.tour-list li a .date span.yellow { margin-top:7px; display:inline-block; width:75px; height:50px; padding-top:8px; background-color:#f4cd47;   }


 
.tour-list li a .more {position: absolute;right: 10px;top: 0;}
.tour-list li a .more span {
    margin-top:7px;
	display:block;
	width:160px; height:50px;
 	color:#ffffff;
	padding-top:8px;
	font-size:14px;
	font-family:'Noto Sans KR',sans-serif; font-weight:400;
	text-align:center;
	/*background:url('/tour/img/common/arrowMore1.png') no-repeat right center #3cb182;*/
	background-color:#3cb182;
	border:0px;
}
.tour-list li a .more span.black { border:1px solid #484848; color:#484848; background-color:#ffffff; }
.tour-list li a .more span.blue { border:1px solid #003591; color:#003591; background-color:#ffffff; }

.tour-list li a:hover .more span  {
	background-color:#00aeef;
	border:0px;
	color:#ffffff;
}

   
 

/*sidebar*/




/* Home Slide text */
.slick-slide, .slick-slide *{ outline: none !important; }
#sliderDP { position:absolute;width:100%;height:30px;  top:760px;   z-index:10;  text-align:center; }
.byword { color:#ffffff;font-family:'Noto Sans KR'; font-size:12px; margin-top:15px; }
.byword span {  -ms-filter:alpha(opacity=70);filter:alpha(opacity=70); opacity:0.7; -moz-opacity:0.7; }
.brspan {display:block; }


#Homex, .slickslider .slickX { height:1080px; overflow:hidden;  } 
#Homex .slidetextN { position:relative;  width:100%; text-align:center;z-index:5; padding-top:260px; padding-left: 30px; padding-right: 30px;}
#Homex .slidetextN  p { position:relative; text-align:center;  	/*-ms-filter:alpha(opacity=0);filter:alpha(opacity=0); opacity:0; -moz-opacity:0;*/ }
#Homex .slidetextN  p  img { display:inline-block; }
#Homex .slider_title0 { font-family: 'Noto Sans KR', sans-serif; font-weight:200; color:#ffffff; line-height:1.2; margin-bottom:10px; }
#Homex .slider_title0 span { display:inline-block; padding:3px 10px; border:1px solid rgba(227,227,134,0.5); }
#Homex .slider_title1 { margin-bottom:10px; }
#Homex .slider_title1 p { display:inline; font-family:'ONE-Mobile-Title', sans-serif; /* 'S-CoreDream-8Heavy', sans-serif;*/ color:#ffffff;  line-height:1.1; font-size:70px; letter-spacing:-2.3px;    word-break:keep-all; 
	/*color:#4dca98; background: linear-gradient(to right, #C6FFDD, #FBD786, #f7797d); background-clip: text; -webkit-background-clip: text; -webkit-text-fill-color: transparent; */ }
#Homex .slider_title1 span { font-family: 'ONE-Mobile-Title', sans-serif; /* 'S-CoreDream-5Medium', sans-serif; */ }
#Homex .slider_title2 p {  display:inline; font-family:  'ONE-Mobile-Title', sans-serif; /*'S-CoreDream-6Bold', sans-serif; */ color:#ffffff; line-height:1.2; font-size:23px; letter-spacing:-0.4px;   word-break:keep-all;  
	background: linear-gradient(to right, #C6FFDD, #FBD786, #f7797d); background-clip: text; -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
#Homex .slider_title2 span { font-family:  'ONE-Mobile-Title', sans-serif; /*'S-CoreDream-4Regular', sans-serif; */ }
 
#Homex .slickX .slider_title0, #Homex .slickX .slider_title1,#Homex .slickX .slider_title2{-webkit-animation:1s both fadeOutUp;-moz-animation:1s both fadeOutUp;-ms-animation:fadeOutUp 1s both;-o-animation:1s both fadeOutUp;animation:1s both fadeOutUp}
#Homex .slickX.slick-active .slider_title0 {-webkit-animation:1s .5s both fadeInUp;-moz-animation:1s .5s both fadeInUp;-ms-animation:fadeInUp 1s both 0.5s;-o-animation:1s .5s both fadeInUp;animation:1s .5s both fadeInUp}
#Homex .slickX.slick-active .slider_title1 {-webkit-animation:1s .9s both fadeInUp;-moz-animation:1s .9s both fadeInUp;-ms-animation:fadeInUp 1s both 0.9s;-o-animation:1s .9s both fadeInUp;animation:1s .9s both fadeInUp}
#Homex .slickX.slick-active .slider_title2 {-webkit-animation:1s 1.3s both fadeInUp;-moz-animation:1s 1.3s both fadeInUp;-ms-animation:fadeInUp 1s both 1.3s;-o-animation:1s 1.3s both fadeInUp;animation:1s 1.3s both fadeInUp}



/* major tour category x 4 */
 /*cssgradient.io/*/
.shadow-overlayR { position: absolute; top: 0; left: 0; width: 100%; height: 100%;   opacity:0.9; -moz-opacity:0.9;-ms-filter:alpha(opacity=90);filter:alpha(opacity=90);
background: rgb(0,0,0);
background: -moz-linear-gradient(180deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.5) 60%, rgba(0,0,0,0.3) 100%);
background: -webkit-linear-gradient(180deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.5) 60%, rgba(0,0,0,0.3) 100%);
background: linear-gradient(180deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.5) 60%, rgba(0,0,0,0.3) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}

 
#Tourx, .slickslider .slickX { height:1080px; overflow:hidden;  } 
#Tourx .slidetextN { position:relative;  width:100%; text-align:center;z-index:5; padding-top:290px; padding-left: 30px; padding-right: 30px;}
#Tourx .slidetextN  p { position:relative; text-align:center;  	/*-ms-filter:alpha(opacity=0);filter:alpha(opacity=0); opacity:0; -moz-opacity:0;*/ }
#Tourx .slidetextN  p  img { display:inline-block; }
#Tourx .slider_title0 { font-family: 'Noto Sans KR', sans-serif; font-weight:200; color:#ffffff; line-height:1.2; margin-bottom:10px; }
#Tourx .slider_title0 span { display:inline-block; padding:3px 10px; border:1px solid rgba(227,227,134,0.5); }
#Tourx .slider_title1 { margin-bottom:10px; }
#Tourx .slider_title1 p { display:inline; font-family:'ONE-Mobile-Title', sans-serif; /* 'S-CoreDream-8Heavy', sans-serif;*/ color:#ffffff;  line-height:1.1; font-size:75px; letter-spacing:-2.3px;    word-break:keep-all; 
	/*color:#4dca98; background: linear-gradient(to right, #C6FFDD, #FBD786, #f7797d); background-clip: text; -webkit-background-clip: text; -webkit-text-fill-color: transparent; */ }
#Tourx .slider_title1 span { font-family: 'ONE-Mobile-Title', sans-serif; /* 'S-CoreDream-5Medium', sans-serif; */ }
#Tourx .slider_title2 p {  display:inline; font-family:  'ONE-Mobile-Title', sans-serif; /*'S-CoreDream-6Bold', sans-serif; */ color:#ffffff; line-height:1.2; font-size:23px; letter-spacing:-0.4px;   word-break:keep-all;  
	background: linear-gradient(to right, #C6FFDD, #FBD786, #f7797d); background-clip: text; -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
#Tourx .slider_title2 span { font-family:  'ONE-Mobile-Title', sans-serif; /*'S-CoreDream-4Regular', sans-serif; */ }
 
/*
#Tourx .slickX .slider_title0, #Tourx .slickX .slider_title1,#Tourx .slickX .slider_title2{-webkit-animation:1s both fadeOutUp;-moz-animation:1s both fadeOutUp;-ms-animation:fadeOutUp 1s both;-o-animation:1s both fadeOutUp;animation:1s both fadeOutUp}
#Tourx .slickX.slick-active .slider_title0 {-webkit-animation:1s .5s both fadeInUp;-moz-animation:1s .5s both fadeInUp;-ms-animation:fadeInUp 1s both 0.5s;-o-animation:1s .5s both fadeInUp;animation:1s .5s both fadeInUp}
#Tourx .slickX.slick-active .slider_title1 {-webkit-animation:1s .9s both fadeInUp;-moz-animation:1s .9s both fadeInUp;-ms-animation:fadeInUp 1s both 0.9s;-o-animation:1s .9s both fadeInUp;animation:1s .9s both fadeInUp}
#Tourx .slickX.slick-active .slider_title2 {-webkit-animation:1s 1.3s both fadeInUp;-moz-animation:1s 1.3s both fadeInUp;-ms-animation:fadeInUp 1s both 1.3s;-o-animation:1s 1.3s both fadeInUp;animation:1s 1.3s both fadeInUp}
 */


 .blurimg2 {
    -webkit-mask: linear-gradient(to bottom, #0000 50%, rgba(0, 0, 0, 0.9) 70%);
    backdrop-filter: blur(6px);
}

/*
#Tourx .slickX .cfont1:after {
    background: none;
    display: inline-block;
    content: attr(data-text);
    left: 0;
    position: absolute;
    text-shadow: 1px 1px 50px rgba(0, 0, 0, 0.55);
    top: 0;
    z-index: -1;
}
 */





/* Contact Us */
ul.mainClink li p { text-align:center; }
ul.mainClink li { list-style:none; float:left; text-align:center; }
ul.mainClink li a { font-size:12px; font-family:'S-CoreDream-4Regular',sans-serif;  font-weight:400; color:#333333; }
.circleBiz3 { position:relative;
	display:inline-block;
	text-align:center;
	margin:2px 10px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background-color:#f6f6f6;
	border:1px solid #f4f4f4;width:70px;height:70px;
	color:#555555;
	font-weight:300;
	cursor:pointer;
	 
}
.circleBiz3:hover { background-color:#62aaf5; border:1px solid #62aaf5; color:#ffffff; }


ul.homeCustomer { margin-top:32px; }
ul.homeCustomer li { float:left; }

.txtCus1 { color:#cecece; font-size:12px;  font-family:'Noto Sans KR',sans-serif; }
.txtCus2 { color:#555555; font-size:13px; font-family:'S-CoreDream-4Regular',sans-serif; font-weight:400; }
.txtCus3 { color:#293744; font-size:42px; font-family: "Teko", sans-serif;   font-optical-sizing: auto;  font-weight: 700;  font-style: normal; line-height:0.8;margin-top:5px }
.txtCus4 { color:#8e9499; font-size:12px; font-family:'Noto Sans KR',sans-serif; word-break:keep-all; }
.txtCus5 { color:#555555; font-size:12px; font-family:'Noto Sans KR',sans-serif; }

/* contact us - black */
.txtCus1B { color:#777777; font-size:12px;  font-family:'Noto Sans KR',sans-serif; }
.txtCus2B { color:#dddddd; font-size:13px; font-family:'Noto Sans KR',sans-serif; font-weight:400; }
.txtCus3B { color:#ffffff; font-size:35px;  font-family:'Teko',sans-serif; font-weight:700;}
.txtCus4B { color:#999999; font-size:12px; font-family:'Noto Sans KR',sans-serif; }
.txtCus5B { color:#fafafa; font-size:12px; font-family:'Noto Sans KR',sans-serif; }

 

.goTop {  display:inline-block; overflow:hidden;   
	width:45px; height:45px;  text-align:center; color:#ffffff; background-color:#797a77; }
.copyright p {text-align:left; font-size:13px; font-family:'Noto Sans KR','Malgun Gothic',sans-serif; margin:0; padding:0;  color:#555555; }
 

.contactus p {
	color:#555555; font-size:14px;  font-family:'Noto Sans KR',sans-serif; font-weight:400; 
}
.contactus span {
	 color:#8b8a8a; font-size:14px;  font-family:'Noto Sans KR',sans-serif; font-weight:400;
}
.box2para > div {
	width:50%;
	float:left;
}

#ContactUs .box3para > div {
	width:33.333%;
	float:left;
}

 
ul.TabBtnx1 { list-style:none; padding:0; margin:0; }
ul.TabBtnx1 li {
	display:inline-block;
	list-style:none;
	margin:0;
	margin-left:-1px;
	padding:0;
    line-height: 2.0;
    margin-top: -1px;
}
ul.TabBtnx1 li a { 
	border-width:1px;
	border-style:solid;
	border-color:#ccc;
	font-size:12px; font-family: 'S-CoreDream-4Regular'; 
	padding:6px 10px;
	color:#555555;
}
ul.TabBtnx1 li a:hover {
	background-color:#62aaf5;
	border:1px solid #62aaf5;
	color:#ffffff;
}



ul.TabBtnx2 { list-style:none; padding:0; margin:0; }
ul.TabBtnx2 li {
	display:inline-block;
	list-style:none;
	 
	margin:0;
	margin-left:-1px;
	padding:0;
}
ul.TabBtnx2 li a { 
	border-width:1px;
	border-style:solid;
	border-color:#777777;
	font-size:12px; font-family:'Noto Sans KR',sans-serif; font-weight:100;
	padding:6px 10px;
	background-color:#555555;
	color:#ffffff;
	font-weight:400;
}
ul.TabBtnx2 li a:hover {
	background-color:#62aaf5;
	border:1px solid #62aaf5;
	color:#ffffff;
}






















/*=================================== Sub ===============================================*/

/* ----------------- Sub Layout */
.subPageTitle .tag  { display:inline-block; text-align:center; font-family:'ONE-Mobile-Title', sans-serif; color:#068b54; line-height:1.2;	font-size:8px; letter-spacing: 1.5px; /*text-shadow: 1px 0px 1px #ffffff;*/ }
.subPageTitle .title  { display:inline-block; text-align:center; font-family:'ONE-Mobile-Title', sans-serif; line-height:1.2;	font-size:36px; letter-spacing: 1.2px; /*text-shadow: 1px 0px 1px #000000; */
	color:#41cfac; 
	background: linear-gradient(to right, #41cfac, #41d68b);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
	position:relative;
}
.subPageTitle .title:after {
    background: none;
    content: attr(data-text);
    left: 0;
    position: absolute;
    /*text-shadow: 6px 6px 9px rgba(0, 0, 0, 0.33);*/
	text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
    top: 0;
    z-index: -1;
}
/* new path  */
.pathTabs {
	display:table;
	margin-left:auto;
	margin-right:auto;
}
.pathTabs > li {
    float:left;
 	position:relative;
	margin-left:-1px;
	width:auto;
 }
.pathTabs > li:nth-child(2) { margin-top:0px; }
.pathTabs > li:first-child { position:relative; }
.pathTabs > li:first-child i { position:absolute; right:12px; top:13px; }
.pathTabs a { position:relative;
  	display:block;
 	text-align:center;
 	padding:11px 10px 10px 10px;
	z-index:2;
	height:40px;
/*
	color:#111111;
	font-family: 'Noto Sans KR',Sans-serif;
	font-weight:400;
	font-size:13px;
*/
    font-family: 'S-CoreDream-4Regular', 'Noto Sans KR', Sans-serif;
    font-size: 13px;
    color: #000000;
}
.pathTabs span { position:relative;
	margin-top:-40px;
	display:block;
 	height:40px;
	z-index:1;
 	background-color:#ffffff;
	-ms-filter:alpha(opacity=90);filter:alpha(opacity=90); opacity:0.9; -moz-opacity:0.9;
	border-left: 1px solid #eeeeee;
}
.pathTabs a.active, .pathTabs a:hover   {
	background-color:#fd5c4b;
	color:#ffffff;
}

@media (max-width: 1000px) {
	.pathTabs > li:nth-child(2) { margin-top:5px; }
	.pathTabs > li { float:none; margin-top:-1px;width:200px;	}
	.pathTabs > li:not(:nth-child(1)) { display: none; }
 	.pathTabs > li.showx { display: block; }


	.pathTabs span {  background-color:#ffffff;
		-ms-filter:alpha(opacity=100);filter:alpha(opacity=100); opacity:1.0; -moz-opacity:1.0;
		border: 1px solid #eeeeee;
	}

}

/* subpage width set */
.conxWidth { max-width:1200px; margin:0 auto; position:relative;  min-height:400px;  }
.conxWidthView { max-width:1100px; margin:0 auto;padding:0;position:relative; } /* bbs View width */

/* subpage title */
.subtitletable{display:table;width:100%; margin-top:30px; /*border-bottom: 1px solid #ddd; padding-bottom: 5px;*/}
.subtitletable>div{display:table-cell}
.subtitletable .title2{font-size:32px;font-family:'Noto Sans KR','Malgun Gothic',sans-serif;font-weight:700}
.subtitletable .title{position:relative;display:inline-block;padding-right:15px;font-family:ONE-Mobile-Title,'Noto Sans KR','Malgun Gothic',sans-serif;font-weight:400;font-size:31px;color:#3e3e3e;letter-spacing:0}
.subtitletable .title:before{content:"";display:inline-block;width:10px;height:10px;position:absolute;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;background:#16c3ad;left:auto;right:0;top:auto;bottom:6px}
.subtitletable .path{font-size:12px;font-family:'Noto Sans KR','Malgun Gothic',sans-serif;font-weight:400;color:#777}



/* ----------------- Sub Layout */








.spitem:hover .imgHbox, .Reviewitem:hover .imgHbox {
		display:block;
}

.imgHbox { display:none; cursor:pointer; }
.slickphoto .imgHbox .tit {
	width:100%;height:34px;
	line-height:1.5;
	text-align:center;
	font-size:12px; font-family:'Noto Sans KR',sans-serif;  
	color:#ffffff;
	margin-top:20px;
}
.slickphoto .imgHbox .more { text-align:center; margin-top:10px; }
.slickphoto .imgHbox .more a  { 
	display:inline-block;  font-family:'Arial',sans-serif; font-size:11px;  color:#ffffff; background-color:transparent; border:1px solid rgba(255,255,255,0.5); padding:5px 10px; 
/*
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	-ms-border-radius: 15px;
	border-radius: 15px;
*/	
}
.slickphoto .imgHbox .more a:hover { color:#111111; background-color:#ffffff; }

.Reviewitem .imgHbox .more a, .slickphotoday .imgHbox .more a { 
	display:inline-block;  font-family:'Arial',sans-serif; font-size:11px;  color:#ffffff; background-color:rgba(0,0,0,0.6); border:0px solid #ffffff; padding:5px 10px; 
}

.slicktour p { text-align:center; }
.slicktour > div { height:170px; position:relative; outline:none; margin-left:-1px; border:1px solid #444444;  }
.slicktour .imgHbox { position:absolute;left:0;top:0;width:100%;height:100%; padding:15px; background-color:rgba(0,0,0,0.3); }
.slicktour .imgHbox .tit { margin-bottom:10px; }
.slicktour .imgHbox .tit span {
	font-family: 'Noto Sans KR', sans-serif; font-weight:400;   line-height:1.2; 
    display:inline-block; padding:3px 10px; border:1px solid #dad080; color:#dad080;
}
.slicktour .imgHbox .desc {  margin-top:1px;font-family:Noto Sans KR,sans-serif;font-size:16px; font-weight:400; color:#ffffff; line-height:1.5; } 


#Tourx .tourbizBox { position:absolute;left:0; top:580px; width:100%; height:260px;z-index:5; }  


/* 서브-상세설명 */
#Section0x .tourTitle p { text-align:center; }

#Section0x .tourTitle .title0 { font-family: 'Noto Sans KR', sans-serif; font-weight:200; color:#ffffff; line-height:1.2; }
#Section0x .tourTitle .title0 span { display:inline-block; padding:3px 10px; border:1px solid rgba(227,227,134,0.5); }
#Section0x .tourTitle .title1 { font-family:  'S-CoreDream-9Black', sans-serif; color:#4dca98; font-size:50px; letter-spacing:-2.0px; line-height:1.2;  }
#Section0x .tourTitle .title2 { font-family: 'S-CoreDream-7ExtraBold','Noto Sans KR',sans-serif; font-size:22px; color:#ffffff; line-height:1.2; }
#Section0x .tourTitle .title2 span { font-weight:200; }

#Section0x .tourTitle .tourTitlePrice .price { font-family:'Russo One','Teko','S-CoreDream-7ExtraBold',sans-serif;font-size:40px; color:#71ddd1; d41935; #76e1d7; }
#Section0x .tourTitle .tourTitlePrice .desc { color:#ffffff; font-family: 'Noto Sans KR', sans-serif; font-weight:200; font-size:12px; padding-left:2px; }

#Section0x .tourTitle .tourTitlePrice .ingis {
	width:78px; height:78px;
	background-color:#ff6767;
	color:#ffffff;
	font-family: 'Noto Sans KR', sans-serif; font-weight:500; 
	-moz-border-radius: 39px;
	-webkit-border-radius: 39px;
	-ms-border-radius: 39px;
	border-radius: 39px;
}

#Section0x .tourTitle .tourTitleSumm td { color:#ffffff; font-family: 'Noto Sans KR', sans-serif; font-weight:200; vertical-align:top;   }
#Section0x .tourTitle .tourTitleSumm > div { padding:0 20px; }

.tourTitleBtn { background-color:#00adef; display:inline-block; padding:15px 50px;
	font-family: 'Noto Sans KR', sans-serif; font-weight:500; color:#ffffff; font-size:16px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	-ms-border-radius: 30px;
	border-radius: 30px;
}
.tourTitleBtn:hover { background-color:#ff6767; }

.tourTitleBtnSmall { background-color:#219ccc; display:inline-block; padding:8px 15px;  margin:1px;
	font-family: 'Noto Sans KR', sans-serif; font-weight:400; color:#ffffff; font-size:13px;


}
.tourTitleBtnSmall:hover { background-color:#ff6767; }


.tourTitleKeyword span {
	display:inline-block; 
	margin:0px 2px;
	padding:6px 10px; 
	font-size:12px;
	font-family: 'Noto Sans KR', sans-serif; font-weight:200; color:#ffffff; 
	border:1px solid rgba(255,255,255,0.5);
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-ms-border-radius: 20px;
	border-radius: 20px;
	cursor:default;
}
.tourTitleKeyword span:hover {
	background-color:#61b057;
}

.SubProductPhoto .title {  color:#4cc997; font-size:18px; line-height:1.3; text-align:center;  }
.SubProductPhoto .desc { font-family: 'Noto Sans KR', sans-serif; font-weight:300; color:#3cb182; font-size:14px; line-height:1.8; }


.SubProductPhotoDay { border:1px solid #f0e5de;   background:url('/tour/img/home/lineplus2dot.png') right bottom no-repeat #fef9f5;  }
.SubProductPhotoDay .title, .SubProductPhotoDay  li {  font-family: 'Noto Sans KR', sans-serif; font-weight:500; color:#333333; font-size:15px; line-height:1.3; }
.SubProductPhotoDay .desc { font-family: 'Noto Sans KR', sans-serif; font-weight:300; color:#959596; font-size:11px; line-height:1.8; }



.TabBtn1 a {
	display:inline-block;
	color:#666666; font-family:'Noto Sans KR','Malgun Gothic',sans-serif; font-size:11px;
	background-color:#ffffff; 
 	font-weight:400;
	font-size:13px;
	text-align:center; 
 	padding:10px 20px;
	line-height:1.2;
	margin-left:1px;
}
.TabBtn1 .active, .TabBtn1 a:hover { background-color:#ff6d34; color:#ffffff; }
.TabBtn1 span {
	display:block;
	font-family:'Bai Jamjuree',sans-serif;
	font-size:24px;
}


/* tab */
.tabWrap .tabCtrlArea { border-bottom:2px solid #333; line-height:1; display:block; padding:0; margin:0; }
.tabWrap .tabCtrlArea .tab:after { content:''; display:block; clear:both; }
.tabWrap .tabCtrlArea .tab li { float:left; position:relative; height:62px; line-height:62px; border:1px solid #d6d6d6; border-width:1px 1px 0 0; }
.tabWrap .tabCtrlArea .tab li:first-child { border-width:1px 1px 0 1px; }
.tabWrap .tabCtrlArea .tab li.current { border: 2px solid #333; border-width: 2px 2px 0; }
.tabWrap .tabCtrlArea .tab li.current:after { content:''; position:absolute; bottom:-2px; left:0; width:100%; height:2px; background-color:#fff; }
.tabWrap .tabCtrlArea .tab li:last-child.current:after { padding:0 3px 0 0; }

.tabWrap .tabCtrlArea .tab.itemSize2 li { width:50%; }
.tabWrap .tabCtrlArea .tab.itemSize3 li { width:33.33%; }
.tabWrap .tabCtrlArea .tab.itemSize6 li { width:16.6%; }
.tabWrap .tabCtrlArea .tab.itemSize7 li { width:12.5%; }

.tabWrap .tabCtrlArea .tab li a {
 font-family:'Noto Sans KR','Malgun Gothic',sans-serif;  font-size:14px; 
display:inline-block; width:100%; height:100%; text-align:center; color:#636363; background-color:#fff; -webkit-transition:background-color 0.2s; -moz-transition:background-color 0.2s; -o-transition:background-color 0.2s; -ms-transition:background-color 0.2s; transition:background-color 0.2s; }
.tabWrap .tabCtrlArea .tab li a:hover,
.tabWrap .tabCtrlArea .tab li a:focus { background-color:#f5f5f5; }
.tabWrap .tabCtrlArea .tab li.current a {   font-family:'Noto Sans KR','Malgun Gothic',sans-serif; font-size:16px; font-weight:500; color:#333; }
.tabWrap .tabCtrlArea .tab li.current a:hover,
.tabWrap .tabCtrlArea .tab li.current a:focus { background-color:#fff; }
.tabWrap .tabCtrlArea .tab li a span {  }


.TabBtn2 { width:100%;  border:1px solid #dddddd; }
.TabBtn2 td { width:20%;  height:50px; padding:0; margin:0; }
.TabBtn2 td a { width:100%;  height:100%; 
	display:inline-block;
	color:#333333; font-family:'Noto Sans KR','Malgun Gothic',sans-serif; font-size:16px; font-weight:400;
	background-color:#ffffff;
	text-align:center; 
	padding-top:13px;
  }
.TabBtn2 a.active, .TabBtn2 a:hover { background-color:#12a19a; color:#ffffff; }
 

.guidesBox { display:none; }



#section3 .slickphotoday { padding:0 100px;  } 










/* About Us */
.aboutUs2 p { text-align:center; }

.aboutUs2 .title0 { font-family: 'Noto Sans KR', sans-serif; font-weight:200; color:#ffffff; line-height:1.2; }
.aboutUs2 .title0 span { display:inline-block; padding:3px 10px; border:1px solid rgba(227,227,134,0.5); }
.aboutUs2 .title1 { font-family: 'Orbitron', sans-serif; color:#4dca98; font-size:80px; letter-spacing:1.0; line-height:1.2;  }
.aboutUs2 .title2 { font-family:  'Noto Sans KR',sans-serif; font-size:18px; color:#ffffff; line-height:1.6; }
.aboutUs2 .title2 span { font-weight:200; }

/*
animation: name | duration | timing-function | delay | iteration-count | direction | fill-mode | play-state>
출처: https://webclub.tistory.com/621 [Web Club]
*/

.slickUs .item.title1 {
   -webkit-animation:fadeOutUp 1s both;
    animation:fadeOutUp 1s both;
}


.slickUs .item.slick-active .title1 {
  -webkit-animation:fadeInUp 1s both 0.5s;
  animation:fadeInUp 1s both 0.5s;
}


.slickUs .item .title2 {
   -webkit-animation:fadeOut 1s both;
    animation:fadeOut 1s both;
}

.slickUs .item.slick-active .title2 {
  -webkit-animation:fadeIn 1.8s both 1.5s;
  animation:fadeIn 1.8s both 1.5s;
}

.usillur {
	-webkit-transition: all .4s cubic-bezier(0.175, 0.885, 0.32, 1.90);
	-moz-transition: all .4s cubic-bezier(0.175, 0.885, 0.32, 1.90);
	-o-transition: all .4s cubic-bezier(0.175, 0.885, 0.32, 1.90);
	-ms-transition: all .4s cubic-bezier(0.175, 0.885, 0.32, 1.90);
}
.scaleEffect {
    -webkit-transform: scale(1.2); 
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.slickUsDots div { cursor:pointer;   }



.aboutUs1 p { text-align:center; }
.aboutUs1 .title0 { font-family: 'Noto Sans KR', sans-serif; font-weight:200; color:#ffffff; line-height:1.2; }
.aboutUs1 .title0 span { display:inline-block; padding:3px 10px; border:1px solid rgba(227,227,134,0.5); }
 

.slickKelt .item .title1 { text-align:center; font-family: 'S-CoreDream-8Heavy', sans-serif; color:#4dca98; font-size:80px; letter-spacing:1.0; line-height:1.2;  }
.slickKelt .item .title1  {
   -webkit-animation:fadeOutUp 1s both;
    animation:fadeOutUp 1s both;
}
.slickKelt .item.slick-active .title1  {
  -webkit-animation:fadeInUp 1s both 0.5s;
  animation:fadeInUp 1s both 0.5s;
}

.slickKelt .item .title2 { text-align:center; font-family: 'S-CoreDream-8Heavy', sans-serif; color:#4dca98; font-size:70px; letter-spacing:1.0; line-height:1.2;  }
.slickKelt .item .title2  {
   -webkit-animation:fadeOutUp 1s both;
    animation:fadeOutUp 1s both;
}
.slickKelt .item.slick-active .title2  {
  -webkit-animation:fadeIn 2.5s both 1.8s;
  animation:fadeIn 2.5s both 1.8s;
}


.slickKelt .item .byword {
   -webkit-animation:fadeOut 1s both;
    animation:fadeOut 1s both;
}
.slickKelt .item.slick-active .byword {
  -webkit-animation:fadeInUp 1.5s both 1.0s;
  animation:fadeInUp 1.5s both 1.0s;
}


.slickManager p { text-align:center; }
.slickManager .circlePeople {
	display:inline-block;
	width:120px;
	height:120px;

	-webkit-background-size: cover; 
	-moz-background-size: cover;  
	-o-background-size: cover; 
	background-size: cover; 
	background-repeat:no-repeat;

	-moz-border-radius: 60px;
	-webkit-border-radius: 60px;
	-ms-border-radius: 60px;
	border-radius: 60px;
}


.slickManager .mname {  color:#ffffff;font-family:Noto Sans KR;font-weight:100;font-size:14px;  }
.slickManager .mname span { -ms-filter:alpha(opacity=70);filter:alpha(opacity=70); opacity:0.7; -moz-opacity:0.7; }
.slickManager .mtel {  color:#4dc997;font-family:'S-CoreDream-7ExtraBold',sans-serif;font-weight:100;font-size:14px;  }
.slickManager .mdesc {  color:#ffffff;font-family:Noto Sans KR;font-weight:100;font-size:12px; line-height:1.4; }
.slickManager .line { display:inline-block; border-top:1px solid #ffffff; width:20px; height:8px; margin:0; -ms-filter:alpha(opacity=40);filter:alpha(opacity=40); opacity:0.4; -moz-opacity:0.4;   }


.findUs p { text-align:center; }
.findUs { color:#111111;font-family:Noto Sans KR;font-weight:100;font-size:12px; }
.findUs span {  -ms-filter:alpha(opacity=70);filter:alpha(opacity=70); opacity:0.7; -moz-opacity:0.7; }


.greeting p { margin-top:30px;  
 -ms-filter:alpha(opacity=90);filter:alpha(opacity=90); opacity:0.9; -moz-opacity:0.9; 
 font-family:'Noto Sans KR', sans-serif; font-weight:400;
 font-size:16px; 
}
.greeting .line { display:inline-block; border-top:1px solid #4dc997; width:80px; height:8px; margin:0; -ms-filter:alpha(opacity=60);filter:alpha(opacity=60); opacity:0.6; -moz-opacity:0.6;   }



ul.ligreen1 { padding-left:10px; }
ul.ligreen1 li {
	list-style-image:url('/tour/img/common/ligreen2.png');
 	float:none;
}
ul.lipink1 { padding:0; }
ul.lipink1 li {  
	list-style-image:url('/tour/img/common/lipink1.png');
 	float:none;
}

ul.liLine1 { margin:0; padding-left:0px; }
ul.liLine1 li {
	float:none;
	border:1px solid #dddddd;
	padding:0;
	margin-top:-1px;
	font-size:13px; color:#555555;  padding:10px 10px; font-family:'Noto Sans KR','Malgun Gothic',sans-serif; 
}

.TourViewTitle1 { padding-left:9px; background:url('/tour/img/common/tourviewtitle1dot.png') no-repeat; margin-top:20px;margin-bottom:10px; font-family:'Noto Sans KR',sans-serif; font-size:20px; font-weight:700; }
.box1 {
	 border:1px solid #dddddd; padding:10px 15px 10px 15px;
	 background-color:#fdfdfd;
	 color:#555555; font-size:13px;  font-family:'Noto Sans KR',sans-serif; font-weight:400;
	 line-height:1.8;

}
.box1 li {
	 color:#555555; font-size:13px;  font-family:'Noto Sans KR',sans-serif; font-weight:400;
	 padding:2px 0;
}
.box2 {
	 border:1px solid #dddddd; padding:10px 15px 10px 15px;
 	 color:#555555; font-size:13px;  font-family:'Noto Sans KR',sans-serif; font-weight:400;
	 line-height:1.8;

}


.dayinfoTable table {
	width:100%; background-color:#ffffff; /*fef7f2*/
}
.dayinfoTable tr:hover { background-color:#f9eae0; } 

.dayinfoTable tr:nth-child(1) { background-color: #f2f2f2; text-align:center; }
.dayinfoTable tr:nth-child(1) p {  text-align:center; font-weight:700; color:#555555; }

.dayinfoTable tr td { color:#555555; font-size:14px;  font-family:'Noto Sans KR',sans-serif; font-weight:400; padding:6px;  }

.dayinfoTable tr td:nth-child(1) { width:100px;  font-weight:700; }
.dayinfoTable tr td:nth-child(1), .dayinfoTable tr td:nth-child(2), .dayinfoTable tr td:nth-child(3), .dayinfoTable tr td:nth-child(4), .dayinfoTable tr td:nth-child(6)  {  text-align:center; }





.goBack { position:fixed; top:20px; right:20px; width:60px; height:60px; z-index:30; background:url('/tour/img/common/backSquare.png') no-repeat;  -ms-filter:alpha(opacity=50);filter:alpha(opacity=50); opacity:0.5; -moz-opacity:0.5; cursor:pointer; }
.goBack:hover { -ms-filter:alpha(opacity=90);filter:alpha(opacity=90); opacity:0.9; -moz-opacity:0.9;  }

.goTopSquare { position:absolute; bottom:10px; right:20px; width:60px; height:60px; z-index:30; background:url('/tour/img/common/topSquare.png') no-repeat #d3d9c9; }
.goTopSquare a { display:inline-block; width:100%; height:100%;  }
a.btnWhite2 { font-size:12px; color:#555555;  padding:10px 22px; font-family:'Noto Sans KR','Malgun Gothic',sans-serif; border:1px solid #d3cec8; display:inline-block;  }
a.btnWhite2:hover { color:#ffffff; border:1px solid #ffffff; background-color:#a8dc3f; }

a.btnWhite3 { font-size:11px; color:#555555;  padding:4px 6px; font-family:'Noto Sans KR','Malgun Gothic',sans-serif; border:1px dashed #d3cec8; display:inline-block;   }
a.btnWhite3:hover, a.btnWhite3 .active { color:#ffffff; border:1px solid #ffffff; background-color:#a8dc3f; }

.resizey {  resize: vertical;  overflow: auto; }

/* titleBox */

.titleBox { text-align:center; padding:0px 50px; z-index:4; position:relative; }
.titleBox .title1 {font-size: 66px;letter-spacing: -1px;line-height: 1; word-break: keep-all;font-family: ONE-Mobile-Title, 'Noto Sans KR', sans-serif; color:#222; }
.titleBox .title2 {font-size: 27px;  margin-top:5px;  letter-spacing: -1px; line-height: 1; word-break: keep-all; font-family: ONE-Mobile-Title, 'Noto Sans KR', sans-serif; color: #5ba3aa; border: 1px dashed #b8c5c7; padding: 10px 20px;}
.titleBox .desc1 {font-size: 20px; letter-spacing: -1.2px; line-height: 1.2; font-weight: 300;  word-break: keep-all; font-family: 'Noto Sans KR', sans-serif; margin-top: 10px; }
.titleBox .tag span { border:1px solid #e0e0e0; border-radius: 20px; display:inline-block; padding:5px 15px; cursor:pointer; margin-bottom:10px; font-size:16px; }
.titleBox .tag span.on { background-color:#2f405d; border:1px solid #2f405d; color:#fff; }
.titleBox { margin-bottom:30px; }


/* qnaForm */
#qnaSuccess, #joinSuccess { display:none; 
    margin-top: 50px;
    padding-top: 50px;
    border: 1px solid rgba(255, 255, 255, 0.5);
}
#qnaSuccess p, #joinSuccess p { text-align:center; color:#fff; margin-bottom:10px; }
#qnaSuccess .title, #joinSuccess .title { font-size:18px; font-family:'S-CoreDream-4Regular',sans-serif; font-weight:normal;  }
#qnaSuccess .desc {  }
#qnaSuccess.active,#joinSuccess.active  { -webkit-animation:fadeInUp 1s both 0.2s; -moz-animation:fadeInUp 1s both 0.2s;  -ms-animation:fadeInUp 1s both 0.2s;  -o-animation:fadeInUp 1s both 0.2s;  animation:fadeInUp 1s both 0.2s;}
.illur_leftForm { width:600px; height:554px; position:absolute; top:20px; right:0px; z-index:4; }
.popqna {	display:none;	z-index:103;	position:fixed;	top:0;left:0;	width:100%;	height:100%;	background-color:#222;  }
.popqnaOuter {    position: relative;  overflow-y:auto;	width:100%;	height:100%;}
.popqnaOuter .w700 { padding:0px 20px; }
.qnaFormTable { 100%; border-top:1px solid rgba(255,255,255,0.2);  }
.qnaFormTable table { width:100%; border-collapse: collapse; }
.qnaFormTable tr {  border-bottom:1px solid rgba(255,255,255,0.2);  }
.qnaFormTable th { width:80px; text-align:center; color:#fff; padding:5px 0px; }
.qnaFormTable td { color:#fff; padding:2px 7px; position:relative; }
.qnaFormTable input[type="password"], .qnaFormTable input[type="text"], .qnaFormTable textarea { outline:none; padding:5px; background-color:transparent; border:0; color:#fff; width:100%; }
.qnaFormTable input[type="text"]::placeholder { color: #ccc; }
.qnaFormTable textarea::placeholder { color: #f1f1f1; }
.qnaFormTable td.req:before {content:'';position:absolute;left:0;top:15px;width:6px;height:6px;border-radius:4px;background-color:#0cf50c;}
.qnaFormTable td.req2:before {content:'';position:absolute;left:0;top:15px;width:6px;height:6px;border-radius:4px;background-color:#f4b504;}
.qnaFormTable td.reqn:before {content:'';position:absolute;left:0;top:15px;width:6px;height:6px;border-radius:4px;background-color:#cccccc;}
#qnaFormBox  .phototr, #qnaFormBox  .iCount { display:none; }
.qnaFormTable label { color:#fff; cursor:pointer; font-weight:normal; }
.titleBoxForm .title1 {margin-bottom:10px; text-align:center; font-size: 50px; letter-spacing: -1px; line-height: 1; word-break: keep-all; font-family: ONE-Mobile-Title, 'Noto Sans KR', sans-serif; color: #fff; }
.popqna .titleBoxForm .title1 { font-size:34px; }
.btn-hover { padding:6px 6px; width:140px; font-family:'S-CoreDream-4Regular','Malgun Gothic','Noto Sans KR',sans-serif; font-size: 15px;font-weight: 400;color: #fff;cursor: pointer;margin: 5px;height: 45px;text-align: center;border: none;background-size: 300% 100%;border-radius: 40px;moz-transition: all .4s ease-in-out;-o-transition: all .4s ease-in-out;-webkit-transition: all .4s ease-in-out;transition: all .4s ease-in-out;}
.btn-hover:hover {background-position: 100% 0; moz-transition: all .4s ease-in-out; -o-transition: all .4s ease-in-out; -webkit-transition: all .4s ease-in-out; transition: all .4s ease-in-out;}
.btn-hover:focus { outline: none;}
.btn-hover.color-1 { background-image: linear-gradient(to right, #6bd7a8 3%, #008da6 30%);}
.btn-hover.color-2 {	background-color:#41baa7; }
.btns { text-align: center; } 



/* ----------- Location.html ------------- */
.mapstab2 { border-bottom:1px solid #eeeeee;  height:50px; }
.mapstab2 li { float:left;      }
.mapstab2 li a { display:inline-block; width:100%; height:50px;   font-size:14px; font-weight:400;  border:1px solid #446176; text-align:center; display:table-cell; vertical-align:middle; 
 margin-left:-1px; padding:13px; background-color:#446176; color:#ffffff; }

.mapstab2 li.active a {  font-weight:700; border-top:1px solid #dedede; border-left:1px solid #dedede; border-right:1px solid #dedede; border-bottom:1px solid #ffffff; background-color:#ffffff; color:#666666;  }

.mapstab { border-bottom:1px solid #e3e3e3; }
.mapstab li { float:left;  height:50px; margin-left:-1px;  }
.mapstab li a { 
cursor:default; display:inline-block; width:100%; height:100%; font-size:16px; font-weight:400;  border:1px solid #dedede; text-align:center; display:table-cell; vertical-align:middle; height:50px; margin-left:-1px; padding:15px 13px 11px 13px; background-color:#fbfbfb; }
.mapstab li.active a {  font-weight:700; border-bottom:1px solid #ffffff; background-color:#ffffff; }



.findusbtn {  text-align:center;  }
a.btnWhite2 { font-size:12px; color:#555555;  padding:10px 22px;  border:1px solid #d3cec8; display:inline-block; background-color:#ffffff;    }
a.btnWhite2:hover { color:#ffffff; border:1px solid #ffffff; background-color:#a8dc3f; }

a.btnWhite1 { font-size:13px; color:#555555;  padding:8px 8px;  border:1px solid #d3cec8; display:inline-block; background-color:#ffffff;    }
a.btnWhite1:hover { color:#ffffff; border:1px solid #ffffff; background-color:#a8dc3f; }


a.btn446176 { font-size:12px; color:#ffffff;  padding:10px 22px;   border:1px solid #446176; display:inline-block; background-color:#446176;    }
a.btn446176:hover { color:#ffffff; border:1px solid #ffffff; background-color:#a8dc3f; }


input.btn044176 { font-size:12px; color:#ffffff;  padding:10px 22px;   border:1px solid #044176; display:inline-block; background-color:#044176;    }
input.btn044176:hover { font-size:12px; color:#ffffff;  padding:10px 22px;   border:1px solid #184052; display:inline-block; background-color:#184052;    }

input.btn186409 { font-size:13px; color:#ffffff;  padding:1px 22px;   border:1px solid #186409; display:inline-block; background-color:#186409;    }
input.btn186409:hover { font-size:13px; color:#ffffff;  padding:1px 22px;   border:1px solid #ffffff; display:inline-block; background-color:#186409;    }



.mapinfo li {
    display: inline-block;
    vertical-align: top;
    position: relative;
    padding: 30px 0 30px 110px;
    width: 100%;
}
.mapinfo li:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    width: 80px;
    height: 80px;
    background-repeat: no-repeat;
    background-position: center;
}
.mapinfo li:first-child:before {
	background-image: url(/tour/img/common/location_mapred.png);
}
.mapinfo li:not(:first-child):before {
	background-image: url(/tour/img/common/location_telred.png);
}

.mapinfo li p {
    
}
.mapinfo li .tit1 {
	font-family: "ONE-Mobile-Title","Noto Sans KR",sans-serif;

	font-size:19px; color:#333333; font-weight:normal;
}
 
.mapinfo li .tit2 {
	font-size:15px; color:#555555; font-weight:400;
}



/* tourFeature */
#tourFeature {   position: relative; padding-top: 150px;  padding-bottom: 150px;}
#tourFeature .sectionTitle {text-align: center;padding: 0px 50px;z-index: 4;position: relative;}
#tourFeature .sectionTitle .title1{font-size:54px;letter-spacing:-1px;line-height:1;word-break:keep-all;font-family:ONE-Mobile-Title,'Noto Sans KR',sans-serif;color:#fff}
#tourFeature .sectionTitle .title2{font-size:22px;letter-spacing:-1px;line-height:1;word-break:keep-all;font-family:ONE-Mobile-Title,'Noto Sans KR',sans-serif;color:#fff}
.tourFeature { margin-top:30px;  padding:0px 40px; overflow:hidden; }
.tourFeature > div { float:left; width:33.33333%; }
.tourFeature .item {  color:#333; padding:20px 5px; vertical-align:top; }
.tourFeature .item p { text-align:center; color:#fff; }
.tourFeature .item .nox { font-family: 'S-CoreDream-4Regular'; font-size:12px; display:none; }
.tourFeature .item .icon { font-size:70px; margin-top:0px; margin-bottom:0px; padding:15px; }
.tourFeature .item .icon img { max-width:50%; border:0; outline:none;  transition-duration:0.4s; -webkit-transition-duration:0.4s;   }
.tourFeature .item:hover img  { transform:scale(1.2); -webkit-transform:scale(1.2); }
.tourFeature .item .stitle1 { font-family: ONE-Mobile-Title,'Noto Sans KR',sans-serif; font-size:24px;  word-break:keep-all;  }
.tourFeature .item .sdesc1 { font-family: 'S-CoreDream-4Regular'; font-size:14px; padding:5px 15px; word-break:keep-all; color:#31b4ea; }
.button{padding:15px;font-weight:700;color:transparent;border-image-source:linear-gradient(79deg,#4CB8C4,#36c275 50%,#3CD3AD);background:linear-gradient(79deg,#4cb8c4,#36c275 50%,#3cd3ad);-webkit-background-clip:text;background-clip:text;transition:background,color .1s ease-in-out;border-image-slice:1;cursor:pointer;position:relative}
.button:hover { color: #fff; background: linear-gradient(286deg, #4CB8C4, #36c275 50%, #3CD3AD);border-image-source: linear-gradient(286deg, #4CB8C4, #36c275 50%, #3CD3AD);}
.button:hover:after { content: ""; position: absolute; height: 0.8rem; width: 80%; left: 50%; bottom: -0.4rem; transform: translatex(-50%); background: linear-gradient(79deg, #4CB8C4, #36c275 50%, #3CD3AD); filter: blur(0.8rem); z-index: -1;}

 
 

#tourCustomer { padding:100px 30px; background-color:#ffffff; }
#tourCustomer .title { color: #111; font-size: 24px;  font-family: ONE-Mobile-Title,"Helvetica Neue", "Apple SD Gothic Neo", "Malgun Gothic", dotum, sans-serif; position: relative; display: inline-block; padding: 0 12px; }
#tourCustomer .title:before{content:"";display:inline-block;width:8px;height:8px;position:absolute;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;background:#16c3ad;left:auto;right:0;top:auto;bottom:8px}
#tourCustomer .title2 { color: #111;  font-size: 54px; line-height: 1.1;  font-family: ONE-Mobile-Title, 'Noto Sans KR', sans-serif; word-break:keep-all; }
#tourCustomer .subtitle { display: inline-block; margin: 2px 0 0 6px; color: #1f90ca; font-size: 12px; font-weight: 700; line-height: 18px; padding-top:10px;  vertical-align: middle; }
#tourCustomer .tag { padding-top:3px; }
#tourCustomer p { text-align:center; }
#tourCustomer .tag span { font-family:S-CoreDream-4Regular; color:#222222; border: 1px solid #e0e0e0; border-radius: 20px; display: inline-block; padding: 5px 15px; cursor: default; margin-bottom: 10px; font-size: 14px; }
#tourCustomer .tag span.on { background-color: #2f405d; border: 1px solid #2f405d; color: #fff; }

  
/* home sns icon */
.homeSocialLink { width:41px; height:120px; position:absolute; bottom:140px; right:4px;  z-index:11; }
.homeSocialLink a { display:block; width:36px; height:36px; margin-bottom:0px; transition-duration:0.2s; -webkit-transition-duration:0.2s; }
.homeSocialLink .sonaver { background:url('/tour/img/common/sonaverl.png') center no-repeat; background-size:90%;}
.homeSocialLink .soyoutube { background:url('/tour/img/common/soyoutubel.png') center no-repeat; background-size:90%;}
.homeSocialLink .sopinterest { background:url('/tour/img/common/sopinterestl.png') center no-repeat;  background-size:90%;}

.homeSocialLink a:hover {  transform:scale(1.3); -webkit-transform:scale(1.3); }



/* tourProcess */
.tprc1 li { width:16.6666%; }
.tprc2 li { width:16.6666%; }
.tprc3 li { width:20%; }
.tprc4 li { width:20%; }

.tourProcess.tprc3 li > div { padding: 25px 9px; }


#tourProcess {   position: relative; padding-top: 100px;  padding-bottom: 100px;}
#tourProcess .sectionTitle {text-align: center;padding: 0px 50px;z-index: 4;position: relative;}
#tourProcess .sectionTitle .title1{font-size:54px;letter-spacing:-1px;line-height:1;word-break:keep-all;font-family:ONE-Mobile-Title,'Noto Sans KR',sans-serif; }
#tourProcess .sectionTitle .title2{font-size:22px;letter-spacing:-1px;line-height:1;word-break:keep-all;font-family:ONE-Mobile-Title,'Noto Sans KR',sans-serif; }
.tourProcess { /*overflow-x:auto; */ overflow:hidden; }
.tourProcess ul { width:100%; /*min-width:500px;*/  display: flex; flex-direction: row;  flex-wrap: wrap; }
.tourProcess li { position:relative; vertical-align:top;  /*border-left:1px solid #ddd; border-top:1px solid #ddd; border-bottom:1px solid #ddd;*/ }
/*.tourProcess li:last-child { border-right:1px solid #ddd; }*/
.tourProcess li > div { position:relative;  width:100%; height:100%;  padding:25px 15px; }
.tourProcess li:not(:last-child) > div:after {content:'';	position:absolute;	top:90px;	right:-15px;	width:30px;	height:30px;	background:url('/tour/img/arrow_process.jpg') center no-repeat #fff;	border:1px solid #ddd;	border-radius:20px;	z-index:2;	text-align:center;}
.tourProcess p { text-align:center; }
.tourProcess .icon { text-align:center; }
.tourProcess .icon img { border:0; display:inline-block; max-width:90% }
.tourProcess .no { color:#ddd; font-size:14px;   }
.tourProcess .title { font-size:20px; font-family:'ONE-Mobile-Title','Noto Sans KR','sans-serif'; font-weight:normal; word-break:keep-all; margin-top:10px; margin-bottom:10px; }
.tourProcess .desc { font-size:14px; /*word-break:keep-all;*/ }
@media (max-width:800px){
	.tprc1 li { width:32.1%;  }
	.tprc2 li { width:32.1%;  }
	.tprc3 li { width:32.1%;  }
	.tprc4 li { width:32.1%;  }

	.tourProcess li:nth-child(3) > div:after { background: url('') center no-repeat transparent; border:0; }
}
@media (max-width: 700px){
 	#tourProcess .sectionTitle .title1 { font-size: 50px; }
	.tourProcess .title { font-size: 16px; }
}
@media (max-width:600px){
	.tourProcess li:not(:last-child) > div:after { top:90px; right: -12px; width: 24px; height: 24px; }
}

@media (max-width:500px){
	#tourProcess .sectionTitle .title1 { font-size: 40px; }
	#tourProcess .sectionTitle .title2 { font-size: 20px; }
}
@media (max-width:400px){
	.tprc1 li { width:48.1%;  }
	.tprc2 li { width:48.1%;  }
	.tprc3 li { width:48.1%;  }
	.tprc4 li { width:48.1%;  }

	#tourProcess .sectionTitle .title1 { font-size: 30px; }
	#tourProcess .sectionTitle .title2 { font-size: 18px; }
	.tourProcess .icon img { max-width: 80%; }
	.tourProcess li:nth-child(3) > div:after { background:url('/tour/img/arrow_process.jpg') center no-repeat #fff; border:1px solid #ddd;	 }
	.tourProcess li:nth-child(2) > div:after, .tourProcess li:nth-child(4) > div:after { background: url('') center no-repeat transparent; border:0; }
	.tourProcess li > div { padding-bottom:0px; }

}

 


@media (max-width: 1330px) {
	#Homex .w1300 { padding-left:15px; padding-right:15px; }
    #ContactUs .w1300,  #ContactUs .w1200 { padding-left:15px; padding-right:15px; }
    #ContactUs2 .w1300,  #ContactUs2 .w1200, #tourLtRp .w1200, #tourScxList .w1200 { padding-left:15px; padding-right:15px; }
	.conxWidth {  padding-left:15px; padding-right:15px; } 

	#Tourx .slider_title1 p {  font-size:70px; }
	#TourViewPage .w1200  { padding-left:15px; padding-right:15px; }
}
@media (max-width: 1200px) {
	#section2 .slickProduct-prevs { width:50px;height:50px; top:50px; border-radius:25px; }
	#section2 .slickProduct-nexts { width:50px;height:50px; top:50px; border-radius:25px; }
	#section2 .slickReview { padding:0 75px;  } 
	.Reviewitem { margin:0px 5px; } 
	#tourCustomer .title2 { font-size: 4vw;  } 

}


@media (max-width: 1000px) {
	#Homex .slidetextN { padding-top:220px;}
	#Tourx .slidetextN { padding-top:220px;}

	#section2 { height:650px; }

	.tourFeature .item .icon img { max-width: 80%; }

}

@media (max-width: 900px) {
	#ContactUs .box3para > div { width:50%;}
}

@media (max-width: 800px) {
	.bizBox { top: 490px; }
	#Tourx .tourbizBox { top:520px; }

	#section2 .slickProduct-prevs { width:40px;height:40px; top:45px; border-radius:20px; }
	#section2 .slickProduct-nexts { width:40px;height:40px; top:45px; border-radius:20px; }
	#section2 .slickReview { padding:0 65px;  } 

	#tourCustomer .tag span { font-size:12px; margin-bottom:4px; }
	#tourCustomer .tag {  margin-bottom:10px; } 

	#tourCustomer { padding: 60px 30px; }

}

@media (max-width: 700px) {

	.mapinfo li { padding: 30px 0 30px 90px; }

	.btn-hover { font-size: 14px; padding:4px 4px; width:130px; height:40px; }

 	#tourFeature .sectionTitle .title1 { font-size: 50px; }
	.tourFeature .item .stitle1 {  font-size:20px; }
	.button { padding:8px; }
	.tourFeature { margin-top: 10px; padding: 0px 15px; }
	.tourFeature .item .sdesc1 { padding:5px 5px; }
}



.om6i { display:none; }
@media (max-width: 600px) {
	 .om6n {display: none !important;}
	 .om6i {display: inline-block !important;} 

	#Homex .slidetextN { padding-top:184px;}
	#Homex .slider_title1 p { font-size: 11vw; }
	#Homex .slider_title2 p { font-size: 19px; }
	.bizBox { top: 430px; }


	#Tourx .slidetextN { padding-top:184px;}
	#Tourx .slider_title1 p { font-size: 11vw; }
	#Tourx .slider_title2 p { font-size: 19px; }
	#Tourx .tourbizBox { top:430px; }

    .tourFeature .item .sdesc1 { padding: 5px 50px; }

	#ContactUs .box3para > div { width:100%; text-align:center;}


.subtitletable .title{ font-size:25px; padding-right:10px; }
.subtitletable .title:before{ width:6px;height:6px; bottom:9px}

	.tourFeature > div { float: none; width: 100%; display: block;	}
	.tourFeature .item .icon { margin-bottom:0; padding:0; }
	.tourFeature .item { padding:10px 5px; }
	.tourFeature .item .nox { display:none; }
	.tourFeature .item .icon img { max-width: 130px; }

 	#tourCustomer .title2 { font-size: 24px;  } 

	.titleBoxForm .title1 { font-size: 40px; }
	.popqna .titleBoxForm .title1 { font-size:28px; }

}
.om5i { display:none; }
@media (max-width: 500px) {
	 .om5n {display: none !important;}
	 .om5i {display: inline-block !important;} 
	
	#Homex .slidetextN {padding-left:15px; padding-right:15px;  }
	#Homex, .slickslider .slickX { height:800px; } 
    .bizBox {  top: 420px; } 

	#Tourx .slidetextN { padding-left:15px; padding-right:15px;  }
	#Tourx, .slickslider .slickX { height:800px; } 
	#Tourx .tourbizBox { top:400px; }

	#sliderDP { top:680px; }

    #section2 .slickReview { padding: 0 15px; }
	#section2 .title a { font-size:33px; }
	#section2 .desc { font-size: 14px; }

	#tourFeature .sectionTitle .title1 { font-size: 35px; }
	#tourFeature .sectionTitle .title2 { font-size: 20px; }
	.tourFeature .item .stitle1 {  font-size:15px; }

	.homeSocialLink {width: 100%; height: 42px; bottom: 87px; right: auto; text-align: center; }
	.homeSocialLink a { display:inline-block; } 

	.titleBoxForm .title1 { font-size: 32px; }
	.popqna .titleBoxForm .title1 { font-size:23px; }

}

@media (max-width: 400px) {
    .mapinfo li .tit2 {font-size: 15px;}

    .mapinfo li {padding: 20px 0 20px 70px; }	
	.mapinfo li:before {width: 65px;height: 65px;background-size: contain; }

	#section2 { height:600px; }

	#tourFeature .sectionTitle { padding: 0px 15px; }

	#tourCustomer .tag span { font-size:12px; margin-bottom:4px; padding: 3px 10px; }


 
}



 










