.sub_tit_wrap {
    padding: 50px 0 30px;
    text-align: center;
}
.sub_tit_wrap strong {
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-size: 28px;
    font-weight: 600;
}
.sub_tit_wrap strong + em {
    font-size: 14px;
}
.sub_tit_wrap h4 {
    display: block;
    font-family: "BMDOHYEON";
    font-size: 28px;
    margin: 10px 0 0;
}
.sub_tit_wrap p {
    font-size: 14px;
    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%;
}
.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 .swiper-slide > div {
    position: absolute;
    width: calc(100% - 30px);
    left: 50%;
    top: 140px;
    transform: translate(-50%,0);
    z-index: 2;
}
.main_banner_area .txt_wrap {
    position: relative;
    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 10px;
}
.main_banner_area .txt_wrap h2 {
    font-family: "BMDOHYEON";
    color: #fff;
    font-size: 24px;
    margin: 0 0 20px;
}
.main_banner_area .txt_wrap span {
    position: relative;
    display: inline-block;
    padding: 0 15px 0 40px;
    color: #fff;
    font-size: 14px;
    font-weight: 300;
}
.main_banner_area .txt_wrap span br {
    display: none;
}
.main_banner_area .txt_wrap span::after {
    content: "";
    position: absolute;
    left: 0px;
    top: 10px;
    width: 30px;
    height: 2px;
    background: #fff;
}
.main_banner_area .swiper-tool_wrap {
    position: absolute;
    width: auto;
    top: 80px;
    left: 15px;
    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: block;
    width: 200px;
    height: 1px;
    background: rgba(255,255,255,0.3);
    transform: translate(0,-4px);
    margin: 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;
    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-container {
    padding: 0 20px;
}
.gallery_area .swiper-slide .img_wrap {
    position: relative;
    width: 100%;
    height: 84vw;
    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% - 30px);
    left: 50%;
    bottom: -30px;
    transform: translate(-50%,0);
   /* background: #fff;*/  background: #167acf;
    padding: 10px;
    text-align: center;
    z-index: 3;
    visibility: hidden;
    opacity: 0;
    transition: .5s ease;
}
.gallery_area .swiper-slide-active .txt_wrap {
    transform: translate(-50%,0);
    visibility: visible;
    bottom: 20px;
    opacity: 1;
}
.gallery_area .swiper-slide .txt_wrap p {
    font-weight: 300;
    font-size: 14px;
}
.gallery_area .swiper-slide .txt_wrap h4 {
    font-size: 18px;
    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 15px;
    color: #666;
}
.gallery_area .swiper-slide .txt_wrap button {
    /*background: transparent;*/background: #fff;
    cursor: pointer;
    border: none;
    font-weight: 500;
	color:#167acf;
	border-radius: 20px;
	font-size: 14px;
	padding: 2px 16px;
}
.gallery_area .swiper-button-wrap {
    z-index: 4;
}
.gallery_area .swiper-button-wrap > div {
    width: 30px;
    height: 30px;
    background: rgba(255,255,255,0.5);
    border-radius: 50%;
}
.gallery_area .swiper-button-wrap > div img {
    width: 35%;
}
.gallery_area .swiper-button-wrap > .swiper-button-prev {
    right: auto;
    left: 20px;
}
.gallery_area .swiper-button-wrap > .swiper-button-next {
    left: auto;
    right: 20px;
}

/* special_area */
.special_area {
    position: relative;
}
.special_area .bg {
    position: absolute;
    background: #f8f8f8;
    left: 0;
    top: -240px;
    width: 100%;
    height: 900px;
    z-index: -1;
}
.special_area article .sub_tit_wrap {
    margin: 0 auto;
}
.special_area article .swiper-container {
    padding: 0 40px 100px;
    width: 100%;
}
.special_area article .swiper-container .swiper-button {
    z-index: 3;
}
.special_area article .contents {
    position: relative;
    height: 400px;
}
.special_area article .contents img {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}
.special_area article .contents > .txt_wrap {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0 15px;
    margin: 0 auto;
    position: relative;
}
.special_area article .contents > .txt_wrap > div {
    position: absolute;
    left: 50%;
    top: 100px;
    width: calc(100% - 20px);
    padding: 20px 10px;
    background: #fff;
    transform: translate(-50%,0%);
}
.special_area article .contents > .txt_wrap > div .top_part {
    position: relative;
}
.special_area article .contents > .txt_wrap > div .top_part::before {
    content: "";
    position: absolute;
    min-width: 100px;
    width: 20vw;
    height: 2px;
    bottom: 0;
    left: -10px;
    background: #10c0b2;
}
.special_area article .contents > .txt_wrap > div .top_part span {
    font-family: "BMDOHYEON";
    display: block;
    color: #10c0b2;
    margin: 0 0 20px;
    font-size: 11px;
}
.special_area article .contents > .txt_wrap > div .top_part h4 {
    font-family: "BMDOHYEON";
    font-size: 17px;
    padding: 0 0 10px;
}
.special_area article .contents > .txt_wrap > div .middle_part {
    padding: 15px 0 30px;
}
.special_area article .contents > .txt_wrap > div .middle_part strong {
    display: block;
    font-size: 13px;
    font-weight: 500;
}
.special_area article .contents > .txt_wrap > div .middle_part p {
    display: block;
    font-size: 11px;
    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: 1px;
    height: 86% !important;
    top: 12px;
    left: 3px;
    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;
    width: 100%;
    float: left;
    padding: 0 0 0 20px;
    margin: 0 0 10px;
}
.special_area article .contents > .txt_wrap > div .bottom_part li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    width: 7px;
    height: 7px;
    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: inline-block;
    font-size: 11px;
    color: #999;
    font-weight: 300;
    margin: 0 5px 0 0;
    float: left;
}
.special_area article .contents > .txt_wrap > div .bottom_part li em + p {
    display: inline-block;
    font-size: 11px;
    float: left;
    font-weight: 300;
}
.special_area article .swiper-pagination-fraction {
    font-family: 'Montserrat', sans-serif;
    width: auto;
    bottom: auto;
    top: 10px;
    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;
    display:inline-block;
}
.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;
    display:none;
}
/* news_area */
.news_area article {
}
.news_area .list_wrap li {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 30vw;
    max-height: 400px;
    float: left;
    transition: .5s ease;
    overflow: hidden;
    min-height: 30vw;
}
.news_area .list_wrap li::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0,0,0,0.7);
    transition: .3s ease;
}

.news_area .list_wrap li.on {
    min-height: 320px;
    height: 80vw;
}
.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%);
    width: 100%;
    min-width: 500px;
}
.news_area .title {
    position: absolute;
    text-align: center;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: calc(100% - 30px);
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    z-index: 2;
    transition: .5s ease;
}
.news_area li.on .title {
    opacity: 0;
    visibility: hidden;
}

.news_area .title::after {
    content: "";
    position: absolute;
    width: 40px;
    bottom: -10px;
    height: 1px;
    background: #fff;
    left: 50%;
    transform: translate(-50%,0);
}
.news_area .txt_wrap {
    position: absolute;
    left: 50%;
    top: 50%;
    width: calc(100% - 20px);
    transition: .5s ease;
    transform: translate(-50%, 0);
    opacity: 0;
    visibility: hidden;
    z-index: 3;
}
.news_area li.on .txt_wrap {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%,-50%);
}
.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: 24px;
    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;
    font-size: 14px;
}
.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 {
    position: relative;
}
.stroy_area .bg {
    position: absolute;
    height: 570px;
    bottom: 0;
    right: 0;
    background: #f8f8f8;
    z-index: -1;
}
.stroy_area .more_view{
  position: absolute;
  right: 20px;
  top: 70px;
  font-size: 14px;
  color: #999;
  font-weight: 400;
}
.stroy_area .more_view img{
  width: 10px;
  margin-left: 3px;
}
.stroy_area article > ul li {
    position: relative;
    display: inline-block;
    width: 100%;
    float: left;
    margin: 0 0 10px;
}
.stroy_area article > ul li:last-child {
    margin: 0;
}
.stroy_area article > ul li .img_wrap {
    position: relative;
    width: 100%;
    /*height: 290px;*/height: 230px;
    overflow: hidden;
}
.stroy_area article > ul li .img_wrap img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    /*min-width: 440px;*/
}
.stroy_area article > ul li .txt_wrap {
	margin-top:10px;
/*    position: absolute;
    width: calc(100% - 20px);
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background: rgba(255,255,255,0.8);
    padding: 10px;
    transition: .5s ease;*/
}
.stroy_area article > ul li .txt_wrap strong {
    display: block;
    font-size: 24px;
    font-weight: 500;
    margin: 0 0 15px;
}
.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;
}
.stroy_area li .txt_wrap button span {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 600;
    float: left;
	color:#167acf;
}
.stroy_area li .txt_wrap button img {
    float: left;
    transform: translate(0,-6px);
    margin: 0 0 0 10px;
}
