/* include 공통 CSS */
.scroll-down {position: fixed; left: 50%; transform: translateX(-50%); bottom: 0.64rem; cursor: pointer; z-index: 10; transition: 0.3s ease;}
.scroll-down.on {opacity: 0; visibility: hidden;}
.scroll-down .scroll-down__icon {margin-bottom: 0.26rem; text-align: center; animation: scrollDown 0.8s infinite alternate;}
.scroll-down .scroll-down__text {font-weight: 600; color: #fff; line-height: 1;}
@keyframes scrollDown {
	0% {transform: translateY(0);}
	100% {transform: translateY(0.12rem);}
}
/* 퀵메뉴 스타일 */
.quick-list {position: fixed; right: 0.26rem; bottom: 0.64rem; z-index: 99;}
.quick-list .quick-list__link {position: relative; display: flex; justify-content: center; align-items: center; width: 0.75rem; min-height: 0.75rem; margin-left: auto; border-radius: 50%; background: var(--button01); transition: 0.3s;}
/* .quick-list>div {border-radius: 50%;} */
.quick-list__event {margin-bottom: 0.1rem;} 
.quick-list__event .quick-list__icon {position: absolute; right: 0.25rem; bottom: 0.23rem;}
.quick-list__event .quick-list__icon img {width: 0.26rem;}
.quick-list__event .quick-list__text {opacity: 0; visibility: hidden; font-size: 0; color: #fff; line-height: 1.4;}
.quick-list__event .quick-list__text .quick-list__title {font-size: 0; transition: 0.3s;}
.quick-list__event .quick-list__text .quick-list__more {display: flex; align-items: center; font-size: 0; transition: 0.3s;}
.quick-list__event .quick-list__text .quick-list__more img {width: 0.18rem; margin-left: 0.1rem; animation: arrow 0.5s infinite alternate;}

.quick-list__event.on .quick-list__link {flex-direction: column; align-items: flex-start; width: 2.6rem; min-height: 1.52rem; border-radius: 30px; padding: 0.2rem;}
.quick-list__event.on .quick-list__text {position: relative; opacity: 1; visibility: visible; font-size: var(--fz-14); transition: 0.3s;}
.quick-list__event.on .quick-list__desc {margin-bottom: 0.2rem;}
.quick-list__top .quick-list__icon img {width: 0.19rem;} 
@keyframes arrow {
	0% {transform: translateX(0);}
	100% {transform: translateX(5px);}
}
@media (hover:hover) {
	.quick-list__event:hover .quick-list__link {flex-direction: column; align-items: flex-start; width: 2.6rem; min-height: 1.52rem; border-radius: 30px; padding: 0.2rem;}
	.quick-list__event:hover .quick-list__text {position: relative; opacity: 1; visibility: visible; font-size: var(--fz-14); transition: 0.3s;}
	.quick-list__event:hover .quick-list__text .quick-list__title {font-size: var(--fz-18);}
.quick-list__event:hover .quick-list__text .quick-list__more {font-size: var(--fz-14);}
	.quick-list__event:hover .quick-list__desc {margin-bottom: 0.2rem;}
}
/* 퀵메뉴 스타일 */

.link-btn {position: relative; display: flex; align-items: center; justify-content: center;border: 1px solid #fff; border-radius: 4px; font-size: var(--fz-16); font-weight: 700; color: #fff; letter-spacing: -0.5px; transition: 0.3s ease;} 
.link-btn::before {opacity: 0; content: ''; display: block; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: var(--button01); border-radius: 4px; transition: 0.3s; z-index: -1;}
.link-btn:hover::before {opacity: 1;}
.link-btn:hover {border-color: transparent;}
.link-btn02:before {background: var(--button01);}

.fade-title {overflow: hidden;}
.fade-title .fade-title__text {display: inline-block;}

.sub-wrap {padding-left: calc((100% - 672px) /2); padding-top: 1.2rem;}
.sub-wrap .padding {padding-left: calc((100% - 672px) /2);}
.sub-wrap .inner-1080 {max-width: 1080px;}

.sub-wrap .titbox__title {font-size: var(--fz-52); font-weight: 700; line-height: 1;}
.sub-wrap .titbox__title {display: inline-block;} 
.titbox__title01 {display: inline-block; margin-bottom: 0.26rem;}
.titbox__title02 {display: inline-block;}
.sub-wrap .titbox__title--big {font-size: var(--fz-82); font-weight: 700; line-height: 1;}
.sub-wrap .titbox__title--point {color: var(--main-color);}
@media (max-width:1420px) {
	.sub-wrap, .sub-wrap .padding {padding-right: 4%;}
	.sub-wrap .titbox__title {font-size: var(--fz-46);}
	.sub-wrap .titbox__title--big {font-size: var(--fz-76);}
}
@media (max-width:1280px) {
	.sub-wrap .titbox__title {font-size: var(--fz-42);}
	.sub-wrap .titbox__title--big {font-size: var(--fz-72);}
	.titbox__title01 {margin-bottom: 0.2rem;}
}
@media (max-width:768px) {
	.quick-list {right: 3%; bottom: 3%;}
	.quick-list .quick-list__link {width: 0.6rem; min-height: 0.6rem;}
	.quick-list__event .quick-list__icon {right: 0.18rem; bottom: 0.18rem;}
	.quick-list__event .quick-list__icon img {width: 0.24rem;}
	.sub-wrap {padding-top: 1rem;}
	.sub-wrap, .sub-wrap .padding {padding-left: 4%;}
	.sub-wrap .titbox__title {font-size: var(--fz-36);}
	.sub-wrap .titbox__title--big {font-size: var(--fz-62);}
	.titbox__title01 {margin-bottom: 0.16rem;}
}
@media (max-width:500px) {
	.sub-wrap {padding-top: 0.8rem;}
	.sub-wrap .titbox__title {font-size: var(--fz-32);}
	.sub-wrap .titbox__title--big {font-size: var(--fz-52);}
	.titbox__title01, .titbox__title02 {margin-bottom: 0; line-height: 1.5;}
}

/************************* 공통 시작*************************/
.inner {margin: 0 auto; max-width:1440px;}
@media(max-width:1500px){
	.inner {padding: 0 4%;}
}
.sub-container {position: relative;}
.sub-content				{min-height:5rem; color: #fff; overflow: hidden;}
/************************* 공통 끝 *************************/

/************************* header_inc 시작*************************/
#header{position: fixed; padding:0; z-index: 10; left:0; top:0; width:100%; border-bottom: 1px solid transparent; transition:.5s ease all;}
#header .inner {max-width: 1720px;}
@media (max-width:1760px) {
	#header .inner {padding: 0 4%;}
}

.header {display:flex; justify-content:space-between; align-items:center; letter-spacing: 0;}
@media(max-width:768px){
	.header {height: 0.8rem;}
}
.header .header__logolink {display: block;}
.header .header__logoimg {width: 1.99rem; filter: brightness(0) invert(1);}
@media (max-width:500px) {
	.header .header__logoimg {width: 1.6rem;}
}
.header .header__ui{display: flex; justify-content: flex-end;}

.header .header__language {position: relative; margin-left: 0.32rem; text-align:center;}
.header .header__language .header__langbtn {display: flex; align-items:center; height: 0.8rem; font-size: var(--fz-16); color: #fff; transition:.5s ease all;}
.header .header__language .header__langbtn--active {color: var(--main-color);}
.header .header__language .header__langbtn:active, 
.header .header__language .header__langbtn:focus-visible {color: var(--main-color);}
.header .header__language .header__langbtn img {margin-left: 0.1rem; filter: brightness(0) invert(1); transition: 0.3s;}
.header .header__language .header__langnavi {display: none; position:absolute; top: 75%; left: 50%; transform:translateX(-50%); border-radius: 19px; background:#fff;}
.header .header__language .header__langnavi.on {display: block;}
.header .header__language .header__langlink {padding:0.12rem 0.16rem; display:block; font-size: var(--fz-16); font-weight: 600; color: var(--main-black);}
@media(min-width:769px){
	.header .header__language .header__langbtn:hover {color: var(--main-color);}
}


.header .header__login {display: flex; align-items: flex-end;}
.header .header__login .header__loglink {margin-left: 0.1rem; display: block; font-size:var(--fz-16); color:#fff; transition:.5s ease all;}
.header .header__login .header__loglink:first-of-type {margin-left: 0;}
.header .header__login .header__loglink:active,
.header .header__login .header__loglink:focus-visible {color: var(--main-color);}
@media(min-width:769px){
	.header .header__login .header__loglink:hover {color: var(--main-color);}
}
.header .header__navbar {display: flex; align-items: center;}
.header .header__navbar .header__mainmenu {display: flex; align-items: center; justify-content: center;}
.header .header__navbar .header__mainlist {position: relative; margin:0 0.1rem; padding:0 0.2rem;}
.header .header__navbar .header__mainlink {display: flex; align-items: center; justify-content: center; height:1rem; font-size: var(--fz-18); font-weight: 700; color: #fff; overflow: hidden; transition:.5s ease all;}

.header .header__navbar .header__mainlink:before {}
.header .header__navbar .header__mainlink:focus-visible, 
.header .header__navbar .header__mainlink:active,
.header .header__navbar .header__mainlink--current {color: var(--main-color);}
.header .header__navbar .header__mainlist:last-child {}

.header .header__navbar .header__inquiry a {}
.header .header__navbar .header__inquiry a:hover {width: 1.7rem; height: 0.65rem;}
.header .header__navbar .header__mainlist .header__mainlink span {position: relative;}
.header .header__navbar .header__mainlist:last-child .header__mainlink {position: relative;display: flex; justify-content: center; align-items: center; width: 1.55rem; height: 0.58rem; font-weight: 600; background: rgb(243,115,33); background: linear-gradient(160deg, rgba(243,115,33,1) 0%, rgba(232,168,42,1) 65%); border-radius: 58px; font-size: var(--fz-18); color: #fff; transition: 0.3s;}
.header .header__navbar .header__mainlist:last-child .header__mainlink:hover {transform: scale(1.05);}
/* .header .header__navbar .header__mainlist .header__mainlink span:before {content: '문의하기'; display: block; position: absolute; left: 0; top: -200%; font-size: var(--fz-18); font-weight: 700; color: #fff; transition:0.3s;}
.header .header__navbar .header__mainlist .header__mainlink:hover span {opacity: 0;}
.header .header__navbar .header__mainlist .header__mainlink:hover span:before {opacity: 1; top: 0; z-index: 1;} */
.header .header__navbar .header__mainlist.on .header__sub {display: block;}
.header .header__navbar .header__mainlist .header__sub {display: none; position: absolute; top:75%; width: max-content; left:50%; transform: translateX(-50%); right:0; margin: auto; border-radius: 40px; background-color:  #fff; z-index: 15;}
.header .header__navbar .header__submenu {display: flex;}
.header .header__navbar .header__sublink {display: block; padding: 0.12rem 0.16rem; background-color: #fff; border-radius: 40px; text-align: center; font-size: var(--fz-16); font-weight: 600; color: var(--bg-color); transition:.5s ease all;}
.header .header__navbar .header__sublink:focus-visible,
.header .header__navbar .header__sublink:active,
.header .header__navbar .header__sublink--current {color: var(--main-color);}
@media(min-width:769px){
	.header .header__mainlist:hover .header__mainlink {color: var(--main-color);}
	.header .header__sublink:hover {color: var(--main-color);}
}
@media (max-width:1280px) {
	.header .header__navbar .header__mainlink {font-size: var(--fz-16);}
	.header .header__navbar .header__mainlist {padding: 0 0.15rem;}
	.header .header__navbar .header__mainlist:last-child .header__mainlink {width: 1.2rem;}
}

.header .header__mognb {display:none;}
.header .header__mobtn {position: relative;}
.header .header__mobtn .icon-bar {margin-top: 6px; display:block; width:32px; height:3px; background-color: #fff; transition:.5s ease all;}
.header .header__mobtn .icon-bar:first-of-type {margin-top: 0;}


@media(max-width:768px){
	.header .header__navbar .header__mainmenu,
	.header .header__language,
	.header .header__login{display: none;}	
	.header .header__mognb {display:block;}
}

#header.fix-header {background-color: var(--bg-color);}
/* #header.fix-header .header__navbar .header__mainlink {color: var(--main-black);} */
#header.fix-header .header__navbar .header__mainlist:last-child .header__mainlink {color: #fff;}
/* #header.fix-header .header .header__mobtn .icon-bar {background-color: var(--main-black);} */
/* #header.fix-header .header .header__language .header__langbtn {color: var(--main-black);} */
/* #header.fix-header .header .header__language .header__langbtn img {filter: brightness(1) invert(0);} */

#header.header-enter {background-color: var(--bg-color);}
/* #header.header-enter .header__navbar .header__mainlink {color: var(--main-black);} */
#header.header-enter .header__navbar .header__mainlist:last-child .header__mainlink {color: #fff;}
/* #header.header-enter .header .header__mobtn .icon-bar {background-color: var(--main-black);} */
/* #header.header-enter .header .header__language .header__langbtn {color: var(--main-black);} */
/* #header.header-enter .header .header__language .header__langbtn img {filter: brightness(1) invert(0);} */


/************************* 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(min-width:769px){
	.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 {position: fixed; left: 1rem; top: 50%; transform: translateY(-50%); border-left: 2px solid var(--main-color); z-index: 3;}
.sub-tab.on {position: absolute; bottom: 0; top: auto; transform: translateY(0%);}
.sub-tabmenu {display: flex; flex-direction: column; padding-left: 0.23rem;}
.sub-tabmenu__list {flex:1 auto;}
.sub-tabmenu__link {display: inline-flex; justify-content:flex-start; align-items:center; width: 100%; padding: 0.08rem 0; font-size: var(--fz-20); font-weight: 700; color: #fff; transition:.5s ease all;}
.sub-tabmenu__link--active,
.sub-tabmenu__link:active,
.sub-tabmenu__link:focus-visible {color: var(--main-color);}
.sub-tabmenu__link:visited,
.sub-tabmenu__link:link {color: #fff;}
.sub-tabmenu__link--active:visited {color: var(--main-color);}
@media(min-width:769px){
	.sub-tabmenu__link:hover {color: var(--main-color);}
}
@media (max-width:1500px) {
	.sub-tab {left: 4%;}
}
@media (max-width:1080px) {
	.sub-tab {position: sticky; left: 0; top: 1rem; transform: translateY(0%); background-color: var(--bg-color); border-left: none;}
	.sub-tabmenu {flex-direction: row; padding-left: 0;}
	.sub-tabmenu__link {justify-content: center; padding: 0.15rem 0; font-size: var(--fz-18);}
	.sub-tabmenu__link--active {border-bottom: 2px solid var(--main-color);}
}
@media (max-width:768px) {
	.sub-tab {top: 0.8rem;}
}
@media (max-width:500px) {
	.sub-tabmenu__link {font-size: var(--fz-16);}
}
/************************* 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(min-width:769px){
	.sub-depth3 .sub-depth3__link:hover {background-color: var(--main-color); color: #fff;}
}
/************************* sub-depth3 끝 *************************/


/************************* footer_inc 시작 *************************/
#footer {position: relative; background-color: var(--main-black); z-index: 2;}
#footer .inner {max-width: 1580px; margin: 0 0 0 1rem;}
@media (max-width:1620px) {
	#footer .inner {padding: 0 4%; margin: 0;}
}

/* 푸터 문의하기 섹션 */
.footer-inquiry {position: relative; width: 100%; height: 100%; padding: 0.98rem 0; background: url('./img/m6_bg.jpg') no-repeat center / cover; z-index: 1; overflow: hidden;}
.footer-inquiry .titbox {text-align: center;}
.footer-inquiry .titbox__tit {margin-bottom: 0.25rem; font-size: var(--fz-36); font-weight: 700; color: #fff; line-height: 1.5;}
.footer-inquiry .titbox__link {position: relative; width: 1.66rem; padding: 0.16rem 0; margin: 0 auto; color: #fff; transition: 0.3s;}
.footer-inquiry .titbox__link img {margin-left: 0.1rem;}
@media (hover:hover) {
	.footer-inquiry .titbox__link:hover::before {opacity: 1;}
	.footer-inquiry .titbox__link:hover {border-color: transparent;}
}
@media (max-width:768px) {
	.footer-inquiry {padding: 0.8rem 0;}
	.footer-inquiry .titbox__tit {margin-bottom: 0.15rem; font-size: var(--fz-32);}
}
@media (max-width:500px) {
	.footer-inquiry {padding: 0.6rem 0;}
	.footer-inquiry .titbox__tit {font-size: var(--fz-28);}
}

.footer {padding:0.6rem 0;}
.footer__top {margin-bottom: 0.4rem; display: flex; flex-flow:row wrap; justify-content:space-between; align-items:flex-start;}
.footer__bottom {display: flex; flex-flow:row wrap; justify-content:space-between; letter-spacing: 0;}
.footer__bottom .footer__area--right {display: flex; padding-top: 0.16rem; border-top: 1px solid #9FA1A340;}
@media (max-width:1200px) {
	.footer__bottom {flex-direction: column;}
}
@media(max-width:768px){
	.footer__bottom .footer__area {width: 100%;}
}
@media (max-width:500px) {
	.footer__bottom .footer__area--right {flex-direction: column;}
}

.footer-logo .footer-logo__link {display: block;}
.footer-logo .footer-logo__img {width: 1.78rem;}

.footer__area--left {width: 50.8%;}
.footer-info {display: flex;}
.footer-info .footer-info__list {display: flex; flex-flow:row wrap; width: 20.7%; padding-top: 0.16rem; margin-right: 0.16rem; border-top: 1px solid #ffffff40; color: #fff;}
.footer-info .footer-info__list:first-child {width: 54.8%;}
.footer-info .footer-info__list:last-child {margin-right: 0;}
.footer-info .footer-info__detail {margin-right: 0.04rem;}
.footer-info .footer-info__detail:last-of-type {margin-right: 0;}
.footer-info .footer-info__category {margin-right: 0.04rem; color: #8A8D8F;}
.footer-info .footer-info__text {}
.footer-info .footer-info__link {color :#fff; transition:.5s ease all;}
.footer-info .footer-info__link:active,
.footer-info .footer-info__link:focus-visible {color: var(--main-color);}
@media (max-width:1200px) {
	.footer__area--left {width: 100%;}
	.footer-info {margin-bottom: 0.2rem;}
}
@media(max-width:500px){
	.footer-info {flex-direction: column;}
	.footer-info .footer-info__list {width: 100%; padding-top: 0.1rem; margin: 0 0 0.1rem 0;}
	.footer-info .footer-info__list:first-child {width: 100%;}
	.footer-info .footer-info__detail {padding:0.03rem 0; width: 100%; margin-right: 0;}
}
@media(min-width:769px){
	.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.1rem; display: inline-flex; justify-content:center; align-items:center; width: 1.66rem; height: 0.5rem; font-size: var(--fz-16); font-weight: 700; border:1px solid #9FA1A340; border-radius: 4px; color: #fff; letter-spacing: -0.005rem; transition:.5s ease all;}
.family-site .family-site__button--open,
.family-site .family-site__button:active,
.family-site .family-site__button:focus-visible {background: var(--button01); color: #fff; border-color: transparent;}
.family-site .family-site__button--open img {filter: brightness(0) invert(1);}
.family-site .family-site__button .family-site_arrow {margin-left: 0.1rem;  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.1rem; width: 100%; text-align: left; border:1px solid #9FA1A340; background-color: #fff; border-top:none; z-index: 10;}
.family-site .family-site__link {display: block; margin:0.03rem 0; padding:0.02rem 0; color: var(--main-black);}
/* @media(min-width:769px){
	.family-site .family-site__button:hover {background-color: var(--main-color);}
} */

.footer-navi .footer-navi__link {display: inline-block; margin-left: 0.16rem; color: var(--footer-gray); transition:.5s ease all;}
.footer-navi .footer-navi__link:first-of-type {margin-left: 0; font-weight: 600; color: #fff;}
.footer-navi .footer-navi__link:active, 
.footer-navi .footer-navi__link:focus-visible {}
@media(min-width:769px){
	.footer-navi a.footer-navi__link:hover {color: var(--main-color);}
}

.footer-admin {display: flex; flex-flow: row wrap;}
.footer-admin .footer-admin__copyright {color: var(--footer-gray);}
.footer-admin .footer-admin__nav {margin: 0 0.2rem; display: flex;}
.footer-admin .footer-admin__nav .footer-admin__link {margin-left: 0.1rem; display: inline-block; font-size: var(--fz-15); color: var(--main-gray); 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(--main-color);}
@media(max-width:500px){
	.footer-admin {margin-top: 0.1rem;}
	.footer-admin .footer-admin__nav {margin: 0 0.1rem 0 0;}
}
@media(min-width:769px){
	.footer-admin .footer-admin__nav .footer-admin__link:hover {color: var(--main-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 끝 *************************/