a:focus-visible,
*:focus-visible {
    outline: none;
}

.blind {
    position: absolute;
    clip: rect(0 0 0 0);
    width: 1px;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    text-indent: -9999px;
}

html,
body {
    margin: 0;
    padding: 0;
    min-width: 1500px;
    overflow: hidden;
    font-family: 'SUIT', sans-serif;
    transition: overflow 0.5s ease;
    scroll-behavior: smooth;
}

html.step2,
body.step2 {
    overflow: auto;
}

.dimmed {
    position: fixed;
    top: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    z-index: 998;
    animation: intro 3s forwards;
    zoom: 0.7;
}

@keyframes intro {
    to {
        opacity: 0;
    }
}

.dimmed.disabled {
    display: none;
}

.step2 .dimmed {
    display: none;
}

.point_text {
    color: #ebcf82;
}

.section_intro {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 10;
    background: #000 url(./img/bg_spot.png) no-repeat 50% 25px;
    background-size: 2560px 1421px;
    background-attachment: fixed;
    zoom: 0.7;
    text-align: center;
    padding-top: 70px;
}

.section_intro .typing_txt {
    text-align: center;
    font-size: 16px;
    color: #f7eadd;
    font-weight: 200;
}

.section_intro .typing_txt .point_text {
    text-decoration: underline;
}


.section_intro .typing_txt {
    opacity: 0;
    font-size: 24px;
    line-height: 1.4;
    white-space: nowrap;
    /* overflow: hidden; */
    /* width: 0;   */
    /* animation: typing 8s forwards;       */
    /* animation-play-state: paused; */
    text-align: center;
    margin: 378px auto 0;
    letter-spacing: -0.5px;
    transition: 2s;
}

.section_intro .typing_txt.obj_on {
    opacity: 1;
}

.section_intro .intro_banner {
    position: absolute;
    top: 300px;
    right: 25px;
    width: 420px;
    height: 160px;
    background: url(./img/banner_move.png) 50% 0 no-repeat;
    z-index: 999;
    opacity: 0;
    transition: 2s;
}

.section_intro .intro_banner.obj_on {
    opacity: 1;
}

.section_intro .intro_logo {
    position: absolute;
    top: 170px;
    right: 0;
    width: 153px;
    height: 112px;
    background: url(./img/20th_logo.png) 50% 0 no-repeat;
    z-index: 999;
    opacity: 0;
    transition: 2s;
    mix-blend-mode: lighten;
}

.section_intro .intro_logo.obj_on {
    opacity: 1;
}


.section_intro #typing_txt2 {
    margin-top: 10px;
}

@keyframes typing {
    to {
        width: 100%;
    }
}

.section_intro .typing_image_01 {
    position: fixed;
    top: 115px;
    left: 50%;
    transform: translateX(-50%);
    width: 515px;
    height: 76px;
    background: url(./img/spot_head_tit.png) 50% 0 no-repeat;
    opacity: 0;
    transition: 2s;
    /* background-size: contain;
    background-repeat: no-repeat;
    clip-path: inset(0 100% 0 0);
    animation: reveal 2s steps(50) forwards;
    animation-play-state: paused; */
}

.section_intro .typing_image_01.obj_on{
    opacity: 1;
}

.section_intro .typing_image_02 {
    position: fixed;
    top: 210px;
    left: 50%;
    transform: translateX(-50%);
    width: 1191px;
    height: 178px;
    background: url(./img/spot_tit.png) 50% 0 no-repeat;
    opacity: 0;
    transition: 2s;
    /* background-size: contain;
    background-repeat: no-repeat;
    clip-path: inset(0 100% 0 0);
    animation: reveal 2s steps(50) forwards;
    animation-play-state: paused; */
}

.section_intro .typing_image_02.obj_on{
    opacity: 1;
}

@keyframes reveal {
    to {
        clip-path: inset(0 0% 0 0);
    }
}

.section_intro .intro_sub_txt {
    position: relative;
    font-size: 14px;
    color: #c4ae9e;
    line-height: 1.4;
    margin-top: 621px;
    opacity: 0;
    transition: 2s;
    letter-spacing: -0.2px;
    z-index: 999;
}

.section_intro .intro_sub_txt a{
    text-decoration: underline;
}

.section_intro .intro_sub_txt.obj_on {
    opacity: 1;
}

.section_intro .scrolldown_txt {
    background: url(./img/scrolldown_txt.png) 50% 0 no-repeat;
    background-size: 116px 35px;
    position: absolute;
    top: 1205px;
    width: 116px;
    height: 35px;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: 2s;
}

.section_intro .scrolldown_txt.obj_on {
    opacity: 1;
}

.section_intro .scrolldown_eff {
    background: url(./img/scrolldown_eff.png) 50% 0 no-repeat;
    background-size: 34px 48px;
    position: absolute;
    top: 1243px;
    width: 34px;
    height: 48px;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: 1.5s;
    box-sizing: border-box;
}

.section_intro .scrolldown_eff.obj_on {
    transform: translate(-50%, 0);
    animation: sdb05 1.5s infinite;
}

@keyframes sdb05 {
    0%{
        transform: translate(-50%, -10px);
        opacity: 0;
    }
    50%{
        opacity: 1;
    }
    100%{
        transform: translate(-50%, 10px);
        opacity: 0;
    }
}

@keyframes toggleEff {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

.obj_bg .vis01{position: absolute; left:50%;top:0; width: 2423px; height:1900px;background:url(./img/light_obj.png) 50% 0 no-repeat; margin-left: -1300px; opacity: 0.5;z-index: 25;opacity: 0;}
.obj_bg .vis01.obj_on{opacity: 0.1;transition:1.1s ease-out;transition-delay:0.4s;animation:star 5s linear infinite 1.6s;}
@keyframes star {
    0%   {opacity:0.1;}
    10%   {opacity:0.2;}
    20%  {opacity:0.3;}
    30% {opacity:0.4;}
    40% {opacity:0.5;}
    50% {opacity:0.6;}
    60% {opacity:0.5;}
    70% {opacity:0.4;}
    80% {opacity:0.3;}
    90% {opacity:0.2;}
    100% {opacity:0.1;transform:skew(-0);}
}


/* .section_intro video {width: 100%;height: 100%;object-fit: cover;} */
.section_intro.fade-out {
    opacity: 0.95;
    transform: scale(1.3);
    pointer-events: none;
    object-fit: cover;
    transition: 2s;
}

#curtain {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(./img/bg_base_01.png) 50% 0;
    z-index: 999;
    transform: translateY(100%);
    transition: transform 1s ease-in-out;
    opacity: 1;
    pointer-events: none;
}

#curtain.active {
    transform: translateY(0%);
}

#curtain.fade-out {
    animation: curtainFadeOut 2s ease-in forwards;
    object-fit: cover;
}

@keyframes curtainFadeOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 1;
    }
}

#main {
    width: 100%;
    height: 100vh;
    object-fit: cover;
    color: #000;
    z-index: 1;
    position: relative;
    opacity: 0;
    transition: opacity 1s ease;
}

#main.active {
    opacity: 1;
}


.aside {
    z-index: 600;
    transition: 0.5s;
    position: fixed;
    right: 20px;
    top: 0;
}

.aside.aside_off {
    opacity: 1;
    width: 78px;
    height: 75px;
    background: url('./img/btn_open_aside.png') no-repeat
}

.aside.aside_off .btn_mn_open {
    position: absolute;
    right: 0;
    top: 0;
    width: 80px;
    height: 80px;
    display: block;
    cursor: pointer;
    text-indent: -9999px;
}

.aside.aside_off.hide {
    right: -300px
}

.aside.aside_on {
    height: 100%;
    transition: 0.4s;
}

.aside.aside_on p {
    width: 300px;
    height: 100%;
    padding-top: 9px;
    padding-bottom: 100px;
    background: #111;
}

.aside.aside_on p a {
    transition: 0.2s;
    display: block;
    padding: 23px 0 15px 34px;
    color: #404040;
    font-size: 16px;
    line-height: 30px;
    text-decoration: none;
    text-align: left;
}

.aside .chapter_tit{font-family:'Pretendard';font-size: 25px;font-weight: 500;}

.aside.aside_on p a.on,
.aside.aside_on p a:hover {
    color: #d8bc85
}

.aside.aside_on .btn_mn_close {
    display: block;
    position: absolute;
    left: -84px;
    top: 0;
    width: 85px;
    height: 85px;
    background: #111 url('./img/aside_close.png') no-repeat;
    cursor: pointer;
    text-indent: -9999px;
}

.aside.aside_on.hide {
    transform: translate(450px, 0);
}

.aside .scroll_y{overflow-y: auto;scrollbar-3dLight-Color: #000; scrollbar-arrow-color: #000; scrollbar-base-color: #000; scrollbar-Face-Color: #000; scrollbar-Track-Color: #000; scrollbar-DarkShadow-Color: #000; scrollbar-Highlight-Color: #000; scrollbar-Shadow-Color: #000}
.aside .scroll_y::-webkit-scrollbar {width: 8px; height: 8px; border:none; }
.aside .scroll_y::-webkit-scrollbar-track {background:rgba(0,0,0,0); -webkit-border-radius: 10px; border-radius:10px; -webkit-box-shadow: inset 0 0 4px rgba(0,0,0,0)}
.aside .scroll_y::-webkit-scrollbar-thumb {height: 50px; width: 50px; background: #3f3d3c; -webkit-border-radius: 8px; border-radius: 8px; -webkit-box-shadow: inset 0 0 4px #3f3d3c}


.aside.empty.aside_on p a {cursor: default!important;}
.aside.empty.aside_on p a.on,
.aside.empty.aside_on p a:hover {
    color: #404040;
}

.aside.empty.aside_on p a.aside1 {cursor: default!important;color: #d8bc85!important;}
.aside.empty.aside_on p a.aside1.on,
.aside.empty.aside_on p a.aside1:hover {
    color: #d8bc85!important;
}

.spinner {
    position: fixed;
    bottom: 50px;
    right: 50px;
    width: 133px;
    height: 131px;
    background: url(./img/icon_gear.png) 50% 0 no-repeat;
    z-index: 9999;
    cursor: pointer;
}
.text_top {
    position: fixed;
    bottom: 24px;
    right: 88px;
    width: 50px;
    height: 16px;
    background: url(./img/text_top.png) 50% 0 no-repeat;
    z-index: 9999;
}

.objc {
    transition: 0.8s;
    opacity: 0;
    transform: translate(0, 30px)
}

.objc.objc_on {
    opacity: 1;
    transform: translate(0, 0);
}

.con {
    position: relative;
    width: 1300px;
    margin: 0 auto;
    background-position: -640px 0 !important;
}


.section_01 {
    position: relative;
    width: 100%;
    padding: 150px 0;
    height: 1290px;
    background: url(./img/bg_base_01.png) 50% 0 repeat;
    object-fit: cover;
    z-index: 9;
    backface-visibility: hidden;
}

.section_01.empty{
    height: 100%;
    min-height: 1400px;
}

.section_01.empty .con {
    width: 100%;
}

.section_01.empty .sub_tit{
    background: none;
    font-size: 60px;
    color: #d1b48f;
    font-weight: bold;
}

.section_01.empty .envelope {
    position: absolute;
    top: 600px;
    left: 50%;
    opacity: 0;
    transform: translate(0, -50%);
    margin-left: -300px;
}

.section_01.empty .envelope.on {
    opacity: 1;
    transform: translate(0, -50%);
}

.section_01 .con {
    text-align: center;
}

.section_01 .tit_shape {
    display: block;
    width: 100%;
    height: 69px;
    background: url(./img/tit_shape.png) 50% 0 no-repeat;
    background-size: 67px 69px;
    margin-bottom: 23px;
}

.section_01 .head_tit {
    display: block;
    width: 100%;
    height: 13px;
    background: url(./img/sec_tit_01.png) 50% 0 no-repeat;
    background-size: 200px 13px;
    margin-bottom: 20px;
}

.section_01 .sub_tit {
    display: block;
    width: 100%;
    height: 86px;
    background: url(./img/sec_subtit_01.png) 50% 0 no-repeat;
    background-size: 565px 86px;
}

.section_01 .envelope {
    position: absolute;
    top: 300px;
    left: 750px;
    width: 500px;
    height: 500px;
    perspective: 800px;
    transition: 0.8s;
    opacity: 0;
    transform: translate(0, 30px)
}

.section_01 .envelope img {
    transform-origin: top center;
}

.section_01 .envelope.on {
    opacity: 1;
    transform: translate(0, 0);
}

.section_01 #typing_wrap {
    margin: 185px 0 0 48px;
}

.section_01 .typing {
    margin-top: 80px;
    font-size: 22px;
    white-space: pre-wrap;
    line-height: 2;
    letter-spacing: -0.5px;
    text-align: left;
}

.section_01 #typing span {
    opacity: 0;
    transform: translateX(-5px);
    display: inline-block;
    transition: opacity 0.4s ease, transform 0.4s ease;
    color: #bfb0a3;
    font-weight: 200;
}

.section_01 #typing span.visible {
    opacity: 1;
    transform: translateX(0);
}

.section_01 .important {
    font-size: 32px !important;
    color: #ebd7c8 !important;
    font-weight: 500 !important;
}

.section_01 .highlight {
    color: #d8bc85 !important;
    font-weight: 500 !important;
}

.section_01 .block {
    height: 0 !important;
    display: block !important;
}

.section_01 .block_line {
    display: block !important;
}

.section_02 {
    position: relative;
    width: 100%;
    padding: 150px 0;
    height: 2125px;
    overflow: hidden;
    background: #18130f url(./img/bg_base_02.jpg) 50% 0 repeat;
    object-fit: cover;
    z-index: 10;
    margin-top: -2px;
    backface-visibility: hidden;
}

.section_02.empty{height: 1340px;}

.section_02.empty .empty_desc{
    display: block;
    font-size: 24px;
    color: #f7eadd;
    line-height: 1.7;
    letter-spacing: -0.5px;
    margin-top: 40px;
    margin-bottom: 49px;
    font-weight: 200;
}

.section_02 .con {
    text-align: center;
}

.section_02 .tit_shape {
    display: block;
    width: 100%;
    height: 69px;
    background: url(./img/tit_shape.png) 50% 0 no-repeat;
    background-size: 67px 69px;
    margin-bottom: 23px;
}

.section_02 .head_tit {
    display: block;
    width: 100%;
    height: 13px;
    background: url(./img/sec_tit_02.png) 50% 0 no-repeat;
    background-size: 204px 13px;
    margin-bottom: 20px;
}

.section_02 .sub_tit {
    display: block;
    width: 100%;
    height: 83px;
    background: url(./img/sec_subtit_02.png) 50% 0 no-repeat;
    background-size: 1106px 83px;
}

.section_02 .play_card {
    position: relative;
    background: url(./img/sec2_bg_paper.png) 50% 0 no-repeat;
    background-size: 1237px 705px;
    width: 1237px;
    height: 705px;
    margin: 52px auto 0;
}

.section_02 .card_box_01 {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 50%;
    padding: 125px 0 0 30px;
}

.section_02 .card_box_02 {
    position: absolute;
    top: 0;
    left: 50%;
    width: 50%;
    height: 50%;
    padding-top: 126px;
}

.section_02 .card_box_03 {
    position: absolute;
    top: 50%;
    left: 0;
    width: 50%;
    height: 50%;
    padding: 75px 0 0 37px;
}

.section_02 .card_box_04 {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50%;
    height: 50%;
    padding-top: 74px;
}

.section_02 .box_tit {
    font-size: 28px;
    font-weight: 400;
    color: #443509;
    letter-spacing: -0.5px;
}

.section_02 .box_text {
    font-size: 68px;
    font-weight: 500;
    line-height: 1.6;
    color: #941c06;
    text-shadow: 2.5px 4.33px 0px rgba(160, 150, 105, 0.26);
    letter-spacing: -0.5px;
}

.section_02 .box_subtext {
    font-size: 15px;
    font-weight: 400;
    color: #9f9682;
    margin-top: 5px;
    letter-spacing: -0.5px;
}

.section_02 .info_box_01 {
    width: 1224px;
    height: 404px;
    background: url(./img/sec2_bg_seria.png) 50% 0 no-repeat;
    background-size: 1224px 404px;
    font-size: 20px;
    line-height: 1.8;
    color: #443509;
    padding: 83px 0 0 442px;
    margin: 42px auto 0;
}

.section_02 .info_tit {
    width: 594px;
    height: 42px;
    background: url(./img/sec2_info_tit.png) 50% 0 no-repeat;
    margin-bottom: 20px;
}

.section_02 .info_text {
    font-size: 20px;
    color: #f7eadd;
    text-align: left;
    font-weight: 200;
}

.section_02 .point_text {
    color: #d8bc85;
    font-weight: 500;
}

.section_02 .info_box_02 {
    display: flex;
    gap: 10px;
    justify-content: center;
    margin-left: -5px;
    margin-top: 92px;
}

.section_02 .rank_box {
    position: relative;
    display: flex;
    justify-content: center;
    height: 0;
    width: 402px;
    font-size: 28px;
    color: #f7eadd;
    font-weight: 500;
}

.section_02 .rank_box .sub_text {
    font-size: 18px;
    color: #b7927f;
    font-weight: 200;
    margin-top: 13px;
}

.section_02 .rank_box.item_01 .icon_medal {
    position: absolute;
    top: -70px;
    left: -35px;
    background: url(./img/medal_01.png) 50% 0 no-repeat;
    background-size: 189px 189px;
    width: 189px;
    height: 189px;
}

.section_02 .rank_box.item_02 .icon_medal {
    position: absolute;
    top: -70px;
    left: -35px;
    background: url(./img/medal_02.png) 50% 0 no-repeat;
    background-size: 189px 189px;
    width: 189px;
    height: 189px;
}

.section_02 .rank_box.item_03 .icon_medal {
    position: absolute;
    top: -70px;
    left: -35px;
    background: url(./img/medal_03.png) 50% 0 no-repeat;
    background-size: 189px 189px;
    width: 189px;
    height: 189px;
}

.section_03 {
    position: relative;
    width: 100%;
    padding: 150px 0;
    background: url(./img/bg_base_03.jpg) 50% 0 repeat;
    object-fit: cover;
    z-index: 11;
    margin-top: -2px;
    backface-visibility: hidden;
}

.section_03.empty{
    min-height: 1130px;
}

.section_03.empty .info_card#characterBoxEmpty .card_back {
    display: flex;
    justify-content: center;
    align-items: center;
    background: url(./img/card_after_empty.png) 50% 0 no-repeat;
    padding-right: 0;
}

.section_03.empty .card_back .thumb_username{
    margin: 0;
    text-align: center;
}

.section_03.empty .card_back .data_text{
    color: #ebcf82;
}

.section_03.empty #characterBoxEmpty .card_front {
    background: url(./img/card_before_04.png) 50% 0 no-repeat;
    background-size: 574px 392px;
}

.section_03.empty #characterBoxEmpty{display: inline-block;}

.section_03.empty #characterBox{position: absolute;
    clip: rect(0 0 0 0);
    width: 1px;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    text-indent: -9999px;}
.section_03.empty #characterBox2{position: absolute;
    clip: rect(0 0 0 0);
    width: 1px;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    text-indent: -9999px;}
.section_03.empty #characterBox3{position: absolute;
    clip: rect(0 0 0 0);
    width: 1px;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    text-indent: -9999px;}
.section_03.empty #characterBox4{position: absolute;
    clip: rect(0 0 0 0);
    width: 1px;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    text-indent: -9999px;}
.section_03.empty #characterBox5{position: absolute;
    clip: rect(0 0 0 0);
    width: 1px;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    text-indent: -9999px;}
.section_03.empty #characterBox6{position: absolute;
    clip: rect(0 0 0 0);
    width: 1px;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    text-indent: -9999px;}
.section_03.empty #characterBox7{position: absolute;
    clip: rect(0 0 0 0);
    width: 1px;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    text-indent: -9999px;}
.section_03.empty #characterBox8{position: absolute;
    clip: rect(0 0 0 0);
    width: 1px;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    text-indent: -9999px;}

.section_03 .con {
    text-align: center;
}

.section_03 .tit_shape {
    display: block;
    width: 100%;
    height: 69px;
    background: url(./img/tit_shape.png) 50% 0 no-repeat;
    background-size: 67px 69px;
    margin-bottom: 23px;
}

.section_03 .head_tit {
    display: block;
    width: 100%;
    height: 13px;
    background: url(./img/sec_tit_03.png) 50% 0 no-repeat;
    background-size: 204px 13px;
    margin-bottom: 20px;
}

.section_03 .sub_tit {
    display: block;
    width: 100%;
    height: 87px;
    background: url(./img/sec_subtit_03.png) 50% 0 no-repeat;
    background-size: 732px 87px;
}

.section_03 .sub_desc {
    display: block;
    font-size: 24px;
    color: #f7eadd;
    line-height: 1.7;
    letter-spacing: -0.5px;
    margin-top: 30px;
    margin-bottom: 49px;
    font-weight: 200;
}

.section_03 .sub_desc .point_text {
    color: #ebcf82;
    font-weight:500;
}

.section_03 #characterBoxEmpty{display: none;}

.section_03 .info_card {
    position: relative;
    display: inline-block;
    width: 574px;
    height: 392px;
    cursor: pointer;
    margin-top: 21px;
    /* perspective: 1000px; */
}

.section_03 .info_card:nth-child(even) {
    margin-left: 70px;
}

.section_03 .card_inner {
    position: relative;
    width: 100%;
    height: 100%;
    transition: transform 1s;
    transform-style: preserve-3d;
}

.section_03 .info_card.active .card_inner {
    transform: rotateY(180deg);
}

.section_03 .card_face {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    border-radius: 20px;
    overflow: hidden;
    text-align: left;
}

.section_03 .card_front {
    display: flex;
    transition: transform 0.3s ease;
    background: url(./img/card_before_01.png) 50% 0 no-repeat;
    background-size: 574px 392px;
}

.section_03 #characterBox .card_front {
    background: url(./img/card_before_01.png) 50% 0 no-repeat;
    background-size: 574px 392px;
}

.section_03 #characterBox2 .card_front {
    background: url(./img/card_before_02.png) 50% 0 no-repeat;
    background-size: 574px 392px;
}

.section_03 #characterBox3 .card_front {
    background: url(./img/card_before_03.png) 50% 0 no-repeat;
    background-size: 574px 392px;
}

.section_03 #characterBox4 .card_front {
    background: url(./img/card_before_04.png) 50% 0 no-repeat;
    background-size: 574px 392px;
}

.section_03 #characterBox5 .card_front {
    background: url(./img/card_before_05.png) 50% 0 no-repeat;
    background-size: 574px 392px;
}

.section_03 #characterBox6 .card_front {
    background: url(./img/card_before_06.png) 50% 0 no-repeat;
    background-size: 574px 392px;
}

.section_03 #characterBox7 .card_front {
    background: url(./img/card_before_07.png) 50% 0 no-repeat;
    background-size: 574px 392px;
}

.section_03 #characterBox8 .card_front {
    background: url(./img/card_before_08.png) 50% 0 no-repeat;
    background-size: 574px 392px;
}

.section_03 .card_back {
    background: url(./img/card_after_01.png) 50% 0 no-repeat;
    transform: rotateY(180deg);
    box-sizing: border-box;
    cursor: default;
    color: #f3e0d5;
    text-align: right;
    padding-right: 50px;
}

.section_03 .card_back .thumb_img {
    position: absolute;
    left: -50px;
    bottom: -10px;
    width: 400px;
    height: 400px;
    z-index: -1;
}

.section_03 .card_back .thumb_img img {
    image-rendering: pixelated;
}

.section_03 .card_back .thumb_username {
    color: #f3e0d5;
    margin-top: 265px;
    font-size: 24px;
    line-height: 1.2;
    margin: 10px 0 0 200px;
}

.section_03 .card_back .thumb_userinfo {
    color: #b7927f;
    margin-top: 10px;
    font-size: 18px;
    line-height: 1.2;
    margin: 10px 0 0 200px;
    font-weight: 200;
}

.section_03 .card_back .point_text {
    color: #b7927f;
    font-weight: 500;
}

.section_03 .thumb_tit{
    display: inline-block;
    width: fit-content;
    margin-top: 225px;
}

.section_03 .info_card#characterBox2 .card_back {
    background: url(./img/card_after_02.png) 50% 0 no-repeat;
}

.section_03 .info_card#characterBox3 .card_back {
    background: url(./img/card_after_03.png) 50% 0 no-repeat;
}

.section_03 .info_card#characterBox3 .thumb_tit{
    margin-top: 187px;
}

.section_03 .info_card#characterBox4 .card_back {
    background: url(./img/card_after_04.png) 50% 0 no-repeat;
}

.section_03 .info_card#characterBox5 .card_back {
    background: url(./img/card_after_05.png) 50% 0 no-repeat;
}

.section_03 .info_card#characterBox6 .card_back {
    background: url(./img/card_after_06.png) 50% 0 no-repeat;
}

.section_03 .info_card#characterBox7 .card_back {
    background: url(./img/card_after_07.png) 50% 0 no-repeat;
}

.section_03 .info_card#characterBox7 .thumb_tit{
    margin-top: 181px;
}

.section_03 .info_card#characterBox8 .card_back {
    background: url(./img/card_after_08.png) 50% 0 no-repeat;
}

/* .section_03 .info_card:nth-child(even):hover .card_front{} */
.section_03 .info_card:hover .card_front {
    transform: rotateY(1deg) rotateZ(-2deg) rotate3d(1, 1, 1, 7deg);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.2);
}

.section_03 .info_card:nth-child(even):hover .card_front {
    transform: rotateY(1deg) rotateZ(2deg) rotate3d(1, 1, 1, -7deg);
}

.section_03.empty .info_card:hover .card_front{
    transform: scale(1.02);
}

/* .section_03 .info_card:nth-child(1):hover .card_front{transform: rotateY(1deg) rotateZ(-2deg) rotate3d(1, 1, 1, 7deg); }
    .section_03 .info_card:nth-child(2):hover .card_front{transform: rotateY(1deg) rotateZ(2deg) rotate3d(1, 1, 1, 7deg); }
    .section_03 .info_card:nth-child(3):hover .card_front{transform: rotateY(1deg) rotateZ(4deg) rotate3d(1, 1, 1, 7deg); }
    .section_03 .info_card:nth-child(4):hover .card_front{transform: rotateY(1deg) rotateZ(-4deg) rotate3d(1, 1, 1, 7deg); } */
/* transform: rotateY(1deg) rotateZ(-2deg) rotate3d(1, 1, 1, 7deg);  transform: rotateY(25deg) translateZ(10px);*/

.section_04 {
    position: relative;
    width: 100%;
    padding: 150px 0 100px;
    background: url(./img/bg_base_04.jpg) 50% 0 repeat;
    object-fit: cover;
    z-index: 11;
    margin-top: -2px;
    overflow: hidden;
    backface-visibility: hidden;
}


.section_04.empty{
    min-height: 1500px;
}

.section_04.empty .raid_container{
    position: absolute;
    top: 0;
    right: -800px;
    height: 1616px;
    width: 1606px;
    background: url(./img/ill_09_normal.png) 50% 0 no-repeat;
    filter: grayscale(1);
    opacity: 0.2!important;
}

.section_04 .con {
    text-align: center;
}

.section_04 .tit_shape {
    display: block;
    width: 100%;
    height: 69px;
    background: url(./img/tit_shape.png) 50% 0 no-repeat;
    background-size: 67px 69px;
    margin-bottom: 23px;
}

.section_04 .head_tit {
    display: block;
    width: 100%;
    height: 13px;
    background: url(./img/sec_tit_04.png) 50% 0 no-repeat;
    background-size: 203px 13px;
    margin-bottom: 20px;
}

.section_04 .sub_tit {
    display: block;
    width: 100%;
    height: 85px;
    background: url(./img/sec_subtit_04.png) 50% 0 no-repeat;
    background-size: 817px 85px;
}

.section_04 .sub_desc {
    display: block;
    font-size: 24px;
    color: #f7eadd;
    line-height: 1.7;
    letter-spacing: -0.5px;
    margin-top: 30px;
    font-weight: 200;
}

.section_04 .sub_desc .point_text {
    color: #ebcf82;
    font-weight:500;
}

.section_04 .icon_check {
    display: inline-block;
    vertical-align: top;
    margin-top: 3px;
}


.section_04 .raid_container {
    display: flex;
    position: relative;
    margin-top: 42px;
    z-index: -1;
}

.section_04 .raid_box {
    margin-left: 170px;
    width: calc(100% - 170px);
}

.section_04 .raid_box_item {
    position: relative;
    min-height: 200px;
    padding: 66px 84px 30px;
    margin: 0;
    transition: background 0.3s, color 0.3s;
    font-size: 16px;
}

.section_04 .raid_box_item:last-child {
    min-height: 500px;
}

.section_04 .raid_line {
    position: absolute;
    top: 0;
    left: 40px;
    width: 4px;
    height: 150px;
    /* background: url(./img/raid_line_01.png) 50% 60px no-repeat; */
    background-size: contain;
    object-fit: cover;
    /* animation: sdb05 1.5s infinite;   */
}

.section_04 .raid_line::before {
    position: absolute;
    top: 0;
    left: 2px;
    right: 0;
    content: '';
    background: url(./img/raid_line_01.png) 50% 60px no-repeat;
    background-size: contain;
    object-fit: cover;
    height: 100%;
    z-index: 9999;
    animation: sdb05 1.5s infinite;
}


@keyframes sdb06 {
    0%{
        transform: translate(-50%, -10px);
        opacity: 0;
    }
    50%{
        opacity: 1;
    }
    100%{
        transform: translate(-50%, 15px);
        opacity: 0;
    }
}

/* .section_04 .bulb {width: 393px;height: 87px;
      position: relative;left: -171px;transition: background 0.3s;background: url(./img/blub_normal_01.png) 50% 0 no-repeat;}
    .section_04 .bulb.active {background: url(./img/blub_active_01.png) 50% 0 no-repeat;}     */

.section_04 .bulb.c1 {
    width: 393px;
    height: 87px;
    position: relative;
    left: -171px;
    transition: background 0.3s;
    background: url(./img/blub_normal_01.png) 50% 0 no-repeat;
}

.section_04 .bulb.c1.active {
    background: url(./img/blub_active_01.png) 50% 0 no-repeat;
}

.section_04 .bulb.c1::before {
    content: '';
    position: absolute;
    top: -563px;
    left: -683px;
    height: 1181px;
    width: 1175px;
    background: url(./img/ill_01_normal.png) 50% 0 no-repeat;
    z-index: -1;
    opacity: 0.2;
    transition: 0.5s;
    cursor: default;
    filter: grayscale(1);
}

.section_04 .bulb.active.c1::before {
    opacity: 1;
    transition: 0.5s;
    filter: grayscale(0);
}

.section_04 .bulb.c2 {
    width: 387px;
    height: 73px;
    position: relative;
    left: -171px;
    transition: background 0.3s;
    background: url(./img/blub_normal_02.png) 50% 0 no-repeat;
}

.section_04 .bulb.c2.active {
    background: url(./img/blub_active_02.png) 50% 0 no-repeat;
}

.section_04 .bulb.c2::before {
    content: '';
    position: absolute;
    top: -365px;
    right: -1485px;
    height: 1094px;
    width: 1068px;
    background: url(./img/ill_02_normal.png) 50% 0 no-repeat;
    z-index: -1;
    opacity: 0.2;
    transition: 0.5s;
    cursor: default;
    filter: grayscale(1);
}

.section_04 .raid_box_item:nth-child(odd) .bulb.c2::before{
    right: -200px;
}

.section_04 .bulb.active.c2::before {
    opacity: 1;
    transition: 0.5s;
    filter: grayscale(0);
}

.section_04 .bulb.c4 {
    width: 516px;
    height: 73px;
    position: relative;
    left: -163px;
    transition: background 0.3s;
    background: url(./img/blub_normal_03.png) 50% 0 no-repeat;
}

.section_04 .bulb.c4.active {
    background: url(./img/blub_active_03.png) 50% 0 no-repeat;
}

.section_04 .bulb.c4::before {
    content: '';
    position: absolute;
    top: -785px;
    left: 260px;
    height: 1848px;
    width: 2421px;
    background: url(./img/ill_04_normal.png) 50% 0 no-repeat;
    z-index: -1;
    opacity: 0.2;
    transition: 0.5s;
    cursor: default;
    filter: grayscale(1);
}

.section_04 .raid_box_item:nth-child(odd) .bulb.c4::before{
    left: -920px;
}

.section_04 .bulb.active.c4::before {
    opacity: 1;
    transition: 0.5s;
    filter: grayscale(0);
}

.section_04 .bulb.c3 {
    width: 408px;
    height: 73px;
    position: relative;
    left: -163px;
    transition: background 0.3s;
    background: url(./img/blub_normal_04.png) 50% 0 no-repeat;
}

.section_04 .bulb.c3.active {
    background: url(./img/blub_active_04.png) 50% 0 no-repeat;
}

.section_04 .bulb.c3::before {
    content: '';
    position: absolute;
    top: -175px;
    left: -770px;
    height: 1260px;
    width: 1637px;
    background: url(./img/ill_03_normal.png) 50% 0 no-repeat;
    z-index: -1;
    opacity: 0.2;
    transition: 0.5s;
    cursor: default;
    filter: grayscale(1);
}

.section_04 .raid_box_item:nth-child(even) .bulb.c3::before{
    left: 550px;
}

.section_04 .bulb.active.c3::before {
    opacity: 1;
    transition: 0.5s;
    filter: grayscale(0);
}

.section_04 .bulb.c5 {
    width: 520px;
    height: 73px;
    position: relative;
    left: -171px;
    transition: background 0.3s;
    background: url(./img/blub_normal_05.png) 50% 0 no-repeat;
}

.section_04 .bulb.c5.active {
    background: url(./img/blub_active_05.png) 50% 0 no-repeat;
}

.section_04 .bulb.c5::before {
    content: '';
    position: absolute;
    top: -250px;
    left: -523px;
    height: 1495px;
    width: 1525px;
    background: url(./img/ill_05_normal.png) 50% 0 no-repeat;
    z-index: -1;
    opacity: 0.2;
    transition: 0.5s;
    cursor: default;
    filter: grayscale(1);
}

.section_04 .raid_box_item:nth-child(even) .bulb.c5::before{
    left: 735px;
}

.section_04 .bulb.active.c5::before {
    opacity: 1;
    transition: 0.5s;
    filter: grayscale(0);
}

.section_04 .bulb.c6 {
    width: 524px;
    height: 73px;
    position: relative;
    left: -171px;
    transition: background 0.3s;
    background: url(./img/blub_normal_06.png) 50% 0 no-repeat;
}

.section_04 .bulb.c6.active {
    background: url(./img/blub_active_06.png) 50% 0 no-repeat;
}

.section_04 .bulb.c6::before {
    content: '';
    position: absolute;
    top: -1385px;
    left: -585px;
    height: 2406px;
    width: 2560px;
    background: url(./img/ill_06_normal.png) 50% 0 no-repeat;
    z-index: -1;
    opacity: 0.2;
    transition: 0.5s;
    cursor: default;
    filter: grayscale(1);
}

.section_04 .raid_box_item:nth-child(odd) .bulb.c6::before{
    left: -1760px;
}

.section_04 .bulb.active.c6::before {
    opacity: 1;
    transition: 0.5s;
    filter: grayscale(0);
}

.section_04 .bulb.c7 {
    width: 385px;
    height: 73px;
    position: relative;
    left: -171px;
    transition: background 0.3s;
    background: url(./img/blub_normal_07.png) 50% 0 no-repeat;
}

.section_04 .bulb.c7.active {
    background: url(./img/blub_active_07.png) 50% 0 no-repeat;
}

.section_04 .bulb.c7::before {
    content: '';
    position: absolute;
    top: -458px;
    left: -1096px;
    height: 1837px;
    width: 2681px;
    background: url(./img/ill_07_normal.png) 50% 0 no-repeat;
    z-index: -1;
    opacity: 0.2;
    transition: 0.5s;
    cursor: default;
    filter: grayscale(1);
}

.section_04 .raid_box_item:nth-child(even) .bulb.c7::before{
    left: 150px;
}

.section_04 .bulb.active.c7::before {
    opacity: 1;
    transition: 0.5s;
    filter: grayscale(0);
}


.section_04 .bulb.c8 {
    width: 412px;
    height: 73px;
    position: relative;
    left: -171px;
    transition: background 0.3s;
    background: url(./img/blub_normal_08.png) 50% 0 no-repeat;
}

.section_04 .bulb.c8.active {
    background: url(./img/blub_active_08.png) 50% 0 no-repeat;
}

.section_04 .bulb.c8::before {
    content: '';
    position: absolute;
    top: -530px;
    right: -1473px;
    height: 1931px;
    width: 1861px;
    background: url(./img/ill_08_normal.png) 50% 0 no-repeat;
    z-index: -1;
    opacity: 0.2;
    transition: 0.5s;
    cursor: default;
    filter: grayscale(1);
}

.section_04 .raid_box_item:nth-child(odd) .bulb.c8::before{
    right: -235px;
}

.section_04 .bulb.active.c8::before {
    opacity: 1;
    transition: 0.5s;
    filter: grayscale(0);
}

.section_04 .bulb.c9 {
    width: 549px;
    height: 73px;
    position: relative;
    left: -165px;
    transition: background 0.3s;
    background: url(./img/blub_normal_09.png) 50% 0 no-repeat;
}

.section_04 .bulb.c9.active {
    background: url(./img/blub_active_09.png) 50% 0 no-repeat;
}

.section_04 .bulb.c9::before {
    content: '';
    position: absolute;
    top: -275px;
    left: -610px;
    height: 1616px;
    width: 1606px;
    background: url(./img/ill_09_normal.png) 50% 0 no-repeat;
    z-index: -1;
    opacity: 0.2;
    transition: 0.5s;
    cursor: default;
    filter: grayscale(1);
}

.section_04 .raid_box_item:nth-child(even) .bulb.c9::before{
    left: 670px;
}

.section_04 .bulb.active.c9::before {
    opacity: 1;
    transition: 0.5s;
    filter: grayscale(0);
}


.section_04 .bulb.c10 {
    width: 240px;
    height: 73px;
    position: relative;
    left: -101px;
    transition: background 0.3s;
    background: url(./img/blub_normal_10.png) 50% 0 no-repeat;
}

.section_04 .bulb.c10.active {
    background: url(./img/blub_active_10.png) 50% 0 no-repeat;
}

.section_04 .bulb.c10::before {
    content: '';
    position: absolute;
    top: -763px;
    right: -350px;
    height: 2121px;
    width: 1156px;
    background: url(./img/ill_10_normal.png) 50% 0 no-repeat;
    z-index: -1;
    opacity: 0.2;
    transition: 0.5s;
    cursor: default;
    filter: grayscale(1);
}

.section_04 .raid_box_item:nth-child(even) .bulb.c10::before{
    right: -1560px;
}

.section_04 .bulb.active.c10::before {
    opacity: 1;
    transition: 0.5s;
    filter: grayscale(0);
}








.section_04 .bulb.c11 {
    width: 386px;
    height: 73px;
    position: relative;
    left: -166px;
    transition: background 0.3s;
    background: url(./img/blub_normal_11.png) 50% 0 no-repeat;
}

.section_04 .bulb.c11.active {
    background: url(./img/blub_active_11.png) 50% 0 no-repeat;
}

.section_04 .bulb.c11::before {
    content: '';
    position: absolute;
    top: -155px;
    right: -1490px;
    height: 1267px;
    width: 1527px;
    background: url(./img/ill_11_normal.png) 50% 0 no-repeat;
    z-index: -1;
    opacity: 0.2;
    transition: 0.5s;
    cursor: default;
    filter: grayscale(1);
}

.section_04 .raid_box_item:nth-child(odd) .bulb.c11::before{
    right: -285px;
}

.section_04 .bulb.active.c11::before {
    opacity: 1;
    transition: 0.5s;
    filter: grayscale(0);
}









.section_04 .item_box {
    display: flex;
    align-items: center;
    width: 1000px;
    height: 165px;
    background: url(./img/bg_raid_itembox.png) 50% 0 no-repeat;
    text-align: left;
}

.section_04 .item_box+.item_box {
    margin-top: 8px;
}

.section_04 .item_icon {
    margin: 0 38px 0 55px;
}

.section_04 .info_dt {
    margin-bottom: 10px;
    font-weight: 500;
}

.section_04 .icon_level {
    display: inline-block;
    vertical-align: top;
    height: 24px;
    line-height: 24px;
    margin-right: 7px;
}

.section_04 .item_tit {
    display: inline-block;
    vertical-align: top;
    font-size: 18px;
    color: #efc69e;
    margin-top: 2px;
    letter-spacing: -0.2px;
}

.section_04 .char_text {
    font-size: 24px;
    letter-spacing: -0.5px;
    color: #f2ebe6;
    font-weight: 200;
}

.section_04 .clear_text {
    font-size: 18px;
    color: #797069;
    margin-left: 19px;
    letter-spacing: -0.3px;
    font-weight: 200;
}

.section_05 {
    position: relative;
    width: 100%;
    padding: 150px 0;
    height: 1210px;
    background: url(./img/bg_base_05.png) 50% 0 repeat;
    object-fit: cover;
    z-index: 11;
    margin-top: -2px;
    overflow: hidden;
    backface-visibility: hidden;
}

.section_05.empty{
    min-height: 1000px;
    padding-bottom: 0;
}

.section_05.empty .empty_container{
    position: absolute;
    top: -145px;
    left: 0;
    height: 1280px;
    width: 100%;
    background: url(./img/ill_01_empty.png) 50% 0 no-repeat;
    z-index: -1;
}

.section_05 .con {
    text-align: center;
}

.section_05 .tit_shape {
    display: block;
    width: 100%;
    height: 69px;
    background: url(./img/tit_shape.png) 50% 0 no-repeat;
    background-size: 67px 69px;
    margin-bottom: 23px;
}

.section_05 .head_tit {
    display: block;
    width: 100%;
    height: 14px;
    background: url(./img/sec_tit_05.png) 50% 0 no-repeat;
    background-size: 204px 14px;
    margin-bottom: 20px;
}

.section_05 .sub_tit {
    display: block;
    width: 100%;
    height: 89px;
    background: url(./img/sec_subtit_05.png) 50% 0 no-repeat;
    background-size: 892px 89px;
}

.section_05 .sub_desc {
    display: block;
    font-size: 24px;
    color: #f7eadd;
    line-height: 1.7;
    letter-spacing: -0.5px;
    margin-top: 30px;
    font-weight: 200;
}

.section_05 .sub_desc .point_text {
    color: #ebcf82;
    font-weight:500;
}

.section_05 .icon_shape {
    position: absolute;
    top: 25px;
    left: 875px;
    width: 184px;
    height: 131px;
    background: url(./img/icon_shape.png) 50% 0 no-repeat;
    background-size: 184px 131px;
}

.section_05 .swiper {
    width: 100%;
    max-width: 1000px;
    margin: 100px auto;
    position: relative;
}

.section_05 .swiper-slide {
    display: flex;
    justify-content: center;
    gap: 40px;
    position: relative;
    text-align: left;
    width: 414px;
    height: 519px;
    background: url(./img/bg_parchmentPaper.png) 50% 0 no-repeat;
}

.section_05 .slide-images {
    position: relative;
    width: 498px;
    height: 498px;
    flex-shrink: 0;
    margin-left: 80px;
}

.section_05 .slide-images img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: contain;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 1s ease;
}

.section_05 .slide-images img.active {
    opacity: 1;
}

.section_05 .arrow_l,
.section_05 .arrow_r {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.2);
    cursor: pointer;
    z-index: 10;
}

.section_05 .arrow_l {
    left: 0;
}

.section_05 .arrow_r {
    right: 0;
}

.section_05 .swiper-slide {
    display: block;
    justify-content: unset;
    gap: 0;
    text-align: center;
    width: 414px;
    height: 519px;
    background: url(./img/bg_parchmentPaper.png) 50% 0 no-repeat;
    cursor: grab;
}

.section_05 .swiper-slide.slide_01 {
    background: url(./img/bg_parchmentPaper_01.png) 50% 0 no-repeat;
}

.section_05 .swiper-slide.slide_02 {
    background: url(./img/bg_parchmentPaper_02.png) 50% 0 no-repeat;
}

.section_05 .swiper-slide.slide_03 {
    background: url(./img/bg_parchmentPaper_03.png) 50% 0 no-repeat;
}

.section_05 .swiper-slide.slide_04 {
    background: url(./img/bg_parchmentPaper_04.png) 50% 0 no-repeat;
}

.section_05 .swiper-slide.slide_05 {
    background: url(./img/bg_parchmentPaper_05.png) 50% 0 no-repeat;
}

.section_05 .swiper-slide.slide_06 {
    background: url(./img/bg_parchmentPaper_06.png) 50% 0 no-repeat;
}

.section_05 .crossSwiper {
    width: 100%;
    max-width: 645px;
    margin: auto;
    position: absolute;
    right: 0;
    top: 387px;
    right: 200px;
}


.section_05 .crosswiper .Swiper-slide {
    text-align: center;
    transition: transform 0.3s ease, opacity 0.3s ease;
    opacity: 0.5;
    transform: scale(0.8);
}

.section_05 .crosswiper .Swiper-slide-active {
    opacity: 1;
    transform: scale(1);
}

.section_05 .crosswiper .Swiper-slide img {
    width: 400px;
    height: auto;
    margin-bottom: 10px;
}

.section_05 .crosswiper .Swiper-slide p {
    margin: 0;
    font-size: 16px;
    font-weight: bold;
}

.section_05 .slide_sub_tit {
    position: absolute;
    top: 158px;
    left: 0;
    right: 0;
    font-size: 18px;
    color: rgb(183, 146, 127);
    font-weight: 200;
}

.section_05 .inven_item {
    margin-top: 217px;
    margin-bottom: 12px;
}

.section_05 .inven_item img {
    border: 4px solid #998b79;
    border-radius: 10px;
    box-shadow: 0px 0px 8px rgba(0 0 0 / 0.4);
}

.section_05 .inven_box {
    position: relative;
    height: 190px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.section_05 .item_name {
    font-size: 24px;
    color: #1e1813;
    font-weight: normal;
    max-width: 360px;
    word-break: keep-all;
    overflow-wrap: break-word;
}

.section_05 .char_name {
    font-size: 18px;
    color: #504037;
    margin-top: 12px;
    max-width: 360px;
    word-break: keep-all;
    overflow-wrap: break-word;
    font-weight: 200;
}

.section_05 .item_info {
    font-size: 32px;
    margin-bottom: 10px;
    font-weight: bold;
}

.section_05 .item_info .unit {
    font-size: 22px;
}


.section_06 {
    position: relative;
    width: 100%;
    padding: 150px 0;
    height: 1380px;
    background: url(./img/bg_base_06.jpg) 50% 0;
    object-fit: cover;
    z-index: 11;
    margin-top: -2px;
    overflow: hidden;
    backface-visibility: hidden;
}

.section_06.empty{
    min-height: 1000px;
    padding-bottom: 0;
}

.section_06.empty .empty_container{
    position: absolute;
    top: -140px;
    left: 0;
    height: 1480px;
    width: 100%;
    background: url(./img/ill_02_empty.png) 50% 0 no-repeat;
    z-index: -1;
}

.section_06 .con {
    text-align: center;
}

.section_06 .tit_shape {
    display: block;
    width: 100%;
    height: 69px;
    background: url(./img/tit_shape.png) 50% 0 no-repeat;
    background-size: 67px 69px;
    margin-bottom: 23px;
}

.section_06 .head_tit {
    display: block;
    width: 100%;
    height: 13px;
    background: url(./img/sec_tit_06.png) 50% 0 no-repeat;
    background-size: 204px 13px;
    margin-bottom: 20px;
}

.section_06 .sub_tit {
    display: block;
    width: 100%;
    height: 83px;
    background: url(./img/sec_subtit_06.png) 50% 0 no-repeat;
    background-size: 1085px 83px;
}

.section_06 .sub_desc {
    display: block;
    font-size: 24px;
    color: #f7eadd;
    line-height: 1.7;
    letter-spacing: -0.5px;
    margin-top: 30px;
    margin-bottom: -25px;
    font-weight: 200;
}

.section_06 .sub_desc .point_text {
    color: #ebcf82;
    font-weight:500;
}

.section_06 .char_box {
    position: relative;
    width: 2046px;
    height: 936px;
    margin-left: -477px;
}

.section_06 .char_box .letter_bg{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: url(./img/bg_side_letter.png) 50% -33px no-repeat;
    width: 2046px;
    height: 936px;
    animation:eff2 15s linear infinite;
}

@keyframes eff2{0%{opacity:0.8; scale: 0.98;}50%{opacity:1;scale: 1.02;}100%{opacity:0.8;scale: 0.98;}}

.section_06 .char_box .box_item_01 {
    position: relative;
    display: inline-block;
    width: 690px;
    height: 813px;
    background: url(./img/paper_01.png) 50% 0 no-repeat;
    left: 123px;
}

.section_06 .char_box .box_item_02 {
    position: relative;
    display: inline-block;
    width: 690px;
    height: 813px;
    background: url(./img/paper_02.png) 50% 0 no-repeat;
    left: 60px;
}

.section_06 .box_item_01 .thumb_img {
    position: absolute;
    top: 140px;
    left: 150px;
    width: 400px;
    height: 400px;
}

.section_06 .box_item_01 .thumb_img .thumb_img_tit{
    position: absolute;
    width: 370px;
    height: 40px;
    background: url(./img/thumbimg_tit_01.png) 50% 0 no-repeat;
    top: -3px;
    left: 18px;
    right: 0;
    z-index: 10;
}

.section_06 .box_item_02 .thumb_img {
    position: absolute;
    top: 140px;
    left: 150px;
    width: 400px;
    height: 400px;
}

.section_06 .box_item_02 .thumb_img .thumb_img_tit{
    position: absolute;
    width: 435px;
    height: 42px;
    background: url(./img/thumbimg_tit_02.png) 50% 0 no-repeat;
    top: -2px;
    left: -13px;
    right: 0;
    z-index: 10;
}

.section_06 .char_box .box_item_01 img{
    image-rendering: pixelated;
}

.section_06 .char_box .box_item_02 img{
    image-rendering: pixelated;
}

.section_06 .thumb_name {
    font-size: 32px;
    font-weight: 500;
    color: #393833;
    letter-spacing: -0.5px;
    position: absolute;
    top: 403px;
    left: 0;
    right: 0;
}

.section_06 .thumb_enroll {
    font-size: 18px;
    font-weight: 500;
    color: #6b6158;
    margin-top: 9px;
    letter-spacing: -0.5px;
    position: absolute;
    top: 443px;
    left: 0;
    right: 0;
}

.section_06 .char_info {
    max-width: 420px;
    text-align: center;
    margin: 669px auto 0;
    font-size: 18px;
    word-break: keep-all;
    overflow-wrap: break-word;
    line-height: 1.7;
}

.section_06 .char_info .point_text {
    color: #652f0d;
    text-decoration: underline;
}


.section_07 {
    position: relative;
    width: 100%;
    padding: 150px 0;
    min-height: 1965px;
    background: url(./img/bg_base_07.png) 50% 0;
    object-fit: cover;
    z-index: 11;
    margin-top: -2px;
    overflow: hidden;
    backface-visibility: hidden;
}

.section_07 .card.empty{
    padding: 60px 45px;
}
.section_07 .card.empty .semicircle_wrap{
    margin-left: 60px;
}

.section_07 .con {
    text-align: center;
}

.section_07 .tit_shape {
    display: block;
    width: 100%;
    height: 69px;
    background: url(./img/tit_shape.png) 50% 0 no-repeat;
    background-size: 67px 69px;
    margin-bottom: 23px;
}

.section_07 .head_tit {
    display: block;
    width: 100%;
    height: 14px;
    background: url(./img/sec_tit_07.png) 50% 0 no-repeat;
    background-size: 200px 14px;
    margin-bottom: 20px;
}

.section_07 .sub_tit {
    display: block;
    width: 100%;
    height: 85px;
    background: url(./img/sec_subtit_07.png) 50% 0 no-repeat;
    background-size: 377px 85px;
}

.section_07 .sub_desc {
    display: block;
    font-size: 24px;
    color: #f7eadd;
    line-height: 1.7;
    letter-spacing: -0.5px;
    margin-top: 30px;
    font-weight: 200;
}

.section_07 .sub_desc .point_text {
    color: #ebcf82;
    font-weight:500;
}


.section_07 .btn_share{position: relative; background:none;border:0;cursor:pointer;background: url(./img/btn_share.png) 50% 0 no-repeat;width: 650px; height: 100px;margin: 110px auto 10px;}
.section_07 .btn_share::after{content: '';opacity: 0;background: url(./img/btn_share.png) 50% 0 no-repeat; position: absolute;top: 0;right: 0;bottom: 0;left: 0; mix-blend-mode: screen;transition: 0.8s;}
.section_07 .btn_share:hover:after{content: '';opacity: 1;}


.section_07 .spacer {
    height: 100%;
    background: #111;
}

.section_07 .trigger-point {
    position: relative;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ddd;
    font-size: 20px;
}

.section_07 .icon {
    position: absolute;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    will-change: transform;
    transform: scale(0.3);
    z-index: 555;
}

.section_07 .icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
}



.section_07 .graph_box {
    margin-top: 25px;
}

.section_07 .card {
    display: inline-block;
    position: relative;
    text-align: center;
    vertical-align: top;
    width: 380px;
    height: 604px;
    padding: 60px;
    /* border-radius: 16px; */
    /* padding: 20px; */
    /* box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); */
}

.section_07 .card_01 {
    background: url(./img/bg_graph_01.png)50% 0 no-repeat;
    margin-left: -30px;
}

.section_07 .card_02 {
    background: url(./img/bg_graph_02.png)50% 0 no-repeat;
    margin-left: 25px;
}

.section_07 .card_03 {
    background: url(./img/bg_graph_03.png)50% 0 no-repeat;
    margin-left: 25px;
}

.section_07 .card_04 {
    background: url(./img/bg_graph_04.png)50% 0 no-repeat;
    margin-top: 10px;
    margin-left: -30px;
}

.section_07 .card_05 {
    background: url(./img/bg_graph_05.png)50% 0 no-repeat;
    margin-top: 10px;
    margin-left: 25px;
}

.section_07 .card_06 {
    background: url(./img/bg_graph_06.png)50% 0 no-repeat;
    margin-top: 10px;
    margin-left: 25px;
}

.section_07 .card_06.empty .subtext{
    margin-top: 345px;
}

.section_07 .card_06.empty .semicircle_text{
    margin: 12px 2px;
}

.section_07 .card.card_05 .value {
    margin-top: 90px;
}

.section_07 .card.card_05 .subtext {
    margin-top: 305px;
}

.section_07 .card .value {
    font-size: 46px;
    font-weight: 500;
    color: #ebcf82;
    transition: all 0.3s ease;
    margin-top: 50px;
}

.section_07 .card .subtext {
    font-size: 20px;
    color: #888;
    margin-top: 350px;
    color: #f3e1d5;
    font-weight: 200;
}

.section_07 .card .subtext .percent {
    font-size: 28px;
    color: #eeedec;
    font-weight: 500;
}


.section_07 .card .bar {
    width: 100%;
    height: 58px;
    background: #44372e;
    border-radius: 5px;
    overflow: hidden;
    margin-top: 50px;
}

.section_07 .card .bar_box {
    position: absolute;
    top: 245px;
    left: 50%;
    transform: translateX(-50%);
    width: 300px;
    height: 260px;

}

.section_07 .card .horizontal_bar {
    width: 280px;
    height: 40px;
    background: #44372e;
    border-radius: 5px;
    overflow: hidden;
    position: absolute;
    top: 315px;
    left: 50%;
    transform: translateX(-50%);
}

.section_07 .card .bar.vertical {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 250px;
    margin: 0 10px;
}

.section_07 .card .bar-fill {
    height: 100%;
    background: #ff5722;
    width: 0%;
    transition: width 1.2s ease-in-out;
}

.section_07 .bar-fill-vertical {
    position: absolute;
    bottom: 0;
    height: 0;
    width: 50px;
    background: #ff5722;
    transition: width 1.2s ease-in-out;
}

.section_07 .bar-fill-vertical.average {
    background: #8a3218;
}

.section_07 .card .circle {
    width: 300px;
    height: 300px;
    position: absolute;
    top: 196px;
    left: 50%;
    transform: translateX(-50%);
}

.section_07 .card .circle svg {
    transform: rotate(-90deg);
}

.section_07 .card .circle circle {
    fill: none;
    stroke-width: 45;
}

.section_07 .card .circle-bg {
    stroke: #44372e;
}

.section_07 .card .circle-progress {
    stroke: #ff5722;
    stroke-dasharray: 424.11;
    stroke-dashoffset: 424.11;
    transition: stroke-dashoffset 1.5s ease-in-out;
}

.section_07 .card .circle-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 24px;
    font-weight: bold;
    color: #ffc4b2;
    margin: 0 2px;
}

.section_07 .card .dot-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 4px;
    justify-items: center;
    margin-top: -195px;
}

.section_07 .card .dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #44372e;
    transition: background 0.3s;
}

.section_07 .card .dot.active {
    background: #ff5722;
}


.section_08 {
    position: relative;
    width: 100%;
    padding: 150px 0;
    height: 1500px;
    background: url(./img/bg_base_08.png) 50% 0;
    object-fit: cover;
    z-index: 11;
    margin-top: -2px;
    overflow: hidden;
    backface-visibility: hidden;
}

.section_08 .con {
    text-align: center;
}

.section_08 .tit_shape {
    display: block;
    width: 100%;
    height: 69px;
    background: url(./img/tit_shape_silver.png) 50% 0 no-repeat;
    background-size: 67px 69px;
    margin-bottom: 23px;
}

.section_08 .head_tit {
    display: block;
    width: 100%;
    height: 13px;
    background: url(./img/sec_tit_08.png) 50% 0 no-repeat;
    background-size: 204px 13px;
    margin-bottom: 20px;
}

.section_08 .sub_tit {
    display: block;
    width: 100%;
    height: 87px;
    background: url(./img/sec_subtit_08.png) 50% 0 no-repeat;
    background-size: 814px 87px;
}

.section_08 .sub_desc {
    display: block;
    font-size: 24px;
    color: #f7eadd;
    line-height: 1.7;
    letter-spacing: -0.5px;
    margin-top: 30px;
    margin-bottom: -25px;
    font-weight: 200;
}

.section_08 .sub_desc .point_text {
    color: #ebcf82;
    font-weight:500;
}

.section_08 .identification_card{
    position: relative;
    background: url(./img/identification_card_01.png) 50% 0 no-repeat;
    width: 960px;
    height: 520px;
    margin: 65px auto 35px;
}

.section_08 .identification_card.type_01{
    background: url(./img/identification_card_01.png) 50% 0 no-repeat;
}

.section_08 .identification_card.type_02{
    background: url(./img/identification_card_02.png) 50% 0 no-repeat;
}

.section_08 .identification_card.type_03{
    background: url(./img/identification_card_03.png) 50% 0 no-repeat;
}

.section_08 .identification_card.type_04{
    background: url(./img/identification_card_04.png) 50% 0 no-repeat;
}

.section_08 .btn_area{
    position: relative;
    height: 115px;
}

.section_08 .btn_edit{
    position: absolute;
    top: 20px;
    left: 120px;
    width: 300px;
    height: 72px;
    background: url(./img/btnEdit_01.png) 50% 0 no-repeat;
    cursor: pointer;
}

.section_08 .btn_move{
    position: absolute;
    top: 20px;
    left: 450px;
    width: 391px;
    height: 72px;
    background: url(./img/btnEdit_02.png) 50% 0 no-repeat;
    cursor: pointer;
}


.section_08 .btn_alert{
    position: absolute;
    top: 10px;
    left: 867px;
    width: 324px;
    height: 96px;
    background: url(./img/btnEdit_03.png) 50% 0 no-repeat;
    cursor: pointer;
}

.section_08 .btn_mypage{
    display: none;
    position: absolute;
    top: 20px;
    left: 425px;
    width: 420px;
    height: 72px;
    background: url(./img/btnMypage.png) 50% 0 no-repeat;
    cursor: pointer;
}

.section_08 .btn_area.after .btn_edit{display: none;}
.section_08 .btn_area.after .btn_move{display: none;}
.section_08 .btn_area.after .btn_alert{display: none;}
.section_08 .btn_area.after .btn_mypage{display: block;}



.section_08 .text_area{
    text-align: left;
    font-size: 18px;
    font-weight: 200;
    color: #9d9c9c;
    margin: 38px 0 0 54px;
    line-height: 1.65;
    letter-spacing: -0.3px;
}


.section_09 {
    position: relative;
    width: 100%;
    padding: 150px 0;
    height: 800px;
    background:#1b2024 url(./img/bg_base_09.jpg) 50% 0 no-repeat;
    object-fit: cover;
    z-index: 11;
    margin-top: -2px;
    overflow: hidden;
    backface-visibility: hidden;
}

.section_09 .con {
    text-align: center;
}


.section_09 .sub_tit {
    display: block;
    width: 100%;
    height: 76px;
    background: url(./img/sec_subtit_09.png) 50% 0 no-repeat;
    background-size: 647px 76px;
}

.section_09 .sub_desc {
    display: block;
    font-size: 24px;
    color: #f7eadd;
    line-height: 1.7;
    letter-spacing: -0.5px;
    margin-top: 30px;
    margin-bottom: -25px;
    font-weight: 200;
}

.section_09 .btn_share{
    position: relative;
    background: none;
    border: 0;
    cursor: pointer;
    background: url(./img/btn_page_share.png) 50% 0 no-repeat;
    width: 651px;
    height: 85px;
    margin: 95px auto 0;
}

.section_09 .btn_share::after {
    content: '';
    opacity: 0;
    background: url(./img/btn_page_share.png) 50% 0 no-repeat;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    mix-blend-mode: screen;
    transition: 0.8s;
}

.section_09 .btn_share:hover:after {
    content: '';
    opacity: 1;
}

.section_09 .btn_move{
    position: relative;
    display: block;
    background: url(./img/btn_evt_list.png) 50% 0 no-repeat;
    width: 651px;
    height: 85px;
    margin: 45px auto 0;
}

.section_09 .btn_move::after {
    content: '';
    opacity: 0;
    background: url(./img/btn_evt_list.png) 50% 0 no-repeat;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    mix-blend-mode: screen;
    transition: 0.8s;
}

.section_09 .btn_move:hover:after {
    content: '';
    opacity: 1;
}


.section_09 .btn_record{
    position: relative;
    display: block;
    background: url(./img/btn_record.png) 50% 0 no-repeat;
    width: 651px;
    height: 85px;
    margin: 95px auto 0;
}

.section_09 .btn_record::after {
    content: '';
    opacity: 0;
    background: url(./img/btn_record.png) 50% 0 no-repeat;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    mix-blend-mode: screen;
    transition: 0.8s;
}

.section_09 .btn_record:hover:after {
    content: '';
    opacity: 1;
}


.card_selected_item {
    padding: 178px 0 0 12px;
    display: flex;
    margin: auto;
    align-items: center;
}

.card_selected_item .thumb {
    position: relative;
    width: 210px;
    height: 250px;
    overflow: hidden;
    margin-left: 70px;
}

.card_selected_item .meta {
    text-align: left;
    margin-top: -5px;
    margin-left: 35px;
}

.card_selected_item .thumb .bg {
    display: block;
    width: 100%;
    height: 100%;
}

.card_selected_item .thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    image-rendering: pixelated
}

.card_selected_item .chr {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    image-rendering: pixelated;
}



.card_selected_item .title {
    font-size: 48px;
    font-weight: 800;
    color: #000;
    letter-spacing: -0.5px;
    margin-top: -3px;
}

.card_selected_item .desc {
    font-size: 18px;
    line-height: 1.65;
    color: #fff;
    margin: 16px 0 30px;
}

.card_selected_item .head_list {
    display: inline-block;
    vertical-align: top;
    font-size: 20px;
    font-weight: 800;
    color: #000;
    margin-right: 25px;
    margin-bottom: 30px;
}

.content_list{
    font-size: 18px;
    color: rgba(0, 0, 0, 0.8);
    line-height: 1.2;
    letter-spacing: -0.5px;
}

.card_selected_item .foot {
    font-size: 16px;
    font-weight: 800;
    color: #601b06;
    margin-top: -5px;
    letter-spacing: -0.5px;
}

.card_selected_item .foot .text_bar{
    margin: 0 5px;
}
/* .card_selected_item .date {
  font-size: 16px;
  color: #add2f1;
  font-weight: normal;
  margin-left: 10px;
  vertical-align: 1px;
} */




.lypop {
    display: none;
    z-index: 9999;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .7);
}

.lypop img {
    image-rendering: pixelated;
}

.lypop .lycbox {
    position: absolute;
    left: 50%;
    top: 50%;
    padding: 0;
    width: 1200px;
    transform: translate(-50%, -50%);
    text-align: center;
    background: #fff;
    z-index: 900
}

.lypop .lypop_cont {
    display: block;
    padding: 0 0 50px;
    width: 100%;
    min-height: 400px;
    max-height: 870px;
    background: #fff;
    text-align: center;
    overflow-y: auto;
    color: #555;
    font-size: 18px;
    line-height: 30px;
    font-family: 'SUIT', system-ui, AppleSDGothicNeo, 'Malgun Gothic', sans-serif;
    background: url(./img/bg_base_08.png) 50% 0 no-repeat;
}

.lypop .conbox {
    position: relative;
    padding: 60px 0;
    margin: 0 auto;
    width: 800px;
    background: #f6f6f6;
    color: #555;
    font-size: 18px;
    line-height: 30px
}

.lypop .conbox .icon {
    width: 100px;
    height: 100px;
}

.lypop .conbox a:hover {
    text-decoration: underline;
}

.lypop .column {
    display: flex;
    align-items: center;
    justify-content: center;
}

.lypop .column li {
    display: flex;
    flex-direction: column;
    margin: 0 25px;
    color: #555;
    font-size: 18px;
    line-height: 30px;
}

.lypop .column li span {
    padding-top: 20px;
    color: #333
}

.lypop a.lybtn {
    display: inline-block;
    margin-top: 40px;
    padding: 0 50px;
    height: 50px;
    line-height: 49px;
    background: #191919;
    border-radius: 25px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .4);
    text-align: center;
    color: #333;
    font-size: 16px;
    cursor: pointer;
    text-decoration: none;
}

.lypop a.lybtn:hover {
    text-decoration: none;
}

.lypop_close {
    position: absolute;
    right: 30px;
    top: 15px;
    width: 50px;
    height: 50px;
    cursor: pointer;
    z-index: 999;
}

.lypop_close::before,
.lypop_close::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -20px 0 0 -1px;
    height: 40px;
    width: 2px;
    background: #999
}

.lypop_close::before {
    transform: rotate(45deg)
}

.lypop_close::after {
    transform: rotate(-45deg)
}

.lypop .ly_title {
    position: relative;
    width: 100%;
    min-height: 30px;
    padding: 25px 0;
    background: #333;
    color: #F6F6F6;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    font-weight: 700;
}

.lypop .card_gridbox {
    display: block;
    padding: 0 50px 40px;
    margin-top: -40px;
}

.card_item {
    display: inline-block;
    vertical-align: top;
    margin-top: 65px;
}

.lypop .card_box {
    position: relative;
    display: flex;
    gap: 20px;
    padding: 87px 42px 20px;
    border: 1px solid transparent;
    text-align: left;
    cursor: pointer;
    background: url(./img/ly_identification_card_01.png) 50% 0 no-repeat;
    width: 478px;
    height: 258px;
}

.lypop .card_box::before {
    content: '';
    position: absolute;
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
    background: #000;
    opacity: 0.5;
}

.lypop .card_box.selected::before{
    content: none;
}

.lypop .card_box .thumb::before {
    content: '';
    position: absolute;
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
    background: #000;
    opacity: 0.5;
    z-index: 999;
}

.lypop .card_box.selected .thumb::before {
    content: none;
}

.lypop .card_box.type_02{
    background: url(./img/ly_identification_card_02.png) 50% 0 no-repeat;
    margin-left: 58px;
}

.lypop .card_box.type_03{
    background: url(./img/ly_identification_card_03.png) 50% 0 no-repeat;
}

.lypop .card_box.type_04{
    background: url(./img/ly_identification_card_04.png) 50% 0 no-repeat;
    margin-left: 58px;
}

.lypop .card_box .thumb {
    position: relative;
    width: 105px;
    height: 125px;
    overflow: hidden;
    background: #f6f6f6;
}

.lypop .card_box .thumb .bg {
    display: block;
    width: 100%;
    height: 100%;
}

.lypop .card_box .thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    image-rendering: pixelated
}

.lypop .card_box .chr {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    image-rendering: pixelated;
}

.lypop .card_box .subtitle {
    font-size: 14px;
    color: #ddd;
    margin-bottom: 6px;
    letter-spacing: .3px
}


.date{color: #add2f1;
    font-size: 11px;
    margin-left: 5px;
    font-weight: normal;
    vertical-align: 1px;}

.lypop .card_box .labelbox{
    position: absolute;
    right: 0;
    bottom: -45px;
    left: 0;
    width: 100%;
    height: 35px;
    text-align: center;
    font-size: 16px;
    color: #fff;
}

.lypop .card_box input[type="radio"] {
    appearance: none;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    background: url(./img/radio_normal.png) 50% no-repeat;
    vertical-align: text-top;
    margin-right: 8px;
    cursor: pointer;
}


.lypop .card_box.selected input[type="radio"] {
    background: url(./img/radio_active.png) 50% no-repeat;
}




.lypop .card_box .title {
    font-size: 23px;
    font-weight: 800;
    color: #000;
    letter-spacing: -0.5px;
    margin-top: -3px;
    margin-bottom: 14px;
}

.lypop .card_box .desc {
    line-height: 1;
}

.lypop .card_box .head_list {
    display: inline-block;
    vertical-align: top;
    font-size: 10px;
    font-weight: 800;
    color: #000;
    margin-right: 10px;
    margin-bottom: 18px;
    letter-spacing: -0.2px;
}

.lypop .content_list{
    font-size: 9px;
    color: rgba(0, 0, 0, 0.8);
    line-height: 1.2;
    letter-spacing: -0.2px;
}

.lypop .card_box .foot {
    font-size: 8px;
    font-weight: 800;
    color: #601b06;
    margin-top: 1px;
    letter-spacing: -0.2px;
}

.lypop .card_box .foot .text_bar{
    margin: 0 2px;
}




/* .lypop .card_box .badge {
  position: absolute;
  top: 24px;
  left: 78px;
  background: url(./img/ly_thum_logo.png) 50% 0 no-repeat;
  width: 40px;
  height: 42px;
} */

.lypop .card_box.selected {
    border-color: #f1f1f1;
}

.lypop .confirmbtn_area {
    text-align: center
}

.lypop #confirmCard {
    display: inline-block;
    padding: 0 70px;
    height: 50px;
    line-height: 49px;
    background: #000;
    border: 1px solid #333;
    border-radius: 8px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    text-decoration: none;
}

.btn_edit {
    height: 44px;
    padding: 0 18px;
    border: 0;
    border-radius: 8px;
    background: #111;
    color: #fff;
    font-weight: 700;
    cursor: pointer
}


#snow {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    transition: 1s;
    z-index: 100
}

#snow .snowBall {
    display: inline-block;
    opacity: 0;
    position: absolute;
    animation: snowBall1 5s linear 0s infinite
}

#snow .snowBall em {
    opacity: 0.7;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(ellipse at center, rgb(252 132 97) -10%, rgb(207, 41, 41) 10%, rgb(105 64 54) 15%, rgb(235 145 87) 20%, rgb(255 255 255 / 0%) 80%);
    animation: snowBall3 2.5s ease-in-out 0s alternate infinite
}

#snow .snowBall strong {
    opacity: 0.6;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(ellipse at center, rgb(187, 98, 26) -10%, rgb(156, 18, 18) 10%, rgb(170, 51, 51) 15%, rgba(212, 31, 76, 0.5) 20%, rgba(230, 53, 30, 0) 80%);
    animation: snowBall4 2.5s ease-in-out 0s alternate infinite
}

@keyframes snowBall1 {
    1% {
        opacity: 0
    }

    70% {
        opacity: 1
    }

    100% {
        transform: translate(0, 0);
        opacity: 0
    }
}

@keyframes snowBall2 {
    0% {
        transform: translate(0, 0);
    }

    50% {
        transform: translate(-500px, 0);
    }

    100% {
        transform: translate(0, 0);
    }
}

@keyframes snowBall3 {
    0% {
        transform: translate(0, 5px);
    }

    50% {
        transform: translate(-495px, 3px);
    }

    100% {
        transform: translate(-3px, 3px);
    }
}

@keyframes snowBall4 {
    0% {
        transform: translate(0, 10px);
    }

    50% {
        transform: translate(-505px, 6px);
    }

    100% {
        transform: translate(6px, -6px);
    }
}



/* 미디어쿼리 */
@media screen and (min-width:1960px) {

    .dimmed,
    .section_intro {
        zoom: 1;
    }
}


.section_intro.mo{
    background: #000 url(./img/bg_spot_mo.jpg) no-repeat 50% 0;
    background-size: cover!important;
}

.parallax_item.force-visible {
    opacity: 1 !important;
    transform: translateY(0) !important;
    transition: 2s;
}

.parallax_item3.force-visible {
    opacity: 1 !important;
    transform: translateY(0) !important;
    transition: 2s;
}


/* 공통주의사항 */
.noti {
    position: relative;
    padding: 150px 0;
    margin: 0;
    width: 100%;
    background: #1b2024;
    box-shadow: 0 -8px 8px 0 rgba(0,0,0,.2) inset;
    z-index: 100;
    backface-visibility: hidden;
}

.noti * {
    font-family: 'Noto Sans Kr';
    font-weight: 400;
}

.noti dl {
    position: relative;
    margin: 0 auto;
    padding: 0;
    width: 1200px;
    overflow: hidden
}

.noti dl dt {
    position: relative;
    margin-bottom: 12px;
    color: #ebe6de;
    font-size: 50px;
    line-height: 82px;
    letter-spacing: -2.5px
}

.noti dl dt.sbt {
    margin-bottom: 30px;
    font-size: 20px;
    line-height: 30px;
    color: #bbb;
    letter-spacing: -1px;
}

.noti dl dd {
    position: relative;
    margin: 0 0 30px 0
}

.noti dl dd p {
    padding-left: 10px;
    text-indent: -10px;
    color: #656c70;
    font-size: 18px;
    line-height: 32px;
    letter-spacing: 0
}

.noti dl dd p a {
    color: #0066ff;
    text-decoration: underline;
}


.noti dl dd span {
    color: #271a41
}

.noti dl dd strong {
    color: #bbb;
}

.evtbar_bottom {
    position: relative;
    height: 70px;
    background: #252c31;
    font-family: 'Noto Sans Kr';
    font-weight: 300;
    backface-visibility: hidden;
}

.evtbar_bottom p {
    position: relative;
    margin: 0 auto;
    width: 1200px;
}

.evtbar_bottom p a {
    display: block;
    float: left;
    width: 220px;
    font-size: 16px;
    color: #ddd;
    line-height: 69px;
    text-align: center;
    background: #20262b;
}

.evtbar_bottom p a.more {
    background: #1c2227
}

.evtbar_bottom p span {
    display: block;
    float: right;
    padding-top: 27px;
    font-size: 12px;
    color: #8e959b;
    text-align: right;
    font-weight: 400;
}


/* 로그인 레이어 */
#step1 .ly_login_info {
    display: block!important;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.3);
    z-index: 999
}
#step1 .ly_login_info .txtarea{padding-top: 34px;}
#step1 .ly_login_info .txtarea span.tit_logbox{display: block;font-size: 30px;margin-bottom: 20px;font-weight: bold;}
#step1 .ly_login_info .txtarea span.subtit_logbox{display: block;}

.ly_login_info .ly_logbox {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -155px 0 0 -300px;
    padding: 40px;
    width: 600px;
    height: 310px;
    background: #fff;
}



.ly_login_info .txtarea {
    display: table;
    width: 520px;
    height: 140px;
    border: 1px solid rgba(225, 230, 238, 0.5);
    background: #f8f9fb;
    color: #36393f;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    letter-spacing: -1px;
}

.ly_login_info .txtarea span {
    display: table-cell;
    vertical-align: middle;
}

.ly_login_info .btnarea {
    padding: 0;
    margin: 30px 0 0 0;
}

.ly_login_info .btnarea a {
    display: inline-block;
    padding: 0;
    margin: 0;
    width: 165px;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    text-align: center
}

.ly_login_info .btnarea a.btn_b {
    background: #3392ff;
    color: #fff
}

.ly_login_info .btnarea a.btn_n {
    background: #303544;
    color: #fff
}



.semicircle_wrap{margin-top: -265px;margin-left: 45px;}
.semicircle_wrap svg { overflow: visible; }
.semicircle_bg,
.semicircle_progress {
    fill: none;
    stroke-width: 45;
    transition: stroke-dashoffset 1.5s ease-in-out;
}

.semicircle_bg { stroke: #44372e; }
.semicircle_progress { stroke: #ff5722; }
.semicircle_bg,
.semicircle_progress {
    transform-box: fill-box;
    transform-origin: center;
    transform: rotate(180deg);
}
.semicircle_text{    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 24px;
    font-weight: bold;
    color: #ffc4b2;
    margin: 0 2px;}

circle.circle-progress[data-percent="0"] {
    stroke: none !important;
    stroke-dasharray: none !important;
    stroke-dashoffset: none !important;
}