/* -----------------------------------------------
Reset
-------------------------------------------------- */
html {
    font-family: sans-serif;
    overflow-x: auto;
    overflow-y: scroll;
}
body {
    background-color: #FFFFFF;
    margin: 0;
    padding: 0;
    -webkit-text-size-adjust: none;
}
a {
    background: transparent;
    outline: 0 !important;
}
a:focus {
    outline: thin dotted;
}
a:active,
a:hover {
    outline: 0;
}
html, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code, del, em, img, strong,
dl, dt, dd, ol, ul, li,
fieldset, form, label,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}
article, aside, footer, header, small, nav, section, figure, figcaption, main {
    margin: 0;
    padding: 0;
    display: block;
    vertical-align: baseline;
    list-style: none;
    background-color: transparent;
    outline: none;
}
audio, canvas, video {
    display: inline-block;
}
ul, ol {
    list-style-type: none;
}
table {
    border: none;
    border-collapse: collapse;
    border-spacing: 0;
}
img {
    line-height: 1;
    vertical-align: middle;
}
a img {
    border: none;
}
img[usemap], map area {
    border: none !important;
    outline: none !important;
}
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
hr {
    box-sizing: content-box;
    height: 0;
}
dt, dd, li,
th, td,
input, textarea {
    text-align: left;
    vertical-align: top;
}
input, textarea, button {
    margin: 0;
    padding: 0;
}
button, label {
    background-color: transparent;
    cursor: pointer;
    border: 0;
}
button, select {
    text-transform: none;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
button[disabled], html input[disabled] {
    cursor: default;
}
input[type="checkbox"], input[type="radio"] {
    box-sizing: content-box;
    padding: 0;
}
input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
button::-moz-focus-inner, input::-moz-focus-inner {
    padding: 0;
    border: 0;
}
textarea {
    overflow: auto;
    vertical-align: top;
}
.hidden {
    display: none !important;
}
.show_sp {
    display: none !important;
}
.show_pc {
    display: block !important;
}
@media (max-width: 991px) {
    .show_sp {
        display: block !important;
    }
    .show_pc {
        display: none !important;
    }
    .nav_pc {
        display: none;
    }
}
.hdg_lv1 {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    color: #1E70DA;
    font-size: 86px;
    text-align: left;
}
.hdg_lv1 span {
    display: block;
    font-size: 36px;
    color: #222222;
}
.hdg_lv2 {
    font-size: 32px;
    color: #1E70DA;
    font-weight: 500;
    text-align: left;
    margin-bottom: 30px;
}
.hdg_lv1_sub {
    font-size: 32px;
    color: #222222;
    margin-bottom: 30px;
}
.hdg_lv1_sub span {
    color: #1E70DA;
}
@media (max-width: 991px) {
    .hdg_lv1 {
        position: absolute;
        top: 50%;
        left: 12%;
        transform: translateY(-50%);
        color: #1E70DA;
        font-size: 48px;
    }
    .hdg_lv1 span {
        display: block;
        font-size: 21px;
        line-height: 36px;
    }
    .hdg_lv2 {
        font-size: 32px;
        color: #1E70DA;
        font-weight: 500;
        text-align: left;
        margin-bottom: 24px;
    }
    .hdg_lv1_sub {
        font-size: 24px;
        margin-bottom: 24px;
    }
}
.w25 {
    width: 25%;
}
.w30 {
    width: 30%;
}
.w50 {
    width: 50%;
}
.w100 {
    width: 100%;
}
.list_disc {
    list-style-type: disc;
    padding-left: 32px;
}
@media (max-width: 991px) {
    .list_disc {
        list-style-type: disc;
        padding-left: 28px;
    }
}
figure.media iframe {
    width: 100%;
    height: 100%;
    aspect-ratio: 16 / 9;
}
.error,.error_message {
    color: #F00;
    font-size: 14px;
    font-weight: 500;
    margin-top: 6px;
    display: block;
    text-align: left;
}
.error:empty {
    margin: 0;
}
@media (max-width: 991px) {
    .error,.error_message {
        font-size: 12px;
    }
}
/* -----------------------------------------------
Base
-------------------------------------------------- */
body {
    font-family: "Pretendard", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
    font-size: 16px;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    /* sp */
}

h1, h2, h3, h4, h5, h6,
th, td {
    line-height: 1.4;
    font-size: 100%;
}
p,
li,
input,
textarea,
figcaption {
    line-height: 1.4;
}
input, textarea, button, select {
    font-size: 100%;
    outline: none;
}
strong {
    font-weight: bold;
}
em {
    font-weight: bold;
}
a {
    text-decoration: none;
}
a:hover,
a:active {
    text-decoration: none;
}
a, input, label {
    -webkit-tap-highlight-color: transparent;
}
img {
    max-width: 100%;
    height: auto;
}
* {
    box-sizing: border-box;
}

@keyframes rotateDots {
    0% {
        -webkit-transform: translate(-50%, -50%) rotate(0deg);
        transform: translate(-50%, -50%) rotate(0deg);
    }

    100% {
        -webkit-transform: translate(-50%, -50%) rotate(360deg);
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

@keyframes scrollMotion {
    0% {
        bottom: 95px;
    }

    30% {
        bottom: 0px;
    }

    100% {
        -webkit-transform: translateX(-50%) scale(10);
        transform: translateX(-50%) scale(10);
        opacity: 0;
        bottom: 0px;
    }
}
@keyframes introduction {
    0% {
        -webkit-transform: translateY(50px);
        transform: translateY(50px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
        opacity: 1;
    }
}

@-webkit-keyframes graphAnim {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes graphAnim {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes fadeInUp {
    0% {
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
        opacity: 0
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}
.anime {
    display: block;
    opacity: 0;
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
}

.anime.animated {
    -webkit-animation: fadeInUp .8s forwards;
    animation: fadeInUp .8s forwards;
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s
}

.anime_right {
    display: block;
    opacity: 0;
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
}

.anime_right.animated {
    -webkit-animation: fadeInRight .8s forwards;
    animation: fadeInRight .8s forwards;
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s
}

/* -----------------------------------------------
Slick Slider
-------------------------------------------------- */
.slick-dots {
    bottom: -38px;
}
.slick-dots li {
    width: 8px;
    height: 8px;
    margin: 0 6px;
}
.slick-dots li.slick-active {
    width: 15px;
    border-radius: 4px;
}
.slick-dots li button {
    border-radius: 50%;
    width: 8px;
    height: 8px;
    background-color: #627280;
    padding: 0;
}
.slick-dots li.slick-active button {
    width: 15px;
    border-radius: 4px;
    background-color: #1E70DA;
}
.slick-dots li button:before {
    content: none;
}
@media (max-width: 991px) {
    .slick-dots li {
        margin: 0 4px;
    }
    .slick-dots li.slick-active {
        width: 14px;
    }
    .slick-dots li.slick-active button {
        width: 14px;
    }
}

/* -----------------------------------------------
Header
-------------------------------------------------- */
.header {
    transition: all ease .5s;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    border-bottom: 1px solid #FFFFFF33;
}
.header.scrolled {
    background-color: #FFFFFF;
}
.header.scrolled .header_hover {
    border-bottom: 1px solid #F5F5F5;
}
.header_container {
    position: relative;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.home .header_container .logo a {
    color: #FFFFFF;
}
.header.scrolled .header_container .logo a {
    color: #222;
}
.nav .menu {
    list-style: none;
    display: flex;
    gap: 30px;
}
.nav .menu > li {
    position: relative;
}
.nav .menu a {
    font-size: 16px;
    font-weight: 600;
    color: #FFFFFF;
    text-decoration: none;
    padding: 10px;
    display: inline-block;
    transition: color 0.3s;
}
.nav .menu a:hover {
    color: #FFFFFF;
}
.nav .menu .dropdown .submenu a {
    font-weight: 400;
    color: #222222;
}
.nav .menu .dropdown .submenu a:hover {
    font-weight: 600;
}
.header.scrolled .nav .menu a {
    color: #555;
}
.header.scrolled .nav .menu a:hover {
    color: #222222;
}
.submenu li a {
    padding: 10px 15px;
    display: block;
}
.dropdown .dropdown_icon:after {
    content: "";
    display: inline-block;
    width: 12px;
    height: 7px;
    background-image: url('../images/common/arrow_down.svg');
    background-size: contain;
    margin-left: 5px;
    background-repeat: no-repeat;
    vertical-align: middle;
}
.header.scrolled .dropdown .dropdown_icon:after {
    background-image: url('../images/common/arrow_down_black.svg');
}
.submenu {
    position: absolute;
    top: 100%;
    left: 0;
    background-color: transparent;
    min-width: 180px;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.3s ease-in-out;
    pointer-events: none;
    padding-top: 30%;
}
.dropdown:hover .submenu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
}
.header_icons {
    display: flex;
    align-items: center;
    gap: 30px;
    color: #fff;
    font-size: 14px;
}
.home .btn_lang_icon svg,
.home .btn_login svg,
.login .btn_login svg,
.login .btn_lang_icon svg,
.register .btn_login svg,
.register .btn_lang_icon svg {
    color: #FFFFFF;
}
.header.scrolled .btn_lang_icon svg, .header.scrolled .btn_login svg {
    color: #222;
}
.mobile_menu {
    display: none;
    overflow-y: auto;
}
.btn_lang {
    position: relative;
}
.lang_list {
    position: absolute;
    top: 28px;
    right: -40px;
    background-color: #FFFFFF;
    min-width: 150px;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.3s ease-in-out;
    pointer-events: none;
    border-radius: 9px;
}
.btn_lang:hover .lang_list {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
}
.btn_lang .lang_list a {
    padding: 20px 10px;
    display: block;
    font-size: 14px;
    color: #222222;
    text-align: center;
    text-decoration: none;
}
/*Before Login*/
.login_account {
    display: flex;
    align-items: center;
    gap: 10px 16px;
}
.login_account .login_btn {
    width: 100px;
    border-radius: 6px;
    background-color: #1E70DA;
    color: #FFFFFF;
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
}
.login_account .join_btn {
    width: 100px;
    border-radius: 6px;
    background-color: transparent;
    color: #FFFFFF;
    border: 1px solid #627280;
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
}
@media (max-width: 1450px) {
    .header_container {
        width: auto;
        margin: 0 40px;
    }
}
@media (max-width: 991px) {
    .header_container {
        margin: 0;
    }
    .header .header_hover, .header.scrolled .header_hover {
        border-bottom: 0;
    }
    .btn_lang_icon svg {
        width: 22px;
        height: 22px;
    }
    .header_container {
        max-width: 100%;
        height: 70px;
        padding: 0 20px;
    }
    .header_icons {
        position: relative;
    }
    .header_icons .btn_lang_icon {
        width: 23px;
        margin-right: 42px;
    }
    .header_icons .btn_lang_icon img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
    .mobile_menu.is-open {
        opacity: 1;
        transform: translateY(0);
        z-index: 999;
    }
    /* MOBILE MENU */

    .mobile_menu {
        color: #fff;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        height: 100vh;
        display: block;
        padding: 20px 20px 100px;
        background-color: #FFFFFF;
        opacity: 0;
        transition: .5s ease-in-out;
        transform: translateY(-999px);
    }
    .mobile_menu.active {
        display: block;
    }
    .top_menu {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 10px;
        margin-bottom: 20px;
    }
    .top_menu .top_menu_item {
        display: flex;
        align-items: center;
        gap: 8px;
        padding: 8px;
        color: #222;
        font-weight: 600;
    }
    .top_menu .top_menu_item a {
        display: flex;
        align-items: center;
        gap: 8px;
        color: #222;
        font-weight: 600;
    }
    .login_btn {
        width: 100%;
        border-radius: 4px;
        background-color: #1E70DA;
        color: #FFFFFF;
        padding: 12px 20px;
        font-size: 16px;
        cursor: pointer;
        text-align: center;
    }
    .join_btn {
        width: 100%;
        border-radius: 4px;
        background-color: transparent;
        color: #222222;
        border: 1px solid #BEBEBE;
        padding: 12px 20px;
        font-size: 16px;
        cursor: pointer;
        text-align: center;
    }
    .login_account .hamburger {
        width: 24px;
        height: 19px;
        position: absolute;
        top: 50%;
        right: 20px;
        outline: 0;
        transform: translateY(-50%);
    }
    /* Accordion */
    .accordion_item {
        margin-bottom: 6px;
    }
    .accordion_header {
        width: 100%;
        background-color: #F5F5F5;
        border: none;
        color: #222222;
        text-align: left;
        padding: 17px 14px;
        font-size: 16px;
        font-weight: 600;
        border-radius: 5px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        cursor: pointer;
    }
    .accordion_header.active {
        border-radius: 5px 5px 0 0;
    }
    .accordion_content {
        display: none;
        flex-direction: column;
        background-color: #FFFFFF;
        padding: 10px 15px;
        border-radius: 0 0 8px 8px;
    }
    .accordion_content a {
        display: block;
        padding: 13px 0;
        font-size: 14px;
        color: #222222;
        font-weight: 600;
    }
    .accordion_header a {
        font-size: 14px;
        color: #222222;
        font-weight: 600;
    }
    .accordion_header.accordion_icon {
        transition: transform 0.3s ease;
    }
    .accordion_header.accordion_icon:after {
        content: "";
        display: inline-block;
        width: 12px;
        height: 8px;
        background-image: url(../images/common/arrow_down_black.svg);
        background-size: contain;
        background-repeat: no-repeat;
        vertical-align: middle;
    }
    .accordion_header.accordion_icon.active:after {
        transform: rotate(180deg);
    }
    .hamburger:focus-visible {
        box-shadow: 0 0 0 2px blue;
    }
    .hamburger {
        width: 24px;
        height: 19px;
        position: absolute;
        top: 1px;
        right: 1px;
        outline: 0;
    }
    .hamburger .inn {
        margin: auto;
        position: absolute;
        width: 24px;
        height: 17px;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
    }
    .hamburger .line {
        position: absolute;
        display: inline-block;
        background-color: #FFFFFF;
        height: 2px;
        border-radius: 2px;
        left: 0;
        width: 24px;
        transition: 0.3s;
    }
    .scrolled .hamburger .line {
        background-color: #222;
    }
    .hamburger .line:nth-of-type(1) {
        top: 0;
    }
    .hamburger .line:nth-of-type(2) {
        top: 48%;
    }
    .hamburger .line:nth-of-type(3) {
        bottom: 0;
    }
    .hamburger.is-open .line:nth-of-type(1) {
        top: 45%;
        transform: rotate(45deg);
    }
    .hamburger.is-open .line:nth-of-type(2) {
        opacity: 0;
    }
    .hamburger.is-open .line:nth-of-type(3) {
        top: 45%;
        transform: rotate(-45deg);
        bottom: auto;
    }
}
/* -----------------------------------------------
Footer
-------------------------------------------------- */
.footer {
    background: #717171;
}
.footer .inner {
    max-width: 1600px;
    width: 100%;
    margin: 0 auto;
    padding: 30px;
    display: flex;
    justify-content: space-between;
}
.footer .logo_footer {
    width: 191px;
}
.footer_content {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
}
.footer_content .nav_footer {
    margin: 0 30px;
}
.footer_content .nav_footer h3 {
    font-size: 16px;
    color: #FFFFFF;
    font-weight: 600;
    margin-bottom: 30px;
}
.footer_content .nav_footer ul {

}
.footer_content .nav_footer ul li {
    font-size: 14px;
    color: #CBD1D6;
    text-align: left;
    margin-bottom: 10px;
}
.footer .copyright {
    padding: 10px 30px;
    background: #7A7A7A;
}
.footer .copyright p {
    max-width: 1600px;
    width: 100%;
    margin: 0 auto;
    color: #CBD1D6;
    font-size: 14px;
    text-align: left;
}
@media (max-width: 991px) {
    .footer .inner {
        max-width: 100%;
        width: 100%;
        margin: 0 auto;
        padding: 20px;
        flex-direction: column;
    }
    .footer .logo_footer {
        width: 100%;
        margin-bottom: 30px;
    }
    .footer_content {
        flex-direction: column;
    }
    .footer_content .nav_footer h3 {
        font-size: 15px;
        margin-bottom: 20px;
    }
    .footer_content .nav_footer ul li {
        font-size: 12px;
    }
    .footer .copyright p {
        font-size: 11px;
        text-align: center;
    }
}

.header_submenu-bg {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    min-height: 190px;
    background: #FFFFFF;
    z-index: 998;
    opacity: 1;
    pointer-events: none;
    transition: opacity 0.3s;
}

.header_submenu-bg.hide {
    opacity: 0;
    pointer-events: none;
}

@media (max-width: 991px) {
    .header_submenu-bg {
        display: none;
    }
}
