.intro_content{
    margin: 4rem 0rem 4rem 2rem;
}

.intro_content h3 {
    font-size: 1.5rem;
    font-weight: bolder;
    /* letter-spacing: -1px; */
}

.intro_content.greeting h3{
    margin-left: 75px;
    /* padding-top: 30px; */
}
.business_info{
    font-size: 20px !important;
    text-align: center;
}

.intro_content.found h3{
    margin-bottom: 25px;
}

.intro_content > .text{
    width: 100%;
    max-width: 690px;
    margin-top: 55px;
    margin-left: 75px;
    font-size: 18px;
    /* letter-spacing: -1px; */
    line-height: 30px;
    color: #454545;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.intro_content.history > .section{
    text-align : left;
    border-bottom: 1px solid #ddd;
    padding: 7px;
}

.intro_content.history > .section > .add_date{
    margin-left: 140px;
    margin-bottom: 15px;
}

.intro_content.history .year{
    display: inline-block;
    font-weight: bold;
    color: rgb(58, 146, 255);
    font-size: 28px;
    padding: 20px;
    margin-right: 30px;
}

.intro_content.history .date{
    display: contents;
    color: black;
    font-size: 18px;
    font-weight: bold;
    margin-left: 50px;
}

.intro_content.history .description{
    display: inline-block;
    font-size: 18px;
    margin-left: 15px;
    max-width: 655px;
    vertical-align: middle;
}

table {
    width: 100%;
    border-collapse: collapse;
    text-align: left;
    line-height: 1.5;
    border-left: 1px solid #ccc;
    margin: 20px 10px;
  }
  
table thead th {
    padding: 17px;
    font-weight: bold;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 2px solid rgba(106, 106, 255, 0.8);
    background: #f1f1f1;
    text-align: center;
}
table tbody th {
    width: 150px;
    padding: 10px;
    font-weight: bold;
    vertical-align: top;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    background: #ececec;
}
table td {
    color:black;
    font-size: 13px;
    width: 350px;
    padding: 12px;
    vertical-align: top;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    text-align: center;
}

.intro_content P{
    font-size: 18px;
}

.busininfo > div.box{
    padding: 60px 45px;
    border-radius: 5px;
    margin-top:20px;
}

.busininfo > div.box p{
    color: black;
    line-height: 40px;
    letter-spacing: -0.5px;
    border-bottom: 1px solid #a7a7a7;
    padding: 20px 0px;
}

.busininfo > div.box .numbering{
    font-weight: bold;
    margin-right: 10px;
}

.found .box{
    padding: 80px 0px;
    border-bottom: 1px solid #ddd;
}

.found .box ul{
    margin-left: 30px;
}

.found .box ul li {
    position: relative;
    font-size: 18px;
    line-height: 24px;
    color: #333;
    font-weight: 300;
    margin-top: 10px;
    padding-left: 25px;
}

.found .box ul li:before {
    content: '';
    width: 5px;
    height: 5px;
    background: #3a92ff;;
    position: absolute;
    top: 10px;
    left: 0;
    border-radius: 100%;
}
.page_info_st{
    width:1px;height:60px;
}

@media screen and (max-width:1024px) {
    .del{
        display:none;
    }
    .intro_content{
        margin: 0;
        margin-top: 3rem;
    }

    .intro_content.greeting h3, .intro_content > .text{
        margin-left: 0px;
    }

    .intro_content h3{
        font-size: 1.3rem;
    }

    .intro_content.history .year{
        display: block;
        padding-left: 0px;
    }
    .intro_content.history .date{
        margin-left: 20px;
    }
    
    .intro_content.history .description{
        width: calc(100% - 100px);
    }

    .intro_content.history > .section > .add_date{
        margin-left: 0px;
        margin-top: 10px;
    }

    table{
        margin:0;
    }

    table td{
        padding: 5px;
        width: auto;
        font-size: 13px;
    }

    .busininfo > div.box{
        padding: 0px;
    }
  }
  @media screen and (max-width:1024px) {
    .found .box ul {
        margin-left: 10px;
        letter-spacing: 1px;
    }
  }