/* 메인 최신글만 */
/* 메인 최신글만 */
/* 메인 최신글만 */
.main_hr_h85 {
    height: 85rem;
    border: none;
    display: block;
}
.main_hr_h100 {
    height: 100rem;
    border: none;
    display: block;
}
.main_hr_h115 {
    height: 115rem;
    border: none;
    display: block;
}
.main_hr_h120 {
    height: 120rem;
    border: none;
    display: block;
}
.main_hr_h90 {
    height: 90rem;
    border: none;
    display: block;
}

.latest_section {width: 100%;margin: 0 auto;}
.max_1290 {
    max-width: 1290rem;
    margin: 0 auto;
}
.max_1370 {
    max-width: 1370rem;
    margin: 0 auto;
}
.max_1510 {
    max-width: 1510rem;
    margin: 0 auto;
}
.max_100 {
    max-width: 100%;
}
.max_1470 {
    max-width: 1470rem;
}
.cut_1290 {
    max-width: 1290rem;
    margin: 0 auto;
    overflow: hidden;
}
.common_inner_wrap {
    padding-left: 40rem;
    padding-right: 40rem;
}
.latest_section .ls_head {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    position: relative;
    align-items: center;
    margin-bottom: 60rem;
}
.latest_section .ls_head .ls_more {
    position: absolute;
    right: 0;
    bottom:0;
    font-size: 16rem;
}
.latest_section .ls_head .ls_title {
    font-size: 34rem;
    font-weight: 200;
    line-height: 1.35;
}
.latest_section .ls_head .ls_sub_title {
    font-size: 20rem;
    font-family: "Montserrat", sans-serif;
    letter-spacing: 1rem;
}
.latest_section .ls_head .ls_more img {
    width: auto;
    height: auto;
    max-width: 100%;
    padding-left: 11rem;
    filter: brightness(0.1);
}
.section_head {
    display: flex;
    padding: 27rem 0 37rem 0;
    border-bottom: 1rem solid #dadada;
    margin-bottom: 60rem;
}
.section_head .section_title {
    font-size: 16rem;
    font-family: "Montserrat", sans-serif;
    letter-spacing: 1rem;
    color: #3b3b3b;
}

.section_head.gr_wrap {
    margin-top: 50rem;
    border-bottom: none;
    margin-bottom: 0;
}

.section_head .section_inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    gap:180rem;
    padding: 0 40rem;
}
.section_head .section_inner .greeting {
    font-size: 34rem;
    font-weight: 200;
    line-height: 1.35;

}
.section_head .section_inner .greeting_btns {
    font-size: 16rem;
    position: relative;
    flex: 1;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
}
.section_head .section_inner .greeting_btns::before {
    content: '';
    position: absolute;
    bottom: -20rem;
    left: 0;
    display: block;
    width: 100%;
    height: 1rem;
    background-color: #e0e0e0;
}
.section_head .section_inner .greeting_btns .greeting_txt {
    color:#494949;
    font-weight: 300;
}
.section_head .section_inner .greeting_btns .greeting_btn {
    color:#3a3a3a;
    font-weight: 600;
    padding-left: 30rem;
    margin-left:23rem;
    position: relative;
}
.section_head .section_inner .greeting_btns .greeting_btn a {
    display: inline-flex;
    align-items: center;
}
.section_head .section_inner .greeting_btns .greeting_btn::before {
    content: '';
    position: absolute;
    bottom:-20rem;
    left: 0;
    display: block;
    width: 1rem;
    height: 24rem;
    background-color: #e0e0e0;
}
.section_head .section_inner .greeting_btns .greeting_btn i {
    font-weight: bold;
    color:#757575;
    padding-left: 20rem;
}

    .gall_cate_content_section {
        margin-top: 134rem;
    }
.gall_sjt_reserve_section {
    margin-top: 115rem;
}
.gall_sjt_days_section {
    margin-top: 50rem;
}
.gall_cate_ctt_slide_section {
    margin-top: 120rem;
}
.board_notice_section {
    margin-top: 100rem;
}


.gall_sjt_reserve_section {
    position: relative;
}

.seminar_section {}
.seminar_section .seminar_inner {
    position: relative;
    width: 100%;
    height: 100%;
}
.seminar_section img {
    width: 100%;
    max-width: 100%;
    filter: brightness(0.8);
}
.seminar_txt_wrap {
    display: flex;
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 6;
    justify-content: flex-end;
    left: 50%;
}
.seminar_txt_wrap .txt_box {
    display: flex;
    flex-direction: column;
}
.seminar_section .txt_box .txt_head {
    font-size: 14rem;
    font-family: "Montserrat", sans-serif;
    letter-spacing: 1rem;
    color: #fff;
    padding-top: 15rem;
    text-align: end;
}
.seminar_section .txt_box .txt_title {
    font-size: 32rem;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
    color: #fff;
    text-align: end;
    padding-top: 15rem;
}
.seminar_section .txt_box .txt_sub_title {
    font-size: 16rem;
    color: #fff;
    text-align: end;
    padding-top: 40rem;
    line-height: 1.5;
}
.gall_cate_ctt_slide_section {
    background-color: #fafafa;
    padding:90rem 40rem;
}
.gall_sjt_days_section {
    position: relative;
}
.gall_sjt_days .paging_wrap {
    position: absolute;
    right: 50rem;
    top: 40rem;
    display: inline-flex;
    align-items: center;
    gap:15rem;
}
.gall_sjt_days .paging_wrap .swiper-pagination {
    position: static !important;
    font-size: 12rem;
}   
.gall_sjt_days .btns_wrapping {
    display: flex;
    align-items: center;
    gap:6rem;
}
.gall_sjt_days .btns_wrapping i {
    color:#000;
    font-size: 14rem;
}


/* 링크탭 */

.link_tap_inner {
    display: flex;
}
.link_tap_item {
    position: relative;
    flex:1;
}
.link_tap_item .img_box {
    width: 100%;
    padding-bottom: 145%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.link_tap_item .img_box.before {
    display: block;
}

.link_tap_item .txt {
    position: absolute;
    top: 100rem;
    left:60rem;
    z-index: 6;
    display: flex;
    flex-direction: column;
    gap:15rem;
    color:#fff;
}
.link_tap_item:nth-child(2) .txt {
    top:50%;
    transform: translateY(-50%);
}
.link_tap_item:nth-child(3) .txt {
    top:auto;
    bottom:150rem;
}
.link_tap_item .txt .txt_title {
    font-size: 52rem;
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
    letter-spacing: 1rem;
}
.link_tap_item .txt .txt_sub {
    font-size: 14rem;
    line-height: 1.8;
    transform: translateY(10rem);
    transition: all 0.3s ease-in-out;
    transition-delay: 0.1s;
    position: relative;
}
.link_tap_item .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all 0.3s ease-in-out;
    opacity: 1;
    z-index: 5;
    backdrop-filter: brightness(0.4) grayscale(1);
}
.link_tap_item .pin, .link_tap_item .pin2 {overflow: hidden;}
.link_tap_item .pin .pin_inner, 
.link_tap_item .pin2 .pin_inner {
    transform: translateY(100%);
    opacity: 0;
    transition: transform 0.4s ease-in-out, opacity 1s ease-in-out;
}
.link_tap_item .pin2 .pin_inner {
    transition-delay: 0.1s;
}

.link_tap_item.link_tap_item_active .pin .pin_inner, 
.link_tap_item.link_tap_item_active .pin2 .pin_inner {
    transform: translateY(0);
    opacity: 1;
}
.link_tap_item.link_tap_item_active .bg {
    opacity: 0;
}
.link_tap_item.link_tap_item_active .img_box.after {
    display: block;
}

.greeting_div {
    padding: 100rem 0 0;
}
.greeting_div span {
    font-size: 34rem;
    font-weight: 200;
    line-height: 1.35;
}
.membership_section {
    margin-top: 100rem;
}
.membership_wrap {
    overflow: hidden;
    padding-left: 40rem;
    padding-right: 40rem;
}
.membership_wrap img {
    max-width: 100%;
}
.membership_wrap .membership_inner {
    position: relative;
}
.membership_wrap .membership_inner .txt {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    align-items: center;
    display: flex;
    padding-left: 74rem;
    transform: translateY(-50%);
}
.membership_wrap .membership_inner .txt .txt_box1 {
    display: flex;
    flex-direction: column;
}
.membership_wrap .membership_inner .txt .txt_box1 .t {
    font-size: 38rem;
    font-weight: 600;
    color: #fff;
    font-family: var(--font-family-montserrat);
    padding-left: 37rem;
    line-height: 1.1;
}
.membership_wrap .membership_inner .txt .txt_box1 .t + .t {
    font-weight: 700;
}
.membership_wrap .membership_inner .txt .txt_box2 {
    display: flex;
    flex-direction: column;
    min-height: 77rem;
    justify-content: flex-end;
}
.membership_wrap .membership_inner .txt .txt_box2 .t {
    font-size: 16rem;
    color:#fff;
    padding-left: 30rem;
    font-weight: 300;
    line-height: 1.467;
}
.membership_wrap .membership_inner .txt .txt_box2 .t + .t span:first-of-type {
    font-weight: 600;
}
.membership_link_txt {
    position: absolute;
    bottom: 26rem;
    right: 26rem;
    font-size: 16rem;
    font-weight: 600;
    color:#fff;
}
.membership_wrap .membership_inner .txt .txt_box2 .t.pc_txt {
    display: block;
}
.membership_wrap .membership_inner .txt .txt_box2 .t.mobile_txt{
    display: none;
}
.membership_link_txt i {
    font-size: 14rem;
    padding-left: 10rem;
}
.membership_link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.membership_wrap .membership_inner > .img_box .pc_thumb {
    display: block;
}
.membership_wrap .membership_inner > .img_box .mobile_thumb {
    display: none;

}