@charset "utf-8";


.pcbr {
    display: block;
}

.ptbr {
    display: block;
}

.tbbr {
    display: none;
}

.tmbr {
    display: none;
}

.mbbr {
    display: none;
}


#wrap {
    overflow: hidden;
}

#wrap, #container {
    width: 100%;
    position: relative;
}

#contents {
    position: relative;
}


/* header */
#header {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    box-sizing: border-box;
    transition: all 0.3s;
}

#header .menu_wrap {
    padding-top: 5px;
    padding-bottom: 30px;
    position: relative;
}

#header .top_menu {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    text-align: right;
    padding: 10px 0;
    position: relative;
    z-index: 100;
    display: none;
}

#header .top_menu ul {
    font-size: 0;
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
}

#header .top_menu ul li {
    display: inline-block;
    position: relative;
}

#header .top_menu ul li:first-child:after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 7px;
    background: rgba(255, 255, 255, 0.3);
    margin: 0 10px;
}

#header .top_menu ul li a {
    font-family: "Montserrat";
    font-size: 11px;
    color: rgba(255, 255, 255, 0.6);
}

#header .gnb {
    max-width: 1400px;
    width: 100%;
    margin: 22px auto;
    position: relative;
}

#header .gnb .logo {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 101;
}

#header .gnb .menu {
    position: relative;
    z-index: 100;
}

#header .gnb .menu > ul {
    text-align: center;
}

/* #header .gnb .menu > ul > li {display:inline-block;} */
#header .gnb .menu > ul > li {
    display: inline-block;
    position: relative;
}

#header .gnb .menu > ul > li:after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 10px;
    background: rgba(255, 255, 255, 0.3);
}

#header .gnb .menu > ul > li:nth-child(5):after {
    display: none;
}

#header .gnb .menu > ul > li > a {
    font-size: 15pt;
    color: white;
    font-family: "MONTSERRAT-REGULAR";
    padding: 10px 25px;
}

/* #header .gnb .menu > ul > li > .subMenu {
	position:absolute; top:30px; left:0; padding:20px; z-index:2;
	width:100%; display:none; box-sizing:border-box;
	} */
#header .gnb .menu > ul > li > .subMenu {
    position: absolute;
    top: 58px;
    left: 0;
    padding: 20px 10px;
    z-index: 2;
    min-width: 700px;
    display: none;
    box-sizing: border-box;
    text-align: left;
}

#header .gnb .menu > ul > li:nth-child(3) > .subMenu {
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
}

#header .gnb .menu > ul > li:nth-child(5) > .subMenu {
    right: 0;
    left: auto;
    text-align: right;
}

#header .gnb .menu > ul > li > .subMenu > li {
    display: inline-block;
    padding: 0 15px;
}

#header .gnb .menu > ul > li > .subMenu > li > a {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.5);
    padding-bottom: 5px;
    font-family: "Montserrat", "Noto Sans KR";
    display: inline-block;
}

#header .gnb .menu > ul > li > .subMenu > li > a:hover {
    border-bottom: 1px solid rgba(255, 255, 255, 0.95);
}


/* 다국어 버튼 */
/* #header .gnb .lang_btn {
    position: absolute;
    top: 0;
    right: 10px;
    width: 200px;
    height: 18px;
    box-sizing: border-box;
    background: none;
    z-index: 501;
    cursor: pointer;
    display: inline-block;
}

#header .gnb .lang_btn > ul {
    text-align: center;
}

#header .gnb .lang_btn > ul > li {
    display: inline-block;
    position: relative;
}

#header .gnb .lang_btn > ul > li:after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 10px;
    background: rgba(255, 255, 255, 0.3);
}

#header .gnb .lang_btn > ul > li:last-child:after {
    display: none;
}

#header .gnb .lang_btn > ul > li > a {
    font-family: "Montserrat";
    font-size: 12px;
    color: rgba(255, 255, 255, 0.8);
    padding: 10px 10px;
} */

.all_nav_wrap {
    position: absolute;
    right: 0;
    top: 0;
}

.lang_wrap {
    position: relative;
    top: 0;
    right: 60px;
    box-sizing: border-box;
    background: none;
    z-index: 501;
    font-family: "Montserrat";
    font-size: 12px;
}

.lang_wrap.on .btn-lang {
    color: #000000;
}

.lang_wrap.on .btn-lang svg {
    fill: #000000;
}

.lang_wrap.on .btn-lang:before {
    border-top-color: #000000;
}

.lang_wrap.on .lang-list {
    background: rgba(0, 0, 0, .82);
    box-shadow: none;
}

.lang_wrap.on .lang-list li a {
    color: rgba(255, 255, 255, 0.8);
}

.lang_wrap .btn-lang {
    background: none;
    border: none;
    outline: none;
    font-family: "Montserrat";
    font-size: 12px;
    color: rgba(255, 255, 255, 0.8);
    position: relative;
    padding: 5px 18px 5px 5px;
    display: flex;
    align-items: center;
    transition: all 0.3s;
}

.lang_wrap .btn-lang svg {
    width: 13px;
    position: unset;
    margin-right: 5px;
    fill: #fff;
    transition: all 0.3s;
}

.lang_wrap .btn-lang:before {
    position: absolute;
    content: '';
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s;
    border-top: 6px solid rgba(255, 255, 255, 0.8);
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
}

.lang_wrap .btn-lang.active:before {
    transform: translateY(-50%) rotateZ(180deg);
}

.lang_wrap .lang-list {
    position: absolute;
    left: 0;
    width: 100%;
    padding: 7px 0;
    top: 27px;
    background: rgba(255, 255, 255, .9);
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, .4);
    border-radius: 3px;
    text-align: center;
    display: none;
}

.lang_wrap .lang-list li {
    margin: 7px 0;
}

.lang_wrap .lang-list li a {
    display: block;
}

.lang_wrap .lang-list li a:hover {
    text-decoration: underline;
}









/* 햄버거 버튼 */
.all_nav_btn {
    position: absolute;
    top: 4px;
    right: 0;
    width: 36px;
    height: 18px;
    box-sizing: border-box;
    background: none;
    z-index: 501;
    cursor: pointer;
}

.menu_trigger_wrap {
    width: 100%;
    height: 100%;
}

.menu-trigger,
.menu-trigger span {
    display: inline-block;
    box-sizing: border-box;
    cursor: pointer
}

.menu-trigger span {
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #fff;
}

.menu-trigger.active span {
    background: #fff;
}

.menu-trigger span.n1 {
    top: 0px;
    left: 0;
}

.menu-trigger.active span.n1 {
    top: 4px;
}

.menu-trigger span.n2 {
    top: 8px;
    right: 0;
    width: 25px;
}

.menu-trigger span.n3 {
    bottom: 0px;
    left: 0;
}

#header.on .menu-trigger span {
    background: #000000;
}


/* 라인이 하나로 합쳐졌다가 엑스자 만들기 */
.menu-trigger span.n1 {
    animation: menu-bar01 .75s forwards;
}

@keyframes menu-bar01 {
    0% {
        transform: translateY(8.5px) rotate(45deg);
    }
    50% {
        transform: translateY(8.5px) rotate(0);
    }
    100% {
        transform: translateY(0) rotate(0);
    }
}

.menu-trigger span.n2 {
    transition: all .25s;
    opacity: 1;
}

.menu-trigger span.n3 {
    animation: menu-bar02 .75s forwards;
}

@keyframes menu-bar02 {
    0% {
        transform: translateY(-9px) rotate(-45deg);
    }
    50% {
        transform: translateY(-9px) rotate(0);
    }
    100% {
        transform: translateY(0) rotate(0);
    }
}

.menu-trigger.active span.n1 {
    animation: active-menu-bar01 0.75s forwards;
}

@keyframes active-menu-bar01 {
    0% {
        transform: translateY(0) rotate(0);
    }
    50% {
        transform: translateY(2px) rotate(0);
    }
    100% {
        transform: translateY(7px) rotate(45deg);
    }
}

.menu-trigger.active span.n2 {
    opacity: 0;
}

.menu-trigger.active span.n3 {
    animation: active-menu-bar03 .75s forwards;
    width: 100%;
}

@keyframes active-menu-bar03 {
    0% {
        transform: translateY(0) rotate(0);
    }
    50% {
        transform: translateY(-5px) rotate(0);
    }
    100% {
        transform: translateY(-5px) rotate(-45deg);
    }
}

.all_menu {
    display: none;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.95);
    padding-top: 165px;
    padding-bottom: 135px;
    z-index: 100;
}

.all_menu > ul {
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
}

.all_menu > ul:after {
    content: "";
    display: block;
    clear: both;
}

.all_menu > ul > li {
    display: inline-block;
    padding: 50px 40px 30px;
    float: left;
    width: 20%;
    text-align: left;
    border-left: 1px solid #cdcece;
    box-sizing: border-box;
    min-height: 350px;
}

.all_menu > ul > li:last-child {
    border-right: 1px solid #cdcece;
}

.all_menu > ul > li > a {
    font-family: "Montserrat";
    font-weight: 600;
    font-size: 24px;
    letter-spacing: -0.1px;
    color: #000000;
    display: block;
}

.all_menu > ul > li > a:after {
    content: "";
    display: block;
    width: 26px;
    height: 2px;
    background: #000000;
    margin: 13px 0 30px;
}

.all_menu > ul > li > .all_subMenu > li {
    margin-bottom: 10px;
}

.all_menu > ul > li > .all_subMenu > li:last-child {
    margin-bottom: 0;
}

.all_menu > ul > li > .all_subMenu > li > a {
    display: block;
    font-size: 16px;
    letter-spacing: -0.25px;
    color: #777777;
}

.all_menu > ul > li > .all_subMenu > li:hover > a {
    color: #fb256c;
}

/* 다국어 버튼 */
.all_menu .all_lang_btn {
    position: absolute;
    top: 0;
    right: 10px;
    width: 200px;
    height: 18px;
    margin-top: 35px;
    box-sizing: border-box;
    background: none;
    z-index: 501;
    cursor: pointer;
    display: inline-block;
}

.all_menu .all_lang_btn > ul {
    text-align: center;
}

.all_menu .all_lang_btn > ul > li {
    display: inline-block;
    position: relative;
}

.all_menu .all_lang_btn > ul > li:after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 10px;
    background: #cdcece;
}

.all_menu .all_lang_btn > ul > li:last-child:after {
    display: none;
}

.all_menu .all_lang_btn > ul > li > a {
    font-family: "Montserrat";
    font-size: 12px;
    color: #777777;
    padding: 10px 10px;
}

#menu_bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 84px;
    background: rgba(17, 17, 17, 0.7);
    display: block;
    z-index: 100;
}

#menu_bg2 {
    position: absolute;
    left: 0;
    top: 84px;
    width: 100%;
    height: 65px;
    background: rgba(17, 17, 17, 0.4);
    display: none;
    z-index: 100;
}

#bg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(17, 17, 17, 0.7);
    display: none;
    z-index: 100;
}


/* pager */
.m00 .pager {
    margin: 50px 0 0px;
}

.m00 .pager ul {
    text-align: center;
    font-size: 0;
}

.m00 .pager ul li {
    display: inline-block;
    width: 38px;
    height: 38px;
    font-size: 16px;
    line-height: 38px;
    border: 1px solid #c9c9c9;
}

.m00 .pager ul li a {
    display: inline-block;
}

.m00 .pager ul li.prev {
    margin-right: 28px;
}

.m00 .pager ul li.next {
    margin-right: 3px;
    margin-left: 26px;
}

.m00 .pager ul li.num {
    margin-right: 2px;
}

.m00 .pager ul li.num a {
    color: rgba(0, 0, 0, 0.5);
    display: inline-block;
    width: 100%;
    height: 100%;
}

.m00 .pager ul li.num.on {
    border: 1px solid #272b69;
}

.m00 .pager ul li.num.on a {
    color: #272b69;
}


/* footer */
.btn_top {
    display: none;
    position: fixed;
    right: 30px;
    bottom: 30px;
    z-index: 10;
}

.btn_top.fixed {
    position: absolute;
    bottom: auto;
    top: -30px;
}

#footer {
    width: 100%;
    position: relative;
    background: #4e4e4e;
    padding: 50px 0 70px;
}

#footer .footer_con {
    max-width: 1400px;
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    position: relative;
}

#footer .footer_con h1 {
    display: inline-block;
    float: left;
    margin-right: 40px;
}

#footer .footer_con .info {
    float: left;
}

#footer .footer_con .info ul {
    overflow: hidden;
    display: block;
    margin-bottom: 5px;
}

#footer .footer_con .info ul:first-child {
    margin-bottom: 7px;
}

#footer .footer_con .info ul li,
#footer .footer_con .info ul li a {
    float: left;
    font-size: 14px;
    letter-spacing: -0.3px;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.7);
}

#footer .footer_con .info ul li {
    line-height: 100%;
}

#footer .footer_con .info ul li strong {
    font-weight: 600;
}

#footer .footer_con .info ul li:after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 9px;
    background: rgba(255, 255, 255, 0.3);
    margin: 0 8px;
}

#footer .footer_con .info ul li:last-child:after {
    display: none;
}

#footer .footer_con .info .address {
    font-size: 14px;
    letter-spacing: -0.3px;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 20px;
}

#footer .footer_con .info .copyright {
    margin-top: 10px;
    font-family: "Montserrat";
    font-size: 13px;
    letter-spacing: -0.3px;
    color: rgba(255, 255, 255, 0.3);
}

#footer .footer_con .sns_wrap {
    position: absolute;
    top: 0;
    right: 0;
}

#footer .footer_con .sns_wrap a {
    display: inline-block;
}


/* main visual */
.main_visual {
    width: 100%;
    height: 840px;
    overflow: hidden;
}

.main_visual .main_slide {
    width: 100%;
    height: 850px;
}

.main_visual .bx-wrapper .bx-viewport {
    left: 0;
    border: none;
    box-shadow: none;
}

.main_visual .main_slide ul {
    height: 850px;
}

.main_visual .main_slide ul li {
    width: 100%;
    height: 850px;
}

.main_visual .main_slide ul li .img {
    width: 100%;
    height: 850px;
    transform: scale(1);
    transition: all 4s;
}

.main_visual .main_slide ul li .img1 {
    background: url('/images/main/main_full_image_bg_op_40.png') no-repeat center, url('/images/main/main_full_image_phone.png') no-repeat center;
    background-size: cover, cover;
}

.main_visual .main_slide ul li .img.on {
    transform: scale(1.03);
}

.main_visual .main_slide ul li .sub_img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 850px;
    background: rgba(0, 0, 0, 0.35);
}

.main_visual .main_slide ul li .sub_img img {
    position: absolute;
    top: 50%;
    left: 100px;
    transform: translateY(-50%);
    text-align: left;
}

.main_visual .main_slide ul li .vod .sub_phone_img {
    position: absolute;
    top: 150px;
    width: 100%;
    height: 850px;
    text-align: center;
}

.main_visual .main_slide ul li .vod .sub_phone_img img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 339px;
    height: 632px;
}

.main_visual .main_slide ul li .vod .sub_phone_img .txt {
    position: absolute;
    top: 55%;
    width: 100%;
    transform: translateY(-50%);
}

.main_visual .main_slide ul li .vod .sub_phone_img .txt h2 {
    font-family: "MONTSERRAT_SEMIBOLD";
    font-size: 24px;
    margin-bottom: 0px;
    margin-left: -38px;
    font-weight: 600;
    line-height: 100%;
    color: black;
    /* transition:all 1s 0.4s; opacity:0; transform:translateY(30px); */
    /*text-shadow: 0 2px 5px rgba(0, 0, 0, 0.4)*/
}

.main_visual .main_slide ul li .vod .sub_phone_img .txt p {
    font-family: "Noto Sans CJK KR_Regular";
    font-size: 15pt;
    margin-left: -38px;
    letter-spacing: -0.25px;
    line-height: 35px;
    font-weight: 300;
    color: black;
    /* transition:all 1s 0.4s; opacity:0; transform:translateY(30px); */
    /*text-shadow: 0 2px 5px rgba(0, 0, 0, 0.4)*/
}

.main_visual .main_slide ul li .vod .sub_phone2_img {
    position: absolute;
    top: 270px;
    width: 100%;
    height: 850px;
    margin-left: -50px;
    text-align: center;
}

.main_visual .main_slide ul li .vod .sub_phone2_img img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 727px;
    height: 389px;
}

.main_visual .main_slide ul li .vod .sub_title_img {
    position: absolute;
    top: 200px;
    width: 100%;
    height: 850px;
    text-align: center;
}

.main_visual .main_slide ul li .vod .sub_title_img img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 402px;
    height: 45px;
}

.main_visual .main_slide ul li .vod {
    background: #000000;
    width: 100%;
    height: 850px;
    position: relative;
    margin-top: -5px;
}

.main_visual .main_slide ul li .vod video {
    width: 100%;
    height: 850px;
    /* position:absolute;
       top:50%; left:50%; right:0; transform:translate(-50%, -50%); */
}

.main_visual .main_slide ul li .vod .sub_back_img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 850px;
}

.main_visual .main_slide ul li .vod .sub_img1 {
    position: absolute;
    top: 15%;
    width: 100%;
    height: 850px;
    text-align: center;
}

.main_visual .main_slide ul li .vod .sub_img1 img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.main_visual .main_slide ul li .vod .sub_img2 {
    position: absolute;
    top: 230px;
    width: 100%;
    height: 850px;
    text-align: center;
}

.main_visual .main_slide ul li .vod .sub_img2 img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.main_visual .main_slide ul li .txt .txt1 {
    position: absolute;
    top: 50%;
    left: 210px;
    width: 100%;
    transform: translateY(-50%);
    text-align: left;
}

.main_visual .main_slide ul li .txt .txt1 h2 {
    font-family: "MONTSERRAT_SEMIBOLD";
    font-size: 34.43pt;
}

.main_visual .main_slide ul li .txt .txt1 p {
    font-family: "Noto Sans CJK KR_Regular";
    font-size: 20pt;
    line-height: 140%;
}

.main_visual .main_slide ul li .txt .txt2 {
    position: absolute;
    top: 50%;
    right: 10%;
    width: 100%;
    transform: translateY(-50%);
    text-align: right;
}

.main_visual .main_slide ul li .txt .txt2 h2 {
    font-family: "MONTSERRAT_SEMIBOLD";
    font-size: 30px;
    margin-bottom: 5px;
}

.main_visual .main_slide ul li .txt .txt2 p {
    font-family: "Noto Sans CJK KR_Regular";
    font-size: 20pt;
}

.main_visual .main_slide ul li .txt .txt3 {
    position: absolute;
    top: 80%;
    left: 0%;
    width: 100%;
    transform: translateY(-50%);
    text-align: center;
}

.main_visual .main_slide ul li .txt .txt3 p {
    font-family: "Noto Sans CJK KR_Regular";
    font-size: 20pt;
}

.main_visual .main_slide ul li .txt .title1 {
    font-size: 13px;
    letter-spacing: 4px;
    color: rgba(255, 255, 255, 0.7);
    font-family: "Montserrat";
    font-weight: 300;
    margin-bottom: 20px;
    /* transition:all 1s; opacity:0; transform:translateY(30px); */
}

.main_visual .main_slide ul li .txt h2 {
    font-family: "Montserrat";
    font-size: 31px;
    margin-bottom: 25px;
    font-weight: 600;
    line-height: 100%;
    /* transition:all 1s 0.4s; opacity:0; transform:translateY(30px); */
    /*text-shadow: 0 2px 5px rgba(0, 0, 0, 0.4)*/
}

.main_visual .main_slide ul li .txt .txt1 h2 {
    color: #ffffff;
}

.main_visual .main_slide ul li .txt .txt2 h2 {
    color: #000000;
}

.main_visual .main_slide ul li .txt .txt3 h2 {
    color: #000000;
}

.main_visual .main_slide ul li .txt p {
    font-size: 18px;
    letter-spacing: -0.25px;
    line-height: 35px;
    font-weight: 300;
    /* transition:all 1s 0.8s; opacity:0; transform:translateY(30px); */
    /*text-shadow: 0 2px 5px rgba(0, 0, 0, 0.4)*/
}

.main_visual .main_slide ul li .txt .txt1 p {
    color: rgba(255, 255, 255, 0.9);
}

.main_visual .main_slide ul li .txt .txt2 p {
    color: rgba(0, 0, 0, 0.9);
}

.main_visual .main_slide ul li .txt .txt3 p {
    color: rgba(0, 0, 0, 0.9);
}

/* .main_visual .main_slide ul li .txt.on .title1 {opacity:1; transform:translateY(0);}
.main_visual .main_slide ul li .txt.on h2 {opacity:1; transform:translateY(0);}
.main_visual .main_slide ul li .txt.on p {opacity:1; transform:translateY(0);} */

.main_visual .bx-wrapper .bx-prev {
    background: url("/images/main/main_prev.png") no-repeat center;
    width: 53px;
    height: 53px;
    margin-top: -26px;
    z-index: 99;
    left: 40px;
}

.main_visual .bx-wrapper .bx-next {
    background: url("/images/main/main_next.png") no-repeat center;
    width: 53px;
    height: 53px;
    margin-top: -26px;
    z-index: 99;
    right: 40px;
}

.main_visual .bx-wrapper .bx-pager {
    z-index: 99;
}

.main_visual .bx-wrapper .bx-pager .bx-pager-item {
    margin-right: 10px;
}

.main_visual .bx-wrapper .bx-pager .bx-pager-item:last-child {
    margin-right: 0;
}

.main_visual .bx-wrapper .bx-pager.bx-default-pager a {
    width: 22px;
    height: 7px;
    border: 1px solid #ffffff;
    border-radius: 20px;
    transition: all 0.4s;
}


/* 공통 적용 */
.viewmore {
    display: inline-block;
    text-align: center;
    font-weight: 500;
    font-size: 11px;
    letter-spacing: 0.5px;
    color: #ffffff;
    font-family: "Montserrat";
    background: #b0b0b0;
    border-radius: 30px;
    width: 126px;
    line-height: 34px;
}

.title {
    text-align: center;
    font-family: "Montserrat";
    font-size: 16px;
    letter-spacing: 2px;
    color: #222222;
    font-weight: 600;
    margin-bottom: 40px;
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.5s;
}


/* section1 */
.section1 .conwrap {
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
    padding: 85px 0;
    display: table;
}

.section1 .conwrap .img {
    display: table-cell;
    vertical-align: middle;
    padding: 60px 0;
    text-align: center;
    width: 50%;
    box-sizing: border-box;
    border-left: 1px solid #e0e0e0;
    transition: all 0.6s;
    transform: translateX(-30px);
    opacity: 0;
}

.section1 .conwrap .txt {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 50%;
    box-sizing: border-box;
    border-right: 1px solid #e0e0e0;
    transition: all 0.6s;
    transform: translateX(30px);
    opacity: 0;
}

.section1 .conwrap .txt .sub {
    font-family: "Montserrat";
    font-size: 11px;
    letter-spacing: 2.5px;
    color: #a6a6a6;
    font-weight: 500;
    margin-bottom: 30px;
}

.section1 .conwrap .txt p {
    font-size: 20px;
    line-height: 30px;
    color: #555555;
    margin-bottom: 25px;
}

.section1 .conwrap .txt h3 {
    font-family: "Montserrat";
    font-size: 28px;
    color: #000000;
    font-weight: 600;
    margin-bottom: 45px;
}

.section1.in-view .img {
    opacity: 1;
    transform: translateX(0);
}

.section1.in-view .txt {
    opacity: 1;
    transform: translateX(0);
}


/* section2 */
.section2 {
    width: 100%;
    background: #f4f4f4 url("/images/main/section2_bg.png") no-repeat center top;
    background-size: cover;
    padding: 155px 0 140px;
    position: relative;
}

.section2:before {
    content: "";
    display: block;
    width: 1px;
    height: 180px;
    background: #e0e0e0;
    position: absolute;
    top: -90px;
    left: 50%;
    transform: translateX(-50%);
}

.section2 .conwrap .con {
    display: table;
    width: 100%;
    max-width: 1920px;
    margin: 0 auto 80px;
}

.section2 .conwrap .con .img {
    display: table-cell;
    vertical-align: middle;
    width: 1185px;
    opacity: 0;
    transform: translateX(-30px);
    transition: all 1s 0.4s;
    position: relative;
}

.section2 .conwrap .con .img .color-bar .color-bar-background {
    background-image: url("/images/main/section2_img01.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.section2 .conwrap .con .img img {
    width: 100%;
}

.section2 .conwrap .con .txt {
    opacity: 0;
    transform: translateX(30px);
    transition: all 1s 0.4s;
}

.section2 .conwrap .con .txt .box {
    box-sizing: border-box;
    padding: 75px 70px;
    width: 550px;
    /* height: 350px; */
    box-sizing: border-box;
    margin-top: 130px;
    /* margin-left: -75px; */
    margin-left: -50px;
    position: relative;
    z-index: 2;
    background: #fff url(/images/main/main_project_txt_bg.gif) no-repeat right bottom;
    box-shadow: 0px 0px 8px 2px #00000017;
}

.section2 .conwrap .con .txt .sub {
    font-family: "Montserrat";
    font-size: 11px;
    letter-spacing: 0px;
    color: #a6a6a6;
    font-weight: 500;
    margin-bottom: 10px;
}

.section2 .conwrap .con .txt h3 {
    font-family: "Montserrat";
    font-size: 44px;
    color: #000000;
    font-weight: 600;
    margin-bottom: 30px;
}

.section2 .conwrap .con .txt p {
    font-size: 15px;
    line-height: 24px;
    color: #999999;
    margin-bottom: 25px;
}

.section2 .conwrap .con .txt .arr_btn {
    transition: all 0.2s;
    position: absolute;
    left: 72px;
    bottom: 55px;
}

.section2 .conwrap .con .txt .arr_btn:hover {
    padding-left: 10px;
}

.section2 .conwrap .slide_wrap {
    max-width: 1500px;
    width: 100%;
    margin: 0 auto;
    padding: 0 50px;
    box-sizing: border-box;
    opacity: 0;
    transition: all 1s 1s;
    transform: translateY(30px);
}

.section2 .conwrap .slide_wrap .project_slide .slick-list {
}

.section2 .conwrap .slide_wrap .project_slide .slick-slide {
    margin: 0 10px;
}

.section2 .conwrap .slide_wrap .project_slide .slick-prev {
    position: absolute;
    left: -35px;
    top: 45%;
    transform: translateY(-50%);
    width: 20px;
    height: 47px;
    background: url("/images/main/pr_prev.png") no-repeat center;
    background-size: 100%;
    text-indent: -9999px;
    border: 0;
}

.section2 .conwrap .slide_wrap .project_slide .slick-next {
    position: absolute;
    right: -35px;
    top: 45%;
    transform: translateY(-50%);
    width: 20px;
    height: 47px;
    background: url("/images/main/pr_next.png") no-repeat center;
    background-size: 100%;
    text-indent: -9999px;
    border: 0;
}

.section2 .conwrap .slide_wrap .project_slide .item .img {
    overflow: hidden;
}

.section2 .conwrap .slide_wrap .project_slide .item .img img {
    width: 100%;
    transform: scale(1);
    transition: all 0.3s;
}

.section2 .conwrap .slide_wrap .project_slide .item:hover .img img {
    transform: scale(1.1);
}

.section2 .conwrap .slide_wrap .item .txt {
    font-size: 22px;
    color: #111111;
    padding-top: 10px;
}

.section2 .conwrap .slide_wrap .item .txt .arr_btn {
    display: inline-block;
    margin-bottom: 1px;
    transition: all 0.2s;
}

.section2 .conwrap .slide_wrap .item:hover .txt .arr_btn {
    margin-left: 10px;
}

.section2 .conwrap .slide_wrap .item .txt .arr_btn img {
    display: inline-block;
    margin-left: 5px;
    margin-bottom: 3px;
}

.section2.in-view .title {
    opacity: 1;
    transform: translateY(0);
}

.section2.in-view .con .img {
    opacity: 1;
    transform: translateX(0);
}

.section2.in-view .con .txt {
    opacity: 1;
    transform: translateX(0);
}

.section2.in-view .slide_wrap {
    opacity: 1;
    transform: translateY(0);
}


/* section3 */
.section3 {
    width: 100%;
    background: url("/images/main/section3_bg.jpg") no-repeat center top;
    background-size: cover;
    padding: 100px 0 70px;
}

.section3 .conwrap {
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
}

.section3 .conwrap .business_slide {
    overflow: hidden;
}

.section3 .conwrap .business_slide .item {
    opacity: 0;
    transform: translateY(30px);
    display: inline-block;
    width: 27%;
    margin-right: 9.333%;
    float: left;
}

.section3 .conwrap .business_slide .item a {
    outline: 0 !important;
}

.section3 .conwrap .business_slide .item:nth-child(1) {
    transition: all 0.8s 0.3s;
}

.section3 .conwrap .business_slide .item:nth-child(2) {
    transition: all 0.8s 0.6s;
}

.section3 .conwrap .business_slide .item:nth-child(3) {
    margin-right: 0;
    transition: all 0.8s 0.9s;
}

.section3 .conwrap .business_slide .item:nth-child(4) {
    clear:left;
    margin-top: 5%;
    /* margin-left: 15%; */
    transition: all 0.8s 1.2s;
}

.section3 .conwrap .business_slide .item:nth-child(5) {
    margin-top: 5%;
    /* margin-right: 0; */
    transition: all 0.8s 1.5s;
}

.section3 .conwrap .business_slide .item:nth-child(6) {
    margin-top: 5%;
    margin-right: 0;
    transition: all 0.8s 1.8s;
}

.section3 .conwrap .business_slide .item .img {
    position: relative;
    z-index: 0;
}

.section3 .conwrap .business_slide .item .img > img {
    width: 100%;
}

.section3 .conwrap .business_slide .item .img:before {
    display: block;
    content: "";
    width: 1px;
    height: 100%;
    background: #ddd;
    position: absolute;
    left: 100%;
    top: 0;
    transform: translateX(63px);
}

.section3 .conwrap .business_slide .item:last-child .img:before {
    display: none;
}

.section3 .conwrap .business_slide .item .img:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: url("/images/main/section3_hover_bg.png") repeat-y center;
    background-size: 100%;
    opacity: 0.1;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transition: all 0.3s;
}

.section3 .conwrap .business_slide .item:hover .img:after {
    opacity: 1;
}

.section3 .conwrap .business_slide .item .img .ico {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

.section3 .conwrap .business_slide .item .txt {
    padding-top: 10px;
}

.section3 .conwrap .business_slide .item .txt .tit {
    font-size: 22px;
    letter-spacing: -0.05px;
    color: #000000;
    font-weight: 500;
    margin-bottom: 3px;
}

.section3 .conwrap .business_slide .item .txt p {
    font-size: 15px;
    letter-spacing: -0.05px;
    color: #999999;
    line-height: 24px;
    word-break: keep-all;
}

.section3.in-view .title {
    opacity: 1;
    transform: translateY(0);
}

.section3.in-view .conwrap .business_slide .item:nth-child(1) {
    opacity: 1;
    transform: translateY(0);
}

.section3.in-view .conwrap .business_slide .item:nth-child(2) {
    opacity: 1;
    transform: translateY(0);
}

.section3.in-view .conwrap .business_slide .item:nth-child(3) {
    opacity: 1;
    transform: translateY(0);
}

.section3.in-view .conwrap .business_slide .item:nth-child(4) {
    opacity: 1;
    transform: translateY(0);
}

.section3.in-view .conwrap .business_slide .item:nth-child(5) {
    opacity: 1;
    transform: translateY(0);
}

.section3.in-view .conwrap .business_slide .item:nth-child(6) {
    opacity: 1;
    transform: translateY(0);
}

/* section4 */
.section4 {
    padding: 100px 0 70px;
}

.section4 .conwrap {
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
}

.section4 .conwrap table {
    width: 100%;
    border-top: 1px solid #d3d3d5;
    opacity: 0;
    transform: translateY(30px);
    transition: all 1s 0.2s;
}

.section4 .conwrap table tr td {
    padding: 25px 0;
    border-bottom: 1px solid #d3d3d5;
}

.section4 .conwrap table tr .date {
    text-align: center;
    width: 120px;
}

.section4 .conwrap table tr .date .day {
    font-size: 40px;
    letter-spacing: -0.25px;
    line-height: 100%;
    color: #222222;
    font-weight: 600;
    font-family: "Montserrat";
    margin-bottom: 5px;
}

.section4 .conwrap table tr .date .ym {
    font-size: 15px;
    font-family: "Montserrat";
    font-weight: 300;
    letter-spacing: -0.25px;
    color: #858585;
    line-height: 100%;
}

.section4 .conwrap table tr .sbj {
    padding-left: 30px;
    box-sizing: border-box;
}

.section4 .conwrap table tr .sbj .txt_wrap .txt_sbj {
    font-size: 21px;
    letter-spacing: -0.25px;
    color: #666666;
    font-weight: 500;
    margin-bottom: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
}

.section4 .conwrap table tr .sbj .txt_wrap p {
    font-size: 15px;
    letter-spacing: -0.25px;
    color: #999999;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
}

.section4 .conwrap table tr .more .more_btn {
    display: inline-block;
    width: 40px;
    height: 40px;
    text-indent: -9999px;
    background: url("/images/main/bbs_more.png") no-repeat center;
    background-size: 100%;
    transition: all 0.3s;
}

.section4 .conwrap table tr:hover .more .more_btn {
    background: url("/images/main/bbs_more_on.png") no-repeat center;
    background-size: 100%;
}

.section4 .conwrap .btn_wrap {
    margin-top: 40px;
    text-align: center;
    opacity: 0;
    transition: all 1s 0.4s;
    transform: translateY(30px);
}

.section4.in-view .title {
    opacity: 1;
    transform: translateY(0);
}

.section4.in-view .conwrap table {
    opacity: 1;
    transform: translateY(0);
}

.section4.in-view .conwrap .btn_wrap {
    opacity: 1;
    transform: translateY(0);
}


