/* body */
body {
  font-family: 'Malgun Gothic', sans-serif;
}

/* inner */
.inner {
  width: 1000px;
  margin: 0 auto;
  position: relative;
}

/* header */
header {
  background-color: #fff;
  position: fixed;
  top: 0;
  z-index: 9;
  width: 100%;
  border-bottom: 1px solid #c8c8c8;
  display: block;
}

header .inner {
  height: 120px;
}

header .logo {
  height: 75px;
  position:absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

header .submenu {
  position: absolute;
  top: 10px;
  right: 0px;
  display: flex;
}

header .submenu ul.submenu-item {
  font-family: Arial, sans-serif;
  display: flex;
}

header .submenu ul.submenu-item li {
  position: relative;
}

header .submenu ul.submenu-item li:before {
  content: "";
  width: 1px;
  height: 12px;
  background-color: #e5e5e5;
  position: absolute;
  top: 0px;
  bottom: 0px;
  margin: auto;
}

header .submenu ul.submenu-item li:first-child::before {
  display: none;
}

header .submenu ul.submenu-item li a {
  padding: 11px 16px;
  display: block;
  font-size: 13px;
  color: #656565;
  text-decoration: none;
}

header .submenu ul.submenu-item li a:hover {
  color: #000;
  font-weight: bold;
}

nav{
	background:#fff;
}
nav .cont{
	z-index: 9999;
}
nav ul.mainmenu{
	margin-top: -76px;
	left : 50%;
	position:absolute;
	right: 0;
	z-index: 9999;
}
nav ul.mainmenu > li{
	float:left;
	width:165px;
	text-align:center;
}
nav ul.mainmenu > li.current > a, nav ul.mainmenu > li.current ul{
	background-color:#f1f3f6;
}
nav ul.mainmenu > li > a{
	font-size:20px;
	font-weight:bold;
	padding:28px 0 30px 0;
	display:block;
	position:relative;
}
nav ul.mainmenu > li > a span.underline{
	height:2px;
	background-color:#279bcb;
	position:absolute;
	left:50%;
	top:60px;
	display:none;
}
nav ul.mainmenu > li.company a span{width:86px;margin-left:-43px;}
nav ul.mainmenu > li.weborder a span{width:100px;margin-left:-50px;}
nav ul.mainmenu > li.community a span{width:86px;margin-left:-43px;}
nav .nav_back{
	background:#fff;
	border-bottom:1px solid #279bcb;
	width:100%;
	height:225px;
	position:absolute;
	top:121px;
	left:0;
	z-index:999;
	display:none;
}
nav ul.mainmenubranch{
	height:225px;
	display:none;
}
nav ul.mainmenubranch li a{
	font-size:15px;
	padding:7px 0;
	display:block;
}
nav ul.mainmenubranch li a:hover{
	font-weight:bold;
}
nav ul.mainmenubranch li.selected a{
	font-weight:bold;
	color:#279bcb;
}

/* visual */
.visual {
  background-image: url("../images/main06.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  top: 90px;
  height: 370px;
  display: block;
  position: relative;
}
.visual .inner {
  position: relative;
}
.visual h1 {
	position: absolute;
	margin-top: 90px;
	margin-left: 67%;;
	color: #1294AB;
	font-size: 38px;
  font-family: cursive;
	font-weight: 500;
	text-align: center;
	margin-bottom: 24px;
}
.visual h2 {
	position: absolute;
	margin-top: 140px;
	margin-left: 65%;;
	color: #008299;
	font-size: 42px;
  font-family: cursive;
	font-weight: 700;
	text-align: center;
	margin-bottom: 24px;
}
.visual h5 {
	position: absolute;
	margin-top: 220px;
	margin-left: 55%;;
	color: #004C63;
	font-size: 24px;
  font-family: cursive;
	font-weight: 700;
	text-align: right;
	margin-bottom: 24px;
	line-height: 1.1;
}

/*popup_제품정보*/
.druginfo .glaylayer{
	background-color: #000;
	opacity: 0.3;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	z-index: 10011;
}
.druginfo .overlayer {
	width: 630px;
	height: 695px;
	margin-left:-305px;
	margin-top:-347px;
	background-color: #fff;
	border: 10px solid #279bcb;
	z-index: 10012;
	position: fixed;
	left: 50%;
	top: 50%;
	padding: 20px;
	box-sizing: border-box;
}
.druginfo .overlayer h5 {
	font-size: 18px;
	color: #01596d;
	margin-bottom: 15px;
}
.druginfo .overlayer a.close {
	width: 30px;
	height: 30px;
	background-position: -169px -387px;
	position: absolute;
	top: 15px;
	right: 15px;
}
.druginfo .overlayer a.close {
	display: block;
	font-size: 18px;
	color: #01596d;
	margin-bottom: 15px;
}
.drugbox{
	background-color:#f2f4f7;
	padding:15px;
	margin-bottom:15px;
}
.drugbox .drugimg{
	width:200px !important;
	height:172px;
	border:1px solid #bdc6d2;
	display:inline-block;
	background-color:#fff;
	text-align:center;
	overflow: hidden;
	vertical-align:top;
	line-height: 1.7;
}
.drugbox .drugimg img{
	width:100%;
	margin-top:15px;
}
.drugbox > div{
	width: 290px;
	display:inline-block;
	margin-left:20px;
}
.drugbox dl{
	margin:10px 0;
	font-size: 14px;
	line-height: 2.3;
}
.drugbox dt{
	display:inline-block;
	width:50px;
	color:#01596d;
}
.drugbox dd{
	position: absolute;
	width: 256px;
	display:inline-block;
	font-weight:bold;
	color:#01596d;
}
.druginfo .pop_cont{
	height: 280px;
	padding: 10px;
	overflow-y: auto;
	font-size: 14px;
	color: #333;
	line-height: 1.7;
	cursor: default;
	word-break: break-all;
	letter-spacing: -1px;
}

/* etcinfo */
.etcinfo {
	display: block;
	position: relative;
}
.etcinfo .etcinfobk {
	background-color: #008299;
	height: 60px;
	margin-top: 62px;
	margin-bottom: 5px;
}
.etcinfo .operhours {
	display:flex;
	float: left;
	width: 429px;
	height: 60px;
	background-color: #008299;
}
.etcinfo .operhours span {
	color: #fff;
	margin: 16px 5px 0 10px;
	text-align: center;
	padding: 0px, 10px;
	font-size: 30px;
}
.etcinfo .operhours dl dt {
	color: #fff;
	font-size: 13px;
	margin-top: 5px;
	margin-left: 5px;
}
.etcinfo .bankbook {
	display: flex;
	float: left;
	width: 220px;
	height: 60px;
	background-color: #126978;
}
.etcinfo .bankbook img {
	margin: 16px 5px 0 10px;
	width: 30px;
	height: 30px;
}
.etcinfo .bankbook dl dt {
	color: #fff;
	font-size: 13px;
	line-height: 16px;
	margin-top: 8px;
	margin-left: 5px;
}
.etcinfo .remotecont {
	display: flex;
	width: 180px;
	height: 60px;
	background-color: #1294AB;
}
.etcinfo .remotecont:hover {
	background-color: #489FAE;
}
.etcinfo .remotecont span {
	color: #fff;
	font-size: 30px;
	padding: 16px 3px 0 10px;
}
.etcinfo .remotecont {
	cursor: pointer;
}
.etcinfo .remotecont dl dt {
	color: #fff;
	font-size: 13px;
	line-height: 9px;
	margin-left: 5px;
}
.etcinfo .remotecont dl dt p {
	font-size: 16px;
	color: #FFEE90;
}
.etcinfo .easypay {
	float: right;
	margin-top: -60px;
	background-color: #008299;
	cursor: pointer;
}
.etcinfo .easypay img {
	width: 170px;
	height: 31px;
}
.etcinfo .easypay dl dt {
	color: #fff;
	font-size: 11px;
	line-height: 1px;
	text-align: center;
	margin-top: 5px;
}
.etcinfo .easypay dl dt p {
	font-size: 11px;
}

/* front */
.front {
	display: block;
	height: 450px;
  position: relative;
}
.front .inner {
	display: flex;
}
.front .newproduct {
	width: 499px;
	height: 250px;
}
.front .newproduct .newproduct__title {
	width: 499px;
	border: 1px solid #dce0e6;
	border-bottom: 0;
	height: 46px;
	position: relative;
	box-sizing: border-box;
}
.front .newproduct .newproduct__title h4 {
	line-height: 46px;
	text-indent: 28px;
	font-size: 18px;
	color: #01596d;
	display: inline-block;
	margin-bottom: 0;
}
.front .newproduct .newproduct__items {
	display: flex;
	flex-wrap: wrap;
	width: 496px;
	height: 200px;
	border: 1px solid #dce0e6;
	margin-left: -1;
}
.front .newproductgoods {
	width: 247px;
	height: 200px;
	overflow: hidden;
	position: relative;
	border-bottom: 1px solid #dce0e6;
}
.front .newproductgoods img {
	width: 247px;
	height: 160px;
}
.front .newproductgoods h5 {
	width: 247px;;
	font-size: 13px;
	color: #0054FF;
	text-align: center;
	padding: 1px;
	margin-top: 1px;
}
.front .newproductgoods h6 {
	width: 247px;;
	font-size: 11px;
	color: #000;
	text-align: center;
	padding: 0px;
	margin-top: 2px;
}

.front .frontnews {
	display: block;
	width: 499px;
	background: #efefef url('./images/bg_news.png');
}
.front .frontnews .frontnews__title {
	width: 499px;
	border: 1px solid #dce0e6;
	border-bottom: 0;
	height: 46px;
	position: relative;
	box-sizing: border-box;
}
.front .frontnews .frontnews__title h4 {
	line-height: 46px;
	text-indent: 28px;
	font-size: 18px;
	color: #01596d;
	display: inline-block;
	margin-bottom: 0;
}

.front .frontnews .frontnews__info {
	display: block;
	width: 478px;
	height: 140px;
	line-height: 20px;
	border: 1px solid #dce0e6;
	padding: 10px;
}
.front .frontnews .frontnews__info li a {
	font-size: 13px;
}
.front .frontnews .frontnews__info li a p {
	max-width: 290px;
	padding-right: 5px;
	display: inline-block;
	margin: 0;
	padding: 0;
}
.front .frontnews .frontnews__info li a span.new {
	margin-top: 5px;
	font-size: 7px;
}
.front .frontnews .frontnews__info li a span.date {
	float: right;
}
/* right */
.front .frontnotice {
	display: block;
	margin-left: 2px;
	width: 499px;
	background: #efefef url('./images/bg_news.png');
}
.front .frontnotice .frontnotice__title {
	width: 499px;
	border: 1px solid #dce0e6;
	border-bottom: 0;
	height: 46px;
	position: relative;
	box-sizing: border-box;
}
.front .frontnotice .frontnotice__title h4 {
	line-height: 46px;
	text-indent: 28px;
	font-size: 18px;
	color: #01596d;
	display: inline-block;
	margin-bottom: 0;
}

.front .frontnotice .frontnotice__info {
	width: 478px;
	height: 179px;
	line-height: 28px;
	border: 1px solid #dce0e6;
	padding: 10px;
}
.front .frontnotice .frontnotice__info li a {
	display: block;
	font-size: 13px;
}
.front .frontnotice .frontnotice__info li a p {
	max-width: 340px;
	padding-right: 5px;
	display: inline-block;
	vertical-align: top;
	margin: 0;
	padding: 0;
}
.front .frontnotice .frontnotice__info li a span.new {
	margin-top: 7px;
	font-size: 7px;
}
.front .frontnotice .frontnotice__info li a span.date {
	float: right;
}
.front .frontutils {
	margin-left: 2px;
	width: 450px;
	position: relative;
}
.front .frontutils .frontutils__title {
	width: 499px;
	border: 1px solid #dce0e6;
	border-bottom: 0;
	height: 46px;
	position: relative;
	box-sizing: border-box;
}
.front .frontutils .frontutils__title h4 {
	line-height: 46px;
	text-indent: 28px;
	font-size: 18px;
	color: #01596d;
	display: inline-block;
	margin-bottom: 0;
}
.front .frontutils .frontutils__info {
	width: 478px;
	height: 140px;
	line-height: 20px;
	border: 1px solid #dce0e6;
	padding: 10px;
}
.front .frontutils .frontutils__info li a {
	display: block;
	font-size: 13px;
}
.front .frontutils .frontutils__info li a p {
	max-width: 320px;
	padding-right: 5px;
	display: inline-block;
	margin: 0;
	padding: 0;
}
.front .frontutils .frontutils__info li a span.new {
	margin-top: 5px;
	font-size: 7px;
}
.front .frontutils .frontutils__info li a span.date {
	float: right;
}

/* link site */
.linksite {
  background-color: #fff;
}
.linksite .inner {
  padding: 10px 0;
  width: 780px;
}
.linksite .swiper-button-prev,
.linksite .swiper-button-next {
  width: 42px;
  height: 42px;
  border: 2px solid #333;
  border-radius: 50%;
  color: #333;
  position: absolute;
  opacity: .3;
}
.linksite .swiper-button-prev {
  left: -100px;
}
.linksite .swiper-button-next {
  right: -100px;
}
.linksite .swiper-button-prev:hover,
.linksite .swiper-button-next:hover {
  background-color: #000;
  color: #fff;
}
.linksite .swiper-button-prev::after,
.linksite .swiper-button-next::after {
  display: none;
}

/*FOOTER*/
footer {
  background-color: #fff;
  border-top: 1px solid #333;
}
footer .inner {
  padding: 10px 0;
}
footer .menu {
  display: flex;
  justify-content: center;
}
footer .menu li {
  position: relative;
}
footer .menu li::before {
  content: "";
  width: 3px;
  height: 3px;
  background-color: #555;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -1px;
  margin: auto;
}
footer .menu li:last-child::before {
  display: none;
}
footer .menu li a {
  display: block;
  color: #000;
  font-size: 12px;
  font-weight: 700;
  padding: 15px;
}
footer .menu li a.orange {
  color: #EA9926;
}
footer .btn-group {
  margin-top: 0;
  display: flex;
  justify-content: center;
}
footer .btn-group .btn {
  font-size: 12px;
  margin-right: 10px;
}
footer .btn-group .btn:last-child {
  margin-right: 0;
}
footer .info {
  margin-top: 10px;
  text-align: center;
}
footer .info span {
  margin-right: 20px;
  color: #000;
  font-size: 12px;
}
footer .info span:last-child {
  margin-right: 0;
}
footer .copyright {
  color: blue;
  font-size: 12px;
  text-align: center;
  margin-top: 10px;
}
