/* Business */
@charset "utf-8";
/* CSS Document */

.businessTT {
    margin: 20px auto 20px;
    font-size: 24px;
    text-align: center;
    font-weight: normal;
    box-sizing: border-box;
    padding: 20px 15px;
    border-bottom: 2px solid #cf0015;
    font-weight: bold;
}
.sub_txt{
    font-size: 20px;
    text-align: center;
    margin: 0 0 45px;
}
.more_bt_s {
    width: 100%;
    position: absolute;
    bottom: 15px;
}
.more_bt_s a {
    width: 80%;
    height: 100%;
    display: block;
    background-color: rgb(245, 35, 35);
    box-shadow: 0px 3px 6px 0px rgba(177, 177, 177, 0.34);
    color: #fff;
    line-height: 49px;
    padding: 0 0 0;
    text-align: center;
    margin: 0 auto;
    font-size: 16px;
    border-radius: 50px;
    font-weight: 400;
    box-sizing: border-box;
    border-bottom: 2px solid #c61010;
}
/*=================================
    + business_menu
================================*/


.business_menu ul {
  display:flex;
  justify-content: space-around;
  padding: 0 45px 0;
}
.business_menu   li {
    width: 45%;
    position: relative;
    min-height: 487px;
    border-width: 1px;
    padding: 0 0 80px;
    border-color: rgb(217, 217, 217);
    border-radius: 15px;
    box-shadow: 0px 0px 16px 0px rgba(177, 177, 177, 0.46);
}


.business_menu   li:nth-child(2) {
    margin: 0 2%;
}
.business_menu li p {
    text-align: left;
    color: #394c5f;
    font-weight:bold;
    text-align:center;
    box-sizing: border-box;
    padding: 10px;
    line-height: 46px;
    font-size: 19px;
}

.business_menu li  dd {
    margin: 19px auto 13px;
    text-align: center;
    padding: 0 15px;
}
.commingsoon{
    font-weight: bold;
    font-size: 18px;
    padding: 34px 15px 0 !important;
}
#go {
    text-align: center;
    margin: 20px auto
}
.color_o{
    color: #ec5702;
}


@media (max-width:768px) {

    .business_menu ul {
      padding: 0 0px 0;
    }
    .business_menu   li {
        width: 45%;
    }



}
@media (max-width:680px) {

    .business_menu ul {
      padding: 0 0px 0;
      flex-wrap:wrap;
    }
    .business_menu   li {
        width: 100%;
        margin:0 0 30px;
    }



}