/* ------------------------------ PC Guide ------------------------------ */
@media screen and (max-width:1440px){
}

/* ------------------------------ Hover ------------------------------ */
@media screen and (min-width:1025px){
	.category .box .cn.tags li a:hover {color:#fff; background:var(--point2); border-color:var(--point2);}
	.tabs_sml a:hover {color:#fff; background:var(--point2);}
}

/* ------------------------------ Tablet PC ------------------------------ */
@media screen and (max-width:1024px){
/* main */
	.archive_mv_search strong {font-size:var(--font-size-display-medium);}
	.archive_mv_search .serach_area input {font-size:var(--font-size-heading-small);}
	.archive_main_contact section + section {border-top:0; padding-top:0;}
	.archive_main_contact .mc_list .scrollbar {display:block; width:100%; height:2px; background:var(--light-grey); margin-top:1rem;}
/* 컬렉션 */
	.collection_top {height:24rem;}
	.collection_txt h3 {font-size:var(--font-size-display-medium);}
	.collection_txt p {font-size:var(--font-size-body-medium);}
/* 통합검색 */
	.total_search_list.check_set {padding:3rem 0 0;}
	.total_search_list .check_select {position:relative; top:0; width:100%; margin-bottom:2.5rem;}
	.total_search_list .check_select .box + .box {margin-top:1rem;}
	.total_search_list .check_select .tt button.mo_vw {display:block !important; position:absolute; top:0; left:0; width:100%; height:100%; z-index:1;}
	.total_search_list .check_select .tt button.mo_vw + i {position:absolute; top:0; right:1.25rem; width:1rem; height:100%;}
	.total_search_list .check_select .tt button.mo_vw + i:before,
	.total_search_list .check_select .tt button.mo_vw + i:after {content:""; position:absolute; top:50%; left:50%; background:#fff; transition:.2s linear;}
	.total_search_list .check_select .tt button.mo_vw + i:before {width:1rem; height:2px; margin:-1px 0 0 -0.5rem;}
	.total_search_list .check_select .tt button.mo_vw + i:after {width:2px; height:1rem; margin:-0.5rem 0 0 -1px;}
	.total_search_list .check_select .on .tt button.mo_vw + ii:after {width:1rem; height:2px; margin:-1px 0 0 -0.5rem;}
	.total_search_list .check_select .cn {display:none;}
	.pagenation a {line-height:2.3rem; height:2.3rem;}
	.flex_center.gap3 {gap:0.2rem !important;}
}

/* ------------------------------ Mobile ------------------------------ */
@media screen and (max-width:600px){
/* header */
	.header .mid_area .logo span {font-size:var(--font-size-heading-xsmall);}
	.header .mid_area .logo span:before {height:1.25rem;}
	.header .sitemap_area .menu {width:8.75rem;}
	.header.on .top_link_area .inner {padding-right:0;}
/* main */
	.archive_mv_search {height:31rem; background-position:25% 50%;}
	.archive_mv_search span {font-size:var(--font-size-heading-small); margin-bottom:0.5rem;}
	.archive_mv_search strong {font-size:var(--font-size-heading-large);}
	.archive_mv_search .serach_area {margin-top:1.5rem; width:100%; padding-right:2rem;}
	.archive_mv_search .serach_area input {font-size:1.1875rem;}
	.archive_mv_search .serach_area button {width:1.25rem; background-size:1.25rem;}
	.archive_mv_search .tags_area {width:100%; padding-top:1.25rem;}
	.archive_mv_search .tags {max-width:calc(100% - 3.75rem);}
	.archive_mv_search .tags .swiper-slide {padding:0 0.3125rem;}
	.archive_mv_search .tags a {font-size:var(--font-size-body-xsmall); line-height:1.5rem; padding:0 0.5rem;}
	.archive_mv_search .slide_navi {bottom:0;}

	.archive_marquee {height:2rem;}
	.archive_marquee:before {width:calc(246px * 6); background-size:auto 0.625rem;}

	.archive_main_contact {margin-top:3.5rem;}
	.archive_main_contact section + section {padding-top:0; margin-top:2.5rem;}
	.archive_main_contact h2 {margin-bottom:1rem;}
	.archive_main_contact h2 a {width:2rem; background-size:calc(2rem + 2px);}
	.archive_main_contact h3 {font-size:var(--font-size-body-medium);}
	.archive_main_contact .mc_list .swiper-slide {width:70vw;}
	.archive_main_contact .mboard_list {flex-direction:column;}
	.archive_main_contact .mboard_list li {width:100%;}
	.archive_main_contact .mboard_list li + li {border-left:0; border-top:var(--light-grey) 1px solid;}
	.archive_main_contact .mboard_list a {padding:1.5rem 0;}
	.archive_main_contact .mboard_list .date {font-size:var(--font-size-body-xsmall);}
/* 아카이브 소개 */
	.introduction_con {margin-top:0;}
	.introduction_con strong {width:100%; max-width:100%; padding-right:0;}
	.introduction_con strong {font-size:var(--font-size-heading-small);}
	.archive_about_con {margin-top:3rem; gap:1.5rem; flex-wrap:wrap;}
	.archive_about_con li {position:relative; width:100%; padding:1.5rem 0;}
	.archive_about_con li:before {position:absolute; top:1.5rem; left:0; width:4rem;}
	.archive_about_con h3 {font-size:var(--font-size-heading-small); line-height:4rem; margin:0 0 1rem; padding-left:5rem;}
	.archive_about_con p {font-size:var(--font-size-body-small);}
	.mark_type.archive_set .flex_center {flex-wrap:nowrap;}
/* 공공누리 유형별 이용 조건 */
	.mark_type.archive_set {margin-top:1.5rem;}
	.mark_type.archive_set li {width:100%;}
	.mark_type.archive_set .flex_center {gap:0.5rem; height:7.5rem; text-align:center;}
	.mark_type.archive_set p {font-size:var(--font-size-body-small); padding:0 2rem;}
	.label_img.mt {margin-top:1rem;}
	.label_img p {font-size:var(--font-size-body-xsmall); margin-top:0.5rem;}
	.contact_box.mt15 {margin-top:1rem;}
/* 소장자료 */
	.check_select_area {margin-bottom:3rem; flex-wrap:wrap;}
	.check_select_area li {width:100%;}
	.check_select_area li + li {border-top:var(--light-grey) 1px solid;}
	.check_select_area .tit {position:relative; font-size:var(--font-size-label-small); height:3.125rem; justify-content:flex-start; padding:0 1.25rem;}
	.check_select_area .tit button {position:absolute; top:0; left:0; width:100%; height:100%; z-index:1; font-size:0;}
	.check_select_area .tit i {position:absolute; top:0; right:1.25rem; width:1rem; height:100%;}
	.check_select_area .tit i:before,
	.check_select_area .tit i:after {content:""; position:absolute; top:50%; left:50%; background:#000; transition:.2s linear;}
	.check_select_area .tit i:before {width:1rem; height:2px; margin:-1px 0 0 -0.5rem;}
	.check_select_area .tit i:after {width:2px; height:1rem; margin:-0.5rem 0 0 -1px;}
	.check_select_area .on .tit i:after {width:1rem; height:2px; margin:-1px 0 0 -0.5rem;}
	.check_select_area .list {padding:1.25rem; height:9.625rem; border:0; display:none;}
	/* .gallery_list.video_gallery_list article {width:100%;} */
/* 소장자료 상세 */
	.category {padding:1.5rem 0;}
	.category .box + .box {margin-top:1rem;}
	.category .box .tt {width:4.5rem; padding-left:0.5rem; font-size:var(--font-size-body-small);}
	.category .box .cn {width:calc(100% - 4.5rem); font-size:var(--font-size-body-small);}
	.category .box .cn ul {gap:1rem;}
	.category .box .cn ul li {font-size:var(--font-size-body-small);}
	.category .box .cn ul li + li:before {left:-1rem; width:1rem;}
	.category .box .cn.tags {gap:0.25rem;}
	.category .box .cn.tags li a {font-size:var(--font-size-label-xsmall); padding:0 0.25rem;}
/* 컬렉션 */
	.g03.s01 .tab_area .swiper-slide {min-width:50%;}
	.tab_area .swiper-wrapper {flex-wrap:nowrap;}
	.tab_area.set6 a.swiper-slide,
	.tab_area.set6 a {width:auto;}
	.tab_area .set6 .swiper-slide:nth-child(-n+6),
	.tab_area .set6 .swiper-slide:nth-child(6n-5),
	.tab_area.set6 a:nth-child(6n-5) {border:0;}
	.tab_area .set6 .swiper-slide:nth-child(1),
	.tab_area.set6 a:nth-child(1),
	.tab_area .set6 .swiper-slide:nth-child(6),
	.tab_area.set6 a:nth-child(6),
	.tab_area .set6 .swiper-slide:nth-child(7),
	.tab_area.set6 a:nth-child(7),
	.tab_area .set6 .swiper-slide:nth-child(12),
	.tab_area.set6 a:nth-child(12) {border-radius:0.5rem;}
	.collection_top {height:15rem;}
	.collection_txt {margin-top:-2rem;}
	.collection_txt h3 {font-size:var(--font-size-heading-large); line-height:3rem; padding:0.5rem 1rem;}
	.collection_txt p {font-size:var(--font-size-body-medium);}
	.tabs_sml {margin:3rem 0 2rem;}
	.tabs_sml a {font-size:var(--font-size-heading-xsmall); line-height:3rem; height:3rem;}
	.tabs_sml_area .search_area {width:100%;}
	.gallery_list.collection_gallery_list .tit {font-size:var(--font-size-heading-xsmall);}
	/* .gallery_list.collection_gallery_list article {width:100%;} */
/* 연구·교육 */
	.gallery_list .txt .tag {font-size:var(--font-size-label-xsmall);}
/* 통합검색 */
	.total_search_top select {height:3.5rem;}
	.total_search_top .serach_area {padding-right:3.5rem; width:100%; height:3.5rem;}
	.total_search_top .serach_area input {font-size:var(--font-size-label-large);}
	.total_search_top .serach_area button {width:3.5rem;}
	.total_search_list.check_set {padding:3.5rem 0 0; margin-top:0; border-top:0;}
	.total_search_list .check_select .box + .box {margin-top:0.5rem;}
	.total_search_list .check_select .tt {font-size:var(--font-size-body-small); padding:0.75rem 1rem;}
	.total_search_list .check_select .cn {padding:0.75rem;}
	.total_search_list .check_select .cn label + label {margin-top:0.75rem;}
	.total_search_list .tit .abso_right {font-size:var(--font-size-body-xsmall);}
}