@charset "utf-8";

/* 한송이 영상의학과 Tablet Css */

/* ------------ 공통 레이아웃 ------------ */
/* 상단 */
.headerCont {
	height: 99px;
	border-bottom: 1px solid #eee;
	position: relative;
	z-index: 2;
}
.headerCont:after {
	display: block;
	content: "";
	clear: both;
}
.headerCont h1 {
	float: left;
	margin: 40px 0 15px 20px;
}
.headerCont h1 a {
	width: 190px;
	height: 26px;
	display: block;
	text-indent: -9999em;
	background: url('/images/common/logo-tab.png') left top no-repeat;
	background-size: 190px 26px;
}
.headerCont h1 .moLogo,
.headerCont .btnMenu {display:none;}
.headerCont .memBtn {
	position: absolute;
	right: 10px;
	top: 13px;
}
.headerCont .memBtn a {
	display: inline-block;
	padding-left: 20px;
	margin-left: 15px;
	border-left: 1px solid #878787;
	line-height: 18px;
	color: #555;
}
.headerCont .memBtn a.log {
	border-left: 0;
}
.headerCont nav {
	float: right;
	margin: 45px 10px 0 0;
}
.headerCont nav > ul > li {
	float: left;
}
.headerCont nav > ul > li > a {
	height: 45px;
	color: #555;
	font-size: 1em;
	font-weight: 700;
	display: block;
	padding-left:18px;
	text-decoration:none;
}
.headerCont nav > ul > li:first-child a { 
	padding-left:0;
}
.headerCont nav > ul > li > a.on,
.headerCont nav > ul > li > a:hover {
	color: #f36c2b;
}
.headerCont nav > ul > li.none {display:none;}
.headerCont .depth2 {display:none;position:absolute;top:100px;left:0;right:0;height:45px;z-index:3;
	background: rgb(105,105,105);
	background: transparent\9;
	background: rgba(105,105,105,.8);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#696969,endColorstr=#696969);
}

.headerCont .depth2 ul {float:right;}
.headerCont .menu1 .depth2 ul {margin-right:180px;}
.headerCont .menu3 .depth2 ul {margin-right:100px;}
.headerCont .depth2 li {float:left;}
.headerCont .depth2 li a {display:block;padding:0 10px;line-height:45px;color:#fff;}
.visualTop {
	display:none;
	padding:100px 0 0;
	border-top: 1px solid #f6f6f6;
	border-bottom: 1px solid #f6f6f6;
	height:300px;
	background:url(/images/main/main_bg.gif);
	text-align:center;
}
#mainContent .visualTop {display:none;}
.visualTop .title img {vertical-align:bottom;}
.visualTop .title .text1 {margin-right:18px;}

/* 협력병원 */
.joinHospital {
	position: relative;
	height:125px;
	padding:0 50px;
	background: #fff;
}
.joinHospital .footSlide {
	width: 100%;
	padding:42px 0 0;
	overflow: hidden;
	position: relative;
}
.joinHospital .footSlide ul {
	overflow: hidden;
	position: relative;
}
.joinHospital .footSlide ul li {
	float:left;
	padding:0 10px;
}
.joinHospital .btnControl button {
	display:block;
	width: 12px;
	height: 21px;
	text-indent: -9999em;
	position: absolute;
	top: 50px;
	display: block;
	background:url('/images/main/btn-control.png') 3px top no-repeat;
	border:none;
	font-size:0;
}
.joinHospital .btnControl button.leftSlide {
	left: 20px;
}
.joinHospital .btnControl button.rightSlide {
	right: 20px;
	background-position: -13px 0;
}
/* Footer */
footer {
	padding: 30px 30px 10px;
	border-top: 1px solid #dbdbdb;
	color: #333;
}
footer ul {
	overflow: hidden;
}
footer ul li {
	float: left;
	padding: 0 15px;
	font-size: 0.857em;
	line-height: 14px;
	letter-spacing: -1px;
	background: url('/images/common/foot-line.gif') left 1px no-repeat;
}
footer ul li:first-child {
	padding-left: 0;
	background: none;
}
footer ul li.tit {
	font-weight: 700;
}
footer ul li.add {
	display: block !important;
	float: left;
}
footer p.copy {
	font-size: 0.857em;
	margin-top: 8px;
}
/* ------------ MainContent ------------ */
#mainContent .videoCont {position:relative;height: 396px;}
#mainContent .videoCont ul li {width:100%;height:396px;}
#mainContent .videoCont ul li img {display:none;}
#mainContent .videoCont ul li.slide1 {background:url(/images/main/main_slide_1_tab.jpg) no-repeat;}
#mainContent .videoCont ul li.slide2 {background:url(/images/main/main_slide_2_tab.jpg) no-repeat;}
#mainContent .videoCont ul li.slide3 {background:url(/images/main/main_slide_3_tab.jpg) no-repeat;}
#mainContent .videoCont ul li.slide4 {background:url(/images/main/main_slide_4_tab.jpg) no-repeat;}

#mainContent .videoCont .video {height:396px;}
#mainContent .videoCont .controls {position:absolute;right:30px;bottom:24px;margin:0;}
#mainContent .videoCont .controls .slidePager button {margin-left:4px;width:14px;height:14px;border-radius:50%;background:#474b4b;border:0;font-size:0;}
#mainContent .videoCont .controls .slidePager button.active {width:46px;height:14px;border-radius:7px;background:#dd8797;}

#mainContent .mainMenu {
	width: 100%;
	overflow: hidden;
}
#mainContent .mainMenu ul li {
	width: 25%;
	height: 192px;
	overflow: hidden;
	float: left;
	background-size: 192px 192px !important;
	background-position: 50% top;
	background-repeat: no-repeat;
}
#mainContent .mainMenu ul li a {
	width: 100%;
	height: 100%;
	color: #fff;
	font-size: 1.714em;
	font-weight: 700;
	text-align: center;
	display: block;
	padding-top: 30px;
	text-decoration: none;
	letter-spacing: -1px;
}
#mainContent .mainMenu ul li.m6 a,
#mainContent .mainMenu ul li.m7 a,
#mainContent .mainMenu ul li.m8 a {
	font-size: 1.714em;
	line-height: 140%;
	padding-top: 20px;
}
#mainContent .mainMenu ul li.m7 a {
	color: #5c5c5c;
}
#mainContent .mainMenu ul li.m9 a,
#mainContent .mainMenu ul li.m10 a {
	font-size: 1.714em;
	color: #474b4b;
	padding-top: 130px;
}
#mainContent .mainMenu ul li.m1 {
	background-image: url('/images/main/bg-m1.jpg');
	background-color: #dd8797;
}
#mainContent .mainMenu ul li.m2 {
	background-image: url('/images/main/bg-m2.jpg');
	background-color: #e46a5b;
}
#mainContent .mainMenu ul li.m3 {
	background-image: url('/images/main/bg-m3.jpg');
	background-color: #7c94c5;
}
#mainContent .mainMenu ul li.m4 {
	background-image: url('/images/main/bg-m4.jpg');
	background-color: #8dc2cf;
}
#mainContent .mainMenu ul li.m5 {
	background-image: url('/images/main/bg-m5.jpg');
	background-color: #977a6e;
}
#mainContent .mainMenu ul li.m6 {
	background-image: url('/images/main/bg-m6.jpg');
	background-color: #92b943;
}
#mainContent .mainMenu ul li.m7 {
	background-image: url('/images/main/bg-m7.jpg');
	background-color: #fff;
}
#mainContent .mainMenu ul li.m8 {
	background-image: url('/images/main/bg-m8.jpg');
	background-color: #71c4c3;
}
#mainContent .mainMenu ul li.m9 {
	background-image: url('/images/main/bg-m9.jpg');
	background-color: #ffcc00;
}
#mainContent .mainMenu ul li.m10 {
	background-image: url('/images/main/bg-m10.jpg');
	background-color: #a8db0b;
}
#mainContent .infoTime a {
	padding-top:30px;
	width: 25%;
	height: 192px;
	float: left;
	background: #eee3df url('/images/main/icon-time.png') 50% 65% no-repeat;
	background-size: 62px 62px;
	font-size: 1.714em;
	font-weight:bold;
	color:#474b4b;
	letter-spacing:-1px;
	text-align:center;
	box-sizing:border-box;
}
#mainContent .infoTime a:hover {text-decoration:none;}
#mainContent .infoTime span {display:none;}
#mainContent .inforTel {
	width: 25%;
	height: 192px;
	float: left;
	background: #efefef url('/images/main/icon-tel.png') no-repeat 50% 50%;
	background-size: 40px;
	text-align:center;
}
#mainContent .inforTel span {
	font-size: 1.714em;
	color: #7a7a7a;
	display: block;
	margin: 30px 0 64px;
	font-weight:bold;
}
#mainContent .inforTel span strong {
	color: #252424;
}
#mainContent .inforTel p {
	font-size: 2.000em;
	color: #dd8797;
	font-weight: 800;
	letter-spacing: -1px;
}
#mainContent .mainInfor > div {
	padding: 0 20px 20px;
}
#mainContent .mainInfor h3 {
	padding: 30px 0 20px;
	margin:0px;
}
#mainContent .mainInfor h3 a {
	font-weight: 700;
	color: #4a4a4a;
	letter-spacing: -0.05em;
	text-decoration: none;
	font-size: 26px;
}
#mainContent .mainInfor ul {
	width: 100%;
}
#mainContent .mainInfor ul li {
	padding: 15px 35px;
	border-top: 1px dotted #c0c0c0;
	overflow: hidden;
	background: url('/images/common/bul-dot.gif') 8px 25px no-repeat;
	background-size: 6px 6px;
}
#mainContent .mainInfor ul li:first-child {
	border-top: 0;
}
#mainContent .mainInfor ul li a {
	width: 70%;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	float: left;
	text-decoration: none;
}
#mainContent .mainInfor ul li .date {
	float: right;
}
#mainContent .mainInfor ul li a,
#mainContent .mainInfor ul li .date {
	font-size: 16px;
	color: #585858;
	letter-spacing: -0.05em;
}
#mainContent .mainInfor .qna {
	background: #eee;
}
/* ------------ Sub Layout ------------ */
#subWrap {
	background: #f7f7f7;
	padding:100px 0 0;
}
#subContainer .subContBody {
	padding: 0 28px 30px 28px;
	position: relative;
}
#subContainer .boxTbPageLoc {
	height: 45px;
	line-height: 45px;
	vertical-align: middle;
	padding: 0 30px;
	background: #fff;
}

#subContainer .boxMoPcPageLoc {
	font-size: 0.7857142857142857em;
	text-align: right;
	padding: 10px 20px;
	background: #fff;
}
#subContainer .boxMoPcPageLoc > span {
	color: #666;
	padding-left: 3px;
	padding-right: 3px;
}
#subContainer .boxMoPcPageLoc > span.Here {
	color: #dd8797;
}
#subContainer .boxTbPageLoc:after {
	clear: both;
}
#subContainer .boxTbPageLoc > li {
	float: left;
	height: 100%;
	position: relative;
	border-right: 1px solid #d2d2d2;
}
#subContainer .boxTbPageLoc > li > a {
	text-decoration: none;
	display: block;
	padding-left: 20px;
	padding-right: 20px;
}
#subContainer .boxTbPageLoc > li > a  span {
	color:#000000;
}
#subContainer .boxTbPageLoc > li:first-child > a {
	padding-left: 5px;
	padding-right: 15px;
}
#subContainer .boxTbPageLoc > li > a > i.mg-l30 {
	margin-left: 33px !important;
}
#subContainer .boxTbPageLocSub1 {
	display: none;
	width: 101%;
	position: absolute;
	top: 44px;
	left: -1px;
	z-index: 20;
	line-height: 30px;
	background: #fff;
	border: 1px solid #e5e5e5;
	z-index: 10;
}
#subContainer .boxTbPageLocSub2 > li {
	position: relative;
}
#subContainer .boxTbPageLocSub1 > li > a,
#subContainer .boxTbPageLocSub2 > li > a {
	color: #888;
	font-size: 0.9285714285714286em;
	text-decoration: none;
	display: block;
	height: 30px;
	line-height: 30px;
	vertical-align: middle;
	padding-left: 20px;
	padding-right: 10px;
}
#subContainer .boxTbPageLocSub1 > li:hover > a,
#subContainer .boxTbPageLocSub2 > li:hover > a {
	color: #fff;
	font-weight: 700;
	background: #575757;
}
#subContainer .boxTbPageLocSub1 > li.ownSub:hover > a,
#subContainer .boxTbPageLocSub2 > li.ownSub:hover > a {
	background: #575757 url(/images/sub/icon-sub-nav-next.gif) right 5px center no-repeat;
}
#subContainer .boxTbPageLocSub2 {
	display: none;
	width: 100%;
	position: absolute;
	top: -1px;
	left: 100%;
	z-index: 30;
	line-height: 30px;
	background: #fff;
	border: 1px solid #e5e5e5;
}
#subContainer .boxTbPageLocSub3 {
	display: none;
	width: 100%;
	position: absolute;
	top: 0px;
	left: 161px;
	z-index: 30;
	line-height: 30px;
	background: #575757;
}
#subContainer .boxTbPageLocSub3 > li > a {
	color: #fff;
	font-size: 0.9285714285714286em;
	text-decoration: none;
	display: block;
	height: 30px;
	line-height: 30px;
	vertical-align: middle;
	padding-left: 20px;
	padding-right: 10px;
}
#subContainer .boxTbPageLocSub3 > li > a:hover > span {
	border-bottom: 1px solid #fff;
}
#subContainer .btn-dropdown {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width: 18px;
	height: 18px;
	vertical-align: text-bottom;
	background: transparent url(/images/sub/icon-sub-nav-dropdown.gif) 0 0 no-repeat;
	cursor: pointer;
}
#subContainer h3.subConTit {
	margin-bottom: 30px;
	padding: 40px 0 30px;
	border-bottom: 1px solid #e2e2e2;
	font-size: 2.429em;
	font-weight: 600;
	color: #555;
	letter-spacing: -1px;
}
#subContainer .btnTop {
	display:none;
	position: fixed;
	bottom: 60px;
	right: 15px;
	overflow: hidden;
	z-index: 999;
}
#subContainer .btnTop a {
	width: 46px;
	height: 46px;
	float: right;
	text-indent: -9999em;
	background: url('/images/sub/btn-top.png') left top no-repeat;
}
#subContainer footer {
	background: #bebebe;
}
/* ------------ display None Content ------------ */
.headerCont .memBtn .home, 
.headerCont .memBtn .privacy, 
.headerCont .mNav,
.visualTop .visualMo,
.visualTop .visualPc,
/* Main */
#mainContent .loginWrap,
#mainContent .inforTel .tel ,
/* Sub */
#subContainer .subLeft,
#subContainer .inforTel {
	display: none;
}
/* ------------ Sub Content ------------ */
.subTitTxt {
	font-size: 2.286em;
	line-height: 44px;
	letter-spacing: -0.075em;
}

/** Styled by DesignBox **/
/* 서브 페이지 공통 설정 */
.boxConBodyTabs > ul {
	height:52px;
	border-bottom: 1px solid #dd8797;
	z-index:100;
}
.boxConBodyTabs > ul:before,
.boxConBodyTabs > ul:after {
	content: " ";
	display: table;
}
.boxConBodyTabs > ul:after {
	clear: both;
}
.boxConBodyTabs > ul > li {
	float: left;
	margin-bottom:0px;
	margin-left: 3px;
	z-index:0;
}
.boxConBodyTabs > ul > li:first-child {
	margin-left: 0;
}
.boxConBodyTabs > ul > li > a {
	color: #535353;
	font-weight: 700;
	text-decoration: none;
	display: block;
	padding: 15px;
	background: #f7f7f7;
	border-top: 1px solid #cbcbcb;
	border-left: 1px solid #cbcbcb;
	border-right: 1px solid #cbcbcb;
	z-index:0;

}
.boxConBodyTabs > ul > li > a > span {
	display: none;
}
.boxConBodyTabs > ul > li > a:hover,
.boxConBodyTabs > ul > li.ui-state-active > a {
		color: #dd8797;
		border-top: 1px solid #dd8797;
		border-left: 1px solid #dd8797;
		border-right: 1px solid #dd8797;
		position:relative;
		z-index:100;
		height:52px;
}
.boxConBodyTabsBody {
	line-height: 1.230769230769231;
	padding-top: 20px;
	display: none;
}

.titleConBody {
	color: #dd8797;
	font-size: 1.142857142857143em;
	font-weight: 700;
	margin-top: 30px;
}
.txtConBodyTitle {
	color: #515151;
	font-size: 1.142857142857143em;
	margin-top: 10px;
}
.txtConBodyTitle > span {
	font-weight: 700;
}
.txtConBody {
	color: #616161;
	margin-top: 20px;
}
.txtConBody02 {
	color: #515151;
	margin-top: 20px;
}
.boxConBodyMedia {
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 0;
	padding-right: 0;
}
.boxConBodyList1 {
	margin-top: 10px;
}
.boxConBodyList1 > li {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	padding-right: 15px;
	border-bottom: 1px solid #dbdbdb;
}
.boxConBodyList1 > li > span {
	line-height: 1.2em;
	letter-spacing: -.5px;
}
.boxConBodyList1 > li > span.listBullet {
	font-weight: 700;
	float: left;
	margin-left: -15px;
}

table.boxConBodyTable {
	margin-top: 20px;
	width: 100%;
	background: #fff;
	border-top: 2px solid #dd8797;
	text-align: left;
}
table.boxConBodyTable > thead th {
	color: #dd8797;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
	background: #fee8eb;
}

table.boxConBodyTable > tbody > tr{
	border-top: 1px solid #ededed;
}
table.boxConBodyTable > tbody > tr:first-child {
	border-top:none;
}
table.boxConBodyTable > tbody th,
table.boxConBodyTable > tbody td {
	padding: 10px 20px;
}
table.tableType2 > tbody th,
table.tableType2 > tbody td {border:1px solid #ebebeb;}
table.boxConBodyTable > tbody th.thTit {
	background:#fff4f6;
	color:#515151;
	font-weight:700;

}

table.boxConBodyTable > tbody td .txtOrg_step {
	position:relative;
	padding-left:45px;
	overflow:hidden;
}

table.boxConBodyTable > tbody td .txtOrg_step span {
	position:absolute;
	left:0px;
	top:0px;
	color:#dd8797;
	font-weight:700;
	
}
table.boxConBodyTable > tbody td .txtOrg_step02 {
	position:relative;
	padding-left:65px;
	overflow:hidden;
}

table.boxConBodyTable > tbody td .txtOrg_step02 span {
	position:absolute;
	left:0px;
	top:0px;
	color:#dd8797;
	font-weight:700;
}


/*비급여항목안내수정start*/

.table-container_new {
	width: 100%;
	overflow-x:auto;
	white-space: nowrap;
	}
table.boxConBodyTable2 {
	margin-top: 20px;
	width: auto;
	background: #fff;
	border-top: 2px solid #dd8797;
	text-align: left;
}
table.boxConBodyTable2 > thead th {
	color: #dd8797;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
	background: #fee8eb;
}

table.boxConBodyTable2 > tbody > tr{
	border-top: 1px solid #ededed;
}
table.boxConBodyTable2 > tbody > tr:first-child {
	border-top:none;
}
table.boxConBodyTable2 > tbody th,
table.boxConBodyTable2 > tbody td {
	padding: 10px 20px;
}
table.tableType2 > tbody th,
table.tableType2 > tbody td {border:1px solid #ebebeb;}
table.boxConBodyTable2 > tbody th.thTit {
	background:#fff4f6;
	color:#515151;
	font-weight:700;

}

table.boxConBodyTable2 > tbody td .txtOrg_step {
	position:relative;
	padding-left:45px;
	overflow:hidden;
}

table.boxConBodyTable2 > tbody td .txtOrg_step span {
	position:absolute;
	left:0px;
	top:0px;
	color:#dd8797;
	font-weight:700;
	
}
table.boxConBodyTable2 > tbody td .txtOrg_step02 {
	position:relative;
	padding-left:65px;
	overflow:hidden;
}

table.boxConBodyTable2 > tbody td .txtOrg_step02 span {
	position:absolute;
	left:0px;
	top:0px;
	color:#dd8797;
	font-weight:700;
}
/*비급여항목안내수정end*/

.boxConBodyAccordion {
	margin-top: 30px;
	background: #fff;
	border-top: 2px solid #dd8797;
	border-bottom: 2px solid #dd8797;
}
.boxConBodyAccordion h5.titleConBodyAcc {
	background: #fff url('/images/sub/imgSubQ-inA.gif') right 18px top 8px no-repeat;
	font-size: 1em;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 30px;
	padding-right: 10px;
	border-bottom: 1px solid #ededed;
	cursor: pointer;

}
.boxConBodyAccordion > div {
	height:auto !important;
}
.boxConBodyAccordion h5.titleConBodyAcc.ui-accordion-header-active {
	background: #fff url('/images/sub/imgSubQ.gif') right 18px top 8px no-repeat;
}
.boxConBodyAccordion h5.titleConBodyAcc > span {
	font-weight: 700;
}
.boxConBodyAccordion h5.titleConBodyAcc > span.accQnaQ,
.boxConBodyAccordion .txtConBodyAcc .titleConBodyAccText span.accQnaA {
	float: left;
	color: #dd8797;
	margin-left: -30px;
	padding-left: 10px;
}
.boxConBodyAccordion .txtConBodyAcc .titleConBodyAccText span.accQnaA {
	color: #474b4b;
}
.boxConBodyAccordion .txtConBodyAcc {
	padding-top: 20px;
	padding-bottom: 20px;
	background: #fee8eb;
	border-bottom: 1px solid #ededed;
}
.boxConBodyAccordion .txtConBodyAcc .titleConBodyAccText {
	font-weight: 700;
	padding-left: 30px;
	color:#515151;
}
.boxConBodyAccordion .txtConBodyAcc .txtConBodyAccText {
	padding-left: 30px;
	padding-right: 10px;
	color:#515151;

}



/* 병원소개 */
.intro1 .subTitTxt p.t1 {
	font-size: 0.625em;
	line-height: 1;
	text-decoration: underline;
}
.intro1 .subTitTxt p.t2 {
	margin: 10px 0 40px;
}
.intro1 ol li {
	letter-spacing: -1px;
	padding: 30px;
	margin-top: 20px;
	background: #fff;
}
.intro1 ol li:first-child {
	margin-top: 0;
}
.intro1 ol li.n1 {
	line-height: 26px;
	padding-left: 310px;
	background: #fff url('/images/sub/img-intro1_01.jpg') left top no-repeat;
	/*background: #ffffff;*/
	/*background-size: 280px 100%;*/
}
.intro1 ol li.n2 {
	line-height: 26px;
	padding-left: 310px;
	background: #fff url('/images/sub/img-intro1_02.jpg') left top no-repeat;
	/*background: #ffffff;*/
	/*background-size: 280px 100%;*/
}
.intro1 ol li.n3 {
	line-height: 26px;
	padding-left: 310px;
	background: #fff url('/images/sub/img-intro1_03.jpg') left top no-repeat;
	/*background: #ffffff;*/
	/*background-size: 280px 100%;*/
}
.intro1 ol li.n4 {
	line-height: 26px;
	padding-left: 310px;
	background: #fff url('/images/sub/img-intro1_04.jpg') left top no-repeat;
	/*background: #ffffff;*/
	/*background-size: 280px 100%;*/
}
.intro1 ol li.n5 {
	line-height: 26px;
	padding-left: 310px;
	background: #fff url('/images/sub/img-intro1_05.jpg') left top no-repeat;
	/*background: #ffffff;*/
	/*background-size: 280px 100%;*/
}
/*.intro1 ol li.n4 {
}*/
.intro1 ol li .sTit {
	min-height: 52px;
	line-height: 52px;
	font-size: 1.429em;
	position: relative;
	padding: 0 0 15px 60px;
}
.intro1 ol li .sTit span.num {
	width: 52px;
	height: 52px;
	line-height: 52px;
	padding: 0 10px 0 2px;
	position: absolute;
	left: 0;
	top: 0;
	color: #fff;
	font-style: italic;
	font-size: 1.800em;
	letter-spacing: -2px;
	display: inline-block;
	background: #dd8797;
}
.intro1 ol li .txt {
	line-height: 22px;
}
.intro1 ol li.n1 .sTit {
	line-height: 26px;
}
.intro1 ol li.n2 .sTit {
	line-height: 26px;
}
.intro2 {
	letter-spacing: -0.05em;
}
.intro2 .txtCont {
	padding-left: 240px;
	margin: 35px 0;
	background: url('/images/sub/img-intro2.jpg') left top no-repeat;
}
.intro2 .txtCont dt {
	font-size: 1.429em;
	font-weight: 700;
	line-height: 26px;
	margin-bottom: 20px;
}
.intro2 .txtCont dt img {
	display: none;
}
.intro2 .txtCont dt span span {
	font-weight: normal;
}
.intro2 .txtCont dd {
	line-height: 20px;
	margin-top: 10px;
}
.intro2 .directorHistory {
	padding: 30px;
	overflow: hidden;
	background: #fff;
}
.intro2 .directorHistory p.director {
	font-size: 1.429em;
	font-weight: 700;
}
.intro2 .directorHistory dl {
	width: 50%;
	float: left;
	margin-top: 25px;
}
.intro2 .directorHistory dl dt {
	line-height: 42px;
	color: #fff;
	padding: 0 13px;
	margin-bottom: 15px;
	display: inline-block;
	*display: inline;
}
.intro2 .directorHistory dl dt.t1 {
	background: #dd8797;
}
.intro2 .directorHistory dl dt.t2 {
	background: #93bb1a;
}
.intro2 .directorHistory dl dd {
	line-height: 22px;
}
.intro3 li {
	min-height: 380px;
	margin-top: 20px;
	overflow: hidden;
	position: relative;
	background: #fff;
}
.intro3 li:first-child {
	margin-top: 40px;
}
.intro3 li .lookImg {
	position: absolute;
	top: 0;
}
.intro3 li.listR {
	padding-right: 516px;
}
.intro3 li.listR .lookImg {
	right: 0;
}
.intro3 li.listL {
	padding-left: 516px;
}
.intro3 li.listL .lookImg {
	left: 0;
}
.intro3 li p {
	padding: 25px;
	line-height: 1.6;
}
.intro3 li p strong {
	display: block;
	font-size: 1.429em;
	line-height: 26px;
	margin-bottom: 25px;
}
.boxCont {
	overflow: hidden;
	padding: 30px;
	background: #fff;
}
.intro4 .boxCont {
	margin-top: 20px;
}
.intro4 .boxCont .topTxt span {
	line-height: 22px;
}
.intro4 .boxCont .topTxt img {
	display: block;
	margin-top: 25px;
}
.intro4 .boxCont h4 {
	font-size: 1.429em;
	margin: 30px 0 20px;
	font-weight:700;
}
.intro4 .boxCont > ul li {
	overflow: hidden;
	margin-bottom: 1px;
}
.intro4 .boxCont > ul li span, 
.intro4 .boxCont > ul li p {
	line-height: 28px;
	float: left;
}
.intro4 .boxCont > ul li span {
	min-width: 72px;
	color: #fff;
	text-align: center;
	background: #dd8797;
}
.intro4 .boxCont > ul li p {
	padding: 0 10px;
	background: #f7f7f7;
	margin:0px;
}
.intro4 .boxCont .tel {
	font-size: 2.286em;
	margin:0;
}
.intro4 .boxCont .phone {
	display: none;
}
.intro4 .boxCont .txt {
	line-height: 22px;
}
.intro4 .boxCont dl {
	width: 48%;
	min-height: 185px;
	padding-bottom: 10px;
	float: left;
	background: #f7f7f7;
}
.intro4 .boxCont dl.first {
	margin-right: 4%;
}
.intro4 .boxCont dl dt {
	padding: 0 10px;
	color: #fff;
	line-height: 28px;
	background: #dd8797;
}
.intro4 .boxCont dl dd {
	padding: 0 8px;
	margin: 15px 0 0 15px;
	line-height: 18px;
	background: url('/images/common/bul-circle.gif') left center no-repeat;
}
.intro5 .boxCont {
	margin-top:40px;
}
.intro5 .addCont img {
	width: 100%;
}
.intro5 .addCont .add {
	font-size: 1.429em;
	margin-top: 40px;
	margin-bottom: 0px;
}
.intro5 .addCont .tel {
	font-size: 2.286em;
	margin-top: 0px;
}
.intro5 .addCont .phone {
	display: none;
}
.intro5 h4 {
	font-size: 1.429em;
	margin: 40px 0 25px;
	font-weight:700;
}
.intro6 p {line-height:1.6;}
.intro6 .txtCont {
	padding-left: 240px;
	margin: 35px 0;
	background: url('/images/sub/img-intro6-01.jpg') left top no-repeat;
}
.intro6 .txtCont.txtCont2 {
	background: url('/images/sub/img-intro6-02.jpg') left top no-repeat;
}
.intro6 .txtCont dt {
	font-size: 1.429em;
	font-weight: 700;
	line-height: 26px;
	margin: 20px 0 10px;
}
.intro6 .txtCont dt img {
	display: none;
}
.intro6 .txtCont dt span span {
	font-weight: normal;
	font-size:0.8em;
}
.intro6 .txtCont dd {
	margin-top: 10px;
	line-height:1.6;
}
.intro6 .txtCont dd.high {margin-top:20px;}
.intro6 .box {background:#fff;margin:20px 0;padding:30px;color:#dd8797;}
.intro6 .box .title {font-size:1.429em;font-weight:700;}
.boxSubProcess {
	min-height: 180px;
	border: 1px solid #d4d4d4;
}
.boxSubProcess .tabSubProcess {
	border-bottom: 1px solid #d4d4d4;
}
.boxSubProcess .tabSubProcess ul {
	overflow: hidden;
	margin-bottom:0px;
}
.boxSubProcess .tabSubProcess ul li {
	width: 25%;
	height: 40px;
	line-height: 40px;
	float: left;
	border-left: 1px solid #d4d4d4;
	vertical-align: middle;
	background: url('/images/common/ver-arrows.png') 90% center no-repeat;
}
.boxSubProcess .tabSubProcess ul li:first-child {
	border-left:none;
}
.boxSubProcess .tabSubProcess ul li a {
	display: block;
	padding-left: 16px;
}
.boxSubProcess .tabSubProcess a {
	color: #777777;
	font-size: 1.143em;
	font-weight: 700;
	text-decoration: none;
}
.boxSubProcess .tabSubProcess li.ui-tabs-active {
	background: #ededed url('/images/common/ver-arrows.png') 90% center no-repeat;
}
.boxSubProcess .tabSubProcess li.ui-tabs-active a {
	color: #444444;
}
.boxSubProcess .boxSubProcessTxt {
	padding: 25px;
	line-height: 22px;
}
.boxSubProcessTxt h4 {
	margin:0px;
	color:#515151;
}


.boxConBodyList2 {
	margin-top: 10px;
}
.boxConBodyList2 > li {
	position:relative;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	padding-right: 15px;
	border-bottom: 1px solid #dbdbdb;
	color:#515151;
}
.boxConBodyList2 > li > span {
	line-height: 1.2em;
	letter-spacing: -.5px;
	color:#515151;
}
.boxConBodyList2 > li > span.listNumber {
	position:absolute;
	left:5px;
}

.boxConBodyList3 {
	margin-top: 10px;
}
.boxConBodyList3 > li {
	padding-bottom: 5px;
	color:#515151;

}
.boxConBodyList3 > li > span {
	line-height: 1.2em;
	letter-spacing: -.5px;
	color:#515151;
}
.boxConBodyList3 > li > span.listNumber {
	position:absolute;
	left:5px;
}
.dis_block {
	display:block !important;
}
.tabSubIntro {
	display:none;
}
/* 증명서 발급 comm/certificate.html */
.certiDown a {line-height:42px;color:#fff;padding:0 13px;margin-bottom:15px;display:inline-block;}
.certiDown a:hover {text-decoration:none;}
.certiDown .down1 {background:#dd8797;}
.certiDown .down2 {background:#93bb1a;}