/* include 공통 CSS */

/* 프로젝트 팝업창 */
.pin-pop::-webkit-scrollbar {width: 10px;}
.pin-pop::-webkit-scrollbar-thumb {background-color: var(--sub-black); border-radius: 10px; background-clip: padding-box; border: 2px solid transparent;}
.pin-pop::-webkit-scrollbar-track {background-color: var(--ft-color); border-radius: 10px;}

.pin-pop.on {left: 0; opacity: 1; visibility: visible;}
.pin-pop.off {left: -100%; opacity: 0; visibility: hidden; transition: all 0.8s ease;}
.pin-pop {opacity: 0; visibility: hidden; position: fixed; left: 100%; top: 0; bottom: 0; overflow-y: scroll; width: 100%; background-color: var(--sub-black); color: var(--back-color); z-index: 999; transition: left 1s ease, opacity 0.5s ease;}
.pop-header {position: sticky; left: 0; top: 0; display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid var(--bg-color); background-color: var(--sub-black); z-index: 10;}
.pop-header .pop-header__logo {padding: 0.25rem 2.6%;}
.pop-header .pop-header__close {display: flex; justify-content: center; align-items: center; width: 1.25rem; height: 1rem;}
.pop-header .pop-header__close--line {display: block; width: 0.25rem; height: 1px; background-color: var(--back-color);}
.pop-content {padding: 0 2.6%;}
.pop-content .pop-thumb {position: relative;}
.pop-content .pop-thumb .thumb-frame {}
.pop-thumb .thumb-frame span {position: absolute; display: inline-block; width: 0.5rem; height: 0.5rem;}
.pop-thumb .thumb-frame span.thumb-frame__lt {left: 0; top: 0; border-left: 2px solid var(--back-color); border-top: 2px solid var(--back-color);}
.pop-thumb .thumb-frame span.thumb-frame__rt {right: 0; top: 0; border-right: 2px solid var(--back-color); border-top: 2px solid var(--back-color);}
.pop-thumb .thumb-frame span.thumb-frame__lb {left: 0; bottom: 0; border-left: 2px solid var(--back-color); border-bottom: 2px solid var(--back-color);}
.pop-thumb .thumb-frame span.thumb-frame__rb {right: 0; bottom: 0; border-right: 2px solid var(--back-color); border-bottom: 2px solid var(--back-color);}

.pop-info {margin-top: 1rem;}
.pop-info .pop-info__image {display: flex; flex-flow: row wrap; padding-top: 0.5rem;}
.pop-info .pop-info__image .pop-info__image--big {width: 100%; margin-bottom: 0.1rem;}
.pop-info .pop-info__image .pop-info__image--small {width: 50%; padding-right: 0.05rem;}
.pop-info .pop-info__image .pop-info__image--small:last-child {padding-left: 0.05rem; padding-right: 0;}
.pop-info .pop-info__image img {width: 100%;}
.pop-category {display: flex; padding-bottom: 0.2rem; border-bottom: 1px solid var(--bg-color);}
.pop-category .pop-category__list {padding: 0.07rem 0.15rem; margin-left: 0.1rem; border-radius: 0.5rem; border: 1px solid var(--ft-color); font-size: var(--fz-17); font-weight: 300; text-transform: uppercase;}
.pop-category .pop-category__list:first-child {margin-left: 0;}

.pop-flex {display: flex; justify-content: space-between; padding: 0.3rem 0; border-top: 1px solid var(--bg-color); border-bottom: 1px solid var(--bg-color);}
.pop-title {width: 42%; font-size: var(--fz-140); letter-spacing: -2px; line-height: 0.9;}
.pop-desc {width: 55.8%;}
.pop-desc .pop-desc__text {margin-top: 0.3rem; font-size: var(--fz-17); font-weight: 300; line-height: 1.7;}
.pop-desc .pop-desc__text:first-child {margin-top: 0;}


.pop-other {margin: 1rem 0;}
.pop-other .pop-other__projects {padding: 0.5rem 0; border-bottom: 1px solid var(--bg-color);}
.pop-other__list {display: flex;}
.pop-other__list .pop-other__item {display: flex; flex-direction: column; justify-content: space-between; width: 50%;}
.pop-other__list .pop-other__item01 {padding-right: 0.3rem; border-right: 1px solid var(--bg-color);}
.pop-other__list .pop-other__item02 {padding-left: 0.3rem;}
.pop-other__list .pop-other__image {margin-bottom: 0.38rem;}
.pop-other__list .pop-other__image img {width: 100%;}
.pop-other__list .pop-other__info {display: flex; justify-content: space-between;}
.pop-other__list .pop-other__info01 {margin-bottom: 0.15rem; font-size: var(--fz-17); font-weight: 200; color: #FFFDFA; opacity: 0.7;}
.pop-other__list .pop-other__info .pop-other__info__title {width: 80%;font-size: var(--fz-30); font-weight: 600;}
.pop-other__list .pop-other__info .pop-other__info__view {}
.pop-other__list .pop-other__info .pop-other__info__view a {position: relative; display: flex; justify-content: center; align-items: center; padding: 0.05rem 0.2rem; border-radius: 0.5rem; background-color: var(--back-color); font-size: var(--fz-15); font-weight: 500; overflow: hidden;}
.pop-other__list .pop-other__info .pop-other__info__view a:before { content:attr(data-hover); position: absolute; top: 0; left: 0; width: 100%; height: 100%; padding: 0.05rem 0.2rem; color: var(--main-black); transform: translateY(-100%); transition: 0.3s ease;}
.pop-other__list .pop-other__info .pop-other__info__view span {transition: 0.3s ease;}
.pop-other__list .pop-other__info .pop-other__info__view a:hover span {transform: translateY(150%);}
.pop-other__list .pop-other__info .pop-other__info__view a:hover:before {transform: translateY(0%);}

@media (max-width:1780px) {
	.pop-title {font-size: var(--fz-130);}
}
@media (max-width:1580px) {
	.pop-title {font-size: var(--fz-120);}
}
@media (max-width:1480px) {
	.pop-header .pop-header__close {width: 1rem;}
	.pop-title {font-size: var(--fz-110);}
}
@media (max-width:1280px) {
	.pop-info {margin-top: 0.8rem;}
	.pop-other {margin-top: 0.8rem;}
	.pop-other .pop-other__projects {padding: 0.4rem 0;}
	.pop-flex {flex-direction: column;}
	.pop-title {width: 100%; margin-bottom: 0.2rem; font-size: var(--fz-110);}
	.pop-desc {width: 100%;}
	.pop-desc .pop-desc__text {margin-top: 0.2rem;}
}
@media (max-width:1080px) {
	.pop-header .pop-header__close {width: 0.8rem;}
	.pop-other__list .pop-other__image {margin-bottom: 0.2rem;}
	.pop-other__list .pop-other__info .pop-other__info__title {font-size: var(--fz-28);}
	.pop-title {font-size: var(--fz-100);}
}
@media (max-width:768px) {
	.pop-header .pop-header__logo {padding: 0.1rem 2.6%;}
	.pop-header .pop-header__logo img {width: 1rem;}
	.pop-header .pop-header__close {width: 0.65rem; height: 0.8rem;}
	.pop-thumb .thumb-frame span {width: 0.4rem; height: 0.4rem;}
	.pop-info {margin-top: 0.6rem;}
	.pop-info .pop-info__image {padding-top: 0.3rem;}
	.pop-other {margin: 0.6rem 0 0.8rem;}
	.pop-other .pop-other__projects {padding: 0.3rem 0;}
	.pop-other__list .pop-other__info01 {font-size: var(--fz-16);}
	.pop-other__list .pop-other__info .pop-other__info__title {font-size: var(--fz-24);}
	/* .pop-flex {padding: 0.2rem 0;} */
	.pop-title {font-size: var(--fz-80);}
	.pop-category .pop-category__list {font-size: var(--fz-16);}
	.pop-desc .pop-desc__text {font-size: var(--fz-16);}
}
@media (max-width:500px) {
	.pop-thumb .thumb-frame span {width: 0.3rem; height: 0.3rem;}
	.pop-info {margin-top: 0.5rem;}
	.pop-other__list {flex-direction: column;}
	.pop-other__list .pop-other__item {width: 100%;}
	.pop-other__list .pop-other__item01, .pop-other__list .pop-other__item02 {padding: 0; border: 0;}
	.pop-other__list .pop-other__item01 {margin-bottom: 0.3rem;}
	.pop-title {font-size: var(--fz-56);}
}
/************************* 공통 시작*************************/
.inner {margin: 0 auto; max-width:1470px;}
@media(max-width:1510px){
	.inner {padding: 0 4%;}
}

.sub-content				{min-height:5rem;}
/************************* 공통 끝 *************************/

/************************* header_inc 시작*************************/
#header{position: absolute; padding:0; z-index: 99; left:0; top:0; width:100%; border-bottom: 1px solid transparent; transition:.5s ease all;}
#header .inner {max-width: 100%; padding: 0 2.6%}

.header {display:flex; justify-content:space-between; align-items:center;}
@media(max-width:768px){
	.header {height: 0.8rem;}
}
.header-logo__link {display: block;}
.header-logo__img {width: 1.1rem;}

.header .header__ui {display: flex; justify-content: flex-end; align-items: center;}

.header-language {position: relative; display: flex; align-items:center; height: 100%; margin: 0 0.3rem; text-align:center;}
.header-language .header-language__button {position: relative; font-size: var(--fz-16); color: #fff; transition:.5s ease all;}
.header-language .header-language__button.on {opacity: 0.5;}
.header-language .header-language__button:first-child {margin-right: 0.2rem;}
.header-language .header-language__button:first-child::after {content: ''; display: block; position: absolute; right: -0.1rem; top: 0.04rem; width: 1px; height: 60%; background-color: #fff;}
.header-language .header-language__navi {display: none; position:absolute; top: 100%; left: 50%; transform:translateX(-50%); padding:0.05rem 0; background:#fff;}
.header-language .header-language__link {padding:0.05rem 0.2rem; display:block; font-size: var(--fz-15); color: var(--main-black);}
@media(max-width:768px){
	.header-language {display: none;}	
}
.header-language .header-language__button--active {color: var(--main-color);}
.header-language .header-language__button:active, 
.header-language .header-language__button:focus-visible {color: var(--main-color);}
@media(hover:hover){
	/* .header-language .header-language__button:hover {color: var(--main-color);} */
}

.header-login {display: flex; align-items: flex-end;}
.header-login .header-login__link {margin-left: 0.1rem; display: block; font-size:var(--fz-16); color:#fff; transition:.5s ease all;}
.header-login .header-login__link:first-of-type {margin-left: 0;}
@media(max-width:768px){
	.header-login{display: none;}	
}

.header-login .header-login__link:active,
.header-login .header-login__link:focus-visible {color: var(--main-color);}
@media(hover:hover){
	.header-login .header-login__link:hover {color: var(--main-color);}
}

.header-navi .header-navi__mainmenu {display: flex; align-items: center; justify-content: center;}
.header-navi .header-navi__mainlist {position: relative; margin:0 0.1rem; padding:0 0.3rem;}
.header-navi .header-navi__mainlink {height:0.8rem; display: flex; align-items: center; font-size: var(--fz-16); color: #fff; transition:.5s ease all;}
.header-navi .header-navi__mainlink:focus-visible, 
.header-navi .header-navi__mainlink:active,
.header-navi .header-navi__mainlink--current {color: var(--main-color);}
.header-navi .header-navi__submenu{display: none; position: absolute; top:100%; background:#fff; padding:0.05rem; width: 100%; left:0; right:0; margin: auto; border:1px solid #ddd;}
.header-navi .header-navi__sublink{display: block; padding:0.05rem; text-align: center; transition:.5s ease all;}
.header-navi .header-navi__sublink:focus-visible,
.header-navi .header-navi__sublink:active,
.header-navi .header-navi__sublink--current {color: var(--main-color);}
@media(hover:hover){
	.header-navi .header-navi__mainlink:hover {color: var(--main-color);}
	.header-navi .header-navi__sublink:hover {color: var(--main-color);}
}
@media(max-width:768px){
	.header-navi {display: none;}	
}

.header-sns {}
.header-sns__list {display: flex; align-items: center;}
.header-sns__list .header-sns__item {display: flex; justify-content: center; align-items: center; height: 1rem;}
.header-sns__item .header-sns__link {display: flex; justify-content: center; align-items: center; width: 0.3rem;}
.header-sns__item .header-sns__link.on img {opacity: 0.5;}
.header-sns__item .header-sns__link img {transition: 0.5s ease;}

.hamburger {display: flex;}
.hamburger .hamburger__button {position: relative;}
.hamburger .hamburger__bar {margin-top: 0.1rem; display:block; width:25px; height:1px; background-color: #fff; transition:.5s ease all;}
.hamburger .hamburger__bar--top {margin-top: 0;}
@media(max-width:768px){	
	.header-sns {margin-right: 0.2rem;}
}

/* 스크롤 다운 헤더 CSS Start */
/* #header.fix-header {background-color:#fff;}
#header.fix-header .header-navi .header-navi__mainlink {color: var(--main-black);}
#header.fix-header .hamburger .hamburger__bar {background-color: var(--main-black);}
#header.fix-header .header-language .header-language__button{color: var(--main-black);} */
/* 스크롤 다운 헤더 CSS End */


/* 헤더 마우스 호버 CSS Start */
/* #header.header-enter {background-color:#fff;}
#header.header-enter .header-navi .header-navi__mainlink {color: var(--main-black);}
#header.header-enter .hamburger .hamburger__bar {background-color: var(--main-black);}
#header.header-enter .header-language .header-language__button{color: var(--main-black);} */
/* 헤더 마우스 호버 CSS End */


/************************* header_inc 끝*************************/

/************************* main_inc 시작*************************/
.main_visual										{position:relative; margin:0 auto;}

.main_count 				{background:url('./img/text_bg.jpg') no-repeat center top; padding:60px 3%;}
.main_count .main_num						{ margin:0 auto;}
.main_count .main_num ul:after	{display:block; clear:both; content:''; width:100%;}
.main_count .main_num ul li				{float:left; width:25%; text-align:center; padding:0px 0; position:relative;}
.main_count .main_num ul li h1		{color:#fff; font-size:30px; font-weight:800; margin:0 0 15px 0; padding:0; line-height:100%;}
.main_count .main_num ul li p			{color:#fff; font-size:18px; font-weight:700; margin:0; padding:0; line-height:100%;}

@media(max-width:768px){
.main_count {padding-top:20px;}
.main_count .main_num ul li				{float:left; width:50%; text-align:center; padding:0px 0; position:relative;}
.main_count .main_num ul li:nth-child(3n){margin-top:30px;}
.main_count .main_num ul li:nth-child(4n){margin-top:30px;}

}

/************************* main_inc 끝*************************/

/************************* sub-dropdown 시작 *************************/
.sub-dropmenu {display: none; border-bottom:1px solid var(--main-gray);}
.dropmenu {margin: 0 auto; max-width:1600px; display: flex; align-items:center;}
.dropmenu .dropmenu__home {display: inline-flex; width: 0.6rem; height: 0.6rem; justify-content:center; align-items:center; text-align: center; border-left:1px solid var(--main-gray); transition:.5s ease all;}
.dropmenu .dropmenu__home:active,
.dropmenu .dropmenu__home:focus-visible {background-color: var(--main-color);}
.dropmenu .dropmenu__homeicon {width: 0.2rem;}
.dropmenu .dropmenu__menuwrap {display: flex; width: calc(100% - 0.6rem);}
.dropmenu .dropmenu__menu {position: relative; width: 2.5rem;}
.dropmenu .dropmenu__menu--depth2 {margin-left: -1px;}
.dropmenu .dropmenu__btn {position: relative; width: 100%; height: 0.6rem; padding:0 0.16rem; display: flex; justify-content:space-between; align-items:center; font-size: var(--fz-16); font-weight: 500; border-left:1px solid var(--main-gray); border-right:1px solid var(--main-gray); transition:.5s ease all;}
.dropmenu .dropmenu__btn--active,
.dropmenu .dropmenu__btn:active,
.dropmenu .dropmenu__btn:focus-visible {color: var(--main-color);}
.dropmenu .dropmenu__btn .dropmenu__arrow {transition:.5s ease all;}
.dropmenu .dropmenu__btn--active .dropmenu__arrow {transform:rotate(180deg);}
.dropmenu .dropmenu__menulist {position: absolute; display: none; padding:0.04rem 0; width: 100%; top: 100%; left: 0; background-color: #fff; border:1px solid var(--main-gray);}
.dropmenu .dropmenu__menulink {display: block; margin:0.04rem 0; padding:0.04rem 0.16rem; font-size: var(--fz-15); transition:.5s ease all;}
.dropmenu .dropmenu__menulink:active,
.dropmenu .dropmenu__menulink:focus-visible {color: var(--main-color);}
@media(max-width:500px){
	.dropmenu .dropmenu__menu {width: 50%;}
}
@media(hover:hover){
	.dropmenu .dropmenu__home:hover {background-color: var(--main-color);}
	.dropmenu .dropmenu__btn:hover {color: var(--main-color);}
	.dropmenu .dropmenu__menulink:hover {color: var(--main-color);}
}

/************************* sub-dropdown 끝 *************************/
/************************* sub-tabmenu 시작 *************************/
.sub-tab {display: none; border-bottom: 1px solid var(--main-gray);}
.sub-tabmenu {margin: 0 auto; max-width:1600px; display: flex;}
.sub-tabmenu__list {flex:1 auto;}
.sub-tabmenu__link {display: inline-flex; justify-content:center; align-items:center; width: 100%; height: 0.6rem; font-size: var(--fz-15); font-weight: 600; color: var(--main-black); border-bottom:2px solid transparent; transition:.5s ease all;}
.sub-tabmenu__link--active,
.sub-tabmenu__link:active,
.sub-tabmenu__link:focus-visible {color: var(--main-color); border-bottom:2px solid var(--main-color);}
.sub-tabmenu__link:visited,
.sub-tabmenu__link:link {color: var(--black-04);}
.sub-tabmenu__link--active:visited {color: var(--main-color);}
@media(hover:hover){
	.sub-tabmenu__link:hover {color: var(--main-color); border-bottom:2px solid var(--main-color);}
}
/************************* sub-tabmenu 끝 *************************/

/************************* sub-depth3 시작 *************************/
.sub-depth3 {margin: 0 auto; max-width:1600px; display: flex; flex-flow: row wrap;}
.sub-depth3 .sub-depth3__list {flex: 1 auto; height: 0.6rem; background: var(--main-gray); font-size: var(--fz-15); font-weight: 500;}
.sub-depth3 .sub-depth3__list:last-child {border:0;}
.sub-depth3 .sub-depth3__link {width: 100%; height: 0.6rem; display: flex; align-items: center;justify-content: center; transition:.5s ease all;}
.sub-depth3 .sub-depth3__link--active,
.sub-depth3 .sub-depth3__link:active,
.sub-depth3 .sub-depth3__link:focus-visible {background-color: var(--main-color); color: #fff;}
@media(hover:hover){
	.sub-depth3 .sub-depth3__link:hover {background-color: var(--main-color); color: #fff;}
}
/************************* sub-depth3 끝 *************************/


/************************* footer_inc 시작 *************************/
#footer {background-color: #232323;}
#footer .inner {max-width: 100%; padding: 0 2.6%}

.footer {padding:0.45rem 0;}
.footer__top {padding-bottom: 1rem; display: flex; flex-flow:row wrap; justify-content:space-between; align-items:flex-start; border-bottom: 1px solid var(--ft-color);}
.footer__bottom {display: flex; flex-flow:row wrap; justify-content:space-between; padding-top: 0.45rem;}
@media(max-width:768px){
	.footer__top {padding-bottom: 0.7rem;}
	.footer__bottom {flex-direction:column; padding-top: 0.3rem;}
	.footer__bottom .footer__area {width: 100%;}
	.footer__bottom .footer__area--right {margin-bottom: 0.2rem; text-align: right;}
}

.footer-logo .footer-logo__link {display: block;}
.footer-logo .footer-logo__img {width: 5rem; margin-bottom: 0.35rem;}
.footer-logo .footer-sns {display: flex;}
.footer-logo .footer-sns__list {margin-right: 0.1rem;}
.footer-logo .footer-sns__list:last-child {margin-right: 0;}
.footer-logo .footer-sns__link {display: flex; align-items: center; padding: 0.15rem 0.25rem; border-radius: 0.5rem; background-color: var(--bg-color); font-size: var(--fz-15); font-weight: 700; color: #fff; transition: 0.3s ease;}
.footer-logo .footer-sns__link img {margin-right: 0.1rem;}
@media (hover:hover) {
	.footer-logo .footer-sns__link:hover {background-color: var(--main-black);}
}
@media (max-width:768px) {
	.footer-logo .footer-logo__img {width: 4.5rem; margin-bottom: 0.2rem;}
	.footer-logo .footer-sns__link {padding: 0.12rem 0.2rem; font-size: var(--fz-14);}
}
@media (max-width:500px) {
	.footer-logo .footer-logo__img {width: 3.5rem;}
}

.footer-info .footer-info__list {margin-bottom: 0.08rem; display: flex; flex-flow:row wrap; font-size: var(--fz-15); color: #fff;}
.footer-info .footer-info__list:last-child {margin-bottom: 0;}
.footer-info .footer-info__detail {margin-right: 0.2rem;}
.footer-info .footer-info__detail:last-of-type {margin-right: 0;}
.footer-info .footer-info__category {margin-right: 0.2rem; font-size: var(--fz-15); font-weight: 600; color: #fff;}
.footer-info .footer-info__text {font-size: var(--fz-15); color: var(--main-gray);}
.footer-info .footer-info__link {font-size: var(--fz-15); color: var(--main-gray); transition:.5s ease all;}
.footer-info .footer-info__link:active,
.footer-info .footer-info__link:focus-visible {color: var(--main-color);}
@media(max-width:500px){
	.footer-info .footer-info__list {margin-bottom: 0;}
	.footer-info .footer-info__detail {padding:0.03rem 0; width: 100%; margin-right: 0;}
}
@media(hover:hover){
	.footer-info .footer-info__link:hover {color: var(--main-color);}
}

.family-site {position: relative; display: inline-block;}
.family-site .family-site__button {padding:0 0.2rem; display: inline-flex; justify-content:space-between; align-items:center; width: 2rem; height: 0.5rem; border-radius: 0.5rem; background-color: var(--bg-color); font-size: var(--fz-15); font-weight: 500; color: #fff; transition:.5s ease all;}
.family-site .family-site__button--open,
.family-site .family-site__button:active,
.family-site .family-site__button:focus-visible {background-color: var(--bg-color);}
.family-site .family-site__button .family-site_arrow {width: 0.08rem; transition:.5s ease all;}
.family-site .family-site__button--open .family-site_arrow {transform:rotate(-180deg);}
.family-site .family-site__navi {display: none; position: absolute; top: 100%; left: 0; padding:0.15rem; width: 100%; text-align: left; background-color: var(--main-black); border-radius: 0.2rem; z-index: 10; }
.family-site .family-site__link {display: block; margin:0.03rem 0; padding:0.02rem 0; color: #fff;}
@media(hover:hover){
	.family-site .family-site__button:hover {}
}
@media (max-width:500px) {
	.family-site {margin-top: 0.2rem;}
	.family-site .family-site__button {width: 1.8rem; height: 0.4rem;}
}

.footer-navi {text-align: right;}
.footer-navi .footer-navi__link {display: inline-block; margin-left: 0.2rem; font-size: var(--fz-16); font-weight: 500; color: #fff; transition:.5s ease all;}
.footer-navi .footer-navi__link:first-of-type {margin-left: 0;}
.footer-navi .footer-navi__link:active, 
.footer-navi .footer-navi__link:focus-visible {color: #fff;}
@media(hover:hover){
	.footer-navi a.footer-navi__link:hover {color: var(--ft-color);}
}

.footer-admin {margin-top: 0.18rem; display: flex; flex-flow: row wrap;}
.footer-admin .footer-admin__nav {display: flex;}
.footer-admin .footer-admin__nav .footer-admin__link {margin-left: 0.1rem; display: inline-block; font-size: var(--fz-15); color: var(--ft-color); transition:.5s ease all;}
.footer-admin .footer-admin__nav .footer-admin__link:first-of-type {margin-left: 0;}
.footer-admin .footer-admin__nav .footer-admin__link:active, 
.footer-admin .footer-admin__nav a.footer-admin__link:focus-visible {color: var(--ft-color);}
@media(max-width:500px){
	.footer-admin {margin-top: 0.1rem;}
	.footer-admin .footer-admin__nav {width: 100%;}
}
@media(hover:hover){
	.footer-admin .footer-admin__nav .footer-admin__link:hover {color: var(--ft-color);}
}

.footer__bottom .footer-admin__copyright {margin-top: 0.2rem; font-size: var(--fz-15); font-weight: 700; color: var(--ft-color);}

/************************* footer_inc 끝 *************************/



/************************* left_lnb_inc 시작 *************************/
.left_lnb		{  }
/************************* left_lnb_inc 끝 *************************/



/************************* ui.totop 시작 *************************/
#toTop {
	display:none;
	text-decoration:none;
	position:fixed;
	bottom:10px;
	right:10px;
	overflow:hidden;
	width:51px;
	height:51px;
	border:none;
	text-indent:100%;
	background:url("./img/ui.totop6.png") no-repeat left top;
}

#toTopHover {
	background:url("./img/ui.totop6.png") no-repeat left -51px;
	width:51px;
	height:51px;
	display:block;
	overflow:hidden;
	float:left;
	opacity: 0;
	-moz-opacity: 0;
	filter:alpha(opacity=0);
}

#toTop:active, #toTop:focus-visible {
	outline:none;
}
/************************* ui.totop 끝 *************************/