@charset "UTF-8";
/* #Base */
/* Reset */
html {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: inherit;
            box-sizing: inherit;
}

*:before, *:after {
    -webkit-box-sizing: inherit;
            box-sizing: inherit;
}

a {
    color: inherit;
    text-decoration: none;
    outline: 0;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
    border: 0;
}

table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

form {
    display: inline;
}

input {
    font-family: inherit;
}
input[type]::-ms-clear {
    display: none;
    opacity: 0;
    visibility: hidden;
}
input[type]::-ms-reveal {
    display: none;
    opacity: 0;
    visibility: hidden;
}
input[type]::-webkit-search-cancel-button {
    display: none;
}
input[type]::-webkit-input-placeholder {
    color: #E6E6E6;
}
input[type]::-moz-placeholder {
    color: #E6E6E6;
}
input[type]:-ms-input-placeholder {
    color: #E6E6E6;
}
input[type]::-ms-input-placeholder {
    color: #E6E6E6;
}
input[type]::placeholder {
    color: #E6E6E6;
}

select {
    font-family: inherit;
}

textarea {
    font-family: inherit;
    resize: vertical;
}

button {
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    letter-spacing: inherit;
    cursor: pointer;
    outline: 0;
}

embed, iframe, object {
    max-width: 100%;
}

[hidden] {
    display: none !important;
}

/* Fonts */
@font-face {
    font-display: swap;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 200;
    src: url("../fonts/montserrat-200.woff2") format("woff2");
}
@font-face {
    font-display: swap;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 300;
    src: url("../fonts/montserrat-300.woff2") format("woff2");
}
@font-face {
    font-display: swap;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/montserrat-regular.woff2") format("woff2");
}
@font-face {
    font-display: swap;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 500;
    src: url("../fonts/montserrat-500.woff2") format("woff2");
}
@font-face {
    font-display: swap;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 600;
    src: url("../fonts/montserrat-600.woff2") format("woff2");
}
@font-face {
    font-display: swap;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 700;
    src: url("../fonts/montserrat-700.woff2") format("woff2");
}
@font-face {
    font-display: swap;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 800;
    src: url("../fonts/montserrat-800.woff2") format("woff2");
}
@font-face {
    font-display: swap;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 900;
    src: url("../fonts/montserrat-900.woff2") format("woff2");
}
@font-face {
    font-display: swap;
    font-family: Pretendard;
    font-weight: 200;
    src: url("../fonts/Pretendard-ExtraLight.woff2") format("woff2");
}
@font-face {
    font-display: swap;
    font-family: Pretendard;
    font-weight: 300;
    src: url("../fonts/Pretendard-Light.woff2") format("woff2");
}
@font-face {
    font-display: swap;
    font-family: Pretendard;
    font-weight: 400;
    src: url("../fonts/Pretendard-Regular.woff2") format("woff2");
}
@font-face {
    font-display: swap;
    font-family: Pretendard;
    font-weight: 500;
    src: url("../fonts/Pretendard-Medium.woff2") format("woff2");
}
@font-face {
    font-display: swap;
    font-family: Pretendard;
    font-weight: 600;
    src: url("../fonts/Pretendard-SemiBold.woff2") format("woff2");
}
@font-face {
    font-display: swap;
    font-family: Pretendard;
    font-weight: 700;
    src: url("../fonts/Pretendard-Bold.woff2") format("woff2");
}
@font-face {
    font-display: swap;
    font-family: Pretendard;
    font-weight: 800;
    src: url("../fonts/Pretendard-ExtraBold.woff2") format("woff2");
}
@font-face {
    font-display: swap;
    font-family: Pretendard;
    font-weight: 900;
    src: url("../fonts/Pretendard-Black.woff2") format("woff2");
}
/* Helper Classes */
.sr-text {
    display: block;
    position: absolute;
    width: 1px;
    height: 1px;
    margin: 0;
    padding: 0;
    font-size: 1px;
    color: transparent;
    white-space: nowrap;
    overflow: hidden;
    border: 0;
}

.show {
    display: block !important;
}

@media screen and (max-width: 1200px) {
    .sm-hidden {
        display: none;
    }
}

.lg-hidden {
    display: none;
}
@media screen and (max-width: 1200px) {
    .lg-hidden {
        display: initial;
    }
}

.text-left {
    text-align: left !important;
}

.text-center {
    text-align: center !important;
}

.text-right {
    text-align: right !important;
}

/* #Common */
:root {
    --color-default: #181818;
    --color-main: #222;
    --color-point: #ec0089;
    --color-gray: #a5a5a5;
    --color-bl: #0b4da2;
    --grad-main: linear-gradient(135deg, rgb(236, 0, 137) 0%, rgb(29, 101, 195) 100%);
    --grad-reverse: linear-gradient(135deg, rgb(29, 101, 195) 0%, rgb(236, 0, 137) 100%);
    --font-ko: "Pretendard", sans-serif;
    --font-en: "Montserrat", sans-serif;
    --font-mix: "Montserrat", "Pretendard", sans-serif;
    --ls-default: -0.03em;
    --ls-min: -0.05em;
}

/* Animation */
@-webkit-keyframes loader {
    to {
        -webkit-transform: rotate(1turn);
                transform: rotate(1turn);
    }
}
@keyframes loader {
    to {
        -webkit-transform: rotate(1turn);
                transform: rotate(1turn);
    }
}
@-webkit-keyframes fade-in {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes fade-in {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-webkit-keyframes zoom-out {
    0% {
        -webkit-transform: scale(1.2);
                transform: scale(1.2);
    }
    100% {
        -webkit-transform: scale(1);
                transform: scale(1);
    }
}
@keyframes zoom-out {
    0% {
        -webkit-transform: scale(1.2);
                transform: scale(1.2);
    }
    100% {
        -webkit-transform: scale(1);
                transform: scale(1);
    }
}
@-webkit-keyframes progress-dash {
    from {
        stroke-dashoffset: 228;
    }
    to {
        stroke-dashoffset: 0;
    }
}
@keyframes progress-dash {
    from {
        stroke-dashoffset: 228;
    }
    to {
        stroke-dashoffset: 0;
    }
}
/* Typo */
.color1 {
    color: var(--color-point);
}

.bg-color1 {
    background-color: var(--color-point);
}

.bg-color2 {
    background-color: #B5BDC6;
}

.bg-color3 {
    background-color: #fff !important;
}

/* button */
.arrow-link {
    display: inline-block;
    position: relative;
    padding-right: 1em;
}
.arrow-link:after {
    content: "";
    display: block;
    position: absolute;
    top: -1px;
    right: 0;
    bottom: 0;
    width: 0.5em;
    height: 0.75em;
    margin: auto;
    background: url("../img/ic_link_arrow.svg") no-repeat 0 0;
    background-size: contain;
    pointer-events: none;
}
.arrow-link:hover {
    text-decoration: underline;
}

.btn-action {
    display: inline-block;
    min-width: 4.5em;
    height: 2.7em;
    padding: 0 8px;
    font-size: 1.25rem;
    font-weight: 500;
    color: #fff;
    letter-spacing: var(--ls-min);
    text-align: center;
    border: 0;
    border-radius: 10px;
    background: #000;
    vertical-align: middle;
    -webkit-transition: -webkit-box-shadow 0.3s;
    transition: -webkit-box-shadow 0.3s;
    transition: box-shadow 0.3s;
    transition: box-shadow 0.3s, -webkit-box-shadow 0.3s;
}
.btn-action:not(:last-child) {
    margin-right: 4px;
}
.btn-action[href] {
    line-height: 2.7;
}
.btn-action:hover {
    -webkit-box-shadow: inset 0 0 0 3px #fff, 0 0 0 2px var(--color-main), 2px 2px 6px rgba(0, 0, 0, 0.5);
            box-shadow: inset 0 0 0 3px #fff, 0 0 0 2px var(--color-main), 2px 2px 6px rgba(0, 0, 0, 0.5);
}
.btn-action[class*=download] {
    min-width: 8.05em;
    background-color: #0C8E16;
}
.btn-action[class*=download]:hover {
    -webkit-box-shadow: inset 0 0 0 3px #fff, 0 0 0 2px #0C8E16, 2px 2px 6px rgba(12, 142, 22, 0.5);
            box-shadow: inset 0 0 0 3px #fff, 0 0 0 2px #0C8E16, 2px 2px 6px rgba(12, 142, 22, 0.5);
}
.btn-action.lg-hidden {
    display: none;
}
@media screen and (max-width: 1200px) {
    .btn-action {
        height: 3.8461538462em;
        font-size: 0.8125rem;
        border-radius: 5px;
    }
    .btn-action[href] {
        line-height: 3.8461538462;
    }
    .btn-action.sm-hmin {
        height: 2.8461538462em;
    }
    .btn-action.sm-hidden {
        display: none;
    }
    .btn-action.lg-hidden {
        display: inline-block;
    }
}

.btn-done {
    display: block;
    min-width: 10em;
    height: 3em;
    padding: 0 8px;
    font-size: 1.25rem;
    font-weight: 500;
    color: #fff;
    letter-spacing: var(--ls-min);
    text-align: center;
    border: 0;
    border-radius: 10px;
    background: var(--color-point);
    -webkit-transition: -webkit-box-shadow 0.3s;
    transition: -webkit-box-shadow 0.3s;
    transition: box-shadow 0.3s;
    transition: box-shadow 0.3s, -webkit-box-shadow 0.3s;
}
.btn-done[href] {
    line-height: 3;
}
.btn-done[class*=md] {
    min-width: 7em;
}
.btn-done:hover {
    -webkit-box-shadow: inset 0 0 0 3px #fff, 0 0 0 2px var(--color-point), 2px 2px 5px rgba(0, 0, 0, 0.5);
            box-shadow: inset 0 0 0 3px #fff, 0 0 0 2px var(--color-point), 2px 2px 5px rgba(0, 0, 0, 0.5);
}
.btn-done.lg-hidden {
    display: none;
}
@media screen and (max-width: 1200px) {
    .btn-done {
        min-width: 7.8125em;
        height: 3.125em;
        font-size: 1rem;
        border-radius: 5px;
    }
    .btn-done[href] {
        line-height: 3.125;
    }
    .btn-done.sm-hidden {
        display: none;
    }
    .btn-done.lg-hidden {
        display: block;
    }
}

/* Forms */
.input-wrap {
    display: inline-block;
    position: relative;
    width: 100%;
    vertical-align: middle;
}

.form-text {
    display: inline-block;
    width: 100%;
    height: 2.7em;
    padding: 0 1.2em;
    font-size: 1.25rem;
    color: #000;
    letter-spacing: 0;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    vertical-align: middle;
    border: 0;
    border-radius: 0.6em;
    background: #F5F5F5;
    -webkit-box-shadow: none;
            box-shadow: none;
    outline: 0;
    -webkit-transition: -webkit-box-shadow 0.3s;
    transition: -webkit-box-shadow 0.3s;
    transition: box-shadow 0.3s;
    transition: box-shadow 0.3s, -webkit-box-shadow 0.3s;
}
.form-text::-webkit-input-placeholder {
    font-size: 0.9em;
    font-weight: 700;
    color: #C3C3C3 !important;
}
.form-text::-moz-placeholder {
    font-size: 0.9em;
    font-weight: 700;
    color: #C3C3C3 !important;
}
.form-text:-ms-input-placeholder {
    font-size: 0.9em;
    font-weight: 700;
    color: #C3C3C3 !important;
}
.form-text::-ms-input-placeholder {
    font-size: 0.9em;
    font-weight: 700;
    color: #C3C3C3 !important;
}
.form-text::placeholder {
    font-size: 0.9em;
    font-weight: 700;
    color: #C3C3C3 !important;
}
.form-text:focus {
    -webkit-box-shadow: inset 0 0 0 2px rgba(236, 0, 137, 0.5), 0 0 0 2px var(--color-point);
            box-shadow: inset 0 0 0 2px rgba(236, 0, 137, 0.5), 0 0 0 2px var(--color-point);
}
.form-text[pattern]:invalid {
    -webkit-box-shadow: inset 0 0 0 2px rgba(255, 0, 0, 0.5), 0 0 0 2px red;
            box-shadow: inset 0 0 0 2px rgba(255, 0, 0, 0.5), 0 0 0 2px red;
    background-color: rgba(255, 0, 0, 0.1);
}
.form-text[class*=datepicker] {
    padding-right: 2em;
    background-image: url("../img/ic_date.svg");
    background-repeat: no-repeat;
    background-position: calc(100% - 0.7em) 50%;
    background-size: 1em auto;
}
@media screen and (max-width: 1200px) {
    .form-text {
        height: 4.1666666667em;
        padding: 0 1.6666666667em;
        font-size: 0.75rem;
        border-radius: 0.5em;
    }
    .form-text[class*=datepicker] {
        padding-right: 3.0833333333em;
        background-position: calc(100% - 1.3076923077em) 50%;
        background-size: 1.5em auto;
    }
}

.form-textarea {
    display: block;
    width: 100%;
    height: auto;
    min-height: 7.25em;
    padding: 1em 1.2em;
    font-size: 1.25rem;
    color: #000;
    letter-spacing: 0;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border: 0;
    border-radius: 0.6em;
    background: #F5F5F5;
    -webkit-box-shadow: none;
            box-shadow: none;
    outline: 0;
    overflow: hidden;
    resize: none;
    -webkit-transition: -webkit-box-shadow 0.3s;
    transition: -webkit-box-shadow 0.3s;
    transition: box-shadow 0.3s;
    transition: box-shadow 0.3s, -webkit-box-shadow 0.3s;
}
@media screen and (max-width: 1200px) {
    .form-textarea {
        min-height: 10.3333333333em;
        padding: 1.6666666667em;
        font-size: 0.75rem;
        border-radius: 0.5em;
    }
}
.form-textarea:focus {
    -webkit-box-shadow: inset 0 0 0 2px rgba(236, 0, 137, 0.5), 0 0 0 2px var(--color-point);
            box-shadow: inset 0 0 0 2px rgba(236, 0, 137, 0.5), 0 0 0 2px var(--color-point);
}
.form-textarea::-webkit-input-placeholder {
    font-size: 0.9em;
    font-weight: 700;
    color: #C3C3C3 !important;
}
.form-textarea::-moz-placeholder {
    font-size: 0.9em;
    font-weight: 700;
    color: #C3C3C3 !important;
}
.form-textarea:-ms-input-placeholder {
    font-size: 0.9em;
    font-weight: 700;
    color: #C3C3C3 !important;
}
.form-textarea::-ms-input-placeholder {
    font-size: 0.9em;
    font-weight: 700;
    color: #C3C3C3 !important;
}
.form-textarea::placeholder {
    font-size: 0.9em;
    font-weight: 700;
    color: #C3C3C3 !important;
}

.form-selectbox {
    display: inline-block;
    position: relative;
    width: 100%;
    vertical-align: middle;
}
.form-selectbox select {
    width: 100%;
    height: 2.7em;
    padding: 0 2.5em 0 1.2em;
    font-size: 1.25rem;
    font-weight: 500;
    color: #000;
    letter-spacing: 0;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border: 0;
    border-radius: 0.6em;
    background: #F5F5F5;
    -webkit-box-shadow: none;
            box-shadow: none;
    outline: 0;
    text-overflow: ellipsis;
    -webkit-transition: -webkit-box-shadow 0.3s;
    transition: -webkit-box-shadow 0.3s;
    transition: box-shadow 0.3s;
    transition: box-shadow 0.3s, -webkit-box-shadow 0.3s;
    white-space: nowrap;
}
@media screen and (max-width: 1200px) {
    .form-selectbox select {
        height: 4.1666666667em;
        padding-left: 1.6666666667em;
        font-size: 0.75rem;
        border-radius: 0.5em;
    }
}
.form-selectbox select option {
    font-size: 1rem;
    color: var(--color-default);
}
.form-selectbox select:focus {
    -webkit-box-shadow: inset 0 0 0 2px rgba(236, 0, 137, 0.5), 0 0 0 2px var(--color-point);
            box-shadow: inset 0 0 0 2px rgba(236, 0, 137, 0.5), 0 0 0 2px var(--color-point);
}
.form-selectbox select::-webkit-input-placeholder {
    font-weight: 700;
    color: #C3C3C3;
    opacity: 1;
}
.form-selectbox select::-moz-placeholder {
    font-weight: 700;
    color: #C3C3C3;
    opacity: 1;
}
.form-selectbox select:-ms-input-placeholder {
    font-weight: 700;
    color: #C3C3C3;
    opacity: 1;
}
.form-selectbox select::-ms-input-placeholder {
    font-weight: 700;
    color: #C3C3C3;
    opacity: 1;
}
.form-selectbox select::placeholder {
    font-weight: 700;
    color: #C3C3C3;
    opacity: 1;
}
.form-selectbox select::-ms-expand {
    display: none;
}
.form-selectbox:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 1.2em;
    bottom: 0;
    width: 0.85em;
    height: 0.55em;
    margin: auto;
    background: url("../img/ic_caret.svg") no-repeat 0 0;
    background-size: contain;
    pointer-events: none;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}
@media screen and (max-width: 1200px) {
    .form-selectbox:after {
        width: 0.6666666667em;
        height: 0.4166666667em;
    }
}

.form-radio {
    display: inline-block;
    position: relative;
    margin: 6px 1.7708333333vw 6px 0;
    font-size: inherit;
    pointer-events: none;
    vertical-align: middle;
}
@media screen and (max-width: 1200px) {
    .form-radio {
        margin: 3px 2.6153846154em 3px 0;
        font-size: 0.8125rem;
    }
}
.form-radio:last-child {
    margin-right: 0;
}
.form-radio input {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 1px;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    opacity: 0;
}
.form-radio .label {
    display: inline-block;
    position: relative;
    padding-left: 1.7em;
    line-height: 1.4;
    pointer-events: initial;
    vertical-align: middle;
    white-space: nowrap;
}
@media screen and (max-width: 1200px) {
    .form-radio .label {
        padding-left: 2em;
        line-height: 1.5384615385;
    }
}
.form-radio .ico {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 1.4em;
    height: 1.4em;
    border-radius: 50%;
    background: #F5F5F5;
    -webkit-transition: -webkit-box-shadow 0.3s;
    transition: -webkit-box-shadow 0.3s;
    transition: box-shadow 0.3s;
    transition: box-shadow 0.3s, -webkit-box-shadow 0.3s;
}
@media screen and (max-width: 1200px) {
    .form-radio .ico {
        width: 1.5384615385em;
        height: 1.5384615385em;
    }
}
.form-radio .ico:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 50%;
    height: 50%;
    margin: auto;
    border-radius: 50%;
    background: var(--color-point);
    opacity: 0;
}
.form-radio input:focus ~ .label .ico {
    -webkit-box-shadow: 0 0 0 2px var(--color-point);
            box-shadow: 0 0 0 2px var(--color-point);
}
.form-radio input:checked ~ .label .ico:before {
    opacity: 1;
}

.form-checkbox {
    display: inline-block;
    position: relative;
    margin: 6px 1.7708333333vw 6px 0;
    font-size: 0.9em;
    pointer-events: none;
    vertical-align: middle;
}
@media screen and (max-width: 1200px) {
    .form-checkbox {
        margin: 3px 8.2125603865vw 3px 0;
        font-size: 0.8125rem;
    }
}
.form-checkbox:last-child {
    margin-right: 0;
}
.form-checkbox input {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 1px;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    opacity: 0;
}
.form-checkbox .label {
    display: inline-block;
    position: relative;
    padding-left: 2.2222222222em;
    line-height: 1.6666666667;
    pointer-events: initial;
    vertical-align: middle;
    white-space: nowrap;
}
@media screen and (max-width: 1200px) {
    .form-checkbox .label {
        padding-left: 2em;
        line-height: 1.5384615385;
    }
}
.form-checkbox .ico {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 1.6666666667em;
    height: 1.6666666667em;
    border: 1px solid #D3D3D3;
    border-radius: 5px;
    background: #fff;
    -webkit-transition: -webkit-box-shadow 0.3s;
    transition: -webkit-box-shadow 0.3s;
    transition: box-shadow 0.3s;
    transition: box-shadow 0.3s, -webkit-box-shadow 0.3s;
}
@media screen and (max-width: 1200px) {
    .form-checkbox .ico {
        width: 1.5384615385em;
        height: 1.5384615385em;
        border-radius: 2px;
    }
}
.form-checkbox .ico:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    margin: auto;
    background: url("../img/ic_checkbox_on.svg") no-repeat 0 0;
    background-size: contain;
    opacity: 0;
}
.form-checkbox input:focus ~ .label .ico {
    -webkit-box-shadow: 0 0 0 2px var(--color-point);
            box-shadow: 0 0 0 2px var(--color-point);
}
.form-checkbox input:checked ~ .label .ico {
    border-color: var(--color-point);
    background-color: var(--color-point);
}
.form-checkbox input:checked ~ .label .ico:before {
    opacity: 1;
}

.upload-file {
    display: inline-block;
    position: relative;
    width: 100%;
    margin: 8px 0;
    vertical-align: middle;
}
.upload-file input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    cursor: pointer;
    z-index: 1;
}
.upload-file .upload-area {
    min-width: 0;
    line-height: 2.7;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: break-all;
}
@media screen and (max-width: 1200px) {
    .upload-file .upload-area {
        line-height: 4.1666666667;
    }
}
.upload-file .empty-label {
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    font-weight: 700;
    color: #D0D0D0;
    text-align: center;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}
.upload-file.lg .upload-area {
    min-height: 5em;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding-top: 0.7em;
    padding-bottom: 0.7em;
    line-height: initial;
    overflow: hidden;
    overflow-y: auto;
    white-space: normal;
}
@media screen and (max-width: 1200px) {
    .upload-file.lg .upload-area {
        padding-top: 1.1666666667em;
        padding-bottom: 1.1666666667em;
        min-height: 7.1666666667em;
    }
}
.upload-file .btn-action.upload {
    min-width: 8.05em;
    line-height: 2.7;
    background-color: #0C4E11;
}
@media screen and (max-width: 1200px) {
    .upload-file .btn-action.upload {
        line-height: 3.8461538462;
    }
}
.upload-file input:hover ~ .btn-action.upload {
    -webkit-box-shadow: inset 0 0 0 3px #fff, 0 0 0 2px #0C4E11, 2px 2px 6px rgba(12, 78, 17, 0.5);
            box-shadow: inset 0 0 0 3px #fff, 0 0 0 2px #0C4E11, 2px 2px 6px rgba(12, 78, 17, 0.5);
}

.form-inform {
    margin-top: 1.25rem;
    font-weight: 700;
    letter-spacing: var(--ls-min);
}

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

.form-group-label {
    margin: 1.1363636364em 0 0.6818181818em;
    font-size: 1.375rem;
    font-weight: 700;
    letter-spacing: 0;
}
.form-group-label:first-child {
    margin-top: 0;
}
.form-group-label .note {
    margin-left: 1em;
    font-size: 0.7272727273em;
    font-style: normal;
    color: #A2A2A2;
}
@media screen and (max-width: 1200px) {
    .form-group-label {
        margin: 1.875em 0 5px;
        font-size: 1rem;
    }
}

.form-btn {
    display: inline-block;
    position: relative;
    width: 50%;
    max-width: 10.3636363636em;
    height: 2.4545454545em;
    margin-right: 0.7272727273em;
    font-size: 1.1em;
    font-weight: 700;
    color: #D0D0D0;
    letter-spacing: var(--ls-min);
    line-height: 2.4545454545;
    border-radius: 0.5454545455em;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
}
@media screen and (max-width: 1200px) {
    .form-btn {
        max-width: 10.1538461538em;
        margin-right: 0.4615384615em;
        height: 3.0769230769em;
        font-size: 1em;
        line-height: 3.0769230769;
        border-radius: 0.4615384615em;
    }
}
.form-btn:last-child {
    margin-right: 0;
}
.form-btn input {
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 1px;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    opacity: 0;
    pointer-events: none;
}
.form-btn .label {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    background: #F5F5F5;
    -webkit-transition: -webkit-box-shadow 0.3s;
    transition: -webkit-box-shadow 0.3s;
    transition: box-shadow 0.3s;
    transition: box-shadow 0.3s, -webkit-box-shadow 0.3s;
}
.form-btn input:focus ~ .label {
    -webkit-box-shadow: inset 0 0 0 2px rgba(236, 0, 137, 0.5), 0 0 0 2px var(--color-point);
            box-shadow: inset 0 0 0 2px rgba(236, 0, 137, 0.5), 0 0 0 2px var(--color-point);
}
.form-btn input:checked ~ .label {
    color: #fff;
    background-color: var(--color-point);
}

.inline-entity {
    display: inline-block;
    padding: 0 0.4545454545em;
    font-size: 1.375em;
    line-height: 1;
    vertical-align: middle;
}

/* dropdown */
.dropdown {
    position: relative;
}

.js-dropdown-trigger {
    position: relative;
    z-index: 1;
}

.dropdown-content {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 100%;
    overflow: hidden;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity 0.3s, visibility 0.3s;
    transition: opacity 0.3s, visibility 0.3s;
    visibility: hidden;
    word-break: keep-all;
    -webkit-transform-origin: 50% 0;
        -ms-transform-origin: 50% 0;
            transform-origin: 50% 0;
}
.dropdown-content.is-show {
    opacity: 1;
    pointer-events: initial;
    visibility: visible;
}

.dropdown-menu {
    list-style: none;
}

@media screen and (min-width: 1201px) {
    .js-dropdown-trigger:hover ~ .dropdown-content,
    .dropdown:hover .dropdown-content:hover {
        opacity: 1;
        pointer-events: initial;
        visibility: visible;
    }
}
/* Scrollbar */
.scrollbar {
    height: 100%;
    overflow-y: overlay;
    -ms-scroll-chaining: none;
        overscroll-behavior: none;
}
.scrollbar::-webkit-scrollbar {
    width: 10px;
}
@media screen and (max-width: 1200px) {
    .scrollbar::-webkit-scrollbar {
        width: 0.3125rem;
    }
}
.scrollbar::-webkit-scrollbar-thumb {
    height: 30%;
    border-radius: 100px !important;
    background: rgb(204, 204, 204);
}
.scrollbar::-webkit-scrollbar-button {
    display: none;
}

/* Slider */
[class$=-slider]:not(.tns-slider) {
    position: relative;
    font-size: 0;
    white-space: nowrap;
    overflow: hidden;
}
[class$=-slider]:not(.tns-slider) .slide {
    display: inline-block;
    width: 100%;
    font-size: 1rem;
    vertical-align: middle;
}

/* Modal */
.dialog-wrap {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    opacity: 0;
    overflow: hidden;
    pointer-events: none;
    -webkit-transition: opacity 0.4s 0.3s, visibility 0s 0.7s;
    transition: opacity 0.4s 0.3s, visibility 0s 0.7s;
    visibility: hidden;
    z-index: 25;
}
.dialog-wrap.on {
    opacity: 1;
    pointer-events: initial;
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
    visibility: visible;
}

.dialog {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40.625em;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    padding-bottom: 2.8125rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-radius: 40px;
    background: #fff;
    opacity: 0;
    -webkit-transform: translate(-50%, -55%);
        -ms-transform: translate(-50%, -55%);
            transform: translate(-50%, -55%);
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
    transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
}
@media screen and (max-width: 1200px) {
    .dialog {
        max-width: 88%;
        border-radius: 1.25em;
    }
}

.on > .dialog {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) translateZ(0);
            transform: translate(-50%, -50%) translateZ(0);
    -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s;
}

.dialog[role=alertdialog] {
    width: 37.5em;
    min-height: 23.75em;
    padding-bottom: 3.75em;
}
@media screen and (max-width: 1200px) {
    .dialog[role=alertdialog] {
        width: 22.75em;
        min-height: 17.5em;
        padding-bottom: 2.8125em;
    }
}

.plain-dialog {
    width: auto;
    padding: 3.125em 0;
    background: transparent;
}

.dialog-header {
    position: relative;
    padding: 1.125em 4.125em 1.125em 1.875em;
    border-radius: 40px 40px 0 0;
    background: var(--color-point);
    overflow: hidden;
}
@media screen and (max-width: 1200px) {
    .dialog-header {
        padding: 0.8125em 2.875em 0.8125em 1.25em;
        border-radius: 1.25em 1.25em 0 0;
    }
}

.plain-dialog .dialog-header {
    padding: 0;
    border-radius: 0;
    background: transparent;
    overflow: initial;
}

.dialog-title {
    font-size: 1.5625rem;
    color: #fff;
    letter-spacing: var(--ls-min);
}
@media screen and (max-width: 1200px) {
    .dialog-title {
        font-size: 1.0625rem;
    }
}

.btn-close-dialog {
    position: absolute;
    top: 0;
    right: 0;
    width: 4.125em;
    height: 100%;
    border: 0;
    background: url("../img/ic_close_popup.svg") no-repeat 50% 50%;
    background-size: 27.2727272727% auto;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
}
.btn-close-dialog:hover {
    background-color: rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 1200px) {
    .btn-close-dialog {
        width: 3em;
    }
}

.plain-dialog .btn-close-dialog {
    top: auto;
    right: -0.625em;
    bottom: 0.25em;
    width: 3.125em;
    height: 3.125em;
    background-size: 60% auto;
}
@media screen and (max-width: 1200px) {
    .plain-dialog .btn-close-dialog {
        bottom: 0.625em;
        width: 2.375em;
        height: 2.375em;
        background-size: 73.6842105263% auto;
    }
}

.dialog-content {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    overflow-y: auto;
}

[role=alertdialog] .dialog-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 2em 2.5em 0;
    font-size: 1.25rem;
    font-weight: 500;
    color: #777A86;
    letter-spacing: var(--ls-min);
    line-height: 1.5;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
    text-align: center;
    overflow-y: initial;
}
[role=alertdialog] .dialog-content .headline {
    margin-bottom: 0.2857142857em;
    font-size: 1.75em;
    font-weight: 700;
    color: #000;
    line-height: 1.1;
}
@media screen and (max-width: 1200px) {
    [role=alertdialog] .dialog-content {
        font-size: 0.875rem;
    }
    [role=alertdialog] .dialog-content .headline {
        font-size: 1.6428571429em;
    }
}

.dialog-content .form-row {
    min-height: 0;
    border: 0;
}
.dialog-content .form-row .col {
    padding-top: 5px;
    padding-bottom: 5px;
}
.dialog-content .form-row .col-label:nth-child(odd) {
    height: auto;
    -ms-flex-preferred-size: 18.8679245283%;
        flex-basis: 18.8679245283%;
}
@media screen and (max-width: 1200px) {
    .dialog-content .form-row .col-label:nth-child(odd) {
        -ms-flex-preferred-size: 21.2121212121% !important;
            flex-basis: 21.2121212121% !important;
    }
}
.dialog-content .form-row .col-value {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}
.dialog-content .upload-file {
    margin: 0;
}
.dialog-content .upload-area {
    height: 5em;
}
@media screen and (max-width: 1200px) {
    .dialog-content .upload-area {
        height: 7.1666666667em;
    }
}

.plain-dialog .dialog-content {
    overflow: initial;
}

.dialog-actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 1.5625rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.dialog-actions * {
    min-width: 5em;
    height: 3em;
    margin: 0 5px;
    padding: 0 1.6em;
}
@media screen and (max-width: 1200px) {
    .dialog-actions * {
        min-width: 4.6875em;
        height: 3.125em;
        margin: 0 2px;
        padding: 0 1.5em;
        font-size: 1rem;
    }
}

.has-dialog {
    overflow: hidden;
}

/* Step Progress Bar */
.step-progress-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 3.125em;
    list-style: none;
}

.tab-idpwd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 3.125em;
    list-style: none;
}


@media screen and (max-width: 1200px) {
    .step-progress-bar {
        margin-bottom: 1.75rem;
    }

    .tab-idpwd {
        margin-bottom: 1.75rem;
    }
}
.step-progress-bar li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    min-width: 0;
    min-height: 2.9166666667em;
    padding: 0.4166666667em 2.1666666667em;
    font-size: 1.5rem;
    font-weight: 800;
    color: #777A86;
    letter-spacing: 0;
    line-height: 1;
    text-align: center;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border: 1px solid #C9C9C9;
    border-radius: 100px;
    background: #fff;
}

.tab-idpwd a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    min-width: 0;
    min-height: 2.9166666667em;
    padding: 0.4166666667em 2.1666666667em;
    font-size: 1.5rem;
    font-weight: 800;
    color: #777A86;
    letter-spacing: 0;
    line-height: 1;
    text-align: center;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #C9C9C9;
    border-radius: 100px;
    background: #fff;
    cursor:pointer;
}
.tab-idpwd a:first-child {margin-right:10px;}
@media screen and (max-width: 1200px) {
    .tab-idpwd a {
        min-height: 3.5714285714em;
        padding: 0.5714285714em 2.5714285714em;
        font-size: 0.875rem;
    }

    .step-progress-bar li {
        min-height: 3.5714285714em;
        padding: 0.5714285714em 2.5714285714em;
        font-size: 0.875rem;
    }
}
.step-progress-bar li:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0.5em;
    bottom: 0;
    width: 1.375em;
    height: 1.375em;
    margin: auto;
    background: url("../img/ic_progress_off.svg") no-repeat 0 0;
    background-size: contain;
}
@media screen and (max-width: 1200px) {
    .step-progress-bar li:after {
        width: 1.2142857143em;
        height: 1.2142857143em;
    }
}
.step-progress-bar li:last-child:after {
    content: none;
}
.step-progress-bar .on {
    color: #fff;
    border-color: var(--color-point);
    background-color: var(--color-point);
}
.step-progress-bar .on:after {
    background-image: url("../img/ic_progress_on.svg");
}

.tab-idpwd .on {
    color: #fff;
    border-color: var(--color-point);
    background-color: var(--color-point);
}

/* Popover */
.popover {
    position: relative;
}

.popover-content {
    position: absolute;
    top: 100%;
    left: 0;
    overflow: hidden;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    -webkit-transition: opacity 0.4s, visibility 0s 0.4s;
    transition: opacity 0.4s, visibility 0s 0.4s;
    word-break: keep-all;
    z-index: 1;
}
.popover-content.is-show {
    opacity: 1;
    pointer-events: initial;
    visibility: visible;
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
}

@media screen and (min-width: 1201px) {
    .js-popover-trigger:hover ~ .popover-content,
    .popover:hover .popover-content:hover {
        opacity: 1;
        pointer-events: initial;
        visibility: visible;
        -webkit-transition-delay: 0s;
                transition-delay: 0s;
    }
}
/* Table */
.form-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 4.3em;
    font-size: 1.25rem;
    letter-spacing: 0;
    font-weight: 700;
    line-height: 1.36;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-bottom: 1px solid #D8D8D8;
}
@media screen and (max-width: 1200px) {
    .form-row {
        min-height: 6em;
        font-size: 0.8125rem;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
}
.form-row .col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: inherit;
    padding: 10px 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}
.form-row .col.lg-hidden {
    display: none;
}
@media screen and (max-width: 1200px) {
    .form-row .col.lg-hidden {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .form-row .col.sm-hidden {
        display: none;
    }
}
.form-row .col-label {
    font-size: 1.1em;
    -webkit-box-flex: 0;
        -ms-flex: 0;
            flex: 0;
}
@media screen and (max-width: 1200px) {
    .form-row .col-label {
        font-size: 1em;
        -ms-flex-preferred-size: 6.6153846154em !important;
            flex-basis: 6.6153846154em !important;
    }
}
.form-row .col-label:first-child {
    -ms-flex-preferred-size: 7.8125vw;
        flex-basis: 7.8125vw;
}
@media screen and (max-width: 1700px) {
    .form-row .col-label:first-child {
        -ms-flex-preferred-size: 6.8181818182em;
            flex-basis: 6.8181818182em;
    }
}
.form-row .col-label:not(:first-child) {
    padding-left: 2.1875vw;
    padding-right: 0.7291666667vw;
    -ms-flex-preferred-size: 8.3333333333vw;
        flex-basis: 8.3333333333vw;
}
@media screen and (max-width: 1700px) {
    .form-row .col-label:not(:first-child) {
        -ms-flex-preferred-size: 6em;
            flex-basis: 6em;
    }
}
@media screen and (max-width: 1200px) {
    .form-row .col-label:not(:first-child) {
        padding-left: 0;
        padding-right: 0;
        border-top: 1px solid #D8D8D8;
    }
}
.form-row .col-label:nth-child(3):nth-last-child(2) {
    -ms-flex-preferred-size: 10.4166666667vw;
        flex-basis: 10.4166666667vw;
}
@media screen and (max-width: 1700px) {
    .form-row .col-label:nth-child(3):nth-last-child(2) {
        -ms-flex-preferred-size: 8.0909090909em;
            flex-basis: 8.0909090909em;
    }
}
.form-row .v-top {
    line-height: 2.4545454545;
    -ms-flex-item-align: start;
        align-self: flex-start;
}
@media screen and (max-width: 1200px) {
    .form-row .v-top {
        line-height: 3.8461538462;
    }
}
.form-row .col-value {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
@media screen and (max-width: 1200px) {
    .form-row .col-value {
        -ms-flex-preferred-size: calc(100% - 6.9230769231em);
            flex-basis: calc(100% - 6.9230769231em);
    }
    .form-row .col-value:not(:nth-child(2)) {
        border-top: 1px solid #D8D8D8;
    }
}
.form-row .col-value .col {
    min-height: initial;
    padding: 0;
}
.form-row .col-value .col:not(:first-child) {
    margin-left: 0.625vw;
}
@media screen and (max-width: 1200px) {
    .form-row .col-value .col:not(:first-child) {
        margin-top: 10px;
        margin-left: 0;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
    }
}
.form-row .col-sm {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 12.5vw;
            flex: 0 0 12.5vw;
}
@media screen and (max-width: 1200px) {
    .form-row .col-sm {
        -webkit-box-flex: 1;
            -ms-flex: 1 1 calc(100% - 6.9230769231em);
                flex: 1 1 calc(100% - 6.9230769231em);
    }
}
.form-row .input-wrap:not(:first-child) {
    margin-top: 10px;
}
.form-row .form-radio, .form-row .form-checkbox {
    min-width: 5.65em;
}
@media screen and (max-width: 700px) {
    .form-row .form-radio, .form-row .form-checkbox {
        min-width: 33.3%;
        margin-right: 0;
    }
}
.form-row .inline-group {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}
.form-row .inline-group .input-wrap {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}
.form-row .btn-find-postnum {
    margin-left: 8px;
    white-space: nowrap;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 7.5em;
            flex: 0 0 7.5em;
}
@media screen and (min-width: 1920px) {
    .form-row .btn-find-postnum {
        -ms-flex-preferred-size: 7.8125vw;
            flex-basis: 7.8125vw;
    }
}
@media screen and (max-width: 1200px) {
    .form-row .btn-find-postnum {
        -ms-flex-preferred-size: 26.0869565217vw;
            flex-basis: 26.0869565217vw;
    }
}
@media screen and (max-width: 1200px) {
    .form-row .logo-file-option {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: initial;
            -ms-flex-align: initial;
                align-items: initial;
    }
}
.form-row .logo-file-option .form-file {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}
.form-row .logo-file-option .form-checkbox {
    margin: 0 0 0 0.7291666667vw;
    font-weight: 400;
}
@media screen and (max-width: 1200px) {
    .form-row .logo-file-option .form-checkbox {
        margin: 10px 0 0 0;
    }
}

.edit-table {
    margin: -5px 0;
}
.edit-table .form-row {
    min-height: 0;
    border: 0;
}
.edit-table .col-value {
    padding: 5px 0;
}
.edit-table .col-label {
    padding: 5px 0;
}
.edit-table .upload-file {
    margin: 0;
}
@media screen and (max-width: 1200px) {
    .edit-table .form-row .col-value {
        border: 0;
    }
}

/* Tabs */
.page-tab {
    position: sticky;
    top: 0;
    margin-bottom: 3.25em;
    z-index: 5;
}
@media screen and (max-width: 1200px) {
    .page-tab {
        margin-bottom: 2.1875em;
        top: 4.375em;
    }
}

.tab-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.tab-list > li {
    position: relative;
    min-width: 0;
    margin-bottom: -1px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    border: 1px solid #EDEDED;
    border-width: 1px 0 1px 0;
    background: #fff;
}
.tab-list > li:first-child {
    border-left: 1px solid #EDEDED;
}
.tab-list > li:last-child {
    border-right: 1px solid #EDEDED;
}
.tab-list > li:after {
    content: "";
    display: block;
    position: absolute;
    top: 100%;
    left: 50%;
    width: 16px;
    height: 12px;
    margin: -1px 0 0 -8px;
    background: url("../img/tab_angle.svg") no-repeat 0 0;
    background-size: contain;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    z-index: 1;
}
@media screen and (max-width: 700px) {
    .tab-list > li {
        -webkit-box-flex: 1;
            -ms-flex: 1 0 25%;
                flex: 1 0 25%;
    }
    .tab-list > li:nth-child(4n+1) {
        border-left: 1px solid #EDEDED;
    }
    .tab-list > li:nth-child(4n) {
        border-right: 1px solid #EDEDED;
    }
}

.tab {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    min-width: 0;
    width: 100%;
    height: 100%;
    min-height: 3.1818181818em;
    font-size: 1.375rem;
    font-weight: 700;
    color: #777A86;
    letter-spacing: var(--ls-min);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transition: color 0.3s, -webkit-box-shadow 0.3s;
    transition: color 0.3s, -webkit-box-shadow 0.3s;
    transition: color 0.3s, box-shadow 0.3s;
    transition: color 0.3s, box-shadow 0.3s, -webkit-box-shadow 0.3s;
    z-index: 1;
}
.tab span {
    display: inline-block;
    position: relative;
    max-width: 90%;
    margin: auto;
    vertical-align: middle;
    text-align: center;
}
.tab span:after {
    content: "";
    display: block;
    position: absolute;
    top: -5px;
    left: 100%;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--color-point);
    opacity: 0;
    -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
            transform: translateY(-10px);
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
    transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
    pointer-events: none;
}
.tab:hover {
    color: var(--color-main);
}
@media screen and (max-width: 1200px) {
    .tab {
        min-height: 3.8461538462em;
        font-size: 0.8125rem;
    }
    .tab span:after {
        top: -3px;
        width: 5px;
        height: 5px;
    }
}

.tab-list > .active:after {
    opacity: 1;
}

.active .tab {
    position: relative;
    color: var(--color-main);
    -webkit-box-shadow: 0 0 0 1px var(--color-point), 3px 4px 10px rgba(236, 0, 137, 0.2);
            box-shadow: 0 0 0 1px var(--color-point), 3px 4px 10px rgba(236, 0, 137, 0.2);
    pointer-events: none;
}
.active .tab span:after {
    opacity: 1;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
}

/* Layer Popup */
.layer-popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    min-width: 0;
    max-width: 90%;
    overflow: hidden;
    z-index: 5;
}
.layer-popup.on {
    display: block;
}

.layer-popup-body {
    position: relative;
}
.layer-popup-body img {
    display: block;
    -o-object-fit: cover;
       object-fit: cover;
}
.layer-popup-body [data-action] {
    display: none;
}
.layer-popup-body .tns-nav {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0.8125em;
    text-align: center;
}
.layer-popup-body .tns-nav button {
    display: inline-block;
    width: 6px;
    height: 6px;
    margin: 0 3px;
    border: 0;
    border-radius: 50%;
    background: #fff;
    opacity: 0.2;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    vertical-align: middle;
}
.layer-popup-body .tns-nav .tns-nav-active {
    opacity: 1;
}

.layer-popup-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    height: 2.8571428571em;
    padding: 0 1.4285714286em;
    font-size: 0.875em;
    color: #fff;
    letter-spacing: var(--ls-min);
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: #000;
}
.layer-popup-footer .form-checkbox {
    margin: 0;
    font-size: inherit;
    cursor: pointer;
}
.layer-popup-footer .form-checkbox .label {
    padding-left: 2em;
}
.layer-popup-footer .form-checkbox .ico {
    top: 2px;
    width: 1.2857142857em;
    height: 1.2857142857em;
    margin: auxto;
    border-radius: 3px;
    border: 1px solid #3B3B3B;
    background: #3B3B3B;
}
.layer-popup-footer .btn-close {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    padding: 0 1.4285714286em 0 2.5em;
    font-size: inherit;
    border: 0;
    background: url("../img/ic_close_popup.svg") no-repeat 1.4285714286em 50%;
    background-size: 0.7142857143em auto;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
}
.layer-popup-footer .btn-close:hover {
    background-color: rgba(255, 255, 255, 0.2);
}

/* #Layout */
@media screen and (max-width: 400px) {
    html {
        font-size: 3.8647342995vw;
    }
}

body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: var(--vh);
    font-family: var(--font-ko);
    letter-spacing: var(--ls-default);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    word-wrap: break-word;
    word-break: keep-all;
    overflow: hidden;
    overflow-y: auto;
}

.skip {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding: 1em;
    font-weight: bold;
    color: #fff;
    text-align: center;
    background: var(--color-point);
    opacity: 0;
    -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
            transform: translateY(-100%);
    z-index: -1;
}
.skip:focus, .skip:active {
    position: relative;
    opacity: 1;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    z-index: 30;
}

.loader {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: rgba(255, 255, 255, 0.85);
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity 1s, visibility 0s 1s;
    transition: opacity 1s, visibility 0s 1s;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    visibility: hidden;
    z-index: 20;
}
.loader.on {
    opacity: 1;
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
    visibility: visible;
}
.loader .ico {
    position: relative;
    width: 50px;
    border-radius: 50%;
    background: radial-gradient(farthest-side, #EC0089 95%, rgba(0, 0, 0, 0)) 50% 1px/12px 12px no-repeat, radial-gradient(farthest-side, rgba(0, 0, 0, 0) calc(100% - 14px), #ccc 0);
    -webkit-animation: loader 2s infinite linear;
            animation: loader 2s infinite linear;
    aspect-ratio: 1;
    z-index: 1;
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100px;
    height: 100%;
    padding: 35px 0;
    color: #fff;
    z-index: 10;
}
@media screen and (max-width: 1200px) {
    .header {
        right: 0;
        width: auto;
        height: 4.3125rem;
        padding: 0;
    }
}
.header .backdrop {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-right: 1px solid #fff;
    background: rgba(255, 255, 255, 0.3);
    -webkit-backdrop-filter: blur(14px);
            backdrop-filter: blur(14px);
    -webkit-transition: background-color 0.7s;
    transition: background-color 0.7s;
}
@media screen and (max-width: 1200px) {
    .header .backdrop {
        border-right: 0;
        border-bottom: 1px solid #fff;
    }
}
.is-scrolled .header .backdrop {
    background-color: rgba(0, 0, 0, 0.55);
}

.site-logo {
    display: none;
}
@media screen and (max-width: 1200px) {
    .site-logo {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 8rem;
        height: 1.0625rem;
        margin: auto;
        z-index: 1;
    }
}

.btn-menu {
    display: block;
    position: relative;
    width: 34px;
    height: 24px;
    margin: 0 auto;
    font-size: 1px;
    color: transparent;
    border: 0;
    background: none;
    z-index: 1;
}
@media screen and (max-width: 1200px) {
    .btn-menu {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 1.25rem;
        width: 1.375rem;
        height: 1rem;
        margin: auto;
    }
    .btn-menu:before {
        content: "";
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        width: 200%;
        height: 200%;
        -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
    }
}
.btn-menu i {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 4px;
    background: #fff;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
@media screen and (max-width: 1200px) {
    .btn-menu i {
        height: 2px;
    }
}
.btn-menu i:nth-child(1) {
    top: 0;
}
.btn-menu i:nth-child(2) {
    top: 50%;
    width: 38.2352941176%;
    margin-top: -2px;
}
@media screen and (max-width: 1200px) {
    .btn-menu i:nth-child(2) {
        margin-top: -1px;
    }
}
.btn-menu i:nth-child(3) {
    top: 1.25rem;
}
@media screen and (max-width: 1200px) {
    .btn-menu i:nth-child(3) {
        top: 0.875rem;
    }
}
.btn-menu:hover i:nth-child(2) {
    width: 100%;
}
.btn-menu.on i:nth-child(2) {
    opacity: 0;
}
.btn-menu.on i:nth-child(1), .btn-menu.on i:nth-child(3) {
    top: 50%;
    margin-top: -2px;
}
@media screen and (max-width: 1200px) {
    .btn-menu.on i:nth-child(1), .btn-menu.on i:nth-child(3) {
        margin-top: -1px;
    }
}
.btn-menu.on i:nth-child(1) {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
}
.btn-menu.on i:nth-child(3) {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
}

.site-login {
    display: block;
    position: relative;
    margin: 17px auto 0;
    padding: 17px 0;
    width: 100%;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
    z-index: 1;
}
@media screen and (max-width: 1200px) {
    .site-login {
        display: none;
    }
}
.site-login:before {
    content: "";
    display: block;
    width: 28px;
    height: 30px;
    margin: 0 auto 8px;
    background: url("../img/ic_login.svg") no-repeat 0 0;
    background-size: contain;
}

.btn-contact {
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
    background: var(--grad-main);
    z-index: 10;
}
@media screen and (max-width: 1200px) {
    .btn-contact {
        border-radius: 50%;
    }
}
.btn-contact img {
    width: 28%;
}

.contact-us {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 99px;
    height: 99px;
    z-index: 10;
}
@media screen and (max-width: 1200px) {
    .contact-us {
        bottom: 1rem;
        width: 5.125rem;
        height: 5.125rem;
        margin: 0 0.625rem;
        z-index: 5;
    }
}
.contact-us .popover-content {
    top: auto;
    bottom: 0;
    left: 100%;
}
@media screen and (max-width: 1200px) {
    .contact-us .popover-content {
        bottom: 100%;
        left: -0.625rem;
        width: 100vw;
        padding: 0.875rem 0.75rem;
    }
}
.contact-us .contact-info {
    width: 29.0625rem;
    padding: 2.8125em 3em 2.1875em;
    font-weight: 500;
    color: #fff;
    letter-spacing: var(--lg-min);
    line-height: 1.25;
    background: linear-gradient(135deg, rgb(179, 19, 143) 0%, rgb(31, 71, 160) 100%);
}
@media screen and (max-width: 1200px) {
    .contact-us .contact-info {
        width: 100%;
        max-width: 30em;
        font-size: 0.8125rem;
    }
}
.contact-us p {
    margin-bottom: 4px;
}
.contact-us .headline {
    margin-bottom: 0.4642857143em;
    font-size: 1.75em;
    font-weight: 400;
}
.contact-us .ico {
    display: inline-block;
    width: 0.9375em;
    height: 0.9375em;
    margin: -2px 6px 0 0;
    overflow: hidden;
    vertical-align: middle;
}
.contact-us .btn {
    display: block;
    width: 11.6em;
    margin-top: 1em;
    padding: 0.9em;
    font-size: 1.25em;
    font-weight: 600;
    color: var(--color-default);
    border-radius: 0.5em;
    background: #fff;
    text-align: center;
    -webkit-transition: background-color 0.2s, color 0.2s;
    transition: background-color 0.2s, color 0.2s;
}
@media screen and (max-width: 1200px) {
    .contact-us .btn {
        width: 11.4705882353em;
        font-size: 1.3076923077em;
        border-radius: 0.2941176471em;
    }
}
.contact-us .btn:hover {
    color: #fff;
    background-color: #000;
}

.sidebar-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 0;
    left: 100%;
    bottom: 0;
    width: 57.9166666667vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background: var(--color-main);
    overflow: hidden;
    overflow-y: auto;
    -ms-scroll-chaining: none;
        overscroll-behavior: none;
    clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
    pointer-events: none;
    scrollbar-width: none;
    -webkit-transition: clip-path 0.75s cubic-bezier(0.16, 1, 0.3, 1), visibility 0s 0.8s;
    transition: clip-path 0.75s cubic-bezier(0.16, 1, 0.3, 1), visibility 0s 0.8s;
    visibility: hidden;
    z-index: 0;
}
@media screen and (max-width: 1200px) {
    .sidebar-menu {
        left: 0;
        bottom: auto;
        width: 100%;
        height: var(--vh);
        clip-path: polygon(100% 0, 0 0, 0 0, 100% 0);
    }
}
.sidebar-menu .top-banner {
    position: relative;
    font-size: 0.875rem;
    color: rgba(255, 255, 255, 0.37);
    letter-spacing: var(--ls-min);
    line-height: 1.5;
    background: url("../img/gnb_bg.jpg") no-repeat 50% 50%;
    background-size: cover;
    clip-path: polygon(100% 0, 0 0, 0 0, 100% 0);
    -webkit-transition: clip-path 0.7s cubic-bezier(0.16, 1, 0.3, 1);
    transition: clip-path 0.7s cubic-bezier(0.16, 1, 0.3, 1);
}
.sidebar-menu .top-banner .container {
    max-width: 46.4774951076%;
    margin: 0;
    padding: 5.5714285714em 4.0467625899% 13.1428571429em;
}
@media screen and (max-width: 1700px) {
    .sidebar-menu .top-banner .container {
        max-width: none;
        padding-bottom: 4.2857142857em;
    }
}
@media screen and (max-width: 1200px) {
    .sidebar-menu .top-banner .container {
        padding: 11em 4.6666666667em 4.1111111111em;
        font-size: 0.5625rem;
    }
}
.sidebar-menu .top-banner .headline {
    margin-bottom: 0.3947368421em;
    font-size: 2.7142857143em;
    color: rgb(255, 255, 255);
    line-height: 1.3157894737;
    opacity: 0;
    -webkit-transform: translateX(45px);
        -ms-transform: translateX(45px);
            transform: translateX(45px);
    -webkit-transition: opacity 0.7s, -webkit-transform 0.7s;
    transition: opacity 0.7s, -webkit-transform 0.7s;
    transition: opacity 0.7s, transform 0.7s;
    transition: opacity 0.7s, transform 0.7s, -webkit-transform 0.7s;
}
.sidebar-menu .top-banner .desc {
    opacity: 0;
    -webkit-transform: translateX(45px);
        -ms-transform: translateX(45px);
            transform: translateX(45px);
    -webkit-transition: opacity 0.7s, -webkit-transform 0.7s;
    transition: opacity 0.7s, -webkit-transform 0.7s;
    transition: opacity 0.7s, transform 0.7s;
    transition: opacity 0.7s, transform 0.7s, -webkit-transform 0.7s;
}
.sidebar-menu .top-banner .diagram {
    display: block;
    position: absolute;
    bottom: 3.75rem;
    right: 2.6978417266%;
    width: 51.8884892086%;
    max-width: 36.0625rem;
    opacity: 0;
    -webkit-transform: translateX(45px);
        -ms-transform: translateX(45px);
            transform: translateX(45px);
    -webkit-transition: opacity 0.7s, -webkit-transform 0.7s;
    transition: opacity 0.7s, -webkit-transform 0.7s;
    transition: opacity 0.7s, transform 0.7s;
    transition: opacity 0.7s, transform 0.7s, -webkit-transform 0.7s;
}
@media screen and (max-width: 1700px) {
    .sidebar-menu .top-banner .diagram {
        position: relative;
        bottom: 0;
        right: 0;
        margin-top: 1.75rem;
        width: 100%;
    }
}
.sidebar-menu .top-banner .diagram:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 100px;
    background: var(--grad-reverse);
    mix-blend-mode: multiply;
    opacity: 0.3;
}
.sidebar-menu .top-banner .diagram img {
    display: block;
    position: relative;
    margin: 0 auto;
}

.sidebar-menu-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 5.3956834532%;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
@media screen and (max-width: 1200px) {
    .sidebar-menu-content {
        padding: 0 1.75rem;
    }
}

.gnb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 5.625rem 0 4.375rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
@media screen and (max-width: 1200px) {
    .gnb {
        padding: 1.875rem 0 1.5625rem;
    }
}

.gnb-menus {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    list-style: none;
}
@media screen and (max-width: 1700px) {
    .gnb-menus {
        display: inline-block;
        margin-bottom: -0.625rem;
        vertical-align: top;
    }
}
.gnb-menus > li {
    opacity: 0;
    -webkit-transform: translateY(75px);
        -ms-transform: translateY(75px);
            transform: translateY(75px);
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
    transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
}
@media screen and (max-width: 1700px) {
    .gnb-menus > li {
        margin-bottom: 0.625rem;
        float: left;
    }
    .gnb-menus > li:nth-child(2n+1) {
        margin-left: 0;
        clear: both;
    }
    .gnb-menus > li:nth-child(1) {
        clear: none;
    }
}
.gnb-menus > li + li {
    margin-left: 8.0808080808%;
}
@media screen and (max-width: 1700px) {
    .gnb-menus > li + li {
        margin-left: 3.4375rem;
    }
}
.gnb-menus .group-title {
    margin-bottom: 0.8333333333em;
    font-size: 1.875rem;
    font-weight: 700;
    line-height: 1.1;
}
@media screen and (max-width: 1700px) {
    .gnb-menus .group-title {
        min-width: 5.2666666667em;
    }
}
@media screen and (max-width: 1200px) {
    .gnb-menus .group-title {
        margin-bottom: 6px;
        font-size: 1.25rem;
    }
}

.lnb-menus {
    list-style: none;
}
.lnb-menus > li {
    margin-bottom: 0.625rem;
}
@media screen and (max-width: 1200px) {
    .lnb-menus > li {
        font-size: 0.8125rem;
    }
}
.lnb-menus a {
    color: rgba(255, 255, 255, 0.4);
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
}
.lnb-menus a:hover {
    color: rgb(255, 255, 255);
    border-bottom: 1px solid;
}

.footer {
    margin-top: auto;
    padding: 3.375rem 0 3.125rem;
    border-top: 1px solid rgba(112, 112, 112, 0.26);
    opacity: 0;
    -webkit-transform: translateY(45px);
        -ms-transform: translateY(45px);
            transform: translateY(45px);
    -webkit-transition: opacity 0.7s, -webkit-transform 0.7s;
    transition: opacity 0.7s, -webkit-transform 0.7s;
    transition: opacity 0.7s, transform 0.7s;
    transition: opacity 0.7s, transform 0.7s, -webkit-transform 0.7s;
}
@media screen and (max-width: 1200px) {
    .footer {
        padding: 1.25rem 0 1.875rem;
    }
}

.footer-logo {
    width: 8.5rem;
    margin: 0 auto 1.125rem;
}
@media screen and (max-width: 1200px) {
    .footer-logo {
        width: 5.9375rem;
        margin-bottom: 0.875rem;
    }
}

.footer-menus {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    list-style: none;
}
.footer-menus li {
    margin-right: 1.25em;
    color: rgba(255, 255, 255, 0.4);
}
@media screen and (max-width: 1200px) {
    .footer-menus li {
        font-size: 0.6875rem;
    }
}
.footer-menus .important {
    color: rgb(255, 255, 255);
    font-weight: 700;
}
.footer-menus a:hover {
    text-decoration: underline;
}

.site-info {
    margin: 0.75rem auto 0;
    font-size: 0.8125rem;
    letter-spacing: 0;
    line-height: 1.1538461538;
    opacity: 0.4;
    text-align: center;
    word-break: break-all;
}
@media screen and (max-width: 1700px) {
    .site-info {
        max-width: 72.9805013928%;
    }
}
@media screen and (max-width: 1200px) {
    .site-info {
        max-width: 16.375rem;
        font-size: 0.625rem;
    }
}

.external-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 1.4375rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
@media screen and (max-width: 1200px) {
    .external-links {
        max-width: 9.6875rem;
        margin: 0.75rem auto 0;
        -webkit-box-pack: initial;
            -ms-flex-pack: initial;
                justify-content: initial;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
}
.external-links .social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 1.7142857143em;
    list-style: none;
    font-size: 0.875rem;
    color: rgba(255, 255, 255, 0.66);
    letter-spacing: var(--ls-min);
    line-height: 3;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 40px;
    background: #1A1A1B;
}
@media screen and (max-width: 1200px) {
    .external-links .social {
        width: 100%;
        font-size: 0.625rem;
    }
}
.external-links .social li + li {
    margin-left: 6px;
}
.external-links .social li + li:before {
    content: "│";
    padding-right: 6px;
    color: rgba(255, 255, 255, 0.2);
}
.external-links .social a:hover {
    text-decoration: underline;
}
.external-links .dropdown {
    margin-left: 0.875rem;
    font-size: 0.875rem;
    font-weight: 600;
    color: #5D5D5E;
}
@media screen and (max-width: 1200px) {
    .external-links .dropdown {
        width: 100%;
        margin: 7px 0 0;
        font-size: 0.625rem;
    }
}
.external-links .dropdown .btn {
    position: relative;
    width: 15.4285714286em;
    padding: 0 3.5714285714em 0 1.2857142857em;
    line-height: 3;
    border: 0;
    border-radius: 0.7142857143em;
    background: #1A1A1B;
    overflow: hidden;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    z-index: 2;
}
@media screen and (max-width: 1200px) {
    .external-links .dropdown .btn {
        width: inherit;
    }
}
.external-links .dropdown .btn:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 1.4285714286em;
    bottom: 0;
    width: 8px;
    height: 5px;
    margin: auto;
    pointer-events: none;
    background: url("../img/ic_dropdown_up_wh.svg") no-repeat 0 0;
    background-size: contain;
}
@media screen and (max-width: 1200px) {
    .external-links .dropdown .btn:after {
        width: 6px;
        height: 4px;
    }
}
.external-links .dropdown-content {
    top: auto;
    bottom: 0;
}
.external-links .dropdown-menu {
    padding: 2em 0 3.8571428571em;
    border-radius: 0.7142857143em;
    background: #1A1A1B;
}
.external-links .dropdown-menu a {
    display: block;
    padding: 0.5em 1.7142857143em;
}
.external-links .dropdown-menu a:hover {
    color: #fff;
    background-color: #777;
}

.is-expanded.sidebar-menu {
    clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
    pointer-events: initial;
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
    visibility: visible;
}
.is-expanded .top-banner {
    clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
    -webkit-transition-delay: 0.6s;
            transition-delay: 0.6s;
}
.is-expanded .top-banner .headline {
    opacity: 1;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
    -webkit-transition-delay: 0.8s;
            transition-delay: 0.8s;
}
.is-expanded .top-banner .desc {
    opacity: 1;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
    -webkit-transition-delay: 0.9s;
            transition-delay: 0.9s;
}
.is-expanded .top-banner .diagram {
    opacity: 1;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
    -webkit-transition-delay: 1s;
            transition-delay: 1s;
}
.is-expanded .gnb-menus > li {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
    -webkit-transition-duration: 1.1s;
            transition-duration: 1.1s;
}
.is-expanded .gnb-menus > li:nth-child(1) {
    -webkit-transition-delay: 1.2s;
            transition-delay: 1.2s;
}
.is-expanded .gnb-menus > li:nth-child(2) {
    -webkit-transition-delay: 1.3s;
            transition-delay: 1.3s;
}
.is-expanded .gnb-menus > li:nth-child(3) {
    -webkit-transition-delay: 1.4s;
            transition-delay: 1.4s;
}
.is-expanded .gnb-menus > li:nth-child(4) {
    -webkit-transition-delay: 1.5s;
            transition-delay: 1.5s;
}
.is-expanded .footer {
    opacity: 1;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    -webkit-transition-delay: 1.8s;
            transition-delay: 1.8s;
}

/* 페이지 공통 레이아웃 */
.page {
    min-height: 0;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}

.subpage-header {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 28.125%;
    background: var(--color-default);
    overflow: hidden;
}
@media screen and (max-width: 1200px) {
    .subpage-header {
        position: relative;
        width: auto;
        min-height: 20.25em;
        overflow: initial;
    }
}
.subpage-header .container {
    position: relative;
    padding: 16.4375rem 2.0833333333vw 0 6.25rem;
    z-index: 1;
}
@media screen and (max-width: 1200px) {
    .subpage-header .container {
        padding: 8.5625rem 1.25rem 5.3125rem;
    }
}
.subpage-header .logo-wrap {
    position: absolute;
    top: 2.3125rem;
    left: 8.875rem;
    width: 30.1851851852%;
}
@media screen and (max-width: 1200px) {
    .subpage-header .logo-wrap {
        display: none;
    }
}
.subpage-header .current-group {
    font-size: 3.125rem;
    font-weight: 800;
    color: #fff;
    letter-spacing: var(--ls-min);
    text-align: center;
}
@media screen and (max-width: 1700px) {
    .subpage-header .current-group {
        font-size: 2.375rem;
    }
}
.subpage-header .current-page {
    position: relative;
    width: 13.25rem;
    margin: 1rem auto 0;
    z-index: 1;
}
@media screen and (max-width: 1700px) {
    .subpage-header .current-page {
        width: 10.25rem;
    }
}
.subpage-header .current-page .btn {
    display: block;
    position: relative;
    width: 100%;
    padding: 0 2em 0 0.9em;
    font-size: 1.25rem;
    color: #fff;
    line-height: 2.7;
    text-align: left;
    border: 1px solid #fff;
    border-radius: 100px;
    background: rgba(255, 255, 255, 0.1);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.subpage-header .current-page .btn:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 0.9em;
    width: 0.6em;
    height: 0.4em;
    margin-top: -0.2em;
    background: url("../img/ic_dropdown_up_wh.svg") no-repeat 0 0;
    background-size: contain;
    text-overflow: ellipsis;
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
    pointer-events: none;
    white-space: nowrap;
    z-index: -1;
}
.subpage-header .current-page .btn[aria-expanded=true]:after {
    -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
            transform: rotate(0);
}
@media screen and (max-width: 1700px) {
    .subpage-header .current-page .btn {
        font-size: 1.0625rem;
    }
}
@media screen and (max-width: 1200px) {
    .subpage-header .current-page .btn {
        font-size: 0.9375rem;
    }
}
@media screen and (min-width: 1201px) {
    .subpage-header .current-page:hover .btn:after, .subpage-header .current-page .btn:hover:after {
        -webkit-transform: rotate(0);
            -ms-transform: rotate(0);
                transform: rotate(0);
    }
}

.subpage-header .current-page .dropdown-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    top: 0;
    padding: 4.625em 1.375em 1.375em;
    border: 1px solid #fff;
    border-radius: 1.625rem;
    background: rgba(255, 255, 255, 0.3);
    -webkit-backdrop-filter: blur(14px);
            backdrop-filter: blur(14px);
    -webkit-box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.2);
            box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 1700px) {
    .subpage-header .current-page .dropdown-content {
        font-size: 0.875rem;
    }
}
@media screen and (max-width: 1200px) {
    .subpage-header .current-page .dropdown-content {
        max-height: 12.3333333333em;
        padding: 5em 1.4166666667em 1.6666666667em;
        font-size: 0.75rem;
        border-radius: 1.6666666667em;
        -webkit-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
                box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
    }
}
.subpage-header .current-page .lnb-menus {
    letter-spacing: -0.09em;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    overflow: hidden;
    overflow-y: auto;
    scrollbar-width: none;
}
.subpage-header .current-page a {
    color: rgb(255, 255, 255);
}
.subpage-header .current-page a:hover {
    border-bottom: 1px solid;
    text-decoration: none;
}
.subpage-header .apply-menus {
    width: 69.4444444444%;
    max-width: 13.75em;
    margin: 2.5em auto 0;
    font-size: 1.25em;
    font-weight: 700;
    color: #fff;
    letter-spacing: var(--ls-min);
    list-style: none;
}
.subpage-header .apply-menus li + li {
    margin-top: 0.5em;
}
.subpage-header .apply-menus .btn {
    display: block;
    position: relative;
    width: 100%;
    padding: 0.7em 14.5454545455% 0.7em 9.8181818182%;
    font-weight: inherit;
    border: 0;
    border-radius: 100px;
    background: var(--color-point);
    overflow: hidden;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.subpage-header .apply-menus .btn:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 9.4545454545%;
    width: 0.4em;
    height: 0.6em;
    margin-top: -0.3em;
    pointer-events: none;
    background: url("../img/ic_link_arrow.svg") no-repeat 0 0;
    background-size: contain;
}
.subpage-header .apply-menus .btn:hover {
    background-image: var(--grad-main);
}
@media screen and (max-width: 1700px) {
    .subpage-header .apply-menus {
        font-size: 1em;
    }
}
@media screen and (max-width: 1200px) {
    .subpage-header .apply-menus {
        position: fixed;
        top: 50%;
        right: 1.25rem;
        margin: 0;
        width: auto;
        font-size: 0.8125em;
        z-index: 1;
    }
    .subpage-header .apply-menus li + li {
        margin-top: 0.3846153846em;
    }
    .subpage-header .apply-menus .btn {
        width: 4.4615384615em;
        height: 4.4615384615em;
        text-align: center;
        white-space: normal;
    }
    .subpage-header .apply-menus .btn:after {
        content: none;
    }
}
.subpage-header .backdrop {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    pointer-events: none;
}

.sub-group1 .backdrop {
    background-image: url("../img/sub/sub_header_bg1.jpg");
}
@media screen and (max-width: 1200px) {
    .sub-group1 .backdrop {
        background-image: url("../img/sub/sub_header_bg1_sm.jpg");
    }
}

.sub-group2 .backdrop {
    background-image: url("../img/sub/sub_header_bg2.jpg");
}
@media screen and (max-width: 1200px) {
    .sub-group2 .backdrop {
        background-image: url("../img/sub/sub_header_bg2_sm.jpg");
    }
}

.sub-group3 .backdrop {
    background-image: url("../img/sub/sub_header_bg3.jpg");
}
@media screen and (max-width: 1200px) {
    .sub-group3 .backdrop {
        background-image: url("../img/sub/sub_header_bg3_sm.jpg");
    }
}

.sub-group4 .backdrop {
    background-image: url("../img/sub/sub_header_bg4.jpg");
}
@media screen and (max-width: 1200px) {
    .sub-group4 .backdrop {
        background-image: url("../img/sub/sub_header_bg4_sm.jpg");
    }
}

.sub-group5 .backdrop {
    background-image: url("../img/sub/sub_header_bg5.jpg");
}
@media screen and (max-width: 1200px) {
    .sub-group5 .backdrop {
        background-image: url("../img/sub/sub_header_bg5_sm.jpg");
    }
}

.subpage-body {
    position: relative;
    margin-left: 28.125%;
    padding: 2.75rem 0 6.25rem;
}
@media screen and (max-width: 1200px) {
    .subpage-body {
        margin-left: 0;
        padding-top: 2.5rem;
    }
}

.container {
    margin: 0 auto;
    padding: 0 6.5217391304%;
}
@media screen and (max-width: 1200px) {
    .container {
        padding: 0 1.25rem;
    }
}

.page-title {
    margin-bottom: 1.72em;
    padding-bottom: 0.36em;
    font-size: 3.125rem;
    border-bottom: 1px solid #B1B1B1;
}
@media screen and (max-width: 1200px) {
    .page-title {
        margin-bottom: 1.36em;
        padding-bottom: 0.64em;
        font-size: 1.5625rem;
        font-weight: 800;
        color: var(--color-main);
        text-align: center;
    }
}

.secondary-title {
    font-size: 2.1875rem;
    font-weight: 700;
    color: var(--color-main);
    letter-spacing: var(--ls-min);
    line-height: 1.1;
}
@media screen and (max-width: 1200px) {
    .secondary-title {
        font-size: 1.4375rem;
    }
}

.section + .section {
    margin-top: 6.25rem;
}
@media screen and (max-width: 1200px) {
    .section + .section {
        margin-top: 3.125rem;
    }
}

.section-title {
    min-width: 4.6em;
    margin-bottom: 0.3333333333em;
    padding-left: 1.2666666667em;
    font-size: 1.875rem;
    font-weight: 600;
    color: var(--color-main);
    letter-spacing: var(--ls-min);
}
.section-title:before {
    content: "";
    display: inline-block;
    width: 0.8333333333em;
    height: 0.8333333333em;
    margin: 0 0.4666666667em 0 -1.2666666667em;
    background: url("../img/ic_list_arrow.svg") no-repeat 0 0;
    background-size: contain;
}
.section-title .note {
    margin-left: 0.875em;
    font-size: 0.5333333333em;
    font-style: normal;
    color: var(--color-point);
}
@media screen and (max-width: 1200px) {
    .section-title {
        font-size: 0.9375rem;
    }
}
.section-title + .action-group {
    margin: -0.625rem 0 0 0.875rem;
}
@media screen and (max-width: 1200px) {
    .section-title + .action-group {
        margin-left: 0.5rem;
    }
}

.section-title-lg {
    margin-bottom: 0.625em;
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--color-main);
    letter-spacing: var(--ls-min);
}
.section-title-lg .note {
    margin-left: 8px;
    font-size: 0.5em;
    font-style: normal;
    font-weight: 500;
}
@media screen and (max-width: 1200px) {
    .section-title-lg {
        font-size: 1.4375rem;
    }
    .section-title-lg .note {
        display: block;
        margin: 5px 0 0;
    }
}

@media screen and (max-width: 1200px) {
    .notice-popup {
        top: 8.625em !important;
        left: 50% !important;
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%);
    }
}

/* #Pages */
/* 메인 */
.main-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
@media screen and (max-width: 1200px) {
    .main-content {
        display: block;
        position: relative;
        height: 45.375em;
        height: var(--vh);
        overflow: initial;
    }
}

.main-visual {
    position: relative;
    width: 63.0208333333%;
    height: 100%;
}
@media screen and (max-width: 1200px) {
    .main-visual {
        width: 100%;
    }
}

.main-visual-slider {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    overflow: hidden;
    z-index: -1;
}
.main-visual-slider .slide {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.main-visual-slider img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-transition: -webkit-transform 8s linear;
    transition: -webkit-transform 8s linear;
    transition: transform 8s linear;
    transition: transform 8s linear, -webkit-transform 8s linear;
}
.main-visual-slider .tns-slide-active img {
    -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
            transform: scale(1.2);
}

.main-top-logo {
    position: absolute;
    top: 2.3125em;
    left: 8.875rem;
    width: 10.125em;
    height: 1.375em;
}
.main-top-logo img {
    display: block;
    width: 100%;
    height: 100%;
}
@media screen and (max-width: 1200px) {
    .main-top-logo {
        display: none;
        pointer-events: none;
    }
}

.main-visual-content {
    position: absolute;
    top: 21.7592592593vh;
    left: 12.5rem;
    font-size: 1.75em;
    color: #fff;
    letter-spacing: var(--ls-min);
    line-height: 1.4642857143;
}
.main-visual-content .logo {
    display: block;
    width: 17.9285714286em;
    height: 3.7142857143em;
    margin-top: -0.6428571429em;
}
.main-visual-content img {
    display: block;
    width: 100%;
}
@media screen and (max-width: 1200px) {
    .main-visual-content {
        top: 9.2941176471em;
        left: 9.1787439614%;
        font-size: 1.0625em;
    }
    .main-visual-content .logo {
        width: 18.0588235294em;
        height: 4.4705882353em;
    }
}

.liner-progress {
    position: relative;
    margin-top: 3.0357142857em;
    width: 1.9285714286em;
    height: 1.9285714286em;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.44);
}
.liner-progress svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(1.0555555556);
        -ms-transform: scale(1.0555555556);
            transform: scale(1.0555555556);
}
.liner-progress path {
    stroke-dasharray: 228;
    stroke-dashoffset: 228;
}
.liner-progress .on {
    -webkit-animation-name: progress-dash;
            animation-name: progress-dash;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
}
@media screen and (max-width: 1200px) {
    .liner-progress {
        margin-top: 1.5294117647em;
        width: 2em;
        height: 2em;
    }
}

.btn-control-slider {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    border: 0;
    background: url("../img/ic_play_angle.svg") no-repeat 50% 50%;
    background-size: auto 22.2222222222%;
}
.btn-control-slider[data-action=stop] {
    background-image: url("../img/ic_pause.svg");
}

.main-visual-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    left: 12.125rem;
    right: 4.7107438017%;
    bottom: 6.4814814815vh;
    list-style: none;
}
.main-visual-nav > li {
    padding-right: 3.75%;
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
}
@media screen and (max-width: 1600px) {
    .main-visual-nav {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
    .main-visual-nav > li {
        margin-top: 2.875em;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
    }
}
@media screen and (max-width: 1200px) {
    .main-visual-nav {
        left: 4.8309178744vw;
        right: 4.8309178744vw;
        bottom: 2.5em;
    }
    .main-visual-nav > li {
        padding: 0 3.3816425121vw;
    }
}
.main-visual-nav .wrapper {
    position: relative;
    height: 100%;
}
.main-visual-nav .btn {
    display: block;
    width: 100%;
    height: 2.7em;
    font-size: 1.25em;
    font-weight: 700;
    color: #fff;
    letter-spacing: var(--ls-min);
    border-color: inherit;
    border-width: 2px 0 0 0;
    background: none;
    text-align: center;
    -webkit-transition: border 0.3s;
    transition: border 0.3s;
}
.main-visual-nav .btn:hover {
    border-color: var(--color-point);
}
@media screen and (max-width: 1200px) {
    .main-visual-nav .btn {
        font-size: 0.9375em;
    }
}
.main-visual-nav .desc {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    min-height: 20.5714285714em;
    padding: 3.8571428571em 11.6504854369% 2.2857142857em;
    font-size: 0.875em;
    color: #fff;
    line-height: 1.4285714286;
    background: linear-gradient(135deg, #951E93 0%, #1C48A1 100%);
    clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
    opacity: 0;
    pointer-events: none;
    -webkit-transition: clip-path 0.7s cubic-bezier(0.83, 0, 0.17, 1), opacity 0s 0.7s;
    transition: clip-path 0.7s cubic-bezier(0.83, 0, 0.17, 1), opacity 0s 0.7s;
}
@media screen and (max-width: 1200px) {
    .main-visual-nav .desc {
        padding: 3.4545454545em 13.9240506329% 2em;
        font-size: 0.6875em;
    }
}
.main-visual-nav .tns-nav-active .desc {
    clip-path: polygon(0 100%, 100% 100%, 100% 0, 0 0);
    opacity: 1;
    pointer-events: initial;
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
}
.main-visual-nav .ico {
    width: 2.4285714286em;
    height: 2.5714285714em;
    margin-bottom: 0.4285714286em;
}
.main-visual-nav .ico img {
    display: block;
    width: 100%;
}
.main-visual-nav .btn-view-more {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.7142857143em;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
}
.main-visual-nav .btn-view-more img {
    display: block;
    width: 0.8571428571em;
    height: 0.8571428571em;
}
.main-visual-nav .btn-view-more:hover {
    background-color: rgba(0, 0, 0, 0.2);
}
.main-visual-nav .headline {
    margin-bottom: 0.2857142857em;
    font-size: 1.5em;
    font-weight: 700;
    letter-spacing: var(--ls-min);
}
@media screen and (max-width: 1200px) {
    .main-visual-nav .headline {
        margin-top: 0.5em;
        font-size: 1.4545454545em;
    }
}

.main-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    width: 36.9791666667%;
    height: 100%;
    padding: 8.3333333333vh 0 8.3333333333vh 4.2708333333%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
@media screen and (max-width: 1200px) {
    .main-body {
        width: 100%;
        height: auto;
        padding: 2.5em 1.25em 6.25em;
    }
}
.main-body .section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
@media screen and (max-width: 1200px) {
    .main-body .section {
        margin-right: -1.25em;
    }
}
.main-body .section + .section {
    margin-top: 6.4814814815vh;
}
@media screen and (max-width: 1200px) {
    .main-body .section + .section {
        margin-top: 3em;
    }
}
.main-body .title {
    margin-bottom: 1.8518518519vh;
    font-size: 2.5em;
    font-weight: 700;
}
@media screen and (max-width: 1200px) {
    .main-body .title {
        margin-bottom: 0.5185185185em;
        font-size: 1.6875em;
    }
}
.main-body .list-progress-bar {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #ECECEC;
}
.main-body .list-progress-bar .bar {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: #000;
}

.hscroll-container {
    position: relative;
    width: 100%;
    padding-bottom: 2.5em;
    overflow: hidden;
    overflow-x: auto;
}
.hscroll-container::-webkit-scrollbar {
    display: none;
}
.hscroll-container .scroll-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}
.hscroll-container .scroll-item {
    width: 23.875em;
    padding-right: 4.5070422535%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 23.875em;
            flex: 0 0 23.875em;
}
@media screen and (max-width: 1200px) {
    .hscroll-container {
        padding-bottom: 1.875em;
    }
    .hscroll-container .scroll-item {
        width: 16.375em;
        padding-right: 1.25em;
        -ms-flex-preferred-size: 16.375em;
            flex-basis: 16.375em;
    }
}
.hscroll-container a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.hscroll-container .best-label {
    display: block;
    position: absolute;
    top: 6px;
    left: 8px;
    padding: 5px 7px 7px;
    font-size: 0.75em;
    color: #fff;
    letter-spacing: calc(--ls-min);
    line-height: 1;
    border-radius: 5px;
    background: var(--color-point);
    text-align: center;
    z-index: 1;
}
@media screen and (max-width: 1200px) {
    .hscroll-container .best-label {
        padding: 3px 5px 4px;
        font-size: 0.5em;
        border-radius: 2px;
    }
}
.hscroll-container .list-thumb {
    display: block;
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 53.7142857143%;
    background: #000;
    overflow: hidden;
}
.hscroll-container .list-thumb:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.2);
    -webkit-transition: background-color 0.4s;
    transition: background-color 0.4s;
}
.hscroll-container .list-thumb img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
}
.hscroll-container .list-thumb .cover {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
    z-index: 1;
    -webkit-transition: background-color 0.5s;
    transition: background-color 0.5s;
}
.hscroll-container .list-thumb .cover:before {
    content: "";
    display: block;
    position: absolute;
    right: 0.875em;
    bottom: 0.875em;
    width: 10.8571428571%;
    padding-top: 10.8571428571%;
    background: url("../img/ic_play.svg") no-repeat 0 0;
    background-size: contain;
}
@media screen and (max-width: 1200px) {
    .hscroll-container .list-thumb .cover:before {
        right: 0.625em;
        bottom: 0.625em;
        width: 10.7438016529%;
        padding-top: 10.7438016529%;
    }
}
.hscroll-container .list-video .list-thumb {
    padding-top: 56.2857142857%;
}
.hscroll-container .list-video .list-thumb:after {
    content: none;
}
.hscroll-container .list-title {
    display: -webkit-box;
    height: 2.5384615385em;
    margin-top: 0.6153846154em;
    font-size: 1.625rem;
    font-weight: 700;
    letter-spacing: var(--ls-min);
    line-height: 1.2692307692;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-transition: color 0.5s;
    transition: color 0.5s;
}
.hscroll-container .list-summary {
    display: -webkit-box;
    height: 5em;
    margin-top: 0.8em;
    font-size: 0.9375em;
    color: #888;
    letter-spacing: var(--ls-min);
    line-height: 1.6666666667;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.hscroll-container .video-title {
    display: block;
    margin-top: 0.875em;
    font-weight: 500;
    letter-spacing: var(--ls-min);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-transition: color 0.5s;
    transition: color 0.5s;
}
@media screen and (max-width: 1200px) {
    .hscroll-container .list-title {
        font-size: 1.0625em;
    }
    .hscroll-container .list-summary {
        font-size: 0.625em;
    }
    .hscroll-container .video-title {
        font-size: 0.6875em;
    }
}
.hscroll-container a:hover {
    color: var(--color-point);
}
.hscroll-container a:hover .list-thumb:after {
    background-color: rgba(0, 0, 0, 0);
}
.hscroll-container a:hover img {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.hscroll-container a:hover .cover {
    background-color: rgba(0, 0, 0, 0);
}

/* 로그인 */
.login-content {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    font-size: 0;
    text-align: center;
    white-space: nowrap;
}
.login-content:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.login-content .backdrop {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--color-main);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    -webkit-animation: zoom-out 20s linear both;
            animation: zoom-out 20s linear both;
}
@media screen and (min-width: 701px) {
    .login-content .backdrop {
        background-image: url("../img/sub/login_bg.jpg");
    }
}
@media screen and (max-width: 700px) {
    .login-content .backdrop {
        background-image: url("../img/sub/login_bg_sm.jpg");
    }
}

.login-form {
    display: inline-block;
    position: relative;
    width: 51.5625%;
    margin: 1em 0;
    padding: 5.25rem 0 7.5rem;
    font-size: 1rem;
    color: #fff;
    border-radius: 3.375rem;
    background: rgba(0, 0, 0, 0.54);
    text-align: left;
    vertical-align: middle;
    white-space: normal;
    z-index: 1;
}
@media screen and (max-width: 1200px) {
    .login-form {
        width: 87.922705314%;
        padding: 2.75rem 0 4.25rem;
        border-radius: 1.625rem;
    }
}
.login-form .form-wrap {
    padding: 0 10.9090909091%;
}
@media screen and (max-width: 1200px) {
    .login-form .form-wrap {
        padding: 0 7.1428571429%;
    }
}
.login-form .title-wrap {
    margin-bottom: 2.25em;
    font-size: 1.75rem;
    font-weight: 600;
    letter-spacing: 0;
    text-align: center;
}
@media screen and (max-width: 1200px) {
    .login-form .title-wrap {
        font-size: 1rem;
    }
}
.login-form .title-wrap a {
    display: block;
    width: 9.2857142857em;
    margin: 0.6071428571em auto 0;
}
.login-form .title-wrap img {
    width: 100%;
}
.login-form .goto-signup {
    position: absolute;
    right: 2.5em;
    bottom: 1.7em;
    font-size: 1.25rem;
}
@media screen and (max-width: 1200px) {
    .login-form .goto-signup {
        right: 2.1666666667em;
        font-size: 0.75rem;
    }
}

.user-type-container .desc {
    margin-bottom: 1.4em;
    font-size: 1.25rem;
    letter-spacing: 0;
    text-align: center;
}
@media screen and (max-width: 1200px) {
    .user-type-container .desc {
        margin-bottom: 1em;
        font-size: 0.875rem;
    }
}
.user-type-container .inline-group {
    margin: -12px -8px 0 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
@media screen and (max-width: 1200px) {
    .user-type-container .inline-group {
        margin: -6px -4px 0 0;
    }
}
.user-type-container .col {
    width: 20%;
    padding: 12px 8px 0 0;
}
@media screen and (max-width: 1900px) {
    .user-type-container .col {
        width: 33.3%;
    }
}
@media screen and (max-width: 1200px) {
    .user-type-container .col {
        padding: 6px 4px 0 0;
        font-size: 0.6875rem;
    }
}
.user-type-container .btn {
    display: block;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}
.user-type-container .btn input {
    opacity: 0;
}
.user-type-container .checkbox-label {
    display: block;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 3;
    text-align: center;
    border-radius: 0.625em;
    border: 1px solid rgba(255, 255, 255, 0.5);
}
@media screen and (max-width: 1200px) {
    .user-type-container .checkbox-label {
        line-height: 2.9090909091;
        border-radius: 0.4545454545em;
    }
}
.user-type-container .checkbox-label .ico {
    display: inline-block;
    width: 1.25em;
    height: 1.25em;
    margin: -3px 2px 0 0;
    vertical-align: middle;
}
@media screen and (max-width: 1200px) {
    .user-type-container .checkbox-label .ico {
        width: 1em;
        height: 1em;
        margin: -2px 1px 0 0;
    }
}
.user-type-container input:checked ~ .checkbox-label {
    background-color: var(--color-point);
    border-color: var(--color-point);
}

.input-form-container {
    position: relative;
    max-width: 38.375em;
    margin: 2.125em auto 0;
}
@media screen and (min-width: 1920px) {
    .input-form-container {
        max-width: 79.3281653747%;
    }
}
@media screen and (max-width: 1200px) {
    .input-form-container {
        max-width: none;
        margin: 4.5454545455em auto 0;
        font-size: 0.6875rem;
    }
}
.input-form-container .input-form {
    display: block;
    position: relative;
    margin: 0.625em 23.0894308943% 0 0;
}
@media screen and (max-width: 1200px) {
    .input-form-container .input-form {
        margin-right: 32.0512820513%;
    }
}
.input-form-container .input-form .form-label {
    position: absolute;
    top: 50%;
    left: 0;
    width: 7.3125em;
    padding-left: 2.125em;
    font-weight: 600;
    letter-spacing: 0;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
}
.input-form-container .input-form .form-label:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 1px;
    height: 1.125em;
    margin: auto;
    border-right: 1px solid rgba(112, 112, 112, 0.27);
}
.input-form-container .input-form input {
    display: inline-block;
    width: 100%;
    height: 3.75em;
    padding: 0 1.5em 0 8.625em;
    color: inherit;
    font-size: inherit;
    border: 1px solid var(--color-main);
    border-radius: 40px;
    background: #000;
    -webkit-box-shadow: none;
            box-shadow: none;
    outline: 0;
}
@media screen and (max-width: 1200px) {
    .input-form-container .input-form input {
        height: 3.8181818182em;
    }
}
.input-form-container .input-form input:focus-visible {
    border-color: rgba(236, 0, 137, 0.5);
    -webkit-box-shadow: inset 0 0 0 2px rgba(236, 0, 137, 0.5), 0 0 0 2px var(--color-point);
            box-shadow: inset 0 0 0 2px rgba(236, 0, 137, 0.5), 0 0 0 2px var(--color-point);
}
.input-form-container .btn-login {
    position: absolute;
    top: 0;
    right: 0;
    width: 21.1382113821%;
    height: 100%;
    padding: 1.5em 0;
    font-size: 1.25em;
    font-weight: 900;
    letter-spacing: 0;
    text-transform: uppercase;
    border: 0;
    border-radius: 0.7em;
    background: var(--color-point);
    overflow: hidden;
    -webkit-transition: -webkit-box-shadow 0.3s;
    transition: -webkit-box-shadow 0.3s;
    transition: box-shadow 0.3s;
    transition: box-shadow 0.3s, -webkit-box-shadow 0.3s;
}
@media screen and (max-width: 1200px) {
    .input-form-container .btn-login {
        width: 29.4871794872%;
        border-radius: 0.7272727273em;
    }
}
.input-form-container .btn-login:before {
    content: "";
    display: block;
    width: 1.4em;
    height: 1.5em;
    margin: 0 auto 0.35em;
    background: url("../img/ic_login.svg") no-repeat 0 0;
    background-size: contain;
}
.input-form-container .btn-login:hover {
    -webkit-box-shadow: inset 0 0 0 3px #fff, 0 0 0 2px var(--color-point), 2px 2px 5px rgba(0, 0, 0, 0.5);
            box-shadow: inset 0 0 0 3px #fff, 0 0 0 2px var(--color-point), 2px 2px 5px rgba(0, 0, 0, 0.5);
}

/* 회원가입 */
.policy-wrap {
    height: 11.1111111111em;
    font-size: 1.125rem;
    font-weight: 500;
    padding: 1.2222222222em 1em 2.4444444444em 2.6666666667em;
    color: #777A86;
    letter-spacing: var(--ls-min);
    line-height: 1.6666666667;
    background: #F5F5F5;
    border-radius: 1.1111111111em;
    overflow: hidden;
}
@media screen and (max-width: 1200px) {
    .policy-wrap {
        height: 11.9166666667em;
        font-size: 0.75rem;
        padding: 1.1666666667em 0.8333333333em 1.6666666667em 1.6666666667em;
        border-radius: 0.8333333333em;
    }
}
.policy-wrap .scroll-content {
    padding: 1.2222222222em 5.5555555556em 0 0;
}
@media screen and (max-width: 1200px) {
    .policy-wrap .scroll-content {
        padding: 0.5em 2.5em 0 0;
    }
}
.policy-wrap table {
    width: 100%;
    font-size: 0.8888888889em;
    border: 1px solid;
    border-collapse: collapse;
}
.policy-wrap table th, .policy-wrap table td {
    padding: 0.5em;
    border: 1px solid;
    text-align: center;
}

.agreement-selector {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 1.5rem;
    font-size: 1.25rem;
    font-weight: 700;
    letter-spacing: var(--ls-min);
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
@media screen and (max-width: 1200px) {
    .agreement-selector {
        margin-top: 1.3846153846em;
        font-size: 0.8125rem;
    }
}
.agreement-selector p {
    width: 21em;
}
@media screen and (max-width: 1200px) {
    .agreement-selector p {
        width: auto;
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
    }
}
.agreement-selector .form-radio:first-child {
    margin-right: 3.35em;
}
@media screen and (max-width: 1200px) {
    .agreement-selector .form-radio:first-child {
        margin-right: 2.7692307692em;
    }
}

.auth-form {
    position: relative;
    margin-bottom: 1.5em;
    padding: 2.35em 25%;
    font-size: 1.25rem;
    text-align: center;
    border-radius: 1em;
    border: 1px solid #9098B5;
    background: #F4F5FA;
}
@media screen and (max-width: 1200px) {
    .auth-form {
        padding: 5.5em 9.3406593407% 3.2142857143em;
        font-size: 0.875rem;
        border-radius: 0.7142857143em;
    }
}
.auth-form .title {
    position: absolute;
    top: 0;
    left: 0;
    padding: 1em 1.4em;
    color: #fff;
    font-size: 1em;
    border-radius: 1em 0 1em 0;
    background: #9098B5;
}
@media screen and (max-width: 1200px) {
    .auth-form .title {
        border-radius: 0.7142857143em 0 0.7142857143em 0;
    }
}
.auth-form .input-wrap {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}
.auth-form .form-text {
    height: 3em;
    background: #fff;
}
@media screen and (max-width: 1200px) {
    .auth-form .form-text {
        height: 3.125em;
        font-size: 1.1428571429em;
    }
}
.auth-form .btn-auth {
    width: 25.4237288136%;
    height: 3em;
    margin-left: 0.5em;
    font-size: inherit;
    font-weight: 500;
    color: #fff;
    letter-spacing: var(--ls-min);
    border: 0;
    border-radius: 0.5em;
    background: var(--color-point);
    -webkit-transition: -webkit-box-shadow 0.3s;
    transition: -webkit-box-shadow 0.3s;
    transition: box-shadow 0.3s;
    transition: box-shadow 0.3s, -webkit-box-shadow 0.3s;
}
@media screen and (max-width: 1200px) {
    .auth-form .btn-auth {
        height: 3.125rem;
        font-size: 1.1428571429em;
    }
}
.auth-form .btn-auth:hover {
    -webkit-box-shadow: inset 0 0 0 3px #fff, 0 0 0 2px var(--color-point), 2px 2px 5px rgba(0, 0, 0, 0.5);
            box-shadow: inset 0 0 0 3px #fff, 0 0 0 2px var(--color-point), 2px 2px 5px rgba(0, 0, 0, 0.5);
}
.auth-form .btn-auth:active {
    -webkit-transform: scale(0.95);
        -ms-transform: scale(0.95);
            transform: scale(0.95);
}

.important-note {
    margin-top: 1em;
    list-style: none;
    font-size: 1.125rem;
    line-height: 1.6666666667;
}
@media screen and (max-width: 1200px) {
    .important-note {
        margin-top: 1.5384615385em;
        font-size: 0.8125rem;
    }
}
.important-note.has-prefix > li {
    padding-left: 0.875em;
}
.important-note .prefix {
    margin-left: -0.875em;
    margin-right: 4px;
}

.welcome-msg {
    margin-top: 9.4444444444rem;
    padding-top: 10.4444444444em;
    font-size: 1.125rem;
    font-weight: 500;
    color: #777A86;
    line-height: 1;
    letter-spacing: var(--ls-min);
    text-align: center;
    background: url("../img/sub/welcome.svg") no-repeat 50% 0;
    background-size: 9.4444444444em auto;
}
@media screen and (max-width: 1200px) {
    .welcome-msg {
        margin-top: 5.8461538462em;
        padding-top: 9.4615384615e;
        font-size: 0.8125rem;
        background-size: 8.5384615385e, auto;
    }
}
.welcome-msg strong {
    display: block;
    margin-bottom: 8px;
    font-size: 1.8333333333em;
    color: var(--color-main);
}
@media screen and (max-width: 1200px) {
    .welcome-msg strong {
        font-size: 1.7692307692em;
    }
}

ul[id^=controlForm] {
    list-style: none;
}
ul[id^=controlForm] li {
    -webkit-animation: fade-in 0.7s;
            animation: fade-in 0.7s;
}

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

.form-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 1.35em -0.625em -5px 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
@media screen and (max-width: 1200px) {
    .form-footer {
        margin-top: 1.5625em;
    }
}
.form-footer.align-right {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}
.form-footer .btn-action {
    min-width: 10em;
    height: 3em;
}
@media screen and (max-width: 1200px) {
    .form-footer .btn-action {
        height: 3.125em;
        font-size: 1rem;
    }
}
.form-footer [class*=btn-] {
    margin: 0 0.625em 5px 0;
}
@media screen and (max-width: 1920px) {
    .form-footer [class*=btn-] {
        min-width: 10.4166666667vw;
    }
}
@media screen and (max-width: 1200px) {
    .form-footer [class*=btn-] {
        min-width: 0;
        margin-right: 0.625em;
        -ms-flex-preferred-size: 7.1875em;
            flex-basis: 7.1875em;
    }
}
@media screen and (max-width: 500px) {
    .form-footer [class*=btn-] {
        -ms-flex-preferred-size: calc(33.3% - 0.625em);
            flex-basis: calc(33.3% - 0.625em);
    }
}

/* 게시판 */
.board-top {
    margin-bottom: 2.8125rem;
}
@media screen and (max-width: 1200px) {
    .board-top {
        margin-bottom: 1.25rem;
    }
}

.search-form {
    position: relative;
    width: 43.6974789916%;
    margin: 0 auto;
}
@media screen and (max-width: 1200px) {
    .search-form {
        width: 69.5187165775%;
    }
}
.search-form .form-selectbox {
    position: absolute;
    top: 0;
    left: 0;
    width: 25.7692307692%;
    z-index: 1;
}
.search-form .form-selectbox:after {
    right: 4px;
}
.search-form select {
    height: 2.5em;
    padding-right: 1em;
    padding-left: 4px;
    border-radius: 0;
    background: transparent;
}
@media screen and (max-width: 1200px) {
    .search-form select {
        height: 2.0833333333em;
        padding-right: 1.5em;
    }
}
.search-form .form-text {
    padding: 0 2.75em 0.8em 28.0769230769%;
    height: 3.5em;
    border-bottom: 4px solid;
    border-radius: 0;
    background: #fff;
    -webkit-transition: border 0.3s;
    transition: border 0.3s;
}
@media screen and (max-width: 1200px) {
    .search-form .form-text {
        height: 2.9166666667em;
        padding-right: 2.5em;
        padding-bottom: 0.6666666667em;
        border-width: 2px;
    }
}
.search-form .form-text:focus-visible {
    -webkit-box-shadow: none;
            box-shadow: none;
    border-color: var(--color-point);
}
.search-form .btn {
    position: absolute;
    top: 0;
    right: 0;
    width: 3.125em;
    height: 3.125em;
    border: 0;
    border-radius: 50%;
    background: var(--color-default) url("../img/ic_search.svg") no-repeat 50% 50%;
    background-size: 46% auto;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
}
@media screen and (max-width: 1200px) {
    .search-form .btn {
        width: 1.5625em;
        height: 1.5625em;
    }
}
.search-form .btn:hover {
    background-color: var(--color-point);
}
.search-form .btn:active {
    -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
            transform: scale(0.9);
}

.list-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 1em;
    font-size: 1.25rem;
    font-weight: 500;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.list-info .cnt {
    color: var(--color-point);
    font-style: normal;
}
.list-info .action-group {
    margin-left: 3.025210084%;
}
.list-info .upload-file {
    margin: 0;
}
@media screen and (max-width: 1200px) {
    .list-info {
        font-size: 0.75rem;
    }
    .list-info .action-group {
        display: none;
    }
}

.sorting-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.sorting-form .form-selectbox {
    width: auto;
    margin-left: 0.8em;
}
.sorting-form .form-selectbox:after {
    right: 0;
}
.sorting-form select {
    height: auto;
    padding-right: 1.8em;
    border-radius: 0;
    border-bottom: 2px solid transparent;
    background: #fff;
    -webkit-transition: color 0.3s, border 0.3s;
    transition: color 0.3s, border 0.3s;
}
.sorting-form select:focus {
    border-color: var(--color-default);
    -webkit-box-shadow: none;
            box-shadow: none;
}
@media screen and (max-width: 1200px) {
    .sorting-form select {
        padding-left: 1.25em;
    }
}

.pagination {
    margin-top: 3.125rem;
    padding: 0 16.8067226891%;
    font-size: 0;
    line-height: 1;
    text-align: center;
}
@media screen and (max-width: 1300px) {
    .pagination {
        margin: 2.1875rem -5px 0;
        padding: 0;
    }
}

.btn-page {
    display: inline-block;
    margin: 0 0.5555555556em;
    font-size: 1.125rem;
    color: #858789;
    font-weight: 700;
    letter-spacing: var(--ls-min);
    border: 0;
    background: none;
    cursor: pointer;
    vertical-align: middle;
}
@media screen and (max-width: 1200px) {
    .btn-page {
        margin: 0 0.5em;
        font-size: 0.875rem;
    }
    .btn-page:nth-child(6) ~ .btn-page {
        display: none;
    }
}
.btn-page label {
    cursor: inherit;
}
.btn-page.on {
    margin-left: 0.8571428571em;
    margin-right: 0.8571428571em;
    padding-left: 2px;
    padding-right: 2px;
    font-size: 1.3125rem;
    color: #000;
    border-bottom: 2px solid;
}
@media screen and (max-width: 1200px) {
    .btn-page.on {
        margin-left: 0.6666666667em;
        margin-right: 0.6666666667em;
        font-size: 1.125rem;
    }
}
.btn-page:hover {
    color: var(--color-default);
}
.btn-page-prev + .btn-page {
    margin-left: 0.5555555556em;
}
@media screen and (max-width: 1200px) {
    .btn-page-prev + .btn-page {
        margin-left: 0.5em;
    }
}

[class*=btn-page-] {
    display: inline-block;
    width: 2.625rem;
    height: 2.625rem;
    border: 1px solid #D8D8D8;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 28.5714285714% auto;
    vertical-align: middle;
}
@media screen and (max-width: 1200px) {
    [class*=btn-page-] {
        width: 2.375rem;
        height: 2.375rem;
    }
}
[class*=btn-page-]:not(:disabled):hover {
    border-color: #000;
}
[class*=btn-page-]:disabled {
    cursor: not-allowed;
}

.btn-page-first {
    margin-right: 5px;
    background-image: url("../img/ic_page_first.svg");
}
@media screen and (max-width: 1200px) {
    .btn-page-first {
        margin-right: 2px;
    }
}

.btn-page-prev {
    margin-right: 1rem;
    background-image: url("../img/ic_page_prev.svg");
}
.btn-page-prev[class$=-sm] {
    display: none;
}
@media screen and (max-width: 1200px) {
    .btn-page-prev {
        display: none;
    }
    .btn-page-prev[class$=-sm] {
        display: inline-block;
    }
}

.btn-page-next {
    margin-left: 1rem;
    background-image: url("../img/ic_page_next.svg");
}
.btn-page-next[class$=-sm] {
    display: none;
}
@media screen and (max-width: 1200px) {
    .btn-page-next {
        display: none;
    }
    .btn-page-next[class$=-sm] {
        display: inline-block;
    }
}

.btn-page-last {
    margin-left: 5px;
    background-image: url("../img/ic_page_last.svg");
}
@media screen and (max-width: 1200px) {
    .btn-page-last {
        margin-left: 2px;
    }
}

.icon_status {
    display: inline-block;
    padding: 0 4px;
    font-size: 0.9333333333rem;
    font-weight: 500;
    font-style: normal;
    color: #fff;
    line-height: 1.9285714286;
    text-align: center;
    border-radius: 3px;
    background: var(--color-point);
    vertical-align: middle;
}
@media screen and (max-width: 1200px) {
    .icon_status {
        font-size: 0.6875rem;
    }
}

.txt-view-detail {
    display: inline-block;
    padding-right: 1.2857142857em;
    font-size: 0.9333333333em;
    font-weight: 500;
    color: var(--color-default);
    background: url("../img/ic_view_detail.svg") no-repeat 100% 40%;
    background-size: 0.7142857143em auto;
    vertical-align: middle;
}
@media screen and (max-width: 1200px) {
    .txt-view-detail {
        right: 1.3846153846em;
        bottom: 1.3846153846em;
        font-size: 1.0833333333em;
    }
}

.board .view-header {
    padding: 0 13.4453781513% 1.875rem;
    border-bottom: 2px solid #000;
    text-align: center;
}
@media screen and (max-width: 1200px) {
    .board .view-header {
        padding: 0 6.6844919786% 1.5rem;
    }
}
.board .view-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 2.1875rem;
    font-weight: 800;
    letter-spacing: var(--ls-min);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
@media screen and (max-width: 1200px) {
    .board .view-title {
        font-size: 1.4375rem;
    }
}
.board .icon_status {
    margin-bottom: 0.7142857143em;
    -webkit-box-flex: 0;
        -ms-flex: 0;
            flex: 0;
}
.board .metadata {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0.625rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
@media screen and (max-width: 1200px) {
    .board .metadata {
        font-size: 0.75rem;
    }
}
.board .metadata > *:not(:last-child):after {
    content: "|";
    margin: 0 8px;
    font-size: 0.75em;
    color: #D8D8D8;
}
.board .date {
    display: block;
    padding-left: 1.5em;
    color: #858789;
    line-height: 1.25;
    background: url("../img/ic_date.svg") no-repeat 0 40%;
    background-size: 1em auto;
}
.board .writer {
    display: block;
    padding-left: 1.125em;
    color: #858789;
    line-height: 1.25;
    background: url("../img/ic_writer.svg") no-repeat 0 40%;
    background-size: 0.8125em auto;
}
.board .viewing {
    display: block;
    padding-left: 1.5em;
    color: #858789;
    line-height: 1.25;
    background: url("../img/ic_viewing.svg") no-repeat 0 40%;
    background-size: 1.25em auto;
}
.board .view-body {
    border-bottom: 2px solid;
}
.board .view-content {
    padding: 2.5em 0 3.2em;
    font-size: 1.25rem;
    font-weight: 500;
    color: #000;
    letter-spacing: 0;
    line-height: 1.5;
}
@media screen and (max-width: 1200px) {
    .board .view-content {
        padding: 1.4285714286em 0 1.7142857143em;
        font-size: 0.875rem;
    }
}
.board .view-content img {
    max-width: 100%;
}
.board .content-box {
    position: relative;
    padding: 3.25em 3.2em 1.5em;
    border: 1px solid;
    border-radius: 20px;
    background: #FAFAFA;
}
@media screen and (max-width: 1200px) {
    .board .content-box {
        padding: 3.4285714286em 8.5561497326% 2.1428571429em 5.8823529412%;
        border-radius: 0.7142857143em;
    }
}
.board .content-box.top {
    border-color: #B6BDC6;
}
.board .content-box.bottom {
    margin-top: 2em;
    border-color: var(--color-point);
}
@media screen and (max-width: 1200px) {
    .board .content-box.bottom {
        margin-top: 1.0714285714em;
    }
}
.board .box-title {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0.7em 1.6em 0.7em 2em;
    color: #fff;
    line-height: 1;
    border-radius: 20px 0 20px 0;
}
@media screen and (max-width: 1200px) {
    .board .box-title {
        border-radius: 0.7142857143em 0 0.7142857143em 0;
    }
}
.board .box-desc {
    white-space: pre-line;
}
.board .box-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 1.0625em;
    left: 10.25em;
    font-size: 1rem;
    font-weight: 400;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
@media screen and (max-width: 1200px) {
    .board .box-meta {
        left: 9.6666666667em;
        font-size: 0.75rem;
    }
}
.board .view-actions {
    margin-bottom: 3.125em;
}
.board .view-actions * {
    width: 15.8em;
    margin: 0 auto;
}
@media screen and (max-width: 1200px) {
    .board .view-actions {
        margin-bottom: 1.5625em;
    }
    .board .view-actions * {
        width: 10em;
    }
}
.board .view-files {
    padding: 1.75em 0.875em 1.8125em;
    border-top: 1px solid #D8D8D8;
}
@media screen and (max-width: 1200px) {
    .board .view-files {
        font-size: 0.8125rem;
    }
}
.board .view-files ul {
    margin-bottom: -8px;
    list-style: none;
}
.board .view-files a {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 8px;
    padding-left: 1.875em;
    color: #1D5AA5;
    letter-spacing: 0;
    line-height: 1.375;
    background: url("../img/ic_board_file.svg") no-repeat 0 0;
    background-size: auto 1.375em;
    text-decoration: underline;
}
.board .view-footer {
    position: relative;
    margin-top: 1.125em;
}
@media screen and (max-width: 1200px) {
    .board .view-footer {
        margin-top: 0.5625em;
    }
}
.board .view-edit .form-textarea {
    min-height: 18.8em;
}
.board .view-edit .upload-area {
    height: 5em;
}
@media screen and (max-width: 1200px) {
    .board .view-edit .form-textarea {
        min-height: 16.3333333333em;
    }
    .board .view-edit .upload-area {
        height: 7.1666666667em;
    }
}
.board .view-category {
    margin-bottom: 6px;
    font-size: 0.9375em;
    color: var(--color-point);
    letter-spacing: var(--ls-min);
}

.card-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 -1.8229166667vw -1.8229166667vw;
    list-style: none;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
@media screen and (max-width: 1200px) {
    .card-list {
        margin: 0 0 -0.9375em;
    }
}
.card-list > li {
    padding: 0 0 1.8229166667vw 1.8229166667vw;
    -ms-flex-preferred-size: 33.3%;
        flex-basis: 33.3%;
}
@media screen and (max-width: 1400px) {
    .card-list > li {
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
    }
}
@media screen and (max-width: 1200px) {
    .card-list > li {
        padding: 0 0 0.9375em;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    }
}
@media screen and (max-width: 1200px) {
    .card-list.sm-column2 {
        margin-right: -0.3125em;
    }
    .card-list.sm-column2 > li {
        padding-right: 0.3125em;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
    }
}
.card-list .card {
    display: block;
    position: relative;
    height: 27.1333333333em;
    padding: 6.6666666667em 13.3689839572% 4em 7.486631016%;
    font-size: 0.9375rem;
    letter-spacing: var(--ls-min);
    line-height: 1.5333333333;
    border-top: 1px solid;
    background: #FAFAFA;
    -webkit-transition: -webkit-box-shadow 0.3s, -webkit-transform 0.3s;
    transition: -webkit-box-shadow 0.3s, -webkit-transform 0.3s;
    transition: box-shadow 0.3s, transform 0.3s;
    transition: box-shadow 0.3s, transform 0.3s, -webkit-box-shadow 0.3s, -webkit-transform 0.3s;
}
@media screen and (max-width: 1200px) {
    .card-list .card {
        height: auto;
        padding: 3.5833333333em 23.3516483516% 3.0833333333em 1.9166666667em;
        font-size: 0.75rem;
    }
}
.card-list .card:hover {
    -webkit-transform: translate(0, -5px);
        -ms-transform: translate(0, -5px);
            transform: translate(0, -5px);
    -webkit-box-shadow: inset 0 0 0 1px var(--color-default), 0 1em 1em rgba(0, 0, 0, 0.2);
            box-shadow: inset 0 0 0 1px var(--color-default), 0 1em 1em rgba(0, 0, 0, 0.2);
}
.card-list .icon_status {
    position: absolute;
    top: 1.0714285714em;
    right: 1.2142857143em;
}
@media screen and (max-width: 1200px) {
    .card-list .icon_status {
        top: 10px;
        right: 10px;
    }
}
.card-list .list-title {
    display: block;
    display: -webkit-box;
    max-height: 2.5384615385em;
    margin: 0 -0.6153846154em 0.5em 0;
    font-size: 1.7333333333em;
    line-height: 1.2692307692;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
@media screen and (max-width: 1200px) {
    .card-list .list-title {
        font-size: 1.4166666667em;
    }
}
.card-list .list-desc {
    display: block;
    display: -webkit-box;
    max-height: 9.2em;
    color: #A5A5A5;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
@media screen and (max-width: 1200px) {
    .card-list .list-desc {
        max-height: 6.1333333333em;
        -webkit-line-clamp: 4;
    }
}
.card-list .txt-view-detail {
    position: absolute;
    right: 1.875em;
    bottom: 2.375em;
}
@media screen and (max-width: 1200px) {
    .card-list .txt-view-detail {
        right: 1.3846153846em;
        bottom: 1.3846153846em;
    }
}
.card-list .list-video {
    display: block;
    position: relative;
    border-radius: 25px;
    background: #FAFAFA;
    -webkit-transition: -webkit-box-shadow 0.3s, -webkit-transform 0.3s;
    transition: -webkit-box-shadow 0.3s, -webkit-transform 0.3s;
    transition: box-shadow 0.3s, transform 0.3s;
    transition: box-shadow 0.3s, transform 0.3s, -webkit-box-shadow 0.3s, -webkit-transform 0.3s;
}
.card-list .list-video:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 1.375rem;
    right: 2rem;
    width: 10px;
    height: 10px;
    background: url("../img/ic_view_detail.svg") no-repeat 0 0;
    background-size: contain;
}
.card-list .list-video:hover {
    -webkit-transform: translate(0, -5px);
        -ms-transform: translate(0, -5px);
            transform: translate(0, -5px);
    -webkit-box-shadow: inset 0 0 0 1px var(--color-default), 0 1em 1em rgba(0, 0, 0, 0.2);
            box-shadow: inset 0 0 0 1px var(--color-default), 0 1em 1em rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 1200px) {
    .card-list .list-video {
        border-radius: 0.8125em;
    }
    .card-list .list-video:after {
        right: 0.75rem;
        width: 0.5em;
        height: 0.5em;
    }
}
.card-list .list-video-thumb {
    display: block;
    position: relative;
    height: 0;
    padding-top: 56.3157894737%;
    border-radius: inherit;
    background: var(--color-gray);
    overflow: hidden;
}
.card-list .list-video-thumb img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-transition: -webkit-transform 0.7s;
    transition: -webkit-transform 0.7s;
    transition: transform 0.7s;
    transition: transform 0.7s, -webkit-transform 0.7s;
}
.list-video:hover .list-video-thumb img {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}

.card-list .list-video-thumb .cover {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.2);
    pointer-events: none;
    z-index: 1;
}
.card-list .list-video-thumb .cover:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0.75em;
    right: 0.75em;
    width: 10%;
    height: 0;
    padding-top: 10%;
    background: url("../img/ic_play_video.svg") no-repeat 0 0;
    background-size: contain;
    z-index: 1;
}
.card-list .list-video-content {
    display: block;
    padding: 2.375em 1.5em 2.9375em;
}
@media screen and (max-width: 1200px) {
    .card-list .list-video-content {
        padding: 1.0625em 0.75em;
    }
    .card-list .list-video-content .list-metadata {
        font-size: 0.75rem;
    }
}
.card-list .list-video-title {
    display: block;
    display: -webkit-box;
    height: 3em;
    font-size: 1.375rem;
    font-weight: 700;
    margin-bottom: 0.625em;
    letter-spacing: var(--ls-min);
    line-height: 1.5;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
@media screen and (max-width: 1200px) {
    .card-list .list-video-title {
        height: 4.5em;
        margin-bottom: 1.4285714286em;
        font-size: 0.875rem;
        -webkit-line-clamp: 3;
    }
}

.board-list {
    list-style: none;
}
.board-list li {
    margin-bottom: 20px;
}
@media screen and (max-width: 1200px) {
    .board-list li {
        margin-bottom: 0.9375em;
    }
}
.board-list a {
    display: block;
    position: relative;
    padding: 2.8em 16.4705882353% 3.0666666667em 4.5378151261%;
    font-size: 0.9375rem;
    letter-spacing: var(--ls-min);
    line-height: 1.5333333333;
    border-top: 1px solid;
    background: #FAFAFA;
    -webkit-transition: -webkit-box-shadow 0.3s, -webkit-transform 0.3s;
    transition: -webkit-box-shadow 0.3s, -webkit-transform 0.3s;
    transition: box-shadow 0.3s, transform 0.3s;
    transition: box-shadow 0.3s, transform 0.3s, -webkit-box-shadow 0.3s, -webkit-transform 0.3s;
}
@media screen and (max-width: 1200px) {
    .board-list a {
        padding: 3.5em 6.3186813187% 1.8333333333em;
        font-size: 0.75rem;
    }
}
.board-list a:hover {
    -webkit-transform: translate(0, -5px);
        -ms-transform: translate(0, -5px);
            transform: translate(0, -5px);
    -webkit-box-shadow: inset 0 0 0 1px var(--color-default), 0 1em 1em rgba(0, 0, 0, 0.2);
            box-shadow: inset 0 0 0 1px var(--color-default), 0 1em 1em rgba(0, 0, 0, 0.2);
}
.board-list a:after {
    content: "";
    display: table;
    clear: both;
}
.board-list .col-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
}
.board-list .col-group:after {
    content: none;
}
.board-list .col-logo {
    display: block;
    position: relative;
    width: 24.7899159664%;
    height: 0;
    margin: 0.9333333333em 0 0.9333333333em 1.0924369748%;
    padding-top: 15.1260504202%;
    background: #fff;
    overflow: hidden;
}
@media screen and (max-width: 1200px) {
    .board-list .col-logo {
        width: 40.6593406593%;
        margin: 0.8333333333em 0 0.8333333333em 0.6666666667em;
        padding-top: 24.7252747253%;
    }
}
.board-list .col-logo img {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 80%;
    max-height: 80%;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}
@media screen and (max-width: 1200px) {
    .board-list .col-logo img {
        max-width: 70%;
        max-height: 70%;
    }
}
.board-list .col-logo .no-img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-width: none;
    height: 100%;
    font-weight: 900;
    line-height: 1;
    text-align: center;
}
.board-list .col-info {
    display: block;
    padding: 2.8em 16.4705882353% 2.4em 2.5210084034%;
    -ms-flex-item-align: center;
        align-self: center;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}
@media screen and (max-width: 1200px) {
    .board-list .col-info {
        padding: 1.5833333333em 1.5em;
    }
}
.board-list .list-title {
    display: block;
    margin-bottom: 0.625rem;
    font-size: 1.7333333333em;
    line-height: 1.1;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
@media screen and (max-width: 1200px) {
    .board-list .list-title {
        display: -webkit-box;
        max-height: 2.2em;
        font-size: 1.4166666667em;
        -webkit-line-clamp: 2;
        white-space: normal;
    }
}
.board-list .list-desc {
    display: block;
    display: -webkit-box;
    max-height: 3.0666666667em;
    color: #A5A5A5;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
@media screen and (max-width: 1200px) {
    .board-list .list-desc {
        max-height: 4.6em;
        -webkit-line-clamp: 3;
    }
}
.board-list .summary {
    color: #A5A5A5;
}
.board-list .summary dt {
    max-width: 40%;
    float: left;
    clear: both;
}
.board-list .summary dt:after {
    content: ":";
    margin: 0 4px;
}
.board-list .summary dd {
    max-width: 60%;
    float: left;
}
.board-list .summary:after {
    content: "";
    display: table;
    clear: both;
}
.board-list .metadata {
    margin-top: 0.8125em;
    font-size: 1.0666666667em;
    -webkit-box-pack: initial;
        -ms-flex-pack: initial;
            justify-content: initial;
}
@media screen and (max-width: 1200px) {
    .board-list .metadata {
        margin-top: 1.25em;
        font-size: inherit;
    }
}
.board-list .metadata > *:not(:last-child):after {
    font-size: 0.8em;
}
.board-list .txt-view-detail {
    margin: -1.6428571429em -15.438247012% 0 0;
    float: right;
}
@media screen and (max-width: 1200px) {
    .board-list .txt-view-detail {
        margin: 1.5em 0 0 0;
    }
}
.board-list .col-viewdata {
    display: none;
    visibility: hidden;
    pointer-events: none;
}
.board-list .list-prj {
    padding-top: 2.2666666667em;
    padding-bottom: 2em;
}
@media screen and (min-width: 1201px) {
    .board-list .list-prj {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
    }
}
@media screen and (max-width: 1200px) {
    .board-list .list-prj .txt-view-detail {
        position: absolute;
        margin: 0;
    }
}
.board-list .content-wrapper {
    min-width: 0;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}
@media screen and (min-width: 1201px) {
    .board-list .content-wrapper {
        display: block;
        padding-left: 1.3333333333em;
    }
}
.board-list .list-no {
    display: block;
    position: relative;
    margin-top: 1.3333333333em;
    padding-right: 1em;
    font-size: 1.125rem;
    font-weight: 500;
    letter-spacing: var(--ls-min);
}
@media screen and (min-width: 1201px) {
    .board-list .list-no:after {
        content: "";
        display: block;
        position: absolute;
        top: 50%;
        right: 0;
        height: 0.7777777778em;
        margin-top: -0.3888888889em;
        border-right: 1px solid;
    }
}
@media screen and (max-width: 1200px) {
    .board-list .list-no {
        display: none;
    }
}
.board-list .list-category {
    display: block;
    margin-bottom: 4px;
    color: var(--color-point);
    letter-spacing: var(--ls-min);
}
@media screen and (max-width: 1200px) {
    .board-list .list-category {
        font-size: 1.0833333333em;
    }
}

.btn-view-list {
    display: block;
    position: relative;
    width: 3.75em;
    height: 3.75em;
    margin: 0 auto;
    border: 0;
    border-radius: 10px;
    background: #000;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
}
@media screen and (max-width: 1200px) {
    .btn-view-list {
        width: 3.125em;
        height: 3.125em;
        border-radius: 0.3125em;
    }
}
.btn-view-list:hover {
    background-color: var(--color-point);
}
.btn-view-list img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 43.3333333333%;
    width: 41.6666666667%;
    margin: auto;
}

.board-actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: -3.25em 0 -10px auto;
    width: 16.8067226891%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}
@media screen and (min-width: 1920px) {
    .board-actions {
        width: 25.2100840336%;
    }
}
@media screen and (max-width: 1300px) {
    .board-actions {
        width: auto;
        margin: 0.75em 0 -5px;
    }
}
.board-actions * {
    min-width: 5em;
    height: 3em;
    margin: 0 0 10px 10px;
    padding: 0 1.6666666667vw;
}
@media screen and (min-width: 1920px) {
    .board-actions * {
        padding: 0 1.6em;
    }
}
@media screen and (max-width: 1200px) {
    .board-actions * {
        min-width: 4.375em;
        min-height: 3.125em;
        margin: 0 0 5px 5px;
        padding: 0 1.25em;
    }
}
.board-actions [href] {
    line-height: 3;
}
@media screen and (max-width: 1200px) {
    .board-actions [href] {
        line-height: 3.125;
    }
}

.view-footer .board-actions {
    position: absolute;
    top: 0;
    right: 0;
    width: 45%;
    margin-top: 0;
}
@media screen and (max-width: 1300px) {
    .view-footer .board-actions {
        position: relative;
        width: auto;
        margin-top: 0.75em;
    }
}

.board-table {
    list-style: none;
}
.board-table > li {
    margin-bottom: 1.25rem;
}
@media screen and (max-width: 1200px) {
    .board-table > li {
        margin-bottom: 0.9375rem;
    }
}
.board-table > li > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    min-height: 6.25em;
    padding: 1.875em 6.218487395% 1.875em 4.0336134454%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: #FAFAFA;
    -webkit-transition: -webkit-box-shadow 0.3s, -webkit-transform 0.3s;
    transition: -webkit-box-shadow 0.3s, -webkit-transform 0.3s;
    transition: box-shadow 0.3s, transform 0.3s;
    transition: box-shadow 0.3s, transform 0.3s, -webkit-box-shadow 0.3s, -webkit-transform 0.3s;
}
.board-table > li > a:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 4.5378151261%;
    width: 0.625em;
    height: 0.625em;
    margin-top: -0.3125em;
    background: url("../img/ic_view_detail.svg") no-repeat 0 0;
    background-size: contain;
}
@media screen and (max-width: 1200px) {
    .board-table > li > a {
        height: auto;
        padding: 1.6875em 21.978021978% 1.875rem 6.5934065934%;
        -webkit-box-align: initial;
            -ms-flex-align: initial;
                align-items: initial;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .board-table > li > a:after {
        top: auto;
        bottom: 2em;
        right: 3.5714285714%;
        width: 0.5625em;
        height: 0.5625em;
    }
}
.board-table > li > a:hover {
    -webkit-transform: translate(0, -5px);
        -ms-transform: translate(0, -5px);
            transform: translate(0, -5px);
    -webkit-box-shadow: inset 0 0 0 1px var(--color-default), 0 1em 1em rgba(0, 0, 0, 0.2);
            box-shadow: inset 0 0 0 1px var(--color-default), 0 1em 1em rgba(0, 0, 0, 0.2);
}
.board-table a.has-txt-arrow:after {
    content: none;
}
@media screen and (min-width: 1201px) {
    .board-table a.has-txt-arrow {
        padding-right: 1.5em;
    }
}
@media screen and (max-width: 1200px) {
    .board-table a.has-txt-arrow {
        padding: 1.125em 24.064171123% 1.125em 6.1497326203%;
    }
}
.board-table .col:not(:last-child) {
    margin-right: 1em;
}
@media screen and (max-width: 1200px) {
    .board-table .col:not(:last-child) {
        margin-right: 0;
    }
}
.board-table .list-no {
    display: block;
    position: relative;
    padding-right: 1em;
    font-size: 1.125rem;
    font-weight: 500;
    letter-spacing: var(--ls-min);
}
@media screen and (min-width: 1201px) {
    .board-table .list-no:after {
        content: "";
        display: block;
        position: absolute;
        top: 50%;
        right: 0;
        height: 0.7777777778em;
        margin-top: -0.3888888889em;
        border-right: 1px solid;
    }
}
@media screen and (max-width: 1200px) {
    .board-table .list-no {
        margin-bottom: 4px;
        padding-right: 0;
        font-size: 0.6875rem;
    }
}
.board-table .list-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-width: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 1.625rem;
    font-weight: 700;
    letter-spacing: var(--ls-min);
    line-height: 1.2;
    align-items: center;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}
.board-table .list-title .ico-label {
    display: block;
    width: 1.4615384615em;
    height: 1.4615384615em;
    margin-left: 0.4615384615em;
}
.board-table .list-title .col {
    display: block;
    min-width: 0;
}
@media screen and (min-width: 1201px) {
    .board-table .list-title .title {
        display: block;
        max-width: 80%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
}
@media screen and (max-width: 1200px) {
    .board-table .list-title {
        margin-bottom: 8px;
        font-size: 1.0625rem;
    }
    .board-table .list-title .title {
        display: block;
        display: -webkit-box;
        max-height: 2.4em;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .board-table .list-title .ico-label {
        width: 1.7647058824em;
        height: 1.7647058824em;
    }
    .board-table .list-title .col {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
    }
}
.status-label {
    display: inline-block;
    width: 3.875em;
    height: 1.625em;
    vertical-align: middle;
}
@media screen and (max-width: 1200px) {
    .status-label {
        width: 3.5em;
        height: 1.5em;
        font-size: 0.75rem;
    }
}

.board-table .list-metadata {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #858789;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.board-table .list-metadata *:not(:last-child):after {
    content: "|";
    margin: 0 8px;
    font-size: 0.75em;
    color: #D8D8D8;
}
.board-table .list-metadata .status {
    margin-left: -10px;
    padding-left: 10px;
    background: #FAFAFA;
}
@media screen and (max-width: 1200px) {
    .board-table .list-metadata {
        margin-bottom: 8px;
        font-size: 0.75rem;
        float: left;
    }
    .board-table .list-metadata *:not(:last-child):after {
        margin: 0 6px;
    }
    .board-table .list-metadata .status {
        padding-left: 6px;
    }
}
.board-table .list-prj {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    padding: 1.5em 4.0336134454%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: #FAFAFA;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
}
.board-table .list-prj .list-no {
    -ms-flex-preferred-size: 2.6666666667em;
        flex-basis: 2.6666666667em;
}
.board-table .list-prj .list-title {
    width: 38.2433668801%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 38.2433668801%;
            flex: 0 0 38.2433668801%;
}
.board-table .list-prj .title {
    max-width: 100%;
}
.board-table .list-prj .title:hover {
    text-decoration: underline;
}
.board-table .list-prj:hover {
    background-color: #f2f2f2;
}
@media screen and (max-width: 1200px) {
    .board-table .list-prj {
        display: block;
        padding: 1em 1.375em 1.625em;
    }
    .board-table .list-prj .list-title {
        width: auto;
        margin-right: 4.7058823529em;
    }
}
.list-prj .list-title:nth-last-child(3) {
    width: 31.8389752973%;
    -ms-flex-preferred-size: 31.8389752973%;
        flex-basis: 31.8389752973%;
}
.list-prj .list-title:nth-last-child(3) .col {
    margin-right: 0.3em;
}
@media screen and (max-width: 1200px) {
    .list-prj .list-title:nth-last-child(3) {
        width: auto;
    }
    .list-prj .list-title:nth-last-child(3) .col {
        margin-right: 0;
    }
}

.board-table .list-category {
    display: block;
    font-size: 0.5769230769em;
    font-weight: 700;
    color: var(--color-point);
    letter-spacing: var(--ls-min);
}
@media screen and (max-width: 1200px) {
    .board-table .list-category {
        font-size: 0.7058823529em;
    }
}
.board-table .list-prj-status {
    display: block;
    width: 100%;
    max-width: 8.0384615385em;
    margin-top: 8px;
}
.board-table .list-prj-status img {
    display: block;
    width: 100%;
}
@media screen and (max-width: 1200px) {
    .board-table .list-prj-status {
        max-width: 10.8235294118em;
    }
}
.board-table .list-prj-badge {
    display: block;
    width: 17.2413793103%;
    height: 17.2413793103%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 17.2413793103%;
            flex: 0 0 17.2413793103%;
}
.board-table .list-prj-badge img {
    display: block;
    width: 100%;
    height: 100%;
}
@media screen and (min-width: 1920px) {
    .board-table .list-prj-badge {
        max-width: 2.3076923077em;
        max-height: 2.3076923077em;
    }
}
@media screen and (max-width: 1200px) {
    .board-table .list-prj-badge {
        position: absolute;
        top: 0.7058823529em;
        right: 0.7058823529em;
        width: 2.8235294118em;
        height: 2.8235294118em;
    }
}
.board-table .list-overview {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    line-height: 1.875;
}
@media screen and (max-width: 1200px) {
    .board-table .list-overview {
        margin-top: 4px;
        font-size: 0.75em;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        line-height: 1.6666666667;
    }
}
@media screen and (max-width: 1200px) {
    .list-prj .list-overview {
        margin-top: 1em;
    }
}

.list-overview dl {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}
@media screen and (min-width: 1201px) {
    .list-overview dl {
        padding-left: 8px;
    }
    .list-overview dl:first-child {
        padding: 0;
    }
}
.list-overview dt {
    float: left;
    clear: both;
}
.list-overview dt:after {
    content: ":";
    margin: 0 4px;
}
.list-overview dd {
    float: left;
    word-break: break-all;
}

.pending-label {
    display: inline-block;
    width: 3.75em;
    height: 1.25em;
    vertical-align: text-bottom;
}
@media screen and (max-width: 1200px) {
    .pending-label {
        width: 3.3333333333em;
        height: 1.1666666667em;
    }
}

.board-table .list-action {
    width: 9.1491308326%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 9.1491308326%;
            flex: 0 0 9.1491308326%;
}
.board-table .list-action .btn-action {
    min-width: 100%;
}
@media screen and (max-width: 1200px) {
    .board-table .list-action {
        position: absolute;
        top: 0.7058823529em;
        right: 0.7058823529em;
        width: 20.3296703297%;
        max-width: 5.6923076923em;
    }
}
.board-table .txt-view-detail {
    -ms-flex-item-align: end;
        align-self: flex-end;
}
@media screen and (max-width: 1200px) {
    .board-table .txt-view-detail {
        position: absolute;
        font-size: 0.8125em;
    }
}

.view-state {
    margin-top: 4.0625em;
}
.view-state .board-table > li {
    position: relative;
}
.view-state .list-overview {
    margin-right: 12.6050420168%;
}
.view-state .list-action {
    position: absolute;
    top: 1.625em;
    right: 2.8571428571%;
}
.view-state .list-action .btn-done {
    min-width: 100%;
}
@media screen and (max-width: 1200px) {
    .view-state {
        margin-top: 3.625em;
    }
    .view-state .list-overview {
        margin-right: 22.0125786164%;
    }
    .view-state .list-action {
        top: auto;
        bottom: 0.8125em;
    }
}

/* 전문가 소개 */
.experts-content {
    opacity: 0;
}

.page-top-banner {
    padding: 7.75em 4.875em 10.25em;
    background-color: #000;
    background-position: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}
.page-top-banner .headline {
    font-size: 3.125rem;
    font-weight: 700;
    color: #fff;
    letter-spacing: 0;
    line-height: 1.2;
}
@media screen and (min-width: 701px) {
    .page-top-banner {
        background-image: url("../img/sub/expert_top_banner.jpg");
    }
}
@media screen and (max-width: 1200px) {
    .page-top-banner {
        padding: 4em 10.1604278075% 5.125em;
    }
    .page-top-banner .headline {
        font-size: 1.5625rem;
    }
}
@media screen and (max-width: 700px) {
    .page-top-banner {
        background-image: url("../img/sub/expert_top_banner_sm.jpg");
    }
}

.section.experts1 {
    position: relative;
    padding: 6.875em 53.781512605% 8.9075630252% 3.8655462185%;
}
@media screen and (min-width: 1920px) {
    .section.experts1 {
        padding-bottom: 6.625em;
    }
}
@media screen and (max-width: 1200px) {
    .section.experts1 {
        padding: 0;
    }
}

.feature-img {
    position: absolute;
    top: -77px;
    right: 7.3949579832%;
    width: 38.9915966387%;
    height: 0;
    padding-top: 38.9915966387%;
    overflow: hidden;
}
.feature-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
@media screen and (min-width: 1920px) {
    .feature-img {
        width: 29em;
        padding-top: 29em;
    }
}
@media screen and (max-width: 1200px) {
    .feature-img {
        position: relative;
        top: -2.1875em;
        right: 5.3475935829%;
        width: 9.1875em;
        margin-left: auto;
        padding-top: 9.1875em;
    }
}

.feature-list {
    list-style: none;
    font-size: 1.5rem;
    font-weight: 500;
    color: #000;
    letter-spacing: var(--ls-min);
}
.feature-list li {
    padding-left: 1.4166666667em;
    background: url("../img/sub/ic_list_check.svg") no-repeat 0 6px;
    background-size: 1em auto;
}
.feature-list li + li {
    margin-top: 0.6666666667em;
}
.feature-list em {
    font-style: normal;
    font-weight: 700;
}
.feature-list small {
    display: block;
    margin-top: 8px;
    font-size: 0.8333333333em;
    color: #666;
}
@media screen and (max-width: 1200px) {
    .feature-list {
        margin-top: 0.5882352941em;
        padding: 0 3.2085561497%;
        font-size: 1.0625rem;
    }
    .feature-list li {
        padding-left: 1.2941176471em;
        background-position: 0 3px;
    }
}

.section.experts2 {
    margin-top: 5em;
}
@media screen and (max-width: 1200px) {
    .section.experts2 {
        margin-top: 3.125em;
    }
}

.experts-chart {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    margin-top: 2.9375em;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.experts-chart li {
    position: relative;
    width: 39.7478991597%;
    padding-top: 32.9411764706%;
}
.experts-chart .js-chart {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.experts-chart svg {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: 100%;
}
@media screen and (max-width: 700px) {
    .experts-chart {
        margin-top: 0.625em;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: initial;
            -ms-flex-pack: initial;
                justify-content: initial;
    }
    .experts-chart li {
        width: 78.8770053476%;
        max-width: 29.5625em;
        margin: 0 0 1.875em;
        padding-top: 66.0427807487%;
    }
}

/* 기술분야 */
.suppfield-content {
    opacity: 0;
}

.tech-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: -1.1458333333vw;
    list-style: none;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.tech-list > li {
    width: 25%;
    padding-right: 1.1458333333vw;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 25%;
            flex: 1 1 25%;
}
@media screen and (max-width: 700px) {
    .tech-list {
        margin: 0 -3.6231884058vw -3.6231884058vw 0;
    }
    .tech-list > li {
        width: 50%;
        padding: 0 3.6231884058vw 3.6231884058vw 0;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
    }
}
.tech-list .card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-radius: 1.875em;
}
@media screen and (max-width: 1200px) {
    .tech-list .card {
        border-radius: 0.9375em;
    }
}
.tech-list li:nth-child(1) .card {
    background-color: #FFEDF7;
}
.tech-list li:nth-child(2) .card {
    background-color: #EDF5FF;
}
.tech-list li:nth-child(3) .card {
    background-color: #E8F8E5;
}
.tech-list li:nth-child(4) .card {
    background-color: #FAF5EA;
}
.tech-list .card-thumb {
    position: relative;
    height: 0;
    padding-top: 95%;
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
    overflow: hidden;
}
.tech-list .ico {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 29.2857142857%;
    height: 25%;
    margin: auto;
}
.tech-list .thumb {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
}
.tech-list .card-content {
    padding: 3em 0 2.5em;
    font-size: 1.25em;
    font-weight: 500;
    color: #000;
    letter-spacing: calc(--ls-min);
    line-height: 1.3;
    text-align: center;
}
.tech-list .name {
    margin-bottom: 10px;
    font-size: 1.4em;
    font-weight: 700;
}
@media screen and (max-width: 1280px) {
    .tech-list .card-content {
        font-size: 0.8125em;
    }
    .tech-list .name {
        margin-bottom: 0.5294117647em;
        font-size: 1.3076923077em;
    }
}

.btn-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 3.375em;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.btn-wrap .btn-done {
    width: 15.85em;
}
@media screen and (max-width: 1200px) {
    .btn-wrap {
        margin-top: 1.25em;
    }
    .btn-wrap .btn-done {
        width: 13.5em;
    }
}

/* 기업정보 */
#companyInfoView {
    background: #F5F5F5;
}

.company-info-view .logo {
    position: relative;
    padding-top: 38.7692307692%;
    background: #fff;
    overflow: hidden;
}
@media screen and (max-width: 1200px) {
    .company-info-view .logo {
        padding-top: 33.5164835165%;
    }
}
.company-info-view .logo img {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 70%;
    max-height: 70%;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}
@media screen and (max-width: 1200px) {
    .company-info-view .logo img {
        max-width: 60%;
        max-height: 60%;
    }
}
.company-info-view .no-img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-width: none;
    height: 100%;
    font-weight: 900;
    line-height: 1;
    text-align: center;
}
.company-info-view .info {
    padding: 2.6666666667em 3.3333333333em 0;
    font-size: 0.9375rem;
    line-height: 2;
    color: #000;
}
@media screen and (max-width: 1200px) {
    .company-info-view .info {
        padding: 2.0769230769em 7.4175824176% 0;
        font-size: 0.8125rem;
        line-height: 1.5384615385;
    }
}
.company-info-view .name {
    margin-bottom: 0.5384615385em;
    font-size: 1.7333333333rem;
    font-weight: 700;
    letter-spacing: var(--ls-min);
    line-height: 1.1;
}
@media screen and (max-width: 1200px) {
    .company-info-view .name {
        font-size: 1.5384615385em;
    }
}
.company-info-view dl:after {
    content: "";
    display: table;
    clear: both;
}
.company-info-view dl dt {
    float: left;
    clear: both;
}
.company-info-view dl dt:after {
    content: ":";
    margin: 0 4px;
}
.company-info-view dl dd {
    max-width: 70%;
    float: left;
}

/* 기업지원사업 */
.apply-form {
    padding: 1.625rem 1.625em 0.5em;
}
@media screen and (max-width: 1200px) {
    .apply-form {
        padding: 1.4375rem 1.0625em 0.5em;
    }
}
.apply-form .headline {
    margin-bottom: 0.72em;
    font-size: 1.5625rem;
    font-weight: 700;
    color: #000;
}
@media screen and (max-width: 1200px) {
    .apply-form .headline {
        font-size: 1.125rem;
    }
}

/* 1:1 문의하기 */
.answer-form {
    padding: 1.25em 1.625em 0.5em;
}
@media screen and (max-width: 1200px) {
    .answer-form {
        padding: 0.8125rem 1.0625em 0.5em;
    }
    .answer-form .date {
        font-size: 0.75em;
    }
}
.answer-form .input-wrap {
    margin-top: 1.25em;
}
@media screen and (max-width: 1200px) {
    .answer-form .input-wrap {
        margin-top: 0.625em;
    }
}
.answer-form .form-textarea {
    min-height: 12.7em;
}
@media screen and (max-width: 1200px) {
    .answer-form .form-textarea {
        min-height: 14.5833333333em;
    }
}

/* My Project */
.prj-progress-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 1.875em;
    list-style: none;
}
.prj-progress-bar li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    min-height: 4.2307692308em;
    padding: 0.6923076923em;
    font-size: 1.625rem;
    font-weight: 700;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border: 1px solid var(--color-point);
    border-radius: 1em;
    background: #FAFAFA;
}
.prj-progress-bar li + li:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: -0.6666666667em;
    width: 1.3846153846em;
    height: 1.3846153846em;
    margin-top: -0.6666666667em;
    background: url("../img/sub/prj_progress_arrow.svg") no-repeat 0 0;
    background-size: contain;
}
.prj-progress-bar .num {
    color: var(--color-point);
    font-style: normal;
}
@media screen and (max-width: 1200px) {
    .prj-progress-bar li {
        min-height: 4.375em;
        font-size: 1rem;
    }
    .prj-progress-bar li + li:before {
        left: -0.6111111111em;
        width: 1.125em;
        height: 1.125em;
        margin-top: -0.5555555556em;
    }
}

.dialog[id^=apply][id$=Form] .form-textarea {
    min-height: 7.5rem;
}
.dialog[id^=apply][id$=Form] .btn-done {
    min-width: 12.1em;
}

.prj-view .view-header {
    margin-bottom: 5em;
}
.prj-view .view-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    margin-top: 1.875em;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}
.prj-view .view-footer [class*=btn-] {
    margin-left: 6px;
}
.prj-view .js-add-form {
    margin-left: 1em;
}
@media screen and (max-width: 1200px) {
    .prj-view .view-header {
        margin-bottom: 2.5em;
    }
    .prj-view .view-footer {
        margin-top: 1em;
    }
}

.prj-overview {
    position: relative;
    padding: 2.125em 3.5em;
    background: #FAFAFA;
}
.prj-overview .top {
    padding: 0 43.599257885% 1.6153846154em 0;
    font-size: 1.625em;
    letter-spacing: var(--ls-min);
}
.edit .prj-overview .top {
    padding-right: 0;
    padding-bottom: 1em;
}

.prj-overview .category {
    font-size: 0.5769230769em;
    font-weight: 700;
    color: var(--color-point);
}
.prj-overview .title:first-child {
    margin-top: 0.6923076923em;
}
.prj-overview .status {
    margin-top: 8px;
    width: 100%;
    max-width: 8.0384615385em;
    height: 0.8076923077em;
}
.prj-overview .status img {
    display: block;
    width: 100%;
    height: 100%;
}
.prj-overview .action-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 3.75em;
    right: 3.5em;
    width: 38.6554621849%;
    max-width: 28.75em;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}
.prj-overview .action-group .btn-action {
    width: 48.6956521739%;
    -ms-flex-preferred-size: 48.6956521739%;
        flex-basis: 48.6956521739%;
}
.prj-overview .metadata {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 1.5em;
    color: #000;
    border-top: 1px solid #DEDEDE;
}
.prj-overview .metadata dl {
    padding-left: 8px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    word-break: break-all;
}
.prj-overview .metadata dl:first-child {
    padding-left: 0;
}
.prj-overview .metadata dt {
    margin: 4px 0;
    float: left;
    clear: both;
}
.prj-overview .metadata dt:after {
    content: ":";
    margin: 0 4px;
}
.prj-overview .metadata dd {
    margin: 4px 0;
    float: left;
}
.prj-overview .metadata .edit-table {
    width: 51%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 51%;
            flex: 0 0 51%;
}
.prj-overview .metadata .edit-table dt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 14%;
    min-height: 3.375em;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.prj-overview .metadata .edit-table dd {
    width: 86%;
}
@media screen and (min-width: 1201px) {
    .edit .prj-overview dl {
        margin-top: -5px;
    }
    .edit .prj-overview dl dt {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        min-height: 3.375em;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
    .edit .prj-overview dl dd {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        min-height: 3.375em;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
}

@media screen and (max-width: 1440px) {
    .prj-overview .top {
        padding-right: 0;
    }
    .prj-overview .title:first-child {
        margin-top: 0;
    }
    .prj-overview .action-group {
        position: static;
        top: 0;
        right: 0;
        width: auto;
        margin: 1.0625em 0 0 -4px;
        -webkit-box-pack: initial;
            -ms-flex-pack: initial;
                justify-content: initial;
    }
}
@media screen and (max-width: 1200px) {
    .prj-overview {
        padding: 2.6666666667em 1.6666666667em 3.75em;
        font-size: 0.75em;
    }
    .prj-overview .top {
        padding-bottom: 0;
        font-size: 1.4166666667em;
    }
    .prj-overview .category {
        font-size: 0.7058823529em;
    }
    .prj-overview .status {
        max-width: 10.8235294118em;
        height: 1.1176470588em;
    }
    .prj-overview .metadata {
        margin-top: 2.6666666667em;
        padding-top: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        border: 0;
    }
    .prj-overview .metadata dl {
        width: auto;
        padding-left: 0;
    }
    .prj-overview .metadata .edit-table {
        width: auto;
    }
}

.prj-history {
    margin-top: -2.25em;
    list-style: none;
}
.prj-history > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 2.25em 0;
    border-bottom: 1px solid #DEDEDE;
}
.prj-history .title {
    width: 4.3076923077em;
    font-size: 1.625em;
    font-weight: 700;
    letter-spacing: var(--ls-min);
}
.prj-history[id=controlForm] .title {
    width: 5.7692307692em;
}
.prj-history .desc {
    line-height: 1.875;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}
.prj-history .desc th {
    width: 4em;
    font-weight: 400;
    vertical-align: text-top;
    white-space: nowrap;
}
.prj-history .desc td {
    padding-left: 4px;
}
.prj-history .photo {
    width: 36.3025210084%;
}
.prj-history .photo ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.prj-history .photo li {
    width: 50%;
    padding: 0 0 2.3696682464% 2.3696682464%;
}
.prj-history .photo img {
    display: block;
    width: 100%;
    border-radius: 10px;
    -o-object-fit: cover;
       object-fit: cover;
}
.prj-history .board-actions {
    position: relative;
    width: auto;
    margin-top: 1.25em;
}
@media screen and (max-width: 1200px) {
    .prj-history {
        margin-top: -1.6666666667em;
        font-size: 0.75em;
    }
    .prj-history > li {
        padding: 1.6666666667em 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .prj-history .title {
        margin-bottom: 0.5294117647em;
        font-size: 1.4166666667em;
    }
    .prj-history .desc {
        margin-bottom: 1.6666666667em;
        line-height: 1.6666666667;
        -webkit-box-flex: initial;
            -ms-flex: initial;
                flex: initial;
    }
    .prj-history .photo {
        width: auto;
        max-width: 23.375rem;
    }
    .prj-history .photo ul {
        margin: 0 0 -0.6666666667em -0.6666666667em;
    }
    .prj-history .photo li {
        padding: 0 0 0.6666666667em 0.6666666667em;
    }
}

.member-overview {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0.9333333333em 0.8666666667em;
    font-size: 0.9375em;
    color: #000;
    line-height: 1.5333333333;
    border-top: 2px solid;
    background: #FAFAFA;
}
.member-overview .thumb {
    position: relative;
    width: 19.6em;
    height: 12.1333333333em;
    background: #fff;
    overflow: hidden;
}
@media screen and (max-width: 1920px) {
    .member-overview .thumb {
        width: 25.2577319588%;
        height: 0;
        padding-top: 15.6357388316%;
    }
}
.member-overview .thumb img {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 70%;
    max-height: 70%;
    margin: auto;
    -o-object-fit: contain;
       object-fit: contain;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}
.member-overview .info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 4.8109965636%;
    -ms-flex-item-align: center;
        align-self: center;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}
.member-overview .info dl {
    width: 38.0835380835%;
    padding-right: 10px;
    word-break: break-all;
}
.member-overview .info dt {
    float: left;
    clear: both;
}
.member-overview .info dt:after {
    content: ":";
    margin: 0 4px;
}
.member-overview .info dd {
    float: left;
}
@media screen and (max-width: 1200px) {
    .member-overview {
        padding: 1.3333333333em 1.6666666667em 2.6666666667em;
        font-size: 0.75em;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .member-overview .thumb {
        width: auto;
        height: 9.75em;
        padding-top: 0;
    }
    .member-overview .thumb img {
        max-width: 50%;
        max-height: 50%;
    }
    .member-overview .info {
        margin-top: 1.5833333333em;
        padding: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -ms-flex-item-align: initial;
            align-self: initial;
    }
    .member-overview .info dl {
        width: auto;
    }
}

.relate-data-list .board-table > li {
    position: relative;
}
.relate-data-list .list-prj {
    padding-right: 11.7647058824%;
}
.relate-data-list .btn-done {
    min-width: 100%;
    height: 2.7em;
}
@media screen and (min-width: 1201px) {
    .relate-data-list .list-prj {
        padding-right: 11.7647058824%;
    }
    .relate-data-list .list-action {
        position: absolute;
        top: 1.7333333333em;
        right: 2.8571428571%;
    }
}
@media screen and (max-width: 1200px) {
    .relate-data-list .list-prj {
        padding-right: 6.916426513%;
    }
    .relate-data-list .list-overview {
        margin-right: 23.0769230769%;
    }
    .relate-data-list .list-itle:hover {
        text-decoration: none;
    }
    .relate-data-list .list-action {
        top: auto;
        bottom: 0.6875em;
    }
    .relate-data-list .btn-done {
        height: 3.8461538462em;
        font-size: 0.8125em;
    }
}

.personal-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-width: 0;
    margin: 5px 0.75em;
    list-style: none;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.personal-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    overflow: hidden;
}
.personal-list li span {
    display: block;
    min-width: 0;
    max-width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.personal-list .btn-del {
    display: inline-block;
    width: 1.2307692308em;
    height: 1.2307692308em;
    margin-left: 4px;
    font-family: var(--font-en);
    font-size: 0.8125em;
    line-height: 1;
    border: 0;
    border-radius: 4px;
    background: none;
    vertical-align: middle;
}
.personal-list .btn-del:hover {
    color: #fff;
    background-color: var(--color-default);
}

/* 기술교육 */
#techEduView {
    width: 62.5em;
}
@media screen and (min-width: 1920px) {
    #techEduView {
        width: 52.0833333333%;
    }
}
#techEduView .video-container {
    position: relative;
    aspect-ratio: 16/9;
    border-radius: 25px;
}
#techEduView .video-container * {
    border-radius: inherit;
}
#techEduView iframe {
    width: 100%;
    height: 100%;
}
#techEduView .dialog-title {
    width: 36%;
    min-width: 15em;
    margin-top: 1.0833333333em;
    word-break: break-all;
}
@media screen and (max-width: 1200px) {
    #techEduView .video-container {
        border-radius: 0.8125em;
    }
    #techEduView .dialog-title {
        font-size: 1.25rem;
    }
}

/* 약관 */
.policy-menual {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 6.25em;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
@media screen and (max-width: 1200px) {
    .policy-menual {
        margin-bottom: 3.125em;
    }
}

.btn-download {
    display: inline-block;
    margin-right: 5px;
    padding: 0.9em 3em 0.9em 1em;
    font-size: 1.25rem;
    font-weight: 600;
    color: #fff;
    letter-spacing: var(--ls-min);
    line-height: 1;
    border-radius: 10px;
    background: var(--color-point) url("../img/ic_download.svg") no-repeat calc(100% - 0.85em) 50%;
    background-size: 1.2em auto;
    vertical-align: middle;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
}
.btn-download:last-child {
    margin-right: 0;
}
.btn-download:hover {
    background-color: #C60073;
}
@media screen and (max-width: 1200px) {
    .btn-download {
        min-width: 11.25em;
        font-size: 1em;
        border-radius: 5px;
        background-size: 0.75em auto;
    }
}

.policy-style1 {
    margin-bottom: 0.5em;
    font-size: 2em;
    font-weight: 700;
    color: var(--color-main);
    letter-spacing: var(--ls-min);
    line-height: 1.1;
}
@media screen and (max-width: 1200px) {
    .policy-style1 {
        font-size: 1.7692307692em;
    }
}

.policy-style2 {
    margin-bottom: 0.3333333333em;
    padding-left: 1.2666666667em;
    font-size: 1.5em;
    font-weight: 600;
    color: var(--color-main);
    letter-spacing: var(--ls-min);
    line-height: 1.1;
    background: url("../img/ic_list_arrow.svg") no-repeat 0 4px;
    background-size: 0.8333333333em auto;
}
@media screen and (max-width: 1200px) {
    .policy-style2 {
        padding-left: 1.3333333333em;
        font-size: 1.1538461538em;
        background-position: 0 1px;
    }
}

.policy-style3 {
    margin-bottom: 0.4166666667em;
    font-size: 1.2em;
    font-weight: 700;
    color: var(--color-main);
}
@media screen and (max-width: 1200px) {
    .policy-style3 {
        font-size: 1.0769230769em;
    }
}

.policy-style4 {
    font-size: 1.2em;
    font-weight: 600;
    color: var(--color-main);
}
@media screen and (max-width: 1200px) {
    .policy-style4 {
        font-size: 1.0769230769em;
    }
}

.policy-table {
    margin: 0.5555555556em;
    font-size: 0.9em;
    color: var(--color-default);
    letter-spacing: 0;
    border: hidden;
    border-top: 2px solid;
    border-bottom: 2px solid;
    word-break: keep-all;
}
.policy-table th {
    padding: 0.7777777778em;
    font-weight: 700;
    line-height: 1.1111111111;
    border-bottom: 1px solid #DEDEDE;
    text-align: center;
}
.policy-table td {
    padding: 0.8888888889em;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.6666666667;
    border-bottom: 1px solid #DEDEDE;
}
@media screen and (max-width: 1200px) {
    .policy-table {
        font-size: 1em;
    }
    .policy-table th {
        padding: 0.6153846154em;
    }
    .policy-table td {
        padding: 0.6153846154em;
    }
}

.policy-detail {
    font-size: 1.25rem;
    font-weight: 500;
    color: #666;
    letter-spacing: 0;
    line-height: 1.5;
}
.policy-detail div:not([class]) {
    padding-left: 1.9em;
}
.policy-detail div:not([class]) div:not([class]) {
    padding-left: 1.2em;
}
@media screen and (max-width: 1200px) {
    .policy-detail {
        font-size: 0.8125rem;
    }
    .policy-detail div:not([class]) {
        padding-left: 1.5384615385em;
    }
    .policy-detail div:not([class]) div:not([class]) {
        padding-left: 1.2307692308em;
    }
}

/* #Print */
@media print {
    * {
        -webkit-print-color-adjust: exact;
        print-color-adjust: exact;
    }
    .header, .footer, .subpage-header {
        display: none;
    }
    img {
        max-width: 100% !important;
        page-break-inside: avoid;
    }
}