@import url('https://fonts.googleapis.com/css2?family=Hind+Madurai:wght@400;500;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+KR:wght@400;500;600;700&display=swap');
@font-face {
    font-family: "AppleSDGothicNeoR00"; 
    src: url("../fonts/AppleSDGothicNeoR.ttf") format("truetype"); 
    font-style: normal; 
    font-weight: normal; 
    } 

*, *::after, *::before {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
} 

html {
    max-width: 100%;
}

body {
    font-family: 'Hind Madurai';
    background-color: #e7ae62;
}

/* .main {
    width: 100%;
    height: 100%;
} */

ul {
    list-style-type: none;
}

 /* ============== BUTTONS =================  */

 /*======= SCROLL UP ========*/

 .topBtn1 {
    display: none; 
}

.on {
   display: block !important;
   z-index: 90;   
   height: 50px;
   width: 50px;
   position: fixed;
   right: 35px;
   bottom: 130px;
   cursor: pointer;
}

.on img {
    width: 100%;
    height: 100%;
}

 /*======= CONTACT ========*/

.topBtn {
    z-index: 98;
    height: 70px;
    width: 70px;
    position: fixed;
    right: 25px;
    bottom: 50px;
    cursor: pointer;
}

.topBtn img {
    width: 100%;
    height: 100%;
}

 /* ============== MENU =================  */

.links_mob {
    display: none; 
}
.links {
    height: 80px;
    width: 100%;
    background-color: rgba(255,255,255,0);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99;
    transition: all 0.3s ease 0s;
}

.links.navbar_fix {
    background: #fff;
    color:#184985;
    z-index: 90;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
}

.links.navbar_fix a {
    color:#184985;
    font-weight: 700;
} 

.links.navbar_fix a:hover {
    color: #3e84cf;
    font-weight: 700;
}

.links.navbar_fix ul li.active a {
    color:#fab624;
    font-weight: 700;
} 


.pc_menu{
    display: flex;
    align-items: center;
    justify-content: center;
    padding-right: 3%;
    
}

nav {
    padding-top: 20px;
    display: block;
}

nav ul li {
    list-style-type: none;
    display: inline-block;
    padding: 5px 20px;
    font-size: 19px;
    font-weight: 500;

}

nav ul li a{
    text-decoration: none;
    color:white;
    font-weight: 700;
}

nav ul li a:hover{
    color: #FADD24;
    font-weight: 700;
}

/* ============== SLIDER TOP ================= */

.slder {
    height: 700px;
    box-sizing: border-box; 
    background-color: #f5f5f5;
}
 
#owl-demo {
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.owl-theme .owl-nav {
    /*default owl-theme theme reset .disabled:hover links */
  }

#owl-demo .owl-next, #owl-demo  .owl-prev {
    color:#f5f5f5;
    width: 22px;
    height: 40px;
    margin-top: -20px;
    position: absolute;
    top: 50%;
  }
  #owl-demo  .owl-prev {
    left: 10px;
  }
  #owl-demo  .owl-next {
    right: 10px;
  }
  

#owl-demo .item img {
    /* height: 720px; */
    height: 100%;
    width: 100%;
    object-fit: cover;
} 

#owl-demo video { 
    width: 100%;
    object-fit: fill; 
    overflow: hidden;
} 

.mobile-slider-img {
    display: none;
}

.slder_mobile {
    display: none;
}

/* ============== BLOCK ================= */

/*======= KEY MESSAGE ========*/

.keymsg {
    background-image: url(../images/bmg/1-1.jpg);
    background-position: right bottom;
    width: 100%;
    float: left;
}

.keymsg .pc-section {
    position: relative;
    margin: 0 auto 80px;
    overflow: hidden;
}

.keymsg .pc-section img {
    display: block;
    margin: 0 auto;
    padding-top: 60px;
} 

.keymsg .mobile-section {
    display: none;
}

/*======= EFFECT ========*/

.effect {
    background-image: url(../images/bmg/2-1.jpg);
    background-position: right top;
    width: 100%;
    float: left;
    position: relative;
    height: 1045px;
}

.effect .pc-section {
    height: 100%;
    width: 100%;
}

.effect .pc-section .upper-section {
    padding-top: 100px;
    width: 1100px;
    margin: 0 auto;
}

.effect .pc-section .upper-section img {
    display: block;
    margin: 0 auto; 
}

.effect .pc-section .lower-section {
    width: 1100px;
    margin: 0 auto;
    padding-top: 64px;
    padding-left: 75px;
    overflow: hidden;
}

.effect .pc-section .lower-section ul li {
    float: left;
    margin: 0 40px;
}

.effect .mobile-section {
    display: none;
}

/*======= COMPOSITION ========*/

.compose {
    background-image: url(../images/bmg/3-1.jpg);
    background-position: right top;
    width: 100%;
    height: 560px;
    float: left;
    position: relative;
}

.compose .pc-section {
    position: relative;
    margin: 0 auto;
    overflow: hidden;  
}

.compose .pc-section .compose_inner{
    width: 1100px;  
    padding-top: 143px;
    padding-left: 50px;
    margin: 0 auto;
} 

.compose .pc-section .compose_inner img {
    display: block;
    margin: 0 auto;
} 

.compose .mobile-section {
    display: none;
}

/*======= USE ========*/

.use {
    background-image: url(../images/bmg/1-1.jpg);
    background-position: right bottom;
    width: 100%;
    float: left;
}

.use .pc-section {
    /* height: 100%;
    width: 100%;
    margin-bottom: 60px; */
    width: 1100px;
    height: auto;
    margin: 0 auto;
    padding-left: 150px;
}

.use .pc-section .use_block {
    float: left;
    width: 1100px;
    height: auto;
    margin-bottom: 40px;
}

.use .pc-section .use_block .use_block_right {
    float: left;
    width: 500px;
    height: 100%;
    padding-top: 80px;
    overflow: hidden;
    display: block;

}

.use .pc-section .use_block .use_block_left {
    float: left;
    width: 500px;
    height: 100%;
    padding-top: 40px;
}


 /*.use .pc-section .use_inner {
    width: 1100px;
    margin: 0 auto;
    padding-top: 64px;
    padding-left: 100px;
    overflow: hidden;
}

.use .pc-section .use_inner ul li {
    float: left;
    margin: 0 40px;
} */

.use .mobile-section {
    display: none;
}

.use .pc-section .use_block .use_block_right img.uno {
    animation: use_img_ani 2s ease;
    animation-fill-mode: forwards;
}

@keyframes use_img_ani {
    0% {
        transform: translateX(-300px);
      }
      100% {
        transform: translateX(0);
      }
      /* 100% {
        transform: translateX(0);
      } */
}

/*======= HISTORY ========*/

.history {
    background-image: url(../images/bmg/5-1.jpg);
    background-position: right bottom;
    width: 100%;
    height: 560px;
    float: left;
}

.history .pc-section {
    width: 1100px;
    height: auto;
    margin: 0 auto;
    padding-left: 150px;
}

.history .pc-section  .history_block {
    float: left;
    width: 1100px;
    height: auto;
    margin-top: 30px;
}

.history .pc-section .history_block .history_block_right {
    float: left;
    width: 500px;
    height: 100%;
    overflow: hidden;

}

.history_block .history_block_left {
    float: left;
    width: 500px;
    height: 100%;
    padding-top: 40px;
}

.history_block .history_block_right img {
    margin-top: 20px;
}


.history_block .history_block_right .pic_left {
    background: url(../images/5-3.png) no-repeat;
    width: 500px;
    height: 600px;
    position: absolute;
}

.history_block .history_block_right .pic_right {
    background: url(../images/patent550.jpg) no-repeat;
    width: 500px;
    height: 600px;
    margin-top: 520px;
    margin-left: 35px;
    position: absolute;
    z-index: 10;
    overflow: hidden;
}


.history_block .history_block_right .pic_left.no {
    animation: left_img_ani 2s ease;
    animation-fill-mode: forwards;
} 

@keyframes left_img_ani {
    0% {
        opacity: 0;
        margin-top: 520px;
    }

    100% {
        opacity: 1;
        margin-top: 10px;
    }
} 

.history_block .history_block_right .pic_right {
    
}

.history_block .history_block_right .pic_right.qno {
   
    animation: right_img_ani 2s ease;
    animation-fill-mode: forwards;
     animation-delay: 1s; 
} 

@keyframes right_img_ani {
    0% {
        opacity: 0;
        margin-top: 540px;
    }

    100% {
        opacity: 1;
        margin-top: 100px;
    }
} 



/* .pic_left.no {
    animation: left_img_ani 2s ease;
    animation-fill-mode: forwards;
} 
 .pic_right img.pause {
    animation-delay: 5s;
   
} 
@keyframes left_img_ani {
    0% {
        opacity: 0;
        margin-top: 520px;
    }

    100% {
        opacity: 1;
        margin-top: 1px;
    }
} 


 @keyframes right_img_ani {
    0% {
        opacity: 0;
        margin-top: 520px;
    }

    100% {
        opacity: 1;
        margin-top: 1px;
    }
} */

.history .mobile-section {
    display: none;
}

/* .pic_left {
    position: relative;
}

.pic_right {
    top: -350px;
    left: 50px;
    position: relative;
    z-index: 10
} */


/*======= PARTNER ========*/



.partner {
    background-image: url(../images/bmg/6-1.jpg);
    background-position: right bottom;
    width: 100%;
    float: left;
    position: relative;
    z-index: 20;
}

.partner .pc-section {
    padding-top: 50px;
    padding-left: 20px;
    margin-bottom: 50px;
}
.partner .pc-section img{
    display: block;
    margin: 0 auto;
}

.partner .mobile-section {
    display: none;
}

/*======= MAP ========*/

.map {
    background-image: url(../images/bmg/7-1.jpg);
    background-position: right bottom;
    /* background-size: 100% 100%; */
    width: 100%;
    height: 100%;
    position: relative; 
    float: left;
}
.map  .pc-section {
    margin-top: 60px;
    margin-bottom: 60px;
}

.map .pc-section img{
    display: block;
    margin: 0 auto;
}


/* ============== CONTACT ================= */
.contactform {
   
    height: 650px;
    position: relative;
    overflow: hidden;
    width: 100%;
    float: left;
    background-color: #f8f8f8;
}

.contact-test {
    padding-top: 5px;
}


.formlabel {
    text-align: center;
    padding-top: 30px;
    padding-bottom: 20px;
    
}

.formlabel .title_1 {
    font-size: 38px;
    color: #184985;
    font-weight: 600;
    
}

.formlabel .title_2 {
    font-size: 15px;
    color:#728091;
    font-weight: 500;
    
}

.formbox {
    width: 800px;
    height: 100%;
    margin: 0 auto;
    padding-left:80px;
}

.formbox input, textarea{
    border-radius: 5px;
    border: 2px solid #728091;
    font-size: 12px;
    font-weight: 400;
    text-indent: 10px;          
}

.formbox input {
    line-height: 40px; 
}

.formbox textarea {
    line-height: 20px;
    height: 200px;
    font-size: 15px; 
}

.formbox textarea::placeholder {
    font-size: 15px;
    font-weight: 500;
    padding-top: 10px;    
}

.formbox .hospital {
    width: 45%;
    margin: 0 10px 10px 0;
}

.formbox .email {
    width: 43%;
    margin-bottom: 15px;
}

.formbox .phone {
    width: 45%;
    margin: 0 10px 10px 0;
}

.formbox .name {
    width: 43%;
    margin-bottom: 15px;
}

.formbox .title {
    width: 90%;
    margin-bottom: 15px;
}

.formbox .content {
    width: 90%;
    margin-bottom: 20px;
}

.btn {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-right: 60px;
  
}

.btn-form {
    width: 150px;
    height: 50px;
    border-radius: 25px;
    border: none;
    background: #184985;
    color: white;
    font-size: 20px;
    font-weight: 500;
    cursor: pointer;
}

/* ============== FOOTER ================= */

footer {
    width: 100%;
    height: 190px;
    float: left;
    background: #184985;
    color: #f6f9ff;
}
.footer-container {
    height: 100%;
    width: 100%;
}
.footer {
    display: flex !important;
    justify-content: center;
    overflow: hidden;
}

.footer span {
    line-height: 28px;
}

.footer .footer-img {
    padding-top: 3.5em;
    padding-left: 3em;
   }

.footer .footer-img img {
    height: 70px;
    width: 200px;
} 

.footer .footer-text {
    font-size: 15px;
    padding-top: 2.5em;
    padding-left: 5em;
}

.footer .text {
    margin-right:30px;
/* margin-bottom: 5px; */
}

.footer .copy {
   letter-spacing: 1px;
}   

