html {
  overflow-y: scroll;
}

body,
html {
  margin: 0;
  padding: 0;
  background-color: #fff;
  color: #000;
  font-family: Dotum, "돋움", Arial, sans-serif;
  font-size: 12px;
}

ul,
li,
dl,
ol,
img,
p,
h1,
h2,
h3,
form,
fieldset {
  margin: 0;
  padding: 0;
}

img {
  border: 0;
  vertical-align: top;
}

a:link,
a:visited {
  color: #000;
  text-decoration: none;
}

a:hover,
a:focus,
a:active {
  color: #000;
  text-decoration: underline;
}

.hide,
.sound-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

.section {
  width: 100%;
}

.row {
  width: 900px;
  margin: 0 auto;
}

.header-wrap {
  background-color: #f5f4f4;
}

.header-wrap .row {
  overflow: hidden;
}

.logo {
  float: left;
  width: 276px;
  padding: 6px 0;
  text-align: center;
}

.gnb {
  position: relative;
  float: left;
  width: 624px;
  height: 120px;
}

.gnb .top {
  position: absolute;
  top: 8px;
  right: 10px;
}

.gnb .top ul,
.gnb .menu-navi ul {
  overflow: hidden;
  list-style: none;
}

.gnb .top li {
  float: left;
  margin-left: 15px;
}

.gnb .menu-navi {
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 624px;
}

.gnb .menu-navi li {
  float: left;
}

.gnb .menu-navi a {
  display: block;
  width: 124px;
  height: 22px;
  padding: 8px 0;
  background: url("../img/top_menu_bg.png") no-repeat -126px -38px;
  text-align: center;
}

.gnb .menu-navi a.first {
  width: 126px;
  background-position: 0 -38px;
}

.gnb .menu-navi a.last {
  background-position: right -38px;
}

.gnb .menu-navi a:hover,
.gnb .menu-navi a.active {
  background-position: -126px 0;
}

.gnb .menu-navi a.first:hover,
.gnb .menu-navi a.first.active {
  background-position: 0 0;
}

.gnb .menu-navi a.last:hover,
.gnb .menu-navi a.last.active {
  background-position: right 0;
}

.main-img {
  height: 256px;
  background: url("../img/main_bg.jpg") repeat-x center bottom;
  text-align: center;
}

.sub-img {
  background: url("../img/sub01_bg.jpg") repeat-x;
  text-align: center;
}

.contents {
  padding: 10px 0;
}

.contents .row {
  overflow: hidden;
}

.main-left {
  position: relative;
  float: left;
  width: 682px;
  height: 210px;
  background: url("../img/main_quick_product_bg.png") no-repeat 0 0;
}

.main-left > a {
  display: block;
  text-indent: -9999px;
}

.main-left .btn1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 230px;
  height: 100px;
}

.main-left .btn2 {
  position: absolute;
  top: 0;
  left: 230px;
  width: 226px;
  height: 100px;
}

.main-left .btn3 {
  position: absolute;
  top: 100px;
  left: 0;
  width: 230px;
  height: 100px;
}

.main-left .btn4 {
  position: absolute;
  top: 100px;
  left: 230px;
  width: 226px;
  height: 100px;
}

.latest-notice {
  position: absolute;
  left: 456px;
  width: 226px;
  height: 100px;
}

.latest-notice .more {
  position: absolute;
  top: 11px;
  left: 11px;
  display: block;
  width: 54px;
  height: 18px;
  text-indent: -9999px;
}

.latest-notice ul {
  margin: 42px 14px 10px;
  list-style: none;
}

.latest-notice li {
  color: #444;
  font-size: 11px;
  line-height: 18px;
}

.main-left > .request-mail {
  position: absolute;
  right: 12px;
  bottom: 20px;
  width: 205px;
  height: 35px;
  padding-top: 18px;
  background: url("../img/request_bg.png") no-repeat 0 0;
  text-align: center;
  text-indent: 0;
}

.main-left > .request-mail:hover {
  background-position: 0 -53px;
}

.main-right,
.sub-left,
.sub-right {
  float: left;
}

.sub-left {
  width: 220px;
}

.sub-title {
  height: 44px;
  padding: 12px 0 0 17px;
  background: url("../img/bg_lmt.png") no-repeat;
}

.sub-right {
  width: 645px;
  padding-left: 35px;
  padding-bottom: 50px;
}

.sub-menu {
  margin-top: 15px;
  border-top: 1px solid #e5e5e5;
  list-style: none;
}

.sub-menu li {
  border-bottom: 1px solid #e5e5e5;
}

.sub-menu li.current {
  background-color: #f3f2f2;
}

.sub-menu a {
  display: block;
  padding: 10px 0 10px 24px;
}

.cc-area {
  padding-top: 20px;
  text-align: center;
}

.page-title {
  padding-top: 36px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e5e5e5;
}

.page-contents {
  overflow: hidden;
}

.page-contents.pt {
  padding-top: 10px;
}

.page-subtitle {
  padding: 6px 0;
}

.map-wrap {
  padding: 10px 0 0;
  text-align: center;
}

.product-col {
  position: relative;
  float: left;
  width: 200px;
  height: 200px;
  padding-right: 10px;
  padding-bottom: 8px;
}

.product-col.high {
  height: 207px;
}

.product-col img {
  position: absolute;
  top: 0;
  left: 0;
}

.service-ready {
  padding-top: 45px;
  text-align: center;
}

.request-form {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
}

.request-form caption {
  display: none;
}

.request-form th,
.request-form td {
  height: 30px;
  border: 1px solid #e5e5e5;
  vertical-align: middle;
}

.request-form th {
  width: 100px;
  background-color: #f4f4f4;
  color: #414141;
  font-weight: normal;
  text-align: left;
}

.request-form th p {
  padding-left: 14px;
}

.request-form td p {
  padding: 0 18px 0 9px;
}

.request-form td.textarea-wrap {
  height: auto;
  padding: 5px 0;
}

.request-form input,
.request-form textarea {
  border: 1px solid #e5e5e5;
  color: #666;
  font-family: Dotum, "돋움", Arial, sans-serif;
  font-size: 12px;
}

.request-form input {
  width: 400px;
  padding: 0 4px;
  line-height: 18px;
}

.request-form textarea {
  width: 100%;
  padding: 0 4px;
  line-height: 18px;
}

.btn-set {
  padding: 10px 0;
  text-align: center;
}

.btn-set button {
  margin: 0 4px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.sitemap-wrap {
  overflow: hidden;
}

.sitemap-wrap .left,
.sitemap-wrap .right {
  float: left;
  width: 50%;
}

.sitemap-wrap .sm-col {
  padding-top: 5px;
  padding-bottom: 45px;
}

.sitemap-wrap .title {
  padding: 6px 0 9px;
}

.sitemap-wrap ul {
  width: 170px;
  margin: 0 3px;
  padding: 5px 3px;
  border-top: 1px solid #e5e5e5;
  list-style: none;
}

.sitemap-wrap li {
  padding: 5px 0;
}

.sitemap-wrap a img {
  opacity: 0.75;
}

.sitemap-wrap a:hover img {
  opacity: 1;
}

#bo_img {
  width: 98%;
  padding-top: 10px;
}

.bo_fx {
  margin-bottom: 5px;
  zoom: 1;
}

.bo_fx::after,
#bo_img_list::after {
  display: block;
  clear: both;
  visibility: hidden;
  content: "";
}

#bo_list_total {
  float: left;
  padding-top: 5px;
}

#bo_img h2 {
  width: 1px;
  height: 1px;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
}

#bo_img_list {
  margin: 10px 0 0;
  padding: 0;
  list-style: none;
}

.bo_img_list_li {
  float: left;
  min-height: 172px;
  margin: 0 20px 20px 0;
}

.bo_img_con {
  margin: 0;
  padding: 0;
  list-style: none;
}

.bo_img_con li {
  margin: 0 0 4px;
  text-align: center;
}

.bo_img_href {
  border: 1px solid #e5e5e5;
  padding: 5px;
}

.bo_img_href img {
  width: 174px;
  height: 124px;
  object-fit: cover;
}

.bo_img_text_href {
  width: 174px;
  margin: 10px 0 !important;
}

#bo_sch {
  margin-bottom: 10px;
  padding: 10px;
  border: 1px solid #e5e5e5;
  background-color: #f8f8f8;
  text-align: center;
}

#bo_sch legend {
  position: absolute;
  margin: 0;
  padding: 0;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
  text-indent: -9999em;
}

#bo_sch select,
#bo_sch input {
  font-family: Dotum, "돋움", Arial, sans-serif;
  font-size: 12px;
}

.btn_submit {
  height: 24px;
  padding: 0 10px;
  border: 0;
  background: #333;
  color: #fff;
  cursor: pointer;
}

.foot {
  height: 64px;
  padding: 13px 0;
  overflow: hidden;
  border-top: 1px solid #e5e5e5;
  background: #fff url("../img/foot_bg.png") repeat-x 0 0;
}

.foot-logo {
  float: left;
  width: 218px;
  border-right: 1px solid #e5e5e5;
  text-align: center;
}

.foot-info {
  float: left;
  padding-left: 15px;
}

.foot-info p {
  color: #616161;
  font-size: 11px;
  line-height: 14px;
}

.foot-info a {
  color: #616161;
}

.foot-info .copyright {
  padding-top: 8px;
  color: #8d8d8d;
}
