﻿@import url('http://fonts.googleapis.com/earlyaccess/nanumgothic.css');
@import url(http://fonts.googleapis.com/earlyaccess/nanummyeongjo.css);

/*푸터*/
.footer {
    background-color: #adadad;
    padding-bottom: 0em;
    font-weight: normal;
}

.inner {
    padding: 5px;
    background-color: black;
    border-bottom: 1px solid #ffffff;
}

.inner p {
    color: #ffffff;
    font-size: 15px;
    text-align: center;
}


/*모바일푸터 위치조절*/

.footerH {
    min-height: 69%;
}


/*인사말 중간페이지*/

.sub-img {
    position: relative;
    max-width: 100%;
    max-height: 400px;
    overflow: hidden;
}

.sub-img img {
    width: 100%;
    overflow: hidden;
}

.sub-img-text {
    max-width: 1200px;
    margin: 0 auto;
}

.sub-img h1 {
    font-family: Nanum Myeongjo;
    position: absolute;
    color: #fff;
    margin-top: 200px;
    margin-left: 1%;
    font-size: 25pt;
    letter-spacing: 0.5pt;
    line-height: 30pt;
}


/*옻칠장인들 중간페이지*/

.sub-img-2 {
    position: relative;
    width: 100%;
    height: 180px;
    background-color: #fff;
}

.sub-img-2 img {
    width: 100%;
    overflow: hidden;
}

.sub-img-text-2 {
    max-width: 100%;
    margin: 0 auto;
}

.sub-img-2 h1 {
    font-family: Nanum Myeongjo;
    position: absolute;
    color: #231815;
    margin-top: 200px;
    margin-left: 1%;
    font-size: 40pt;
    letter-spacing: 0.5pt;
    line-height: 25pt;
    font-weight: 900;
}


/*옻칠장인들2 중간페이지*/

.sub-img {
    position: relative;
    max-width: 100%;
    max-height: 400px;
    overflow: hidden;
}

.sub-img img {
    width: 100%;
    overflow: hidden;
}

.sub-img-text {
    max-width: 1200px;
    margin: 0 auto;
}

.sub-img h1 {
    font-family: Nanum Myeongjo;
    position: absolute;
    color: #fff;
    margin-top: 200px;
    margin-left: 1%;
    font-size: 25pt;
    letter-spacing: 0.5pt;
    line-height: 30pt;
}


/*큰글씨*/
.middle {
    display: block;
}

.middle h2 {
    font-size: 27px;
    margin-top: 100px;
    font-weight: 600;
    color: #231815;
    letter-spacing: 1px;
    padding-bottom: 10px;
    border-bottom: 1px solid #808080;
}


/*본문사진*/

.middle2 {
    display: table;
}

.middle.tow {
    display: table-cell;
    table-layout: auto;
}

.sub2_2 div img {
    max-width: 12%;
    margin-top: 20px;
    float: left;
}


/*본문글*/

.sub2_2.tow {
    white-space: normal;
    color: #231815;
    max-width: 86%;
    text-align: justify;
    float: right;
    letter-spacing: 0px;
    word-break: keep-all;
    line-height: 25px;
}

.tow-right {
    font-size: 18pt;
    text-align: right;
    letter-spacing: 0px;
    line-height: 28px;
}

@media only screen and (max-width: 1131px) {


    .sub-img {
        position: relative;
        max-width: 100%;
        max-height: 30em;
        overflow: hidden;
        padding-top: 140px;
    }

    .sub-img img {
        width: 100%;
        overflow: hidden;
    }

    .sub-img-text {
        max-width: 1200px;
        margin: 0 auto;
    }

    .sub-img h1 {
        font-family: Nanum Myeongjo;
        position: absolute;
        color: #fff;
        margin-top: 12%;
        margin-left: 1%;
        font-size: 25pt;
        letter-spacing: 0.5pt;
        line-height: 30pt;
    }


    /*큰글씨*/
    .middle {
        display: block;
    }

    .middle h2 {
        font-size: 27px;
        margin-top: 100px;
        font-weight: 600;
        color: #231815;
        letter-spacing: 1px;
        padding-bottom: 10px;
        border-bottom: 1px solid #808080;
    }


    /*본문사진*/
    .middle2 {
        display: block;
    }

    .middle.tow {
        display: table-cell;
        table-layout: auto;
    }

    .sub2_2 div img {
        max-width: 50%;
        margin-top: 20px;
    }


    /*본문글*/
    .sub2_2.tow {
        white-space: normal;
        color: #231815;
        max-width: 100%;
        text-align: justify;
        float: right;
        letter-spacing: 2.2px;
        word-break: keep-all;
    }

    .tow-right {
        font-size: 18pt;
        text-align: right;
    }
}


@media only screen and (max-width: 600px) {


    .sub-img {
        position: relative;
        max-width: 100%;
        max-height: 30em;
        overflow: hidden;
        padding-top: 140px;
    }

    .sub-img img {
        width: 100%;
        overflow: hidden;
    }

    .sub-img-text {
        max-width: 1200px;
        margin: 0 auto;
    }

    .sub-img h1 {
        font-family: Nanum Myeongjo;
        position: absolute;
        color: #fff;
        margin-top: 16%;
        margin-left: 1%;
        font-size: 1.5em;
        letter-spacing: 0.5pt;
        line-height: 1em;
    }


    /*큰글씨*/
    .middle {
        display: block;
    }

    .middle h2 {
        font-size: 27px;
        margin-top: 100px;
        font-weight: 600;
        color: #231815;
        letter-spacing: 1px;
        border-bottom: 1px solid #231815;
    }


    /*본문사진*/
    .middle2 {
        display: block;
    }

    .middle.tow {
        display: table-cell;
        table-layout: auto;
    }

    .sub2_2 div img {
        max-width: 300px;
        margin-top: 20px;
    }


    /*본문글*/
    .sub2_2.tow {
        white-space: normal;
        color: #231815;
        width: 100%;
        text-align: justify;
        float: right;
        letter-spacing: 2.2px;
        word-break: break-all;
    }

    .tow-right {
        font-size: 18pt;
        text-align: right;
    }
}


/*옻이야기*/

.text-h3-frist {
    font-size: 16.5pt;
    margin-top: 1.8%;
    margin-bottom: 3%;
    letter-spacing: -.5pt;
}

.text-h3 {
    font-size: 16.5pt;
    margin-top: 3%;
    margin-bottom: 3%;
    letter-spacing: -.5pt;
}

.text-h4 {
    font-size: 14pt;
    margin-top: -2%;
    letter-spacing: -.5pt;
}

.text-h4-up {
    font-size: 14pt;
    margin-top: 2%;
    letter-spacing: -.5pt;
}

.text-h5 {
    font-size: 13pt;
    margin-top: -2%;
    letter-spacing: -.5pt;
}

.text-h5-up {
    font-size: 13pt;
    margin-top: 2%;
    letter-spacing: -.5pt;
}

.text-p {
    font-size: 11pt;
    margin-top: -2%;
    margin-bottom: 4%;
    letter-spacing: 0pt;
    line-height: 25px;
}

.text-p span {
    font-size: 12pt;
    font-weight: 500;
}


.text-list span {
    font-size: 12pt;
    font-weight: 500;
    margin-right: 8px;
}

.text-p-up {
    font-size: 11pt;
    margin-top: -3%;
    margin-bottom: 4%;
    letter-spacing: 0pt;
    line-height: 25px;
}

.text-p-down {
    font-size: 11pt;
    margin-top: 2%;
    margin-bottom: 3%;
    letter-spacing: 0pt;
}

.text-p-down span {
    font-size: 12pt;
    font-weight: 500;
    margin-top: 2%;
}

.text-list {
    list-style: circle;
    font-size: 11pt;
    margin-top: -1.8em;
    margin-left: 2%;
    letter-spacing: 0pt;
    line-height: 25px;
}

.text-list-up {
    list-style: circle;
    font-size: 11pt;
    margin-top: -2.5em;
    margin-left: 2%;
    letter-spacing: 0pt;
    line-height: 30px;
}


/*옻칠장인들1

.master {
    max-width: 100%;
    margin: 0 auto;
}

.master > DIV {
    margin-top: 0px;
}



.master .tabs UL.horizontal {
    list-style: none outside none;
    margin-bottom: -23px;
}

.master LI {
    background: white;
    margin: 0 10px 0 0;
    display: inline-block;
}


.master ul li A {
    color: #808080;
    display: block;
    font-size: 15px;
    font-weight: 400;
    margin: 0px 30px;
    text-decoration: none;
    text-align: center;
    margin-top: -5px;
    width: 100%;
}

.master LI:hover {
    height: 60px;
}

.master ul LI:hover A {
    color: #c6c6c6;
    width: 100%;
}


.master ul .active {
    height: 60px;
    border-bottom: 1px solid #c6c6c6;
}

.master ul li .active A {
    color: white !important;
    text-align: center;
    vertical-align: middle;
}



.profoley01 .master-img {
    width:48%;
    height: 740px;
    display: inline-block;
    position: relative;
    overflow: hidden;
}

.profoley01 .master-img img {
    width: 100%;
}

.profoley01 .marster-text-01 {
    position:absolute;
    z-index: 1;
    color: #fff;
    margin: 40px;
}

.profoley01 .marster-text-01 h1 {
    font-size: 25pt;
    line-height: 40px;
}

.profoley01 .marster-text-01 h2 {
    font-size: 25pt;
    margin-top: 60px;
}

.profoley01 .marster-text-01 h3 {
    font-size: 25pt;
    line-height: 32px;
    margin-top: -10px;
}

.profoley01 .marster-text-01 h4 a {
    font-size: 13pt;
    line-height: 32px;
    margin-top: -10px;
    text-decoration: none;
    color:#fff;
}

.profoley01 .marster-text-02 {
    width: 52%;
    float: right;
    display: inline-block;
    position:absolute;
    color: #fff;
    background-color: #000;
    margin: 68px 250px;
}

.profoley01 .marster-text-02 h1 {
    font-size: 20pt;
    line-height: 25px;
}

.profoley01 .marster-text-02 h2 {
    font-size: 20pt;
    margin-top: 25px;
}

.profoley01 .marster-text-03 {
    padding-top: 10px;
}

.profoley01 .marster-text-03 p{
    font-size: 10pt;
    line-height: 6px;
    font-weight: 100;
}

.profoley01 .marster-text-03 p span{
    font-size: 11pt;
    font-weight: 400;
    margin-right: 10px;
}



.profoley02 .master-img {
    width:48%;
    height: 800px;
    display: inline-block;
    position: relative;
    overflow: hidden;
}

.profoley02 .master-img img {
    width: 100%;
}

.profoley02 .marster-text-01 {
    position:absolute;
    z-index: 1;
    color: #fff;
    margin-top: 18%;
}

.profoley02 .marster-text-01 h1 {
    font-size: 25pt;
    line-height: 40px;
}

.profoley02 .marster-text-01 h2 {
    font-size: 25pt;
    margin-top: 60px;
}

.profoley02 .marster-text-01 h3 {
    font-size: 25pt;
    line-height: 32px;
    margin-top: -10px;
}

.profoley02 .marster-text-02 {
    width: 52%;
    float: right;
    display: inline-block;
    position:absolute;
    color: #000;
    background-color: #fff;
    margin: 68px 250px;
}

.profoley02 .marster-text-02 h1 {
    font-size: 20pt;
    line-height: 25px;
}

.profoley02 .marster-text-02 h2 {
    font-size: 20pt;
    margin-top: 25px;
}

.profoley02 .marster-text-01 h4 a {
    font-size: 13pt;
    line-height: 32px;
    margin-top: -10px;
    text-decoration: none;
    color:#fff;
}


.profoley02 .marster-text-01 a {
    font-size: 13pt;
    line-height: 32px;
    margin-top: -10px;
    text-decoration: none;
    color:#fff;
    line-height: 20px;
}

.profoley02 .marster-text-01 a span{
    display: block;
}

.profoley02 .marster-text-03 {
    padding-top: 10px;
}

.profoley02 .marster-text-03 p{
    font-size: 10pt;
    line-height: 6px;
    font-weight: 100;
}

.profoley02 .marster-text-03 p span{
    font-size: 11pt;
    font-weight: 400;
    margin-right: 10px;
}


@media only screen and (max-width: 1900px){
    .master {
    max-width: 100%;
    margin: 0 auto;
}

.profoley01 .master-img {
    width:100%;
    height: 48em;
    display: inline-block;
    position: relative;
    overflow: hidden;
}

.profoley01 .master-img img {
    width: 100%;
}

.profoley01 .marster-text-01 {
    position:absolute;
    z-index: 1;
    color: #fff;
    margin: 40px;
}

.profoley01 .marster-text-01 h1 {
    font-size: 25pt;
    line-height: 40px;
}

.profoley01 .marster-text-01 h2 {
    font-size: 25pt;
    margin-top: 60px;
}

.profoley01 .marster-text-01 h3 {
    font-size: 25pt;
    line-height: 32px;
    margin-top: -10px;
}

.profoley01 .marster-text-01 h4 a {
    font-size: 13pt;
    line-height: 32px;
    margin-top: -10px;
    text-decoration: none;
    color:#fff;
}

.profoley01 .marster-text-02 {
    width: 100%;
    float: right;
    display: inline-block;
    position:absolute;
    color: #fff;
    background-color: #000;
    margin: 68px 50px;
}

.profoley01 .marster-text-02 h1 {
    font-size: 20pt;
    line-height: 25px;
}

.profoley01 .marster-text-02 h2 {
    font-size: 20pt;
    margin-top: 25px;
}

.profoley01 .marster-text-03 {
    padding-top: 10px;
}

.profoley01 .marster-text-03 p{
    font-size: 10pt;
    line-height: 6px;
    font-weight: 100;
}

.profoley01 .marster-text-03 p span{
    font-size: 11pt;
    font-weight: 400;
    margin-right: 10px;
}



.profoley02 .master-img {
    width:100%;
    height: 50em;
    display: inline-block;
    position: relative;
    overflow: hidden;
}

.profoley02 .master-img img {
    width: 100%;
}

.profoley02 .marster-text-01 {
    position:absolute;
    z-index: 1;
    color: #fff;
    margin: 40px;
}

.profoley02 .marster-text-01 h1 {
    font-size: 25pt;
    line-height: 40px;
}

.profoley02 .marster-text-01 h2 {
    font-size: 25pt;
    margin-top: 60px;
}

.profoley02 .marster-text-01 h3 {
    font-size: 25pt;
    line-height: 32px;
    margin-top: -10px;
}



.profoley02 .marster-text-02 {
    width: 100%;
    float: right;
    display: inline-block;
    position:absolute;
    color: #000;
    background-color: #fff;
    margin: 68px 40px;
}

.profoley02 .marster-text-02 h1 {
    font-size: 20pt;
    line-height: 25px;
}

.profoley02 .marster-text-02 h2 {
    font-size: 20pt;
    margin-top: 25px;
}

.profoley02 .marster-text-03 {
    padding-top: 10px;
}

.profoley02 .marster-text-03 p{
    font-size: 10pt;
    line-height: 6px;
    font-weight: 100;
}

.profoley02 .marster-text-03 p span{
    font-size: 11pt;
    font-weight: 400;
    margin-right: 10px;
}
}




@media only screen and (max-width: 1200px){
    .master {
    max-width: 100%;
    margin: 0 auto;
}

.profoley01 .master-img {
    width:100%;
    height: 28em;
    display: inline-block;
    position: relative;
    overflow: hidden;
}

.profoley01 .master-img img {
    width: 100%;
}

.profoley01 .marster-text-01 {
    position:absolute;
    z-index: 1;
    color: #fff;
    margin: 40px;
}

.profoley01 .marster-text-01 h1 {
    font-size: 25pt;
    line-height: 40px;
}

.profoley01 .marster-text-01 h2 {
    font-size: 25pt;
    margin-top: 60px;
}

.profoley01 .marster-text-01 h3 {
    font-size: 25pt;
    line-height: 32px;
    margin-top: -10px;
}

.profoley01 .marster-text-01 h4 a {
    font-size: 13pt;
    line-height: 32px;
    margin-top: -10px;
    text-decoration: none;
    color:#fff;
}

.profoley01 .marster-text-02 {
    width: 100%;
    float: right;
    display: inline-block;
    position:absolute;
    color: #fff;
    background-color: #000;
    margin: 68px 50px;
}

.profoley01 .marster-text-02 h1 {
    font-size: 20pt;
    line-height: 25px;
}

.profoley01 .marster-text-02 h2 {
    font-size: 20pt;
    margin-top: 25px;
}

.profoley01 .marster-text-03 {
    padding-top: 10px;
}

.profoley01 .marster-text-03 p{
    font-size: 10pt;
    line-height: 6px;
    font-weight: 100;
}

.profoley01 .marster-text-03 p span{
    font-size: 11pt;
    font-weight: 400;
    margin-right: 10px;
}



.profoley02 .master-img {
    width:100%;
    height: 30em;
    display: inline-block;
    position: relative;
    overflow: hidden;
}

.profoley02 .master-img img {
    width: 100%;
}

.profoley02 .marster-text-01 {
    position:absolute;
    z-index: 1;
    color: #fff;
    padding: 40px;
    margin-top: 3%;
}

.profoley02 .marster-text-01 h1 {
    font-size: 25pt;
    line-height: 40px;
}

.profoley02 .marster-text-01 h2 {
    font-size: 25pt;
    margin-top: 60px;
}

.profoley02 .marster-text-01 h3 {
    font-size: 25pt;
    line-height: 32px;
    margin-top: -10px;
}



.profoley02 .marster-text-02 {
    width: 100%;
    float: right;
    display: inline-block;
    position:absolute;
    color: #000;
    background-color: #fff;
    padding: 68px 40px;
}

.profoley02 .marster-text-02 h1 {
    font-size: 20pt;
    line-height: 25px;
}

.profoley02 .marster-text-02 h2 {
    font-size: 20pt;
    margin-top: 25px;
}

.profoley02 .marster-text-03 {
    padding-top: 10px;
}

.profoley02 .marster-text-03 p{
    font-size: 10pt;
    line-height: 6px;
    font-weight: 100;
}

.profoley02 .marster-text-03 p span{
    font-size: 11pt;
    font-weight: 400;
    padding-right: 10px;
}
}
*/

/*옻칠장인들2*/

.master2 {
    max-width: 1200px;
    margin: 0 auto;
}

.master2 > DIV {
    margin-top: 0px;
}


.master2 .tabs UL.horizontal {
    list-style: none outside none;
    margin-bottom: 0px;
}

.master2 ul li {
    background: white;
    margin: 0;
    display: inline-block;
}


div.master2 ul li A {
    color: #808080;
    display: block;
    font-size: 15px;
    font-weight: 400;
    text-decoration: none;
    text-align: center;
    margin: 0px 17px 0px 0px;
    width: 100%;
}

.master2 LI:hover {
    height: 60px;
}

.master2 ul LI:hover A {
    color: #c6c6c6;
    width: 100%;
}


.master2 ul li.active {
    height: 60px;
    border-bottom: 1px solid #c6c6c6;
    margin: 0;
    display: inline-block;
}

.master2 ul li .active A {
    color: white !important;
    vertical-align: middle;
    margin: 0px 17px 0px 0px;
}


/*1*/

.profoley-01 .master-img {
    width: 48%;
    height: 546px;
    display: inline-block;
    position: relative;
    /*overflow: hidden;*/
    float: left;
}

.profoley-01 .master-img img {
    width: 100%;
}

.profoley-01 .marster-text-01 {
    position: absolute;
    z-index: 1;
    color: #fff;
    margin: 40px;
}

.profoley-01 .marster-text-01 h1 {
    font-size: 25pt;
    line-height: 40px;
}

.profoley-01 .marster-text-01 h2 {
    font-size: 25pt;
    margin-top: 60px;
}

.profoley-01 .marster-text-01 h3 {
    font-size: 25pt;
    line-height: 32px;
    margin-top: -10px;
}

.profoley-01 .marster-text-01 h4 a {
    font-size: 13pt;
    line-height: 32px;
    margin-top: -10px;
    text-decoration: none;
    color: #fff;
}

.profoley-01 .marster-text-02 {
    width: 50%;
    float: left;
    display: inline-block;
    position: relative;
    /*color: #fff;*/
    /*background-color: #000;*/
    padding: 20px 40px;
}

@media all and (min-width: 10px) and (max-width: 1050px) {

    .profoley-01 .master-img {
        width: 100%;
        height: 20%;
        display: inline-block;
        position: relative;
        overflow: hidden;
        float: left;
    }


    .profoley-01 .marster-text-02 {
        width: 100%;
        float: left;
        display: inline-block;
        position: relative;
        color: #fff;
        background-color: #000;
        padding: 20px 40px;
    }

    .profoley-01 .marster-text-03 {
        padding-top: 10px;
        width: 420px;
    }
}

.profoley-01 .marster-text-02 h1 {
    font-size: 14pt;
    line-height: 18px;
}

.profoley-01 .marster-text-02 h2 {
    font-size: 14pt;
    margin-top: 18px;
}

.profoley-01 .marster-text-03 {
    padding-top: 10px;
}

.profoley-01 .marster-text-03 p {
    font-size: 9pt;
    line-height: 5px;
    font-weight: 100;
}

.profoley-01 .marster-text-03 p span {
    font-size: 11pt;
    font-weight: 400;
    margin-right: 10px;
}


/*2 하얀배경*/


.profoley-01 .W-marster-text-01 {
    position: absolute;
    z-index: 1;
    color: #fff;
    margin: 110px 40px 40px 40px;
}

.profoley-01 .W-marster-text-01 h1 {
    font-size: 25pt;
    line-height: 40px;
}

.profoley-01 .W-marster-text-01 h2 {
    font-size: 25pt;
    margin-top: 60px;
}

.profoley-01 .W-marster-text-01 h3 {
    font-size: 25pt;
    line-height: 32px;
    margin-top: -10px;
}

.profoley-01 .W-marster-text-01 h4 a {
    font-size: 13pt;
    line-height: 32px;
    margin-top: -10px;
    text-decoration: none;
    color: #fff;
}

.profoley-01 .W-marster-text-02 {
    width: 50%;
    /*float: left;*/
    display: inline-block;
    position: relative;
    color: #000;
    background-color: #fff;
    padding: 20px 0 20px 40px;
}

@media all and (min-width: 10px) and (max-width: 1050px) {

    .profoley-01 .W-master-img {
        width: 100%;
        height: 20%;
        display: inline-block;
        position: relative;
        overflow: hidden;
        float: left;
    }


    .profoley-01 .W-marster-text-02 {
        width: 100%;
        float: left;
        display: inline-block;
        position: relative;
        /*color: #fff;*/
        /*background-color: #000;*/
        padding: 20px 40px;
    }

    .profoley-01 .W-marster-text-03 {
        padding-top: 10px;
        width: 420px;
    }
}

.profoley-01 .W-marster-text-02 h1 {
    font-size: 14pt;
    line-height: 18px;
}

.profoley-01 .W-marster-text-02 h2 {
    font-size: 14pt;
    margin-top: 18px;
}

.profoley-01 .W-marster-text-03 {
    padding-top: 10px;
}

.profoley-01 .W-marster-text-03 p {
    font-size: 12pt;
    /*line-height: 5px;*/
    font-weight: 100;
}

.profoley-01 .W-marster-text-03 p span {
    font-size: 11pt;
    font-weight: 400;
    margin-right: 10px;
}


/*관련기관소개*/

.group {
    max-width: 1200px;
    margin: 0 auto;
}

.group > DIV {
    margin-top: 0px;
}


.group .tabs UL.horizontal {
    list-style: none outside none;
    margin-bottom: 40px;
}

.group LI {
    background: white;
    margin: 0 10px 0 0;
    display: inline-block;
}


.group div ul li A {
    color: #808080;
    display: block;
    font-size: 15px;
    font-weight: 400;
    text-decoration: none;
    margin: 0 11px;
    width: 100%;
}

.group LI:hover {
    height: 60px;
}

.group ul LI:hover A {
    color: #c6c6c6;
    width: 100%;
}


.group ul .active {
    height: 60px;
    border-bottom: 1px solid #c6c6c6;
}

.group ul li .active A {
    color: white !important;
    text-align: center;
    vertical-align: middle;
}


/*1*/

.group01 {
    margin: 0 auto;
    text-align: justify;
}

.group01 .group-img {
    width: 50%;
    height: 500px;
    display: inline-block;
    position: relative;
    /*overflow: hidden;*/
}

.group01 .group-img img {
    width: 100%;
}

.group01 .group-text {
    width: 48%;
    float: right;
    display: inline-block;
    position: relative;
    color: #000;
    background-color: #fff;
    margin-top: -20px;
    margin-left: 2%;
}

@media all and (min-width: 10px) and (max-width: 850px) {

    .group01 .group-img {
        width: 100%;
        height: 20%;
        display: inline-block;
        position: relative;
        overflow: hidden;
    }

    .group01 .group-text {
        width: 100%;
        float: right;
        display: inline-block;
        position: relative;
        color: #000;
        background-color: #fff;
        margin-top: -20px;
        margin-left: 2%;
    }
}


@media all and (min-width: 10px) and (max-width: 450px) {
    .container {
        min-width: 1200px !important;
    }

    .footer {
        width: 1200px !important;
    }
}


.group01 .group-text h1 {
    font-size: 30pt;
    line-height: 40px;
}

.group01 .group-text-02 {
    margin-top: -10px;
}

.group01 .group-text-02 h2 {
    font-size: 15pt;
}

.group01 .group-text-02 p {
    font-size: 11pt;
    line-height: 20px;
    font-weight: 400;
    color: #808080;
    margin-top: -15px;
}

.group01 .group-text-02-02 {
    margin-top: 37px;
}

.group01 .group-text-02-02 p {
    font-size: 9pt;
    line-height: 17px;
    font-weight: 400;
    color: #808080;
}

.group01 .group-text-02 p span {
    font-size: 12pt;
    font-weight: 600;
    margin-right: 10px;
    color: #5a5a5a;
}

.group01 .group-text-02-02 p span {
    font-size: 10pt;
    font-weight: 600;
    margin-right: 10px;
    color: #5a5a5a;
}


.group01 .group-text-03 {
    margin-top: 10%;
}

.group01 .group-text-03 p {
    font-size: 9pt;
    line-height: 15px;
    font-weight: 200;
}

.group01 .group-text-03 p span {
    font-size: 11pt;
    font-weight: 400;
    margin-right: 10px;
}


/*관련사업*/


.business > DIV {
    margin-top: 20px;
}


.business .tabs UL.horizontal {
    list-style: none outside none;
}

.business LI {
    background: white;
    margin: 0;
    display: inline-block;
}


.business ul li A {
    color: #808080;
    display: block;
    font-size: 15px;
    font-weight: 400;
    text-decoration: none;
    margin: -20px 16px 30px 16px;
    width: 100%;
}

.business LI:hover {
}

.business ul LI:hover A {
    color: #c6c6c6;
    width: 100%;
}


.business ul .active {
    height: 40px;
    border-bottom: 1px solid #c6c6c6;
}

.business ul li .active A {
    color: white !important;
    text-align: center;
    vertical-align: middle;
}


/*1*/

.business01 {
    margin-top: 90px;
    text-align: justify;
    letter-spacing: -0.5pt;
}

.business01 .business-img {
    width: 50%;
    height: 500px;
    display: inline-block;
    position: relative;
    /*overflow: hidden;*/
}

.business01 .business-img img {
    width: 100%;
}

.business01 .business-text {
    width: 48%;
    float: right;
    display: inline-block;
    position: relative;
    color: #000;
    background-color: #fff;
    margin-top: -20px;
    margin-left: 2%;
}


@media all and (min-width: 10px) and (max-width: 850px) {

    .business01 .business-img {
        width: 100%;
        height: 20%;
        display: inline-block;
        position: relative;
        overflow: hidden;
    }

    .business01 .business-text {
        width: 100%;
        float: right;
        display: inline-block;
        position: relative;
        color: #000;
        background-color: #fff;
        margin-top: -20px;
        margin-left: 20px;
        overflow: hidden;
    }
}

.business01 .business-text h1 {
    font-size: 24pt;
    line-height: 35px;
}

.business01 .business-text-02 {
    margin-top: -10px;
}

.business01 .business-text-02 h4 {
    font-size: 18pt;
    margin-bottom: 18px;
}

.business01 .business-text-02 p {
    font-size: 11pt;
    line-height: 20px;
    font-weight: 200;
    color: #808080;
    margin-top: -14px;
}

.business01 .business-text-02 p span {
    font-size: 12pt;
    font-weight: 600;
    margin-right: 10px;
    color: #5a5a5a;
}


/*관련사업 버튼*/

.business-Button {
    background-color: #262626;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-size: 12pt;
    margin: 0px 3px;
    text-decoration: none;
    text-shadow: 0px 0px 0px #333333;
    padding: 10px;
}

.business-Button:hover {
    background-color: #454545;
}

.business-Button:active {
    position: relative;
    top: 1px;
}


/*연혁*/


.history {
    letter-spacing: -0.5pt;
    position: relative;
    display: table;
    table-layout: auto;
    width: 32%;
    float: left;
    margin-left: 12px;
    margin-top: -10px;
}


.history01 {
    margin-top: 0;
}

.history02 {
    margin-top: 0;
}

.history03 {
    margin-top: 0;
}

.history04 {
    margin-top: -70px;
}


.history05 {
    margin-top: -70px;
}


.history h1 {
    font-size: 30pt;
    color: #000;
}

.history-text {
    margin: 20px;
    height: 300px;
}

.history-text02 {
    text-align: left;
    margin-top: -20px;
}

.history-text02 p {
    font-size: 12pt;
    color: #5a5a5a;
}

.history-text02 p span {
    color: #000;
    margin-right: 5px;
    font-weight: 600;
}

.history-border {
    border-bottom: 4px solid #000;
    margin-top: 45%;
}


@media all and (min-width: 10px) and (max-width: 1050px) {

    .history {
        letter-spacing: -0.5pt;
        position: relative;
        display: block;
        width: 100%;
        float: left;
        margin-left: 12px;
        margin-top: 0px;
    }

    .history-text {
        margin: 20px;
        height: 200px;
    }

    .history-border {
        border-bottom: 4px solid #000;
        margin-top: 64em;
    }
}


.master00-img {
    max-width: 800px;
    margin: 0 auto;
    display: table;
    table-layout: auto;
    margin-top: 5%;
    text-align: center;
    overflow: hidden;
}

.master00-img span {
    font-size: 12pt;
    font-weight: 300;
    color: #808080;
    margin: 20px;
}

.master00-img2 {
    width: 20%;
    float: left;
}

.master00-img3 {
    width: 40%;
    float: left;
    margin-left: 10%;
}

.master00-img4 {
    width: 19%;
    float: left;
    margin-left: 10%;
}


.master00-img img {
    margin-right: 60px;
}

.master00-img .img01 {
    width: 100%;
}

.master00-img .img02 {
    width: 100%;
}

.master00-img .img03 {
    width: 100%;
}


/*공지사항*/


.notice {
    display: block;
    margin: 0 auto;
    height: 250px;
    width: 1200px;
    text-align: left;
}

.notice h2 {
    position: absolute;
    margin-top: 240px;
    margin-left: 20px;
    font-size: 20pt;
}

table.notice-tb tr.notice-tb01 {
    font-weight: 600;
}

table.notice-tb {
    border-collapse: separate;
    border-spacing: 1px;
    text-align: left;
    line-height: 1.5;
    border-top: 1px solid #ccc;
    margin-top: 35px;
}


table.notice-tb td.title {
    padding: 10px 0px;
    vertical-align: middle;
    width: 1000px;
    margin: 10px;
    border-bottom: 1px solid #ccc;
    text-align: center;
}

table.notice-tb td.title a {
    text-decoration: none;
    color: #231815;
}

table.notice-tb td.title a:hover {
    text-decoration: none;
    color: #c6c6c6;
}

table.notice-tb td.days {
    width: 200px;
    margin: 10px;
    padding: 10px 0px;
    vertical-align: middle;
    border-bottom: 1px solid #ccc;
    text-align: center;
}


/*공지사항 상세페이지*/

table.type05 {
    border-collapse: separate;
    border-spacing: 1px;
    text-align: left;
    line-height: 1.5;
    border-top: 1px solid #ccc;
    margin-top: 50px;
}

table.type05 td.title {
    width: 500px;
    padding: 10px;
    vertical-align: middle;
    border-bottom: 1px solid #ccc;
    text-align: left;
}

table.type05 td.title p {
    padding-left: 30px;
}

table.type05 td.title1 {
    width: 100px;
    padding: 10px;
    vertical-align: middle;
    border-bottom: 1px solid #ccc;
    text-align: center;
    font-weight: 600;
}


table.type05 td.title a {
    text-decoration: none;
    color: #231815;
}

table.type05 td.title a:hover {
    text-decoration: none;
    color: #c6c6c6;
}


/*추가 수정_2015.11.23*/

table.type06 {
    border-collapse: separate;
    border-spacing: 1px;
    text-align: left;
    line-height: 1.5;
    border-top: 5px solid #000;
    border-bottom: 4px solid #ccc;
    margin-top: 0px;
}

table.type06 td.title {
    width: 1000px;
    padding: 5px;
    vertical-align: middle;
    border-bottom: none;
    text-align: left;
}

table.type06 td.title1 {
    width: 200px;
    padding: 5px;
    vertical-align: middle;
    border-bottom: none;
    text-align: center;
    font-weight: 600;
}

/*추가 수정_2015.11.23 여기까지*/


@media all and (min-width: 10px) and (max-width: 750px) {

    /*공지사항 상세페이지*/
    table.type05 {
        border-collapse: separate;
        border-spacing: 1px;
        text-align: left;
        line-height: 1.5;
        border-top: 1px solid #ccc;
        margin-top: 50px;
        display: block;
    }

    table.type05 td.title {
        width: 100%;
        padding: 0px 0px 10px 10px;
        margin-top: -12px;
        vertical-align: middle;
        border-bottom: 1px solid #ccc;
        text-align: left;
        display: block;
    }

    table.type05 td.title p {
        padding-left: 30px;
    }

    table.type05 td.title1 {
        width: 100%;
        padding: 10px;
        vertical-align: middle;
        border-bottom: 0px solid #ccc;
        text-align: left;
        font-weight: 600;
        display: block;
    }


    table.type05 td.title a {
        text-decoration: none;
        color: #231815;
    }

    table.type05 td.title a:hover {
        text-decoration: none;
        color: #c6c6c6;
    }
}


/*버튼*/

.tdButton {
    background-color: #333333;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-size: 17px;
    padding: 9px 21px;
    text-decoration: none;
    text-shadow: 0px 0px 0px #ffffff;
    margin: 10px 5px 0px 0px;
    float: right;
}

.tdButton:hover {
    background-color: #4a4a4a;
}

.tdButton:active {
    position: relative;
    top: 1px;
}


/*게시판 글쓰기 버튼*/

.riButton {
    background-color: #fff;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    border: 1px solid #000;
    display: inline-block;
    cursor: pointer;
    color: #000;
    font-size: 17px;
    padding: 2px 21px;
    text-decoration: none;
    text-shadow: 0px 0px 0px #ffffff;
    margin: 10px;
    float: right;
}

.riButton:hover {
    background-color: #ccc;
}

.riButton:active {
    position: relative;
    top: 1px;
}


/*장바구니*/


.cart {
    max-width: 1200px;
    margin: 0 auto;
}

table.cart01 {
    border-collapse: separate;
    border-spacing: 1px;
    text-align: left;
    line-height: 1.5;
    border-top: 1px solid #ccc;
    margin-top: 50px;
}


table.cart01 td.goods-img {
    width: 500px;
    margin: 13px;
    border-bottom: 1px solid #ccc;
    text-align: center;
    vertical-align: middle;
}

table.cart01 td.goods-img span {
    display: block;
    font-size: 11pt;
    font-weight: 700;
    line-height: 25pt;
    margin-top: -10px;
}


table.cart01 td.goods {
    width: 500px;
    margin: 13px;
    border-bottom: 1px solid #ccc;
    text-align: center;
    vertical-align: middle;
}


.cartButton-div {
    margin-top: 20px;
    float: right;
}


.cartButton {
    background-color: #333333;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    border-radius: 1px;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-size: 17px;
    padding: 8px 18px;
    text-decoration: none;
    text-shadow: 0px 0px 0px #ffffff;
}

.cartButton:hover {
    background-color: #4a4a4a;
}

.cartButton:active {
    position: relative;
    top: 1px;
}


/*map*/

.map-text {
    display: block;
    margin: 0 auto;
    height: 320px;
    width: 1200px;
    text-align: center;
}

.map-text h1 {
    position: absolute;
    margin-top: 280px;
    font-size: 30pt;
}

.map-text h2 {
    position: absolute;
    margin-top: 215px;
    font-size: 43pt;
    color: #ccc;
}

.map-text h3 {
    position: absolute;
    margin-top: 340px;
    font-size: 15pt;
}


/*구매페이지(주문)*/

.request-head {
    margin: 0 auto;
    height: 300px;
    width: 1000px;
}

.request-head h1 {
    position: absolute;
    margin-top: 250px;
    font-size: 20pt;
    color: #000;
}

.request-head h1 span {
    font-weight: 200;
    margin-left: 10px;
}


/*쇼핑몰 주문목록 상세페이지*/

.request-head select {
    position: absolute;
    margin-top: 250px;
    font-size: 20pt;
    color: #000;
    margin-left: 120px;
}


/*장바구니정보*/
.request {
    max-width: 1000px;
    margin: 0 auto;
    padding-bottom: 22em;
}

table.cart-request01 {
    border-collapse: separate;
    border-spacing: 1px;
    text-align: left;
    line-height: 1.5;
    border-top: 1px solid #ccc;
    margin-top: 50px;
}

table.cart-request01 td.el1 {
    width: 333px;
    margin: 13px;
    vertical-align: top;
    border-bottom: 1px solid #ccc;
    text-align: center;
    vertical-align: middle;
}

table.cart-request01 td.el2 {
    width: 333px;
    margin: 13px;
    vertical-align: top;
    border-bottom: 1px solid #ccc;
    text-align: center;
    vertical-align: middle;
}

table.cart-request01 td.el3 {
    width: 333px;
    margin: 13px;
    vertical-align: top;
    border-bottom: 1px solid #ccc;
    text-align: center;
    vertical-align: middle;
}


.request .price {
    text-align: right;
    line-height: 30pt;
    font-size: 13pt;
    font-weight: 600;
    display: block;
    margin-bottom: 50px;
    color: #4a4a4a;
}

.request .price span {
    font-weight: 900;
    color: #000;
    font-size: 15pt;
}

/*주문정보*/

table.request01 {
    border-collapse: separate;
    border-spacing: 1px;
    text-align: left;
    line-height: 1.5;
    border-top: 5px solid #000;
    border-bottom: 3px solid #ccc;
    margin-top: -15px;
    padding-bottom: 20px;
    padding-top: 20px;
}

table.request01 .request-first {
    width: 150px;
    margin: 20px;
    font-weight: bold;
    vertical-align: top;
    border-bottom: 0px solid #ccc;
    text-align: right;
    padding-right: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
}

table.request01 td.days {
    width: 1000px;
    border-bottom: 0px solid #ccc;
    text-align: center;
}

table.request01 td.text {
    width: 1000px;
    border-bottom: 0px solid #ccc;
    text-align: left;
}

/*에디터소스*/
table.request01 tr td.box {
    width: 1000px;
    border-bottom: 0px solid #ccc;
    margin: 20px 0px 5px 5px;
    text-align: center;
    /*padding-top: 30px;*/
}

table.request01 td.days input.name {
    width: 100px;
    height: 24px;
    padding: 7.5px;
    background-color: #dddddd;
    border: none;
    float: left;
}


/*관리자 페이지 공지사항 제목*/

table.request01 td.days input.title {
    width: 400px;
    height: 24px;
    padding: 7.5px;
    background-color: #dddddd;
    border: none;
    float: left;
}

table.request01 td.days input.file {
    width: 200px;
    height: 24px;
    padding: 7.5px;
    background-color: #dddddd;
    border: none;
    float: left;
}


table.request01 td.days input.tel {
    width: 60px;
    height: 24px;
    padding: 7.5px;
    background-color: #dddddd;
    border: none;
    float: left;
}

table.request01 td.days span.tel {
    float: left;
    margin-right: 5px;
    margin-left: 5px;
}

table.request01 td.days textarea {
    float: left;
    resize: none;
    width: 50%;
    height: 100px;
}

table.request01 td.days input.email {
    width: 213px;
    height: 24px;
    padding: 7.5px;
    background-color: #dddddd;
    border: none;
    float: left;
}

/*에디터 스타일*/
table.request01 td.box textarea {
    float: left;
    resize: none;
    width: 100%;
    height: 100px;
}


.cartButton-div {
    margin-top: 20px;
    float: right;
}


.request-button {
    background-color: #fff;
    border: 1px solid #ccc;
    -moz-border-radius: 0x;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    display: inline-block;
    cursor: pointer;
    color: #000;
    font-size: 12px;
    padding: 2px 15px;
    text-decoration: none;
    text-shadow: 0px 0px 0px #ffffff;
    float: left;
    margin-left: 10px;
}

.request-button:hover {
    color: #ccc;
}

.request-button:active {
    position: relative;
    top: 1px;
}


/*구매페이지(주문)*/


/*장바구니정보*/
.check {
    max-width: 1000px;
    margin: 100px auto 0px;
}

/*주문정보*/

table.check01 {
    border-collapse: separate;
    border-spacing: 1px;
    text-align: left;
    line-height: 1.5;
    border-top: 5px solid #000;
    border-bottom: 3px solid #ccc;
    margin-top: -15px;
    padding-bottom: 20px;
    padding-top: 20px;
}

table.check01 .check-first {
    width: 150px;
    margin: 20px;
    font-weight: bold;
    vertical-align: top;
    border-bottom: 0px solid #ccc;
    text-align: right;
    padding-right: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
}

table.check01 td.days {
    width: 1000px;
    border-bottom: 0px solid #ccc;
    text-align: center;
}

.cartButton-div {
    margin-top: 20px;
    float: right;
}


@media all and (min-width: 10px) and (max-width: 800px) {

    .request {
        max-width: 780px;
        margin: 0 auto;
    }

    table.cart-request01 {
        border-collapse: separate;
        border-spacing: 1px;
        text-align: left;
        line-height: 1.5;
        border-top: 1px solid #ccc;
        margin-top: 50px;
        width: 100%;
    }

    table.cart-request01 td.el1 {
        width: 60%;
        margin: 13px;
        vertical-align: top;
        border-bottom: 1px solid #ccc;
        text-align: center;
        vertical-align: middle;
    }

    table.cart-request01 td.el2 {
        width: 30%;
        margin: 13px;
        vertical-align: top;
        border-bottom: 1px solid #ccc;
        text-align: center;
        vertical-align: middle;
    }

    table.cart-request01 td.el3 {
        width: 10%;
        margin: 13px;
        vertical-align: top;
        border-bottom: 1px solid #ccc;
        text-align: center;
        vertical-align: middle;
    }


    .request .price {
        text-align: right;
        line-height: 30pt;
        font-size: 13pt;
        font-weight: 600;
        display: block;
        margin-bottom: 50px;
        color: #4a4a4a;
    }

    .request .price span {
        font-weight: 900;
        color: #000;
        font-size: 15pt;
    }

    /*주문정보*/
    table.request01 {
        border-collapse: separate;
        border-spacing: 1px;
        text-align: left;
        line-height: 1.5;
        border-top: 5px solid #000;
        border-bottom: 3px solid #ccc;
        margin-top: -15px;
        padding-bottom: 20px;
        padding-top: 20px;
    }

    table.request01 .request-first {
        width: 150px;
        margin: 5px 0px 0px 5px;
        font-weight: bold;
        vertical-align: top;
        border-bottom: 0px solid #ccc;
        text-align: left;
        padding-right: 20px;
        padding-top: 0px;
        padding-bottom: 0px;
        display: block;
    }

    table.request01 td.days {
        width: 1000px;
        border-bottom: 0px solid #ccc;
        margin: 0px 0px 5px 5px;
        text-align: left;
        display: block;
    }

    /*에디터 스타일*/
    table.request01 tr td.box {
        width: 1000px;
        border-bottom: 0px solid #ccc;
        margin: 0px 0px 5px 5px;
        text-align: left;
        display: block;
    }

    table.request01 td.days input.name {
        width: 100px;
        height: 24px;
        padding: 7.5px;
        background-color: #dddddd;
        border: none;
        float: left;
    }

    table.request01 td.days input.tel {
        width: 60px;
        height: 24px;
        padding: 7.5px;
        background-color: #dddddd;
        border: none;
        float: left;
    }

    table.request01 td.days span.tel {
        float: left;
        margin-right: 5px;
        margin-left: 5px;
    }

    table.request01 td.days textarea {
        float: left;
        resize: none;
        width: 40%;
        height: 100px;
    }

    /*에디터 스타일*/
    table.request01 td.box textarea {
        float: left;
        resize: none;
        width: 40%;
        height: 100px;
    }


    .cartButton-div {
        margin-top: 20px;
        float: right;
    }


    .request-button {
        background-color: #fff;
        border: 1px solid #ccc;
        -moz-border-radius: 0x;
        -webkit-border-radius: 0px;
        border-radius: 0px;
        display: inline-block;
        cursor: pointer;
        color: #000;
        font-size: 12px;
        padding: 2px 15px;
        text-decoration: none;
        text-shadow: 0px 0px 0px #ffffff;
        float: left;
        margin-left: 10px;
    }

    .request-button:hover {
        color: #ccc;
    }

    .request-button:active {
        position: relative;
        top: 1px;
    }


    /*구매페이지(주문)*/
    /*장바구니정보*/
    .check {
        max-width: 1000px;
        margin: 100px auto 0px;
    }

    /*주문정보*/
    table.check01 {
        border-collapse: separate;
        border-spacing: 1px;
        text-align: left;
        line-height: 1.5;
        border-top: 5px solid #000;
        border-bottom: 3px solid #ccc;
        margin-top: -15px;
        padding-bottom: 20px;
        padding-top: 20px;
    }

    table.check01 .check-first {
        width: 150px;
        margin: 5px 0px 0px 10px;
        font-weight: bold;
        vertical-align: top;
        border-bottom: 0px solid #ccc;
        text-align: left;
        padding-right: 0px;
        padding-top: 5px;
        padding-bottom: 5px;
        display: block;
    }

    table.check01 td.days {
        width: 1000px;
        border-bottom: 0px solid #ccc;
        text-align: left;
        display: block;
        margin: 5px 0px 0px 10px;
    }

    .cartButton-div {
        margin-top: 20px;
        float: right;
    }
}


/*옻칠공예교실 강좌목록*/


table.class {
    border-collapse: separate;
    border-spacing: 1px;
    text-align: left;
    line-height: 1.5;
    border-top: 1px solid #ccc;
    margin-top: 50px;
}

table.class tr.class-frist {
    font-weight: 600;
}

table.class td.class-list {
    width: 400px;
    border-bottom: 1px solid #ccc;
    text-align: center;
    vertical-align: middle;
    padding: 10px;
}

table.class td.class-list a {
    color: #000;
}

table.class td.class-list a:hover {
    color: #8e8e8e;
}


table.class td.class-list01 {
    width: 100px;
    border-bottom: 1px solid #ccc;
    text-align: center;
    vertical-align: middle;
}

table.class td.class-list02 {
    width: 300px;
    border-bottom: 1px solid #ccc;
    text-align: center;
    vertical-align: middle;
}


/*한국옻칠공예대전 2012*/


.contest {
    margin-top: 70px;
    margin-left: 1%;
    margin-right: 1%;
    text-align: center;
    float: left;
    width: 48%;
}

.contest h2 {
    margin-left: 20px;
    color: #565656;
    font-weight: 600;
    font-size: 16pt;
}

.contest h4 {
    margin-left: 20px;
    font-weight: 100;
}

.contest img {
    width: 100%;
}

.contest .contest-text {
    text-align: left;
    line-height: 4px;
    border-top: 6px solid #eee;
}


@media all and (min-width: 10px) and (max-width: 1000px) {

    .contest {
        margin-top: 70px;
        margin-left: 1%;
        margin-right: 1%;
        text-align: center;
        width: 100%;
    }
}


/*포토갤러리*/

.grid10 {
    margin-top: 40px;
}


.grid10 .grid-item {
    width: 220px;
    height: 240px;
    float: left;
    margin: 10px;
}


.grid10 .notice-img {
    overflow: hidden;
    height: 220px;
}

.grid10 .notice-img a img {
    max-width: 100%;
    margin: 0 auto;
}


.grid10 h3.notice-text {
    position: absolute;
    color: #6f6f6f;
    font-size: 11pt;
    min-width: 100%;
    text-align: left;
    font-weight: 100;
    letter-spacing: 1pt;
    margin-top: 0px;
}


/*관리자-팝업창관리*/

table.popup-td tr.frist {
    font-weight: 600;
}


table.popup-td {
    border-collapse: separate;
    border-spacing: 1px;
    text-align: left;
    line-height: 1.5;
    border-top: 1px solid #ccc;
    margin-top: 35px;
}


table.popup-td td.title {
    padding: 10px 0px;
    vertical-align: middle;
    width: 1000px;
    margin: 10px;
    border-bottom: 1px solid #ccc;
    text-align: center;
}

table.popup-td td.title a {
    text-decoration: none;
    color: #231815;
}

table.popup-td td.title a:hover {
    text-decoration: none;
    color: #c6c6c6;
}

table.popup-td td.el {
    width: 200px;
    margin: 10px;
    padding: 10px 0px;
    vertical-align: middle;
    border-bottom: 1px solid #ccc;
    text-align: center;
}


/*삭제버튼*/

.popButton {
    background-color: #fff;
    -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;
    padding: 2px 10px;
    text-decoration: none;
    text-shadow: 0px 0px 0px #ffffff;
    margin: 0px;
    float: none;
}

.popButton:hover {
    background-color: #ccc;
}

.popButton:active {
    position: relative;
    top: 1px;
}


/*추가버튼*/

.ppButton {
    background-color: #000;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    border: none;
    display: inline-block;
    cursor: pointer;
    color: #fff;
    font-size: 17px;
    padding: 4px 21px;
    text-decoration: none;
    text-shadow: 0px 0px 0px #ffffff;
    margin: 10px;
    float: right;
}

.ppButton:hover {
    background-color: #808080;
}

.ppButton:active {
    position: relative;
    top: 1px;
}

.popup {
    display: block;
    margin: 0 auto;
    height: 50px;
    width: 1200px;
    text-align: left;
}

.popup h2 {
    position: absolute;
    margin-top: 50px;
    margin-left: 20px;
    font-size: 20pt;
}


/*관리자-쇼핑몰관리*/

table.shop-td tr.frist {
    font-weight: 600;
}


table.shop-td {
    border-collapse: separate;
    border-spacing: 1px;
    text-align: left;
    line-height: 1.5;
    border-top: 1px solid #ccc;
    margin-top: 35px;
}


table.shop-td td.el01 {
    padding: 10px 0px;
    vertical-align: middle;
    width: 120px;
    margin: 10px;
    border-bottom: 1px solid #ccc;
    text-align: center;
}


table.shop-td td.el02 {
    padding: 10px 0px;
    vertical-align: middle;
    width: 200px;
    margin: 10px;
    border-bottom: 1px solid #ccc;
    text-align: center;
}

table.shop-td td.el03 {
    padding: 10px 0px;
    vertical-align: middle;
    width: 220px;
    margin: 10px;
    border-bottom: 1px solid #ccc;
    text-align: center;
}


/*수정버튼*/

.shop-tdButton {
    background-color: #fff;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    border: 1px solid lightgray;
    display: inline-block;
    cursor: pointer;
    color: #000;
    font-size: 15px;
    padding: 2px 10px;
    text-decoration: none;
    text-shadow: 0px 0px 0px #ffffff;
    float: none;
    margin: 0px 10px 0px 0px;
}

.shop-tdButton:hover {
    background-color: #ccc;
}

.shop-tdButton:active {
    position: relative;
    top: 1px;
}


/*쇼핑몰 주문목록 상세페이지*/


.request-head {
    margin: 0 auto;
    height: 300px;
    width: 1000px;
}


/*관리자-공지사항 글쓰기 페이지 파일업로드*/

.fileButton {
    background-color: #fff;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    border: 1px solid #000;
    display: inline-block;
    cursor: pointer;
    color: #000;
    font-size: 14px;
    padding: 0px 10px;
    text-decoration: none;
    text-shadow: 0px 0px 0px #ffffff;
    float: left;
    margin: 0px 10px 0px 14px;
}

.fileButton:hover {
    background-color: #ccc;
}

.fileButton:active {
    position: relative;
    top: 1px;
}


/*11.22 추가신청- 강좌 강의신청 현황*/


table.type07 tr.frist {
    font-weight: 600;
}


table.type07 {
    border-collapse: separate;
    border-spacing: 1px;
    text-align: left;
    line-height: 1.5;
    border-top: 1px solid #ccc;
    margin-top: 0px;
}


table.type07 td.el01 {
    padding: 10px 0px;
    vertical-align: middle;
    width: 200px;
    margin: 10px;
    border-bottom: 1px solid #ccc;
    text-align: center;
}

table.type07 td.el02 {
    padding: 10px 0px;
    vertical-align: middle;
    width: 500px;
    margin: 10px;
    border-bottom: 1px solid #ccc;
    text-align: center;
}


/*관리자-강좌추가*/


table.classlist {
    border-collapse: separate;
    border-spacing: 1px;
    text-align: left;
    line-height: 1.5;
    border-top: 5px solid #000;
    border-bottom: 3px solid #ccc;
    margin-top: -15px;
    padding-bottom: 20px;
    padding-top: 20px;
}

table.classlist .classlist-first {
    width: 150px;
    margin: 20px;
    font-weight: bold;
    vertical-align: top;
    border-bottom: 0px solid #ccc;
    text-align: right;
    padding-right: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
}

table.classlist td.days {
    width: 1000px;
    border-bottom: 0px solid #ccc;
    text-align: left;
}

table.classlist td.text {
    width: 1000px;
    border-bottom: 0px solid #ccc;
    text-align: left;
}

/*에디터소스*/
table.classlist tr td.box {
    width: 1000px;
    border-bottom: 0px solid #ccc;
    margin: 0;
    text-align: left;
    padding-top: 0px;
}

table.classlist td.days input.text {
    width: 400px;
    height: 24px;
    padding: 2px;
    background-color: #dddddd;
    border: none;
    float: left;
}

table.classlist td.days input.text02 {
    width: 100px;
    height: 24px;
    padding: 2px;
    background-color: #dddddd;
    border: none;
    float: left;
}


table.classlist td.days input.number01 {
    width: 150px;
    height: 24px;
    padding: 0;
    background-color: #dddddd;
    border: none;
    float: left;
    margin-right: 10px;
}

table.classlist td.days input.number02 {
    width: 100px;
    height: 24px;
    padding: 0;
    background-color: #dddddd;
    border: none;
    float: left;
}


/*에디터 스타일*/
table.classlist td.box textarea {
    float: left;
    resize: none;
    width: 100%;
    height: 100px;
}


/*관리자-쇼핑몰 상품관리*/


table.shoplist {
    border-collapse: separate;
    border-spacing: 1px;
    text-align: left;
    line-height: 1.5;
    border-top: 5px solid #000;
    border-bottom: 3px solid #ccc;
    margin-top: -15px;
    padding-bottom: 20px;
    padding-top: 20px;
}

table.shoplist .shoplist-first {
    width: 50px;
    margin: 20px;
    font-weight: bold;
    vertical-align: top;
    border-bottom: 0px solid #ccc;
    text-align: right;
    padding-right: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
}

table.shoplist .shoplist-first input.text-first {
    width: 100px;
    margin: 0px;
    font-weight: bold;
    vertical-align: top;
    text-align: right;
}

table.shoplist td.days {
    width: 1150px;
    border-bottom: 0px solid #ccc;
    text-align: left;
}

table.shoplist td.text {
    width: 1000px;
    border-bottom: 0px solid #ccc;
    text-align: left;
}

/*에디터소스*/
table.shoplist tr td.box {
    width: 1000px;
    height: 100px;
    border-bottom: 0px solid #ccc;
    margin: 0;
    text-align: left;
    padding-top: 5px;
    vertical-align: top;
}

table.shoplist td.days input.text {
    width: 300px;
    height: 24px;
    padding: 2px;
    background-color: #dddddd;
    border: none;
    float: left;
}

table.shoplist td.days input.text02 {
    width: 100px;
    height: 24px;
    padding: 2px;
    background-color: #dddddd;
    border: none;
    float: left;
}

table.shoplist td.days input.text03 {
    width: 400px;
    height: 24px;
    padding: 2px;
    background-color: #dddddd;
    border: none;
    float: left;
}


table.shoplist td.days input.number01 {
    width: 150px;
    height: 24px;
    padding: 0;
    background-color: #dddddd;
    border: none;
    float: left;
    margin-right: 10px;
}

table.shoplist td.days input.number02 {
    width: 100px;
    height: 24px;
    padding: 0;
    background-color: #dddddd;
    border: none;
    float: left;
}


.shoplistButton {
    background-color: #fff;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    border: 1px solid #000;
    display: inline-block;
    cursor: pointer;
    color: #000;
    font-size: 14px;
    padding: 0px 10px;
    text-decoration: none;
    text-shadow: 0px 0px 0px #ffffff;
    float: left;
    margin: 0px 10px 0px 14px;
}

.shoplistButton:hover {
    background-color: #ccc;
}

.shoplistButton:active {
    position: relative;
    top: 1px;
}


/*관리자-쇼핑몰 상품추가 버튼*/


.shop-text a {
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    border: 1px solid #000;
    display: inline-block;
    cursor: pointer;
    color: #000;
    font-size: 20px;
    font-weight: bold;
    padding: 5px 48px;
    margin-top: 270px;
    float: left;
    text-decoration: none;
    letter-spacing: 0;
}

.shop-text a:hover {
    background-color: #808080;
    color: #fff;
}

.shop-text a:active {
    position: relative;
    top: 1px;
}


/*관리자-메인페이지 로그인*/


table.login {
    border-collapse: separate;
    border-spacing: 1px;
    border-top: 4px solid #000;
    border-bottom: 1px solid #000;
    text-align: left;
    line-height: 1.5;
    margin-top: -15px;
    padding-bottom: 20px;
    padding-top: 20px;
}

table.login .login-first {
    width: 100px;
    margin: 20px;
    font-weight: bold;
    vertical-align: top;
    border-bottom: 0px solid #ccc;
    text-align: right;
    padding-right: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
}

table.login .el input.text {
    width: 200px;
    margin-right: 30px;
    font-weight: bold;
    vertical-align: top;
    text-align: right;
}

table.login td.days {
    width: 1150px;
    border-bottom: 0px solid #ccc;
    text-align: left;
}

table.login td.el {
    width: 1000px;
    border-bottom: 0px solid #ccc;
    text-align: left;
}
