@font-face {
    font-family: 'TTLaundryGothicR';
    src: url('https://cdn.jsdelivr.net/gh/fontbee/font@main/Lifegoeson/TTLaundryGothicR.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

/* iframe, video */
iframe, video {
	width: 100%;
	height: auto;
	aspect-ratio: 1/0.5625;
}

/* 컨텐츠 넓이 */
.inner.v1 {
    max-width: calc(1840px + 5rem);
    width: 100%;
    margin: 0 auto;
    padding: 0 2.5rem;
}
.inner.v2 {
    max-width: calc(1420px + 5rem);
    width: 100%;
    margin: 0 auto;
    padding: 0 2.5rem;
}
.inner.v3 {
    max-width: calc(1420px + 5rem);
    width: 100%;
    margin: 0 auto;
    padding: 0 2.5rem;
}

@media screen and (max-width: 1280px) {
    .inner.v1, .inner.v2, .inner.v3 {
        padding: 0 1rem;
    }
}
@media screen and (max-width: 500px) {
    .inner.v3 {
        padding: 0 0 0 1rem;
    }
}

/*header*/
body[data-scroll-dir="down"] .header {
    transform: translateY(-100%);
}
body[data-scroll-dir="up"] .header {
    transform: translateY(0);
}
body.allMenuOpen {
    overflow: hidden;
}
body.allMenuOpen .header {
    transform: translateY(0);
}
.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    transition: transform 0.3s ease;
    border-bottom: 1px solid #EEE;
    z-index: 999;
}
.header .header_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 5.5rem;
}
.header .logo {
    /* width: 22rem; */
}
.header .gnb {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
}
.header .gnb .depth-1 {
    display: flex;
    color: #222;
}
.header .gnb .depth-1:before {
    content: '';
    display: block;
    position: absolute;
    top: calc(100% + 1px);
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    height: 0;
    opacity: 0;
    z-index: -1;
    visibility: hidden;
    background: #FFF;
    box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.05);
}
.header .gnb .depth-1:hover:before {
    height: 6.375rem;
    opacity: 1;
    visibility: visible;
}
.header .gnb .depth-1 > li {
    position: relative;
}
.header .gnb .depth-1 > li:hover > a {
    color: #FAA74A;
}
.header .gnb .depth-1 > li > a {
    position: relative;
    display: block;
    padding: 0 1.25rem;
    height: 5.5rem;
    line-height: 5.5rem;
    font-size: 1.25rem;
    font-weight: 600;
    text-align: center;
    text-wrap: nowrap;
}
.header .gnb .depth-1 > li > a:after {
    content: '';
    display: block;
    position: absolute;
    top: calc(100% - 1px);
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 2px;
    background-color: #FAA74A;
    transition: width .3s;
}
.header .gnb .depth-1 > li:hover > a:after {
    width: calc(100% - 1rem);
}
.header .gnb .depth-1 > li:hover .depth-2 {
    visibility: visible;
    opacity: 1;
}
.header .gnb .depth-1 > li .depth-2 {
    display: flex;
    justify-content: center;
    gap: 2.5rem;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    padding: 2.5rem 0;
    visibility: hidden;
    opacity: 0;
    transition: all .1s;
}
.header .gnb .depth-1 > li .depth-2 > li a {
    display: inline-block;
    width: 100%;
    white-space: nowrap;
    transition: all .2s;
    font-size: 1.125rem;
    font-weight: 400;
    letter-spacing: -0.4px;
}
.header .gnb .depth-1 > li .depth-2 > li a:hover {
    color: #FAA74A;
}
.header .menu {
    display: flex;
    align-items: center;
}
.header .menu a {
    position: relative;
    margin: 0 0.75rem;
    color: #888;
    font-size: 1.0625rem;
    font-weight: 400;
    text-wrap: nowrap;
}
.header .menu a:first-of-type:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: -0.75rem;
    transform: translateY(-50%);
    width: 1px;
    height: 0.75rem;
    background-color: #DDD;
}
.header .menu button {
    margin-left: 1rem;
    width: 1.625rem;
    height: 1.625rem;
}
.header .menu button img {
    width: 100%;
}
.header .all_menu {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
    z-index: 999;
}
.header .all_menu .all_menu_top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding: 0 2.5rem;
    border-bottom: 1px solid #EEE;
    height: 5.5rem;
}
.header .all_menu .all_menu_top button img {
    width: 100%;
}
.header .all_menu .all_menu_bottom {
    display: flex;
    justify-content: flex-start;
    gap: 8rem ;
    height: calc((var(--vh, 1vh) * 100));
    padding: 8rem 2.5rem 2.5rem;
    background-color: #FFF;
    overflow: hidden;
}
.header .all_menu .all_menu_bottom .all_menu_bg {
    min-width: 26.875rem;
    height: 100%;
    background: url(../img/all_menu_bg.jpg) no-repeat center / cover;
    border-radius: 2.5rem;
}
.header .all_menu .all_menu_bottom .all_menu_list {
    width: 100%;
    overflow-y: auto;
    /* scrollbar-width: thin; */
}
.header .all_menu .all_menu_bottom .all_menu_list::-webkit-scrollbar {
    width: 5px;  
}
.header .all_menu .all_menu_bottom .all_menu_list::-webkit-scrollbar-thumb {
    background: #BBB;
    border-radius: 10px;
}
.header .all_menu .all_menu_bottom .all_menu_list::-webkit-scrollbar-track {
    background: #FFF
}
.header .all_menu .all_menu_bottom .all_menu_list .depth-1 > li {
    display: flex;
    align-items: center;
    padding: 2.5rem 0;
    border-bottom: 1px solid #DDD;
}
.header .all_menu .all_menu_bottom .all_menu_list .depth-1 > li > a {
    display: block;
    margin-right: 7.5rem;
    min-width: 11rem;
    color: #222;
    font-size: 2.5rem;
    font-weight: 700;
    line-height: normal;    
}
.header .all_menu .all_menu_bottom .all_menu_list .depth-1 > li .depth-2 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 1rem 0;
}
.header .all_menu .all_menu_bottom .all_menu_list .depth-1 > li .depth-2 a {
    display: block;
    width: 11.5rem;
    color: #222;
    font-size: 1.25rem;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.5px;
}
.header .all_menu .all_menu_bottom .all_menu_list .depth-1 > li .depth-2 a br {
	display: none;
}
.header .depth-2 .depth-mo {
    display: none;
}
.header .all_menu .all_menu_bottom .all_menu_list .support_regu {
	display: none;
}
.header .all_menu .all_menu_bottom .all_menu_list .policy {
    display: flex;
    justify-content: flex-end;
    gap: 1rem;
    padding-top: 2rem;
    color: #222;
    font-size: 1.125rem;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.45px;
}

@media screen and (max-width: 1600px) {
    .header .all_menu .all_menu_bottom {
        gap: 6rem;
    }
    .header .all_menu .all_menu_bottom .all_menu_list .depth-1 > li > a {
        margin-right: 5rem;
    }
}
@media screen and (max-width: 1440px) {
    .header .gnb {
        position: static;
        transform: none;
    }
    .header .gnb .depth-1:before {
        left: 0;
        right: 0;
        transform: none;
    }
    .header .all_menu .all_menu_bottom {
        gap: 6rem;
    }
    .header .all_menu .all_menu_bottom .all_menu_list .depth-1 > li {
        padding: 2rem 0;
    }
    .header .all_menu .all_menu_bottom .all_menu_list .depth-1 > li > a {
        margin-right: 4rem;
        min-width: 9rem;
        font-size: 2rem;
    }
    .header .all_menu .all_menu_bottom .all_menu_list .depth-1 > li .depth-2 a {
        width: 11rem;
        font-size: 1.125rem;
    }
    .header .all_menu .all_menu_bottom .all_menu_list .policy {
        font-size: 1rem;
    }
}

@media screen and (max-width: 1280px) {
    .header .gnb {
        display: none;
    }
    .header .all_menu .all_menu_top {
        padding: 0 1rem;
    }
    .header .all_menu .all_menu_bottom {
        gap: 3.5rem;
        padding: 8rem 1rem 1rem;
    }
    .header .all_menu .all_menu_bottom .all_menu_bg {
        min-width: 22rem;
    }
    .header .all_menu .all_menu_bottom .all_menu_list .depth-1 > li > a {
        margin-right: 2.5rem;
        min-width: 10rem;
        font-size: 2rem;
    }
    .header .all_menu .all_menu_bottom .all_menu_list .depth-1 > li .depth-2 {
        gap: 1rem;
    }
    .header .all_menu .all_menu_bottom .all_menu_list .depth-1 > li .depth-2 a {
        width: auto;
    }
}

@media screen and (max-width: 1080px) {
	.header .all_menu .all_menu_top {
		z-index: 10;
	}
    .header .all_menu .all_menu_bottom {
		position: relative;
        padding: 5.5rem 1rem 1.5rem;
    }
    .header .all_menu .all_menu_bottom .all_menu_bg {
        display: none;
    }
	.header .all_menu .all_menu_bottom .all_menu_list::-webkit-scrollbar {
		width: 0;
		opacity: 0;  
	}
    .header .all_menu .all_menu_bottom .all_menu_list {
		/* display: flex;
		flex-flow: column; */
        /* position: relative; */
    }
    .header .all_menu .all_menu_bottom .all_menu_list .depth-1 > li {
        align-items: flex-start;
        flex-direction: column;
        padding: 1.25rem 0;
    }
    .header .all_menu .all_menu_bottom .all_menu_list .depth-1 > li.active {
        border-bottom: none;
    }
    .header .all_menu .all_menu_bottom .all_menu_list .depth-1 > li > a {
        position: relative;
        margin-right: 0;
        padding: 0 1rem;
        width: 100%;
        font-size: 1.125rem;
    }
    .header .all_menu .all_menu_bottom .all_menu_list .depth-1 > li > a.has-depth-2 {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M18 11H6V13H18V11Z' fill='%23121212'/%3E%3Cpath d='M13 18V6H11V18H13Z' fill='%23121212'/%3E%3C/svg%3E");
        background-size: 1.5rem;
        background-repeat: no-repeat;
        background-position: 100% 50%;
    }
    .header .all_menu .all_menu_bottom .all_menu_list .depth-1 > li.active > a.has-depth-2 {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M18 11H6V13H18V11Z' fill='%23FAA74A'/%3E%3C/svg%3E");
        color: #FAA74A;
    }
    .header .all_menu .all_menu_bottom .all_menu_list .depth-1 > li .depth-2 {
        display: none;
        margin-top: 1.5rem;
        padding: 0.75rem 1rem;
        width: 100%;
        background-color: #F8F8F8;
        border-radius: 1.5rem;
    }
    .header .all_menu .all_menu_bottom .all_menu_list .depth-1 > li .depth-2 a {
        padding: 0.75rem 0;
        color: #121212;
        font-size: 1rem;
        font-weight: 400;
        line-height: normal;
    }
	.header .all_menu .all_menu_bottom .all_menu_list .support_regu {
		display: block;
	}
    .header .all_menu .all_menu_bottom .all_menu_list .policy {
		position: absolute;
		left: 0;
		bottom: 0;
        justify-content: center;
		margin-top: auto;
        padding: 1rem 0 1rem;
        width: 100%;
        font-size: 0.875rem;
		background-color: #fff;
    }
    .header .depth-2 .depth-pc {
        display: none;
    }
    .header .depth-2 .depth-mo {
        display: block;
    }
}
@media screen and (max-width: 800px) {
    .header .header_wrap {
        height: 3.4375rem;
    }
    .header .logo {
        width: 14.375rem;
    }
    .header .menu a {
        margin: 0 0.5rem;
        font-size: 0.875rem;
        display: none;
    }
    .header .menu button {
        margin-left: 0.5rem;
        width: 1.5rem;
        height: 1.5rem;
    }
    .header .all_menu .all_menu_top {
        height: 3.4375rem;
        padding: 0 1rem;
    }
    .header .all_menu .all_menu_bottom {
        padding-top: 3.4375rem;
    }
    
}
/*donation1_fixed_menu*/
.donation1_fixed_menu {
    display: none;
    flex-direction: column;
    position: fixed;
    bottom: 2.5rem;
    right: 2.5rem;
    z-index: 10;
}
@media screen and (max-width: 1440px) {
    .donation1_fixed_menu {
        bottom: 1.5rem;
        right: 1.5rem;
        width: 8rem;
    }
}
@media screen and (max-width: 800px) {
    .donation1_fixed_menu {
        display: none !important;
    }   
}

/*right_fixed_menu*/
.right_fixed_menu {
    position: fixed;
    top: 45%;
    right: 0;
    background-color: #FFF;
    border-radius: 1.25rem 0 0 1.25rem;
    z-index: 999;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.10);
    -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.10);
}
.right_fixed_menu ul li {
    padding: 0.8125rem 1rem;
}
.right_fixed_menu ul li.pc_top_btn {
    display: none;
}
.right_fixed_menu ul li a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0.25rem;
}
.right_fixed_menu ul li a img {
    padding: 0.5rem;
    background-color: #F6F6F6;
    border-radius: 50%;
}
.right_fixed_menu ul li a span {
    color: #222;
    font-size: 0.875rem;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.35px;
}
@media screen and (max-width: 800px) {
    .right_fixed_menu {
        display: none;
    }
}

/*mo_top_btn*/
.mo_top_btn {
    display: none;
    position: fixed;
    bottom: 4.25rem;
    right: 1rem;
    padding: 0.875rem;
    background-color: #FFF;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.10);
    border-radius: 50%;
    opacity: 0;
    transition: opacity .3s ease;
    z-index: 10;
}
body[data-scroll-dir="down"] .mo_top_btn {
    opacity: 0;
}
body[data-scroll-dir="up"] .mo_top_btn {
    opacity: 1;
}
@media screen and (max-width: 800px) {
    .mo_top_btn {
        display: block;
    }
}
/*mobile_bottom_menu*/
.mobile_bottom_menu {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #719131;
    border-top: 1px solid #719131;
    z-index: 101;
    display: none;
    transition: transform 0.3s ease;
}
body[data-scroll-dir="down"] .mobile_bottom_menu {
    transform: translateY(100%);
}
body[data-scroll-dir="up"] .mobile_bottom_menu {
    transform: translateY(0);
}
.mobile_bottom_menu ul {
    display: flex;
    align-items: center;
}
.mobile_bottom_menu ul li {
    width: 100%;
}
.mobile_bottom_menu ul li a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 3.5rem;
}
.mobile_bottom_menu ul li a span {
    color: #fff;
    font-size: 0.75rem;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.3px;
}
@media screen and (max-width: 800px) {
    .mobile_bottom_menu {
        display: block;
    }
}

/* footer */
.footer {
    position: relative;
    background-color: #222 !important;
}
.footer .footer_wrap {
    padding: 4rem 0;
}
.footer .footer_wrap .footer_top {
    display: flex;
    align-items: center;
    gap: 3.25rem;
    position: relative;
    padding-bottom: 1.75rem;
    border-bottom: 1px solid #333;
}
.footer .footer_wrap .footer_top .f_nav {
    display: flex;
    align-items: center;
    gap: 1rem;
    color: #9F9F9F;
    font-size: 1rem;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.4px;
}
.footer .footer_wrap .footer_bottom {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 2rem;
    color: #9F9F9F;
    font-size: 1rem;
    letter-spacing: -0.4px;
}
.footer .footer_wrap .footer_bottom .f_info {
    display: flex;
    flex-wrap: wrap;
}
.footer .footer_wrap .footer_bottom address {
    margin-right: 1rem;
    margin-bottom: 0.5rem;
}
.footer .footer_wrap .footer_bottom ul {
    display: flex;
    flex-wrap: wrap;
    gap: 0 2rem;
}
.footer .footer_wrap .footer_bottom ul li {
    position: relative;
    margin-bottom: 0.5rem;
}
.footer .footer_wrap .footer_bottom ul li:not(:last-child):after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: -1rem;
    transform: translateY(-50%);
    width: 1px;
    height: 0.75rem;
    background-color: #9F9F9F;
}
.footer .footer_wrap .footer_bottom ul li strong {
    margin-right: 0.5rem;
}
.footer .footer_wrap .footer_site {
	display: flex;
	align-items: center;
	gap: 1rem;
	margin-top: 1.75rem;
	/* padding-top: 1.75rem; */
	font-size: 0.875rem;
	/* border-top: 1px solid #333; */
}
.footer .footer_wrap .footer_site * {
	color: #fff;
}
.footer .footer_wrap .footer_site img {
	height: 1.75rem;
}
@media (hover: none) and (pointer: coarse) {
	.header .gnb .depth-1 > li > a {
		pointer-events: none;
		cursor: default;
    }
}
@media screen and (max-width: 800px) {
    .footer .footer_wrap {
        padding: 2.5rem 0 8.5rem;
    }
    .footer .footer_wrap .footer_top {
        flex-direction: column;
        align-items: flex-start;
        gap: 1.25rem;
        padding-bottom: 1.5rem;
    }
    .footer .footer_wrap .footer_top .f_logo {
        width: 14.375rem;
    }
    .footer .footer_wrap .footer_top .f_nav {
        gap: 0.75rem;
        font-size: 0.875rem;
        font-weight: 700;
        letter-spacing: -0.35px;
    }
    .footer .footer_wrap .footer_bottom {
        margin-top: 1.5rem;
        font-size: 0.875rem;
    }
    .footer .footer_wrap .footer_bottom ul li:not(:last-child):after {
        height: 0.625rem;
    }
    .footer .footer_wrap .footer_bottom ul li:nth-of-type(2):after, .footer .footer_wrap .footer_bottom ul li:nth-of-type(3):after {
        display: none;
    }
    .footer .footer_wrap .footer_bottom ul li:nth-of-type(3), .footer .footer_wrap .footer_bottom ul li:nth-of-type(4) {
        width: 100%;
    }
    .footer .footer_wrap .footer_bottom .f_copy {
        font-size: 0.75rem;
        letter-spacing: -0.3px;
    }
	.footer .footer_wrap .footer_site {
		flex-wrap: wrap;
		gap: 0.5rem 1rem;
		font-size: 0.825rem;
	}
	.footer .footer_wrap .footer_site p {
		width: 100%;
	}
	.footer .footer_wrap .footer_site img {
		height: 1.5rem;
	}
}


/* 이미지 PC/모바일 */
img.img_m {
    display: none;
}
@media screen and (max-width: 800px) {
    img.img_pc {
        display: none;
    }
    img.img_m {
        display: block;
    }
}

br.lg, br.md, br.sm, br.xs, br.xxs { display: none; }

br.none { display: none; }

br.all { display: block; }

@media screen and (max-width: 1440px) { br.lg { display: block; }
  br.lg_none { display: none; } }

@media screen and (max-width: 1280px) { br.md { display: block; }
  br.md_none { display: none; } }

@media screen and (max-width: 800px) { br.sm { display: block; }
  br.sm_none { display: none; } }

@media screen and (max-width: 600px) { br.xs { display: block; }
  br.xs_none { display: none; } }

@media screen and (max-width: 375px) { br.xxs { display: block; }
  br.xxs_none { display: none; } }