/*=================================================
				일반
=================================================*/
body{
	font-family: "notokr", "Nanum Gothic", sans-serif;
}

p{
	margin: 0;
}

/*****#####===== 폰트간격 =====#####*****/
.ls-05{
	letter-spacing: -0.5px; 
}

.ls-1{
	letter-spacing: -1px; 
}

.ls-2{
	letter-spacing: -2px; 
}

/*****#####===== 폰트굵기 =====#####*****/
.weight-100{
	font-weight: 100;
}

.weight-200{
	font-weight: 200;
}

.weight-300{
	font-weight: 300;
}

.weight-500{
	font-weight: 500;
}

.weight-600{
	font-weight: 600;
}

.weight-700{
	font-weight: 700;
}

.weight-800{
	font-weight: 800;
}

/*****#####===== 폰트색상 =====#####*****/
.p-white{
	color: #FFFFFF;
}

.p-clearblack{
	color: #111111;
}

.p-black{
	color: #000000;
}
/*****#####===== 폼 컨트롤 =====#####*****/
input,
textarea,
select,
button,
a{
	outline: 0;
}



/*****#####===== A 링크 =====#####*****/
a{
	color: inherit;
	text-decoration: none;
	font-family: inherit;
}

a:hover,
a:active,
a:after,
a:visited,
a:focus,
button:hover,
button:active,
button:after,
button:visited,
button:focus{
	color: inherit;
	text-decoration: none;
	outline: none; 
}

/*****#####===== 템플릿 =====#####*****/
.template{
	display: none;
}

/*****#####===== row 숨기기 =====#####*****/
.hide-row{
	display: none;
}

.hide-row.active{
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

/*****#####===== 버튼 =====#####*****/
.btn{
	background-color: #999999;
	
	color: #FFFFFF;
	cursor: pointer;
}

.btn:hover,
.btn:active,
.btn:after,
.btn:visited,
.btn:focus{
	color: #FFFFFF;
	text-decoration: none;
	outline: none; 
}

.btn-dark-gray{
	background-color: #6A747C;
}

.btn-white{
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	
	color: #5E5E5E;
}

.btn-brown{
	background-color: #BC9B6A;
}


/*****#####===== 레이어 =====#####*****/
.layer{
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 20000;
	
	background-color: #FFFFFF;
}

/*****#####===== flaticon =====#####*****/
[class^="flaticon-"]:before, 
[class*=" flaticon-"]:before{
    margin-left: 0;
}
/*=================================================
		텍스트
=================================================*/
/*****#####===== word-break =====#####*****/
.word-break{
	word-wrap: break-word;
	word-break: keep-all;
}


/*=================================================
				Board
=================================================*/


/*=================================================
				댓글
=================================================*/
/*****#####===== 리스트 =====#####*****/
.cmnt-lists > li{
	padding: 15px 5px;
	
	border-top: 1px solid #CDCDCD;
}

.cmnt-title{
	margin-bottom: 1rem;
}

.cmnt-title span{
	font-size: 1.1rem;
	font-weight: 700;
	color: #097CBE;
}

.cmnt-info{
	margin-top: 1.2rem;
}

.cmnt-info .count{
	cursor: pointer;
}

.reply-lists-wrap{
	display: none;
	padding: 1rem 2rem;
	
	background-color: #EFEFEF;
}

.reply-lists-wrap.active{
	display: block;
}

.reply-lists > li{
	padding: 1.1rem 0.5rem;
	
	border-bottom: 1px solid #CDCDCD;
}

/*****#####===== 쓰기 =====#####*****/
.cmnt-wrap{
	width: 100%;
	
	margin-top: 0.8rem;
}

.cmnt-wrap .cmnt-text{
	border: 3px solid #202020;
	
	height: 70px;
}

.cmnt-wrap .cmnt-text textarea{
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	
	border: none;
}

.cmnt-wrap .cmnt-btn{
	width: 100px;
	height: 70px;
	
	color: #FFFFFF;
	font-weight: bold;
	
	text-align: center;
	
	border: 3px solid #202020;
	background-color: #202020;
	
	cursor: pointer;
}

.cmnt-wrap .cmnt-btn:hover{
	background-color: #FFFFFF;
	color: #202020;
}

/*=================================================
				Popup
=================================================*/
.popup{
	position: absolute;
	padding: 10px;
	z-index: 2080;
	background-color: #383838;
	border: 1px solid #333333;
}

.popup .popup-list-wrap{
	position: relative;
	margin: 0.6rem 0;
}

.popup-pointer{
	position: absolute;
	display: inline-block;
	top: 0;
	left: 0;
	z-index: 10;
	opacity: 0;
	
	border: 5px solid red;
	
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease-in-out;
}

.popup-list-item{
	display: block;
}

/*=================================================
				Modal
=================================================*/
.alert-modal{
	z-index: 1100;
}

/*=================================================
				Box
=================================================*/
/*****#####===== 스크롤 박스 =====#####*****/
.scroll-box{
	height: 15rem;
	padding: 1rem;
	
	overflow-y: scroll;
	
	border: 1px solid #DDDDDD;
}

/*****#####===== 완료 박스 =====#####*****/
.complete-wrap{
	margin-bottom: 3rem;
	padding: 3rem;
	
	border: 1px solid #DDDDDD;
	background-image: url('/img/page/total-wrap-bg.png');
	
	text-align: center;
}

.complete-wrap h3{
	font-size: 2.3rem;
	font-weight: 700;
}


/*=================================================
				테이블
=================================================*/
/*****#####===== 리스트 테이블 =====#####*****/
.list-table > thead > tr > th{
	text-align: center;
}

.list-table > tbody > tr > td{
	padding: 0.7rem 0.35rem;
	vertical-align: middle;
	
	text-align: center;
}

/*****#####===== 뷰 테이블 =====#####*****/
.view-table{
	border-top: 2px solid #A9A9A9;
    border-bottom: 1px solid #DDDDDD;
}

.view-table > tbody > tr > th{
	width: 10rem;
	
	background-color: #EFEFEF;
	
	text-align: center;
}

/*****#####===== 폼 테이블 =====#####*****/
.form-table th{
	width: 10rem;
	padding: 0.8rem 0.4rem;
	
	font-weight: 400;
}

/*****#####===== 주문 테이블 =====#####*****/
.order-table{
	width: 100%;
}
.order-table thead tr th{
	background-color: #EEEEEE;
	border-top: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	
	text-align: center;
}

.order-table tbody tr td{
	text-align: center;
}

/*****#####===== 파일 테이블 =====#####*****/
.file-table > thead > tr > th,
.file-table > tbody > tr > td{
	text-align: center;
}

/*****#####===== 기존 파일 보기 =====#####*****/
.stored-file-wrap{
	margin-top: 0.5rem;
	
	background-color: #F4F4F4;
	border: 1px dashed #BBBBBB;
	border-radius: 0;
}

.stored-file-wrap table{
	width: auto;
}

.stored-file-wrap table img{
	width: auto;
	height: 2rem;
}

.stored-file-wrap table td{
	padding: 0.6rem;
	
	vertical-align: middle;
	
	word-wrap: break-word;
	word-break: keep-all;
}

.stored-file-wrap input[type='checkbox'] + label.del_file_label{
	margin: 0;
}

.list_row .stored-file-wrap table td{
	padding: 0.5rem;
}

/*****#####===== 고정 테이블 =====#####*****/
.fixed-table{
	table-layout: fixed;
}

/*****#####===== 테이블 Row 숨기기 =====#####*****/
.hide-tr{
	display: none;
}

.hide-tr.active{
	display: table-row;
}

/*=================================================
				지도
=================================================*/
.map_canvas{
	display: none;
}

.map_canvas.active{
	display: block;
	height: 400px;
	margin-bottom: 1rem;
}

.address_wrap .postcode_btn,
.address_wrap .form-control{
	margin-bottom: 0.5rem
}

/*=================================================
				CK Editor
=================================================*/
.ckeditor-inline-wrapper{
	padding: 1rem;
	
	background-color: #EFEFEF;
}

/*=================================================
				Breadcrumb
=================================================*/
/*****#####===== 일반 Breadcrumb =====#####*****/
.breadcrumb{
	margin: 0;
	padding: 0;
	
	background: none;
}

.breadcrumb .breadcrumb-item + .breadcrumb-item::before{
	padding: 0 0 0 0.3rem;
}

.breadcrumb .breadcrumb-item{
	font-size: 0.8rem;
}

.breadcrumb .breadcrumb-item.active {
	color: inherit;
	font-weight: 600;
}

/*****#####===== 사선 Breadcrumb =====#####*****/
.diagonal-breadcrumb{
	width: 100%;
	margin: 1rem 0 2rem;
	padding: 0;
	list-style: none;
	overflow: hidden;
}

.diagonal-breadcrumb li{
	width: 33.33%;
	float: left;
}

.diagonal-breadcrumb li div{
	position: relative;
}

.diagonal-breadcrumb li.active > div::before,
.diagonal-breadcrumb li.active > div::after{
	content:'';
	position:absolute;
	width: 2rem;
	top: 0;
	bottom: 0;
	z-index: 10;

	background-color: #6A747C;

	transform: skew(-30deg);
}

.diagonal-breadcrumb li.active > div::before{
	left: -1em;
}

.diagonal-breadcrumb li.active > div::after{
	right: -1em;
}

.diagonal-breadcrumb li div span{
	display: block;
	width: 100%;
	padding: 1rem;
	
	background-color: #A6ACB0;
	
	color: #FFFFFF;
	text-align: center;
}

.diagonal-breadcrumb li.active div span{
	background-color: #6A747C;
}


/*=================================================
				부트스트랩
=================================================*/
/*****#####===== Card =====#####*****/
.card{
	border-radius: 0;
}

.card-outline-primary .card-header{
	background-color: #0275D8;
	
	color: #FFFFFF;
}

.card-outline-secondary .card-header{
	background-color: #CCCCCC;
	
	color: #FFFFFF;
}

.card-outline-success .card-header{
	background-color: #5CB85C;
	
	color: #FFFFFF;
}

.card-outline-info .card-header{
	background-color: #5BC0DE;
	
	color: #FFFFFF;
}

.card-outline-warning .card-header{
	background-color: #F0AD4E;
	
	color: #FFFFFF;
}

.card-outline-danger .card-header{
	background-color: #D9534F;
	
	color: #FFFFFF;
}

/*****#####===== Display =====#####*****/
.d-none{
	display: none;
}


/*****#####===== Alert =====#####*****/
.alert{
	padding: 0.3rem 2rem;
	margin-bottom: 0.3rem;
}

.alert .close{
	top: -0.3rem;
	right: -2rem;
	padding: 0.3rem 2rem;
}

.alert-small{
	padding: 0.2rem 0.8rem;
}

.alert-small .close{
	top: -0.2rem;
	right: -0.8rem;
	padding: 0.2rem 0.8rem;
}

/*****#####===== 디스플레이 =====#####*****/
.d-inline-block{
	width: auto;
}

.d-none{
	display: none;
}

/*****#####===== 리스트 =====#####*****/
ul{
	margin: 0;
}



/*****#####===== 테이블 =====#####*****/
.table thead th,
.table thead td,
.table tbody th,
.table tbody td{
	vertical-align: middle;
}

/*****#####===== 라벨 =====#####*****/
.custom-control,
.custom-control + .custom-control{
	margin: 0.5rem 1rem 0.5rem 0;
	
	vertical-align: middle;
}

/*****#####===== 폼 =====#####*****/
.form-control{
	border-radius: 0;
	border: 1px solid #DDDDDD;
}

/*****#####===== 버튼 =====#####*****/
.btn{
	border-radius: 0;
}

/*****#####===== Nav =====#####*****/


/*=================================================
				백그라운드
=================================================*/
.bg{
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.fixed-bg{
	position: static;
	
	background-position: center;
	background-attachment: fixed;
	background-size: cover;
	background-repeat: no-repeat;
}

.parallax-bg{
	background-position: 50% 0;
	background-attachment: fixed;
	background-size: cover;
	background-repeat: no-repeat;
}


/*=================================================
				비율 DIV
=================================================*/
/*****#####===== 비율 박스 =====#####*****/
.ratio-box{
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
}

.ratio-box:before{
	content: "";
	display: block;
	padding-top: 100%;
}

.ratio-box > .ratio-content{
	position:  absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

.middle-box{
	display: table;
	width: 100%;
	height: 100%;
	
	text-align: center;
}

.middle-box .inner{
	display: table-cell;
	width: 100%;
	height: 100%;
	vertical-align: middle;
	
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	
	text-align:center;
}

/*****#####===== 원형 비율 박스 =====#####*****/
.middle-box .inner.circle{
	border-radius: 100%;
}

/*****#####===== 레이어 =====#####*****/
.ratio-box .layer{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	
	background-color: rgba(0,0,0,0.5);
	
	color: #FFFFFF;
	
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease-in-out;
}

.ratio-box:hover .layer{
	opacity: 1;
}

.ratio-box .slide-layer{
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0;
	
	background-color: rgba(0,0,0,0.5);
	
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
	
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease-in-out;
}

.ratio-box:hover .slide-layer{
	opacity: 1;
	
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
}

.ratio-box .layer.circle{
	border-radius: 100%;
}

/*****#####===== 가로:세로 비율 =====#####*****/
/* 뒤의수 나누기 앞의 수 * 100 */
.ratio-box.ratio2_1:before{
	padding-top: 50%;
}
.ratio-box.ratio1_1:before{
	padding-top: 100%;
}
.ratio-box.ratio2_3:before{
	padding-top: 150%;
}
.ratio-box.ratio3_4:before{
	padding-top: 133.33%;
}
.ratio-box.ratio5_6:before{
	padding-top: 120%;
}
.ratio-box.ratio1_2:before{
	padding-top: 200%;
}
.ratio-box.ratio4_3:before{
	padding-top: 75%;
}
.ratio-box.ratio16_9:before{
	padding-top: 56.25%;
}
.ratio-box.ratio9_16:before{
	padding-top: 177.77%;
}
.ratio-box.ratio8_5:before{
	padding-top: 62.5%;
}

/*=================================================
		리스트
=================================================*/
/***** 가로선 *****/
.vertical-list{
	padding: 0;
	margin: 0;
	
	list-style: none;
}

.vertical-list:after{
	clear: both;
	display: table;
	content: "";
}

.vertical-list:before{
	display: table;
	content: "";
}

.vertical-list > li{
	display: inline-block;
	float: left;
}

/***** 세로 가르기 선 *****/
ul.vertical-divide{
	width: auto;
	margin: 0;
	padding: 0;
	
	list-style: none;
}

ul.vertical-divide:before{
	display: table;
	content: " ";
}

ul.vertical-divide:after{
	clear: both;
	display: table;
	content: " ";
}

ul.vertical-divide > li {
	display: inline-block;
	float: left;
	margin: 0;
	padding: 0;
}

ul.vertical-divide > li > div,
ul.vertical-divide > li > span,
ul.vertical-divide > li > a{
	display: block;
	
	text-align: center;
	
	padding: 5px 15px;
}

ul.vertical-divide > li+li:before{
	display: block;
	position: absolute;
	margin-top: 9px;
	width: 2px;
	height: 12px;
	border-left: 1px solid #999999;
	border-right: 1px solid #DDDDDD;
	content: '';
}

/*=================================================
			Selectize
=================================================*/
.selectize-control .selectize-input{
	padding: .5rem .75rem;
	margin-top: 0.15rem;
    
    box-shadow: none;
    border: 1px solid rgba(0,0,0,.15) !important;
    border-radius: 0;
    background: none !important;
    
    font-size: 1rem;
    line-height: 1.25;
    text-align: left;
}

/*=================================================
			Full Calendar
=================================================*/
/*****#####===== 예약 달력 =====#####*****/
.reservation_calendar .fc-event.gcal-holiday,
.reservation_calendar .fc-event.gcal-holiday:hover{
	background: none;
	border: none;
	cursor: default;
	
	color: #777777;
}

.reservation_calendar .fc-day{
	cursor: pointer;
}

.reservation_calendar .fc-day.selected{
	background-color: #CDEBCF;
}

/*=================================================
			기타 간편 설정
=================================================*/
/*****#####===== Row 설정 =====#####*****/
.row-0{margin-left: 0px;margin-right: 0px;}
.row-0 > div[class*='col-']{padding-left: 0px;padding-right: 0px;}
.row-1{margin-left: -1px;margin-right: -1px;}
.row-1 > div[class*='col-']{padding-left: 1px;padding-right: 1px;}
.row-2{margin-left: -2px;margin-right: -2px;}
.row-2 > div[class*='col-']{padding-left: 2px;padding-right: 2px;}
.row-3{margin-left: -3px;margin-right: -3px;}
.row-3 > div[class*='col-']{padding-left: 3px;padding-right: 3px;}
.row-4{margin-left: -4px;margin-right: -4px;}
.row-4 > div[class*='col-']{padding-left: 4px;padding-right: 4px;}
.row-5{margin-left: -5px;margin-right: -5px;}
.row-5 > div[class*='col-']{padding-left: 5px;padding-right: 5px;}
.row-10{margin-left: -10px;margin-right: -10px;}
.row-10 > div[class*='col-']{padding-left: 10px;padding-right: 10px;}
.row-15{margin-left: -15px;margin-right: -15px;}
.row-15 > div[class*='col-']{padding-left: 15px;padding-right: 15px;}


/*****#####===== Width 설정 =====#####*****/
.width-1{width: 1rem;}
.width-2{width: 2rem;}
.width-3{width: 3rem;}
.width-4{width: 4rem;}
.width-5{width: 5rem;}
.width-6{width: 6rem;}
.width-7{width: 7rem;}
.width-8{width: 8rem;}
.width-9{width: 9rem;}
.width-10{width: 10rem;}
.width-11{width: 11rem;}
.width-12{width: 12rem;}
.width-13{width: 13rem;}
.width-14{width: 14rem;}
.width-15{width: 15rem;}
.width-16{width: 16rem;}
.width-17{width: 17rem;}
.width-18{width: 18rem;}
.width-19{width: 19rem;}
.width-20{width: 20rem;}


/*****#####===== Gap 설정 =====#####*****/
.gap-1{line-height: 1rem;height: 1rem;}
.gap-2{line-height: 2rem;height: 2rem;}
.gap-3{line-height: 3rem;height: 3rem;}
.gap-4{line-height: 4rem;height: 4rem;}
.gap-5{line-height: 5rem;height: 5rem;}
.gap-6{line-height: 6rem;height: 6rem;}
.gap-7{line-height: 7rem;height: 7rem;}
.gap-8{line-height: 8rem;height: 8rem;}
.gap-9{line-height: 9rem;height: 9rem;}
.gap-10{line-height: 10rem;height: 10rem;}
.gap-11{line-height: 11rem;height: 11rem;}
.gap-12{line-height: 12rem;height: 12rem;}
.gap-13{line-height: 13rem;height: 13rem;}
.gap-14{line-height: 14rem;height: 14rem;}
.gap-15{line-height: 15rem;height: 15rem;}
.gap-16{line-height: 16rem;height: 16rem;}
.gap-17{line-height: 17rem;height: 17rem;}
.gap-18{line-height: 18rem;height: 18rem;}
.gap-19{line-height: 19rem;height: 19rem;}
.gap-20{line-height: 20rem;height: 20rem;}


/*****#####===== 여백 설정 =====#####*****/
.padding-top-1{padding-top: 1%;}
.padding-top-2{padding-top: 2%;}
.padding-top-3{padding-top: 3%;}
.padding-top-4{padding-top: 4%;}
.padding-top-5{padding-top: 5%;}
.padding-top-6{padding-top: 6%;}
.padding-top-7{padding-top: 7%;}
.padding-top-8{padding-top: 8%;}
.padding-top-9{padding-top: 9%;}
.padding-top-10{padding-top: 10%;}

.padding-bottom-1{padding-bottom: 1%;}
.padding-bottom-2{padding-bottom: 2%;}
.padding-bottom-3{padding-bottom: 3%;}
.padding-bottom-4{padding-bottom: 4%;}
.padding-bottom-5{padding-bottom: 5%;}
.padding-bottom-6{padding-bottom: 6%;}
.padding-bottom-7{padding-bottom: 7%;}
.padding-bottom-8{padding-bottom: 8%;}
.padding-bottom-9{padding-bottom: 9%;}
.padding-bottom-10{padding-bottom: 10%;}

.margin-top-1{margin-top: 1%;}
.margin-top-2{margin-top: 2%;}
.margin-top-3{margin-top: 3%;}
.margin-top-4{margin-top: 4%;}
.margin-top-5{margin-top: 5%;}
.margin-top-6{margin-top: 6%;}
.margin-top-7{margin-top: 7%;}
.margin-top-8{margin-top: 8%;}
.margin-top-9{margin-top: 9%;}
.margin-top-10{margin-top: 10%;}

.margin-bottom-1{margin-bottom: 1%;}
.margin-bottom-2{margin-bottom: 2%;}
.margin-bottom-3{margin-bottom: 3%;}
.margin-bottom-4{margin-bottom: 4%;}
.margin-bottom-5{margin-bottom: 5%;}
.margin-bottom-6{margin-bottom: 6%;}
.margin-bottom-7{margin-bottom: 7%;}
.margin-bottom-8{margin-bottom: 8%;}
.margin-bottom-9{margin-bottom: 9%;}
.margin-bottom-10{margin-bottom: 10%;}
