/* =========================================================
헤더
========================================================= */
/* header */
.header{position: fixed; top: 0; left: 0; width: 100%; background-color: #fff; width: 100%; z-index: 9999;}
.header .inner{position: relative; height: 80px; width: 81%; margin: auto; align-items: center;}
.header .inner .menu_btn{display: none; width: 24px;height: 18px;position: relative;}
.header .inner .menu_btn .btn_line{position: absolute; display: block; width: 100%; height: 3px; background-color: var(--pointcolor); border-radius: 10px;}
.header .inner .menu_btn .btn_line01{top: 0;}
.header .inner .menu_btn .btn_line02{top: 7px;}
.header .inner .menu_btn .btn_line03{top: 14px;}
.header .inner .menu_btn.on .btn_line01{transform: rotate(135deg); top: 7px;}
.header .inner .menu_btn.on .btn_line02{display: none;}
.header .inner .menu_btn.on .btn_line03{transform: rotate(-135deg); top: 7px;}
.header .inner .logo{width: 12rem; margin-right: 9%;}
.header .inner .nav{width: 64%; height: inherit; position: relative;}
.header .inner .nav ul{width: 100%; height: inherit; display: flex; justify-content: center;}
.header .inner .nav ul li{display: table; height: inherit;}
.header .inner .nav ul li a{text-align: center; display: table-cell; vertical-align: middle; padding: 0 1.8rem;}
.header .inner .nav ul li:hover a{color: var(--pointcolor);}
.header .inner .nav .nav_line{width: 20%; left: 22.5px; height: 0.43rem; background-color: var(--pointcolor); position: absolute; bottom: 0px; left: 0; opacity: 0; transition: left 0.5s cubic-bezier(.77,0,.175,1), width 0.3s ease, height 0.5s ease, top 0.5s ease;}
.header .inner .tell{width: 8.038rem; position: absolute; top: 0; right: 0;}
.header .inner .tell p{position: absolute; top:1rem; left: 50%; transform: translateX(-50%); text-align: left; line-height: 1.3;}
.header .inner .tell .mo{display: none;}

@media (max-width:1800px) {
  .header .inner .tell{right: 1%;}
}
@media (max-width:1540px) {
  .header .inner .nav{width: 55%;}
  .header .inner .nav ul li a{padding: 0 1rem;}
  .header .inner .tell{right: 3%;}
}
@media (max-width:1440px) {
  .header .inner{width: 100%; padding: 0 5%;}
  .header .inner .nav{width: calc(100% - 200px); margin-right: 150px;}
  .header .inner .logo{margin-right: 4%;}
  .header .inner .tell{right: 12%;}
}
@media (max-width:1240px) {
  .header .inner .tell{right: 3%;}
  .header .inner .nav{transform: translateX(3rem);}
}
@media (max-width:1024px) {
  .header .inner{height: 60px;}
  .header .inner .tell{right:0%;}
}
@media (max-width:768px) {
  .header .inner .menu_btn{display: block;}
  .header .inner .logo{margin-left: 2rem; width: 18rem;}
  .header .inner .nav{display: none;}
  .header .inner .tell{width: 7.4rem;}
  .header .inner .tell p{display: none;}
  .header .inner .tell .mo{display: block; position: absolute; top: 28%; left: 50%; transform: translateX(-50%); width: 34%;}
}

/* m_menu */
.m_menu{position: fixed; top: 60px; left: -100% ; z-index: 1000; width: 100%; background-color: #fff; -webkit-transition: 0.5s ease; transition: 0.5s ease;visibility: hidden;}
.m_menu.on{left: 0%; visibility: visible;}
.m_menu .m_menu_box{ width: 100%; border-top: 1px solid #dfdfdf; padding: 1rem 0;}
.m_menu_list ul li a{font-size: 14px; display: block; padding: 1rem 5%;}

.imp_mark{position: absolute; top: 0; right: 1%;}
.imp_mark .txt{width: 100%; position: absolute; top: 32%; left: 50%; transform: translateX(-50%); text-align: center; font-weight: 700;}
.imp_mark .txt .tit{font-size: 12px;}
.imp_mark .txt .s_txt{font-size:25px;background: linear-gradient(to right top, #eece79, #a26626); color: transparent; -webkit-background-clip: text;}
.imp_mark .txt .g_txt{font-size: 14px; color:#000; margin-top: 10px;}
.imp_mark .txt .flex{justify-content: center;}

@media (max-width:800px) {
  .imp_mark{right: 0.5%;}
}
@media (max-width:1240px) {
  .imp_mark{display: none;}
}
@media (max-width:768px) {
  .m_menu{display: block;}
}

/* =========================================================
컨텐츠 공통
========================================================= */
/* br */
.show600{display: none;}
.hidden480{display: block;}
.hidden600{display: block;}
.hidden768{display: block;}
.mobile {display: none;}

@media (max-width:768px) {
  .hidden768{display: none;}
}
@media (max-width:600px) {
  .show600{display: block;}
  .hidden600{display: none;}
}
@media (max-width:480px) {
  .hidden480{display: none;}
}

/* =========================================================
메인
========================================================= */
/* main_img */
.main_img { position: relative; margin-top: 80px; overflow: hidden; }
.main_img .swiper-container { position: relative; max-width: 1920px; margin: auto; overflow: hidden; }
.main_img .swiper-slide { height: 56.25rem; }
.main_img .swiper-slide.s01 { background: url(/img/content/main_img01.jpg) no-repeat center/cover; }
.main_img .swiper-slide.s02 { background: url(/img/content/main_img02.jpg) no-repeat center/cover; }
.main_img .swiper-slide.s03 { background: url(/img/content/main_img03.jpg) no-repeat center/cover; }
.main_img .swiper-slide.s04 { background: url(/img/content/main_img04.jpg) no-repeat center/cover; }

.main_img .text_box{padding-top: min(20%, 17rem);}
.main_img figure {position: relative ; z-index: 10; width: 100%;}
.main_img img {width: 100%; height: 100%} 
.main_img .text_box h2{position: relative; display: inline-block;}
.main_img .text_box h2:before{position: absolute; content: "“"; top: -2.8rem; left: -4.4rem; font-family:var(--pointfont); font-size: 12.50rem; color: rgba(255,255,255,0.2);}
.main_img .text_box h2:after{position: absolute; content: "”"; bottom: -12.2rem; right: -4.4rem; font-family:var(--pointfont); font-size: 12.50rem; color: rgba(255,255,255,0.2);}
.main_img .scroll{position: absolute; z-index: 10; left: 50%;transform: translateX(-50%);bottom: 5rem;}
.main_img .scroll img{width: 1.5rem; margin: auto;}
.main_img .scroll .down{height: 1.6rem; position: relative;}
.main_img .scroll .down .material-symbols-Sharp{font-size: 1.2rem;font-weight: 100; animation: down 0.8s infinite; position: absolute; top: 0; left: 50%; transform: translateX(-50%); }

@keyframes down    {
  0% {opacity: 0; top: 0;}
  50% {opacity: 0.3; top: 40%;}
  100% {opacity: 1; top: 90%;}
}

.main_img .swiper-button-next, .main_img .swiper-button-prev{width: 4.25rem; height: 4.25rem; background-color: rgba(0,57,118,0); border-radius: 50%;}
.main_img .swiper-button-prev{background-image: url(/img/content/arrow_w_01.png); background-repeat: no-repeat; background-size: 60%; background-position: center; left: 2rem !important;}
.main_img .swiper-button-prev:hover{background-color: rgba(0,57,118,1); background-image: url(/img/content/arrow_w_01.png); }
.main_img .swiper-button-next{background-image: url(/img/content/arrow_w_02.png); background-repeat: no-repeat; background-size: 60%; background-position: center; right: 2rem !important; }
.main_img .swiper-button-next:hover{background-color: rgba(0,57,118,1);background-image: url(/img/content/arrow_w_02.png); }
.main_img .swiper-button-next:after, .main_img .swiper-button-prev:after { display: none !important; }

@media (max-width:1024px) {
  .main_img { margin-top: 60px; }
  .main_img .swiper-button-next, .main_img .swiper-button-prev { display: none; }
}
@media (max-width:768px) {
	.mobile {display: block;}
	.main_img{/* background-image: url(/img/content/main_img_m.jpg);  *//* height: calc(100vh - 60px); */}
	.main_img .swiper-slide { height: 96vw; }
	.main_img .swiper-slide.s02 { background: url(/img/content/main_img02_m.jpg) no-repeat center/cover; }
	.main_img .swiper-slide.s03 { background: url(/img/content/main_img03_m.jpg) no-repeat center/cover; }
	.main_img .swiper-slide.s04 { background: url(/img/content/main_img04_m.jpg) no-repeat center/cover; }
	.main_img .text_box{padding-top: 30vw; }
	.main_img .text_box p{font-size: 3rem; margin-top: 2.2rem; }
}
@media (max-width:600px) {
  .main_img .text_box p{font-size: 2.4rem;}
}
@media (max-width:480px) {
  .main_img .text_box{padding-top: 20vw;}
  .main_img .text_box h2{font-size: 4rem;}
  .main_img .text_box p{font-size: 2rem;}
  .main_img .scroll{bottom: 3rem; }
}

/* =========================================================
의료진 소개
========================================================= */
/* doctor_banner */
.doctor_banner{background-image: url(/img/content/doctor_bg.jpg); background-size: cover; background-position: center; background-repeat: no-repeat; overflow: hidden;}
.doctor_banner .title{align-items: center; justify-content: center;}
.doctor_banner .title img{width: 5.68rem;}
.doctor_banner .title .img02{margin-left: -1rem;}
.doctor_banner .title h2{margin-left: -1rem; background: -webkit-linear-gradient(0deg, rgba(10,13,57,1) 20%, rgba(36,166,224,1) 50%, rgba(0,13,57,1) 80%); -webkit-background-clip: text; -webkit-text-fill-color: transparent;}
.doctor_banner .cont_box{justify-content: center; align-items: center;}
.doctor_banner .cont_box .box{width: 33.3333%;}
.doctor_banner .cont_box .box img{margin-left: 50%; transform: translateX(-50%); height: 32.8rem;}
.doctor_banner .cont_box .box.doctor_01{z-index: 11;}
.doctor_banner .cont_box .box.doctor_02{z-index: 10;}
.doctor_banner .cont_box .box.doctor_02 img{transform: translateX(-49%);}
.doctor_banner .cont_box .box.doctor_03{z-index: 5;}

@media (max-width:1240px) {
  .doctor_banner .cont_box{width: 90%; margin-left: 5%;}
}
@media (max-width:600px) {
  .doctor_banner .title{margin-bottom: 3rem;}
  .doctor_banner .title img{width: 8rem;}
}
@media (max-width:480px) {
  .doctor_banner .title img{width: 16vw;}
  .doctor_banner .title h2{font-size: 8vw;}
  .doctor_banner .cont_box{width: 96%; margin-left: 2%;}
  .doctor_banner .cont_box .box img{height: 26rem;}
  .hidden480{display: none;}
}
@media (max-width:400px) {
  .doctor_banner .cont_box .box img{height: 24rem;}
}

/* doctor */
.doctor{position: relative; overflow: hidden;}
.doctor:before{content: ""; position: absolute; width: 16.25rem; height: 16.25rem; background-image: url(/img/common/bg_logo.png); background-size: contain; right: 0; bottom: 7rem; background-repeat: no-repeat;}
.doctor_swiper{width: 80%; margin: auto;}
.doctor_swiper .swiper-slide{justify-content: space-between; align-items: center;}
.doctor_swiper .swiper-slide .img_box{width: 46%;}
.doctor_swiper .swiper-slide .text_box{width: 46%;}
.doctor_swiper .swiper-slide .text_box h3{align-items: center;}
.doctor_swiper .swiper-slide .text_box span{display: inline-block; background-color: var(--pointcolor2); border-radius: 50px; color: #fff; padding: 0.2rem 1rem;}
.doctor .swiper-button-next, .doctor .swiper-button-prev{width: 4.25rem; height: 4.25rem; background-color: rgba(0,57,118,0); border-radius: 50%; }
.doctor .swiper-button-prev{background-image: url(/img/content/arrow_01.png); background-repeat: no-repeat; background-size: 60%; background-position: center; left: 0 !important;}
.doctor .swiper-button-prev:hover{background-color: rgba(0,57,118,1);background-image: url(/img/content/arrow_w_01.png);}
.doctor .swiper-button-next{background-image: url(/img/content/arrow_02.png); background-repeat: no-repeat; background-size: 60%; background-position: center; right: 0 !important;}
.doctor .swiper-button-next:hover{background-color: rgba(0,57,118,1);background-image: url(/img/content/arrow_w_02.png); }
.doctor .swiper-button-next:after, .doctor .swiper-button-prev:after{display: none !important;}

@media (max-width:1440px) {
  .doctor_swiper{width: 84%;}
}
@media (max-width:1240px) {
  .doctor_swiper .swiper-slide .text_box{width: 48%;}
}
@media (max-width:768px) {
  .doctor_swiper{width: 58%;}
  .doctor_swiper .swiper-slide{flex-wrap: wrap;}
  .doctor_swiper .swiper-slide .img_box{width: 90%;}
  .doctor_swiper .swiper-slide .text_box{width: 100%; margin-top: 3rem;}
  .doctor .swiper-button-prev, .doctor .swiper-button-next{top: 30% !important;}
}
@media (max-width:600px) {
  .doctor_swiper{width: 70%;}
  .doctor_swiper .swiper-slide{flex-wrap: wrap;}
  .doctor_swiper .swiper-slide .img_box{width: 100%;}
  .doctor_swiper .swiper-slide .text_box{width: 100%; margin-top: 3rem;}
}
@media (max-width:480px) {
  .doctor_swiper{width: 76%;}
  .doctor .swiper-button-prev, .doctor .swiper-button-next{top: 28% !important;}
}
@media (max-width:400px) {
  .doctor_swiper{width: 80%;}
  .doctor .swiper-button-prev, .doctor .swiper-button-next{top: 26% !important;}
}

/* =========================================================
병원 둘러보기
========================================================= */
/* around */
.around { background: -webkit-linear-gradient(0deg, rgba(0,29,61,1) 0%, rgba(0,57,118,1) 50%, rgba(0,29,61,1) 100%); overflow: hidden; }
.around .pp { color: #003166; background-color: var(--pointcolor3); border-radius: 50px; width: 32rem; margin: 1rem auto 0; padding: 0.2rem 0; }
.around .time_box { margin: auto; border-bottom: 1px solid #fff; align-items: center; justify-content: center; width: 56rem; }
.around .time_box p { color: #fff; }
.around .time_box p strong { width: 7.3rem; display: inline-block; }
.around .around_tab_box { display: flex; justify-content: center; gap: 15px; }
.around .around_tab_box .around_tab { flex: 1; background-color: #0052a9; color: #fff; border-radius: 20px; padding: 0.2em 0; cursor: pointer; }
.around .around_tab_box .around_tab.active { background-color: #fdb812; color: #0052a9; }
.around .swiper_tab { display: none; }
.around .swiper_tab.active { display: block; }

@media (max-width: 768px) {
  .around .around_tab_box { overflow-y: auto; justify-content: flex-start; padding-bottom: .625rem; }
  .around .around_tab_box .around_tab { flex: none; width: 25%; }
}
@media (max-width:600px) {
  .around .time_box { flex-wrap: wrap; width: 30rem; }
  .around .time_box h2 { width: 100%; text-align: left; }
  .around .time { width: 100%; margin-top: 0.6rem; }
}
@media (max-width:400px) {
  .around .pp { width: 90%; }
}

/* =========================================================
시스템
========================================================= */
/* system */
.system{background-color: #f0f2f6; overflow: hidden;}
.system .main_title{position: relative;}
.system .main_title:before{content: ""; display: block; width: 30%; height: 2px; background-color: #000; position: absolute; top: 40%; left: 0; }
.system .main_title:after{content: ""; display: block; width: 30%; height: 2px; background-color: #000; position: absolute; top: 40%; right: 0; }
.system .system_box{padding: 3.125rem 1.25rem 3.125rem 3.75rem; display: flex; align-items: flex-start; }
.system .system_box.box1{background: url('/img/content/system_bg01.jpg') no-repeat center/cover; }
.system .system_box.box2{background: url('/img/content/system_bg02.jpg') no-repeat center/cover; }
.system .system_box.box3{background: url('/img/content/system_bg03.jpg') no-repeat center/cover; }
.system .system_box.box4{background: url('/img/content/system_bg04.jpg') no-repeat center/cover; }
.system .system_box.box5{background: url('/img/content/system_bg05.jpg') no-repeat center/cover; }
.system .system_box .numb{border-radius: 50%; background-color: #fff; width: 3.75rem; height: 3.75rem; text-align: center; line-height: 3.75rem; margin-right: 1.25rem; }
.system .system_box .system_txt{line-height: 1.2;}
.system .orange{color: #fdb812;}

@media (max-width: 768px) {
  .system .font-28{font-size: 1.500rem;}
  .system .font-40{font-size: 2.125rem;}
  .system .font-50{font-size: 2.375rem;}
  .system .system_box{padding: 3.25rem 1.25rem 3.25rem 1.25rem;}
  .system .system_box .system_txt{max-width: calc(100% - 60px);}
  .system .system_box .numb{width: 3rem; height: 3rem; line-height: 3rem; margin-right: 1rem; }
  .system .main_title:before{width: calc((100% - 270px) / 2);}
  .system .main_title:after{width: calc((100% - 270px) / 2);}
}


/* =========================================================
첨단장비와 진료시스템
========================================================= */
/* equipment */
.equipment{justify-content: space-between;position: relative; overflow: hidden;}
.equipment .text_box .text-swiper .swiper-slide{opacity: 0 !important;}
.equipment .text_box .text-swiper .swiper-slide-active{opacity: 1 !important;}
.equipment .text_box .blue{background-color: var(--pointcolor2); display: inline-block; padding: 0.1rem 0.4rem;}
.equipment .img_box .swiper-slide{border-radius: 50px 0 0 50px; overflow: hidden;}

.equipment .text_box .button_box{position: relative;; align-items: center;width: 100%; justify-content: flex-start;}
.equipment .swiper-pagination{position: relative !important; width: auto; align-items: center;}
.equipment .swiper-pagination .bar{display: inline-block; width: 1px; height: 1rem; background: #000; vertical-align: middle; margin: 0 10px;}
.equipment .swiper-button-next, .equipment .swiper-button-prev{position: relative !important; width: 4.25rem; height: 4.25rem; background-color: rgba(0,57,118,0); border-radius: 50%; }
.equipment .swiper-button-prev{background-image: url(/img/content/arrow_01.png); background-repeat: no-repeat; background-size: 60%; background-position: center; left: 0 !important;}
.equipment .swiper-button-prev:hover{background-color: rgba(0,57,118,1); background-image: url(/img/content/arrow_w_01.png);}
.equipment .swiper-button-next{background-image: url(/img/content/arrow_02.png); background-repeat: no-repeat; background-size: 60%; background-position: center; right: 0 !important;}
.equipment .swiper-button-next:hover{background-color: rgba(0,57,118,1); background-image: url(/img/content/arrow_w_02.png);}
.equipment .swiper-button-next:after, .equipment .swiper-button-prev:after{display: none !important;}

@media (max-width:1440px) {
  .equipment .text_box{width: 40%;}
  .equipment .text_box h2{margin-top: 0;}
  .equipment .img_box{width: 55%;}
}
@media (max-width:1240px) {
  .equipment .text_box{width: 45%;}
  .equipment .img_box{width: 50%;}
}
@media (max-width:990px) {
  .equipment .text_box{width: 50%;}
  .equipment .img_box{width: 45%;}
  .equipment .img_box .swiper-slide{height: 30rem;}
  .equipment .img_box img{width: auto; height: 100%; max-width: none; margin-left: -10rem;}
}
@media (max-width:768px) {
  .equipment{flex-wrap: wrap; margin-bottom: 60px;}
  .equipment .text_box{width: 95%;}
  .equipment .text_box h2{text-align: center;}
  .equipment .text_box .button_box{position: absolute; left: 0; bottom: 2rem; justify-content: center;}
  .equipment .img_box{width: 100%; margin-top: 3rem;}
  .equipment .img_box .swiper-slide{height: auto;}
  .equipment .img_box img{width: 100%; height: auto; max-width: 100%; margin-left: 0rem;}
}
@media (max-width:400px) {
  .equipment .text_box h2{font-size: 2.4rem;}
}

/* =========================================================
임플란트 전후
========================================================= */
/* ba */
.ba{overflow: hidden;}
.ba .cont_box .tab_menu{align-items: center; justify-content: center;}
.ba .cont_box .tab_menu .tab{width: 18rem; }
.ba .cont_box .tab_menu .tab a{display: block; color: #fff; padding: 0.8rem 0;background-color: #dbdbdb;}
.ba .cont_box .tab_menu .tab.active a{background-color: var(--pointcolor);}
.ba .cont_box .ba_box{width: 100%; position: relative;}
.ba .cont_box .ba_box .tab_cont{width: 100%; display: none;}
.ba .cont_box .ba_box .tab_cont.active{display: block;}
.ba .cont_box .ba_box .ba_swiper{width: 80%; margin: auto;}
.ba .cont_box .ba_box .ba_swiper .swiper-slide{align-items: center;}
.ba .cont_box .ba_box .ba_swiper .swiper-slide .baba{width: 50%;}
.ba .cont_box .ba_box .ba_swiper .swiper-slide .baba p{padding: 0.8rem 0;}
.ba .cont_box .ba_box .ba_swiper .swiper-slide .before p{background-color: #000;}
.ba .cont_box .ba_box .ba_swiper .swiper-slide .after p{background-color: var(--pointcolor2);}

.ba .swiper-button-next, .ba .swiper-button-prev{width: 4.25rem; height: 4.25rem; background-color: rgba(0,57,118,0); border-radius: 50%; }
.ba .swiper-button-prev{background-image: url(/img/content/arrow_01.png); background-repeat: no-repeat; background-size: 60%; background-position: center; left: 0 !important;}
.ba .swiper-button-prev:hover{background-color: rgba(0,57,118,1);background-image: url(/img/content/arrow_w_01.png);}
.ba .swiper-button-next{background-image: url(/img/content/arrow_02.png); background-repeat: no-repeat; background-size: 60%; background-position: center; right: 0 !important;}
.ba .swiper-button-next:hover{background-color: rgba(0,57,118,1);background-image: url(/img/content/arrow_w_02.png); }
.ba .swiper-button-next:after, .ba .swiper-button-prev:after{display: none !important;}

@media (max-width:480px) {
  .ba .cont_box .ba_box .ba_swiper .swiper-slide{flex-wrap: wrap;}
  .ba .cont_box .ba_box .ba_swiper .swiper-slide .baba{width: 100%;}
}

/* =========================================================
varo
========================================================= */
#varo{background-color: #fff; overflow: hidden;}
#varo .vg-inner{padding: 0 0;}

/* hero */
.vg-hero{display: flex; align-items: flex-start; justify-content: space-between; gap: 3rem;}
.vg-hero-text{width: 44%; padding-top: 1rem;}
.vg-hero-label{font-size: 1.85rem; font-weight: 300; color: var(--pointcolor); font-family: var(--pointfont), sans-serif;}
.vg-hero-title{margin-top: 0.6rem; font-family: var(--pointfont), sans-serif; font-size: 3.75rem; font-weight: 800; line-height: 1.15; color: var(--pointcolor);}
.vg-hero-title .pink{color: #e5079c;}
.vg-hero-desc{margin-top: 2rem; font-size: 1.3rem; font-weight: 400; line-height: 1.55; color: var(--pointcolor);}
.vg-hero-desc strong{font-weight: 700;}
.vg-hero-img{width: 46%;}
.vg-hero-img img{width: 100%; display: block; transform: translateY(-2rem);}

@media (max-width: 1024px) {
  .vg-hero-title{font-size: 3rem;}
}
@media (max-width: 768px) {
  .vg-hero{flex-wrap: wrap; gap: 0;}
  .vg-hero-text{width: 100%;}
  .vg-hero-text>*{text-align: center;}  
  .vg-hero-desc{font-size: 1.4rem;}
  .vg-hero-img{width: 100%; margin: 1rem auto 0; max-width: 400px;}
  .vg-hero-img img{transform: translateY(0);}
}
@media (max-width: 480px) {
  .vg-hero-title{font-size: 3rem;}
  .vg-hero-desc{font-size: 1.5rem;}
}

/* advantages */
.vg-adv-title{text-align: center; font-family: var(--pointfont), sans-serif; font-size: 2.4rem; font-weight: 700; color: var(--pointcolor);}
.vg-adv-grid{display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; margin-top: 3.5rem;}
.vg-adv-card{position: relative; border-radius: 1rem; overflow: hidden; min-height: 21rem; padding: 2.75rem; background-size: cover; background-position: center; display: flex; flex-direction: column;}
.vg-adv-card:before{content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(244,247,252,0.5) 0%, rgba(244,247,252,0.95) 70%);}
.vg-adv-card > *{position: relative; z-index: 1;}
.vg-adv-num{font-family: var(--pointfont), sans-serif; font-size: 2.25rem; font-weight: 600; color: var(--pointcolor); font-weight: 300;}
.vg-adv-name{font-family: var(--pointfont), sans-serif; margin-top: auto; font-size: 1.75rem; font-weight: 700; line-height: 1.3; color: var(--pointcolor);}
.vg-adv-desc{margin-top: 0.3rem; font-size: 1.2rem; line-height: 1.6; color: var(--pointcolor); font-weight: 400;}
.vg-adv-note{margin-top: 0.4rem; font-size: 0.95rem; color: #999;}

@media (max-width: 1024px) {
  .vg-adv-card{min-height: 19rem; padding: 2.25rem;}
}
@media (max-width: 768px) {
  .vg-adv-grid{grid-template-columns: 1fr;}
  .vg-adv-desc{font-size: 1.4rem;}
  .vg-adv-note{font-size: 1.1rem;}
}

/* who needs it */
.vg-who{margin-top: 8rem;}
.vg-who-title{text-align: center; font-family: var(--pointfont), sans-serif; font-size: 2.5rem; font-weight: 700; color: var(--pointcolor);}
.vg-who-grid{display: grid; grid-template-columns: repeat(3, 1fr); gap: 3.5rem 2.5rem; justify-items: center; max-width: 1000px; margin: 0 auto; margin-top: 3rem; }
.vg-who-item{width: 14rem; text-align: center; width: 100%;}
.vg-who-circle{width: 11rem; height: 11rem; margin: 0 auto; border-radius: 50%; overflow: hidden; background: #eef3fa; display: flex; align-items: center; justify-content: center;}
.vg-who-circle img{width: 100%; height: 100%; object-fit: cover;}
.vg-who-label{margin-top: 1.25rem; font-size: 1.3rem; font-weight: 600; line-height: 1.4; color: var(--pointcolor);}

@media (max-width: 768px) {
  .vg-who{margin-top: 6rem;}
  .vg-who-grid{grid-template-columns: repeat(2, 1fr); gap: 2.5rem 1.5rem;}
  .vg-who-circle{width: 15rem; height: 15rem;}
  .vg-who-label{font-size: 1.5rem;}
}
@media (max-width: 480px) {
  .vg-who-circle{width: 11rem; height: 11rem;}
  .vg-who-label{font-size: 1.4rem;}
}

/* footnote */
.vg-footnote{margin-top: 4rem; text-align: center; font-size: .95rem; line-height: 1.7; color: #999;}

@media (max-width: 768px) {
  .vg-footnote{font-size: 1.1rem;}
}

/* =========================================================
오시는길
========================================================= */
/* location */
.location{background-image: url(/img/content/location_bg.jpg); background-size: cover; background-position: center; background-repeat: no-repeat; overflow: hidden;}
.location .tit_box .pp{background-color: var(--pointcolor3); width: 30rem; margin: 20px auto 0; border-radius: 50px;margin: 1rem auto 0;padding: 0.2rem 0;}

.location .cont_box .map_box{width: 58%;}
.location .cont_box .root_daum_roughmap{width: 100% !important; border-radius: 0 50px 50px 0;}

.location .cont_box{justify-content: space-between; align-items: center;}
.location .cont_box .text_box .line{width: 100%; height: 1px; background-color: #fff;}
.location .cont_box .text_box p strong{width: 8rem; display: inline-block;}

@media (max-width:1240px) {
  .location .cont_box .map_box{width: 55%;}
  .location .cont_box .text_box{width: 38%;}
}
@media (max-width:990px) {
  .location .cont_box .map_box{width: 50%;}
  .location .cont_box .text_box{width: 43%;}
}
@media (max-width:768px) {
  .location .cont_box{flex-wrap: wrap; }
  .location .cont_box .map_box{width: 100%;}
  .location .cont_box .text_box{width: 95%; margin-left: 5%; margin-top: 4rem;}
}
@media (max-width:400px) {
  .location .tit_box .pp{ width: 90%;}
}

/* =========================================================
푸터
========================================================= */
/* footer */
.footer{background-image: url(/img/content/footer.jpg);background-size: cover; background-position: center; background-repeat: no-repeat; border-top: 1px solid #fff;}
.footer .container{justify-content: space-between; align-items: center;}
.footer .f_logo{width: 13rem;}
.footer .text_box ul li{display: inline-block; position: relative;color: #e2e2e2;}
.footer .text_box ul li:after{content: "";position: absolute; top: 0.4rem; right: -0.2rem; width: 1px; height: 1rem; background-color: #fff;}
.footer .text_box ul li:nth-child(2):after{display: none;}
.footer .text_box ul li:nth-child(2) a{padding-right: 0;}
.footer .text_box ul li:last-child:after{display: none;}
.footer .text_box ul li:last-child a{padding-right: 0;}
.footer .text_box ul li a{display: block;color: #e2e2e2;}
.footer .text_box p{color: rgba(226,226,226,0.45);}

@media (max-width:600px) {
  .footer .container{flex-wrap: wrap;}
  .footer .text_box{width: 100%; text-align: left; margin-top: 2rem;}
  .footer .text_box ul li:nth-child(1) a{padding-left: 0;}
  .footer .text_box ul li:nth-child(2) a{padding-right: 1rem;}
  .footer .text_box ul li:nth-child(4) a{padding-left: 0;}
  .footer .text_box ul li:last-child a{padding-right: 1rem;}
}
@media (max-width:360px) {
  .footer .text_box ul li:nth-child(5):after{display: none;}
  .footer .text_box ul li:last-child a{padding-left: 0rem;}
}

/* =========================================================
고정 버튼
========================================================= */
/* top_btn */
.top_btn{position: fixed; right: 2%; bottom: 3rem; width: 4.12rem; height: 4.12rem; background-color: var(--pointcolor); border-radius: 50%; z-index: 100;}
