﻿@charset "utf-8";

#container.main {
    background-color: #fff;
    padding-bottom: 0;
}

#container .main_visual_area {
    position: relative;
    height: 810px;
}

.main_visual_area .mn_slider {
    height: 810px;
}

    .main_visual_area .mn_slider .vbx {
        height: 810px;
        background-position: center top;
        background-size: cover;
        background-repeat: no-repeat;
        background-image: url(../../Files/mainVisual/20190625_140619_802001.jpg);
    }

        .main_visual_area .mn_slider .vbx .inbx {
            position: relative;
            max-width: 1100px;
            display: block;
            height: 810px;
            margin: 0 auto;
        }

    .main_visual_area .mn_slider .visual01 {
    }

    .main_visual_area .mn_slider .visual02 {
    }

    .main_visual_area .mn_slider .visual03 {
    }

    .main_visual_area .mn_slider .visual04 {
    }

.main_visual_area .bx-controls {
    position: absolute;
    left: 0;
    bottom: 130px;
    right: 0;
    text-align: center;
    z-index: 99;
}

    .main_visual_area .bx-controls .bx-controls-direction {
        display: inline-block;
        vertical-align: middle;
    }

        .main_visual_area .bx-controls .bx-controls-direction a {
            position: absolute;
            top: -320px;
            left: 50%;
            background-position: center top;
            background-size: cover;
            background-repeat: no-repeat;
            display: block;
            width: 48px;
            height: 114px;
            color: transparent;
        }
    /*
    .main_visual_area .bx-controls .bx-prev {
        margin-left: -770px;
        background-image: url(../img/main/ico_prev.png);
    }

        .main_visual_area .bx-controls .bx-prev:hover {
            background-image: url(../img/main/ico_prev_hover.png);
        }

    .main_visual_area .bx-controls .bx-next {
        margin-left: 720px;
        background-image: url(../img/main/ico_next.png);
    }

        .main_visual_area .bx-controls .bx-next:hover {
            background-image: url(../img/main/ico_next_hover.png);
        }

    .main_visual_area .bx-controls .bx-pager {
        display: inline-block;
        vertical-align: middle;
    }
    */
        .main_visual_area .bx-controls .bx-pager .bx-pager-item {
            display: inline-block;
            width: 14px;
            height: 14px;
            border-radius: 20px;
            vertical-align: middle;
            margin: 0 11px;
            overflow: hidden;
        }

        .main_visual_area .bx-controls .bx-pager .bx-pager-link {
            display: block;
            width: 14px;
            height: 14px;
            background-color: #fff;
            font-size: 0;
            color: transparent;
        }

        .main_visual_area .bx-controls .bx-pager .active {
            background-color: #006899;
        }

    .main_visual_area .bx-controls .bx-controls-auto {
        position: relative;
        display: inline-block;
        height: 18px;
        vertical-align: middle;
        margin: 0 7px;
    }

        .main_visual_area .bx-controls .bx-controls-auto .bx-controls-auto-item {
            display: inline-block;
            margin: 0 4px;
            z-index: 1;
            vertical-align: top;
        }

            .main_visual_area .bx-controls .bx-controls-auto .bx-controls-auto-item a {
                position: relative;
                display: block;
                width: 18px;
                height: 18px;
                z-index: 1;
                color: transparent;
                font: normal normal normal 14px/1 FontAwesome;
                overflow: hidden;
                border-radius: 20px;
                color: #bbb;
                font-size: 0;
                cursor: pointer;
            }

                .main_visual_area .bx-controls .bx-controls-auto .bx-controls-auto-item a:before {
                    position: absolute;
                    left: 0;
                    top: 0;
                    font-size: 20px;
                }
/*
            .main_visual_area .bx-controls .bx-controls-auto .bx-controls-auto-item .bx-start {
            }

                .main_visual_area .bx-controls .bx-controls-auto .bx-controls-auto-item .bx-start:before {
                    content: "\f144";
                }

            .main_visual_area .bx-controls .bx-controls-auto .bx-controls-auto-item .bx-stop {
            }

                .main_visual_area .bx-controls .bx-controls-auto .bx-controls-auto-item .bx-stop:before {
                    content: "\f28b";
                }

                .main_visual_area .bx-controls .bx-controls-auto .bx-controls-auto-item .bx-start.active,
                .main_visual_area .bx-controls .bx-controls-auto .bx-controls-auto-item .bx-stop.active {
                    display: block;
                    width: 18px;
                    z-index: 9999;
                    color: #fff;
                }
    */
.vbx .mid_btn {
    position: absolute;
    left: 0;
    right: 0;
    top: 487px;
    text-align: center;
    z-index: 9;
}

    .vbx .mid_btn .rua {
        display: inline-block;
        width: 178px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        vertical-align: middle;
        font-size: 15px;
        color: #fff;
        background-color: #006899;
        border: 1px solid #006899;
        border-radius: 50px;
        overflow: hidden;
        margin: 0 2px;
        text-decoration: none;
    }

    .vbx .mid_btn .btn_link {
    }

    .vbx .mid_btn .ni_bx {
        background-color: #e67c00;
        border: 1px solid #e67c00;
    }


/* contact_link */
.contact_link {
    position: relative;
    max-width: 1100px;
    height: 170px;
    margin: 0 auto;
    margin-top: -60px;
    z-index: 9;
    margin-bottom: 77px;
    text-align: left;
}

    .contact_link .dl_bx {
        position: relative;
        display: block;
        width: 100%;
        height: 170px;
        padding: 25px;
        box-sizing: border-box;
        background-repeat: no-repeat;
        background-position: 50% 122px;
        background-image: url(../img/icon_arrow_mid.png);
        cursor: pointer;
    }

        .contact_link .dl_bx:before {
            position: absolute;
            right: 25px;
            top: 64px;
            display: block;
            background-repeat: no-repeat;
            background-position: center 50%;
            content: "";
        }

        .contact_link .dl_bx:last-child {
            margin-right: 0;
        }

        .contact_link .dl_bx dt,
        .contact_link .dl_bx dd {
            text-align: left;
            font-size: 13px;
            color: #fff;
            line-height: 1.35em;
        }

        .contact_link .dl_bx dt {
            font-size: 17px;
            margin-bottom: 7px;
        }

        .contact_link .dl_bx dd {
            line-height: 20px;
            color: #eee;
        }

    .contact_link .youtobe {
        background-color: #353535;
    }

    .contact_link .youtobe:before {
        width: 58px;
        height: 45px;
        background-image: url(../img/main/ico_youtobe.png);
    }

    .contact_link .naver_post {
        background-color: #04be3c;
    }

    .contact_link .naver_post:before {
        width: 41px;
        height: 69px;
        background-image: url(../img/main/ico_naver_post.png);
    }

    .contact_link .kakao_plus {
        background-color: #3b1e1e;
    }

    .contact_link .kakao_plus:before {
        width: 56px;
        height: 53px;
        background-image: url(../img/main/ico_kakao_plus.png);
    }

    .contact_link .kakao_plus dt {
        color: #fff000;
    }

    .contact_link .swiper-slide {
        width: 350px;
        margin-right: 25px;
    }

/* pre_link */
.pre_link {
    position: relative;
    max-width: 1100px;
    height: 170px;
    margin: 0 auto;
    margin-top: -60px;
    z-index: 9;
    margin-bottom: 77px;
    text-align: left;
}

    .pre_link .dl_bx {
        position: relative;
        display: block;
        width: 100%;
        height: 170px;
        padding: 25px;
        box-sizing: border-box;
        background-repeat: no-repeat;
        background-position: 32px 122px;
        background-image: url(../img/icon_arrow_mid.png);
        cursor: pointer;
    }

        .pre_link .dl_bx:before {
            position: absolute;
            right: 20px;
            top: 30px;
            display: block;
            background-repeat: no-repeat;
            background-position: center 50%;
            content: "";
        }

        .pre_link .dl_bx:last-child {
            margin-right: 0;
        }

        .pre_link .dl_bx dt,
        .pre_link .dl_bx dd {
            text-align: center;
            font-size: 13px;
            color: #fff;
            line-height: 1.35em;
        }

        .pre_link .dl_bx dt {
            font-size: 17px;
            margin-bottom: 7px;
        }

        .pre_link .dl_bx dd {
            line-height: 20px;
            color: #eee;
        }

    .pre_link .model {
        background-color: #353535;
    }

        .pre_link .model:before {
			background-image: url(../img/main/go_01.png);
            width: 207px;
            height: 66px;
        }

    .pre_link .con {
        background-color: #2e9815;
    }

        .pre_link .con:before {
			background-image: url(../img/main/go_02.png);
            width: 207px;
            height: 66px;
        }

    .pre_link .paper {
        background-color: #075896;
    }

    .pre_link .paper:before {
			background-image: url(../img/main/go_03.png);
            width: 207px;
            height: 66px;
    }

    .pre_link .contract {
        background-color: #98155c;
    }


    .pre_link .contract:before {
			background-image: url(../img/main/go_04.png);
            width: 207px;
            height: 66px;
    }
    .pre_link .swiper-slide {
        width: 350px;
        margin-right: 25px;
    }

/* info_mid_bx */
.info_mid_bx {
    position: relative;
    max-width: 1100px;
    height: 220px;
    margin: 0 auto;
    margin-bottom: 80px;
}

    .info_mid_bx dl {
        position: relative;
        display: block;
        width: 100%;
        height: 220px;
        padding-top: 120px;
        box-sizing: border-box;
        background-repeat: no-repeat;
        background-position: center 35px;
    }

        .info_mid_bx dl:after {
            position: absolute;
            right: 0;
            top: 0;
            width: 1px;
            height: 100%;
            background-color: #d5d5d5;
            content: "";
        }

        .info_mid_bx dl dt,
        .info_mid_bx dl dd {
            font-size: 13px;
            line-height: 1.35em;
        }

        .info_mid_bx dl dt {
            color: #0a0a0a;
            font-size: 20px;
            margin-bottom: 10px;
            font-weight: 700;
        }

        .info_mid_bx dl dd {
            color: #666;
            line-height: 1.55em;
        }

    .info_mid_bx .i01 {
        background-image: url(../img/main/ico_cscenter01.png);
    }

    .info_mid_bx .i02 {
        background-image: url(../img/main/ico_cscenter02.png);
    }

    .info_mid_bx .i03 {
        background-image: url(../img/main/ico_cscenter03.png);
    }

    .info_mid_bx .i04 {
        background-image: url(../img/main/ico_cscenter04.png);
    }


        .info_mid_bx .i04:after {
            display: none;
        }

    .info_mid_bx .swiper-slide {
        width: 275px;
    }

        .info_mid_bx .swiper-slide a {
            display: block;
            text-decoration: none;
        }
    .info_mid_bx .swiper-button-next {
        right: 0;
        display: none;
        width: 30px;
        height: 28px;
        margin-top: -14px;
        background-size: auto 50%;
        background-color: rgba(0,0,0,0.6);
        background-image: url(../img/main/ico_sr_arrow.png);
    }

    .info_mid_bx .swiper-button-prev {
        left: 0;
        display: none;
        width: 30px;
        height: 28px;
        margin-top: -14px;
        background-size: auto 50%;
        background-color: rgba(0,0,0,0.6);
        background-image: url(../img/main/ico_sl_arrow.png);
    }

        .info_mid_bx .swiper-button-next.swiper-button-disabled,
        .info_mid_bx .swiper-button-prev.swiper-button-disabled {
            display: none;
        }

.cc_area {
    position: relative;
    background-color: #f1f1f1;
    margin-top: 252px;
}


/* info_mid_bx2 */
.info_mid_bx2 {
    position: relative;
    max-width: 1100px;
    height: 220px;
    margin: 0 auto;
    margin-bottom: 80px;
}

    .info_mid_bx2 dl {
        position: relative;
        display: block;
        width: 100%;
        height: 220px;
        padding-top: 120px;
        box-sizing: border-box;
        background-repeat: no-repeat;
        background-position: center 35px;
    }

        .info_mid_bx2 dl:after {
            position: absolute;
            right: 0;
            top: 0;
            width: 1px;
            height: 100%;
            background-color: #d5d5d5;
            content: "";
        }

        .info_mid_bx2 dl dt,
        .info_mid_bx2 dl dd {
            font-size: 13px;
            line-height: 1.35em;
        }

        .info_mid_bx2 dl dt {
            color: #0a0a0a;
            font-size: 20px;
            margin-bottom: 10px;
            font-weight: 700;
        }

        .info_mid_bx2 dl dd {
            color: #666;
            line-height: 1.55em;
        }

    .info_mid_bx2 .i01 {
        background-image: url(../img/main/ico_cscenter05.png);
    }
    .info_mid_bx2 .i02 {
        background-image: url(../img/main/ico_cscenter06.png);
    }
    .info_mid_bx2 .i03 {
        background-image: url(../img/main/ico_cscenter07.png);
    }
    .info_mid_bx2 .i04 {
        background-image: url(../img/main/ico_cscenter08.png);
    }
     .info_mid_bx2 .i04:after {
        display: none;
    }


    .info_mid_bx2 .swiper-slide {
        width: 275px;
    }

        .info_mid_bx2 .swiper-slide a {
            display: block;
            text-decoration: none;
        }
    .info_mid_bx2 .swiper-button-next {
        right: 0;
        display: none;
        width: 30px;
        height: 28px;
        margin-top: -14px;
        background-size: auto 50%;
        background-color: rgba(0,0,0,0.6);
        background-image: url(../img/main/ico_sr_arrow.png);
    }

    .info_mid_bx2 .swiper-button-prev {
        left: 0;
        display: none;
        width: 30px;
        height: 28px;
        margin-top: -14px;
        background-size: auto 50%;
        background-color: rgba(0,0,0,0.6);
        background-image: url(../img/main/ico_sl_arrow.png);
    }

        .info_mid_bx2 .swiper-button-next.swiper-button-disabled,
        .info_mid_bx2 .swiper-button-prev.swiper-button-disabled {
            display: none;
        }

.cc_area {
    position: relative;
    background-color: #f1f1f1;
    margin-top: 252px;
}
/* customer_area */
.customer_area {
    position: relative;
    top: -110px;
    max-width: 1442px;
    height: 220px;
    color: #fff;
    text-align: left;
    background-color: #a39787;
    margin: 0 auto;
}

    .customer_area .inbx {
        position: relative;
        top: -50px;
        max-width: 1100px;
        height: 220px;
        margin: 0 auto;
    }

    .customer_area .center_info {
        width: 440px;
        height: 220px;
        background-color: #434a5d;
        float: left;
        padding: 35px 45px;
        box-sizing: border-box;
        margin-right: 40px;
    }

        .customer_area .center_info p {
            margin-bottom: 7px;
            font-size: 28px;
            line-height: 30px;
        }

            .customer_area .center_info p span {
                display: block;
            }

        .customer_area .center_info strong {
            display: block;
            font-size: 48px;
        }

        .customer_area .center_info span {
            font-size: 16px;
            margin-top: 10px;
        }

    .customer_area .link_center {
        width: 620px;
        height: 100%;
        box-sizing: border-box;
        float: left;
        position: relative;
        color: #333;
    }

        .customer_area .link_center .box {
            width: 197px;
            height: 220px;
            padding: 30px 40px 20px 40px;
            box-sizing: border-box;
            margin: 0 14px 0 0;
            background: #fff;
            float: left;
            text-align: center;
            border: 1px solid #d6d6d6;
        }

            .customer_area .link_center .box:last-child {
                margin-right: 0;
            }

            .customer_area .link_center .box strong {
                display: inline-block;
                font-size: 18px;
                line-height: 1.35em;
                font-family: 'notokr-medium';
                margin-bottom: 14px;
            }

            .customer_area .link_center .box span {
                width: 100%;
                height: 54px;
                margin-bottom: 14px;
                display: block;
            }

            .customer_area .link_center .box:nth-of-type(1) span {
                background: url('../img/icon_cscenter_01.png') center no-repeat;
            }

            .customer_area .link_center .box:nth-of-type(2) span {
                background: url('../img/icon_cscenter_02.png') center no-repeat;
            }

            .customer_area .link_center .box:nth-of-type(3) span {
                background: url('../img/icon_cscenter_03.png') center no-repeat;
            }

            .customer_area .link_center .box a {
                max-width: 115px;
                height: 27px;
                font-size: 13px;
                box-sizing: border-box;
                display: block;
                line-height: 26px;
                border: 1px #ccc solid;
                text-decoration: none;
                margin: 0 auto;
                margin-bottom: 5px;
            }


/* notice_info_area */
.notice_info_area {
    position: relative;
    z-index: 99;
    padding-bottom: 80px;
    background-color: #f6f6f6;
}

    .notice_info_area .nbx {
    }

        .notice_info_area .nbx .inwr {
            position: relative;
            height: 394px;
        }

    .notice_info_area .bx-controls {
        position: absolute;
        left: 50%;
        bottom: 0;
        width: 1100px;
        margin-left: -550px;
        z-index: 999;
    }

        .notice_info_area .bx-controls .bx-controls-direction {
        }

            .notice_info_area .bx-controls .bx-controls-direction a {
                position: absolute;
                top: -332px;
                left: 50%;
                background-position: center top;
                background-size: cover;
                background-repeat: no-repeat;
                display: block;
                width: 48px;
                height: 114px;
                color: transparent;
            }

        .notice_info_area .bx-controls .bx-prev {
            margin-left: -770px;
            background-image: url(../img/main/ico_prev.png);
        }

            .notice_info_area .bx-controls .bx-prev:hover {
                background-image: url(../img/main/ico_prev_hover.png);
            }

        .notice_info_area .bx-controls .bx-next {
            margin-left: 720px;
            background-image: url(../img/main/ico_next.png);
        }

            .notice_info_area .bx-controls .bx-next:hover {
                background-image: url(../img/main/ico_next_hover.png);
            }

    .notice_info_area .nbx .m_img {
        position: absolute;
        top: 0;
        right: 50%;
        display: block;
        width: 100%;
        height: 394px;
        background-repeat: no-repeat;
        background-position: right top;
    }

    .notice_info_area .nbx .ifbx {
        position: absolute;
        top: 0;
        left: 50%;
        width: 550px;
        color: #fff;
        height: 394px;
    }

        .notice_info_area .nbx .ifbx dl {
        }

        .notice_info_area .nbx .ifbx dt {
            position: relative;
        }

            .notice_info_area .nbx .ifbx dt .btn_more {
                position: absolute;
                right: 0;
                top: 6px;
                display: block;
                width: 33px;
                height: 33px;
                background-repeat: no-repeat;
                background-position: left top;
                background-image: url('../img/main/btn_more.png');
                color: transparent;
            }

        .notice_info_area .nbx .ifbx dd {
        }

    .notice_info_area .nbx.co01 {
        background-color: #434a5d;
    }

        .notice_info_area .nbx.co01 .m_img {
            background-image: url(../img/main/img_notice01.jpg);
        }

    .notice_info_area .nbx.co02 {
        background-color: #252733;
    }

        .notice_info_area .nbx.co02 .m_img {
            background-image: url(../img/main/img_notice02.jpg);
        }

    .notice_info_area .nbx.co03 {
        background-color: #a39787;
    }

        .notice_info_area .nbx.co03 .m_img {
            background-image: url(../img/main/img_notice03.jpg);
        }

    .notice_info_area .nbx.co04 {
        background-color: #5d6467;
    }
		
		.notice_info_area .nbx.co04 .m_img {
            background-image: url(../img/main/img_notice04.jpg);
        }

    .notice_info_area .nbx.co05 {
        background-color: #252733;
    }

        .notice_info_area .nbx.co05 .m_img {
            background-image: url(../img/main/img_notice05.jpg);
        }
    .notice_info_area .nbx .notice {
        padding: 65px 0 0 50px;
    }

        .notice_info_area .nbx .notice dt {
            text-align: left;
            font-size: 31px;
            line-height: 1.35em;
            margin-bottom: 20px;
        }

            .notice_info_area .nbx .notice dt .small {
                font-size: 14px;
                color: #c2c3c8;
            }

        .notice_info_area .nbx .notice dd {
        }

        .notice_info_area .nbx .notice ul {
            padding-right: 60px;
        }

            .notice_info_area .nbx .notice ul li {
                position: relative;
                text-align: left;
                font-size: 15px;
                line-height: 1.35em;
                color: #c2c3c8;
                margin-bottom: 5px;
                padding-left: 10px;
            }

                .notice_info_area .nbx .notice ul li:before {
                    position: absolute;
                    left: 0;
                    top: 5px;
                    display: block;
                    width: 4px;
                    height: 4px;
                    border-radius: 5px;
                    background-color: #c2c3c8;
                    overflow: hidden;
                    content: "";
                }

                .notice_info_area .nbx .notice ul li a {
                    color: #ffffff;
                }

    .notice_info_area .nbx .et_info {
        padding: 65px 0 0 50px;
    }

        .notice_info_area .nbx .et_info dt {
            font-size: 39px;
            line-height: 1.35em;
            text-align: left;
            margin-bottom: 20px;
        }

        .notice_info_area .nbx .et_info dd {
            font-size: 15px;
            line-height: 2.0em;
            color: #c2c3c8;
            text-align: left;
        }

    .notice_info_area .nbx.co03 .et_info dd {
        color: #fefefe;
    }


/* schedule_area */
.schedule_area {
    position: absolute;
    left: 50%;
    bottom: 0;
    display: block;
    max-width: 1100px;
    height: 170px;
    margin-left: -550px;
    z-index: 999;
}

    .schedule_area .schbx {
        display: table;
        width: 98%;
        height: 170px;
        background-color: #fff;
        text-align: left;
    }

        .schedule_area .schbx dt,
        .schedule_area .schbx dd {
            display: table-cell;
            height: 170px;
            vertical-align: middle;
			padding-bottom:12px;
        }

        .schedule_area .schbx dt {
            width: 90px;
            text-align: center;
        }

            .schedule_area .schbx dt b {
                font-size: 26px;
                line-height: 1.35em;
                display: block;
            }

            .schedule_area .schbx dt span {
                display: block;
                font-size: 12px;
                line-height: 1.35em;
                color: #bbb;
            }

        .schedule_area .schbx dd {
            background-repeat: no-repeat;
            background-position: left 50%;
            background-image: url(../img/main/line_dashed.jpg);
            vertical-align: middle;
        }

            .schedule_area .schbx dd .blank {
                position:absolute; top:50%; left:50%; margin:-40px 0 0 -50px;
            }

        .schedule_area .schbx ul {
            padding: 15px 0 12px 22px;
			 height: 130px;
			
        }

            .schedule_area .schbx ul li {
                font-size: 15px;
                line-height: 23px;
                margin: 3px 0;
            }

                .schedule_area .schbx ul li .category {
                    display: inline-block;
                    width: 65px;
                    height: 23px;
                    line-height: 23px;
                    text-align: center;
                    border-radius: 50px;
                    overflow: hidden;
                    background-color: #434a5d;
                    vertical-align: middle;
                    font-size: 12px;
                    color: #fff;
                    margin-right: 5px;
                }

    .schedule_area .calendar1 {
    }

    .schedule_area .calendar2 {
    }

    .schedule_area .calendar3 {
        margin-right: 0;
    }

    .schedule_area .swiper-slide {
        width: 360px;
    }


/* scrap_area */
.scrap_area {
    position: relative;
    background-color: #f6f6f6;
    padding-top: 80px;
    padding-bottom: 94px;
    z-index: 1;
}

    .scrap_area .inbx {
        position: relative;
        max-width: 1100px;
        margin: 0 auto;
        padding-top: 100px;
    }

    .scrap_area .scrap_slider {
    }

    .scrap_area .bx-controls {
    }

        .scrap_area .bx-controls .bx-pager {
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            overflow: hidden;
        }

        .scrap_area .bx-controls .bx-pager-item {
            float: left;
            width: 260px;
            font-size: 0px;
            font-weight: 500;
            margin-right: 20px;
        }

            .scrap_area .bx-controls .bx-pager-item:last-child {
                margin-right: 0;
            }

            .scrap_area .bx-controls .bx-pager-item .bx-pager-link {
                display: block;
                height: 43px;
                line-height: 43px;
                color: #a6a6a6;
                border-bottom: 5px solid #d3d3d3;
                text-decoration: none;
            }

            .scrap_area .bx-controls .bx-pager-item .active {
                color: #434a5d;
                border-bottom: 5px solid #434a5d;
            }

            .scrap_area .bx-controls .bx-pager-item .bx-pager-link:before {
                font-size: 18px;
            }

            .scrap_area .bx-controls .bx-pager-item:nth-of-type(1) .bx-pager-link:before {
                content: "부동산 스크랩";
            }

            .scrap_area .bx-controls .bx-pager-item:nth-of-type(2) .bx-pager-link:before {
                content: "브랜드 스크랩";
            }

            .scrap_area .bx-controls .bx-pager-item:nth-of-type(3) .bx-pager-link:before {
                content: "자이 갤러리";
            }

            .scrap_area .bx-controls .bx-pager-item:nth-of-type(4) .bx-pager-link:before {
                content: "쇼미더자이";
            }

    .scrap_area .bx-controls-direction {
        display: none;
    }

    .scrap_area .itembx {
        width: 100%;
        overflow: hidden;
    }

        .scrap_area .itembx .img {
            float: left;
            width: 715px;
            height: 345px;
            background-repeat: no-repeat;
            background-position: center 50%;
        }

    .scrap_area .si01 .img {
        background-image: url(../img/main/img_scrap01.jpg);
    }

    .scrap_area .si02 .img {
        background-image: url(../img/main/img_scrap02.jpg);
    }

    .scrap_area .si03 .img {
        background-image: url(../img/main/img_scrap03.jpg);
    }

    .scrap_area .si04 .img {
        background-image: url(../img/main/img_scrap04.jpg);
    }

    .scrap_area .itembx .t_info {
        position: relative;
        margin-left: 764px;
        text-align: left;
        padding-top: 35px;
        padding-bottom: 67px;
    }

        .scrap_area .itembx .t_info:after {
            position: absolute;
            left: 0;
            bottom: 0;
            background-repeat: no-repeat;
            background-position: left bottom;
            background-image: url(../img/main/ico_arrow_link.png);
            display: block;
            width: 32px;
            height: 9px;
            content: "";
        }

    .scrap_area .itembx .category {
        font-size: 12px;
        line-height: 1.35em;
        font-weight: 700;
        color: #1b6486;
    }

    .scrap_area .itembx .title {
        font-size: 44px;
        line-height: 1.35em;
        font-weight: 700;
        color: #434a5d;
        margin-bottom: 20px;
    }

    .scrap_area .itembx .text {
        font-size: 16px;
        line-height: 1.75em;
        color: #a6a6a6;
        margin-bottom: 25px;
    }

    .scrap_area .itembx .sns_bx {
    }

        .scrap_area .itembx .sns_bx .ico_sns {
            display: inline-block;
            width: 22px;
            height: 22px;
            background-repeat: no-repeat;
            background-position: center 50%;
            margin-right: 12px;
        }

        .scrap_area .itembx .sns_bx .twitter {
            background-image: url(../img/main/ico_twitter.png);
        }

        .scrap_area .itembx .sns_bx .facebook {
            background-image: url(../img/main/ico_facebook.png);
        }

        .scrap_area .itembx .sns_bx .google_plus {
            background-image: url(../img/main/ico_google_plus.png);
        }

        .scrap_area .itembx .sns_bx .pinterest {
            background-image: url(../img/main/ico_pinterest.png);
        }

        .scrap_area .itembx .sns_bx .in {
            background-image: url(../img/main/ico_in.png);
        }

/* xi_view */
.xi_view {
    width: 100%;
    overflow: hidden;
}

    .xi_view li {
        position: relative;
        float: left;
        width: 33.3%;
        box-sizing: border-box;
    }

    .xi_view dl {
        height: 426px;
        background-repeat: no-repeat;
        background-position: center 50%;
        background-size: cover;
        cursor: pointer;
        box-sizing: border-box;
    }

    .xi_view dt,
    .xi_view dd {
        text-align: center;
        line-height: 1.45em;
    }

    .xi_view dt {
        font-size: 29px;
        color: #fff;
        margin-bottom: 10px;
        padding-top: 145px;
    }

    .xi_view dd {
        position: relative;
        font-size: 13px;
        color: #c7c8cb;
        line-height: 1.75em;
        padding: 0 20px 50px 20px;
    }

        .xi_view dd:after {
            position: absolute;
            left: 0;
            bottom: 0;
            width: 100%;
            height: 26px;
            background-repeat: no-repeat;
            background-position: center bottom;
            background-image: url(../img/main/ico_plus.png);
            content: "";
        }

    .xi_view .vw01 {
        overflow: hidden;
        box-sizing: border-box;
    }

        .xi_view .vw01 dl {
            background-image: url(../img/main/img_zi_view01.jpg);
            transform: scale(1);
            transition: all 1.0s ease-in-out;
        }

            .xi_view .vw01 dl:hover {
                transform: scale(1.1);
            }

    .xi_view .vw02 {
        width: 33.4%;
        overflow: hidden;
        box-sizing: border-box;
    }

        .xi_view .vw02 dl {
            background-image: url(../img/main/img_zi_view02.jpg);
            transform: scale(1);
            transition: all 1.0s ease-in-out;
        }

            .xi_view .vw02 dl:hover {
                transform: scale(1.1);
            }

    .xi_view .vw03 {
        overflow: hidden;
        box-sizing: border-box;
    }

        .xi_view .vw03 dl {
            background-image: url(../img/main/img_zi_view03.jpg);
            background-position: left 50%;
            transform: scale(1);
            transition: all 1.0s ease-in-out;
        }

            .xi_view .vw03 dl:hover {
                transform: scale(1.1);
            }
    /*
        .xi_view .vw03 dt {
            color: #5d9db6;
        }

        .xi_view .vw03 dd {
            color: #717979;
        }
    */
    .xi_view .bx-controls {
        padding-top: 10px;
        text-align: center;
    }

        .xi_view .bx-controls .bx-pager-item {
            display: inline-block;
            width: 10px;
            height: 10px;
            border-radius: 20px;
            margin: 0 3px;
            overflow: hidden;
        }

            .xi_view .bx-controls .bx-pager-item .bx-pager-link {
                display: block;
                background-color: #d8d8d8;
                color: transparent;
            }

            .xi_view .bx-controls .bx-pager-item .active {
                background-color: #434a5d;
            }

/* sns_area */
.sns_area {
    position: relative;
    max-width: 1100px;
    min-height: 420px;
    padding-left: 450px;
    padding-bottom: 100px;
    box-sizing: border-box;
    margin: 0 auto;
}

    .sns_area .hgroup {
        margin-bottom: 40px;
        display: none;
    }

        .sns_area .hgroup h3 {
            font-size: 26px;
            color: #434a5d;
            line-height: 1.35em;
            margin-bottom: 5px;
        }

        .sns_area .hgroup span {
            font-size: 14px;
            color: #434a5d;
            line-height: 1.35em;
        }

    .sns_area dl {
    }

        .sns_area dl dt,
        .sns_area dl dd {
            text-align: left;
            font-size: 14px;
            line-height: 1.45em;
        }

        .sns_area dl dt {
            position: relative;
            background-repeat: no-repeat;
            background-position: left top;
            padding-left: 35px;
            font-size: 25px;
            line-height: 28px;
            margin-bottom: 25px;
            color: #555;
        }

            .sns_area dl dt b {
                font-weight: 400;
            }

            .sns_area dl dt .btn_more {
                position: absolute;
                right: 0;
                top: 0;
                font-size: 12px;
                line-height: 1.35em;
                text-decoration: underline;
                color: #000;
            }

        .sns_area dl dd {
        }

        .sns_area dl.xi_tv {
            position: absolute;
            left: 0;
            top: 0;
            margin-bottom: 0;
        }

            .sns_area dl.xi_tv dt {
                background-image: url('../img/ico_tv.png');
            }

            .sns_area dl.xi_tv dd {
            }

                .sns_area dl.xi_tv dd .title {
                    font-size: 26px;
                    line-height: 1.35em;
                    color: #333;
                    font-weight: 700;
                    margin-bottom: 7px;
                }

                .sns_area dl.xi_tv dd .hit {
                    font-size: 12px;
                    line-height: 1.35em;
                    color: #333;
                    margin-bottom: 10px;
                }

                .sns_area dl.xi_tv dd .text {
                    font-size: 14px;
                    line-height: 1.75em;
                    color: #333;
                    display: none;
                }

                .sns_area dl.xi_tv dd .tv {
                    width: 390px;
                    height: 220px;
                }

                    .sns_area dl.xi_tv dd .tv .in {
                        position: relative;
                        width: 100%;
                        padding-bottom: 56.25%;
                    }

                        .sns_area dl.xi_tv dd .tv .in iframe,
                        .sns_area dl.xi_tv dd .tv .in object,
                        .sns_area dl.xi_tv dd .tv .in embed {
                            position: absolute;
                            left: 0;
                            top: 0;
                            display: block;
                            width: 100%;
                            height: 100%;
                        }

        .sns_area dl.xi_official {
        }

            .sns_area dl.xi_official dt {
                background-image: url('../img/ico_naverblog.png');
            }

        .sns_area dl.xi_post {
            margin-bottom: 65px;
        }

            .sns_area dl.xi_post dt {
                background-image: url('../img/ico_post.png');
            }

/* premier_list */
.premier_list {
    background-color: #f4f4f4;
    overflow: hidden;
}

    .premier_list .premier_swiper {
        max-width: 1100px;
        margin: 0 auto;
    }

    .premier_list .swiper-wrapper {
        height: 74px;
    }

        .premier_list .swiper-wrapper .swiper-slide {
            float: left;
            width: 275px;
        }






@media screen and (max-width: 1120px) {
    #container .main_visual_area {
        height: 590px;
    }

    .main_visual_area .mn_slider .vbx {
        height: 590px;
        background-size: 1400px auto;
    }

    .vbx .mid_btn {
        top: 335px;
    }

    .contact_link {
        padding: 0 20px;
    }
    .pre_link {
        padding: 0 20px;
    }
    .info_mid_bx {
        padding: 0 20px;
    }
    .info_mid_bx .swiper-button-next, .info_mid_bx .swiper-button-prev {
            display: block;
        }

    .info_mid_bx2 {
        padding: 0 20px;
    }

        .info_mid_bx2 .swiper-button-next, .info_mid_bx2 .swiper-button-prev {
            display: block;
        }
    .notice_info_area {
    }

        .notice_info_area .nbx {
            background-color: #f6f6f6 !important;
        }

            .notice_info_area .nbx .inwr {
                padding-bottom: 200px;
            }

            .notice_info_area .nbx .m_img {
                position: static;
                width: 100%;
                background-size: cover;
            }

            .notice_info_area .nbx .ifbx {
                top: 280px;
                width: auto;
                height: 270px;
                left: 20px;
                right: 20px;
                background-color: #a39787;
            }

            .notice_info_area .nbx .et_info {
                padding: 25px 0 0 60px;
            }

                .notice_info_area .nbx .et_info dd {
                    color: #eee;
                }

            .notice_info_area .nbx .notice {
                padding: 25px 0 0 60px;
            }

                .notice_info_area .nbx .notice dt {
                    margin-bottom: 5px;
                }

                    .notice_info_area .nbx .notice dt .small {
                        color: #ddd;
                    }

                .notice_info_area .nbx .notice ul li {
                    margin-bottom: 7px;
                    color: #eee;
                }

            .notice_info_area .nbx .et_info dt {
                font-size: 35px;
            }

            .notice_info_area .nbx .ifbx dt .btn_more {
                right: auto;
                background-image: url('../img/icon_arrow_mid.png');
                background-position: center 50%;
            }
            .notice_info_area .nbx.co01 .ifbx dt .btn_more {
                left: 220px;
                top: 10px;
            }

            .notice_info_area .nbx.co02 .ifbx dt .btn_more {
                left: 290px;
                top: 60px;
            }

            .notice_info_area .nbx.co03 .ifbx dt .btn_more {
                left: 240px;
                top: 10px;
            }

            .notice_info_area .nbx.co04 .ifbx dt .btn_more {
                left: 335px;
                top: 20px;
            }
        .notice_info_area .bx-controls {
            width: 100%;
            left: 0;
            margin-left: 0;
        }

            .notice_info_area .bx-controls .bx-controls-direction a {
                margin: 0 !important;
                background-size: cover;
                width: 34px;
                height: 34px;
                border: 1px solid #ccc;
            }

            .notice_info_area .bx-controls .bx-controls-direction .bx-prev {
                left: 10px;
                background-image: url(../img/main/ico_prev_bx.png);
            }

            .notice_info_area .bx-controls .bx-controls-direction .bx-next {
                left: auto;
                right: 10px;
                background-image: url(../img/main/ico_next_bx.png);
            }

    .schedule_area {
        margin: 0;
        left: 40px;
        right: 40px;
    }

    .scrap_area .inbx {
        padding-top: 0;
    }

    .scrap_area .itembx .img {
        width: 50%;
    }

    .scrap_area .itembx .t_info {
        margin-left: 55%;
    }

    .scrap_area .bx-controls .bx-pager {
        display: none;
    }

    .scrap_area .bx-controls .bx-controls-direction {
        display: block;
    }

        .scrap_area .bx-controls .bx-controls-direction a {
            position: absolute;
            top: 100px;
            display: block;
            background-size: cover;
            width: 34px;
            height: 34px;
            border: 1px solid #ccc;
            color: transparent;
            z-index: 9;
        }

        .scrap_area .bx-controls .bx-controls-direction .bx-prev {
            left: 10px;
            background-image: url(../img/main/ico_prev_bx.png);
        }

        .scrap_area .bx-controls .bx-controls-direction .bx-next {
            left: auto;
            right: 10px;
            background-image: url(../img/main/ico_next_bx.png);
        }

    /* xi_view */
    .xi_view {
    }

        .xi_view dd br {
            display: none;
        }


    /*  cc_area */
    .cc_area {
        margin-top: 0;
    }
    /* customer_area */
    .customer_area {
        position: static;
        height: auto;
        padding: 30px 20px;
        background-color: #fff;
    }

        .customer_area .inbx {
            position: static;
            height: auto;
            width: 100%;
            overflow: hidden;
        }

        .customer_area .center_info {
            width: 300px;
            margin-right: 0;
            padding: 30px 30px;
        }

            .customer_area .center_info span {
                font-size: 14px;
            }

        .customer_area .link_center {
            float: none;
            width: auto;
            height: 220px;
            margin-left: 310px;
        }

            .customer_area .link_center .box {
                width: 32%;
                margin-right: 2%;
                padding: 30px 15px 20px 15px;
            }

    /* sns_area */
    .sns_area {
        height: auto;
        padding: 50px 10px;
    }
        .sns_area .hgroup {
            display: block;
        }

        .sns_area dl.xi_tv {
            position: relative;
            left: auto;
            top: auto;
            height: 220px;
            margin-bottom: 50px;
        }

            .sns_area dl.xi_tv dd {
            }

                .sns_area dl.xi_tv dd .h_area {
                    padding-right: 400px;
                }

                    .sns_area dl.xi_tv dd .h_area .text {
                        display: block;
                    }

                .sns_area dl.xi_tv dd .tv {
                    position: absolute;
                    right: 0;
                    top: 0;
                }

        .sns_area dl dt .btn_more {
            top: 7px;
        }

        .sns_area dl.xi_official {
            margin-bottom: 50px;
        }

        .sns_area dl.xi_post {
        }

    .xi_view.pc_mobile dl {
        background-size: cover;
    }
}



@media screen and (max-width: 740px) {
    .customer_area {
        padding: 30px 0;
    }

        .customer_area .center_info {
            width: 100%;
        }

            .customer_area .center_info span {
                font-size: 16px;
            }

        .customer_area .link_center {
            display: none;
        }
}



@media screen and (max-width: 640px) {
    #container .main_visual_area {
        height: 778px;
    }

    .main_visual_area .mn_slider .vbx {
        height: 778px;
        background-size: 640px auto;
        background-image: url(../../Files/mainVisual/20190625_140619_802002.jpg);
    }

    .vbx .mid_btn {
        top: 490px;
    }

    .notice_info_area {
        background-color: #fff;
    }

        .notice_info_area .nbx {
            background-color: #fff !important;
        }

    .scrap_area {
        background-color: #fff;
    }

        .scrap_area .itembx .img {
            width: 100%;
            height: 250px;
            float: none;
            margin-bottom: 30px;
        }

        .scrap_area .itembx .t_info {
            margin-left: 0;
            padding: 0 20px;
            box-sizing: border-box;
        }

            .scrap_area .itembx .t_info:after {
                left: auto;
                right: 20px;
                bottom: auto;
                top: 30px;
                width: 25px;
                background-size: 100% auto;
            }

        .scrap_area .itembx .title {
            font-size: 29px;
            letter-spacing: -1px;
        }

        .scrap_area .itembx .category {
            padding-left: 2px;
        }

        .scrap_area .itembx .text {
            position: absolute;
            left: 195px;
            font-size: 13px;
            line-height: 1.35em;
            top: 20px;
        }

        .scrap_area .itembx .sns_bx {
            text-align: center;
        }

    .sns_area dl.xi_tv {
        height: auto;
    }

        .sns_area dl.xi_tv dd .h_area {
            padding-right: 0;
            margin-bottom: 10px;
        }

        .sns_area dl.xi_tv dd .text {
            line-height: 1.45em;
        }

        .sns_area dl.xi_tv dd .tv {
            position: static;
            width: 100%;
            height: auto;
        }

    .schedule_area .schbx {
        border: 1px solid #ddd;
    }

    /* xi_view */
    .xi_view {
        padding: 0 0;
        box-sizing: border-box;
    }

        .xi_view dl {
            width: 100%;
            float: none;
        }

        .xi_view dl {
            height: 280px;
        }

        .xi_view dt {
            padding-top: 80px;
        }

        .xi_view dd br {
            display: block;
        }
    .pre_link {
        padding: 15px;
        height: auto;
        margin-bottom: 0;
        margin-top: 0;
    }

        .pre_link > div {
            display: block;
            font-size: 0;
            margin-top: 10px;
        }

            .pre_link > div:first-child {
                margin-top: 0;
            }

        .pre_link .swiper-slide {
            width: 220px;
            margin-right: 15px !important;
        }

        .pre_link .dl_bx {
            padding: 15px 15px;
            height: 140px;
            background-position: 50% 82px;
            background-size: 24px auto;
            background-image: url(../img/icon_arrow_mid.png);
            width: calc(50% - 5px);
            display: inline-block;
            vertical-align: top;
        }

            .pre_link .dl_bx:nth-of-type(odd) {
                margin-right: 5px;
            }

            .pre_link .dl_bx:nth-of-type(even) {
                margin-left: 5px;
            }

            .pre_link .dl_bx dt {
                font-size: 18px;
                margin-bottom: 5px;
            }

            .pre_link .dl_bx dd {
                font-size: 22px;
                line-height: 1.45em;
            }
}



@media screen and (max-width: 420px) {

    #container .main_visual_area {
        height: 455px;
    }

    .main_visual_area .mn_slider .vbx {
        height: 455px;
        background-size: 420px auto;
    }

        .main_visual_area .mn_slider .vbx .inbx {
            height: 455px;
        }

    .main_visual_area .bx-controls {
        bottom: 50px;
    }

        .main_visual_area .bx-controls .bx-pager .bx-pager-item {
            width: 10px;
            height: 10px;
            margin: 0 7px;
        }

        .main_visual_area .bx-controls .bx-pager .bx-pager-link {
            width: 10px;
            height: 10px;
        }

        .main_visual_area .bx-controls .bx-controls-auto {
            height: 12px;
        }

            .main_visual_area .bx-controls .bx-controls-auto .bx-controls-auto-item a {
                width: 12px !important;
                height: 12px;
            }

 .main_visual_area .bx-controls .bx-controls-auto .bx-controls-auto-item a:before {
     font-size: 13px;
}

    .contact_link {
        margin-top: -30px;
        padding: 0 15px;
        height: 110px;
        margin-bottom: 35px;
    }

        .contact_link .swiper-slide {
            width: 220px;
            margin-right: 15px !important;
        }

        .contact_link .dl_bx {
            padding: 15px 15px;
            height: 110px;
            background-position: 17px 82px;
            background-size: 24px auto;
        }

            .contact_link .dl_bx dt {
                font-size: 12px;
                margin-bottom: 5px;
            }

            .contact_link .dl_bx dd {
                font-size: 8px;
                line-height: 1.45em;
            }

        .contact_link .youtobe:before {
            right: 10px;
            top: 47px;
            width: 35px;
            height: 27px;
            background-size: 100% auto;
        }

        .contact_link .naver_post:before {
            right: 15px;
            top: 47px;
            width: 24px;
            height: 43px;
            background-size: 100% auto;
        }

        .contact_link .kakao_plus:before {
            right: 15px;
            top: 47px;
            width: 35px;
            height: 35px;
            background-size: 100% auto;
        }

    .pre_link {
        padding: 15px;
        height: auto;
        margin-bottom: 0;
        margin-top: 0;
    }
        .pre_link > div {
            display: block;
            font-size: 0;
            margin-top: 10px;
        }

            .pre_link > div:first-child {
                margin-top: 0;
            }
    .pre_link .swiper-slide {
        width: 220px;
        margin-right: 15px !important;
    }

        .pre_link .dl_bx {
            padding: 15px 15px;
            height: 110px;
            background-position: 50% 82px;
            background-size: 24px auto;
            background-image: url(../img/icon_arrow_mid.png);
            width: calc(50% - 5px);
            display: inline-block;
            vertical-align: top;
        }

            .pre_link .dl_bx:nth-of-type(odd) {
                margin-right: 5px;
            }

            .pre_link .dl_bx:nth-of-type(even) {
                margin-left: 5px;
            }

            .pre_link .dl_bx dt {
                font-size: 16px;
                margin-bottom: 5px;
            }

            .pre_link .dl_bx dd {
                font-size: 20px;
                line-height: 1.45em;
            }

    .pre_link dl.dl_bx:before {
        content:"";
        position: relative;
        display: block;
        background-size: 100% auto;
        width: 100%;
        top: auto;
        right: auto;
        left: auto;
        bottom: auto;
    }


    .info_mid_bx {
        padding: 0 15px;
        height: 125px;
        margin-bottom: 40px;
    }

        .info_mid_bx .swiper-slide {
            width: 140px;
        }

        .info_mid_bx dl {
            padding-top: 62px;
            height: 125px;
            background-position: center 20px;
            background-size: 24px auto;
        }

            .info_mid_bx dl dt {
                font-size: 11px;
                margin-bottom: 7px;
            }

            .info_mid_bx dl dd {
                font-size: 7px;
                letter-spacing: -1px;
            }

    .info_mid_bx2 {
        padding: 0 15px;
        height: 125px;
        margin-bottom: 40px;
    }

        .info_mid_bx2 .swiper-slide {
            width: 140px;
        }

        .info_mid_bx2 dl {
            padding-top: 62px;
            height: 125px;
            background-position: center 20px;
            background-size: 24px auto;
        }

            .info_mid_bx2 dl dt {
                font-size: 11px;
                margin-bottom: 7px;
            }

            .info_mid_bx2 dl dd {
                font-size: 7px;
                letter-spacing: -1px;
            }
    .notice_info_area {
        height: 450px;
        padding-bottom: 0;
    }

        .notice_info_area .nbx .inwr {
            height: 210px;
            padding-bottom: 160px;
        }

        .notice_info_area .nbx .m_img {
            height: 210px;
        }

        .notice_info_area .nbx .ifbx {
            height: 210px;
            top: 160px;
            left: 15px;
            right: 15px;
        }

        .notice_info_area .nbx .notice {
            padding: 25px 0 0 40px;
        }

            .notice_info_area .nbx .notice dt {
                font-size: 25px;
            }

            .notice_info_area .nbx .notice ul {
                padding-right: 40px;
            }

                .notice_info_area .nbx .notice ul li {
                    font-size: 12px;
                    margin-bottom: 5px;
                }
        .notice_info_area .nbx.co01 .ifbx dt .btn_more {
            left: 180px;
            top: 5px;
        }

        .notice_info_area .nbx.co02 .ifbx dt .btn_more {
            left: 210px;
            top: 36px;
        }

        .notice_info_area .nbx.co03 .ifbx dt .btn_more {
            left: 180px;
            top: 5px;
        }

        .notice_info_area .nbx.co04 .ifbx dt .btn_more {
            left: 240px;
            top: 10px;
        }

        .notice_info_area .nbx.co05 .ifbx dt .btn_more {
            left: 240px;
            top: 10px;
        }
        .notice_info_area .bx-controls .bx-controls-direction a {
            width: 30px;
            height: 30px;
            top: -200px;
        }

        .notice_info_area .bx-controls .bx-controls-direction .bx-prev {
            left: 5px;
        }

        .notice_info_area .bx-controls .bx-controls-direction .bx-next {
            right: 5px;
        }

        .notice_info_area .nbx .et_info {
            padding: 25px 0 0 40px;
        }

            .notice_info_area .nbx .et_info dt {
                font-size: 25px;
                margin-bottom: 10px;
            }

            .notice_info_area .nbx .et_info dd {
                font-size: 12px;
                line-height: 1.75em;
            }

    .schedule_area {
        left: 28px;
        right: 28px;
        height: 115px;
    }

        .schedule_area .swiper-slide {
            width: 245px;
        }



            .schedule_area .schbx dt, .schedule_area .schbx dd {
                height: 115px;
            }

            .schedule_area .schbx dt {
                width: 58px;
            }

                .schedule_area .schbx dt b {
                    font-size: 17px;
                }

                .schedule_area .schbx dt span {
                    font-size: 8px;
                }

            .schedule_area .schbx dd {
                background-size: auto 85px;
            }

                .schedule_area .schbx dd .blank {
                    padding-top: 30px;
                }

                .schedule_area .schbx dd img {
                    width: 100px;
                    height: auto;
                }

            .schedule_area .schbx ul {
                padding-left: 10px;
            }

                .schedule_area .schbx ul li {
                    font-size: 12px;
                }

                    .schedule_area .schbx ul li .category {
                        width: 50px;
                        height: 20px;
                        line-height: 20px;
                        font-size: 8px;
                    }

    .scrap_area {
        padding-top: 100px;
        padding-bottom: 65px;
    }

        .scrap_area .itembx .img {
            height: 185px;
            margin-bottom: 25px;
        }

        .scrap_area .bx-controls .bx-controls-direction a {
            width: 30px;
            height: 30px;
            top: 75px;
        }

        .scrap_area .bx-controls .bx-controls-direction .bx-prev {
            left: 5px;
        }

        .scrap_area .bx-controls .bx-controls-direction .bx-next {
            right: 5px;
        }

        .scrap_area .itembx .category {
            display: block;
            font-size: 8px;
        }

        .scrap_area .itembx .title {
            display: inline-block;
            letter-spacing: -2px;
            margin-bottom: 10px;
        }

        .scrap_area .itembx .text {
            position: static;
        }

        .scrap_area .itembx .t_info:after {
            left: auto;
            right: 20px;
            bottom: auto;
            top: 30px;
            width: 25px;
            background-size: 100% auto;
        }

        .scrap_area .itembx .sns_bx .ico_sns {
            width: 22px;
            height: 22px;
            background-color: #fff;
            background-size: 100% auto;
        }

        .scrap_area .itembx .sns_bx .twitter {
            background-image: url(../img/main/ico_twitter_vw.png);
        }

        .scrap_area .itembx .sns_bx .facebook {
            background-image: url(../img/main/ico_facebook_vw.png);
        }

        .scrap_area .itembx .sns_bx .google_plus {
            background-image: url(../img/main/ico_google_plus_vw.png);
        }

        .scrap_area .itembx .sns_bx .pinterest {
            background-image: url(../img/main/ico_pinterest_vw.png);
        }

        .scrap_area .itembx .sns_bx .in {
            background-image: url(../img/main/ico_in_vw.png);
        }

    .xi_view dl {
        height: 220px;
    }

    .xi_view dt {
        padding-top: 75px;
        font-size: 26px;
    }

    .xi_view dd {
        font-size: 12px;
        padding-bottom: 30px;
    }

        .xi_view dd:after {
            background-size: 15px auto;
        }

    .xi_view .bx-controls {
        padding-top: 10px;
        text-align: center;
    }

        .xi_view .bx-controls .bx-pager-item {
            display: inline-block;
            width: 10px;
            height: 10px;
            border-radius: 20px;
            margin: 0 3px;
            overflow: hidden;
        }

            .xi_view .bx-controls .bx-pager-item .bx-pager-link {
                display: block;
                background-color: #d8d8d8;
                color: transparent;
            }

            .xi_view .bx-controls .bx-pager-item .active {
                background-color: #434a5d;
            }

    .vbx .mid_btn {
        top: 285px;
    }

        .vbx .mid_btn .rua {
            width: 100px;
            height: 22px;
            line-height: 22px;
            font-size: 12px;
        }


    .customer_area {
        padding: 30px 0 45px 0;
    }

        .customer_area .center_info {
            height: 220px;
            padding: 30px 30px 0 30px;
        }

            .customer_area .center_info p {
                font-size: 26px;
            }

            .customer_area .center_info span {
                font-size: 14px;
                line-height: 1.35em;
                margin-top: 4px;
            }

            .customer_area .center_info strong {
                font-size: 31px;
                margin-top: 28px
            }

            .customer_area .center_info span {
                margin-top: 14px;
            }


    footer .link_pri li {
        height: 18px;
        margin-bottom: 6px;
    }

        footer .link_pri li a {
            font-size: 11px;
        }

    footer {
        padding-top: 15px;
        padding-bottom: 40px;
    }

        footer address dl dt, footer address dl dd {
            font-size: 8px;
            line-height: 1.45em;
        }

        footer .copyright {
            font-size: 8px;
            margin-top: 0;
        }

        footer .access_mark {
            position: absolute;
            right: 15px;
            top: 69px;
            width: 40px;
            padding-top: 0;
        }

            footer .access_mark img {
                width: 100%;
                height: auto;
            }

    .premier_list .swiper-wrapper {
        height: 41px;
    }

        .premier_list .swiper-wrapper .swiper-slide {
            width: 150px;
        }

            .premier_list .swiper-wrapper .swiper-slide img {
                max-width: 100%;
                height: auto;
            }
}
@media screen and (max-width: 375px) {
    .main_visual_area .mn_slider .vbx {
        background-size: 375px auto;
    }
}

@media all and (max-width:1024px) {
    .top-banner {
        display: none;
        position: relative;
        width: 100%;
        text-align: center;
        overflow: hidden;
    }

        .top-banner .left {
            width: 100%;
            background-color: #774d34;
        }

        .top-banner .right {
            width: 100%;
            background: url(./bg_main_popup1.jpg) repeat;
        }

            .top-banner .left IMG, .top-banner .right IMG {
                height: 11.6vw;
            }

        .top-banner .bottom-cont {
            width: 100%;
            text-align: center;
            cursor: pointer;
            background: #999;
            padding: .5rem 0 .4rem;
        }

            .top-banner .bottom-cont label {
                display: inline-block;
                margin-right: 3px;
                color: #fff;
                font-size: .9rem;
                line-height: 100%;
                vertical-align: middle;
                font-weight: 500;
            }

            .top-banner .bottom-cont input.custom-chk {
                position: relative;
                top: 2px;
                margin-right: 4px;
                width: 13px;
                height: 13px;
                border: 0;
            }

            .top-banner .bottom-cont span {
                cursor: pointer;
            }

                .top-banner .bottom-cont span img {
                    vertical-align: top;
                    margin-top: 1px;
                }
}

@media all and (min-width:1025px) {
    .top-banner {
        display: none;
        position: relative;
        width: 100%;
        height: 66px;
        text-align: center;
        overflow: hidden;
    }

        .top-banner .left {
            float: left;
            width: 50%;
            height: 66px;
            background-color: #774d34;
        }

        .top-banner .right {
            float: left;
            width: 50%;
            height: 66px;
            background: url(./bg_main_popup1.jpg) repeat;
        }

        .top-banner .bottom-cont {
            position: absolute;
            right: 15px;
            top: 24px;
            z-index: 999;
            cursor: pointer;
        }

            .top-banner .bottom-cont label {
                display: inline-block;
                margin-right: 3px;
                color: #fff;
                font-size: 13px;
                line-height: 100%;
                vertical-align: middle;
                font-weight: 500;
            }

            .top-banner .bottom-cont input.custom-chk {
                position: relative;
                top: 2px;
                margin-right: 4px;
                width: 13px;
                height: 13px;
                border: 0;
            }

            .top-banner .bottom-cont span {
                cursor: pointer;
            }

                .top-banner .bottom-cont span img {
                    vertical-align: top;
                    margin-top: 1px;
                }
}
