/* include 공통 CSS */
.s20-title {font-size: var(--fz-20); font-weight: 500; text-align: center;}
@media (max-width:768px) {
	.s20-title {font-size: var(--fz-18);}
}
/* 서브페이지 표 */
.sub-table__tit {font-size: var(--fz-16); font-weight: 700; line-height: 0.28rem; text-align: center;}
.sub-table table {width: 100%; border-top: 2px solid var(--main-gray);}
.sub-table table .td__figure {display: flex; align-items: center; justify-content: space-evenly;}
.sub-table table tr th {background-color: var(--bg-color01); border: 1px solid var(--main-gray); font-weight: 500; line-height: 18px;}
.sub-table table tr th:first-child {border-left: none;}
.sub-table table tr th:last-child {border-right: none;}
.sub-table table tr td:last-child {border-right: none;}
.sub-table table td {text-align: center; border: 1px solid var(--main-gray);}

.sub-table table th.th--point {position: relative; border-left: 4px solid var(--main-color); border-right: 4px solid var(--main-color); border-top: 4px solid var(--main-color); background-color: var(--main-color); color: #fff;}
.sub-table table tbody td.td--point {border-left: 4px solid var(--main-color); border-right: 4px solid var(--main-color); box-shadow: 12px 0 12px 0 rgba(0,0,0,0.05);}
.sub-table table tbody td.td--point.bottom {border-bottom: 4px solid var(--main-color); box-shadow: 0px 12px 12px 0 rgba(0,0,0,0.05);}
@media (max-width:1080px) {
	.sub-table table th.th--point::before {top: -0.25rem; height: 0.25rem;}
}

.sub-table table td .td-list {position: relative; padding-left: 0.13rem; line-height: 0.24rem; text-align: left;}
.sub-table table td .td-list::before {content: ''; display: block; position: absolute; left: 0; top: 0.1rem; width: 3px; height: 3px; border-radius: 50%; background-color: var(--main-black);}

/* product 공통 구조스타일 */
.tab-content {display: none;}
.tab-content.active {display: block;}
.tab-top {display: flex; padding-left: calc((100% - 1257px) / 2);}
.tab-top .s30Swiper {width: 5.72rem; padding-bottom: 0.4rem;}
.tab-top .s30Swiper .swiper-slide {display: flex; align-items: center; justify-content: center; border: 1px solid #f0f0f0;}
.tab-top .s30Swiper .swiper-pagination {position: static; padding: 0.1rem 0;}
.tab-top .s30Swiper .swiper-pagination-bullet {width: 12px; height: 12px; background-color: transparent; border: 2px solid var(--sub-gray02); opacity: 1;}
.tab-top .s30Swiper .swiper-pagination-bullet-active {background-color: var(--sub-gray02);}

.tab-top__imgbox {display: flex; justify-content: center; align-items: center; width: 5.72rem; padding: 0 0.3rem; border: 1px solid #f0f0f0;}

.tab-top__textbox {width: 9.6rem; margin: 0 0 0.4rem 0.45rem; padding: 0.38rem 3.2rem 0.42rem 0.54rem; background-color: var(--bg-color01);}
.tab-top__textbox .tab-top__tit {padding-bottom: 0.36rem; border-bottom: 1px solid var(--sub-gray02); font-size: var(--fz-32); font-weight: 600;}
.tab-top__textbox .tab-top__desc {padding-top: 0.5rem; font-size: var(--fz-16);}
.tab-top__textbox .tab-top__desc.one-row {padding: 1rem 0;}

.tab-bottom {}
.tab-bottom .inner {width: 50%; margin: 0 0 0 auto; padding-left: 0.6rem;}
.tab-bottom__list {padding-bottom: 0.35rem;}
.tab-bottom__list:last-child {padding-bottom: 0;}
.tab-bottom__list .tab-bottom__tit {font-size: var(--fz-16); font-weight: 600; line-height: 0.36rem;}

.tab-list {}
.tab-list .tab-list__item {position: relative; padding-left: 0.25rem; font-size: var(--fz-16); color: var(--main-gray); line-height: 0.28rem;}
.tab-list .tab-list__item::before {content: ''; display: block; position: absolute; left: 0.12rem; top: 0.12rem; width: 3px; height: 3px; border-radius: 50%; background-color: var(--main-gray);}
@media (max-width:1320px) {
	.tab-top {display: flex; padding-left: 4%;}
	.tab-top .s30Swiper {width: 35%;}
	.tab-top__imgbox {width: 35%;}
	.tab-top__textbox {width: calc(65% - 0.45rem);}
	.tab-bottom .inner {width: 60%;}
}
@media (max-width:1080px) {
	.tab-top {flex-direction: column; padding: 0 4%;}
	.tab-top .s30Swiper {width: 100%; padding-bottom: 0.2rem;}
	.tab-top__imgbox {width: 100%; margin-bottom: 0.4rem;}
	.tab-top__textbox {width: 100%; margin-left: 0; padding: 0.4rem 0.5rem;}
	.tab-top__textbox .tab-top__tit {padding-bottom: 0.25rem; font-size: var(--fz-30);}
	.tab-top__textbox .tab-top__desc.one-row {padding: 0.5rem 0;}
	.tab-bottom .inner {width: 100%; padding-left: 4%;}
}
@media (max-width:768px) {
	.tab-top .s30Swiper {padding-bottom: 0;}
	.tab-top__imgbox {margin-bottom: 0.2rem;}
	.tab-top__textbox {padding: 0.4rem;}
	.tab-top__textbox .tab-top__tit {padding-bottom: 0.2rem; font-size: var(--fz-28);}
	.tab-top__textbox .tab-top__desc {padding-top: 0.2rem;}
	.tab-list .tab-list__item {padding-left: 0.2rem;}
	.tab-list .tab-list__item::before {left: 0.08rem;}
}
@media (max-width:768px) { 
	.tab-top__textbox {padding: 0.3rem;}
	.tab-top__textbox .tab-top__tit {font-size: var(--fz-24);}
	.tab-top__textbox .tab-top__desc.one-row {padding: 0.3rem 0;}
}

/* 32_2, 34_1 */
.dot-list {margin-bottom: 0.48rem;}
.dot-list__item {position: relative; padding-left: 0.27rem; font-weight: 600;}
.dot-list__item:before {content: ''; display: block; position: absolute; left: 0; top: 0.04rem; width: 0.12rem; height: 0.12rem; border-radius: 50%;}
.dot-list__item:first-child:before {background-color: #63AED4;}
.dot-list__item:last-child:before {background-color: #465A82;}

/************************* 공통 시작*************************/
.inner {margin: 0 auto; max-width:1600px;}
.inner-1280 {margin: 0 auto; max-width:1280px;}
.inner-1040 {margin: 0 auto; max-width: 1040px;}
.inner-1024 {margin: 0 auto; max-width:1024px;}
@media(max-width:1640px){
	.inner {padding: 0 4%;}
}
@media(max-width:1320px){
	.inner-1280 {padding: 0 4%;}
}
@media (max-width:1080px) {
	.inner-1040 {padding: 0 4%;}
}
@media (max-width:1064px) {
	.inner-1024 {padding: 0 4%;}
}

.sub-content				{min-height:5rem;}
/************************* 공통 끝 *************************/

/************************* header_inc 시작*************************/
#header {position: fixed; padding:0; z-index: 20; left:0; top:0; width:100%; border-bottom: 1px solid transparent; background-color: #fff; transition:.5s ease all;}
#header .inner {max-width: 1710px; margin: 0 auto;}
@media (max-width:1750px) {
	#header .inner {padding: 0 4%;}
}
@media(max-width:768px){
	.header {height: 0.8rem;}
}
.header {display:flex; justify-content:space-between; align-items:center;}

.header .header__logolink {display: block; padding: 0 0.22rem;}
.header .header__logoimg {width: 1.8rem; transition: 0.3s;}
.header .header__logoimg:first-child {display: none;}

.header .header__ui {display: flex; justify-content: flex-end; transition: 0.8s;}

.header .header__language {position: relative; text-align:center;}
.header .header__language .header__langbtn {display: flex; align-items:center; height: 1rem; font-size: var(--fz-16); font-weight: 500; 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__langnavi{display: none; position:absolute; top: 100%; left: 50%; transform:translateX(-50%); border:1px solid var(--sub-gray02); padding:0.05rem 0; background:#fff;}
.header .header__language .header__langlink{padding:0.05rem 0.2rem; display:block; font-size: var(--fz-15); color: var(--main-black);}
@media (max-width:768px) {
	.header .header__logolink {padding: 0;}
}
@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 {width: calc(100% - 2.2rem); transition: 0.3s;}
.header .header__navbar .header__mainmenu {display: flex; justify-content: flex-end; align-items: center;}
.header .header__navbar .header__mainmenu::before {content:''; display: block; position: absolute; left: 0;}
.header .header__navbar .header__mainlist {width: 13%; margin:0 0.1rem; padding:0 0.15rem; transition: all 0.8s;}
.header .header__navbar .header__mainlink {height:1rem; display: flex; align-items: center; justify-content: center; font-size: var(--fz-18); font-weight: 600; color: #000; text-align: center; transition:0.8s ease all;}
.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__subwrap{display: none; position: absolute; top:100%; background:#fff; padding:0.6rem 0; width: 100%; left:0; right:0; margin: auto; border-top: 1px solid #ccc; box-shadow: 0 50px 60px 0 rgba(0,0,0,0.06);}
.header .header__navbar .header__submenu{display: flex; justify-content: center; align-items: center;}
.header .header__navbar .header__sublink{display: block; padding:0 0.19rem; font-size: var(--fz-16); font-weight: 600; text-align: center; 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 (max-width:1280px) {
	.header .header__navbar .header__mainlist {width: 15%;}
	.header .header__navbar .header__mainlink {font-size: var(--fz-16);}
}
@media(min-width:769px){
	.header .header__mainlink:hover {color: var(--main-color);}
	.header .header__sublink:hover {color: var(--main-color);}
}


.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: var(--main-black); transition:.5s ease all;}
.header .header__mobtn .icon-bar:first-of-type {margin-top: 0;}


@media(max-width:768px){
	.header__navbar,
	.header .header__language,
	.header .header__login{display: none;}	
	.header .header__mognb {display:block;}
}

#header.fix-header {background-color:#fff; border-bottom: 1px solid #ccc;}
#header.fix-header .header__navbar .header__mainlink {color: var(--main-black);}
#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__logoimg {display: none;}
#header.fix-header .header__logoimg:last-child {display: block;}

#header.header-enter {background-color:#fff; border-bottom: 1px solid #ccc;}
#header.header-enter .header__logoimg {display: none;}
#header.header-enter .header__logoimg:last-child {display: block;}

#header.header-enter .header__navbar {width: calc(85% - 2.2rem);}
#header.header-enter .header__navbar .header__mainlist {width: 30%;}
/* #header.header-enter .header__navbar .header__mainlist {margin: 0 0.2rem; padding: 0 0.5rem;} */
#header.header-enter .header__navbar .header__mainlink {color: var(--main-black);}
#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);}
@media (max-width:1280px) {
	#header.header-enter .header__navbar {width: calc(100% - 2rem);}
	#header.header-enter .header__navbar .header__mainlist {width: 20%; margin: 0 0.1rem;}
}

/************************* 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 {padding-bottom: 0.37rem;}
.sub-tabmenu {margin: 0 auto; max-width:1600px; display: flex; flex-flow: row wrap; gap: 0.5em;}
.sub-tabmenu__list { margin-right: 0.33rem;}
.sub-tabmenu__list:last-child {margin-right: 0;}
.sub-tabmenu__link {display: inline-flex; justify-content:center; align-items:center; width: 100%; height: 0.3rem; font-size: var(--fz-18); font-weight: 700; color: var(--sub-gray); border-bottom:2px solid transparent; transition:.5s ease all;}
.sub-tabmenu__link span {font-size: var(--fz-14);}

.sub-tabmenu__link--active,
.sub-tabmenu__link:active,
.sub-tabmenu__link:focus-visible {color: var(--main-color); font-weight: 700; border-bottom:2px solid var(--main-color);}
.sub-tabmenu__link:visited,
.sub-tabmenu__link:link {color: var(--sub-gray);}
.sub-tabmenu__link--active:visited {color: var(--main-black);}
@media(min-width:769px){
	.sub-tabmenu__link:hover { border-bottom:2px solid var(--main-color); color: var(--main-black);}
}
@media (max-width:768px) {
	.sub-tab {padding-bottom: 0.2rem;}
	.sub-tabmenu__list {margin-right: 0.23rem;}
	.sub-tabmenu__link {font-size: var(--fz-16);}
}
/************************* sub-tabmenu 끝 *************************/

/************************* sub-depth3 시작 *************************/
.sub-depth3 {margin: 0 auto; max-width:1280px; display: flex; flex-flow: row wrap; padding: 1.5rem 0 0.78rem;}
.sub-depth3 .sub-depth3__list {width: 33.33%; height: 0.6rem; background: #fff; font-size: var(--fz-18); font-family: 'Pretendard', sans-serif;}
.sub-depth3 .sub-depth3__list:last-child {border:0;}
.sub-depth3 .sub-depth3__list:nth-child(2) .sub-depth3__link {border-left: none;}
.sub-depth3 .sub-depth3__link {width: 100%; height: 0.6rem; display: flex; align-items: center; justify-content: center; border: 1px solid var(--sub-color); text-align: 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(--sub-color); color: #fff; font-weight: 700;}
@media (max-width:1320px) {
	.sub-depth3 {padding: 1.5rem 4% 0.78rem;}
}
@media (max-width:1080px) {
	.sub-depth3 {padding: 1.2rem 4% 0.6rem;}
}
@media(hover:hover){
	.sub-depth3 .sub-depth3__link:hover {background-color: var(--sub-color); color: #fff;}
}
@media (max-width:768px) {
	.sub-depth3 {padding: 1rem 4% 0.5rem;}
	.sub-depth3 .sub-depth3__list {font-size: var(--fz-16);}
}
@media (max-width:500px) {
	.sub-depth3 {padding: 0.8rem 4% 0.5rem;}
}
/************************* sub-depth3 끝 *************************/


/************************* footer_inc 시작 *************************/
#footer { background-color: #1b1b1b;}
#footer .inner {max-width:1460px;}
.footer .fp-tableCell {display: flex; justify-content: center; align-items: center; height: 4rem !important; vertical-align: top;}
.footer {display: flex; align-items: center; height: 4rem; background-color: #1b1b1b;}
.footer__top {margin-right: 1.04rem; display: flex; flex-direction: column; justify-content: space-between; width: 13%;}
.footer__bottom {display: flex; flex-flow:row wrap; justify-content:space-between; width: 87%;}
.footer__area--left {width: 100%;}
@media (max-width:1080px) {
	.footer__top {width: 20%; margin-right: 0.5rem;}
	.footer__bottom {width: 75%;}
}
@media(max-width:768px){
	.footer {flex-direction: column; justify-content: center;}
	.footer__top {width: 100%; flex-direction: row; margin-right: 0;}
	.footer__bottom {flex-direction:column-reverse; width: 100%;}
	.footer__bottom .footer__area {width: 100%;}
	.footer__bottom .footer__area--right {margin-bottom: 0.2rem;}
}

.footer-logo {margin-bottom: 0.42rem;}
.footer-logo .footer-logo__link {display: block;}
.footer-logo .footer-logo__img {width: 1.8rem;}
.footer-sns {display: flex; justify-content: center; align-items: center;}
.footer-sns__list img {opacity: 0.8; transition: 0.3s;}
@media (hover:hover) {
	.footer-sns__list:hover img {opacity: 1;}
}
@media (max-width:768px) {
	.footer-logo {margin-bottom: 0.35rem;}
}
@media (max-width:500px) {
	.footer-logo {margin-bottom: 0.25rem;}
}

.footer-info .footer-info__list {margin-bottom: 0.3rem; display: flex; flex-flow:row wrap; font-size: var(--fz-18); color: var(--bg-color01);}
.footer-info .footer-info__list:last-child {margin-bottom: 0;}
.footer-info .footer-info__detail {display: flex; width: 100%; margin-right: 0.04rem;}
.footer-info .footer-info__detail:last-of-type {margin-right: 0;}
.footer-info .footer-info__detail ul {width: calc(100% - 1rem);}
.footer-info .footer-info__category {position: relative; width: 1rem; margin-right: 0.2rem; font-size: var(--fz-18); font-weight: 600; color: var(--bg-color01);}
.footer-info .footer-info__category:after {content: ''; display: block; position: absolute; right: 0; top: 0.12rem; width: 1px; height: 9px; background-color: #fff;}
.footer-info .footer-info__text {display: flex; font-size: var(--fz-18); color: var(--sub-gray);}
.footer-info .footer-info__text .footer-info__text--color {display: inline-block; width: 20%; font-weight: 300; color: var(--bg-color01)}
.footer-info .footer-info__link {font-size: var(--fz-18); color: var(--sub-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:1080px) {
	.footer-info .footer-info__text .footer-info__text--color {width: 4rem;}
}
@media(max-width:500px){
	.footer-info .footer-info__list {margin-bottom: 0;}
	.footer-info .footer-info__detail {flex-direction: column; padding: 0.03rem 0; width: 100%; margin-right: 0;}
	.footer-info .footer-info__detail ul {width: 100%;}
	.footer-info .footer-info__category {width: auto; margin-right: 0;}
	.footer-info .footer-info__category:after {display: none;}
	.footer-info .footer-info__text {font-size: var(--fz-16);}
	.footer-info .footer-info__link {font-size: var(--fz-16);}
}
@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:space-between; align-items:center; width: 2rem; height: 0.4rem; font-size: var(--fz-14); font-weight: 500; border:1px solid #fff; 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(--main-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.1rem; width: 100%; text-align: left; border:1px solid #fff; background-color: var(--main-black); border-top:none; z-index: 10; }
.family-site .family-site__link {display: block; margin:0.03rem 0; padding:0.02rem 0; color: #fff;}
@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.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(min-width:769px){
	.footer-navi a.footer-navi__link:hover {color: var(--main-color);}
}

.footer-admin {margin-top: 0.18rem; display: flex; flex-flow: row wrap;}
.footer-admin .footer-admin__copyright {font-size: var(--fz-15); color: #fff}
.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(--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 .footer-admin__nav {width: 100%;}
}
@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 끝 *************************/