/*=================================================
		폰트
=================================================*/
*,
html,
body{
	font-family: "notokr", "Nanum Gothic", sans-serif;
	-webkit-font-smoothing: antialiased;
}

.notokr{
	font-family: "notokr", "Nanum Gothic", sans-serif;
}

.nanum_gothic{
	font-family: "Nanum Gothic", "notokr", sans-serif;
}

.daum_regular{
	font-family: 'Daum Regular', "notokr", "Nanum Gothic", sans-serif;
}

.nanum_brush_script{
	font-family: 'Nanum Brush Script', cursive;
}

.montserrat{
	font-family: 'Montserrat', sans-serif;
}

/*=================================================
		일반
=================================================*/
/*****#####===== 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; 
}

/*****#####===== Wrapper =====#####*****/
.wrapper{
	position: relative;
	overflow: hidden;
}

/*****#####===== pagination-wrap =====#####*****/
.pagination-wrap{
	margin-top: 20px;
}

/*=================================================
		텍스트
=================================================*/
/*****#####===== word-break =====#####*****/
.word-break{
	word-wrap: break-word;
	word-break: keep-all;
}

/*=================================================
		아이콘
=================================================*/
/*****#####===== Flaticon =====#####*****/
[class^="flaticon-"]:before,
[class*=" flaticon-"]:before,
[class^="flaticon-"]:after,
[class*=" flaticon-"]:after,
.flaticon {
	display: inline-block;
	margin: 0;
	padding: 0;
	
	font-size: inherit;
	line-height: 1em;
}

/*=================================================
		드랍다운
=================================================*/
/*****#####===== 드랍 호버 메뉴 선택 =====#####*****/
.dropdown-hover > .dropdown-menu {
	margin-top: -1px;
	
	text-align: center;
}

.dropdown-hover:hover > .dropdown-menu {
	display: block;
}

/*=================================================
		로딩 레이어
=================================================*/
.loading-layer,
.modal-layer {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 50px;
    z-index: 10000;
    background-color: #333333;
}

.loading-layer .symbol{
	font-size: 60px;
	font-weight: 700;
	line-height: -2px;
	color: #FFFFFF;
	
	-webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.cloak{
	display: none;
}

/*****#####===== 미디어 쿼리 =====#####*****/
/***** xs *****/
@media (max-width: 767px){
	font-size: 30px;
}

/*=================================================
		Bottom 버튼
=================================================*/
.bottom-btn{
	position: fixed;
	right: 30px;
	padding: 10px;
	z-index: 100;
	
	border: 1px solid #656565;
	background-color: rgba(0, 0, 0, 0.6);
	
	font-size: 20px;
	line-height: 1;
	color: #FFFFFF;
}

.scroll-up-btn{
	bottom: 30px;
}

.fixed-call-btn{
	bottom: 50px;
}

/*****#####===== 미디어 쿼리 =====#####*****/
/***** xs *****/
@media (max-width: 767px){
	.bottom-btn{
		padding: 6px;
		right: 10px;
	}
	
	.scroll-up-btn{
		bottom: 10px;
	}
}


/*=================================================
	SNS 버튼
=================================================*/
.sns-btn{display: inline-block;cursor:pointer;}

.sns-btn[data-sns=facebook]{background: #306199;}
.sns-btn[data-sns=twitter]{background: #26C4F1;}
.sns-btn[data-sns=pinterest]{background: #B81621;}
.sns-btn[data-sns=google-plus]{background: #D34836;}
.sns-btn[data-sns=linkedin]{background: #007BB6;}
.sns-btn[data-sns=kakaostory]{background: #FCB700;}
.sns-btn[data-sns=kakaostory] img{background: #FCB700;width:37px;height:37px;}

/*=================================================
		백그라운드
=================================================*/
.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;
}


/*=================================================
		리스트
=================================================*/
/***** 가로선 *****/
.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: '';
}


/*=================================================
		테이블
=================================================*/
/*****#####===== 고정 테이블 =====#####*****/
.fixed-table{
	width: 100%;
	table-layout:fixed;
}

/*****#####===== 게시판 테이블 =====#####*****/
.board-table{
	width:  100%;
	table-layout:fixed;
	
	border-top: 3px solid #222222;
	border-bottom: 1px solid #222222;
}

.board-table td.subject{
	position: relative;
	width: 100%;
	overflow: hidden;

	text-align: left;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.board-table .index{
	width: 100px;
}

.board-table .status{
	width: 150px;
}

.board-table .writer{
	width: 150px;
}

.board-table .date{
	width: 150px;
}


/*****#####===== 미디어 쿼리 =====#####*****/
/***** xs *****/
@media (max-width: 767px){
	.board-table th,
	.board-table td{
		display: none;
	}
	
	.board-table th.visible,
	.board-table td.visible,
	.board-table th.subject,
	.board-table td.subject{
		display: table-cell;
	}
}

/*****#####===== 반응형 테이블 =====#####*****/
/***** xs *****/
@media (max-width: 767px){
	.responsive-table,
	.responsive-table tbody,
	.responsive-table tr,
	.responsive-table th,
	.responsive-table td{
		position: relative;
		display: block;
		width: 100% !important;
	}
}

/*****#####===== 모달 테이블 =====#####*****/
.modal_table{
	margin: 0;
}

.modal_table > tbody > tr > th,
.modal_table > tbody > tr > td{
	padding: 10px 15px;
}

.modal_table > tbody > tr > th{
	background-color: #EEEEEE;
	width: 150px;
}

.modal_table > tbody > tr > td{
	text-align: left;
}

/***** xs *****/
@media (max-width: 767px){
	.modal_table > tbody > tr > th{
		display: none;
	}
	
	.modal_table > tbody > tr > td{
		padding: 3px;
		border: none;
	}
	
	.modal_table > tbody > tr > td .radio,
	.modal_table > tbody > tr > td .checkbox{
		margin: 3px 0;
	}
}

/*****#####===== 슬라이드 테이블 =====#####*****/
.slide-table{
	width: 100%;
	
	border-top: 2px solid #202020;
	border-bottom: 1px solid #DDDDDD;
}

.slide-table .capital{
	width: 50px;
	
	font-family: 'Raleway', sans-serif;
	font-size: 26px;
	font-weight: 800;
	text-transform: uppercase;
}

.slide-table th,
.slide-table td{
	padding: 8px;
	
	text-align: center;
}

.slide-table .subject{
	border-bottom: 1px solid #DDDDDD;
	
	cursor: pointer;
}


.slide-table .subject td{
	font-weight: 700;
}

.slide-table .subject td.left{
	text-align: left;
}

.slide-table .subject.active{
	border-bottom: 1px solid #FCFCFC;
}

.slide-table .content{
	display: none;
}

.slide-table .content.active{
	display: table-row !important;
	border-bottom: 1px solid #DDDDDD;
}

.slide-table .content td{
	text-align: left;
}

/*****#####===== 폼 테이블 =====#####*****/
.form-table{
	width: 100%;
	border: none;
}

.form-table input.form-control,
.form-table select.form-control,
.form-table textarea.form-control{
	border: 1px solid #DDDDDD;
	box-shadow: none;
	border-radius: 0px;
}

.form-table > tbody > tr > th,
.form-table > tbody > tr > td{
	border: none;
	vertical-align: middle;
	text-align: left;
}

.form-table > tbody > tr > th{
	width: 130px;
	font-size: 15px;
}

/***** xs *****/
@media (max-width: 767px){
	.form-table > tbody,
	.form-table > tbody > tr,
	.form-table > tbody > tr > th,
	.form-table > tbody > tr > td{
		position: relative;
		display: block;
	}
	
	.form-table > tbody > tr > th{
		padding-bottom: 0;
	}
	
	.form-table > tbody > tr > th > label{
		margin-bottom: 0;
	}
	
	.form-table > tbody > tr > td{
		padding-top: 0;
	}
	
	.form-table p.form-control-static{
		margin: 0;
		padding: 0;
	}
	
	.form-table .inline_400{
		width: 100%;
	}
}

/*****#####===== 뷰 테이블 =====#####*****/
.view_table{
	border-top: 2px solid #A9A9A9;
	border-bottom: 1px solid #DDDDDD;
}

.view_table > tbody > tr > th{
	background-color: #EEEEEE;
	width: 150px;
}

.view_table > tbody > tr > td{
	text-align: left;
}

/*****#####===== 주문 리스트 =====#####*****/
.order-info-cell{
	width: 150px;
}

/*****#####===== 테이블 관련 =====#####*****/
.fix-td{
	white-space:normal;
	word-wrap: break-word;
}

.ellipsis-td{
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}


/*=================================================
	비율 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;

	background-color: rgba(0,0,0,0.5);
	
	opacity: 0;
	
	-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%;
}

/*=================================================
		아이템
=================================================*/
/*****#####===== 일반 =====#####*****/
.item-wrap{
	margin: 0 0 20px;
}

/*****#####===== Spread 원 =====#####*****/
.item-wrap .item-spread-circle{
	padding: 0 40px;
}

.item-wrap .item-spread-circle .ratio-box{
	overflow: inherit;
}

.item-wrap .item-spread-circle .ratio-box:after{
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	border-radius: 100%;
	opacity: 0;
	
	box-shadow: 0 0 0 4px #464646;
	
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	
	top: -10px;
	left: -10px;
	padding: 10px;
	
	-webkit-transition:all 0.4s ease-in-out;
	-moz-transition:all 0.4s ease-in-out;
	-ms-transition:all 0.4s ease-in-out;
	-o-transition:all 0.4s ease-in-out;
	transition:all 0.4s ease-in-out;
	
	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	-ms-transform: scale(0.8);
	-o-transform: scale(0.8);
	transform: scale(0.8);
}

.item-wrap:hover .item-spread-circle .ratio-box:after{
	opacity: 1;
	
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.item-wrap .item-spread-circle .ratio-box .inner.circle{
	background-color: #464646;
	color: #FFFFFF;
}

/*=================================================
		이미지
=================================================*/
img.width-100{
	width: 100%;	
}


/*=================================================
		호버
=================================================*/
.hover-wrap .off{
	display: block;
}

.hover-wrap .on{
	display: none;
}

.hover-wrap:hover .on,
.hover-wrap.active .on{
	display: block;
}

.hover-wrap:hover .off,
.hover-wrap.active .off{
	display: none;
}

/*=================================================
		말줄임
=================================================*/
.ellipsis {
	position: relative;
	display: -webkit-box;
	width: 100%;
	height: 1.5em;
	overflow: hidden;
	box-sizing: content-box;
	
	text-overflow: ellipsis;
	word-wrap:break-word;
	line-height: 1.5em;
	
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical; 
}

.ellipsis_2{
	position: relative;
	display: -webkit-box;
	width: 100%;
	height: 3em;
	overflow: hidden;
	box-sizing: content-box;
	
	text-overflow: ellipsis;
	word-wrap:break-word;
	line-height: 1.5em;
	
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.ellipsis_3{
	position: relative;
	display: -webkit-box;
	width: 100%;
	height: 4.5em;
	overflow: hidden;
	box-sizing: content-box;
	
	text-overflow: ellipsis;
	word-wrap:break-word;
	line-height: 1.5em;
	
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}


/*=================================================
		지도
=================================================*/
.map-canvas{
	width: 100%;
	height: 300px;
	margin-top:10px
}

.map-canvas.hide-map{
	display: none;
}

/*=================================================
		Fullscreen Popup
=================================================*/
.fsp-open-btn,
.deny-auth{
	cursor: pointer;
}

.fsp-popup{
	position: fixed;
	display: none;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 9999;
	overflow-y: auto;
	overflow-x: hidden;
	background: rgba(255, 255, 255, 0.99);
}

.fsp-popup.black{
	background: rgba(0, 0, 0, 0.9);
}

.fsp-popup .fsp-header{
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	padding: 15px 0;
	z-index: 10000;
	
	background-color: rgba(255, 255, 255, 0.9);
	box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
}

.fsp-popup .fsp-header .fsp-header-wrap{
	position: relative;
}

.fsp-popup .fsp-header-wrap .fsp-subject {
	height: 30px;
	margin: 0;
	padding-right: 60px;
	
	font-size: 30px;
	font-weight: bold;
	line-height: 1;
}

.fsp-popup .fsp-header .fsp-close-btn{
	position: absolute;
	display: block;
	top: -5px;
	right: 0;
	cursor: pointer;
	
	border: 2px solid #DDDDDD;
	
	font-size: 27px;
}

.fsp-popup .fsp-body-wrap{
	padding: 80px 0 0;
}

.fsp-popup.black .fsp-body-wrap{
	color: #FFFFFF;
}

.fsp-popup .fsp-body-wrap .bc-subject{
	margin: 0;
	padding: 15px;
	
	font-size: 20px;
	font-weight: bold;
}

.fsp-popup .fsp-body-wrap .fsp-info{
	padding: 10px 20px;
	
	border-top: 2px solid #333333;
	border-bottom: 1px solid #333333;
}

.fsp-popup .fsp-body-wrap .fsp-content{
	padding: 20px;
	
	line-height: 1.6;
}

.fsp-popup .fsp-body-wrap .fsp-content p{
	margin: 13px 0;
	
	line-height: 1.6;
}

.fsp-popup .fsp-body-wrap .fsp-content img{
	max-width: 100%;
	height: auto;
	margin-bottom: 30px;
}

.fsp-popup .fsp-body-wrap .cmnt-list{
	padding-left: 0;
	list-style: none;
	border-top: 2px solid #333333;
}

.fsp-popup .fsp-body-wrap .cmnt-list li{
	border-bottom: 1px solid #333333;
	padding: 20px;
}

.fsp-popup .fsp-body-wrap .cmnt-list li .cmnt-info{
	margin-bottom: 20px;
}

/***** xs *****/
@media (max-width: 767px){
	.fsp-popup .fsp-header{
		padding-bottom: 0;
	}
	
	.fsp-popup .fsp-header-wrap .fsp-subject {
		padding-right: 40px;
		font-size: 16px;
	}
	
	.fsp-popup .fsp-header .fsp-close-btn{
		top: -9px;
		
		font-size: 22px;
	}
	
	.fsp-popup .fsp-body-wrap{
		padding: 60px 0 0;
	}
	
	.fsp-popup .fsp-body-wrap .bc-subject{
		padding: 10px;
	}
	
	.fsp-popup .fsp-body-wrap .fsp-info{
		padding: 10px;
	}
	
	.fsp-popup .fsp-body-wrap .fsp-info .info{
		float: left!important;
	}
	
	.fsp-popup .fsp-body-wrap .fsp-content{
		padding: 20px 10px;
	}
	
	.fsp-popup .fsp-body-wrap .cmnt-list li{
		padding: 10px;
	}
}

/*=================================================
		Third party support
=================================================*/
/*****===== Googel Map =====*****/
.google-map-canvas,
.google-map-canvas * {
	-webkit-box-sizing: content-box;
	   -moz-box-sizing: content-box;
	   		box-sizing: content-box;
}

/*****===== jQuery UI =====*****/
.ui-datepicker{
	z-index: 1055 !important;
}

.ui-widget-content a{
	color: inherit;
}

/*****===== fullcalendar =====*****/
.fc-state-default{
	background: none !important;
	border: none !important;
	box-shadow: none !important;
	
	background-color: #FFFFFF !important;
	border: 1px solid #DDDDDD !important;
	border-radius: 0 !important;
}

.fc-state-active{
	background-color: #EFEFEF !important;
}

/*****===== Revolution Slider =====*****/
.tp-banner-container{
	width:100%;
	position: relative;
	overflow: hidden;
}

.tp-banner-container .tp-banner{
	visibility: hidden;
}

.tp-banner-container .tp-banner *,
.tp-banner-container .tp-banner *:before,
.tp-banner-container .tp-banner *:after {
	-webkit-box-sizing: content-box;
	   -moz-box-sizing: content-box;
	   		box-sizing: content-box;
}

.tp-banner-container .tp-banner ul{
	padding: 0;
	margin: 0;
	
	list-style: none;
}


/*****===== bx-slider =====*****/
.bx-slider-wrap{
	position: relative;
}

.bx-slider-wrap ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

.bx-wrapper{
	margin: 0 auto !important;
}

.bx-wrapper *,
.bx-wrapper *:before,
.bx-wrapper *:after {
	-webkit-box-sizing: content-box;
	   -moz-box-sizing: content-box;
	   		box-sizing: content-box;
}

.bx-wrapper .bx-viewport .row{
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	   		box-sizing: border-box;
}

.bx-wrapper .bx-viewport div[class*='col-'],
.bx-wrapper .bx-viewport div[class*='col-']:before,
.bx-wrapper .bx-viewport div[class*='col-']:after{
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	   		box-sizing: border-box;
}

.bx-wrapper .bx-viewport {
	border: none !important;
	left: 0 !important;
	box-shadow: none !important;
	background: none !important;
}

.bx-wrapper .bx-controls-direction a{
	z-index: 60 !important;
}

.bx-wrapper .bx-pager{
	padding: 0;
	bottom: 10px;
}

.bxslider{
	margin: 0;
	padding: 0;
}

/*****===== select2 =====*****/
.form-control .select2-choices{
	background: none !important;
	height: 36px !important;
	padding: 4px 8px !important;
}

/*=================================================
		기타 설정
=================================================*/
/*****#####===== 패딩 =====#####*****/
.padding-0{padding: 0;}
.padding-5{padding: 5px;}
.padding-10{padding: 10px;}
.padding-15{padding: 15px;}
.padding-20{padding: 20px;}
.padding-25{padding: 25px;}
.padding-30{padding: 30px;}
.padding-35{padding: 35px;}
.padding-40{padding: 40px;}
.padding-45{padding: 45px;}
.padding-50{padding: 50px;}
.padding-55{padding: 55px;}
.padding-60{padding: 60px;}
.padding-65{padding: 65px;}
.padding-70{padding: 70px;}
.padding-75{padding: 75px;}
.padding-80{padding: 80px;}
.padding-85{padding: 85px;}
.padding-90{padding: 90px;}
.padding-95{padding: 95px;}
.padding-100{padding: 100px;}
.padding-110{padding: 110px;}
.padding-120{padding: 120px;}
.padding-130{padding: 130px;}
.padding-140{padding: 140px;}
.padding-150{padding: 150px;}
.padding-160{padding: 160px;}
.padding-170{padding: 170px;}
.padding-180{padding: 180px;}
.padding-190{padding: 190px;}
.padding-200{padding: 200px;}

/*****#####===== 갭 =====#####*****/
.gap_5{line-height: 5px;height: 5px;}
.gap_10{line-height: 10px;height: 10px;}
.gap_15{line-height: 15px;height: 15px;}
.gap_20{line-height: 20px;height: 20px;}
.gap_25{line-height: 25px;height: 25px;}
.gap_30{line-height: 30px;height: 30px;}
.gap_35{line-height: 35px;height: 35px;}
.gap_40{line-height: 40px;height: 40px;}
.gap_45{line-height: 45px;height: 45px;}
.gap_50{line-height: 50px;height: 50px;}
.gap_55{line-height: 55px;height: 55px;}
.gap_60{line-height: 60px;height: 60px;}
.gap_65{line-height: 65px;height: 65px;}
.gap_70{line-height: 70px;height: 70px;}
.gap_75{line-height: 75px;height: 75px;}
.gap_80{line-height: 80px;height: 80px;}
.gap_85{line-height: 85px;height: 85px;}
.gap_90{line-height: 90px;height: 90px;}
.gap_95{line-height: 95px;height: 95px;}
.gap_100{line-height: 100px;height: 100px;}
.gap_110{line-height: 110px;height: 110px;}
.gap_120{line-height: 120px;height: 120px;}
.gap_130{line-height: 130px;height: 130px;}
.gap_140{line-height: 140px;height: 140px;}
.gap_150{line-height: 150px;height: 150px;}
.gap_160{line-height: 160px;height: 160px;}
.gap_170{line-height: 170px;height: 170px;}
.gap_180{line-height: 180px;height: 180px;}
.gap_190{line-height: 190px;height: 190px;}
.gap_200{line-height: 200px;height: 200px;}


/*****#####===== 인풋 크기 =====#####*****/
.inline{display:inline-block !important; width:auto !important;}
.inline_10{display:inline-block; width:10px}
.inline_20{display:inline-block; width:20px}
.inline_30{display:inline-block; width:30px}
.inline_40{display:inline-block; width:40px}
.inline_50{display:inline-block; width:50px}
.inline_60{display:inline-block; width:60px}
.inline_70{display:inline-block; width:70px}
.inline_80{display:inline-block; width:80px}
.inline_90{display:inline-block; width:90px}
.inline_100{display:inline-block; width:100px}
.inline_110{display:inline-block; width:110px}
.inline_120{display:inline-block; width:120px}
.inline_130{display:inline-block; width:130px}
.inline_140{display:inline-block; width:140px}
.inline_150{display:inline-block; width:150px}
.inline_160{display:inline-block; width:160px}
.inline_170{display:inline-block; width:170px}
.inline_180{display:inline-block; width:180px}
.inline_190{display:inline-block; width:190px}
.inline_200{display:inline-block; width:200px}
.inline_210{display:inline-block; width:210px}
.inline_220{display:inline-block; width:220px}
.inline_230{display:inline-block; width:230px}
.inline_240{display:inline-block; width:240px}
.inline_250{display:inline-block; width:250px}
.inline_260{display:inline-block; width:260px}
.inline_270{display:inline-block; width:270px}
.inline_280{display:inline-block; width:280px}
.inline_290{display:inline-block; width:290px}
.inline_300{display:inline-block; width:300px}
.inline_310{display:inline-block; width:310px}
.inline_320{display:inline-block; width:320px}
.inline_330{display:inline-block; width:330px}
.inline_340{display:inline-block; width:340px}
.inline_350{display:inline-block; width:350px}
.inline_360{display:inline-block; width:360px}
.inline_370{display:inline-block; width:370px}
.inline_380{display:inline-block; width:380px}
.inline_390{display:inline-block; width:390px}
.inline_400{display:inline-block; width:400px}

/*****#####===== Line Height =====#####*****/
.lh-10{line-height: 1;}
.lh-11{line-height: 1.1;}
.lh-12{line-height: 1.2;}
.lh-13{line-height: 1.3;}
.lh-14{line-height: 1.4;}
.lh-15{line-height: 1.5;}
.lh-16{line-height: 1.6;}
.lh-17{line-height: 1.7;}
.lh-18{line-height: 1.8;}
.lh-19{line-height: 1.9;}
.lh-20{line-height: 2;}
.lh-21{line-height: 2.1;}
.lh-22{line-height: 2.2;}
.lh-23{line-height: 2.3;}
.lh-24{line-height: 2.4;}


/*****#####===== Font Weight =====#####*****/
.fw-100{font-weight:100}
.fw-200{font-weight:200}
.fw-300{font-weight:300}
.fw-400{font-weight:400}
.fw-500{font-weight:500}
.fw-600{font-weight:600}
.fw-700{font-weight:700}
.fw-800{font-weight:800}


/*****#####===== Font Size =====#####*****/
.fs-10{font-size:10px;}
.fs-11{font-size:11px;}
.fs-12{font-size:12px;}
.fs-13{font-size:13px;}
.fs-14{font-size:14px;}
.fs-15{font-size:15px;}
.fs-16{font-size:16px;}
.fs-17{font-size:17px;}
.fs-18{font-size:18px;}
.fs-19{font-size:19px;}
.fs-20{font-size:20px;}
.fs-25{font-size:25px;}
.fs-30{font-size:30px;}
.fs-35{font-size:35px;}
.fs-40{font-size:40px;}
.fs-45{font-size:45px;}
.fs-50{font-size:50px;}
.fs-55{font-size:55px;}
.fs-60{font-size:60px;}
.fs-65{font-size:65px;}
.fs-70{font-size:70px;}
.fs-75{font-size:75px;}
.fs-80{font-size:80px;}
.fs-85{font-size:85px;}
.fs-90{font-size:90px;}
.fs-95{font-size:95px;}
.fs-100{font-size:100px;}
.fs-105{font-size:105px;}
.fs-110{font-size:110px;}
.fs-115{font-size:115px;}
.fs-120{font-size:120px;}
.fs-125{font-size:125px;}
.fs-130{font-size:130px;}
.fs-135{font-size:135px;}
.fs-140{font-size:140px;}
.fs-145{font-size:145px;}