﻿
#sectionCs .container { }
#sectionCs .container .header { text-align: center; }
#sectionCs .container .header .title { margin-bottom: 0; font-size: 2.5rem; font-weight: 300; }
#sectionCs .container .header .description { margin-bottom: 0; }
#sectionCs .container .body { display: flex; justify-content: space-between; padding: 2rem;  }
#sectionCs .container .body .left { flex: 1; display: flex; flex-direction: column; justify-content: center; text-align: center; border-right: 1px solid var(--color-gray-light); }
#sectionCs .container .body .left .block ~ .block { margin-top: 1.5rem; }
#sectionCs .container .body .left .block .title { margin-bottom: 0.25rem; }
#sectionCs .container .body .left .block .title span { font-size: 1rem; font-weight: 500; }
#sectionCs .container .body .left .block .big { font-size: 2rem; font-weight: 300; }
#sectionCs .container .body .left .block .description { margin-bottom: 1rem; color: var(--color-text-light); }
#sectionCs .container .body .left .block .officearea { display: flex; justify-content: center; font-size: 1.1rem; }
#sectionCs .container .body .left .block .officearea .officelist { text-align: left; }
#sectionCs .container .body .left .block .officearea .officelist .officeitem .officename { margin-right: 0.25rem; font-weight: 500; }
#sectionCs .container .body .right { flex: 1.3; display: flex; flex-wrap: wrap; align-items: center; }
#sectionCs .container .body .right .block { flex: 0 0 33%; margin: 0.5rem 0; text-align: center; cursor: pointer; transition: all 0.4s; }
#sectionCs .container .body .right .block:hover { transform: translateY(-5px); opacity: 0.7; }
#sectionCs .container .body .right .block .icon { margin-bottom: 0.5rem; font-size: 2rem; }
#sectionCs .container .body .right .block .title { margin-bottom: 0.2rem; font-size: 1.1rem; font-weight: 500; }
#sectionCs .container .body .right .block .description { font-size: 0.9rem; color: var(--color-text-light); }
/*xl*/ @media (max-width: 1199px) {
    #sectionCs .container .body .left .block .big { font-size: 1.75rem; }
}
/*lg*/ @media (max-width: 991px) {
    #sectionCs .container .header { padding: 1.25rem 0 2rem 0; }
    #sectionCs .container .header .title { font-size: 1.5rem; }
    #sectionCs .container .body { padding: 0; flex-direction: column; }
    #sectionCs .container .body .left { padding: 2rem 0; border: 0; border-top: 1px solid var(--color-gray-light); border-bottom: 1px solid var(--color-gray-light); }
    #sectionCs .container .body .right { padding-top: 2rem; }
}
/*md*/ @media (max-width: 767px) {
    #sectionCs .container .body .right .block { flex: 0 0 50%; }
    #sectionCs .container .body .left .block .big { font-size: 1.3rem; }
}




#sectionEstimate .box-title img { margin-right: 0.5rem; height: 32px; }
#sectionEstimate .datetime-area > div { margin-right: 0; }
#sectionEstimate .datetime-area .body { margin-bottom: 0; }
#sectionEstimate .row > div { margin-bottom: 1rem; }
#sectionEstimate select option[value=more] { color: var(--color-green); }
#sectionEstimate select option[value=no] { color: var(--color-red); }
#sectionEstimate textarea { height: 200px; }
#sectionEstimate .buttons { margin-top: 3rem; text-align: center; }
#sectionEstimate .buttons .btn { min-width: 200px; }

#sectionEstimate .people { display: flex; justify-content: center; }
#sectionEstimate .people .block { display: flex; align-items: center; margin-left: 1rem; font-weight: 500; white-space: nowrap; }
#sectionEstimate .people .block .input-group { width: auto; margin: 0 0.5rem; }
#sectionEstimate .people .block .input-group button { padding: 0 0.5rem; }
#sectionEstimate .people .block .input-group button i { margin-right: 0; -webkit-text-stroke: 1px; }
#sectionEstimate .people .block .input-group input { width: 40px; padding: 0; text-align: center; font-size: 1.25rem; background-color: #fff; border-color: var(--color-gray-dark); }
/*lg*/ @media (max-width: 991px) {
    #sectionEstimate .people { justify-content: flex-end; }
}
/*md*/ @media (max-width: 767px) {
    #sectionEstimate .people .block { margin-bottom: 0.25rem; }
    #sectionEstimate .people .block:last-child { margin-bottom: 0; }
}

#sectionEstimate .savetour_orderguide .title { margin-bottom: 0.5rem; font-size: 1.2rem; font-weight: 500; }
#sectionEstimate .savetour_orderguide .list { display: flex; justify-content: space-between; gap: 0.5rem; }
#sectionEstimate .savetour_orderguide .list .tile { flex: 1; padding: 2rem; text-align: center; background-color: #fff; border-radius: 1rem; box-shadow: 4px 12px 30px 6px rgb(0 0 0 / 9%); }
#sectionEstimate .savetour_orderguide .list .tile .tile-icon { margin-bottom: 1.5rem; }
#sectionEstimate .savetour_orderguide .list .tile .tile-title { margin-bottom: 0.5rem; font-size: 1.25rem; font-weight: 500; }
#sectionEstimate .savetour_orderguide .list .tile .tile-description { color: var(--color-text-light); }
#sectionEstimate .savetour_orderguide .list .arrow { align-self: center; }
#sectionEstimate .savetour_orderguide .list .arrow i { color: var(--color-gray); -webkit-text-stroke: 1px; }
/*md*/ @media (max-width: 991px) {
    #sectionEstimate .savetour_orderguide .list .tile { padding: 1rem; }
    #sectionEstimate .savetour_orderguide .list .tile .tile-description { font-size: 0.9rem; }
    #sectionEstimate .savetour_orderguide .list .arrow { display: none; }
}
/*md*/ @media (max-width: 767px) {
    #sectionEstimate .savetour_orderguide .list { flex-direction: column; }
    #sectionEstimate .savetour_orderguide .list .tile { display: flex; align-items: center; gap: 1rem; text-align: left; }
    #sectionEstimate .savetour_orderguide .list .tile .tile-icon { margin-bottom: 0; }
    #sectionEstimate .savetour_orderguide .list .tile .tile-icon img { width: 40px; }
    #sectionEstimate .savetour_orderguide .list .tile .tile-title { margin-bottom: 0; }
}