/* RBK Care Custom StyleSheet !* Author: Optish, Puella */
@import url(//fonts.googleapis.com/earlyaccess/notosanskr.css);

html {
	overflow-x: hidden;
	overflow-y: scroll;
}

* { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
*, h1, h2, h3, h4, h5, h6, p { font-family: 'Noto Sans KR', sans-serif !important; }
.glyphicon { font-family: 'Glyphicons Halflings' !important; }
.fa { font-family: 'FontAwesome' !important; }
a, a:link, a:visited, a:hover, a:focus { text-decoration: none !important; }

.dh-board, .form-horizontal, .dh-view-box, #mailForm {
	visibility: hidden;
}

/* 푸터 영역 시작 */
.footer_copy .text-center { padding: 30px 0 0; margin-top: 0px; background-color: #F3F3F3; }
.footer_copy .text-center .inner { padding: 0 15px; max-width: 1170px; margin: 0 auto; }
.footer_copy .text-center p { font-size: 13px; color: #333; text-align: left; }
.footer_copy .text-center p.copyright {	text-align: right; font-size: 12px; }
.footer_copy .text-center span.space { margin: 0 5px; opacity: .5; }
.footer_copy .text-center p.big { font-size: 16px; font-weight: bold; }
@media screen and (max-width: 767px) { .footer_copy .text-center p { text-align: center !important; } }
/* 푸터 영역 끝 */

.navbar-inverse {
	background-image: none;
	background-color: #F3F3F3;
	border-color: transparent;
}
.navbar-inverse .navbar-brand {margin: 24px 0 0 0 !important; padding: 0; color: #4099ef !important; font-size: 27px; font-weight: 600; text-shadow: 0 0 0 rgba(0,0,0,0); letter-spacing: -0.03em;}
.navbar-inverse .navbar-brand::after {content: '알비케이케어'; color: #666; font-size: 15px; padding-left: 8px;}
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {color: #333; background-color: transparent;}
.navbar-inverse .navbar-toggle {
	margin: 21px 15px;
	border-color: transparent;
	background-color: transparent !important;
}

.navbar-inverse .navbar-toggle> .icon-bar {
	background-color: #313131;
}

@media screen and (min-width: 768px) {
	.navbar-nav {
		margin: 20px 0 18px;
	}
	.navbar-right {
		margin-right: -15px;
	}
}
.navbar-inverse .navbar-nav > li > a {
    text-shadow: none;
    -webkit-text-shadow: none;
    color: #666;
    font-size: 15px;
    font-weight: 500;
    border-bottom: 2px solid transparent !important;
    padding: 10px 0;
    margin: 0 15px;
}
.navbar-inverse .navbar-nav > li > a .glyphicon {
	width: 15px;
}
.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover {
	color: #4099EF;
    background: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    border-bottom: 2px solid #4099EF !important;
}
.navbar-inverse .navbar-nav> li> a:hover, .navbar-inverse .navbar-nav> li> a:focus, .navbar-inverse .navbar-nav> li:hover> a, .navbar-inverse .navbar-nav> li:focus> a {
    color: #4099EF;
    background: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    border-bottom: 2px solid #4099EF !important;
}

@media screen and (min-width: 768px) {
	.navbar-inverse .dropdown-menu {
		margin-top: -2px !important;
	}
}
.dropdown-menu {
    background-color: #4099EF;
    border: none;
    border-radius: 0;
	-webkit-border-radius: 0;
    left: 0 !important;
    right: auto !important;
    padding: 5px;
}
.dropdown-menu > li > a {
    font-size: 14px;
    font-weight: 500;
    padding: 12px 10px;
    background-image: none;
    background-color: transparent;
    color: #FFF;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    background-image: none;
    background-color: #FFF;
    color: #323232;
}
.navbar .caret, .navbar .divider-vertical, .footer-social-layout {display: none;}

.fill {height: 540px;}
.carousel-caption {top: 50%; bottom: auto; padding: 0; margin: -45px 0 0;}
.fill h1 span, .fill p span {
    background: none;
    opacity: 1;
    text-shadow: none;
    padding: 0;
}
.fill h1 {margin: 0 0 20px;}
.fill h1 span {font-size: 54px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.01em;}
.fill p {margin: 0;}
.fill p span {color: #f8f8f8;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: -0.03em;}

/* SubWrap */
.sub-layout {
    padding: 0 15px 90px;
}
.sideHeader {
	padding: 60px 25px 30px;
	height: 120px;
	text-align: center;
	background-color: #4099EF;
}

.sideHeader h3 {
	color: #FFF;
	margin: 0;
	font-weight: 300;
	text-align: left;
}

.sideInner {
	padding-left: 0;
	margin-bottom: 25px;
}

.sideInner li {
	list-style: none;
}

.sideInner li > a {
	font-size: 15px;
	display: block;
	padding: 12px 25px;
	color: #313131;
	background-color: #F3F3F3;
	border-bottom: 1px solid #DDD !important;
}

.sideInner li.active > a {
	color: #4099EF;
	background-color: #F3F9FE;
}

.sideInner li.active > a::after {
	content: '\f0da';
	font-family: 'FontAwesome' !important;
	float: right;
}

.contentHeader .breadcrumb {
	background-color: transparent;
	padding: 0;
	margin: 0;
	float: right; color: #989898;
    font-size: 12px;
}

.contentHeader .breadcrumb li.active {
	color: #4099EF;
}
.contentHeader h1 {
    color: #323232;
    font-size: 32px;
    font-weight: 400;
    letter-spacing: -0.02em;
    margin-bottom: 15px;
    padding: 30px 0 30px;
    margin: 25px 0 40px;
    border-bottom: 1px solid #e3e3e3;
}
.content h4 {font-size: 24px; color: #313131;}
.contentArea p {color: #666; font-size: 14px; line-height: 1.8; word-break: keep-all;}
.sub-layout .contentArea h4 {color: #323232; font-size: 16px; font-weight: 600; letter-spacing: -0.02em; margin: 0 0 20px; padding: 15px 0 0; position: relative}
.sub-layout .contentArea h4::before {content: ''; position: absolute; top: 0; left: 0; background: #4099ef; width: 30px; height: 4px;}
.bbs-list-view-layout .contentArea h4::before {content: ''; background: none; height: 0; width: 0;}

.page-company .contentArea .col-md-4 img {
	margin-bottom: 25px;
}

.page-company .contentArea .col-md-8 {
	margin-top: 30px; margin-bottom: 25px;
}

.table-style {
	border-top: 2px solid #4099EF;
	border-bottom: 1px solid #EFEFEF;
}

.table-style tbody tr th {
	background-color: #FDFDFD;
	color: #313131;
}

.table-style tbody tr th,
.table-style tbody tr td {
	font-size: 15px;
	font-weight: 400;
	padding: 12px 15px;
	border-bottom: 1px solid #F3F3F3;
}

.table-style tbody tr td {
	color: #616161;
}

.page-location iframe {
	border: 1px solid #F3F3F3;
	margin-bottom: 25px;
}

/* Pain Ease */
.page-pain_ease p {
	margin-bottom: 40px;
}
.painease-list {
    padding: 0;
    margin: 0 0 40px;
    list-style: none;
}
.painease-list li {
    font-size: 14px;
    color: #666;
    line-height: 2;
    word-break: keep-all;
    padding-left: 15px; position: relative;
}
.painease-list li::before {content: ''; background: #ccc; width: 5px; height: 5px; border-radius: 100%; position: absolute; left: 0; top: 12px;}

@media screen and (min-width: 992px) {
	.col-sm-mt-m50 {
		margin-top: -50px;
	}
}

.painease-examimg {
	margin-bottom: 25px;
}

/* Main Section */
#main .title_copy {
	margin-top: 20px;
	text-align: center;
}

#main .title_copy h2 {
	font-size: 24px;
    letter-spacing: 0.1em;
    font-weight: 600;
    margin-bottom: 20px;
}

#main .title_copy p {
	color: #818181;
	font-size: 14px;
	letter-spacing: -0.03em;
	line-height: 28px;
	margin-bottom: 25px;
}

#main .business_inner .b-box {
	float: left;
	width: 20%;
	padding: 2px;
}

#main .business_inner .b-box .inner {
/* 	padding: 15px; */
	background-color: #ddd;
	background-position: center;
	background-repeat: no-repeat;
}

#main .business_inner .b-box1 .inner {
	background-image: url('/skin/img/main/m_business_1.jpg');
}

#main .business_inner .b-box2 .inner {
	background-image: url('/skin/img/main/m_business_2.jpg');
}

#main .business_inner .b-box3 .inner {
	background-image: url('/skin/img/main/m_business_3.jpg');
}

#main .business_inner .b-box4 .inner {
	background-image: url('/skin/img/main/m_business_4.jpg');
}

#main .business_inner .b-box5 .inner {
	background-image: url('/skin/img/main/m_business_5.jpg');
}

#main .business_inner .b-box .inner .inner_txt {
	min-height: 150px;
	display: block;
	padding: 15px;
	background-color: rgba(0, 0, 0, .2);
	transition: ease .2s all;
}

#main .business_inner .b-box .inner .inner_txt h4 {
	font-size: 16px;
	position: absolute;
	bottom: 15px;
	font-weight: 400;
	color: #FFF;
	transition: ease .2s all;
}

#main .business_inner .b-box .inner:hover .inner_txt {
	background-color: rgba(64, 153, 239, 0.9);
	text-align: center;
}

#main .business_inner .b-box .inner:hover .inner_txt h4 {
	position: relative;
    margin-top: 45px;
	margin-bottom: 0;
	font-size: 18px;
    text-align: center;
}

#main .business_inner .b-box .btn-round {
	display: none;
}

#main .business_inner .b-box .inner:hover .inner_txt .btn-round {
	margin-top: 0px;
	display: inline-block;
    border-radius: 20px;
    border: 1px solid #FFF !important;
    color: #FFF !important;
    padding: 6px 20px;
}

#main .title_copy.aboutus {
	margin-top: 50px;
}

#main .aboutus_inner {
	margin-bottom: 100px;
}

#main .aboutus_inner .a-box {
	float: left;
	width: 50%;
	padding: 2px;
}

@media screen and (max-width: 767px) {
	#main .aboutus_inner .a-box {
		width: 100%;
		padding: 15px;
	}
}

#main .aboutus_inner .a-box .inner {
	float: left;
	border: 1px solid #E3E3E3;
	padding: 25px 35px;
	width: 100%;
}

#main .aboutus_inner .a-box .inner .icon {
	width: 128px;
	float: left;
	text-align: left;
	padding: 5px;
	font-size: 8em;
	line-height: 0;
	color: #E3E3E3;
}

#main .aboutus_inner .a-box .inner .inner_txt {
	float: left;
	width: calc(100% - 128px);
	padding: 0;
}

#main .aboutus_inner .a-box2 .inner .inner_txt {
	padding-left: 25px;
}

#main .aboutus_inner .a-box .inner .inner_txt h4 {
	font-size: 16px;
	letter-spacing: 0.03em;
	font-weight: 600;
	margin-bottom: 15px;
}

#main .aboutus_inner .a-box .inner .inner_txt h4+div {
	width: 25px;
	height: 1px;
	background-color: #D8D8D8;
	margin: 5px 0 10px;
}

#main .aboutus_inner .a-box .inner .inner_txt p {
	color: #818181;
	font-size: 13px;
	letter-spacing: -0.03em;
	line-height: 24px;
/* 	word-break: keep-all; */
/* 	margin-bottom: 25px; */
}

#main .aboutus_inner .a-box .inner .inner_txt a {
	color: #439CF0;
	letter-spacing: 0.03em;
	font-size: 13px;
}


/* 고객센터 */
.mailForm_Agree p {margin-bottom: 40px;}
.mailForm_Agree textarea.form-control {padding: 30px 25px;
    background: #f8f8f8;
    border: 1px solid #e3e3e3;
    border-radius: 0;
    box-shadow: none;
    color: #666;
    font-size: 14px;
    letter-spacing: -0.02em;
    line-height: 1.8;
    max-height: 330px;}
.mailForm_Agree .btn-primary, .mailForm_Agree .btn-danger {border-radius: 0;
    border: none;
    box-shadow: none;
    font-size: 15px;
    text-shadow: none;
    padding: 15px 30px;}
.mailForm_Agree .btn-primary {background: #4099ef;}
.mailForm_Agree .btn-primary:focus, .mailForm_Agree .btn-primary:hover {}
.mailForm_Agree .btn-danger {background: #e3e3e3; color: #666;}
.mailForm_Agree .btn-danger:focus, .mailForm_Agree .btn-danger:hover {}

/*=====----- 메일폼 설정 -----=====*/
#mailForm {width: 100%; max-width: 1170px; margin: 0 auto; padding: 60px 0;}
#mailForm .form-group {margin: 0; padding: 20px 30px; background: #f8f8f8; border-bottom: 1px solid #e0e0e0;}
#mailForm .form-group:first-child {border-top: 1px solid #323232;}
#mailForm .form-group:nth-child(5) {background: none; border: none; padding: 30px 25px;}
#mailForm .form-group label {width: 15%; float: left; margin: 10px 0 0;}
#mailForm .form-group input.form-control, #mailForm .form-group textarea.form-control {width: 85%; max-width: 935px; border: 1px solid #d0d0d0; border-radius: 0; box-shadow: 0 0 0 rgba(0,0,0,0);}
#mailForm .form-group input.form-control {height: 40px;}
#mailForm .form-group p.error, #mailForm .form-group~p.error {margin: 0; color: #e83428; font-size: 12px}
#mailForm .form-group~p.error {padding-left: 35px; margin: -15px 0 0;}
#mailForm .form-group .checkbox {margin: -8px 0 0;}
#mailForm .form-group .checkbox label {width: 100%; margin: 0;}
input[type=button].btn-block, input[type=reset].btn-block, input[type=submit].btn-block {width: auto;
    margin: 0 auto;
    margin-top: 30px;
    padding: 15px 30px;
    border: none !important;
    border-radius: 0;
    background: #4099ef !important;
    box-shadow: 0 0 0 rgba(0,0,0,0);
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: -0.03em;
    text-shadow: none !important;}
@media screen and (max-width: 991px) {
    #mailForm .form-group input.form-control, #mailForm .form-group textarea.form-control {max-width: 567px;}
}
@media screen and (max-width: 767px) {
    #mailForm .form-group {padding: 20px 15px;}
    #mailForm .form-group label {width: 20%; font-size: 13px; font-weight: 500; letter-spacing: -0.05em;}
    #mailForm .form-group input.form-control, #mailForm .form-group textarea.form-control {width: 80%;}
    #mailForm .form-group~p.error {padding-left: 15px; margin: 0;}
    input[type=button].btn-block, input[type=reset].btn-block, input[type=submit].btn-block {margin-top: 80px;}
}


/*=====----- 게시판 설정 -----=====*/
.dh-board, .img-bbs-default-index-layout .page_wrap ~ div, .dh-view-box, .form-horizontal, #mailForm {width: 100%; max-width: 1170px; margin: 0 auto; padding: 0;}
.bbs-list-index-layout .subPage .right_contents, .bbs-list-view-layout .subPage .right_contents, .bbs-list-edit-layout .subPage .right_contents {width: 100%; padding: 0;}
/*=====----- 텍스트 게시판 설정 -----=====*/
.dh-board .table > thead > tr > th, .dh-board .table > tbody > tr > th, .dh-board .table > tfoot > tr > th, .dh-board .table > thead > tr > td, .dh-board .table > tbody > tr > td, .dh-board .table > tfoot > tr > td {padding: 17px 10px; color: #666; font-size: 13px;}
.dh-board .table > thead > tr > th {background: #f9f9f9; vertical-align: middle; border-bottom: 1px solid #e3e3e3; font-size: 14px; font-weight: 600; color: #333; letter-spacing: -0.03em;}
.dh-board .table > tbody > tr > td {border-bottom: 1px dotted #dedede;}
.dh-board .table > tbody > tr > td > strong > a {color: #666;}
.dh-board > .table-hover {border-top: 1px solid #2d2d2d; border-bottom: 1px solid #ccc; margin: 0px 0 30px;}
.dh-board > .table-hover > tbody > tr:hover td {background-color: #f9f9f9;}
.dh-board > .table-hover > tbody > tr:hover > td > strong > a {color: #000;}
.dh-margin-top{margin-top: 40px; display: inline-block;}
/* ----- 블로그 B타입 게시판 ----- */
.bbs-blog2-index-layout .dhb-txt-box-type-b {border: none; background-color: #fff; width: 25%; margin: 0 0 20px; padding: 0 10px;}
.bbs-blog2-index-layout .dhb-txt-box-type-b > div {margin: 0; padding: 0; border: 1px solid #e5e5e5;}
.dhb-txt-box-type-b-img-layout {padding: 0;}
.dhb-txt-box-type-b-img-layout .thumb-hidden {border: none; min-height: 200px; max-height: 200px; box-shadow: 0 0 0 rgba(0, 0, 0, 0);}
.dhb-txt-box-type-b-text-layout h4{font-size: 14px; margin: 15px 0;}
.dhb-txt-box-type-b-text-layout .txt-box-footer{margin-top: 0; float: none; text-align: left; display: none;}
.txt-box-footer em {display: none;}
.txt-box-footer em > span.regdate{font-style: normal; color: #666; font-size: 13px;}
.txt-box-footer em > span:last-child{display: none;}
.txt-box-footer small.hits{display: none;}
@media screen and (max-width: 767px) {
    .bbs-blog2-index-layout .dhb-txt-box-type-b {width: 100%; margin: 10px 0 20px;}
}
/* ----- 게시판 버튼 설정 ----- */
.label {background: rgba(0,0,0,0); padding: 0 5px; font-size: 90%;}
.label-danger{color: #4099EF;}
.label-primary{color: #4099EF;}
.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {background-color: #4099EF; border: 1px solid #4099EF !important;}
.pagination > li > a, .pagination > li > span {color: #9D8478; border: 1px solid #fff !important;}
.pagination > li > a:focus, .pagination > li > a:hover, .pagination> li > span:focus, .pagination>li>span:hover{color: #9D8478;}
.dh-margin-top form#insertForm {width: 100%; max-width: 100%; display: block; margin: 0 0 0;}
.btnRead {font-weight: 500;}
.btn-default, .btn-primary, .btn-danger {background-image: none;}
.btn-group, .btn-group-vertical {margin: 10px 0 30px;}
/* ----- 게시글 뷰 페이지 설정 ----- */
.dh-view-box {margin-top: 0px;}
.sns-box {display: none;}
.dh-view-box > .row > .page-header {border-top: 2px solid #000; border-bottom: 1px solid #ccc; padding: 0 20px; margin: 0;}
.dh-view-box > .row > .page-header > h4 {color: #333; font-size: 23px; margin: 14px 0; padding: 0;}
.dh-view-box > .row > .dh-view-info {border-bottom: 1px solid #ccc; background: rgba(0,0,0,0); padding: 8px 20px 8px; color: #888;}
.dh-view-box > .row > .dh-view-info > span {padding: 0 15px 0 0;}
.dh-view-box > .row > .dh-view-info > span > strong {color: #555; padding: 0 5px 0 0;}
.dh-view-box .dh-attach h6 {margin: 0 0 0; padding: 5px 5px 0;}
.dh-view-box > .row:nth-child(2) > div:nth-child(3) {padding: 30px 20px 60px !important; min-height: 300px;}
@media screen and (max-width: 991px) {
    .dh-board, .img-bbs-default-index-layout .page_wrap ~ div, .dh-view-box, .form-horizontal, #mailForm {padding: 0 15px;}
}
@media screen and (max-width: 767px) {
    .dh-board, .img-bbs-default-index-layout .page_wrap ~ div, .dh-view-box, .form-horizontal, #mailForm {padding: 0 15px;}
}
/* 게시판 설정 끝 */

/* 회원가입 */
.login-layout, .id-find-layout, .pw-find-layout {background: #f7f7f7; min-height: 700px;}
.login-layout .inner-box-wrapper, .id-find-layout .inner-box-wrapper, .pw-find-layout .inner-box-wrapper {width: 100%; max-width: 1170px; margin: 0 auto; padding: 100px 0 0;}
.login-layout .inner-box-wrapper, .id-find-layout .inner-box-wrapper, .pw-find-layout {margin-top: -20px;}
.join-agree-layout, .join-layout {width: 1170px; margin: 0 auto 70px;}
.join-agree-layout .panel, .join-layout .panel {border: 1px solid #dedede; box-shadow: 0 0 0 rgba(0,0,0,0); border-radius: 0;}
.join-agree-layout .panel-heading, .join-layout .panel-heading {background-image: none !important; background-color: #f7f7f7 !important;}
.join-agree-layout .btn-primary, .join-layout .btn-primary {background-color: #e6213a !important;border: 0px; border-radius: 0;}
@media screen and (max-width: 991px) {
    .login-layout, .id-find-layout, .pw-find-layout {width: 100%; margin: 0;}
}
/* 로그인 / 아이디, 비밀번호 찾기 */
.login-layout .panel, .id-find-layout .panel, .pw-find-layout .panel {border-radius: 8px; box-shadow: 0 0 0 rgba(0,0,0,0); border: 1px solid rgba(0,0,0,0); min-height: 440px; margin: 0; padding: 50px 30px 80px;}
.login-layout .panel-body h2, .id-find-layout .panel-body h2, .pw-find-layout .panel-body h2 {margin: 0; color: #454545; font-size: 28px; font-weight: 500; letter-spacing: 0.01em;}
.login-layout .inner-box-msg p, .id-find-layout .inner-box-msg p, .pw-find-layout .inner-box-msg p {font-size: 13px; color: #666; margin: 0;}
.login-layout .inner-box-form form label, .id-find-layout .inner-box-form form label, .pw-find-layout .inner-box-form form label {font-size: 14px;}
.login-layout .inner-box-form form label.error, .id-find-layout .inner-box-form form label.error, .pw-find-layout .inner-box-form form label.error {font-weight: 400; color: #e6213a; font-size: 12px;}
.login-layout input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {background: #fff !important; border: 1px solid #d5d5d5;}
.login-layout .btn-warning, .id-find-layout .btn-warning, .pw-find-layout .btn-warning {background-image: none; background-color: #2a2a2a; border: none; border-radius: 0; box-shadow: 0 0 0 rgba(0,0,0,0); text-shadow: 0 0 0 rgba(0,0,0,0); color: #f5f5f5;}
.login-layout .btn-warning:focus, .login-layout .btn-warning:hover, .id-find-layout .btn-warning:focus, .id-find-layout .btn-warning:hover, .pw-find-layout .btn-warning:focus, .pw-find-layout .btn-warning:hover {background: #e6213a;}
.login-layout form > div > p > a {display: inline-block; float: left; font-size: 12px; color: #777;}
.login-layout form > div > p > a:hover {color: #303030;}
.login-layout form > div > p > a:after {content: " | "; font-size: 8px; padding: 0 8px 0; margin: 0; color: #d9d9d9;}
.login-layout form > div > p:last-child > a:after {content: "";}
.id-find-layout .panel-body, .pw-find-layout .panel-body {margin-top: 40px;}

/* 페이지 준비 */
.notfound {
	padding-top: 50px;
	text-align: center;
}

.notfound > i.fa {
	font-size: 72px;
	color: #616161;
}

.notfound > h1 {
	margin-top: 10px;
	color: #616161;
}

.notfound > p {
	font-size: 16px;
	color: #818181;
}

.happy_patients{
	margin: 0;
    padding: 15px 25px;
    font-size: 20px;
    background: #1e70bf;
    color: #fff;
    margin-left: 15px;
    text-align: center;
    margin-right: 70px;
}
h2.finale {
	word-break: keep-all;
}
h2.finale > b{
	color: #1e70bf;
}
.painease-list.composition > li{
	
}
.painease-list.composition > li::before{
	content: '';
	position: absolute;
	display: block;
}
.painease-list.composition > li::after{
	content: '';
	display: table;
	clear: both;
}
.painease-list.composition > li > span{
	float: right;
	position: relative;
}
.painease-list.composition > li > span::before{
	content: '';
	display: block;
    width: 580px;
    height: 1px;
    position: absolute;
    right: 70px;
    top: 50%;
    border-top: 1px dotted;
    transform: translateY(-50%);
}