@charset "UTF-8";

/*
 *
 * 슈퍼스타 피부과 스타일 시트
 *
 */

body {
	background-color: #d8d8d8;
}
a,
a:hover,
a:focus,
a:active {
	outline: 0;
}

/*** 레이아웃 설정 ***/

header {
	max-width: 1590px;
	margin: 0 auto;
	position: relative;
	z-index: 999;
}
.wrapHeader {
	position: relative;
	z-index: 999;
	background-color: #fff;
	-webkit-box-shadow: 0 3px 3px rgba(0,0,0,.2);
	-moz-box-shadow: 0 3px 3px rgba(0,0,0,.2);
	box-shadow: 0 3px 3px rgba(0,0,0,.2);
}
.wrapBody {
	max-width: 1590px;
	margin: 0 auto;
	background-color: #f8f8f8;
}
footer {
	position: relative;
	max-width: 1590px;
	margin: 0 auto;
	background-color: #525252;
}
.btnSubTop {
	position: absolute;
	top: -53px;
	right: 15.5%;
	background: #b2b2b2;
	text-align: center;
}
.btnSubTop a {
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	letter-spacing: -1px;
	width: 54px;
	line-height: 54px;
	vertical-align: middle;
	display: inline-block;
	text-decoration: none;
}

/** 공통 **/

.icon {
	display: inline-block;
	overflow: hidden;
	vertical-align: middle;
	text-indent: -9999em;
	font-size: 0;
	*line-height: 0;
	*text-indent: 0;
	background: url(/images/common/icon.png) no-repeat;
}
.icon-ordered-1 {
	width: 24px;
	height: 27px;
	background-position: 0 0;
}
.icon-ordered-2 {
	width: 24px;
	height: 27px;
	background-position: -30px 0;
}
.icon-ordered-3 {
	width: 24px;
	height: 27px;
	background-position: -60px 0;
}
.icon-ordered-4 {
	width: 24px;
	height: 27px;
	background-position: -90px 0;
}
.icon-ordered-5 {
	width: 24px;
	height: 27px;
	background-position: -120px 0;
}
.icon-thumb-up {
	width: 62px;
	height: 62px;
	background-position: 0 -30px;
}
.icon-thumb-down {
	width: 62px;
	height: 62px;
	background-position: -70px -30px;
}
.icon-triangle-dot {
	width: 11px;
	height: 11px;
	background-position: -150px 0px;
}
.icon-question-mark {
	width: 61px;
	height: 61px;
	background-position: -140px -30px;
}
.icon-question-mark-bg {
	width: 62px;
	height: 62px;
	background-position: -350px -30px;
}
.icon-period-mark {
	width: 61px;
	height: 61px;
	background-position: -210px -30px;
}
.icon-syringe {
	width: 62px;
	height: 62px;
	background-position: -280px -30px;
}
.boxInlineBlock {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
.imgStar {
	width: 24px;
	height: 22px;
	margin-bottom: -4px;
	margin-right: 5px;
	display: inline-block;
	display: none\9;
	background: transparent url(/images/common/img-star.png) center center no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}
.imgRoundedStar {
	width: 24px;
	height: 24px;
	margin-bottom: -5px;
	margin-right: 10px;
	display: inline-block;
	display: none\9;
	background: transparent url(/images/common/bg-rounded-star.png) center center no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}
.bgTitleUpperLine {
	font-size: 1px;
	left: 0;
	top: -10px;
	width: 50px;
	height: 2px;
	background-color: #2576cd/* #cd255b */
	;
	position: absolute;
}
.bgTitleUnderLine {
	font-size: 1px;
	left: 0;
	bottom: -10px;
	width: 50px;
	height: 2px;
	background-color: #368aea/* #ff2970 */
	;
	position: absolute;
}
.panel {
	border: none;
	-webkit-border-radius: 0 0 0 0 !important;
	-moz-border-radius: 0 0 0 0 !important;
	border-radius: 0 0 0 0 !important;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.panel-heading {
	font-size: 1.142857142857143em;
	padding: 0;
	-webkit-border-radius: 0 0 0 0;
	-moz-border-radius: 0 0 0 0;
	border-radius: 0 0 0 0;
}
.panel-title {
	position: relative;
}
.panel-title > a {
	color: #666;
	text-decoration: none;
	width: 100%;
	height: 100%;
	padding: 10px 15px;
	display: block;
	background-color: #fff;
	border-bottom: 1px solid #e0e0e0;
}

/*.panel-title:hover > a,
.panel-title > a:hover,*/

.panel-title.panel-active > a {
	color: #fff;
	border-bottom: 1px solid #fff;
	background-color: #368aea/* #ff2970 */
	;
}
.panel-title .panel-state {
	top: 50%;
	right: 15px;
	margin-top: -9px;
	position: absolute;
}
.panel-open,
.panel-close {
	text-decoration: none !important;
	cursor: pointer;
}
.panel-title .panel-state .panel-close {
	display: none;
}
.panel-title .panel-state .panel-open {
	color: #368aea/* #ff2970 */
	;
	display: block;
}

/*.panel-title:hover .panel-state .panel-close,*/

.panel-active .panel-state .panel-close {
	color: #fff;
	display: block !important;
}

/*.panel-title:hover .panel-state .panel-open,*/

.panel-active .panel-state .panel-open {
	display: none !important;
}
.panel-collapse .panel-body {
	border-top: none !important;
}
.panel-group .panel + .panel {
	margin-top: 0;
}

/** 상단 **/

.boxTopLogin {
	padding-top: 20px;
}
.boxTopLogin > a {
	-webkit-border-radius: 0 0 0 0;
	-moz-border-radius: 0 0 0 0;
	border-radius: 0 0 0 0;
}
.btnTopLogin,
.btnTopJoin {
	color: #fff;
	font-size: 0.8571428571428571em;
	text-decoration: none;
	padding: 2px 10px;
}
.btnTopLogin {
	background-color: #368aea/* #ff2970 */
	;
}
.btnTopJoin {
	background-color: #767c81/* #86787d */
	;
}
.btnTopMail {
	width: 23px;
	height: 23px;
	background: #fff url(/images/top/img-icon-mail.gif) center center no-repeat;
}
.btnTopBlog {
	width: 99px;
	height: 23px;
	background: #fff url(/images/top/img-icon-blog.jpg) center center no-repeat;
}
.boxLogo {
	padding-top: 10px;
	padding-left: 0;
}
.boxLogo h1 {
	margin-top: 0;
	margin-bottom: 0;
}
.wrapGnb {
	margin-bottom: 20px;
	padding-top: 10px;
}
.wrapGnb .panel-body a {
	display: block;
}
.boxGnb {
	width: 100%;
	position: relative;
	z-index: 300;
}
.btnTopGnb {
	width: 100%;
}
.boxTopGnbSub {
	width: 100%;
}

/** 하단 **/

.boxFooterTop {
	margin-bottom: 10px;
}
.boxFooterTop > ul {
	margin-top: 0;
}
.boxFooterLink {
	height: 100px;
	padding: 20px 30px;
	background-color: #81aae9/* #F87C9C */
	;
}
.boxFooterLink.Second {
	background-color: #767c81/* #86787d */
	;
}
.boxFooterLink h5 {
	font-weight: 700;
	font-size: 1.428571428571429em;
	letter-spacing: -0.3px;
	line-height: 0.69em;
	margin-top: 0;
	margin-bottom: 0;
}
.boxFooterLink h5 span {
	font-size: 0.69em;
	font-weight: normal;
}
.boxFooterLink a {
	color: #fff;
	text-decoration: none;
}
.boxFooterCenter {
	margin-bottom: 0px;
}
.boxFooterCenter > li {
	margin-bottom: 10px;
}
.boxFooterCenter > li > h5 {
	color: #fff;
	font-size: 1.142857142857143em;
	margin-bottom: 10px;
	position: relative;
}
.boxFooterBlogControls {
	top: 50%;
	right: 15px;
	margin-top: -12px;
	position: absolute;
}
.boxFooterBlogControls > a {
	color: #fff;
	font-size: 0.8571428571428571em;
	text-align: center;
	text-decoration: none;
	width: 28px;
	height: 28px;
	line-height: 24px;
	border: 1px solid #767575;
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
.boxClinicInfo {
	margin-top: 30px;
}
.boxClinicInfo,
address,
.txtFaxNum {
	color: #ababab;
	font-size: 0.8571428571428571em;
	text-decoration: none;
}
.txtCallNum,
.txtFaxNum {
	display: block;
}
.txtCallNum > a {
	color: #fff;
	font-weight: 700;
	font-size: 1.428571428571429em;
	text-decoration: none;
}
.btnSubGo a {
	background: none repeat scroll 0 0 #1d87cd/* #ee0070 */
	;
	color: #FFFFFF;
	display: inline-block;
	padding: 8px 26px;
	text-decoration: none;
}

/* Sub Tabs */

.boxSubTabs {
	width: 100%;
	display: block;
	margin-top: 40px;
}
.boxSubTabs > ul {
	border-bottom: 1px solid #c6c6c6;
	padding-left: 0;
}
.boxSubTabs > ul > li {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	margin-top: 5px;
	padding-top: 6px;
	margin-left: -1px;
	vertical-align: bottom;
	background: transparent;
}
.boxSubTabs > ul > li:first-child {
	margin-left: 0;
}
.boxSubTabs > ul > li > a {
	display: block;
	padding: 15px;
	border-top: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	border-left: 1px solid #e5e5e5;
	background: transparent;
	color: #666;
	font-weight: 600;
	text-decoration: none;
}
.boxSubTabs > ul > li:first-child a {
	border-left: 1px solid #e5e5e5;
}
.boxSubTabs > ul > li.active,
.boxSubTabs > ul > li:hover {
	padding-top: 3px;
	border-top: 3px solid #2576cd/* #cd255b */
	;
	border-right: 1px solid #c6c6c6;
	border-left: 1px solid #c6c6c6;
}
.boxSubTabs > ul > li.active a,
.boxSubTabs ul li:hover a {
	border: 0;
	color: #2576cd/* #cd255b */
	;
	font-weight: 600;
	padding-top: 16px;
}
.boxSubTabs div.tab-content {
	margin-top: 45px;
}
#real_list {
	text-align: center;
}
#real_list li {
	float: none;
	display: inline-block;
	width: 30%;
	text-align: left;
}
#real_list li li {
	display: block;
	width: 100%;
}
@media all and (min-width:1024px) {
	/* kakao */
	.wrapSubKakao {
		background: #f9e900 url('/images/sub/img-kakao.gif') no-repeat 377px 118px;
		padding: 50px 55px;
		margin-top: 45px;
		min-height: 415px;
	}
	.titSubKakao {
		border-bottom: 1px solid #c9bc01;
		padding-bottom: 19px;
		padding-left: 6px;
		min-height: 55px;
	}
	.titSubKakao h2 {
		position: relative;
		color: #361a00;
		width: 250px;
		height: 40px;
		padding: 10px 0 0 0;
		float: left;
		margin: 0px;
		padding-left: 150px;
		font-size: 22px;
		font-weight: bold;
	}
	.titSubKakao h2 strong {
		position: Absolute;
		left: 0px;
		top: 0px;
		margin-right: 15px;
		background: url('/images/sub/txt-kakao.gif') no-repeat left top;
		width: 131px;
		height: 30px;
		text-indent: -999em;
		display: inline-block;
	}
	.titSubKakao > div {
		width: 170px;
		float: right;
		display: inline-block;
	}
	.titSubKakao > div strong {
		color: #4a413e;
		font-size: 16px;
		background: url('/images/sub/blit-kakao.gif') no-repeat left 4px;
		padding-left: 8px;
		margin-right: 5px;
	}
	.txtsubPhone {
		display: inline-block;
	}
	.txtsubPhone strong {
		background: url('/images/sub/blit-kakao.gif') no-repeat left 4px;
		padding-left: 12px;
	}
	.wrapSubKakaoBody {
		padding-top: 20px;
		padding-right: 286px;
	}
	.wrapSubKakaoBody table {
		width: 100%;
	}
	.wrapSubKakaoBody table input[type="text"] {
		border: 1px solid #d8d6d6;
		height: 23px;
		width: 175px;
	}
	.wrapSubKakaoBody table input.inpsubphone {
		width: 56px;
	}
	.wrapSubKakaoBody table select {
		width: 167px;
		border: 1px solid #d8d6d6;
		height: 23px;
	}
	.wrapSubKakaoBody table th {
		color: #1f1517;
		padding-left: 10px;
		vertical-align: middle;
		text-align: left;
	}
	.wrapSubKakaoBody table td {
		padding: 4px 0 5px;
	}
	.wrapSubKakaoBody table textarea {
		border: 1px solid #d8d6d6;
	}
	.wrapSubcounsel {
		text-align: center;
		padding-top: 20px;
		border-top: 1px solid #c9bc01;
		margin-top: 20px;
	}
	.txtSubcounsel {
		margin-bottom: 30px;
	}
	.txtSubcounsel label {
		color: #666666;
	}
	.btnSubrequest {
		display: block;
		width: 241px;
		-webkit-border-radius: 15px;
		border-radius: 15px;
		background: #1f1517;
		margin: 0 auto;
		line-height: 42px;
		vertical-align: middle;
		color: #fff;
		font-size: 18px;
		font-weight: 700;
	}
	.wrapMainkakao {
		position: Absolute;
		right: 15%;
		top: 625px;
		width: 184px;
		height: 184px;
		background: url('/images/sub/btnMainKakao.png') no-repeat left top;
		z-index: 10000;
	}
	.wrapMainkakao a {
		text-indent: -999em;
		display: block;
		width: 184px;
		height: 184px;
	}
	.wrapMainkakao span {
		position: Absolute;
		right: 0;
		top: 0px;
	}
}
@media all and (min-width:769px) and (max-width:1023px) {
	#real_list li {
		width: 33%;
	}
	/*카카오톡*/
	.wrapSubKakao {
		background: #f9e900;
		padding: 50px 55px 25px;
		margin-top: 45px;
		min-height: 440px;
	}
	.titSubKakao {
		border-bottom: 1px solid #c9bc01;
		padding-bottom: 19px;
		padding-left: 6px;
		min-height: 55px;
	}
	.titSubKakao h2 {
		position: relative;
		color: #361a00;
		width: 250px;
		height: 40px;
		padding: 10px 0 0 0;
		float: left;
		margin: 0px;
		padding-left: 150px;
		font-size: 22px;
		font-weight: bold;
	}
	.titSubKakao h2 strong {
		position: Absolute;
		left: 0px;
		top: 0px;
		margin-right: 15px;
		background: url('/images/sub/txt-kakao.gif') no-repeat left top;
		width: 131px;
		height: 30px;
		text-indent: -999em;
		display: inline-block;
	}
	.titSubKakao > div {
		width: 170px;
		float: right;
		display: inline-block;
	}
	.titSubKakao > div strong {
		color: #4a413e;
		font-size: 16px;
		background: url('/images/sub/blit-kakao.gif') no-repeat left 4px;
		padding-left: 12px;
	}
	.txtsubPhone {
		display: inline-block;
	}
	.txtsubPhone strong {
		background: url('/images/sub/blit-kakao.gif') no-repeat left 4px;
		padding-left: 12px;
	}
	.wrapSubKakaoBody {
		padding-top: 20px;
		padding-right: 286px;
		background: url('/images/sub/img-kakao.gif') no-repeat right 18px;
	}
	.wrapSubKakaoBody table {
		width: 100%;
	}
	.wrapSubKakaoBody table input[type="text"] {
		border: 1px solid #d8d6d6;
		height: 23px;
		width: 167px;
	}
	.wrapSubKakaoBody table input.inpsubphone {
		width: 45px;
	}
	.wrapSubKakaoBody table select {
		width: 180px;
		border: 1px solid #d8d6d6;
		height: 23px;
		background: #fff;
	}
	.wrapSubKakaoBody table th {
		color: #1f1517;
		padding-left: 30px;
		vertical-align: middle;
		text-align: left;
	}
	.wrapSubKakaoBody table td {
		padding: 4px 0 5px;
	}
	.wrapSubKakaoBody table textarea {
		border: 1px solid #d8d6d6;
	}
	.wrapSubcounsel {
		text-align: center;
		padding-top: 20px;
		border-top: 1px solid #c9bc01;
		margin-top: 20px;
	}
	.txtSubcounsel {
		margin-bottom: 30px;
	}
	.txtSubcounsel label {
		color: #666666;
	}
	.btnSubrequest {
		display: block;
		width: 241px;
		-webkit-border-radius: 15px;
		border-radius: 15px;
		background: #1f1517;
		margin: 0 auto;
		line-height: 42px;
		vertical-align: middle;
		color: #fff;
		font-size: 18px;
		font-weight: 700;
	}
	.dis_noneM {
		display: none;
	}
}
@media all and (max-width:768px) {
	#real_list li {
		width: 48%;
	}
	/*카카오톡*/
	.wrapSubKakao {
		background: #f9e900;
		margin-top: 20px;
		padding: 15px 20px;
	}
	.titSubKakao {
		overflow: hidden;
	}
	.titSubKakao h2 {
		display: none;
	}
	.titSubKakao > div {
		background: url('/images/sub/blit-kakao-m.gif') no-repeat left top;
		background-size: 93px 90px;
		padding-left: 100px;
		padding-top: 23px;
		min-height: 103px;
	}
	.titSubKakao div strong {
		color: #4a413e;
		font-size: 15px;
		background: url('/images/sub/blit-kakao.gif') no-repeat left 4px;
		background-size: 5px 9px;
		padding-left: 10px;
	}
	.titSubKakao div .txtSubKaN {
		font-weight: 700;
		font-size: 20px;
		color: #4a413e;
		display: inline-block;
	}
	.titSubKakao div .txtsubPhone > strong {
		display: none;
	}
	.titSubKakao div .txtsubPhone > span {
		display: inline-block;
		-webkit-border-radius: 15px;
		border-radius: 15px;
		background: #4a413e;
		color: #fff;
		font-weight: 700;
		line-height: 19px;
		vertical-align: middle;
		padding: 0 16px;
		margin-top: 7px;
		margin-left: 5px;
		font-size: 12px;
	}
	.wrapSubKakaoBody {}
	.wrapSubKakaoBody table {
		background: #fff;
		-webkit-border-radius: 4px;
		border-radius: 4px;
		width: 100%;
		padding: 20px 0;
	}
	.wrapSubKakaoBody table input[type="text"] {
		border: 1px solid #d8d6d6;
		height: 23px;
		width: 167px;
	}
	.wrapSubKakaoBody table input.inpsubphone {
		width: 49px;
	}
	.wrapSubKakaoBody table select {
		width: 167px;
		border: 1px solid #d8d6d6;
		height: 23px;
	}
	.wrapSubKakaoBody table th {
		color: #1f1517;
		padding-left: 7px;
		vertical-align: middle;
		text-align: left;
		font-size: 12px;
	}
	.wrapSubKakaoBody table tr:first-child th,
	.wrapSubKakaoBody table tr:first-child td {
		padding-top: 20px;
	}
	.wrapSubKakaoBody table tr:last-child th,
	.wrapSubKakaoBody table tr:last-child td {
		padding-bottom: 20px;
	}
	.wrapSubKakaoBody table td {
		padding: 4px 5px 5px 0;
	}
	.wrapSubKakaoBody table textarea {
		border: 1px solid #d8d6d6;
	}
	.wrapSubcounsel {
		text-align: center;
		padding-top: 15px;
	}
	.txtSubcounsel {
		margin-bottom: 10px;
	}
	.txtSubcounsel label {
		color: #666666;
		font-size: 12px;
	}
	.btnSubrequest {
		display: block;
		width: 160px;
		-webkit-border-radius: 15px;
		border-radius: 15px;
		background: #1f1517;
		margin: 0 auto;
		line-height: 29px;
		vertical-align: middle;
		color: #fff;
		font-size: 12px;
		font-weight: 700;
	}
	.btnMainblog {
		background: url('/images/sub/icon-mainblog.png') no-repeat left top;
		background-size: 40px;
		position: absolute;
		right: 90px;
	}
	.btnMainblog a {
		text-indent: -999em;
		display: block;
		width: 40px;
		height: 40px;
	}
	.btnMainKakao {
		background: url('/images/sub/btnMainKakao-m.gif') no-repeat left top;
		background-size: 40px;
		position: absolute;
		right: 45px;
	}
	.btnMainKakao a {
		text-indent: -999em;
		display: block;
		width: 40px;
		height: 40px;
	}
	.dis_noneM {
		display: none;
	}
}
@media all and (max-width:480px) {
	#real_list li {
		width: 100%;
	}
}

/* Quick Menu */

#quickBar {
	display: inline-block;
	position: fixed;
	top: 550px;
	right: 8.2%;
	z-index: 400;
}
#quickBar .quickTitle {
	cursor: move;
}
