@font-face {
    font-family: 'Pretendard';
    src: url('/fonts/PretendardVariable.ttf') format('truetype');
    font-weight: 100 900;
    font-display: swap;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Pretendard', "Spoqa Han Sans Neo", sans-serif;
}

.container-2 {
    width: 1060px ;
    max-width: 90% ;
    margin: 0 auto ;
    padding: 60px 16px ;
}

@media (min-width: 1024px) {
    .container-2 {
        padding: 140px 0;
    }
}

.section_forwarding_form .note{
    margin-top: 18px;
    margin-left: auto;
    margin-right: auto;
}

.section-introduction-shipping .wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.section-introduction-shipping .wrapper .title {
    color: #000;
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 16px;
}

@media (max-width: 768px) {
    .section-introduction-shipping .wrapper .title {
        font-size: 28px;
    }
}

.section-introduction-shipping .wrapper .sub-title {
    color: #8089a0;
    text-align: center;
    font-size: 20px;
}

@media (max-width: 768px) {
    .section-introduction-shipping .wrapper .sub-title {
        font-size: 16px;
    }
}

.section-introduction-shipping .image-box {
    margin-top: 40px;
    width: 100%;
    height: 300px;
}

.section-introduction-shipping .image-box img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

@media (min-width: 1024px) {
    .section-shipping-strategy .head_title{
        margin-bottom: 90px;
    }
}

.section-shipping-strategy .head_title h2 span{
    color: #000!important;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    margin-bottom: 40px;
}

.section-shipping-strategy {
    background-color: #f0f3f9;
}

.section-shipping-strategy .wrapper {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(1, 1fr);
}

@media (min-width: 768px) {
    .section-shipping-strategy .wrapper {
        grid-template-columns: repeat(2, 1fr);
    }
}

.section-shipping-strategy .wrapper .box-content{
    padding: 20px;
    border-radius: 20px;
    background: #FFF;
    display: flex;
    flex-wrap: nowrap;
    gap: 16px;
}

.section-shipping-strategy .wrapper .box-content .box-content__image{
    width: 50px;
    height: 50px;
    padding: 10px;
    border: 1px solid #E0E5EF;
    border-radius: 8px;
}

.section-shipping-strategy .wrapper .box-content .box-content__image img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

@media (min-width: 1024px) {
    .section-shipping-strategy .wrapper .box-content .box-content__image {
        width: 80px;
        height: 80px;
    }
    .section-shipping-strategy .wrapper .box-content{
        gap: 30px;
    }
}

.section-shipping-strategy .wrapper .box-content .box-content__growth{
    margin-top: 12px;
    flex-grow: 1;
}

.section-shipping-strategy .wrapper .box-content .box-content__growth .title {
    font-weight: 700;
    font-size: 16px;
    line-height: 1.5;    
    padding-bottom: 15px ;
    margin-bottom: 20px ;
    margin-top: 2px;
}
.section-shipping-strategy .wrapper .box-content .box-content__growth .content-process p {
    font-weight: 400;
    font-size: 15px;
    line-height: 1.8;
    letter-spacing: -0.05rem;    
}
.section-shipping-strategy .wrapper .box-content .box-content__growth .content-process {
    margin-left: -65px;
}
.section-shipping-strategy .wrapper .box-content .box-content__growth .content-process p::before {
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url('/images/home-section/ss-plan-tick.png');
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 6px;
    vertical-align: middle;
}

@media (min-width: 1024px) {
    .section-shipping-strategy .head_title h2 span{
        font-size: 44px;
    }

    .section-shipping-strategy .wrapper {
        gap: 60px;
    }

    .section-shipping-strategy .wrapper .strategy-box .title {
        font-size: 20px;
    }

    .section-shipping-strategy .wrapper .box-content{
        padding: 30px 20px 36px 40px;
    }

    .section-shipping-strategy .wrapper .box-content .box-content__growth .title{
        font-size: 20px;
        margin-top: 12px;
        margin-bottom: 40px;
    }
    .section-shipping-strategy .wrapper .box-content .box-content__growth .content-process p {
        font-size: 16px;
        line-height: 1.5;
    }
    .section-shipping-strategy .wrapper .box-content .box-content__growth .content-process {
        margin-left: -110px;
    }
    .section-shipping-strategy .wrapper .box-content .box-content__growth .content-process p::before {
        margin-right: 15px;
    }
}

@media (min-width: 1400px) {
    .section-shipping-strategy .wrapper .box-content .box-content__growth .title{
        font-size: 28px;
        margin-top: 10px;
        margin-bottom: 30px;
    }
    .section-shipping-strategy .wrapper .box-content .box-content__growth .content-process p {
        font-size: 20px;
    }
    .section-shipping-strategy .wrapper .box-content .box-content__growth .content-process {
        margin-left: -75px;
    }
    .section-shipping-strategy .wrapper .box-content .box-content__growth .content-process p::before {
        margin-right: 25px;
    }
}

.section-growth-condition .wrapper .box-title {
    color: #000;
    text-align: center;
}

.section-growth-condition .wrapper .box-title .title {
    font-size: 22px;
    font-weight: 700;
}

.section-growth-condition .wrapper .box-title .sub-title {
    font-size: 22px;
}

@media (min-width: 1024px) {

    .section-growth-condition .wrapper .box-title .title,
    .section-growth-condition .wrapper .box-title .sub-title {
        font-size: 44px;
    }
}

.section-growth-condition .wrapper .box-content {
    display: grid;
    align-items: center;
    justify-content: center;
    grid-template-columns: 1fr;
    gap: 50px;
    margin-top: 60px;
}

@media (min-width: 1260px) {
    .shipping_page .section-growth-condition .wrapper .box-content {
        margin-top: 85px;
        padding-right: 30px;
        grid-template-columns: 1.3fr 1fr;
    }
}

.shipping_page .section-growth-condition .wrapper .box-content .box-content__image {
    /* this css should only for shipping_page */
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap:20px
}

.shipping_page .section-growth-condition .wrapper .box-content .box-content__image .content-item{
    border-radius: 20px;
    border: 1px solid #8089A0;
    background: var(--White, #FFF);
    text-align: center;
    overflow: hidden;
}

.shipping_page .section-growth-condition .wrapper .box-content .box-content__image .content-item .title{
    color: var(--White, #FFF);
    font-size: 20px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -1.6px;
    background-color:#8089A0 ;
    padding-top: 24px;
    padding-bottom: 24px;
}

.shipping_page .section-growth-condition .wrapper .box-content .box-content__image .content-item .content{
    color: #000;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: -1.6px;
    padding: 20px 18px;
}


@media (min-width: 1260px) {
    .section-growth-condition .wrapper .box-content .box-content__image {
       gap:40px!important;
    }

    .shipping_page .section-growth-condition .wrapper .box-content .box-content__image .content-item .title{
        font-size: 32px;
    }

    .shipping_page .section-growth-condition .wrapper .box-content .box-content__image .content-item .content{
        font-size: 32px;
        padding: 32px 30px;
    }
}

.section-growth-condition .wrapper .box-content .box-content__growth {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    position: relative;
}

.section-growth-condition .wrapper .box-content .box-content__growth .wrapper {
    display: flex;
    justify-content: center;
    height: 250px;
}

.section-growth-condition .wrapper .box-content .box-content__growth .images {
    height: 100%;
}

.section-growth-condition .wrapper .box-content .box-content__growth .images img {
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.section-growth-condition .wrapper .box-content .box-content__growth .content-process {
    margin: auto 0;
    height: 88%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.section-growth-condition .wrapper .box-content .box-content__growth .content-process :nth-child(2),
.section-growth-condition .wrapper .box-content .box-content__growth .content-process :nth-child(4) {
    margin-left: 10px;
    white-space: nowrap;
}
.section-growth-condition .wrapper .box-content .box-content__growth .content-process :nth-child(3) {
    margin-left: 30px;
}


.section-growth-condition .wrapper .box-content .box-content__growth .content-process :nth-child(1),
.section-growth-condition .wrapper .box-content .box-content__growth .content-process :nth-child(5) {
    margin-left: -26px;
}

.section-growth-condition .wrapper .text-recommendation {
    color: #8089a0;
    font-size: 14px;
    margin-top: 20px;
    text-align: center;
    position: relative;
}

@media (min-width: 1260px) {
    .section-growth-condition .wrapper .text-recommendation {
        position: absolute;
        bottom: 0;
    }
    
}

.shipping_page .section-questions {
    background-color: white;
}

.section-questions .wrapper .row_wrapper {
    display: flex;
    gap: 10px;
}

.section-questions .wrapper .row_wrapper:not(:last-child) {
    margin-bottom: 24px;
}

@media (min-width: 1024px) {
    .section-questions .wrapper .row_wrapper {
        gap: 20px;
    }

    .section-questions .wrapper .row_wrapper:not(:last-child) {
        margin-bottom: 36px;
    }
}

.section-questions .wrapper .row_wrapper .box-icon {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
}

@media (min-width: 1024px) {
    .section-questions .wrapper .row_wrapper .box-icon {
        width: 32px;
        height: 32px;
    }
}

.section-questions .wrapper .row_wrapper .box-icon img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.section-questions .wrapper .row_wrapper .box-content {
    color: #4b5671;
}

.section-questions .wrapper .row_wrapper .box-content .question {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 12px;
}

.section-questions .wrapper .row_wrapper .box-content .answer {
    font-size: 18px;
}

#price_form input::-webkit-outer-spin-button,
#price_form input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
#price_form input[type=number] {
  -moz-appearance: textfield;
}
/*# sourceMappingURL=style.css.map */
