@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard.css');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;200;300;400;500;600;700;800;900&display=swap');

/* 공통요소 */
body {min-width: 1800px;max-width: 1920px;width: 100%;margin:0 auto;}
hr {height:1px;margin:60px 0;border:none;background-color: #ddd;}

.mb-hide {display: inherit;}
.mb-show, .mb-table {display: none !important;}
.pc-table {
    display: table !important;
}
.mb-flex {
    display: none !important;
}
.pc-flex {
    display: flex !important;
}
/* 
	Main
header {

    width: 1800px; 
    height: 58px; 
    left: 60px; 
    top: 40px; 
    position: absolute;
	z-index: 10;
}*/
.m-bg {
    display: none;
}

header {
    width: 100%;
    height: 90px;
    position: absolute;
    z-index: 10;
    background: transparent;
    display: flex;
    align-items: center;
    min-width: 1800px;
}

header nav {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

header nav ._top {
    width: 100%;
    margin: 0 auto;
    height: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 32px 40px 0;
    box-sizing: border-box;
    justify-content: space-between;
}

header nav ._top .logo {
    width: 216px; 
    height: 58px;
    left: 0px;
    top: 0px;
    position: relative;
}

header nav ._top ._menu {
    position: relative;
    display: flex;
    left: initial;
    top: initial;
    gap: initial;
    justify-content: flex-start;
}

header nav ._top ._menu li {
    margin: 0 43px;
}

header ._call {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

header nav ._top ._menu li a {
    cursor: pointer;
    color: #fff;
    font-family: Pretendard;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 23px; /* 127.778% */
}

header.on {
    width: 100%;
    height: 100px;
    z-index: 10;
    left: initial;
    top: initial;
    background: #fff;
}

header.on nav {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

header.on nav ._top {
    margin: 0 auto;
    height: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 22px 40px 21px;
}

header.on nav ._top .logo {
    width: 213px;
    height: 57px;
    left: 0px;
    top: 0px;
    position: relative;
}

header.on nav ._top ._menu {
    position: relative;
    display: flex;
    left: initial;
    top: initial;
    gap: initial;
    justify-content: flex-start;
}

header.on nav ._top ._menu li {
    color: #333;
    font-size: 18px;
    font-family: Pretendard;
    font-weight: 700;
    line-height: 23px;
    margin: 0 43px;
    position: relative;
}

header.on nav ._top ._menu li:hover::after {
    content: '';
    position: absolute;
    width: 149px;
    height: 3px;
    background-color: #18316B;
    left: 50%;
    bottom: -37px;
    transform: translateX(-50%);
}

header.on ._call {

}

header.on ._call ._txt span:first-child {
	color: #333;
	font-size: 22px;
	font-family: Pretendard;
	font-weight: 700;
}

header.on ._call ._txt span:nth-child(2) {
	color: #333;
	font-size: 16px;
	font-family: Pretendard;
	font-weight: 600;
}

header.on ._call ._txt span:nth-child(3) {
    color: #333;
	font-size: 22px;
	font-family: Pretendard;
	font-weight: 700;
}

header.on nav ._top ._menu li a {
    cursor: pointer;
    color: #111;
    font-family: Pretendard;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 23px; /* 127.778% */
}

header.on nav ._top ._menu li a:hover {
    color: var(--Fastbone_Color, #18316B);
    font-family: Pretendard;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 23px; /* 127.778% */
}

._quick {
    display: none;
}


@media all and (min-width:768px) and (max-width:1800px) {
    header {
        box-sizing: border-box;
    }

}


#gnb {
    width: 100%;
    margin: 0 auto;
    background: #fff;
    display: flex;
    height: auto !important;
}

#gnb ._li {
    border-right: 1px solid #ececec;
    padding: 0;
    width: 100%;
    display: none;
}

#gnb ._li:first-child {
    border-left: 1px solid #ececec;
}

#gnb ._li ._menu {
    width: 621px;
    display: flex;
    justify-content: flex-end;
    padding: 50px 70px;
    background: #F8F8F8;
    position: relative;
    left: inherit;
    top: inherit;
    align-items: flex-start;
    box-sizing: border-box;
}

#gnb ._li ._menu a {
    position: relative;
    color: #000;
    text-align: right;
    font-family: Pretendard;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 23px;
}
/*
#gnb ._li ._menu a::before {
	position: absolute;
	content: '';
	height: 20px;
	width: 3px;
	background-color: #752e4a;
	left: -26px;
	top: 3px;
}
*/

#gnb .snb {
    display: flex;
    flex-wrap: nowrap;
    width: calc(100% - 621px);
    flex-direction: column;
    padding: 50px 70px;
    background-color: #fff;
    box-sizing: border-box;
}

#gnb .snb ._box {
    display: flex;
    width: 100%;
    align-items: flex-start;
    margin-bottom: 49px;
}

#gnb .snb ._box:last-child {
    margin-bottom: 0;
}

#gnb .snb ._box div {
    width: 130px;
    padding-right: 40px;
}

#gnb .snb ._box .top-menu {
    width: 130px;
    padding-right: 40px;
}

#gnb .snb ._box .top-menu:hover a {
    color: var(--Fastbone_Color, #18316B);
}

#gnb .snb.-wrap {
    flex-wrap: wrap;
    display: initial;
    padding: 0;
    background: initial;
}

#gnb .top-menu {
    display: block;
	margin-bottom: 14px;
}

#gnb .top-menu a {
	cursor: pointer;
    color: #000;
    font-family: Pretendard;
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

#gnb .top-menu a:visited {
    color: #000;
}

#gnb .top-menu a:hover {
    color: #000;
}

#gnb .top-menu a:active {
    color: #000;
}

#gnb .snb li {
    width: 100%;
}

#gnb .snb li a {
    color: #454545;
    font-family: Pretendard;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 38px; /* 237.5% */
    display: inline-block;
}

#gnb .snb li a:hover {
	color: #18316B;
}

#wrap {
    padding-top: 100px;
}

#location {
    position: absolute;
    display: flex;
    top: 50px;
    left: 84px;
    z-index: 10;
}

#location .home {
    margin-right: 42px;
}

#location .locDepth1,  #location .locDepth2 {
    margin-right: 50px;
}

#location .home a, #location .locDepth1 button {
    position: relative;
}

#location button img {
    margin-left: 6px;
	width: 7px;
	height: 4px;
}

#location .home a::after {
    position: absolute;
    content: url('/resource/images/icon-lct-next.png');
    width: 10px;
    height: 10px;
    top: -1px;
    left: 28px;
}

#location .locDepth1 button::after {
    position: absolute;
    content: url('/resource/images/icon-lct-next.png');
    width: 10px;
    height: 10px;
    top: 0px;
    right: -32px;
}

#location .locDepth2 button.after {
    position: relative;
}

#location .locDepth2 button, #location .locDepth3 button {
    position: relative;
}

#location .locDepth2 button.after::after {
    position: absolute;
    content: url('/resource/images/icon-lct-next.png');
    width: 10px;
    height: 10px;
    top: 0px;
    right: -32px;
}

#location button {
    color: #FFF;
    font-family: Pretendard;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.28px;
}

.pageMenu button.active {
    /* Your active button styles */
}

.pageMenu ul {
    display: none;
    list-style-type: none;
    padding: 20px;
    margin: 0;
    min-width: 136px;
    background: #fff;
    box-sizing: border-box;
    position: absolute;
    top: 35px;
    border-radius: 8px;
    width: max-content;
}

.pageMenu ul li a {
    color: #000;
    font-family: Pretendard;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 18px;
    display: block;
}

.pageMenu ul li a:hover {
    color: var(--Fastbone_Color, #18316B);
}

.pageMenu ul li:last-child a { 
    margin-bottom: 0;
}

.pageMenu ul li:last-child {
    border-bottom: none;
}

footer ._map {
    position: relative;
    height: 608px;
    width: 100%;
}

footer ._map #daumRoughmapContainer1718245549748 {
    width: 100% !important;
}

footer ._map img {
    width: 100%;
}

footer ._map .box-txt {
    width: 480px;
    height: 428px;
    background: rgb(255 255 255 / 90%);
    display: flex;
    flex-direction: column;
    padding: 60px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 144px;
    box-sizing: border-box;
    z-index: 1;
}

footer ._map .box-txt ._top {
    padding-bottom: 40px;
    box-sizing: border-box;
    border-bottom: 1px solid #C6C6C6;
}

footer ._map .box-txt ._top span:first-child {
    color: #333;
font-family: Pretendard;
font-size: 24px;
font-style: normal;
font-weight: 700;
line-height: normal;
}

footer ._map .box-txt ._top p {
    color: #111;
font-family: Pretendard;
font-size: 18px;
font-style: normal;
font-weight: 500;
line-height: 24px; /* 133.333% */
margin-top: 20px;
margin-bottom: 16px;
}

footer ._map .box-txt ._top span:last-child {
    color: rgb(17 17 17 / 70%);
font-family: Pretendard;
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 22px; /* 137.5% */
}

footer ._map .box-txt ._bottom {
    padding-top: 40px;
    box-sizing: border-box;
}

footer ._map .box-txt ._bottom span {
    color: #333;
    font-family: Pretendard;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

footer ._map .box-txt ._bottom p {
    color: var(--Fastbone_Color, #18316B);
    font-family: Pretendard;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-top: 20px;
}

footer .box-fnb {
    height: 263px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

footer .box-fnb .foot-list {
    width: 1632px;
    margin: 0 auto;
    height: 70px;
    display: flex;
    align-items: center;
}

footer .box-fnb .foot-list li {
}

footer .box-fnb .foot-list li a {
    margin-right: 64px;
    position: relative;
    color: #333;
font-family: Pretendard;
font-size: 16px;
font-style: normal;
font-weight: 600;
line-height: normal;
letter-spacing: -0.16px;
}

footer .box-fnb .foot-list li:not(:last-child) a:after {
    position: absolute;
    width: 1px;
    height: 15px;
    background-color: #D9D9D9;
    content: '';
    top: 2px;
    right: -32px;
}

footer .box-fnb .box-info {
    border-top: 1px solid #E9E9E9;
}

footer .box-fnb .box-info .inner {
    width: 1632px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    padding-top: 31px;
}

footer .box-fnb .box-info .inner ._logo { 
    margin-bottom: 16px;
}

footer .box-fnb .box-info .inner ._txt span:first-child {
    color: #999;
    font-family: Pretendard;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; /* 142.857% */
    letter-spacing: -0.14px;
    margin-bottom: 8px;
    display: block;
}

footer .box-fnb .box-info .inner ._txt span:nth-child(2) {
    color: #999;
    font-family: Pretendard;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
    letter-spacing: -0.14px;
}

.box-clinic-time {
    width: 100%;
    height: auto;
    background: #18316B;
    display: flex;
    padding: 120px 144px;
    box-sizing: border-box;
}

.box-clinic-time .inner {
    width: 1632px;
    margin: 0 auto;
    display: flex;
}

.box-clinic-time .inner ._each {
    width: 50%;
    border-right: 1px solid rgb(217 217 217 / 40%);
    display: flex;
    flex-direction: column;
    align-items: center;
}

.box-clinic-time .inner ._each:last-child {
    border-right: 0;
}

.box-clinic-time .inner ._each img {
    margin-bottom: 24px; 
}

.box-clinic-time .inner ._each p {
    color: #FFF;
    text-align: center;
    font-family: Pretendard;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 24px; 
}

.box-clinic-time .inner ._each:nth-child(2) p {
    margin-bottom: 34px;
}

.box-clinic-time .inner ._each div span:first-child {
    color: #FFF;
    font-family: Pretendard;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    width: 90px;
    display: inline-block;
    margin-right: 45px;
}

.box-clinic-time .inner ._each ._yellow {
    color: #FFF700;
    font-family: Pretendard;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px; /* 137.5% */
    margin-top: 6px;
    text-align: right;
    width: 260px;
    opacity: 0.6;
}

.ft-time+.ft-time {
    margin-top: 8px;
}
.ft-time+._txt {
    margin-top: 20px;
}

.box-clinic-time .inner ._each ._txt {
    color: #ffffff60;
    font-family: Pretendard;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px; /* 137.5% */
    position: relative;
}

.box-clinic-time .inner ._each ._txt::before {
    content: '*';
    color: #ffffff60;
    text-align: center;
    font-family: Pretendard;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px; /* 137.5% */
    position: absolute;
    left: -12px;
    top: 0;
}


.box-clinic-time .inner ._each div span:nth-child(2)::before {
    position: absolute;
    content: '';
    background-color: #ffffff80;
    left: -25px;
    top: 6px;
    height: 12px;
    width: 1px;
}

.box-clinic-time .inner ._each div span:nth-child(2) {
    color: #FFF;
    font-family: Pretendard;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    position: relative;
}

.box-clinic-time .inner ._each div {
    display: flex;
    width: 260px;
}
/* index */
.main-slide {
	position: relative; 
	width: 100%; 
	height: 1020px;	
    isolation: isolate;
}

.main-slide.idx01 {
	background:url('/resource/images/main-slide01.png') lightgray no-repeat; 
}

.main-slide.idx02 {
	background:url('/resource/images/main-slide02.png') lightgray no-repeat; 
}

.main-slide.idx03 {
	background:url('/resource/images/main-slide03.png') lightgray no-repeat; 
}

.main-slide.idx04 {
	background:url('/resource/images/main-slide04.png') lightgray no-repeat; 
}



.main-slide::after {
    content: '';
    position: absolute;
    z-index: -1;
    inset: 0;
    opacity: 0.5;
    background: #000;
}

.main-slide.idx01::after, .main-slide.idx03::after {
    opacity: 0.2;
}

header ._menu {
	left: 455px;
	top: 18px;
	position: absolute;
	justify-content: center;
	align-items: center;
	gap: 86px;
	display: inline-flex
}

header ._menu li {
	color: white;
	font-size: 18px;
	font-family: Pretendard;
	font-weight: 700;
	line-height: 23px;
}

header ._call ._img {
	width: 30px;
	height: 26px;
	padding-bottom: 0.01px;
	justify-content: center;
	align-items: center;
	display: flex;
    margin-right: 10px;
    
}

header ._call ._txt {
	justify-content: flex-start;
	align-items: center;
	gap: 3px;
	display: flex
}

header ._call ._m-menu {
    display: none;
}

header ._call ._txt span:first-child {
	color: white;
	font-size: 22px;
	font-family: Pretendard;
	font-weight: 700;
}

header ._call ._txt span:nth-child(2) {
	color: white;
	font-size: 16px;
	font-family: Pretendard;
	font-weight: 600;
}

header ._call ._txt span:nth-child(3) {
color: white;
	font-size: 22px;
	font-family: Pretendard;
	font-weight: 700;
}

.box-slide-content {
	width: 850px;
	left: 100px;
	top: 508px;
	position: absolute;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 60px;
	display: inline-flex
}

.box-slide-content .box-txt {
	align-self: stretch;
	flex: 1 1 0;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 32px;
	display: inline-flex
}

.box-slide-content .box-txt ._tag {
	align-self: start;
	padding: 22px;
	border: 2px white solid;
	justify-content: center;
	align-items: center;
	gap: 10px;
	display: inline-flex
}

.box-slide-content .box-txt ._tag span {
	text-align: center;
	color: white;
	font-size: 24px;
	font-family: Pretendard;
	font-weight: 600;
	line-height: 18px;
	width: fit-content;
}

.box-slide-content .box-txt ._txt {
	align-self: stretch;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 16px;
	display: inline-flex;
}

.box-slide-content .box-txt ._txt p {
	color: white;
	font-size: 30px;
	font-family: Pretendard;
	font-weight: 700;
}

.box-slide-content .box-txt ._txt ._bottom span:first-child {
	color: white;
	font-size: 72px;
	font-family: Pretendard;
	font-weight: 500;
	line-height: 88px;
}

.box-slide-content .box-txt ._txt ._bottom span:nth-child(2) {
	color: white;
	font-size: 72px;
	font-family: Pretendard;
	font-weight: 700;
	line-height: 88px;
}

.box-slide-content .box-txt ._txt ._bottom span:nth-child(3) {
	color: white;
	font-size: 72px;
	font-family: Pretendard;
	font-weight: 800;
	line-height: 88px;
	letter-spacing: -1.44px;
}

.slide-control {
    left: 100px;
    bottom: 107px;
    position: absolute;
	align-self: stretch;
	height: 23px;
	justify-content: center;
	align-items: flex-start;
	gap: 60px;
	display: inline-flex;
    z-index: 10;
}

.slide-control .wrap-progress {
	align-self: stretch;
	justify-content: flex-start;
	align-items: center;
	gap: 20px;
	display: inline-flex;
}

.slide-control .wrap-progress .idx {
	color: #BBBBBB;
	font-size: 15px;
	font-family: Pretendard;
	font-weight: 600;
	line-height: 23px;
}

.slide-control .wrap-progress .idx.active {
	color: white;
	font-size: 15px;
	font-family: Pretendard;
	font-weight: 700;
	line-height: 23px;
}

.slide-control .wrap-progress .slide-progress {
	width: 300px;
	height: 2px;
	position: relative;
}

.box-medicalCourse {
	display: flex;
	flex-wrap: wrap;
	padding-top: 220px;
}

.box-medicalCourse ._title {
	width: 100%;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	margin-bottom: 100px;
	align-items: center;
}

.box-medicalCourse ._title ._txt {
	position: relative;
	margin: 20px 0 16px;
}

.box-medicalCourse ._title ._txt span {
	color: #000;
	font-family: Pretendard;
	font-size: 36px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.box-medicalCourse ._title ._txt span b {
	font-weight: 700;
}

.box-medicalCourse ._title p {
    color: #D8D8D8;
    font-family: Pretendard;
    font-size: 14px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    letter-spacing: 1.68px;
}

.box-medicalCourse .box-menu {
    padding-left: 144px;
    display: -webkit-box;
    overflow-x: auto;
    -ms-overflow-style: none; /* 인터넷 익스플로러 */
    scrollbar-width: none; /* 파이어폭스 */
    -webkit-tap-highlight-color: transparent;
    user-select: none;
    height: 520px;
}

.box-medicalCourse .box-menu ._wrap {
    display: flex;
    align-items: end;
}


.box-medicalCourse .box-menu ._each {
    width: 390px;
    height: 480px;
    border-radius: 12px;
    background: #F7F7F7;
    margin-right: 24px;
}

.box-medicalCourse .box-menu ._each a {
    display: flex;
    flex-direction: column;
    padding: 46px 35px 35px 40px;
    box-sizing: border-box; 
    justify-content: space-between;
    cursor: pointer;
    width: 100%;
    height: 100%;
}

.box-medicalCourse .box-menu ._each p {
    color: #000;
    font-family: Pretendard;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.32px;
}

.box-medicalCourse .box-menu ._each div {
    display: flex;
    justify-content: space-between;
    align-items: end;
}

.box-medicalCourse .box-menu ._each div span .go-page {
    margin-left: 8px;
    vertical-align: baseline;
}

.box-medicalCourse .box-menu ._each div span {
    color: #000;
    font-family: Pretendard;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.2px;
    display: flex;
    align-items: center;
}

.box-medicalCourse .box-menu ._each:hover {
    border-radius: 12px;
    background: #1A3573;
    transition: 0.6s ease-out;
    opacity: 1;
    margin-bottom: 40px;
}

.box-medicalCourse .box-menu ._each:hover p {
    color: #FFF;
    font-family: Pretendard;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.32px; 
}

.box-medicalCourse .box-menu ._each:hover div span { 
    color: #FFF;
    font-family: Pretendard;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.2px;
}

.fastbone-tv {
	display: flex;
	flex-wrap: wrap;
	padding-top: 260px;
	width: 1632px;
	margin: 0 auto;
	justify-content: space-between;
	align-items: center;
}

.fastbone-tv ._title {
	width: 100%;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	margin-bottom: 100px;
	align-items: center;
}

.fastbone-tv ._title ._txt {
	position: relative;
	margin: 20px 0 16px;
}

.fastbone-tv ._title ._txt span {
	color: #000;
	font-family: Pretendard;
	font-size: 36px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.fastbone-tv ._title ._txt span b {
	font-weight: 700;
}

.fastbone-tv ._title p {
	color: #D8D8D8;
	font-family: Pretendard;
	font-size: 14px;
	font-style: normal;
	font-weight: 800;
	line-height: normal;
	letter-spacing: 1.68px;
}

.tv-big-img {
    width: 960px; height: 540px; 
}

.tv-big-img img {
    border-radius: 14px;
}

.box-tv-list {
	width: 634px;
	display: flex;
	flex-direction: column;
}

.box-tv-list li:not(:last-child) {
	margin-bottom: 12px;
}

.box-tv-list li a {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.box-tv-list li a img {
	width: 220px;
	height: 126px;
	border-radius: 10px;
	margin-right: 24px;
}

.box-tv-list li a:hover img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    transition: 1.4s;
}

.box-tv-list li a ._ttl {
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 8px;
	display: inline-flex;
	width: 390px;
}

.box-tv-list li a ._ttl p {
	color: #999;
	font-family: Pretendard;
	font-size: 15px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	letter-spacing: -0.15px;
	margin-bottom: 8px;
}

.box-tv-list li a ._ttl span {
	color: #000;
	font-family: Pretendard;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	letter-spacing: -0.4px;
}

.fastbone-facility {
	display: flex;
	flex-wrap: wrap;
	padding-top: 260px;
	width: 1632px;
	margin: 0 auto;
	justify-content: space-between;
	align-items: center;
    margin-bottom: 240px;
}

.fastbone-facility ._title p {
	color: #D8D8D8;
	font-family: Pretendard;
	font-size: 14px;
	font-style: normal;
	font-weight: 800;
	line-height: normal;
	letter-spacing: 1.68px;
}

.fastbone-facility ._title {
	width: 100%;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	margin-bottom: 100px;
	align-items: center;
}

.fastbone-facility ._title ._txt {
	position: relative;
	margin: 20px 0 16px;
}

.fastbone-facility ._title ._txt span {
	color: #000;
	font-family: Pretendard;
	font-size: 36px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.fastbone-facility ._title ._txt span b {
	font-weight: 700;
}

.fastbone-facility ._title p {
	color: #D8D8D8;
	font-family: Pretendard;
	font-size: 14px;
	font-style: normal;
	font-weight: 800;
	line-height: normal;
	letter-spacing: 1.68px;
}

.fastbone-facility ._content {
    width: 100%;
    position: relative;
}

.fastbone-facility ._content ._inner {
    margin-top: 85px;
    width: 1632px;
    display: flex;
    position: relative;
    flex-wrap: wrap;
}

.fastbone-facility ._content .nav_browse {
    padding-left: 30px;
    width: 100%;
    display: flex;
    margin-bottom: 47px;
}

.fastbone-facility ._content .nav_browse li {
    color: #B6B6B6;
    font-family: Pretendard;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-right: 50px;
    cursor: pointer;
}

.fastbone-facility ._content .nav_browse li a:hover {
    color: #18316B;
}

.fastbone-facility ._content .nav_browse li.on {
    color: var(--Fastbone_Color, #18316B);
    font-family: Pretendard;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    position: relative;
}

.fastbone-facility ._content .nav_browse li.on::after {
    content: '';
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: -7px;
    background: var(--Fastbone_Color, #18316B);
}

.fastbone-facility ._site {
    width: 100%;
    position: relative;
    height: 612px;
}

.fastbone-facility ._site ._info {
    width: 1540px;
    height: 540px;
    flex-shrink: 0;
    border-radius: 16px;
    background: #F7F9FE;
    position: absolute;
    left: 0;
    top: 0;
}

.fastbone-facility ._site ._info p {
    color: #111;
    font-family: Pretendard;
    font-size: 44px;
    font-style: normal;
    font-weight: 600;
    line-height: 56px;
    padding: 140px 100px 30px;
}

.fastbone-facility ._site ._info p b {
    color: #18316B;
    font-family: Pretendard;
    font-size: 44px;
    font-style: normal;
    font-weight: 600;
    line-height: 56px;
}

.fastbone-facility ._site ._info span {
    color: #454545;
    font-family: Pretendard;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px; /* 140% */
    display: block;
    padding-left: 100px;
}

.fastbone-facility ._site ._img {
    width: 866px;
    height: 532px !important;
    flex-shrink: 0;
    position: absolute;
    right: 0;
    top: 80px;
}

._notice {
	background: #F7F7F7;
	margin-bottom: 22px;
}

._notice ._title p {
	color: #D8D8D8;
	font-family: Pretendard;
	font-size: 14px;
	font-style: normal;
	font-weight: 800;
	line-height: normal;
	letter-spacing: 1.68px;
}

._notice ._title {
	width: 100%;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	margin-bottom: 100px;
	align-items: center;
}

._notice ._title ._txt {
	position: relative;
	margin: 20px 0 16px;
}

._notice ._title ._txt span {
	color: #000;
	font-family: Pretendard;
	font-size: 36px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

._notice ._title ._txt span b {
	font-weight: 700;
}

._notice ._inner {
	width: 1632px;
	margin: 0 auto;
	padding: 140px 0 150px;
}

._notice ._inner .box-notice {
	display: flex;
	height: 290px;
	justify-content: space-between;
}

._notice ._inner .box-notice ._each {
	width: calc(100%/4 - 18px);
	height: 100%;
}

._notice ._inner .box-notice ._each:last-child {
	margin-right: 0;
}

._notice ._inner .box-notice ._each a {
	margin-right: 24px;
	cursor: pointer;
	display: flex;
	flex-direction: column;
	padding: 42px 40px 41px 40px;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	border-radius: 12px;
	border: 1px solid #E8E8E8;
	background: #FFF;
}

._notice ._inner .box-notice ._each a:hover {
	box-shadow: 0 1px 6px rgb(0 0 0 / 8%), 0 1px 2px rgb(0 0 0 / 9%);
}

._notice ._inner .box-notice ._each ._fixed {
	color: #FFF;
	font-family: Pretendard;
	font-size: 17px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	display: flex;
	padding: 10px 24px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	border-radius: 30px;
	background: var(--Fastbone_Color, #18316B);
	width: 78px;
}

._notice ._inner .box-notice ._each p {
	margin: 20px 0;
	color: #111;
	font-family: Pretendard;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: 30px;
	height: 85px;
	/* 150% */
}

._notice ._inner .box-notice ._each div {
	border-top: 1px solid #D0D0D0;
	padding-top: 20px;
}

._notice ._inner .box-notice ._each div span {
	color: #777;
	text-align: right;
	font-family: Pretendard;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: -0.36px;
}

.gallery-top .swiper-pagination {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    margin-top: 26px;
    height: 30px;
}

.gallery-top .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background-color: #E8E8E8;
    opacity: 1;
    margin-bottom: 0;
    border-radius: 50%;

}

.gallery-top .swiper-pagination-bullet-active {
    width: 10px;
    height: 10px;
    background-color: #18316B;
    opacity: 1;
    margin-bottom: 0;
    border-radius: 50%;
}

.fastbone-facility ._site ._img .button-box {
    position: absolute;
    bottom: 16px;
    left: -340px;
    z-index: 10;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.fastbone-facility ._site ._img .button-box .swiper-pagination-progressbar { 
    background-color: #fff;
    display: flex;
    align-items: center;
}

.fastbone-facility ._site ._img .button-box .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 100%;
    margin: 0 12px;
}

.fastbone-facility ._site ._img .button-box .swiper-pagination-bullet:first-child {
    margin-left: 30px;
}

.fastbone-facility ._site ._img .button-box .swiper-pagination-bullet:last-child {
    margin-right: 30px;
}

.fastbone-facility ._site ._img .button-box .swiper-place-prev {
    background: url(/resource/images/arrow-place-prev.png);
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.fastbone-facility ._site ._img .button-box .swiper-place-next {
    background: url(/resource/images/arrow-place-next.png);
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.fastbone-facility ._site ._img .button-box .swiper-pagination-bullet-active {
    background-color: #18316B !important;
}

/* common */
.sub-bnnr {
    width: 1800px;
    height: 860px;
    margin: 0 auto;
    position: relative;
    isolation: isolate;
}

.sub-bnnr.idx01-01 {
    background: url(/resource/images/sub-banner-01-01.png) lightgray no-repeat;
}

.sub-bnnr.idx01-01::after {
    content: '';
    position: absolute;
    background: #000;
    z-index: -1;
    inset: 0;
    opacity: 0.4;
}

.sub-bnnr.idx01-02 {
    background: url(/resource/images/sub-banner-01-02.png) lightgray no-repeat;
}

.sub-bnnr.idx01-02::after {
    content: '';
    position: absolute;
    background: #000;
    z-index: -1;
    inset: 0;
    opacity: 0.4;
}

.sub-bnnr.idx01-03 {
    background: url(/resource/images/sub-banner-01-03.png) lightgray no-repeat;
}

.sub-bnnr.idx01-03::after {
    content: '';
    position: absolute;
    background: #231A15;
    z-index: -1;
    inset: 0;
    opacity: 0.2;
}

.sub-bnnr.idx01-03::before {
    content: '';
    position: absolute;
    background: #000;
    z-index: -1;
    inset: 0;
    opacity: 0.4;
}

.sub-bnnr.idx01-04 {
    background: url(/resource/images/sub-banner-01-04.png) lightgray no-repeat;
    height: 360px;
}

.sub-bnnr.idx01-04::after {
    content: '';
    position: absolute;
    background: #000;
    z-index: -1;
    inset: 0;
    opacity: 0.4;
}

.sub-bnnr.idx01-05 {
    background: url(/resource/images/sub-banner-01-05.png) lightgray no-repeat;
    height: 360px;
}

.sub-bnnr.idx-common {
    background: url(/resource/images/sub-banner-01-05.png) lightgray no-repeat;
    height: 360px;
}

.sub-bnnr.idx01-05::after, .sub-bnnr.idx-common::after {
    content: '';
    position: absolute;
    background: #000;
    z-index: -1;
    inset: 0;
    opacity: 0.4;
}

.sub-bnnr.idx01-04 .inner p, .sub-bnnr.idx01-05 .inner p  {
    color: #FFF;
    font-family: Pretendard;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-align: center;
    margin-bottom: 14px;
}

.sub-bnnr.idx01-04 .inner span, .sub-bnnr.idx01-05 .inner span  {
    color: #FFF;
    text-align: center;
    font-family: Pretendard;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.36px;
    display: block;
}

.sub-bnnr.idx-common .inner p  {
    color: #FFF;
    font-family: Pretendard;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-align: center;
    margin-bottom: 0;
}

.sub-bnnr.clinic::after {
    content: '';
    position: absolute;
    z-index: -1;
    inset: 0;
    opacity: 0.5;
    background: #231A15;
}

.sub-bnnr.clinic p {
    color: #FFF;
    font-family: Pretendard;
    font-size: 60px !important;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 24px !important;
}

.sub-bnnr.clinic span {
    color: #FFF;
    text-align: center;
    font-family: Pretendard;
    font-size: 18px !important;
    font-style: normal;
    font-weight: 500;
    line-height: 28px !important; /* 155.556% */
    letter-spacing: -0.36px !important;
}

.sub-bnnr.idx02-01-1 {
    background: url(/resource/images/sub-banner-02-01-1.png) lightgray no-repeat;
}

.sub-bnnr.idx02-01-2 {
    background: url(/resource/images/sub-banner-02-01-2.png) lightgray no-repeat;
}

.sub-bnnr.idx02-01-3 {
    background: url(/resource/images/sub-banner-02-01-3.png) lightgray no-repeat;
}

.sub-bnnr.idx02-01-4 {
    background: url(/resource/images/sub-banner-02-01-4.png) lightgray no-repeat;
}

.sub-bnnr.idx02-01-5 {
    background: url(/resource/images/sub-banner-02-01-5.png) lightgray no-repeat;
}

.sub-bnnr.idx02-02-1 {
    background: url(/resource/images/sub-banner-02-02-1.png) lightgray no-repeat;
}

.sub-bnnr.idx02-02-2 {
    background: url(/resource/images/sub-banner-02-02-2.png) lightgray no-repeat;
}

.sub-bnnr.idx02-02-3 {
    background: url(/resource/images/sub-banner-02-02-3.png) lightgray no-repeat;
}

.sub-bnnr.idx02-02-4 {
    background: url(/resource/images/sub-banner-02-02-4.png) lightgray no-repeat;
}

.sub-bnnr.idx02-02-5 {
    background: url(/resource/images/sub-banner-02-02-5.png) lightgray no-repeat;
}

.sub-bnnr.idx02-03-1 {
    background: url(/resource/images/sub-banner-02-03-1.png) lightgray no-repeat;
}

.sub-bnnr.idx02-03-2 {
    background: url(/resource/images/sub-banner-02-03-2.png) lightgray no-repeat;
}

.sub-bnnr.idx02-03-3 {
    background: url(/resource/images/sub-banner-02-03-3.png) lightgray no-repeat;
}

.sub-bnnr.idx02-03-4 {
    background: url(/resource/images/sub-banner-02-03-4.png) lightgray no-repeat;
}

.sub-bnnr.idx02-03-5 {
    background: url(/resource/images/sub-banner-02-03-5.png) lightgray no-repeat;
}

.sub-bnnr.idx02-03-6 {
    background: url(/resource/images/sub-banner-02-03-6.png) lightgray no-repeat;
}

.sub-bnnr.idx02-04-1 {
    background: url(/resource/images/sub-banner-02-04-1.png) lightgray no-repeat;
}

.sub-bnnr.idx02-04-2 {
    background: url(/resource/images/sub-banner-02-04-2.png) lightgray no-repeat;
}

.sub-bnnr.idx02-04-3 {
    background: url(/resource/images/sub-banner-02-04-3.png) lightgray no-repeat;
}

.sub-bnnr.idx02-04-4 {
    background: url(/resource/images/sub-banner-02-04-4.png) lightgray no-repeat;
}

.sub-bnnr.idx02-04-5 {
    background: url(/resource/images/sub-banner-02-04-5.png) lightgray no-repeat;
}

.sub-bnnr.idx02-05-1 {
    background: url(/resource/images/sub-banner-02-05-1.png) lightgray no-repeat;
}

.sub-bnnr.idx02-05-2 {
    background: url(/resource/images/sub-banner-02-05-2.png) lightgray no-repeat;
}

.sub-bnnr.idx02-05-3 {
    background: url(/resource/images/sub-banner-02-05-3.png) lightgray no-repeat;
}

.sub-bnnr.idx02-05-4 {
    background: url(/resource/images/sub-banner-02-05-4.png) lightgray no-repeat;
}

.sub-bnnr.idx02-05-5 {
    background: url(/resource/images/sub-banner-02-05-5.png) lightgray no-repeat;
}

.sub-bnnr.idx03-01-1 {
    background: url(/resource/images/sub-banner-03-01-1.png) lightgray no-repeat;
}

.sub-bnnr.idx03-01-2 {
    background: url(/resource/images/sub-banner-03-01-2.png) lightgray no-repeat;
}

.sub-bnnr.idx03-01-3 {
    background: url(/resource/images/sub-banner-03-01-3.png) lightgray no-repeat;
}

.sub-bnnr.idx03-01-4 {
    background: url(/resource/images/sub-banner-03-01-4.png) lightgray no-repeat;
}

.sub-bnnr.idx03-01-5 {
    background: url(/resource/images/sub-banner-03-01-5.png) lightgray no-repeat;
}

.sub-bnnr.idx03-01-6 {
    background: url(/resource/images/sub-banner-03-01-6.png) lightgray no-repeat;
}

.sub-bnnr.idx03-02-1 {
    background: url(/resource/images/sub-banner-03-02-1.png) lightgray no-repeat;
}

.sub-bnnr.idx03-02-2 {
    background: url(/resource/images/sub-banner-03-02-2.png) lightgray no-repeat;
}

.sub-bnnr.idx03-02-3 {
    background: url(/resource/images/sub-banner-03-02-3.png) lightgray no-repeat;
}

.sub-bnnr.idx03-02-4 {
    background: url(/resource/images/sub-banner-03-02-4.png) lightgray no-repeat;
}

.sub-bnnr.idx04-01-1 {
	background: url(/resource/images/sub-banner-04-01-1.png) lightgray no-repeat;
}

.sub-bnnr.idx04-01-2 {
	background: url(/resource/images/sub-banner-04-01-2.png) lightgray no-repeat;
}

.sub-bnnr.idx04-02-1 {
	background: url(/resource/images/sub-banner-04-02-1.png) lightgray no-repeat;
}

.sub-bnnr.idx05-01-1 {
	background: url(/resource/images/sub-banner-05-01-1.png) lightgray no-repeat;
}

.sub-bnnr.idx05-01-2 {
	background: url(/resource/images/sub-banner-05-01-2.png) lightgray no-repeat;
}

.sub-bnnr.idx05-01-3 {
	background: url(/resource/images/sub-banner-05-01-3.png) lightgray no-repeat;
}

.sub-bnnr.idx05-02-1 {
	background: url(/resource/images/sub-banner-05-02-1.png) lightgray no-repeat;
}

.sub-bnnr.idx05-02-2 {
	background: url(/resource/images/sub-banner-05-02-2.png) lightgray no-repeat;
}

.sub-bnnr.idx05-03-1 {
	background: url(/resource/images/sub-banner-05-03-1.png) lightgray no-repeat;
}

.sub-bnnr.idx05-03-2 {
	background: url(/resource/images/sub-banner-05-03-2.png) lightgray no-repeat;
}

.sub-bnnr.idx05-03-3 {
	background: url(/resource/images/sub-banner-05-03-3.png) lightgray no-repeat;
}

.sub-bnnr.idx05-03-4 {
	background: url(/resource/images/sub-banner-05-03-4.png) lightgray no-repeat;
}

.sub-bnnr.idx05-04-1 {
	background: url(/resource/images/sub-banner-05-04-1.png) lightgray no-repeat;
}

.sub-bnnr.idx05-04-2 {
	background: url(/resource/images/sub-banner-05-04-2.png) lightgray no-repeat;
}

.sub-bnnr.idx05-04-3 {
	background: url(/resource/images/sub-banner-05-04-3.png) lightgray no-repeat;
}

.sub-bnnr.idx05-04-4 {
	background: url(/resource/images/sub-banner-05-04-4.png) lightgray no-repeat;
}


/*
.sub-bnnr.idx02-02-3::before {
    content: '';
    position: absolute;
    z-index: -1;
    inset: 0;
    opacity: 0.15;
    background: #18316B;
}*/

.sub-bnnr .inner {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.sub-bnnr .inner p {
    color: #FFF;
    font-family: Pretendard;
    font-size: 66px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 30px;
    text-align: center;
}

.sub-bnnr .inner span {
    color: #FFF;
    text-align: center;
    font-family: Pretendard;
    font-size: 21px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px; /* 142.857% */
    letter-spacing: -0.42px;
    display: block;
}

.ul-check {
    width: 100%;
}

.ul-check li {
    padding: 36px 20px 36px 48px;
    color: #333;
    font-family: Pretendard;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border-bottom: 1px solid #E6E9F1;
    position: relative;
}

.ul-check li::before {
    content: url(/resource/images/img-check-circle.png);
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    position: absolute;
    left: 10px;
}

.ul-check li:first-child {
    border-top: 1px solid #E6E9F1;
}

.ul-basic {
    width: 100%;
}

.ul-basic li {
    padding: 36px 0px 36px 10px;
    color: #333;
    font-family: Pretendard;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border-bottom: 1px solid #E6E9F1;
    position: relative;
}

.ul-basic li:first-child {
    padding: 32px 0px 36px 10px;
    border-top: 1px solid #E6E9F1;
}

.tab {
	width: 1340px;
	margin: 0 auto;
	display: flex;
	margin-bottom: 120px;
}



.tab li a {
	border-radius: 100px;
	background: #FFF;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 70px;
    cursor: pointer;
}

.tab.n2 {
    width: 436px;
    margin: 0 auto;
    display: flex;
    margin-bottom: 100px;
    border-radius: 100px;
    border: 1px solid var(--Fastbone_Color, #18316B);
    background: #FFF;
    padding: 8px;
    box-sizing: border-box;
}

.tab.n2 li {
	width: 210px;
    margin-right: 0;
}

.tab.n2 li:last-child {
	margin-right: 0;
}

.tab.n4 {
    width: 668px;
    margin: 0 auto;
    display: flex;
    margin-bottom: 100px;
    border-radius: 100px;
    border: 1px solid var(--Fastbone_Color, #18316B);
    background: #FFF;
    padding: 8px;
    box-sizing: border-box;
}

.tab.n4 li {
	width: 163px;
}

.tab.n4 li:last-child {
	margin-right: 0;
}

.tab.n3 {
    width: 507px;
    margin: 0 auto;
    display: flex;
    margin-bottom: 100px;
    border-radius: 100px;
    border: 1px solid var(--Fastbone_Color, #18316B);
    background: #FFF;
    padding: 8px;
    box-sizing: border-box;
}

.tab.n3 li {
	width: 163px;
}

.tab.n3 li:last-child {
	margin-right: 0;
}

.tab li span {
    color: var(--Fastbone_Color, #18316B);
    text-align: center;
    font-family: Pretendard;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.tab li.active a {
	border-radius: 100px;
    border: 2px solid var(--Fastbone_Color, #18316B);
    background: var(--Fastbone_Color, #18316B);
}

.tab li.active span {
    color: #FFF;
    text-align: center;
    font-family: Pretendard;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

/* sub1 - page01 */

.box-sub1-txt {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

.box-sub1-txt span:first-child {color: #0C296C;
    text-align: center;
    font-family: Pretendard;
    font-size: 13px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    letter-spacing: 1.3px;
    display: block;
    margin-bottom: 24px;
}

.box-sub1-txt p {
    color: #111;
    text-align: center;
    font-family: Pretendard;
    font-size: 52px;
    font-style: normal;
    font-weight: 300;
    line-height: 68px; /* 130.769% */
    letter-spacing: -1.04px;
    margin-bottom: 32px;
}

.box-sub1-txt p b {
    color: #111;
    font-family: Pretendard;
    font-size: 52px;
    font-style: normal;
    font-weight: 700;
    line-height: 68px;
    letter-spacing: -1.04px;
}

.box-sub1-txt p ._color {
	color: #1B59DE;
	font-family: Pretendard;
	font-size: 52px;
	font-style: normal;
	font-weight: 700;
	line-height: 68px;
	letter-spacing: -1.04px;
}

.box-sub1-txt span:last-child {
    color: #333;
    text-align: center;
    font-family: Pretendard;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 27px; /* 150% */
    letter-spacing: -0.36px;
    display: block;
}

.box-sub1-01-01 {
    margin-top: 180px;
}

.box-sub1-01-01 img {
    margin-top: 70px;
    width: 100%;
}

.box-sub1-01-02 { 
    margin-top: 200px;
}

.box-sub1-01-02 ._img {
    display: flex;
    width: 1800px;
    margin: 0 auto;
    justify-content: space-between;
    margin-top: 70px;
}

.box-sub1-01-03 { 
    margin-top: 200px;
}

.box-sub1-01-03 ._img {
    display: flex;
    width: 1800px;
    margin: 0 auto;
    justify-content: space-between;
    margin-top: 70px;
}

.box-sub1-01-04 { 
    margin-top: 200px;
    margin-bottom: 200px;
}

.box-sub1-01-04 ._img {
    display: flex;
    width: 1800px;
    margin: 0 auto;
    justify-content: space-between;
    margin-top: 70px;
}

.box-sub1-01-05 {
    width: 100%;
    height: 1000px;
    background: url('/resource/images/img-sub1-01-08.png') lightgray 50% / cover no-repeat;
    position: relative;
    isolation: isolate;
}

.box-sub1-01-05::before {
    content: '';
    position: absolute;
    background: #000;
    z-index: -1;
    inset: 0;
    opacity: 0.6;
}

.box-sub1-01-05::after {
    content: '';
    position: absolute;
    background: #18316B;
    z-index: -1;
    inset: 0;
    opacity: 0.3;
}

.box-sub1-01-05 .inner {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.box-sub1-01-05 .inner span:first-child {
    color: #FFF;
text-align: center;
font-family: Pretendard;
font-size: 32px;
font-style: normal;
font-weight: 200;
line-height: normal;
letter-spacing: -0.96px;
display: block;
}

.box-sub1-01-05 .inner p {
    margin-top: 10px;
    margin-bottom: 24px;
    color: #FFF;
text-align: center;
font-family: Pretendard;
font-size: 80px;
font-style: normal;
font-weight: 700;
line-height: normal;
letter-spacing: -1.6px;
}

.box-sub1-01-05 .inner span:last-child {
    color: #FFF;
text-align: center;
font-family: Pretendard;
font-size: 22px;
font-style: normal;
font-weight: 400;
line-height: 30px; /* 136.364% */
letter-spacing: -0.66px;
display: block;
}

.box-move-text .text {
    display: flex;
    flex: 0 0 auto;
    white-space: nowrap;
    overflow: hidden;
    transition: 0.3s;
    color: #FFF;
    text-align: center;
    font-family: Pretendard;
    font-size: 130px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    position: absolute;
    bottom: 30px;
    opacity: 0.1;
    width: -webkit-fill-available;
}

.box-move-text .text p {
    animation: textLoop 70s linear infinite;
    padding-right: 0.3rem;
    line-height: 1.4;
    font-weight: 700;
}

.box-move-text2 .text {
    display: flex;
    flex: 0 0 auto;
    white-space: nowrap;
    overflow: hidden;
    transition: 0.3s;
    color: #FFF;
    text-align: center;
    font-family: Pretendard;
    font-size: 130px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    position: absolute;
    bottom: 80px;
    opacity: 0.1;
    width: -webkit-fill-available;
}

.box-move-text2 .text p {
    animation: textLoop 70s linear infinite;
    padding-right: 0.3rem;
    line-height: 97px;
    font-weight: 700;
}

@keyframes textLoop {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	100% {
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
}

.box-sub1-02-01 {
    width: 1400px;
    margin: 0 auto;
    margin-top: 180px;
}

.box-sub1-02-01 .box-doctor {
    display: flex;
    flex-direction: column;
}

.box-sub1-02-01 .box-doctor ._each {
    display: flex;
    justify-content: space-between;
    margin-bottom: 120px;
    align-items: flex-start;
}

.box-sub1-02-01 .box-doctor ._each:last-child {
    margin-bottom: 180px;
}

.box-sub1-02-01 .box-doctor ._each ._txt {
    width: 690px;
    padding-top: 30px;
}

.box-sub1-02-01 .box-doctor ._each ._txt .name {
    padding-left: 10px;
    padding-bottom: 20px;
    border-bottom: 1px solid #111;
}

.box-sub1-02-01 .box-doctor ._each ._txt .name p {
    color: #111;
    font-family: Pretendard;
    font-size: 52px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.52px;
}

.box-sub1-02-01 .box-doctor ._each ._txt .name p span {
    color: #111;
    font-family: Pretendard;
    font-size: 34px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -1.02px;
}

.box-sub1-02-01 .box-doctor ._each ._txt ul {
    padding-top: 50px;
}

.box-sub1-02-01 .box-doctor ._each ._txt ul li {
    color: #666;
    font-family: Pretendard;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.54px;
    position: relative;
    padding-left: 23px;
    margin-bottom: 12px;
}

.box-sub1-02-01 .box-doctor ._each ._txt ul li::before {
    position: absolute;
    content: '';
    background-color: #18316B;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    left: 10px;
}

.box-sub1-02-01 .box-doctor ._each ._right {
    width: 690px;
    padding-top: 30px;
    display: flex;
    flex-direction: column;
}

.box-sub1-02-01 .box-doctor ._each ._right .name {
    padding-left: 10px;
    padding-bottom: 20px;
    border-bottom: 1px solid #111;
}

.box-sub1-02-01 .box-doctor ._each ._right .name p {
    color: #111;
    font-family: Pretendard;
    font-size: 52px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.52px;
    display: flex;
    align-items: center;
}

.box-sub1-02-01 .box-doctor ._each ._right .name p span:first-child {
    color: #111;
    font-family: Pretendard;
    font-size: 34px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -1.02px;
    align-self: flex-end;
    margin-bottom: 4px;
    margin-right: 40px;
    margin-left: 10px;
}

.box-sub1-02-01 .box-doctor ._each ._right .name p span:nth-child(2)::before {
    position: absolute;
    width: 1px;
    height: 30px;
    background: #C6C6C6;
    content: '';
    left: -20px;
    top: 8px;
}

.box-sub1-02-01 .box-doctor ._each ._right .name p span:nth-child(2) {
    color: #666;
    font-family: Pretendard;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.18px;
    padding-top: 12px;
    position: relative;
}

.box-sub1-02-01 .box-doctor ._each ._right ._cal {
    cursor: pointer;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.box-sub1-02-01 .box-doctor ._each ._right ._cal ._title {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 35px 24px;
    box-sizing: border-box;
    border-top: 2px solid var(--Fastbone_Color, #18316B);
    background: #F3F6F9;
    align-items: center;
}

.box-sub1-02-01 .box-doctor ._each ._right ._cal ._title span {
    color: var(--Fastbone_Color, #18316B);
    font-family: Pretendard;
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.26px;
}

.box-sub1-02-01 .box-doctor ._each ._right ._cal ._title img {
    width: 24px;
    height: 24px;
}

.box-sub1-02-01 .box-doctor ._each ._right ._cal ._img {
    width: 100%;
    margin-top: 40px;
}

.box-sub1-02-01 .box-doctor ._each ._right ._profile {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-top: 60px;
    cursor: pointer;
}

.box-sub1-02-01 .box-doctor ._each ._right ._profile ._title {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 35px 24px;
    box-sizing: border-box;
    border-top: 2px solid var(--Fastbone_Color, #18316B);
    background: #F3F6F9;
    align-items: center;
}

.box-sub1-02-01 .box-doctor ._each ._right ._profile ._title span {
    color: var(--Fastbone_Color, #18316B);
    font-family: Pretendard;
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.26px;
}

.box-sub1-02-01 .box-doctor ._each ._right ._profile ._title img {
    width: 24px;
    height: 24px;
    transform: rotate(180deg);
}

.box-sub1-02-01 .box-doctor ._each ._profile ul {
    padding-top: 40px;
    display: none;
}

.box-sub1-02-01 .box-doctor ._each ._profile ul li {
    color: #666;
    font-family: Pretendard;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.54px;
    position: relative;
    padding-left: 23px;
    margin-bottom: 12px;
}

.box-sub1-02-01 .box-doctor ._each ._profile ul li::before {
    position: absolute;
    content: '';
    background-color: #18316B;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    left: 10px;
}

.box-sub1-02-01 .box-doctor ._each ._right ._profile:last-child ul {
	display: block;
}

.box-sub1-02-01 .box-doctor ._each ._right ._profile:last-child ._title img {
	width: 24px;
	height: 24px;
	transform: rotate(0deg);
}

.box-sub1-03-01 {
    display: flex;
    flex-direction: column;
    margin-top: 60px;
    margin-bottom: 60px;
}

.box-sub1-03-01 .box-device ._each {
    width: 100%;
    height: 660px;
    display: flex;
    align-items: center;
}

.box-sub1-03-01 .box-device ._each.bg-color {
    background: #F7F9FE;
}

.box-sub1-03-01 .box-device ._each .inner {
    width: 1400px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.box-sub1-03-01 .box-device ._each .inner ._txt {
    width: 675px;
}

.box-sub1-03-01 .box-device ._each .inner ._txt p {
    color: #111;
    font-family: Pretendard;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 38px; /* 135.714% */
    letter-spacing: -0.56px;
    margin-bottom: 30px;
}

.box-sub1-03-01 .box-device ._each .inner ._txt span {
    color: #666;
    font-family: Pretendard;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 155.556% */
    letter-spacing: -0.54px;
    display: block;
}

.box-sub1-04-01 {
    position: relative;
    margin-top: 181px;
    height: 1063px;
    width: 100%;
}

.box-sub1-04-01 .box-site {
    width: 1400px;
    margin: 0 auto;
}

.box-sub1-04-01 .box-site ._site {
    display: flex;
    flex-direction: column;
    
}

.box-sub1-04-01 .box-site ._site ._title {
    display: flex;
    justify-content: space-between;
}

.box-sub1-04-01 .box-site ._site ._title span {
    color: #000;
    font-family: Pretendard;
    font-size: 38px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.76px;
    margin-bottom: 52px;
    position: relative;
    z-index: 1;
}

.box-sub1-04-01 .box-site ._site ._view {
    width: 1400px;
    height: 720px;
}

.box-sub1-04-01 .bottom-bg {
    position: absolute;
    bottom: 0;
    height: 604px;
    left: 0;
    width: 100%;
    background: #F7F9FE;
    z-index: -1;
}

.PcMain01 .swiper-container1 {
    height: 1020px;
    position: relative;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}

.PcMain01 .swiper-progress-bar {
	width: 300px;
    height: 2px;
	position: relative;
	background: #bbb;
}

.PcMain01 .swiper-progress-bar .progress {
    height: inherit;
    left: 0;
    top: 0;
    position: absolute;
    background: #fff;
    z-index: 1;
}

.PcMain01 .swiper-progress-bar .progress .progress-sections {
    left: 0;
    top: 0;
    position: absolute;
    height: inherit;
    width: inherit;
    z-index: 2;
    display: flex;
    flex-direction: row;
}
        
.PcMain01 .swiper-progress-bar .progress .progress-sections span {
    flex: 1;
    height: inherit;
    border-right: 2px solid #bbb; 
}

.PcMain01 .swiper-progress-bar .progress .progress-sections span:last-child {
    border-right-width: 0;
}

.PcMain01 .box-control {
    display: flex;
    align-items: center;
}

.PcMain01 .box-control .swiper-btn-prev {
    background: url('/resource/images/slide-prev.png');
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.PcMain01 .box-control .swiper-btn-pause {
    background: url('/resource/images/slide-pause.png');
    width: 20px;
    height: 20px;
    margin: 0 12px;
    cursor: pointer;

}

.PcMain01 .box-control .swiper-btn-next {
    background: url('/resource/images/slide-next.png');
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.PcMain01 .slide-control {
    left: 100px;
    bottom: 107px;
    position: absolute;
    align-self: stretch;
    height: 23px;
    justify-content: space-between;
    align-items: center;
    gap: 60px;
    display: flex;
    z-index: 10;
    height: 23px;
    width: 520px;
}

.PcMain01 .swiper-pagination-progressbar {
    background: rgba(0, 0, 0, .25);
    position: relative;
}
.PcMain01 .swiper-counter {
    display: flex;
    align-items: center;
}
.PcMain01 .swiper-counter .current {
    color: #FFF;
    font-family: Pretendard;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 23px;
    margin-right: 20px;
}
.PcMain01 .swiper-counter .total {
    color: #BBB;
    font-family: Pretendard;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 23px;
    margin-left: 20px;
}

/* swiper */

.han-swiper .swiper-container {
    width: 1400px;
    height: 720px;
}

.han-swiper .swiper-container .swiper-slide{
    display: flex;
    justify-content: center;
    align-items: center;
}

.han-swiper .swiper-container .swiper-slide img {
    width: 1400px;
    height: 720px;
}

.han-swiper .swiper-progress-bar {
	width: 1400px;
    height: 4px;
	position: relative;
	margin: 60px auto;
	background: #eeeeee;
}

.han-swiper .swiper-progress-bar .progress{
    height: inherit;
    left: 0;
    top: 0;
    position: absolute;
    background: #18316B;
    z-index: 1;
}

.han-swiper .swiper-progress-bar .progress-sections {
    left: 0;
    top: 0;
    position: absolute;
    height: inherit;
    width: inherit;
    z-index: 2;
    display: flex;
    flex-direction: row;
}

.han-swiper .swiper-progress-bar .progress-sections span {
    flex: 1;
    height: inherit;
    border-right: 2px solid #E4E4E4;
}

.han-swiper .swiper-progress-bar .progress-sections span:last-child{
    border-right-width: 0;
}

.han-swiper .swiper-counter .current {
	color: #000;
font-family: Pretendard;
font-size: 40px;
font-style: normal;
font-weight: 500;
line-height: normal;
letter-spacing: -0.8px;
}

.han-swiper .swiper-counter, .han-swiper .swiper-counter .total {
    color: #C7C7C7 !important;
    font-family: Pretendard;
    font-size: 20px !important;
    font-style: normal;
    font-weight: 500 !important;
    line-height: normal;
    letter-spacing: -0.4px !important;
}

.han-swiper .wrap-swiper-btn {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 134px;
    height: 70px;
    display: flex;
    opacity: 0.95;
    background: #122D6B;
    z-index: 2;
}

.han-swiper .swiper-btn-prev {
    background: url(/resource/images/btn-site-prev.png) 50% 50% no-repeat; 
    width: 50%;
    height: 100%;
    position: relative;
    cursor: pointer;
}

.han-swiper .swiper-btn-next {
    background: url(/resource/images/btn-site-next.png) 50% 50% no-repeat; 
    width: 50%;
    height: 100%;
    cursor: pointer;
}

.han-swiper .swiper-btn-prev::after {
    content: '';
    height: 20px;
    width: 1px;
    top: 50%;
    left: 67px;
    transform: translateY(-50%);
    opacity: 0.4;
    background: #FFF;
    position: absolute;
}

.box-sub1-05-01 {
    margin: 0 auto;
    margin-top: 180px;
    width: 1400px;
    height: 406px;
    background: url(/resource/images/img-sub1-05-01.png) no-repeat;
    position: relative;
}

.box-sub1-05-01 ._txt {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    margin-bottom: 70px;
    width: 323px;
    position: absolute;
    /* right: 158px; */
    top: 120px;
    left: 919px;
}

.box-sub1-05-01 ._txt span:first-child {
    border-radius: 30px;
    background: #18316B;
    display: flex;
    padding: 10px 20px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: #FFF;
    text-align: center;
    font-family: Pretendard;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    width: 108px;
    box-sizing: border-box;
}

.box-sub1-05-01 ._txt a {
    margin-top: 30px;
    margin-bottom: 20px;
    color: #18316B;
    font-family: Pretendard;
    font-size: 44px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    display: block;
}

.box-sub1-05-01 ._txt span:last-child {
    color: #18316B;
    font-family: Pretendard;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px; /* 140% */
    letter-spacing: -0.4px;
    display: block;
}

.box-sub1-05-02 {
    display: flex;
    width: 1400px;
    margin: 0 auto;
    margin-top: 70px;
    flex-wrap: wrap;
}

.box-sub1-05-02 ._top {
    display: flex;
    background: #18316B;
    width: 100%;
}

.box-sub1-05-02 ._top div {
    width: calc(100%/2);
    height: 80px;
}

.box-sub1-05-02 ._top div span {
    color: #FFF;
    text-align: center;
    font-family: Pretendard;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 80px;
    letter-spacing: -0.4px;
    display: block;
}

.box-sub1-05-02 ._bottom {
    display: flex;
    height: 300px;
    border-bottom: 1px solid #DCDCDC;
    width: 100%;
    padding: 50px 0;
    box-sizing: border-box;
}

.box-sub1-05-02 ._bottom ._each {
    display: flex;
    flex-direction: column;
    width: calc(100% / 2);
    align-items: center;
    height: 100%;
    box-sizing: border-box;
    border-right: 1px solid #DCDCDC;
    padding: 4px 0;
    justify-content: center;
}

.box-sub1-05-02 ._bottom ._each:last-child {
    border-right: none;
}

.box-sub1-05-02 ._bottom ._each .box-time {
    display: flex;
    justify-content: center;
    align-items: center;
}

.box-sub1-05-02 ._bottom ._each .box-time span:first-child {
    padding: 8px 20px;
    border-radius: 30px;
    background: #EFF3FC;
    color: #18316B;
    text-align: center;
    font-family: Pretendard;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    display: inline-block;
    margin-right: 30px;
}

.box-sub1-05-02 ._bottom ._each .box-time span:nth-child(2) {
    color: #333;
    font-family: Pretendard;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.4px;
}

.box-sub1-05-02 ._bottom ._each p{
    color: #333;
    text-align: center;
    font-family: Pretendard;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px; /* 146.667% */
    letter-spacing: -0.15px;
}

.box-sub1-05-03 {
    display: flex;
    width: 1400px;
    margin: 0 auto;
    margin-bottom: 181px;
    margin-top: 120px;
    flex-wrap: wrap;
    flex-direction: column;
}

.box-sub1-05-03 span {
    display: block;
    color: #0C296C;
text-align: center;
font-family: Pretendard;
font-size: 13px;
font-style: normal;
font-weight: 800;
line-height: normal;
letter-spacing: 1.3px;
text-transform: uppercase;
margin-bottom: 14px;
}

.box-sub1-05-03 p {
    color: #111;
text-align: center;
font-family: Pretendard;
font-size: 36px;
font-style: normal;
font-weight: 600;
line-height: normal;
letter-spacing: -0.72px;
margin-bottom: 50px;
}

.box-time+.box-time {
    margin-top: 10px;
}

.box-time+p {
    margin-top: 20px;
}

.box-sub1-06-01 {
    margin: 0 auto;
    width: 1400px;
    margin-top: 180px;
    display: flex;
    flex-direction: column;
}

.box-sub1-06-01 ._map {
    width: 100%;
    height: 600px;
}

.box-sub1-06-01 ._bottom {
    display: flex;
    height: 110px;
    background-color: #18316B;
    padding: 24px 40px;
    box-sizing: border-box;
    justify-content: space-between;
}

.box-sub1-06-01 ._bottom ._left {
    display: flex;
    align-items: center;
}

.box-sub1-06-01 ._bottom ._left span {
    margin-left: 12px;
    color: #FFF;
    font-family: Pretendard;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.44px;
    display: inline-block;
}

.box-sub1-06-01 ._bottom ._right {
    display: flex;
}

.box-sub1-06-01 ._bottom ._right div {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;   
    border-radius: 50px;
    border: 1px solid #18316B;
    background: #FFF;
    margin-right: 10px;
    cursor: pointer;
}

.box-sub1-06-01 ._bottom ._right div a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 18px 30px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}

.box-sub1-06-01 ._bottom ._right div:last-child {
    margin-right: 0;
}

.box-sub1-06-01 ._bottom ._right div span {
    margin-left: 10px;
    color: #18316B;
    font-family: Pretendard;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.32px;
}

.box-sub1-06-02 {
    margin: 0 auto;
    width: 1400px;
    margin-top: 80px;
    margin-bottom: 180px;
    display: flex;
    flex-direction: column;
}

.box-sub1-06-02 ._top, .box-sub1-06-02 ._bottom {
    width: 100%;
    display: flex;
    padding: 20px 130px;
    box-sizing: border-box;
    border-top: 1px solid #DCDCDC;
}

.box-sub1-06-02 ._bottom {
    border-bottom: 1px solid #DCDCDC;
}

.box-sub1-06-02 ._top ._each, .box-sub1-06-02 ._bottom ._each {
    width: 50%;
    height: 224px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
}

.box-sub1-06-02 ._top ._each div, .box-sub1-06-02 ._bottom ._each div {
    display: flex;
    flex-direction: column;
    margin-left: 40px;
}

.box-sub1-06-02 ._top ._each div span:first-child, .box-sub1-06-02 ._bottom ._each div span:first-child {
    color: #000;
font-family: Pretendard;
font-size: 22px;
font-style: normal;
font-weight: 500;
line-height: normal;
letter-spacing: -0.44px;
display: block;
}

.box-sub1-06-02 ._top ._each div p, .box-sub1-06-02 ._bottom ._each div p {
    color: #333;
font-family: Pretendard;
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: normal;
letter-spacing: -0.16px;
margin: 18px 0;
}

.box-sub1-06-02 ._top ._each div span:last-child, .box-sub1-06-02 ._bottom ._each div span:last-child {
    color: #777;
font-family: Pretendard;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: normal;
letter-spacing: -0.32px;
}

/* sub2 page01-1 */
.box-clinic-01 {
    display: flex;
    width: 100%;
    padding: 180px 0;
}

.box-clinic-01 .inner {
    width: 1340px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}

.box-clinic-01 .inner ._title p {
    color: #111;
    text-align: center;
    font-family: Pretendard;
    font-size: 46px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.92px;
    margin-bottom: 100px;
}

.box-clinic-01 .inner ._content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.box-clinic-01 .inner ._content ._txt {
    width: 640px;
}

.box-clinic-02 {
    padding: 180px 0;
    background: #EBF1F7;
}

.box-clinic-02 .inner {
    width: 1340px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}

.box-clinic-02 .inner ._title {
    width: 100%;
    color: #111;
    text-align: center;
    font-family: Pretendard;
    font-size: 46px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.92px;
    margin-bottom: 100px;
}

.box-clinic-02 .inner ._content {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.box-clinic-02 .inner ._content ._block {
    width: 428px;
    height: 244px;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 20px;
    background: #FFF;
    margin-right: 28px;
    justify-content: center;
}

.box-clinic-02 .inner ._content ._block:nth-child(3n) {
    margin-right: 0px;
}

.box-clinic-02 .inner ._content ._block.wide {
    width: 512px;
}

.box-clinic-02 .inner ._content ._block.wide:nth-child(even) {
    margin-right: 0 !important;
} 
.box-clinic-02 .inner ._content ._block.wide:nth-child(odd) {
    margin-right: 28px !important;
}

.box-clinic-02 .inner ._content ._block p {
    color: var(--Fastbone_Color, #18316B);
    text-align: center;
    font-family: Pretendard;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 34px; /* 141.667% */
    margin-top: 24px;
}

.box-clinic-02 .inner ._content ._block.mb {
    margin-bottom: 32px;
}

.box-clinic-02 .inner ._content ._block.wide.mb {
    margin-bottom: 28px;
}

.box-clinic-02.type2 .inner ._content ._block {
    width: 430px;
    height: 256px;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 20px;
    background: #FFF;
    margin-right: 25px;
    justify-content: center;
}

.box-clinic-02.type2 .inner ._content ._block:nth-child(3n) {
    margin-right: 0px;
}

.box-clinic-02.type2 .inner ._content ._block p {
    color: var(--Fastbone_Color, #18316B);
text-align: center;
font-family: Pretendard;
font-size: 28px;
font-style: normal;
font-weight: 600;
line-height: 34px; /* 121.429% */
    margin: 16px 0
}

.box-clinic-02.type2 .inner ._content ._block span {
    color: #6E7EA4;
text-align: center;
font-family: Pretendard;
font-size: 22px;
font-style: normal;
font-weight: 500;
line-height: 34px; /* 154.545% */
letter-spacing: -0.44px;
}

.box-clinic-02.type2.n4 .inner ._content ._block {
    width: 500px;
    height: 256px;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 20px;
    background: #FFF;
    margin-right: 25px;
    justify-content: center;
}

.box-clinic-02.type2 .inner ._content ._block:nth-child(even) {
    margin-right: 0;
}

.box-clinic-02.type2 .inner ._content ._block:nth-child(3n) {
    margin-right: 25px;
}

.box-clinic-03 {
    padding: 180px 0;
    display: flex;
}

.box-clinic-03 .inner {
    width: 1340px;
    margin: 0 auto;
}

.box-clinic-03 .inner ._title {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 100px;
}

.box-clinic-03 .inner ._title p {
    color: #111;
    text-align: center;
    font-family: Pretendard;
    font-size: 46px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.92px;
    margin-bottom: 20px;
}

.box-clinic-03 .inner ._title p b {
    color: #111;
    font-family: Pretendard;
    font-size: 46px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: -0.92px; 
}

.box-clinic-03 .inner ._title span {
    color: var(--Fastbone_Color, #18316B);
    font-family: Pretendard;
    font-size: 15px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.box-clinic-03 .inner ._content {
    display: flex;
    justify-content: space-between;
}

.box-clinic-03 .inner ._content ._block {
    width: 650px;
    height: 526px;
}

.box-clinic-03 .inner ._content ._block div {
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 0px 0px 24px 24px;
    background: #F6F9FC;
    height: 156px;
    justify-content: center;
}

.box-clinic-03 .inner ._content ._block div span {
    color: #FFF;
text-align: center;
font-family: Pretendard;
font-size: 15px;
font-style: normal;
font-weight: 600;
line-height: 24px; /* 160% */
letter-spacing: -0.15px;
text-transform: uppercase;
border-radius: 30px;
background: var(--Fastbone_Color, #18316B);
display: flex;
padding: 6px 16px;
flex-direction: column;
justify-content: center;
align-items: center;
gap: 10px;
}

.box-clinic-03 .inner ._content ._block div p {
    margin-top: 18px;
    color: var(--Fastbone_Color, #18316B);
text-align: center;
font-family: Pretendard;
font-size: 22px;
font-style: normal;
font-weight: 500;
line-height: 24px; /* 109.091% */
letter-spacing: -0.44px;
}

.box-clinic-04 {
    height: 976px;
    background: linear-gradient(180deg, #1A3F94 0%, #18316B 100%);
    position: relative;
}

.box-clinic-04 .inner {
    padding-top: 180px;
    padding-left: 290px;
    display: flex;
    justify-content: space-between;
}

.box-clinic-04 .inner ._left {
    width: 267px;
    padding-top: 76px;
    margin-right: 165px;
}

.box-clinic-04 .inner ._left span:first-child {
    color: var(--Fastbone_Color, #18316B);
    text-align: center;
    font-family: Pretendard;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 160% */
    letter-spacing: -0.15px;
    text-transform: uppercase;
    border-radius: 30px;
    background: #FFF;display: flex;
    padding: 6px 16px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    display: inline-block;
}

.box-clinic-04 .inner ._left p {
    margin: 24px 0; color: #FFF;
    font-family: Pretendard;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 58px;
    letter-spacing: -0.96px; 
}

.box-clinic-04 .inner ._left span:nth-child(3) {
    color: #FFF;
    font-family: Pretendard;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 144.444% */
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 48px;
}

.box-clinic-04 .inner ._left ._btn a {
    cursor: pointer;
}

.box-clinic-04 .inner ._left ._btn a:first-child{
    margin-right: 12px;
}

.box-clinic-04 .inner ._right {
    display: -webkit-box;
    width: calc(100% - 432px);
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
    -webkit-tap-highlight-color: transparent;
    user-select: none;
}

.box-clinic-04 .inner ._right ._img {
    display: flex;
}

.box-clinic-04 .inner ._right ._img ._each {
    margin-right: 32px;
    width: 430px;
    height: 500px;
    
    cursor: pointer;
}

.box-clinic-04 .inner ._right ._img ._each.idx01 {
	background: linear-gradient(0deg, rgba(24, 49, 107, .3) 0%, rgba(0, 0, 0, .0) 61%), url(/resource/images/img-clinic-01.png);
}

.box-clinic-04 .inner ._right ._img ._each.idx02 {
    background: url('/resource/images/img-clinic-02.png');
	background: linear-gradient(0deg, rgba(24, 49, 107, .7) 0%, rgba(0, 0, 0, .0) 61%), url(/resource/images/img-clinic-02.png);
}

.box-clinic-04 .inner ._right ._img ._each.idx03 {
    background: url('/resource/images/img-clinic-03.png');
	background: linear-gradient(0deg, rgba(24, 49, 107, .3) 0%, rgba(0, 0, 0, .0) 61%), url(/resource/images/img-clinic-03.png);
}

.box-clinic-04 .inner ._right ._img ._each.idx04 {
    background: url('/resource/images/img-clinic-04.png');
	background: linear-gradient(0deg, rgba(24, 49, 107, .7) 0%, rgba(0, 0, 0, .0) 61%), url(/resource/images/img-clinic-04.png);
}

.box-clinic-04 .inner ._right ._img ._each a {
    display: flex;
    width: 100%;
    height: 100%;
    flex-direction: column;
    justify-content: end;
    padding: 40px 36px;
    box-sizing: border-box;
}

.box-clinic-04 .inner ._right ._img ._each a div p {
    color: #FFF;
    font-family: Pretendard;
    font-size: 30px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    margin-bottom: 12px;
}

.box-clinic-04 .inner ._right ._img ._each a div span {
    color: #FFF;
    font-family: Pretendard;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.13px;
    text-transform: uppercase;
    display: inline-block;
    margin-right: 6px;
}

.box-clinic-04 .inner ._right ._img ._each a div span img {
    vertical-align: baseline;
}

.box-clinic04-01-1-1 {
	display: flex;
	flex-direction: column;
	padding: 180px 0;
}

.box-clinic04-01-1-1 .inner {
	width: 1340px;
	margin: 0 auto;
}

.box-clinic04-01-1-1 .inner ._title {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.box-clinic04-01-1-1 .inner ._title p {
	color: #111;
	text-align: center;
	font-family: Pretendard;
	font-size: 46px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: -0.92px;
	margin-bottom: 20px;
}

.box-clinic04-01-1-1 .inner ._title span:nth-child(2) {
	color: var(--Fastbone_Color, #18316B);
	font-family: Pretendard;
	font-size: 15px;
	font-style: normal;
	font-weight: 800;
	line-height: normal;
	letter-spacing: 1.5px;
	text-transform: uppercase;
}

.box-clinic04-01-1-1 .inner ._title svg {
	margin: 26px 0;
}

.box-clinic04-01-1-1 .inner ._title span:nth-child(5) {
	color: #333;
	text-align: center;
	font-family: Pretendard;
	font-size: 19px;
	font-style: normal;
	font-weight: 500;
	line-height: 32px;
	letter-spacing: -0.19px;
}

.box-clinic04-01-1-1 .inner img {
	margin-top: 60px;
}

.box-img-cross {
	padding: 205px 0 180px;
	background: #F3F6F9;
}

.box-img-cross .inner {	
	display: flex;
	flex-direction: column;
	width: 1340px;
	margin: 0 auto;
}

.box-img-cross .inner ._title {
    color: #111;
    text-align: center;
    font-family: Pretendard;
    font-size: 46px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.92px;
    margin-bottom: 100px;
}

.box-img-cross .inner ._each {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 50px;
}

.box-img-cross .inner ._each:last-child {
	margin-bottom: 0px;
}

.box-img-cross .inner ._each.even div {
    padding-left: 60px;
}

.box-img-cross .inner ._each img {}

.box-img-cross .inner ._each div {
	display: flex;
	flex-direction: column;
	width: 640px;
	padding-left: 20px;
}

.box-img-cross .inner ._each div p {
	color: #000;
	font-family: Pretendard;
	font-size: 34px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin-bottom: 26px;
}

.box-img-cross .inner ._each div span {
	color: #666;
	font-family: Pretendard;
	font-size: 22px;
	font-style: normal;
	font-weight: 500;
	line-height: 34px;
	/* 154.545% */
	letter-spacing: -0.44px;
}

.box-img-cross.type2 {
	padding: 180px 0 180px;
    background-color: #fff;
}

.box-img-cross.type2 .inner {	
	display: flex;
	flex-direction: column;
	width: 1340px;
	margin: 0 auto;
}

.box-img-cross.type2 .inner ._title {
    color: #111;
    text-align: center;
    font-family: Pretendard;
    font-size: 46px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.92px;
    margin-bottom: 100px;
}

.box-img-cross.type2 .inner ._each {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 60px;
}

.box-img-cross.type2 .inner ._each:last-child {
	margin-bottom: 0px;
}

.box-img-cross.type2 .inner ._each.even div {
    padding-left: 20px;
}

.box-img-cross.type2 .inner ._each img {}

.box-img-cross.type2 .inner ._each div {
	display: flex;
	flex-direction: column;
	width: 640px;
	padding-left: 20px;
}

.box-img-cross.type2 .inner ._each div p {
	color: var(--Fastbone_Color, #18316B);
    font-family: Pretendard;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 42px; /* 150% */
    letter-spacing: -0.56px;
	margin-bottom: 24px;
}

.box-img-cross.type2 .inner ._each div span {
	color: #111;
    font-family: Pretendard;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 34px; /* 154.545% */
}

.box-clinic04-01-2-1 {
	display: flex;
	background: #F3F6F9;
	padding: 180px 0;
}

.box-clinic04-01-2-1 .inner {
	width: 1340px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
    flex-direction: column;
}

.box-clinic04-01-2-1 .inner ._title {
	margin-bottom: 100px;
	color: #111;
	text-align: center;
	font-family: Pretendard;
	font-size: 46px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: -0.92px;
}

.box-clinic04-01-2-1 .inner ._box {
    display: flex;
    flex-wrap: wrap;
}

.box-clinic04-01-2-1 .inner ._box ._each {
	width: calc(100%/3 - 56px/3);
	margin-right: 28px;
	border-radius: 20px;
	background: #FFF;
	height: 244px;
	flex-wrap: wrap;
	justify-content: center;
	display: flex;
	align-items: flex-start;
}

.box-clinic04-01-2-1 .inner ._box ._each.mb {
	margin-bottom: 28px;
}

.box-clinic04-01-2-1 .inner ._box ._each img {
	height: fit-content;
	margin-top: 56px;
}

.box-clinic04-01-2-1 .inner ._box ._each:nth-child(3n) {
	margin-right: 0px;
}

.box-clinic04-01-2-1 .inner ._box ._each p {
	color: var(--Fastbone_Color, #18316B);
	text-align: center;
	font-family: Pretendard;
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	margin-top: -28px;
	width: 100%;
}

.box-clinic04-01-2-2 {
	display: flex;
	padding: 180px 0;
}

.box-clinic04-01-2-2 .inner {
	width: 1340px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
}

.box-clinic04-01-2-2 .inner ._title {
	margin-bottom: 100px;
	color: #111;
	text-align: center;
	font-family: Pretendard;
	font-size: 46px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: -0.92px;
}

.box-clinic04-01-2-2 .inner ._each {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 70px 0;
	border-bottom: 1px solid #EAEAEA;
}

.box-clinic04-01-2-2 .inner ._each div {
	width: 760px;
}

.box-clinic04-01-2-2 .inner ._each:first-child {
	padding-top: 0px !important;
}

.box-clinic04-01-2-2 .inner ._each:last-child {
	padding-bottom: 0px !important;
	border-bottom: none;
}

.box-clinic04-01-2-2 .inner ._each div p {
	color: #000;
	font-family: Pretendard;
	font-size: 32px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin-bottom: 26px;
}

.box-clinic04-01-2-2 .inner ._each div span {
	color: #666;
	font-family: Pretendard;
	font-size: 22px;
	font-style: normal;
	font-weight: 500;
	line-height: 34px;
	/* 154.545% */
	letter-spacing: -0.44px;
}

.box-clinic-05 {
    padding: 180px 0;
    display: flex;
}

.box-clinic-05 .inner {
    width: 1052px;
    margin: 0 auto;
}

.box-clinic-05 .inner ._title {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 100px;
}

.box-clinic-05 .inner ._title p {
    color: #111;
    text-align: center;
    font-family: Pretendard;
    font-size: 46px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.92px;
    margin-bottom: 20px;
}

.box-clinic-05 .inner ._content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.box-clinic-05 .inner ._content ._block.mb {
    margin-bottom: 30px;
}

.box-clinic-05 .inner ._content ._block:nth-child(odd) {
    width: 512px;
    height: 401px;
    margin-right: 28px;
}

.box-clinic-05 .inner ._content ._block:nth-child(even) {
    width: 512px;
    height: 401px;
    margin-right: 0px;
}

.box-clinic-05 .inner ._content ._block div {
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 0px 0px 20px 20px;
    background: #F6F9FC;
    height: 121px;
    justify-content: center;
}

.box-clinic-05 .inner ._content ._block div.higher {
    height: 140px;
}

.box-clinic-05 .inner ._content ._block div p {
    color: var(--Fastbone_Color, #18316B);
    text-align: center;
    font-family: Pretendard;
    font-size: 23px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.46px;
}

.box-clinic-05.type2 .inner ._content ._block div {
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 0px 0px 20px 20px;
    background: #fff;
    height: 140px;
    justify-content: center;
}

.box-clinic-05.type2 .inner ._content ._block div p {
    color: var(--Fastbone_Color, #18316B);
    text-align: center;
    font-family: Pretendard;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px; /* 145.455% */
    letter-spacing: -0.44px;
}

.box-clinic-06 {
    padding: 180px 0;
    background: #EBF1F7;
}

.box-clinic-06 .inner {
    width: 1148px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}

.box-clinic-06 .inner ._title {
    width: 100%;
    color: #111;
    text-align: center;
    font-family: Pretendard;
    font-size: 46px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.92px;
    margin-bottom: 100px;
}

.box-clinic-06 .inner ._content {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.box-clinic-06 .inner ._content ._block {
    width: 560px;
    height: 244px;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 20px;
    background: #FFF;
    margin-right: 28px;
    justify-content: center;
}

.box-clinic-06 .inner ._content ._block:nth-child(2) {
    margin-right: 0 !important;
} 

.box-clinic-06 .inner ._content ._block p {
    color: var(--Fastbone_Color, #18316B);
    text-align: center;
    font-family: Pretendard;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 34px; /* 141.667% */
    margin-top: 24px;
}

.box-clinic-07 {
	padding: 180px 0;
	background: #EBF1F7;
}

.box-clinic-07 .inner {
	width: 1340px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
}

.box-clinic-07 .inner ._title {
	width: 100%;
	color: #111;
	text-align: center;
	font-family: Pretendard;
	font-size: 46px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: -0.92px;
	margin-bottom: 100px;
}

.box-clinic-07 .inner ._content {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.box-clinic-07 .inner ._content ._block {
	width: 500px;
	height: 256px;
	display: flex;
	flex-direction: column;
	align-items: center;
	border-radius: 20px;
	background: #FFF;
	margin-right: 25px;
	justify-content: center;
}

.box-clinic-07 .inner ._content ._block:nth-child(3n) {
	margin-right: 0px;
}

.box-clinic-07 .inner ._content ._block.wide {
	width: 580px;
	height: 286px;
	margin-right: 28px;
}

.box-clinic-07 .inner ._content ._block.wide:nth-child(even) {
	margin-right: 0 !important;
}

.box-clinic-07 .inner ._content ._block.wide:nth-child(odd) {
	margin-right: 28px !important;
}

.box-clinic-07 .inner ._content ._block p {
	color: var(--Fastbone_Color, #18316B);
	text-align: center;
	font-family: Pretendard;
	font-size: 28px;
	font-style: normal;
	font-weight: 600;
	line-height: 34px;
	/* 121.429% */
	margin-top: 16px;
	margin-bottom: 16px;
}

.box-clinic-07 .inner ._content ._block span {
	color: #6E7EA4;
	text-align: center;
	font-family: Pretendard;
	font-size: 22px;
	font-style: normal;
	font-weight: 500;
	line-height: 34px;
	/* 154.545% */
	letter-spacing: -0.44px;
}

.box-clinic-07 .inner ._content ._block.mb {
	margin-bottom: 25px;
}

.box-clinic-07 .inner ._content ._block.wide.mb {
	margin-bottom: 28px;
}

.box-clinic-08 {
	padding: 180px 0;
}

.box-clinic-08 .inner {
	width: 1340px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
}

.box-clinic-08 .inner ._block {
	display: flex;
	flex-direction: column;
	width: 25%;
	border-right: 1px solid var(--Fastbone_Color, #18316B);
	align-items: center;
    height: 142px;
    justify-content: space-between;
}

.box-clinic-08.type3 .inner ._block {
    padding: 14px 0;
    box-sizing: border-box;
}

.box-clinic-08 .inner ._block:last-child {
	border-right: 0;
}

.box-clinic-08 .inner ._block p {
	color: #18316B;
	text-align: center;
	font-family: Pretendard;
	font-size: 22px;
	font-style: normal;
	font-weight: 500;
	line-height: 28px;
	/* 127.273% */
}

.box-clinic-09 {
	padding: 180px 0;
}

.box-clinic-09 .inner {
	width: 1340px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
}

.box-clinic-09 .inner ._title {
	width: 100%;
	color: #111;
	text-align: center;
	font-family: Pretendard;
	font-size: 46px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: -0.92px;
	margin-bottom: 100px;
}

.box-clinic-09 .inner ._content {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.box-clinic-09 .inner ._content ._block {
	width: 100%;
	position: relative;
	margin-bottom: 28px;
}

.box-clinic-09 .inner ._content ._block:last-child {
	margin-bottom: 0px;
}

.box-clinic-09 .inner ._content ._block div {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 907px;
	height: 147px;
	flex-shrink: 0;
	border-radius: 20px 0px 20px;
	background: #FFF;
	display: flex;
	align-items: flex-start;
	padding: 36px 40px;
	box-sizing: border-box;
	flex-direction: column;
}

.box-clinic-09 .inner ._content ._block.even div {
	position: absolute;
	bottom: 0;
	right: initial;
	left: 0;
	width: 907px;
	height: 147px;
	flex-shrink: 0;
	border-radius: 0px 20px 0px 0px;
	background: #FFF;
	display: flex;
	align-items: flex-start;
	padding: 36px 50px;
	flex-direction: column;
}

.box-clinic-09 .inner ._content ._block div p {
	color: #000;
	font-family: Pretendard;
	font-size: 28px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin-bottom: 8px;
}

.box-clinic-09 .inner ._content ._block div span {
	color: #666;
	font-family: Pretendard;
	font-size: 22px;
	font-style: normal;
	font-weight: 500;
	line-height: 34px;
	/* 154.545% */
	letter-spacing: -0.44px;
}

.box-clinic-09 .inner ._content.wide ._block div {
	width: 992px;
	height: 147px;
	padding: 36px 40px;
}

.box-clinic-09.n2 .inner ._content ._block {
	width: calc(50% - 20px);
	position: relative;
	margin-bottom: 28px;
	margin-right: 40px;
}

.box-clinic-09.n2 .inner ._content ._block:nth-child(even) {
	margin-right: 0px;
}

.box-clinic-09.n2 .inner ._content ._block.mb {
	margin-bottom: 40px;
}

.box-clinic-09.n2 .inner ._content ._block div {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 538px;
	height: 147px;
	flex-shrink: 0;
	border-radius: 20px 0px 20px;
	background: #FFF;
	display: flex;
	align-items: flex-start;
	padding: 36px 40px;
	box-sizing: border-box;
	flex-direction: column;
}

.box-clinic-09.n2 .inner ._content.wide ._block div {
    width: 594px;
}

.box-clinic-10 {
	padding: 180px 0;
}

.box-clinic-10 .inner {
	width: 1340px;
	margin: 0 auto;
	display: flex;
    flex-direction: column;
}

.box-clinic-10 .inner ._title {
	width: 100%;
	color: #111;
	text-align: center;
	font-family: Pretendard;
	font-size: 46px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: -0.92px;
	margin-bottom: 100px;
}

.box-clinic-10 .inner ._content {
    width: 100%;
    display: flex;
}

.box-clinic-10 .inner ._block {	
	width: calc(100%/3 - 56px/3);
	position: relative;
	margin-right: 28px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	border-radius: 20px;
	border: 1.5px solid var(--Fastbone_Color, #18316B);
	background: #FFF;
	height: 216px;
}

.box-clinic-10 .inner ._block:last-child {
    margin-right: 0;
}

.box-clinic-10 .inner ._block p {
	color: var(--Fastbone_Color, #18316B);
	text-align: center;
	font-family: Pretendard;
	font-size: 28px;
	font-style: normal;
	font-weight: 500;
	line-height: 34px;
	/* 121.429% */
	margin-top: 30px;
}

.box-clinic-10 .inner ._content.n5 {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.box-clinic-10 .inner ._content.n5 ._block:first-child, .box-clinic-10 .inner ._content.n5 ._block:nth-child(2) {	
	width: 460px;
	position: relative;
	margin-right: 25px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	border-radius: 20px;
	border: 1.5px solid var(--Fastbone_Color, #18316B);
	background: #FFF;
	height: 256px;
    margin-bottom: 25px;
}

.box-clinic-10 .inner ._content.n5 ._block {	
	width: calc(100%/3 - 56px/3);
	position: relative;
	margin-right: 25px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	border-radius: 20px;
	border: 1.5px solid var(--Fastbone_Color, #18316B);
	background: #FFF;
	height: 256px;
    margin-bottom: 0px;
}

.box-clinic-10 .inner ._content.n5 ._block:nth-child(2),.box-clinic-10 .inner ._content.n5 ._block:last-child {
    margin-right: 0;
}

.box-clinic-10 .inner ._content.n5 ._block p {
	margin-bottom: 16px;
    margin-top: 16px;
}

.box-clinic-10 .inner ._content.n5 ._block span {
    color: #6E7EA4;
    text-align: center;
    font-family: Pretendard;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 34px; /* 154.545% */
    letter-spacing: -0.44px;
}

.box-clinic-10 .inner ._content.n5.ft-sm ._block p {
    color: var(--Fastbone_Color, #18316B);
    text-align: center;
    font-family: Pretendard;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 34px; /* 154.545% */
    letter-spacing: -0.44px;
    margin-top: 24px;
    margin-bottom: 0;
}

.box-clinic-10 .inner ._content.n4 {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.box-clinic-10 .inner ._content.n4 ._block:first-child, .box-clinic-10 .inner ._content.n4 ._block:nth-child(2) {	
	width: 512px;
	position: relative;
	margin-right: 28px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	border-radius: 20px;
	border: 1.5px solid var(--Fastbone_Color, #18316B);
	background: #FFF;
	height: 244px;
    margin-bottom: 28px;
}

.box-clinic-10 .inner ._content.n4 ._block {	
	width: 512px;
	position: relative;
	margin-right: 28px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	border-radius: 20px;
	border: 1.5px solid var(--Fastbone_Color, #18316B);
	background: #FFF;
	height: 244px;
    margin-bottom: 0px;
}

.box-clinic-10 .inner ._content.n4 ._block:nth-child(even) {
    margin-right: 0;
}

.box-clinic-10 .inner ._content.n4 ._block p {
    margin-top: 24px;
    color: var(--Fastbone_Color, #18316B);
text-align: center;
font-family: Pretendard;
font-size: 24px;
font-style: normal;
font-weight: 500;
line-height: 34px; /* 141.667% */
}

.bg-color {
	background: #F3F6F9 !important;
}

.box-clinic-11 {
	display: flex;
	background: #F3F6F9;
	padding: 180px 0;
}

.box-clinic-11 .inner {
	width: 1340px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
}

.box-clinic-11 .inner ._title {
	color: #111;
	text-align: center;
	font-family: Pretendard;
	font-size: 46px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: -0.92px;
	margin-bottom: 100px;
}

.box-clinic-11 .inner ._content {
	display: flex;
	margin: 0 auto;
	width: 1068px;
	flex-wrap: wrap;
}

.box-clinic-11 .inner ._each {
	width: 520px;
	margin-right: 28px;
	border-radius: 20px;
	background: #FFF;
	height: 264px;
	flex-wrap: wrap;
	justify-content: center;
	display: flex;
	align-items: center;
	flex-direction: column;
}

.box-clinic-11 .inner ._each.mb {
	margin-bottom: 28px;
}

.box-clinic-11 .inner ._each img {
	height: fit-content;
	margin-bottom: 30px;
}

.box-clinic-11 .inner ._each:nth-child(2n) {
	margin-right: 0px;
}

.box-clinic-11 .inner ._each p {
	color: var(--Fastbone_Color, #18316B);
	text-align: center;
	font-family: Pretendard;
	font-size: 28px;
	font-style: normal;
	font-weight: 600;
	line-height: 34px;
	/* 121.429% */
}

.box-clinic-12 {
	display: flex;
	padding: 180px 0;
}

.box-clinic-12 .inner {
	width: 1340px;
	margin: 0 auto;
	display: flex;
    flex-direction: column;
}

.box-clinic-12 .inner ._title {
    color: #111;
    text-align: center;
    font-family: Pretendard;
    font-size: 46px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.92px;
    margin-bottom: 100px;
}

.box-clinic-12 .inner ._content {
    display: flex;
    align-items: center;
}

.box-clinic-12 .inner ._content ._img {
	margin-right: 100px;
}

.box-clinic-12 .inner ._content ._txt {
	display: flex;
	margin: 0 auto;
	width: 640px;
    flex-direction: column;
}

.box-clinic-12 .inner ._content p {
    color: var(--Fastbone_Color, #18316B);
    font-family: Pretendard;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 42px; /* 150% */
    letter-spacing: -0.56px;
    margin-bottom: 40px;
}

.box-clinic-12 .inner ._content span {
    color: #111;
    font-family: Pretendard;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 34px; /* 154.545% */
}

.box-clinic-13 {
	padding: 200px 0 180px;
}

.box-clinic-13 .inner {
	width: 1340px;
	margin: 0 auto;
	display: flex;
    flex-direction: column;
}

.box-clinic-13 .inner ._title {
	width: 100%;
	color: #111;
    text-align: center;
    font-family: Pretendard;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.8px;
	margin-bottom: 100px;
}

.box-clinic-13 .inner ._content {
    width: 100%;
    display: flex;
}

.box-clinic-13 .inner ._block {	
	width: calc(100%/4 - 15px);
	position: relative;
	margin-right: 20px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	border-radius: 20px;
    border: 2px solid var(--Fastbone_Color, #18316B);
    background: #FFF;
	height: 320px;
}

.box-clinic-13.bd-none .inner ._block {	
    border: 0;
}

.box-clinic-13 .inner ._block:last-child {
    margin-right: 0;
}

.box-clinic-13 .inner ._block p {
	color: var(--Fastbone_Color, #18316B);
    text-align: center;
    font-family: Pretendard;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
	/* 121.429% */
	margin: 24px 0;
}

.box-clinic-13 .inner ._block span {
    display: block;
    color: #6E7EA4;
    text-align: center;
    font-family: Pretendard;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px; /* 136.364% */
    letter-spacing: -0.44px;
}

.box-clinic-14 {
	padding: 180px 0;
}

.box-clinic-14 .inner {
	width: 1340px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
}

.box-clinic-14 .inner ._title {
	width: 100%;
	color: #111;
	text-align: center;
	font-family: Pretendard;
	font-size: 46px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: -0.92px;
	margin-bottom: 100px;
}

.box-clinic-14 .inner ._content {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.box-clinic-14 .inner ._content ._block {
	width: 100%;
	position: relative;
	margin-bottom: 28px;
}

.box-clinic-14 .inner ._content ._block:last-child {
	margin-bottom: 0px;
}

.box-clinic-14 .inner ._content ._block div {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 563px;
	height: 147px;
	flex-shrink: 0;
	border-radius: 20px 0px 20px;
	background: #FFF;
	display: flex;
	align-items: flex-start;
	padding: 36px 40px;
	box-sizing: border-box;
	flex-direction: column;
}

.box-clinic-14 .inner ._content ._block.even div {
	position: absolute;
	bottom: 0;
	right: initial;
	left: 0;
	width: 563px;
	height: 147px;
	flex-shrink: 0;
	border-radius: 0px 20px 0px 0px;
	background: #FFF;
	display: flex;
	align-items: flex-start;
	padding: 36px 50px;
	flex-direction: column;
}

.box-clinic-14 .inner ._content ._block div p {
	color: #000;
	font-family: Pretendard;
	font-size: 28px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin-bottom: 8px;
}

.box-clinic-14 .inner ._content ._block div span {
	color: #666;
	font-family: Pretendard;
	font-size: 22px;
	font-style: normal;
	font-weight: 500;
	line-height: 34px;
	/* 154.545% */
	letter-spacing: -0.44px;
}

.box-clinic-14 .inner ._content ._block.wide div {
	width: 1099px;
	height: 147px;
	padding: 36px 40px;
}

.box-sub6-01-01 {
    padding: 180px 0 180px;
}

.box-sub6-01-01 .inner {
    width: 1340px;
    margin: 0 auto;
}

.box-sub6-02-01 {
    padding: 60px 0 180px;
}

.box-sub6-02-01 .inner {
    width: 1340px;
    margin: 0 auto;
}

.box-sub6-02-01 .inner table {
    width: 100%;
}

.box-sub6-02-01 .inner table tr td {
    padding: 20px 16px;
    box-sizing: border-box;
}

.box-sub6-02-01 .inner table tr td span {
    color: #000;
    font-family: Pretendard;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px; /* 137.5% */
    letter-spacing: -0.48px;
}

.box-sub6-02-01 .inner table tr td span b {
    color: var(--Fastbone_Color, #18316B);
    font-family: Pretendard;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.48px;
}

.box-sub6-02-01 .inner table tr:first-child {
    border-top: 1px solid #18316B;
}

.box-sub6-02-01 .inner table tr {
    border-bottom: 1px solid #D0D0D0;
}

.box-sub6-02-01 .inner table tr:last-child {
    border-bottom: 0;
}

.box-sub6-02-01 .inner table tr:first-child td:nth-child(2) {
    display: flex;
}

.input-txt {
    width: 100%;
    height: 52px;
    flex-shrink: 0;
    border-radius: 4px;
    border: 1px solid #D7D7D7;
    background: #FFF;
    color: #454545;
    font-family: Pretendard;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; /* 137.5% */
    letter-spacing: -0.48px;
	padding: 0 20px;
	box-sizing: border-box;
}

.input-txt.phone {
    width: 152px;
    height: 52px;
}

.input-txt.phone+.input-txt.phone { 
    margin-left: 8px;
}

._textarea {
    padding: 20px 44px 20px 20px;
    color: #454545;
    font-family: Pretendard;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: -0.48px;
    width: 100%;
    border-radius: 4px;
    border: 1px solid #D7D7D7;
    background: #FFF;
    margin-top: 18px;
    margin-bottom: 20px;
    height: 220px;
    box-sizing: border-box;
}

.wrapSelect {
	height: 52px;
	text-align: left;
	position: relative;
    width: 100%;
    border-radius: 4px;
    border: 1px solid #D7D7D7;
    background: #FFF;
    box-sizing: border-box;
}

.wrapSelect.narrow {
    width: 275px;
}

.wrapSelect select {
    color: #454545;
    font-family: Pretendard;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 50px; /* 137.5% */
    letter-spacing: -0.48px;
    border: none;
	padding: 0 20px;
}

.wrapSelect .arrow {
	position: absolute;
	top: 50%;
	right: 16px;
	width: 10px;
	height: 5px;
	pointer-events: none;
    transform: translateY(-50%);
}

.wrapSelect+.wrapSelect { 
    margin-left: 8px;
}

.box-btn {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.btn-reserve {
    width: 200px;
    height: 58px;
    flex-shrink: 0;
    border-radius: 29px;
    background: var(--Fastbone_Color, #18316B);
    color: #FFF;
    text-align: center;
    font-family: Pretendard;
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.box-sub6-04-01 {
	display: flex;
	flex-direction: column;
	padding: 180px 0;
}

.box-sub6-04-01 .inner {
	width: 1340px;
	margin: 0 auto;
}

.box-sub6-04-01 .inner ._title {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.box-sub6-04-01 .inner ._title p {
	color: #111;
    text-align: center;
    font-family: Pretendard;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.6px;
	margin-bottom: 10px;
}

.box-sub6-04-01 .inner ._title span:nth-child(2) {
	color: #0C296C;
    text-align: center;
    font-family: Pretendard;
    font-size: 10px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    letter-spacing: 1px;
}

.box-sub6-04-01 .inner ._title svg {
	margin: 24px 0;
}

.box-sub6-04-01 .inner ._title span:nth-child(5) {
	color: #333;
    text-align: center;
    font-family: Pretendard;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px; /* 166.667% */
    letter-spacing: -0.36px;
}

.box-text {
    width: 100%;
    border-radius: 16px;
    border: 1px solid #D8D8D8;
    background: #FCFCFC;
    padding: 50px;
    box-sizing: border-box;
    margin-top: 60px;
    margin-bottom: 120px;
}

.c-middot-list2 li {
    color: #454545;
    text-align: left;
    font-family: Pretendard;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.36px;
    margin-bottom: 16px;
    position: relative;
    padding-left: 18px;
}

.c-middot-list2 li:last-child {
    margin-bottom: 0;
}

.c-middot-list2 li::after {
    position: absolute;
    content: '';
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: #18316B;
    border-radius: 50%;
    width: 6px;
    height: 6px;
}

.btn-consent {
    border-radius: 30px;
    background: var(--Fastbone_Color, #18316B);
    display: flex;
    padding: 17px 34px;
    justify-content: center;
    align-items: center;
    gap: 6px;
    color: #FFF;
    font-family: Pretendard;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.32px;
    margin-right: 6px;
}

.btn-procuratory {
    background: #404040;
    border-radius: 30px;
    display: flex;
    padding: 17px 34px;
    justify-content: center;
    align-items: center;
    gap: 6px;
    color: #FFF;
    font-family: Pretendard;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.32px;
}

.btn-consent img, .btn-procuratory img {
    margin-right: 6px;
}

.box-fnb-01-01 {
    padding: 120px 0 180px 0;
}

.box-fnb-01-01 .inner {
    width: 1340px;
    margin: 0 auto;
}

.box-fnb-01-01 .inner span {
    color: #111;
    font-family: Pretendard;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}

.box-fnb-01-01 .inner h1 {
    color: #111;
    font-family: Pretendard;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 20px;
    padding-top: 18px;
}

.box-fnb-01-01 .inner span.lh-28 {
    display: block;
    margin-bottom: 22px;
    color: #111;
    font-family: Pretendard;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 155.556% */
}

.box-fnb-01-01 .inner span.lh-32 {
    color: #111;
    font-family: Pretendard;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px; /* 177.778% */
    display: block;
    margin-bottom: 22px;
}

.box-fnb-01-01 .inner p {
    color: #111;
    font-family: Pretendard;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 10px;
}

.box-fnb-01-01 .inner span b {
    font-weight: 600;
}

.fnb-01-list {
    margin-top: 24px;
    counter-reset: number;
}

.fnb-01-list li {
    color: #111;
    font-family: Pretendard;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 36px; /* 200% */
}

.fnb-01-list li::before {
    counter-increment: number 1;
    content: counter(number) '. ';
}

.fnb-hr {
    margin: 40px 0;
}

.box-fnb-03-01 {
    padding: 180px 0;
}

.box-fnb-03-01 .inner {
    width: 1340px;
    margin: 0 auto;
}

.btn-box.right {
    justify-content: flex-end;
}
.btn-box {
    display: flex;
    flex-wrap: wrap;
    padding: 0 0 16px 0;
    margin-top: -20px;
}

.btn-print {
    display: inline-flex;
    padding: 17px 34px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    background: var(--Fastbone_Color, #18316B);
    color: #FFF;
    text-align: center;
    font-family: Pretendard;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.15px;
}

.btn-print img {
    margin-right: 8px;
}

.box-fnb-02-01 {
    padding: 120px 0 180px;
}

.box-fnb-02-01 .inner {
    width: 1340px;
    margin: 0 auto;
}

.box-fnb-02-01 .inner h1 {
    color: #111;
    font-family: Pretendard;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 32px;
}

.box-fnb-02-01 .inner h1.pd-top {
    padding-top: 60px;
}

.box-fnb-02-01 .inner p {
    color: #111;
    font-family: Pretendard;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 10px;
}

.box-fnb-02-01 .inner span {
    color: #111;
    font-family: Pretendard;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px; /* 166.667% */
    display: block;
    margin-bottom: 24px;
}