/*
@charset "UTF-8";

.people-wrap{position: relative; width: 100%;}
.people-thumb{max-width: 530px; overflow: hidden; position: relative; left: -100px; opacity: 0; visibility: hidden; filter: blur(50px); -webkit-filter: blur(50px); transition: all .7s;}
.mCustomScrollbar .people-thumb,
.people-wrap.on .people-thumb{left: 0; opacity: 1; visibility: visible; filter: blur(0); -webkit-filter: blur(0);}
.people-thumb-image {position: relative;overflow: hidden;display: flex !important;justify-content: center;align-items: center;height: 490px;text-align: center; transition: all .7s;}
.people-thumb-image img { width: auto; max-width: none; height: 100%;}
.people-thumb-image.vertical img {width: 110%; height: auto;}
.people-thumb-image.horizon img {width: auto; height: 110%;}
.people-thumb:hover .people-thumb-image{transform: scale(1.1);}
.people-info{position: relative; left: -100px; opacity: 0; visibility: hidden; filter: blur(50px); -webkit-filter: blur(50px); transition: all .7s; transition-delay: .2s;}
.mCustomScrollbar .people-info,
.people-wrap.on .people-info{left: 0; opacity: 1; visibility: visible; filter: blur(0); -webkit-filter: blur(0);}
.people-title{margin-top: 80px; padding-right: 100px;}
.people-title strong span{background: linear-gradient(to top, #000000 50%, #000000 50%); font-family: "Noto Bold"; color: white; font-size: 42px; line-height: 75px;}
.people-info-box{position: absolute; right: calc(8% - 100px); top: 320px; background-color: #003c8a; padding: 36px 36px 30px 30px; opacity: 0; visibility: hidden; filter: blur(50px); -webkit-filter: blur(50px); transition: all .7s; transition-delay: .4s;}
.mCustomScrollbar .people-info-box,
.people-wrap.on .people-info-box{right: 8%; opacity: 1; visibility: visible; filter: blur(0); -webkit-filter: blur(0);}
.people-info-box .people-more{position: absolute; right: 30px; top: 30px; background: url(../images/recent_more.png) no-repeat center center; width: 23px; height: 23px; font-size: 0; transition: all .5s;}
.people-info-box .people-more:hover{transform: rotate(360deg);}
.people-dots ul::after{content:""; display: table; clear: both;}
.people-dots li{float: left; margin-right: 5px; width: 10px; height: 10px;}
.people-dots li:last-child{margin-right: 0;}
.people-dots li button{width: 10px; height: 10px; border-radius: 50%; background-color: #b3c5dc; font-size: 0; display: block;}
.people-dots li.slick-active button{background-color: #3497ff;}
.people-info-box > span{font-size: 12px; font-family: "Gmarket Medium"; color: white; display: block; margin-top: 74px;}
.people-info-box > p{font-size: 46px; font-family: "Gmarket Bold"; color: white; margin-top: 15px;}

@media all and (max-width: 1500px) {
    .people-thumb{max-width: 400px;}
    .people-thumb-image{height: 380px;}
    .people-title strong span{font-size: 23px; line-height: 42px;}
    .people-info-box{top: 180px;}
    .people-info-box > span{margin-top: 40px;}
    .people-info-box > p{font-size: 40px;}   
}

@media all and (max-width: 1023px) {
    .people-thumb{max-width: 300px;}
    .people-thumb-image{height: 280px;}
    .people-info-box{padding: 8px 19.5px 5px; right: 50px;}
    .people-info-box > span{font-size: 7px;}
    .people-info-box > p{font-size: 26px; margin-top: 6px;}
    .people-info-box .people-more{right: 16px; top: 17px; width: 13px; height: 13px; background-size: cover;}
    .people-dots{margin-top: 10px;}
    .people-dots li{margin-right: 3px;}
    .people-dots li button{width: 6px; height: 6px;}
    .people-title{margin-top: 48px;}
}

@media all and (max-width: 768px) {
    .people-info-box{right: auto !important; left: 255px;}
}

@media all and (max-width: 480px) {
    .people-thumb{max-width: 100%;}
    .people-thumb-image{height: 300px;}
    .people-info-box{right: 0; left: auto;}
    .people-title{padding-right: 0;}
}

*/

@charset "UTF-8";

/* People */
.wrap-people-26 {
   position: relative;
   /*right: -50px;*/
   /*opacity: 0;*/
   right:0;
   padding: 100px 0 18% 80px;
}
.wrap-people-26::after {
   content: "";
   position: absolute;
   left: 0;
   top: 0;
   z-index: -1;
   width: calc(100% + 300px);
   height: 100%;
   background: #013C78;
}
.wrap-people-26 .title {
   position: relative;
   line-height: 1;
}
.wrap-people-26 .title strong {
   display: inline-block;
   font-family: "Gmarket Sans";
   font-size: 50px;
   color: #1881B7;
}
.wrap-people-26 .title strong em {
   font-family: "Gmarket Bold";
   color: #fff;
}
.wrap-people-26 .title .more {
   position: absolute;
   right: 0;
   top: 0;
}
.wrap-people-26 .title .more a {
   position: relative;
   display: inline-block;
   width: 50px;
   height: 50px;
   text-indent: -99999px;
}
.wrap-people-26 .title .more a::after {
   content: "";
   position: absolute;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
   background: url("../images/btn-people-more.png") no-repeat center;
}
.wrap-people-26 .title .more a:hover::after {
   transform: rotate(180deg);
}
.wrap-people-26 .list {
   margin-top: 36px;
   overflow: hidden;
   width:100%;
}
.wrap-people-26 .list .text .subject {
   overflow: hidden;
   display: -webkit-box;
   -webkit-line-clamp: 2;
   -webkit-box-orient: vertical;
   margin-top: 30px;
   font-family: "Noto Medium";
   font-size: 26px;
   color: #fff;
}
.wrap-people-26 .list a:hover .text .subject {
   color: #fff;
}
.wrap-people-26 .list .text .subject span {
   position: relative;
   background: linear-gradient(to bottom, transparent 95%, #fff 0) left center no-repeat;
   background-size: 0;
   transition: 0.5s;
}
.wrap-people-26 .list a:hover .text .subject span {
   background-size: 100% auto;
}
.wrap-people-26 .list .text .desc {
   overflow: hidden;
   display: -webkit-box;
   -webkit-line-clamp: 2;
   -webkit-box-orient: vertical;
   margin-top: 30px;
   font-family: "Noto Sans KR";
   font-size: 20px;
   color: #fff;
}
.wrap-people-26 .list .thumb {
   position: relative;
   top: 0;
   opacity: 1;
}
.wrap-people-26 .list .text {
   position: relative;
   top: 0;
   opacity: 1;
}

.slider-container {
   display: flex;
   width: 300%;
   transition: transform 0.5s ease-in-out;
}

.researchitem {
   width: 100%;
}

.researchitem a {
   display: block;
   overflow: hidden;
   transition: all 0.3s;
}

.researchitem a:focus {
   background: #156040;
}

.slide-btn-group {
   position:relative;
   top:-190px;
   left:370px;
   width:152px;
   height:55px;
   background-color:#013C78;
   border-top-left-radius:25px;
}

button.prev00,
button.next00,
button.stop00,
button.play00 {
   position: absolute;
   bottom: 0;
   transform: translateY(-50%);
   color: white;
   border: none;
   padding-left: 20px;
   cursor: pointer;
}

button.prev00:hover,
button.next00:hover,
button.stop00:hover,
button.play00:hover {
   background-color: rgba(0, 0, 0, 0.2);
}

button.prev00 {
}

button.play00,
button.stop00 {
   left: 50px;
}
button.play00 {
   display: none;
}

button.next00 {
   left: 100px;
}

@media (max-width: 1485px) {
   .wrap-people-26 .title strong {
      font-size: 40px;
   }
}

@media (max-width: 1270px) {
   .wrap-people-26 {
      padding: 100px 0 18% 50px;
   }
   .wrap-people-26 .list .text .subject {
      font-size: 22px;
   }
   .wrap-people-26 .list .text .desc {
      font-size: 15px;
   }
}

@media (max-width: 1200px) {
   .wrap-people-26 .title strong {
      font-size: 30px;
   }
}

@media (max-width: 1000px) {
   .wrap-people-26 {
      right: 0 !important;
      opacity: 1 !important;
      padding: 50px 0 12% 30px;
   }
   .wrap-people-26 .title .more a {
      width: 36px;
      height: 36px;
   }
   .wrap-people-26 .title .more a::after {
      background-size: 16px;
   }
   .wrap-people-26 .list .thumb {
      top: 0 !important;
      opacity: 1 !important;
   }
   .wrap-people-26 .list .text {
      top: 0 !important;
      opacity: 1 !important;
   }
   .wrap-people-26 .list .text .subject {
      margin-top: 27px;
      padding-bottom: 1px;
      font-size: 18px;
   }
   .wrap-people-26 .list .text .desc {
      margin-top: 11px;
      font-size: 13px;
      -webkit-line-clamp: 3;
   }
}

@media (max-width: 768px) {
   #menu969_obj11772 {
      width: 100% !important;
   }
   .wrap-people-26 {
      padding: 40px 0;
   }
   .wrap-people-26::after {
      left: -20px;
      width: calc(100% + 40px);
   }
   .wrap-people-26 .title strong {
      font-size: 24px;
   }
   .wrap-people-26 .title .more {
      top: -6px;
   }
   .wrap-people-26 .list {
      margin-top: 27px;
      overflow: hidden;
   }
   .wrap-people-26 .list .thumb img {
      width: 100%;
   }
   .wrap-people-26 .list .text .subject {
      margin-top: 17px;
   }
   .wrap-people-26 .list .text .desc {
      display: none;
   }

   button.prev00 {
      left: 0px;
   }

   button.play00,
   button.stop00 {
      left: 40px;
   }

   button.next00 {
      left: 80px;
   }
}

.thumb img {
	height:430px;
	width:100%;
}

@media all and (max-width: 480px) {
	.slide-btn-group {
		position: relative;
		top: -125px;
		left: 275px;
		width: 152px;
		height: 55px;
		background-color: #013C78;
		border-top-left-radius: 25px;
	}
}