@charset "utf-8";
/* CSS Document */


/* -------------------------------- 

Header Style

-------------------------------- */
#header {
	position: fixed;
	display: block;
	width: 100%;
	height: 145px;
	top: 0;
	z-index: 100;
	border-bottom: 1px #dddddd solid;
	background: #ffffff;
}
.header_menu {
	display: block;
	width: 100%;
	height: 46px;
	border-bottom: 1px #dddddd solid;
  box-sizing: border-box;
}
.header_menu_area {
	display: block;
	overflow: hidden;
	width: 1080px;
	margin: 0 auto;
	padding-top: 13px;
}
/* 2018.07.23 Add */
.header_menu_area > div > a em.medicalplus {
	display: inline-block;
	width: 76px;
	height: 21px;
	background: url(../../images/bi/bi_medicalplus.png) no-repeat left top;
	vertical-align: text-bottom;
	text-indent: -555555px;
}
.header_menu_area > div > a span {
	display: inline-block;
	color: #888888;
	padding-left: 2px;
}
.header_menu_area > div > a:hover em.medicalplus {
	display: inline-block;
	width: 76px;
	height: 21px;
	background: url(../../images/bi/bi_medicalplus_over.png) no-repeat left top;
	vertical-align: text-bottom;
	text-indent: -555555px;
}
.header_menu_area > div > a:hover span {
	display: inline-block;
	color: #32abe4;
}
.header_menu_area > div > .slice {
	display: inline-block;
	width: 1px;
	height: 21px;
	font-size: 1px;
	margin-left: 7px;
	padding-left: 7px;
	border-left: 1px rgba(0, 0, 0, 0.1) solid;
	vertical-align: top;
}
.header_menu_area > div > a em.down {
	display: inline-block;
	width: 16px;
	height: 21px;
	background: url(../../images/icon/icon_down.png) no-repeat left top;
	vertical-align: text-bottom;
	text-indent: -555555px;
}
.header_menu_area > div > a:hover em.down {
	display: inline-block;
	width: 16px;
	height: 21px;
	background: url(../../images/icon/icon_down_over.png) no-repeat left top;
	vertical-align: text-bottom;
	text-indent: -555555px;
}


.header_menu_area ul.member_menu {
	overflow: hidden;
  margin-right: 1.5%;
  float: right;
}
.header_menu_area ul.member_menu li {
	display: inline-block;
	background: url(../../images/icon/icon_slice1.png) no-repeat left center;
	padding: 0 10px 0 13px;
}
.header_menu_area ul.member_menu li:first-child {
	background: none;
}
.header_menu_area ul.member_menu li:last-child {
	padding-right: 0;	
}
#header .gnb {
	display: block;
	height: 99px;
}
#header .gnb .gnb_area {
	width: 1080px;
	margin: 0 auto;
}
#header .gnb .gnb_area .logo {
	float: left;
	margin-top: 27px;
}
#header .gnb .gnb_area ul {
	overflow: hidden;
	float: right;
	margin-top: 41px;
  margin-right: 1.5%;
}
#header .gnb .gnb_area > ul li {
	display: inline-block;
	padding: 0 20px;
	font-family: 'NanumSquare' !important;
	font-style: normal;
  box-sizing: border-box;
}
#header .gnb .gnb_area > ul li:last-child {
	padding-right: 0;
}
#header .gnb .gnb_area > ul li a {
	font-size: 18px;
	color: #404040;
	font-weight: 600;
	font-family: 'NanumSquare' !important;
}
#header .gnb .gnb_area > ul li a:hover,
#header .gnb .gnb_area > ul li a.active  {
	color: #E94C35;
}
#m-header-wrap {
	display: none;
}

/* Mobile Header */
@media only screen and (max-width: 1080px) {
	#header {
		position: relative;
		display: table;
		height: 70px;
		z-index: 10;
	}
	.header_menu, #header .gnb {
		display: none;
	}
	#m-header-wrap {
		display: block;
		width: 100%;
	}
	#cd-logo {
		position:absolute;
		left: 50%;
		top: 0;
		height: 80px;
		margin-left: -60px;
		margin-top: 20px;
		text-align: center;
	}	
	#cd-logo > a {
		display: block;
		width:122px;
		height:31px;
		background: url(../../images/bi/bi_m_panmunedu.png) no-repeat center center;
		background-size: 100%;
		text-indent:-555555px;
	}
	#cd-login > a {
		display:block;
		float:right;
		width:35px;
		height:70px;
		background:url(../../images/icon/icon_m_login.png) no-repeat center center;
		text-indent:-555555px;
		margin-right:3%;
		background-size: 100%;
	}
	#cd-mypage > a {
		display:block;
		float:right;
		width:35px;
		height:70px;
		background:url(../../images/icon/icon_m_mypage.png) no-repeat center center;
		text-indent:-555555px;
		margin-right:2%;
		background-size: 100%;
	}
	/* -------------------------------- 

	Mobile Navigation style

	-------------------------------- */
	.c_mask {
		position: fixed;
		z-index: 500;
		top: 0;
		left: 0;
		width: 0;
		height: 0;
		overflow: hidden;
		background: #000000;
		opacity: 0;
		transition: opacity 0.2s, width 0s 0.2s, height 0s 0.2s;
		-webkit-transition: opacity 0.2s, width 0s 0.2s, height 0s 0.2s;
	}
	.c_mask.is_active {
		width: 100%;
		height: 100%;
		opacity: 0.7;
		transition: opacity 0.2s;
		-webkit-transition: opacity 0.2s;
	}
	
	.cd-primary-nav {
		/* mobile first - navigation hidden by default, triggered by tap/click on navigation icon */
		float: left;
		width:44px;
		height:70px;
		margin-left:3%;
		background: url(../../images/icon/icon_menu.png) no-repeat center center;
		background-size: 100%;
		display: block;
	}
	.cd-primary-nav > ul {
		position:absolute;
		top:0;
		left:0;
		width:100%;
		text-align: left;
		transform: translateX(-100%);
		-webkit-transform: translateX(-100%);
		-moz-transform: translateX(-100%);
		-ms-transform: translateX(-100%);
		-o-transform: translateX(-100%);
	}
	.cd-primary-nav > ul.is-visible {
		width: 100%;
		z-index: 1000;
		transform: translateX(0px);
		-webkit-transform: translateX(0px);
		-moz-transform: translateX(0px);
		-ms-transform: translateX(0px);
		-o-transform: translateX(0px);
		transition: transform 0.1s ease;
		-webkit-transition: transform 0.1s  ease;
		-moz-transition: transform 0.1s  ease;
		-o-transition: transform 0.1s  ease;
	}
	.cd-primary-nav a.menu {
		display: block;
		padding: 20px;background: #3495d2;
		border-bottom: 1px #85bfe4 solid;
		font-size: 112.5%;
		font-weight: 600;
		color: #ffffff;
	}
	.cd-info-area {
		display:inline-block;
		overflow: hidden;
		vertical-align:top;
		width:100%;
		padding: 24px 20px;
		background: #3495d2;
		border-bottom: 1px #85bfe4 solid;
		line-height: 22px;
		position: relative;
	}
	.cd-info-area .cd-info-login {
		display: block;
	}
	.cd-info-area .cd-info-logout {
		display: block;
	}
	.cd-info-area .btnClose {
		position: absolute;
		right: 15px;
		top: 20px;
		width: 25px;
		height: 25px;
		font-size: 0;
		background: url(../../images/icon/btn_close01.png) no-repeat 0 0;
		background-size: 100%;
		display: block;
	}
	.cd-btns {
		height: 60px;
		background: #3495d2;
		border-bottom: 1px #85bfe4 solid;
	}
	.cd-btns > span > a {
		display: inline-block;
		width: 50%;
		height: 60px;
		line-height: 60px;
		border-left: 1px #85bfe4 solid;
		text-align: center;
	}
	.cd-btns > span > a :first-child {
		border-left: 0;
	}
	.cd-btns2 {
		height: 60px;
		background: #3495d2;
		border-bottom: 1px #85bfe4 solid;
	}
	.cd-btns2 > span > a {
		display: inline-block;
		width: 33%;
		height: 60px;
		line-height: 60px;
		border-left: 1px #85bfe4 solid;
		text-align: center;
		letter-spacing: -0.7px;
	}
	.cd-btns2 > span > a :first-child {
		border-left: 0;
	}
	.cd-primary-nav ul.m_customer {
		overflow: hidden;
		padding: 10px 0 15px 0;
		background: #22628a;
	}
	.cd-primary-nav ul.m_customer li a {
		display: block;
		width: 100%;
		padding: 10px 20px 10px 20px;
		font-size: 87.5%;
		color: rgba(255, 255, 255, 0.6);
	}
}

/* -------------------------------- 

Sub Style

-------------------------------- */
#subWrap {
	display: block;
  overflow: hidden;
	width: 100%;
	/*padding: 145px 0 0 0;*/
}
.sub_top {
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 200px;
	/*background-size: cover !important;*/
	background-color: #404040;
}
.sub_top div {
	position: absolute;
	height: 45%;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
}
.sub_top strong {
	display: block;
	font-size: 237.5%;
	color: #ffffff;
	font-weight: 600;
	margin-bottom: 23px;
}
.sub_top h2 {
	font-size: 97.5%;
	color: #ffffff;
}
/* Sub Top Bg */
.bg_intro {
	background: url(../../images/bg/bg_intro.jpg) no-repeat center center;
}
.bg_dr {
	background: url(../../images/bg/bg_dr.jpg) no-repeat center center;
}
.bg_dc {
	background: url(../../images/bg/bg_dc.jpg) no-repeat center center;
}
.bg_el {
	background: url(../../images/bg/bg_el.jpg) no-repeat center center;
}
.bg_cs {
	background: url(../../images/bg/bg_cs.jpg) no-repeat center center;
}
/* 20170901 Add */
.bg_mp {
	background: url(../../images/bg/bg_mp.jpg) no-repeat center center;
}
/* 20171127 Add */
.bg_pm {
	background: url(../../images/bg/bg_pm.jpg) no-repeat center center;
}
/* 20200617 Add */
.bg_kuksi {
	background: url(../../images/bg/bg_kuksi.jpg) no-repeat center center;
}
@media only screen and (max-width: 1080px) {
	#subWrap {
		padding: 0;
	}
	.sub_top {
		height: 160px;
	}
	.sub_top div {
		width: 100%;
		height: 48%;
		padding: 0 5%;
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
		-website-transform: translate(-50%, -50%);
	}
	.sub_top strong {
		font-size: 187.5%;
		margin-bottom: 20px;
		letter-spacing: -0.8px;
	}
	.sub_top h2 {
		font-size: 75%;
		line-height: 18px;
	}
}
/* Sub Navi Style */
.sub_navi_wrap {
	width: 100%;
	height: 60px;
	border-top: 1px #e0e0e0 solid;
	border-bottom: 1px #e0e0e0 solid;
  box-sizing: border-box;
}
.sub_navi {
	display: block;
	overflow: hidden;
	width: 1080px;
	height: 60px;
	margin: 0 auto;
}
.sub_navi ul {
	display: inline-block;
	height: 60px;
	overflow: hidden;
}
.sub_navi ul li {
	display: inline;
}
.sub_navi ul li:first-child a {
	background: none;
}
.sub_navi ul li a {
	display: block;
	float: left;
	padding: 20px 37.5px 18px 37.5px;
	background: url(../../images/icon/navi_line.png) no-repeat left top;
	font-size: 112.5%;
	font-family: 'NanumSquare' !important;
	color: #000000;
}
.sub_navi ul li a.active {
	color: #e94c35;
	border-bottom: 2px #e94c35 solid;
}
@media only screen and (max-width: 1024px) {
	.sub_navi_wrap {
		width: 90%;
		margin: 30px auto 0;
		border: none;
	}
	.sub_navi {
		display: none;
	}
}
@media only screen and (max-width: 1080px) and (min-width: 1024px) {
	.sub_navi_wrap {
		width: 100%;
		margin: 0 auto;
		border-top: 1px #e0e0e0 solid;
		border-bottom: 1px #e0e0e0 solid;
		margin-bottom: 40px;
	}
	.sub_navi {
		display: block;
		width: 100%;
		height: 60px;
		margin: 0 auto;
	}
	.sub_navi ul {
		display: inline-block;
		height: 60px;
		overflow: hidden;
	}
	.sub_navi ul li a {
		font-size: 97.5%;
		padding: 23px 35px 18px 35px;
	}
}
/* Sub Contents */

.sub_con_area {
	width: 1080px;
	/*padding: 85px 0 150px 0;*/
	margin: 0 auto;
	background: #ffffff;
}

@media only screen and (max-width: 1080px) {
	.sub_con_area {
		width: 90%;
		padding: 20px 0 100px 0;
		margin: 0 auto;
		background: #ffffff;
	}
}

/* Sub Tab Style */
.tab_wrap_1 {
	width: 1080px;
	margin: 0 auto;
}
ul.sub_tab1, ul.sub_tab2 {
	position: relative;
	width: 100%;
	height: 55px;
}
ul.sub_tab1 li, ul.sub_tab2 li {
	display: table-cell;
	width: 1%;
}
ul.sub_tab1 li a, ul.sub_tab2 li a {
	position: relative;
	display: block;
	height: 55px;
	border: 1px #e0e0e0 solid;
	margin-left: -1px;
	background: #ffffff;
	font-size: 137.5%;
	color: #9d9d9d;
	padding-top: 16px;
}
ul.sub_tab1 li:first-child a, ul.sub_tab2 li:first-child a {
	margin-left: 0;
}
ul.sub_tab1 li a.active, ul.sub_tab2 li a.active {
	color: #e94c35;
	border-bottom: 2px #e94c35 solid;
	font-weight: 600;
}

.tab_wrap_2 {
	width: 1080px;
	margin: 0 auto 60px;
}
.tab_wrap_2 > .tab {
	position: relative;
	width: 100%;
	height: 43px;
}
.tab_wrap_2 > .tab > li {
	display: table-cell;
	width: 1%;
}
.tab_wrap_2 > .tab > li > a {
	position: relative;
	display: block;
	font-size: 97.5%;
	height: 43px;
	line-height: 40px;
	color: #404040;
	background-color: #ffffff;
	border: 1px #e0e0e0 solid;
	border-left: 0;
	text-decoration: none;
}
.tab_wrap_2 > .tab > li > a:hover {
	border: 1px #404040 solid;
	margin-left: -1px;
}
.tab_wrap_2 > .tab > li:first-child > a {
	border-left: 1px #e0e0e0 solid;
}
.tab_wrap_2 > .tab > li:first-child > a:hover {
	border: 1px #404040 solid;
	margin-left: 0;
}
.tab_wrap_2 > .tab > li.active > a {
	background: #404040;
	color: #ffffff;
	border: 1px #404040 solid;
	border-left: 1px #404040 solid;
	margin-left: -1px !important;
	margin-right: 1px;
}
@media only screen and (max-width: 640px) {
	.tab_wrap_2 {
		display: inline-block;
		width: 100%;
		margin: 0 auto 35px;
	}
	.tab_wrap_2 > .tab > li {
		float: left;
		width: 50% !important;
	}
	.tab_wrap_2 > .tab > li > a {
		border-left: 1px #e0e0e0 solid;
		margin-left: -1px !important;
		margin-bottom: -1px !important;
	}
	.tab_wrap_2 > .tab > li > a:hover {
		border : 1px #e0e0e0 solid;
		margin-left: -1px;
	}
	.tab_wrap_2 > .tab > li:first-child > a {
		margin-right: 0;
	}
	.tab_wrap_2 > .tab > li:first-child > a:hover {
		border: 1px #e0e0e0 solid;
		margin-left: 0;
	}
}
@media only screen and (max-width: 1080px) {
	.tab_wrap_2 {
		width: 100%;
		margin: 0 auto 35px;
	}
}
/* Tab Text Change */
.idF_1:before {
	content: "등록된 이메일 정보로 찾기";
	text-align: center;
}
.idF_2:before {
	content: "이름 / 생년월일 / 성별로 찾기";
	text-align: center;
}
@media only screen and (max-width: 1080px) {
	.tab_wrap_1 {
		width: 100%;
		margin: 0 auto;
	}
	ul.sub_tab1, ul.sub_tab2 {
		overflow: hidden;
		width: 100%;
		height: 45px;
	}
	ul.sub_tab1 li {
		float: left;
		width: 50% !important;
		height: 45px;
	}
	ul.sub_tab2 li {
		float: left;
		width: 33.33% !important;
		height: 45px;
	}
	ul.sub_tab1 li a, ul.sub_tab2 li a {
		height: 45px;
		font-size: 87.5%;
		padding-top: 15px;
	}
	/* tab Text Change */
	.idF_1:before {
		content: "이메일";
		text-align: center;
	}
	.idF_2:before {
		content: "이름 / 생년월일 / 성별";
		text-align: center;
	}
}
/* Sub Common Select Style */
.styled_select1, .styled_select3 {
	display: none;
}
.styled_select2 {
	position: relative;	
	display: inline-block;
	background: #ffffff url(../../images/icon/icon_arrow1.png) no-repeat 95% center;
	background-size: 16px 9px;
	overflow: hidden;
	width: 30%;
	height: 37px;
	border: 1px #cccccc solid;
	margin: 0 3px 0 0;
}
.styled_select2 > select {
	background: transparent;
	border: none;
	color: #666666;
	padding: 6px 10px 8px 10px;
	width: 100%;
	height: 37px;
	-webkit-appearance: none; /* 네이티브 외형 감추기 */ 
	-moz-appearance: none;
	appearance: none;
}
/* Mobile Select Styled */
@media only screen and (max-width: 480px) {
	.styled_select1 {
		display: block;
		background: #ffffff url(../../images/icon/icon_arrow1_m.png) no-repeat 96% center;
		background-size: 17px 17px;
		overflow: hidden;
		width: 100%;
		border: 1px #cccccc solid;
		margin: 10px auto 0;
	}
	.styled_select1 > select {
		background: transparent;
		border: none;
		font-size: 87.5%;
		font-weight: 600;
		color: #000000;
		padding: 8px 10px 9px;
		width: 100%;
		-webkit-appearance: none; /* 네이티브 외형 감추기 */ 
		-moz-appearance: none;
		appearance: none;
	}
}
@media only screen and (max-width: 768px) {
	.styled_select2 {
		display: inline-block;
		background: #ffffff url(../../images/icon/icon_arrow1_m.png) no-repeat 94% center;
		background-size: 17px 17px;
		overflow: hidden;
		width: 30%;
		height: 37px;
		border: 1px #cccccc solid;
		margin: 0 3px 0 0;
	}
	.styled_select2 > select {
		background: transparent;
		border: none;
		color: #666666;
		padding: 6px 5px 8px 5px;
		width: 100%;
		height: 37px;
		-webkit-appearance: none; /* 네이티브 외형 감추기 */ 
		-moz-appearance: none;
		appearance: none;
	}
}
@media only screen and (max-width: 1024px) {
	.styled_select3 {
		display: block;
		background: #ffffff url(../../images/icon/icon_arrow1_m.png) no-repeat 96% center;
		background-size: 17px 17px;
		overflow: hidden;
		width: 100%;
		border: 1px #cccccc solid;
		margin: 10px auto 0;
	}
	.styled_select3 > select {
		background: transparent;
		border: none;
		font-size: 87.5%;
		font-weight: 600;
		color: #000000;
		padding: 8px 10px 9px;
		width: 100%;
		box-sizing: border-box;
		-webkit-appearance: none; /* 네이티브 외형 감추기 */ 
		-moz-appearance: none;
		appearance: none;
	}
}
@media only screen and (max-width: 1080px) and (min-width: 1024px) {
	.styled_select3 {
		display: none;
	}
}
/* Table Style */
table {
	display: table;
	border-collapse: collapse;
	border-spacing: 0;
}
table.type01 {
	width: 100%;
	table-layout: fixed;
}
table.type01 th {
	font-size: 87.5%;
	font-weight: 600;
	color: #222222;
}
table.type01 td {
	font-size: 87.5%;
	color: #666666;
	padding-right: 80px;
}
table.type01 th {
	vertical-align: middle;
	padding: 20px 10px 20px 110px;
	border-bottom: 1px #dfdfdf solid;
}
table.type01 td {
	vertical-align: middle;
	padding: 20px 110px 20px 0;
	border-bottom: 1px #dfdfdf solid;
}
table .vt {
	vertical-align: top !important;
	line-height: 40px;
}
.t_m_title {
	font-weight: 600;
	color: #222222;
	margin-bottom: 10px;
}
.m_con_b {
	display: none;
}
.m_con_b2 {
	display: none;
}
@media screen and (max-width: 768px) {
	.m_only_b2 {
		display: none;
	}
	.m_con_b2 {
		display: block;
	}
}
@media screen and (max-width: 1080px) {
	.m_only_b {
		display: none;
	}
	.m_con_b {
		display: block;
	}
	table.type01 td {
		padding: 15px 0 15px 0;
	}
}

table.type02 {
	width: 100%;
	table-layout: fixed;
	border-top: 1px #404040 solid;
	margin-top: 55px;
	text-align: left;
	line-height: 24px;
}
table.type02 th {
	font-size: 87.5%;
	font-weight: 600;
	color: #404040;
}
table.type02 td {
	font-size: 87.5%;
	color: #666666;
	padding-right: 80px;
}
table.type02 th {
	vertical-align: middle;
	padding: 15px 10px 15px 30px;
	border-bottom: 1px #dfdfdf solid;
}
table.type02 td {
	vertical-align: middle;
	padding: 15px 95px 15px 0;
	border-bottom: 1px #dfdfdf solid;
}
@media screen and (max-width: 768px) {
	table.type02 td {
		padding: 15px 0 15px 0;
	}
}
@media screen and (max-width: 1080px) {
	table.type02 {
		line-height: 18px;
	}
	table.type02 {
		margin-top: 20px;
	}
	table.type02 td p span {
		font-size: 93.8%;
	}
	table.type02 div {
		font-size: 93.8%;
	}
}
table.type03 {
	width: 100%;
	table-layout: fixed;
	border-top: 1px #404040 solid;
}
table.type03 th {
	font-size: 87.5%;
	font-weight: 600;
	color: #404040;
	background: #f5f5f5;
}
table.type03 th {
	vertical-align: middle;
	padding: 15px 10px 15px 10px;
	border-bottom: 1px #dfdfdf solid;
}
table.type03 td {
	font-size: 87.5%;
	color: #404040;
}
table.type03 td {
	vertical-align: middle;
	padding: 15px 15px;
	line-height: 20px;
	border-bottom: 1px #dfdfdf solid;
}
table.type03 td a {
	display: block;
	line-height: 20px;
	color: #404040;
}
table.type03 td a:hover {
	text-decoration: underline;
}
.t_con_date {
	color: #888888;
}
.t_title {
	color: #404040;
}
@media screen and (max-width: 1080px) {
	table.type03 td {
		padding: 15px 10px;
	}
	table.type03 td a:hover {
		text-decoration: none;
	}
	.t_con_date {
		margin-top: 3px;
	}
}
table.type04 {
	width: 100%;
	table-layout: fixed;
	border-top: 1px #404040 solid;
	text-align: left;
}
table.type04 th {
	font-size: 87.5%;
	font-weight: 600;
	color: #404040;
	background: #f5f5f5;
}
table.type04 th {
	vertical-align: middle;
	padding: 15px 30px;
	border-bottom: 1px #dfdfdf solid;
}
table.type04 td {
	font-size: 87.5%;
	color: #aaaaaa;
}
table.type04 td {
	vertical-align: middle;
	padding: 15px 30px;
	line-height: 20px;
	border-bottom: 1px #dfdfdf solid;
}
table.type04 td.event_con {
	font-size: 97.5%;
	padding: 55px 90px;
	line-height: 30px;
	color: #404040;
}
@media screen and (max-width: 768px) {
	table.type04 th, table.type04 td {
		font-size: 80%;
		padding: 15px 13px;
	}
	table.type04 td.event_con {
		padding: 30px 0;
		font-size: 80%;
		line-height: 20px;
	}
}
/* 2017.09.06 */
table.type05 {
	width: 100%;
	table-layout: fixed;
	border-top: 1px #dfdfdf solid;
	margin-top: 15px;
}
table.type05 th {
	font-size: 97.5%;
	font-weight: 600;
	color: #404040;
	text-align: right;
}
table.type05 td {
	font-size: 97.5%;
	color: #666666;
	text-align: left;
}
table.type05 th {
	vertical-align: middle;
	padding: 15px 25px 15px 10px;
	border-bottom: 1px #dfdfdf solid;
}
table.type05 td {
	vertical-align: middle;
	padding: 15px 25px 15px 0;
	border-bottom: 1px #dfdfdf solid;
}
@media screen and (max-width: 1080px) {
	table.type05 {
		line-height: 18px;
	}
	table.type05 td {
		padding: 15px 0 15px 0;
	}
	table.type05 {
		margin-top: 20px;
	}
}
/* 2017.09.10  Add */
table.type06 {
	width: 100%;
	table-layout: fixed;
	border-top: 1px #404040 solid;
	margin-top: 55px;
	text-align: left;
	line-height: 24px;
}
table.type06 th {
	font-size: 87.5%;
	vertical-align: middle;
	padding: 15px 20px;
	text-align: center;
	border-bottom: 1px #dfdfdf solid;
}
table.type06 td {
	vertical-align: middle;
	border-bottom: 1px #dfdfdf solid;
}
.type06_m_title {
	font-size: 80%;
	margin-bottom: 7px;
}
table.type06 a:hover {
	text-decoration: underline;
}

@media screen and (max-width: 1080px) {
	table.type06 {
		line-height: 18px;
	}
	table.type06 td {
		padding: 15px 15px;
	}
	table.type06 {
		margin-top: 20px;
	}
}
/* -------------------------------- 

Footer Style

-------------------------------- */
#footer {
	display: inline-table;
	width: 100%;
	padding-bottom: 50px;
	background: #ffffff;
}
@media only screen and (max-width: 1024px) {
	#footer {
		overflow: none;
	}
}
#footer .f_list_area {
	display: block;
	width: 100%;
	height: 62px;
	border-top: 1px #dddddd solid;
	border-bottom: 1px #dddddd solid;
	line-height: 60px;
}
#footer .f_list {
	display: block;
	zoom: 1;
	width: 1080px;
	margin: 0 auto;
	text-align: left;
	position: relative;
}
#footer .f_list > ul {
	display: inline-block;
}
#footer .f_list > ul > li {
	display: inline;
}
#footer .f_list > ul > li > a {
	display: inline-block;
	zoom: 1;
	padding: 0 40px;
	font-size: 93.8%;
	font-weight: 600;
	color: #444444;
	border-left: 1px #dddddd solid;
}
#footer .f_list > ul > li:last-child > a {
	border-right: 1px #dddddd solid;
}
#footer .f_family {
	display: inherit;
	position: relative;
	float: right;
	width: 180px;
	height: 60px;
	border-left: 1px #dddddd solid;
	border-right: 1px #dddddd solid;
	background: #ffffff;
}
#footer .f_family > span a {
	display: inline-block;
	width: 100%;
	padding: 0 17px;
	background: url(../../images/icon/icon_site_more.png) no-repeat 90% center;
	font-size: 93.8%;
	font-weight: 600;
	color: #444444;
    cursor: pointer;
}
#footer .f_family > dl {
	width: 180px;
	position: absolute;
	left: -1px;
	/*top: -290px;*/
  bottom: 60px;
	z-index: 2000;
	box-sizing: border-box;
	background: #ffffff;
	border: 1px #dddddd solid;
}
#footer .f_family > dl dd a {
	display: block;
	width: 100%;
	padding: 3px 17px;
	font-size: 80%;
	line-height: 30px;
	color: #444444;
}
#footer .f_family > dl dd a:hover {
	background: #f5f5f5;
}
#footer .f_add_area {
	display: block;
	width: 1080px;
	margin: 0 auto;
}
#footer .f_add_area .add {
	float: left;
	padding: 28px 0 0 0;
	font-size: 80%;
	color: #444444;
	line-height: 22px;
	text-align: left;
}
#footer .f_add_area .f_bn {
	float: right;
	padding: 15px 0 0 0;
  line-height: 0;
}
#footer .m_f_add_area {
	display: none;
}
/* 2018.07.23 */
#footer .m_f_mPlus_area {
	display: none;
}

/* Mobile Footer */
@media only screen and (max-width: 1080px) {
	#footer {
		width: 100%;
		padding-bottom: 40px;
		background: #ffffff;
	}
	/* 2018.07.23 */
	/*
	#footer .m_f_mPlus_area {
		display: block;
		overflow: hidden;
		width: 95%;
		padding: 20px 30px;
		font-size: 80%;
		color: #444444;
		line-height: 22px;
		text-align: center;
		margin: 0 auto;
		border-bottom: 1px rgba(0, 0, 0, 0.09) solid;
	}
	#footer .m_f_mPlus_area .mPlus_bi {
		display: inline-block;
		width: 90px;
		height: 27px;
		background: url(../../images/bi/bi_m_medicalplus.png) no-repeat center top;
		background-size: 100%;
		vertical-align: middle;
    	text-indent: -555555px;
	}
	#footer .m_f_mPlus_area .m_slice {
		display: inline-block;
		width: 1px;
		height: 27px;
		font-size: 1px;
		margin-left: 7px;
		padding-left: 7px;
		border-left: 1px rgba(0, 0, 0, 0.1) solid;
		vertical-align: top;
	}
	#footer .m_f_mPlus_area .bookList {
		display: inline-block;
		color: #444444;
		vertical-align: middle;
	}
	*/
}
@media only screen and (max-width: 1080px) and (min-width: 840px) {
	#footer .f_list {
		display: block;
		zoom: 1;
		width: 95%;
		margin: 0 auto;
		text-align: left;
		position: relative;
	}
}
@media only screen and (max-width: 1080px) and (min-width: 731px) {
	#footer .f_add_area {
		display: block;
		width: 95%;
		margin: 0 auto;
	}
	#footer .m_f_add_area {
		display: none;
	}
	/* 2018.07.23 */
	#footer .m_f_mPlus_area {
		display: block;
		overflow: hidden;
		width: 95%;
		padding: 20px 0;
		font-size: 80%;
		color: #444444;
		line-height: 23px;
		text-align: left;
		margin: 0 auto;
		border-bottom: 1px rgba(0, 0, 0, 0.09) solid;
	}
	#footer .m_f_mPlus_area .mPlus_bi {
		display: inline-block;
		width: 90px;
		height: 27px;
		background: url(../../images/bi/bi_m_medicalplus.png) no-repeat center top;
		background-size: 100%;
		vertical-align: middle;
    	text-indent: -555555px;
	}
	#footer .m_f_mPlus_area .m_slice {
		display: inline-block;
		width: 1px;
		height: 27px;
		font-size: 1px;
		margin-left: 13px;
		padding-left: 15px;
		border-left: 1px rgba(0, 0, 0, 0.1) solid;
		vertical-align: middle;
	}
	#footer .m_f_mPlus_area .bookList {
		display: inline-block;
		color: #e94c35;
		font-weight: bold;
		vertical-align: middle;
	}
	#footer .m_f_mPlus_area .pdf {
		background: url(../../images/icon/icon_pdf_m.png) no-repeat 0 center;
		background-size: 17px 23px;
		padding: 0 0 0 22px;
	}
}
@media only screen and (max-width: 730px) {
	#footer .f_add_area {
		display: none;
	}
	#footer .m_f_add_area {
		display:block;
		overflow: hidden;
		padding: 20px 30px;
		font-size: 80%;
		color: #444444;
		line-height: 22px;
		text-align: center;
		margin: 0 auto;
	}
	/* 2018.07.23 */
	#footer .m_f_mPlus_area {
		display: block;
		overflow: hidden;
		width: 95%;
		padding: 20px 30px;
		font-size: 80%;
		color: #444444;
		line-height: 23px;
		text-align: center;
		margin: 0 auto;
		border-bottom: 1px rgba(0, 0, 0, 0.09) solid;
	}
	#footer .m_f_mPlus_area .mPlus_bi {
		display: inline-block;
		width: 90px;
		height: 27px;
		background: url(../../images/bi/bi_m_medicalplus.png) no-repeat center center;
		background-size: 100%;
		vertical-align: middle;
    	text-indent: -555555px;
	}
	#footer .m_f_mPlus_area .m_slice {
		display: inline-block;
		width: 1px;
		height: 27px;
		font-size: 1px;
		margin-left: 13px;
		padding-left: 15px;
		border-left: 1px rgba(0, 0, 0, 0.1) solid;
		vertical-align: middle;
	}
	#footer .m_f_mPlus_area .bookList {
		display: inline-block;
		color: #e94c35;
		font-weight: bold;
		vertical-align: middle;
	}
	#footer .m_f_mPlus_area .pdf {
		background: url(../../images/icon/icon_pdf_m.png) no-repeat 0 center;
		background-size: 17px 23px;
		padding: 0 0 0 22px;
	}
}
@media only screen and (max-width: 850px) {
	/* -------------------------------- 

	Mobile Footer style

	-------------------------------- */
	
	#footer .f_list_area {
		display: block;
		width: 100%;
		height: auto;
		border: none;
		line-height: 36px;
		margin: 0 auto;
	}
	#footer .f_list {
		display: block;
		zoom: 1;
		width: 100%;
		margin: 0 auto;
		text-align: left;
		position: relative;
		background-color: #dddddd;
	}
	#footer .f_list > ul {
		display: inline-block;
		width: 100%;
	}
	#footer .f_list > ul > li {
		display: block;
		float: left;
		width: 50%;
	}
	#footer .f_list > ul > li > a {
		display: block;
		padding: 0 0;
		font-size: 87.5%;
		font-weight: 600;
		text-align: center;
		color: #444444;
		border-left: 1px #bbbbbb solid;
		border-top: 1px #bbbbbb solid;
		border-bottom: 1px #bbbbbb solid;
		margin-top: -1px;
	}
	#footer .f_list > ul > li:nth-child(odd) > a {
		border-left: none;
	}
	#footer .f_list > ul > li:last-child > a {
		border-right: none;
	}
	#footer .f_family {
		display: block;
		position: relative;
		width: 100%;
		height: 38px;
		line-height: 36px;
		border-top: 1px #bbbbbb solid;
		border-bottom: 1px #bbbbbb solid;
		border-left: none;
		border-right: none;
		margin-top: -14px;
		background-color: #dddddd;
	}
	#footer .f_family > dl {
		width: 100%;
		position: absolute;
		left: 0;
		/*top: -290px;*/
    bottom: 36px;
		z-index: 2000;
		box-sizing: border-box;
		background-color: #dddddd;
		border: 1px #bbbbbb solid;
	}
	#footer .f_family > dl dd a {
		display: block;
		width: 100%;
		padding: 3px 0;
		text-align: center;
		font-size: 80%;
		line-height: 30px;
		color: #222222;
	}
	#footer .f_family > dl dd a:hover {
		background: none;
	}
}
/* Family Stie */
@media screen and (max-width: 360px) {
	#footer .f_family > span a {
		display: block;
		width: 100%;
		padding: 0 0 0 36%;
		background: url(../../images/icon/icon_site_more_m.png) no-repeat 62% center;
		background-size: 12px;
		font-size: 87.5%;
		font-weight: 600;
		color: #444444;
	}
}
@media screen and (max-width: 480px) and (min-width: 361px) {
	#footer .f_family > span a {
		display: block;
		width: 100%;
		padding: 0 0 0 36%;
		background: url(../../images/icon/icon_site_more_m.png) no-repeat 57% center;
		background-size: 12px;
		font-size: 87.5%;
		font-weight: 600;
		color: #444444;
	}
}
@media screen and (max-width: 640px) and (min-width: 481px) {
	#footer .f_family > span a {
		display: block;
		width: 100%;
		padding: 0 0 0 42%;
		background: url(../../images/icon/icon_site_more_m.png) no-repeat 57% center;
		background-size: 12px;
		font-size: 87.5%;
		font-weight: 600;
		color: #444444;
	}
}
@media screen and (max-width: 736px) and (min-width: 641px) {
	#footer .f_family > span a {
		display: block;
		width: 100%;
		padding: 0 0 0 42%;
		background: url(../../images/icon/icon_site_more_m.png) no-repeat 54% center;
		background-size: 12px;
		font-size: 87.5%;
		font-weight: 600;
		color: #444444;
	}
}
@media screen and (max-width: 850px) and (min-width: 737px) {
	#footer .f_family > span a {
		display: block;
		width: 100%;
		padding: 0 0 0 42%;
		background: url(../../images/icon/icon_site_more_m.png) no-repeat 53% center;
		background-size: 12px;
		font-size: 87.5%;
		font-weight: 600;
		color: #444444;
	}
}

/* -------------------------------- 

Page Style

-------------------------------- */
.list_num {
	text-align: center;
	margin-top: 30px;
}
.list_num ul {
	border: 0;
	display: table;
	margin: 0 auto;
}
.list_num ul li {
	float: left;
}
.list_num ul li a {
	display :block;
	border: 1px solid #d5d5d5;
	background: #ffffff;
	width: 32px;
	height: 32px;
	line-height: 31px;
	margin: 0 2px;
	font-size: 68.8%;
	color: #404040;
}
.list_num ul li a:hover {
	border: 1px solid #404040;
}
.list_num ul li a.active {
	color: #ffffff;
	background: #404040;
	border: none;
}
.list_num ul li a.first {
	display: block;
	margin: 0 3px 0 0;
}
.list_num ul li a.prev {
	margin: 0 10px 0 0;
}
.list_num ul li a.last {
	display: block;
	margin: 0 0 0 3px;
}
.list_num ul li a.next {
	margin: 0 0 0 10px;
}
@media screen and (max-width: 768px) {
	.list_num ul li a.first, .list_num ul li a.last {
		display: none;
	}
}
/* 2017.09.06 */
/* -------------------------------- 

Layer Popup Style

-------------------------------- */
.dim-layer {
	display: none;
	position: fixed;
	_position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
}
.dim-layer .dimbg {
	position: absolute;
	top: 0; left: 0;
	width: 100%; 
	height: 100%;
	background: #000000;
	opacity: .7;
	filter: alpha(opacity=70);
}
.dim-layer .pop-layer {
	display: block;
}
@media only screen and (max-width: 768px) {
	.dim-layer {
		display: none;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: 100;
	}
}
.my_mask {
	position: fixed;
	z-index: 100;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	overflow: hidden;
	background: #000000;
	opacity: 0;
	transition: opacity 0.2s, width 0s 0.2s, height 0s 0.2s;
	-webkit-transition: opacity 0.2s, width 0s 0.2s, height 0s 0.2s;
}
.my_mask.is_active {
	width: 100%;
	height: 100%;
	opacity: 0.7;
	transition: opacity 0.2s;
	-webkit-transition: opacity 0.2s;
}


/* -------------------------------- 

Top Common Style

-------------------------------- */
.topBtn {
    display: none;
    position: fixed;
    right: 30px;
    bottom: 30px;
    width: 60px;
    height: 60px;
    border-radius: 30px;
    line-height: 60px;
    font-size: 16px;
    letter-spacing: 1px;
    color: #fff;
    font-weight: 600;
    text-align: center;
    background: rgba(0, 0, 0, 0.6);
    z-index: 100;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
}
.topBtn::before {
    content: '';
    position: relative;
    display: inline-block;
    width: 15px;
    height: 15px;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
    margin-top: 3px;
    border-top: 3px solid #ffffff;
    border-left: 3px solid #ffffff;
    border-right: none;
    border-bottom: none;
    -webkit-transform: translate(0) scale(1, 1.07692) rotate(45deg);
    -ms-transform: translate(0) scale(1, 1.07692) rotate(45deg);
    transform: translate(0) scale(1, 1.07692) rotate(45deg);
    margin-top: 25px;
}
.topBtn:hover {
  background: rgba(0, 0, 0, 0.9);
}
@media only screen and (max-width: 978px) {
    .topBtn {
        right: 20px;
        bottom: 20px;
        width: 45px;
        height: 45px;
        font-size: 10px;
        line-height: 45px;
    }
  .topBtn:hover {
    background: rgba(0, 0, 0, 0.6);
  }
    .topBtn::before {
      width: 12px;
      height: 12px;
      margin-top: 18px;
  }
}



.wrap-loading{ /*화면 전체를 어둡게 합니다.*/
	position: fixed;
	left:0;
	right:0;
	top:0;
	bottom:0;
	background: rgba(0,0,0,0.2); /*not in ie */
	filter: progid:DXImageTransform.Microsoft.Gradient(startColorstr='#20000000', endColorstr='#20000000');    /* ie */
	z-index:9999;
	
}
.wrap-loading div{ /*로딩 이미지*/
	position: fixed;
	top:50%;
	left:50%;
	margin-left: -108px;
	margin-top: -60px;
}
.display-none{ /*감추기*/
	display:none;
}





#shareWrap{ /*화면 전체를 어둡게 합니다.*/
	position: fixed;
	left:0;
	right:0;
	top:0;
	bottom:0;
	background: rgba(0,0,0,0.6); /*not in ie */
	filter: progid:DXImageTransform.Microsoft.Gradient(startColorstr='#20000000', endColorstr='#20000000');    /* ie */
	z-index:9999;
	
}
#shareWrap section{ /*로딩 이미지*/
	position: fixed;
	top:50%;
	left:50%;
	margin-left: -86px;
	margin-top: -68px;
}
#shareWrap section > a{
	position:absolute;right:0;top:0;background: url(/images/icon/btn_close01.png) no-repeat 0 0;display:inline-block;width:36px;height:36px;font-size:0;    background-size: 100%;
}
