@charset "euc-kr";

/* footer */
#footer_menu {
  width: 100%;
  position: relative;
  margin: 0 auto;
  height: 45px;
  background-color: #f2f2f2;
  overflow: hidden;
}
.footer_menu_box {
  width: fit-content;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
.footer_menu_box ul {
  float: left;
  overflow: hidden;
}
.footer_menu_box ul li {
  float: left;
  position: relative;
}
.footer_menu_box ul li:after {
  content: "";
  position: absolute;
  top: 15px;
  right: 0px;
  width: 1px;
  height: 15px;
  background: #ddd;
}
.footer_menu_box ul li:nth-last-child(1):after {
  width: 0;
}
.footer_menu_box ul li a {
  display: inline-block;
  color: #666;
  font-size: 14px;
  padding: 0 13px;
  line-height: 45px;
}
.footer_menu_box ul li a:hover {
  color: #222;
}
#footer_copy {
  width: 100%;
  position: relative;
  margin: 0 auto;
  height: 120px;
  background-color: #c1c1c1;
  overflow: hidden;
}
.footer_copy_box {
  width: 980px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
.footer_copy_box > div {
  float: left;
  width: 218px;
  height: 51px;
  margin-right: 30px;
  padding-top: 20px;
}
.footer_copy_box > p {
  float: left;
  font-size: 12px;
  color: #656565;
  text-align: left;
  width: 710px;
  padding-top: 24px;
  line-height: 17px;
}
/* main_image area */
#main_imagearea {
  width: 100%;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
  height: 468px;
}

.login_tit {
  float: left;
  margin: 30px 27px 12px;
}
.login_input {
  width: 180px;
  margin: 0px 27px 10px;
}
.login_input li {
  margin-bottom: 5px;
}
.login_input li input {
  width: 177px;
  border: 1px solid #a1c1d9;
  height: 27px;
  background: #4898d3;
  color: #fff;
  padding: 0 5px;
}
.login_check {
  position: relative;
  overflow: hidden;
  width: 187px;
  margin: 0 27px 23px;
}
.login_check li {
  float: left;
  width: 50%;
  font-size: 13px;
}
.login_check_l {
  text-align: left;
}
.login_check_l input {
  margin-right: 5px;
}
.login_check_r {
  text-align: right;
}
.login_check_r > span {
  color: #fada26;
}
.login_btn {
  margin: 0 27px 5px;
  width: 187px;
}
.login_join {
  margin: 0px 27px;
  width: 187px;
}
.login_join a {
  color: #fff;
  font-size: 12px;
}

/* logout */
.logout {
  /* background:url('/image/main/login_bg.png') top left no-repeat; */
  width: 50%;
  height: 215px;
  /* 	position:absolute;
	top:80px;
	left:50%; */
  /* 	margin-left:-490px; */
  color: #fff;
  /* 	z-index:10; */
  box-sizing: border-box;
  padding: 15px;
  display: flex;
  justify-content: space-around;
  border: 1px solid #ccc;
}
.logout_left {
  display: inline-block;
  color: #4898d3;
  font-size: 60px;
  height: auto;
  margin: auto 0;
}
.logout_tit {
  /* 	float:left;
	margin:30px 27px 34px; */
  font-weight: bold;
  font-size: 27px;
  color: black;
}
.logout_check {
  /* 	position:absolute; */
  overflow: hidden;
  text-align: right;
  /* 	width:100px;
	margin-top:35px;
	margin-left:120px; */
  font-size: 13px;
  font-weight: bold;
  color: black;
}
.logout_check > span {
  color: #fada26;
}
.logout_input {
  /* 	width:185px;
	overflow:hidden;
	margin:0px 27px 10px; */
  background: white;
  padding: 10px;
  border-radius: 15px;
  border: 1px solid #ccc;
}
.logout_input li {
  margin-bottom: 5px;
  /* 	width:185px;
	height:27px; */
  background: #4898d3;
  padding: 10px;
  border-radius: 15px;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  font-size: 15px;
  text-align: left;
  font-weight: bold;
}
.logout_input li:first-child {
  margin-bottom: 15px;
}
.logout_input span {
  color: black;
  font-weight: bold;
}
.logout_input li p {
  float: left;
  margin-right: 5px;
  margin-top: 3px;
}
.logout_btn {
  /* 	margin:0px 27px 5px;
	width:187px; */
  color: black;
}
.logout_btn > a:hover,
.logout_btn > a:link,
.logout_btn > a:active,
.logout_btn > a:visited {
  color: white;
}
.logout_join {
  /* 	margin:0px 27px;
	width:187px; */
}
.logout_join a {
  color: black;
  font-size: 12px;
  font-weight: bold;
}

.main_image {
  overflow: hidden;
  position: relative;
  width: 100%;
  margin: 0 auto;
}
.mm_image {
  width: 100%;
  height: 468px;
  position: relative;
}
.mm_image > p {
  position: absolute;
  top: 0px;
  left: 50%;
  margin-left: -950px;
}
.mm_image > p > img {
  margin: 0 auto;
}
.main_image ul {
  width: 100%;
  margin: 0 auto;
  position: absolute;
  bottom: 20px;
  left: 50%;
  z-index: 15;
}
.main_image ul li {
  float: left;
  width: 20px;
  height: 21px;
  margin-right: 1px;
}
/* contents */
#container_box {
  width: 100%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
#tabmenu {
  width: 100%;
  height: 46px;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
}
#tabmenu ul li {
  float: left;
  height: 46px;
  width: 212px;
  background: #f5f5f5;
}
#tabmenu ul li.tap_first {
  float: left;
  height: 46px;
}
#tabmenu ul li.on {
  background: #fff;
  border-bottom: 1px solid #fff;
  height: 46px;
  font-weight: bold;
  color: #4094d1;
}
#tabmenu ul li a {
  display: inline-block;
  width: 203px;
  height: 44px;
  padding: 13px 25px;
}
#tabmenu ul li a:hover {
  color: #4094d1;
}
#tabcontent0 {
  width: 454px;
  position: relative;
  height: 168px;
}
.m_board_text {
  width: 414px;
  position: relative;
  padding: 25px 20px;
}
.m_board_text dt {
  float: left;
  text-align: left;
  width: 68%;
  height: 22px;
  line-height: 22px;
  margin-bottom: 3px;
  font-size: 14px;
  background: url("/image/main/m_board_dot.jpg") center left no-repeat;
  padding-left: 15px;
  overflow: hidden;
}
.m_board_text dt a {
  color: #444;
}
.m_board_text dt a:hover {
  color: #4094d1;
}
.m_board_text dd {
  float: right;
  text-align: left;
  width: 25%;
  height: 22px;
  line-height: 22px;
  margin-bottom: 3px;
  font-size: 14px;
  color: #999;
}
.m_board_newicon {
  margin-left: 5px;
  height: 22px;
  display: inline-block;
  line-height: 22px;
}

/*gnb ½½¶óÀÌµå Ãß°¡*/
#gnbdivone {
  position: relative;
  top: 0px;
  left: 0px;
  height: 0px;
}

#gnbdivtwo {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 400px;
  width: 100%;
  overflow: hidden;
}

#gnbdivthree {
  position: relative;
  top: -600px;
  left: 0px;
  height: 150px;
}

/*ÀÎ±â¼ö°­ ½½¶óÀÌµå Ãß°¡*/
.main-product-slides-wrap {
  width: 60%;
  text-align: center;
  padding-top: 3%;
  margin-left: 40%;
  float: none;
}
.main-product-slides {
  display: none;
  position: relative;
  max-height: 260px;
}
.main-product-slides .main-product-slides-btn {
  top: 29%;
  width: 7.1%;
  position: absolute;
  z-index: 999;
}
.main-product-slides .main-product-slides-btn-prev.main-product-slides-btn {
  left: 0px;
}
.main-product-slides .main-product-slides-btn-next.main-product-slides-btn {
  right: 0px;
}
.main-product-slides figure {
  margin: 0px 3em;
  width: 100%;
  display: inline-block;
  margin-right: 90px;
}
.main-product-slides figure img {
  width: 70%;
  padding-right: 78px;
}
.main-product-slides figure figcaption {
  font-weight: bold;
}
.main-product-slides figure figcaption .annotation {
  line-height: normal;
  font-size: 0.75em;
  font-weight: normal;
}

.hpw1 {
  background: url("/image/main/icon-hpw.png") top left no-repeat;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 38px;
  left: 25px;
  margin-left: 0px;
  z-index: 10;
}
.hpw2 {
  background: url("/image/main/icon-hpw.png") top left no-repeat;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 108px;
  left: 25px;
  margin-left: 0px;
  z-index: 10;
}
.hpw3 {
  background: url("/image/main/icon-hpw.png") top left no-repeat;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 178px;
  left: 415px;
  margin-left: 0px;
  z-index: 10;
}
.hpw4 {
  background: url("/image/main/icon-hpw.png") top left no-repeat;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 178px;
  left: 610px;
  margin-left: 0px;
  z-index: 10;
}
.hpw5 {
  background: url("/image/main/icon-hpw.png") top left no-repeat;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 178px;
  left: 807px;
  margin-left: 0px;
  z-index: 10;
}

.sim1 {
  background: url("/image/main/icon-sim.png") top left no-repeat;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 38px;
  left: 220px;
  margin-left: 0px;
  z-index: 10;
}
.sim2 {
  background: url("/image/main/icon-sim.png") top left no-repeat;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 38px;
  left: 415px;
  margin-left: 0px;
  z-index: 10;
}
.sim3 {
  background: url("/image/main/icon-sim.png") top left no-repeat;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 38px;
  left: 610px;
  margin-left: 0px;
  z-index: 10;
}
.sim4 {
  background: url("/image/main/icon-sim.png") top left no-repeat;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 38px;
  left: 807px;
  margin-left: 0px;
  z-index: 10;
}
.sim5 {
  background: url("/image/main/icon-sim.png") top left no-repeat;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 108px;
  left: 220px;
  margin-left: 0px;
  z-index: 10;
}
.sim6 {
  background: url("/image/main/icon-sim.png") top left no-repeat;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 108px;
  left: 415px;
  margin-left: 0px;
  z-index: 10;
}
.sim7 {
  background: url("/image/main/icon-sim.png") top left no-repeat;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 108px;
  left: 610px;
  margin-left: 0px;
  z-index: 10;
}
.sim8 {
  background: url("/image/main/icon-sim.png") top left no-repeat;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 108px;
  left: 807px;
  margin-left: 0px;
  z-index: 10;
}
.sim9 {
  background: url("/image/main/icon-sim.png") top left no-repeat;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 178px;
  left: 25px;
  margin-left: 0px;
  z-index: 10;
}
.sim10 {
  background: url("/image/main/icon-sim.png") top left no-repeat;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 178px;
  left: 220px;
  margin-left: 0px;
  z-index: 10;
}
.hpw6 {
  background: url("/image/main/icon-hpw.png") top left no-repeat;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 248px;
  left: 25px;
  margin-left: 0px;
  z-index: 10;
}
.sim11 {
  background: url("/image/main/icon-sim.png") top left no-repeat;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 248px;
  left: 220px;
  margin-left: 0px;
  z-index: 10;
}
.hpw7 {
  background: url("/image/main/icon-hpw.png") top left no-repeat;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 248px;
  left: 415px;
  margin-left: 0px;
  z-index: 10;
}
.sim12 {
  background: url("/image/main/icon-sim.png") top left no-repeat;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 248px;
  left: 610px;
  margin-left: 0px;
  z-index: 10;
}

.zoom_box {
  overflow: hidden;
}
.zoom_box img {
  width: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: transform 0.5s;
}
.zoom_box img:hover {
  transform: scale(1.02);
  transition: transform 0.5s;
}
