﻿
@import url('http://fonts.googleapis.com/earlyaccess/nanumgothic.css');
@import url(http://fonts.googleapis.com/css?family=Noto+Sans);
@import url(//fonts.googleapis.com/earlyaccess/jejumyeongjo.css);

@font-face {
    font-family: 'Nanum Gothic';
    font-style: normal;
    font-weight: 400;
    src: url(//fonts.gstatic.com/ea/nanumgothic/v5/NanumGothic-Regular.eot);
    src: url(//fonts.gstatic.com/ea/nanumgothic/v5/NanumGothic-Regular.eot?#iefix) format('embedded-opentype'),
    url(//fonts.gstatic.com/ea/nanumgothic/v5/NanumGothic-Regular.woff2) format('woff2'),
    url(//fonts.gstatic.com/ea/nanumgothic/v5/NanumGothic-Regular.woff) format('woff'),
    url(//fonts.gstatic.com/ea/nanumgothic/v5/NanumGothic-Regular.ttf) format('truetype');
}
@font-face {
    font-family: 'Nanum Gothic';
    font-style: normal;
    font-weight: 700;
    src: url(//fonts.gstatic.com/ea/nanumgothic/v5/NanumGothic-Bold.eot);
    src: url(//fonts.gstatic.com/ea/nanumgothic/v5/NanumGothic-Bold.eot?#iefix) format('embedded-opentype'),
    url(//fonts.gstatic.com/ea/nanumgothic/v5/NanumGothic-Bold.woff2) format('woff2'),
    url(//fonts.gstatic.com/ea/nanumgothic/v5/NanumGothic-Bold.woff) format('woff'),
    url(//fonts.gstatic.com/ea/nanumgothic/v5/NanumGothic-Bold.ttf) format('truetype');
}
@font-face {
    font-family: 'Nanum Gothic';
    font-style: normal;
    font-weight: 800;
    src: url(//fonts.gstatic.com/ea/nanumgothic/v5/NanumGothic-ExtraBold.eot);
    src: url(//fonts.gstatic.com/ea/nanumgothic/v5/NanumGothic-ExtraBold.eot?#iefix) format('embedded-opentype'),
    url(//fonts.gstatic.com/ea/nanumgothic/v5/NanumGothic-ExtraBold.woff2) format('woff2'),
    url(//fonts.gstatic.com/ea/nanumgothic/v5/NanumGothic-ExtraBold.woff) format('woff'),
    url(//fonts.gstatic.com/ea/nanumgothic/v5/NanumGothic-ExtraBold.ttf) format('truetype');
}

ul {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}

body {
    width: 100%;
    min-height: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
    font-family: 'Nanum Gothic', serif;
    margin: 0;
}

html {
    height: 100%;
}

/*가운데정렬*/

.container {
    width: 100%;
    margin: 0 auto;
    max-width: 1200px;
    padding-bottom: 13em;
}

.Fcontainer {
    width: 100%;
    margin: 0 auto;
    max-width: 1200px;
}

@media all and (min-width:1150px) and (max-width:1300px) {

    .container {
        width: 100%;
        margin: 0 auto;
        max-width: 1100px;
        padding-bottom: 13em;
    }

    .Fcontainer {
        width: 100%;
        margin: 0 auto;
        max-width: 1100px;
    }
}

@media all and (min-width:1050px) and (max-width:1150px) {

    .container {
        width: 100%;
        margin: 0 auto;
        max-width: 1000px;
        padding-bottom: 13em;
    }

    .Fcontainer {
        width: 100%;
        margin: 0 auto;
        max-width: 1000px;
    }
}

@media all and (min-width:950px) and (max-width:1050px) {

    .container {
        width: 100%;
        margin: 0 auto;
        max-width: 900px;
        padding-bottom: 13em;
    }

    .Fcontainer {
        width: 100%;
        margin: 0 auto;
        max-width: 900px;
    }
}

@media all and (min-width:850px) and (max-width:950px) {

    .container {
        width: 100%;
        margin: 0 auto;
        max-width: 800px;
        padding-bottom: 13em;
    }

    .Fcontainer {
        width: 100%;
        margin: 0 auto;
        max-width: 800px;
    }
}

@media all and (min-width:750px) and (max-width:850px) {

    .container {
        width: 100%;
        margin: 0 auto;
        max-width: 700px;
        padding-bottom: 13em;
    }

    .Fcontainer {
        width: 100%;
        margin: 0 auto;
        max-width: 700px;
    }
}

@media all and (min-width:650px) and (max-width:750px) {

    .container {
        width: 100%;
        margin: 0 auto;
        max-width: 600px;
        padding-bottom: 13em;
    }

    .Fcontainer {
        width: 100%;
        margin: 0 auto;
        max-width: 600px;
    }
}

@media all and (min-width:550px) and (max-width:650px) {

    .container {
        width: 100%;
        margin: 0 auto;
        max-width: 400px;
        padding-bottom: 13em;
    }

    .Fcontainer {
        width: 100%;
        margin: 0 auto;
        max-width: 400px;
    }
}

@media all and (min-width:450px) and (max-width:550px) {

    .container {
        width: 100%;
        margin: 0 auto;
        max-width: 300px;
        padding-bottom: 13em;
    }

    .Fcontainer {
        width: 100%;
        margin: 0 auto;
        max-width: 300px;
    }
}

@media all and (min-width:10px) and (max-width:450px) {

    .container {
        width: 100%;
        margin: 0 auto;
        max-width: 250px;
       padding-bottom: 13em;
    }

    .Fcontainer {
        width: 100%;
        margin: 0 auto;
        max-width: 250px;
    }
}



/*메인이미지*/

.main-all {
    margin-left: auto;
    margin-right: auto;
}

.main {
    position: relative;
    min-width: 100%;
    height: 800px;
    overflow: hidden;
}

    .main img {
        width: 100%;
        overflow: hidden;
    }

.main-h1 {
    color: #000;
}

.main-text {
    position: absolute;
    margin-left: auto;
    margin-left: auto;
    top: 35%;
    left: 49%;
    text-align: center;
}

.main-button {
    margin: -10px 0 0 0;
    background-color: #c6c6c6;
    opacity: 0.8;
    padding: 10px 0;
}

    .main-button a {
        color: #fff;
        font-weight: 400;
        font-size: 20px;
    }

    .main-button:hover {
        background-color: #808080;
    }

#owl-demo .owl-buttons {
    top: 370px;
    position: absolute;
    display: inline-block;
    margin: 0 auto;
    width: 100%;
}


#owl-demo .owl-prev {
    float: left;
    width: 20px;
    height: 38px;
    background-image: url(img/prev.png);
}

#owl-demo .owl-next {
    float: right;
    width: 20px;
    height: 38px;
    background-image: url(img/next.png);
}



/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */

/* clearfix */
.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
/* display none until init */
.owl-carousel {
    display: none;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y;
}

    .owl-carousel .owl-wrapper {
        display: none;
        position: relative;
        -webkit-transform: translate3d(0px, 0px, 0px);
    }

    .owl-carousel .owl-wrapper-outer {
        overflow: hidden;
        position: relative;
        width: 100%;
    }

        .owl-carousel .owl-wrapper-outer.autoHeight {
            -webkit-transition: height 500ms ease-in-out;
            -moz-transition: height 500ms ease-in-out;
            -ms-transition: height 500ms ease-in-out;
            -o-transition: height 500ms ease-in-out;
            transition: height 500ms ease-in-out;
        }

    .owl-carousel .owl-item {
        float: left;
    }

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
    cursor: pointer;
}

.owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}


/* fix */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
}


/*배너슬라이드*/



.slider-banner-main h1 {
    background-color: #fff;
    font-size: 30pt;
    font-weight: 600;
    margin: 0 0 0px 10px;
}

.slider-banner-main {
    margin-top: 50px;
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
}


.slider-banner {
    position: relative;
    background: #fff;
    border: 1px solid #c6c6c6;
    margin: 0px;
    color: #808080;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
    position: relative;
    bottom: 0;
}

.slider-banner-img {
    width: 250px;
    overflow: hidden;
}

    .slider-banner-img img {
        width: 80%;
    }

        .slider-banner-img img:hover {
            transform: scale(1.08);
            transform-origin: center;
            transition: all 0.3s;
            position: relative;
            overflow: hidden;
            z-index: 100;
        }


/*메인 공지사항*/

.main-banner-02 {
    display: table;
    table-layout: auto;
    width: 1200px;
    margin: 0 auto;
}


.benner-size {
    width: 50%;
    max-height: 600px;
    float: left;
    overflow: hidden;
}

.main-notice {
    border: 1px solid #c6c6c6;
    margin: 30px 15px 20px 0;
    height: 400px;
    overflow: hidden;
}

.homenotice {
    display: list-item;
    margin: 27px 0 0 20px;
    text-align: left;
    list-style: none;
}


.homenoticebox {
    display: block;
    margin: 0;
    width: 96.8%;
    height: 45px;
    background-color: #231815;
}

    .homenoticebox h3 {
        font-size: 18pt;
        color: #fff;
        margin: 5px;
        line-height: 42px;
    }

    .homenoticebox a {
        color: #fff;
        float: right;
        margin-top: -43px;
        margin-right: 10px;
        font-size: 24pt;
        font-weight: bolder;
    }


.homenotice ul li a {
    color: #000000;
}

.homenotice ul {
    margin: 15px;
    font-size: 12pt;
    color: black;
    border-spacing: 1em 3em;
    list-style: none;
}

    .homenotice ul li {
        width: 96%;
        border-bottom: solid 1px #bfbfbf;
        background: url(img/dot.gif) no-repeat 0 50%;
        margin-bottom: 10px;
    }

        .homenotice ul li a {
            margin-left: 10px;
            margin-bottom: 5px;
            text-align: left;
        }

            .homenotice ul li a:hover {
                color: #7a6a56;
            }

        .homenotice ul li span {
            float: right;
            margin-top: 0px;
            font-size: 13px;
            color: #595757;
        }


.brnner01 {
    border: 1px solid #c6c6c6;
    margin: 30px 0 20px 15px;
    overflow: hidden;
    height: 400px;
    text-align: center;
}

    .brnner01 img {
        width: 130%;
    }

.brnner01-text {
    position: absolute;
    color: #fff;
    display: block;
    min-width: 585px;
    margin: 123px 0;
    line-height: 20px;
}

    .brnner01-text h1 {
        font-size: 23pt;
    }

    .brnner01-text h2 {
        font-size: 18pt;
        font-weight: 300;
    }

.brnner01-Button {
    background-color: rgba(0, 0, 0, 0.3);
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    display: inline-block;
    cursor: pointer;
    font-size: 17px;
    padding: 16px 19px;
    text-decoration: none;
}

    .brnner01-Button a {
        color: #fff;
        opacity: 1;
    }

    .brnner01-Button:hover {
        background-color: #6f6f6f;
    }

    .brnner01-Button:active {
        position: relative;
        top: 1px;
    }


.customNavigation {
    position: relative;
    top: -115px;
    width: 1200px;
}


.slider-text {
    line-height: 13pt;
    padding-bottom: 10px;
}

    .slider-text a {
        text-decoration: none;
        color: #808080;
        text-align: center;
        font-size: 12pt;
    }

        .slider-text a span {
            font-size: 10pt;
        }


.customNavigation a {
    width: 20px;
    height: 38px;
}

    .customNavigation a:first-child {
        float: left;
        margin-left: -35px;
    }

    .customNavigation a:nth-child(2n+2) {
        float: right;
        margin-right: -35px;
    }




@media all and (min-width:1450px) and (max-width:1700px) {

    .main {
        position: relative;
        min-width: 100%;
        height: 700px;
        overflow: hidden;
    }
}

@media all and (min-width:1350px) and (max-width:1450px) {

    .main {
        position: relative;
        min-width: 100%;
        height: 600px;
        overflow: hidden;
    }
}

@media all and (min-width:1200px) and (max-width:1350px) {

    .main {
        position: relative;
        min-width: 100%;
        height: 500px;
        overflow: hidden;
    }

    .slider-banner-main h1 {
        background-color: #fff;
        font-size: 30pt;
        font-weight: 600;
        margin: 0 0 0 10px;
    }

    .slider-banner-main {
        margin-top: 50px;
        max-width: 1100px;
    }

    .main-banner-02 {
        display: table;
        table-layout: auto;
        width: 1100px;
        margin: 0 auto;
    }

    .customNavigation {
        position: relative;
        top: -115px;
        width: 1100px;
    }
}

@media all and (min-width:1100px) and (max-width:1200px) {

    .main {
        position: relative;
        min-width: 100%;
        height: 500px;
        overflow: hidden;
    }

    .slider-banner-main h1 {
        background-color: #fff;
        font-size: 30pt;
        font-weight: 600;
        margin: 0 0 0px 10px;
    }

    .slider-banner-main {
        margin-top: 50px;
        max-width: 1000px;
    }



    .main-banner-02 {
        display: table;
        table-layout: auto;
        width: 1000px;
        margin: 0 auto;
    }

    .customNavigation {
        position: relative;
        top: -115px;
        width: 1000px;
    }


    .brnner01-text {
        position: absolute;
        color: #fff;
        display: block;
        min-width: 495px;
        margin: 152px 0;
        line-height: 0.7em;
    }

        .brnner01-text h1 {
            font-size: 1.6em;
        }

        .brnner01-text h2 {
            font-size: 1.5em;
            font-weight: 300;
        }
}

@media all and (min-width:1000px) and (max-width:1100px) {

    .main {
        position: relative;
        min-width: 100%;
        height: 450px;
        overflow: hidden;
    }

    #owl-demo .owl-buttons {
        top: 370px;
        position: absolute;
        display: none;
        margin: 0 auto;
        width: 100%;
    }

    .slider-banner-main h1 {
        background-color: #fff;
        font-size: 30pt;
        font-weight: 600;
        margin: 0 0 0px 10px;
    }

    .slider-banner-main {
        margin-top: 50px;
        max-width: 900px;
    }


    .slider-banner-img {
        width: 250px;
        overflow: hidden;
    }

        .slider-banner-img img {
            width: 80%;
        }

            .slider-banner-img img:hover {
                transform: scale(1.08);
                transform-origin: center;
                transition: all 0.3s;
                position: relative;
                overflow: hidden;
                z-index: 100;
            }


    .main-banner-02 {
        display: block;
        width: 900px;
        margin: 0 auto;
    }


    .benner-size {
        width: 100%;
        max-height: 600px;
        float: none;
        overflow: hidden;
    }

    .main-notice {
        border: 1px solid #c6c6c6;
        margin: 30px 0px 0px 0px;
        height: 400px;
    }

    .brnner01 {
        border: 1px solid #c6c6c6;
        margin: 30px 0px 0px 0px;
        overflow: hidden;
        height: 400px;
        text-align: center;
    }

        .brnner01 img {
            width: 110%;
        }

    .brnner01-text {
        position: absolute;
        color: #fff;
        display: block;
        width: 90%;
        margin: 152px 0;
        line-height: 0.7em;
    }

        .brnner01-text h1 {
            font-size: 2em;
        }

        .brnner01-text h2 {
            font-size: 1.8em;
            font-weight: 300;
        }


    .brnner01-Button {
        background-color: rgba(0, 0, 0, 0.3);
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        display: inline-block;
        cursor: pointer;
        font-size: 17px;
        padding: 16px 19px;
        text-decoration: none;
    }

        .brnner01-Button a {
            color: #fff;
            opacity: 1;
        }

        .brnner01-Button:hover {
            background-color: #6f6f6f;
        }

        .brnner01-Button:active {
            position: relative;
            top: 1px;
        }


    .slider-text {
        line-height: 11pt;
        padding-bottom: 10px;
    }

        .slider-text a {
            text-decoration: none;
            color: #808080;
            text-align: center;
            font-size: 11pt;
        }

            .slider-text a span {
                font-size: 9pt;
            }

    .customNavigation {
        position: relative;
        top: -115px;
        width: 900px;
    }
}

@media all and (min-width:900px) and (max-width:1000px) {

    .main {
        position: relative;
        min-width: 100%;
        height: 400px;
        overflow: hidden;
    }

    #owl-demo .owl-buttons {
        top: 370px;
        position: absolute;
        display: none;
        margin: 0 auto;
        width: 100%;
    }

    .slider-banner-main h1 {
        background-color: #fff;
        font-size: 30pt;
        font-weight: 600;
        margin: 0 0 0px 10px;
    }

    .slider-banner-main {
        margin-top: 50px;
        max-width: 800px;
    }


    .slider-banner-img {
        width: 250px;
        overflow: hidden;
    }

        .slider-banner-img img {
            width: 80%;
        }

            .slider-banner-img img:hover {
                transform: scale(1.08);
                transform-origin: center;
                transition: all 0.3s;
                position: relative;
                overflow: hidden;
                z-index: 100;
            }


    .main-banner-02 {
        display: block;
        width: 800px;
        margin: 0 auto;
    }


    .benner-size {
        width: 100%;
        max-height: 500px;
        float: none;
        overflow: hidden;
    }

    .main-notice {
        border: 1px solid #c6c6c6;
        margin: 30px 0px 0px 0px;
        height: 400px;
    }

    .brnner01 {
        border: 1px solid #c6c6c6;
        margin: 30px 0px 0px 0px;
        overflow: hidden;
        height: 400px;
        text-align: center;
    }

        .brnner01 img {
            width: 110%;
        }

    .brnner01-text {
        position: absolute;
        color: #fff;
        display: block;
        width: 90%;
        margin: 152px 0;
        line-height: 0.7em;
    }

        .brnner01-text h1 {
            font-size: 2em;
        }

        .brnner01-text h2 {
            font-size: 1.8em;
            font-weight: 300;
        }


    .brnner01-Button {
        background-color: rgba(0, 0, 0, 0.3);
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        display: inline-block;
        cursor: pointer;
        font-size: 17px;
        padding: 16px 19px;
        text-decoration: none;
    }

        .brnner01-Button a {
            color: #fff;
            opacity: 1;
        }

        .brnner01-Button:hover {
            background-color: #6f6f6f;
        }

        .brnner01-Button:active {
            position: relative;
            top: 1px;
        }


    .slider-text {
        line-height: 11pt;
        padding-bottom: 10px;
    }

        .slider-text a {
            text-decoration: none;
            color: #808080;
            text-align: center;
            font-size: 11pt;
        }

            .slider-text a span {
                font-size: 9pt;
            }

    .customNavigation {
        position: relative;
        top: -115px;
        width: 800px;
    }
}

@media all and (min-width:700px) and (max-width:900px) {

    .main {
        position: relative;
        min-width: 100%;
        height: 300px;
        overflow: hidden;
    }

    #owl-demo .owl-buttons {
        top: 370px;
        position: absolute;
        display: none;
        margin: 0 auto;
        width: 100%;
    }

    .slider-banner-main h1 {
        background-color: #fff;
        font-size: 30pt;
        font-weight: 600;
        margin: 0 0 0px 10px;
    }

    .slider-banner-main {
        margin-top: 50px;
        max-width: 650px;
    }


    .slider-banner-img {
        width: 250px;
        overflow: hidden;
    }

        .slider-banner-img img {
            width: 80%;
        }

            .slider-banner-img img:hover {
                transform: scale(1.08);
                transform-origin: center;
                transition: all 0.3s;
                position: relative;
                overflow: hidden;
                z-index: 100;
            }


    .main-banner-02 {
        display: block;
        width: 650px;
        margin: 0 auto;
    }


    .benner-size {
        width: 100%;
        max-height: 650px;
        float: none;
        overflow: hidden;
    }

    .main-notice {
        border: 1px solid #c6c6c6;
        margin: 30px 0px 0px 0px;
        height: 400px;
    }

    .brnner01 {
        border: 1px solid #c6c6c6;
        margin: 30px 0px 0px 0px;
        overflow: hidden;
        height: 400px;
        text-align: center;
    }

        .brnner01 img {
            width: 110%;
        }

    .brnner01-text {
        position: absolute;
        color: #fff;
        display: block;
        min-width: 650px;
        margin: 152px 0;
        line-height: 0.7em;
    }

        .brnner01-text h1 {
            font-size: 2em;
        }

        .brnner01-text h2 {
            font-size: 1.8em;
            font-weight: 300;
        }


    .brnner01-Button {
        background-color: rgba(0, 0, 0, 0.3);
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        display: inline-block;
        cursor: pointer;
        font-size: 17px;
        padding: 16px 19px;
        text-decoration: none;
    }

        .brnner01-Button a {
            color: #fff;
            opacity: 1;
        }

        .brnner01-Button:hover {
            background-color: #6f6f6f;
        }

        .brnner01-Button:active {
            position: relative;
            top: 1px;
        }


    .slider-text {
        line-height: 11pt;
        padding-bottom: 10px;
    }

        .slider-text a {
            text-decoration: none;
            color: #808080;
            text-align: center;
            font-size: 11pt;
        }

            .slider-text a span {
                font-size: 9pt;
            }

    .customNavigation {
        position: relative;
        top: -115px;
        width: 650px;
    }
}

@media all and (min-width:600px) and (max-width:700px) {

    .main {
        position: relative;
        min-width: 100%;
        height: 300px;
        overflow: hidden;
    }

    #owl-demo .owl-buttons {
        top: 370px;
        position: absolute;
        display: none;
        margin: 0 auto;
        width: 100%;
    }

    .slider-banner-main h1 {
        background-color: #fff;
        font-size: 30pt;
        font-weight: 600;
        margin: 0 0 0px 10px;
    }

    .slider-banner-main {
        margin-top: 50px;
        max-width: 500px;
    }


    .slider-banner-img {
        width: 250px;
        overflow: hidden;
    }

        .slider-banner-img img {
            width: 80%;
        }

            .slider-banner-img img:hover {
                transform: scale(1.08);
                transform-origin: center;
                transition: all 0.3s;
                position: relative;
                overflow: hidden;
                z-index: 100;
            }


    .main-banner-02 {
        display: table;
        table-layout: auto;
        width: 500px;
        margin: 0 auto;
    }


    .benner-size {
            width: 500px;
        max-height: 500px;
        float: none;
        overflow: hidden;
    }

    .main-notice {
        border: 1px solid #c6c6c6;
        margin: 30px 0px 0px 0px;
        height: 400px;
    }

    .brnner01 {
        border: 1px solid #c6c6c6;
        margin: 30px 0px 0px 0px;
        overflow: hidden;
        height: 400px;
        text-align: center;
    }

        .brnner01 img {
            width: 110%;
        }

    .brnner01-text {
        position: absolute;
        color: #fff;
        display: block;
        min-width: 495px;
        margin: 152px 0;
        line-height: 0.7em;
    }

        .brnner01-text h1 {
            font-size: 2em;
        }

        .brnner01-text h2 {
            font-size: 1.8em;
            font-weight: 300;
        }


    .brnner01-Button {
        background-color: rgba(0, 0, 0, 0.3);
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        display: inline-block;
        cursor: pointer;
        font-size: 17px;
        padding: 16px 19px;
        text-decoration: none;
    }

        .brnner01-Button a {
            color: #fff;
            opacity: 1;
        }

        .brnner01-Button:hover {
            background-color: #6f6f6f;
        }

        .brnner01-Button:active {
            position: relative;
            top: 1px;
        }


    .slider-text {
        line-height: 11pt;
        padding-bottom: 10px;
    }

        .slider-text a {
            text-decoration: none;
            color: #808080;
            text-align: center;
            font-size: 11pt;
        }

            .slider-text a span {
                font-size: 9pt;
            }

    .customNavigation {
        position: relative;
        top: -115px;
        width: 500px;
    }
}

@media all and (min-width:10px) and (max-width:600px) {

    .main {
        position: relative;
        min-width: 600px;
        height: 300px;
        overflow: hidden;
    }

    #owl-demo .owl-buttons {
        top: 370px;
        position: absolute;
        display: none;
        margin: 0 auto;
        width: 100%;
    }

    .slider-banner-main h1 {
        background-color: #fff;
        font-size: 30pt;
        font-weight: 400;
        margin: 0 0 0px 10px;
    }

    .slider-banner-main {
        margin-top: 50px;
        max-width: 280px;
    }


    .slider-banner-img {
        width: 250px;
        overflow: hidden;
    }

        .slider-banner-img img {
            width: 100%;
        }

            .slider-banner-img img:hover {
                transform: scale(1.08);
                transform-origin: center;
                transition: all 0.3s;
                position: relative;
                overflow: hidden;
                z-index: 100;
            }


    .main-banner-02 {
        display: table;
        table-layout: auto;
        width: 500px;
        margin: 0 auto;
    }




    .benner-size {
        width: 500px;
        max-height: 550px;
        float: none;
    }

    .main-notice {
        border: 1px solid #c6c6c6;
        margin: 30px 0px 0px 0px;
        height: 400px;
    }

    .brnner01 {
        border: 1px solid #c6c6c6;
        margin: 30px 0px 0px 0px;
        overflow: hidden;
        height: 400px;
        text-align: center;
    }

        .brnner01 img {
            width: 110%;
        }

    .brnner01-text {
        position: absolute;
        color: #fff;
        display: block;
        min-width: 550px;
        margin: 152px 0;
        line-height: 0.7em;
    }

        .brnner01-text h1 {
            font-size: 2em;
        }

        .brnner01-text h2 {
            font-size: 1.8em;
            font-weight: 300;
        }


    .brnner01-Button {
        background-color: rgba(0, 0, 0, 0.3);
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        display: inline-block;
        cursor: pointer;
        font-size: 17px;
        padding: 16px 19px;
        text-decoration: none;
    }

        .brnner01-Button a {
            color: #fff;
            opacity: 1;
        }

        .brnner01-Button:hover {
            background-color: #6f6f6f;
        }

        .brnner01-Button:active {
            position: relative;
            top: 1px;
        }


    .slider-text {
        line-height: 11pt;
        padding-bottom: 10px;
    }

        .slider-text a {
            text-decoration: none;
            color: #808080;
            text-align: center;
            font-size: 11pt;
        }

            .slider-text a span {
                font-size: 9pt;
            }

    .customNavigation {
        position: relative;
        top: -160px;
        width: 280px;
    }
}














/*쇼핑몰 탭*/

.tap-shop {
    padding-top: 60px;
    max-width: 1200px;
    margin: 0 auto;
}

@media all and (min-width:1000px) and (max-width:1280px) {
    .tap-shop {
        margin: 0 auto;
        max-width: 900px;
    }
}

@media all and (min-width:700px) and (max-width:1000px) {
    .tap-shop {
        margin: 0 auto;
        max-width: 600px;
    }
}

@media all and (min-width:500px) and (max-width:700px) {
    .tap-shop {
        margin: 0 auto;
        max-width: 400px;
    }
}

@media all and (min-width:300px) and (max-width:500px) {
    .tap-shop {
        margin: 0 auto;
        max-width: 400px;
    }
}





.tabs > DIV {
    /*border-top: 1px solid #c7c7c7*/
    margin-top: 10px;
    background: white !important;
    /*border-bottom: 4px solid #E95855 !important;*/
}



.tabs UL.horizontal {
    list-style: none outside none;
    padding-bottom: 10px;
}

.tabs LI {
    background: white;
    margin: 0 10px 0 0;
    display: inline-block;
}


.tabs ul li A {
    color: #808080;
    display: block;
    font-size: 15px;
    font-weight: 400;
    padding-top: 23px;
    text-decoration: none;
    margin: 0px 10px 0px;
    width: 100%;
}

.tabs LI:hover {
}

.tabs ul LI:hover A {
    color: #c6c6c6;
    width: 100%;
}


.tap-shop ul .active {
    height: 50px;
    border-bottom: 1px solid #c6c6c6;
}

.tap-shop ul li .active A {
    color: white !important;
    text-align: center;
    vertical-align: middle;
}







/*반응형쇼핑몰*/

/* ---- grid ---- */

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/*그리드추가때마다숫자로새로이생성*/
/*1*/

.grid {
    margin-top: 40px;
}

.grid2 {
    margin-top: 40px;
}

.grid3 {
    margin-top: 40px;
}

.grid4 {
    margin-top: 40px;
}

.grid5 {
    margin-top: 40px;
}

.grid6 {
    margin-top: 40px;
}

.grid3 {
    margin-top: 40px;
}

.grid7 {
    margin-top: 40px;
}

.grid8 {
    margin-top: 40px;
}

.grid9 {
    margin-top: 40px;
}


.grid-item {
    width: 280px;
    height: 120px;
    float: left;
    margin: 10px;
}


.grid-img {
    overflow: hidden;
}


    .grid-img a img {
        max-width: 100%;
        margin: 0 auto;
    }

    .grid-img h3 {
        position: absolute;
        color: #6f6f6f;
        font-size: 13pt;
        min-width: 100%;
        text-align: left;
        font-weight: 700;
        letter-spacing: 1pt;
        margin-top: 0px;
    }

    .grid-img h6 {
        position: absolute;
        color: #808080;
        font-size: 9pt;
        font-weight: 100;
        min-width: 100%;
        text-align: left;
        margin-top: 20px;
    }




    /*이미지확대효과*/

    .grid-img a:hover img {
        transform: scale(1.08);
        transform-origin: center;
        transition: all 0.3s;
        position: relative;
        overflow: hidden;
        z-index: 100;
    }



/* clearfix */
.grid:after {
    content: '';
    display: block;
    clear: both;
}

.grid2:after {
    content: '';
    display: block;
    clear: both;
}

.grid3:after {
    content: '';
    display: block;
    clear: both;
}

.grid4:after {
    content: '';
    display: block;
    clear: both;
}

.grid5:after {
    content: '';
    display: block;
    clear: both;
}

.grid6:after {
    content: '';
    display: block;
    clear: both;
}

.grid7:after {
    content: '';
    display: block;
    clear: both;
}

.grid8:after {
    content: '';
    display: block;
    clear: both;
}

.grid9:after {
    content: '';
    display: block;
    clear: both;
}


.grid-item--width2 {
    width: 320px;
}

.grid-item--width3 {
    width: 480px;
}

.grid-item--width5 {
    width: 450px;
}

.grid-item--height2 {
    height: 200px;
}

.grid-item--height3 {
    height: 280px;
}

.grid-item--height4 {
    height: 360px;
}

.grid-item--height5 {
    height: 450px;
}




/*한국옻칠공에대전*/

.display-text {
    display: block;
    margin: 0 auto;
    height: 320px;
    width: 1200px;
    text-align: center;
}

    .display-text h1 {
        position: absolute;
        margin-top: 180px;
        font-size: 30pt;
    }



.display {
    margin-top: 60px;
    max-width: 1200px;
    margin: 0 auto;
}

.display-grid {
    margin-top: 100px;
}

.display .grid-item {
    width: 280px;
    height: 420px;
    float: left;
    margin: 10px;
    overflow: hidden;
}


.grid-img {
    overflow: hidden;
}


    .grid-img a img {
        max-width: 100%;
        margin: 0 auto;
    }

    .grid-img h3 {
        position: absolute;
        color: #6f6f6f;
        font-size: 13pt;
        min-width: 100%;
        text-align: left;
        font-weight: 700;
        letter-spacing: 1pt;
        margin-top: 0px;
    }

    .grid-img h6 {
        position: absolute;
        color: #808080;
        font-size: 9pt;
        font-weight: 100;
        min-width: 100%;
        text-align: left;
        margin-top: 20px;
    }




    /*이미지확대효과*/

    .grid-img a:hover img {
        transform: scale(1.08);
        transform-origin: center;
        transition: all 0.3s;
        position: relative;
        overflow: hidden;
        z-index: 100;
    }



/* clearfix */
.grid:after {
    content: '';
    display: block;
    clear: both;
}


.grid-item--width2 {
    width: 320px;
}

.grid-item--width3 {
    width: 480px;
}

.grid-item--width4 {
    width: 640px;
}

.grid-item--height2 {
    height: 200px;
}

.grid-item--height3 {
    height: 280px;
}

.grid-item--height4 {
    height: 360px;
}






/*쇼핑몰맨윗부분*/

.shop-text {
    display: block;
    margin: 0 auto;
    height: 320px;
    width: 1200px;
    text-align: center;
}

    .shop-text h1 {
        position: absolute;
        margin-top: 180px;
        font-size: 50pt;
    }



/*쇼핑몰 상세페이지*/

.container-shop {
    width: 100%;
    margin: 0 auto;
    max-width: 1200px;
    padding-top: 40px;
}


/*쇼핑몰상세페이지 슬라이드 모션*/

.middle-shop {
    width: 48%;
    display: inline-block;
    float: left;
}

#owl-demo2 .owl-buttons {
    position: absolute;
    display: inline-block;
}


#owl-demo2 .owl-prev {
    float: left;
    width: 20px;
    height: 38px;
    display: none;
}

#owl-demo2 .owl-next {
    width: 95px;
    height: 20px;
    background-image: url(/img/shop/next.gif);
    background-size: 100%;
}


.middle-shop .owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
/* display none until init */
.middle-shop .owl-carousel {
    display: none;
    position: relative;
    -ms-touch-action: pan-y;
}

    .middle-shop .owl-carousel .owl-wrapper {
        display: none;
        position: relative;
        -webkit-transform: translate3d(0px, 0px, 0px);
    }

    .middle-shop .owl-carousel .owl-wrapper-outer {
        overflow: hidden;
        position: relative;
    }

        .middle-shop .owl-carousel .owl-wrapper-outer.autoHeight {
            -webkit-transition: height 500ms ease-in-out;
            -moz-transition: height 500ms ease-in-out;
            -ms-transition: height 500ms ease-in-out;
            -o-transition: height 500ms ease-in-out;
            transition: height 500ms ease-in-out;
        }

    .middle-shop .owl-carousel .owl-item {
        float: left;
        border: 1px solid #eeeeee;
    }

.middle-shop .owl-item img {
    width: 100%;
}

.middle-shop .owl-controls .owl-page,
.middle-shop .owl-controls .owl-buttons div {
    cursor: pointer;
}

.middle-shop .owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}


/* fix */
.middle-shop .owl-carousel .owl-wrapper,
.middle-shop .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
}







/*본문글*/

.sub-shop-text {
    width: 51%;
    position: relative;
    white-space: normal;
    color: #231815;
    text-align: left;
    letter-spacing: 2.2px;
    word-break: keep-all;
    display: inline-block;
    margin-left: 1%;
    margin-top: 0px;
}

    .sub-shop-text div {
    }


        .sub-shop-text div h3 {
            font-size: 22pt;
            display: inline-block;
        }

        .sub-shop-text div h4 {
            margin-top: 0;
            font-size: 15pt;
            display: inline-block;
            float: right;
            margin-top: 41px;
        }

        .sub-shop-text div p {
            font-size: 10pt;
            margin-top: -5%;
            padding-bottom: 20px;
            border-bottom: 2px solid #808080;
        }


.shop-butten {
    float: right;
    display: inline-block;
    margin-top: -11px;
}

.shop-butten-buy01 {
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    border: 1px solid #000;
    display: inline-block;
    cursor: pointer;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    padding: 5px 11px;
    margin-top: 17px;
    text-decoration: none;
    letter-spacing: 0;
    background-color: #000;
}

    .shop-butten-buy01:hover {
        background-color: #808080;
        color: #fff;
    }

    .shop-butten-buy01:active {
        position: relative;
        top: 1px;
    }



.shop-butten-buy {
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    border: 1px solid #000;
    display: inline-block;
    cursor: pointer;
    color: #000;
    font-size: 15px;
    font-weight: bold;
    padding: 5px 11px;
    margin-top: 17px;
    text-decoration: none;
    letter-spacing: 0;
}

    .shop-butten-buy:hover {
        background-color: #808080;
        color: #fff;
    }

    .shop-butten-buy:active {
        position: relative;
        top: 1px;
    }

/*쇼핑몰상세페이지 탭*/

.shop-sub-tab {
    float: right;
    width: 50.3%;
    position: relative;
    margin-top: 100px;
}


    .shop-sub-tab .tap-shop {
        padding-top: 60px;
        max-width: 1200px;
        margin: 0 auto;
    }

    .shop-sub-tab .tabs > div {
        /*border-top: 1px solid #c7c7c7*/
        margin-top: 10px;
        background: white !important;
        /*border-bottom: 4px solid #E95855 !important;*/
    }



    .shop-sub-tab .tabs UL.horizontal {
        list-style: none outside none;
        padding-bottom: 0px;
        padding-left: 12px;
        background-color: #e8e8e8;
    }

    .shop-sub-tab .tabs LI {
        background: none;
        margin: 0 10px 0 0;
        display: inline-block;
    }


    .shop-sub-tab .tabs ul li A {
        color: #231815;
        display: block;
        font-size: 15px;
        font-weight: 300;
        padding: 6px 6px;
        text-decoration: none;
        margin: 0;
        width: 100%;
    }

    .shop-sub-tab .tabs LI:hover {
        border-bottom: 3px solid #000;
    }

    .shop-sub-tab .tabs ul LI:hover A {
        color: #c6c6c6;
        width: 100%;
    }

    .shop-sub-tab .tabs li.active {
        border-bottom: 3px solid #000;
    }

        .shop-sub-tab .tabs li.active a {
            font-weight: 900;
        }







/*쇼핑몰 안내사항*/


.shop-text-detail {
    margin: 17px 20px;
    text-align: justify;
}

.detail-head {
    font-size: 11pt;
    font-weight: 700;
    display: block;
    color: #231815;
}

.shop-text-detail p {
    color: #4a4a4a;
    font-weight: 100;
    font-size: 9pt;
}




.shop-text-marster-img {
    width: 250px;
    margin: 0 20px;
    display: inline-block;
}

    .shop-text-marster-img img {
        width: 100%;
    }

.shop-text-marster {
    text-align: justify;
    width: 300px;
    margin-left: -10px;
    display: inline-block;
}

    .shop-text-marster h3 {
        font-size: 15pt;
    }

    .shop-text-marster h2 {
        font-size: 20pt;
        margin-top: -20px;
    }

    .shop-text-marster p {
        font-size: 11pt;
    }

        .shop-text-marster p span {
            font-size: 12pt;
            font-weight: 600;
            padding-right: 7px;
        }

            .shop-text-marster p span a {
                color: #000;
            }


.shop-text-data {
    margin-left: 10px;
    display: inline-block;
}

    .shop-text-data p {
        font-size: 11pt;
    }

        .shop-text-data p span {
            font-size: 12pt;
            font-weight: 600;
            padding-right: 7px;
        }


@media all and (min-width:1100px) and (max-width:1280px) {

    /*쇼핑몰맨윗부분*/

    .shop-text {
        display: block;
        margin: 0 auto;
        height: 320px;
        width: 1100px;
        text-align: center;
    }

    /*쇼핑몰 상세페이지*/

    .container-shop {
        width: 100%;
        margin: 0 auto;
        max-width: 1100px;
        padding-top: 40px;
    }

    .shop-text-marster {
        text-align: justify;
        width: 100%;
        margin-left: 17px;
        display: inline-block;
    }
}

@media all and (min-width:1000px) and (max-width:1100px) {

    /*쇼핑몰맨윗부분*/

    .shop-text {
        display: block;
        margin: 0 auto;
        height: 320px;
        width: 1010px;
        text-align: center;
    }

    /*쇼핑몰 상세페이지*/

    .container-shop {
        width: 100%;
        margin: 0 auto;
        max-width: 1010px;
        padding-top: 40px;
    }

    .shop-text-marster {
        text-align: justify;
        width: 100%;
        margin-left: 17px;
        display: inline-block;
    }
}

@media all and (min-width:520px) and (max-width:1000px) {

    /*쇼핑몰맨윗부분*/

    .shop-text {
        display: block;
        margin: 0 auto;
        height: 320px;
        width: 600px;
        text-align: center;
    }

    /*쇼핑몰 상세페이지*/

    .container-shop {
        width: 100%;
        margin: 0 auto;
        max-width: 600px;
        padding-top: 40px;
    }


    .middle-shop {
        width: 100%;
        display: block;
        float: left;
    }


    .sub-shop-text {
        width: 100%;
        position: relative;
        white-space: normal;
        color: #231815;
        text-align: left;
        letter-spacing: 2.2px;
        word-break: keep-all;
        display: block;
        margin-left: 0%;
        margin-top: 0px;
        z-index: -1;
    }


    /*쇼핑몰상세페이지 탭*/

    .shop-sub-tab {
        float: right;
        width: 100%;
        position: relative;
        margin-top: 100px;
    }

    .shop-text-marster {
        text-align: justify;
        width: 100%;
        margin-left: 17px;
        display: inline-block;
    }
}

@media all and (min-width:400px) and (max-width:520px) {

    /*쇼핑몰맨윗부분*/

    .shop-text {
        display: block;
        margin: 0 auto;
        height: 320px;
        width: 400px;
        text-align: center;
    }

    /*쇼핑몰 상세페이지*/

    .container-shop {
        width: 100%;
        margin: 0 auto;
        max-width: 400px;
        padding-top: 40px;
    }


    .middle-shop {
        width: 100%;
        display: block;
        float: left;
    }


    .sub-shop-text {
        z-index: -1;
        width: 100%;
        position: relative;
        white-space: normal;
        color: #231815;
        text-align: left;
        letter-spacing: 2.2px;
        word-break: keep-all;
        display: block;
        margin-left: 0%;
        margin-top: 0px;
    }


    /*쇼핑몰상세페이지 탭*/

    .shop-sub-tab {
        float: right;
        width: 100%;
        position: relative;
        margin-top: 100px;
    }


    .shop-butten {
        float: right;
        display: inline-block;
        margin-top: -7px;
        text-align: center;
    }

    .shop-butten-buy01 {
        -moz-border-radius: 0px;
        -webkit-border-radius: 0px;
        border-radius: 0px;
        border: 1px solid #000;
        display: block;
        cursor: pointer;
        color: #fff;
        font-size: 15px;
        font-weight: bold;
        padding: 5px 11px;
        margin-top: 17px;
        text-decoration: none;
        letter-spacing: 0;
        background-color: #000;
    }

        .shop-butten-buy01:hover {
            background-color: #808080;
            color: #fff;
        }

        .shop-butten-buy01:active {
            position: relative;
            top: 1px;
        }



    .shop-butten-buy {
        -moz-border-radius: 0px;
        -webkit-border-radius: 0px;
        border-radius: 0px;
        border: 1px solid #000;
        display: inline-block;
        cursor: pointer;
        color: #000;
        font-size: 15px;
        font-weight: bold;
        padding: 4px 6px;
        margin-top: 7px;
        text-decoration: none;
        letter-spacing: 0;
    }

        .shop-butten-buy:hover {
            background-color: #808080;
            color: #fff;
        }

        .shop-butten-buy:active {
            position: relative;
            top: 1px;
        }

    .shop-text-marster {
        text-align: justify;
        width: 100%;
        margin-left: 17px;
        display: inline-block;
    }
}

@media all and (min-width:10px) and (max-width:400px) {

    body {
        width: 100%;
        height: 100%;
        overflow-x: scroll;
        overflow-y: scroll;
        font-family: "Noto Sans CJK KR";
    }

    /*쇼핑몰맨윗부분*/

    .shop-text {
        display: block;
        margin: 0 auto;
        height: 320px;
        width: 400px;
        text-align: center;
    }

    /*쇼핑몰 상세페이지*/

    .container-shop {
        margin: 0 auto;
        max-width: 400px;
        padding-top: 40px;
    }


    .middle-shop {
        width: 400px;
        display: block;
        float: left;
    }


    .sub-shop-text {
        z-index: -1;
        width: 400px;
        position: relative;
        white-space: normal;
        color: #231815;
        text-align: left;
        letter-spacing: 2.2px;
        word-break: keep-all;
        display: block;
        margin-left: 0%;
        margin-top: 0px;
    }


    /*쇼핑몰상세페이지 탭*/

    .shop-sub-tab {
        float: right;
        width: 100%;
        position: relative;
        margin-top: 100px;
    }


    .shop-butten {
        float: right;
        display: inline-block;
        margin-top: -7px;
        text-align: center;
    }

    .shop-butten-buy01 {
        -moz-border-radius: 0px;
        -webkit-border-radius: 0px;
        border-radius: 0px;
        border: 1px solid #000;
        display: block;
        cursor: pointer;
        color: #fff;
        font-size: 15px;
        font-weight: bold;
        padding: 5px 11px;
        margin-top: 17px;
        text-decoration: none;
        letter-spacing: 0;
        background-color: #000;
    }

        .shop-butten-buy01:hover {
            background-color: #808080;
            color: #fff;
        }

        .shop-butten-buy01:active {
            position: relative;
            top: 1px;
        }



    .shop-butten-buy {
        -moz-border-radius: 0px;
        -webkit-border-radius: 0px;
        border-radius: 0px;
        border: 1px solid #000;
        display: inline-block;
        cursor: pointer;
        color: #000;
        font-size: 15px;
        font-weight: bold;
        padding: 4px 6px;
        margin-top: 7px;
        text-decoration: none;
        letter-spacing: 0;
    }

        .shop-butten-buy:hover {
            background-color: #808080;
            color: #fff;
        }

        .shop-butten-buy:active {
            position: relative;
            top: 1px;
        }

    .shop-text-marster {
        text-align: justify;
        width: 100%;
        margin-left: 17px;
        display: inline-block;
    }
}





/*게시판 검색창*/

.search {
    text-align: right;
    width: 100%;
}


    .search input {
        width: 250px;
        height: 24px;
        padding: 7.5px;
        background-color: #fff;
        border: 1px solid #808080;
    }

    .search select {
        font-size: 11pt;
    }

.seButton {
    background-color: #fff;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    border: 1px solid #ccc;
    display: inline-block;
    cursor: pointer;
    color: #000;
    font-size: 14px;
    padding: 2px 21px;
    text-decoration: none;
    text-shadow: 0px 0px 0px #ffffff;
    margin: 0px 5px;
    float: right;
}

    .seButton:hover {
        background-color: #ccc;
    }

    .seButton:active {
        position: relative;
        top: 1px;
    }
