@charset "utf-8";

/*******default*****/

html {
    overflow-y: scroll;
     scroll-behavior: smooth;
}

body {
    margin: 0;
    padding: 0;
    font-size: 0.75em;
    font-family: 'SUIT', sans-serif;
    background: #fff;
    overflow: hidden;
}

html,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
img {
    margin: 0;
    padding: 0;
    border: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

ul,
dl,
dt,
dd {
    margin: 0;
    padding: 0;
    list-style: none
}

legend {
    position: absolute;
    margin: 0;
    padding: 0;
    font-size: 0;
    line-height: 0;
    text-indent: -9999em;
    overflow: hidden
}

label,
input,
button,
select,
img {
    vertical-align: middle;
    font-size: 1em
}

input,
button {
    margin: 0;
    padding: 0;
    font-size: 1em
}

input[type="submit"] {
    cursor: pointer
}

button {
    cursor: pointer
}

p {
    margin: 0;
    padding: 0;
    word-break: break-all
}

hr {
    display: none
}

pre {
    overflow-x: scroll;
    font-size: 1.1em
}

a {
    color: #000;
    text-decoration: none
}

*,
:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.cf::after {
    content: '';
    display: table;
    clear: both
}

/*******fonts*****/


@font-face {
    font-family: 'Rooters';
    src: url('../fonts/rooters/Rooters.otf') format('opentype');
    src: url('../fonts/rooters/Rooters.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ONE-Mobile-Title';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2105_2@1.0/ONE-Mobile-Title.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.rooters {
    font-family: 'Rooters';
}

.onemobile {
    font-family: 'ONE-Mobile-Title';
}

/*
@import url(//fonts.googleapis.com/earlyaccess/notosanskr.css);

.notosans{
    font-family: 'Noto Sans KR', sans-serif;
}*/
/******* 공통 *****/
.cont_inner {
    max-width: 1200px;
    margin: 0 auto;
}

h2.cont_title {
    font-size: 50px;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    font-family: 'Rooters';
}


h2.cont_title::before {
    content: url(../images/story_title_icon.png);
    position: absolute;
    top: 30%;
    left: -69px;
    transform: translateY(-50%)
}

h2.cont_title::after {
    content: url(../images/story_title_icon.png);
    position: absolute;
    top: 30%;
    right: -69px;
    transform: translateY(-50%)
}


/******* header *****/
header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 77px;
    z-index: 999;
    transition: all 0.3s ease;
}

header .hd_wrap {
    padding: 0 50px;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

header .hd-left {
    width: fit-content;
    /* border: 1px solid red; */
}


header .hd-left li {
    float: left;
    margin-right: 20px;
    width: 36px;
    height: 28px;
    position: relative
} 

header .hd-left li:last-child {
    margin-right: 0px;
}

header .hd-left li a img{
    position: absolute;
    top: 0;
    left: 0;
    transition: opacity 0.3s ease;
}
header .hd-left li a img.normal{
    opacity: 1;
}
header .hd-left li a img.hover{
    opacity: 0;
}
header .hd-left li a:hover img.normal{
    opacity: 0;
}
header .hd-left li a:hover img.hover{
    opacity: 1;
}

header .hd-center {
    /* border: 1px solid red; */
    width: fit-content;
    padding: 0 20px;
}

header .hd-center li {
    float: left;
    margin-right: 30px;
}

header .hd-center li:last-child {
    margin-right: 0;
}


header .hd-center li a {
    font-size: 24px;
    color: #59a5ff;
    font-weight: 600;
    transition: color 0.3s ease;
}

header .hd-center li a:hover {
    color: #ffe17a;
}

header .hd-center .hd_menu ul {
    padding: 0 10px;
    display: flex;
    justify-content: space-between;
}


header .hd-right {
    /* border: 1px solid red; */
    width: 10%;
}

header .hd-right li {
    float: left;
}

header .hd-right li:first-child {
    margin-right: 15px;
}

header .hd-right li button {
    padding: 11px 25px;
    font-size: 18px;

    color: #fff;
    border: 2px solid #fff;
    border-radius: 5px;
    background: transparent;
}

header .hd-right li a {
    padding: 10px 28px;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    border: 2px solid #e49b33;
    border-radius: 5px;
    background: #e49b33;
    display: inline-block
}

header.scroll {
    background: rgba(0, 50, 116, 0.8);
}

/*모바일메뉴*/
.hd-mobile{
    display: none
}

.hd-mobile .m-menu-wrap{
    position: fixed;
    top: 70px;
    right: -25%;
    width: 25%;
    background: rgba(3,15,32,0.85);
    /*height: 100vh;*/
    text-align: center;
    transition: all 0.3s ease-in-out;
}

.hd-mobile .m-menu li{
    margin-top: 5.5vw;
}
.hd-mobile .m-menu a{
    font-size: 4vw;
    color: #59a5ff;
    font-weight: 600;
    letter-spacing: -0.05em;
}
.hd-mobile .m-sns{
    margin-top: 5vw;
}
.hd-mobile .m-sns li{
    margin-bottom: 5vw
}
.hd-mobile .m-sns li img{
    width: 6.2vw;
}

.m-menu_btn {
    position: absolute;
    top: 19px;
    padding-top: 15px;
    width: 50px;
    height: 35px;
    right: 4%;
}

.hamburger {
    display: block;
    height: 4px;
    background: #fff;
    width: 50px;
    position: relative;
    transition: all 0.3s;
    border-radius: 10px;
}

.hamburger:before {
    content: "";
    position: absolute;
    top: -15px;
    background: #fff;
    width: 50px;
    height: 4px;
    transition: all 0.3s;
    border-radius: 10px;
}

.hamburger:after {
    content: "";
    position: absolute;
    top: 15px;
    background: #fff;
    width: 50px;
    height: 4px;
    transition: all 0.3s;
    border-radius: 10px;
}

.hamburger.is-active {
    background: transparent !important;
}

.hamburger.is-active:before {
    top: 0;
    transform: rotate(45deg);
}

.hamburger.is-active:after {
    top: 0;
    transform: rotate(-45deg);
}
header.menu-on .hd-mobile .m-menu-wrap{
    right: 0%;


}


/******* main *****/
#main {
    width: 100%;
    /*height: 100vh;*/
    height:  calc(var(--vh, 1vh) * 110);
    background: linear-gradient(0deg, rgba(28, 88, 129, 1) 0%, rgba(28, 88, 129, 1) 39%, rgba(0, 49, 116, 1) 100%);
    position: relative;
    overflow: hidden
}

#main .main_img {
    width: 1140px;
    height: 100vh;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /*overflow: hidden;*/
    z-index: 1;
}

#main .main_img > img {
    position: absolute;
    transform: translate(-50%, -50%);
    z-index: 2
}

#main .main_img .moon {
    top: 37%;
    left: 50%;
}

#main .main_img .wolf {
    top: 40%;
    left: 50%;
}

#main .main_img .cloud01 {
    top: 41%;
    left: 52%;
    z-index: 1
}

#main .main_img .cloud02 {
    top: 43%;
    left: 83%;
}

#main .main_img .cloud03 {
    top: 34%;
    left: 22%;
}

#main .main_title {
    position: absolute;
    top: 60%;
    /* top:710px; */
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
    width: 100%;
    z-index: 2;
    text-transform: uppercase;
}

#main .main_title h1 {
    font-size: 80px;
    text-shadow: 0px 0px 20px #00D1FF, 0px 0px 14px #00D1FF, 0px 0px 111px #0084ff;
    font-weight: normal
}

#main .main_title h2 {
    font-size: 130px;
    text-shadow: 0px 0px 20px #00D1FF, 0px 0px 14px #00D1FF, 0px 0px 111px #0084ff;
    font-weight: normal;
    margin-top: -10px;
}

#main .main_text {
    font-size: 20px;
    text-align: center;
    display: inline-block;
    color: #fff;
    padding: 15px 65px;
    /*background: rgba(0,0,0,0.4);*/
    background: transparent;
    border-radius: 15px;
    position: absolute;
    top: 80%;/*71*/
    left: 50%;
    transform: translate(-50%, -50%);
    border: 2px solid #FFFFFF;
    width: 55%;
    height: 86px;
    /*border: 1px solid;
    border-image-slice: 1;
    border-width: 1px;
    border-image-source: linear-gradient(0deg, #3b99db 0%, #3b99db 24%, #4db9d1 100%);*/
    z-index: 5;
}

/* #main .main_text::before {
    content: '';
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    border-radius: 10px;
    background: linear-gradient(0deg, #3b99db 0%, #3b99db 24%, #4db9d1 100%);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

}

#main .main_text::after {
    content: '';
    width: 588px;
    height: 86px;
    left: 50%;
    top: 873px;

    border:  2px solid #FFFFFF;
    border-radius: 15px;
     width: 100%;
    height: 100%;
    border-radius: 10px;
    background: #10344c;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
} */

#main .main_text p {
    position: relative;
    z-index: 1;
}

#main .small_text {
    font-size: 18px;
    color: #fff;
    display: block;
    position: absolute;
    bottom: 2%;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    text-align: center;
    text-transform: uppercase;
}

/******* about *****/

#about_bg_wrap {
    /* background: url(../images/about_bg.jpg) no-repeat; */
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ),url(../images/about_bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 0 0 260px;
}

#about {
    text-align: center;
    padding-top: 234px;
}

#about .about_title {
    font-size: 23px;
    color: #fff;
    font-weight: 600;
    line-height: 30px;
    padding: 19px 148px;
    border: 1px solid #fff;
    border-radius: 5px;
    margin: 107px 0 43px;
    display: inline-block
}

#about .about_text {
    font-size: 20px;
    color: #fff;
    font-weight: 400;
    /*line-height: 29px;*/
    line-height: 1.5em;
    text-transform: uppercase
}

#about .about_btns {
    display: inline-block;
    margin-top: 112px;
}

#about .about_btns > a {
    float: left;
    /*padding: 10px 56px 8px;*/
    width: 282px;
    height: 60px;
    display: table;
    background: #fff;
    border-radius: 5px;

}

#about .about_btns > a span {
    font-size: 20px;
    text-transform: uppercase;
    color: #1E3E60;
    font-weight: 800;
    display: table-cell;
    vertical-align: middle;
}

#about .about_btns > a:first-child {
    margin-right: 24px;
}


/******* story *****/
#story {
    padding-top: 290px;
    text-align: center;
}

#story .cont_inner {

    margin-top: 150px;
    position: relative;
}

#story .story_slider {
    overflow: hidden;
}
#story .story_slider img{
    width: 100%;
}
#story .story_cont {
    width: 32%;
    position: relative;
    border: 2px solid #fff;
    border-radius: 12px;
    overflow: hidden;
}

#story .story_cont::before {
    content: '';
    width: 100%;
    height: 80%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(180deg, #000 0%, rgba(0, 0, 0, 0) 100%);
    transform: matrix(1, 0, 0, -1, 0, 0);
    border-radius: 12px;
}

#story .story_cont p {
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    line-height: 144%;
    text-align: left;
    text-shadow: 0 0 50px #000;
    position: absolute;
    padding: 0 25px;
    bottom: 30px;
    word-break: keep-all;
}

#story .story_cont span {
    color: #FFF7AB;
    font-weight: 700;
}

#story .story_btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

#story .story_btn.story_prev {
    left: -160px;
}

#story .story_btn.story_next {
    right: -160px;
}

/******* minting *****/

#minting {
    width: 100%;
    padding: 127px 0 160px;
    background: #004C73
}

#minting h2 {
    float: left;
    font-size: 55px;
    line-height: 40px;
    color: #fff;
    font-weight: normal;
}
#minting .kr-text
{
    font-size: 25px;
    font-weight: 500;
}

#minting .minting_inner {
    max-width: 1097px;
    margin: 0 auto;
    position: relative;
}

#minting .minting_btn {
    font-size: 20px;
    color: #004C73;
    font-weight: 800;
    text-align: center;
    display: table;
    /*float: right;*/
    width: 310px;
    height: 66px;
    border-radius: 10px;
    border: 2px solid #fff;
    background: #fff;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

#minting .minting_btn span {
    display: table-cell;
    vertical-align: middle;
}


/******* nft *****/
#nft {
    background: url(../images/nft_bg.jpg) no-repeat;
    background-size: cover;
    text-align: center;
    padding: 230px 0 265px;
}

#nft .wolf .cont_inner {
    overflow: hidden;
    /*max-width: 1230px;
    padding: 0 10px;*/
    margin-top: 175px;
}

#nft .swiper-slide {
     width: 36.33333333333333%;
    position: relative;
}

#nft .swiper-slide img {
    width: 100%;
}

/*
#nft .swiper-wrapper {
    margin-left: -25px
}
*/


#nft .benefit {
    padding-top: 190px;
}

.swiper-wrapper
{
    transition-duration: 0ms;
    transform: translate3d(-1200px, 0px, 0px);
}

#nft .list {
    display: flex;
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 150px;
}

#nft .item {
    align-items: center;
    flex-basis: 32%;
    margin-right: 2%;
    border: 2px solid #fff;
    background: rgba(255, 255, 255, 0.2);
    padding: 74px 0 54px;
    text-align: center;
    border-radius: 10px;
    position: relative
}

#nft .item:nth-child(3),
#nft .item:nth-child(6) {
    margin-right: 0;

}

#nft .item:nth-last-child(-n+3) {
    margin-top: 90px;
}

#nft .item h3 {
    font-size: 30px;
    color: #fff;
    font-weight: 800;
    margin-bottom: 25px;
}

#nft .item p {
    font-size: 18px;
    color: #fff;
    line-height: 144%;
    font-weight: 500;
}

#nft .item .num {
    position: absolute;
    top: -26px;
    left: 50%;
    transform: translateX(-50%);
    display: table;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: #fff;
}

#nft .item .num span {
    display: table-cell;
    vertical-align: middle;
    font-size: 30px;
    color: #070814;
    font-weight: 800;
}


/******* class *****/
#class {
    padding: 144px 0 122px;
    background: #004C73;
}

#class .class_title {
    position: relative;
}

#class .class_title h2 {
    font-size: 40px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 30px;
}

#class .class_title p {
    font-size: 18px;
    font-weight: 400;
    line-height: 144%;
    color: #fff;
}

#class .class_title a {
    width: 383px;
    height: 66px;
    background: #fff;
    text-align: center;
    display: table;
    position: absolute;
    top: 0;
    right: 0;
    border: 2px solid #fff;
    border-radius: 10px;
}

#class .class_title a span {
    display: table-cell;
    vertical-align: middle;
    font-size: 25px;
    color: #004C73;
    font-weight: 800;
}

#class .class_list {
    margin-top: 97px;
}

#class .class_list li {
    float: left;
    width: 16.875%;
    margin-right: 3.90625%;
    border: 2px solid #fff;
    border-radius: 10px;
    text-align: center;
    padding: 32px 0 22px;
}

#class .class_list li > img
{
    width : 67px;
    height: auto;
}

#class .class_list li:nth-child(5n) {
    margin-right: 0;
}

#class .class_list li:nth-last-child(-n+5) {
    margin-top: 36px;
}

#class .class_list li p {
    font-size: 20px;
    line-height: 130%;
    color: #fff;
    font-weight: 800;
    margin-top: 16px;
}

#class .info_text {
    font-size: 15px;
    font-weight: 300;
    color: #fff;
    text-align: right;
    margin-top: 30px;
}

#class .info_text a {
    color: #fff;
    text-decoration: underline;
}

/******* roadmap *****/
#roadmap_bg_wrap
{
    background-image: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ),url(../images/roadmap_new_bg.png);
    background-size: cover;
    background-repeat: no-repeat;
}

#roadmap {
    padding: 0px 0 225px;
    text-align: center;
}
.roa
#roadmap #on
{
    top: 10px;
}

#roadmap .roadmap_list {
    max-width: 792px;
    margin: 135px auto 0;
}

#roadmap .roadmap_box {
    width: 100%;
    padding: 68px 0;
    background: rgba(0, 0, 0, 0.3);
    border: 2px solid #fff;
    box-shadow: 0px 0px 26px #00D1FF, 0px 0px 9px #00D1FF, 0px 0px 8px #00D1FF;
    border-radius: 10px;
    margin-top: 58px;
    position: relative
}

#roadmap .roadmap_box:first-child {
    margin-top: 0;
}

#roadmap .roadmap_box::before {
    content: '';
    width: 19px;
    height: 19px;
    background: #fff;
    box-shadow: 0px 0px 4px #00F0FF, 0px 0px 28px #00F0FF, 0px 0px 29px #00F0FF, 0px 0px 29px #00F0FF;
    border-radius: 50%;
    transform: matrix(1, 0, 0, -1, 0, 0) translateX(-50%);
    position: absolute;
    bottom: -8px;
    left: 50%;
}

#roadmap .roadmap_box::after {
    content: '';
    width: 4px;
    height: 60px;
    background: rgba(255, 255, 255, 0.5);
    position: absolute;
    /*bottom: -60px;*/
    margin-top: 70px;
    left: 50%;
    transform: translateX(-50%);
}

#roadmap .roadmap_box:last-child::after {
    display: none
}

#roadmap .roadmap_box h3 {
    color: #fff;
    font-size: 40px;
    line-height: 65%;
    font-weight: 800;
    text-shadow: 0px 0px 71px #000;
}

#roadmap .roadmap_box p {
    color: #fff;
    font-size: 25px;
    line-height: 138%;
    font-weight: 400;
    margin-top: 24px;
    text-transform: uppercase
}

.qa_list{
    height: 700px;
}

/******* q&a *****/

#roadmap .qa {
    padding-top: 223px;
}

#roadmap .qa h2 {
    margin-bottom: 135px;
}

#roadmap .qa_box {
    width: 100%;
    color: #fff;
    text-align: left;
    border: 2px solid #fff;
    border-radius: 10px;
    margin-top: 25px;
}

#roadmap .qa_box:first-child {
    margin-top: 0;
}

#roadmap .qa_box span {
    color: #FFF7AB;
    font-weight: 800
}

#roadmap .qa_box .question {
    background: rgba(0, 74, 112, 0.8);
    padding: 20px 0 20px 102px;
    width: 100%;
    cursor: pointer;
    position: relative;
    border-radius: 10px;
}

#roadmap .qa_box .question p {
    font-size: 25px;
    font-weight: 600;
}

#roadmap .qa_box .answer {
    border-top: 2px solid #fff;
    background: rgba(0, 74, 112, 0.4);
    background-blend-mode: multiply;
    border-radius: 0px 0px 10px 10px;
    padding: 34px 0 39px 102px;
    display: none;
}

#roadmap .qa_box .answer p {
    font-size: 25px;
    line-height: 150%;
    font-weight: 500;
    padding-left: 35px;
    padding-right: 40px;
    position: relative;
    word-break: keep-all;
}
#roadmap .qa_box .answer p::before{
    content: 'A. ';
    width: 35px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    color: #FFF7AB;
    font-weight: 800
}
#roadmap .qa_box .answer a {
    color: #FFFFFF;
}
#roadmap .qa_box .question .arrow {
    width: 45px;
    height: 45px;
    position: absolute;
    top: 50%;
    right: 100px;
    transform: translateY(-50%);

}

#roadmap .qa_box .question .arrow:before,
#roadmap .qa_box .question .arrow:after {
    content: "";
    display: block;
    width: 16px;
    height: 3px;
    background: white;
    position: absolute;
    top: 20px;
    transition: transform .5s;
}

#roadmap .qa_box .question .arrow:before {
    right: 21px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    transform: rotate(45deg);
}

#roadmap .qa_box .question .arrow:after {
    right: 12px;
    transform: rotate(-45deg);
}

#roadmap .qa_box.active .question .arrow:before {
    transform: rotate(-45deg);
}

#roadmap .qa_box.active .question .arrow:after {
    transform: rotate(45deg);
}


/******* team *****/
#team {
    padding: 213px 0 50px;
    text-align: center;
    /* background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ),url(../images/team_bg.png);
    background-size: cover; */
}
#team .team_list{
    width: 100%;
    text-align: center;
}
#team .team_list ul {
    width: 95%;
    margin: 148px auto 240px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

#team .team_list li {
    float: left;
    width: 242px;
    margin-right: auto;
    margin-left: auto;
    height: 304px;
    background: rgba(0, 0, 0, 0.3);
    border: 2px solid #fff;
    border-radius: 10px;
    padding: 32px 0 22px;
}
#team .team_list li:nth-child(4n) {
    margin-right: 0;
}

#team .team_list li:nth-last-child(-n+4) {
    margin-top: 80px;
}

#team .team_list li > img {
   position: relative;
   width: 100%;
   height: auto;
   margin-left: auto;
   margin-right: auto;
   bottom: 35%;
   z-index: 20;
}
#team .team_list li .person_nick {
    position: relative;
    text-align: center;
    color: #FFFFFF;
    font-size: 20px;
    font-weight: 700;
    font-family: 'SUIT';
    font-style: normal;
    line-height: 36px;
    text-align: center;
    bottom: 30%;
 }
 #team .team_list li .person_res {
    width: auto;
    height: 35px;
    margin-left: auto;
    margin-right: auto;
    background: #FFFFFF;
    border-radius: 50px;
    position: relative;
    text-align: center;
    color: #011330;
    font-size: 23px;
    font-weight: 700;
    font-family: 'SUIT';
    font-style: normal;
    line-height: 36px;
    text-align: center;
    bottom: 30%;
    display: inline-block;
    padding: 0 25px;
 }

#team .team_list li:last-child {
    margin-right: 0;
}


/* ----- new partenr list ------*/
#partners {
    padding: 50px 0 100px;
    text-align: center;
    /* background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ),url(../images/team_bg.png);
    background-size: cover; */
}
#partners .partenrs_list ul {
    width: 95%;
    max-width: 1200px;
    margin-top: 65px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-left: auto;
    margin-right: auto;
}
#partners .partenrs_list ul li {
    width: 30%;
    margin-left: auto;
    margin-right: auto;
    list-style-type: none !important;
}
#partners .partenrs_list .partner-img {
    width: 230px;
    height: 250px;
    margin-left: auto;
    margin-right: auto;
    background: rgba(0,0,0,0.5);
    background-size: cover;
    border: 3px solid #8AE3FF;
    box-shadow: 0px 0px 26px #00D1FF, 0px 0px 9px #00D1FF, 0px 0px 8px #00D1FF;
    border-radius: 50%;
    list-style-type: none !important;
    /* padding: 0px 0px 0px 20px; */
}
#partners .partenrs_list .partner-img:nth-child(1) > img {
    width: 60%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
}

#partners .partenrs_list .partner-name {
    color: #FFFFFF;
    font-family: 'SUIT';
    font-size: 30px;
    font-weight: 800;
    margin-top: 30px;
}

#partners .partenrs_list_other ul {
    width: 95%;
    max-width: 1200px;
    margin-top: 65px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-left: auto;
    margin-right: auto;
}
#partners .partenrs_list_other ul li {
    width: 30%;
    margin-left: auto;
    margin-right: auto;
    list-style-type: none !important;
}
#partners .partenrs_list_other .partner-img {
    width: 230px;
    height: 250px;
    margin-left: auto;
    margin-right: auto;
    background-size: cover;
    border: 3px solid #8AE3FF;
    box-shadow: 0px 0px 26px #00D1FF, 0px 0px 9px #00D1FF, 0px 0px 8px #00D1FF;
    border-radius: 50%;
    list-style-type: none !important;
    /* padding: 0px 0px 0px 20px; */
}
#partners .partenrs_list_other .partner-name {
    color: #FFFFFF;
    font-family: 'SUIT';
    font-size: 30px;
    font-weight: 800;
    margin-top: 30px;
}


/******* animation ******/
.big-star-wrap{
    opacity: 0;
}
#main.on .big-star-wrap{
    opacity: 1;
    transition: opacity 2s ease-in-out 0.5s;
}
#main .main_img > img{
    opacity: 0;
}
#main.on .main_img > img{
    opacity: 1;
}

#main.on .main_img .moon{
    transition: opacity 1s ease-in-out;
}

#main.on .main_img .wolf{
    transition: opacity 1s ease-in-out 0.2s;
}
#main.on .main_img .cloud01{
    transition: opacity 1s ease-in-out 0.4s;
    animation: cloud01 5s 0.5s infinite;
    -webkit-animation: cloud01 5s 0.5s infinite;
}
#main.on .main_img .cloud02{
    transition: opacity 1s ease-in-out 0.5s;
    animation: cloud02 5s 0.5s infinite;
    -webkit-animation: cloud02 5s 0.5s infinite;
}
#main.on .main_img .cloud03{
    transition: opacity 1s ease-in-out 0.6s;
    animation: cloud01 3s 0.5s infinite;
    -webkit-animation: cloud01 3s 0.5s infinite;
}

@keyframes cloud01 {
     0% {
        transform: translate(-50%, -54%)
     }

     50% {
         transform: translate(-50%, -50%)
     }

     100% {
         transform: translate(-50%, -54%)
     }
 }

@keyframes cloud02 {
     0% {
        transform: translate(-50%, -46%)
     }

     50% {
         transform: translate(-50%, -50%)
     }

     100% {
         transform: translate(-50%, -46%)
     }
 }

#main .main_title h1{
    transform: translateY(20%);
    opacity: 0;
    position: relative;
}
#main.on .main_title h1{
    transform: translateY(0%);
    opacity: 1;
    transition: opacity 0.7s ease-in-out 0.8s, transform 0.7s ease-in-out 0.8s;
}

#main .main_title h2{
    transform: translateY(20%);
    opacity: 0;
    position: relative;
}
#main.on .main_title h2{
    transform: translateY(0%);
    opacity: 1;
    transition:  opacity 0.7s ease-in-out 0.9s, transform  0.7s ease-in-out 0.9s;
}

#main .main_text{
    opacity: 0;
}
#main.on .main_text{
    opacity: 1;
    transition: opacity 0.7s ease-in-out 1.2s;
}
#main .small_text{
    opacity: 0;
}
#main.on .small_text{
    opacity: 1;
    transition: opacity 0.7s ease-in-out 1.4s;
}

#about .polaris_logo{
    opacity: 0;
    transition: opacity 0.1s ease;
}

#about.on .polaris_logo{
    opacity: 1;
    transition: opacity 0.7s ease-in-out;
}
#about .about_title{
    opacity: 0;
     transition: opacity 0.1s ease;
}
#about.on .about_title{
    opacity: 1;
    transition: opacity 0.7s ease-in-out 0.3s;
}

#about .about_text{
    position: relative;
    transform: translateY(20px);
    opacity: 0;
    transition: opacity 0.1s ease, transform  0.1s ease;
}
#about.on .about_text{
    transform: translateY(0px);
    opacity: 1;
    transition: opacity 0.7s ease-in-out 0.5s, transform 0.7s ease-in-out 0.5s
}
#about .about_btns > a{
    opacity: 0;
    transition: opacity 0.1s ease
}

#about.on .about_btns > a{
    opacity: 1;
}
#about.on .about_btns > a:first-child{
    transition: opacity 0.7s ease-in-out 0.7s;
}
#about.on .about_btns > a:last-child{
    transition: opacity 0.7s ease-in-out 0.8s;
}


h2.cont_title{
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.1s ease,transform 0.1s ease;
}

.on h2.cont_title{
    opacity: 1;
    transform: translateY(0px);
    transition: opacity 0.7s ease-in-out, transform 0.7s ease-in-out;
}
#story .story_slider{
    opacity: 0;
    transition: opacity 0.1s ease
}

#story.on .story_slider{
    opacity: 1;
    transition: opacity 1s ease-in-out 0.2s;
}

#minting h2{
    opacity: 0;
    transform: translateX(-20px);
    transition: opacity 0.1s ease, transform 0.1s ease
}
#minting .kr-text
{
    font-size: 25px;
    font-weight: 500;
}
#minting.on h2{
    opacity: 1;
    transform: translateX(0px);
    transition: opacity 0.7s ease-in-out, transform  0.7s ease-in-out;
}
#minting .minting_btn{
    opacity: 0;
    transition: opacity 0.1s ease
}
#minting.on .minting_btn{
    opacity: 1;
    transition: opacity 1s ease-in-out 0.2s
}
#nft .wolf .wolf_slider {
    opacity: 0;
    transition: opacity 0.1s ease
}
#nft .wolf.on .wolf_slider {
    opacity: 1;
    transition: opacity 1s ease-in-out 0.2s;
}

#nft .list .item{
    opacity: 0;
    transition: opacity 0.1 ease
}
#nft .list.on .item{
    opacity: 1;
}
#nft .list.on .item:nth-child(1){
    transition: opacity 0.7s ease-in-out;
}
#nft .list.on .item:nth-child(2){
    transition: opacity 0.7s ease-in-out 0.2s;
}
#nft .list.on .item:nth-child(3){
    transition: opacity 0.7s ease-in-out 0.3s;
}
#nft .list.on .item:nth-child(4){
    transition: opacity 0.7s ease-in-out 0.4s;
}
#nft .list.on .item:nth-child(5){
    transition: opacity 0.7s ease-in-out 0.5s;
}
#nft .list.on .item:nth-child(6){
    transition: opacity 0.7s ease-in-out 0.5s;
}

#class .class_title h2{
    opacity: 0;
    transform: translateX(-20px);
    transition: opacity 0.1s ease, transform 0.1s ease
}
#class.on .class_title h2{
     opacity: 1;
    transform: translateX(0px);
    transition: opacity 0.7s ease-in-out, transform  0.7s ease-in-out;
}
#class .class_title p{
    opacity: 0;
    transform: translateX(-20px);
    transition: opacity 0.1s ease, transform 0.1s ease
}
#class.on .class_title p{
     opacity: 1;
    transform: translateX(0px);
    transition: opacity 0.7s ease-in-out 0.2s, transform 0.7s ease-in-out 0.2s;
}
#class .class_title a{
    opacity: 0;
    transition: opacity 0.1s ease
}
#class.on .class_title a{
    opacity: 1;
    transition: opacity 0.7s ease-in-out 0.4s
}

#class .class_list li{
    opacity: 0;
    transition: opacity 0.1s ease
}
#class .class_list.on li{
    opacity: 1;
}
#class .class_list.on li:nth-child(1){
    transition: opacity 0.7s ease-in-out;
}
#class .class_list.on li:nth-child(2){
    transition: opacity 0.7s ease-in-out 0.1s;
}
#class .class_list.on li:nth-child(3){
    transition: opacity 0.7s ease-in-out 0.2s;
}
#class .class_list.on li:nth-child(4){
    transition: opacity 0.7s ease-in-out 0.3s;
}
#class .class_list.on li:nth-child(5){
    transition: opacity 0.7s ease-in-out 0.4s;
}
#class .class_list.on li:nth-child(6){
    transition: opacity 0.7s ease-in-out 0.5s;
}
#class .class_list.on li:nth-child(7){
    transition: opacity 0.7s ease-in-out 0.6s;
}
#class .class_list.on li:nth-child(8){
    transition: opacity 0.7s ease-in-out 0.7s;
}
#class .class_list.on li:nth-child(9){
    transition: opacity 0.7s ease-in-out 0.8s;
}
#class .class_list.on li:nth-child(10){
    transition: opacity 0.7s ease-in-out 0.9s;
}

#class .info_text{
    opacity: 0;
    transition: opacity 0.1s ease
}
#class .info_text.on{
    opacity: 1;
    transition: opacity 1s ease-in-out;
}

#roadmap .roadmap_box{
    opacity: 0;
    transition: opacity 0.1s ease
}
#roadmap .roadmap_box.on{
    opacity: 1;
    transition: opacity 0.5s ease-in-out
}
#roadmap .roadmap_box::before{
    opacity: 0;
    transition: opacity 0.1s ease
}
#roadmap .roadmap_box.on::before{
    opacity: 1;
    transition: opacity 0.5s ease-in-out 0.2s
}
#roadmap .roadmap_box::after{
    height: 0px;
    transition: height 0.1s ease;
}

#roadmap .roadmap_box.on::after{
    height: 60px;
    transition: height 0.5s ease 0.4s;
}


#roadmap .qa .qa_box{
    opacity: 0;
    transition: opacity 0.1s ease
}
#roadmap .qa.on .qa_box{
    opacity: 1;
}
#roadmap .qa.on .qa_box:nth-child(1){
    transition: opacity 0.7s ease-in-out 0.2s
}
#roadmap .qa.on .qa_box:nth-child(2){
    transition: opacity 0.7s ease-in-out 0.3s
}
#roadmap .qa.on .qa_box:nth-child(3){
    transition: opacity 0.7s ease-in-out 0.4s
}
#roadmap .qa.on .qa_box:nth-child(4){
    transition: opacity 0.7s ease-in-out 0.5s
}
#roadmap .qa.on .qa_box:nth-child(5){
    transition: opacity 0.7s ease-in-out 0.6s
}
#roadmap .qa.on .qa_box:nth-child(6){
    transition: opacity 0.7s ease-in-out 0.7s
}

#team .team_list li{
    opacity: 0;
    transition: opacity 0.1s ease
}
#team .team_list.on li{
    opacity: 1;
}
/* #team .team_list.on li:nth-child(1){
    transition: opacity 0.7s ease-in-out 0.2s
}
#team .team_list.on li:nth-child(2){
    transition: opacity 0.7s ease-in-out 0.3s
}
#team .team_list.on li:nth-child(3){
    transition: opacity 0.7s ease-in-out 0.4s
}
#team .team_list.on li:nth-child(4){
    transition: opacity 0.7s ease-in-out 0.5s
} */


#partners .partenrs_list li{
    opacity: 0;
    transition: opacity 0.1s ease
}
#partners .partenrs_list.on li{
    opacity: 1;
}
#partners .partenrs_list.on li:nth-child(1){
    transition: opacity 0.7s ease-in-out 0.2s
}
#partners .partenrs_list.on li:nth-child(2){
    transition: opacity 0.7s ease-in-out 0.3s
}
#partners .partenrs_list.on li:nth-child(3){
    transition: opacity 0.7s ease-in-out 0.4s
}

#partners .partenrs_list_other li{
    opacity: 0;
    transition: opacity 0.1s ease
}
#partners .partenrs_list_other.on li{
    opacity: 1;
}
#partners .partenrs_list_other.on li:nth-child(1){
    transition: opacity 0.7s ease-in-out 0.2s
}
#partners .partenrs_list_other.on li:nth-child(2){
    transition: opacity 0.7s ease-in-out 0.2s
}
#partners .partenrs_list_other.on li:nth-child(3){
    transition: opacity 0.7s ease-in-out 0.2s
}








/******* media query ******/

@media screen and (max-width: 1660px) {
    .hd_wrap {
        display: block;
    }
    #main .main_text {
        font-size: 18px;
    }
    
}

@media screen and (max-width: 1540px) {
    .hd_wrap {
        display: block;
    }

    #story .story_btn.story_next {
        right: -7%;
    }

    
    #story .story_btn.story_prev {
        left: -7%;
    }

    .cont_inner {
        width: 85%;
    }

    #minting .minting_inner {
        width: 80%;
    }
}

@media screen and (max-width: 1460px) {
    .hd_wrap {
        display: block;
    }

    header .hd-center li{
        margin-right: 25px;
    }
    header .hd-center li a {
        font-size: 21px;
    }

    header .hd-left img {
        width: 85%;
    }

    header .hd-left {
        top: 25px;
    }

    header .hd-right li button,
    header .hd-right li a {
        font-size: 17px;
    }

    #story .story_cont p {
        font-size: 17px
    }
}

@media screen and (max-width: 1335px) {
    .hd_wrap {
        display: block;
    }

    header .hd-right {
        width: 0;
    }
    
    #main .main_text {
        width: 55%
    }

    /* header .hd-center {
        width: 60%;
        margin-left: 5%;
    }

    header .hd-center li {
        width: 10%;
        text-align: center;
        margin-right: 16px;
    } */

    #story .story_cont p {
        font-size: 15px;
        word-break: keep-all;
    }

    #nft .item h3 {
        font-size: 28px;
    }

    #nft .item p {
        font-size: 16px;
    }

    #class .class_title h2,
    #roadmap .roadmap_box h3 {
        font-size: 38px;
    }

    #class .class_title p {
        font-size: 16px;
    }

    #class .class_title a {
        position: relative;
        margin-top: 4vw;
        width: 340px;
        height: 7vw;
    }

    #class .class_title a span,
    #roadmap .roadmap_box p,
    #roadmap .qa_box .question p,
    #roadmap .qa_box .answer p {
        font-size: 23px;
    }

    #class .class_list li p {
        font-size: 18px;
    }
}

.cs-email
{
    font-size: 20px;
    color: #FFFFFF;
    margin-top: 2%;
}

.cs-email > a
{
    color: #FFFFFF;
}

.logo > img
{
    width: 95%;
    color: whi;
}

@media screen and (max-width: 1250px) {
    .hd_wrap {
        display: block;
    }

    header .hd-center li a {
        font-size: 19px;
    }
   
    #team .team_list li {
        float: left;
        width: 200px;
        margin-right: auto;
        margin-left: auto;
        height: 270px;
        background: rgba(0, 0, 0, 0.3);
        border: 2px solid #fff;
        border-radius: 10px;
        padding: 32px 0 22px;
    }
    #team .team_list li:nth-child(4n) {
        margin-right: 0;
    }
    
    #team .team_list li:nth-last-child(-n+4) {
        margin-top: 80px;
    }
   
    #team .team_list li .person_nick {
        position: relative;
        text-align: center;
        color: #FFFFFF;
        font-size: 20px;
        font-weight: 700;
        font-family: 'SUIT';
        font-style: normal;
        line-height: 36px;
        text-align: center;
        bottom: 30%;
     }
     #team .team_list li .person_res {
        font-size: 18px;
     }

/* ----- new partenr list ------*/
#partners .partenrs_list ul {
    width: 95%;
    margin-top: 65px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-left: auto;
    margin-right: auto;
}
#partners .partenrs_list ul li {
    width: 30%;
    margin-left: auto;
    margin-right: auto;
    list-style-type: none !important;
}
#partners .partenrs_list .partner-img {
    width: 200px;
    height: 220px;
    margin-left: auto;
    margin-right: auto;
    background: rgba(0,0,0,0.5);
    background-size: cover;
    border: 3px solid #8AE3FF;
    box-shadow: 0px 0px 26px #00D1FF, 0px 0px 9px #00D1FF, 0px 0px 8px #00D1FF;
    border-radius: 50%;
    list-style-type: none !important;
    /* padding: 0px 0px 0px 20px; */
}
#partners .partenrs_list .partner-img:nth-child(1) > img {
    width: 75%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
}

#partners .partenrs_list .partner-name {
    color: #FFFFFF;
    font-family: 'SUIT';
    font-size: 25px;
    font-weight: 800;
    margin-top: 30px;
}

#partners .partenrs_list_other ul {
    width: 95%;
    margin-top: 65px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-left: auto;
    margin-right: auto;
}
#partners .partenrs_list_other ul li {
    width: 30%;
    margin-left: auto;
    margin-right: auto;
    list-style-type: none !important;
}
#partners .partenrs_list_other .partner-img {
    width: 200px;
    height: 220px;
    margin-left: auto;
    margin-right: auto;
    background-size: cover;
    border: 3px solid #8AE3FF;
    box-shadow: 0px 0px 26px #00D1FF, 0px 0px 9px #00D1FF, 0px 0px 8px #00D1FF;
    border-radius: 50%;
    list-style-type: none !important;
    /* padding: 0px 0px 0px 20px; */
}
#partners .partenrs_list_other .partner-name {
    color: #FFFFFF;
    font-family: 'SUIT';
    font-size: 25px;
    font-weight: 800;
    margin-top: 30px;
}
}

/*mobile*/
@media screen and (max-width: 1120px) {
    .hd_wrap {
        display: none !important;
    }
     .hd-mobile{
        display: block
    }

    header {
        height: 70px;
    }

    .hd-mobile .home_icon {
        position: absolute;
        top: 50%;
        left: 2.5%;
        transform: translateY(-50%)
    }

    .hd-mobile .home_icon a {
        display: block;
    }

    .hd-mobile .home_icon img {
        /*width: 3.2vw*/
        width: 5vw;
    }
    #about_bg_wrap{
        padding: 0 0 20vw
    }
    #about{
        padding-top: 20vw
    }
    .qa_list{
        height: 700px;
    }
}


@media screen and (max-width: 1000px) {
    .hd_wrap {
        display: none;
    }
    .qa_list{
        height: 1000px;
    }
    .cont_inner{
        width: 95%;
    }
    #main .main_img {
        width: 100%;
    }

    #main .main_img .moon {
        width: 90vw;
    }

    #main .main_img .wolf {
        width: 53vw;
    }

    #main .main_img .cloud01 {
        width: 88vw;
    }

    #main .main_img .cloud02 {
        top: 44%;
        left: 88%;
        width: 48vw;
    }

    #main .main_img .cloud03 {
        top: 34%;
        left: 16%;
        width: 50vw;
    }


    #main .main_title h1 {
        font-size: 10vw
    }

    #main .main_title h2 {
        font-size: 11.5vw;
        margin-top: -1vw;
    }

    #main .main_text {
        width: 70%;
        font-size: 20px;
        padding: 10px 0;
        letter-spacing: -0.05em;
        line-height: 30px;
    }
    #main .small_text {
        font-size: 2.5vw;
    }
    h2.cont_title{
        font-size: 4vw;
    }
    #about .polaris_logo img{
        width: 45%;
    }
    #about .about_title{
        max-width: 95%;
        padding: 2.0vw 13vw;
        font-size: 2.7vw
    }
    #about .about_text{
        font-size: 2.5vw;
        padding: 0 5%;
        word-break: keep-all;
    }
    #story{
        padding-top: 20vw;
    }
    #story .cont_inner{
        margin-top: 16vw;
        width: 80%;
    }
    #story .story_btn img{
        width: 60%;
    }
    #minting{
        padding: 10vw 0 12vw;
    }
    #minting .minting_inner{
        width: 92%;
    }
    #minting h2{
        font-size: 5vw;
        line-height: 110%;
    }
    #minting .kr-text
{
    font-size: 20px;
    font-weight: 500;
}
    #minting .minting_btn{
        
        font-size: 2vw;
        width: 35%;
        height: 7vw;
        font-weight: 800;
    }
    #nft{
        padding: 22vw 0 17vw;
    }
    #nft .wolf .cont_inner{
        margin-top: 12vw;
        width: 80%;
    }
    #nft .benefit{
        padding-top: 13vw;
    }
    #nft .list{
        margin-top: 12vw;
    }
    #nft .list{
        font-size: 3.3vw;
        margin-bottom: 2.2vw
    }
    #nft .item {
        padding: 5.5vw 0 4vw
    }
    #nft .item:nth-last-child(-n+3){
        margin-top: 12vw
    }
    #nft .item .num{
        width: 5.5vw;
        height: 5.5vw;
        top: -3vw;
    }
    #nft .item h3{
        font-size: 3vw;
        margin-bottom: 2.5vw
    }
    #nft .item p{
        font-size: 1.8vw;
        word-break: keep-all
    }
    #nft .item .num span{
        font-size: 3.2vw
    }

    #class{
        padding: 12vw 0;
    }
    #class .class_title h2, #roadmap .roadmap_box h3{
        font-size: 4.5vw
    }
    #class .class_title p{
        font-size: 2vw;
    }
    #class .class_title a{
        position: relative;
        margin-top: 4vw;
        width: 45vw;
        height: 7vw;
    }
    #class .class_title a span, #roadmap .roadmap_box p, #roadmap .qa_box .question p, #roadmap .qa_box .answer p{
        font-size: 3vw
    }
    #class .class_list{
        margin-top: 9vw;
    }
    #class .class_list li{
        padding: 3.5vw 0 3vw
    }
    #class .class_list li img{
        width: 6vw;
    }
    #class .class_list li p{
        font-size: 2vw
    }

    #roadmap{
        padding: 0vw 0 0vw 0;
    }
    #roadmap .roadmap_list{
        width: 70%;
        margin: 12vw auto 0;
    }
    #roadmap .roadmap_box p{
        font-size: 2.5vw
    }
    #roadmap .roadmap_box{
        padding: 5.5vw 0;
    }
    #roadmap .roadmap_box::after{
        margin-top: 6vw;
    }
    #roadmap .qa{
        padding-top: 20vw;
    }
    #roadmap .qa h2{
        margin-bottom: 12vw;
    }
    #roadmap .qa_box .question{
        padding: 2vw 0 2vw 5vw
    }
    #roadmap .qa_box .question .arrow{
        right: 4vw;
    }
    #roadmap .qa_box .question p,#roadmap .qa_box .answer p{
        font-size: 2.5vw;

    }
    #roadmap .qa_box .answer{
        padding: 3vw 0 3vw 5vw
    }
    #roadmap .qa_box .answer p{
        padding-left: 4vw
    }
    #team{
        padding: 15vw 0 30vw
    }
    #team .team_list ul{
        width: 85%;
        margin: 10vw auto 18vw;
        display: flex;
    align-items: center;
    flex-wrap: wrap;
    }
    #team .team_list li {
        float: left;
        width: 23%;
        margin-right: auto;
        margin-left: auto;
        height: 304px;
        background: rgba(0, 0, 0, 0.3);
        border: 2px solid #fff;
        border-radius: 10px;
        padding: 32px 0 22px;
    }
    #team .team_list li{
        height: 25vw;
    }
    #team .team_list li:nth-last-child(2n-1){
        margin-top: 6vw;
        margin-right: 0px;
        margin-left: auto;
        margin-right: auto;
    }
    #team .team_list li:nth-last-child(2n){
        margin-top: 6vw;
        margin-right: 0px;
        margin-left: auto;
        margin-right: auto;
    }
    #team .team_list li .person_res {
        font-size: 15px;
     }

    #class .info_text{
        font-size: 2vw
    }
    /* ----- new partenr list ------*/
#partners .partenrs_list ul {
    width: 90%;
    margin-top: 65px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-left: auto;
    margin-right: auto;
}
#partners .partenrs_list ul li {
    width: 30%;
    margin-left: auto;
    margin-right: auto;
    list-style-type: none !important;
}
#partners .partenrs_list .partner-img {
    width: 180px;
    height: 200px;
    margin-left: auto;
    margin-right: auto;
    background: rgba(0,0,0,0.5);
    background-size: cover;
    border: 3px solid #8AE3FF;
    box-shadow: 0px 0px 26px #00D1FF, 0px 0px 9px #00D1FF, 0px 0px 8px #00D1FF;
    border-radius: 50%;
    list-style-type: none !important;
    /* padding: 0px 0px 0px 20px; */
}
#partners .partenrs_list .partner-img:nth-child(1) > img {
    width: 75%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
}

#partners .partenrs_list .partner-name {
    color: #FFFFFF;
    font-family: 'SUIT';
    font-size: 25px;
    font-weight: 800;
    margin-top: 25px;
}

#partners .partenrs_list_other ul {
    width: 90%;
    margin-top: 65px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-left: auto;
    margin-right: auto;
}
#partners .partenrs_list_other ul li {
    width: 30%;
    margin-left: auto;
    margin-right: auto;
    list-style-type: none !important;
}
#partners .partenrs_list_other .partner-img {
    width: 180px;
    height: 200px;
    margin-left: auto;
    margin-right: auto;
    background-size: cover;
    border: 3px solid #8AE3FF;
    box-shadow: 0px 0px 26px #00D1FF, 0px 0px 9px #00D1FF, 0px 0px 8px #00D1FF;
    border-radius: 50%;
    list-style-type: none !important;
    /* padding: 0px 0px 0px 20px; */
}
#partners .partenrs_list_other .partner-name {
    color: #FFFFFF;
    font-family: 'SUIT';
    font-size: 25px;
    font-weight: 800;
    margin-top: 25px;
}
.cs-email
{
    font-size: 15px;
    color: #FFFFFF;
    margin-top: 2%;
    margin-bottom: 3%;
}

.cs-email > a
{
    color: #FFFFFF;
}

.logo > img
{
    width: 30%;
    color: #FFFFFF;
}



}
@media screen and (max-width: 800px) {
    .hd_wrap {
        display: none;
    }

    #story .story_cont p{
        font-size: 14px;
        word-break: keep-all;
    }


    .cs-email
{
    font-size: 16px;
    color: #FFFFFF;
    margin-top: 1%;
    margin-bottom: 2%;
}

.cs-email > a
{
    color: #FFFFFF;
}

.logo > img
{
    width: 40%;
    color: #FFFFFF;
}

.qa_list{
    height:800px;
}

#team .team_list li .person_nick {
    position: relative;
    text-align: center;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: 700;
    font-family: 'SUIT';
    font-style: normal;
    line-height: 20px;
    text-align: center;
    bottom: 30%;
 }
 #team .team_list li .person_res {
    width: auto;
    height:25px;
    margin-left: auto;
    margin-right: auto;
    background: #FFFFFF;
    border-radius: 50px;
    position: relative;
    text-align: center;
    color: #011330;
    font-size: 12px;
    font-weight: 700;
    font-family: 'SUIT';
    font-style: normal;
    line-height:25px;
    text-align: center;
    bottom: 25%;
    display: inline-block;
    padding: 0 20px;
 }
/* ----- new partenr list ------*/
#partners .partenrs_list ul {
    width: 90%;
    margin-top: 65px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-left: auto;
    margin-right: auto;
}
#partners .partenrs_list ul li {
    width: 30%;
    margin-left: auto;
    margin-right: auto;
    list-style-type: none !important;
}
#partners .partenrs_list .partner-img {
    width: 160px;
    height: 180px;
    margin-left: auto;
    margin-right: auto;
    background: rgba(0,0,0,0.5);
    background-size: cover;
    border: 3px solid #8AE3FF;
    box-shadow: 0px 0px 26px #00D1FF, 0px 0px 9px #00D1FF, 0px 0px 8px #00D1FF;
    border-radius: 50%;
    list-style-type: none !important;
    /* padding: 0px 0px 0px 20px; */
}
#partners .partenrs_list .partner-img:nth-child(1) > img {
    width: 75%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
}

#partners .partenrs_list .partner-name {
    color: #FFFFFF;
    font-family: 'SUIT';
    font-size: 22px;
    font-weight: 800;
    margin-top: 25px;
}

#partners .partenrs_list_other ul {
    width: 90%;
    margin-top: 65px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-left: auto;
    margin-right: auto;
}
#partners .partenrs_list_other ul li {
    width: 30%;
    margin-left: auto;
    margin-right: auto;
    list-style-type: none !important;
}
#partners .partenrs_list_other .partner-img {
    width: 160px;
    height: 180px;
    margin-left: auto;
    margin-right: auto;
    background-size: cover;
    border: 3px solid #8AE3FF;
    box-shadow: 0px 0px 26px #00D1FF, 0px 0px 9px #00D1FF, 0px 0px 8px #00D1FF;
    border-radius: 50%;
    list-style-type: none !important;
    /* padding: 0px 0px 0px 20px; */
}
#partners .partenrs_list_other .partner-name {
    color: #FFFFFF;
    font-family: 'SUIT';
    font-size: 22px;
    font-weight: 800;
    margin-top: 25px;
}
}

@media screen and (max-width: 700px) {
    .hd_wrap {
        display: none;
    }

    #story .cont_inner{
        width: 50%;
    }
    .qa_list{
        height:400px;
    }
    #story .story_btn.story_next{
        right: -15%
    }
    #story .story_btn.story_prev{
        left: -15%;
    }
    
    #team .team_list li .person_nick {
        position: relative;
        text-align: center;
        color: #FFFFFF;
        font-size: 13px;
        font-weight: 700;
        font-family: 'SUIT';
        font-style: normal;
        line-height: 20px;
        text-align: center;
        bottom: 35%;
     }
     #team .team_list li .person_res {
        width: auto;
        height:25px;
        margin-left: auto;
        margin-right: auto;
        background: #FFFFFF;
        border-radius: 50px;
        position: relative;
        text-align: center;
        color: #011330;
        font-size: 11px;
        font-weight: 700;
        font-family: 'SUIT';
        font-style: normal;
        line-height: 25px;
        text-align: center;
        bottom: 38%;
        display: inline-block;
        padding: 0 10px;
     }
    /* ----- new partenr list ------*/
#partners .partenrs_list ul {
    width: 90%;
    margin-top: 65px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-left: auto;
    margin-right: auto;
}
#partners .partenrs_list ul li {
    width: 30%;
    margin-left: auto;
    margin-right: auto;
    list-style-type: none !important;
}
#partners .partenrs_list .partner-img {
    width: 140px;
    height: 160px;
    margin-left: auto;
    margin-right: auto;
    background: rgba(0,0,0,0.5);
    background-size: cover;
    border: 3px solid #8AE3FF;
    box-shadow: 0px 0px 26px #00D1FF, 0px 0px 9px #00D1FF, 0px 0px 8px #00D1FF;
    border-radius: 50%;
    list-style-type: none !important;
    /* padding: 0px 0px 0px 20px; */
}
#partners .partenrs_list .partner-img:nth-child(1) > img {
    width: 75%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    margin-top: 25px;
}

#partners .partenrs_list .partner-name {
    color: #FFFFFF;
    font-family: 'SUIT';
    font-size: 18px;
    font-weight: 800;
    margin-top: 25px;
}

#partners .partenrs_list_other ul {
    width: 90%;
    margin-top: 65px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-left: auto;
    margin-right: auto;
}
#partners .partenrs_list_other ul li {
    width: 30%;
    margin-left: auto;
    margin-right: auto;
    list-style-type: none !important;
}
#partners .partenrs_list_other .partner-img {
    width: 140px;
    height: 160px;
    margin-left: auto;
    margin-right: auto;
    background-size: cover;
    border: 3px solid #8AE3FF;
    box-shadow: 0px 0px 26px #00D1FF, 0px 0px 9px #00D1FF, 0px 0px 8px #00D1FF;
    border-radius: 50%;
    list-style-type: none !important;
    /* padding: 0px 0px 0px 20px; */
}
#partners .partenrs_list_other .partner-name {
    color: #FFFFFF;
    font-family: 'SUIT';
    font-size: 18px;
    font-weight: 800;
    margin-top: 25px;
}
}



@media screen and (max-width: 600px) {
    .hd_wrap {
        display: none;
    }

    #minting .kr-text
    {
        font-size: 15px;
        font-weight: 500;
    }
    h2.cont_title{
        font-size: 4.5vw
    }
    .hd-mobile .home_icon img {
        width: 7vw;
    }

    .m-menu_btn{
        top: 22px;
        padding-top: 10px;
        width: 30px;
        height: 24px;
    }
    .hamburger{
        height: 3px;
        width: 30px;
    }
    .hamburger:before{
        top: -8px;
        width: 30px;
        height: 3px;
    }
    .hamburger:after{
        top: 8px;
        width: 30px;
        height: 3px;
    }

    #main {
        width: 100%;
        /*height: 100vh;*/
        height:  calc(var(--vh, 1vh) * 80);
        background: linear-gradient(0deg, rgba(28, 88, 129, 1) 0%, rgba(28, 88, 129, 1) 39%, rgba(0, 49, 116, 1) 100%);
        position: relative;
        overflow: hidden
    }

    #main .main_text {
        top: 80%;
    }
    #main .main_title {
        top: 60%;
    }

    #main .small_text {
        font-size: 12px;
        color: #fff;
        display: block;
        position: absolute;
        bottom: 2%;
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
        text-align: center;
        text-transform: uppercase;
    }
    
    #main .main_text {
        width: 95%;
        font-size: 15px;
        padding: 13px 0;
        letter-spacing: -0.05em;
        line-height: 25px;
    }

    #about{
        padding: 0 3.5%;

    }
    #about_bg_wrap{
        padding: 0 0 25vw;
    }
    #about{
        padding-top: 25vw
    }
    #about .polaris_logo img{
        width: 60vw;
    }

    #about .about_title{
        font-size: 3vw;
        width: 95%;
        padding: 2.5vw 0;
        margin: 12vw 0 7vw;
    }
    #about .about_text{
        font-size: 2.9vw;
        word-break: keep-all
    }
    #about .about_btns{
        width: 80%;
        margin: 15vw auto 0;
    }
    #about .about_btns > a{
        width: 47.5%;
        height: 10vw;
    }
    #about .about_btns > a:first-child{
        margin-right: 5%;
    }
    #about .about_btns > a span{
        font-size: 2.7vw;
    }
    h2.cont_title::before{
        transform: translateY(-50%) scale(0.5);
        left: -10vw;
        top: 50%;
    }

    h2.cont_title::after{
        transform: translateY(-50%) scale(0.5);
        right: -10vw;
        top: 50%;
    }
    #story .story_cont p{
        font-size: 2.7vw;
        bottom: 5vw;
        padding: 0 3vw;
        word-break: keep-all;
    }
    #story .cont_inner{
        width: 65%;
    }
    #story .story_btn img{
        width: 50%;
    }
    #story .story_btn.story_next{
        right: -15%
    }
    #story .story_btn.story_prev{
        left: -15%
    }
    #nft .item{
        flex-basis: 45%;
        margin-right: 4%;
    }
    #nft .item:nth-last-child(-n+4){
        margin-top: 8vw;
        margin-left: 0px;
        margin-right: 4%;
    }
    /* #nft .item:nth-last-child(1),
    #nft .item:nth-last-child(3),
    #nft .item:nth-last-child(5)
    {
        margin-left : 0px;
    } */
    #nft .wolf .cont_inner{
        width: 85%;
    }
    #nft .item p{
        font-size: 2.45vw
    }

    #roadmap .roadmap_box::before{
        width: 2.5vw;
        height: 2.5vw;
        bottom: -1.5vw;
    }
    #roadmap .roadmap_box::after{
        width: 2px;
        height: 8vw;
      /*  bottom: -8vw;*/
    }
    #roadmap .roadmap_box{
        margin-top: 8vw;
    }
    #class .class_list li{
        margin-right: 3%;
        width: 22.75%;
        margin-top: 4vw;
    }
    #class .class_list li:nth-child(5n){
        margin-right: 3%
    }
    #class .class_list li:nth-child(4n){
        margin-right: 0;
    }
    #class .class_list li:nth-last-child(-n+5){
        margin-top: 4vw;
    }
    #class .class_list li p{
        margin-top: 1vw;
    }
    #class .class_title p{
        font-size: 2.9vw
    }
    #class .class_list li p{
        font-size: 2.5vw
    }
    #roadmap .qa_box .question .arrow{
        transform: translateY(-50%) scale(0.5)
    }
    #roadmap .qa_box{
        margin-top: 4vw;
    }
    #roadmap .roadmap_box p{
        font-size: 2.7vw;
    }
    #roadmap .qa_box .question p, #roadmap .qa_box .answer p{
        font-size: 2.7vw
    }
   
    #team{
        padding: 15vw 0 30vw
    }
    #team .team_list ul{
        width: 85%;
        margin: 10vw auto 18vw;
        display: flex;
    align-items: center;
    flex-wrap: wrap;
    }
    #team .team_list li {
        float: left;
        width: 23%;
        margin-right: auto;
        margin-left: auto;
        height: 304px;
        background: rgba(0, 0, 0, 0.3);
        border: 2px solid #fff;
        border-radius: 10px;
        padding: 32px 0 22px;
    }
    #team .team_list li{
        height: 25vw;
    }
    #team .team_list li:nth-last-child(2n-1){
        margin-top: 6vw;
        margin-right: 0px;
        margin-left: auto;
        margin-right: auto;
    }
    
    #team .team_list li .person_res {
        font-size: 15px;
     }

    #roadmap .roadmap_box::after{
        height: 0vw;

    }
    #roadmap .roadmap_box.on::after{
        height: 8vw;

    }

    #team .team_list ul{
        width: 85%;
        margin: 10vw auto 18vw;
        display: flex;
    align-items: center;
    flex-wrap: wrap;
    }
    #team .team_list li{
        width: 40%;
        height: 210px;
    }

    #team .team_list li > img {
        position: relative;
        width: 100%;
        height: auto;
        margin-left: auto;
        margin-right: auto;
        bottom: 51%;
        z-index: 20;
     }
     #team .team_list li .person_nick {
         position: relative;
         text-align: center;
         color: #FFFFFF;
         font-size: 15px;
         font-weight: 700;
         font-family: 'SUIT';
         font-style: normal;
         line-height: 36px;
         text-align: center;
         bottom: 58%;
      }
      #team .team_list li .person_res {
         width: auto;
         height: 25px;
         margin-left: auto;
         margin-right: auto;
         background: #FFFFFF;
         border-radius: 50px;
         position: relative;
         text-align: center;
         color: #011330;
         font-size: 13px;
         font-weight: 700;
         font-family: 'SUIT';
         font-style: normal;
         line-height: 25px;
         text-align: center;
         bottom: 58%;
         display: inline-block;
         padding: 0 20px;
      }
      /* ----- new partenr list ------*/
#partners .partenrs_list ul {
    width: 95%;
    margin-top: 65px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-left: auto;
    margin-right: auto;
}
#partners .partenrs_list ul li {
    width: 30%;
    margin-left: auto;
    margin-right: auto;
    list-style-type: none !important;
}
#partners .partenrs_list .partner-img {
    width: 130px;
    height: 150px;
    margin-left: auto;
    margin-right: auto;
    background: rgba(0,0,0,0.5);
    background-size: cover;
    border: 3px solid #8AE3FF;
    box-shadow: 0px 0px 26px #00D1FF, 0px 0px 9px #00D1FF, 0px 0px 8px #00D1FF;
    border-radius: 50%;
    list-style-type: none !important;
    /* padding: 0px 0px 0px 20px; */
}
#partners .partenrs_list .partner-img:nth-child(1) > img {
    width: 75%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    margin-top: 25px;
}

#partners .partenrs_list .partner-name {
    color: #FFFFFF;
    font-family: 'SUIT';
    font-size: 15px;
    font-weight: 800;
    margin-top: 25px;
}

#partners .partenrs_list_other ul {
    width: 95%;
    margin-top: 65px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-left: auto;
    margin-right: auto;
}
#partners .partenrs_list_other ul li {
    width: 30%;
    margin-left: auto;
    margin-right: auto;
    list-style-type: none !important;
}
#partners .partenrs_list_other .partner-img {
    width: 130px;
    height: 150px;
    margin-left: auto;
    margin-right: auto;
    background-size: cover;
    border: 3px solid #8AE3FF;
    box-shadow: 0px 0px 26px #00D1FF, 0px 0px 9px #00D1FF, 0px 0px 8px #00D1FF;
    border-radius: 50%;
    list-style-type: none !important;
    /* padding: 0px 0px 0px 20px; */
}
#partners .partenrs_list_other .partner-name {
    color: #FFFFFF;
    font-family: 'SUIT';
    font-size: 15px;
    font-weight: 800;
    margin-top: 25px;
}

.cs-email
{
    font-size: 12px;
    color: #FFFFFF;
    margin-top: 1%;
    margin-bottom: 2%;
}

.cs-email > a
{
    color: #FFFFFF;
}

.logo > img
{
    width: 40%;
    color: #FFFFFF;
}



    .m_none{
        display: none
    }



}
@media screen and (max-width: 450px) {
    .hd_wrap {
        display: none;
    }

    #team .team_list ul{
        width: 85%;
        margin: 10vw auto 18vw;
        display: flex;
    align-items: center;
    flex-wrap: wrap;
    }
    #team .team_list li{
        width: 40%;
        height: 190px;
    }

    #team .team_list li > img {
        position: relative;
        width: 100%;
        height: auto;
        margin-left: auto;
        margin-right: auto;
        bottom: 45%;
        z-index: 20;
     }
     #team .team_list li .person_nick {
         position: relative;
         text-align: center;
         color: #FFFFFF;
         font-size: 13px;
         font-weight: 700;
         font-family: 'SUIT';
         font-style: normal;
         line-height: 36px;
         text-align: center;
         bottom: 40%;
      }
      #team .team_list li .person_res {
         width: auto;
         height: 25px;
         margin-left: auto;
         margin-right: auto;
         background: #FFFFFF;
         border-radius: 50px;
         position: relative;
         text-align: center;
         color: #011330;
         font-size: 11px;
         font-weight: 700;
         font-family: 'SUIT';
         font-style: normal;
         line-height: 25px;
         text-align: center;
         bottom: 45%;
         display: inline-block;
         padding: 0 10px;
      }

    #team .team_list li:nth-last-child(2n-1){
        margin-top: 10vw;
        margin-right: 0px;
        margin-left: auto;
        margin-right: auto;
    }
    #team .team_list li:nth-last-child(2n){
        margin-top: 10vw;
        margin-right: 0px;
        margin-left: auto;
        margin-right: auto;
    }
   
    #roadmap .roadmap_box::after{
        height: 0vw;

    }

  /* ----- new partenr list ------*/
  #partners .partenrs_list ul {
    width: 100%;
    margin-top: 65px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-left: auto;
    margin-right: auto;
}
#partners .partenrs_list ul li {
    width: 30%;
    margin-left: auto;
    margin-right: auto;
    list-style-type: none !important;
}
#partners .partenrs_list .partner-img {
    width: 110px;
    height: 130px;
    margin-left: auto;
    margin-right: auto;
    background: rgba(0,0,0,0.5);
    background-size: cover;
    border: 3px solid #8AE3FF;
    box-shadow: 0px 0px 26px #00D1FF, 0px 0px 9px #00D1FF, 0px 0px 8px #00D1FF;
    border-radius: 50%;
    list-style-type: none !important;
    /* padding: 0px 0px 0px 20px; */
}
#partners .partenrs_list .partner-img:nth-child(1) > img {
    width: 75%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    margin-top: 25px;
}

#partners .partenrs_list .partner-name {
    color: #FFFFFF;
    font-family: 'SUIT';
    font-size: 13px;
    font-weight: 800;
    margin-top: 25px;
}

#partners .partenrs_list_other ul {
    width: 100%;
    margin-top: 65px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-left: auto;
    margin-right: auto;
}
#partners .partenrs_list_other ul li {
    width: 30%;
    margin-left: auto;
    margin-right: auto;
    list-style-type: none !important;
}
#partners .partenrs_list_other .partner-img {
    width: 110px;
    height: 130px;
    margin-left: auto;
    margin-right: auto;
    background-size: cover;
    border: 3px solid #8AE3FF;
    box-shadow: 0px 0px 26px #00D1FF, 0px 0px 9px #00D1FF, 0px 0px 8px #00D1FF;
    border-radius: 50%;
    list-style-type: none !important;
    /* padding: 0px 0px 0px 20px; */
}
#partners .partenrs_list_other .partner-name {
    color: #FFFFFF;
    font-family: 'SUIT';
    font-size: 13px;
    font-weight: 800;
    margin-top: 25px;
}

}

@media screen and (max-width: 280px) {
    .hd_wrap {
        display: none;
    }

    #about .about_title{
        font-size: 2vw;
        width: 100%;
        padding: 0vw 0;
        margin: 12vw 0 7vw;
        word-break: keep-all;
        line-height: 20px;
    }
    #team .team_list ul{
        width: 85%;
        margin: 10vw auto 18vw;
        display: flex;
    align-items: center;
    flex-wrap: wrap;
    }
    #team .team_list li{
        width: 40%;
        height: 130px;
    }

    #team .team_list li > img {
        position: relative;
        width: 100%;
        height: auto;
        margin-left: auto;
        margin-right: auto;
        bottom: 70%;
        z-index: 20;
     }
     #team .team_list li .person_nick {
         position: relative;
         text-align: center;
         color: #FFFFFF;
         font-size: 12px;
         font-weight: 700;
         font-family: 'SUIT';
         font-style: normal;
         line-height: 36px;
         text-align: center;
         bottom: 75%;
      }
      #team .team_list li .person_res {
         width: auto;
         height: 25px;
         margin-left: auto;
         margin-right: auto;
         background: #FFFFFF;
         border-radius: 50px;
         position: relative;
         text-align: center;
         color: #011330;
         font-size: 11px;
         font-weight: 700;
         font-family: 'SUIT';
         font-style: normal;
         line-height: 25px;
         text-align: center;
         bottom: 85%;
         display: inline-block;
         padding: 0 10px;
      }
      /* ----- new partenr list ------*/
  #partners .partenrs_list ul {
    width: 100%;
    margin-top: 65px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-left: auto;
    margin-right: auto;
}
#partners .partenrs_list ul li {
    width: 30%;
    margin-left: auto;
    margin-right: auto;
    list-style-type: none !important;
}
#partners .partenrs_list .partner-img {
    width: 85px;
    height: 95px;
    margin-left: auto;
    margin-right: auto;
    background: rgba(0,0,0,0.5);
    background-size: cover;
    border: 3px solid #8AE3FF;
    box-shadow: 0px 0px 26px #00D1FF, 0px 0px 9px #00D1FF, 0px 0px 8px #00D1FF;
    border-radius: 50%;
    list-style-type: none !important;
    /* padding: 0px 0px 0px 20px; */
}
#partners .partenrs_list .partner-img:nth-child(1) > img {
    width: 75%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
}

#partners .partenrs_list .partner-name {
    color: #FFFFFF;
    font-family: 'SUIT';
    font-size: 10px;
    font-weight: 700;
    margin-top: 25px;
}

#partners .partenrs_list_other ul {
    width: 100%;
    margin-top: 65px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-left: auto;
    margin-right: auto;
}
#partners .partenrs_list_other ul li {
    width: 30%;
    margin-left: auto;
    margin-right: auto;
    list-style-type: none !important;
}
#partners .partenrs_list_other .partner-img {
    width: 85px;
    height: 95px;
    margin-left: auto;
    margin-right: auto;
    background-size: cover;
    border: 3px solid #8AE3FF;
    box-shadow: 0px 0px 26px #00D1FF, 0px 0px 9px #00D1FF, 0px 0px 8px #00D1FF;
    border-radius: 50%;
    list-style-type: none !important;
    /* padding: 0px 0px 0px 20px; */
}
#partners .partenrs_list_other .partner-name {
    color: #FFFFFF;
    font-family: 'SUIT';
    font-size: 10px;
    font-weight: 700;
    margin-top: 25px;
}
}
