/* include 공통 CSS */

/************************* 공통 시작*************************/
.inner--700 {width: 100%; max-width:700px; margin: 0 auto; }
.inner--800 {width: 100%; max-width:800px; margin: 0 auto; }
.inner--1000 {width: 100%; max-width:1000px; margin: 0 auto; }
.inner {width: 100%; max-width:1440px; margin: 0 auto; }
.inner--1500 {width: 100%; max-width:1500px; margin: 0 auto; }
.inner--main {width: 100%; max-width:1700px; margin: 0 auto; }
.inner--1810l {width:100%; max-width:1810px; margin-left:auto;}
.inner--1840l {width:100%; max-width:1840px; margin-left:auto;}
.inner--fill {max-width:none; padding-right: calc((100% - 1600px) / 2); padding-left: calc((100% - 1600px) / 2);}
@media(max-width:1880px){
	.inner--1840l {padding: 0 0 0 4%;}
}
@media(max-width:1850px){
	.inner--1810l {padding: 0 0 0 4%;}
}
@media(max-width:1740px){
	.inner--main {padding: 0 4%;}
}
@media(max-width:1540px){
	.inner--1500 {padding: 0 4%;}
}
@media(max-width:1480px){
	.inner {padding: 0 4%;}
}
@media(max-width:1040px){
	.inner--1000 {padding: 0 4%;}
}
@media(max-width:840px){
	.inner--800 {padding: 0 4%;}
}
@media(max-width:740px){
	.inner--700 {padding: 0 4%;}
}

.sub-container {padding-top: 5em; padding-bottom: 11.25em; min-height:5rem;}
/************************* 공통 끝 *************************/

/************************* header_inc 시작*************************/
.header__fix {position: fixed; left:0; top:0; z-index: 100;width:100%;  height: 5.625em; font-size: var(--fz); --menu-height : 0; transition: 0.15s ease-in-out all;}
.header__fix:after {position: absolute; content:''; top: 100%; left: -30%; z-index: -1; width: 100%; height: var(--menu-height); background: #fff url(./img/header_bg01.png) no-repeat left bottom / 25.5em 16.625em; transition: 0.15s ease-in-out all;}
.header__fix:before {position: absolute; content:''; top:100%; left:0; z-index: -1; width: 100%; height: var(--menu-height); background: #fff; transition: 0.15s ease-in-out all;}
.header__fix.on::after {left:0;}

.header__inner {display: flex; justify-content: space-between; align-items: center; height: inherit}
.header__ctrl {display: none; align-items: center; height: inherit;}

@media (max-width:768px){
	.header__ctrl {display: block;}
}

.header-home__logo {width: 6.9375em; transition: 0.15s ease-in-out all;}

.header-navi {position: relative; height: inherit; transition: .15s ease-in-out all; display: flex; align-items: center;}
.header-navi__m-list {display: flex; height: inherit;}
.header-navi__m-item {height: inherit;}
.header-navi__m-item--06 {display: none;}
.header-navi__m-btn {display: flex; align-items: center; height: inherit;}
.header-navi__m-item {position: relative;}
.header-navi__s-wrap {position: absolute; top: 100%; left: 50%; min-width: 100%; transform:translateX(-50%);}
.header-navi__s-list {transition: .15s ease-in-out all;}
.header-navi__s-btn {display: block;}
a.header-navi__regi {font-size: 1.25em; font-weight: 600; letter-spacing: -0.025em; width:10em; height:100%; display: flex; align-items: center; justify-content: center; background: var(--main-color); border-radius:10px 0 0 10px;}
a.header-navi__regi img {padding-right: 0.4em; width:1.4em;}
@media (max-width:1080px){
	a.header-navi__regi {width:9em;}
}
@media(max-width:768px){
	.header-navi {display: none;}
}

.header-lang {position: relative; display: flex; align-items: center;  text-align:center; height: inherit; transition: .15s ease-in-out all;}
.header-lang__btn{display: flex; align-items:center; transition: 0.15s ease-in-out all;}
.header-lang__btn,
.header-lang__btn:link,
.header-lang__btn:visited {color: #fff;}
.header-lang__navi{position:absolute; top: 100%; left: 50%; transform:translateX(-50%); min-width:100%; height: 0; overflow: hidden;}
.header-lang__list {margin: 1em; background-color: rgba(0,0,0,0.5); border-radius: 0.5em; box-shadow:var(--shadow-1); transition: .15s ease-in-out all;}
.header-lang__link{padding:0.5em 1.5em; display: block; white-space: nowrap; transition: 0.15s ease-in-out all;}
.header-lang__link,
.header-lang__link:visited,
.header-lang__link:link {color: #fff;}
.header-lang__icon {width: 1.25em; filter:brightness(0) invert(1)}
@media(hover:hover){
	.header-lang__btn:hover {color: var(--main-color);}
	.header-lang__link:hover {color: var(--main-color);}
}
@media(max-width:1080px){
	.header-lang {display: none;}	
}

.header-login {margin-left: 1.5em;}
.header-login__list {display: flex; align-items: center;}
.header-login__item {margin-right: 1em;}
.header-login__item:last-child {margin-right: 0;}
.header-login__link {display: block; transition:.15s ease-in-out all;}
.header-login__link,
.header-login__link:visited,
.header-login__link:link {color: #fff;}
@media(hover:hover){
	.header-login__link:hover {color: var(--main-color);}
}
@media(max-width:1080px){
	.header-login{display: none;}	
}

.header-drawer {display: none; position: relative; width:5.625em; height:5.625em; align-items: center; justify-content: center;}
.header-drawer__btn {position: relative; width: 20px; height: 16px; z-index: 0; transition:.15s ease-in-out all;}
.header-drawer__line {position: absolute; left: 0; width: 100%; height: 2px; background-color: #000; transition:.15s ease-in-out all;}
.header-drawer__line--top {top: 0;}
.header-drawer__line--middle {top: 50%; transform:translateY(-50%)}
.header-drawer__line--bottom {bottom: 0;}
@media(hover:hover){
	.header-drawer__btn:hover .header-drawer__line--top{left: -0.25em;}
	.header-drawer__btn:hover .header-drawer__line--middle{left: 0.25em;}
	.header-drawer__btn:hover .header-drawer__line--bottom{left: -0.125em;}
}
@media(max-width:768px){	
	.header-drawer {display:flex;}
}

.header__fix.enter {background-color: #fff;}
.header__fix.enter .header-navi__m-btn {color: var(--main-black);}
.header__fix.enter .header-navi__m-btn--crt {color: var(--main-color);}
.header__fix.enter .header-navi__s-list {background-color: #fff;}
.header__fix.enter .header-navi__s-btn {color: var(--main-black);}
.header__fix.enter .header-navi__s-btn--crt {color: var(--main-color);}
.header__fix.enter .header-navi__c-btn {color: var(--main-gray);}
.header__fix.enter .header-navi__c-btn--crt {color: var(--main-color);}
.header__fix.enter .header-lang__btn {color: var(--main-black);}
.header__fix.enter .header-lang__btn.on {color: var(--main-color);}
.header__fix.enter .header-lang__list {background-color: #fff;}
.header__fix.enter .header-lang__link {color: var(--main-black);}
.header__fix.enter .header-login__link {color: var(--main-black);}
.header__fix.enter .header-drawer__line {background-color: var(--main-black);}
@media(hover:hover){
	.header__fix.enter .header-lang__link:hover {color: var(--main-color);}
}

/************************* header_inc 끝*************************/

/************************* sub-dropdown 시작 *************************/
.drop-menu {border-bottom:1px solid var(--main-gray);}
.drop-menu__inner {display: flex; border-right:1px solid var(--main-gray); border-left:1px solid var(--main-gray);}
.drop-menu__home {display: inline-flex; min-width: 3em; min-height: 3em; height: inherit; justify-content: center; align-items: center;}
.drop-menu__icon {width: 1.75em;}
.drop-menu__wrap {position: relative; z-index: 0; border-left:1px solid var(--main-gray);}
.drop-menu__wrap:last-child {border-right:1px solid var(--main-gray); }
.drop-menu__btn {display: flex; justify-content: space-between; align-items: center; min-width:15em; height: 100%; padding:0 0.15rem; font-weight: 500; transition:.15s ease-in-out all;}
.drop-menu__tit {display: block; font-size: 1.125em;}
.drop-menu__arr {margin-left: 1.5em; width: 0.75em; transition:.15s ease-in-out all;}
.drop-menu__navi {position: absolute; top: 100%; left: -1px; z-index: 10; width:calc(100% + 2px);  height: 0; overflow: hidden;}
.drop-menu__list {background-color: #fff; border:1px solid var(--main-gray);}
.drop-menu__link {display: block; padding:0.5em 0.15rem; transition:.15s ease-in-out all;}
@media(hover:hover){
	.drop-menu__link:hover {background-color: var(--main-color); color: #fff;}
}

.drop-menu__btn.on {background-color: var(--main-color); color: #fff;}
.drop-menu__btn.on .drop-menu__arr {filter:brightness(0) invert(1); transform:rotate(180deg);}

/************************* dropdown 끝 *************************/
/************************* tabmenu 시작 *************************/
.tab-menu {margin-top: 4.375em;}
.tab-menu__list {display: flex; border-radius:50px; border:1px solid #ddd;}
.tab-menu__item {flex:1;}
.tab-menu__btn {display: flex; justify-content: center; align-items: center; text-align: center; height: 3.3334em; transition: .15s ease-in-out all; border-radius:50px; font-size: 1.125em; font-weight: 500; line-height: 1.42; letter-spacing: -0.0278em;}
.tab-menu__btn--crt {background-color: var(--main-color);}
.tab-menu__btn--crt,
.tab-menu__btn--crt:link,
.tab-menu__btn--crt:visited {}
@media(hover:hover){
	.tab-menu__btn:hover {background-color: var(--main-color);}
}
@media (max-width:500px){
	.tab-menu__btn {font-size: 0.85em;}
}
/************************* sub-tabmenu 끝 *************************/

/************************* depth3 시작 *************************/
.depth3__list {display: flex; justify-content: center; border-bottom:1px solid #0d0d0d; margin-bottom: 3.75em;}
.depth3__item {width:33.3334%; max-width: 12.5em; height: 3em; margin-right: 0.5em;}
.depth3__item:last-child {margin-right: 0;}
.depth3__btn {width:100%; height:100%; display: flex; align-items: center;justify-content: center; border:1px solid #767676; transition:.15s ease all; border-bottom:none;}
a.depth3__btn--crt {background: #333; color:#fff;}
@media(hover:hover){
	.depth3__btn:hover {background: #333; color:#fff;}
}
/************************* depth3 끝 *************************/


/************************* footer_inc 시작 *************************/
.footer {padding:5.8125em 0; font-size: var(--fz); background-color: #1D1D1F; color: #fff;} 
.footer__sec {display: flex; flex-wrap:wrap; justify-content: space-between; align-items: flex-start;}

.footer-home {display: inline-block;}
.footer-home__logo {width: 9.375em;}

.m_logo-list {display: flex; flex-wrap: wrap; align-items: center; justify-content: center; padding:1.875em 0;}
.m_logo-item {width:8%; margin:0 3.5% 0 0;}
.m_logo-item:nth-child(9n) {margin-right: 0;}

@media (max-width:768px){
	.footer__sec {flex-direction: column-reverse;}
	.m_logo-item {width:17.2%; margin:3.5% 3.5% 0 0;}
	.m_logo-item:nth-child(9n) {margin-right: 0;}
	.m_logo-item:nth-child(5n) {margin-right: 0;}
	.m_logo-item:nth-child(-n + 5) {margin-top: 0;}
}

.footer--main {padding:5.4706% 5.8824%; border-radius:50px 50px 0 0; background: #1D1D1F;}
.footer-donate__cate {font-size: 1.25em; font-weight: 800; line-height: 1.4; letter-spacing: -0.025em; color:var(--main-color);}
.footer-donate__count {font-size: 1.75em; font-weight: 600; line-height: 1.4; letter-spacing: -0.0179em;}

.footer-navi {display: flex; flex-direction: column; align-items: flex-end;}
a.footer-navi__link {color:#fff; font-size: 1.625em; font-weight: 500; line-height: 1.6; letter-spacing: -0.0193em; transition:all 0.4s;}

@media (hover: hover){
	a.footer-navi__link:hover {color:var(--main-color);}
}
@media (max-width:768px){
	.footer-navi {flex-direction: row; flex-wrap: wrap; width:100%; margin-bottom: 5%;}
	a.footer-navi__link:not(:last-child) {margin-right: 5%;}
	a.footer-navi__link {font-size: 1.25em;}
}

.footer-info {margin:6.25em 0 1em; width: 100%; display: flex; align-items: center; font-family:'pretendard', sans-serif}
.footer-info__item {display: flex; flex-wrap:wrap; line-height: 1.5; font-size: 0.9375em; font-weight: 300;}
.footer-info__info {display: inline-flex; align-items: center;}
.footer-info__info:first-child {margin-right: 1.6em;}
.footer-info__title {display: block;}
.footer-info__cate {display: block; color:#999;}
.footer-info__desc {padding-left: 0.5334em;}
a.footer-info__desc--link {transition:.15s ease all; margin-left: 0.5334em; color:#fff;}
@media (max-width:768px){
	.footer-info {flex-direction: column; align-items: flex-start;}
}
@media(max-width:500px){
	.footer-info__item {margin-bottom: 0;}
	.footer-info__detail {width: 100%; margin-right: 0;}
}
@media(hover:hover){
	.footer-info__desc--link:hover {color: var(--main-color);}
}


.footer-adm {display: flex; flex-flow: row wrap; font-size: 0.9375e;}
.footer-adm__cprt {margin-right: 1em; color:#999;}
.footer-adm__nav {display: flex;}
.footer-adm__link {margin-right: 1em; display: inline-block; transition:.15s ease all;}
.footer-adm__link,
.footer-adm__link:visited,
.footer-adm__link:link {color: var(--main-gray);}
.footer-adm__link:last-of-type {margin-right: 0;}
@media(max-width:500px){
	.footer-adm__nav {width: 100%;}
}
@media(hover:hover){
	.footer-adm__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;}

.sub-tit {padding-bottom: 3.8125em;}
.sub-tit__title {font-size: 3em; font-weight: 700; line-height: 1.34; letter-spacing: -0.0209em;}
.sub-tit__title span {font-weight: 800; color:var(--sub-color1);}
.sub__desc {font-size: 1.25em; line-height: 1.5; letter-spacing: -0.025em; color:#333;}

@media (max-width:768px){
	.sub-tit__title {font-size: 2em;}
}

.sub-cate {padding-bottom: 1.5em;}
.sub-cate__title {font-size: 1.5em; font-weight: 700; line-height: 1.4; letter-spacing: -0.0209em; padding-left: 1.4167em; position: relative;}
.sub-cate__title::after {content: ''; display: block; width:1.0834em; height:0.6667em; background: url(./img/sub-cate_icon.png) no-repeat center / cover; position: absolute; left:0; top:50%; transform:translateY(-50%)}


.guide {padding-bottom: 4.375em;}
.guide-wrap {display: flex; align-items: flex-start;}
.guide-list {width:56.9445%; margin-right: 4.1667%;}
.guide-list--02 {width:54.1667%}
.guide-item:not(:last-child) {margin-bottom: 1.25em;}
.guide-item__title {font-size: 1.125em; font-weight: 700; line-height: 1.42; color:#333; letter-spacing: -0.0278em; padding-bottom: 0.5556em;}
.guide-item__cont {padding:0 1em;}
.guide-item__desc {font-size: 1.125em; line-height: 1.42; color:#505050; letter-spacing: -0.0278em;}
.guide-item__dot-item {font-size: 1.125em; line-height: 1.42; color:#505050; letter-spacing: -0.0278em; padding-left: 0.5556em; position: relative;}
.guide-item__dot-item::after {content:''; display: block; width:3px; height:4px; border-radius:50%; background: #505050; position: absolute; left:0; top:0.5556em;}
.guide-figure {width:38.8889%; border-radius:20px; overflow: hidden;}
.guide-figure--02 {width:41.6667%;}

@media (max-width:768px){
	.guide-wrap {flex-direction: column-reverse;}
	.guide-list {width:100%; margin-top: 4.1667%; margin-right:0}
	.guide-figure {width:72.9167%;}
	.guide-figure--02 {width:78.125%;}
}

.add {padding-bottom: 4.375em;}
.add-list {display: flex;}
.add-item {font-size: 1.125em; font-weight: 600; line-height: 1.42; color:#333; letter-spacing: -0.0278em;}
.add-item:not(:last-child) {margin-right: 1.3334em;}

@media (max-width:768px){
	.add-list {flex-direction: column;}
	.add-item:not(:last-child) {margin-right: 0; margin-bottom: 0.5em;}
}

.chart-wrap {margin-bottom: 6.25em;}
.chart-wrap__detail {font-size: 1.0625em; line-height: 1.46; letter-spacing: -0.0295em; color:#505050; padding-bottom: 0.5883em; text-align: right;}
.table-wrap {overflow: auto;}
.chart-table {border-top:2px solid #333;}
.chart-table th {font-size: 1.25em; font-weight: 600; line-height: 1.4; letter-spacing: -0.025em; height:3em; padding:0.5em; border-bottom:1px solid #333;}
.chart-table td {font-size: 1.125em; line-height: 1.4; letter-spacing: -0.0278em; text-align: center; height:4em; padding:1.2778em; border-bottom:1px solid #ddd;}

@media (max-width:500px){
	.chart-table {width:768px;}
}

.chart-tab {margin-bottom: 3.75em; display: flex; align-items: center; justify-content: center;}
a.chart-tab__link {font-size: 1.25em; width:7.5em; height:2.3em; font-weight: 600; line-height: 1.4; display: flex; align-items: center; justify-content: center; border:1px solid #000; background: #fff; border-radius:5px; transition:all 0.4s;}
a.chart-tab__link:not(:last-child) {margin-right: 1em;}
a.chart-tab__link.active {background: var(--main-color);}
@media(hover: hover){
    a.chart-tab__link:hover {background: var(--main-color);}
}

.chart-list {display: flex; flex-wrap: wrap;}
.chart-list--s22 {justify-content: center;}
.chart-item {width:31.9445%; margin:1.25em 2.0834% 0 0;}
.chart-item:nth-child(3n) {margin-right: 0;}
.chart-item:nth-child(-n + 3) {margin-top: 0;}
.chart-item__figure {display: flex; align-items: center; justify-content: center; border-radius:20px; overflow: hidden; margin-bottom: 0.5em;}
.chart-item__box {padding:0.5556em;}
.chart-item__tit {display: flex; padding-bottom: 0.625em; align-items: center;}
.chart-item__floor {display: flex; align-items: center; justify-content: center; font-size: 1.125em; font-weight: 500; line-height: 1.42; width:3.3334em; height:1.8889em; border-radius:5px; background: var(--main-color); margin-right: 0.6667em;}
.chart-item__title {font-size: 1.25em; font-weight: 600; line-height: 1.4; letter-spacing: -0.025em; width:calc(100% - 3.6em);}
.chart-item__desc {font-size: 1.0625em; line-height: 1.46; letter-spacing: -0.0295em; min-height:3.5295em;}

@media (max-width:768px){
.chart-item {width:48.9445%;}
.chart-item:nth-child(3n) {margin-right: 2.0834%;}
.chart-item:nth-child(2n) {margin-right: 0;}
.chart-item:nth-child(-n + 3) {margin-top: 1.25em;}
.chart-item:nth-child(-n + 2) {margin-top: 0;}
}