/*=================================================
				일반
=================================================*/
body{
	font-family: "notokr", "Open Sans", sans-serif;
}

p{
	margin: 0;
}

table{
	width: 100%;
}

/*****#####===== 폼 컨트롤 =====#####*****/
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;
}

/*****#####===== 엘립시스 =====#####*****/
[class*="ellipsis"] {
    position: relative;
	display: -webkit-box;
	width: 100%;
	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_1{
	height: 1.5em;
    -webkit-line-clamp: 1;
}

.ellipsis_2{
	height: 3em;
    -webkit-line-clamp: 2;
}

.ellipsis_3{
	height: 4.5em;
    -webkit-line-clamp: 3;
}

.ellipsis_4{
	height: 6em;
    -webkit-line-clamp: 4;
}

.ellipsis_5{
	height: 7.5em;
    -webkit-line-clamp: 5;
}

.ellipsis_6{
	height: 9em;
    -webkit-line-clamp: 6;
}
/*****#####===== 템플릿 =====#####*****/
.template{
	display: none;
}

/*****#####===== row 숨기기 =====#####*****/
.hide-row{
	display: none;
}

.hide-row.active{
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

/*****#####===== 네비와 컨텐츠 공간 =====#####*****/
.space-wrap{
	padding-top: 100px;
}

/*****#####===== 미디어 쿼리 =====#####*****/
/***** lg *****/
@media (min-width: 992px) and (max-width: 1200px){

}

/***** md *****/
@media (min-width: 768px) and (max-width: 991px){
	.space-wrap{
		padding-top: 50px;
	}
}

/***** sm *****/
@media (min-width: 576px) and (max-width: 767px){
	.space-wrap{
		padding-top: 50px;
	}
}

/***** xs *****/
@media (max-width: 575px){
	.space-wrap{
		padding-top: 50px;
	}
}

/*****#####===== 파일 업로드 버튼 =====#####*****/
.upload-file-input{
	width: 1px;
	height: 1px;
	opacity: 0;
}

/*****##### move-btn-wrap #####*****/
.move-btn-wrap{
	text-align: center;
}

.move-btn-wrap ul{
	padding: 0;
	display: block;
	list-style: none;
}

.move-btn-wrap ul li{
	display: inline-block;
}

.move-btn-wrap .move-btn{
	padding: 12px 20px;
    width: 200px;
    font-weight: 300;
    font-size: 20px;
    letter-spacing: -0.5px;
}

/*****##### 삭제 버튼 #####*****/
.delete_submit_btn{
	cursor: pointer;
}

.option_remove_btn{
	padding: .1rem .6rem !important;
}

/*****#####===== 미디어 쿼리 =====#####*****/
/***** lg *****/
@media (min-width: 992px) and (max-width: 1200px){
	.btn.move-btn{
		padding: 12px 0;
	}

}

/***** md *****/
@media (min-width: 768px) and (max-width: 991px){
	.btn.blackbox-btn, .btn.border-btn {
	    padding: 8px 15px;
	    font-size: 14px;
	}
}

/***** sm *****/
@media (min-width: 554px) and (max-width: 767px){
	.btn.blackbox-btn,
	.btn.border-btn {
	    margin-top: -5px;
	    padding: 8px;
        font-size: 14px;
	}

	/* move-btn-wrap */
	.move-btn-wrap .move-btn{
	    width: 160px;
	    font-size: 15px;
	}
}

/***** xs *****/
@media (max-width: 553px){
	/* 버튼 */
	.btn.submit_btn {
	    /* margin: 5px 0 25px;
	    padding: 10px 45px 13px;
	    font-size: 15px; */
	}

	.btn.blackbox-btn, .btn.border-btn {
		padding: 6px 7px;
	    font-size: 11px;
	}

	.move-btn-wrap .move-btn {
	    margin-left: 0;
	    padding: 8px 0;
	    width: 90px;
	    font-size: 11px;
	}
}

/*****#####===== 레이어 =====#####*****/
.layer{
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 200;

	background-color: #FFFFFF;
}

.layer.ab{
	position: absolute;
}

/*****#####===== flaticon =====#####*****/
i{
	font-size: 0;
}

i:before{
	font-size: 16px;
}

[class^="flaticon-"]:before,
[class*=" flaticon-"]:before{
    margin-left: 0;
}

/*=================================================
				텍스트
=================================================*/
/*****#####===== word-break =====#####*****/
.word-break{
	word-wrap: break-word;
	word-break: keep-all;
}

.paragraph{
	word-wrap: break-word;
	word-break: keep-all;
}

/*=================================================
				Board
=================================================*/
/*****#####===== SNS =====#####*****/
.share_btn{
	display: block;
	width: 34px;
	height: 34px;
	cursor: pointer;

	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.share_btn[data-sns*='facebook']{background-image: url('/img/button/btn-facebook.png');}
.share_btn[data-sns*='twitter']{background-image: url('/img/button/btn-twitter.png');}
.share_btn[data-sns*='band']{background-image: url('/img/button/btn-band.png');}
.share_btn[data-sns*='kakao']{background-image: url('/img/button/btn-kakao.png');}
.share_btn[data-sns*='link']{background-image: url('/img/button/btn-link.png');}


/*****#####===== 헤더 =====#####*****/
/***** 클로즈 헤더 *****/
.close-header{
	display: none;
	margin-bottom: 68px;
	padding: 20px 0;

	box-shadow: 0px 4px 2px -2px rgba(0, 0, 0, 0.1);
}

.fsp-close-btn{
	display: block;
	width: 20px;
	height: 20px;
	cursor: pointer;

	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-image: url('/img/common/x-1.png');
}

/***** 탑 헤더 *****/
.top-header{
	margin-bottom: 30px;
}

.top-header .header-board{
	font-size: 22px;
	font-weight: 500;
	letter-spacing: -0.4px;
}

.top-header .header-regdate{
	font-size: 15px;
	font-weight: 500;
	color: #595959;
}

/***** 타이틀 헤더 *****/
.title-header{
	font-size: 36px;
	font-weight: 300;
	letter-spacing: -0.7px;
}

/***** 서브 헤더 *****/
.sub-header .header-subtitle{
	margin: 0;

	font-size: 15px;
	letter-spacing: -0.3px;
}

/***** 바텀 헤더 *****/
.bottom-header{
	padding: 11px 0 25px 0;

	border-top: 1px solid #171717;
	border-bottom: 1px solid #cccccc;

	color: #808080;
}

.bottom-header .header-count{
	font-style: italic;
}

.bottom-header .header-count .middot{
	display: inline-block;
	padding: 0 5px;
}

/***** 첨부파일 헤더 *****/
.files-header{
	margin: 16px 0;
}

/*****#####===== 풀스크린 팝업 =====#####*****/
body.fsp-open{
	overflow: hidden;
}

.fsp-open .fsp{
	position: fixed;
	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-open .close-header{
	display: block;
}


/*=================================================
				댓글
=================================================*/
/*****#####===== 리스트 =====#####*****/
.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{
	padding:0;
	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;
}

/*****#####===== 미디어 쿼리 =====#####*****/
/***** lg *****/
@media (min-width: 992px) and (max-width: 1200px){

}

/***** md *****/
@media (min-width: 768px) and (max-width: 991px){

}

/***** sm *****/
@media (min-width: 554px) and (max-width: 767px){
	.cmnt-title span{
		font-size: 14px;
	}

	.cmnt-title .date{
		font-size: 11px;
	}

	.cmnt-info .modify a,
	.cmnt-info .count{
		font-size: 12px;
	}
}

/***** xs *****/
@media (max-width: 553px){
	.cmnt-title span{
		font-size: 14px;
	}

	.cmnt-title .date{
		font-size: 11px;
	}

	.cmnt-info .modify a,
	.cmnt-info .count{
		font-size: 12px;
	}
}
/*=================================================
				Modal
=================================================*/
.alert-modal{
	z-index: 9999;
}

/*=================================================
				Box
=================================================*/
/*****#####===== 스크롤 박스 =====#####*****/
.scroll-box{
	height: 15rem;
	padding: 1rem;

	overflow-y: scroll;

	border: 1px solid #DDDDDD;
	color: #5f5f60;
}

/*****#####===== 완료 박스 =====#####*****/
.complete-wrap{
	text-align: center;
}

.complete-wrap i:before{
    color: #F15124;
    font-size: 45px;
}

.complete-wrap h3{
    padding: 20px 0 0;
    font-size: 2.2rem;
    font-weight: 600;
}

.complete-wrap p{
	font-size: 18px;
	letter-spacing: -0.4px;
}

.complete-btn-wrap a{
    padding: 12px 0;
	border: solid 1px #cccccc;
    color: #171717;
}

.complete-btn-wrap a:hover{
	background-color: #171717;
	border: solid 1px #171717;
	color: #FFFFFF;
}

/*****#####===== 미디어 쿼리 =====#####*****/
/***** sm *****/
@media (min-width: 554px) and (max-width: 767px){
	.complete-wrap h3 {
	    font-size: 1.5rem;
	}

	.complete-wrap p {
	    font-size: 14px;
	}

	.complete-btn-wrap a {
	    padding: 10px 0;
	    font-size: 17px;
	}
}

/***** xs *****/
@media (max-width: 553px){
	.complete-wrap h3 {
	    font-size: 1.5rem;
	}

	.complete-wrap p {
	    font-size: 12px;
	}

	.complete-btn-wrap{
	    padding: 0 0 10px;
	}

	.complete-btn-wrap a {
	    padding: 10px 0;
	    font-size: 12px;
	}

	.scroll-box {
	    height: 10rem;
	    font-size: 12px;
	}
}

/*=================================================
				테이블
=================================================*/
/*****#####===== 리스트 테이블 =====#####*****/
.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{
	table-layout: fixed;
	width:100%;
	border-top: 1px solid #cccccc;
}

.form-table th{
	width: 12rem;
    padding: 1rem 1.5rem;
	font-weight: 400;
    vertical-align: top;
}

.form-table td{
	/*
	width: 60rem;
	*/
}

.form-table th,
.form-table td{
	letter-spacing: -0.3px;
	border-bottom: 1px solid #cccccc;
	word-break: keep-all;

	padding: .5rem 0;
}

.form-table td input.width-trisect{
	width: 7.5rem;
}

.padding-wrapper{
	padding: 0 85px;
}

.border-box{
	padding: 3rem 4rem;
    border: 10px solid #f2f2f2;
}

.card.none-border{
	border: none;
}

.card-title{
    padding: 0 0.2rem;
	border: none;
	font-weight: 500;
	font-size: 26px;
}

.card-title small{
	line-height: 40px;
}

.page-title{
    padding: 0 0 15px;
    border-bottom: 1px solid #CCCCCC;
    font-family: 'Open Sans', sans-serif;
    font-size: 2.4rem;
    font-weight: 700;
    letter-spacing: -1.5px;
}

.page-title-line{
	width: 100%;
	height: 9px;
	padding: 2rem 0 1rem;

	background-position: center;
	background-image: url('/img/sys/pattern.png');
	background-repeat: repeat-x;
}

/*****#####===== 미디어 쿼리 =====#####*****/
/***** lg *****/
@media (min-width: 992px) and (max-width: 1200px){
	.border-box{
	    padding: 1rem;
	}

	.form-table td input.width-trisect{
		width: 6.5rem
	}
}

/***** md *****/
@media (min-width: 768px) and (max-width: 991px){
	.padding-wrapper {
	    padding: 0;
	}

	.border-box{
	    padding: 1rem;
	}

	.form-table th {
	    padding: 1rem 0.5rem;
	}

	.form-table td input.width-trisect{
		width: 5.5rem;
	}
}

/***** sm *****/
@media (min-width: 554px) and (max-width: 767px){
	.padding-wrapper {
	    padding: 0;
	}

	.border-box{
	    padding: 0;
	}

	.card-title{
	    font-size: 20px;
	}

	.form-table th {
	    padding: 1rem 0.5rem;
	    width: 25rem;
	}

	.form-table td input.width-trisect{
		width: 5rem;
	}
}

/***** xs *****/
@media (max-width: 553px){
	.padding-wrapper {
	    padding: 0;
	}

	.border-box{
	    padding: 0;
	}

	.card-title{
	    font-size: 16px;
	}

	.card-title small {
	    line-height: 25px;
	    font-size: 11px;
	}

	.form-table th {
	    padding: 1rem 0;
	    width: 30%;
	    font-size: 10px;
	}

	.form-table td {
		font-size: 11px;
	}

	.form-table td input.width-trisect{
		width: 2.7rem;
	}

	.confirm-pricelist{
		font-size: 12px;
	}
}

/*****#####===== 모듈 테이블 =====#####*****/
.module-table{
	margin: 0;
	width: 100%;
}

.module-table thead tr th,
.module-table tbody tr td{
    font-family: "notokr", sans-serif;
	font-weight: 600;
	font-size: 18px;

	text-align: center;
}

.module-table thead tr th{
	background-color: #fafafa;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}

.module-table thead tr th.w-title{

}

.module-table thead tr th.w-middle{
	width: 12rem;
}

.module-table thead tr th.w-small{
	width: 7rem;
}

.module-table .module-name{
	text-align: left;
}

/*order-table 옵션테이블*/
.module-table .option-alert{
	margin: 0;
    padding: 0;
    border: 1px solid #DDDDDD;
    border-radius: 0;
    background-color: #fafafa;
}

.module-table .option-table th,
.module-table .option-table td{
	padding: .3rem .75rem;
    height: 3rem;
	border-top: none;
	font-size: 15px;
}

.option-table{
	width: 100%;
}

.option-table .name{
    width: 11rem;
}

.option-table .price{
    width: 9rem;
}

.option-table .option{
    width: 12rem;
}

.option-table .option .cartg_num{
    padding: 1px 10px;
}

.option-table .option .border-btn{
    margin: 0;
    padding: 10px;
}

/*****#####===== 모듈 테이블 하단 총 상품금액 box =====#####*****/
/*****#####===== 총 결제 금액 =====#####*****/
.total-wrap{
    padding: 2rem;
    
	text-align: right;

	background-color: #fafafa;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

.total-wrap span{
	font-weight: 800;
	color: #f05228;
}

/* .total-wrap{
	margin-bottom: 3rem;
	padding: 2rem;

	border-top: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	background-color: #fafafa;

	font-family: "notokr", sans-serif;
	font-size: 1.3rem;
	font-weight: 500;
	text-align: right;
}

.total-wrap{
	margin-bottom: 1rem;
}

.total-wrap span{
	font-size :1.4rem;
	font-weight: 800;
	color: #f05228;
} */

/*****#####===== 미디어 쿼리 =====#####*****/
/***** lg *****/
@media (min-width: 992px) and (max-width: 1200px){

}

/***** md *****/
@media (min-width: 768px) and (max-width: 991px){
	.total-wrap {
	    font-size: 1rem;
	}
}

/***** sm *****/
@media (min-width: 554px) and (max-width: 767px){
	.total-wrap {
	    font-size: 0.85rem;
	}

	.total-wrap span {
	    font-size: 1.1rem;
	    font-weight: 700;
	}
}

/***** xs *****/
@media (max-width: 553px){
	.total-wrap {
	    margin-bottom: 2rem;
		padding: 2rem .5rem;
	    font-size: 0.85rem;
	}

	.total-wrap span {
	    font-size: 1.1rem;
	    font-weight: 700;
	}
}


/*****##### 마이페이지 주문상세테이블 #####*****/
.info-table.module-table{
	border-bottom: 1px solid #e6e6e6;
}

.info-table.module-table tbody tr td{
    padding: .75rem .3rem;
    font-weight: 500;
	font-size: 15px;
}

.info-table.module-table>tbody>tr>td div small{
	font-weight: 600;
}

.info-detail-table{
	width: 100%;
}

.info-detail-table .module-table {
    font-size: 16px;
}

.info-detail-table .module-table .name{
    width: 7rem;
}


.info-detail-table .module-table .price {
    width: 7rem;
}

.info-detail-table .module-table .option {
    width: 5rem;
}

.info-detail-table tbody tr td{
	border-top: none;
}

.info-table .btn.border-btn,
.info-table .btn.blackbox-btn{
	margin: 3px 0 0;
	font-size: 12px;
}

/***** 진행상황text색상 *****/
.info-table .pay-wait{
	color: #f05228;
}

.info-table .delivery{
	color: #21547c;
}

/*****##### 주문배송 상세페이지 - 주문상세정보 #####*****/
/*
.order-detail-table>thead>tr>th.condition{
	width: 10rem;
}

/*****##### 주문배송 상세페이지 - 결제정보(td width-33% table) #####*****/
.threetd-table>thead>tr>th{
	width: 33%;
}

/*****##### 주문배송 상세페이지 - 구매자정보(td width-25% table) #####*****/
.fourtd-table>thead>tr>th{
	width: 25%;
}

/*****##### 적립금페이지 - 구매자정보(td width-20% table) #####*****/
.fivetd-table>thead>tr>th{
	width: 20%;
}

/*****##### 적립금페이지 박스 #####*****/
.benefit-box .title{
    padding: 0 15px 0 0;
	font-weight: 500;
	font-size: 20px;
}

.benefit-box .number{
	font-weight: 600;
	font-size: 22px;
	color: #f05228;
}

.benefit-box .number i:before{
	font-weight: 500;
	font-size: 35px;
}

.benefit-box .number strong{
	font-size: 26px;
}

/* 적립금페이지 - 적립포인트text색상 */
.benefit-point-plus{
	color: #f05228;
}

.benefit-point-minus{
	color: #21547c;
}

/*****##### 내가쓴게시물 페이지 #####*****/
.info-board-table thead tr th.subject,
.info-board-table tbody tr td.subject{
    padding: .75rem 3rem;
}

/*****##### 미디어 쿼리 #####*****/
/***** lg *****/
@media (min-width: 992px) and (max-width: 1200px){
	.module-table thead tr th.w-middle {
	    width: 8rem;
	}

	.module-table .option-table .name {
	    width: 30rem;
	}

	.module-table .option-table .option {
	    width: 35rem;
	}

	/* 마이페이지 주문상세테이블 */
	/* .info-table.module-table tbody tr td{
		padding: .4rem .2rem;
	    font-size: 12px;
	} */

	.info-detail-table .order-name {
	    font-size: 15px;
	}

	.module-table thead tr th,
	.module-table tbody tr td {
	    font-size: 15px;
	    word-break: keep-all;
	}

	.info-detail-table .option-table .name{
	    width: 5rem;
	}


	.info-detail-table .option-table .price {
	    width: 7rem;
	}

	.info-detail-table .option-table .option {
	    width: 3rem;
	}

	.info-table .btn.border-btn,
	.info-table .btn.blackbox-btn{
	    padding: 5px 10px;
	}

	/* 주문배송 상세페이지 - 주문상세정보 */
	.order-detail-table>thead>tr>th.condition{
		width: 5rem;
	}

}

/***** md *****/
@media (min-width: 768px) and (max-width: 991px){
	.module-table thead tr th.w-middle {
	    width: 7.5rem;
	}

	.module-table thead tr th.w-small {
	    width: 5rem;
	}

	.module-table thead tr th,
	.module-table tbody tr td {
	    font-size: 13px;
	    word-break: keep-all;
	}

	.module-table .option-table .name {
	    width: 30rem;
	}

	.module-table .option-table .option {
	    width: 35rem;
	}

	.module-table .option-table th,
	.module-table .option-table td{
		padding: .3rem;
		font-size: 18px;
	}

	/* 마이페이지 주문상세테이블 */
	/* .info-table.module-table tbody tr td{
		padding: .4rem .2rem;
	    font-size: 12px;
	} */

	.info-detail-table .module-name {
	    font-size: 14px;
	}

	.info-detail-table .option-table .name{
	    width: 5rem;
	}


	.info-detail-table .option-table .price {
	    width: 7rem;
	}

	.info-detail-table .option-table .option {
	    width: 3rem;
	}

	.info-table .btn.border-btn,
	.info-table .btn.blackbox-btn{
	    padding: 5px 10px;
	}

	/* 주문배송 상세페이지 - 주문상세정보 */
	.order-detail-table>thead>tr>th.condition{
		width: 5rem;
	}
}

/***** sm *****/
@media (min-width: 554px) and (max-width: 767px){
	.module-table thead tr th,
	.module-table tbody tr td{
		padding: .5rem;
		font-size: 18px;
	    word-break: keep-all;
	}

	.module-table thead tr th.w-middle {
	    width: 3rem;
	}

	.module-table thead tr th.w-small {
	    width: 3rem;
	}

	.module-table .option-table .name {
	    width: 30rem;
	}

	.order-table .option-table .option {
	    width: 35rem;
	}

	.order-table .option-table th,
	.order-table .option-table td{
		padding: .3rem;
		font-size: 12px;
	}

	/* 마이페이지 주문상세테이블 */
	/* .info-table.module-table tbody tr td{
		padding: .4rem .2rem;
	    font-size: 11px;
	} */

	.info-detail-table .module-name {
	    font-size: 12px;
	}

	.info-detail-table .option-table .name{
	    width: 5rem;
	}


	.info-detail-table .option-table .price {
	    width: 7rem;
	}

	.info-detail-table .option-table .option {
	    width: 3rem;
	}

	.info-table .btn.border-btn,
	.info-table .btn.blackbox-btn{
	    padding: 5px;
	    font-size: 11px;
	}

	/* 주문배송 상세페이지 - 주문상세정보 */
	.order-detail-table>thead>tr>th.condition{
		width: 4.5rem;
	}

	/* 적립금페이지 박스 */
	.benefit-box .title{
	    padding: 0 10px 0 0;
		font-size: 16px;
	}

	.benefit-box .number{
		font-size: 19px;
	}

	.benefit-box .number i:before{
		font-size: 30px;
	}

	.benefit-box .number strong{
		font-size: 20px;
	}
}

/***** xs *****/
@media (max-width: 553px){
	.module-table .module-name {
	    font-size: 15px;
	}

	.module-table .option-table .name {
	    width: 30rem;
	}

	.module-table .option-table .option {
	    width: 35rem;
	}

	.module-table .option-table th,
	.module-table .option-table td{
		padding: .3rem;
		font-size: 12px;
	}

	.module-table thead tr th,
	.module-table tbody tr td {
	    font-size: 12px;
	}

	/* 마이페이지 주문상세테이블 */
	.info-table.order-table thead tr th,
	.info-table.order-table tbody tr td{
	    font-size: 12px;
	}

	.info-table.order-table tbody tr td{
		padding: .4rem .2rem;
	}

	.info-detail-table .order-name{
	    font-size: 12px;
	}

	.info-table .btn.border-btn,
	.info-table .btn.blackbox-btn{
	    padding: 5px;
	}

	/* 적립금페이지 박스 */
	.benefit-box .title{
	    padding: 0 5px 0 0;
		font-size: 14px;
	}

	.benefit-box .number{
		font-size: 17px;
	}

	.benefit-box .number i:before{
		font-size: 28px;
	}

	.benefit-box .number strong{
		font-size: 18px;
	}
}

/*****#####===== 파일 테이블 =====#####*****/
.file-table > thead > tr > th,
.file-table > tbody > tr > td{
	text-align: center;
}

/*****#####===== 고정 테이블 =====#####*****/
.fixed-table{
	table-layout: fixed;
}

/*****#####===== 반응형 테이블 =====#####*****/
/***** md *****/
@media (min-width: 768px) and (max-width: 991px){
    .responsive-table,
	.responsive-table tbody,
	.responsive-table>tbody>tr,
	.responsive-table>tbody>tr>td{
		position: relative;
		display: block;
		width: 100% !important;
	}

	.responsive-table th{
		display: block;
		
		width: 100%;
		padding-bottom: 0;

		font-size: 14px;
		font-weight: 500;

		border: 0;
	}

	.responsive-table td input,
	.responsive-table td select{
		font-size: 12px;
	}

	.responsive-table td .custom-control-indicator{
		top: inherit;
	}

	.responsive-table td .width-7{
		width: 4rem;
	}
}

/***** sm *****/
@media (min-width: 576px) and (max-width: 767px){
    .responsive-table,
	.responsive-table tbody,
	.responsive-table>tbody>tr,
	.responsive-table>tbody>tr>td{
		position: relative;
		display: block;
		width: 100% !important;
	}

	.responsive-table th{
		display: block;
		
		width: 100%;
		padding-bottom: 0;

		font-size: 14px;
		font-weight: 500;

		border: 0;
	}

	.responsive-table td input,
	.responsive-table td select{
		font-size: 12px;
	}

	.responsive-table td .custom-control-indicator{
		top: inherit;
	}

	.responsive-table td .width-7{
		width: 4rem;
	}
}
/***** xs *****/
@media (max-width: 575px){
	.responsive-table,
	.responsive-table tbody,
	.responsive-table>tbody>tr,
	.responsive-table>tbody>tr>td{
		position: relative;
		display: block;
		width: 100% !important;
	}

	.responsive-table th{
		display: block;
		
		width: 100%;
		padding-bottom: 0;

		font-size: 14px;
		font-weight: 500;

		border: 0;
	}

	.responsive-table td input,
	.responsive-table td select{
		font-size: 12px;
	}

	.responsive-table td .custom-control-indicator{
		top: inherit;
	}

	.responsive-table td .width-7{
		width: 4rem;
	}
}

/*****#####===== 기존 파일 보기 =====#####*****/
.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{
	padding: 0.5rem 0 0;
}

.address_wrap .form-control{
	margin-bottom: 0.5rem
}

.address_wrap .form-control{
	margin-bottom: 0.5rem
}

/*****#####===== 미디어 쿼리 =====#####*****/
/***** xs *****/
@media (max-width: 553px){
	/* .address_wrap .postcode_btn{
	    padding: 7px 5px;
	    font-size: 11px;
	} */
}

/*=================================================
				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:last-child a{
    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;
}

/*****#####===== 원형 Breadcrumb =====#####*****/
.circle-breadcrumb{
	margin: 0;
    padding: 10px 0 10px;
}

.circle-breadcrumb{
	text-align: center;
}

.circle-breadcrumb li{
	position: relative;
    display: inline-block;

    width: 190px;
    height: 190px;

    color: #5f5f60;

    background-color: #f2f2f2;
    border-radius: 100%;
}

.circle-breadcrumb li > div{
    position: absolute;
    
    width: 100%;

	top: 50%;
	left: 50%;
	
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.circle-breadcrumb li i{
    font-size: 0;
}

.circle-breadcrumb li i:before{
	font-size: 57px;
}

.circle-breadcrumb li.active{
    color: #fff;

	background-color: #5f5f60;
}

.circle-breadcrumb li.arrow{
    width: 8%;

    background: none;
}

/*****#####===== 미디어 쿼리 =====#####*****/
/***** lg *****/
@media (min-width: 992px) and (max-width: 1200px){
    
}

/***** md *****/
@media (min-width: 768px) and (max-width: 991px){
    .circle-breadcrumb li{
        width: 150px;
        height: 150px;
    }
    
    .circle-breadcrumb li i:before{
        font-size: 45px;
    }
}

/***** sm *****/
@media (min-width: 576px) and (max-width: 767px){
	.circle-breadcrumb li{
	    width: 120px;
	    height: 120px;
	}

	.circle-breadcrumb li i:before{
	    font-size: 25px;
	}

	.circle-breadcrumb li .circle-breadcrumb-item-step{
		margin-bottom: 5px;
	}

	.circle-breadcrumb li.arrow{
	    width: 13%;
	}
}

/***** xs *****/
@media (max-width: 575px){
    .circle-breadcrumb li{
	    width: 80px;
	    height: 80px;
	}

	.circle-breadcrumb li i:before{
	    font-size: 20px;
	}

	.circle-breadcrumb li .circle-breadcrumb-item-step{
        margin-bottom: 5px;
        
        font-size: 11px;
    }
    
    .circle-breadcrumb li .circle-breadcrumb-item-title{
        font-size: 11px;
	}

	.circle-breadcrumb li.arrow{
		width: 5%;
		margin:0 1.5%;
	}
}

/*=================================================
				부트스트랩
=================================================*/
/*****#####===== Pagination =====#####*****/
.pagination-wrap.center .pagination{
	justify-content: center;
}

/*****#####===== Card =====#####*****/
.card{
	border-radius: 0;
	border-color: #CCCCCC;
}

.card.border-none{
	border: none;
}

.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;
}

/*****#####===== 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;
}

/*****#####===== 리스트 =====#####*****/
ul{
	margin: 0;
}

.d-inline-block{
	width: auto;
}

/*****#####===== 테이블 =====#####*****/
.table thead th,
.table thead td,
.table tbody th,
.table tbody td{
	vertical-align: middle;
}

/*****#####===== 라벨 =====#####*****/
.custom-control,
.custom-control + .custom-control{
	margin: 0.3rem 1rem 0.5rem 0;

	vertical-align: bottom;
	font-size: 15px;
}

.custom-control-label{
	cursor: pointer;
}

/*****#####===== 폼 =====#####*****/
.form-control{
	padding-top: 6px;
	border-radius: 0;
	border: 1px solid #DDDDDD;
}

/*****#####===== 미디어 쿼리 =====#####*****/
/***** lg *****/
@media (min-width: 992px) and (max-width: 1200px){

}

/***** md *****/
@media (min-width: 768px) and (max-width: 991px){

}

/***** sm *****/
@media (min-width: 554px) and (max-width: 767px){

}

/***** xs *****/
@media (max-width: 553px){
	/* 라벨 */
	.custom-control,
	.custom-control + .custom-control{
	    font-size: 12px;
	}
}

/*=================================================
				쪽지, 채팅
=================================================*/
.chat-card-block{
	height:500px;

	background-color: #cfd7e9;
	overflow-y: auto;
}

.chat-comment-wrap{
	position:relative;

	padding:20px;

	background-color: #ffffff;
	border-radius: 15px;
}

.chat-comment-wrap:before{
	content:"";

	position:absolute;
	top:50%;
	left:-19px;

	border-top: 10px solid #ffffff;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;

	-webkit-transform: rotate(-270deg) translateY(-50%);;
	-ms-transform: rotate(-270deg) translateY(-50%);;
	transform: rotate(-270deg) translateY(-50%);
}

.chat-comment-wrap.my-comment{
	background-color: #fcffca;
}

.chat-comment-wrap.my-comment:before{
	left:inherit;
	right:-19px;

	border-top: 10px solid #fcffca;

	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg) translateY(-50%);
}

/*=================================================
				백그라운드
=================================================*/
.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;
}

.zoom-bg{
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease;
    transition: all 1s ease-in-out;
}

.zoom-bg:hover{
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

/*****#####===== 미디어 쿼리 =====#####*****/
/***** lg *****/
@media (min-width: 992px) and (max-width: 1200px){
    
}

/***** md *****/
@media (min-width: 768px) and (max-width: 991px){
 
}

/***** sm *****/
@media (min-width: 576px) and (max-width: 767px){
	.parallax-bg{
		background-position: center;
		background-attachment: inherit;
		background-size: cover;
		background-repeat: no-repeat;
	}
}

/***** xs *****/
@media (max-width: 575px){
    .parallax-bg{
		background-position: center;
		background-attachment: inherit;
		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;
}

.end-box{
	display: table;
	width: 100%;
	height: 100%;
}

.end-box > .inner{
	display: table-cell;
	width: 100%;
	height: 100%;
	vertical-align: bottom;

	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
/*****#####===== 원형 비율 박스 =====#####*****/
.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.ratio4_1:before{
	padding-top: 25%;
}

.ratio-box.ratio2_1:before{
	padding-top: 50%;
}

.ratio-box.ratio3_1:before{
	padding-top: 30%;
}

.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.ratio5_4:before{
	padding-top: 79%;
}

.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;
}

/*=================================================
			기타 간편 설정
=================================================*/
/*****#####===== 폰트간격 =====#####*****/
.ls-p1{letter-spacing: 1px;}
.ls-p16{letter-spacing: 1.6px;}

.ls-02{letter-spacing: -0.2px;}
.ls-03{letter-spacing: -0.3px;}
.ls-04{letter-spacing: -0.4px;}
.ls-05{letter-spacing: -0.5px;}
.ls-06{letter-spacing: -0.6px;}
.ls-07{letter-spacing: -0.7px;}
.ls-08{letter-spacing: -0.8px;}
.ls-09{letter-spacing: -0.9px;}
.ls-10{letter-spacing: -1px;}
.ls-11{letter-spacing: -1.1px;}
.ls-15{letter-spacing: -1.5px;}
.ls-16{letter-spacing: -1.6px;}
.ls-17{letter-spacing: -1.7px;}
.ls-2{letter-spacing: -2px;}
.ls-21{letter-spacing: -2.1px;}
.ls-22{letter-spacing: -2.2px;}
.ls-23{letter-spacing: -2.3px;}
.ls-24{letter-spacing: -2.4px;}
.ls-25{letter-spacing: -2.5px;}
.ls-26{letter-spacing: -2.6px;}
.ls-27{letter-spacing: -2.7px;}
.ls-28{letter-spacing: -2.8px;}
.ls-30{letter-spacing: -3px;}
.ls-35{letter-spacing: -3.5px;}
.ls-60{letter-spacing: -6px;}

/*****#####===== 행간 =====#####*****/
.lh-p1{letter-spacing: 1px;}
.lh-p16{letter-spacing: 1.6px;}
.lh-02{line-height: 0.2;}
.lh-03{line-height: 0.3;}
.lh-04{line-height: 0.4;}
.lh-05{line-height: 0.5;}
.lh-06{line-height: 0.6;}
.lh-07{line-height: 0.7;}
.lh-08{line-height: 0.8;}
.lh-09{line-height: 0.9;}
.lh-10{line-height: 1;}
.lh-11{line-height: 1.1;}
.lh-12{line-height: 1.2;}
.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;}
.lh-25{line-height: 2.5;}
.lh-26{line-height: 2.6;}
.lh-27{line-height: 2.7;}
.lh-28{line-height: 2.8;}
.lh-35{line-height: 3.5;}

/*****#####===== 폰트굵기 =====#####*****/
.weight-100{font-weight: 100;}
.weight-200{font-weight: 200;}
.weight-300{font-weight: 300;}
.weight-400{font-weight: 400;}
.weight-500{font-weight: 500;}
.weight-600{font-weight: 600;}
.weight-700{font-weight: 700;}
.weight-800{font-weight: 800;}

/*****#####===== 폰트사이즈 =====#####*****/
.h1, .h2, .h3, .h4, .h5, .h6{
    margin-bottom: 0;
    font-family: inherit;
    color: inherit;

    word-break: keep-all;
    word-wrap: break-word;
}

.h1{
    font-size: 40px;
}

.h2{
    font-size: 26px;
}

.h3{
    font-size: 20px;
}

.h4{
    font-size: 18px;
}

.h5{
    font-size: 15px;
}

.h6{
    font-size: 12px;
}

input,
select{
    font-size: 17px;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    font-size: 17px !important;
}

:-ms-input-placeholder { /* IE 10+ */
    font-size: 17px !important;
}

/*****#####===== 미디어 쿼리 =====#####*****/
/***** lg *****/
@media (min-width: 992px) and (max-width: 1200px){
    
}

/***** md *****/
@media (min-width: 768px) and (max-width: 991px){
 
}

/***** sm *****/
@media (min-width: 576px) and (max-width: 767px){
 
}

/***** xs *****/
@media (max-width: 575px){
    .h1{
        font-size: 30px;
    }
    
    .h2{
        font-size: 20px;
    }
    
    .h3{
        font-size: 18px;
    }
    
    .h4{
        font-size: 16px;
    }
    
    .h5{
        font-size: 14px;
    }
    
    .h6{
        font-size: 12px;
    }
    
	input,
	select{
        font-size: 14px !important;
    }
    
    ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
        font-size: 14px !important;
    }
    
    :-ms-input-placeholder { /* IE 10+ */
        font-size: 14px !important;
    }
}

/* .font-08{font-size: 0.8rem;}
.font-09{font-size: 0.9rem;}
.font-1{font-size: 1rem;}
.font-11{font-size: 1.1rem;}
.font-12{font-size: 1.2rem;}
.font-13{font-size: 1.3rem;}
.font-14{font-size: 1.4rem;}
.font-15{font-size: 1.5rem;}
.font-16{font-size: 1.6rem;}
.font-17{font-size: 1.7rem;}
.font-18{font-size: 1.8rem;}
.font-19{font-size: 1.9rem;}
.font-2{font-size: 2rem;} */

/*****#####===== 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;}
.row-20{margin-left: -20px;margin-right: -20px;}
.row-20 > div[class^='col']{padding-left: 20px;padding-right: 20px;}
.row-30{margin-left: -30px;margin-right: -30px;}
.row-30 > div[class^='col']{padding-left: 30px;padding-right: 30px;}
.row-40{margin-left: -40px;margin-right: -40px;}
.row-40 > div[class^='col']{padding-left: 40px;padding-right: 40px;}
.row-50{margin-left: -50px;margin-right: -50px;}
.row-50 > div[class^='col']{padding-left: 50px;padding-right: 50px;}
.row-60{margin-left: -60px;margin-right: -60px;}
.row-60 > div[class^='col']{padding-left: 60px;padding-right: 60px;}


/***** sm *****/
@media (min-width: 576px) and (max-width: 767px){
	div[class^='row']{margin-left: -10px !important;margin-right: -10px !important;}
	div[class^='row'] > div[class^='col']{padding-left: 10px !important;padding-right: 10px !important;}
}

/***** xs *****/
@media (max-width: 575px){
	div[class^='row']{margin-left: -10px !important;margin-right: -10px !important;}
	div[class^='row'] > div[class^='col']{padding-left: 10px !important;padding-right: 10px !important;}
}

/*****#####===== 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;}
.width-21{width: 21rem;}
.width-22{width: 22rem;}
.width-23{width: 23rem;}
.width-24{width: 24rem;}
.width-25{width: 25rem;}
.width-26{width: 26rem;}
.width-27{width: 27rem;}
.width-28{width: 28rem;}
.width-29{width: 29rem;}
.width-30{width: 30rem;}
.width-31{width: 31rem;}
.width-32{width: 32rem;}
.width-33{width: 33rem;}
.width-34{width: 34rem;}
.width-35{width: 35rem;}
.width-36{width: 36rem;}
.width-37{width: 37rem;}
.width-38{width: 38rem;}
.width-39{width: 39rem;}
.width-40{width: 40rem;}
.width-50{width: 50rem;}
.width-55{width: 55rem;}
.width-60{width: 60rem;}
.width-80{width: 80rem;}

/*****#####===== 미디어 쿼리 =====#####*****/
/***** sm *****/
@media (min-width: 576px) and (max-width: 767px){
	.width-80{width: 40rem;}
}

/***** xs *****/
@media (max-width: 575px){
    .width-80{width: 40rem;}
}


/*****#####===== 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;}

/*****----- 5열 그리드 -----*****/
.col-xs-penta-1,
.col-xs-penta-2,
.col-xs-penta-3,
.col-xs-penta-4,
.col-xs-penta-5,
.col-ms-penta-1,
.col-ms-penta-2,
.col-ms-penta-3,
.col-ms-penta-4,
.col-ms-penta-5,
.col-sm-penta-1,
.col-sm-penta-2,
.col-sm-penta-3,
.col-sm-penta-4,
.col-sm-penta-5,
.col-md-penta-1,
.col-md-penta-2,
.col-md-penta-3,
.col-md-penta-4,
.col-md-penta-5,
.col-lg-penta-1,
.col-lg-penta-2,
.col-lg-penta-3,
.col-lg-penta-4,
.col-lg-penta-5,
.col-xl-penta-1,
.col-xl-penta-2,
.col-xl-penta-3,
.col-xl-penta-4,
.col-xl-penta-5{
	 position: relative;
	 min-height: 1px;
	 padding-left: 15px;
	 padding-right: 15px;
}

@media (max-width: 480px){
	.col-xs-penta-1,
	.col-xs-penta-2,
	.col-xs-penta-3,
	.col-xs-penta-4,
	.col-xs-penta-5{
		float: left;
	}

	.col-xs-penta-1{width: 20%;}
	.col-xs-penta-2{width: 40%;}
	.col-xs-penta-3{width: 60%;}
	.col-xs-penta-4{width: 80%;}
	.col-xs-penta-5{width: 100%;}

	.col-xs-penta-push-1{left: 20%;}
	.col-xs-penta-push-2{left: 40%;}
	.col-xs-penta-push-3{left: 60%;}
	.col-xs-penta-push-4{left: 80%;}

	.col-xs-penta-pull-1{right: 20%;}
	.col-xs-penta-pull-2{right: 40%;}
	.col-xs-penta-pull-3{right: 60%;}
	.col-xs-penta-pull-4{right: 80%;}
}

@media (min-width: 480px) {
	.col-ms-penta-1,
	.col-ms-penta-2,
	.col-ms-penta-3,
	.col-ms-penta-4,
	.col-ms-penta-5{
		float: left;
	}

	.col-ms-penta-1{width: 20%;}
	.col-ms-penta-2{width: 40%;}
	.col-ms-penta-3{width: 60%;}
	.col-ms-penta-4{width: 80%;}
	.col-ms-penta-5{width: 100%;}

	.col-ms-penta-push-1{left: 20%;}
	.col-ms-penta-push-2{left: 40%;}
	.col-ms-penta-push-3{left: 60%;}
	.col-ms-penta-push-4{left: 80%;}

	.col-ms-penta-pull-1{right: 20%;}
	.col-ms-penta-pull-2{right: 40%;}
	.col-ms-penta-pull-3{right: 60%;}
	.col-ms-penta-pull-4{right: 80%;}
}

@media (min-width: 768px) {
	.col-sm-penta-1,
	.col-sm-penta-2,
	.col-sm-penta-3,
	.col-sm-penta-4,
	.col-sm-penta-5{
		float: left;
	}

	.col-sm-penta-1{width: 20%;}
	.col-sm-penta-2{width: 40%;}
	.col-sm-penta-3{width: 60%;}
	.col-sm-penta-4{width: 80%;}
	.col-sm-penta-5{width: 100%;}

	.col-sm-penta-push-1{left: 20%;}
	.col-sm-penta-push-2{left: 40%;}
	.col-sm-penta-push-3{left: 60%;}
	.col-sm-penta-push-4{left: 80%;}

	.col-sm-penta-pull-1{right: 20%;}
	.col-sm-penta-pull-2{right: 40%;}
	.col-sm-penta-pull-3{right: 60%;}
	.col-sm-penta-pull-4{right: 80%;}
}

@media (min-width: 992px) {
	.col-md-penta-1,
	.col-md-penta-2,
	.col-md-penta-3,
	.col-md-penta-4,
	.col-md-penta-5{
		float: left;
	}

	.col-md-penta-1{width: 20%;}
	.col-md-penta-2{width: 40%;}
	.col-md-penta-3{width: 60%;}
	.col-md-penta-4{width: 80%;}
	.col-md-penta-5{width: 100%;}

	.col-md-penta-push-1{left: 20%;}
	.col-md-penta-push-2{left: 40%;}
	.col-md-penta-push-3{left: 60%;}
	.col-md-penta-push-4{left: 80%;}

	.col-md-penta-pull-1{right: 20%;}
	.col-md-penta-pull-2{right: 40%;}
	.col-md-penta-pull-3{right: 60%;}
	.col-md-penta-pull-4{right: 80%;}
}
@media (min-width: 1200px) {
	.col-lg-penta-1,
	.col-lg-penta-2,
	.col-lg-penta-3,
	.col-lg-penta-4,
	.col-lg-penta-5{
		float: left;
	}

	.col-lg-penta-1{width: 20%;}
	.col-lg-penta-2{width: 40%;}
	.col-lg-penta-3{width: 60%;}
	.col-lg-penta-4{width: 80%;}
	.col-lg-penta-5{width: 100%;}

	.col-lg-penta-push-1{left: 20%;}
	.col-lg-penta-push-2{left: 40%;}
	.col-lg-penta-push-3{left: 60%;}
	.col-lg-penta-push-4{left: 80%;}

	.col-lg-penta-pull-1{right: 20%;}
	.col-lg-penta-pull-2{right: 40%;}
	.col-lg-penta-pull-3{right: 60%;}
	.col-lg-penta-pull-4{right: 80%;}
}

@media (min-width: 1500px) {
	.col-xl-penta-1,
	.col-xl-penta-2,
	.col-xl-penta-3,
	.col-xl-penta-4,
	.col-xl-penta-5{
		float: left;
	}

	.col-xl-penta-1{width: 20%;}
	.col-xl-penta-2{width: 40%;}
	.col-xl-penta-3{width: 60%;}
	.col-xl-penta-4{width: 80%;}
	.col-xl-penta-5{width: 100%;}

	.col-xl-penta-push-1{left: 20%;}
	.col-xl-penta-push-2{left: 40%;}
	.col-xl-penta-push-3{left: 60%;}
	.col-xl-penta-push-4{left: 80%;}

	.col-xl-penta-pull-1{right: 20%;}
	.col-xl-penta-pull-2{right: 40%;}
	.col-xl-penta-pull-3{right: 60%;}
	.col-xl-penta-pull-4{right: 80%;}
}
