







/* DB Heavent Bd */
@font-face {
    font-family: 'DB Heavent Bd v3.2';
    src: url('../css/fonts/DB Heavent Bd v3.2.eot');
    src: url('../css/fonts/DB Heavent Bd v3.2.eot?#iefix') format('embedded-opentype'),
         url('../css/fonts/DB Heavent Bd v3.2.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
  }
  
  @font-face {
    font-family: 'DBHeavent-Bold';
    src: url('../css/fonts/DBHeavent-Bold.svg#DBHeavent-Bold') format('svg'),
         url('../css/fonts/DBHeavent-Bold.ttf') format('truetype'),
         url('../css/fonts/DBHeavent-Bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
  }

  /* DB Heavent Med */
  @font-face {
    font-family: 'DB Heavent Med v3.2';
    src: url('../css/fonts/DB Heavent Med v3.2.eot');
    src: url('../css/fonts/DB Heavent Med v3.2.eot?#iefix') format('embedded-opentype'),
         url('../css/fonts/DB Heavent Med v3.2.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
  }
  
  @font-face {
    font-family: 'DBHeavent-Med';
    src: url('../css/fonts/DBHeavent-Med.svg#DBHeavent-Med') format('svg'),
         url('../css/fonts/DBHeavent-Med.ttf') format('truetype'),
         url('../css/fonts/DBHeavent-Med.woff') format('woff');
    font-weight: normal;
    font-style: normal;
  }






  /* Section 1 */
  html, body {
    height: 100%;
    margin: 0;
    padding: 0;
  }
  .img-modal{
    width:100%;
    height:100%;
  }
  #map {
    height: 100%;
  }
  img {
    max-height: 100%;
  }
  .section-1-btn {
    position: fixed;
    z-index: 2;
    bottom: 30px;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .section-1-btn button {
    font-family: 'DB Heavent Med v3.2','DBHeavent-Med';
    font-size: 21px;
  }

  .map-container{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.map-container iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

.modal-content {
    display: block;
    text-align: center;
    padding: 30px 0;
}
.modal-content h1 {
    font-family: 'DBHeavent-Bold','DB Heavent Bd v3.2';
    color: #ff0000;
    font-size: 30px;
}
.modal-content img {
    width: 150px;
}
.modal-content p {
    font-family: 'DB Heavent Med v3.2','DBHeavent-Med';
    color: #999;
    font-size: 21px;
    line-height: 1;
}
.modal-btn {
    font-family: 'DB Heavent Med v3.2','DBHeavent-Med';
}







/* Section 2 */
.section-2-branch {
    margin-top: 65px;
}
.top-branch {
    font-family: 'DB Heavent Med v3.2','DBHeavent-Med';
    padding: 10px 0;
}







/* Section 3 */
.section-3 {
    border: 1px solid #eee;
    border-radius: 10px;
    padding: 10px;
}
.section-3 .row-1 {
    
}
.section-3 .row-1 img {
    width: 60px;
    margin-right: 10px;
    /*box-shadow: 3px 3px 3px rgba(0,0,0,0.25);*/
}
.section-3 .row-1 h2 {
    font-family: 'DBHeavent-Bold','DB Heavent Bd v3.2';
    color: #ff0000;
    margin: 0;
}
.section-3 .row-2 {
    margin-top: 20px;
}
.section-3 .row-3 {
    margin-top: 20px;
}
.section-3 .row-3 h3 {
    font-family: 'DBHeavent-Bold','DB Heavent Bd v3.2';
    color: #313493;
}
.section-3 .row-3 .contact-row {
    margin-bottom: 10px;
}
.section-3 .row-3 .contact-row img {
    width: 30px;
    margin-right: 10px;
}
.section-3 .row-3 .contact-row p {
    font-family: 'DB Heavent Med v3.2','DBHeavent-Med';
    color: #666;
    line-height: 1;
    margin: 0;
}
.section-3 .row-4 {
    margin-top: 30px;
}
.btn-add-line {
    font-family: 'DBHeavent-Bold','DB Heavent Bd v3.2';
    font-size: 21px;
    background: #1cc121;
    color: #fff;
    border: none;
    padding: 10px;
    width: 100%;
    border-radius: 50px;
}
.btn-line button img {
    width: 20px;
}










  


.align-items-center {
    -webkit-box-align: center !important;
    align-items: center !important;
}
.d-flex {
    display: -webkit-box !important;
    display: flex !important;
}






.top-bar-section {
    background-color: #313493;
}
.top-bar a {
    font-family: 'DBHeavent-Bold','DB Heavent Bd v3.2';
    color: #fff;
    font-size: 30px;
}
/* .top-form {
    padding-top: 8rem;
} */
.top-form form {
    font-family: 'DBHeavent-Bold','DB Heavent Bd v3.2';
    color: #666;
    font-size: 21px;
}
.top-form form select {
    font-family: 'DB Heavent Med v3.2','DBHeavent-Med';
    color: #999;
}
.details-wrap {
    border-top: 2px solid #eee;
    margin-top: 30px;
    padding-top: 15px;
}
.detail {
    font-family: 'DB Heavent Med v3.2','DBHeavent-Med';
    border-bottom: 1px solid #dae0e5;
    margin-bottom: 15px;
    padding-bottom: 15px;
}
.logo-content {
    color: #666;
    font-size: 21px;
    display: contents;
}
.logo-content img {
    width: 50px;
    margin-right: 10px;
    /*box-shadow: 3px 3px 3px rgba(0,0,0,0.25);*/
}
.more-btn {
    margin-left: auto;
}
.more-btn button i {
    margin-top: 5px;
}
.copyright {
    font-family: 'DB Heavent Med v3.2','DBHeavent-Med';
    font-size: 21px;
}






















