@charset "utf-8";

body {
    font-family: 'Noto Sans KR';
    font-style: normal;

}

/********** 공통 애니메이션 시작 **********/
.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

/********** 공통 애니메이션 종 **********/


/*    header    */
#dh_header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 80px;
    transition: .2s ease-in-out;
    z-index: 9999;
    border-bottom: 1px solid rgb(255, 255, 255, .2);
    -webkit-background-clip: padding-box;
    /* for Safari */
    background-clip: padding-box;
    /* for IE9+, Firefox 4+, Opera, Chrome */
}


#dh_header.on {
    background: #fff;
    transition: .2s ease-in-out;
}

#dh_header.white {
    background: #fff;
    box-shadow: 0 -7px 15px gray;
}

#dh_header .inner {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}

#dh_header .logo {
    position: absolute;
    top: 26px;
    left: 0;
}

#dh_header .logo a {
    display: block;
}

#dh_header .logo img.on {
    display: none;
}

#dh_header .logo img.off {
    display: block;
}

#dh_header.on .logo img.on {
    display: block;
}

#dh_header.on .logo img.off {
    display: none;
}

#dh_header.white .logo img.on {
    display: block;
}

#dh_header.white .logo img.off {
    display: none;
}

.gnb {
    position: absolute;
    top: 28px;
    right: 0;
    text-align: center;
}

.gnbBg {
    display: none;
    position: absolute;
    left: 0;
    top: 100px;
    width: 100%;
    height: 230px;
    background: #fff;
    border-top: 1px solid #eee;
    z-index: 98;
}

.gnb > li {
    float: left;
    position: relative;
    margin-left: 79px;
    height: 51px;
    line-height: 29px;
}

.gnb > li > a {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 18px;
    color: #fff;
}

.gnb_2depth {
    position: absolute;
    width: 200px;
    top: 51px;
    left: 50%;
    margin-left: -99px;
    text-align: center;
    display: none
}

.gnb_2depth li {
    margin-top: 1px;
}

.gnb_2depth li:first-child {
    margin-top: 0;
}

.gnb_2depth li a {
    display: block;
    color: #aaa;
    width: 200px;
    height: 45px;
    line-height: 45px;
    background: rgba(0, 0, 0, .5);
    font-size: 16px;
}

.gnb_2depth li a:hover {
    background: #fff;
    color: #111;
}

#dh_header.on .gnb > li > a {
    color: #000;
}

#dh_header.on .gnb > li:hover > a {
    color: #1c7cb3;
}

#dh_header.white .gnb > li > a {
    color: #000;
}

#dh_header.white .gnb > li:hover > a {
    color: #1c7cb3;
}


/*  header media  */

@media screen and (min-width:1201px) {
    .hs-menubar {
        display: none;
    }
}

@media screen and (max-width:1200px) {
    #dh_header {
        display: none;
    }

    .hs-menubar {
        display: block;
    }
}



/***********  main-con-wrap  ***********/
.main-con-wrap {
    background: #f3f3f3;
    padding: 150px 0 150px 0;
}

.main-con-inner {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.main-con-inner .con-left {
    float: left;
    width: 790px;
}

.main-con-inner .con-left ul > li a .thumb {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.main-con-inner .con-left ul > li a .thumb img {
    -webkit-transition: 0.3s ease-out;
    -moz-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
}

.main-con-inner .con-left ul > li a:hover img {
    transform: scale(1.1);
}

.main-con-inner .con-left ul {}

.main-con-inner .con-left ul li {
    float: left;
    width: 380px;
    height: 275px;
    position: relative;
    box-shadow: 3px 2px 2px -2px rgba(0, 0, 0, .1);
}

.main-con-inner .con-left ul li:nth-child(3) {
    margin: 30px 0 0 0;
}

.main-con-inner .con-left ul li:nth-child(4) {
    margin: 30px 0 0 30px;
}

.main-con-inner .con-left ul li + li {
    margin-left: 30px;
}

.main-con-inner .con-left ul li a .thumb-tit {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 60px;
    background: #fff;
}

.main-con-inner .con-left ul li a .thumb-tit p {
    text-align: center;
    font-size: 18px;
    color: #111;
    line-height: 60px;
}

.main-con-inner .con-right {
    position: relative;
    width: 380px;
    height: 576px;
    background: #fff;
    float: right;
    margin-left: 30px;
    border-top: 4px solid #dddbc6;
    box-shadow: 3px 2px 2px -2px rgba(0, 0, 0, .1);

}

.main-con-inner .con-right .con-right-inner {
    padding: 62px 0 0 50px;
}

.con-right .con-right-inner .con-right-box1 {
    position: relative;
}

.con-right .con-right-inner .con-right-box1:after {
    content: "";
    width: 300px;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: -60px;
    background: #cfcfcf;
}

.con-right .con-right-inner h3 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    color: #111;
    line-height: 1;
    margin-bottom: 30px;
}

.con-right .con-right-inner strong {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    color: #d4b979;
}

.con-right .con-right-inner p.cr-p1 {
    font-size: 16px;
    color: #666;
    margin-top: 10px;
}

.con-right .con-right-inner p.cr-p2 {
    font-size: 16px;
    color: #666;
}

.con-right .con-right-inner .con-right-box2 {
    margin-top: 110px;
    position: relative;
}

.con-right-inner .con-right-box2 p.cr-p3 {
    font-size: 15px;
    color: #666;
}

.con-right .con-right-box3 {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 330px;
    height: 70px;
    background: #e2e2e2;
}

.con-right .con-right-box3 a {
    display: block;
    transition: all .3s;
    background: url(../img/main/bbs_more_btn_on.png) no-repeat 230px 28px;
}

.con-right .con-right-box3 a:hover {
    display: block;
    transition: all .3s;
    background: url(../img/mains/bbs_more_btn_off.png) no-repeat 230px 28px;
}

.con-right .con-right-box3 a span {
    font-size: 18px;
    line-height: 70px;
    padding-left: 30px;
}

/***********  main-cs-wrap  ***********/

.main-cs-wrap {
    padding: 100px 0 100px 0;
}

.main-cs-wrap .cs-inner {
    width: 1200px;
    margin: 0 auto;
}

.cs-inner .cs-box {
    position: relative;
    width: 380px;
    float: left;
}

.cs-box .cs-tit a {
    position: absolute;
    top: 0;
    right: 0;
    width: 32px;
    height: 32px;
}

.cs-box .cs-tit a.cs-more-btn {
    transition: all .3s;
    background: url(../img/main/cs-more-btn-off.png) no-repeat;
}

.cs-box:hover a.cs-more-btn {
    transition: all .3s;
    background: url(../img/main/cs-more-btn-on.png) no-repeat;
}

.cs-box .cs-tit h3 {
    font-size: 20px;
    color: #111;
    line-height: 1;
    margin-bottom: 10px;
}

.cs-box ul {}

.cs-box ul li {
    padding: 10px 0;
    border-bottom: 1px solid #f2f2f2;
}

.cs-box ul li a {}

.cs-box ul li a p {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 300px;
    font-size: 15px;
    color: #666;
}

.cs-inner .cs-bnn {
    float: left;
    width: 380px;
    height: 160px;
    background: #efeadd;
}

.cs-inner .cs-bnn a h3 {
    font-size: 20px;
    color: #111;
    line-height: 1;
    position: relative;
}

.cs-inner .cs-bnn a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 50px 0 0 50px;
}

.cs-inner .cs-bnn a h3:after {
    content: "";
    position: absolute;
    top: 0;
    right: 100px;
    background: url(../img/main/cs-bnn-more.png) no-repeat;
    width: 20px;
    height: 20px;
}

.cs-inner .cs-bnn a p {
    font-size: 14px;
    color: #666;
    line-height: 1.4;
    margin-top: 12px;
}

.ml30 {
    margin-left: 30px;
}

@media screen and (min-width:769px) {
    .m_sec_tit {
        display: none;
    }
    
    .m_business_btn {
        display: none;
    }
}

@media screen and (max-width:768px) {

    .cs-bnn,
    .cs-box.faq {
        display: none;
    }

    .main-cs-wrap .cs-inner {
        width: 100%;
    }

    .cs-inner .cs-box {
        width: 100%;
        margin-left: 0;
        margin: 0 auto;
        float: none;
    }

    .cs-inner .cs-box .cs-tit {
        display: none;
    }

    .cs-inner .cs-box ul {
        padding: 0 20px;
    }

    .cs-inner .cs-box ul li:first-child {
        border-top: 2px solid #111;
    }

    .cs-inner .cs-box .cs-more-btn {
        display: none;
    }
}


/***********  mobile-main  ***********/

.m_container {
    /*
    position: absolute;
    top: 64%;
    left: 50%;
    width: 90%;
    max-width: 600px;
    transform: translate(-50%, -50%);
*/
    margin-top: -200px;
    overflow: hidden;
    padding: 0 10px;
}

.m_container ul li {
    float: left;
    width: 50%;
    margin-top: 5px;
}

.m_container ul li a {
    display: block;
    position: relative;
    margin: 0 3px;
    background: rgba(255, 255, 255, .9);
}

.m_container ul li a.box_list {
    display: block;
    height: 60px;
    padding: 20px;
}

a.box_list h3 {
    font-size: 16px;
    line-height: 1;
    color: #111;
    font-weight: 500;
}

a.box_list h4 {
    font-size: 15px;
    font-family: 'Play', sans-serif;
    font-weight: 700;
    margin-top: 10px;
    color: #666;
}

a.box_list .btn_more {
    position: absolute;
    right: 30px;
    bottom: 25px;
}

.btn_more > img {
    width: 30px;
}

@media screen and (min-width:769px) {
    .m_container {
        display: none;
    }
}

@media screen and (max-width:768px) {
    .main-visual {
        height: 600px;
    }

    .main-vs-txt {
        min-width: 400px;
        top: 42%;
    }

    .main-vs-txt h2 {
        font-size: 28px;
    }

    .main-vs-txt p {
        margin-top: 10px;
    }
}




/******  sub page  ******/
/********** sub comoon css st **********/
.sub-tit-inner {
    width: 1100px;
    margin: 50px auto 0;
}

.sub-tit-inner h2 {
    font-size: 40px;
    line-height: 1;
    text-align: center;
    color: #111;
    margin-bottom: 50px;
}

@media screen and (max-width:768px) {
    .sub-tit-inner {
        width: 100%;
    }
}

/********** sub comoon css end **********/

.sub-intro01 {
    height: 250px;

}

.sub-intro01,
.sub-intro01:before {
    position: relative;
    height: 250px;
    overflow: hidden;
}

.sub-intro01:before {
    display: block;
    content: "";
    max-height: 750px;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: url(../img/main/sub-intro01-bg.jpg) no-repeat 50%;
    background-size: cover;
    -webkit-animation: bgScale 25s infinite;
    animation: bgScale 25s infinite
}

@-webkit-keyframes bgScale {
    0% {
        -webkit-transform: scale(1) rotate(.001deg);
        transform: scale(1) rotate(.001deg)
    }

    50% {
        -webkit-transform: scale(1.2) rotate(.001deg);
        transform: scale(1.2) rotate(.001deg)
    }

    to {
        -webkit-transform: scale(1) rotate(.001deg);
        transform: scale(1) rotate(.001deg)
    }
}

@keyframes bgScale {
    0% {
        -webkit-transform: scale(1) rotate(.001deg);
        transform: scale(1) rotate(.001deg)
    }

    50% {
        -webkit-transform: scale(1.2) rotate(.001deg);
        transform: scale(1.2) rotate(.001deg)
    }

    to {
        -webkit-transform: scale(1) rotate(.001deg);
        transform: scale(1) rotate(.001deg)
    }
}

.sub-txt-inner {
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.sub-tx h2 {
    font-size: 36px;
    color: #fff;
    line-height: 1;
}

.sub-tx p {
    font-size: 18px;
    color: #fff;
    line-height: 1;
    margin-top: 20px;
}

#sub-navi-wrap {
    position: relative;
    height: 59px;
    border-bottom: solid 1px #ddd;
    background: #fff;
    transition: .5s;
    z-index: 21;
}

.sub-navi-inner {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}

.snb-inner-box {
    float: left;
    position: relative;
    z-index: 10;
}


.snb-inner-box .snb-home {
    display: block;
    width: 80px;
    height: 59px;
    float: left;
    position: relative;
    text-indent: -999em;
    overflow: hidden;
    border-left: solid 1px #ddd;
    border-right: solid 1px #ddd;
}

.snb-inner-box .snb-home:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 14px;
    height: 14px;
    background: url(../img/main/icon_home.png) no-repeat;
    background-size: cover;
    margin: -7px 0 0 -7px;
}

.snb-depth {
    float: left;
    position: relative;
}

.snb-depth .current-snb,
.snb-depth .current-snb:visited {
    color: #111;
}

.snb-depth .current-snb {
    display: block;
    line-height: 59px;
    position: relative;
    padding: 0 70px 0 28px;
    min-width: 200px;
    border-right: solid 1px #ddd;
    transition: .3s;
    color: #111;
    font-size: 18px;
}


.snb-depth a.current-snb:after {
    content: "";
    height: 0;
    width: 0;
    display: block;
    border: 5px transparent solid;
    border-bottom-width: 0;
    border-top-color: #555;
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -2px;
}

.snb-depth ul {
    display: none;
    position: absolute;
    left: -1px;
    top: 57px;
    right: 0;
    border: solid 1px #ddd;
    border-top: 0;
    background: #fff;
    padding: 20px 0;
}

.snb-depth li a {
    display: block;
    line-height: 2em;
    padding: 4px 21px;
    font-size: 16px;
}

.snb-depth li a > span {
    display: inline-block;
    position: relative;
}


/******  sub page cont wrap  ****/

.cont-inner {
    width: 1200px;
    margin: 0 auto;
}

.sub-tb {
    border-top: 2px solid #666;
    width: 100%;
    margin-top: 30px;
}

.sub-tb tbody td {
    font-size: 16px;
    letter-spacing: -0.5px;
    color: #222;
    font-weight: 300;
    height: 77px;
    padding-left: 3%;
    border-bottom: 1px solid #ddd;
}

.sub-tb tbody td:first-child {
    border-right: 1px solid #ddd;
}


/********** sub 1~ **********/

/* 타이틀 공통 st */

.sub-tit-wrap {}


/* 타이틀 공통 end */


.sub-intro-inner {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

.sub-intro-inner p {
    font-size: 16px;
    color: #444;
    text-align: center;
}

/********** sub about **********/
.about-inner {
    min-height: 600px;
}

.about-tit h2 {
    font-size: 36px;
    font-weight: bold;
    padding-bottom: 50px;

}

.about-tit p {
    margin-bottom: 60px;
}

.about-img {
    float: right;
    margin-left: 100px;
}

.about-tx {
    margin-bottom: 10px;
    line-height: 2;
    font-size: 16px;
    text-align: left;

}

@media screen and (max-width:768px) {
    .about-img {
        margin: 0 auto 50px;
        margin-left: 0;
    }
}


/********** sub hs **********/
.sub-history-wrap {
    min-height: 800px;
}

.content-inner {
    max-width: 1200px;
    margin: 0 auto;
}

.content-inner h3 {
    font-size: 42px;
    color: #111;
    line-height: 1;
    margin-bottom: 50px;
}


.hs-info ul li span {
    float: left;
    padding-right: 10px;
    color: #333;
    font-weight: 600;
}

.hs-list-img {
    width: 100%;
}

.hs-list-img > img {
    width: 100%;
}

.sub-history-wrap h3 {
    margin-bottom: 50px;
}

.history-list ol {
    position: relative;
}

.history-list ol > li div {
    width: 100%;
}

.history-list ol > li:last-child .hs-info {
    padding-bottom: 40px;
}

.sub-history-wrap .history-list ol {
    list-style: none;
}

.sub-history-wrap .history-list ol > li:last-child .hs-info:after {
    content: none;
}

.sub-history-wrap .history-list ol > li h4 {
    font-size: 30px;
    font-weight: bold;
    line-height: 1;
    display: inline-block;
    vertical-align: top;
    line-height: 37px;
}

.sub-history-wrap .history-list ol > li h4 + .hs-info:before,
.sub-history-wrap .history-list ol > li h4 + .hs-info:after {
    content: '';
    display: inline-block;
    position: absolute;
    left: 0;
    top: 12px;
}

.sub-history-wrap .history-list ol > li h4 + .hs-info:before {
    width: 14px;
    height: 14px;
    border: 3px solid #d2ac62;
    background-color: #fff;
    border-radius: 50%;
    left: 30px;
    z-index: 1;
    box-sizing: border-box;
}

.sub-history-wrap .history-list ol > li h4 + .hs-info:after {
    display: inline-block;
    height: 100%;
    width: 1px;
    background-color: #ddd;
    left: 37px;
}

.sub-history-wrap .history-list ol > li .hs-info {
    width: 50%;
    position: relative;
    display: inline-block;
    padding-left: 84px;
    vertical-align: top;
    padding-bottom: 50px;
}


.hs-info ul li {
    font-size: 16px;
    line-height: 30px;
    color: #888;
    letter-spacing: -0.32px;
}


.hs-list-img {
    position: absolute;
    right: 0;
    text-align: right;
}

.hs-list-img.img-0 {
    top: 0px;
}

.hs-list-img.img-1 {
    top: 420px;
}

.hs-list-img img {
    max-width: 100%;
    height: auto;
}

.hs-list-img p {
    margin-top: 10px;
    font-size: 14px;
    color: #444;
    letter-spacing: -0.28px;
    line-height: 22px;
}


@media screen and (max-width:768px) {

    .content-inner {
        padding: 0 20px;
    }

    .history-list ol > li div {
        text-align: left;
    }
}

@media (max-width: 1024px) {
    .sub-history-wrap h3 {
        margin-bottom: 30px;
    }

    .sub-history-wrap .history-list ol > li {
        position: relative;
        padding-left: 22px;
        padding-bottom: 40px;
    }

    .sub-history-wrap .history-list ol > li:last-child {
        padding-bottom: 0;
    }

    .sub-history-wrap .history-list ol > li:last-child:after {
        content: none;
    }

    .sub-history-wrap .history-list ol > li:before,
    .sub-history-wrap .history-list ol > li:after {
        content: '';
        display: inline-block;
        position: absolute;
        left: 0;
        top: 13px;
    }

    .sub-history-wrap .history-list ol > li:before {
        width: 12px;
        height: 12px;
        border: 3px solid #d2ac62;
        background-color: #fff;
        border-radius: 50%;
        left: 0;
        z-index: 1;
        box-sizing: border-box;
    }

    .sub-history-wrap .history-list ol > li:after {
        display: inline-block;
        height: 100%;
        width: 1px;
        background-color: #ddd;
        left: 6px;
    }


    .sub-history-wrap .history-list ol > li .hs-info ul li {
        font-size: 14px;
        letter-spacing: -0.28px;
        line-height: 20px;
        margin-top: 12px;
    }

    .sub-history-wrap .history-list ol > li .hs-info ul li:first-child {
        margin-top: 0;
    }

    .sub-history-wrap .history-list ol > li .hs-list-img.img-1 {
        position: relative;
        width: 100%;
        top: 0;
        margin-top: 30px;
        text-align: left;
        text-align: right;
    }


    .sub-history-wrap .history-list ol > li .hs-list-img.img-0 {
        position: relative;
        width: 100%;
        top: 0;
        margin-top: 30px;
        text-align: left;
        text-align: right;
    }

    .sub-history-wrap .history-list ol > li .hs-list-img img {
        width: 100%;
    }

    .sub-history-wrap .history-list ol > li .hs-info {
        display: block;
        width: 100%;
        padding: 0;
    }

    .sub-history-wrap .history-list ol > li h4 + .hs-info:before,
    .sub-history-wrap .history-list ol > li h4 + .hs-info:after {
        content: none;
    }

    .sub-history-wrap .history-list ol > li h4 {
        font-size: 24px;
        margin-bottom: 14px;
    }
}



@media screen and (max-width:768px) {
    .cont-inner {
        width: 90%;
        text-align: center;
        margin: 0 auto;

    }

    .sub-tb tbody th {
        font-size: 14px;
    }

    .sub-tb tbody td {
        font-size: 14px;
    }

    .snb-depth .current-snb {
        min-width: 150px;
    }
}
















































































/***********  main-footer  ***********/

#dh_footer {
    width: 100%;
    min-height: 250px;
    background: #1f1e24;
}

.ft_inner {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;

}

.ft_top_policy {
    border-bottom: 1px solid #3c3d3f;
    height: 55px;
}

.ft_top_policy_inner {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    font-size: 12px;
    color: #888;
    text-align: left;
    clear: both;
}

.ft_top_policy ul li {
    display: inline-block;
}

.ft_top_policy ul li a {
    line-height: 50px;
    font-size: 16px;
    color: #666;
}

.ft_top_policy ul li + li:before {
    content: '';
    display: inline-block;
    width: 1px;
    height: 11px;
    margin: 0 13px 0 10px;
    background: #3c3d3f;
    vertical-align: middle;
}

.ft_info_wrap {
    padding: 20px 0 0;
}

.ft_info_list dl {
    display: inline-block;
    margin-right: 10px;
    position: relative;
    color: #666;
    font-size: 13px;
}

.ft_info_list dl:after {
    content: '';
    display: block;
    position: absolute;
    right: -8px;
    top: 5px;
    width: 1px;
    height: 10px;
    background: #999;
}

.ft_info_list dl:last-child:after {
    display: none;
}


.ft_info_list dl dt {
    display: inline-block;
}

.ft_info_list dl dd {
    display: inline-block;
}

.sp_tit {
    font-size: 20px;
    font-weight: 500;
    padding-bottom: 10px;
    padding-top: 30px;
    color: #fff;
}

.dh_copy {
    color: #999;
    margin-top: 20px;

}


@media screen and (max-width:768px) {
    #dh_footer {
        min-height: 200px;
    }

    .ft_info_wrap {
        margin-top: 30px;
    }

    .ft_top_policy ul li {
        padding-left: 20px;
    }

    .ft_top_policy ul li:nth-child(2) {
        padding-left: 0;
    }

    .ft_top_policy ul li a {
        font-size: 14px;
    }

    .ft_info_list,
    ft_info_list {
        display: none;
    }

    .sp_tit {
        font-size: 16px;
        text-align: center;
    }

    .sp_tit,
    .dh_copy {
        padding-top: 0;
        text-align: center;
    }
}
