@charset "UTF-8";
@font-face {
    font-family: 'bahnschrift-light';
    src: url('/font/bahnschrift-light.ttf');
}

/**********************************************/
section > h2{ display: flex; align-items: center; font-weight: 700; color: rgba(0, 0, 0, 0.9); }
select{ 
    text-align: center !important;
    text-align: -moz-center;
    text-align: -webkit-center;

    text-align-last: center;
    -ms-text-align-last: center;
    -moz-text-align-last: center;

    text-indent: 0.01px;
    text-overflow: ellipsis;
}

/**********************************************/
/* === popup === */
.popup{ 
    position: fixed; z-index: 100; top: 0; left: 0;
    display: flex; align-items: center; justify-content: center; 
    width: 100%; height: 100%; 
    background: rgba(0, 0, 0, 0.5); 
}
.wrap_popup{
    max-width: 663px; width: 80%;
    background: #FFF; box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.14);
    border: 1px solid #E2E6EC;
}
.wrap_popup h3{ font-weight: 600; font-size: 16px; }
.wrap_popup label{ color: rgba(26, 26, 26, 0.7); }
.wrap_popup input{ width: 100%; padding: 0 18px; }
.wrap_popup p{ width: 100%; text-align: right; font-weight: 400; color: rgba(26, 26, 26, 0.6); }
.wrap_popup button{ display: block; margin: 0 auto; font-weight: 600; box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 5px; }
.wrap_popup .yellow{ background: #FFDD63; }
.wrap_popup .black{ background: #232323; color: #FFFF; }

/**********************************************/
/* === 1st Section === */
#mSlider{ position: relative; overflow: hidden; }
#mSlider .swiper-slide{ width: 100%; height: 100%; background: #000;}
#mSlider .swiper-slide > *{ transition: all 3.95s ease-out;}
#mSlider .swiper-slide img{ width: 100%; height: 100%; object-fit: cover; transform: scale(1.125); opacity: .6;} 

#mSlider .swiper-slide p{ 
    position: absolute; z-index: 1; left: 0; right: 0; margin: 0 auto; 
    text-align: center; color: #FFF; opacity: 0;
    font-family: 'bahnschrift-light';
}

/* swiper-slide-active */
#mSlider .swiper-slide-active > *{opacity: 1 !important;}
#mSlider .swiper-slide-active img{ transform: scale(1); }

/* swiper-pagination */
#mSlider .swiper-pagination{ z-index: 2;}
#mSlider .swiper-pagination-bullet{ 
    position: relative; border-radius: 0; background: #F6DD68; 
    box-shadow: 2px 2px 10px rgba(174, 174, 174, 0.25); 
    opacity: 1; 
    border-radius:40px;
}

#mSlider .swiper-pagination-bullet:before{
    position: absolute; left: 0; right: 0; display: inline-block; margin: 0 auto; 
    color: #fff; text-align: center; 
}
#mSlider .swiper-pagination-bullet:nth-of-type(1):before{ content: 'Unbound';}
#mSlider .swiper-pagination-bullet:nth-of-type(2):before{ content: 'Quality';}
#mSlider .swiper-pagination-bullet:nth-of-type(3):before{ content: 'Partnership';}

#mSlider .swiper-pagination-bullet-active{ background: #fff;}
#mSlider .swiper-pagination-bullet-active ~ .swiper-pagination-bullet{ background: #fff;}

#mSlider .swiper-pagination-bullet:after{ 
    position: absolute; top: 0; left: 0;
    width: 100%; height: 100%; content: ''; 
    background: #F6DD68; transform: scaleX(0); transform-origin: left;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25), 2px 2px 10px rgba(23, 23, 23, 0.25); border-radius: 40px;
}
#mSlider .swiper-pagination-bullet-active:after{ transform: scaleX(1); transition: 4s cubic-bezier(.2,0,0,.98);}

/* btn_playCtrl */
#btn_playCtrl{ position: absolute; z-index: 3; display: none; background-repeat: no-repeat; background-position: center; }
#btn_playCtrl.play{ background-image: url('/html/img/user/main/ico_play.svg'); }
#btn_playCtrl.pause{ background-image: url('/html/img/user/main/ico_pause.svg');}

/* slide01 */
/* #mSlider .slide01{ background: #FDEDB8 !important; }
#mSlider .slide01 p, #mSlider .swiper-pagination-bullet:nth-of-type(1).swiper-pagination-bullet-active:before, #mSlider .swiper-pagination-bullet:nth-of-type(1).swiper-pagination-bullet-active ~ .swiper-pagination-bullet::before{
    background: linear-gradient(90.66deg, #1A1A1A 49.43%, rgba(26, 26, 26, 0) 236.79%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
} */

/**********************************************/

/* === sec_who === */

#sec_who{
    display:flex; flex-flow:column nowrap; justify-content:center; align-items: center; border: 1px solid #DCDCDC;
    height: 450px;
}
#sec_who p{
    font-family: 'Roboto', sans-serif;
    text-align: center;
    color: #606060;
}

/* ===  sec_business === */
#sec_business{
  border-bottom: 1px solid #DCDCDC;
}

#sec_business h2{justify-content: center;;}

#sec_business .wrap{
    display:flex; flex-flow:column nowrap; justify-content:center;  margin: 0 auto;}
 

#sec_business .wrap p{
    color: #323232;
}

#sec_business .wrap video{
    width: 95%;
    border-radius:30px;
    object-fit: cover;
}

/* ===  sec_quotation === */

#sec_quotation{
    background-image: url(/html/img/user/main/bg_sec_quotation.png);
    background-repeat: no-repeat;
    background-position: top right;
}

#sec_quotation h2{justify-content: center; position: relative;}

#sec_quotation .wrap{
    display:flex; flex-flow:column nowrap; justify-content:center; align-items: flex-start;
}

#sec_quotation p:nth-of-type(1){
    font-weight: 900;
    color: #232323;
}
#sec_quotation p:nth-of-type(2){
    color: #232323;
}

#sec_quotation a{
    background: #FFDD63;
    border-radius: 11px;
    font-weight: 700;
    text-align: center;
    color: #232323;
}

/* ===  sec_how === */

#sec_how{
    display:flex; flex-flow:column nowrap; justify-content:center; align-items: center; 
    background: #F8F8F8;
}

#sec_how h2{
}

#sec_how .wrap_step{
    cursor: pointer;
}

/* === 2nd Section === */
#sec_02{ display: flex; flex-flow:  column nowrap;}
#sec_02 + hr{ border: 2.5px solid  #EDEDED; }
#sec_02 h2 a{ background: #232323; border-radius: 3px; }
#sec_02 h2 a, #sec_02 h2 a *{ text-align: center; color: #FFF; font-weight: 500; font-size: 1rem; }
#sec_02 h2 p{ font-weight: 400; color: #222222; }

#sec_02 table{ border: 2px solid rgba(26, 26, 26, 0.6); }
#sec_02 tr > *{ border: 1px solid #E3E3E3; }
#sec_02 th{ background: #232323; color: #FFF; word-break: keep-all;}
#sec_02 th div{ position: relative; display: inline-block; }
#sec_02 th img{ position: relative; top: 4px; cursor: pointer; }
#sec_02 th p{
    position: absolute; padding: 12px 26px 12px 20px;
    display: none;
    background: #FFF; box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.25);
    border-radius: 4px; 
    color: rgba(26, 26, 26, 0.7); font-weight: 500;
}
#sec_02 th img:hover + p{ display: block; }
#sec_02 th p:after{
    position: absolute; right: 13px; display: block;
    content: '◢'; transform: rotate(45deg); color: #fff; font-size: 18px;
    text-shadow: 8px 2px 10px rgba(0, 0, 0, 0.25);
}

#sec_02 td{ font-weight: 300; font-size: 1.5rem; color: #1A1A1A; }
#sec_02 td .wrap_select{ width: calc(100% - 10px); margin: 0 auto;}

#sec_02 input[type="number"]{ 
    height: 35px; box-shadow: none; outline: none;
    border:none; border-bottom: 1px solid #DDDDDD; border-radius: 0;
    text-align: center; font-size: 1.5rem;
}
#sec_02 td button, #sec_02 td button *{ font-size: 1.125rem; }
#sec_02 td button{ height: 42px; border-radius: 3px; }
#sec_02 .btn_detail, #sec_02 .btn_reset{ width: 108px; border: 2px solid #E3E3E3; }
#sec_02 .btn_quote{ width: 136px; background: #FFDD63; }

#sec_02 .btn_quote + input{ width: calc(100% - 136px); border: none; box-shadow: none; text-align: center; font-size: 1.5rem; outline: none; }
#sec_02 .btn_reset{ display: none;}

#sec_02 table + p{ margin-top: 20px; 
    /* color: #FF0000;  */
    font-weight: 400; line-height: 27px;}

/**********************************************/
/* === 3rd Section === */
#sec_03 .btn_tab{
    background: #FFF; border: 2px solid #EDEDED; font-weight: 600; font-size: 1.5rem; 
}
#sec_03 .btn_tab.active{background: #FFDD63; box-shadow: inset 0 0 10px rgba(68, 133, 236, 0.25); border: none;}

#sec_03 .box_tab{ display: none;}
#sec_03 .box_tab.active{ display: flex; justify-content: space-between; }
#sec_03 .box_tab > div{ border: 2px solid #DFDFDF; }

#sec_03 a{ text-decoration-line: underline; color: #06B4FF;}

#sec_03 .left{ display: flex; flex-flow: column nowrap;  }
#sec_03 .right{ display: flex; flex-flow: row wrap; align-items: center; padding: 102px 105px 158px; }
#sec_03 .right > *:not(input[type="number"], p, button){ width: 100%; text-align: center;}
#sec_03 .right .selectBtn{ font-size: 1rem; border: 1px solid #C6C6C6; }
#sec_03 .right .selectOpt label{ font-size: 1rem; }
#sec_03 .right > label{ margin: 40px 0 16px; font-size: 1.25rem; color: rgba(26, 26, 26, 0.9); }
#sec_03 .right > label:first-of-type{ margin-top: 0;}

#data_setsFile h3{text-decoration-line: underline; font-weight: 400; font-size: 1.375rem;}

/* data_parts > left */
#data_parts .left{ padding: 94px 40px 34px;}
#data_parts .left  h3{ font-weight: 500; font-size: 1.5rem; text-align: center; color: #1A1A1A; }
#data_parts .left > div{ 
    width: 100%; margin: auto; 
    background: linear-gradient(180deg, #FBFBFB 0%, rgba(240, 240, 240, 0) 100%) no-repeat center; background-size: contain; object-fit: contain;
    border: 1px solid #000000;
}
#data_parts .left p{ font-weight: 400; font-size: 1rem; line-height: 1.5rem; 
    /* color: #FF0000; */
}

/* data_parts > right */
#data_parts .right > label:last-of-type{ margin: 62px 0 42px; font-weight: 600; font-size: 1.5rem; color: #1A1A1A; }
#data_parts .right > input[type="button"]{ height: 50px; background: #fff url('/html/img/user/common/ico_select.svg') no-repeat center right 24px; background-size: 16px 16px; cursor: pointer;}
#data_parts .right .wrap_input{ display: flex; align-items: center; }
#data_parts .right .wrap_input input{ width: 33.33%;; height: 50px; text-align: center; }
#data_parts .right .wrap_input input::placeholder{ font-weight: 500; color: rgba(26, 26, 26, 0.7);}
/* #data_parts .right > input[type="number"]{ width: calc(33.33% - 48px); height: 50px; text-align: center;} 
#data_parts .right > input[type="number"]::placeholder{font-weight: 500; color: rgba(26, 26, 26, 0.7);}
*/
#input_result{ border: none; box-shadow: none; font-weight: 600; font-size: 1.5rem; color: #1A1A1A; } 

#data_parts .right input + p{ margin: 0 28px; font-weight: 400; font-size: 20px;}
#data_parts .right p:last-of-type{ font-size: 1rem; line-height: 1.5rem; font-weight: 400;}

/* data_setsFile > left */
#data_setsFile .left > *{ margin: 0 auto; }
#data_setsFile .left h3{ margin-bottom: 28px;} 

#data_setsFile .left.inactive .wrap_select  ~ *{ display: none;}

#data_setsFile .left .wrap_select *{ font-size: 1rem;}

#data_setsFile .left table{ margin-top: 35px;}
#data_setsFile .left caption{ display: none; margin: 15px 0 10px;}
#data_setsFile .left tr *{ font-size: 11px;}
#data_setsFile .left tr > *{ height: 36px; padding: 0 8px; word-break: keep-all; border: 1px solid #E3E3E3;}
#data_setsFile .left th{ background: #232323; color: #FFF;}


#data_setsFile .left .label_result, #data_setsFile .left .label_result input{ 
    margin-top: 20px; border: none; box-shadow: none; 
    font-weight: 600; font-size: 1.5rem; color: #1A1A1A;
}

#data_setsFile .left p{ width: 100%; margin-top: 40px; font-weight: 400; font-size: 1rem; line-height: 1.5rem;
    /* color: #FF0000;  */
}

/* data_setsFile > right */
#data_setsFile .right input[type="text"]{height: 50px;}
#data_setsFile textarea{
    height: 176px; margin-bottom: 48px; padding: 10px; 
    border: 1px solid #C6C6C6; border-radius: 5px;
    box-shadow: 0px 2px 10px rgba(156, 156, 156, 0.25);
    text-align: left !important;
}

/* #data_setsFile .right > label:last-of-type{ display: flex; width: calc(100% - 82px); margin: 0; text-align: left;}
#input_partsImg{ 
    flex: 1; padding: 0 20px 0 45px; border: none; box-shadow: none;
    color: rgba(26, 26, 26, 0.8); font-weight: 400; font-size: 1rem; line-height: 1.5rem;
}

#input_partsImg:-ms-browse{ display: none;}
#input_partsImg::-webkit-file-upload-button{ display: none;}
#input_partsImg::file-selector-button{ display: none;}
 */
#data_setsFile .right span{ 
    display: flex; align-items: center; width: calc(100% - 82px);     
    font-size: 1.25rem; color: rgba(26, 26, 26, 0.9); text-align: left; 
}
#text_partsImg{
    width: 348px; padding: 0 20px 0 45px;
    color: rgba(26, 26, 26, 0.8); font-weight: 400; font-size: 1rem; line-height: 1.5rem;
    overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
}
#btn_upload{ 
    width: 82px; line-height: 44px; 
    font-weight: 700; font-size: 14px; color: #FFF;
    border: 1px solid #D7E3F6; border-radius: 5px;
    background: #232323; box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.25);
}
#data_setsFile .right i{ font-style: normal; font-weight: 400; text-align: left !important;}
#data_setsFile .right > p{ margin: 44px 0 54px; font-size: 1rem; line-height: 1.5rem; font-weight: 400; }
#data_setsFile .right > u{
    text-decoration-line: underline; font-weight: 400; font-size: 1.125rem; color: rgba(255, 0, 0, 0.7);
}
#btn_inquireFile{
    width: 440px; height: 50px; margin: 48px auto 0; background: #FFDD63;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
}

/**********************************************/
/* ========================== responsive */
@media screen and (min-width: 1025px){
    section > h2{ font-size: 48px;}
    .mobile{display:none;}
    .pc{display:inline-block};

    /* === popup === */
    .wrap_popup{ padding: 45px 50px 48px; }
    .wrap_popup label{ margin: 32px 0 12px; font-size: 14px; }
    .wrap_popup input{ height: 50px; }
    .wrap_popup p{ margin: 10px 0 6px; font-size: 13px;}
    .wrap_popup button{ width: 220px; height: 50px; margin-top: 20px; }

    /* === 1st Section === */
    #mSlider{ height: calc(100vh - 100px);}
    #mSlider .swiper-slide p{ bottom: calc(50% - 11px); 
        /* font-weight: 900;  */
        font-size: 44px; line-height: 147.19%; 
    }
    /* #mSlider .slide01 p{ bottom: calc(50% - 88px); } */

    /* swiper-pagination */
    #mSlider .swiper-pagination{ bottom: calc(50% - 238px); }
    #mSlider .swiper-pagination-bullet{ width: 234px; height: 18px; }
    #mSlider .swiper-pagination-bullet:before{ bottom: 45px; font-weight: 700;font-size: 27px; line-height: 32px;}

    /* btn_playCtrl */
    #btn_playCtrl{ right: calc(50% - 461px); bottom: calc(50% - 275.5px); width: 100px; height: 100px; }

    /* === 2nd Section === */
    #sec_02{ padding: 210px 0 230px; }
    #sec_02 h2{ margin-bottom: 94px;}
    #sec_02 h2 a{ width: 140px; margin-left: 24px; line-height: 50px;  }
    #sec_02 h2 p{ margin: 32px 0 0 15px; font-size: 14px; }

    /* #btn_reset{ width: 140px; height: 50px; } */

    #sec_02 tr.pc{ display: table-row;}
    #sec_02 th{ height: 88px; font-size: 24px; }
    #sec_02 th p{ right: -8.5px; font-size: 1rem; line-height: 1.25rem; }
    #sec_02 th:nth-of-type(4) p{ top: -80px; width: 164px;}
    #sec_02 th:nth-of-type(5) p{ top: -60px; width: 268px;}
    #sec_02 td{ height: 90px;}
    #sec_02 td.pc{ display: table-cell;}
    #sec_02 input[type="number"]{ width: 128px; }
    #sec_02 td .wrap_select{ width: calc(100% - 80px); }
    #sec_02 td .wrap_select * {font-size: 22px;}

    /* === 3rd Section === */
    #sec_03{ padding: 210px 0 120px; }
    #sec_03 h2{ margin-bottom: 60px;}
    #sec_03 .btn_tab{ width: 326px; height: 88px; }
    #sec_03 .box_tab{ margin-top: 68px;  }
    #sec_03 .box_tab > div{ width: calc(50% - 41px); }

    #data_setsFile .left{ padding: 64px 30px 40px;}
    #data_parts .left > div{ height: 672px; }
    #data_setsFile .right h3{ margin-bottom: 96px;} 
    #data_setsFile .wrap_select{ width: 368px; }


/* === sec_who === */

#sec_who{
    display:flex; flex-flow:column nowrap; justify-content:center; align-items: center; height:600px; border: 1px solid #DCDCDC;
}
#sec_who p{
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    line-height: 42px;
    text-align: center;
    color: #606060;
    margin-top: 60px;
}

/* ===  sec_business === */
#sec_business{
  border-bottom: 1px solid #DCDCDC;
  padding-bottom: 50px;
}

#sec_business h2{justify-content: center; margin-top: 140px;}

#sec_business .wrap{
    display:flex; flex-flow:column nowrap; justify-content:center;  width: 100%;  max-width: 1127px; margin: 0 auto;}
 

#sec_business .wrap p{
    font-size: 24px;
    line-height: 226%;
    letter-spacing: -0.025em;
    color: #323232;
    margin-top: 55px;
}

#sec_business .wrap video{
    width: 95%;
height: 635px;
border-radius:30px;
margin-top: 15px;
    object-fit: cover;
}

/* ===  sec_quotation === */

#sec_quotation{
    height:980px; 
    background-image: url(/static/html/img/user/main/bg_sec_quotation.png);
    background-repeat: no-repeat;
    background-position: top right;
    margin-top: 180px;
}

#sec_quotation h2{justify-content: center; position: relative; top:-80px;}

#sec_quotation .wrap{
    display:flex; flex-flow:column nowrap; justify-content:center; align-items: flex-start; margin-left: 390px;
}

#sec_quotation p:nth-of-type(1){
    font-weight: 900;
    font-size: 44px;
    line-height: 64px;
    letter-spacing: -0.045em;
    color: #232323;
    margin-top: 130px;
}
#sec_quotation p:nth-of-type(2){
    font-size: 34px;
    line-height: 137.3%;
    letter-spacing: -0.045em;
    color: #232323;
    margin-top: 25px;
    margin-bottom: 30px;
}

#sec_quotation a{
    width: 360px;
    height: 70px;
    line-height: 72px;
    background: #FFDD63;
    border-radius: 11px;
    font-weight: 700;
    font-size: 21px;
    text-align: center;
    letter-spacing: -0.025em;
    color: #232323;
    margin-top: 40px;
}

/* ===  sec_how === */

#sec_how{
    display:flex; flex-flow:column nowrap; justify-content:center; align-items: center; 
    height: 470px;
    background: #F8F8F8;
}

#sec_how h2{
    font-size: 24px;
}

#sec_how .wrap_step{
    margin-top: 60px;
}

}

/* ========================== */
@media screen and (max-width: 1600px){
    section > h2{ font-size: 32px;}

    /* === 2nd Section === */
    #sec_02{ padding: 90px 60px 92px; }
    #sec_02 td .wrap_select * {font-size: 18px;}

    /* === 3rd Section === */
    #sec_03{ padding: 90px 60px 60px;  }
    #sec_03 .box_tab{ margin-top: 40px;}
    #sec_03 .box_tab > div{ width: calc(50% - 20px);}
    #sec_03 .right{ padding: 90px 25px 60px; }
    #data_parts .left{padding: 90px 25px 30px;}
    #data_parts .left > div{ height: 494px; margin-top: 38px;}
    #data_setsFile .left{ padding: 40px 25px; }
    #data_setsFile .right i{ font-size: 12px;}
}
@media screen and (max-width: 1024px){

    .pc{display:none;}
    .mobile{display:inline-block;}

    /* === popup === */
    .wrap_popup{ padding: 18px 34px 30px; }
    .wrap_popup label{ margin: 6px 0 14px; font-size: 12px; }
    .wrap_popup input{ height: 40px; }
    .wrap_popup p{ margin: 10px 0 6px; font-size: 10px; }
    .wrap_popup button{ width: 160px; height: 40px; margin-top: 14px; }

    /* === 1st Section === */
    #mSlider{ height: 500px;}
    #mSlider .swiper-slide p{ bottom: calc(25% + 115px); 
        /* font-weight: 700;  */
        font-size: 34px; line-height: 147.19%; }
    #mSlider .slide01 p{ bottom: calc(25% + 130px); }

    #mSlider .slide02 p{font-size:24; white-space:nowrap;}

    /* swiper-pagination */
    #mSlider .swiper-pagination{ bottom: 25%; }
    #mSlider .swiper-pagination-bullet{ width: 180px; height: 16px;}
    #mSlider .swiper-pagination-bullet:before{ bottom: 40px; font-weight: 600; font-size: 24px; line-height: 32px;}

    /* btn_playCtrl */
    #btn_playCtrl{ right: 0; left: 0; bottom: calc(25% - 100px); width: 100px; height: 100px; margin: 0 auto; }

    /* === 2nd Section === */
    #sec_02 h2{ flex-flow: column nowrap; align-items: flex-start; margin-bottom: 56px; }
    #sec_02 h2 a{ width: 120px; line-height: 40px; margin: 28px 0 10px; }
    #sec_02 h2 p{ font-size: 1rem;}

    #btn_reset{ display: none; width: 120px; height: 40px; margin: 0 0 20px auto; border-radius: 3px; border: 2px solid #E3E3E3; color: #1A1A1A; font-size: 1rem; }
    #btn_reset.active{ display: block;}

    #sec_02 tr.mobile{ display: table-row;}
    #sec_02 th{ height: 50px; font-size: 1.14rem;}
    #sec_02 th img{ top: 2px; width: 15px;}
    #sec_02 th p{ right: -12.5px; font-size: 11px; line-height: 10px; }
    #sec_02 th:nth-of-type(3) p{ top: -55px; width: 128px;}
    #sec_02 th:nth-of-type(4) p{ top: -45px; width: 200px;}

    #sec_02 td{ height: 96px;}
    #sec_02 td.mobile{ display: table-cell; text-decoration: underline;}
    #sec_02 td .wrap_select * {font-size: 16px;}
    #sec_02 input[type="number"], #sec_02 select, #sec_02 .btn_quote{ width: calc(100% - 30px); } 

    /* === 3rd Section === */
    #sec_03 h2{ margin-bottom: 28px;}
    #sec_03 .btn_tab{width: 90px; height: 40px; font-size: 14px; }
    #sec_03 .box_tab{ flex-flow: column nowrap; margin-top: 28px;}
    #sec_03 .box_tab > div{ width: 100%;}
    #sec_03 .box_tab hr{ position: relative; left: -40px; margin: 74px 0; width: calc(100% + 80px); border: 3.5px solid #EDEDED; }
    #sec_03 select{ height: 50px; border: 1px solid #C6C6C6;}

    #data_parts .left p{ margin-top: 28px;}
    /* #data_parts .right > input[type="number"]{ width: calc(33.33% - 30px);} */
    #data_parts .right input + p{ margin: 0 12px; }

    #data_setsFile .left{height: 870px;}
    #data_setsFile .right h3{ margin-bottom: 42px;} 
    #input_partsImg{ padding: 0 12px;}
    #data_setsFile .right i{ font-size: 10px;}

/* === sec_who === */

#sec_who{
height:430px; 
}
#sec_who p{
    font-size: 15px;
    line-height: 27px;
    text-align: center;
    margin-top: 35px;
}

/* ===  sec_business === */
#sec_business{
  border-bottom: 1px solid #DCDCDC;
  padding-bottom: 30px;
}

#sec_business h2{margin-top: 30px;}

#sec_business .wrap{
width: 90%;
}
 
#sec_business .wrap p{
    font-size: 18px;
    line-height: 226%;
    letter-spacing: -0.025em;
    margin-top: 30px;
}

#sec_business .wrap video{
    width: 100%;
}

/* ===  sec_quotation === */

#sec_quotation{
    height: 450px;
    background-position: 50vw top;
    background-size: cover;
}

#sec_quotation h2{margin-top: 30px;}

#sec_quotation .wrap{
    margin: 0 auto;
    width: fit-content;
}

#sec_quotation p:nth-of-type(1){
    font-size: 26px;
line-height: 38px;
letter-spacing: -0.045em;
margin-top: 60px;
}
#sec_quotation p:nth-of-type(2){
    font-size: 22px;
    line-height: 137.3%;
    letter-spacing: -0.045em;
    margin-bottom: 25px;
    margin-top: 10px;
}
#sec_quotation a{
    width: 260px;
    height: 52px;
    line-height: 52px;
    margin-top: 15px;
}

/* ===  sec_how === */

#sec_how{
    padding-bottom: 50px;
}

#sec_how h2{
    font-size: 22px;
    margin-top: 30px;
}

#sec_how .wrap_step{
    margin-top: 30px;
}
    
}
@media screen and (max-width: 768px){
    section > h2{ font-size: 24px; }

    /* === 1st Section === */
    #mSlider .swiper-slide p{ bottom: calc(25% + 105px); }

    /* swiper-pagination */
    #mSlider .swiper-pagination{ display: flex; padding: 0 46px; }
    #mSlider .swiper-pagination-bullet{ flex: 1; width: auto; height: 10px; margin: 0 7.5px; }

    /* === 2nd Section === */
    #sec_02{ padding: 90px 30px 92px; }
    #sec_02 td > *{ width: calc(100% - 20px) !important; }
    #sec_02 .selectBtn{ background-position: center right 8px;}

    /* === 3rd Section === */
    #sec_03 { padding: 90px 30px 60px;}
    #data_setsFile .left .wrap_table{ width: 100%; overflow: hidden; overflow-x: auto;}
    #data_setsFile .left table{ min-width: 560px;}
}
@media screen and (max-width: 560px){
    section > h2{ font-size: 18px; }

    /* === 1st Section === */
    #mSlider{ height: 354px;}
    #mSlider .swiper-slide p{ bottom: 173px; font-size: 18px; line-height: 128.19%; }

    #mSlider .swiper-pagination{ bottom: 70px; }
    #mSlider .swiper-pagination-bullet:before{ display: none}

    /* btn_playCtrl */
    #btn_playCtrl{ bottom: 30px; width: 40px; height: 40px; background-size: 20px 20px; }

    /* === 2nd Section === */
    #sec_02 h2 a{ width: 82px; box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.25); }
    #btn_reset{ width: 82px;}
    #sec_02 td, #sec_02 input[type="number"]{ font-size: 16px;}
    #sec_02 td .wrap_select * {font-size: 14px;}
    #sec_02 button{ font-size: 12px;}

    /* === 3rd Section === */
    #data_setsFile .left{ height: auto;}
    #data_parts .left > div{ height: 260px; background-size: contain;}
    #data_parts .right > input[type="button"]{ background-position: center right 14px;}


}
@media screen and (max-width: 375px){
    /* === 1st Section === */
    #mSlider .swiper-pagination{ padding: 0 20px; }

    /* === 2nd Section === */
    #sec_02{ padding: 90px 15px 92px; }
    #sec_02 td > *{ width: calc(100% - 4px) !important }

    /* === 3rd Section === */   
    #sec_03 { padding: 90px 15px 60px;}
    #data_parts .left p, #data_parts .right p:last-of-type{font-size: 12px;} 
    /* #data_parts .right > input[type="number"]{ width: calc(33.33% - 15px);} */
    #data_parts .right input + p{ margin: 0 5px; font-size: 15px; }
    #data_parts .right > input[type="button"]{ background-position: center right 6px;}

}