@import url("../css-etc/vendor/jquery.bxslider.css");
@import url("../css-etc/vendor/jquery-ui.css");
@import url("../css-etc/vendor/font-nanumgothic.css");
@import url("../css-etc/vendor/normalize.css");
@import url("../css-etc/vendor/bootstrap.css");
@import url("../css-etc/vendor/bootstrap-theme.css");
@import url("../css-etc/vendor/normalize-custom.css");
@import url("../css-etc/icon.css");

body{
	min-width:320px;
	font-size: 14px;
	line-height: 16px;
	color: #333;
}
#pjax-container{
	height: 100%;
}
#container{
	height: auto;
	min-height: auto;
	padding: 60px 0 0;
}
#container:after{
	content:'';
	display:block;
	clear:both;
}
.layout-main #container{
    padding: 0px;
}
.container {
	position: relative;
    width:100%;
    height: 100%;
    padding: 0 12px;
    margin: auto;
    box-sizing:border-box;
}


/* header */
#header {
    position: relative;
    overflow: hidden;
    height: 60px;
    margin-bottom:-60px;
}
.header-left{
	background-color: #032550;
    background-repeat: no-repeat;
    background-position: 100% 0%;
	background-image: url("../images/part/layout/header-left-bg-m.3b35cd.png");
}
.layout-main .header-left{
	background:none;
}
.header-right{
	position:absolute;
	top:0;
	right:0;
}

/* logo */
.site-logo >a{
	height:60px;
	float:left;
}
.site-logo >a:hover,
.site-logo >a:active{
	color:#fff;
}
.hy-logo{
	display:none;
}
.logo{
	position:relative;
	font-size:13px;
	font-weight:800;
	color:#fff;
	letter-spacing:-1px;
	line-height:60px;
	padding-left:4px;
	margin-left:4px;
}
.lnb-gnb{
	display:none;
}

/* sitemap-mobile */
.sitemap-mobile-open{
	width:60px;
	height:60px;
	position:absolute;
	top:0;
	right:0;
	z-index: 100;
	background-color:#f9c424;
	background-repeat:no-repeat;
    background-position:50% 50%;
	background-image: url("../images/part/layout/sitemap-mobile.3b35cd.png");
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi){
	.sitemap-mobile-open{
		background-image: url("../images/part/layout/sitemap-mobile@x2.3b35cd.png");
		background-size:25px 17px;
	}
}
.sitemap-mobile-close{
	width:60px;
	height:60px;
	position:absolute;
	top:0;
	right:0;
	background-color:#f9c424;
	background-repeat:no-repeat;
    background-position:50% 50%;
	background-image: url("../images/part/layout/sitemap-close.3b35cd.png");
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi){
	.sitemap-mobile-close{
		background-image: url("../images/part/layout/sitemap-close@x2.3b35cd.png");
		background-size:20px 20px;
	}
}
.sitemap-mobile{
	position: fixed;
    top: 0;
    right: -300px;
    padding-top: 80px;
    width: 300px;
    height: 100%;
    background: #f9c424;
    overflow-y: auto;
    z-index: 1000;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

/* sitemap-gnb */
.sitemap-gnb{
	width:100%;
	background-color:#f7b61b;
}
.sitemap-gnb:after{
	content:'';
	display:block;
	clear:both;
}
.sitemap-gnb>ul{
	padding:0 10px;
	font-size:0;
	text-align:center;
}
.sitemap-gnb>ul>li{
	display:inline-block;
}
.sitemap-gnb>ul>li>a{
	display: inline-block;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: -1px;
    padding: 20px 10px;
    color: #0275e0;
}

/* sitemap-list */
.sitemap-list>ul>li>a{
	display:block;
	font-size: 18px;
    font-weight: 800;
    letter-spacing: -1px;
    color: #004485;
    padding: 25px 40px;
	border-left:4px solid #f9c424;
	border-bottom:1px solid #f7b61b;
}
.sitemap-list>ul>li.active>a,
.sitemap-list>ul>li:active>a{
	border-left:4px solid #0275e0;
}


/* footer */
.footer-top{
	width:100%;
	background-color:#1d2432;
	padding:45px 0 40px;
}
.footer-bottom{
	width:100%;
	background-color:#171c22;
	padding:15px 0;
}
.footer-bottom-text{
	display:inline-block;
	font-size:11px;
	color:#737d89;
	padding-left:23px;
	background-repeat:no-repeat;
    background-position:0% 50%;
	background-image: url("../images/part/layout/footer-bottom-text-icon.3b35cd.png");
}

address{
	font-size: 11px;
    line-height: 18px;
    color: #888;
    margin: 10px 0;
}
.footer-sns ul li{
	float:left;
	margin-right:5px;
}

.go-top{
	display:none;
}

.dim {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.5;
    z-index: 900;
}


/* main */
.main{
}
/* main-left */
.main-left{
	display: inline-block;
    width: 100%;
    height: 100%;
    background-color: #032550;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
	background-image: url("../images/part/main/main-left-bg-m.3b35cd.png");
	padding-top:60px;
}
.main-left .container{
    padding: 45px 12px 0 12px;
}
.main-left-tit,
.main-left-text{
	width:220px;
	margin:auto;	
}
.main-left-tit{
	font-size: 32px;
    font-weight: 800;
	text-align:center;
    color: #fff;
    line-height: 35px;
    letter-spacing: -2px;
    margin-bottom: 15px;
}
.main-left-text{
	font-size: 12px;
	text-align:center;
	line-height:14px;
    color: #fff;
    letter-spacing: -0.5px;
    margin-bottom: 30px;
}
/* main-right */
.main-right{
    background-color:#fff;
    background-repeat:no-repeat;
    background-position:100% 100%;
	background-image: url("../images/part/main/main-right-bg-m.3b35cd.png");
}
.main-right .container{
    padding: 20px 50px;
}
.main-right .row{
	margin: 0 auto;
    width: 240px;
}
.main-right .row>div{
	padding:0;
}
.main-date{
	font-size: 12px;
    font-weight: 600;
    color: #011a40;
	margin-top: 5px;
    margin-bottom: 10px;
}
.main-date>strong{
	font-size: 20px;
    font-weight: 800;
    letter-spacing: -1px;
    color: #fec825;
}
.main-available{
	letter-spacing:-1px;
	color:#333;
	margin-bottom:5px;
}
.main-available>strong{
	display: block;
    font-size: 20px;
    line-height: 28px;
	letter-spacing:-2px;
    color: #333;
}
.main-available>strong>span{
	font-size: 30px;
    color: #0275e0;
}
.main-available>span{
	font-size: 12px;
    letter-spacing: 0;
}
.main-right-btn{
	min-width: auto;
    width: 80px !important;
    height: 80px !important;
    padding: 19px !important;
    font-size: 14px !important;
    white-space: normal;
}
.main-right-btn>strong{
}
.main-right-btn:before{
	display:none !important;
}


/* calendar  */
.calendar-wrap{
	width: 90%;
    padding-right: 10px;
    margin: 0 auto 40px;
}
.calendar-month{
	width:50%;
	float:left;
	font-size: 29px;
	line-height:36px;
    font-weight: 800;
    color: #00ffff;
}
.calendar-month .title-month .small{
	font-size: 17px;
    font-weight: 400;
	margin-left: 3px;
}
.calendar-control{
	width: 50%;
    float: left;
    text-align: right;
	padding-top:9px;
}
.prev-month,.next-month{
	display:inline-block;
	width:20px;
	height:20px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
.prev-month{
	background-image: url("../images/part/main/prev-month.3b35cd.png");
}
.next-month{
	background-image: url("../images/part/main/next-month.3b35cd.png");
}
.calender-area{
	margin-top:15px;
}
.table-calender{
	width:100%;
}
.table-calender tr th,
.table-calender tr td{
    font-size: 13px;
    font-weight: 800;
	color:#fff;
    text-align: right;
}
.table-calender tr th{
	padding:17px 0;
}
.table-calender tr td{
	padding:17px 0;
}
.table-calender tr td a{
	font-size: 13px;
    font-weight: 800;
	letter-spacing:-0.5px;
	color:#fff;
}
.sun{
	color:#fdc4c4 !important;
}
.sat{
	color:#92d2ff !important;
}
.disabled a{
	color:#505e76 !important;
}
.schedule-type-today a,
.schedule-type-today span,
.schedule-type-reservation a,
.schedule-type-reservation span{
	position:relative;
	z-index:2;
	display: inline-block;
}
.schedule-type-today a,
.schedule-type-today span{
	color:#ffe400 !important;
}
.schedule-type-reservation a,
.schedule-type-reservation span{
	color:#013062 !important;
}
.schedule-type-today a:before,
.schedule-type-today span:before,
.schedule-type-reservation a:before,
.schedule-type-reservation span:before{
	content:'';
	position:absolute;
	top:50%;
	left:50%;
	margin:-17px 0 0 -17px;
	z-index:-1;
	display:inline-block;
	width:34px;
	height:34px;
	border-radius:100%;
	background-color:#6c8098;
}
.schedule-type-today a:before,
.schedule-type-today span:before{
	background-color:#6c8098;
}
.schedule-type-reservation a:before,
.schedule-type-reservation span:before{
	background-color:#00ffff;
}

/* form */
.form-group{
	margin-bottom:0;
}
.form-group+.form-group{
	margin-top:10px;
}

.form-control{
	border:1px solid #e1e1e1;
	border-radius:0;
}
.form-control:focus{
	border:1px solid #f9c424;
	outline:none;
	box-shadow:none;
}

.radio, .checkbox{
	margin-top:0;
}
.radio label,
.checkbox label{
	word-break: break-all;
}
.checkbox-inline, 
.radio-inline {
    display: inline-block;
	padding:0;
	margin-right:10px;
}
.checkbox-inline+.checkbox-inline, 
.radio-inline+.radio-inline{
	margin-right: 10px;
    margin-left: 0;
}

/* radio */
.radio{
	position: relative;
}
.radio input[type="radio"] {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0,0,0,0);
	border: 0;
}
input[type="radio"] + label {
	display: inline-block;
	position: relative;
	font-size:14px;
	padding-left: 20px;
	cursor: pointer;
	color:#666;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
}
/* 가짜박스 */
input[type="radio"] + label:before {
	content: '';
	position: absolute;
	left: 0;
	top: 2px;
	width: 14px;
	height: 14px;
	text-align: center;
	background: #fafafa;
	border:1px solid #bbb;
	border-radius: 100%;
	box-sizing:border-box;
}
/* 체크했을때 */
input[type="radio"]:checked + label{
	color:#333;
}
input[type="radio"] + label:active:before, input[type="radio"]:checked + label:active:before {
	box-shadow: 0px 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05), inset 15px 10px -12px rgba(255,255,255,0.1);
}
input[type="radio"]:checked + label:before {
	background: #ededed;
	border: 1px solid #999;
}
input[type="radio"]:checked + label:after {
	content: '';
    position: absolute;
    top: 6px;
    left: 4px;
    width: 6px;
    height: 6px;
    background: #bbb;
    border-radius: 100%;
}

/* checkbox */
.checkbox{
	position: relative;
}
input[type="checkbox"] {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0,0,0,0);
	border: 0;
}
input[type="checkbox"] + label {
	display: inline-block;
	position: relative;
	font-size:14px;
	padding-left: 20px;
	cursor: pointer;
	color:#666;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
}
/* 가짜박스 */
input[type="checkbox"] + label:before {
	content: '';
	position: absolute;
	left: 0;
	top: 2px;
	width: 14px;
	height: 14px;
	text-align: center;
	background: #fafafa;
	border:1px solid #bbb;
	box-sizing:border-box;
}
/* 체크했을때 */
input[type="checkbox"]:checked + label{
	color:#333;
}
input[type="checkbox"] + label:active:before, input[type="checkbox"]:checked + label:active:before {
	box-shadow: 0px 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05), inset 15px 10px -12px rgba(255,255,255,0.1);
}
input[type="checkbox"]:checked + label:before {
	background: #fff;
	border: 1px solid #999;
}
input[type="checkbox"]:checked + label:after {
	content: '';
    position: absolute;
    top: 6px;
    left: 4px;
    width: 6px;
    height: 6px;
    background: #bbb;
}
input[type="checkbox"]:disabled + label:before {
	background: #ebebeb;
}
input[type="checkbox"]:disabled + label{
	color: #c5c5c5;
}

/* placeholder */
::-webkit-input-placeholder { /* Chrome */
  color: #999;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #999;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #999;
  opacity: 1;
}
:-moz-placeholder { /* Firefox 4 - 18 */
  color: #999;
  opacity: 1;
}

/* select */
select{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-repeat: no-repeat;
	background-position: 95% 50%;
	background-image: url("../images/part/common/select-arrow.3b35cd.png") !important;	
}
select:required:invalid {
  color: #ccc !important;
}
select::-ms-expand {
	display: none;
}
option[value=""][disabled] {
	display: none;
	color: #ccc;
}
option {
	color: #222 !important;
}
option:focus{
	outline:none;
}

.form-phone{
	text-align:center;
}
.form-phone .form-control{
	display:block;
	width:100%;
	margin-bottom:3px;
}

.form-email{
	text-align:center;
}
.form-email .form-control{
	display:block;
	width:100%;
	margin-bottom:3px;
}

/* 공통 */
.page-container{
	width:100%;
	padding:80px 12px  110px;
	margin:auto;
}
.module-content{
	width:100%;
}

/* title */
.tit{
	font-size: 30px;
    font-weight: 800;
    line-height: 34px;
    letter-spacing: -2px;
    margin-bottom: 40px;
    color: #1d2432;
}
.tit small{
	display:block;
	font-size:25px;
	font-weight: 400;
	color: #1d2432;
}
.tit2{
	font-size:18px;
	font-weight:600;
    line-height: 20px;
	color:#004b93;
	margin-bottom:15px;
}
.tit2 small{
	font-size:15px;
	font-weight:400;
	color:#004b93;
	margin-left:5px;
}

/* button */
.btn-wrap .btn{
	margin-bottom:5px;
}
.btn{
	font-weight:500;
	text-align:left;
	box-shadow:none;
	background-image:none;
}
.btn:before{
	display: inline-block;
	content: '';
	width: 1px;
	height: 100%;
	vertical-align: middle;
}
.btn>span{
	display: inline-block;
	width:90%;
	font-size:16px;
	font-weight:400;
	vertical-align: middle;
	box-sizing: border-box;
	padding:0 5px;
}
.btn>span>small{
	font-size:14px;
}

.btn-primary{
	color:#fff !important;
	border:1px solid #004a92 !important;
	background-color:#004a92 !important;
}
.btn-primary:hover,
.btn-primary:active{
	color:#fff;
	border:1px solid #003a71 !important;
	background-color:#003a71 !important;
}
.btn-gray{
	color:#fff !important;
	border:1px solid #ccc !important;
	background-color:#ccc !important;
}
.btn-gray:hover,
.btn-gray:active{
	color:#fff;
	border:1px solid #a9a9a9 !important;
	background-color:#a9a9a9 !important;
}
.btn-default{
	color:#999 !important;
	border:1px solid #ddd !important;
	background-color:#fff !important;
}
.btn-default:hover,
.btn-default:active{
	color:#fff;
	border:1px solid #ccc !important;
	background-color:#eaeaea !important;
}

.btn-lg{
	height:60px;
	padding: 10px 20px;
    font-size: 18px;
    line-height: 20px;
    border-radius: 5px;
}
.btn-md{
	height:38px;
	padding: 5px 20px;
    font-size: 16px;
    line-height: 18px;
    border-radius: 5px;
}

.btn-arrow-white{
	padding-right:70px;
	background-repeat: no-repeat !important;
    background-position: 87% 50% !important;
	background-image: url("../images/part/common/arrow-white.3b35cd.png") !important;
}
.btn-arrow-gray{
	padding-right:70px;
	background-repeat: no-repeat !important;
    background-position: 87% 50% !important;
	background-image: url("../images/part/common/arrow-gray.3b35cd.png") !important;
}

/* 정렬 */
.text-left{
	text-align:left !important;
}
.text-right{
	text-align:right !important;
}
.text-center{
	text-align:center !important;
}
.pull-left{
	float:left !important;
}
.pull-right{
	float:right !important;
}

/* color */
.point-light-sky{
	color:#00ffff !important;
}
.point-sky{
	color:#00aeef !important;
}
.point-blue{
	color:#0371ce !important;
}
.point-blue2{
	color:#004a92 !important;
}
.point-red{
	color:#ce7886 !important;
}
.point-light-gray{
	color:#c2c2c2 !important;
}
.point-gray{
	color:#666 !important;
}

.bg-light-gray{
	background-color:#f4f4f5 !important;
}


/* text */
.module-content p{
	font-size:14px;
	line-height:24px;
	color:#666;
}

.text-md{
	font-size:18px;
}

.img-wrap{
	text-align:center;
}

/* table */
.table-responsive{
	border:0;
}
.module-content table{
	width:100%;
	border-top: 2px solid #283138;
}
.module-content table tr th,
.module-content table tr td{
	font-size: 14px;
	line-height:20px;
	text-align:center;
	padding: 13px 5px;
	border-bottom: 1px solid #283138;
}
.module-content table tr th{
    font-weight: 600;
    color: #333;
    background-color: #f4f4f5;
}
.module-content table tr td{
	color:#666;
}
.module-content table.text-left tr th,
.module-content table.text-left tr td{
	text-align:left !important;
}
.module-content table.text-right tr th,
.module-content table.text-right tr td{
	text-align:right !important;
}
.module-content table.text-center tr th,
.module-content table.text-center tr td{
	text-align:center !important;
}
table a{
	color:#666;
}
table a:hover,
table a:active{
	color:#000;
}

/* t-responsive-style */
.t-responsive-style th,
.t-responsive-style td{
	padding:13px 20px !important;

}
@media all and (max-width:640px){
.t-responsive-style,
.t-responsive-style thead,
.t-responsive-style tbody,
.t-responsive-style tr,
.t-responsive-style th,
.t-responsive-style td {
	display: block
}/* 테이블의 모든 요소를 block화 시킴*/
.t-responsive-style {
	border-top: 1px solid #000
}
.t-responsive-style tr:after {
	content: "";
	display: block;
	clear: both
}/* th,td의 플롯해제 */
.t-responsive-style th {
	position: relative;
	border-top: 0 none;
	float: left;
	width: 100%;
	border-right: 0;
	box-sizing: border-box
}/* ie9에서 float을 줘야함 */
.t-responsive-style td {
	position: relative;
	border-top: 0 none;
	float: left;
	width: 100%;
	border-right: 0;
	box-sizing: border-box
}/* relative를 줘야 사파리에서 다시 키웠을때, 안깨짐*/
}

/* board */
.board p{
	font-size:14px;
	line-height:24px;
	color:#666;
}

.board table{
	width:100%;
	border-top: 2px solid #283138;
}
.board table tr th,
.board table tr td{
	font-size: 14px;
	line-height:20px;
	text-align:center;
	padding: 13px 5px;
	border-bottom: 1px solid #283138;
}
.board table tr th{
    font-weight: 600;
    color: #333;
    background-color: #f4f4f5;
}
.board table tr td{
	color:#666;
}
.board table.text-left tr th,
.board table.text-left tr td{
	text-align:left !important;
}
.board table.text-right tr th,
.board table.text-right tr td{
	text-align:right !important;
}
.board table.text-center tr th,
.board table.text-center tr td{
	text-align:center !important;
}

/* board-default-list */
.board-default-list>ul>li{
	border-bottom:1px solid #283138;
}
.board-default-list>ul>li:first-child{
	border-top:1px solid #283138;
}
.board-default-list>ul>li:hover .board-default-list-content,
.board-default-list>ul>li:hover .board-default-list-info{
	color:#333;
}
.board-default-list>ul>li>a{
	width: 100%;
    display: inline-block;
    box-sizing: border-box;
}
.board-default-list .board-default-list-title{
	font-size: 14px;
    font-weight: 600;
    line-height: 18px;
    display: block;
    overflow: hidden;
    margin-bottom: 4px;
    padding: 10px 20px;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #333;
    background-color: #f4f4f5;
}
.board-default-list .board-default-list-content{
	font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    display: block;
    overflow: hidden;
    padding: 10px 20px;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #666;
}
.board-default-list .board-default-list-info{
	font-size: 13px;
    font-weight: 400;
    line-height: 16px;
    display: block;
    padding: 5px 20px 10px;
    color: #666;
}
.board-default-list .board-default-writer{
	font-weight:600;
	color:#00aeef;
}
.board-default-list .board-default-hit strong{
	color:#00aeef;
}
.board-default-list .board-default-date,
.board-default-list .board-default-writer,
.board-default-list .board-default-hit{
	display: inline-block;
	margin-right:10px;
}

/* board-default-view */
.board-default-view{
	width:100%;
}
.board-default-view-title{
	font-size: 18px;
	line-height: 25px;
    font-weight: 600;
    letter-spacing: -1px;
    text-align: center;
    border-top: 2px solid #283138;
    border-bottom: 1px solid #283138;
    padding: 25px 10px;
}
.board-default-view-info{
	display:inlnie-block;
}
.board-default-date-wrap{
	width:100%;
	display: inline-block;
    font-size: 14px;
    color: #666;
}
.board-default-date-tit{
	display: inline-block;
	width:100%;
    min-width: 160px;
    text-align: center;
    background-color: #f4f4f5;
    padding: 15px 30px;
    box-sizing: border-box;
}
.board-default-date-con{
	display: inline-block;
	width:100%;
    font-size: 14px;
    color: #666;
    padding: 15px 30px;
	text-align:center;
}
.board-default-view .board-default-date,
.board-default-view .board-default-writer,
.board-default-view .board-default-hit{
	display: inline-block;
    font-size: 14px;
    color: #666;

	padding:15px;
}
.board-default-view .board-default-writer{
	font-weight:600;

	color:#00aeef;
}
.board-default-view .board-default-hit strong{
	color:#00aeef;
}
.board-default-view-content{
	padding:30px 20px;
	border-top:1px solid #283138;
	border-bottom:1px solid #283138;
	margin-bottom:27px;
}

.container-uploaded-list{
	margin-top:50px;
}
.container-uploaded-list table tr th,
.container-uploaded-list table tr td{
	padding:10px;
}

/* pagination */
.pagination{
	width:100%;
	margin:50px 0 10px;
}
.pagination>ul{
	font-size: 0;
    text-align: center;
}
.pagination>ul>li{
	text-align: center;
    display: inline-block;
}
.pagination>ul>li>a{
	display: inline-block;
    font-size: 12px;
    width: 35px;
    height: 35px;
    text-align: center;
    vertical-align: middle;
    color: #666;
    border: 1px solid #bbb;
    border-radius: 0;
    padding-top: 8px;
    margin-left: -1px;
}
.pagination>ul>li.active a{
	color: #fff;
    background-color: #283138;
    border: 1px solid #283138;
}
.pagination .selected{
	color:#fff;
	background-color:#283138;
	border:1px solid #283138;
}
.pagination .prev,
.pagination .next{
	margin:0 8px;
	background-repeat: no-repeat;
    background-position: 50% 50%;
	background-image: url("../images/part/common/pagination-prev.3b35cd.png");
}
.pagination .prev{
	background-image: url("../images/part/common/pagination-prev.3b35cd.png");
}
.pagination .next{
	background-image: url("../images/part/common/pagination-next.3b35cd.png");
}


/* 서브페이지 - 국제처 예약시스템 */
/* reservation-history-list */
.reservation-history-list-top{
	border-bottom: 1px solid #283138;
}
.reservation-history-list-top td,
.reservation-history-list-top th{
	border-bottom:0 !important;
}
.reservation-history-list-top .reservation-status{
	font-size: 14px;
    line-height: 14px;
    text-align: left;
    color: #888;
    padding: 6px 5px;
}
.reservation-history-list-top .reservation-status small{
	font-size:12px;
}
.reservation-history-list-top .reservation-detail-btn{
	text-align:left;
	padding:4px 5px;
}
.reservation-history-list-top .reservation-detail-btn >*{
	position: relative;
    font-size: 12px;
    line-height: 12px;
    text-align: left;
    color: #888;
    padding: 4px 25px 4px 0;
	cursor: pointer;
}
.reservation-history-list-top .reservation-detail-btn >* small{
	font-size:11px;
}
.reservation-detail-btn >* .icon-reservation-arrow{
	position: absolute;
    top: 50%;
    right: 5px;
    margin-top: -8px;
}
.reservation-detail-btn.active .icon-reservation-arrow{
	transform: rotate(90deg);
}

.reservation-history-list-bottom{
	background-color:#f4f4f5;
}
.reservation-history-list-bottom >td{
	padding:0 !important;
}
.reservation-history-list-bottom >td >.reservation-history-list-bottom-content{
	display:none;
	padding:30px 40px;
	text-align: left !important;
}
.reservation-history-list-bottom >td >.reservation-history-list-bottom-content>div{
	margin-bottom:20px;
}
.reservation-history-bottom-tit{
	display: inline-block;
    font-size: 14px;
    font-weight: 600;
    color: #333;
    margin-bottom: 10px;
	margin-right: 5px;
}
.reservation-history-bottom-tit small{
	font-size: 14px;
    font-weight: 400;
    color: #999;
}

/* terms */
.terms-area+.terms-area{
	margin-top:40px;
}
.terms-top{
	font-size: 14px;
    font-weight: 600;
    color: #333;
    padding: 13px 30px;
    border-top: 2px solid #333;
    border-bottom: 1px solid #333;
	background-repeat: no-repeat;
    background-position: 97% 50%;
	background-image: url("../images/part/common/terms-arrow.3b35cd.png");
}
.terms-con{
	height: 185px;
    font-size: 14px;
    line-height: 20px;
    color: #444;
    background-color: #f4f4f5;
    padding: 30px;
    overflow-y: auto;
}
.terms-bottom{
	padding:10px 0;
}

/* time-check */
.time-check{
	margin:-13px -20px;
}
.time-check li{
	position: relative;
	padding:10px;
    border-top: 1px dashed #d6d7d9;
}
.time-check li:first-child{
	border-top:0;
}
.time-check-tit{
	width: 100%;
    display: inline-block;
    font-size: 14px;
    color: #888;
	background-color:#f4f4f5;
	text-align:center;
	padding:5px;
	margin-bottom:5px;
}

/* 소개 */
.intro{
	height:100%;
}
.intro-left{
	display:none;
}
.intro-right{
	display: inline-block;
	width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: 100% 98%;
	background-image: url("../images/part/page/intro/intro-right-bg-m.3b35cd.png");
}
.intro-right .container{
	padding:50px 40px 115px;
}
.intro-txt{
	font-size: 16px !important;
    line-height: 24px !important;
    letter-spacing: -1px;
    color: #333 !important;
    margin-top: 25px;
}

/* 찾아오는길 */
.page-intro .page-container{
	width: 100%;
    padding: 0;
    height: 100%;
}
.page-intro .page-container>.tit{
	display:none;
}
.contact-img{
	border:1px solid #ebebeb;
	padding:10px;
	margin:10px 0;
}
.contact-row{
	margin:0 -5px;
}
.contact-row>div{
	padding:0 5px;
}

/* 개인정보 처리방침 */
.privacy-policy {
	padding: 40px 0
}
.privacy-policy h3 {
	line-height: 26px;
	margin-bottom: 30px;
	text-align: center
}
.privacy-policy p {
	font-size: 15px;
	line-height: 20px;
	margin-bottom: 6px;
	color: #333
}
.privacy-policy table {
	width: 100%;
	margin: 25px 0
}
.privacy-policy table tr td, .privacy-policy table tr th {
	font-size: 15px;
	padding: 10px;
	text-align: center;
	border: 1px solid #c8c8c8
}
.privacy-policy table tr th {
	font-weight: 600;
	color: #333;
	background-color: #fafafa
}
