/* include 공통 CSS */
.pnt-color {color: var(--main-color);}
table {width: 100%;}
.line-title {position: relative; display: inline-block; padding-left: 0.14rem; font-size: 0.24rem; font-weight: 600; color: var(--main-color); line-height: 1.5;}
.line-title--black {color: var(--main-black);}
.line-title:before {content: ''; display: block; position: absolute; left: 0; top: 0.07rem; width: 0.04rem; height: 0.2rem; background-color: var(--main-color);}
.line-title--top {position: relative; padding-top: 0.12rem; margin-bottom: 3.75em; text-align: center;}
.line-title--top:before {content: ''; display: block; position: absolute; left: 50%; transform: translateX(-50%); top: 0; width: 0.4rem; height: 0.02rem; background-color: var(--main-color);}

.business-box {}
.business-box .line-title {margin-bottom: 0.2rem;}

.business-info {padding-bottom: 3.75em;}
.business-info__list {display: flex; margin-bottom: 0.2rem; font-size: 1.5em; font-weight: 600; line-height: 1.5;}
.business-info__list:last-child {margin-bottom: 0;}
.business-info__list .line-title {min-width: 1rem; margin-right: 0.4rem;}
.business-table {padding-bottom: 2.5em;}
.business-table30 th, .business-table30 td {padding: 0.833em 1.111em; font-size: 1.125em;}
.business-table30 th {font-size: 1.375em;}
.business-table30 thead th:first-child {background-color: transparent;}
.business-table30 thead th {background-color: var(--main-color); border-radius: 0.05rem 0.05rem 0 0; color: #fff;}
.business-table30 tbody tr:first-child th {border-top:0; background-color: var(--sub-black);}
.business-table30 tbody th {border-top: 1px solid var(--sub-gray); background-color: var(--main-color); color: #fff;}
.business-table30 tbody tr:nth-child(2n) td {background-color: var(--bg-color02);}

.business-expect {max-width: 700px; margin: 0 auto; padding: 3.75em 0 6.25em;}
.business-expect__inner {padding: 2.5em; border-top: 2px solid var(--main-color); box-shadow: 0 4px 4px 0 rgba(102,102,102,0.1);}
.business-expect__list {display: flex; flex-flow: row wrap; margin-top: 1.25em;}
.business-expect__item {position: relative; width: 50%; margin-top: 0.2rem; padding-left: 0.14rem; font-size: 1.0625em; font-weight: 500; color: var(--sub-black); line-height: 1.5;}
.business-expect__item:nth-child(-n + 2) {margin-top: 0;}
.business-expect__item:before {content: ''; display: block; position: absolute; left: 0; top: 0.1rem; width: 0.04rem; height: 0.04rem; border-radius: 50%; background-color: var(--sub-gray);}

.business-org {padding-bottom: 7.5em;}
.business-org .business-org__image {margin-top: 3.75em; text-align: center;}

.business-thesis {padding-bottom: 7.5em;}
.business-thesis__textbox {margin-top: 2.5em; padding: 1.875em; background-color: var(--bg-color01);}
.business-thesis__text {font-weight: 600; color: var(--main-gray); line-height: 1.5;}
.business-thesis__text .business-thesis__link {text-decoration: underline; text-decoration-thickness: 2px; color: var(--main-gray);}

.business-property {}
.business-property table {margin-top: 2.5em;}
.business-property thead th {background-color: var(--main-color);}
.business-property th, .business-property td {padding: 0.05rem; border: 1px solid var(--sub-gray); font-size: 1.125em; font-weight: 500; color: #fff; text-align: center; line-height: 1.35;}
.business-property th {}
.business-property td {padding: 0.1rem 0; color: var(--sub-black);}
.business-property th:first-child {border-left: 0;}
.business-property th:last-child {border-right: 0;}
.business-property td:first-child {border-left: 0;}
.business-property td:last-child {border-right: 0;}


.homepage-list {display: flex; flex-flow: row wrap;}
.homepage-list__item {display: flex; width: 48.66%; margin: 2.68% 2.68% 0 0; padding: 2.5em; border: 1px solid var(--sub-gray); border-top: 2px solid var(--main-color);}
.homepage-list__item:nth-child(-n + 2) {margin-top: 0;}
.homepage-list__item:nth-child(2n) {margin-right: 0;}
.homepage-list__image {width: 36%;}
.homepage-list__info {width: 64%; padding-left: 2.5em;}

.professor-info {margin-bottom: 2.5em;}
.professor-info__item {display: flex; margin-bottom: 0.1rem; font-size: 1.125em; font-weight: 500; color: var(--sub-black); line-height: 1.5;}
.professor-info__item:last-child {margin-bottom: 0;}
.professor-info__subj {display: inline-block; min-width: 0.95rem; margin-right: 2.222em; font-weight: 600; color: var(--main-color);}

.homepage-list__item .homepage-list__link {display: inline-flex; justify-content: center; align-items: center; height: 0.5rem; padding: 0 1.166em; border: 1px solid var(--border-gray); background-color: #fff; font-size: 1.125em; font-weight: 600; color: var(--sub-black); transition: 0.3s ease all;}
.homepage-list__item .homepage-list__link img {width: 0.21rem; margin-left: 0.1rem; transition: 0.3s ease all;}
@media (hover:hover) {
	.homepage-list__item .homepage-list__link:hover {border-color: var(--main-color); background-color: var(--main-color); color: #fff;}
	.homepage-list__item .homepage-list__link:hover img {filter: brightness(0) invert(1);}
}
@media (max-width:1540px) {
	.homepage-list__item {padding: 2em;}
	.homepage-list__info {padding-left: 2em;}
	.professor-info__subj {margin-right: 1.666em;}
}
@media (max-width:1280px) {
	.professor-info__item {display: block;}
	.professor-info__subj {width: 100%; margin: 0 0 0.05rem;}
}

@media (max-width:768px) {
	.line-title {font-size: 0.225rem;}
	.business-property__table {overflow: auto;}
	.business-property table {width: 1500px;}

	.homepage-list__item {width: 100%; margin: 4% 0 0 0;}
	.homepage-list__item:nth-child(2) {margin-top: 4%;}
	.homepage-list__image {width: 30%;}
}
@media (max-width:500px) {
	.line-title {font-size: 0.21rem;}
	.line-title:before {top: 0.05rem;}
	.business-info__list {display: block;}
	.business-info__list .line-title {min-width: 100%; margin: 0 0 1em;}
	.business-expect__item {width: 100%;}
	.business-expect__item:nth-child(2) {margin-top: 0.2rem;}

	.homepage-list__image {width: 40%;}
	.homepage-list__info {width: 60%;}
}
/************************* 공통 시작*************************/
.inner {margin: 0 auto; max-width:1500px;}
.inner-1700 {max-width: 1700px; margin: 0 auto;}
.sub-container {max-width:1500px; padding: 0.6rem 0 1.28rem; margin: 0 auto; min-height:5rem; font-size: 0.16rem;}
@media(max-width:1740px){
	.inner-1700 {padding: 0 4%;}
}
@media(max-width:1540px){
	.inner {padding: 0 4%;}
	.sub-container {padding-left: 4%; padding-right: 4%;}
}
@media (max-width:768px) {
	.sub-container {font-size: 0.15rem;}
}
@media (max-width:500px) {
	.sub-container {font-size: 0.14rem;}
}

/************************* 공통 끝 *************************/

/************************* header_inc 시작*************************/
#header{position: fixed; padding:0; z-index: 1000; left:0; top:0; width:100%; background-color: #fff; transition:.5s ease all;}
#header:has(.header-all){height:100%; max-height:0.8rem;}
#header.all-drop {max-height:max(400px, 50vh); }

.header {display:flex; justify-content:space-between; align-items:center;}

.header__left {display: flex; align-items: center; width: 78.125%; height: 100%; padding-left: calc((100% - 1700px) / 2); background-color: #144E8C;}
.header__right {width: 21.875%; height: 100%; padding-right: calc((100% - 1700px) / 2); background-color: #fff;}
@media (max-width:1740px) {
	.header__left {padding-left: 4%;}
	.header__right {padding: 0 4%;}
}
@media(max-width:1080px){
	#header:has(.header-all) .header {height: 0.8rem;}
}
@media(max-width:768px){
	.header {height: 0.8rem;}
	.header__left {width: 70%;}
	.header__right {width: 30%;}
}
@media (max-width:500px) {
	.header__left {width: calc(100% - 0.8rem);}
	.header__right {width: 0.8rem;}
}
.header-logo__link {display: block;}
.header-logo__img {width: 1.84rem;}

.header__ui{display: flex; justify-content: flex-end; align-items: center; height: 100%;}

.header-language {position: relative; text-align:center;}
.header-language__button{display: flex; align-items:center; height: 0.8rem; font-size: 0.16rem; transition:.5s ease all;}
.header-language__button,
.header-language__button:link,
.header-language__button:visited {}
.header-language__navi{display: none; position:absolute; top: 100%; left: 50%; transform:translateX(-50%); padding:0.05rem 0; background:#fff;}
.header-language__link{padding:0.05rem 0.2rem; display:block; font-size: 0.15rem; color: var(--main-black);}
@media(max-width:1080px){
	#header:has(.header-all) .header-language {display: none;}
}
@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-link {display: flex; align-items: center;}
.header-link__item {position: relative; margin-right: 0.42rem; text-align: center;}
.header-link__item:before {content: ''; display: block; position: absolute; left: -0.21rem; top: 50%; transform: translateY(-50%); width: 1px; height: 60%; background-color: #a1a1a1;}
.header-link__item:first-child:before {display: none;}
.header-link__item:last-child {margin-right: 0;}
.header-link__item .header-link__link {font-size: 0.16rem; transition: .3s ease all;}
@media (hover:hover) {
	.header-link__item .header-link__link:hover {color: var(--main-color);}
}
@media (max-width:768px) {
	.header-link__item:first-child {display: none;}
	.header-link__item:before {display: none;}
}
@media (max-width:500px) {
	.header-link {display: none;}
}

.header-login {display: flex; align-items: flex-end;}
.header-login__link {margin-left: 0.1rem; display: block; font-size:0.16rem; transition:.5s ease all;}
.header-login__link,
.header-login__link:visited,
.header-login__link:link {color: #fff;}
.header-login__link:first-of-type {margin-left: 0;}
@media(max-width:768px){
	.header-login{display: none;}	
}

.header-login__link:active,
.header-login__link:focus-visible {color: var(--main-color);}
@media(hover:hover){
	.header-login__link:hover {color: var(--main-color);}
}

.header-navi {width: 78%; margin-left: auto;}
.header-navi__mainmenu {display: flex; align-items: center; justify-content: center;}
.header-navi__mainlist {position: relative; padding:0 0.5rem;}
.header-navi__mainlink {height:1rem; display: flex; align-items: center; font-size: 0.17rem; transition:.5s ease all;}
.header-navi__mainlink,
.header-navi__mainlink:visited,
.header-navi__mainlink:link {color: #fff;}
.header-navi__mainlink:focus-visible, 
.header-navi__mainlink:active,
.header-navi__mainlink--current {color: var(--main-color);}
.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__sublink{display: block; padding:0.05rem 0; font-size: 0.16rem; text-align: center; transition:.5s ease all;}
.header-navi__sublink:focus-visible,
.header-navi__sublink:active,
.header-navi__sublink--current {color: var(--main-color);}

.header__3depts {text-align: center;}
.header__3depts li a {transition: 0.3s ease all;}

@media(hover:hover){
	.header-navi__mainlink:hover,
	.header-navi__mainlink:link:hover,
	.header-navi__mainlink:visited:hover {}
	.header-navi__sublink:hover {color: var(--main-color);}
	.header__3depts li a:hover {color: var(--main-color);}
}
@media (max-width:1740px) {
	.header-navi__mainlist {padding: 0 0.4rem;}
}
@media (max-width:1080px) {
	
}
@media(max-width:768px){
	.header-navi {display: none;}	
}

.header-all__mainmenu {display: flex;}
.header-all__mainlist {margin:0 0.32rem; position: relative;}
.header-all__mainlink {padding:0 1em; display: flex; justify-content:center; align-items: center; height: 0.8rem; font-size: 0.17rem; font-weight: 500; text-align: center; transition:.5s ease all;}
.header-all__submenu {position: absolute; top: 100%; left: 0; padding:0.075rem 0; width: 100%; opacity: 0; visibility:hidden; transition:.3s ease all;}
.header-all__sublink {padding:0.075rem 5px; font-size: 0.15rem; display: block; text-align: center; transition:.5s ease all;}
#header.all-drop .header-all__submenu {opacity: 1; visibility:visible;}
@media(max-width:1080px){
	.header-all {display: none;}
}

@media(hover:hover){
	.header-all__mainlink:hover {color: var(--main-color);}
	.header-all__sublink:hover {color: var(--main-color);}
}


.hamburger {display:none; position: relative; width: 20px; height: 14px; margin-left: 0.2rem;}
.hamburger__bar {position: absolute; left: 0; width: 100%; height: 2px; background-color: var(--main-black); transition:.5s ease all;}
.hamburger__bar--top {top: 0;}
.hamburger__bar--middle {top: 50%; transform:translateY(-50%)}
.hamburger__bar--bottom {bottom: 0;}
.hamburger--active .hamburger__bar--top {top: 50%; left: 50%; transform:translate(-50%, -50%) rotate(45deg)}
.hamburger--active .hamburger__bar--middle {opacity: 0;}
.hamburger--active .hamburger__bar--bottom {bottom: 50%; left: 50%; transform:translate(-50%, 50%) rotate(-45deg)}
.ham-open {background-color: #fff; border-bottom:transparent;}
.ham-open .hamburger .hamburger__bar {background-color: var(--main-black);}

@media(max-width:1080px){
	#header:has(.header-all) .hamburger {display: block;}
}
@media(max-width:768px){	
	.hamburger {display:block;}
}
@media (max-width:500px) {
	.hamburger {margin: 0 auto;}
}

.hamburger-navi {position: fixed; top: 0.8rem; right: 0; bottom: 0; left: 0; transform: translateX(100%); background-color: #fff; transition:.3s ease-in-out transform; overflow: auto;}
.hamburger-navi--active {transform: translateX(0);}
.hamburger-navi__section {padding:0.1rem calc((100% - 1600px) / 2);;position: relative;}
.hamburger-navi__section:after {position: absolute; content:""; right: 0; left: 0; bottom: 0; margin: 0 auto; width: 96%; height: 1px; background-color: var(--main-gray);}
.hamburger-navi__section:last-child:after {display: none;}
.hamburger-navi__mainmenu {margin: 0 auto; padding-right: 0; padding-left: 0;}
.hamburger-navi__mainlink {padding:1em calc((100% - 1600px) / 2); display: block; font-size: 0.2rem; font-weight: 500; transition:.5s ease all;}
.hamburger-navi__mainlink--active {background-color: var(--sub-gray);}
.hamburger-navi__mainlink--no-sub {background:none;}
.hamburger-navi__submenu {padding:0.075rem calc((100% - 1600px) / 2); display: none;}
.hamburger-navi__sublink {padding:0.5em; display: block; font-size: 0.18rem; transition:.5s ease all;}
.hamburger-navi__info {padding:0.5em 0; display: flex; font-size: 0.16rem;}
.hamburger-navi__category {display: inline-block; min-width: 80px; font-weight: 500;}
.hamburger-navi__detail {flex: 1 auto;}
.header-navi__lang-link {padding:0.5em 0; display: inline-flex; align-items: center; font-size: 0.16rem;}
.header-navi__lang-link:before {display: inline-block; margin-right: 0.5em; content:""; width: 0.75em; height: 0.75em; border-radius:50%; border:1px solid var(--main-black); transition:.5s ease all;}
.header-navi__lang-link--active:before {background-color: var(--main-black);}
@media(max-width:1640px){
	.hamburger-navi__section {padding-right: 4%; padding-left: 4%;}
	.hamburger-navi__mainmenu {padding-right: 0; padding-left: 0;}
	.hamburger-navi__mainlink {padding-right: 4%; padding-left: 4%;}
	.hamburger-navi__submenu {padding-right: 4%; padding-left: 4%;}
}
@media(hover:hover){
	.hamburger-navi__mainlink:hover {background-color: var(--sub-gray);}
	.hamburger-navi__sublink:hover {color: var(--main-color);}
	.header-navi__lang-link:hover:before {background-color: var(--main-black);}
}



/* 스크롤 다운 헤더 CSS Start */
.fix-header {background-color:#fff; box-shadow: 4px 4px 8px 0 rgba(0,0,0,0.08);}
.fix-header .header-navi__mainlink {}
.fix-header .menu-button__bar {background-color: var(--main-black);}
.fix-header .header-login__link {color: var(--main-black);}
.fix-header .header-language__button{color: var(--main-black);}
.fix-header .hamburger__bar {background-color: var(--main-black);}
/* 스크롤 다운 헤더 CSS End */

/* 헤더 마우스 호버 CSS Start */
.header-enter {background-color:#fff; box-shadow: 4px 4px 8px 0 rgba(0,0,0,0.08);}
.header-enter .header-navi__mainlink {}
.header-enter .menu-button__bar {background-color: var(--main-black);}
.header-enter .header-login__link {color: var(--main-black);}
.header-enter .header-language__button{color: var(--main-black);}
.header-enter .hamburger__bar {background-color: var(--main-black);}
/* 헤더 마우스 호버 CSS End */
@media(hover:hover){
	.header-enter .header-navi__mainlink:hover {}
	.header-enter .header-language__button:hover{color: var(--main-color);}
	.header-enter .header-login__link:hover {color: var(--main-color);}
}

/************************* header_inc 끝*************************/



/************************* sub-dropdown 시작 *************************/
.dropmenu {display: none; border-bottom:1px solid var(--main-gray);}
.dropmenu__content {margin: 0 auto; max-width:1600px; display: flex; align-items:center;}
.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__home:active,
.dropmenu__home:focus-visible {background-color: var(--main-color);}
.dropmenu__homeicon {width: 0.2rem;}
.dropmenu__menuwrap {display: flex; width: calc(100% - 0.6rem);}
.dropmenu__menu {position: relative; width: 2.5rem;}
.dropmenu__menu--depth2 {margin-left: -1px;}
.dropmenu__btn {position: relative; width: 100%; height: 0.6rem; padding:0 0.16rem; display: flex; justify-content:space-between; align-items:center; font-size: 0.16rem; font-weight: 500; border-left:1px solid var(--main-gray); border-right:1px solid var(--main-gray); transition:.5s ease all;}
.dropmenu__btn--active,
.dropmenu__btn:active,
.dropmenu__btn:focus-visible {color: var(--main-color);}
.dropmenu__btn .dropmenu__arrow {transition:.5s ease all;}
.dropmenu__btn--active .dropmenu__arrow {transform:rotate(180deg);}
.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__menulink {display: block; margin:0.04rem 0; padding:0.04rem 0.16rem; font-size: 0.15rem; transition:.5s ease all;}
.dropmenu__menulink:active,
.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-tabmenu {border-bottom: 1px solid #e8e8e8;}
.sub-tabmenu__list {margin: 0 auto; max-width:1500px; display: flex; justify-content: center;}
.sub-tabmenu__item {width: 2.6rem; margin-right: 0.4rem;}
.sub-tabmenu__item:last-child {margin-right: 0;}
.sub-tabmenu__item .sub-tabmenu__link {display: inline-flex; justify-content:center; align-items:center; width: 100%; height: 0.8rem; font-size: 0.2rem; font-weight: 600; color: #b7b7b7; border-bottom:1px solid transparent; transition:.5s ease all;}
.sub-tabmenu__item .sub-tabmenu__link--active,
.sub-tabmenu__link:active,
.sub-tabmenu__link:focus-visible {color: var(--main-color); border-color: var(--main-color);}
.sub-tabmenu__link:visited,
.sub-tabmenu__link:link {}
.sub-tabmenu__link--active:visited {color: var(--main-color);}
@media(hover:hover){
	.sub-tabmenu__item .sub-tabmenu__link:hover {color: var(--main-color); border-color:1px solid var(--main-color);}
}
@media (max-width:1540px) {
	.sub-tabmenu__list {padding: 0 4%;}
}
@media (max-width:1280px) {
	.sub-tabmenu__item .sub-tabmenu__link {font-size: 0.18rem;}
}
@media (max-width:768px) {
	.sub-tabmenu__item {width: auto; flex: 1 auto; margin-right: 0;}
	.sub-tabmenu__item .sub-tabmenu__link {font-size: 0.16rem;}
}
/************************* sub-tabmenu 끝 *************************/

/************************* sub-depth3 시작 *************************/
.sub-depth3 {margin-bottom: 0.6rem;}
.sub-depth3__list {margin: 0 auto; max-width:1600px; display: flex;}
.sub-depth3__item {flex: 1 auto; height: 0.7rem; margin-right: 1em; background: var(--bg-color02);}
.sub-depth3__item:last-child {border:0; margin-right: 0;}
.sub-depth3__item .sub-depth3__link {width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; padding: 0 0.05rem; font-size: 0.2rem; font-weight: 500; text-align: center; transition:.5s ease all;}
.sub-depth3__item .sub-depth3__link,
.sub-depth3__item .sub-depth3__link:link,
.sub-depth3__link:visited {color: var(--sub-black);}
.sub-depth3__item .sub-depth3__link--active,
.sub-depth3__item .sub-depth3__link:active,
.sub-depth3__item .sub-depth3__link:focus-visible {background-color: var(--main-color); color: #fff;}
@media(hover:hover){
	.sub-depth3__item .sub-depth3__link:hover {background-color: var(--main-color); color: #fff;}
}
@media (max-width:1280px) {
	.sub-depth3__item .sub-depth3__link {font-size: 0.18rem;}
}
@media (max-width:768px) {
	.sub-depth3__list {flex-flow: row wrap;}
	.sub-depth3__item {flex: none; width: 32%; margin: 2% 2% 0 0;}
	.sub-depth3__item:nth-child(-n + 3) {margin-top: 0;}
	.sub-depth3__item:nth-child(3n) {margin-right: 0;}
	.sub-depth3__item .sub-depth3__link {font-size: 0.16rem;}
}
/************************* sub-depth3 끝 *************************/


/************************* footer_inc 시작 *************************/
#footer {background-color: var(--main-black);}

.footer {padding:0.6rem 0;}
.footer__top {margin-bottom: 0.3rem; display: flex; flex-flow:row wrap; justify-content:space-between; align-items:flex-start;}
.footer__bottom {}
.footer__area01 {display: flex; justify-content: space-between; align-items: flex-start; margin-bottom: 0.25rem; padding-bottom: 0.25rem; border-bottom: 1px solid rgba(255,255,255,0.25);}
.footer__area02 {display: flex; justify-content: space-between;}
@media(max-width:768px){
	.footer__bottom {flex-direction:column-reverse;}
	.footer__bottom .footer__area {width: 100%;}
	.footer__area01 {display: block;}
}
@media (max-width:500px) {
	.footer__area02 {display: block;}
}

.footer-logo__link {display: block;}
.footer-logo__img {width: 1.84rem;}

.footer-info__list {margin-bottom: 0.05rem; display: flex; flex-flow:row wrap; font-size: 0.15rem; color: #fff;}
.footer-info__list:last-child {margin-bottom: 0;}
.footer-info__detail {margin-right: 0.27rem;}
.footer-info__detail:last-of-type {margin-right: 0;}
.footer-info__category {margin-right: 0.08rem; font-size: 0.15rem; font-weight: 600; color: #fff;}
.footer-info__text {font-size: 0.15rem; color: rgba(255,255,255,0.7);}
.footer-info__link {font-size: 0.15rem; transition:.5s ease all;}
.footer-info__link,
.footer-info__link:visited,
.footer-info__link:link {color: rgba(255,255,255,0.7);}
.footer-info__link:active,
.footer-info__link:focus-visible {color: var(--main-gray);}
@media(max-width:500px){
	.footer-info__list {margin-bottom: 0;}
	.footer-info__detail {padding:0.03rem 0; width: 100%; margin-right: 0;}
}
@media(hover:hover){
	.footer-info__link:hover {color: var(--main-gray);}
}

.family-site-wrap {text-align: right;}
.family-site {position: relative; display: inline-block;}
.family-site__button {padding:0 1.875em; display: inline-flex; justify-content:space-between; align-items:center; width: 2.4rem; height: 0.45rem; font-size: 0.16rem; background-color: #565656; transition:.5s ease all;}
.family-site__button,
.family-site__button:visited,
.family-site__button:link {color: #fff;}
.family-site__button--open,
.family-site__button:active,
.family-site__button:focus-visible {background-color: var(--main-color);}
.family-site__button .family-site_arrow {width: 0.13rem; transition:.5s ease all;}
.family-site__button--open .family-site_arrow {transform:rotate(-180deg);}
.family-site__navi {display: none; position: absolute; top: 100%; left: 0; padding:0.1rem; width: 100%; text-align: left; background-color: #565656; border-top:none; z-index: 10; }
.family-site__link {display: block; margin:0.03rem 0; padding:0.02rem 0;}
.family-site__link,
.family-site__link:visited,
.family-site__link:link {color: #fff;}
@media(hover:hover){
.family-site__button:hover {background-color: var(--main-color);}
}
@media (max-width:768px) {
	.family-site {text-align: right;}
}


.footer-navi {}
.footer-navi .footer-navi__link:first-child {color: rgba(255,255,255,0.9);}
.footer-navi .footer-navi__link {position: relative; line-height: 1;}
.footer-navi .footer-navi__link:before {content: ''; display: block; position: absolute; left: -0.2rem; top: 0; width: 1px; height: 0.14rem; background-color: rgba(255,255,255,0.25);}
.footer-navi .footer-navi__link:first-child:before {display: none;}
.footer-navi__link {display: inline-block; margin-left: 0.4rem; font-size: 0.16rem; transition:.5s ease all;}
.footer-navi__link,
.footer-navi__link:visited,
.footer-navi__link:link {color: rgba(255,255,255,0.7);}
.footer-navi__link:first-of-type {margin-left: 0;}
.footer-navi__link:active, 
.footer-navi__link:focus-visible {color: rgba(255,255,255,0.7);}
@media(hover:hover){
	.footer-navi a.footer-navi__link:hover {color: var(--main-color);}
}

.footer-admin {display: flex; flex-flow: row wrap;}
.footer-admin__copyright {font-size: 0.15rem; color: rgba(255,255,255,0.7);}
.footer-admin__nav {margin-left: 0.2rem; display: flex;}
.footer-admin__link {margin-left: 0.1rem; display: inline-block; font-size: 0.15rem; transition:.5s ease all;}
.footer-admin__link,
.footer-admin__link:visited,
.footer-admin__link:link {color: var(--main-gray);}
.footer-admin__link:first-of-type {margin-left: 0;}
.footer-admin__link:active, 
.footer-admin__link:focus-visible {color: var(--main-color);}
@media(max-width:500px){
	.footer-admin {margin-top: 0.2rem;}
	.footer-admin__nav {margin:0.1rem 0 0 0; width: 100%;}
}
@media(hover:hover){
	.footer-admin__link:hover {color: var(--main-color);}
}

/************************* footer_inc 끝 *************************/


/************************* split-text *************************/
.split-text__word {font-size: inherit;}
.split-text__letter {display: inline-block; font-size: inherit;}
.split-text--no-delay .split-text__letter {transition-delay:0s !important; animation-delay:0s !important;}