/* font */
@font-face {
    font-family: pretendard;
    font-weight: 300;
    src: url(font/Pretendard-Light.woff2) format('woff2');
}

@font-face {
    font-family: pretendard;
    font-weight: 500;
    src: url(font/Pretendard-Medium.woff2) format('woff2');
}

@font-face {
    font-family: pretendard;
    font-weight: 600;
    src: url(font/Pretendard-SemiBold.woff2) format('woff2');
}

@font-face {
    font-family: pretendard;
    font-weight: 700;
    src: url(font/Pretendard-Bold.woff2) format('woff2');
}

@font-face {
    font-family: pretendard;
    font-weight: 800;
    src: url(font/Pretendard-ExtraBold.woff2) format('woff2');
}

@font-face {
    font-family: pretendard;
    font-weight: 900;
    src: url(font/Pretendard-Black.woff2) format('woff2');
}

@font-face {
    font-family: neo;
    font-weight: 800;
    src: url(font/NanumSquareNeoTTF-dEb.woff2) format('woff2');
}

@font-face {
    font-family: nanumsquare;
    font-weight: 700;
    src: url(font/NanumSquareB.woff2) format('woff2');
}

@font-face {
    font-family: nanumsquare;
    font-weight: 800;
    src: url(font/NanumSquareEB.woff2) format('woff2');
}

/* 공통 */
body {
    width: 2160px;
    height: 3840px;
}

body,
a,
button {
    font-family: 'pretendard';
}

.wrap {
    position: relative;
}

header {
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 100px;
    width: 100%;
    height: 260px;
    box-sizing: border-box;
}

header .align_left img {
    margin-right: 35px;
}

header .align_right {
    display: flex;
}

header .align_right .weather {
    position: relative;
    margin-right: 114px;
    display: flex;
    align-items: center;
}

header .align_right .weather::before {
    position: absolute;
    content: "";
    right: -57px;
    top: 50%;
    transform: translateY(-50%);
    width: 6px;
    height: 104px;
    background-color: #D7D7D7;
}

header .align_right .weather .img_zone {
    margin-right: 10px;
}

header .align_right .weather i {
    display: block;
    font-size: 40px;
    font-weight: 300;
}

header .align_right .weather em {
    font-size: 65px;
    font-weight: 500;
}

header .align_right .weather em u {
    font-size: 40px;
}

header .align_right .time {
    font-size: 80px;
    font-weight: 500;
}

header .align_right .date {
    font-size: 40px;
    font-weight: 300;
}

main {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 260px 100px 900px 100px;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}

/* main */
.wrap.main {
    width: 100%;
    height: 100%;
    background: url(../../images/bg_main.png) no-repeat center / 100% auto;
}

.logo_skills {
    margin: 250px 0 115px;
    text-align: center;
}

.nav_main {
    display: flex;
    justify-content: space-between;
}

.nav_main li {
    margin: 0 18px;
}

.nav_main a {
    text-align: center;
}

.nav_main a .img_zone {
    width: 340px;
    height: 340px;
    line-height: 340px;
    background: url(../../images/btn_nav.png) no-repeat center / 100% auto;
}

.nav_main a b {
    display: block;
    margin-top: 50px;
    line-height: 80px;
    font-family: 'nanumsquare';
    font-size: 60px;
    font-weight: 800;
    color: #2C3B74;
}

/* sub */
.wrap.sub {
    width: 100%;
    height: 100%;
    background: url(../../images/bg_sub.png) no-repeat center / 100% auto;
}

section {
    height: 100%;
}

.container {
    position: relative;
    height: 100%;
    border-radius: 110px;
    background-color: #fff;
    box-shadow: 0px 3px 15px #00000026;
    overflow: hidden;
}

.title {
    text-align: center;
    line-height: 1;
    font-size: 0;
}

.title h1 {
    padding: 110px 0 45px;
    line-height: 70px;
    font-size: 70px;
    font-weight: 700;
    color: #FF620D;
}

.title h2 {
    padding-bottom: 100px;
    font-size: 115px;
    font-weight: 800;
    color: #2C3B74;
}

.title p {
    margin: 50px 0 110px;
    font-size: 52px;
    font-weight: 600;
    line-height: 72px;
}

.title p b {
    padding: 5px 10px;
    color: #fff;
    background-color: #FF620D;
}

.btn_group {
    position: absolute;
    display: flex;
    justify-content: space-between;
    width: 100%;
    left: 0;
    top: 390px;
}

.btn_group .btn_home,
.btn_group .btn_back {
    width: 200px;
    height: 450px;
    font-size: 45px;
    font-weight: 600;
    color: #fff;
    box-sizing: border-box;
}

.btn_group .btn_home {
    background: url(../../images/btn_home.png) no-repeat center / 100% auto;
}

.btn_group .btn_back {
    background: url(../../images/btn_back.png) no-repeat center / 100% auto;
}

.nav_btm1 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.nav_btm1 {
    display: flex;
    height: 620px;
    background-color: #2C3B74;
}

.nav_btm1 > li {
    flex-grow: 1;
    width: 100%;
}

.nav_btm1 > li > span {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%;
}

.nav_btm1 > li ~ li span::before {
    position: absolute;
    content: "";
    left: -6px;
    top: 50%;
    transform: translateY(-50%);
    width: 12px;
    height: 415px;
    border-radius: 6px;
    background-color: #3A4981;
}

.nav_btm1 > li > span a {
    z-index: 1;
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    color: #fff;
    font-size: 55px;
    text-align: center;
    line-height: 75px;
    font-family: 'nanumsquare';
}

.nav_btm1 > li > span a img {
    margin-bottom: 30px;
}

.nav_btm1 .active > span a {
    background: transparent linear-gradient(180deg, #6AD0FF 0%, #0099E9 100%) 0% 0% no-repeat padding-box;
}

.nav_btm2 {
    display: none;
    align-items: center;
}

.nav_btm1 .active .nav_btm2 {
    display: flex;
}

.nav_btm2 li {
    flex-grow: 1;
    margin: 0 25px;
}

.nav_btm2 li.active a {
    background: #fff;
    color: #2C3B74;
    border-radius: 60px;
    font-weight: 800;
}

.nav_btm2 li a {
    display: block;
    line-height: 120px;
    color: #fff;
    font-weight: 600;
    font-size: 50px;
    text-align: center;
}

.nav_btm2 {
    position: absolute;
    bottom: 680px;
    left: 50%;
    transform: translateX(-50%);
    height: 170px;
    width: 1940px;
    background: transparent linear-gradient(180deg, #FF7A1E 0%, #E75E00 100%) 0% 0% no-repeat padding-box;
    border-radius: 85px;
}


/* sub - quiz */
.correct {
    display: none !important;
}

.container.quiz {
    background: url(../../images/bg_quiz.png) no-repeat center / 100% auto;
}

.container.quiz .content {
    position: relative;
    margin: 0 auto;
    margin-top: 230px;
    padding: 275px 190px 0 190px;
    width: 1670px;
    height: 1460px;
    box-sizing: border-box;
    background: url(../../images/img_notebook.png) no-repeat center / 100% auto;
}

.container.quiz .content.quiz1 {
    background-image: url(../../images/img_notebook1.png);
}

.container.quiz .img_char_A {
    position: absolute;
    bottom: 0;
    left: -100px;
}

.container.quiz .img_char_A02 {
    position: absolute;
    top: 18px;
    left: 313px;
    animation: charA 1.5s infinite;
}

@keyframes charA {
    0% {
        scale: 1;
    }

    50% {
        scale: 1.1;
    }

    100% {
        scale: 1;
    }
}

.container.quiz .content b {
    display: inline-block;
    width: 1300px;
    height: 85px;
    line-height: 86px;
    padding-left: 40px;
    margin-bottom: 60px;
    color: #fff;
    font-size: 42px;
    font-family: 'neo';
    font-weight: 800;
    background: url(../../images/deco_quiz.png) no-repeat center / 100% auto;
    box-sizing: border-box;
}

.container.quiz .content p {
    font-size: 51px;
    line-height: 80px;
    font-weight: 600;
    word-break: keep-all;
}

.container.quiz .box_btn {
    position: absolute;
    bottom: 230px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
}

.container.quiz .btn_o,
.container.quiz .btn_x {
    position: relative;
    margin: 0 52px;
    width: 415px;
    height: 435px;
    filter: drop-shadow(5px 5px 10px #00000029);
}

.container.quiz .btn_o::before,
.container.quiz .btn_x::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-color: #000;
    border-radius: 97px;
    opacity: 0.7;
}

.container.quiz .btn_o.active::before,
.container.quiz .btn_x.active::before {
    background: transparent;
}

.container.quiz .check {
    position: absolute;
    left: 190px;
    top: 250px;
    width: 480px;
    height: 480px;
}

.container.quiz .box_result {
    z-index: 1;
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    padding: 100px 170px 0 170px;
    width: 100%;
    height: 715px;
    background-color: #333;
    color: #fff;
    box-sizing: border-box;
}

.container.quiz .box_result b {
    display: inline-block;
    width: 400px;
    font-size: 64px;
}

.container.quiz .box_result b.txt_o {
    color: #6EFF00;
}

.container.quiz .box_result b.txt_x {
    color: #FF7F00;
}

.container.quiz .box_result p {
    font-size: 45px;
    line-height: 70px;
}

.container.quiz .btn_start,
.container.quiz .btn_confirm {
    width: 480px;
    height: 165px;
    background: transparent linear-gradient(180deg, #44C8FF 0%, #0089C4 100%) 0% 0% no-repeat padding-box;
    box-shadow: 5px 5px 10px #00000029;
    border: 10px solid #FFFFFF;
    border-radius: 97px;
    font-size: 55px;
    color: #fff;
    font-weight: 600;
}

.container.quiz .btn_start {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 250px;
}

.container.quiz .btn_confirm {
    z-index: 2;
    position: absolute;
    left: 50%;
    bottom: 130px;
    transform: translateX(-50%);
}

.container.quiz .img_char_B,
.container.quiz .img_char_C {
    position: absolute;
    left: 50px;
    bottom: 700px;
}

.container.quiz .img_char_B {
    animation: charB 1.5s infinite;
}

@keyframes charB {
    0% {
        transform: translateY(0);
    }

    25% {
        transform: translateY(-70px) rotate(10deg);
    }

    50% {
        transform: translateY(0px);
    }

    75% {
        transform: translateY(-50px) rotate(-10deg);
    }

    100% {
        transform: translateY(0)
    }
}

.container.quiz .img_char_C02 {
    animation: charC 2s infinite;
    position: absolute;
    transform-origin: 100% 0 0;
    top: 165px;
    left: 153px;
}

.container.quiz .img_char_C03 {
    animation: charC2 2s infinite;
    position: absolute;
    transform-origin: 100% 0 0;
    top: 182px;
    left: 206px;
}

@keyframes charC {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes charC2 {
    0% {
        transform: scale(0);
    }

    30% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

/* sub - map */
.map .img_box {
    margin-bottom: 85px;
    width: 1960px;
    height: 1430px;
}

.map .img_box div {
    position: absolute;
}

.map .img_box .mark_01 {
    left: 100px;
    top: 100px;
}

.map .img_box .mark_02 {
    left: 200px;
    top: 200px;
}

.map .img_box .mark_02 span {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 150px;
    height: 140px;
    text-align: center;
}

.map .img_box .mark_02 b {
    font-size: 30px;
    color: #fff;
    line-height: 39px;
    font-weight: 700;
}

.map .content {
    padding: 0 95px;
}

.map strong {
    font-size: 60px;
    color: #2C3B74;
    font-weight: 800;
}

.map b {
    font-size: 72px;
    color: #2C3B74;
    font-weight: 800;
}

.map ul {
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.map ul li button {
    padding-left: 140px;
    margin: 22px 0;
    background: url(../../images/btn_position.png) no-repeat center / 100% auto;
    width: 543px;
    height: 120px;
    filter: drop-shadow(3px 3px 4px #0000004D);
    font-weight: 600;
    font-size: 45px;
    text-align: left;
    box-sizing: border-box;
}

.map ul li.active button {
    background-image: url(../../images/btn_position_active.png);
    color: #fff;
}

/* sub - videoLive */
.container.videoLive {
    background-color: transparent;
    box-shadow: none;
}

.container.videoLive ul li {
    display: flex;
    align-items: center;
    margin: 0 auto;
    margin-bottom: 60px;
    width: 1225px;
    height: 265px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 5px 15px #00000040;
    border-radius: 35px;
}

.container.videoLive .txt_zone {
    flex-grow: 1;
    position: relative;
    padding-top: 130px;
    padding-left: 75px;
    height: 100%;
    font-size: 57px;
    font-weight: 600;
    box-sizing: border-box;
}

.container.videoLive .txt_zone::before {
    position: absolute;
    content: "";
    left: 75px;
    top: 60px;
    width: 135px;
    height: 42px;
    background: url(../../images/img_live.png) no-repeat center / 100% auto;
}

.container.videoLive .qr {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 265px;
    height: 216px;
    border-left: 4px solid #E4E4E4;
}

.container.videoLive .qr span {
    display: inline-block;
    width: 180px;
    height: 180px;
    border: 6px solid #000;
}



/* sub - video */
.container.video .tab {
    margin: 0 auto;
    padding: 55px 0;
    display: flex;
    flex-wrap: wrap;
    width: 1805px;
    border-bottom: 6px solid #F6F6F6;
}

.container.video .tab li button {
    margin: 15px;
    width: 330px;
    height: 120px;
    background: #F0F0F0 0% 0% no-repeat padding-box;
    border: 6px solid #DADADA;
    border-radius: 110px;
    font-size: 45px;
    font-weight: 600;
}

.container.video .tab li.active button {
    background: #FF7A1E;
    border: none;
    color: #fff;
}

.container.video .content {
    padding: 100px 0;
    height: 1517px;
    overflow-y: scroll;
    box-sizing: border-box;
}

.container.video .content ul {
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    width: 1695px;
}

.container.video .content li button {
    margin: 18px;
    width: 529px;
    box-sizing: border-box;
    text-align: left;
}

.container.video .content li button div {
    position: relative;
    ;
    width: 529px;
    height: 297px;
    border-radius: 30px;
    background-color: gray;
    overflow: hidden;
    background: url(../../images/img_play.png) no-repeat center / 100% auto;
}

.container.video .content li button div::before {
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 150px;
    height: 150px;
    background: url(../../images/img_play.png) no-repeat center / 100% auto;
}

.container.video .content li button div::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: transparent radial-gradient(closest-side at 50% 50%, #00000000 0%, #0000001A 73%, #00000017 100%) 0% 0% no-repeat padding-box;
}

.container.video .content li button b {
    display: block;
    padding: 22px 0 0 20px;
    height: 110px;
    line-height: 55px;
    font-size: 42px;
    font-weight: 600;
}


/* sub - video */
.container.prom {
    padding-top: 150px;
    background-color: transparent;
    box-shadow: none;
    overflow: visible;
}

.container.prom ul {
    display: flex;
    justify-content: space-between;
}

.container.prom ul li:nth-child(odd) {
    margin-top: 140px;
}

.container.prom ul li a {
    position: relative;
    display: inline-block;
    width: 580px;
    height: 900px;
    border: 15px solid #fff;
    border-radius: 82px;
    box-shadow: 5px 5px 20px #00000059;
    text-align: center;
    overflow: hidden;
}

.container.prom ul li a .img_zone {
    width: 580px;
    height: 640px;
    object-fit: cover;
}

.container.prom ul li a span {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    padding-top: 230px;
    width: 580px;
    height: 420px;
    font-size: 60px;
    color: #fff;
    font-weight: 700;
    line-height: 73px;
    background: url(../../images/img_prom.png) no-repeat center / 100% auto;
    box-sizing: border-box;
}
