@charset "utf-8";
/* layout.css는 전체적인 레이아웃 스타일을 정의합니다. */ 

#skipToContent a {z-index:100000;position:absolute;top:0;left:0;width:1px;height:1px;font-size:0;line-height:0;overflow:hidden}
#skipToContent a:focus, 
#skipToContent a:active {width:200px;height:50px;background:#21272e;color:#fff;font-size:14px;font-weight:bold;text-align:center;text-decoration:none;line-height:50px;outline-color:#f37736;}

.only-desktop-tablet {display:block;}
.only-desktop {display:block;}
.only-tablet {display:none;}
.only-mobile {display:none;}

#wrapper {position:relative; overflow:hidden;}

/* header */
#header {position:fixed; top:0; left:0; width:100%; z-index:100; transition:.3s; border-bottom:1px solid rgba(255, 255, 255, 0.20);}
#header .contain {max-width:1460px; position:relative; display:flex; align-items:center; justify-content:space-between; height:var(--header-height); z-index:10;}

.sitelogo a {display:block; background:url("/images/common/logo-w.png") no-repeat 0 center / contain; width:clamp(129px, calc(203 / var(--inner) * 100vw), 203px); height:clamp(45px, calc(70 / var(--inner) * 100vw), 70px); font-size:0; line-height:0;}

#gnb {text-align:center; flex:1 1 auto; min-width:0; width:1%; margin-right:calc(var(--space-60) * -1);}
#gnb>ul {display:flex; justify-content:flex-end;} 
#gnb>ul>li {position:relative; padding:0 var(--space-35);}
#gnb>ul>li>a {display:flex; align-items:center; justify-content:center; height:var(--header-height); color:#fff; font-size:var(--font-size-18); font-weight:600; letter-spacing:-.03em; line-height:1.3em;}
#gnb>ul>li:hover>a {color:var(--color-primary) !important;}
#gnb .submenu {border-radius:0 0 16px 16px; display:none; position:absolute; left:50%; width:200px; transform:translateX(-50%); background:var(--color-primary); text-align:center;}
#gnb .submenu>ul {padding:var(--space-25) 5px;}
#gnb .submenu>ul>li>a {display:block; padding:var(--space-8) 0; color:rgba(255, 255, 255, .6); font-size:var(--font-size-18); line-height:1.33em;}
#gnb .submenu>ul>li>a:hover {color:#fff;}

#header:hover {background:#fff;}
#header:hover .sitelogo a {background-image:url('/images/common/logo-on.png');}
#header:hover #gnb>ul>li>a {color:#242424;}
#header:hover .btn-m-menu span,
#header:hover .btn-m-menu span:before,
#header:hover .btn-m-menu span:after {background:#242424;}

#header.header-fixed {background:#fff; box-shadow:0px 3px 5px rgba(0,0,0,0.1);}
#header.header-fixed .sitelogo a {background-image:url('/images/common/logo-on.png');}
#header.header-fixed #gnb>ul>li>a {color:#242424;}
#header.header-fixed .btn-m-menu span,
#header.header-fixed .btn-m-menu span:before,
#header.header-fixed .btn-m-menu span:after {background:#242424;}

/* for mobile */
.btn-m-menu {display:none; position:relative; width:26px; height:26px;}
.btn-m-menu span {position:absolute; left:0; right:0; top:50%; height:2px; margin-top:-1px; background:#fff;}
.btn-m-menu span:before,
.btn-m-menu span:after {content:" "; position:absolute; left:0; right:0; height:2px; background:#fff;}
.btn-m-menu span:before {top:-9px;}
.btn-m-menu span:after {bottom:-9px;}

.mobile-navigation {display:none; position:fixed; top:0; right:0; width:300px; height:100%; overflow:auto; transition:.2s linear; -ms-transform:translateX(100%); transform:translateX(100%); background:#fff; z-index:102;}
.mobile-navigation .home {display:flex; align-items:center; height:80px; padding:0 20px; color:#242424; font-size:19px; font-weight:700; line-height:1.5em;}
.mobile-navigation .home img {height:48px;}
.mobile-navigation .nav-menu>ul {border-top:1px solid #ddd;}
.mobile-navigation .nav-menu>ul>li {border-bottom:1px solid #ddd;}
.mobile-navigation .nav-menu>ul>li>a {position:relative; padding:10px 48px 10px 20px; display:block; color:#242424; font-size:19px; font-weight:700; line-height:1.5em;}
.mobile-navigation .nav-menu>ul>li>a:after {content:""; position:absolute; top:50%; right:20px; transform:translateY(-75%) rotate(45deg); width:11px; height:11px; border-right:2px solid #505050; border-bottom:2px solid #505050;}
.mobile-navigation .nav-menu>ul>li.active>a {color:#fff; background:var(--color-primary);}
.mobile-navigation .nav-menu>ul>li.active>a:after {transform:translateY(-35%) rotate(-135deg); border-color:#fff;}
.mobile-navigation .nav-menu .submenu {display:none; background:#f8f8f8; color:#454545; font-size:16px; font-weight:400; line-height:1.5em;}
.mobile-navigation .nav-menu .submenu ul li {border-top:1px solid #e5e5e5;}
.mobile-navigation .nav-menu .submenu ul li a {display:block; padding:12px 20px;}
.mobile-navigation .nav-menu .submenu ul li a:hover {color:var(--color-primary);}
.mobile-navigation .close {position:absolute; top:25px; right:15px; width:26px; height:26px; text-indent:-9999em; overflow:hidden;}
.mobile-navigation .close:before,
.mobile-navigation .close:after {content:" "; position:absolute; top:12px; left:0; width:100%; height:3px; background:#242424; border-radius:3px;}
.mobile-navigation .close:before {transform:rotate(45deg);}
.mobile-navigation .close:after {transform:rotate(-45deg);}
.mobile-overlay {display:none; position:fixed; top:0; left:0; width:100%; height:100%; background:#000; opacity:0.6; z-index:101;}

html.menu-opened {overflow:hidden;}
html.menu-opened .mobile-navigation {-ms-transform:translateX(0); transform:translateX(0);}
html.menu-opened .mobile-overlay {display:block;}

/* main */
#main #container .contain {max-width:1460px;}

.main-visual {position:relative; height:100vh; overflow:hidden; color:#fff;}
.main-visual .item {height:100vh; overflow:hidden;}
.main-visual .item .video-js,
.main-visual .item video {position:absolute; top:0; left:0; width:100%; height:100%; object-fit:cover;}
.main-visual .item iframe {position:absolute; top:50%; left:50%; width:100vw; height:100vh; -webkit-transform:translate(-50%,-50%); transform:translate(-50%,-50%);}
.main-visual .item img {position:absolute; top:50%; left:0; transform:translateY(-50%); -ms-transform:translateY(-50%); -webkit-transform:translateY(-50%); width:100%; height:auto !important; max-width:100%; min-height:100%; object-fit:cover;}
.main-visual .caption {padding:0 30px; position:absolute; left:0; top:50%; transform:translateY(-50%); -ms-transform:translateY(-50%); -webkit-transform:translateY(-50%); width:100%; text-align:center;}
.main-visual .caption .tit {margin-bottom:var(--space-30); font-size:var(--font-size-88); font-weight:400; letter-spacing:-.03em; line-height:1.22em; font-family:var(--font-nyj);}
.main-visual .caption .txt {font-size:var(--font-size-22); font-weight:500; letter-spacing:-.03em; line-height:1.64em;}
.main-visual .controls {display:flex; justify-content:center; align-items:center; gap:0 var(--space-10); position:absolute; bottom:var(--space-40); left:0; width:100%; z-index:40;}
.main-visual .pager {display:flex; align-items:center; gap:0 10px; color:rgba(255, 255, 255, .4); font-size:var(--font-size-16); font-weight:700; letter-spacing:-.03em; line-height:1.4em;}
.main-visual .pager .bar {width:2px; height:12px; background:#fff;}
.main-visual .pager .current {color:#fff; display:inline-block; font-size:1.75em;}
.main-visual .slide-arrow {width:5px; height:9px; background-position:50% 50%; background-repeat:no-repeat; border:0; overflow:hidden; background-color:transparent; border:0; background-color:transparent;}
.main-visual .slide-prev {background-image:url("/images/main/ctr-prev.png");}
.main-visual .slide-next {background-image:url("/images/main/ctr-next.png");}
.main-visual .active .caption .tit {transition-delay:.2s; transform:translate(0,0); opacity:1;}

@media (min-aspect-ratio:16/9) {
	.main-visual .item iframe {height:56.25vw;}
}
@media (max-aspect-ratio:16/9) {
	.main-visual .item iframe {width:177.78vh;}
}

.m-heading {position:relative; margin-bottom:var(--space-35);}

.m-tit {font-size:var(--font-size-40); font-weight:700; letter-spacing:-.03em; line-height:1.4em;}

.m-txt {font-size:var(--font-size-16); color:#686868; line-height:1.5em; margin-top:var(--space-5);}

.m-btn {transition:.3s; height:clamp(49px, calc(50 / var(--inner) * 100vw), 50px); display:inline-flex; align-items:center; gap:0 var(--space-10); padding:0 var(--space-35); border:1px solid rgba(255, 255, 255, .4); border-radius:12px; font-weight:600; color:#fff; letter-spacing:-.03em; line-height:1.3em;}
.m-btn svg {width:4px; height:8px;}
.m-btn:hover {background:var(--color-primary); border-color:var(--color-primary);}

.more-btn {position:absolute; right:0; bottom:0; display:block; width:40px; height:40px; background:url('/images/main/btn-more.png') no-repeat center / contain;}
.more-btn:hover {background-image:url('/images/main/btn-more-on.png');}

.main-borads {padding:var(--space-100) 0;}
.main-borads .contain {display:flex; justify-content:space-between;}
.main-borads .board {width:calc(50% - var(--space-15));}

.main-borads .notice {border:1px solid #ddd;background:#fff; border-radius:24px; padding:0 var(--space-40);}
.main-borads .notice ul li {display:flex; align-items:center; justify-content:space-between; padding:var(--space-37) 0; border-bottom:1px dashed #ddd;}
.main-borads .notice ul li:last-child {border-bottom:none;}
.main-borads .notice ul li a {flex:1; font-size:var(--font-size-16); color:#242424; line-height:1.5em; overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:1; -webkit-box-orient:vertical;}
.main-borads .notice ul li a:hover {color:var(--color-primary);}
.main-borads .notice ul li span {font-size:var(--font-size-16); color:#878787; line-height:1.5em; margin-left:var(--space-20); flex-shrink:0;}

.main-borads .zone-slider {box-shadow:4px 4px 16px 0 rgba(0, 0, 0, 0.08); background:#fff; border-radius:24px; box-shadow:0 2px 8px rgba(0,0,0,0.08); padding:var(--space-35) var(--space-40);}
.main-borads .zone-slider .item .img {aspect-ratio:605/400; overflow:hidden; border-radius:24px;}
.main-borads .zone-slider .item .img img {width:100%; height:100%; object-fit:cover;}
.main-borads .zone-slider .slick-dots {margin-top:var(--space-15); text-align:center; line-height:0;}
.main-borads .zone-slider .slick-dots li {display:inline-block; margin:0 var(--space-5);}
.main-borads .zone-slider .slick-dots li button {font-size:0; width:40px; height:3px; border:0; background:#E8DBD9;}
.main-borads .zone-slider .slick-dots .slick-active button {background:var(--color-primary);}
.main-borads .news {display:flex; justify-content:space-between;}
.main-borads .news .item {width:calc(50% - var(--space-12));}
.main-borads .news .item .box {display:block;}
.main-borads .news .item .img {margin-bottom:var(--space-35); border-radius:24px; width:100%; aspect-ratio:330/220; overflow:hidden;}
.main-borads .news .item .img img {width:100%; height:100%; object-fit:cover; transition:.3s ease;}
.main-borads .news .item .box:hover .img img {transform:scale(1.05);}
.main-borads .news .item .tit {font-size:var(--font-size-20); font-weight:700; color:#242424; line-height:1.4em; max-height:1.4em; overflow:hidden; text-overflow:ellipsis; word-break:break-all; white-space:nowrap;}
.main-borads .news .item .txt {margin-top:var(--space-20); font-size:var(--font-size-16); color:#454545; line-height:1.6em; max-height:3.2em; overflow:hidden; text-overflow:ellipsis; word-break:break-all; white-space:normal; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical;}
.main-borads .news .item .date {margin-top:var(--space-20); font-size:var(--font-size-15); color:#999; line-height:1.5em;}

.main-guide {background:url('/images/main/main-bg.jpg') no-repeat center / cover;}
.main-guide .m-tit {color:#fff;}
.main-guide .m-txt {color:#fff;}
.main-guide .more-btn {background-image:url('/images/main/btn-more-w.png');}
.main-guide .more-btn:hover {background-image:url('/images/main/btn-more-on.png');}
.main-guide .guide {background:#fff; border-radius:24px; box-shadow:0 2px 8px rgba(0,0,0,0.08); padding:var(--space-40);}
.main-guide .guide .group {margin-bottom:var(--space-35);}
.main-guide .guide .group:last-child {margin-bottom:0;}
.main-guide .guide .group h3 {font-size:var(--font-size-24); font-weight:700; color:#242424; line-height:1.4em; margin-bottom:var(--space-20);}
.main-guide .guide .items {padding:22px 0; background:#F8F8F8; display:grid; grid-template-columns:repeat(3, 1fr); gap:var(--space-15) 0; text-align:center;}
.main-guide .guide .items .item {font-size:var(--font-size-20); font-weight:500; color:#242424; line-height:1.4em; transition:.3s ease;}
.main-guide .schedule {background:#fff; border-radius:24px; box-shadow:0 2px 8px rgba(0,0,0,0.08); padding:var(--space-40) var(--space-60);}
.main-guide .schedule .head {text-align:center; margin-bottom:var(--space-20); display:flex; align-items:center; justify-content:center;}
.main-guide .schedule .head h3 {margin:0 var(--space-50); font-size:var(--font-size-24); font-weight:700; letter-spacing:-.03em; line-height:1.4em;}
.main-guide .schedule .head .btn {margin:0 var(--space-5); display:block; width:24px; height:24px; background-size:contain; background-repeat:no-repeat; background-position:center;}
.main-guide .schedule .head .btn.first {background-image:url('/images/main/calender-first.png');}
.main-guide .schedule .head .btn.prev {background-image:url('/images/main/calender-prev.png');}
.main-guide .schedule .head .btn.next {background-image:url('/images/main/calender-next.png');}
.main-guide .schedule .head .btn.last {background-image:url('/images/main/calender-last.png');}
.main-guide .schedule .table table {width:100%; border-spacing:0 10px; text-align:center;}
.main-guide .schedule .table thead th {font-size:var(--font-size-20); color:#454545; font-weight:700; line-height:1.4em; letter-spacing:-.03em;}
.main-guide .schedule .table tbody td {font-weight:500; letter-spacing:-.03em; line-height:1.4em; color:#333;}
.main-guide .schedule .table .date {display:block; text-align:center; border-radius:10px; width:36px; line-height:36px; margin:0 auto;}
.main-guide .schedule .table .date.has-schedule {background:#F4EDED;}
.main-guide .schedule .table .date.today {background:var(--color-primary); color:#fff;}
.main-guide .schedule .text {margin-top:var(--space-10); display:flex; gap:0 var(--space-20); background:#F9F6F5; border-radius:12px; padding:var(--space-20);}
.main-guide .schedule .text strong {font-size:var(--font-size-22); font-weight:700; color:var(--color-primary); line-height:1.4em;}
.main-guide .schedule .text p {font-size:var(--font-size-18); color:#454545; line-height:1.6em;}

.main-pray {padding:var(--space-100) 0 var(--space-90)}
.main-pray .box {padding:var(--space-80); height:clamp(170px, calc(340 / var(--inner) * 100vw), 340px); border-radius:24px; display:flex; flex-direction:column; justify-content:space-between; align-items:flex-start; background:url('/images/main/pray.jpg') no-repeat center / cover; color:#fff;}
.main-pray .box .m-txt {color:#fff;}

.main-family {background:#F8F8F8; padding:var(--space-110) 0 var(--space-90);}
.main-family .items {margin:0 calc(var(--space-10) * -1);}
.main-family .item {padding:0 var(--space-10);}
.main-family .box {background:#fff; gap:0 var(--space-15); justify-content:center;  border-radius:8px; padding:var(--space-20) var(--space-40); display:flex; align-items:center; border:1px solid #ddd;}
.main-family .box p {flex:1; font-size:var(--font-size-20); font-weight:700; letter-spacing:-.03em; line-height:1.4em;}


/* sub */
.sub-visual {position:relative; height:clamp(200px, calc(520 / var(--inner) * 100vw), 520px); text-align:center; color:#fff; overflow:hidden; background:#333;}
.sub-visual .bg {position:absolute; top:0; left:0; width:100%; height:100%; overflow:hidden; transition:2s; opacity:1; transform:scale(1.1); background-repeat:no-repeat; background-position:50% 0; background-size:cover;}
.sub-visual .title {margin-top:var(--space-35); position:absolute; top:50%; left:0; width:100%; padding:0 20px; transform:translateY(-50%);}
.sub-visual .title h2 {margin-bottom:var(--space-20); font-family:var(--font-nyj); font-size:var(--font-size-64); font-weight:400; letter-spacing:-.03em; line-height:1.22em;}
.sub-visual .title p {font-weight:400; letter-spacing:-.03em; line-height:1.4em;}
.sub-visual .bg1 {background-image:url("/images/common/sv1.jpg");}
.sub-visual .bg2 {background-image:url("/images/common/sv2.jpg");}
.sub-visual .bg3 {background-image:url("/images/common/sv3.jpg");}
.sub-visual .bg4 {background-image:url("/images/common/sv4.jpg");}
.sub-visual .bg5 {background-image:url("/images/common/sv5.jpg");}
.loaded .sub-visual .bg {transform:scale(1); opacity:1;}

.path-wrap {position:relative; border-bottom:1px solid #ddd; border-top:1px solid #ddd; z-index:50;}
.path-wrap .wrap {max-width:1200px; margin:0 auto;}
.path-wrap .inner {display:flex;}
.path-wrap .home a {display:block; width:45px; height:60px; background:url("/images/common/home.png") 0 50% no-repeat; background-size:16px auto; text-indent:-999em; overflow:hidden;}
.path-wrap .part {position:relative; min-width:260px; z-index:50;}
.path-wrap .part:before {content:''; position:absolute; left:0; top:50%; transform:translateY(-50%); width:1px; height:16px; background:#ddd;}
.path-wrap .part:last-child:after {content:''; position:absolute; right:0; top:50%; transform:translateY(-50%); width:1px; height:16px; background:#ddd;}
.path-wrap .part > a {display:flex; align-items:center; position:relative; height:60px; font-weight:500; line-height:1.3em; padding:0 60px 0 var(--space-30);}
.path-wrap .part > a:after {content:""; position:absolute; top:50%; right:var(--space-30); margin-top:-5px; width:10px; height:10px; background:url("/images/common/path-down.png") 50% 50% no-repeat;}
.path-wrap .part ul {border-radius:0 0 16px 16px; padding:var(--space-20) 0; display:none; position:absolute; left:0; right:0; background:var(--color-primary); z-index:50;}
.path-wrap .part ul li {color:rgba(255, 255, 255, .4); line-height:1.3em;}
.path-wrap .part ul li a {display:block; padding:var(--space-8) var(--space-30);}
.path-wrap .part ul li a:hover,
.path-wrap .part ul li.active a {color:#fff;}

#contArea {max-width:1260px; padding-left:30px; padding-right:30px; margin:0 auto;}
#contArea.wide {max-width:100%; padding-left:0; padding-right:0;}
#contArea.wide .sub-title {padding-left:10px; padding-right:10px;}
.contain {width:100%; max-width:1260px; padding-left:30px; padding-right:30px; margin:0 auto;}

.sub-title {padding:var(--space-100) 0 var(--space-60); text-align:center;}
.sub-title h2 {font-size:var(--font-size-40); font-weight:700; letter-spacing:-.03em; line-height:1.4em;}

.real-cont {min-height:300px; padding-bottom:var(--space-100);}

/* quick */
.quick {position:fixed; z-index:99; right:var(--space-100); bottom:var(--space-50);}
.quick ul {display:grid; gap:var(--space-10) 0;}

/* footer */
#footer {padding:var(--space-30) 0; color:#acacac; font-size:var(--font-size-16); line-height:1.5em;}
#footer .contain {max-width:1460px;}

.foot-comp {padding-bottom:var(--space-25); margin-bottom:var(--space-25); display:flex; align-items:center; justify-content:space-between; border-bottom:1px solid #ddd;} 
.foot-comp .f-logo img {height:clamp(45px, calc(70 / var(--inner) * 100vw), 70px);}
.foot-comp .f-links ul {display:flex; gap:var(--space-30);}
.foot-comp .f-links ul li a {color:#686868; line-height:1.5em;}

.foot-info {position:relative;}
.foot-info address {margin-bottom:var(--space-15); max-width:515px; display:flex; flex-wrap:wrap; gap:0 var(--space-20); font-style:normal; gap:var(--space-10) var(--space-40);}
.foot-info address span {color:#acacac; line-height:1.5em;}
.foot-info address span strong {font-weight:600; margin-right:var(--space-10); color:#686868;}
.foot-info .copyright {font-size:var(--font-size-15); line-height:1.5em;}

.familysite {position:absolute; right:0; top:0; display:inline-block; width:180px;}
.familysite .toggle-button {border-radius:8px;  font-size:var(--font-size-15); display:flex; justify-content:space-between; align-items:center; width:100%; padding:var(--space-12) var(--space-25); border:0; background:#F8F8F8; color:#686868; font-weight:500; line-height:1.5em; text-align:left;}
.familysite .toggle-button .txt {width:36px;}
.familysite .toggle-button .chevron {width:8px;}
.familysite .toggle-button svg {display:block; width:100%; height:auto;}
.familysite .toggle-button path {fill:#2c2c2c;}
.familysite .toggle-layer {padding:var(--space-8) 0; display:none; position:absolute; left:0; bottom:100%; width:100%; background:#f8f8f8; border-radius:8px;}
.familysite .toggle-layer a {display:block; font-size:var(--font-size-14); padding:8px var(--space-25); color:#686868; font-weight:400; line-height:1.5em;}
.familysite .toggle-layer a:hover {background:#f7f7f7; color:var(--color-primary);}
.familysite.active .toggle-button {color:#fff; background:var(--color-primary);}
.familysite.active .toggle-button .chevron {transform:scaleY(-1);}
.familysite.active .toggle-button .chevron path {fill:#fff;}

