@charset "utf-8";

.main .bg01 {
    background-image: url(/img/body_bg01.png) !important;
    background-color: var(--bg-dark-1) !important;
}

.dark-scheme section {
    background: transparent;
}

header #mainmenu>li::before {
    content: none;
}



/* 20240308 css 추가 */


#kr #mainmenu a {
    color: #111;
} 

#kr #submenu a {
    color: #fff;
}

header.white {
    background: #fff;
}

/* END 20240308 css 추가 */

/* footer */
#footer {
    padding: 60px 0;
    background: #060608;
}

#footer .container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

#footer .container .left {
    display: flex;
    align-items: center;
    gap: 80px;
}

#footer .container .left .f_logo img {
    filter: grayscale(1);
}

#footer .container .left .f_alt_box .alt {
    display: inline-block;
    line-height: 1.6em;
    font-size: 16px;
    font-weight: 400;
    color: #cbcdd1;
}

#footer .container .left .f_alt_box .alt:not(:last-child) {
    margin-right: 15px;
}

#footer .container .right a {
    text-decoration: underline !important;
    color: #b7b9be;
}

#footer .container .right a:not(:last-child) {
    margin-right: 20px;
}

/* END footer */

/* main */
a.btn-main,
.btn-main {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 50px;
    height: 40px;
}

.custom_txt {
    margin-top: 25px;
    font-size: 20px;
    color: #cbcdd1;
    line-height: 1.4em;
}

.custom_txt2 {
    font-size: 18px;
    color: #cbcdd1;
    line-height: 1.4em;
    margin-top: 15px;
}

/* END main */

/* korea */
.korea .con01 {
    text-align: center;
}

.c_tit {
    font-size: 40px;
    font-weight: 700;
    letter-spacing: -0.025em;
    line-height: 1.25em;
    color: #fff;
}

.c_tit span.fz-52 {
    font-size: 52px;
}

.c_line {
    width: 35px;
    height: 1px;
    background-color: #fff;
    margin: 60px auto 30px;
}

.c_sub_tit {
    font-weight: 600;
    font-size: 20px;
    line-height: 1.5em;
    letter-spacing: -0.025em;
    color: #fff;
}

.c_sub_alt {
    font-size: 16px;
    font-weight: 400;
    color: #cbcdd1;
    letter-spacing: -0.025em;
    line-height: 1.6em;
}

.korea .con02,
.japan .con02 {
    background: url('/img/korea_con02_bg.jpg') no-repeat center / cover;
    text-align: center;
}

/* END korea */

/* japan */
.japan .con {
    text-align: center;
}

.japan .con01 .flex_box {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 70px;
}

.japan .con01 .flex_box .circle_txt {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: -0.025em;
    margin-top: 30px;
    color: #fff;
}

.japan .con01 .flex_box .box:not(:last-child) {
    margin-top: 15px;
}

.japan .con01 .flex_box .box:not(:last-child) .circle_box {
    position: relative;
}

.japan .con01 .flex_box .box:not(:last-child) .circle_box::after {
    content: '';
    position: absolute;
    width: 29px;
    height: 29px;
    right: -35px;
    top: 50%;
    transform: translate(50%, -50%);
    background: url('/img/japan_con01_plus.png') no-repeat center / cover;
}

.japan .con01 .flex_box .box:nth-child(3) .circle_box::after {
    height: 20px;
    background: url('/img/japan_con01_icon.png') no-repeat center / cover;
}

/* END japan */
@media all and (max-width:1100px) {
    #footer .container {
        flex-direction: column;
        gap: 60px;
    }

    .japan .con01 .flex_box .box:nth-child(3) .circle_box::after {
        display: none;
    }

    .japan .con01 .flex_box .box:not(:last-child) {
        width: calc(33.333% - 20px);
    }

    .japan .con01 .flex_box {
        gap: 30px;
    }

    .japan .con01 .flex_box .box:not(:last-child) .circle_box::after {
        right: -15px;
        width: calc(100vw * (15/390));
        height: calc(100vw * (15/390));
    }
}

@media all and (max-width:900px) {
    #footer .container .left {
        flex-direction: column;
        gap: 60px;
        text-align: center;
    }

    .c_tit br,
    .c_sub_tit br {
        display: none;
    }

    .c_tit {
        font-size: 35px;
    }
}

.filters {
    font-family: var(--body-font);
    padding: 0;
    margin: 0;
    margin-bottom: 20px;
    font-weight: 400;
}

.filters li {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 25px;
}

.filters li a {
    background: rgba(255, 255, 255, .1);
    outline: none;
    color: #ffffff;
    text-decoration: none;
    padding: 8px 20px;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
}

.filters li a.selected {
    background: linear-gradient(to right, var(--primary-color), var(--secondary-color));
    color: #fff;
}

/* 20240109 css 추가 */
.bgchange {
    background: linear-gradient(90deg, rgba(108, 135, 204, 1) 0%, rgba(108, 153, 204, 1) 100%) !important;
}

/* END 20240109 css 추가 */

/* 20240308 css 추가 */
.main .con00 .flex_box {
    margin-top: 60px;
}

.main .con00 .flex_box .area_box {
    display: flex;
    gap: 30px;
}

.main .con01_01 .half_flex_box {
    display: flex;
    align-items: center;
    gap: 80px;
    flex-wrap: wrap;
}

.main .con01_01 .half_flex_box>div {
    width:calc(50% - 40px);
}

.main .con01_01 .half_flex_box .left_box .desc_box {
    text-align: left;
}

.main .con01_01 .half_flex_box .left_box .desc_box .tit {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.25em;
    letter-spacing: -0.025em;
}

.main .con01_01 .c_sub_tit span {
    color: #c3d4ff;
}

.main .con01_02 .half_flex_box {
    display: flex;
    align-items: center;
    gap: 40px;
    flex-wrap: wrap;
}

.main .con01_02 .half_flex_box>div {
    width:calc(50% - 20px);
}

.main .con01_02 .desc_box {
    text-align: center;
    margin-top: 60px;
}
.main .con01_02 .desc_box .tit {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.25em;
    letter-spacing: -0.025em;
}

.main .con01_02 .c_sub_tit span {
    color: #c3d4ff;
}


@media all and (max-width:900px) {
    .main .con00 .flex_box .area_box {
        flex-wrap: wrap;
    }
     .main .con00 .flex_box .area_box {
        justify-content: center;
    }
    .main .con01_01 .half_flex_box>div {
        width: 100%;
    }

    .main .con01_02 .half_flex_box>div {
    width:100%;
}

}

/* END 20240308 css 추가 */

