﻿@charset "utf-8";

#wrap {
    position: relative;
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
}
/* #header 와 #container, #footer 전체 감싸는 영역 */
#wrap #header {
    width: 100%;
    margin: 0;
    padding: 0;
}

#wrap #container {
    width: 100%;
    margin: 0;
    padding: 90px 0 0 0;
}

#wrap #footer {
    width: 100%;
    margin: 0;
}
/* #container 안의 레이아웃 */
#contents_wrap {
    width: 1200px;
    margin: 0 auto;
    padding: 0;
    position: relative;
    z-index: 1;
    box-sizing: border-box;
}
/* #container 안의 컨텐츠 감싸는 영역 */
#contents_wrap #side_box {
    width: 100%;
    padding: 5.6% 0 0 0;
    box-sizing: border-box;
}
/* lnb 감싸는 영역 */
#contents_wrap #contents_box {
    width: 100%;
    padding: 5.6% 0 7.2% 0;
    box-sizing: border-box;
}
/* 컨텐츠를 감싸는 영역 */
#contents_wrap #side_box + #contents_box {
    padding-top: 0;
}
/* lnb와 컨텐츠가 float 일때 사이즈 재설정 */
/* navigation layout */
#contents_wrap .nav_wrap {
    box-sizing: border-box;
}
/* #content */
#content {
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: left;
    box-sizing: border-box;
}
/* navigation 을 제외한 컨텐츠 */
#content .sub_content {
    width: 100%;
    margin: 0 auto;
    background: #fff;
    box-sizing: border-box;
}

#content .sub_content:after {
    clear: both;
    content: "";
    display: block;
}
/* 컨텐츠 전체 가로 사이즈 */
.w_custom {
    width: 1200px;
    text-align: left;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
}

@media only screen and (max-width:1217px) {
    body {
        height: 100%;
        overflow: hidden;
    }

    #contents_wrap {
        width: 100%;
        padding-left: 12px !important;
        padding-right: 12px !important;
    }

    .w_custom {
        width: 100%;
        padding-left: 12px !important;
        padding-right: 12px !important;
    }
}

@media only screen and (max-width:1200px) {
    
}

@media only screen and (max-width:1023px) {
    #contents_wrap #side_box {
        padding: 4.8% 0 0 0;
    }

    #contents_wrap #contents_box {
        padding: 4.8% 0 6.4% 0;
    }
}

@media only screen and (max-width:860px) {
    #contents_wrap #side_box {
        padding: 4.2% 0 0 0;
    }

    #contents_wrap #contents_box {
        padding: 4.2% 0 6.4% 0;
    }
}

@media only screen and (max-width:767px) {
    /*.w_custom {padding-left:4% !important;padding-right:4% !important;}*/
    /* #contents_wrap #side_box {display:none;} */
}

@media only screen and (max-width:640px) {
    #contents_wrap #contents_box {
        padding: 4.2% 0 10.4% 0;
    }
}

@media only screen and (max-width:479px) {
    #contents_wrap #contents_box {
        padding: 4.2% 0 12% 0;
    }
}

.skip_nav {
    position: relative;
    z-index: 9999;
}

    .skip_nav a {
        display: block;
        height: 1px;
        width: 1px;
        margin-bottom: -1px;
        overflow: hidden;
        font-size: 12px;
        color: #fff;
        font-weight: bold;
        white-space: nowrap;
        text-align: center;
    }

        .skip_nav a:focus, .skip_nav a:active {
            height: auto;
            width: 100%;
            padding: 0;
            margin-bottom: 0;
            position: absolute;
            left: 0;
            top: 0;
        }

#wrap {
    padding-top: 0px;
}

#header h1.logo {
    position: absolute;
    left: 0px;
    top: 0px;
}

    #header h1.logo img {
    }

#header {
    left: 0;
    top: 0;
    padding: 30px;
    height: 87px;
    border: 0;
    text-align: center;
    position: fixed;
    z-index: 10;
    width: 100%;
    box-sizing: border-box;
    font-size: 0;
    border-bottom: 1px solid #cccccc;
    background: #fff;
}

    #header.main {
        border-bottom: 0px;
        background: transparent;
    }

.w_set {
    width: 100%;
    box-sizing: border-box;
    max-width: 1180px;
    padding: 0;
    margin: 0 auto;
}

#header .w_set2 {
    position: relative;
}

#header .hd_logo {
    left: 30px;
    top: 30px;
    position: absolute;
    z-index: 15;
}

    #header .hd_logo.pc_logo {
        display: inline-block;
    }

#header.main .hd_logo.main_logo {
    display: inline-block;
}

#header.main .hd_logo.sub_logo {
    display: none;
}

.main_logo {
    display: none;
}

#header .hd_logo.m_logo {
    display: none;
}

#header .hd_logo img {
    height: 30px;
    width: auto;
}

#header .hd_lnb {
    top: 30px;
    left: 50%;
    height: 33px;
    line-height: 33px;
    transform: translateX(-17%);
    margin: 0;
    padding: 0;
    font-size: 0;
    width: 100%;
    display: block;
    position: absolute;
    vertical-align: top;
    text-align: center;
    display: inline-block;
    box-sizing: border-box;
    z-index: 10;
}

    #header .hd_lnb li, #header .hd_lnb li a {
        height: 33px;
        padding: 0;
        line-height: 33px;
        font-size: 18px;
        font-weight: 500;
        color: #222;
        vertical-align: top;
        text-align: center;
        display: inline-block;
        box-sizing: border-box;
        text-decoration: none;
    }

    #header .hd_lnb li {
        padding: 0 36px;
    }

        #header .hd_lnb li a {
            padding: 0;
            position: relative;
            z-index: 1;
        }

#header.main .hd_lnb li a:after {
    content: "";
    display: block;
    clear: both;
    transition: 0.5s;
    width: 0;
    height: 2px;
    background: #fff;
    position: absolute;
    left: 0;
    bottom: 50%;
    margin-top: -17px;
    content: "";
    display: inline-block;
}

#header .hd_lnb li a:after {
    content: "";
    display: block;
    clear: both;
    transition: 0.5s;
    width: 0;
    height: 2px;
    background: #222;
    position: absolute;
    left: 0;
    bottom: 50%;
    margin-top: -17px;
    content: "";
    display: inline-block;
}

#header .hd_lnb li a:hover:after {
    width: 100%;
}

#header .hd_lnb li a.on:after {
    width: 100%;
}

#header .hd_gnb {
    top: 50%;
    margin-top: -7px;
    right: 30px;
    height: 14px;
    line-height: 14px;
    margin: 0;
    padding: 0;
    font-size: 0;
    width: auto;
    display: block;
    position: absolute;
    vertical-align: top;
    text-align: center;
    display: inline-block;
    box-sizing: border-box;
    z-index: 15;
    margin-top: -7px;
}

    #header .hd_gnb li, #header .hd_gnb li a {
        height: 14px;
        line-height: 14px;
        padding: 0;
        font-size: 14px;
        font-weight: 400;
        color: #888;
        vertical-align: top;
        text-align: center;
        display: inline-block;
        box-sizing: border-box;
    }

    #header .hd_gnb li {
    }

        #header .hd_gnb li + li a {
            padding: 0 0 0 30px;
        }

#header .btn_hd_cate {
    display: none;
}

#header.main.on {
    background: rgba(000,000,000,0.7);
}

#header.on {
    transition: 0.3s;
}

    #header.on:after {
        transition: 0.3s;
        background: rgba(118, 118, 118, 0.2);
    }

    #header.on .hd_logo.pc_logo {
    }

        #header.on .hd_logo.pc_logo a {
            transition: 0.3s;
        }

            #header.on .hd_logo.pc_logo a.out {
                display: none;
            }

            #header.on .hd_logo.pc_logo a.on {
                display: inline-block;
            }

    #header.on .hd_lnb li, #header.on .hd_lnb li a {
        color: #222;
    }

#header.main .hd_lnb li, #header.main .hd_lnb li a {
    transition: 0.3s;
    color: #222;
}

#header.on .hd_gnb li, #header.on .hd_gnb li a {
    color: #222;
}

#header.main .hd_gnb li, #header.main .hd_gnb li a {
    transition: 0.3s;
    color: #FFF;
}


@media only screen and (max-width:1200px) {
    #header .hd_lnb li {
        padding: 0 30px;
        left: 3%;
        position: relative;
    }
}

@media only screen and (max-width:1023px) {
    #header {
        padding: 23px 0 22px 0;
        line-height: 30px;
        height: 75px;
    }

        #header:after {
        }

        #header .w_set2 {
        }

        #header .hd_logo {
            left: 19px;
            top: 23px;
        }

            #header .hd_logo img {
                height: 30px;
            }

        #header .hd_lnb, #header .hd_gnb {
            display: none;
        }

        #header .btn_hd_cate {
            z-index: 20;
            width: 48px;
            height: 38px;
            line-height: 38px;
            padding: 0px;
            top: 27px;
            right: 10px;
            position: absolute;
            display: inline-block;
            box-sizing: border-box;
        }

        #header.on:after {
            transition: 0.3s;
            background: rgba(118, 118, 118, 0.2);
        }

        #header.on .hd_logo.pc_logo {
        }

        #header.on .hd_logo.m_logo a {
            transition: 0.3s;
        }

            #header.on .hd_logo.m_logo a.out {
                display: none;
            }

            #header.on .hd_logo.m_logo a.on {
                display: inline-block;
            }

        #header.on .hd_lnb li, #header.on .hd_lnb li a {
            transition: 0.3s;
            color: #333;
        }

        #header.on .hd_gnb li, #header.on .hd_gnb li a {
            transition: 0.3s;
            color: #666;
        }

        #header.main.on .menu-trigger span {
            background-color: #fff;
        }

        #header.on .menu-trigger span {
            background-color: #333;
        }

        #header.main.on .menu-trigger.active-1 span {
            background-color: #fff;
        }

        #header.on .menu-trigger.active-1 span {
            background-color: #333;
        }

    #aside {
        right: -85.6%;
        width: 85.6%;
    }

        #aside .aside_box .aside_logo {
            padding: 25px 0 92px 0;
        }

            #aside .aside_box .aside_logo a img {
                width: auto;
                height: 32px;
            }
}

@media only screen and (max-width:860px) {
}

@media only screen and (max-width:767px) {
}

@media only screen and (max-width:640px) {
    #header {
        padding: 20px 0 17px 0;
        line-height: 20px;
        height: 57px;
    }

        #header:after {
        }

        #header .w_set2 {
        }

        #header .hd_logo {
            left: 15px;
            top: 50%;
            margin-top: -12px;
        }

            #header .hd_logo.pc_logo {
                display: none;
            }

            #header .hd_logo img {
                height: 22px;
                width: auto;
            }

        #header .hd_lnb, #header .hd_gnb {
            display: none;
        }

        #header .btn_hd_cate {
            z-index: 20;
            display: inline-block;
            width: 35px;
            height: 35px;
            line-height: 20px;
            padding: 14px 5px 7px 5px;
            box-sizing: border-box;
            top: 0;
            right: 2.6%;
            position: absolute;
        }

    .main_logo {
        display: none;
    }

    .main.sub_logo {
        display: none;
    }

    .sub_logo {
        display: block;
    }
   
}

@media only screen and (max-width:479px) {
    
}





/*───────────────────────────────────────────────────────────

	 FOOTER | outline/footer.html

───────────────────────────────────────────────────────────*/

#footer {
    background: #595959;
    padding: 80px 0;
    overflow: hidden;
    text-align: center;
}

    #footer .w_set {
        position: relative;
        width: 1200px;
        margin: 0 auto;
        overflow: hidden;
    }

    #footer h2 {
        padding-bottom: 40px;
    }

        #footer h2 img {
            width: 150px;
        }

    #footer .ft_sns {
        overflow: hidden;
        padding-top: 23px;
    }

        #footer .ft_sns li {
        }

            #footer .ft_sns li a {
            }

                #footer .ft_sns li a img {
                }

    #footer .ft_menu {
        padding-bottom: 30px;
    }

        #footer .ft_menu span {
            position: relative;
        }

            #footer .ft_menu span a {
                font-size: 14px;
                color: #222;
                position: relative;
            }

                #footer .ft_menu span a strong {
                    font-weight: 600;
                    font-size: 14px;
                }

            #footer .ft_menu span + span {
                padding-left: 30px;
            }

                #footer .ft_menu span + span:after {
                    content: "";
                    display: block;
                    clear: both;
                    width: 3px;
                    height: 3px;
                    background: #bbbbbb;
                    position: absolute;
                    left: 12px;
                    top: 6px;
                    border-radius: 10px;
                }

    #footer .ft_address {
        font-size: 14px;
        color: #fff;
        line-height: 28px;
        width: 100%;
    }

        #footer .ft_address span {
            display: inline-block;
            width: auto;
            padding-right: 2%;
            font-size: 13px;
        }

    #footer .ft_copy {
        font-size: 12px;
        color: #aaa;
        display: block;
        padding-top: 30px;
    }

    #footer .ft_address a {
        color: inherit;
        font-size: inherit
    }




@media only screen and (max-width:1200px) {
}


/*중간크기?*/
@media only screen and (max-width:1023px) {
    #footer {
        background: #595959;
        padding: 80px 0;
        overflow: hidden;
        text-align: center;
    }

        #footer .w_set {
            width: auto;
        }

        #footer .fl {
            width: 70%;
        }

            #footer .fl:nth-child(1) {
                padding-right: 40px;
                width: 20%;
            }

        #footer .ft_menu span a {
            font-size: 20px;
        }

        #footer h2 {
        }

            #footer h2 img {
                width: 200px;
            }

        #footer .ft_sns {
            overflow: hidden;
            padding-top: 23px;
        }

            #footer .ft_sns li {
                float: left;
            }

                #footer .ft_sns li + li {
                    margin-left: 15px;
                }

                #footer .ft_sns li a {
                }

                    #footer .ft_sns li a img {
                        height: 15px;
                    }

        #footer .ft_address {
            font-size: 18px;
            color: #999999;
            line-height: 32px;
        }

            #footer .ft_address span {
                display: inline-block;
                width: auto;
                padding-right: 4%;
                font-size: 17px;
            }

        #footer .ft_copy {
            font-size: 17px;
            color: #bbb;
            display: block;
            padding-top: 20px;
        }

        #footer .ft_menu span + span {
            padding-left: 50px;
        }

            #footer .ft_menu span + span:after {
                width: 5px;
                height: 5px;
                top: 4px;
                left: 20px;
            }

        #footer .btn_top {
            right: -10px;
            bottom: 69px;
        }

        #footer .ft_menu span a strong {
            font-size: 20px;
        }
}


/*여기부터줄이기 크기변경*/
@media only screen and (max-width:860px) {
    #footer {
        background: #595959;
        padding: 80px 0;
        overflow: hidden;
        text-align: center;
    }

    .fix_banner_box {
        color: #222;
        width: 22% ;
        background-color: #fff !important;
    }
}

@media only screen and (max-width:767px) {
   
    #footer .ft_address {
        font-size: 17px;
        line-height: 28px;
    }

        #footer .ft_address span {
            font-size: 16px;
        }

        #footer .ft_address .for_m {
            display: inline-block;
        }

    #footer .ft_copy {
        font-size: 16px;
    }
}

/*모바일*/
@media only screen and (max-width:640px) {
    #footer {
        background: #595959;
        padding: 80px 0;
        overflow: hidden;
        text-align: center;
    }

        #footer .w_set {
            width: auto;
            padding: 0 3%;
        }

        #footer .fl {
            float: inherit;
            width: 100%;
            margin-right: 0px;
            padding-top: 20px;
        }

            #footer .fl:nth-child(1) {
                width: 100%;
                padding-right: 0;
                text-align: center;
                padding-top: 0px;
            }

        #footer h2 {
            text-align: center;
            padding-bottom: 28px;
        }

            #footer h2 img {
                width: 140px;
                margin: 0 auto;
            }

        #footer .ft_sns {
            overflow: hidden;
            padding-top: 23px;
            text-align: center;
            margin: 0 auto;
        }

            #footer .ft_sns.for_m {
                display: block;
            }

            #footer .ft_sns li {
                float: inherit;
                display: inline-block;
            }

                #footer .ft_sns li + li {
                    margin-left: 15px;
                }

                #footer .ft_sns li a {
                }

                    #footer .ft_sns li a img {
                        height: 26px;
                    }

        #footer .ft_address {
            font-size: 14px;
            color: #999999;
            line-height: 26px;
            padding-top: 28px;
            text-align: center;
            word-break: keep-all;
        }

            #footer .ft_address.for_m {
                display: inline-block;
            }

            #footer .ft_address span {
                display: inline-block;
                width: auto;
                padding-right: 4%;
                font-size: 13px;
            }

            #footer .ft_address a {
                font-size: 13px;
                color: #999999;
                line-height: 10px;
            }

        #footer .ft_copy {
            font-size: 13px;
            color: #aaa;
            display: block;
            padding-top: 20px;
            text-align: center;
        }

        #footer .btn_top {
            display: none;
        }

        #footer .ft_menu {
            padding-bottom: 0;
        }

            #footer .ft_menu span a strong, #footer .ft_menu span a, #footer {
                font-size: 16px;
            }

                .ft_address.for_m, #footer .ft_copy, #footer .ft_address span {
                    font-size: 14px;
                }

                    .ft_address.for_m, #footer .ft_copy, #footer .ft_address span.for_m {
                        padding-right: 0;
                    }

                #footer .ft_menu span + span {
                    padding-left: 30px;
                }

                    #footer .ft_menu span + span:after {
                        width: 3px;
                        height: 3px;
                        left: 10px;
                    }
}

@media only screen and (max-width:479px) {
}



/* over */
@media only screen and (min-width:1024px) {
    #side_box .sub_menu > dl dd ul li:hover a {
        color: #222;
        background: #eee;
        font-weight: 500;
    }
}

@media only screen and (max-width:1217px) {
    #side_box .sub_menu {
        width: 100%;
        padding: 0 10px;
        box-sizing: border-box;
    }
}

@media only screen and (max-width: 640px) {
    #contents_wrap #side_box {
        width: calc(100% + 30px);
        margin-left: -15px;
        padding-top: 0;
    }

}

@media only screen and (max-width: 479px) {
   
}


/*───────────────────────────────────────────────────────────

	 MAIN | index.html

───────────────────────────────────────────────────────────*/

.main_visual {
    width: 100% !important;
    min-width: 1200px !important;
    margin: 0;
    height: 900px !important;
    overflow: hidden;
}

    .main_visual .slick-slide {
        overflow: hidden;
        position: relative;
        text-align: center;
        height: 900px;
    }

        .main_visual .slick-slide a {
            display: inline-block;
            height: 100%;
            width: 1920px;
            max-width: 1920px;
            margin: 0 auto;
            text-align: Center;
            transform: translateX(-50%);
            position: absolute;
            left: 50%;
            top: 0;
            outline: 0;
            background-size: cover;
            background-position: center;
        }

        .main_visual .slick-slide img {
            display: inline-block;
            height: auto;
            width: 100%;
            max-width: 1920px;
        }

    .main_visual .slick-arrow {
        display: inline-block;
        position: absolute;
        top: 50%;
        margin-top: 0;
        text-indent: -9999px;
        width: 25px;
        height: 48px;
        z-index: 10;
        overflow: hidden;
        line-height: 48px;
    }

        .main_visual .slick-arrow.slick-prev {
            display: none;
        }

        .main_visual .slick-arrow.slick-next {
            display: none;
        }

    .main_visual .auto_control {
        display: none; /*display:block;*/
        position: absolute;
        right: 20px;
        bottom: 20px;
        font-size: 0px;
    }

        .main_visual .auto_control a {
            display: inline-block;
            width: auto;
            height: auto;
            font-size: 25px;
            font-weight: bold;
            margin-left: 10px;
            text-shadow: #ffffff 0px 0px 5px;
        }

            .main_visual .auto_control a.on {
                color: #fff;
                text-shadow: #000 0px 0px 5px;
            }

    .main_visual ul.slick-dots {
        width: auto;
        font-size: 0;
        position: absolute;
        top: auto;
        bottom: 58px;
        left: 50%;
        transform: translateX(-50%);
        height: 1px;
        text-align: left;
        display: none;
    }

        .main_visual ul.slick-dots:after {
            clear: both;
            content: "";
            display: block;
        }

        .main_visual ul.slick-dots li {
            display: inline-block;
            padding: 0;
            text-align: left;
            border: 0;
            background: none;
            box-sizing: border-box;
            width: 14px;
            height: 14px;
            vertical-align: top;
            margin: 0;
        }

            .main_visual ul.slick-dots li + li {
                margin-left: 8px;
            }

            .main_visual ul.slick-dots li button {
                vertical-align: top;
                margin: 0;
                padding: 0;
                display: none;
                box-sizing: border-box;
                background: rgba(238, 238, 238, 0.5);
                width: 100%;
                height: 14px;
                border-radius: 0;
                outline: 0;
                font-size: 0;
            }

            .main_visual ul.slick-dots li.slick-active button {
                background: #222222;
                border-radius: 0px;
                display: none;
            }

    .main_visual .txt_box {
        width: 100%;
        text-align: center;
        transform: translate(-50%, -50%);
        position: absolute;
        left: 50%;
        top: 50%;
        font-size: 0;
    }

        .main_visual .txt_box p,
        .main_visual .txt_box span {
            display: block;
            text-align: center;
            color: #fff;
        }

        .main_visual .txt_box p {
            font-size: 65px;
            line-height: 64px;
            text-transform: uppercase;
            font-weight: 700;
            letter-spacing: 4.9px;
            position: relative;
            padding-bottom: 80px;
        }

            .main_visual .txt_box p::before {
                content: '';
                position: absolute;
                bottom: 24px;
                left: 50%;
                transform: translateX(50%);
                width: 1px;
                height: 30px;
                background: #fff;
            }

        .main_visual .txt_box span {
            font-size: 17px;
            line-height: 24px;
            letter-spacing: 0.5px;
        }
/* 메인 ABOUT */
.main_about {
    width: 100%;
    position: relative;
}

    .main_about::before {
        position: absolute;
        left: 0;
        bottom: 0;
        content: "";
        display: block;
        width: 100%;
        height: 70%;
        background: #f5f5f5;
        z-index: -1;
    }

.main_bnr {
    margin-top: 120px;
    padding: 0 2% 120px 2%;
}


.main_bnr .cbp-so-section .about_sub_tit {
    color: #181818 !important;
    font-size: 19px !important;
    font-weight: 600 !important;
}

.main_bnr .cbp-so-section h2 {
    font-size: 50px;
    color: #111111;
    font-weight: 700;
    font-family: 'Lato','Nanum Barun Gothic';
    padding-top: 10px;
    line-height: 50px;
}

.main_bnr .cbp-so-section p {
    font-size: 13px;
    color: #777;
    font-family: 'Lato','Nanum Barun Gothic';   
    display: table-cell;
    font-weight: 500;
}


/*.cbp-so-side .main_about_img {
    height: 420px;
    background: url('../images/skin/main_bnr.jpg') no-repeat center center;
    background-size: cover;
    position: relative;
    z-index: 1;
}*/

.cbp-so-side .txt_wrap {
    padding-top: 50px;
    display: table;
    width: 100%;
}

.cbp-so-scroller {
    overflow: hidden;
}
/* Clear floats of children */
.cbp-so-section:before, .cbp-so-section:after {
    content: " ";
    display: table;
}

.cbp-so-section:after {
    clear: both;
}
/* Sides */ .cbp-so-side {
    width: 100%;
    margin: 0;
    overflow: hidden;
    -webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
    -moz-transition: -moz-transform 0.5s, opacity 0.5s;
    transition: transform 0.5s, opacity 0.5s;
}
/* Initial state (hidden or anything else) */
.cbp-so-init .cbp-so-side {
    opacity: 0;
}

.cbp-so-init .cbp-so-side-left {
    -webkit-transform: translateX(-80px);
    -moz-transform: translateX(-80px);
    transform: translateX(-80px);
}

.cbp-so-init .cbp-so-side-right {
    -webkit-transform: translateX(80px);
    -moz-transform: translateX(80px);
    transform: translateX(80px);
}
/* Animated state */
/* add you final states (transition) or your effects (animations) for each side */
.cbp-so-section.cbp-so-animate .cbp-so-side-left, .cbp-so-section.cbp-so-animate .cbp-so-side-right {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1;
}

/* 메인 탭영역 */
.index_tab {
    position: relative;
}

.index_tab h3.tab_title {
    padding: 140px 0 30px 0;
    font-size: 50px;
    line-height: 44px;
    letter-spacing: 2px;
    font-weight: 700;
    color: #000;
    text-align: center;
    z-index: 5;
    position: relative;
}

.index_tab h3.tab_title:after {
    width: 1px;
    height: 30px;
    margin: 32px auto 0 auto;
    padding: 0;
    background: #d80436;
    vertical-align: bottom;
    content: "";
    display: block;
}

.index_tab h3.tab_title em, .index_tab h3.tab_title strong {
    color: #0376df;
    letter-spacing: 0px;
    display: inline-block;
    vertical-align: top;
}

.index_tab h3.tab_title em {
    font-size: 30px;
    line-height: 69px;
    font-weight: 400;
    font-family: 'Dancing Script', cursive;
    width: 100%;
}

.index_tab h3.tab_title strong {
    line-height: 44px;
}

.index_tab .tab_lnb {
    padding-bottom: 60px;
    text-align: center;
    font-size: 0;
    z-index: 5;
    position: relative;
}

.index_tab .tab_lnb li {
    padding: 0 23px;
    font-size: 17px;
    line-height: 24px;
    font-weight: 400;
    cursor: pointer;
    display: inline-block;
    color: #888;
}

.index_tab .tab_lnb li.on {
    color: #000;
    font-weight: 600;
}

.index_tab .tab_lnb_view {
    width: 100%;
    max-width: 1180px;
    padding-bottom: 140px;
    margin: 0 auto;
    text-align: center;
    vertical-align: top;
    z-index: 5;
    position: relative;
}

.index_tab .tab_lnb_view .tab_lnb_box {
    display: none;
}

.index_tab .tab_lnb_view .tab_lnb_box.on {
    display: block;
}

.index_tab_list {
    text-align: center;
    padding-bottom: 20px;
    font-size: 0px;
    margin-left: -5px;
    margin-right: -5px;
    width: calc(100% + 10px);
}

.index_tab_list:after {
    clear: both;
    content: "";
    display: block;
}

.index_tab_list li {
    display: inline-block;
    position: relative;
    box-sizing: border-box;
    width: 25%;
    padding: 0 5px 10px 5px;
}

.index_tab_list li.item a {
    display: inline-block;
    width: 100%;
    height: 100%;
    position: relative;
}

.index_tab_list li.item a img {
    width: 100%;
    min-height: 0;
    height: auto;
}

.index_tab_list li.item {
    width: 33.32%;
    padding: 0 14px 28px 14px;
    box-sizing: border-box;
}

            

.index_tab_list li.item .thumb img {
    width: 100%;
}

.index_tab_list li.item .bg {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.8);
    opacity: 0;
}

.index_tab_list li.item .txt_info {
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 2;
    width: 100%;
    font-weight: 600;
    transform: translateY(-50%);
    opacity: 0;
}

.index_tab_list li.item .txt_info h3 {
    height: 30px;
    line-height: 30px;
    font-size: 24px;
    color: #fff;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 20px;
    text-align: center;
}

.index_tab_list li.item:hover .bg, .index_tab_list li.item:hover .txt_info {
    opacity: 1;
}

.tab_btn_more {
    display: inline-block;
    margin-top: 40px;
    font-size: 16px;
    color: #222;
    width: 83px;
    height: 30px;
    position: relative;
    text-align: left;
    font-weight: 600;
}

    .tab_btn_more:after {
        content: "";
        display: block;
        clear: both;
        transition: 0.5s;
        width: 0;
        height: 2px;
        background: #222;
        position: absolute;
        left: 0;
        bottom: 0;
        content: "";
        display: inline-block;
    }

    .tab_btn_more:hover:after {
        width: 100%;
    }

    .tab_btn_more span {
        display: inline-block;
        margin-left: 18px;
        vertical-align: middle;
        height: 18px;
    }

.index_tab_list .no_list {
    font-size: 15px;
    width: 100%;
}
/* 메인 탭영역 끝 */

.fix_banner {
    width: 100%;
    height: 600px;
    margin: 0 0;
    /* text-align: center;*/
}

.fix01 {
    background: url("../images/service/service.jpg") no-repeat center center;
    background-attachment: fixed;
}

.fix_banner h2 {
    color: #fff !important;
    font-size: 19px !important;
    font-weight: 600 !important;
    padding-top: 50px;
    /*line-height: 50px;
    font-weight: 600;*/
    padding-left: 10%;
}

.fix_banner_div {
    font-size: 20px;
    color: #ffffff;
    /*line-height: 50px;
    font-weight: 600;*/
    padding-left: 10%;
}

.fix_banner_box {
    color: #222;
    width: 22% !important;
    background-color: #fff !important;
}



.fix_banner p {
    font-size: 20px;
    color: #ffffff;
    line-height: 30px;
    padding-top: 40px;
}


.service_title {
    font-size: 16px;
    padding: 5px 2px;
    font-weight: 600;
    font-family: 'Lato','Nanum Barun Gothic';
}

/* 메인 CONTACT US */
.main_contact {
    background: #fff;
    padding: 120px 2%;
    margin: 0 auto;
}



.main_contact .txt_wrap {
    padding-bottom: 40px;
    width: 100%;
    display: table;
}

.main_contact .txt_wrap h2 {
    font-size: 50px;
    color: #111111;
    font-weight: 700;
    line-height: 50px;
    display: table-cell;
    width: 35%;
    vertical-align: top;
}

.main_contact .txt_wrap dl {
    display: table;
    width: 100%;
}

.main_contact .txt_wrap dl dt {
    font-size: 16px;
    color: #333;
    line-height: 28px;
    font-weight: 500;
    padding-bottom: 10px;
    position: relative;
    padding-left: 10px;
    display: table-cell;
    width: 18%;
}

.main_contact .txt_wrap dl dt:after {
    content: "";
    display: block;
    clear: both;
    width: 3px;
    height: 3px;
    background: #888;
    position: absolute;
    left: 0;
    top: 13px;
    border-radius: 10px;
}

.main_contact .txt_wrap dl dd {
    font-size: 16px;
    color: #888;
}



@media only screen and (max-width:1380px) {
    .main_visual .slick-slider {
        height: 100%;
    }

    .main_visual .slick-slide a {
        width: 100%;
        max-width: 100%;
        transform: translateX(0%);
        position: static;
        left: 0%;
        top: 0;
    }

    .main_visual .slick-slide img {
        max-width: 100%;
    }
}

@media only screen and (max-width:1362px) {
    .main_visual, .main_visual .slick-slide {
        height: 900px;
    }

        .main_visual .txt_box {
            top: 54%;
        }

            .main_visual .txt_box p {
                font-size: 76px;
                line-height: 64px;
                text-transform: uppercase;
                font-weight: 700;
                letter-spacing: 5px;
                position: relative;
                padding-bottom: 110px;
            }

                .main_visual .txt_box p::before {
                    content: '';
                    position: absolute;
                    bottom: 24px;
                    left: 50%;
                    transform: translateX(50%);
                    width: 1px;
                    height: 50px;
                    background: #fff;
                }

            .main_visual .txt_box span {
                font-size: 30px;
                line-height: 40px;
            }
}

@media only screen and (max-width:1296px) {
    .main_visual .slick-arrow.slick-prev {
        left: 10px;
        transform: translate(0px, -50%);
        display: none;
    }

    .main_visual .slick-arrow.slick-next {
        right: 10px;
        transform: translate(0px, -50%);
        display: none;
    }

    .contact_us iframe {
        width: 100%;
    }
}

@media only screen and (max-width:1217px) {
    .main_visual {
        min-width: 100%;
    }

        .main_visual ul.slick-dots {
            bottom: 10%;
        }
}

@media only screen and (max-width:1023px) {
    .index_tab_list li.item .bg {
        display: none;
    }

    .index_tab_list li.item .txt_info {
        display: none;
    }

    .fix_banner p.for_m {
        display: block;
    }
}

@media only screen and (max-width:860px) {
    .main_visual, .main_visual .slick-slide {
        height: 800px;
    }

        .main_visual .txt_box p {
            font-size: 64px;
            line-height: 64px;
            text-transform: uppercase;
            font-weight: 700;
            letter-spacing: 5px;
            position: relative;
            padding-bottom: 100px;
        }

            .main_visual .txt_box p::before {
                content: '';
                position: absolute;
                bottom: 24px;
                left: 50%;
                transform: translateX(50%);
                width: 1px;
                height: 40px;
                background: #fff;
            }

        .main_visual .txt_box span {
            font-size: 24px;
            line-height: 32px;
        }
    /* 메인 ABOUT */
    .cbp-so-side {
        width: 100%;
    }

        .cbp-so-side img {
            width: 100%;
        }

        .cbp-so-side .txt_wrap {
            padding-top: 50px;
            display: table;
            width: 100%;
        }

        .cbp-so-side .main_about_img {
            width: 100%;
            height: 0px;
            padding-bottom: 45%;
            background-size: 100% 100%;
        }
    /* 메인 탭영역 */
    .index_tab {
    }

        .index_tab h3.tab_title {
            padding: 80px 0 30px 0;
            font-size: 46px;
            line-height: 54px;
            letter-spacing: 1px;
        }

            .index_tab h3.tab_title:after {
                width: 2px;
                height: 40px;
                margin: 30px auto 0 auto;
            }

            .index_tab h3.tab_title em, .index_tab h3.tab_title strong {
            }

            .index_tab h3.tab_title em {
                font-size: 20px;
                line-height: 63px;
            }

            .index_tab h3.tab_title strong {
                line-height: 37px;
            }

        .index_tab .tab_lnb {
            padding-bottom: 70px;
        }

            .index_tab .tab_lnb li {
                padding: 0 3%;
                font-size: 22px;
                line-height: 25px;
            }

                .index_tab .tab_lnb li.on {
                }

        .index_tab .tab_lnb_view {
            width: calc(100% - 25px);
            max-width: calc(100% - 25px);
            padding-bottom: 95px;
        }

            .index_tab .tab_lnb_view .tab_lnb_box {
            }

                .index_tab .tab_lnb_view .tab_lnb_box.on {
                }

    .index_tab_list {
    }

        .index_tab_list li.item {
            width: 50%;
            padding: 0 10px 20px 10px;
        }

            .index_tab_list li.item a {
            }

                .index_tab_list li.item a img {
                }

        .index_tab_list li:nth-child(5),
        .index_tab_list li:nth-child(6) {
            display: none;
        }
    /* 메인 탭영역 */
    .fix_banner {
        background-position: center 40%;
        background-attachment: inherit;
        background-size: 140% auto;
        height: 400px;
    }

        .fix_banner h2 {
            font-size: 42px;
            padding: 16% 2% 0 2%;
        }

        .fix_banner p {
            font-size: 24px;
            line-height: 32px;
            padding: 3% 2% 0 2%;
        }

            .fix_banner p.for_pc {
                display: none;
            }

    .main_contact .txt_wrap h2 {
        font-size: 46px;
        color: #111111;
        font-weight: 900;
        font-family: 'Lato','Nanum Barun Gothic';
        line-height: 52px;
        padding-top: 0;
        font-weight: 600;
    }

    .main_contact .main_map iframe {
        float: none;
        width: 100%;
        box-sizing: border-box;
    }

    .main_contact .txt_wrap dl {
        width: 94%;
        padding-left: 6%;
    }

        .main_contact .txt_wrap dl dt {
            font-size: 18px;
            min-width: 120px;
        }

        .main_contact .txt_wrap dl dd {
            font-size: 18px;
            line-height: 32px;
        }

    .tab_btn_more:after {
        display: none;
        border: 0;
        height: 0;
    }
}

@media only screen and (max-width:767px) {
    .main_visual .txt_box {
        top: 55%;
    }

        .main_visual .txt_box p .for_m, .main_visual .txt_box span .for_m {
            display: block;
        }

        .main_visual .txt_box span.for_pc {
            display: none;
        }

        .main_visual .txt_box p {
            font-size: 78px;
            line-height: 78px;
            text-transform: uppercase;
            font-weight: 700;
            position: relative;
            padding-bottom: 94px;
        }

        .main_visual .txt_box span {
            font-size: 32px;
            line-height: 44px;
        }

    .main_visual .slick-slide {
    }

        .main_visual .slick-slide a {
        }

        .main_visual .slick-slide img {
        }

    .main_visual .slick-arrow {
        display: none !important;
    }

    .main_visual ul.slick-dots {
        bottom: 4%;
    }

    .main_content .mainBannerBox {
        margin-bottom: 0px;
        padding-left: 0 !Important;
        padding-right: 0 !important;
    }

        .main_content .mainBannerBox li {
            width: 100%;
        }

            .main_content .mainBannerBox li + li {
                margin-left: 0%;
            }

    .fullBanner > .w_custom {
        height: 340px;
    }

    .fullBanner p span {
        font-size: 20px;
        line-height: 22px;
        letter-spacing: -0.4px;
    }

    .fullBanner p strong {
        line-height: 64px;
        padding-top: 8px;
        padding-bottom: 16px;
    }

        .fullBanner p strong, .fullBanner p strong b {
            font-size: 50px;
            letter-spacing: -4.0px;
        }

            .fullBanner p strong em {
                font-size: 64px;
                letter-spacing: -2.0px;
            }

            .fullBanner p strong + span {
                font-size: 24px;
                line-height: 32px;
                letter-spacing: -1.0px
            }
}

@media only screen and (max-width:640px) {
    .main_visual ul.slick-dots {
        bottom: 8%;
    }
    /* 메인 배너 */
    .main_bnr {
        margin: 40px auto 0;
        padding: 0 3% 60px 3%;
    }

        .main_bnr .cbp-so-section h2 {
            font-size: 35px;
            color: #111111;
            font-weight: 700;
            font-family: 'Lato','Nanum Barun Gothic';
            padding: 0 0 10px;
            line-height: 50px;
        }

        .main_bnr .cbp-so-section p {
            font-size: 18px;
            color: #777;
            font-family: 'Lato','Nanum Barun Gothic';
            line-height: 26px;
            display: inline-block;
            font-weight: 500;
            width: 100%;
        }

        .main_bnr .cbp-so-section .txt_left {
            display: inline-block;
            width: 100%;
        }

    .cbp-so-side {
        width: 100%;
        padding: 0px;
    }

        .cbp-so-side a {
            display: inline-block;
            margin-top: 40px;
            font-size: 16px;
            color: #444444;
            float: left;
            width: 102px;
            height: 32px;
            position: relative;
            text-align: left;
            display: none;
        }

            .cbp-so-side a:after {
                content: "";
                display: block;
                clear: both;
                transition: 0.5s;
                width: 0;
                height: 2px;
                background: #222;
                position: absolute;
                left: 0;
                bottom: 0;
                content: "";
                display: inline-block;
            }

            .cbp-so-side a:hover:after {
                width: 100%;
            }

            .cbp-so-side a span {
                display: inline-block;
                margin-left: 35px;
            }

    .cbp-so-side-left {
        text-align: left;
        margin-right: 5%;
    }
    /* 메인 about */
    .main_about::before {
        height: 80%;
    }

    .cbp-so-side .main_about_img {
        width: 100%;
        height: 0px;
        padding-bottom: 55%;
        background-size: 100% 100%;
    }

    .cbp-so-side .txt_wrap {
        display: inline-block;
        width: 100%;
        padding-top: 30px;
    }

    .main_bnr .cbp-so-section .about_sub_tit {
        color: #181818 !important;
        font-size: 17px !important;
        font-weight: 600 !important;
    }
    /* 메인 탭영역 */
    .index_tab {
    }

        .index_tab .tab_bg {
            height: 74vw;
        }

        .index_tab h3.tab_title {
            padding: 60px 0 17px 0;
            font-size: 35px;
            line-height: 27px;
            letter-spacing: 1px;
        }

            .index_tab h3.tab_title:after {
                width: 1px;
                height: 30px;
                margin: 20px auto 0 auto;
            }

            .index_tab h3.tab_title em, .index_tab h3.tab_title strong {
            }

            .index_tab h3.tab_title em {
                font-size: 21px;
                line-height: 42px;
            }

            .index_tab h3.tab_title strong {
                line-height: 27px;
            }

        .index_tab .tab_lnb {
            padding-bottom: 30px;
        }

            .index_tab .tab_lnb li {
                padding: 0 3%;
                font-size: 16px;
                line-height: 22px;
            }

                .index_tab .tab_lnb li.on {
                }

        .index_tab .tab_lnb_view {
            width: calc(100% - 20px);
            max-width: calc(100% - 20px);
            padding-bottom: 60px;
        }

    .index_tab_list .no_list {
        font-size: 16px;
    }

    .index_tab_list li.item {
        width: 100%;
    }

        .index_tab_list li.item:nth-child(5), .index_tab_list li.item:nth-child(6) {
            display: none;
        }

    .tab_btn_more {
        margin-top: 20px;
        line-height: 30px;
        font-size: 18px;
        width: auto;
    }

        .tab_btn_more span {
            width: 18px;
            height: 35px;
        }

        .tab_btn_more:after {
            display: none;
            border: 0;
            height: 0;
        }

        .tab_btn_more:hover:after {
            width: 100%;
            display: none;
        }
    /* 메인 지도 영역 */
    .main_maps {
        padding: 2.65%;
        height: 376px;
        background: #273555;
    }

    .fix_banner {
        width: 100%;
        height: auto;
        margin: 0 0;
        text-align: center;
        display: inline-block;
    }

    .fix01 {
        background-size: 300% auto !important;
    }

    .fix_banner p {
        font-size: 18px;
        color: #ffffff;
        padding-top: 30px;
        line-height: 28px;
        width: 90%;
        margin: 0 auto;
    }

        .fix_banner p.for_m {
            display: block;
        }

    .fix_banner h2 {
        padding-top: 100px;
        font-size: 32px;
        line-height: 42px;
        width: 90%;
        margin: 0 auto;
    }
    /* 메인 CONTACT US */
    .main_contact {
        padding: 60px 3%;
    }

    .contact_us h2 {
        color: #181818 !important;
        font-size: 17px !important;
        font-weight: 600 !important;
        padding-top: 50px;
        /*line-height: 50px;
font-weight: 600
        padding-left: 15%;;*/
    }

    .main_contact .txt_wrap {
        padding-bottom: 20px;
        width: 100%;
        display: table;
    }

        .main_contact .txt_wrap h2 {
            font-size: 35px;
            width: 100%;
            display: inline-block;
            padding-bottom: 10px;
        }

        .main_contact .txt_wrap .contcat_info {
            width: 100%;
        }

    .main_map iframe {
        width: 100%;
        height: 320px;
    }

    .main_contact .txt_wrap dl {
        padding-left: 0;
    }

        .main_contact .txt_wrap dl dt {
            width: 30%;
        }

            .main_contact .txt_wrap dl dt:after {
                content: "";
                display: block;
                clear: both;
                width: 3px;
                height: 3px;
                background: #888;
                position: absolute;
                left: 0;
                top: 13px;
                border-radius: 10px;
            }

        .main_contact .txt_wrap dl dd {
            font-size: 16px;
            color: #888;
        }

    .main_map {
        height: 320px;
    }
}

@media only screen and (max-width:479px) {

    .main_visual, .main_visual .slick-slide {
        height: 600px;
    }

        .main_visual .txt_box p {
            font-size: 56px;
            line-height: 60px;
            text-transform: uppercase;
            font-weight: 700;
            letter-spacing: 5px;
            position: relative;
            padding-bottom: 60px;
        }

            .main_visual .txt_box p::before {
                bottom: 10px;
                width: 1px;
                height: 30px;
            }

        .main_visual .txt_box span {
            font-size: 24px;
            line-height: 34px;
        }

        .main_visual ul.slick-dots {
            bottom: 8%;
        }

        .main_visual .txt_box .m_none {
            display: none;
        }

    .main_content .mainQmenu {
        margin-top: 0%;
        margin-bottom: 0%;
    }

        .main_content .mainQmenu li {
            width: 50%;
        }

            .main_content .mainQmenu li:nth-of-type(3),
            .main_content .mainQmenu li:nth-of-type(4) {
                border-top: 1px #ddd dotted;
            }

            .main_content .mainQmenu li:nth-of-type(3) {
                border-left: 0;
            }

            .main_content .mainQmenu li a {
                font-size: 15px;
                padding: 50% 0 12% 0;
            }

            .main_content .mainQmenu li:nth-of-type(1) {
                background-position: 50% 28%;
                background-size: auto 36%;
            }

            .main_content .mainQmenu li:nth-of-type(2) {
                background-position: 50% 28%;
                background-size: auto 36%;
            }

            .main_content .mainQmenu li:nth-of-type(3) {
                background-position: 50% 28%;
                background-size: auto 36%;
            }

            .main_content .mainQmenu li:nth-of-type(4) {
                background-position: 50% 28%;
                background-size: auto 36%;
            }

            .main_content .mainQmenu li:nth-of-type(5) {
                background-position: 50% 28%;
                background-size: auto 36%;
            }

    .fullBanner p strong + span {
        max-width: 256px;
        margin: 0 auto;
    }

    .main_content .storyQmenu {
        padding: 0 0 4% 0;
    }

        .main_content .storyQmenu .storyQTitle {
            font-size: 24px;
        }

        .main_content .storyQmenu .storyQmenuList {
            padding: 6% 0 0 0;
        }

            .main_content .storyQmenu .storyQmenuList li {
                padding: 18% 0 0 0;
            }

                .main_content .storyQmenu .storyQmenuList li:nth-of-type(1) {
                    background-size: auto 68%;
                }

                .main_content .storyQmenu .storyQmenuList li:nth-of-type(2) {
                    background-size: auto 68%;
                }

                .main_content .storyQmenu .storyQmenuList li:nth-of-type(3) {
                    background-size: auto 68%;
                }

                .main_content .storyQmenu .storyQmenuList li span {
                    font-size: 15px;
                }
}

@media screen and (max-width:320px) {
}
