@media screen and (max-width: 990px) {
    /* tone */
    .sp {
        display: block;
    }
    .pc {
        display: none;
    }
    .wrap {
        max-width: 90%;
    }
    .fbf {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .btn {
        max-width: 93vw;
    }

    .subpTop {
        height: 100px;
    }

    section:not(.cta,.search) {
        padding: 3rem 0 0;
    }

    .logo {
        width: 80px;
    }

    .headerInner.fbf {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }

    .humb {
        display: flex;
        flex-direction: column;
        gap: 5px;
    }

    .humb span {
        width: 20px;
        height: 1px;
        background-color: #fff;

    }

    main {
        padding-top: 60px;
    }

    section.fv {
        padding-top: 2rem;
    }

    .sec-title {
        font-size: 20px;
        margin-bottom: var(--margin);
    }
    .sec-title:before {
        width: 40px !important;
        left: -55px;
        width: 70px;
        height: 1px;
    }
    .sec-title:after {
        width: 40px;
        right: -55px;
        height: 1px;
    }
    /* header */
    .headerInner {
        height: 60px;
    }
    .g-nav ul {
        display: none;
    }

    /* fv */

    .fvImgArea img {
        width: 100%;
    }

    .fvP {
        position: absolute;
        bottom: 5%;
        left: 5%;
        font-size: 1.1rem;
        line-height: 1.8;
    }

    /* secondary */
    .secondaryContent h2 {
        font-size: 1.3rem;
    }
	
	.secondaryContent {
		padding: 3rem 0;
	}

    .swiper-wrapper {
        height: 100%;
    }

    .slide-text {
        position: absolute;
        bottom: 8%;
        left: 3%;
        width: 80%;
    }

    .slide-text p:first-of-type {
        font-size: 1.4rem;
    }

    .slide-text p:last-of-type {
        font-size: 0.7rem;
        line-height: 1.6;
    }

    /* strength */
    .strengthItem:nth-of-type(even) {
        flex-direction: column;
    }

    .strengthTitle {
        font-size: 1.3rem;
    }

    .strengthItem.fbf {
        gap: 3rem;
        margin-top: 5rem;
    }

    .strengthText {
        margin-top: 1.5rem;
    }

    /* search */
    .searchMakerArea.fbf,
    .makerArea1.fbf,
    .makerArea2.fbf {
        flex-direction: row;
        flex-wrap: wrap;
    }

    .searchMakerArea {
        max-width: 80%;
    }

    .makerArea1.fbf,
    .makerArea2.fbf {
        justify-content: space-around;
    }

    .makerArea1, .makerArea2 {
        gap: 2rem;
    }

    .makerLogo {
        width: 80px;
    }

    .makerLogo img {
        width: 80px;
        max-height: 70px;
        object-fit: contain;
    }

    /* info  */
    .infoTitle {
        font-size: 1.3rem;
    }

    .infoContainer.fbf {
        flex-direction: column-reverse;
        gap: 3rem;
    }

    .infoText {
        margin-top: 1.5rem;
    }


    /* faq */
    .question, .answer {
        grid-template-columns: 1fr 8fr 1fr;
    }
    .question {
        padding: 1.5rem 0.5rem;
    }
    .answer {
        padding: 0.5rem 0.5rem 1.5rem;
    }
    .q {
        width: 15px;
    }
    .a {
        width: 15px;
    }
    .toggle {
        justify-self: flex-end;
    }
	
	/*gas station*/
.sec-title_p{
width:90%;
}
	
.g_column_rev{
  flex-direction: column !important;
  margin:0 auto  !important;
}

.gasstation_wrap{
max-width:100%;
}

.gasstation_column{
max-width:100%;
margin:0 auto  !important;
}

.gasstation_detail{
text-align:center;
}

.gasstation_map{
width:100%;
}

.gasstation_Title{
font-size:1.25rem;
}

.gasstation_detail{
font-size:1.15rem;
}


    /* cta */
    .cta h3 {
        font-size: 1.5rem;
    }


    /* cancel */
    .cancelContainer table tbody{
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .cancelContainer table tr{
        display: flex;
        flex-direction: column;
    }

    .cancelContainer table td{
        width: -webkit-fill-available;
    }

    .cancelContainer .number td:nth-of-type(3), 
    .cancelContainer .number td:nth-of-type(4) {
        height: -webkit-fill-available;
        display: flex;
        justify-content: center;
        align-items: center;
    }
	
/* 	kick */
	.kick .sectionTitle {
		font-size: 1.5rem;
	}
	
.kickContainer.fbf {
		gap: 3rem;
	}
    /* swiper */

    .swiper-pagination {
        display: block;
        transform: translateY(20px);
        z-index: -1;
    }

    /* footer */
    .footer-nav ul .f-nav-top {
        margin-bottom: 1.5rem;
    }

    .footerInner.fbf {
        gap: 3rem;
    }

    .footer-nav.fbf {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-evenly;
    }

    .footerLeft {
        text-align: center;
        width: 100%;
    }

    /* info */
    .taxiContainer .sectionTitle {
        font-size: 1.4rem;
    }

    .taxiContainer.fbf {
        flex-direction: column-reverse;
        gap: 1rem;
    }

    /* cars */
    .page-searchItem {
        width: 100%;
    }

    /* sp-nav */
    .sp-nav {
        width: 100%;
        height: 100vh;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 100;
        background: linear-gradient(35deg, #000000, #3C3C3C);
        transform: translateX(100%);
        opacity: 0;
        visibility: hidden;
        overflow: hidden;
        transition: all 0.3s ease;
    }

    .sp-nav.is-active {
        transform: translateX(0);
        visibility: visible;
        opacity: 1;
    }

    .humb.close {
        gap: 0;
        position: absolute;
        top: 4%;
        right: 4%;
    }

    .humb.close span:nth-of-type(1){
        transform: translateY(0.5px) rotate(45deg);
    }
    .humb.close span:nth-of-type(2){
        transform: translateY(-0.5px) rotate(-45deg);
    }

    .sp-nav ul {
        padding: 9rem 3rem; 
        gap: 2rem;
        text-align: left;
    }

    .sp-nav ul li {

    }
	
	.infoTextArea {
		text-align: center;
	}

    .option .content .content__body .list .item .item__left .item__title .txt__location {
        font-size: 30px;
    }
    .option .service {
        font-size: 35px;
    }
    .noc .title-noc {
        font-size: 35px;
    }
    .group__img {
        gap: 0.5rem;
    }
    .group__img .item__img {
        gap: 1.5rem;
    }
    .flowGroup {
        padding: 3rem 0 4rem;
    }
    .sec-head .wrap .content .content__head img {
        max-width: 400px;
    }
    .group__img {
        padding: 0;
    }
    .option .content .content__head .img img {
        max-width: 300px;
    }
    .bg::before {
        content: none;
    }

    .sec-head{
        height: calc(100vh - 210px);
    }
    .sec-head .wrap{
        max-width: 90%;
    }
    /* .sec-head .wrap .content{
        top: auto;
        left: auto;
        transform: none;
        padding: 5rem 0 2rem;
    } */
}

@media screen and (max-width: 768px) {
    .flowGroup {
        padding: 2rem 0 3rem;
    }
    .noc .content {
        gap: 1.5rem;
    }
    .noc .content .noc__body {
        line-height: 2;
    }
    .option .service {
        font-size: 25px;
    }
    .option .content .content__body .list .item .item__left .item__title .txt__location {
        font-size: 20px;
    }
    .noc .title-noc {
        font-size: 25px;
    }
    .noc .content {
        padding: 1.5rem 0;
    }
    .option .title-option {
        font-size: 20px;
    }
    .sec-head .wrap .content .content__head img {
        max-width: 300px;
    }
    .sec-head .wrap .content .content__head {
        gap: 1.5rem;
    }
    .option .content .content__body .list .item {
        gap: 1rem;
        flex-direction: column;
    }
    .option .content .content__body .list .item .item__left {
        gap: 1rem;
    }
    .option .content .content__body .list .item .item__right img {
        max-width: 120px;
    }
    .option .content .content__body .list .item .item__right{
        margin: auto;
    }
    .option .content .content__head .img img {
        max-width: 220px;
    }
    .sec-head .wrap .content .content__head .content__txt p {
        font-size: min(14px, 3.4vw);
        line-height: 1.7;
        white-space: normal;
    }
    .sec-head{
        height: calc(100vh - 170px);
    }
    .sec-head .wrap .content .content__head .content__logo span {
        font-size: unset;
    }
}

