/****************************************
 * header
****************************************/
header {
    width: 100%;
    height: 980px;
    position: relative;
    padding: 61px 0 82px;
    background-image: url("/assets/img/header-bg.png");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
header:after {
    content: '';
    position: absolute;
    display: block;
    width: 50%;
    height: 100%;
    background-color: #af3029;
    top: 0;
    left: 50%;
    z-index: -1;
}
header>div {
    max-width: 1420px;
    margin: 0 auto;
}
header .header-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
header .header-top>div:first-child p {
    /*width: 368px;*/
}
header .header-top>div:first-child p:first-child {
    background: #ed1b24;
    height: 48px;
    margin-bottom: 9px;
    font-size: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
header .header-top>div:first-child p:first-child span {
    font-size: 33px;
    font-weight: normal;
    letter-spacing: -1.65px;
}
header .header-top>div:first-child p:last-child {
    line-height: 100%;
    font-size: 45px;
    font-weight: 900;
    letter-spacing: -2.25px;
    text-align: center;
}
header .header-top>div:last-child p {
    height: 100%;
    font-size: 45px;
    font-weight: 900;
    line-height: normal;
    letter-spacing: -2.25px;
    text-align: center;
}
header .header-mid {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 150px;
    margin-bottom: 72px;
}
header .header-mid>div:first-child {
    font-size: 75px;
    font-weight: normal;
    line-height: 1.23;
    letter-spacing: -1.95px;
    text-align: left;
}
header .header-mid>div:first-child * {
    font-family: "Jalnan" !important;
}
header .header-mid>div:last-child {
    font-size: 65px;
    font-weight: bold;
    line-height: 1.23;
    letter-spacing: -3.25px;
    text-align: center;
}
header .header-mid>div:last-child * {
    font-family: "GmarketSans" !important;
}

/****************************************
 * main section.direct-delivery
 * main section.special-price
****************************************/
main section {
    width: 100%;
}
main section>.wrapper {
    max-width: 1420px;
    margin: 0 auto;
    width: 100%;
}
main section.direct-delivery {
    background-color: #f7f8fa;
    padding-top: 100px;
    padding-bottom: 100px;
}
main section.special-price {
    background-color: #fff8fa;
    padding-top: 100px;
    padding-bottom: 100px;
}
main section .cars-title {
    color: #d60000;
    font-weight: bold;
    line-height: normal;
    text-align: left;
    margin-bottom: 27px;
}
main section .cars-title h2 {
    font-size: 41px;
    letter-spacing: -2.05px;
    margin-bottom: 20px;
}
main section .cars-title p {
    font-size: 21px;
    letter-spacing: -1.05px;
}
main section .cars-list {
    display: grid;
    grid-gap: 21px;
    grid-template-columns: 1fr 1fr 1fr;
}
main section .cars-list li {
    padding: 24px 25px;
    border-radius: 20px;
    box-shadow: 0.7px 0.7px 0 0 rgba(1, 0, 0, 0.1);
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
main section .cars-list li .car-img {
    width: 100%;
    height: 200px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    margin-bottom: 20px;
}
main section .cars-list li .car-name {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
main section .cars-list li .car-name img {
    height: 15px;
    margin-right: 9px;
}
main section .cars-list li .car-name span {
    font-size: 29px;
    font-weight: bold;
    letter-spacing: -1.45px;
    text-align: left;
}
main section .cars-list li .car-price {
    /*margin-bottom: 27px;*/
}
main section .cars-list li .car-price>div {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
main section .cars-list li .car-price>div>p:first-child {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 25px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.8;
    letter-spacing: -1.25px;
    text-align: left;
}
main section .cars-list li .car-price>div>p:first-child span {
    margin-left: 6px;
    padding: 5px 5px 4px;
    border-radius: 9.5px;
    background-color: #d60000;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: -0.75px;
    text-align: center;
    color: #fff;
}
main section .cars-list li .car-price>div>p:last-child {
    /*font-family: "GmarketSans";*/
    font-size: 25px;
    font-weight: bold;
    line-height: 1.8;
    letter-spacing: -1.25px;
    text-align: right;
    color: #d60000;
}
main section .cars-list li .btn-to-inquiry {
    display: block;
    margin: 0 auto;
    width: 247px;
    height: 58px;
    border-radius: 10px;
    background-color: #d60000;
    font-size: 19px;
    font-weight: 500;
    letter-spacing: -0.95px;
    text-align: center;
    color: #fff;
}
main section .cars-list li.item-question {
    padding-top: 54px;
    background-color: #222;
}
main section .cars-list li.item-question h6 {
    font-family: "GmarketSans";
    font-size: 130px;
    font-weight: bold;
    line-height: 120px;
    letter-spacing: -6.5px;
    text-align: center;
    color: #ff003c;
    margin-bottom: 47px;
}
main section .cars-list li.item-question p {
    font-size: 29px;
    font-weight: bold;
    line-height: 2.07;
    letter-spacing: -1.45px;
    text-align: center;
    color: #fff;
}
main section.special-price .cars-list {
    margin-bottom: 42px;
}
main section.special-price .footnote {
    margin-bottom: 83px;
}
main section.special-price .footnote p {
    font-size: 17px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.94;
    letter-spacing: -0.85px;
    text-align: left;
    color: #222;
    white-space: pre-line;
}
main section.special-price .qna {
    padding: 54px 0 82px;
    border-radius: 20px;
    box-shadow: 0.7px 0.7px 0 0 rgba(1, 0, 0, 0.1);
    background-color: #262626;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}
main section.special-price .qna img {
    margin-bottom: 18px;
}
main section.special-price .qna h4 {
    font-size: 35px;
    line-height: 33px;
    letter-spacing: -1.75px;
    font-weight: 400;
    color: #999;
    margin-bottom: 53px;
}
main section.special-price .qna b {
    font-weight: bold;
    color: #fff;
}
main section.special-price .qna h6 {
    font-weight: bold;
    font-size: 25px;
    line-height: 33px;
    letter-spacing: -1.25px;
    color: #fff;
}
main section.special-price .qna p {
    font-weight: 500;
    font-size: 19px;
    line-height: 33px;
    letter-spacing: -0.95px;
    color: #999;
}
main section.special-price .qna p:first-of-type {
    margin-bottom: 42px;
}

/****************************************
 * main section.promise
****************************************/
main section.promise {
    background-image: url(/assets/img/promise-bg-pc.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 152px;
    padding-bottom: 142px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
main section.promise h4 {
    height: 60px;
    line-height: 55px;
    background-color: #ed1b24;
    color: #fff;
    font-size: 39px;
    letter-spacing: -1.95px;
    display: inline-block;
    width: 636px;
    text-align: center;
}
main section.promise h6 {
    font-weight: bold;
    font-size: 45px;
    letter-spacing: -2.25px;
    line-height: 74.5px;
    text-align: center;
    color: white;
    margin-bottom: 93px;
}
main section.promise ul {
    display: grid;
    grid-gap: 40px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}
main section.promise li {
    padding: 64px 15px 0;
    height: 354px;
    background-color: white;
}
main section.promise li p.title {
    font-size: 29px;
    text-align: center;
    font-weight: bold;
    letter-spacing: -1.45px;
    line-height: 33px;
    color: #d60000;
}
main section.promise li hr {
    margin: 38px 0;
    background-color: #000;
}
main section.promise li p.description {
    font-size: 21px;
    line-height: 33px;
    text-align: center;
    white-space: pre-line;
    letter-spacing: -1.05px;
}

/****************************************
 * main section.compare
****************************************/
main section.compare {
    padding-top: 176px;
    padding-bottom: 168px;
}
main section.compare h4 {
    font-weight: bold;
    font-size: 39px;
    text-align: center;
    line-height: 62px;
    letter-spacing: -1.95px;
}
main section.compare h6 {
    font-family: "GmarketSans";
    font-weight: bold;
    font-size: 48.5px;
    text-align: center;
    line-height: 62px;
    letter-spacing: -1.45px;
    color: #d60000;
    margin-bottom: 84px;
}
main section.compare img {
    margin: 0 auto;
}

/****************************************
 * main section.companies
****************************************/
main section.companies {
    padding-top: 170px;
    padding-bottom: 170px;
    background-color: #fafafa;
}
main section.companies h4 {
    font-weight: bold;
    text-align: center;
    font-family: "GmarketSans";
    font-size: 48.5px;
    line-height: 62px;
    letter-spacing: -1.46px;
}
main section.companies h4 span {
    font-family: "GmarketSans";
}
main section.companies h6 {
    font-size: 33.5px;
    line-height: 62px;
    letter-spacing: -1.68px;
    text-align: center;
    margin-bottom: 104px;
}
main section.companies img {
    margin: 0 auto;
}

/****************************************
 * main section.terms
****************************************/
main section.terms {
    padding-top: 41px;
    padding-bottom: 41px;
    background-color: #3b3b3c;
}
main section.terms>* {
    max-width: 1420px;
    margin: 0 auto;
}
main section.terms h4 {
    font-weight: bold;
    font-size: 25px;
    line-height: 26px;
    letter-spacing: -1.25px;
    color: white;
    margin-bottom: 36px;
}
main section.terms p {
    font-size: 17px;
    line-height: 26px;
    letter-spacing: -0.85px;
    font-weight: 500;
    color: white;
    white-space: pre-line;
}

/****************************************
 * footer
****************************************/
footer {
    background-image: linear-gradient(to bottom, #650000, #000);
    padding: 113px 0;
}
footer .wrapper-form {
    background-color: white;
    max-width: 560px;
    padding: 58px 20px 50px;
    margin: 0 auto;
}
footer .wrapper-form h2 {
    font-family: "GmarketSans";
    font-size: 48.5px;
    line-height: 55px;
    letter-spacing: -1.46px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 22px;
}
footer .wrapper-form h2 b {
    font-family: "GmarketSans";
}
footer .wrapper-form p {
    height: 48px;
    border-radius: 5px;
    border: 1px solid #d60000;
    line-height: 46px;
    font-size: 17px;
    font-weight: bold;
    letter-spacing: -0.85px;
    text-align: center;
    color: #d60000;
    background-color: #fefafb;
}
footer .wrapper-form form {
    margin-top: 26px;
}
footer .wrapper-form form label {
    font-size: 17px;
    font-weight: 500;
    line-height: 1.53;
    letter-spacing: -0.85px;
    text-align: left;
    margin-bottom: 8px;
}
footer .wrapper-form form .input-group {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 14px;
}
footer .wrapper-form form .input-group input {
    height: 48px;
    padding: 15px 8px;
    border-radius: 5px;
    border: solid 1px #d4d4d4;
    background-color: #f5f5f5;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.53;
    letter-spacing: -0.85px;
}
footer .wrapper-form form .input-group input::placeholder {
    color: #a6a6a6;
}
footer .wrapper-form form .input-group input.w100 {
    width: 100%;
}
footer .wrapper-form form .input-group.tels input {
    width: calc(33.3% - 14px);
}
footer .wrapper-form form .wrapper-agree {
    text-align: center;
    padding-top: 4px;
    margin-bottom: 18px;
}
footer .wrapper-form form .wrapper-agree input[type="checkbox"] {
    width: 13px;
    height: 13px;
    appearance: auto;
    vertical-align: middle;
}
footer .wrapper-form form .wrapper-agree label {
    font-size: 13px;
    font-weight: 500;
    line-height: 2;
    letter-spacing: -0.65px;
    text-align: left;
    vertical-align: middle;
}
footer .wrapper-form form button {
    width: 100%;
    height: 70px;
    border-radius: 10px;
    background-color: #d60000;
    font-family: "GmarketSans";
    font-size: 48.5px;
    font-weight: bold;
    letter-spacing: -1.46px;
    text-align: center;
    color: #fff;
}
footer .wrapper-call {
    margin-top: 75px;
}
footer .wrapper-call p {
    font-family: "GmarketSans";
    font-size: 48px;
    font-weight: bold;
    line-height: 1.31;
    letter-spacing: -1.86px;
    text-align: center;
    color: #fefefe;
}
footer .wrapper-call p:last-child img {
    height: 60px;
    width: 60px;
    margin-right: 20px;
    display: inline-block;
    vertical-align: middle;
}
footer .wrapper-call p:last-child span {
    font-family: "GmarketSans";
    vertical-align: middle;
}

/****************************************
 * float
****************************************/
.float-container {
    position: fixed;
    top: 252px;
    right: 0;
    width: 230px;
    background-color: #e11d13;
    border-radius: 30px;
    padding: 23px 7px 17px;
}
.float-container p.float-title {

}
.float-container .wrapper-form {
    margin-bottom: 21px;
}
.float-container .wrapper-form>p {
    font-size: 21px;
    font-weight: bold;
    line-height: 28px;
    letter-spacing: -0.63px;
    text-align: center;
    margin-bottom: 15px;
    color: #fff;
}
.float-container .wrapper-form form {
    margin-bottom: 21px;
    padding: 12px 6px 28px;
    border-radius: 20px;
    background-color: #fff;
}
.float-container .wrapper-form form .input-group {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}
.float-container .wrapper-form form .input-group input {
    height: 48px;
    padding: 16px 10px;
    border-radius: 5px;
    border: solid 1px #d4d4d4;
    background-color: #f5f5f5;
}
.float-container .wrapper-form form .input-group input::placeholder {
    font-size: 15px;
    font-weight: 500;
    line-height: 1.73;
    letter-spacing: -0.75px;
    color: #737373;
}
.float-container .wrapper-form form .input-group input.w100 {
    width: 100%;
}
.float-container .wrapper-form form .input-group.tels input {
    width: calc(33.3% - 6.67px);
}
.float-container .wrapper-form form .input-group input~input {
    margin-left: 10px;
}
.float-container .wrapper-form form .wrapper-agree {
    text-align: center;
    margin-bottom: 9px;
}
.float-container .wrapper-form form .wrapper-agree input[type="checkbox"] {
    width: 13px;
    height: 13px;
    appearance: auto;
    vertical-align: middle;
}
.float-container .wrapper-form form .wrapper-agree label {
    font-size: 10px;
    font-weight: 500;
    line-height: 2.6;
    letter-spacing: -0.5px;
    text-align: left;
    vertical-align: middle;
}
.float-container .wrapper-form form button {
    width: 100%;
    height: 48px;
    border-radius: 5px;
    background-color: #d60000;
    font-family: "GmarketSans";
    font-size: 21px;
    font-weight: bold;
    line-height: 1.26;
    letter-spacing: -0.63px;
    text-align: center;
    color: #fff;
}
.float-container .wrapper-call {
    margin-top: 21px;
}
.float-container .wrapper-call p {
    font-family: "GmarketSans";
    font-size: 26px;
    font-weight: bold;
    line-height: 1.33;
    letter-spacing: -0.78px;
    text-align: center;
    color: #fefefe;
}
.float-container .wrapper-call p:last-child img {
    height: 38px;
    width: 38px;
    margin-right: 8px;
    display: inline-block;
    vertical-align: middle;
}
.float-container .wrapper-call p:last-child span {
    font-family: "GmarketSans";
    vertical-align: middle;
}

/****************************************
 * termModal
****************************************/
#termModal {
    display: none;
    width: 1420px;
    min-height: 980px;
    margin: 0 auto;
    padding: 120px 87px;
    position: fixed;
    background-color: white;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
#termModal div {
    position: relative;
}
#termModal h6 {
    font-size: 25px;
    line-height: 23px;
    letter-spacing: -1.25px;
    margin-bottom: 30px;
}
#termModal p {
    font-size: 17px;
    line-height: 24px;
    letter-spacing: -0.85px;
    white-space: pre-line;
}
#termModal button {
    position: absolute;
    height: 70px;
    width: 70px;
    text-transform: uppercase;
    top: 0;
    right: 0;
    background-color: #af3029;
    color: white;
    font-size: 15px;
}

@media (max-width: 1920px) {
    header {
        background-size: cover;
    }
}

@media (max-width: 1420px) {
    header {
        padding-left: 20px;
        padding-right: 20px;
    }
    header .header-top>div:first-child p:first-child span {
        font-size: 28px;
    }
    header .header-top>div:first-child p:last-child {
        font-size: 36px;
    }
    header .header-top>div:last-child p {
        font-size: 36px;
    }
    header .header-mid>div:first-child {
        font-size: 45px;
    }
    header .header-mid>div:last-child {
        font-size: 45px;
    }
}

@media (max-width: 1200px)  {
    /****************************************
     * header
    ****************************************/
    header {
        height: 442px;
        padding: 27px 23px;
        background-size: contain;
    }
    header>div {
        max-width: 628px;
    }
    header .header-top>div:first-child p {
        /*width: 167px;*/
    }
    header .header-top>div:first-child p:first-child {
        height: 23px;
        margin-bottom: 3px;
    }
    header .header-top>div:first-child p:first-child span {
        font-size: 15px;
        letter-spacing: -0.75px;
    }
    header .header-top>div:first-child p:last-child {
        font-size: 20px;
        letter-spacing: -1px;
    }
    header .header-top>div:last-child p {
        font-size: 20px;
        letter-spacing: -1px;
    }
    header .header-mid {
        margin-top: 67px;
        margin-bottom: 0px;
    }
    header .header-mid>div:first-child {
        font-size: 29.5px;
        line-height: 36px;
        letter-spacing: -0.89px;
    }
    header .header-mid>div:last-child {
        font-size: 29.5px;
        line-height: 36px;
        letter-spacing: -1.48px;
    }
    /****************************************
     * main section
    ****************************************/
    main section {
        padding-left: 6px;
        padding-right: 6px;
    }
    /****************************************
     * main section.direct-delivery
     * main section.special-price
    ****************************************/
    main section>.wrapper {
        max-width: 628px;
    }
    main section.direct-delivery {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    main section.special-price {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    main section .cars-title {
        margin-bottom: 18px;
    }
    main section .cars-list {
        grid-gap: 12px;
        grid-template-columns: 1fr 1fr;
    }
    main section .cars-list li {
        padding: 21px 18px;
        height: 418px;
    }
    main section .cars-list li .car-img {
        height: 120px;
    }
    main section .cars-list li .car-name img {
        height: 14px;
        margin-right: 8px;
    }
    main section .cars-list li .car-name span {
        font-size: 28px;
        letter-spacing: -1.4px;
    }
    main section .cars-list li .car-price>div>p:first-child {
        font-size: 24.5px;
        letter-spacing: -1.23px;
    }
    main section .cars-list li .car-price>div>p:first-child span {
        margin-left: 6px;
        border-radius: 8.6px;
        font-size: 14.5px;
        letter-spacing: -0.73px;
    }
    main section .cars-list li .car-price>div>p:last-child {
        font-size: 24.5px;
        letter-spacing: -1.23px;
    }
    main section .cars-list li .btn-to-inquiry {
        width: 242px;
        height: 57px;
        font-size: 18.5px;
        letter-spacing: -0.93px;
    }
    main section .cars-list li.item-question {
        padding-top: 35px;
        background-color: #222;
    }
    main section .cars-list li.item-question h6 {
        font-family: "GmarketSans";
        font-size: 130px;
        line-height: 120px;
        letter-spacing: -6.5px;
        margin-bottom: 40px;
    }
    main section .cars-list li.item-question p {
        font-size: 28px;
        line-height: 1.54;
        letter-spacing: -1.4px;
    }
    main section.special-price .cars-list {
        margin-bottom: 23px;
    }
    main section.special-price .footnote {
        padding: 0 15px;
        margin-bottom: 88px;
    }
    main section.special-price .footnote p {
        font-size: 16px;
        line-height: 2.06;
        letter-spacing: -0.8px;
        white-space: pre-line;
    }
    main section.special-price .qna {
        padding-bottom: 56px;
    }
    main section.special-price .qna h6 {
        text-align: center;
    }
    main section.special-price .qna p {
        text-align: center;
    }

    /****************************************
     * main section.promise
    ****************************************/
    main section.promise {
        background-image: url(/assets/img/promise-bg-mo.png);
        padding-top: 88px;
        padding-bottom: 92px;
    }
    main section.promise h4 {
        height: 54px;
        line-height: 50px;
        font-size: 35.5px;
        letter-spacing: -1.78px;
        width: 572px;
    }
    main section.promise h6 {
        font-size: 40.5px;
        letter-spacing: -2.03px;
        line-height: 67px;
        margin-bottom: 60px;
    }
    main section.promise ul {
        grid-gap: 30px 25px;
        grid-template-columns: 1fr 1fr;
        max-width: calc(100% - 34px);
    }
    main section.promise li {
        padding: 59px 18px;
        height: 326px;
    }
    main section.promise li p.title {
        font-size: 26.5px;
        line-height: 30.5px;
        letter-spacing: -1.33px;
    }
    main section.promise li hr {
        margin: 36px 0;
    }
    main section.promise li p.description {
        font-size: 18px;
        line-height: 30.5px;
        letter-spacing: -0.98px;
    }

    /****************************************
     * main section.compare
    ****************************************/
    main section.compare {
        padding-top: 85px;
        padding-bottom: 97px;
    }
    main section.compare h6 {
        margin-bottom: 43px;
    }
    main section.compare img {
        margin: 0 auto;
    }

    /****************************************
     * main section.companies
    ****************************************/
    main section.companies {
        padding-top: 106px;
        padding-bottom: 78px;
    }
    main section.companies h6 {
        margin-bottom: 65px;
    }

    /****************************************
     * float
    ****************************************/
    .float-container {
        display: none;
    }
}

@media (max-width: 1180px)  {
    #termModal {
        width: 100%;
    }
}

@media (max-width: 880px)  {
    header {
        background-size: cover;
    }
    #termModal {
        padding: 20px;
        min-height: unset;
    }
}

@media (max-width: 639px)  {
    /****************************************
     * header
    ****************************************/
    header {
        height: 332px;
        padding: 20px 5px;
        background-image: url("/assets/img/header-bg-480.png");
        background-size: contain;
    }
    header>div {
        max-width: 472px;
    }
    header .header-top>div:first-child p {
        width: unset;
    }
    header .header-top>div:first-child p:first-child {
        height: 17px;
    }
    header .header-top>div:first-child p:first-child span {
        font-size: 11px;
        letter-spacing: -0.55px;
    }
    header .header-top>div:first-child p:last-child {
        font-size: 15px;
        letter-spacing: -1.5px;
    }
    header .header-top>div:last-child p {
        font-size: 15px;
        letter-spacing: -0.75px;
    }
    header .header-mid {
        margin-top: 63px;
    }
    header .header-mid>div:first-child {
        font-size: 22px;
        line-height: 27px;
        letter-spacing: -0.66px;
    }
    header .header-mid>div:last-child {
        font-size: 22px;
        line-height: 27px;
        letter-spacing: -1.1px;
    }
    /****************************************
     * main section
    ****************************************/
    main section {
        padding-left: 5px;
        padding-right: 5px;
    }
    /****************************************
     * main section.direct-delivery
     * main section.special-price
    ****************************************/
    main section>.wrapper {
        max-width: 100%;
    }
    main section.direct-delivery {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    main section.special-price {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    main section .cars-title {
        margin-bottom: 12px;
    }
    main section .cars-title h2 {
        font-size: 30px;
        letter-spacing: -1.53px;
        margin-bottom: 16px;
    }
    main section .cars-title p {
        font-size: 16px;
        letter-spacing: -0.8px;
    }
    main section .cars-list {
        grid-gap: 8px;
    }
    main section .cars-list li {
        padding: 0px 13px 14px;
        height: 314px;
    }
    main section .cars-list li .car-img {
        height: 90px;
    }
    main section .cars-list li .car-name img {
        height: 11px;
        margin-right: 6px;
    }
    main section .cars-list li .car-name span {
        font-size: 21px;
        letter-spacing: -1.05px;
    }
    main section .cars-list li .car-price>div>p:first-child {
        font-size: 18px;
        line-height: 33px;
        letter-spacing: -0.9px;
    }
    main section .cars-list li .car-price>div>p:first-child span {
        margin-left: 6px;
        border-radius: 8.6px;
        font-size: 11px;
        letter-spacing: -0.55px;
    }
    main section .cars-list li .car-price>div>p:last-child {
        font-size: 18px;
        line-height: 33px;
        letter-spacing: -0.9px;
    }
    main section .cars-list li .btn-to-inquiry {
        width: 100%;
        height: 44px;
        font-size: 14px;
        letter-spacing: -0.7px;
    }
    main section .cars-list li.item-question {
        padding-top: 27px;
    }
    main section .cars-list li.item-question h6 {
        font-size: 97.5px;
        line-height: 1;
        letter-spacing: -4.88px;
        margin-bottom: 25px;
    }
    main section .cars-list li.item-question p {
        font-size: 21px;
        letter-spacing: -1.05px;
    }
    main section.special-price .cars-list {
        margin-bottom: 17px;
    }
    main section.special-price .footnote {
        padding: 0 12px;
        margin-bottom: 66px;
    }
    main section.special-price .footnote p {
        font-size: 12px;
        line-height: 24.5px;
        letter-spacing: -0.6px;
    }
    main section.special-price .qna {
        padding: 42px 0;
    }
    main section.special-price .qna h4 {
        font-size: 26px;
        line-height: 24.5px;
        letter-spacing: -1.3px;
        margin-bottom: 38px;
    }
    main section.special-price .qna h6 {
        font-size: 18.5px;
        line-height: 24.5px;
        letter-spacing: -0.93px;
    }
    main section.special-price .qna p {
        font-size: 14px;
        line-height: 24.5px;
        letter-spacing: -0.7px;
    }

    /****************************************
     * main section.promise
    ****************************************/
    main section.promise {
        padding-top: 66px;
        padding-bottom: 70px;
    }
    main section.promise h4 {
        height: 42px;
        line-height: 40px;
        font-size: 26.5px;
        letter-spacing: -1.33px;
        width: 430px;
    }
    main section.promise h6 {
        font-size: 30.5px;
        letter-spacing: -1.53px;
        line-height: 50px;
        margin-bottom: 45px;
    }
    main section.promise ul {
        grid-gap: 22px 18px;
        max-width: calc(100% - 24px);
    }
    main section.promise li {
        padding: 45px 14px;
        height: 245px;
    }
    main section.promise li p.title {
        font-size: 20px;
        line-height: 22.5px;
        letter-spacing: -1px;
    }
    main section.promise li hr {
        margin: 26px 0;
    }
    main section.promise li p.description {
        font-size: 14.5px;
        line-height: 22.5px;
        letter-spacing: -0.73px;
    }

    /****************************************
     * main section.compare
    ****************************************/
    main section.compare {
        padding-top: 60px;
        padding-bottom: 70px;
    }
    main section.compare h4 {
        font-size: 29.5px;
        line-height: 46.5px;
        letter-spacing: -1.48px;
    }
    main section.compare h6 {
        font-size: 36.5px;
        line-height: 46.5px;
        letter-spacing: -1.1px;
        margin-bottom: 32px;
    }

    /****************************************
     * main section.companies
    ****************************************/
    main section.companies {
        padding-top: 80px;
        padding-bottom: 60px;
    }
    main section.companies h4 {
        font-size: 36.5px;
        line-height: 46.5px;
        letter-spacing: -1.1px;
    }
    main section.companies h6 {
        font-size: 25px;
        line-height: 46.5px;
        letter-spacing: -1.25px;
        margin-bottom: 52px;
    }

    /****************************************
     * main section.terms
    ****************************************/
    main section.terms {
        padding-top: 32px;
        padding-bottom: 32px;
    }
    main section.terms h4 {
        font-size: 18.5px;
        line-height: 19.5px;
        letter-spacing: -0.93px;
        margin-bottom: 24px;
    }
    main section.terms p {
        font-size: 12.5px;
        line-height: 19.5px;
        letter-spacing: -0.63px;
    }

    /****************************************
     * footer
    ****************************************/
    footer {
        padding: 82px 30px 55px;
    }
    footer .wrapper-form {
        width: 100%;
        padding: 44px 15px 38px;
    }
    footer .wrapper-form h2 {
        font-size: 36.5px;
        line-height: 41.5px;
        letter-spacing: -1.1px;
        margin-bottom: 16px;
    }
    footer .wrapper-form p {
        height: 37px;
        border-radius: 3.8px;
        line-height: 37px;
        font-size: 14px;
        letter-spacing: -0.63px;
    }
    footer .wrapper-form form {
        margin-top: 19px;
    }
    footer .wrapper-form form label {
        font-size: 14px;
        letter-spacing: -0.63px;
        margin-bottom: 6px;
    }
    footer .wrapper-form form .input-group {
        margin-bottom: 11px;
    }
    footer .wrapper-form form .input-group input {
        height: 37px;
        padding: 12px 7px;
        border-radius: 3.8px;
        font-size: 14px;
        line-height: 1.56;
        letter-spacing: -0.63px;
    }
    footer .wrapper-form form .input-group.tels input {
        width: calc(33.3% - 4.67px);
    }
    footer .wrapper-form form .wrapper-agree {
        padding-top: 3px;
        margin-bottom: 14px;
    }
    footer .wrapper-form form .wrapper-agree input[type="checkbox"] {
        width: 14px;
        height: 14px;
    }
    footer .wrapper-form form .wrapper-agree label {
        font-size: 14px;
        line-height: 1.95;
        letter-spacing: -0.5px;
    }
    footer .wrapper-form form button {
        height: 52px;
        border-radius: 7.5px;
        font-size: 36.5px;
        letter-spacing: -1.1px;
    }
    footer .wrapper-call {
        margin-top: 55px;
    }
    footer .wrapper-call p {
        font-size: 36px;
        line-height: 1.31;
        letter-spacing: -1.4px;
    }
    footer .wrapper-call p:last-child img {
        height: 40px;
        width: 40px;
        margin-right: 14px;
    }

    /****************************************
     * termModal
    ****************************************/
    #termModal h6 {
        font-size: 18.5px;
        line-height: 19.5px;
        letter-spacing: -0.93px;
        margin-bottom: 20px;
    }
    #termModal p {
        font-size: 12.5px;
        line-height: 19.5px;
        letter-spacing: -0.63px;
    }
    #termModal button {
        height: 50px;
        width: 50px;
        font-size: 12.5px;
    }
}

@media (max-width: 479px)  {
    /****************************************
     * header
    ****************************************/
    header {
        height: 222px;
        padding: 13px 3px;
        background-image: url("/assets/img/header-bg-320.png");
    }
    header>div {
        max-width: 314px;
    }
    header .header-top>div:first-child p {
        /*width: 90px;*/
    }
    header .header-top>div:first-child p:first-child {
        height: 12px;
    }
    header .header-top>div:first-child p:first-child span {
        font-size: 7.5px;
        letter-spacing: -0.38px;
    }
    header .header-top>div:first-child p:last-child {
        font-size: 10px;
        letter-spacing: -1px;
    }
    header .header-top>div:last-child p {
        font-size: 10px;
        letter-spacing: -0.5px;
    }
    header .header-mid {
        margin-top: 33px;
    }
    header .header-mid>div:first-child {
        font-size: 16.5px;
        line-height: 18px;
        letter-spacing: -0.44px;
    }
    header .header-mid>div:last-child {
        font-size: 14.5px;
        line-height: 18px;
        letter-spacing: -0.73px;
    }
    /****************************************
     * main section
    ****************************************/
    main section {
        padding-left: 3px;
        padding-right: 3px;
    }
    /****************************************
     * main section.direct-delivery
     * main section.special-price
    ****************************************/
    main section>.wrapper {
        max-width: 100%;
    }
    main section.direct-delivery {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    main section.special-price {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    main section .cars-title {
        margin-bottom: 8px;
    }
    main section .cars-title h2 {
        font-size: 20.5px;
        letter-spacing: -1.03px;
        margin-bottom: 11px;
    }
    main section .cars-title p {
        font-size: 10.5px;
        letter-spacing: -0.53px;
    }
    main section .cars-list {
        grid-gap: 6px;
    }
    main section .cars-list li {
        padding: 0 8px 10px;
        height: 210px;
    }
    main section .cars-list li .car-img {
        height: 60px;
    }
    main section .cars-list li .car-name img {
        height: 8px;
        margin-right: 4px;
    }
    main section .cars-list li .car-name span {
        font-size: 14px;
        letter-spacing: -0.7px;
    }
    main section .cars-list li .car-price>div>p:first-child {
        font-size: 15px;
        line-height: 22px;
        letter-spacing: -0.6px;
    }
    main section .cars-list li .car-price>div>p:first-child span {
        margin-left: 3px;
        padding: 3px;
        border-radius: 4.3px;
        font-size: 7px;
        letter-spacing: -0.35px;
    }
    main section .cars-list li .car-price>div>p:last-child {
        font-size: 15px;
        line-height: 22px;
        letter-spacing: -0.6px;
    }
    main section .cars-list li .btn-to-inquiry {
        height: 29px;
        font-size: 13px;
        letter-spacing: -0.45px;
    }
    main section .cars-list li.item-question {
        padding-top: 18px;
    }
    main section .cars-list li.item-question h6 {
        font-size: 65px;
        line-height: 1;
        letter-spacing: -3.25px;
        margin-bottom: 20px;
    }
    main section .cars-list li.item-question p {
        font-size: 14px;
        letter-spacing: -0.7px;
    }
    main section.special-price .cars-list {
        margin-bottom: 11px;
    }
    main section.special-price .footnote {
        margin-bottom: 44px;
    }
    main section.special-price .footnote p {
        font-size: 8px;
        line-height: 16.5px;
        letter-spacing: -0.4px;
    }
    main section.special-price .qna {
        padding: 28px 0;
    }
    main section.special-price .qna img {
        width: 21px;
        height: 21px;
        margin-bottom: 8px;
    }
    main section.special-price .qna h4 {
        font-size: 17.5px;
        line-height: 16.5px;
        letter-spacing: -0.88px;
        margin-bottom: 24px;
    }
    main section.special-price .qna h6 {
        font-size: 12.5px;
        line-height: 16.5px;
        letter-spacing: -0.63px;
    }
    main section.special-price .qna p {
        font-size: 9.5px;
        line-height: 16.5px;
        letter-spacing: -0.48px;
    }

    /****************************************
     * main section.promise
    ****************************************/
    main section.promise {
        padding-top: 44px;
        padding-bottom: 46px;
    }
    main section.promise h4 {
        height: 29px;
        line-height: 25px;
        font-size: 17.5px;
        letter-spacing: -0.88px;
        width: 288px;
    }
    main section.promise h6 {
        font-size: 20.5px;
        letter-spacing: -1.03px;
        line-height: 33.5px;
        margin-bottom: 29px;
    }
    main section.promise ul {
        grid-gap: 14px 12px;
        max-width: calc(100% - 16px);
    }
    main section.promise li {
        padding: 30px 7px;
        height: 164px;
    }
    main section.promise li p.title {
        font-size: 13.5px;
        line-height: 15px;
        letter-spacing: -0.68px;
    }
    main section.promise li hr {
        margin: 20px 0;
    }
    main section.promise li p.description {
        font-size: 9.5px;
        line-height: 15px;
        letter-spacing: -0.48px;
    }

    /****************************************
     * main section.compare
    ****************************************/
    main section.compare {
        padding-top: 42px;
        padding-bottom: 46px;
    }
    main section.compare h4 {
        font-size: 19.5px;
        line-height: 31px;
        letter-spacing: -0.98px;
    }
    main section.compare h6 {
        font-size: 24.5px;
        line-height: 31px;
        letter-spacing: -0.74px;
        margin-bottom: 21px;
    }

    /****************************************
     * main section.companies
    ****************************************/
    main section.companies {
        padding-top: 54px;
        padding-bottom: 40px;
    }
    main section.companies h4 {
        font-size: 24.5px;
        line-height: 31px;
        letter-spacing: -0.74px;
    }
    main section.companies h6 {
        font-size: 16.5px;
        line-height: 31px;
        letter-spacing: -0.83px;
        margin-bottom: 32px;
    }

    /****************************************
     * main section.terms
    ****************************************/
    main section.terms {
        padding-top: 22px;
        padding-bottom: 22px;
    }
    main section.terms h4 {
        font-size: 12.5px;
        line-height: 13px;
        letter-spacing: -0.63px;
        margin-bottom: 18px;
    }
    main section.terms p {
        font-size: 8.5px;
        line-height: 13px;
        letter-spacing: -0.43px;
    }

    /****************************************
     * footer
    ****************************************/
    footer {
        padding: 56px 20px 36px;
    }
    footer .wrapper-form {
        padding: 30px 10px 25px;
    }
    footer .wrapper-form h2 {
        font-size: 24.5px;
        line-height: 27.5px;
        letter-spacing: -0.74px;
        margin-bottom: 11px;
    }
    footer .wrapper-form p {
        height: 25px;
        border-radius: 2.5px;
        line-height: 25px;
        font-size: 14px;
        letter-spacing: -0.43px;
    }
    footer .wrapper-form form {
        margin-top: 12px;
    }
    footer .wrapper-form form label {
        font-size: 14px;
        letter-spacing: -0.43px;
        margin-bottom: 3px;
    }
    footer .wrapper-form form .input-group {
        margin-bottom: 7px;
    }
    footer .wrapper-form form .input-group input {
        height: 40px;
        padding: 8px 4px;
        border-radius: 2.5px;
        font-size: 14px;
        line-height: 13px;
        letter-spacing: -0.43px;
    }
    footer .wrapper-form form .input-group.tels input {
        width: calc(33.3% - 3.33px);
    }
    footer .wrapper-form form .wrapper-agree {
        padding-top: 2px;
        margin-bottom: 10px;
    }
    footer .wrapper-form form .wrapper-agree input[type="checkbox"] {
        width: 14px;
        height: 14px;
    }
    footer .wrapper-form form .wrapper-agree label {
        font-size: 14px;
        line-height: 13px;
        letter-spacing: -0.33px;
    }
    footer .wrapper-form form button {
        height: 35px;
        border-radius: 5px;
        font-size: 24.5px;
        letter-spacing: -0.74px;
    }
    footer .wrapper-call {
        margin-top: 36px;
    }
    footer .wrapper-call p {
        font-size: 26px;
        line-height: 41px;
        letter-spacing: -0.93px;
    }
    footer .wrapper-call p:last-child img {
        height: 30px;
        width: 30px;
        margin-right: 9px;
    }

    /****************************************
     * termModal
    ****************************************/
    #termModal h6 {
        font-size: 12.5px;
        line-height: 13px;
        letter-spacing: -0.63px;
        margin-bottom: 16px;
    }
    #termModal p {
        font-size: 8.5px;
        line-height: 13px;
        letter-spacing: -0.43px;
    }
    #termModal button {
        height: 30px;
        width: 30px;
        font-size: 8.5px;
    }
}

@media (max-width: 359px) {
    /****************************************
     * header
    ****************************************/
    header {
        background-size: cover;
    }
}