﻿

/* .sub_cont */
.sub_cont {
    padding:120px 0;
}

.sub_cont .title {
    text-align:center;
    color:#F7F7F7;
    font-weight:500;
    font-size:24px;
    margin-bottom:10px;
}

.sub_cont h4 {
    text-align:center;
    font-size:45px;
    line-height:65px;
    font-weight:600;
    color:#F7F7F7;
    margin-bottom:30px;
    word-break:keep-all;
}

.sub_cont h4 span {
    font-weight:bold;
    font-size:45px;
}

.sub_cont .text {
    text-align:center;
    font-size:18px;
    word-break:keep-all;
}

/* #home */
#home {
    width:100%;
    padding:200px 0;
    text-align:center;
    color:#ffffff;
    background:url(../image/bg-home.png) no-repeat 20% 50%;
    background-size:cover;
}

#home .title {
    margin-bottom:20px;
    font-weight:bold;
    font-size:45px;
    line-height:70px;
}

#home h3 {
    font-size:100px;
    font-weight:bold;
    margin-bottom:20px;
    text-shadow:
    0 0 5px #fdb404,
    0 0 10px #fdb404,
    0 0 20px #fdb404,
    0 0 40px #fdb404,
    0 0 80px #fdb404,
    0 0 90px #fdb404,
    0 0 100px #fdb404,
    0 0 150px #fdb404;
    animation: flicker 5s ease-in-out infinite alternate;
}

@keyframes flicker {
  0%, 19%, 21%, 23%, 25%, 54%, 56%, 100% {
    text-shadow:
        0 0 5px #fdb404,
        0 0 10px #fdb404,
        0 0 20px #fdb404,
        0 0 40px #fdb404,
        0 0 80px #fdb404,
        0 0 90px #fdb404,
        0 0 100px #fdb404,
        0 0 150px #fdb404;
  }
  
  20%, 24%, 55% {
    text-shadow: none;
  }
}

#home img {
    display:block;
    width:100%;
    max-width:600px;
    margin:0 auto 20px;
}

#home .text {
    font-size:18px;
    line-height:30px;
}

#home .wp {
    width:100%;
    max-width:420px;
    margin:30px auto 0;
}

#home .wp li {
    width: 50%;
    float: left;  /* 주석 해제 */
    padding: 0 10px;
    list-style: none;
}

#home .wp li a {
    display:inline-block;
    width:100%;
    height:50px;
    line-height:50px;
    border-radius:30px;
    background:linear-gradient(to right, #f39800 0%, #fbb204 100%);
    color:#111111;
	font-weight: bold;
    letter-spacing:0.5px;
    transition: all .3s ease-out 0s;
}

#home .wp li:hover a {
    transform: translate3d(0, -5px, 0);
}

/* #service */
#service .col-lg-3 {
    margin-top:50px;
}

#service .col-lg-3 .box {
    position:relative;
    width:100%;
    border:1px solid rgba(230,230,230,0.1);
    border-radius:10px;
    background-color:rgba(255,255,255,0.3);
    text-align:center;
    transition: transform 0.65s cubic-bezier(0.05, 0.2, 0.1, 1), box-shadow 0.65s cubic-bezier(0.05, 0.2, 0.1, 1);
    -webkit-transition:.5s;
    -moz-transition:.5s;
    -ms-transition:.5s;
    -o-transition:.5s;
    transition:.5s;
}

#service .col-lg-3:hover .box {
    transform: translateY(-10px);
    box-shadow: 0 25px 55px rgb(19 158 234 / 10%);
    background-color:#fa8202;
    
}

#service .col-lg-3 .box a {
    display:inline-block;
    width:100%;
    height:100%;
    padding:80px 50px;
    color:#ffffff;
}

#service .col-lg-3 .box dl dt {
    font-size:30px;
}

#service .col-lg-3 .box dl dd {
    position:absolute;
    left:50%;
    bottom:15px;
    transform:translate(-50%);
    font-size:25px;
}

#service .col-lg-3 .box dl dd {
    color:rgba(255,255,255,0.3);
}

/* #app */
#app {
    background:url(../image/bg-app.png) no-repeat 50% 50%;
    background-size:cover;
}

#app .text {
    margin-top:50px;
    font-weight:100;
}

/* #membership */
#membership {
    background-color:#ffffff;
}

#membership .col-lg-6 {
    display:flex;
    align-items:center;
}

#membership .cont {
    padding-left:50px;
}

#membership .cont .title {
    text-align:left;
    color:#0E3144;
}

#membership .cont h4 {
    text-align:left;
    color:#0E3144;
    font-weight:500;
}

#membership .cont .text {
    text-align:left;
    color:#222222;
}

/* #game */
#game {
    background:url(../image/bg-game.png) no-repeat 10% 50%;
    background-size:cover;
}

#game h4 {
    font-weight:500;
}

/* #rewards */
#rewards {
    background-color:#ffffff;
}

#rewards .col-lg-6 {
    display:flex;
    align-items:center;
}

#rewards .cont {
    padding-left:50px;
}

#rewards .cont .title {
    text-align:left;
    color:#0E3144;
}

#rewards .cont h4 {
    text-align:left;
    color:#0E3144;
    font-weight:500;
}

#rewards .cont .text {
    text-align:left;
    color:#222222;
}


#future {
    background-color:#ffffff;
}

#future .col-lg-6 {
    display:flex;
    align-items:center;
}

#future .cont {
    padding-left:50px;
}

#future .cont .title {
    text-align:left;
    color:#0E3144;
}

#future .cont h4 {
    text-align:left;
    color:#0E3144;
    font-weight:500;
}

#future .cont .text {
    text-align:left;
    color:#222222;
}

/* #platform */
#platform .text {
    margin:10px 0 50px;
}

/* #roadmap */
#roadmap {
    background-color:#ffffff;
}

#roadmap .title {
    color:#0E3144;
}

#roadmap h4 {
    color:#0E3144;
}

#roadmap .col-12 {
    position:relative;
}

#roadmap .line {
    position:relative;
    position:absolute;
    left:0;
    bottom:380px;
    width:100%;
    height:3px;
    background:linear-gradient(to right, #107DFF 0%, #139DE9 100%);
}

#roadmap .line:before {
    position:absolute;
    left:0;
    top:-9px;
    content:'';
    display:inline-block;
    width:20px;
    height:20px;
    border-radius:50%;
    background-color:#107DFF;
}

#roadmap .line:after {
    position:absolute;
    right:0;
    top:-9px;
    content:'';
    display:inline-block;
    width:20px;
    height:20px;
    border-radius:50%;
    background-color:#139DE9;
}

#roadmap .roadmap_swiper {
    height:480px;
}

#roadmap .roadmap_swiper .swiper-slide {
    position:relative;
    text-align:center;
}

#roadmap .roadmap_swiper .swiper-slide .date {
    font-size:17px;
    color:#0E3144;
    font-weight:bold;
    padding-top:30px;
    padding-bottom:60px;
}

#roadmap .roadmap_swiper .swiper-slide .period {
    position:absolute;
    left:50%;
    top:75px;
    width:40px;
    height:40px;
    margin-left:-20px;
}

#roadmap .roadmap_swiper .swiper-slide ul {
    position:relative;
    width:250px;
    padding-top:90px;
    margin:0 auto;
}

#roadmap .roadmap_swiper .swiper-slide ul:before {
    position:absolute;
    left:50%;
    top:10px;
    content:'';
    display:inline-block;
    width:2px;
    height:60px;
    background-color:#0E3144;
}

#roadmap .roadmap_swiper .swiper-slide li {
    color:#0E3144;
    font-size:16px;
    margin-bottom:5px;
    text-align:left;
    list-style:disc;
}

#roadmap .roadmap_swiper .swiper-pagination .swiper-pagination-bullet {
    width:15px;
    border-radius:10px;
    background-color:#139DE9;
}

#roadmap .roadmap_swiper .swiper-pagination .swiper-pagination-bullet-active {
    width:30px;
    border-radius:10px;
    background-color:#139DE9;
}

/* #partner */
#partner .title {
    text-align:left;
}

#partner h4 {
    text-align:left;
}

#partner h5 {
    font-size:30px;
    font-weight:bold;
    color:#F7F7F7;
    margin-top:30px;
}

#partner .col-12 .mt {
    margin-top:80px;
}

#partner .col-lg-3 {
    margin-top:30px;
}

#partner .col-lg-3 .thumb {
    overflow:hidden;
    border-radius:10px;
    box-shadow:0 0 10px 3px rgba(0,0,0,0.1);
}

#partner .col-lg-3 .thumb img {
    transition: transform 1s ease,opacity 0.5s ease 0.25s;
}

#partner .col-lg-3:hover .thumb img {
    transform: scale(1.1);
    transition: all 9s cubic-bezier(0.1, 0.2, 7, 1);
}

/* #marketing */
#marketing {
    background:linear-gradient(to right, rgba(19,180,233,0.03) 0%, rgba(19,157,233,0.03) 100%);
}

#marketing .marketing_container{
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
}

#marketing .rollingbanner {
    width: 95%;
    height:auto;
	border-radius: 10px;
}

#marketing .rollingbanner > .wrap {
    position: relative;
    width: 100%;
    height: 700px;
    margin: 0 auto;
    box-sizing: border-box;
    overflow: hidden;
	border-radius: 10px;
}

#marketing .roller {
    position: absolute;
    height: 100%;
}

#marketing .roller > ul {
    margin: 0;
    list-style: none;
    padding: 9px 0;
    display: flex;
    width:5086px;
    flex-flow: row nowrap;
    align-items: center;
}

#marketing .roller > ul > li {
    width:100%;
    height:100%;
    padding:0 15px;
    overflow:hidden;
	border-radius:10px;
}

#marketing .roller > ul > li img {
	border-radius:10px;
    width:auto;
    -webkit-transform:scale(1);
    -moz-transform:scale(1);
    -ms-transform:scale(1); 
    -o-transform:scale(1);  
    transform:scale(1);
    -webkit-transition:.5s;
    -moz-transition:.5s;
    -ms-transition:.5s;
    -o-transition:.5s;
    transition:.5s;
}

#marketing .roller > ul > li:hover img {
	border-radius:10px;
    -webkit-transform:scale(1.05);
    -moz-transform:scale(1.05);
    -ms-transform:scale(1.05);   
    -o-transform:scale(1.05);
    transform:scale(1.05);
}

#marketing .clone > ul > li {
    width:100%;
    height:100%;
}

#marketing .roller.original {
    animation: 55s linear 0s infinite normal forwards running rollingleft1;
    animation-play-state: running;
}

#marketing .roller.clone {
    animation: 55s linear 0s infinite normal none running rollingleft2;
    animation-play-state: running;
}

#marketing .wrap:hover .roller.original {
    animation-play-state: paused;
}

#marketing .wrap:hover .roller.clone {
    animation-play-state:paused;
}


#family_site {
float:right; width:20%;  padding:20px 0; text-align:right; color:#fff; 
}

#family_site select {
width:90%; height:40px; padding-left:10px; border:1px solid #ddd; color:#000; font-size:1em; background-color:#fff;
}

#family_site select option {
color:#000;
}



#footer .thumb {
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.1);
    padding: 3px; /* 패딩 추가 */
    position: relative; /* border-radius가 제대로 적용되도록 position 설정 */
}

#footer .thumb img {
    width: 100%; /* 이미지의 너비가 부모 요소에 맞게 조정되도록 */
    height: auto; /* 이미지의 높이를 유지하면서 너비에 맞게 조정 */
    border-radius: 10px; /* 이미지에도 동일한 border-radius를 적용 */
    display: block; /* 이미지의 중앙 정렬을 돕기 위해 block 설정 */
}

#footer .thumb:hover img {
    transform: scale(1.1);
    transition: transform 1s ease, opacity 0.5s ease 0.25s; /* 호버 시에만 애니메이션 적용 */
}





@keyframes rollingleft1 { /* 원본용 */
    0% {
        transform: translateX(0);
    }
    50% {
        transform: translateX(-100%);
    }
    50.01%{
        transform: translateX(100%);
    }
    100%{
        transform: translateX(0);
    }
}

@keyframes rollingleft2 { /* 클론용 */
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-200%);
    }
}


  * {
      box-sizing: border-box;
    }
   
    .team-container {
      display: flex;
      flex-wrap: wrap;
      gap: 20px;
      justify-content: center;
    }
    .team-member {
      background: white;
      border-radius: 10px;
      display: flex;
      align-items: center;
      width: 48%;
      padding: 15px;
      box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    }
    .team-member img {
      width: 100px;
      height: 100px;
      border-radius: 50%;
      object-fit: cover;
      margin-right: 15px;
    }
    .member-info h3 {
      margin: 0 0 5px 0;
      font-size: 1.2em;
      color: #333;
    }
    .member-info p {
      margin: 3px 0;
      font-size: 0.95em;
      color: #666;
    }
    @media (max-width: 768px) {
      .team-member {
        width: 100%;
      }
    }