/*sub header*/
.sub-header {
    background-color:#fff;
}
.logo {
    color:#2d3373;
}
.logo span {
    color:#20629f;
}
.nav-link {
    color:#000;
}
.login {
    background-color:rgba(0,0,0,0.2);
}

/*sub headline*/
.headline {
    height: 250px;
    background-color: #6768ab;
    color: #fff;
}
.headline h3 {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 10px;
}
.headline p {
    font-size: 20px;
    margin-bottom: 0;
}

/*product*/
    /*tab list*/
.tab-wrap {
    background-color: #6768ab;
}
.tab-list {
    background-color: #fff;
    border-radius: 10px 10px 0 0;
    border-bottom: 1px solid #eee;
}
.tab-list .nav-item:first-child {
    padding-left: 13px;
}
.tab-list .nav-link {
    border: 0;
    background: none;
    color: #707070;
    margin: 15px 15px -1px 15px;
    padding: 0 0 15px 0;
}
.tab-list .nav-link.active {
    border-bottom: 2px solid #6768ab;
    color: #6768ab;
}
    /*tab content*/
.sub-cont {
    background-color: #f5f5f5;
}
    /*content card*/
.sub-cont .cont-card:first-child {
    border-top: 0;
    border-radius: 0 0 10px 10px;
}
.sub-cont .cont-card {
    border-color: #eee;
    border-radius: 10px;
    box-shadow: 0 1px 5px rgba(0,0,0,.1);
    word-break: keep-all;
}
.sub-cont .cont-card .card-body {
    padding: 2rem 1.5rem;
}
.sub-cont .cont-card .card-title {
    margin-bottom: 30px;
}
.sub-cont .cont-card .card-body p:last-child {
    margin-bottom: 0;
}
.sub-cont .card-text {
    margin-bottom: 5px;
}
.sub-cont .card-text-02 {
    font-size: 14px;
    color: #707070;
    margin-bottom: 20px;
    padding-left: 1.1rem;
}
.sub-cont .card-text-03 {
    color:#b5b5b5;
    font-weight: 200;
    margin-bottom: 5px;
    display: block;
    position: relative;
    padding-left: 20px;
}
.sub-cont .card-text-03::before {
    content: '\F604';
    font-family: 'bootstrap-icons';
    color:#d3927e;
    position: absolute;
    left: 0;
    display: block;
    top: 2px;
}
.sub-cont .text-list-01 {
    color:#707070;
    font-size: 14px;
    position: relative;
}
.sub-cont .text-list-01 li {
    padding-left: 15px;
}
.sub-cont .text-list-01 li::before {
    content: '\F2EA';
    font-family: 'bootstrap-icons';
    font-size: 10px;
    position: absolute;
    left: 0;
    display: block;
    margin-top: 4px;
}
    /*content table*/
.cont-table {
    margin-bottom: 0;
    font-size: 14px;
    word-break: keep-all;
}
.cont-table>thead {
    background-color: #f0f0f6;
}
.cont-table>:not(:first-child) {
    border-top: 0;
}
.cont-table>:not(caption)>*>* {
    border-color: #eee;
}
.cont-table th {
    font-weight: 500;
}
.cont-table td {
    color:#707070;
}
.table>:not(caption)>*:last-child>* {
    border-bottom: 0;
}

 /*smart z*/
 .smartz-img img {
     border-radius: 0 0 10px 10px;
 }

 /*mes*/
.mes-title {
    width: 108px;
    color: #fff;
    background-color: #29282d;
    padding: 15px 0;
    text-align: center;
}
.mes-composition {
    position: relative;
    margin-left: 30px;
}
.mes-composition::before {
    content: '';
    width: 20px;
    height: 1px;
    background-color: #6768ab;
    position: absolute;
    left: -20px;
    top: 27px;
}
.mes-composition::after {
    content: '';
    width: 1px;
    height: 100%;
    background-color: #6768ab;
    position: absolute;
    left: -20px;
    bottom: 0;
}
.mes-wrap div.mes-composition:first-of-type:after {
    top:-8px;
    height: 113%;
}
.mes-wrap div.mes-composition:last-of-type:after {
    top:0;
    height: 27px;
}
.mes-subtitle {
    width: 108px;
    height: 54px;
    color: #fff;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    float: left;
    background-color: #6768ab;
    margin-bottom: 5px;
    margin-right: 10px;
}
.mes-list {
    display: flex;
    flex-flow: row wrap;
    font-size: 14px;
    color:#707070;
}
.mes-item {
    width: 120px;
    height: 54px;
    border: 1px solid #6768ab;
    margin: 0 2px 5px;
    text-align: center;
    word-break: keep-all;
    display: none;
    align-items: center;
    justify-content: center;
}
.mes-list .mes-item:first-child {
    display: flex;
}

/*business*/
.business-img01, .business-img02, .business-img03 {
    height: 300px;
    border-radius: 10px 10px 0 0;
}
.business-img01 {
    background: url(/common/images/business_01.jpg)no-repeat center;
    background-size: cover;
}
.business-img02 {
    background: url(/common/images/business_02.jpg)no-repeat center;
    background-size: cover;
}
.business-img03 {
    background: url(/common/images/business_03.jpg)no-repeat center;
    background-size: cover;
}
/*about*/
.history-wrap .card-body {
    border-bottom: 1px dashed #eee;
}
.history-wrap .card-body:last-child {
    border-bottom: 0;
}
.history-wrap .card-body .card-header {
    border-bottom: 0;
}
.history-wrap .list-group-flush>.list-group-item {
    border-width: 0;
}
.history-wrap .text-month {
    font-weight: 300;
    margin-right: 5px;
}
.history-wrap .list-group-item {
    padding-left: 40px;
}
.history-wrap .list-group-item:before {
    content: '\F4B5';
    font-family: 'bootstrap-icons';
    color: rgba(204, 184, 125, 0.4);
    font-size: 24px;
    display: block;
    position: absolute;
    left: 7px;
    top: 2px;
}
.certified-card {
    height: 100%;
    border-color: #eee;
    box-shadow: 0 1px 3px rgba(0,0,0,.1);
    border-radius: 10px;
}
.certified-card .card-img-top {
    border-radius: 10px 10px 0 0;
}
.certified-card .card-body {
    position: relative;
    padding-bottom: 2rem;
}
.certified-card .card-link {
    position: absolute;
    bottom: 0.5rem;
    font-size: 14px;
    color: #6768ab;
    border: 0;
    background: none;
}
.certified-modal .modal-header {
    background-color: #6768ab;
    color:#fff;
    border-width: 0;
}

/*contact*/
.map-wrap {
    padding: 100px 0;
}
.map-cont {
    border-bottom:1px solid #eee;
    padding-bottom: 30px;
    margin-bottom: 50px;
    text-align: center;
}
.map-cont h3 {
    font-size: 56px;
    line-height: 72px;
    font-weight: 700;
    margin-bottom: 20px;
}
.map-cont p {
    font-size: 20px;
    color: #6768ab;
    margin-bottom: 10px;
}

.mapmarker {
    background-color: #fff;
    border-radius: 5px;
    padding: 10px;
    box-shadow: 0 1px 5px 0 rgba(0,0,0,0.5);
}
.mapmarker h6 {
    margin-bottom: 0;
    padding-bottom: 2px;
    border-bottom: 1px solid #6768ab;
    color: #6768ab;
    font-weight: bold;
}
.mapmarker p {
    font-size: 14px;
    margin-bottom: 0;
}


/* main_zini */
.zini_btn_wrap { position:relative;width:100px;height:38px; cursor:pointer; }
.zini_btn_txt { position:absolute;top:0;left:0;width:100px;height:38px;line-height:38px;text-align:center;z-index:999; letter-spacing:0.5px; color:#fff; }
.zini_btn_txt img { margin-bottom:3px; }
.zini_btn_bg { position:absolute;top:0;left:0;border-radius:10px;background:#363636;opacity:0.1;width:100px;height:38px;text-align:center;z-index:500; }

.zini_sub_btn_wrap { position:relative;width:100px;height:38px; cursor:pointer; }
.zini_sub_btn_txt { position:absolute;top:0;left:0;width:100px;height:38px;line-height:38px;text-align:center;z-index:999; letter-spacing:0.5px; color:#000; }
.zini_sub_btn_txt img { margin-bottom:3px; }
.zini_sub_btn_bg { position:absolute;top:0;left:0;border-radius:10px;background:#363636;opacity:0.1;width:100px;height:38px;text-align:center;z-index:500; }