/* 헤더  */

#header .inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 100px;
    padding: 0 calc((100% - 1800px) / 2);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    background: transparent;
    transition: 0.3s ease;
}

#header .inner.fill {
    background: #fff;
}

#header.scrollDown .inner {
    top: -100px;
}

@media (max-width: 1024px) {
    #header.scrollDown .inner {
        top: -80px;
    }
}

@media (max-width: 1920px) {
    #header .inner {
        padding: 0 5%;
    }
}

.h-logo-wrap img {
    height: 36px;
}

.h-menu-wrap {
    display: flex;
    align-items: center;
}

.lang-btns {
    display: flex;
    align-items: center;
    font-size: 14px;
    font-family: 500;
    color: #dddddd;
}

.lang-btns button {
    font-size: 18px;
    font-weight: 500;
    color: #8a8a8a;
    padding: 0 12px;
}

.lang-btns button.on {
    font-weight: 700;
    color: #2a7af5;
}

.join-btn {
    width: 120px;
    height: 40px;
    border-radius: 6px;
    opacity: 1;
    background: #2a7af5;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
}

#header .inner .join-btn {
    margin-left: 28px;
}


/* 비주얼 섹션 */

.visual-wrap .inner {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
    height: 700vh;
    /* height: 100vh; */
    width: 100%;
    background: #fff;
    overflow: hidden;
}

.v-main_lead {
    position: absolute;
    top: 50vh;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 100;
    /* animation: toup 0.5s 0.3s ease forwards; */
    opacity: 1;
}


/* 
  @keyframes toup {
    100% {
      opacity: 1;
    }
  } */

.v-ilo_logo {
    position: fixed;
    top: 50%;
    opacity: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
}

.v-board {
    position: fixed;
    top: 50%;
    opacity: 1;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 100;
    width: 1400px;
    max-width: 1400px;
    opacity: 0;
}

@media (max-width: 1024px) {
    .v-board {
        display: none !important;
    }
}

@media (max-width: 1024px) {
    .visual-wrap .inner {
        height: 1000vh;
    }
}

.v-board.unfixed,
.v-ilo_logo.unfixed,
.circle-fixed-wrap.unfixed {
    position: absolute !important;
    top: 650vh !important;
}

.circle-fixed-wrap.unfixed .circle-wrap {
    display: none;
}

.v-board .card {
    background: #fff;
    padding: 6px 10px;
    display: flex;
    flex-direction: column;
    box-shadow: 0px 1px 3px rgba(8, 28, 66, 0.12);
    border-radius: 6px;
    position: absolute;
    max-width: 183px;
    height: 36px;
    overflow: hidden;
    transition: 0.4s ease;
}

.v-board .card01 {
    width: 183px;
    height: 36px;
    /* width: 0; */
    top: 36.5%;
    left: 3.65%;
}

.v-board .card02 {
    width: 147px;
    top: 37.5%;
    left: 33.7%;
    transform: translateY(-40px);
    translate: 30px;
    opacity: 0;
}

.v-board .card03 {
    width: 167px;
    top: 59%;
    left: 34.5%;
    opacity: 0;
    transition-delay: 0.15s;
    transform: translateY(-40px);
}

.v-board .card04 {
    width: 147px;
    top: 64%;
    left: 33.7%;
    opacity: 0;
    transition-delay: 0.3s;
    transform: translateY(-40px);
    translate: 30px;
}

.v-board .card05 {
    width: 147px;
    top: 69%;
    left: 33.7%;
    opacity: 0;
    transition-delay: 0.45s;
    transform: translateY(-40px);
    translate: 30px;
}

.v-board .card.view {
    transform: translateY(0px);
    opacity: 1;
}

.v-board .card02 .buttons-wrap,
.v-board .card03 .buttons-wrap,
.v-board .card04 .buttons-wrap,
.v-board .card05 .buttons-wrap {
    display: flex;
    margin-left: 19px;
}

.v-board .card01 .buttons-wrap {
    margin-left: 19px;
}

.v-board .card01.move01 {
    top: 32.5%;
    left: 34.5%;
    overflow: visible;
    max-width: 167px;
}

.v-board .card01.opacity01 .spans-wrap {
    opacity: 0;
    transition: 0.3s ease;
}

.v-board .card01.change01 .card-t .conts-box {
    width: calc(100% - 26px);
    transition: 0.3s ease;
}

.v-board .card01.change01 .card-t img:last-child {
    width: 0;
    transition: 0.3s ease;
}

.v-board .card01.change01 .spans-wrap {
    display: none;
}

.v-board .card01.change01 .tags-wrap {
    display: flex;
    margin-top: 5px;
}

.tags-wrap .tag {
    font-size: 10px;
    font-weight: 500;
    color: #fff;
    border-radius: 6px;
    height: fit-content;
    white-space: nowrap;
    padding: 3px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
}

.v-board .card01.change01 .tags-wrap .tag:nth-child(1) {
    animation: apear 0.3s ease forwards;
}

.v-board .card01.change01 .tags-wrap .tag:nth-child(2) {
    animation: apear 0.3s 0.2s ease forwards;
}

.v-board .card01.change01 .tags-wrap .tag:nth-child(3) {
    animation: apear 0.3s 0.4s ease forwards;
}

.v-board .card01.change02 .tags-wrap {
    opacity: 0;
}

.v-board .card01.change02 .buttons-wrap {
    display: flex;
    opacity: 1;
    transition: 0.3s ease;
}

.v-board .card01.opacity02 .tags-wrap {
    opacity: 0;
    transition: 0.3s ease 1.5s;
}

@media (max-width: 1450px) {
    .v-board {
        width: 90%;
    }
    .v-board .card {
        height: 4.5% !important;
        justify-content: center;
    }
    .v-board .card01 {
        width: 13%;
        height: 36px;
        /* width: 0; */
        top: 36.5%;
        left: 3.65%;
    }
    .v-board .card01.move01 {
        max-width: 11.9%;
    }
    .v-board .card02 {
        width: 10.6%;
        top: 37.5%;
        left: 33%;
    }
    .v-board .card03 {
        width: 11.9%;
        top: 59%;
        left: 34.5%;
    }
    .v-board .card04 {
        width: 10.6%;
        top: 64%;
        left: 33%;
        opacity: 0;
        transition-delay: 0.3s;
        transform: translateY(-40px);
        translate: 30px;
    }
    .v-board .card05 {
        width: 10.6%;
        top: 69%;
        left: 33%;
        opacity: 0;
        transition-delay: 0.45s;
        transform: translateY(-40px);
        translate: 30px;
    }
    .card-b {
        display: none !important;
    }
}

@keyframes apear {
    100% {
        opacity: 1;
    }
}

.tags-wrap .tag:first-child {
    margin-left: 19px;
    width: 52px;
}

.tags-wrap .tag:nth-child(2) {
    width: 63px;
    margin: 0 6px;
}

.tags-wrap .tag:last-child {
    width: 68px;
}

.buttons-wrap {
    display: none;
    align-items: center;
}

.card-t {
    display: flex;
    align-items: center;
}

.card-t img:first-child {
    margin-right: 6px;
    width: 13px;
    height: 13px;
}

.card-t img:last-child {
    margin-left: 5px;
    width: 12px;
}

.conts-box {
    width: 145px;
}

.conts-box .bold_line {
    width: 100%;
    height: 14px;
    border-radius: 4px;
    background: #e2e2e2;
}

.card-b {
    display: flex;
    margin-top: -1px;
    white-space: nowrap;
}

.card-b span {
    font-size: 10px;
    font-weight: 400;
    white-space: nowrap;
}

.card-b span:first-child {
    margin-left: 19px;
    color: #8763de;
}

.card-b span:last-child::before {
    content: "";
    width: 1px;
    height: 8px;
    background: #eaeaea;
    display: inline-block;
    margin: 0 6px;
}

.card-b span:last-child {
    color: #adadad;
}

.v-main_lead p {
    font-size: 52px;
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
    color: #000;
    margin-bottom: 24px;
}

.v-main_lead span {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    text-align: center;
    color: #606060;
    margin-bottom: 40px;
    display: block;
}

.v-main_lead .join-btn {
    margin: 0 auto;
    width: 200px;
    height: 60px;
    font-size: 18px;
    font-weight: 600;
    border-radius: 10px;
    display: block;
}

.circle-fixed-wrap {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    /* z-index: 101; */
}

.circle-wrap {
    z-index: -1;
    opacity: 0;
    scale: 0;
    animation: scalegrow 0.8s 0.5s ease-in-out forwards;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
}

.circle-wrap.big {
    position: absolute;
    left: 50%;
    top: 50%;
    translate: -50% -50%;
    animation: scalegrow 0.8s 0.65s ease-in-out forwards;
    z-index: 9;
}

@keyframes scalegrow {
    0% {
        scale: 0;
        opacity: 0;
    }
    100% {
        scale: 1;
        opacity: 1;
    }
}

.v_circle_1 {
    width: 736px;
    height: 736px;
    border: 1px solid rgba(228, 229, 233, 1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    transform-origin: center;
    animation: rotate-ani 10s linear infinite;
    /* transition: 0.05s linear; */
}

.circle-wrap.big .v_circle_1 {
    width: 1400px;
    height: 1400px;
}

.v_circle_1 img {
    animation: rotate-reverse 10s linear infinite;
    filter: drop-shadow(-10px -10px 35px rgba(63, 84, 154, 0.08));
    position: absolute;
}

.circle-wrap.small .v_circle_1 img:nth-child(1) {
    right: 12%;
    bottom: 3%;
}

.circle-wrap.small .v_circle_1 img:nth-child(2) {
    left: 50%;
    top: -6%;
}

.circle-wrap.small .v_circle_1 img:nth-child(3) {
    left: 5%;
    bottom: 8%;
}

.circle-wrap.big .v_circle_1 img:nth-child(1) {
    left: 5.5%;
    top: 20%;
}

.circle-wrap.big .v_circle_1 img:nth-child(2) {
    right: -2%;
    top: 40%;
}

.circle-wrap.big .v_circle_1 img:nth-child(3) {
    left: 13%;
    bottom: 10%;
}

@keyframes rotate-ani {
    100% {
        transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
    }
}

@keyframes rotate-reverse {
    100% {
        transform: rotate(-360deg);
        -ms-transform: rotate(-360deg);
        -webkit-transform: rotate(-360deg);
        -moz-transform: rotate(-360deg);
        -o-transform: rotate(-360deg);
    }
}

@media (max-width: 1024px) {
    .v_circle_1 {
        width: 437px;
        height: 437px;
    }
    .circle_img {
        width: 365px;
        height: 365px;
        padding: 0;
    }
    .circle-wrap.big .v_circle_1 {
        width: 635px;
        height: 635px;
    }
    .circle-wrap.big .v_circle_1 .circle_img {
        width: 485px;
        height: 485px;
        padding: 0;
    }
    .circle-wrap.small img {
        width: 60px;
        height: 60px;
    }
    .circle-wrap.big img {
        width: 36px;
        height: 36px;
    }
}

.service01-wrap,
.service03-wrap,
.banner02-wrap {
    background: #f4f7ff;
}

.this_sec .info_l-wrap {
    animation: toupapear 0.3s ease forwards;
}

.this_sec .info_r-wrap {
    animation: toupapear 0.3s 0.2s ease forwards;
}

@keyframes toupapear {
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

.service-wrap .inner {
    display: flex;
    align-items: center;
    padding: 140px calc((100% - 1050px) / 2);
}

.info_l-wrap,
.info_r-wrap {
    width: 50%;
    transform: translateY(100px);
    opacity: 0;
}

.info_r-wrap {
    position: relative;
    display: flex;
    justify-content: flex-end;
}

.anim01 {
    position: absolute;
    top: 160px;
    right: 45px;
    animation: rotate360 1s linear infinite;
}

@keyframes rotate360 {
    100% {
        transform: rotate(360deg);
    }
}

.info_r-wrap>div {
    width: fit-content;
    margin-left: auto;
}

.info_num {
    font-size: 18px;
    color: #2a7af5;
    font-weight: 500;
    margin-bottom: 23px;
    display: flex;
    align-items: center;
}

.info_num img {
    margin-right: 8px;
}

.sec_tit {
    font-size: 44px;
    font-weight: 700;
    line-height: 1.4;
    color: #030303;
    margin-bottom: 16px;
}

.sec_lead {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.6;
    color: #606060;
    width: fit-content;
}

.info_r-wrap {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.service01-wrap .info_bg {
    height: 551px;
    width: 398px;
    margin-left: auto;
}

.service03-wrap .info_bg {
    height: 485px;
}

.banner01-wrap .inner {
    padding: 160px 0;
}

.banner01-wrap .sec_tit,
.banner01-wrap .sec_lead {
    text-align: center;
    margin: 0 auto;
    display: block;
}

.banner01-wrap .sec_lead {
    margin-top: 20px;
}

.marquee-wrap {
    position: relative;
    width: 100%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    height: 114px;
    margin-top: 120px;
    align-items: center;
}

.marquee {
    position: absolute;
    display: flex;
    align-items: center;
    white-space: nowrap;
    background: none;
    width: 2320px;
    overflow: hidden;
    animation: slidemarquee 30s linear infinite;
}

.marquee img {
    margin: 0 60px;
}

.marquee2 {
    animation-delay: -15s;
}

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

.banner02-wrap .inner {
    padding: 160px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.banner02-wrap .sec_tit,
.banner02-wrap .sec_lead {
    text-align: center;
}

.banner02-wrap .join-btn {
    margin-top: 40px;
    width: 240px;
    height: 60px;
    font-size: 18px;
    font-weight: 600;
}

.connect-wrap .inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 160px 0;
}

.banner02-wrap .sec_tit {
    position: relative;
}

.letter-icon {
    position: absolute;
    top: -26px;
    right: -80px;
}

.c-box {
    padding: 60px;
    display: flex;
    flex-direction: column;
    border-radius: 30px;
    background: #e9faf2;
    width: 560px;
    height: 286px;
    position: relative;
}

.c-box:last-child {
    background: #f5f1fe;
    margin-left: 40px;
}

.c_tit {
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 16px;
    text-align: left;
    color: #030303;
    line-height: 1;
}

.c_lead {
    font-size: 16px;
    font-weight: 400;
    color: #606060;
    margin-bottom: auto;
}

.c-box button {
    font-size: 18px;
    font-weight: 600;
    color: #2a7af5;
    display: flex;
    align-items: center;
    width: fit-content;
}

.c-box button img {
    margin-left: 10px;
}

.c-box_icon {
    position: absolute;
    right: 60px;
    top: 60px;
}


/* 푸터 */

#footer .inner {
    width: 100%;
    height: 292px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #f4f7ff;
    position: relative;
}

.f-logo {
    margin-bottom: 40px;
}

.f-mail {
    margin-bottom: 16px;
    font-size: 20px;
    font-weight: 600;
    color: #030303;
    display: flex;
    align-items: center;
}

.f-mail img {
    margin-right: 8px;
}

.f-copy {
    font-size: 13px;
    font-weight: 400;
    color: #030303;
}

.totop_btn {
    width: 94px;
    height: 94px;
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 50%;
    justify-content: center;
    box-shadow: -10px 10px 40px rgba(63, 84, 154, 0.1);
    position: fixed;
    bottom: 100px;
    right: 95px;
    z-index: 1000;
}

.totop_btn span {
    font-size: 20px;
    font-weight: 600;
    color: #030303;
}

@media (max-width: 1300px) {
    .service-wrap .inner,
    .banner01-wrap .inner,
    .banner02-wrap .inner {
        padding: 100px 5%;
    }
}

@media (max-width: 1200px) {
    .connect-wrap .inner {
        padding: 60px 5% 80px;
    }
    .c-box {
        padding: 60px;
        display: flex;
        flex-direction: column;
        border-radius: 30px;
        background: #e9faf2;
        width: calc((100% - 40px) / 2);
    }
}

.mo_br01 {
    display: none;
}

@media (max-width: 1024px) {
    #header .inner {
        height: 80px;
    }
    .h-logo-wrap img {
        height: 28px;
    }
    .v-main_lead p {
        font-size: 42px;
        margin-bottom: 16px;
    }
    .v-main_lead span {
        font-size: 15px;
    }
    .service-wrap .inner {
        flex-direction: column;
    }
    .service02-wrap .inner {
        flex-direction: column-reverse;
    }
    .service01-wrap .info_bg,
    .info_r-wrap>div {
        margin-left: 0;
    }
    .sec_lead {
        margin: 0;
    }
    .service01-wrap .info_r-wrap,
    .service02-wrap .info_l-wrap,
    .service03-wrap .info_r-wrap {
        margin-top: 40px;
    }
    .info_num {
        justify-content: center;
    }
    .info_l-wrap,
    .info_r-wrap {
        width: 100%;
        text-align: center;
    }
    .sec_tit {
        font-size: 36px;
    }
    .sec_lead {
        font-size: 18px;
    }
    .info_r-wrap {
        justify-content: center;
        align-items: center;
    }
    .service01-wrap .info_bg {
        height: auto;
        width: 335px;
    }
    .anim01 {
        top: 120px;
        right: 50%;
        translate: 135px;
        width: 20px;
        height: 20px;
    }
    .sec_tit {
        margin-bottom: 12px;
    }
    .banner01-wrap .sec_lead {
        margin-top: 12px;
    }
    .marquee-wrap {
        margin-top: 60px;
        height: 72px;
    }
    .marquee img {
        width: 72px;
        margin: 0 30px;
    }
    .marquee {
        width: 1320px;
    }
    .connect-wrap .inner .c-box {
        width: 100%;
    }
    .connect-wrap .inner .c-box:last-child {
        margin-left: 0;
        margin-top: 20px;
    }
    .totop_btn {
        width: 62px;
        height: 62px;
        right: 20px;
        bottom: 60px;
    }
    .totop_btn img {
        width: 20px;
        height: 20px;
        margin-bottom: 6px;
    }
    .totop_btn span {
        font-size: 14px;
    }
    .v-main_lead .join-btn {
        width: 240px;
        height: 50px;
        font-size: 16px;
    }
}

.mo_br02 {
    display: none;
}

.service-wrap .inner,
.connect-wrap .inner,
.banner01-wrap .inner {
    background: #fff;
}

.service01-wrap .inner,
.service03-wrap .inner {
    background: #f4f7ff !important;
}

@media (max-width: 768px) {
    .service-wrap .inner {
        padding: 65px 5%;
    }
    .v-main_lead {
        width: 100%;
        /* padding: 0 30px; */
    }
    .v-main_lead p {
        font-size: 32px;
    }
    .v-main_lead span {
        word-break: keep-all;
    }
    .v-main_lead span br {
        display: none;
    }
    .mo_br02 {
        display: block !important;
    }
    .mo_br01 {
        display: block;
    }
    .sec_tit {
        font-size: 28px;
    }
    .sec_lead {
        font-size: 16px;
    }
    .info_num {
        font-size: 16px;
    }
    .info_num img {
        width: 28px;
    }
    .banner01-wrap .inner {
        padding: 65px 0;
    }
    .banner02-wrap .join-btn {
        margin-top: 32px;
        width: 240px;
        height: 50px;
        font-size: 16px;
    }
    .c_tit {
        font-size: 24px;
        margin-bottom: 12px;
    }
    .c_lead {
        font-size: 15px;
    }
    .c-box button {
        font-size: 16px;
    }
    .c_lead {
        margin-bottom: 50px;
    }
    .c-box {
        height: auto;
        padding: 30px;
    }
    .c-box_icon {
        right: 30px;
        top: 30px;
        width: 62px;
        height: 62px;
    }
    #footer .inner {
        height: 229px;
    }
    .letter-icon {
        width: 50px;
        height: 50px;
        right: -55px;
    }
}

@media (max-width: 500px) {
    .info_l-wrap,
    .info_r-wrap {
        text-align: left;
    }
    .service01-wrap .info_l-wrap,
    .service02-wrap .info_r-wrap,
    .service03-wrap .info_l-wrap {
        align-items: flex-start;
    }
    .info_num {
        display: inline-flex;
    }
    .f-logo {
        width: 38px;
        margin-bottom: 32px;
    }
    .f-mail {
        margin-bottom: 12px;
        font-size: 16px;
    }
    .f-copy {
        font-size: 12px;
    }
}

.v-board-mo {
    width: 335px;
    height: 726px;
    margin: 0 auto;
    /* padding: 268px 16px 131px; */
    position: fixed;
    opacity: 0;
    top: 50vh;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    /* animation: toup 0.5s 0.3s ease forwards; */
    transition: opacity 0.3s ease;
}

.v-board-mo.unfixed {
    position: absolute;
    top: 950vh !important;
}

.bg_wrapper {
    width: 100%;
    display: flex;
    white-space: nowrap;
    transition: 0.3s ease;
}

.bg_wrapper.move_left01 {
    transform: translateX(-335px);
}

.bg_wrapper.move_left02 {
    transform: translateX(-670px) !important;
}

.v-board-mo .bg01 {
    opacity: 1;
    padding: 152px 0 194px;
    min-width: 100%;
    height: 726px;
    background-image: url(../images/mobile/bg01.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.v-board-mo .bg02 {
    opacity: 1;
    padding: 150px 0 120px;
    min-width: 100%;
    height: 726px;
    background-image: url(../images/mobile/bg02.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.v-board-mo .bg03 {
    opacity: 1;
    padding: 152px 0 194px;
    min-width: 100%;
    height: 726px;
    background-image: url(../images/mobile/bg03.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.v-board-mo .bg01 img:first-child {
    width: 100%;
    margin: 0 auto;
    display: block;
}

.v-board-mo .bg02 img:first-child {
    width: 100%;
    margin: 0 auto;
    display: block;
}

.v-board-mo .mo_card01,
.v-board-mo .mo_card02,
.v-board-mo .mo_card03,
.v-board-mo .mo_card04,
.v-board-mo .mo_card05 {
    margin-bottom: 5px;
    z-index: 10;
    position: absolute;
    opacity: 0;
    left: 50%;
    translate: -50%;
}

.v-board-mo .mo_card02,
.v-board-mo .mo_card03,
.v-board-mo .mo_card04,
.v-board-mo .mo_card05 {
    transform: translateY(-20px);
    opacity: 0;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.v-board-mo .mo_card01 {
    top: 125px;
}

.v-board-mo .mo_card02 {
    top: 164px;
    transition-delay: 0.2s;
}

.v-board-mo .mo_card03 {
    top: 202px;
    transition-delay: 0.3s;
}

.v-board-mo .mo_card04 {
    top: 366px;
    transition-delay: 0.4s;
}

.v-board-mo .mo_card05 {
    top: 404px;
    transition-delay: 0.5s;
}

.v-board-mo .mo_card01 {
    opacity: 1;
}

.mo_card03 {
    margin-bottom: 139px;
}

.v-board-mo.is_open .mo_card02,
.v-board-mo.is_open .mo_card03,
.v-board-mo.is_open .mo_card04,
.v-board-mo.is_open .mo_card05 {
    transform: translateX(0);
    opacity: 1;
}

.v-board-mo .card02,
.v-board-mo .card03,
.v-board-mo .card05 {
    margin-left: 10px;
}

.v-board-mo.is_open .mo_card02,
.v-board-mo.is_open .mo_card03,
.v-board-mo.is_open .mo_card05 {
    margin-left: 10px;
}

.bg02_inner {
    display: flex;
    width: 100%;
    white-space: nowrap;
}

.bg02_inner div {
    min-width: 100%;
    transition: 0.3s ease;
}

.bg02_inner_item01 {
    display: flex;
    flex-direction: column;
    position: relative;
}

.bg02_inner_item01>img:first-child {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.is_sliding01 .bg02_inner_item01,
.is_sliding01 .bg02_inner_item02,
.is_sliding01 .bg02_inner_item03 {
    transform: translateX(-335px);
}

.is_sliding02 .bg02_inner_item01,
.is_sliding02 .bg02_inner_item02,
.is_sliding02 .bg02_inner_item03 {
    transform: translateX(-670px) !important;
}

.v-board-mo {
    overflow: hidden;
}

.bg02_pagi {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    margin-top: 25px;
}

.bg02_pagi .point {
    background: #b1b9c9;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    margin: 0 4px;
    display: block;
    transition: 0.3s ease;
}

.bg02_pagi .point:first-child {
    background: #031d42;
}

.bg02_pagi.this_p01 .point:first-child {
    background: #b1b9c9;
}

.bg02_pagi.this_p01 .point:nth-child(2) {
    background: #031d42;
}

.bg02_pagi.this_p02 .point:nth-child(2) {
    background: #b1b9c9;
}

.bg02_pagi.this_p02 .point:nth-child(3) {
    background: #031d42;
}


/* Landscape 모드일 때 적용할 CSS */

@media (orientation: landscape) and (max-width: 1024px) {
    .visual-wrap .inner {
        height: 1000vh;
    }
    .v-board.unfixed,
    .v-ilo_logo.unfixed,
    .circle-fixed-wrap.unfixed {
        position: absolute !important;
        top: 950vh !important;
    }
    #header .inner {
        height: 56px;
    }
    .lang-btns button {
        font-size: 16px;
        padding: 0 8px;
    }
    .tags-wrap {
        display: none !important;
    }
    .v-board-mo {
        display: none !important;
    }
    .v-board {
        display: block !important;
        width: 500px;
    }
    .v-board .card {
        border-radius: 2px;
        padding: 2px 3px;
    }
    .card-t img:first-child {
        width: 8px;
        height: 8px;
        margin-right: 2px;
    }
    .conts-box .bold_line {
        width: 100%;
        height: 6px;
        border-radius: 1px;
        background: #e2e2e2;
    }
    .v-board .card-t img:last-child {
        display: none;
    }
    .v-board .card01.change01 .card-t .conts-box {
        width: calc(100% - 8px);
    }
    .v-board .card01.move01 {
        top: 33%;
        left: 34.5%;
    }
    .v-board .card02,
    .v-board .card03,
    .v-board .card04,
    .v-board .card05 {
        left: 29.8%;
        transform: translateY(-10px);
    }
    .v-board .card02 {
        top: 38%;
    }
    .v-board .card03 {
        top: 59%;
        left: 34.5%;
    }
    .v-board .card04 {
        top: 64%;
    }
    .v-board .card05 {
        top: 69%;
    }
    .v-main_lead p {
        font-size: 26px;
        margin-bottom: 12px;
    }
    .v-main_lead span {
        font-size: 13px;
        margin-bottom: 30px;
    }
    .v-main_lead .join-btn {
        width: 160px;
        height: 40px;
        font-size: 14px;
    }
    .v-ilo_logo {
        width: 80px;
        height: 80px;
    }
    .v_circle_1 {
        width: 437px;
        height: 437px;
    }
    .circle_img {
        width: 360px;
        height: 360px;
        padding: 0;
    }
    .circle-wrap.big .v_circle_1 {
        width: 635px;
        height: 635px;
    }
    .circle-wrap.big .v_circle_1 .circle_img {
        width: 485px;
        height: 485px;
        padding: 0;
    }
    .circle-wrap.small img {
        width: 60px;
        height: 60px;
    }
    .circle-wrap.big img {
        width: 36px;
        height: 36px;
    }
    .info_num {
        font-size: 16px;
    }
    .sec_tit {
        font-size: 28px;
    }
    .sec_lead {
        font-size: 16px;
    }
    .c_tit {
        font-size: 24px;
        margin-bottom: 12px;
    }
    .c_lead {
        font-size: 15px;
    }
    .c-box button {
        font-size: 16px;
    }
}

.banner-wrap,
.connect-wrap {
    position: relative;
    z-index: 995;
}