/* 공통 */
.header .gnb_2depth a{white-space: nowrap;}
.sub_visual_wrap {position:relative;}
.sub_visual {width:100%; height: 600px; position:relative; background:url("/img/sub/visual_2.png") no-repeat center / cover; transition: opacity 0.9s ease;}
.sub_visual.bg02 {background-image:url("/img/sub/visual_3.png");}
.sub_visual.bg03 {background-image:url("/img/sub/visual_7.png");}
.sub_visual.bg04 {background-image:url("/img/sub/visual_inquire.png");}
.sub_visual.bg05 {background-image:url("/img/sub/visual_4.png");}
.sub_visual.bg06 {background-image:url("/img/sub/visual_5.png");}
.sub_visual.bg07 {background-image:url("/img/sub/visual_4v2.png");}
.sub_visual.laseroptek{background-image:url("/img/sub/visual_1.png");}
.sub_visual.career{background-image:url("/img/sub/visual_6.png");}
.sub_visual.active {opacity: 0; transition: opacity 0.5s ease;}
.sub_visual .inner {align-items: flex-end; padding-bottom: 60px; height: 100%;}
.sub_vis_txt {display: flex; align-items: flex-end; gap: 30px; margin-bottom: 40px; height: 100%;}
.sub_vis_txt h2 {font-size: 72px; font-weight: bold; line-height: 1; letter-spacing: -3.6px; text-align: left; color: #fff;}
.sub_vis_txt p {font-size: 25px; font-weight: bold; line-height: 1; color: #fff; position: relative;}
.sub_vis_txt p::after {content: ""; width: 8px; height: 8px; border-radius: 100%; background: #fff; position: absolute; top: -8px; right: -16px;}
.sub_vis_path {display: flex; align-items: center; gap: 25px;}
.sub_vis_path span {font-size: 24px; font-weight: normal; line-height: 1; letter-spacing: -0.9px; text-align: left; color: rgba(255, 255, 255, 0.6);}
.sub_vis_path span[class^='path_dap'] {font-size: 18px;}
.sub_vis_path .path_dap1 {text-transform: uppercase;}

.prdDetail_subVis .subVis {display: flex; flex-direction: column; margin-bottom: 104px;}
.prdDetail_subVis a {margin-top: 82px; display: flex; align-items: center; justify-content: space-between; padding: 0 32px; width: 240px; line-height: 60px; background-color: #fff; border-radius: 60px 60px 60px 0; font-weight: bold; font-size: 20px;}

@media all and (max-width: 1200px) {
    .sub_visual.product {height: 450px;}

    .prdDetail_subVis .subVis > img {width: 65%;}
    .prdDetail_subVis a {margin-top: 60px;}
}
@media all and (max-width: 1024px) {
    .sub_visual {height: 450px;}
    .sub_visual .inner {flex-direction: column; align-items: flex-start; justify-content: flex-end; text-align: left; gap: 40px;}
    .sub_vis_txt h2 {font-size: 60px;}
    .sub_vis_txt p {font-size: 27px;}
    .sub_vis_path span[class^='path_dap'] {font-size: 14px;}

    .prdDetail_subVis .subVis {margin-bottom: 40px;}
    .prdDetail_subVis .subVis > img {width: 60%;}
    .prdDetail_subVis a {width: 180px; margin-top: 40px;}
}
@media all and (max-width: 768px) {
    .sub_visual {height: 350px;}
    .sub_visual .inner {gap: 20px;}
    .sub_vis_txt {margin-bottom: 20px;}
    .sub_vis_txt h2 {font-size: 36px;}
    .sub_vis_txt p {font-size: 16px;}
    .sub_vis_path {gap: 10px;}

    .prdDetail_subVis a {font-size: 17px;}
}


/* vis_sub_menu */
.vis_sub_menu {height: 60px; cursor: pointer; background: #000;}
.vis_sub_menu ul {display: flex; align-items: center;}
.vis_sub_menu ul li {flex: 1; height: 60px;}
.vis_sub_menu ul li a {width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; color: #fff; font-size: 20px; font-weight: 500; transition: 0.3s ease;}
.vis_sub_menu ul li:hover a {font-size: 24px;}
.vis_sub_menu ul li.on a {background: #fff; color: #000;}
.vis_sub_menu.prdDetail ul li.on a {background: #f35668; color: #fff;}
.visSubmenu_scroll {display: none !important;}
@media all and (max-width: 1600px) {
    .vis_sub_menu .inner {max-width: 100%; padding: 0 !important;}
}
@media all and (max-width: 768px) {
    .vis_sub_menu {width: 100%; overflow-x: scroll; overflow-y: hidden;}
    .vis_sub_menu::-webkit-scrollbar {height: 6px;}
    .vis_sub_menu::-webkit-scrollbar-thumb {border-radius: 10px; background: #000;}
    .vis_sub_menu::-webkit-scrollbar-track {background: #ddd;}
    .vis_sub_menu ul {width: 200vw; max-width: none !important;}
    .vis_sub_menu ul li {flex: 1; height: 60px; width: 100%; /* flex: none; */}
    .vis_sub_menu ul li a {width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; color: #fff; font-size: 20px; font-weight: 500; transition: 0.3s ease;}
    .vis_sub_menu ul li:hover a {font-size: 24px;}
    .vis_sub_menu ul li.on a {background: #fff; color: #000;}

    .visSubmenu_scroll {width: 30%; display: flex !important; justify-content: space-between; margin: 10px auto 0; font-size: 16px; font-weight: 500; color: #000; opacity: .5;}
}
@media all and (max-width: 576px) {
    .vis_sub_menu ul li a {font-size: 18px;}
}


/* sub_content */
#sub_content {margin-top: 80px; margin-bottom: 180px;}
#sub_content .sub_title h3 {margin-bottom: 64px; text-align: center; font-size: 40px; letter-spacing: -1px; font-weight: bold;}
@media all and (max-width: 768px) {
    #sub_content .sub_title h3 {margin-bottom: 50px; font-size: 26px;}
}
@media all and (max-width: 768px) {
    #sub_content .sub_title h3 {margin-bottom: 50px; font-size: 26px;}
}


/********** products list **********/
.products_list_wrap .prdList {display: flex; flex-wrap: wrap; justify-content: space-between; gap: 40px;}
.products_list_wrap .item {position: relative; width: calc(50% - 20px); color: #fff;}
.products_list_wrap .item .img img {width: 100%;}
.products_list_wrap .item .txt {position: absolute; top: 66px; left: 56px; color: #fff;}
.products_list_wrap .item .txt h2 {font-size: 40px; font-weight: bold; letter-spacing: 0.2px;}
.products_list_wrap .item .txt p {margin-top: 32px; font-size: 20px; font-weight: 400;}
.products_list_wrap .item .txt span {display: block; margin-top: 15px; font-size: 20px; font-weight: 100;}
@media all and (max-width: 1024px) {
    .products_list_wrap .prdList {flex-direction: column; justify-content: center; align-items: flex-start;}
    .products_list_wrap .item {width: 100%;}
}
@media all and (max-width: 576px) {
    #sub_content {margin-top: 60px; margin-bottom: 100px;}
}

/********** products detail **********/
.products_detail_wrap {position: relative; overflow: hidden;}
.products_detail_wrap .detail_container {overflow: hidden; max-width: 1366px; width: 100%;}
.products_detail_wrap .detail_container:first-child {max-width: 1386px;}
.products_detail_wrap .detail_container .detail_title,
.products_detail_wrap .detail_container .detail_title * {font-size: 59px; letter-spacing: -2px; text-align: center;}
.products_detail_wrap .detail_container .detail_title > em {font-style: normal; color: #f35668;}
.products_detail_wrap .detail_container .detail_description {margin-top: 60px;}
.products_detail_wrap .detail_container .detail_description,
.products_detail_wrap .detail_container .detail_description * {font-size: 20px; line-height: 1.6; letter-spacing: -1.2px; text-align: center;}
.products_detail_wrap .detail_container .features_list {margin-top: 80px;}
.products_detail_wrap .detail_container .features_list .features_item .features_content {display: flex; align-items: center; width: 100%; height: 100px; line-height: 1.4; padding: 30px 0; font-size: 30px; color: #fff; background-color: #202020; border-radius: 100px 100px 100px 0; background-repeat: no-repeat; padding-left: 180px; font-weight: 100;}
.products_detail_wrap .detail_container .features_list .features_item .features_content img {position: absolute; top: 50%; transform: translateY(-50%); width: 60px; left: 69px;}
.products_detail_wrap .detail_container .features_list .features_item .features_content:hover {background-color: #f35668; font-weight: bold;}
.products_detail_wrap .detail_container .features_list .features_item + .features_item {margin-top: 20px;}
.products_detail_wrap .detail_container .content_wrap {margin-top: 123px;}
.products_detail_wrap .detail_container .content_wrap .content_row {margin-bottom: 100px; display: flex; align-items: center;}
.products_detail_wrap .detail_container .content_wrap .content_row:nth-child(odd) .content_col_left {margin-right: 99px;}
.products_detail_wrap .detail_container .content_wrap .content_row:nth-child(even) {display: flex; align-items: center; justify-content: space-between;}
.products_detail_wrap .content_heading {margin-bottom: 42px; color: #000;}
.products_detail_wrap .content_heading,
.products_detail_wrap .content_heading * {font-size: 40px; font-weight: bold; line-height: 1.3; letter-spacing: normal; text-align: left; letter-spacing: -2px;}
.products_detail_wrap .content_heading.type_a {margin-bottom: 54px;}
.products_detail_wrap .content_heading em {font-style: normal; color: #f35668;}
.products_detail_wrap .detail_container .content_wrap .content_row .content_text .content_paragraph {color: #666;}
.products_detail_wrap .detail_container .content_wrap .content_row .content_text .content_paragraph,
.products_detail_wrap .detail_container .content_wrap .content_row .content_text .content_paragraph * {font-size: 20px; line-height: 1.5;}
.products_detail_wrap .detail_container .content_wrap .content_row .content_text .content_paragraph + .content_paragraph {margin-top: 30px;}
@media all and (max-width: 1024px) {
    .products_detail_wrap .detail_container .detail_title,
    .products_detail_wrap .detail_container .detail_title * {font-size: 47px;}
    .products_detail_wrap .detail_container .detail_description,
    .products_detail_wrap .detail_container .detail_description * {font-size: 18.7px;}
    .products_detail_wrap .detail_container .features_list .features_item .features_content {font-size: 26.25px; height: auto;}
    .products_detail_wrap .content_heading,
    .products_detail_wrap .content_heading * {text-align: center; font-size: 37.5px;}
    .products_detail_wrap .detail_container .content_wrap .content_row {margin-top: 50px; gap: 50px;}
    .products_detail_wrap .detail_container .content_wrap .content_row:nth-child(odd) {flex-direction: column;}
    .products_detail_wrap .detail_container .content_wrap .content_row:nth-child(even) {flex-direction: column-reverse;}
    .products_detail_wrap .detail_container .content_wrap .content_row:nth-child(even) .content_col_right,
    .products_detail_wrap .detail_container .content_wrap .content_row:nth-child(odd) .content_col_left {width: 70%; margin-right: 0;}
    .products_detail_wrap .detail_container .content_wrap .content_row .content_text .content_paragraph,
    .products_detail_wrap .detail_container .content_wrap .content_row .content_text .content_paragraph * {font-size: 19px; text-align: center;}
}
@media all and (max-width: 768px) {
    .products_detail_wrap .detail_container .detail_title,
    .products_detail_wrap .detail_container .detail_title * {text-align: center; font-size: 24px;}
    .products_detail_wrap .detail_container .detail_title br {display: none;}
    .products_detail_wrap .detail_container .detail_description,
    .products_detail_wrap .detail_container .detail_description * {text-align: center; font-size: 15.6px;}
    .products_detail_wrap .detail_container .features_list .features_item .features_content {font-size: 15.6px; padding-left: 120px; padding-right: 20px; border-radius: 0; display: flex; align-items: center;}
    .products_detail_wrap .detail_container .features_list .features_item .features_content img {width: 50px; left: 39px;}
    .products_detail_wrap .content_heading,
    .products_detail_wrap .content_heading * {font-size: 1.77rem;}
    .products_detail_wrap .content_heading br {display: none;}
    .products_detail_wrap .detail_container .content_wrap .content_row .content_text .content_paragraph,
    .products_detail_wrap .detail_container .content_wrap .content_row .content_text .content_paragraph * {font-size: 1.25em; text-align: center;}
    .products_detail_wrap .detail_container .content_wrap .content_row .content_text .content_paragraph + .content_paragraph {margin-top: 20px;}
    .products_detail_wrap .detail_container .content_wrap .content_row .content_text .content_paragraph br {display: none; word-break: keep-all;}
}
@media all and (max-width: 576px) {
    .products_detail_wrap .detail_container .content_wrap .content_row .content_col_left:nth-child(even) {width: 80%; margin-right: 0;}
    .products_detail_wrap .detail_container .content_wrap .content_row .content_col_right:nth-child(odd) {width: 80%;}
    .products_detail_wrap .detail_container .content_wrap .content_row:nth-child(even) .content_col_right,
    .products_detail_wrap .detail_container .content_wrap .content_row:nth-child(odd) .content_col_left {width: 85%;}
}
/* 핸드피스 */
.handpiece_section {display: flex; justify-content: flex-end;}
.handpiece_section .container {display: flex; justify-content: space-between; max-width: 1640px; padding-top: 120px; padding-bottom: 250px; padding-left: 20px; margin-left: auto; margin: 0; padding-right: 0;}
.handpiece_section .handpiece_desc {color: #666; font-size: 1.25em; line-height: 1.5;}
.handpiece_section .handpiece_desc,
.handpiece_section .handpiece_desc * {font-size: 20px; line-height: 1.5;}
/* 슬라이더 */
.products_detail_wrap .handpiece_slider {max-width: 960px;}
.products_detail_wrap .handpiece_slider_box {position: relative;}
.products_detail_wrap .handpiece_slider_box::before {content: ""; position: absolute; top: 0; left: 0; display: inline-block; width: 210px; height: 100%; background: linear-gradient(to right, white, white 20%, transparent); z-index: 3;}
.products_detail_wrap .handpiece_list {display: flex; gap: 32px; padding: 0 200px; overflow-x: hidden; scroll-behavior: smooth;}
.products_detail_wrap .handpiece_item {width: 400px; height: 652px; box-sizing: border-box; /* background-color: #f6f6f6; */ border-radius: 55px; flex-shrink: 0 !important;}
.products_detail_wrap .handpiece_item .box {max-width: 452px; height: 100%; border-radius: 40px; display: flex; padding: 42px 40px; flex-direction: column; justify-content: space-between; position: relative;}
.products_detail_wrap .handpiece_number {font-family: 'Montserrat', sans-serif; font-size: 30px; position: relative; position: relative; z-index: 1;}
.products_detail_wrap .handpiece_number::before {content: ''; position: absolute; left: 0; top: -14px; width: 16px; height: 4px; background: #000;}
.products_detail_wrap .handpiece_image {/* width: 244px; height: 490px; margin: 0 auto; object-fit: contain; */ position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover;}
.products_detail_wrap .handpiece_name {font-size: 20px; font-weight: 600; text-align: left;}
/* 임상논문 */
.clinical_section {margin-bottom: 190px;}
.clinical_header {text-align: center; margin-bottom: 80px;}
.clinical_slider_wrap {position: relative; padding: 0 !important;}
.clinical_slider {overflow: hidden;}
.clinical_title {font-size: 40px; font-weight: 700; color: #1e293b;}
/* 임상논문 */
.clinical_image_box {border-radius: 40px 40px 40px 0; display: block; position: relative; overflow: hidden;}
.clinical_image_box img {width: 100%; height: 100%; object-fit: cover; transform: scale(1); transition: 0.3s ease;}
.clinical_buttons {position: absolute; bottom: 20px; right: 5%; transition: all 0.2s; display: flex; justify-content: center; align-items: center; width: 60px; height: 60px; border-radius: 28px 30px 30px 0; color: #fff; background: #000;}
.clinical_btn {font-size: 24px; display: flex; justify-content: center; align-items: center; height: 60px; border-radius: 28px 30px 30px 0;}
.clinical_btn i {color: #fff;}
.clinical_btn_more {display: none; width: 100%; text-align: center; font-size: 20px; height: 100%; align-items: center; justify-content: center;}
.clinical_content {margin-top: 30px;}
.clinical_text {font-size: 22px; font-weight: 600; /* line-height: 1.55; */ letter-spacing: normal; text-align: left; color: #000; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;}
.clinical_date {font-size: 16px; margin-top: 5px;}
.clinical_item:hover .clinical_image_box img {transform: scale(1.11);}
.clinical_item:hover .clinical_buttons {width: 91%; background: #f35668;}
.clinical_item:hover .clinical_btn {display: none;}
.clinical_item:hover .clinical_btn_more {display: flex; color: #fff;}
/* 네비게이션 버튼 */
.products_detail_wrap .nav_button {position: absolute; top: calc(50% - 50px); transform: translateY(-50%); font-size: 48px; font-weight: normal; line-height: 1; letter-spacing: -2.4px; color: rgba(0, 0, 0, 0.2); transition: 0.3s; background: transparent; border: none; cursor: pointer; vertical-align: middle; margin: 0; cursor: pointer; -webkit-appearance: none;}
.products_detail_wrap .nav_button:hover {color: #000;}
.products_detail_wrap .nav_prev {left: -120px;}
.products_detail_wrap .nav_next {right: -120px;}

.clinical_slider_wrap .nav_button {position: absolute; top: calc(50% - 50px); transform: translateY(-50%); font-size: 48px; font-weight: normal; line-height: 1; letter-spacing: -2.4px; color: rgba(0, 0, 0, 0.2); transition: 0.3s; background: transparent; border: none; cursor: pointer; vertical-align: middle; margin: 0; cursor: pointer; -webkit-appearance: none;}
.clinical_slider_wrap .nav_button:hover {color: #000;}
.clinical_slider_wrap .nav_prev {left: -120px;}
.clinical_slider_wrap .nav_next {right: -120px;}
/* 페이지네이션 */
.products_detail_wrap .pagination {width: fit-content; position: relative; margin: 60px auto 0; display: flex; gap: 40px;}
.products_detail_wrap .pagination span {width: 10px; height: 10px; border-radius: 50%; position: relative; transition: 0.3s; background: #000; opacity: 0.2; display: inline-block;}
.products_detail_wrap .pagination span.swiper-pagination-bullet-active {background: #000; opacity: 1;}
.products_detail_wrap .pagination span.swiper-pagination-bullet-active::before {content: ""; width: 400%; height: 400%; position: absolute; border-radius: 50%; top: 50%; left: 50%; transform: translate(-50%, -50%); background: rgba(0, 0, 0, 0.2); transition: 0.3s;}

.clinical_slider_wrap .pagination {width: fit-content; position: relative; margin: 60px auto 0; display: flex; gap: 40px;}
.clinical_slider_wrap .pagination span {width: 10px; height: 10px; border-radius: 50%; position: relative; transition: 0.3s; background: #000; opacity: 0.2; display: inline-block;}
.clinical_slider_wrap .pagination span.swiper-pagination-bullet-active {background: #000; opacity: 1;}
.clinical_slider_wrap .pagination span.swiper-pagination-bullet-active::before {content: ""; width: 400%; height: 400%; position: absolute; border-radius: 50%; top: 50%; left: 50%; transform: translate(-50%, -50%); background: rgba(0, 0, 0, 0.2); transition: 0.3s;}
/* 문의하기 */
.products_detail_wrap .inquiry_section {padding: 120px 0 124px; text-align: center; background: url(/img/sub/aestheti/apply_bg.jpg) no-repeat center; background-size: cover; color: #fff;}
.products_detail_wrap .inquiry_title {text-align: center; font-size: 40px; letter-spacing: -1px; margin-bottom: 40px; font-weight: bold;}
.products_detail_wrap .inquiry_button {justify-content: space-between; margin: 60px auto 0; padding: 0 30px; max-width: 240px; width: 100%; background: #fff; color: #000; font-size: 20px; font-weight: 500; height: 60px; border-radius: 28px 30px 30px 0; align-items: center; display: flex;}
.products_detail_wrap .inquiry_button i {font-size: 24px; transition: 0.3s ease;}
.products_detail_wrap .inquiry_button:hover i {transform: scale(1.5);}
@media all and (max-width: 1700px) {
    .products_detail_wrap .nav_button {display: none;}
    .products_detail_wrap .nav_button {display: none;}
}
@media all and (max-width: 1600px) {
    .clinical_slider_wrap {width: 80%; padding: 0 !important;}
}
@media all and (max-width: 1024px) {
    .handpiece_section .container {flex-direction: column; gap: 50px;}
    .handpiece_section .content_heading {font-size: 33px; margin-bottom: 20px;}
    /* 핸드피스 */
    .products_detail_wrap .handpiece_desc {text-align: center; font-size: 18.7px;}
    .products_detail_wrap .handpiece_slider {max-width: 100%;}
    .products_detail_wrap .handpiece_list {padding: 0;}
    .products_detail_wrap .handpiece_slider_box::before {display: none;}
    .products_detail_wrap .handpiece_item {width: 360px; height: 612px;}
    /* .products_detail_wrap .handpiece_image {width: 204px; height: 440px;} */
    /* 임상논문 */
    .clinical_title {font-size: 28px;}
    .clinical_text {font-size: 18px;}
    .clinical_date {font-size: 15px; margin-top: 20px;}
    .clinical_buttons {width: 50px; height: 50px;}
    .clinical_btn {font-size: 20px;}
    .clinical_btn_more {font-size: 18.75px;}
    /* 문의하기 */
    .products_detail_wrap .inquiry_section {padding: 100px 0;}
    .products_detail_wrap .inquiry_title {font-size: 37.5px;}
    .products_detail_wrap .inquiry_button {margin: 40px auto 0; font-size: 18.75px; height: 50px;}
    .products_detail_wrap .inquiry_button i {font-size: 30px;}
}
@media all and (max-width: 768px) {
    .handpiece_section .container {padding-right: 20px; padding-top: 100px; padding-bottom: 100px;}
    .handpiece_section .content_heading {font-size: 24px;}
    /* 핸드피스 */
    .products_detail_wrap .handpiece_desc {font-size: 15.5px;}
    .products_detail_wrap .handpiece_list {overflow: visible; flex-wrap: wrap; justify-content: space-between; gap: 0;}
    .products_detail_wrap .handpiece_item .box {padding: 0;}
    .products_detail_wrap .handpiece_number {position: absolute; top: 42px; left: 40px;}
    .products_detail_wrap .handpiece_image {position: relative; top: auto; left: auto; height: auto;}
    .products_detail_wrap .handpiece_item {width: 47%; height: auto; margin-bottom: 15px; margin-right: 0;}
    /* .products_detail_wrap .handpiece_image {width: 100%; height: auto;} */
    /* 임상논문 */
    .clinical_image_box {border-radius: 20px 20px 20px 0;}
    .clinical_title {font-size: 24px;}
    .clinical_text {font-size: 16.8px;}
    .clinical_date {font-size: 14px;}
    /* 문의하기 */
    .products_detail_wrap .inquiry_section {padding: 60px 0;}
    .products_detail_wrap .inquiry_title {font-size: 26px; margin-bottom: 30px;}
    .products_detail_wrap .inquiry_button {margin: 40px auto 0; max-width: 200px; font-size: 17.5px;}
    .products_detail_wrap .inquiry_button i {font-size: 19px;}
}
@media all and (max-width: 576px) {
    /* 핸드피스 */
    .products_detail_wrap .handpiece_item {border-radius: 25px;}
    /* .products_detail_wrap .handpiece_item .box {padding: 32px 20px;} */
    .products_detail_wrap .handpiece_number {top: 32px; left: 20px;}
    .products_detail_wrap .handpiece_number {font-size: 24px;}
    .products_detail_wrap .handpiece_name {font-size: 16px;}
    /* 임상논문 */
    .clinical_slider_wrap {width: 100%;}

    .clinical_section {margin-bottom: 100px;}
}

/********** 웨비나 등록하기 **********/
.webinar_register {width: 100%; max-width: 870px; margin: 0 auto;}
.webinar_register_subtitle {font-size: 30px; font-weight: 300; line-height: 1; text-align: center; margin-bottom: 60px;}
.webinar_register_field {display: flex; align-items: center; margin-bottom: 40px;}
.webinar_register_label {width: 100px; font-size: 20px; font-weight: 500; line-height: 1; letter-spacing: -0.5px; text-align: center; color: #111;}
.webinar_register_select,
.webinar_register_field input {width: calc(100% - 100px);}
.webinar_register_field input,
.webinarReg_selectTitle {padding: 0 30px; height: 60px; border-radius: 30px 30px 30px 0; background: #f3f3f3; border: none; font-size: 20px; font-weight: 500; letter-spacing: -0.5px;}
.webinar_register_field input::placeholder {color: #bbb;}
.webinarReg_selectTitle {display: flex; align-items: center; justify-content: space-between; transition: 0.3s;}
.webinar_register_select {position: relative;}
.webinarReg_selectTitle div {transition: 0.3s;}
.webinar_register_select.on .webinarReg_selectTitle {border-radius: 30px 30px 0 0;}
.webinar_register_select.on .webinarReg_selectTitle div {transform: rotate(180deg);}
.webinarReg_selectOptions {display: none; position: absolute; width: 100%; background-color: #fff; z-index: 50; max-height: 240px; overflow: scroll; border-radius: 0 0 30px 30px; -ms-overflow-style: none;}
.webinarReg_selectOptions::-webkit-scrollbar {display: none;}
.webinarReg_selectOptions li {display: flex; align-items: center; padding: 0 0 0 30px; height: 60px; font-size: 20px; font-weight: 500; line-height: 1; letter-spacing: -0.5px; text-align: left; color: rgba(0, 0, 0, 0.2); cursor: pointer; background: #ddd;}
.webinarReg_selectOptions li:hover {background: #f3f3f3; color: rgb(0, 0, 0);}
.webinar_register_agree {margin-left: 100px; margin-bottom: 80px;}
.webinar_register_agree .agree_all {font-size: 20px; font-weight: 600; line-height: 1; letter-spacing: -0.5px; text-align: left; color: #000; margin-bottom: 20px;}
.webinar_register_agree div:not(.agree_all) {font-size: 18px; font-weight: normal; line-height: 1; letter-spacing: -0.45px; text-align: left; color: #000; display: flex; align-items: center; gap: 10px;}
.webinar_register_agree .terms {margin-bottom: 10px;}
.webinar_register_agree span {font-size: 18px; font-weight: normal; line-height: 1; letter-spacing: -0.45px; text-align: left; color: #f35668; text-decoration: underline; cursor: pointer;}
.webinar_register_agree label {padding-left: 30px; position: relative; cursor: pointer;}
.webinar_register_agree input[type="checkbox"] {display: none;}
.webinar_register_agree label:after {content: ""; width: 20px; height: 20px; position: absolute; top: 0; left: 0; border-radius: 50%; background: transparent; border: 1px solid #000;}
.webinar_register_agree input[type="checkbox"]:checked + label:after {background: #000;}
#webinar_register_submit {cursor: pointer; width: 240px; height: 60px; padding: 0 30px; margin: 0 auto; border-radius: 40px 40px 40px 0; background: #000; display: flex; justify-content: space-between; align-items: center; font-size: 20px; font-weight: normal; line-height: 1; letter-spacing: normal; color: #fff; border: 0;}
/* en */
.en_webinar_register .webinar_register_field {flex-direction: column; align-items: flex-start; gap: 20px;}
.en_webinar_register .webinar_register_label, 
.en_webinar_register .webinar_register_field input, 
.en_webinar_register .webinarReg_selectTitle,
.en_webinar_register .webinar_register_select {width: 100%; text-align: left;}
.en_webinar_register .webinar_register_agree {margin-left: 0;}
@media screen and (max-width:768px) {
    .webinar_register_label {font-size: 16.8px; text-align: left;}
    .webinar_register_field input, 
    .webinarReg_selectTitle,
    .webinarReg_selectOptions li,
    .webinar_register_agree .agree_all,
    .webinar_register_agree div:not(.agree_all),
    .webinar_register_agree span {font-size: 16.8px;}
    #webinar_register_submit {width: 200px; height: 45px; font-size: 16.8px;}
}
@media screen and (max-width:576px) {
    #webinar_register_submit {width: 200px; height: 45px; font-size: 16.8px;}
    .webinar_register_field {flex-direction: column; align-items: flex-start;}
    .webinar_register_label {width: 100%;margin-bottom: 10px;}
    .webinar_register_select,
    .webinar_register_field input {width: 100%;}
    .webinarReg_selectOptions li,
    .webinar_register_field input, 
    .webinarReg_selectTitle {height: 40px;}
    .webinar_register_label,
    .webinar_register_field input, 
    .webinarReg_selectTitle,
    .webinarReg_selectOptions li,
    .webinar_register_agree .agree_all,
    .webinar_register_agree div:not(.agree_all),
    .webinar_register_agree span {font-size: 15.6px;}
    .webinar_register_agree {margin-left: 0px; margin-bottom: 80px;}
}


/********** 약관 팝업 **********/
.use_popup_wrap {display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100vh; z-index: 1001; background: rgb(11,11,11,.8); padding: 0 6px;}
.use_popup_wrap.show {display: flex; align-items: center; justify-content: center;}
.use_popup_wrap .usepop_cont {position: relative; background: #fff; width: 100%; max-width: 600px; padding: 40px 20px;}
.use_popup_wrap .scroll {overflow: hidden; overflow-y: scroll; max-height: 500px;}
.use_popup_wrap .scroll::-webkit-scrollbar {width: 7px;}
.use_popup_wrap .scroll::-webkit-scrollbar-thumb {background: #000; border-radius: 7px;}
.use_popup_wrap .scroll::-webkit-scrollbar-track {background-color: #eeeeee; border-radius: 10px;}
.use_popup_wrap .close {position: absolute; top: 0; right: 0; display: flex; align-items: center; justify-content: center; cursor: pointer; width: 44px; height: 44px;}
.use_popup_wrap .close i {font-size: 28px; color: #333; opacity: 0.65;}
.use_popup_wrap .popup_body > div {display: none;} 
.use_popup_wrap .contents h2 {margin-top: 19px; font-size: 24px; color: #060607; word-break: keep-all; font-family: "Noto Sans KR";}
.use_popup_wrap .contents .text {margin-top: 35px;}
.use_popup_wrap .contents .text p {font-size: 18px; color: #524a59; line-height: 1.2; font-family: "Noto Sans", sans-serif; word-break: keep-all;}
.use_popup_wrap .contents .text p + p {margin-top: 20px;}


/********** 갤러리 게시판 **********/
.bd_galleryList_wrap .dpp_bd_wrap {border-top: 0;}
.bd_galleryList_wrap .dpp_gal_list {gap: 80px 40px; display: grid; grid-template-columns: repeat(3,1fr);}
.bd_galleryList_wrap .num-4 {max-width: 400px; /* width: calc(100%/3 - 14px); */ overflow: hidden;}
/********** 갤러리 게시판 고정 **********/
/* bd_gallery_fixed */
.bd_gallery_fixed {position: relative; margin-bottom: 100px; padding: 100px 0;}
.bd_gallery_fixed::before {content: ""; width: 200vw; top: 0; left: 50%; transform: translateX(-50%); height: 100%; background: #f3f3f3; position: absolute;}
.bd_gallery_fixed .gallery-container {display: flex; align-items: center; justify-content: space-between;}
.bd_gallery_fixed .gallery-left {width: 40%;}
.bd_gallery_fixed .gallery-left .gallery-text-box {margin-bottom: 80px;}
.bd_gallery_fixed .gallery-subtitle {width: fit-content; font-size: 25px; font-weight: bold; line-height: 0.75; letter-spacing: normal; text-align: left; color: #000; position: relative; margin-bottom: 40px;}
.bd_gallery_fixed .gallery-subtitle:after {content: ""; position: absolute; width: 8px; height: 8px; border-radius: 50%; background: #000; top: -8px; right: -12px }
.bd_gallery_fixed .gallery-title {font-size: 48px; font-weight: bold; line-height: 1.25; letter-spacing: normal; text-align: left; color: #000; margin-bottom: 60px; min-height: 180px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical;}
.bd_gallery_fixed .gallery-inner-text {font-size: 18px; font-weight: normal; line-height: 1.67; letter-spacing: normal; text-align: left; color: rgba(0, 0, 0, 0.5); min-height: 120px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical;}
.bd_gallery_fixed .gallery-right {max-width: 640px; width: 100%; border-radius: 60px 60px 60px 0; overflow: hidden; max-height: 800px;}
/* .gallery-img-box {min-height: 800px;} */
.bd_gallery_fixed .gallery-right img {width: 100%; height: 100%; object-fit: cover; object-position: center;}
.bd_gallery_fixed .swiper-button {font-size: 48px; color: rgba(0, 0, 0, 0.2); position: absolute; top: 50%; transform: translateY(-50%); transition: 0.3s ease;}
.bd_gallery_fixed .swiper-button::after {display: none;}
.bd_gallery_fixed .swiper-button-prev {left: -120px;}
.bd_gallery_fixed .swiper-button-next {right: -120px;}
.bd_gallery_fixed .swiper-pagination {position: relative; top: auto; right: auto; bottom: auto; left: auto; display: flex; align-items: center;}
.bd_gallery_fixed .gallery-more-btn {width: fit-content; height: fit-content; display: block; padding: 28px; border-radius: 40px 40px 40px 0; background: #000; color: #fff; line-height: 1; margin-right: 65px;}
.bd_gallery_fixed .gallery-more-btn i {font-weight: bolder; font-size: 24px; transition: 0.3s ease;}
.bd_gallery_fixed .gallery-more-btn:hover i {transform: scale(1.5);}
.bd_gallery_fixed .swiper-pagination {display: flex; align-items: center; gap: 40px;}
.bd_gallery_fixed .swiper-pagination span {margin: 0;width: 10px; height: 10px; border-radius: 50%; background: #000; opacity: 1; position: relative;}
.bd_gallery_fixed .swiper-pagination span.swiper-pagination-bullet-active::before {content: ""; position: absolute; width: 400%; height: 400%; transform: translate(-50%, -50%);border-radius: 50%; top: 50%; left: 50%; transform: translate(-50%, -50%); background: #000; box-sizing: border-box; transition: 0.3s ease; opacity: 0.2;}
/* search */
.dpp_bd_search {margin-top: 0; margin-bottom: 60px; padding: 70px 0; width: 100%; background: #f3f3f3; border-radius: 40px 40px 40px 0;}
.dpp_bd_search .dpp_tbl {display: flex; justify-content: center; gap: 10px; padding: 0; margin: 0 auto;}
.dpp_bd_search select {padding: 0 35px; max-width: 300px; width: 100%; height: 60px; border-radius: 30px 30px 30px 0; border: none; font-size: 1.25rem; background-position: calc(100% - 35px) center; background-color: #fff; background-image: url('/img/icon/select_icon.svg'); background-size: 12px 6px; padding-right: 22px !important; -webkit-appearance: none; resize: none; vertical-align: middle; color: #000 !important;}
.dpp_bd_search select:focus {outline: none;}
.dpp_inputArea {display: flex; align-items: center; padding: 0 30px; max-width: 600px; width: 100%; max-height: 60px; border-radius: 30px 30px 30px 0; background: #fff; overflow: hidden;}
.dpp_inputArea input {height: 60px; width: 100%; border: none; font-size: 16px;}
.dpp_inputArea button {font-size: 21px; border: 0; outline: none; background: none;}
/* partner */
.bd_galleryList_wrap .logout_box {max-width: 1320px; padding: 0 20px; width: 100%; display: flex; justify-content: right; margin: 50px auto;}
.bd_galleryList_wrap .logout {width: 170px; height: 45px; border-radius: 27px; border: 1px solid #000; display: flex; align-items: center; justify-content: center; font-size: 18px; line-height: 1.2; letter-spacing: normal; font-weight: 700; color: #000; transition: 0.3s }
.bd_galleryList_wrap .logout:hover {background: #000; color: #FFF;}
.bd_galleryList_wrap .dpp_page_wrap {margin-top: 100px;}
@media screen and (max-width:768px) {
    .bd_galleryList_wrap .dpp_page_wrap {margin-top: 50px;}
}

/********** common_게시판 상세 **********/
.bd_view_wrap .dpp_vtt {border: none; display: flex; align-items: flex-end; justify-content: space-between; padding: 0 0 30px 0;}
.bd_view_wrap .dpp_view_tt h3 {font-size: 30px; font-weight: 500; line-height: 1; letter-spacing: normal; text-align: left; color: #000;}
.bd_view_wrap .dpp_view_tt span {font-size: 18px; font-weight: normal; line-height: 1; letter-spacing: normal; text-align: right; color: #999 !important; min-width: 80px;}
.bd_view_wrap .dpp_view_con {display: block; width: 100%; height: fit-content; padding: 40px 0 80px; border-top: 1px solid #000; border-bottom: 1px solid #ddd;}
.bd_view_wrap .dpp_list_btn {cursor: pointer; width: 240px; height: 60px; padding: 0 30px; margin: 40px auto 100px; border-radius: 40px 40px 40px 0; background: #000; display: flex; justify-content: space-between; align-items: center; font-size: 20px; font-weight: normal; line-height: 1; letter-spacing: normal; text-align: left; color: #fff;}
.bd_view_wrap .dpp_list_btn .xi-hamburger-back {transition: 0.3s ease; color: #fff !important;}
.bd_view_wrap .dpp_list_btn:hover .xi-hamburger-back {transform: scale(1.5);}
.bd_view_wrap .dpp_view_ar {border-top: 1px solid #000; border-bottom: 1px solid #ddd;}
.bd_view_wrap .dpp_view_ar .dpp_v_next {border-top: solid 1px #ddd;}
.bd_view_wrap .dpp_view_ar a {display: flex; align-items: center; justify-content: space-between;}
.bd_view_wrap .dpp_view_ar .dpp_v_td {display: flex; align-items: center; padding: 0; width: 90%; height: 50px;}
.bd_view_wrap .dpp_view_ar .dpp_v_td span {padding: 0 25px; font-size: 18px; line-height: 1; color: #999 !important; min-width: 120px;}
.bd_view_wrap .dpp_view_ar .dpp_v_td .subject {font-size: 18px; font-weight: 500; line-height: 1; letter-spacing: normal; text-align: left; color: #000; white-space: nowrap; display: block; overflow: hidden; text-overflow: ellipsis; width: 80%;}
.bd_view_wrap .dpp_view_ar .dpp_v_desc {font-size: 18px; line-height: 1; color: #999 !important; padding: 0;}
.dpp_view_con div.dpp_v_txt * {word-break: break-all;}
.dpp_view_con div.dpp_v_txt * img {height: auto !important;}

/********** 기본 게시판 list **********/
/* dpp_bd_search_style02 */
.dpp_bd_search_style02 {padding: 0 !important; background: transparent !important; margin-bottom: 30px;}
.dpp_bd_search_style02 .dpp_tbl {justify-content: flex-end; flex-direction: row !important;}
.dpp_bd_search_style02 .dpp_inputArea {padding: 0 30px; max-width: 300px; background: #f3f3f3;}
.dpp_bd_search_style02 .dpp_inputArea input {font-size: 18px; padding: 0 10px 0 0; color: #000;}
/* list */
.bd_basicList_wrap .dpp_basic_bd {border-top: 1px solid #000;}
.bd_basicList_wrap .dpp_basic_tbl > li.dpp_tbl_th > div {background: #f3f3f3; font-size: 18px; line-height: 1; text-align: center; color: #000; padding: 13px 2px; font-weight: 400;}
.bd_basicList_wrap .dpp_basic_tbl > li.dpp_tbl_th .dpp_th_num {width: 10%;}
.bd_basicList_wrap .dpp_basic_tbl > li.dpp_tbl_th .dpp_th_tt {width: 60%;}
.bd_basicList_wrap .dpp_basic_tbl > li.dpp_tbl_th .dpp_th_file {width: 10%;}
.bd_basicList_wrap .dpp_basic_tbl > li.dpp_tbl_th .dpp_th_date {width: 20%;}
.bd_basicList_wrap .dpp_basic_tbl > li.dpp_tbl_td > div {padding: 15px 5px; text-align: center; border: 0; line-height: 1; height: auto; border-bottom: 1px solid #ddd;}
.bd_basicList_wrap .dpp_basic_tbl > li.dpp_tbl_td .dpp_td_num {font-size: 16px; font-weight: 300;}
.bd_basicList_wrap .dpp_basic_tbl > li.dpp_tbl_td .dpp_td_tt a {font-size: 18px; font-weight: 500; line-height: 1; text-align: left; color: #000;}
.bd_basicList_wrap .dpp_basic_tbl > li.dpp_tbl_td .dpp_td_tt a:hover {color: #007bff; text-decoration: underline;}
.bd_basicList_wrap .dpp_basic_tbl > li.dpp_tbl_td .dpp_td_file i {font-size: 24px;}
.bd_basicList_wrap .dpp_basic_tbl > li.dpp_tbl_td .dpp_td_date {font-size: 18px; line-height: 1; color: #999; font-weight: 300;}

/********** 문의 게시판 **********/
.bd_apply_wrap .webinar_register_subtitle {letter-spacing: -1.5px; line-height: 1.2;}
.bd_apply_wrap .webinar_register_label {text-align: left;}
.bd_apply_wrap .webinar_register_radio {gap: 45px;}
.bd_apply_wrap .webinar_register_radio label {display: flex; align-items: center; gap: 8px; font-size: 20px; font-weight: 500; line-height: 1; letter-spacing: -0.5px; text-align: left; color: #000; cursor: pointer;}
.bd_apply_wrap .webinar_register_radio label input {display: none;}
.bd_apply_wrap .webinar_register_radio label span {width: 20px; height: 20px; border-radius: 50%; background: transparent; border: 1px solid #000;}
.bd_apply_wrap .webinar_register_radio label input:checked + span {background: #000;}
.bd_apply_wrap .webinar_register_content {align-items: flex-start;}
.bd_apply_wrap .webinar_register_content .webinar_register_label {margin-top: 20px;}
.bd_apply_wrap .webinar_register_content textarea {width: 100%; height: 220px !important; border-radius: 30px 30px 30px 0; background: #f3f3f3; padding: 20px 30px; border: solid 1px #ddd; overflow-y: auto; -webkit-appearance: none; resize: none; box-shadow:none; color: #000; font-size: 16px;}
.bd_apply_wrap .webinar_register_file .dpp_w_input {width: calc(100% - 100px);}
.bd_apply_wrap .webinar_register_file .dpp_input_file {max-width: none; padding-right: 0; display: flex; align-items: center; gap: 10px;}
.bd_apply_wrap .webinar_register_file .file-value {position: relative; top: auto; left: auto; right: auto; font-size: 20px; font-weight: 500; line-height: 1.3; letter-spacing: -0.5px; color: #000; max-width: calc(100% - 10px - 125px);}
.bd_apply_wrap .webinar_register_file .dpp_input_file:before {display: none;}
.bd_apply_wrap .webinar_register_file .file_chk_dp {position: relative; width: 125px; height: 60px; background: #000; color: #fff; border-radius: 30px 30px 30px 0; font-size: 20px; font-weight: 500; line-height: 1; letter-spacing: -0.5px; color: #fff; display: inline-flex; align-items: center; justify-content: center;}
.bd_apply_wrap .webinar_register_agree > div:not(.agree_all) {margin-left: 30px;}
.bd_apply_wrap .webinar_register_submit {margin-top: 80px;}

@media screen and (max-width:1850px) {
    /********** 갤러리 게시판 고정 **********/
    .bd_gallery_fixed .gallery-container {justify-content: center;}
    .bd_gallery_fixed .gallery-left {margin-right: 50px;}
    .bd_gallery_fixed .gallery-right {max-width: 400px;}
    .bd_gallery_fixed .swiper-button-prev {left: 50px;}
    .bd_gallery_fixed .swiper-button-next {right: 50px;}
}
@media screen and (max-width:1500px) {
    /********** 갤러리 게시판 고정 **********/
    .bd_gallery_fixed .gallery-left {width: 30%;}
    .bd_gallery_fixed .gallery-title {font-size: 40px; min-height: 155px;}
    .bd_gallery_fixed .gallery-inner-text {font-size: 16px; min-height: 110px;}
}
@media screen and (max-width:1200px) {
    /********** 갤러리 게시판 고정 **********/
    .bd_gallery_fixed .gallery-subtitle {font-size: 20px;}
    .bd_gallery_fixed .gallery-title {font-size: 32px; min-height: 120px;}
    .bd_gallery_fixed .gallery-more-btn {padding: 14px; margin-right: 35px;}
    .bd_gallery_fixed .swiper-pagination {gap: 20px;}
    .bd_gallery_fixed .swiper-pagination span {width: 5px; height: 5px;}
}
@media screen and (max-width:1024px) {
    /********** 갤러리 게시판 **********/
    .bd_galleryList_wrap .dpp_gal_list {gap: 60px 20px;}
    /********** 갤러리 게시판 고정 **********/
    .bd_gallery_fixed .gallery-left {margin-right: 20px; font-size: 20px;}
    .bd_gallery_fixed .gallery-left .gallery-text-box {margin-bottom: 20px;}
    .bd_gallery_fixed .gallery-subtitle {margin-bottom: 20px;}
    .bd_gallery_fixed .gallery-title {margin-bottom: 20px;}
    .bd_gallery_fixed .gallery-more-btn {width: 50px; height: 50px; padding: 0; display: flex; justify-content: center; align-items: center;}
    .bd_gallery_fixed .gallery-right {max-width: 300px;}
    .dpp_bd_search {padding: 50px 20px;}
    .dpp_bd_search select {padding: 0 30px; min-width: 185px; width: 50%; font-size: 18px;}
    .dpp_inputArea {padding: 0 20px;}
    .dpp_inputArea button {font-size: 20px;}
    .bd_galleryList_wrap .clinical_text {font-size: 20px;}

    /********** common_게시판 상세 **********/
    .bd_view_wrap .dpp_view_tt h3 {font-size: 28px;}
    .bd_view_wrap .dpp_list_btn {width: 200px; height: 45px; font-size: 17px;}
    .bd_view_wrap .dpp_view_ar a {height: 43px;}

    /********** 기본 게시판 list **********/
    /* list */
    .bd_basicList_wrap .dpp_basic_tbl > li.dpp_tbl_th {display: none;}
    .bd_basicList_wrap .dpp_basic_tbl > li.dpp_tbl_td {padding: 5px 0; overflow: hidden; clear: both; width: 100%; display: flex; flex-wrap: wrap; align-items: center; position: relative; border-bottom: 1px solid #ddd;}
    .bd_basicList_wrap .dpp_basic_tbl > li.dpp_tbl_td > div {padding: 0; line-height: 1; border-bottom: 0;}
    .bd_basicList_wrap .dpp_basic_tbl > li.dpp_tbl_td .dpp_td_num {display: none;}
    .bd_basicList_wrap .dpp_basic_tbl > li.dpp_tbl_td .dpp_td_tt {margin: 5px 0; width: 100%; padding: 3px 3px 3px 15px;}
    .bd_basicList_wrap .dpp_basic_tbl > li.dpp_tbl_td .dpp_td_file {padding: 3px 3px 3px 15px;}
    .bd_basicList_wrap .dpp_basic_tbl > li.dpp_tbl_td .dpp_td_date {padding: 3px 3px 3px 15px;}


}
@media screen and (max-width:768px) {
    /********** 갤러리 게시판 **********/
    .bd_galleryList_wrap .dpp_gal_list {/* flex-direction: column; */ grid-template-columns: repeat(1,1fr);}
    .bd_galleryList_wrap .num-4 {width: 100%; margin: 0 auto;}

    /********** 갤러리 게시판 고정 **********/
    .bd_gallery_fixed {padding: 60px 15px; width: calc(100% + 30px); margin-left: -15px;}
    .bd_gallery_fixed .gallery-container {flex-direction: column-reverse;}
    .bd_gallery_fixed .gallery-left {margin-right: 0; width: 100%;}
    .bd_gallery_fixed .gallery-right {max-width: 66.6667vw; margin-bottom: 50px; width: 100%;}
    .bd_gallery_fixed .swiper-button {font-size: 6.6667vw; top: 25%;}
    .bd_gallery_fixed .swiper-button-prev {left: 4%;}
    .bd_gallery_fixed .swiper-button-next {right: 4%;}
    .bd_gallery_fixed .gallery-subtitle {font-size: 3.8889vw;}
    .bd_gallery_fixed .gallery-title {font-size: 8.3333vw; margin-bottom: 30px; min-height: auto;}
    .bd_gallery_fixed .gallery-inner-text {font-size: 4.1667vw; min-height: auto; margin-bottom: 20px;}
    .bd_gallery_fixed .gallery-more-btn {padding: 5.5556vw; margin-right: 40px; border-radius: 10vw 10vw 10vw 0;}
    .bd_gallery_fixed .gallery-more-btn i {font-size: 34px;}
    .bd_gallery_fixed .swiper-pagination {gap: 30px;}
    .bd_gallery_fixed .swiper-pagination span {width: 2.2222vw; height: 2.2222vw;}
    .dpp_bd_search {padding: 40px 20px;}
    .dpp_bd_search .dpp_tbl {flex-direction: column;}
    .dpp_bd_search select {font-size: 16px;}
    .bd_galleryList_wrap .clinical_text {font-size: 18px;}
    /********** common_게시판 상세 **********/
    .bd_view_wrap .dpp_view_tt h3 {font-size: 24px;}
    .bd_view_wrap .dpp_view_tt span {font-size: 16px;}
    .bd_view_wrap .dpp_view_ar .dpp_v_td {width: 80%;}

    /********** 기본 게시판 list **********/
    /* list */
    .bd_basicList_wrap .dpp_basic_tbl > li.dpp_tbl_td .dpp_td_tt {padding: 2.6px 2.6px 2.6px 13px;}
    .bd_basicList_wrap .dpp_basic_tbl > li.dpp_tbl_td .dpp_td_file {padding: 2.6px 2.6px 2.6px 13px;}
    .bd_basicList_wrap .dpp_basic_tbl > li.dpp_tbl_td .dpp_td_date {padding: 2.6px 2.6px 2.6px 13px;}

    /********** 문의 게시판 **********/
    .bd_apply_wrap .webinar_register_subtitle {font-size: 17px;}
    .bd_apply_wrap .webinar_register_radio {gap: 45px;}
    .bd_apply_wrap .webinar_register_radio label {font-size: 16.8px; gap: 12px;}
    .bd_apply_wrap .webinar_register_radio label span {width: 16px; height: 16px;}
    .bd_apply_wrap .webinar_register_content textarea {font-size: 14px;}
    .bd_apply_wrap .webinar_register_file .file_chk_dp {width: 100px; height: 45px; font-size: 14px;}
    .bd_apply_wrap .webinar_register_file .file-value {font-size: 16.8px; max-width: calc(100% - 100px - 10px);}

}
@media screen and (max-width:576px) {
    /********** common_게시판 상세 **********/
    .bd_view_wrap .dpp_vtt {flex-direction: column; align-items: center; gap: 20px;}
    .bd_view_wrap .dpp_view_ar .dpp_v_td {width: 65%; height: 40px;}
    .bd_view_wrap .dpp_view_ar .dpp_v_td span {padding: 0 15px; min-width: 90px;}
    .bd_view_wrap .dpp_view_ar .dpp_v_td span,
    .bd_view_wrap .dpp_view_ar .dpp_v_td .subject {/* font-size: 16px; */ font-size: 14px;}
    .bd_view_wrap .dpp_view_ar .dpp_v_desc {font-size: 14px;}

    /********** 문의 게시판 **********/
    .bd_apply_wrap .webinar_register_subtitle {font-size: 15.6px;}
    .bd_apply_wrap .webinar_register_radio {gap: 15px;}
    .bd_apply_wrap .webinar_register_radio label {font-size: 15.6px; gap: 8px;}
    .bd_apply_wrap .webinar_register_content textarea {font-size: 13px;}
    .bd_apply_wrap .webinar_register_file .dpp_w_input {width: 100%;}
    .bd_apply_wrap .webinar_register_file .file_chk_dp {font-size: 14px;}
    .bd_apply_wrap .webinar_register_file .file-value {font-size: 15.6px;}
    .bd_apply_wrap .webinar_register_agree > div:not(.agree_all) {margin-left: 5px;}
}

/********** 영문 NEWS 게시판 **********/
#dpp_ct_ul {display: flex; width: fit-content; margin: 0 auto 120px; gap: 20px;}
#dpp_ct_ul a {width: 240px; height: 60px; display: flex; align-items: center; justify-content: center; border-radius: 30px 30px 30px 0; background: #000; font-size: 20px; font-weight: 500; line-height: 1; letter-spacing: normal; color: #fff; transition: 0.3s; text-align: center;}
#dpp_ct_ul a#bo_cate_on {background: #f35668;}
.en_bd_galleryList_wrap .clinical_tag {overflow: hidden; text-overflow: ellipsis; white-space: nowrap; margin: 10px 0 30px; font-size: 1.125rem; color: #ef8f9b;}
.en_bd_galleryList_wrap .clinical_tag span {margin-right: 2px;}
.en_bd_galleryList_wrap .clinical_tag span:last-child {margin-right: 0;}
.en_bd_galleryList_wrap .clinical_date {color: rgba(0,0,0,0.5); font-size: 18px; margin-top: 0;}
.en_bd_galleryList_wrap .clinical_tag + .flex {flex-wrap: wrap; gap: 5px 18px;}
@media screen and (max-width:1024px) {
    .en_bd_galleryList_wrap .clinical_tag {margin: 10px auto 20px; font-size: 17px;}
    .en_bd_galleryList_wrap .clinical_date {font-size: 17px;}
    .en_bd_galleryList_wrap .clinical_tag + .flex {gap: 5px 17px;}
}
@media screen and (max-width:768px) {
    #dpp_ct_ul {width: 100%; padding: 0 20px; gap: 10px; margin-bottom: 60px;}
    #dpp_ct_ul li {width: calc(50% - 5px);}
    #dpp_ct_ul a {width: 100%; font-size: 15px; height: 40px;}
    .en_bd_galleryList_wrap .clinical_tag {margin: 10px auto 15px; font-size: 15px;}
    .en_bd_galleryList_wrap .clinical_date {font-size: 15px;}
    .en_bd_galleryList_wrap .clinical_tag + .flex {gap: 5px 15px;}
}