<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@import url(contents.css);

#gnb1 &gt; ul &gt; li &gt; a {color:rgba(255,255,255,0.5)}

#visual {background-color:#000; position:relative; height:36.5rem; color:#fff; text-align:center; overflow:hidden}
#visual .title {padding:3rem 0 0 0; position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); font-size: 4rem; font-weight:400; width: 100%; z-index:1}
#visual .title:after {content:'자연을 벗 삼아 삶을 디자인 하다!'; color:rgba(255,255,255,0.6); display:block; font-weight:normal; font-size:1.8rem; text-transform:uppercase}
#visual .img {display:block; width:100%; height:36.5rem; position:relative}
#visual .img img {opacity:0.7; position:absolute; left:50%; top:50%; transform:translate(-50%, -50%); min-height:100%; max-width:inherit; min-width:100%}

#snb {width:100%; margin:-6.5rem auto 0; min-height:6.5rem}
#snb .title {display:none}
#snb .list { position:relative}
#snb .list:before {content:none}
#snb .list &gt; ul {display:flex; text-align:center; width:100%; max-width:140rem; margin:0 auto; position:relative; z-index:0}
#snb .list &gt; ul:before {content:''; background-color:#352666; position:absolute; left:50%; top:0; height:6.5rem; transform:translateX(-50%); width:1000%}
#snb .list &gt; ul &gt; li {flex:1 1}
#snb .list &gt; ul &gt; li &gt; a {color:rgba(255,255,255,0.7); display:block; font-size:1.7rem; position:relative; line-height:3.8; transition:all .3s}
/*3depth*/
#snb .list &gt; ul &gt; li &gt; ul {background-color:#fff; border-bottom:1px solid #e5e5e5; position:absolute; left:0; top:65px; width:100%}
#snb .list &gt; ul &gt; li &gt; ul li {display:inline-block; margin:0 2rem}
#snb .list &gt; ul &gt; li &gt; ul li a {display:inline-block; line-height:4; position:relative}
#snb .list &gt; ul &gt; li.type2.active {height:13rem}

#snb .list &gt; ul &gt; li &gt; a:before {content:''; background-color:rgba(255,255,255,0.5); width:.1rem; height:1rem; display:inline-block; position:absolute; left:0; top:50%;  transform:translateY(-50%) rotate(30deg);}
#snb .list &gt; ul &gt; li:first-child a:before  {content:none}
#snb .list &gt; ul &gt; li.active &gt; a {color:rgba(255,255,255,1); font-weight:400}
#snb .list &gt; ul &gt; li.active &gt; a:after {content:''; background-color:#a22eeb; border-radius:100%; width:.5rem; height:.5rem; display:inline-block; margin-left:10px; vertical-align:3px}
#snb .list &gt; ul &gt; li &gt; ul li.active a {color:#40c140}
#snb .list &gt; ul &gt; li &gt; ul li &gt; a:after {content:''; background-color:#40c140; width:0; height:.2rem; position:absolute; left:50%; bottom:-0.1rem; transition:all .3s; transform:translateX(-50%)}
#snb .list &gt; ul &gt; li &gt; ul li.active &gt; a:after {width:100%} 

@media screen and (min-width:1024px) {
    #snb .list &gt; ul &gt; li &gt; a:hover {color:rgba(255,255,255,1); font-weight:400}
	#snb .list &gt; ul &gt; li &gt; ul li:hover a {color:#40c140}
    #snb .list &gt; ul &gt; li &gt; ul li &gt; a:hover:after {width:100%}
}


#contents {width:128rem; max-width:calc(100% - 2rem); margin:0 auto; position:relative;  outline:0}
.contents_util{margin:5rem 0 2.5rem; position:relative}
.contents_util:after {content:''; display:block; width:100%; overflow:hidden}
#contents_title {font-size:4rem; font-weight:600; color: #000; }
#contents_body:after {content:''; display:block; width:100%; overflow:hidden}

.util-group {position:absolute; top:1.5rem; width:100%; text-align:right; z-index:3}
.location {position:relative; display:inline-block; margin:1rem 3rem 0 0; vertical-align:top}
.location .path {height: 2rem; white-space: nowrap; line-height: 2rem; text-align:right; overflow:hidden}
.location .path li { display: inline-block; vertical-align: top; }
.location .path li + li::before { display: inline-block; position: relative; top: 1px; font-family: "xeicon"; vertical-align: top; font-size: 1.2rem; position: relative; margin-right: 0.25rem; content: ''; }
.location .path li.icon a { display: inline-block; overflow: hidden; width: 1.5rem; height: 12rem; text-align: center; vertical-align: middle; }
.location .path li.icon a::before { display: block; width: 100%; height: 100%; font-family: "xeicon"; text-align: center; line-height: inherit; content: ''; }

/*로케이션 부분 삭제*/
.nav-depth {display:none}		
.nav-depth .list {display:block; position: absolute; left: 0; top:-13.2rem; width: 100%; height: 7rem; background-color:rgba(51,153,51,1);  display: inline-block}
.nav-depth .list &gt; li { float: left; position: relative; width:50%; height: 6.9rem; border-right: 1px solid rgba(255, 255, 255, 0.2); line-height: 6.8rem; }
.nav-depth .list &gt; li:last-child {border-right:none}
.nav-depth .list &gt; li + li + li {display:none}	
.nav-depth .list &gt; li button { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; display: block; position: relative; width: 100%; height: 100%; padding: 0 4rem 0 2rem; background-color:rgba(51,153,51,1); text-align: left; color: #fff; line-height: inherit; }
.nav-depth .list &gt; li button::after { position: absolute; top: auto; left: auto; right: auto; font-family: "xeicon"; right: 2rem; top: 0; content: ''; -webkit-transition: all 0.2s; transition: all 0.2s; }
.nav-depth .list &gt; li ul { visibility: hidden; overflow: hidden; position: absolute; left: 0; top: 100%; width: 100%; height: 0; padding: 0 1rem; border: 1px solid #303b50; background-color: #fff; line-height: 1.5; -webkit-transition: all 0.2s; transition: all 0.2s; }
.nav-depth .list &gt; li.active button::after { -webkit-transform: rotate(180deg); transform: rotate(180deg); }
.nav-depth .list &gt; li.active ul { visibility: visible; height: auto; padding: 1rem; }
	
.contents_util .util {display:inline-block; vertical-align:top}
.contents_util .util .btn { display: inline-block; overflow: hidden; width: 4rem; height: 4rem; border-radius: 100%; border: 1px solid #ddd; color: #000; text-align: center; line-height: 4rem; vertical-align: top; -webkit-transition: all 0.2s; transition: all 0.2s; }
.contents_util .util .btn::before { display: block; width: 100%; height: 100%; font-family: "xeicon"; text-align: center; line-height: inherit; font-size: 2rem; font-weight: 400; }
.contents_util .util .btn.print::before { content: ""; }
.contents_util .util .btn.up::before { content: ""; }
.contents_util .util .btn.down::before { content: ""; }
.contents_util .util .btn.open::before { content: ""; }
.contents_util .util .btn:hover, .contents_util .util .btn:focus { border-color: #000; background-color: #000; color: #fff; }

/*공유*/
.contents_util .util .share { display: inline-block; vertical-align: top; }
.contents_util .util .share .item { visibility: hidden; overflow: hidden; width: 0; height: 0; opacity: 0; position: absolute; top: auto; right:0; overflow: hidden; top: 100%; width:100%; margin-top: 1rem; padding:0 1rem; border: 1px solid #ddd; background-color: #fff; white-space: nowrap; }
.contents_util .util .share .item::before { position: absolute; top: auto; right:5.4rem; -webkit-transform: translateX(-50%); transform: translateX(-50%); top: -0.3rem; width: 1rem; height: 1rem; background-color: #fff; border-top: 1px solid #ddd; border-left: 1px solid #ddd; content: ''; -webkit-transform: rotate(45deg) translateX(-50%); transform: rotate(45deg) translateX(-50%); }
.contents_util .util .share .item .list { display: block !important; }
.contents_util .util .share .item .list li {display:inline-block; padding:0.5rem 0.5rem 0 0.5rem; vertical-align:middle}
.contents_util .util .share .item a {display: block; overflow: hidden; width: 3rem; height:3.6rem; text-align: center}
.contents_util .util .share .item a::before { display: block; width: 100%; height: 100%; font-family: "xeicon"; text-align: center; line-height: inherit; font-size: 2rem; -webkit-transition: all 0.2s; transition: all 0.2s; -webkit-transition-delay: 0.1s; transition-delay: 0.1s; }
.contents_util .util .share .item a:hover::before, .contents_util .util .share .item a:focus::before { -webkit-transform: scale(1.5); transform: scale(1.5); }
.contents_util .util .share .item .facebook a::before { color: #29487d; content: ""; }
.contents_util .util .share .item .twitter a::before { color: #1da1f2; content: ""; }
.contents_util .util .share .item .kakaostory a::before { color: #ffc20f; content: ""; }
.contents_util .util .share .item .kakaotalk a::before { color: #381e1f; content: ""; }
.contents_util .util .share .item .band a::before { font-size: 2rem; font-family:'Roboto'; font-weight:600; color: #21c531; content: 'b'; }
.contents_util .util .share .item .qrcode a {display:block; font-family:'Roboto'; font-weight:600; font-size:1.4rem; width:2rem; line-height: 2.4}
.contents_util .util .share .item .qrcode:hover a {color:#ff7043}
.contents_util .util .share .item .qrcode .qr {display:none; background-color:#fff; border:1px solid #ddd; padding:1rem; position:absolute; right:-0.1rem; top:4.1rem; margin-left:-1px; width:100.5%; text-align:center}
.contents_util .util .share .item .qrcode:hover .qr {display:block }
.contents_util .util .share .item .urlShare a {font-family:'Roboto'; font-weight:600; font-size:1.4rem; width:2.5rem; line-height: 2.4}
.contents_util .util .share .item .urlShare a:hover {color:#ff7043}
.contents_util .util .share.active .btn { border-color: #000; background-color: #000; color: #fff; }
.contents_util .util .share.active .item { visibility: visible; overflow: visible; width: auto; height: auto; opacity: 1; margin-top: 1.5rem; -webkit-transition: all 0.2s; transition: all 0.2s; }
@media screen and (max-width:768px){
	
	.contents_util .util .share .item::before {right:1rem}
	.contents_util .util .share .item .qrcode {display:none !important}
}


.depth4_tab ul {display:table; table-layout:fixed; width:100%; margin-bottom: 5rem; position:relative; z-index:0}
.depth4_tab ul li {border:1px solid #ddd; background-color:#f8f8f8; color:#999; display:table-cell; position:relative; text-align:center}
.depth4_tab ul li + li {border-left:0}
.depth4_tab ul li.active {background-color:#fff; font-weight:400; color:#36ac36; z-index:1}
.depth4_tab ul li.active:after {content:''; border:1px solid #36ac36; width:100.4%; height:104%; position:absolute; left:-1px; top:-1px; z-index:-1}
.depth4_tab ul a {display:block; padding:1.5rem}

#depth5_menu_ul { overflow: hidden; overflow-x: auto; margin: -3rem 0 5rem; padding-left: 1rem; border-bottom: 1px solid #ddd; white-space: nowrap; }
#depth5_menu_ul li { display: inline; margin-right: 1rem; }
#depth5_menu_ul li.active a { font-weight: 400; color: #484c58; }
#depth5_menu_ul li.active a::before { width: 100%; }
#depth5_menu_ul a { display: inline-block; overflow: hidden; position: relative; padding: 0 1rem 1.5rem; vertical-align: top; }
#depth5_menu_ul a::before { position: absolute; left: 0; bottom: 0; width: 0; height: 0.3rem; background-color: #484c58; content: ''; -webkit-transition: all 0.2s; transition: all 0.2s; }
#depth5_menu_ul a:hover::before, #depth5_menu_ul a:focus::before { width: 100%; }

.tab-menu {margin-bottom:5rem}
.tab-menu ul {display:flex; flex-wrap:wrap; width:100%}
.tab-menu ul li {border:1px solid #ddd; border-left:0; color:#666; flex:1 1; transition:all .3s}
.tab-menu ul li:first-child {border-left:1px solid #ddd}
.tab-menu ul li a {display:block; padding:1rem; text-align:center}
.tab-menu ul li.active {background-color:#3d1e6c; border-color:#3d1e6c; color:#fff}
@media screen and (min-width:1024px){
	.tab-menu ul li:hover {background-color:#3d1e6c; border-color:#3d1e6c; color:#fff}
}

@media screen and (max-width:1024px){
	.tab-menu ul li {flex:0 1 25%; width:25%}
	.tab-menu ul li:nth-child(4n+1) {border-left:1px solid #ddd}
	.tab-menu ul li:nth-child(n+5) {border-top:0}
}

@media screen and (max-width:560px){
	.tab-menu ul li {flex:0 1 50%; width:50%}
	.tab-menu ul li:nth-child(2n+1) {border-left:1px solid #ddd}
	.tab-menu ul li:nth-child(n+3) {border-top:0}
}
</pre></body></html>