@charset "utf-8";
/*@import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css);*/
/* ===== Reset CSS ===== */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	font:inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
	display:block;
}
body {
	line-height:1;
}
ol,ul {
	list-style:none;
}
blockquote,q {
	quotes:none;
}
blockquote:before,blockquote:after,q:before,q:after {
	content:'';
	content:none;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
a {
	text-decoration:none;
	color:#000;
}
button {
	cursor:pointer;
	padding:0;
	border:0;
}
strong{
	font-weight:bold;
}
select{
	background:none;
}
.clearfix:after {
	content:'';
	display:block;
	clear:both;
}
.hidden {
	overflow:hidden;
	position:absolute;
	display:block;
	width:0;
	height:0;
	visibility:hidden;
}
.text-left{
	text-align:left !important;
}
.text-center{
	text-align:center !important;
}
.text-right{
	text-align:right !important;
}
.mxw100{
	max-width: 100%;
}
.bdt0{
	border-top:0 !important;
}
.pl0{
	padding-left:0 !important;
}
.ml0{
	margin-left:0 !important;
}
.mt0{
	margin-top: 0 !important;
}
.mt5{
	margin-top: 5px !important;
}
.mt10{
	margin-top: 10px !important;
}
.mt15{
	margin-top: 15px !important;
}
.mt20{
	margin-top: 20px !important;
}
.mt25{
	margin-top: 25px !important;
}
.mt30{
	margin-top: 30px !important;
}
.mt40{
	margin-top: 40px !important;
}
.mt50{
	margin-top: 50px !important;
}
.mt60{
	margin-top: 60px !important;
}
.mt70{
	margin-top: 70px !important;
}
.mt80{
	margin-top: 80px !important;
}
.mt90{
	margin-top: 90px !important;
}
.mt100{
	margin-top: 100px !important;
}
.mt110{
	margin-top: 110px !important;
}
@media(max-width:991px){
	.mt5{
		margin-top: .3125rem !important;
	}
	.mt10{
		margin-top: .625rem !important;
	}
	.mt15{
		margin-top: .9375rem !important;
	}
	.mt20{
		margin-top: 1.25rem !important;
	}
	.mt25{
		margin-top: 1.5625rem !important;
	}
	.mt30{
		margin-top: 1.875rem !important;
	}
	.mt40{
		margin-top: 2.5rem !important;
	}
	.mt50{
		margin-top: 3.125rem !important;
	}
	.mt60{
		margin-top: 3.75rem !important;
	}
	.mt70{
		margin-top: 4.375rem !important;
	}
	.mt80{
		margin-top: 5rem !important;
	}
	.mt90{
		margin-top: 5.625rem !important;
	}
	.mt100{
		margin-top: 6.25rem !important;
	}
	.mt110{
		margin-top: 6.875rem !important;
	}
}
/* ===== Reset CSS ===== */
@font-face{
	font-family: 'Nanum Gothic';
	font-style: normal;
	font-weight: 400;
	src: url('../../fonts/NanumGothic.eot');
  	src: url('../../fonts/NanumGothic.eot?#iefix') format('embedded-opentype'),
	url('../../fonts/NanumGothic.woff') format('woff');
}
@font-face {
	font-family: 'noto light';
	font-style: normal;
	font-weight: 300;
	src: url('../fonts/NotoSansKR-Light.eot');
	src: url('../fonts/NotoSansKR-Light.eot?#iefix') format('embedded-opentype'),
	url('../fonts/NotoSansKR-Light.woff') format('woff')
}
html{
	font-family:'Nanum Gothic', sans-serif;
	font-size:16px;
	color:#252525;
	line-height:1;
}
button, input, select, textarea{
	font-family:'Nanum Gothic', sans-serif;
}
/* ================== 
 * 		폰트 리사이징
 * ================== */
@media (max-width:360px){
	html{
		font-size: 12px;
	}
}
@media (min-width:361px) and (max-width:480px){
	html{
		font-size: 13px;
	}
}
@media (min-width:481px) and (max-width:600px){
	html{
		font-size: 14px;
	}
}
@media (min-width:601px) and (max-width:768px){
	html{
		font-size: 15px;
	}
}
#wrapper {
	position:relative;
	overflow:hidden;
	min-width: 320px;
	-webkit-transition: background .3s;
	transition: background .3s;
}
.cover{
	display:none;
	/*position:absolute;*/
	position:fixed;
	left:0;
	top:0;
	z-index:4999;
	width:100%;
	height:100%;
	background:rgba(0,0,0,.5);
}
.cover.open{
	display:block;
}
.container {
	max-width:960px;
	margin: 0 auto;
}
.para{
	font-size:15px;
	font-size:.9375rem;
	line-height:1.5;
}
/* ================== 
 * 		최상단헤더_pc
 * ================== */
.top_hd {
	height:35px;
	padding:0 16px;
	padding:0 1rem;
	line-height:35px;
	background:#f0f0f0;
	border-bottom:1px solid #d1d1d1;
}
.top_menu_list {
	font-size:0;
	text-align:right;
}
.top_menu_list li {
	display:inline-block;
	font-family:'돋움','Dotum',sans-serif;
	font-size:12px;
	line-height:35px;
	vertical-align:middle;
}
.top_menu_list li:before {
	content:'|';
	color:#969696;
}
.top_menu_list li:first-child:before {
	display:none;
}
.top_menu_list li a {
	padding: 12px 3px 11px 6px;
}
@media (max-width:767px){
	.top_hd{
		display:none;
	}
}
/* ================== 
 * 		메인헤더(로고, gnb, 서치박스..)
 * ================== */
.m_hd_wrap{
	display:inline-block;
}
.main_hd {
	height:106px;
	padding:0 16px;
	padding:0 1rem;
	line-height:106px;
	border-bottom:1px solid #d1d1d1;
}
.logo img {
	vertical-align:middle;
}
.logo,.gnb {
	display:inline-block;
	vertical-align:middle;
}
.gnb {
	margin-left:20px;
}
.btn_menu {
	display:none;
}
.category li {
	float:left;
}
.category li:before {
	content:'';
	display:inline-block;
	width:1px;
	height:1em;
	background:#252525;
	vertical-align:middle;
}
.category li:first-child:before {
	display:none;
}
.category li a {
	color:#252525;
	padding:0 10px;
}
.main_hd .container {
	position:relative;
}
.sch_area {
	position:absolute;
	right:0;
	top:50%;
	width:290px;
	margin-top:-20px;
}
.sch_area legend {
	display:none;
}
.sch_box {
	position:relative;
}
input.sch_keyword {
	width:100%;
	height:40px;
	height:2.5rem;
	line-height:40px;
	line-height:2.5rem;
	padding:0 107px 0 20px;
	border:3px solid #2a6834;
	-webkit-border-radius:50px;
	border-radius:50px;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	font-size:15px;
	font-size:.9375rem;
}
button.go_sch {
	background:#2a6834;
	-webkit-border-radius:50px;
	border-radius:50px;
	position:absolute;
	top:0;
	right:0;
	width:97px;
	height:40px;
	height:2.5rem;
	font-size:15px;
	color:#fff;
	font-family:Arial,sans-serif;
	line-height:40px;
	line-height:2.5rem;
	text-align:center;
}
button.go_sch i {
	display: none;
}
.btn_menu{
	display:none;
}
@media (max-width:1024px) {
	.logo,.logo2 {
		width:160px;
	}
	.logo img,.logo2 img {
		max-width:100%;
	}
	.gnb {
		margin-left:0;
	}
	.sch_area {
		width:25%;
		min-width:180px;
	}
	input.sch_keyword {
		padding-right:50px;
	}
	button.go_sch {
		width:50px;
		font-size:18px;
	}
	button.go_sch i {
		display:inline-block;
	}
	button.go_sch span {
		display: none;
	}
}
@media (max-width:991px){
	.category li a{
		font-size:15px;
		font-size:.9375rem;
	}
}
@media (max-width:767px){
	.main_hd {
		height:auto;
		padding:0;
		border-bottom:0;
		line-height:1;
	}
	.main_hd .container {
		position:static;
	}

	.m_hd_wrap{
		display: table;
		width:100%;
		padding:.5rem 1rem;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	.logo{
		display: table-cell;
		width:36%;
		vertical-align:middle;
	}
	.sch_area {
		display: table-cell;
		position:static;
		width:64%;
		min-width:auto;
		margin-top:0;
		padding-left:1.5rem;
		vertical-align:middle;
		text-align:right;
	}
	.sch_area legend {
		display:block;
		padding-left:30px;
		font-size:14px;
		font-weight:600;
		color:#a6abab;
		text-transform:uppercase;
		line-height:36px;
	}
	
	.gnb{
		position:relative;
		display:block;
		padding:1rem 1rem 1rem .5rem;
		background:#f3f5e9;
	}
	.category{
	}
	.category li a{
		padding:0 .5rem;
		font-size:.85rem;
	}
	.btn_menu {
		display:block;
		position:absolute;
		right:1rem;
		top:50%;
		margin-top:-15px;
		font-size:30px;
		color:#2a6834;
	}

	/*
	.gnb {
		position:absolute;
		z-index:9999;
		right:-250px;
		top:36px;
		width:250px;
		height:100%;
		background:#343434;
		-webkit-transition:right .3s;
		transition:right .3s;
	}
	.gnb.open {
		right:0;
	}
	.gnb.fix {
		position:fixed;
		top:0;
	}
	.category {
		margin-right:15px;
		border-bottom:1px solid #444;
	}
	.category li {
		float:none;
	}
	.category li:before {
		display:none;
	}
	.category li a {
		display:block;
		padding:0 30px;
		font-size:15px;
		color:#a6abab;
		line-height:36px;
	}
	.category li:first-child a {
		padding-top:15px;
	}
	*/
}
/* ===== 메인_모바일 GNB ===== */
.m_gnb{
	display:none;
}
@media (max-width:767px){
	.m_gnb{
		overflow:auto;
		display:block;
	/*	position:absolute;*/
		position:fixed;
		top:0;
		left:-80%;
		z-index:5000;
		width:80%;
		height:100%;
		background:#f3f5e9;
		-webkit-transition: left .3s;
		transition: left .3s;
	}
	.m_gnb.open{
		left:0;
	}
	.top_mhd{
		position:relative;
		padding:1rem;
		border-bottom:1px solid #b9b9b9;
	}
	.m_gnb .membership{
		font-size:0;
		margin-left:-.5rem;
	}
	.m_gnb .membership li{
		display:inline-block;
		padding-left:.5rem;
		vertical-align:middle;
	}
	.m_gnb .membership li a{
		display:block;
		width:5.3125rem;
		height:2.5rem;
		border:3px solid #2a6834;
		border-width:.1875rem;
		font-size:1rem;
		font-weight:bold;
		color:#2a6834;
		line-height:2.5rem;
		text-align:center;
		-webkit-border-radius: 25px;
		border-radius: 25px;
	}
	.m_gnb .btn_tel{
		display:block;
		position:absolute;
		right:1rem;
		top:50%;
		width:2.25rem;
		margin-top:-1.125rem;
	}
	.m_gnb .btn_tel img{
		width:100%;
	}
	.m_gnb .category2 li{
		background-image:url(../images/icon_m_arrow.png);
		background-repeat:no-repeat;
		background-position:right 1rem center;
		background-size:1.25rem;
	}
	.m_gnb .category2 li.idx0 a{
		background-image: url(../images/icon_m1.png);
	}
	.m_gnb .category2 li.idx1 a{
		background-image: url(../images/icon_m2.png);
	}
	.m_gnb .category2 li.idx2 a{
		background-image: url(../images/icon_m3.png);
	}
	.m_gnb .category2 li.idx3 a{
		background-image: url(../images/icon_m4.png);
	}
	.m_gnb .category2 li.idx4 a{
		background-image: url(../images/icon_m5.png);
	}
	.m_gnb .category2 li.idx5 a{
		background-image: url(../images/icon_m_add.png);
	}
	.m_gnb .category2 li.idx6 a{
		background-image: url(../images/icon_m6.png);
	}
	.m_gnb .category2 li.idx7 a{
		background-image: url(../images/icon_m7.png);
	}
	.m_gnb .category2 li.idx8 a{
		background-image: url(../images/icon_m8.png);
	}
	.m_gnb .category2 li.idx9 a{
		background-image: url(../images/icon_m9.png);
	}
	.m_gnb .category2 li.idx10 a{
		background-image: url(../images/icon_m10.png);
	}
	.m_gnb .category2 li.idx11 a{
		background-image: url(../images/icon_m11.png);
	}
	.m_gnb .category2 li a{
		display:block;
		min-height: 2.875rem;
		padding:1rem 1rem 1rem 5rem;
		font-size:1.125rem;
		background-repeat:no-repeat;
		background-position:1rem 1rem;
		background-size:2.875rem;
		line-height:2.875rem;
	}
}
/* ===== 하단 레이아웃 ===== */
#footer {
	padding:38px 16px;
	padding:2.375rem 1rem;
	border-top:1px solid #cecece;
}
.logo2,.ft_info {
	display:inline-block;
	vertical-align:middle;
}
.ft_info {
	margin-left:30px;
}
.ft_info address,.ft_info .copy {
	font-style:normal;
	font-size:13px;
	font-size:.8125rem;
	font-weight:600;
	color:#858585;
	line-height: 1.8;
}
@media (max-width:767px) {
	#footer{
		padding:1rem;
	}
	#footer .container{
		font-size:0;
	}
	.logo2,.ft_info {
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		padding-left:.5rem;
	}
	.logo2 {
		width:36%;
	}
	.ft_info {
		width:64%;
		margin-left:0;
	}
}
/*
@media (max-width:480px) {
	#footer .container {
		padding-left:0;
	}
	.logo2,.ft_info {
		float:none;
		display:block;
	}
	.logo2 {
		position:static;
		margin-left:0;
	}
	.ft_info {
		margin-top: 15px;
	}
}
*/
/* ===== 서브헤더 ===== */
.sub_hd{
	background:#2a6834;
}
.sub_hd .category2{
	font-size:0;
	text-align:center;
}
.sub_hd .category2>li{
	display:inline-block;
	vertical-align:middle;
}
.sub_hd .category2>li>a{
	display:block;
	padding:0 26px;
	padding:0 1.625rem;
	font-size:15px;
	font-size:.9375rem;
	font-weight:bold;
	color:#fff;
	line-height:50px;
	line-height:3.125rem;
}
@media (max-width:767px){
	.sub_hd .category2{
		display:none;
	}
}
/* ===== 메인 비주얼 ===== */
#visual_frm {
	width:100%;
}
.visual {
	padding:32px 16px;
	padding:2rem 1rem;
	background:url(../images/visual_bg.jpg) repeat center center;
	background-size:cover;
	border-bottom:1px solid #d1d1d1;
}
.visual_menu_list li {
	float:left;
	width:23.5%;
	margin:.75%;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
.visual_menu_list li.green a{
	background-color:#45b29d;
}
.visual_menu_list li.yellow a{
	background-color:#efc94c;
}
.visual_menu_list li a {
	display:block;
	padding-top:180px;
	padding-bottom:30px;
	background-repeat:no-repeat;
	background-position:center 30px;
	font-weight:bold;
	color:#fff;
	text-align:center;
	-webkit-border-radius:10px;
	border-radius:10px;
}
.visual_menu_list li.data-index0 a {
	background-image:url(../images/ico_v_menu1.png);
}
.visual_menu_list li.data-index1 a {
	background-image:url(../images/ico_v_menu2.png);
}
.visual_menu_list li.data-index2 a {
	background-image:url(../images/ico_v_menu3.png);
}
.visual_menu_list li.data-index3 a {
	background-image:url(../images/ico_v_menu4.png);
}
.visual_menu_list li.data-index4 a {
	background-image:url(../images/ico_v_menu5.png);
}
.visual_menu_list li.data-index5 a {
	background-image:url(../images/ico_v_menu6.png);
}
.visual_menu_list li.data-index6 a {
	background-image:url(../images/ico_v_menu7.png);
}
.visual_menu_list li.data-index7 a {
	background-image:url(../images/ico_v_menu8.png);
}
.visual_menu_list li a h2 {
	font-size:24px;
	font-size:1.5rem;
}
.visual_menu_list li a p {
	margin-top:25px;
	font-size:16px;
	font-size:1rem;
	line-height:1.5;
}
.visual_menu_list li a p.v2 {
	font-size: 24px;
	font-size:1.5rem;
}
@media (max-width:767px){
	.visual{
		padding:1rem 1rem 0;
		border:0;
		background:none;
	}
	.visual_menu_list{
		margin:-.5rem 0 0 -.5rem;
	}
	.visual_menu_list li{
		width:50%;
		margin:0;
		padding:.5rem 0 0 .5rem;
	}
	.visual_menu_list li a{
		padding:.5rem;
		background-image:none !important;
		text-align:left;
		-webkit-border-radius: 5px;
		border-radius: 5px;
	}
	.visual_menu_list li a h2{
		padding-bottom:.5rem;
		border-bottom:1px solid #fff;
		font-size:1.2rem;
	}
	.visual_menu_list li a p{
		min-height: 2.3rem;
		margin-top:.5rem;
		padding-left:2.5rem;
		background-repeat:no-repeat;
		background-size:2.3rem;
		font-size:.85rem;
/*		letter-spacing: -.125rem*/
	}
	.visual_menu_list li a p.v2{
		font-size:1.25rem;
		padding-top:.275rem;
		padding-bottom:.275rem;
	}
	.visual_menu_list li.data-index0 a p{
		background-image:url(../images/ico_v_menu1.png);
	}
	.visual_menu_list li.data-index1 a p{
		background-image:url(../images/ico_v_menu2.png);
	}
	.visual_menu_list li.data-index2 a p{
		background-image:url(../images/ico_v_menu3.png);
	}
	.visual_menu_list li.data-index3 a p{
		background-image:url(../images/ico_v_menu4.png);
	}
	.visual_menu_list li.data-index4 a p{
		background-image:url(../images/ico_v_menu5.png);
	}
	.visual_menu_list li.data-index5 a p{
		background-image:url(../images/ico_v_menu6.png);
	}
	.visual_menu_list li.data-index6 a p{
		background-image:url(../images/ico_v_menu7.png);
	}
	.visual_menu_list li.data-index7 a p{
		background-image:url(../images/ico_v_menu8.png);
	}
}
/* ===== 메인 ===== */
.main {
	padding-top: 20px;
	padding-top:1.25rem;
}
/* 메인 섹션 */
.main .section {
	padding:40px 16px;
	padding:2.5rem 1rem;
}
.main .section h2 {
	font-size:30px;
	font-size:1.875rem;
	font-weight:600;
	color:#252525;
	text-align:center;
	margin-bottom:12px;
	margin-bottom:.75rem;
}
.main .section .para {
	color:#252525;
	text-align:center;
}
.main .section_v2 {
	background:#f5f5f5;
	outline: 1px solid #dadada;
}
/* 메인 본문 */
.main .article {
	margin-top:30px;
	margin-top:1.875rem;
}
.main .article_v2 {
	margin-top:0;
}
.main .article_v2 h3 {
	font-size:18px;
	font-size:1.125rem;
	font-weight:600;
	color:#252525;
	margin-bottom:20px;
	margin-bottom:1.25rem;
}
.main .article_v2 .bg_white {
	position:relative;
	float:left;
	background:#fff;
	border:1px solid #dadada;
	margin:1%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.main .article_v2 .bg_white .inner {
	padding:15px 20px;
	padding:.9375rem 1.25rem;
}
.main .article_v2 .bg_white .more {
	position:absolute;
	right:20px;
	top:15px;
	font-size:13px;
	font-size:.8125rem;
	color: #434343;
}
/* 베스트 패키지 상품 */
.prd_tab {
	margin-bottom:20px;
	margin-bottom:1.25rem;
	font-size:0;
	text-align:center;
}
.prd_tab li {
	display:inline-block;
	padding:5px 10px;
	margin:0 5px;
	vertical-align:middle;
	cursor:default;
	background:#eaeaea;
	border:1px solid #ddd;
	-webkit-border-radius:5px;
	-border-radius:5px;
	font-size:14px;
	font-size:.875rem;
	font-weight:600;
	color:#252525;
}
.prd_list li {
	float:left;
	width:48%;
	margin:1%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.prd_list li .prd {
	padding:15px;
	padding:.9375rem;
	border:1px solid #dadada;
}
.prd_list li .prd .thumb {
	margin-bottom:20px;
	margin-bottom:1.25rem;
	border:1px solid #dadada;
}
.prd_list li .prd .thumb img {
	width:100%;
}
.prd_list li .prd .p_tit {
	margin-bottom:10px;
	margin-bottom:.625rem;
}
.prd_list li .prd .p_tit a {
	font-weight:600;
}
.prd_list li .prd .p_price {
	font-size:20px;
	font-size:1.25rem;
	font-weight:600;
	color:#ff4800;
	text-align: right;
}
@media (max-width:767px){
	.prd_list{
		width:72%;
		margin:0 auto;
	}
	.prd_list li{
		width:100%;
		float:none;
		margin:1.875rem auto 0;
	}
}
@media (max-width:600px){
	.prd_list{
		width:100%;
	}
}
/* 생생 여행후기 */
.rv_list li {
	width:23%;
	margin:1%;
	float:left;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.rv_list li .rv {
	padding:15px;
	padding:.9375rem;
	border:1px solid #dadada;
}
.rv_list li .rv .thumb {
	margin-bottom:10px;
	border:1px solid #dadada;
}
.rv_list li .rv .thumb img {
	width:100%;
}
.rv_list li .rv .r_tit {
	overflow:hidden;
	margin-bottom:15px;
	margin-bottom:.9375rem;
	font-size:14px;
	font-size:.875rem;
	font-weight:600;
	white-space:nowrap;
	text-overflow: ellipsis;
}
.rv_list li .rv .r_info {
	margin-bottom:20px;
	margin-bottom:1.25rem;
}
.rv_list li .rv .r_info .writer {
	font-size:13px;
	font-size:.8125rem;
	color:#d65469;
}
.rv_list li .rv .r_info .date {
	font-size:13px;
	font-size:.8125rem;
}
.rv_list li .rv .r_contents {
	margin-bottom:15px;
	margin-bottom:.9375rem;
	font-size:13px;
	font-size:.8125rem;
	line-height:1.5;
}
.rv_list li .rv .r_contents a{
	overflow:hidden;
	display:block;
	height:3.65625rem;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3; /* 라인수 */	
	-webkit-box-orient: vertical; 
	word-wrap:break-word;
}
.rv_list li .rv .r_info2 {
	text-align:center;
}
.rv_list li .rv .r_info2 .like {
	/*padding-left:22px;background:url(../images/ico_like.png) no-repeat left center;*/
}
.rv_list li .rv .r_info2 .like .fa {
	padding-right:4px;
	font-size:14px;
	font-size:.875rem;
}
.rv_list li .rv .r_info2 .hits {
	margin-left:15px;
	margin-left:.9375rem;
	/*padding-left:30px;background:url(../images/ico_view.png) no-repeat left center;*/
}
.rv_list li .rv .r_info2 .hits .fa {
	padding-right:4px;
	padding-right:.25rem;
	font-size:18px;
	font-size:1.125rem;
	color:#a4a4a4;
}
.rv_list li .rv .r_info2 span {
	font-size:13px;
	font-size:.8125rem;
	color:#000 !important;
	cursor:default;
}
.cbutton {
	position:relative;
	display:inline-block;
	padding:0;
	border:none;
	background:none;
	color:#a4a4a4;
	overflow:visible;
	-webkit-transition:color 0.7s;
	transition:color 0.7s;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}
.cbutton.cbutton--click {
	outline:none;
	color:#ee1034;
}
.cbutton:blur {
	color:#a4a4a4;
}
.cbutton::after {
	position:absolute;
	top:50%;
	left:50%;
	margin:-35px 0 0 -35px;
	width:70px;
	height:70px;
	border-radius:50%;
	content:'';
	opacity:0;
	pointer-events: none;
}
/* Nikola */
.cbutton--effect-nikola::after {
	/*background:rgba(111,148,182,0.1);*/
	background:rgba(233,233,233,0.4);
}
.cbutton--effect-nikola.cbutton--click::after {
	-webkit-animation:anim-effect-nikola 0.5s forwards;
	animation:anim-effect-nikola 0.5s forwards;
}
@-webkit-keyframes anim-effect-nikola {
	0% {
			opacity:0;
			-webkit-transform:scale3d(0.2,0.2,1);
			transform:scale3d(0.2,0.2,1);
	}
	50% {
			opacity:1;
			-webkit-transform:scale3d(1.2,1.2,1);
			transform:scale3d(1.2,1.2,1);
	}
	100% {
			opacity:0;
			-webkit-transform:scale3d(0.8,0.8,1);
			transform:scale3d(0.8,0.8,1);
	}
}
@keyframes anim-effect-nikola {
	0% {
			opacity:0;
			-webkit-transform:scale3d(0.2,0.2,1);
			transform:scale3d(0.2,0.2,1);
	}
	50% {
			opacity:1;
			-webkit-transform:scale3d(1.2,1.2,1);
			transform:scale3d(1.2,1.2,1);
	}
	100% {
			opacity:0;
			-webkit-transform:scale3d(0.8,0.8,1);
			transform: scale3d(0.8,0.8,1);
	}
}
@media (max-width:767px){
	.rv_wrap{
		margin:-1.25rem 0 0 -1.25rem;
	}
	.rv_list{
		width:72%;
		margin:0 auto;
	}
	.rv_list li{
		width:50%;
		margin:0;
		padding:1.25rem 0 0 1.25rem;
	}
}
@media (max-width:600px){
	.rv_list{
		width:100%;
	}
}
/* 고객상담센터 */
.main .article_v2 .contact {
	width:48%;
}
.main .article_v2 .contact .tel {
	margin-bottom:20px;
}
.main .article_v2 .contact .tel a {
	font-size:36px;
	font-size:2.25rem;
	font-weight:600;
	color:#ff7200;
	cursor:text;
}
.main .article_v2 .contact .datetime {
	font-size:15px;
	line-height:1.5;
}
.main .article_v2 .contact .contact_info {
	position:absolute;
	top:50%;
	right:20px;
	margin-top:-45px;
	font-size:0;
}
.main .article_v2 .contact .contact_info li {
	display:inline-block;
	min-width:65px;
}
.main .article_v2 .contact .contact_info li a {
	display:block;
	font-size:14px;
	font-size:.875rem;
	text-align:center;
}
.main .article_v2 .contact .contact_info li a img{
	display:block;
	margin:0 auto 10px;
}
/*
.main .article_v2 .contact .contact_info li.qna a {
	padding-top:75px;
	background:url(../images/ico_qna.png) no-repeat center top;
}
*/
.main .article_v2 .contact .contact_info li.faq {
	margin-left:10px;
}
/*
.main .article_v2 .contact .contact_info li.faq a {
	padding-top:75px;
	background: url(../images/ico_faq.png) no-repeat center top;
}
*/
@media (max-width:991px){
	.c_details{
		display: table;
		width:100%;
	}
	.main .article_v2 .contact .datetime, .main .article_v2 .contact .contact_info{
		display: table-cell;
		width:50%;
		vertical-align:middle;
	}
	.main .article_v2 .contact .contact_info{
		position:static;
		margin-top:0;
		text-align:right;
	}
	.main .article_v2 .contact .contact_info li a img{
/*		width:55px;*/
	}
}
@media (max-width:767px){
	.main .article_v2 .contact{
		display:none;
	}
}
/* 공지사항 */
.main .article_v2 .notice {
	width:23%;
}
.main .article_v2 .notice .notice_list li a {
	overflow:hidden;
	display:block;
	padding:5px;
	padding:.3125rem;
	margin-bottom:5px;
	margin-bottom:.3125rem;
	border-bottom:1px solid #ccc;
	font-size:15px;
	font-size:.9375rem;
	white-space:nowrap;
	text-overflow:ellipsis;
}
.main .article_v2 .notice .notice_list li a:before {
	content:'';
	display:inline-block;
	width:4px;
	height:4px;
	-webkit-border-radius:50%;
	border-radius:50%;
	background:#6db8de;
	vertical-align:middle;
	margin-right: 4px;
}
@media (max-width:767px){
	.main .article_v2 .notice{
		display:none;
	}
}
/* 입금정보 */
.main .article_v2 .account {
	width:23%;
}
.main .article_v2 .account .ac_number {
	padding-top:36px;
	padding-top:2.25rem;
	/*
	padding-top:25px;
	padding-top:1.5625rem;
	*/
	font-size:19px;
	font-size:1.1875rem;
	font-weight:bold;
	/*	color:#0090d3;*/
	color:#007fcb;
	/*	background-image:url(../images/wooribank_logo.png);*/
	background-image:url(../images/nhbank_logo.png);
	background-repeat:no-repeat;
	margin-bottom:10px;
	margin-bottom:.625rem;
}
.main .article_v2 .account .holder {
	font-size:14px;
	font-size:.875rem;
	margin-bottom:15px;
	margin-bottom:.9375rem;
}
.main .article_v2 .account .go_order {
	display:inline-block;
	font-size:14px;
	font-size:.875rem;
	font-weight:600;
	color:#fff;
}
.main .article_v2 .account .go_order span{
	d
	padding:5px 4px 4px;
	padding:.3125rem .25rem .25rem;
	background:#316cac;
	-webkit-border-radius:5px;
	border-radius:5px;
}
@media (max-width:991px){
	.main .article_v2 .bg_white .inner{
		padding:1rem;
	}
	.main .article_v2 .account .go_order{
		font-size:.75rem;
	}
}
@media (max-width:767px){
	.main .section_v2{
		padding:1rem;
		border-top:0;
		background:#f5f5f5;
	}
	.main .article_v2 .account{
		width:100%;
	}
	.main .article_v2 h3{
		display:none;
	}
	.main .article_v2 .bg_white{
		margin:0;
		border:0;
		background:none;
		font-size:0;
		text-align:center;
	}
	.main .article_v2 .bg_white .inner{
		margin-top:-.5rem;
		padding:0;
	}
	.main .article_v2 .account .ac_number, .main .article_v2 .account .holder, 	.main .article_v2 .account .go_order{
		display:inline-block;
		margin-top:.5rem;
		margin-bottom:0;
		line-height:1.6875rem;
		vertical-align:middle;
	}
	.main .article_v2 .account .holder, 	.main .article_v2 .account .go_order{
		margin-left:.5rem;
	}
	.main .article_v2 .account .holder{

	}
	.main .article_v2 .account .ac_number{
		min-height: 1.6875rem;
		padding:0 0 0 7rem;
		/*background-size:auto 1.6875rem;*/
		background-size:6rem auto;
		background-position:0 center;
		font-size:1.2rem;
	}
	.main .article_v2 .account .go_order{
	}

}
/* ===== 서브페이지 ===== */
.contents {
	padding:40px 16px 80px;
	padding:2.5rem 1rem 5rem;
}
.contents .tit {
	margin-bottom:14px;
	margin-bottom:.875rem;
	padding-left:6px;
	padding-left:.375rem;
	font-size:18px;
	font-size:1.125rem;
	font-weight:bold;
}
.contents .tit2 {
	margin-bottom:14px;
	margin-bottom:.875rem;
	font-size:15px;
	font-size:.9375rem;
	font-weight:bold;
	color:#000;
}
.contents .tit3{
	margin-bottom:10px;
	margin-bottom:.625rem;
	font-size:16px;
	font-size:1rem;
	font-weight:bold;
	color:#000;
}
.contents .para {
	font-size:14px;
	font-size:.875rem;
	line-height: 1.5;
}
/* 리스트 스타일 */
.nm_lst{
	padding-left:6px;
}
.nm_lst>li{
	padding-left:10px;
	padding-left:.625rem;
	text-indent:-10px;
	text-indent:-.625rem;
	font-size:14px;
	font-size:.875rem;
	line-height:2;
	letter-spacing: -1px;
	letter-spacing: -.0625rem;
}
.nm_lst>li .p2{
	color:#ff4800;
}
/* ===== 상단 검색창 ===== */
.df_table{
	padding:26px 98px 26px 20px;
	padding:1.625rem 6.125rem 1.625rem 1.25rem;
	border:2px solid #2a6834;
}
.df_table .ct{
	float:left;	
	margin-left:-20px;
	margin-left:-1.25rem;
}
.df_table .ct>li{
	display: inline-block;
	padding-left:10px;
	padding-left:.625rem;
	font-size:15px;
	font-size:.9375rem;
	line-height:50px;
	line-height:3.125rem;
	vertical-align:middle;
}
.df_table select,.df_table input[type="text"]{
	height:36px;
	height:2.25rem;
	margin-left:5px;
	margin-left:.3125rem;
	border:1px solid #bfbfbf;
	font-size:13px;
	font-size:.8125rem;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
.df_table select{  
	padding-left:6px;
}
.df_table input[type="text"]{
	width:140px;
}
.df_table input[id="order_start_date"], .df_table input[id="AC_start_date"],  .df_table input[id="AC_end_date"]{
	width:140px;
	padding:0 10px;
	background:url(../images/icon_cal.png) no-repeat right 10px center;
	background:url(../images/icon_cal.png) no-repeat right .625rem center;
}
.cal_bg{
	background:url(../images/icon_cal.png) no-repeat right 10px center;
	background:url(../images/icon_cal.png) no-repeat right .625rem center;
}
.df_table input.ac{
	width:35px;
	text-align:center;
}
.df_table .added{
	font-size:14px;
	font-size:.875rem;
}
.btn_wrap{
	margin-left:-10px;
	margin-left:-.625rem;
	font-size:0;
}
.btn_wrap a, .btn_wrap button, .btn_wrap input{
	margin-left:10px;
	margin-left:.625rem;
}
/*
[class*="btn_"]{
	font-family: 'Nanum Gothic';
}
*/
/* 일반 버튼 */
.btn_nm{
	display:inline-block;
	padding:16px 30px;
	padding:1rem 1.875rem;
	background:#2a6834;
	font-size:15px;
	font-size:.9375rem;
	color:#fff;
	text-align:center;
	vertical-align:middle;
	line-height:1;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
/* 취소 버튼 */
.btn_cancel{
	display:inline-block;
	padding:16px 30px;
	padding:1rem 1.875rem;
	background:#252525;
	font-size:15px;
	font-size:.9375rem;
	color:#fff;
	text-align:center;
	vertical-align:middle;
	line-height:1;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.btn_nm_v2, .btn_cancel_v2{
	width:128px;
	width:8rem;
	height:36px;
	padding:0;
	height:2.25rem;
	line-height:36px;
	line-height:2.25rem;
}
/* 답변 버튼 */
.btn_reply{
	display:inline-block;
	padding:16px 30px;
	padding:1rem 1.875rem;
	background:#f1f1f1;
	font-size:15px;
	font-size:.9375rem;
	color:#252525;
	text-align:center;
	vertical-align:middle;
	line-height:1;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
/* 목록 버튼 */
/*
.btn_list2{
	display:inline-block;
	padding:16px 30px;
	padding:1rem 1.875rem;
	background:#8d8d8d;
	font-size:15px;
	font-size:.9375rem;
	color:#fff;
	text-align:center;
	vertical-align:middle;
	line-height:1;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
*/
.btn_sm_wrap{
	font-size:0;
	margin-left:-6px;
	text-align:center;
}
.btn_sm_wrap a, .btn_sm_wrap button, .btn_sm_wrap input{
	margin-left:6px;
}
/* 작은 버튼 (아이디 중복체크 / 우편번호검색) */
.btn_sm{
	display:inline-block;
	height:30px;
	height:1.875rem;
	padding:0 5px;
	padding:0 .3125rem;
	background:#252525;
	font-size:13px;
	font-size:.8125rem;
	color:#fff;
	line-height:30px;
	line-height:1.875rem;
	-webkit-border-radius:2px;
	border-radius:2px;
}
.btn_sm_v2{
	width:60px;
	width:3.75rem;
}
.btn_sm2{
	display:inline-block;
	height:30px;
	height:1.875rem;
	padding:0 5px;
	padding:0 .3125rem;
	background:#2a6834;
	font-size:13px;
	font-size:.8125rem;
	color:#fff;
	line-height:30px;
	line-height:1.875rem;
	-webkit-border-radius:2px;
	border-radius:2px;
}
/* 검색버튼 */
.btn_sch{
	position:relative;
	right:-78px;
	float:right;
	display:inline-block;
	width:78px;
	height:50px;
	height:3.125rem;
	margin-left:-78px;
	background:#2a6834;
	font-size:15px;
	font-size:.9375rem;
	font-weight:bold;
	color:#fff;
	line-height:3.125rem;
	text-align:center;
	vertical-align:middle;
}
.btn_sch_v2{
	margin-top:50px;
}
.btn_list{
	float:right;
	/*
	margin-top:-47px;
	margin-top:-2.9375rem;
	*/
}
@media (max-width:767px){
	.df_table{
		padding:1rem .5rem;
	}
	.df_table .ct{
		float:none;
		margin-top:-.5rem;
		margin-left:0;
	}
	.df_table .ct>li{
		display:block;
		margin-top:.5rem;
		padding-left:0;
	}
	.btn_wrap{
		margin-top:1.25rem;
		margin-left:-.5rem;
	}
	.btn_wrap a, .btn_wrap button, .btn_wrap input{
		margin-left:.5rem;
	}
	.bd_controls{
		text-align:center;
	}
	.btn_list{
		float:none;
		margin-top:1.25rem;
	}
	.btn_sch{
		position:static;
		width:100%;
		margin-top:.5rem;
		margin-left:0;
	}
}
/* ===== 골프 ===== */
.df_tb {
	width:100%;
	border-top:2px solid #252525;
}
.df_tb tr th:first-child, .df_tb tr td:first-child{
	border-left:0;
}
.df_tb th{
	width:120px;
	width:7.5rem;
	text-align:left;
}
.df_tb th, .df_tb td{
	padding:10px;
	padding:.625rem;
	border-bottom:1px solid #c7c7c7;
	border-left:1px solid #c7c7c7;
	font-size:14px;
	font-size:.875rem;
	line-height:1.4;
	vertical-align:middle;
}
.cart_tbl{
	width: 100%;
}
/* 성함 / 핸드폰 / 이메일 */
#ap_name, #ap_email, input[name*="ap_tel1"]{
	height:30px;
	height:1.875rem;
}
/*
#ap_name, #ap_email{
	width:100% !important;
	max-width:265px !important;
}
input[name*="ap_tel1"]{
	width:100% !important;
	max-width:80px !important;
	max-width:5rem !important;
}
*/
/* 여행 인원 명단 */
#ap_name1{
	width:100%;
}
/* 추가요청사항 및 문의사항 */
#ap_memo_user{
	width:100%;
	height:150px;
	height:9.375rem;
}
.Tmenu1 {
	font-family:나눔고딕;
	font-size:14px;
	color:#FFFFFF
}
.leftL1 {
	font-family:나눔고딕;
	font-size:24px;
	color:#FFFFFF
}
.leftL2 {
	font-family:나눔고딕;
	font-size:12px;
	color:#dddddd
}
.leftL3 {
	font-family:나눔고딕;
	font-size:13px;
	color:#FFFFFF
}
.Lline1 {
	padding:6px 0px 6px 4px;
	border-top:1px solid #cccccc
}
.cp1 {
	font-family:나눔고딕;
	font-size:12px;
	color:#FFFFFF
}
.cp2 {
	font-family:나눔고딕;
	font-size:12px;
	color:#555555
}
.bbs_line {
	border-bottom:1px solid #cccccc;
	padding:10px 4px 10px 4px
}
.index_right_search_TD {
	padding:5px 5px 5px 5px;
	border-bottom: 1px dotted #cccccc
}
#view{
	width:100%;
	overflow:hidden;
}
/* ===== 항공/에어카텔 ===== */
.airticket_tbl{
	width: 100%;
}
.airticket_tbl thead th{
	width:10.625%;
	height: 50px;
	height:3.125rem;
	border:1px solid #c7c7c7;
	border-left:0;
	border-right:0;
	border-top-width:0;
	background: #f1f1f1;
	font-size: 14px;
	font-size:.875rem;
	text-align: center;
	vertical-align: middle;
}
.airticket_tbl_v2 thead th{
	border-top-width:1px;
}
.airticket_tbl thead th.col-persons{
	width:25.625%;
}
.airticket_tbl thead th.col-dc, .airticket_tbl thead th.col-link2{
	width:15%;
}
.airticket_tbl tbody td{
	height: 68px;
	height:4.25rem;
	border-bottom: 1px solid #c7c7c7;
	font-size: 13px;
	font-size:.8125rem;
	line-height: 1.2;
	text-align: center;
	vertical-align: middle;
}
/* 성인, 소인, 만2세미만 */
.airticket_tbl tbody td .confi{
	font-size: 12px;
	font-size:.75rem;
	color:#252525;
}
.airticket_tbl  .btn_rsrv{
	display: inline-block;
	padding: 6px 16px;
	padding:.375rem 1rem;
	background: #efa900;
	font-size: 13px;
	font-size:.8125rem;
	font-weight: bold;
	color: #fff;
}
.airticket_tbl tbody td .sbj{
	display:none;
}
.m_visible{
	display:none;
}
.airticket_tbl_v3 tbody td{
	padding:10px 0;
	padding:.625rem 0;
}
.respon_tbl tbody td .sbj{
	display:none;
}
@media (max-width:767px){
	.m_hidden{
		display:none;
	}
	.m_visible{
		display:block;
	}
	table.m_visible{
		display: table;
	}
	.respon_tbl thead{
		display:none;
	}
	.respon_tbl tbody tr{
		display:block;
		margin-top:1.25rem;
		border-top:1px solid  #c7c7c7;
	}
	.respon_tbl tbody tr:first-child{
		margin-top:0;
	}
	.respon_tbl tbody td{
		display:table;
		width:100%;
		height:auto;
		border-top:0;
		border-color:#c7c7c7;
	}
	.respon_tbl tbody td >span{
		display:table-cell !important;
		width:80%;
		padding:1rem;
		text-align:left;
		vertical-align:middle;
	}
	.respon_tbl tbody td .sbj{
		display:table-cell;
		width:20%;
		border-right:1px solid #c7c7c7;
		background:#f1f1f1;
		font-weight:bold;
		text-align:center;
	}
}
.sorting_lst.col-2>li{
	width:50%;
}
.sorting_lst.col-4>li{
	width:25%;
}
.sorting_lst.col-5>li{
	width:20%;
}
.sorting_lst.col-6>li{
	width:16.666667%;
}
.sorting_lst.col-7>li{
	width:14.286%;
}
.sorting_lst.col-8>li{
	width:12.5%;
}
.sorting_lst>li{
	float: left;
	height: 50px;
	height:3.125rem;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.sorting_lst_v2>li, .sorting_lst>li button, .sorting_lst>li a{
	display: block;
	width: 100%;
	height: 100%;
	border: 1px solid #c7c7c7;
	border-left: 0;
	background: none;
	font-size: 14px;
	font-size:.875rem;
	color: #252525;
	line-height: 50px;
	line-height:3.125rem;
	text-align: center;
	cursor: pointer;
}
.sorting_lst_v2>li{
	cursor: default;
}
.sorting_lst_v2>li:first-child, .sorting_lst>li:first-child button, .sorting_lst>li:first-child a{
	border-left: 1px solid #c7c7c7;
}
.sorting_lst_v2>li.active,
.sorting_lst>li button:hover, .sorting_lst>li button.active,
.sorting_lst>li a:hover, .sorting_lst>li a.active{
	border-color: #efa900;
	background: #efa900;
	font-weight: bold;
	color: #fff;
}
.sorting_lst_v3>li, .sorting_lst_v3>li button, .sorting_lst_v3>li a{
	height:40px;
	height:2.5rem;
	line-height:40px;
	line-height:2.5rem;
}
@media (max-width:767px){
	/*
	.sorting_lst{
		margin-bottom:40px;
		margin-bottom:2.5rem;
	}
	*/
	.sorting_lst.col-7>li, .sorting_lst.col-6>li{
		width:33.333333%;
	}
	.sorting_lst.col-7>li:nth-child(n+4) button, .sorting_lst.col-7>li:nth-child(n+4) a,
	.sorting_lst.col-6>li:nth-child(n+4) button, .sorting_lst.col-6>li:nth-child(n+4) a{
		border-top:0;
	}
	.sorting_lst.col-7>li:nth-child(4) button, .sorting_lst.col-7>li:nth-child(4) a,
	.sorting_lst.col-7>li:nth-child(7) button, .sorting_lst.col-7>li:nth-child(7) a,
	.sorting_lst.col-6>li:nth-child(4) button, .sorting_lst.col-6>li:nth-child(4) a{
		border-left:1px solid #c7c7c7;
	}
	.sorting_lst.col-8>li{
		width:25%;
	}
	.sorting_lst.col-8>li:nth-child(n+5) button, .sorting_lst.col-8>li:nth-child(n+5) a{
		border-top:0;
	}
	.sorting_lst.col-8>li:nth-child(5) button, .sorting_lst.col-8>li:nth-child(5) a{
		border-left:1px solid #c7c7c7;
	}
}
/* ===== 숙소 ===== */
.product_lst{
	margin:-10px 0 0 -10px;
}
.product_lst>li{
	float:left;
	width:33.333333%;
	padding:10px 0 0 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.product_lst>li>a, .product_lst>li>.inner2{
	display:block;
	border:1px solid #dadada;
}
.product_lst>li .thumb img{
	width:100%;
}
.product_lst>li .txt_wrap{
	padding:28px 16px;
	padding:1.75rem 1rem;
	font-size:0;
}
.product_lst>li .p_tit{
	margin-bottom:14px;
	margin-bottom:.875rem;
	font-size:15px;
	font-size:.9375rem;
	font-weight:bold;
	color:#000;
	line-height:1.2;
}
.product_lst>li .p_tit_v2{
	padding: 14px 16px;
	padding: .875rem 1rem;
	margin-bottom:0;
	border:1px solid #dadada;
	border-bottom:0;
}
.product_lst>li .discount{
	display:inline-block;
	font-size:46px;
	font-size:2.875rem;
	font-weight:bold;
	color:#ff4800;
}
.product_lst>li .discount span{
	font-size:20px;
	font-size:1.25rem;
}
.product_lst>li .price_wrap{
	display:inline-block;
	padding-left:28px;
	padding-left:1.75rem;
}
.product_lst>li .price, .product_lst>li .r_price{
	display:block;
	line-height:1.2;
}
.product_lst>li .price{
	font-size:14px;
	font-size:.875rem;
	color:#595959;
	text-decoration: line-through;
}
.product_lst>li .r_price{
	font-size:20px;
	font-size:1.25rem;
	font-weight:bold;
}
.product_info_tbl thead th{
	width:25%;
}
.product_info_tbl .btn_rsrv, .btn_rsrv_v2{
	padding:0;
	background:none !important;
	color:#ff4800 !important;
}
@media (max-width:767px){
	.product_lst>li .txt_wrap{
		padding:20px 10px;
		padding:1.25rem .625rem;
	}
	.product_lst>li .discount, .product_lst>li .price_wrap{
		width:50%;
	}
	.product_lst>li .price_wrap{
		padding-left:0;
	}
	.product_lst>li .r_price{
		font-size:1rem;
	}
}
.resortA_tbl{
	width:100%;
	border:1px solid #c7c7c7;
	border-bottom:0;
}
.resortA_tbl tr.odd{
	background:#f1f1f1;
}
.resortA_tbl tr.even{
	background:#fff;
}
.resortA_tbl th, .resortA_tbl td{
	height:40px;
	height:2.5rem;
	border-bottom:1px solid #c7c7c7;
	font-size:14px;
	font-size:.875rem;
	vertical-align:middle;
}
.resortA_tbl th{
	width:60px;
	padding-left:10px;
	padding-left:.625rem;
	text-align:center;
}
.resortA_tbl td label, .resortA_tbl td input{
	vertical-align:middle;
}
.resortA_tbl td label{
	margin-left:5px;
	margin-left:.3125rem;
}
.resortA_tbl td label:first-child{
	margin-left:0;
}
/*
.resortA_tbl td label{
	margin-left:10px;
	margin-left:.625rem;
}
.resortA_tbl td label:first-child{
	margin-left:0;
}
*/
.resortA_tbl td input{
	height:30px;
	height:1.875rem;
	margin:0;
	margin-right:3px;
	border:1px solid #d3d3d3;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
@media (max-width:767px){
	.product_lst>li{
		width:50%;
	}
}
/* ===== 렌트카 ===== */
/* 차종 sotring */
/*
.sorting_lst.col-7>li{
	width: 14.286%;
}
*/

/* ===== 단체패키지 ===== */
.taxiour_tbl{
	width:100%;
}
.taxiour_tbl thead th{
	height:42px;
	height:2.625rem;
	border-top:2px solid #252525;
	border-bottom:1px solid #8b8b8b;
	border-left:1px solid #dadada;
	font-weight:bold;
	font-size:14px;
	font-size:.875rem;
	line-height:1.5;
	text-align:center;
	vertical-align:middle;
}
.taxiour_tbl thead th:first-child{
	border-left:0;
}
.taxiour_tbl thead th.th-thumb{
	width:300px;
}
.taxiour_tbl tbody td.td-thumb img{
	max-width:100%;
}
.taxiour_tbl thead th.th-pers, .taxiour_tbl thead th.th-self{
	width:230px;
}
.taxiour_tbl thead th.th-period, .taxiour_tbl thead th.th-pure{
	width:100px;
}
/*
.taxiour_tbl tbody tr.even{
	background:#f7f7f7;
}
*/
.taxiour_tbl tbody td{
	padding:20px 0;
	padding:1.25rem 0;
	border-bottom:1px solid #dadada;
	border-left:1px solid #dadada;
	font-size:14px;
	font-size:.875rem;
	line-height:1.5;
	text-align:center;
	vertical-align:middle;
}
.taxiour_tbl tbody td:first-child{
	border-left:0;
}
.taxiour_tbl tbody td.pers{
	font-weight:bold;
}
.taxiour_tbl tbody td.pers>span span{
	display:block;
	color: #ff4800;
}
.taxiour_tbl tbody td ul li{
	padding:5px 0;
}
.taxiour_tbl tbody td .sbj{
	display:none !important;
}
@media (max-width:767px){
	.taxiour_tbl{
		border-top:2px solid #252525;
	}
	.taxiour_tbl thead{
		display:none;
	}
	.taxiour_tbl tbody td{
		display:table;
		width:100%;
		border-left:0;
	}
	.taxiour_tbl tbody td >span, .taxiour_tbl tbody td .sbj{
		display: table-cell !important;
		width:50%;
		padding:1rem 0;
		vertical-align:middle;
	}
	.taxiour_tbl tbody td .sbj{
		font-weight:bold;
	}
}

/* ================== 
 * 		로그인
 * ================== */
.login_wrap{
	display: table;
	width: 100%;
	height: 190px;
	height: 11.875rem;
	border-top: 2px solid #2a6834;
	border-bottom: 1px solid #d3d3d3;
}
.login_tit, .login_box{
	display: table-cell;
	vertical-align: middle;
}
.login_tit{
	width: 28%;
	font-family: 'noto light';
	font-size: 48px;
	font-size: 3rem;
	text-align: right;
}
.login_box{
	width: 72%;
}
.login_box .para{
	padding-left: 118px;
	margin-bottom: 5px;
}
.login_input{
	display: table;
	width: 100%;
}
.idpw_box, .btn_login{
	display: table-cell;
	vertical-align: middle;
}
.idpw_box{
	width: 62%;
}
.idpw_box li{
	margin-top: 10px;
	margin-top: .625rem;
	padding-left: 118px;
	padding-left: 7.375rem;
}
.idpw_box li:first-child{
	margin-top: 0;
}
.idpw_box li label, .idpw_box li select[name="M_option"], .idpw_box li input{
	float: left;
	font-size: 14px;
	font-size: .875rem;
}
.idpw_box li label, .idpw_box li select[name="M_option"]{
	position: relative;
	left: -118px;
	left: -7.375rem;
	width: 118px;
	width: 7.375rem;
	margin-right: -118px;
	margin-right: -7.375rem;
	padding-right: 16px;
	padding-right: 1rem;
	text-align: right;
	line-height:30px;
	line-height:1.875rem;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.idpw_box li select[name="M_option"]{
	width:102px;
	width:6.375rem;
	height:30px;
	height:1.875rem;
	padding-right:0;
	border:1px solid #d3d3d3;
}
.idpw_box li input, .idpw_box li #ap_name, .idpw_box li #ap_email{
	width: 96%;
	height: 30px;
	height:1.875rem;
	padding:5px;
	padding:.3125rem;
	border: 1px solid #d3d3d3;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.idpw_box li input[name*="ap_tel1_"]{
	width:30%;
	margin-left:3%;
}
.idpw_box li input[name="ap_tel1_1"]{
	margin-left:0 !important;
}
.idpw_box li #identify1, .idpw_box li #identify2{
	width: 47% !important;
}
.idpw_box li #identify2{
	margin-left: 2% !important;
}
.idpw_box li #T1, .idpw_box li #T2{
	float:left;
	width:100%;
}
.btn_login{
	width: 46%;
	height: 100%;
	background: #2a6834;
	font-family:'Nanum Gothic';
	font-size: 16px;
	font-size: 1rem;
	font-weight: bold;
	color: #fff;
	text-align:center;
}
.remem_id, .sch_cont{
	display: block;
	margin-top: 5px;
	padding-left: 118px;
	font-size: 14px;
	font-size: .875rem;
}
.sch_cont_v2{
	padding-left:0;
}
/* ================== 
 * 		예약확인
 * ================== */
.rsv_query{
	padding: 40px 0;
	padding: 2.5rem 0;
	border-top: 2px solid #2a6834;
	border-bottom: 1px solid #c8c8c8;
}
.rsv_query .desc{
	font-size: 20px;
	font-size: 1.25rem;
	line-height: 1.5;
	text-align: center;
}
.chk_mem{
	max-width: 506px;
	margin: 0 auto;
}
.chk_mem>li h3{
	font-size: 16px;
	font-size: 1rem;
	font-weight: bold;
}
.login_box_v2{
	display: block;
	width: 100%;
}
.idpw_box_v2{
	width: 76%;
}
.idpw_box_v2 li{
	/*padding-left: 0;*/
}
.btn_login_v2{
	width: 100%;
}
@media (max-width:767px){
	.login_wrap{
		display: block;
		width: auto;
		height: auto;
		padding: 1rem 0;
	}
	.login_tit, .login_box{
		display: block;
		width: 100%;
		text-align: center;
	}
	.login_tit{
		margin-bottom: 1rem;
	}
	.idpw_box li{
		padding-left: 6rem;
	}
	.idpw_box li input{
		width: 100% !important;
	}
	.idpw_box li #identify1, .idpw_box li #identify2{
		width: 49% !important;
	}
	.idpw_box li #identify2{
		margin-left: 2% !important;
	}
	.login_box .para, .remem_id, .sch_cont{
		padding-left: 0;
	}
	.btn_login{
		width: 85%;
	}
	.idpw_box li select[name="M_option"]{
		width:4.375rem;
		left:-5.375rem;
	}
	.idpw_box li input[name*="ap_tel1_"]{
		width:32% !important;
		margin-left:2%;
	}
	.chk_mem{
		max-width: none;		
	}
	.idpw_box_v2{
		width: 62%;
	}
	.idpw_box_v2 li #ap_name, .idpw_box_v2 li #ap_email{
		/*width: 96% !important;*/
	}
	.btn_login_v2{
		width: 85%;
	}
}

/* ================== 
 * 		회원가입
 * ================== */
.siginup_tbl{
	width:100%;
	border-top:2px solid #2a6834;
}
.siginup_tbl th, .siginup_tbl td{
	height:50px;
	height:3.125rem;
	padding:10px 16px;
	padding:.625rem 1rem;
	border-bottom:1px solid #d0d0d0;
	font-size:14px;
	font-size:.875rem;
	line-height:1.5;
	vertical-align:middle;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.siginup_tbl th{
	width:20%;
	background:#f1f1f1;
	text-align:left;
}
.siginup_tbl td{
	width:85%;
}
.siginup_tbl td input{
	height:30px;
	height:1.875rem;
	border:1px solid #d3d3d3;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.siginup_tbl input[name*="M_birth"]{
	width:40px;
}
.siginup_tbl input[name*="M_hp"], .siginup_tbl input[name*="M_tel"]{
	width:60px;
}
.siginup_tbl input#M_birth1{
	width:60px;
}
.added{
	font-size:13px;
	font-size:.8125rem;
	line-height:1.5;
}
.agree_box{
	overflow:auto;
	height:260px;
	height:16.25rem;
	padding:20px;
	padding:1.25rem;
	border:1px solid #c7c7c7;
	font-size:14px;
	font-size:.875rem;
	line-height:1.5;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
.agree_box strong{
	display:block;
}
.agree_label{
	font-size:14px;
	font-size:.875rem;
	vertical-align:middle;
}
.agree_label input{
	margin:0;
	margin-right:3px;
	vertical-align:middle;
}
.agree_box h3[id*="ct"]{
	margin:20px 0 10px;
	margin:1.25rem 0 .625rem;
	font-weight:bold;
}
.agree_box p, .agree_box ol, .agree_box ul{
	margin-bottom:10px;
	margin-bottom:.625rem;
}
.agree_box ol li, .agree_box ul li{
	margin-top:10px;
	margin-top:.625rem;
}
@media (max-width:767px){
	.siginup_tbl th{
		width:35%;
	}
	.siginup_tbl input#M_birth1{
		width:40px;
	}
	.siginup_tbl input[name*="M_hp"], .siginup_tbl input[name*="M_tel"]{
		width:40px;
	}
}

.rsrv_tbl{
	width:100%;
}
.rsrv_tbl th{
	border-top:2px solid #252525;
	border-bottom:1px solid #8b8b8b;
	font-weight:bold;
}
.rsrv_tbl th, .rsrv_tbl td{
	height:42px;
	height:2.625rem;
	font-size:14px;
	font-size:.875rem;
	color:#000;
	line-height:1.5;
	vertical-align:middle;
}
.rsrv_tbl td{
	border-bottom:1px solid #c7c7c7;
}
.rsrv_tbl td a:hover{
	text-decoration:underline;
}
.rsrv_tbl_v2>tbody th, .rsrv_tbl_v2>tbody td{
	padding:10px 0;
	padding:.625rem 0;
}
.rsrv_tbl_v2 tbody td .sbj{
	display:none;
}
@media (max-width:767px){
	.rsrv_tbl_v2 thead{
		display:none;
	}
	.rsrv_tbl_v2 .p_tbl2 tbody th, .rsrv_tbl_v2 .p_tbl2 tbody td{
		padding:.5rem;
	}
	.rsrv_tbl_v2 .p_tbl2 tbody td>span{
		display:block;
	}
	.rsrv_tbl_v2>tbody>tr{
		display:block;
		margin-top:1.25rem;
		border-top:1px solid #c7c7c7;
	}
	.rsrv_tbl_v2>tbody>tr:first-child{
		margin-top:0;
	}
	.rsrv_tbl_v2>tbody>tr>td{
		display: table;
		width:100%;
	}
	.rsrv_tbl_v2>tbody>tr>td>.sbj, .rsrv_tbl_v2>tbody>tr>td>span{
		display:table-cell;
		padding:1rem;
		text-align:center;
		vertical-align:middle;
	}
	.rsrv_tbl_v2>tbody>tr>td>.sbj{
		width:30%;
		border-right:1px solid #c7c7c7;
		background:#f1f1f1;
		font-weight:bold;
	}
	.rsrv_tbl_v2>tbody>tr>td>span{
		width:70%;
	}
}

.bd_tbl{
	width: 100%;
}
.bd_tbl.gall .col-img{
	width:20%;
}
.bd_tbl thead th, .bd_tbl tbody td{
	height: 42px;
	height: 2.625rem;
	vertical-align: middle;
}
.bd_tbl thead th{
	border-top: 2px solid #252525;
	border-bottom: 1px solid #8b8b8b;
	font-size: 14px;
	font-size: .875rem;
	font-weight: bold;
	text-align: center;
}
.bd_tbl tbody td{
	border-bottom: 1px solid #c7c7c7;
	font-size: 13px;
	font-size: .8125rem;
}
.pager{
	margin-left: -5px;
	margin-right: -.3125rem;
	font-size: 0;
	text-align: center;
}
.pager a, .pager span{
	display: inline-block;
	width: 30px;
	width: 1.875rem;
	height: 30px;
	height: 1.875rem;
	margin-left: 5px;
	margin-left: .3125rem;
	border: 1px solid #b9b9b9;
	font-family: 'Arial';
	font-size: 14px;
	font-size: .875rem;
	line-height: 30px;
	line-height: 1.875rem;
	text-align: center;
	vertical-align: middle;
	-webkit-border-radius:50%;
	border-radius:50%;
}
.pager span.curr{
	border-color: #2a8fba;
}
.pager a[class*='pg_']{
	width: 16px;
	width: 1rem;
	border: 0;
}
.pager a.pg_prev:before, .pager a.pg_next:before{
	content: '';
	display: block;
	width: 0; 
	height: 0; 
	margin: 9px auto;
	margin: .5625rem auto;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent; 
	border-width: .375rem;
}
.pager a.pg_prev:before{
	border-right:6px solid #252525;
} 
.pager a.pg_next:before{
	border-left:6px solid #252525;
}
.pager a.pg_start:before, .pager a.pg_start:after, .pager a.pg_end:before, .pager a.pg_end:after{
	content: '';
	display: inline-block;
	width: 0; 
	height: 0; 
	margin: .5625rem auto;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent; 
	border-width: .375rem;
}
 .pager a.pg_start:before, .pager a.pg_start:after{
	border-right:6px solid #252525;
 }
 .pager a.pg_end:before, .pager a.pg_end:after{
	border-left:6px solid #252525;
}
.bg_sch_box{
	max-width: 454px;
	margin: 0 auto;
	padding: 0 78px;
	padding: 0 4.875rem;
	text-align: center;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.bg_sch_box select, .bg_sch_box input, .bg_sch_box .btn_bd_sch{
	float: left;
	display: block;
	height: 36px;
	height: 2.25rem;
	font-size: 14px;
	font-size: .875rem;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.bg_sch_box select, .bg_sch_box input{
	border: 1px solid #bfbfbf;
}
.bg_sch_box select, .bg_sch_box .btn_bd_sch{
	position: relative;
}
.bg_sch_box select{
	left: -78px;
	left: -4.875rem;
	width: 68px;
	width: 4.25rem;
	margin-right: -78px;
	margin-right: -4.875rem;
}
.bg_sch_box input{
	width: 100%;
}
.bg_sch_box .btn_bd_sch{
	right: -88px;
	right: -5.5rem;
	width: 68px;
	width: 4.25rem;
	margin-left: -78px;
	margin-left: -4.875rem;
	background: #2a6834;
	color: #fff;
	line-height: 36px;
	line-height: 2.25rem;
	text-align: center;
}
.btn_write{
	float: right;
	display: block;
	width: 88px;
	width: 5.5rem;
	height: 36px;
	height: 2.25rem;
	/*
	margin-top: -36px;
	margin-top: -2.25rem;
	*/
	background: #2a6834;
	font-size: 14px;
	font-size: .875rem;
	color: #fff;
	line-height: 36px;
	line-height: 2.25rem;
	text-align: center;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.btn_write:after{
	content: '';
	display: block;
	clear: both;
}
@media (max-width:767px){
	.btn_write{
		float:none;
		margin:1.25rem auto 0;
	}
}
/* 게시판 읽기 */
.bd_v{
	border-top:2px solid #252525;
}
.bd_v h2{
	padding:20px 16px 0;
	padding:1.25rem 1rem 0;
	font-size:18px;
	font-size:1.125rem;
	font-weight:bold;
}
.bd_info{
	font-size:0;
	text-align:right;
	margin-top:10px;
	margin-top:.625rem;
	padding:0 16px 20px;
	padding:0 1rem 1.25rem;
	border-bottom:1px solid #8b8b8b;
}
.bd_info li{
	display:inline-block;
	font-size:15px;
	font-size:.9375rem;
	vertical-align:middle;
}
.bd_info li:before{
	content: '|';
	padding:0 5px;
	padding:0 .3125rem;		
}
.bd_info li:first-child:before{
	display:none;
}
.bd_cont{
	padding:16px;
	padding:1rem;
	border-bottom:1px solid #c7c7c7;
	font-size:14px;
	font-size:.875rem;
	line-height:1.5;
}
.prevnext_bd li{
	border-bottom:1px solid #d0d0d0;
}
.prevnext_bd li:first-child{
	border-top:1px solid #d0d0d0;
}
.prevnext_bd li a{
	display:block;
	padding:10px;
	padding:.625rem;
	font-size:15px;
	font-size:.9375rem;
	color:#252525;
	line-height:1.5;
}
.prevnext_bd li a span{
	font-weight:600;
}

/* 게시판 쓰기 / 읽기 */
.bd_w{
	width:100%;
	border-top:2px solid #252525;
}
.bd_w img{
	max-width: 100%;
}
.bd_w tbody th, .bd_w tbody td{
	padding:10px 16px;
	padding:.625rem 1rem;
	border-bottom:1px solid #c7c7c7;
	font-size:14px;
	font-size:.875rem;
	vertical-align:middle;
}
.bd_w tbody th{
	width:15%;
	border-right:1px solid #c7c7c7;
	text-align:left;
}
.bd_w input[type="text"], .bd_w input[type="password"], 
.bd_w input[type="file"], .bd_w select{
    height: 30px;
    height: 1.875rem;
    border: 1px solid #d3d3d3;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
/* 제목 */
.bd_w input[name="SU"]{
	width:100%;
	max-width: 400px;
}
/* 이메일 / 파일첨부 */
.bd_w input[name="EM"], .bd_w input[name="FN"]{
	width:100%;
	max-width: 240px;
}
.bd_v_v2 tbody th, .bd_v_v2 tbody td{
	height:50px;
	height:3.125rem;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
#smart_editor2{
	width:auto;
}
@media (max-width:767px){
	.bd_w tbody th{
		width:20%;
		white-space: nowrap;
	}
}


/* ================== 
 * 		예약하기_상세
 * ================== */
.detail_top{
	display: table;
	width: 100%;
	height: 180px;
	height: 11.25rem;
	padding: 18px;
	padding: 1.125rem;
	border: 1px solid #d6d6d6;
	background: url(/images/detail_pattern.jpg) repeat -12px -5px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.detail_top .illu, .detail_top .dot_lst, .detail_top .txt_box{
	display: table-cell;
	vertical-align: middle;
}
.detail_top .illu{
	width: 40%;
	text-align: center;
}
.detail_top .illu img{
}
.detail_top .illu.taxiour img{
	width: 76.1%;
	max-width: 280px;
}
.detail_top .illu.rentcar img{
	width:81.6%;
	max-width: 300px;
}
.detail_top .illu.aircartel img{
	width:90%;
	max-width:331px;
}
.detail_top .illu.order{
	width:30%;
}
.detail_top .illu.order img{

}
.detail_top .tit{
	padding-left:0;
	margin-bottom:0;
	font-size:26px;
	font-size:1.625rem;
	font-weight:normal;
	line-height:1.2;
}
.detail_top .tit strong{
	color:#ff4800;
}
.detail_top .para{
	font-size:16px;
	font-size:1rem;
	line-height:1.8;
}
.dot_lst>li{
	padding-left: 10px;
	text-indent: -10px;
	font-size: 14px;
	font-size: .875rem;
	letter-spacing: -.3px;
	letter-spacing: -.01875rem;
	line-height: 1.8;
}
.dot_lst>li:before{
	content: '';
	display: inline-block;
	width: 5px;
	height: 5px;
	margin-right: 5px;
	background: #b0b0b0;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	vertical-align: middle;
}
.dot_lst>li strong{
	font-weight:400;
	color: #2a6834;
}
.dot_lst>li strong.s2{
	font-weight:bold;
	color:#ff4800;
}
.dot_lst>li .added{
	padding-left:4px;
	padding-left:.25rem;
}
.prd_wrap{
	display: table;
	width: 100%;
}
.prd_thumb, .prd_details{
	display: table-cell;
	vertical-align: top;
}
.prd_thumb{
	width: 36.667%;
	text-align: center;
	/*	vertical-align: middle;*/
}
.prd_thumb .photo{
	border: 1px solid #d7d7d7;
}
.prd_thumb .thumb_lst{
	margin:12px 0 0 -4px;
	margin:.75rem 0 0 -.25rem;
}
.prd_thumb .thumb_lst>li{
	float:left;
	width:20%;
	padding-left:4px;
	padding-left:.25rem;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.prd_thumb .thumb_lst>li span{
	display:block;
	border:1px solid #d7d7d7;
}
.prd_thumb img{
	max-width: 100%;
}
.prd_details{
	padding-left: 42px;
	padding-left: 2.625rem;
}
.prd_details .prd_tit{
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: bold;
}
.prd_details .p_tbl{
	width: 100%;
	margin-top: 12px;
	margin-top: .75rem;
}
.prd_details .p_tbl th, .prd_details .p_tbl td{
	padding: 4px;
	padding: .25rem;
	vertical-align: top;
}
.prd_details .p_tbl th{
	width: 90px;
	padding-left:0;
}
.prd_details .p_tbl th span{
	display: block;
	height: 26px;
	height: 1.625rem;
	background: #2a6834;
	font-size: 13px;
	font-size: .8125rem;
	font-weight: bold;
	color: #fff;
	line-height: 26px;
	line-height: 1.625rem;
	white-space: nowrap;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.prd_details .p_tbl td{
	font-size: 14px;
	font-size: .875rem;
	vertical-align:middle;
}
.prd_details .p_tbl td input#AC_start_date, .prd_details .p_tbl td select[name="order_ND"]{
	height: 26px;
	height: 1.625rem;
	border: 1px solid #d3d3d3;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.prd_details .p_tbl td input#AC_start_date{
	width: 100px;
	width: 6.25rem;
	text-align: center;
}
.prd_details .p_tbl td select[name="order_ND"]{
	width: 94px;
	width: 5.875rem;
}
.prd_details .p_tbl td .price, .prd_details .p_tbl2 td .price{
	display: inline-block;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: bold;
	color: #ff4800;
	vertical-align: middle;
}
.prd_info{
	padding-top: 16px;
	padding-top: 1rem;
	/*
	padding-left: 6px;
	padding-left: .375rem;
	*/
	border-top: 1px solid #d6d6d6;
	font-size: 14px;
	font-size: .875rem;
	line-height: 1.5;
}
.btn_rsrv{
	display: inline-block;
	margin-left: 5px;
	margin-left: .3125rem;
	padding: 6px 12px;
	padding: .375rem .75rem;
	background: #efa900;
	font-size: 13px;
	font-size: .8125rem;
	font-weight: bold;
	color: #fff;
	line-height:1;
	vertical-align: middle;
}
.p_tbl2{
	width: 100%;
}
.p_tbl2.col-4 tbody td{
	width:40.625%;
}
.p_tbl2 tbody th, .p_tbl2 tbody td{
	height: 40px;
	height: 2.5rem;
	border: 1px solid #dbdbdb;
	font-size: 14px;
	font-size: .875rem;
	vertical-align: middle;
	line-height: 1.5;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
} 
.p_tbl2 tbody th{
	width: 90px;
	width: 5.625rem;
	padding: 10px 0;
	padding: .625rem 0;
	background: #f1f1f1;
	text-align: center;
}
.p_tbl2 tbody td{
	padding: 10px 16px;
	padding: .625rem 1rem;
}
.p_tbl2 tbody td input[type="text"]{
	width: 100%;
	max-width: 258px;
	height: 30px;
	height: 1.875rem;
	padding: 8px;
	padding: .5rem;
	border: 1px solid #d3d3d3;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.p_tbl2 tbody td input[name*="ap_tel"]{
	max-width: 78px;
}
.p_tbl2 tbody td select{
	height: 30px;
	height: 1.875rem;
	border: 1px solid #d3d3d3;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.p_tbl2 tbody td input[type="radio"], .p_tbl2 tbody td input[type="checkbox"]{
	margin:0;
	vertical-align:middle;
}
.p_tbl2 tbody td textarea{
	width:100%;
	max-width:464px;
	height:180px;
	height:11.25rem;
	border:1px solid #d3d3d3;
}
.p_tbl2 tbody td .label_wrap{
	display:inline-block;
	font-size:0;
	margin-left:-12px;
	margin-left:-.75rem;
	vertical-align:middle;
}
.p_tbl2 tbody td label{
	display:inline-block;
	margin-left:12px;
	margin-left:.75rem;
	font-size:14px;
	font-size:.875rem;
	vertical-align:middle;
}
.sp_arrow{
	font-family:'돋움', sans-serif;
	vertical-align:middle;
}
.p_tbl2_v2 tbody th{
	width:165px;
	width:10.3125rem;
	padding-left:30px;
	padding-left:1.875rem;
	padding-right:30px;
	padding-right:1.875rem;
	border-left:0;
	text-align:left;
}
.p_tbl2_v2 tbody td{
	border-right:0;
}
@media (max-width:767px){
	.p_tbl2.col-4 tbody tr{
		display:block;
		margin-top:1.25rem;
	}
	.p_tbl2.col-4 tbody tr:first-child{
		margin-top:0;
	}
	.p_tbl2 tbody td input[type="text"]{
		width:100%;
	}
	.p_tbl2 tbody td input[name*="ap_tel"]{
		width:29.5%;
	}
	.p_tbl2_v2 tbody th{
		width:8.3125rem;
		padding-left:1rem;
		padding-right:0;
	}
	.p_tbl2.col-4 tbody th, 	.p_tbl2.col-4 tbody td{
		display:block;
		width:100%;
		height:auto;
	}
	.p_tbl2.col-4 tbody th{
		border-top:0;
		border-bottom:0;
	}
	.p_tbl2.col-4 tbody th:first-child{
		border-top:1px solid #dbdbdb;
	}
	.detail_top{
		padding:1.125rem .625rem;
	}
	.detail_top .illu, .detail_top .dot_lst, .prd_thumb, .prd_details, .detail_top .txt_box{
		display: block;
		width: 100% !important;
	}
	.detail_top .dot_lst, .prd_details, .detail_top .txt_box{
		margin-top: 1.25rem;
		padding-left: 0;
	}
	.detail_top .txt_box{
		text-align:center;
	}
	.detail_top .tit{
		font-size:1.25rem;
	}
}


.info_tbl{
	width: 100%;
}
.info_tbl thead th{
	background: #f1f1f1;
	border-bottom: 0;
}
/*
.info_tbl thead th.col-hotel{
	width:20%;
}
.info_tbl thead th.col-st{
	width:15%;
}
.info_tbl thead th.col-form,
.info_tbl thead th.col-view, .info_tbl thead th.col-pers,
.info_tbl thead th.col-rsrv{
	width:12.5%;
}
*/
/*
.info_tbl tbody tr.dc_before td, .info_tbl tbody td .dc_before, .info_tbl tfoot td .dc_before{
	text-decoration: line-through;
}
.info_tbl tbody tr.dc_after td, .info_tbl tbody td .dc_after, .info_tbl tfoot td .dc_after{
	font-weight: bold;
	color: #ff4800;
}
*/
.dc_before{
	text-decoration: line-through;
}
.dc_after{
	color: #ff4800;
}
.info_tbl th, .info_tbl td{
	height: 40px;
	height: 2.5rem;
	border: 1px solid #dadada;
	font-size: 14px;
	font-size: .875rem;
	vertical-align: middle;
	line-height:1.5;
	text-align: center;
	/*white-space: nowrap;*/
}
.info_tbl input[type="text"]{
	height:30px;
	height:1.875rem;
	border:1px solid #d9d9d9;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
.info_tbl_v2 th, .info_tbl_v2 td{
	padding:4px;
	padding:.25rem;
}
.fee_tbl th, .fee_tbl td{
	white-space: nowrap;
}
@media (max-width:767px){
	.fee_tbl thead th:first-child{
		width:30%;
	}
	.fee_tbl thead th:nth-child(2), .fee_tbl thead th:nth-child(3){
		width:35%;
	}
}
/* 항공_예약하기 상세 테이블 */
.rsrv_prd_tbl thead th{
	font-weight:bold;
}
.rsrv_prd_tbl thead th.col-subject{
	font-size:16px;
	font-size:1rem;
	background:#efa900;
}
.rsrv_prd_tbl thead th.col-division{
	width:90px;
}
.rsrv_prd_tbl thead th.col-selected{
	width:270px;
}
.rsrv_prd_tbl tbody th{
	font-weight:normal;
}
.rsrv_prd_tbl tbody td{
	padding: 14px 40px;
	padding:.875rem 2.55rem;
	text-align:left;
}
.rsrv_prd_tbl tbody td .para{
	margin-bottom:10px;
	margin-bottom:.625rem;
}
.rsrv_prd_tbl tbody td .air_tit{
	font-weight:bold;
}
.rsrv_prd_tbl tbody td .air_tit img{
	vertical-align:middle;
}
.rsrv_prd_tbl tbody td .pos_s{
	font-weight:bold;
	color:#2a6834;
}
.rsrv_prd_tbl tbody td .pos_e{
	font-weight:bold;
	color:#0090d3;
}
.rsrv_prd_tbl tbody td .date{
	font-weight:bold;
	color:#ff4800;
}
.rsrv_prd_tbl tbody td.td-persons{}
.rsrv_prd_tbl tfoot td{
	padding:14px;
	padding:.875rem;
	background:#f1f1f1;
}
.rsrv_prd_tbl input[type="text"]{
	width:80%;
	max-width:360px;
}
.rsrv_prd_tbl ul>li{
	margin-top:10px;
	margin-top:.625rem;
}
.rsrv_prd_tbl ul>li:first-child{
	margin-top:0;
}
.sum_price{
	font-size:16px;
	font-size:1rem;
}
.per_color{
	color:#0090d3;
}
.confirm_box{
	padding:24px;
	padding:1.5rem;
}
/*
.rsrv_tbl{
	width:100%;
}
.rsrv_tbl th, .rsrv_tbl td{
	height:54px;
	height:3.375rem;
	border:1px solid #cecece;
	border-left:0;
	font-size:14px;
	font-size:.875rem;
	vertical-align:middle;
}
.rsrv_tbl th{
	background:#f1f1f1;
	font-weight:400;
	text-align:left;
}
*/
@media (max-width:767px){
	/* 반응형 테이블 랩*/
	.table-responsive{
		width: 100%;
	    overflow-y: hidden;
	    overflow-x: scroll;
	    -ms-overflow-style: -ms-autohiding-scrollbar;
	    -webkit-overflow-scrolling: touch;
	}
	/* 예약사항 테이블 (각 페이지 상세 / 골프페이지 상단 장바구니에 이용)*/
	.rsrv_prd_tbl th, .rsrv_prd_tbl td{
		display:block;
		height:auto;
		padding:.875rem;
	}
	.rsrv_prd_tbl tbody td{
		padding-right:.625rem;
	}
	/* 구분 / 선택하신 여행상품 / 상세내역 제목 숨기기*/
	.rsrv_prd_tbl thead tr:nth-child(2){
		display:none;
	}
	/* 테이블 제목?이 없을 경우 */
	.rsrv_prd_tbl_v2 thead tr{
		display:none;
	}
	.rsrv_prd_tbl tbody{
		border-top:1px solid #dadada;	
	}
	/*
	.rsrv_prd_tbl tbody tr:first-child th{
		border-top:1px solid #dadada;
	}
	*/

	.rsrv_prd_tbl tbody th, .rsrv_prd_tbl tbody td, 
	.rsrv_prd_tbl tbody tr th:before, 	.rsrv_prd_tbl tbody tr td:before{
		display: -webkit-flex;
		/*-webkit-align-items: center;*/
		-webkit-flex-direction: column;
		display: flex;
		/*align-items: center;*/
		flex-direction: column;
	}
	.rsrv_prd_tbl tbody th, .rsrv_prd_tbl tbody td{
		position:relative;
		padding-left:22%;
		border-top:0;
		text-align:left;
	}
	.rsrv_prd_tbl tbody tr th:before, 	.rsrv_prd_tbl tbody tr td:before{
		position:absolute;
		left:0;
		top:0;
		width:20%;
		height:100%;
		padding:.875rem;
		border-right:1px solid #dadada;
		background:#f1f1f1;
		text-align:center;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		white-space:pre;
	}
	.rsrv_prd_tbl tbody tr th:before{
		content: '구분';
	}
	.rsrv_prd_tbl tbody tr td:nth-child(2){
		min-height: 2.625rem;
	}
	.rsrv_prd_tbl tbody tr td:nth-child(2):before{
		content:'선택하신 \A 여행상품';
		min-height: 2.625rem;
	}
	.rsrv_prd_tbl tbody tr td:nth-child(3):before{
		content: '상세 내역';
	}
	.rsrv_prd_tbl tfoot td{
		border-top:0;
	}
	.rsrv_prd_tbl input[type="text"]{
		width:75%;
	}


	.rsrv_prd_tbl_v3 tbody th, .rsrv_prd_tbl_v3 tbody td{
		display:table-cell !important;
		min-height: auto !important;
		padding:.875rem;
	}
	.rsrv_prd_tbl_v3 tbody tr th:before, .rsrv_prd_tbl_v3 tbody tr td:before{
		content: '' !important;
		display:none !important;
	}
	.rsrv_prd_tbl_v3 tbody th{
		width:25%;
		padding-left:0;
		padding-right:0;
		text-align:center;
	}
}

/* 숙소 상세_갤러리 */
.resort_gall{
	max-width:728px;
	margin:-12px 0 0 -20px;
	margin:-.75rem 0 0 -1.25rem;
}
.resort_gall>li{
	float:left;
	width:25%;
	padding:20px 0 0 20px;
	padding:1.25rem 0 0 1.25rem;
	text-align:center;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.resort_gall>li img{
	max-width: 100%;
}
@media (max-width:767px){
	.resort_gall>li{
		width:50%;
	}
}

.proc_lst{
	background-image:url(/images/icon_proc_arrow.png);
	background-repeat: no-repeat;
	background-position: left 26.087%;
	-webkit-background-size: contain;
	background-size: contain;
}
.proc_lst>li{
	float: left;
	width: 20%;
	font-size: 14px;
	font-size: .875rem;
}
.proc_lst>li img{
	width: 55.435%;
	max-width: 102px;
}

@media (max-width:767px){
	.proc_lst{
		margin-top:-.625rem;
		background:none;
		font-size:0;
	}
	.proc_lst>li{
		float:none;
		display:inline-block;
		width:33.333333%;
		margin-top:.625rem;
		vertical-align:middle;
	}
	.proc_lst>li p{
		font-size:.85rem;
	}
}

/*차량 변경 (fancy box)*/
#Layer_chcar{
	display:none;
}
.car_tbl th{
	width:20%;
}
.car_tbl th.col-car{
	width:40%;
}
.car_tbl td{
	padding:10px 0;
	padding:.625rem 0;
	background:#fff;
}
/*팝업레이어*/
@media (max-width:767px){
	#popupLayer0, #popupLayer1, #popupLayer3{
		left:50% !important;
		top:30vw !important;
		margin-left:-150px;
	}
}
