.wrap {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	min-width: 1280px;
	/* overflow: hidden; */
}

.content_wrap {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	min-height: 100px;
	background: #fff;
}

.content_wrap:after {
	content: "";
	clear: both;
	display: block;
}



/* 체크박스 */



.control {
font-size: 18px;
position: relative;
display: inline-block;
font-size: 0;
vertical-align: top;
cursor: pointer;
width: 17px;
height: 17px;
overflow: hidden;
}

.control input {
position: absolute;
z-index: -1;
opacity: 0;
}

.control__indicator {
position: absolute;
top: 0;
left: 0;
width: 17px;
height: 17px;
background: #f4f6f9;
border: 1px solid #b6bdc7;
}

.control--radio .control__indicator {
border-radius: 50%;
}


.control input:checked ~ .control__indicator {
/* background: orange; */
background: #f7f7f7;
}


.control input:disabled ~ .control__indicator {
pointer-events: none;
opacity: .6;
background: #ccc;
}

.control__indicator:after {
position: absolute;
display: none;
content: '';
}

.control input:checked ~ .control__indicator:after {
display: block;
}

.control--checkbox .control__indicator:after {
top: 2px;
left: 5px;
width: 3px;
height: 8px;
transform: rotate(45deg);
border: solid black;
border-width: 0 2px 2px 0;
}


/* 체크박스 end */





/* //////////////// header start //////////////// */

/* 헤더 상단 */
.header {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
}

#headerInner .logo {
	background: url(/images/common/header/logo_231116.png)no-repeat center center;
}

.header_top {
	height: 34px;
	background: #f4f6f9;
	border-top: 1px solid #e9edf3;
	border-bottom: 1px solid #e9edf3;
}

.header_inner {
	height: 32px;
}

.header_inner .logo {
	background: url(/images/common/header/logo_231116.png)no-repeat center center;
}

.header_inner .left {
	float: left;
	position: relative;
	font-size: 0;
	display: inline-flex;
}

.header_inner .left a {
	height: 32px;
	line-height: 32px;
	color: #636365;
	letter-spacing: -0.7px;
	font-size: 11px;
	display: inline-block;
	padding: 0 20px;
	border-right: 1px solid #e9edf3;
	font-family: '돋움','dotum';
}

.header_inner .left a:hover {
	text-shadow: 0px 0px 1px #636365
}

.header_inner .left a.first {
	background: #fff;
	border-left: 1px solid #e9edf3;
}

.header_inner .right {
	float: right;
	position: relative;
	text-align: right;
	font-size: 0;
	display: inline-flex;
}

.header_inner .right>a {
	display: inline-block;
	height: 32px;
	line-height: 32px;
	color: #636365;
	padding: 0 12px;
	font-size: 11px;
	font-weight: 300;
	font-family: '돋움','dotum';
}

.header_inner .right>a:hover {
	text-shadow: 0px 0px 1px #636365
}

.header_inner .right>a.cart span.count {
	display: inline-block;
	border-radius: 100%;
	width: 18px;
	height: 18px;
	line-height: 18px;
	font-weight: bold;
	text-align: center;
	font-size: 11px;
	color: #fff;
	margin-left: 3px;
	background: #e45253;
}

.header_inner .right .drop {
	position: relative;
	display: inline-block;
	height: 32px;
	line-height: 32px;
	padding: 0 12px;
}

.header_inner .right .drop>span {
	font-family: '돋움';
	color: #636365;
	font-size: 11px;
	cursor: pointer;
	padding-right: 10px;
	background: url(/images/common/header/arrow.gif)no-repeat right center;
}

.header_inner .right .drop>span:hover {
	text-shadow: 0px 0px 1px #636365
}

.header_inner .right .drop ul {
	position: absolute;
	top: 31px;
	width: 100px;
	height: auto;
	min-height: 100px;
	z-index: 40;
	padding-top: 1px;
	
	display: none;
}

.header_inner .right .drop ul.open {
	display: block;
}

.header_inner .right .drop ul.ul1 {
	left: -16px;
}
.header_inner .right .drop ul.ul2 {
	left: -10px;
}

.header_inner .right .drop ul li {
	position: relative;
	display: block;
	width: 100%;
	height: 31px;
	line-height: 30px;
	text-align: center;
	background: #f4f6f9;
	border-bottom: 1px solid #e9edf3;
}

.header_inner .right .drop ul li a {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	font-size: 11px;
	font-family: '돋움';
}

.header_inner .right .drop ul li a:hover {
	text-shadow: 0px 0px 1px #636365;
}
/* 헤더상단 끝*/

/* 헤더메인 */

.header_main {
	height: 85px;
	border-bottom: 1px soloid #e9edf3;
	background: #fff;
}

.header_main .logo {
	position: absolute;
	z-index: 30;
	left: 62px;
	top: -21px;
	display: block;
	width: 222px;
	height: 85px;
}

.header_main .logo a {
	display: block;
	width: 181px;
	height: 39px;
	font-size: 0;
	/* background: url(/images/common/header/logo.gif)no-repeat center center; */
	background: url(/images/common/header/logo_231116.png)no-repeat center center;
	margin-top: 32px;
}

.header_main .logo_gabaso a {
	display: block;
	width: 181px;
	height: 39px;
	font-size: 0;
	/* background: url(/images/common/header/logo.gif)no-repeat center center; */
	background: url(/images/common/header/logo_gabaso.png)no-repeat center center;
	margin-top: 0;
}

.header_main .serch {
	position: absolute;
	z-index: 30;
	left: 223px;
	top: 0;
	display: block;
	width: 659px;
	height: 85px;
	font-size: 0;
}

.header_main .serch .sch_div {
	display: inline-flex;
	width: 470px;
	height: 44px;
	margin-top: 17px;
	vertical-align: middle;
}

.header_main .serch .sch_div .input {
	width: 415px;
	height: 44px;
	border: 1px solid #c3c3c3;
	border-right: 0;
	border-radius: 3px 0 0 3px;
	background: #fff;
	font-size: 13px;
	color: #333;
	padding-left: 20px;
	padding-right: 10px;
	font-weight: 400;
	display: inline-flex;
	font-family: 'Noto Sans KR', sans-serif !important;
}

.header_main .serch .sch_div .input::placeholder {
	font-size: 13px;
	color: #333;
	font-weight: 300;
}

.header_main .serch .sch_div .input::-webkit-input-placeholder {
	font-size: 13px;
	color: #333;
	font-weight: 300;
}

.header_main .serch .sch_div .input:-ms-input-placeholder {
	font-size: 13px;
	color: #333;
	font-weight: 300;
}

.header_main .serch .sch_div .btn {
	border: 0;
	cursor: pointer;
	display: inline-flex;
	width: 55px;
	height: 44px;
	border-radius: 0 3px 3px 0;
	font-size: 0;
	overflow: hidden;
	background-color: #3e71da;
	background-image: url(/images/common/header/btn.png);
	background-position: top left;	
}

.header_main .serch .sch_div .btn:active {
	background-position: top 1px left 1px;	
}

.header_main .serch .deco {
	font-size: 0;
	position: relative;
	display: inline-flex;
	width: 162px;
	height: 50px;
	vertical-align: middle;
	margin-top: 15px;
	margin-left: 17px;
}

.header_main .serch .deco a {
	vertical-align: top;
	display: inline-block;
}

.header_main .serch .deco .img {
	display: inline-flex;
	width: 50px;
	height: 50px;
	border-radius: 100%;
	background: #3e71da url(/images/common/header/deco.png)no-repeat center center;
	vertical-align: middle;
}

.header_main .serch .deco p {
	display: inline-flex;
	vertical-align: middle;
	font-size: 16px;
	letter-spacing: -0.5px;
	color: #222;
	font-weight: 400;
	height: 20px;
	line-height: 20px;
	/* margin-top: 13px; */
	margin-left: 13px;
	font-family: 'Noto Sans KR', sans-serif !important;
}

.header_main .banners {
	position: absolute;
	z-index: 30;
	right: 0;
	top: 0;
	display: block;
	width: 301px;
	height: 98px;
	font-size: 0;
	overflow: hidden;
}

.header_main .banners .h_banner {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
}

.header_main .banners .h_banner li {
	position: relative;
	display: block;
	width: 100%;
	height: 98px;
}

.header_main .banners .h_banner li span.img {
	display: block;
	width: 100%;
	height: 100%;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

.header_main .banners .controls {
	position: absolute;
	z-index: 30;
	display: block;
	width: 32px;
	height: 18px;
	background: url(/images/common/header/h_controls.png)no-repeat center center;
	right: 12px;
	bottom: 15px;
}


.header_main .banners .controls .prev {
	display: inline-flex;
	width: 50%;
	position: relative;
	height: 18px;
}
.header_main .banners .controls .next {
	display: inline-flex;
	width: 50%;
	position: relative;
	height: 18px;
}
.header_main .banners .controls .prev a,
.header_main .banners .controls .next a {
	width: 100%;
	height: 100%;
	background: transparent;
	font-size: 0;
}
/* 헤더메인 끝 */

/* 헤더 nav_rap */

.nav_wrap {
	border-top: 1px solid #e9edf3;
	border-bottom: 1px solid #e9edf3;
	height: 55px;
	background: #fff;
	font-size: 0;
}

.nav_wrap .nav_wrap_block {
	position: absolute;
	z-index: 30;
	top: 0;
	height: 53px;
	width: 100px;
}


.nav_wrap .nav_wrap_block.all  {
	left: 0;
	width: 200px;
	border-left: 1px solid #e9edf3;
	border-right: 1px solid #e9edf3;
}
.nav_wrap .nav_wrap_block.category  {
	left: 200px;
	width: 905px;
/*	border-right: 1px solid #e9edf3;*/
}
.nav_wrap .nav_wrap_block.map  {
	left: 924px;
	width: 180px;
	/* border-right: 1px solid #e9edf3; */
}
.nav_wrap .nav_wrap_block.blog  {
	right: 120px;
	width: 71px;
	/*width: 500px;*/
/*	border-right: 1px solid #e9edf3;*/
}



/* 전체카테고리 시작*/

.nav_wrap .nav_wrap_block.all .all_btn {
	position: relative;
	display: block;
	width: 100%;
	height: 53px;
	line-height: 53px;
	cursor: pointer;
	padding-left: 70px;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: -0.8px;
	color: #181818;
	background: #fff url(/images/common/header/all_btn.png)no-repeat center left;
	z-index: 10;
}
.nav_wrap .nav_wrap_block.all .all_btn-hover {
	position: absolute;
	z-index: 30;
	display: block;
	width: 100%;
	height: 53px;
	line-height: 53px;
	cursor: pointer;
	padding-left: 70px;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: -0.8px;
	transition: opacity 0.3s ease-in-out;
	color: #fff;
	background: #333333 url(/images/common/header/all_btn-hover.png)no-repeat center left;
	opacity: 0;
	top: 0;
}

.nav_wrap .nav_wrap_block.all .all_btn-hover.active {
	opacity: 1;
}


.all_cate_wrap {
	position: absolute;
	display: block;
	width: 1279px;
	left: 1px;
	height: auto;
	min-height: 100px;
	background: #333333;
	border-radius: 0 0 10px 10px;
	padding: 20px 41px 40px 41px;
	transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
	opacity: 0;
	top: 53px;
	z-index: 99999;
	visibility: hidden;
}

.all_cate_wrap.open {
	opacity: 1;
	visibility: visible;
}

.all_cate_wrap_in {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	margin-bottom: 20px;
}

.all_cate_wrap_in:last-child {
	margin-bottom: 0;
}

.cate_wrap_in_block {
	position: relative;
	display: block;
	float: left;
	width: calc(20% - 34px);
	height: auto;
	min-height: 50px;
	margin-right: 42px;
}

.cate_wrap_in_block:last-child {
	margin-right: 0;
}

.cate_wrap_in_block>h3 {
	display: block;
	width: 100%;
	border-bottom: 1px dotted #666;
	padding-left: 10px;
	padding-top: 13px;
	padding-bottom: 12px;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: -0.8px;
	color: #fff;
}

.cate_wrap_in_block>h3 a {
	font-size: inherit;
	font-weight:inherit;
	letter-spacing: inherit;
	color: inherit;
}

.cate_wrap_in_block ul {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	padding-top: 3px;
}

.cate_wrap_in_block ul li {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	padding: 8px 5px 8px 14px; 
}

.cate_wrap_in_block ul li a span {
	display: inline-block;
	vertical-align: middle;
	line-height: 100%;
	
	font-size: 15px;
	color: #dddddd;
	letter-spacing: -0.6px;
}

.cate_wrap_in_block ul li a span+span {
	margin-left: 4px;
}

.cate_wrap_in_block ul li a:hover span {
	font-weight: bold;
}



/* 전체카테고리 end */



/* 고정 카테고리 시작 */

.nav_wrap .nav_wrap_block.category ul.menu01 {
	display: block;
	width: 100%;
	height: auto;
	font-size: 0;
}

.nav_wrap .nav_wrap_block.category ul.menu01:after {
	display: block;
	content: "";
	clear: both;
}

.nav_wrap .nav_wrap_block.category > ul.menu01 > li {
	position: relative;
	display: inline-block;
	vertical-align: top;
	float: left;
	height: 53px;
	line-height: 53px;
}

.nav_wrap .nav_wrap_block.category > ul.menu01 > li.hanatour {
	position: relative;
	top:7px;
	left:17px;
	display: inline-block;
	vertical-align: top;
	float: left;
	height: 47px;
	line-height: 53px;
}

.nav_wrap .nav_wrap_block.category > ul.menu01 > li:after {
	position: absolute;
	z-index: 30;
	right: 0;
	top: 21px;
	width: 1px;
	height: 12px;
	background: #ddd;
	content: "";
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
	.nav_wrap .nav_wrap_block.category > ul.menu01 > li:after {
		top: 20px;
	}

}

.nav_wrap .nav_wrap_block.category > ul.menu01 > li:last-child:after {
	display: none;
}

.nav_wrap .nav_wrap_block.category > ul.menu01 > li > a {
	display: inline-block;
	vertical-align: middle;
/* 	line-height: 100%; */
	font-size: 15px;
	font-weight: 400;
	letter-spacing: -0.5px;
	color: #222;
	width:100%;
	padding: 0 21px;
	transition:0.2s
}

.nav_wrap .nav_wrap_block.category > ul.menu01 > li.hanatour > a {
	display: inline-block;
	vertical-align: middle;
/* 	line-height: 100%; */
	font-size: 15px;
	font-weight: 400;
	letter-spacing: -0.5px;
	color: #222;
	width:100px;
	height:43px;
	padding: 0 21px;
	transition:0.2s
}


.nav_wrap .nav_wrap_block.category > ul.menu01 > li.hanatour {
	width:80px;
	background-image:url(/images/hanatour.png);
	background-repeat:no-repeat;
	background-size:77px auto;
	background-position:3px 0 0 0;
}



.nav_wrap .nav_wrap_block.category > ul.menu01 > li > a:hover {
	
}

.nav_wrap .nav_wrap_block.category > ul.menu01 > li a.aimg {
	padding-top:10px;
}


.nav_wrap .nav_wrap_block.category > ul.menu01 > li a.domestic_tour {
	position:absolute;
	display:block;
	width:100px;
	top:0;
	left:50px;
} 

.nav_wrap .nav_wrap_block.category > ul.menu01 > li > ul{position:absolute; background-color:#fff; display:none; left:0; bottom:-53px; opacity:0;  }
.nav_wrap .nav_wrap_block.category > ul.menu01 > li > ul li{min-width:90px;text-align:center;}
.nav_wrap .nav_wrap_block.category > ul.menu01 > li > ul li a{font-size:15px; display:block; width:100%; height:100%; transition:0.2s}
.nav_wrap .nav_wrap_block.category > ul.menu01 > li > ul li a:hover{color:#3e71da; font-weight: 500;}

.nav_wrap .nav_wrap_block.category > ul.menu01 > li:hover > a{color:#3e71da; font-weight: 500;}
.nav_wrap .nav_wrap_block.category > ul.menu01 > li > a:after{content:''; display:none; position:absolute; bottom:0px; left:0; width:100%; height:2px; background-color:#3e71da}
.nav_wrap .nav_wrap_block.category > ul.menu01 > li:hover > a:after{display:block;}
.nav_wrap .nav_wrap_block.category > ul.menu01 > li:hover > ul{animation: fade-in 1s; animation-fill-mode: forwards; display:flex}


.drop_box{background-color:#fff; position:absolute; width:100%; top:54px; z-index:99;height:55px; display:none;}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fade-out {
  from {
    opacity: 1;

  }
  to {
    opacity: 0;
  }
}




/* 고정 카테고리 end */


/* 전국지도 숙박지 검색 시작 */

.nav_wrap .nav_wrap_block.map a {
	display: block;
	width: 100%;
	/* height: 100%; */
	position: relative;
}
.nav_wrap .nav_wrap_block.map a span {
	display: block;
	width: 174px;
	height: 24px;
	margin-top: 12px;
	margin-left: 39px;
	/* background: url(/images/common/header/map.png)no-repeat center left; */
	font-size: 16px;
	font-weight: 400;
	color: #222;
	letter-spacing: -1.5px;
	padding-left: 39px;
	padding-top: 6px;
}

/* 전국지도 숙박지 검색 end */



/* 가고파산과여행 시작 */

.nav_wrap .nav_wrap_block.blog:after {
	display: block;
	content: "";
	clear: both;
}

.nav_wrap .nav_wrap_block.blog>div {
	position: relative;
	display: block;
	float: left;
	width: 233px;
	height: 31px;
	/* margin-top: 11px; */
	/* margin-left: 31px; */
/*	background: url(/images/common/header/blog.png)no-repeat left top;*/
	/* padding-left: 33px;
	padding-top: 7px; */
}


.nav_wrap .nav_wrap_block.blog>div.div1 {
	width: 162px;
	height: 100%;
	line-height: 52px;
	padding-left: 48px;
	border-right: 1px solid #e9edf3;
	    background-position: center left 13px;
}

.nav_wrap .nav_wrap_block.blog>div.div1:after {
	content: "";
	z-index: 10;
	position: absolute;
	top: 0;
	right: 0;
	width: 10px;
	height: 100%;
	background: #fff;
}

.nav_wrap .nav_wrap_block.blog>div.div1 a {
    position: inherit;
    display: inherit;
    width: inherit;
    z-index: inherit;
    right: inherit;
    top: inherit;
    height: inherit;
    line-height: inherit;
    font-size: inherit;
    color: inherit;
    letter-spacing: inherit;
    font-weight: inherit;
    padding-left: inherit;
    padding-top: inherit;
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
}

.nav_wrap .nav_wrap_block.blog>div.div2 {
	/* width: calc(100% - 162px); */
	position:absolute;
	left:-80px;;top:0;
	width:120px;
	height: 100%;
	line-height: 52px;
	padding-left: 0;
	border-right: 1px solid #e9edf3;
	background-image: url(/images/common/footer/sns_blog.png);
	background-repeat:no-repeat;
	background-position:top 14px left 32px ;
	background-size:24px 24px
}

.nav_wrap .nav_wrap_block.right>a>span.gabaso_header_youtube {
	position:relative;
	left:11px;
}


.nav_wrap .nav_wrap_block.blog>div.div2 a {
	position: relative;
	display: block;
	width: 100%;
	z-index: 10;
	right: inherit;
	top: inherit;
	height: 100%;
	line-height: inherit;
	color: #000;
	letter-spacing: -0.5px;
	font-weight: 400;
	font-size:15px;
	padding-left: 0;
	padding-top: 0;
	margin: 0;
	width: 92px;
	margin-left: 42px;
	padding-left: 20px;
}

.nav_wrap .nav_wrap_block.blog>div span {
	display: inline-block;
	vertical-align: middle;
	line-height: 100%;
	font-size: 16px;
	color: #222;
	letter-spacing: -1px;
	font-weight: 400;
	position: relative;
    top: -2px;
    left: -1px
}

.nav_wrap .nav_wrap_block.blog>div a {
	position: absolute;
	display: block;
	width: 92px;
	z-index: 10;
	right: 0;
	top: 0;
	height: 100%;
	line-height: 100%;
	font-size: 14px;
	color: #fff;
	letter-spacing: -0.5px;
	font-weight: 500;
	padding-left: 34px;
	padding-top: 7px;
}


/* 가고파산과여행 end */


/* 헤더 nav_rap 끝 */



/* 헤더 추가 */

.header_right_info {
	position: absolute;
	z-index: 1;
	right: 0;
	top: 0;
	display: flex;
	width: 402px;
	height: auto;
	min-height: 50px;
}

.header_right_info>div {
	position: relative;
	display: block;
	height: auto;
}

.header_right_info>div.box1 {
	width: calc(100% - 192px);
	margin-top:7px;
}
.header_right_info>div.box2 {
	width: 255px;
	margin-left:20px;
	margin-top:22px;
}

.header_right_info>div.box2_gagopa {
	width: 255px;
	margin-left:20px;
	margin-top:10px;
}

.header_right_info>div p {
	display: block;
	line-height: 100%;
	font-size: 13px;
	letter-spacing: -0.050em;
	color: #646464;
	font-weight: 400;
	font-family: 'Noto Sans KR', sans-serif !important;
}

.header_right_info>div.box2>div:nth-of-type(1)>p {
	margin-top:-8px;
}

.header_right_info>div:last-child>p {
 	font-size: 13px;
    letter-spacing: -1px;
    color: #151515;
    font-weight: 500;
    display: inline-block;
    vertical-align: middle;
    line-height: 100%;
	font-family: 'Noto Sans KR', sans-serif !important;
	margin-top:-20px;
}

.header_right_info>div:last-child>p.p_gagopa {
 	font-size: 11px;
    letter-spacing: -1px;
    color: #151515;
    font-weight: 500;
    display: inline-block;
    vertical-align: middle;
    line-height: 100%;
	font-family: 'Noto Sans KR', sans-serif !important;
	margin-top:-10px;
}

.header_right_info>div:last-child>p:first-child {
	margin-top:-10px;
}





.header_right_info>div:last-child>div>p {
	font-size: 22px;
    letter-spacing: -1px;
    color: #151515;
    font-weight: 700;
    display: inline-block;
    vertical-align: middle;
    line-height: 100%;
    font-family: 'Noto Sans KR', sans-serif !important;
	margin-top:-40px;
}

.header_right_info>div:last-child>div>p.number_gagopa {
	font-size: 20px;
    letter-spacing: -1px;
    color: #151515;
    font-weight: 700;
    display: inline-block;
    vertical-align: middle;
    line-height: 100%;
    font-family: 'Noto Sans KR', sans-serif !important;
	margin-top:-11px;
}

.header_right_info>div:last-child>div>p.number2_gagopa {
	font-size: 20px;
    letter-spacing: -1px;
    color: #151515;
    font-weight: 700;
    display: inline-block;
    vertical-align: middle;
    line-height: 100%;
    font-family: 'Noto Sans KR', sans-serif !important;
	margin-top:-10px;
}

.header_right_info>div:last-child>div:nth-of-type(1) {
	position:relative;
}

.header_right_info>div:last-child>div:nth-of-type(1)>span {
	position: absolute;
    z-index: 10;
    right: 20px;
    top: -18px;
    display: block;
    width: 101px;
    font-size: 10px;
    letter-spacing: -1px;
    color: #adaead;
    font-weight: 400;
    line-height: 130%;
}

.header_right_info>div:last-child>div:nth-of-type(2) {
	position:relative;
}

.header_right_info>div:last-child>div:nth-of-type(2)>span {
	position: absolute;
    z-index: 10;
    right: -20px;
    top: -18px;
    display: block;
    width: 101px;
    font-size: 10px;
    letter-spacing: -1px;
    color: #adaead;
    font-weight: 400;
    line-height: 130%;
}


.header_right_info>div p .tour, .header_right_info>div p .dome {
	color:red;
	font-size:13px;
}

.header_right_info>div p .tour, .header_right_info>div p .dome_gagopa {
	color:red;
}

.header_right_info>div p .tour, .header_right_info>div p .tour_gagopa {
	color:red;
}

/*
.gagopa_info>div>p {
	font-size: 12px;
	font-weight: 500;
	letter-spacing: -0.8px;
	color: #151515;
	display: block;
	line-height: 100%;
	padding-bottom: 2px;
	font-family: 'Noto Sans KR', sans-serif !important;
}
*/


.header_right_info>div span.num {
	display: block;
	line-height: 100%;
	font-size: 22px;
	letter-spacing: -0.020em;
	color: #323232;
	font-weight: 700;
	margin-top: 2px;
}
.header_right_info>div span.txt {
	display: block;
	line-height: 100%;
	font-size: 11px;
	letter-spacing: -0.020em;
	color: #646464;
	font-weight: 300;
	line-height: 14px;
	margin-top: 5px;
}


/* 헤더 추가 end */

/* //////////////// header end //////////////// */



/* //////////////// footer start //////////////// */

.footer {
	background: #fff;
	z-index: 40;
}

.foot_info_1 {
	height: 155px;
	/* height: 213px; */
	border-top: 1px solid #e9edf3;
}
.foot_info_2 {
	height: 107px;
	/* height: 106px; */
	border-top: 1px solid #e9edf3;
}
.foot_link {
	height: 52px;
	/* height: 50px; */
	border-top: 1px solid #e9edf3;
	border-bottom: 1px solid #e9edf3;
}
.foot_copyright {
	height: 150px;
	background: #fafafa;
}

/* 푸터 고객센터, 공지사항, 이벤트 */

.foot_info_1 h3 {
	font-size: 17px;
	letter-spacing: -0.7px;
	color: #222;
	font-weight: 500;
	font-family: 'Noto Sans KR', sans-serif !important;
}


.foot_info_1 .customer {
	position: absolute;
	z-index: 30;
	left: 0;
	top: 0;
	width: 536px;
	height: 155px;
	border-right: 1px solid #e9edf3;
}

.foot_info_1 .customer h3 {
	height: 60px;
	padding-top: 10px;
	font-family: 'Noto Sans KR', sans-serif !important;
}

.foot_info_1 .customer ul {
	position: relative;
	display: block;
	width: 100%;
	height: 74px;
}

.foot_info_1 .customer ul:after {
	display: block;
	content: "";
	clear: both;
}

.foot_info_1 .customer ul li {
	position: relative;
	float: left;
	width: 16.6666666666%;
	height: 100%;
	font-size: 0;
}

.foot_info_1 .customer ul li:after {
	content: "";
	display: block;
	position: absolute;
	z-index: 30;
	right: 0;
	top: 0;
	width: 1px;
	height: 29px;
	background: #eeeeee;
}

.foot_info_1 .customer ul li:last-child:after {
	display: none;
}

.foot_info_1 .customer ul li a {
	display: block;
	position: relative;
	height: 69px;
	margin: 0 auto;
}

.foot_info_1 .customer ul li a.a1 {
	width: 47px;
	background: url(/images/common/footer/a1.jpg)no-repeat top center;
}
.foot_info_1 .customer ul li a.a2 {
	width: 47px;
	background: url(/images/common/footer/a2.jpg)no-repeat top center;
}
.foot_info_1 .customer ul li a.a3 {
	width: 76px;
	background: url(/images/common/footer/a3.jpg)no-repeat top center;
}
.foot_info_1 .customer ul li a.a4 {
	width: 47px;
	background: url(/images/common/footer/a4.jpg)no-repeat top center;
}
.foot_info_1 .customer ul li a.a5 {
	width: 47px;
	background: url(/images/common/footer/a5.jpg)no-repeat top center;
}
.foot_info_1 .customer ul li a.a6 {
	width: 47px;
	background: url(/images/common/footer/a6.jpg)no-repeat top center;
}

.foot_info_1 .customer ul li a span {
	display: block;
	width: 100%;
	height: auto;
	
	text-align: center;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: -1px;
	color: #4c4f4c;
	padding-top: 56px;
}

.foot_info_1 .customer ul li a:hover span {
	font-weight: 600;
}



.foot_info_1 .notice {
	position: absolute;
	z-index: 30;
	left: 536px;
	width: 341px;
	height: 155px;
	border-right: 1px solid #e9edf3;
}

.foot_info_1 .notice .inner {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	padding: 10px 39px 0 39px;
}

.foot_info_1 .notice .inner .top {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	padding-bottom: 10px;
	border-bottom: 1px solid #222;
}

.foot_info_1 .notice .inner .top p {
	display: block;
	width: 100%;
	line-height: 100%;
	
	
	font-size: 14px;
	letter-spacing: -0.8px;
	color: #9fa19f;
	font-weight: 400;
	
	margin-top: 10px;
	font-family: 'Noto Sans KR', sans-serif !important;
}

.foot_info_1 .notice .inner .noticewrap {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	padding-top: 10px;
	font-size: 0;
}

.foot_info_1 .notice .inner .noticewrap li {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	margin-bottom: 8px;
	overflow: hidden;
	font-size: 0;
}

.foot_info_1 .notice .inner .noticewrap li a {
	position: relative;
	display: inline-block;
	max-width: 100%;
	font-size: 14px;
	letter-spacing: -0.9px;
	color: #484848;
	font-weight: 400;
overflow: hidden;
text-overflow: ellipsis;
-o-text-overflow: ellipsis;
-ms-text-overflow: ellipsis;
white-space: nowrap;
	line-height: 100%;
}

.foot_info_1 .notice .inner .noticewrap li a span {
	font-size: 12px;
	letter-spacing: -0.9px;
	color: #484848;
	font-weight: 500;
	display: inline-block;
}

.foot_info_1 .notice .inner .noticewrap li a span {
	margin-right: 3px;
}
.foot_info_1 .notice .inner .noticewrap li a:hover span {
	font-weight: 700;
}
.foot_info_1 .notice .inner .noticewrap li a:hover {
	font-weight: 700;
}


.foot_info_1 .gagopa_info {
	position: absolute;
	z-index: 30;
	right: 0;
	width: 403px;
	height: 213px;
	padding-left: 33px;
}

.foot_info_1 .gagopa_info>div {
	position: relative;
	display: block;
	width: 100%;
}

.foot_info_1 .gagopa_info>div:first-child {
	height: 46px;
	padding-top: 0;
	margin-top:10px;
}
.foot_info_1 .gagopa_info>div:last-child {
	height: calc(100% - 93px);
	margin-top: 30px;
	padding-top: 0px;
}

.foot_info_1 .gagopa_info>div:last-child .tour, .foot_info_1 .gagopa_info>div:last-child .dome {
	color:red;
}

.foot_info_1 .gagopa_info>div>p {
	font-size: 12px;
	font-weight: 500;
	letter-spacing: -0.8px;
	color: #151515;
	display: block;
	line-height: 100%;
	padding-bottom: 2px;
	font-family: 'Noto Sans KR', sans-serif !important;
}

.foot_info_1 .gagopa_info>div:last-child>p:nth-of-type(1) {
	margin-top:20px;
}

.foot_info_1 .gagopa_info>div:last-child>p:nth-of-type(2) {
	margin-top:-5px;
}


.foot_info_1 .gagopa_info>div:last-child>p.gagopa_dome {
	margin-top:-10px;
	margin-bottom:6px;
}

.foot_info_1 .gagopa_info>div:last-child>p.gagopa_tour {
	margin-top:-10px;
	margin-bottom:6px;
}



.foot_info_1 .gagopa_info>div>div {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	margin-bottom:9px;
}

.foot_info_1 .gagopa_info>div:first-child>div>p {
	font-size: 33px;
	letter-spacing: -0.050em;
	color: #151515;
	font-weight: 500;
	display: inline-block;
	vertical-align: middle;
	line-height: 100%;
	font-family: 'Noto Sans KR', sans-serif !important;
	margin-top:12px
}

.foot_info_1 .gagopa_info>div:first-child>div>span {
	position: absolute;
	z-index: 10;
	right: 18px;
	top: 14px;
	display: block;
	width: 166px;
	font-size: 12px;
	letter-spacing: -1px;
	color: #adaead;
	font-weight: 400;
	line-height: 130%;
}


.foot_info_1 .gagopa_info>div:last-child>p {
	padding-bottom: 0;
}

.foot_info_1 .gagopa_info>div:last-child>div>p {
    font-size: 33px;
    letter-spacing: -1px;
    color: #151515;
    font-weight: 500;
    display: inline-block;
    vertical-align: middle;
    line-height: 100%;
	font-family: 'Noto Sans KR', sans-serif !important;
	margin-top:11px;
}

.foot_info_1 .gagopa_info>div:last-child>div.gagopa_number>p {
    font-size: 26px;
    letter-spacing: -1px;
    color: #151515;
    font-weight: 500;
    display: inline-block;
    vertical-align: middle;
    line-height: 100%;
	font-family: 'Noto Sans KR', sans-serif !important;
	margin-top:-8px;
}

.foot_info_1 .gagopa_info>div:last-child>div>span {
	position: absolute;
	z-index: 10;
	right: -16px;
	top: 28px;
	display: block;
	width: 106px;
	font-size: 12px;
	letter-spacing: -1px;
	color: #adaead;
	font-weight: 400;
	line-height: 130%;
}

.foot_info_1 .gagopa_info>div:last-child>div.gagopa_number>span {
	position: absolute;
	z-index: 10;
	right: 44px;
	top: 8px;
	display: block;
	width: 106px;
	font-size: 12px;
	letter-spacing: -1px;
	color: #adaead;
	font-weight: 400;
	line-height: 130%;
}


.foot_info_1 .event {
	position: absolute;
	right: 0;
	top: 0;
	width: 502px;
	height: 213px;
	z-index: 30;
}

.foot_info_1 .event h3 {
	padding-bottom: 15px;
}

.foot_info_1 .event .inner {
	position: relative;
	width: 100%;
	height: 100%;
	padding-left: 40px;
	padding-top: 29px;
}

.foot_info_1 .event .inner .footer_banner {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	height: auto;
}

.foot_info_1 .event .inner .footer_banner li {
	position: relative;
	display: block;
	width: 100%;
	height: 93px;
}

.foot_info_1 .event .inner .footer_banner li span {
	display: block;
	width: 100%;
	height: 93px;
	background-position: center center;
	background-repeat: no-repeat;
}

.foot_info_1 .event .inner .bx-wrapper {
	border: 1px solid #ebebeb !important;
}

.foot_info_1 .event .inner .bx-wrapper .bx-pager {
	text-align: left;
	padding-top: 0;
	bottom: -17px;
}

.foot_info_1 .event .inner .bx-wrapper .bx-pager.bx-default-pager a {
	width: 15px;
	height: 5px;
	border-radius: 0;
	margin: 0px 2px;
	background: #ccc;
}

.foot_info_1 .event .inner .bx-wrapper .bx-pager.bx-default-pager a:hover,
.foot_info_1 .event .inner .bx-wrapper .bx-pager.bx-default-pager a.active,
.foot_info_1 .event .inner .bx-wrapper .bx-pager.bx-default-pager a:focus {
	background: #222;
}
/* 푸터 고객센터, 공지사항, 이벤트 end */



.foot_info_2 .div {
	position: absolute;
	z-index: 30;
	top: 0;
	display: block;
	height: 106px;
	font-size: 0;
}

.foot_info_2 .div.div1 {
	width: 435px;
	left: 0;
	padding-top: 26px;
}
.foot_info_2 .div.div2 {
	width: 442px;
	left: 435px;
	padding-top: 26px;
	padding-left: 38px;
}
.foot_info_2 .div.div3 {
	width: 403px;
	right: 0;
	padding-top: 35px;
}

.foot_info_2 .div h4 {
	font-size: 14px;
	font-weight: 500;
	letter-spacing: -0.8px;
	color: #151515;
	display: block;
	line-height: 100%;
	padding-bottom: 16px;
}

.foot_info_2 .div .block {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	margin-top: -3px;
}

.foot_info_2 .div .block span.num {
	font-size: 26px;
	letter-spacing: -1px;
	color: #151515;
	font-weight: 500;
	display: inline-block;
	vertical-align: middle;
	line-height: 100%;
}

.foot_info_2 .div .block p {
	font-size: 14px;
	letter-spacing: -1px;
	color: #adaead;
	font-weight: 400;
	display: inline-block;
	vertical-align: middle;
	line-height: 100%;
	padding-top: 10px;
	margin-left: 8px;
}

.foot_info_2 .div.div3 a {
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	width: 50%;
	height: 40px;
	line-height: 38px;
	border: 1px solid #bbbbbb;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: -0.5px;
	color: #4c4f4c;
}
.foot_info_2 .div.div3 a:last-child {
	border-left: 0;
}
.foot_info_2 .div.div3 a:hover {
	font-weight: 500;
}

.foot_link .link_wrap {
	position: relative;
	display: block;
	width: 100%;
	height: 50px;
	line-height: 46px;
	font-size: 0;
}

.foot_link .link_wrap a {
	display: inline-block;
	vertical-align: middle;
	margin-right: 20px;
	font-size: 13px;
	line-height: 100%;
	font-weight: 500;
	color: #747774;
}

.foot_link .siteselect {
	position: absolute;
	z-index: 30;
	right: 0;
	top: 0;
	height: 50px;
	width: 202px;
	background: #fff;
	border-left: 1px solid #eeeeee;
	border-right: 1px solid #eeeeee;
}

.foot_link .siteselect select { -webkit-appearance: none; -moz-appearance: none;appearance: none; background:#fff url(/img/board/bssbg.png) no-repeat 100% 0;
	font-family: 'Noto Sans KR', sans-serif !important;}
.foot_link .siteselect select::-ms-expand { display:none; }
.foot_link .siteselect select {
	position: relative;
	width: 100%;
	height: 100%;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: -0.9px;
	color: #a3a7b0;
	padding-left: 21px;
	border: 0 !important;
	background: #fff url(/images/common/footer/selectarrow.png)no-repeat center right 20px;
	border-radius: 0;
}
.foot_link .siteselect select:focus {
	outline: none;
}


.copyright_wrap {
	position: relative;
	display: block;
	width: 100%;
	height: 95px;
	padding-top: 24px;
}

.copyright_wrap .block {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	font-size: 0;
}

.copyright_wrap .foot_notice {
	position:absolute;
	top:73px;
}

.copyright_wrap .foot_notice_gabaso {
	position:absolute;
	top:73px;
}


.copyright_wrap .block+.block {
	margin-top: 4px;
}

.copyright_wrap .block p {
	font-size: 14px;
	letter-spacing: -0.9px;
	color: #666666;
	font-weight: 300;
	display: inline-block;
	vertical-align: middle;
	line-height: 100%;
	font-family: 'Noto Sans KR', sans-serif !important;
}

.copyright_wrap .foot_notice p, .copyright_wrap .foot_notice_gabaso p {
	font-size: 13px;
	letter-spacing: -0.9px;
	color: #666666;
	font-weight: 100;
/*	display: inline-block;*/
	vertical-align: middle;
	line-height: 100%;
	font-family: 'Noto Sans KR', sans-serif !important;
}



.copyright_wrap .block p a {
	font-size: inherit;
	letter-spacing: inherit;
	color: inherit;
	font-weight: inherit;
	line-height: inherit;
	font-family: 'Noto Sans KR', sans-serif !important;
}

.copyright_wrap .block p+p {
	margin-left: 16px;
}

.copyright_wrap .block p span {
	font-weight: 300;
}

.copyright_wrap .block p span.mail_address {
	font-weight: 700;
}

.copyright_wrap .block p span.tel_number {
	font-weight: 700;
}

.copyright_wrap .foot_notice p span, .copyright_wrap .foot_notice_gabaso p span {
	color:rgba(0,0,255,0.5);
	line-height:1.5;
}



.copyright_wrap .outLink {
	position: absolute;
	z-index: 30;
	right: 0;
	top: 0;
	display: block;
	width: 330px;
	height: 100%;
	font-size: 0;
	text-align: right;
}

.copyright_wrap .outLink a {
	display: inline-block;
	vertical-align: top;
	width: 50px;
	height: 50px;
	margin-left: 4px;
	margin-top: 21px;
/*
	border-radius: 100%;
	border: 1px solid #e4e4e4;
*/
}


.copyright_wrap .outLink a.band {
	background-image:url("/images/common/footer/sns_band.png");
	background-repeat:no-repeat;
	background-position:center;
	
	
}
.copyright_wrap .outLink a.blog {
	background-image:url("/images/common/footer/sns_blog.png");
	background-repeat:no-repeat;
	background-position:center;
	
	
}
.copyright_wrap .outLink a.cafe {
	background-image:url("/images/common/footer/sns_cafe.png");
	background-repeat:no-repeat;
	background-position:center;
	
	
}
.copyright_wrap .outLink a.insta {
	background-image:url("/images/common/footer/sns_instagram.png");
	background-repeat:no-repeat;
	background-position:center;	
}
.copyright_wrap .outLink a.youtube {
	background-image:url("/images/common/footer/sns_youtube.png");
	background-repeat:no-repeat;
	background-position:center;
}
.copyright_wrap .outLink a.kakao {
	background-image:url("/images/common/footer/sns_kakao.png");
	background-repeat:no-repeat;
	background-position:center;	
}


/* //////////////// footer end //////////////// */
.nav_wrap .nav_wrap_block.right{
	left: 760px;
	width: 93px;
	text-align: center;
	position: absolute;
	float: left;
	width:120px;
	

}

.nav_wrap .nav_wrap_block.right a {
	display: block;
	width: 120px;
	left: 144px;
	height:50px;
	position: relative;
	font-size:15px;
	line-height: 50px;
	font-weight: 400;
	z-index:9999;
	border-right: 1px solid #e9edf3;
	border-left : 1px solid #e9edf3;
}

.nav_wrap .nav_wrap_block.right a img {
	margin-top: 5px;
	vertical-align:middle;
	position: absolute;
	left: 26px;
	top:11px;
}

.nav_wrap .nav_wrap_block.right span.gagopa_youtube_ {
	position:absolute;
	left:47px;
}


.nav_wrap .nav_wrap_block.navband  {
	right: 46px;
	width: 90px;
	border-right: 1px solid #e9edf3;
	text-align: center;
	position: absolute;
	float: right;
	
}

.nav_wrap .nav_wrap_block.navband a {
	display: block;
	width: 100%;
	/* height: 100%; */
	position: absolute;
	font-size:15px;
	line-height: 52px;
	font-weight: 400;
	left:6px;
}

.nav_wrap .nav_wrap_block.navband a img {
	margin-top: 5px;
	vertical-align:middle;
	position: absolute;
	left: 5px;
	top:9px;
}

.nav_wrap .nav_wrap_block.insta {
	right: 100px;
	width: 90px;
	border-right: 1px solid #e9edf3;
	text-align: center;
	position: absolute;
	right:50px;
	float: right;
}

.nav_wrap .nav_wrap_block.insta a {
	display: block;
	width: 100%;
	/* height: 100%; */
	position: relative;
	font-size:15px;
	line-height: 52px;
	font-weight: 400;
	left:6px
}

.nav_wrap .nav_wrap_block.insta a img {
	margin-top: 5px;
	vertical-align:middle;
	position: absolute;
	left: 0px;
	top:9px;
}
.nav_wrap .nav_wrap_block.da  {
	right: 13px;
	width: 85px;
	border-right: 1px solid #e9edf3;
	text-align: center;
	position: absolute;
	float: right;
}

.nav_wrap .nav_wrap_block.da a {
	display: block;
	width: 100%;
	/* height: 100%; */
	position: relative;
	font-size:15px;
	line-height: 55px;
	font-weight: 400;
}

.nav_wrap .weather_wrap {
	position:relative;
	width:1px;	
	float:right;
}

.nav_wrap .weather_wrap p {
	position: absolute;
	left: -46px;
	top: 1px;
}
.nav_wrap .weather_wrap .weather a{
	display: block;
	width:30px;
	color:#FFF;
	font-size:12px;
	position:absolute;
	left:-32px;
    top:19px;
	z-index:99999;
	text-shadow:1px 1px 1px #000;
}



