﻿.page-section {position: relative;perspective: 800px;}
.reveal {
    visibility: visible;
    -webkit-transform: scale(1) rotateX(-10deg);
    opacity: 0;
    transform: scale(1) rotateX(-10deg);
    opacity: 0;
}
.reveal.active {
    -webkit-transform: scale(1) rotateX(0);
    opacity: 1;
    transform: scale(1) rotateX(0);
    opacity: 1;
    -webkit-transition: -webkit-transform 0.75s cubic-bezier(0.6, 0.2, 0.1, 1) 0s, opacity 0.75s cubic-bezier(0.6, 0.2, 0.1, 1) 0s;
    transition: transform 0.75s cubic-bezier(0.6, 0.2, 0.1, 1) 0s, opacity 0.75s cubic-bezier(0.6, 0.2, 0.1, 1) 0s;
}
.main_visual {margin: 0 auto;height: 960px;background-color: #0C8DE9;overflow: hidden;}
.main_in {position: relative;max-width: 1920px;margin: 0 auto;}
.main_in .img {position: absolute;bottom: 63px;right: 70px;}
.main_title { color: #000; font-family: Poppins; font-size: 90px; font-weight: 700; position: absolute;left: 150px;top: 0;height: 100%;display: flex;align-items: center; } .main_title .t1 { font-family: Poppins; white-space: nowrap; z-index: 2; background-size: 200% 100%; background-clip: text; -webkit-background-clip: text; text-fill-color: transparent; -webkit-text-fill-color: transparent; background-image: linear-gradient(to right, #fff, #fff, #fff, #fff 50%, #D9D9D9 50%); animation: fills 2s; animation-fill-mode: forwards;line-height: 130px;}
.main_title .t2 {line-height: 34px;margin-top: 50px;color: #FFF;font-size: 20px;font-weight: 500;}
.main_title .t1.lazy1 { animation: fills 2s; animation-delay: 0.3s; animation-fill-mode: forwards; opacity: 0; }
.main_title .t1.lazy2 { animation: fills 2s; animation-delay: 0.6s; animation-fill-mode: forwards; opacity: 0; }
@keyframes fills{
	0%{
		background-position: 100%;
		-webkit-transition: all 0.4s 0s cubic-bezier(0.645, 0.045, 0.355, 1);
		transition: all 0.4s 0s cubic-bezier(0.645, 0.045, 0.355, 1);
		opacity: 0;
	}
	100%{
	    background-position: 0%;
	    -webkit-transition: all 1s 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
	    opacity: 1;
	}
}
.partner_wrap {padding: 200px 0;}
.m_stit {color: #0C8DE9;font-family: Poppins;font-size: 20px;font-style: normal;font-weight: 700;line-height: normal;margin-bottom: 40px;}
.m_tit {color: #000;font-size: 50px;font-style: normal;font-weight: 700;line-height: 64px;}
.m_tit.mar {margin-bottom: 100px;}
.m_dtit {color: #000;font-size: 22px;font-style: normal;font-weight: 700;line-height: normal;margin-bottom: 20px;}
.m_dtxt {color: #666;font-size: 18px;font-style: normal;font-weight: 500;line-height: 28px;margin-bottom: 30px;}
.m_link a {opacity: 1;display: inline-flex;align-items: center;color: #000;font-family: Poppins;font-size: 15px;font-style: normal;font-weight: 600;line-height: normal;}
.m_link a:after {content: '';display: block;width: 15px;height: 15px;background: url('/skin/default/img/main/b_arrow.svg') no-repeat 0 0;margin-left: 5px;}
.m_link a:hover {opacity: 0.3;}
.whatwedo_wrap {padding: 200px 0;background-color: #2B3D53;}
.whatwedo_wrap .m_tit {color: #fff;}
.whatwedo_wrap .m_dtit {color: #fff;}
.whatwedo_wrap .m_dtxt {color: #ADB6C2;}
.whatwedo_wrap .m_link a {color: #fff;}
.whatwedo .m_link a:after {background-image: url('/skin/default/img/main/w_arrow.svg');}
.whatwedo .img {margin-bottom: 50px;}
.whatwedo .img img {width: 80px;display: block;}
.portfolio_wrap {overflow: hidden;background-color: #F4F9FB;padding: 200px 0;}
.portfolio_box {position: relative;padding-left: 360px;}
.portfolio_tit {position: relative;z-index: 2;width: 415px;height: 445px;-webkit-background-size: cover;background-size: cover;}
.portfolio_list {z-index: 3;position: absolute;width: 100%;left: 880px;top: 0;}
.port_box {background-color: #fff;}
.port_box .img div {height: 100%;padding: 15px 25px;display: flex;align-items: center;justify-content: center;}
.port_box .img div img {display: block;margin: 0 auto;max-width: 100%;max-height: 100%;}
.owl-carousel .owl-item .port_box .img div img {width: auto;}

/*
.port_box .img div img {position: absolute;top: 0;left: 0;width: 100%;height: 100%;object-fit: cover;}
.port_box .img div {display: block;position: relative;height: 200px;overflow: hidden;}
.port_box .img div::after {display: block;content: "";padding-bottom: 100%;}
*/

.port_box .img {height: 200px;/*background-image: url('/skin/default/img/main/no_img.png');*/background-position: center center;background-repeat: no-repeat;-webkit-background-size: 200px auto;background-size: 200px auto;}
.port_box .tit {height: 245px;padding: 35px;}
.port_box .tit .t1 {margin-bottom: 20px;}
.port_box .tit .t1 span {color: #FFF;font-size: 13px;font-style: normal;font-weight: 700;line-height: normal;display: inline-flex;border-radius: 20px;background: #0C8DE9;height: 28px;padding: 0 13px;justify-content: center;align-items: center;}
.port_box .tit .t2 {color: #000;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;font-size: 20px;font-style: normal;font-weight: 700;line-height: normal;margin-bottom: 25px;}
.port_box .tit .t3 {color: #666;font-size: 18px;font-style: normal;font-weight: 500;line-height: 28px;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;}
.no_arrow {display: flex;align-items: center;margin-top: 50px;}
.no_arrow .prev {margin-right: 10px;}
.no_arrow a {opacity: 0.3;}
.no_arrow a:hover {opacity: 1;}
.news_wrap {padding: 200px 0;}
.m_pos {position: relative;}
.m_pos .m_link {position: absolute;bottom: 0;right: 0;}
.news_list {margin-top: 100px;border-top: 1px solid #ddd;}
.news_list .item {border-bottom: 1px solid #ddd;}
.news_list .item .link {position: relative;display: block;padding: 50px 90px 50px 20px;}
.news_list .item .link:after {opacity: 0.3;content: '';display: block;width: 60px;height: 60px;position: absolute;right: 20px;top: 50%;margin-top: -30px;background-image: url('/skin/default/img/main/link_arrow.svg');background-repeat: no-repeat;}
.news_list .item .link:hover {background-color: #f7f7f7;}
.news_list .item .link:hover:after {opacity: 1;}
.news_list .item .link .tit {overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;color: #000;font-size: 26px;font-style: normal;font-weight: 700;line-height: normal;margin-bottom: 15px;}
.news_list .item .link .date {color: #AAA;font-family: Poppins;font-size: 15px;font-style: normal;font-weight: 600;line-height: normal;}
.contact_wrap {height: 800px;background-image: url('/skin/default/img/main/contact_bg.jpg');background-repeat: no-repeat;-webkit-background-size: cover;background-size: cover;}
.contact_wrap .m_stit {color: #fff;}
.contact_wrap .m_tit {margin-bottom: 20px;color: #fff;}
.contact_wrap .m_dtxt {color: #fff;margin-bottom: 60px;}
.contact_wrap .m_link a {color: #fff;font-family: Pretendard;}
.contact_wrap .m_link a:after {background-image: url('/skin/default/img/main/w_arrow.svg');}
.contact {display: flex;align-items: center;}

@media (max-width: 1599px) {

}

@media (max-width: 1429px) {
	.main_visual {height: 833px;}
	.main_title {left: 50px;}
	.main_title .t1 {font-size: 50px;line-height: 1.5;}
	.main_in .img {right: -75px;}
	.main_in .img img {width: 700px;}
	.m_tit {font-size: 40px;line-height: 50px;}
	.portfolio_box {padding-left: 100px;}
	.portfolio_list {left: 520px;}
	.contact_wrap {height: 600px;}
}

@media (max-width: 1219px) {
	.partner_wrap {padding: 50px 0;}
	.whatwedo_wrap {padding: 50px 0;}
	.portfolio_wrap {padding: 80px 0;}
	.news_wrap {padding: 80px 0;}
	.m_tit {font-size: 30px;line-height: 40px;}
	.main_title .t1 {font-size: 30px;}
	.main_title .t2 {font-size: 16px;margin-top: 30px;line-height: 25px;}
	.main_in .img {bottom: 58px;}
	.main_in .img img {width: 450px;}
	.main_visual {height: 550px;}
	.m_stit {font-size: 18px;margin-bottom: 20px;}
	.m_tit.mar {margin-bottom: 60px;}
	.portfolio_box {padding-left: 50px;}
	.portfolio_tit {width: 290px;}
	.portfolio_list {left: 340px;}
	.news_list {margin-top: 50px;}
	.news_list .item .link {padding: 25px 70px 25px 15px;}
	.news_list .item .link .tit {font-size: 20px;}
	.news_list .item .link:after {right: 10px;}
	.contact_wrap {height: 400px;}
}

@media (max-width: 991px) {
	.m_tit br {display: none;}
	.partner .m_tit {margin-bottom: 20px;}
	.whatwedo .img {margin-bottom: 25px;}
	.whatwedo .img img {width: 40px;}
	.m_dtit {font-size: 16px;line-height: 1.5;}
	.m_dtxt {font-size: 15px;}
	.whatwedo_wrap .col-sm-6 {margin-bottom: 40px;}
	.portfolio_box {padding-left: 0;}
	.portfolio_list {position: static;margin-top: 40px;}
	.portfolio_tit {height: auto;width: 100%;position: relative;}
	.portfolio_tit .no_arrow {position: absolute;right: 0;bottom: 0;}
	.m_tit {font-size: 25px;}
	.m_tit.mar {margin-bottom: 30px;}
	.port_box .img,
	.port_box .img div {height: 120px;}
	.port_box .tit {padding: 15px;height: 180px;}
	.port_box .tit .t2 {font-size: 18px;}
	.port_box .tit .t3 {font-size: 15px;line-height: 1.5;}
	.portfolio_wrap {padding: 50px 0;}
	.news_list .item .link:after {width: 40px;height: 40px;-webkit-background-size: 40px auto;background-size: 40px auto;margin-top: -20px;}
}

@media (max-width: 767px) {
	.main_title {left: 0;padding: 0 15px;}
	.main_title .t1 {font-size: 25px;}
	.main_in .img {bottom: 38px;}
	.main_in .img img {width: 360px;}
	.main_title {padding-top: 80px;}
	.main_title .t2 {font-size: 13px;margin-top: 20px;line-height: 1.5;}
	.main_visual {height: 450px;}
	.m_dtxt {line-height: 1.5;}
	.m_stit {font-size: 15px;margin-bottom: 15px;}
	.m_tit {font-size: 20px;}
	.m_dtit {margin-bottom: 10px;}
	.img_pack {position: relative;padding: 25px 15px 25px 100px;border: 1px solid rgb(255 255 255 / 20%);}
	.whatwedo .img {position: absolute;margin-bottom: 0;left: 20px;top: 50%;margin-top: -20px;}
	.whatwedo_wrap .col-sm-6 {margin-bottom: 20px;}
	.whatwedo_wrap .m_dtxt {margin-bottom: 5px;}
	.m_pos .m_link {bottom: 10px;}
	.news_list {margin-top: 20px;}
	.contact_wrap {height: 300px;}
	.contact_wrap .m_tit {margin-bottom: 10px;}
	.contact_wrap .m_dtxt {margin-bottom: 20px;max-width: 350px;}
	.port_box .img {-webkit-background-size: 100px auto;background-size: 100px auto;}
}

@media (max-width: 575px) {
	.main_in .img img {width: 260px;}
	.main_title .t1 {font-size: 20px;}
	.main_visual {height: 360px;}
	.main_title .t2 {font-size: 12px;margin-top: 10px;}
	.m_tit {font-size: 18px;line-height: 1.5;}
	.no_arrow .prev {margin-right: 3px;}
	.no_arrow a img {width: 25px;}
	.port_box .tit {height: 168px;}
	.port_box .tit .t1 span {font-size: 12px;height: 25px;padding: 0 10px;}
	.port_box .tit .t2 {font-size: 15px;margin-bottom: 10px;}
	.port_box .tit .t3 {font-size: 13px;}
	.m_pos .m_link {position: static;margin-top: 15px;display: flex;justify-content: end;}
	.m_link a {font-size: 13px;}
	.news_list {margin-top: 10px;}
	.news_list .item .link .tit {font-size: 15px;-webkit-line-clamp: 2;line-height: 1.5;}
	.news_list .item .link .date {font-size: 13px;}
	.news_list .item .link {padding-top: 15px;padding-bottom: 15px;}
	.contact_wrap {height: 240px;}
	.m_dtxt {font-size: 13px;}
	.copyright {font-size: 12px;}
	.info .field .th {width: 60px;}
}