@import url(//spoqa.github.io/spoqa-han-sans/css/SpoqaHanSansNeo.css);
@font-face {
	font-family: 'Gmarket Sans';    font-style: normal;    font-weight: 700;
	src: local('Gmarket Sans Bold'), local('GmarketSans-Bold'),
	url('/font/GmarketSansBold.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
	url('/font/GmarketSansBold.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
@font-face {
	font-family: 'Gmarket Sans';    font-style: normal;    font-weight: 500;
	src: local('Gmarket Sans Medium'), local('GmarketSans-Medium'),
	url('/font/GmarketSansMedium.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
	url('/font/GmarketSansMedium.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
@font-face {
	font-family: 'Gmarket Sans';    font-style: normal;    font-weight: 300;
	src: local('Gmarket Sans Light'), local('GmarketSans-Light'),
	url('/font/GmarketSansLight.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
	url('/font/GmarketSansLight.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/** form **/
input {
    border: 0 none;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    padding: 0;
    font-size: 1rem;
    color: #333;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent;
    -webkit-border-radius: 0;
    box-shadow: none !important;
}

input:disabled {
    background: #e1e4e8;
    opacity: 0.7;
}

input:focus {
    outline: none;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px white inset;
}

input[type="checkbox"] {
    position: absolute;
    width: 0;
    height: 0;
    line-height: 0;
    font-size: 0;
    vertical-align: middle;
    overflow: hidden;
}

input[type="radio"] {
    width: 0;
    height: 0;
    vertical-align: top;
    overflow: hidden;
}
/** checkbox **/
.check-block {
    position: relative;
}
.check-box {
    display: inline-block;
}

.check-block + .check-block {
    margin-top: 15px;
}

.check-box label {
    display: inline-block;
    position: relative;
    padding-left: 2rem;
    font-size: 1rem;
    width: auto;
    cursor: pointer;
}

.check-box label:before {
    content: '';
    position: absolute;
    top: -2px;
    left: 0;
    width: 1.3rem;
    height: 1.3rem;
    border: 1px solid #e1e4e8;
    background: #fff;
    border-radius: 0.2rem;
    transition: all 0.2s;
}

.check-box input:checked + label:before {
    border-color: #eb5579;
    background: #eb5579 url(/assets/images/ic-check.svg)no-repeat center center;
    background-size: contain;
}
.btn-right{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background-image: url(/assets/images/btn-right.svg);
    width: 20px;
    height: 20px;
    background-size: 20px auto;
}
.check-box input:disabled + label {
    color: #c4c7cd;
}

.input-block + .input-block,
.select-block + .input-block,
.input-block + .select-block,
.input-block + .radio-block {
    margin-top: 0.8rem;
}

.input-box {
    position: relative;
}

.input-box label {
    display: block;
    color: #747880;
    position: relative;
    margin-bottom: 0.4rem;
    font-size: 0.9rem;
    word-break: keep-all;
}
.input-box.flex label {
    margin-right: 0.6rem;
}

.input-box input {
    height: 3rem;
    line-height: 1;
    padding: 0.65rem 1rem 0.75rem;
    border-radius: 10px;
    border: 1px solid #e1e4e8;
    transition: border 0.2s;
    font-size: 0.9rem;
}

.input-box input::placeholder {
    font-size: 0.9rem;
    color: #c4c7cd;
}

.input-box input:focus {
    border-color: #ed6c0a;
}

.input-box input.date {
    background: url(/assets/images/icon-calendar.svg)right 1rem center #fff no-repeat;
    background-size: 24px auto;
}
.input-box input.date.start {
    border-radius: 10px 0 0 10px;
}
.input-box input.date.end {
    border-radius: 0 10px 10px 0;
}

.input-box input.center {
    text-align: center;
    border: none;
    width: 80px;
}

.input-box.flex .space {
    display: inline-block;
    padding: .7em .6em;
    height: 100%;
    background: #fafafa;
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
}
.input-block.flex .input-box {
    flex-grow: 1;
}

.input-block.flex .input-box + .input-box {
    margin-left: 0.7rem;
}

.input-block.flex .select-box + .select-box {
    margin-left: 0.7rem;
}

.input-block button {
    padding: 0.5rem 0.8rem;
    height: 3rem;
    border-radius: 1.7rem;
    color: #fff;
    min-width: 8rem;
    margin-left: 0.7rem;
}

.input-block button.ic-outline-plus,
.input-block button.ic-minus {
    min-width: 3rem;
    width: 3rem
}

.input-checkboxes.type03{
    justify-content:center;
    display:flex;
    flex-wrap:wrap;
}

.input-checkboxes.type03 .input-checkbox-wrap{
    width:45%;
    padding:5px;
}

.input-checkboxes.type03 label{
    display:flex;
    align-items:center;
    justify-content:center;
    width:100%;
    height:35px;
    font-size:15px;
    border:1px solid #E4E4E4;
    border-radius:24px;
}

.input-checkboxes.type03 input:checked + label{
    background-color:#0057FF;
    color:#fff;
}


.quick .input-checkboxes.type03 input:checked + label{
    background-color:#FC3471;
    color:#fff;
}

.input-box.file {
    display: flex;
}

.input-box.file label {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    text-decoration: none;
    box-sizing: border-box;
    -webkit-appearance: none;
    padding: 0.5rem 0.8rem;
    height: 3rem;
    border-radius: 1.7rem;
    color: #fff;
    min-width: 6rem;
    margin-left: 0.7rem;
}

/*popup*/
.dim {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.6);
    opacity: 0;
    transition: opacity 0.2s;
}


.sidebar.active .dim {
    opacity: 1;
}

.sidebar.active .side-menu {
    transform: translateX(0);
    transition: transform 0.2s;
}

.pop-wrap {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    display: none;
}
.pop-wrap.z-100 {
    z-index: 1000;
}

.pop-in {
    position: relative;
    width: 100%;
    height: 100%;
}

.pop-in .pop-cont {
    position: relative;
    z-index: 3;
}

.pop-in .pop-header {
    position: relative;
    background: #fff;
    border-radius: 1rem 1rem 0 0;
    padding: 1.12rem 1.2rem 1rem;
    width: 100%;
    box-sizing: border-box;
    z-index: 4;
}

.pop-in .pop-header span {
    font-size: 1.2rem;
    font-weight: 500;
}

.pop-in .pop-header .close {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
}

.pop-in .pop-body {
    position: relative;
    background: #fff;
    padding: 1.2rem;
    z-index: 3;
    max-height: 80vh;
    overflow-x: hidden;
    overflow-y: auto;
    box-sizing: border-box;
}
.pop-body p{
    font-size: 1em;
    line-height: 1.3;
}
.pop-body h5{
    font-size: 1.2em;
    line-height: 1.6;
}
.pop-body p + p, .pop-body p + h5{
    margin-top: .6em;
}
.pop-in.middle.barcode .pop-header {
    background: #000;
    border-radius: 10px 10px 0 0;
    padding: 2.4rem 1.4rem .6rem;
}
.pop-in.barcode .pop-body {
    background: #000;
}
.pop-in.barcode .pop-header h5 {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.5;
    color: #fff;
    margin-left: .4em;
}
.pop-in.barcode .pop-header .barcode-option{
    position: absolute;
    right: 1.4em;
    top: 70%;
    transform: translate(0, -50%);
}
.pop-in.barcode .pop-header .barcode-option .barcode-option-isbn{
    display: inline-block;
    padding: .4em 1.4em;
    text-align: center;
    border-radius: 50px;
    font-size: 14px;
    line-height: 1.5;
    height: 40px;
    color: #fff;
    background: #eb5579;
    margin-right: .4em;
    box-sizing: border-box;
}
.pop-in.barcode .pop-header .barcode-option .barcode-option-warning{
    display: inline-block;
    width: 40px;
    height: 40px;
    background: url(/assets/images/ico-alarm.svg) 50% no-repeat #fff;
    background-size: 20px auto;
    border-radius: 50%;
    box-sizing: border-box;
}
.pop-in .pop-body .check-block {
    margin-bottom: .6em;
}

.pop-in .pop-body .check-box {
    display: block;
    margin-bottom: .6em;
}

.pop-in .pop-body .check-box:last-child {
    margin-bottom: 0;
}

.pop-in .pop-body .check-box + .check-box {
    margin-left: 0;
}

.pop-in.middle.correct .pop-cont .pop-body {
    border-radius: 10px;
    padding: 0;
    overflow-y: hidden;
}


.pop-in.bottom {
    display: flex;
    align-items: flex-end;
}

.pop-in.bottom .pop-cont {
    position: relative;
    max-height: calc(100% - 3.7rem);
    overflow-y: auto;
    border-radius: 1.4rem 1.4rem 0 0;
    width: 100%;
    transform: translateY(100%);
    transition: all 0.2s;
}

.pop-in.bottom .pop-header {
    position: sticky;
    top: 0;
    border-bottom: 1px solid #ebeef3;
}

.pop-in.middle {
    display: flex;
    align-items: center;
    justify-content: center;
}

.pop-in.middle .pop-cont {
    width: calc(100% - 2.4rem);
    max-width: 500px;
    opacity: 0;
    transition: opacity 0.2s;
}

.pop-in.middle .pop-header {
    border-bottom: 0;
    padding: 1.4rem 1.4rem .6rem;
}

.pop-in.middle .pop-header .close {
    top: 2.2rem;
    right: 0.2rem;
}

.pop-in.middle .pop-cont .pop-body {
    border-radius: 0 0 1.6rem 1.6rem;
    padding: 1.2rem 1.6rem 1.6rem;
}
.pop-in.middle .pop-cont .pop-body.round {
    border-radius: 1rem;
}
.pop-in.barcode .pop-cont .pop-body {
    border-radius: 0 0 10px 10px;
}

.pop-in.top .pop-cont {
    border-radius: 0 0 1rem 1rem;
    transform: translateY(-100%);
    transition: transform 0.2s;
}

.pop-in.top .pop-cont .pop-header {
    border-radius: 0;
}

.pop-in.top .pop-cont .pop-body {
    border-radius: 0 0 1.6rem 1.6rem;
}

.pop-wrap.active .dim {
    opacity: 1;
}

.pop-wrap.active .pop-in.bottom .pop-cont {
    transform: translateY(0);
    transition: transform 0.2s;
}

.pop-wrap.active .pop-in.middle .pop-cont {
    opacity: 1;
    transition: opacity 0.2s;
}

.pop-wrap.active .pop-in.top .pop-cont {
    transform: translateY(0);
    transition: transform 0.2s;
}


.pop-body.caleandar {
    padding: 0 0 1.2rem;
    height: 30rem;
}

.pop-body.caleandar .btn-box {
    bottom: 1.2rem;
}

[class^="ic"] {
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    vertical-align: middle;
}
.ic-close {
    position: relative;
    width: 18px;
    height: 18px;
    padding: 1rem;
}

.ic-close:after {
    content: '';
    height: 18px;
    border-left: 2px solid #666;
    position: absolute;
    transform: rotate(45deg);
    left: 1.5rem;
}

.ic-close:before {
    content: '';
    height: 18px;
    border-left: 2px solid #666;
    position: absolute;
    transform: rotate(-45deg);
    left: 1.5rem;
}