@charset "utf-8";


.pcbr {
    display: none;
}

.ptbr {
    display: none;
}

.tbbr {
    display: none;
}

.tmbr {
    display: block;
}

.mbbr {
    display: block;
}


/* 메인 팝업 */
.main_layer_popup {
    width: 80% !important;
    left: 50% !important;
    top: 50px !important;
    transform: translateX(-50%);
}

.main_layer_popup .popupContent {
    height: 100% !important;
}

.main_layer_popup img {
    width: 100%;
}

#wrap, #container {
    width: 100%;
    position: relative;
    overflow: hidden;
}

#contents {
    position: relative;
}

/* header */
#header {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 3%;
    box-sizing: border-box;
    transition: all 0.3s;
}

#header .top_menu {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    text-align: right;
    padding: 12px 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: 0 auto;
    margin-top: 25px;
    position: relative;
}

#header .gnb .logo {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 101;
}

#header .gnb .logo img {
    width: 107px;
}

#header .gnb .menu {
    position: relative;
    z-index: 100;
    display: none;
}

#header .gnb .menu > ul {
    text-align: center;
}

#header .gnb .menu > ul > li {
    display: inline-block;
}

#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:last-child:after {
    display: none;
}

#header .gnb .menu > ul > li > a {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.8);
    font-family: "Montserrat";
    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 > li {
    display: inline-block;
    padding: 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);
}


/* 다국어 버튼 */
.all_nav_wrap {
    position: absolute;
    right: 0;
    top: 0;
}

.lang_wrap {
    position: relative;
    top: 0;
    right: 50px;
    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: 6px;
    right: 0;
    width: 25px;
    height: 12px;
    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: -2px;
}

.menu-trigger span.n2 {
    top: 5px;
    right: 0;
    width: 18px;
}

.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, 1);
    z-index: 100;
    box-sizing: border-box;
    padding: 70px 3%;
}

.all_menu > ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    border-top: 1px solid #cdcece;
    border-bottom: 1px solid #cdcece;
}

/* .all_menu > ul:after {content:""; display:block; clear:both;} */
.all_menu > ul > li {
    display: inline-block;
    padding: 20px 3%;
    width: 50%;
    text-align: left;
    border-bottom: 1px solid #cdcece;
    box-sizing: border-box;
    padding-left: 40px;
}

.all_menu > ul > li:nth-child(5) {
    border-bottom: 0;
}

.all_menu > ul > li > a {
    font-family: "Montserrat";
    font-weight: 600;
    font-size: 16px;
    letter-spacing: -0.1px;
    color: #000000;
    display: block;
}

.all_menu > ul > li > a:after {
    content: "";
    display: block;
    width: 18px;
    height: 2px;
    background: #000000;
    margin: 10px 0;
}

.all_menu > ul > li > .all_subMenu > li {
    margin-bottom: 4px;
}

.all_menu > ul > li > .all_subMenu > li:last-child {
    margin-bottom: 0;
}

.all_menu > ul > li > .all_subMenu > li > a {
    display: block;
    font-size: 12px;
    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: 180px;
    background: rgba(17, 17, 17, 0.7);
    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: 3%;
    bottom: 30px;
    z-index: 10;
}

.btn_top.fixed {
    position: absolute;
    bottom: auto;
    top: -30px;
}

.btn_top img {
    width: 40px;
}

#footer {
    width: 100%;
    position: relative;
    background: #4e4e4e;
    padding: 15px 3%;
    box-sizing: border-box;
}

#footer .footer_con {
    width: 100%;
    overflow: hidden;
    position: relative;
}

#footer .footer_con h1 {
    display: block;
    margin-bottom: 13px;
}

#footer .footer_con h1 img {
    width: 121px;
}

#footer .footer_con .info {
}

#footer .footer_con .info ul {
    overflow: hidden;
    display: inline-block;
}

#footer .footer_con .info ul li,
#footer .footer_con .info ul li a {
    float: left;
    font-size: 12px;
    letter-spacing: -0.3px;
    color: rgba(255, 255, 255, 0.7);
}

#footer .footer_con .info ul li {
    line-height: 100%;
    margin-bottom: 5px;
}

#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: 12px;
    letter-spacing: -0.3px;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 10px;
}

#footer .footer_con .info .copyright {
    font-family: "Montserrat";
    font-size: 11px;
    letter-spacing: -0.3px;
    color: rgba(255, 255, 255, 0.3);
    font-weight: 600;
}

#footer .footer_con .sns_wrap {
    position: absolute;
    top: 0;
    right: 0;
}

#footer .footer_con .sns_wrap a {
    display: inline-block;
}

#footer .footer_con .sns_wrap a img {
    width: 27px;
}


/* main visual */
.main_visual {
    width: 100%;
}

.main_visual .back {
    background: rgba(0, 0, 0, 0.35);
    position: absolute;
    min-height: calc(100vh - 70px);
    width: 100%;
    top: 0;
}

.main_visual .main_slide {
    width: 100%;
    min-height: calc(100vh - 70px);
}

.main_visual .bx-wrapper .bx-viewport {
    left: 0;
    border: none;
    box-shadow: none;
}

.main_visual .main_slide {
    position: relative;
}

.main_visual .main_slide ul li {
    position: relative;
    min-height: calc(100vh - 70px);
    width: 100%;
}

.main_visual .main_slide ul li .img1 {
    background: url('/images/main/m_main_text_full_bg.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 {
    width: 100%;
    height: 100%;
    min-height: calc(100vh - 70px);
    transform: scale(1);
    transition: all 4s;
}

.main_visual .main_slide ul li .img.on {
    transform: scale(1.03);
}

.main_visual .main_slide ul li .vod {
    width: 100%;
    height: 100%;
}

.main_visual .main_slide ul li .vod video {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background: #000000;
}

.main_visual .main_slide ul li .sub_img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.35);
}

.main_visual .main_slide ul li .sub_img img {
    position:absolute;
    max-width:100%; max-height:100%;
    width:auto; height:auto;
    margin:auto;
    top:0; bottom:0; left:0; right:0;
}

.main_visual .main_slide ul li .txt {
    position: absolute;
    top: 40%;
    left: 0;
    width: 100%;
    text-align: center;
}

.main_visual .main_slide ul li .txt .title1 {
    font-size: 10px;
    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: 30px;
    color: #ffffff;
    margin-bottom: 8px;
    font-weight: 600;
    /* transition:all 1s 0.4s; opacity:0; transform:translateY(30px); */
}

/* .main_visual .main_slide ul li .txt p {
	display:none;
	font-size:13px; color:rgba(255,255,255,0.9);
	letter-spacing:-0.25px; line-height:18px;
	transition:all 1s 0.8s; opacity:0; transform:translateY(30px);
	} */
.main_visual .main_slide ul li .txt p {
    font-size: 14px;
    color: #ffffff;
    font-family: "Montserrat", "Noto Sans KR";
    letter-spacing: -0.25px;
    line-height: 21px;
    /* transition:all 1s 0.8s; opacity:0; transform:translateY(30px); */
}

/* .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: 26px;
    height: 26px;
    margin-top: -13px;
    z-index: 99;
    background-size: 100%;
}

.main_visual .bx-wrapper .bx-next {
    background: url("/images/main/main_next.png") no-repeat center;
    width: 26px;
    height: 26px;
    margin-top: -13px;
    z-index: 99;
    background-size: 100%;
}

.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: 9px;
    letter-spacing: 0.5px;
    color: #ffffff;
    font-family: "Montserrat";
    background: #b0b0b0;
    border-radius: 30px;
    width: 89px;
    line-height: 23px;
}

.title {
    text-align: center;
    font-family: "Montserrat";
    font-size: 12px;
    letter-spacing: 2px;
    color: #222222;
    font-weight: 600;
    margin-bottom: 15px;
}


/* section1 */
.section1 {
    overflow: hidden;
}

.section1 .conwrap {
    width: 100%;
    padding: 50px 0;
    display: block;
}

.section1 .conwrap .img {
    padding-bottom: 30px;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
    border-left: 1px solid #e0e0e0;
}

.section1 .conwrap .img img {
    width: 235px;
}

.section1 .conwrap .txt {
    text-align: center;
    width: 100%;
    box-sizing: border-box;
    border-right: 1px solid #e0e0e0;
}

.section1 .conwrap .txt .sub {
    font-family: "Montserrat";
    font-size: 9px;
    letter-spacing: 2.5px;
    color: #a6a6a6;
    font-weight: 500;
    margin-bottom: 15px;
}

.section1 .conwrap .txt p {
    font-size: 14px;
    line-height: 19px;
    color: #555555;
    margin-bottom: 15px;
}

.section1 .conwrap .txt h3 {
    font-family: "Montserrat";
    font-size: 18px;
    color: #000000;
    font-weight: 600;
    margin-bottom: 15px;
}

.section1 .conwrap .txt p.text2 {
    font-family: "Montserrat", "Noto Sans KR";
    font-size: 12px;
    line-height: 17px;
    letter-spacing: -0.1px;
    color: #999999;
    margin-bottom: 20px;
}

/* section2 */
.section2 {
    width: 100%;
    background: url("/images/main/section2_bg_m.png") no-repeat center top;
    background-size: cover;
    padding: 70px 0;
    position: relative;
}

.section2:before {
    content: "";
    display: block;
    width: 1px;
    height: 70px;
    background: #e0e0e0;
    position: absolute;
    top: -35px;
    left: 50%;
    transform: translateX(-50%);
}

.section2 .conwrap .con {
    width: 100%;
    margin: 0 auto 30px;
    box-sizing: border-box;
    padding: 0 3%;
}

.section2 .conwrap .con .img {
    width: 100%;
}

.section2 .conwrap .con .img img {
    width: 100%;
}

.section2 .conwrap .con .txt {
    width: 100%;
    text-align: right;
}

.section2 .conwrap .con .txt .box {
    box-sizing: border-box;
    background: #ffffff;
    padding: 25px;
    display: block;
    position: relative;
    z-index: 2;
    text-align: left;
}

.section2 .conwrap .con .txt .sub {
    font-family: "Montserrat";
    font-size: 9px;
    letter-spacing: 2.5px;
    color: #a6a6a6;
    font-weight: 500;
    margin-bottom: 10px;
}

.section2 .conwrap .con .txt h3 {
    font-family: "Montserrat";
    font-size: 24px;
    color: #000000;
    font-weight: 600;
    margin-bottom: 10px;
}

.section2 .conwrap .con .txt p {
    font-size: 12px;
    line-height: 17px;
    letter-spacing: -0.1px;
    color: #999999;
    margin-bottom: 10px;
    word-break: keep-all;
}

.section2 .conwrap .con .txt .arr_btn {
    display: inline-block;
    transition: all 0.2s;
}

.section2 .conwrap .con .txt .arr_btn img {
    width: 13px;
}

/* .section2 .conwrap .con .txt .arr_btn:hover {padding-left:10px;} */
.section2 .conwrap .slide_wrap {
    width: 100%;
    box-sizing: border-box;
}

.section2 .conwrap .slide_wrap .project_slide .slick-list {
}

.section2 .conwrap .slide_wrap .project_slide .slick-slide {
    margin: 0 5px;
}

.section2 .conwrap .slide_wrap .project_slide .slick-prev {
    position: absolute;
    left: 3%;
    bottom: 0;
    z-index: 100;
    width: 10px;
    height: 24px;
    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: 3%;
    bottom: 0;
    z-index: 100;
    width: 10px;
    height: 24px;
    background: url("/images/main/pr_next.png") no-repeat center;
    background-size: 100%;
    text-indent: -9999px;
    border: 0;
}

.section2 .conwrap .slide_wrap .project_slide .slick-dots {
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

.section2 .conwrap .slide_wrap .project_slide .slick-dots li {
    display: inline-block;
    margin-right: 15px;
}

.section2 .conwrap .slide_wrap .project_slide .slick-dots li:last-child {
    margin-right: 0;
}

.section2 .conwrap .slide_wrap .project_slide .slick-dots li button {
    width: 11px;
    height: 11px;
    background: #cccccc;
    border-radius: 50%;
    text-indent: -9999px;
    border: 0;
    transition: all 0.4s;
}

.section2 .conwrap .slide_wrap .project_slide .slick-dots li.slick-active button {
    background: #545454;
}

.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: 15px;
    color: #111111;
    padding-top: 5px;
}

.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;
    width: 13px;
    margin-left: 3px;
    margin-bottom: 3px;
}


/* section3 */
.section3 {
    width: 100%;
    background: url("/images/main/section3_bg_m.jpg") no-repeat center top;
    background-size: cover;
    padding: 50px 0 35px;
}

.section3 .conwrap {
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 0;
}

.section3 .conwrap .business_slide .slick-list {
    padding: 0 40% 0 0 !important;
}

.section3 .conwrap .business_slide .item {
    margin: 10px;
}

.section3 .conwrap .business_slide .item a {
    outline: 0 !important;
}

.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: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;
	opacity: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 .img .ico1 img {
    width: 40px;
}

.section3 .conwrap .business_slide .item .img .ico2 img {
    width: 41px;
}

.section3 .conwrap .business_slide .item .img .ico3 img {
    width: 42px
}

.section3 .conwrap .business_slide .item .txt {
    padding-top: 10px;
}

.section3 .conwrap .business_slide .item .txt .tit {
    font-size: 15px;
    letter-spacing: -0.05px;
    color: #000000;
    font-weight: 500;
    margin-bottom: 3px;
}

.section3 .conwrap .business_slide .item .txt p {
    font-size: 12px;
    letter-spacing: -0.05px;
    color: #999999;
    line-height: 17px;
    word-break: keep-all;
}


/* section4 */
.section4 {
    padding: 50px 3% 35px;
}

.section4 .conwrap {
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
}

.section4 .conwrap table {
    width: 100%;
    border-top: 1px solid #d3d3d5;
}

.section4 .conwrap table tr td {
    padding: 15px 0;
    border-bottom: 1px solid #d3d3d5;
}

.section4 .conwrap table tr .date {
    text-align: center;
    width: 50px;
}

.section4 .conwrap table tr .date .day {
    font-size: 30px;
    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: 12px;
    font-family: "Montserrat";
    font-weight: 300;
    letter-spacing: -0.25px;
    color: #858585;
    line-height: 100%;
}

.section4 .conwrap table tr .sbj {
    padding-left: 15px;
    box-sizing: border-box;
}

.section4 .conwrap table tr .sbj .txt_wrap .txt_sbj {
    font-size: 14px;
    letter-spacing: -0.25px;
    color: #666666;
    font-weight: 500;
    margin-bottom: 3px;
    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: 12px;
    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: 28px;
    height: 28px;
    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: 25px;
    text-align: center;
}















