@charset "UTF-8";
/*
 *  File Name : /ui_resource/css/responsive/main.css
 *  Description : 메인 스타일
 *  Page : index
 */

/* 플로팅배너: index를 로그인 페이지, 로그인 후 게임에서도 같이 사용하고 있어서 노출/미노출 구분하기 위함 */
.floating-banner-comm {display: none;}
.main-page .floating-banner-comm {display: block;}

/* contents : common */
.contents-wrap {overflow: hidden;}
.contents-wrap img {width: 100%;}
.contents-wrap .layout-inner {display: flex; flex-direction: column; justify-content: center; align-items: center;}
.contents-wrap > section[class^=section-],
.contents-wrap > section[class^=section-] > article[class^=wrapper-] {position: relative; padding: 90px 0 120px; background-color: #240075; box-sizing: border-box;}
.contents-wrap > section[class^=section-].bg-darknavy {background-color: #1A0057;}
.contents-wrap .section-title, 
.contents-wrap .section-title * {color: #fff; font-family: var(--ft-family_Poppins-600); font-size: 60px; text-align: center; letter-spacing: -.5px;}
.contents-wrap .section-title {display: flex; flex-direction: column; align-items: center; margin-bottom: 40px;}
.contents-wrap .section-title .tit-sub {margin-top: 15px; color: #fff; font-family: var(--ft-family_Poppins-300); font-size: 24px; line-height: 1.5;}
.contents-wrap .section-content,
.contents-wrap .section-content * {color: #fff; font-family: var(--ft-family_Poppins-300); font-size: 24px; line-height: 1.2;}
.contents-wrap [class^=img-chip] {z-index: 1; position: absolute;}
.contents-wrap [class^=img-chip] img {width: 100%;}
.contents-wrap .img-chip01 {right: -250px; top: -150px; width: 300px;}
.contents-wrap .img-chip02 {left: -240px; top: -20px; height: 260px;}
.contents-wrap .img-chip03 {right: -130px; top: -140px; height: 280px;}
.contents-wrap .img-chip04 {left: -390px; top: 180px; height: 346px;}
.contents-wrap .img-chip05 {right: -250px; bottom: 0; height: 252px;}
.contents-wrap .img-chip06 {left: -260px; bottom: -220px; height: 260px;}

/* section-visual */
/* [높이값 참고] 계산한 값이 620px 보다 작으면 620px, 800px 보다 크면 800px 로 고정 */
.section-visual {position: relative; height: clamp(650px, calc(100vh - (var(--header-wrap-height) + var(--main-intro-count-height))), 800px);}
.section-visual:after {content: ""; z-index: 1; position: absolute; left: 0; top: 0; width: 100%; height: 100%;}
.section-visual .section-title, 
.section-visual .section-title * {font-family: var(--ft-family_Poppins-800); font-size: 100px; text-shadow: 0px 6px 10px rgba(0, 0, 0, 0.80);}
.section-visual .section-title {margin-bottom: 15px;}
.section-visual .wave-ani-wrapper {overflow: hidden; position: relative; width: 1000px; height: 100px;}
.section-visual .wave-ani-wrapper .wave-item {position: absolute; left: 0%; right: 0%; top: -100px; bottom: auto; margin-bottom: 0; line-height: 1;}
.section-visual .wave-ani-wrapper .wave-item .char {display: inline-block; transform: translateY(100%);}
.section-visual video {display: block; width: 100%; height: 100%; object-fit: cover; object-position: center;}
.section-visual .img-character {position: absolute; left: 50%; bottom: -25px; transform: translateX(-50%);}
.section-visual .layout-inner {z-index: 10; position: absolute; left: 50%; bottom: 80px; width: 100%; height: auto; transform: translateX(-50%);}

/* section-intro */
.section-intro .wrapper-intro-count {height: var(--main-intro-count-height); padding: 0 !important;}
.section-intro .wrapper-intro-count .count-list .list-item {display: flex; flex-direction: column; justify-content: center; align-items: center; margin: 0 60px;}
.section-intro .wrapper-intro-count .count-list .list-item:first-child {margin-left: 0;}
.section-intro .wrapper-intro-count .count-list .list-item:last-child {margin-right: 0;}
.section-intro .wrapper-intro-count .count-list .list-item .txt {margin-bottom: 5px; color: #fff; font-family: var(--ft-family_Poppins-300); font-size: 24px;}
.section-intro .wrapper-intro-count .count-list .list-item .num {color: #1398FF; font-family: var(--ft-family_Poppins-700); font-size: 50px;}
.section-intro .wrapper-intro-count .count-list .list-item * {line-height: 1;}
.section-intro .wrapper-intro-main {max-height: 710px;}
.section-intro .wrapper-intro-main .layout-inner {justify-content: flex-start; position: absolute; left: 0; top: 0; width: 100%; padding-top: 90px;}
.section-intro .wrapper-intro-main .section-title {margin-bottom: 15px; line-height: 1.05;}
.section-intro .wrapper-intro-main .section-content {text-align: center; line-height: 1.45;}
.section-intro .wrapper-intro-main .img-area {z-index: 1; position: absolute; left: 0; bottom: 0; width: 100%;}
.section-intro .wrapper-intro-main .img-area img {position: absolute; left: 50%; bottom: -30px; transform: translateX(-50%); width: 804px;}

/* section-info */
.section-info {padding-bottom: 90px !important;}
.section-info .info-list {display: flex;}
.section-info .info-list .list-item {overflow: hidden; position: relative; width: 320px; height: 388px; margin-right: 40px; border-radius: 30px;}
.section-info .info-list .list-item::before {z-index: 1; content: ""; display: inline-block; position: absolute; left: 0; bottom: 0; width: 100%; height: 100%; background: url(../../images/main/bg_info_list.png) left bottom no-repeat; background-size: contain;}
.section-info .info-list .list-item::after {content: ""; display: none; width: 100%; height: 100%; z-index: 1; position: absolute; left: 0; top: 0; background: linear-gradient(190deg, rgba(19, 152, 255, 0.60) 0%, #1398FF 100%);}
.section-info .info-list .list-item:last-child {margin-right: 0;}
.section-info .info-list .list-item img {transform: scale(1); transition: transform .6s ease-out;}
.section-info .info-list .list-item:hover img {transform: scale(1.05);}
.section-info .info-list .list-item .content-area {overflow: hidden; z-index: 2; position: absolute; left: 0; top: 230px; width: 100%; height: calc(100% - 230px); text-align: center;}
.section-info .info-list .list-item .content-area .title {font-family: var(--ft-family_Poppins-700); font-size: 34px; line-height: 1;}
.section-info .info-list .list-item .content-area .description {margin-top: 5px; color: #DBD4EC;}
.section-info .info-list .list-item:hover::after {display: block;}

/* section-fanpage */
.section-fanpage {overflow: visible; padding-bottom: 120px;}
.section-fanpage .fanpage-list {display: flex;}
.section-fanpage .fanpage-list .list-item {display: flex; flex-direction: column; justify-content: space-between; align-items: center; position: relative; width: 440px; height: 520px; padding: 40px 0 50px; margin-right: 40px; background: linear-gradient(180deg, #4C17E4 0%, #3811AE 80%); border-radius: 30px; box-sizing: border-box;}
.section-fanpage .fanpage-list .list-item:last-child {margin-right: 0;}
.section-fanpage .fanpage-list .list-item .title-area {display: flex; flex-direction: column; align-items: center;}
.section-fanpage .fanpage-list .list-item .title-area * {color: #fff; line-height: 1;}
.section-fanpage .fanpage-list .list-item .title-area .tit-bold {font-family: var(--ft-family_Poppins-500); font-size: 34px;}
.section-fanpage .fanpage-list .list-item .title-area .tit-extrabold {font-family: var(--ft-family_Poppins-700); font-size: 60px;}
.section-fanpage .fanpage-list .list-item .title-area .tit-medium {color: #DBD4EC; font-family: var(--ft-family_Poppins-300); font-size: 24px;}
.section-fanpage .fanpage-list .list-item .img-area {position: absolute; top: 160px;}
.section-fanpage .fanpage-list .list-item .img-area video {width: 100%;}
.section-fanpage .fanpage-list .list-item .button-area [class*=btn-visit] {width: 320px; height: 80px;}
.section-fanpage .fanpage-list .list-item .button-area [class*=btn-visit]::before {content: ""; display: block; width: 100%; height: 100%; background-position: 0 0; background-repeat: no-repeat;}
.section-fanpage .fanpage-list .list-item .button-area [class*=btn-visit]:hover::before {background-position-y: -90px !important;}
.section-fanpage .fanpage-list .list-item .button-area .btn-visit-fanpage::before {background-image: url(../../images/main/btn_visit-fanpage.png);}
.section-fanpage .fanpage-list .list-item .button-area .btn-visit-vip::before {background-image: url(../../images/main/btn_visit-vip.png);}
.section-fanpage .fanpage-list .list-item .button-area.btn-sns {display: flex; align-self: center; height: 80px;}
.section-fanpage .fanpage-list .list-item .button-area.btn-sns .sns-item {width: 70px; height: 70px; margin-right: 20px;}
.section-fanpage .fanpage-list .list-item .button-area.btn-sns .sns-item:last-child {margin-right: 0;}
.section-fanpage .fanpage-list .list-item:nth-child(1) .img-area {width: 200px;}
.section-fanpage .fanpage-list .list-item:nth-child(2) .img-area {top: 170px; width: 188px;}
.section-fanpage .fanpage-list .list-item:nth-child(3) .img-area {width: 260px;}

/* section-slot */
.section-slot {padding-bottom: 100px !important; background: url(../../images/main/bg_slots.jpg) center no-repeat; background-size: cover;}
.section-slot .section-title {margin-bottom: 0;}
.section-slot .section-content {width: 100%;}
.section-slot .slot-swiper {position: relative; display: flex; justify-self: center; width: 1324px;}
.section-slot .slot-swiper .swiper-container {padding: 80px 0 70px;}
.section-slot .slot-swiper .swiper-slide {width: 842px; height: 360px; background: linear-gradient(0deg, #3811AE 12.72%, #4C17E4 82.54%); box-shadow: 0px 12px 30px 0px rgba(0, 0, 0, 0.75); border-radius: 30px;}
.section-slot .slot-swiper .swiper-slide .slide-inner {display: flex; width: 100%; height: 100%; padding: 0 30px; box-sizing: border-box;}
.section-slot .slot-swiper .swiper-slide .img-area {position: relative; left: 0; bottom: 25px; width: 360px; line-height: 0;}
.section-slot .slot-swiper .swiper-slide .img-area img {width: 100%;}
.section-slot .slot-swiper .swiper-slide .txt-area {display: flex; flex-direction: column; justify-content: center; width: calc(100% - 330px); height: 100%; padding-left: 40px; box-sizing: border-box;}
.section-slot .slot-swiper .swiper-slide .txt-area .name {margin-bottom: 10px; color: #fff; font-family: var(--ft-family_Poppins-800); font-size: 50px; letter-spacing: -.5px; line-height: 1;}
.section-slot .slot-swiper .swiper-slide .txt-area .description {color: #DBD4EC; font-family: var(--ft-family_Poppins-400); font-size: 20px; line-height: 1.5;}
.section-slot .slot-swiper .swiper-pagination {display: flex; justify-content: center; align-items: center;}
.section-slot .slot-swiper .swiper-pagination-bullet {width: 25px; height: 25px; margin: 0 15px; background: #D9D9D9; border-radius: 50%; transition: all 0.3s ease-in-out; opacity: 1;}
.section-slot .slot-swiper .swiper-pagination-bullet-active {background: #1398FF !important;}
.section-slot .button-area {margin-top: 50px; text-align: center;}
.section-slot .button-area .btn-view-slots {width: 600px; height: 140px; transition: all 1s linear 0s;}
.section-slot .button-area .btn-view-slots::before {content: ""; display: block; width: 100%; height: 100%; background: url(../../images/main/btn_view_slots.png) 0 0 no-repeat;}
.section-slot .button-area .btn-view-slots:hover::before {background-position-y: -150px;}

/* section-review */
.section-review {overflow: hidden; background: #240075;}
.section-review::after {content: ""; display: inline-block; z-index: 1; position: absolute; left: 50%; bottom: -20px; transform: translateX(-50%); width: 568px; height: 100%; background: url(../../images/main/img_character_review.png) calc(0% + 28px) calc(100% + 5px) no-repeat; background-size: 568px;}
.section-review .section-title,
.section-review .section-content {z-index: 1; position: relative;}
.section-review .review-list {display: flex; flex-wrap: wrap; justify-content: space-between;}
.section-review .review-list .list-item {display: flex; flex-direction: column; justify-content: center; align-items: center; width: 480px; height: 280px; margin-bottom: 40px; background: linear-gradient(180deg, #4C17E4 0%, #3811AE 80%); border-radius: 30px; box-sizing: border-box;}
.section-review .review-list .list-item:nth-child(n+3) {margin-bottom: 0;}
.section-review .review-list .list-item .star-rating {display: flex;}
.section-review .review-list .list-item .star-rating .star {display: inline-block; width: 38px; height: 34px; margin-right: 10px;}
.section-review .review-list .list-item .star-rating .star:last-child {margin-right: 0;}
.section-review .review-list .list-item .star-rating .star::before {content: ""; display: inline-block; width: 100%; height: 100%; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='47' height='42' viewBox='0 0 47 42' fill='none'%3E%3Cpath d='M25.8865 2.11749C24.9484 0.34016 22.4029 0.340155 21.4647 2.11749L16.1969 12.0974C15.9711 12.5253 15.5528 12.8179 15.0735 12.8834L3.52229 14.4623C1.42055 14.7496 0.609155 17.3591 2.17741 18.7875L10.3561 26.237C10.7389 26.5857 10.9148 27.1072 10.8214 27.6166L8.86846 38.265C8.49787 40.2856 10.5873 41.866 12.4307 40.9594L23.0137 35.7548C23.4311 35.5495 23.9202 35.5495 24.3376 35.7548L34.9206 40.9594C36.764 41.866 38.8534 40.2856 38.4828 38.265L36.5299 27.6166C36.4364 27.1072 36.6123 26.5857 36.9952 26.237L45.1739 18.7875C46.7421 17.3591 45.9307 14.7496 43.829 14.4623L32.2777 12.8834C31.7984 12.8179 31.3802 12.5253 31.1543 12.0974L25.8865 2.11749Z' fill='url(%23paint0_linear_1_788)' stroke='%23F47521' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_1_788' x1='23.6756' y1='5.06588' x2='20.9258' y2='37.0545' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FFDB77'/%3E%3Cstop offset='0.935294' stop-color='%23FEBB00'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E"); background-size: cover;} 
.section-review .review-list .list-item .review-cont {margin-top: 15px; text-align: center;}
.section-review [class*=img-letter] {z-index: 1; position: absolute;}
.section-review .img-letter01 {right: -155px; top: -95px;}
.section-review .img-letter02 {left: -275px; bottom: -125px;}
.section-review .img-letter03 {left: 340px; bottom: -110px;}

/* section-btm-banner */
.section-btm-banner {background-image: url(../../images/main/bg_btm_banner.jpg);}
.section-btm-banner .inner-box {width: 770px;}
.section-btm-banner .img-character {left: -15px; top: -52px; width: 800px;}

/* 
 *  [해상도 769px ~ 1024px]
 *  - 낮은 해상도의 PC
 *  - 태블릿 가로모드
 */
 @media all and (max-width:1024px) {

}
