/* 모바일 */
@media screen and (max-width: 1180px) {
    .service ul li{
        min-height: 120px;
    }
    .service ul li img.img1{
        display: none;
    }
    .service ul li img.img2{
        display: block;
    }
    .service ul li a:after {
        opacity: 0;
    }
    #menu-layer {
        padding: calc(var(--vh, 1vh) * 5) 20px calc(var(--vh, 1vh) * 18) 20px;
    }

    #menu-layer .menu-link-wrap{
        flex-direction: column;
    }
    
    #menu-layer .menu-link-wrap p{
        margin-right: 0;
    }

    #menu-layer .menu-link-wrap p span{
        display: inline-block;
    }

    #menu-layer .menu-link-wrap span {
        display: none;
    }

    #menu-layer .menu-link-wrap .menu-sns{
        margin-bottom: 16px;
    }

    #menu-layer .menu-link-wrap .menu-sns + p{
        margin-left: 0;
        padding-left: 0;
    }

    #menu-layer .menu-link-wrap .menu-sns a img{
        width: 24px;
        height: 24px;
    }

    #menu-layer .menu-link-wrap .link-support a img{
        height: 30px;
    }

    #menu-layer .menu-link-wrap .menu-sns > li:not(:last-child),
    #menu-layer .menu-link-wrap .link-support > li:not(:last-child){
        margin-right: 8px;
        padding-right: 8px;
    }

    #menu-layer .menu-link-wrap .menu-sns > li:not(:last-child):before{
        height: 12px;
        background: #A4A4A4;
    }

    #menu-layer .menu-link-wrap .link-support > li:not(:last-child):before{
        content:'';
        position:absolute;
        top: 50%;
        right: 0;
        width: 1px;
        height: 12px;
        background: #A4A4A4;
        transform: translateY(-50%);
    }

    #menu-layer .menu-link-wrap > p {
        margin-bottom: 8px;
    }
}

@media screen and (max-width: 768px) {
    .only-pc{
        display: none !important;
    }

    .only-mo{
        display: block !important;
    }
    
    .hero-bg {
        right: -5rem;
        left: auto;
        width: auto;
    }
    
    .btn{
        padding: 9px 12px;
        font-size: 16px;
        line-height: 22px;
    }

    .btn .icon_arr{
        width: 24px;
        height: 24px;
    }
    
    .tab-buttons {
        gap:4px;
        overflow-x: auto;
    }

    .tab-buttons button {
        width: auto;
        padding: 9px 18px;
        font-size: 16px;
        line-height: 22px;
        white-space: nowrap;
    }

    .tab-content > div:nth-child(2n) .txt_box{
        align-items: flex-start;
    }

    .tab-content > div a:not(.btn){
        width: 100%;
        height: 53.333vw;
    }
    
    .tab-content > div .btn{
        margin-top: 12px;
    }

    .tab-content div.txt_box h3 {
        margin-top: 4px;
        padding-bottom: 12px;
        font-size: 20px;
        line-height: 1.4;
    }

    .tab-content div.txt_box h3:after{
        width: 32px;
        height: 2px;
    }
    
    .tab-content div.txt_box p{
        padding-top: 20px;
    }

    #menu-layer .menu-link-wrap .link-support a img{
        height: 16px;
    }

    /* 0710 */
    /* 
    footer > div .footer-sns a:not(:last-child){
        border: 0;
        margin: 0;
        right: 0;
    }
    
    footer > div .footer-sns a:not(:last-child):before{
        display: none;
    }

    footer > div .footer-sns a span{
        display: none;
    }

    footer > div .footer-sns a img{
        width: 24px;
        height: 24px;
    } 
    */
    
    /* 추가 */
    footer > div .footer-sns a{
        padding: 0;
        margin: 0;
        background: transparent;
    }
    footer > div .footer-sns a:not(:last-child){
        margin-right: 0;
    }
    
    footer > div .footer-sns a span{display: none;}

    footer > div .footer-sns .icon_arr{
        display: none;
    }

    footer div .footer-sns .icon{
        width: 24px;
        height: 24px;
    }

    footer div .footer-sns .icon_kakao{
        background-image:url(../img/icon_kakao.svg);
    }
    footer div .footer-sns .icon_blog{
        background-image:url(../img/icon_blog.svg);
    }
    footer div .footer-sns .icon_cafe{
        background-image:url(../img/icon_cafe.svg);
    }

    footer > div .footer-sns .icon_arr{
        margin-left: 4px;
    }
    /**/
   
    .tab-content > div:nth-child(n+2){
        margin-top: 12.8vw;
    }

    /* gallery v2 */
    .gallery-wrap.v2 .tab-content{
        flex-direction: column;
    }
    .gallery-wrap.v2 .tab-content > div{
        flex-basis: 100%;
        max-width: 100%;
        gap: 16px;
    }
    .gallery-wrap.v2 .tab-content > div:nth-child(n+2){
        margin-top: 12.8vw;
    }
    .gallery-wrap.v2 .tab-content > div:nth-child(2n){
        justify-content: flex-start;
    }
    .gallery-wrap.v2 .tab-content > div:nth-child(2n) .txt_box{
        align-items: flex-start;
    }
    .gallery-wrap.v2 .tab-content > div a:not(.btn){
        width: 100%;
    }
}

@media screen and (max-width: 575px) {
    .d-sm-none{
        display: none !important;
    }
}

/* 작은 모바일 */
@media screen and (max-width: 359px) {
    /* 작은 모바일 스타일 */
    /* 모바일 스타일 */
    header {
        height: 56px;
        padding: 0px 20px;
    }
    header img {
        width: 117px;
        height: 24px;
    }
    #menu-button {
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px; /* 142.857% */
    }
    .hero {
        height: calc(var(--vh, 1vh) * 100 - 56px);
        overflow: hidden;
    }
    .hero-bg {
        height: calc(var(--vh, 1vh) * 100 - 56px);
    }
    .hero-content {
        top: calc(var(--vh, 1vh) * 100 - 276px);
        left: 20px;
    }
    .hero-content div {
        font-size: 32px;
        line-height: 42px; /* 131.25% */
        letter-spacing: 3.2px;
    }
    .hero-content p {
        padding-top: 12px;
        margin-top: 16px;
        font-size: 14px;
        line-height: 20px; /* 142.857% */
    }
    .scroll-down {
        bottom: 40px;
        left: 50%;
        transform: translateX(-50%);
        width: 160px;
        height: 48px;
    }
    .scroll-down img {
        width: 100%;
        height: 100%;
    }

    .about-content-text-bottom p br,
    .tab-content div.txt_box p br{
        display: none;
    }

    .about {
        padding: 40px 20px;
    }
    .about-content-text {
        font-size: 32px;
        line-height: 42px; /* 131.25% */
    }
    .about-content-text p:not(:first-child) {
        margin-left: 0;
    }
    .about-content-img {
        margin-top: 16px;
    }
    .about-content-img .img01 {
       display: none;
    }
    .about-content-img .img02 {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .about-content-text-bottom {
        margin-top: 16px;
    }
    .about-content-text-bottom p:first-child {
        font-size: 16px;
        line-height: 22px;
    }
    .about-content-text-bottom p:first-child img {
        width: 117px;
        height: 24px;
        margin-top: 4px;
    }
    .about-content-text-bottom p:not(:first-child) {
        padding-top: 20px;
        margin-top: 16px;
        font-size: 16px;
        line-height: 22px;
    }
    .service {
        padding: 40px 20px;
    }
    .service ul {
        flex-direction: column;
        gap: 8px;
    }
    .service ul li {
        width: 100%;
        height: 120px;
    }
    .service ul li a {
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
    }
    .service ul li img {
        width: 100%;
        height: 100%;
    }
    .service ul li .service-title {
        display: none;
    }
    .service ul li .service-content {
        position: relative;
        top: 32px;
        left: 16px;
        font-size: 16px;
        line-height: 22px;
    }
    .service ul li .service-content strong {
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: 28px;
    }
    .service ul li .service-content p {
        display: block;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 22px;
        color: #A4A4A4;
    }
    footer {
        padding: 32px 20px;
    }
    footer > div {
        height: 36px;
        align-items: center;
    }
    footer > div .footer-logo {
        width: 117px;
        height: 24px;
    }
    footer > div .footer-sns {
        gap: 4px;
    }
    footer p {
        padding-top: 16px;
        font-size: 12px;
        line-height: 18px;
    }

    #menu-layer {        
        padding: 10px 20px 40px 20px;
    }
    
    #menu-layer.hidden {
        display: none;
    }
    
    #close-menu {
        width: 36px;
        height: 36px;
        top: 10px;
        right: 20px;
        color: #fff;
    }
    
    #menu-layer nav ul {
        gap: calc(var(--vh, 1vh) * 6);
    }
    
    #menu-layer nav ul li a {        
        font-size: 24px;
        line-height: 32px;
        color: #fff;
    }
    
    #menu-layer .menu-link-wrap {
        bottom: 40px;
    }
    
    #menu-layer .menu-link-wrap p {
        font-size: 14px;
        line-height: 20px;
        color: #C7C7C7; 
    }
    
    #menu-layer .menu-link-wrap .menu-sns {
        /* gap: 4px; */
        padding-right: 0;
        margin-right: 0;
    }
    
    #menu-layer .menu-link-wrap .menu-sns + p:before {        
        content:none;
    }
/* 
    #menu-layer .menu-link-wrap .menu-sns + p {
        display: none;
    }

    #menu-layer .menu-link-wrap .menu-sns + p + a {
        display: none;
    } */

    .sub {
        padding: 0;
    }
    .sub .hero {
        height: calc(var(--vh, 1vh) * 100 - 56px);
    }
    .sub .hero img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        vertical-align: top;
    }
    .sub .hero h2 {
        left: 1.25rem;
        bottom: calc(var(--vh, 1vh) * 3.5);
        font-size: 40px;
        line-height: 52px; /* 130% */
        letter-spacing: -0.1rem;
    }
    .sub .hero h2 span {
        font-size: 1.5rem;
        line-height: 2rem;
    }
    .sub .content {
        padding-top: 2.5rem;
    }
    .sub .content_section {
        padding: 0 1.25rem 7.5rem 1.25rem;
        flex-direction: column;
        gap:0;
    }

    .about-wrap .content_section div {
        width: 100%;
    }
    .about-wrap .content_section img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .about-wrap .content_section h3 {
        margin-top: 2rem;
        font-size: 20px;
        line-height: 28px;
    }
    .about-wrap .content_section h3 img {
        width: 10.9375rem;
        height: 2.25rem;
    }
    .about-wrap .content_section p {
        margin-top: 2rem;
        font-size: 16px;
        line-height: 22px;
    }

    .rebuilt-wrap .content_section div {
        width: 100%;
    }
    .rebuilt-wrap .content_section div:not(:first-child) {
        margin-top: 12.8vw;
    }
    .rebuilt-wrap .content_section div img {
        width: 100%;
        height: 200px;
        object-fit: cover;
    }
    .rebuilt-wrap .content_section div strong {
        display: block;
        margin-top: 0.75rem;
        font-size: 20px;
        line-height: 28px;
        word-break: keep-all;
    }
    .rebuilt-wrap .content_section div p {
        margin-top: 0.5rem;
        font-size: 16px;
        line-height: 22px;
        word-break: keep-all;
    }

    .repair-wrap .content {
        padding-top: 40px;
    }
    .repair-wrap .content_section {
        padding: 0 1.25rem 7.5rem 1.25rem;
        flex-direction: column;
        gap:0;
    }

    .tab-container, 
    .storage-wrap .tab-container,
    .gallery-wrap .tab-container{
        margin-top: 0;
        padding: 0 1.25rem 7.5rem 1.25rem;
    }
    .tab-buttons {
        gap:4px;
    }
    .tab-buttons + .tab-contents {
        margin-top: 16px;
    }
    .tab-content > div {
        flex-direction: column;
        gap: 16px;
    }
    .tab-content > div:nth-child(2n){
        flex-direction: column-reverse;
        justify-content: flex-start;
    }
    .tab-content > div img {
        width: 100%;
        height: 200px;
        object-fit: cover;
    }
    .tab-content div.txt_box >span {
        font-size: 12px;
        line-height: 18px; /* 150% */
    }
    .tab-content div.txt_box p {
        /* margin-top: 12px; */
        padding-top: 20px;
        font-size: 16px;
        line-height: 22px;
        word-break: keep-all;
    }
    .tab-content div.taR {
        text-align: left;
    }
    .tab-content .taR h3:after {
        left: 0;
    }
}

@media screen and (min-width: 360px) and (max-width: 768px) {
    /* 모바일 스타일 */
    header {
        height: 56px;
        padding: 0px 20px;
    }
    header img {
        width: 117px;
        height: 24px;
    }
    #menu-button {
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px; /* 142.857% */
    }
    .hero {
        height: calc(var(--vh, 1vh) * 100 - 56px);
    }
    .hero-bg {
        height: calc(var(--vh, 1vh) * 100 - 56px);
    }
    .hero-content {
        /* top: calc(var(--vh, 1vh) * 100 - 276px); */
        left: 20px;
        bottom: calc(var(--vh, 1vh) * 14);
    }
    .hero-content div {
        font-size: 32px;
        line-height: 42px; /* 131.25% */
        letter-spacing: 3.2px;
    }
    .hero-content p {
        padding-top: 12px;
        margin-top: 16px;
        font-size: 14px;
        line-height: 20px; /* 142.857% */
    }
    .scroll-down {
        bottom: calc(var(--vh, 1vh) * 4);
        left: 50%;
        transform: translateX(-50%);
        width: 160px;
        height: 48px;
    }
    .scroll-down img {
        width: 100%;
        height: 100%;
    }
    .about {
        padding: 40px 20px;
    }
    .about-content-text {
        font-size: 32px;
        line-height: 42px; /* 131.25% */
    }
    .about-content-text p:not(:first-child) {
        margin-left: 0;
    }
    .about-content-img {
        margin-top: 16px;
    }
    .about-content-img .img01 {
       display: none;
    }
    .about-content-img .img02 {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .about-content-text-bottom {
        margin-top: 16px;
    }
    .about-content-text-bottom p:first-child {
        font-size: 16px;
        line-height: 22px;
    }
    .about-content-text-bottom p:first-child img {
        width: 117px;
        height: 24px;
        margin-top: 4px;
    }
    .about-content-text-bottom p:not(:first-child) {
        padding-top: 20px;
        margin-top: 16px;
        font-size: 16px;
        line-height: 22px;
    }
    .service {
        padding: 40px 20px;
    }
    .service ul {
        flex-direction: column;
        gap: 8px;
    }
    .service ul li {
        width: 100%;
    }

    .service ul li a {
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
    }
    .service ul li img {
        width: 100%;
        height: 100%;
    }
    .service ul li .service-title {
        display: none;
    }
    .service ul li .service-content {
        position: relative;
        top: 32px;
        left: 16px;
        font-size: 16px;
        line-height: 22px;
    }
    .service ul li .service-content strong {
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: 28px;
    }
    .service ul li .service-content p {
        display: block;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 22px;
        color: #A4A4A4;
    }
    footer {
        padding: 32px 20px;
    }
    footer > div {
        height: 36px;
        align-items: center;
    }
    footer > div .footer-logo {
        width: 117px;
        height: 24px;
    }
    footer > div .footer-sns {
        gap: 4px;
    }
    footer p {
        padding-top: 16px;
        font-size: 12px;
        line-height: 18px;
    }

    #menu-layer {        
        /* padding: calc( var(--vh, 1vh) * 5 ) 20px calc( var(--vh, 1vh) * 12 ) 20px; */
    }
    
    #menu-layer.hidden {
        display: none;
    }
    
    #close-menu {
        width: 36px;
        height: 36px;
        top: 10px;
        right: 20px;
        color: #fff;
    }
    
    #menu-layer nav ul {
        gap: calc( var(--vh, 1vh) * 5.8 );
    }
    
    #menu-layer nav ul li a {        
        font-size: 24px;
        line-height: 32px;
        color: #fff;
    }
    
    #menu-layer .menu-link-wrap {
        bottom: calc( var(--vh, 1vh) * 6 );
    }
    
    #menu-layer .menu-link-wrap p {
        font-size: 14px;
        line-height: 20px;
        color: #C7C7C7; 
    }
    
    #menu-layer .menu-link-wrap .menu-sns {
        /* gap: 4px; */
        padding-right: 0;
        margin-right: 0;
    }
    
    #menu-layer .menu-link-wrap .menu-sns + p:before {        
        content:none;
    }

    /* #menu-layer .menu-link-wrap .menu-sns + p {
        display: none;
    }

    #menu-layer .menu-link-wrap .menu-sns + p + a {
        display: none;
    } */

    .sub {
        padding: 0;
    }
    .sub .hero {
        height: calc(var(--vh, 1vh) * 100 - 56px);
    }
    .sub .hero img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        vertical-align: top;
    }
    .sub .hero h2 {
        left: 5.334vw;
        bottom: calc(var(--vh, 1vh) * 3.5);
        font-size: 40px;
        line-height: 52px; /* 130% */
        letter-spacing: -0.1rem;
    }
    .sub .hero h2 span {
        font-size: 1.5rem;
        line-height: 2rem;
    }
    .sub .hero .scroll-btn{
        display: block;
    }
    .sub .content {
        padding-top: 2.5rem;
    }
    .sub .content_section {
        padding: 0 1.25rem 7.5rem 1.25rem;
        flex-direction: column;
        gap:0;
    }

    .about-wrap .content_section div {
        width: 100%;
    }
    .about-wrap .content_section img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .about-wrap .content_section h3 {
        margin-top: 2rem;
        font-size: 20px;
        line-height: 28px;
    }
    .about-wrap .content_section h3 img {
        width: 10.9375rem;
        height: 2.25rem;
    }
    .about-wrap .content_section p {
        margin-top: 2rem;
        font-size: 16px;
        line-height: 22px;
    }

    .rebuilt-wrap .content_section div {
        width: 100%;
    }
    .rebuilt-wrap .content_section div:not(:first-child) {
        margin-top: 12.8vw;
    }
    .rebuilt-wrap .content_section div img {
        width: 100%;
        height: 53.33vw;
        object-fit: cover;
    }
    .rebuilt-wrap .content_section div strong {
        display: block;
        margin-top: 0.75rem;
        font-size: 20px;
        line-height: 28px;
        word-break: keep-all;
    }
    .rebuilt-wrap .content_section div p {
        margin-top: 0.5rem;
        font-size: 16px;
        line-height: 22px;
        word-break: keep-all;
    }

    .repair-wrap .content {
        padding-top: 40px;
    }
    .repair-wrap .content_section {
        padding: 0 1.25rem 7.5rem 1.25rem;
        flex-direction: column;
        gap:0;
    }

    .tab-container, 
    .storage-wrap .tab-container,
    .gallery-wrap .tab-container {
        margin-top: 0;
        padding: 0 1.25rem 7.5rem 1.25rem;
    }
    .tab-container .tab-contents{
        margin-top: 16px;
    }
    .tab-content > div {
        flex-direction: column;
        gap: 16px;
    }
    .tab-content > div:nth-child(2n){
        flex-direction: column-reverse;
        justify-content: flex-start;
    }
    .tab-content > div img {
        width: 100%;
        height: 53.333vw;
        object-fit: cover;
    }
    .tab-content div.txt_box >span {
        font-size: 12px;
        line-height: 18px; /* 150% */
    }
    .tab-content div.txt_box p {
        /* margin-top: 12px; */
        padding-top: 20px;
        font-size: 16px;
        line-height: 22px;
        word-break: keep-all;
    }
    .tab-content div.taR {
        text-align: left;
    }
    .tab-content .taR h3:after {
        left: 0;
    }
}

/* 태블릿 */
@media screen and (min-width: 768px) and (max-width: 1180px) {
    header {
        height: 56px;
        padding: 0px 20px;
    }
    header img {
        width: 117px;
        height: 24px;
    }
    #menu-button {
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px; /* 142.857% */
    }
    .hero {
        height: calc(var(--vh, 1vh) * 100 - 56px)  ;
    }
    .hero-bg {
        left: 50%;
        transform: translateX(-50%);
    }
    .hero-content {
        top: calc(var(--vh, 1vh) * 100 - 276px);
        left: 20px;
    }
    .hero-content div {
        font-size: 32px;
        line-height: 42px; /* 131.25% */
        letter-spacing: 3.2px;
    }
    .hero-content p {
        padding-top: 12px;
        margin-top: 16px;
        font-size: 14px;
        line-height: 20px; /* 142.857% */
    }
    .scroll-down {
        bottom: 40px;
        left: 50%;
        transform: translateX(-50%);
        width: 160px;
        height: 48px;
    }
    .scroll-down img {
        width: 100%;
        height: 100%;
    }
    .about {
        padding: 40px 20px;
    }
    .about-content-text {
        font-size: 32px;
        line-height: 42px; /* 131.25% */
    }
    .about-content-text p:not(:first-child) {
        margin-left: 0;
    }
    .about-content-img {
        margin-top: 16px;
    }
    .about-content-img .img01 {
       display: none;
    }
    .about-content-img .img02 {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .about-content-text-bottom {
        margin-top: 16px;
    }
    .about-content-text-bottom p:first-child {
        font-size: 16px;
        line-height: 22px;
    }
    .about-content-text-bottom p:first-child img {
        width: 117px;
        height: 24px;
        margin-top: 4px;
    }
    .about-content-text-bottom p:not(:first-child) {
        padding-top: 20px;
        margin-top: 16px;
        font-size: 16px;
        line-height: 22px;
    }
    .service {
        padding: 40px 20px;
    }
    .service ul {
        flex-direction: column;
        gap: 8px;
    }
    .service ul li {
        width: 100%;
    }

    .service ul li.active {
        width: 100%;
    }

    .service ul li a {
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
    }
    .service ul li img {
        width: 100%;
        height: 100%;
    }
    .service ul li .service-title {
        opacity: 1;
        right: 16px;
        transform: none;
        transition: none;
    }
    .service ul li .service-content {
        position: relative;
        top: calc(100% - 94px);
        left: 16px;
        font-size: 16px;
        line-height: 22px;
    }
    .service ul li .service-content strong {
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: 28px;
    }
    .service ul li .service-content p {
        display: block;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 22px;
        color: #A4A4A4;
    }
    footer {
        padding: 32px 20px;
    }
    footer > div {
        height: 36px;
        align-items: center;
    }
    footer > div .footer-logo {
        width: 117px;
        height: 24px;
    }
    footer > div .footer-sns {
        gap: 4px;
    }
    footer p {
        padding-top: 16px;
        font-size: 12px;
        line-height: 18px;
    }
    
    #menu-layer.hidden {
        display: none;
    }
    
    #close-menu {
        width: 40px;
        height: 40px;
        top: 20px;
        right: 20px;
        color: #fff;
    }
    
    #menu-layer nav ul {
        gap: calc(var(--vh, 1vh) * 6);
    }
    
    #menu-layer nav ul li a {        
        font-size: 28px;
        line-height: 36px;
        color: #fff;
    }
    
    #menu-layer .menu-link-wrap {
        bottom: 50px;
    }
    
    #menu-layer .menu-link-wrap p {
        font-size: 18px;
        line-height: 24px;
        color: #C7C7C7; 
    }
    
    #menu-layer .menu-link-wrap .menu-sns {
        padding-right: 0;
        margin-right: 0;
    }
    
    #menu-layer .menu-link-wrap .menu-sns + p:before {        
        content:none;
    }

    /* #menu-layer .menu-link-wrap .menu-sns + p {
        display: none;
    }

    #menu-layer .menu-link-wrap .menu-sns + p + a {
        display: none;
    } */
}

@media screen and (min-width: 1181px) and (max-width: 1366px) {
    .hero-content {
        top: calc(var(--vh, 1vh) * 100 - 276px);
        left: 20px;
    }
    .service ul {
        flex-direction: column;
        gap: 18px;
    }
    .service ul li {
        width: 100%;
        height: 300px;
        transition: none;
    }
    .service ul li.active{
        width: 100%;
    }
    .service ul li a {
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
    }
    .service ul li img {
        width: 100%;
        height: 100%;
    }
    .service ul li .service-title {
        opacity: 1;
        right: 16px;
        transform: none;
        transition: none;
    }
    .service ul li .service-content {
        position: relative;
        top: calc(100% - 115px);
        left: 20px;
    }
    .service ul li .service-content strong {
        font-size: 24px;
        font-style: normal;
        font-weight: 400;
        line-height: 32px;
    }
    .service ul li .service-content p {
        display: block;
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: 28px;
        color: #A4A4A4;
    }
}



