
/* ===
Header
=== */
.header {height: 60px; background-color: rgba(0,0,0,0.7); border-bottom: 1px solid rgba(255,255,255,0.15); backdrop-filter: blur(3px);}
.header h1 {margin: 0 0 0 3px;}
.header .inner {display: flex; height: 100%; align-items: center; justify-content: space-between;}
.header h1 span {position: absolute; left: -3000%;}
.header h1 img {width: auto; height: 32px;}
.header .menu {display: flex; align-items: center;}
.header .menu .gnb {font-size: var(--font-size-menu);}
.header .menu .gnb ul {display: flex; gap: 35px;}
.header .menu .gnb ul > li.mob-vvw {display: none;}
.header .menu .util {margin: 0 0 0 40px; display: flex; gap: 15px;}
.skiptranslate iframe.VIpgJd-ZVi9od-ORHb-OEVmcd {display: none;}
.header .language-selBox {position: relative;}
.header .language-selBox .language-button::before {content: ''; display: block; width: 32px; height: 32px; background: url('../images/icons/icon-earch.png') no-repeat center / cover;}

/* -- Language Translate -- */
.translation-links > li:not(:first-of-type) {margin: 9px auto 0;}
.header .language-selBox .translate-langs {display: none; position: absolute; left: -2px; top: 32px; margin: 0 -10px; padding: 12px; width: 35px; border-radius: 5px; background-color: var(--color-background-sub3);}
.translation-links > li a span::before {content: ''; display: block; background-position: center; background-size: cover; background-repeat: no-repeat; width: 22px; height: 13px; margin: 0 auto;}
.translation-links > li a.english span::before {background-image: url('../images/language/lang-en.svg');}
.translation-links > li a.korean span::before {background-image: url('../images/language/lang-ko.svg');}
.translation-links > li a.chinese span::before {background-image: url('../images/language/lang-cn.svg');}
.translation-links > li a.spanish span::before {background-image: url('../images/language/lang-sp.svg');}

.header .inner .mob-menu {display: none;}

@media screen and (max-width:768px) {
    .header h1 {margin: 0 0 0 13px;}
    .header h1 img {height: 27px;}
    .header .inner .mob-menu {
        display: block; width: 32px; height: 32px; 
        background-position: center; background-repeat: no-repeat; background-size: cover;
        background-image: url('../images/icons/icon-menu.png');
        z-index: 30; position: relative; right: 15px;
    }
    .header .inner .menu {display: none;}
    .header .inner .menu.view {display: block;}
    .header .inner .menu.view + .mob-menu {background-image: url('../images/icons/icon-close.png');}
    .header .menu {position: fixed; top: 0; left: 0; width: 100%; height: 100vh; background-color: var(--color-background); flex-direction: column; padding: 90px 35px 40px; box-sizing: border-box;}
    .header .menu .gnb {font-size: var(--font-size-lg);}
    .header .menu .gnb ul {display: flex; flex-direction: column; gap: 25px;}
    .header .menu .gnb ul > li.mob-vvw {display: block;}
    .header .menu .util {position: absolute; left: 20px; bottom: 130px; margin: 0;}

    .header .menu .util .language {display: flex; align-items: center;}
    .header .menu .util .layer-language {display: block; position: relative; top: 0; left: 10px; margin: 0; padding: 0; border-radius: 0; background-color: transparent;}
    .header .menu .util .layer-language::before {display: none;}
    .header .menu .util .layer-language ul {display: flex; gap: 15px; margin: 0 0 0 10px;}
    .header .menu .util .layer-language li:not(:first-of-type) {margin: 0;}
    .header .menu .util .layer-language ul li {position: relative;}
    .header .menu .util .layer-language ul li::before {content: '•'; position: absolute; left: -10px;}

    /* -- Language Translate -- */
    .header .language-selBox {display: flex;}
    .header .language-selBox .translate-langs {display: block !important;}
    .translation-links > li {position: relative;}
    .translation-links > li:not(:first-of-type) {margin: 0 0 0 20px;}
    .translation-links > li:not(:first-of-type)::before {content: '•'; position: absolute; left: -15px; top: -2px;}
    .header .language-selBox .translate-langs {
        position: relative; left: 0; top: 0; background-color: transparent; width: auto; margin: 0;
    }
    .translate-langs .translation-links {display: flex; margin: 0;}
    .translation-links > li a span::before {width: 25px; height: 14.772px;}    
}

/* ===
Main Container
=== */
.main-container {padding: 40px 10px 50px; box-sizing: border-box;}
.main-container.mainTopWrap {padding: 0 10px 50px;}
@media screen and (max-width:768px) {
    .main-container {padding: 20px 10px 30px;}
    .main-container.mainTopWrap {padding: 0 10px 30px;}
}

/* -- Main Top Slide -- */
.mainBImg-Box {position: relative; width: 100%; border-radius: 10px; overflow: hidden; margin: 20px auto 15px; padding: 0 0 20px;}
.mainBImg-Box .main-caros30 {position: relative; height: 300px; box-sizing: border-box;}
.mainBImg-Box .main-caros30 > .swiper-wrapper {height: 100%;}
.mainBImg-Box .main-caros30 > .swiper-wrapper > .swiper-slide {height: 100%;}
.mainBImg-Box .main-caros30 .item-mbx {position: relative; height: 100%; display: flex; align-items: center; justify-content: center; overflow: hidden; }
.mainBImg-Box .main-caros30 .item-mbx > p {position: absolute; left: 30px; top: 30px;}
.mainBImg-Box .main-caros30 .item-mbx > p > img {height: 60px; width: auto;}
.mainBImg-Box .main-caros30 .item-mbx > img {display: block; height: 100%; width: auto; object-fit:cover; }

.mainBImg-Box .main-caros30 .prev, .mainBImg-Box .main-caros30 .next {position: absolute; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); z-index: 10; cursor: pointer; opacity: 0.4; }
.mainBImg-Box .main-caros30 .prev {left: 5px;}
.mainBImg-Box .main-caros30 .next {right: 5px;}
.mainBImg-Box .main-caros30 .prev, .mainBImg-Box .main-caros30 .next {display: block; width: 30px; height: 30px; background-position: center; background-repeat: no-repeat; background-size: cover;}
.mainBImg-Box .main-caros30 .prev {background-image: url('../images/icons/circle-left.svg');}
.mainBImg-Box .main-caros30 .next {background-image: url('../images/icons/circle-right.svg');}
.mainBImg-Box .swiper-pagination {position: absolute; left: 50%; transform: translateX(-50%); bottom: 0 !important; z-index: 10;}
.mainBImg-Box .swiper-pagination span.swiper-pagination-bullet {width: 9px; height: 9px; background-color: rgba(255,255,255,1); transition: all 0.3s; opacity: 0.7; margin: 0 3px;}
.mainBImg-Box .swiper-pagination span.swiper-pagination-bullet-active {background-color:var(--color-highlight-normal); width: 25px; border-radius: 9px;}

@media screen and (max-width:768px) {
    .mainBImg-Box .main-caros30 {height: 200px;}
    .mainBImg-Box .main-caros30 .prev, .mainBImg-Box .main-caros30 .next {width: 20px; height: 20px;}
    .mainBImg-Box .swiper-pagination span.swiper-pagination-bullet {width: 7px; height: 7px;}
    .mainBImg-Box .swiper-pagination span.swiper-pagination-bullet-active {width: 18px; border-radius: 7px;}
    .mainBImg-Box .main-caros30 .item-mbx > p {left: 15px; top: 15px;}
    .mainBImg-Box .main-caros30 .item-mbx > p > img {height: 40px; width: auto;}

}

/* ===
Airdrop Page
=== */
.content-wrap {}
.content-wrap .option-Box {display: flex; align-items: center; justify-content: space-between; padding: 0.7em 1em; margin: 0 0 20px; border-radius: 8px; background-color: var(--color-background-sub2); box-sizing: border-box;}
.content-wrap .option-Box .buttons {display: flex; gap: 4px;}
.content-wrap .option-Box .buttons > button {display: inline-block; padding: 0.4em 0.8em; border-radius: 2em; border: 1px solid rgba(255, 255, 255, 0.2); background-color: var(--color-background); color: var(--font-color-desc); font-size: var(--font-size-sm);}
.content-wrap .option-Box .buttons > button.on {background-color: var(--font-color-basic); color: var(--color-background);}

.content-wrap .option-Box .sch-box {width: 260px;}
.content-wrap .option-Box .sch-box .schBx {position: relative;}
.option-Box .sch-box .schBx .input-style32 {width: 100%; border-radius: 40px; height: 35px; padding: 0 40px 0 15px; box-sizing: border-box;}
.option-Box .sch-box .schBx .submit-btn {position: absolute; right: 13px; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); width: 20px; height: 20px; background: url('../images/icons/sch-icon.svg') no-repeat center / cover;}
@media screen and (max-width:768px) {
    .content-wrap .option-Box {flex-direction: column; justify-content: center; align-items: flex-start; gap: 10px; padding: 0.7em 10px;}
    .content-wrap .option-Box .buttons {width: 100%;}
    .content-wrap .option-Box .sch-box {width: 100%;}
}

/* ===
Airdrop Content List
=== */
.content-wrap .game-list {display:grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); grid-template-rows: auto; gap: 15px;}
.game-item {box-shadow: 1px 2px 4px rgba(0,0,0,0.2); border-radius: 8px; overflow: hidden; border: 1px solid rgba(255,255,255,0.15); box-shadow: 0 2px 5px rgba(255,255,255,0.07); box-sizing: border-box;}
.game-item .img-bx img {display: block; width: 100%;}
.game-item .desc-bx, .game-item .sub-bx {box-sizing: border-box; overflow: hidden;}
.game-item .desc-bx {padding: 10px;}
.game-item .desc-bx > div, .game-item .sub-bx .coin-info > span {display: block; white-space: nowrap; text-overflow: ellipsis; overflow: hidden;}
.game-item .desc-bx .title {font-weight: 600; font-size: 1.1em;}
.game-item .desc-bx .desc {display: flex; gap: 10px; margin: 3px 0 0;}
.game-item .desc-bx .desc .download::before {content: ''; display: inline-block; width: 1em; height: 1em; background: url('../images/icons/download2-ico.svg') no-repeat center / cover; margin: 0 3px 0 0;}

.game-item .sub-bx {min-height: 47px; display: flex; gap: 7px; padding: 0 10px 10px; align-items: center;}
.game-item .sub-bx .coin-info {flex: 1;}
.game-item .sub-bx .coin-info {display: grid; grid-template-columns: 40px 1fr; grid-template-rows: 1fr 1fr; }
.game-item .sub-bx .coin-info > img {max-width: 30px; grid-column: 1; grid-row: 1/-1;}
.game-item .sub-bx .coin-info .coin-name {grid-column: 2; grid-row: 1;}
.game-item .sub-bx .coin-info .coin-unit {grid-column: 2; grid-row: 2;}
.game-item .sub-bx .store-btn  {display: flex; gap: 10px;}
.game-item .sub-bx .store-btn > a {display: block; width: 35px; height: 35px; border-radius: 5px; background-position: center; background-repeat: no-repeat; background-size: 80%; border: 1px solid rgba(255,255,255,0.2);}
.game-item .sub-bx .store-btn > a.apple {background-image: url('../images/btn-store/apple-store.svg');}
.game-item .sub-bx .store-btn > a.google {background-image: url('../images/btn-store/goolge-store.svg');}

.game-item .sub-bx .comming {width: 90%; margin: 0 auto; display: flex; align-items: center; justify-content: center; font-weight: 500; background: linear-gradient(to right,#bb3e8d, #5045d4); border-radius: 40px; padding: 6.5px 15px; box-sizing: border-box;}

@media screen and (max-width:768px) {
    .content-wrap .game-list {grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: 15px 10px;}
    .content-wrap .game-list {padding: 0; box-sizing: border-box;}
    .game-item .sub-bx {flex-direction: column; align-items: flex-start; justify-content: center; margin: 3px auto 0;}
    .game-item .sub-bx .store-btn {width: 100%;}
    .game-item .sub-bx .store-btn > a {width: 100%; background-size: 40%;}
}

/* ===
Cryptocurrency
=== */
.crypto-list {display: flex; flex-direction: column;  margin: 20px auto 30px; border-top: 1px solid rgba(255,255,255,0.15);}
.crypto-list li {display: flex; align-items: center; gap: 5px; padding: 17px 0; border-bottom: 1px solid #262626;}
.crypto-list li:nth-child(2n+1) {background-color: rgba(255,255,255,0.07)}

.crypto-list li .number {width: 32px;}
.crypto-list li .name {flex: 1.1;}
.crypto-list li .name .in-name {display: flex; align-items: center; gap: 7px;}
.crypto-list li .name .tit {display: flex; align-items: center;}
.crypto-list li .name .tit .unit {color: var(--font-color-sub); margin: 0 0 0 5px;}    
.crypto-list li .name .icon {display: inline-block; width: 30px; height: 30px;}
.crypto-list li .name .icon img {width: 100%; min-height: 100%;}

.crypto-list li .price {flex: 1.1; text-align: right;}
.crypto-list li .h1, .crypto-list li .h24, .crypto-list li .d7 {width: 90px; text-align: center; display: flex; align-items: center; justify-content: center;}
.crypto-list li .h1.up, .crypto-list li .h24.up, .crypto-list li .d7.up {color: var(--up-color);}
.crypto-list li .h1.down, .crypto-list li .h24.down, .crypto-list li .d7.down {color: var(--down-color);}

.crypto-list li .h1::before, .crypto-list li .h24::before, .crypto-list li .d7::before {content: ''; display: inline-block; width: 11px; height: 11px; background-position: center; background-repeat: no-repeat; background-size: cover; margin: 0 2.5px 0 0; }
.crypto-list li .h1.up::before, .crypto-list li .h24.up::before, .crypto-list li .d7.up::before {background-image: url('../images/icons/up-icon.svg');}
.crypto-list li .h1.down::before, .crypto-list li .h24.down::before, .crypto-list li .d7.down::before {background-image: url('../images/icons/down-icon.svg');}

.crypto-list li .market-cap, .crypto-list li .volume {flex: 1.1; text-align: right;}
.crypto-list li .volume .swit {color: var(--font-color-sub); font-size: var(--font-size-sm); margin: 2px 0 0 0;}
.crypto-list li .volume > span {display: block;}
.crypto-list li.table-title {font-weight: 500; padding: 12px 0; background-color: var(--color-background-sub2);}

@media screen and (max-width:768px) {
    .crypto-list {font-size: var(--font-size-md);}
    .crypto-list li {gap: 3px;}
    .crypto-list li .number {width: 23px; font-size: var(--font-size-sm2); letter-spacing: -1px;}
    .crypto-list li .h1, .crypto-list li .h24, .crypto-list li .d7 {width: 62px; font-size: var(--font-size-sm);}
    .crypto-list li .d7 {display: none;}
    .crypto-list li .name {flex: 1;}
    .crypto-list li .price {flex: 1;}
    .crypto-list li .market-cap, .crypto-list li .volume {display: none;}
    /* .crypto-list li .name .icon {width: 18px; height: 18px;} */
    .crypto-list li .name .tit {flex-direction: column; align-items: flex-start;}
    .crypto-list li .name .tit .unit {margin: 0;}  
    .crypto-list li .h1::before, .crypto-list li .h24::before, .crypto-list li .d7::before {width: 9px; height: 9px;}
    .crypto-list li .name .icon {width: 24px; height: 24px;}
}

/* ===
Game Detail
=== */
.game-detail-wrap {}
.game-detail-wrap .tit-gmo {padding: 0 0 16px;}
.game-detail-wrap .top-banner {height: 200px; overflow: hidden; display: flex; justify-content: center;}
.game-detail-wrap .top-banner img {width: auto; height: 100%;}
.game-detail-wrap .title-bx {position: relative; display: flex; flex-direction: column; color: var(--font-color-sub); padding: 35px 10px 20px; box-sizing: border-box;}
.game-detail-wrap .title-bx .profile-img {position: absolute; top: -60px; left: 15px; width: 120px; height: 120px; border-radius: 100%; overflow: hidden;}
.game-detail-wrap .title-bx .profile-img > img {width: 100%;}
.game-detail-wrap .title-bx .tit {font-size: var(--font-size-lg3); color: var(--font-color-basic); font-weight: 600; margin: 0 0 5px 0;}
.game-detail-wrap .title-bx .social-info {display: flex; align-items: center; gap: 10px;}
.game-detail-wrap .title-bx .social-info li:not(:first-of-type)::before {content: '•'; position: relative; left: -5px;}
.game-detail-wrap .title-bx .social-info .follower::after {content: ' Follower';}
.game-detail-wrap .title-bx .social-info .posts::after {content: ' Posts';}
.game-detail-wrap .title-bx .desc {margin: 10px 0 0 0;}
.game-detail-wrap .title-bx .play-button {display: flex; justify-content: flex-end;gap: 10px;}
.game-detail-wrap .title-bx .play-button > button {display: flex; gap: 3px; width: 140px; justify-content: center; align-items: center; border: 1px solid rgba(255,255,255,0.4); padding: 12px 20px; color: var(--font-color-basic); border-radius: 25px; transition: all 0.3s;}
.game-detail-wrap .title-bx .play-button > button::before {content: ''; display: block; width: 1.3em; height: 1.3em; background-position: center; background-repeat: no-repeat; background-size: cover;}
.game-detail-wrap .title-bx .play-button > button.google::before {background-image: url('../images/btn-store/goolge-store.svg');}
.game-detail-wrap .title-bx .play-button > button.apple::before {background-image: url('../images/btn-store/apple-store.svg');}
.game-detail-wrap .title-bx .play-button > button:hover {background-color: var(--font-color-basic); color: var(--color-black);}

.game-overview-wrap {position: relative;}
.game-overview-wrap, .game-info-wrap {}
.game-overview-wrap .tit-sub {font-size: var(--font-size-md2); padding: 0 0 16px; font-weight: 500;}
.game-overview-wrap .desc {
    position: relative;
    color: var(--font-color-desc); 
    box-sizing: border-box; 
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-height: 1.5em;
    /* max-height: 5em; */
    overflow: hidden;
    margin: 0 0 30px;
}
.game-overview-wrap .button-more {position: absolute; bottom: 30px; left: 10px; font-weight: 300; color: var(--font-color-desc); }
.game-overview-wrap .button-more::before {content: 'show more ›'; }
.game-overview-wrap .desc > p:not(:first-of-type) {margin: 1em 0 0;}
.game-overview-wrap .desc.view {display: block; height: 100%;}
.game-overview-wrap .desc.view + .button-more::before {content: 'show less ›'; }

.game-info-wrap .inner {display: flex; gap: 5px; color: var(--font-color-desc);}
.game-info-wrap .inner > div {flex: 1; display: flex; flex-direction: column; gap: 16px;}
.game-info-wrap .item-info {display: flex; flex-direction: column; gap: 4px;}
.game-info-wrap .item-info .name {color: var(--font-color-sub);}
.game-info-wrap .item-info .desc {display: flex; gap: 5px;}
.game-info-wrap .item-info .desc > a {color: var(--color-highlight-blue);}
.game-info-wrap .item-info .desc > button {width: 25px; height: 25px; background-position: center; background-repeat: no-repeat;background-size: cover;}
.game-info-wrap .item-info .desc > button.google {background-image: url('../images/btn-store/goolge-store-m2.svg');}
.game-info-wrap .item-info .desc > button.apple {background-image: url('../images/btn-store/apple-store-m2.svg');}
.divi-gap {border-top: 1px solid rgba(255, 255, 255, 0.15); padding: 2.5em 10px;box-sizing: border-box;}

@media screen and (max-width:768px) {
    .game-detail-wrap .top-banner {height: 140px; overflow: hidden;}
    .game-info-wrap .inner {flex-direction: column; gap: 16px;}
    .game-detail-wrap .title-bx {padding: 60px 10px 20px;}
    .game-detail-wrap .title-bx .profile-img {position: absolute; top: -48px; left: 15px; width: 95px; height: 95px;}
    .game-detail-wrap .title-bx .play-button {justify-content: center; }
    .game-detail-wrap .title-bx .title-info {order: 1; }
    .game-detail-wrap .title-bx .play-button {order: 2; margin: 25px 0 0; }
    .divi-gap {padding: 2.5em 15px;}
    .game-overview-wrap .button-more {left: 15px;}
}
/* ===
Game Detail - Image Slide
=== */
.game-img-Box {position: relative; width: 100%;}
.game-img-Box .inner a {display: block;}
.game-img-Box .inner img {width: 100%;}
.skotp-item .ban-img, .layer-popup35 .close-btn35 {cursor: pointer;}
.game-img-Box .inner .game-caros {position: relative; height: 100%; padding: 0 0 20px;}
.game-img-Box .inner .game-caros .prev, .game-img-Box .inner .game-caros .next {position: absolute; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); z-index: 10; cursor: pointer; opacity: 0.4; }
.game-img-Box .inner .game-caros .prev {left: 3px;}
.game-img-Box .inner .game-caros .next {right: 3px;}
.game-img-Box .inner .game-caros .prev, .game-img-Box .inner .game-caros .next {display: block; width: 30px; height: 30px; background-position: center; background-repeat: no-repeat; background-size: cover;}
.game-img-Box .inner .game-caros .prev {background-image: url('../images/icons/circle-left.svg');}
.game-img-Box .inner .game-caros .next {background-image: url('../images/icons/circle-right.svg');}
.game-caros .swiper-pagination {position: absolute; bottom: 5px !important;}
.game-caros .swiper-pagination span.swiper-pagination-bullet {width: 8px; height: 8px; background-color: rgba(255,255,255,1); transition: all 0.3s;}
.game-caros .swiper-pagination span.swiper-pagination-bullet-active {background-color:var(--color-highlight-normal); width: 23px; border-radius: 10px;}
.game-caros .skotp-box .skotp-item > a {display: block; width: 100%; height: 100%;}

/* Layer Popup */
.layer-popup35 {display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0,0,0,0.8); z-index: 1000; justify-content: center; align-items: center; backdrop-filter: blur(3px);}
.popup-content35 { position: relative; max-width: 90%; max-height: 90%;}
.popup-image35 {width: 100%; max-width: 950px; height: 100%; object-fit: contain;}
.close-btn35 { position: absolute; top: -40px; right: 0; color: white; font-size: 30px; cursor: pointer; background: none; border: none;}

@media screen and (max-width:768px) {
    .game-img-Box .inner .game-caros .prev, .game-img-Box .inner .game-caros .next {width: 25px; height: 25px;}

}
/* ===
Game Detail - Airdrop Registration
=== */
.input-style32 {
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    color: var(--color-white);
    outline: none;
    font-size: 15px;
    border-radius: 6px;
    background-color: var(--color-background-input);
    border: 1px solid var(--color-background-input);
    box-sizing: border-box;
}
.input-style32::placeholder {font: inherit; color: var(--font-color-sub); font-weight: 400; font-size: 0.9em;}
select.input-style32 {-webkit-appearance:none; -moz-appearance:none; appearance:none;}
 select.input-style32::-ms-expand{display:none;}
 select.input-style32 {background: var(--color-background-input) url('../images/icons/arr_re.svg') no-repeat 97% 50%/15px auto; border: 1px solid var(--color-background-input);}
.regi-adrop-wrap {}
.regi-adropBx {max-width: 600px; margin: 0 auto; border: 1px solid rgba(255,255,255,0.1); padding: 2.3em 1.3em; border-radius: 10px; box-sizing: border-box; background-color: var(--color-background-sub2); box-shadow: 1px 0 4px rgba(0,0,0,0.3);}
.regi-adropBx ul {display: flex; flex-direction: column; gap: 20px;}
.regi-adropBx ul > li {width: 100%; display: flex; align-items: center;}
.regi-adropBx ul > li > label {display: block; width: 150px; text-align: left; font-size: var(--font-size-md2);}
.regi-adropBx li > div {flex: 1;}
.regi-adropBx li .input-style32 {width: 100%;}
.regi-adropBx ul > li.result-desc-Box {border-top: 1px solid rgba(255, 255, 255, 0.15); box-sizing: border-box;}
.regi-adropBx li .result-desc {
    background-color: var(--color-background-sub3);
    border-radius: 5px;
    padding: 1.3em;
    margin: 1em 0 0;
    box-sizing: border-box;
    font-size: var(--font-size-md2);
    line-height: 1.4;
}
.regi-adropBx ul > li.btn-Box {padding: 5px 0 0;}
.regi-adropBx ul > li .submit {
    display: block; margin: auto;
    width: 90%; max-width: 500px;
    padding: 13px 20px; box-sizing: border-box;
    border: 1px solid rgba(255,255,255,0.5);
    font-weight: 600;
    border-radius: 50px;
    font-size: 16px;
    background-color: var(--font-color-basic);
    color: var(--color-black);
    transition: all 0.3s;
}
.regi-adropBx ul > li .submit:hover {background-color: var(--color-background);color: var(--font-color-basic);}
.regi-adropBx select, .regi-adropBx option {font-weight: 300;}

.tit-regi2 {display: flex; justify-content: space-between;}
.btn-guide2 {font-size: var(--font-size-sm); color: var(--font-color-basic); font-weight: 400; border: 1px solid var(--font-color-desc); padding: 5px 10px; border-radius: 1em; transition: all 0.3s;}
.regi-adropBx ul > li.btn-evg {justify-content: center;}
.btn-guide2.ev-gudie2 {display: block; font-size: var(--font-size-basic); padding: 8px 1.5em; border-radius: 2em; margin: 0; background-color: var(--color-background);}
.btn-guide2:hover {color: var(--color-background); background-color: var(--font-color-basic);}

@media screen and (max-width:768px) {
    .regi-adropBx {width: 100%; max-width: 100%; padding: 1.3em 10px;}
    .regi-adropBx ul > li {flex-direction: column; align-items: flex-start; gap: 3px;}
    .regi-adropBx ul > li > label {width: 100%;}
    .regi-adropBx li > div {flex: none; width: 100%;}
    .regi-adropBx ul > li .submit {width: 100%;}
    .regi-adropBx ul > li.btn-evg {align-items: center;}
}

/* == Wallet Guide Layer == */
.waguideWrap {
    display: none;
    position: fixed;
    left: 0; right: 0; top: 0; 
    width: 100%; height: 100vh;
    background-color: rgba(0,0,0,1);
    padding: 60px 10px;
    box-sizing: border-box;
    z-index: 102;
    overflow-y: auto;
}
.waguideBox {
    width: 100%;
    max-width: 800px; margin: auto;
    position: relative;
    color: #fff;
    text-align: center;
    padding: 0 10px;
    box-sizing: border-box;
    counter-reset : numbering;
}
.waguideBox img {width: 100%;}
.cls-wagl2 {
    display: block;
    position: fixed;
    top: 13px; 
    right: 30px;
    right: 50%; transform: translateX(378px);
    /* right: 50%; transform: translateX(420px); */
    z-index: 13;
    width: 27px; height: 27px;
    background: #000 url('../images/btn_evclose.png') no-repeat center / 80%;
    outline: none;
    border: none;
    cursor: pointer;
}
@media screen and (max-width:768px) {
    .cls-wagl2 {
        display: block;
        position: fixed;
        top: 15px; 
        right: 20px; transform: translateX(0);
        /* left: 15px; transform: translateX(0); */
        width: 27px; height: 27px;
    }    
}
.waguideBox img {
    display: block;
    width: 100%;
    height: auto;
}
.stepBox-wag {
    position: relative;
    border: 1px solid rgba(255,255,255,0.4);
    padding: 5px;
    border-radius: 5px;
    box-sizing: border-box;
}
.stepBox-wag:not(:last-of-type) {margin: 0 auto 50px;}
.stepBox-wag:not(:last-of-type)::after {
    content: '';
    display: block;
    position: absolute;
    bottom: -55px;
    left: 50%; transform: translateX(-50%);
    border-width: 20px; 
    border-style: solid; 
    border-color: rgba(255,127,80,0.8) transparent transparent transparent;
}
.stepBox-wag::before {
    content : 'STEP 'counter(numbering);
    counter-increment : numbering; 
    display: inline-block;
    position: absolute;
    top: 0; right: 0;
    padding: 5px 9px;
    border-radius: 2px;
    background-color: rgba(255,127,80,0.85);
    font-size: 0.93em;
    font-weight: 550;
}
.imgBox-wag, .capBox-wag {
    border-radius: 5px;
    overflow: hidden;    
}
.capBox-wag {
    font-size: 1.13em;
    color: #fff;
    background-color: rgba(255,127,80,0.4);
    border: 1px solid coral;
    padding: 13px 10px;
    margin: 5px auto 0;
    box-sizing: border-box;
}

/* == Event Information Guide == */
.gap-evinfo {height: 30px;}
.sty5-desc .desc-box {text-align: left; color: var(--font-color-desc);}
.sty5-desc .desc-box .title-sdesc {font-size: var(--font-size-lg); color: var(--color-highlight-normal); font-weight: 600; margin: 0 0 10px;}
.sty5-desc .desc-box .desc-list {line-height: 1.4; padding: 20px 15px; border-radius: 8px; background-color: var(--color-background-sub3); box-sizing: border-box; }
.sty5-desc .desc-box .desc-list > li:not(:first-child) {margin: 7px 0 0;}
.sty5-desc .desc-box .desc-list .tit-list {color: var(--font-color-basic); font-weight: 550; }
.sty5-desc .desc-box .desc-list.bullet01 {padding: 20px 15px 20px 35px; counter-reset : numbering;}
.sty5-desc .desc-box .desc-list.bullet01 > li {position: relative;}
.sty5-desc .desc-box .desc-list.bullet01 > li::before {counter-increment : numbering; content : counter(numbering)'.'; position: absolute; left: -20px; color: var(--font-color-basic); }
.sty5-desc .desc-box .desc-list.bullet02 {padding: 20px 15px 20px 30px;}
.sty5-desc .desc-box .desc-list.bullet02 > li {position: relative;}
.sty5-desc .desc-box .desc-list.bullet02 > li::before {content: '•'; position: absolute; left: -15px; color: #fff; }

/* ===
Completed Page
=== */
.comp-wrapper {padding: 50px 10px 80px; box-sizing: border-box; background: url('../images/images/background-sub20.jpg') no-repeat center / cover;}
.comp-wrap {width: 100%; max-width: 650px; margin: auto; padding: 2em 1.3em; box-sizing: border-box; border-radius: 10px; border: 1px solid rgba(255,255,255,0.13); box-shadow: 2px 0 5px rgba(0,0,0,0,0.2); line-height: 1.4; background: var(--color-background-sub2) url('../images/images/back-subtop30.jpg') no-repeat top center / 100%;}
.comp-wrap .title-Bx {text-align: center; color: var(--color-highlight-normal);}
.comp-wrap .title-Bx > span {font-size: var(--font-size-lg3); display: block; margin: 0 0 3px 0;}
.comp-wrap .title-Bx > h3 {font-size: var(--font-size-lg2);}
.comp-wrap .desc-Bx {text-align: center; margin: 1em 0 0; font-size: var(--font-size-md2);}
.comp-wrap .info-Bx {margin: 25px auto 0;}
.comp-wrap .info-Bx > h4 {font-size: var(--font-size-lg); color: var(--color-highlight-normal); font-weight: 500; margin: 0 0 5px 0;}
.desc-bgBx2 {background-color: var(--color-background-sub3); border-radius: 10px; box-shadow: 2px 0 5px rgba(0,0,0,0.15);}
.desc-list2 {display: flex; flex-direction: column; gap: 5px; padding: 1.1em 15px 1.1em 30px; box-sizing: border-box;}
.desc-list2 > li {position: relative; line-height: 1.4; color: var(--font-color-desc);}
.desc-list2 > li::before {content: "•"; position: absolute; left: -15px; color: rgb(255, 255, 255);}
.comp-wrap .info-Bx .button-back {display: block; width: 60%; margin: 20px auto; border: 1px solid rgba(255,255,255,0.4); padding: 0.7em 1em; box-sizing: border-box; border-radius: 2em; 
    font-size: var(--font-size-md3);
    background-color: var(--font-color-basic);
    color: var(--color-background);
    font-weight: 600;
    transition: all 0.3s;
}
.comp-wrap .info-Bx .button-back:hover {
    background-color: var(--color-background);
    color: var(--font-color-basic);
}
@media screen and (max-width:768px) {
    .comp-wrapper {padding: 30px 10px 50px;}
    .comp-wrap .info-Bx .button-back {width: 90%;}
}

/* ====
Full Size Banner
==== */
.banner30 {display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.8); z-index: 1000; justify-content: center;  align-items: center;}
.banner30 img {width: 100%; max-width: 720px; height: auto;}
.countdown {position: absolute; top: 20px; right: 20px; background: rgba(0, 0, 0, 0.5); color: #fff; padding: 10px; border-radius: 5px; font-size: 20px;}

/* ===
Footer
=== */
.footer {padding: 25px 10px 15px; box-sizing: border-box; border-top: 1px solid rgba(255,255,255,0.1); color: var(--font-color-sub);}
.footer .inner {text-align: center;}
.footer .logo-footer {padding: 0 0 2px;}
.footer .logo-footer img {width: auto; height: 30px; margin: auto;}
.footer .menu-footer {margin: 10px auto 0; font-size: var(--font-size-md); text-align: center;}
.footer .menu-footer ul {display: flex; justify-content: center; gap: 18px;}
.footer .menu-footer a {transition: color 0.3s;}
.footer .menu-footer a:hover {color: var(--color-white); text-decoration: underline;}
.footer .copyright {font-size: var(--font-size-sm);  margin: 25px auto 5px;}

@media screen and (max-width:768px) {
    .footer .inner {text-align: left;}
    .footer .logo-footer img {height: 25px; margin: 0 auto 0 0;}
    .footer .menu-footer {margin: 8px auto 0;}
    .footer .menu-footer ul {justify-content: flex-start; gap: 5px 13px; flex-wrap: wrap;}
    .footer .copyright {margin: 18px auto 5px;}  
}






