/*=================================================
		i?¡Æi?¢¬
=================================================*/
/*****===== e?¢´i?¨« =====*****/
@font-face {
  font-family: 'Daum Regular';
  font-style: normal;
  font-weight: normal;
  src: url('../lib/fonts/daum_regular.eot');
  src: url('../lib/fonts/daum_regular.eot?#iefix') format('embedded-opentype'),
       url('../lib/fonts/daum_regular.woff') format('woff'),
       url('../lib/fonts/daum_regular.ttf') format('truetype');
}

/*****===== i¢®¡Æi??i?¨ùe©ø¢¥i©÷¢¥ =====*****/
@font-face {
  font-family: 'ChosunM';
  font-style: normal;
  font-weight: normal;
  src: url('../lib/fonts/ChosunM.eot');
  src: url('../lib/fonts/ChosunM.eot?#iefix') format('embedded-opentype'),
       url('../lib/fonts/ChosunM.woff') format('woff'),
       url('../lib/fonts/ChosunM.ttf') format('truetype');
}
/*=================================================
		i?¨ùe¡Æ?
=================================================*/
html,body{
	margin: 0;
	padding: 0;
}

a{
	color: inherit;
	text-decoration: none;
	font-family: inherit;
}

a:hover,
a:active,
a:after,
a:visited,
a:focus{
	color: inherit;
	text-decoration: none;
}

.label:hover,
.label:active,
.label:after,
.label:visited,
.label:focus{
	color: #FFFFFF;
}

p{
	word-break: keep-all;
	word-wrap: break-word;
}

.word-break{
	word-break: keep-all;
	word-wrap: break-word;
}

form{
	margin: 0;
}

.page_wrap{
	position: relative;
	overflow: hidden;
}

strong, span, small{
	font-family: inherit;
	color: inherit;
}

.cloak{
	display: none;
}

.wrapper{
	display: block;
	position: relative;
	overflow: hidden;
}

.grayscale{
	-moz-filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
	-o-filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
	-webkit-filter: grayscale(100%);
	filter: gray;
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
}

/*=================================================
		e|¡þi?¢´i?¢¬
=================================================*/
/***** e¡Æ¢æe¢®©«i?? *****/
.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;
}

/***** i?¢¬e¢®©« e¡Æ¢æe¡Í¢¥e¢¬¡Æ i?? *****/
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 > 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: '';
}

/*=================================================
		e¡×?i¢´?i??
=================================================*/
.ellipsis {
	position: relative;
	width: 100%;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

/*=================================================
		e©ö?e¡Æ¢æe©÷?i?¢¬ i¡±?e¢®¡þi¡±?i?¢¬
=================================================*/
.dialog_modal .modal-dialog{
	max-width: 400px;
	
	margin-top: 15%;
}

.dialog_modal .modal-content{
	border: 2px solid #3F3F3F;
	border-radius: 3px;
}

.dialog_modal .modal-header {
	padding: 5px 10px;
	border-bottom: 1px solid #C4C4C4;
	
	background: #5A595A;
	background: linear-gradient(to bottom,  #656564 0%, #5A595A 50%, #424141 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#656564', endColorstr='#424141',GradientType=0 );
	
	color: #FFFFFF;
}

.dialog_modal .dialog_content{
	line-height: 180%;
}

.dialog_modal .modal-header .close {
	margin: 0;
	color: #FFFFFF;
}

.dialog_modal .modal-body button{
	margin-top: 10px;
}

.dialog_modal .modal-footer{
	margin-top: 0;
}

/*=================================================
		Masonry
=================================================*/
.masonry-wrap .grid-sizer,
.masonry-wrap .item{
	width: 20%;
}

.masonry-wrap .item{
	padding: 5px;
	cursor: pointer;
}

.masonry-wrap .item.w2{
	width: 50%;
}

/*****#####===== e?¢¬e¡±¡±i?¢¥ i¢¯¨ùe|¡þ =====#####*****/
/***** lg *****/
@media (min-width: 1200px) and (max-width: 1500px){
	.masonry-wrap .grid-sizer,
	.masonry-wrap .item{
		width: 25%;
	}
}

/***** md *****/
@media (min-width: 992px) and (max-width: 1199px){
	.masonry-wrap .grid-sizer,
	.masonry-wrap .item{
		width: 25%;
	}
}

/***** sm *****/
@media (min-width: 768px) and (max-width: 991px){
	.masonry-wrap .grid-sizer,
	.masonry-wrap .item{
		width: 33.33%;
	}
}

/***** xs *****/
@media (max-width: 767px){
	.masonry-wrap .grid-sizer,
	.masonry-wrap .item{
		width: 50%;
	}
}
	
/*=================================================
		i¡¦¨«i?¢¥e¢¬¡±
=================================================*/
.fixed-table{
	width: 100%;
	table-layout:fixed;
}

/*=================================================
	i?¡þe?¨ùi?¢¥e¡°©« i¡¦¨«i?¢¥e¢¬¡±
=================================================*/
.slide-table{
	width: 100%;
	
	border-top: 2px solid #202020;
	border-bottom: 1px solid #DDDDDD;
}

.slide-table th,
.slide-table td{
	padding: 17px 8px;
	
	text-align: center;
}

.slide-table td.left{
	text-align: left;
}

.slide-table .subject{
	border-bottom: 1px solid #DDDDDD;
	
	cursor: pointer;
}

.slide-table .subject td.subject_td{
	text-align: left;
}

.slide-table .subject.active{
	border-bottom: 1px solid #FCFCFC;
}

.slide-table .subject.active td.subject_td{
	font-weight: bold;
}

.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;
}

/*=================================================
	e¨£¡§e?¡þ i¡¦¨«i?¢¥e¢¬¡±
=================================================*/
.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{
		border: none;
	}
}

/*=================================================
	e©ö?i©«¡§ DIV
=================================================*/
.ratio-box{
	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;
}

.ratio-box.ratio2_1:before{
	padding-top: 50%;
}
.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%;
}

.vertical-middle:before{
	content: '';
	height: 100%;
	display: inline-block;
	vertical-align: middle;
}

/*=================================================
	i?¢¥e?¢¬i¡×¢æ
=================================================*/
img.width-100{
	width: 100%;	
}


/*=================================================
	i?¢¬e©÷?
=================================================*/
/*****===== i?¢¥e?¢¬i¡×¢æ =====*****/
.hover-img-wrap img{
	width: 100%;
	max-width: 100%;
	height: 100%;	
}

.hover-img-wrap img.off{
	display: block;
}

.hover-img-wrap img.on{
	display: none;
}

.hover-img-wrap:hover img.on,
.hover-img-wrap.active img.on{
	display: block;
}

.hover-img-wrap:hover img.off,
.hover-img-wrap.active img.off{
	display: none;
}

/*****===== i?¨ùe¡Æ? =====*****/
.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;
}

/*=================================================
	i?¢¬e©÷? e??i?¢¥i?¢¥
=================================================*/
.hover-layer-wrap{
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%;
}

.hover-layer-wrap .hover-sublayer{
	position: absolute;
	display: none;
	width: 100%;
	height: 100%;
	bottom: 0;
	
	background-color: rgba(0, 0, 0, 0.5);
}


/*=================================================
	e¢®¢´i?¢´e©÷?
=================================================*/
.rollover i{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;

	background-color: rgba(0,0,0,0.2);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#30000000,endColorstr=#30000000);
	zoom: 1;
	
	opacity: 0;
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.rollover{
	display: block;
	position: relative;
	overflow: hidden;
}

.rollover i:after{
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -25px 0 0 -25px;
	width: 50px;
	height: 50px;
	background-position: center center;
	background-repeat: no-repeat;
	content: "";
}

.rollover:hover i{
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=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;
	transition: all 0.5s ease-in-out;
}


/*=================================================
		i?¢æi??e?¨ùi?¢¬
=================================================*/
.timeline-wrap{
	position: relative;
	padding: 20px 0;
}

.timeline-wrap::before{
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -2px;
	height: 100%;
	width: 4px;
	background: #d7e4ed;
}

.timeline-block{
	position: relative;
	margin: 20px;
}

.timeline-block:after{
	content: "";
	display: table;
	clear: both;
}

.timeline-img{
	position: absolute;
	top: 10px;
	width: 20px;
	height: 20px;
	left: 50%;
	margin-left: -10px;
	border-radius: 50%;
	box-shadow: 0 0 0 4px white, inset 0 2px 0 rgba(0, 0, 0, 0.08), 0 3px 0 4px rgba(0, 0, 0, 0.05);
	background-color: #75CE66;
}

.timeline-content{
	position: relative;
	padding: 20px;
	background-color: #FFFFFF;
	width: 47%;
	
	border: 4px solid #d7e4ed;
	border-radius: 10px;
}

.timeline-content:after{
	content: "";
	display: table;
	clear: both;
}

.timeline-content h4{
	margin: 0;
	margin-bottom: 10px;
	
	font-family: 'Merriweather', "Nanum Gothic";
	font-size: 25px;
}

.timeline-content h5{
	margin: 0;
	
	font-size: 16px;
	line-height: 1.8;
}

.timeline-content.right{
	float: right;
}

/*=================================================
		Form i¡¦¨«i?¢¥e¢¬¡±
=================================================*/
.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%;
	}
}


/*=================================================
		i¡Ì¨ùe¡þ¢¬ e|¡þi?¢´i?¢¬ i¡¦¨«i?¢¥e¢¬¡±
=================================================*/
.order-list-table{
	width: 100%;
}

.order-list-table th{
	text-align: center;
	border-bottom: 2px solid #202020;
	padding: 5px;
}

.order-list-table td{
	text-align: center;
	border-bottom: 1px solid #E6E6E6;
	padding: 10px 5px;
}

/* i©÷¢¥i?¡þe¡Æ?i?¢´ */
.order-list-table .cart_check{
	width: 30px;
}

/* i¡Ì¨ùe¡þ¢¬i?¨ùi?? */
.order-list-table .cart_date{
	width: 150px;
}

/* i¡Ì¨ùe¡þ¢¬i??i?©« */
.order-list-table .cart_status{
	width: 90px;
}

/* i?©«i¡¯? i?¢¥e?¢¬i¡×¢æ */
.order-list-table .cart_img{
	width: 100px;
}

.order-list-table .cart_img img{
	border: 1px solid #EFEFEF;
}

/* i??i¡¯? i??e©ø¢¥ */
.order-list-table td.cart_info{
	text-align: left;
}

.order-list-table td.cart_info h3{
	margin: 3px 6px 6px;
	font-size: 16px;
	font-weight: bold;
}

/* i?¥ìi¡¦? i??e©ø¢¥ */
.order-list-table .cart_info .opt_info{
	border: 1px solid #E9E9E9;
	background-color: #F8F8F8;
	
	padding: 4px 10px;
	margin-top: 3px;
	
	font-size: 13px;
}

.order-list-table .cart_info .opt_info > div{
	display: inline-block;
}

.order-list-table .cart_info .opt_info .opt_name{
	width: 250px;
	line-height: 24px;
}

.order-list-table .cart_info .opt_info .opt_price{
	width: 80px;
	text-align: center;
	line-height: 24px;
}

.order-list-table .cart_info .opt_info .opt_qty{
	width: 100px;
	text-align: center;
}

.order-list-table .cart_info .opt_info .opt_qty input{
	width: 45px;
	padding-left: 4px;
	
	border: 1px solid #C4C2C0;
}

.order-list-table .cart_info .opt_info .change_btn{
	padding: 2px 7px;
	
	font-size: 12px;
}

.order-list-table .cart_info .opt_info .opt_subtotal{
	line-height: 24px;
}

/* i¡Ì¨ùe¡þ¢¬ e¢¬?i?¢® */
.order-list-table .cart_price{
	width: 110px;
	font-weight: bold;
}

/* i¡Ì¨ùe¡þ¢¬ e©÷?i?¨ù */
.order-list-table .cart_btn{
	width: 85px;
}

.order-list-table .cart_btn .btn{
	padding: 3px 15px;
	
	font-size: 13px;
	font-weight: bold;
}

/***** xs *****/
@media (max-width: 767px){
	/* i¡Ì¨ùe¡þ¢¬ i¡¦¨«i?¢¥e¢¬¡± */
	.order-list-table,
	.order-list-table > tbody,
	.order-list-table > tbody >tr,
	.order-list-table > tbody > tr > td{
		position: relative;
		display: block;
		width: 100%;
	}
	
	.order-list-tabel thead{
		display: none;
	}
	
	/* i??i¡¯? i??e©ø¢¥ */
	.order-list-table .cart_check{
		width: 100%;
	}
	
	.order-list-table .cart_img{
		width: 100%;
	}
	
	.order-list-table .cart_price{
		width: 100%;
	}
	
	/* i?¥ìi¡¦? i??e©ø¢¥ */
	.order-list-table .cart_info .opt_info{
		padding: 2px 5px;
		margin-bottom: 3px;
		
		font-size: 12px;
	}
	
	.order-list-table .cart_info .opt_info .opt_name{
		width: 35%;
	}
	
	.order-list-table .cart_info .opt_info .opt_price{
		width: 70px;
	}
	
	.order-list-table .cart_info .opt_info .opt_qty{
		width: auto;
	}
	
	.order-list-table .cart_btn {
		width: 100%;
	}
	
	
	/* i¢Ó?i?? i??e©ø¢¥ */
	#total_wrap #total_delivery{
		float: none !important;
		display: block;
		text-align: right;
	}
	
	#total_wrap #total_price{
		float: none !important;
		display: block;
		text-align: right;
		
		font-size: 18px !important;
	}
	
	#total_wrap #total_price .price{
		font-size: 24px !important;
	}
}

/*=================================================
		Fullscreen Popup
=================================================*/
.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.95);
}

.fsp-popup .fsp-header{
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	padding: 15px 0;
	
	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 {
	margin: 0;
	
	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: 50px 0 0;
}

.fsp-popup .fsp-body-wrap .img-wrap{
	padding: 15px 0;
}

.fsp-popup .fsp-body-wrap img{
	max-width: 100%;
	height: auto !important;
}

/***** xs *****/
@media (max-width: 767px){
	.fsp-popup .fsp-header-wrap .fsp-subject {
		font-size: 16px;
	}
	
	.fsp-popup .fsp-header .fsp-close-btn{
		top: -3px;
		
		font-size: 14.5px;
	}
}


/*=================================================
		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: 99 !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 *,
.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;
	overflow: hidden;	
}

.bx-slider-wrap ul{
	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-pager{
	padding: 0;
	bottom: 10px !important;
}

.bx-wrapper .bx-controls-direction a{
	z-index: 999;
}

.bx-wrapper .bx-pager{
	padding: 0;
	bottom: 10px;
}

.bxslider{
	margin: 0;
	padding: 0;
}
/*=================================================
		e¢¬¡Æi?¢æ e¢¬¡Æe©ø¢¬ i?¢´i??
=================================================*/
.margin-0{
	margin: 0;
}

.padding-0{
	padding: 0;
}

/*****#####===== hr =====#####*****/
.hr-5{margin: 5px 0;}
.hr-10{margin: 10px 0;}
.hr-15{margin: 5px 0;}
.hr-20{margin: 20px 0;}
.hr-25{margin: 5px 0;}
.hr-30{margin: 30px 0;}
.hr-35{margin: 5px 0;}
.hr-40{margin: 40px 0;}
.hr-45{margin: 5px 0;}
.hr-50{margin: 50px 0;}
.hr-55{margin: 5px 0;}
.hr-60{margin: 60px 0;}
.hr-65{margin: 5px 0;}
.hr-70{margin: 70px 0;}
.hr-75{margin: 5px 0;}
.hr-80{margin: 80px 0;}
.hr-85{margin: 5px 0;}
.hr-90{margin: 90px 0;}
.hr-95{margin: 5px 0;}
.hr-100{margin: 100px 0;}

/*****#####===== e¡Æ¡© =====#####*****/
.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;}


/*****#####===== i?¢¬i¡¯? i?¡þe¢¬¡Æ =====#####*****/
.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}