.laboratory {letter-spacing:-0.07em;}
.laboratory h3 {font-weight:700; font-size:45px;}
.laboratory p {font-size:26px;}
.laboratory img {max-width:100%;}
.laboratory span, em {all:unset;}
.laboratory br.mo {display:none;}

.laboratory_cont01 {padding:283px 0 321px 0; text-align:center; color:#fff; background:url('//image.idhospital.com/pkgen.co.kr/company/laboratory_intro/cont01_bg.jpg') center no-repeat; background-size:cover;}
.laboratory_cont01 .sub_title {font-weight:500; font-size:28px; opacity:0; animation:1s ease-out 0s 1 fadeInUp; animation-fill-mode:forwards;}
.laboratory_cont01 .title {margin-top:42px; font-weight:300; font-size:60px; line-height:1.35; word-spacing:-0.09em; opacity:0; animation:1s ease-out 0s 1 fadeInUp; animation-fill-mode:forwards; -webkit-animation-delay:0.3s; -moz-animation-delay:0.3s; animation-delay:0.3s;}
.laboratory_cont01 .title span {font-weight:700;}

.laboratory_cont02 {padding-top:120px; background:url('//image.idhospital.com/pkgen.co.kr/company/laboratory_intro/cont02_bg.jpg') center no-repeat; background-size:cover;}
.laboratory_cont02 .list_wrap {width:1460px; margin:0 auto;}
.laboratory_cont02 .list_wrap .list {display:flex; justify-content:space-between;}
.laboratory_cont02 .list_wrap .list:nth-child(n+2) {margin-top:118px;}
.laboratory_cont02 .list_wrap .list:nth-child(even) {flex-direction:row-reverse; gap:80px;}
.laboratory_cont02 .list_wrap .list .cont02_text {flex:1;}
.laboratory_cont02 .list_wrap .list .cont02_text::before {content:''; display:block; width:80px; height:3px; background:#c8c8c8;}
.laboratory_cont02 .list_wrap .list .cont02_text h3 {margin-top:18px; line-height:1.44; letter-spacing:-0.04em;}
.laboratory_cont02 .list_wrap .list .cont02_text p {margin-top:25px; line-height:1.54;}
.laboratory_cont02 .list_wrap .list .cont02_text p:nth-of-type(2) {margin-top:14px;}
.laboratory_cont02 .list_wrap .list .cont02_img img.mo {display:none;}

.laboratory_cont03 {text-align:center;}
.laboratory_cont03 .number {font:700 50px/1 'GmarketSans';}
.laboratory_cont03 .title em {color:#ff5b13;}
.laboratory_cont03 .exo_top {display:flex; height:572px;}
.laboratory_cont03 .exo_top .top_img {flex:1.065; background:url('//image.idhospital.com/pkgen.co.kr/company/laboratory_intro/cont03_top_img.jpg') center no-repeat; background-size:cover;}
.laboratory_cont03 .exo_top .top_text {flex:1; position:relative; background:#ff5b13;}
.laboratory_cont03 .exo_top .top_text .text_float {position:absolute; top:110px; left:105px; text-align:left; color:#fff;}
.laboratory_cont03 .exo_top .top_text .text_float h3 {display:inline; line-height:1.56; letter-spacing:-0.05em; border-bottom:2px solid #fff;}
.laboratory_cont03 .exo_top .top_text .text_float p {margin-top:50px; line-height:1.65;}
.laboratory_cont03 .exo_top .top_text .text_float p span {display:block; font-weight:700;}
.laboratory_cont03 .exo_01 {position:relative; padding:202px 0 206px 0;}
.laboratory_cont03 .exo_01::after {content:''; position:absolute; bottom:0; left:0; width:100%; height:405px; background:#ebebeb; z-index:-1;}
.laboratory_cont03 .exo_01 .title {margin-top:29px; line-height:1.33; letter-spacing:-0.04em;}
.laboratory_cont03 .exo_01 .content {margin-top:35px; line-height:1.54;}
.laboratory_cont03 .exo_01 video {margin-top:38px; width:934px;}
.laboratory_cont03 .exo_02 {position:relative; padding:222px 0 132px 0; color:#fff; background:url('//image.idhospital.com/pkgen.co.kr/company/laboratory_intro/cont03_02_bg.jpg?v=1.0') center no-repeat; background-size:cover;}
.laboratory_cont03 .exo_02::before {content:''; position:absolute; top:-81px; left:50%; width:3px; height:162px; background:linear-gradient(#000 50%, #ff5b13 50%); transform:translateX(-50%);}
.laboratory_cont03 .exo_02 .title {margin-top:27px; line-height:1.45; letter-spacing:-0.05em;}
.laboratory_cont03 .exo_02 .content {margin-top:33px; line-height:1.54;}
.laboratory_cont03 .exo_bottom {padding:123px 0 107px 0; background:url('//image.idhospital.com/pkgen.co.kr/company/laboratory_intro/cont03_bottom_bg.jpg') center no-repeat; background-size:cover;}
.laboratory_cont03 .exo_bottom .title {margin-top:26px; font-weight:700; font-size:40px; line-height:1.5;}
.laboratory_cont03 .exo_bottom .icon_list {display:flex; justify-content:center; gap:20px; margin-top:79px;}
.laboratory_cont03 .exo_bottom .icon_list li {display:flex; align-items:center; justify-content:center; width:158px; height:158px; border-radius:50%; background:#fff;}
.laboratory_cont03 .exo_bottom .icon_list li.fadeIn:nth-child(2) {transition:all 1.6s;}
.laboratory_cont03 .exo_bottom .icon_list li.fadeIn:last-child {transition:all 2.4s;}


/* cont01 animation */
@keyframes fadeInUp {
    from {
        opacity:0;
        transform:translateY(10px);
    }
    to {
        opacity:1;
        transform:translateY(0);
    }
}


/* scroll animation */
.fadeInUp {
    opacity:0;
    transition:all 0.8s ease;
    transform:translate(0, 50px);
}
  
.fadeInUp.visible {
    opacity:1;
    transform:translate(0, 0);
}
.fadeIn {
    opacity:0;
    transition:all 0.8s ease;
}
.fadeIn.visible {
    opacity:1;
}



@media screen and (max-width:1600px){
    .laboratory h3 {font-size:2.813vw;}
    .laboratory p {font-size:1.625vw;}

    .laboratory_cont01 {padding:17.688vw 0 20.063vw 0;}
    .laboratory_cont01 .sub_title {font-size:1.75vw;}
    .laboratory_cont01 .title {margin-top:2.625vw; font-size:3.75vw;}

    .laboratory_cont02 {padding-top:7.5vw;}
    .laboratory_cont02 .list_wrap {width:91.25vw;}
    .laboratory_cont02 .list_wrap .list:nth-child(n+2) {margin-top:7.375vw;}
    .laboratory_cont02 .list_wrap .list:nth-child(even) {gap:5vw;}
    .laboratory_cont02 .list_wrap .list .cont02_text::before {width:5vw;}
    .laboratory_cont02 .list_wrap .list .cont02_text h3 {margin-top:1.125vw;}
    .laboratory_cont02 .list_wrap .list .cont02_text p {margin-top:1.563vw;}
    .laboratory_cont02 .list_wrap .list .cont02_text p:nth-of-type(2) {margin-top:0.875vw;}
    .laboratory_cont02 .list_wrap .list .cont02_img {width:43.75vw;}

    .laboratory_cont03 .number {font-size:3.125vw;}
    .laboratory_cont03 .exo_top {height:35.75vw;}
    .laboratory_cont03 .exo_top .top_text .text_float {top:6.875vw; left:6.563vw;}
    .laboratory_cont03 .exo_top .top_text .text_float p {margin-top:3.125vw;}
    .laboratory_cont03 .exo_01 {padding:12.625vw 0 12.875vw 0;}
    .laboratory_cont03 .exo_01::after {height:25.313vw;}
    .laboratory_cont03 .exo_01 .title {margin-top:1.812vw;}
    .laboratory_cont03 .exo_01 .content {margin-top:2.188vw;}
    .laboratory_cont03 .exo_01 video {margin-top:2.375vw; width:58.375vw;}
    .laboratory_cont03 .exo_02 {padding:13.875vw 0 8.25vw 0;}
    .laboratory_cont03 .exo_02::before {top:-5.063vw; height:10.125vw;}
    .laboratory_cont03 .exo_02 .title {margin-top:1.688vw;}
    .laboratory_cont03 .exo_02 .content {margin-top:2.063vw;}
    .laboratory_cont03 .exo_bottom {padding:7.688vw 0 6.688vw 0;}
    .laboratory_cont03 .exo_bottom .title {margin-top:1.625vw; font-size:2.5vw;}
    .laboratory_cont03 .exo_bottom .icon_list {gap:1.25vw; margin-top:4.938vw;}
    .laboratory_cont03 .exo_bottom .icon_list li {width:9.875vw; height:9.875vw;}
    .laboratory_cont03 .exo_bottom .icon_list li img {width:auto; height:4.063vw;}
    .laboratory_cont03 .exo_bottom .icon_list li:first-child img {height:3.125vw;}
}


@media screen and (max-width:1280px){

}


@media screen and (max-width:1024px){
 
}


@media screen and (max-width:720px){
    .laboratory h3 {font-size:6.25vw;}
    .laboratory p {font-size:3.611vw;}
    .laboratory br.pc {display:none;}
    .laboratory br.mo {display:block;}

    .laboratory_cont01 {padding:30.139vw 0 37.083vw 0; background-image:url('//image.idhospital.com/pkgen.co.kr/company/laboratory_intro/cont01_bg_m.jpg');}
    .laboratory_cont01 .sub_title {font-size:3.889vw; line-height:1.4;}
    .laboratory_cont01 .title {margin-top:3.889vw; font-size:6.944vw; line-height:1.27;}

    .laboratory_cont02 {padding:16.667vw 0; background-image:url('//image.idhospital.com/pkgen.co.kr/company/laboratory_intro/cont02_bg_m.jpg');}
    .laboratory_cont02 .list_wrap {width:100%}
    .laboratory_cont02 .list_wrap .list {display:block; clear:both; overflow:hidden;}
    .laboratory_cont02 .list_wrap .list:nth-child(n+2) {margin-top:14.861vw;}
    .laboratory_cont02 .list_wrap .list:nth-child(even) {text-align:right;}
    .laboratory_cont02 .list_wrap .list .cont02_text {padding-left:5.556vw;}
    .laboratory_cont02 .list_wrap .list .cont02_text::before {width:11.111vw;}
    .laboratory_cont02 .list_wrap .list:nth-child(even) .cont02_text {padding-right:5.556vw; padding-left:0;}
    .laboratory_cont02 .list_wrap .list:nth-child(even) .cont02_text::before {display:inline-block;}
    .laboratory_cont02 .list_wrap .list .cont02_text h3 {margin-top:4.861vw;}
    .laboratory_cont02 .list_wrap .list:first-child .cont02_text h3 {animation:0.8s ease fadeInUp; animation-fill-mode:forwards;}
    .laboratory_cont02 .list_wrap .list .cont02_text h3 span {font-size:5.556vw;}
    .laboratory_cont02 .list_wrap .list .cont02_text p {margin-top:4.167vw;}
    .laboratory_cont02 .list_wrap .list .cont02_text p:nth-of-type(2) {margin-top:1.944vw;}
    .laboratory_cont02 .list_wrap .list .cont02_img {width:94.444vw; margin-top:7.222vw;}
    .laboratory_cont02 .list_wrap .list .cont02_img img.pc {display:none;}
    .laboratory_cont02 .list_wrap .list .cont02_img img.mo {display:block;}
    .laboratory_cont02 .list_wrap .list:nth-child(even) .cont02_img {float:right;}

    .laboratory_cont03 .number {font-size:6.944vw;}
    .laboratory_cont03 .exo_top {flex-direction:column; height:159.167vw;}
    .laboratory_cont03 .exo_top .top_img {flex:1; background-image:url('//image.idhospital.com/pkgen.co.kr/company/laboratory_intro/cont03_top_img_m.jpg');}
    .laboratory_cont03 .exo_top .top_text .text_float {top:50%; left:0; width:100%; text-align:center; transform:translateY(-50%);}
    .laboratory_cont03 .exo_top .top_text .text_float p {margin-top:5.556vw;}
    .laboratory_cont03 .exo_01 {padding:15.972vw 0 23.333vw 0;}
    .laboratory_cont03 .exo_01::after {height:55vw;}
    .laboratory_cont03 .exo_01 .title {margin-top:4.028vw; letter-spacing:-0.07em;}
    .laboratory_cont03 .exo_01 .content {margin-top:5vw; line-height:1.48; letter-spacing:-0.06em;}
    .laboratory_cont03 .exo_01 video {margin-top:7.361vw; width:88.889vw;}
    .laboratory_cont03 .exo_02 {padding:29.444vw 0 17.639vw 0; background-image:url('//image.idhospital.com/pkgen.co.kr/company/laboratory_intro/cont03_02_bg_m.jpg');}
    .laboratory_cont03 .exo_02::before {top:-11.25vw; height:22.5vw;}
    .laboratory_cont03 .exo_02 .title {margin-top:3.611vw; line-height:1.36;}
    .laboratory_cont03 .exo_02 .content {margin-top:7.222vw; line-height:1.48;}
    .laboratory_cont03 .exo_bottom {padding:13.611vw 0 15.417vw 0; background-image:url('//image.idhospital.com/pkgen.co.kr/company/laboratory_intro/cont03_bottom_bg_m.jpg');}
    .laboratory_cont03 .exo_bottom .sub_title {line-height:1.5;}
    .laboratory_cont03 .exo_bottom .title {margin-top:5.278vw; font-size:5.556vw;}
    .laboratory_cont03 .exo_bottom .icon_list {gap:2.778vw; margin-top:13.611vw;}
    .laboratory_cont03 .exo_bottom .icon_list li {width:22.222vw; height:22.222vw;}
    .laboratory_cont03 .exo_bottom .icon_list li img {width:auto; height:9.028vw;}
    .laboratory_cont03 .exo_bottom .icon_list li:first-child img {height:6.944vw;}
}

.gnb_wrap{background-color: #313131;width: 100%;height: 100px;box-sizing: border-box;font-family:'Noto Sans KR';font-weight: 400;letter-spacing: -0.5px;position: fixed;z-index: 9999;padding: 0 2%;}
.gnb_contents{position: relative;}
.gnb_wrap .logo{position: absolute;top:22px;left: 220px;}
.gnb_wrap .logo a{display: block;width: 131px;box-sizing: border-box;}
.gnb_wrap .logo a img{width: 100%;}
.gnb_wrap .gnb_list{position: absolute;top: 0;right: 0;box-sizing: border-box;height: 100px;padding:40px 60px 0 0;}
.gnb_wrap .gnb_list > li{display: inline-block;vertical-align: top;width: 180px;position: relative;text-align: center;margin: 0 10px;height: 100%;}
.gnb_wrap .gnb_list > li > a {color:#fff;font-size: 22px;}
.gnb_wrap .gnb_list > li > a.orange {color:#fc5900;}
.gnb_wrap .gnb_list > li > a.blue {color:#00b4ff;}
.gnb_wrap .gnb_list > li:hover > a{font-weight: bold;transition: all 0.3s;}
.gnb_wrap .gnb_list > li > ul{position: absolute;top: 60px;left: 0;background-color:rgba(255,255,255,0.85);min-width: 225px;padding: 15px 0 20px 15px;box-sizing: border-box;display: none;text-align: left;}
.gnb_wrap .gnb_list > li > ul li{line-height: 1;padding-bottom: 24px;}
.gnb_wrap .gnb_list > li > ul li:last-child{padding-bottom: 0;}
.gnb_wrap .gnb_list > li > ul li a{display: block;color:#313131;font-size: 14px;font-weight: 500;}
.gnb_wrap .gnb_list > li > ul li:hover a{font-weight: bold;}

/*.gnb_wrap .gnb_list > li > ul li a br{display: none;}*/

.language{position: absolute;top:43px;right: 0;}
.language a{font-size: 20px;color:#fff;font-weight: 500;display: block;}
.language a::before{content: '';display: inline-block;vertical-align: middle;background: url(https://pkgen.co.kr/img/language_icon.png) no-repeat center;background-size: cover;width: 19px;height: 19px;box-sizing: border-box;margin: -5px 5px 0 0;}
.language a::after{content: '';display: inline-block;vertical-align: middle;background: url(https://pkgen.co.kr/img/language_arrow.png) no-repeat center;background-size: cover;width: 8px;height: 13px;box-sizing: border-box;margin: -5px 0 0 5px;}

@media screen and (max-width:1600px){
    .gnb_wrap .logo{left: 80px;}
}


@media screen and (max-width:1280px){
    .gnb_wrap .logo{left: 3%;}
    .gnb_wrap .gnb_list{right: 3%;}
    .gnb_wrap .gnb_list > li{width: 100px;}
    .gnb_wrap .gnb_list > li > a{font-size: 18px;}
    .gnb_wrap .gnb_list > li > ul{width: 100px;}
    
    .language{top:40px;}
    .language a{font-size: 18px;}
    
}


@media screen and (max-width:1024px){
    .gnb_wrap .gnb_list > li{width: 85px;margin: 0;text-align: center;}
    .gnb_wrap .gnb_list > li a{font-size: 16px;}
    .gnb_wrap .gnb_list > li > ul > li{text-align: left;}
    .language a{font-size: 16px;}
    
}


@media screen and (max-width:720px){
    .gnb_wrap{height: 26.4vw;letter-spacing: -0.1vw;padding: 0;}
    .gnb_wrap .logo {width: 100%;position: static;text-align: center;padding: 4.5vw 0 2vw;}
    .gnb_wrap .logo a{width: 27.9vw;margin: 0 auto;}
    .gnb_wrap .gnb_list {width: 100%;position: static;padding: 0;height: 7.6vw;line-height: 7.6vw;text-align: center;font-size: 0;}
    .gnb_wrap .gnb_list > li {width: auto;margin: 0;text-align: center;padding: 0 1.25vw;}
    .gnb_wrap .gnb_list > li > a{font-size: 2.78vw;}
    .gnb_wrap .gnb_list > li > ul {width: 48vw;min-width: auto;top: 7.6vw;padding: 1vw 0 2vw;left: 3vw;text-align: left;}
    .gnb_wrap .gnb_list > li > ul li {padding-bottom: 0;}
    .gnb_wrap .gnb_list > li > ul li a{font-size: 3vw;padding: 3vw 0 3vw 2vw;line-height: 1.15;font-weight: bold;}
    
    .gnb_wrap .gnb_list > li:nth-child(4) > ul {padding-left: 0;width: 33vw;left: 2vw;}
    
    /*.gnb_wrap .gnb_list > li > ul li a br{display: block;}*/
    
    .language {top: 10vw;right: 3vw;}
    .language a{font-size: 3.4vw;}
    .language a::before{width: 3.2vw;height: 3.2vw;margin: -0.5vw 0.7vw 0 0;}
    .language a::after{width: 1.11vw;height: 2.5vw;margin: -0.6vw 0 0 0.8vw;}
    
    
}

.quick_wrap{position: fixed;right: 55px;bottom: 40px;z-index: 999;}

.quick_click_btn{position: absolute;bottom: 0;right: 0;animation: bounce 0.8s cubic-bezier(0, 0, 0.20, 0.50) infinite alternate;cursor: pointer;}
.quick_click_btn img{display: none;}
.quick_click_btn .quick_click_active{display: block;}

.quick_list{position: absolute;bottom: 85px;right: -30px;animation: bounce 0.8s cubic-bezier(0, 0, 0.20, 0.50) infinite alternate;opacity: 0;}
.quick_list.quick_list_active{opacity: 1;transition: all 0.5s;}
.quick_list li{}



    

@keyframes bounce{
    to{
        transform: translateY(-20px);
    }
}





@media screen and (max-width:1600px){
    .quick_wrap{bottom: 9vw;}

}


@media screen and (max-width:1280px){
    
    
}


@media screen and (max-width:1024px){
  
    
}


@media screen and (max-width:720px){
    .quick_wrap img{width: 100%;}
    .quick_wrap{bottom: 5vw;right: 10vw;}
    
    .quick_click_btn{width: 12.222vw;height: 12.222vw;}
    
    .quick_list{bottom: 14.5vw;right: -7.5vw;}
    .quick_list li{width: 26.8vw;}
    
    @keyframes bounce{
    to{
        transform: translateY(-3vw);
    }
}
    
}
/* BOTTOM */
#wholebg{position:absolute;top:0;left:0;width:100%;height:10px;z-index:9;background:rgba(0,0,0,0.5);filter:alpha(opacity=80);opacity:0.8;-moz-opacity:0.8;display:none}
.footer_wrap{background-color: #313131;padding: 145px 0 165px;text-align: center;color:#fff;letter-spacing: -1px;font-family:'Noto Sans KR';}
.footer_wrap a{color:#fff;text-decoration: none;}
.footer_wrap > ul{}
.footer_wrap > ul li{margin-bottom: 20px;}
.footer_wrap > ul li p{font-size: 20px;font-weight: 300;display: inline-block;vertical-align: top;}
.footer_wrap > ul li p strong{font-weight: 500;margin-left: 25px;}
.footer_btn{margin-top: 55px;}
.footer_btn a{display: inline-block;vertical-align: top;font-size: 20px;color:#fff;font-weight: 500;margin: 0 30px;}


@media all and (max-width:1600px){
    
}


@media all and (max-width:1280px){
    .footer_wrap > ul li p{font-size: 18px;}
}


@media all and (max-width:1024px){
    .footer_wrap{padding: 100px 0;}
    .footer_wrap > ul li p{display: block;}
    .footer_wrap > ul li p strong{margin: 0;}
    .footer_wrap > ul li p strong:nth-of-type(2){margin-left: 25px;}
    .footer_wrap > ul li p.number{margin-top: 20px;}
}


@media all and (max-width:720px){
    .footer_wrap{padding: 10vw 0 8vw;letter-spacing: -0.1vw;}
    .footer_wrap > ul li {margin-bottom: 2vw;}
    .footer_wrap > ul li p{font-size: 2.3vw;}
    .footer_wrap > ul li p strong:nth-of-type(2){margin-left: 3vw;}
    .footer_wrap > ul li p.number{margin-top: 2vw;}
    .footer_btn {margin-top: 6vw;}
    .footer_btn a {font-size: 2.3vw;margin: 0 4vw;}
    
}

.content_wrap{padding-top: 100px;}



@media screen and (max-width:1600px){
    
}


@media screen and (max-width:1280px){
    
}


@media screen and (max-width:1024px){
    
}

@media screen and (max-width:720px){
    .content_wrap{padding-top: 26.4vw;}
    
}
