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

body * {
    font-family: "Noto Sans CJK KR", sans-serif !important;
    font-optical-sizing: auto !important;
    font-style: normal !important;
    font-size: 36px;
    line-height: 26px;
}

.content-part {
    position: relative;
    margin: auto;
    width: 980px;
    height: 1734px;
}

.part-1.btn-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    position: absolute;
    width: 840px;
    height: 173px;
    bottom: 73px;
    left: 70px;
}

.part-1.btn-group > .show-detail {
    width: 360px;
    height: 162px;
    margin-right: 10px;
    margin-bottom: 5px;
    border-radius: 18px;
}

.part-1.btn-group > .apply-btn {
    width: 470px;
    height: 174px;
    border-radius: 20px;
}

.dialog-1 {
    width: 740px;
    max-height: 80vh;
}

.dialog-1 * {
    font-size: 26px;
}

.dialog-1 .sub-text {
    font-size: 22px;
}

.dialog-1 input[type="checkbox"] {
    width: 24px;
    height: 24px;
    margin-right: 10px;
}

.dialog-1 .btn-groups {
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.dialog-1 .btn {
    height: 90px;
    background: none;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.dialog-1 .apply-btn {
    width: 260px;
    color: #ffffff;
    background: #1397b8;
    font-weight: bold;
    font-size: 28px;
    letter-spacing: -2.5px;
}

.dialog-1 .close-btn {
    width: 190px;
    color: #999999;
    border: 1px solid #eeeeee;
    font-size: 24px;
    letter-spacing: -2.5px;
}

/* 다이얼로그 본체 */
.dialog-bg .modal {
    width: 840px;
    background: white;
    margin: 4vh auto;
    padding: 10px;
    border-radius: 10px;
}

.dialog-bg.modal > .modal-content {
    overflow-y: auto;
    max-height: 80vh;
    max-width: 840px;
    width: 100%;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    position: relative;
}

.modal .close-btn {
    margin-top: 10px;
    height : 110px;
    font-size : 62px !important;
    margin-left: 5px;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: bolder;
    color: white;
    background: #063C56;
    border-radius: 20px;
    -webkit-box-shadow: 0 5px 5px 3px #333;
    box-shadow: 0 5px 5px 3px #333;
    letter-spacing: -2.5px;
}

.part-2 .apply-input-part {
    position: absolute;
    top: 399px;
    left: 360px;
}

.input-item:not(:first-child) {
    margin-top: 21px;
}

.modal-content {
    width: 840px;
    max-height: 80vh;
    overflow-y: auto;
}

.modal-content img {
    width: 100%;
}

input {
    width: 482px;
    height: 92px;
    border: 3px solid #dddddd;
    border-radius: 10px;
    padding: 0 21px;
}

input[type=file]::-webkit-file-upload-button {
    width: 160px;
    height: 90px;
    background: #fff;
    border: 1px solid rgb(77,77,77);
    border-radius: 10px;
    cursor: pointer;
    &:hover {
        background: rgb(77,77,77);
        color: #fff;
    }
}

input[type=file]::file-selector-button {
    width: 160px;
    height: 90px;
    background: #fff;
    border: 1px solid rgb(77,77,77);
    border-radius: 10px;
    cursor: pointer;
    &:hover {
        background: rgb(77,77,77);
        color: #fff;
    }
}

.area-part {
    margin-top: 19px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.select-area {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 260px;
    height: 96px;
    border: 3px solid #dddddd;
    border-radius: 10px;
    font-weight: bolder;
    position: relative;
    background: url('/gwBnr/popup/img/select_arrow_blackblue.png') calc(100% - 26px) center no-repeat;
    background-size: 26px;
    cursor: pointer;
}

.select-area:not(:first-child) {
    margin-left: 10px;
}

.select-area:after {
    content: '';
    display: block;
    width: 2px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 36px;
}

.select-area .selected-label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: inherit;
    height: 90px;
    border: 0 none;
    outline: 0 none;
    padding-left: 21px;
    background: transparent;
    cursor: pointer;
    letter-spacing: -2.5px;
}

.select-area .optionList {
    position: absolute;
    top: 64px;
    left: 0;
    width: 100%;
    list-style-type: none;
    padding: 0;
    border-radius: 5px;
    overflow-x: hidden;
    overflow-y: scroll;
    max-height: 0;
    -webkit-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in;
    z-index: 3;
}

.select-area.active .optionList {
    max-height: 530px;
}

.select-area .optionItem {
    background: #fff;
    border-bottom: 2px solid #dddddd;
    border-left: 2px solid #dddddd;
    border-right: 2px solid #dddddd;
    padding: 21px;
    -webkit-transition: .1s;
    -o-transition: .1s;
    transition: .1s;
}

.part-2 .apply-file-part {
    position: absolute;
    top: 898px;
    left: 360px;
}

.file-item:not(:first-child) {
    margin-top: 21px;
}

.img-tag {
    width: 0;
    opacity: 0;
    height: 20px;
}

.file-text {
    width: 262px !important;
}

.file-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 32px;
    width: 206px;
    border: 2px solid #333333;
    margin-left: 10px;
    border-radius: 10px;
    background: #333333;
    color: #f9f9f9;
    cursor: pointer;
}

.mButton {
    position: absolute;
    width: 840px;
    height: 174px;
    left: 70px;
    bottom: 140px;
    border-radius: 20px;
    cursor: pointer;
}