@charset "utf-8";


#visual .visual_wrap {
    width: 880px;
    height: 450px;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    display: inline-block;
}
#visual .visual_wrap h2 {
    position: absolute;
    color: #fff;
    top: 52px;
    left: 57px;
    z-index: 1;
    font-size: 30px;
    font-weight: 400;
    font-family: "Nanum";
}
#visual .visual_wrap h2 span {
    font-weight: 900;
    color: #eed48e;
    display: block;
}
#visual .visual_list a {display: block; width: 100%;height: 100%;}
#visual .visual_list a img {
    max-width: 100%;
    height: 450px;
    object-fit: cover;
    object-position: 10% center;
}
#visual .visual_btn {position: absolute; width: 65px; border-radius: 10px; box-sizing: border-box; padding: 0 20px 0 28px; display: flex; width: 150px; height: 40px; bottom: 20px; left: 50%; transform: translateX(-50%); display: flex; justify-content: space-between;align-items: center; background-color: #f2f3f8;}
#visual .visual_btn .pagination {font-family: "score"; font-size: 16px; letter-spacing: 5px; color: #636363; line-height: 40px;font-weight: 500;}
#visual .visual_btn .pagination .cur {font-size: 18px; font-weight: 700; color: #4d5a95;}
#visual .visual_btn button {position: relative; font-size: 0;}
#visual .visual_btn button::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
#visual .visual_btn button.prev::after {
    width: 8px;
    height: 13px;
    background: url("/images/kr/main/ico_arrow.png") center /contain no-repeat;
}
#visual .visual_btn button.next::after {
    width: 8px;
    height: 13px;
    background: url("/images/kr/main/ico_arrow.png") center /contain no-repeat;
    transform: translate(-50%,-50%) rotate(180deg);
}
#visual .visual_btn button.stop::after {
    width: 6px;
    height: 10px;
    background: url("/images/kr/main/ico_stop.png") center /contain no-repeat;
}
#visual .visual_btn button.play::after {
    width: 6px;
    height: 10px;
    background: url("/images/kr/main/ico_play.png") center /contain no-repeat;
}

#visual .right  {
    display: inline-block;
    width: 280px;
    height: 450px;
    vertical-align: top;
    margin-left: 35px;
}
#visual .chairman {
    width: 100%;
    height: 300px;
    box-sizing: border-box;
    background: url("/images/kr/main/chairman_bg.png") center no-repeat;
    padding: 27px 20px;
    overflow: hidden;
    position: relative;
    border-radius: 10px;
    box-shadow: 0 0 10px 5px rgba(0,0,0,0.05);
}
#visual .chairman p {
    font-family: "Nanum";
    font-size: 25px;
    color: #1d1d1d;
    font-weight: 700;
}
#visual .chairman > span {font-size: 16px;color: #1d1d1d; font-weight: 300;display: block;margin-top: 40px;}
#visual .chairman strong {display: block; font-weight: 500;}
#visual .chairman span span {font-weight: 500; color: #4d5a95; display: block;}
#visual .chairman span span img {
    vertical-align: baseline;
    position: relative;
}
#visual .chairman span span.name {
    display: inline-block;
    position: relative;
}
#visual .chairman span span.name img {
    z-index: 2;
}
#visual .chairman span span.name::after {
    content: "";
    display: block;
    position: absolute;
    width: 57px;
    height: 9px;
    bottom: 5px;
    left: 50%;
    transform: translateX(-50%);
    background-color: rgba(255,255,255,0.4);
    z-index: 1;
}
#visual .chairman .chairman_btn {
    position: absolute; 
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: #4d5a95;
    width: 100%;
    height: 55px;
    line-height: 55px;
}
#visual .chairman .chairman_btn::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 0.5px;
    height: 22px;
    background: #fff;
}
#visual .chairman .chairman_btn a {
    display: inline-block;
    color: #fff;
    width: 49%;
    text-align: center;
    font-family: "Nanum";
    font-size: 16px;
    font-weight: 400;
}
#visual .chairman .chairman_pic {
    width: 240px;
    height: 243px;
    position: absolute;
    right: -50px;
    bottom: 0;
}
#visual .chairman .chairman_pic img {width: 100%;height: 100%; object-fit: cover;}
#visual .agenda {
    width: 100%;
    height: 130px;
    background-color: #fff;
    border: 1px solid #4d5a95;
    border-radius: 20px 10px 20px 10px;
    margin-top: 20px;
    padding: 20px;
    box-sizing: border-box;
    position: relative;
    box-shadow: 0 0 10px 5px rgba(0,0,0,0.1);
}
#visual .agenda .date p {
    font-family: "score";
    font-size: 20px;
    color: #1d1d1d;
    font-weight: 500;
    padding-bottom: 10px;
    border-bottom: 1px dashed #4d5a95;
    letter-spacing: -1px;
}
#visual .agenda span {
    color: #4d5a95;
    font-weight: 600;
}
#visual .agenda .agenda_list {
    font-family: "score";
    color: #666666;
    font-size: 14px;
    font-weight: 300;
    background-color: #e3e4ec;
    width: 238px;
    height: 34px;
    line-height: 34px;
    border-radius: 5px;
    position: relative;
}
#visual .agenda .agenda_wrap {
    padding-top: 18px;
    height: 34px;
    position: relative;
}
#visual .agenda .agenda_list .agenda_item p,
#visual .agenda .agenda_list .agenda_item a {
    margin-left: 10px;
	font-size: 14px;
	display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 80%;
}

#visual .agenda .agenda_btn::after {
    content: "";
    position: absolute;
    display: block;
    width: 15px;
    height: 16px;
    background: url("/images/kr/main/agenda_btn.png") center no-repeat;
    right: 21px;
    top: 26px;
}
#visual .agenda button {font-size: 0;}
#visual .agenda .stop_btn::after {
    content: "";
    display: block;
    position: absolute;
    top: 56.5% ;
    right: 6%;
    width: 7px;
    height: 11px;
    background: url("/images/kr/main/agenda_stop.png") center no-repeat;
}
#visual .agenda .play_btn::after {
    content: "";
    display: block;
    position: absolute;
    top: 55%;
    right: 6%;
    width: 7px;
    height: 11px;
    background: url("/images/kr/main/agenda_play.png") center no-repeat;
}

#quick {height: 200px; position: relative; margin-top: 10px;}
section.sec01 {position: relative;}
section.sec01:before {
	content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 445px;
    background: url("/images/kr/main/bg_quick01.png") center no-repeat;
    z-index: -1;
	background-size: cover;
}
#quick .tit_box {font-family: "Nanum"; position: absolute; top: 40px;left: 10px;letter-spacing: -1px;}
#quick .tit_box .s_tit {font-size: 20px; color: #313f7d;font-weight: 400;}
#quick .tit_box h4 {font-family: "Nanum"; font-size: 25px; color: #1d1d1d;font-weight: 700;}

#quick .quick_list {
    display: flex;
    justify-content: space-between;
    width: 970px;
    position: absolute;
    right: 23px;
    top: 31px;
}
#quick .quick_item li {}
#quick .quick_item {
    display: block;
    width: 80px;
    height: 80px;
    border: 1px solid transparent;
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 0 0 5px 5px rgba(0,0,0,0.05);
    box-sizing: border-box;
    position: relative;
}
#quick .quick_item::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
#quick .quick_list li:nth-child(1) .quick_item::after {
    width: 42px;
    height: 48px;
    background: url("/images/kr/main/quick1.png") center no-repeat;
}
#quick .quick_list li:nth-child(2) .quick_item::after {
    width: 54px;
    height: 39px;
    background: url("/images/kr/main/quick2.png") center no-repeat;
}
#quick .quick_list li:nth-child(3) .quick_item::after {
    width: 52px;
    height: 40px;
    background: url("/images/kr/main/quick3.png") center no-repeat;
}
#quick .quick_list li:nth-child(4) .quick_item::after {
    width: 41px;
    height: 40px;
    background: url("/images/kr/main/quick4.png") center no-repeat;
}
#quick .quick_list li:nth-child(5) .quick_item::after {
    width: 42px;
    height: 38px;
    background: url("/images/kr/main/quick5.png") center no-repeat;
}
#quick .quick_list li:nth-child(6) .quick_item::after {
    width: 50px;
    height: 36px;
    background: url("/images/kr/main/quick6.png") center no-repeat;
}
#quick .quick_list li:nth-child(7) .quick_item::after {
    width: 40px;
    height: 37px;
    background: url("/images/kr/main/quick7.png") center no-repeat;
}
#quick .quick_item:hover {
    border: 1px solid #4d5a95;
}
li:has(.quick_item:hover) span  {font-weight: 700;}
#quick li span {display: block; text-align: center; width: 100%;margin-top: 14px;font-family: "Nanum"; font-size: 16px;}



.sec02 {margin-top: 57px; height: 413px;}
.sec02 h4 {font-size: 28px; color: #1d1d1d; font-family: "Nanum";font-weight: 800;}
#board {width: 740px; display: inline-block; vertical-align: top; position: relative; height: 350px;}
#board .board_content {
    border: 2px solid #f4f4f4;
    border-radius: 10px;
    width: 100%;
    height: 300px;
    padding: 30px 34px;
    box-sizing: border-box;
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
}
#board .board_wrap {
}

#board .board_btn {
    position: absolute;
    cursor: pointer;
}

#board .board_btn.active {
    color: #000;
    font-weight: bold;
}

#board .board_wrap > li.active .board_content {
    display: block;
}

#board .board_more > a {
	display: block;
    width: 15px;
    height: 16px;
}
#board .board_wrap > li .board_btn {
    font-family: "Nanum";
    color: #666;
    font-size: 20px;
    text-decoration: none;
	width: 80px;
    padding: 0;
}
#board .board_wrap > li:nth-child(1) .board_btn { top: 0; left: 195px; }
#board .board_wrap > li:nth-child(2) .board_btn { top: 0; left: 350px; }
#board .board_wrap > li:nth-child(3) .board_btn { top: 0; left: 505px; }
#board .board_wrap > li.active .board_btn {
    font-weight: 700;
    color: #1d1d1d;
	overflow: visible;
}
#board .board_wrap > li .board_btn::before {
    transition: all 0.3s linear;
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 55%;
    transform: translateX(-50%);
    width: 75px;
    height: 11px;
    background-color: transparent;
    z-index: -1;
}
#board .board_wrap > li .board_btn:hover::before,
#board .board_wrap > li.active .board_btn::before {
    background-color: #e7eeef;
}
#board .board_wrap > li.active .board_btn::after {
    content: "";
    display: block;
    position: absolute;
    top: -6px;
    right: -8px;
	width: 6px;
    height: 6px;
    background-color: #2f7d84;
    border-radius: 50%;
}
#board .board_more {
    display: none;
    cursor: pointer;
}

#board .board_wrap > li.active .board_content {
    display: block;
}
#board .board_wrap > li.active .board_more {
    display: block;
    position: absolute;
    top: 5px;
    right: 22px;
    font-size: 0;
    width: 15px;
    height: 16px;
}
#board .board_wrap > li.active .board_more::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 15px;
    height: 16px;
    background: url("/images/kr/main/board_btn.png") center no-repeat;
}
#board .board_content .date {
    width: 100px;
    height: 81px;
    border: 0.5px solid #2f7d84;
    border-radius: 10px;
    text-align: center;
    box-sizing: border-box;
    padding: 10px 0;
    display: inline-block;
    box-shadow: 0 0 3px 3px rgba(0,0,0,0.05);
}
#board .board_content .date strong {
    font-size: 25px;
    color: #2f7d84;
    font-weight: 800;
	display: block;
}
#board .board_content .date span {
    font-size: 17px;
    color: #1d1d1d;
    font-weight: 700;
}
#board .board_content .new {
    font-size: 20px;
    font-weight: 500;
    vertical-align: top;
    padding-left: 30px;
    line-height: 200%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
	width: 80%;
    display: inline-block;
}
#board .board_content .board_list {
    margin-top: 8px;
	background: none;
}
#board .board_content .board_list li {position: relative;}

#board .board_content .board_list li a {
    display: inline-block;
    font-size: 15px;
    font-weight: 300;
    color: #1d1d1d;
    margin-top: 13px;
    padding-left: 20px;
    position: relative;
    width: auto;
    max-width: 80%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#board .board_content .board_list li a::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 3px;
    height: 3px;
    background-color: #227387;
}
#board .board_content .board_list li span {
    position: absolute;
    right: 0;
    top: 36%;
    color: #666;
    font-weight: 300;
	font-size: 15px;
}

#popup {
    position: relative;
    display: inline-block;
    width: 400px;
}
#popup .popup_btn {
    position: absolute;
    top: 0;
    right: 0;
}
#popup .popup_btn button {
    width: 36px;
    height: 36px;
    box-shadow: 0 0 5px 5px rgba(0,0,0,0.05);
    font-size: 0;
}

#popup {
    display: inline-block;
    width: 400px;
    margin-left: 55px;
}

#popup .popup_btn {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
    display: flex;
    align-items: center;
    gap: 4px;
}

#popup .popup_btn button {
    width: 36px;
    height: 36px;
    box-shadow: 0 0 5px 3px rgba(0,0,0,0.05);
    cursor: pointer;
    margin-right: 10px;
    border-radius: 5px;
    position: relative;
    font-size: 0;
}
#popup .popup_btn button::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
#popup .popup_btn button.prev::after {
    width: 7px;
    height: 13px;
    background: url("/images/kr/main/popup_arrow.png") center no-repeat;
}
#popup .popup_btn button.next::after {
    width: 7px;
    height: 13px;
    background: url("/images/kr/main/popup_arrow.png") center no-repeat;
    transform: translate(-50%,-50%) rotate(180deg);
}
#popup .popup_btn button.stop::after {
    width: 7px;
    height: 11px;
    background: url("/images/kr/main/popup_stop.png") center no-repeat;
}
#popup .popup_btn button.play::after {
    width: 7px;
    height: 11px;
    background: url("/images/kr/main/popup_play.png") center no-repeat;
}

#popup .btn_stop {
    display: inline-block;
}

#popup .btn_stop .play {
    display: none;
}
#popup .btn_stop.paused .play {
    display: inline-block;
}
#popup .btn_stop.paused .stop {
    display: none;
}

#popup .popup_wrap {
    width: 100%;
    margin-top: 18px;
}

#popup .popup_list img {
    width: 100%;
    display: block;
}
#popup .popup_list.no_list {text-align: center;padding-top: 3em;}
.sec03 {position: relative;}
.sec03::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 600px;
    background: url("/images/kr/main/member_bg.png") center no-repeat;
    z-index: -1;
	background-size: cover;
}
#member {
    height: 570px;
    position: relative;
    padding-top: 60px;
    box-sizing: border-box;
}
#member:before{content: ''; display: block; position: absolute; bottom: 0; right:38%; width:372px; height:372px; margin:0 -865px 0 0; animation: bg_rotate 32s linear infinite; background:url(/images/kr/main/txt_council.png) no-repeat 50% 50%;}
@keyframes bg_rotate{
	100%{transform:rotate(-360deg);}
}
#member .tit {position: absolute;}
#member .tit h4 {
    margin-bottom: 10px;
}
#member .tit span {
    color: #666;
    font-size: 14px;
    font-weight: 300;
}
#member h4 {
    font-size: 28px;
    color: #1d1d1d;
    font-family: "Nanum";
    font-weight: 800;
}
#member h4 strong {
    color: #2f7d84;
    font-weight: 800;
}
#member > span {
    font-size: 14px;
    color: #666;
    font-weight: 300;
}

#member .district {font-size: 20px; color: #1d1d1d; margin: 98px 0 25px 37px;position: relative;}
#member .district span {font-size: 14px; color: #666; font-weight: 300;margin-left: 20px;}
#member .district::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: -30px;
    width: 16px;
    height: 23px;
    transform: translateY(-50%);
    background: url("/images/kr/main/ico_district.png") center no-repeat;
}

#member .district_wrap .slick-list {
  overflow: visible !important;
}
#member .district_wrap .slick-slide {
  z-index: 1;
  position: relative;
}
#member .district_wrap .slick-active {
  z-index: 10 !important;
}
#member .member_slide_btn {
    position: absolute;
    top: 70px;
    left: 37%;
    display: flex;
    z-index: 1;
}
#member .member_slide_btn button,
#member .member_slide_btn a {
    width: 36px;
    height: 36px;
    background-color: #fff;
    box-shadow: 0 0 3px 3px rgba(0,0,0,0.05);
    position: relative;
    display: inline-block;
    margin-right: 10px;
    border-radius: 5px;
    font-size: 0;
}
#member .member_slide_btn .btn_stop .stop {
    display: block;
}
#member .member_slide_btn .btn_stop .play {
    display: none;
}
#member .member_slide_btn .btn_stop.paused .stop {
    display: none;
}
#member .member_slide_btn .btn_stop.paused .play {
    display: block;
}
#member .member_slide_btn button::after, 
#member .member_slide_btn a::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
#member .member_slide_btn button.prev::after {
    width: 7px;
    height: 13px;
    background: url("/images/kr/main/popup_arrow.png") center no-repeat;
}
#member .member_slide_btn button.next::after {
    width: 7px;
    height: 13px;
    background: url("/images/kr/main/popup_arrow.png") center no-repeat;
    transform: translate(-50%,-50%) rotate(180deg);
}
#member .member_slide_btn button.stop::after {
    width: 7px;
    height: 13px;
    background: url("/images/kr/main/popup_stop.png") center no-repeat;
}
#member .member_slide_btn button.play::after {
    width: 7px;
    height: 13px;
    background: url("/images/kr/main/popup_play.png") center no-repeat;
}
#member .member_slide_btn a.more::after {
    width: 15px;
    height: 16px;
    background: url("/images/kr/main/board_btn.png") center no-repeat;
}


#member .district_wrap {height: 600px;}
#member .member_card {
    width: 286px;
    height: 269px;
    border-radius: 20px 10px 20px 10px;
    box-shadow: 0 0 5px 5px rgba(0,0,0,0.05);
    display: inline-block;
    margin-right: 45px;
    padding: 28px 20px;
    box-sizing: border-box;
    background-color: #fff;
    position: relative;
}
#member .member_card .member_pic {
    width: 95.5px;
    height: 123.42px;
    border: 0.5px solid #bebebe;
    border-radius: 10px;
    overflow: hidden;
    display: inline-block;
}
#member .member_card .member_pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#member .member_card .member_txt {
    display: inline-block;
    vertical-align: top;
    color: #1d1d1d;
    margin-left: 5px;
    letter-spacing: -1px;
    width: 110px;
}
#member .member_card .member_txt p.name {
    font-size: 20px;
    font-weight: 600;
    margin: 7px 0 13px;
}
#member .member_card .member_txt p:nth-child(n+2) {
    font-weight: 300;
    line-height: 180%;
    font-size: 14px;

}
#member .list {height: 600px;}
#member .list .map {
    position: absolute;
    right: 100px;
    top: 2%;
}
#member .list .map img {
    filter: drop-shadow(0 10px 4px rgba(0, 0, 0, 0.2));
}
#member .member_btn {
    position: absolute;
    bottom: 35px;
}
#member .member_btn a {
    display: inline-block;
    width: 120px;
    height: 30px;
    text-align: center;
    background-color: #e6eef1;
    line-height: 30px;
    border-radius: 5px;
    font-size: 14px;
    color: #1d1d1d;
}
#member .member_btn a:last-child {
    background-color: #d9e3e7;
}



/* ¾È º¸ÀÌ´Â ½½¶óÀÌµå´Â Å¬¸¯ ÀÚÃ¼¸¦ ¸ø ¹Þ°Ô */
#member .district_wrap .slick-slide {
    pointer-events: none;
}

/* ÇöÀç º¸ÀÌ´Â ½½¶óÀÌµå¸¸ Å¬¸¯ °¡´É */
#member .district_wrap .slick-slide.slick-active {
    pointer-events: auto;
}







#gallery {
    height: 500px;
    position: relative;
    padding-top: 10px;
    box-sizing: border-box;
}
section.sec04 {position: relative;}
section.sec04::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 470px;
    background: url("/images/kr/main/gallery_bg.png") center no-repeat;
    z-index: -1;
	background-size: cover;
}
#gallery .tit {
    text-align: center;
}
#gallery h4 {
    font-size: 28px;
    font-family: "Nanum";
    font-weight: 800;
    text-align: center;
    margin-bottom: 12px;
}
#gallery h4 strong {
    color: #4d5a95;
    font-weight: 800;
}
#gallery .tit span {
    font-size: 14px;
    color: #666;
    font-weight: 300;
}
#gallery .gallery_btn {
    position: absolute;
    top: 40px;
    right: 16px;
}
#gallery .gallery_btn button,
#gallery .gallery_btn a {
    display: inline-block;
    width: 36px;
    height: 36px;
    background-color: #fff;
    box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.05);
    font-size: 0;
    vertical-align: top;
    margin-left: 10px;
    border-radius: 5px;
    position: relative;
}
#gallery .gallery_btn button::after,
#gallery .gallery_btn a::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
#gallery .gallery_btn button.prev::after {
    width: 7px;
    height: 13px;
    background: url("/images/kr/main/popup_arrow.png") center no-repeat;
}
#gallery .gallery_btn button.next::after {
    width: 7px;
    height: 13px;
    background: url("/images/kr/main/popup_arrow.png") center no-repeat;
    transform: translate(-50%,-50%) rotate(180deg);
}
#gallery .gallery_btn a.more::after {
    width: 15px;
    height: 16px;
    background: url("/images/kr/main/agenda_btn.png") center no-repeat;
}
#gallery .gallery_wrap {
    overflow: hidden;
    width: 1200px;
    margin: 0 auto;
}

#gallery .gallery_slide {
    box-sizing: border-box;
    margin-right: 35px;
}
#gallery .gallery_slide:last-child {
}
#gallery .gallery_slide a {
    display: block;
    background-color: #fff;
    width: 270px;
    height: 300px;
    overflow: hidden;
    border-radius: 20px 5px;
    font-size: 15px;
    font-weight: 500;
    border: 2px solid transparent;
    text-decoration: none;
    transition: all 0.3s linear;
    margin: 55px 0 10px;
    box-shadow: 0 0 5px 5px rgba(0,0,0,0.05);
}
#gallery .gallery_slide a:hover {
    border: 2px solid #4d5a95;
    color: #fff;
    background-color: #4d5a95;
    transform: translateY(-15px);
}
#gallery .gallery_slide a span {
    font-size: 14px;
    font-weight: 300;
    padding-left: 20px;
    margin-top: 7px;
    display: block;
    position: relative;
}
#gallery .gallery_slide a span::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 11px;
    height: 11px;
    background: url("/images/kr/main/ico_date.png") center no-repeat;
}
#gallery .gallery_slide a:hover span::after {
    background: url("/images/kr/main/ico_date_w.png") center no-repeat;
}
#gallery .gallery_slide a img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}
#gallery .gallery_txt {
    margin: 15px 0 0 15px;
}

#gallery .gallery_txt p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}