/* =========================
  sub 공통
========================= */
.sub {
    padding-top: 80px;
}
.sub-section {
    margin: 0 0 7.5rem ;
}
@media (max-width:990px) {
    .sub {
        padding-top: 70px;
    }
}
@media (max-width: 768px) {
    .sub {
        padding-top: 64px;
    }
}
/* =========================
  sub-top
========================= */
.sub-top-wrap {
    width: 100%;
    height: 55px;
    border-bottom: 1px solid #ddd;
    background: #fff;
}
.sub-nav {
    display: flex;
    align-items: center;
}
.sub-item {
	position: relative;
}
.sub-item:not(:first-child){
	width: 100%;
	max-width: 13.75rem;
	padding: 0 1.5rem;
}
.sub-item + .sub-item::before{
    content: "";
    display: block;
    width: 1px;
    height: 14px;
    background: #000;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    opacity: 0.1;
}
.home-link {
    display: block;
    width: 2.875rem;
    height: 55px;
    background: url(../img/icon/home.png) no-repeat left / 20px;
}
.sub-nav-tit{
	line-height: 55px;
    font-size: 1rem;
    font-weight: 500;
    white-space:nowrap;
}
.depth-btn{
    display:flex;
    align-items:center;
	justify-content: space-between;
	width: 100%;
    border:0;
    padding:0;
    cursor:pointer;
    font:inherit;
	background: none;
}
.dropdown {
    display: none;
    position: absolute;
    top: 90%;
    left: 0;
    min-width: 12.5rem;
    background: #fff;
    border: 1px solid #ddd;
    z-index: 50;
}
.dropdown li a{
    display:block;
    padding: .75rem 1.5rem;
    font-size: 15px;
}
.arrow {
	display: block;
    width: 1.25rem;
    height: 1.25rem;
    background: url(../img/icon/arrow-down.svg) no-repeat center center;
    transition: var(--transition);
}
.current-depth{
    position:relative;
}
.dropdown li:not(:last-child) a {
	border-bottom: 1px solid #ddd;
}
.dropdown li a:hover{
    background:#f6f6f6;
}
.dropdown li.active a,
.underline {
	text-decoration: underline;
    color: var(--pointcolor);
}
.current-depth.open .dropdown{
    display:block;
}
.main-depth.open .dropdown,
.sub-depth.open .dropdown { 
    display:block; 
}
@media (max-width: 768px) {
    .sub-top-wrap {
        height: 50px;
    }
    .sub-item:not(:first-child){
        padding: 0 1rem;
    }
    .home-link {
        width: 2.5rem;
        height: 50px;
    }
    .sub-nav-tit{
        line-height: 50px;
    }
    .dropdown {
        right: 0;
        left: auto;
        min-width: 10rem;
    }
    .dropdown li a{
        display:block;
        font-size: 1rem;
    }
}
/* =========================
  sub-header
========================= */
.sub-header {
    position: relative;
    width: 100%;
    padding: 6.25rem;
    margin: 0 auto;
}
.sub-title {
    text-align: center;
    font-size: 3rem;
    font-weight: 700;
    letter-spacing: -0.125rem;
}
@media (max-width:1024px) {
    .sub-header {
        padding: 5rem 0;
    }
}
@media (max-width:768px) {
    .sub-header {
        padding: 4rem 0;
    }
    .sub-title {
        font-size: 2.5rem;
    }
}
@media (max-width: 500px) {
    .sub-title {
        font-size: 2.25rem;
    }
}
/* =========================
  인사말 socheon/greeting
========================= */
.greeting-wrap {
    position: relative;
    padding-bottom: 6.25rem;
    border-bottom: 1px dotted #ddd;
}
.greeting-wrap:after {
    content: '';
    display: block;
    width: 75%;
    height: 24rem;
    position: absolute;
    top: 0;
    right: 0;
    background: linear-gradient(180deg, rgba(50, 169, 76,0.4), rgba(217, 217, 217,0));
    border-radius: 0 2.5rem 0 0;
    z-index: -2;
}
.greeting-content {
    display: flex;
    gap: 5rem;
    padding: 5rem 5rem 0 0;
}
.greeting-text-box {
    width: 70%;
}
.content-tit {
    font-size: 2rem;
    font-weight: 700;
}
.content-text {
    display: flex;
    flex-direction: column;
    gap: 3rem;
    margin-top: 4rem;
}
.greeting-img-box {
    width: 40%;
}
.chairmam {
    margin-top: 1.5rem;
    text-align: center;
}
@media (max-width:1520px) {
    .content-text pre {
        white-space: normal;
    }
}
@media (max-width:1024px) {
    .greeting-wrap {
        position: relative;
        padding-bottom: 5rem;
    }
    .greeting-wrap:after {
        width: 100%;
        height: 60%;
        border-radius: 0;
        background: linear-gradient(180deg, rgba(50, 169, 76, 0.2), rgba(217, 217, 217, 0));
    }
    .greeting-content {
        flex-direction: column;
        padding: 4rem 4rem 0;
    }
    .greeting-text-box {
        width: 100%;
    }
    .content-text {
        gap: 2rem;
        margin-top: 3rem;
    }
    .greeting-img-box {
        width: 60%;
        margin: 0 auto;
    }
}
@media (max-width:768px) {
    .greeting-wrap  {
        padding-bottom: 4rem;
    }
    .greeting-img-box {
        width: 80%;
    }  
}
@media (max-width:500px) {
    .greeting-content {
        padding: 2rem 2rem 0;
        gap: 3rem;
    }
    .greeting-img-box {
        width: 100%;
    }  
    .chairmam strong{
        display: block;
    }
}
/* =========================
  연혁 socheon/greeting
========================= */
.history-info {
    width: 100%;
    background: var(--pointcolor);
    color: #fff;
    padding: 2.5rem;
    text-align: center;
    border-radius: 1rem;
}
.history-info .logo {
    width: 15rem;
    margin: 0 auto;
}
.history-info .logo img {
    filter: brightness(200);
}
.history-info p {
    margin-top: 1.5rem;
}
.history-box {
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: 15rem;
    padding: 0 3rem;
    margin-top: 4rem;
}
.history-box::after {
    content: '';
    position: absolute;
    top: 0;
    left: 19rem;
    width: 1px;
    height: 100%;
    background: #ddd;
}
.history-period span {
    font-size: 2rem;
    font-weight: 700;
    color: var(--pointcolor);
}
.history-content {
    display: flex;
    flex-direction: column;
    gap: 5rem;
    flex: 1;
}
.history-year {
    display: flex;
}
.history-year .year-tit {
    width: 5rem;
    font-size: 1.25rem;
    font-weight: 700;
}
.history-list .history-item {
    display: flex;
    align-items: center;
    gap: 1rem;
    font-size: 1.125rem;
}
.history-list .month {
    color: #999;
}
@media (max-width:1280px) {
    .history-info {
        padding: 2rem;
    }
    .history-info .logo {
        width: 12rem;
    }
}
@media (max-width:1024px) {
    .history-info .logo {
        width: 10rem;
    }
    .history-box {
        gap: 8rem;
    }
}
@media (max-width:768px) {
    .history-box {
        flex-direction: column;
        gap: 3rem;
        padding: 0;
        margin-top: 0;
    }
    .history-box::after {
        display: none;
    }
    .history-period {
        width: 100%;
        padding: 3rem 0;
        border-bottom: 1px solid #ddd;
        text-align: center;
    }
    .history-content {
        gap: 3rem;
    }
    .history-year {
        flex-direction: column;
        gap: 1rem;
    }
}
@media (max-width: 500px) {
    .history-box {
        gap: 2rem;
    }
    .history-period {
        padding: 2rem 0;
    }
    .history-info .logo {
        width: 9rem;
    }
    .history-content {
        gap: 2rem;
    }
}
/* =========================
  재단 설립 이념 socheon/ideology
========================= */
.ideology-wrap .img-box {
    width: 100%;
    height: 35rem;
    border-radius: 2.5rem;
    background: url(/img/sub/springwater.jpg) no-repeat center / cover fixed;
}
.ideology-text-list .ideology-item {
    display: flex;
    flex-direction: row;
    gap: 7.5rem;
    padding: 4rem 0;
    border-bottom: 1px dotted #ddd;
}
.ideology-text-list .ideology-item .ideology-tit {
    width: 25rem;
}
.ideology-text-list .ideology-item .ideology-tit span {
    color: var(--pointcolor);
    font-weight: 500;
    margin-bottom: .5rem;
}
.ideology-text-list .ideology-item .ideology-tit p {
    font-size: 2rem;
    font-weight: 700;
    white-space: nowrap;
}
.ideology-text-list .ideology-item .ideology-text-box {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    flex: 1;
}
.ideology-content .promise {
    position: relative;
    font-size: 1.75rem;
    font-weight: 500;
    text-align: center;
    margin-top: 4rem;
    padding-top: 10.25rem;
}
.ideology-content .promise::before {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    content: '';
    width: 2px;
    height: 6.25rem;
    background: linear-gradient(180deg, #32A94C, #1F692F);
}
@media (max-width:1280px) {
    .ideology-wrap .img-box {
        height: 30rem;
    }
    .ideology-content .promise {
        font-size: 1.6rem;
    }
}
@media (max-width:1024px) {
    .ideology-wrap .img-box {
        height: 25rem;
    }
    .ideology-text-list .ideology-item {
        flex-direction: column;
        gap: 2rem;
        padding: 3.5rem 0;
    }
    .ideology-content .promise {
        margin-top: 3rem;
        padding-top: 8rem;
        font-size: 1.5rem;
    }
    .ideology-content .promise::before {
        height: 5rem;
    }
}
@media (max-width:500px){
    .ideology-wrap .img-box {
        height: 15rem;
    }
    .ideology-text-list .ideology-item {
        gap: 1rem;
        padding: 3rem 0;
    }
    .ideology-text-list .ideology-item .ideology-tit p {
        font-size: 1.5rem;
    }
    .ideology-content .promise {
        font-size: 1.25rem;
        padding-top: 5rem;
    }
    .ideology-content .promise::before {
        height: 3rem;
    }
}
/* =========================
  조직도 socheon/org
========================= */
.org-table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
}
.org-table thead {
    border-top: 2px solid #000;
}
.org-table thead tr th {
    background: #f7f7f7;
    text-align: center;
    padding: 1.25rem;
}
.org-table thead tr th:first-child{
    border-right: 1px solid #ddd;
}
.org-table tbody td {
    border-bottom: 1px solid #ddd;
    padding: 1.25rem;
    vertical-align: middle;
}
.org-table tbody tr td.category {
    text-align: center;
    border-right: 1px solid #ddd;
}
.org-table .name span {
    font-size: 1rem;
}
.org-table .desc {
    margin-top: 8px;
    font-size: 1rem;
    color: #999;
}
/* =========================
  오시는 길 socheon/map
========================= */
.map-api {
    width: 100%;
    height: 28rem;
    background: #ddd;
}
.map-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 2.5rem;
    background-color: var(--pointcolor);
    color: #fff;
    border-radius: 0 0 2.5rem 2.5rem;
}
.map-info ul {
    display: flex;
    align-items: center;
    gap: 4rem;

}
.map-info ul li {
    display: flex;
    align-items: center;
    gap: 1rem;
}
.map-info ul li strong {
    font-size: 1.25rem;
    font-weight: 700;
}
.map-info ul p,
.map-info ul li > a {
    font-size: 1.125rem;
    color: #fff;
}
.map-btn {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 9rem;
    height: 3.5rem;
    background: #fff;
    border-radius: 100px;
    font-size: 1.125rem;
    transition: var(--transition);
}
.map-btn .icon {
    position: absolute;
    content: "";
    background: var(--subcolor);
    width: 2.5rem;
    height: 2.5rem;
    top: 50%;
    left: 0;
    transform: translate(-50%, -50%);
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    overflow: hidden;
    transition: var(--transition);
}
.map-btn .icon::after {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    content: "";
    background: url(/img/icon/map.svg) no-repeat center center;
    width: 14px;
    height: 18px;
    transition: var(--transition);
    animation: mapIcon 1.4s ease-in-out infinite;
}
@keyframes mapIcon {
    0% {transform: translate(-50%, -45%);}
    50% {transform: translate(-50%, -65%);}
    100% {transform: translate(-50%, -45%);}
}
@media (max-width:1280px) {
    .map-info ul {
        align-items: flex-start;
        flex-direction: column;
        gap: 1rem;
    }
}
@media (max-width:768px) {
    .map-api {
        height: 20rem;
    }
    .map-info {
        align-items: flex-start;
        flex-direction: column;
        gap: 2rem;
        padding: 2rem;
        border-radius: 0 0 1rem 1rem;
    }
    .map-info ul li {
        align-items: flex-start;
        gap: .5rem;
        flex-direction: column;
    }
    .map-btn {
        margin-left: 1.25rem;
    }
}
/* =========================
  장학 신청 안내 scholarship/apply
========================= */
.scholarship .container,
.program .container {
    display: flex;
    flex-direction: column;
    gap: 6.25rem;
}
.scholarship .content-head,
.program .content-head {
    font-size: 1.75rem;
    font-weight: 700;
    margin-bottom: 2rem;
    line-height: 1;
}
.scholarship .content-head::before,
.program .content-head::before {
    display: inline-block;
    margin-right: 12px;
    content: "";
    background: var(--pointcolor);
    width: .5rem;
    height: 1.75rem;
    vertical-align: middle;
}
.scholarship .content-box .text,
.program .content-box .text {
    margin-bottom: 1.5rem;
}
.scholarship .content-box .info-list {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}
.scholarship .content-box .info-list li {
    color: #555;
}
.scholarship .content-box .info-list li span {
    color: #000;
}
.scholarship .content-box .info-list li span::before {
    display: inline-block;
    margin-right: 4px;
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 100%;
    background: #000;
    vertical-align: middle;
}
.info-note {
    display: inline-block;
    color: #999;
    margin-top: 1rem;
}
.apply .step-wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
    margin-top: 2rem;
}
.apply .step-item {
    padding: 1.875rem;
    border: 1px solid #ddd;
    border-radius: 1rem;
    height: 140px;
}
.apply .step-item-tit {
    display: flex;
    align-items: center;
    margin-bottom: 0.5rem;
}
.apply .step-item-tit span {
    color: var(--pointcolor);
    font-weight: 700;
    margin-right: .75rem;
}
.apply .step-item-txt {
    font-size: 1rem;
    color: #999;
    margin-left: 1.5rem;
}
.apply .step-item-txt span {
    display: block;
}
.apply .step-download {
    display: none;
    /* display: block; */
    padding: .5rem 1.5rem;
    font-size: 14px;
    background: #000;
    color: #fff;
    border-radius: 100px;
}
.apply .download-item {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.apply .step-download::after {
    display: inline-block;
    margin-left: 8px;
    content: "";
    width: 14px;
    height: 14px;
    transition: var(--transition);
    vertical-align: text-top;
    background: url(/img/icon/download.svg) no-repeat center/contain;
}
@media (max-width:1280px) {
    .scholarship .content-head::before,
    .program .content-head::before {
        height: 1.7rem;
    }
    .apply .step-wrap {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width:1024px) {
    .apply .step-item {
        height: 122px;
    }
}
@media (max-width:768px) {
    .scholarship .container,
    .program .container {
        gap: 5rem;
    }
    .apply .step-wrap {
        gap: 1rem;
        grid-template-columns: 1fr;
    }
    .apply .step-item {
        padding: 1.5rem;
        height: 105px;
    }
}
@media (max-width:500px) {}
/* =========================
  신청 방법 및 유의사항 scholarship/guide
========================= */
.guide .note-wrap {
    padding: 1.875rem;
    background: #FBEFF0;
    border-radius: 1rem;
    margin-top: 2.5rem;
    border: 1px solid #F5D6D9;
}
.guide .note-wrap h4 {
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--redcolor);
}
.guide .note-wrap ul{
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    margin-top: 1rem;
}
.guide .note-wrap ul li {
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
}
.guide .note-wrap  ul li .check {
    display: inline-block;
    width: 1.25rem;
    height: 1.25rem;
    background: url(/img/icon/check.png) no-repeat center/contain;
}
.guide .note-wrap  ul li p {
    flex: 1;
}
.guide-content .email-link {
    text-decoration: underline;
}
.process-step {
    gap: 3.5rem;
}
.process-step li {
    position: relative;
    flex: 1;
    text-align: center;
    border: 1px solid #ddd;
    border-radius: 1rem;
}
.process-step li:not(:last-child)::after {
    display: inline-block;
    position: absolute;
    top: 50%;
    right: -1rem;
    transform: translate(100%, -50%);
    content: "";
    width: 1.5rem;
    height: 1.5rem;
    background: url(/img/icon/double-right.png) no-repeat center/contain;
}
.process-step li span{
    display: block;
    width: 100%;
    font-size: 1rem;
    font-weight: 700;
    color: #999;
    padding: .5rem 0;
    background: #f7f7f7;
    border-radius: 1rem 1rem 0 0;
}
.process-step li p{
    padding: 1.875rem 0;
}
.ask-list {
    align-items: stretch;
}
.ask-item {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex: 1;
    padding: 1.875rem;
    border: 1px solid #ddd;
    border-radius: 1rem;
}
.ask-item .ask-text {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.ask-item .ask-info .ask-head {
    display: flex;
    align-items: flex-end;
    gap: 0.5rem;
    margin-bottom: 1rem;
}
.ask-item .ask-info .ask-head h4 {
    font-size: 1.25rem;
    font-weight: 700;
}
.ask-item .ask-info .ask-head small {
    font-size: .875rem;
}
.ask-item .ask-info span {
    font-size: 1.125rem;
}
.ask-item .ask-info .ask-number{
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--pointcolor);
}
.ask-img {
    width: 25%;
    height: 5.5rem;
    aspect-ratio: 1 / 1;
    overflow: hidden;
}
.ask-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.ask-link {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-top: 1.5rem;
}
.ask-link .arrow {
    width: 1.25rem;
    height: 1.25rem;
    flex-shrink: 0;
    background: url(/img/icon/arrow-down.svg) no-repeat center center / contain;
    transition: var(--transition);
    transform: rotate(-90deg);
}
@media (max-width:1024px) {
    .process-step {
        gap: 2rem;
    }
    .process-step li {
        border-radius: .5rem;

    }
    .process-step li:not(:last-child)::after {
        right: -0.25rem;
    }
    .process-step li span {
        border-radius: .5rem .5rem 0 0;
    }
}
@media (max-width:768px) {
    .process-step li {
        width: 28%;
        flex: none;
    }
    .ask-list {
        flex-direction: column;
        gap: 1rem;
    }
    .ask-item {
        padding: 1.5rem;
    }
    .guide .note-wrap {
        padding: 1.5rem;
    }
}
@media (max-width:768px) {
    .process-step li {
        width: 26%;
    }
    .guide .note-wrap {
        padding: 1rem;
    }
}
/* =========================
  장학금 지급 현황 program/status
========================= */
.status-summary{
    display:flex;
    gap: .5rem;
    overflow: hidden;
}
.summary-item{
    flex:1;
    background:linear-gradient(180deg, #32a94c20, #32a94c10);
}
.status-summary .summary-item:nth-child(1) {
    border-radius: 2.5rem 1.5rem 1.5rem 2.5rem;
}
.status-summary .summary-item:nth-child(2) {
    border-radius: 1.5rem 2.5rem 2.5rem 1.5rem;
}
.summary-title{
    display:block;
    padding: 1.875rem;
    font-size:1.25rem;
    font-weight: 700;
}
.summary-value{
    display:flex;
    align-items:center;
    gap:0.4rem;
    width: 100%;
    padding: 1.5rem 1.875rem;
    background:var(--pointcolor);
    color:#fff;
}
.status-summary:nth-child(1) .summary-value {
    border-radius: 2.5rem 1.5rem 1.5rem 2.5rem;
}
.status-summary:nth-child(2) .summary-value {
    border-radius: 1.5rem 2.5rem 2.5rem 1.5rem;
}
.summary-value strong{
    font-size:2.5rem;
    font-weight:700;
}
.summary-value em,
.summary-value span{
    color: #eee;
}
.program-table{
    width:100%;
    border-collapse:collapse;
    table-layout: fixed;
}
.program-table thead {
    border-top: 2px solid #000;
}
.program-table thead tr th {
    background: #f7f7f7;
    text-align: center;
    padding: 1.25rem;
}
.program-table tbody td {
    border-bottom: 1px solid #ddd;
    padding: 1.25rem;
    text-align: center;
    vertical-align: middle;
}
.program-table thead tr th:not(:last-child),
.program-table tbody tr td:not(:last-child) {
    border-right: 1px solid #ddd;
}
.program-table tbody td.amount {
    text-align: right;
}
.download .download-btn{
    position:relative;
    display: flex;
    width: fit-content;
    margin: auto;
}
.download .download-btn::before{
    content:"";
    width:1.5rem;
    height:1.5rem;
    background:url("/img/icon/pdf.png") no-repeat center/contain;
}
@media (max-width:1024px) {
    .status-content {
        flex-direction: column;
        gap: 0;
    }
    .status-content .content-box {
        width: 100%;
        padding: 0;
    }
    .summary-value strong {
        font-size: 2rem;
    }
}
@media (max-width:768px) {
    .summary-title {
        padding: 1.5rem;
    }
    .summary-value {
        padding: 1rem 1.5rem;
    }
    .summary-value strong {
        font-size: 1.5rem;
    }
    .status-summary .summary-item:nth-child(1) {
        border-radius: 1.5rem 0.5rem 0.5rem 1.5rem;
    }
    .status-summary .summary-item:nth-child(2) {
        border-radius: 0.5rem 1.5rem 1.5rem 0.5rem;
    }
} 
@media (max-width:500px) {
    .status-content .content-box {
        overflow-x: scroll;
        scrollbar-width: none;
        scroll-behavior: smooth;
    }
    .program-table {
        width: 150%;
    } 
    .summary-value strong {
        font-size: 1.25rem;
    }
}
/* =========================
  수입 및 지출 현황 program/finance
========================= */
@media (max-width:500px) {
    .finance-content .table-box {
        overflow-x: scroll;
        scrollbar-width: none;
        scroll-behavior: smooth;
    }
    .finance-content .program-table {
        width: 250%;
    } 
}
/* =========================
  개인정보처리방침 info/privacy
========================= */
.privacy-intro {
    padding: 1.875rem;
    background: #F2FBF6;
    border-radius: 1rem;
    border: 1px solid var(--pointcolor);
}
.privacy-intro span {
    font-weight: 700;
    color: #1F692F;
}
.privacy-content {
    margin-top: 5rem;
}
.privacy-content h2 {
    margin: 0 0 .5rem;
    font-size: 1.375rem;
    font-weight: 700;
    color: #1F692F;
}
.privacy-content h3 {
    margin: 1.5rem 0 .5rem;
    font-size: 1.25rem;
    font-weight: 600;
}
.privacy-content h4 {
    margin: 1rem 0 .5rem;
    font-size: 1.125rem;
    font-weight: 600;
}
.privacy-content ul {
    margin-left: 1.5rem;
}
.privacy-content ul li::before {
    content: '';
    width: 4px;
    height: 4px;
    margin-right: 6px;
    background-color: #000;
    border-radius: 5px;
    display: inline-block;
    vertical-align: middle;
}
.privacy-content ul li {
    padding-left: 10px;
    text-indent: -10px;
}
.privacy-content span {
    display: inline-block;
    margin: 1rem 0 .5rem;
    font-weight: 600;
}
.privacy-day {
    margin-top: 5rem;
}
/* =========================
  loading
========================= */
.loading-content {
    padding: 7.5rem 0;
    height: 55vh;
}
.loading-content .container {
    align-items: center;
    text-align: center;
    gap: 2.5rem;
}
.loading-content figure {
    width: 6.25rem;
}
.loading-content figure img {
    animation: spin 16s linear infinite;
}
@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
.loading-text-box h1 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
}
.loading-text-box h1 span {
    font-weight: 600;
}
.loading-text-box p {
    color: #555;
}
@media (max-width:500px) {
    .loading-text-box h1 {
        font-size: 2rem;
    }
    .loading-text-box p {
        font-size: 13px;
    }
}