@charset 'utf-8';
#container {
    background: url("/public/images/triangle2.svg") top right no-repeat;
    background-size: 68%;
    background-position: right 99.0521vw;
}
/* 레이아웃, 디자인 공통 */
.layout {
    width: 90%;
    max-width: 1400px;
    position: relative;
    margin: 0 auto;
}

.main-color {
    color: #0F4C81 !important;
}
.main-wrap {
    position: relative;
    z-index: 1;
}
.sub-top {
    display: -webkit-flex;
    display: flex;
    height: 880px;
    position: relative;
}
.sub-top .layout {
    position: unset;
}
.our-works .sub-top {
    margin-bottom: 185px;
}
.team .sub-top {
    margin-bottom: 110px;
}

.sub-visual {
    position: absolute;
    z-index: 0;
    right: 0;
    top: 0;
}
.sub-visual img {
    width: 100%;
}
.title-wrap-sub {
    margin-top: 220px;
    position: relative;
    z-index: 1;
}
.title-wrap-sub .sub-title {
    font-size: 18px;
    font-weight: 400;
    display: block;
}
.title-wrap-sub .title {
    width: 45%;
    font-size: 30px;
    font-weight: 500;
    margin: 20px 0 42px;
    line-height: 1.45;
}
.contact .title-wrap-sub {
    margin: 190px 0 80px;
}

.content {
    margin-top: 7.813rem;
    position: relative;
}
.section {
    margin-bottom: 150px;
    position: relative;
}
.section::after {
    content: "";
    display: table;
    clear: both;
}

.sub-menu {
    position: absolute;
    top: 70%;
}
.sub-menu h2 {
    font-weight: 600;
    margin-bottom: 23px;
    text-transform: uppercase;
}
.sub-menu ul {
    position: relative;
    width: 100%;
    display: table;
    padding-left: 37px;
}
.sub-menu ul::before {
    width: 1px;
    height: 111px;
    display: block;
    background-color: #C2C2C2;
    content: "";
    position: absolute;
    left: 5px;
    top: 6px;
}
.team .sub-menu ul::before {
    height: 47px;
}
.sub-menu ul::after {
    content: "";
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-right: 10px solid #989898;
    border-bottom: 5px solid transparent;
    position: absolute;
    left: 0;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    bottom: 17px;
}
.sub-menu li {
    margin-bottom: 13px;
    position: relative;
}
.sub-menu li a {
    font-size: 15px;
    color: #7B7B7B;
}
.sub-menu li a:hover {
    color: #0F4C81;
}
.our-works .sub-menu {
    width:60%;
    max-width:650px;
}
.our-works .sub-menu ul::before {
    height:90%
}
.our-works .sub-menu ul {
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
}
.our-works .sub-menu li {
    width:33.33%
}
    /* 레이아웃, 공통 미디어쿼리 */
    @media all and (max-width:1200px) {
        .title-wrap-sub {
            width: 50%;
        }
        .sub-visual {
            right: -30%;
        }
        .title-wrap-sub .title br {
            display: none;
        }
    }
    @media all and (max-width:1024px) {
        .sub-top {
            height: 750px;
        }
        .our-works .sub-top {
            margin-bottom: 135px;
        }

        .our-works .sub-visual {
            width: 83%;
        }
        .team .sub-visual {
            width: 90%;
        }

        .title-wrap-sub {
            margin-top: 130px;
        }
        .title-wrap-sub .title {
            width: 100%;
            font-size: 30px;
        }

        .sub-menu {
            top: 60%;
        }
        .sub-menu h2 {
            margin-bottom: 10px;
        }
        .sub-menu ul::before {
            height: 87px;
        }
        .team .sub-menu ul::before {
            height: 34px;
        }
        .sub-menu ul::after {
            bottom: 9px;
        }
        .sub-menu li {
            margin-bottom: 6px;
        }

        .our-works .sub-menu {
            width:50%;
        }
    }
    @media all and (max-width:1000px) {
        #container {
            background-size: 80%;
            background-position: right 179.0521vw;
        }
        .section {
            margin-bottom: 100px;
        }

        .sub-top {
            height: 550px;
        }
        .our-works .sub-top {
            margin-bottom: 125px;
        }
        .team .sub-top {
            margin-bottom: 40px;
        }

        .sub-visual {
            overflow-x: hidden;
            right: -28%;
        }
        .contact .sub-visual {
            width: 90%;
        }

        .title-wrap-sub {
            width: 60%;
            margin-top: 90px;
        }
        .team .title-wrap-sub {
            width: 50%;
        }
        .contact .title-wrap-sub {
            width: 50%;
            margin: 90px 0 40px;
        }
        .title-wrap-sub .title {
            width: 100%;
            font-size: 26px;
            margin: 15px 0 25px;
        }

        .sub-menu {
            top: 70%;
        }
        .sub-menu h2 {
            margin-bottom: 7px;
        }
        .sub-menu ul::before {
            height: 93px;
        }
        .team .sub-menu ul::before {
            height: 34px;
        }
        .sub-menu ul::after {
            bottom: 9px;
        }
        .sub-menu li {
            margin-bottom: 3px;
        }
        .sub-menu li a {
            font-size: 14px;
        }
        .our-works .sub-menu {
            width: 40%;
        }
        .our-works .sub-menu li {
            width: 50%;
        }
    }
    @media all and (max-width:640px) {
        #container {
            background-size: 90%;
            background-position: right 289.0521vw;
        }

        .sub-top {
            height: auto;
        }
        .team .sub-top {
            margin-bottom: 90px;
        }
        .sub-visual {
            width: 95%;
            right: 0;
        }
        .our-works .sub-visual,
        .team .sub-visual {
            width: 95%;
        }

        .our-works .sub-visual {
            top: -30px;
        }

        .title-wrap-sub {
            width: 100%;
            margin-top: 347px;
            margin-bottom: 40px;
        }
        .team .title-wrap-sub {
            width: 100%;
        }
        .contact .title-wrap-sub {
            width: 70%;
        }
        .title-wrap-sub .title {
            font-size: 20px;
            margin: 15px 0 25px;
        }
        .title-wrap-sub .sub-title {
            font-size: 16px;
        }

        .sub-menu {
            top: auto;
            position: relative;
        }
        .our-works .sub-menu {
            width: 100%;
        }
        .sub-menu ul::before {
            height: 83px;
        }
        .team .sub-menu ul::before {
            height: 34px;
        }
        .sub-menu ul::after {
            bottom: 6px;
        }
    }
    
/* 공통 요소 */
.title-style1 {
    font-weight: bold;
    font-size: 45px;
    text-transform: uppercase;
}
.text-type1 {
    font-size: 15px;
    color: #7B7B7B;
}
.text-type2 {
    font-size: 16px;
    color: #7B7B7B;
}
#sub-content .title-style1 {
    font-size: 25px;
}

a.btn-line,
button.btn-line {
    width: 148px;
    height: 52px;
    border: 1px solid#707070;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
    margin: 0 auto;
}
a.btn-view {
    width: 245px;
}
a.btn-line:hover,
button.btn-line:hover {
    border: 1px solid#0F4C81;
    color: #0F4C81;
}

.slash-wrap {
    width:110px;
    height:203px;
    -webkit-transform: skewX(-45deg);
    -ms-transform: skewX(-45deg);
    transform: skewX(-45deg);
    position:absolute;
    z-index:0;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: baseline;
    left:0}
.slash-color {
    width: 44px;
    height: 100%;
    margin-right: 12px;
    background-color: #0F4C81;
}
.slash-gray {
    width: 10px;
    height: 69%;
    background-color: #EDEDED;
}
.slash-visual {
    bottom: -50px;
}
.slash-main {
    right: 109px;
    left: auto;
    z-index: 2;
}
.slash-sub {
    right: 109px;
    left: auto;
    z-index: 2;
}
.slash-ourworks {
    bottom: -85px;
}
.slash-team {
    bottom: -10px;
}
.slash-news {
    top: 0;
    right: -139px;
}
    /* 공통 요소 미디어쿼리 */
    @media all and (max-width:1024px) {
        .slash-wrap {
            width: 85px;
            height: 152px;
        }
        .slash-color {
            width: 40px;
            margin-right: 8px;
        }
        .slash-gray {
            width: 7px;
        }
        .slash-sub {
            right: 79px;
        }
        .slash-ourworks {
            bottom: -45px;
        }
        .slash-team {
            bottom: 52px;
        }
        .text-type2 br {
            display: none;
        }
    }
    @media all and (max-width:1000px) {
        .slash-wrap {
            display: none;
        }
        .slash-main {
            display: -webkit-flex;
            display: flex;
        }
        .slash-ourworks {
            bottom: 68px;
            right: 62px;
        }
    }
    @media all and (max-width:640px) {
        .title-style1 {
            font-size: 25px;
        }
        a.btn-line {
            width: 118px;
            height: 42px;
        }
        a.btn-view {
            width: 200px;
        }

        .slash-main {
            width: 72px;
            height: 111px;
            right: 15px;
        }
        .slash-ourworks {
            bottom: -10px;
        }
        .slash-color {
            width: 34px;
            margin-right: 8px;
        }
        .slash-gray {
            width: 6px;
        }
        .slash-visual {
            bottom: 8px;
        }
        .text-type2 {
            font-size: 15px;
        }
        .main-visual .slick-next {
            bottom: 105px;
        }
    }

/* 메인 비주얼 */
.main-visual {
    width: 100%;
    margin-bottom: 100px;
}
.main-visual .layout {
    height: 100%;
    min-height: 995px;
    position: unset;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}
.main-visual .visual {
    max-width: 1000px;
    position: absolute;
    top: 0;
    right: 0;
}
.main-visual .visual img {
    width: 100%;
}
.main-visual .title-wrap {
    width: 63%;
    margin-top: -195px;
    position: relative;
    z-index: 1;
}
.main-visual .title-wrap h3 {
    font-size: 55px;
    font-weight: bold;
    text-transform: uppercase;
}
.main-visual .title-wrap h3 strong {
    font-weight: inherit;
    font-size: inherit;
}
/*.main-visual .title-wrap h2 img {max-width:153px}*/
.main-visual .text-wrap {
    margin-top: 65px;
}

.main-visual .text-wrap strong {
    display: block;
    font-size: 18px;
    font-weight: 500;
}
.main-visual .text-wrap .text-type1 {
    margin-top: 19px;
}
.color-selection {
    color: #0075C1;
}
.slash-color-main {
    background-color: #0075C1;
}
    /* 메인 비주얼 미디어쿼리 */
    @media all and (max-width:1200px) {
        .main-visual .visual {
            right: -30%;
        }
    }
    @media all and (max-width:1000px) {
        .main-visual {
            margin-bottom: 50px;
        }
        .main-visual .layout {
            min-height: 685px;
        }
        .main-visual .visual {
            width: 100%;
            right: -40%;
        }
        .main-visual .title-wrap {
            margin-top: 35px;
        }
        .main-visual .title-wrap h3 {
            font-size: 38px;
        }
        .main-visual .text-wrap {
            margin-top: 45px;
        }
        .main-visual .text-wrap .text-type1 br {
            display: none;
        }
    }
    @media all and (max-width:640px) {
        .main-visual .layout {
            min-height: 100vh;
            position: relative;
        }
        .main-visual .visual {
            width: 106%;
            right: -6%;
            top: 0;
        }
        .main-visual .title-wrap {
            width: 100%;
            margin-top: 0;
            position: absolute;
            left: 0;
            margin-top: 28%;
        }
        .main-visual .title-wrap h3 {
            font-size: 28px;
            line-height: 1.2;
        }
        .main-visual .title-wrap h2 img {
            max-width: 120px;
        }
        .main-visual .text-wrap {
            margin-top: 35px;
        }
        .main-visual .text-wrap .text-type1 {
            margin-top: 10px;
        }
    }
    @media all and (max-width:375px) {
        .main-visual .title-wrap {margin-top: 40%;}
    }

/* 도형 */
.figure {
    position: absolute;
    z-index: -1;
}
.figure img {
    width: 100%;
}
.figure1 {
    width: 70%;
    left: 0;
    max-width: 1123px;
    min-height: 1184px;
    top: 33.8542vw;
}
.figure2 {
    width: 80%;
    max-width: 1306px;
    right: 0;
    padding-top: 100%;
    top: 100.0521vw;
    text-align: right;
}
    /* 도형미디어쿼리 */
    @media all and (max-width:1600px) {
        .figure1 {
            width: 60%;
            top: 52.8542vw;
        }
        .team .figure1 {
            top: 44.8542vw;
        }
    }
    @media all and (max-width:1400px) {
        .figure1 {
            width: 50%;
            top: 54.8542vw;
        }
    }
    @media all and (max-width:1200px) {
        .figure1 {
            width: 60%;
            top: 72.8542vw;
        }
        .our-works .figure1 {
            width: 60%;
            top: 76.8542vw;
        }
    }
    @media all and (max-width:1000px) {
        .figure1 {
            width: 60%;
            top: 73.8542vw;
        }
        .our-works .figure1 {
            width: 60%;
            top: 79.8542vw;
        }
    }
    @media all and (max-width:640px) {
        .figure1 {
            top: 78.8542vw;
        }
    }

/* 메인 뉴스 */
.latest-news {
    margin-bottom: 222px;
}
.latest-news .title-style1 {
    text-transform: capitalize;
    font-size: 35px;
}
.latest-news .title-wrap {
    width: 20%;
    position: relative;
}
.latest-news .content-wrap {
    width: 80%;
}
.latest-news .content-wrap ul {
    width: 83.6%;
    float: right;
}
.latest-news .content-wrap ul li {
    width: 30%;
}
/*.latest-news .content-wrap ul li {width:42.5%}*/
.latest-news .content-wrap ul li p {
    margin-bottom: 40px;
    line-height: 1.6;
    font-family: 'Noto Sans KR', sans-serif;
}
.latest-news .content-wrap ul li .ellipsis {
    -webkit-line-clamp: 5;
}
.latest-news a.btn-line {
    position: absolute;
    bottom: 0;
}
    /* 메인 뉴스 미디어쿼리 */
    @media all and (max-width:1000px) {
        .latest-news .title-style1 {
            text-align: left;
            margin-bottom: 40px;
        }
        .latest-news .flex-nowrap {
            flex-wrap: wrap;
            -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
        }
        .latest-news .content-wrap,
        .latest-news .content-wrap ul,
        .latest-news .title-wrap {
            width: 100%;
            float: none;
            clear: both;
        }
        .latest-news .content-wrap ul li {
            width: 100%;
            margin-bottom: 40px;
        }
        .latest-news .content-wrap ul li p {
            margin-bottom: 20px;
        }
        .latest-news a.btn-line {
            bottom: -260px;
        }
    }
    @media all and (max-width:640px) {
        .latest-news {
            margin-bottom: 100px;
        }
        .latest-news .title-style1 {
            text-align: left;
            margin-bottom: 40px;
            font-size: 23px;
        }
        .latest-news .content-wrap ul li {
            width: 100%;
            margin-bottom: 30px;
        }
        .latest-news .content-wrap ul li .ellipsis {
            font-size: 15px;
            margin-bottom: 10px;
        }
        .latest-news a.btn-line {
            bottom: -400px;
        }
    }

/* ONE-STEP */
.one-step {
    margin-bottom: 210px;
}
.one-step .title-style1 {
    margin-bottom: 35px;
}
.one-step .title-wrap {
    text-align: center;
}
.one-step .title-wrap p,
.ourteam .title-wrap-p {
    font-size: 20px;
}
.one-step .content-wrap {
    margin: 120px 0 129px;
}
.one-step .counter .count-title {
    font-size: 70px;
    font-weight: 500;
    margin-bottom: 35px;
    text-align: center;
    color: #0F4C81;
}
.one-step .counter .count-text {
    text-align: center;
}
.one-step .counter .counter-sp {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    align-items: baseline;
    justify-content: center;
}
.one-step .counter .counter-sp .num {
    float: left;
    font-weight: bold;
    font-size: 18px;
    margin-left: 10px;
}
.one-step .counter .counter-sp .num img {
    width: 14px;
    margin: -3px 0 0 3px;
}
.one-step a.btn-line {
    margin: 0 auto;
}
    /* ONE-STEP  미디어쿼리 */
    @media all and (max-width:1000px) {
        .one-step {
            margin-bottom: 150px;
        }
        .one-step .title-wrap {
            text-align: left;
        }
        .one-step .title-wrap p,
        .ourteam .title-wrap-p {
            font-size: 20px;
        }
        .one-step .content-wrap {
            margin: 80px 0 0;
        }
        .one-step .content-wrap .flex-nowrap {
            flex-wrap: wrap;
            -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
            justify-content: space-between;
        }
        .one-step .content-wrap .flex-nowrap .counter {
            width: 45%;
            margin-bottom: 40px;
        }
        .one-step .counter .count-title {
            font-size: 50px;
            margin-bottom: 25px;
        }
        .one-step .counter .count-text {
            text-align: left;
        }
        .one-step .counter .counter-sp {
            justify-content: left;
        }
        .one-step a.btn-line {
            float: left;
        }
    }
    @media all and (max-width:640px) {
        .one-step {
            margin-bottom: 100px;
        }
        .one-step .title-style1 {
            margin-bottom: 23px;
        }
        .one-step .title-wrap p,
        .ourteam .title-wrap-p {
            font-size: 16px;
        }
        .one-step .title-wrap p br {
            display: none;
        }
        .one-step .content-wrap {
            margin: 70px 0 0;
        }
        .one-step .content-wrap .flex-nowrap .counter {
            margin-bottom: 30px;
        }
        .one-step .counter .count-title {
            font-size: 38px;
            margin-bottom: 20px;
            text-align: left;
        }
        .one-step .counter .count-text {
            font-size: 15px;
        }
        .one-step .counter .counter-sp .num {
            font-size: 15px;
            margin-left: 5px;
        }
        .one-step .counter .counter-sp .num img {
            width: 12px;
        }
    }

/* Our Team */
.ourteam.main-wrap {
    position: unset;
    min-height: 949px;
    margin-bottom: 181px;
}
.ourteam.main-wrap .ps-container {
    height: 752px;
}
.ourteam.main-wrap .ps-contentwrapper {
    top: 258px;
}
.ourteam .title-wrap {
    margin-bottom: 47px;
}
.ourteam .title-wrap .title-wrap-p {
    margin: 25px 0 10px;
}
.ourteam .title-wrap .text-type1 {
    color: #b6b6b6;
}
.ourteam .ps-container .ps-title {
    display: block;
    font-size: 60px;
    font-weight: bold;
    margin: 0 0 45px;
    color: #0F4C81;
}
.ourteam .ps-container .text-type2 {
    font-size: 16px;
    color: #2d2d2d;
}
    /* ONE-STEP  미디어쿼리 */
    @media all and (max-width:1000px) {
        .ourteam.main-wrap {
            min-height: 841px;
            margin-bottom: 0;
        }
        .ourteam .ps-title,
        .ourteam .text-type2,
        .ourteam .title-style1,
        .ourteam .title-wrap .text-type1,
        .ourteam .title-wrap .title-wrap-p {
            text-align: left;
        }
        .ourteam .ps-container .ps-title {
            margin: 25px 0 35px;
        }
        .ourteam .ps-container .text-type2 {
            margin-bottom: 46px;
        }
        .ourteam a.btn-line {
            float: left;
        }
    }
    @media all and (max-width:640px) {
        .ourteam.main-wrap {
            height: 691px;
            min-height: auto;
            margin-bottom: 0;
        }
        .ourteam .title-wrap {
            margin-bottom: 27px;
        }
        .ourteam .ps-container .ps-title {
            font-size: 35px;
            margin: 14px 0 22px;
        }
        .ourteam .text-type2 {
            margin-bottom: 30px;
        }
        .ourteam .ps-container .text-type2 {
            font-size: 15px;
        }
        .ourteam.main-wrap .ps-contentwrapper {
            top: 319px;
        }
    }
    @media all and (max-width:375px) {
        .ourteam.main-wrap .ps-contentwrapper {
            top: 279px;
        }
        .ourteam .ps-container nav {
            top: 47%;
        }
    }

/* Facebook */
.facebook {
    margin-bottom: 128px;
}
.facebook .title-wrap {
    margin-bottom: 80px;
}
.facebook h4 {
    font-size: 30px;
    font-weight: 500;
    margin: 25px 0 16px;
    line-height: 1.3;
}
.facebook .slick-list {
    padding-bottom: 0;
    margin: 0 -31px;
}
.facebook-list {
    border: 1px solid #DDDFE2;
    border-radius: 3px;
    background-color: #fff;
    margin: 0 31px;
}
/*.facebook-list .slick-slide {margin:0 34px}*/
.facebook-list * {
    font-family: Arial, sans-serif;
}
.facebook-list img {
    display: inline !important;
}
.facebook-list .bottom,
.facebook-list .top {
    padding: 12px;
}
.facebook-list .top .row {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
.facebook-list .top .logo {
    width: 40px;
    height: 40px;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid rgba(0,0,0,0.1);
    border-radius: 100%;
}
.facebook-list .top .logo img {
    width: 33px;
}
.facebook-list .top .top-title {
    padding-left: 8px;
}
.facebook-list .top .top-title .title {
    display: block;
    color: #385898;
    font-size: 14px;
    font-weight: bold;
    margin: 5px 0 4px;
}
.facebook-list .top .top-title .date {
    font-size: 12px;
    color: #616770;
}
.facebook-list .top .top-title .date img {
    margin-top: -2px;
}
.facebook-list .middle .text-wrap {
    padding: 0 12px;
    font-size: 14px;
    margin-bottom: 12px;
}
.facebook-list .middle .text-wrap span {
    font-size: 14px;
    color: #385898;
}
.facebook-list .middle .image-wrap img {
    width: 100%;
}
.facebook-list .bottom a {
    color: #606770;
    font-size: 13px;
}
.facebook-list .bottom .like1 {
    border-bottom: 1px solid #DADDE1;
    align-items: center;
    padding-bottom: 13px;
    margin-bottom: 11px;
}
.facebook-list .bottom .like1 img {
    margin: -3px 3px 0 0;
}
.facebook-list .bottom .like2 {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    justify-content: space-around;
}
.facebook-list .bottom .like2 li {
    align-items: center;
}
.facebook-list .bottom .like2 li a {
    align-items: center;
    font-weight: 600;
}
.facebook-list .bottom .like2 li a img {
    margin-right: 4px;
}
.facebook-slider {
    padding-top: 30px;
}
.facebook-slider .fs-next,
.facebook-slider .fs-prev {
    width: 71px;
    position: absolute;
    top: 10px;
}
.facebook-slider .fs-prev {
    right: auto;
    left: 0;
}
.facebook-slider .fs-next {
    right: 0;
    left: auto;
}
    /* facebook 미디어쿼리 */
    @media all and (max-width:1000px) {
        .facebook .title-wrap {
            margin-bottom: 40px;
            text-align: left;
        }
        .facebook h4 {
            font-size: 26px;
        }
        .facebook .slick-list {
            margin: 0 -20px;
        }
        .facebook-list {
            margin: 0 20px;
        }
    }
    @media all and (max-width:640px) {
        .facebook {
            margin-bottom: 90px;
        }
        .facebook .title-wrap {
            margin-bottom: 40px;
            text-align: left;
        }
        .facebook h4 {
            font-size: 20px;
        }
        .facebook-slider .slick-list {
            margin: 0 -10px;
        }
        .facebook-list {
            margin: 0 10px;
        }
        .facebook-slider .fs-next,
        .facebook-slider .fs-prev {
            width: 59px;
            font-size: 16px;
        }
        .facebook-slider .fs-next.slick-next img {
            margin: -3px 0 0 6px;
        }
        .facebook-slider .fs-prev.slick-prev img {
            margin: -3px 6px 0 0;
        }
    }


/* Our Works */
.our-works .sub-top {
    position: relative;
}
.our-works .sub-top .layout {
    position: unset;
}
.map-wrap .row,
.partner .row {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    justify-content: space-between;
}
.map-wrap .title-wrap,
.partner .title-wrap {
    width: 30%;
}
.map-wrap .title-wrap h3,
.partner .title-wrap h3 {
    margin-bottom: 40px;
}
.map-wrap .content-wrap,
.partner .content-wrap {
    width: 53%;
}
.partner .content-wrap ul {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: left;
}
.partner .content-wrap ul li {
    width: 33.33%;
    padding: 0 3%;
    text-align: center;
    margin-bottom: 86px;
}
.partner .partner-logo {
    height: 81px;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}
.partner .partner-logo img {
    width: 100%;
    max-width: 190px;
}
.partner .partner-name {
    display: block;
    color: #ABABAB;
    font-weight: 300;
    margin-top: 15px;
    text-transform: capitalize !important;
}
.dialog__content a.link,
.partner button {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.partner button:hover .partner-name {
    color: #0F4C81;
}
.dialog__content a.link,
.dialog__content h4,
.dialog__content p,
.dialog__content strong {
    color: #fff;
}
.dialog_wrap {
    border-bottom: 1px solid rgba(255,255,255,0.21);
    padding-bottom: 70px;
    margin-bottom: 25px;
}
.dialog__content h4 {
    font-size: 25px;
    font-weight: 500;
    text-transform: uppercase;
}
.dialog__content strong {
    display: block;
    margin: 31px 0 34px;
    font-weight: 300;
    text-transform: lowercase;
}
.dialog__content p {
    text-align: left;
    word-break: break-all;
    font-size: 16px;
    font-weight: 300;
}
.dialog__content a {
    font-size: 15px;
}
.dialog__content a.link:hover {
    text-decoration: underline;
}
.our-works a.btn-more {
    font-size: 15px;
    display: inline-block;
    float: right;
    color: #7B7B7B;
}
.our-works a.btn-more img {
    height: 9px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    margin-left: 5px;
}
    /* Our Works 미디어쿼리 */
        @media all and (max-width:1024px) {
        .partner .title-wrap {
            width: 35%;
        }
        .adviser .title-wrap h3,
        .partner .title-wrap h3 {
            font-size: 28px;
            margin-bottom: 30px;
        }
    }
    @media all and (max-width:1000px) {
        .map-wrap .row,
        .partner .row {
            -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        }
        .map-wrap .content-wrap,
        .map-wrap .title-wrap,
        .partner .content-wrap,
        .partner .title-wrap {
            width: 100%;
        }
        .partner .title-wrap {
            margin-bottom: 60px;
        }
        .adviser.partner .title-wrap h3,
        .ceo.partner .title-wrap h3 {
            margin-bottom: 0;
        }

        .partner .title-wrap .text-type2 br {
            display: none;
        }
        .partner .content-wrap ul li {
            margin-bottom: 60px;
        }
    }
    @media all and (max-width:640px) {
        .partner .content-wrap ul li {
            width: 48%;
            margin-bottom: 25px;
        }
        .partner .title-wrap {
            margin-bottom: 30px;
        }
        .adviser .title-wrap h3,
        .partner .title-wrap h3,
        .partner .title-wrap h3 {
            font-size: 24px;
            margin-bottom: 25px;
        }
        .partner .partner-name {
            display: none;
        }
        .our-works a.btn-more {
            float: none;
            margin: 20px auto 0;
        }
        .dialog_wrap {
            padding-bottom: 40px;
        }
    }


/* Team */
.team-list {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: left;
    align-items: center;
    cursor: pointer;
}
.team-list .img-wrap {
    width: 184px;
    height: 184px;
    margin-right: 90px;
    overflow: hidden;
    border-radius: 100px;
}
.team-list .img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}
.team-list:hover .img-wrap img {
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
}
.team-list .text-wrap .name {
    font-size: 20px;
    font-weight: 500;
}
.team-list .text-wrap .name span {
    display: block;
    font-size: 14px;
    font-weight: 300;
    color: #A5AEB4;
    margin-top: 10px;
}
.team-list .text-wrap .rank {
    display: block;
    font-size: 16px;
}

.ceo .team-list {
    margin-bottom: 100px;
}
.ceo .team-list .text-wrap {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: left;
    align-items: center;
}
.ceo .team-list .text-wrap .name {
    width: 182px;
    border-right: 1px solid #E6E6E6;
    margin-right: 30px;
}
.ceo .team-list:last-of-type {
    margin-bottom: 0 !important;
}

.adviser .title-wrap {
    width: 100%;
    margin-bottom: 60px;
}
.adviser .content-wrap {
    width: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.adviser .team-list {
    width: 53%;
    margin-bottom: 50px;
}
.adviser .team-list:nth-child(odd) {
    width: 47%;
}
.adviser .team-list .text-wrap .rank {
    margin-top: 20px;
}

.team-dialog .dialog__content {
    padding: 74px;
}
.team-dialog .dialog_wrap {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}
.team-dialog .dialog_wrap strong {
    border-bottom: 1px solid rgba(255,255,255,0.21);
    padding-bottom: 26px;
    margin-bottom: 26px;
    font-weight: 400;
}
.team-dialog ul li {
    text-align: left;
    color: #fff;
    position: relative;
    padding-left: 10px;
}
.team-dialog ul li::before {
    content: "";
    width: 2px;
    height: 2px;
    display: block;
    position: absolute;
    left: 0;
    background-color: #fff;
    top: 9px;
}
    /* Team 미디어쿼리 */
    @media all and (max-width:1300px) {
        .team-list .img-wrap {
            width: 164px;
            height: 164px;
            margin-right: 40px;
        }
        .ceo .team-list .text-wrap .name {
            width: 132px;
            margin-right: 30px;
        }
    }
    @media all and (max-width:1200px) {
        .ceo.partner .title-wrap {
            width: 35%;
        }
        .team-list .img-wrap {
            width: 144px;
            height: 144px;
        }
        .ceo .team-list {
            margin-bottom: 50px;
        }
    }
    @media all and (max-width:1100px) {
        .team-list .img-wrap {
            width: 120px;
            height: 120px;
        }
        .ceo .team-list .text-wrap .name {
            width: 122px;
            margin-right: 20px;
        }
    }
    @media all and (max-width:1000px) {
        .adviser .team-list,
        .adviser .team-list:first-of-type {
            width: 47%;
        }
        .adviser .team-list,
        .ceo .team-list {
            margin-bottom: 30px;
        }

        .team-list .img-wrap {
            width: 150px;
            height: 150px;
        }
        .ceo.partner .title-wrap {
            width: 100%;
        }
    }
    @media all and (max-width:640px) {
        .team-list .img-wrap {
            width: 120px;
            height: 120px;
        }
        .team-list .text-wrap .name {
            font-size: 18px;
        }
        .ceo .team-list .text-wrap .name {
            width: 100%;
            border-right: 0;
        }
        .ceo .team-list .text-wrap {
            display: block;
        }
        .adviser .team-list .text-wrap .rank,
        .ceo .team-list .text-wrap .rank {
            margin-top: 15px;
        }
        .adviser .team-list,
        .adviser .team-list:first-of-type {
            width: 100%;
            margin-bottom: 20px;
        }
        .adviser .title-wrap {
            margin-bottom: 30px;
        }
        .team-dialog .dialog__content {
            padding: 40px 30px;
        }
    }


/* NEWS */
.news {
    background: left 19.8542vw url("/public/images/triangle1.svg") no-repeat;
}
.news .news-top,
.policy .sub-top {
    margin: 190px 0 40px;
}
.news h2,
.policy h2 {
    font-size: 40px;
    font-weight: 700;
    letter-spacing: -1px;
}
.news h2 {
    font-family: 'Noto Sans KR', sans-serif;
}
.news .news-list {
    position: relative;
    z-index: 3;
}
.news .news-list .list {
    width: 100%;
    border: 1px solid #ddd;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s eas;
    margin-bottom: 20px;
    background-color: #fff;
    border-radius: 3px;
    overflow: hidden;
}
.news .news-list .list a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 25px 50px;
    font-family: 'Noto Sans KR', sans-serif;
}
.news .news-list .list a:hover {
    color: #0F4C81;
}
.news .news-list .list:hover {
    border: 1px solid #0F4C81;
}
.news .news-list .list p {
    width: 90%;
    line-height: 1.4;
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 15px;
}
.news .btn-line {
    margin-top: 60px;
}

.news-view {
    display: flex;
    justify-content: space-between;
}
.news-view .view-wrap {
    width: 76.5%;
    padding: 50px;
    border: 1px solid #ddd;
    border-radius: 3px;
    background-color: #fff;
    position: relative;
    z-index: 2;
}
.news-view .date {
    color: #A5AEB4;
    font-size: 15px;
    display: block;
}
.news-view .subject {
    font-size: 30px;
    margin: 5px 0 60px;
    font-family: 'Noto Sans KR', sans-serif;
}
.news-view .view-file {
    display: flex;
    flex-wrap: wrap;
    background-color: #f8f8f8;
    padding: 10px;
}
.news-view .view-file .file-list {
    padding: 10px 20px;
    font-size: 15px;
    border: 1px solid #e1e1e1;
    background-color: #FFFFFF;
    display: flex;
    align-items: center;
    color: #999999;
    border-radius: 10000px;
    transition: all ease-out 0.2s
}
.news-view .view-file .file-listt:not(:last-of-type) {
    margin-right: 10px;
}
.news-view .view-file .file-list svg {
    width: 15px;
    margin-right: 10px
}
.news-view .view-file .file-list svg Path {
    fill: #535353
}
.news-view .view-file .file-list:hover {
    border:1px solid #535353;
    color: #535353;
}
.news-view .view-content,
.news-view .view-content * {
    color: #7B7B7B;
    line-height: 1.5;
    text-align: left !important;
    font-family: 'Noto Sans KR', sans-serif !important;
    font-size: 15px !important;
    letter-spacing: normal !important;
}
.news-view .view-list-wrap {
    width: 20%;
}
.news-view .view-list-wrap.news-list .list a {
    padding: 20px;
}
.news-view .view-content a {
    word-break: break-all;
}
.news-view .view-content img {
    max-width: 969px
}
    /* NEWS 미디어쿼리 */
    @media all and (max-width:1200px) {
        .news .news-top {
            margin-top: 120px;
        }
        .news-view .view-wrap {
            width: 70%;
        }
        .news-view .view-list-wrap {
            width: 28%;
        }
        .news .news-list .list {
            margin-bottom: 10px;
        }
        .news-view .view-content img    {
            width:100% !important;
            height:auto !important
        }
    }
    @media all and (max-width:1000px) {
        .news {
            background-size: 60%;
        }
        .news .news-top {
            margin-top: 100px;
        }
        .news .news-list .list a {
            padding: 20px 30px;
        }
        .news-view .view-wrap {
            width: 67%;
            padding: 35px;
        }

        .news-view .view-list-wrap {
            width: 30%;
        }
        .news-view .subject {
            font-size: 27px;
            margin: 5px 0 50px;
        }
        .news-view .view-list-wrap.news-list .list a {
            padding: 14px;
            font-size: 14px;
        }
        .news-view .img_box_C,
        .news-view .iframe_img {
            width:100% !important;
            height:auto !important
        }
    }
    @media all and (max-width:640px) {
        .news .news-top {
            margin-top: 80px;
        }
        .news h2 {
            font-size: 30px;
        }

        .news .news-list {
            margin-top: 30px;
        }
        .news .news-list .list {
            margin-bottom: 10px;
        }
        .news .news-list .list a {
            padding: 15px 20px;
        }
        .news .btn-line {
            margin-top: 40px;
        }

        .news-view .subject {
            font-size: 23px;
            margin: 5px 0 40px;
        }
        .news-view .view-wrap {
            width: 100%;
            padding: 25px 20px;
        }
        .news-view .view-list-wrap {
            display: none;
        }
        .news-view .view-content img {
            width: 100%;
        }
    }

/* Contact */
.contact .sub-top,
.policy .sub-top {
    height: auto;
}
.contact .agree,
.contact .filebox,
.contact .input-type,
.contact .textarea-box {
    position: relative;
    margin-bottom: 20px;
    background-color: #fff;
}
.contact .agree,
.contact .input-type input[type=text],
.contact .textarea-box textarea,
.filebox .upload-name {
    width: 100%;
    padding: 25px 50px;
    border: 1px solid #DDDFE2;
    border-radius: 3px;
    -ms-transition: 0.2s;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}
.contact .filebox:hover .upload-name,
.contact .input-type:hover input[type=text],
.contact .textarea-box:hover textarea {
    border: 1px solid #0F4C81;
}
.contact .privacy-box {
    height: 200px;
    overflow-y: scroll;
}
.filebox {
    position: relative;
}
.filebox input[type="file"] {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}
.filebox label {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 59px;
    width: 98px;
    vertical-align: middle;
    cursor: pointer;
    border-radius: 3px;
}
/* named upload */
.filebox .upload-name {
    width: 100%;
    vertical-align: middle;
    background: transparent;
}
/* imaged preview */
.filebox .upload-display {
    margin-bottom: 5px;
}
.contact .input-type #captcha_section {
    position: absolute;
    top: 50%;
    right: 8px;
    transform: translateY(-50%);
}
.contact .input-type #captcha_section img {
    width: 100px;
}
    @media(min-width: 768px) {
        .filebox .upload-display {
            display: inline-block;
            margin-right: 5px;
            margin-bottom: 0;
        }
    }
.filebox.bs3-primary label {
    position: absolute;
    color: #fff;
    background-color: #7B7B7B;
    right:8px;
    top:8px
}
.contact .policy .sub-top {
    margin: 0;
}
.contact .policy .section {
    margin-bottom: 0;
}
.contact .policy h2 {
    font-size: 18px;
    font-weight: 500;
    color: #313131;
    margin-bottom: 20px;
    line-height: 1.5;
}
.contact .policy .layout {
    width: 100%;
}
.contact .agree .check-area {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #DCDCDC;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.agree .check-area input[type=checkbox] {
    width: 16px;
    height: 16px;
    border-radius: 100px;
    border: 1px solid #707070;
    margin-right: 8px;
    cursor: pointer;
    -ms-transition: 0.15s;
    -webkit-transition: 0.15s;
    transition: 0.15s;
    background: #fff;
    position: relative;
}
.agree .check-area label {
    font-weight: bold;
}
.agree .check-area input[type=checkbox]:hover {
    border: 1px solid #0F4C81;
}
.agree .check-area input[type=checkbox]:focus {
    background: #0F4C81;
    border: 1px solid #0F4C81;
}
.agree .check-area input[type=checkbox]:before {
    content: "";
    position: absolute;
    left: 2px;
    top: 3px;
    z-index: 1;
    width: 10px;
    height: 5px;
    border: 2px solid #FFFFFF;
    border-top-style: none;
    border-right-style: none;
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.45, 1.8, 0.5, 0.75);
    -moz-transition: -moz-transform 0.3s cubic-bezier(0.45, 1.8, 0.5, 0.75);
    transition: transform 0.3s cubic-bezier(0.45, 1.8, 0.5, 0.75);
    -webkit-transform: rotate(-45deg) scale(0, 0);
    -moz-transform: rotate(-45deg) scale(0, 0);
    -ms-transform: rotate(-45deg) scale(0, 0);
    -o-transform: rotate(-45deg) scale(0, 0);
    transform: rotate(-45deg) scale(0, 0);
}
.agree .check-area input[type=checkbox]:checked:before {
    -webkit-transform: rotate(-45deg) scale(1, 1);
    -moz-transform: rotate(-45deg) scale(1, 1);
    -ms-transform: rotate(-45deg) scale(1, 1);
    -o-transform: rotate(-45deg) scale(1, 1);
    transform: rotate(-45deg) scale(1, 1);
}
.agree .check-area input[type=checkbox]:after {
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    width: 16px;
    height: 16px;
    background: transparent;
    cursor: pointer;
}
.contact button.btn-line {
    margin-top:60px
}

.contact .map-wrap h3 {
    font-size:30px;
    font-weight:bold;
    text-transform: uppercase;
}
.contact .company-info,
.contact .add-title {
    display: -webkit-flex;
    display: flex;
    align-items: center; 
    flex-wrap: wrap
}
.contact .company-info li {
    display: -webkit-flex;
    display: flex;
    align-items: flex-start
}
.contact .company-info li:first-child {
    margin-bottom:10px
}
.contact .company-info li p,
.contact .company-info li a,
.address-info p {
    color:#7B7B7B;
    text-align:left;
    line-height:1.3
}
.contact .company-info li a:hover {
    color:#0F4C81
}
.contact .company-info li strong,
.address-info strong {
    font-weight:bold;
    color:#313131;
    line-height:1.3
}
.contact .company-info li strong {
    width:50px;
    margin-right:34px;
}
.contact .map {
    height:300px;
    overflow:hidden
}
.address-info {
    margin-bottom:60px
}
.address-info strong {
    margin-bottom:10px
}
.address-info:last-of-type {
    margin-bottom:0px
}
.contact .add-title {
    margin-bottom:20px;
    flex-direction: column;
    align-items: flex-start;
}

.wrap_controllers {
    display: none !important;
}
.root_daum_roughmap .border1,
.root_daum_roughmap .border2,
.root_daum_roughmap .border3,
.root_daum_roughmap .border4 {
    display: none !important;
}
.root_daum_roughmap {
    width: 100% !important;
}
    /* NEWS 미디어쿼리 */
    @media all and (max-width:1000px) {
        .contact .agree,
        .contact .filebox,
        .contact .input-type,
        .contact .textarea-box {
            margin-bottom: 10px;
        }

        .contact .input-type input[type=text],
        .contact .textarea-box textarea,
        .filebox .upload-name {
            padding: 10px 15px;
        }
        .textarea-box textarea {
            height: 200px;
        }
        .contact .agree {
            padding: 20px 15px;
        }
        .filebox label {
            width: 50px;
            height: 42px;
        }
        .filebox.bs3-primary label {
            top: 2px;
            right: 2px;
        }
        .contact .agree .check-area {
            justify-content: left;
        }
        .contact .agree .check-area label {
            font-size: 15px;
            line-height: 1.4;
        }
        .contact button.btn-line {
            margin-top: 40px;
        }

        .contact .company-info {
            flex-direction: column;
            justify-content: flex-start;
            align-items: normal;
            margin: 40px 0 20px;
        }
        .contact .company-info li {
            align-items: normal;
            margin-bottom: 10px;
        }

        .contact .map {
            height: 300px;
        }
        .root_daum_roughmap .wrap_map {
            height: 300px !important;
        }
    }
    @media all and (max-width:640px) {
        .contact .map-wrap h3 {
            font-size: 26px;
        }
        .contact .map {
            height: 200px;
        }
        .root_daum_roughmap .wrap_map {
            height: 200px !important;
        }
        .filebox label {
            width: 70px;
        }
        .filebox.bs3-primary label {
            font-size: 11px;
        }
        .contact .agree .check-area {
            align-items: flex-start;
        }
    }

/* 개인정보취급방침 */
.policy h3 {
    padding: 30px 0 15px;
}
.policy dd,
.policy dt,
.policy li,
.policy p,
.policy td,
.policy th {
    color: #7B7B7B;
    line-height: 1.5;
    font-size: 15px;
}
.policy dl,
.policy ul {
    margin-top: 0.8rem;
}
.policy dt,
.policy li {
    position: relative;
    margin-bottom: 0.5rem;
}
.policy p {
    margin-top: 0.5rem;
}
.policy .line-list > li {
    padding-left: 0.8rem;
}
.policy .line-list > li::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    line-height: 1.2;
}
.policy .line-list > li::before {
    content: "-";
}
.policy .table {
    width: 100%;
    margin-top: 20px;
    border: 1px solid #d9d9d9;
    border-width: 1px 1px 0 1px;
}
.policy .table td,
.policy .table th {
    border: 1px solid #d9d9d9;
    border-width: 0 1px 1px 0;
    text-align: left;
    padding: 0.5rem 0.8rem;
    text-align: center;
}
.policy .table td:nth-child(even),
.policy .table th:nth-child(even) {
    border-right: 0;
}
.policy .table th {
    background-color: #fafafa;
    border-right: 1px solid #d9d9d9;
}
    /* 개인정보취급방침 미디어쿼리 */
    @media all and (max-width:640px) {
        .policy dd,
        .policy dt,
        .policy li,
        .policy p,
        .policy td,
        .policy th {
            line-height: 1.5;
            font-size: 14px;
        }
        .contact .agree .check-area label {
            font-size: 14px;
        }
        .contact .policy h2 {
            font-size: 16px;
        }
    }