@charset "utf-8";

@font-face {
    font-family: 'SCDream';
    src: url("../fonts/SCDream3.woff"),
    url("../fonts/SCDream3.ttf"),
    url("../fonts/SCDream3.otf");
    font-weight: 300;
}
@font-face {
    font-family: 'SCDream';
    src: url("../fonts/SCDream5.woff"),
    url("../fonts/SCDream5.ttf"),
    url("../fonts/SCDream5.otf");
    font-weight: 500;
}
@font-face {
    font-family: 'SCDream';
    src: url("../fonts/SCDream7.woff"),
    url("../fonts/SCDream7.ttf"),
    url("../fonts/SCDream7.otf");
    font-weight: 700;
}
body {
    font-family: 'SCDream', Arial, sans-serif;
    line-height: 1.1;
}
*{
    margin: 0; padding: 0; box-sizing: border-box; 
}
a {
    text-decoration: none;
    color: #000;
}
ol,ul,li {
    list-style: none;
}
img,a {
    display: block;
}
i {
    font-style: normal;
    color: #888;
    font-weight: 300;
}
.inner {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    position: relative;
}
/* mobile */
.mobile {
    display:none;
    position:absolute;
    right:0px; top:10px;
    width:40px; height: 40px;
}
.mobile .gnbView {
    position: relative;
    display: block;
    width: 100%; height: 100%;
    padding-left: 15px;
}
.mobile .gnbView div {
    position: absolute;
    height:1px; width:25px;
    background: #888;
    margin-top: 50%;
}
.mobile .gnbView div::after {
    display: block;
    content:'';
    position: absolute;
    height:1px; width:25px;
    background: #888;
    margin-top: -8px;
}
.mobile .gnbView div::before {
    display: block;
    content:'';
    position: absolute;
    height:1px; width:25px;
    background: #888;
    margin-top: 8px;
}
nav.mobile {
    z-index: 9999;
    position: fixed;
    top: 0; right:-90%;
    width: 90%;
    height: 100vh;
    overflow: hidden;
    background-color: #fff;
    transition: right 0.5s;
}
nav.mobile .closeWrap::after {
    content:'';
    position:relative;
    bottom:0;
    display:block;
    height:7px;
    width:100%;
    box-shadow:0 5px 10px rgba(0,0,0,.1) inset;
}
nav.mobile .closeWrap .base {
    position:relative;
    overflow:hidden;
    height:60px;
    padding-left: 10px;
    background-color: #fff;
    color:#000;
}
nav.mobile .closeWrap .base a {
    display: inline-block;
    padding: 20px 10px;
    color:#000;
    font-size: 13px;
}
nav.mobile .closeWrap .base .gnbClose {
    text-align: left;
    position: relative;
    float:right;
    display: block;
    overflow:hidden;
    width: 60px;
    height: 60px;
    padding: 0;
}
nav.mobile .closeWrap .base .gnbClose div {
    position: absolute;
    left:10px; top:20px;
    transform:rotate(45deg);
}
nav.mobile .closeWrap .base .gnbClose div::before {
    position:absolute;
    content:'';
    display: block;
    width:25px;
    height:1px;
    background-color: #888;
    transform: rotate(90deg);
}
nav.mobile .closeWrap .base .gnbClose div::after {
    position:absolute;
    content:'';
    display: block;
    width:25px;
    height:1px;
    background-color: #888;
}
nav.mobile .gnb {
    position:relative;
    width:100%; height:100%;
    overflow-y: auto;
    text-align: left;
}
nav.mobile .gnb .mdepth1 {width:100%;}
nav.mobile .gnb .mdepth1 > li {position: relative;}
nav.mobile .gnb .mdepth1 > li > a {
    display: block;
    padding: 18px 20px;
    font-size: 16px;
    color: #000;
    border-bottom: 1px solid #f0f0f0;
    background: #fff;
    letter-spacing: -.5px;
    border-left: 7px solid transparent;
}
nav.mobile .gnb .mdepth1 > li.on > a {
    border-bottom: 1px dotted #ccc;
    border-left: 7px solid #29a37a;
}
nav.mobile .gnb .mdepth1 > li > a:hover {
    color:#29a37a;
}
nav.mobile .gnb .mdepth2 {
    display: none;
}
nav.mobile .gnb .mdepth2 > li > a {
    position:relative;
    display: block;
    padding: 14px 20px 14px 45px;
    font-size: 16px;
    color:#666;
    letter-spacing: -.5px;
    border-bottom: 1px solid #f5f5f5;
}
nav.mobile .gnb .mdepth2 > li > a:hover {
    background-color: #ebf2ff;
}
nav.mobile .gnb .mdepth2 > li > a::before {
    content: '';
    display: block;
    position: absolute;
    width:5px;
    height:1px;
    border-radius: 50%;
    background-color: #ccc;
    left:30px; top:25px;
}
/* header */
#header {
    position: relative;
    width: 100%;
    height: 80px;
    background: #fff;
    border-bottom: 1px solid #eee;
    z-index: 99;
    transition: all 1s;
}
#header .after {
    content: '';
    display: none;
    position: absolute;
    top:80px; left:0;
    background: white;
    width: 100%;
    height: 250px;
    border-top: 1px solid #eee;
}
#header .inner {
    max-width: 90%;
    height: 100%;
    position: relative;
}
#header .logo {
    position:absolute;
    top:0; left:0;
    z-index:1004;
}
#header .logo h1 {
    padding-top: 15px;
}
#header .logo h1 a img { height: 50px; }
#header .nav {
    display: block;
    max-width: 820px;
    margin:0 auto;
}
#header .nav .depth1 { margin:0; }
#header .nav .depth1 > li {
    float: left;
    margin-right: 1.5vw;
    width: 103px;
}
#header .nav .depth1 > li > a {
    font-weight: 500;
    width: 100%;
    line-height: 80px;
    transition: color 0.2s;
}
#header .nav .depth1 > li:hover > a {
    color: #29a37a;
}
#header .nav .depth2 {
    padding: 30px 0 25px;
    display: none;
}
#header .nav .depth2 > li:nth-child(1) > a {
    padding-top: 0;
}
#header .nav .depth2 > li:last-child > a {
    padding-bottom: 0;
}
#header .nav .depth2 > li > a {
    font-size: 14px;
    font-weight: 300;
    line-height: 1 !important;
    padding: 8px 0;
    transition: color 0.2s;
}
#header .nav .depth2 > li:hover > a {
    color: #29a37a;
}
#header .side {
    position:absolute;
    top:0; right:0;
    z-index:1004;
}
#header .side ul {
    display: flex;
    justify-content: space-around;
}
#header .side ul li {
    padding-left: 20px;
}
#header .side ul li a {
    color: #888;
    font-weight: 300;
    font-size: 14px;
    line-height: 80px;
    position: relative;
}
#header .side .home a {
    font-size: 0;
    width: 40px;
    height: 80px;
}
#header .side .login a {
    padding-left: 50px;
}
#header .side .home a::after {
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%,-50%);
    content: '';
    display: block;
    background: #fece52 url("../images/i-home.png")no-repeat center;
    border-radius: 50%;
    width: 40px; height: 40px;
    z-index: -1;
}
#header .side .login a::after {
    position: absolute;
    top: 50%; left: 0;
    transform: translateY(-50%);
    content: '';
    display: block;
    background: #9cb979 url("../images/i-login.png")no-repeat center;
    border-radius: 50%;
    width: 40px; height: 40px;
    z-index: -1;
}
/* 서브페이지 공통영역 */
.topBg {
    position: relative;
    width:100%;
    height:500px;
    background: url("../images/topBg.png")no-repeat center/cover;
}
.topBg .txt {
    position:absolute;
    bottom:200px;
    width:100%;
    color:#fff;
    text-align: center;
}
.topBg .txt img {
    height: 80px;
    margin: 10px auto;
}
.topBg .txt p {
    font-size: 15px;
    font-weight:300;
}
.topBg .txt p br {display: none;}
.lnb {
    z-index: 700;
    position: sticky;
    top:0; left:0;
    width: 100%;
    font-weight: 300;
    background-color: rgba(0,0,0,.3);
    margin-top: -64px;
}
.lnb ul {
    margin: 0 auto;
    text-align: center;
    font-size: 0;
    letter-spacing: 0;
    word-spacing: 0;
}
.lnb ul li {
    display: inline-block;
    vertical-align: middle;
}
.lnb ul li a {
    font-size: 18px;
    padding: 22px 30px;
    line-height:1;
    letter-spacing: -0.5px;
    border-bottom: 2px solid transparent;
    background: transparent;
    color:#fff;
    transition: all 0.2s;
}
.lnb ul li:hover a {
    background-color: rgba(0,0,0,.5);
}
.lnb ul li.on a {
    background-color:#29a37a;
}
.contents {
    width:100%;
    margin: 0 auto;
    padding: 130px 0 100px 0;
    position: relative;
}
.contents .inner .title {
    margin-bottom: 50px;
    text-align: center;
}
.contents .inner .title h2 {
    position: relative;
    padding: 20px 0 0;
    margin-bottom: 10px;
    font-size: 36px;
    font-weight: 300;
    color:#000;
    line-height: 1;
    letter-spacing: -1px;
}
.contents .inner .title h2::before {
    position:absolute;
    display:block;
    content:'';
    width: 32px; height:32px;
    left: 50%; top: -30px;
    transform: translateX(-50%);
    background: url("../images/flower_pink.png")no-repeat center/contain;
    filter: brightness(1.1);
}
.contents .inner .title p {
    font-size: 14px;
    color: #999;
    font-weight: 300;
    line-height: 1.5;
}
/* footer */
#footer {
    position: relative;
    width: 100%;
    height: 208px;
    font-weight: 300;
}
#footer::before {
    position: absolute;
    top:-3px; left:0;
    display: block;
    content: '';
    width:100%; height:10px;
    background: #eee;
    box-shadow: 3px 3px 3px #ddd inset;
}
#footer .inner {
    max-width: 1920px;
    padding: 0 80px;
}
#footer .footer-top {
    height: 78px;
    position: relative;
}
#footer .footer-top .ftnav {
    position: absolute;
    left: 0; top: 30px;
}
#footer .footer-top .ftnav li {
    display: inline-block;
}
#footer .footer-top .ftnav li a {
    font-size: 14px;
    color: #333;
    margin-right: 40px;
    transition: all 0.3s;
}
#footer .footer-top .ftnav li:hover a {
    color: #29a37a;
}
#footer .footer-top aside {
    position: absolute;
    right: 0; top: 20px;
}
#footer .footer-top aside ul {
    overflow: hidden;
}
#footer .footer-top aside li {
    float: left;
    margin-left: 10px;
}
#footer .footer-top aside li a {
    font-size: 12px;
    color: #333;
    padding: 10px 30px;
    border: 1px solid #ddd;
    border-radius: 30px;
    transition: all 0.3s;
}
#footer .footer-top aside li .admin {
    padding-left: 45px;
    background: url("../images/i-admin.png")no-repeat 18px center;}
#footer .footer-top aside li:hover a {
    background: #29a37a;
    color: #fff;
}
#footer .footer-top aside li:hover .admin { background: #29a37a url("../images/i-admin-on.png")no-repeat 18px center;}
#footer .footer-bottom {
    border-top: 1px solid #eee;
    padding-top: 45px;
}
#footer .footer-bottom > div {
    float: left;
}
#footer .footer-bottom .ft-logo {
    font-size: 24px;
    font-weight: 500;
}
#footer .footer-bottom .ft-txt {
    margin-left: 40px;
}
#footer .footer-bottom .ft-txt .address {
    font-size: 14px;
    color: #555;
    padding-bottom: 10px;
}
#footer .footer-bottom .ft-txt .address span {
    margin-right: 10px;
}
#footer .footer-bottom .ft-txt .address br {
    display: none;
}
#footer .footer-bottom .ft-txt .copyright {
    font-size: 14px;
    color: #555;
}
.gotop {
    position: fixed;
    bottom: 40px; right: 40px;
    width: 40px; height: 40px;
    background: url("../images/gotop.png")no-repeat center/cover;
    z-index: 9;
}
/* breakpoint 1400px*/
@media screen and (max-width:1400px){
    /* header */
    #header .logo h1 { padding-top: 21px; }
    #header .logo h1 a img { height: 38px; }
    #header .nav { max-width: 660px; }
    #header .nav .depth1 > li {margin-right: 0.5vw; width: 103px;}
    #header .side .home a::after,
    #header .side .login a::after { display:none; }
    #header .side ul li a {font-size: 13px;}
}
/* breakpoint 1280px*/
@media screen and (max-width:1280px){
    .inner {
        width: 95%;
    }
    #footer .inner {
        padding: 0px;
    }
}
/* breakpoint 1150px*/
@media screen and (max-width:1150px){
    /* header */
    #header .nav {max-width: 595px;}
    #header .nav .depth1 > li {margin-right: 0; width: 99px;}
    #header .nav .depth1 > li > a {font-size: 14px;}
    #header .nav .depth2 > li > a {font-size: 13px;}
    #header .side ul li a {font-size: 12px;}
}
/* breakpoint 991px - mobile size */
@media screen and (max-width:991px){
    /* mobile */
    .mobile {
        display:block;
    }
    .gnbCover {
        z-index: 9998;
        position: fixed;
        left: 0; top: 0;
        display: none;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,.5);
    }
    .gnbCover.active {
        display: block;
    }
    /* header */
    #header { height: 60px; }
    #header .logo h1 { padding-top: 9px; }
    #header .nav { display:none; }
    #header .side { display:none; }
    #header::after { display:none; }
    /* footer */
    #footer .footer-top {
        height: 120px;
        position: relative;
        white-space: nowrap;
        padding-top: 60px;
    }
    #footer .footer-top .ftnav {
        position: absolute;
        left: 50%; top: 25px;
        transform: translateX(-50%);
    }
    #footer .footer-top .ftnav li a {
        font-size: 14px;
        margin-right: 14px;
    }
    #footer .footer-top aside {
        position:static;
        width: 300px;
        margin: 0 auto;
    }
    #footer .footer-bottom {
        width:100%;
        height: 185px;
        padding-top: 25px;
        text-align: center;
    }
    #footer .footer-bottom .ft-txt .address br {
        display: block;
    }
    #footer .footer-bottom .ft-logo {
        font-size: 18px;
        font-weight: 500;
        width: 100%;
        padding-bottom: 20px;
    }
    #footer .footer-bottom .ft-txt {
        margin-left: 0px;
        width: 100%;
    }
    #footer .footer-bottom .ft-txt .address {
        font-size: 13px;
        padding-bottom: 20px;
        line-height: 1.7;
    }
    #footer .footer-bottom .ft-txt .copyright {
        font-size: 12px;
    }
    /* 서브페이지 공통 */
    .contents {
        padding: 110px 0 80px 0;
        position: relative;
    }
    .lnb {
        display: none;
    }
    .topBg {
        height: 250px;
    }
    .topBg .txt {
        bottom: 30%;
    }
}
/* breakpoint 768px*/
@media screen and (max-width:768px){
    /* footer */
    #footer .footer-top .ftnav li a {
        font-size: 13px;
        margin-right: 7px;
        letter-spacing: -0.3px;
    }
    /* 서브페이지 공통 */
    .contents {
        padding: 50px 0 50px 0;
    }
    .contents .inner .title {
        margin-bottom: 0;
        position: absolute;
        top: -200px; left:0;
        text-align: center;
        width: 100%;
    }
    .contents .inner .title p {
        font-size: 14px;
        color: #fff;
        line-height: 1.5;
    }
    .contents .inner .title h2 {
        position: relative;
        padding: 0;
        margin-bottom: 10px;
        font-size: 26px;
        font-weight: 500;
        color: #fff;
        line-height: 1;
        letter-spacing: -1px;
    }
    .contents .inner .title h2::before {
        display: none;
    }
    .topBg {
        height: 200px;
    }
    .topBg .txt {
        display: none;
    }
}
/* breakpoint 480px*/
@media screen and (max-width:480px){
    /* header */
    #header .logo h1 {
        padding-top: 12px;
    }
    #header .logo h1 a img {
        height: 35px;
    }
    /* footer */
    #footer .footer-top {
        height: 130px;
        padding-top: 80px;
    }
    #footer .footer-top .ftnav li:last-child {
        display: block;
        text-align: center;
    }
    #footer .footer-top .ftnav li a {
        font-size: 14px;
        color: #333;
        margin-right: 5px;
        letter-spacing: -0.5px;
        line-height: 1.8;
    }
    /* 서브페이지 공통 */
    /* .topBg .txt img {
        height: 12vw;
    }
    .topBg .txt p {
        font-size: 13px;
        line-height: 1.5;
    } */
    .topBg .txt p br {display: block;}
}

/* 라인 */
* [class*="lineH"] {clear:both; width:100%; border-bottom:1px solid #ddd;}
.lineH5 {height:5px; margin-bottom:5px;}
.lineH10 {height:10px; margin-bottom:10px;}
.lineH20 {height:20px; margin-bottom:20px;}
.lineH30 {height:30px; margin-bottom:30px;}
.lineH50 {height:50px; margin-bottom:50px;}
.lineH60 {height:60px; margin-bottom:60px;}
.lineH70 {height:70px; margin-bottom:70px;}
.lineH80 {height:80px; margin-bottom:80px;}
.lineH100 {height:100px; margin-bottom:100px;}


/* 여백 */
.h5 {height:5px; padding:0; margin:0; clear:both;}
.h10 {height:10px; padding:0; margin:0; clear:both;}
.h20 {height:20px; padding:0; margin:0; clear:both;}
.h30 {height:30px; padding:0; margin:0; clear:both;}
.h40 {height:40px; padding:0; margin:0; clear:both;}
.h50 {height:50px; padding:0; margin:0; clear:both;}
.h60 {height:60px; padding:0; margin:0; clear:both;}
.h70 {height:70px; padding:0; margin:0; clear:both;}
.h80 {height:80px; padding:0; margin:0; clear:both;}
.h90 {height:90px; padding:0; margin:0; clear:both;}
.h100 {height:100px; padding:0; margin:0; clear:both;}

/* 넓이 */
.w5 {width:5%;}
.w10 {width:10%;} 
.w20 {width:20%;}
.w30 {width:30%;}
.w40 {width:40%;} 
.w50 {width:50%;} 
.w60 {width:60%;} 
.w70 {width:70%;} 
.w80 {width:80% !important;} 
.w90 {width:90%;} 
.w100 {width:100%;}


pre {
	white-space: pre-wrap; /* CSS3*/
	white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
	white-space: -pre-wrap; /* Opera 4-6 */
	white-space: -o-pre-wrap; /* Opera 7 */
	word-wrap: break-all; /* Internet Explorer 5.5+ */ 
}

/* 코멘트 */
.write_typeBox.cmt .title .box textarea {height:60px; margin-top:20px;}
.write_typeBox.cmt .title .box div {text-align:center;}
.write_typeBox.cmt .title .box div a {padding:6px 13px; background:#545454; color:#fff; border-radius:5px; display:inline-block; margin-top:10px;}

.write_typeBox.cmt .reply {padding:20px 15px; color:#999;}
.write_typeBox.cmt .reply>div p:first-child span:first-child {color:#000; font-weight:500;}
.write_typeBox.cmt .reply>div p:first-child span:last-child {padding-left:10px; color:#333;}
.write_typeBox.cmt .reply>div>div a {padding:6px 13px; background:#ff6464; color:#fff; border-radius:5px; display:inline-block; margin-top:10px;}
.write_typeBox.cmt .reply>div+div {margin-top:20px; padding-top:20px; border-top:1px solid #eee;}



/* ********************레이어팝업******************** */
/* 공통 */
.layerPop {display:none; position:fixed; top:0; left:0; z-index:9990; width:100%; height:100%;}
.layerPop .bg {position:fixed; top:0; left:0; z-index:9991; width:100%; height:100%; background:#000; opacity:.6;}
.layerPop .inner {position:relative; top:0; left:0; z-index:9992; overflow:hidden; border-radius:5px; background:#fff; max-width:300px;}
.layerPop .inner .title {padding:10px 15px; color:#fff; font-size:18px;}
.layerPop .inner .title a {position:absolute; top:0; right:0; background:url(../images/common/closeBtn.png)no-repeat center; border-left:1px solid rgba(255,255,255,.2); width:48px; height:48px;}
.layerPop .inner>div:last-child {padding:10px 0; background:#17ade6; text-align:center;}
.layerPop .inner>div:last-child a {color:#fff;}

/* 비밀번호입력 */
.layerPop.secret .inner .explain {padding:20px 0; text-align:center;}

/* 아이디중복확인 */
.layerPop.idCheck .explain {padding:20px;}
.layerPop.idCheck .explain label {display:block; font-weight:500;}
.layerPop.idCheck .explain>div+div {margin-top:10px;}
.layerPop.idCheck .explain .choice {text-align:center; background:#f5f5f5; border:1px solid #eee; padding:10px 0; border-radius:5px;}
.layerPop.idCheck .explain .choice span {width:100%; display:inline-block;}
.layerPop.idCheck .explain .choice span>span {color:red; font-weight:500;}
.layerPop.idCheck .explain .choice span:last-child {margin:10px 0;}
.layerPop.idCheck .explain .choice span a {vertical-align:baseline;}
.layerPop.idCheck .title a {border-left:1px solid rgba(255,255,255,.2);}
.layerPop.idCheck .form-group.ckRadio>div>span:first-child {margin-right:10px;}
.layerPop.idCheck .iconSearchWrap {position:relative;}
.layerPop.idCheck .iconSearchWrap a {position:absolute; top:0; right:0; background:url(../images/common/icon_search_fix.png)no-repeat center; width:40px; height:40px;}
.layerPop.idCheck .iconSearchWrap+p {color:#999; line-height:1.2; margin-top:10px; font-size:13px;}