@charset "UTF-8";
 
/* 리서치 */
.wrap-research {padding: 70px 0; background: #ecf1f7;}
.wrap-research .top {display: flex; justify-content: space-between; align-items: flex-end;}
.wrap-research .top .title {position: relative; left: -100px; opacity: 0;}
.wrap-research .title .eng {display: block; margin-bottom: 10px; font-family: pps; font-size: 20px; letter-spacing: 0; color: #0079fa;}
.wrap-research .title .desc {display: flex; align-items: flex-end;}
.wrap-research .title .desc strong {font-family: pp; font-size: 42px; line-height: 1.1; color: #000000;}
.wrap-research .title .desc p {padding-left: 46px; font-family: ppr; font-size: 16px; color: #666666;}
.wrap-research .title .tab ul {display: flex; padding-left: 10px;}
.wrap-research .title .tab li {padding-left: 35px;}
.wrap-research .title .tab li button {position: relative; font-family: ppr; font-size: 21px; color: #666666;}
.wrap-research .title .tab li button::after {content: ''; position: absolute; left: 0; bottom: -20px; width: 0; height: 4px; background: #05367b; transition: width .35s;}
.wrap-research .title .tab li.on button {font-family: pps; color: #05367b;}
.wrap-research .title .tab li:hover button::after,
.wrap-research .title .tab li.on button::after {width: 100%;}
.wrap-research .util {display: flex; position: relative; right: -100px; opacity: 0;}
.wrap-research .util .more {display: flex; align-items: center; height: 70px; padding: 0 30px; background: #1174ff; border-radius: 34px; font-family: pps; letter-spacing: normal; font-size: 17px; color: #fff;}
.wrap-research .util .more::after {content: ''; display: block; width: 10px; height: 10px; margin-left: 24px; background: url('../images/btn-research-more.png') no-repeat center; transition: transform .35s;}
.wrap-research .util .more:hover::after {transform: rotate(270deg);}
.wrap-research .control {opacity: 0;}
.wrap-research .control button {position: absolute; top: calc(50% + 40px); z-index: 1; display: block; width: 70px; height: 70px; text-indent: -99999px; border-radius: 100%;}
.wrap-research .control .prev {right: calc(100% + 30px); background: #fff url('../images/btn-research-prev.png') no-repeat left center; transition: .35s;}
.wrap-research .control .prev:hover {background-position: right center;}
.wrap-research .control .next {left: calc(100% + 30px); background: #fff url('../images/btn-research-next.png') no-repeat right center; transition: .35s;}
.wrap-research .control .next:hover {background-position: left center;}
.wrap-research .list {position: relative; top: 100px; overflow: hidden; width: calc(100% + 2px); margin-top: 76px; padding-bottom: 10px; opacity: 0;}
.wrap-research .list .slider {display: none;}
.wrap-research .list .slider.on {display: block; padding: 1px;}
.wrap-research .list a {display: block; background: transparent; border-radius: 10px; transition: .35s;}
.wrap-research .list a:hover {background: #fff; box-shadow: 0 0 10px rgba(0,0,0,.1);}
.wrap-research .list .thumb .img {position: relative; overflow: hidden; display: flex; justify-content: center; height: 330px; border-radius: 10px;}
.wrap-research .list .thumb .img img {object-fit: cover; width: 100%; transition: .35s;}
.wrap-research .list a:hover .thumb .img img {transform: scale(1.1);}
.wrap-research .list .thumb .cate {position: absolute; left: 0; bottom: 0; padding: 8px 25px; background: #003876; border-radius: 0 10px 0 0; font-family: nm; font-size: 16px; color: #ffffff;}
.wrap-research .list .desc {overflow: hidden; position: absolute; left: 0; bottom: 0; display: flex; flex-direction: column; justify-content: flex-end; width: 100%; height: 100%; padding: 24px 30px; opacity: 0; border-radius: 10px;}
.wrap-research .list .desc strong {overflow: hidden; display: -webkit-box; font-family: ppr; font-size: 22px; line-height: 1.4; color: #fff; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
.wrap-research .list .desc p {overflow: hidden; display: -webkit-box; margin-top: 6px; font-family: ppr; font-size: 18px; color: #d4d4d4; -webkit-line-clamp: 1; -webkit-box-orient: vertical;}
.wrap-research .list .desc .new {display: block; margin-top: 10px;}
.wrap-research .list .desc .new i {position: relative; font-family: pb; font-size: 14px; color: #009ffa;}
.wrap-research .list .desc .new i::after {content: ''; position: absolute; right: -7px; top: -2px; width: 4px; height: 4px; background: #009ffa; border-radius: 100%;}
.wrap-research .list a:hover .desc {opacity: 1; background: rgba(31,44,71,.8); transition: .35s;}
.wrap-research .list .more {display: none;}

@media screen and (max-width: 1670px) {
  .wrap-research .control .prev {right: auto; left: 0;}
  .wrap-research .control .next {left: auto; right: 0;}
  .wrap-research .list .slider {overflow: hidden; margin: 0 100px;}
}

@media screen and (max-width: 1500px) {
  .wrap-research .control .prev {left: 20px;}
  .wrap-research .control .next {right: 20px;}
}

@media screen and (max-width: 1450px) {
  .wrap-research .title .desc strong {font-size: 35px;}
  .wrap-research .title .desc p {font-size: 15px;}
  .wrap-research .util .control button {width: 60px; height: 60px; background-size: cover !important;}
  .wrap-research .util .more {height: 50px; padding: 0 20px; font-size: 16px;}
  .wrap-research .util .more::after {margin-left: 14px;}
  .wrap-research .list {margin-top: 50px;}
  .wrap-research .list .thumb .img {height: 250px;}
  .wrap-research .list .thumb .cate {font-size: 14px;}
  .wrap-research .list .desc strong {font-size: 16px;}
}

@media screen and (max-width: 1200px) {
  .wrap-research .title .desc strong {margin-right: 10px;}
  .wrap-research .title .tab li {padding-left: 20px;}
  .wrap-research .title .tab li button {font-size: 17px;}
  .wrap-research .title .tab li button::after {bottom: -10px; height: 2px;}
}

@media screen and (max-width: 1100px) {
  .wrap-research {padding: 60px 0;}
  .wrap-research .title .eng {margin-bottom: 1px; font-size: 18px;}
  .wrap-research .title .desc p {padding-left: 30px; font-size: 14px;}
  .wrap-research .title .desc strong {font-size: 30px;}
  .wrap-research .title .tab li button::after {bottom: -5px;}
  .wrap-research .util .control button {width: 50px; height: 50px;}
  .wrap-research .list {margin-top: 26px;}
  .wrap-research .list .thumb .img {height: 190px;}
  .wrap-research .list .thumb .cate {padding: 5px 15px; font-size: 11px;}
  .wrap-research .list .desc {justify-content: center; height: 80px; padding: 15px; opacity: 1; background: rgba(31,44,71,.8); border-radius: 0 0 10px 10px;}
  .wrap-research .list .desc strong {font-size: 16px; color: #fff; -webkit-line-clamp : 1;}
  .wrap-research .list .desc p {margin-top: 0; font-size: 15px;}
  .wrap-research .list .slider {margin: 0 60px;}
  .wrap-research .control button {top: calc(50% + 25px); width: 50px; height: 50px; background-size: cover !important;}
}

@media screen and (max-width: 900px) {
  .wrap-research .title .desc strong {margin-right: 20px;} 
  .wrap-research .title .tab li {padding-left: 15px;}
  .wrap-research .title .tab li button {font-size: 15px;}
  .wrap-research .util {position: absolute; right: 20px !important; top: -30px;}
}

@media screen and (max-width: 800px) {
  .wrap-research .title .desc p {display: none;}
  .wrap-research .title .desc strong {font-size: 25px;}
}

@media screen and (max-width: 650px) {
  .wrap-research {padding: 34px 0;}
  .wrap-research .title .desc strong {font-size: 30px;}
  .wrap-research .title .eng {font-size: 17px;}
  .wrap-research .title .desc {flex-direction: column; justify-content: flex-start; align-items: flex-start;}
  .wrap-research .title .tab {padding-top: 20px;}
  .wrap-research .title .tab ul {padding-left: 0;}
  .wrap-research .title .tab li {padding-left: 0; padding-right: 10px;}
  .wrap-research .title .tab li button {font-size: 18px;}
  .wrap-research .util {position: absolute; top: 20px;}
  .wrap-research .util .more {height: 35px; padding: 0 15px; font-size: 17px;}
  .wrap-research .util .more::after {margin-left: 10px;}
  .wrap-research .util .control button {width: 35px; height: 35px;}
  .wrap-research .list {margin-top: 30px;}
  .wrap-research .list .desc {height: 120px;}
  .wrap-research .list .desc strong {-webkit-line-clamp: 2; font-size: 20px;}
  .wrap-research .list .slider {margin: 0 0;}
  .wrap-research .list .thumb .cate {padding: 8px 20px; font-size: 16px;}
  .wrap-research .list .thumb .img {height: 330px;}
  .wrap-research .list .thumb .img img {width: 100%;}
  .wrap-research .control button {top: calc(50%); width: 25px; height: 50px; border-radius: 0;}
  .wrap-research .control .prev {background: url('../images/btn-research-prev-m.png'); left: 21px;}
  .wrap-research .control .prev:hover {background: url('../images/btn-research-prev-m-on.png');}
  .wrap-research .control .next {background: url('../images/btn-research-next-m.png'); right: 19px;}
  .wrap-research .control .next:hover {background: url('../images/btn-research-next-m-on.png');}
}