* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -webkit-text-size-adjust: none;
    text-size-adjust: none;
    -webkit-user-drag: none;
    -webkit-touch-callout: none;
    -ms-content-zooming: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

body {
}

main > .top {
}

.navbar-logo-link {
    padding: 0px;
}

.navbar-logo-link > img {
    height: 40px;
    filter: invert(1);
}

#carousel-container {
    position: relative;
}

#carousel-information {
    position: absolute;
    top: 30px;
    right: 0px;
    width: 300px;
    z-index: 1;
}

#carousel-information > pre {
    padding-left: 20px;
    white-space: pre-line;
}

.carousel-image {
    width: 1300px;
}

.main-vrclip-image {
    height: 240px;
    object-fit: cover;
}

.main-reference-image {
    height: 160px;
    object-fit: cover;
}

.detail-main-image {
    width: 1280px;
    height: 600px;
    object-fit: cover;
}

.detail-gallery-image {
    height: 400px;
    object-fit: cover;
}

#join-form-table th {
    width: 100%;
    /* text-align: center; */
    /* padding-top: 1em; */
    /* padding-bottom: 1em; */
    font-weight: normal !important;
    vertical-align: top;
}

.join-company-input {
    display: none;
}

#footer {
    background-color: #eee
}




/* 0609 최슬비 추가 */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap');
* {
    letter-spacing: -0.4px;
    /* font-family: 'Noto Sans KR', sans-serif; */

}
.join {
    max-width: 800px;
    margin: 0 auto;
}
.form-check-label {
    font-size: 0.9em !important;
}
.form-check-input[type=checkbox] {
    border-radius: 50%;
}
.form-check-input:checked[type=checkbox] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}
.form-check-input:checked {
    background-color: #0d6efd !important;
    border-color: #0d6efd !important;
}
.join .btn-wrap button {
    font-size: 0.95em;
    font-weight: 500 !important;
}
.red-txt {
    color: red;
    font-size: 0.9em;
    margin-bottom: 0 !important;
}
.blue-txt {
    color: blue;
    font-size: 0.9em;
    margin-bottom: 0 !important;
}
.join .item-title {
    padding: 0 0 6px 3px;
    font-size: 0.95em;
    color: #444;
}
.join .id > div.d-flex > input {
    width: calc(100% - 80px - 10px) !important;
}
.join .id > div.d-flex > button {
    width: 80px;
    flex-shrink: 0;
    margin-left: 10px;
    border: 0;
    background-color: #064cb4;
    color: #fff;
}
.join .id > div.d-flex > p {
    width: 100%;
    flex-shrink: 0;
}
.join .item .tel input {
    width: 32% !important;
}
.join .item .mail button {
    background-color: #064cb4;
    color: #fff;
}
@media (min-width: 768px) {
    #join-form-table th {
        width: 120px;
        /* text-align: center; */
        /* padding-top: 1em; */
        /* padding-bottom: 1em; */
        font-weight: normal !important;
        vertical-align: top;
    }
    .join .item {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
    }
    .join .item-title {
        width: 120px;
        flex-shrink: 0;
    }
    .join .item > div:nth-child(2) {
        width: calc(100% - 120px);
    }
}


/* 0612 추가 */
button:active, button:focus {
    outline:none !important;
    box-shadow:none !important;}
.join-company-input {
    flex-wrap: wrap;
}
.join-company-input .item-title {
    width: 100%;
    flex-shrink: 0;
}
.join-company-input > div {
    width: 100%;
}
.join-company-input input {
    width: 100%;
}
@media (min-width: 768px) {
    .join-company-input {
        flex-wrap: nowrap;
    }
    .join-company-input .item-title {
        width: 120px !important;
    }
}

/* 0613추가 */
#navbar-top {
    /* background-color: #064cb4; */
    background-color: #fff;
    border-bottom: 1px solid #ddd;
}
.all-checked {
    font-size: 1.05em;
    font-weight: bold;
    border-color: #bbb !important;
}
.join .btn-wrap > button {
    width: 48%;
    max-width: 160px;
    border-radius: 4px !important;
    padding: 8px 0 10px 0 !important;
}
.join .btn-wrap > button:last-child {
    margin-left: 8px;
    background-color: #064cb4;
    color: #fff;
}
.step {
    display: flex;
    width: 100%;
    height: 80px;
    justify-content: center;
}
.step > div {
    width: 40px;
    height: 40px;
    border: 2px solid #064cb4;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.step > div span {
    position: relative;
    color: #064cb4;
}
.step > div.active {
    background-color: #064cb4;
}
.step > div.active span {
    color: #fff;
    font-weight: bold;
}
.step > div:not(:first-child) {
    margin-left: 70px;
    position: relative;
}
.step > div:not(:first-child)::after {
    content: '';
    display: inline-block;
    position: absolute;
    width: 70px;
    height: 0.4px;
    background-color: #064cb4;
    top: 50%;
    transform: translateY(-50%);
    left: -72px;
}
.step > div:first-child span::after {
    content: '약관동의';
}
.step > div:nth-child(2) span::after {
    content: '정보입력';
}
.step > div:last-child span::after {
    content: '가입완료';
}
.step > div span::after {
    display: inline-block;
    position: absolute;
    bottom: -35px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 0.85em;
    width: 52px;
    color: #555;
}
.step > div.active span::after {
    color: #000 !important;
    font-weight: normal !important;
}
.join input.form-control {
    border-radius: 4px !important;
    font-size: 0.92em !important;
    padding: 8px 16px !important;
}
.join .item button {
    border-radius: 4px !important;
}
.join .mail {
    align-items: center !important;
}
.join .mail span {
    padding-bottom: 6px;
}
.join .item {
    align-items: center;
}
.join .item.id,
.join .item.email {
    align-items: stretch;
}
.join .mail button {
    width: 100%;
}
.modal * {
    letter-spacing: -0.6px;
}
.modal input {
    font-size: 0.9em;
    padding: 10px 16px !important;
}
#signin-modal {
    padding: 0 15px;
}
#signin-modal .login-btn  > button,
#signin-modal .login-btn  > a {
    width: calc(100% / 2 - 7px);
    max-width: 150px;
    font-weight: 500;
}
#signin-modal .login-btn  > a {
    margin-left: 10px;
}
#signin-modal .login-btn button {
    background-color: #064cb4;
    color: #fff;
}
.modal-backdrop {
    z-index: 0 !important;
}
.modal-dialog {
    max-width: 380px !important;
    margin: 0 auto !important;
}
.modal-content {
    box-shadow: 0 1px 10px -4px rgb(0 0 0 / 50%);
}
.id-input {
    border-radius: 4px 4px 0 0 !important;
}
.pw-input {
    border-radius: 0 0 4px 4px !important;
}
.modal-content .form-control:focus {
    outline: none !important;
    box-shadow: none !important;
}
.modal-footer p {
    font-size: 0.9em;
}
@media (min-width: 768px) {
    .step > div:not(:first-child) {
        margin-left: 100px;
    }
    .step > div:not(:first-child)::after {
        width: 100px;
        left: -102px;
    }
    .radio-wrap > div:first-child {
        margin-left: 120px;
    }
    .join .pw input,
    .join .name input,
    .join-company-input input {
        width: calc(100% - 80px - 10px) !important;
    }
    .join .tel {
        width: calc(100% - 80px - 10px - 120px) !important;
    }
    .join .mail {
        width: calc(100% - 120px);
    }
    .join .mail button {
        margin-left: 10px !important;
        width: 80px;
    }
    .join .mail p {
        max-width: calc(100% - 90px);
    }
    .join-company-input {
        align-items: center;
    }
}

/* 0615추가 */
.modal .nav-pills button {
    color: rgb(200,200,200);
}
.modal .nav-pills button.active {
    color: #064cb4;
    background-color: #fff !important;
    font-weight: bold;
}
.modal .find-btn a {
    font-size: 0.9em;
    text-decoration: none;
}
.modal .site-login {
    color: #fff;
    background-color: #064cb4;
    padding: 10px 0;
    border-radius: 4px;
}
.modal .tab-content p {
    font-size: 0.95em;
}
.modal .tab-content p span {
    color: red;
}
.go_home-btn {
    font-weight: 500;
    max-width: 150px;
    color: #064cb4;
    font-size: 0.9em;
}
.go_home-btn:hover {
    color: #0d6efd !important;
}


/* 0623 추가 (아이디, 비번 찾기) */
.find-id-pw {
    width: 100%;
    height: 100vh;
    background-color: rgb(246, 250, 255);
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.find-id-pw .title h2 {
    text-align: center;
    color: #064cb4;
    font-weight: 900;
    font-size: 3em;
}
.find-id-pw .title p {
    font-size: 1.5em;
    text-align: center;
}
.find-id-pw .container {
    width: auto !important;
}
.form-wrap {
    background-color: #fff;
    box-shadow: 0 1px 10px -4px rgb(0 0 0 / 50%);
    border-radius: 8px;
    max-width: 360px;
    margin: 0 auto;
}
.find-id-pw .btn-wrap button,
.find-id-pw .btn-wrap a {
    font-size: 1em;
    font-weight: 500;
}
.find-id-pw .btn-wrap button {
    background-color: #064cb4;
    color: #fff;
}
.find-id-pw .btn-wrap a {
    margin-top: 8px;
}
.find-id-pw #join-form-table > div:first-child,
.find-id-pw .find-pw > div > div:first-child {
    color: #555;
}
.find-id-pw .input-group input:nth-child(3) {
    border-radius: 0 4px 4px 0 !important;
}