@charset "UTF-8";
/* #Base */
/* Reset */
html {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

* {
    margin: 0;
    padding: 0;
}

*, *:before, *:after {
    -webkit-box-sizing: inherit;
            box-sizing: inherit;
}

a {
    color: inherit;
    text-decoration: none;
    outline: 0;
    -webkit-tap-highlight-color: transparent;
}

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;
}

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;
    -webkit-tap-highlight-color: transparent;
}

embed, iframe, object {
    max-width: 100%;
}

[hidden] {
    display: none !important;
}

/* Fonts */
@font-face {
    font-family: "IvyMode";
    font-style: normal;
    font-weight: 300;
    src: local("@"), url("../font/IvyMode-light.woff2") format("woff2"), url("../font/IvyMode-light.woff") format("woff");
}
@font-face {
    font-family: "IvyMode";
    font-style: normal;
    font-weight: 400;
    src: local("@"), url("../font/IvyMode-regular.woff2") format("woff2"), url("../font/IvyMode-regular.woff") format("woff");
}
@font-face {
    font-family: "IvyMode";
    font-style: normal;
    font-weight: 700;
    src: local("@"), url("../font/IvyMode-bold.woff2") format("woff2"), url("../font/IvyMode-bold.woff") format("woff");
}
@font-face {
    font-family: "Pretendard";
    font-style: normal;
    font-weight: 200;
    src: local("@"), url("../font/Pretendard-extralight.woff2") format("woff2"), url("../font/Pretendard-extralight.woff") format("woff");
}
@font-face {
    font-family: "Pretendard";
    font-style: normal;
    font-weight: 400;
    src: local("@"), url("../font/Pretendard-regular.woff2") format("woff2"), url("../font/Pretendard-regular.woff") format("woff");
}
@font-face {
    font-family: "Pretendard";
    font-style: normal;
    font-weight: 500;
    src: local("@"), url("../font/Pretendard-medium.woff2") format("woff2"), url("../font/Pretendard-medium.woff") format("woff");
}
@font-face {
    font-family: "Pretendard";
    font-style: normal;
    font-weight: 700;
    src: local("@"), url("../font/Pretendard-bold.woff2") format("woff2"), url("../font/Pretendard-bold.woff") format("woff");
}
/* 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;
}

.text-left {
    text-align: left !important;
}

.text-center {
    text-align: center !important;
}

.text-right {
    text-align: right !important;
}

/* #Common */
@media screen and (max-width: 1024px) {
    .show-lg {
        display: none;
    }
}

.show-sm {
    display: none;
}
@media screen and (max-width: 1024px) {
    .show-sm {
        display: block;
    }
}

.btn {
    display: inline-block;
    text-align: center;
    border: 0;
    background: transparent;
}

.btn-submit {
    display: block;
    width: 100%;
    font-size: 1.375rem;
    font-weight: 700;
    color: #fff;
    line-height: 3.0909090909;
    text-align: center;
    border: 1px solid #9554B7;
    border-radius: 0.625rem;
    background: #9554B7;
}
.btn-submit:hover, .btn-submit:focus {
    background-color: #8245a3;
}
@media screen and (max-width: 1024px) {
    .btn-submit {
        font-size: 0.8125rem;
        line-height: 4;
        border-radius: 0.3125rem;
    }
}

/* Forms */
.form-text {
    display: inline-block;
    width: 100%;
    height: 3.875rem;
    padding: 0 1.25rem;
    font-size: 1rem;
    color: inherit;
    line-height: 3.875;
    vertical-align: middle;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border: 0;
    border-radius: 0;
    background: rgba(255, 255, 255, 0.2);
    -webkit-box-shadow: none;
            box-shadow: none;
    outline: 0;
}
.form-text:focus {
    background-color: rgba(255, 255, 255, 0.4);
    -webkit-box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.8);
            box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.8);
}
@media screen and (max-width: 1024px) {
    .form-text {
        height: 2.875rem;
        padding: 0 0.9375rem;
        font-size: 0.8125rem;
        line-height: 3.5384615385;
    }
}

textarea.form-text {
    height: 23.4375rem;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    line-height: 1.2;
    resize: none;
}
@media screen and (max-width: 1024px) {
    textarea.form-text {
        height: 17.5rem;
        padding-top: 0.9375rem;
        padding-bottom: 0.9375rem;
    }
}

.form-checkbox {
    display: inline-block;
    position: relative;
    vertical-align: middle;
}
.form-checkbox input {
    display: block;
    position: absolute;
    width: 1px;
    height: 1px;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    opacity: 0;
    outline: 0;
}
.form-checkbox .label {
    display: block;
    position: relative;
    padding: 0 0 0 1.75rem;
    font-size: 0.8125rem;
    line-height: 1.5384615385;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}
.form-checkbox .label:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 1.25rem;
    height: 1.25rem;
    border-radius: 100%;
    background: #fff url("../img/ic_circle_off.svg") no-repeat 0 0;
    background-size: contain;
}
.form-checkbox .label:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 1.25rem;
    height: 1.25rem;
    opacity: 0;
    border-radius: 100%;
    background: #fff url("../img/ic_circle_on.svg") no-repeat 0 0;
    background-size: contain;
}
.form-checkbox input:checked ~ .label:before {
    opacity: 0;
}
.form-checkbox input:checked ~ .label:after {
    opacity: 1;
}
@media screen and (max-width: 1024px) {
    .form-checkbox .label {
        padding-left: 1.875rem;
        font-size: 0.8125rem;
        line-height: 1.8461538462;
    }
    .form-checkbox .label:before {
        width: 1.5rem;
        height: 1.5rem;
    }
    .form-checkbox .label:after {
        width: 1.5rem;
        height: 1.5rem;
    }
}

.form-toggle-btn {
    display: inline-block;
    position: relative;
    height: 5.4375rem;
    vertical-align: middle;
}
.form-toggle-btn:last-child {
    margin-right: 0;
}
.form-toggle-btn input {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    cursor: pointer;
    opacity: 0;
    outline: 0;
    z-index: 1;
}
.form-toggle-btn .btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    padding: 1.5rem;
    font-size: 1.125rem;
    font-weight: 700;
    letter-spacing: -0.05em;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border: 1px solid #D1D1D1;
    border-radius: 0.625rem;
    background: #fff;
}
.form-toggle-btn .btn[class*=mtype]:before {
    content: "";
    display: inline-block;
    width: 3rem;
    height: 2.625rem;
    margin: 0 6px 0 0;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: contain;
}
.form-toggle-btn .btn:after {
    content: "";
    display: block;
    position: absolute;
    top: -0.9375rem;
    left: 0;
    right: 0;
    width: 1.875rem;
    height: 1.875rem;
    margin: auto;
    opacity: 0;
    border-radius: 100%;
    -webkit-transform: scale(0);
        -ms-transform: scale(0);
            transform: scale(0);
    background: #fff url("../img/ic_toggle_on.svg") no-repeat 0 0;
    background-size: contain;
    overflow: hidden;
    -webkit-transition: -webkit-transform 0.2s;
    transition: -webkit-transform 0.2s;
    -o-transition: transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s;
}
.form-toggle-btn input:checked ~ .btn {
    border-color: #9554B7;
    -webkit-box-shadow: inset 0 0 0 1px #9554B7;
            box-shadow: inset 0 0 0 1px #9554B7;
}
.form-toggle-btn input:checked ~ .btn:after {
    opacity: 1;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
}
.form-toggle-btn .mtype1:before {
    background-image: url("../img/ic_memType1.svg");
}
.form-toggle-btn .mtype2:before {
    background-image: url("../img/ic_memType2.svg");
}
.form-toggle-btn .mtype3:before {
    background-image: url("../img/ic_memType3.svg");
}
@media screen and (max-width: 1024px) {
    .form-toggle-btn {
        height: 4.0625rem;
    }
    .form-toggle-btn .btn {
        padding: 0.75rem;
        font-size: 0.9375rem;
        border-radius: 0.3125rem;
    }
    .form-toggle-btn .btn[class*=mtype]:before {
        width: 2.25rem;
        height: 1.9375rem;
        margin-right: 4px;
    }
    .form-toggle-btn .btn:after {
        top: -0.75rem;
        width: 1.5rem;
        height: 1.5rem;
    }
}

.form-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.form-group[class*=col-] {
    margin-right: -0.75rem;
}
.form-group[class*=col-] > * {
    margin-right: 0.75rem;
}
.form-group.col-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 0.75rem);
            flex: 0 0 calc(50% - 0.75rem);
}
.form-group.col-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(33.3% - 0.75rem);
            flex: 0 0 calc(33.3% - 0.75rem);
}
.form-group.col-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(25% - 0.75rem);
            flex: 0 0 calc(25% - 0.75rem);
}
.form-group.col-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(20% - 0.75rem);
            flex: 0 0 calc(20% - 0.75rem);
}
.form-group.col-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(16.66% - 0.75rem);
            flex: 0 0 calc(16.66% - 0.75rem);
}
@media screen and (max-width: 1024px) {
    .form-group[class*=col-] {
        margin-right: -0.5rem;
    }
    .form-group[class*=col-] > * {
        margin-right: 0.5rem;
    }
    .form-group.col-2 > * {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 calc(50% - 0.5rem);
                flex: 0 0 calc(50% - 0.5rem);
    }
    .form-group.col-3 > * {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 calc(33.3% - 0.5rem);
                flex: 0 0 calc(33.3% - 0.5rem);
    }
    .form-group.col-4 > * {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 calc(25% - 0.5rem);
                flex: 0 0 calc(25% - 0.5rem);
    }
    .form-group.col-5 > * {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 calc(20% - 0.5rem);
                flex: 0 0 calc(20% - 0.5rem);
    }
    .form-group.col-6 > * {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 calc(16.66% - 0.5rem);
                flex: 0 0 calc(16.66% - 0.5rem);
    }
}

/* Slider */
.embla {
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
}
.embla.initialized {
    opacity: 1;
    visibility: visible;
}

.embla__container {
    font-size: 0;
    white-space: nowrap;
}

.embla__slide {
    display: inline-block;
    width: 100%;
    min-width: 0;
    font-size: 1rem;
    vertical-align: top;
    white-space: normal;
}

.slider-nav {
    position: relative;
    z-index: 1;
}
.slider-nav [disabled] {
    opacity: 0.3;
    cursor: not-allowed;
}
.slider-nav .pages {
    margin: 0 1.25rem;
    font-size: 1.25rem;
}
.slider-nav .pages em {
    font-weight: 700;
    font-style: normal;
}
@media screen and (max-width: 1024px) {
    .slider-nav .pages {
        margin: 0 1.125rem;
        font-size: 1.125rem;
    }
}

.slider-dots {
    font-size: 0;
    text-align: center;
    line-height: 1;
}
.slider-dots .btn-dot {
    display: inline-block;
    width: 8px;
    height: 8px;
    margin: 0 5px;
    opacity: 0.2;
    vertical-align: top;
    border: 0;
    border-radius: 100%;
    background: #fff;
    -webkit-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    transition: opacity 0.2s;
}
.slider-dots .btn-dot:hover, .slider-dots .btn-dot:focus {
    opacity: 0.5;
}
.slider-dots .is-active {
    opacity: 1;
}

/* #Layout */
@media screen and (max-width: 1900px) {
    html {
        font-size: 0.8333333333vw;
    }
}
@media screen and (max-width: 1024px) {
    html {
        font-size: 16px;
    }
}
@media screen and (max-width: 414px) {
    html {
        font-size: 3.8647342995vw;
    }
}

body {
    min-height: 100vh;
    font: normal 1em/1.2 "Pretendard", sans-serif;
    color: #fff;
    letter-spacing: 0;
    -webkit-text-size-adjust: 100%;
       -moz-text-size-adjust: 100%;
        -ms-text-size-adjust: 100%;
            text-size-adjust: 100%;
    word-wrap: break-word;
    word-break: break-all;
    overflow: hidden;
    overflow-y: auto;
    background: #000;
}
@media screen and (max-device-width: 1024px) {
    body {
        overflow-y: auto;
    }
}

.skip {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding: 1em;
    font-weight: bold;
    color: #fff;
    text-align: center;
    opacity: 0;
    border: 3px solid #774a8f;
    background: #8B56A7;
    -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: 99;
}

.header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    padding: 0 2.5rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    z-index: 10;
}
.header .logo {
    margin: 2.375rem 0;
    font-size: 1px;
    color: transparent;
    line-height: 1;
    float: left;
}
.header .logo a {
    display: block;
    position: relative;
    width: 13.75rem;
    height: 2rem;
    -webkit-transition: text-shadow 0.3s;
    -o-transition: text-shadow 0.3s;
    transition: text-shadow 0.3s;
}
.header .logo a:hover {
    text-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
}
.header .logo img {
    display: block;
    width: 100%;
    height: 100%;
}
@media screen and (max-width: 1024px) {
    .header {
        padding: 0 1.25rem;
    }
    .header .logo {
        margin: 1rem 0;
        font-size: 1.25rem;
        text-align: center;
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        float: none;
    }
    .header .logo a {
        display: inline-block;
        width: 9.8125rem;
        height: 1.4375rem;
        vertical-align: top;
    }
}

.is-scrolled .header {
    background: #9554B7;
}
.is-scrolled .header.transparent {
    background: transparent;
}

.subpage .header {
    display: none;
}
@media screen and (max-width: 1024px) {
    .subpage .header {
        display: block;
    }
}

.btn-open-menu {
    display: none;
}
@media screen and (max-width: 1024px) {
    .btn-open-menu {
        display: block;
        position: absolute;
        top: 50%;
        right: 1.25rem;
        bottom: 0;
        width: 1.25rem;
        height: 1.25rem;
        margin: -0.625rem 0 0 auto;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 1.25rem;
                flex: 0 0 1.25rem;
        border: 0;
        border-top: 2px solid #fff;
        border-bottom: 2px solid #fff;
        background: transparent;
    }
    .btn-open-menu:before {
        content: "";
        display: block;
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        margin: -1px 0 0;
        border-top: 2px solid #fff;
        -webkit-transform: scaleX(0.7);
            -ms-transform: scaleX(0.7);
                transform: scaleX(0.7);
        -webkit-transform-origin: 100% 50%;
            -ms-transform-origin: 100% 50%;
                transform-origin: 100% 50%;
        -webkit-transition: -webkit-transform 0.3s;
        transition: -webkit-transform 0.3s;
        -o-transition: transform 0.3s;
        transition: transform 0.3s;
        transition: transform 0.3s, -webkit-transform 0.3s;
    }
    .btn-open-menu:hover:before, .btn-open-menu[aria-expanded=true]:before {
        -webkit-transform: scaleX(1);
            -ms-transform: scaleX(1);
                transform: scaleX(1);
    }
}

.btn-close-menu {
    display: none;
}
@media screen and (max-width: 1024px) {
    .btn-close-menu {
        display: block;
        position: absolute;
        top: 0.875rem;
        right: 1.5rem;
        width: 1.1875rem;
        height: 1.1875rem;
        border: 0;
        background: url("../img/ic_close_menu.svg") no-repeat 0 0;
        background-size: contain;
        z-index: 1;
    }
}

.gnb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 0 auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    float: right;
}
@media screen and (max-width: 1024px) {
    .gnb {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        width: 74.8792270531%;
        max-width: 19.375rem;
        padding: 4.5rem 2.5rem;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        opacity: 0;
        visibility: hidden;
        background: #8B56A7;
        overflow: hidden;
        overflow-y: auto;
        -webkit-box-shadow: -5px -5px 25px rgba(0, 0, 0, 0.2);
                box-shadow: -5px -5px 25px rgba(0, 0, 0, 0.2);
        -webkit-transform: translateX(100%);
            -ms-transform: translateX(100%);
                transform: translateX(100%);
        -webkit-transition: opacity 0s 0.7s, visibility 0s 0.7s, -webkit-transform 0.7s;
        transition: opacity 0s 0.7s, visibility 0s 0.7s, -webkit-transform 0.7s;
        -o-transition: transform 0.7s, opacity 0s 0.7s, visibility 0s 0.7s;
        transition: transform 0.7s, opacity 0s 0.7s, visibility 0s 0.7s;
        transition: transform 0.7s, opacity 0s 0.7s, visibility 0s 0.7s, -webkit-transform 0.7s;
        z-index: 1;
    }
    .gnb.is-expanded {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateX(0);
            -ms-transform: translateX(0);
                transform: translateX(0);
        -webkit-transition: -webkit-transform 0.7s;
        transition: -webkit-transform 0.7s;
        -o-transition: transform 0.7s;
        transition: transform 0.7s;
        transition: transform 0.7s, -webkit-transform 0.7s;
    }
    .gnb.is-resized {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }
    .gnb nav {
        width: 100%;
    }
}

.menu-opened .header:after {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.top-menu {
    list-style: none;
}
.top-menu:after {
    content: "";
    display: table;
    clear: both;
}
.top-menu > li {
    float: left;
}
.top-menu > li + li {
    margin-left: 5.3125rem;
}
.top-menu a {
    display: block;
    position: relative;
    padding: 0.9375rem 0;
    font-size: 1.375rem;
    font-weight: 500;
}
.top-menu a:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    border-top: 1px solid;
    -webkit-transform: scaleX(0);
        -ms-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: 100% 50%;
        -ms-transform-origin: 100% 50%;
            transform-origin: 100% 50%;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    -o-transition: transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
}
.top-menu a:hover:after, .top-menu .on a:after {
    -webkit-transform: scaleX(1);
        -ms-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: 0 50%;
        -ms-transform-origin: 0 50%;
            transform-origin: 0 50%;
}
@media screen and (max-width: 1024px) {
    .top-menu {
        margin-top: -0.9375rem;
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2;
    }
    .top-menu > li {
        float: none;
    }
    .top-menu > li + li {
        margin-top: 1.375rem;
        margin-left: 0;
    }
    .top-menu a {
        display: inline-block;
        font-size: 1.5625rem;
        vertical-align: top;
    }
}

.account-menu {
    margin: 0 0 0 6.75rem;
    list-style: none;
}
.account-menu:after {
    content: "";
    display: table;
    clear: both;
}
.account-menu li {
    float: left;
}
.account-menu li + li {
    margin-left: 1.25rem;
}
.account-menu a {
    display: block;
    font-size: 1.0625rem;
}
.account-menu a:before {
    content: "";
    display: inline-block;
    margin: -2px 8px 0 0;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: contain;
}
.account-menu a:hover, .account-menu a:focus {
    text-decoration: underline;
}
.account-menu .join:before {
    width: 1.25rem;
    height: 1.125rem;
    background-image: url("../img/ic_join.svg");
}
.account-menu .login:before {
    width: 0.9375rem;
    height: 1.25rem;
    background-image: url("../img/ic_login.svg");
}
@media screen and (max-width: 1024px) {
    .account-menu {
        width: 100%;
        margin: 0 0 5.1875rem;
        -webkit-box-ordinal-group: 0;
            -ms-flex-order: -1;
                order: -1;
    }
    .account-menu li + li {
        margin-left: 1.25rem;
    }
    .account-menu a {
        font-size: 0.9375rem;
    }
    .account-menu .join:before {
        width: 1.125rem;
        height: 1rem;
    }
    .account-menu .login:before {
        width: 0.8125rem;
        height: 1.125rem;
    }
}

.btn-top {
    display: block;
    position: sticky;
    bottom: 1.875rem;
    width: 4rem;
    height: 4rem;
    margin: -5.875rem 1.875rem 1.875rem auto;
    opacity: 0;
    visibility: hidden;
    border-radius: 100%;
    background: rgba(0, 0, 0, 0.5);
    overflow: hidden;
    -webkit-transition: opacity 0.3s, visibility 0.3s;
    -o-transition: opacity 0.3s, visibility 0.3s;
    transition: opacity 0.3s, visibility 0.3s;
    z-index: 5;
}
.btn-top:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: url("../img/ic_top.svg") no-repeat 50% 50%;
    background-size: 0.9375rem auto;
}
.btn-top:hover {
    background-color: rgb(0, 0, 0);
}
@media screen and (max-width: 1024px) {
    .btn-top {
        right: 1.25rem;
        bottom: 1.625rem;
        width: 3.625rem;
        height: 3.625rem;
        margin-top: -5.25rem;
        margin-right: 1.25rem;
        margin-bottom: 1.625rem;
    }
    .btn-top:before {
        background-size: 0.875rem auto;
    }
}

.is-scrolled .btn-top {
    opacity: 1;
    visibility: visible;
}

.footer {
    position: relative;
    padding: 3.625rem;
    background: #222;
}
.footer a:hover, .footer a:focus {
    text-decoration: underline;
}
@media screen and (max-width: 1024px) {
    .footer {
        padding: 2.875rem 3.125rem 2rem;
        text-align: center;
    }
}

.footer-menu {
    margin: 0 0 0.9375rem;
    list-style: none;
}
.footer-menu:after {
    content: "";
    display: table;
    clear: both;
}
.footer-menu li {
    float: left;
}
.footer-menu li + li {
    margin-left: 2rem;
}
@media screen and (max-width: 1024px) {
    .footer-menu {
        margin-bottom: 0.75rem;
        font-size: 0.875rem;
    }
    .footer-menu li {
        display: inline-block;
        vertical-align: top;
        float: none;
    }
    .footer-menu li + li {
        margin-left: 1.75rem;
    }
}

.site-info {
    line-height: 1.5625;
    word-break: keep-all;
    overflow: hidden;
}
.site-info p {
    float: left;
}
.site-info p:after {
    content: "|";
    margin: 0 6px;
}
.site-info .tel {
    clear: both;
}
.site-info .authcode:after {
    display: none;
}
.site-info .email:after {
    display: none;
}
@media screen and (max-width: 1024px) {
    .site-info {
        max-width: 20rem;
        margin: 0 auto;
        font-size: 0.8125rem;
        line-height: 1.5384615385;
    }
    .site-info p {
        display: inline-block;
        vertical-align: top;
        float: none;
    }
    .site-info p:after {
        margin: 0 0 0 4px;
    }
    .site-info .address {
        display: block;
    }
    .site-info .address:after {
        display: none;
    }
    .site-info .authcode:after {
        display: inline;
    }
}

.site-copyright {
    margin: 0.75rem 0 0;
    color: #939393;
}
@media screen and (max-width: 1024px) {
    .site-copyright {
        margin-top: 9px;
        font-size: 0.8125rem;
        line-height: 1.5384615385;
    }
    .site-copyright span {
        display: block;
    }
}

.social-links {
    position: absolute;
    bottom: 2.875rem;
    right: 2.5rem;
    list-style: none;
}
.social-links li {
    float: left;
}
.social-links li + li {
    margin-left: 9px;
}
.social-links a {
    display: block;
    width: 3.125rem;
    height: 3.125rem;
    border-radius: 100%;
    background-color: #190E0B;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
}
.social-links a:hover {
    opacity: 0.5;
}
.social-links .insta {
    background-image: url("../img/ic_insta.svg");
}
.social-links .fb {
    background-image: url("../img/ic_fb.svg");
}
.social-links .blog {
    background-image: url("../img/ic_blog.svg");
}
@media screen and (max-width: 1024px) {
    .social-links {
        position: static;
        bottom: 0;
        right: 0;
        margin-top: 1.375rem;
    }
    .social-links li {
        display: inline-block;
        vertical-align: top;
        float: none;
    }
    .social-links li + li {
        margin-left: 4px;
    }
    .social-links a {
        width: 2.8125rem;
        height: 2.8125rem;
    }
}

/* Content */
.container {
    width: 100%;
    margin: 0 auto;
}

.section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    min-height: 100vh;
    padding: 12.5rem 0 10rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.section > .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    padding: 0 16.25rem 0 10.375rem;
    -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;
}
@media screen and (max-width: 1024px) {
    .section {
        padding: 6.875rem 0 3.75rem;
    }
    .section > .container {
        max-width: 25.875rem;
        padding: 0 2.25rem;
    }
}

.intro-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 120vh;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    pointer-events: none;
    overflow: hidden;
    z-index: -1;
}
.intro-bg video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}

.primary-title {
    font-family: "IvyMode", serif;
    font-size: 5.625rem;
    font-weight: 700;
    line-height: 1;
    margin: 0 0 1.625rem;
}
@media screen and (max-width: 1024px) {
    .primary-title {
        font-size: 2.1875rem;
        margin-bottom: 0.9375rem;
    }
}

.secondary-title {
    display: block;
    margin: 0 0 2.875rem;
    font-size: 3.125rem;
    font-weight: 700;
    line-height: 1;
    text-align: center;
}
@media screen and (max-width: 1024px) {
    .secondary-title {
        margin-bottom: 2.25rem;
        font-size: 1.875rem;
    }
}

.desc {
    margin: 0 0 1.875rem;
    font-size: 2rem;
    font-weight: 200;
    line-height: 1.5625;
}
@media screen and (max-width: 1024px) {
    .desc {
        margin-bottom: 0.75rem;
        font-size: 1rem;
    }
}

.title-wrap {
    position: absolute;
    top: 50%;
    left: 8.6458333333%;
    font-size: 1.25rem;
    font-weight: 200;
    letter-spacing: -0.03em;
    z-index: 1;
}
@media screen and (max-width: 1024px) {
    .title-wrap {
        position: static;
        top: 0;
        left: 0;
        margin-bottom: 2.375rem;
        font-size: 0.8125rem;
    }
}

/* about */
.about {
    padding: 0;
}
.about > .container {
    padding: 0;
}
.about .embla {
    position: relative;
    height: 100vh;
    margin: 0 auto;
    overflow: visible;
}
.about .embla__viewport {
    height: 100%;
}
.about .embla__container {
    height: 100%;
    -webkit-transform: none !important;
        -ms-transform: none !important;
            transform: none !important;
}
.about .embla__slide {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 18.5185185185vh 7.6041666667% 16.6666666667vh 8.6458333333%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.5s, visibility 0.5s;
    -o-transition: opacity 0.5s, visibility 0.5s;
    transition: opacity 0.5s, visibility 0.5s;
}
.about .embla__slide.is-selected {
    opacity: 1;
    visibility: visible;
    -webkit-transition-duration: 1s;
         -o-transition-duration: 1s;
            transition-duration: 1s;
}
.about .initialized .embla__slide {
    position: absolute;
}
.about .thumb-wrap {
    position: absolute;
    top: 50%;
    right: 9.125rem;
    width: 57.7083333333%;
    padding: 35.9895833333% 0 0;
    border-radius: 1.875rem;
    overflow: hidden;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 0;
}
.about .thumb {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    overflow: hidden;
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
    -webkit-transition: -webkit-transform 3s linear;
    transition: -webkit-transform 3s linear;
    -o-transition: transform 3s linear;
    transition: transform 3s linear;
    transition: transform 3s linear, -webkit-transform 3s linear;
}
.about img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}
.about .slide-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    max-width: 34.375rem;
    height: 100%;
    font-size: 1.875rem;
    font-weight: 200;
    line-height: 1.5;
    -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-filter: blur(5px);
            filter: blur(5px);
    -webkit-transition: -webkit-filter 1s 0.2s;
    transition: -webkit-filter 1s 0.2s;
    -o-transition: filter 1s 0.2s;
    transition: filter 1s 0.2s;
    transition: filter 1s 0.2s, -webkit-filter 1s 0.2s;
    z-index: 1;
}
.about .slide-content h3 {
    margin: 0 0 1.625rem;
    font-size: 4.875rem;
    font-weight: 900;
    letter-spacing: -0.05em;
    line-height: 1.2051282051;
}
.about .slide-content i {
    font-family: "IvyMode", serif;
    font-style: normal;
    letter-spacing: 0.05em;
}
.about .is-selected .slide-content {
    -webkit-filter: blur(0);
            filter: blur(0);
}
.about .is-selected .thumb {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
}
.about .slider-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 50%;
    left: 8.6458333333%;
    margin: 19.375rem 0 0;
    padding: 0 0 1.25rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.about .btn-prev {
    display: block;
    width: 1.625rem;
    height: 0.875rem;
    border: 0;
    background: url("../img/ic_slider1_prev.svg") no-repeat 0 0;
    background-size: contain;
    float: left;
}
.about .btn-next {
    display: block;
    width: 1.625rem;
    height: 0.875rem;
    border: 0;
    background: url("../img/ic_slider1_next.svg") no-repeat 0 0;
    background-size: contain;
    float: left;
}
.about .progressbar {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 17.1875rem;
    height: 1px;
    background: rgba(255, 255, 255, 0.4);
    overflow: hidden;
}
.about .progressbar .bar {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    -webkit-transform: scaleX(0);
        -ms-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
        -ms-transform-origin: 0 50%;
            transform-origin: 0 50%;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}
.about .progressbar .is-wait {
    -webkit-transform: scaleX(1);
        -ms-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transition: -webkit-transform 4s linear;
    transition: -webkit-transform 4s linear;
    -o-transition: transform 4s linear;
    transition: transform 4s linear;
    transition: transform 4s linear, -webkit-transform 4s linear;
}
@media screen and (max-width: 1024px) {
    .about .embla {
        height: 53.3125rem;
        min-height: 100vh;
    }
    .about .embla__slide {
        padding: 8.5rem 0 7.875rem;
    }
    .about .thumb-wrap {
        position: relative;
        top: 0;
        right: 0;
        width: auto;
        margin: 0 4.8309178744%;
        padding-top: 99.5169082126%;
        border-radius: 0.9375rem;
        -webkit-transform: none;
            -ms-transform: none;
                transform: none;
    }
    .about .slide-content {
        display: block;
        max-width: 100%;
        height: auto;
        min-height: 11.25rem;
        margin: 0 auto;
        padding: 0 12.077294686%;
        font-size: 1rem;
        line-height: 1.5625;
    }
    .about .slide-content h3 {
        margin-bottom: 0.75rem;
        font-size: 2.1875em;
        line-height: 1.2857142857;
    }
    .about .slider-nav {
        top: auto;
        bottom: 3.4375rem;
        left: 4.8309178744%;
        right: 4.8309178744%;
        margin: 0;
        padding-bottom: 0.9375rem;
    }
    .about .progressbar {
        width: 100%;
    }
}

/* business */
.business {
    padding-top: 12rem;
    padding-bottom: 0;
}
.business > .container {
    padding-left: 32.2916666667%;
}
.business .title-wrap {
    top: 49.0740740741%;
}
.business .embla {
    opacity: 1;
    visibility: visible;
    overflow: inherit;
}
.business .embla__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 1.875rem 0;
    direction: rtl;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.business .card {
    display: block;
    position: relative;
    top: -11.875rem;
    width: 50%;
    padding: 0 0 2.8846153846% 2.8846153846%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    border-radius: 1.875rem;
    direction: ltr;
}
.business .card:nth-child(even) {
    top: 0;
}
.business .thumb-wrap {
    position: relative;
    width: 100%;
    padding: 141.0204081633% 0 0;
    border-radius: inherit;
    overflow: hidden;
}
.business .thumb-wrap .thumb {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    overflow: hidden;
}
.business .thumb-wrap img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}
.business .slide-content {
    position: absolute;
    bottom: 5.7692307692%;
    left: 5.7692307692%;
    right: 0;
    padding: 1.5625rem 1.5625rem 1.5625rem 30.612244898%;
    font-size: 1.0625rem;
    line-height: 1.4705882353;
    word-break: keep-all;
}
.business .slide-content h3 {
    margin: 0 0 0.875rem;
    font-size: 1.5625rem;
    font-weight: 700;
    letter-spacing: -0.05em;
}
.business .slide-content .no {
    margin: 0 6px 0 0;
    font-family: "IvyMode", serif;
    font-size: 1.75rem;
    letter-spacing: 0.05em;
}
.business .slider-dots {
    display: none;
}
@media screen and (max-width: 1024px) {
    .business {
        padding-top: 6.875rem;
        padding-bottom: 3.75rem;
    }
    .business > .container {
        padding: 0;
    }
    .business .title-wrap {
        top: 0;
        margin-bottom: 3.125rem;
        padding: 0 13.1578947368%;
    }
    .business .embla {
        position: relative;
        margin: 0;
        padding: 0 8.6956521739%;
    }
    .business .embla.initialized {
        opacity: 1;
        visibility: visible;
    }
    .business .embla__viewport {
        overflow: hidden;
    }
    .business .embla__container {
        display: block;
        padding: 0;
        direction: ltr;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    }
    .business .card {
        display: inline-block;
        top: 0;
        width: 100%;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        border-radius: 0.9375rem;
    }
    .business .thumb-wrap {
        padding-top: 141.2280701754%;
    }
    .business .slide-content {
        bottom: 0;
        left: 0;
        right: 0;
        padding: 1.5625rem 1.5625rem 1.5625rem 33.6257309942%;
        font-size: 0.75rem;
        line-height: 1.4166666667;
    }
    .business .slide-content h3 {
        margin-bottom: 0.75rem;
        font-size: 1.0625rem;
    }
    .business .slide-content .no {
        font-size: 1.25rem;
    }
    .business .slider-dots {
        display: block;
        position: absolute;
        top: -1.6875rem;
        right: 8.6956521739%;
    }
}

/* contact us */
.contact-us > .container {
    padding-left: 45.8333333333%;
}
@media screen and (max-width: 1024px) {
    .contact-us > .container {
        padding-left: 2.25rem;
    }
}

.form-row {
    margin: 0 0 8px;
}
@media screen and (max-width: 1024px) {
    .form-row {
        margin-bottom: 5px;
    }
}

.form-wrapper {
    display: block;
    position: relative;
}
.form-wrapper .form-label {
    position: absolute;
    width: 5rem;
    padding: 0 0 0 1.25rem;
    line-height: 3.875;
    white-space: nowrap;
    z-index: 1;
}
.form-wrapper .form-label:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    height: 0.75rem;
    margin: auto;
    border-right: 1px solid;
}
.form-wrapper .form-text {
    padding-left: 6.25rem;
}
@media screen and (max-width: 1024px) {
    .form-wrapper .form-label {
        width: 3.875rem;
        padding-left: 0.9375rem;
        font-size: 0.8125rem;
        line-height: 3.5384615385;
    }
    .form-wrapper .form-label:after {
        height: 0.5rem;
    }
    .form-wrapper .form-text {
        padding-left: 4.8125rem;
    }
}

.contact-form .form-text {
    -webkit-backdrop-filter: blur(20px);
            backdrop-filter: blur(20px);
    -webkit-transition: background 0.3s;
    -o-transition: background 0.3s;
    transition: background 0.3s;
}
.contact-form .btn-send {
    display: block;
    width: 11.375rem;
    margin: 1.5rem 0 0 auto;
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 2.8888888889;
    text-align: center;
    border: 1px solid;
    background: transparent;
    -webkit-transition: background 0.3s;
    -o-transition: background 0.3s;
    transition: background 0.3s;
}
.contact-form .btn-send:hover, .contact-form .btn-send:focus {
    background: rgba(255, 255, 255, 0.2);
}
@media screen and (max-width: 1024px) {
    .contact-form .btn-send {
        width: 8.875rem;
        margin: 2rem auto 0;
        font-size: 0.875rem;
        line-height: 2.8571428571;
    }
}

/* 로그인 */
.page {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 100%;
    z-index: 20;
}
@media screen and (max-width: 1024px) {
    .page {
        display: block;
        position: relative;
        z-index: 1;
    }
}

@-webkit-keyframes show-sub-bg {
    0% {
        -webkit-clip-path: inset(0 0 100% 0);
                clip-path: inset(0 0 100% 0);
    }
    100% {
        -webkit-clip-path: inset(0);
                clip-path: inset(0);
    }
}

@keyframes show-sub-bg {
    0% {
        -webkit-clip-path: inset(0 0 100% 0);
                clip-path: inset(0 0 100% 0);
    }
    100% {
        -webkit-clip-path: inset(0);
                clip-path: inset(0);
    }
}
@-webkit-keyframes scale-down-bg {
    0% {
        -webkit-transform: scale(1.25);
                transform: scale(1.25);
        -webkit-transform-origin: 50% 50%;
                transform-origin: 50% 50%;
    }
    100% {
        -webkit-transform: scale(1);
                transform: scale(1);
        background-position: 50% 100%;
    }
}
@keyframes scale-down-bg {
    0% {
        -webkit-transform: scale(1.25);
                transform: scale(1.25);
        -webkit-transform-origin: 50% 50%;
                transform-origin: 50% 50%;
    }
    100% {
        -webkit-transform: scale(1);
                transform: scale(1);
        background-position: 50% 100%;
    }
}
@-webkit-keyframes show-title {
    0% {
        -webkit-filter: blur(3px);
                filter: blur(3px);
        opacity: 0;
    }
    100% {
        -webkit-filter: blur(0px);
                filter: blur(0px);
        opacity: 1;
    }
}
@keyframes show-title {
    0% {
        -webkit-filter: blur(3px);
                filter: blur(3px);
        opacity: 0;
    }
    100% {
        -webkit-filter: blur(0px);
                filter: blur(0px);
        opacity: 1;
    }
}
.page-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    width: 33.3333333333%;
    min-height: 100%;
    padding: 7.875rem 4.875rem;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    -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: flex-end;
    overflow: hidden;
}
.page-header .sub-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-clip-path: inset(0 0 100% 0);
            clip-path: inset(0 0 100% 0);
    z-index: -1;
    background-repeat: no-repeat;
    background-position: 50% 100%;
    background-size: cover;
}
.is-loaded .sub-bg {
    -webkit-animation: show-sub-bg 1s both, scale-down-bg 2s both;
            animation: show-sub-bg 1s both, scale-down-bg 2s both;
}

.page-header .sub-title {
    width: 59.9173553719%;
    opacity: 0;
}
.page-header .sub-title img {
    display: block;
    width: 100%;
}
.is-loaded .sub-title {
    -webkit-animation: show-title 1s cubic-bezier(0.55, 0.085, 0.68, 0.53) 0.2s both;
            animation: show-title 1s cubic-bezier(0.55, 0.085, 0.68, 0.53) 0.2s both;
}

.page-header .sub-desc {
    margin: 1rem 0 0;
    font-size: 1.25rem;
    font-weight: 200;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.5;
    opacity: 0;
}
.is-loaded .sub-desc {
    -webkit-animation: show-title 1s cubic-bezier(0.55, 0.085, 0.68, 0.53) 0.4s both;
            animation: show-title 1s cubic-bezier(0.55, 0.085, 0.68, 0.53) 0.4s both;
}

@media screen and (max-width: 1024px) {
    .page-header {
        width: auto;
        min-height: 11.25rem;
        padding: 5.25rem 1.25rem 2rem;
        -webkit-box-flex: 1;
            -ms-flex: auto;
                flex: auto;
    }
    .page-header .sub-title {
        width: 38.7700534759%;
    }
    .page-header .sub-desc {
        margin-top: 0.375rem;
        font-size: 0.8125rem;
    }
}

.page-login .sub-bg {
    background-image: url("../img/login_bg.jpg");
}
@media screen and (max-width: 1024px) {
    .page-login .sub-bg {
        background-image: url("../img/login_bg_sm.jpg");
    }
}

.page-join .sub-bg {
    background-image: url("../img/join_bg.jpg");
}
.page-join .sub-title {
    display: none !important;
}
.page-join .sub-desc {
    display: none !important;
}
@media screen and (max-width: 1024px) {
    .page-join .sub-bg {
        background-image: url("../img/join_bg_sm.jpg");
    }
}

.page-content {
    position: relative;
    width: 100%;
    min-height: 100%;
    padding: 11.25rem 1.5rem;
    color: #222;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    background: #fff;
}
.page-content .account-menu {
    position: absolute;
    top: 0;
    right: 0;
    margin: 1.5rem;
    text-align: right;
}
.page-content .account-menu .login:before {
    background-image: url("../img/ic_login_bk.svg");
}
.page-content .account-menu .join:before {
    background-image: url("../img/ic_join_bk.svg");
}
.page-content .account-menu .home:before {
    width: 1.125rem;
    height: 1.25rem;
    background-image: url("../img/ic_home_bk.svg");
}
.page-content > .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 31.4375rem;
    min-height: 100%;
    padding: 0;
    -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;
}
@media screen and (max-width: 1024px) {
    .page-content {
        padding: 4.875rem 1.25rem;
    }
    .page-content .account-menu {
        display: none;
    }
    .page-content > .container {
        max-width: 100%;
    }
}

.account-form .form-row {
    margin-bottom: 0.75rem;
}
.account-form .member-type {
    margin-bottom: 1.875rem;
}
.account-form .form-label {
    width: 7.5rem;
    font-size: 1rem;
    font-weight: 700;
    line-height: 4.375;
}
.account-form .form-label:after {
    height: 1.5rem;
    border-color: #d1d1d1;
}
.account-form .form-label[class*=ico-]:before {
    content: "";
    display: inline-block;
    width: 1.5rem;
    height: 1.25rem;
    margin: -2px 4px 0 0;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: contain;
}
.account-form .ico-email:before {
    background-image: url("../img/ic_input_email.svg");
}
.account-form .ico-pwd:before {
    background-image: url("../img/ic_input_pwd.svg");
}
.account-form .ico-user:before {
    background-image: url("../img/ic_input_name.svg");
}
.account-form .form-text {
    height: 4.375rem;
    padding-left: 8.75rem;
    border: 1px solid #d1d1d1;
    border-radius: 0.625rem;
    background: #fff;
}
.account-form .help-account {
    font-size: 0.875rem;
    letter-spacing: -0.05em;
    line-height: 1.4285714286;
    text-decoration: underline;
    float: right;
}
.account-form .btn-submit {
    margin-top: 1.75rem;
}
@media screen and (max-width: 1024px) {
    .account-form .form-row {
        margin-bottom: 0.9375rem;
    }
    .account-form .member-type {
        margin-bottom: 1.5rem;
    }
    .account-form .form-label {
        width: 5.5rem;
        font-size: 0.8125rem;
        line-height: 4.1538461538;
    }
    .account-form .form-label:after {
        height: 1.1875rem;
    }
    .account-form .form-label[class*=ico-]:before {
        width: 1rem;
        height: 0.75rem;
    }
    .account-form .form-text {
        height: 3.375rem;
        padding-left: 6.25rem;
        border-radius: 0.3125rem;
    }
    .account-form .help-account {
        font-size: 0.8125rem;
        line-height: 1.8461538462;
    }
    .account-form .btn-submit {
        margin-top: 2.8125rem;
    }
}

.page-join .account-form .form-label {
    width: 9.375rem;
}
.page-join .account-form .form-text {
    padding-left: 10.625rem;
}
@media screen and (max-width: 1024px) {
    .page-join .account-form .form-label {
        width: 7.1875rem;
    }
    .page-join .account-form .form-text {
        padding-left: 7.8125rem;
    }
}

/* #Print */
@media print {
    * {
        -webkit-print-color-adjust: exact;
        print-color-adjust: exact;
    }
    .header, .footer, .page-header {
        display: none;
    }
    img {
        max-width: 100% !important;
        page-break-inside: avoid;
    }
}