@charset "utf-8";
#container .content {padding-bottom: 0 !important;}
.sec_inner {max-width: 1290px; width: 100%; margin: 0 auto; padding: 0 20px;}
/* 섹션: 메인 검색 */
.sec_search {max-width: 1800px; width: calc(100% - 2rem); margin: 0 auto;}
.sec_search .sec_wrap {border-radius: 335px; background: url(../images/main/bg_main_search_shadow.png), url(../images/main/bg_main_search_pattern.png), url(../images/main/bg_main_search.jpg); background-repeat: no-repeat, repeat, no-repeat; background-size: cover, auto, cover; background-position: center;}/*260225*/
.sec_search .sec_wrap .sec_inner {padding-top: 25px; padding-bottom: 25px; display: flex; align-items: center; gap:7rem;}
.sec_search .contL {flex:1;}
.sec_search .main_title .txt1 {font-size: 2.4rem; font-weight: 300; font-family: 'esamanru'; color: #fff;}
.sec_search .main_title h2 {margin-top: 2.4rem; font-size: 7.4rem; font-weight: 700; font-family: 'esamanru'; color: #fff;}
.sec_search .main_title .txt2 {margin-top: 2.4rem; font-size: 1.7rem; font-weight: 300; font-family: 'esamanru'; color: #fff; line-height: 1.3;}

.sec_search .search_date {margin-top: 5rem; display: flex; align-items: center;}
.sec_search .search_date input[type="text"] {font-size: 1.8rem; color: #fff; width: 14rem; height: 4rem; border-radius: 2rem; background-color: #3366ff; padding: 0 2rem;}/*260225*/
.sec_search .search_date input[type="text"]::placeholder {color: rgba(255, 255, 255, .74);}
.sec_search .search_date span {font-size: 2.4rem; color: #3366ff; font-weight: bold; margin: 0 4px;}/*260225*/
.sec_search .search_date .btn_main_help {margin: -10px 0 0 12px; width: 2rem; height: 2rem; border-radius: 50%; border:1px solid #5682ff; background:#fff url(../images/icons/icon_help_blue.svg) no-repeat center; background-size: .4rem auto;}

.sec_search .search {margin-top: 2rem; width: 56.4rem; height: 6.6rem; padding-left: 2rem; border-radius: 3.3rem; background-color: #ffffff; display: flex; align-items: center;}
.sec_search .search .head_search.select_search {line-height: 6.6rem !important;}
.sec_search .search .bar {display: block; width: 1px; height: 2rem; background-color: #ccc;}
.sec_search .search input[type="text"] {width: 41rem; border:none; height: 100%; padding: 0 2rem; font-size: 16px; font-weight: 500;}
.sec_search .search .btn_search {width: 5rem; height: 100%; background: url(../images/icons/icon_search.svg) no-repeat left center; filter: invert(45%) sepia(92%) saturate(1100%) hue-rotate(6deg) brightness(90%) contrast(108%); background-size: 2.9rem auto;}/*260225*/

.main_datepicker .ui-datepicker {height: 41rem; width: 37.2rem; border-radius: 2px; border: none !important; padding: 1.6rem 2rem;}
.main_datepicker .ui-datepicker .ui-datepicker-header {padding: 1.3rem 0; border-radius: 30px; background-color: #eff0f6;}
.main_datepicker .ui-datepicker-title {gap:5px; margin: 0;}
.main_datepicker .ui-datepicker .nice-select {color: #3a3d72;}
.main_datepicker .ui-datepicker table {margin-top: 5px;}
.main_datepicker .ui-datepicker table th {font-size: 1.2rem;}
.main_datepicker .ui-datepicker-calendar tbody td .ui-state-default {font-size: 15px;}
.main_datepicker .ui-datepicker td {padding: 3px 4px;}
.ui-datepicker-calendar tbody td.link-day .ui-state-default:hover {background-color: #3a3d72; border-color: #3a3d72; color: #fff; }

/* 섹션: 메인 view */
.sec_view {padding-top: 6rem; padding-bottom: 6rem; display: flex; gap: 6.5rem;}
.sec_view .quick_menu {flex:1; display: flex; flex-wrap: wrap; overflow: hidden;}
.sec_view .quick_menu li {width: 50%; position: relative;}
.sec_view .quick_menu li::before {width: 1px; height: 23rem; border-left:1px dashed  #a9a9a9; display: block; content: ''; position: absolute; left: 0; top: 0;}
.sec_view .quick_menu li:nth-child(n+3)::before {top: 3rem;}
.sec_view .quick_menu li:nth-child(n+3)::after {width: 23rem; height: 1px; border-top:1px dashed  #a9a9a9; display: block; content: ''; position: absolute; left: 50%; top: 0; transform: translateX(-50%);}
.sec_view .quick_menu li a {display: block; padding-bottom: 3rem;}
.sec_view .quick_menu li:nth-child(n+3) {padding-bottom: 0; padding-top: 3rem;}
.sec_view .quick_menu li a strong {padding-top: 16rem; font-size: 2.2rem; color: #394387; font-weight: 500; font-family: 'esamanru'; text-align: center; display: block; position: relative;} 
.sec_view .quick_menu li a strong::before {display: block; content: ''; width: 14.6rem; height: 14.6rem; border-radius: 50%; border:1px solid #9c9c9c; position: absolute; left: 50%; transform: translateX(-50%); top: 0; transition: .3s;}
.sec_view .quick_menu li:nth-child(1) a strong::before {background: url(../images/icons/icon_quick_01.svg) no-repeat center; background-size: 6.8rem auto; }
.sec_view .quick_menu li:nth-child(2) a strong::before {background: url(../images/icons/icon_quick_02.svg) no-repeat center; background-size: 6.1rem auto; }
.sec_view .quick_menu li:nth-child(3) a strong::before {background: url(../images/icons/icon_quick_03.svg) no-repeat center; background-size: 6.3rem auto; }
.sec_view .quick_menu li:nth-child(4) a strong::before {background: url(../images/icons/icon_quick_04.svg) no-repeat center; background-size: 5.9rem auto; }

.sec_view .quick_menu li a:hover strong::before {border-color: #394387; background-color: #394387;}
.sec_view .quick_menu li:nth-child(1) a:hover strong::before {background-image: url(../images/icons/icon_quick_01_on.svg);}
.sec_view .quick_menu li:nth-child(2) a:hover strong::before {background-image: url(../images/icons/icon_quick_02_on.svg);}
.sec_view .quick_menu li:nth-child(3) a:hover strong::before {background-image: url(../images/icons/icon_quick_03_on.svg);}
.sec_view .quick_menu li:nth-child(4) a:hover strong::before {background-image: url(../images/icons/icon_quick_04_on.svg);}

.sec_view .quick_menu li a p {font-size: 1.2rem; line-height: 1.6rem; color: #394387; font-weight: 500; margin-top: 1rem; text-align: center;}

.sec_view .history_slide_wrap {width: 60rem; padding: 4rem 3rem 3rem; border-radius: 24px; background-color: #eaebf2; border: 1px solid rgba(0,0,0,0.19);}
.sec_view .history_slide_wrap .title_area {padding-bottom: 2.4rem; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid #c4c5cb; }
.sec_view .history_slide_wrap .title_area h3 {font-size: 2.8rem; color: #3a3d72; font-weight: 500; padding-left: 1.8rem; font-family: 'esamanru';}
.swiper_ctr {display: flex; align-items: center; gap:1rem;}
.btn_slide_prev, .btn_slide_next {width: 3.3rem; height: 3.3rem; border-radius: 50%; background-position: center; background-repeat: no-repeat; background-size: .8rem auto; cursor: pointer; transition: .3s;}
.swiper_bullet {width: auto;}
.sec_view .history_slide_wrap .btn_slide_prev {border: 2px solid #3a3d72; background-image: url(../images/icons/arrow_slide_bl.svg); transform: rotate(180deg);}
.sec_view .history_slide_wrap .btn_slide_next{border: 2px solid #3a3d72; background-image: url(../images/icons/arrow_slide_bl.svg);}
.sec_view .history_slide_wrap .btn_slide_prev:hover,
.sec_view .history_slide_wrap .btn_slide_next:hover {background-color: #3a3d72; background-image: url(../images/icons/arrow_slide_wh.svg);}
.sec_view .history_slide_wrap .swiper_bullet {color: #3a3d72; font-weight: 500;}

.sec_view .history_slide {margin-top: 2.4rem;}
.sec_view .history_slide .swiper-slide .item {display: flex; align-items: center; gap: 3rem;}
.sec_view .history_slide .swiper-slide .img {width: 23.7rem; height: 36.7rem; border-radius: 1.5rem;}
.sec_view .history_slide .swiper-slide .item .img img {transition: .3s;}
.sec_view .history_slide .swiper-slide .item:hover .img img {transform: scale(1.15);}
.sec_view .history_slide .swiper-slide .txt_wrap {flex:1; display: flex; flex-direction: column; justify-content: space-between;}
.sec_view .history_slide .swiper-slide .txt_wrap .subject {display: inline-block; line-height: 1.2; background-color: #3366ff; color: #fff; font-size: 1.5rem; font-weight: 700; padding: .7rem 1.5rem; border-radius:2rem; margin-bottom: 1.8rem;} /*260119*/
.sec_view .history_slide .swiper-slide .txt_wrap h4 {font-size: 25px; color: #3a3d72; font-weight: 700; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; word-break: keep-all;} /*260119*/
.sec_view .history_slide .swiper-slide .txt_wrap p {margin-top: 2rem; font-size: 1.5rem; color: #444; font-weight: 500; line-height: 2.3rem; display: -webkit-box; -webkit-line-clamp: 8; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis;}
.sec_view .history_slide .swiper-slide .txt_wrap .his_btn {display: flex; gap:.5rem; margin-top: 7rem;}
.sec_view .history_slide .swiper-slide .txt_wrap .his_btn a {width: 10.9rem; height: 4.8rem; border-radius: 2.4rem;border: 1px solid rgba(0,0,0,0.17); display: flex; align-items: center; justify-content: center; text-align: center; font-weight: 700; background-color: #fff; transition: .3s;}
.sec_view .history_slide .swiper-slide .txt_wrap .his_btn .btn_bl {color: #475def;}
.sec_view .history_slide .swiper-slide .txt_wrap .his_btn .btn_gr {color: #10a83e;}
.sec_view .history_slide .swiper-slide .txt_wrap .his_btn a:hover {color: #fff; border-color: #3a3d72; background-color: #3a3d72;}
/* 섹션: 주제 큐레이션 */
.sec_cur {padding: 13rem 0; background: url(../images/main/main_bg_slide.jpg) no-repeat center; background-size: cover; background-attachment: fixed;}
.sec_cur .tit_area {margin-bottom: 4.5rem; display: flex; align-items: center; justify-content: space-between;}
.sec_cur .tit_area .tit_wrap {display: flex; gap:2rem;}
.sec_cur .tit_area h3 {padding-left: 1rem; font-size: 4.2rem; color: #fff; font-weight: 500; font-family: 'esamanru';}
.sec_cur .tit_area .more {display: block; width: 4.6rem; height: 4.6rem; border: 1px solid rgba(255, 255, 255, .4); border-radius: 2px; background: url(../images/icons/icon_plus_main.svg) no-repeat center; background-size: 1.6rem;} 
.sec_cur .tit_area .tit_wrap:hover .more {border: 1px solid rgba(255, 255, 255, 1); background-color: #fff; transition: .3s;} 
.sec_cur .tit_area .swiper_ctr {position: relative;}
.sec_cur .tit_area .btn_slide_prev {border: 2px solid #bbbbd3; background-image: url(../images/icons/arrow_slide_wh.svg); transform: rotate(180deg);}
.sec_cur .tit_area .btn_slide_next {border: 2px solid #bbbbd3; background-image: url(../images/icons/arrow_slide_wh.svg);}
.sec_cur .tit_area .btn_slide_prev:hover,
.sec_cur .tit_area .btn_slide_next:hover {background-color: #fff; border-color: #fff; background-image: url(../images/icons/arrow_slide_bl.svg);}
.sec_cur .tit_area .swiper_bullet {color: #eff0f6; font-weight: 500;}

.sec_cur .curation_slide .swiper-slide {height: 42.2rem; border-radius: 2.4rem; background-color: #f1f2f9; padding: 1.2rem;}
.sec_cur .curation_slide .swiper-slide .img {height: 19.5rem; border-radius: 1.6rem 1.6rem 0 0; margin-bottom: 2.2rem;}
.sec_cur .curation_slide .swiper-slide a .img img {transition: .3s;}
.sec_cur .curation_slide .swiper-slide:hover a .img img {transform: scale(1.15);}
.sec_cur .curation_slide .swiper-slide h4 {font-weight: 800; font-size: 2.4rem; text-align: center; word-break: keep-all; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis;}/*260105*/
.sec_cur .curation_slide .swiper-slide strong {font-size: 1.4rem; font-weight: 600; margin-top: 2rem; text-align: center; display: block;}
.sec_cur .curation_slide .swiper-slide p {margin-top: 1.2rem; font-size: 1.3rem; line-height: 2.1rem; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis;}/*260105*/

/* 섹션: 메인 dt */
.sec_dt {display: flex; flex-wrap: wrap;}
.sec_dt .catg_wrap {padding-bottom: 13.5rem; padding-left: 2rem; padding-right: 2rem; width: 50%; background: url(../images/main/bg_main_menu.png) no-repeat center; background-size: cover;}
.sec_dt .tit_area {padding-top: 11rem; gap:2rem; display: flex; align-items: center; justify-content: center; position: relative; z-index: 1;}
.sec_dt .tit_area .tit_wrap {display: flex; align-items: center; gap:2rem;}
.sec_dt .tit_area h3 {color: #fff; font-size: 3.6rem; font-weight: 500; font-family: 'esamanru';}
.sec_dt .tit_area .more {display: block; width: 4.6rem; height: 4.6rem; border: 1px solid rgba(255, 255, 255, .4); border-radius: 2px; background: url(../images/icons/icon_plus_main.svg) no-repeat center; background-size: 1.6rem;} 
.sec_dt .tit_area .tit_wrap:hover .more {border: 1px solid rgba(255, 255, 255, 1); background-color: #fff; transition: .3s;} 
.sec_dt .catg_wrap ul {flex-wrap: wrap; display: flex; justify-content: center; gap:3.5rem 7rem; width: 42rem; margin: 5rem auto 0;}
.sec_dt .catg_wrap ul li a {width: 9.2rem; display: block; padding-top: 9.2rem; position: relative;}
.sec_dt .catg_wrap ul li a::after {display: block; content: ''; width: 9.2rem; height: 9.2rem; border-radius: 50%; background-color: #dbdce9; background-position: center; background-repeat: no-repeat; position: absolute; left: 50%; top: 0; transform: translateX(-50%); transition: .3s;}
.sec_dt .catg_wrap ul li a:hover::after {background-color: #3a3d72;}
.sec_dt .catg_wrap ul li a span {display: block; margin-top: 1.5rem; font-weight: 500; color: #fff; text-align: center;}
.sec_dt .catg_wrap ul .catg_01 a::after {background-image: url(../images/icons/catg_01.svg); background-size: 3.2rem auto;}
.sec_dt .catg_wrap ul .catg_02 a::after {background-image: url(../images/icons/catg_02.svg); background-size: 2.7rem auto;}
.sec_dt .catg_wrap ul .catg_03 a::after {background-image: url(../images/icons/catg_03.svg); background-size: 3.2rem auto;}
.sec_dt .catg_wrap ul .catg_04 a::after {background-image: url(../images/icons/catg_04.svg); background-size: 3.2rem auto;}
.sec_dt .catg_wrap ul .catg_05 a::after {background-image: url(../images/icons/catg_05.svg); background-size: 3.1rem auto;}
.sec_dt .catg_wrap ul .catg_06 a::after {background-image: url(../images/icons/catg_06.svg); background-size: 4rem auto;}
.sec_dt .catg_wrap ul .catg_07 a::after {background-image: url(../images/icons/catg_07.svg); background-size: 3.2rem auto;}
.sec_dt .catg_wrap ul .catg_08 a::after {background-image: url(../images/icons/catg_08.svg); background-size: 3rem auto;}
.sec_dt .catg_wrap ul .catg_09 a::after {background-image: url(../images/icons/catg_09.svg); background-size: 3.8rem auto;}

.sec_dt .catg_wrap ul .catg_01 a:hover::after {background-image: url(../images/icons/catg_01_on.svg);}
.sec_dt .catg_wrap ul .catg_02 a:hover::after {background-image: url(../images/icons/catg_02_on.svg);}
.sec_dt .catg_wrap ul .catg_03 a:hover::after {background-image: url(../images/icons/catg_03_on.svg);}
.sec_dt .catg_wrap ul .catg_04 a:hover::after {background-image: url(../images/icons/catg_04_on.svg);}
.sec_dt .catg_wrap ul .catg_05 a:hover::after {background-image: url(../images/icons/catg_05_on.svg);}
.sec_dt .catg_wrap ul .catg_06 a:hover::after {background-image: url(../images/icons/catg_06_on.svg);}
.sec_dt .catg_wrap ul .catg_07 a:hover::after {background-image: url(../images/icons/catg_07_on.svg);}
.sec_dt .catg_wrap ul .catg_08 a:hover::after {background-image: url(../images/icons/catg_08_on.svg);}
.sec_dt .catg_wrap ul .catg_09 a:hover::after {background-image: url(../images/icons/catg_09_on.svg);}

.sec_dt .map_wrap {position: relative; width: 50%; background: url(../images/main/bg_main_map.png) no-repeat center; background-size: cover;}
.sec_dt .map_wrap .tit_area h3 {color: #3d3950;}
.sec_dt .map_wrap .tit_area .more {border: 1px solid #d0d0d8; background-color: #fffefe;}
.sec_dt .map_wrap .map .dragscroll {width: 100%; overflow-y: auto; cursor: grab; position: relative;}
.sec_dt .map_wrap .map .dragscroll .drag_in {width: 100%; position: relative; margin: 0 auto;}
.sec_dt .map_wrap .map .dragscroll img {display: block;}
.sec_dt .map_wrap .map .dragscroll a {position: absolute;}
.sec_dt .map_wrap .map .dragscroll a div {position: absolute; left: 50%; bottom: 1.8rem; transform: translateX(-50%); padding: .2rem .6rem .3rem; border: 1px solid #d2d2d2; box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.08); background-color: #ffffff;  border-radius: 2rem; transition: .3s; white-space: nowrap;}
.sec_dt .map_wrap .map .dragscroll a:hover div {background-color: #3a3d72; border-color: #3a3d72; color: #fff;}
.sec_dt .map_wrap .map .dragscroll a::before {content: ''; position: absolute; bottom: 1.5rem; left: calc(50% - 0.3rem); width: .6rem; height: .6rem; background: #fff; border: 1px solid #d2d2d2;  border-top-left-radius: 0.2rem; border-bottom-right-radius: 0.2rem;  border-width: 0 0 1px 1px; transform: rotate(-45deg); transition: .3s; z-index: 1;}
.sec_dt .map_wrap .map .dragscroll a:hover::before {background-color: #3a3d72;}
.sec_dt .map_wrap .map .dragscroll a::after {display: block; content: ''; position: absolute; left: -.7rem; bottom: 0; border-radius: 50%; background-color: #d45f00; width: 1.4rem; height: 1.4rem;}
.sec_dt .map_wrap .map .dragscroll a.btm_tooltip div {top: .4rem; bottom: auto;}
.sec_dt .map_wrap .map .dragscroll a.btm_tooltip::before {bottom: -.7rem; transform: rotate(45deg); border-width:1px 0 0 1px;}
.sec_dt .map_wrap .map .dragscroll a strong {font-size: 1.4rem; font-weight: 700; display: block; text-align: center; line-height: 1.1;}
.sec_dt .map_wrap .map .dragscroll a span {margin-top: 3px; display: block; font-size: 1.1rem; font-weight: 700; text-align: center; color: rgba(0, 0, 0, 0.63); transition: .3s;}
.sec_dt .map_wrap .map .dragscroll a:hover span {color: #fff;}
.sec_dt .map_wrap .map .desc {font-size: 1.4rem; color: #5a5a5a; position: absolute; left: 50%; bottom: 10rem; transform: translateX(-50%); width: 100%; text-align: center; padding: 0 20px;}

.sec_dt .map_wrap svg .circle {fill: #D45F00; transition: .5s;}
.sec_dt .map_wrap svg .path {fill: #ffffff; transition: .5s; filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.2));}
.sec_dt .map_wrap svg .text {font-size: 11px; font-weight: 700; fill: #333333; transition: .5s;}
.sec_dt .map_wrap svg .line {fill: #cccccc; transition: .5s;}
.sec_dt .map_wrap svg .stroke {stroke: #D45F00; stroke-width:.5; transition: .5s;}
.sec_dt .map_wrap svg a.disabled {opacity: .4; cursor: default;}
.sec_dt .map_wrap svg a.disabled .circle {fill: #666666; transition: .5s;}
.sec_dt .map_wrap svg a.disabled .path {filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.0));}
.sec_dt .map_wrap svg a.disabled .stroke {stroke: #999; transition: .5s;}

.sec_dt .map_wrap svg a:hover .circle {fill: #3a3d72;}
.sec_dt .map_wrap svg a:hover .path {fill: #3a3d72;}
.sec_dt .map_wrap svg a:hover .text {fill: #ffffff;}
.sec_dt .map_wrap svg a:hover .line {fill: #3a3d72;}
.sec_dt .map_wrap svg a:hover .stroke {stroke: #3a3d72;}

.sec_dt .map_wrap svg a.disabled:hover .circle {fill: #666666;}
.sec_dt .map_wrap svg a.disabled:hover .path {fill: #ffffff;}
.sec_dt .map_wrap svg a.disabled:hover .text {fill: #333333;}
.sec_dt .map_wrap svg a.disabled:hover .line {fill: #cccccc;}
.sec_dt .map_wrap svg a.disabled:hover .stroke {stroke: #999;}

.head_util {background-color: #f7f7f7;}
.head_util .util_inner {height: 4rem; display: flex; align-items: center; justify-content: space-between; padding: 2rem 9.5rem;}
.head_util .sns {display: flex; align-items: center; gap:15px;}
.head_util .sns img {max-height: 20px;}
.head_util .menu_etc a {font-size: 14px; color: #6e6d6d; font-weight: 500;}
.head_util .menu_etc li ~ li {padding-left: 16px; margin-left: 16px; position: relative;}
.head_util .menu_etc li ~ li::after {display: block; content: ''; position: absolute; left: 0; top: 3px; background-color: #ddd6da; width: 1px; height: 15px;}
.head_util .menu_etc {display: flex; align-items: center;}

@media only screen and (max-width: 1559px) {
	.sec_search {width: 100%;}
	.sec_search .sec_wrap {border-radius: 0;}
	.head_util .util_inner {padding: 0 20px;}
}
@media only screen and (max-width: 1023px) { /* 테블릿 */
	.head_util {display: none;}
	.sec_search .sec_wrap .sec_inner {gap:30px;}
	.sec_search .main_title .txt1 {font-size: 16px;}
	.sec_search .main_title h2 {font-size: 47px; margin-top: 18px;}
	.sec_search .main_title .txt2 {font-size: 14px; margin-top: 10px;}
	.sec_search .search_date {margin-top: 40px;}
	.sec_search .search .bar ,
	.sec_search .search .head_search.select_search {display: none;}
	.sec_search .search input[type="text"] {width: 300px; border-radius: 3.3rem;}
	.sec_search .search {height: 53px; width: 368px;}
	.main_datepicker .ui-datepicker {width: 314px;}
	.sec_view {flex-direction: column; padding-top: 30px; padding-bottom: 30px; gap: 40px;}
	.sec_view .quick_menu li {width: 25%;}
	.sec_view .quick_menu li:first-child:before {display: none;}
	.sec_view .quick_menu li::before {height: 190px;}
	.sec_view .quick_menu li:nth-child(n+3) {padding-top: 0;}
	.sec_view .quick_menu li:nth-child(n+3)::before {top: 0;}
	.sec_view .quick_menu li:nth-child(n+3)::after {display: none;}
	.sec_view .quick_menu li a strong::before {width: 119px; height: 119px;}
	
	.sec_view .history_slide_wrap {width: 100%; padding: 35px 20px;}
	.sec_view .history_slide .swiper-slide .txt_wrap .his_btn {margin-top: 25px;}
	.sec_view .history_slide .swiper-slide .item  {gap:20px;}
	.sec_view .history_slide .swiper-slide .txt_wrap h4 {font-size: 21px;}
	.sec_view .history_slide .swiper-slide .txt_wrap p {font-size: 13px;}
	.sec_view .history_slide .swiper-slide .img {width: 160px; height: 268px;}

	.sec_cur {padding: 90px 0;}
	.sec_dt .catg_wrap {width: 100%; padding-bottom: 70px;}
	.sec_dt .map_wrap {width: 100%;}
	.sec_dt .map_wrap .map .dragscroll {margin-top: -40px;}
	.sec_dt .tit_area {padding-top: 70px;}
	.sec_dt .catg_wrap ul {width: auto;}
	.sec_dt .map_wrap .map .desc {bottom: 4rem;}
}
@media only screen and (max-width: 767px) { /* 모바일 */
	.sec_inner {padding: 0 10px;}
	.sec_search .sec_wrap .sec_inner {padding: 70px 20px;}
	.sec_search .contL {display: flex; flex-direction: column; align-items: center;}	
	.sec_search .main_title {text-align: center;}
	.sec_search .main_title .txt1 {font-size: 14px;}
	.sec_search .main_title h2 {font-size: 40px; margin-top: 14px;}
	.sec_search .main_title .txt2 {font-size: 11px; margin-top: 10px;}
	.sec_search .search input[type="text"] {width: 240px;}
	.sec_search .search {height: 48px; width: 300px;}
	.sec_search .search_date {margin-top: 60px;}
	.main_datepicker {display: none;}
	.sec_view {padding: 30px 0 0 0;}
	.sec_view .quick_menu {gap:30px 0}
	.sec_view .quick_menu li {width: 50%;}
	.sec_view .quick_menu li a {padding-bottom: 0;}
	.sec_view .quick_menu li:nth-child(3)::before {display: none;}
	.sec_view .quick_menu li::before {height: 170px; top: 10px;}
	.sec_dt .catg_wrap {padding-left: 10px; padding-right: 10px;}
	.sec_dt .catg_wrap ul {gap:35px}
	.swiper_ctr {padding-right: 10px;}
	.sec_view .history_slide_wrap .title_area h3 {font-size: 24px;}
	.btn_slide_prev, .btn_slide_next {width: 26px; height: 26px; background-size: .6rem auto;}
	.sec_view .history_slide_wrap {border-radius: 0; border:none; padding: 50px 10px;}
	.sec_view .history_slide .swiper-slide .img {width: 120px; height: 192px; border-radius: 8px;}	
	.sec_view .history_slide .swiper-slide .txt_wrap p {-webkit-line-clamp: 6;}
	.sec_view .history_slide .swiper-slide .txt_wrap h4 {font-size: 19px;}
	.sec_view .history_slide .swiper-slide .txt_wrap .his_btn {margin-top: 20px;}

	.sec_cur {padding: 60px 0;}
	.sec_cur .tit_area h3 {font-size: 24px;}

	.curation_slide  {height: 370px;}
	.curation_slide .swiper-slide a {display: flex; align-items: center; gap: 15px;}
	.curation_slide .swiper-slide a .txt_wrap {flex:1;}
	.sec_cur .curation_slide .swiper-slide {padding: 5px 10px 5px 5px; border-radius: 14px;}
	.sec_cur .curation_slide .swiper-slide .img {width: 118px; height: 169px; border-radius: 10px  0 0 10px; margin-bottom: 0;}
	.sec_cur .curation_slide .swiper-slide h4 {font-size: 20px; text-align: left;}
	.sec_cur .curation_slide .swiper-slide strong {font-size: 12px; margin-top: 12px; text-align: left;}
	.sec_cur .curation_slide .swiper-slide p {font-size: 12px; margin-top: 10px; text-align: left;}

	.sec_dt .map_wrap .map .dragscroll a div {padding: 0 .6rem .3rem;}
}

/*260225 독립신문 섹션*/
.sec_idp {padding: 6.4rem 20px 2rem;}

.card_idp {display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem;}
.card_idp li a {display: flex; flex-direction: column; height: 100%; border: 1px solid #c6c6ce; border-radius: 2px; overflow: hidden; text-decoration: none; color: #111;  transition: 0.3s ease;}
.card_idp li a:hover {background-color: #f1f2f8;}
.card_idp li a:hover {box-shadow: 1.2rem 1.5rem 1.8rem rgba(0,0,0,0.2);}

.card_idp li .text-area {position: relative; padding: 2.2rem 5.4rem 2.4rem 2.2rem;}
.card_idp li .text-area::after {content: ""; width: 1.6rem; height: 2.8rem; background: url("../images/main/arrow_idp.svg") no-repeat center / contain; position: absolute; right: 16px; top: 50%; transform: translateY(-50%);}
.card_idp li .text-area h3 {font-size: 2.2rem; font-family: 'esamanru'; letter-spacing: -0.05em; font-weight: 300; margin-bottom: .6rem;}
.card_idp li .text-area .period {font-size: 1.6rem; font-family: 'esamanru'; font-weight: 300; color: #3a3d72; margin-bottom: 1.8rem;}
.card_idp li .text-area .desc {font-size: 1.3rem; line-height: 1.2; font-family: 'esamanru'; font-weight: 300; color: #767676; word-break: keep-all;}

.card_idp li .img-area {margin-top: auto; height: 14.7rem; position: relative;}
.card_idp li .img-area::before {content: ""; position: absolute; inset: 0; background-color: rgba(82, 88, 123, 0.35); pointer-events: none; transition: 0.3s ease;}
.card_idp li a:hover .img-area::before {background-color: rgba(82, 88, 123, 0.5);}
.card_idp li .img-area img {width: 100%; display: block;}

@media (max-width: 1024px) {
  .card_idp {grid-template-columns: repeat(2, 1fr);}
}

@media (max-width: 640px) {
  .sec_idp {padding: 20px 20px 2rem;}
  .card_idp {grid-template-columns: 1fr;}
}