:root {
    --blue: #012f5c;
    --blueFond: #09244b;
    --lightBlue: #4a7dfe;
    --gray: #bdbdbd;
    --lightGray: #f9fafc;
}

.shadow {
    box-shadow: 2px 4px 8px rgba(218, 218, 218, 0.4);
}

.bold {
    font-weight: bold;
}

.content {
    width: 1600px;
    padding: 50px 0 120px;
}

/* datePicker */
.input-slot-image {
    position: absolute;
    right: inherit;
    height: 20px;
    width: auto;
    margin-left: 5px;
    top: 50%;
    transform: translateY(-50%);
}

/* checkBox */
.checkbox {
    width: 24px;
    height: 24px;
    flex-grow: 0;
    border: solid 1px #bdbdbd;
    background-color: #fff;
    flex-wrap: nowrap;
    flex-shrink: 0;
}

.checkbox.active {
    border: solid 1px #4a7dfe;
    background-image: url(../img/common/check.png);
}

.agree_check {
    cursor: pointer;
}

.agree_btn.off {
    background-color: var(--gray);
}

/* 배경 */
.wrap {
    position: absolute;
    margin: 0;
    min-width: 1200px;
    width: 100%;
    min-height: 100vh;
    height: auto;
    background: rgb(239, 242, 248);
    background: -moz-linear-gradient(0deg,
            rgba(239, 242, 248, 1) 10%,
            rgba(249, 250, 252, 1) 40%);
    background: -webkit-linear-gradient(0deg,
            rgba(239, 242, 248, 1) 10%,
            rgba(249, 250, 252, 1) 40%);
    background: linear-gradient(0deg,
            rgba(239, 242, 248, 1) 10%,
            rgba(249, 250, 252, 1) 40%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#eff2f8", endColorstr="#f9fafc", GradientType=1);
}

/* login */
.login_content {
    max-width: 700px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 25vh auto;
}

.login_img {
    margin-bottom: 75px;
    margin-right: 50px;
}

.login_content>form>div {
    display: flex;
    flex-direction: column;
}

.login_input {
    gap: 20px;
    margin-bottom: 40px;
}

.login_input>input {
    padding: 16px 20px;
    border: 0.8px solid var(--gray);
    width: 460px;
    font-size: 18px;
}

.login_btn>button {
    height: 50px;
    background-color: var(--blue);
    color: white;
    font-size: 24px;
    cursor: pointer;
}

/* agreePage  */
.required {
    color: red;
}

.agree_layer {
    margin: 0 auto;
    width: 100%;
    max-width: 1000px;
    height: 100vh;
    background-color: #fff;
}

.agree_wrap {
    padding-top: 80px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.agree_layer>.agree_wrap>img {
    max-width: 400px;
    margin-right: 50px;
    object-fit: contain;
}

.agree_layer>.agree_wrap>.title {
    color: #09244b;
    font-size: 30px;
    font-weight: bold;
}

.all_agree {
    width: 80%;
    height: 40px;
    padding: 10px 20px;
    background-color: var(--gray);
    cursor: pointer;
}

.all_agree.active {
    background-color: var(--blue);
    color: #fff;
}

.all_agree>label {
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
}

.agree_content>.detail_title>label {
    display: flex;
    flex-direction: row;
}

.agree_content {
    width: 75%;
    display: flex;
    margin-top: 20px;
    margin-bottom: 40px;
    flex-direction: column;
    gap: 20px;
}

.detail_title {
    display: flex;
}

.agree_detail {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.agree_check {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
}

.detail_content {
    width: 100%;
}

.detail_content>textarea {
    width: 100%;
    height: 160px;
    resize: none;
    background-color: #fff;
    border: 2px solid #dfdfdf;
}

.detail_content>div.terms {
    width: 100%;
    height: 160px;
    resize: none;
    background-color: #fff;
    border: 2px solid #dfdfdf;
    overflow-y: auto;
    font-weight: 300;
    font-family: "Neo";
    color: #5c5c5c;
    padding: 5px;
}

.detail_content>div.terms>* {
    line-height: 17px;
    margin-inline: 30px;
    font-size: 12px;
}

.detail_content>div.terms .main_title {
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    margin-inline: 10px;
}

.detail_content>div.terms .main_title:nth-of-type(n + 2) {
    margin-top: 10px;
}

.detail_content>div.terms .title {
    /* font-weight: 600; */
    font-size: 13px;
    line-height: 18px;
    margin-inline: 20px;
    margin-block: 5px;
    color: #6b6b6b;
    /* white-space: nowrap; */
}

.detail_content>div.terms .middle-title {
    font-weight: 600;
    font-size: 15px;
    margin-top: 12px !important;
    line-height: 18px;
    margin-inline: 30px;
    margin-block: 5px;
    color: #6b6b6b;
}

.detail_content>div.terms .middle-content {
    font-size: 13px;
    line-height: 18px;
    margin-inline: 45px;
    margin-block: 5px;
    color: #6b6b6b;
}

.agree_btn {
    width: 210px;
    height: 60px;
    line-height: 60px;
    background-color: var(--blue);
    color: #fff;
    text-align: center;
    font-size: 20px;
    cursor: pointer;
}

/* modal */
.modal_bg {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #012f5c;
    overflow-x: hidden;
    opacity: 0.5;
    z-index: 4;
}

.modal_layer {
    z-index: 5;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 800px;
    background-color: #eff2f8;
    padding: 40px;
}

.modal_title {
    font-size: 24px;
    font-weight: bold;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 30px;
}

.close_btn {
    cursor: pointer;
}

.modal_content {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.modal_content.bg {
    width: calc(100% - 20px);
    border-radius: 20px;
    background-color: #fff;
    padding: 40px 10px;
}

.modal_content>div {
    display: flex;
    flex-direction: column;
}

.modal_content>.user_modal {
    width: 100%;
}

.modal_content>div>div {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.user_approve {
    justify-content: normal !important;
}

.user_approve>p {
    padding-right: 76px;
}

.modal_content>.user_moniter_modal>div {
    display: flex;
    margin-left: auto;
    gap: 10px;
}

.modal_content>.user_modal {
    gap: 11px;
}

.modal_content>.user_modal>div>input {
    width: 663px;
    height: 44px;
    padding: 10px;
    border: 1px solid #dfdfdf;
}

.modal_content>.user_modal>div>textarea {
    font-family: "Neo";
    resize: none;
    border: 1px solid #dfdfdf;
    width: 80%;
    height: 150px;
    padding: 10px;
}

.modal_content>.user_modal>div>select {
    font-family: "Neo";
    width: 82.7%;
    height: 40px;
    padding: 5px;
    border: 1px solid #dfdfdf;
}

.nation_modal>div {
    display: flex;
    align-items: center;
    gap: 5px;
}

.modal_content>.nation_modal {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
}

.modal_content>.nation_modal label {
    flex: 1 0 20%;
    text-align: center;
}


.modal_btn_wrap {
    padding-top: 20px;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.modal_btn {
    width: 200px;
    height: 50px;
    line-height: 50px;
    background-color: var(--blue);
    color: #fff;
    text-align: center;
    cursor: pointer;
    font-size: 22px;
    font-weight: bold;
}

.modal_btn.full {
    width: 100%;
}

.user_moniter_modal {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    padding-right: 7%;
}

.user_moniter_modal>div>input[type="number"] {
    width: 70px;
    padding: 5px 15px;
    padding-right: 0;
    font-size: 20px;
    text-align: right;
}

.checkbox_modal {
    display: flex;
    flex-direction: row;
    gap: 20px;
}

.checkbox_modal>div {
    display: flex;
    gap: 8px;
    align-items: center;
}

/* header */
#header {
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: calc(100% - 70px);
    height: 35px;
    padding: 20px 35px;
    background-color: #ffffff;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.header_logo>img {
    cursor: pointer;
}

.header_info {
    display: flex;
    flex-direction: row;
    gap: 40px;
    align-items: center;
}

.user_info {
    position: relative;
    display: flex;
    flex-direction: row;
    padding: 5px 20px;
    border-radius: 100px;
    background-color: var(--lightGray);
    align-items: center;
    gap: 8px;
    cursor: pointer;
    justify-content: center;
}

.user_icon>img {
    width: 22px;
}

.user_icon img.off {
    display: none;
}

.user_info.active {
    color: #ffffff;
    background-color: var(--lightBlue);
}

.user_menu {
    position: absolute;
    width: 230px;
    top: 45px;
    left: 0;
    background-color: #fff;
    color: black;
    border: 1px solid #dfdfdf;
}

.user_menu>ul {
    display: flex;
    flex-direction: column;
}

.user_menu>ul .my_info::after {
    content: "";
    background-image: url(../img/user/user_bl.png);
    background-size: contain;
    width: 25px;
    height: 25px;
    position: absolute;
    left: 13px;
}

.user_menu>ul .my_info:hover::after {
    background-image: url(../img/user/user_wh.png);
}

.user_menu>ul .logout::after {
    content: "";
    background-image: url(../img/user/mi_log-out_bl.png);
    background-size: contain;
    width: 25px;
    height: 25px;
    position: absolute;
    left: 13px;
}

.user_menu>ul .logout:hover::after {
    background-image: url(../img/user/mi_log-out_wh.png);
}

.user_menu>ul>li {
    display: flex;
    flex-direction: row;
    padding: 15px;
    cursor: pointer;
    align-items: center;
    gap: 10px;
    padding-left: 20%;
}

.user_menu>ul>li:hover {
    background-color: var(--blue);
    color: #fff;
}

.setting {
    position: relative;
}

.setting_icon {
    cursor: pointer;
}

.setting_menu {
    position: absolute;
    width: 230px;
    top: 45px;
    left: -200px;
    background-color: #fff;
    color: black;
    border: 1px solid #dfdfdf;
}

.setting_menu>ul {
    display: flex;
    flex-direction: column;
}

.setting_menu>ul>li {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 16px 20px;
    cursor: pointer;
    align-items: center;
    gap: 10px;
    font-size: 17px;
}

.setting_menu>ul>li:hover {
    background-color: var(--blue);
    color: #fff;
}

.menu_btn {
    width: 100%;
    height: 40px;
    line-height: 40px;
    background-color: var(--blue);
    color: #fff;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
}

.header_info strong {
    font-weight: bold;
}

/* main */

.content_layer {
    padding-top: 80px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.menu_wrap {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.menu_tab {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 130px;
    background-color: #ffffff;
    cursor: pointer;
}

.menu_tab.small {
    height: 62px;
}

.menu_tab.active {
    background-color: var(--lightBlue);
    color: #ffffff;
}

.menu_icon {
    padding-bottom: 15px;
}

.menu_icon>.off {
    display: none;
}

.menu_name {
    font-size: 18px;
    font-weight: bold;
    color: #757575;
}

.menu_tab.active>.menu_name {
    color: #fff;
}

.search_form {
    display: flex;
    flex-direction: column;
    width: 640px;
    align-items: center;
    padding-top: 70px;
}

.sns {
    margin-bottom: 40px;
}

.sns>ul {
    display: flex;
    gap: 10px;
}

.sns>ul>li {
    cursor: pointer;
}

.search_input {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 30px;
    color: #09244b;
    padding-bottom: 20px;
}

.search_keyword>input {
    width: 100%;
    padding: 15px;
    font-size: 15px;
}

.search_type {
    padding-left: 10px;
    padding-bottom: 15px;
}

.search_img,
.file_wrap,
.search_btn {
    width: 100%;
}

.fileupload {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 200px;
    border: 1px dotted var(--gray);
    background-color: #fff;
    cursor: pointer;
}

.fileupload.upload {
    flex-direction: column;
    gap: 15px;
}

.fileupload.upload:hover::after {
    content: '';
    width: 33.3%;
    height: 202px;
    position: absolute;
    background-image: url(../img/board/delete_ico.png);
    background-repeat: no-repeat;
    background-position: center;
    background-color: rgb(92, 92, 92, 0.6);
}

.upload_img>img {
    position: relative;
    max-width: 130px;
    max-height: 130px;
    object-fit: contain;
}

.upload_img>img:hover::before {
    position: absolute;
    content: "";
    top: 0px;
    background-image: url(../img/common/iconamoon_trash.png);
    background-color: rgba(0, 0, 0, 0.5);
    background-position: center;
    width: 132px;
    height: 132px;
    background-repeat: no-repeat;
    z-index: 2;
}

.search_btn>button {
    width: 100%;
    height: 60px;
    color: #fff;
    font-size: 20px;
    background-color: var(--blue);
    font-weight: bold;
    cursor: pointer;
}

/* errorPage */
.error_content {
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 50px;
}

.error_logo>img {
    width: 300px;
    padding-right: 50px;
}

.error_title {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
}

.error_title>h1 {
    font-size: 120px;
    color: #4a7dfe;
    font-weight: 900;
}

.error_title>h3 {
    font-size: 40px;
}

.error_text {
    background-color: #fff;
    padding: 30px;
    box-sizing: border-box;
    text-align: center;
    color: #757575;
    line-height: 30px;
}

.error_btn>button {
    background-color: unset;
    border: 1px solid #4a7dfe;
    color: #4a7dfe;
    width: 200px;
    padding: 10px;
    text-align: center;
    align-items: center;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
}

/* noResult */

.noResult {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 3% 0;
    gap: 40px;
    justify-content: center;
}

.nrTitle {
    font-size: 24px;
    font-weight: bold;
    color: #09244b;
}

.nrContent {
    font-size: 14px;
    color: #757575;
}