@charset "utf-8";
/* ==================================================

    * base

    CSS CONTENTS : 
    01. overflow
    02. ellipsis
    03. layer
    04. color
    05. scroll bar
    06. table
    07. list type
    08. button
    09. align
    10. radio, checkbox
    11. form
    12. input file custom
    13. captcha
    14. img
    15. spacing
    16. datepicker
    17. block, inline-block
    18. font
    19. show, hide
    
================================================== */
/* overflow */
html.ovh,
body.ovh{
    overflow: hidden;
}

/* ellipsis */
.ellipsis{
	display: inline-block;
	max-width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ellipsis2,
.ellipsis3,
.ellipsis4,
.ellipsis5{
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	white-space: normal;
	word-break: break-word;
}

/*
.ellipsis,
.ellipsis2,
.ellipsis3,
.ellipsis4,
.ellipsis5{
	overflow: hidden;
	display: block;
	display: -webkit-inline-box;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
    word-break: break-all;
}
.ellipsis{
	display: inline-block;
	max-width: 100%;
	white-space: nowrap;
}
*/
.ellipsis2{
	-webkit-line-clamp: 2;
}
.ellipsis3{
	-webkit-line-clamp: 3;
}
.ellipsis4{
	-webkit-line-clamp: 4;
}
.ellipsis5{
	-webkit-line-clamp: 5;
}
.ellipsis6{
	-webkit-line-clamp: 6;
}
.ellipsis7{
	-webkit-line-clamp: 7;
}
.ellipsis8{
	-webkit-line-clamp: 8;
}
.ellipsis9{
	-webkit-line-clamp: 9;
}
.ellipsis10{
	-webkit-line-clamp: 10;
}

/* layer */
.inner-layer{
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
}

/* color */
.text-red{
    color: #dc2525 !important;
}
.text-purple{
    color: #432ebf !important;
}
.text-purple2{
    color: #7a2b79 !important;
}
.text-pink{
    color: #d43062 !important;
}
.text-pink2{
    color: #de205a !important;
}
.text-blue{
    color: #467dea !important;
}
.text-skyblue{
    color: #009be3 !important;
}
.text-skyblue2{
    color: #1583bf !important;
}
.required{
    color: #d22c2c !important;
}
.link,
.link *,
.link:hover,
.link:active,
.link:focus{
    color: #3c84ff !important;
    text-decoration: underline;
}

.highlights{
  display: inline;
	color: #5545b1;
	box-shadow: inset 0 -12px 0 rgba(85, 69, 177, 0.1);
}
.highlights.type2{
	color: #1d75b9;
	box-shadow: inset 0 -12px 0 rgba(0, 140, 196, 0.08);
}
.bg-box {
	padding: 30px 15px;
}
.bg-box.type-small {
	padding: 15px;
}
.bg-box.type-small:has(.img-wrap) {
	gap: 20px;
}
.bg-box:has(.img-wrap) {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 40px;
}
.bg-box .tit{
	margin-bottom: 15px;
	font-size: 2.4rem;
	font-weight: 500;
	letter-spacing: -0.075em;
}
.bg-grey {background-color: #f8f8f8;}
.bg-grey.has-border {
	border: 1px solid #d0d3d8;
}
.bg-purple{
    background-color: #faf8ff;
}
.bg-blue{
    background-color: #f3faff;
}
.bg-blue .tit {
		color: #102888;
}
.bg-pink{
    background-color: #fff7fa;
}
.bg-pink .tit {
    color: #912076;
}
.bg-orange{
    background-color: #fffaf5;
}
.bg-orange.has-border {
		border-top: 2px solid #e76700;
		border-bottom: 1px solid #ffb67a;
}
.bg-red{
    background-color: #fff9f8;
}
.bg-red.has-border {
    border-top: 2px solid #db2e0e;
    border-bottom: 1px solid #ed9383;
}
.bg-gradient{
    background: linear-gradient(to right, #f6fcff, #faf6ff);
}
.bg-box .btn-wrap {
	margin-top: 0;
}
.write-wrap + .bg-box {
	margin-top: 40px;
}
.ic-bg-warn {
	margin-top: -3px;
}
/* scroll bar */
.scroll-y::-webkit-scrollbar,
.scroll-x::-webkit-scrollbar{
    width: 12px;
    height: 12px;
}
.scroll-y::-webkit-scrollbar-thumb,
.scroll-x::-webkit-scrollbar-thumb{
    background-color: #5f5f5f;
}
.popup-wrap .scroll-x::-webkit-scrollbar-thumb{
    background-color: #5643af;
}
.scroll-y::-webkit-scrollbar-track,
.scroll-x::-webkit-scrollbar-track{
    background-color: #f4f4f4;
}

/* table */
.table-wrap{
    border-top: 2px solid #4646a6;
}
.table-wrap + .table-wrap{
    margin-top: 65px;
}
.cst-table{
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
    border-spacing: 0;
}
.cst-table th,
.cst-table td{
    padding: 15px;    
    border: 1px solid #e2e2e2;
    font-size: 1.6rem;
    line-height: 1.3;
    color: #111;
    text-align: center;
		vertical-align: middle;
}
.cst-table th:first-child,
.cst-table td:first-child{
    border-left: 0;
}
.cst-table th:last-child,
.cst-table td:last-child{
    border-right: 0;
}
.cst-table .text-left{
    padding-left: 20px;
    padding-right: 20px;
    text-align: left;
}
.cst-table thead th{
	color: #222;
	font-weight: 400;
  background-color: #f6f6ff;
}
.cst-table tbody th{
	color: #222;
	font-weight: 400;
  background-color: #f8f8f8;
}
.cst-table tbody th.bg-purple {
  background-color: #f6f6ff;
}
.cst-table thead tr:last-child th,
.cst-table thead tr:last-child td{
    border-bottom: 0;
}

.cst-table.list-table th,
.cst-table.list-table td{
    padding: 12px 15px;
    border-left: 0;
    border-right: 0;
    border-color: #e2e2e2;
}
.cst-table.list-table th{
    background-color: #eff5ff;
}
.cst-table tfoot td,
.cst-table tfoot th{
    background-color: #feffef !important;
}
.cst-table .btn-wrap {
	margin-top: 0;
}
.cst-table .btn.btn-del {
	width: 35px;
	height: 35px;
	padding: 5px;
	background-color: #ffe5ef;
	border-radius: 4px;
}
/* list type */
.list-type > li{
    position: relative;
}
.list-type > li:before{
    display: block;
    content: '';
    clear: both;
    position: absolute;
    top: 0;
    left: 0;
}
.list-type-decimal > li{
    list-style: decimal;
    margin-left: 20px;
}
.list-type-decimal.bracket{
	counter-reset: number 0;
    margin: 0;
}
.list-type-decimal.bracket > li {
	position: relative;
	padding-left: 27px;
    margin: 0;
    list-style: none;
}
.list-type-decimal.bracket > li::before {
	position: absolute;
	left: 0;
	top: 0;
	content: counter(number) ')';
	counter-increment: number 1;
}
.list-type-bar > li{
    padding-left: 12px;
}
.list-type-bar > li:before{
    top: 13px;
    width: 6px;
    height: 1px;
    background-color: #111;
}
.list-type-bar > li.text-red:before{
    background-color: #dc2525 ;
}
.list-type-dot > li{
    padding-left: 15px;
}
.list-type-dot > li:before{
    top: 12px;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background-color: #111;
}
.list-type-dot.type2 > li:before{
    top: 11px;
    width: 5px;
    height: 5px;
    background-color: #733ac5;
}
.list-type-text > li span,
.list-type-text > li span + div{
    display: inline-block;
    vertical-align: top;
}
.list-type-text > li span{
    width: 20px;
}
.list-type-text > li span + div{
    width: calc(100% - 25px);
}
.list-type-border > li {
	display: inline-block;
	line-height: 1;
}
.list-type-border > li + li {
	margin-left: 15px;
	padding-left: 16px;
}
.list-type-border > li + li::before {
	content: '';
	display: block;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
	height: 60%;
	background-color: #333;
}
.list-type-ko > li {
	padding-left: 27px;
}
.list-type-ko > li::before {
	position: absolute;
	left: 0;
	top: 0;
	width: 27px;
	text-align: center;
}
.list-type-ko> li:nth-child(1)::before { content: '가. '; }
.list-type-ko> li:nth-child(2)::before { content: '나. '; }
.list-type-ko> li:nth-child(3)::before { content: '다. '; }
.list-type-ko> li:nth-child(4)::before { content: '라. '; }
.list-type-ko> li:nth-child(5)::before { content: '마. '; }
.list-type-ko> li:nth-child(6)::before { content: '바. '; }
.list-type-ko> li:nth-child(7)::before { content: '사. '; }
.list-type-ko> li:nth-child(8)::before { content: '아. '; }
.list-type-ko> li:nth-child(9)::before { content: '자. '; }
.list-type-ko> li:nth-child(10):before { content: '차. '; }
.list-type-ko> li:nth-child(11):before { content: '카. '; }
.list-type-ko> li:nth-child(12):before { content: '타. '; }
.list-type-ko> li:nth-child(13):before { content: '파. '; }
.list-type-ko> li:nth-child(14):before { content: '하. '; }
.list-type-chk > li {
	padding-left: 35px;
}
.list-type-chk > li + li {
	margin-top: 5px;
}
.list-type-chk > li::before {
	top: 5px;
	width: 21px;
	height: 17px;
	background-repeat: no-repeat;
	background-image: url('../image/common/ic_list_chk.png');
	background-size: contain;
}

.list-type-circle{
    counter-reset: num;
    list-style: none;
}
.list-type-circle > li{
    position: relative;
    padding-left: 25px;
}
.list-type-circle > li:before{
    position: absolute;
    top: 0;
    left: 0;
    counter-increment: num;
    content: counter(num, disc);
}
.list-type-circle > li:nth-child(1):before{
    content: '①';
}
.list-type-circle > li:nth-child(2):before{
    content: '②';
}
.list-type-circle > li:nth-child(3):before{
    content: '③';
}
.list-type-circle > li:nth-child(4):before{
    content: '④';
}
.list-type-circle > li:nth-child(5):before{
    content: '⑤';
}
.list-type-circle > li:nth-child(6):before{
    content: '⑥';
}
.list-type-circle > li:nth-child(7):before{
    content: '⑦';
}
.list-type-circle > li:nth-child(8):before{
    content: '⑧';
}
.list-type-circle > li:nth-child(9):before{
    content: '⑨';
}
.list-type-circle > li:nth-child(10):before{
    content: '⑩';
}
.list-type-circle > li:nth-child(11):before{
    content: '⑪';
}
.list-type-circle > li:nth-child(12):before{
    content: '⑫';
}
.list-type-circle > li:nth-child(13):before{
    content: '⑬';
}
.list-type-circle > li:nth-child(14):before{
    content: '⑭';
}
.list-type-circle > li:nth-child(15):before{
    content: '⑮';
}
.list-type-circle > li:nth-child(16):before{
    content: '⑯';
}
.list-type-circle > li:nth-child(17):before{
    content: '⑰';
}
.list-type-circle > li:nth-child(18):before{
    content: '⑱';
}
.list-type-circle > li:nth-child(19):before{
    content: '⑲';
}
.list-type-circle > li:nth-child(20):before{
    content: '⑳';
}

/* button */
.btn-wrap{
    position: relative;
    margin-top: 50px;
}
.btn-wrap:after{
    display: block;
    content: '';
    clear: both;
}
.btn-wrap .btn-type1{
    margin: 4px;
}
.btn{
    display: inline-block;
		text-align: center;
    vertical-align: top;
		transition: ease .3s;
}
.btn.btn-type1{
    display: inline-block;
    min-width: 120px;
    padding: 12px 30px;
    margin: 4px;
    border-radius: 5px;
    border: 1px solid transparent;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1.4;
    text-align: center;
}
.btn-type1 .arrow{
    display: inline-block;
    margin-top: -4px;
    margin-left: 45px;
    vertical-align: middle;
}
.btn-type1 img{
    margin-top: -2px;
}
.btn-type1.has-radius {
	border-radius: 25px;
}
.btn.btn-type2{
	padding: 8px 25px;
	margin: 4px;
	border: 1px solid transparent;
	border-radius: 3px;
}
.btn.btn-small{
    padding: 6px 25px;
    border-radius: 4px;
    border: 1px solid transparent;
    font-size: 1.4rem;
		line-height: 1.6;
}
.btn.btn-small:has(.arrow){
    padding-left: 15px;
    padding-right: 15px;
    text-align: left;
}
.btn-small .arrow{
    display: inline-block;
    margin-top: -3px;
    margin-left: 20px;
    vertical-align: middle;
}

.btn-type2.btn-small{
    min-width: 105px;
    padding: 6px 15px;
    border-radius: 2px;
    font-size: 14px;
    line-height: 1.6;
}
.btn-type2 .arrow{
    margin-top: -3px;
    margin-left: 15px;
}

.btn:has(img) {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	gap: 15px;
}
.btn .icon img {
	vertical-align: middle;
	margin-top: -2px;
}

.btn.color-type1{
    background-color: #5545b0;
    border-color: #5545b0;
    color: #fff;
}
.btn.color-type2{
    background-color: #6645cf; /* 6252d1 */
    border-color: #6645cf;
    color: #fff;
}
.btn.color-type3{
    background-color: #54487c; /*635578*/
    border-color: #54487c;
    color: #fff;
}
.btn.color-type4{
    background-color: #364588; /*3f4da0, 3b3b83*/
    border-color: #364588;
    color: #fff;
}
.btn.color-type5{
    background-color: #4452b6; /*4c6dae  */
    border-color: #4452b6;
    color: #fff;
}
.btn.color-type6{
    background-color: #556278;
    border-color: #556278;
    color: #fff;
}
.btn.color-type7{
    background-color: #4c6dae;
    border-color: #4c6dae;
    color: #fff;
}
.btn.color-type8{
    background-color: #ec7a00;
    border-color: #ec7a00;
    color: #fff;
}
.btn.color-type9{
    background-color: #2892e5;
    border-color: #2892e5;
    color: #fff;
}
.btn.color-type10{
    background-color: #1f62d9;
    border-color: #1f62d9;
    color: #fff;
}


.btn-line.color-type1{
    background-color: #fff;
    border: 1px solid #686868;
    color: #686868;
}
.btn-line.color-type2{
    background-color: #fff;
    border: 1px solid #322c96;
    color: #322c96;
}

.btn.btn-bank {
	background-color: #e0e6f5;
	border-color: #e0e6f5;
	color: #144393;
}
.btn.btn-card {
	background-color: #dcf1f3;
	border-color: #dcf1f3;
	color: #008db6;
}
.btn.btn-receipt {
	background-color: #ddf7ea;
	border-color: #ddf7ea;
	color: #129e92;
}
.btn.btn-list {
	background-color: #f1f1f1;
	border-color: #f1f1f1;
}
.btn.btn-write,
.btn.btn-modify {
	background-color: #2892e5;
	border-color: #2892e5;
	color: #fff;
}
.btn.btn-cancel{
	background-color: #999;
	border-color: #999;
	color: #fff;
}
.btn.btn-delete{
	background-color: #d64b54;
	border-color: #d64b54;
	color: #fff;
}

/* align */
.d-flex {
	display: flex;
	align-items: center;
}
.text-left{
    text-align: left !important;
}
.text-center{
    text-align: center !important;
}
.text-right{
    text-align: right !important;
}
.full-left{
    float: left !important;
}
.full-right{
    float: right !important;
}

/* search */
/* Type B */
.sch-wrap{
	display: block;
	margin-bottom: 35px;
	padding: 20px;
	background-color: #f7f8ff;
}
.sch-wrap .form-group{
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
	max-width: 690px;
	margin: 0 auto;
}
.sch-wrap .form-item{
	height: 45px;
	border-radius: 3px;
}
.sch-wrap .sch-cate{
	width: 120px;
}
.sch-wrap .sch-key{    
	flex: 1 1 auto;
}
.sch-wrap .btn-sch{
	width: 110px;
	height: 45px;
	padding: 0;
	background-color: #3278da;
	color: #fff;
	border-radius: 3px;
}
.sch-wrap .btn-reset{
	width: 120px;
	height: 45px;
	padding: 0;
	background-color: #3b3f6c;
	color: #fff;
	border-radius: 3px;
}
/*
	검색창에 '검색 초기화'버튼이 있는 경우 - type2 클래스를 붙여주세요
*/
.sch-wrap.type2 .form-group{
	max-width: 100%;
}

/* radio, checkbox */
.form-group .radio-wrap,
.form-group .checkbox-wrap{
  flex: 0 0 auto;
}
.radio-wrap,
.checkbox-wrap{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px 20px;
}
.radio-wrap.full,
.checkbox-wrap.full{
    flex-direction: column;
    align-items: start;
}
.radio-wrap.text-center,
.checkbox-wrap.text-center{
    justify-content: center;
}
.radio-group:has(input:disabled),
.radio-group input[type="radio"]:disabled,
.checkbox-group:has(input:disabled),
.checkbox-group input[type="checkbox"]:disabled{
    opacity: 0.3;
}
.radio-group,
.checkbox-group{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
}
.radio-group input[type="radio"],
.checkbox-group input[type="checkbox"]{
    margin-left: -28px;
}
.cst .radio-group input[type="radio"],
.cst .checkbox-group input[type="checkbox"]{
    appearance: none;
    position: relative;
    width: 16px;
    height: 16px;
    border: 2px solid #e5e5e5;
    margin-top: -2px;
    margin-right: 12px;
    border-radius: 100%;
    vertical-align: middle;
    transition: 0.3s ease;
    cursor: pointer;
}
.cst .radio-group:has(input[type="text"]) input[type="radio"],
.cst .checkbox-group:has(input[type="text"]) input[type="checkbox"] {
	margin-top: 2px;
}
.cst .checkbox-group input[type="checkbox"]{
    border-radius: 2px;
    border-color: #d1d1d1;
    background-repeat: no-repeat;
    background-position: center;
}
.cst .radio-group input[type="radio"]:checked{
    border-color: #2892e5;
}
.cst .radio-group input[type="radio"]:checked:before{
    display: block;
    content: '';
    clear: both;
    position: absolute;
    top: 3px;
    left: 3px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #2892e5;
}
.cst .checkbox-group input[type="checkbox"]:checked{
    border-color: #2892e5;
}
.cst .checkbox-group input[type="checkbox"]:checked:before{
    display: block;
    content: '';
    clear: both;
    position: absolute;
    top: 1px;
    left: 2px;
    border-right: 2px solid #2892e5;
    border-bottom: 2px solid #2892e5;
    height: 70%;
    width: 30%;
    transform: rotate(50deg) translateY(-20%) translateX(-10%);
}
.write-wrap .radio-group:has(.form-item),
.write-wrap .checkbox-group:has(.form-item){
  display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.write-wrap .radio-wrap .form-item,
.write-wrap .checkbox-wrap .form-item{
    flex: 0 0 auto;
    width: auto;
		margin: 0 10px;
}

.write-wrap .active .form-tit,
.write-wrap .active .form-con{
    background-color: #e6e6ff;
}
.write-wrap .active .form-con{
    font-size: 1.8rem;
    font-weight: 500;
    color: #33339d;
}

/* form */
.help-text {
	font-size: 1.4rem;
	color: #999999;
}
.write-form-wrap form,
.write-form-wrap fieldset{
    min-width: 0;
}
.write-form-wrap .btn-type1{
    min-width: 115px;
}
.write-wrap{
    width: 100%;
    border-top: 2px solid #4646a6;
}
.write-wrap + .write-wrap{
    margin-top: 40px;
}
.write-tit{
    background-color: #4646a6;
    padding: 10px 25px;
    font-size: 1.8rem;
    color: #fff;
}
.write-wrap > li{
    display: table;
    width: 100%;
    border-bottom: 1px solid #e2e2e2;
    table-layout: fixed;
}
.write-wrap > li > div{
    display: table-cell;
    padding: 10px 25px;
    word-break: keep-all;
    vertical-align: middle;
}
.write-wrap .form-tit{
    width: 20%;
		color: #222;
    background-color: #f6f6ff;
}
.write-wrap .form-con{
    width: 80%;
    font-size: 1.6rem;
    background-color: #fff;
}
.write-wrap .form-con:has(.write-wrap){
    padding: 0;
}
.write-wrap .form-con .write-wrap{
    border-top: 0;
}
.write-wrap .form-con .write-wrap > li{
    border-left: 1px solid #e2e2e2;
}
.write-wrap .form-con .write-wrap > li:last-child{
    border-bottom: 0;
}
.write-wrap > li.n2 {
	float: left;
	width: 50%;
}
.write-wrap > li.n2 .form-tit{
  width: 20%;
}
.write-wrap > li.n2 .form-con{
    width: 30%;
}
.write-wrap .form-item{
    width: 100%;
}
.form-item{
    display: inline-block;
    max-width: 100%;
    height: 36px;
    padding: 0 10px;
    border: 1px solid #d2d2d2;
    border-radius: 2px;
    background-color: #fff;
    vertical-align: middle;
}
.form-item::placeholder{
		color: #c4c4c4;
}
.form-item[readonly],
.form-item:disabled{
    background-color: #f9f9f9;
}
textarea.form-item{
    height: auto;
    padding: 10px;
}
select.form-item{
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-image: url('/assets/image/icon/ic_selectbox_arr.png');
    background-color: #fff;
    padding-right: 25px !important;
}
.form-group.n2{
	display: flex;
	gap: 10px;
}
.form-group-text{
	display: flex;
	align-items: center;
	gap: 10px;
}
.form-group-text .text{
	flex: 0 0 auto;
	padding: 0 10px;
}
.form-group.has-btn{
	display: flex;
	gap: 10px;
}
.form-group.has-btn .btn{
	flex: 0 0 auto;
}
.radio-wrap .form-item,
.checkbox-wrap .form-item{
	flex: 0 0 auto;
	width: auto;
	vertical-align: top;
}
.write-form-wrap .btn.btn-type1{
	/* min-width: 180px; */
	padding: 12px 20px;
	font-size: 1.8rem;
}
.form-item.small{
    width: 100%;
    max-width: 200px;
}
.form-item.medium{
    width: 40%;
}
.form-group:has(.w-100p) {
	flex-wrap: wrap;
}
.form-group[class*="n"] .w-100p {
	flex: 0 0 auto;
}
.form-group[class*="n"] .w-50p {
	width: calc((100% - 10px) / 2) !important;
}
.form-group[class*="n"] .w-30p {
	width: calc((100% - 20px) / 3) !important;
}
.form-group[class*="n"],
.form-group-text{
    display: flex;
    gap: 10px;
    align-items: center;
}
.form-group-text .text{
    flex: 0 0 auto;
}
.form-group-text:has(.text-wrap) .text{
    height: 100%;
    padding: 5px 0;
    margin-top: auto;
}
.form-group-text .text-wrap{
    width: 50%;
    height: 100%;
}
.form-group-text .text-wrap p{
    margin-bottom: 5px;
}
.form-group .form-group-text{
    width: 100%;
    max-width: 50%;
}
.write-wrap .btn.btn-small {
	max-height: 36px;
}
.write-wrap .cst-table .form-item{
	max-width: none;
}
.write-wrap .btn.btn-arrow{
	min-width: initial;
	width: 28px;
	height: 28px;
	padding: 0;
	margin: 1px;
	border-radius: 2px;
	border: 1px solid #aaaebc;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
}
.write-wrap .cst-table img{
	max-width: 100%;
}
.write-wrap .cst-table .btn{
	min-width: auto;
	padding: 8px 0;
	font-size: 1.6rem;
	font-weight: 500;
	text-align: center;
}
.write-wrap .btn.btn-arrow:hover{
	border-color: #575a65;
}
.write-wrap .btn.btn-arrow.up{    
	background-image: url('../image/sub/ic_arrow_up.png');
}
.write-wrap .btn.btn-arrow.up:hover{    
	background-image: url('../image/sub/ic_arrow_up_on.png');
}
.write-wrap .btn.btn-arrow.down{    
	background-image: url('../image/sub/ic_arrow_down.png');
}
.write-wrap .btn.btn-arrow.down:hover{    
	background-image: url('../image/sub/ic_arrow_down_on.png');
}
.write-wrap .btn.btn-arrow.delete{
	border-color: #575a65;
	background-image: url('../image/sub/ic_delete.png');
}
.write-wrap dd .list-type-check{
	margin-top: 10px;
}
.write-wrap .form-con:has(.inner-table-wrap){
	padding: 0;
}


/* captcha */
.captcha *{
    display: inline-block;
    vertical-align: middle;
}
.captcha .img{
    display: inline-block;
    margin: 2px 0;
    height: 40px;
    border: 1px solid #e2e2e2;
}
.captcha .img img{
    height: 100%;
}
.captcha .form-item{
    width: auto;
    max-width: 200px;
    margin: 2px 0;
}

/* input file custom */
.filebox {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.filebox.no-wrap {
	flex-wrap: unset;
}
.filebox .upload-name {
    width: calc(100% - 125px);
}
.filebox label{
    width: 115px;
		min-width: 115px;
    padding: 7px 0;
    color: #fff;
    background-color: #556278;
    border-radius: 4px;
    font-size: 1.5rem;
    color: #fff;
    line-height: 1.4;
    cursor: pointer;
    vertical-align: middle;
    text-align: center;
}
.filebox input[type="file"] {
    position: absolute;
    width: 0;
    height: 0;
    padding: 0;
    overflow: hidden;
    border: 0;
}
.filebox .attach-file{
    flex: 1 1 auto;
} 
.filebox + *{
    display: inline-block;
    vertical-align: middle;
}
.attach-file .file_del{
    display: inline-block;
    margin-top: -3px;
    margin-left: 5px;
    vertical-align: middle;
}
.filebox.type-signup {
	align-items: flex-end;
}
.filebox.type-signup .profile {
	width: 130px;
	height: 160px;
	border: 1px solid #e2e2e2;
	border-radius: 4px;
}
.filebox.type-signup .profile img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.filebox.type-signup .attach-file{
	width: auto;

}

/* img */
.img-wrap img{
    max-width: 100%;
}

/* spacing */
.w-10p{
    width: 10% !important;
}
.w-20p{
    width: 20% !important;
}
.w-30p{
    width: 30% !important;
}
.w-40p{
    width: 40% !important;
}
.w-50p{
    width: 50% !important;
}
.w-60p{
    width: 60% !important;
}
.w-70p{
    width: 70% !important;
}
.w-80p{
    width: 80% !important;
}
.w-90p{
    width: 90% !important;
}
.w-100p{
    width: 100% !important;
}

.p-0{
    padding: 0 !important;
}
.pl-10{
    padding-left: 10px !important;
}
.pl-20{
    padding-left: 20px !important;
}
.pl-30{
    padding-left: 30px !important;
}
.pl-40{
    padding-left: 40px !important;
}
.pl-50{
    padding-left: 50px !important;
}

.pr-10{
    padding-left: 10px !important;
}
.pr-20{
    padding-left: 20px !important;
}
.pr-30{
    padding-left: 30px !important;
}
.pr-40{
    padding-left: 40px !important;
}
.pr-50{
    padding-left: 50px !important;
}

.mt-0{
    margin-top: 0 !important;
}
.mt-10{
    margin-top: 10px !important;
}
.mt-20{
    margin-top: 20px !important;
}
.mt-30{
    margin-top: 30px !important;
}
.mt-40{
    margin-top: 40px !important;
}
.mt-50{
    margin-top: 40px !important;
}

.mb-0{
    margin-bottom: 0 !important;
}
.mb-10{
    margin-bottom: 10px !important;
}
.mb-20{
    margin-bottom: 20px !important;
}
.mb-30{
    margin-bottom: 30px !important;
}
.mb-40{
    margin-bottom: 40px !important;
}
.mb-50{
    margin-bottom: 50px !important;
}

.ml-0{
    margin-left: 0 !important;
}
.ml-5{
    margin-left: 5px !important;
}
.ml-10{
    margin-left: 10px !important;
}
.ml-20{
    margin-left: 20px !important;
}
.ml-30{
    margin-left: 30px !important;
}
.ml-40{
    margin-left: 40px !important;
}
.ml-50{
    margin-left: 40px !important;
}

/* date picker */
.ui-datepicker{
    font-size: 14px;
}
.ui-datepicker .ui-datepicker-title select{
    margin: 1px;
}

/* block, inline-block */
.d-block{
    display: block;
}
.no-br{
    display: none;
}
.m-br{
    display: none;
}

/* font */
.fw-500{
    font-weight: 500;
}

/* paging */
.paging-wrap{
	margin-top: 40px;
	text-align: center;
}
.paging{
	display: inline-block;
	vertical-align: top;
	text-align: center;
}
.paging > li{
	overflow: hidden;
	display: inline-block;
	width: 30px;
	height: 30px;
	margin: 1px;
	border-radius: 50%;
	vertical-align: top;
	transition: 0.3s ease;
}
.paging > .num:hover,
.paging > .num.on,
.paging > .num:hover > a,
.paging > .num.on > a{
	background-color: #f3f3f3;
	font-weight: 600;
	color: #000000;
}
.paging > li > a{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	padding: 3px 0;
	font-size: 1.8rem;
	color: #b3b3b3;
	transition: 0.3s ease;
}
.paging > li:not(.num){
	background-repeat: no-repeat;
	background-position: center;
	transition: 0.3s ease;
}
.paging > li:not(.num):hover{
	background-color: none;
}
.paging .first{
	background-image: url('/assets/image/board/notice/ic_first.png');
}
.paging .first:hover{    
	background-image: url('/assets/image/board/notice/ic_first_on.png');
}
.paging .prev{
	margin-right: 15px;
	background-image: url('/assets/image/board/notice/ic_prev.png');
}
.paging .prev:hover{
	background-image: url('/assets/image/board/notice/ic_prev_on.png');
}
.paging .next{
	margin-left: 15px;
	background-image: url('/assets/image/board/notice/ic_next.png');
}
.paging .next:hover{    
	background-image: url('/assets/image/board/notice/ic_next_on.png');
}
.paging .last{    
	background-image: url('/assets/image/board/notice/ic_last.png');
}
.paging .last:hover{
	background-image: url('/assets/image/board/notice/ic_last_on.png');
}