@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Nanum+Myeongjo:wght@400;700;800&display=swap');

#site {
	padding-top: 96px;
	font-family: 'notokr', sans-serif;
}

ol,
ul,
li {
	list-style: none;
	list-style-position: inside;
}

#site>.container {
	width: 100%;
	padding: 0;
}
.main_popup_contents{
	padding: 0;
}
.bolg-popup{
	display: flex;
	flex-direction: column;
	position: relative;
}
.bolg-popup a{
	display: block;
	margin: 8px auto;
	width: fit-content;
	padding: 5px 21px;
	color: #fff;
	background: #007388;
	border-radius: 20px;
	font-size: 17px;
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translate(-50%,0);
}
@media (max-width:576px) {
	.bolg-popup img{
		width: 260px;
		margin: 0 auto;
		height: 100%;
	}	
}

.bolg-popup a:hover{
	color: #007388;
	background: #fff;
}
.table_blog dd {
	padding: 10px 20px 20px;
}

/* 불필요 항목 삭제 */
.navbar .caret {
	display: none;
}

/* 상단 메뉴 */
.navbar-inverse {
	background: #fff;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	margin-bottom: 0;
	border-bottom: 1px solid #eaeaea;
}

.navbar-brand {
	height: auto;
	padding: 0px 15px;
	margin: 21px 0;
}
.foot-logo img,
.navbar-brand>img{
    display:inline-block;
    vertical-align: middle;
}

.navbar-brand>img{
	width: 75px;
}

.navbar-brand:after{
    content:'강남 연정신건강의학과';
    display:inline-block;
    padding-left: 7px;
    font-size: 26px;
    font-weight:800;
    color:#007388!important;
    letter-spacing: -0.06em;
    font-family: 'Nanum Myeongjo', serif;
    vertical-align: middle;
}
.foot-logo img{
	width:60px;
}
.foot-logo span{
	display:inline-block;
	padding-left: 5px;
	font-size:20px;
	font-weight:800;
	color:#c7c7c7;
	letter-spacing: -0.04em;
	font-family: 'Nanum Myeongjo', serif;
	vertical-align: sub;
}
.navbar-inverse .navbar-nav>li>a {
	font-size: 16px;
	font-weight: 500;
	color: #333;
	letter-spacing: -0.02em;
}

.navbar-inverse .navbar-nav>li>a:hover,
.navbar-inverse .navbar-nav>li>a:focus {
	color: #1093ab;
}

.navbar-inverse .navbar-nav .dropdown.open .dropdown-toggle,
.navbar-inverse .navbar-nav .dropdown.open:hover .dropdown-toggle,
.navbar-inverse .navbar-nav .dropdown.open:focus .dropdown-toggle {
	background: none;
	color: #1093ab;
}

@media (max-width: 767px) {

	/*.navbar-inverse .navbar-toggle{border:1px solid #666;}*/
	.navbar-inverse .navbar-toggle {
		border: 0;
		padding: 9px 0;
	}

	.navbar-inverse .navbar-toggle .icon-bar {
		background-color: #666;
		transition: ease-in-out .15s all;
		opacity: 1;
		position: relative;
	}

	.navbar-inverse .navbar-toggle:hover,
	.navbar-inverse .navbar-toggle:focus {
		background: none;
		border-color: #222;
	}

	.navbar-inverse .navbar-toggle:hover .icon-bar,
	.navbar-inverse .navbar-toggle:focus .icon-bar {
		background-color: #222;
	}

	.navbar-inverse .navbar-collapse,
	.navbar-inverse .navbar-form {
		border-color: transparent;
	}

	.navbar-inverse.open .navbar-toggle>.icon-bar:nth-of-type(1) {
		transform: rotate(45deg);
		top: 6px;
	}

	.navbar-inverse.open .navbar-toggle>.icon-bar:nth-of-type(2) {
		opacity: 0;
	}

	.navbar-inverse.open .navbar-toggle>.icon-bar:nth-of-type(3) {
		transform: rotate(-45deg);
		top: -6px;
	}
}

@media (min-width: 768px) {
	.navbar-inverse .navbar-nav .dropdown-menu {
		left: 50%;
		right: auto;
		transform: translate(-50%, 0);
		border-radius: 0;
        border:none;
		padding: 0;
		box-shadow: 2px 4px 8px rgba(0, 0, 0, .2);
	}

	.navbar-inverse .navbar-nav .dropdown-menu>li>a {
		padding: 14px 30px;
		text-align: center;
		border-top: 1px solid #e8e8e8;
		font-size: 15px;
		letter-spacing: -0.03em;
		font-weight:500;

	}
	.navbar-inverse .navbar-nav .dropdown-menu>li>a:hover,
	.navbar-inverse .navbar-nav .dropdown-menu>li>a:focus {
		background: #1093ab;
		font-weight: 500;
		color:#fff;
	}
}

@media (min-width: 992px) {
	.navbar-inverse .navbar-right {
		margin-right: -25px;
	}

	.navbar-inverse .navbar-nav>li>a {
        padding: 38px 25px;
        font-size:18px;
 }
}

/* 슬라이드 공통 */
.carousel-control {
	text-shadow: 0px 2px 6px rgba(0, 0, 0, .125);
	transition: ease-in-out .15s all;
	background: rgba(0,0,0,0) !important;
}

.carousel-control.left .glyphicon::before {
	content: '\f053';           
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
}

.carousel-control.right .glyphicon::before {
	content: '\f054';
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
}

.carousel-indicators li,
.carousel-indicators li.active {
	width: 13px;
	height: 13px;
	background-color: rgba(255, 255, 255, .1);
	border: 1px solid #fff;
	margin: 0 5px;
	border-radius: 0;
	transition: ease-in-out .15s all;
} 	

.carousel-indicators li.active {
	background-color: #fff;
	box-shadow: 0px 2px 6px rgba(0, 0, 0, .125);
}

.carousel-caption {
	text-shadow: 0px 0px 10px rgba(0, 0, 0, .2);
}

@media (max-width: 767px) {
	.carousel-control {
		font-size: 14px;
	}

	.carousel-indicators li,
	.carousel-indicators li.active {
		width: 6px;
		height: 6px;
	}
}

/*main iframe {
 margin-top: 40px;
 margin-bottom: -5px;
}*/

/* 푸터 */
#site footer {
	margin-top: 0px;
	padding: 30px 0;
	background-color: #333;
	color: #999;
	letter-spacing:-0.015em
}

#site footer ul{
	margin-bottom:0;
}
footer .copy{
	margin-bottom:0;
	font-size:12px;
	opacity:0.65
}
/* 메인 페이지 */
#mainCarousel .carousel-inner .item {
	height: 650px;
}

@media (max-width: 767px) {
	#mainCarousel .carousel-inner .item {
		height: 250px
	}

	#mainCarousel .carousel-caption h1 {
		font-size: 28px;
		margin-bottom: 15px;
	}

	#mainCarousel .carousel-caption p {
		font-size: 15px;
	}
}

.root_daum_roughmap {
	width: 100% !important;
	padding: 0 !important;
}

.root_daum_roughmap .map_border {
	display: none !important;
}

.board_box_blog2 .row {
	margin-left: -5px;
	margin-right: -5px;
}

.board_box_blog2 .row>div[class^="col-"] {
	padding-left: 5px;
	padding-right: 5px;
}

.board_box_blog2 .inner {
	margin-top: 0;
	margin-bottom: 0;
}

.board_box_blog2 .inner .bottom {
	padding: 12px 10px;
}

.board_box_blog2 .inner .bottom .title {
	margin-bottom: 0;
}

.board_box_blog2 .inner .bottom .title a {
	font-size: 14px;
}

.board_box_blog2 .inner .bottom .info {
	display: none;
}

.board_box_blog2 .inner .top a .thumb {
	height: 180px;
}

/* member */
.member_wrapper {
	max-width: 1140px;
	margin: 0 auto;
}

.member_wrapper .btn {
	transition: all ease 0.3s
}

.member_wrapper .table tbody tr th {
	background-color: rgba(0, 0, 0, 0.03);
}

.member_wrapper .table tbody tr th span {
	color: #5dae57
}
/* personal setting 0.66v */
@media(min-width:768px){
	.col-sm-20{
		width:20%;
	}
}
/* img */
.img-bordered{border:1px solid #ddd;}
.img-caption{
	margin: 17px 0;
	text-align:center;
	font-size:16px;
	color:#555;
	font-weight:500;
}
/* align */
.text-center-table thead th,
.text-center-table thead td,
.text-center-table tbody th,
.text-center-table tbody td{
	text-align:center!important;
	vertical-align:middle!important;
}
.text-center-table .text-left,
.text-center-table .text-left th,
.text-center-table .text-left td{
	text-align:left!important;
}
/* font */
.numbering{margin-right:10px;}
.numbering.circle,
.numbering.sqr{
	display: inline-block;
    width: 1.8em;
    height: 1.8em;
    line-height: 1.8em;
    text-align: center;
    font-size: 0.8em;
    font-weight: 600;
    letter-spacing: -0.04em;
    color: #fff;
    border-radius: 0;
    background: #007388;
}
.numbering.circle{
	border-radius:50%;
}
/*list style*/
.li-none > li{list-style:none!important; margin-left:20px;}
.li-circle > li{list-style:circle!important; margin-left:20px;}
.li-disc > li{list-style:disc!important; margin-left:20px;}
.li-check > li,
.li-dash > li,
.li-dot > li{margin-left:10px;padding-left: 13px;position:relative;}
.li-check > li:before,
.li-dash > li:before,
.li-dot > li:before{
	content: "";
	position: absolute;
	left: 2px;
	top: 12px;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: #037c92;
}
.li-dot > li:before{
	content:'·';
}
.li-check > li:before{
	content:'\f00c';
    left:0;
	font-family: 'font awesome 5 free';
	font-weight: 900;
    color: #007388;
}
.location-li{
    border-top: 2px solid #222;
    margin: 20px 0 0;
}
.location-li li {
    border-bottom: 1px solid #ddd;
    padding: 10px;
    font-size: 15px;
    letter-spacing: -0.03em;
    margin-bottom: 3px;
}
.location-li span {
    display: inline-block;
    margin-right: auto;
    min-width: 130px;
    font-weight: 500;
    color: #222;
    border-radius: 4px;
}
@media(max-width:767px){
	.location-li span {
		display:block;
	}
}
.location-li span i {
    margin-right: 5px;
    color: #007388;
}
.partner-li{
	margin:20px 0;
}
.partner-li:after{
	content:'';
	display:block;
	clear:both;
}
.partner-li > li{
	float:left;
	width:20%;
	padding:10px;
}
.partner-li > li img{
	border:1px solid #ddd;
}
.category-li{
	display:inline-block;
	margin:20px auto;
}
.category-li:after{
	content:'';
	display:block;
	clear:both;
}
.category-li > li{
	float:left;
	margin:5px;
	padding:10px 20px;
	background:#f5f5f5;
	border:1px solid #ddd;
}
.li-pill li{
	position:relative;
	margin-bottom: 10px;
	padding-left: 80px;
}
.li-pill li span{
	position:absolute;
	left:0;
	padding:5px 0;
	text-align:center;
	width: 70px;
	color:#555;
	line-height:1.1;
	font-weight:500;
	border-radius:4px;
	background:#d5d5d5;
}
.trait-dl{
	margin:40px 0;
}
.trait-dl:after{
	content:'';
	display:block;
	clear:both;
}
.trait-dl dt,
.trait-dl dd{
	float:left;
	margin-bottom:10px;
	padding:20px 40px;
	border-top:2px solid #ddd;
}
.trait-dl dt{
	border-color:#007388;
	font-size:18px;
}
.stripe-dl {
    margin: 30px 0;
}
.stripe-dl dt {
    padding: 10px 20px;
    font-size: 16px;
    background: #f5f5f5;
}
.stripe-dl dd {
    margin-bottom: 20px;
    padding: 20px;
}
@media(min-width:768px){
	.trait-dl dt{
		width:25%;
	}
	.trait-dl dd{
		width:75%;
	}	
}
@media(max-width:767px){
	.partner-li > li{
		width:50%;
	}
}
/* component */
.card{
	display:block;
	position:relative;
	padding:15px;
	margin-bottom:20px;
	border:1px solid #ddd;
	min-height:max-content;
}
.card .card-ttl{
	margin:-15px -15px 15px;
	padding:10px 0;
	text-align:center;
	font-size:16px;
	font-weight:500;
	color:#fff;
	background:#007388;
}
.column-2{
	column-count:2;
	column-rule:1px solid #ddd;
	column-gap:30px;
}

.more-btn{
	display:block;
	margin: 45px auto 20px;
	width: 190px;
	height:60px;
	line-height:60px;
	text-align:center;
	font-size: 15px;
	font-weight: 500;
	background: #0a90a9;
	color: #fff;
	border-radius: 8px;
	text-transform: uppercase;
}
.more-btn:hover{
	background: #047b92;
	color: #fff;
}
.circle-wrap{
	margin:30px 0;
	text-align: center;
}
.circle-wrap .circle{
	position:relative;
	display:inline-block;
	width:200px;
	height:200px;
	margin:0 15px;
	vertical-align: top;
	border-radius: 50%;
	background:#555;
}
.circle-wrap .circle > div{
	position:absolute;
	left:50%;
	top:50%;
	transform:translate(-50%,-50%);
	color:#fff;
	font-weight:500;
	font-size:18px;
	line-height:1.3;
	min-width:80%;
}
.bull{
	position:relative;
	padding-left: 14px;
}
.bull:before{
	content:'';
	display:block;
	width: 6px;
	height: 20px;
	background: #037c92;
	border-top: 6px solid #e87b3b;
	position:absolute;
	left:0;
	top: 6px;
	margin-top:-3px;
}
@media(max-width:767px){
	.column-2{
		column-count:1;
	}
}
.column-2 ul,
.column-2 dl,
.column-2 ol{
	margin:0;
}

.greet .quote,
p.quote{
	margin:30px 0;
	font-size:26px;
	font-weight:300;
	color:#555;
	line-height:1.2;
}
p.quote span{
	font-weight:500;
}
/* custom setting */
ul,dl,ol{padding:0;}
p,li,dt,dd{line-height:1.6;}
a:hover,a:focus{text-decoration:none;}
*{
	box-sizing:border-box;
	word-break:keep-all;
}
.table-style {
	margin: 0 0 20px;
	border-top: 2px solid #007388;
}

.table-style tr th,
.table-style tr td {
	padding: 10px 10px !important;
	border-bottom: 1px solid #dedede !important;
	letter-spacing: -0.02em;
	word-break: keep-all;
	vertical-align: middle !important;
}

.table-style tr th {
	color: #333;
	text-align: center;
}

.table-style thead tr th {
	background: #f8f8f8;
}

.table-style tr td {
	color: #666;
}
.history-wrap{
	position:relative;
}
.history-wrap:before {
    content: '';
    display: block;
    height: 100%;
    width: 2px;
    background: #76706E;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
}
.history-wrap:after{
	content:'';
	display:block;
	clear:both;
}
.history-wrap .history-box{
	position:relative;
	width:50%;
	float:left;
	padding:30px 50px;
}

.history-wrap  h6{
    position: relative;
	margin: 0 0 10px;
    color: #494949;
    font-size: 36px;
    letter-spacing: -0.05em;
    font-weight: 400;
}
.history-wrap  h6:before{
	content: '';
    position: absolute;
    top: 50%;
    left: -45px;
    display: block;
    border-right: 0px;
    border-top: 1px solid #007388;
    width: 26px;
}
.history-wrap h6:after{
    content: '';
    position: absolute;
    top: 50%;
    left: -50px;
    transform: translate(-50%, -50%);
    display: block;
    width: 11px;
    height: 11px;
    border: 2px solid #007388;
    border-radius: 50%;
    background: #fff;	
}
.history-wrap li{
	position:relative;
	margin:5px 0;
	font-size: 16px;
    letter-spacing: -0.03em;
    color: #313131;
}
.history-wrap li span{
	display:block;
	font-weight:600;
	font-size: 18px;
	color:#007388;
}
@media(min-width:768px){
	.history-wrap .history-box:nth-child(odd){
		text-align:right;
	}
	.history-wrap .history-box:nth-child(even){
		margin-top:80px;
	}
	.history-wrap .history-box:nth-child(odd) h6:before{
		left:auto;
		right:-45px;
	}
	.history-wrap .history-box:nth-child(odd) h6:after{
		left:auto;
		right:-61px;
	}
}
@media(max-width:767px){
	.history-wrap:before{
		left:15px;
	}
	.history-wrap .history-box{
		width:100%;
		padding-top:0;
		padding-right:15px;
		margin-left:15px
	}
	.history-wrap  h6{
		font-size:26px;
	}
	.history-wrap li{
		font-size:14px;
	}
}

/* personal setting 0.64v end */
/* navigation setting */

/* mainpage setting */
.carousel-caption{
	padding: 0;
}
.carousel-caption h1 {
    font-size: 70px;
    font-weight: 600;
    margin: 0 0 33px;
    font-family: 'Nanum Myeongjo','notokr', sans-serif;
    text-shadow: 0 0 5px rgba(0,0,0,0.3);
    letter-spacing: -0.04em;
}
.carousel-caption p{
	font-size: 23px;
	font-weight: 400;
	padding: 8px 30px;
	display: inline-block;
	border-top: 1px solid rgba(255,255,255,0.3);
	border-bottom: 1px solid rgba(255,255,255,0.3);
}
.main-banner{
	position:relative;
	padding: 90px 0 80px;
	overflow: hidden;
	text-align:center;
	background: url('/public/img/main/main-banner.jpg') no-repeat center / cover;
}
.main-banner:before{
	/* content:''; */
	display:block;
	width:200px;
	height:200px;
	background:url(/public/img/main/daum-cafe.png) no-repeat center / cover;
	opacity: 0.3;
	position:absolute;
	right:30px;
	bottom:-50px;
}
.main-banner .more {
    display:inline-block;
}
.main-banner .more img {
    width: 58px;
    /* height: 58px; */
}
.main-banner .more span {
    color: #ed3e49;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: -0.05em;
    border-bottom: 2px solid;
    margin-left: 12px;
}
.main-banner p{
	font-size: 20px;
	letter-spacing: -0.035em;
	line-height: 1.7;
	color: #303030;
	margin-bottom: 27px;
}
.main-banner p a{
	text-decoration: underline;
	font-weight:500;
	color:#007388;
}
.main-banner p a:hover{
	color: #0da8c3;
}
.main-area{
	padding: 110px 0;
	text-align:center;
}
.main-area .title h3{
	margin: 0px 0 65px;
	font-size: 46px;
	font-family: 'Nanum Myeongjo','notokr', sans-serif;
	font-weight: 700;
	color: #222;
}
.area-li li{
	display: inline-block;
	position:relative;
	background: #fff;
	border: 6px solid #c9e4e8;
	box-shadow: 3px 4px 5px rgba(0,0,0,0.08);
	width: 150px;
	height: 150px;
	margin: 0 5px 15px;
	border-radius: 50%;
}
.area-li li span{
	position:absolute;
	left:50%;
	top:50%;
	transform:translate(-50%,-50%);
	font-size: 17px;
	font-weight: 500;
	color:#007388;
	line-height: 1.3;
	letter-spacing: -0.06em;
}
.main-bottom{
	color:#fff;
	background:#007388;
	background: linear-gradient(to right bottom,  #40b5cc 0,#077b92 50%, #00515f 100% );
}
.main-bottom .container-fluid{
	padding:0;
}
.main-location{
	margin-bottom:-5px;
	padding-right: 0;
}
.main-time{
	height: 350px;
	padding: 53px 60px;
}
.main-time h5{
	position:relative;
	margin: 0 0 30px;
	line-height: 0.8;
	font-size: 30px;
	letter-spacing: -0.03em;
	font-weight: 400;
	border-left: 4px solid #e88926;
	padding-left: 10px;
}
.main-time .li-pill li{
	font-size: 16px;
	color: #fff;
	letter-spacing: -0.02em;
	margin: 0;
	padding-left: 87px !important;
	padding: 7px 0;
}
.main-time .li-pill li small{
	letter-spacing:-0.005em;
	opacity:0.75;
	margin-left:3px;
}
.main-time .li-pill span{
	color:#fff;
	background: #005767;
	text-align: center;
	letter-spacing: 1px;
	font-size: 15px;
}
/* footer setting */
#site footer li{
	display:inline-block;
	margin-right:10px;
}

/* subpage setting */
.board_wrapper,.calendar_wrapper{
    margin-top:0;
    visibility: hidden;
}
.pagination_wrap, .search_wrap{
    visibility: hidden;
}
.pageheader{
	position:relative;
	height:250px;
	background:#000 url(/public/img/sub/subtop-bg.jpg) no-repeat center / cover;
}
.pageheader:after{
	content:"";
	width:100%;
	height: 40px;
	background:#007388;
	position:absolute;
	left:0;
	bottom: -40px;
	opacity: 0.8;
}
.pageheader .container{
	position:relative;
	height:100%;
}
.pageheader h2{
    margin:0;
    position:absolute;
    left:50%;
    top: 53%;
    transform:translate(-50%,-50%);
    font-size: 50px;
    color:#fff;
    font-family: "Nanum Myeongjo", 'notokr', sans-serif;
    font-weight: 600;
    letter-spacing: 0;
    /* padding-left: 12px; */
    text-shadow: 1px 2px 5px rgba(0,0,0,0.5);
}
.breadcrumb{
	position:absolute;
	left: 15px;
	bottom: -30px;
	margin:0;
	padding:0;
	background:transparent;
	font-size:13px;
	color: #fff;
	z-index: 1;
	letter-spacing: -0.01em;
	font-weight: 300;
}
.breadcrumb>li+li:before{
	content:"\f054";
	font-family:'Font Awesome 5 Free';
	font-weight:900;
	font-size:12px;
	padding:0 6px;
	color:#fff;
	opacity:0.5
}
.breadcrumb .active{
	color:#fff;
	font-weight:500;
}
.subpage-content{
	padding-top: 120px;
	padding-bottom:80px;
}
.subpage-content .emp{
	font-weight:500;
	color: #e88926;
}
.subpage-content section{
	padding-bottom:40px;
}
.subpage-content section h4{
	position:relative;
	margin-bottom: 25px;
	font-size: 28px;
	line-height: 1;
	padding-left: 10px;
	border-left: 6px solid #007388;
	letter-spacing: -0.05em;
}
.subpage-content section h5{
	margin-top: 70px;
	margin-bottom: 15px;
	font-size: 22px;
	font-weight: 600;
	letter-spacing: -.04em;
}
.s-title {
	margin-bottom: 70px;
}
.s-title h3{
	font-size: 40px;
	letter-spacing: -0.04em;
	text-align: center;
	margin: 0;
	font-weight: 600;
}
@media(max-width:767px){
	.table_default colgroup,
	.table_default .writer,
	.table_default .num,
	.table_default .regdate,
	.table_default .hits{
		display:none;
	}
}

/* subpage about */
#about01 .text-info{
	margin-top:10px;
	text-align: center;
	font-size: 18px;
}
.location-wrap{
	margin-top:50px;
	text-align:center;
}
.location-wrap li{
	display:inline-block;
	padding: 0 20px;
	width: 260px;
	vertical-align: top;
	font-weight: 400;
	font-size: 18px;
	line-height: 1.5;
	letter-spacing: -0.035em;
}
.location-wrap li:nth-child(2),
.location-wrap li:nth-child(3){
	font-size: 28px;
    color: #505050;
    letter-spacing: -0.01em;
    font-family: "Nanum Myeongjo", 'notokr', sans-serif;
    font-weight:800;
}
.location-wrap li i{
	display:block;
	font-size: 35px;
	color:#007388;
	background: #fff;
	border: 6px solid #c9e4e8;
	box-shadow: 3px 4px 5px rgba(0,0,0,0.08);
	width: 110px;
	height: 110px;
	margin: 0 auto 30px;
	border-radius: 50%;
	line-height: 100px;
}
.profile-wrap .left-con img{
	border-radius:12px;
}
.profile-wrap .name{
	margin: 20px 0 0;
	padding-left: 10px;
	font-size: 34px;
	font-weight: 800;
	text-align:center;
	font-family: 'Nanum Myeongjo', serif;
	letter-spacing: 5px;
}
.profile-wrap .name small{
	font-size: 24px;
	color: #777;
	font-weight: 600;
	letter-spacing: 0;
}
.profile-wrap .right-con{
	padding-left: 60px;
}
.profile-wrap .right-con h5.bull{
	margin-top: 5px;
}
.profile-wrap .right-con ul{
	margin-bottom: 40px;
	padding-top: 10px;
	column-rule: none;
	border-top: 1px solid #999;
}
.profile-wrap .right-con li{
	font-size: 15px;
	line-height:1.8;
	letter-spacing: -0.03em;
	border-bottom: 1px solid #e3e3e3;
	padding-bottom: 5px;
	margin-bottom: 5px;
	margin-left: 0;
}
.profile-wrap .right-con img{
	border:1px solid #ddd;
	box-shadow: 3px 3px 0 #ededed;
}
.profile-wrap .img-caption{
	line-height:1.35;
	letter-spacing: -0.03em;
	font-size: 15px;
	color: #444;
}
.profile-wrap .img-caption span{
	color:#fff;
	background: #797979;
	display: block;
	width: 70px;
	margin: 0 auto 8px;
	padding: 3px 2px 3px 6px;
	border-radius: 40px;
	font-size: 14px;
	letter-spacing: 2px;
}
.profile-wrap .about-book{
	margin-left: -10px;
	margin-right: -10px;
}
.profile-wrap .about-book > div{
	padding: 0 10px;
}
.time-wrap {
	margin-bottom:50px;
	margin-left: -8px;
	margin-right: -8px;
}
.time-wrap > div{
	padding:0 8px;
}
.time-wrap .inner{
	text-align:center;
	padding: 36px 10px;
	min-height: 180px;
	border: 1px solid #ddd;
	box-shadow: 3px 3px 0 #ededed;
	border-top: 1px solid #e87b3b;
}
.time-wrap .rest span{
    margin-top: 23px;
}

.time-wrap p{
	margin:0;
}
.time-wrap p *{
	display: block;
}
.time-wrap p strong{font-size: 20px;margin-bottom: 14px;letter-spacing: -0.05em;}
.time-wrap p span{
	font-size: 18px;
	letter-spacing: -0.055em;
	margin-bottom: 2px;
}
.time-wrap p small{
	font-size:13px;
	letter-spacing:-0.025em;
	opacity:0.85
}
.time-wrap .rest p strong,
.time-wrap .rest p span,
.time-wrap .rest p small,
.time-wrap .text-red{
	color: #de6822;
	opacity: 1;
}
.img-wrap{
	margin:0 -5px;
}
.img-wrap > div{
	padding:0 5px;
}
.img-wrap .clearfix{
	padding-bottom:10px;
}
.process-wrap{
	text-align:center;
	margin: 0 0 40px;
	padding: 60px 70px 50px;
	background: #f7f7f7;
	border: 1px solid #e8e8e8;
}
.process-wrap > div{
	min-height: 234px;
}
.process-wrap > div + div:before{
	content:'\f105';
	font-family: 'font awesome 5 free';
	font-size: 60px;
	font-weight:900;
	color:#ddd;
	position:absolute;
	right: 95%;
	margin-right: 0;
	top: 48%;
	transform:translateY(-50%);
}
.process-wrap .cell{
	display: inline-block;
	margin:0 20px 10px;
	text-align:center;
	width: 200px;
	line-height: 60px;
	border: 4px solid #dcdcdc;
	border-radius: 100px;
	font-size: 20px;
	font-weight:500;
	letter-spacing: -0.06em;
	color: #777;
	background: #fff;
}
.process-wrap .step1,
.process-wrap .step2{
	padding-top: 80px;
}
.process-wrap .step1 .cell{
	color:#fff;
	border-color: #1093ab;
	background: #1093ab;
}
.process-wrap .step2 .cell{
	color: #1093ab;
	border-color: #c4e3e8;
}
.step-wrap .inner{
	position:relative;
	margin-bottom:30px;
	padding: 38px 38px 0;
	min-height: 275px;
	border: 1px solid #ddd;
	box-shadow: 3px 3px 0 #ededed;
	border-top: 1px solid #e87b3b;
}
.step-wrap .inner:after{
	content:"";
	width: 35px;
	height: 1px;
	background: #d8d8d8;
	position:absolute;
	right: -5px;
	bottom: 12px;
	transform:rotate(45deg);
}
.step-wrap .inner h5{
	margin-top:0;
	margin-bottom: 20px;
}
.step-wrap .inner h5:after{
	/* content:''; */
	display:block;
	width:20px;
	height: 2px;
	margin:20px 0;
	/* background: #007388; */
}
.step-wrap .inner p{
	font-size:15px;
	letter-spacing:-0.03em;
	line-height:1.6;
}
/* subpage diagnosis */
.treat01-wrap .right-con,
.area-wrap .right-con{
	padding: 70px 15px 0 60px;
}
.area-wrap .quote{
	font-size: 22px;
	font-weight:500;
	line-height: 1.5;
	color: #333;
}

.area-wrap .quote:before{
	content:'';
	display:block;
	margin-bottom:10px;
	width:30px;
	height:4px;
	background:#007388;
}
.treat01-wrap p,
.area-wrap  p{
	margin-bottom: 35px;
	font-size:16px;
	letter-spacing: -0.03em;
	line-height: 1.75;
}

/* subpage treat */
.treat01-wrap p strong{
	font-size:20px;
}
.treat01-wrap p .emp{
	text-decoration: underline;
}
#treat02 .se1 h4+p{
	margin-bottom:50px;
	max-width: 100%;
	font-size:16px;
	letter-spacing: -0.03em;
	line-height: 1.75;
}
.treat02-wrap .inner{
	position:relative;
	padding: 40px 30px;
	text-align: center;
	min-height: 275px;
	border: 1px solid #ddd;
	box-shadow: 3px 3px 0 #ededed;
	border-top: 1px solid #e87b3b;
}
.treat02-wrap .inner h5{
	margin: 0 0 20px;
	color: #e87b3b;
	text-align: center;
}
.treat02-wrap p strong{
	font-size: 16px;
	letter-spacing: -0.04em;
}
.treat02-wrap p.des{
	margin-top:20px;
	text-align:left;
	font-size: 15px;
	letter-spacing: -0.03em;
	line-height: 1.6;
}

/* subpage book */
#book01 .se1 h5.bull:first-child{
	margin-top:0;
}
.book-wrap{
	margin:0;
	padding: 40px 0 30px;
	border-top: 1px solid #999;
	border-bottom: 1px solid #ddd;
}
.book-wrap .img-box{
}
.book-wrap img{
	height: 280px;
	border: 1px solid #ddd;
	box-shadow: 3px 3px 0 #ededed;
}
.book-wrap .clearfix{
	border-bottom:1px dashed #ddd;
	padding-bottom: 30px;
	margin-bottom: 30px;
}
.book-wrap .txt-box h5{
	margin-top: 70px;
	margin-bottom: 25px;
	font-weight: 500;
	font-size: 28px;
	letter-spacing: -0.045em;
}
.book-wrap p{
	width:750px;
	max-width: 100%;
	font-size:16px;
	line-height: 1.75;
	letter-spacing: -0.03em;
}

/* form */
.table_default {
    border-top: 1px solid #999;
}
.table.table_default tr th, 
.table.table_default tr td {
    padding: 13px 15px;
    letter-spacing: -0.03em;
}
.table.table_default thead th {
	padding: 15px 15px;
    background: #f7f7f7;
    border-bottom: 1px solid #ccc;
}
.table.table_default tbody .subject a:hover {
	text-decoration: underline;
}
.btn.btn-primary{
	background-color:#0a90a9;
	border:1px solid #0a90a9;
	color:#fff
}
.btn.btn-primary:hover,
.btn.btn-primary:focus{
	background-color:#047b92;
	border-color:#047b92;
}
.board_data_view {
    border-top: 1px solid #999;
    border-bottom: 1px solid #ccc;
}

.board_data_view .header_wrap {
    border-bottom: 1px solid #ccc;
    background: #f7f7f7;
}

.board_data_view .header_wrap .title {
    font-size: 28px;
    letter-spacing: -0.04em;
}
.login-li{
	text-align: right;
}
.login-li a{
	display:inline-block;
	padding:0 6px;
	border-radius:4px;
	background:#fff;
	color:#333;
	opacity: 0.5;
	font-size:13px;
	font-weight:500;
}
.login-li a:hover{
	opacity: 1;
}
@media(max-width:767px) {
	.navbar-brand:after {
		font-size: 16px;
	}

	.navbar-brand img {
		width: 50px
	}

	.navbar-inverse .navbar-brand {
		margin: 10px 0;
	}

	#site {
		padding-top: 55px;
	}

	.navbar-toggle {
		top: 4px;
	}

	.carousel-control {
		display: none;
	}

	.main-banner {
		padding: 50px 0;
	}

	.main-banner p {
		font-size: 16px;
	}

	.main-banner .more span {
		font-size: 16px;
	}

	.main-banner .more img {
		width: 40px;
	}

	.main-area {
		padding: 60px 0;
	}

	.main-area .title h3 {
		margin-bottom: 30px;
		font-size: 32px;
	}

	.main-time {
		height: auto;
		padding: 30px;
	}

	.area-li li {
		margin: 3px;
		width: 100px;
		height: 100px;
	}

	.area-li li span {
		font-size: 14px;
		line-height: 1.3;
	}

	.area-li .clearfix {
		display: none;
	}

	.more-btn {
		width: 150px;
		height: 50px;
		line-height: 50px;
		font-size: 14px;
	}

	.main-time h5 {
		font-size: 26px;
	}

	.main-time .li-pill li {
		font-size: 14px;
	}

	.main-time .li-pill li span {
		font-size: 14px;
	}

	.foot-logo {
		margin-bottom: 20px;
	}

	.foot-logo img {
		width: 50px;
	}

	.foot-logo span {
		font-size: 16px;
	}

	.pageheader {
		height: 160px;

	}

	.pageheader h2 {
		font-size: 32px;
		white-space: nowrap;
	}

	.subpage-content {
		padding: 80px 0;
	}

	.s-title {
		margin-bottom: 40px;
	}

	.s-title h3 {
		font-size: 30px;
	}

	.location-wrap {
		padding: 0;
		text-align: left;
	}

	.location-wrap li i {
		display: inline-block;
		margin-top: -15px;
		margin-right: 10px;
		width: 50px;
		height: 50px;
		line-height: 37px;
		font-size: 16px;
		text-align: center;
		float: left;
	}

	.location-wrap li:nth-child(2),
	.location-wrap li:nth-child(3),
	.location-wrap li {
		padding: 0;
		font-size: 14px;
		line-height: 1.2;
		display: block;
		width: 100%;
	}

	.location-wrap li:after {
		content: '';
		display: block;
		clear: both;
	}

	.location-wrap li:nth-child(1) i {
		margin-top: -10px;
	}

	#about01 .text-info {
		font-size: 15px;
	}

	.profile-wrap .right-con {
		padding: 30px 15px;
	}

	.profile-wrap .name {
		padding: 0;
		font-size: 24px;
	}

	.profile-wrap .name small {
		font-size: 18px;
	}

	.profile-wrap .about-book>div {
		float: left;
		width: 50%;
	}

	.profile-wrap .img-caption {
		font-size: 13px;
	}

	.time-wrap .inner {
		margin-bottom: 15px;
		padding: 15px 0;
		min-height: 0;
	}

	.time-wrap p strong {
		margin-bottom: 5px;
		font-size: 18px;
	}

	.time-wrap p span {
		font-size: 16px;
	}

	.time-wrap .rest span {
		margin-top: 0;
	}

	.process-wrap {
		padding: 30px;
	}

	.process-wrap>div {
		min-height: 0;
	}

	.process-wrap .step1,
	.process-wrap .step2 {
		padding: 0 0 50px;
		;
	}

	.process-wrap>div+div:before {
		content: '\f078';
		left: 50%;
		right: auto;
		top: -60px;
		font-size: 40px;
		transform: translateX(-50%);
	}

	.step-wrap .inner {
		padding: 30px;
		min-height: 0;
	}

	.step-wrap .inner h5 {
		font-size: 20px;
	}

	.step-wrap .inner p {
		font-size: 14px;
	}

	.treat01-wrap .right-con,
	.area-wrap .right-con {
		padding: 30px 15px;
	}

	.area-wrap .quote {
		font-size: 18px;
	}

	.subpage-content section h4 {
		font-size: 24px;
	}

	.treat02-wrap .inner {
		margin-bottom: 15px;
	}

	.book-wrap img {
		height: 200px;
	}

	.book-wrap .txt-box h5 {
		margin: 30px 0 20px;
		font-size: 22px;
	}
}