* {
	margin:0;
	padding:0;
	box-sizing:border-box;
	font-family: 'Pretendard', sans-serif;
	letter-spacing: -4%;
	color: #000;
}
p, span {
	word-break: keep-all;
}
html, body {
	font-size: 20px;
}
.flex_wrapper,.d-flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.align-center {
	align-items:center;
}
.wrap_1800 {
	max-width:1800px;
	width:100%;
	margin:0 auto;
}
.wrap_1600 {
	max-width:1600px;
	width:100%;
	margin:0 auto;
}
.wrap_1200 {
	max-width:1200px;
	width:100%;
	margin:0 auto;
}
.wrap_1280 {
	max-width:1280px;
	width:100%;
	margin:0 auto;
}
.wrap_1024 {
	max-width:1024px;
	width:100%;
	margin:0 auto;
}
main {
	
}
.front-content {
	position: relative;
	margin-top: 4.8rem;
}
.top_btn {
    position: fixed;
    right: 5%;
    bottom: 2rem;
    width: 4rem;
    z-index: 5;
	display: none;
}
.top_btn img {
	width: 4rem;
}
.top_btn.is-docked {
    position: absolute;  
}
.btn {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.25rem;
	height: 2.7rem;
	padding: 0 1rem;
	border-radius: 0.25rem;
}
.tab_list {
	background: #0095CE;
	padding: 1.5rem 0;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 0.5rem;
}
.tab_list li {
	position: relative;
	display: flex;
	align-items: center;
	gap: 0.5rem;
}
.tab_list li a,
.tab_list li a span {
	color: #fff;
	position: relative;
	font-weight: 700;
	font-size: 1.2rem;
}
.tab_list li:first-child::before,
.tab_list li.is-filter-hidden + li::before {
	display: none;
}
.tab_list li::before {
	content:'';
	display: block;
	width: 3rem;
	height: 1px;
	background : #fff;
	opacity: 0.6;
}
/* .tab_list li em {
	display: block;
	width: 3rem;
	height: 1px;
	background : #fff;
	opacity: 0.6;
} */
.tab_list li.active a {
	font-weight: 900;
}
.tab_list li.active a::after {
	content: '';
	display: block;
	width: 0.3rem;
	height: 0.3rem;
	border-radius: 50%;
	background: #fff;
	position: absolute;
	top: -0.25rem;
	left: 50%;
	transform: translate(-50%,-50%);
}

/* Story */
#Story .story_tab {
	left: 3rem;
	position: absolute; /* z-index 적용 위해 필요 */
	z-index: 2;
	justify-self: end;
	margin-top: 4.5rem;
}
#Story .story_tab ul {
	position: relative;
	margin: 0;
	padding: 0 0 0 1.7rem;
	list-style: none;
}
#Story .story_tab li {
	position: relative;
	margin: 0;
	padding: 0;
}
#Story .story_tab li:not(:last-child)::after {
	content: '';
	position: absolute;
	left: -1.7rem;
	top: 0.7rem;
	width: 1px;
	height: calc(100% + 1.25rem - 0.35rem);
	background: #e0e0e0;
	transform: translateX(-50%);
	z-index: 0;
}
#Story .story_tab li.active:not(:last-child)::after {
	background: linear-gradient(
		to bottom,
		#0095CE 0,
		#0095CE calc(var(--fill-progress, 0) * 100%),
		#e0e0e0 calc(var(--fill-progress, 0) * 100%),
		#e0e0e0 100%
	);
}
#Story .story_tab li:last-child::after {
	content: '';
	position: absolute;
	left: -1.7rem;
	top: 0.7rem;
	width: 1px;
	height: 4.1rem;
	background: #e0e0e0;
	transform: translateX(-50%);
	z-index: 0;
	display: none;
}
#Story .story_tab li:has(~ li.active)::after {
	background: #0095CE;
  }
#Story .story_tab li.active:last-child::after {
	background: linear-gradient(
		to bottom,
		#0095CE 0,
		#0095CE calc(var(--fill-progress, 0) * 100%),
		#e0e0e0 calc(var(--fill-progress, 0) * 100%),
		#e0e0e0 100%
	);
}
/* #Story .story_tab li:has(+ li.active)::after {
	background: #0095CE;
} */
#Story .story_tab li + li {
	margin-top: 1.25rem;
}
#Story .story_tab li::before {
	content: '';
	position: absolute;
	left: -1.7rem;
	top: 0.35rem;
	width: 0.45rem;
	height: 0.45rem;
	border-radius: 50%;
	background: #c0c0c0;
	transform: translateX(-50%);
	transition: background 0.2s, box-shadow 0.2s;
	z-index: 1;
}
#Story .story_tab li.active::before {
	background: #0095CE;
	width: 0.55rem;
	height: 0.55rem;
	/* box-shadow: 0 0 0 0.2rem rgba(213, 18, 36, 0.15); */
}
#Story .story_tab strong {
	display: block;
	margin-bottom: -0.08rem;
	font-size: 1rem;
	font-weight: 600;
	line-height: 1.3;
	color: #000;
}
#Story .story_tab span {
	display: block;
	margin-top: 0.08rem;
	font-size: 1rem;
	font-weight: 600;
	color: #000;
	line-height: 1.3;
	word-break: keep-all;
}
#Story .story_tab li.active strong,
#Story .story_tab li.active span {
	color: #0095CE;
	font-weight: 800;
}
#Story .sec_main {
	height: 30rem;
	background: url(../images/story/sec_bg.jpg) no-repeat center center / cover;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	color: #fff;
	text-align: center;
	position: relative;
	/*background-attachment: fixed;*/
}
#Story .sec2 .sec_main {
	background: url(../images/story/sec2_bg.jpg?ver=260724) no-repeat center center / cover;
	/*background-attachment: fixed;*/
}
#Story .sec3 .sec_main {
	background: url(../images/story/sec3_bg.jpg?ver=260724) no-repeat center center / cover;
	/*background-attachment: fixed;*/
}
#Story .sec_main h1 {
	color: #fff;
	font-size: 3.5rem;
	line-height: 1;
	margin-bottom: 1rem;
}
#Story .sec_main h2 {
	color: #fff;
	font-size: 2rem;
	line-height: 1.2;
}
#Story .sec_main h2 span {
	color: #fff;
	font-weight: 500;
}
#Story .sec_main .sec_main_inner {
	
}
#Story .sub_section {
	padding: 4rem 0;
	max-width: 1200px;
	width: 90%;
	margin: auto;
}
#Story .sub_section + .sub_section {
	border-top: 1px solid #B7B7B7;
}
#Story .sub_section .sec_cont_header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1.25rem;
	margin-bottom: 3rem;
}
#Story .sec_cont_header h3 {
	line-height: 1.2;
	font-size: 1.8rem;
	font-weight: 800;
	flex: none;
}
#Story .sec_cont_header h3 span {
	font-weight: 700;
}
#Story .sec_cont_header img {
	max-width: 30rem;
	border-radius: 0.5rem;
	flex: 1 1 auto;
}
#Story .sec_cont_body h5 {
	font-size: 1.2rem;
	line-height: 1.1;
	margin-bottom: 1rem;
	font-weight: 800;
}
#Story .sec_cont_body h5 + p {
	margin-bottom: 3rem;
}
#Story .sec_cont_body .desc {
	font-size: 1rem;
	line-height: 1.5;
	font-weight: 400;
}
#Story .sec_cont_body .desc.mb_40 {
	margin-bottom: 2rem;
}
#Story .blue_box {
/*	background: #0095CE;*/
	border-radius: 0.25rem;
	padding: 0.7rem;
}
#Story .blue_box p {
	font-size: 1.05rem;
	color: #0095CE;
	text-align: center;
	font-family: "Nanum Myeongjo", sans-serif;
	line-height: 1.5;
	font-weight: 800;
}
#Story table {
	table-layout: fixed;
	width: 100%;
	border-collapse: collapse;
	border-color: #b7b7b7;
	border-radius: 0.2rem;
	overflow: hidden;
	border-style : hidden;
	box-shadow: 0 0 0 1px #b7b7b7;
}
#Story table caption {
	caption-side: top;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.35;
    margin-bottom: 1rem;
    color: #0095CE;
    position: static;
    width: auto;
    height: auto;
    text-align: left;
}
#Story .hero-scroll {
	position: absolute;
	bottom: 1.5rem;
	left:50%;
	transform: translateX(-50%);
}
#Story table th {
	padding: 0.5rem 0.6rem;
	background: #0095CE;
	color: #fff;
	font-size: 1rem;
	line-height: 1.5;
	border: 1px solid #b7b7b7;
}
#Story table td {
	padding: 0.5rem 0.6rem;
	font-size: 1rem;
	color: #000;
	line-height: 1.5;
	font-weight: 500;
	border: 1px solid #b7b7b7;
	text-align: center;
}
#Story .sec_cont_body h6 {
	font-size: 1rem;
	line-height: 1.35;
	color: #0095ce;
	font-weight: bold;
}
#Story .sec_cont_body ul {
	display: flex;
	justify-content: space-between;
	gap: 0.6rem;
}
#Story .sec_cont_body ul li {
	flex: 1 1 auto;
	border: 1px solid #B7B7B7;
	border-radius: 0 1rem 0 1rem;
	height: 6.9rem;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}
#Story .sec_cont_body ul li .num {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	left:0;
	top:0;
	transform: translate(-1%,-50%);
	width: 2.05rem;
	height: 1.7rem;
	font-size: 1rem;
	font-weight: bold;
	line-height: 1.5;
	background: #0095CE;
	color: #fff;
	border-radius: 0 0.5rem 0 0.5rem;
}
#Story .sec_cont_body ul li .text {
	text-align: center;
	color: #000;
	font-size: 0.9rem;
	line-height: 1.44444;
}
#Story .sec2 table td:last-child,
#Story .sec3 table td:last-child,
#Story .sec4 table td:last-child {
	text-align: left;
}
.hero-scroll {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    cursor: pointer;
}
.hero-scroll-icon-svg {
    width: 1.2rem;
    height: 2.65rem;
    animation: scrollBounce 1.5s infinite;
}
@keyframes scrollBounce {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(0.3rem); }
}
.his_cont {
	display:flex;
	margin:0 auto;
	align-items: flex-start;
}
.his_cont .left {
	width:50%;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: flex-end;
	padding: 4rem 4.7rem 4rem 0;
	background: #fff;
	/* border: 1px solid black; */
	height: calc(100vh - 4.7rem);
	height: calc(100dvh - 4.7rem);
}
.his_cont .left .inner {
	max-width: 705px;
	width: 100%;
	height: 100%;
	background: gray;
	background: url(../images/history/sec1_bg.jpg) no-repeat center center / cover;
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
	align-items: flex-start;
	justify-content: flex-end;
	border-radius: 0.5rem;
	padding: 3.5rem 3.7rem;
}
.his_cont.left_fix .left {
	position:sticky;
}
.his_cont .left .inner h3,
.his_cont .left .inner h3 span{
	color:#fffF;
	font-size:3.2rem;
	line-height: 93.75%;
}
.his_cont .left .inner h4 {
	color:#fff;
	font-size: 2rem;
	font-weight: 800;
	line-height: 1.25;
}
.his_cont .left .img_box {
	width:100%;
	padding-top:55.7%;
	background:#D8D8D8;
	margin-top:3rem;
	max-width:100%;
	position:relative;
	margin-left:-6%;
	overflow:hidden;
}
.his_cont .right {
	width:50%;
	background-attachment: fixed;
	background-position: center;
	background-size: cover;
}
.his_cont .right .his_list {
	border-left: 2px solid rgba(0,0,0,0.15);
}
.his_list li {
	/* border-left:2px solid rgba(0,0,0,0.15); */
	padding:1.4rem 11rem 3rem 1.8rem;
	color:#221E1F;
	font-size:1.3rem;
	font-weight:300;
	position:relative;
}
.his_list li::after {
	content:'';
	display:block;
	width:0.5rem;
	height:0.5rem;
	border-radius:0.3rem;
	background:#00AEEF;
	position:absolute;
	top:0rem;
	left:-0.3rem;
}
.his_list li:last-child {
	padding-bottom: 4rem;
}
.his_list li>div {
	position:relative;
}
.his_list li h4 {
	position:absolute;
	left:0;
	top:-1.9rem;
	font-size:1.2rem;
	letter-spacing: -4%;
}
.his_list li p {
	font-size:1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #000;
}
.his_list li small {
	font-size:0.9rem;
	display:inline-block;
	margin-top:0.5rem;
	max-width:calc(100% - 22rem);
	word-break: keep-all;
	line-height:1.5;
	min-height:4.25rem;
}
.his_list li .img_wrap {
	cursor:zoom-in;
	max-width:25rem;
	width: 100%;
	overflow:hidden;
	border-radius: 0.75rem;
	margin-top: 1rem;
}
.his_list li .img_wrap.border {
	border: 1px solid #D9D9D9;
}
.his_list li .img_wrap img {
	max-width:25rem;
	width:100%;
	height:100%;
	object-fit: cover;
	transition:all 0.3s ease;
}
.his_list li .img_wrap .darken {
	background: rgba(0,0,0,0.3);
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: opacity 0.3s ease;
	z-index: 0;
	left: 0;
	top: 0;
	z-index: 1;
}
.his_list li .img_wrap:hover .darken {
	opacity: 1;
}
#History .wrap_1600 {
	position: relative;
}
#History .his_cont .right {
	align-self: stretch;
}
#History .his_cont .right .his_list {
	min-height: 100%;
}
#History .sec1 .his_cont .right {
	padding-top: 4.3rem;
}
#History .his_select + .nice-select {
	position: absolute;
	top: 4rem;
	right: 0;
	width: 10rem;
	float: none;
	margin-left: 0;
	transition: none !important; /* 좌우 점프 방지 핵심 */
	z-index: 8;
}
#History .his_list li.active h4,
#History .his_list li.active h4 span,
#History .his_list li.active p{ 
	color: #0095CE;
}
#History section:not(.sec1) .his_list {
	padding-top: 4rem;
}
/* pin 중 좌표 변경 애니메이션 방지 */
#History .his_select + .nice-select,
#History .pin-spacer > .nice-select {
  transition: none !important;
}

.search_bar {
	background: #0095CE;
	padding: 0.8rem 0
}
.search_bar .wrap_1200 {
	position: relative;
}
.search_bar input {
	/* border: 1px solid black; */
	border-bottom: 2px solid #FFF;
	padding:  0.6rem 3rem 0.6rem 1rem;
	font-size: 1.2rem;
	font-weight: bold;
	line-height: 1.2;
	width: 100%;
	color: #fff;
	background: transparent;
	line-height: 141.667%;
	outline: none;
}
.search_bar input::focus {
	outline: none;
}
.search_bar input::placeholder {
	color: rgba(255,255,255,0.8);
}
.search_bar .search_btn {
	position: absolute;
	right: 1rem;
	top: 50%;
	transform: translateY(-50%);
	width: 1.6rem;
	height: 1.6rem;
	/* border: 1px solid black; */
}
.search_bar .search_btn svg {
	width: 100%;
	height: 100%;
}
.filter_bar {
	background: #F9F9F9;
	padding: 0.9rem 1rem;
}
.filter_bar .wrap_1200 {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1.25rem;
}
.filter_bar label {
	color: #000;
	font-size: 1.2rem;
	line-height: 83.333%;
	font-weight: 700;
	flex: none;
}
.filter_bar .filter_wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex: 1 1 auto;
	gap: 1rem;
}
.filter_bar .filter_list {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex: 1 1 auto;
	gap: 0.5rem;
	/* border:1px solid black; */
	z-index: 8;
}
.filter_bar .filter_list .filter_item {
	flex: 1;
}
.filter_bar .filter_list .filter_item .nice-select {
	width: 100%;
}
.filter_bar .reset_btn {
	flex: none;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.25rem;
	border-radius: 0.25rem;
	background: #3E4142;
	font-size: 1rem;
	font-weight: 700;
	color: #fff;
	line-height: 1.7;
	padding: 0.5rem 1rem;
}

.fixed_header {
	position: sticky;
	top: var(--archive-sticky-top, 0px);
	z-index: 9;
	transition: none;
}
.fixed_header.archive-sticky-ready {
	transition: top 0.3s ease; /* 이후부터만 전환 */
  }
#ArchiveList .contents {
	padding: 3rem 0 5rem;
}
#ArchiveList .list_header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1.25rem;
	border-bottom: 2px solid #000;
	padding-bottom: 1.75rem;
}
#ArchiveList .list_header .count {
	color: #000;
	font-size: 1.2rem;
	line-height: 1;
	font-weight: 500;
}
#ArchiveList .list_header .count span {
	color: #0095CE;
	font-weight: 700;
}
#ArchiveList .list_header .sort_wrap {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 0.5rem;
}
#ArchiveList .sort_wrap button {
	border: 1px solid #B7B7B7;
	border-radius: 0.25rem;
	height: 2.7rem;
	width: 2.7rem;
	display: flex;
	align-items: center;
	justify-content: center;
}
#ArchiveList .sort_wrap button svg path{
	stroke: #3E4142;
}
#ArchiveList .sort_wrap button.active {
	background: #0095CE;
	border: none;
}
#ArchiveList .sort_wrap button.active svg path{
	stroke: #fff;
}
#ArchiveList .list_body {
	/* border: 1px solid black; */
}
#ArchiveList .archive_list {
	margin: 1rem 0;
}
#ArchiveList .archive_list .info h5 {
	font-size: 1rem;
	font-weight: 600;
	line-height: 130%;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}
#ArchiveList .archive_list .info .text {
	font-size: 0.9rem;
	line-height: 138.889%;
}
#ArchiveList .archive_list .info .writer_info {
	font-size: 0.7rem;
	font-weight: 500;
	line-height: 114.286%; 
}
#ArchiveList .archive_list .info .writer_info .writer {
	color: #0095CE;
	display: inline-block;
	margin-right: 1rem;
}  
#ArchiveList .archive_list .info .writer_info .date {
	color: #808080;
} 
#ArchiveList .archive_list .thumbnail {
	aspect-ratio: 110/79;
	border-radius: 0.5rem;
	overflow: hidden;
}
#ArchiveList .archive_list .thumbnail img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#ArchiveList .archive_list.thumb {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 2rem 0.5rem;
}
#ArchiveList .archive_list.thumb .item { 
	display: flex;
	flex-direction: column;
	gap: 0.9rem;
	align-items: stretch;
	width: 100%;
	height: 100%; 
}
#ArchiveList .archive_list.thumb .item .info {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 1rem;
	flex: 1 1 auto;
}
#ArchiveList .archive_list.thumb .item .info .text {
	display: none;
}

#ArchiveList .archive_list.list {
	display: grid;
	grid-template-columns: repeat(1, minmax(0, 1fr));
	gap: 1.5rem;
}
#ArchiveList .archive_list.list .item {
	border-bottom: 1px solid #B7B7B7;
	padding-bottom: 1.5rem;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
#ArchiveList .archive_list.list .thumbnail {
	max-width: 14.5rem;
	flex: none;
}
#ArchiveList .archive_list.list .info {
	flex: 1 1 auto;
	align-self: stretch;
	max-height: 10.4rem;
	padding: 1.5rem;
	/* border: 1px solid black; */
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
}
#ArchiveList .archive_list.list .info h5 {
	flex: none;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	line-clamp: 1;
	-webkit-box-orient: vertical;
}
#ArchiveList .archive_list.list .info .text {
	flex: 1 1 auto;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	overflow: hidden;
}
#ArchiveList .archive_list.list .info .writer_info {
	flex: none;
}

#ArchiveView .contents {
	padding: 4rem 0 5rem;
}
#ArchiveView .view_header {
	margin-bottom: 2.5rem;
}
#ArchiveView .view_header h3 {
	font-size: 2rem;
	font-weight: 700;
	line-height: 125%;
}

.archive_view .swiper {
	width: 100%;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow-x: hidden;
}
.archive_view .swiper-slide {
	text-align: center;
	font-size: 0.9rem;
	background: #444;
	display: flex;
	justify-content: center;
	align-items: center;
	background-size: cover;
	background-position: center;
}
.archive_view .swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.archive_view .view_main_swiper {
	height: 80%;
	width: 100%;
}
.archive_view .view_main_swiper .swiper-slide img {
	max-height: 748px;
	max-width: 930px;
	object-fit: contain;
	cursor: zoom-in;
}
.archive_view .view_main_swiper .swiper-button-next svg,
.archive_view .view_main_swiper .swiper-button-prev svg{
	fill: #fff;
	color: #fff;
	background: rgba(0, 0, 0, 0.5);
    padding: 0.3rem;
}
.archive_view .view_main_swiper .swiper-button-next svg path,
.archive_view .view_main_swiper .swiper-button-prev svg path{
	fill: #fff;
	color: #fff;
}
.archive_view .view_main .view_pdf {
	width: 100%;
}
.archive_view .view_main .view_pdf iframe {
	width: 100%;
	height: 748px;
}

.archive_view .view_thumb_swiper {
	height: 20%;
	box-sizing: border-box;
	padding: 0.5rem 0;
}
.archive_view .view_thumb_swiper .swiper-slide {
	width: 25%;
	height: 100%;
	opacity: 0.4;
}
.archive_view .view_thumb_swiper .swiper-slide-thumb-active {
	opacity: 1;
}
.archive_view .view_thumb_swiper .swiper-slide img {
	max-height: 300px;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.archive_view .view_main {
	margin-bottom: 2.5rem;
}
.archive_view .view_detail {
	display: flex;
	gap: 2rem;
	align-items: flex-start;
}
.archive_view .view_detail .info_wrap {
	flex: none;
	width: 24rem;
	border-radius: 0.75rem;
	background: #F9F9F9;
	padding: 1.5rem;
}
.archive_view .view_detail .info_wrap ul {
	display: flex;
	flex-direction: column;
	gap: 2rem;
	align-items: stretch;
}
.archive_view .view_detail .info_wrap .tit {
	font-size: 1.2rem;
	font-weight: 700;
	line-height: 1;
	border-bottom: 1px solid rgba(0, 0, 0, 0.5);
	padding-bottom: 0.75rem;
	display: block;
}
.archive_view .view_detail .info_wrap dl {
	display: grid;
	grid-template-columns: 5.5rem minmax(0, 1fr);
	gap: 0.75rem;
	margin-top: 0.75rem;
}
.archive_view .view_detail .info_wrap dl dt span{
	font-size: 0.9rem;
	font-weight: 500;
	line-height: 1;
}
.archive_view .view_detail .info_wrap dl dd span{
	font-size: 0.9rem;
	font-weight: 700;
	line-height: 1;
}
.archive_view .view_detail .cont_wrap {
	flex: 1 1 auto;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.6;
}
.archive_view .go_list_btn {
	padding: 0.5rem 1rem;
	background: #0095CE;
	border-radius: 0.25rem;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.5rem;
	margin: 3rem auto 0;
	width: fit-content;
}
.archive_view .go_list_btn span {
	color: #fff;
	font-size: 1rem;
	line-height: 1.7;
}

.detail_layer {
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.8);
	z-index: 1001;
	left: 0;
	top: 0;
	display: none;
}

.detail_layer .img_area {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	max-width: 1024px;
}

.detail_layer .img_area img:first-child {
	max-width: 1024px;
	max-height: 90vh;
}

.detail_layer .close {
	position: absolute;
	right: 1rem;
	top: 1rem;
	cursor: pointer;
	width: 2rem;
	height: 2rem;
}

/* 미디어쿼리 시작 */
@media (max-width: 1800px) {
	.wrap_1800 {
		width: 90%;
	}
}
@media (max-width: 1600px) {
	.wrap_1600 {
		width: 90%;
	}
}


.mb_10 { margin-bottom:0.5rem;}
.mb_15 { margin-bottom:0.75rem;}
.mb_20 { margin-bottom:1rem;}
.mb_30 { margin-bottom:1.5rem;}
.mb_40 { margin-bottom:2rem;}
.mb_45 { margin-bottom:2.25rem;}
.mb_50 { margin-bottom:2.5rem;}
.mb_55 { margin-bottom:2.75rem;}
.mb_60 { margin-bottom:3rem;}
.mb_70 { margin-bottom:3.5rem;}
.mb_80 { margin-bottom:4rem;}
.mb_85 { margin-bottom:4.25rem;}
.mb_120 { margin-bottom:6rem;}

#History .is-filter-hidden {
	display: none !important;
}