/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

@font-face {
    font-family: 'Noto Sans CJK KR';
    src: url('/gwBnr/font/NotoSansCJKkr-Regular.woff2') format('woff2'),
    url('/gwBnr/font/NotoSansCJKkr-Regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Noto Sans CJK KR';
    src: url('/gwBnr/font/NotoSansCJKkr-Bold.woff2') format('woff2'),
    url('/gwBnr/font/NotoSansCJKkr-Bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
}

body {
    margin: 0;
    padding: 0;
}

.content-item{
    display: none;
}

.btn {
    cursor: pointer;
}


.show-detail:hover {
    opacity: 0.5;
    background: #333;
}

.apply-btn:hover {
    opacity: 0.5;
    background: #333;
}

#overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
    z-index: 999;
}

.dialog-1 {
    display: none;
    position: fixed;
    width: 740px;
    max-height: 90vh;
    background: #fff;
    padding: 20px;
    z-index: 1000;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    -webkit-transition: opacity .4s;
    -o-transition: opacity .4s;
    transition: opacity .4s;
}

.dialog-1.show {
    display: block;
    opacity: 1;
}

.dialog-1 .btn-groups *:not(:first-child) {
    margin-left: 10px;
}

.dialog-bg {
    display: none; /* jQuery에서 fadeIn/fadeOut으로 제어 */
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1000;
    place-items: center;
}

.agree-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.modal .close-btn:hover {
    background: #00567f;
}

.modal-content img {
    /*width: 100%;*/
    height: auto;
    display: block;
}

input[name=taxno] {
    letter-spacing: 0;
}

input::-webkit-input-placeholder {
    color: #adadad;
    letter-spacing: -2px;
}

input::-moz-placeholder {
    color: #adadad;
    letter-spacing: -2px;
}

input:-ms-input-placeholder {
    color: #adadad;
    letter-spacing: -2px;
}

input::-ms-input-placeholder {
    color: #adadad;
    letter-spacing: -2px;
}

input::placeholder {
    color: #adadad;
    letter-spacing: -2px;
}

input:focus {
    outline: none;
}

input[type=file] {
    padding: 0;
    border: none;
}

.select-area .optionItem:first-of-type {
    border-top: 2px solid #dddddd;
}

.select-area .optionItem:hover {
    background: #b2d4ff;
}

.select-area .optionList::-webkit-scrollbar {width: 6px;}
.select-area .optionList::-webkit-scrollbar-track {background: transparent; }
.select-area .optionList::-webkit-scrollbar-thumb {background: #cdd7d9; border-radius: 45px;}
.select-area .optionList::-webkit-scrollbar-thumb:hover {background: #cdd7d9;}

.file-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.file-btn:hover {
    background: #5b5b5b;
    color: #ffffff;
}

.file-btn.active {
    border: 3px solid #e72a6c;
    background: #ffffff;
    color: #e12d6c;
}

.file-btn.active:hover {
    background: #ffe9e9;
}

.mButton:hover {
    opacity: 0.5;
    background: #333;
}