.ceo-wrap .sec-1 .sec-1-btm {
    display: flex;
    align-items: flex-start;
    margin-top: 47px;
  }
  .ceo-wrap .sec-1 .sec-1-btm .img {
    width: 530px;
    max-width: 37.33%;
    flex-shrink: 0;
  }
  .ceo-wrap .sec-1 .sec-1-btm .img img {
    display: block;
  }
  .ceo-wrap .sec-1 .sec-1-btm .text {
    margin-left: 45px;
  }
  .ceo-wrap .sec-1 .sec-1-btm .text .company span {
    display: block;
    font-size: 25px;
    font-weight: 500;
    line-height: 1.2em;
  }
  .ceo-wrap .sec-1 .sec-1-btm .text .company img {
    display: block;
    margin-top: 14px;
    width: 222px;
  }
  .ceo-wrap .sec-1 .sec-1-btm .text .desc {
    margin-top: 27px;
  }
  .ceo-wrap .sec-1 .sec-1-btm .text .desc p {
    font-size: 17px;
    color: #333;
    line-height: 1.38em;
    word-break: keep-all;
  }
  .ceo-wrap .sec-1 .sec-1-btm .text .ceo {
    margin-top: 32px;
    display: flex;
    align-items: center;
  }
  .ceo-wrap .sec-1 .sec-1-btm .text .ceo span {
    font-size: 17px;
    color: #333;
    line-height: 20px;
  }
  .ceo-wrap .sec-1 .sec-1-btm .text .ceo strong {
    position: relative;
    margin-left: 31px;
    font-size: 17px;
    color: #333;
    font-weight: 600;
    line-height: 20px;
  }
  .ceo-wrap .sec-1 .sec-1-btm .text .ceo strong::before {
    content: "";
    position: absolute;
    width: 1px;
    height: 15px;
    left: 0;
    top: 50%;
    transform: translate(-15.5px, -50%);
    background-color: #707070;
  }
  .ceo-wrap .sec-1 .sec-1-btm .text .ceo+img{
    display: block;
    margin-top: 20px;
  }
  
  .history-wrap .page-tab {
    margin-top: 59px;
    margin-bottom: 100px;
  }
  .history-wrap .tab-content .box {
    position: relative;
    padding-left: 405px;
    padding-bottom: 69px;
  }
  .history-wrap .tab-content .box .year {
    pointer-events: none;
    position: absolute;
    left: 194.5px;
    top: 0;
    font-size: 45px;
    font-weight: 600;
    color: #8499ac;
    line-height: 1.2em;
  }
  .history-wrap .tab-content .box > ul {
    padding-top: 15px;
  }
  .history-wrap .tab-content .box > ul li .month {
    display: block;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2em;
    color: #333;
  }
  .history-wrap .tab-content .box > ul li p {
    margin-top: 14px;
    font-size: 20px;
    line-height: 1.2em;
    color: #333;
  }
  .history-wrap .tab-content .box > ul li img {
    display: block;
    margin-top: 14px;
  }
  .history-wrap .tab-content .box > ul li + li {
    margin-top: 40px;
  }
  .history-wrap .tab-content .box::before {
    content: "";
    position: absolute;
    pointer-events: none;
    top: 0;
    left: 349px;
    width: 1.5px;
    bottom: 0;
    background-color: #E8E8E8;
  }
  .history-wrap .tab-content .box:first-child::before {
    top: 21px;
  }
  .history-wrap .tab-content .box::after {
    content: "";
    position: absolute;
    top: 21px;
    left: 344px;
    width: 12px;
    height: 12px;
    border-radius: 100%;
    background-color: #8499AC;
  }
  
  .location-wrap .location-map {
    margin-top: 29px;
  }
  .location-wrap .location-map > p {
    font-weight: 600;
    font-size: 20px;
    line-height: 1.2em;
    color: #333;
  }
  .location-wrap .location-map > p span{
    display: inline-block;
  }
  .location-wrap #map {
    margin-top: 29px;
    height: 440px;
    background-color: #ccc;
  }
  .location-wrap .contact {
    margin-top: 50.5px;
    border-top: 2px solid #707070;
    border-bottom: 1px solid #707070;
    padding: 21px 0 17px;
  }
  .location-wrap .contact ul {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 36px;
  }
  .location-wrap .contact ul li {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .location-wrap .contact ul li span {
    width: 100%;
    text-align: center;
    font-size: 15px;
    color: #333;
    line-height: 1.2em;
  }
  .location-wrap .contact ul li span:first-child {
    font-weight: 500;
  }
  .location-wrap .contact ul li + li::before {
    content: "";
    position: absolute;
    width: 1px;
    height: 36px;
    background-color: #BEBEBE;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
  }
  
  .partner-wrap .partner-list{
      display: flex;
      align-items: flex-start;
      margin-bottom: -24px;
      flex-wrap: wrap;
      margin-top: 34px;
  }
  .partner-wrap .partner-list li{
      border:0.7px solid #707070;
      margin-bottom: 24px;
      width: calc((100% - 8.1%) / 4);
      box-sizing: border-box;
  }
  .partner-wrap .partner-list li+li{
      margin-left: 2.7%;
  }
  .partner-wrap .partner-list li:nth-child(4n+1){
      margin-left: 0;
  }
  .partner-wrap .partner-list li img{
      display: block;
      margin:0 auto;
  }
  .partner-wrap .btn-more{
      display: flex;
      align-items: center;
      margin:37px auto 0;
      width: 195px;
      border:1px solid #333;
      box-sizing: border-box;
      height: 37px;
      border-radius: 30px;
      background-color: transparent;
      cursor: pointer;
      font-size: 13px;
      color:#333;
      justify-content: center;
  }
  .partner-wrap .btn-more img{
      width: 9px;
      margin-left: 33px;
  }
  .cert-list{
      margin-top: 36px;
  }
  .cert-list ul{
      display: flex;
      align-items: flex-start;
      flex-wrap: wrap;
      margin-bottom: -47px;
  }
  .cert-list li{
      margin-bottom: 47px;
      width: calc(86.4% / 5);
      
  }
  .cert-list li .img{
      box-sizing: border-box;
      border:1px solid #E0E0E0;
  }
  .cert-list li .img img{
      display: block;
      margin:0 auto;
      max-width: 100%;
  }
  .cert-list li p{
      margin-top: 16px;
      font-size: 17px;
      line-height: 1.5em;
      font-weight: 500;
      color:#333;
      text-align: center;
      word-break: keep-all;
  }
  .cert-list li+li{
      margin-left: 3.4%;
  }
  .cert-list li:nth-child(5n+1){
      margin-left: 0;
  }
  
  @media (max-width:1200px){
      .partner-wrap .partner-list li{
          width: calc((100% - 5.4%) / 3);
      }
      .partner-wrap .partner-list li:nth-child(4n+1){
          margin-left: 2.7%;
      }
      .partner-wrap .partner-list li:nth-child(3n+1){
          margin-left: 0;
      }

      .history-wrap .page-tab{
        margin:30px 0 60px;
      }
      .history-wrap .tab-content .box{
        padding-left: 250px;
        padding-bottom: 35px;
      }
      .history-wrap .tab-content .box::before{
        left:190px;
      }
      .history-wrap .tab-content .box::after{
        left:185px;
      }
      .history-wrap .tab-content .box .year{
        font-size: 30px;
        left:60px;
      }
      .history-wrap .tab-content .box > ul li .month{
        font-size: 17px;
      }
      .history-wrap .tab-content .box > ul li p{
        font-size: 17px;
        margin-top: 1em;
      }

      .cert-list li p{
        font-size:15px;
      }

      .location-wrap .location-map > p{
        font-size: 18px;
      }
      .location-wrap .location-map{
        margin-top: 20px;
      }
      .location-wrap .contact{
        margin-top: 35px;
      }
      
  }
  @media (max-width:1024px){
    .cert-list ul{
        margin-bottom: -35px;
    }
    .cert-list li{
        margin-bottom: 35px;
        width: calc(89.8% / 4);
    }
    .cert-list li:nth-child(5n+1){
        margin-left: 3.4%;
    }
    .cert-list li:nth-child(4n+1){
        margin-left: 0;
    }

    .location-wrap .contact{
        padding:0;
        height: auto;
    }
    .location-wrap .contact ul{
        flex-direction: column;
        height: auto;
    }
    .location-wrap .contact ul li{
        width: 100%;
        height: 50px;
    }
    .location-wrap .contact ul li span{
        width: 40%;
    }
    .location-wrap .contact ul li span+span{
        width: 60%;
    }
    .location-wrap .contact ul li + li::before{
        content:none;
    }
    .location-wrap .contact ul li+li{
        border-top: 1px solid #BEBEBE;
    }

  }
  @media (min-width:769px){
      .partner-wrap .btn-more{
          display: none !important;
      }
  }
  @media (max-width:768px){
      .partner-wrap .partner-list{
          margin-bottom: -19px;
      }
      .partner-wrap .partner-list li{
          margin-bottom: 19px;
          width: calc((100% - 34px) / 2);
      }
      .partner-wrap .partner-list li+li{
        margin-left: 17px;
      }
      .partner-wrap .partner-list li:nth-child(3n+1){
          margin-left: 17px;
      }
      .partner-wrap .partner-list li:nth-child(2n+1){
          margin-left: 0;
      }
      .partner-list li:not(.show){
          display: none;
      }
      .partner-wrap .btn-more{
        margin-top: 37px;
      }
  
  
      .ceo-wrap .sec-1 .sec-1-btm .img{
          width: auto;
          max-width: 100%;
          margin: 0 auto 40px;
      }
      .ceo-wrap .sec-1 .sec-1-btm{
          flex-direction: column;
          align-items: flex-start;
      }
      .ceo-wrap .sec-1 .sec-1-btm .text{
          margin-left: 0;
      }

      .ceo-wrap .sec-1 .sec-1-btm .text .company span{
        font-size: 20px;
      }
      .ceo-wrap .sec-1 .sec-1-btm .text .company img{
        width: 221px;
      }
      .ceo-wrap .sec-1 .sec-1-btm .text .desc p{
        font-size: 14px;
        line-height: 1.6em;
      }
      .ceo-wrap .sec-1 .sec-1-btm .text .ceo span,
      .ceo-wrap .sec-1 .sec-1-btm .text .ceo strong{
        font-size: 15px;
      }
      .ceo-wrap .sec-1 .sec-1-btm .text .ceo strong{
        margin-left: 46px;
      }
      .ceo-wrap .sec-1 .sec-1-btm .text .ceo strong::before{
        transform: translate(-23px,-50%);
      }
      .ceo-wrap .sec-1 .sec-1-btm .text .ceo+img{
        width: 110px;
        margin-top: 15px;
      }
      
      .history-wrap .page-tab{
        margin:37px 0 58px
      }
      .history-wrap .tab-content .box{
        padding-left: 121px;
        padding-bottom: 64px;
      }
      .history-wrap .tab-content .box .year{
        font-size: 30px;
        left:0;
      }
      .history-wrap .tab-content .box::before{
        left:94px;
      }
      .history-wrap .tab-content .box::after{
        width: 7px;
        height: 7px;
        left:91px;
      }
      .history-wrap .tab-content .box:first-child::before{
        top:15px;
      }
      .history-wrap .tab-content .box::after{
        top:15px;
      }
      .history-wrap .tab-content .box > ul{
        padding-top: 9px;
      }
      .history-wrap .tab-content .box > ul li .month{
        font-size:15px;
        line-height: 1.2em;
      }
      .history-wrap .tab-content .box > ul li p{
        font-size: 14px;
        margin-top: 8px;
      }

      .cert-list{
        margin-top: 31px;
      }
      .cert-list ul{
            margin-bottom: -30px;
        }
        .cert-list li{
            margin-bottom: 30px;
            width: calc((100% - 22px) / 2);
        }
        .cert-list li+li{
            margin-left: 22px;
        }
        .cert-list li:nth-child(4n+1){
            margin-left: 22px;
        }
        .cert-list li:nth-child(2n+1){
            margin-left: 0;
        }
        .cert-list li p{
            margin-top: 13px;
            font-size: 13px;
        }

        .location-wrap .location-map > p{
            font-size: 18px;
            margin-top: 32px;
            line-height: 1.4em;
        }
        .location-wrap .location-map > p span{
            display: block;
        }
        .location-wrap .location-map > p em{
            display: none;
        }
        .location-wrap #map{
            margin-top: 19px;
            height: 440px;
        }
  }