﻿.container .row {
    margin: 0;
}

a {
    color: #fff;
    text-decoration: none;
}

    a:hover {
        color: #fff;
        text-decoration: none;
    }


body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}


/*=========================================================
  레이아웃
=========================================================*/
.max_container {
    align-content: center;
    max-width: 1400px;
    margin: 0 auto;
    position: relative;
    padding: 0 60px;
}



/*=========================================================
  헤더
=========================================================*/



/* 헤더 컨텐츠
=========================================================*/


/* 로고==================
    =======================================*/
.logoSvg {
    display: block;
    position: absolute;
    top: 13%;
    left: 10%;
    width: 150px;
    position: absolute;
    left: 135px;
    margin-top: -17px;
    z-index: 200;
}


/* 로그인/마이페이지 메뉴======================================*/

.loginArea {
    position: absolute;
    right: 10%;
    top: 50%;
    margin-top: -20px;
    z-index: 600;
}

    .loginArea a {
        font-weight: 500;
    }

.menu-login {
    display: inline;
    padding-right: 5px;
    font-size: 0.6rem;
    font-weight: 500;
}

.menu-sepr {
    display: inline;
    font-size: 0.6rem;
    font-weight: 500;
    color: white;
}

.menu-myPage {
    display: inline;
    padding-left: 5px;
    font-size: 0.6rem;
    font-weight: 500;
}
/*=========================================================
메뉴바
=========================================================*/
.header_ct {
    padding: 35px 0 0px;
    position: absolute;
    width: 100%;
    z-index: 100;
    height: 88px;
    background: rgba(0,0,0,0.4);
}

.header_bg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 88px;
    z-index: 500;
}

.header_ct:after {
    content: "";
    display: table;
    clear: both;
}

.header_cont {
    height: 88px;
    max-width: 400px;
    margin: 0 auto;
    text-align: center;
    box-sizing: border-box;
}

nav#site-navigation {
    height: 88px;
    max-width: 704px;
    text-align: center;
    box-sizing: border-box;
    margin-top: -20px;
}

.main-menu {
    position: relative;
    float: left;
    width: 176px;
    text-align: center;
    box-sizing: border-box;
}

.main-navigation {

}

    .main-navigation .main-menu:after {
        content: "";
        display: table;
        clear: both;
    }


    .main-navigation .main-menu a:hover {
        font-weight: bold;
        text-decoration: none
    }

.main-menu {
    line-height: 1.4em;
    font-weight: normal;
    display: block;
    padding: 18px 25px 26px;
    text-align: center;
    width: 130px;
    font-size: 20px;
}



/*=========================================================
모바일 메뉴바
=========================================================*/

.menu_bar {
    width: 18px;
    height: 16px;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -8px;
    margin-right: 16px;
    display: none;
    z-index:1001;
}

    .menu_bar .item {
        display: block;
        width: 100%;
        height: 2px;
        background: #fff;
        margin-top: 5px;
    }

        .menu_bar .item:first-child {
            margin-top: 0;
        }

.mobileMenuArea {
    visibility: hidden;
}

.btnMobileMenuArea {
    visibility: hidden;
}

.Login .item {
    background: #063980;
}

.Other .item {
    background: #063980;
}



/*=========================================================
  헤더 반응형
=========================================================*/
@media screen and (max-width: 1280px) and (min-width: 1024px) {
    .header_row {
    }

        .header_row .header_ct {
            padding: 35px 0 0px;
        }

    .header_cont, .loginArea {
        display: none;
    }


    /* 로고================================================*/
    .logoSvg {
        top: 34%;
    }

        .logoSvg a {
            display: block;
            line-height: 0;
        }

    /* 햄버거메뉴================================================*/
    .menu_bar {
        display: block;
    }


    .loginArea .menu-login, .menu-myPage, .menu-sepr {
        margin-right: 0;
        float: none;
    }


}

@media screen and (max-width: 1023px) and (min-width: 1px) {

    .max_container {
        padding: 0 15px;
    }


    .header_row .header_ct {
        padding: 17px 0;
    }


    .main-navigation {
        display: none;
    }

    .loginArea {
        display: none;
    }


    /* 로고================================================*/
    .logoSvg {
        position: absolute;
        top: 43%;
        left: 15px;
        width: 120px;
    }

        .logoSvg a {
            display: block;
            line-height: 0;
        }

    /*메뉴바*/
    .menu_bar {
        display: block;
    }
}

/* 모바일 네비
=========================================================*/
.list-group-item.first {
    margin-top: 50px;
}

.mobileMenuArea {
    display: none;
    width: 250px;
    position: fixed;
    top: 0px;
    right: 0;
    height: 100%;
    background-color: #fff;
    z-index: 999;
}

.list-group-item {
    padding: 1rem 1.25rem;
    /*border: none;*/
}

    .list-group-item.menu {
        border: none;
    }

    .mobileMenuArea .list-group-item {
        border-bottom: 1px solid #e6e6e6;
    }

    .mobileMenuArea .list-group-item a {
        color: #444444;
        text-decoration: none;
        font-size: 16px;
        font-weight: 500;
    }


.btnMobileMenuArea {
    display: none;
    top: 0;
    position: fixed;
    right: 250px;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 1002;
    background: rgba(0, 0, 0, 0.6);


}


    .btnMobileMenuArea button {
        color: #ffffff;
        padding: .75rem 1.25rem;
        text-shadow: none;
        opacity: 1;
        z-index: 1000;
    }

.close:hover {
    text-decoration: none;
}

button#btnMobileMenuClose {
    margin: 20px 10px 20px 20px;
    font-size: 18px;
    color: #fff;
    font-weight: 300;
    text-shadow: none;
    opacity: 1;
}


@media screen and (max-width: 1280px) and (min-width: 1px) {
    .mobileMenuArea {
        opacity: 1;
        visibility: visible;
    }

    .mobileMenuArea {
        transform: translateX(0);
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
    }

    .btnMobileMenuArea {
        visibility: visible;
    }
}

/*=========================================================
화면별 상단 배너
=========================================================*/

/* 메인 헤더 슬라이드 20.11.13=======================================*/
.main_top_slidebx {
    position: relative;
    margin: 0 auto;
    margin-bottom: -60px;
}

.main_banner .owl-prev {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100px;
    outline: none;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

    .main_banner .owl-prev::before {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-position: -328px -651px;
        background-repeat: no-repeat;
        width: 22px;
        height: 38px;
        content: "";
        margin: auto;
    }

.main_banner .owl-next {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    outline: none;
    width: 100px;
}

    .main_banner .owl-next::before {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-position: -1056px -369px;
        background-repeat: no-repeat;
        width: 22px;
        height: 38px;
        content: "";
        margin: auto;
    }

.main_banner .item {
    padding-top: 25vh;
    /*height: 800px;*/
    box-sizing: border-box;
    color: #fff;
    text-align: center;
    width: 100%;
    height: 100vh;
}

    .main_banner .item:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: url("../images/main/img_banner_bg.png") no-repeat;
        background-size: cover;
        background-position: left top;
        opacity: 0.6;
        /*z-index: 5;*/
    }

    .main_banner .item.first {
        background: no-repeat url("../images/main/DSDS.jpg");
        background-size: cover !important;
        background-position: center center !important;
    }



    .main_banner .item.second {
        background: no-repeat url("../images/main/DSBS.jpg");
        background-size: cover !important;
        background-position: center center !important;
    }

    .main_banner .item.third {
        background: no-repeat url("../images/main/DSMS.jpg");
        background-size: cover !important;
        background-position: center center !important;
    }

    .main_banner .item.fourth {
        background: no-repeat url("../images/main/DSMA.jpg");
        background-size: cover !important;
        background-position: center center !important;
    }

    .main_banner .item .title {
        display: inline-block;
        vertical-align: top;
        line-height: 1.2;
        font-size: 6vh;
        letter-spacing: -2.5px;
        font-weight: 500;
        position: relative;
        text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    }

        .main_banner .item .title .em {
            display: block;
            font-weight: 500;
        }

        .main_banner .item .title::before {
            position: absolute;
            top: 35px;
            left: -55px;
            font-size: 124px;
            font-weight: 100;
            content: "[";
        }

        .main_banner .item .title::after {
            position: absolute;
            top: 35px;
            right: -55px;
            font-size: 124px;
            font-weight: 100;
            content: "]";
        }

    .main_banner .item .subtitle {
        display: inline-block;
        vertical-align: top;
        display: block;
        margin-top: 15px;
        font-size: 18px;
        line-height: 1.6;
        letter-spacing: -1.2px;
        position: relative;
        padding: 3vh 45vh;
        text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    }

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
    display: none;
}

.main_banner .item .title::after, .main_banner .item .title::before {
    display: none;
}

@media screen and (max-width: 3000px) and (min-width: 1700px) {
    .main_banner .item .subtitle {
        padding: 3vh 70vh;
    }
}

@media screen and (max-width: 1280px) and (min-width: 1024px) {
    .main_banner .item .subtitle {
        padding: 3vh 25vh;
    }
}

@media screen and (max-width: 1023px) and (min-width: 461px) {
    .main_banner .item .subtitle {
        padding: 3vh 10vh;
    }
}

@media screen and (max-width: 460px) and (min-width: 1px) {
    .main_banner .item .subtitle {
        padding: 3vh 10vh;
        font-size: 18px;
    }

    .main_banner .item .title {
        font-size: 4vh;
        line-height: 40px;
    }

    .main_banner .item {
        padding-top: 180px;
    }
}

.orderBtnArea {
    position: relative;
    top: -35vh;
    z-index: 10;
    left: 30%;
    text-align: center;
    width: 100%;
    height: 100%;
    left: 0;
}

@media screen and (max-width: 460px) and (min-width: 1px) {
    .orderBtnArea {
        top: -120px;
    }
}



.owl-theme .owl-nav [class*=owl-]:hover {
    background: none;
}

.btnMainOrder {
}

.btnMainMyPage, .btnMainOrder {
    color: #fff;
    background: rgba(0,0,0,0.1);
    border-radius: 74px !important;
    border-color: white;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 6px 8px 0px !important;
    font-size: 22px;
    font-weight: 500;
}



    .btnMainMyPage:hover {
        color: #242f85;
        border-color: white;
        background-color: white;
    }

    .btnMainOrder:hover {
        color: #242f85;
        border-color: white;
        background-color: white;
    }


/*회사소개 배너===================================================*/
.About {
    background-image: url('/images/company/tit_company(2).jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 600px;
}

@media (max-width: 768px) and (min-width: 1px) {
    .About {
        height: 400px;
    }
}


/*주문하기 배너=================================================*/
.Order {
    background: linear-gradient(to bottom, gray, gray, white, white), url('/images/order/tit_order.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 200px;
    background-blend-mode: multiply;
}

/*사업안내 배너================================================*/
.Business {
    background: linear-gradient(to top, gray, gray, white, white), url(/images/business/tit_business.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 600px;
    background-blend-mode: multiply;
}

/*이용안내 배너===================================================*/
.Guide {
    background-image: url('/images/company/tit_company(2).jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 600px;
}

@media (max-width: 768px) and (min-width: 1px) {
    .Guide {
        height: 400px;
    }
}

@media (max-width: 768px) and (min-width: 1px) {
    .Business {
        height: 400px;
    }
}



/*마이페이지 배너==============================================*/
.MyPage {
    background: linear-gradient(to bottom, gray, gray, white, white), url('/images/mypage/tit_mypage.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 200px;
    background-blend-mode: multiply;
}


/*로그인 배너=================================================*/
.Login .headerTop a:hover {
    color: #313455;
}


/*=============================================================
Sub 화면 배너 
=============================================================*/
.sub-title {
    max-width: 1400px;
    padding-left: 60px;
    height: 25vh;
    margin-right: auto;
    margin-left: auto;
    margin-top: -25vh;
}

}

.sub-tit-area {
    margin: 0 auto;
    display: table-cell;
    padding-top: 10rem;
}

.sub-tit-smallfont {
    font-size: 3vh;
    font-weight: 600;
    letter-spacing: -1px;
    color: #fff;
    opacity: .85;
    margin-bottom: 7px;
}

.sub-tit-bigfont {
    font-size: 4vh;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: -1px;
    margin-bottom: 52px;
    color: #fff;
    word-break: keep-all;
}

.my-sub-tit-area {
    margin: 0 auto;
    display: table-cell;
    padding-top: 3rem;
}

.my-sub-tit-smallfont {
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: -1px;
    color: #fff;
    opacity: .85;
    margin-bottom: 7px;
}

.my-sub-tit-bigfont {
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: -1px;
    margin-bottom: 52px;
    color: #fff;
    word-break: keep-all;
}


@media screen and (max-width: 1023px) and (min-width: 1px) {

    .sub-title {
        padding-left: 20px;
        padding-right: 20px;
    }

    .sub-tit-smallfont {
        font-size: 3vh;
        font-weight: 600;
        letter-spacing: -1px;
        color: #fff;
        opacity: .85;
        margin-bottom: 7px;
    }

    .sub-tit-bigfont {
        font-size: 4vh;
        font-weight: 700;
        line-height: 1.25;
        letter-spacing: -1px;
        margin-bottom: 52px;
        color: #fff;
        word-break: keep-all;
    }
}




/*=========================================================
메인(Home) 컨텐츠
=========================================================*/
/** {
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }*/
#scrollProgress {
    position: fixed;
    bottom: 10PX;
    left: 0;
    width: 0;
    height: 10px;
    background-color: #242f85;
    z-index: 1 !important;
}


/*고객감동서비스==============================================*/

#home-service-wrap {
    background-color: #0f2442;
    /*background-image: url(../images/main/home_serviceBG.jpg);
    background-repeat: no-repeat; /* 배경이미지X */
    background-size: cover; /* 요소를 비율에 맞게 커버 */
    background-position: center; /* 이미지를 요소의 정가운데로 처리 */
    background-attachment: fixed; /* 스크롤바 움직일때 이미지가 따라다님 */
    color: #fff;
    padding-top: 7vh;
    padding-bottom: 11.8vh;
    padding-left: 40px;
    padding-right: 40px;
}

.pagebx {
    overflow: hidden;
    background-color: #242f85;
}

.ct_title.tit.white {
    color: #fff;
    font-weight: 700;
    text-align: center;
    font-size: 4vh;
    margin-top: 8vh;
}

.ct_title.tit.dark {
    color: #063980;
    font-weight: 500;
    text-align: center;
    font-size: 4vh;
    margin-bottom: 5vh;
}

.ct_subtitle.home.tit {
    color: #15b5ff;
    font-weight: 500;
    text-align: center;
    font-size: 3.5vh;
}

.ct_desc_tit {
    font-size: 1.8vh;
    font-weight: 300;
    color: #fff;
}

.ct_bar {
    width: 30px;
    height: 2px;
    background: #fff;
    margin: 25px auto 30px auto;
}

.home-service-area {
    padding: 10px;
    margin-top: 70px;
    margin-left: 50px;
    margin-right: 50px;
}

.serviceIcon {
    margin-bottom: 10px;
    width: 20vh;
}

@media screen and (max-width: 768px) {
    .home-service-area {
        margin-left: 0px;
        margin-right: 0px;
    }
    .ct_title.tit.white, .ct_title.tit.dark {
        font-size: 30px;
    } 
    .home.col-md-4.text-center {
        padding-bottom: 5rem;
    }

    .ct_desc_tit {
        font-size: 18px;
    }

    .home-service-area {
        margin-top: 30px;
    }
}

/*작업공정==============================================*/

#home-workflow-wrap {
    padding-top: 10vh;
    padding-bottom: 11.8vh;
    background-color: #f3f3f3;
}

.workflow_p {
    font-size: 24px;
    display: block;
    margin: -190px 0 0 20px;
    color: white;
    text-shadow: 1px 1px 4px #00000030;
}
.slide-container {
    align-content: center;
    max-width: 1400px;
    margin: 0 auto;
    position: relative;
    padding: 0 60px;
}

.image-hover-effect-box {
    font-weight: 500;
    display: flex;
    width: 100%;
    box-sizing: border-box;
    height: 60vh;
    margin-top: 6vh;
}

.box {
    flex: 1;
    overflow: hidden;
    transition: .5s;
    margin: 0 0.7%;
    box-shadow: 0 20px 30px rgba(0,0,0,.1);
    line-height: 0;
    border-radius: .2rem;
}

    .box > img {
        width: 200%;
        height: calc(100% - 11vh);
        object-fit: cover;
        transition: .5s;
    }

    .box > span {
        /*font-size: 1.1rem;*/
        display: block;
        text-align: center;
        height: 5vh;
        line-height: 4;
    }

    .box:hover {
        flex: 1 1 50%;
    }

        .box:hover > img {
            width: 100%;
            height: 100%;
        }

               
@media screen and (max-width:770px) {
    .image-hover-effect-box {
        display: none;
    }
    .max_container.workflow {
        padding: 0px;
    }
}

@media screen and (min-width:771px) {
    .workflow_slider {
        display: none;
    }
}

@media screen and (max-width: 1023px) and (min-width: 1px) {
    .slide-container {
        padding: 0px;
    }
}

/*작업공정*/
@media screen and (max-width:770px) {
    #home-workflow-wrap {
        padding-top: 80px;
        /*padding-bottom: 130px;*/
        padding-left: 0px;
        padding-right: 0px;
    }
}

/*포트폴리오*/

#home-portfolio-wrap {
    background-color: #e9ecef;
    padding-bottom: 10vh;
    padding-top: 10vh;
}

.HomePortfolio {
    position: relative;
    width: 100%;
    padding-top: 30px;
}

.portfolio-title {
    color: #063980;
    font-weight: 500;
    text-align: center;
    font-size: 4vh;
    margin-bottom: 5vh;
}

@media screen and (max-width:770px) {
    #home-portfolio-wrap {
        padding-top: 7vh;
    }
}

/*=========================================================
메인(Home) 컨텐츠 반응형
=========================================================*/



/*=========================================================
회사소개 컨텐츠
=========================================================*/

/*CEO 인사말*/
#about-ceo-wrap {
    position: relative;
    text-align: center;
    margin-bottom: 5vh;
}

.sub-cnt-title {
    color: #063980;
    font-weight: 500;
    text-align: center;
    font-size: 4vh;
    margin-bottom: 5vh;
}

.sub-cnt-title-light {
    color: white;
    font-weight: 500;
    text-align: center;
    font-size: 4vh;
    margin-bottom: 5vh;
}

    .sub-cnt-title-bx {
        padding-top: 2.3rem;
        padding-bottom: 1.3rem;
    }

.ceo-txt {
    padding-top: 1.8rem;
    font-size: 24px;
}

.ceo-s-txt {
    font-size: 1.8vh;
    font-weight: 300;
    line-height: 2;
    padding-bottom: 1rem;
    color: #212529;
}

@media screen and (max-width: 414px) {
    .ceo-s-txt {
        font-size: 15px
    }
}

@media screen and (max-width: 768px) {
    .ceo-txt {
        font-size: 18px
    }
}

/*회사연혁*/
#about-history-wrap {
    background-image: url(/images/company/historyBg.jpg);
    background-repeat: no-repeat; /* 배경이미지X */
    background-size: cover; /* 요소를 비율에 맞게 커버 */
    background-position: center; /* 이미지를 요소의 정가운데로 처리 */
    background-attachment: fixed; /* 스크롤바 움직일때 이미지가 따라다님 */
    /*background-color: #F3F3F3;
    color: #063980;*/
    padding-top: 10vh;
}
/*history*/

@media (min-width: 1601px) {
    .hst_hdbar {
        width: 100%;
        height: 70px;
        border-top: 1px solid #d6d6d6;
        padding: 0 0 20px 0;
        margin-top: 100px;
        position: relative;
    }

    .hst_hdbar_align {
        max-width: 1180px;
        width: 100%;
        margin: auto;
        position: relative;
    }

    .hst_hdbar_box {
        position: absolute;
        top: -25px;
        width: 100%;
        height: 50px;
    }

    .hst_prev {
        float: left;
        width: 5%;
        display: table;
        text-align: left;
    }

    .hst_next {
        float: left;
        width: 5%;
        display: table;
        text-align: right;
    }

    .hst_yearbar {
        float: left;
        width: 90%;
        overflow: hidden;
        position: relative;
        top: -20px;
    }

    ul.hst_yearlist {
        display: table;
        width: 100%;
        position: relative;
        top: -20px;
        padding: 15px 0;
        text-align: center;
        transform: translateX(0)
    }

    .hst_yearlist li {
        text-align: center;
        position: relative;
    }

        .hst_yearlist li span {
            background: #fff;
            padding: 0 3%;
            font-size: 18px;
        }

    .ylist-next {
        width: 27%;
        transition: all 0.5s;
        opacity: 1;
        display: table;
        min-height: 20px;
        float: left;
        position: relative;
        top: 40px;
    }

    .ylist-prev {
        width: 27%;
        transition: all 0.5s;
        opacity: 1;
        display: table;
        min-height: 20px;
        float: left;
        position: relative;
        top: 40px;
    }

    .ylist-active {
        width: 46%;
        transition: all 0.5s;
        opacity: 1;
        display: table;
        float: left;
    }

        .ylist-active span {
            color: #242f85;
            font-size: 70px !important;
            font-weight: 800;
            text-align: center;
            white-space: nowrap;
            position: Relative;
            left: 0;
            top: 15px;
            opacity: 0;
            transform: translateY(-220%);
        }

    .txt-hst-active {
        opacity: 1 !important;
        transform: translateY(0%) !important;
        transition: all 0s ease-out;
    }

    .tt_cont {
        width: 100%;
        max-width: 1180px;
        margin: auto;
        display: none;
        opacity: 0;
        transition: all 0.5s ease;
    }

    .year {
        display: none;
    }

    .hst_cont_active {
        display: block;
        opacity: 1
    }

    .hstcont_wrap {
        width: 100%;
        display: table;
        position: relative;
        padding: 0 0 150px 0;
    }

    .hstcontbox-align {
        padding: 100px 0;
    }

    .hstcontbox {
        width: 50.1%;
        display: table;
        padding: 10px 0;
    }

    .dot_top_out {
        position: relative;
        left: -13px;
        width: 27px;
        height: 27px;
        border: 1px solid #242f85;
        border-radius: 50%;
        background: #fff;
    }

    .dot_top_dot {
        position: relative;
        left: 10px;
        top: 10px;
        width: 7px;
        height: 7px;
        background: #242f85;
        border-radius: 50%;
    }

    .dot_bottom_out {
        position: absolute;
        bottom: 0px;
        left: -40px;
        width: 88px;
        height: 88px;
        background: #242f85 url('../../images/sub/korloy_logo_cc.png') no-repeat center;
        border-radius: 50%;
    }

    .hstcontbox:nth-child(odd) {
        float: right;
        transform: translateX(-120%);
        transition: all 1.8s ease;
        opacity: 0
    }

        .hstcontbox:nth-child(odd) > .hstcont_inner > .dotnline {
            width: 50px;
            height: 1px;
            background: #d6d6d6;
            position: Relative;
            top: 0;
            left: 0;
            float: left;
        }

            .hstcontbox:nth-child(odd) > .hstcont_inner > .dotnline > .dotc {
                position: absolute;
                left: -5px;
                top: -3px;
                width: 13px;
                height: 13px;
                border-radius: 50%;
                content: "";
                border: 2px solid #242f85;
                background: #fff;
                z-index: 10;
            }

        .hstcontbox:nth-child(odd) > .hstcont_inner > .hstcontgroup {
            display: table;
            width: 80%;
            height: 120px;
            position: relative;
            top: -20px;
            padding: 0 0 0 20px;
        }

            .hstcontbox:nth-child(odd) > .hstcont_inner > .hstcontgroup > .hstcont_h2 li span {
                padding: 0 20px 0 5px;
                font-weight: 500;
                color: #063980;
                float: left;
                height: 32px;
            }

    .hstcontbox:nth-child(even) {
        float: left;
        transform: translateX(120%);
        transition: all 1.8s ease;
        opacity: 0
    }

        .hstcontbox:nth-child(even) > .hstcont_inner > .dotnline {
            width: 50px;
            height: 1px;
            background: #d6d6d6;
            position: Relative;
            top: 0;
            right: 0;
            float: right;
        }

            .hstcontbox:nth-child(even) > .hstcont_inner > .dotnline > .dotc {
                position: absolute;
                right: -6px;
                top: -6px;
                width: 13px;
                height: 13px;
                border-radius: 50%;
                content: "";
                border: 2px solid #242f85;
                background: #fff;
                z-index: 10;
            }

        .hstcontbox:nth-child(even) > .hstcont_inner > .hstcontgroup {
            display: table;
            width: 80%;
            height: 120px;
            position: relative;
            top: -20px;
            padding: 0 0 0 40px;
            text-align: right;
        }

    .hstcenterliner {
        height: 100%;
        left: 50%;
        position: absolute;
        width: 2px;
        background: -webkit-linear-gradient(rgba(0,255,0,0), rgb(36 47 133), rgb(36 47 133), rgb(36 47 133), rgba(0,255,0,0));
    }

    .hstcont_inner {
        display: table;
        width: 100%;
        height: 30px;
        padding: 0 0 0 0%
    }

    .hstcontbox:nth-child(even) > .hstcont_inner > .hstcontgroup > .hstcont_h2 li span {
        padding: 0 5px 0 20px;
        font-weight: 500;
        color: #063980;
        float: right;
        height: 32px;
    }

    .hstcont_h1 {
        font-size: 40px;
        padding: 3px 0 10px 0;
        color: #e28e82;
    }

    .hstcont_h2 {
    }

        .hstcont_h2 li {
            color: #063980;
            font-size: 1.8vh;
            padding: 15px 0 0 0;
            word-break: keep-all;
            line-height: 150%;
        }

    .hstcontbox-active {
        opacity: 1 !important;
        transform: translateX(0) !important;
        transition: all 1.8s ease;
    }

    .hst_btbox {
        position: relative;
        width: 100%;
        height: 135px;
        top: -25px;
        z-index: -1;
    }

    .hst_btbox-inner {
        width: 100%;
        height: 160px;
        background: url('../../images/sub/hst_bt.png') no-repeat center;
        background-position: 0px 0;
    }
}
@media (max-width: 1600px) and (min-width: 1025px) {
    .hst_hdbar {
        width: 100%;
        height: 70px;
        border-top: 1px solid #d6d6d6;
        padding: 0 0 20px 0;
        margin-top: 100px;
        position: relative;
    }

    .hst_hdbar_align {
        max-width: 1180px;
        width: 100%;
        margin: auto;
        position: relative;
    }

    .hst_hdbar_box {
        position: absolute;
        top: -25px;
        width: 100%;
        height: 50px;
    }

    .hst_prev {
        float: left;
        width: 5%;
        display: table;
        text-align: left;
    }

    .hst_next {
        float: left;
        width: 5%;
        display: table;
        text-align: right;
    }

    .hst_yearbar {
        float: left;
        width: 90%;
        overflow: hidden;
        position: relative;
        top: -20px;
    }

    ul.hst_yearlist {
        display: table;
        width: 100%;
        position: relative;
        top: -20px;
        padding: 15px 0;
        text-align: center;
        transform: translateX(0)
    }

    .hst_yearlist li {
        text-align: center;
        position: relative;
    }

        .hst_yearlist li span {
            background: #fff;
            padding: 0 3%;
            font-size: 18px;
        }

    .ylist-next {
        width: 27%;
        transition: all 0.5s;
        opacity: 1;
        display: table;
        min-height: 20px;
        float: left;
        position: relative;
        top: 40px;
    }

    .ylist-prev {
        width: 27%;
        transition: all 0.5s;
        opacity: 1;
        display: table;
        min-height: 20px;
        float: left;
        position: relative;
        top: 40px;
    }

    .ylist-active {
        width: 46%;
        transition: all 0.5s;
        opacity: 1;
        display: table;
        float: left;
    }

        .ylist-active span {
            color: #242f85;
            font-size: 70px !important;
            font-weight: 800;
            text-align: center;
            white-space: nowrap;
            position: Relative;
            left: 0;
            top: 15px;
            opacity: 0;
            transform: translateY(-220%);
        }

    .txt-hst-active {
        opacity: 1 !important;
        transform: translateY(0%) !important;
        transition: all 1.2s ease-out;
    }

    .tt_cont {
        width: 100%;
        max-width: 1180px;
        margin: auto;
        display: none;
        opacity: 0;
        transition: all 0.5s ease;
    }

    .year {
        display: none;
    }

    .hst_cont_active {
        display: block;
        opacity: 1
    }

    .hstcont_wrap {
        width: 100%;
        display: table;
        position: relative;
        padding: 0 0 150px 0;
    }

    .hstcontbox-align {
        padding: 100px 0;
    }

    .hstcontbox {
        width: 50.1%;
        display: table;
        padding: 10px 0;
    }

    .dot_top_out {
        position: relative;
        left: -13px;
        width: 27px;
        height: 27px;
        border: 1px solid #242f85;
        border-radius: 50%;
        background: #fff;
    }

    .dot_top_dot {
        position: relative;
        left: 10px;
        top: 10px;
        width: 7px;
        height: 7px;
        background: #242f85;
        border-radius: 50%;
    }

    .dot_bottom_out {
        position: absolute;
        bottom: 0px;
        left: -40px;
        width: 88px;
        height: 88px;
        background: #242f85 url('../../images/sub/korloy_logo_cc.png') no-repeat center;
        border-radius: 50%;
    }

    .hstcontbox:nth-child(odd) {
        float: right;
        transform: translateX(-120%);
        transition: all 1.8s ease;
        opacity: 0
    }

        .hstcontbox:nth-child(odd) > .hstcont_inner > .dotnline {
            width: 50px;
            height: 1px;
            background: #d6d6d6;
            position: Relative;
            top: 0;
            left: 0;
            float: left;
        }

            .hstcontbox:nth-child(odd) > .hstcont_inner > .dotnline > .dotc {
                position: absolute;
                left: -5px;
                top: -3px;
                width: 13px;
                height: 13px;
                border-radius: 50%;
                content: "";
                border: 2px solid #242f85;
                background: #fff;
                z-index: 10;
            }

        .hstcontbox:nth-child(odd) > .hstcont_inner > .hstcontgroup {
            display: table;
            width: 80%;
            height: 120px;
            position: relative;
            top: -20px;
            padding: 0 0 0 20px;
        }

            .hstcontbox:nth-child(odd) > .hstcont_inner > .hstcontgroup > .hstcont_h2 li span {
                padding: 0 20px 0 5px;
                font-weight: 500;
                color: #063980;
                float: left;
                height: 32px;
            }

    .hstcontbox:nth-child(even) {
        float: left;
        transform: translateX(120%);
        transition: all 1.8s ease;
        opacity: 0
    }

        .hstcontbox:nth-child(even) > .hstcont_inner > .dotnline {
            width: 50px;
            height: 1px;
            background: #d6d6d6;
            position: Relative;
            top: 0;
            right: 0;
            float: right;
        }

            .hstcontbox:nth-child(even) > .hstcont_inner > .dotnline > .dotc {
                position: absolute;
                right: -6px;
                top: -6px;
                width: 13px;
                height: 13px;
                border-radius: 50%;
                content: "";
                border: 2px solid #242f85;
                background: #fff;
                z-index: 10;
            }

        .hstcontbox:nth-child(even) > .hstcont_inner > .hstcontgroup {
            display: table;
            width: 80%;
            height: 120px;
            position: relative;
            top: -20px;
            padding: 0 0 0 40px;
            text-align: right;
        }

    .hstcenterliner {
        width: 2px;
        height: 100%;
        left: 50%;
        position: absolute;
        width: 2px;
        background:-webkit-linear-gradient(rgba(0,255,0,0), rgb(36 47 133), rgb(36 47 133), rgb(36 47 133), rgba(0,255,0,0));
    }

    .hstcont_inner {
        display: table;
        width: 100%;
        height: 30px;
        padding: 0 0 0 0%
    }

    .hstcontbox:nth-child(even) > .hstcont_inner > .hstcontgroup > .hstcont_h2 li span {
        padding: 0 5px 0 20px;
        font-weight: 500;
        color: #063980;
        float: right;
        height: 32px;
    }

    .hstcont_h1 {
        font-size: 40px;
        padding: 3px 0 10px 0;
        color: #e28e82;
    }

    .hstcont_h2 {
    }

        .hstcont_h2 li {
            color: #063980;
            font-size: 18px;
            padding: 15px 0 0 0;
            word-break: keep-all;
            line-height: 170%;
        }

    .hstcontbox-active {
        opacity: 1 !important;
        transform: translateX(0) !important;
        transition: all 1.8s ease;
    }

    .hst_btbox {
        position: relative;
        width: 100%;
        height: 135px;
        top: -25px;
        z-index: -1;
    }

    .hst_btbox-inner {
        width: 100%;
        height: 160px;
        background: url('../../images/sub/hst_bt.png') no-repeat center;
        background-position: 0px 0;
    }

}
@media (max-width: 1024px) and (min-width: 751px) {
    .hst_hdbar {
        width: 90%;
        height: 50px;
        padding: 40px 5% 20px 5%;
        margin-top: 100px;
        position: relative;
        margin: auto;
    }

    .hst_hdbar_align {
        width: 100%;
        margin: auto;
        position: relative;
    }

    .hst_hdbar_box {
        position: absolute;
        top: -25px;
        width: 100%;
        height: 50px;
    }

    .hst_prev {
        float: left;
        width: 5%;
        display: table;
        text-align: left;
    }

        .hst_prev img {
            width: 100%;
        }

    .hst_next {
        float: left;
        width: 5%;
        display: table;
        text-align: right;
    }

        .hst_next img {
            width: 100%;
        }

    .hst_yearbar {
        float: left;
        width: 90%;
        overflow: hidden;
        position: relative;
        top: -20px;
    }

    ul.hst_yearlist {
        display: table;
        width: 100%;
        position: relative;
        top: -20px;
        padding: 15px 0;
        text-align: center;
        transform: translateX(0)
    }

    .hst_yearlist li {
        text-align: center;
        position: relative;
    }

        .hst_yearlist li span {
            background: #fff;
            padding: 0 3%;
        }

    .ylist-next {
        width: 30%;
        transition: all 0.5s;
        opacity: 1;
        display: none;
    }

    .ylist-prev {
        width: 30%;
        transition: all 0.5s;
        opacity: 1;
        display: none;
    }

    .ylist-active {
        width: 80%;
        transition: all 0.5s;
        opacity: 1;
        display: inline-block;
    }

        .ylist-active span {
            color: #242f85;
            font-size: 70px;
            font-weight: 800;
            text-align: center;
            white-space: nowrap;
            position: Relative;
            left: 0;
            top: 15px;
            opacity: 0;
            transform: translateY(-10%);
        }

    .txt-hst-active {
        transition: all 1.2s ease-out;
        font-size: 50px !important;
        opacity: 1 !important;
        transform: translateY(0%);
    }

    .tt_cont {
        width: 100%;
        max-width: 1180px;
        margin: auto;
        display: none;
        opacity: 0;
        transition: all 0.5s ease;
    }

    .year {
        display: none;
    }

    .hst_cont_active {
        display: block;
        opacity: 1
    }

    .hstcont_wrap {
        width: 100%;
        display: table;
        position: relative;
        padding: 0 0 50px 0;
    }

    .hstcontbox-align {
        padding: 100px 0;
    }

    .hstcontbox {
        width: 100%;
        display: table;
        padding: 10px 0;
    }

    .dot_top_out {
        position: relative;
        top: -14px;
        left: -13px;
        width: 27px;
        height: 27px;
        border: 1px solid #242f85;
        border-radius: 50%;
        background: #fff;
    }

    .dot_top_dot {
        position: relative;
        left: 10px;
        top: 10px;
        width: 7px;
        height: 7px;
        background: #242f85;
        border-radius: 50%;
    }

    .dot_bottom_out {
        position: absolute;
        bottom: 0px;
        left: -20px;
        width: 44px;
        height: 44px;
        background: #242f85 url('../../images/sub/korloy_logo_cc.png') no-repeat center;
        border-radius: 50%;
        background-size: 50%;
    }

    .hstcontbox:nth-child(odd) {
        float: left;
        transform: translateX(-120%);
        transition: all 1.8s ease;
        opacity: 0
    }

        .hstcontbox:nth-child(odd) > .hstcont_inner > .dotnline {
            width: 30px;
            height: 1px;
            background: #d6d6d6;
            position: Relative;
            top: 0;
            left: 0;
            float: left;
        }

            .hstcontbox:nth-child(odd) > .hstcont_inner > .dotnline > .dotc {
                position: absolute;
                left: -7px;
                top: -6px;
                width: 13px;
                height: 13px;
                border-radius: 50%;
                content: "";
                border: 2px solid #242f85;
                background: #fff;
                z-index: 10;
            }

        .hstcontbox:nth-child(odd) > .hstcont_inner > .hstcontgroup {
            display: table;
            width: 85%;
            height: 120px;
            position: relative;
            top: -35px;
            padding: 0 0 0 00px;
        }

            .hstcontbox:nth-child(odd) > .hstcont_inner > .hstcontgroup > .hstcont_h2 li span {
                padding: 0 5px 20px 5px;
                font-weight: 500;
                color: #063980;
                height: 32px;
            }

    .hstcontbox:nth-child(even) {
        float: left;
        transform: translateX(120%);
        transition: all 1.8s ease;
        opacity: 0
    }

        .hstcontbox:nth-child(even) > .hstcont_inner > .dotnline {
            width: 30px;
            height: 1px;
            background: #d6d6d6;
            position: Relative;
            top: 0;
            left: 0;
            float: left;
        }

            .hstcontbox:nth-child(even) > .hstcont_inner > .dotnline > .dotc {
                left: -7px;
                position: absolute;
                top: -6px;
                width: 13px;
                height: 13px;
                border-radius: 50%;
                content: "";
                border: 2px solid #242f85;
                background: #fff;
                z-index: 10;
            }

        .hstcontbox:nth-child(even) > .hstcont_inner > .hstcontgroup {
            display: table;
            width: 85%;
            height: 120px;
            position: relative;
            top: -35px;
            padding: 0 0 0 00px;
            text-align: left;
        }

    .hstcenterliner {
        width: 2px;
        height: 100%;
        left: 50%;
        position: absolute;
        width: 2px;
        background:-webkit-linear-gradient(rgba(0,255,0,0), rgb(36 47 133), rgb(36 47 133), rgb(36 47 133), rgba(0,255,0,0));
        width: 2px;
        height: 100%;
        position: absolute;
        left: 5%;
        margin-left: -2px;
    }


    .hstcont_inner {
        display: table;
        width: 95%;
        height: 30px;
        padding: 0 0 0 5%
    }

    .hstcontbox:nth-child(even) > .hstcont_inner > .hstcontgroup > .hstcont_h2 li {
        font-size: 16px;
        padding: 15px 0 0 0;
        letter-spacing: -1px;
        color: #063980;
    }

        .hstcontbox:nth-child(even) > .hstcont_inner > .hstcontgroup > .hstcont_h2 li span {
            padding: 0 5px 0 0px;
            font-weight: 500;
            color: #063980;
            height: 32px;
        }

    .hstcont_h1 {
        font-size: 40px;
        padding: 3px 0 10px 18px;
        word-break: keep-all;
        line-height: 170%;
        color: #e28e82;
    }

    .hstcont_h2 {
        position: relative;
        left: 18px;
    }

        .hstcont_h2 li {
            color: #063980;
            font-size: 16px;
            padding: 15px 0 0 0;
            letter-spacing: -1px;
        }

    .hstcontbox-active {
        opacity: 1 !important;
        transform: translateX(0) !important;
        transition: all 1.8s ease;
    }

    .hst_btbox {
        position: relative;
        width: 100%;
        height: 135px;
        top: -25px;
        z-index: -1;
    }

    .hst_btbox-inner {
        width: 100%;
        height: 160px;
        background: url('../../images/sub/hst_bt.png') no-repeat center;
        background-position: 0px 0;
    }



}
@media (max-width: 768px) {
        .hst_hdbar {
            width: 90%;
            height: 50px;
            padding: 40px 5% 20px 5%;
            margin-top: 100px;
            position: relative;
            margin: auto;
        }

        .hst_hdbar_align {
            width: 100%;
            margin: auto;
            position: relative;
        }

        .hst_hdbar_box {
            position: absolute;
            top: -25px;
            width: 100%;
            height: 50px;
        }

        .hst_prev {
            float: left;
            width: 15%;
            display: table;
            text-align: left;
        }

            .hst_prev img {
                width: 100%;
                max-width: 35px;
            }

        .hst_next {
            float: left;
            width: 15%;
            display: table;
            text-align: right;
        }

            .hst_next img {
                width: 100%;
                max-width: 35px;
            }

        .hst_yearbar {
            float: left;
            width: 70%;
            overflow: hidden;
            position: relative;
            top: -20px;
        }

        ul.hst_yearlist {
            width: 100%;
            position: relative;
            top: -20px;
            padding: 15px 0;
            text-align: center;
            transform: translateY(0)
        }

        .hst_yearlist li {
            text-align: center;
            position: relative;
        }

            .hst_yearlist li span {
                background: #fff;
                padding: 0 15px;
            }

        .ylist-next {
            width: 30%;
            transition: all 0.5s;
            opacity: 1;
            display: none;
        }

        .ylist-prev {
            width: 30%;
            transition: all 0.5s;
            opacity: 1;
            display: none;
        }

        .ylist-active {
            width: 100%;
            transition: all 0.5s;
            opacity: 1;
            display: inline-block;
            top: 10px;
        }

            .ylist-active span {
                color: #242f85;
                font-size: 70px;
                font-weight: 800;
                text-align: center;
                white-space: nowrap;
                position: Relative;
                left: 0;
                top: 15px;
                opacity: 0;
                transform: translateY(0%);
            }

        .txt-hst-active { /*transition: all 1.2s ease-out;*/
        font-size: 2.2em !important;
        opacity: 1 !important;
        transform: translateY(0%);
    }

        .tt_cont {
            width: 100%;
            max-width: 1180px;
            margin: auto;
            display: none;
            opacity: 0;
            transition: all 0.5s ease;
        }

        .year {
            display: none;
        }

        .hst_cont_active {
            display: block;
            opacity: 1
        }

        .hstcont_wrap {
            width: 100%;
            display: table;
            position: relative;
            padding: 0 0 50px 0;
        }

        .hstcontbox-align {
            padding: 100px 0;
        }

        .hstcontbox {
            width: 100%;
            display: table;
            padding: 10px 0;
        }

        .dot_top_out {
            position: relative;
            top: -14px;
            left: -13px;
            width: 27px;
            height: 27px;
            border: 1px solid #242f85;
            border-radius: 50%;
            background: #fff;
        }

        .dot_top_dot {
            position: relative;
            left: 10px;
            top: 10px;
            width: 7px;
            height: 7px;
            background: #242f85;
            border-radius: 50%;
        }

        .dot_bottom_out {
            position: absolute;
            bottom: 0px;
            left: -20px;
            width: 44px;
            height: 44px;
            display: none;
            background: #242f85 url('../../images/sub/korloy_logo_cc.png') no-repeat center;
            border-radius: 50%;
            background-size: 50%;
        }

        .hstcontbox:nth-child(odd) {
            float: left;
            transform: translateX(-120%);
            transition: all 1.8s ease;
            opacity: 0
        }

            .hstcontbox:nth-child(odd) > .hstcont_inner > .dotnline {
                width: 30px;
                height: 1px;
                background: #d6d6d6;
                position: Relative;
                top: 0;
                left: 0;
                float: left;
            }

                .hstcontbox:nth-child(odd) > .hstcont_inner > .dotnline > .dotc {
                    position: absolute;
                    width: 8px;
                    left: -7px;
                    top: -5px;
                    width: 13px;
                    height: 13px;
                    border-radius: 50%;
                    content: "";
                    border: 2px solid #242f85;
                    background: #fff;
                    z-index: 10;
                }

            .hstcontbox:nth-child(odd) > .hstcont_inner > .hstcontgroup {
                display: table;
                width: 80%;
                position: relative;
                top: -17px;
                padding: 0 0 30px 00px;
            }

                .hstcontbox:nth-child(odd) > .hstcont_inner > .hstcontgroup > .hstcont_h2 li span {
                    padding: 0 10px 20px 5px;
                    font-weight: 500;
                    color: #063980;
                }

                .hstcontbox:nth-child(odd) > .hstcont_inner > .hstcontgroup > .hstcont_h2 li {
                    font-size: 18px;
                    padding: 15px 20px 0px 57px;
                    letter-spacing: -1px;
                    text-indent: -48px;
                    word-break: keep-all;
                    color: #063980;
                }


        .hstcontbox:nth-child(even) {
            float: left;
            transform: translateX(-120%);
            transition: all 1.8s ease;
            opacity: 0
        }

            .hstcontbox:nth-child(even) > .hstcont_inner > .dotnline {
                width: 30px;
                height: 1px;
                background: #d6d6d6;
                position: Relative;
                top: 0;
                left: 0;
                float: left;
            }

                .hstcontbox:nth-child(even) > .hstcont_inner > .dotnline > .dotc {
                    left: -7px;
                    position: absolute;
                    top: -6px;
                    width: 13px;
                    height: 13px;
                    border-radius: 50%;
                    content: "";
                    border: 2px solid #242f85;
                    background: #fff;
                    z-index: 10;
                }

            .hstcontbox:nth-child(even) > .hstcont_inner > .hstcontgroup {
                display: table;
                width: 80%;
                position: relative;
                top: -17px;
                padding: 0 0 30px 00px;
                text-align: left;
            }

    .hstcenterliner {
        background: -webkit-linear-gradient(rgba(0,255,0,0), rgb(36 47 133), rgb(36 47 133), rgb(36 47 133), rgba(0,255,0,0));
        width: 2px;
        height: 100%;
        position: absolute;
        left: 10%;
        margin-left: -2.5px;
    }

        .hstcont_inner {
            display: table;
            width: 100%;
            padding: 0 0 0 10%
        }

    .hstcontbox:nth-child(even) > .hstcont_inner > .hstcontgroup > .hstcont_h2 li {
        font-size: 18px;
        padding: 15px 20px 0 57px;
        letter-spacing: -1px;
        text-indent: -48px;
        word-break: keep-all;
        color: #063980;
    }

        .hstcontbox:nth-child(even) > .hstcont_inner > .hstcontgroup > .hstcont_h2 li span {
            padding: 0 10px 0 0px;
            font-weight: 500;
            color: #063980;
        }

        .hstcont_h2 {
            line-height: 150%;
        }

    .hstcont_h1 {
        font-size: 2em;
        padding: 3px 0 10px 18px;
        color: #e28e82;
    }

        .hstcont_h2 {
            font-size: 1em;
            position: relative;
            left: 10px;
        }

        .hstcontbox-active {
            opacity: 1 !important;
            transform: translateX(0) !important;
            transition: all 0.8s ease;
        }

        .hst_btbox {
            position: relative;
            width: 100%;
            height: 135px;
            top: -25px;
            z-index: -1;
            display: none;
        }

        .hst_btbox-inner {
            width: 100%;
            height: 160px;
            background: url('../../images/sub/hst_bt.png') no-repeat center;
            background-position: 0px 0;
        }
   
    }






    /*비전*/
    #about-vision-wrap {
        background-color: #242f85;
        color: #fff;
        padding-top: 3vh;
        padding-bottom: 10vh;
        padding-left: 40px;
        padding-right: 40px;
    }

h3.intro-title--3e {
    text-align: center;
    font-size: 3.5vh;
    font-weight: 300;
    line-height: 1.4;
}


    /*차별화전략*/
    #about-strategy-wrap {
        background-color: #E8EAF2;
        color: #fff;
        padding-top: 10vh;
        padding-bottom: 10vh;
        /*padding-left: 40px;*/
        p .process-text padding-right: 40px;
    }

    .DifferentDesc-title_1 {
        font-size: 3vh;
        color: #979ee0;
        font-weight: 500;
        line-height: 1.5;
    }

    .DifferentDesc-title_2 {
        font-size: 1.1rem;
        color: #063980;
        font-weight: 500;
        line-height: 1.5;
    }

p.Defferent-text {
    font-size: 1.8vh;
    line-height: 1.8;
    color: #212529;
    font-weight: 300;
}

@media screen and (max-width:414px) {

    p.Defferent-text {
        font-size: 15px;
    }

    .DifferentDesc-title_1 {
        font-size: 28px;
    }


}

    @media screen and (max-width:770px) {
        #about-strategy-wrap {
            padding-top: 7vh;
        }
    }

    @media (max-width: 2400px) and (min-width:1025px) {
        .container.DifferentDesc-mo.mt-3 {
            display: none;
        }
    }

    @media (max-width: 1024px) and (min-width: 1px) {
        .container.DifferentDesc.mt-3 {
            display: none;
        }
    }


    /*핵심가치*/
#about-value-wrap {
    margin-bottom: 10vh;
    margin-top: 10vh;
}

    .step-depth2 {
        display: flex;
        position: relative;
        -webkit-box-pack: justify;
        justify-content: space-between;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: relative;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        text-align: center;
    }



    .ico.ico-value_1 {
        background-image: url(../images/company/value_1.png)
    }

    .ico.ico-value_2 {
        background-image: url(../images/company/value_2.png)
    }

    .ico.ico-value_3 {
        background-image: url(../images/company/value_3.png)
    }

    .ico.ico-value_4 {
        background-image: url(../images/company/value_4.png)
    }

    .ico.ico-value_5 {
        background-image: url(../images/company/value_5.png)
    }


    .company-introduce1-sec .step-depth2:before {
        content: '';
        position: absolute;
        top: 50%;
        left: 0;
        width: 100%;
        height: 0.1rem;
        margin-top: -0.05rem;
    }


.step-depth2 li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 17rem;
    height: 18rem;
    margin: 10px;
    background-color: white;
    border-radius: .25rem;
}

        .step-depth2 li:first-child:after {
        }

        .step-depth2 li .ico {
            display: block;
            width: 4.8rem;
            height: 4.8rem;
            margin: 0 auto;
            background-size: 4.8rem;
        }

.step-depth2 dt {
    font-size: 1.1rem;
    font-weight: 500;
    text-align: center;
    line-height: 3rem;
    color: #212529;
}

.step-depth2 dd {
    font-size: 18px;
    line-height: 1.2rem;
    color: #212529;
}

    .dis-ib {
        display: inline-block;
        font-weight:300;
    }

@media (min-width: 1px) and (max-width: 440px) {
    .step-depth2 dd {
        font-size: 15px;
    }
}

@media (min-width:1px) and (max-width:599px) {


        .step-depth2 {
            display: block;
        }

            .step-depth2 dt {
                font-size: 18px;
                line-height: 4rem;
            }

            .step-depth2 li {
                width: 20rem;
                height: 25rem;
                margin: 0 auto;
                background-color: transparent;
            }

                .step-depth2 li dl {
                    margin: 0 auto;
                }

                .step-depth2 li .ico {
                    width: 6rem;
                    height: 6rem;
                    background-size: 6rem;
                }

            .step-depth2 dd {
                line-height: 1.7;
            }
    }


    @media (min-width:600px) and (max-width:1024px) {
        .step-depth2 {
            display: block;
        }

            .step-depth2 li {
                width: 15rem;
                height: 18rem;
                margin: 0 auto;
                background-color: transparent;
            }

                .step-depth2 li dl {
                    margin: 0 auto;
                }

                .step-depth2 li .ico {
                    width: 6rem;
                    height: 6rem;
                    background-size: 6rem;
                }

            .step-depth2 dd {
                line-height: 1.7;
                font-size: 1.8vh;
            }
    }



    /*인증현황*/
#about-certification-wrap {
    padding-top: 10vh;
    background-color: #0f2442;
    color: #F3F3F3;
}

    .cert-padding {
        padding-bottom: 20px;
    }

    .c-bg-white {
        background-color: #FFFFFF !important;
    }

    .c-content-overlay {
        overflow: hidden;
        position: relative;
    }

    .c-content-overlay {
        overflow: hidden;
        position: relative;
    }

        .c-content-overlay .c-overlay-object {
            position: relative;
            z-index: 1;
        }

        .c-content-overlay .c-overlay-wrapper {
            opacity: 0;
            filter: alphaopacity=0;
            position: absolute;
            top: -100%;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: 3;
            transition: all 0.2s;
            background: rgba(0, 0, 0, 0.4);
        }

            .c-content-overlay .c-overlay-wrapper:after {
                content: "";
                display: table;
                clear: both;
            }

            .c-content-overlay .c-overlay-wrapper:before {
                display: inline-block;
                content: '';
                vertical-align: middle;
                height: 100%;
            }

            .c-content-overlay .c-overlay-wrapper .c-overlay-content {
                text-align: center;
                display: inline-block;
                vertical-align: middle;
                padding: 0;
                height: auto;
                width: 95%;
            }

                .c-content-overlay .c-overlay-wrapper .c-overlay-content i {
                    display: inline-block;
                    width: 44px;
                    height: 44px;
                    border-radius: 40px;
                    text-align: center;
                    padding: 14px 6px 8px 6px;
                    color: #fff;
                    font-size: 16px;
                    background: #000000;
                    opacity: 0.7;
                    filter: alphaopacity=70;
                    margin: 0 5px;
                }

                    .c-content-overlay .c-overlay-wrapper .c-overlay-content i:hover {
                        opacity: 1;
                        filter: alphaopacity=100;
                    }

        .c-content-overlay:hover {
            cursor: default; 
        }

            .c-content-overlay:hover .c-overlay-wrapper {
                top: 0;
                opacity: 1;
                filter: alphaopacity=100;
            }

    .c-bg-img-center {
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }

    .space {
        padding-bottom: 4rem;
    }

    /*사업장소재지*/
    #about-location-wrap {
        padding-top:10vh;
    }

.location-ttxt {
    width: 130px;
    font-size: 22px;
    font-weight: 500;
    color: #063980;
}

    div#daumRoughmapContainer1592879244139 {
        width: 100%;
    }

    div#daumRoughmapContainer1592876266969 {
        width: 100%;
    }

.location-sttxt {
    font-size: 22px;
    font-weight: 500;
    color: #343a40;
}

.locatio-s-txt {
    font-size: 18px;
    color: #212529;
    font-weight: 300;
}

    .loc-paju {
        margin-top: 3rem;
        margin-bottom: 3rem;
    }

table.table.location {
    margin-bottom: 10vh;
}

@media screen and (max-width: 440px) {
    .map {
        width: 100%;
        height: 250px;
    }

    .location-ttxt, .location-sttxt {
        font-size: 18px;
    }

    .locatio-s-txt {
        font-size: 15px;
    }

    td.locatio-s-txt {
        padding: 1rem;
    }
}
    @media screen and (max-width: 768px) {
        .map {
            width: 100%;
            height: 250px;
        }
    }


    /*=========================================================
사업안내 컨텐츠
=========================================================*/
    /*제작분야*/
    #business-overview-wrap {
        position: relative;
        text-align: center;
    }

    .overview-p {
        padding-top: 2.3rem;
    }

    .row.business-overview-box {
        margin-top: 70px;
        padding: 10px;
    }

    .col.business-overview-ico {
        margin-bottom: 4rem;
    }

    h3.business-overview-icotxt {
        font-size: 0.9rem;
        font-weight: 500;
        text-transform: uppercase;
        margin-bottom: 0;
        color: #063980;
        padding-top: 10px;
    }

p.business-overview-icotxt-p {
    line-height: 1.6;
    margin: 15px 0 0 0;
    color: #212529;
    font-size: 18px;
    font-weight: 300;
}

    @media screen and (max-width: 990px) {
        .col.business-overview-ico > span.icon-container img {
            width: 100%;
        }
    }

    @media screen and (max-width: 768px) {
        .row.business-overview-box {
            margin-top: 30px;
            padding: 10px;
        }

        .col.business-overview-ico {
            margin-bottom: 3em;
        }

            .col.business-overview-ico > span.icon-container img {
                width: 100px;
            }

        h3.business-overview-icotxt {
            font-size: 18px;
        }

        h3.business-overview-icotxt {
            padding-top: 10px;
        }

        p.business-overview-icotxt-p {
            margin: 7px 0 0 0;
            color: #212529;
            font-size: 15px;
            font-weight: 300;
            line-height: 1.4;
        }
    }


    /*사업부*/
#business-dept-wrap {
    background-color: #0f2442;
    padding-bottom: 10vh;
    padding-top: 10vh;
}

    .business-dept-desc {
        width: 100%;
        height: 193px;
        -o-object-fit: cover;
        object-fit: cover;
        border-radius: 10px 10px 0 0;
    }

    .card{
        border:none
    }

    .card.col-md.m-2 {
        padding: 0px;
    }

.card-title {
    font-size: 1.1rem;
    /*color: #ffffff;*/
}

p.card-text {
    font-size: 1.6vh;
}

.card-text:last-child {
    margin-bottom: 0;
    /*color: rgba(255,255,255,0.7);*/
    line-height: 1.6;
    font-size: 18px;
    font-weight: 300;
}

.card-body {
    background-color: #ffffff;
    border-bottom-left-radius: calc(.25rem - 1px);
    border-bottom-right-radius: calc(.25rem - 1px);
}

.card-img, .card-img-top{
    border-top-style:none;
}

@media screen and (max-width: 768px) {

    .card-text:last-child {
        font-size: 15px;
    }
    .row.justify-content-md-center {
            margin: 1vh;
        }

        h4.card-title {
            font-size: 20px;

        }

        .max_container.dept {
            padding: 0 10%;
        }
    }
    /*작업공정*/
    #business-workflow-wrap {
    position: relative;
    text-align: center;
    padding-top: 10vh;
    padding-bottom: 10vh;
}

.RollDiv {
    margin: 0 auto;
    width: 100%;
    height: 100%;
    overflow: hidden;
}



    .RollDiv > div {
        overflow: hidden;
        height: 17rem;
        margin: 0 auto;
        width: 100%;
    }

        .RollDiv > div > a {
            float: left;
            display: block;
            width: 13rem;
            height: 13rem;
            border: 0.1rem solid #e5e5e5;
            border-radius: 100%;
        }

            .RollDiv > div > a > img {
                width: 180px;
                height: 180px;
            }

.banner_wraper {
    margin: 0 auto;
    width: 100%;
    height: 100%;
    /*position: absolute;*/
    overflow: hidden;
}

    .banner_wraper img {
        width: 180px;
        height: 180px;
        /*position: absolute;*/
    }


.container.workFlowDetail.mt-3 {
    margin-top: 1rem !important;
}


.container.process-box {
    padding-bottom: 5vh;
}

    .process-list {
        display: flex;
        position: relative;
        -webkit-box-pack: justify;
        justify-content: space-between;
        width: 1140px;
        margin-top: 2.5rem;
    }

        .process-list li {
            /*display: flex;*/
        position: relative;
        -webkit-box-align: center;
        align-items: center;
        width: 7rem;
        height: 7rem;
        border-radius: 100%;
        background-color: #fff;
    }

            .process-list li .ico {
                display: block;
                width: 4.8rem;
                height: 4.8rem;
                margin: 0 auto;
                background-size: 4.8rem;
            }

    .ico {
        overflow: hidden;
        background: no-repeat 0 0;
        color: transparent;
        text-indent: -999px;
        white-space: nowrap;
        vertical-align: middle;
    }

.process-list:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    margin-top: -0.05rem;
    border: none;
    border-top: 4px dotted #bdcef9;
}

.process-list li dt {
    font-size: 0.9rem;
    font-weight: 500;
    color: #063980;
    text-align: center;
    line-height: 3rem;
}

    i.ico-process01 {
        background-image: url(../images/business/ico_business_process_1.png);
    }

    i.ico-process02 {
        background-image: url(../images/business/ico_business_process_2.png);
    }

    i.ico-process03 {
        background-image: url(../images/business/ico_business_process_3.png);
    }

    i.ico-process04 {
        background-image: url(../images/business/ico_business_process_4.png);
    }

    i.ico-process05 {
        background-image: url(../images/business/ico_business_process_5.png);
    }

    .ico {
        display: inline-block;
        overflow: hidden;
        background: no-repeat 0 0;
        color: transparent;
        text-indent: -999px;
        white-space: nowrap;
        vertical-align: middle;
    }

    .row.mt-3.l.col img {
        width: inherit;
    }

span.workFlowDesc-title {
    font-size: 1.1rem;
    color: #063980;
    font-weight: 500;
}

p.process-text {
    color: #212529;
    font-size: 1.8vh;
    font-weight: 300;
    line-height: 1.8;
}

p.process-sm-text {
    font-size: 0.9rem;
    line-height: 1.7;
    color: #696969;
    font-weight: 300;
}

img.process-img {
    border-radius: .3rem;
}


@media screen and (max-width: 768px) {
    p.process-text{
        font-size:18px;
    }



    .bin-s {
        padding-bottom: 30px;
    }

    span.workFlowDesc-sm-title {
        font-size: 18px;
        font-weight: 500;
        color: #063980;
    }

    p.process-sm-text {
        font-size: 15px;
        line-height: 1.6;
        color: #212529;
        font-weight: 300;
    }

    .container.workFlowDetail.mt-3 img {
        width: 95%;
        margin-top: 10px;
    }

    .DifferentDesc-title_2 {
        font-size: 18px;
    }
    }


    @media screen and (max-width: 440px) {
        .container.process-box {
            display: none
        }
    }



    /*사업안내-포트폴리오*/
    #business-portflio-wrap {
        background-color: #f3f3f3;
        padding-top: 1em;
        padding-bottom: 80px;
    }


/*포트폴리오 공통*/
/*=========================================================
포트폴리오
=========================================================*/
    .portfolio {
        clear: both;
        position: relative;
    }

    .portfolioItemWrap {
        position: relative;
        padding: 20px;
    }

    .portfolio .portfolioItemWrap .portfolioItem {
        position: relative;
        width: 100%;
        height: 100%;
        cursor:default;
    }

        .portfolio .portfolioItemWrap .portfolioItem .portfolioItemOverlay {
            position: absolute;
            width: 100%;
            height: 0;
            background-color: rgba(0,0,0, 0.3);
            border-radius: 0.2rem;
        }

            .portfolio .portfolioItemWrap .portfolioItem .portfolioItemOverlay::before {
                display: inline-block;
                content: '';
                vertical-align: middle;
                height: 100%;
            }

            .portfolio .portfolioItemWrap .portfolioItem .portfolioItemOverlay .portfolioItemOverlayContent {
                visibility: hidden;
                text-align: center;
                display: inline-block;
                vertical-align: middle;
                padding: 0;
                height: auto;
                width: 95%;
            }

                .portfolio .portfolioItemWrap .portfolioItem .portfolioItemOverlay .portfolioItemOverlayContent a i {
                    padding: 14px 6px 8px 6px;
                    background-color: rgba(0,0,0, 0.7);
                    opacity: 70;
                    border-radius: 40px;
                    color: #fff;
                    font-size: 16px;
                    width: 44px;
                    height: 44px;
                    margin: 0 5px;
                }

                .portfolio .portfolioItemWrap .portfolioItem .portfolioItemOverlay .portfolioItemOverlayContent a:hover i {
                    color: #fff;
                    background-color: rgba(0,0,0, 1.0);
                    opacity: 80;
                }

            .portfolio .portfolioItemWrap .portfolioItem .portfolioItemOverlay img {
                width: 10px;
                height: 10px;
            }

        .portfolio .portfolioItemWrap .portfolioItem img.portfolioImg {
            width: 100%;
            height: 100%;
            border-radius: 0.2rem;
        }

@media (max-width: 550px) and (min-width: 1px) {
    .portfolioItemWrap.col-md-6 {
        padding: 20px 45px;
    }
}

#guide-dongseo-wrap a {
    color: #333333;
}

#guide-dongseo-wrap a.active {
    color: #007bff;
}
/* 로그인 */
/*=========================================================
로그인
=========================================================*/
.login-wrap {
    max-width: 800px;
    margin: 0 auto;
    padding: 40px 15px 45px;
}

    .login-box {
        max-width: 350px;
        margin: 0 auto;
    }

    .loginTitle {
        color: #063980;
        font-size: 1.9rem;
        padding-bottom: 1rem;
    }

    .loginBtn {
        width: 100%;
        background-color: #063980;
        font-size: 20px;
    }

    .joinBtn {
        width: 100%;
        background-color: #FFF;
        border: solid 1px #707070;
        color: #063980;
        font-size: 20px;
    }

    .loginText {
        font-size: 15px;
    }

    .joinHelpText {
        color: #AFAAA9;
        font-size: 13px;
        line-height: 1.6;
    }

    .md_inputbx.mb15 {
        margin-bottom: 15px;
    }

    input#UserID {
        font-size: 13px;
        height: 45px;
    }

    input#UserPassword {
        font-size: 13px;
        height: 45px;
    }

    span.field-validation-error.text-danger {
        font-size: 13px;
    }

    .login-bin {
        margin-top: 250px;
    }

    /* 개인정보처리방침/이메일무단수집거부 / 다운로드 센터*/
    /*=========================================================
개인정보처리방침 / 이메일 무단수집 거부 / 다운로드 센터
=========================================================*/
    #Privacy-wrap, #EmailReject-wrap, #download-wrap {
        position: relative;
        text-align: center;
        margin-bottom: 70px;
        top: 15vh;
    }

.privacy-txt, .emailrej-txt, .download-txt {
    font-size: 1.1rem;
    padding-top: 1.8vh;
}

.privacy-s-txt, .emailrej-s-txt, .download-s-txt {
    font-size: 16px;
    font-weight: 300;
    padding: .5rem 1rem;
    line-height: 1.8;
    padding-bottom: 1.5rem;
}

    .bin {
        padding-bottom: 20vh;
    }

    .Login .header_ct {
        color: #063980;
        background-color: #fff;
    }

    .Login a {
        color: #063980;
    }

    .Login img.logosvg-img {
        background: url('../images/common/Logo_DongSeo_Blue.svg');
    }

    .Login .logosvg-text path {
        fill: #063980;
    }

.Other .logosvg-text path {
    fill: #063980;
}

    .Other a {
        color: #063980;
    }


.Other .header_ct {
    color: #063980;
    background-color: #fff;
}

    a.btn.btn-primary {
        font-size: 18px;
        font-weight: 500;
        width: 300px;
    }

.Privacy .menu_bar .item {
    background: #b35555;
}


@media screen and (max-width:575px) {
    .privacy-s-txt, .emailrej-s-txt, .download-s-txt {
        font-size: 14px;
    }
}

        /*푸터*/
        /*=========================================================
푸터
=========================================================*/
        #footer {
    position: relative;
    padding: 2rem 0;
    background-color: #343a40 !important;
    z-index: 101;
    color: #999;
    align-items: center;
}

    .footer_logo_box {
        display: flex;
    }

    .download {
        font-size: 16px;
        border: solid 1px;
        padding: 10px 15px;
        margin-left: 75%;
    }

    .footerLogo {
        width: 150px;
    }

    .privacy {
        font-size: 11px;
        padding-bottom: 5px;
    }

        .privacy a {
            display: inline-block;
            line-height: 38px;
            font-weight: 500;
            font-size: 14px;
            color: #999;
            background: url('../images/common/divide02.png') 0 31px no-repeat;
        }

            .privacy a:first-child {
                background: none;
            }

    .bottom_bx {
        display: inline-block;
    }

        .bottom_bx ul li {
            float: left;
            margin-right: 9px;
            font-size: 1.5vh;
            /* color: #555555; */
            line-height: 1.5em;
            position: relative;
            padding: 1px 0;
        }


    #footer .info {
        font-size: 14px;
        line-height: 2;
        padding-left: 10px;
    }

        #footer .info a {
            margin-right: 14px;
        }



    #footer .copy {
        font-size: 11px;
        padding-top: 1rem;
        letter-spacing: 0.4px;
    }


    .footer .container .row {
        justify-content: space-between;
    }

    /*푸터 반응형*/
    @media (max-width: 1200px) and (min-width: 551px) {
        .download {
            margin-left: 45%;
        }
    }

    @media (max-width: 550px) and (min-width: 414px) {
        .download {
            margin-left: 25%;
        }
    }

@media (max-width: 413px) and (min-width: 1px) {
    .download {
        margin-left: 20%;
    }
}


    @media screen and (min-width:993px) {
        .footerLogo {
            width: 150px;
        }

        .skip_topBtn {
            display: block;
            position: fixed;
            right: 33px;
            bottom: 20px;
            width: 44px;
            height: 44px;
            z-index: 1000;
        }

            .skip_topBtn a {
                display: block;
                width: 100%;
                height: 100%;
                background: url(/images/common/btn_top.png) 0 0 no-repeat;
                background-size: 100%;
                text-indent: -9999px;
            }
    }



    @media screen and (max-width:768px) {

        #footer .copy {
            font-size: 10px;
            padding-top: 30px;
            letter-spacing: 0.4px;
        }

        .bottom_bx {
            display: inline-block;
        }

        .skip_topBtn {
            display: block;
            position: fixed;
            right: 15px;
            bottom: 20px;
            width: 44px;
            height: 44px;
            z-index: 1000;
        }

            .skip_topBtn a {
                display: block;
                width: 100%;
                height: 100%;
                background: url(/images/common/btn_top.png) 0 0 no-repeat;
                background-size: 100%;
                text-indent: -9999px;
            }
    }


    /*컨텐츠 반응형*/
    /*=========================================================
컨텐츠 반응형
=========================================================*/
    @media screen and (max-width: 766px) and (min-width: 521px) {
        .workFlowItem-title {
            font-size: 1.5rem;
        }
    }

    @media (max-width: 520px) and (min-width: 1px) {
        .workFlowItem-title {
            font-size: 1.9rem;
        }

        .introArea .introTextBig {
            font-size: 3rem;
        }

        .introArea .introTextSmall {
            font-size: 2rem;
        }
    }


    /*로그인*/

    #joinRequestModal .form-group {
        margin-bottom: 0;
    }

    #joinRequestModal .modal-header {
        padding: .6rem .6rem;
    }

        #joinRequestModal .modal-header .close {
            font-size: .8rem;
        }

    #joinRequestModal .modal-title {
        font-size: .8rem;
        color: rgba(3,3,3, 0.8);
    }

    #joinRequestModal .modal-body,
    #joinRequestModal .modal-body input,
    #joinRequestModal .modal-body select,
    #joinRequestModal .modal-body textarea,
    #joinRequestModal .modal-footer,
    #joinRequestModal .modal-footer .btn {
        font-size: .65rem;
    }



    /* slick 플러그인 */

    .workflow_slider {
        /*height: 500px;*/
    }

    .slider {
        width: 100% !important;
        font-size: 0;
        position: relative;
        display: block;
        box-sizing: border-box;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        -webkit-touch-callout: none;
        -khtml-user-select: none;
        -ms-touch-action: pan-y;
        touch-action: pan-y;
        -webkit-tap-highlight-color: transparent;
    }

    .slick-slider .slick-list {
        display: block;
        margin: 0;
        padding: 0;
    }

    .slick-list:focus {
        outline: none;
    }

    .slick-slider .slick-list.dragging {
        cursor: pointer;
        cursor: hand;
    }



    .slick-slider .slick-track,
    .slick-slider .slick-list {
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    .slick-track {
        position: relative;
        top: 0;
        left: 0;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .slick-slider .slick-list .slick-track:before, .slick-slider .slick-list .slick-track:after {
        display: table;
        content: ''
    }

    .slick-slider .slick-list .slick-track:after {
        clear: both
    }

    .slick-slider .slick-list.slick-loading .slick-track {
        visibility: hidden
    }

    .slick-slider .slick-list .slick-track .slick-slide {
        display: none;
        float: left
    }

    .slick-slide {
        display: none;
        float: left;
        height: 100%;
        min-height: 1px;
    }

    .slick-slider[dir='rtl'] .slick-list .slick-track .slick-slide {
        float: right
    }

    .slick-slider .slick-list .slick-track .slick-slide img {
        display: inline-block;
        height: 700px;
    }

    .slick-slider .slick-list .slick-track .slick-slide.slick-loading img {
        display: none
    }

    .slick-slider.slick-initialized .slick-list .slick-track .slick-slide {
        display: block
    }

    .slick-slider .slick-list .slick-track.slick-loading .slick-slide {
        visibility: hidden
    }

    .slick-slider .slick-arrow.slick-hidden {
        display: none
    }

    a.post-subject {
        font-size: 30px;
        font-weight: 600;
        margin-top: -100px;
        padding: 0 30px;
        color: #ffffffc9;
        padding-top: -90px;
        width: 200px;
        display: table-caption;
    }


    /* 화살표 */
    .slick-arrow {
        z-index: 2; /* prev버튼은 위치 이동시 이미지 뒤로 숨겨짐 */
        position: absolute; /* 원하는 위치에 지정  */
        top: 50%;
        width: 50px;
        height: 50px;
        transform: translateY(-25px);
    }

    .slick-prev.slick-arrow { /* prev 이전 */
        left: 0;
    }

    .slick-next.slick-arrow { /* next 다음 */
        right: 0;
    }

    /* 아래점 */
    .slick-dots {
        text-align: center;
    }

        .slick-dots li {
            display: inline-block;
            margin: 0 5px;
        }

@media (max-width: 520px) and (min-width: 1px) {
    .slick-slider .slick-list .slick-track .slick-slide img {
        display: inline-block;
        height: 300px;
    }
    a.post-subject {
        font-size: 24px;
        font-weight: 400;
        margin-top: -80px;
        color: #ffffff;
        padding-top: -90px;
        width: 170px;

    }
}