@charset "utf-8";

/* CSS Document */
/*=============================================
=                   ##LAYOUT                  =
=============================================*/
a,
div,
li,
p,
td,
th,
tr,
ul {
    line-height: 180%;
}

/* 팝업레이어 */
#hd_pop {
    z-index: 11111111111111111;
    position: absolute;
    margin: 0 auto; /*width: 970px;*/
    height: 0;
    width: auto;
}
#hd_pop h2 {
    position: absolute;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
}
.hd_pops {
    position: absolute;
    border: 1px solid #e9e9e9;
    background: #fff;
}
.hd_pops_con {}
.hd_pops_footer {
    padding: 10px 0;
    background: #333;
    color: #fff;
    text-align: right;
}
.hd_pops_footer button {
    margin-right: 5px;
    padding: 5px 10px;
    border: 0;
    background: #393939;
    color: #fff;
    font-size: 16px;
}

/**/
#accessibility {
    position: absolute;
    z-index: 9999;
    top: 0;
    left: 0;
    font-size:0;
}
#accessibility a {
    position: absolute;
    top: -100px;
    left: -100px;
}
#accessibility a:active,
#accessibility a:focus {
    top: 10px;
    left: 10px;
    display: inline-block;
    width: 120px;
    line-height: 30px;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    background: #115aa3;
    text-decoration: none;
}

/**/
#st0 .desc {
    background-color: #fff7eb;
}
#st1 .desc {
    background-color: #eefee7;
}
#st2 .desc {
    background-color: #fff7eb;
}
#st3 .desc {
    background-color: #eefee7;
}

#category .bg {
    position: fixed;
    z-index: 999;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
}
#category .bg.sel {
    opacity: 1;
    visibility: visible;
}

#global * {
    transition: none;
}

.selbox {
    position: relative;
    max-width: 400px;
    width:100%;
    float: right;
    border: 1px solid #d4d4d4;
    background: #fff;
    z-index: 1;
    height:45px;
}
.selbox.focus {
    border-color: #66afe9;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}
.selbox label {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding: 0 20px;
    line-height: 45px;
    font-size: 14px;
    font-weight: 500;
    color: #333;
    z-index: -1;
}
.selbox label i {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}
.selbox select {
    width: 100%;
    line-height: normal;
    background: none;
    font-family: inherit;
    padding: 6px 10px;
    border: 0;
    opacity: 0;
    filter:alpha(opacity=0);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.selbox select::-ms-expand {
    /* 화살표 없애기 for IE10, 11*/
    display: none;
}

@media (min-width:1440px) {

    /**/
    #header {
        position: fixed;
        width: 100%;
        left: 0;
        top: 0;
        z-index: 1000;
        background-color: #fff;
        box-shadow: 0 2px 5px 0 rgba(0,0,0,0.1);
    }
    #header .khwrap {
        width: 1400px;
        margin: 0 auto;
        display: flex;
        align-items: center;
        height: 120px;
    }
    #header .log {}
    #header .mem {
        position: relative;
        display: flex;
    }
    #header .mem::after {
        content: '';
        width: 2px;
        height: 31px;
        background-color: #ddd;
        position: absolute;
        right: -20px;
        top: 50%;
        transform: translateY(-50%);
    }
    #header .mem a {
        font-size: 18px;
        color: #654d30;
        font-weight: 600;
        border-radius: 20px;
        border: 2px solid #654d30;
        display: block;
        padding: 10px 0;
        width: 93px;
        text-align: center;
        line-height: normal;
    }

    #header .mem a + a {
        margin-left: 15px;
    }


    #header .headertop {
        height:auto;
        display:flex;
        justify-content:flex-end;
        position: absolute;
        width: 1400px;
        left: 50%;
        top: 0;
        transform: translateX(-50%);
    }
    #header .headertop .userlevel {
        font-size:16px;
        text-align:right;
        color:#654d30;
        flex:1;
        line-height:180%;
    }
    #header .admbtnbox .admBtn {
        font-size:16px;
        text-align:right;
        color:#654d30;
        margin-left:15px;
    
    }



    /*확대 축소*/
    .headGlass {
        position: fixed;
        width: 70px;
        height: 140px;
        background: #fff;
        z-index: 111;
        border: 1px solid #ddd;
        border-radius: 20px;
        text-align: center;
        left: 140px;
        top: 50%;
        transform: translateY(-50%);
    }
    .headGlass a,
    .headGlass p {
        display: block;
    }
    .headGlass i {
        padding: 4%;
        width: 20px;
        height: 20px;
        display: block;
        margin: 0 auto;
        text-align: center;
        background-repeat: no-repeat;
        background-position: center;
        transition: 0.3s;
    }
    .headGlass .reduction {
        height: 70px;
        padding: 15px 0;
    }
    .headGlass .reduction i {
        font-size: 0;
        background: url("../img/index/minus.png");
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100%;
    }
    .headGlass .enlargement {
        height: 70px;
        border-bottom: 1px solid #ddd;
        padding: 15px 0;
    }
    .headGlass .enlargement i {
        font-size: 0;
        background: url("../img/index/plus.png");
        background-repeat: no-repeat;
        background-position: center;
        transition: 0.3s;
        background-size: 100% 100%;
    }
    .headGlass .enlargement p,
    .headGlass .reduction p {
        padding-top: 8px;
        font-size: 16px;
        color: #222;
        font-weight: bold;
    }






    /**/
    #global {
        flex: 1;
        height: 100%;
    }
    #global .depth1 {
        display: flex;
        justify-content: center;
        height: 100%;
    }
    #global .depth1 .dl1 {
        flex-basis: 180px;
        text-align: center;
        position: relative;
    }
    #global .depth1 .dl1.g1.sel .da1,
    #global .depth1 .dl1.g1:hover .da1,
    #global .depth1 .dl1.g3.sel .da1,
    #global .depth1 .dl1.g3:hover .da1 {
        color: #f8a837;
    }
    #global .depth1 .dl1.g2.sel .da1,
    #global .depth1 .dl1.g2:hover .da1,
    #global .depth1 .dl1.g4.sel .da1,
    #global .depth1 .dl1.g4:hover .da1 {
        color: #92c73b;
    }
    #global .depth1 .dl1.g1.sel .da1::after,
    #global .depth1 .dl1.g1:hover .da1::after,
    #global .depth1 .dl1.g3.sel .da1::after,
    #global .depth1 .dl1.g3:hover .da1::after {
        content: '';
        width: 100%;
        height: 5px;
        background-color: #f8a837;
        position: absolute;
        left: 50%;
        bottom: 0;
        transform: translateX(-50%);
    }
    #global .depth1 .dl1.g2.sel .da1::after,
    #global .depth1 .dl1.g2:hover .da1::after,
    #global .depth1 .dl1.g4.sel .da1::after,
    #global .depth1 .dl1.g4:hover .da1::after {
        content: '';
        width: 100%;
        height: 5px;
        background-color: #92c73b;
        position: absolute;
        left: 50%;
        bottom: 0;
        transform: translateX(-50%);
    }

    #global .depth1 .dl1 .da1 {
        font-size: 22px;
        font-weight: bold;
        color: #404040;
        display: block;
        height: 100%;
        padding: 38px 0;
        line-height: 180%;
    }




    #global .depth2 {
        display: none;
        position: absolute;
        width: 100%;
        z-index: 101;
        box-shadow: 0 5px 9px 0 rgba(0,0,0,0.06);
        background-color: #fff;
        padding: 20px 0;
    }
    #global .depth1 .dl1.sel .depth2,
    #global .depth1 .dl1:hover .depth2 {
        display: block;
        font-weight: 800;
        font-size: 16px;
    }

    
    #global .depth2 .dl2 .da2 {
        font-size: 16px;
        font-weight: 500;
        text-align: center;
        display: block;
        padding: 10px 0;
        color: #222;
    }

    #global .depth2 .dl2 .da2.sel {
        font-size: 16px;
        font-weight: 700;
        text-align: center;
        display: block;
        padding: 10px 0;
        color: #222;
    }

    #global .g1 .depth2 .dl2 .da2:hover,
    #global .g3 .depth2 .dl2 .da2:hover {
        font-weight: 700;
        color: #FAB554;
        background-color: #FFF1DD;
    }

    #global .g2 .depth2 .dl2 .da2:hover,
    #global .g4 .depth2 .dl2 .da2:hover {
        font-weight: 700;
        color: #9ECD5A;
        background-color: #EEFEE7;
    }

    /**/
    #allmenu {
        margin-left: 40px;
        width:auto;
    }
    #allmenu .bar {
        width: 49px;
        height: 32px;
        background-image: url("../img/header/nav_ham.png");
        background-repeat: no-repeat;
    
    }






    /**/
    #category {}
    #category .category {
        display: none;
        position: fixed;
        width: 1100px;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        z-index: 111;
        background-color: #fff;
        border: 5px solid;
        border-color: #f8a837 #92c73b #f8a837 #92c73b;
        padding: 55px 25px;
    }
    #category .category.sel {
        display: block;
    }
    #category .category .depth1 {
        display: flex;
        text-align: center;
    }
    #category .category .depth1 .dl1 {
        font-size: 20px;
        color: #222;
        font-weight: bold;
        flex: 1;
        margin: 0 25px;
    }
    #category .category .depth1 .dl1 .da1::after {
        content: '';
        width: 100%;
        height: 2px;
        background-color: #dbdbdb;
        display: block;
        margin: 25px 0;
    }
    #category .category .depth2 .dl2 .da2 {
        font-size: 16px;
        color: #222;
        font-weight: 500;
        line-height: 2.25;
    }


    #category .category .depth2 .dl2 .da2:hover {
        color: #263996;
    }
    #category .close {
        position: absolute;
        right: 15px;
        top: 15px;
    }
    #category .close .bar {
        width: 29px;
        height: 29px;
        background-image: url("../img/header/nav_ham_close.png");
        background-repeat: no-repeat;
    }
    #category .cate_bot {
        display: none;
    }





    /**/
    #footer .khwrap {
        width: 1420px;
        margin: 0 auto;
		padding:0 10px;
    }
	#footer .fnb .fnb_wrap {
		padding:30px 0;
	}
	#footer .fnb .fnb_wrap a {
		font-size:18px; 
		color:#333;
	}
	#footer .fnb .fnb_wrap a.bold_t {
		font-weight:600;
	}
    #footer .fnb .fnb_wrap em {
        color:#333;
        margin:0 10px;
    }
    #footer .add {
        padding-bottom:30px;
    }
	#footer .add .add_wrap {
		display:flex;
        justify-content:space-between;
        align-items:center;
	}
    #footer .add .address {
        flex:1;
    }
	#footer .add .address .add_ti p {
		font-size:18px;
		color:#333;
	}
	#footer .add .address .add_ti p span {
		font-weight:600;
	}
	#footer .add .address .copyright {
		font-size:18px;
		color:#333;
		margin-top:25px;
	}
	#footer .add .address .copyright a {
		font-size:18px;
		color:#333;
	}
    #footer .add .add_right .f_logo {
        text-align:right;
        margin-bottom:15px;
    }




    /**/
    #title {
        position: relative;
        z-index: 21;
    }
    #title .title {
        position:relative;
        overflow:hidden;
    }
    #title .khwrap {
        width:1420px;
        margin:0 auto;
        padding:0 10px;

    }
    #title .desc {
        padding:50px 0 100px;
    }
    #title .desc h2 {
        font-size: 52px;
        font-weight: bold;
        color: #333;
        line-height: 1;
    }
    #title .desc .loc {
        padding-bottom: 5px;
    }
    #title .desc .loc ul {
        display:flex;
    }
    #title .desc .loc ul li span {
        margin:0 5px;
    }
    #title .desc .loc a {
        font-size:14px;
        color:#898989;
        font-weight:bold;
    }
    #title .navi {}
    #title .navi .naviBtn {
        display:none;
    }
    #title .navi .navimenu {
        display:flex;
        position:absolute;
        bottom:40px;
        z-index:1;
        margin-top: 10px;
    }
    #title .navi .navimenu li {
        width:160px;
        background-color:#fff;
        border-radius:22.5px;
        text-align:center;
    }
    #title .navi .navimenu li a {
        font-weight:500;
        padding:8px 0;
        display:block;
        height:100%;
    }
    #title .navi .navimenu li.sel {
        background-repeat:no-repeat;
        background-size:100% 100%;
    }
    #title .navi .navimenu li.sel a {
        font-weight:bold;
        color:#fff;
    }
    #title .navi .navimenu li + li {
        margin-left:15px;
    }


    /**/
    #st0 .navi .navimenu li,
    #st2 .navi .navimenu li {
        box-shadow: 0 0 6px 0 #fee0c2;
    }
    #st0 .navi .navimenu li.sel,
    #st2 .navi .navimenu li.sel {
        background-image:url(../img/sub/header_btn_orange.png);
    }

    #st1 .navi .navimenu li,
    #st3 .navi .navimenu li {
        box-shadow: 0 0 6px 0 #ceeba5;
    }
    #st1 .navi .navimenu li.sel,
    #st3 .navi .navimenu li.sel {
        background-image:url(../img/sub/header_btn_green.png);
    }


    #st0::before {
        content:'';
        width:530px;
        height:100%;
        background-repeat:no-repeat;
        background-size:100% 100%;
        background-image:url(../img/sub/st0_right_flower.png);
        position:absolute;
        right:0;
        top:0;
    }
    #st0::after {
        content:'';
        width:453px;
        height:188px;
        background-repeat:no-repeat;
        background-size:100% 100%;
        background-image:url(../img/sub/st0_right_people.png);
        position:absolute;
        right:7%;
        bottom:-20px;
    }
    #st1::before {
        content:'';
        width:620px;
        height:100%;
        background-repeat:no-repeat;
        background-size:100% 100%;
        background-image:url(../img/sub/st1_right_img.png);
        position:absolute;
        right:-100px;
        top:0;
    }
    #st2::before {
        content:'';
        width:730px;
        height:100%;
        background-repeat:no-repeat;
        background-size:100% 100%;
        background-image:url(../img/sub/st2_right_img.png);
        position:absolute;
        right:0;
        top:0;
    }
    #st3::before {
        content:'';
        width:690px;
        height:208px;
        background-repeat:no-repeat;
        background-size:100% 100%;
        background-image:url(../img/sub/st3_right_img.png);
        position:absolute;
        right:0;
        bottom:0;
    }

}

@media (max-width:1439px) and (min-width:1024px) {

    /**/
    #header {
        position: fixed;
        width: 100%;
        left: 0;
        top: 0;
        z-index: 1000;
        background-color: #fff;
    }
    #header .khwrap {
        width: 96%;
        margin: 0 auto;
        display: flex;
        align-items: center;
        height: 100px;
    }
    #header .log {}
    #header .log img {
        width: 220px;
    }
    #header .mem {
        position: relative;
        display:flex;
    }
    #header .mem a {
        font-size: 16px;
        color: #654d30;
        font-weight: 600;
        border-radius: 20px;
        border: 2px solid #654d30;
        display: block;
        padding: 5px 0;
        width: 80px;
        text-align: center;
        line-height: normal;
    }
    /* #header .mem a.admBtn {
        font-size: 16px;
        position: absolute;
        top: 35px;
        right: 0;
        border: 0;
    } */
    #header .mem a + a {
        margin-left:5px;
    }



    #header .headertop {
        height:auto;
        display:flex;
        justify-content:flex-end;
        position: absolute;
        width: 98%;
        left: 50%;
        top: 0;
        transform: translateX(-50%);
    }
    #header .headertop .userlevel {
        font-size:14px;
        text-align:right;
        color:#654d30;
        flex:1;
        line-height:180%;
    }
    #header .admbtnbox .admBtn {
        font-size:14px;
        text-align:right;
        color:#654d30;
        margin-left:15px;
    
    }


    /*확대 축소*/
    .headGlass {
        position: fixed;
        display: flex;
        width: 120px;
        height: 60px;
        background: #fff;
        z-index: 111;
        border: 1px solid #ddd;
        border-radius:0 0 20px 20px;
        top: 100px;
        left: 50px;
    }
    .headGlass a,
    .headGlass p {
        display: block;
        flex: 1;
    }
    .headGlass i {
        padding: 4%;
        width: 20px;
        height: 20px;
        display: block;
        margin: 0 auto;
        text-align: center;
        background-repeat: no-repeat;
        background-position: center;
        transition: 0.3s;
    }
    .headGlass .reduction {
        height: 60px;
        padding: 10px 0;
        border-left: 1px solid #ddd;
    }
    .headGlass .reduction i {
        font-size: 0;
        background: url("../img/index/minus.png");
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100%;
    }
    .headGlass .enlargement {
        height: 60px;
        padding: 10px 0;
    }
    .headGlass .enlargement i {
        font-size: 0;
        background: url("../img/index/plus.png");
        background-repeat: no-repeat;
        background-position: center;
        transition: 0.3s;
        background-size: 100% 100%;
    }
    .headGlass .enlargement p,
    .headGlass .reduction p {
        padding-top: 5px;
        font-size: 15px;
        text-align: center;
        color: #222;
        font-weight: bold;
    }


    /**/
    #global {
        flex: 1;
        height: 100%;
    }
    #global .depth1 {
        display: flex;
        justify-content: center;
        height: 100%;
    }
    #global .depth1 .dl1 {
        flex-basis: 180px;
        text-align: center;
        position: relative;
    }
    #global .depth1 .dl1.g1.sel .da1,
    #global .depth1 .dl1.g1:hover .da1,
    #global .depth1 .dl1.g3.sel .da1,
    #global .depth1 .dl1.g3:hover .da1 {
        color: #f8a837;
    }
    #global .depth1 .dl1.g2.sel .da1,
    #global .depth1 .dl1.g2:hover .da1,
    #global .depth1 .dl1.g4.sel .da1,
    #global .depth1 .dl1.g4:hover .da1 {
        color: #92c73b;
    }
    #global .depth1 .dl1.g1.sel .da1::after,
    #global .depth1 .dl1.g1:hover .da1::after,
    #global .depth1 .dl1.g3.sel .da1::after,
    #global .depth1 .dl1.g3:hover .da1::after {
        content: '';
        width: 100%;
        height: 5px;
        background-color: #f8a837;
        position: absolute;
        left: 50%;
        bottom: 0;
        transform: translateX(-50%);
    }
    #global .depth1 .dl1.g2.sel .da1::after,
    #global .depth1 .dl1.g2:hover .da1::after,
    #global .depth1 .dl1.g4.sel .da1::after,
    #global .depth1 .dl1.g4:hover .da1::after {
        content: '';
        width: 100%;
        height: 5px;
        background-color: #92c73b;
        position: absolute;
        left: 50%;
        bottom: 0;
        transform: translateX(-50%);
    }

    #global .depth1 .dl1 .da1 {
        font-size:20px;
        font-weight: bold;
        color: #404040;
        display: block;
        height: 100%;
        padding: 38px 0;
        line-height: 180%;
    }




    #global .depth2 {
        display: none;
        position: absolute;
        width: 100%;
        z-index: 101;
        box-shadow: 0 5px 9px 0 rgba(0,0,0,0.06);
        background-color: #fff;
        padding: 20px 0;
    }
    #global .depth1 .dl1.sel .depth2,
    #global .depth1 .dl1:hover .depth2 {
        display: block;
        font-weight: 800;
        font-size: 16px;
    }

    
    #global .depth2 .dl2 .da2 {
        font-size: 15px;
        font-weight: 500;
        text-align: center;
        display: block;
        padding: 10px 0;
        color: #222;
    }

    #global .depth2 .dl2 .da2.sel {
        font-size: 15px;
        font-weight: 700;
        text-align: center;
        display: block;
        padding: 10px 0;
        color: #222;
    }

    #global .g1 .depth2 .dl2 .da2:hover,
    #global .g3 .depth2 .dl2 .da2:hover {
        font-weight: 700;
        color: #FAB554;
        background-color: #FFF1DD;
    }

    #global .g2 .depth2 .dl2 .da2:hover,
    #global .g4 .depth2 .dl2 .da2:hover {
        font-weight: 700;
        color: #9ECD5A;
        background-color: #EEFEE7;
    }

    /**/
    #allmenu {
        margin-left: 20px;
        position: relative;
        top: 5px;
        width:auto;
    }
    #allmenu .bar {
        width: 32px;
        height: 32px;
        background-image: url("../img/header/nav_ham.png");
        background-repeat: no-repeat;
        background-size: 100%;
    }

    /**/
    #category {}
    #category .category {
        display: none;
        position: fixed;
        width: 80%;
        max-width: 1100px;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        z-index: 111;
        background-color: #fff;
        border: 5px solid;
        border-color: #f8a837 #92c73b #f8a837 #92c73b;
        padding: 55px 25px;
    }
    #category .category.sel {
        display: block;
    }
    #category .category .depth1 {
        display: flex;
        text-align: center;
    }
    #category .category .depth1 .dl1 {
        font-size: 18px;
        color: #222;
        font-weight: bold;
        flex: 1;
        margin: 0 25px;
    }
    #category .category .depth1 .dl1 .da1::after {
        content: '';
        width: 100%;
        height: 2px;
        background-color: #dbdbdb;
        display: block;
        margin: 20px 0;
    }
    #category .category .depth2 .dl2 .da2 {
        font-size: 14px;
        color: #222;
        font-weight: 500;
        line-height: 2;
    }
    #category .category .depth2 .dl2 .da2:hover {
        color: #263996;
    }
    #category .close {
        position: absolute;
        right: 15px;
        top: 15px;
    }
    #category .close .bar {
        width: 25px;
        height: 25px;
        background-image: url("../img/header/nav_ham_close.png");
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }
    #category .cate_bot {
        border-top: 1px solid #dbdbdb;
        margin-top: 35px;
        padding-top: 35px;
        display: flex;
        align-items: center;
        justify-content: space-evenly;
    }
    #category .cate_bot .cate_mem {
        display: flex;
    }
    #category .cate_bot .cate_mem a {
        font-size: 16px;
        margin: 0 10px;
    }
    #category .cate_bot .cate_sns_wrap {
        display: flex;
    }
    #category .cate_bot .cate_sns_wrap li {
        width: 40px;
        height: 40px;
        margin: 0 10px;
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }
    #category .cate_bot .cate_sns_wrap .youtube {
        background-image: url("../img/index/nav_youtube.png");
    }
    #category .cate_bot .cate_sns_wrap .facebook {
        background-image: url("../img/index/nav_facebook.png");
    }


    /**/
    #footer .khwrap {
        width: 100%;
        margin: 0 auto;
		padding:0 10px;
    }
	#footer .fnb .fnb_wrap {
		padding:20px 0;
	}
	#footer .fnb .fnb_wrap a {
		font-size:16px; 
		color:#333;
	}
	#footer .fnb .fnb_wrap a.bold_t {
		font-weight:600;
	}
    #footer .fnb .fnb_wrap em {
        color:#333;
        margin:0 10px;
    }
    #footer .add {
        padding-bottom:20px;
    }
	#footer .add .add_wrap {
		display:flex;
        justify-content:space-between;
        align-items:center;
	}
    #footer .add .address {
        flex:1;
    }
	#footer .add .address .add_ti p {
		font-size:16px;
		color:#333;
	}
	#footer .add .address .add_ti p span {
		font-weight:600;
	}
	#footer .add .address .copyright {
		font-size:16px;
		color:#333;
		margin-top:10px;
	}
	#footer .add .address .copyright a {
		font-size:16px;
		color:#333;
	}
    #footer .add .add_right .f_logo {
        text-align:right;
        margin-bottom:10px;
    }






     /**/
     #title {
        position: relative;
        z-index: 21;
    }
    #title .title {
        position:relative;
    }
    #title .khwrap {
        width:100%;
        margin:0 auto;
        padding:0 30px;

    }
    #title .desc {
        padding:60px 0 100px;
    }
    #title .desc h2 {
        font-size: 38px;
        font-weight: bold;
        color: #333;
        line-height: 1;
    }
    #title .desc .loc {}
    #title .desc .loc ul {
        display:flex;
    }
    #title .desc .loc ul li span {
        margin:0 5px;
    }
    #title .desc .loc a {
        font-size:14px;
        color:#898989;
        font-weight:bold;
    }
    #title .navi {}
    #title .navi .naviBtn {
        display:none;
    }
    #title .navi .navimenu {
        display:flex;
        position:absolute;
        bottom:40px;
        z-index:1;
    }
    #title .navi .navimenu li {
        width:140px;
        flex:1;
        background-color:#fff;
        border-radius:22.5px;
        text-align:center;
      
    }
    #title .navi .navimenu li a {
        font-weight:500;
        padding:8px 0;
        display:block;
        height:100%;
    }
    #title .navi .navimenu li.sel {
        background-repeat:no-repeat;
        background-size:100% 100%;
    }
    #title .navi .navimenu li.sel a {
        font-weight:bold;
        color:#fff;
    }
    #title .navi .navimenu li + li {
        margin-left:15px;
    }


    /**/
    #st0 .navi .navimenu li,
    #st2 .navi .navimenu li {
        box-shadow: 0 0 6px 0 #fee0c2;
    }
    #st0 .navi .navimenu li.sel,
    #st2 .navi .navimenu li.sel {
        background-image:url(../img/sub/header_btn_orange.png);
    }

    #st1 .navi .navimenu li,
    #st3 .navi .navimenu li {
        box-shadow: 0 0 6px 0 #ceeba5;
    }
    #st1 .navi .navimenu li.sel,
    #st3 .navi .navimenu li.sel {
        background-image:url(../img/sub/header_btn_green.png);
    }


    #st0::before {
        content:'';
        width:530px;
        height:100%;
        background-repeat:no-repeat;
        background-size:100% 100%;
        background-image:url(../img/sub/st0_right_flower.png);
        position:absolute;
        right:0;
        top:0;
    }
    #st0::after {
        content:'';
        width:453px;
        height:188px;
        background-repeat:no-repeat;
        background-size:100% 100%;
        background-image:url(../img/sub/st0_right_people.png);
        position:absolute;
        right:7%;
        bottom:-20px;
    }
    #st1::before {
        content:'';
        width:620px;
        height:100%;
        background-repeat:no-repeat;
        background-size:100% 100%;
        background-image:url(../img/sub/st1_right_img.png);
        position:absolute;
        right:0;
        top:0;
    }
    #st2::before {
        content:'';
        width:730px;
        height:100%;
        background-repeat:no-repeat;
        background-size:100% 100%;
        background-image:url(../img/sub/st2_right_img.png);
        position:absolute;
        right:0;
        top:0;
    }
    #st3::before {
        content:'';
        width:690px;
        height:208px;
        background-repeat:no-repeat;
        background-size:100% 100%;
        background-image:url(../img/sub/st3_right_img.png);
        position:absolute;
        right:0;
        bottom:0;
    }

}

@media (max-width:1023px) {

    /**/
    #header {
        position: fixed;
        width: 100%;
        left: 0;
        top: 0;
        z-index: 1000;
        background-color: #fff;
    }
    #header .khwrap {
        width: 96%;
        margin: 0 auto;
        display: flex;
        align-items: center;
        height: 80px;
        justify-content: space-between;
    }
    #header .log {}
    #header .log img {
        width: 180px;
    }
    #header .mem {
        display: none;
    }

    #header .headertop {
        height:auto;
        display:flex;
        justify-content:flex-end;
        position: absolute;
        width: 98%;
        left: 50%;
        top: 0;
        transform: translateX(-50%);
    }
    #header .headertop .userlevel {
        font-size:12px;
        text-align:right;
        color:#654d30;
        flex:1;
        line-height:180%;
    }
    #header .admbtnbox .admBtn {
        font-size:12px;
        text-align:right;
        color:#654d30;
        margin-left:15px;
    
    }


    /*확대 축소*/
    .headGlass {
        position: fixed;
        display: flex;
        width: 100px;
        height: 50px;
        background: #fff;
        z-index: 111;
        border: 1px solid #ddd;
        border-radius:0 0 20px 20px;
        top: 80px;
        left: 50px;
    }
    .headGlass a,
    .headGlass p {
        display: block;
        flex: 1;
    }
    .headGlass i {
        padding: 2%;
        width: 15px;
        height: 15px;
        display: block;
        margin: 0 auto;
        text-align: center;
        background-repeat: no-repeat;
        background-position: center;
        transition: 0.3s;
    }
    .headGlass .reduction {
        height: 50px;
        padding: 10px 0;
        border-left: 1px solid #ddd;
    }
    .headGlass .reduction i {
        font-size: 0;
        background: url("../img/index/minus.png");
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100%;
    }
    .headGlass .enlargement {
        height: 50px;
        padding: 10px 0;
    }
    .headGlass .enlargement i {
        font-size: 0;
        background: url("../img/index/plus.png");
        background-repeat: no-repeat;
        background-position: center;
        transition: 0.3s;
        background-size: 100% 100%;
    }
    .headGlass .enlargement p,
    .headGlass .reduction p {
        padding-top: 3px;
        font-size: 12px;
        text-align: center;
        color: #222;
        font-weight: bold;
    }

    /**/
    #global {
        display: none;
    }

    /**/
    #allmenu {
        margin-left: 20px;
        position: relative;
        top: 5px;
        width:auto;
    }
    #allmenu .bar {
        width: 32px;
        height: 32px;
        background-image: url("../img/header/nav_ham.png");
        background-repeat: no-repeat;
        background-size: 100%;
    }

    /**/
    #category {}
    #category .category {
        display: none;
        position: fixed;
        width: 100%;
        height: 100%;
        max-width: 1100px;
        left: 0;
        top: 0;
        z-index: 1001;
        background-color: #fff;
        border: 5px solid;
        border-color: #f8a837 #92c73b #f8a837 #92c73b;
        padding: 35px 20px;
    }
    #category .category.sel {
        display: block;
    }
    #category .category .depth1 {
        padding: 5px 0;
        border-top: 1px solid #dbdbdb;
    }
    #category .category .depth1 .dl1 {
        border-bottom: 1px solid #dbdbdb;
        cursor: pointer;
    }
    #category .category .depth1 .dl1 .da1 {
        font-size: 16px;
        padding: 10px 0;
    }
    #category .category .depth2 {
        background-color: #f9f9f9;
        padding: 10px;
    }
    #category .category .depth2 .dl2 .da2 {
        font-size: 14px;
        display: block;
        padding: 5px;
    }
    #category .category .depth2 .dl2 .da2:hover {
        background-color: #fff;
    }
    #category .close {
        position: absolute;
        right: 20px;
        top: 10px;
    }
    #category .close .bar {
        width: 20px;
        height: 20px;
        background-image: url("../img/header/nav_ham_close.png");
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }
    #category .cate_bot {
        margin-top: 20px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    #category .cate_bot .cate_mem {
        display: flex;
    }
    #category .cate_bot .cate_mem a {
        font-size: 14px;
        margin: 0 10px;
    }
    #category .cate_bot .cate_sns_wrap {
        display: flex;
        margin-top: 15px;
    }
    #category .cate_bot .cate_sns_wrap li {
        width: 30px;
        height: 30px;
        margin: 0 10px;
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }
    #category .cate_bot .cate_sns_wrap .youtube {
        background-image: url("../img/index/nav_youtube.png");
    }
    #category .cate_bot .cate_sns_wrap .facebook {
        background-image: url("../img/index/nav_facebook.png");
    }

    /**/
    #footer .khwrap {
        width: 100%;
        margin: 0 auto;
		padding:0 10px;
    }
	#footer .fnb .fnb_wrap {
		padding:20px 0;
        text-align:center;
	}
	#footer .fnb .fnb_wrap a {
		font-size:14px; 
		color:#333;
       
	}
	#footer .fnb .fnb_wrap a.bold_t {
		font-weight:600;
	}
    #footer .fnb .fnb_wrap em {
        color:#333;
        margin:0 5px;
    }
    #footer .add {
        padding-bottom:20px;
    }
	#footer .add .add_wrap {
		display:flex;
        flex-direction: column-reverse;
	}
    #footer .add .address {
        flex:1;
        text-align:center;
    }
    #footer .add .address .add_ti {
        margin-top:10px
    }
	#footer .add .address .add_ti p {
		font-size:14px;
		color:#333;
	}
	#footer .add .address .add_ti p span {
		font-weight:600;
	}
	#footer .add .address .copyright {
		font-size:14px;
		color:#333;
		margin-top:10px;
	}
	#footer .add .address .copyright a {
		font-size:14px;
		color:#333;
	}
    #footer .add .add_right {
        margin:0 auto;
    }
    #footer .add .add_right .f_logo {
        text-align:right;
        margin-bottom:10px;
    }
    #footer .add .add_right .f_logo img {
        width:100%;
        max-width:340px;
    }






     /**/
     #title {
        position: relative;
        z-index: 21;
    }
    #title .title {
        position:relative;
    }
    #title .khwrap {
        width:100%;
        margin:0 auto;
        padding:0 10px;

    }
    #title .desc {
        padding:60px 0;
    }
    #title .desc h2 {
        font-size: 28px;
        font-weight: bold;
        color: #333;
        line-height: 1;
        text-align:center;
    }
    #title .desc .loc {}
    #title .desc .loc ul {
        display:flex;
        justify-content: center;
    }
    #title .desc .loc ul li span {
        margin:0 5px;
    }
    #title .desc .loc a {
        font-size:12px;
        color:#898989;
        font-weight:bold;
    }
    #title .navi {
        position:absolute;
        width:100%;
        bottom:10px;
    }
    #title .navi .nv2 {
        position:relative;
    }
    #title .navi .naviBtn {
        display: block;
        position: relative;
        z-index: 10;
        padding: 0 20px;
        line-height: 40px;
        font-size: 15px;
        width: 100%;
        border: 1px solid #e6e6e6;
        background: #fff;
        border-radius: 100px;
        text-align: left;
    }
    #title .navi .navimenu {
        display: none;
        position: absolute;
        top: 55px;
        left: 0;
        width: 100%;
        margin-top: -14px;
        font-size: 0;
        border: 1px solid #e0e0e0;
        background: #fff;
        border-radius:20px;
        overflow:hidden;
    }
    #title .navi .navimenu li {
        padding:5px 20px;
    }
    #title .navi .navimenu li + li {
        border-top:1px dashed #f0f0f0;
    }
    #title .navi .navimenu li a {
        font-weight:500;
        display:block;
    }
    #title .navi .navimenu li.sel {
        background-repeat:no-repeat;
        background-size:100% 100%;
    }
    #title .navi .navimenu li.sel a {
        font-weight:bold;
        color:#fff;
    }
  


    /**/

    #st0 .navi .navimenu li.sel,
    #st2 .navi .navimenu li.sel {
        background-color:#f7bb2c;
    }


    #st1 .navi .navimenu li.sel,
    #st3 .navi .navimenu li.sel {
        background-color:#a3c641;
    }



}






@media (min-width:1199px) {
    .ctt_admin a {
        background-color: #868686;
        float: left;
        padding: 1%;
        border-radius: 0 100px 100px 0;
        font-size: 16px;
        font-weight: 600;
        color: #fff !important;
        display: block;
        position: fixed;
    }
}
@media (max-width:1199px) and (min-width:748px) {
    .ctt_admin a {
        background-color: #868686;
        float: left;
        padding: 1%;
        border-radius: 0 100px 100px 0;
        font-size: 14px;
        font-weight: 600;
        color: #fff !important;
        display: block;
        position: fixed;
    }
}

@media (max-width:747px) {
    .ctt_admin a {
        background-color: #868686;
        float: left;
        padding: 1%;
        border-radius: 0 100px 100px 0;
        font-size: 12px;
        font-weight: 600;
        color: #fff !important;
        display: block;
        position: fixed;
    }
}
