@charset "utf-8";

@font-face {
    font-family: "Thesignature";
    src: url(../fonts/Thesignature.woff);
}

/*
font-family: 'Thesignature';
font-family: 'Poppins', sans-serif;
*/
.fp-scroller {
    overflow: hidden;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body,
html {
    width: 100%;
    height: 100%;
    font-size: 17px;
    font-family: "Pretendard", sans-serif !important;
    position: relative;
    color: #000;
    font-weight: 400;
    letter-spacing: -0.025em;
    -ms-overflow-style: none;
}

::-webkit-scrollbar {
    display: none;
}

ul,
li {
    list-style: none;
}

a {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: inherit;
}

p {
    word-break: keep-all;
}

.visually-hidden {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

.pc {
    display: block;
}

.tablet {
    display: none;
}

.mob {
    display: none;
}

#wrap {
    width: 100%;
    overflow: hidden;
}

.inner1 {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: auto;
}

.inner2 {
    position: relative;
    width: 90%;
    max-width: 1400px;
    margin: 0 auto;
}

.main_inner {
    position: relative;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    max-width: 1400px;
}

.white {
    color: #fff;
}

.orange {
    color: #e84718 !important;
}

.orange2 {
    color: #ff6d00;
}

.otange2 {
    color: #ff8041;
}

.otange3 {
    color: #e73820;
}

.otrange4 {
    color: #ff542c;
}

.red {
    color: #d81b12;
}

.black {
    font-weight: 900;
}

.ex_bold {
    font-weight: 800;
}

.bold {
    font-weight: 700;
}

.medium {
    font-weight: 500;
}

.light {
    font-weight: 300;
}

.upper {
    text-transform: uppercase;
}

.poppins {
    font-family: "Poppins", sans-serif;
}

.move {
    opacity: 0;
}

/*초기화 완료*/

.modal .modal_inner {
    width: 282px;
}

.modal .modal_inner img {
    width: 100%;
}

.modal {
    position: absolute;
    right: 7%;
    top: 3%;
    z-index: 99;
    transition: all 0.4s;
}

.modal.hide {
    opacity: 0;
    z-index: -99;
}

.modal .modal_close {
    position: absolute;
    left: 50%;
    bottom: -17px;
    transform: translate(-50%, 0);
}

/*header*/
#header {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 80px;
    background: rgba(255, 255, 255, 0.8);
    z-index: 999;
    transition: all 0.4s;
}

.header_inner {
    width: 90%;
    max-width: 1400px;
    margin: auto;
    font-size: 0;
}

.header_inner>div {
    display: inline-block;
    vertical-align: top;
}

.header_inner .logo {
    max-width: 174px;
    width: 174px;
    height: auto;
    margin-top: 16px;
}

.header_inner .logo a img {
    width: 100%;
}

#nav {
    width: calc(100% - 174px);
    text-align: center;
}

.gnb {
    width: 100%;
    font-size: 0;
}

.gnb>li {
    display: inline-block;
    vertical-align: top;
    width: auto;
    padding: 0 50px;
    text-align: center;
    position: relative;
}

.gnb>li>a {
    font-size: 1rem;
    font-weight: 500;
    color: #3c3c3c;
    line-height: 80px;
    transition: all 0.4s;
}

.gnb>li:hover>a {
    color: #e84718;
}

.gnb>li ul.lnb {
    position: absolute;
    left: 0;
    top: 0;
    padding: 0;
    width: 100%;
    height: 0;
    z-index: -1;
    background: rgba(255, 255, 255, 0.2);
    overflow: hidden;
    transition: all 0.4s;
}

.gnb>li ul.lnb>li:first-child {
    padding-top: 100px;
}

.gnb>li ul.lnb>li a {
    font-size: 1rem;
    font-weight: 300;
    color: #fff;
    line-height: 40px;
    transition: all 0.4s;
}

.gnb>li:hover ul.lnb {
    height: 270px;
}

.gnb>li:nth-child(2):hover ul.lnb {
    height: 310px;
}

.gnb>li ul.lnb>li a:hover {
    color: #e84718;
    font-weight: 500;
}

/* Site Map */
.SiteMap {
    width: 100%;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    transform: translateY(-100%);
    transition: all 0.4s;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #e84718 !important;
    z-index: 9;
}

.SiteMap>p {
    font-size: 70px;
    padding: 20px 0;
    font-weight: bold;
}

.SiteMap h1 {
    position: absolute;
    top: 30%;
    font-size: 2.5rem;
}

.on {
    transform: none;
}

.PageDrop {
    overflow: hidden;
}

.navigation-toggle {
    position: absolute;
    right: 100px;
    top: 0;
}

.m_nav {
    position: relative;
    top: 10%;
    margin: auto;
    display: flex;
    gap: 50px;
    text-align: center;
}

.m_nav .nav_tit {
    padding: 10px;
    position: relative;
    font-size: 1.5rem;
    color: #fff;
    font-weight: 500;
}

.m_nav .inner {
    position: relative;
    top: 100px;
}

.m_nav li .mob_sub li a {
    display: block;
    padding: 10px 0;
    transition: all 0.4s;
}

.m_nav li .mob_sub li:hover a {
    color: #fff !important;
}

.m_nav>li {
    width: 100%;
    padding: 30px;
    font-size: 1.25rem;
    white-space: nowrap;
}

.circle-menu {
    position: relative;
    width: 5px;
    height: 8px;
    top: 35px;
    left: 10%;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 999;
}

.circle-menu span {
    width: 4px;
    height: 4px;
    background: #3c3c3c;
    position: absolute;
    border-radius: 50%;
}

.circle-menu span:nth-child(1) {
    top: 0;
    left: 0;
    transition: 0.6s;
}

.circle-menu span:nth-child(2) {
    top: 0;
    left: 7px;
    transition: 0.6s;
}

.circle-menu span:nth-child(3) {
    top: 0;
    left: 14px;
    transition: 0.6s;
}

.circle-menu span:nth-child(4) {
    top: 7px;
    left: 0;
    transition: 0.6s;
}

.circle-menu span:nth-child(5) {
    top: 7px;
    left: 7px;
    transition: 0.6s;
}

.circle-menu span:nth-child(6) {
    top: 7px;
    left: 14px;
    transition: 0.6s;
}

.circle-menu span:nth-child(7) {
    top: 14px;
    left: 0;
    transition: 0.6s;
}

.circle-menu span:nth-child(8) {
    top: 14px;
    left: 7px;
    transition: 0.6s;
}

.circle-menu span:nth-child(9) {
    top: 14px;
    left: 14px;
    transition: 0.6s;
}

.circle-menu:hover span:nth-child(2),
.circle-menu.on span:nth-child(2) {
    transform: translate(0, 7px);
}

.circle-menu:hover span:nth-child(4),
.circle-menu.on span:nth-child(4) {
    transform: translate(7px, 0);
}

.circle-menu:hover span:nth-child(6),
.circle-menu.on span:nth-child(6) {
    transform: translate(-7px, 0);
}

.circle-menu:hover span:nth-child(8),
.circle-menu.on span:nth-child(8) {
    transform: translate(0, -7px);
}

/*footer*/
.footer {
    width: 100%;
    height: auto;
}

#topBtn {
    position: absolute;
    right: 5%;
    top: -43px;
    width: 86px;
    height: 86px;
    background: #191919;
    border: 2px solid #fff;
    border-radius: 50%;
    cursor: pointer;
}

#topBtn .top_p {
    font-size: 1.2rem;
    font-weight: 300;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.consult {
    width: 100%;
    height: auto;
    padding: 85px 0 75px;
    background: #191919;
}

.consult .inner2 {
    font-size: 0;
}

.consult .inner2>div {
    display: inline-block;
    vertical-align: top;
}

.consult .consult_tit {
    width: 25%;
}

.consult .consult_tit p.upper {
    font-size: 1rem;
    margin-bottom: 20px;
}

.consult .consult_tit p.white {
    font-size: 2.5rem;
}

.consult .consult_con {
    width: 75%;
}

.form_ul {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.form_ul li {
    margin-right: 0 !important;
    display: flex;
    align-items: center;
}

.f_title {
    margin-right: 0 !important;
}

.footer_bot {
    width: 100%;
    height: auto;
    padding: 10px 0 30px;
    background: #000;
    border-top: 1px solid rgba(255, 255, 255, 0.25);
}

.footer_bot .f_logo {
    width: 195px;
    max-width: 195px;
    margin: auto;
}

.footer_bot .f_logo img {
    width: 100%;
}

.footer_bot .f_info {
    margin: 10px auto 20px;
}

.footer_bot .f_info p {
    font-size: 0.9rem;
    text-align: center;
}

.footer_bot .f_info .bold {
    margin-bottom: 5px;
}

.footer_bot .f_list {
    text-align: center;
}

.footer_bot .f_list:nth-child(3) {
    margin-bottom: 5px;
}

.footer_bot .f_list>li {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    font-size: 0.9rem;
    padding-right: 18px;
    margin-right: 17px;
}

.footer_bot .f_list>li::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    width: 1px;
    height: 60%;
    background: #fff;
}

.footer_bot .f_list>li:last-child {
    padding-right: 0;
    margin-right: 0;
}

.footer_bot .f_list>li:last-child::after {
    display: none;
}

.fp-watermark {
    display: none;
}

/*m1*/
.section {
    width: 100%;
    height: 100%;
    position: relative;
}

.m1 .mySwiper {
    width: 100%;
    height: 100%;
}

.m1 .mySwiper .swiper-wrapper {
    width: 100%;
    height: 100%;
}

.m1 .mySwiper .swiper-wrapper .swiper-slide {
    width: 100%;
    height: 100%;
}

.m1 .mySwiper .swiper-wrapper .swiper-slide.ms1 {
    background: url(../img/main/ms_bg1.png) no-repeat center/cover;
}

.m1 .mySwiper .swiper-wrapper .swiper-slide.ms2 {
    background: url(../img/main/ms_bg2.png) no-repeat center/cover;
}

.m1 .mySwiper .swiper-wrapper .swiper-slide.ms3 {
    background: url(../img/main/ms_bg3.png) no-repeat center/cover;
}

.m1 .mySwiper .swiper-wrapper .swiper-slide.ms4 {
    background: url(../img/main/ms_bg4.png) no-repeat center/cover;
}

.ms_inner {
    width: 90%;
    max-width: 1400px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.ms_inner .move {
    width: 36%;
}

.ms_inner .ms_logo {
    margin: 0 0 70px 0;
    font-size: 1.7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: -0.025em;
}

.ms_inner .ms_txt2 img {
    width: 100%;
}

.ms_btn {
    font-size: 0;
    position: absolute;
    left: 0;
    bottom: -21vh;
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.ms_btn>li {
    width: 188px;
    height: 54px;
}

.ms_btn>li a {
    position: relative;
    padding: 0 20px;
    width: 100%;
    height: 100%;
    border-radius: 27px;
    border: 1px solid #fff;
    transition: all 0.4s;
}

.ms_btn>li a:hover {
    background: #e84718;
    border: 1px solid #e84718;
}

.ms_btn>li a span {
    display: inline-block;
    font-size: 1.2rem;
    font-weight: 300;
    color: #fff;
    letter-spacing: -0.025em;
    line-height: 54px;
}

.ms_btn>li a i {
    display: block;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translate(0, -50%);
    font-size: 1rem;
    color: #fff;
}

.m1_control {
    position: absolute;
    left: 50%;
    bottom: 5%;
    transform: translate(-50%, 0);
    z-index: 9;
}

.m1_control .swiper-pagination {
    display: inline-block;
    position: relative;
    top: 0;
    bottom: 0;
    color: #fff;
    width: auto;
    margin: 0 12px;
}

.m1_control .swiper-pagination span {
    opacity: 0.5;
    transition: all 0.4s;
}

.m1_control .swiper-pagination span:first-child {
    margin-right: 220px;
}

.m1_control .swiper-pagination span.swiper-pagination-current {
    opacity: 1;
}

.swiper-progress-bar {
    position: absolute;
    left: 50%;
    bottom: 37%;
    transform: translate(-50%, 0);
    width: 200px;
    display: block;
    z-index: 1;
    height: 1px;
}

.swiper-progress-bar .slide_progress-bar {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 2px;
    background: rgba(255, 255, 255, 0.3);
    width: auto;
    opacity: 0;
}

.swiper-progress-bar .slide_progress-bar::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: #fff;
    height: 100%;
    width: 0;
    transition: 0.1s width linear;
}

.swiper-progress-bar.active .slide_progress-bar {
    opacity: 1;
}

.swiper-progress-bar.animate .slide_progress-bar::after {
    transition: width linear;
    transition-duration: unset;
    width: 100%;
    transition-duration: 3s;
}

.m1_control .swiper-button-prev,
.m1_control .swiper-button-next {
    position: static;
    display: inline-block;
    width: auto;
    height: auto;
    margin: 0;
    color: #fff;
    font-size: 1rem;
}

.m1_control .swiper-button-prev::after,
.m1_control .swiper-button-next::after {
    font-size: 0.8rem;
}

/*m2*/
.m2 {
    width: 100%;
    position: relative;
}

.m2 .m2_bg {
    width: 100%;
}

.m2 .m2_bg img {
    width: 100%;
    display: block;
}

.m2_inner {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    max-width: 1400px;
    text-align: end;
}

.m2_inner .m2_txt {
    display: inline-block;
    position: relative;
    font-size: 2.6rem;
    letter-spacing: -0.025em;
    line-height: 1.3;
    text-align: end;
    color: #fff;
}

.m2_inner .m2_txt .ico {
    display: inline-block;
    position: absolute;
    left: -50px;
    bottom: -10px;
    vertical-align: baseline;
}

.m2_inner .m2_txt .bold {
    font-weight: 700;
}

.m2_inner .small {
    margin-top: 35px;
    font-size: 1.2rem;
    letter-spacing: -0.025em;
    font-weight: 300;
    color: #fff;
    text-align: end;
}

.fp-viewing-main02 #fp-nav {
    opacity: 1;
}

/* m2_2 */
.m2_2 .m2_inner .move {
    line-height: 2.5;
}

.m2_2 .m2_inner .m2_txt {
    font-size: 3.6rem;
}

.m2_2 .m2_inner {
    text-align: center;
}

.m2_2 .p_25 {
    font-size: 1.5rem;
}

.m2_2 .orange {
    font-weight: 700;
}

.m2_2 .m2_inner .small {
    text-align: center;
    margin-top: 0;
}

.m2_2 .img_box2 {
    position: absolute;
    right: -5vw;
    top: -70%;
    z-index: -1;
}

.m2_2 .img_box {
    position: absolute;
    bottom: -13.2vh;
    left: 50%;
    transform: translateX(-50%);
    z-index: 999;
}

.m2_2 .img_box3 {
    position: absolute;
    bottom: -45vh;
    right: -15%;
    scale: 0.8;
    z-index: 99;
}

/*m3*/
.m3 {
    background: #fff;
    position: relative;
}

.m3 .m3_bg {
    position: absolute;
}

.m3 .m3_bg.m3_bg01 {
    left: 4%;
    bottom: 10%;
    width: 18%;
}

.m3 .m3_bg.m3_bg02 {
    left: 10%;
    top: 8%;
    width: 19%;
}

.m3 .m3_bg.m3_bg03 {
    left: 59%;
    top: 24%;
    width: 13%;
}

.m3 .m3_bg.m3_bg04 {
    right: -4%;
    bottom: 5%;
    width: 19%;
}

.m3 .m3_bg img {
    width: 100%;
}

.m3_tit {
    text-align: left;
    margin-bottom: 70px;
}

.main_tit1 {
    font-size: 1rem;
    text-transform: uppercase;
}

.main_tit2 {
    font-size: 3.55rem;
    line-height: 1.4;
}

.main_tit3 {
    font-size: 1.2rem;
}

.m3_list {
    width: 100%;
    display: flex;
    gap: 1rem;
}

.m3 .img_box {
    position: absolute;
    left: -32px;
    top: 10vh;
}

.m3 .img_box2 {
    position: absolute;
    top: 0;
    right: 0;
}

.m3 .main_inner {
    max-width: 1600px;
    top: 58%;
}

.m3 .m3_cont .m3_list .cont {
    box-shadow: 1px 1px 7px 2px #9996;
    transition: 0.5s all;
    padding: 1rem;
    border-radius: 1rem;
    background: rgba(255, 255, 255, 0.534);
    position: relative;
    border: 2px solid transparent;
    display: grid;
    align-items: end;
}

.m3 .m3_cont .m3_list .cont:hover {
    background-color: white;
    transition: 0.5s all;
}

.m3 .m3_cont .m3_list .cont .img_box {
    position: absolute;
    left: unset;
    top: 20px;
    right: 20px;
}

.m3 .m3_cont .m3_list .cont .img_box img {
    width: 100%;
}

.m3 .m3_cont .m3_list .cont .text_box .t1 {
    font-size: 1.5vw;
    margin-bottom: 1rem;
    font-family: "Pretendard", sans-serif !important;
    color: #333;
}

.m3 .m3_cont .m3_list .cont .text_box .flex_box {
    margin-bottom: 1rem;
    gap: 0.5rem;
}

.m3 .m3_cont .m3_list .cont .text_box .t2 {
    font-size: 3.2vw;
    font-family: "Pretendard", sans-serif !important;
}

.m3 .m3_cont .m3_list .cont .text_box {
    padding-top: 4rem;
    padding-bottom: 1rem;
    letter-spacing: -1.5px;
    font-size: 25px;
    font-weight: 700;
    color: #e84718;
}

.m3 .m3_cont .m3_list .cont1 {
    width: 30%;
}

.m3 .m3_cont .m3_list .cont2 {
    width: 30%;
}

.m3 .m3_cont .m3_list .cont3 {
    width: 20%;
}

.m3 .m3_cont .m3_list .cont4 {
    width: 20%;
}

.m3 .m3_cont .m3_list .cont_hover {
    border: 2px solid #e84718;
    transition: 0.5s all;
}

/*m4*/
.m4 {
    background: url(../img/main/m4_bg.jpg) no-repeat center;
    background-size: cover;
}

.m4 .m4_tit_wrap {
    text-align: center;
    color: #fff;
    font-size: 3.5rem;
}

.m4 .m4_txt {
    letter-spacing: -0.3px;
    margin-block: 1rem;
}

.m4 .dot {
    position: relative;
    text-emphasis: filled white;
}

.m4 .border_txt {
    font-size: 4rem;
    border: 1px solid #fff;
}

.m4 .inner {
    width: 100%;
    height: 100%;
    padding-top: 3%;
    position: relative;
}

.m4 .mockup {
    position: absolute;
    z-index: 1;
    left: 50%;
    transform: translateX(-50%);
}

.m4 .swiper {
    margin: 0 1.5rem;
    justify-content: space-between;
    position: relative;
    padding-block: 1rem;
    /* padding-left: 65px; */
}

.m4 .swiper-wrapper {
    align-items: center;
}

.m4 .swiper-slide img {
    border-radius: 1.2rem;
    filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.4));
    transition: 0.5s;
    transform: scale(0.8);
    transition: 0.5s;
}

.m4 .swiper-slide-active {
    z-index: 2;
    transform: scale(1);
    transition: transform 0.5s;
}

.m4 .swiper-slide-active img {
    filter: none;
    border-radius: 0;
    transition: 0.5s;
    transform: scale(1);
}

.m4 .swiper-slide-prev {
    /* opacity: 0; */
    /* 이전 슬라이드 숨김 */
    /* visibility: hidden; */
    /* 이전 슬라이드 숨김 */
}

.m4 .swiper-button-next,
.m4 .swiper-button-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 8;
}

.m4 .swiper-button-prev {
    left: 3%;
    top: 15%;
}

.m4 .m4_prev::after {
    content: "";
    display: block;
    width: 40px;
    height: 62px;
    background: url(../img/main/m4_prev.png) no-repeat center;
    background-size: contain;
}

.m4 .m4_next {
    position: absolute;
    right: 3%;
    top: 15%;
}

.m4 .m4_next:after {
    content: "";
    display: block;
    width: 40px;
    height: 62px;
    background: url(../img/main/m4_next.png) no-repeat center;
    background-size: contain;
}

/* m5 */
.m5_bg {
    position: absolute;
    bottom: 0;
    left: 0;
    object-fit: cover;
    width: 100%;
}

.m5_bg img {
    display: block;
    width: 100%;
    height: auto;
}

.m5 .m5_logo {
    position: absolute;
    right: -2%;
}

.m5_inner {
    top: 20%;
    text-align: center;
}

.m5_inner .m2_txt .bold {
    color: #000;
}

.m5_inner .p_18 {
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    letter-spacing: -0.4px;
}

.m5 .m5_inner .bold {
    font-size: 3.75rem;
    letter-spacing: -0.4px;
}

.m5 .m5_inner .small {
    color: #000;
    font-size: 1.375rem;
    text-align: center;
    margin-top: 8px;
    letter-spacing: -0.4px;
}

/* m6 */
.m6 {
    height: 100vh !important;
    width: 100%;
    background: url(../img/main/m6_bg.jpg) no-repeat center;
    background-size: cover;
    position: relative;
}

.m6 .fp-overflow {
    height: 100% !important;
    overflow: auto;
}

.m6 .inner {
    width: 100%;
    max-width: 1780px;
    margin: 0 auto;
    margin-top: 100px;
    height: 100% !important;
    overflow: auto;
}

.m6 .tab_wrap {
    width: 408px;
    height: 55px;
    display: flex;
    gap: 14px;
    line-height: 1;
    padding-inline: 20px;
    margin-bottom: 1.5rem;
}

.m6 .tab {
    min-width: 132px;
    align-content: center;
    height: 100%;
    text-align: center;
    font-size: 22px;
    color: #fff;
    border: 1px solid #fff;
    background-color: transparent;
    cursor: pointer;
}

.m6 .tab_active {
    background-color: #e84718;
    border: 1px solid #e84718;
}

.m6 .grid_wrap {
    width: 100%;
    overflow-y: auto;
    padding-inline: 20px;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(225px, auto));
    column-gap: 60px;
    row-gap: 50px;
    padding-right: 20px;
}

.m6 .grid_item {
    position: relative;
    cursor: pointer;
}

.m6 .grid_wrap .desc {
    color: #fff;
    position: absolute;
    bottom: 2rem;
    width: 255px;
    text-align: center;
}

.m6 .qlink {
    background-color: #e84718;
    color: #fff;
    font-weight: 500;
    font-size: 22px;
    border-radius: 10rem;
    padding: 0.8rem 1.2rem;
    width: 187px;
    height: 54px;
    text-align: center;
    margin: 0 auto;
    line-height: 1;
    margin-block: 4.3rem 6.75rem;
    cursor: pointer;
}

.m6_bg2 {
    position: absolute;
    top: 72%;
    left: -19%;
    z-index: 1;
    display: none;
}

/* m7 */
.m7 {
    height: 100vh !important;
    background: url(../img/main/m7_bg2.jpg) no-repeat center;
    background-size: cover;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.m7 .inner {
    width: 100%;
    max-width: 1440px;
    padding-inline: 20px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    flex-direction: column;
    overflow-y: scroll;
}

.m7 .fp-overflow {
    overflow: auto;
}

.m7 .m7_tit {
    text-align: center;
    margin-top: 3.75rem;
}

.m7 .main_tit {
    display: inline-block;
    font-size: 2.75rem;
    line-height: 1.25;
}

.m7 .main_tit .ex_bold {
    margin-inline: 4px;
}

.m7 .main_tit2 {
    font-size: 2.75rem;
    line-height: 1.1;
}

.m7 .graph {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
}

.m7 .graph img {
    width: 100%;
    height: auto;
    object-fit: contain;
    display: block;
    margin: 0 auto;
    /* max-width: 90%; */
    max-width: 76%;
}

/* m8 */
.m8 {
    background: url(../img/main/m8_bg.jpg) no-repeat center;
    background-size: cover;
    width: 100%;
}

.m8 .inner {
    max-width: 1640px;
    padding-inline: 20px;
    margin: 0 auto;
    width: 100%;
    text-align: center;
    margin-top: 7rem;
}

.m8 .m2_txt {
    font-size: 3.75rem;
    margin-bottom: 12px;
    letter-spacing: -0.4px;
    line-height: 1.6;
}

.m8 .m8_logo {
    margin-bottom: 4rem;
}

.m8 .flex_wrap {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: start;
    justify-content: space-between;
}

.m8 .flex_wrap .flex_item {
    flex: 1;
}

.m8 .flex_wrap p {
    font-weight: 600;
    margin-top: 1.7rem;
    letter-spacing: -0.8px;
    font-size: 1.3rem;
}

.m8 .flex_wrap h4 {
    font-size: 1.75rem;
    margin-block: 16px;
    letter-spacing: -0.4px;
}

.m8 .flex_wrap .cont {
    font-size: 18px;
    letter-spacing: -0.8px;
    line-height: 1.35;
    color: #262626;
    font-weight: 300;
    margin-top: 0;
}

/*m9*/
.m9 {
    background: url(../img/main/m5_bg.png) no-repeat center/ cover;
    position: relative;
}

.m9 .main_inner {
    max-width: 1475px;
    font-size: 0;
}

.m9 .main_inner .move>div {
    display: inline-block;
    vertical-align: middle;
}

.m9_left {
    width: 63%;
}

.m9_left img {
    width: 100%;
}

.m9_right {
    width: 37%;
    text-align: end;
}

.m9_top {
    position: relative;
    margin-bottom: 6rem;
}

.m9_top .thesignature {
    position: absolute;
    right: 43%;
    top: 0;
    z-index: -1;
    font-size: 8.5rem;
    letter-spacing: -0.01em;
    color: #ff8c36;
    font-family: "Thesignature";
}

.m9_top .main_tit2 {
    font-size: 3.55rem;
    line-height: 1.2;
    margin: 0 0 25px;
    padding-top: 49px;
}

.m9_top .main_tit3 {
    font-size: 1.2rem;
}

.m9_bot .ex_bold {
    font-size: 2rem;
    margin-bottom: 5px;
    line-height: 1.2;
    letter-spacing: -0.4px;
}

.m9_bot .light {
    font-size: 1.2rem;
    line-height: 1.4;
    letter-spacing: -0.4px;
}

.m9 .m9_ask {
    position: absolute;
    right: 11.3%;
    bottom: 1.8%;
    display: flex;
    align-items: start;
    gap: 0.8rem;
    justify-content: flex-end;
    text-align: left;
}

.m9_ask .ask_tit p {
    font-size: 15px;
    letter-spacing: -0.4px;
    line-height: 1.3;
}

.m9_ask .ask_tit h3 {
    font-size: 1.87rem;
    letter-spacing: -0.4px;
    line-height: 1.5;
}

.m9_more {
    width: 285px;
    height: 68px;
    margin: auto;
    background: linear-gradient(to right, #ff641b, #ff8c53);
    margin-top: 95px;
}

.m9_more p {
    text-align: center;
    font-size: 1.4rem;
    letter-spacing: 0.5em;
    line-height: 68px;
}

.m5_tel {
    display: block;
    position: absolute;
    bottom: 5%;
    z-index: 99;
    animation: sparkle 3s infinite linear;
}

.m5_tel::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 120%;
    height: 150%;
    background: rgba(0, 0, 0, 0.8);
    border-radius: 15px;
    z-index: -1;
}

.m5_tel>div {
    display: inline-block;
    vertical-align: middle;
}

.m5_tel .m5_tel_left {
    margin-right: 12px;
    position: relative;
}

.m5_tel .m5_tel_left .tel_ico2 {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}

.m5_tel .m5_tel_right .medium {
    font-size: 0.8rem;
    margin-bottom: 3px;
}

.m5_tel .m5_tel_right .bold {
    font-size: 1.7rem;
}

.fp-viewing-main03 .m5_tel .m5_tel_right p,
.fp-viewing-main04 .m5_tel .m5_tel_right p {
    color: #fff;
}

.flex_box {
    display: flex;
    align-items: flex-end;
}

@keyframes sparkle {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.m5_tel {
    display: none;
}



/* popup 2025 06 26 */
.popup-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    transition: opacity 0.4s ease;
}

.popup-content {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    /* max-width: 292px; */
    max-width: 390px;
    width: 100%;
    animation: fadeInUp 0.5s ease;
}

.popup-image {
    width: 100%;
    display: block;
}

.popup-buttons {
    display: flex;
    justify-content: space-between;
    height: 50px;
    line-height: 50px;
    padding: 0;
}

.popup-link {
    background: #fb4600;
    font-size: 1rem;
    font-weight: 600;
    color: white;
    width: 70%;
    text-align: center;
    padding: 0;
    border-radius: 0;
    text-decoration: none;
}

.popup-close {
    width: 30%;
    font-size: .9rem;
    background: #1c1c1c;
    color: #fff;
    padding: 10px 10px;
    border: none;
    border-radius: 0;
    cursor: pointer;
}

@keyframes fadeInUp {
    from {
        transform: translateY(20px);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.popup-overlay.hide {
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.4s ease;
}


/* responsive */
@media screen and (max-width : 1441px) {
    .m4 .swiper-slide-active img {
        margin-left: 2.8rem !important;
    }

    .m5_bg {
        height: 100%;
    }

    .m5_bg img {
        height: 100%;
        object-fit: cover;
    }
}

@media screen and (max-width : 1281px) {

    .m2_inner .m2_txt {
        font-size: 2.25rem;
    }

    .m2_2 .img_box3 {
        bottom: -40vh;
        right: -25%;
        scale: 0.6;
        z-index: 0;
    }

    .m2_2 .m2_inner {
        z-index: 2;
    }

    .m2_2 .m2_inner .small {
        font-size: 1.25rem;
        margin-top: 1.2rem;
    }

    .m2_2 .m2_inner .m2_txt {
        font-size: 2.5rem;
    }

    .m2_inner .small {
        font-size: 1.125rem;
    }

    .m3_tit {
        margin-bottom: 3rem;
    }

    .main_tit2 {
        font-size: 2.75rem;
    }

    .m4 .m4_tit_wrap {
        font-size: 2.5rem
    }

    .m4 .border_txt {
        font-size: 3.25rem;
    }

    .m4 .inner {
        padding-top: 0;
    }

    .m4 .swiper {
        margin: 0 3.5rem;
    }

    .m4 .mockup {
        top: 10%;
        transform: translateX(-50%) scale(0.85);
    }

    .m4 .swiper-slide-active {
        transform: scale(0.85);
    }

    .m4 .swiper-slide-active img {
        margin-left: 0.5rem !important;
    }

    .m5 .m5_inner .bold {
        font-size: 2.75rem;
    }

    .m5 .m5_inner .small {
        font-size: 1.25rem;
    }

    .m6 .tab_wrap {
        padding-inline: 4rem;
    }

    .m6 .tab {
        min-width: 120px;
        font-size: 18px;
    }

    .m6 .grid_wrap {
        padding-inline: 4rem;
        column-gap: 0rem;
        padding-right: 0;
        row-gap: 2rem;
    }

    .m6 .grid_item {
        width: 80%;
    }

    .m6 .grid_item img {
        width: 100%;
    }

    .m6 .grid_wrap .desc {
        margin-bottom: -1rem;
        left: 50%;
        transform: translateX(-50%);
    }

    .m7 .m7_tit {
        font-size: 2.75rem;
    }

    .m7 .graph img {
        max-width: 72%;
    }

    .m8 .m2_txt {
        font-size: 2.75rem;
    }

    .m8 .m8_logo img {
        width: 45%;
    }

    .m8 .flex_wrap {
        flex-wrap: wrap;
        padding-inline: 2rem;
        gap: 1rem;
    }

    .m8 .flex_wrap .flex_item img {
        max-width: 80%;
    }

    .m8 .flex_wrap p {
        font-size: 1.125rem;
    }

    .m8 .flex_wrap h4 {
        font-size: 1.5rem;
        margin-block: 1rem 0.5rem;
    }

    .m8 .flex_wrap .cont {
        font-size: 1rem;
    }

    .m9_top .main_tit2 {
        font-size: 3rem;
    }

    .m9_top .thesignature {
        top: 1rem;
        right: 11rem;
    }
}

@media screen and (max-width : 1025px) {
    .modal {
        right: 1rem !important;
    }

    .modal .modal_inner {
        width: 200px;
    }

    .m2 {
        height: 100%;
    }

    .m2 .m2 {
        height: 50%;
    }

    .m2 .m2_bg {
        height: 100% !important;
    }

    .m2 .m2_bg img {
        height: 100%;
        object-fit: cover;
    }

    .m2_2 .img_box3 {
        right: -35%;
    }

    .m4 .swiper {
        margin: 0;
    }

    .m4 .mockup {
        left: 52%;
        transform: translateX(-50%) scale(0.8);
    }

    .m4 .swiper-slide img {
        transform: scale(0.75);
    }

    .m4 .swiper-slide-active {
        transform: scale(1);
    }

    .m4 .swiper-slide-active img {
        margin-left: 0.55rem !important;
    }

    .m4 .m4_next,
    .m4 .swiper-button-prev {
        top: 8%;
    }

    .m7 .graph img {
        max-width: 80%;
    }

    .m8 .flex_wrap {
        gap: 4rem;
    }

    .m8 .flex_wrap .flex_item img {
        max-width: unset;
    }

    .m8 .flex_wrap h4 {
        text-wrap: nowrap;
    }

    .m9_top {
        margin-bottom: 3rem;
    }
}

@media screen and (max-width : 900px) {
    .popup-content {
        position: absolute;
        top: 100px;
        max-width: 272px;
    }

    .popup-link,
    .popup-close {
        font-size: 1.2rem;
        font-weight: bold
    }

    .ms_inner .m2_2 .img_box3 {
        display: none;
    }

    .m3 .img_box {
        left: -2.5rem;
    }

    .m3 .img_box img {
        max-width: 80%;
    }

    .m4 .mockup {
        left: 50%;
    }

    .m4 .swiper-slide-active img {
        margin-left: 14rem !important;
    }

    .m7 .graph img {
        max-width: 100%;
    }

    .m9 .move {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .m9_top {
        text-align: center;
    }

    .m9_bot .light {
        text-align: center;
    }
}

@media screen and (max-width : 430px) {
    .modal {
        top: 110px !important;
        right: 20px !important;
    }

    .modal .modal_inner {
        width: 160px;
    }

    .m1 {
        height: 100vh;
    }

    .m1 .ms_inner .ms_logo {
        margin: 0 0 5px 0;
        font-size: 1.5rem;
    }

    .m1_control {
        display: flex;
    }

    .m2_2 .m2_inner .move {
        line-height: 1.2;
    }

    .m2_inner .m2_txt .ico {
        left: 6px;
        bottom: 22px;
    }

    .m2_inner .m2_txt .ico img {
        max-width: 60%;
    }

    .m2_inner .small {
        margin-top: 13px;
    }

    .m2_2 .img_box3 {
        display: none;
    }

    .m2_2 .img_box {
        display: none;
    }

    .ms_inner .move {
        width: 100%;
    }

    .m3 .main_inner {
        position: static;
        width: calc(100% - 40px);
        margin: 0 auto;
        max-width: none;
        transform: initial;
        margin-bottom: 3rem;
    }

    .m3_tit {
        margin-top: 3rem;
    }

    .main_tit2 {
        font-size: 2rem;
    }

    .m3 .img_box2 {
        z-index: -1;
        opacity: 0.45;
    }

    .m3_list {
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
    }

    .m3 .m3_cont .m3_list .cont .text_box {
        padding-top: 1rem;
    }


    .m3 .m3_cont .m3_list .cont1,
    .m3 .m3_cont .m3_list .cont2,
    .m3 .m3_cont .m3_list .cont3,
    .m3 .m3_cont .m3_list .cont4 {
        width: 100%;
    }

    .m3 .m3_cont .m3_list .cont .text_box .flex_box {
        display: inline;
    }

    .m3 .m3_cont .m3_list .cont .text_box .flex_box .t2 {
        display: inline-block;
    }

    .m3 .m3_cont .m3_list .cont .text_box .flex_box .small {
        display: inline-block;
        margin-left: 0.5rem;
    }

    .m3 .img_box:nth-of-type(1) {
        display: none;
    }

    .m3 .img_box img {
        max-width: 65%;
    }

    .m3 .m3_cont .m3_list .cont .text_box .t1 {
        font-size: 18px;
        display: block;
    }

    .m3 .m3_cont .m3_list .cont .text_box .t1:nth-of-type(2) {
        font-size: 17px;
        margin-top: 0.5rem;
    }

    .m3 .m3_cont .m3_list .cont .text_box .t2 {
        font-size: 2rem;
    }

    .m4 .swiper {
        padding-block: 0;
    }

    .m4 .swiper-slide-active img {
        margin-left: 2rem !important;
    }

    .m4 .m4_txt {
        margin-block: 3rem;
    }

    .m4 .border_txt {
        font-size: 2rem;
    }

    .m4 .border_txt {
        font-size: 3rem;
        line-height: 1.75;
    }

    .m5 .m5_logo {
        right: -3.5rem;
    }

    .m5_inner {
        top: 22%;
    }

    .m5 .m5_inner .bold {
        font-size: 2.25rem;
    }

    .m5 .m5_logo img {
        max-width: 80%;
    }

    .m5 {
        height: auto;
    }

    .m5_bg {
        position: relative;
    }

    .m5 .m5_inner .bold {
        font-size: 2rem;
    }

    .m5_inner .p_18 {
        font-size: 16px;
    }

    .m5 .m5_logo {
        display: none;
    }

    .m6 .tab_wrap {
        justify-content: center;
    }

    .m6 .grid_wrap {
        display: flex;
        flex-wrap: wrap;
        gap: 1.2rem;
        width: 100%;
        row-gap: 2rem;
        padding-inline: 20px;
    }

    .m6 .grid_item {
        width: 30%;
    }

    .m6 .inner {
        margin-top: 40px;
    }

    .m6 .tab_wrap {
        height: 40px;
        margin-top: 3rem;
    }

    .m6 .tab {
        min-width: 100px;
        font-size: 16px;
    }

    .m6 .qlink {
        font-size: 18px;
        padding: 0.8rem 1rem;
        height: 45px;
    }

    .m6 .qlink a {
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .m7 {
        height: 65vh !important;
    }

    .m7 .inner {
        height: 100%;
        justify-content: center;
    }

    .m7 .main_tit {
        font-size: 2rem;
        margin-top: 0;
    }

    .m7 .main_tit2 {
        font-size: 2rem;
    }

    .m8 {
        height: auto;
    }

    .m8 .inner {
        margin-top: 5rem;
    }

    .m8 .fp-overflow {
        overflow: auto;
    }

    .m8 .m8_logo img {
        width: 85%;
    }

    .m8 .flex_wrap {
        display: grid;
        grid-template-columns: 1fr 1fr;
        padding-inline: 0;
        padding-block: 0 5rem;
    }

    .m8 .flex_wrap .flex_item img {
        max-width: 80%;
    }

    .m9 .main_inner {
        position: static;
        width: 100%;
        max-width: 100%;
        transform: initial;
    }

    .m9 .move {
        padding-top: 5rem;
    }

    .m9_left {
        width: calc(100% - 40px);
    }

    .m9_right {
        width: calc(100% - 40px);
    }

    .m9_top {
        margin-bottom: 4rem;
    }

    .m9_top .main_tit2 {
        font-size: 2rem;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 0 6px;
    }

    .m9_top .main_tit2 span:nth-of-type(2) {
        margin-inline: 0.5rem;
    }

    .m9_top .thesignature {
        top: 0rem;
        right: 22rem;
    }

    .m9_bot .ex_bold {
        font-size: 20px;
        line-height: 1.5;
    }

    .m9_more {
        width: 145px;
        height: 50px;
        margin-top: 50px;
        margin-bottom: 130px;
    }

    .m9_more p {
        line-height: 50px;
    }

    .m9 .m9_ask {
        right: 50%;
        bottom: 5.8%;
        transform: translateX(50%);
    }

    .m9 .m9_ask .ask_tit {
        text-align: center;
    }
}

@media screen and (max-width : 391px) {

    .m4 .swiper-slide-active img {
        margin-left: 0rem !important;
    }
}

@media screen and (max-width : 376px) {
    .m1 {
        height: 60vh;
    }

    .m4 .mockup {
        padding-top: 6rem;
    }

    .m4 .swiper-slide-active img {
        margin-left: 0rem !important;
    }

    .m5 {
        height: 50vh;
    }

    .m7 {
        height: 50vh !important;
    }

    .m9_top {
        margin-bottom: 3rem;
    }

    .m9_top .thesignature {
        right: 70%;
    }
}

@media screen and (max-width: 321px) {

    .m2_2 .m2_inner .m2_txt {
        font-size: 2rem;
    }

    .m2_inner .m2_txt .ico {
        bottom: 32px;
    }

    .m4 .swiper {
        padding-block: 1rem;
    }

    .m4 .mockup {
        transform: translateX(-50%) scale(0.65);
    }

    .m4 .swiper-slide img {
        transform: scale(0.65);
    }

    .m4 .swiper-slide-active img {
        width: 100%;
        margin-top: 1rem;
        transform: scale(0.75);
    }

    .m5 {
        height: 50vh;
    }

    .m5 .m5_inner .bold {
        font-size: 1.75rem;
    }

    .m6 .grid_item {
        width: 29%;
    }

    .m6 .tab_wrap {
        width: 100%;
        padding-inline: 0;
    }

    .m6 .grid_wrap .desc {
        width: 100%;
    }

    .m7 {
        height: 40vh !important;
    }

    .m7 .m7_tit {
        margin-top: 0;
    }

    .m8 .m2_txt {
        font-size: 2rem;
        line-height: 1;
    }

    .m8 .m8_logo img {
        width: 80%;
    }

    .m8 .flex_wrap {
        grid-template-columns: 1fr;
    }

    .m8 .flex_wrap .flex_item img {
        max-width: 50%;
    }

    .m8 .flex_wrap p {
        font-size: 16px;
    }

    .m8 .flex_wrap h4 {
        font-size: 22px;
        margin-block: 0.8rem 0.5rem;
    }

    .m8 .flex_wrap .cont {
        font-size: 16px;
    }

    .m9_top .thesignature {
        right: 65%;
    }

    .m9 .m9_ask {
        width: 90%;
        right: 70%;
    }
}