/* main_banner */



/* con1 */

.c1_wrap {
    display: flex;
    overflow: hidden;
    border-radius: 50px;
    position: relative;
    z-index: 4;

}

.c1_img {
    flex: 5;
    line-height: 0;
    overflow: hidden;
    width: 100%;
    position: relative;
}

.c1_img img {
    position: absolute;
    width: 100%;
    height: 100%;
    max-width: none;
    max-height: none;
    min-height: 100%;
    min-width: 100%;
    object-fit: cover;
}

.c1_txt {
    flex: 6;
    width: 100%;
    background: url('../img/con1_bg.png') no-repeat 50% 50% / cover;
    padding-left: 50px;
}

.c1_txt .inner {
    width: 100%;
    padding-right: calc(calc(100vw - 1280px) / 2);
}

.c1_tit {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 50px;
}

.c1_tit i {
    color: #25a27e;
}

.c1_txt_in > *:not(:last-child) {
    margin-bottom: 25px;
}

.c1_txt_in ul li {
    display: flex;
    align-items: start;
    font-size: 20px;
    line-height: 1.3em;
    gap: .5em;
}

.c1_txt_in ul li:not(:last-child) {
    margin-bottom: 15px;
}

.c1_txt_in ul li::before {
    content: '';
    width: 1.3em;
    aspect-ratio: 1/1;
    background: url(../img/check.png) no-repeat 50% 50% / contain;
}

.sign_wrap {
    display: flex;
    align-items: center;
    gap: 20px;
}

.sign_wrap .sign {
    font-size: 40px;
    font-family: 'KimjungchulScript';
}

/* c1_banner */
.c1_banner {
    position: relative;
    margin-top: -50px;
    overflow: hidden;
    color: #fff;
}

.c1_banner video {
    position: absolute;
    top: 0%;
    left: 50%;
    transform: translate(-50%, 0%);
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -1;
}

.c1_banner_img_wrap {
    position: absolute;
    top: 55%;
    left: 50%;
    z-index: 2;
    width: 50%;
    max-width: 900px;
    transform: translateY(-50%);
}

.c1_banner_inner {
    width: 50%;
}

.c1_banner_tit {
    font-size: 52px;
    font-weight: 800;
    margin-top: 50px;
}

.c1_banner_txt {
    font-size: 20px;
    margin: 40px 0 60px;
}

.c1_banner_ul li:not(:last-child) {
    margin-bottom: 20px;
}

.c1_banner_ul li {
    background: #fff;
    color: #000;
    font-size: 20px;
    font-weight: 700;
    display: flex;
    align-items: flex-start;
    gap: .5em;
    line-height: 1.3;
    padding: 10px 20px;
    border-radius: 30px;
}

.c1_banner_ul li::before {
    content: '';
    width: 1.3em;
    aspect-ratio: 1/1;
    background: url(../img/check2.png) no-repeat 50% 50% / contain;
}

/*  */
h2.c {
    align-items: center;
}

h2 {
    font-size: 52px;
    font-style: normal;
    font-weight: 800;
    margin-bottom: 60px;
}


/* con2/의료진소개 */
.doctor_wrap {
    position: relative;
    display: flex;

}

.doctor_wrap::before {
    content: 'BONE&MADI\AORTHOPEDICS';
    white-space: pre-line;
    color: transparent;
    font-size: 5vw;
    line-height: 1;
    font-style: normal;
    font-weight: 800;
    opacity: 0.12;
    filter: blur(2px);
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: var(--5, #009FE3);
    position: absolute;
    left: 5vw;
    top: 2vw;
    z-index: -1;
}


.doctor_wrap .doctor_txt {
    flex: 1;
    width: 100%;
    background-color: rgba(0, 82, 161, 0.05);
    padding-left: 50px;
    padding-top: 100px;
    padding-bottom: 80px;
}

.doctor_wrap .doctor_txt::before {
    content: '';
    position: absolute;
    width: 25%;
    aspect-ratio: 1/1;
    background: url(../img/doctor_bg.png) no-repeat 50% 50% / contain;
    bottom: 50px;
    right: 50px;
}

.doctor_wrap .doctor_img {
    flex: 1;
    width: 100%;
    line-height: 0;
    display: flex;
    align-items: flex-end;
}

.doctor_wrap .img_inner {
    margin-left: calc(calc(100vw - 1280px) / 2);
    line-height: 0;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.doctor_wrap .img_inner img {
    width: 80%;
}

.doctor_top {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-bottom: 50px;
}

.doctor_name {
    display: flex;
    align-items: flex-end;
    font-size: 20px;
    gap: .5em;
    line-height: 1.3em;
}

.doctor_name b {
    font-size: 40px;
    line-height: 1em;
    color: #003973;
}

.doctor_more {
    border-radius: 30px;
    background: #00B3BA;
    padding: 10px 24px;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
    transition: .3s;
}

.doctor_more:hover {
    background: #003973;
}

.history_wrap {
    display: flex;
    flex-direction: column;
    font-size: 16px;
    gap: 40px;
    position: relative;
}

.history_wrap ul li:not(:last-child) {
    margin-bottom: 10px;
}

.history_wrap li {
    display: flex;
    align-items: flex-start;
    gap: .5em;
}

.history_wrap li::before {
    content: "•";
}


/*  */
.doctor_view.on {
    display: block;
}

.doctor_view_bg {
    display: none;
}

.doctor_view_bg.on {
    position: fixed;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9998;
}

.doctor_view {
    display: none;
    position: fixed;
    background: #fff;
    top: 50%;
    left: 50%;
    width: 90%;
    max-width: 600px;
    height: 70vh;
    transform: translate(-50%, -50%);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    z-index: 9999;
}

.doctor_view .closeButton {
    line-height: 1;
}

.doc_view_li > li {
    display: none;
    overflow-y: scroll;
    height: 100%;
    width: 100%;
}

.doc_view_li > li.on {
    display: block;
}

.doc_view_li {

    height: 100%;
    width: 100%;
}

.doctor_tit {
    background: url('../img/doctor_view_bg.png') no-repeat 50% 50% / cover;
    padding: 50px 6%;
    color: #fff;
    font-size: 40px;
    font-weight: 700;
    display: flex;
    flex-direction: column;
}

.doctor_tit img {
    max-width: 430px;
    margin-bottom: 10px;
    width: 70%;
}

.doc_name_wrap {
    background: url('../img/doctor_logo_bg.png') no-repeat 0% 50% / 70%;
    width: 100%;
    padding: 50px 6% 0;
    display: flex;
    justify-content: center;
}

.doc_name {
    padding: 30px 6% 0;
}

.doc_name b {
    font-size: 32px;
    font-weight: 700;
    color: #16325f;
    margin-right: 10px;
}

.doc_name i {
    font-size: 16px;
    font-weight: 400;
}

.doc_img {
    line-height: 0;
    max-width: 320px;
    width: 70%;
}

.doc_txt_wrap {
    padding: 30px 6% 50px;
    font-size: 14px;
    color: #666666;
}

.doc_txt_wrap .doc_tit {
    /* background: linear-gradient(45deg, #203458, #3b69a4); */
    background: #003973;
    display: inline-block;
    color: #fff;
    padding: 5px 6%;
    font-weight: 700;
    font-size: 16px;
    border-radius: 30px;
    margin-bottom: 20px;
}

.doc_txt_wrap ul:not(:last-child) {
    margin-bottom: 40px;
}

.doc_txt_wrap li:not(:last-child) {
    margin-bottom: 5px;
}

.doc_txt_wrap li {
    display: flex;
    align-items: flex-start;
    gap: .5em;
}

.doc_txt_wrap li::before {
    content: "•";
}

/* con3/척추/관절 클리닉 */
.con3 {
    background: url('../img/c3_bg.png') no-repeat 50% 50% / cover;
    background-attachment: fixed;
    position: relative;
}

.con3::before {
    position: absolute;
    width: 100%;
    height: 100%;
    content: '';
    fill: linear-gradient(109deg, rgba(30, 28, 56, 0.32) 0.95%, rgba(30, 28, 56, 0.08) 99.05%);
    backdrop-filter: blur(3.5px);
}

.c3_tab {

    display: flex;
    gap: 0px;
    margin-bottom: 40px;
}

.c3_tab li.on,
.c3_tab li:hover {
    color: rgba(255, 255, 255, 1);
    border-bottom: 4px solid rgba(217, 217, 217, 1);
}

.c3_tab li {
    width: 100%;
    font-size: 20px;
    color: rgba(255, 255, 255, 0.80);
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 7px;
    font-weight: 700;
    border-bottom: 4px solid rgba(217, 217, 217, 0.20);
    transition: .3s;
}

ul.c3_wrap > li.on {
    display: flex;
}

ul.c3_wrap > li {
    display: flex;
    display: none;
    gap: 0;
    background: #f7f7f7;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    border-radius: 30px;

}


.c3_img {
    flex: 1;
    line-height: 0;
    width: 100%;
}

.c3_img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    line-height: 0;
}

.c3_txt {
    flex: 1;
    width: 100%;
    padding: 70px 50px;
}

.c3_tit {
    font-size: 40px;
    font-weight: 700;
    color: #003973;
    /* margin-bottom: 20px; */
}

.c3_tit + p {
    letter-spacing: -0.06em;
    margin-bottom: 50px;
}

.c3_txt ol {
    letter-spacing: -0.06em;
    display: flex;
    font-size: 20px;
    margin-bottom: 20px;
}

.c3_txt ol li {
    color: rgba(28, 28, 27, 0.40);
    padding: 8px;
    border-bottom: 2px solid #D9D9D9;
    flex: 1;
    text-align: center;
    cursor: pointer;
}

.c3_txt ol li.on {
    color: #003973;
    border-bottom: 2px solid #003973;
    font-weight: 700;
}

.c3_ul li.on {
    /* display: block; */
}

.c3_ul li {
    font-size: 20px;
    line-height: 2;
    /* display: none; */
}

.c3_txt .c3_ul {
    display: grid;
    /* 자식들을 같은 셀에 쌓기 */
}

.c3_txt .c3_ul > li {
    grid-area: 1 / 1;
    /* 모두 같은 위치 */
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    /* 안 보이는 패널 클릭 방지 */
    transition: opacity .25s ease;
}


.c3_txt .c3_ul > li.on {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.c3_ul li b {
    color: #003973;
}

/* con4/비수술 클리닉 */
.con4 {
    position: relative;
    background: #fff;
    background: url(../img/c4_bg.png) no-repeat 50% 50% / cover;
    background-attachment: fixed;
}

.con4 section {
    width: 100%;
}

.con4 section:nth-of-type(2n) {
    background: #fff;
}

.con4 section:nth-of-type(2n+1) {
    background: rgba(255, 255, 255, 0.30);
    backdrop-filter: blur(2.5px);
}

/* .con4 section:nth-of-type(2n+1) {
    background: url(../img/c4_bg.png) no-repeat 50% 50% / cover;
    background-attachment: fixed;
} */


.sec_top {
    padding-top: 80px;
}

.sec_bot {
    padding-bottom: 80px;
}

.c4_tab {
    display: flex;
    gap: 0px;
    margin-bottom: 40px;
    padding: 10px 12px;
    background: #fff;
    border-radius: 50px;
    margin-bottom: 60px;
}

.c4_tab li {
    flex: 1;
    font-size: 20px;
    font-weight: 700;
    color: rgba(163, 163, 163, 0.70);
    text-align: center;
    border-radius: 30px;
    padding: 5px;
    cursor: pointer;
    transition: .3s;
}

.c4_tab li.on,
.c4_tab li:hover {
    background: #00B3BA;
    color: #fff;
}

.clinic_inner {
    display: flex;
    align-items: center;
    gap: 40px;
}

.con4 section:nth-of-type(2n) .clinic_inner {
    flex-direction: row-reverse;
}

.clinic_img {
    flex: 1;
    width: 100%;
    line-height: 0;
    overflow: hidden;
    border-radius: 30px;
}

.clinic_txt {
    flex: 1;
    width: 100%;
}

.clinic_tit {
    font-size: 40px;
    font-weight: 700;
    color: #003973;
}

.clinic_ul {
    display: flex;
    text-align: center;
    font-size: 18px;
    font-weight: 300;
    margin-top: 40px;
}

.clinic_ul li:not(:last-child) {
    border-right: 1px solid rgba(26, 47, 123, 0.40);
}

.clinic_ul li {
    flex: 1;
    padding: 0 2px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    width: 100%;
}

.clinic_ul .img_wrap {
    border-radius: 30px;
    background: #FFF;
    padding: 30px;
    aspect-ratio: 1/1;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 100%;
}

.clinic_ul .img_wrap img {
    max-width: 80px;
    max-height: 80px;
    width: 100%;
}

.clinic_ul li i {
    padding: 0 7px;
}

.con4 section:nth-of-type(2n) .clinic_inner {
    flex-direction: row-reverse;
}

.con4 section:nth-of-type(2n) .clinic_ul .img_wrap {
    background: rgba(248, 251, 254, 1);
}

.clinic5_ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-top: 35px;
}

.clinic5_ul li {
    display: flex;
    background: #fff;
    overflow: hidden;
    border-radius: 30px;
    align-items: center;
}

.clinic5_ul .img_wrap {
    line-height: 0;
    align-self: stretch;
    overflow: hidden;
    border-radius: 30px;
    width: 100%;
}

.clinic5_ul .img_wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.clinic5_ul .txt_wrap {
    width: 100%;
    padding: 30px;
    font-size: 18px;
}

.clinic5_ul .clinic5_tit {
    color: #009FE3;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
}

/* con5/도수치료 */

.con5_bg {
    position: relative;
    width: 100%;
    overflow: hidden;
    background: url(../img/c5_bg.png) center/cover no-repeat;
    background-attachment: fixed;
}

.c5_p {
    color: #fff;
    text-align: center;
    font-size: 20px;
    margin-bottom: 60px;
}

.box_flex {
    display: flex;
    background: #fff;
    overflow: hidden;
    border-radius: 30px;
    align-items: center;
    margin-bottom: 40px;
}

.box_flex .img_wrap {
    line-height: 0;
    align-self: stretch;
    overflow: hidden;
    border-radius: 30px;
    width: 100%;
}

.box_flex .img_wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.box_flex .txt_wrap {
    width: 100%;
    padding: 50px;
}

.c5_ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.c5_ul li {
    background: #fff;
    border-radius: 30px;
    padding: 10px;
    text-align: center;
}

.c5_ul li .img_wrap {
    line-height: 0;
    overflow: hidden;
    border-radius: 24px;
    width: 100%;
}

.c5ul_tit {
    font-size: 30px;
    font-weight: 700;
    margin: 20px 0 5px;
}

.c5_ul i {
    display: inline-block;
    font-size: 16px;
    color: rgba(28, 28, 27, 0.70);
    padding: 5px 0 10px;
}

.c5_bottom {
    background: linear-gradient(180deg, rgba(0, 82, 161, 0.05) 0%, rgba(255, 255, 255, 0.05) 100%);
}

.c5_bot_tit {
    font-size: 40px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 50px;
}

.c5_bot_tit i {
    color: #0052A1;
}

.c5_box {
    border-radius: 50px;
    background: #FFF;
    box-shadow: 0 0 18px 0 rgba(0, 159, 227, 0.15);
    padding: 40px;
}

.c5_box ul {
    display: flex;
}

.c5_box li {
    flex: 1;
    text-align: center;
}

.c5_box img {
    width: 30px;
}

.c5_box .tit {
    font-size: 22px;
    font-weight: 700;
    color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 50px;
    padding: 0 20px;
    line-height: 1.2;
    margin-bottom: 20px;
}

.c5_box .c5_arr {
    height: 1px;
    width: 100%;
    background: #009FE3;
    position: relative;
}

.c5_box .c5_arr::after {
    content: '';
    position: absolute;
    right: 6px;
    top: -1px;
    width: 20px;
    height: 20px;
    border-top: 1px solid #009FE3;
    border-right: 1px solid #009FE3;
    transform: rotate(45deg) translate(0%, -10%);
    transform-origin: right;
}

.c5_box li:nth-of-type(2n) .c5_arr {
    background: #0052A1;
}

.c5_box li:nth-of-type(2n) .c5_arr::after {
    border-top: 1px solid #0052A1;
    border-right: 1px solid #0052A1;
}

.c5_box p {
    font-size: 17px;
    opacity: 0.7;
    font-weight: 300;
    padding: 30px 20px 0;
}

/* con6/둘러보기 */

.con6 {
    background: url('../img/con6_bg.png') no-repeat 50% 50% / cover;
    /* background-attachment: fixed; */
    position: relative;
}

.item_wrap {
    display: flex;
    gap: 20px;
}

.item_left {
    background: url('../img/item_bg.png') no-repeat 50% 50% / cover;
    border-radius: 0 30px 30px 0;
}

.item_left .inner {
    margin-left: calc(calc(100vw - 1280px) / 2);
    color: #fff;
    min-width: 300px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-right: 50px;
}

.item_left h2 {
    margin-bottom: 10px;
}

.item_left i {
    font-size: 16px;
}

.arr_wrap {
    margin-top: 60px;
    display: flex;
    gap: 10px;
}

.arr_wrap img {
    width: 60px;
    cursor: pointer;
    transition: .3s;
    transition-delay: 0s;
}

.arr_wrap img:nth-of-type(1):hover {
    transform: translateX(-7px);
    transition-delay: 0.3s;
}

.arr_wrap img:nth-of-type(2):hover {
    transform: translateX(7px);
    transition-delay: 0.3s;
}

.c6_swiper_wrap {
    overflow: initial;
    position: relative;
    width: 100%;
    padding-bottom: 50px
}

.c6_swiper_wrap .swiper-wrapper .swiper-slide {
    max-width: 450px;
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 30px;
    border-radius: 30px;
    /* box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.15); */
    text-align: center;
}



.c6_name {
    color: #223974;
    font-size: 30px;
    font-weight: 700;
    margin: 30px 0 5px;
}

.c6_name + i {
    font-size: 18px;
    letter-spacing: -0.06em;
    text-align: center;
    color: rgba(28, 28, 27, 0.70);

}


.item_pagination.swiper-pagination-progressbar {
    position: relative;
    margin-top: 70px;
    background: rgba(71, 107, 178, 0.2);
}

.item_pagination.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #223974;
}

/* 둘러보기 */
.tour_wrap {
    background: url('../img/c6_bg.png') no-repeat 50% 50% / cover;
    /* background-attachment: fixed; */
    position: relative;
}

.tour_swiper .swiper-slide {
    width: auto;
    height: auto;
    line-height: 0;
    max-width: 60%;
    border-radius: 30px;
    overflow: hidden;
}

.tour_pagination {
    text-align: center;
    margin-top: 50px;
}

.tour_pagination .swiper-pagination-bullet-active {
    background: #476bb2;
}

/*  */
.con7 {
    position: relative;
}

.c7_name {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 52px;
    font-weight: 500;
    line-height: 1;
    color: #000;
    gap: 40px;
}

.c7_name i {
    color: #00A5BA;
}

.c7_txt_wrap {
    margin-bottom: 100px;
    text-align: center;
}

.c7_txt {
    font-size: 30px;
    display: flex;
    align-items: flex-start;
    gap: 15px;
    justify-content: center;
}

.c7_txt.way b {
    color: #003973;
}

.c7_txt.parking b {
    color: #00A5BA;
}

.c7_txt.parking {
    margin-top: 30px;
}

.c7_txt_wrap i {
    font-size: 16px;
    color: rgba(28, 28, 27, 0.70);
}

.c7_txt_wrap i br {
    display: none;
}

.map_wrap {
    width: 100%;
    height: 500px;
}

.map_wrap .root_daum_roughmap .cont {
    display: none;
}

.map_wrap .root_daum_roughmap .wrap_controllers {
    display: none;
}

.map_wrap .root_daum_roughmap .wrap_map {
    width: 100%;
    height: 100%;
}

.map_wrap .root_daum_roughmap {
    width: 100%;
    height: 100%;
}

.ft_api {
    width: 100% !important;
    height:500px !Important;
}

.root_daum_roughmap .cont .section.lst {
    display: none !Important
}

.customoverlay {
    position: relative;
    bottom: 58px;
    left: 0;
    border-radius: 6px;
    border: 1px solid #ccc;
    border-bottom: 2px solid #ddd;
    float: left;
    background: #fff;
}

.customoverlay:nth-of-type(n) {
    border: 0;
    box-shadow: 0px 1px 2px #888;
}

.customoverlay a {
    display: block;
    text-decoration: none;
    color: #000;
    text-align: center;
    border-radius: 6px;
    font-size: 14px;
    font-weight: bold;
    overflow: hidden;
}

.customoverlay .title {
    display: block;
    text-align: center;
    background: #fff;
    ;
    padding: 8px 11px;
    font-size: 13px;
    font-weight: bold;
}

.customoverlay:after {
    content: '';
    position: absolute;
    margin-left: -12px;
    left: 50%;
    bottom: -12px;
    width: 22px;
    height: 12px;
    background: url('https://t1.daumcdn.net/localimg/localimages/07/mapapidoc/vertex_white.png')
}

.map_flex {
    display: flex;
    gap: 20px;
    margin-top: 80px;
    align-items: flex-start;
}

.map_txt_wrap {
    flex: 1;
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 20px;
}


.map_txt {
    flex: 1;
}

.map_tit {
    background: rgba(0, 165, 186, 0.03);
    font-size: 20px;
    font-weight: 700;
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    align-items: center;
    max-width: 200px;
    width: 100%;
    padding: 25px;
    border-radius: 30px;
    gap: 10px;
}

.map_tit img {
    max-width: 74px;
}





.map_txt ul li {
    display: flex;
    gap: 40px;
    align-items: start;
    margin-bottom: 7px;
    font-size: 20px;
    font-weight: 700;
}

.map_txt ul li b {
    font-weight: 400;
}

.map_txt ul li span {
    flex-shrink: 0;
    width: 80px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.time_last {
    font-size: 16px;
    line-height: 1.7;
}

.map_txt.tel {
    font-size: 40px;
    font-weight: 700;
    align-self: center;
}











/* site_bg */
.site_bg.on {
    display: block;
}

.site_bg {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 99999999;
}

.site_popup {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    max-width: 1000px;
    width: 90%;
    height: 80%;
    position: relative;

}

.closeButton:hover {
    background-color: #c1272d;
}

.closeButton {
    position: absolute;
    top: -5px;
    right: -5px;
    font-size: 2rem;
    font-weight: 600;
    background: #333;
    color: #fff;
    width: 3rem;
    height: 3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    cursor: pointer;
}

/* 주차안내 */
.con7_1 {
    position: relative;
    overflow: hidden;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.03) 0%, rgba(0, 82, 161, 0.03) 100%);
}

.con7_1::before {
    content: "";
    display: block;
    position: absolute;
    top: 80px;
    right: 80px;
    width: 35%;
    aspect-ratio: 1/1;
    background: url(../img/con7_1_bg.png) no-repeat 50% 50% / contain;
}

.c71_wrap {
    display: flex;
    gap: 20px;
}