@charset "utf-8";

.text_center {
    text-align: center;
}

.hidden {
    display: none;
}
.m_show {
    display: none;
}
.flex_center {
    display: flex;
    align-items: center;
    justify-content: center;
}
.w_80p {
    width: 80%;
}

.pt_0 {
    padding-top: 0;
}

.pb_0 {
    padding-bottom: 0;
}

.pb_0i {
    padding-bottom: 0 !important;
}

.pb_10 {
    padding-bottom: 10px;
}

.pb_20 {
    padding-bottom: 20px;
}

.pb_75 {
    padding-bottom: 75px;
}

.mt_0 {
    margin-top: 0;
}

.mt_50 {
    margin-top: 50px;
}

.mt_100 {
    margin-top: 100px;
}

.mt_200 {
    margin-top: 200px;
}

.pt_30 {
    padding-top: 30px;
}

.pt_50 {
    padding-top: 50px;
}

.pt_100 {
    padding-top: 100px;
}

.pt_200 {
    padding-top: 200px;
}

.pb_100 {
    padding-bottom: 100px;
}

.pb_100i {
    padding-bottom: 100px !important;
}

.pb_200 {
    padding-bottom: 200px;
}


.gap110 {
    gap: 110px;
}

.gap50 {
    gap: 50px;
}

.gap25 {
    gap: 25px;
}

.bg_e9 {
    background-color: #E9F2F6 !important;
}

.bg_f6 {
    background-color: #F6FAFC !important;
}

.pr_wrap {
    height: 500px;
}

hr.line {
    margin: 80px auto;
}
.m_br {
    display: none;
}

.inner_wrap {
    max-width: 1600px;
    margin: 0 auto;
    position: relative;
    height: 100%;
}

hr.line {
    border: 0;
    height: 2px;
    background: #e5e5e5;
    margin: 120px auto;
    width: 100%;
    display: block;
}

.hline115 {
    border: 0;
    height: 115px;
    background: #e5e5e5;
    width: 2px;
    display: block;
    margin: auto 0;
}

.hline134 {
    border: 0;
    height: 134px;
    background: #e5e5e5;
    width: 2px;
    display: block;
    margin: 0 auto;
}

.count_swiper_pagination {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.count_swiper_pagination .c22 {
    color: #222222;
}

.count_swiper_pagination span.swiper_line {
    display: inline-block;
    width: 70px;
    height: 2px;
    background-color: #fff;
}

.count_swiper_pagination span.swiper_line.c22 {
    background-color: #222222;
}

.header {
    height: 123px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #CDCDCD;
    align-content: center;
}

.header .logo {
    display: block;
}

.top_menu {
    height: 61px;
    font-size: 17px;
    position: relative;
}

.top_menu_inner {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.top_menu_inner ul {
    list-style: none;
    height: 100%;
}

.top_menu_inner ul li {
    display: inline-block;
    padding: 0 25px;
    height: 100%;
}

.top_menu_inner ul li a {
    display: block;
    text-decoration: none;
    height: 100%;
    padding: 16px 0;
}

.top_menu_item.on {
    font-weight: 500;
}

.gnb_menu {
    height: 274px;
    width: 100%;
    padding: 50px 100px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff;
    z-index: 100;
    border-top: 1px solid #CDCDCD;
    display: none;
}

.gnb_menu_inner {
    min-width: 1100px;
    align-items: start;
    justify-content: start;
    display: none;
}

.gnb_menu_inner .gnb_line {
    width: 1px;
    height: 100%;
    background-color: #E8E8E8;
    margin: 0 45px;
}

.gnb_left {
    width: 222px;
    height: 68px;
    background-repeat: no-repeat;
    background-position: left center;
}

.gnb_left.gnb_sub1 {
    background-image: url("../img/gnb_sub1_bg.png");
}

.gnb_left.gnb_sub2 {
    background-image: url("../img/gnb_sub2_bg.png");
}

.gnb_left.gnb_sub3 {
    background-image: url("../img/gnb_sub3_bg.png");
}

.gnb_left.gnb_sub4 {
    background-image: url("../img/gnb_sub4_bg.png");
}

.gnb_left.gnb_sub5 {
    background-image: url("../img/gnb_sub5_bg.png");
}

.gnb_left.gnb_sub6 {
    background-image: url("../img/gnb_sub6_bg.png");
}

.gnb_menu_items {
    color: #222222;
    display: flex;
    align-items: start;
    justify-content: start;
    gap: 40px;
}

.gnb_menu_items dl {
    list-style: none;
    font-size: 16px;
}

.gnb_menu_items dl dd {
    padding: 5px 0;
    width: 160px;
}

.gnb_menu_items dl a {
    width: 100%;
    height: 100%;
    display: block;
}

.gnb_menu_items dl > :first-child {
    padding-top: 0;
}

.gnb_menu_items dt {
    font-weight: 500;
}

.pc_header {
    display: block;
}

.mobile_header {
    display: none;
}

.mobile_menu_btn {
    position: absolute;
    left: 2%;
    font-size: 30px;
    cursor: pointer;
    height: 58px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
}

.mobile_gnb {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 100;
    background-color: #fff;
}

.mobile_gnb_logo {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 55px;
    padding: 2% 0;
}

.mobile_gnb_logo img {
    height: 40px;
}


.m_gnb_menu {
    position: absolute;
    top: 60px;
    width: 100%;
    height: 100%;
    background-color: #fff;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}

.m_gnb_menu_list {
    font-size: 18px;
    color: #242424;
}

ul.menu {
    padding: 0;
    list-style: none;
    margin: 0 auto;
    box-shadow: 0px 0px 1px #00000070;
    clear: both;
    display: block;
    margin-bottom: 100px;
}

ul.menu .list:first-child {
    border-top: 0px solid #d2dbe3;
}

ul.menu .list {
    font-size: 16px;
    border-bottom: 1px solid #d2dbe3;
    position: relative;
    width: 100%;
    box-sizing: border-box;
    vertical-align: sub;
    clear: both;
}

ul.menu .list:after {
    content: "";
    font-family: FontAwesome;
    position: absolute;
    right: 17px;
    top: 17px;
    padding: 0px 5px;
    color: #242424;
}

ul.menu .list a {
    text-decoration: none;
    color: #242424;
    padding: 12px 0px 12px 17px;
    display: block;
    height: 100%;
    box-sizing: border-box;
    text-align: center;
}
ul.menu .list:first-child a {
    padding-top: 0;
}
ul.menu .list:first-child:after {
    top: 5px;
}
ul.menu .list a:hover {
    /*background-color: #1c4c9b;*/
    transition: 300ms all;
    color: #242424;
}

ul.menu .list .items {
    height: 0px;
    overflow: hidden;
}

ul.menu .list .items a {
    padding: 10px 0px 10px 22px;
    text-align: center;
}

ul.menu .list .items a:hover {
    background-color: #1c4c9b;
    color: #fff;
    transition: 300ms all;
}

ul.menu .list:last-child {
    border-bottom: none;
}

ul.menu .active:after {
    content: "";
    font-family: FontAwesome;
    position: absolute;
    right: 17px;
    top: 17px;
    padding: 0px 5px;
    color: #242424;
}

ul.menu .active div > .items {
    display: block;
    padding: 0px;
    height: auto;
    color: #fff;
    transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: all 200ms;
    clear: both;
    float: left;
    width: 100%;
}

ul.menu .active div > .items li {
    padding: 0px;
    border-bottom: 1px solid #E6E6E6;
    background-color: #F8F8F8;
    list-style: none;
}

ul.menu .active div > .items h4 {
    color: #242424;
    font-size: 14px;
    padding-left: 20px;
    font-weight: 500;
}

ul.menu .active div > .items li:last-child {
    border-color: transparent;
    padding-bottom: 0px;
    border-bottom: 1px solid #E6E6E6;
}

ul.menu .active div > .items .active > .items {
    background-color: #fff;
}

ul.menu .active div > a {
    color: #000;
    font-weight: 500;
}

ul.menu .active .list {
    background: #ddd;
}

ul.menu .active .list a {
    padding: 17px 0px 17px 45px;
}

ul.menu .active.list:last-child .items {
    box-shadow: 0px 1px 1px #00000070;
}

.slide_bg {
    height: 900px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.swiper-slide {
    position: relative;
}

.slide_box {
    position: absolute;
    top: calc(50% - (497px / 2));
    left: calc(50% - (763px / 2));
}

.slide_box2 {
    position: absolute;
    top: calc(50% - (374px / 2));
    left: calc(50% - (700px / 2));
}

.slide_box3 {
    position: absolute;
    top: calc(50% - (300px / 2));
    left: calc(15%);
}

.slide_txt {
    text-align: center;
    font-size: 20px;
    color: #fff;
}

.hwalgichan_neurosurgery {
    font-family: 'KoPub Batang', 'Noto Sans Korean', 'Malgun Gothic', dotum, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 13px;
    text-align: center;
    color: #FFFFFF;
}

.slide_box3 .hwalgichan_neurosurgery {
    color: #80A3EC;
}

.slide_box3_1 {
    position: relative;
}

.slide_dr {
    position: absolute;
    top: -100px;
    right: -850px;
}

.slide_dr img {
    width: 850px;
}

.main_swiper .main_swiper_pagination {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.nav_line {
    border-bottom: 1px solid #cdcdcd;
}

.nav_line_inner {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 226px;
}

.nav_line_logo {
    margin-right: 180px;
}

.nav_line_buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 50px;
}

.dedi_type_top {
    margin-top: 50px;
    background-image: url("../img/logo_bg_g.png");
    background-repeat: no-repeat;
    background-size: 235px 235px;
    background-position: center center;
    min-height: 253px;
}

.dedi_type_top .hwalgichan_neurosurgery {
    color: #CBA882;
    padding: 80px 0 30px 0;
}

.dedi_type_top_txt {
    text-align: center;
}

.dedi_type_top_img {
    text-align: center;
    padding: 50px 0 180px 0;
}

.dedi_type_top_img img {
    width: 22%;
}

.landmark_wrap {
    background-image: url("../img/landmark_bg.jpg");
    height: 1000px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
}
.landmark_inner {
    width: 100%;
    height: 100%;
    position: relative;
}
.landmark_left_txts {
    position: absolute;
    left: 40%;
    top: 50%;
    transform: translateX(-90%) translateY(-250px);
}

.landmark_left_txt {
    padding: 35px 0;
}

.landmark_left_con {
    color: #fff;
    font-size: 20px;
}

.landmark_right {
    width: 50%;
    position: absolute;
    left: 50%;
    top: 30%;
    transform: translateX(-50px) translateY(-20%);
}

.landmark_swiper {
    width: 90%;
}

.landmark_swiper img {
    width: 100%;
}

.system_inner .inner_text2 img {
    width: 90%;
}

.dr_info_swiper .swiper-slide img {
    width: 95%;
}

.landmark_swiper_pagination {
    display: flex;
    width: 200px !important;
    height: 50px !important;
    left: 20% !important;
    top: 50% !important;
    transform: translateX(-50%) translateY(200px) !important;
}

.system_wrap {
    background-image: url("../img/system_bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
    padding: 100px 0 0 0;
}

.inner_text1 {
    margin: 50px 0;
    text-align: center;
}

.inner_text2 {
    margin: 10px 0 0;
    text-align: center;
}

.system_inner_box {
    display: flex;
    justify-content: center;
    align-items: start;
    width: 100%;
    margin-top: 0px;
}

.system_inner_info {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #D4D4D4;
    width: calc(100% / 3);
    height: 500px;
}

.system_inner_info:nth-child(1) {
    border-left: none;
}

.system_inner_info:nth-child(2) {
    border-left: none;
    border-right: none;
}

.system_inner_info:nth-child(3) {
    border-right: none;
}
.system_inner_info img {
    width: 95%;
}
.promise_wrap {
    background-image: url("../img/promise_bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
    margin-top: 50px;
}

.promise_inner {
    padding: 150px 0;
    text-align: center;
}

.promise_title {
    padding: 20px 0;
}

.promise_text1 {
    padding: 20px 0;
}

.promise_text2 {
    padding: 40px 0 0 0;
}

.dr_info_wrap {
    background-image: url("../img/dr_info_bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
}

.dr_info_inner {
    padding: 100px 0;
    text-align: center;
}

.dr_info_title {
    padding: 30px 0 50px 0;
}

.dr_info_swiper {
    width: 90%;
    margin: 0 auto;
    text-align: center;
}

.news_wrap {
    padding-bottom: 100px;
}

.news_top {
    margin-top: 50px;
    background-image: url("../img/logo_bg_g.png");
    background-repeat: no-repeat;
    background-size: 235px 235px;
    background-position: center center;
    min-height: 253px;
}

.news_top .hwalgichan_neurosurgery {
    color: #CBA882;
    padding: 80px 0 30px 0;
}

.news_top_txt {
    text-align: center;
}

.news_swiper_wrap {
    padding-top: 30px;
    padding-bottom: 50px;
}

.news_swiper {
    width: 90%;
}

.news_swiper .swiper-wrapper {
}

.news_swiper .swiper-slide {
    width: 406px;
    height: 463px;
    padding-bottom: 20px;
}

.news_slide_img {
    width: 406px;
    height: 317px;
}

.news_slide_img img {
    width: 100%;
}

.news_slide_bot {
    background-color: #F4F0EB;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    height: 150px;
}

.news_slide_title {
    width: 100%;
    font-size: 24px;
    font-weight: 500;
    text-align: center;
    padding: 10px 20px 10px 20px;
    height: 100px;
}

.news_slide_date {
    background-color: #fff;
    font-size: 16px;
    border-radius: 17px;
    display: inline-block;
    padding: 5px;
    border: 1px solid #fff;
    width: 100px;
    margin: 0 auto;
}

.map_time_wrap {
    background-color: #211E1D;
    padding: 105px 0;
}

.map_time_inner {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px;
}

.footer_wrap {
    height: 270px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #D5D1C6;
}

.left_wrap {
    display: flex;
    justify-content: center;
    align-items: start;
    flex-direction: column;
    width: 650px;
    text-align: left;
}

.footer_inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 60px;
    word-break: break-word;
}

.footer_left_logo {
    text-align: left;
    padding: 10px 0;
}

.footer_left_addr {
    font-size: 17px;
    color: #222222;
}

.footer_left_addr span {
    display: inline-block;
    width: 30px;
    text-align: center;
}

.footer_right_menu {
    list-style: none;
    display: inline-block;
    height: 28px;
    padding-left: 20px;
}

.footer_right_menu li {
    display: inline-block;
    font-size: 17px;
    padding: 0 15px;
}

.sub_top {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
    height: 600px;
}

.sub_top .hwalgichan_neurosurgery {
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translateX(-50%) translateY(-30%);
}

.sub_top .sub_top_title {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translateX(-50%) translateY(-40%);
}

.sub2_top_bg1 {
    background-image: url("../img/sub2_top_bg1.jpg");
}

.sub2_top_bg2 {
    background-image: url("../img/sub2_top_bg2.jpg");
}

.sub2_top_bg3 {
    background-image: url("../img/sub2_top_bg3.jpg");
}

.sub2_top_bg4 {
    background-image: url("../img/sub2_top_bg4.jpg");
}

.sub2_top_bg5 {
    background-image: url("../img/sub2_top_bg5.jpg");
}

.sub3_top_bg1 {
    background-image: url("../img/sub3_top_bg1.jpg");
}

.sub4_top_bg1 {
    background-image: url("../img/sub4_top_bg1.jpg");
}

.sub5_top_bg1 {
    background-image: url("../img/sub5_top_bg1.jpg");
}

.sub_top_cate_wrap {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
}

.sub_top_cate_inner {
    height: 150px;
    background-color: #fff;
    border-radius: 38px 38px 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.sub_top_cate_box_wrap {
    width: 100%;
    display: flex;
    justify-content: center;
}
.sub_top_cate_box {
    width: 70%;
    height: 105px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: start;
    border-bottom: 2px solid #F2F2F2;
}

.sub_top_cate {
    display: flex;
    padding: 0;
    margin: 0;
    list-style: none;
}
.sub_top_cate li {
    font-size: 20px;
    border-bottom: 2px solid #F2F2F2;
}
.sub_top_cate li a {
    display: block;
    padding: 18px;
}

.sub_top_cate li:has(> a.on) {
    border-bottom: 2px solid #D9AB79;
}

.sub_title {
    padding: 21px 0 38px 0;
    text-align: center;
}

.sub_title.first_title {
    padding: 21px 0 0 0;
}

.sub_title_txt {
    font-size: 22px;
    color: #303030;
    text-align: center;
}

.sub_cont_wrap {
    padding: 50px;
}

.sub_cont_inner_center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.sub_cont_inner_top {
    display: flex;
    justify-content: center;
    align-items: start;
}

.pr_wrap {
    margin-top: 190px;
    background-image: url("../img/pr_bg.jpg");
    height: 675px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.pr_inner_wrap {
    height: 100%;
}

.point_inner_half {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.point_inner_half_left, .point_inner_half_right {
    width: 50%;
    height: 100%;
}

.point_inner_img img {
    width: 100%;
    height: auto;
}

.point_inner_txt {
    height: 100%;
    text-align: center;
}

.point2_wrap {
    margin-top: 50px;
    background-image: url("../img/point2_bg.jpg");
    height: 675px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
}

.point2_inner {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10%;
}

.point2_wrap .point2_inner_img {
    height: 45%;
}

.point2_wrap .point2_inner_img img {
    height: 100%;
}

.point2_wrap .point2_inner_txt {
    height: 45%;
}

.point2_wrap .point2_inner_txt img {
    height: 100%;
}

.point3_wrap {
    background-image: url("../img/point3_bg.png");
    background-color: #44C5D3;
    height: 900px;
    background-repeat: no-repeat;
    background-size: 50%;
    background-position: center 5%;
    position: relative;
}

.point3_inner {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 15%;
    position: relative;
}

.point3_inner_img {
    height: 500px;
    text-align: center;
}

.point3_inner_img img {
    height: 100%;
}

.point3_wrap .point3_swiper_pagination {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.point3_swiper_pagination .c22 {
    color: #222222;
}

.point3_swiper_pagination span.swiper_line {
    display: inline-block;
    width: 70px;
    height: 2px;
    background-color: #fff;
}

.point3_swiper_pagination span.swiper_line.c22 {
    background-color: #222222;
}

.point_e_wrap {
    background-color: #EDF3F9;
    height: 850px;
    background-repeat: no-repeat;
    background-size: 30%;
    background-position: center 5%;
    position: relative;
    padding: 13%;
}

.point_e_wrap.point_e_bg1 {
    background-image: url("../img/point_e_bg1.png");
}
.point_e_wrap.point_e_bg2 {
    background-image: url("../img/point_e_bg2.png");
}
.point_e_wrap.point_e_bg3 {
    background-image: url("../img/point_e_bg3.png");
}
.point_e_wrap.point_e_bg4 {
    background-image: url("../img/point_e_bg4.png");
}
.point_e_wrap.point_e_bg5 {
    background-image: url("../img/point_e_bg5.png");
}

.point_e_inner {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    gap: 3%;
}

.point_e_inner img {
    height: 500px;
}

.hal_info_wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    row-gap: 3%;
    padding: 50px 0 100px;
    background-color: #F9F7F4;
    margin-top: 80px;
}

.hal_info_inner {
    display: flex;
    justify-content: center;
    align-items: end;
    gap: 0;
    position: relative;
}

.hal_info_img img {
    width: auto;
    height: 600px;
}

.hal_info_txt {
    z-index: 2;
    padding: 84px 130px;
    background-color: #fff;
}

.hal_info_txt.left {
    margin-right: -80px;
}

.hal_info_txt.right {
    margin-left: -80px;
}

.hal_info_img {
    position: relative; /* z-index 기준 */
    z-index: -1;
}

.rnd_wrap {
    background-image: url("../img/rnd_bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
    padding: 150px 0;
}

.rnd_inner {
    text-align: center;
}

.step_wrap {
    background-image: url("../img/step_wrap_bg_logo.jpg");
    background-repeat: no-repeat;
    background-size: 20%;
    background-position: 95% 95%;
    position: relative;
    padding: 150px 0;
}

.step_inner {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 3%;
}

.hal_dr_info_wrap {
    padding: 160px 0 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 3%;
}

.hal_dr_info_inner {
    display: flex;
    justify-content: center;
    align-items: start;
    gap: 6%;
    z-index: 2;
}

.hal_dr_info_img {
    display: block;
}

.hal_dr_info_txt {
    display: block;
    height: 100%;
    padding: 10px 0;
    width: 340px;
    max-width: none;
    overflow: visible;
    word-break: break-all;
    white-space: nowrap;
}

.hal_dr_name {
    font-weight: 500;
    font-size: 28px;
    line-height: 100%;
    vertical-align: middle;
}

.hal_dr_st {
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    vertical-align: bottom;
    margin: 0 10px;
}

.hal_dr_cate {
    border-radius: 18px;
    font-size: 15px;
    padding: 3px 10px;
    background-color: #AD8A65;
    color: #fff;
    vertical-align: middle;
}

.hal_dr_info_line {
    width: 100%;
    height: 1px;
    background-color: #D9AB79;
    margin: 30px auto;
}

.hal_dr_st_txt img {
    width: 66px;
}

.hal_dr_st_list {
    margin-top: 20px;
}

.hal_dr_st_list li {
    font-size: 16px;
    padding: 3px 0;
}

.hal_dr_info_sc {
    z-index: 1;
    padding: 150px 0 100px;
    background-color: #F8F8F8;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: -100px;
}

.hal_dr_info_sc_inner {

}

.hal_dr_sc_con {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 3%;
}

.hal_dr_sc_con .hal_dr_st_list {
    width: 400px;
}

.hal_dr_sc_con .hal_dr_st_list.long {
    width: 800px;
}

.location_map_inner {
    width: 70%;
    margin: 0 auto;
    background-color: #F8F8F8;
}

.location_map_info {
    padding: 100px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 3%;
    width: 70%;
    margin: 0 auto;
}

.location_map_address {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 3%;
}

.location_map_tel {
}

.location_map_address_txt {
    width: 460px;
}

.location_map_address_txt h4 {
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    padding: 15px 20px;
    width: 100%;
}

.location_map_address_txt p {
    font-size: 18px;
    line-height: 100%;
    padding: 0 20px;
    color: #969696;
}

.inshow_wrap {
    padding: 100px 0;
}

.inshow_swiper.swiper {
    width: 70%;
}

.inshow_swiper .inshow_img {
    text-align: center;
    position: relative;
}
.inshow_swiper .inshow_img img {
    z-index: 11;
    width: 100%;
 }
.inshow_swiper .inshow_img span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    font-size: 20px;
    color: f000;
    font-weight: 500;
    z-index: 10;
}
.inshow_swiper2 {
    width: 67.9%;
    height: 20%;
    box-sizing: border-box;
    margin-top: 20px;
}

.inshow_swiper2 .swiper-slide {
    width: 20%;
    height: 100%;
    opacity: 0.4;
}

.inshow_swiper2 .swiper-slide-thumb-active {
    opacity: 1;
}

.inshow_swiper2 .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.fda_wrap {
    background-image: url("../img/fda_bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
    height: 740px;
    width: 100%;
}
.fda_inner {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 3%;
}
.fda_inner .fda_txt img {
    height: 400px;
}
.fda_inner .fda_img img {
    height: 500px;
}



.jong_wrap {
    margin-top: 50px;
    padding-top: 50px;
    background-color: #318FE8;
    height: 900px;
    background-repeat: no-repeat;
    background-size: 50%;
    background-position: center 5%;
    position: relative;
}

.jong_inner {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 3%;
    position: relative;
}
.jong_inner_slide {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.jong_inner_img {
    height: 500px;
    text-align: center;
}

.jong_inner_img img {
    height: 100%;
}

.jong_inner_txt {
    height: 500px;
    padding: 0 30px;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.jong_inner_txt img {
    height: 60%;
    text-align: center;
}

.jong_slide.swiper-slide {
    width: unset;
}

.jong_wrap .jong_swiper_pagination {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.jong_swiper_pagination .c22 {
    color: #222222;
}

.jong_swiper_pagination span.swiper_line {
    display: inline-block;
    width: 70px;
    height: 2px;
    background-color: #fff;
}

.jong_swiper_pagination span.swiper_line.c22 {
    background-color: #222222;
}
