@charset "utf-8";
:root {
--color-point:#ed89a3;
--color-point_light:#fee1e9;
--color-sub:#507fb5;
--color-sub2:#005bac;
--color-darksub:#0b1f3a;
--page-layout:1250px;
}
.mobile {display:none !important;}
.all_menu {display:none !important;}

.content{width:var(--page-layout);margin: 0 auto;padding-bottom:102px;}


.quick_top{    position:fixed;    right:30px;    bottom:40px;    width:70px;    height:70px;    border-radius:50%;    background:#1f2a3a;    color:#fff;   text-align:center;    display:flex;    flex-direction:column;    justify-content:center;    align-items:center;    font-size:14px;    text-decoration:none;
    opacity:0;    visibility:hidden;    transition:all .3s ease;    z-index:9999;}
.quick_top .arrow{    font-size:20px;    line-height:1;}
.quick_top .txt{    font-size:12px;    margin-top:3px;}
.quick_top.show{    opacity:1;    visibility:visible;}
.quick_top:hover{transform:translateY(-5px);}


/*************************메인*************************/
.main_top_banner{height: 482px;display: flex;justify-content: space-between;}
.main_top_banner .left_banner{width: 990px;height: 100%;}
.main_top_banner .left_banner .swiper-wrapper{border-radius: 15px;}
.main_top_banner .left_banner .swiper {width: 100%;height: 100%;border-radius: 15px;}
.main_top_banner .left_banner .swiper-slide {display: flex;justify-content: center;align-items: center;}
.main_top_banner .left_banner .swiper-slide a{display:block;position: relative;}
.main_top_banner .left_banner .swiper-slide a .img_box{width:990px;aspect-ratio:990 / 482;overflow:hidden;position: relative;}
.main_top_banner .left_banner .swiper-slide a .img_box:after{content:"";position:absolute;left:0;bottom:0;width:100%;height:100%;background: linear-gradient(to top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 85%);}
.main_top_banner .left_banner .swiper-slide a:hover .img_box img {transform: scale(1.08);}
.main_top_banner .left_banner .swiper-slide a .img_box img{width:100%;height:100%;object-fit:cover; transition: transform .5s ease;}
.main_top_banner .left_banner .swiper-slide a .txt_box{position: absolute;left:40px;bottom:40px;z-index:2;display: flex;flex-direction: column;padding-right: 40px;}
.main_top_banner .left_banner .swiper-slide a .txt_box .company_name{color:var(--color-point);font-weight: bold;font-size: 16px;letter-spacing: 8px;}
.main_top_banner .left_banner .swiper-slide a .txt_box .company_name:before{content:'';width:36px;height: 2px;background:var(--color-point);display:inline-block;    margin: 0 10px 5px 0;}
.main_top_banner .left_banner .swiper-slide a .txt_box .category{font-size: 40px;font-weight: bold;color:#fff;margin-top: 18px;line-height: 1.5;}
.main_top_banner .left_banner .swiper-slide a .txt_box .tit_name{font-size: 38px;color:#fff;margin-bottom: 10px;line-height: 1.5;}
.main_top_banner .left_banner .swiper-slide a .txt_box .date{font-size: 20px;color:#94a3b8}


.main_top_banner .ad_banner{width: calc(100% - 990px - 25px);flex-direction: column;gap: 25px;display: flex;margin-top: auto;position: relative;}
.main_top_banner .ad_banner .main_ad_box{width: 232px;position: relative;}
.main_top_banner .ad_banner .main_ad_box a{width: 100%;display: block;aspect-ratio: 232 / 204;border-radius: 15px;overflow: hidden;}
.main_top_banner .ad_banner .main_ad_box a img{width: 100%;height: 100%;object-fit: cover;}
.main_top_banner .ad_banner .main_ad_button{font-size: 12px;color: #E7E7E7;font-weight: 200;display: block;position: absolute;background: rgb(0 0 0 / 30%);bottom: 10px;right: 10px;padding: 1px 8px;border-radius: 50px;z-index: 999;}
.main_top_banner .ad_banner .main_ad_prev_button{position: absolute;right: 0px;top: 0px;width: 93px;background: #fff;padding: 6px 6px;border-radius: 0px 0px 0px 15px;z-index: 999;display: flex;justify-content: space-between;padding: 7px 10px;}
.main_top_banner .ad_banner .main_ad_prev_button:before {content: "";display: block;width: 19px;height: 20px;position: absolute;top: 0px;left: -19px;background-image: url(/images/main_ad_left.png);-webkit-background-size: cover;}
.main_top_banner .ad_banner .main_ad_prev_button:after {content: "";display: block;width: 19px;height: 20px;position: absolute;bottom: -20px;right: 0px;        background-image: url(/images/sub_ad_left.png);-webkit-background-size: cover;}
.main_top_banner .ad_banner .main_ad_prev_button .wait_button{width: 25px;height: 25px;background: #f1f2f3;border-radius: 50%;}
.main_top_banner .ad_banner .main_ad_prev_button .wait_button span{display: flex;font-size: 14px;text-align: center;align-items: center;justify-content: center;
flex-direction: column;width: 100%;height: 100%;}
.main_top_banner .ad_banner .main_ad_prev_button .swiper-pagination{padding: 1px;background: #f1f2f3;border-radius: 50px;width: calc(100% - 25px - 5px);        position: unset;}
.main_top_banner .ad_banner .main_ad_prev_button .swiper-pagination span {font-size: 13px;}

.main_top_banner .left_banner .swiper .main_banner_arrowbtn{position: absolute;right: 0px;top: 0px;width: 160px;background: #fff;padding: 10px 20px;border-radius: 0px 0px 0px 15px;z-index: 999;display: flex;justify-content: space-between;height: 50px;justify-content: center;align-items: end;gap: 10px;}
.main_top_banner .left_banner .swiper .main_banner_arrowbtn .wait_button{align-items: center;background: #f1f2f3;width:34px;height: 34px;background: #f1f2f3;    width: 34px;height: 34px;display: flex;font-size: 14px;text-align: center;align-items: center;justify-content: center;flex-direction: column;border-radius: 50%;}
.main_top_banner .left_banner .swiper .main_banner_arrowbtn svg{display:none;}
.main_top_banner .left_banner .swiper .main_banner_arrowbtn i{color:#1c2530;font-size: 22px;}
.main_top_banner .left_banner .swiper .main_banner_arrowbtn .swiper-button-next, .main_top_banner .left_banner .swiper .main_banner_arrowbtn .swiper-button-prev{background: #f1f2f3;width: 34px;height: 34px;display: flex;font-size: 14px;text-align: center;align-items: center;justify-content: center;
flex-direction: column;border-radius: 50%;position: unset}
.main_top_banner .left_banner .swiper .main_banner_arrowbtn:before {content: "";display: block;width: 19px;height: 20px;position: absolute;top: 0px;left: -19px;background-image: url(/images/main_banner_left.png);-webkit-background-size: cover;}
.main_top_banner .left_banner .swiper .main_banner_arrowbtn:after {content: "";display: block;width: 19px;height: 20px;position: absolute;bottom: -20px;right: 0px;background-image: url(/images/main_banner_left.png);-webkit-background-size: cover;}
.vision_info{margin-top: 70px;background: url(/images/sub_line.png);background-position: 50% 50%;background-repeat: no-repeat;margin-bottom: 60px;        padding: 0 20%;text-align: center;display: flex;flex-direction: column;gap: 5px;}
.vision_info .vision_name{color:var(--color-point);font-weight: bold;font-size: 16px;letter-spacing: 8px;}
.vision_info .vision_tit{font-size: 30px;}
.vision_info .vision_txt{font-size: 18px;color:#6b7280;}
.vision_info .vision_txt strong{color:#000;}
.main_wrap{display:flex;justify-content: space-between;}
.main_wrap1 .notice_box{width:780px;}
.main_wrap .tit_box{display:flex;align-items: flex-end;justify-content: space-between;}
.main_wrap .tit_box .main_tit{font-size: 30px;}
.main_wrap .tit_box .main_tit:after {display: inline-block;content: '';width: 11px;height: 11px;background: var(--color-point);        border-radius: 50%;margin-left: 5px;margin-bottom: 20px;}
.main_wrap .tit_box a{displaY:block;font-size: 16px;}
.main_wrap .tit_box a i{margin-left:5px;}
.main_wrap .tit_box a:hover{color:var(--color-point)}
.main_wrap1 .notice_box .notice_list{margin-top:15px;}
.main_wrap1 .notice_box .notice_list .notice_list_top{background: #f8f9fa;border-radius: 15px;padding:17px;display:flex;justify-content: space-between;    align-items: center;transition: background-color .35s ease;}
.main_wrap1 .notice_box .notice_list .notice_list_top:hover{background-color:#f0e4e8;}
.main_wrap1 .notice_box .notice_list .notice_list_top .notice_top_left{width:107px;height: 107px;}
.main_wrap1 .notice_box .notice_list .notice_list_top .notice_top_left .img_box{background: #fff;width:100%;height: 100%;    border-radius: 15px;position: relative;}
.main_wrap1 .notice_box .notice_list .notice_list_top .notice_top_left .img_box img{position: absolute;right: -8px;bottom: 0px;}
.main_wrap1 .notice_box .notice_list .notice_list_top .txt_box{width:calc(100% - 107px - 25px);gap: 5px;display:flex;flex-direction: column;}
.main_wrap1 .notice_box .notice_list .notice_list_top .txt_box .noti_tit{font-size: 21px;line-height: 1.5;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}
.main_wrap1 .notice_box .notice_list .notice_list_top .txt_box .noti_txt{color:#94a3b8;line-height: 1.5;display: -webkit-box;overflow: hidden;line-height: 1.5;
-webkit-line-clamp: 2;-webkit-box-orient: vertical;text-overflow: ellipsis;}

.main_wrap1 .notice_box .notice_list_bottom{margin-top:15px;}
.main_wrap1 .notice_box .notice_list_bottom ul{display:grid;grid-template-columns:1fr 1fr;gap:18px;}
.main_wrap1 .notice_box .notice_list_bottom ul li{border-bottom: 1px solid #e0e0e0;    padding-bottom: 18px;overflow: hidden;}
.main_wrap1 .notice_box .notice_list_bottom ul li a{font-size:17px;display: flex;gap: 7px;align-items: center;padding: 0 5px;color:#333;line-height: 1.5;}
.main_wrap1 .notice_box .notice_list_bottom ul li a .cate{color:#94a3b8;font-size:14px;flex-shrink:0;white-space:nowrap;font-weight: 600;width:50px;}
.main_wrap1 .notice_box .notice_list_bottom ul li a .n_txt{ overflow:hidden;text-overflow:ellipsis;min-width:0;white-space:nowrap;  transition:color .35s ease;}
.main_wrap1 .notice_box .notice_list_bottom ul li:hover a .n_txt{color:var(--color-point)}

.main_wrap1 .road_box{width:calc(100% - 780px - 30px);border-radius: 15px;padding:40px;background-color: var(--color-sub2);background-image: url(/images/road_icon.png);background-repeat: no-repeat;background-position:right bottom;display: flex;flex-direction: column;}
.main_wrap1 .road_box .road_tit{font-weight: 800;color:#fff;font-size: 32px;}
.main_wrap1 .road_box .road_txt{color:#e6f4ff;font-size: 20px;margin: 20px 0 50px 0;line-height: 1.7;font-weight: 300;}
.main_wrap1 .road_box .road_go{displaY:flex;font-size: 23px;color:#fff;border:1px solid rgb(255 255 255 / 30%);padding: 20px 25px;border-radius: 15px;align-items: center;justify-content: space-between;font-weight: 700;  transition:all .3s ease;}
.main_wrap1 .road_box .road_go i{transition:transform .3s ease;font-weight: 400s;}
.main_wrap1 .road_box .road_go:hover{background:#fff;color:var(--color-sub2);}
.main_wrap1 .road_box .road_go:hover i{animation:arrowMove .8s infinite;}

.main_wrap2{margin-top: 100px;}
.main_wrap2 .main_award{display:flex;}
.main_wrap2 .main_award .left_box{position:relative;width:405px;padding: 40px 0;z-index:2;color:#fff;    background-color: var(--color-sub2);
background-image: url(/images/award_icon2.png);background-repeat: no-repeat;background-position: right 60px bottom;border-radius: 0 15px 15px 0;height: 263px;}
.award_tit{font-size:26px;border-bottom:1px solid #fff;padding-bottom:15px;margin-bottom: 15px;display:inline-block;}
.main_wrap2 .main_award .left_box .award_txt{font-size: 16px;font-weight: 400;line-height: 1.7;}
.main_wrap2 .main_award .left_box:before{content:"";position:absolute;top:0;left:-100vw;width:100vw;height:100%;background:var(--color-sub2);z-index:-1;}
.main_wrap2 .main_award .right_box{width:calc(100% - 277px);margin-left:-128px;position: relative;z-index:999}

.main_wrap2 .main_award .right_box .award_top {display:flex;align-items:center;padding: 10px 0 5px 65px;}
.main_wrap2 .main_award .right_box .award_top p{padding-left: 15px;font-size: 16px;color:#666;}
.main_wrap2 .main_award .right_box .award_top .award_nav{display:flex;gap:15px;margin-right:15px;}
.main_wrap2 .main_award .right_box .award_top .award_more{margin-left:auto;displaY:block;font-size: 16px;}
.main_wrap2 .main_award .right_box .award_top .award_more:hover{}
.main_wrap2 .main_award .right_box .award_top .award_nav .swiper-button-next,.award_nav .swiper-button-prev{position:static;width: 15px;height: 15px;color: #fff;margin-top:0}

.main_wrap2 .main_award .right_box .swiper{}
.main_wrap2 .main_award .right_box .swiper .swiper-wrapper{padding:30px 0;}
.main_wrap2 .main_award .right_box .swiper-slide{height: 187px;}
.main_wrap2 .main_award .right_box .swiper-slide .award_card{display:block;border-radius: 15px;width: 100%;height: 100%;box-shadow:0 6px 16px rgba(0,0,0,0.15);padding: 30px;background:var(--color-point);position:relative;overflow:hidden;    margin-top: -20px; }
.main_wrap2 .main_award .right_box .swiper-slide .award_card::before{content:'';position:absolute;inset:0;background:#fff;border-radius:15px;    transition:border-radius .35s ease;z-index:0;}
.main_wrap2 .main_award .right_box .swiper-slide .award_card:hover::before{border-radius:15px 15px 120px 15px;}
.main_wrap2 .main_award .right_box .swiper-slide .award_card > *{position:relative;z-index:1;}
.main_wrap2 .main_award .right_box .swiper-slide .award_card:hover .badge{    background:var(--color-point);}
.main_wrap2 .main_award .right_box .swiper-slide .award_card .badge{background: #d4af37;border-radius:50px;color:#fff;padding: 3px 13px;font-weight: 600;    display: inline-block;transition:background .3s ease;}
.main_wrap2 .main_award .right_box .swiper-slide .award_card .badge:before{content:'';background: url(/images/award_icon.png);width:10px;height: 11px;display: inline-block;margin-right: 5px;}
.main_wrap2 .main_award .right_box .swiper-slide .award_card .aw_title{font-size: 20px;font-weight: 800;margin: 12px 0 15px 0;overflow: hidden;line-height: 1.5;-webkit-line-clamp: 2;-webkit-box-orient: vertical;text-overflow: ellipsis;    display: -webkit-box;}
.main_wrap2 .main_award .right_box .swiper-slide .award_card .aw_date{color:#717885;text-align: right;}
.swiper-button-disabled{opacity:1!important;}

.main_wrap3{margin-top:100px}
.main_wrap .edu_box {width:780px}
.main_wrap .edu_box .edu_list{}
.main_wrap .edu_box .edu_list ul{display:flex;flex-direction: column;margin-top: 15px;}
.main_wrap .edu_box .edu_list ul li{border-bottom:1px solid #e0e0e0;}
.main_wrap .edu_box .edu_list ul li a{display:block;padding:21px 0}
.main_wrap .edu_box .edu_list ul li:first-child a{padding-top:0}
.main_wrap .edu_box .edu_list ul li:last-child{border:none;}
.main_wrap .edu_box .edu_list ul li:last-child a{padding-bottom:0;}
.main_wrap .edu_box .edu_list ul li a .edu_wrap{display:flex;justify-content: space-between;align-items: baseline;margin-bottom: 10px;}
.main_wrap .edu_box .edu_list ul li a .edu_wrap .edu_tit{display: flex;gap: 15px; flex:1;min-width:0;}
.main_wrap .edu_box .edu_list ul li a .edu_wrap .edu_tit .edu_tit_box{font-size: 22px; white-space:nowrap;overflow:hidden;text-overflow:ellipsis;    min-width:0;transition: color .35s ease;}
.main_wrap .edu_box .edu_list ul li a:hover .edu_tit_box{color:var(--color-point)}
.main_wrap .edu_box .edu_list ul li a .edu_wrap .edu_tit .edu_tab{font-size: 16px;color: #fff;font-weight: 400;flex-shrink:0; padding: 5px 10px;border-radius: 10px 0 10px 0;}
.main_wrap .edu_box .edu_list ul li a .edu_wrap .edu_tit .edu_edu_overseas{background: var(--color-point);}
.main_wrap .edu_box .edu_list ul li a .edu_wrap .edu_tit .edu_domestic{background: var(--color-sub2);}
.main_wrap .edu_box .edu_list ul li a .edu_wrap .edu_tit .edu_support{background: #c48841;}
.main_wrap .edu_box .edu_list ul li a .edu_wrap .edu_date{color:#666666;flex-shrink:0;margin-left:15px;}
.main_wrap .edu_box .edu_list ul li a .edu_txt{}
.main_wrap .edu_box .edu_list ul li a .edu_txt p{font-size: 16px;display: -webkit-box;overflow: hidden;line-height: 1.5;-webkit-line-clamp: 2;    -webkit-box-orient: vertical;text-overflow: ellipsis;}

.main_wrap .magazine_box{ width:calc(100% - 780px - 30px);position:relative;overflow:hidden;}
.main_wrap .magazine_box .magazine_top{displaY:flex;justify-content: space-between;align-items: center;height: 40px;margin-top: 15px;}
.main_wrap .magazine_box .magazine_top span{display:block;width: calc(100% - 80px);font-size: 16px;text-align: center;border: 1px solid #e0e0e0;height: 100%;
line-height: 40px;}
.main_wrap .magazine_box .magazine_top .swiper-button-next, .main_wrap .magazine_box .magazine_top .swiper-button-prev{background: var(--color-darksub);position:static;width:40px;height: 40px;color: #fff;margin-top:0}
.main_wrap .magazine_box .magazine_top .swiper-button-next svg, .swiper-button-prev svg{width:8px;height: 15px;}
.main_wrap .magazine_box .magazine_middle{background: #f1f1f1;}
.main_wrap .magazine_box .magazine_middle .swiper{overflow:visible}
.main_wrap .magazine_box .magazine_middle .swiper-slide{height: 400px;display: flex;flex-direction: column;align-items: center;justify-content: center;gap: 30px;}
.main_wrap .magazine_box .magazine_middle .swiper-slide .title{position:absolute;top:-40px;font-size: 16px;text-align: center;line-height: 40px;}
.main_wrap .magazine_box .magazine_middle .swiper-slide .img_box{width:198px;height: 277px;box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06), 0 8px 20px rgba(0, 0, 0, 0.04);position: relative;}
.main_wrap .magazine_box .magazine_middle .swiper-slide .img_box img{min-width: 100%;min-height: 100%;object-fit: cover;position: absolute;top: 50%;        left: 50%;transform: translate(-50%, -50%);border-radius: 0 10px 10px 0;}
.main_wrap .magazine_box .magazine_middle .swiper-slide a.view{display:block;position:absolute;bottom:-55px;left:0px;width:100%;height:55px;font-size:0px;text-indent:-9999px}

.main_wrap .magazine_box .magazine_middle .swiper-slide .magazine_tit{display:block;font-size: 23px;font-weight: 700;}
.main_wrap .magazine_box .magazine_bottom{}
.main_wrap .magazine_box .magazine_bottom a{background: var(--color-darksub);border-radius: 0 0 15px 15px;color: #fff;font-size: 16px;padding: 15px 0;display: flex;justify-content: center;align-items: center;gap: 5px; transition:background .25s ease;}


@keyframes arrowMove{
    0%{transform:translateX(0);}
    50%{transform:translateX(6px);}
    100%{transform:translateX(0);}
}
/*************************상단*************************/
header{width:var(--page-layout);margin:0 auto;}
header .headerbox{display:flex;height:90px;justify-content:space-between;margin-top:10px;}
header .headerbox .logobox{}
header .headerbox .logobox a{display:block;max-width:259px;height:auto;}
header .headerbox nav .gnb_nav{display:grid;grid-template-columns:repeat(6,1fr);margin-right:-40px;}
header .headerbox nav .gnb_nav .gnb_nav_list{position:relative;}
header .headerbox nav .gnb_nav .gnb_nav_click{font-size:20px;font-weight:600;display:flex;align-items:center;justify-content:center;height:90px;padding:0 15px;position:relative;transition:color .3s;}
header .headerbox nav .gnb_nav .gnb_nav_click::after{content:"";position:absolute;top:20px;left:50%;transform:translateX(-50%) scale(0);width:6px;height:6px;border-radius:50%;background:var(--color-point);transition:transform .3s;}
header .headerbox nav .gnb_nav .gnb_nav_click:hover{color:var(--color-point);}
header .headerbox nav .gnb_nav .gnb_nav_click:hover::after{transform:translateX(-50%) scale(1);}
header .headerbox nav .gnb_nav .gnb_nav_list .sgnb_nav{z-index:999;position:absolute;left:50%;top:calc(100% - 10px);transform:translate(-50%,-15px);width:100%;display:flex;flex-direction:column;gap:10px;padding:20px 0;background:var(--color-point);text-align:center;border-radius:15px;opacity:0;visibility:hidden;transition:transform .45s cubic-bezier(.22,1,.36,1),opacity .35s ease;}
header .headerbox nav .gnb_nav .gnb_nav_list:hover .sgnb_nav{transform:translate(-50%,0);opacity:1;visibility:visible;}
header .headerbox nav .gnb_nav .gnb_nav_list .sgnb_nav li{opacity:0;transform:translateY(15px);transition:opacity .35s .1s ease,transform .35s .1s ease;}
header .headerbox nav .gnb_nav .gnb_nav_list .sgnb_nav li a{display:block;color:rgba(255,255,255,.4);font-size:16px;font-weight:600;letter-spacing:-0.5px;text-align:center;width:100%;transition:all .3s;}
header .headerbox nav .gnb_nav .gnb_nav_list:hover .sgnb_nav li{opacity:1;transform:translateY(0);}
header .headerbox nav .gnb_nav .gnb_nav_list .sgnb_nav li a:hover{color:#fff;}
/*************************하단*************************/
footer .footer_top_box{background: #f5f6f8;border:1px solid #f3f3f5;}
footer .footer_top_box .r_site_box{width:var(--page-layout);margin:0 auto;display: flex;height: 70px;align-items: center;justify-content: space-between;}
footer .footer_top_box .r_site_box .clicp_box{font-size: 16px;color:#333;display: flex;align-items: center;gap: 5px;}
footer .footer_top_box .r_site_box .r_site{width:200px;position:relative;}
footer .footer_top_box .r_site_box .r_site .member_press{padding: 10px 15px;background:#fff;border:1px solid #dbdee3;border-radius:5px;display:flex;width:100%;align-items:center;justify-content:space-between;gap:10px;}
footer .footer_top_box .r_site_box .r_site .member_press svg{transition:transform .35s ease;}
footer .footer_top_box .r_site_box .r_site.open .member_press svg{transform:rotate(180deg);}
footer .footer_top_box .r_site_box .r_site .momember_press_wrap{z-index: 555;position:absolute;bottom:50px;width:100%;background:#fff;border:1px solid #dbdee3;border-radius:15px;overflow:hidden;max-height:0;opacity:0;transform:translateY(10px);transition:max-height .4s ease,opacity .3s ease,transform .3s ease;}
footer .footer_top_box .r_site_box .r_site.open .momember_press_wrap{max-height:320px;opacity:1;transform:translateY(0);}
footer .footer_top_box .r_site_box .r_site .momember_press_box{display:flex;flex-direction:column;gap:10px;padding:10px 15px;max-height:305px;overflow-y:auto;}
footer .footer_top_box .r_site_box .r_site .momember_press_box li a{display:inline-block;position:relative;}
footer .footer_top_box .r_site_box .r_site .momember_press_box li a::after{content:"";position:absolute;left:0;bottom:-2px;width:0;height:1px;background:var(--color-point);transition:width .3s ease;}
footer .footer_top_box .r_site_box .r_site .momember_press_box li a:hover::after{width:100%;}
footer .footer_top_box .r_site_box .r_site .momember_press_box li a:hover{color:var(--color-point);}
footer .footer_top_box .r_site_box .r_site .momember_press_box::-webkit-scrollbar{width:6px;}
footer .footer_top_box .r_site_box .r_site .momember_press_box::-webkit-scrollbar-thumb{background:#cfd6df;border-radius:10px;}
footer .footer_botom_box{width:var(--page-layout);margin:0 auto;}
footer .footer_botom_box .footer_botom1{display:flex;padding: 25px 0;border-bottom:1px solid #e1e1e1;justify-content: space-between;}
footer .footer_botom_box .footer_botom1 .footer_botom_wrap{display:flex;    align-items: end;}
footer .footer_botom_box .footer_botom1 h2{width:245px;}
footer .footer_botom_box .footer_botom1 h2 img{width: 200px;}
footer .footer_botom_box .footer_botom1 .more_footer1{color:#777;display:flex;flex-direction: column;gap: 2px;}
footer .footer_botom_box .footer_botom1 .more_footer1 .footer_adress{}
footer .footer_botom_box .footer_botom1 .more_footer1 .tel_box{display:flex;gap:10px;}
footer .footer_botom_box .footer_botom1 .more_footer1 .tel_box p{}
footer .footer_botom_box .footer_botom1 .more_footer2{display:flex;}
footer .footer_botom_box .footer_botom1 .more_footer2 ul{display:flex;gap: 10px;}
footer .footer_botom_box .footer_botom1 .more_footer2 ul li a{display:block;color:#777;font-weight: 600;}
footer .footer_botom_box .footer_botom2{padding:25px 0;color:#777;}



/*************************서브 left************************/
.left_content{max-width:var(--page-layout);margin:0 auto;}
.left_content .left_content_wrap{display:flex;height: 403px;justify-content: space-between;}
.left_content .left_content_wrap .top_bgbox{width:1010px;height: 100%;position: relative;display: flex;align-items: center;padding-left: 80px;}
.left_content .left_content_wrap .top_banner{position: absolute;left: 0;top: 0;right: 0;bottom: 0;z-index: -1;border-radius: 15px;overflow: hidden;}
.left_content .left_content_wrap .top_banner:before{content: "";position: absolute;inset: 0;background: rgba(0, 0, 0, 0.3);border-radius: 15px;z-index: 1;}
.left_content .left_content_wrap .top_banner .top_banner_imgbox{width: 100%;height: 100%;}
.left_content .left_content_wrap .top_bgbox .top_menu_box{}
.left_content .left_content_wrap .top_bgbox .top_menu_box .menu_tab{display: inline-flex;background: transparent;position: relative;z-index:600;
height: 43px;align-items: center;padding: 0px 7px 0 20px;margin-bottom:60px;}
.left_content .left_content_wrap .top_bgbox .top_menu_box .menu_tab:before{content: "";position: absolute;inset: 0;backdrop-filter: blur(5px);    -webkit-backdrop-filter: blur(5px);background: rgba(245, 245, 245, 0.2);border-radius: 50px;z-index: 0;}
.left_content .left_content_wrap .top_bgbox .top_menu_box .menu_tab .menu_home{position: relative;z-index:2;color:#fff;font-size:18px;display:block;padding: 0px 13px 0 0;height: 100%;line-height: 43px;}
.left_content .left_content_wrap .top_bgbox .top_menu_box .menu_tab .menu_home:after{display:block;content:'';width:1px;background: rgb(255 255 255 / 30%);    position: absolute;height: 100%;right: 0;top:0px;}
.left_content .left_content_wrap .top_bgbox .top_menu_box .menu_tab .menu_click:after{display:block;content:'';width:1px;background: rgb(255 255 255 / 30%);    position: absolute;height: 100%;right: 0;top:0px;}
.left_content .left_content_wrap .top_bgbox .top_menu_box .menu_tab .menu_click:last-child:after{display:none;}
.left_content .left_content_wrap .top_bgbox .top_menu_box .menu_tab .menu_click{position: relative;color:#fff;    cursor: pointer;}
.left_content .left_content_wrap .top_bgbox .top_menu_box .menu_tab .menu_click .menu_name{display: flex;align-items: center;padding: 0 13px;height: 43px;}
.left_content .left_content_wrap .top_bgbox .top_menu_box .menu_tab .menu_click .menu_name span{font-size: 14px;font-weight: 500;displaY:block;min-width:130px;}
.left_content .left_content_wrap .top_bgbox .top_menu_box .menu_tab .more_menu_tab{position:absolute;background:#fff;width:100%;border-radius:5px;display:flex;flex-direction:column;top:calc(100% + 5px);opacity:0;visibility:hidden;transform:translateY(-10px);transition:all .35s cubic-bezier(.22,1,.36,1);}
.left_content .left_content_wrap .top_bgbox .top_menu_box .menu_tab .more_menu_tab li{padding: 8px 15px;}
.left_content .left_content_wrap .top_bgbox .top_menu_box .menu_tab .more_menu_tab li a{display:block;}
.left_content .left_content_wrap .top_bgbox .top_menu_box .menu_tab .more_menu_tab li:hover{background:#f5f6f8;font-weight: 600;}
.left_content .left_content_wrap .top_bgbox .top_menu_box .menu_tab .more_menu_tab li:nth-child(1):hover{border-radius: 5px 5px 0 0;}
.left_content .left_content_wrap .top_bgbox .top_menu_box .menu_tab .more_menu_tab li:last-child:hover{border-radius:0 0 5px 5px ;}
.left_content .left_content_wrap .top_bgbox .top_menu_box .menu_tab .menu_click.active .more_menu_tab{opacity:1;visibility:visible;transform:translateY(0);}
.left_content .left_content_wrap .top_bgbox .top_menu_box .menu_tab .menu_click .menu_name i{transition:transform .35s cubic-bezier(.22,1,.36,1);}
.left_content .left_content_wrap .top_bgbox .top_menu_box .menu_tab .menu_click.active .menu_name i{transform:rotate(180deg);}

.left_content .left_content_wrap .top_bgbox .top_menu_box .banner_titbox{position:relative;z-index:0}
.left_content .left_content_wrap .top_bgbox .top_menu_box .banner_titbox .banner_tit{position:relative;z-index:1;display: block;font-size: 50px;color: #fff;font-weight: bold;margin-bottom: 15px;}
.left_content .left_content_wrap .top_bgbox .top_menu_box .banner_titbox .banner_txt{position:relative;z-index:1;display: block;font-size: 20px;color: #fff;font-weight: 600;}

.left_content .sub_ad_banner{width:calc(100% - 1010px - 25px);flex-direction: column;gap: 25px;display:flex;}
.left_content .left_content_wrap .sub_ad_banner .ad_box{width:215px;position: relative;}
.left_content .left_content_wrap .sub_ad_banner .ad_box .img_box{width:100%;display:block;aspect-ratio:232/204;border-radius: 15px;overflow: hidden;}
.left_content .left_content_wrap .sub_ad_banner .ad_box .img_box img{ width:100%;height:100%;object-fit:cover;}
.left_content .left_content_wrap .sub_ad_banner .ad_button{font-size: 12px;color: #E7E7E7;font-weight: 200;display: block;position: absolute;background: rgb(0 0 0 / 30%);bottom: 10px;right: 10px;padding: 1px 8px;border-radius: 50px;z-index:999;}
.sub_ad_banner .swiper{width: 100%;  height: 100%;position: relative;}
.sub_ad_banner.swiper-slide {text-align: center;font-size: 18px;background: #444;display: flex;justify-content: center;align-items: center;}

.sub_ad_banner .ad_prev_button{position: absolute;right: 0px;top: 0px;width: 93px;background: #fff;padding: 6px 6px;border-radius: 0px 0px 0px 15px;z-index: 999;display: flex;justify-content: space-between;padding: 7px 10px;}
.sub_ad_banner .ad_prev_button .wait_button{width: 25px;height: 25px;background: #f1f2f3;border-radius: 50%;}
.sub_ad_banner .ad_prev_button .wait_button span{display: flex;font-size: 14px;text-align: center;align-items: center;justify-content: center;flex-direction: column;    width: 100%;height: 100%;}
.sub_ad_banner .ad_prev_button .swiper-pagination{padding: 1px;background: #f1f2f3;border-radius: 50px;width: calc(100% - 25px - 5px);position: unset;}
.sub_ad_banner .ad_prev_button:before{content: "";display: block;width: 13px;height: 13px;position: absolute;top: 0px;left: -13px;background-image: url('/images/sub_ad_left.png');-webkit-background-size: cover; }
.sub_ad_banner .ad_prev_button:after{content: "";display: block;width: 13px;height: 13px;position: absolute;bottom: -13px;right: 0px;background-image: url('/images/sub_ad_left.png');-webkit-background-size: cover; }
.sub_ad_banner .ad_prev_button .swiper-pagination span{font-size: 13px;}

/*************************페이지버튼*************************/
.quotes {display: flex;align-items: center;gap: 8px;justify-content: center;margin-top:70px;}
.quotes .prev_button{color:#d1d1d1;}
.quotes span a {display: flex;align-items: center;justify-content: center;width: 38px;height: 38px;color: #333;transition: background 0.2s, color 0.2s;}
.quotes ul {display: flex;gap: 5px;}
.quotes ul li a {display: block;font-size: 16px;width: 38px;height: 38px;line-height: 38px;text-align: center;border-radius: 50%;color: #333;transition: background 0.2s, color 0.2s;}
.quotes ul li.active a {background-color: var(--color-darksub);color: #fff;}

/*************************검색버튼*************************/
.info_wrap{margin-top:40px;background: url(/images/sub_line.png);background-position: 50% 50%;background-repeat: no-repeat;margin-bottom: 60px;}
.info_wrap p{font-size: 18px;color:#6b7280;text-align: center;padding:0 20%;}




/*************************연혁*************************/
.history_tabs{display:flex;justify-content:center;gap:40px;margin-bottom:40px;border-bottom:2px solid #eee;}

.tab_btn{font-size:28px;font-weight:700;padding:20px 10px;background:none;border:none;cursor:pointer;color:#aaa;position:relative;}
.tab_btn.active{color:#222;}
.tab_btn.active:after{content:"";position:absolute;left:0;bottom:-2px;width:100%;height:4px;background:var(--color-sub2);}

.history_wrap{position:relative;padding:40px 0;}
.history_group{position:relative;}
.timeline_line{position:absolute;left:50%;top:0;width:2px;height:100%;background:#e5e5e5;transform:translateX(-50%);}
.timeline_progress{position:absolute;left:0;top:0;width:100%;height:0;background:var(--color-sub2);}
.history_item{position:relative;display:flex;align-items:center;min-height:130px;}
.timeline_node{position:absolute;left:50%;top:50%;width:13px;height:13px;background:#ddd;border-radius:50%;transform:translate(-50%,-50%);z-index:3;transition:.3s;}
.timeline_node.active{background:var(--color-sub2);transform:translate(-50%,-50%) scale(1.2);}
.history_content{width:50%;padding:20px 60px;position:relative;}
.history_content.his_left{text-align:right;}
.history_content.his_right{margin-left:50%;}
.history_content.his_left:after{content:"";position:absolute;right:0;top:50%;width:45px;height:2px;background:#ddd;transform:translateY(-50%);}
.history_content.his_right:before{content:"";position:absolute;left:0;top:50%;width:45px;height:2px;background:#ddd;transform:translateY(-50%);}
.history_wrap .year:after{display: inline-block;content: '';width: 8px;height: 8px;background: var(--color-sub2);border-radius: 50%;margin-left: 5px;}
.history_wrap .year{display:block;font-size:32px;font-weight:800;color:var(--color-sub2);margin-bottom: 15px;}
.history_content p{font-size:18px;line-height:33px;color:#666;margin-bottom: 20px;display:flex;align-items:flex-start;gap:10px}/**display:flex;align-items:flex-start;gap:10px**/
.history_content p span.date{line-height:33px;color:#333;display: inline-block;font-size:22px;font-weight: 700;}
.history_content p .text{ word-break: keep-all; }
.history_content.his_left p {justify-content: right}
.history_content.his_left p .text{}
/**.history_content.his_left p {flex-direction: row-reverse;justify-content: flex-start}
.history_content.his_left p span {text-align:right}
**/

.history_group{display:none;}
.history_group.active{display:block;}
.history_tit{font-size:105px;font-weight:800;color:#ccc;transition:color 1s;text-align: center;}
.history_tit.active{color:var(--color-sub2);}


/*************************인사말*************************/
.message_tit:before{content:'MESSAGE';display:block;letter-spacing:4px;color:#aaa;margin-bottom:5px;}
.ceo_message_wrap{display:flex;gap:70px;align-items:flex-start;}
.ceo_img_box{width:370px;position:sticky;top:120px;}
.ceo_img_box2{position:relative;padding-bottom:25px;}
/* 사진 */
.ceo_img_box2 img{width:100%;height:430px;object-fit:cover;border-radius:6px;display:block;position:relative;z-index:2;}
/* 뒤 포인트 배경 */
.ceo_img_box2::before{content:'';position:absolute;left:-20px;bottom:0;width:90%;height:70%;background:var(--color-point);opacity:0.12;z-index:1;}
.ceo_message_wrap .ceo_img_box .ceo_img_box2 img{display: block;width: 100%;height: 100%;object-fit: cover;border-radius: 50px 0 50px 0;}
.ceo_img_box2 img{box-shadow:0 25px 50px rgba(0,0,0,0.08);}
.ceo_message_wrap .ceo_message_box{width:calc(100% - 370px - 60px)}
.message_tit{padding-bottom:35px;margin-bottom:45px;border-bottom:2px solid #111;}
.message_tit .tit1{display:block;font-weight:700;letter-spacing:2px;color:var(--color-point);margin-bottom:12px;}
.message_tit .tit2{font-size:34px;line-height:1.5;font-weight:700;letter-spacing:-0.3px;}
.message_tit .tit3{margin-top:25px;font-size:18px;	font-weight: 700;}
.message_txt{font-size:17px;line-height:1.9;color:#333;}
.ceo_profile{margin-top:20px;padding-top:20px;}
.ceo_profile strong{display:block;font-size:22px;margin-bottom:4px;}
.ceo_profile span{font-size:14px;color:#777;}



/*************************저널 W*************************/
.book_num_seach{display:flex;justify-content: space-between;margin: 20px 0 15px 0;align-items: center;}
.book_num_seach .book_num{display:flex;gap:10px;}
.book_num_seach .book_num strong{font-size: 18px;color:#707070}
.book_num_seach .book_num span{font-size: 18px;color:#000;}
.book_num_seach .book_seach .seach_box{display:flex;width:328px;height: 55px;}
.book_num_seach .book_seach .seach_box input[type="text"]{bordeR:1px solid #ddd;height:100%;width:228px;padding-left:15px;}
.book_num_seach .book_seach .seach_box input::placeholder{color:#999;}
.book_num_seach .book_seach .seach_box .seach_click{display:block;height:100%;width:calc(100% - 228px);background: var(--color-darksub);color:#fff;text-align: center;line-height: 55px;font-size: 16px;}
.book_list{border-top:2px solid #000;padding-top:35px;}
.book_list .book_list_wrap{display:flex;flex-direction: column;gap:25px;}
.book_list .book_list_wrap .book_section{display:flex;}
.book_list .book_list_wrap .book_section .book_img_bg{width:255px;height: 320px;background: #f3f3f3;position: relative;}
.book_list .book_list_wrap .book_section .book_img_bg .book_img_box{width:198px;height: 277px;position: relative;top: 50%;left: 50%;transform: translate(-50%, -50%);box-shadow:0 2px 6px rgba(0,0,0,0.06), 0 8px 20px rgba(0,0,0,0.04);}
.book_list ul li .book_img_bg .book_img_box img{min-width: 100%;min-height: 100%;object-fit: cover;position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);}
.book_list ul li .book_info_box{border:1px solid #ededed;border-left:none;width:calc(100% - 255px);padding-left:45px;display: flex;align-items: center;position: relative;}
.book_list ul li .book_info_box .book_vol{display:inline-block;background: var(--color-darksub);color:#fff;padding: 8px 12px;border-radius: 5px;}
.book_list ul li .book_info_box .book_name{display:block;color:#000;font-size: 26px;font-weight: bold;padding: 15px 0;border-bottom:1px solid #000;}
.book_list ul li .book_info_box .part_box{display:flex;flex-wrap:wrap;gap:10px;margin-top: 15px;}
.book_list ul li .book_info_box .part_box li{width:calc(50% - 5px);;font-size: 16px;color:#666666;}
.book_list ul li .book_info_box .part_box li span{color:#333;display:inline-block;margin-right: 10px;}
.book_list ul li .book_info_box .part_box li:before{display:inline-block;width:3px;height: 3px;background: #333;content:'';margin-bottom: 5px;margin-right: 5px;border-radius: 50%;}
.book_list ul li .book_info_box .book_click_box{position: absolute;display:flex;right: 50px;top: 50px;    gap: 15px; transition: all 0.3s ease;}
.book_list ul li .book_info_box .book_click_box .book_go{display: inline-flex;border-radius:10px;border:1px solid #000;color:#000;font-size: 15px;padding: 12px 18px;align-items: center;gap: 10px;}
.book_list ul li .book_info_box .book_click_box .pdf_go{border:none;color:#fff;background:#e33f3f ;}
.book_list ul li .book_info_box .book_click_box .book_go i{}
.book_section{transition:.35s;}
.book_section:hover{transform:translateY(-6px);box-shadow:0 10px 30px rgba(0,0,0,0.08);}
.book_list ul li .book_info_box .book_click_box .book_go:hover {  background-color: #000;  color: #fff;border-color: #000;}



/*************************저널 W view*************************/
.book_more_tit{font-size:35px;text-align:center;color:#222;font-weight:700;margin:40px 0;display:flex;align-items:center;justify-content:center;gap:20px;}
.book_more_tit::before{content:"";flex:1;height:1px;background:#ddd;}
.book_more_tit::after{content:"";flex:1;height:1px;background:#ddd;}
.book_more_tit span{color:var(--color-point);}
.book_viwe_box{display:flex;align-items:center;gap:60px;;padding:50px;border-radius:15px;background:#fafafa;}
.book_viwe_box .img_box{width:210px;aspect-ratio:171/236;border-radius:10px;overflow:hidden;box-shadow:0 15px 40px rgba(0,0,0,0.15);}
.book_viwe_box .img_box img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease;}
.book_viwe_box:hover .img_box img{transform:scale(1.05);}
.book_viwe_box .book_info_box{flex:1;}
.book_viwe_box .book_vol{display:inline-block;font-size:14px;font-weight:600;color:var(--color-point);border-bottom:2px solid var(--color-point);padding-bottom:3px;}
.book_viwe_box .book_name{display:block;font-size:32px;font-weight:800;line-height:1.35;margin:18px 0 25px;color:#111;max-width:650px;}
.book_viwe_box .book_more_box{display:flex;gap:25px;margin-bottom:30px;}
.book_viwe_box .book_more_box li{font-size:15px;color:#666;}
.book_viwe_box .book_more_box li span{color:#999;margin-right:8px;}
.book_viwe_box .pdf_go{display:inline-flex;align-items:center;gap:10px;background:#e33f3f;color:#fff;padding:14px 24px;border-radius:8px;font-size:15px;font-weight:600;transition:all .25s ease;}
.pdf_go img{width:14px;}
.book_viwe_box .pdf_go:hover{transform:translateY(-3px);box-shadow:0 8px 20px rgba(0,0,0,0.2);}

.book_table_box{margin-top:30px;}
.book_table_box .table_top{border-top: 2px solid var(--color-point);border-bottom: 1px solid #ededed;display: flex;justify-content: flex-start;align-items: center;padding: 20px 0;   text-align: center;font-weight: 700;}
.book_table_box .table_top li{font-size: 18px;flex: 0 0 auto;padding: 0 12px;}
.book_table_box .num{width: 10%;text-align: center;}
.book_table_box .table_top .name{flex: 1 1;}
.book_table_box .table_list li .name{flex: 1 1;}
.book_table_box .write{width: 20%;text-align: center;}
.book_table_box .date{width: 12%;text-align: center;}
.book_table_box .file{width: 8%;}
.book_table_box .table_list li{font-size: 16px;border-bottom: 1px solid #ededed;display: flex;justify-content: flex-start;align-items: center;padding: 11px 0;}
.book_table_box .table_list div{min-width: 0;flex: 0 0 auto;padding: 0 12px; }
.book_table_box .table_list .num{color:#666;}
.book_table_box .table_list .write{color:#666;}
.book_table_box .table_list .date{color:#666;}
.book_table_box .table_list .name{display:flex;flex-direction: column;gap: 3px;}
.book_table_box .table_list .name .more_name{font-weight: 700;}
.book_table_box .table_list .name .gubun{color:#666;}
.book_table_box .table_list .file .download_btn{background:url("/images/file_down.png") no-repeat center;background-size:contain;transition:all .2s ease;
display:block;text-align:center;width:18px;height:35px;margin:auto;cursor:pointer;}
.book_table_box .table_list .file .download_btn:hover{background-image:url("/images/file_down_hover.png"); transform:translateY(2px);}
.book_table_box .table_list li{position:relative;}
.book_table_box .table_list li:hover{background:#fafafa;}
.book_table_box .table_list li:hover::before{content:"";position:absolute;left:0;top:0;width:3px;height:100%;background:var(--color-point);}
.book_table_box .table_list li{}
.book_table_box .table_list li:hover .more_name{text-decoration:underline;}

/*************************한국여성기자상 top*************************/
.award_topbox{width: 100%;background-color: #fafafa;border-radius: 15px;padding: 80px;box-sizing: border-box;margin-bottom: 70px;}
.award_topbox .award_ling{displaY:flex;align-items: center;justify-content: space-between;gap:60px;}
.award_topbox .award_ling .img_box{overflow: hidden;width: 50%;border-radius: 15px;aspect-ratio:16/9;}
.award_topbox .award_ling .img_box img{width:100%; height:100%; object-fit:cover;}
.award_topbox .award_ling .txt_box{width: calc(100% - 50% - 60px);}
.award_topbox .award_ling .txt_box .award_gubun{font-size: 22px;font-weight: 600;line-height: 32px;margin-bottom: 16px;color:#d4af37;display:block;}
.award_topbox .award_ling .txt_box .award_name{font-size: 32px;color: #1D1D1D;font-weight: 600;line-height: 48px;margin-bottom: 16px;display: -webkit-box;    max-height: 96px;overflow: hidden;text-overflow: ellipsis;-webkit-line-clamp: 2;line-clamp: 2;-webkit-box-orient: vertical;}
.award_topbox .award_ling .txt_box .award_date{display: block;font-size: 18px;color: #999999;font-weight: 400;line-height: 28px;}
.award_topbox .award_ling .txt_box .more_click{display: inline-block;font-size: 18px;font-weight: 600;line-height: 22px;margin-top: 32px;    background: var(--color-point);border-radius: 50px;color: #fff;font-size: 16px;padding: 18px 35px;}
.award_topbox .award_ling .img_box img{	width:100%;	height:100%;	object-fit:cover;	transition:transform .5s ease;}
.award_topbox .award_ling:hover .img_box img{	transform:scale(1.08);}
.award_topbox .award_ling .txt_box .more_click{	display:inline-flex;	align-items:center;	gap:8px;font-weight:600;margin-top:32px;border-radius:50px;	color:var(--color-point);	font-size:16px;	padding:16px 32px;	border:2px solid var(--color-point);	background:#fafafa;	transition:all .3s ease;}
.award_topbox .award_ling .txt_box .more_click i{transition:transform .4s ease;}
.award_topbox .award_ling .txt_box .more_click:hover{background:var(--color-point);	color:#fff;}
.award_topbox .award_ling .txt_box .more_click:hover i{	transform:rotate(180deg);}

/*************************이미지 리스트*************************/
.board_img_list2{border-top: 2px solid #000;}
.board_img_list2 ul{}
.board_img_list2 ul li{border-bottom: 1px solid #e0e0e0;padding:25px 0}
.board_img_list2 ul li a{display:flex;align-items: center;gap:40px;}
.board_img_list2 ul li a .img_box{width:350px;overflow: hidden;border-radius: 15px;aspect-ratio:16/9;}
.board_img_list2 ul li a .img_box img{width:100%; height:100%; object-fit:cover;transition: transform .5s ease;}
.board_img_list2 ul li a .tit_box{width:calc(100% - 350px - 40px)}
.board_img_list2 ul li a .tit_box .tit_gubun{display: block;font-size: 16px;font-weight: 600;color: #d4af37;margin-bottom: 3px;}
.board_img_list2 ul li a .tit_box .tit_name{display:inline-block;max-width:100%;margin-bottom:10px;font-size:22px;font-weight:700;line-height:1.5;white-space:nowrap;
overflow:hidden;text-overflow:ellipsis;position:relative;}
.board_img_list2 ul li a .tit_box .txt_more{display: -webkit-box;overflow: hidden;font-weight: 300;margin-bottom: 30px;text-overflow: ellipsis;font-size: 18px;
line-height: 1.5;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.board_img_list2 ul li a .tit_box .tit_date{display: block; font-size: 16px;color: #757575;}
.board_img_list2 ul li a:hover .img_box img{	transform: scale(1.05);}
.board_img_list2 ul li a .tit_box .tit_name:after{
content:'';
position:absolute;
left:0;
bottom:0;
width:100%;
height:1px;
background:#000;
transform:scaleX(0);
transform-origin:left;
transition:transform .35s ease;
}

.board_img_list2 ul li a:hover .tit_box .tit_name:after{
transform:scaleX(1);
}


/*************************일반 리스트*************************/
.board_list{margin-top:30px;  text-align: center;}
.board_list .table_top{border-top: 2px solid #000;border-bottom: 1px solid #e0e0e0;display: flex;justify-content: flex-start;align-items: center;padding: 20px 0; font-weight: 700;}
.board_list .table_top li{font-size: 18px;flex: 0 0 auto;padding: 0 11px;}
.board_list .table_top .num, .board_list .table_list .num{width: 8%;}
.board_list .table_top .name, .board_list .table_list .name{flex: 1 1;}
.board_list .table_top .cate, .board_list .table_list .cate{width: 10%;}
.board_list .table_top .date, .board_list .table_list .date{width: 12%;}
.board_list .table_top .view, .board_list .table_list .view{width: 8%;}
.board_list .table_list li{border-bottom: 1px solid #e0e0e0;display: flex;justify-content: flex-start;align-items: center;padding: 23px 0;}
.board_list .table_list div{min-width: 0; flex: 0 0 auto;padding: 0 11px; }
.board_list .table_list .num{color:#666;}
.board_list .table_list li:hover{background: #f4f6f9;}
.board_list .table_list .cate{color:#666;color: #005bac;font-weight: 600;}
.board_list .table_list .date{color:#666;}
.board_list .table_list .view{color:#666;}
.board_list .table_list .name{text-align: left;font-size: 17px;position: relative;display:inline-block;}
.board_list .table_list .name a{position: relative;display:inline-block;}
.board_list .table_list li{position:relative;}
.board_list .table_list .notice{background: #f4f6f9;}
.board_list .table_list  .num span{background: var(--color-sub2);color: #fff;padding: 8px 12px;border-radius: 50px;}
.board_list .table_list li:hover .name a:after{	width:100%;}
.board_list .table_list .name a:after{	content:'';	position:absolute;	left:0;	bottom:-2px;	width:0;	height:1px;	background:#000;	transition:width .35s ease;}
.board_list .table_list .name a{	transition:color .2s;}
.board_list .table_list li:hover .name a{	color:#000;}


/*************************게시판 뷰페이지*************************/

.board_view_wrap{border-top: 2px solid #000;}
.board_view_wrap .board_view_top{ }
.board_view_wrap .board_view_top .board_view_tit{padding:40px 14px;font-size: 24px;font-weight: 700;line-height: 1.4;text-align: center;}
.board_view_wrap .board_view_top .board_view_tit h5{word-break: keep-all;}
.board_view_wrap .board_view_top .board_view_info{display: flex;justify-content: center;align-items: center;flex-wrap: wrap;padding: 20px 14px;    border-top: 1px solid #e0e0e0;border-bottom: 1px solid #e0e0e0;background: #f4f6f9;gap: 40px;;}
.board_view_wrap .board_view_top .board_view_info p{font-size: 17px;color:#4d4d4d;font-weight: 300;	}
.board_view_wrap .board_view_top .board_view_info span{margin-right:5px;font-weight: 700;}
.board_view_wrap .board_view_txt{padding: 50px 40px;padding-bottom: 100px;font-size: 16px;line-height: 1.8;	}
.board_view_wrap .board_view_file{display: flex;padding: 30px 40px;border-top: 1px solid #e0e0e0;border-bottom: 1px solid #000;gap: 30px;
    align-items:flex-start;}
.board_view_wrap .board_view_file .file_tit{display: block;flex-shrink: 0;font-size: 18px;font-weight: 700;color: #4d4d4d;}
.board_view_wrap .board_view_file .file_wrap{display: flex;flex-direction: column;gap: 10px;}
.board_view_wrap .board_view_file .file_wrap li{}
.board_view_wrap .board_view_file .file_wrap li a{display:flex;font-size: 16px;color:#4d4d4d;align-items: center;gap: 10px;}
.board_view_wrap .board_view_file .file_wrap li a:hover .file_name{	text-decoration: underline;}
.board_view_arrow{margin-top: 100px;border-top: 1px solid #e0e0e0;}
.board_view_arrow ul{}
.board_view_arrow ul li{displaY:flex;align-items: center;    gap: 25px;padding: 20px 30px;padding-bottom: 18px;border-bottom: 1px solid #e0e0e0;}
.board_view_arrow ul li .board_arrow{min-width: 100px;font-size: 16px;color:#707070;line-height: 25px;display: flex;align-items: center;gap: 15px}
.board_view_arrow ul li .board_arrow i{color:#4d4d4d;}
.board_view_arrow ul li .board_arrow_tit{}
.board_view_arrow ul li .board_arrow_tit a{display:block;color:#4d4d4d;line-height: 1.4;font-size: 16px;display: -webkit-box;overflow: hidden;    text-overflow: ellipsis;  -webkit-line-clamp: 1;-webkit-box-orient: vertical;}
.board_view_arrow ul li .board_arrow_tit a:hover{text-decoration: underline;}
.go_view{display:flex;justify-content:left;padding-top:20px;}
.go_view a{	width:140px;	font-size:16px;	letter-spacing:-0.6px;	text-align:center;	border-radius:100px;	color:var(--color-darksub);	border:2px solid #aebccf;	font-weight:600;	padding:8px;	transition:all .3s ease;}
.go_view a:hover{	background:var(--color-darksub);	color:#fff;	border-color:var(--color-darksub);	transform:translateY(-2px);}



/** 역대회장 **/
.ceohis_list ul{margin-left:-15px;}
.ceohis_list li{width:calc(16.6% - 15px);margin-left:15px;float:left;margin-bottom:35px;text-align:center;}
.ceohis_list li.hoverbox .box:hover{border:3px solid var(--color-point_light)}
.ceohis_list li.hoverbox .box:hover .textbox{background-color:var(--color-point_light)}

.ceohis_list li .box{border:3px solid #f2f2f2}
.ceohis_list li .imgbox{padding:15px 10px 10px 10px;}
.ceohis_list li .img{width:90px;height:120px;}
.ceohis_list li .textbox{background-color:#f2f2f2;padding:10px;color:#222;font-size:16px}
.ceohis_list li .textbox span{color:#777}
.ceohis_list:after{clear:both;content:'';display:block;}

/*************************조직도*************************/
.gansa_list {display:flex;margin-bottom:20px;font-size:16px;padding:20px 0;gap:30px} 
.gansa_list div{width:260px;font-size:24px;border-top:2px solid var(--color-point);padding:30px 20px;font-weight:700;letter-spacing:-0.5px; color:var(--color-point)} 
.gansa_list ul{flex:1;border-top:1px solid #999;padding:30px 20px; } 
.gansa_list ul li{width:25%;float:left;line-height:2.1;color: #333;font-size: 18px; margin-bottom: 10px;} 
.gansa_list ul li:before{display:inline-block;content:'';width:5px;height: 5px; background: var(--color-point);margin: 4px;border-radius: 50%;} 
.gansa_list ul:After {clear:both;content:'';display:block;}

/*************************임원명단*************************/
.struct_wrap { width: 100%;box-sizing: border-box; }
.sub_title2 {display: block; width: 100%; font-size: 28px; font-weight: 800;color: #111; text-align: center; margin: 40px 0 20px 0;position: relative; padding-bottom:5px; }
.struct_wrap .struct_lbox, .struct_wrap .struct2{row-gap:0;}
.sub_title2::after {content: ""; position: absolute; bottom: 0; left: 50%;transform: translateX(-50%); width: 50px; height: 4px; background: #111;}
.struct_lbox, .struct_rbox, .struct2, .struct_list ul {display: flex; flex-wrap: wrap; justify-content: center;gap: 20px; width: 100%; margin: 0 auto;}
.struct_ceo, .struct_box {display: flex; align-items: center; gap: 25px; padding: 25px;background: #f8f9fa; border-radius: 12px; border: 1px solid #eee; 
box-sizing: border-box;width: calc(33% - 25px); }
.imgbox .img { width: 90px; height: 120px; object-fit: cover; border-radius: 6px; border: 1px solid #ddd; background: #fff; }
.textbox strong { display: block; font-weight: 800; color: #000; font-size: 24px; }
.textbox span { display: block; font-weight: 600; color: #666; margin-bottom: 8px; }
.textbox .desc { font-size: 14px; color: #888; line-height: 1.5; }
.struct_box2 {display: flex; flex-direction: column; align-items: center;width: 250px; padding: 30px 20px; background: #f8f9fa;border-radius: 12px; border: 1px solid #eee; text-align: center; box-sizing: border-box;}
.struct_box2 .imgbox { margin-bottom: 15px; }
.struct_list ul{}


/*************************찾아오시는길*************************/
.map_wrap{display:flex;align-items: center;justify-content: space-between}
/* 찾아오시는 길 전체 감싸는 박스 */
.location_info_wrap{width: calc(100% - 730px - 40px);}
.loc_title {margin-bottom: 40px;}
.loc_title span {display: block;color: #999;letter-spacing: 1px;margin-bottom: 8px;}
.loc_title h3 {font-size: 32px;font-weight: 400;margin: 0;}
.loc_title h3 strong {font-weight: 800;color: #000;}
.loc_content {border-top: 2px solid #222;padding: 30px 0;border-bottom: 1px solid #eee;}
.loc_row {    display: flex;    align-items: flex-start; }
.loc_row:last-child { margin-bottom: 0; }
.loc_row .label {width: 100px;    font-weight: 700;    color: #000;    font-size: 16px;position: relative;    padding-left: 15px;}
.loc_row .label::before {content: "";position: absolute;left: 0;top: 8px;width: 4px;height: 4px;background: var(--color-point);  border-radius: 50%;}
.loc_row .txt {font-size: 17px;line-height: 1.5;color: #444;}
.loc_group {display: flex;gap: 15px;margin-top: 15px;flex-direction: column;}

#lbOuterContainer{ width:60vw !important; height:80vh !important;}
#lbDetailsContainer{ width:60vw !important; }
#lbIframe{ width:100% !important; height:75vh !important;}