@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;600;700;900&display=swap');
body, html {
    margin: 0;
    padding: 0;
    font-family: 'Montserrat', sans-serif;
    background-color: #080824;
}
* {
    box-sizing: border-box;
    color: #fff;
}
a {
    text-decoration: none;
}
.img-responsive {
    width: auto;
    max-width: 100%;
}
.img-center {
    display: block;
    margin: auto;
}
:root {
    --font-size1: 60px;
    --font-size2: 18px;
    --font-size3: 16px;
    --font-size4: 13px;
    --font-size5: 33px;
    --line-heit1: 28px;
    --line-heit2: 60px;
    --line-heit3: 22px;
    --line-heit4: 25px;
    --let-space: 0.16em;
    --transition-speed: 300ms;
    --transY: 65px;
    --lake-blue: #60d7f1;
    --grey: #363636;
    --sea-blue: #275696;
    --ocean-blue: #2b314c;
    --bg-black: #080824;
}
p {
    line-height: var(--line-heit3);
}
a {
    -webkit-tap-highlight-color: transparent; /* Safari and Chrome */ tap-highlight-color: transparent; /* Other browsers */
}
/*
a.isDisabled {
  cursor: not-allowed;
  pointer-events: none;
  text-decoration: none !important;
  color: #FFF !important;
  font-weight: normal !important;
}
*/
footer a.isDisabled { opacity: 0.5; }
.vis_mob {
    display: none !important;
}
.vis_desk {
    display: block !important;
}

.glass {
    background: rgba(66, 92, 110, 0.6);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(8.7px);
    -webkit-backdrop-filter: blur(8.7px);
    border: 0px solid rgba(255, 255, 255, 0.07);
}
.flexR {
    display: flex;
    flex-direction: row;
}
.flexC {
    display: flex;
    flex-direction: column;
}
.halfsp {
    width: 50%;
}
.clearfix {
    clear: both;
}
h1, h1 span, .letterin, .letterin span {
    opacity: 0;
    transition: opacity 0.5s ease;
}
h1 span, .letterin span {
    font-size: inherit;
}
h1 span.char11 {vertical-align: super; position: relative; top: -1em; font-size: 0.3em;}
h1.on, h1.on span:not(.fade-in), .letterin.on, .letterin.on span:not(.fade-in) {
    opacity: 1;
}
.fade-in {
    opacity: 0;
    -webkit-animation: fade-in cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
    animation: fade-in cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}
.fade-delay-0 {
    animation-duration: 1s;
}
.fade-delay-1 {
    animation-duration: 1.5s;
}
.fade-delay-2 {
    animation-duration: 2s;
}
/**
 * ----------------------------------------
 * animation fade-in
 * ----------------------------------------
 */
@-webkit-keyframes fade-in {
    0% {
        opacity: 1;
        filter: blur(5px);
    }
    1% {
        opacity: 0;
        filter: blur(5px);
    }
    100% {
        opacity: 1;
        filter: blur(0px);
    }
}
@keyframes fade-in {
    0% {
        opacity: 1;
        filter: blur(5px);
    }
    1% {
        opacity: 0;
        filter: blur(5px);
    }
    100% {
        opacity: 1;
        filter: blur(0px);
    }
}
@-webkit-keyframes slide-out-left {
    0% {
        padding-left: 1.2em;
        letter-spacing: 0;
        line-height: var(--font-size3);
        opacity: 1;
        width: auto;
    }
    50% {
        padding-left: 1.2em;
        letter-spacing: 0;
        line-height: var(--font-size3);
        opacity: 0;
        width: auto;
    }
    100% {
        padding-left: 0;
        letter-spacing: -8px;
        width: 0;
        line-height: 0;
        opacity: 0;
    }
}
@keyframes slide-out-left {
    0% {
        padding-left: 1.2em;
        letter-spacing: 0;
        line-height: var(--font-size3);
        opacity: 1;
        width: auto;
    }
    50% {
        padding-left: 1.2em;
        letter-spacing: 0;
        line-height: var(--font-size3);
        opacity: 0;
        width: auto;
    }
    100% {
        padding-left: 0;
        letter-spacing: -8px;
        width: 0;
        line-height: 0;
        opacity: 0;
    }
}
@-webkit-keyframes slide-in-right {
    0% {
        padding-left: 0;
        letter-spacing: -8px;
        width: 0;
        line-height: 0;
        opacity: 0;
    }
    80% {
        padding-left: 1.2em;
        letter-spacing: 0;
        line-height: var(--font-size3);
        opacity: 0;
        width: auto;
    }
    100% {
        padding-left: 1.2em;
        letter-spacing: 0;
        line-height: var(--font-size3);
        opacity: 1;
        width: auto;
    }
}
@keyframes slide-in-right {
    0% {
        padding-left: 0;
        letter-spacing: -8px;
        width: 0;
        line-height: 0;
        opacity: 0;
    }
    80% {
        padding-left: 1.2em;
        letter-spacing: 0;
        line-height: var(--font-size3);
        opacity: 0;
        width: auto;
    }
    100% {
        padding-left: 1.2em;
        letter-spacing: 0;
        line-height: var(--font-size3);
        opacity: 1;
        width: auto;
    }
}
.mt80 {
    margin-top: 80px;
}
.mb80 {
    margin-bottom: 80px;
}
.mb0 {
    margin-bottom: 0px;
}
.ml50 {
    margin-left: 50px;
}
.ml15 {
    margin-left: 20px;
}
.row {
    padding-bottom: 20px;
    clear: both;
}
.inner_grid {
    width: 100%;
    max-width: 1600px;
    margin: auto;
    padding-left: 100px;
    padding-right: 100px;
}

.loading-scr{width: 100%; height: 100dvh; background-color: #080824; transition: all 0.3s ease; z-index: 999; opacity: 0; position: fixed; top: 0; left: 0; pointer-events: none;}
.loading-scr.on{opacity: 0;}
.loading-scr svg{width: 37px; height: 356px; top: 50%; left: 50%; transform: translate(-50%, -50%) rotate(90deg); position: absolute;}
.loading-scr svg .weakline:nth-child(odd) { -webkit-animation: blink-1 2s infinite forwards; animation: blink-1 2s infinite forwards; }
.loading-scr svg .weakline:nth-child(even) { -webkit-animation: blink-2 2s infinite forwards; animation: blink-2 2s infinite forwards;}

h2 {
    color: #fff;
    text-transform: uppercase;
    font-size: var(--font-size1);
    margin: 0 0 40px 0;
    font-weight: 700;
}
.narration {
    color: #fff;
    text-transform: uppercase;
    font-size: var(--font-size2);
    padding: 15px 20px;
    font-weight: 700;
    border-left: 1px solid #fff;
    letter-spacing: var(--let-space);
    line-height: var(--line-heit1);
    clear: both;
}
.feature_sect .narration { align-self: flex-start; transform: translateY(-15px); }
.narration font {
    font-weight: normal;
    display: block;
}
.sub_row {
    display: block;
}
.sub_row > div, .sub_row h2 { /*float: left;*/ display: inline-block;
}
.sub_row > h2 {
    width: fit-content;
    display: inline-block;
    margin-right: 15px;
}
.sub_row > .narration {
    clear: right;
    vertical-align: top;
}
/*******tailor ham******/
.fx_hambur {
    position: fixed;
    top: 50px;
    right: 50px;
    z-index: 10;
    width: 50px;
    height: 47.5px;
    transition: var(--transition-speed);
    transform: translateY(-100%);
    opacity: 0;
    pointer-events: none;
    z-index: 11;
}
body.scroldown .fx_hambur {
    transform: translateY(0%);
    opacity: 1;
    pointer-events: all;
}
.meti_ham {
    width: 50px;
    height: 47.5px;
    display: block;
    cursor: pointer;
}
.meti_ham span {
    display: block;
    border-top: 3px solid #fff;
    position: absolute;
    right: 0;
    transition: all var(--transition-speed) ease;
}
.meti_ham span:after {
    content: '';
    right: 0;
    border-top: 3px solid rgba(255, 255, 255, 0.5);
    position: absolute;
    top: 10.5px;
    width: 25px;
    height: 2px;
    transition: all var(--transition-speed) ease;
}
.meti_ham span:first-child {
    width: 100%;
}
.meti_ham span:first-child:after {
    width: 39.5px;
}
.meti_ham span:last-child {
    margin-top: 28px;
    width: 31px;
}
.meti_ham span:last-child:after {
    width: 22.5px;
}
.meti_ham.on span {
    transform: rotate(45deg);
}
.meti_ham.on span:first-child {
    margin-top: 10px;
}
.meti_ham.on span:last-child {
    transform: rotate(-45deg);
    margin-top: 10px;
    width: 100%;
}
.meti_ham.on span:after {
    transform: scale(0);
}
.kv {
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
    /* aspect-ratio: 16/7.8; */
    /* padding: 50px; */
}
.kv:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(8, 8, 36, 0) 75%, rgba(8, 8, 36, 1) 100%);
}

.kv .mobile_img{
    background-image: url();
}

.kv video, .kv .videobg {
    position: absolute;
    top: 0;
    left: 50%;
    /* width: 1920px; */
    /* height: 100%; */
    width: auto;
    height: auto;
    z-index: 0;
    transform: translateX(-50%);
    background-color: var(--bg-black);
    pointer-events: none;

    min-width: 100%;
    min-height: 100dvh;
}
.kv .text_contain {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 1;
}
.kv h1 {
    font-size: 93px;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 0px;
}
.kv h1 sup{
    transform: scale(0.77);
}
.kv p {
    font-size: var(--font-size3);
    line-height: var(--line-heit3);
    letter-spacing: var(--let-space);
    text-transform: uppercase;
    margin-top: 0px;
    margin-bottom: 0px;
}
.kv .fx_logo {
    position: absolute;
    top: 50px;
    left: 50px;
    z-index: 1;
    cursor: pointer;
}
.kv .fx_menu {
    width: 170px;
    height: 356px;
    position: absolute;
    top: 20px;
    right: 50px; /*background-image: url(../images/menu_line.svg);*/ background-repeat: no-repeat;
    background-position: top right;
    z-index: 3;
}
.kv .fx_menu a {
    position: absolute;
    text-align: right;
    display: block;
    margin-right: 45px;
    text-transform: uppercase;
    font-size: var(--font-size4);
    cursor: pointer;
    -webkit-user-select: none; /* Safari */ -moz-user-select: none; /* Firefox */ -ms-user-select: none; /* Internet Explorer/Edge */ user-select: none;
}
.kv .fx_menu a:first-child {
    top: 50px;
}
.kv .fx_menu a:nth-child(2) {
    top: 118px;
}
.kv .fx_menu a:nth-child(3) {
    top: 188px;
}
.kv .fx_menu a:nth-child(4) {
    top: 256px;
}
.fx_menu svg {
    position: absolute;
    right: 0;
    top: 0;
    width: 37px;
    height: 356px;
}
.fx_menu svg .weakline:nth-child(odd) {
    -webkit-animation: blink-1 2s infinite forwards;
    animation: blink-1 2s infinite forwards;
}
.fx_menu svg .weakline:nth-child(even) {
    -webkit-animation: blink-2 2s infinite forwards;
    animation: blink-2 2s infinite forwards;
}
@-webkit-keyframes blink-1 {
    0% {
        transform: translateX(0px);
    }
    33% {
        transform: translateX(-5px);
    }
    66% {
        transform: translateX(5px);
    }
    100% {
        transform: translateX(0px);
    }
}
@keyframes blink-1 {
    0% {
        transform: translateX(0px);
    }
    33% {
        transform: translateX(-5px);
    }
    66% {
        transform: translateX(5px);
    }
    100% {
        transform: translateX(0px);
    }
}
@-webkit-keyframes blink-2 {
    0% {
        transform: translateX(0px);
    }
    33% {
        transform: translateX(-5px);
    }
    66% {
        transform: translateX(5px);
    }
    100% {
        transform: translateX(0px);
    }
}
@keyframes blink-2 {
    0% {
        transform: translateX(0px);
    }
    33% {
        transform: translateX(5px);
    }
    66% {
        transform: translateX(-5px);
    }
    100% {
        transform: translateX(0px);
    }
}
.kv .connect {
    position: fixed;
    left: 50px;
    bottom: 50px;
    font-size: var(--font-size3);
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 15px 20px;
    border-radius: 20px;
    border: 2px solid rgba(255, 255, 255, 0.5);
    z-index: 8;
    transition: all 0.2s ease;
}
.kv .connect:hover {
    border: 2px solid rgba(255, 255, 255, 1);
}
.kv .connect .sclX {
    transition: all 0.3s ease;
    transform-origin: left center;
    padding-left: 1.2em;
    letter-spacing: 0;
    line-height: var(--font-size3)
}
.kv .connect.outTXT .sclX {
    -webkit-animation: slide-out-left 0.5s ease-out forwards;
    animation: slide-out-left 0.5s ease-out forwards;
}
.kv .connect.outTXT{
    background-color: rgba(0,0,0,0.8);
}
.scolup .kv.inTXT .connect .sclX {
    -webkit-animation: slide-in-right 0.5s ease-out forwards;
    animation: slide-in-right 0.5s ease-out forwards;
}
.kv .clone_logo {
    position: absolute;
    top: 0;
    left: 0;
    height: 120px;
    width: 100%;
    z-index: 1;
    opacity: 0;
    padding: 50px 50px 0;
    z-index: 8;
    cursor: pointer;
}
body.scroldown .kv .clone_logo {
    position: fixed;
    -webkit-animation: drop-down cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
    animation: drop-down cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
    animation-duration: 0.3s;
    background: rgb(0, 0, 0);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
}
body.scrolup .kv .clone_logo {
    position: fixed;
    -webkit-animation: pull-up cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
    animation: pull-up cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
    animation-duration: 0.3s;
}
@keyframes drop-down {
    0% {
        opacity: 0;
        transform: translateY(-100%);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
@-webkit-keyframes drop-down {
    0% {
        opacity: 0;
        transform: translateY(-100%);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
@keyframes pull-up {
    0% {
        opacity: 1;
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        transform: translateY(-100%);
    }
}
@-webkit-keyframes pull-up {
    0% {
        opacity: 1;
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        transform: translateY(-100%);
    }
}
.kv .fx_clone_menu_contain {
    position: fixed;
    right: 0;
    width: 280px;
    height: 100dvh;
    padding: 20px;
    z-index: 10;
    top: 0;
    border-radius: 0;
    transform: translateX(100%);
    transition: all var(--transition-speed) ease;
    pointer-events: none;
    background: rgb(26 31 35 / 54%) !important;
}
.kv .fx_clone_menu_contain.on {
    transform: translateX(0);
    pointer-events: all;
}
.kv .fx_clone_menu_contain .fx_menu {
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
}
/************************/
.kv .dicover_more {
    position: absolute;
    right: 50px;
    bottom: 60px;
    z-index: 3;
}
.kv .dicover_more a {
    font-size: var(--font-size4);
    letter-spacing: var(--let-space);
    text-transform: uppercase;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 1.2em;
    cursor: pointer;
}
.kv .dicover_more a svg {
    width: 42px;
    height: 60px;
    transform: translateY(-13%);
    opacity: 0.5;
    transition: all var(--transition-speed) ease;
}
.kv .dicover_more:hover a svg { opacity: 1; }
.kv .dicover_more:hover .explore0 {
    stroke-dasharray: 120;
    stroke-dashoffset: 0;
    -webkit-animation: circlein cubic-bezier(0.390, 0.575, 0.565, 1.000) both infinite;
    animation: circlein cubic-bezier(0.390, 0.575, 0.565, 1.000) both infinite;
    animation-duration: 1.5s;
}
@-webkit-keyframes circlein {
    0% {
        stroke-dashoffset: 120;
    }
    100% {
        stroke-dashoffset: 0;
    }
}
@keyframes circlein {
    0% {
        stroke-dashoffset: 120;
    }
    100% {
        stroke-dashoffset: 0;
    }
}
.kv .dicover_more:hover .strightline {
    -webkit-animation: scalein cubic-bezier(0.390, 0.575, 0.565, 1.000) both infinite;
    animation: scalein cubic-bezier(0.390, 0.575, 0.565, 1.000) both infinite;
    animation-duration: 1.5s;
    transform-origin: center top;
}
@-webkit-keyframes scalein {
    0% {
        transform: scaleY(0);
    }
    100% {
        transform: scaleY(1);
    }
}
@keyframes scalein {
    0% {
        transform: scaleY(0);
    }
    100% {
        transform: scaleY(1);
    }
}
/* .sub_row > div{float: right;} */
.section_slide {
    background-image: url(../images/slide_bg_l.png), url(../images/slide_bg_r.png);
    background-repeat: no-repeat;
    background-position: left 60%, right 40%;
    overflow-x: hidden;
}
.swiper-container {
    margin-top: 50px;
    margin-bottom: 50px;
}
.swiper-slide {
    width: 275px;
    height: auto;
}
.swiper-slide:nth-child(even) {
    transform: translateY(var(--transY));
}
.slide-content {
    padding: 20px;
    font-size: var(--font-size3);
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    position: relative;
}
.slide-content h4 {
    margin-top: 0;
}
.slide-content p {
    margin-bottom: 60px;
    line-height: var(--line-heit3);
}
.slide-content a, .ref_link_row a {
    text-transform: uppercase;
    font-size: var(--font-size3);
    letter-spacing: var(--let-space);
    position: absolute;
    bottom: 20px;
    justify-content: space-around;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1.2em;
    cursor: pointer;
}
.slide-content a svg, .ref_link_row a svg {
    width: 42px;
    height: 33px;
}
.feature_sect {
    background-image: url(../images/features_bg.png);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center center;
    padding: 120px 0;
}
.feature_sect .flexR {
    width: 90%;
    justify-content: space-around;
    align-items: center;
    margin: 25px auto;
}
.feature_sect p {
    line-height: var(--line-heit3);
}
.compare_sect {
    background-image: url(../images/eyeball_bg.png);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center bottom;
}
.compare_sect .right_eye {
    transform: translateY(var(--transY));
}
.compare_sect li {
    line-height: var(--line-heit3);
}
.compare_sect .sub_row {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}
.compare_sect .sub_row h2 {
    margin: 0 15px 0 0;
    display: flex;
}
.compare_sect .sub_row h2 .char6{width: 20px;}

.sixty_count {
    background-image: url(../images/60sec.png);
    width: 373px;
    height: 382px;
    aspect-ratio: 1/1.01;
    position: relative;
    margin-top: -300px;
    background-repeat: no-repeat;
    background-size: contain;
}
.sixty_count .flexR.ml50 {
    gap: 2em;
    justify-content: space-between;
}
.sixty_count .counter {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 140px;
    font-weight: 700;
    opacity: 0.1;
}
.sixty_count .secc {
    position: absolute;
    bottom: 50px;
    right: 0;
    font-size: var(--font-size1);
}
/* @-webkit-keyframes counter {
    0%	{-webkit-counter-increment: count	0	;}
    1.66%	{-webkit-counter-increment: count	1	;}
    3%	{-webkit-counter-increment: count	2	;}
    4.98%	{-webkit-counter-increment: count	3	;}
    7%	{-webkit-counter-increment: count	4	;}
    8.30%	{-webkit-counter-increment: count	5	;}
    10%	{-webkit-counter-increment: count	6	;}
    11.62%	{-webkit-counter-increment: count	7	;}
    13%	{-webkit-counter-increment: count	8	;}
    14.94%	{-webkit-counter-increment: count	9	;}
    17%	{-webkit-counter-increment: count	10	;}
    18.26%	{-webkit-counter-increment: count	11	;}
    20%	{-webkit-counter-increment: count	12	;}
    21.58%	{-webkit-counter-increment: count	13	;}
    23%	{-webkit-counter-increment: count	14	;}
    24.90%	{-webkit-counter-increment: count	15	;}
    27%	{-webkit-counter-increment: count	16	;}
    28.22%	{-webkit-counter-increment: count	17	;}
    30%	{-webkit-counter-increment: count	18	;}
    31.54%	{-webkit-counter-increment: count	19	;}
    33%	{-webkit-counter-increment: count	20	;}
    34.86%	{-webkit-counter-increment: count	21	;}
    37%	{-webkit-counter-increment: count	22	;}
    38.18%	{-webkit-counter-increment: count	23	;}
    40%	{-webkit-counter-increment: count	24	;}
    41.50%	{-webkit-counter-increment: count	25	;}
    43%	{-webkit-counter-increment: count	26	;}
    44.82%	{-webkit-counter-increment: count	27	;}
    46%	{-webkit-counter-increment: count	28	;}
    48.14%	{-webkit-counter-increment: count	29	;}
    50%	{-webkit-counter-increment: count	30	;}
    51.46%	{-webkit-counter-increment: count	31	;}
    53%	{-webkit-counter-increment: count	32	;}
    54.78%	{-webkit-counter-increment: count	33	;}
    56%	{-webkit-counter-increment: count	34	;}
    58.10%	{-webkit-counter-increment: count	35	;}
    60%	{-webkit-counter-increment: count	36	;}
    61.42%	{-webkit-counter-increment: count	37	;}
    63%	{-webkit-counter-increment: count	38	;}
    64.74%	{-webkit-counter-increment: count	39	;}
    66%	{-webkit-counter-increment: count	40	;}
    68.06%	{-webkit-counter-increment: count	41	;}
    70%	{-webkit-counter-increment: count	42	;}
    71.38%	{-webkit-counter-increment: count	43	;}
    73%	{-webkit-counter-increment: count	44	;}
    74.70%	{-webkit-counter-increment: count	45	;}
    76%	{-webkit-counter-increment: count	46	;}
    78.02%	{-webkit-counter-increment: count	47	;}
    80%	{-webkit-counter-increment: count	48	;}
    81.34%	{-webkit-counter-increment: count	49	;}
    83%	{-webkit-counter-increment: count	50	;}
    84.66%	{-webkit-counter-increment: count	51	;}
    86%	{-webkit-counter-increment: count	52	;}
    87.98%	{-webkit-counter-increment: count	53	;}
    90%	{-webkit-counter-increment: count	54	;}
    91.30%	{-webkit-counter-increment: count	55	;}
    93%	{-webkit-counter-increment: count	56	;}
    94.62%	{-webkit-counter-increment: count	57	;}
    96%	{-webkit-counter-increment: count	58	;}
    97.94%	{-webkit-counter-increment: count	59	;}
    100%	{-webkit-counter-increment: count	60	;}
    }

@keyframes counter {
    0%	{counter-increment: count	0	;}
    1.66%	{counter-increment: count	1	;}
    3%	{counter-increment: count	2	;}
    4.98%	{counter-increment: count	3	;}
    7%	{counter-increment: count	4	;}
    8.30%	{counter-increment: count	5	;}
    10%	{counter-increment: count	6	;}
    11.62%	{counter-increment: count	7	;}
    13%	{counter-increment: count	8	;}
    14.94%	{counter-increment: count	9	;}
    17%	{counter-increment: count	10	;}
    18.26%	{counter-increment: count	11	;}
    20%	{counter-increment: count	12	;}
    21.58%	{counter-increment: count	13	;}
    23%	{counter-increment: count	14	;}
    24.90%	{counter-increment: count	15	;}
    27%	{counter-increment: count	16	;}
    28.22%	{counter-increment: count	17	;}
    30%	{counter-increment: count	18	;}
    31.54%	{counter-increment: count	19	;}
    33%	{counter-increment: count	20	;}
    34.86%	{counter-increment: count	21	;}
    37%	{counter-increment: count	22	;}
    38.18%	{counter-increment: count	23	;}
    40%	{counter-increment: count	24	;}
    41.50%	{counter-increment: count	25	;}
    43%	{counter-increment: count	26	;}
    44.82%	{counter-increment: count	27	;}
    46%	{counter-increment: count	28	;}
    48.14%	{counter-increment: count	29	;}
    50%	{counter-increment: count	30	;}
    51.46%	{counter-increment: count	31	;}
    53%	{counter-increment: count	32	;}
    54.78%	{counter-increment: count	33	;}
    56%	{counter-increment: count	34	;}
    58.10%	{counter-increment: count	35	;}
    60%	{counter-increment: count	36	;}
    61.42%	{counter-increment: count	37	;}
    63%	{counter-increment: count	38	;}
    64.74%	{counter-increment: count	39	;}
    66%	{counter-increment: count	40	;}
    68.06%	{counter-increment: count	41	;}
    70%	{counter-increment: count	42	;}
    71.38%	{counter-increment: count	43	;}
    73%	{counter-increment: count	44	;}
    74.70%	{counter-increment: count	45	;}
    76%	{counter-increment: count	46	;}
    78.02%	{counter-increment: count	47	;}
    80%	{counter-increment: count	48	;}
    81.34%	{counter-increment: count	49	;}
    83%	{counter-increment: count	50	;}
    84.66%	{counter-increment: count	51	;}
    86%	{counter-increment: count	52	;}
    87.98%	{counter-increment: count	53	;}
    90%	{counter-increment: count	54	;}
    91.30%	{counter-increment: count	55	;}
    93%	{counter-increment: count	56	;}
    94.62%	{counter-increment: count	57	;}
    96%	{counter-increment: count	58	;}
    97.94%	{counter-increment: count	59	;}
    100%	{counter-increment: count	60	;}
    }

.sixty_count .counter:after{
  content: counter(count);
  counter-reset: count 0;
  font-size: 140px;
  font-weight: 700;
  width: 100%;
  height: 100%;
}
.sixty_count.is-in .counter:after{
    -webkit-animation: counter 1s linear forwards;
    animation: counter 1s linear forwards;
} */
table.sect_table {
    table-layout: fixed;
    width: calc( 100% - 130px );
}
table.td_pad {
    padding: 20px 0;
}
table.sect_table tr th {
    font-size: var(--font-size2);
    text-align: left;
    padding: 15px;
}
table.sect_table tr th:nth-child(3), table.sect_table tr th:nth-child(6) {
    width: 100px;
    text-align: center;
}
table.sect_table tr th:first-child{border-radius: 18px 0 0 18px;}
table.sect_table tr th:last-child{border-radius: 0 18px 18px 0;}
table.sect_table tr th {
    background-color: var(--ocean-blue);
}
table.sect_table tr td {
    padding: 5px 15px;
    vertical-align: top;
}
table.sect_table tr td[rowspan] {
    font-size: var(--font-size2);
    width: 160px;
}
table.sect_table tr td hr {
    border-bottom: 1px solid #5f5f6c;
}
.sect_table2 table.sect_table {
    text-align: center; background: rgb(54,54,54); background: linear-gradient(90deg, rgba(54,54,54,1) 50%, rgba(39,86,150,1) 50%); width: 100%;
}
.sect_table2 table.sect_table tr th {
    letter-spacing: var(--let-space);
    text-align: center;
    border-radius: 60px;
    padding: 40px;
}
.sect_table2 table.sect_table tr td:first-child { background: var(--grey-blue); width: calc( 50% - 1px ); border-right: 1px solid #FFF; border-left: 0px; }
.sect_table2 table.sect_table tr td:nth-child(2) { background: var(--sea-blue); width: calc( 50% - 1px ); border-left: 1px solid #FFF; }
.sect_table2 table.sect_table:nth-child(odd) tr td { padding: 40px 60px; }
.sect_table2 table.sect_table:nth-child(even) { padding: 0px 50px; }
.sect_table2 table.sect_table:nth-child(odd) tr td { text-align: left; }
.sect_table2 table.sect_table tr td.narration { text-align: center; }
.sect_table2 table.sect_table tr td img { border: 2px solid #555555; margin-bottom: 30px; }
.sect_table2 table.sect_table tr td img.mb0 { margin-bottom: 0px; }
.sect_table2 table.sect_table p { line-height: normal; }
.sect_table2 table.sect_table small { font-style: italic; font-size: var(--font-size4); }
.sect_table2 table.sect_table:last-child { border-radius: 0px; padding: 0 !important; }
.sect_table2 table.sect_table:last-child tr th { border-radius: 0px; padding-bottom: 20px; }
.sect_table2 table.sect_table:last-child tr:last-child th { padding: 20px; }
.sect_table2 table.sect_table th .small { margin-top: 10px; font-weight: normal; letter-spacing: 0; }
.sect_table2 table.sect_table:last-child tr:nth-child(2) th { font-size: var(--font-size5); padding-top: 0; }
.sect_table2 table.sect_table:last-child tr:nth-child(2) th:nth-child(2) { border-left: 1px solid #FFF; }
.sect_table2 table.sect_table:last-child tr:nth-child(2) th:last-child { color: var(--lake-blue); }
.section_vdo {
    background-image: url(../images/vdo_bg_l.png), url(../images/vdo_bg_r.png);
    background-size: auto;
    background-position: left center, right center;
    background-repeat: no-repeat;
    padding: 80px 0;
}
.section_vdo .vdoo {
    padding: 20px 40px;
}
.lightbox {
    display: none;
}
.vdo_thumb {
    position: relative;
    display: block;
    max-width: 437px;
}
.vdo_thumb img {
    z-index: 1;
    position: relative;
    border-radius: 10px;
}
.vdo_thumb::before {
    content: '';
    position: absolute;
    width: 105px;
    height: 105px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-image: url(../images/play.png);
    border-radius: 20px;
    overflow: hidden;
    display: block;
    z-index: 2;
}
.vdo_thumb::after {
    content: '';
    position: absolute;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(255, 255, 255, 0.3);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(5px);
}
.section_process {
    background-image: url(../images/process_bg.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: contain;
}
.processrow .flexR {
    gap: 3em;
    align-items: center;
    justify-content: center;
    margin: 50px auto;
}
.processrow .flexR:nth-child(odd) .processimg {
    order: 1;
}
.processrow .flexR:nth-child(odd) .processtxt {
    order: 2;
}
.processrow .flexR:nth-child(even) .processimg {
    order: 2;
    text-align: left;
}
.processrow .flexR:nth-child(even) .processtxt {
    order: 1;
    text-align: right;
}
.processrow .flexR:nth-child(odd) .processimg img {
    margin-left: auto;
    margin-right: 0;
    display: block;
}
.processrow .flexR:nth-child(even) .processimg img {
    margin-left: 0;
    margin-right: auto;
    display: block;
}
.processrow .processtxt, .processrow .processimg {
    width: 50%;
}
.processrow .processtxt h2 {
    font-size: var(--font-size5);
    font-weight: 300;
    margin: auto;
}
.processrow .processtxt p {
    font-size: var(--font-size3);
}
.va_sect .sub_row > .narration {
    padding: 20px;
}
.va_sect .halfsp { width: calc( 50% - 35px ); vertical-align: top; }
.va_sect .disease_tag {
    order: 1;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.va_sect .disease_tag .disease_blk {
    padding: 26px 35px;
    background: rgb(33, 66, 115);
    background: linear-gradient(322deg, rgba(33, 66, 115, 1) 0%, rgba(23, 25, 53, 1) 100%);
    border-radius: 30px;
    order: 1;
}
.va_sect .disease_tag .disease_blk a {
    display: block;
    font-weight: 700;
    font-size: var(--font-size3);
    position: relative;
    cursor: pointer;
    padding-right: 22px;
}
.va_sect .disease_tag .disease_blk a:after {
    content: '';
    position: absolute;
    width: 11px;
    height: 11px;
    right: 0px;
    top: 3px;
    background-image: url(../images/arrow.png);
    background-repeat: no-repeat;
    transform: rotate(-90deg);
    transition: all var(--transition-speed) ease;
}
.va_sect .disease_tag .disease_blk.seeing {
    order: 1;
}
.va_sect .disease_tag .disease_blk.seeing a:after {
    transform: rotate(0deg);
}
.va_sect .disease_tag .disease_blk p {
    display: none;
    margin: 20px 0 0 0;
    padding: 0;
}
.va_sect .disease_tag p {
    order: 4;
}
.va_sect .disease_tag .disease_blk a font, .va_sect .disease_tag .disease_blk a span {
    transition: all var(--transition-speed) ease;
}
.va_sect .disease_tag .disease_blk a span {
    opacity: 1;
    position: absolute;
    left: 0;
    top: 0;
}
.va_sect .disease_tag .disease_blk a font {
    opacity: 0;
    height: 19px;
    display: block;
}
.va_sect .disease_tag .disease_blk.seeing a span {
    opacity: 0;
    transform: translateX(-25%);
}
.va_sect .disease_tag .disease_blk.seeing a font {
    opacity: 1;
    padding-bottom: 30px;
}
.va_sect .scope {
    position: relative;
    order: 2;
}
.va_sect .scope .pic {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    transition: opacity 0.3s ease;
    opacity: 0;
}
.va_sect .scope .pic.on {
    opacity: 1;
}
.va_sect .scope .pic img {
    position: relative;
    z-index: 2;
}
.va_sect .scope .pic::after {
    content: '';
    position: absolute;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(255, 255, 255, 0.3);
    border-radius: 100%;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(5px);
    z-index: 1;
}
.ref_link {
    margin-bottom: 40px;
}
.ref_link_row {
    justify-content: flex-start;
    gap: 2em;
}
.link_box {
    position: relative;
    padding: 20px;
    font-size: var(--font-size3);
    height: 133px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    position: relative;
}
.link_box p {
    margin-top: 0;
}
.dot_line {
    background-image: url(../images/dot_ling.png);
    background-repeat: space;
    width: 9px;
}
.safty_sect {
    background-image: url(../images/safty_sect_l.png), url(../images/safty_sect_r.png);
    background-position: left center, right center;
    background-repeat: no-repeat;
    background-size: auto;
}
.faq {
    background-image: url(../images/faq_bg.png);
    background-position: left bottom;
    background-repeat: no-repeat;
    background-size: auto;
}
.faq .faq_contain {
    gap: 50px;
    counter-reset: the-counter;
    font-size: var(--font-size3);
}
.faq .deskCRTL {
    gap: 48px;
    width: 245px;
}
.faq .mobileCRTL {
    display: none;
    font-size: var(--font-size2);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: var(--let-space);
    margin-bottom: 15px;
    cursor: pointer;
    padding: 15px;
    border-left: 1px solid #fff;
}
.faq .mobileCRTL:not(:first-child) {
    margin-top: 30px;
}
.faq .deskCRTL a, .faq .mobileCRTL {
    transition: all 0.3s ease;
    cursor: pointer;
}
.faq .deskCRTL a.on, .faq .mobileCRTL.on {
    color: var(--lake-blue);
    border-left: 1px solid var(--lake-blue);
}
.faq .faq_contain .ques::after {
    content: '';
    position: absolute;
    width: 11px;
    height: 11px;
    left: 0px;
    top: 3px;
    background-image: url(../images/arrow.png);
    background-repeat: no-repeat;
    transform: rotate(-90deg);
    transition: all var(--transition-speed) ease;
}
.faq .faq_contain .ques::before {
    counter-increment: faq_area;
    content: "Q"counter(faq_area) " : ";
    position: absolute;
    left: 30px;
}
.faq .faq_contain .ques {
    position: relative;
    font-weight: 700;
    cursor: pointer;
    padding-left: 65px;
}
.faq .faq_contain .ques.on:after {
    transform: rotate(0deg);
}
.faq .faq_contain .ques:not(:first-child) {
    margin-top: 48px;
}
.faq .faq_contain .ans .label {
    font-weight: 700;
    pointer-events: none;
}
.faq .faq_contain .ans {
    position: relative;
    width: calc(100% + 20px);
    transform: translate(-27px, 5px);
    display: none;
    padding-left: 94px;
    text-indent: -27px;
    line-height: var(--line-heit3);
}
.faq .faq_contain .ans a {
    color: var(--lake-blue);
    font-weight: 700;
    text-decoration: underline;
}
.faq .faq_contain .faq_area {
    display: none;
}
.faq .faq_area {
    clear: both;
    counter-reset: faq_area;
}
footer {
    padding: 30px 50px;
}
footer div {
    font-size: var(--font-size4);
}
footer .flexR {
    justify-content: space-between;
    flex-wrap: wrap;
}
footer .flexR > div:first-child {
    width: 250px;
}
/* footer .flexR > div:nth-child(2){
    
} */
footer .flexR > div:last-child {
    text-align: right;
    width: 400px;
    margin-right: 0;
    margin-left: auto;
}
.featherlight .featherlight-content {
    padding: 0;
    border-bottom: 0;
    max-width: 1180px;
    width: calc(100% - 250px);
    overflow: visible;
}
.featherlight .featherlight-content video {
    aspect-ratio: 16/9;
    width: 100%;
    display: block;
    background-color: #000;
}
.featherlight .featherlight-close-icon {
    background: rgba(255, 255, 255, 0);
    color: #fff;
    border: none;
    padding: 0;
    transform: scale(3) translate(33%, -100%);
    transform-origin: right top;
}
.featherlight-content {
    position: relative;
    overflow: visible;
}
.featherlight-content:after {
    position: absolute;
    content: '';
    width: calc(100% + 24px);
    height: calc(100% + 24px);
    top: -12px;
    left: -12px;
    border-radius: 12px;
    background: rgb(33, 66, 115);
    background: linear-gradient(135deg, rgba(33, 66, 115, 1) 0%, rgba(20, 48, 90, 1) 25%, rgba(41, 23, 54, 1) 52%, rgba(23, 25, 54, 1) 73%, rgba(33, 38, 105, 1) 100%);
    z-index: -1;
}
.discp {
    transform: translateY(10px);
    font-size: var(--font-size3);
    position: absolute;
}
.refer { background-color: var(--bg-black); padding: 25px 30px; overflow-y: scroll; max-height: 50vh; }
.refer li { margin-bottom: 20px; line-height: var(--line-heit1); }
.force-overflow { min-height: 50vh; }
#popscroll::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 5px rgba(36,36,36,1); background-color: #222; }
#popscroll::-webkit-scrollbar { width: 5px; background-color: #222; }
#popscroll::-webkit-scrollbar-thumb { background-color: #FFF; }
@media screen and (max-width: 1600px) {
    :root {
        --font-size1: 60px;
        --font-size2: 18px;
        --font-size3: 16px;
        --font-size4: 13px;
        --font-size5: 33px;
        --line-heit1: 24px;
        --line-heit2: 60px;
        --line-heit3: 22px;
        --line-heit4: 25px;
        --let-space: 0.16em;
        --transY: 65px;
    }
    .kv {
        aspect-ratio: 16/11.12;
    }
    .kv video, .kv .videobg {
        /*top: 0;
        left: 0;
         width: auto;
        height: 100%;
        transform: translateX(0%); */
        aspect-ratio: 16/11.12;
    }
    .narration {
        margin-left: 50px;
    }
    .narration + .ml15 {
        margin-left: 75px;
    }
    .sub_row > .narration {
        margin-left: 50px;
    }
    .va_sect .narration, .va_sect .sub_row > .narration {
        margin-left: 0px;
    }
    .va_sect .narration + .ml15 {
        margin-left: 20px;
    }
    .dru_sect .sub_row > .narration {
        margin-left: 5px;
    }
    .dru_sect .sub_row > .ml15 {
        margin-left: 25px;
    }
    .compare_sect .sub_row .narration {
        width: 100%;
        margin-left: 0px;
    }
    .ref_link_row {
        flex-wrap: wrap;
        gap: 1.2em;
        justify-content: space-between;
    }
    .dru_sect .sub_row > .narration.ml50.halfsp {
        margin-left: 50px;
    }
    .link_box {
        height: auto;
        width: calc(30% - 18px);
    }
    footer .flexR > div {
        width: 33%;
    }
}
@media screen and (max-width: 1179px) {
    .inner_grid {
        padding-left: 90px;
        padding-right: 40px;
    }
}
@media screen and (max-width: 1023px) {
    :root {
        --font-size1: 34px;
        --font-size2: 16px;
        --font-size3: 16px;
        --font-size4: 13px;
        --font-size5: 33px;
        --line-heit1: 22px;
        --line-heit2: 60px;
        --line-heit3: 22px;
        --line-heit4: 25px;
        --let-space: 0.16em;
        --transY: 65px;
    }
    .vis_mob {
        display: block !important;
    }
    .vis_desk, .kv video, .vis_mob img{
        display: none !important;
    }
    .letterin br {
        display: none;
    }
    .inner_grid {
        padding-left: 20px;
        padding-right: 30px;
    }
    .ml50 {
        margin-left: 10px;
    }
    /*.mb80 {
        margin-bottom: 30px;
    }
    .mt80 {
        margin-top: 20px;
    }*/
    .pl-xs-0 { padding-left: 0; }
    .pr-xs-0 { padding-right: 0; }
    .halfsp {
        width: 100%;
    }
    h2 {
        margin: 0 0 20px 0;
    }
    .sub_row > .narration, .narration {
        margin-left: 10px;
    }
    .kv {
        aspect-ratio: 4/6;
        /* padding: 30px; */
        padding: 0px;
        height: 100dvh;
    }
    .kv .mobile_img{
        width: 100%;
        height: 100dvh;
        background-image: url(../images/bg/1080x1620.jpg);
        background-size: cover;
    }
    .kv .fx_logo {
        top: 30px;
        left: 30px;
        max-width: 120px;
    }
    .kv .clone_logo {
        padding: 30px 30px 0;
        height: 75px;
    }
    .kv .clone_logo img {
        max-width: 120px;
    }
    .kv h1 {
        font-size: 40px;
    }
    .kv video, .kv .videobg {
        aspect-ratio: 4/6;
        width: 100%;
        height: auto;

        min-width: unset;
        min-height: unset;
    }
    .kv .fx_menu {
        right: 30px;
        transform: scale(0.75);
        transform-origin: right top;
        opacity: 0;
        pointer-events: none;
    }
    .kv .connect {
        left: 30px;
        transform: scale(0.75);
        transform-origin: left bottom;
    }
    .kv .dicover_more {
        right: 30px;
        bottom: 40px;
    }
    .kv .dicover_more font {
        display: none;
    }
    .kv .dicover_more a {
        gap: .5em;
        cursor: pointer;
    }
    .kv.mb80 {
        margin-bottom: 0;
    }
    .section_slide.mt80 {
        margin-top: 40px;
    }
    .section_slide {
        padding-bottom: 40px;
    }
    .swiper-container {
        margin-top: 25px;
        margin-bottom: 25px;
    }
    .ml15 .ml50.scoll_table {
        margin-left: -15px;
    }
    .feature_sect {
        padding: 30px 0 0;
    }
    .feature_sect .flexR {
        width: 100%;
        flex-wrap: wrap;
        margin: 5px auto;
        gap: 1em;
    }
    .feature_sect .flexR div {
        order: 2;
        width: calc(50% - 20px);
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        gap: .8em;
        text-align: center;
    }
    .feature_sect .flexR div img {
        width: min-content;
        margin: auto;
        display: block;
    }
    .feature_sect .flexR .narration {
        order: 1;
        width: 100%;
        text-align: left;
        margin-bottom: 20px;
    }
    .feature_sect .narration { align-self: flex-start; transform: translateY(0px); }
    .compare_sect .flexR.ml50 {
        flex-direction: column;
    }
    .compare_sect .right_eye {
        transform: translateY(0);
    }
    .compare_sect .sub_row {
        flex-direction: column;
        align-items: flex-start;
    }
    .compare_sect .sub_row h2 {
        margin: 0 15px 20px 0;
    }
    /* .scoll_table{width: calc(100% - 10px); overflow-x: scroll; padding-bottom: 30px;}
    .scoll_table table{width: 1024px; margin-left: 0;} */
    table.sect_table {
        width: 100%;
        word-break: break-all;
        hyphens: auto;
    }
    table.sect_table tr td[rowspan] {
        width: auto;
    }
    table.sect_table tr th {
        padding: 10px !important;
        font-size: var(--font-size4) !important;
        letter-spacing: 0;
    }
    table.sect_table tr td, table.sect_table small {
        vertical-align: top;
        font-size: var(--font-size4) !important;
        word-break: break-all;
    }
    .sect_table2 table.sect_table, .sect_table2 table.sect_table tr td, .sect_table2 table.sect_table small { word-break: normal; }
    .sect_table2 table.sect_table:nth-child(odd) tr td, .sect_table2 table.sect_table:last-child tr th { padding: 20px !important; }
    .sect_table2 table.sect_table:last-child tr:last-child th { padding: 10px !important; }
    .sect_table2 table.sect_table:nth-child(even) { padding: 0px 20px; }
    .sect_table2 table.sect_table tr td img { margin-bottom: 10px; }
    table.td_pad {
        padding: 5px 0;
    }
    table.sect_table tr th:last-child {
        width: auto !important;
    }
    .ml50.scoll_table {
        margin-left: 0;
    }
    .section_vdo {
        padding: 20px 0;
    }
    .section_vdo .vdoo {
        padding: 20px;
    }
    .section_vdo .flexR {
        display: flex;
        flex-direction: column;
    }
    .processrow .processtxt, .processrow .processimg {
        width: 100%;
    }
    .processrow .processimg {
        order: 1 !important;
    }
    .processrow .processtxt {
        order: 2 !important;
    }
    .processrow .flexR:nth-child(odd) .processimg img {
        margin-left: 0;
        margin-right: auto;
    }
    .processrow .flexR:nth-child(even) .processimg img {
        margin-left: auto;
        margin-right: 0;
    }
    .processrow .flexR {
        flex-direction: column;
        gap: 1.2em;
        margin: 40px auto;
    }
    .va_sect .scope {
        order: 1;
        width: 80% !important;
        max-width: 100% !important;
        margin: auto;
        margin-left: auto !important;
    }
    .va_sect .disease_tag {
        order: 2;
    }
    .va_sect .halfsp { width: 100%; }
    .va_sect .disease .halfsp {
        width: 100%;
        aspect-ratio: 1/1;
        margin-left: 0;
    }
    .va_sect .sub_row .halfsp { aspect-ratio: auto; }
    .va_sect .flexR { flex-direction: column; }
    .va_sect .scope .pic {
        width: 100%;
    }
    .va_sect .scope .pic img {
        width: auto;
        max-width: 100%;
    }
    .va_sect .flexR.ml50.disease {
        flex-direction: column;
    }
    .va_sect .disease_tag .disease_blk {
        padding: 16px 35px 16px 25px;
    }
    .va_sect .disease_tag {
        aspect-ratio: auto;
    }
    .va_sect .disease_tag .disease_blk {
        order: 2;
    }
    .va_sect .disease_tag .disease_blk.seeing {
        order: 1;
    }
    .va_sect .disease_tag .disease_blk a {
        display: block;
        font-weight: 700;
        font-size: var(--font-size3);
        position: relative;
        cursor: pointer;
        padding-right: 22px;
    }
    .va_sect .disease_tag .disease_blk a:after {
        transform: rotate(-180deg);
    }
    .dru_sect .flexR {
        flex-direction: column;
    }
    .dru_sect .sub_row > .narration.ml50.halfsp, .dru_sect .sub_row > .narration {
        margin-left: 10px;
    }
    .dru_sect .sub_row > .ml15 {
        margin-left: 30px;
    }
    .link_box {
        height: auto;
        width: 100%;
    }
    .dot_line {
        width: 100%;
        height: 9px;
    }
    .ref_link_row {
        gap: 0.3em;
    }
    .faq .deskCRTL {
        display: none;
    }
    .faq .mobileCRTL {
        display: block;
    }
    .faq .faq_contain .ques:not(:first-child) {
        margin-top: 40px;
    }
    .faq .faq_contain .ques::before {
        left: 0;
    }
    .faq .faq_contain .ques::after {
        display: none;
    }
    .faq .faq_contain .ques {
        padding-left: 37px;
    }
    .faq .faq_contain .ans {
        padding-left: 65px;
        display: block;
    }
    .sixty_sect .clock {
        flex-direction: column;
    }
    .sixty_sect .clock .ml15 {
        order: 2;
    }
    .sixty_count {
        order: 1 !important;
        margin: 20px auto;
        aspect-ratio: 1/1.01;
        max-width: 373px;
        width: calc(100% - 20px);
        height: auto;
        transform: scale(0.8);
    }
    .sixty_count .secc {
        right: 20px;
        transform: scale(1.5);
    }
    footer {
        padding: 30px;
    }
    footer .flexR > div:first-child, footer .flexR > div:nth-child(2) {
        width: 50%;
    }
    footer .flexR > div:last-child {
        text-align: left;
        width: 100%;
        margin-right: auto;
        margin-left: auto;
    }
    footer .flexR > div p {
        margin-top: 0.5em;
        margin-bottom: 0.5em;
    }
    .kv .fx_clone_menu_contain {
        width: 60%;
    }
    .kv .fx_clone_menu_contain .fx_menu {
        opacity: 1;
        pointer-events: all;
    }
    .kv .fx_hambur {
        top: 30px;
        right: 30px;
        transform: translateY(0%);
        opacity: 1;
        pointer-events: all;
    }
    .kv .meti_ham {
        transform: scale(0.75);
        transform-origin: right top;
    }
	
	.refer li { word-break: break-all; }
}

/* @media screen and (max-width: 767px) {
    .kv .videobg {
        width: auto;
        height: 100%;
        aspect-ratio: unset;
    }
} */
@media screen and (max-width: 991px) {
.featherlight .featherlight-content {
    width: 100%;
}
}