
/* top_1 section */
* {
    font-family: 'Noto Sans KR';
    letter-spacing: -.8px;
}
#header {background: #fff !important;}
section.top_1 {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    position: relative;
}
section.top_1 .swiper-wrapper {
    position: relative;
    width: auto;
    height: 100vh;
}
section.top_1 .swiper-slide img {
    width: 100%;
    height: 100%; 
    object-fit: cover;
} 
section.top_1 .swiper-slide .txt {
    position: absolute;
    top:50%;
    left: 50%;
    transform: translate(-50%,-20%);
    color: #fff;
    font-size:66px;
    font-family: 'Noto Sans KR';
    text-align: center;
    font-weight: 600;
    opacity: 0;
}
section.top_1 .swiper-slide .txt p {
    line-height: 85px;
    margin-bottom: 40px;
}
section.top_1 .swiper-slide .txt span {
    font-size: 23px;
    line-height: 40px;
    display: block;
    margin-bottom: 30px;
    font-weight: 500;
}
section.top_1 .swiper-slide .txt span:last-child {
    margin-bottom: 0;
}



@keyframes upper {
    0% {
        opacity: 0;
        transform: translate(-50%,-20%);
    }
    
    100% {
        opacity: 1;
        transform: translate(-50%,-50%);
    }}

    
 
section.top_1 .swiper-slide.swiper-slide-active .txt{
    animation: 3s ease-in-out 1 normal forwards running upper;
}
section.top_1 .swiper-container .swiper-pagination {
    bottom: 50%;
    width: 100%;
    left: 50%;
    max-width: 1066px;
    transform: translate(-50%,-50%);
    text-align: left;
    display:flex;
    /*justify-content: space-between;*/
} 
section.top_1 .swiper-container .swiper-pagination .swiper-pagination-bullet {
    position: relative;
    display: inline-block;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    border-radius: 0; 
    line-height: 28px;
    text-align: center;
    color: transparent;
    background: transparent;
    transition: transform .3s cubic-bezier(.45,0,.55,1);
    opacity: 1;
    margin: 0;
} 
section.top_1 .swiper-container .swiper-pagination .swiper-pagination-bullet::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 2px;
    height: 24px;
    background-color: #fff;
    transition: transform .3s cubic-bezier(.45,0,.55,1);
} 
section.top_1 .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
    background: transparent;
    transform: rotate(45deg);
}
section.top_1 .swiper-container .swiper-pagination span:nth-of-type(1).re {margin-right:92.4%;}
section.top_1 .swiper-container .swiper-pagination span:nth-of-type(2).re {margin-right:92.4%;}
section.top_1 .swiper-container .swiper-pagination span:nth-of-type(3).re {margin-left:92.4%;}


.top_support {
    position: relative;
    display: flex;
    align-items: center;
    background: #fff;
    padding: 80px 0;
    flex-direction: column;
    justify-content: flex-start;
}
.top_support .txt {
    max-width: 1066px;
    width: 100%;
    color: #323131;
    text-align: left;
}
.top_support .txt p {
    font-size: 32px;
    font-weight: 600;
    line-height: 60px;
    margin-bottom: 30px;
}
.top_support .txt span {
    font-size: 21px;
    font-weight: 600;
    line-height: 30px;
} 
.top_support .txt a {
    color: #323131;
    font-size: 17px;
    font-family: 'Noto Sans KR';
    border-radius: 40px;
    display: block;
    max-width: 230px;
    padding: 12px 0;
    padding-top: 9px;
    text-align: center;
    border: 2px solid #323131;
    font-weight: 600;
    transition: all .3s;
    margin-top: 40px;
}

.linear { 
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    height: 332px;
    overflow: hidden;
    background: url(/common/front/img/sama/company/line.png);
    background-repeat: no-repeat;
    -webkit-background-position: center;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
}
.linear .linear_txt {
    font-weight: 600;
    color: #323131;
    text-align: left;
    width: 100%;
    max-width: 1066px;
    margin: 0 auto;
}

.linear .linear_txt h1 {
    font-size: 25px;
    font-weight: 700;
    line-height: 1.3;
    color: #901dcc;
    margin-bottom: 20px;
} 
.linear .linear_txt h2 {
    font-size: 50px;
    font-weight: 700;
    line-height: 1.4;
    color: #323131; 
}
.linear .linear_txt h2 span {
    font-size: 13px;
    color: #848484;
    vertical-align: top;
    margin-top: 12px;
    margin-left: 2px;
    display: inline-block;
    letter-spacing: -.5px;
}



.inner_div_in .inner_txt h1 {
    font-size: 25px;
    font-weight: 700;
    line-height: 1.3;
    color: #901dcc;
    margin-bottom: 20px;
} 
.inner_div_in .inner_txt h2 {
    font-size: 50px;
    font-weight: 700;
    line-height: 1.4;
    color: #323131;
}

 
.top {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding: 140px 0;
}
.top_container {
    position: relative;
    max-width: 1066px;
    width: 100%;
    height: 100%;
    margin: auto;
}
.inner_div {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: flex-start;
}
.inner_div_in {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
    height: 100%;
}
.inner_div_in .inner_txt {
    margin-bottom: 90px;
    z-index: 1;
} 
.hover_div {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.hover_div .hover_card {
    max-width: 520px;
    width: 100%;
    position: relative;
    margin-bottom: 24px;
    transition: all .3s;
    height: 520px;
    overflow: hidden;
    border-radius: 25px;
}
.hover_div .hover_card img {
    width: 100%;
}
.hover_div .hover_card .front {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('/common/front/img/sama/company/1.png') center center;
    height: 520px;
    background-size: cover;
} 
.hover_div .hover_card:nth-of-type(2) .front {
    background: url('/common/front/img/sama/company/2.png') center center;
} 
.hover_div .hover_card:nth-of-type(3) .front {
    background: url('/common/front/img/sama/company/3.png') center center;
} 
.hover_div .hover_card:nth-of-type(4) .front {
    background: url('/common/front/img/sama/company/4.png') center center;
} 
.hover_div .hover_card:nth-of-type(5) .front {
    background: url('/common/front/img/sama/company/5.png') center center;
} 
.hover_div .hover_card:nth-of-type(6) .front {
    background: url('/common/front/img/sama/company/6.png') center center;
} 
@media (hover: hover) {
    .hover_div_st .hover_card:hover .front {
    filter: blur(8px);
    opacity: .5;
    transition: all .3s;
    }
    .hover_div_st .hover_card:hover .back p {
        font-size: 29px; 
    }
    .hover_div_st .hover_card:hover .back img {
        display: none;
    }
    .hover_div_st .hover_card:hover .back_txt {
        transform: translate3d(0px, 0px, 0px) !important;
    }
}
.hover_div .hover_card .back {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    height: 520px;
    background-size: cover;
    padding: 60px 50px;
} 
.hover_div .hover_card .back img {
    margin-top: 30px;
    width: 30px;
    height: 30px;
}
.hover_div .hover_card .back p {
    font-size: 33px;
    color: #323131;
    font-weight: 600;
    line-height: 45px;
    transition: all .3s;
}
.hover_div .hover_card .back .back_txt {
    font-size: 19px;
    font-weight: 600;
    line-height: 30px;
    color: #323131;
    margin-top: 20px;
    transform: translate3d(0px, 500px, 0px);
    transition: all .5s; 
}
 
.top2 {
    background: #f9fafb;
}
.top2 .txt { 
    text-align: center;
    width: 100% !important;
    max-width: 100% !important;
}
.top2 .txt span {
    display: block;
    font-size: 17px;
    font-weight: 500;
}
.top2 .txt a {
    display: flex;
    justify-content: center;
    margin: 0 auto;
    margin-top: 30px;
}
.top2 .swiper-button-prev {
    background-image: url('/common/front/img/sama/arrow_l.svg');
    left: 0;
    background-size: 10px 16px;
}

.top2 .swiper-button-next {
    background-image: url('/common/front/img/sama/arrow_r.svg');
    right: 0;
    background-size: 10px 16px;
}
.vision .inner_txt {
    max-width: 1066px;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 90px;
}
.vision .top_container {
    max-width: 100%; 
}
.vision .swiper-slide {
    width: 350px;
}
.vision .swiper-slide p {
    margin: 15px 0; 
    font-size: 19px;
    color: #323131;
    font-weight: 600;
}
.vision .swiper-button-prev, .vision .swiper-button-next {
    width: 47px;
    height: 47px;
    border: 2px solid #323131;
    border-radius: 50%;
    background-size: 10px 16px;
    background-size: center center;
}
.vision .swiper-button-prev {
    background-image: url('/common/front/img/sama/arrow_l.svg');
    left: 0;
}

.vision .swiper-button-next {
    background-image: url('/common/front/img/sama/arrow_r.svg');
    right: 0;
}
.vision .pagination {
    position: relative;
    width: 118px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    margin-top: 90px;
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    opacity: .3 !important;
} 
.vision .swiper-slide:first-child {
    margin-left: 370px;
}

section.top_2 {
    width: 100%;
    height: calc(100vh - 84px);
    overflow: hidden;
    position: relative;
}
section.top_2 .swiper-wrapper {
    position: relative;
    width: auto;
    height: calc(100vh - 84px);
}
section.top_2 .swiper-slide img {
    width: 100%;
    height: 100%; 
    object-fit: cover;
} 
section.top_2 .swiper-slide .txt {
    position: absolute;
    top:50%;
    left: 50%;
    transform: translate(-50%,-20%);
    color: #fff;
    font-size:66px;
    font-family: 'Noto Sans KR';
    text-align: center;
    font-weight: 600;
    opacity: 0;
}
section.top_2 .swiper-slide .txt p {
    line-height: 85px;
    margin-bottom: 40px;
}
section.top_2 .swiper-slide .txt span {
    font-size: 23px;
    line-height: 40px;
    display: block;
    margin-bottom: 40px;
}
section.top_2 .swiper-slide.swiper-slide-active .txt{
    animation: 3s ease-in-out 1 normal forwards running upper;
}
section.top_2 .swiper-container .swiper-pagination {
    bottom: 50%;
    width: 100%;
    left: 50%;
    max-width: 1066px;
    transform: translate(-50%,-50%);
    text-align: left;
    display:flex;
    /*justify-content: space-between;*/
} 
.top_2 .txt a {
    color: #fff;
    font-size: 17px;
    font-family: 'Noto Sans KR';
    border-radius: 40px;
    display: block;
    max-width: 230px;
    padding: 12px 0;
    padding-top: 9px;
    text-align: center;
    border: 2px solid #fff;
    font-weight: 600;
    transition: all .3s;
    margin: 0 auto;
    margin-top: 50px;
}



/* welfare section */
.welfare .top_1 {
    height: 602px;
}
.welfare .top_1 .swiper-wrapper {
    height: 650px;
}
.welfare .div_1 {
    width: 100%;
    background: #f9fafb;
    padding: 70px 0 110px 0;
}
.welfare .div_1 .div_txt {
    width: 100%;
    max-width: 1066px;
    display: flex;
    margin: 0 auto;
}
.welfare .div_1 .div_txt .menu:first-child {
    margin-right: 180px;
    position: relative;
}
.welfare .div_1 .div_txt .menu p {
    font-size: 25px; 
    font-weight: 700;
    line-height: 1.3;
    color: #901dcc;
    margin-bottom: 20px;
}
.welfare .div_1 .div_txt .menu:first-child::after {
    position: absolute;
    content: '+';
    color: #e4e4e4;
    right: -140px;
    top: 30px;
    font-weight: 100;
    font-size: 88px;
}
.welfare .div_1 .div_txt .menu span {
    font-size: 25px; 
    font-weight: 600;
    line-height: 1.3;
    color: #323131;
    margin-bottom: 20px;
}
.welfare .circle_div {
    position: relative;
    max-height: 165px;
    height: 165px;
    margin-top: 45px;
}
.welfare .circle_div > div {
    position: absolute;
    top: 0;
}
.welfare .circle_div > div > div {
    position: relative;
    height: 165px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.welfare .circle_div > div > div > p {
    /* position: absolute;
    top: 50%;
    transform: translate(-50%,-50%); */
    text-align: center; 
    font-size: 17px;
    color: #fff;
    line-height: 1.3;
    font-weight: 500;
    white-space: nowrap;
}
.welfare .circle_div .circle_l {
    height: 165px;
    width: calc(50% - 306px);
    background: rgba(174, 117, 204, .6);
    border-top-right-radius: 82.5px;
    border-bottom-right-radius: 82.5px;
} 
.welfare .circle_div .circle { 
    width: 165px;
    height: 165px;
    border-radius: 82.5px;
    background: rgba(174, 117, 204, .6);
    left: calc(50% - 334px);
} 
.welfare .circle_div .circle_m { 
    width: 300px;
    height: 165px;
    border-radius: 82.5px;
    background: rgba(144, 29, 204,.6);
    left: calc(50% - 197px);
}
.welfare .circle_div .circle_r {
    height: 165px;
    width: calc(50% - 346px);
    background: rgba(144, 29, 204,.8);
    border-top-left-radius: 82.5px;
    border-bottom-left-radius: 82.5px;
    right: 0;
}

/* div_2 */
.div_2 .top_container {
    max-width: 100%;
}
.div_2  .inner_txt {
    width: 100%;
    max-width: 1066px;
    margin: 0 auto;
}
.div_2 .div_2in {
    width: 100%;
    background: url('/common/front/img/sama/company/welfare/back.png') no-repeat;
    background-position: top center;
    margin-top: 60px;
}
.div_2 .div_2in > div {
    display: flex;
    width: 100%;
    max-width: 1066px;
    margin: 0 auto;
    padding-top: 90px;
    justify-content: space-between;
}
.div_2 .div_2in > div ul li {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    font-size: 21px;
    color: #323131;
    font-weight: 600;
}
.div_2 .div_2in > div ul li p {
    font-size: 19px;
    color: #323131;
    margin: 20px 0 40px 0;
    line-height: 30px;
    font-weight: 600;
    display: block;
    width: 100%;
} 
.div_2 .div_2in > div ul li span {
    width: 9px; 
    height: 9px; 
    border-radius: 50%;
    border: 2px solid #323131;
    margin-right: 10px;
    display: inline-block;
}
.div_2 .div_2in > div .div_l {
    text-align: left;
}
.div_2 .div_2in > div .div_r {
    text-align: right;
}
.div_2 .div_2in > div .div_r li {
    justify-content: flex-end;
}



/* top_3 section */
.top_3 {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding: 140px 0;
}
.top_3 .inner_txt {
    margin-bottom: 0px;
}
.css-awfxon { 
    opacity: 0;
    transform: translate3d(0px, 50px, 0px);
    animation: 0.5s ease-in-out 0s 1 normal forwards running animation-1x3fevv;
}
.p-container--default>.p-container__inner {
    width: 92%;
    max-width: calc(100% - 48px);
}
.p-container, .p-container__inner {
    height: 100%;
    margin: auto;
}
.p-container {
    width: 100%;
}
.p-container--default>.p-container__inner {
    width: 92%;
    max-width: calc(100% - 48px);
}
.css-1kclp9l {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.3;
    color: #3182f6;
    margin-bottom: 30px;
}
.css-1sn43ww {
    font-size: 50px;
    font-weight: 700;
    line-height: 1.4;
    color: #191f28;
    margin-bottom: 0px;
}


.css-51hz1z {
    position: relative;
    width: 100%;
    margin-bottom: 12px;
    height: 690px;
    padding-top: 30px;
    overflow: hidden;
}
.css-1299jq1 {
    position: relative;
    width: 600px;
    height: 936px;
    margin: 0 auto;
}


@media (max-width: 1066px){
    .top_support {
        width: calc(100% - 40px);
        margin: 0 auto;
    }
    .linear .linear_txt {
        width: calc(100% - 40px);
        margin: 0 auto;
    }
    .inner_div_in .inner_txt {
        width: calc(100% - 40px);
        margin: 0 auto;
    }
    .hover_div {
        width: calc(100% - 40px);
        margin: 0 auto;
    } 
}


@media (max-width: 639px){
.css-1299jq1 {
    width: 100%;
    max-width: 375px;
    height: auto;
}
}
.css-i8161j {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 57%;
    height: auto;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
}
.css-zggf0 {
    position: absolute;
    bottom: 124px;
    left: 50%;
    -webkit-transform: translate3d(-50%, 0, 0);
    -moz-transform: translate3d(-50%, 0, 0);
    -ms-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
}
.css-zxsb69 {
    position: relative;
     width: 100%; 
     height: 100%; 
}
.css-1dahtoo {
    position: absolute;
    top: 230px;
    left: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 100%;
    max-width: 900px;
    padding-left: 20px;
    -webkit-transform: translate3d(-50%, 0, 0);
    -moz-transform: translate3d(-50%, 0, 0);
    -ms-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
}
.css-f0hngx {
    font-size: 23px; 
    font-weight: 600;
    line-height: 1.5;
    color: rgb(51, 61, 75);
    max-width: 220px;
    transform: translate3d(0px, 50px, 0px);
    font-family: 'Noto Sans KR';
    display: block;
    position:relative;
}
.css-f0hngx > span {
    position: absolute;
    font-size: 14px;
    color: #868686;
    top: 4px;
    left: 110px;

}
.css-1dahtoo {
    /* animation: animation-w9wgar1 4s ease-in-out infinite;
    opacity: 0; */
}
@keyframes animation-w9wgar1 {
    0% {
        opacity: 0;
    }
    20% {
        opacity: 1;
    }
    80% {
        opacity: 1;
    }
    90% {
        opacity: 1;
    }
    100% {
        opacity: 1;
    }
}
.plane {
    position: absolute;
    top: -32px;
    right: -240px;
    z-index: 10;
    display: none; 
}
.css-1klp09s {
    -webkit-align-items: flex-start;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}
.css-rlmnh1 {
    width: 178px;
    height: 178px;
}


.css-rlmnh1~.css-rlmnh1 {
    margin-left: 16px;
}

.p-container--default>.p-container__inner {
    width: 92%;
    max-width: calc(100% - 48px);
    max-width: calc(100% - var(--padding-container-base));
}
.css-mysi51 {
    font-size: 23px;
    font-weight: 600;
    line-height: 1.5;
    color: rgb(51, 61, 75);
    text-align: center;
    opacity: 0;
    transform: translate3d(0px, 50px, 0px);
    animation: 0.5s ease-in-out 2s 1 normal forwards running animation-1x3fevv;
}
@keyframes animation-1x3fevv {
0% {
    opacity: 0;
    transform: translate3d(0px, 50px, 0px);
}

100% {
    opacity: 1;
    transform: translate3d(0px, 0px, 0px);
}}
.mob {
    position: absolute;
    width: 91%;
    height: 100%;
    top: 51%;
    left: 41%;
    transform: translate(-50%,-50%);
    z-index: 1;
}


.inner_img_slide {
    position: relative;
    width: 600px;
    height: 895px; 
    transform: translate3d(0px, 0px, 0px);
}
.inner_img_slide .slide {
    position: absolute;
    top: 7%;
    left: 50%;
    width: 57%;
    transform: translate3d(-50%, 2%, 0);
    /* animation: animation-w9wgar1 4s ease-in-out infinite; */
}
/* .inner_img_slide .slide1 {
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
} */




.inner_img_slide .slide img {
    width: 100%;
    height: 100%;
}
.inner_img_slide .slide1 img {
    width: 100%;
    height: 100%;
}
.inner_img_slide .slide2 img {
    width: 100%;
    height: 100%;
}
.inner_img_slide .slide3 img {
    width: 100%;
    height: 100%;
} 

@keyframes animation-w9wgar {
    0% {
        opacity: 0;
    }
    3% {
        opacity: 1;
    }
    37% {
        opacity: 1;
    }
    40% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

.div_4 .three {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 75px 0;
}
.div_4 .three > div {
    width: 334px;
    height: 165px;
    border-radius: 82.5px;
    font-size: 17px;
    color: #fff;
    font-weight: 600; 
    text-align: center;
    line-height: 25px;
    padding-top: 23px;
}
.div_4 .three > div p {
    font-size: 17px;
    color: #fff;
    margin-bottom: 15px;
    font-weight: 500;
    width: 100%;
    text-decoration: underline;
    text-underline-position: under;
}
.div_4 .inner_div_in ul li {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    font-size: 21px;
    color: #323131;
    font-weight: 500;
    margin-bottom: 25px;
    font-weight: 600;
}
.div_4 .inner_div_in ul li span {
    width: 9px;
    height: 9px; 
    border-radius: 50%;
    border: 2px solid #323131;
    margin-right: 10px;
    display: inline-block;
}
 
.img_react {
    display: none;
}
.txt_react {
    display: none;
}
.linear_txt_react {
    display: none;
}
.hover_div_react {
    display: none;
}
.top2_react {
    display: none;
}
.top_2 .txt_react {
    display: none;
}
@media (max-width: 768px){
    .img_st {
        display: none;
    }
    .img_react {
        display: block;
    }
    .top_1 .txt {
        display: none;
    } 
    section.top_1 .swiper-slide .txt {
        width: 100%;
    }
    section.top_1 .swiper-slide .txt p {
        font-size: 29px;
        line-height: 40px;
    }
    section.top_1 .swiper-slide .txt span {
        font-size: 15px;
        line-height: 24px;
        margin-bottom: 25px;
    }
    .top_support {
        width: calc(100% - 40px);
        margin: 0 auto;
    }
    .top_1 .txt {
        display: none;
    }
    .txt_react {
        display: block !important;
    }
    .top_support .txt {
        display: none;
    }
    .top_support .txt p {
        font-size: 24px;
        line-height: 36px;
    }
    .top_support .txt span {
        font-size: 15px; 
        line-height: 25px;
    }
    .top_support .txt a {
        font-size: 13px;
        max-width: 150px;
        margin-top: 25px;
    }
    .linear { 
        background: url(/common/front/img/sama/mobile/main/07.jpg);
        background-size: cover;
        align-items: baseline;
    }
    .linear .linear_txt h1 {
        font-size: 16px;
    }
    .linear .linear_txt h2 {
        font-size: 24px;
        line-height: 1.6;
    }
    .linear .linear_txt {
        width: calc(100% - 40px);
        margin: 0 auto;
        margin-top: 70px;
    }
    .linear .linear_txt h2 span {
        vertical-align: super;
        margin-top: 0px;
    }
    .linear_txt_react {
        display: block !important;
    }
    .linear .linear_txt {
        display: none; 
    }
    .inner_div_in .inner_txt {
        width: calc(100% - 40px);
        margin: 0 auto;
    }
    .inner_div_in .inner_txt h1 {
        font-size: 16px;
    }
    .inner_div_in .inner_txt h2 {
        font-size: 24px;
        line-height: 1.6;
    }
    .top {
        padding: 90px 0;
    }
    .hover_div {
        width: calc(100% - 40px);
        margin: 0 auto;
        margin-top: 50px;
    }
    .hover_div .hover_card .back p {
        font-size: 20px;
        line-height: 30px;
    }
    .hover_div .hover_card .back {
        padding: 35px 20px;
    }
    .hover_div {
        display: none;
    }
    .hover_div_react {
        display: block;
    } 

    
    .hover_div .hover_card.active .front {
        filter: blur(8px);
        opacity: .5; 
        transition: all .3s;
    }
    .hover_div .hover_card.active .back p {
        font-size: 17px; 
    }
    .hover_div .hover_card.active .back img {
        display: none;
    }
    .hover_div .hover_card.active .back_txt {
        transform: translate3d(0px, 0px, 0px);
        transition: all 1s; 
        font-size: 13px;
        line-height: 20px;
    }
    .hover_div .hover_card {
        height: 320px;
    }
    .hover_div .hover_card .front {
        height: 320px;
    }
    .hover_div .hover_card .back {
        height: 320px;
    }
    .hover_div .hover_card {
        margin-bottom: 20px;
    }


    .top2 .txt {
        display: block !important;
    }
    .top2 {
        padding: 40px 0;
    }
    .top2 {
        display: none;
    }
    .top2_react {
        display: block;
        width: 100%;
    } 
    .top2 .txt span {
        line-height: 30px;
    }
 
    .vision .swiper-container {
        margin-top: 50px;
    } 
    .vision .swiper-slide:first-child {
        margin-left: 0px;
    }
    .vision .swiper-slide {
        width: 260px;  
    }
    .vision .swiper-slide img {
        width: 260px;
    }
    .vision .swiper-slide p {
        font-size: 13px;
    }
    .vision .pagination {
        width: 90px;
        margin-top: 50px;
    }
    .vision .swiper-button-prev, .vision .swiper-button-next {
        width: 35px;
        height: 35px;
        background-size: 8px 12px;
    }
    .top_2 .txt {
        display: none;
    }
    .top_2 .txt_react {
        display: block;
        width: 100%; 
    }
    .top_2 .txt_react p {
        font-size: 49px;
        line-height: 60px !important;
        margin-bottom: 30px !important;
    }
    .top_2 .txt_react span {
        font-size: 15px !important;
        line-height: 23px !important;
    }
    .top_2 .txt a {
        font-size: 13px !important;
        max-width: 150px !important;
    }
} 


@media (max-width: 768px){
    .hover_div .hover_card .back img {
        width: 20px;
        height: 20px;
        margin-top: 20px;
    }
}