﻿#sectionCs_Menu .navbar { justify-content: center; }
#sectionCs_Menu .navbar .navbar-brand { font-weight: 500; }
#sectionCs_Menu .navbar .navbar-toggler { color: var(--color-gray-dark); }
#sectionCs_Menu .navbar .navbar-collapse { width: auto; }
#sectionCs_Menu .navbar .navbar-collapse .navbar-nav { align-items: center; }
#sectionCs_Menu .navbar .navbar-collapse .navbar-nav .nav-link { padding-left: 0.5rem; padding-right: 0.5rem; }
#sectionCs_Menu .navbar .navbar-collapse .navbar-nav .nav-link.active { position: relative; background-color: var(--color-gray-dark); color: #fff; font-weight: 500; border-radius: 0.5rem; }
/*sm*/ @media (max-width: 575px) {
    #sectionCs_Menu .navbar { justify-content: space-between; }
    #sectionCs_Menu .navbar .navbar-collapse { width: 100%; }
    #sectionCs_Menu .navbar .navbar-collapse .navbar-nav { align-items: normal; }
}









#sectionDefault .container { }
#sectionDefault .container .header { padding: 1.25rem 0 2rem 0; text-align: center; }
#sectionDefault .container .header .title { margin-bottom: 0; font-size: 2.5rem; font-weight: 300; }
#sectionDefault .container .header .description { margin-bottom: 0; }
#sectionDefault .container .body { display: flex; flex-direction: column; justify-content: space-between; padding: 0;  }
#sectionDefault .container .body .left { flex: 1; display: flex; flex-direction: column; justify-content: center; padding: 2rem 0; text-align: center; border-top: 1px solid var(--color-gray-light); border-bottom: 1px solid var(--color-gray-light); }
#sectionDefault .container .body .left .block .title { margin-bottom: 0.25rem; }
#sectionDefault .container .body .left .block .title span { font-size: 1rem; font-weight: 500; }
#sectionDefault .container .body .left .block .big { font-size: 2rem; font-weight: 300; }
#sectionDefault .container .body .left .block .big i { margin-right: 0.5rem; }
#sectionDefault .container .body .left .block .description { margin-bottom: 1.5rem; color: var(--color-text-light); }
#sectionDefault .container .body .left .block .container .right { flex: 1; }
#sectionDefault .container .body .right { flex: 1; display: flex; flex-wrap: wrap; align-items: center; padding-top: 2rem; }
#sectionDefault .container .body .right .block { flex: 0 0 33.3333%; margin: 0.5rem 0; text-align: center; cursor: pointer; transition: all 0.4s; }
#sectionDefault .container .body .right .block:hover { transform: translateY(-5px); opacity: 0.7; }
#sectionDefault .container .body .right .block .icon { margin-bottom: 1.3rem; font-size: 2rem; }
#sectionDefault .container .body .right .block .title { margin-bottom: 0.2rem; font-size: 1.1rem; font-weight: 500; }
#sectionDefault .container .body .right .block .description { font-size: 1rem; color: var(--color-text-light); }
/*sm*/ @media (max-width: 575px) {
    #sectionDefault .container .body .right .block .description { display: none; }
}






#sectionNotice table th { white-space: nowrap; }
#sectionNotice table tbody tr { cursor: pointer; }
#sectionNotice table tbody tr:hover { background-color: var(--color-background); }
#sectionNotice table tbody tr td.date { white-space: nowrap; }
#divNoticeModalView .datetime { margin-bottom: 1rem; font-weight: 500; }






#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 { text-align: right; }

#sectionEstimate .people { display: flex; justify-content: space-between; }
#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 input { width: 40px; padding: 0; text-align: center; font-size: 1.25rem; background-color: #fff; border-color: var(--color-gray-dark); }
/*md*/ @media (max-width: 767px) {
    #sectionEstimate .people { flex-direction: column; align-items: flex-end; }
    #sectionEstimate .people .block { margin-bottom: 0.25rem; }
    #sectionEstimate .people .block:last-child { margin-bottom: 0; }
}