.sub_tit_wrap {
    padding: 100px 0 60px;
    text-align: center;
}
.sub_tit_wrap strong {
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-size: 48px;
    font-weight: 600;
}
.sub_tit_wrap h4 {
    display: block;
    font-family: "BMDOHYEON";
    font-size: 48px;
    margin: 20px 0 0;
}
.sub_tit_wrap p {
    font-size: 18px;
    font-weight: 400;
    color: #666;
}
.sub_tit_wrap span {
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 400;
}
.swiper-button-next::after,
.swiper-button-prev::after {
    display: none;
}
/* main_banner_area */
.main_banner_area {
    width: 100%;
    min-width: 1440px;
}
.main_banner_area .swiper-slide {
    width: 100%;
    height: 100vh;
    background-position: center !important;
    background-size: cover !important;
}
.main_banner_area .swiper-slide::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0,0,0,0.2);
}
.main_banner_area .txt_wrap {
    position: absolute;
    width: 1410px;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: 2;
}
.main_banner_area .txt_wrap p {
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    font-weight: 300;
    max-width: 700px;
    margin: 0 0 30px;
}
.main_banner_area .txt_wrap h2 {
    font-family: "BMDOHYEON";
    color: #fff;
    max-width: 700px;
    font-size: 64px;
    margin: 0 0 40px;
} 
.main_banner_area .txt_wrap span {
    position: relative;
    display: inline-block;
    padding: 0 0 0 80px;
    color: #fff;
    font-size: 18px;
    max-width: 700px;
    font-weight: 300;
}
.main_banner_area .txt_wrap span::after {
    content: "";
    position: absolute;
    left: 10px;
    top: 10px;
    width: 40px;
    height: 2px;
    background: #fff;
}
.main_banner_area .swiper-tool_wrap {
    position: absolute;
    padding: 0 15px;
    width: 650px;
    top: 50%;
    transform: translate(0,-50%);
    text-align: left;
    z-index: 2;
}
.main_banner_area .swiper-pagination-fraction span,
.main_banner_area .swiper-pagination-fraction {
    font-family: 'Montserrat', sans-serif;
    position: relative;
    color: #fff;
    text-align: left;
    display: inline-block;
    width: auto;
    bottom: 0;
    font-size: 16px;
    font-weight: 400;
}
.main_banner_area .swiper-pagination-fraction span::before {
    content: "0";
    display: inline-block;
    color: #fff;
}
.main_banner_area .swiper-scrollbar {
    display: inline-block;
    width: 460px;
    height: 1px;
    background: rgba(255,255,255,0.3);
    transform: translate(0,-4px);
    margin: 0 10px 0 0;
}
.main_banner_area .swiper-scrollbar-drag {
    background: #fff;
}
.main_banner_area .swiper-button {
    position: relative;
    display: inline-block;
    left: auto;
    right: auto;
    width: 18px;
    height: 12px;
    text-align: center;
    margin: 0;
}
.main_banner_area .swiper-button img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.main_banner_area .swiper-button::after {
    display: none;
}
.main_banner_area .swiper-button-pause {
    display: inline-block;
    cursor: pointer;
    margin: 0 0 0 10px;
}
.main_banner_area .scroll_txt_wrap {
    position: absolute;
    width: 1410px;
    left: 50%;
    transform: translate(-50%,0);
    bottom: 0;
    z-index: 2;
    text-align: center;
}
.main_banner_area .scroll_txt_wrap span {
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
}
.main_banner_area .scroll_txt_wrap > div {
    position: relative;
    width: 1px;
    height: 100px;
    background: rgba(255,255,255,0.3);
    margin: 15px auto 0;
    overflow: hidden;
}
.main_banner_area .scroll_txt_wrap > div::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height:50%;
    background:#fff;
}
/* gallery_area */
.gallery_area .swiper-slide .img_wrap {
    position: relative;
    width: 100%;
    height: 450px;
    overflow: hidden;
}
.gallery_area .swiper-slide .img_wrap::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.3);
    z-index: 2;
}
.gallery_area .swiper-slide .img_wrap::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(to top,rgba(0,0,0,0.7) ,transparent);
    transition: .5s ease;
}
.gallery_area .swiper-slide-active .img_wrap::after {
    opacity: 0;
    visibility: hidden;
}
.gallery_area .swiper-slide .img_wrap img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    max-width: none;
    max-height: 100%;
}
.gallery_area .swiper-slide .txt_wrap {
    position: absolute;
    width: calc(100% - 50px);
    left: 50%;
    bottom: 25px;
    transform: translate(-50%,20px);
    background: #fff;
    padding: 25px;
    text-align: center;
    z-index: 3;
    visibility: hidden;
    opacity: 0;
    transition: .5s ease;
}
.gallery_area .swiper-slide-active .txt_wrap {
    transform: translate(-50%,0px);
    visibility: visible;
    opacity: 1;
	background:#167acf;
}
.gallery_area .swiper-slide .txt_wrap p {
    font-weight: 300;
}
.gallery_area .swiper-slide .txt_wrap h4 {
    font-size: 24px;
    margin: 0 0 10px;
    font-weight: 500;
	color:#fff;
	word-break: keep-all;
}
.gallery_area .swiper-slide .txt_wrap p:nth-of-type(2) {
    white-space: nowrap; 
    overflow: hidden; 
    text-overflow: ellipsis;
    white-space: normal; 
    line-height: 1.3; height: 2.6em; 
    word-wrap: break-word; 
    display: -webkit-box; 
    -webkit-line-clamp: 2; 
    -webkit-box-orient: vertical;
    margin: 0 0 30px;
}
.gallery_area .swiper-slide .txt_wrap button {
    background: transparent;
    cursor: pointer;
    border: none;
    font-weight: 500;
	background:#fff;
	border-radius:20px;
	padding:5px 20px;
	color:#167acf;
}
.gallery_area .swiper-slide .tit_wrap {
    position: absolute;
    width: calc(100% - 50px);
    text-align: center;
    bottom: 50px;
    left: 50%;
    transform: translate(-50%,0);
    z-index: 3;
    opacity: 1;
    visibility: visible;
    transition: .5s ease;
}
.gallery_area .swiper-slide-active .tit_wrap {
    opacity: 0;
    visibility: hidden;
}
.gallery_area .swiper-slide .tit_wrap em {
    display: block;
    color: #fff;
    font-size: 16px;
    font-weight: 300;
}
.gallery_area .swiper-slide .tit_wrap strong {
    font-size: 24px;
    font-weight: 500;
    color: #fff;
}
.gallery_area .swiper-button-wrap {
    position: absolute;
    width: 450px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 4;
}
.gallery_area .swiper-button-wrap > div {
    width: 60px;
    height: 60px;
    background: rgba(255,255,255,0.5);
    border-radius: 50%;
}
.gallery_area .swiper-button-wrap > .swiper-button-prev {
    right: auto;
    left: -40px;
}
.gallery_area .swiper-button-wrap > .swiper-button-next {
    left: auto;
    right: -40px;
}

/* special_area */
.special_area {
    position: relative;
}
.special_area .bg {
    position: absolute;
    min-width: 1440px;
    background: #f8f8f8;
    left: 0;
    top: -240px;
    width: 100%;
    height: 780px;
    z-index: -1;
    min-width: 1440px;
}
.special_area article .sub_tit_wrap {
    min-width: 1440px;
    margin: 0 auto;
}
.special_area article .swiper-container {
    width: 100%;
    min-width: 1440px;
}
.special_area article .contents {
    position: relative;
    height: 550px;
}
.special_area article .contents img {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    max-width: none;
}
.special_area article .contents > .txt_wrap {
    position: relative;
    width: 1440px;
    height: 100%;
    padding: 0 15px;
    margin: 0 auto;
    position: relative;
}
.special_area article .contents > .txt_wrap > div {
    position: absolute;
    right: 15px;
    top: 50%;
    width: 810px;
    padding: 50px 80px;
    background: #fff;
    transform: translate(0,-50%);
    box-shadow: 4px 4px 20px 0 rgba(0,0,0,0.1);
}
.special_area article .contents > .txt_wrap > div .top_part {
    position: relative;
}
.special_area article .contents > .txt_wrap > div .top_part::before {
    content: "";
    position: absolute;
    width: 230px;
    height: 2px;
    bottom: 0;
    left: -80px;
    background: #10c0b2;
}
.special_area article .contents > .txt_wrap > div .top_part span {
    font-family: "BMDOHYEON";
    display: block;
    color: #10c0b2;
    margin: 0 0 20px;
}
.special_area article .contents > .txt_wrap > div .top_part h4 {
    font-family: "BMDOHYEON";
    font-size: 34px;
    padding: 0 0 10px;
}
.special_area article .contents > .txt_wrap > div .middle_part {
    padding: 30px 0 55px;
}
.special_area article .contents > .txt_wrap > div .middle_part strong {
    display: block;
    font-size: 18px;
    font-weight: 500;
}
.special_area article .contents > .txt_wrap > div .middle_part p {
    display: block;
    font-size: 16px;
    font-weight: 300;
    color: #666;
}
.special_area article .contents > .txt_wrap > div .bottom_part {
    position: relative;
}
.special_area article .contents > .txt_wrap > div .bottom_part hr {
    width: 100%;
    height: 1px;
    top: 3px;
    left: 0;
    background: #eee;
    position: absolute;
    z-index: -1;
    border: none;
}
.special_area article .contents > .txt_wrap > div .bottom_part ul {
    display: inline-block;
}
.special_area article .contents > .txt_wrap > div .bottom_part li {
    position: relative;
    display: inline-block;
    float: left;
    margin: 0 40px 0 0;
    padding: 30px 0 0;
}
.special_area article .contents > .txt_wrap > div .bottom_part li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 10px;
    height: 10px;
    border-radius: 50%;
}
/*
.special_area article .contents > .txt_wrap > div .bottom_part li:nth-child(1)::before {background: #bce6ff}
.special_area article .contents > .txt_wrap > div .bottom_part li:nth-child(2)::before {background: #88cdf6}
.special_area article .contents > .txt_wrap > div .bottom_part li:nth-child(3)::before {background: #499cd3}
.special_area article .contents > .txt_wrap > div .bottom_part li:nth-child(4)::before {background: #2778ad}
.special_area article .contents > .txt_wrap > div .bottom_part li:nth-child(5)::before {background: #005288}
.special_area article .contents > .txt_wrap > div .bottom_part li:nth-child(6)::before {background: #0b3551;}
.special_area article .contents > .txt_wrap > div .bottom_part li:nth-child(7)::before {background: #9959BF;}
*/
.special_area article .contents > .txt_wrap > div .bottom_part li:nth-child(1)::before {background: #afd2e6}
.special_area article .contents > .txt_wrap > div .bottom_part li:nth-child(2)::before {background: #86b1cb}
.special_area article .contents > .txt_wrap > div .bottom_part li:nth-child(3)::before {background: #5a8dae}
.special_area article .contents > .txt_wrap > div .bottom_part li:nth-child(4)::before {background: #396e91}
.special_area article .contents > .txt_wrap > div .bottom_part li:nth-child(5)::before {background: #23587b}
.special_area article .contents > .txt_wrap > div .bottom_part li:nth-child(6)::before {background: #144464;}
.special_area article .contents > .txt_wrap > div .bottom_part li:nth-child(7)::before {background: #0b3b5b;}
.special_area article .contents > .txt_wrap > div .bottom_part li:nth-child(8)::before {background: #012e4e;}
.special_area article .contents > .txt_wrap > div .bottom_part li:last-child {
    margin: 0;
}
.special_area article .contents > .txt_wrap > div .bottom_part li em {
    display: block;
    font-size: 14px;
    color: #999;
    font-weight: 300;
    margin: 0 0 10px;
}
.special_area article .swiper-pagination-fraction {
    font-family: 'Montserrat', sans-serif;
    width: auto;
    bottom: auto;
    top: 30px;
    left: auto;
    right: 30px;
    color: #bbb;
    font-weight: 600;
    font-size: 20px;
}
.special_area article .swiper-pagination-fraction span {
    font-family: 'Montserrat', sans-serif;
    font-size: 34px;
    font-weight: 600;
}
.special_area article .swiper-pagination-fraction span:nth-of-type(2) {
    color: #bbb;
    font-weight: 600;
    font-size: 20px;
}
.special_area article .swiper-pagination-fraction span::before {
    content: "0";
    display: inline-block;
}
.special_area .swiper-button-next,
.special_area .swiper-button-prev {
    width: 15px;
    height: 28px;
}
/* news_area */
.news_area article {
    min-width: 1440px;
}
.news_area .list_wrap li {
    position: relative;
    display: inline-block;
    width: 20%;
    height: 500px;
    float: left;
    transition: .3s ease;
    overflow: hidden;
}
.news_area .list_wrap li::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0,0,0,0.75);
    transition: .3s ease;
}

/* .news_area .list_wrap.active li {
    width: 12%;
}
.news_area .list_wrap li.on {
    width: 52%;
} */
.news_area .list_wrap.active li {
    width: 15%;
}
.news_area .list_wrap li.on {
    width: 40%;
}
.news_area .list_wrap li.on::after {
    background: rgba(255,255,255,0.7);
}
.news_area .img_wrap {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.news_area .img_wrap img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    max-width: none;
    height: 100%;
    /*width: 100%;*/
}
.news_area .title {
    position: absolute;
    text-align: center;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: calc(100% - 30px);
    color: #fff;
    font-size: 30px;
    font-weight: 500;
    z-index: 2;
    transition: .5s ease;
	word-break: keep-all;
}
.news_area li.on .title {
    opacity: 0;
    visibility: hidden;
}

.news_area .title::after {
    content: "";
    position: absolute;
    width: 40px;
    bottom: -20px;
    height: 1px;
    background: #fff;
    left: 50%;
    transform: translate(-50%,0);
}
.news_area .txt_wrap {
    position: absolute;
    left: 50%;
    bottom: 100px;
    width: 700px;
    transition: .5s ease;
    transform: translate(-50%, 30px);
    opacity: 0;
    visibility: hidden;
    z-index: 3;
}
.news_area li.on .txt_wrap {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%,0);
}
.news_area li .txt_wrap em {
    display: block;
    font-weight: 500;
    margin: 0 0 15px;
}
.news_area li .txt_wrap strong {
    position: relative;
    display: block;
    font-size: 36px;
    font-weight: 700;
    padding: 0 0 15px;
    margin: 0 0 20px;
}
.news_area li .txt_wrap strong::after {
    content: "";
    position: absolute;
    width: 40px;
    height: 1px;
    background: #333;
    left: 0;
    bottom: 0;
}
.news_area li .txt_wrap p {
    font-weight: 400;
    margin: 0 0 30px;
}
.news_area li .txt_wrap button {
    background: transparent;
    border: none;
    cursor: pointer;
}
.news_area li .txt_wrap button span {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 400;
    float: left;
}
.news_area li .txt_wrap button img {
    float: left;
    transform: translate(0,-6px);
    margin: 0 0 0 10px;
}

/* stroy_area */
.stroy_area {
    min-width: 1440px;
    position: relative;
    padding: 0 0 150px;
}
.stroy_area .bg {
    position: absolute;
    width: 100%;
    height: 570px;
    bottom: 0;
    right: 0;
    background: #f8f8f8;
    z-index: -1;
}
.stroy_area .sub_tit_wrap {
    padding: 100px 0;
}
.stroy_area article > ul li {
    position: relative;
    display: inline-block;
   /* width: calc((100% - 90px)/4);*/
	width: calc((100% - 90px)/3);
    height: 560px;
    margin: 0 30px 0 0;
    float: left;
}
.stroy_area article > ul li:nth-of-type(odd) {
    transform: translate(0,-50px);
}
.stroy_area article > ul li:nth-of-type(even) {
    transform: translate(0,50px);
}

.stroy_area article > ul li:last-child {
    margin: 0;
}
.stroy_area article > ul li .img_wrap {
    position: relative;
    width: 100%;
    height: 380px;
    overflow: hidden;
}
.stroy_area article > ul li .img_wrap img {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: none;
    transform: translate(-50%,-50%);
	width:100%;
}
.stroy_area article > ul li .txt_wrap {
    position: absolute;
    width: calc(100% - 40px);
    top: 300px;
    height: 170px;
    right: 0;
    background: #fff;
    padding: 20px 30px;
    overflow: hidden;
    transition: .5s ease;
}
.stroy_area article > ul li:hover .txt_wrap {
    height: 250px;
    box-shadow: 4px 4px 10px 0 rgba(0,0,0,0.1);
	
}
.stroy_area article > ul li .txt_wrap strong {
    display: block;
    font-size: 24px;
    font-weight: 500;
    margin: 0 0 15px;
	word-break: keep-all;
   /* white-space: nowrap;*/
   /* overflow: hidden;
    text-overflow: ellipsis;*/
}
.stroy_area article > ul li .txt_wrap p {
    font-size: 16px;
    font-weight: 300;
    color: #666;
    white-space: nowrap; 
    overflow: hidden; 
    text-overflow: ellipsis; 
    white-space: normal; 
    line-height: 1.4; 
    height: 4.2em; 
    text-align: left; 
    word-wrap: break-word; 
    display: -webkit-box; 
    -webkit-line-clamp: 3; 
    -webkit-box-orient: vertical;
    margin: 0 0 50px;
}
.stroy_area li .txt_wrap button {
    background: transparent;
    border: none;
    cursor: pointer;
	position: absolute;bottom: 20px;
}
.stroy_area li .txt_wrap button span {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 400;
    float: left;
}
.stroy_area li .txt_wrap button img {
    float: left;
    transform: translate(0,-6px);
    margin: 0 0 0 10px;
}

/*220329_최팀장님요청 팝업삽입스타일추가_start*/
.layer_popup img {
  width: 100% !important;
  height: auto !important;
}
/*220329_최팀장님요청 팝업삽입스타일추가_end*/
.blind {    display: none !important;}