@charset "utf-8";

/* Layout */
/* CSS스타일시트상에 적용방법 아래 두가지중 하나를 선택하여 사용하면 됩니다.  */

@font-face {
    font-family: 'Pretendard-Regular';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

/* 위처럼 적용시 body에 속해 있는 모든 폰트가 나눔스퀘어로 적용됨을 알수 있습니다.*/
body,
html {
    margin:0;
    background:#fff;
}
body{
    max-width:1920px;
    margin:0 auto;
}
button,
textarea,
input,
body,
select,
button,
table {
    font-family: 'Pretendard-Regular';
    font-size: 15px;
}
img,
fieldset,
button {
    border: 0
}
img{
    vertical-align: middle;
    max-width:100%;
}
ul,
ol {
    list-style: none
}

em,
address {
    font-style: normal
}

a {
    text-decoration: none
}

a:hover,
a:active,
a:focus {
    text-decoration: none
}
.root-width {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}
.target-span{
    position:absolute;
    height:80px;
    width:1px;
    display:block;
    top:-80px;
}
/* 헤더 */
header {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 9;
    transition: background-color 0.3s ease;
}
.fixed-header header {
    background: #fff;
    position: fixed;
    -moz-box-shadow: 0px 3px 6px rgb(0 0 0 / 7%);
    -webkit-box-shadow: 0px 3px 6px rgb(0 0 0 / 7%);
    box-shadow: 0px 3px 6px rgb(0 0 0 / 7%);
}
.in-header {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.in-header h1 {
   
    width:165px;
    margin:0;
    
}
.m-header.in-header{
    padding:0;
}
.m-header.in-header h1 {
    position:relative;
    width:100%;
    text-align:center;
    top:0;
    padding-top:60px;
    margin:0;
}
.in-header h1 img {
    vertical-align: middle;
    width:100%;
    
}
.logoB{
    display:none;
}
.fixed-header .logoB{
    display:block;
}
.fixed-header .logoW{
    display:none;
}
nav ul {
    display: flex;
    justify-content: flex-end;
    margin:1px 0 0;
}
.m-header nav ul {
    width: 100%;
    justify-content: space-around;
}
nav ul li {
    text-align: right;
    padding: 0 0 0 40px;
}

nav ul li a {
    line-height: 20px;
    color: #fff;
    font-size: 22px;
    padding: 30px 0 30px;
    display: block;
    font-weight:500;
    transition: color 0.3s ease;
    position: relative;
}
.fixed-header nav ul li a {
    color:#151515;
}
nav ul li a:after{
    content:'';
    display:block;
    width:100%;
    height:4px;
    background:#c3272e;
    position:absolute;
    bottom:18px;
    left:0;
    transform:scaleX(0);
    transition:transform 0.3s ease;
}
nav ul li a.on:after{
    content:'';
    display:block;
    width:100%;
    height:4px;
    background:#c3272e;
    position:absolute;
    transform:scaleX(1);
    transition:transform 0.3s ease;
}
.wrap-mobiler .in-header{
    height:58px;
    align-items: center; 
}
.box-section{
    position: relative;
}
.hamburger-menu{
    width:38px;
    height:38px;
    position: absolute;
    right:20px;
    top:10px;
    background-image: url("../img/hamburger.png");
    background-repeat: no-repeat;
    background-position: 50% top;
}
.on-menu .toggle-menu{
    background-position:50% bottom;
}
.nav-box{
    background:#000;
    position:fixed;
    top:58px;
    left:0;
    width:100%;
    height:calc(100vh - 58px);
    z-index:100;
    display:none;
}
.on-menu .nav-box{
    display:block;
}
.nav-box a{
    color:#fff;
}
.nav-box ul{
    display:flex;
    flex-direction: column;
    gap:10px;
    margin:0;
    padding:0;
}
.nav-box nav ul li a.on:after{
    display:none;
}
.nav-box nav{
   padding-top:80px;

}
.nav-box nav ul li a {
    line-height: 20px;
    color: #fff;
    font-size: 22px;
    padding: 20px 0 20px
}
.nav-box nav ul li a.on{
    color:#c3272e;
}
/* section1 */
.box-section1 {
    min-height: calc(100vh - 900px);
    padding-top: 900px;
    background-color:#403f3e;
    background-image: url("../img/section1.webp");
    background-position: 50% top;
    background-size:cover
}
.title-section{
    width:100%;
    position: absolute;
    box-sizing: border-box;
    padding:0 5%;
    text-align: center;
}
.title-section1{ 
    top:251px; 
    text-align: center;
}
.section1-section-bottom{
    bottom:0;
    display:flex;
    justify-content: center;
    text-align: center;
}
.section1-section-bottom > div{
    padding:0 13px;
}
.section1-section-bottom img{
    vertical-align: middle;
    width:100%;
    max-width: 100% !important;
    
}
.act-motion {
    opacity: 0;
    transform: translateY(100px);
    transition: opacity 0.5s ease, transform 0.5s ease;
}

.act-motion.visible {
    opacity: 1;
    transform: translateY(0);
}
/* section2 */
.box-section2 {
    padding-top: 0px;
    background-color:#fff;
    height:auto;
}
.title-section2{
    padding-top:180px;
    position: relative;
}
.title-section2 > div:nth-child(2){
    padding-top:24px;
}
.title-section2 > div:nth-child(3){
    padding-top:40px;
}
@keyframes blink1 {
    0%, 20%, 100% { opacity: 1; }
    50% { opacity: 0; }
}
  
.aos-animate .blinking-image {
    animation: blink1 1s infinite;
    animation-delay: 1s;
}
.section2-section-bottom{
    position: relative;
    padding:0;
    padding-top:34px;
}
.section2-section-bottom img{
    vertical-align: middle;
    max-width: 100% !important;
    padding-bottom:20px;
}
/* section3 */
.box-section3 {
    padding: 80px 0 214px;
    height:auto;
    background:#fff;
    background-size:cover;
    background-image: url("../img/section3.webp");
    background-position: 50% bottom;
    background-repeat: no-repeat;
}

.title-section3{ 
    position: relative; 
    text-align: center;
}
.title-section3 > div:nth-child(2){
    padding-top:30px;
}
.section3-section-bottom{
    padding-top:60px;
    display:flex;
    gap:40px;
    justify-content: center;
    position: relative;
    align-items: center;
}
.arrow-box{
    margin-left:-30px;
}
.section3-section-bottom img{
    max-width:100%;
}
.section3-bottom42{
    padding:12px 0  20px;
}


/* section4 */
.box-section4 {
    padding: 170px 0 240px;
    height:auto;
    background:#fff;
    background-image: url("../img/section4.webp");
    background-position: 50% bottom;
    background-repeat: no-repeat;
    background-size: cover;
}
.title-section4{
    position: relative;
}
.wrap-tab{
    padding: 40px 0 30px 0;
 }
 .wrap-tab ul{
     display:flex;
     max-width:815px;
     margin:0 auto;
     justify-content: center;
     padding:0;
     gap:10px;
 }
 .wrap-tab ul li{ 
     text-align: center;
   
 }
 .wrap-tab ul li a{
     font-size:24px;
     font-weight:bold;
     line-height: 24px;
     width:200px;
     padding: 16px 0 16px 0;
     border-radius: 5px;
     background:#cdcdcd;
     color:#141414;
     display:inline-block;
     
 }
 .wrap-tab ul li.on a{
    background: #c3272e;
    color:#fff;
 }
 .tab-box{
    position:absolute;
    left:-99999px;
     max-width:1200px;
     margin:0 auto;
   
     text-align: center;
     font-weight:800;
     line-height: 20px;
 }
 .wrapTab_on {
    display: flex;
    position: relative;
    left: 0;
    height: 100%;
    align-items: center;
    justify-content: center;
}
.title-section4 > div:nth-child(2){
    padding:25px 0 50px;
}
.tab-bottom{
    max-width:1000px;
    height:450px;
    background:#fff;
    border-radius: 5px;
    margin: 0 auto;
}
.grid-box {
    display: grid;
    gap: 14px;
}
.tab3 .grid-box{
    padding-top:15px;
}
.grid-box .box-line {

}
.grid-box .box-line .box-image img {
    width:100%;
}
.grid-box span{
    display:block;
}
.grid-box-bottom {
    display: flex;
    gap: 10px;
}
.margin12{
    margin:12px 0;
}
.box-line1{
    height:32px;
}
.box-line2{
    height:70px;
}
.box-line3{
    height:44px;
}
.tab4 .box-line3{
    height:65px;
}
/* 기본 애니메이션 설정 */
.box-line {
    opacity: 0;
}
/* 기본 애니메이션 설정 */
.aos-animate .wrapTab_on .box-line {
    opacity: 0;
    transform: translateY(50px);
    animation: fadeInUp 0.5s forwards;
}
/* 각 요소별 애니메이션 딜레이 */
.aos-animate .wrapTab_on .box-line1 {
    animation-delay: 0.2s;
}

.aos-animate .wrapTab_on .box-line2 {
    animation-delay: 0.2s;
}

.aos-animate .wrapTab_on .box-line3 {
    animation-delay: 0.3s;
}

.aos-animate .wrapTab_on .box-line4 {
    animation-delay: 0.4s;
}

.aos-animate .wrapTab_on .box-line5 {
    animation-delay: 0.5s;
}

.aos-animate .wrapTab_on .box-line6 {
    animation-delay: 0.6s;
}
.grid-box-bottom-bar{
    gap:30px;
    justify-content:center;
    height:160px;
    align-items: flex-end;
}

.grid-box-bottom-bar .bar {
    opacity: 0;
    width: 70px;
    height: 0px;
    position: relative;
    transition: height 1s ease, opacity 0.5s ease;
    overflow: hidden;
}

.aos-animate .wrapTab_on .grid-box-bottom-bar .bar {
    opacity: 1;
    height: 130px;
}

.aos-animate .wrapTab_on .grid-box-bottom-bar .bar1 {
    transition-delay: 0.1s;
}

.aos-animate .wrapTab_on .grid-box-bottom-bar .bar2 {
    transition-delay: 0.15s;
}

.aos-animate .wrapTab_on .grid-box-bottom-bar .bar3 {
    transition-delay: 0.2s;
}

.aos-animate .wrapTab_on .grid-box-bottom-bar .bar4 {
    transition-delay: 0.25s;
}

.aos-animate .wrapTab_on .grid-box-bottom-bar .bar5 {
    transition-delay: 0.3s;
}

.grid-box-bottom-bar .bar::before{
    content:'';
    display:block;
    width:100%;
    height:0%;
    background:#dac3c4;
    position: absolute;
    bottom:0;
    left:0;
}
.grid-box-bottom-bar .bar1::before{
    height:95px;
}
.grid-box-bottom-bar .bar2::before{
    height:105px;
    background:#c3272e;
}
.grid-box-bottom-bar .bar3::before{
    height:115px;
}
.grid-box-bottom-bar .bar4::before{
    height:130px;
}
.grid-box-bottom-bar .bar5::before{
    height:120px;
}
.grid-box-bottom-bar span{
    display:block;
    height:30px;
    line-height: 20px;
    padding:8px 0 2px;
    box-sizing: border-box;
    font-size:18px;
    color:#1f1f1f;
}
/* 애니메이션 키프레임 정의 */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(50px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* 이미지 기본 스타일 */
.grid-box img, .grid-box-bottom img {
    max-width: 100%;
    height: auto;
}

@keyframes moveUpDown {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}

.tab-bottom-image {
    position: absolute;
    right: 70px;
    bottom: 100px;
    animation: moveUpDown 2s infinite ease-in-out;
}
.tab-bottom-image img{
    max-width:100%;
}
/* section5 */
.box-section5 {
    padding: 170px 0;
    height:auto;
    background:#fff;
    background-image: url("../img/section5.webp");
    background-position: right bottom;
}
.box-section5::before{
    content:'';
    display:block;
    width:calc(50% + 60px);
    height:100%;
    background:#c3272e url("../img/section5B.webp");
    background-repeat:repeat-y;
    background-position: right top;
    position:absolute;
    top:0;
    left:0;
}
.wrap-map{
    display:flex;
    gap:24px;
}
.map-left{
    width:50%;
    display:flex;
    flex-direction: column;
    gap:24px;
    justify-content: center;
}
.map-right{
    width:50%;
}
.map-right img{
    max-width:100%;
}
.flex-box{
    display:flex;
    gap:24px;
    padding-top:40px;
}
.map-left .flex-box + div{
    margin-bottom:-10px;
}
@keyframes zoomIn {
    0% {
        transform: scale(3);
        opacity: 0.2;
    }
    60% {
        transform: scale(1.1);
    }
    80% {
        transform: scale(0.95);
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}
.flex-box .zoom-in{
    opacity: 0;
}
.aos-animate .zoom-in {
    animation: zoomIn 0.6s cubic-bezier(0.68, -0.55, 0.27, 1.55) forwards;
}
.aos-animate .zoom-in1 {
    animation-delay: 0.5s;
}

.aos-animate .zoom-in2{
    animation-delay: 0.7s;
}

.map-right > div{
    margin-left:150px;
    position:relative;
}
.map-right-image{
    position:relative;
    margin-bottom:20px;
}
.map-right-image img{
    max-width:100%;
}


.flag-box-list li {
    opacity: 0;
    position: absolute;
    width: 11.1112%;
   
}
.flag-box-list li img{
    max-width:100%;
}
.aos-animate .flag-box-list li {
    animation: zoomOut 0.6s cubic-bezier(0.68, -0.55, 0.27, 1.55) forwards;
    
}
.aos-animate .flag-box-list li:nth-child(1) {
    animation-delay: 0.1s;
    top: 7.3%;
    left: 21%;
}

.aos-animate .flag-box-list li:nth-child(2) {
    animation-delay: 0.2s;
    top: 10%;
    left: 25%;
}

.aos-animate .flag-box-list li:nth-child(3) {
    animation-delay: 0.3s;
    top: 7%;
    left: 38%;
}

.aos-animate .flag-box-list li:nth-child(4) {
    animation-delay: 0.4s;
    top: 13.3%;
    left: 31.5%;
}

.aos-animate .flag-box-list li:nth-child(5) {
    animation-delay: 0.5s;
    top: 18%;
    left: 44%;
}

.aos-animate .flag-box-list li:nth-child(6) {
    animation-delay: 0.6s;
    top: 19%;
    left: 50%;
}

.aos-animate .flag-box-list li:nth-child(7) {
    animation-delay: 0.7s;
    top: 20.5%;
    left: 64%;
}

.aos-animate .flag-box-list li:nth-child(8) {
    animation-delay: 0.8s;
    top: 22.5%;
    left: 32%;
}

.aos-animate .flag-box-list li:nth-child(9) {
    animation-delay: 0.9s;
    top: 29%;
    left: 20%;
}

.aos-animate .flag-box-list li:nth-child(10) {
    animation-delay: 1s;
    top: 28%;
    left: 39%;
}

.aos-animate .flag-box-list li:nth-child(11) {
    animation-delay: 1.1s;
    top: 31%;
    left: 54%;
}

.aos-animate .flag-box-list li:nth-child(12) {
    animation-delay: 1.2s;
    top: 34%;
    left: 26.5%;
}

.aos-animate .flag-box-list li:nth-child(13) {
    animation-delay: 1.3s;
    top: 33%;
    left: 37%;
}

.aos-animate .flag-box-list li:nth-child(14) {
    animation-delay: 1.4s;
    top: 38%;
    left: 29.5%;
}

.aos-animate .flag-box-list li:nth-child(15) {
    animation-delay: 1.5s;
    top: 41%;
    left: 50%;
}

.aos-animate .flag-box-list li:nth-child(16) {
    animation-delay: 1.6s;
    top: 40.7%;
    left: 68%;
}

.aos-animate .flag-box-list li:nth-child(17) {
    animation-delay: 1.7s;
    top: 44%;
    left: 45.5%;
}

.aos-animate .flag-box-list li:nth-child(18) {
    animation-delay: 1.8s;
    top: 49%;
    left: 21%;
}

.aos-animate .flag-box-list li:nth-child(19) {
    animation-delay: 1.9s;
    top: 50.5%;
    left: 29.5%;
}

.aos-animate .flag-box-list li:nth-child(20) {
    animation-delay: 2s;
    top: 55.5%;
    left: 36%;
}

.aos-animate .flag-box-list li:nth-child(21) {
    animation-delay: 2.1s;
    top: 56%;
    left: 51%;
}

.aos-animate .flag-box-list li:nth-child(22) {
    animation-delay: 2.2s;
    top: 60%;
    left: 18%;
}

.aos-animate .flag-box-list li:nth-child(23) {
    animation-delay: 2.3s;
    top: 82%;
    left: 16.5%;

}
@keyframes zoomOut {
    0% {
        transform: translateY(-30px) scale(1.5);
        opacity: 0.2;
    }
    60% {
        transform: translateY(5px) scale(1);
        opacity: 1;
    }
    90% {
        transform: translateY(-3px) scale(0.98);
    }
    100% {
        transform: translateY(0) scale(1);
        opacity: 1;
    }
}
/* section6 */
.box-section6 {
    padding: 170px 0 170px;
    height:auto;
    background:#fff;
    background-image: url("../img/section6.webp");
    background-position: 50% bottom;
    background-repeat: no-repeat;
    background-size: cover;
    overflow:hidden;
   
}
.section6-bottom-image{
    right:-160px;
    top:-80px;
    position: absolute;
    animation: moveUpDown 2s infinite ease-in-out;
}
.title-section6{ 
    position: relative; 
    text-align: center;
}
.title-section6B{
    display:flex;
    gap:14px;   
    justify-content: center;
    padding:0;
    padding-top:20px;
    position: relative; 
}
.in-section6{
    max-width:960px;
    margin:0 auto;
    padding-top:36px;
}
.in-section6 .iframe{
    position: relative;
    padding-top:56.25%;
    height:0;
    overflow:hidden;
}
.in-section6 .iframe iframe{    
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    border:0;
}
.in-section6 ul{
    display:flex;
    gap:10px;
    justify-content: center;
    padding:0;
    padding-top:20px;
    margin:0;
}
.in-section6 ul img{
    max-width:100%;
}
.section6-section-bottom{
    position: relative;
    height:400px;
    max-width: 1240px;
    margin:0 auto;
    margin-top:70px;
    padding:0;
}
.section6-section-bottom li{
    position: absolute;
}
.section6-section-bottom li img{
    max-width:100%;
}
.section6-section-bottom li:nth-child(1){
    left:0;
    top:38px;
    width:29.5%;
}
.section6-section-bottom li:nth-child(2){
    left:420px;
    top:0px;
    width:34%;
}
.section6-section-bottom li:nth-child(3){
    right:0;
    top:38px;
    width:25%;
}   
.section6-section-bottom li:nth-child(4){
    left:140px;
    top:215px;
    width:29.6%;
}
.section6-section-bottom li:nth-child(5){
    right:155px;
    bottom:0;
    width:41.2%;
}
/* section7 */
.box-section7 {
    padding: 170px 0 170px;
    height:auto;
    background:#b7252b;
    
    background-image: url("../img/section7.webp");
    background-position: 50% bottom;
    background-repeat: no-repeat;
    background-size: cover;
}
.title-section7{
    position: relative;
    display: grid;
    gap:20px;
}
.tab_container {
    display: flex;
    max-width: 1120px;
    margin: 45px auto 0;
}

.image-area {
    width: 50%;
    height:583px;
    overflow: hidden;
    position: relative;
}

.image-area img {
    width: 100%;
    height: 583px;
    position: absolute;
    top: 0;
    left: 0%;
    visibility: hidden;
    opacity: 0;
    transition: all 0.5s ease;
}

.image-area img.active {
    left: 0;
    opacity: 1;
    visibility: visible;
}

.qa-area {
    width: 50%;
    background: #fff;
}

.qa-item {
    border-top: 4px solid #fff;
}
.qa-item:first-child{
    border:0;
}
.qa-question {
    cursor: pointer;
    padding: 16px;
    font-weight: bold;
    background: #000;
    color:#fff;
    font-size:24px;
    transition: background 0.3s;
}

.qa-answer {
    display: none;
    margin:22px 22px 18px 22px;
    border:2px solid #000;
    padding: 0px 0 0px 45px;
    background: #fff;
    font-size: 24px;
    line-height: 1.5;
    box-sizing: border-box;
    height:287px;
    align-items: center;
}
.qa-answer h3{
    font-size:38px;
    margin:0;
    font-weight:700;
}
.qa-answer span{
    color:#b9252c;
    font-weight:700;
}
.qa-answer ol{
    list-style: auto;
    margin:0;
    margin-left:20px;
}
.qa-answer ol li{
    margin:15px 0;
    line-height:30px;
}
.qa-item.active .qa-answer {
    display: flex;
}
.star-list {
    top:60px;
}
  
.star-list li {
    position: absolute;
    opacity: 1;
    transition: opacity 0.3s ease-in-out;
    display:inline;
}
.star-list li:nth-child(1){
    top:4vw;
    left:10.5vw;
    width:2.2vw
}
.star-list li:nth-child(2){
    top:11vw;
    left:5.4vw;
    width:2.3vw
}
.star-list li:nth-child(3){
    top:9vw;
    left:14vw;
    width:1vw
}
.star-list li:nth-child(4){
    top:3.2vw;
    right:12vw;
    width:4.7vw
}
.star-list li:nth-child(5){
    top: 12vw;
    right: 18vw;
    width: 1.35vw;
}
.star-list li:nth-child(6){
    top:14vw;
    right:5.2vw;
    width:2.5vw;
}
.star-list li img{
    max-width:100%;
    vertical-align: middle;
}
.rolling-banner {
    width: 100%;
    height: 62px; /* 원하는 높이로 설정 */
    background-image: url('../img/marquee.gif');
    background-repeat: repeat-x;
    background-position: 0 0;
    animation: scrollBackground 200s linear infinite;
}

@keyframes scrollBackground {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: -2000% 0; /* 배경 이미지의 너비에 따라 조정 */
    }
}
/* section8 */
.box-section8 {
    padding: 180px 0 235px;
    height:auto;
    background:#fff;
    background-image: url("../img/section8.webp");
    background-position: 50% bottom;
    background-repeat: repeat-x;
   
}
.title-section8{
    position: relative;
    display: grid;
    gap:24px;
}
.benefit-box-container{
    position: relative;
    max-width:1000px;
    margin:0 auto;
}
.benefit-box{
    margin-bottom: 7px;
    overflow:hidden;
    margin-top:10px;
}
.benefit-box .benefit-box-inner {
    position: relative;
    padding-top: 190px;
    height:0;
    overflow:hidden;
    display: block;
    background: #f9f9f9;
    border-radius: 5px;
    border: 1px solid rgb(0 0 0 / 12%);
    background-position: 50% bottom;
    background-repeat: no-repeat;
    background-size: cover;
}

.benefit-box:nth-child(1) .benefit-box-inner{
    background-image: url("../img/benefit1.gif");
}
.benefit-box:nth-child(2) .benefit-box-inner{
    background-image: url("../img/benefit2.gif");
}
.benefit-box:nth-child(3) .benefit-box-inner{
    background-image: url("../img/benefit3.gif");
}
.benefit-box:nth-child(4) .benefit-box-inner{
    background-image: url("../img/benefit4.gif");
}
.benefit-box img{
    position: absolute;
    top:30px;
    right:60px;
}
.benefit-box:nth-child(4) img{
    top:80px;
    right:50px;
}
.benefit-number {
    font-weight: bold;
    font-size: 18px;
    margin-right: 20px;
    width: 40px;
    height: 40px;
    background: #000;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    flex-shrink: 0;
}
.benefit-image {
    transform: scale(0.8); /* 초기 크기 설정 */
    opacity: 1;
}

.aos-animate .benefit-image {
    opacity: 1;
    animation: bounceIn 1s forwards;
}

.aos-animate.benefit-box:nth-child(1) .benefit-image{
    animation-delay: 1s; /* 첫 번째 요소는 딜레이 없음 */
}

.aos-animate.benefit-box:nth-child(2) .benefit-image {
    animation-delay: 1.4s; /* 두 번째 요소는 0.5초 딜레이 */
}

.aos-animate.benefit-box:nth-child(3) .benefit-image {
    animation-delay: 1.8s; /* 세 번째 요소는 1초 딜레이 */
}

.aos-animate.benefit-box:nth-child(4) .benefit-image {
    animation-delay: 2.2s;
}


@keyframes bounceIn {
    0% {
        transform: scale(0.8) rotate(0deg);
        opacity: 1;
    }
    25% {
        transform: scale(1.1) rotate(15deg);
    }
    50% {
        transform: scale(1.05) rotate(-15deg);
    }
    75% {
        transform: scale(1.1) rotate(10deg);
    }
    100% {
        transform: scale(1) rotate(0deg);
    }
}
.benefit-content {
    flex: 1;
}

.benefit-title {
    font-size: 35px;
    font-weight: bold;
    color:#131313;
    
}
.benefit-title strong{
    font-size:50px;
}
.benefit-title span{
    color: #b4242a;
}
.benefit-desc {
    font-size: 14px;
    margin-top: 5px;
}

/* section9 */
.box-section9{
    background:#f5f5f5;
    padding:180px 0;
}
.title-section9{
    position: relative;
    margin-bottom:25px;
}
.section9-bottom{
    padding:0 15px;
    max-width:1400px;
    margin:0 auto;
}
.section9-bottom-desc{
    color:#9f9f9f;
    text-align: right;
    font-size:17px;
    padding:0 5px;
}
table.table-costs {
    width: 100%;
    border-collapse: collapse;
    text-align: left;
    background:#fff;
}
table.table-costs  thead {
    background-color: #b4242a;
    color: white;
}
table.table-costs  thead th{
    padding:17px 15px;
    text-align: center;
    font-weight:500;
}
table.table-costs th,table.table-costs td {
    padding: 24px 60px;
    border: 1px solid #ddd;
    font-size:20px;
    text-align: center;
}
table.table-costs td.td-costs-content{
    text-align: left;
    white-space: nowrap;
}
table.table-costs td.td-costs{
    font-weight:600;
    color:#b4242a;
}
table.table-costs td.td-costs-contentB{
    color:#9f9f9f;
    font-size:17px;
    line-height:1.6em;
}

table.table-costs th{
    font-size: 22px;
}
table.table-costs tfoot {
    background-color: #b00;
    color: white;
    font-weight: bold;
}
table.table-costs + .note {
    font-size: 17px;
    color: #9f9f9f;
    margin-top: 25px;
    line-height: 1.6;
}
table.table-costs tfoot td{
    font-size:25px;
    line-height:25px;
    padding:18px 0;
    text-align: center;
    border:0;
}
/* section10 */
.box-section10{
    background:#fff;
    padding:180px 0;
}
.title-section10{
    position: relative;
    margin-bottom:50px;
}
.section10-form-container{
    max-width:1200px;
    margin:0 auto;
    background:#f4f4f4;
    padding:45px 130px;
    box-sizing: border-box;
}
.form-group {
    display: flex;
    margin-bottom: 20px;
}
.form-group label {
    font-weight: bold;
    font-size:17px;
    line-height: 42px;
    color:#141414;
}
.form-group > label{
    font-size:20px;
    white-space: nowrap;
    width: 150px; /* 너비를 150픽셀로 고정 */
    display: inline-block;
    min-width:150px;
} 
.section10-form-container .form-group input[type="tel"],
.section10-form-container .form-group input[type="text"],
.section10-form-container .form-group input[type="email"],
.section10-form-container .form-group textarea {
    flex: 1;
    padding: 8px;
    font-size: 17px;
    line-height:24px;
    border: 1px solid #ebebeb;
    border-radius: 3px;
}
.section10-form-container input[type="radio"] {
    display: none;
}

.section10-form-container .radio-group label span {
    vertical-align: middle;
    display: inline-block;
    width:14px;
    height:14px;
    margin: 4px 6px 4px 0;
    border: 1px solid #cacaca;
    border-radius: 50%;
    cursor: pointer;
    color: #333;
    background-color: #fff;
    transition: 0.2s;
    position: relative;
}

.section10-form-container  input[type="radio"]:checked + label span{
    color: #c3272e;
    font-weight: bold;
}
.section10-form-container  input[type="radio"]:checked + label span::after{
    content: '';
    display: block;
    width:8px;
    height:8px;
    border-radius: 50%;
    background-color: #c3272e;
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
}
.section10-form-container  textarea {
    height: 160px;
    min-height:160px;
}
.section10-form-container .radio-group {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.section10-form-container .radio-group label {
    margin-right: 20px;
    font-weight: normal;
}
.section10-form-container .form-footerC {
    margin-top: 20px;
    text-align: center;
}
.section10-form-container .consent {
    margin: 15px 0 35px;
    font-size: 20px;
    color: #141414;
    text-align: center;
    position: relative;
}
.section10-form-container .submit-btn {
    background: #b4242a;
    color: #fff;
    padding: 12px 30px;
    border: none;
    font-size: 29px;
    font-weight:600;
    line-height: 32px;
    cursor: pointer;
}
.section10-form-container .submit-btn:hover {
    background: #900;
}
.wrap-mobiler .form-foot {
    padding:15px 0 0;
    display: flex;
    justify-content: center;
}
.wrap-mobiler .section10-form-container .submit-btn{
    font-size:20px;
    line-height:20px;
}
.form-input-center{
    width:100px !important;
    min-width:100px !important;
    text-align: center;
    line-height: 42px;  
}
.form-input-centerB{
    margin-left:50px;
}
.ap_section input[type=checkbox] {
    position: absolute;

    top: 10px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: 0;
    padding: 0;
    opacity: 0;
    z-index: 2;
}
.ap_section input[type=checkbox]+label{
    position: relative;
    padding-left: 25px;
}
.ap_section input[type=checkbox]+label::before {
    border: 0;
    background: url(../img/check.png) 50% top no-repeat;
    background-size: 17px;
    width: 17px;
    height: 17px;
    left:0;
    top:50%;
    transform: translateY(-50%);
    content: '';
    display: block;
    position: absolute;
}
.ap_section input[type=checkbox]:checked+label::before {
    background-position: 50% bottom;
}
.form-group-select{
    display:flex;
    gap:100px;
    width:calc(100% - 100px);
}
.form-group-select select{
    width:100%;
    padding:10px 15px;
    border:1px solid #ebebeb;;
    border-radius: 3px;
}
.ap_privacy_content {
   
    opacity: 0;
    visibility: hidden;
    white-space: normal;
   
    -webkit-transition: opacity .3s 0s, visibility 0s .3s;
    -moz-transition: opacity .3s 0s,visibility 0s .3s;
    transition: opacity .3s 0s, visibility 0s .3s;
}
.ap_privacy_content .ap_privacy_content_inner{
    max-width: 1000px;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 90%;
    height: 100%;
    max-height: 450px;
    padding: 3% 6%;
    background-color: #c3272e;
    box-shadow: 0 0 20px rgba(0, 0, 0, .2);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index:2;
    box-sizing: border-box;
}
.ap_privacy_content.is_visible {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity .3s 0s, visibility 0s 0s;
    -moz-transition: opacity .3s 0s,visibility 0s 0s;
    transition: opacity .3s 0s, visibility 0s 0s;
    z-index: 990;
}
.ap_privacy_content .ap_privacy_content_inner .ap_privacy_title_container {
	position: relative;
	height: 32px;
}
.ap_privacy_content .ap_privacy_content_inner .ap_privacy_title {
	font-size: 16px;
	font-weight: bold;
	color: #fff;
    padding-left: 15px;
}
.ap_privacy_content .ap_privacy_content_inner .ap_popup_close {
	position: absolute;
	right: -2px;
	bottom: 0;
	width: 32px;
	height: 32px;
	display: inline-block;
	overflow: hidden;
	text-indent: 100%;
	color: transparent;
	white-space: nowrap;
}
.ap_privacy_content .ap_privacy_content_inner .ap_popup_close::before,
.ap_privacy_content .ap_privacy_content_inner .ap_popup_close::after {
	content: '';
	position: absolute;
	top: 16px;
	width: 16px;
	height: 3px;
	background-color: #fff;
}
.ap_privacy_content .ap_privacy_content_inner .ap_popup_close::before {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	left: 8px;
}
.ap_privacy_content .ap_privacy_content_inner .ap_popup_close::after {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	right: 8px;
}
.ap_privacy_content .ap_privacy_content_inner .ap_privacy_desc {
	position: relative;
	width: 100%;
    box-sizing: border-box;
	height: calc(100% - 64px);
	padding: 6%;
	overflow: auto;
	background: #fff;
	border-radius: .25em .25em .4em .4em;
	font-size: 16px;
	-webkit-transition-duration: .3s;
	-moz-transition-duration: .3s;
	transition-duration: .3s;
	color:#444;
    line-height: 28px;
    text-align: left;
}
.ap_privacy_content .ap_privacy_content_inner .ap_privacy_desc ol span{
    font-size:14px;
}
.ap_privacy_content .ap_privacy_content_inner .ap_privacy_command_container {
	position: relative;
	height: 28px;
	text-align: right;
	padding-top:5px;
}
.ap_privacy_content .ap_privacy_content_inner .ap_privacy_check,
.ap_privacy_content .ap_privacy_content_inner .ap_privacy_check + label::before,
.ap_privacy_content .ap_privacy_content_inner .ap_privacy_check + label::after {
	right: 0;
	left: auto;
}
.ap_privacy_content .ap_privacy_content_inner .ap_privacy_check + label {
	padding-right: 42px;
	padding-left: 0;
	color: #eee;
}
.ap_privacy_content .ap_privacy_content_inner .ap_privacy_check{
    border:0;
}
.ap_privacy_command_container input[type=checkbox] {
    position: absolute;

    top: 10px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: 0;
    padding: 0;
    opacity: 0;
    z-index: 2;
}
.ap_privacy_command_container input[type=checkbox]+label{
    position: relative;
    padding-left: 25px;
    cursor: pointer;
}
.ap_privacy_command_container input[type=checkbox]+label::before {
    border: 0;
    background: url(../img/check.png) 50% top no-repeat;
    background-size: 17px;
    width: 17px;
    height: 17px;
    left:0;
    top:50%;
    transform: translateY(-50%);
    content: '';
    display: block;
    position: absolute;
}
.ap_privacy_command_container input[type=checkbox]:checked+label::before {
    background-position: 50% bottom;
}
.ap_privacy_btn{
    background:#626262;
    color:#fff;
    padding: 3px 10px;
    vertical-align: middle;
    border-radius: 3px;
    cursor: pointer;
    font-size: 12px;
}
.footer_ {
    background-color: #eee;
    padding: 40px 20px 110px;
    font-size: 16px;
    color: #1e1e1e;
    line-height: 26px;
  }
  
.footer-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 130px;
    max-width: 1240px;
    margin:0 auto;
}
.footer_  p{
    margin:10px 0;
} 
.footer-logo img {
    height: 50px;
}
  
.footer-info {
    display: flex;
    flex-direction: column;
    gap: 5px;
}
  
.footer-copy {
    font-weight: bold;
}
  
.footer-link {
    color: #1e1e1e;
    text-decoration: none;
    font-weight: bold;
}
.form-foot{
    text-align: center;
}
.form-footer{
    position: fixed;
    bottom: -100px;
    left: 0;
    width: 100%;
    height:80px;
    box-sizing: border-box;
    background-color: #b4242a;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
    transition: bottom 0.5s ease-in-out;
}
.fixed-footer .form-footer{
    bottom:0;
}
.form-footer-container{
    max-width: 1240px;
    margin:0 auto;
}
.inquiry-input-container{
    display:flex;
    gap:10px;
}
.inquiry-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    padding: 12px 0px;
  }
  
  .inquiry-text {
    color: white;
    font-weight: bold;
    font-size: 32px;
    white-space: nowrap;
  }
  
  .inquiry-text strong {
    color: #ffed23; /* 노란색 */
  }
  
  .inquiry-input {
    padding: 14px 10px;
    border: none;
    border-radius: 2px;
    width: 140px;
    font-size: 23px;
    color: #555;
    line-height: 28px;
  }
  
  .inquiry-checkbox {
    color: white;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 5px;
  }
  
  .inquiry-button {
    background-color: #141414;
    color: white;
    border: none;
    padding: 12px 30px;
    font-weight: 600;
    font-size: 29px;
    line-height: 32px;
    cursor: pointer;
  }
  
  .inquiry-button:hover {
    background-color: #333;
  }
.inquiry-checkbox-container{
    position: relative;
}
.inquiry-bar input[type=checkbox] {
    position: absolute;

    top: 10px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: 0;
    padding: 0;
    opacity: 0;
    z-index: 2;
}
.inquiry-bar input[type=checkbox]+label{
    position: relative;
    padding-left: 25px;
    cursor: pointer;
}
.inquiry-bar input[type=checkbox]+label::before {
    border: 0;
    background: url(../img/check.png) 50% top no-repeat;
    background-size: 17px;
    width: 17px;
    height: 17px;
    left:0;
    top:50%;
    transform: translateY(-50%);
    content: '';
    display: block;
    position: absolute;
}
.inquiry-bar input[type=checkbox]:checked+label::before {
    background-position: 50% bottom;
}
.wrap-mobiler .target-span {
    position: absolute;
    height: 58px;
    width: 1px;
    display: block;
    top: -58px;
}
.complete-container{
    text-align: center;
    max-width:768px;
    margin:300px auto 200px;
}
.complete-container a{
    margin:25px 0;
    display:inline-block;
}
.complete-container img{
    max-width: 100%;
}
.wrap-mobiler .complete-container{
    margin:40vw 0 40vw;
}
.wrap-mobiler .complete-container a{
    margin:25px 0;
    display:inline-block;
}
.complete-header{
    background: #fff;
    position: fixed;
    -moz-box-shadow: 0px 3px 6px rgb(0 0 0 / 7%);
    -webkit-box-shadow: 0px 3px 6px rgb(0 0 0 / 7%);
    box-shadow: 0px 3px 6px rgb(0 0 0 / 7%);
}
.complete-header .in-header{
    height:80px;
}
.complete-header .in-header .logoB{
    display:block;
}
@media (max-width: 1270px) {
    /* 여기에 스타일을 추가하세요 */
   
  table.table-costs td.td-costs-content {
        white-space: wrap;
    }
  table.table-costs th, table.table-costs td {
        padding: 24px 15px;
    }
}
@media (max-width: 1024px) {
   
}

.wrap-mobiler{
    max-width:768px;
    margin:0 auto;
}
.wrap-mobiler header{
    background: #fff;
    position: fixed;
    -moz-box-shadow: 0px 3px 6px rgb(0 0 0 / 7%);
    -webkit-box-shadow: 0px 3px 6px rgb(0 0 0 / 7%);
    box-shadow: 0px 3px 6px rgb(0 0 0 / 7%);
    width:100%;
    z-index: 100;
    display:block;
    max-width:768px;
}
.wrap-mobiler header .logo{
    vertical-align: middle;  
    height:34px;
    margin-left:15px;
}
.wrap-mobiler header h1 a{
    display:inline-block;
    position: absolute;
    left:0;
    top:0px;
    bottom:0;
    width:140px;
    margin:0;
    height:34px;
    vertical-align: middle;
}
.wrap-mobiler nav ul li{
    text-align: center;
    margin:0;
    padding:0;
}
.wrap-mobiler nav ul li a{
    color:#fff;
}
.wrap-mobiler nav ul li a:hover{
    color:#b4242a;
}
.wrap-mobiler .title-section {
    width: 100%;
    box-sizing: border-box;
    padding: 0 0%;
    text-align: center;
    
}
.wrap-mobiler .box-section1 {
    padding-top: 90vw;
    padding-bottom:17.5vw;
    background-image: url(../img/m_section1.webp);
}
.wrap-mobiler .title-section1{
    top:40vw;
}
.wrap-mobiler .section1-section-bottom{
    display:flex;
    flex-direction: column;
    gap:14px;
    position: relative;
}
.wrap-mobiler .box-section2 {
    padding-top: 23vw;
    padding-bottom:0vw;
}
.wrap-mobiler .title-section2 > div:nth-child(3) {
    padding-top: 30px;
}
.wrap-mobiler .section2-section-bottom{
    display:flex;
    flex-direction: column;
    gap:2vw;
    padding-top:20px;
    position: relative;
}
.wrap-mobiler .section2-section-bottom img{
    padding-bottom:0;
}
.wrap-mobiler .box-section3 {
    padding-top: 14vw;
    padding-bottom:0vw;
    background-image: url(../img/m_section3.webp);
    background-position: 50% bottom;
    background-size: cover;
}
.wrap-mobiler .section3-section-bottom{
    flex-direction: column;
    gap:0;
    padding-top: 8vw;
}
.section3-bottom41{
    position: relative;
    height:5vw;
    margin-top: 5vw;
    margin-bottom: 5vw;
}
.section3-bottom3{
    margin-top:-8vw;
}
.section3-bottom41 img{
    position: absolute;
    left:0;
    top:0;
}
.wrap-mobiler .box-section4 {
    padding-top: 21.2vw;
    padding-bottom:32vw;
    background-image: url(../img/m_section4.webp);
    background-position: 50% top;
    background-size: cover;
}
.wrap-mobiler .title-section4 > div:nth-child(2) {
    padding: 5vw 0 8vw;
}
.wrap-mobiler .wrap-tab{
    padding: 0vw 0 3vw;
}
.wrap-mobiler .wrap-tab ul{
    flex-wrap: wrap;
    padding:0 12vw;
}
.wrap-mobiler .wrap-tab ul li{
    width:calc(50% - 10px);
    margin:0vw;
    box-sizing: border-box;
}
.wrap-mobiler .wrap-tab ul li a{ 
    width:100%;
}
.wrap-mobiler .tab-bottom{
    height:127vw;
    border-radius: 0;
    margin:0 4vw;
}
.wrap-mobiler .grid-box {
    display: grid;
    gap: 2vw;
}
.wrap-mobiler .box-line {
    height: auto;
}
.wrap-mobiler .grid-box-bottom{
   margin-top: 5vw;
}

.wrap-mobiler .box-section5 {
    padding: 0px 0;
    height: auto;
    background: #fff;
}
.wrap-mobiler .wrap-map {
    flex-direction: column;
    gap: 0px;
    padding-bottom:22vw;
    overflow: hidden;
}
.wrap-mobiler  .map-left {
    width: 100%;
    background: #c3272e;
    padding:22.13vw 0 18vw;
    gap:3vw;
}
.wrap-mobiler  .map-right {
    width: 100%;
    background: url(../img/m_section5.png) 50% top repeat-x;
    padding-left: 14vw;
    box-sizing: border-box;
    padding-top: 20vw;
}
.wrap-mobiler .box-section5::before {
    display: none;
}
.wrap-mobiler .flex-box{
    position: relative;
    height:22vw;
    padding-top:0;
    margin-top:7vw;
}
.wrap-mobiler .map-left .flex-box + div {
    margin-bottom: 0px;
}
.wrap-mobiler .flex-box img{
    position: absolute;
    top:0;
    left:0;
    width:100%;
}
.wrap-mobiler .map-right > div {
    margin-left: 0px;
    position: relative;
    max-width: 484px;
    margin: 0 auto;
}

.wrap-mobiler .section6-bottom-image {
    FONT-WEIGHT: 500;
    right: -18vw;
    width: 50vw;
    top: -12vw;
}
.wrap-mobiler .title-section6B {
    gap: 2vw;
    margin: 0 auto;
    width: 84vw;
    box-sizing: border-box;
    margin-top:4vw;
}
.wrap-mobiler .box-section6{
    padding:22.13vw 0 0;
}
.wrap-mobiler .in-section6 {
    padding:0 4vw;
    padding-top: 4vw;
}
.wrap-mobiler .section6-section-bottom {
    height: 126.56vw;
    margin-top: 0px;
}
.wrap-mobiler .section6-section-bottom li:nth-child(1) {
    left: 4vw;
    top:37.5vw;
    width: 46%;
}
.wrap-mobiler .section6-section-bottom li:nth-child(2) {
    left: 13.6vw;
    top: 5vw;
    width: 65.1vw;
}
.wrap-mobiler .section6-section-bottom li:nth-child(3) {
    left: auto;
    right: 4vw;
    top: 29.1vw;
    width: 42.31vw;
}
.wrap-mobiler .section6-section-bottom li:nth-child(4) {
    left: auto;
    right: 7.8vw;
    top: 57.3vw;
    width: 52.73%;
}   
.wrap-mobiler .section6-section-bottom li:nth-child(5) {
    left: 14.84vw;
    top: 82.161vw;
    width: 70.31vw;
}
.wrap-mobiler  .box-section7 {
    padding: 22.7vw 0 20.8vw;
    height: auto;
  
}

.wrap-mobiler .tab_container{
    padding: 0 4vw;
    flex-direction: column-reverse;
}
.wrap-mobiler .title-section7 {
    gap: 2vw;
}
.wrap-mobiler .qa-area,
.wrap-mobiler .image-area{
    width:100%;
}
.wrap-mobiler .qa-answer{
    position: relative;
    margin:0;
    border:0;
    padding:0;
    display:none;
    height:auto;
    
}
.wrap-mobiler .qa-answer-inner{

    margin: 22px 22px 18px 22px;
    border: 2px solid #000;
    padding: 5vw;
    background: #fff;
    font-size: 24px;
    line-height: 1.5;
    box-sizing: border-box;
    align-items: center
}
 .qa-question{
    position: relative;
}
.qa-question::after{
    content:'';
    display:block;
    position: absolute;
    top:17px;
    right:15px;
    width:32px;
    height:32px;
    background-image:url(../img/toggle.png);
    background-position: 50% 50%;
    
}
.active .qa-question::after{
    transform: rotate(180deg); /* 회전 효과 추가 */
}
.wrap-mobiler .qa-item.active .qa-answer{
    display:block;
}
.wrap-mobiler .qa-answer ol{
    margin: 0;
    padding: 0;
    padding-left: 20px;
}
.wrap-mobiler .qa-answer::before{
    background-size: cover;
 
    display:block;
    top:0;
    left:0;
    width:100%;
    height:60vw;
    position: absolute;
    background-position: 50% 50%;
}
.wrap-mobiler .qa-answer1::before{
    background-image:url(../img/tab7_1.webp);
    background-position: 50% 30%;
}
.wrap-mobiler .qa-answer2::before{
    background-image:url(../img/tab7_2.webp);
}
.wrap-mobiler .qa-answer3::before{
    background-image:url(../img/tab7_3.webp);
}
.wrap-mobiler .qa-answer4::before{
    background-image:url(../img/tab7_4.webp);
    
}
.wrap-mobiler .rolling-banner {
    background-image: url(../img/marquee.gif);
    background-size: 160px;
}

.wrap-mobiler .box-section8 {
    padding: 20vw 0 22vw;
    height: auto;
    background: #fff;
    background-image: url(../img/section8.webp);
    background-position: 50% bottom;
    background-size: 100%;
    background-repeat: no-repeat;
    
     
}
.wrap-mobiler .benefit-box-container{
    margin:0 4vw;
    margin-top:12vw;
}
.wrap-mobiler .benefit-box .benefit-box-inner{
    background-size:auto;
    background-position:left 50%;
    background-color:#f2f2f2;
    padding-top:33vw;
   
}
.wrap-mobiler .benefit-box:nth-child(1) .benefit-box-inner{
    background-color:#f8e5e5;
    background-image: url("../img/m_benefit1B.gif");
    padding-top:40vw;
}
.wrap-mobiler .benefit-box:nth-child(2) .benefit-box-inner{
    background-image: url("../img/m_benefit2B.gif");
}
.wrap-mobiler .benefit-box:nth-child(3) .benefit-box-inner{
    background-image: url("../img/m_benefit3B.gif");
}
.wrap-mobiler .benefit-box:nth-child(4) .benefit-box-inner{
    background-image: url("../img/m_benefit4B.gif");
}
.wrap-mobiler .benefit-box img {
    position: absolute;
    top:auto;
    bottom: -5vw;
    right: 2vw;
}
.wrap-mobiler .box-section9 {
    background: #f5f5f5;
    padding: 22vw 0;
}
.wrap-mobiler .box-section10{
    padding: 22vw 0;
}
.wrap-mobiler .title-section9 {
    margin-bottom: 7.4vw;
}
.wrap-mobiler .section9-bottom{
    max-width:689px;
    padding:0 4vw;
}
.section9-bottom-inner{
    height:0;
    overflow: hidden;
    text-indent: -999999px;
}

.wrap-mobiler .section10-form-container{
    padding:6vw;
    margin:0 4vw;
}
.wrap-mobiler .form-group > label{
    font-size:16px;
    width:100px;
    min-width:100px;
}
.form-input-normalB{
    width:45%;
}
.wrap-mobiler .form-input-center {
    width: 24px !important;
    min-width: 24px !important;
    text-align: center;
    line-height: 42px;
}
.wrap-mobiler .form-group-select {
    gap: 10px;
    width: calc(100% - 10px);
}
.wrap-mobiler .form-group label {
    font-size: 15px;
    line-height: 32px;
    padding-tp:5px;
}
.wrap-mobiler .section10-form-container .consent {
    margin: 15px 0 0;
    font-size: 15px;
    display: flex;
    justify-content: center;
}
.wrap-mobiler .form-group{
    margin-bottom: 20px;
  
}
.wrap-mobiler .form-groupB > label{
    margin-bottom: 10px;
}
.wrap-mobiler .form-groupB{
    margin-bottom: 20px;
    flex-direction: column;
}
.wrap-mobiler .footer-container {
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    line-height: 1.3em;
}
.wrap-mobiler .footer_ {
    background-color: #eee;
    padding: 30px 10px 130px;
    font-size:12px;
}
.wrap-mobiler .footer_ p {
    margin: 4px 0;
}
.wrap-mobiler .section10-form-container .form-group input[type="tel"],
.wrap-mobiler .section10-form-container .form-group input[type="text"]{
    width:60%;
}
.bg_ap_privacy_content{
    position: fixed;
    background: rgba(0, 0, 0, 0.8);
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index: 1;
    backdrop-filter: blur(5px);
}
@media (max-width: 820px) {
    
    .wrap-mobiler .benefit-box .benefit-box-inner{
        background-size:80%;
    }
    .wrap-mobiler .benefit-box img{
        zoom:0.8
    }
    .wrap-mobiler .benefit-box {
        margin-bottom: 1vw;
        margin-top: 3vw;
    }
    .footer-logo img {
        height: 40px;
    }
    .form-footer{
        height:110px;
    }
    .inquiry-bar {
        flex-direction: column;
        padding: 7px 10px;
        gap: 5px;
    }
    .inquiry-bar .inquiry-input {
        padding: 5px 10px;
        border: none;
        border-radius: 2px;
        width: 33%;
        font-size: 16px;
        color: #555;
        line-height: 20px;
    }
    .inquiry-bar-bottom{
        display:flex;
        gap:10px;
    }
    .inquiry-bar .inquiry-text{
        font-size:16px;
    }
    .inquiry-bar .inquiry-button {
        background-color: #141414;
        color: white;
        border: none;
        padding: 4px 15px;
        font-weight: 600;
        font-size: 14px;
        line-height: 20px;
        cursor: pointer;
    }
    .ap_privacy_content {
        max-height: 370px;
        max-width: 90vw;
    
    }
    .ap_privacy_content .ap_privacy_desc {
        font-size: 14px;
        line-height: 20px;
    }
    .ap_privacy_content .ap_privacy_desc ol span {
        font-size: 12px;
    }
    .ap_privacy_content .ap_privacy_desc ul{
        margin:0;
        padding:0;
    }
    .ap_privacy_content .ap_privacy_desc ol span{
        font-size:14px;
    }
    .ap_privacy_content .ap_privacy_content_inner .ap_privacy_command_container {
        position: relative;
        height: 28px;
        text-align: right;
        padding-top:5px;
    }
    .ap_privacy_content .ap_privacy_content_inner{
        padding:5% 6% 3% 6%;
    }
    .rolling-banner {
        animation: scrollBackground 100s linear infinite;
    }
}
@media (max-width: 620px) {
    .wrap-tab ul li a{
        font-size:16px;
        padding:8px 0;
    }
    .grid-box-bottom-bar .bar{
        width:12vw;
    }
    .wrapTab_on{
        margin:0 -4vw;
    }
    .aos-animate .wrapTab_on .grid-box-bottom-bar .bar {
        opacity: 1;
        height: 45vw;
    }
    .grid-box-bottom-bar {
        gap: 4vw;
        height: 50vw;
        
    }
    .grid-box-bottom-bar .bar1::before{
        height:69%;
    }
    .grid-box-bottom-bar .bar2::before{
        height:80%;
    }
    .grid-box-bottom-bar .bar3::before{
        height:88%;
    }
    .grid-box-bottom-bar .bar4::before{
        height:100%;
    }
    .grid-box-bottom-bar .bar5::before{
        height:92%;
    }
    .wrap-mobiler .qa-answer-inner {
        font-size:16px;
        line-height: 1.7;
    }
    .wrap-mobiler .qa-answer h3 {
        font-size: 20px;
    }
    .qa-answer ol li {
        margin: 10px 0;
        line-height: 20px;
    }
    .wrap-mobiler .qa-question {
        font-size:18px;
    }
    .wrap-mobiler .benefit-box .benefit-box-inner{
        background-size:98%;
    }
    .wrap-mobiler .benefit-box img{
        zoom:1;
        max-width:24vw;
        max-height:24vw;
    }
    .rolling-banner {
        animation: scrollBackground 80s linear infinite;
    }
}