@charset "utf-8";
/* CSS Document */
body {margin:0px auto; word-break:break-all; -ms-word-break:break-all;}
div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, form, fieldset, p, button {
	margin: 0px;
	padding: 0px;
	outline:none;
	list-style:none;
}

body, th, td, div, p, h3, h4, a, li, textarea, input, select{
	font-size:12px; 
	font-family:Nanum Gothic, Georgia, Serif;
}

html, body {
    width: 100%;
    height: 100%;
}

img, fieldset,button {
    border:0 none;
}

a:link {text-decoration:none; color:#333; font-family:Nanum Gothic, Georgia, Serif;}
a:visited {text-decoration:none; color:#666; font-family:Nanum Gothic, Georgia, Serif;}
a:active {text-decoration:none; color:#666; font-family:Nanum Gothic, Georgia, Serif;}
a:hover {text-decoration:none; color:#666; font-family:Nanum Gothic, Georgia, Serif;}

/*!------------------------------------*\
    Hamburger
\*!------------------------------------*/

@media screen and (min-width:600px) {
	.drawer-hamburger {
	  position: fixed;
	  z-index: 104;
	  top: 0px;
	  left:10px;
	  display: block;
	  box-sizing: content-box;
	  width: 2rem;
	  padding: 0;
	  padding-top: 18px;
	  padding-right: .75rem;
	  padding-bottom: 30px;
	  padding-left: .75rem;
	  -webkit-transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
	  transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
	  -webkit-transform: translate3d(0, 0, 0);
			  transform: translate3d(0, 0, 0);
	  border: 0;
	  outline: 0;
	  background-color: transparent;
	  background: #080808;
	 /* background-color: transparent;*/
	/*  background-color: #2A2E3C;*/
	}
	.drawer-hamburger-icon {
	  position: relative;
	  display: block;
	  margin-top: 10px;
	}

	.drawer-hamburger-icon:before,
	.drawer-hamburger-icon:after {
	  position: absolute;
	  top: -10px;
	  left: 0;
	  content: ' ';
	}

	.drawer-hamburger-icon:after {
	  top: 10px;
	}
}

@media screen and (max-width:599px) {
	.drawer-hamburger {
	  position: absolute;
	  z-index: 104;
	  top: 0px;
	  display: block;
	  box-sizing: content-box;
	  width: 20px;
	  height: 20px;
	  padding: 0;
	  padding-top: 3px;
	  padding-right: .5rem;
	  padding-bottom: 12px;
	  padding-left: .5rem;
	  -webkit-transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
	  transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
	  -webkit-transform: translate3d(0, 0, 0);
			  transform: translate3d(0, 0, 0);
	  border: 0;
	  outline: 0;
	  background-color: transparent;
	  background: #080808;
	 /* background-color: transparent;*/
	/*  background-color: #2A2E3C;*/
	}

	.drawer-hamburger-icon {
	  position: relative;
	  display: block;
	  margin-top: 2px;
	}
	.drawer-hamburger-icon:before,
	.drawer-hamburger-icon:after {
	  position: absolute;
	  top: -5px;
	  left: 0;
	  content: ' ';
	}

	.drawer-hamburger-icon:after {
	  top: 5px;
	}
}

.drawer-hamburger:hover {
  cursor: pointer;
  background-color: transparent;
  background: #080808;
/*  background-color: #2A2E3C;*/
}

.drawer-hamburger-icon,
.drawer-hamburger-icon:before,
.drawer-hamburger-icon:after {
  width: 100%;
  height: 2px;
  -webkit-transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
  transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
  background-color: #fff;
}

.drawer-open .drawer-hamburger-icon {
  background-color: transparent;
}

.drawer-open .drawer-hamburger-icon:before,
.drawer-open .drawer-hamburger-icon:after {
  top: 0;
}

.drawer-open .drawer-hamburger-icon:before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.drawer-open .drawer-hamburger-icon:after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.sr-only {
  position: absolute;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

/*! overlay */
.drawer-overlay {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .2);
}

@media screen and (min-width:600px) {
	#warp {width:100%;  min-width:1000px;}
	#header {width:223px;  z-index:9; position: fixed;}
	#header h1 {width:200px;  position: absolute;    top: -47px;    left: 50px;}
	#header h1 img {position:fixed; top:0px; left:90px; height:60px}
	#mainTop_pc{position: fixed; top:0px; width:100%}
	/*#header h1 img {position:fixed; top:0px; left:65px; margin:60px 0 0 20px; width: 80%;}*/
	.drawer-hamburger {display:block;}
	.telIcon{display: none;}
}

@media screen and (max-width:599px) {
	body{
	 min-width:100%;
	}

	#warp {width:100%;  height:90%; min-width:90%;}
	#warp > div.header {float:inherit; height:60px;}
	#header {background:none; width:100%; height:70px; z-index:9; position: fixed;}
/*	#header h1 {width:100%; height:60px; text-align: center; padding-top:10px; }*/
	#header h1 {width:160px;  position: absolute;    top: 5px;    left: 40px;}
	#header h1 img {margin:0 auto; height:90%; width:100px; left:5px;}
	.drawer-hamburger {display:block;}
	.telIcon{display: block;    position: absolute;    top: 20px;    right: 10px;}
}


.navigation {position:fixed; right:10px; top:35%; display:table; pointer-events:all; z-index: 999;}
.navigation ul {display:table-cell; vertical-align:middle; background: #000;   border-radius: 20px; opacity:0.4;}
.navigation li {display:block; background:url(/designSkin/skinC/images/main/btn.png) no-repeat; cursor: pointer; width:6px; height:6px; border-radius:3px; margin:20px 5px;}
.navigation li.active {background:url(/designSkin/skinC/images/main/btn_active.png) no-repeat; }
.navigation li:first-child {color:#fff}
.navigation li.selected {opacity:1;}
.navigation li:after{content:""; display:block; width:15px; border-radius:7px; opacity:0.5; background:#fff; box-shadow:0 0 1px #303030; transition:opacity 0.15s, bacjgriybd 0.15s;}
#container {width:1200px; margin:0 auto;}

@media screen and (min-width:600px) {
	#footer {display:none;}
	#epharosCopy{left:0; bottom:0px; width:100%; height:20px; z-index:9}
	#companyPhone{position: fixed; right:10px; top:13px; height:25px;  width:200px; text-align: center; line-height: 180%; padding-top:0px;    background: rgba(0, 0, 0, 0.6); z-index:9999;}
	#companyPhone div{font-size: 1.675em; font-family: "Nanum Gothic","³ª´®°íµñ"; letter-spacing: 0px; color:#ff0; width:200px; margin-top:10px;}
	#companyPhone a{font-size: 1.675em;   font-family: "Boogaloo","Nanum Gothic","³ª´®°íµñ"; letter-spacing: 0px; color:#fff; width:200px;  padding:0px;  text-align: center; }
}

@media screen and (max-width:599px) {
	#footer {position: fixed;
		text-align: center;
		color: #fff;
		font-size: 12px;
		line-height: 18px;
		height: 63px;
	    bottom: 63px;
		width: 100%;
		overflow:hidden;
	}
	#footer li {float:left; width:49%; padding:15px 0 12px;}
	#footer li span {font-size:16px; font-weight:bold; line-height:30px; color:#fff;}
	.borderright {border-right:1px solid #9f2c2c;}
	.borderleft img, .borderright img {width:15%;}
	#epharosCopy{position: fixed; bottom:18px; height:45px; width: 100%;   z-index: 66;}
	#companyPhone{position: fixed; bottom:125px; height:45px;  width:100%; text-align: center; line-height: 45px;     background: rgba(0, 0, 0, 0.6);}
	#companyPhone div{font-size: 1.875em;   font-family:"Nanum Gothic","³ª´®°íµñ"; letter-spacing: 0px; color:#ff0;     float: left; width:40%; text-align: center;} 
	#companyPhone a{font-size: 1.875em;   font-family: "Boogaloo","Nanum Gothic","³ª´®°íµñ"; letter-spacing: 0px; color:#fff;}

}

#epharosCopy .bar{color:#ddd; font-size:10px; padding:5px;}