@charset "euc-kr";

@import url("popup.css");

* {margin:0;padding:0}
body {overflow-x:hidden;color:#888d91;font-size:12px;line-height:14px;font-family:"¸¼Àº°íµñ",Malgun Gothic,"³ª´®°íµñ",Nanum Gothic,"µ¸¿ò",dotum, Calibri, AppleGothic,Droid Sans,Tahoma,Sans-serif;-webkit-text-size-adjust:none;word-break:keep-all;word-wrap:break-word}
h1, h2, h3, h4, h5, h6 {font-size:1em;font-weight:normal;font-family:"¸¼Àº°íµñ",Malgun Gothic,"³ª´®°íµñ",Nanum Gothic,"µ¸¿ò",dotum, Calibri, AppleGothic,Droid Sans,Tahoma,Sans-serif;}
hr {display:none}
ul, ol, li {list-style-type:none}
fieldset{margin:0;padding:0;border:0}
legend,caption {display:none}
address, em, cite {font-style:normal}
input, button, textarea, select {font-size:1em}
button, textarea, input, object, select {display:inline-block;vertical-align:middle}
code, pre {font-size:1em}
button{overflow:visible;border:none;margin:0;padding:0;cursor:pointer;_cursor:hand}
div, p, span, li, table td {word-break:keep-all;word-wrap:break-word}
::-ms-clear {
    display: none;
}
img{border:0 none}
label{vertical-align:middle}
table{*empty-cells:show;border-collapse:collapse}

html{-webkit-font-smoothing: antialiased;}
html, body, #wrapper{height:100%}
body > #wrapper{z-index:11;position:relative;top:0;left:0;height:auto;min-height:100%;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.mask{z-index:100;position:fixed;top:0;left:0;width:100%;height:100%;background:url(../img/sub/bg_overlay.png) repeat 0 0;}
body.pml-open .push-menu-left{left:0;overflow:auto;}
body.pml-open #wrapper{left:245px}
#container{color:#4B4E53;}
a{color:#888d91;text-decoration:none;}
a.link{text-decoration:underline;color:#263745;}

select{height:29px;}
select, input[type=text],
input[type=password],
input[type=email],
input[type=tel]{margin:0;padding:6px 5px 5px 10px;border:1px solid #e3e3e3;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;color:#888d91;-webkit-border-radius:0;font-family:"¸¼Àº°íµñ",Malgun Gothic,"³ª´®°íµñ",Nanum Gothic,"µ¸¿ò",dotum, Calibri, AppleGothic,Droid Sans,Tahoma,Sans-serif;vertical-align:middle;}
textarea{padding:10px;border:1px solid #e3e3e3;font-family:"¸¼Àº°íµñ",Malgun Gothic,"³ª´®°íµñ",Nanum Gothic,"µ¸¿ò",dotum, Calibri, AppleGothic,Droid Sans,Tahoma,Sans-serif;color:#888d91;text-shadow:none;-webkit-appearance: none;}
input[type=checkbox]{margin:-2px 0 0 0;}
label.txtArea{display:block;font-weight:bold;color:#303030;}
label.inputTxt.type2,
label.selectBox.type2
{display:block;margin-bottom:2px;}
label.inputTxt input{vertical-align:middle;}
label.selectBox{position:relative;display:inline-block;}
label.selectBox select{border:1px solid #e3e3e3;color:#888d91;font-size:12px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;height:26px;padding:1px 4px;vertical-align:middle;}
label.inpRadio, label.inpCheck{position:relative;display:inline-block;*display:inline;*zoom:1}
label.inpRadio input[type=radio]{position:absolute;top:0;left:0;width:14px;height:14px;z-index:10}
label.inpRadio input[type=radio]+span{position:relative;display:inline-block;height:14px;padding:0 0 0 20px;z-index:100}
label.inpCheck input[type=checkbox]{display:inline-block;position:absolute;top:4px;left:0;width:10px;height:10px;z-index:10}
label.inpCheck input[type=checkbox]+span{position:relative;display:inline-block;padding:1px 0 1px 20px;}
label.selectBox select[disabled]{background:#f2f2ef;border:1px solid #cacaca;}
label.selectBox.disable:before{background:#f2f2ef url(../img/common/bg_select2.jpg) no-repeat 100% center;}
input[type=text]:disabled,
input[type=password]:disabled,
input[type=email]:disabled,
input[type=tel]:disabled{background:#f2f2ef;border:1px solid #cacaca;}

.loading{
    background:url(../img/common/loading.gif) no-repeat center center;
    position: relative;
}
.flexslider.loading .flex-viewport{
	opacity:0;
}

/* common */
.mt0{margin-top:0px !important;}
.mt10{margin-top:10px !important;}
.mt20{margin-top:20px !important;}
.mt30{margin-top:30px !important;}
.mt35{margin-top:35px !important;}
.mt40{margin-top:40px !important;}
.mt45{margin-top:45px !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;}
.mb10{margin-bottom:10px !important;}
.mb20{margin-bottom:20px !important;}
.mb30{margin-bottom:30px !important;}
.mb40{margin-bottom:40px !important;}
.ml0{margin-left:0 !important;}
.ml10{margin-left:10px !important;}
.mr0{margin-right:0 !important;}
.mr5{margin-right:5px !important;} 
.mr10{margin-right:10px !important;} 
.w150 {width:150px;} 

.pt30{padding-top:30px !important;} 
.pb10{padding-bottom:10px !important;} 
.pb20{padding-bottom:20px !important;}

.txtBrown{color:#7e6956 !important;}
.txtBlack{color:#303030 !important;}
.txtRed{color:#ca2100 !important;}
.txtNavy{color:#263745 !important;}
.txtMsg{display:block;margin:20px 0 8px;font-size:14px;color:#263745;}
.blockTxt{display:block;}
.disB{display:block !important;}
.disN{display:none !important;}
.disI{display:inline;}
.imgTop{display:none;}
.imgTop img{width:100%;}
.imgTop.type2{display:block;}
.t_center{text-align:center !important;}
.t_small a{text-transform:inherit !important;}
.tRow{text-transform:lowercase !important;}
.cBoth{clear:both;padding-top:1px;}
.cBoth:after{content:"";clear:both;display:block}
.tblTxt{display:block;margin:5px 0;}
.addBox div input{display:block;margin:5px 0;}
.tblH .btnSm{padding:0 8px;}
.radioBox{display:block;margin:5px 0;}
.radioBox label{margin-right:10px;}
.radioBox label:last-child{margin-right:0px;}
.mNone{display:none;}
.mBlock{display:block;}
.mNone2{display:none;}
.mBlock2{display:block;}
.ingBox{padding:85px 0;background:#f9f6ef;text-align:center;}
.ingBox strong{display:block;margin:10px 0 25px;font-size:18px;color:#7d6857;}
.menuBtn{display:none;position:fixed;left:10px;bottom:10px;width:48px;}
.menuBtn img{width:100%;}
.btnTop{display:none;position:fixed;right:10px;bottom:40px;width:48px;}
.btnTop img{width:100%;}
.pt20{padding-top:20px !important;}
.txt-c{ text-align:center}

/* button */
.btnSm{display:inline-block;height:27px;padding:0 30px;line-height:27px;font-size:12px;color:#fff;text-align:center;background:#263745;text-decoration:none; vertical-align:middle;}
.btnSm:hover{text-decoration:none;}
.btnMini{display:inline-block;height:20px;padding:0 9px;line-height:20px;font-size:11px;color:#fff;text-align:center;background:#a59585;border:2px solid #9d8d7e;text-decoration:none;}
.btnMini:hover{text-decoration:none;}
.btnBig{display:inline-block;height:45px;padding:0 10px;line-height:45px;font-size:14px;color:#fff;text-align:center;background:#263745;text-decoration:none;}
.btnBig:hover{text-decoration:none;}
.btnM{display:inline-block;height:29px;padding:0 30px;line-height:29px;font-size:12px;color:#696a6c;text-align:center;border:1px solid #e5e5e5;background:#fff;text-decoration:none;}
.btnM:hover{text-decoration:none;}
.btnM img{display:inline-block;margin-right:5px;vertical-align:middle;}
.btnM2 {display:inline-block;height:36px;padding:0 10px;line-height:36px;font-size:12px;color:#fff;text-align:center;background:#263745;text-decoration:none;}
.btnM2:hover{text-decoration:none;}

.gray{background:#8c8d8e;color:#fff;}
.brown{background:#7e6956;color:#fff;}
.gray1{background:#696a6c;color:#fff;}
.gray2{background:#bdbbbb;color:#fff;}
.gray3{background:#b5ae9f;color:#fff;} /*15.02.09 ¹öÆ° Å¸ÀÔ Ãß°¡*/
.btnMini.gray{border:2px solid #858687;}
.btnMini.gray1{border:2px solid #646566;}
.btnMini.gray2{border:2px solid #b3b1b1;}
.btnM.brown{background:#7e6956;color:#fff;}

.btnLeft{margin:15px 0;}
.btnRight{text-align:right;}
.btnCenter{margin:35px 0;text-align:center;}
.btnRight.line{padding-top:40px;border-top:1px solid #cbc5bd;}
.btnCenter.line{padding-top:40px;border-top:1px solid #cbc5bd;}
a.wNone{ display:inline-block}
a.mNone{display:none}

/* table */
.t_right{text-align:right !important;}
.t_left{padding-left:20px;text-align:left !important;}
.tblV{width:100%;margin:20px 0 0;border-top:1px solid #d3d3d3;}
.tblV thead th{padding:12px 0;color:#303030;border-bottom:1px solid #939495;text-align:center;}
.tblV tbody tr td{padding:12px 5px;border-bottom:1px solid #e9e9e7;text-align:center;color:#696a6c;vertical-align:top;}
.tblV tbody tr.price td{padding-right:5px;border-top:2px solid #696a6c;text-align:right;font-size:14px;color:#7e6956;font-weight:bold;}
.tblV tbody tr.tax td{border-top:1px solid #c0c1c1;}
.tblV tfoot tr td{padding:12px 0;background:#f1eee4;border-top:2px solid #7b6551;border-bottom:1px solid #e4e1d8;color:#7e6956;font-weight:bold;text-align:right;padding-right:5px;letter-spacing:-1px;}
.tblV tfoot tr td strong{font-size:18px;}
.tblV tfoot tr.bdNone td{border-top:none;}
.tblV tr td.t_right{padding-right:5px;}
.tblV.type2{background:#f9f6ef;border-top:2px solid #7b6551;border-bottom:1px solid #ceccc6;}
.tblV.type2 thead th{border-bottom:1px solid #ceccc6;}
.tblV.type2 tbody td{background:#fff;border-top:1px solid #ededed;border-bottom:none;}
.tblV.type3{border-top:2px solid #64503e;border-bottom:1px solid #ceccc6;}
.tblV.type3 thead th{padding:10px 0;background:#fafafa;border-bottom:1px solid #ceccc6;}
.tblV.type3 tbody tr td{padding:10px 5px;}

.tblH{width:100%;border-top:1px solid #939495;border-bottom:1px solid #cdcdcc;}
.tblH tbody tr th,
.tblH tbody tr td{padding:10px 0 10px 10px;border-top:1px solid #e6e6e4;text-align:left;}
.tblH tbody tr th{background:#f2f2ef;color:#303030;}
.tblH tbody tr:first-child th,
.tblH tbody tr:first-child td{border-top:none;}
.tblInfo{position:relative;margin:45px 0 15px;}
.tblInfo h4{font-size:14px;color:#303030;font-weight:bold;}
.tblInfo .right{position:absolute;right:0;top:0;margin-bottom:15px;color:#9c9c9c;text-align:right;}

/* paging */
.paging{position:relative;margin:40px 0;text-align:center;}
.paging.type2{padding:40px;border-top:1px solid #ceccc6;}
.paging img{vertical-align:middle;}
.paging a{display:inline-block;height:26px;margin:0 2px;padding:0 10px;line-height:26px;background:#f7f7f7;color:#888d91;vertical-align:middle;}
.paging a.on{background:#a59585;color:#fff;}
.paging .prevBtn{padding:0;background:none;}
.paging .nextBtn{padding:0;background:none;}
.paging .btnRight{margin:40px 0;text-align:center;}
.paging .btnRight .btnBig{display:inline-block;height:45px;padding:0 10px;line-height:45px;font-size:14px;color:#fff;text-align:center;background:#263745;text-decoration:none;}
.paging .btnRight .gray{background:#8c8d8e;color:#fff;}

/* layout */
.header{position:relative;min-width:1200px;margin:0 auto;padding:0 0 0 0;text-align:center;} /* 2016-01-26 ¼Ó¼º º¯°æ */
.header .menu{display:none;position:absolute;left:15px;top:27px;}
.header .menu img{width:21px;height:15px;}
.header h1 {width:100%; height:100%;padding-bottom:0px;text-align:center;} /* 2016-01-27 ¼Ó¼º ¼öÁ¤ */
.header h1 img {width:152px;height:44px;} /* 2015-12-11 ¼Ó¼º ¼öÁ¤ */
.header .logo {width:1200px; height:115px; margin:0 auto;}
.header .logo h1 {float:left; width:auto;}
.header .logo h1 img {width:152px;height:44px; margin-left:73px; margin-top:34px;}
.header .localmenu{position:relative;margin:0 0 0 0;text-align:right; background-color:#edeae7; height:34px; line-height:34px;} /* 2018-10-19 #edeae7 ¼Ó¼º º¯°æ */
.header .localmenu_wrap {max-width:1200px; margin:0 auto;} /* 2018-10-19 #edeae7 ¼Ó¼º º¯°æ */
.header .localmenu_box{min-width:200px; float:right; background-color:#a39a91;} /* 2018-10-19 #edeae7 ¼Ó¼º º¯°æ */
.header .localmenu a{display:inline-block;margin-right:5px;padding-right:10px;background:url(../img/common/bg_local_bar.jpg) 100% 13px no-repeat;font-size:12px;font-weight:bold;color:#fff;text-decoration:none;text-transform:uppercase;vertical-align:top;}/* 20160420 #7e6956 ¼Ó¼ºº¯°æ*/
.header .localmenu a:first-child{padding-left:10px;} /* 2018-10-19 #edeae7 ¼Ó¼º Ãß°¡ */
.header .localmenu a:last-child {background:none; margin-right:0;} /* 2016-01-26 ¼Ó¼º Ãß°¡ */
.header .localmenu a.language{padding-right:14px;background:url(../img/common/bg_language.jpg) 100% 5px no-repeat;}
.header .localmenu a.bus{background:none;}
.header .localmenu a.point{color:#fff0e0;} /* 2018-10-19 #edeae7 ¼Ó¼º Ãß°¡ */
.header .localmenu img{vertical-align:top;}
.header .localmenu .bus{margin-top:-4px;}
.header .localmenu .behind{margin-top:5px; background:none;}
/*.header .localmenu a+ul{display:none;position:absolute;right:110px;top:18px;width:68px;margin-right:14px;border:1px solid #d2d2d2;border-bottom:none;background:#fff;}*/
.header .localmenu a+ul{display:none;position:absolute;right:110px;top:18px;width:80px;margin-right:20px;border:1px solid #d2d2d2;border-bottom:none;background:#fff;}/* 2015-12-31 ±è¹ÎÁÖ ´ë¸® º¯°æ */
.header .localmenu a+ul li a{display:block;margin-right:0;padding:4px 0;background:none;border-bottom:1px solid #d2d2d2;text-align:center;}
.header .topmenu{min-width:1200px;text-align:center;background:#7e6956;}
/*sns btn footerÀ§Ä¡¿¡¼­ topÀ§Ä¡·Î º¯°æ :: 2015-11-27 Ãß°¡*/
.header .localmenu .social {float:right;position:relative;right:0;top:0;padding:5px 10px 0 0;}
.header .localmenu .social span {display:inline-block;margin-right:25px;text-align:center;font-size:12px;font-weight:bold;color:#fff;text-transform:uppercase;}
.header .localmenu .social a {display:inline-block;margin:0;vertical-align:middle;padding:0;background:none;margin-right:7px;}
.header .localmenu .social a:last-child {display:inline-block;margin:0;vertical-align:middle;padding:0;background:none;margin-right:0px;}
.header .localmenu .social a img {width:30px;height:30px;}
.header .localmenu2 .multi_language {float:left; display:block; width:100%; text-align:right;} /* 2016-01-26 ¼Ó¼ºÃß°¡ */
.header .localmenu2 .social_sns {float:left; display:block; width:100%; text-align:right;} /* 2016-01-26 ¼Ó¼ºÃß°¡ */
.header .localmenu2 .more {float:left; display:block; width:100%; text-align:right;} /* 2016-01-26 ¼Ó¼ºÃß°¡ */
.header .localmenu2 {float:right; display:block; margin-top:19px;} /* 2016-01-26 ¼Ó¼ºÃß°¡ */
.header .localmenu2 p {float:none; display:inline-block; height:25px; line-height:25px; text-align:right;} /* 2016-01-26 ¼Ó¼ºÃß°¡ */
.header .localmenu2 p a {float:left; color:#7e6956; font-weight:bold; width:75px;} /* 2016-01-26 ¼Ó¼ºÃß°¡ */
.header .localmenu2 p span {float:left; display:inline-block; color:#7e6956; font-weight:bold; margin:0 10px 0 10px;} /* 2016-01-26 ¼Ó¼ºÃß°¡ */
.header .localmenu2 ul {float:none; display:inline-block; width:auto;} /* 2016-01-26 ¼Ó¼ºÃß°¡ */
.header .localmenu2 ul li {float:left; display:inline-block; width:auto; color:#7e6956; margin:0 10px; text-align:left; height:25px; line-height:25px;} /* 2016-01-26 ¼Ó¼ºÃß°¡ */
.header .localmenu2 ul li:first-child {margin:0 10px 0 0;} /* 2016-01-26 ¼Ó¼ºÃß°¡ */
.header .localmenu2 ul li a {color:#7e6956; font-weight:normal; width:auto;} /* 2016-01-26 ¼Ó¼ºÃß°¡ */

.header .tripBanner {float:right; display:block; width:84px; margin:20px 5px 0 10px;} /* 2016-04-15 ¼Ó¼ºÃß°¡ Àå¼ºÈñ */

/*.topmenu ul{width:926px;height:50px;padding:0 137px;margin:0 auto;}
.topmenu ul li{display:inline-block;}
.topmenu ul li a{display:inline-block;margin-right:25px;background:url(../img/common/bg_topmenu.gif) no-repeat;}
.topmenu ul li a span{position:absolute;width:0;height:0;font-size:0;line-height:0;text-indent:-9999px;overflow:hidden;visibility:hidden;}
.topmenu ul li.menu1 a{width:155px;height:50px;background-position:left center;}
.topmenu ul li.menu2 a{width:108px;height:50px;background-position:-184px center;}
.topmenu ul li.menu3 a{width:126px;height:50px;background-position:-323px center;}
.topmenu ul li.menu4 a{width:50px;height:50px;background-position:-483px center;}
.topmenu ul li.menu5 a{width:139px;height:50px;background-position:-566px center;}
.topmenu ul li.menu6 a{width:54px;height:50px;background-position:-737px center;}
.topmenu ul li.menu7 a{width:112px;height:50px;margin-right:0;background-position:-822px center;}
.topmenu ul li a.active{background:url(../img/common/bg_topmenu_on.gif) no-repeat;}
.topmenu ul li.menu1 a.active{background-position:left center;}
.topmenu ul li.menu2 a.active{background-position:-184px center;}
.topmenu ul li.menu3 a.active{background-position:-323px center;}
.topmenu ul li.menu4 a.active{background-position:-483px center;}
.topmenu ul li.menu5 a.active{background-position:-566px center;}
.topmenu ul li.menu6 a.active{background-position:-737px center;}
.topmenu ul li.menu7 a.active{background-position:-822px center;}*/

.topmenu ul{width:1200px;height:50px;padding:0;margin:0 auto;}
.topmenu ul li{float:left;display:inline-block;}
.topmenu ul li a{float:left;display:inline-block;margin-right:55px;background:url(../img/common/bg_topmenu.gif) no-repeat;}
.topmenu ul li a span{position:absolute;width:0;height:0;font-size:0;line-height:0;text-indent:-9999px;overflow:hidden;visibility:hidden;}
.topmenu ul li.menu1 a{width:155px;height:50px;margin-right:47px;margin-left:8px;background-position:-8px center;}
.topmenu ul li.menu2 a{width:92px;height:50px;background-position:-210px center;}
.topmenu ul li.menu3 a{width:125px;height:50px;background-position:-357px center;}
.topmenu ul li.menu4 a{width:50px;height:50px;background-position:-537px center;}
.topmenu ul li.menu5 a{width:121px;height:50px;background-position:-642px center;}
.topmenu ul li.menu6 a{width:54px;height:50px;background-position:-818px center;}
.topmenu ul li.menu7 a{width:101px;height:50px;background-position:-927px center;}
.topmenu ul li.menu8 a{width:111px;height:50px;margin-right:0;background-position:-1083px center;}
.topmenu ul li a.active{background:url(../img/common/bg_topmenu_on.gif) no-repeat;}
.topmenu ul li.menu1 a.active{background-position:-8px center;}
.topmenu ul li.menu2 a.active{background-position:-210px center;}
.topmenu ul li.menu3 a.active{background-position:-357px center;}
.topmenu ul li.menu4 a.active{background-position:-537px center;}
.topmenu ul li.menu5 a.active{background-position:-642px center;}
.topmenu ul li.menu6 a.active{background-position:-818px center;}
.topmenu ul li.menu7 a.active{background-position:-927px center;}
.topmenu ul li.menu8 a.active{background-position:-1083px center;}
.submenu{z-index:10;position:absolute;left:0;bottom:-50px;width:100%;padding:17px 0;height:17px;text-align:center;background:url(../img/common/bg_submenu.png) 0 0 repeat;}
.submenu ul li{display:inline-block;margin-left:25px;font-size:13px;}
.submenu ul li:first-child{margin-left:0;}
.submenu ul li a{color:#b8afa7;font-weight:bold;text-transform:uppercase;}
.submenu ul li.on a{color:#64513f;}

/*
.leftmnenu{z-index:200;overflow:hidden;position:fixed;width:245px;padding:50px 0 20px 0;background:#7e6956;text-align:left;text-transform:uppercase;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.leftmnenu .reservation{display:block;margin:0 25px 32px;padding:12px 0;font-size:16px;background:#483c36;color:#fff;text-align:center;}
.leftmnenu .btnBus{display:block;margin:20px 25px;padding:8px 15px;background:#715e4d;font-size:16px;color:#dfc9b2;}
.leftmnenu .btnBus img{width:16px;vertical-align:-23%;}
.leftmnenu ul li{margin-bottom:20px;padding-left:30px;background:url(../img/common/bg_leftmenu.jpg) 200px 4px no-repeat;cursor:pointer;}
.leftmnenu ul li.bgNone{background:url(../img/common/bg_leftmenu2.jpg) 200px 4px no-repeat;}
.leftmnenu ul li a{display:block;margin-right:50px;font-size:16px;color:#fff;line-height:1.2;}
.leftmnenu ul li ul{display:none;margin:20px 0;}
.leftmnenu ul li ul li{margin-bottom:1px;margin-left:-42px;padding:12px 0 12px 42px;background:#715e4d;}
.leftmnenu ul li ul li a{color:#c9b7a7;}
.leftmnenu ul>li.on{background:url(../img/common/bg_leftmenu_on.jpg) 200px 10px no-repeat;}
.leftmnenu ul>li.on>ul{display:block;}
.leftmnenu span{display:block;padding-left:42px;font-size:16px;line-height:1.2;color:#fed499;}
.leftmnenu span a{color:#fed499;}
.leftmnenu span,
.leftmnenu div a{display:block;padding-left:42px;color:#fff;line-height:30px;}
.leftmnenu .tRow{display:inline;padding-left:0;line-height:1.2;}
.leftmnenu div{margin-top:45px;}
.leftmnenu div{margin-top:25px;}
.leftmnenu .languageBox{position:relative;margin-top:0;padding-bottom:250px;line-height:48px;}
.leftmnenu .languageBox a.language{display:block;width:73px;margin-left:31px;padding:4px 0 4px 10px;/*background:url(../img/common/bg_left_family.gif) 91% 10px no-repeat;border:1px solid #a59689;line-height:1.2;}
.leftmnenu .languageBox img{vertical-align:top;}
.leftmnenu .languageBox a+ul{z-index:1;display:none;margin:-1px 0 0 31px;width:83px;border:1px solid #a59689;border-bottom:none;}
.leftmnenu .languageBox a+ul li{margin-bottom:0;padding-left:0;background:none;}
.leftmnenu .languageBox a+ul li a{display:block;margin:0;padding:4px 0 4px 10px;background:none;border-bottom:1px solid #a59689;font-size:12px;}*/

.leftmenu{z-index:200;overflow:hidden;position:fixed;width:245px;padding:30px 0 50px 0;background:#7e6956;text-align:left;text-transform:uppercase;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.leftmenu ul.left_top {margin:0 25px 32px;} /* 2016-01-27 ¼Ó¼º ¼öÁ¤ */
.leftmenu ul.left_top li {margin-bottom:10px; padding-left:0;background:none;} /* 2016-01-27 ¼Ó¼º ¼öÁ¤ */
.leftmenu a.reservation{display:block;width:195px;padding:12px 0;font-size:16px;background:#483c36;color:#fff;text-align:center;margin-right:0;} /* 2016-01-27 ¼Ó¼º ¼öÁ¤ */
.leftmenu .btnBus{display:block;margin:30px 25px 10px 25px;padding:8px 15px;background:#715e4d;font-size:15px;color:#dfc9b2;}
.leftmenu .btnBus img{width:18px;vertical-align:-23%;margin-right:6px;}
<!--.leftmenu .btnBehind{display:block;margin:20px 25px 10px 25px;padding:10px 15px;background:#715e4d;font-size:16px;color:#dfc9b2;text-transform:none;} -->
<!--.leftmenu .btnBehind img{vertical-align:-23%;} -->
.leftmenu .btnTrain{display:block;margin:10px 25px 10px 25px;padding:10px 15px;background:#715e4d;font-size:15px;color:#dfc9b2;text-transform:none;}
.leftmenu .btnTrain img{width:18px;vertical-align:-23%;margin-right:6px;}
.leftmenu ul li{margin-bottom:20px;padding-left:30px;/*background:url(../img/common/bg_leftmenu.jpg) 200px 4px no-repeat;cursor:pointer;*/}
.leftmenu ul li.bgNone{background:url(../img/common/bg_leftmenu2.jpg) 200px 4px no-repeat;}
.leftmenu ul li a{display:inline-block;margin-right:0px;width:165px;font-size:16px;color:#fff;line-height:1.2;}
.leftmenu ul li ul{display:none;margin:20px 0;}
.leftmenu ul li ul li{margin-bottom:1px;margin-left:-42px;padding:12px 0 12px 42px;background:#715e4d;}
.leftmenu ul li ul li a{color:#c9b7a7;}
.leftmenu ul>li.on{background:url(../img/common/bg_leftmenu_on.jpg) 200px 10px no-repeat;}
.leftmenu ul>li.on>ul{display:block;}
.leftmenu ul li p {display:inline-block;margin-right:0px;font-size:16px;color:#fff;line-height:1.2;} /* 2016-01-27 ¼Ó¼º ¼öÁ¤ */
.leftmenu ul li p > span {display:inline-block;width:165px;padding-left:0;text-align:left; line-height:1.2;}
.leftmenu ul li a.more {display:inline-block;width:30px;height:20px;background:url(../img/common/bg_leftmenu.jpg) left bottom no-repeat;} /* 2016-01-27 ¼Ó¼º ¼öÁ¤ */
.leftmenu ul li a.more.on {display:inline-block;width:30px;height:20px;background:url(../img/common/bg_leftmenu_on.jpg) left center no-repeat;} /* 2016-01-27 ¼Ó¼º ¼öÁ¤ */
.leftmenu span{display:block;padding-left:42px;font-size:16px;line-height:1.2;color:#fed499;}
.leftmenu span a{color:#fed499;}
.leftmenu span,
.leftmenu div a{display:block;padding-left:32px;color:#fff;line-height:30px;} /* 2015-12-03 ¼Ó¼º º¯°æ */
.leftmenu .tRow{display:inline;padding-left:0;line-height:1.2;}
.leftmenu div{margin-top:45px;}
.leftmenu div{margin-top:20px;}
.leftmenu.languageBox {position:relative;margin-top:5px;padding-bottom:100px;line-height:48px;} /* 2015-12-03 ¼Ó¼º º¯°æ */
.leftmenu .languageBox a.language{display:block;width:75px;margin-left:25px;padding:4px 0 5px 8px;/*background:url(../img/common/bg_left_family.gif) 91% 10px no-repeat;*/border:1px solid #a59689;line-height:1.2;}/* 2015-12-31 ±è¹ÎÁÖ´ë¸® º¯°æ */
.leftmenu .languageBox img{vertical-align:top;}
.leftmenu .languageBox a+ul{z-index:1;display:none;margin:-1px 0 0 25px;width:83px;border:1px solid #a59689;border-bottom:none;}/* 2015-12-31 ±è¹ÎÁÖ´ë¸® º¯°æ */
.leftmenu .languageBox a+ul li{margin-bottom:0;padding-left:0;background:none;}
.leftmenu .languageBox a+ul li a{display:block;margin:0;padding:4px 0 4px 8px;background:none;border-bottom:1px solid #a59689;font-size:12px;width:75px;}/* 2016-1-27 ¼Ó¼º º¯°æ */

/*sns btn footerÀ§Ä¡¿¡¼­ leftÀ§Ä¡·Î º¯°æ :: 2015-11-27 Ãß°¡*/
.leftmenu .social {position:relative;right:0;top:0;margin:0 25px; }
.leftmenu .social span {display:inline-block;margin-right:25px;text-align:center;font-size:12px;font-weight:bold;color:#fff;text-transform:uppercase;}
.leftmenu .social a {display:inline-block;margin:0;vertical-align:middle;padding:0;background:none;}
.leftmenu .social a img {width:38px;height:38px;}
.btnClose{position:absolute;right:20px;top:20px;}
.push-menu-left{top:0;width:245px;height:100%;}
.push-menu-left{left:-245px}

.TA_socialButtonRate{z-index:100;position:absolute;right:10px;top:16px;}

.mainContainer{overflow:hidden;width:1200px;height:596px;margin:0 auto;}
.mainContainer:after{content:".";height:0;visibility:hidden;display:block;clear:both;font-size:0;line-height:0;}

.visual{min-width:1200px;}

.subContainer{background:#f7f7f4;}
.subContainer.type2{min-width:1200px;background:#fff;}
.subContainer .content{position:relative;margin:0 auto;padding:40px 0;width:1200px;min-height:670px;}
.subContainer .content.type2{min-width:1200px;background:#fff;}
.subContainer .content:after{content:".";height:0;visibility:hidden;display:block;clear:both;font-size:0;line-height:0;}

.footer{min-width:1200px;background:#393f43;}
.footer .nav{display:block;max-width:1200px;margin:0 auto 30px;background:url(../img/common/bg_footer_nav.jpg) 0 0 no-repeat;}
.footer .nav .navInner{position:relative;display:inline-block;width:133px;height:185px;margin-top:45px;padding:0 0 0 13px;vertical-align:top;line-height:20px;}
.footer .nav .navInner a{text-decoration:none;}
.footer .nav .navInner strong{display:block;margin-bottom:10px;}
.footer .nav .navInner strong a{color:#fff;text-transform:uppercase;}
.footer .nav .navInner span{display:block;margin-top:20px;}
.footer .nav .navInner.addressInfo span{display:inline;margin:0;color:#c8cfd4;}
.footer .btm{position:relative;max-width:1200px;margin:0 auto;padding:0 0 70px;text-align:right;}
.footer .btm ul{line-height:1.8;}
.footer .btm .footerMenu{margin:0;padding:0 0 15px 0;text-align:left;border-bottom:1px solid #4c5255;}
.footer .btm .footerMenu strong a{color:#a59585;}
.footer .btm .footerMenu ul{display:inline;width:70%;line-height:33px;}
.footer .btm .footerMenu ul li{display:inline-block;}
.footer .btm .footerMenu ul li a{display:block;text-decoration:none;line-height:12px;margin-right:7px;padding-left:7px;background:url(../img/common/bg_footer_btm.jpg) 0 2px no-repeat;color:#fff;}
.footer .btm .footerMenu ul li.mNone{display:inline-block;}
.footer .btm .copyright img{display:block;width:230px;height:19px;margin:10px 0;vertical-align:middle;}
.footer .btm .social {position:absolute;right:0;top:0;}
.footer .btm .social span{display:inline-block;margin-right:25px;text-align:center;font-size:12px;font-weight:bold;color:#fff;text-transform:uppercase;}
.footer .btm .social a{display:inline-block;margin:0;vertical-align:middle;}
.footer .btm .social a img{width:25px;height:24px;}
.footer .btm .addressBox{position:relative;margin:0;padding-top:20px;text-align:left;line-height:22px;}
.footer .btm .addressBox div{margin-right:10px;}
.footer .btm .addressBox strong{display:inline-block;margin-right:5px;font-size:12px;font-weight:bold;color:#fff;text-transform:uppercase;}
.footer .btm .addressBox strong:first-child{margin-left:0;}
.footer .btm .addressBox .mNone{display:inline-block;}
.footer .btm .addressBox .right{position:absolute;right:0;top:20px;margin-right:0;}
.footer .btm .addressBox .right a{display:inline-block;margin-left:7px;padding-left:10px;height:20px;line-height:20px;}
.footer .btm .addressBox .right a img{width:150px;height:16px;vertical-align:top;}
.footer .btm .copyright{position:relative;left:0;top:0;margin-top:10px;text-align:left;}
.footer .btm .copyright img{display:inline-block;margin-left:20px;}
.footer .btm .copyright .partner{display:block; float:right; margin-right:0; margin-top:-15px;}/* 2016-03-23 ¼Ó¼º Ãß°¡ */
.footer .btm .copyright .partner img.design{display:inline-block;width:115px;height:22px;margin:10px 10px 10px 0;vertical-align:middle;}/* 2016-03-23 ¼Ó¼º Ãß°¡ */
.footer .btm .copyright .partner img.spg{display:inline-block;width:72px;height:22px;margin:10px 0;vertical-align:middle;}/* 2016-03-23 ¼Ó¼º Ãß°¡ */

.intro img{width:100%;}
.btmArea{position:fixed;left:0;bottom:0;display:table;width:100%;-webkit-backface-visibility:hidden; /*Most Important*/}
.btmArea a{display:table-cell;padding:15px 0;border-top:none;color:#fff;text-align:center;border-right:1px solid #5c4b3c;
	background:-webkit-linear-gradient(#7e6956, #655445); /* For Safari */
	background:-o-linear-gradient(#7e6956, #655445); /* For Opera 11.1 to 12.0 */
	background:-moz-linear-gradient(#7e6956, #655445); /* For Firefox 3.6 to 15 */
	background:linear-gradient(#7e6956, #655445); /* Standard syntax */		
}
.btmArea a:last-child{border-right:none;
	background:-webkit-linear-gradient(#715e4d, #5b4b3e); /* For Safari */
	background:-o-linear-gradient(#715e4d, #5b4b3e); /* For Opera 11.1 to 12.0 */
	background:-moz-linear-gradient(#715e4d, #5b4b3e); /* For Firefox 3.6 to 15 */
	background:linear-gradient(#715e4d, #5b4b3e); /* Standard syntax */		
}

.ui-datepicker{bottom:-52px;}
.ui-datepicker{display:none;}
.ui-datepicker{width:250px;height:255px;background:#fff;border:1px solid #efefef;}
.ui-datepicker .ui-datepicker-header{position:relative;padding-bottom:10px;background:#fff;}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next{position:absolute;width:25px;height:25px;text-indent:-9999em;}
.ui-datepicker .ui-datepicker-prev{left:10px;top:10px;background:url(../img/common/btn_date_prev.jpg) 0 0 no-repeat;}
.ui-datepicker .ui-datepicker-next {right:10px;top:10px;background:url(../img/common/btn_date_next.jpg) 0 0 no-repeat;}
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span{display:none;}
.ui-datepicker .ui-datepicker-title{padding-top:10px;font-size:18px;color:#222;text-align:center;background:#fff;}
.ui-datepicker-year{font-size:14px;color:#263745;}
.ui-datepicker-month{font-size:24px;font-weight:bold;color:#263745;}
.ui-datepicker table{width:100%;font-size:12px;border-collapse:collapse;color:#444;background:#fff;}
.ui-datepicker table th.ui-datepicker-week-end:first-child span{color:#cb2323;}
.ui-datepicker tr td:first-child a{color:#eb3c3c;}
.ui-datepicker th{padding:5px 0;text-align:center;color:#263745;}
.ui-datepicker td{background:#fff;padding:1px 0;text-align:center;}
.ui-datepicker td span, .ui-datepicker td a{display:inline-block;width:28px;height:14px;padding:7px 0;text-align:center;color:#303030;text-decoration:none;font-size:11px;background:#fafafa;border:1px solid #ededed;}
.ui-datepicker td a.ui-state-active{padding:7px 0;background:#696a6c;border:1px solid #646566;color:#fff;}
td.ui-state-disabled span{background:none;border:none;color:#c3c5c6;}
.ui-datepicker .ui-datepicker-buttonpane{background-image:none;margin:.7em 0 0 0;padding:0 .2em;}
.ui-datepicker .ui-datepicker-buttonpane button{float:right;margin:.5em .2em .4em;cursor: pointer;padding:.2em .6em .3em .6em;width:auto;overflow:visible;}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current{float:left;}
.ui-datepicker-prev.ui-state-disabled{background:url(../img/common/btn_date_prev2.jpg) 0 0 no-repeat;}
.ui-datepicker-next.ui-state-disabled{background:url(../img/common/btn_date_next2.jpg) 0 0 no-repeat;}
.ui-datepicker .date-holiday a{color:#eb3c3c;}
.ui-datepicker .date-holiday span{color:#eb3c3c;}

/* No PC */

@media all and (max-width:520px){	
	.tblH tbody tr td .sex{vertical-align:-3px;}
	.tblH tbody tr td.name input[type=text]{margin-left:0;margin-top:5px;}
	.tblH tbody tr td select,
	.tblH tbody tr td input[type=text]{margin-top:5px;}
	.tblH tbody tr td.company label{display:block;margin-top:5px;}
	.tblH tbody tr td.company label{display:block;margin-top:5px;}
	.tblH tbody tr td .btnSm{margin-top:5px;vertical-align:-12%;}
	.tblH label.inputTxt.type2,
	.tblH label.selectBox.type2{margin-left:0 !important;}

	/* header */
	.header h1 img{margin-left:0!important;} 
	.header .localmenu2 {display:none;} /* 2016-01-26 ¼Ó¼ºÃß°¡ */
	.header .logo {height:55px!important;}
	.header .logo h1 {width:100%; text-align:center;}
	.header .logo h1 img {width:108px!important;height:31px!important; margin-left:0!important;; margin-top:0!important;;}
}

@media all and (max-width:1024px){
	.header{min-width:inherit;padding:20px 0 0 0;margin:0;}
	.header h1{height:55px;padding:0;text-align:inherit;}
	.header h1 img{width:108px;height:31px;}
	.header .menu{display:block;}
	.header .localmenu{display:none;margin:0 0 13px 0;}
	.header .topmenu{display:none;}
	.header .logo {width:auto; height:115px; margin:0 auto;overflow:hidden;} /* 2016-01-26 ¼Ó¼º¼öÁ¤ */
	.header .logo h1 img {width:152px;height:44px; margin-left:100px; margin-top:34px;} /* 2016-01-26 ¼Ó¼º¼öÁ¤ */

	.submenu{display:none;}

	.visual{min-width:100%;}
	.mainContainer{overflow:hidden;width:auto;height:auto;margin:auto;}
	.subContainer .content{width:auto;min-height:450px;margin:auto;padding:40px 10px;}
	.subContainer .content.type2{min-width:inherit;}
	.subContainer.type2{min-width:inherit;background:#f7f7f4;}

	.footer{min-width:inherit;}
	.footer .nav{display:none;}
	.footer .btm{position:relative;padding:0 14px 45px;text-align:left;}
	.footer .btm .footerMenu{margin:0;padding:10px 0;border-bottom:1px solid #4c5255;}
	.footer .btm .footerMenu ul li.mNone{display:none;}
	.footer .btm .social {position:relative;right:auto;top:auto;}
	.footer .btm .addressBox{margin:10px 0;padding-top:30px;line-height:18px;}
	.footer .btm .addressBox .right{left:0;top:0;}
	.footer .btm .addressBox .right a{padding-left:0;background:none;color:#c9cbcd;}
	.footer .btm .copyright img{display:block;margin:8px 0;}
	.footer .btm .copyright .partner{float:none; margin-right:0; margin-top:2px;}/* 2016-03-23 ¼Ó¼º Ãß°¡ */
}

@media all and (min-width:768px) and (max-width:1024px){	
	.TA_socialButtonRate{position:absolute;right:30px;top:19px;}
	/* common */
	label.inputTxt.type2,
	label.selectBox.type2
	{display:inline-block;}
	.blockTxt{display:inline;}
	.imgTop{display:block;}
	.imgTop .txt{display:none;}
	.tblH .btnSm{padding:0 15px;}
	.radioBox{display:inline-block;margin-left:25px;}
	.btnBig{padding:0 23px;}
	.btnM2 {padding:0 20px}
	.mNone{display:block;}
	.mBlock{display:none;}
	.mNone2{display:none;}
	.mBlock2{display:block;}
	.paging .btnRight{position:absolute;right:0;top:28px;margin:0;}
	.paging .btnRight .btnBig{padding:0 23px;}

	/* table */
	.tblH tbody tr th,
	.tblH tbody tr td{padding:10px 0 10px 15px;}

	/* layout */
	.header{padding:0px 0 0;} /* 2016-05-19 ¼Ó¼º ¼öÁ¤ Àå¼ºÈñ  */
	/*.header .localmenu{display:block;} 2016-05-19 ¼Ó¼º ¼öÁ¤ Àå¼ºÈñ  */
	.header h1{height:100%;padding-bottom:25px;}
	.header h1 img{width:213px;height:60px;}
	/*.header .menu{top:61px;}*/
	.header .menu{top:40px;} /* 2016-05-19 ¼Ó¼º ¼öÁ¤ Àå¼ºÈñ */
	.header .menu img{width:43px;height:31px;}
	.header .logo {width:auto; height:115px; margin:0 auto;overflow:hidden;} /* 2016-01-26 ¼Ó¼º¼öÁ¤ */
	.header .logo h1 img {width:152px;height:44px; margin-left:100px; margin-top:34px;} /* 2016-01-26 ¼Ó¼º¼öÁ¤ */
	.mainContainer{overflow:hidden;}
	.subContainer .content{min-height:450px;padding:40px 30px;}
	.content:after{content:".";height:0;visibility:hidden;display:block;clear:both;font-size:0;line-height:0;}
	.subContainer.type2{background:#fff;}
	.footer .btm{position:relative;}
	.footer .btm .copyright{margin:10px 0 18px;}
	.footer .btm .social{position:absolute;right:26px;top:13px;}
	.footer .btm .footerMenu ul li.mNone{display:inline-block;}
	.footer .btm .addressBox{padding-top:0;}
	.footer .btm .addressBox .right{left:auto;right:0;}
	.footer .btm .copyright img{display:inline-block;margin-left:20px;}
	.footer .btm .copyright .partner{display:block; float:right; margin-right:0; margin-top:-15px;}/* 2016-03-23 ¼Ó¼º Ãß°¡ */
	
	a.wNone{ display:none}
	a.mNone{display:inline-block}
}

@media all and (min-width:520px) and (max-width:767px){	
	
	
	/* header */
	.header h1 img{margin-left:0;} 
	.header .localmenu2 {display:none;} /* 2016-01-26 ¼Ó¼ºÃß°¡ */
	.header .logo {height:55px;}
	.header .logo h1 {width:100%; text-align:center;}
	.header .logo h1 img {width:108px;height:31px; margin-left:0; margin-top:0;}	
	
}

@media all and (min-width:1025px){	
	.TA_socialButtonRate{position:absolute;right:30px;top:22px;}
	/* common */
	body{overflow-x:inherit;}
	label.inputTxt.type2,
	label.selectBox.type2
	{display:inline-block;}
	.blockTxt{display:inline;}
	.imgTop{display:block;}
	.imgTop .txt{;position:absolute;left:0;right:0;top:176px;width:100%;color:#fff;text-align:center;vertical-align:middle;}
	.imgTop .txt img{width:auto;}
	.imgTop .txt span{display:block;margin:5% 0;font-family:Scala;font-size:40px;}
	.imgTop .txt span .sub{display:block;margin:25px 0 0 0;font-family:"¸¼Àº°íµñ",Malgun Gothic,"³ª´®°íµñ",Nanum Gothic,"µ¸¿ò",dotum, Calibri, AppleGothic,Droid Sans,Tahoma,Sans-serif;font-size:14px;}
	.imgTop .txt.type2 span{margin:12% 0;font-size:44px;}
	.tblH .btnSm{padding:0 15px;}
	.radioBox{display:inline-block;margin-left:25px;}
	.btnBig{padding:0 23px;}
	.btnM2 {padding:0 20px}
	.mNone{display:block;}
	.mBlock{display:none;}
	.mNone2{display:block;}
	.mBlock2{display:none;}
	.reserDate{display:none !important;}
	.menuBtn{display:none !important;}
	.btnTop{display:none !important;}
	.paging .btnRight{position:absolute;right:0;top:28px;margin:0;}
	.paging .btnRight .btnBig{padding:0 23px;}

	/* table */
	.tblH tbody tr th,
	.tblH tbody tr td{padding:10px 0 10px 15px;}
	
	a.wNone{ display:none}
	a.mNone{display:inline-block}
}