@charset "UTF-8";

.no-scroll {overflow: hidden;height: 100vh;}

.tab-box{width:100%;box-sizing:border-box;position:relative;padding:0;}
.tab-box>ul{list-style:none;padding:0;box-sizing:border-box;display:flex;flex-wrap:nowrap;justify-content:flex-start;position:relative;}
.tab-box>ul:after{content:"";position:absolute;width:100%;height:.01rem;background:#989898;right: 0;top: 60%;transform: translateY(-50%);z-index: -1;}
.tab-box>ul>li{background:#fff;padding:0 3rem 0 0;}
.tab-box>ul>li>a{display:inline-block;color:var(--text-color02);text-align:center;white-space:nowrap;font-size:2rem;font-weight:700;position:relative;padding:0.9rem 0 0 0;letter-spacing: -0.25px;}
.tab-box>ul>li.active>a{color:var(--color68);}
.tab-box>ul>li.active>a:before{content:'';width:.5rem;height:.5rem;background:var(--color68);position:absolute;top:0;left:0;right:0;margin:auto;border-radius:50%;transition:transform 0.3s ease-in-out;}
.tab-box>ul>li .tab-con{display:none;flex-grow:1;width:100%;z-index:1;position:absolute;left:0;right:0;top:5.5rem;box-sizing:border-box;margin:2.5rem 0 0 0;}
.tab-box>ul>li.active .tab-con{display:block;}
.tab-box .select-tab-box{display:none;width:100%;font-size:1.8rem;font-weight:700;color:var(--text-color24);padding:1.5rem;border:0;background:var(--color72) url(../img/sj-common/board/selectbox-white.png) no-repeat center right 1.5rem;appearance:none;-moz-appearance:none;-webkit-appearance:none;}

.archive-view{display: flex;gap: 4rem 8rem;justify-content: space-between;margin: 0 0 11rem 0;}
.archive-view .img-box {max-width:49.8rem;height:69.5rem;border: .1rem solid #e0e0e0;box-sizing: border-box;}
.archive-view .img-box img {width:100%;height:100%;object-fit:cover;}
.archive-view .txt-box {flex:1;height:69.7rem;overflow:hidden;}
.archive-view .txt-box .txt01 {font-size: 3.6rem;font-weight:bold;line-height:5rem;letter-spacing: -0.25px;color:#222;margin: 0 0 2rem 0;}
.archive-view .txt-box h5 {font-size: 3.6rem;font-weight:bold;line-height:50px;letter-spacing: -0.25px;color:#163055;margin: 0 0 2.5rem 0;}
.archive-view .txt-box h5 span {font-size: 2.4rem;font-weight:bold;line-height:3rem;color: #989898;display:inline-block;padding: 0 0 0 1.4rem;}
.archive-view .txt-box .txt02 {margin: 0 0 2.7rem 0;}
.archive-view .txt-box .txt02 span:first-child {font-size:2.4rem;font-weight:bold;line-height:3rem;letter-spacing: -0.25px;color: #163055;display:inline-block;padding:0 1.4rem 0 0;}
.archive-view .txt-box .txt02 span:last-child {font-size:2rem;font-weight:bold;line-height:30px;color: #163055;}
.archive-view .txt-box  .box-txt {overflow-y: auto;max-height: 30.2rem;}
.archive-view .txt-box  .box-txt.type02 {overflow-y: auto;max-height: 58rem;}
.archive-view .txt-box  .box-txt.type02 ul{padding-bottom:20px;}
.archive-view .txt-box div > p{font-size:1.8rem;font-weight:500;color:#444;line-height:32px;letter-spacing: -0.25px;margin: 0 0 2.6rem 0;}
.txt-contact {border-top:1px solid #e0e0e0;padding: 2.9rem 0 0 0;}
.archive-view .txt-box .box-txt ul li > h6 {font-size:2rem;line-height:3rem;font-weight:bold;letter-spacing:-0.25px;color: #222;margin: 0 0 1.2rem 0;}
.archive-view .txt-box .box-txt ul li > h6 span {color:#b00000;}
.archive-view .txt-box .box-txt ul li + li {margin: 1.3rem 0 0 0;}
.archive-view .txt-box .box-txt ul li p {font-size:1.6rem;line-height:2.6rem;color:#666;letter-spacing:-0.25px;margin:0 0 2.7rem 0;font-weight: 500;}
.archive-view .txt-box .box-txt pre{line-height: 26px;}
.archive-view .txt-box .box-txt p {margin: 0 0 3.2rem 0;}
.txt-contact > ul {}
.txt-contact > ul > li {position:relative;display:flex;flex-wrap:wrap;gap:0 4rem;align-items:center;padding: 0 0 0 3rem;}
.txt-contact > ul > li:before{content: '';position: absolute;top: .7rem;left: 0;width: 1.8rem;height: 1.8rem;background-repeat: no-repeat;background-position: 0 50%;background-size: contain;}
.txt-contact > ul > li.location:before {background-image: url(/_res/sejong/_share/img/sj-common/board/archive-location.png);}
.txt-contact > ul > li.calendar:before {background-image: url(/_res/sejong/_share/img/sj-common/board/archive-date.png);}
.txt-contact > ul > li.clock:before {background-image: url(/_res/sejong/_share/img/sj-common/board/archive-clock.png);}
.txt-contact > ul > li.tel:before {background-image: url(/_res/sejong/_share/img/sj-common/board/archive-tel.png);}
.txt-contact > ul > li .t1{font-size:1.6rem;font-weight:bold;line-height:3.6rem;color:#222;letter-spacing: -0.25px;min-width: 7rem;}
.txt-contact > ul > li .t2{font-size:1.6rem;font-weight:500;line-height:3.6rem;color:#666;letter-spacing: -0.25px;}

.modal {display: none;}
.modal.on {display: block;position: fixed;top: 0;left: 0;width: 100%;height: 100vh;z-index: 9999;background-color: rgba(0, 0, 0, 1);box-sizing: border-box;}
.modal-box {position: relative;top: 50%;left: 50%;max-width: 192rem;max-height:96rem;height:100%;transform: translate(-50%, -50%);background:#fff;padding: 3rem 1.5rem;overflow:hidden;box-sizing: border-box;}
.modal .logo-popup {margin: 0 auto 4rem auto;text-align:center;}
.modal .popup-swiper {max-width: 89.5rem; height:67.1rem;margin: 0 auto;overflow:visible;position:relative;}
.modal .swiper-wrapper {}
.modal .swiper-slide {opacity:0;}
.modal .swiper-slide-active {opacity:1;}
.modal .swiper-slide img {width: 100%!important; height: 100%;object-fit: cover;}
.modal .close {position:absolute;top:4rem;right:4rem;font-size:1.4rem;color:#222;cursor:pointer;display: flex;align-items: center;gap: 0.5rem;}
.modal .caption {margin: 1.5rem 0 0 0;}
.modal .caption .t1 {font-size:2rem;line-height:5rem;letter-spacing: -0.25px;font-weight:bold;color:#163055;text-align:center;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;vertical-align: middle;}
.modal .caption .t2 {font-size:2.4rem;line-height:5rem;letter-spacing: -0.25px;font-weight:bold;color:#222;text-align:center;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;vertical-align: middle;}
.modal .swiper-pagination {bottom: -1.4rem !important;}
.modal .swiper-pagination {display: flex;justify-content: center;align-items: center;position: relative;top: 13rem!important;left: 50% !important;transform:translatex(-50%);width:27.5rem !important;border-radius: 0;height: 2px!important;}
.modal .swiper-pagination-progressbar {background: #e0e0e0!important;}
.modal .swiper-pagination-bullet {height: .2rem;background: #e0e0e0;transition: background 0.3s;border-radius: 0;position: relative !important;margin: 0 !important;}
.modal .swiper-pagination-progressbar-fill {background: #004071!important;margin: 0 !important;}
.modal .control-wrap {position:absolute; width:100%; top: calc(50% + 2.1rem);transform: translateY(-50%);display: flex;justify-content: space-between; z-index: 111;}
.modal .control-wrap .swiper-button {width: 2.8rem;height: 2.1rem;text-indent: -99.999rem;background-size:contain;}
.modal .swiper-galary-prev {background: url(/_res/sejong/_share/img/sj-common/board/btn-prev.png) no-repeat center;left: -53%;position: absolute;display:none;}
.modal .swiper-galary-next {background: url(/_res/sejong/_share/img/sj-common/board/btn-next.png) no-repeat center;right: -53%;position: absolute;}

.ex-works .title {display:flex;gap:2rem;flex-wrap:wrap;justify-content:space-between;align-items:center;margin: 0 0 2.8rem 0;}
.ex-works .title h5 {font-size:3rem;font-weight:bold;line-height:5rem;letter-spacing:-0.25px;color:#222;}
.ex-works .title .txt-note {font-size:1.6rem;font-weight:500;line-height:3.6rem;color:#b00000;}
.works-list {margin: 0 0 8rem 0;}
.works-list > ul {display: grid;gap: 1.8rem 1.8rem;grid-template-columns: repeat(3, 1fr);}
.works-list > ul > li {animation: fadeInUp 0.5s ease-in-out forwards;}
.works-list > ul > li .img-box {position: relative;overflow: hidden;height: 41.5rem;cursor:pointer;}
.works-list > ul > li .img-box img {max-width: 100%;width: 100%;max-height: 100%;height: 100%;transition: transform 0.5s ease;transform: scale(1);object-fit: cover;object-position: center;}
.works-list > ul > li .img-box:hover img {transform: scale(1.1);}

@media screen and (max-width: 1024px) {
	.archive-view {flex-direction:column;}
	.works-list > ul {grid-template-columns: repeat(2, 1fr);}
	.archive-view .img-box {margin: 0 auto;}
	.archive-view .txt-box {height:auto;overflow:unset;}
	.archive-view .txt-box  .box-txt {overflow-y: auto;max-height: 100%;}
	.archive-view .txt-box  .box-txt.type02 {overflow-y: auto;max-height:100%;}
}
@media screen and (max-width: 768px) {
	.tab-box .list-item .item>dl {flex-direction:column;}
	.tab-box .list-item .item>dl>dd>ul>li>ul {flex-direction: column;border-bottom: 1px solid var(--color69);}
	.tab-box>ul>li .tab-con {padding: 0;border-bottom: none;}
	.tab-box .select-tab-box{display:block;border-radius:.2rem;}
	.tab-box>ul>li>a{opacity:0;}
	.tab-box>ul>li .tab-con{top:0;}

	.archive-view {margin:0 0 3rem 0;}
	.archive-view .img-box{height: auto;}
	.archive-view .txt-box .txt01 {font-size: 3rem;line-height: 1.2;}

	.tab-box>ul:after {content: none;}
	.works-list > ul {grid-template-columns: repeat(1, 1fr);}
	.works-list > ul > li .img-box {height:30rem;}
	.modal-box {max-height: 60rem;padding: 6rem 1.5rem 4rem 1.5rem;}
	.modal .popup-swiper {height:30rem;}
	.modal .close {top:1.6rem;right:2rem;}

	.modal .logo-popup {margin: 0 auto 1rem auto;}
}
@media screen and (max-width: 480px) {
	.txt-contact > ul > li {gap: 0 1rem;}
	.txt-contact > ul > li .t1 {font-size: 14px;}
	.txt-contact > ul > li .t2 {font-size: 14px;}
}