@charset "utf-8";

/* 공통 영역 */

h2.page-title {margin-bottom:35px;font-size:40px;font-weight: 700;line-height: 1;}
h2.page-title .depth4 {display:inline-block;font-size:inherit;font-weight:400;margin-left:30px;}
h2.page-title small {font-size:32px;font-weight:600;color:#4C606E;}
h2.page-title2 {font-size:48px;text-align:center;}
h3.h3-title{margin-bottom:50px;font-size:32px;font-weight:600;}
h4.h4-title3 {font-size:22px;font-weight:600;color:#0063AA;margin-bottom:20px;}
.color-blue {color:#0063AA !important;}
.color-pink {color:#F6387E; !important;}
.emph {font-size:1.1rem;display:inline-block;border-bottom:2px solid #F6387E;}

.btn-box {}
.btn-box.right {display:flex;justify-content: flex-end;gap: 10px;}
.btn-box .btn-default {display:block;width:250px;font-size:18px;font-weight: 500;padding:11px 25px;border-radius: 5px;background: #fff;border: 1px solid #CCC;color:#333;position:relative;transition:all 0.3s;}
.btn-box .btn-default::after {content:"";display:inline-block;width:15px;height:15px;background:url(/_public/images2/icon/arrow1_b.svg) no-repeat;background-size:cover;position:absolute;top:50%;right:15px;transform:translateY(-50%)}
.btn-box .btn-blue {background:#0063AA;border:1px solid #0063AA;color:#fff;}
.btn-box .btn-blue::after {background:url(/_public/images2/icon/arrow1_w.svg) no-repeat;background-size:cover;}
.btn-box .btn-default.btn-download {width:200px;padding:11px 25px 11px 60px;}
.btn-box .btn-default.btn-download::before {content:"";display:inline-block;width:15px;height:15px;background:url(/_public/images2/icon/ico_download.svg) no-repeat;background-size:cover;position:absolute;top:50%;left:30px;transform:translateY(-50%);}
.btn-box .btn-default.btn-download::after {display:none !important;}
.btn-box .btn-default.btn-edit {width:200px;padding:11px 25px 11px 60px;background-color:#F6387E;border-color:#F6387E;color:#fff;}
.btn-box .btn-default.btn-edit::before {content:"";display:inline-block;width:15px;height:15px;background:url(/_public/images2/icon/ico_edit.svg) no-repeat;background-size:cover;position:absolute;top:50%;left:30px;transform:translateY(-50%);}
.btn-box .btn-default.btn-edit::after {display:none !important;}
.btn-box .btn-default.btn-edit.big {width:100%;font-size:22px;padding:20px;text-align:center;}
.btn-box .btn-default.btn-edit.big::before {position:relative;width:20px;height:20px;margin-right:15px;top:auto;left:auto;transform:translate(0);}
.btn-box .btn-default.btn-reply {background:#0063aa;padding:14px 20px 14px 30px;font-size:16px;font-weight:600;border:0;}
.btn-box .btn-default.btn-reply::before {left:20px;}
.btn-box .goList {display:block;margin:80px auto 0;width:200px;text-align:center;padding:16px;font-size:18px;font-weight:600;color:#0063AA;border-radius: 10px;border: 1px solid #0063AA;background: #FFF;transition:all 0.3s;}
.btn-box .btn-disable {background-color:#A5A5A5;border-color:#A5A5A5;cursor:default;}
.btn-box .btn-default.btn-cancle {width:auto;color:#ef0303;border-color:#ef0303;font-size:16px;}
.btn-box .btn-default.btn-cancle::after {display:none;}
.btn-box .btn-default:hover {border-color:#0063AA;color:#0063AA;}
.btn-box .btn-blue:hover {background-color:#01407B;color:#fff;}
.btn-box .btn-edit:hover {background-color:#DB165F;border-color:#DB165F;color:#fff;}
.btn-box .btn-reply:hover {background-color:#01407B;}
.btn-box .goList:hover {background-color:#0063AA;color:#fff;font-weight:600;}
.btn-box .btn-disable:hover {background-color:#A5A5A5;border-color:#A5A5A5;}
.btn-box .btn-default.btn-cancle:hover {background-color:#ef0303;border-color:#ef0303;color:#fff;}

.board-top {display:flex;justify-content:space-between;align-items:flex-end;padding-bottom:12px;border-bottom:2px solid #0063aa;}
.board-top .bbs-page-num {margin-bottom:0;}
.board-top .board-search {margin-bottom:0;}

.board-search .btn-box {display:inline-block;margin-left:20px;}

ul.ul-type1 {}
ul.ul-type1 li {font-size: 18px;color: #333;position:relative;padding-left:15px;}
ul.ul-type1 li + li {margin-top:15px;}
ul.ul-type1 li::before {content:"";display:inline-block;width:5px;height:5px;background:#F6387E;border-radius:100%;position:absolute;top:9px;left:0;}

ul.guide-txt{margin-top: 15px;padding:15px;font-size: 15px;color: #222;background-color: #FFFBFD;border: 1px solid #E3C8D2;border-radius: 5px;}
ul.guide-txt li{position: relative;padding-left:16px;line-height: 1.5;}
ul.guide-txt li::before{position: absolute;top: 8px;left: 5px;width: 5px;height: 5px;content: '';background-color: #F6387E;border-radius: 50%;}
ul.guide-txt li:not(:last-child){margin-bottom: 8px;}

.blue-box {padding:20px 20px 20px 50px;background:#F2F9FF;border-radius:5px;border:1px solid #9AB9CE;margin-bottom:30px;}
.blue-box h4 {font-size: 18px;color: #0063AA;margin-bottom:10px;position:relative;}
.blue-box h4::before {content:"";display:inline-block;width:20px;height:20px;position:absolute;top:2px;left:-30px;}
.blue-box.findid h4::before {background:url(/_public/images2/icon/ico_findid.svg) no-repeat;background-size:cover;}
.blue-box.findpw h4::before {background:url(/_public/images2/icon/ico_findpw.svg) no-repeat;background-size:cover;}
.blue-box.private h4::before {background:url(/_public/images2/icon/ico_private.svg) no-repeat;background-size:cover;}
.blue-box p {font-size:17px;color:#333;line-height:1.6;}

.pink-box {margin-top:5px;padding:10px 10px 10px 15px;border-radius:5px;border:1px solid #E3C8D2;background: #FFFBFD;}
.pink-box li {font-size: 15px;color:#333;position:relative;padding-left:10px;word-break:keep-all;}
.pink-box li + li {margin-top:6px;}
.pink-box li::before {content:"";display:inline-block;width:5px;height:5px;border-radius:100%;background-color:#F6387E;position:absolute;top:6px;left:0;}
.pink-box p {font-size:15px;font-weight:500;color:#333;}
.pink-box.notifi {padding-left:36px;position:relative;}
.pink-box.notifi::before {content:"";display:inline-block;width:18px;height:18px;background:url(/_public/images2/icon/ico_noftifi_pink.svg) no-repeat;background-size:cover;position:absolute;top:11px;left:10px;}
.pink-box li.in-emp {padding-left:0;}
.pink-box li.in-emp::before {display:none;}

.preparing {display:block;width:100%;padding:80px 32%;border:1px solid #ddd;}







/* 연구회 소개 - 인사말 */
.greeting {word-break:keep-all;}
.greeting .greeting-con1{display: flex;margin-bottom: 40px;overflow: hidden;border-radius: 10px;}
.greeting .greeting-con1 img{object-fit: cover;width: 40%;}
.greeting .greeting-con1 .greeting-txt{padding: 60px 80px;width: 100%;background: linear-gradient(168.37deg, #007CB1 20.05%, #005592 86.8%);}
.greeting .greeting-con1 .greeting-txt p{color: #fff;}
.greeting .greeting-con1 .greeting-txt .txt1{margin-bottom: 30px;font-size:28px;font-weight: 700;line-height: 1.2;}
.greeting .greeting-con1 .greeting-txt .txt2{margin-bottom: 45px;font-size:19px;font-weight: 500;}
.greeting .greeting-con1 .greeting-txt .txt3{font-size: 16px;}
.greeting .greeting-con1 .greeting-txt .txt3 span{display: block;margin-top: 10px;font-size: 25px;font-weight: 700;line-height: 1;}

.greeting .greeting-con2{margin: 0 -20px 100px;padding: 120px 20px;text-align: center;background: url('/_public/images2/contents/greeting_bg.png') no-repeat center center / cover;}
.greeting .greeting-con2 dl dt{margin-bottom:10px;font-size: 20px;font-weight:700;}
.greeting .greeting-con2 dl dd{margin-bottom:45px;font-size: 18px;line-height: 1.6;}
.greeting .greeting-con2 dl dt:nth-of-type(1){margin-bottom:15px;padding-top:40px;font-size: 25px;color: #F6387E;background: url('/_public/images2/icon/ico_ribbon.svg') no-repeat center top;}

.greeting .greeting-con3 h3{margin-bottom: 20px;font-size: 25px;color: #0063AA;font-weight: 600;}
.greeting .greeting-con3 p{margin-bottom: 60px;font-size: 18px;color: #333;}

.committee {word-break:keep-all;}
.committee .section01 {height:600px;background:url(/_public/images2/contents/committee_img01.png) no-repeat;background-size:cover;position:relative;}
.committee .section01 p {font-size:72px;font-weight:800;color:#fff;padding-top:26%;line-height:1.08;}
.committee .section02 {padding:160px 0 100px;text-align:center;}
.committee .section02 img {display:block;margin:0 auto 50px;}
.committee .section02 strong {display:block;font-size: 28px;font-weight: 700;margin-bottom:20px;}
.committee .section02 p {font-size: 20px;font-weight: 500;line-height:1.6;}
.committee .section03 {display:flex;gap:60px;flex-wrap:wrap;}
.committee .section03 > div {width:calc(25% - 45px);}
.committee .section03 > div img {display:block;width:100%;margin-bottom:35px;border-radius:5px;}
.committee .section03 > div p {font-size:22px;font-weight:600;margin-bottom:15px;}
.committee .section03 > div span {display:block;font-size:18px;color:#707070;}

.subcommittee {}
.subcommittee .executives{}
.subcommittee .executives h3{margin-bottom:15px;font-size: 28px;font-weight: bold;}
.subcommittee .executives table{border-top:2px solid #333;}
.subcommittee .executives table thead tr th{border-bottom: 1px solid #333;font-size: 20px;font-weight: bold;;text-align: center;padding:17px 0;}
.subcommittee .executives table tbody tr th{border-bottom: 1px solid #ccc;padding:18px 0;font-size: 18px;font-weight: 500;text-align:center;}
.subcommittee .executives table tbody tr td{border-bottom: 1px solid #ccc;padding:18px 0;font-size: 18px;font-weight: 500;text-align:center;background: #fff;}
.subcommittee .executives table .tb {border-bottom:1px solid #333;}
.subcommittee .executives table td.bg-blue {background-color:#DAEEFF;}
.subcommittee .executives table td.bg-blue2 {background-color:#EBF7FF;}
.subcommittee .executives table td.bg-blue3 {background-color:#F4FBFF;}
.subcommittee .executives table td.bg-pink {background-color:#FFF3F7;}
.subcommittee .executives table td.bg-pink2 {background-color:#FFF9FB;}
.subcommittee .executives table td.bg-gray {background-color:#EFEFEF;}
.subcommittee .executives table td.bg-gray2 {background-color:#F5F5F5;}
.subcommittee .executives table td.bg-gray3 {background-color:#FAFAFA;}

.subcommittee .description {border-radius:10px;border:1px solid #CCC;padding:30px;margin-top:40px;word-break:keep-all;}
.subcommittee .description .cmt-dl {}
.subcommittee .description .cmt-dl + .cmt-dl {margin-top:15px;padding-top:15px;border-top:1px dashed #ccc;}
.subcommittee .description .cmt-dl dt {font-size:16px;line-height: 1.34;font-weight:500;width:140px;float:left;position:relative;padding-left:10px;}
.subcommittee .description .cmt-dl dt::before {content:"";display:inline-block;width:4px;height:4px;border-radius:100%;background:#111;position:absolute;top:7px;left:0;}
.subcommittee .description .cmt-dl dd {padding:0 0 0 140px;font-size:16px;line-height: 1.34;color:#606060;margin-bottom:10px;}
.subcommittee .description .cmt-dl dd:last-child {margin-bottom:0;}

/* .introduce-leaders .section {display:flex;gap:70px;max-height:540px;} */
/* .introduce-leaders .section + .section {margin-top:200px;} */
/* .introduce-leaders .section .img {background:url(/_public/images2/contents/leader_bg.svg) no-repeat;width:450px;background-position:left bottom;} */
.introduce-leaders .section .img img {display:block;margin:0;}
/* .introduce-leaders .section .txt {width:calc(100% - 520px);} */
/* .introduce-leaders .section .txt .top {margin-bottom:35px;} */
/* .introduce-leaders .section .txt .top h4 {font-family:'Paperlogy';letter-spacing:7px;font-size:58px;margin-bottom:50px;display:flex;align-items:baseline;gap:25px;} */
/* .introduce-leaders .section .txt .top h4 span {display:inline-block;font-size:26px;color:#707070;font-weight:500;letter-spacing:-0.5px;} */
/* .introduce-leaders .section .txt .top .num {display:inline-block;border-radius:5px;background:#0063AA;padding:7px 20px;font-size:22px;color:#fff;margin-bottom:15px;} */
.introduce-leaders .section .txt .top .num em {font-weight:700;padding-right:17px;margin-right:15px;position:relative;}
.introduce-leaders .section .txt .top .num em::after {content:"";display:inline-block;width:2px;height:16px;background:rgba(255,255,255,0.5);position:absolute;right:0;top:5px;}
.introduce-leaders .section .txt .top .num span {}
.introduce-leaders .section .txt .top .term {font-size:18px;font-weight:600;color:#707070;}
.introduce-leaders .section .txt .info {display:flex;gap:20px;}
/* .introduce-leaders .section .txt .info > div {flex:1;border-radius:10px;border:1px solid #CCD6EB;background:#F2F5FD;box-shadow: 1px 1px 4px 0 #D6DCE0;padding:30px;} */
/* .introduce-leaders .section .txt .info > div h5 {font-size:20px;font-weight:600;padding-left:30px;position:relative;margin-bottom:20px;line-height:1.6;} */
.introduce-leaders .section .txt .info > div h5::before {content:"";display:block;width:20px;height:20px;position:absolute;top:6px;left:0;}
.introduce-leaders .section .txt .info > div.study h5::before {background:url(/_public/images2/icon/ico_study.svg);background-size:cover;}
.introduce-leaders .section .txt .info > div.hospital h5::before {background:url(/_public/images2/icon/ico_hospital.svg);background-size:cover;}
/* .introduce-leaders .section .txt .info > div ul {height:155px;max-height:155px;overflow-y:auto;position:relative;padding-right:8px;} */
.introduce-leaders .section .txt .info > div ul::-webkit-scrollbar {width:4px;}
/* .introduce-leaders .section .txt .info > div ul li {font-size:18px;position:relative;padding-left:14px;} */
/* .introduce-leaders .section .txt .info > div ul li + li {margin-top:8px;} */
/* .introduce-leaders .section .txt .info > div ul li::before {content:"";display:block;width:6px;height:6px;border-radius:100%;background-color:#0063AA;position:absolute;top:10px;left:0;} */

/* 2026.07.03 레이아웃 수정 */
.introduce-leaders .readers-wrap {display:grid;grid-template-columns:repeat(2, 1fr);gap:120px;}
.introduce-leaders .section {display:flex;gap:30px;max-height:402px;}
.introduce-leaders .section.right {flex-direction:row-reverse;}
.introduce-leaders .section .img {width:280px;background:url(/_public/images2/contents/leader_bg.svg) no-repeat;background-size:87%;background-position:left bottom;}
.introduce-leaders .section .txt {width:calc(100% - 310px);}
.introduce-leaders .section .txt .top {margin-bottom:30px;}
.introduce-leaders .section .txt .top h4 {font-family:'Paperlogy';letter-spacing:7px;font-size:48px;margin-bottom:10px;display:flex;align-items:baseline;gap:25px;}
.introduce-leaders .section .txt .top .num {display:inline-block;border-radius:5px;background:#0063AA;padding:6px 15px;font-size:20px;color:#fff;margin-bottom:10px;}
.introduce-leaders .section .txt .info > div {border-radius:10px;border:1px solid #CCD6EB;background:#F2F5FD;box-shadow:1px 1px 4px 0 #D6DCE0;padding:25px;}
.introduce-leaders .section .txt .info > div h5 {font-size:20px;font-weight:600;padding-left:30px;position:relative;margin-bottom:15px;line-height:1.6;}
.introduce-leaders .section .txt .info > div ul {height:120px;max-height:120px;overflow-y:auto;position:relative;padding-right:8px;}
.introduce-leaders .section .txt .info > div ul li {font-size:17px;position:relative;padding-left:12px;word-break:keep-all;}
.introduce-leaders .section .txt .info > div ul li + li {margin-top:5px;}
.introduce-leaders .section .txt .info > div ul li::before {content:"";display:block;width:5px;height:5px;border-radius:100%;background-color:#0063AA;position:absolute;top:9px;left:0;}




.cmt-history h4 {margin-bottom:15px;font-family:'Eulyoo1945';font-size:25px;color:#0063AA;font-weight:700;}
.cmt-history .executives + .executives {margin-top:80px;}

.history{}
.history .his-wrap{word-break:keep-all;}
.history .his-wrap ul{margin-top:50px;}
.history .his-wrap ul li{border-bottom: 1px solid #ccc;margin-top:60px;padding-bottom:60px;display:flex;gap:60px;position:relative;}
.history .his-wrap ul li:nth-child(1) {padding-top:0;}
.history .his-wrap ul li:last-child {border-bottom:0;}
.history .his-wrap ul li h3{width:100px;font-size:36px;font-weight:700;color:#0063AA;line-height:1;}
.history .his-wrap ul li .txt-cont{width:calc(100% - 380px);}
.history .his-wrap ul li .txt-cont .txt{width:100%;position:relative;padding-left:14px;display: flex;gap:10px;}
.history .his-wrap ul li .txt-cont .txt + .txt{margin-top:40px;}
.history .his-wrap ul li .txt-cont .txt::before{content:"";position:absolute;top:13px;left:0;width:6px;height:6px;border-radius: 100%;background:#9AB9CE;}
.history .his-wrap ul li .txt-cont .txt strong{width:150px;display:inline-block;font-size:20px;font-weight:600;}
.history .his-wrap ul li .txt-cont .txt .con {width:calc(100% - 150px);display:flex;gap:15px;align-items:flex-start;}
.history .his-wrap ul li .txt-cont .txt .category{display:block;text-align:center;width:55px;font-size:16px;line-height:25px;font-weight:600;color:#fff;border-radius:5px;margin-top: 2px;}
.history .his-wrap ul li .txt-cont .txt .category.qm {background:#0063AA;}
.history .his-wrap ul li .txt-cont .txt .category.bbf {background:#F6387E;}
.history .his-wrap ul li .txt-cont .txt .category.am {background:#707070;}
.history .his-wrap ul li .txt-cont .txt .category.forum {background:#6A9DC2;}
.history .his-wrap ul li .txt-cont .txt .category.symp {background:#DA88A7;}
.history .his-wrap ul li .txt-cont .txt .con p {font-size: 20px;font-weight: 500;width:calc(100% - 70px);}
.history .his-wrap ul li .txt-cont .txt .con p small {display:flex;gap:3px;font-size:18px;font-weight:400;color:#707070;margin-top:10px;position:relative;padding-left:22px;}
.history .his-wrap ul li .txt-cont .txt .con p small::before {content:"";display:inline-block;width:18px;height:18px;background:url(/_public/images2/icon/ico_location.svg) no-repeat;background-size:cover;position:absolute;top:4px;left:0;}
.history .his-wrap ul li em{display:flex;align-items:center;justify-content:center;padding:4px 8px;border-radius:5px;background-color:#f5f5f5;font-size:16px;gap:10px;position:absolute;top:0;right:0;}
.history .his-wrap ul li em i {display:inline-block;width:2px;height:13px;background:#d9d9d9;}
/* .history .his-wrap ul li em i{color:#707070;padding-left:10px;position:relative;}
.history .his-wrap ul li em i::before {content:"";display:inline-block;width:2px;height:13px;background:#d9d9d9;position:absolute;top:5px;left:0;} */

.regulations{}
.regulations h3{margin:50px 0 40px;padding-bottom:10px;border-bottom:2px solid #333;font-size: 28px;font-weight: bold;letter-spacing: -0.7px;color:#333;}
.regulations h3:first-child {margin-top:0;}
/* .regulations .box{padding-top: 40px;} */
.regulations .box section{}
.regulations .box section + section{margin-top:40px;}
.regulations .box section h4{font-size: 20px;font-weight: bold;letter-spacing: -0.5px;color: #0063AA;margin-bottom: 5px;}
.regulations .box section p{font-size: 18px;font-weight: normal;line-height: 1.56;letter-spacing: -0.45px;}
.regulations .box section ol{margin-top:15px;}
.regulations .box section ol > li{position: relative;padding-left:32px;font-size: 18px;font-weight: normal;line-height: 1.56;letter-spacing: -0.45px;}
.regulations .box section ol > li + li {margin-top:3px;}
.regulations .box section ol > li i{position: absolute;left:10px;font-weight: 500;color: #F6387E;}
.regulations .box section ol > li .inner{margin:5px 0;}
.regulations .box section ol > li ul{display:inline-block;padding: 20px 30px;background: #f5f5f5;}
.regulations .box section ol > li ul li{position:relative;padding-left: 10px; font-size:16px;}
.regulations .box section ol > li ul li::before{content: "";position:absolute;top:11px;left:0;width:5px;height:5px;border-radius:100%;background:#0063AA;}
.regulations .box .txt-box{margin-top:40px;padding:20px 30px;border:1px solid #ccc;display:flex;gap:40px;border-radius:10px;}
.regulations .box .txt-box span{display:inline-block;font-size:16px;font-weight: 500;}
.regulations .box .txt-box span em{display:inline-block;color:#707070;}



/* BBF-Future BBF */
.no-program {width:100%;color:#606060;font-size:18px;font-weight:500;text-align:center;padding:80px 20px;border-top:2px solid #0063aa;border-bottom:1px solid #ccc;}

.bbf .futurebbf-con{border-top: 5px solid #0063AA;}
.bbf .futurebbf-con .bbf-info-top{padding-top: 50px;text-align: center;margin-bottom: 100px;}
.bbf .futurebbf-con .bbf-info-top .h3-txt{display: block;margin-bottom: 10px;font-size: 24px;color: #00406D;font-weight: 600;}
.bbf .futurebbf-con .bbf-info-top h3{display: inline-block;margin-bottom: 15px;padding-left:83px;font-size: 60px;color: #333;font-weight: 800;text-align: left;line-height: 1.1;background: url('/_public/images2/icon/ico_ribbon2.svg') no-repeat left top;}
.bbf .futurebbf-con .bbf-info-top .bbf-infor1{display: flex;justify-content: center;align-items: flex-start;margin-bottom: 35px;font-size: 18px;}
.bbf .futurebbf-con .bbf-info-top .bbf-infor1 dt{position:relative;flex-shrink: 0;margin-right: 15px;padding-right: 20px;color: #4C606E;font-weight: 700;text-align: left;}
.bbf .futurebbf-con .bbf-info-top .bbf-infor1 dt::after{position: absolute;top:50%;right: 0;content:'' ;width:0;height: 16px;border-right: 2px solid #4C606E;transform: translateY(-50%);}
.bbf .futurebbf-con .bbf-info-top .bbf-infor1 dd{color: #4C606E;text-align: left;}
.bbf .futurebbf-con .bbf-info-top .bbf-infor2{display: flex;align-items: center;justify-content: center;flex-wrap: wrap;padding: 15px 0;background-color: #F2F9FF;border-radius: 10px;}
.bbf .futurebbf-con .bbf-info-top .bbf-infor2 li{display: flex;align-items: flex-start;margin:  5px 40px;font-size: 25px;color: #333;font-weight: 500;text-align: left;}
.bbf .futurebbf-con .bbf-info-top .bbf-infor2 li span{flex-shrink: 0;margin-right: 15px;width: 60px;height: 32px;font-size: 20px;color: #fff;align-content: center;text-align: center;background-color: #0063AA;border-radius: 5px;}
.bbf .futurebbf-con .bbf-info-box{display: flex;margin-bottom: 100px;}
.bbf .futurebbf-con .bbf-info-box h4{flex-shrink: 0;width: 260px;font-size: 30px;color: #111;font-weight: 700;}
.bbf .futurebbf-con .bbf-info-box [class^="bbf-detail-con"]{position: relative;padding-top: 40px;width: 100%;border-top: 2px solid #ccc;}
.bbf .futurebbf-con .bbf-info-box [class^="bbf-detail-con"]::before{position: absolute;top: -2px;left: 0;width:180px;height: 2px;content: '';background-color: #111;}
.bbf .futurebbf-con .bbf-info-box .bbf-detail-con1{display: flex;gap: 40px;}
.bbf .futurebbf-con .bbf-info-box .bbf-detail-con1 .detail-lt p{margin-top: 10px;font-size: 15px;color: #606060;font-weight: 500;}
.bbf .futurebbf-con .bbf-info-box .bbf-detail-con1 .detail-lt p strong{display: block;margin-top: 34px;font-size:25px;color: #111;font-weight: 700;}
.bbf .futurebbf-con .bbf-info-box .bbf-detail-con1 .detail-rt{font-size: 17px;line-height: 1.6;}

.bbf .futurebbf-con .bbf-info-box .bbf-detail-con2{display: flex;flex-wrap: wrap;font-size: 18px;}
.bbf .futurebbf-con .bbf-info-box .bbf-detail-con2 dt{flex-shrink: 0;padding: 20px 20px 20px 65px;width:200px;color: #111;font-weight: 700;border-bottom: 1px solid #ccc;background-repeat: no-repeat;background-position: 30px 24px;}
.bbf .futurebbf-con .bbf-info-box .bbf-detail-con2 dd{padding: 20px;width: calc(100% - 200px);color: #333;line-height: 1.6;border-bottom: 1px solid #ccc;}
.bbf .futurebbf-con .bbf-info-box .bbf-detail-con2 dt:nth-of-type(1){background-image: url('/_public/images2/icon/ico_ouline1.svg');}
.bbf .futurebbf-con .bbf-info-box .bbf-detail-con2 dt:nth-of-type(2){background-image: url('/_public/images2/icon/ico_ouline2.svg');}
.bbf .futurebbf-con .bbf-info-box .bbf-detail-con2 dt:nth-of-type(3){background-image: url('/_public/images2/icon/ico_ouline3.svg');}
.bbf .futurebbf-con .bbf-info-box .bbf-detail-con2 dt:nth-of-type(4){background-image: url('/_public/images2/icon/ico_ouline4.svg');}
.bbf .futurebbf-con .bbf-info-box .bbf-detail-con2 dt:nth-of-type(5){background-image: url('/_public/images2/icon/ico_ouline5.svg');}

.bbf .futurebbf-con .bbf-info-box .bbf-detail-con3 .map{display: block;margin-bottom:20px;height: 360px;overflow: hidden;border-radius: 5px;border: 1px solid #ccc;}
.bbf .futurebbf-con .bbf-info-box .bbf-detail-con3 .map .root_daum_roughmap_landing{margin: -1px;width: calc(100% + 2px) !important;}
.bbf .futurebbf-con .bbf-info-box .bbf-detail-con3 .map-btn{display: flex;align-items: center;gap:10px;flex-wrap: wrap;}
.bbf .futurebbf-con .bbf-info-box .bbf-detail-con3 .map-btn .btn-naver{margin-left: auto;}
.bbf .futurebbf-con .bbf-info-box .bbf-detail-con3 .map-btn .btn-naver a{display: block;padding-left: 50px;width: 200px;height: 45px;font-size: 16px;color: #fff;font-weight: 500;align-content: center;background:#03CF5D url('/_public/images2/icon/ico_naver.svg') no-repeat 20px center;border-radius: 5px;}

.btn-view-link{display: inline-block;}
.btn-view-link a{display: block;padding-left: 25px;width: 200px;height: 45px;align-content: center;font-size: 16px;color: #333;font-weight: 500;border: 1px solid #ccc;border-radius: 5px;background: url('/_public/images2/icon/ico_search.svg') no-repeat right 15px center;}
.btn-view-link a:hover{color:#0063AA ;border-color: #0063AA;}

.bbf .futurebbf-con .bbf-info-box .bbf-detail-con4{display: flex;gap:20px;}
.bbf .futurebbf-con .bbf-info-box .bbf-detail-con4 dl{flex: 1;;padding: 30px;border: 1px solid #ccc;border-radius: 10px}
.bbf .futurebbf-con .bbf-info-box .bbf-detail-con4 dl:first-of-type{border-color: #F6387E;}
.bbf .futurebbf-con .bbf-info-box .bbf-detail-con4 dl dt{margin-bottom: 20px;padding-left:70px;height: 50px;align-content: center;font-size: 25px;color: #111;font-weight: 700;line-height: 1;background-repeat: no-repeat;background-position: left center;}
.bbf .futurebbf-con .bbf-info-box .bbf-detail-con4 dl:nth-of-type(1) dt{background-image: url('/_public/images2/icon/ico_time_w.svg');}
.bbf .futurebbf-con .bbf-info-box .bbf-detail-con4 dl:nth-of-type(2) dt{background-image: url('/_public/images2/icon/ico_write.svg');}
.bbf .futurebbf-con .bbf-info-box .bbf-detail-con4 dl dd{display: flex;justify-content: space-between;flex-wrap: wrap;padding-left:27px;font-size: 18px;color: #111;font-weight: 600;background: url('/_public/images2/icon/ico_schedule.svg') no-repeat left 2px;}
.bbf .futurebbf-con .bbf-info-box .bbf-detail-con4 dl dd .btn-app-go a{display: block;padding-right:25px;font-size: 18px;color: #F6387E;font-weight: 600;background: url('/_public/images2/icon/ico_arrow.svg') no-repeat right center;}

.bbf .futurebbf-con .bbf-info-box .bbf-detail-con5{display: flex;flex-wrap: wrap;gap: 20px;}
.bbf .futurebbf-con .bbf-info-box .bbf-detail-con5 dl{width: calc(50% - 10px);padding: 30px;border: 1px solid #ccc;border-radius: 10px}
.bbf .futurebbf-con .bbf-info-box .bbf-detail-con5 dl:first-of-type{border-color: #0063AA;}
.bbf .futurebbf-con .bbf-info-box .bbf-detail-con5 dl dt{margin-bottom: 20px;padding-left:70px;height: 50px;align-content: center;font-size: 25px;color: #111;font-weight: 700;line-height: 1;background-repeat: no-repeat;background-position: left center;}
.bbf .futurebbf-con .bbf-info-box .bbf-detail-con5 dl:nth-of-type(1) dt{background-image: url('/_public/images2/icon/ico_member.svg');}
.bbf .futurebbf-con .bbf-info-box .bbf-detail-con5 dl:nth-of-type(2) dt{background-image: url('/_public/images2/icon/ico_spec.svg');}
.bbf .futurebbf-con .bbf-info-box .bbf-detail-con5 dl dd ul li{display: flex;justify-content: space-between;margin-bottom: 10px;padding-left:27px;font-size: 18px;color: #111;font-weight: 600;background-repeat:no-repeat;background-position:left 2px}
.bbf .futurebbf-con .bbf-info-box .bbf-detail-con5 dl dd ul li:nth-child(1){background-image: url('/_public/images2/icon/ico_coin.svg');}
.bbf .futurebbf-con .bbf-info-box .bbf-detail-con5 dl dd ul li:nth-child(2){background-image: url('/_public/images2/icon/ico_building.svg');}
.bbf .futurebbf-con .bbf-info-box .bbf-detail-con5 dl dd ul li .colr-blue{color: #0063AA;font-weight: 600;}
.bbf .futurebbf-con .bbf-info-box .bbf-detail-con5 .reg-info{padding: 30px;width: 100%;background-color: #F5F5F5;border-radius: 10px;}
.bbf .futurebbf-con .bbf-info-box .bbf-detail-con5 .reg-info ul{margin-bottom: 10px;}
.bbf .futurebbf-con .bbf-info-box .bbf-detail-con5 .reg-info ul li{position: relative;margin-bottom: 5px;padding-left: 14px;font-size: 18px;color: #111;}
.bbf .futurebbf-con .bbf-info-box .bbf-detail-con5 .reg-info ul li::before{position: absolute;top: 8px;left: 0;width: 6px;height: 6px;content: '';background-color: #0063AA;border-radius: 50%;}
.bbf .futurebbf-con .bbf-info-box .bbf-detail-con5 .reg-info p{display: flex;flex-wrap: wrap;gap:0 15px;padding:6px 20px;font-size: 18px;background-color: #fff;border-radius:5px;}
.bbf .futurebbf-con .bbf-info-box .bbf-detail-con5 .reg-info p .bank-name{color: #0063AA;font-weight: 600;}
.bbf .futurebbf-con .bbf-info-box .bbf-detail-con5 .reg-info p .bank-account{margin-right:30px;;color: #111;font-weight: 700;}
.bbf .futurebbf-con .bbf-info-box .bbf-detail-con5 .reg-info p .bank-depositor{color: #606060;font-weight: 500;}

.bbf .futurebbf-con .bbf-info-box .bbf-detail-con6 .bbf-tab{display: flex;gap:10px;margin-bottom: 50px;}
.bbf .futurebbf-con .bbf-info-box .bbf-detail-con6 .bbf-tab button{padding:0 20px 0 50px;width:300px;height: 60px;font-size: 20px;color: #606060;font-weight: 600;text-align: left;background-color: #F5F5F5;border:1px solid #ccc;border-radius: 30px;background-repeat: no-repeat;background-position: 20px center;}
.bbf .futurebbf-con .bbf-info-box .bbf-detail-con6 .bbf-tab button.on{color: #0063AA;font-weight: 700;background-color: #fff;background-image: url('/_public/images2/icon/ico_check.svg');border: 2px solid #0063AA;}
.bbf .futurebbf-con .bbf-info-box .bbf-detail-con6 .bbf-tab-con .locati-txt{margin-bottom: 20px;padding:  10px 20px 10px 40px;font-size: 18px;color: #111;background:#F5F5F5 url('/_public/images2/icon/ico_locatin.svg') no-repeat 10px center;border-radius: 5px;}
.bbf .futurebbf-con .bbf-info-box .bbf-detail-con6 .bbf-tab-con table{font-size: 18px;border-top: 2px solid #111;}
.bbf .futurebbf-con .bbf-info-box .bbf-detail-con6 .bbf-tab-con table tr th{padding: 10px;width:150px;text-align: left;font-weight: 400;background-color: #F5F5F5;border-bottom: 1px solid #ccc;}
.bbf .futurebbf-con .bbf-info-box .bbf-detail-con6 .bbf-tab-con table tr td{padding: 10px 20px;color: #111;border-bottom: 1px solid #ccc;}
.bbf .futurebbf-con .bbf-info-box .bbf-detail-con6 .bbf-tab-con table tr.bg th,
.bbf .futurebbf-con .bbf-info-box .bbf-detail-con6 .bbf-tab-con table tr.bg td{color: #fff;background-color: #575C6E;}
.bbf .futurebbf-con .bbf-info-box .bbf-detail-con6 .bbf-tab-con table tr.bg td .chairman{display: block;padding-left: 45px;text-indent: -45px; }
.bbf .futurebbf-con .bbf-info-box .bbf-detail-con6 .bbf-tab-con table tr.bg th + td{font-weight:700;}
.bbf .futurebbf-con .bbf-info-box .bbf-detail-con7 p{padding: 43px 20px;min-height: 200px;font-size: 40px;color: #79475A;line-height: 1;font-weight:800;;text-align: center;background: url('/_public/images2/contents/futurebbf_bg.png') no-repeat center center / cover;border-radius: 5px;}
.bbf .futurebbf-con .bbf-info-box .bbf-detail-con7 p .btn-reg{display: block;margin-top: 20px;}
.bbf .futurebbf-con .bbf-info-box .bbf-detail-con7 p .btn-reg a{display: inline-block;width: 240px;;height: 46px;font-size: 20px;color: #fff;font-weight: 600;align-content: center;background-color: #F6387E;border-radius: 23px;transition:all 0.3s;}
.bbf .futurebbf-con .bbf-info-box .bbf-detail-con7 p .btn-reg a:hover {background-color:#DB165F;}
.bbf .futurebbf-con .bbf-info-box .bbf-detail-con7 p .btn-reg a.ver2 {border:2px solid #F6387E;color:#F6387E;background-color:#fff;margin-left:10px;}
.bbf .futurebbf-con .bbf-info-box .bbf-detail-con7 p .btn-reg a.ver2:hover {background-color:#F6387E;color:#fff;}

.hotel-info {font-size:18px;color:#333;line-height:1.6;word-break:keep-all;}
.hotel-info * {box-sizing:border-box;}
.hotel-card {display:grid;grid-template-columns:300px minmax(300px,1fr) 400px;min-height:250px;border:1px solid rgba(246,56,126,.4);border-radius:12px;overflow:hidden;background:#fff;padding: 20px;}
.hotel-image {display:flex;align-items:center;justify-content:center;border-radius:8px;background:#ddd;color:#888;overflow: hidden;object-fit:cover;}
.hotel-image img {display:block;width:100%;height:100%;}
.hotel-image span {font-size:16px;}
.hotel-summary {display:flex;flex-direction:column;padding:30px 35px;}
.hotel-title {display:flex;gap:14px;}
.hotel-title .hotel-icon {display:flex;align-items:center;justify-content:center;width:45px;height:45px;border-radius:50%;background:rgba(246,56,126,.12);color:#F6387E;font-size:18px;font-style:normal;font-weight:700;}
.hotel-title h3 {margin:0;color:#111;font-size:28px;line-height:1.3;}
.hotel-title p {margin:3px 0 0;color:#777;font-size:16px;}
.hotel-description {margin-top:22px;}
.hotel-description strong {display:block;color:#F6387E;font-size:18px;}
.hotel-description strong i {margin-right:8px;font-style:normal;}
.hotel-description p {margin:8px 0 0;color:#333;}
.hotel-detail {margin:0;border-radius: 5px;}
.hotel-detail > div {display:grid;grid-template-columns:120px 1fr;min-height:50px;border-bottom:1px solid #ddd;}
.hotel-detail > div:last-child {border-bottom:0;}
.hotel-detail dt {display:flex;align-items:center;margin:0;padding:6px 25px;color:#F6387E;font-size:16px;font-weight:700;background:linear-gradient(90deg,rgba(246,56,126,.06),rgba(246,56,126,.025));}
.hotel-detail dd {display:flex;align-items:center;margin:0;padding:6px 15px;color:#333;font-size:16px;}
.hotel-notice {margin-top:15px;padding:15px 25px;border-radius:12px;background:linear-gradient(90deg,rgba(246,56,126,.06),rgba(246,56,126,.025));}
.hotel-notice ul {margin:0;}
.hotel-notice li {font-size:17px;position:relative;padding-left:13px;}
.hotel-notice li + li {margin-top:2px;}
.hotel-notice li:before {content:"";display:block;width:5px;height:5px;border-radius:50%;background:#aaa;position:absolute;top:9px;left:0;}
@media all and (max-width:768px) {
.hotel-info {font-size:16px;}
.hotel-card {display:block;}
.hotel-image {height:auto;}
.hotel-summary {padding:25px 20px;}
.hotel-title {align-items:flex-start;gap:10px;}
.hotel-title .hotel-icon {width:40px;height:40px;font-size:15px;}
.hotel-title h3 {font-size:23px;}
.hotel-title p {font-size:14px;}
.hotel-description {margin-top:18px;}
.hotel-description strong {font-size:17px;}
.hotel-description p {font-size:16px;}
.hotel-description .br {display:none;}
.hotel-detail > div {grid-template-columns:95px 1fr;min-height:auto;}
.hotel-detail dt {font-size:14px;padding:8px 12px;}
.hotel-detail dd {font-size:14px;padding:8px 12px;}
.hotel-notice {margin-top:10px;padding:15px 18px;}
.hotel-notice ul li {font-size:14px;}
.hotel-notice li:before {top:8px;}
}


.bbf .add-info {width:100%;margin-bottom:20px;padding:25px;border-radius:5px;border:1px solid #ddd;background:#f5f5f5;}
.bbf .add-info .pre-res-info {display:grid;grid-template-columns:repeat(1, 120px 1fr);gap:12px 0;}
.bbf .add-info .pre-res-info dt {color:#4C606E;font-size:18px;font-weight:600;}
.bbf .add-info .pre-res-info dd {font-size:18px;font-weight:700;}
.bbf .add-info .pre-res-info dd.bank-info {display:flex;gap:10px;padding:5px 15px;background:#fff;border-radius:5px;width:fit-content;}
.bbf .add-info .pre-res-info dd.bank-info em {color:#0063aa;font-weight:600;}
.bbf .add-info .pre-res-info dd.bank-info strong {color:#111;font-weight:800;}
.bbf .add-info .pre-res-info dd.bank-info span {color:#4C606E;font-weight:400;}
.bbf .add-info h5 {color:#F6387E;font-size:20px;margin:20px 0 15px;padding-top:20px;border-top:1px solid #ccc;}
.bbf .add-info ul {}
.bbf .add-info ul li {font-size:17px;padding-left:13px;position:relative;}
.bbf .add-info ul li + li {margin-top:6px;}
.bbf .add-info ul li:before {content:"";display:block;width:5px;height:5px;background:#f6387e;border-radius:50%;position:absolute;top:9px;left:0;}


/* 사전등록 */
#pages .contents.regist-bg{background-color: #FFF6FA;}
.registration{padding-top: 40px;}
.registration .layout::after{display: block;content: '';clear: both;}
.registration .layout .regist-lt{/*position: sticky;top: 210px;*/float: left;/*padding-top: 25px;*/max-width:600px;width: 49%;}
.registration .layout .regist-lt h2{margin-bottom: 70px;font-size: 50px;color: #111;font-weight: 700;line-height: 1;}
.registration .layout .regist-lt h2 span{display: block;margin-bottom: 25px;color: #F6387E;}
.registration .layout .regist-lt .infor1{display: flex;flex-wrap: wrap;gap: 5px 0;margin-bottom: 45px;font-size: 20px;}
.registration .layout .regist-lt .infor1 dt{flex-shrink: 0;width:55px;color: #707070;font-weight: 500;}
.registration .layout .regist-lt .infor1 dd{width: calc(100% - 55px);color: #111;}
/* .registration .layout .regist-lt .note-con{max-width:480px;} */
.registration .layout .regist-lt h3{margin-bottom: 20px;padding-bottom: 10px;font-size:20px;color: #F6387E ;font-weight: 600;line-height: 1;border-bottom: 1px solid #F6387E;}
.registration .layout .regist-lt .infor2{margin-bottom: 20px;}
.registration .layout .regist-lt .infor2 li{margin-bottom: 10px;padding-left: 26px;font-size:17px;color: #333;line-height: 1.6;background: url('/_public/images2/icon/ico_check2.svg') no-repeat left 3px;}
.registration .layout .regist-lt .infor2 li b{color:#F6387E;font-weight: 600;}
.registration .layout .regist-lt .infor3 li{margin-bottom: 10px;padding: 10px 20px 10px 60px;font-size: 16px;background-color: #fff;border: 1px solid #E3C8D2;border-radius: 5px;background-repeat: no-repeat;background-position: 20px center;}
.registration .layout .regist-lt .infor3 li:nth-child(1){background-image: url('/_public/images2/icon/ico_tel.svg');}
.registration .layout .regist-lt .infor3 li:nth-child(2){background-image: url('/_public/images2/icon/ico_mail.svg');}
.registration .layout .regist-lt .pre-add-info {margin-bottom:45px;padding-top:20px;border-top:1px solid #111;}
.registration .layout .regist-lt .infor4 {display:grid;grid-template-columns:repeat(1, 120px 1fr);gap:12px 0;}
.registration .layout .regist-lt .infor4 dt {color:#4C606E;font-size:18px;font-weight:500;}
.registration .layout .regist-lt .infor4 dd {font-size:18px;font-weight:700;}
.registration .layout .regist-lt .infor4 dd.bank-info {display:flex;flex-wrap:wrap;gap:4px 10px;padding:8px 15px;background:#fff;border-radius:5px;width:fit-content;}
.registration .layout .regist-lt .infor4 dd.bank-info em {color:#0063aa;font-weight:600;}
.registration .layout .regist-lt .infor4 dd.bank-info strong {color:#111;font-weight:800;}
.registration .layout .regist-lt .infor4 dd.bank-info span {color:#4C606E;font-weight:400;}

.registration .layout .regist-rt{float: right;width: 49%;max-width: 660px;}


/* Past BBF */
.bbs-wrap .pb-box {margin-top:30px;border:1px solid #ccc;border-radius:10px;padding:30px;display:flex;justify-content:space-between;align-items:center;}
.bbs-wrap .pb-box .con-box {display:flex;gap:50px;align-items:center;}
.bbs-wrap .pb-box .con-box .img {width:140px;}
.bbs-wrap .pb-box .con-box .img img {display:block;border-radius:5px;}
.bbs-wrap .pb-box .con-box .txt {}
.bbs-wrap .pb-box .con-box .txt h3 {font-size: 32px;margin-bottom:30px;}
.bbs-wrap .pb-box .con-box dl {}
.bbs-wrap .pb-box .con-box dl dt {width:42px;float:left;margin:0;font-size: 18px;line-height:2.1;color:#707070;font-weight: 500;}
.bbs-wrap .pb-box .con-box dl dd {margin:0;padding:0 0 0 42px;font-size: 18px;line-height:2.1;}
.bbs-wrap .pb-box .btn-box a:nth-child(1) {margin-bottom:20px;}
.bbs-wrap .pb-box .btn-box a:nth-child(2) {margin-bottom:5px;}

.pastbbf .pb-doc-wrap {display:grid;grid-gap:20px;grid-template-columns:repeat(2, 1fr);}
.pastbbf .pb-doc-wrap > div {padding:40px;border-radius:10px;border:1px solid #ccc;position:relative;}
.pastbbf .pb-doc-wrap > div em {display:block;font-size:18px;font-weight:600;margin-bottom:12px;}
.pastbbf .pb-doc-wrap > div p {font-size: 24px;font-weight: 600;margin-bottom:50px;}
.pastbbf .pb-doc-wrap > div span {display:block;font-size:18px;color:#606060;}
.pastbbf .pb-doc-wrap > div span strong {display:inline-block;font-weight: 500;font-size:inherit;color:inherit;position:relative;padding-right:14px;margin-right:10px;}
.pastbbf .pb-doc-wrap > div span strong::after {content:"";display:inline-block;width:2px;height:14px;background:#d9d9d9;position:absolute;top:8px;right:0;}
.pastbbf .pb-doc-wrap > div .btn-box {position:absolute;bottom:40px;right:40px;}

.pastbbf .pb-photo-wrap {display:grid;grid-gap:60px;grid-template-columns:repeat(3, 1fr);margin-top:30px;}
.pastbbf .pb-photo-wrap > a {display:block;}
.pastbbf .pb-photo-wrap > a .img {display:block;width:100%;height:290px;margin-bottom:25px;overflow:hidden;border-radius:10px;}
.pastbbf .pb-photo-wrap > a .img img {display:block;transform:scale(1);transition:all 0.3s;width:100%;height:100%;object-fit:cover;}
.pastbbf .pb-photo-wrap > a p {font-size:20px;font-weight:600;margin-bottom:15px;transition:all 0.3s;}
.pastbbf .pb-photo-wrap > a span {font-size:16px;font-weight:500;color:#606060;}
.pastbbf .pb-photo-wrap > a:hover .img img {transform:scale(1.1);}
.pastbbf .pb-photo-wrap > a:hover p {color:#0063aa;}





/* 유방전문병원 소개 */
.hospintro .hosp-title {margin-top:40px;font-family:'Eulyoo1945';font-size:25px;color:#0063AA;font-weight:700;}
.hospintro .hosp-title.bdrt {border-top:1px solid #ccc;padding-top:40px;margin-top:80px;}
.hospintro .hospintro-list-wrap {display:flex;flex-wrap:wrap;gap:60px;margin-top:15px;}
.hospintro .hospintro-list-wrap > a {width:calc(25% - 45px);display:block;border-radius:10px;border:1px solid #ccc;position:relative;transition:all 0.3s;}
.hospintro .hospintro-list-wrap > a .img {max-height:240px;height:240px;background:#f5f5f5;overflow:hidden;border-radius:10px 10px 0 0;}
.hospintro .hospintro-list-wrap > a .img img {display:block;width:100%;height: 100%;transform:scale(1);transition:all 0.3s;object-fit: cover;}
.hospintro .hospintro-list-wrap > a .txt {padding:20px;}
.hospintro .hospintro-list-wrap > a .txt p {width:100%;font-size:22px;font-weight:700;margin-bottom:12px;transition:all 0.3s;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.hospintro .hospintro-list-wrap > a .txt strong {display:block;font-size:18px;font-weight: 500;margin-bottom:20px;}
.hospintro .hospintro-list-wrap > a .txt em {font-size: 16px;font-weight:600;}
.hospintro .hospintro-list-wrap > a .txt span {display:block;font-size: 16px;color:#707070;position:absolute;padding-left:20px;bottom:20px;right:20px;}
.hospintro .hospintro-list-wrap > a .txt span::before {content:"";display:inline-block;width:15px;height:15px;background:url('/_public/images2/icon/ico_locatin2.svg') no-repeat;background-size:cover;position:absolute;top:3px;left:0;}
.hospintro .hospintro-list-wrap > a:hover {border:1px solid #0063aa;}
.hospintro .hospintro-list-wrap > a:hover .img img {transform:scale(1.1);}
.hospintro .hospintro-list-wrap > a:hover p {color:#0063aa;}
.hospintro .hospintro-list-wrap .hospintro-empty {width:100%;color:#606060;font-size:17px;text-align:center;padding:25px;/* border: 1px solid #ccc; */border-radius:10px;background:#f5f5f5;}

.hospintro .hospintro-view{margin-bottom: 80px;border-top: 2px solid #0063AA;border-bottom: 1px solid #ccc;}
.hospintro .hospintro-view .hospintro-view-top{position: relative;padding: 40px 0;border-bottom: 1px solid #ccc;}
.hospintro .hospintro-view .hospintro-view-top h3{margin-bottom: 20px;font-size: 35px;color: #111;font-weight: 600;line-height: 1;}
.hospintro .hospintro-view .hospintro-view-top ul{display: flex;padding-left:20px;font-size: 18px;background: url('/_public/images2/icon/ico_locatin2.svg') no-repeat left center;}
.hospintro .hospintro-view .hospintro-view-top ul li:nth-child(1){position: relative;margin-right: 20px;padding-right: 20px;color: #707070;}
.hospintro .hospintro-view .hospintro-view-top ul li:nth-child(1)::after{position: absolute;top: 50%;right: 0;width: 0;height: 16px;content: '';border-left: 2px solid #D9D9D9;transform: translateY(-50%);}
.hospintro .hospintro-view .hospintro-view-top ul li:nth-child(2){color: #0063AA;font-weight: 600;}
.hospintro .hospintro-view .hospintro-view-top .hospt-logo{position: absolute;top: 50%;right: 0;transform: translateY(-50%);}
.hospintro .hospintro-view .hospintro-view-top .hospt-logo img {display:block;max-width:250px;max-height:50px;width: auto;}
.hospintro .hospintro-view .hospintro-view-con{padding: 60px 0 100px;}
.hospintro .hospintro-view .hospintro-view-con .infor-txt{margin-bottom: 80px;font-size: 18px;color: #333;line-height: 1.6;word-break:keep-all;}
.hospintro .hospintro-view .hospintro-view-con .infor-txt strong{font-size: 22px;color: #F6387E;font-weight: 600;}
.hospintro .hospintro-view .hospintro-view-con h4{margin-bottom: 16px;font-size: 25px;color: #111;font-weight: 600;}

.hospintro .hospintro-view .hospintro-view-con .facility-con{display: flex;gap:20px;margin-bottom: 100px;}
.hospintro .hospintro-view .hospintro-view-con .facility-con .facility-lf{width:calc(100% - 220px);max-width: 1180px;}
.hospintro .hospintro-view .hospintro-view-con .facility-con .facility-lf .facility-big{border-radius: 10px;}
.hospintro .hospintro-view .hospintro-view-con .facility-con .facility-lf .facility-big ul li{position: relative;height: 650px;}
.hospintro .hospintro-view .hospintro-view-con .facility-con .facility-lf .facility-big ul li figcaption{position: absolute;left: 0;bottom: 0;padding: 0 30px;width: 100%;height: 70px;font-size: 20px;color: #fff;font-weight: 500;align-content: center;background-color: rgba(0,0,0,0.35);}
.hospintro .hospintro-view .hospintro-view-con .facility-con .facility-lf .facility-big ul li figure{width: 100%;height: 100%;}
.hospintro .hospintro-view .hospintro-view-con .facility-con .facility-lf .facility-big ul li img{display: block;width: 100%;height: 100%;object-fit: cover;}
.hospintro .hospintro-view .hospintro-view-con .facility-con .facility-rf{flex-shrink: 0;width:200px;height: 650px;}
.hospintro .hospintro-view .hospintro-view-con .facility-con .facility-rf .facility-thumb{width: 100%;height: 100%;}
.hospintro .hospintro-view .hospintro-view-con .facility-con .facility-rf .facility-thumb ul li{height:122px;overflow:hidden;border:2px solid #eee;border-radius:10px;}
.hospintro .hospintro-view .hospintro-view-con .facility-con .facility-rf .facility-thumb ul li img{overflow: hidden;border-radius: 10px;opacity: 0.5;object-fit:cover;width:100%;height:100%;}
.hospintro .hospintro-view .hospintro-view-con .facility-con .facility-rf .facility-thumb ul li.swiper-slide-active img{opacity: 1;}

.hospintro .hospintro-view .hospintro-view-con .med-staff-infor{margin-bottom: 100px;}
.hospintro .hospintro-view .hospintro-view-con .med-staff-infor > ul{display: flex;flex-wrap: wrap;gap:60px;}
.hospintro .hospintro-view .hospintro-view-con .med-staff-infor > ul > li{display: flex;width: calc(50% - 30px);gap: 50px;}
.hospintro .hospintro-view .hospintro-view-con .med-staff-infor > ul > li .photo{max-width: 240px;max-height: 320px;width: 40%;;flex-shrink: 0;border-radius:10px;background:#f5f5f5;overflow:hidden;}
.hospintro .hospintro-view .hospintro-view-con .med-staff-infor > ul > li .photo img{display:block;border-radius:10px;object-fit:cover;width:100%;height:100%;}
.hospintro .hospintro-view .hospintro-view-con .med-staff-infor > ul > li .staff-infor h5{margin-bottom: 35px;font-size:32px;color: #111;font-weight: 700;}
.hospintro .hospintro-view .hospintro-view-con .med-staff-infor > ul > li .staff-infor h5 span{display:block;font-size: 20px;color: #0063AA;font-weight: 500;margin-top:15px;}
.hospintro .hospintro-view .hospintro-view-con .med-staff-infor > ul > li .staff-infor h6{margin-bottom: 10px;font-size: 20px;color: #111;font-weight: 600;}
.hospintro .hospintro-view .hospintro-view-con .med-staff-infor > ul > li .staff-infor ul{display: flex;flex-wrap: wrap;gap:5px;margin-bottom: 40px;}
.hospintro .hospintro-view .hospintro-view-con .med-staff-infor > ul > li .staff-infor ul li{padding: 0 15px;line-height: 30px;font-size: 17px;color: #333;font-weight: 500;align-content: center;border: 1px solid #ccc;border-radius: 15px;word-break:keep-all;}
.hospintro .hospintro-view .hospintro-view-con .med-staff-infor .btn-detail-view a{display: inline-block;padding-right: 20px;font-size: 18px;color: #333;font-weight: 500;text-decoration: underline;text-underline-offset: 3px;background: url('/_public/images2/main/plus1_blue.svg') no-repeat right center;transition: 0.2s ease;}
.hospintro .hospintro-view .hospintro-view-con .med-staff-infor .btn-detail-view a:hover{color: #0063AA;}

.hospintro .hospintro-view .hospintro-view-con .direction-con{display: flex;gap:50px ;}
.hospintro .hospintro-view .hospintro-view-con .direction-con .map{width: 700px;height:440px;overflow: hidden;border: 1px solid #ccc;border-radius: 10px;}
.hospintro .hospintro-view .hospintro-view-con .direction-con .map .root_daum_roughmap_landing{margin: -1px;width: calc(100% + 2px) !important;}

.hospintro .hospintro-view .hospintro-view-con .direction-con .map-infor {width:calc(100% - 750px);}
.hospintro .hospintro-view .hospintro-view-con .direction-con .map-infor .medical-add li{margin-bottom: 20px;padding-left: 30px;font-size: 18px;color: #333;background-repeat: no-repeat;background-position: left 5px;}
.hospintro .hospintro-view .hospintro-view-con .direction-con .map-infor .medical-add li:nth-child(1){font-weight: 600;background-image: url('/_public/images2/icon/ico_locatin2.svg');background-size: 20px;}
.hospintro .hospintro-view .hospintro-view-con .direction-con .map-infor .medical-add li:nth-child(2){background-image: url('/_public/images2/icon/ico_tel.svg');}
.hospintro .hospintro-view .hospintro-view-con .direction-con .map-infor .medical-add li:nth-child(3){background-image: url('/_public/images2/icon/ico_home.svg');}
.hospintro .hospintro-view .hospintro-view-con .direction-con .map-infor .medical-add li:has(.url) {display:flex;gap:20px;}
.hospintro .hospintro-view .hospintro-view-con .direction-con .map-infor .medical-add li .url {display:inline-block;width:calc(100% - 200px);white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.hospintro .hospintro-view .hospintro-view-con .direction-con .map-infor .medical-add li .btn-homepage{}
.hospintro .hospintro-view .hospintro-view-con .direction-con .map-infor h5{margin-bottom: 10px;font-size: 20px;color: #111;font-weight: 600;}
.hospintro .hospintro-view .hospintro-view-con .direction-con .map-infor .medical-hours{display: flex;flex-wrap: wrap;gap: 10px;}
.hospintro .hospintro-view .hospintro-view-con .direction-con .map-infor .medical-hours .txt-box{padding:20px;font-size: 17px;background-color: #F5F5F5;border-radius: 10px;}
.hospintro .hospintro-view .hospintro-view-con .direction-con .map-infor .medical-hours .txt1{width: 100%;line-height: 1.6;}
.hospintro .hospintro-view .hospintro-view-con .direction-con .map-infor .medical-hours .txt2{width: calc(50% - 5px);}
.hospintro .hospintro-view .hospintro-view-con .direction-con .map-infor .medical-hours .txt2 span{display: block;margin-bottom: 10px;font-size: 18px;color: #333;font-weight: 600;line-height: 1;}

.btn-homepage{display: inline-block;margin-top:-4px;}
.btn-homepage a{display: block;padding-left:20px ;width:180px;height: 35px;line-height: 35px;font-size: 16px;color: #0063AA;font-weight: 500;align-content: center;border: 1px solid #0063AA;border-radius: 5px;background:url('/_public/images2/icon/ico_blank.svg') no-repeat right 20px center;}

.btn-bbs-box{text-align: center;}
.btn-bbs-box .btn-bbs{display: inline-block;}
.btn-bbs-box .btn-bbs a{display: block;width: 200px;;height: 60px;font-size: 18px;color: #0063AA;font-weight: 600;align-content: center;border:1px solid #0063AA;border-radius:10px;transition: 0.2s ease;}
.btn-bbs-box .btn-bbs a:hover{color: #fff;background-color: #0063AA;}

.bbf .btn-bbs-box {margin-top:80px;}


/* 의료진소개 / 교통편 팝업 */
.medical-popup{display: none;position: fixed;top: 0;left: 0; top: 0; padding: 20px;width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.6);z-index: 9999;}
.medical-popup .pop-box{display: flex;align-items: center;justify-content: center;width: 100%;height: 100%;}
.medical-popup .pop-box .pop-con{position: relative;/*padding: 40px;*/width:900px;height:700px;background-color: #fff;border-radius: 10px;}
.medical-popup .pop-box .pop-con .btn-pop-close{position: absolute;top: 40px;right: 30px;width: 30px;height: 30px;text-indent: -999px;overflow: hidden;}
.medical-popup .pop-box .pop-con .btn-pop-close::before,
.medical-popup .pop-box .pop-con .btn-pop-close::after{position: absolute;top: 50%;left: 50%;width: 25px;height: 0;content: '';border-top: 2px solid #000;transform: translate(-50%, -50%);}
.medical-popup .pop-box .pop-con .btn-pop-close::before{transform: translate(-50%, -50%) rotate(45deg);}
.medical-popup .pop-box .pop-con .btn-pop-close::after{transform: translate(-50%, -50%) rotate(-45deg);}
.medical-popup .pop-box .pop-con h2{padding:40px 40px 0px 40px;/*margin-bottom: 40px;*/font-size: 28px;color: #111;font-weight: 700;line-height: 1;}
.medical-popup .pop-box .pop-con h3{margin:40px 0 10px;font-size: 20px;color: #0063AA;font-weight: 600;line-height: 1;}
.medical-popup .pop-box .pop-con .popup-scroll{height:calc(100% - 108px);overflow: auto;padding:40px;}
.medical-popup .pop-box .pop-con .popup-scroll h3:first-of-type{margin-top: 0;}
.medical-popup .pop-box .pop-con .popup-scroll table{margin-bottom: 10px;font-size: 18px;font-weight: 600;border-top: 2px solid #111;}
.medical-popup .pop-box .pop-con .popup-scroll table thead tr th{padding: 14px;border-bottom: 1px solid #ccc;}
.medical-popup .pop-box .pop-con .popup-scroll table tbody tr th,
.medical-popup .pop-box .pop-con .popup-scroll table tbody tr td{padding: 14px;text-align: center;border-bottom: 1px solid #ccc;}
.medical-popup .pop-box .pop-con .popup-scroll table tbody tr td [class^="med-ho"]{display: inline-block;width: 16px;height: 16px;border-radius: 50%;vertical-align:middle;}
.medical-popup .pop-box .pop-con .popup-scroll table tbody tr td .med-ho1{background-color: #0063AA;}
.medical-popup .pop-box .pop-con .popup-scroll table tbody tr td .med-ho2{background-color: #F6387E;}
.medical-popup .pop-box .pop-con .popup-scroll table tbody tr td .med-ho3{background-color: #fff;border:1px solid #0063AA;}
.medical-popup .pop-box .pop-con .popup-scroll .medical-state{padding: 18px 30px;background-color: #F2F5FD;border:1px solid #CCD6EB;border-radius: 10px;}
.medical-popup .pop-box .pop-con .popup-scroll .medical-state ul{display: flex;gap:30px;}
.medical-popup .pop-box .pop-con .popup-scroll .medical-state ul li{position: relative;padding-left:21px;font-size: 18px;color: #111;font-weight: 600;}
.medical-popup .pop-box .pop-con .popup-scroll .medical-state ul li::before{position: absolute;top: 50%;left: 0;width: 16px;height: 16px;content: '';border-radius: 50%;transform: translateY(-50%);box-sizing: border-box;}
.medical-popup .pop-box .pop-con .popup-scroll .medical-state ul li:nth-child(1)::before{background-color: #0063AA;}
.medical-popup .pop-box .pop-con .popup-scroll .medical-state ul li:nth-child(2)::before{background-color: #F6387E;}
.medical-popup .pop-box .pop-con .popup-scroll .medical-state ul li:nth-child(3)::before{background-color: #fff;border:1px solid #0063AA;}

.medical-popup .pop-box .pop-con .popup-scroll .medical-list{padding-top: 15px;border-top: 2px solid #111;}
.medical-popup .pop-box .pop-con .popup-scroll .medical-list li{position: relative;margin-bottom: 5px;padding-left: 19px;font-size: 18px;word-break:keep-all;}
.medical-popup .pop-box .pop-con .popup-scroll .medical-list li::before{position: absolute;top: 9px;left: 5px;width:6px;height: 6px;content: '';background-color: #0063AA;border-radius: 50%;}


/* 임상진료자료 */
.navi-menu-sub{display: flex;gap:30px ;margin-bottom: 80px;white-space: nowrap;overflow: hidden;overflow-x: auto;border-bottom: 1px solid #ccc;}
.navi-menu-sub a{position: relative;display: block;margin-bottom: -1px;padding: 14px 0;font-size: 19px;color: #707070;font-weight: 500;line-height: 1.1;}
.navi-menu-sub a.on{color: #0063AA;font-weight: 700;border-bottom: 2px solid #0063AA;}


/* 토의게시판 */
.discussion .pp-qus {margin-top:20px;padding:25px 30px;background:#fff;border-radius:10px;border:1px solid #ccc;box-shadow:1px 1px 6px 0px rgba(216,175,190,0.25);display:flex;gap:20px;align-items:center;}
.discussion .pp-qus .info {font-size:18px;font-weight:500;padding-left:28px;position:relative;}
.discussion .pp-qus .info::before {content:"";display:inline-block;width:18px;height:18px;background:url(/_public/images2/icon/ico_question.svg) no-repeat;background-size:cover;position:absolute;top:3px;left:0;}
.discussion .pp-qus .who {display:flex;gap:10px;font-size:18px;}
.discussion .pp-qus .who strong {font-weight:600;}
.discussion .pp-qus .who span {color:#606060;}

.discussion.write .form-default {box-shadow:1px 1px 6px 0px rgba(216,175,190,0.25);}
.discussion.write .btn-box {margin-top:40px;}

.discussion .view-box .view-box-top .pp-qus {margin:0;padding:0;border:0;box-shadow:none;background:inherit;}
.discussion .view-box .view-box-top .pp-qus.pp-asr .info::before {background:url(/_public/images2/icon/ico_answer.svg) no-repeat;background-size:cover;}
#board-wrap .view .add-question .view-box .pp-qus {padding-bottom:20px;border-bottom:1px solid #d9d9d9;border-radius: 0;}





.bbs-basic-list{text-align: center;border-top: 2px solid #111;}
.bbs-basic-list thead tr th{padding: 20px 10px;font-size: 18px;font-weight: 600;border-bottom: 1px solid #ccc;}
.bbs-basic-list tbody tr td{padding: 20px 10px;font-size: 18px;color: #333;border-bottom: 1px solid #ccc;}
.bbs-basic-list tbody tr.notice td{background-color: #F5F5F5;}
.bbs-basic-list tbody tr td.subject{max-width: 300px;text-align: left;}
.bbs-basic-list tbody tr td.subject a{display: block;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.bbs-basic-list tbody tr td .key-word{display: inline-block;padding: 0 8px;height: 27px;font-size: 16px;color: #4E6ED5;font-weight: 700;align-content: center;background-color: #DFECFF;border-radius: 5px;}


/* 이용약관 */
.policy {word-break:keep-all;}
.policy * {color:#333;}
.policy h3 {}
.policy h4 {font-size:20px;margin:40px 0 15px;}
.policy p {font-size:17px;line-height:1.5;}
.policy ol {margin:5px 0 10px;}
.policy ol li {font-size:17px;line-height:1.7;}
.policy ol li span {display:block;font-size:16px;}
.policy .gray-box {padding:15px;border-radius:5px;background:#f5f5f5;}
.policy h4:first-child {margin-top:0;}



@media all and (max-width:1400px) {
  .agree section.agree-wrap {width:100%;}
  .committee .section01 {margin:0 -60px;padding:0 60px;}

  .medical-popup .pop-box .pop-con {width:100%;height:100%;}
}



/* tablet */
@media all and (max-width:1280px) {

  /* 공통 영역 */
  h2.page-title2 {font-size:40px;}

	.btn-box a.btn-default {font-size: 16px;}
  .bbs-basic-list colgroup{display: none;}
  ul.ul-type1 li + li {margin-top:10px;}


  /* 연구회 소개 */
  .committee .section01 {height:480px;margin:0 -40px;padding:0 40px;}
  .committee .section01 p {font-size:64px;padding-top:23%;}
  .committee .section02 strong {font-size:25px;}
  .committee .section02 p {font-size:18px;}
  .committee .section03 {gap: 40px;}
  .committee .section03 > div {width:calc(25% - 30px);}
  .committee .section03 > div p {font-size:20px;}
  .committee .section03 > div span {font-size:16px;}

  /* .introduce-leaders .section {gap:50px;}
  .introduce-leaders .section .txt {width:calc(100% - 500px);}
  .introduce-leaders .section .txt .top h4 {font-size:52px;margin-bottom:45px;}
  .introduce-leaders .section .txt .top h4 span {font-size:25px;}
  .introduce-leaders .section .txt .top .num {padding:5px 20px;}
  .introduce-leaders .section .txt .info > div {padding:25px;}
  .introduce-leaders .section .txt .info > div ul {height:185px;max-height:185px;}
  .introduce-leaders .section .txt .info > div ul li {font-size:17px;padding-left:12px;}
  .introduce-leaders .section .txt .info > div ul li::before {top:9px;} */

  /* 2026.07.03 레이아웃 수정 */
  .introduce-leaders .readers-wrap {gap:100px 80px;}
  .introduce-leaders .section {gap: 25px;max-height:373px;}
  .introduce-leaders .section .img {width:260px;}
  .introduce-leaders .section .txt {width:calc(100% - 285px);}
  .introduce-leaders .section .txt .top {margin-bottom:20px;}
  .introduce-leaders .section .txt .top h4 {font-size:42px;}
  .introduce-leaders .section .txt .top .num {padding:5px 15px;font-size:18px;margin-bottom:8px;}
  .introduce-leaders .section .txt .top .num em:after {height:14px;top:3px;}
  .introduce-leaders .section .txt .top .term {font-size:17px;}
  .introduce-leaders .section .txt .info > div {padding: 20px;width:100%;}
  .introduce-leaders .section .txt .info > div h5 {font-size: 18px;padding-left: 25px;}
  .introduce-leaders .section .txt .info > div ul {height: 130px;max-height:130px;}
  .introduce-leaders .section .txt .info > div ul li {font-size: 16px;}


  .registration {padding-top:0;}
  .regulations .box{padding-top: 20px;}
  .regulations h3 {margin:40px 0 30px;padding-bottom:5px;font-size:22px;}
  .regulations .box section h4{font-size:18px;}
  .regulations .box section p{font-size:16px;}
  .regulations .box section ol > li{font-size:16px;padding-left: 28px;}
  .regulations .box section ol > li ul li{font-size:15px;}
  .regulations .box section ol > li ul li::before{width:4px;height:4px;top:10px;}

  .registration .layout .regist-lt {top:160px;padding-top:0;}
  .registration .layout .regist-lt h2 {font-size:35px;margin-bottom:60px;}
  .registration .layout .regist-lt h2 span {font-size:40px;margin-bottom:20px;}
  .registration .layout .regist-lt .infor1 {font-size:18px;margin-bottom:35px;}
  .registration .layout .regist-lt .infor1 dt {width:50px;}
  .registration .layout .regist-lt .infor2 li {font-size:16px;}
  .registration .layout .regist-lt .infor3 li {margin-bottom:5px;}


  .pastbbf .pb-photo-wrap {grid-gap:30px;}

  /* 유방전문병원 소개 */
  .hospintro .hospintro-list-wrap {gap:60px 40px;}
  .hospintro .hospintro-list-wrap > a {width:calc(25% - 30px);}
  .hospintro .hospintro-list-wrap > a .img {}



}


@media all and (max-width:1024px) {

  /* 공통 영역 */
  .btn-box a.btn-default {width: 220px;}
  .btn-box a.btn-default.btn-edit.big {font-size:20px;padding:16px;}
  .btn-box a.btn-default.btn-edit.big::before {top:2px;}
  .btn-box .btn-default.btn-edit {width:180px;padding: 12px 15px 12px 30px;font-size: 15px;}
  .btn-box .btn-default.btn-reply {font-size:15px;}
  .btn-box .btn-default.btn-cancle {font-size:15px;}

  ul.ul-type1 li {font-size:16px;padding-left:13px;}
  ul.ul-type1 li + li {margin-top:8px;}
  ul.ul-type1 li::before {top:7px;}

  .blue-box {padding:18px 18px 18px 50px;}
  .blue-box h4 {font-size:17px;}
  .blue-box h4::before {top:1px;}
  .blue-box p {font-size:16px;line-height:1.5;}

  .preparing {padding:40px 26%;}


  /*연구회 소개*/
  .greeting .greeting-con1 .greeting-txt{padding: 50px;}

  .committee .section01 {height:420px;margin:0 -20px;padding:0 20px;}
  .committee .section01 p {font-size:58px;}
  .committee .section02 {padding:120px 0 100px;}
  .committee .section02 img {width:140px;}
  .committee .section03 {gap:60px 40px;padding:0 120px;}
  .committee .section03 > div {width:calc(50% - 20px);}

  .subcommittee .executives table thead tr th {font-size: 18px;padding: 13px 0;}
  .subcommittee .executives table tbody tr th {padding:12px 0;font-size:16px;}
  .subcommittee .executives table tbody tr td {padding:12px 0;font-size:16px;}
  .subcommittee .description {padding:25px;margin-top:30px;}
  .subcommittee .description .cmt-dl dt {font-size:15px;}
  .subcommittee .description .cmt-dl dd {font-size:15px;}

  /* .introduce-leaders .section {max-height: none;height:auto;}
  .introduce-leaders .section .img {height:540px;max-height:540px;}
  .introduce-leaders .section .txt .top {margin-bottom:30px;}
  .introduce-leaders .section .txt .top h4 {font-size:45px;margin-bottom:35px;gap:20px;}
  .introduce-leaders .section .txt .top h4 span {font-size:22px;}
  .introduce-leaders .section .txt .top .num {padding:4px 16px;font-size:20px;margin-bottom:10px;}
  .introduce-leaders .section .txt .info {gap: 10px;flex-direction:column;}
  .introduce-leaders .section .txt .info > div h5 {margin-bottom:15px;}
  .introduce-leaders .section .txt .info > div ul {height: auto;max-height:none;} */

  /* 2026.07.03 레이아웃 수정 */
  .introduce-leaders .readers-wrap {grid-template-columns: repeat(1, 1fr);gap:100px;}
  .introduce-leaders .section {gap:60px;}
  .introduce-leaders .section .txt {width: calc(100% - 320px);}

  .cmt-history h4 {margin-bottom:10px;font-size:22px;}

  .history .his-wrap ul li {gap:40px;}
  .history .his-wrap ul li h3 {font-size:32px;}
  .history .his-wrap ul li .txt-cont {width:calc(100% - 320px);}
  .history .his-wrap ul li .txt-cont .txt strong {width:120px;font-size:18px;}
  .history .his-wrap ul li .txt-cont .txt .category {margin-top:2px;}
  .history .his-wrap ul li .txt-cont .txt .con p {font-size:18px;}
  .history .his-wrap ul li .txt-cont .txt .con p small {font-size:16px;}
  .history .his-wrap ul li em {padding:3px 8px;font-size:15px;}

  .regulations h3 {font-size:20px;}
  .regulations .box{padding-top:0;}
  .regulations .box section + section{margin-top: 30px;}
  .regulations .box section h4{font-size:16px;}
  .regulations .box section p{font-size:15px;}
  .regulations .box section ol{margin-top:10px;}
  .regulations .box section ol > li{font-size:15px;padding-left: 25px;}
  .regulations .box section ol > li ul li{font-size:14px;}
  .regulations .box section ol > li ul li::before{width:4px;height:4px;top:10px;}



  .registration .layout .regist-lt{position: relative;top: 0;float: none;margin-bottom: 50px;padding-top: 0;width: 100%;max-width: 100%;}
  .registration .layout .regist-rt{float: none;max-width: 100%;width: 100%;}


  /* BBF */
  .no-program {font-size:16px;padding:60px 20px;}

  .bbf .futurebbf-con .bbf-info-top{margin-bottom: 50px;}
  .bbf .futurebbf-con .bbf-info-top .bbf-infor2{display: block;padding:10px 20px;}
  .bbf .futurebbf-con .bbf-info-top .bbf-infor2 li{margin:5px 0;}

  .bbf .futurebbf-con .bbf-info-box{display: block;margin-bottom: 50px;}
  .bbf .futurebbf-con .bbf-info-box [class^="bbf-detail-con"]::before{width: 140px;}
  .bbf .futurebbf-con .bbf-info-box h4{font-size: 25px;}

  .bbf .futurebbf-con .bbf-info-box .bbf-detail-con1{display: block;}
  .bbf .futurebbf-con .bbf-info-box .bbf-detail-con1 .detail-lt{margin-bottom: 20px;text-align: center;}
  .bbf .futurebbf-con .bbf-info-box .bbf-detail-con1 .detail-lt p strong{margin-top: 10px;}


  .bbf .futurebbf-con .bbf-info-box .bbf-detail-con3 .map-btn .btn-view-link{display: block;width: 100%;}
  .bbf .futurebbf-con .bbf-info-box .bbf-detail-con3 .map-btn .btn-view-link a{width: 100%;}
  .bbf .futurebbf-con .bbf-info-box .bbf-detail-con3 .map-btn .btn-naver{display: block;margin: 0;width: 100%;}
  .bbf .futurebbf-con .bbf-info-box .bbf-detail-con3 .map-btn .btn-naver a{width: 100%;}

  .bbf .futurebbf-con .bbf-info-box .bbf-detail-con4{flex-wrap: wrap;}
  .bbf .futurebbf-con .bbf-info-box .bbf-detail-con4 dl{flex: none;width: 100%;}

  .bbs-wrap .pb-box {padding:25px;}
  .bbs-wrap .pb-box .con-box {gap:40px;}
  .bbs-wrap .pb-box .con-box .txt h3 {font-size: 28px;margin-bottom: 25px;}
  .bbs-wrap .pb-box .con-box dl dt {font-size: 16px;}
  .bbs-wrap .pb-box .con-box dl dd {font-size: 16px;}
  .bbs-wrap .pb-box .btn-box a:nth-child(1) {margin-bottom:15px;}

  .pastbbf .pb-doc-wrap > div {padding:30px 35px;}
  .pastbbf .pb-doc-wrap > div em {font-size:16px;margin-bottom:6px;}
  .pastbbf .pb-doc-wrap > div p {font-size:22px;margin-bottom:20px;}
  .pastbbf .pb-doc-wrap > div span {font-size:16px;}
  .pastbbf .pb-doc-wrap > div span strong {padding-right:12px;margin-right:6px;}
  .pastbbf .pb-doc-wrap > div span strong::after {top:6px;}
  .pastbbf .pb-doc-wrap > div .btn-box {position:relative;bottom:auto;right:auto;margin-top:25px;}

  .pastbbf .pb-photo-wrap {grid-gap:40px 20px;}
  .pastbbf .pb-photo-wrap > a .img {margin-bottom:20px;height: 165px;}
  .pastbbf .pb-photo-wrap > a p {font-size: 18px;margin-bottom:8px;}
  .pastbbf .pb-photo-wrap > a span {font-size: 15px;}




  /* 유방전문병원 소개 */
  .hospintro .hosp-title {margin-top:30px;font-size:22px;}
  .hospintro .hosp-title.bdrt {padding-top:30px;margin-top:60px;}
  .hospintro .hospintro-list-wrap {gap:40px 20px;margin-top:12px;}
  .hospintro .hospintro-list-wrap > a {width:calc(33.333% - 14px);}
  .hospintro .hospintro-list-wrap > a .txt p {font-size:21px;margin-bottom:5px;}
  .hospintro .hospintro-list-wrap > a .txt strong {font-size:17px;margin-bottom:15px;}
  .hospintro .hospintro-list-wrap > a .txt em {font-size:15px;}
  .hospintro .hospintro-list-wrap > a .txt span {font-size:15px;}
  .hospintro .hospintro-list-wrap .hospintro-empty {font-size:15px;padding:20px;}

  .hospintro .hospintro-view .hospintro-view-top .hospt-logo{position: relative;top: 0;margin-bottom: 30px;transform: translateY(0);}
  .hospintro .hospintro-view .hospintro-view-top .hospt-logo {max-height:40px;}
  .hospintro .hospintro-view .hospintro-view-con .med-staff-infor > ul{display: block;}
  .hospintro .hospintro-view .hospintro-view-con .med-staff-infor > ul > li{margin-bottom: 40px;width: 100%;}

  .hospintro .hospintro-view .hospintro-view-con .direction-con{display: block;}

  .hospintro .hospintro-view .hospintro-view-con .facility-con{display: block}
  .hospintro .hospintro-view .hospintro-view-con .facility-con .facility-lf{margin-bottom: 20px;width: 100%;max-width: 100%;}
  .hospintro .hospintro-view .hospintro-view-con .facility-con .facility-lf .facility-big ul li{height: auto;}
  .hospintro .hospintro-view .hospintro-view-con .facility-con .facility-rf{width: 100%;height: auto;}
  .hospintro .hospintro-view .hospintro-view-con .facility-con .facility-rf .facility-thumb ul li{width:180px;}

  .hospintro .hospintro-view .hospintro-view-con .direction-con .map{margin-bottom: 30px;width: 100%;}
  .hospintro .hospintro-view .hospintro-view-con .direction-con .map-infor {width: 100%;}
  .btn-homepage {margin-top:-2px;}

  .medical-popup .pop-box .pop-con h2 {font-size:26px;}
  .medical-popup .pop-box .pop-con .btn-pop-close {top:30px;right:25px;}
  .medical-popup .pop-box .pop-con .popup-scroll {padding:0 40px 40px;}
  .medical-popup .pop-box .pop-con h3 {font-size:18px;}
  .medical-popup .pop-box .pop-con .popup-scroll table {font-size: 16px;}
  .medical-popup .pop-box .pop-con .popup-scroll table tbody tr td [class^="med-ho"] {width:15px;height:15px;vertical-align:middle;}
  .medical-popup .pop-box .pop-con .popup-scroll .medical-state ul li {font-size: 16px;}
  .medical-popup .pop-box .pop-con .popup-scroll .medical-state ul li::before {width:15px;height:15px;}
  .medical-popup .pop-box .pop-con .popup-scroll .medical-list li {padding-left:17px;font-size:16px;}
  .medical-popup .pop-box .pop-con .popup-scroll .medical-list li::before {top:7px;width:5px;height:5px;}


  /* 토의게시판 */
  .discussion .pp-qus .info {font-size:16px;padding-left:22px;}
  .discussion .pp-qus .info::before {width:16px;height:16px;top:2px;}
  .discussion .pp-qus .who {gap: 8px;font-size: 16px;}


  /* 이용약관 */
  .policy h4 {font-size:19px;margin:35px 0 10px;}
  .policy p {font-size:16px;}
  .policy ol li {font-size:16px;}
  .policy ol li span {font-size:15px;}

}


/* mobile */
@media all and (max-width:768px) {

  /* 공통 영역 */
  h2.page-title {margin-bottom: 35px;font-size:32px;}
  h2.page-title .depth4 {display:block;font-size:26px;margin:15px 0 0 0;}
  h2.page-title small {display:block;font-size:24px;margin-top:6px;margin-bottom:-6px;}
  h2.page-title2 {font-size:32px;}
  h3.h3-title{font-size:26px;margin-bottom:25px;}
  h4.h4-title3 {font-size:20px;margin-bottom:15px;}

  .btn-box a.btn-default {font-size:15px;padding:10px 20px;}
  .btn-box a.btn-default.btn-download {padding:10px 30px 10px 30px;text-align:center;}
  .btn-box a.btn-default.btn-download::before {left:20px;}
  .btn-box a.btn-default.btn-edit {width:160px;padding:10px 20px 10px 50px;}
  .btn-box a.btn-default.btn-edit::before {left:20px;}
  .btn-box a.btn-default.btn-edit.big {font-size:18px;padding:12px;}
  .btn-box a.btn-default.btn-edit.big::before {margin-right:10px;top:3px;}
  .btn-box .btn-default.btn-edit {width:100%;font-size: 15px;}
  .btn-box .btn-default.btn-edit.big {width:100%;font-size: 18px;padding: 15px 20px;}
  .btn-box .btn-default.btn-edit.big::before {top:2px;}
  .btn-box .btn-default.btn-reply::before {left: 15px;}
  .btn-box .btn-default.btn-cancle {font-size: 14px;    padding: 11px 20px;}
  .btn-box .goList {margin:60px auto 0;width:100%;padding:14px;font-size:16px;}
  .btn-box.right {gap: 5px;}

  .board-top {flex-direction:column-reverse;gap:20px;align-items:flex-start;padding-bottom:10px;}
  .board-top .board-search {width:100%;}

  .board-search .btn-box {margin: 10px 0 0 0;}

  ul.ul-type1 li {font-size:14px;padding-left:10px;}
  ul.ul-type1 li::before {width:4px;height:4px;top:6px;}

  ul.guide-txt {margin-top:10px;}
  ul.guide-txt li {font-size:14px;}

  .blue-box {padding:15px 15px 15px 40px;margin-bottom:20px;}
  .blue-box h4 {font-size:16px;margin-bottom:5px;}
  .blue-box.findid h4::before {width:18px;height:18px;left:-23px;}
  .blue-box p {font-size:14px;}

  .pink-box {padding:8px 8px 8px 12px;}
  .pink-box li {font-size:14px;padding-left:8px;}
  .pink-box li + li {margin-top:4px;}
  .pink-box li::before {width:4px;height:4px;}
  .pink-box p {font-size: 14px;}
  .pink-box.notifi {padding-left:30px;}
  .pink-box.notifi::before {width:15px;height:15px;top:10px;left:8px;}

  .mb-br{display: none;}

  .preparing {padding:20px 0%;}

  /* 연구회 소개 */
  .greeting .greeting-con1{display: block;margin-bottom: 0;}
  .greeting .greeting-con1 img{display: block;width: 100%;}
  .greeting .greeting-con1 .greeting-txt{padding: 30px;}
  .greeting .greeting-con1 .greeting-txt .txt1{font-size: 24px;}
  .greeting .greeting-con1 .greeting-txt .txt2{font-size: 17px;}
  .greeting .greeting-con1 .greeting-txt .txt3{font-size: 14px;}
  .greeting .greeting-con1 .greeting-txt .txt3 span{font-size: 22px;}

  .greeting .greeting-con2{margin-bottom: 50px;padding:80px 20px 50px;}
  .greeting .greeting-con2 dl dt{font-size: 18px;}
  .greeting .greeting-con2 dl dt:nth-of-type(1){font-size: 20px;}
  .greeting .greeting-con2 dl dd{margin-bottom: 30px;font-size: 14px;}

  .greeting .greeting-con3 h3{font-size: 20px;margin-bottom:15px;}
  .greeting .greeting-con3 p{font-size: 14px;margin-bottom: 35px;}

  .committee .section01 {height:360px;}
  .committee .section01 p {font-size:40px;padding-top:44%;}
  .committee .section02 {padding: 80px 0 60px;}
  .committee .section02 img {width:100px;margin:0 auto 30px;}
  .committee .section02 strong {font-size:20px;margin-bottom:15px;}
  .committee .section02 p {font-size:15px;}
  .committee .section02 p br {display:none;}
  .committee .section03 {gap:40px;padding:0;}
  .committee .section03 > div {width:100%;}
  .committee .section03 > div img {margin-bottom: 20px;}
  .committee .section03 > div p {font-size:18px;margin-bottom:5px;}
  .committee .section03 > div span {font-size:14px;}

  .subcommittee .executives h3{font-size: 18px;margin-bottom: 10px;}
  .subcommittee .executives .scroll-box{overflow-x:auto;}
  .subcommittee .executives .scroll-box table{width:800px;}
  .subcommittee .executives table thead tr th{padding:10px 0;font-size:15px;}
  .subcommittee .executives table tbody tr th{padding:10px 0;font-size:14px;}
  .subcommittee .executives table tbody tr td{padding:10px 0;font-size:14px;}
  .subcommittee .description {padding:20px;margin-top:25px;}
  .subcommittee .description .cmt-dl dt {font-size:14px;clear:both;float:none;width:100%;margin-bottom:3px;}
  .subcommittee .description .cmt-dl dt::before {top:6px;}
  .subcommittee .description .cmt-dl dd {font-size:14px;padding:0 0 0 10px;margin-bottom:12px;}

  /* .introduce-leaders .section {flex-direction:column;gap:30px;}
  .introduce-leaders .section.right {flex-direction: column-reverse;}
  .introduce-leaders .section + .section {margin-top:120px;}
  .introduce-leaders .section .img {width:100%;height:auto;max-height:none;background-size:95%;}
  .introduce-leaders .section .txt {width:100%;}
  .introduce-leaders .section .txt .top {margin-bottom: 20px;}
  .introduce-leaders .section .txt .top h4 {font-size:35px;margin-bottom:15px;gap:10px;}
  .introduce-leaders .section .txt .top h4 span {font-size: 18px;}
  .introduce-leaders .section .txt .top .num {padding:4px 15px;font-size:16px;margin-bottom:8px;}
  .introduce-leaders .section .txt .top .num em {padding-right:12px;margin-right:10px;}
  .introduce-leaders .section .txt .top .num em::after {height:14px;top:3px;}
  .introduce-leaders .section .txt .top .term {font-size:15px;}
  .introduce-leaders .section .txt .info > div {padding: 20px;}
  .introduce-leaders .section .txt .info > div h5 {font-size:17px;padding-left:25px;margin-bottom:12px;}
  .introduce-leaders .section .txt .info > div h5::before {width:18px;height:18px;top:4px;}
  .introduce-leaders .section .txt .info > div ul li {font-size: 14px;}
  .introduce-leaders .section .txt .info > div ul li + li {margin-top:3px;}
  .introduce-leaders .section .txt .info > div ul li::before {width:5px;height:5px;top:6px;} */

  /* 2026.07.03 레이아웃 수정 */
  .introduce-leaders .readers-wrap {gap:60px;}
  .introduce-leaders .section {flex-direction:column;max-height:none;gap:25px;}
  .introduce-leaders .section.right {flex-direction:column-reverse;}
  .introduce-leaders .section .img {margin:auto;}
  .introduce-leaders .section .txt {width:100%;}
  .introduce-leaders .section .txt .top h4 {font-size:35px;}
  .introduce-leaders .section .txt .top .num {font-size:16px;}
  .introduce-leaders .section .txt .top .num em {padding-right:14px;margin-right:12px;}
  .introduce-leaders .section .txt .top .term {font-size:16px;}
  .introduce-leaders .section .txt .info > div ul {height:auto;max-height:none;}
  .introduce-leaders .section .txt .info > div ul li {font-size:14px;padding-left:10px;}
  .introduce-leaders .section .txt .info > div ul li + li {margin-top:4px;}
  .introduce-leaders .section .txt .info > div ul li::before {width:4px;height:4px;top:6px;}


  .cmt-history h4 {font-size:18px;margin-bottom:5px;}
  .cmt-history .executives + .executives {margin-top:60px;}

  .history .his-wrap ul li {flex-wrap:wrap;margin-top:40px;padding-bottom:40px;gap:30px;}
  .history .his-wrap ul li h3 {width:100%;}
  .history .his-wrap ul li .txt-cont {width:100%;}
  .history .his-wrap ul li .txt-cont .txt {flex-direction:column;}
  .history .his-wrap ul li .txt-cont .txt::before {top:11px;}
  .history .his-wrap ul li .txt-cont .txt strong {width:100%;}
  .history .his-wrap ul li .txt-cont .txt .category {width:50px;font-size:15px;}
  .history .his-wrap ul li .txt-cont .txt .con {flex-direction:column;width:100%;gap:8px;}
  .history .his-wrap ul li .txt-cont .txt .con p {width:100%;font-size:16px;}
  .history .his-wrap ul li .txt-cont .txt .con p small {font-size:14px;margin-top:6px;padding-left:20px;}
  .history .his-wrap ul li .txt-cont .txt .con p small::before {width:16px;height:16px;top:3px;}
  .history .his-wrap ul li em {font-size:14px;gap:8px;}
  .history .his-wrap ul li em i {/*padding-left:8px;*/height: 12px;}

  .regulations .box section ol > li ul{padding:20px;}
  .regulations .box .txt-box{flex-wrap: wrap;gap:10px 20px;padding:20px;}
  .regulations .box .txt-box span{font-size:15px;width:calc(50% - 10px);}






  /* BBF */
  .no-program {font-size:14px;padding:40px 20px;}

  .bbf .futurebbf-con .bbf-info-top{padding-top: 30px;}
  .bbf .futurebbf-con .bbf-info-top .h3-txt{margin-bottom: 10px;font-size: 20px;}
  .bbf .futurebbf-con .bbf-info-top h3{padding-left: 38px;font-size: 30px;line-height: 1.1;background-size: 28px;}
  .bbf .futurebbf-con .bbf-info-top .bbf-infor1{font-size: 14px;margin-bottom:25px;}
  .bbf .futurebbf-con .bbf-info-top .bbf-infor1 dt{margin-right: 10px;padding-right: 10px;}
  .bbf .futurebbf-con .bbf-info-top .bbf-infor1 dt::after{height: 13px;}
  .bbf .futurebbf-con .bbf-info-top .bbf-infor2 {padding:8px 15px;}
  .bbf .futurebbf-con .bbf-info-top .bbf-infor2 li{font-size: 16px;align-items:center;}
  .bbf .futurebbf-con .bbf-info-top .bbf-infor2 li span{margin:0 10px 0 0;width: 50px;height: 25px;line-height:25px;font-size: 15px;}

  .bbf .futurebbf-con .bbf-info-box h4 {font-size:22px;width:100%;margin-bottom:4px;}
  .bbf .futurebbf-con .bbf-info-box [class^="bbf-detail-con"] {padding-top: 30px;}
  .bbf .futurebbf-con .bbf-info-box .bbf-detail-con1 .detail-rt{font-size: 14px;}
  .bbf .futurebbf-con .bbf-info-box .bbf-detail-con2{font-size: 14px;}

  .bbf .futurebbf-con .bbf-info-box .bbf-detail-con2 dt{padding: 10px 10px 10px 30px;width: 90px;background-position: left 12px;}
  .bbf .futurebbf-con .bbf-info-box .bbf-detail-con2 dd{padding: 10px;width: calc(100% - 90px);}

  .bbf .futurebbf-con .bbf-info-box .bbf-detail-con3 .map{height: 250px;}
  .bbf .futurebbf-con .bbf-info-box .bbf-detail-con4 dl{padding: 20px;}
  .bbf .futurebbf-con .bbf-info-box .bbf-detail-con4 dl dt{padding-left: 50px;font-size: 20px;background-size: 40px;}
  .bbf .futurebbf-con .bbf-info-box .bbf-detail-con4 dl dd{font-size: 14px;background-position: left -1px;}
  .bbf .futurebbf-con .bbf-info-box .bbf-detail-con4 dl dd .btn-app-go a{font-size: 14px;}

  .bbf .futurebbf-con .bbf-info-box .bbf-detail-con5{flex-wrap: wrap;}
  .bbf .futurebbf-con .bbf-info-box .bbf-detail-con5 dl{padding: 20px;width: 100%;}
  .bbf .futurebbf-con .bbf-info-box .bbf-detail-con5 dl dt{padding-left: 50px;font-size: 20px;background-size: 40px;}
  .bbf .futurebbf-con .bbf-info-box .bbf-detail-con5 dl dd ul li{font-size: 14px;background-position: left -1px;}
  .bbf .futurebbf-con .bbf-info-box .bbf-detail-con5 .reg-info ul li{font-size: 14px;}
  .bbf .futurebbf-con .bbf-info-box .bbf-detail-con5 .reg-info ul li::before{top: 7px;width: 5px;height: 5px;}
  .bbf .futurebbf-con .bbf-info-box .bbf-detail-con5 .reg-info p{font-size: 14px;}

  .bbf .futurebbf-con .bbf-info-box .bbf-detail-con6 .bbf-tab{margin-bottom: 30px;}
  .bbf .futurebbf-con .bbf-info-box .bbf-detail-con6 .bbf-tab button{flex:1;padding-left: 30px;font-size: 15px;height: 50px;word-break: keep-all;line-height: 1;}
  .bbf .futurebbf-con .bbf-info-box .bbf-detail-con6 .bbf-tab button.on{background-position: 8px center;}
  .bbf .futurebbf-con .bbf-info-box .bbf-detail-con6 .bbf-tab-con .locati-txt{font-size: 14px;}
  .bbf .futurebbf-con .bbf-info-box .bbf-detail-con6 .bbf-tab-con .table-row-scroll{overflow-x:auto}
  .bbf .futurebbf-con .bbf-info-box .bbf-detail-con6 .bbf-tab-con table{min-width: 900px;font-size:14px}
  .bbf .futurebbf-con .bbf-info-box .bbf-detail-con6 .bbf-tab-con table colgroup{display: none;}
  .bbf .futurebbf-con .bbf-info-box .bbf-detail-con6 .bbf-tab-con table tr th{width: 100px;}
  .bbf .futurebbf-con .bbf-info-box .bbf-detail-con6 .bbf-tab-con table tr td{padding:10px}
  .bbf .futurebbf-con .bbf-info-box .bbf-detail-con7 p{min-height: 150px;font-size: 25px;}
  .bbf .futurebbf-con .bbf-info-box .bbf-detail-con7 p .btn-reg a{font-size: 18px;}
  .bbf .futurebbf-con .bbf-info-box .bbf-detail-con7 p .btn-reg a.ver2 {margin:10px 0 0 0;}

  .bbf .add-info {}
  .bbf .add-info .pre-res-info {grid-template-columns: repeat(1, 1fr);gap:4px 0;}
  .bbf .add-info .pre-res-info dt {font-size:15px;}
  .bbf .add-info .pre-res-info dd {font-size:15px;margin-bottom: 8px;}
  .bbf .add-info .pre-res-info dd.bank-info {flex-wrap:wrap;gap:2px 10px;padding:8px 12px;}
  .bbf .add-info .pre-res-info dd.bank-info span {display:block;width:100%;}
  .bbf .add-info h5 {font-size:18px;margin:15px 0 12px;padding-top:10px;}
  .bbf .add-info ul li {font-size: 14px;}
  .bbf .add-info ul li + li {margin-top:4px;}
  .bbf .add-info ul li:before {top: 6px;}




  .registration{padding-top: 0;}
  .registration .layout .regist-lt h2{margin-bottom:40px;font-size:28px;}
  .registration .layout .regist-lt h2 span{margin-bottom:15px;font-size:32px;}
  .registration .layout .regist-lt .infor1{font-size: 16px;}
  .registration .layout .regist-lt .infor1 dt{width: 45px;}
  .registration .layout .regist-lt .infor2 li{font-size: 14px;}
  .registration .layout .regist-lt .pre-add-info {margin-bottom:35px;}
  .registration .layout .regist-lt .infor4 {grid-template-columns:repeat(1, 100px 1fr);gap:10px 0;}
  .registration .layout .regist-lt .infor4 dt {font-size: 16px;}
  .registration .layout .regist-lt .infor4 dd {font-size: 16px;}

  .bbs-wrap .pb-box {flex-direction:column;align-items:flex-start;margin-top:20px;}
  .bbs-wrap .pb-box .con-box {flex-direction:column;gap:20px;width:100%;}
  .bbs-wrap .pb-box .con-box .img {width:100%;}
  .bbs-wrap .pb-box .con-box .img img {width:100%;}
  .bbs-wrap .pb-box .con-box .txt h3 {font-size:24px;margin-bottom:10px;}
  .bbs-wrap .pb-box .con-box dl dt {width:40px;font-size:15px;line-height:1.6;}
  .bbs-wrap .pb-box .con-box dl dd {padding:0 0 0 40px;font-size:15px;line-height:1.6;}
  .bbs-wrap .pb-box .btn-box {width:100%;margin-top:25px;}
  .bbs-wrap .pb-box .btn-box a.btn-default {width:100%;}

  .pastbbf .pb-doc-wrap {grid-template-columns:repeat(1, 1fr);}
  .pastbbf .pb-doc-wrap > div {padding:25px;}
  .pastbbf .pb-doc-wrap > div em {font-size:14px;margin-bottom:5px;}
  .pastbbf .pb-doc-wrap > div p {font-size:18px;margin-bottom:15px;}
  .pastbbf .pb-doc-wrap > div span {font-size: 14px;}
  .pastbbf .pb-doc-wrap > div span strong {padding-right:10px;}
  .pastbbf .pb-doc-wrap > div span strong::after {height:12px;}
  .pastbbf .pb-doc-wrap > div .btn-box a.btn-default {width:100%;}

  .pastbbf .pb-photo-wrap {grid-gap:30px 10px;grid-template-columns:repeat(2, 1fr);}
  .pastbbf .pb-photo-wrap > a .img {margin-bottom:15px;height: 120px;}
  .pastbbf .pb-photo-wrap > a p {font-size:16px;}
  .pastbbf .pb-photo-wrap > a span {font-size:14px;margin-bottom:6px;}





  /* 유방전문병원 소개 */
  .hospintro .hosp-title {margin-top:25px;font-size:20px;}
  .hospintro .hosp-title.bdrt {padding-top:25px;margin-top:40px;}
  .hospintro .hospintro-list-wrap {gap:10px;margin-top:8px;}
  .hospintro .hospintro-list-wrap > a {width:calc(50% - 5px);}
  .hospintro .hospintro-list-wrap > a .img {max-height:140px;height:140px;}
  .hospintro .hospintro-list-wrap > a .txt {padding:15px;}
  .hospintro .hospintro-list-wrap > a .txt p {font-size:18px;margin-bottom:2px;}
  .hospintro .hospintro-list-wrap > a .txt strong {font-size:16px;margin-bottom:8px;}
  .hospintro .hospintro-list-wrap > a .txt em {font-size:14px;}
  .hospintro .hospintro-list-wrap > a .txt span {font-size:14px;position:relative;bottom:auto;right:auto;margin-top:10px;}
  .hospintro .hospintro-list-wrap .hospintro-empty {font-size:14px;padding:15px;}

  .hospintro .hospintro-view{margin-bottom: 40px;}
  .hospintro .hospintro-view .hospintro-view-top {padding:25px 0;}
  .hospintro .hospintro-view .hospintro-view-top .hospt-logo img {max-height:35px;width:auto;}
  .hospintro .hospintro-view .hospintro-view-top h3 {font-size: 28px;}
  .hospintro .hospintro-view .hospintro-view-top ul{font-size: 14px;}
  .hospintro .hospintro-view .hospintro-view-top ul li:nth-child(1){margin-right: 10px;padding-right: 10px;}
  .hospintro .hospintro-view .hospintro-view-con{padding: 40px 0 50px;}
  .hospintro .hospintro-view .hospintro-view-con h4{font-size: 22px;}
  .hospintro .hospintro-view .hospintro-view-con .infor-txt{margin-bottom: 60px;font-size: 14px;}
  .hospintro .hospintro-view .hospintro-view-con .infor-txt strong{font-size: 18px;}
  .hospintro .hospintro-view .hospintro-view-con .facility-con{margin-bottom: 60px;}
  .hospintro .hospintro-view .hospintro-view-con .facility-con .facility-rf .facility-thumb ul li{width:120px;height: 74px;}
  .hospintro .hospintro-view .hospintro-view-con .facility-con .facility-lf .facility-big ul li figcaption{padding: 0 20px;height: 40px;font-size: 16px;}

  .hospintro .hospintro-view .hospintro-view-con .med-staff-infor{margin-bottom: 60px;}
  .hospintro .hospintro-view .hospintro-view-con .med-staff-infor > ul > li{display:block}
  .hospintro .hospintro-view .hospintro-view-con .med-staff-infor > ul > li .photo{max-width:100%;max-height:none;height:auto;width: 100%;margin-bottom:25px;}
  .hospintro .hospintro-view .hospintro-view-con .med-staff-infor > ul > li .photo img{width: 100%;}
  .hospintro .hospintro-view .hospintro-view-con .med-staff-infor > ul > li .staff-infor h5{font-size: 28px;margin-bottom:20px;}
  .hospintro .hospintro-view .hospintro-view-con .med-staff-infor > ul > li .staff-infor h5 span{font-size:18px;margin-top:5px;}
  .hospintro .hospintro-view .hospintro-view-con .med-staff-infor > ul > li .staff-infor ul{margin-bottom: 20px;}
  .hospintro .hospintro-view .hospintro-view-con .med-staff-infor > ul > li .staff-infor ul li{font-size: 14px;line-height:28px;}
  .hospintro .hospintro-view .hospintro-view-con .med-staff-infor .btn-detail-view a{font-size: 15px;}
  .hospintro .hospintro-view .hospintro-view-con .direction-con .map{height: 250px;}
  .hospintro .hospintro-view .hospintro-view-con .direction-con .map-infor .medical-add li{font-size: 14px;background-size: 18px;background-position: left top;margin-bottom:10px;}
  .hospintro .hospintro-view .hospintro-view-con .direction-con .map-infor .medical-add li:last-child{margin-bottom:20px;}
  .hospintro .hospintro-view .hospintro-view-con .direction-con .map-infor .medical-add li:has(.url) {gap: 15px;}
  .hospintro .hospintro-view .hospintro-view-con .direction-con .map-infor .medical-add li .url {width:calc(100% - 165px);}
  .hospintro .hospintro-view .hospintro-view-con .direction-con .map-infor .medical-add li .btn-homepage{display: block;}
  .hospintro .hospintro-view .hospintro-view-con .direction-con .map-infor .medical-add li .btn-homepage a {padding-left:15px;width:150px;height:32px;line-height:32px;font-size:14px;background-position:right 15px center;}
  .btn-homepage {margin-top:-6px;}

  .hospintro .hospintro-view .hospintro-view-con .direction-con .map-infor .medical-hours .txt-box{font-size: 14px;}

  .btn-bbs-box .btn-bbs {display:block;}
  .btn-bbs-box .btn-bbs a{width:100%;height: 50px;font-size: 16px;}

  .bbf .btn-bbs-box {margin-top:60px;}

  .medical-popup .pop-box .pop-con{/*padding: 30px;*/}
  .medical-popup .pop-box .pop-con h2 {padding: 30px 20px 0px 20px;font-size: 22px;}
  .medical-popup .pop-box .pop-con .btn-pop-close{top:20px;right: 20px;}
  .medical-popup .pop-box .pop-con .popup-scroll {padding: 0 20px 20px;}
  .medical-popup .pop-box .pop-con .popup-scroll h3 {font-size: 16px;}
  .medical-popup .pop-box .pop-con .popup-scroll table {font-size: 14px;}
  .medical-popup .pop-box .pop-con .popup-scroll table thead tr th {padding: 10px 5px;}
  .medical-popup .pop-box .pop-con .popup-scroll table tbody tr th,
  .medical-popup .pop-box .pop-con .popup-scroll table tbody tr td {padding: 10px 5px;}
  .medical-popup .pop-box .pop-con .popup-scroll table tbody tr td [class^="med-ho"] {width:12px;height:12px;}
  .medical-popup .pop-box .pop-con .popup-scroll .medical-state {padding: 12px 20px;}
  .medical-popup .pop-box .pop-con .popup-scroll .medical-state ul {gap: 20px;}
  .medical-popup .pop-box .pop-con .popup-scroll .medical-state ul li {font-size:14px;}
  .medical-popup .pop-box .pop-con .popup-scroll .medical-state ul li::before {width:12px;height:12px;}
  .medical-popup .pop-box .pop-con .popup-scroll .medical-list li {padding-left: 16px;font-size: 14px;margin-bottom:3px;}

  .navi-menu-sub{gap: 20px;margin-bottom: 48px;}
  .navi-menu-sub a{padding: 10px 0;font-size: 17px;}



  /* 토의게시판 */
  .discussion .pp-qus {margin-top:10px;padding:15px 20px;gap: 10px;align-items: flex-start;gap: 5px;}
  .discussion .pp-qus .info {font-size:14px;padding-left:20px;}
  .discussion .pp-qus .info::before {width:15px;height:15px;top:2px;}
  .discussion .pp-qus .who {gap:5px;font-size:14px;}
  #board-wrap .view .add-question .view-box .pp-qus {padding-bottom:0px;border-bottom:0;}

  .write .write-wrap {width:100%;}
  .write .write-wrap .form-default .form-box:last-of-type {margin-bottom:0;}

  .discussion.write .btn-box {margin-top:20px;}



  /* 이용약관 */
  .policy h4 {font-size:18px;}
  .policy p {font-size:14px;}
  .policy ol li {font-size:14px;}
  .policy ol li span {font-size:14px;line-height:1.4;}



}
