@charset "utf-8";
/*
Nanum Gothic
Regular(400)
Bold(700)
ExtraBold(800)
*/


/* 메인 */
.main-quick {display: flex; flex-wrap: wrap; padding-top: 29px;}
.main-quick ._clinic {
    width: calc(33% - 10px);
    margin-right: 21px;
    height: 119px;
    margin-bottom: 21px;
}
.main-quick ._clinic a {
    width: 100%;
    height: 100%;
    padding: 26px 0 0 38px;
    display: block;
}
.main-quick ._clinic:nth-child(3n) {margin-right: 0;}
.main-quick ._clinic._01 {
    background: url(../image/clinic-bg-01.png) no-repeat;
}
.main-quick ._clinic._02 {
    background: url(../image/clinic-bg-02.png) no-repeat;
}
.main-quick ._clinic._03 {
    background: url(../image/clinic-bg-03.png) no-repeat;
}
.main-quick ._clinic._04 {
    background: url(../image/clinic-bg-04.png) no-repeat;
}
.main-quick ._clinic._05 {
    background: url(../image/clinic-bg-05.png) no-repeat;
}
.main-quick ._clinic._06 {
    background: url(../image/clinic-bg-06.png) no-repeat;
}
.main-quick ._clinic p {
    font-family: 'Pretendard';
    font-size: 22px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.27;
    letter-spacing: -0.55px;
    text-align: left;
    color: #fff;
    margin-bottom: 3px;
}
.main-quick ._clinic span {
    font-family: 'Pretendard';
    font-size: 16px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.44;
    letter-spacing: -0.4px;
    text-align: left;
    color: #fff;
}
.main-quick ._time {
    width: calc(50% - 10px);
    margin-right: 20px;
    height: 119px;
    border: 3px solid #dedede;
    background-color: #ececec;
    border-radius: 10px;
    
}
.main-quick ._time a {
    padding: 0 0 0 58px;
    display: flex;
    align-items: center;
    height: 100%;
    width: 100%;
}
.main-quick ._map {
    width: calc(50% - 10px);
    height: 119px;
    border: 3px solid #dedede;
    background-color: #ececec;
    border-radius: 10px;
}

.main-quick ._map a {
    padding: 0 0 0 40px;
    display: flex;
    align-items: center;
    height: 100%;
    width: 100%;
}

.main-quick ._time img, .main-quick ._map img {
    margin-right: 10px;
}

.main-quick ._time span:nth-child(3), .main-quick ._map span:nth-child(3) {
    margin-right: 40px;
    font-family: 'Pretendard';
    font-size: 22px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.27;
    letter-spacing: -0.55px;
    text-align: left;
    color: #333;
}

.main-quick ._time span:nth-child(4), .main-quick ._map span:nth-child(4) {
    font-family: 'Pretendard';
    font-size: 18px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.56;
    letter-spacing: -0.45px;
    text-align: left;
    color: #333;
}

/* thacks to */
.main-thanks { max-width: 100%;
    display: grid;
    gap: 10px;
    background: #f2e7e2;
    margin-top: 59px; 
    padding: 65px 0 87px 0;
} 
.main-thanks ._txt-01 {
    font-family: 'Pretendard';
    font-size: 35px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.97;
    letter-spacing: -0.88px;
    text-align: center;
    color: #333;
    margin-bottom: 51px;
}
._card { width:100%; margin:auto; --duration: 60s; gap: 10px; display: flex; overflow: hidden; user-select: none; gap: 10px; } 
._card__group { flex-shrink: 0; display: flex; align-items: center; justify-content: space-around; gap: 10px; min-width: 100%; animation: scroll var(--duration) linear infinite; } 
@media (prefers-reduced-motion: reduce){
 ._card__group { animation-play-state: paused; } 
 }
._card__group .__box {
    max-width: 100%; 
    object-fit: cover; 
    width: 470px; 
    height: 272px;
    border-radius: 15px;
    border: solid 0 #000;
    background-color: #fff;
    padding: 45px 34px 0 38px;
    position: relative;
} 

.img_heart {
    position: absolute;
    right: 22px;
    top: 22px;
}

._card__group .__box h1 {
    font-family: 'Pretendard';
    font-size: 22px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: -0.55px;
    text-align: left;
    color: #752e4a;
    margin-bottom: 24px;
}

._card__group .__box p {
    font-family: 'Pretendard';
    font-size: 17px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.65;
    letter-spacing: -0.43px;
    text-align: left;
    color: #333;
    border-bottom: 1px solid #c1c1c1;
    padding-bottom: 25px;
}

._card__group .__box span {
    font-family: 'Pretendard';
    font-size: 16px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: -0.4px;
    text-align: left;
    color: #333;
    display: block;
    margin-top: 20px;
}

._card--reverse ._card__group { animation-direction: reverse; animation-delay: calc(var(--duration) / -2); } 
@keyframes scroll { 
 0% { transform: translateX(0); } 
 100% { transform: translateX(calc(-100% - 10px)); } 
}

.main-video {
    padding-top: 54px;
}

.main-video ._wrap {
    display: flex;
    max-height: 280px;
}

.main-video ._wrap .half {
    width: 50%;
}

.main-video ._wrap .half._left {
    display: flex;
    position: relative;
}


.main-video ._wrap .half._left .go-media {
    position: absolute;
    left: 45px;
    bottom: 35px;
    font-family: 'Pretendard';
    font-size: 16px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.13;
    letter-spacing: -0.4px;
    text-align: left;
    color: #333;
}

.main-video ._wrap .half._left ._txt h1 {
    font-family: 'Pretendard';
    font-size: 18px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: -0.45px;
    text-align: left;
    color: #752e4a;
    margin-bottom: 17px;
}

.main-video ._wrap .half._left ._txt p {
    font-family: 'Pretendard';
    font-size: 22px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.36;
    letter-spacing: -0.55px;
    text-align: left;
    color: #333;
}

.main-video ._wrap .half._left ._txt span:nth-child(3) {
    font-family: 'Pretendard';
    font-size: 22px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.36;
    letter-spacing: -0.55px;
    text-align: left;
    color: #333;
    display: block;
    margin-bottom: 65px;
}

.main-video ._wrap .half._left ._txt a {
    font-family: 'Pretendard';
    font-size: 16px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.13;
    letter-spacing: -0.4px;
    text-align: left;
    color: #333;
}

.main-video ._wrap .half._left ._txt {
    width: 168px;
}

.main-video ._wrap .half._left ._slide {
    display: flex;
    flex-direction: column;
}

.main-video ._wrap .half._left ._slide ul {
    width: 600px;
    height: 280px; 
}

.main-video ._wrap .half._left ._slide ul li {
}

.main-video ._wrap .half._left ._slide ul li a { 
    display: flex;
}

.main-video ._wrap .half._left ._slide ul li a img {
    width: 600px;
    height: 280px; 
}



.main-video ._wrap .half._right {
    display: flex;
    padding: 47px 43px 0 43px;
    border: 1px solid #d6c5cc;
    position: relative;
}

.main-video ._wrap .half._right .go-media {
    position: absolute;
    left: 45px;
    bottom: 35px;
    font-family: 'Pretendard';
    font-size: 16px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.13;
    letter-spacing: -0.4px;
    text-align: left;
    color: #333;
}

.main-video ._wrap .half._right ._txt h1 {
    font-family: 'Pretendard';
    font-size: 18px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: -0.45px;
    text-align: left;
    color: #752e4a;
    margin-bottom: 17px;
}

.main-video ._wrap .half._right ._txt p {
    font-family: 'Pretendard';
    font-size: 22px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.36;
    letter-spacing: -0.55px;
    text-align: left;
    color: #333;
}

.main-video ._wrap .half._right ._txt span:nth-child(3) {
    font-family: 'Pretendard';
    font-size: 22px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.36;
    letter-spacing: -0.55px;
    text-align: left;
    color: #333;
    display: block;
    margin-bottom: 65px;
}

.main-video ._wrap .half._right ._txt a {
    font-family: 'Pretendard';
    font-size: 16px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.13;
    letter-spacing: -0.4px;
    text-align: left;
    color: #333;
}

.main-video ._wrap .half._right ._txt {
    width: 168px;
}

.main-video ._wrap .half._right ._slide {
    display: flex;
    flex-direction: column;
}

.main-video ._wrap .half._right ._slide ul {
    width: 508px;
    height: 203px;
}

.main-video ._wrap .half._right ._slide ul li {
}

.main-video ._wrap .half._right ._slide ul li a {
    display: flex;
}

.main-video ._wrap .half._right ._slide ul li a img {
    margin-left: 42px;
    width: 300px;
    height: 170px;
}

.main-video .swiper-pagination {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: flex-end;
    margin-top: -15px;
    height: 10px;
}

.main-video .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background-color: #bababa;
    opacity: 1;
    margin-bottom: 0;
    border-radius: 50%;
    margin-right: 5px;
}

.main-video .swiper-pagination-bullet-active {
    width: 8px;
    height: 8px;
    background-color: #752e4a;
    opacity: 1;
    margin-bottom: 0;
    border-radius: 50%;
}

.main-news {
    padding-top: 55px;
}

.main-news ._slide {
    position: relative;
}

.main-news ._slide .button-box {
    height: 30px;
    position: absolute;
    bottom: 0;
    right: 434px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.main-news ._slide .swiper-container, .main-news .swiper-container ul {
    width: 1200px;
}

.main-news ._slide .swiper-container,
.main-news .swiper-container ul li {
	width: 100%;
}

.main-news ._slide ul li a {
    display: flex;
}

.main-news ._slide ul li a ._left {
    width: 50%;
}

.main-news ._slide ul li a ._right {
    width: 50%;
    padding: 0 21px 0 76px;
}

.main-news ._slide ul li a ._right h1 {
    font-family: 'Pretendard';
    font-size: 30px;
    font-weight: 800;
    font-stretch: normal;
    font-style: normal;
    line-height: 2;
    letter-spacing: normal;
    text-align: left;
    color: #752e4a;
}

.main-news ._slide ul li a ._right p {
    font-family: 'Pretendard';
    font-size: 32px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.38;
    letter-spacing: -0.8px;
    text-align: left;
    color: #101820;
    margin-bottom: 17px;
}

.main-news ._slide ul li a ._right span {
    font-family: 'Pretendard';
    font-size: 18px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.67;
    letter-spacing: -0.45px;
    text-align: left;
    color: #101820;
}

.main-news .swiper-pagination {
    position: relative;
    display: flex;
    align-items: center;
    margin: 0 17px 0 20px;
}

.main-news .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background-color: #bababa;
    opacity: 1;
    margin-bottom: 0;
    border-radius: 50%;
    margin-right: 5px;
}

.main-news .swiper-pagination-bullet-active {
    width: 8px;
    height: 8px;
    background-color: #752e4a;
    opacity: 1;
    margin-bottom: 0;
    border-radius: 50%;
}

.main-news ._slide .button-box .button-next {
    background: url('/public/image/news-slide-next.png') no-repeat;
    height: 24px;
    width: 13px;
    cursor: pointer;
}

.main-news ._slide .button-box .button-prev {
    background: url('/public/image/news-slide-prev.png') no-repeat;
    height: 24px;
    width: 13px;
    cursor: pointer;
}

.main-media {
    padding-top: 57px;
}

.main-media ._wrap { 
    display: flex;
}

.main-media ._wrap ._title {
    padding-right: 79px;
}

.main-media ._wrap ._title a {
    font-family: 'Pretendard';
    font-size: 30.5px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.39;
    letter-spacing: -0.76px;
    text-align: left;
    font-weight: bold;
    color: #9c9c9c;
    cursor: pointer
}

.main-media ._wrap ._title a.active {
    color: #752e4a;
}

.main-media ._wrap ._txt {
    font-family: 'Pretendard';
    padding: 19px 25px 29px 35px;
    border-left: 1px solid #e0e0e0;
    width: 339px;
}

.main-media ._wrap ._txt a {
    color: inherit;
}

.main-media ._wrap ul {
    display: flex;
}

.main-media ._wrap ._txt h1 {
    font-size: 16px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.75;
    letter-spacing: -0.4px;
    text-align: left;
    color: #752e4a;
}

.main-media ._wrap ._txt p {
    font-size: 21px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: -0.53px;
    text-align: left;
    color: #101820;
    margin-bottom: 11px;
}

.main-media ._wrap ._txt span:nth-child(3) {
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.38;
    letter-spacing: -0.8px;
    text-align: left;
    color: #8a8a8a;
    display: block;
    margin-bottom: 31px;
    height: 66px;
}

.main-media ._wrap ._txt span:last-child {
    font-size: 13px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.69;
    letter-spacing: -0.33px;
    text-align: left;
    color: #8a8a8a;
}

.main-media2 {
	padding-top: 57px;
	height: 300px;
}

.main-media2 ._wrap {
	display: flex;
}

.main-media2 ._wrap ._title {
	padding-right: 79px;
}

.main-media2 ._wrap ul._tab {
	display: flex;
	flex-direction: column;
}

.main-media2 ._wrap ul._tab li {
	position: relative;
	z-index: 10;
}

.main-media2 ._wrap ul._tab li.active ._a {
	color: #752e4a;
}

.main-media2 ._wrap ul._tab li.active ul._content {
	display: flex;
}

.main-media2 ._wrap ul._tab li ._a {
	font-family: 'Pretendard';
	font-size: 30.5px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.39;
	letter-spacing: -0.76px;
	text-align: left;
	font-weight: bold;
	color: #9c9c9c;
	cursor: pointer;
	display: inline-block;
	width: 110px;
}

.main-media2 ._wrap ul._content {
	flex-direction: row;
	position: absolute;
	top: 0;
	left: 185px;
	display: none;
}

.main-media2 ._wrap ul._content._idx2 {
	top: -40px;
}

.main-media2 ._wrap ._txt {
	font-family: 'Pretendard';
	padding: 19px 25px 29px 35px;
	border-left: 1px solid #e0e0e0;
	width: 339px;
}

.main-media2 ._wrap ._txt h1 {
	font-size: 16px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.75;
	letter-spacing: -0.4px;
	text-align: left;
	color: #752e4a;
}

.main-media2 ._wrap ._txt p {
	font-size: 21px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.33;
	letter-spacing: -0.53px;
	text-align: left;
	color: #101820;
	margin-bottom: 11px;
}

.main-media2 ._wrap ._txt p a {
    color: inherit;
}


.main-media2 ._wrap ._txt p a:hover {
    color: inherit;
}

.main-media2 ._wrap ._txt span:nth-child(3) {
	font-size: 16px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.38;
	letter-spacing: -0.8px;
	text-align: left;
	color: #8a8a8a;
	display: block;
	margin-bottom: 31px;
	height: 66px;
}

.main-media2 ._wrap ._txt span:last-child {
	font-size: 13px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.69;
	letter-spacing: -0.33px;
	text-align: left;
	color: #8a8a8a;
}

.greenishCover {position:absolute;height:100%;width:100%;overflow:hidden;}
/* HEIGHT 100%*/
.height.greenishCover div {position:relative;height:100%;width:10100%;left:-5000%;text-align:center;}
.height.greenishCover img {display:inline;height:100%;margin-top:0 !important;}
.height.left.greenishCover div {position:absolute;left:0px;text-align:left;}
.height.right.greenishCover div {position:absolute;right:0px;left:auto;text-align:right;}
/* WIDTH 100%*/
.width.greenishCover div {position:relative;width:100%;top:50%;}
.width.greenishCover img {display:block;width:100%;}
.width.top.greenishCover div {position:absolute;top:0px;}
.width.top.greenishCover img {margin-top:0px !important;}
.width.bottom.greenishCover div {position:absolute;bottom:0px;}
.width.bottom.greenishCover img {margin-top:0px !important;position:absolute;bottom:0px;}

[id*="divpop_"] a {display:block;}
[id*="divpop_"] img {display:block;}
.text-consultation {margin-top:1em;margin-bottom:2em;font-size:0.875em;height:1.5em;color:#666;}
.text-consultation span {color:#f96909;font-weight:700;}

.divide-section > .panel {float:left;width:50%;}
.divide-section:after {content:'';display:block;clear:both;}
.divide-section > .panel.pd-l {padding-left:20px;}
.divide-section > .panel.pd-r {padding-right:20px;}


.section-title {font-size:30px;font-weight:400;line-height:40px;letter-spacing:-0.05em;color:#333;text-align:center;}
.section-title:after {content:'';display:block;margin:10px auto 0;width:56px;height:1px;background-color:#333;}

#storytelling {background-color:#fff;padding-top:60px;padding-bottom:70px;}
#storytelling .panel-em {display:inline-block;padding-top:76px;font-size:18px;line-height:24px;}
#storytelling .panel-tit {font-family:'Nanum Myeongjo';padding-top:25px;font-size:48px;line-height:60px;letter-spacing:-1px;font-weight:600;color:#292f33;}
#storytelling .panel-text {margin-top:40px;font-size:16px;line-height:24px;padding-left:25px;border-left:5px #676874 solid;}
#storytelling .panel-text > p {letter-spacing:-1px;color:#999;}
#storytelling .panel-text > strong {display:inline-block;padding-top:20px;color:#292f33;font-weight:400;letter-spacing:0.5px;}
#storytelling .goto-detail {display:inline-block;margin-top:46px;font-size:16px;line-height:24px;color:#292f33;font-style:italic;}
#storytelling .goto-detail:after {content:'';display:block;position:absolute;bottom:-8px;width:100%;height:1px;background-color:#292f33;}

#quick-section {background-color:#fafafa;padding-top:60px;padding-bottom:15px;}
#quick-section .quick-list {font-size:0;line-height:0;text-align:left;}
#quick-section .quick-list > li {display:inline-block;padding-right:60px;margin-bottom:45px;}
#quick-section .quick-list:after {content:'';display:block;clear:both;}
#quick-section .quick-list a {display:inline-block;font-size:16px;line-height:24px;color:#292f33;text-align:center;}
#quick-section .quick-list a:before {content:'';display:block;margin-bottom:5px;width:112px;height:112px;background-image:url(../images/icon-pack.png);}
#quick-section .quick-list a.hospital:before {background-position:-360px 0;}
#quick-section .quick-list a.map:before {background-position:-480px 0;}
#quick-section .quick-list a.time:before {background-position:-600px 0;}
#quick-section .quick-list a.talk:before {background-position:-720px 0;}
#quick-section .quick-list a.reserv:before {background-position:-840px 0;}
#quick-section .bx-controls {position:static;}
#quick-section .bx-pager {text-align:right;position:absolute;top:0;right:0;}
#quick-section .bx-pager-item {display:inline-block;}
#quick-section .bx-pager-item:first-child {display:none;}
#quick-section .bx-pager-item a {display:block;width:14px;height:14px;margin-left:5px;background-color:#a7a9ac;border-radius:50%;text-indent:100%;white-space:nowrap;overflow:hidden;}
#quick-section .bx-pager-item a.active {background-color:#9e425f;}


#vision {display:table;width:100%;height:270px;background-image:url(../images/feel-vision-01.jpg);background-position:center top;}
#vision .vision-box {display:table-cell;vertical-align:middle;text-align:center;color:#fff;font-style:italic;}
#vision .tit-emphasis {font-family:'Nanum Myeongjo';padding-bottom:34px;font-size:35px;line-height:40px;letter-spacing:-1px;font-weight:600;}
#vision .tit-sub:before {content:'';display:inline-block;position:absolute;top:-8px;left:50%;margin-left:-44px;width:93px;height:1px;background-color:rgba(250,250,250,.5);}
#vision .tit-sub {font-size:18px;line-height:24px;}

#notice {padding-top:85px;padding-bottom:80px;background-color:#fff;border-bottom:1px #ddd solid;}
#notice .divide-section {padding-bottom:40px;border-bottom:1px #ddd solid;}
#notice .divide-section.last-divide{padding-top:40px;padding-bottom:0;border-bottom:0;}
#notice .notice-sub-tit {color:#292f33;font-size:14px;line-height:20px;letter-spacing:-1px;font-style:italic;}
#notice .notice-tit {margin-top:12px;font-size:24px;line-height:28px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;color:#292f33;font-weight:700;letter-spacing:-1px;}
#notice .notice-text {display:-webkit-box;margin-top:18px;font-size:16px;line-height:24px;letter-spacing:-1.5px;color:#999;overflow:hidden;word-wrap:break-word;text-overflow:ellipsis;-webkit-box-orient:vertical;-webkit-line-clamp:2;}
#notice .text-info {margin-top:22px;font-size:0;line-height:0;}
#notice .text-info dt,
#notice .text-info dd {display:inline-block;font-size:14px;line-height:20px;letter-spacing:0.3px;}
#notice .text-info dt {color:#292f33;}
#notice .text-info dd:before {content:'';display:block;position:absolute;left:0;top:50%;margin-top:-7px;width:14px;height:14px;background-image:url(../images/icon-pack.png);background-position:0 -120px;}
#notice .text-info dd {margin-left:6px;padding-left:20px;color:#a9abb4}
#notice .notice-bg {padding:10px 20px;background-color:#fafafa;}
#notice .board-title {margin-top:40px;}
#notice .board-title > li {width:calc((100% - 40px)/2);float:left;margin-right:40px;}
#notice .board-title > li:last-child {margin-right:0;}
#notice .board-title > li:last-child:before {content:'';position:absolute;top:50%;margin-top:-57px;left:-20px;display:block;width:1px;height:114px;background-color:#ededed;}
#notice .board-title:after {content:'';display:block;clear:both;}
#notice .board-list-tit {display:-webkit-box;font-size:16px;line-height:24px;height:48px;letter-spacing:-1px;color:#333;font-weight:400;overflow:hidden;word-wrap:break-word;text-overflow:ellipsis;-webkit-box-orient:vertical;-webkit-line-clamp:2;}
#notice .last-divide .text-info {margin-top:30px;}

.terms {margin-bottom:50px;}
.terms .panel {padding:30px;width:100%;height:240px;font-size:16px;line-height:24px;color:#999;border:1px solid #ddd;overflow:auto;}
.terms .agreement {margin-top:-1px;padding:15px 30px;border:1px solid #ddd;}
.terms label.privacy {display:block;float:left;margin-right:15px;font-size:14px;line-height:14px;color:#333;letter-spacing:-0.05em;vertical-align:top;}
.terms label.privacy span {display:block;white-space:nowrap;text-indent:2px;}
.terms label.privacy input + span:before {content:'';display:inline-block;margin-right:4px;width:13px;height:13px;border:1px solid #b7b7b7;vertical-align:top;background-color:#fff;}
.terms label.privacy input:checked + span:before {content:'\2714';font-size:13px;font-weight:700;line-height:13px;color:#6d3f4d;text-align:center;text-indent:0;}
.terms .agreement .remarks {display:block;float:left;font-size:14px;line-height:14px;color:#999;}
.terms .agreement:after {content:'';display:block;clear:both;}

/* 협력기관 */
.logo-box {margin-left:-15px;}
.logo-box li {width:25%;float:left;min-height:303px;padding:15px;}
.logo-img {border:1px #ddd solid;}
.logo-img img {display:block;}
.logo-box .hos-name {color:#333;letter-spacing:-1px;font-weight:500;}
.logo-box .hos-domain {color:#999;}
.logo-box .dashed {font-size:16px;line-height:28px;padding:6px 0;border-bottom:1px #ddd dashed;}
.logo-box:after {content:'';display:block;clear:both;}


/* 오시는 길 */

.address-map .root_daum_roughmap .wrap_map {height:500px;}
.address-map .root_daum_roughmap {width:auto;letter-spacing:0;}


/* 사회공헌 */
.contribute-list:after {content:'';display:block;clear:both;}
.contribute-list {width:calc(100% + 40px);margin-left:-20px;}
.contribute-list > li {padding:0 20px;float:left;width:25%;}
.contribute-list .contribute-content {width:255px;height:100%;padding:64px 20px 0;position:absolute;top:0;color:#fff;text-align:center;}
.contribute-content > h5 {margin-bottom:20px;font-size:22px;line-height:30px;font-weight:700;letter-spacing:-1px;}
.contribute-content > p {font-size:14px;line-height:20px;letter-spacing:-1px;}
.contribute-table {display:none;}

/* 의료진소개 */
.intro-section > li {width:50%;float:left;}
.intro-section:after {content:'';display:block;clear:both;}
.intro-left {padding-right:64px;}
.introduce-title {display:inline-block;margin-right:5px;font-size:40px;line-height:48px;letter-spacing:-1px;font-weight:600;font-family:'nanummyeongjo';color:#333;}
.intro-right small {display: block;margin-top: 5px;font-size:20px;font-weight: 600;line-height:28px;letter-spacing:-1px;color:#9e425f;}
.doctor-time {text-align:center;font-size:16px;line-height:28px;letter-spacing:-1px;}
.grid-table {border-top:2px solid #9e425f;border-bottom:1px solid #bbb;}
.grid-table thead th {width:14%;font-weight:500;color:#333;background-color:#fafafa;}
.grid-table thead th,
.grid-table thead td {border-bottom:1px solid #bbb;}
.doctor-time span.possible {color:#333;}
.grid-table th,
.grid-table td {padding:13px;font-size:16px;line-height:23px;color:#666;vertical-align:middle;}
.doctor-time thead th {width:auto;}
.doctor-time span.impossible {display:block;}
.doctor-time span.impossible:before {content:'';display:inline-block;position:absolute;left:50%;top:50%;margin-top:-8px;width:1px;height:16px;background-color:#e38370;transform:rotate(45deg);}
.doctor-time span.impossible:after {content:'';display:inline-block;position:absolute;left:50%;top:50%;margin-top:-8px;width:1px;height:16px;background-color:#e38370;transform:rotate(-45deg);}
.introduce-box {border:1px #ddd solid;margin:20px 0 25px 0;padding:20px 25px 0;background-color:#fefefe;}
.box-top {margin-bottom:20px;}
.box-top .top-tit,
.box-top .top-content {font-size:16px;line-height:28px;letter-spacing:-1px;color:#333;font-weight:400;}
.top-content dt {float:left;}
.top-content dt:after {content:':';margin:0 2px;}
.top-content:after {content:'';display:block;clear:both;}
.skills {font-size:16px;margin-bottom:10px;}
.skills li {padding-left:70px;margin-bottom:20px;}
.skills .skill-tit {position:absolute;left:0;line-height:28px;font-weight:700;color:#333;}
.skills .skill-cont {min-height:24px;line-height:24px;letter-spacing:-1px;color:#666;}
.box-btn:after {content:'\e313';display:inline-block;font-family:'material-icons';margin-top:-3px;font-size:30px;vertical-align:middle;}
.introduce-box.on .box-btn:after {content:'\e316';}
.box-mid {display:none;}
.box-btn {display:block;text-align:center;font-size:14px;line-height:28px;font-weight:700;letter-spacing:-1px;color:#666;border-top:1px #ddd solid;padding:5px 0;}
.on .box-top .top-tit,
.on .box-top .top-content {font-weight:700;}
.online-btn {margin-top:20px;}
.online-btn:after {display: block;clear: both;content:'';}
.online-btn .on {color:#fff;background-color:#9e425f;border:1px #ddd solid;}
.online-btn .btn-common {margin-right:0;}
.online-btn a {display:block;width:100%;float:left;margin-right:5px;font-size:18px;line-height:28px;font-weight:700;letter-spacing:-1px;color:#9e425f;background-color:#fff;border:1px #9e425f solid;text-align: center;padding:14px 0;}

#mb-quick {display:none;}
/* 병원소개 */

.intro-vision .vision-text {display:table;width:100%;height:380px;background-image:url(../images/intro-vision-01.jpg);background-position:center top;}
.intro-vision .vision-text span {display:table-cell;font-family:'Nanum Myeongjo';font-size:34px;line-height:40px;letter-spacing:-2px;color:#fff;font-weight:600;text-align:center;vertical-align:middle;}
.intro-vision .vision-text span:before {content:'';display:block;margin:0 auto 26px;width:204px;height:75px;background-image:url(../images/icon-pack.png);background-position:-240px -400px;}
.mission-list {margin:96px 116px 0;}
.mission-list > li {padding-left:325px;display:table;height:232px;margin-bottom:40px;}
.mission-list > li.right {padding-right:325px;padding-left:0;}
.mission-list > li.left .picture {left:0;}
.mission-list > li.right .picture {right:0;}
.mission-list .picture {position:absolute;top:0;width:232px;height:232px;border-radius:50%;overflow:hidden;}
.mission-list .panel {display:table-cell;vertical-align:middle;}
.mission-list .panel h3 {font-size:24px;line-height:26px;letter-spacing:-1px;color:#333;font-weight:600;}
.mission-list .panel h3 > span {font-weight:400;}
.mission-list .panel p {margin-top:20px;}

.text-box.consultation {text-align:center;}
.text-box.consultation a {display:block;font-size:20px;line-height:35px;color:#666;vertical-align:middle;}
.text-box.consultation a:before {content:'\e61d';font-family:'material-icons';margin-right:10px;font-size:35px;line-height:35px;color:#9e425f;vertical-align:middle;}
.doctor-info {margin-bottom:10px;line-height:40px;}
.doctor-info:before {content:'\e7fd';display:inline-block;font-family:'material-icons';width:40px;height:40px;margin-right:10px;border-radius:50%;text-align:center;background-color:#9e425f;font-size:30px;line-height:40px;color:#fff;vertical-align:middle;}
.doctor-info .name {display:inline-block;font-size:20px;font-weight:700;color:#333;}
.doctor-info .name:after {content:'/';padding-left:5px;font-weight:400;}
.doctor-info .part {display:inline-block;font-size:16px;}


.panel .pic-text {position:absolute;bottom:0;display:table;height:50px;overflow:hidden;padding:0 10px;width:100%;color:#fff;background-color:rgba(0,0,0,.5);text-align:center;}
.panel .pic-text span {display:table-cell;vertical-align:middle;height:50px;overflow:hidden;}

.normal-table.material td {height:75px;}

/* hi 다운로드 */
.hi-wish {width:100%;}
.hi-wish:after {content:'';display:block;clear:both;}
.hi-wish > li {display:table;float:left;width:25%;height:220px;background-repeat:no-repeat;background-size:cover;}
.hi-wish > li > span {display:table-cell;padding-top:24px;font-size:30px;line-height:38px;color:#fff;text-align:center;vertical-align:middle;}
.hi-wish > li > span:before {content:'';display:block;margin:0 auto 10px;width:75px;height:74px;background-repeat:no-repeat;background-image:url(../images/hi-pack.png);}
.hi-wish > li.space {background-image:url(../images/bg-hi-wish-01.jpg);}
.hi-wish > li.space > span:before {background-position:0 0;}
.hi-wish > li.day-night {background-image:url(../images/bg-hi-wish-02.jpg);}
.hi-wish > li.day-night > span:before {background-position:-100px 0;}
.hi-wish > li.forest {background-image:url(../images/bg-hi-wish-03.jpg);}
.hi-wish > li.forest > span:before {background-position:-200px 0;}
.hi-wish > li.result > span {padding:0;font-size:25px;color:#9e425f;}
.hi-wish > li.result > span:before {display:none;}

.hi-intro {margin-top:60px;}
.hi-intro .content-title {font-size:28px;line-height:36px;color:#333;text-align:left;}
.hi-intro .content-title > em {font-style:normal;font-weight:900;color:#9e425f;}
.hi-intro p {line-height:1.5em;text-align:left;word-break:keep-all;}
.hi-intro .content-title + p {margin-top:1em;}
.hi-intro .half-section {display:table;}
.hi-intro .half-section:after {display:none;}
.hi-intro .half-section > .panel {display:table-cell;float:none;width:50%;text-align:center;vertical-align:middle;}
.hi-intro .logo {display:inline-block;width:156px;height:144px;background-repeat:no-repeat;background-image:url(../images/hi-pack.png);background-position:0 -100px;}

.hi-logo-list {padding:40px;font-size:0;line-height:0;text-align:center;border:1px solid #e5e5e5;background-image:url(../images/grid-pattern.gif);background-position:center top;}
.hi-logo-list > li {display:inline-block;width:33.3%;}
.hi-logo-list > li > .picture {display:table;width:100%;height:174px;}
.hi-logo-list .picture > i {display:table-cell;text-align:center;vertical-align:middle;}
.hi-logo-list .picture > i:before {content:'';display:inline-block;background-repeat:no-repeat;background-image:url(../images/hi-pack.png);}
.hi-logo-list .hi-01:before {width:127px;height:118px;background-position:0 -260px;}
.hi-logo-list .hi-02:before {width:172px;height:64px;background-position:0 -400px;}
.hi-logo-list .hi-03:before {width:181px;height:50px;background-position:0 -480px;}
.hi-logo-list .hi-04:before {width:177px;height:39px;background-position:0 -540px;}
.hi-logo-list .hi-05:before {width:182px;height:53px;background-position:0 -600px;}
.hi-logo-list .hi-06:before {width:114px;height:130px;background-position:0 -680px;}

.hi-caution dt {font-size:1.25em;font-weight:700;line-height:1.4;color:#9e425f;}
.hi-caution dd {margin-top:.5em;line-height:1.5;color:#666;}

.hi-download {white-space:nowrap;}
.hi-download .title {display:inline-block;padding:15px 30px;min-width:250px;height:60px;font-size:1em;font-weight:400;line-height:28px;color:#333;text-align:center;border:1px solid #ddd;background-color:#fcfcfc;vertical-align:top;}
.hi-download .file-format {display:inline-block;margin-left:25px;padding:1px 0;vertical-align:top;}
.hi-download .file-format:after {content:'';display:block;clear:both;}
.hi-download .file-format > li {float:left;display:block;margin-right:10px;}
.hi-download .file-format > li > a {display:block;padding:15px 0;width:50px;height:58px;font-size:1em;font-weight:700;line-height:28px;color:#fff;text-align:center;background-repeat:no-repeat;background-image:url(../images/hi-pack.png);}
.hi-download .file-png {background-position:-200px -100px;}
.hi-download .file-pdf {background-position:-200px -200px;}
.hi-download .file-ai {background-position:-200px -300px;}

/* 치료후기 */

.experience-list {width:calc(100% + 20px);margin-top:60px;margin-left:-10px;font-size:0;line-height:0;}
.experience-list > li {min-height:510px;display:inline-block;padding:10px;width:25%;vertical-align: top;}
.experience-list > li .picture {display:block;padding-top:120%;}
.experience-list > li .picture img {position:absolute;top:0;left:0;width:100%;height:100%;}
.experience-list:after {content:'';display:block;clear:both;}
.experience-list img.block {outline:1px #ddd solid;box-sizing:border-box;}
.exp-tit {padding:15px 0;font-size:20px;line-height:30px;letter-spacing:-1px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#333;}
.experience-list p {padding:12px 0;border-bottom:1px #ddd solid;}
.experience-list p > span {display:block;display:-webkit-box;height:85px;overflow:hidden;font-size:16px;line-height:28px;color:#666;word-wrap:break-word;text-overflow:ellipsis;-webkit-box-orient:vertical;-webkit-line-clamp:3;}

.experience-list {margin-top:50px;}
.exp-info {border-top:2px #9e425f solid;}
.exp-info dd {display:inline-block; padding:9px 9px 9px 0;font-size:16px;line-height:32px;color:#333;}
.exp-info dd:after {content:'/';margin-left:5px;}
.exp-info dd:last-child:after {display:none;}
.exp-num {border-top:1px #ddd solid;padding:9px 0;font-size:14px;line-height:32px;color:#999;}
.exp-num:after {content:'';display:block;clear:both;}
.exp-num span.num {float:left;}
.exp-num span.date {float:right;}

/* 감사편지 */

.letter-list:after {content:'';display:block;clear:both;}
.letter-list {width:calc(100% + 20px);margin-top:20px;margin-left:-10px;}
.letter-list > li {width:33.3%;float:left;padding:10px;}
.letter-list > li a {display:block;padding:20px 30px;border:1px solid #e1e1e1;}
.letter-list .tit {margin-top:18px;font-size:18px;line-height:22px;color:#333;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.letter-list .cont {margin:25px 0;font-size:16px;line-height:24px;color:#333;height:72px;overflow:hidden;word-break:break-all;}

/* 3필치료법 */

.cure-list {width:calc(100% + 40px);margin-left:-20px;}
.cure-list:after {content:'';display:block;clear:both;}
.cure-list > li {width:33.3%;float:left;padding:0 20px;}
.cure-list .list-text h5 {padding:20px 0;font-size:28px;line-height:40px;letter-spacing:-0.045em;font-weight:700;color:#fff;background-color:#9e425f;text-align:center;}
.cure-list .list-text h5 span {font-size:26px;color:#fbc6d7;font-weight:400;}
.cure-list .list-text p {display:table;width:100%;height:152px;padding:0 45px;border:1px #ddd solid;border-top:0;font-size:16px;line-height:24px;color:#333;text-align:center;}
.cure-list .list-text p span {display:table-cell;vertical-align:middle;}
.cure-descript {display:table;min-height:84px;margin-top:45px;}
.cure-descript .cure-round {display:none;}
.cure-descript h5,
.cure-descript p {display:table-cell;vertical-align:middle;}
.cure-descript h5 {width:372px;;font-size:28px;font-weight:700;letter-spacing:-0.045em;color:#9e425f;text-align:center;border-right:1px #ddd solid;}
.cure-descript p {padding:0 20px 0 35px;font-size:16px;line-height:24px;color:#333;}

 /* 비만치료 */
.obesity-quote-highlight {padding-top:70px;}
.obesity-quote-highlight > .contain {padding:48px;height:auto;border:6px solid #9e425f;}
.obesity-quote-highlight > .contain  > p {max-width:100%;}
.obesity-quote-highlight .highlight {margin-bottom:20px;font-size:40px;line-height:46px;letter-spacing:-0.025em;color:#9e425f;z-index:1;}
.obesity-quote-highlight .text {font-size:16px;line-height:24px;letter-spacing:0;z-index:1;}
.obesity-quote-highlight .source {position:absolute;left:590px;bottom:0;z-index:0;}
.obesity-quote-highlight .source > .name {position:absolute;bottom:52px;right:0;padding:5px 20px;font-size:18px;line-height:26px;letter-spacing:-0.025em;color:#fff;border-radius:18px;background-color:#9e425f;}
.obesity-treatment-process > .header p {max-width:460px;line-height:1.5em;letter-spacing:0;color:#333;text-align:left;word-break:keep-all;}
.obesity-treatment-process > .header .highlight {padding:36px 0 0;font-size:40px;line-height:46px;}
.obesity-treatment-process .process-list {margin:35px -20px;counter-reset:process-list;}
.obesity-treatment-process .process-list:after {content:'';display:block;clear:both;}
.obesity-treatment-process .process-list > li {float:left;padding:20px;width:50%;counter-increment:process-list;}
.obesity-treatment-process .process-list .panel {padding:0 30px 0 208px;border-radius:10px;border:1px dashed #9e425f;}
.obesity-treatment-process .process-list .panel dt {position:absolute;top:43px;left:44px;font-size:30px;line-height:40px;}
.obesity-treatment-process .process-list .panel .counter {display:block;font-family:'Noto Sans KR';font-weight:500;}
.obesity-treatment-process .process-list .panel .counter:before {content:counter(process-list);font-size:40px;}
.obesity-treatment-process .process-list .panel .counter:after {content:'';display:inline-block;margin-left:14px;width:56px;height:1px;vertical-align:middle;background-color:#999;}
.obesity-treatment-process .process-list .panel .counter > small:before {content:'단계';font-size:24px;}
.obesity-treatment-process .process-list .panel dd {display:table;width:100%;height:164px;}
.obesity-treatment-process .process-list .panel dd span {display:table-cell;line-height:1.5em;color:#333;text-align:left;vertical-align:middle;}
.obesity-therapy .grid-row {margin:-20px;}
.obesity-therapy .grid-row:after {content:'';display:block;clear:both;}
.obesity-therapy .grid-row > li {float:left;padding:20px;}
.obesity-therapy .grid-row > li:first-child:nth-last-child(3),
.obesity-therapy .grid-row > li:first-child:nth-last-child(3) ~ li {width:33.3%;}
.obesity-therapy .grid-row .caption {display:block;padding:25px 0;font-family:'Noto Sans KR';font-size:24px;font-weight:500;line-height:30px;color:#fff;text-align:center;background-color:#9e425f;}
.obesity-therapy .grid-row2 {display: flex; margin:-10px;}
.obesity-therapy .grid-row2:after {content:'';display:block;clear:both;}
.obesity-therapy .grid-row2 > li {padding:10px;}
.obesity-therapy .grid-row2 > li:first-child:nth-last-child(4),
.obesity-therapy .grid-row2 > li:first-child:nth-last-child(4) ~ li {width:25%;}
.obesity-therapy .grid-row2 > li .panel {height:100%;background-color:#9e425f;}
.obesity-therapy .grid-row2 .caption {display:flex;align-items: center;justify-content: center;padding:25px 0;font-family:'Noto Sans KR';font-size:18px;font-weight:400;line-height:26px;color:#fff;text-align:center;background-color:#9e425f;}
.obesity-remedy .contain {padding:50px;border:6px solid #9e425f;}
.obesity-remedy .remedy-list {float:left;margin-right:70px;width:468px;font-size:0;line-height:0;}
.obesity-remedy .remedy-list > li {display:inline-block;margin-left:32px;padding:63px 0 0;width:218px;height:218px;font-size:32px;font-weight:700;line-height:40px;color:#9e425f;text-align:center;background-repeat:no-repeat;background-image:url(../images/icon-pack.png);background-position:0 -500px;}
.obesity-remedy .remedy-list > li:first-child {margin-left:0;}
.obesity-remedy .remedy-list .icon-checking {display:block;margin:0 auto 18px;width:33px;height:33px;background-repeat:no-repeat;background-image:url(../images/icon-pack.png);background-position:-200px -160px;}
.obesity-remedy .panel {display:table;height:218px;}
.obesity-remedy .panel > p {display:table-cell;font-size:30px;line-height:40px;letter-spacing:-0.025em;color:#333;text-align:left;vertical-align:middle;}
.obesity-acco .acco-section > .panel {margin-top:2px;}
.obesity-acco .acco-section > .panel:first-child {margin-top:0;}
.obesity-acco .acco-section .header {padding:22px 25px 22px 58px;font-family:'Noto Sans KR';font-size:1.25em;font-weight:500;line-height:1.3em;color:#9e425f;text-indent:-33px;background-color:#f7f8f8;cursor:pointer;}
.obesity-acco .acco-section .header:before {content:'';display:inline-block;margin-right:16px;width:17px;height:17px;background-repeat:no-repeat;background-image:url(../images/icon-pack.png);background-position:-200px -200px;}
.obesity-acco .acco-section .contain {display:none;padding:15px 25px 35px 58px;line-height:1.5em;color:#333;}





.new #vision {height:360px;background-image:url(../images/feel-vision-02.jpg);background-repeat:no-repeat;}
.new #vision .tit-emphasis {padding-bottom:0;font-weight:400;}
.new #media-center-latest {font-size:0;line-height:0;}
.new #media-center-latest .picture {display:inline-block;width:305px;height:204px;vertical-align:top;border:1px #ddd solid;}
.new #media-center-latest .picture img {width:100%;height:100%;}
.new #media-center-latest .text {padding-left:20px;display:inline-block;width:calc(100% - 305px);vertical-align:top;;}
.new #media-center-latest .tit {margin-top:18px;font-size:18px;line-height:24px;height:72px;overflow:hidden;font-weight:700;letter-spacing:-0.05em;color:#333;}
.new #media-center-latest .text-info {margin-top:40px;}
.new #media-center-latest .text-info dd {margin-left:0;padding-left:0;}
.new #media-center-latest a > .picture {padding-top:37.09090909090909%;background-color:transparent;}
.new #media-center-latest a > .picture img {opacity:1;top:0;left:0;transform:none;-webkit-transform:none;}


#media-center-latest a > .picture {padding-top:37.09090909090909%;background-color:#000;overflow:hidden;z-index:1;}
#media-center-latest a > .picture img {position:absolute;top:50%;left:50%;min-width:100%;min-height:100%;opacity:.7;transform:translateX(-50%) translateY(-50%);-webkit-transform:translateX(-50%) translateY(-50%);}
#media-center-latest a > .contain {position:absolute;top:50%;left:50%;padding-top:10px;transform:translateX(-50%) translateY(-50%);-webkit-transform:translateX(-50%) translateY(-50%);z-index:2;}
#media-center-latest a > .contain:after {content:'▶';display:block;margin:8px auto 0;width:49px;height:49px;font-size:26px;line-height:49px;color:#fff;text-align:center;text-indent:0.1538em;border-radius:50%;border:3px solid #fff;}
#media-center-latest a > .contain p {font-size:30px;font-style:italic;line-height:40px;letter-spacing:-0.025em;color:#fff;text-align:center;}


/* 레이아웃추가 181016 */
.round_plus {margin-top:45px;width:100%;border:1px #ddd solid;padding:50px 10px;}
.round_plus ul {font-size:0;line-height:0;text-align:center;}
.round_plus ul li {display:inline-block;padding:0 50px;}
.round_plus ul li:first-child:before {display:none;}
.round_plus ul li:first-child:after {display:none;}
.round_plus ul li:after {content:'';display:block;position:absolute;left:0;top:50%;margin-top:-20px;width:3px;height:40px;background-color:#9e425f;}
.round_plus ul li:before {content:'';display:block;position:absolute;left:-19px;;top:50%;margin-top:-1px;width:40px;height:3px;background-color:#9e425f;}
.round_plus .round-box {display:table;width:200px;height:200px;border:3px #9e425f solid;border-radius:50%;;}
.round_plus .round-box > p {display:table-cell;width:100%;height:100%;text-align:center;vertical-align:middle;font-size:18px;line-height:24px;letter-spacing:-0.045em;color:#9e425f;}

[id*="tab"] {
    height: 150px;
    margin: 0 !important;
    display: flex;
    justify-content: center;
    z-index: 1000;
    position: fixed;
    width: 100px;
    bottom: 200px;
    right: 0;
    flex-flow: column;
}
[id*="tab"] {
    display: flex;
    justify-content: center;
    z-index: 1000;
    margin: 0 !important;
}

[id*="tab"] li {
    width: 100%;
    list-style: none;
}

[id*="tab"] li.on a {
    color: #fff;
    background-color: #36302d;
}
[id*="tab"] li:first-child a {
    border-top:1px solid #36302d;
}
[id*="tab"] li a {
    display: flex;
    justify-content: center;
    border: 1px solid #36302d;
    color: #767676;
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 60px;
    background-color: #fff;
    text-decoration: none;
    border-top:none;
}

.panel-4 .img-box, .panel-5 .img-box {
    text-align: center;
}

.panel-4 .img-box img, .panel-5 .img-box img{
    width: 720px;
}

.mt-program ._each {
    margin-right: 23px;
    width: calc((100%/4) - (69px/4));
}

.mt-program ._each:last-child {
    margin-right: 0px;
}

.mt-program ._each div {
    display: flex;
    flex-direction: column;
}

.mt-program ._each div p {
    font-size: 22px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.18;
    letter-spacing: -0.88px;
    text-align: left;
    color: #333;
    margin-bottom: 10px;
    margin-top: 19px;
}

.mt-program ._each div span {
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.63;
    letter-spacing: -0.64px;
    text-align: left;
    color: #777;
}

.box-therapist {
    display: flex;
    flex-wrap: wrap;
}

.box-therapist div {
    width: calc(100%/3 - 16px);
    margin-right: 24px;
    display: flex;
    flex-direction: column;
    margin-bottom: 40px;
}

.box-therapist div:nth-child(3n) {
    margin-right: 0;
}

.box-therapist div span {
    display: block;
    margin-top: 20px;
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.3;
    letter-spacing: -0.8px;
    text-align: left;
    color: #333;
}

.panel ._title p {
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.63;
    letter-spacing: -0.64px;
    text-align: center;
    color: #fff;
}

.panel ._content {
    background-color: #f5f7f9;
    padding: 39px 38px 36px;
    height: 220px;
    box-sizing: border-box;
}

.panel ._content span {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.63;
    letter-spacing: -0.64px;
    text-align: left;
    color: #777;
}

.box-content span {
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.63;
    letter-spacing: -0.64px;
    text-align: left;
    color: #777;
}

.box-content.tip span {
    font-size: 16px;
     font-weight: normal;
     font-stretch: normal;
     font-style: normal;
     line-height: 1.63;
     letter-spacing: -0.64px;
     text-align: left;
     color: #777;
   }

.video {
    
}

.video iframe {
    padding: 10px 70px;
}

.box-content2 span {
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.63;
    letter-spacing: -0.64px;
    text-align: left;
    color: #777;
}


.rehabilitation-program ._each div p {
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.63;
    letter-spacing: -0.64px;
    text-align: left;
    color: #666;
}

@media all and (min-width:1240px) {

}

@media all and (max-width:1239px) {
    
    .rehabilitation-program ._each div p {
        font-size: 16px;
    }

    .box-content2 span {
        font-size: 18px;
    }

    .video iframe {
        padding: 10px 30px;
    }

    .box-content span {
        font-size: 18px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.63;
        letter-spacing: -0.64px;
        text-align: left;
        color: #777;
    }

    .box-content.tip span {
        font-size: 18px;
         font-weight: normal;
         font-stretch: normal;
         font-style: normal;
         line-height: 1.63;
         letter-spacing: -0.64px;
         text-align: left;
         color: #777;
       }

    .panel ._title p {
        font-size: 20px;
    }
    
    .panel ._content span {
        font-size: 18px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.63;
        letter-spacing: -0.64px;
        text-align: left;
        color: #777;
    }

    .mt-program ._each {
        margin-right: 20px;
        width: calc(50% - 10px);
        margin-bottom: 20px;
    }

    .mt-program ._each:nth-child(2n) {
        margin-right: 0;
    }
    
    .mt-program ._each:last-child {
        margin-right: 0px;
    }
    
    .mt-program ._each div {
        display: flex;
        flex-direction: column;
    }
    
    .mt-program ._each div p {
        font-size: 22px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.18;
        letter-spacing: -0.88px;
        text-align: left;
        color: #333;
        margin-bottom: 10px;
        margin-top: 19px;
    }
    
    .mt-program ._each div span {
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.63;
        letter-spacing: -0.64px;
        text-align: left;
        color: #777;
    }

	.divide-section > .panel {width:100%;float:none;}
	.panel.sub-slide {margin:60px 0;}
	.divide-section > .panel.pd-l,
	.divide-section > .panel.pd-r {padding:0;}

	#storytelling .panel-em {padding-top:0;}
	#storytelling .goto-detail {margin-bottom:35px;}

	#quick-section:before {content:'';display:block;position:absolute;top:447px;width:100%;height:1px;background-color:#ddd;}
	#quick-section .quick-list {text-align:center;padding-bottom:15px;}
	#quick-section .quick-list > li {padding:0 30px;}

	#notice .notice-sub-tit {margin-top:25px;}
	#notice .board-title > li {width:100%;float:none;margin:0;}
	#notice .board-title > li:last-child {display:none;}
	#notice .notice-bg {margin-top:0;}
	#notice .board-title {margin-top:22px;}

	#notice .last-divide .text-info {margin-top:20px;}
	#notice .last-divide .picture {margin-top:20px;}

	/* 협력기관 */
	.logo-box li {width:50%;float:left;}

	/* 사회공헌 */
	.contribute-list {display:none;}
	.contribute-table {display:table;width:100%;}
	.contribute-table th {width:30%;}

	/* 의료진소개 */
	.intro-section > li {width:100%;float:none;}
	.intro-section:after {content:'';display:block;clear:both;}
	.intro-left {padding-right:0;margin-bottom:20px;}

	/* 병원소개 */

	.mission-list {margin:0;}
	.mission-list > li {padding-left:0;display:block;height:auto;margin-bottom:70px;}
	.mission-list > li.right {padding-right:0;}
	.mission-list .picture {position:static;margin:0 auto;}
	.mission-list .panel {display:block;margin-top:30px;text-align:center;}

	/* hi 다운로드 */
	.hi-wish > li {width:50%;}
	.hi-intro .half-section {display:block;}
	.hi-intro .half-section > .panel {display:block;float:none;width:100%;}
	.hi-intro .logo {display:block;margin:0 auto 40px;}

	.hi-logo-list > li {width:50%;}

	/* 치료후기 */

	.experience-list > li {width:50%;}
	.letter-list > li {width:50%;}


	/* 3필 치료법 */

	.cure-list {width:100%;margin-left:0;margin-top:400px;}
	.cure-list > li {width:100%;padding:0;margin-bottom:30px;}
	.cure-list > li:after {content:'';display:block;clear:both;}
	.cure-list > li .list-text {padding-left:50%;}
	.cure-list .list-text p {height:196px;}
	.cure-list > li .picture {overflow:hidden;width:50%;float:left;height:276px;}
	.cure-list > li .picture img {position:absolute;top:0;width:497px;height:276px;left:50%;margin-left:-248px;}
	.cure-list > li.right .list-text {padding-left:0;padding-right:50%;}
	.cure-list > li.right .picture {float:right;}


	.cure-descript {display:block;position:absolute;top:80px;left:0;margin-top:0;}
	.cure-descript h5,
	.cure-descript p {display:block;}
	.cure-descript h5 {width:auto;border-right:0;text-align:left;}
	.cure-descript p {padding:0;font-size:16px;line-height:24px;}
	.cure-descript .cure-round {display:block;width:calc(100% + 14px);margin-left:-7px;margin-bottom:35px;font-size:0;line-height:0;text-align:center;}
	.cure-descript .cure-round:after {content:'';display:block;clear:both;}
	.cure-descript .cure-round > li {display:inline-block;width:190px;height:190px;border:3px #9e425f solid;margin:0 7px;border-radius:50%;}
	.cure-descript .text {display:table;width:100%;height:100%;}
	.cure-descript .text p {display:table-cell;color:#9e425f;font-size:28px;line-height:38px;font-weight:700;}
	.cure-descript .text p span {display:block;color:#fbc6d7;font-size:26px;font-weight:400;}
	.cure-descript h5 {line-height:40px;margin-bottom:15px;}

	 /* 비만치료 */
	.obesity-quote-highlight {padding-top:0;}
	.obesity-quote-highlight > .contain {padding:59px 54px;height:auto;}
	.obesity-quote-highlight .source {position:relative;left:0;bottom:0;margin-top:50px;}
	.obesity-treatment-process > .header p {max-width:540px;}
	.obesity-treatment-process > .header .highlight {padding-top:0;}
	.obesity-treatment-process .process-list {margin:-10px;}
	.obesity-treatment-process .process-list > li {float:none;padding:10px;width:100%;}
	.obesity-therapy .grid-row {margin:-10px -10px 0;}
	.obesity-therapy .grid-row > li {float:none;padding:10px;}
	.obesity-therapy .grid-row > li:first-child:nth-last-child(3),
	.obesity-therapy .grid-row > li:first-child:nth-last-child(3) ~ li {width:100%;}
	.obesity-therapy .grid-row2 {flex-wrap: wrap;}
	.obesity-therapy .grid-row2 > li:first-child:nth-last-child(4),
	.obesity-therapy .grid-row2 > li:first-child:nth-last-child(4) ~ li {width:50%;}
	.obesity-therapy .grid-row2 .caption {font-size: 24px;line-height: 30px;}
	.obesity-remedy .remedy-list {float:none;margin:auto;}
	.obesity-remedy .panel {display:block;margin-top:50px;height:auto;}
	.obesity-treatment-process {margin-top:40px;}
	.obesity-therapy {margin-top:40px;}
	.obesity-remedy {margin-top:40px;}
	.obesity-acco {margin-top:40px;}

	.new #media-center-latest {margin-top:20px;}
	.new #media-center-latest .text-info {margin-top:40px;}
	.new #notice .last-divide .picture {margin-top:0;}
	.new #media-center-latest a > .picture {padding-top:34%;}

	/* 추가레이아웃 181016 */

	.round_plus {margin-top:20px;padding:0 10px;}
	.round_plus ul li {display:block;padding:50px 20px;}
	.round_plus ul li:before {left:50%;margin-left:-20px;top:0;}
	.round_plus ul li:after {left:50%;margin-left:-1px;top:0;}
	.round_plus .round-box {display:block;width:100%;height:auto;border:0;border-radius:0;text-align:center;}
	.round_plus .round-box > p {display:block;font-size:24px;line-height:30px;font-weight:600;;}



    .img-box img {
        width: 100%;
    }
    .panel-4 .img-box img, .panel-5 .img-box img {width: 100%;}

    [id*="tab"] {
        height: 390px;
        margin: 0 !important;
        display: flex;
        justify-content: center;
        z-index: 1000;
        position: fixed;
        width: 200px;
        bottom: 200px;
        right: 0;
        flex-flow: column;
    }

    [id*="tab"] li a {
        display: flex;
        justify-content: center;
        border: 1px solid #36302d;
        color: #767676;
        font-family: 'Lato', sans-serif;
        font-size: 40px;
        font-weight: 700;
        line-height: 100px;
        background-color: #fff;
        text-decoration: none;
        border-top: none;
    }
}

#media-center-latest a > .picture {padding-top:37.09090909090909%;background-color:#000;overflow:hidden;z-index:1;}
#media-center-latest a > .picture img {position:absolute;top:50%;left:50%;min-width:100%;min-height:100%;opacity:.7;transform:translateX(-50%) translateY(-50%);-webkit-transform:translateX(-50%) translateY(-50%);}
#media-center-latest a > .contain {position:absolute;top:50%;left:50%;padding-top:10px;transform:translateX(-50%) translateY(-50%);-webkit-transform:translateX(-50%) translateY(-50%);z-index:2;}
#media-center-latest a > .contain:after {content:'▶';display:block;margin:8px auto 0;width:49px;height:49px;font-size:26px;line-height:49px;color:#fff;text-align:center;text-indent:0.1538em;border-radius:50%;border:3px solid #fff;}
#media-center-latest a > .contain p {font-size:30px;font-style:italic;line-height:40px;letter-spacing:-0.025em;color:#fff;text-align:center;}
.friExcept {padding-left: 25px;}

.content {
    max-width: 1200px;
	margin: 0 auto;
}

.section2 {
	max-width: 1140px;
	margin: 0 auto;
}
@media all and (max-width:1200px) {
	.section2 {padding: 0 30px;}
}
.broadSection {padding: 95px 0 65px;}
.broadSection .title {
	border-top: 1px solid #ddd;
	text-align: center;
}
.broadSection .title b {
	display: inline-block;
	top: -40px;
	padding: 0 50px;
	background: #fff;
	font-size: 40px;
}
@media all and (max-width:767px) {
	.broadSection .title {
		border: 0;
		padding: 0;
		font-size: 46px;
	}
}
.broadSection .title span {
	position: relative;
	display: inline-block;
	padding-top: 18px;
	vertical-align: middle;
	color: #333;
}
.broadSection .title span:after {
	content: "";
	position: absolute;
	top: 0; right: 0; left: 0;
	width: 6px; height: 6px;
	margin: 0 auto;
	background: #9e425f;
	border-radius: 50%;
}
.broadSection .title span.no_dot:after {
	content: none;
}

.broadSection .title img {
	margin-left: 20px;
	vertical-align: middle;
}
.broadSection .title strong {
	display: inline-block;
	padding-top: 18px;
	color: #9e425f;
	vertical-align: middle;
}
.broadSection .mainBroad {margin: 0 -10px;}
@media all and (max-width:1200px) {
	.broadSection .mainBroad {margin: 0 50px;}
}
.broadSection .mainBroad a {
	display: block;
	margin: 0 10px;
	border: 1px solid #ddd;
	color: #333;
}
.broadSection .mainBroad .thumb {
	position: relative;
	display: block;
	border: 1px solid #ddd;
}
.broadSection .mainBroad .thumb:before {content:'';display:block;position:absolute;top:50%;left:50%;margin-top:-22px;margin-left:-22px;width:44px;height:44px;background-repeat:no-repeat;background-image:url(../images/icon-pack.png);background-position:-400px -300px;z-index:10;}
.broadSection .mainBroad .thumb img {
	width: 100%;
	vertical-align: top;
}
.broadSection .mainBroad .txt {
	display: block;
	display: -webkit-box;
	height: 40px;
	margin: 20px 20px 40px;
	overflow: hidden;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.broadSection .mainBroad.mainBroad_3 .txt {
	height: 75px;
	margin: 20px 20px 20px;	
}
.broadSection .mainBroad.mainBroad_3 .txt:before {
	display: block;
	width: 25px;
	height: 25px;
	margin-bottom: 10px;
	background-image: url(/public/images/main/icon_blog2.png);
	background-size: 25px auto;
	content:'';
}
.broadSection .slideNav {
	position: absolute;
	top: 50%; right: 0; left: 0;
}
.broadSection .slideNav span {
	width: 24px; height: 48px;
	margin-top: -24px;
}
.broadSection .slideNav .slidePrev {
	float: left; margin-left: -50px;
	background: url('/public/images/main/btn_broad_prev.png') no-repeat;
}
.broadSection .slideNav .slideNext {
	float: right; margin-right: -50px;
	background: url('/public/images/main/btn_broad_next.png') no-repeat;
}


@media all and (max-width:1250px) {
    .main-quick {
        justify-content: center;
    }
    .main-quick ._clinic {
        width: 386px;
    }

    .main-quick ._clinic:nth-child(3n) {
        margin-right: 21px;
    }

    .main-quick ._clinic:nth-child(2n) {
        margin-right: 0 !important;
    }

    .main-quick ._time {
        width: 386px;
        margin-right: 20px;
        padding: 0 0 0 15px;
        justify-content: space-evenly;
    }
    .main-quick ._map {
        width: 386px;
        padding: 0 0 0 15px;
        border-radius: 10px;
    }
    
    .main-quick ._time img, .main-quick ._map img {
        margin-right: 0px;
    }
    
    .main-quick ._time span:nth-child(3), .main-quick ._map span:nth-child(3) {
        margin-right: 0px;
        font-family: 'Pretendard';
        font-size: 22px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.27;
        letter-spacing: -0.55px;
        text-align: left;
        color: #333;
    }
    
    .main-quick ._time span:nth-child(4), .main-quick ._map span:nth-child(4) {
        font-family: 'Pretendard';
        font-size: 18px;
        font-weight: 300;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.56;
        letter-spacing: -0.45px;
        text-align: center;
        color: #333;
        margin-right: 15px;
        width: 150px;
    }

    .main-video {
        padding-top: initial;
        padding: 79px 0px 40px;
    }

    .main-video ._wrap {
        display: flex;
        max-height: initial;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .main-video ._wrap .half {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .main-video ._wrap .half._right {
        display: flex;
        padding: 66px 55px 54px;
        border: 1px solid #d6c5cc;
        border-left: 1px solid #d6c5cc;
        width: 598px;
        flex-direction: column;
    }

    .main-video ._wrap .half._right ._txt {
        width: 100%;
    }

    .main-video ._wrap .half._right ._txt h1 {
        font-family: 'Pretendard';
        font-size: 28px;
        font-weight: 600;
        font-stretch: normal;
        font-style: normal;
        letter-spacing: -0.7px;
        text-align: left;
        color: #752e4a;
        margin-bottom: 17px;
    }

    .main-video ._wrap .half._right ._txt p {
        font-family: 'Pretendard';
        display: inline-block;
        font-size: 33px;
        font-weight: 600;
        font-stretch: normal;
        font-style: normal;
        line-height: 0.91;
        letter-spacing: -0.83px;
        text-align: left;
        color: #333;
    }

    .main-video ._wrap .half._right ._txt span:nth-child(3) {
        font-family: 'Pretendard';
        display: inline-block;
        font-size: 33px;
        font-weight: 600;
        font-stretch: normal;
        font-style: normal;
        line-height: 0.91;
        letter-spacing: -0.83px;
        text-align: left;
        color: #333;
        margin-bottom: 39px;
    }

    .main-video ._wrap .half._right ._txt a {
        display: none;
    }

    .main-video ._wrap .half._right ._slide {
        margin-left: 0;
        width: 454px;
        margin: 0 auto;
    }

    .main-video ._wrap .half._right ._slide ul {
        width: 454px;
        height: 355px;
    }

    .main-video ._wrap .half._right ._slide ul li a {
        flex-direction: column;
    }

    .main-video ._wrap .half._right ._slide ul li a img {
        margin-left: 0;
        width: 454px;
        height: auto;
    }

    .main-video ._wrap .half._right .go-media {
        display: none;
    }

    .main-video .swiper-pagination {
        width: 100%;
        position: relative;
        display: flex;
        justify-content: flex-end;
        margin-top: 20px;
        height: 10px;
    }

    .main-video .swiper-pagination-bullet {
        width: 13px;
        height: 13px;
        margin-right: 7px;
    }
    
    .main-video .swiper-pagination-bullet-active {
        width: 13px;
        height: 13px;
    }

    .more-media {
        display: block !important;
        background: #752e4a;
        color: #fff;
        height: 80px;
        text-align: center;
        line-height: 80px;
        margin-top: 40px;
    }

    .more-media a {
        display: block;
        width: 100%;
        height: 100%;
        font-family: 'Pretendard';
        font-size: 26px;
        font-weight: 600;
        font-stretch: normal;
        font-style: normal;
        letter-spacing: -0.65px;
        text-align: center;
        color: #fff;
    }

    .main-news ._slide ul li a {
        display: flex;
        flex-direction: column;
        flex-direction: column-reverse;
        align-items: center;
        justify-content: center;
    }

    .main-news {
        padding-top: 0px;
    }

    .main-news ._slide {
        width: 600px;
        margin:0 auto;
    }

    .main-news ._slide .swiper-container, .main-news .swiper-container ul {
        width: 100%;
    }

    .main-news ._slide ul li a ._right {
        width: 600px;
        padding: 0;
        margin: 0 auto;
        margin-bottom: 50px;
    }

    .main-news ._slide ul li a ._left {
        width: 100%;
        margin-top: 55px;
    }

    .main-news ._slide ul li a ._right h1 {
        font-family: 'Pretendard';
        font-size: 40px;
        font-weight: 800;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.5;
        letter-spacing: normal;
        text-align: left;
        color: #752e4a;
        margin-bottom: 35px;
    }

    .main-news ._slide ul li a ._right p {
        font-family: 'Pretendard';
        font-size: 32px;
        font-weight: 600;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.3;
        letter-spacing: -1px;
        text-align: left;
        color: #101820;
        margin-bottom: 20px;
    }

    .main-news ._slide ul li a ._right span {
        font-family: 'Pretendard';
        font-size: 21px;
        font-weight: 300;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.43;
        letter-spacing: -0.7px;
        text-align: left;
        color: #101820;
        word-break: keep-all;
    }

    .main-news ._slide .button-box {
        bottom: 315px;
        right: 495px;
    }

    .main-news .swiper-pagination {
        margin: 0 7px 0 20px;
    }

    .main-news .swiper-pagination-bullet {
        width: 13px;
        height: 13px;
        margin-right: 13px;
    }
    
    .main-news .swiper-pagination-bullet-active {
        width: 13px;
        height: 13px;
    }

    .main-media ._wrap {
        display: flex;
        flex-direction: column;
    }

    .main-media ._wrap ._title {
        padding-right: 0;
        display: flex;
        justify-content: center;
    }

    .main-media ._wrap ._title a {
        font-family: 'Pretendard';
        font-size: 32px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.06;
        letter-spacing: -1px;
        text-align: center;
        margin-bottom: 32px;
    }

    .main-media ._wrap ._title a:first-child {
        position: relative;
        margin-right: 60px;
    }

    .main-media ._wrap ._title a:first-child::after {
        position: absolute;
        content: '';
        background-color: #666;
        height: 29px;
        width: 1px;
        right: -30px;
        top: 6px;
    }

    .main-media ._wrap ul {
        display: flex;
        flex-direction: column;
        width: 600px;
        margin: 0 auto;
    }

    .main-media ._wrap ul ._txt:first-child {
        border-top: 2px solid #752e4a;
    }

    .main-media ._wrap ._txt {
        font-family: 'Pretendard';
        padding: 51px 0;
        border-left: none;
        width: 100%;
        box-sizing: border-box;
        border-bottom: 1px solid #dcdcdc;
    }

    .main-media ._wrap ._txt h1 {
        font-family: 'Pretendard';
        font-size: 24px;
        font-weight: 600;
        font-stretch: normal;
        font-style: normal;
        line-height: 1;
        letter-spacing: -0.7px;
        text-align: left;
        color: #752e4a;
        margin-bottom: 15px;
    }

    .main-media ._wrap ._txt p {
        font-family: 'Pretendard';
        font-size: 24px;
        font-weight: 500;
        font-stretch: normal;
        font-style: normal;
        line-height: 1;
        letter-spacing: -0.7px;
        text-align: left;
        color: #101820;
    }

    .main-media ._wrap ._txt span:nth-child(3) {
        display: none;
    }

    .main-media ._wrap ._txt span:last-child{
        font-family: 'Pretendard';
        font-size: 22px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 0.92;
        letter-spacing: -0.6px;
        text-align: left;
        color: #8a8a8a;
    }

	.main-media2 {
		padding-top: 57px;
		height: 720px;
	}

	.main-media2 ._wrap {
		display: flex;
		flex-direction: column;
	}

	.main-media2 ._wrap ._title {
		padding-right: 0;
		display: flex;
		justify-content: center;
	}

	.main-media2 ._wrap ._title a {
		font-family: 'Pretendard';
		font-size: 28px;
		font-weight: bold;
		font-stretch: normal;
		font-style: normal;
		line-height: 1.06;
		letter-spacing: -1px;
		text-align: center;
		margin-bottom: 32px;
	}

	.main-media2 ._wrap ._title a:first-child {
		position: relative;
		margin-right: 0px;
	}

	.main-media2 ._wrap ._title a:first-child::after {
		position: absolute;
		content: '';
		background-color: #666;
		height: 29px;
		width: 1px;
		right: -30px;
		top: 6px;
		display: none;
	}

    .main-media2 ._wrap ul._tab li ._a._idx1 {
        margin-right: 60px;
    }

	.main-media2 ._wrap ul._tab li ._a._idx1::after {
		position: absolute;
		content: '';
		background-color: #666;
		height: 29px;
		width: 1px;
		right: -30px;
		top: 6px;
		display: block;
	}

	.main-media2 ._wrap ul {
		display: flex;
		flex-direction: column;
		width: 600px;
		margin: 0 auto;
	}

	.main-media2 ._wrap ul._tab li.active ul._content {
		display: flex;
		height: initial;
	}

	.main-media2 ._wrap ul._content {
		flex-direction: column;
		position: absolute;
		top: 69px;
		left: -130px;
		display: none;
	}

	.main-media2 ._wrap ul._tab {
		display: flex;
		flex-direction: row;
		justify-content: center;
	}

	.main-media2 ._wrap ul ._txt:first-child {
		border-top: 2px solid #752e4a;
	}

	.main-media2 ._wrap ._txt {
		font-family: 'Pretendard';
		padding: 51px 0;
		border-left: none;
		width: 100%;
		box-sizing: border-box;
		border-bottom: 1px solid #dcdcdc;
	}

	.main-media2 ._wrap ._txt h1 {
		font-family: 'Pretendard';
		font-size: 24px;
		font-weight: 600;
		font-stretch: normal;
		font-style: normal;
		line-height: 1;
		letter-spacing: -0.7px;
		text-align: left;
		color: #752e4a;
		margin-bottom: 25px;
	}

	.main-media2 ._wrap ._txt p {
		font-family: 'Pretendard';
		font-size: 24px;
		font-weight: 500;
		font-stretch: normal;
		font-style: normal;
		line-height: 1;
		letter-spacing: -0.7px;
		text-align: left;
		color: #101820;
	}

	.main-media2 ._wrap ._txt span:nth-child(3) {
		display: none;
	}

	.main-media2 ._wrap ._txt span:last-child {
		font-family: 'Pretendard';
		font-size: 22px;
		font-weight: bold;
		font-stretch: normal;
		font-style: normal;
		line-height: 0.92;
		letter-spacing: -0.6px;
		text-align: left;
		color: #8a8a8a;
	}
}

@media all and (max-width:810px) {

    
    /* 메인 */
    .main-quick {
        padding: 67px 71px;
        justify-content: initial;
    }

    .main-quick ._clinic {
        width: calc(50% - 7.5px) !important;
        margin-right: 15px;
        height: 181px;
        margin-bottom: 13px;
        border-radius: 10px;
    }

    .main-quick ._clinic a {
        padding: initial;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    .main-quick ._clinic span {
        display: none;
    }

    .main-quick ._clinic p {
        font-family: 'Pretendard';
        font-size: 34.5px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.2;
        letter-spacing: -0.86px;
        text-align: center;
        color: #fff;
    }

    .main-quick ._clinic._01 {
        background: #96365c;
    }

    .main-quick ._clinic._02 {
        background: #c7843c;
    }
    
    .main-quick ._clinic._03 {
        background: #527cb1;
    }

    .main-quick ._clinic._04 {
        background: #936f5e;
    }

    .main-quick ._clinic._05 {
        background: #748b42;
    }

    .main-quick ._clinic._06 {
        background: #55a58f;
    }

    .main-quick ._clinic:nth-child(2n) {
        margin-right: 0 !important;
    }

    .main-quick ._clinic:nth-child(3n):not(:nth-child(6n)) {
        margin-right: 15px !important;
    }

    .main-quick ._time {
        width: calc(50% - 7.5px) !important;
        margin-right: 15px !important;
        height: 200px;
        border: 3px solid #dedede;
        background-color: #ececec;
        border-radius: 10px;
        padding:0;
    }

    .main-quick ._time a {
        padding: 0;
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: center;
    }

    .main-quick ._map {
        width: calc(50% - 7.5px) !important;
        margin-right: 0px;
        height: 200px;
        border: 3px solid #dedede;
        background-color: #ececec;
        border-radius: 10px;
        padding:0;
    }

    .main-quick ._map a {
        padding: 0;
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: center;
    }

    .main-quick ._time img, .main-quick ._map img {
        margin-right: 0px;
    }

    .main-quick ._time span:nth-child(4), .main-quick ._map span:nth-child(4) {
        display: none;
    }

    .main-quick ._time span:nth-child(3), .main-quick ._map span:nth-child(3) {
        margin-right: 0;
        font-family: 'Pretendard';
        font-size: 34.5px !important;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.27;
        letter-spacing: -0.55px;
        text-align: left;
        color: #333;
        margin-top: 6px;
    }

    .main-thanks {
        margin-top: 0;
    }

    .main-thanks ._txt-01 {
        font-size: 40px;
        margin-bottom: 48px;
    }

    ._card__group .__box {
        max-width: 100%;
        object-fit: cover;
        width: 575px;
        height: 377px;
        border-radius: 15px;
        border: solid 0 #000;
        background-color: #fff;
        padding: 52px 45px 0 45px;
        position: relative;
    } 
    
    .img_heart {
        position: absolute;
        right: 26px;
        top: 29px;
    }

    .main-thanks {
        gap: 20px;
    }

    ._card__group {
        gap: 25px;
    }
    
    ._card__group .__box h1 {
        font-family: 'Pretendard';
        font-size: 32px;
        font-weight: 600;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.3;
        letter-spacing: -0.8px;
        text-align: left;
        color: #752e4a;
        margin-bottom: 13px;
    }
    
    ._card__group .__box p {
        font-family: 'Pretendard';
        font-size: 28px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.45;
        letter-spacing: -0.7px;
        text-align: left;
        color: #333;
        border-bottom: 1px solid #c1c1c1;
        padding-bottom: 41px;
    }
    
    ._card__group .__box span {
        font-family: 'Pretendard';
        font-size: 26px;
        font-weight: 600;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.42;
        letter-spacing: -0.65px;
        text-align: left;
        color: #333;
        display: block;
        margin-top: 28px;
    }

    .main-video {
        padding-top: initial;
        padding: 79px 0px 80px;
    }

    .main-video ._wrap {
        display: flex;
        max-height: initial;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .main-video ._wrap .half {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .main-video ._wrap .half._right {
        display: flex;
        padding: 66px 55px 54px;
        border: 1px solid #d6c5cc;
        border-left: 1px solid #d6c5cc;
        width: 573px;
        flex-direction: column;
    }

    .main-video ._wrap .half._right ._txt {
        /*width: 100%;*/
		width: 65%;
    }

    .main-video ._wrap .half._right ._txt h1 {
        font-family: 'Pretendard';
        font-size: 28px;
        font-weight: 600;
        font-stretch: normal;
        font-style: normal;
        letter-spacing: -0.7px;
        text-align: left;
        color: #752e4a;
        margin-bottom: 17px;
    }

    .main-video ._wrap .half._right ._txt p {
        font-family: 'Pretendard';
        display: inline-block;
        font-size: 33px;
        font-weight: 600;
        font-stretch: normal;
        font-style: normal;
        line-height: 0.91;
        letter-spacing: -0.83px;
        text-align: left;
        color: #333;
    }

    .main-video ._wrap .half._right ._txt span:nth-child(3) {
        font-family: 'Pretendard';
        display: inline-block;
        font-size: 33px;
        font-weight: 600;
        font-stretch: normal;
        font-style: normal;
        line-height: 0.91;
        letter-spacing: -0.83px;
        text-align: left;
        color: #333;
        margin-bottom: 39px;
    }

    .main-video ._wrap .half._right ._txt a {
        display: none;
    }

    .main-video ._wrap .half._right ._slide {
        margin-left: 0;
    }

    .main-video ._wrap .half._right ._slide ul {
        width: auto;
    }

    .main-video .swiper-pagination-bullet {
        width: 13px;
        height: 13px;
        margin-right: 7px;
    }
    
    .main-video .swiper-pagination-bullet-active {
        width: 13px;
        height: 13px;
    }

    .more-media {
        background: #752e4a;
        color: #fff;
        height: 80px;
        text-align: center;
        line-height: 80px;
        margin-top: 40px;
    }

    .more-media a {
        display: block;
        width: 100%;
        height: 100%;
        font-family: 'Pretendard';
        font-size: 26px;
        font-weight: 600;
        font-stretch: normal;
        font-style: normal;
        letter-spacing: -0.65px;
        text-align: center;
        color: #fff;
    }

    .main-news ._slide ul li a {
        display: flex;
        flex-direction: column;
        flex-direction: column-reverse;
        align-items: center;
        justify-content: center;
    }

    .main-news {
        padding-top: 0px;
    }

    .main-news ._slide {
        width: 575px;
        margin:0 auto;
    }

    .main-news ._slide .swiper-container, .main-news .swiper-container ul {
        width: 100%;
    }

    .main-news ._slide ul li a ._right {
        height: 420px;
        width: 575px;
        padding: 0;
        margin: 0 auto;
        margin-bottom: 50px;
    }

    .main-news ._slide ul li a ._left {
        width: 100%;
        margin-top: 55px;
    }

    .main-news ._slide ul li a ._right h1 {
        font-family: 'Pretendard';
        font-size: 40px;
        font-weight: 800;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.5;
        letter-spacing: normal;
        text-align: left;
        color: #752e4a;
        margin-bottom: 35px;
    }

    .main-news ._slide ul li a ._right p {
        font-family: 'Pretendard';
        font-size: 40px;
        font-weight: 600;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.3;
        letter-spacing: -1px;
        text-align: left;
        color: #101820;
        margin-bottom: 20px;
    }

    .main-news ._slide ul li a ._right span {
        font-family: 'Pretendard';
        font-size: 28px;
        font-weight: 300;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.43;
        letter-spacing: -0.7px;
        text-align: left;
        color: #101820;
        word-break: keep-all;
    }

    .main-news ._slide .button-box {
        bottom: 315px;
        right: 463px;
    }

    .main-news .swiper-pagination-bullet {
        width: 13px;
        height: 13px;
        margin-right: 13px;
    }
    
    .main-news .swiper-pagination-bullet-active {
        width: 13px;
        height: 13px;
    }

    .main-news ._slide .button-box .button-next {
        background: url('/public/image/news-slide-next.png') no-repeat;
        height: 29px;
        width: 15px;
    }
    
    .main-news ._slide .button-box .button-prev {
        background: url('/public/image/news-slide-prev.png') no-repeat;
        height: 29px;
        width: 15px;
    }

    .main-media {
        padding-top: 85px;
    }

    .main-media ._wrap {
        display: flex;
        flex-direction: column;
    }

    .main-media ._wrap ._title {
        padding-right: 0;
        display: flex;
        justify-content: center;
    }

    .main-media ._wrap ._title a {
        font-family: 'Pretendard';
        font-size: 40px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.06;
        letter-spacing: -1px;
        text-align: center;
        margin-bottom: 32px;
    }

    .main-media ._wrap ._title a:first-child {
        position: relative;
        margin-right: 60px;
    }

    .main-media ._wrap ._title a:first-child::after {
        position: absolute;
        content: '';
        background-color: #666;
        height: 29px;
        width: 1px;
        right: -30px;
        top: 6px;
    }

    .main-media ._wrap ul {
        display: flex;
        flex-direction: column;
        width: 575px;
        margin: 0 auto;
    }

    .main-media ._wrap ul ._txt:first-child {
        border-top: 2px solid #752e4a;
    }

    .main-media ._wrap ._txt {
        font-family: 'Pretendard';
        padding: 51px 0;
        border-left: none;
        width: 100%;
        box-sizing: border-box;
        border-bottom: 1px solid #dcdcdc;
    }

    .main-media ._wrap ._txt h1 {
        font-family: 'Pretendard';
        font-size: 28px;
        font-weight: 600;
        font-stretch: normal;
        font-style: normal;
        line-height: 1;
        letter-spacing: -0.7px;
        text-align: left;
        color: #752e4a;
        margin-bottom: 15px;
    }

    .main-media ._wrap ._txt p {
        font-family: 'Pretendard';
        font-size: 28px;
        font-weight: 500;
        font-stretch: normal;
        font-style: normal;
        line-height: 1;
        letter-spacing: -0.7px;
        text-align: left;
        color: #101820;
        margin-bottom: 30px;
    }

    .main-media ._wrap ._txt span:nth-child(3) {
        display: none;
    }

    .main-media ._wrap ._txt span:last-child{
        font-family: 'Pretendard';
        font-size: 24px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 0.92;
        letter-spacing: -0.6px;
        text-align: left;
        color: #8a8a8a;
    }

	.main-media2 {
		padding-top: 85px;
		height: 800px;
	}

	.main-media2 ._wrap ._title {
		padding-right: 0;
		display: flex;
		justify-content: center;
	}

	.main-media2 ._wrap ul._content {
		width: 575px;
	}

	.main-media2 ._wrap ul._content {
		left: -119px;
	}

	.main-media2 ._wrap ul._tab li ._a {
		font-family: 'Pretendard';
		font-size: 40px;
		font-weight: bold;
		font-stretch: normal;
		font-style: normal;
		line-height: 1.06;
		letter-spacing: -1px;
		text-align: center;
		margin-bottom: 32px;
		width: 135px;
		margin-right: 0;
	}

	.main-media2 ._wrap ._title a:first-child {
		position: relative;
		margin-right: 0px;
	}

	.main-media2 ._wrap ul._tab li ._a._idx1 {
		margin-right: 60px;
	}

	.main-media2 ._wrap ul._tab li ._a._idx1::after {
		position: absolute;
		content: '';
		background-color: #666;
		height: 29px;
		width: 1px;
		right: -30px;
		top: 6px;
		display: block;
	}

	.main-media2 ._wrap ul ._txt:first-child {
		border-top: 2px solid #752e4a;
	}

	.main-media2 ._wrap ._txt {
		font-family: 'Pretendard';
		padding: 51px 0;
		border-left: none;
		width: 100%;
		box-sizing: border-box;
		border-bottom: 1px solid #dcdcdc;
	}

	.main-media2 ._wrap ._txt h1 {
		font-family: 'Pretendard';
		font-size: 28px;
		font-weight: 600;
		font-stretch: normal;
		font-style: normal;
		line-height: 1;
		letter-spacing: -0.7px;
		text-align: left;
		color: #752e4a;
		margin-bottom: 25px;
	}

	.main-media2 ._wrap ._txt p {
		font-family: 'Pretendard';
		font-size: 28px;
		font-weight: 500;
		font-stretch: normal;
		font-style: normal;
		line-height: 1;
		letter-spacing: -0.7px;
		text-align: left;
		color: #101820;
		margin-bottom: 30px;
	}

	.main-media2 ._wrap ._txt span:nth-child(3) {
		display: none;
	}

	.main-media2 ._wrap ._txt span:last-child {
		font-family: 'Pretendard';
		font-size: 24px;
		font-weight: bold;
		font-stretch: normal;
		font-style: normal;
		line-height: 0.92;
		letter-spacing: -0.6px;
		text-align: left;
		color: #8a8a8a;
	}

	.divide-section .mb-panel {padding:0 30px;}

	#storytelling {padding-top:40px;padding-bottom:0;}
	#storytelling .panel-em {font-size:24px;line-height:36px;}
	#storytelling .panel-tit {padding-top:20px;}
	#storytelling .panel-text {font-size:28px;line-height:40px;}
	#storytelling .panel-text > strong {padding-top:30px;font-size:22px;line-height:24px;}
	#storytelling .goto-detail {margin-top:54px;margin-bottom:70px;font-size:20px;line-height:24px;}
	#storytelling .goto-detail:after {bottom:-10px;}

	#quick-section:before {top:522px;}
	#quick-section .quick-list a:before {margin-bottom:14px;width:135px;height:135px;}
	#quick-section .quick-list a {font-size:24px;line-height:30px;}
	#quick-section .quick-list a.hospital:before {background-position:-280px -120px;}
	#quick-section .quick-list a.map:before {background-position:-420px -120px;}
	#quick-section .quick-list a.time:before {background-position:-560px -120px;}
	#quick-section .quick-list a.talk:before {background-position:-700px -120px;}
	#quick-section .quick-list a.reserv:before {background-position:-840px -120px;}

	#vision .tit-emphasis {padding-bottom:25px;font-size:35px;line-height:40px;}
	#vision {background-position:1110px 270px;}

	#notice .notice-sub-tit {font-size:22px;line-height:26px;font-weight:700;}
	#notice .section {width:550px;}
	#notice .notice-tit {margin-top:14px;font-size:28px;line-height:28px;}
	#notice .notice-text {margin-top:14px;font-size:24px;line-height:30px;}
	#notice .text-info dt,
	#notice .text-info dd {font-size:22px;line-height:26px;}
	#notice .text-info dd:before {width:20px;height:20px;margin-top:-10px;background-position:-30px -120px;}
	#notice .text-info dd {margin-left:12px;padding-left:28px;}
	#notice .divide-section {padding-bottom:36px;}
	#notice .divide-section.last-divide {padding-top:36px;}
	#notice .board-list-tit {font-size:24px;line-height:30px;height:60px;}

	.terms {margin-bottom:20px;}
	.terms .panel {padding:20px;height:455px;font-size:24px;line-height:30px;}
	.terms label.privacy {font-size:24px;line-height:30px;}
	.terms label.privacy input + span:before {width:20px;height:20px;vertical-align:middle;}
	.terms label.privacy input:checked + span:before {font-size:20px;line-height:20px;}
	.terms .agreement .remarks {margin-top:10px;font-size:20px;line-height:30px;}

	/* 협력기관 */
	.logo-box {margin-left:-10px;}
	.logo-box > li {padding:10px;}
	.logo-box .dashed {padding:10px 0;font-size:24px;line-height:30px;}

	/* 의료진소개 */
	.intro-section {padding-top:30px;padding-bottom:30px;}
	.introduce-title {font-size:50px;line-height:60px;}
	.intro-right small {font-size:24px;line-height:30px;}
	.box-top .top-tit,
	.box-top .top-content {font-size:24px;line-height:30px;}
	.skills {font-size:24px;line-height:30px;}
	.skills li {padding-left:110px;}
	.skills .skill-cont {min-height:30px;line-height:30px;}
	.box-btn {padding:10px 0;font-size:20px;line-height:24px;}
	.box-btn:after {font-size:40px;}
	.grid-table th,
	.grid-table td {font-size:20px;line-height:30px;}
	.online-btn a {font-size:24px;}

	#mb-quick {position:fixed;width:100%;min-width:640px;height:130px;bottom:0;z-index:3000;background-color:rgba(158,66,95,.95);}
	#mb-quick ul li {float:left;}
	#mb-quick ul li:after {content:'';display:block;position:absolute;top:50%;margin-top:-45px;right:0;width:1px;height:90px;background-color:#fff;}
	#mb-quick ul li:last-child:after {display:none;}
	#mb-quick ul li.tel {width:50%;}
	#mb-quick ul li.tel a {display:block;padding:44px 16px 44px 22px;height:130px;font-size:35px;line-height:40px;letter-spacing:-1px;color:#fff;}
	#mb-quick ul li.tel a:after {content:'Call';display:block;position:absolute;top:50%;margin-top:-26px;right:12px;width:52px;height:52px;font-size:22px;line-height:52px;letter-spacing:-1px;color:#fff;text-align:center;text-indent:-6px;border-radius:50%;background-color:#420619;font-style:italic;}
	#mb-quick ul li.road,
	#mb-quick ul li.time {width:25%;}
	#mb-quick ul:after {content:'';display:block;clear:both;}
	#mb-quick ul li.road a,
	#mb-quick ul li.time a {display:block;height:130px;padding:20px 0;text-align:center;font-size:20px;line-height:24px;letter-spacing:-1px;color:#fff;}
	#mb-quick ul li.road a:before,
	#mb-quick ul li.time a:before {content:'';display:block;background-image:url(../images/icon-pack.png);}
	#mb-quick ul li.road a:before {margin:0 auto 15px;width:45px;height:50px;background-position:-680px -300px;}
	#mb-quick ul li.time a:before {margin:0 auto 15px;width:50px;height:50px;background-position:-740px -300px;}

	/* 병원소개 */

	.mission-list .panel h3 {font-size:28px;line-height:30px;}
	.mission-list .panel p {padding:0 20px;font-size:24px;line-height:30px;}

	.text-box.consultation a {font-size:32px;line-height:36px;}
	.doctor-info .name {font-size:28px;}
	.doctor-info .part {font-size:24px;}
	.doctor-info {line-height:50px;}
	.text-box.consultation a:before {font-size:45px;line-height:45px;}
	.doctor-info:before {width:50px;height:50px;font-size:40px;line-height:50px;}

	.normal-table.material td {height:117px;}

	/* 치료후기 */


	.experience-list > li {width:100%;margin-bottom:10px;}
	.experience-list > li .picture {padding-top:initial;}
	.experience-list > li .picture img {display: inline-block !important; position: static; width:100%;height:auto;}
	.exp-tit {font-size:28px;line-height:40px;}
	.exp-info dd {font-size:25px;line-height:40px;}
	.exp-num {font-size:20px;}

	.letter-list > li {width:100%;float:none;}
	.letter-list .tit {font-size:30px;line-height:34px;}
	.letter-list .cont {margin:30px 0;font-size:24px;line-height:34px;height:102px;}

	/* 3필치료법 */

	.cure-list {margin-top:660px;}
	.cure-descript p {font-size:20px;line-height:26px;}
	.cure-list .list-text p {padding:0 50px;font-size:20px;line-height:26px;text-align:left;}

	 /* 비만치료 */
	.obesity-quote-highlight .text {font-size:22px;line-height:30px;}
	.obesity-quote-highlight .source > .name {padding:5px 20px;font-size:26px;line-height:36px;border-radius:23px;}
	.obesity-treatment-process > .header p {max-width:100%;}


	.new #vision {background-position:-280px 0;}

	.new #media-center-latest .picture {width:100%;height:auto;}
	.new #media-center-latest .text {margin-top:20px;padding-left:0;width:100%;}
	.new #media-center-latest .tit {font-size:24px;line-height:30px;height:90px;}
	.new #media-center-latest .text-info {margin-top:20px;}
	.new #media-center-latest a > .picture {padding-top:64%;}

}


@media all and (max-width:1200px) {
	.broadSection .slideNav .slidePrev {margin-left: -30px;}
	.broadSection .slideNav .slideNext {margin-right: -30px;}
}

@media all and (max-width:1024px) {
	.broadSection .title {
		border: 0;
		padding: 0;
		font-size: 46px;
	}
	.broadSection .title img {
		width: 74px;
		margin: 0 10px 0 15px;
	}
	.broadSection .mainBroad {margin: 0;}
	.broadSection .mainBroad .txt {
		height: 50px;
	}
}


.bannerSection {
	padding: 60px 0 40px;
	background: #fafafa;
}
.bannerSection .section2 {max-width: 1180px;}
.bannerSection:after {content:"";display:block;clear:both;}
.bannerSection .box {
	float: left; width: 50%;
}
.bannerSection .mainBanner {margin: 0 20px;}
.bannerSection .mainBanner img {width: 100%; vertical-align: top;}
.bannerSection .mainBanner .swiper-slide {width: 100%;} 
.bannerSection .mainBanner .swiper-pagination {
	margin: 10px 0 0;
	text-align: center;
}
.bannerSection .mainBanner .swiper-pagination span {
	display: inline-block;
	width: 13px; height: 13px;
	margin: 0 3px;
	background: #cecece;
	border-radius: 50%;
}
.bannerSection .mainBanner .swiper-pagination [class*="active"] {
	background: #333;
}
.bannerSection .bannerWrap {margin: 0 20px;}
.bannerSection .bannerWrap img {width:100%;}
.bannerSection .timeWrap {
	height: 360px;
	margin: 0 20px;
	padding: 0 60px;
	background: #fff;
	border: 3px solid #772d4a;
	color: #772d4a;
	text-align: center;
	line-height: 1;
}
.bannerSection .timeWrap .txt1 {
	margin: 40px 0 0;
	font-size: 80px;
	letter-spacing: -8px;
}
.bannerSection .timeWrap .txt1 strong {font-size: 90px;}
.bannerSection .timeWrap .txt2 {
	padding: 20px 0 30px;
	font-size: 30px;
	font-weight: bold;
	line-height: 1;
}
.bannerSection .timeWrap .txt2 span {display: inline-block;}
.bannerSection .timeWrap .txt2 span:first-child {
	margin-right: 20px;
	padding-right: 20px;
	border-right: 1px solid #772d4a;
}
.bannerSection .time {
	padding: 30px 0 30px 90px;
	border-top: 1px solid #772d4a;
	text-align: left;
	background: url('/public/images/main/icon_time.png') no-repeat 15px 50%;
}
.bannerSection .time p {
	padding: 8px 0;
	font-size: 22px;
	color: #333;
}
@media all and (max-width:1200px) {
	.bannerSection .timeWrap {height: 285px;}
	.bannerSection .timeWrap { padding: 0 30px; }
	.bannerSection .timeWrap .txt1 { margin: 30px 0 0; font-size: 40px; letter-spacing: 0; }
	.bannerSection .timeWrap .txt1 strong {font-size: 50px;}
	.bannerSection .timeWrap .txt2 { font-size: 20px; }
	.bannerSection .time p { font-size: 18px; }
}
@media all and (max-width:1024px) {
	.bannerSection .box {
		float: none;
		width: 100%;
	}
	.bannerSection .mainBanner {margin: 0;}
	.bannerSection .timeWrap {margin: 40px 0 0;}
	.bannerSection .bannerWrap {margin: 40px 0 0;}
}

.quickLink {
	padding: 75px 0;
	text-align: center;
}
.quickLink .title {
	margin: 0 0 50px;
	color: #9e425f;
	font-size: 40px;
}
.quickLink .list li {display: inline-block;}
.quickLink .list li a {
	display: block;
	margin: 0 12px;
	font-size: 18px;
	color: #292f33;
}
.quickLink .list li a:before {
	content: "";
	display: block;
	width: 110px; height: 110px;
	margin: 0 auto 15px;
	background-color: #9e425f;
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: cover;
	border-radius: 50%;
}
.quickLink .list li.link1 a:before {background-image: url('/public/images/main/icon_main01.png');}
.quickLink .list li.link2 a:before {background-image: url('/public/images/main/icon_main02.png');}
.quickLink .list li.link3 a:before {background-image: url('/public/images/main/icon_main03.png');}
.quickLink .list li.link4 a:before {background-image: url('/public/images/main/icon_main04.png');}
.quickLink .list li.link5 a:before {background-image: url('/public/images/main/icon_main05.png');}
.quickLink .list li.link6 a:before {background-image: url('/public/images/main/icon_main06.png');}
.quickLink .list li.link7 a:before {background-image: url('/public/images/main/icon_main07.png');}
.quickLink .list li.link8 a:before {background-image: url('/public/images/main/icon_main08.png');}
@media all and (max-width:1200px) {
	.quickLink .list li a {
		margin: 0 6px;
		font-size: 15px;
	}
	.quickLink .list li a:before {
		width: 90px; height: 90px;
	}
}
@media all and (max-width:1024px) {
	.quickLink {padding: 60px 0;}
	.quickLink .title {
		font-size: 46px;
	}
	.quickLink .list:after {content:"";display:block;clear:both;}
	.quickLink .list li {
		float: left;
		width: 25%;
		margin: 15px 0;
	}
	.quickLink .list li a {
		margin: 0;
		font-size: 24px;
		letter-spacing: -2px;
	}
}

.mainBoard {
	margin: 0 -20px;
	padding-top: 75px;
	border-top: 1px solid #ededed;
}
.mainBoard:after {content: "";display: block;clear: both;}
.mainBoard .box {
	float: left; width: 50%;
	padding: 0 20px;
}
.mainBoard .title {font-size: 26px; color: #292f33;}
.mainBoard .notice {background: url('/public/images/main/img_main_notice.jpg') no-repeat;}
.mainBoard .media {background: url('/public/images/main/img_main_media.jpg') no-repeat;}
.mainBoard .list {
	margin-top: 30px;
	padding-left: 170px;
}
.mainBoard .list li {
	position: relative;
	padding: 12px 10px 9px 20px;
	border-bottom: 1px solid #ddd;
	line-height: 1;
}
.mainBoard .list li:after {
	content: "";
	position: absolute;
	top: 20px; left: 10px;
	width: 3px; height: 3px;
	background: #373737;
	border-radius: 50%;
}
.mainBoard .list li a {
	display: inline-block;
	max-width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #666;
	vertical-align: middle;
}
.mainBoard .list li:first-child {border-top: 1px solid #ddd;}
.mainBoard .list .new {display:inline-block;margin:0 0 0 5px;padding-left:3px;width:18px;height:18px;line-height:18px;font-style:italic;font-size:12px;color:#fff;border-radius:50%;background-color:#9e425f;vertical-align: middle;}
@media all and (max-width:1024px) {
	.mainBoard  {
		padding: 0;
	}
	.mainBoard .title {
		margin-top: 60px;
		font-size: 44px;
	}
	.mainBoard .box {
		float: none; width: auto;
		padding: 0;
	}
	.mainBoard .list {
		padding: 0;
		background: none;
	}
	.mainBoard .list li {padding: 20px 10px 20px 20px;}
	.mainBoard .list li:after {top: 30px;}
	.mainBoard .list li a {font-size: 26px;}
}

.mainThanks {
	height: 418px;
	margin: 140px 0 0;
	background: url('/public/images/main/bg_main_thanks.jpg') no-repeat 50%;
}
.mainThanks .title {
	padding: 80px 0 50px;
	font-size: 26px;
	color: #fff;
	text-align: center;
}
.mainThanks .list {margin: 0 -17px;}
.mainThanks .list li {
	float: left;
	width: 25%;
}
.mainThanks .list a {
	display: block;
	height: 170px;
	margin: 0 17px;
	padding: 25px 18px 0;
	background: #fff;
	color: #666;
	line-height : 1.4;
}
.mainThanks .list .tit {
	display: block;
	display: -webkit-box;
	height: 68px;
	overflow: hidden;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.mainThanks .list .info {
	display: block;
	margin: 15px 0 0;
	padding: 15px 0 0;
	border-top: 1px solid #ddd;
	color: #999;
	font-size: 14px;
}
.mainThanks .list .info .name {
	margin: 0 8px 0 0;
	padding: 0 12px 0 35px;
	background: url('/public/images/main/icon_heart.png') no-repeat 7px 50%;
	background-size: 18px;
	border-right: 1px solid #ddd;
}
@media all and (max-width:1024px) {
	.mainThanks {
		height: 780px;
		margin: 80px 0 0;
		background-size: cover;
	}
	.mainThanks .title {
		padding: 70px 0 50px;
		font-size: 40px;
	}
	.mainThanks .list li {width: 50%;}
	.mainThanks .list a {
		height: 250px;
		margin: 10px;
	}
	.mainThanks .list .tit {
		height: 135px;
		font-size: 24px;
		-webkit-line-clamp: 4;
	}
	.mainThanks .list .info {font-size:24px;}
	.mainThanks .list .info .name {background-size: 26px;}

}



/*=========== ADD PAGE CSS ===========*/
.mo_show { display: none !important; }

.addSection .swiperWrap{
	margin-top: 60px;
	margin-bottom: 80px;
}
.addSection .swiperWrap .totalSwiper {
	position: relative;
}
.addSection .swiperWrap .totalSwiper .swiper-slide img{
	width: 100%;
}
.addSection .swiperWrap .paginationWrap {
	display: block;
	position:absolute;
	left: 0;
	bottom: 50px;
	width: 100%;
	height: auto;
}
.addSection .swiperWrap .swiper-pagination {
	max-width: 510px;
	margin: 0 auto;
}
.addSection .swiperWrap .swiper-pagination span {
	width: 10px;
	height: 10px;
	margin-right: 5px;
	background-color: rgba(0,0,0,0.1);
	display: inline-block;
	border-radius: 10px;
}
.addSection .swiperWrap .swiper-pagination span:last-child {
	margin-right: 0;
}
.addSection .swiperWrap .swiper-pagination span.swiper-pagination-bullet-active{
	background-color: #812240;
}
.addSection .swiperWrap .slidePrev,
.addSection .swiperWrap .slideNext{
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -20px;
	width: 40px;
	height: 75px;
	border-radius: 2px;
	background-size: 14px;
	background-position: center;
	background-repeat: no-repeat;
	background-color: rgba(255,255,255,0.4);
	box-shadow: 0 0 6px rgba(0,0,0,0.2);
}
.addSection .swiperWrap .slidePrev {
	left: 0;
	background-image: url('../images/total/icon_totalArrowL.png');
}
.addSection .swiperWrap .slideNext {
	right: 0;
	background-image: url('../images/total/icon_totalArrowR.png');
}
.addContents {
	max-width: 900px;
	margin: 0 auto;
	padding: 50px 0;
	transform: translateX(120px);
}
.addContents > div:last-child{
	margin-bottom: 0;
}
.addContents .halfLayout{
	overflow: hidden;
	margin-bottom: 60px;
}
.addContents .halfLayout .innerTxt{
	float: left;
	width: 50%;
	box-sizing: border-box;
	padding: 0;
}
.addContents .halfLayout .innerTxt .title {
	margin-bottom: 40px;
	word-break: keep-all;
	overflow: hidden;
}
.addContents .halfLayout .innerTxt .title b {
	display: inline-block;
	vertical-align: middle;
	color: #9e425f;
	font-size: 65px;
	font-weight: bold;
	font-family: 'NanumMyeongjo';
	margin-right: 10px;
}
.addContents .halfLayout .innerTxt .title p {
	display: inline-block;
	vertical-align: middle;
	font-size: 28px;
	font-weight: 500;
	line-height: 1.4;
}
.addContents .halfLayout .innerTxt .title p span {
	color: #e5548b;
}
.addContents .halfLayout .innerTxt .text {
	font-size: 16px;
	line-height: 1.6;
	color: #666;
	word-break: keep-all;
}
.addContents .halfLayout .innerImg{
	float: left;
	width: calc(50% - 30px);
	margin-left: 30px;
}
.addContents .halfLayout .innerImg img {
	max-width: 100%;
}
.bgTxt {
	display: table;
	width: 100%;
	word-break: keep-all;
	margin-bottom: 40px;
}
.bgTxt.addimg1 .title{
	padding: 0 45px;
	font-size: 28px;
	text-align: left;
	line-height: 1.4;
	background-size: 80px;
	background-repeat: no-repeat;
	background-position: left 30px top 30px;
	background-image: url('../images/total/img_addBg1.png');
}
.bgTxt.addimg1 .title span {
	display: block;
	font-size: 24px;
	margin-bottom: 12px;
}
.bgTxt.addimg2 .title{
	padding: 0 45px;
	font-size: 28px;
	text-align: left;
	line-height: 1.4;
	background-size: 80px;
	background-repeat: no-repeat;
	background-position: left 30px top 30px;
	background-image: url('../images/total/img_addBg2.png');
}
.bgTxt.addimg3 .title {
	padding: 0 45px;
	font-size: 28px;
	text-align: left;
	line-height: 1.4;
	background-size: 80px;
	background-repeat: no-repeat;
	background-position: left 30px top 30px;
	background-image: url('../images/total/img_addBg3.png');
}
.bgTxt.colorChange .title{
	background-color: #f26b3e;
}
.bgTxt.colorChange .title:after {
	border-left-color: #f26b3e;
}
.bgTxt.colorChange .textChart {
	border-color: #f26b3e;
}
.bgTxt.colorChange .textChart ul li:before {
	background-color: #f26b3e;
}
.bgTxt.colorChange2 .title {
	background-color: #e95a90;
}

.bgTxt.colorChange2 .title:after {
	border-left-color: #e95a90;
}

.bgTxt.colorChange2 .textChart {
	border-color: #e95a90;
}

.bgTxt.colorChange2 .textChart ul li:before {
	background-color: #e95a90;
}
.bgTxt .title{
	display: table-cell;
	vertical-align: middle;
	width: 40%;
	font-size: 38px;
	text-align: center;
	color: #fff;
	background-color: #9e425f;
	position: relative;
}
.bgTxt .title:after {
	content: '';
	position: absolute;
	right: -15px;
	top: 50%;
	margin-top: -20px;
	display: block;
	width: 0;
	height: 0;
	border-bottom: 20px solid transparent;
	border-top: 20px solid transparent;
	border-left: 15px solid #9e425f;

}
.bgTxt .title b {
	font-weight: 500;
	line-height: 1.2;
	display: block;
	height: 100%;
}
.bgTxt .text {
	display: table-cell;
	vertical-align: middle;
	width: 60%;
	height: 115px;
	padding: 20px 50px;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.4;
	color: #9e425f;
	border: 2px solid #9e425f;
}
.bgTxt .text.addH {
	height: 200px;
}
.bgTxt .textChart {
	display: table-cell;
	vertical-align: middle;
	width: 60%;
	height: 115px;
	padding: 0 50px;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.4;
	color: #9e425f;
	border: 2px solid #9e425f;
}
.bgTxt .textChart ul {
	padding: 40px 0;
}
.bgTxt .textChart ul li {
	position: relative;
	padding-left: 15px;
	line-height: 1.2;
	color: #666;
	margin-bottom: 15px;
}
.bgTxt .textChart ul li:last-child {
	margin-bottom: 0;
}
.bgTxt .textChart ul li:before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 9px;
	width: 5px;
	height: 5px;
	border-radius: 5px;
	background-color: #9e425f;
}
.halfIconLayout {
	margin-bottom: 70px;
	overflow: hidden;
}
.halfIconLayout .innerWrap {
	width: 50%;
	float: left;
	padding: 30px 50px;
	box-sizing: border-box;
	font-size: 0;
}
.halfIconLayout .innerWrap:first-child {
	border-right: 1px solid #ddd;
}
.halfIconLayout .innerWrap .innerTxt {
	display: inline-block;
	vertical-align: middle;
	width: 270px;
}
.halfIconLayout .innerWrap .innerTxt .title{
	display: block;
	font-size: 26px;
	font-weight: bold;
	color: #9e425f;
	margin-bottom: 20px;
}
.halfIconLayout .innerWrap .innerTxt .text{
	font-size: 16px;
	line-height: 1.4;
	color: #666;
	word-break: keep-all;
}
.halfIconLayout .innerWrap .innerimg {
	display: inline-block;
	vertical-align: top;
	width: calc(100% - 270px);
	text-align: center;
}
.halfIconLayout .innerWrap .innerimg  img {
	width: 100%;
	max-width: 102px;
}
.boxLayout {
	position: relative;
	padding: 80px 0;
	margin-bottom: 80px;
}
.boxLayout.width33 ul {
	display: flex;
	justify-content: flex-start;
	justify-items: flex-start;
	align-content: flex-start;
	flex-wrap: wrap;
}
.boxLayout.width33 ul li{
	width: 33.33%;
}
.bgColor:before{
	content: '';
	position: absolute;
	left: 50%;
	top:0;
	margin-left: -100%;
	width: 300%;
	height: 100%;
	transform: translateX(-150px);
	background-image: url('../images/total/img_bgColor.jpg');
}
.bgColor2:before{
	content: '';
	position: absolute;
	left: 50%;
	top:0;
	margin-left: -100%;
	width: 300%;
	height: 100%;
	transform: translateX(-150px);
	background-color: #fdf3ef;
}
.boxLayout ul{
	width: 100%;
	font-size: 0;
	counter-reset: section;
}
.boxLayout ul li {
	display: inline-block;
	vertical-align: top;
	padding: 5px;
	box-sizing: border-box;
}
.boxLayout ul li:first-child {
	padding: 30px;
	text-align: left;
}
.boxLayout ul li:first-child p {
	display: block;
	font-size:50px;
	font-weight: 500;
	color: #6b2138;
}
.boxLayout ul li:first-child p:before {
	content: '';
	display: block;
	margin-bottom: 20px;
	width: 35px;
	height: 2px;
	background-color: #6b2138;
}
.boxLayout ul li:first-child p span{
	display: block;
	font-size: 40px;
	margin-bottom: 15px;
	color: #e95a90;
}
.boxLayout ul li > div {
	position: relative;
	min-height: 250px;
	height: 100%;
	background-color: #fff;
	padding: 50px 40px;
}
.boxLayout ul li > div span {
	position: absolute;
	left: 0;
	top: 0;
	border-bottom: 30px solid transparent;
	border-right: 30px solid transparent;
	border-top: 30px solid #6b2138;
	border-left: 30px solid #6b2138;
}
.boxLayout ul li > div span:before {
	counter-increment: section;
	content: counter(section);
	font-size: 28px;
	font-style: italic;
	color: #fff;
	position: absolute;
	left: -24px;
	top: -26px;
}
.boxLayout ul li > div b {
	display: block;
	font-size: 24px;
	font-weight: bold;
	color: #6b2138;
	margin-bottom: 25px;
}
.boxLayout ul li > div p {
	font-size: 16px;
	line-height: 1.6;
	color: #666;
}
.imgInfo {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding: 60px 0;
	font-size: 0;
	margin-bottom: 80px;
}
.imgInfo > div {
	width: 48%;
	display: inline-block;
	vertical-align: middle;
	font-size: 20px;
}
.imgInfo > div:last-child {
	margin-left: 4%;
}
.imgInfo .innerImg {
	text-align: left;
}
.imgInfo .innerImg img{
	width: 100%;
	max-width: 475px;
}
.imgInfo .innerText b {
	display: block;
	color: #000;
	font-size: 22px;
	margin-bottom: 20px;
}
.imgInfo .innerText p{
	font-size: 16px;
	line-height: 1.4;
	color: #666;
	word-break: keep-all;
}
.imgGraph {
	text-align: center;
	margin-bottom: 70px;
}
.imgGraph img {
	width: 100%;
	max-width: 919px;
}
.imgGraph p {
	margin-top: 30px;
	font-size: 22px;
	font-weight: 600;
}
.tabContentWrap {

}
.tabContentWrap .tabHeader {
	overflow: hidden;
	margin-top: 70px;
}
.tabContentWrap .tabHeader.width20 li {
	width: 20%;
}
.tabContentWrap .tabHeader li {
	width: 33.33%;
	float: left;
	font-size: 18px;
	font-weight: normal;
	text-align: center;
	padding: 22px;
	border: 1px solid #ddd;
	border-right: none;
	cursor: pointer;
}
.tabContentWrap .tabHeader li:last-child {
	border-right: 1px solid #ddd;
}
.tabContentWrap .tabHeader li.On{
	background-color: #776e7b;
	font-weight: bold;
	color: #fff;
}
.tabContent{
	margin-top: 60px;
}
.tabContent .tabInner {
	display: none;
}
.tabContent .tabInner.tabOn {
	display: block;
}


/*=========== ADD SUB PAGE CSS ===========*/
.halfLayout2 {
	overflow: hidden;
	margin-bottom: 60px;
}
.halfLayout2 > div{
	width: 50%;
	float: left;
}
.halfLayout2 .innerImg {
	padding-right: 30px;
}
.halfLayout2 .innerImg img {
	width: 100%;
	max-width: 540px;
}
.halfLayout2 .innerTxt{
	padding: 30px;
	padding-right: 0;
}
.halfLayout2 .innerTxt b {
	color: #9e425f;
	font-size: 40px;
	display: block;
	margin-bottom: 35px;
}
.halfLayout2 .innerTxt p {
	font-size: 16px;
	color: #666;
	line-height: 1.6;
}
.rowTxt {
	padding: 80px 0;
	margin-bottom: 80px;
}
.rowTxt .rowInner {
	font-size: 0;
	margin-bottom: 35px;
}
.rowTxt .rowInner:last-child{
	margin-bottom: 0;
}
.rowTxt .rowInner:last-child .text ul{
	/* margin-top: 15px; */
}
.rowTxt .rowInner.mTop .text ul {
	margin-top: 15px;
}
.rowTxt .rowInner .title {
	display: inline-block;
	vertical-align: middle;
	width: 310px;
	height: 75px;
    padding-left: 123px;
	font-size: 34px;
	color: #fff;
	text-align: left;
	line-height: 75px;
	margin-right: 50px;
	border-radius: 35px 0 0 35px;
	background-color: #9e425f;
	position: relative;
	background-size: 32px;
	background-position: left 26% center;
	background-repeat: no-repeat;
	background-image: url('../images/total/icon_totalCheck.png');
}
.rowTxt .rowInner .title.left{
	background-position: left 15% center;
}
.rowTxt .rowInner .title:after {
	content: '';
	position: absolute;
	right: -20px;;
	top: 50%;
	margin-top: -38px;
	display: block;
	width: 0;
	height: 0;
	border-bottom: 38px solid transparent;
	border-top: 38px solid transparent;
	border-left: 20px solid #9e425f;
}
.rowTxt .rowInner:last-child .title:after {
	border-left-color: #e95a90;
}
.rowTxt .rowInner:last-child .title {
	background-color: #e95a90;
}
.rowTxt .rowInner:first-child .title:after {
	border-left-color: #9e425f;
}

.rowTxt .rowInner:first-child .title {
	background-color: #9e425f;
}
.rowTxt .rowInner .text {
	display: inline-block;
	vertical-align: middle;
	width: calc(100% - 360px);
	min-height: 150px;
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0 0 4px rgba(0,0,0,0.1);
}
.rowTxt .rowInner ul {
	padding: 28px 45px;
	box-sizing: border-box;
}
.rowTxt .rowInner ul li {
	padding-left: 15px;
	font-size: 18px;
	line-height: 1.4;
	color: #666;
	margin-bottom: 10px;
}
.rowTxt .rowInner ul li:last-child {
	margin-bottom: 0;
}
.rowTxt .rowInner ul li:before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 10px;
	width: 5px;
	height: 5px;
	border-radius: 5px;
	background-color: #9e425f;
}
.cardLayout {
	margin-bottom: 80px;
}
.cardLayout h3{
	display: block;
	font-size: 34px;
	font-weight: bold;
	color: #9e425f;
	margin-bottom: 40px;
}
.cardLayout h3 span {
	color: #e95a90;
	font-weight: 500;
}
.cardLayout h3:before {
	content: '';
	display: block;
	width: 35px;
	height: 2px;
	background-color: #9e425f;
	margin-bottom: 20px;
}
.cardLayout ul {
	display: block;
}
.cardLayout ul li {
	margin-bottom: 20px;
}
.cardLayout ul li:last-child {
	margin-bottom: 0;
}
.cardLayout ul li .card p.addH {
	min-height: 390px;
}
.cardLayout ul li .cardInner {
	overflow: hidden;
	display: table;
	height: auto;
}
.cardLayout ul li .cardInner > div {
	display: table-cell;
	width: 50%;
	height: 100%;
	box-sizing: border-box;
}
.cardLayout ul li .card {
	position: relative;
	background-color: #9e425f;
	padding: 50px 20px 20px;
}
.cardLayout ul li .card:after{
	content: '';
	position: absolute;
	right: -18px;
	top: 50%;
	margin-top: -25px;
	display: block;
	width: 0;
	height: 0;
	border-bottom: 25px solid transparent;
	border-top: 25px solid transparent;
	border-left: 18px solid #9e425f;
	z-index: 2;
}
.cardLayout ul li .card b {
	display: block;
	font-size: 28px;
	color: #fff;
	margin-bottom: 30px;
	padding: 0 20px;
}
.cardLayout ul li .card p {
	background-color: #fff;
	border-radius: 5px;
	padding: 20px;
	height: 100%;
	min-height: 210px;
	font-size: 16px;
	line-height: 1.6;
	color: #444;
}
.cardLayout ul li .text {
	background-color: #fcf3f6;
	padding: 50px;
}
.cardLayout ul li .text b{
	display: block;
	font-size: 28px;
	color: #9e425f;
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 2px solid #9e425f;
}
.cardLayout ul li .text p{
	font-size: 16px;
	line-height: 1.4;
	color: #333;
	margin-bottom: 12px;
	padding-left: 15px;
}
.cardLayout ul li .text p:before {
	content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 9px;
    width: 5px;
    height: 5px;
    border-radius: 5px;
    background-color: #9e425f;
}
.cardLayout ul li .text span {
	display: block;
	font-size: 16px;
	font-weight: bold;
	color: #9e425f;
	margin: 30px auto 10px;
	line-height: 1.4;
}
.commonBottom {
	padding: 80px 0;
	font-size: 0;
}
.commonBottom .commonInner{
	overflow:hidden;
}
.commonBottom .text {
	width: 65%;
	padding-right: 60px;
	float: left;
}
.commonBottom .text h3 {
	display: block;
	position: relative;
	font-size: 26px;
	font-weight: bold;
	color: #9e425f;
	margin-bottom: 25px;
}
.commonBottom .text h3:before{
	content: '';
    display: block;
    width: 35px;
    height: 2px;
    background-color: #9e425f;
    margin-bottom: 20px;
}
.commonBottom .text b {
	color:#333;
	font-size: 40px;
	display: block;
	margin-bottom: 30px;
}
.commonBottom .text b span {
	color: #e5548b;
}
.commonBottom .text p{
	font-size: 16px;
	line-height: 1.6;
	color: #666;
	margin-bottom: 40px;
}
.commonBottom .text .innerList {
}
.commonBottom .text .innerList b {
	display: block;
	padding: 5px 10px;
	font-size: 20px;
	color: #fff;
	background-color: #9e425f;
	margin-bottom: 15px;
}
.commonBottom .text .innerList ul li {
	padding-left: 15px;
	font-size: 16px;
	line-height: 1.6;
	color: #666;
	margin-bottom: 5px;
}
.commonBottom .text .innerList ul li:last-child{
	margin-bottom: 0;
}
.commonBottom .text .innerList ul li:before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 10px;
	width: 5px;
	height: 5px;
	border-radius: 5px;
	background-color: #9e425f;
}
.commonBottom .img {
	width: 35%;
	float: right;
}
.commonBottom .img img {
	width: 100%;
	max-width: 440px;
	margin: 0 auto;
	display: block;
}

.tabContentWrap .snapHead.mo_show{
	width: 100%;
	margin-top: 60px;
}
.tabContentWrap .snapHead.mo_show .snapbtn {
	text-align: left;
	box-sizing: border-box;
	padding: 20px 30px;
	border: 1px solid #ddd;
	font-size: 26px;
	font-weight: bold;
}
.tabContentWrap .snapHead.mo_show .tabHeader {
	display: none;
    box-sizing: border-box;
    width: 100%;
    border: 1px solid #ddd;
    background-color: #fafafa;
    position: absolute;
    z-index: 1;
    top: 71px;
    left: 0;
    margin: 0;
}
.tabContentWrap .snapHead.mo_show .tabHeader li{
 	width: 100%;
    float: none;
    display: block;
    border: none;
    border-bottom: 1px solid #ddd;
}
.tabContentWrap .snapHead.mo_show .snapbtn:after {
	content:'';
	width: 30px;
	height: 30px;
	background-image: url('../images/total/icon_navArrow.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100%;
	margin-top: -15px;
	transition: all .3s;
	position: absolute;
	right: 30px;
	top: 50%;
}
.tabContentWrap .snapHead.mo_show.open .snapbtn:after {
	transform: rotate(180deg);
}
.commonBottom2{
	padding: 100px 0 ;
}
.commonBottom2 h3{
	display: block;
	font-size: 34px;
	font-weight: bold;
	color: #9e425f;
	margin-bottom: 40px;
}
.commonBottom2  h3:before {
	content: '';
	display: block;
	width: 35px;
	height: 2px;
	background-color: #9e425f;
	margin-bottom: 20px;
}
.commonBottom2 ul{
	overflow:hidden;
}
.commonBottom2 ul li {
	width: 20%;
	float: left;
	padding: 5px;
}
.commonBottom2 ul li img{
	width: 100%;
	/* max-width: 220px; */
	display: block;
	margin: 0 auto;
}
.commonBottom2 ul li .text {
	background-color: #fff;
	padding: 20px;
	min-height: 240px;
	font-size: 16px;
	color: #666;
	line-height: 1.6;
}
.commonBottom2 ul li .text  b {
	display: block;
	margin-bottom: 15px;
	font-size: 26px;
	color: #9e425f;
}

/*=========== ADD PAGE CSS ===========*/
@media screen and (max-width: 1400px) {
	.boxLayout ul li > div {
		min-height: 300px;
		padding: 40px 40px 20px;
	}
}
@media screen and (max-width: 1200px) {
	.addContents {
		/* max-width: 780px; */
		padding: 0 50px;
		/* transform: translateX(60px); */
	}
	.boxLayout ul li:first-child p {
		font-size: 50px;
	}
	.boxLayout ul li:first-child p span {
		font-size: 40px;
	}
	.addSection .swiperWrap .swiper-pagination {
		max-width: 768px;
	}
	.addContents .halfLayout .innerTxt {
		width: 48%;
		padding: 0;
	}
	.addContents .halfLayout .innerImg {
		width: 48%;
		margin-left: 4%;
	}

	.boxLayout ul li {
		width: 50% !important;
	}
}

@media screen and (max-width: 1100px) {
	#location {display: block;}
	#location_new {display: none;}
	.section,
	.addContents {transform: translateX(0);}
	#article .section-contents {max-width: 100%;}
}

@media screen and (max-width: 1024px) {
	.mo_show { display: block !important; }
	.mo_hide { display: none !important; }
	.addSection .swiperWrap .paginationWrap { display: none; }

	.addContents .halfLayout .innerTxt {
		float: none;
		width: 100%;
		margin-bottom: 40px;
	}
	.addContents .halfLayout .innerTxt .title p {
		text-align: left;
	}
	.addContents .halfLayout .innerImg {
		float: none;
		width: 100%;
		margin: 0;
	}
	.addContents .halfLayout .innerImg img {
		width: 100%;
	}
	.bgTxt {
		display: block;
	}
	.bgTxt .title {
		display: block;
		width: 100%;
		padding: 20px 0;
	}
	.bgTxt .title:after{
		top: auto;
		bottom: -35px;
		left: 50%;
		margin-left: -20px;
		border-top: 15px solid #9e425f;
		border-left: 20px solid transparent;
		border-right: 20px solid transparent;
	}
	.bgTxt.colorChange .title:after{
		border-left-color: transparent;
		border-top-color: #f26b3e;
	}
	.bgTxt .title b br{
		display: none;
	}
	.bgTxt .text {
		display: block;
		width: 100%;
		padding: 40px 40px 40px;
		height: auto;
	}
	.bgTxt .text.addH {
		height: auto;
	}
	.bgTxt .textChart {
		display: block;
		width: 100%;
		height: auto;
	}
	.bgTxt.addimg1 .title,
	.bgTxt.addimg2 .title {
		padding: 20px 40px;
		background-image: unset;
	}
	.halfIconLayout .innerWrap {
		width: 100%;
		float: none;
	}
	.halfIconLayout .innerWrap:first-child {
		border-right: none;
	}
	.halfIconLayout .innerWrap .innerTxt {
		width: 70%;
	}
	.halfIconLayout .innerWrap .innerimg {
		width: 30%;
	}
	.halfIconLayout .innerWrap {
		border-bottom: 1px solid #ddd;
	}
	.halfIconLayout .innerWrap:last-child {
		border-bottom: none;
	}
	.boxLayout ul li{
		width: 50% !important;
	}
	.halfLayout2 > div {
		float: none;
		width: 100%;
	}
	.halfLayout2 .innerImg {
		padding: 0;
		margin-bottom: 40px;
		text-align: center;
	}
	.halfLayout2 .innerTxt {
		padding: 0;;
	}
	.rowTxt .rowInner .title {
		margin-bottom: 25px;
		height: 60px;
		width: 280px;
		line-height: 60px;
	}
	.rowTxt .rowInner .text {
		display: block;
		width: 100%;
	}
	.rowTxt .rowInner .title:after {
		border-bottom: 30px solid transparent;
		border-top: 30px solid transparent;
		border-left: 30px solid #9e425f;
		right: -29px;
		margin-top: -30px;
	}
	.cardLayout ul li .cardInner {
		display: block;
	}
	.cardLayout ul li .cardInner > div {
		display: block;
		width: 100%;
	}
	.cardLayout ul li .card:after {
		top: auto;
		bottom: -35px;
		left: 50%;
		margin-left: -20px;
		border-top: 15px solid #9e425f;
		border-left: 20px solid transparent;
		border-right: 20px solid transparent;
	}
	.cardLayout ul li .card p,
	.cardLayout ul li:last-child .card p{
		min-height: 250px;
	}
	.commonBottom .img {
		float: none;
		width: 100%;
		margin-bottom: 50px;
	}
	.commonBottom .text {
		float: none;
		width: 100%;
		padding: 0;
	}
	.commonBottom2 ul li {
		width: 33.33%;
	}
	.commonBottom2 ul li .text{
		min-height: 200px;
	}
}

@media screen and (max-width: 767px) {
	.addContents{
		padding: 0 40px;
	}
	.addContents .halfLayout{
		margin-bottom: 40px;
	}
	.addContents .halfLayout .innerTxt .title {
		font-size: 0;
	}
	.addContents .halfLayout .innerTxt .title b {
		font-size: 90px;
		width: 36%;
	}
	.addContents .halfLayout .innerTxt .title p{
		font-size: 38px;
		margin-left: 0;
		width: 62%;
	}
	.addContents .halfLayout .innerTxt .text {
		font-size: 26px;
	}
	.bgTxt .title,
	.bgTxt.addimg1 .title,
	.bgTxt.addimg2 .title {
		padding: 40px 20px;
	}
	.bgTxt .text {
		padding-top: 50px;
		font-size: 26px;
	}
	.bgTxt .textChart {
		font-size: 26px;
		line-height: 1.4;
		padding: 0 40px;
	}
	.bgTxt .textChart ul li {
		margin-bottom: 20px;
	}
	.bgTxt .textChart ul li:before {
		top: 10px;
	}
	.halfIconLayout .innerWrap {
		padding: 50px 20px;
	}
	.halfIconLayout .innerWrap .innerimg img {
		max-width: initial;
		padding: 0 20px;
	}
	.halfIconLayout .innerWrap .innerTxt .title {
		font-size: 40px;
		margin-bottom: 30px;
	}
	.halfIconLayout .innerWrap .innerTxt .text {
		font-size: 26px;
	}
	.boxLayout ul li{
		width: 100% !important;
	}
	.boxLayout ul li:first-child p {
		font-size: 60px;
		font-weight: bold;
		line-height: 1.2;
	}
	.boxLayout ul li:first-child p span {
		font-size: 50px;
	}
	.boxLayout ul li:first-child {
		padding: 50px 20px;
	}
	.boxLayout ul li > div span {
		border-width: 40px;
	}
	.boxLayout ul li > div span:before {
		font-size: 34px;
		left: -30px;
		top: -27px;
	}
	.boxLayout ul li > div {
		padding: 60px 50px 50px;
		min-height: 370px;
	}
	.boxLayout ul li > div b {
		font-size: 34px;
	}
	.boxLayout ul li > div p {
		font-size: 26px;
	}
	.imgInfo {
		text-align: center;
	}
	.imgInfo .innerImg {
		text-align: center;
	}
	.imgInfo > div {
		width: 100%;
		display: block;
	}
	.imgInfo > div:last-child {
		margin: 30px 0 0;
	}
	.halfLayout2 .innerTxt b {
		font-size: 40px;
	}
	.halfLayout2 .innerTxt p {
		font-size: 26px;
	}
	.rowTxt .rowInner .title {
		font-size: 34px;
	}
	.rowTxt .rowInner ul li{
		font-size: 26px;
	}
	.rowTxt .rowInner ul li:before{
		top: 15px;
	}
	.cardLayout h3 {
		font-size: 40px;
	}
	.cardLayout ul li .card b {
		font-size: 38px;
	}
	.cardLayout ul li .card p, .cardLayout ul li:last-child .card p {
		font-size: 26px;
		min-height: 370px;
	}
	.cardLayout ul li .text b {
		font-size: 38px;
	}
	.cardLayout ul li .text p {
		font-size: 26px;
	}
	.cardLayout ul li .text p:before {
		top: 15px;
	}
	.cardLayout ul li .text span {
		font-size: 26px;
		margin: 35px auto 10px;
	}
	.commonBottom .text h3 {
		font-size: 26px;
	}
	.commonBottom .text b{
		font-size: 40px;
		line-height: 1.2;
	}
	.commonBottom .text p {
		font-size: 26px;
	}
	.commonBottom .text .innerList b {
		font-size: 30px;
		padding: 10px 20px;
		margin-bottom: 20px;
	}
	.commonBottom .text .innerList ul li{
		font-size: 26px;
	}
	.commonBottom .text .innerList ul li:before{
		top: 15px;
	}
	.commonBottom2 ul li{
		width: 100%;
		float: none;
		margin-bottom: 25px;
	}
	.commonBottom2 ul li img{
		max-width: initial;
	}
	.commonBottom2 ul li .text {
		padding: 30px;
		font-size: 26px;
	}
	.commonBottom2 ul li .text b{
		font-size: 40px;
	}
	.imgInfo .innerText p{
		font-size: 22px;
	}
	.rowTxt .rowInner {
		margin-bottom: 70px;
	}
}


/* 영문페이지 메인 */
.mainDoctor {
	padding:30px 0;
}
.mainDoctor .swiper-slide>a {
	display: block;
	padding:10px;
}
.mainDoctor .swiper-slide>a>img {
	width: 100%;
	/* border:1px solid #ddd; */
	box-shadow: 0 0 5px rgba(0,0,0,0.2);
	border-radius: 30px;
}
.mainDoctor .swiper-slide>a>p {
	padding:10px 0 5px;
	color:#333;
	font-size: 30px;
	font-weight: 600;
	text-align: center;
}
.mainDoctor .swiper-slide>a>small {
	display: block;
	color:#333;
	font-size: 16px;
	font-weight: 300;
	text-align: center;
}


/*
	2021.04.14
	의료진소개 타이틀 추가
*/
.doc-info-tit {
	margin-top: 60px;
	color:#333;
	font-family: 'Nanum Myeongjo';
	font-style: italic;
	font-size: 27px;
	text-align: center;
	line-height: 1.4;
}

/*
	2022.11.16
	코로나 후유증 추가
*/
.rsvInfoBox {
	min-height:410px;
	padding:50px 20px;
	border:1px solid #c1c1c1;
	border-top:8px solid #9e425f;
	box-sizing: border-box;
	background-color: #f2f2f2;
}
.rsvInfoBox > h4 {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 43px;
	margin-bottom: 16px;
	color:#000;
	font-size: 32px;
	letter-spacing: -1.6px;
}
.rsvInfoBox > h4 img {
	margin-right: 8px;
}
.rsvInfoBox > p {
	margin-bottom: 24px;
	color: #000;
	font-size: 16px;
	line-height: 1.4;
	letter-spacing: -0.8px;
	text-align: center;
}
.rsvInfoBox > .bar {
	display: block;
	width: 30px;
	height: 1px;
	margin:0 auto 33px;
	background-color: #333;
}
.rsvInfoBtn {
	display: flex;
	align-items: center;
	padding:28px 0;
	background-color: #fff;
}
.rsvInfoBtn a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-flow: column;
	width: 50%;
}
.rsvInfoBtn a:first-of-type {
	border-right: 1px solid #ddd;
	box-sizing: border-box;
}
.rsvInfoBtn a img {
	margin-bottom: 15px;
}
.rsvInfoBtn a p {
	margin-bottom: 10px;
  	color: #000;
	font-size: 16px;
	font-weight: bold;
	line-height: 1;
	letter-spacing: -0.8px;
}
.rsvInfoBtn a span {
  	color: #9e425f;
	font-size: 16px;
	font-weight: 800;
	line-height: 1;
	letter-spacing: normal;
}
.rsvInfoBox2 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding:67px;
	border:1px solid #c1c1c1;
	border-top:8px solid #9e425f;
	box-sizing: border-box;
	background-color: #f2f2f2;
}
.rsvInfoBox2 h4 {
	margin-bottom: 16px;
	color:#000;
	font-size: 32px;
	letter-spacing: -1.6px;
}
.rsvInfoBox2 h4 span {
	color:#9e425f;
}
.rsvInfoBox2 p {
	color: #000;
	font-size: 16px;
	line-height: 1.4;
	letter-spacing: -0.8px;
}
.rsvInfoBox2 .btn-group {
	margin-top: 0;
}
.rsvInfoBox2 .btn-group .btn {
	margin-top: 0;
	padding:10px 30px;
	font-size:1rem;
	line-height: 30px;
}
@media screen and (max-width:1100px) {
	.rsvInfoBox2 {
		flex-flow: column;
	}
	.rsvInfoBox2 .btn-group {
		margin-top: 40px;
	}
}
@media screen and (max-width:767px) {
	.rsvInfoBox > p {
		font-size: 20px;
	}
	.rsvInfoBtn a p {
		font-size: 20px;
	}
	.rsvInfoBtn a span {
		font-size: 20px;
	}
	.rsvInfoBox2 p {
		font-size: 20px;
	}
	.rsvInfoBox2 .btn-group .btn {
		font-size:1.2rem;
		line-height: 50px;
	}
}

.rehabilitation-program {
	border: 5px solid #9e425f;
    padding: 57px 54px 60px 60px;
    box-sizing: border-box;
}

.rehabilitation-program ._title {
    font-size: 32px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.22;
    letter-spacing: -1.6px;
    text-align: center;
    color: #000;
    margin-bottom: 74px;
    position: relative;
}

.rehabilitation-program ._title::after {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -24px;
    width: 49px;
    height: 1px;
    background-color: #333;
    content: '';
}

.rehabilitation-program ._wrap {
	margin: 0 auto;
}

.rehabilitation-program ._each {
	display: flex;
	align-items: flex-start;
	padding: 31px 0 29px 0px;
	border-bottom: 2px dotted #d7d7d7;
}

.rehabilitation-program ._each:first-child {
    padding-top: 0;
}

.rehabilitation-program ._each:last-child {
	border-bottom: none;
    padding-bottom: 0;
}

.rehabilitation-program ._each div {
    display: flex;
    flex-direction: column;
    margin-left: 19px;
}

.rehabilitation-program ._each h1 {
    height: 40px;
    min-width: 40px;
    background-color: #9e425f;
    font-size: 25px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.04;
    letter-spacing: -1px;
    text-align: center;
    color: #fff;
    line-height: 40px;
}
.rehabilitation-program ._each div span {
    font-size: 22px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.18;
    letter-spacing: -0.88px;
    text-align: left;
    color: #9e425f;
    margin-bottom: 17px;
    display: block;
}

.why-feel-rehabilitation {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 47px;
}

.why-feel-rehabilitation ._each {
    width: calc(100%/3 - 10px);
    margin-right: 15px;
    margin-bottom: 15px;
}

.why-feel-rehabilitation ._each:nth-child(3n) {
    margin-right: 0;
}

.why-feel-rehabilitation ._each:last-child {
    margin-right: 0px;
}

.why-feel-rehabilitation ._each div {
    background-color: #9e425f;
    height: 86px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.why-feel-rehabilitation ._each div h1 {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.63;
    letter-spacing: -0.64px;
    text-align: center;
    color: #fff;
}

.why-feel-rehabilitation ._each div span {
    font-size: 22px;
    letter-spacing: -0.88px;
    font-weight: bold;
    letter-spacing: -0.64px;
    text-align: center;
    color: #fff;
}

@media all and (max-width:810px) {
    .why-feel-rehabilitation ._each {
        width: calc(100%/2 - 8px);
        margin-right: 15px;
        margin-bottom: 15px;
    }

    .why-feel-rehabilitation ._each:nth-child(3n) {
        margin-right: 15px;
    }
    
    .why-feel-rehabilitation ._each:nth-child(even) {
        margin-right: 0px;
    }
}

.common-acco .acco-section > .panel {margin-top:2px;}
.common-acco .acco-section > .panel:first-child {margin-top:0;}
.common-acco .acco-section .header {padding:22px 25px 22px 58px;font-family:'Noto Sans KR';font-size:1.25em;font-weight:500;line-height:1.3em;color:#9e425f;text-indent:-33px;background-color:#f7f8f8;cursor:pointer;}
.common-acco .acco-section .contain {display:none;padding:15px 25px 35px 58px;line-height:1.5em;color:#333;}
.common-acco .acco-section .contain li {position: relative; padding-left: 15px; margin-bottom: 20px;}
.common-acco .acco-section .contain li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #9e425f;
}
.common-acco .acco-section .contain li:last-child {margin-bottom: 0;}

.mt-program {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 45px;
    word-break: break-all;
}

.panel ._title {
    background-color: #9e425f;
    padding:22px 0 17px;
}



.box-content {
    padding: 36px 44px 33px 35px;
    background-color: #f5f7f9;
    border: 1px solid #dddddd;
    margin-bottom: 20px;
}

.box-content span a.point {
    color: #9e425f;
}

.box-content.tip {
    padding: 48px 82px 45px 55px;
    background-color: #f5f7f9;
    border: 5px solid #9e425f;
    margin-bottom: 50px;
    margin-top: 50px;
}

.box-content.tip p {
    font-size: 25px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.04;
    letter-spacing: -1px;
    text-align: left;
    color: #9e425f;
    margin-bottom: 21px;
}

.box-content2 {
    padding: 45px 40px 39px 42px;
    background-color: #f5f7f9;
    border: 1px solid #dddddd;
    margin-bottom: 20px;
}

.box-content2 p {
    font-size: 28px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.39;
    letter-spacing: -1.4px;
    text-align: left;
    color: #000;
    margin-bottom: 10px;
}

.box-content2 span a.point {
    color: #9e425f;
}

.small-title {
    font-size: 25px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.56;
  letter-spacing: -1.25px;
  text-align: left;
  color: #000;
  margin-top: 50px;
}

.ul-marker-dot {
    list-style-type: none;
}

.ul-marker-dot li {
    padding-left: 17px;
    position: relative;
    word-break: keep-all;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.86;
    letter-spacing: -0.56px;
    text-align: left;
    color: #777;
}

.ul-marker-dot li::before {
    content: '';
    position: absolute;
    left: 5px;
    top: 11px;
    height: 4px;
    width: 4px;
    border-radius: 50%;
    background: #a6a6a6;
}

.brain-desc {
    margin-bottom: 60px;
    font-size: 30px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: -1.5px;
    text-align: center;
    color: #000;
}

.brain-symptoms {
    display: flex;
    justify-content: space-between;
    gap: 15px;
    margin-bottom: 60px;
    flex-wrap: wrap;
}

.symptom {
    flex: 1 1 0;
    min-width: 260px;
    padding: 30px 28px;
    box-sizing: border-box;
    text-align: left;
    position: relative;
    transition: box-shadow 0.2s;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
    height: 374px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.symptom-1 { background: #9e425f; color: #fff; }
.symptom-2 { background: #f5f7f9; color: #333; margin-top: 30px;}
.symptom-3 { background: #9e425f; color: #fff; }

.brain-aggravation-cause .brain-symptoms {
    margin-top: 70px;
}

.brain-aggravation-cause .symptom-2 {
    margin-top: -30px;
}

.brain-aggravation-cause .brain-symptoms p {
    font-size: 17px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: -0.72px;
  text-align: center;
  color: #fff;
  margin-bottom: 5px;
}

.brain-aggravation-cause .symptom-2 p {
    color: #333;
}

.symptom-num {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    margin-bottom: 13px;
    background-color: #e4799b;
    font-size: 24px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.67;
    letter-spacing: -1.2px;
    text-align: center;
    color: #fff;
}

.symptom-2 .symptom-num {
    color: #fff;
    border: none;
    background-color: #a6a9ac;
}

.symptom-title {
    margin-bottom: 40px;
    font-size: 29px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: -1.5px;
    text-align: center;
    color: #fff;
    position: relative;
}

.symptom-title::after { 
    left: 50%;
    transform: translateX(-50%);
    bottom: -20px;
    content: '';
    width: 60px;
    height: 4px;
    background-color: #e4799b;
    position: absolute;
}

.symptom.symptom-2 .symptom-title {
    position: relative;
}

.symptom.symptom-2 .symptom-title::after { 
    left: 50%;
    transform: translateX(-50%);
    bottom: -20px;
    content: '';
    width: 60px;
    height: 4px;
    background-color: #a6a9ac;
    position: absolute;
}

.symptom ul {
  padding-left: 18px;
  margin: 0;
  font-size: 1rem;
  line-height: 1.7;
}

.symptom ul li {
    margin-bottom: 20px;
    font-size: 17px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: -0.72px;
    text-align: left;
    color: #fff;
    position: relative;
    padding-left: 10px;
}

.symptom ul li::before {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #e4799b;
    content: '';
    left: 0;
    top: 10px;
    position: absolute;
}

.symptom.symptom-2 ul li, .symptom.symptom-2 .symptom-title { 
    color: #333;
}

.symptom.symptom-2 ul li {
    position: relative;
}

.symptom.symptom-2 ul li::before {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #333;
    content: '';
    left: 0;
    top: 10px;
    position: absolute;
}

.brain-warning {
  background: url(/public/image/img-treatment17-01.png) no-repeat center / cover;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.78;
  letter-spacing: -1.35px;
  text-align: center;
  color: #fff;
  height: 157px;
        display: flex;
        align-items: center;
        justify-content: center;
}

.brain-warning .highlight {
  color: #fcea74;
  font-weight: 700;
  display: contents;
}



/* 태블릿 */
@media (max-width: 900px) {
  .brain-center {
    padding: 32px 8px 0 8px;
  }
  .brain-symptoms {
    gap: 14px;
  }
  .symptom {
    padding: 24px 10px 18px 10px;
    min-width: 180px;
  }

}

/* 모바일 */
@media (max-width: 720px) {
  .brain-center {
    padding: 18px 2vw 0 2vw;
  }
 
  .brain-desc {
    margin-bottom: 60px;
    font-size: 26px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.53;
    letter-spacing: -1.5px;
    text-align: center;
    color: #000;
  }
  .brain-symptoms {
    flex-direction: column;
    gap: 32px;
  }
  .symptom {
    min-width: 0;
    padding: 38px 8px 22px 8px;
    text-align: left;
    height: auto;;
}
.symptom-title {
    font-size: 30px;
}

.symptom ul li {
    margin-bottom: 20px;
    font-size: 22px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: -0.72px;
    text-align: left;
    color: #fff;
    position: relative;
    padding-left: 23px;
}

.symptom ul li::before {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #e4799b;
    content: '';
    left: 0;
    top: 17px;
    position: absolute;
}
.symptom.symptom-2 ul li::before {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #333;
    content: '';
    left: 0;
    top: 17px;
    position: absolute;
}

.brain-warning {
    font-size: 24px;
    padding: 15px 6px 12px 6px;
    border-radius: 0;
    line-height: 1.5;
}
.brain-aggravation-cause .brain-symptoms p {
    font-size: 22px;
}

.brain-aggravation-cause .symptom-2 {
    margin-top: 0;
}

.symptom-2 { 
    margin-top: 0;
}

}

.posture-brain {
    margin: 70px auto;
}

.pb-title {
    margin-bottom: 40px;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 18px;
    font-size: 32px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.22;
    letter-spacing: -1.6px;
    text-align: left;
    color: #000;
}

.pb-content {
  display: flex;
  gap: 36px;
  align-items: flex-start;
}

.pb-img {
  flex: 0 0 270px;
  max-width: 287px;
  min-width: 287px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.pb-img img {
  width: 100%;
  max-width: 287px;
  height: auto;
  border: 1px solid #f2f2f2;
  border-radius: 8px;
  background: #fff;
}

.pb-text {
  flex: 1 1 0;
  min-width: 0;
}

.pb-text p {
    color: #333;
    margin-bottom: 25px;
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.63;
    letter-spacing: -0.96px;
    text-align: left;
}

.pb-strong {
    font-weight: bold;
    color: #9e425f;
}

.pb-q {
    font-size: 24px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.63;
    letter-spacing: -0.96px;
    text-align: left;
    color: #9e425f;
    margin-top: 20px;
    display: block;
}

.pb-checkpoint {
    padding: 22px 28px;
    margin-bottom: 21px;
    text-align: left;
    border: solid 1px #ddd;
    background-color: #f5f7f9;
}

.pb-check-title {
    font-family: Lato;
  font-size: 21px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.43;
  letter-spacing: 4.2px;
  text-align: left;
  color: #9e425f;
  margin-bottom: 18px;
  display: flex;
  align-items: center;
  gap: 6px;
}

.pb-check-icon {
  font-size: 1.2rem;
  color: #b04a62;
  margin-right: 2px;
}

.pb-check-desc {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.67;
  letter-spacing: -0.72px;
  text-align: left;
  color: #333;
}

.pb-check-desc b {
  font-weight: bold;
}

/* 태블릿 */
@media (max-width: 900px) {
  .posture-brain {
    padding: 32px 8px 0 8px;
  }
  .pb-content {
    gap: 18px;
  }
  .pb-img {
    max-width: 180px;
    min-width: 120px;
  }
  .pb-img img {
    max-width: 150px;
  }
  .pb-title {
    font-size: 1.2rem;
  }
}

/* 모바일 */
@media (max-width: 720px) {

  .pb-content {
    flex-direction: column;
    gap: 10px;
    align-items: stretch;
    flex-direction: column;
  }
  .pb-img {
    max-width: 100%;
    min-width: 0;
    margin-bottom: 12px;
    justify-content: flex-start;
    max-width: initial;
    min-width: initial;
  }
  .pb-img img {
    max-width: initial;
    width: auto;
    margin: 0 auto;
    display: block;
    height: 300px;
}
.pb-checkpoint {
    padding: 32px 28px;
    margin-bottom: 30px;
}

  .pb-check-desc {
    font-size: 22px; 
}
}

.brain-habit {
  max-width: 1100px;
  margin: 0 auto 40px auto;
  padding: 40px 20px 0 20px;
  font-family: 'Noto Sans KR', sans-serif;
}

.bh-title {
  font-size: 1.7rem;
  font-weight: 700;
  margin-bottom: 16px;
  letter-spacing: -0.03em;
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 12px;
}

.bh-subtitle {
    margin-bottom: 50px;
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.63;
    letter-spacing: -0.96px;
    text-align: center;
    color: #333;
}

.bh-strong {
    font-weight: bold;
    color: #9e425f;
}

.bh-cards {
    display: flex;
    gap: 22px;
    justify-content: center;
    align-items: stretch;
    flex-wrap: wrap;
}

.bh-card {
    flex: 1 1 0;
    min-width: 260px;
    max-width: 420px;
    background: #fff;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.bh-card-img {
  width: 100%;
  height: 180px;
  overflow: hidden;
  background: #eee;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bh-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.bh-card-title {
    background: #9f405f;
    padding: 15px 0 15px 30px;
    font-size: 21px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: -0.84px;
    text-align: left;
    color: #fff;
}

.bh-card-list {
    padding: 18px 22px 18px 22px;
    list-style: disc;
    border: 1px solid #ddd;
    height: 165px;
}

.bh-card-list li {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.67;
    letter-spacing: -0.72px;
    text-align: left;
    color: #333;
    position: relative;
    padding-left: 15px;
}

.bh-card-list li::before {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #333;
    content: '';
    left: 0;
    top: 10px;
    position: absolute;
}

.bh-card-list li:last-child {
  margin-bottom: 0;
}

/* 태블릿 */
@media (max-width: 900px) {
  .brain-habit {
    padding: 32px 8px 0 8px;
  }
  .bh-cards {
    gap: 14px;
  }
  .bh-card-img {
    height: 120px;
  }
  .bh-title {
    font-size: 1.2rem;
  }
}

/* 모바일 */
@media (max-width: 720px) {
  
  .bh-subtitle {
    font-size: 26px;
  }
  .bh-cards {
    flex-direction: column;
    gap: 12px;
  }
  .bh-card {
    min-width: initial;
    max-width: initial;
    width: 100%;
    overflow: initial;
  }
  .bh-card-img {
    height: initial;
  }
 
  .bh-card-list {
    padding: 12px 10px 12px 18px;
  }

  .bh-card-title {
    font-size: 23px; 
    }

    .bh-card-list li {
        font-size: 22px;
    }

    .bh-card-list li::before {
        width: 5px;
        height: 5px;
        border-radius: 50%;
        background-color: #333;
        content: '';
        left: 0;
        top: 16px;
        position: absolute;
    }

    .bh-card-list {
        padding: 24px 20px;
        height: auto;
    }

}

.sp-box {
  background: url(/public/image/img-treatment17-06.png) no-repeat center / cover;
  padding: 64px 22px 24px;
  margin-bottom: 72px;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: -0.72px;
  text-align: center;
  color: #333;
  text-align: center;
  position: relative;
  height: 701px;
}

.sp-box p {
    margin-bottom: 23px;
}

.sp-pink {
    font-weight: bold;
    color: #9e425f;
}

.sp-bottom {
  background: #b04a62;
  color: #fff;
  padding: 22px 0;
  font-size: 21px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.36;
  letter-spacing: -0.88px;
  text-align: center;
  margin-top: 40px;
}

@media (max-width: 700px) {

    .sp-box {
        background: url(/public/image/img-treatment17-06.png) no-repeat center / cover;
        padding: 40px 20px;
        margin-bottom: 72px;
        font-size: 23px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.5;
        letter-spacing: -0.72px;
        text-align: center;
        color: #333;
        text-align: center;
        position: relative;
        height: 900px;
    }
  .sp-bottom {
    padding: 20px 10px;
        font-size: 23px;
  }
}


.brain-flow .highlight {
  color: #9e425f;
  font-weight: bold;
}

.brain-flow-steps {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
}

.bf-step {
    width: 100%;
    max-width: 420px;
    margin: 0 auto;
}

.bf-box {
    padding: 18px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 0;
    position: relative;
    border: solid 1px #ddd;
    background-color: #f5f7f9;
    font-size: 17px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.72;
    letter-spacing: -0.9px;
    text-align: center;
    color: #000;
    justify-content: center;
    height: 95px;
}

.bf-link {
  color: #9e425f;
}
.bf-link.pink a { color: #9e425f; }
.bf-link a {
    color: #9e425f;
    display: inline-flex;
    align-items: center;
    gap: 2px;
}
.bf-link-icon {
    width: 14px;
    height: 14px;
    margin-left: 2px;
    vertical-align: middle;
}

.bf-desc {
    display: block;
    margin-top: 6px;
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.31;
    letter-spacing: -0.8px;
    text-align: center;
    color: #000;
}

.bf-arrow {
    padding: 10px 0 10px 0;
    height: 43px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
}
.bf-arrow img {
    width: 25px;
    height: 43px;
    display: block;
}

.bc-desc {
    text-align: center;
    margin-bottom: 20px;
}

.brain-checklist {
    margin-top: 70px;
}

.bc-strong {
    font-size: 23px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.63;
    letter-spacing: -0.96px;
    text-align: center;
    color: #9e425f;
}

.bc-list {
    list-style: none;
    padding: 0;
    overflow: hidden;
    background: #fff;
    max-width: 620px;
    margin: 0 auto;
}

.bc-list li {
    display: flex;
    align-items: center;
    padding: 1px 12px 1px 0;
    border-bottom: 2px dashed #e0e0e0;
    position: relative;
    background: #fff;
    font-size: 17px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.72;
    letter-spacing: -0.72px;
    text-align: left;
    color: #333;
}

.bc-list li:last-child {
  border-bottom: none;
}

.bc-checkbox {
    display: inline-flex;
    align-items: center;
    margin-right: 14px;
    min-width: 22px;
}

.bc-bottom-dash {
    margin-top: 40px;
    border-radius: 5px;
    padding: 18px 12px 18px 12px;
    border: solid 1px #ddd;
    background-color: #f5f7f9;
    font-size: 17px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.72;
    letter-spacing: -0.72px;
    text-align: left;
    color: #000;
    text-align: center;
    height: 64px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 70px;
}

.bc-pink {
    font-weight: bold;
    color: #9e425f;
}

.eeg-title {
    font-size: 21px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.48;
  letter-spacing: -0.84px;
  text-align: center;
  color: #333;
  margin-bottom: 60px;
}

.eeg-pink {
    font-weight: bold;
    color: #9e425f;
}

.box-eeg {
    border-radius: 5px;
    border: solid 1px #ddd;
    background-color: #f5f7f9;
    padding: 25px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 23px;
}

.box-eeg img {
    margin-bottom: 20px;
}

.box-eeg p {
    font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.67;
  letter-spacing: -0.72px;
  text-align: center;
  color: #000;
  margin-bottom: 24px;
}

.box-eeg p b {
    font-weight: bold;
    color: #9e425f;
}

.box-eeg span {
    border-top: 1px solid #b8bbbf;
    font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.31;
  letter-spacing: -0.64px;
  text-align: left;
  color: #7d7d7d;
  display: block;
    padding-top: 20px;
}
.eeg-cloud {
    margin: 70px 0;
}

.eeg-main-row {
  display: flex;
    gap: 32px;
    align-items: center;
    margin-bottom: 26px;
    flex-wrap: wrap;
    background: #f5f7f9;
    padding: 34px 37px;
    height: 293px;
    box-sizing: border-box;
    margin-top: 60px;
    justify-content: center;
}

.eeg-main-img {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -100px;
}
.eeg-main-img img {
    width: 100%;
    max-width: 340px;
    height: auto;
    border-radius: 10px;
}

.eeg-main-highlight {
    margin-bottom: 16px;
    font-size: 21px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.48;
    letter-spacing: -0.84px;
    text-align: left;
    color: #9e425f;
}

.eeg-feature-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.eeg-feature-list li {
    position: relative;
    padding-left: 13px;
    margin-bottom: 15px;
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.31;
    letter-spacing: -0.64px;
    text-align: left;
    color: #333;
}

.eeg-feature-list li:last-child {
  margin-bottom: 0;
}

.eeg-feature-list li::before {
    content: '';
    display: inline-block;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: #333;
    position: absolute;
    left: 0;
    top: 7px;
}

.eeg-bottom-row {
    display: flex;
    gap: 41px;
    margin-top: 26px;
    justify-content: center;
    flex-wrap: wrap;
}

.eeg-bottom-card {
    flex: 1 1 0;
    background: #f7f7f7;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0;
    border: solid 1px #ddd;
}

.eeg-bottom-img {
    aspect-ratio: 429 / 240;
    width: 100%;
    height: auto;
    position: relative;
    background: #fff;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.eeg-bottom-img img {
    width: 100%;
    height: auto;
    background: #fff;
}

.eeg-bottom-caption {
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.17;
    letter-spacing: -0.72px;
    text-align: left;
    color: #08121d;
    height: 50px;
    display: flex;
    align-items: center;
}

.eeg-section {
  max-width: 900px;
  margin: 48px auto 0 auto;
  padding: 0 16px 40px 16px;
  font-family: 'Pretendard', 'Noto Sans KR', Arial, sans-serif;
}

.eeg-title2 {
  font-size: 2rem;
  font-weight: 700;
  color: #222;
  text-align: center;
  margin-bottom: 18px;
  letter-spacing: -0.02em;
}

.eeg-desc {
    margin-bottom: 40px;
    font-size: 17px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.67;
    letter-spacing: -1.35px;
    text-align: center;
    color: #7d7d7d;
}

.eeg-table-wrap {
    margin: 0 auto 35px auto;
    background: #fff;
    overflow-x: auto;
}

.eeg-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 600px;
}

.eeg-table thead th {
  font-size: 22px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.95;
  letter-spacing: -1.65px;
  text-align: left;
  color: #9e425f;
  padding: 14px 0;
  text-align: center;
  border-top: solid 2px #9e425f;
  background-color: #f7f7f7;
}

.eeg-table tbody td {
  background: #fff;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 3.11;
  letter-spacing: -1.35px;
  text-align: center;
  color: #242324;
  padding: 0 8px;
  border-bottom: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
}

.eeg-table tbody td:last-child {
    border-right: 0;
}

.eeg-table thead th {
  border-right: 1px solid #e0e0e0;
}

.eeg-table thead th:last-child {
    border-right: 0;
}

.eeg-bottom {
  margin: 0 auto;
  max-width: 800px;
  text-align: center;
}

.eeg-bottom-title {
    background: #fff0f4;
    border-radius: 8px;
    font-size: 24px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: -1.8px;
    text-align: left;
    color: #9e425f;
    width: fit-content;
    margin: 0 auto;
    margin-bottom: 30px;
}

.eeg-bottom-desc {
    font-size: 17px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.67;
  letter-spacing: -1.35px;
  text-align: center;
  color: #7d7d7d;
}

.brainwave-section {
  margin: 48px auto 0 auto;
  background: #fff;
}

.brainwave-title {
  font-size: 2rem;
  font-weight: 700;
  color: #222;
  margin-bottom: 8px;
  letter-spacing: -0.02em;
}

.brainwave-hr {
  border: none;
  border-top: 1.5px solid #e3e3e3;
  margin: 0 0 18px 0;
}

.brainwave-desc {
    font-size: 21px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.48;
  letter-spacing: -0.84px;
  text-align: center;
  color: #333;
  margin-bottom: 40px;
}
.brainwave-desc .desc-title {
    color: #9e425f;
}

.brainwave-top {
  display: flex;
  align-items: flex-start;
  gap: 32px;
  margin-bottom: 24px;
}
.brainwave-gauge {
  min-width: 180px;
  text-align: center;
  position: relative;
  margin: 0 auto;
}
.brainwave-gauge img {
  width: 100%;
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
.gauge-value {
  font-size: 2.1rem;
  color: #222;
  font-weight: 500;
  margin-top: 8px;
}

.brainwave-graph-area {
  margin: 37px 0 0 0;
}

.brainwave-graph-area img {
    width: 100%;
    display: block;
}
.brainwave-bottom {
  display: flex;
  justify-content: flex-start;
  padding: 25px 90px 25px 69px;
  border: solid 1px #e5e5e5;
  background: #f5f7f9;
  height: 90px;
  box-sizing: border-box;
  align-items: center;
}
.bottom-title {
    font-family: NanumGothic;
  font-size: 18px;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.39;
  letter-spacing: -0.72px;
  text-align: left;
  font-weight: normal;
  color: #333;
  min-width: 370px;
}
.bottom-title .delta {
  font-weight: 500;
  color: #9e425f;

}
.bottom-desc ul {
  margin: 0;
  padding-left: 18px;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.56;
  letter-spacing: -0.64px;
  text-align: left;
  color: #333;
}

.bottom-desc ul li {
    position: relative;
    padding-left: 13px;
}

.bottom-desc ul li::before {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #606367;
    content: '';
    left: 0;
    top: 10px;
    position: absolute;
}
.bottom-desc li {
  margin-bottom: 2px;
}
@media (max-width: 720px) {
    .eeg-main-row {
        display: flex;
        gap: 10px;
        align-items: center;
        margin-bottom: 26px;
        flex-wrap: wrap;
        background: #f5f7f9;
        padding: 34px 37px;
        height: 523px;
        box-sizing: border-box;
        margin-top: 100px;
        justify-content: center;
    }

    .eeg-main-highlight {
        margin-bottom: 16px;
        font-size: 24px;
    }

    .eeg-feature-list li {
        position: relative;
        padding-left: 13px;
        margin-bottom: 15px;
        font-size: 22px;
    }

    .eeg-bottom-row {
        display: flex;
        gap: 21px;
        flex-direction: column;
    }

    .eeg-bottom-caption {
        font-size: 22px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.17;
        letter-spacing: -0.72px;
        text-align: left;
        color: #08121d;
        height: 80px;
        align-items: center;
    }

    .text-figure img {
        width: 100%;
    }

    .brainwave-desc {
        font-size: 24px;
        font-weight: 500;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.48;
        letter-spacing: -0.84px;
        text-align: left;
        color: #333;
        margin-bottom: 40px;
    }

    .bf-step {
        width: 100%;
        max-width: 460px;
        margin: 0 auto;
    }

    .bf-box {
        padding: 24px 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: 0;
        position: relative;
        border: solid 1px #ddd;
        background-color: #f5f7f9;
        font-size: 22px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.42;
        letter-spacing: -0.9px;
        text-align: center;
        color: #000;
        justify-content: center;
        height: 140px;
    }

    .bf-desc {
        display: block;
        margin-top: 6px;
        font-size: 20px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.31;
        letter-spacing: -0.8px;
        text-align: center;
        color: #000;
    }

    .bc-desc {
        text-align: left;
        margin-bottom: 20px;
    }

    .bc-strong {
        font-size: 24px;
    }

    .bc-list li { 
        font-size: 22px;
    }

    .bc-bottom-dash {
        margin-top: 40px;
        border-radius: 5px;
        padding: 18px 12px 18px 12px;
        border: solid 1px #ddd;
        background-color: #f5f7f9;
        font-size: 22px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.6;
        letter-spacing: -0.72px;
        text-align: left;
        color: #000;
        text-align: center;
        height: auto;
        box-sizing: border-box;
        display: block;
        align-items: center;
        justify-content: center;
        margin-bottom: 70px;
    }

    .eeg-title {
        font-size: 24px;
    }

    .eeg p {
        font-size: 22px;
        text-align: left;
    }

    .box-eeg span {
        font-size: 22px;
    }

    .eeg-desc {
        margin-bottom: 40px;
        font-size: 24px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.47;
        text-align: left;
    }

  .brainwave-top, .brainwave-graph-wrap, .brainwave-maps, .brainwave-map-labels { flex-direction: column; gap: 10px; }
  .brainwave-linegraph img { width: 98vw; max-width: 100%; }

  .brainwave-bottom {
    display: flex;
    justify-content: flex-start;
    padding: 25px 25px;
    border: solid 1px #e5e5e5;
    background: #f5f7f9;
    height: auto;
    box-sizing: border-box;
    align-items: flex-start;
    flex-direction: column;
}

.bottom-title {
    font-family: NanumGothic;
    font-size: 24px;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.39;
    letter-spacing: -0.72px;
    text-align: left;
    font-weight: normal;
    color: #333;
    min-width: initial;
    margin-bottom: 10px;
}

.bottom-desc ul {
    margin: 0;
    padding-left: 10px;
    font-size: 22px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.56;
    letter-spacing: -0.64px;
    text-align: left;
    color: #333;
}
}

@media (max-width: 720px) {
    .eeg-table thead th, .eeg-table tbody td {
        font-size: 22px;
        padding: 16px 2px;
        line-height: 1.5;
    }

    .eeg-bottom-title {
        font-size: 27px;
    }

    .eeg-bottom-desc {
        font-size: 24px;
        text-align: left;
    }
}

.vital-section {
    margin: 28px auto 0 auto;
}

.vital-top {
    display: flex;
    align-items: flex-start;
    gap: 39px;
    margin-bottom: 42px;
}
.vital-img {
    width: 430px;
    height: 267px;
    border: solid 1px #ddd;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f5f7f9;
}
.vital-img img {
    width: 195px;
    height: auto;
    object-fit: contain;
    display: block;
}
.vital-desc {
  flex: 1 1 0;
}
.vital-title {
    margin-bottom: 13px;
    font-size: 23px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.29;
    letter-spacing: -0.96px;
    text-align: left;
    color: #9e425f;
}
.vital-text p {
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: -0.64px;
    text-align: left;
    color: #333;
    margin-bottom: 9px;
}
.vital-text p b {
    font-weight: 600;
    margin-bottom: 19px;
}
.vital-bullet {
  color: #606367;
  font-size: 1.2em;
  margin-right: 3px;
  vertical-align: middle;
}

.vital-text span {
    font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.56;
  letter-spacing: -0.64px;
  text-align: left;
  color: #333;
}

.vital-mid {
  margin-bottom: 30px;
  text-align: center;
}
.vital-mid-title {
    background: #9f405f;
    padding: 14px 19px;
    font-size: 23px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.29;
    letter-spacing: -0.96px;
    text-align: center;
    color: #fff;
    width: fit-content;
    margin: 0 auto;
    margin-bottom: 25px;
}
.vital-mid-desc {
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.67;
    letter-spacing: -1.35px;
    text-align: center;
    color: #7d7d7d;
}
.vital-mid-desc .highlight {
    font-weight: 600;
    color: #9e425f;
}

.vital-table-wrap {
  margin: 0 auto;
  overflow-x: auto;
}
.vital-table {
    width: 100%;
  border-collapse: collapse;
  min-width: 600px;
}
.vital-table thead th {
    font-size: 22px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.95;
  letter-spacing: -1.65px;
  text-align: left;
  color: #9e425f;
  padding: 14px 0;
  text-align: center;
  border-top: solid 2px #9e425f;
  background-color: #f7f7f7;
}
.vital-table tbody td {
    background: #fff;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 3.11;
  letter-spacing: -1.35px;
  text-align: center;
  color: #242324;
  padding: 0 8px;
  border-bottom: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
}

.vital-table tbody td:first-child {
    font-weight: 600;
}


.vital-table tbody td:last-child {
    border-right: 0;
}

.vital-table thead th {
  border-right: 1px solid #e0e0e0;
}

.vital-table thead th:last-child {
    border-right: 0;
}

@media (max-width: 720px) {
    .vital-top {
        flex-direction: column;
    }

    .vital-img {
        width: 100%;
        height: auto;
        padding: 20px 0;
    }

    .vital-title {
        margin-bottom: 13px;
        font-size: 25px; 
    }

    .vital-text p {
        font-size: 22px;
        margin-bottom: 20px;
    }

    .vital-text span {
        font-size: 22px;
    }

    .vital-mid-desc {
        font-size: 22px;
    }

    .vital-table tbody td {
        background: #fff;
        font-size: 22px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 2;
        letter-spacing: -1.35px;
        text-align: center;
        color: #242324;
        padding: 8px 8px;
        border-bottom: 1px solid #e0e0e0;
        border-right: 1px solid #e0e0e0;
    }
}

.brainhealth-program {
  margin: 48px auto 0 auto;
}

.bh-title {
  font-size: 2rem;
  font-weight: 700;
  color: #222;
  margin-bottom: 8px;
  letter-spacing: -0.02em;
}
.bh-title .point {
  color: #b85c6c;
  font-weight: 700;
}

.bh-mainimg img {
    width: 100%;
    max-width: 100%;
    display: block;
}

.bh-hanbang-box {
    margin-bottom: 0;
    position: relative;
    z-index: 1;
}
.bh-hanbang-title {
    height: 51px;
    background: #9f405f;
    display: flex;
    align-items: center;
    padding-left: 36px;
    font-size: 21px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: -0.84px;
    text-align: left;
    color: #fff;
}
.bh-hanbang-desc {
    border: solid 1px #ddd;
    padding:25px 50px 20px;
    box-sizing: border-box;
    border-bottom: 0;
}

.bh-hanbang-desc li {
    position: relative;
    padding-left: 13px;
    font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.83;
  letter-spacing: -0.72px;
  text-align: left;
  color: #333;
}

.bh-hanbang-desc li::before {
    border-radius: 50%;
    content: '';
    left: 0;
    top: 13px;
    width: 5px;
    height: 5px;
    background-color: #333;
    position: absolute;
}

.bh-hanbang-footnote {
    background: #f8f4f5;
    border: 1px solid #ddd;
    padding: 15px 47px;
    margin-bottom: 40px;
    border-top: 0;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.71;
    letter-spacing: -0.56px;
    text-align: left;
    color: #333;
}

.bh-cs-row {
  display: flex;
  align-items: flex-start;
  gap: 41px;
  margin-top: 32px;
}
.bh-cs-img img {
  width: 430px;
  max-width: 100%;
  display: block;
}
.bh-cs-desc {
  flex: 1 1 0;
}
.bh-cs-title {
    margin-bottom: 6px;
    font-size: 23px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.63;
    letter-spacing: -0.96px;
    text-align: left;
    color: #9e425f;
    border-top: 3px solid #9e425f;
    padding-top: 10px;
}
.bh-cs-text {
    font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: -0.64px;
  text-align: left;
  color: #333;
}

@media (max-width: 720px) {
 
    .bh-cs-row {
        flex-direction: column;
        gap: 26px;
        align-items: center;
    }

  .bh-mainimg img {
    width: 100%;
    max-width: 100%;
    display: block;
  }

  .bh-cs-title {
    margin-bottom: 6px;
    font-size: 24px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.63;
    letter-spacing: -0.96px;
    text-align: left;
    color: #9e425f;
    border-top: 3px solid #9e425f;
    padding-top: 10px;
}

.bh-cs-text {
    font-size: 22px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: -0.64px;
    text-align: left;
    color: #333;
}

.bh-effect-title { 
    margin-top: 20px;
}

  .bh-hanbang-title {
        height: 60px;
        background: #9f405f;
        padding-left: 36px;
        font-size: 24px;
        font-weight: 600;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.43;
        letter-spacing: -0.84px;
        text-align: left;
        color: #fff;
    }

    .bh-hanbang-desc li {
        position: relative;
        padding-left: 13px;
        font-size: 22px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.83;
        letter-spacing: -0.72px;
        text-align: left;
        color: #333;
    }

    .bh-hanbang-footnote {
        font-size: 21px;
    }

}

.sub-title .point {
    color: #9e425f;
}

.bh-effect-section {
  margin: 30px auto 48px auto;
}

.bh-effect-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  gap: 24px 32px;
  margin-bottom: 70px;
}
.bh-effect-col {
  min-width: 0;
}
.bh-effect-title {
    font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.63;
  letter-spacing: -0.96px;
  text-align: left;
  color: #333;
  margin-bottom: 10px;
}
.bh-effect-list {
  margin: 0;
  padding-left: 18px;
  color: #444;
  font-size: 1.05rem;
  line-height: 1.7;
}
.bh-effect-list li {
  margin-bottom: 2px;
  list-style: disc;
}
.bh-effect-box {
    background: #f5f7f9;
    min-height: 139px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: -0.64px;
    text-align: left;
    color: #606367;
}

.bh-effect-bottom {
  display: flex;
  align-items: flex-start;
  gap: 32px;
  margin-top: 24px;
}
.bh-effect-bottom-img img {
    width: 430px;
    max-width: 100%;
    display: block;
}
.bh-effect-bottom-feedback {
  flex: 1 1 0;
}
.bh-feedback-title {
    margin-bottom: 5px;
    font-size: 24px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.63;
    letter-spacing: -0.96px;
    text-align: left;
    color: #9e425f;
}
.bh-feedback-list {
    font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: -0.64px;
  text-align: left;
  color: #333;
}
.bh-feedback-q {
    font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.56;
  letter-spacing: -0.64px;
  text-align: left;
  color: #9e425f;
}
.bh-feedback-desc {
    font-size: 17px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.65;
  letter-spacing: -0.68px;
  text-align: left;
  color: #333;
  margin-top: 30px;
  position: relative;
}

.bh-feedback-desc small {
    font-size: 70px;
    font-family: 'Nanum Gothic';
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.4;
  letter-spacing: -2.8px;
  text-align: left;
  color: rgba(158, 66, 95, 0.2);
  position: absolute;
  left: -13px;
    top: 5px;
}

@media (max-width: 900px) {
  .bh-effect-section { padding: 0 2vw 30px 2vw; }
  .bh-effect-bottom-img img { width: 160px; }
}
@media (max-width: 720px) {
    .bh-effect-section { padding: 0; }
  .bh-effect-grid {
    grid-template-columns: 1fr;
    gap: 16px 0;
  }
  .bh-effect-bottom {
    flex-direction: column;
    gap: 14px;
    align-items: center;
  }
  .bh-effect-bottom-img img { width: 100%; }

  .bh-effect-box {
    background: #f5f7f9;
    min-height: initial;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: -0.64px;
    text-align: left;
    color: #606367;
    padding: 30px 0;
}

.bh-effect-bottom-feedback {
    flex: 1 1 0;
    width: 100%;
}
.bh-feedback-desc {
    font-size: 21px;
}

.bh-feedback-q {
    font-size: 21px;
}

.bh-feedback-list {
    font-size: 21px;
}

}


.bh-program-box {
    display: flex;
    align-items: flex-start;
    margin-bottom: 45px;
    overflow: hidden;
    flex-direction: column;
}

.bh-program-img img {
    width: 100%;
    height: 140px;
    object-fit: cover;
    display: block;
}

.bh-program-content {
    flex: 1 1 0;
    padding: 0;
    position: relative;
    width: 100%;
}

.bh-program-title {
    background: #9f405f;
    width: 100%;
    font-size: 20px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: -0.84px;
    text-align: left;
    color: #fff;
    height: 51px;
    display: flex;
    align-items: center;
    padding-left: 35px;
}

.bh-program-list {
    margin: 0;
    padding: 25px 50px;
    list-style: none;
    border: solid 1px #ddd;
}
.bh-program-list li {
  position: relative;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.83;
  letter-spacing: -0.72px;
  text-align: left;
  color: #333;
  padding-left: 18px;
}
.bh-program-list li::before {
  content: '';
  display: inline-block;
  width: 4px;
  height: 4px;
  background: #333;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0.9em;
  transform: translateY(-50%);
}

.bh-program-note {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.71;
    letter-spacing: -0.56px;
    text-align: left;
    color: #333;
    height: 48px;
    display: flex;
    align-items: center;
    padding-left: 48px;
    background: #f8f4f5;
}

@media (max-width: 720px) {
  .bh-program-box { flex-direction: column; }

  .bh-program-title {
    background: #9f405f;
    width: 100%;
    font-size: 22px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: -0.84px;
    text-align: left;
    color: #fff;
    height: 60px;
    align-items: center;
    padding-left: 35px;
}

.bh-program-list {
    margin: 0;
    padding: 25px 30px;
    list-style: none;
    border: solid 1px #ddd;
}

.bh-program-list li {
    position: relative;
    font-size: 21px;
}

.bh-program-note {
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.71;
    letter-spacing: -0.56px;
    text-align: left;
    color: #333;
    height: 100px;
    align-items: center;
    padding-left: 28px;
    background: #f8f4f5;
}
}

.treat-info-section {
    margin-top: 70px;
}

.treat-desc-main {
    font-size: 21px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.48;
  letter-spacing: -0.84px;
  text-align: center;
  color: #9e425f;
  margin-bottom: 30px;
}

.treat-desc-list {
    font-size: 21px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.48;
  letter-spacing: -0.84px;
  width: 560px;
    margin: 0 auto;
    text-align: left;
  color: #333;
}
.treat-desc-list b {
  font-weight: 600;
}

.treat-tip-box {
    background: #f5f7f9;
    margin-top: 38px;
    text-align: center;
    border: 1px solid #ddd;
    height: 96px;
    margin-bottom: 70px;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.67;
    letter-spacing: -0.72px;
    text-align: center;
    color: #000;
    padding:18px 0;
    box-sizing: border-box;
}
.treat-tip-box b {
    font-weight: bold;
    color: #9e425f;
}

.treat-cost-title {
  font-size: 1.18rem;
  font-weight: 700;
  color: #222;
  margin: 32px 0 10px 0;
  letter-spacing: -0.01em;
  text-align: left;
}
.treat-cost-title .point {
  color: #b85c6c;
  font-weight: 700;
}

.treat-cost-table-wrap {
    margin: 0 auto 70px auto;
    background: #fff;
    overflow-x: auto;
}
.treat-cost-table {
    width: 100%;
  border-collapse: collapse;
  min-width: 600px;
}
.treat-cost-table thead th {
    font-size: 22px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.95;
  letter-spacing: -1.65px;
  text-align: left;
  color: #9e425f;
  padding: 14px 0;
  text-align: center;
  border-top: solid 2px #9e425f;
  background-color: #f7f7f7;
}
.treat-cost-table tbody td {
    background: #fff;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.61;
  letter-spacing: -1.35px;
  text-align: center;
  color: #242324;
  padding: 0 8px;
  border-bottom: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
}
.treat-cost-table tbody td:last-child {
    border-right: 0;
}

.treat-cost-table thead th {
  border-right: 1px solid #e0e0e0;
}
.treat-cost-table thead th:last-child {
    border-right: 0;
}

.treat-cost-note {
  margin: 30px 0 0 0;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.67;
  letter-spacing: -1.35px;
  text-align: center;
  color: #7d7d7d;
}

@media (max-width: 720px) {
    .treat-desc-main {
        font-size: 23px;
    }

    .treat-tip-box {
        background: #f5f7f9;
        margin-top: 38px;
        text-align: center;
        border: 1px solid #ddd;
        height: 143px;
        margin-bottom: 70px;
        font-size: 21px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.67;
        letter-spacing: -0.72px;
        text-align: center;
        color: #000;
        padding: 18px 0;
        box-sizing: border-box;
    }
    .treat-cost-table { min-width: 220px; }

    .treat-cost-table tbody td {
        background: #fff;
        font-size: 21px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 2.61;
        letter-spacing: -1.35px;
        text-align: center;
        color: #242324;
        padding: 4px 8px;
        border-bottom: 1px solid #e0e0e0;
        border-right: 1px solid #e0e0e0;
    }

    .treat-cost-note {
        margin: 30px 0 0 0;
        font-size: 21px;
    }
}

.consult-table-wrap {
    margin: 0 auto 44px auto;
    background: #fff;
    overflow-x: auto;
}
.consult-table {
    width: 100%;
  border-collapse: collapse;
  min-width: 600px;
}
.consult-table th {
    font-size: 21px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.95;
    letter-spacing: -1.65px;
    text-align: left;
    color: #9e425f;
    padding: 7px 0;
    text-align: center;
    background-color: #f7f7f7;
    border-bottom: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
}
.consult-table tr:first-child {
    border-top: solid 2px #9e425f;
}
.consult-table td {
    background: #fff;
    font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.76;
  letter-spacing: -1.58px;
  text-align: left;
  color: #242324;
  padding: 0 30px;
  border-bottom: 1px solid #e0e0e0;
  border-right: 0;
}

.consult-btn {
    width: 353px;
    background: #9f405f;
    border: none;
    border-radius: 5px;
    padding: 18px 0 16px 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transition: background 0.2s;
    margin: 0 auto;
    margin-bottom: 40px;
    font-size: 22px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.64;
    letter-spacing: -1.65px;
    text-align: left;
    box-sizing: border-box;
    color: #fff;
    height: 67px;
}
.consult-btn:hover {
  background: #a03e5c;
}
.consult-btn-icon {
    line-height: initial;
    margin-right: 5px;
}

.consult-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #f5f7f9;
    border-radius: 5px;
    min-height: 60px;
    position: relative;
    border: solid 1px #ddd;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.67;
    letter-spacing: -0.72px;
    text-align: left;
    color: #000;
    height: 96px;
    padding-left: 55px;
    position: relative;
}
.consult-bottom .point {
    color: #9e425f;
    font-weight: 700;
}
.consult-character {
    width: 159px;
    height: 159px;
  object-fit: contain;
  position: absolute;
  right: 15px;
  top: -38px;
}

@media (max-width: 700px) {
  .consult-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #f5f7f9;
    border-radius: 5px;
    min-height: initial;
    position: relative;
    border: solid 1px #ddd;
    font-size: 21px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.67;
    letter-spacing: -0.72px;
    text-align: left;
    color: #000;
    height: auto;
    padding-left: 55px;
    position: relative;
    padding:20px;
}
  
  .consult-character { width: 120px; height: 120; margin-left: 0; margin-bottom: 0; }
  .consult-table th {
    font-size: 23px;
    }
  .consult-table td {
    background: #fff;
    font-size: 21px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.76;
    letter-spacing: -1.58px;
    text-align: left;
    color: #242324;
    padding: 10px 30px;
    border-bottom: 1px solid #e0e0e0;
    border-right: 0;
}


}

@media (max-width: 1240px) {
    .symptom {
        height: 420px;
      }
    
      .bh-card-list {
        height: 200px;
      }

      .consult-character {
        width: 146px;
        height: 146px;
        object-fit: contain;
        position: absolute;
        right: -24px;
        top: -38px;
    }

    .brainwave-bottom { 
        height: 140px;
        padding: 25px 40px 25px 40px;
    }
}