.safe-box {
  position: relative;
  width: 1120px;
  margin: 0 auto;
}

#wrap {
  min-width: 1330px;
}

#header {
  width: 100%;
  height: 166px;
  border-bottom: 1px solid #ededed;
}
#header #review-banner {
  position: absolute;
  top: 73px;
  left: 0px;
}
#header #logo {
  position: relative;
  top: 27px;
  width: 221px;
  margin: 0 auto;
}
#header #search-box {
  width: 221px;
  margin: 0 auto;
}
#header #search-box form {
  display: inherit;
  position: relative;
  margin-top: 10px;
}
#header #search-box form input[type="text"] {
  width: 211px;
  border: 2px solid #000;
  height: 32px;
  padding-left: 8px;
}
#header #search-box form input[type="submit"] {
  position: absolute;
  top: 2px;
  right: 0px;
  width: 35px;
  height: 32px;
  border: none;
  text-indent: -9999em;
  background-image: url(../img/search-btn.gif);
}
#top-bar {
  position: absolute;
  top: 22px;
  right: 0px;
}
#top-bar ul li {
  float: left;
}
/* #top-bar ul li:after {
  display: block;
  content: "";
  float: right;
  padding: 0px 8px;
} */
#top-bar li + li { margin-left: 16px;}
#top-bar ul li a {
  font-size: 11px;
  color: #999;
}
#top-bar ul li:last-child:after {
  display: none;
}
#gnb-box {
  width: 100%;
  height: 99px;
  border-bottom: 1px solid #ededed;
}
#gnb-box .gnb-list {
  width: 100%;
  display: table;
}
#gnb-box .gnb-list div {
  position: relative;
  display: table-cell;
  height: 99px;
}
#gnb-box .gnb-list #all-cate-btn {
  position: relative;
  width: 112px;
  border-left: 1px solid #ededed;
  border-right: 1px solid #ededed;
  cursor: pointer;
  background-image: url(../img/all-cate-btn-bg.gif);
}
#gnb-box .gnb-list #all-cate-btn span {
  position: absolute;
  top: 59px;
  left: 15px;
  font-family: "Noto Sans KR", sans-serif;
  font-size: 14px;
  color: #555;
}
#gnb-box .gnb-list .gnb-1dpth {
  width: 168px;
}
#gnb-box .gnb-list .gnb-1dpth a {
  position: absolute;
  display: block;
  width: 100%;
  height: 99px;
  font-family: "Noto Sans KR", sans-serif;
  font-size: 14px;
  color: #555;
  border-bottom: 1px solid #ededed;
  z-index: 71;
}
#gnb-box .gnb-list .gnb-1dpth a p {
  position: relative;
  top: 59px;
  text-align: center;
}
#gnb-box .gnb-list .gnb-1dpth a.on,
#gnb-box .gnb-list .gnb-1dpth a:hover {
  color: #f79592;
}
#gnb-box .gnb-list .grp01 > a {
  background-image: url(../img/gnb-grp01-off.gif?ver=2);
}
#gnb-box .gnb-list .grp01 > a.on,
#gnb-box .gnb-list .grp01 > a:hover {
  background-image: url(../img/gnb-grp01-on.gif?ver=2);
}
#gnb-box .gnb-list .grp02 > a {
  background-image: url(../img/gnb-grp02-off.gif?ver=2);
}
#gnb-box .gnb-list .grp02 > a.on,
#gnb-box .gnb-list .grp02 > a:hover {
  background-image: url(../img/gnb-grp02-on.gif?ver=2);
}
#gnb-box .gnb-list .grp03 > a {
  background-image: url(../img/gnb-grp03-off.gif?ver=2);
}
#gnb-box .gnb-list .grp03 > a.on,
#gnb-box .gnb-list .grp03 > a:hover {
  background-image: url(../img/gnb-grp03-on.gif?ver=2);
}
#gnb-box .gnb-list .grp04 > a {
  background-image: url(../img/gnb-grp04-off.gif?ver=2);
}
#gnb-box .gnb-list .grp04 > a.on,
#gnb-box .gnb-list .grp04 > a:hover {
  background-image: url(../img/gnb-grp04-on.gif?ver=2);
}
#gnb-box .gnb-list .grp05 > a {
  background-image: url(../img/gnb-grp05-off.gif?ver=2);
}
#gnb-box .gnb-list .grp05 > a.on,
#gnb-box .gnb-list .grp05 > a:hover {
  background-image: url(../img/gnb-grp05-on.gif?ver=2);
}
#gnb-box .gnb-list .grp06 > a {
  background-image: url(../img/gnb-grp06-off.gif?ver=2);
}
#gnb-box .gnb-list .grp06 > a.on,
#gnb-box .gnb-list .grp06 > a:hover {
  background-image: url(../img/gnb-grp06-on.gif?ver=2);
}
.all-cate-box {
  position: absolute;
  display: none;
  width: 100%;
  z-index: 70;
}
.all-cate-box .sitemap-box {
  display: table;
  width: 1020px;
  padding: 50px 50px 32px 50px;
  background-color: #fff;
  border-bottom: 1px solid #ededed;
}
.all-cate-box .sitemap-box .dpth01-box {
  display: table-cell;
  width: 170px;
}
.all-cate-box .sitemap-box .dpth01-box h3 {
  font-family: "Noto Sans KR", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #555;
  margin-bottom: 10px;
}
.all-cate-box .sitemap-box .dpth01-box li {
  padding: 5px 0px;
}
.all-cate-box .sitemap-box .dpth01-box li a {
  font-family: "dotum", sans-serif;
  font-size: 12px;
  color: #555;
}
.all-cate-box .brand-box {
  display: table;
  width: 1020px;
  padding: 32px 50px 60px 50px;
  background-color: #fff;
}
.all-cate-box .brand-box h3 {
  font-family: "Noto Sans KR", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #555;
  margin-bottom: 20px;
}
.all-cate-box .brand-box li {
  width: 170px;
  padding: 5px 0px;
  float: left;
}
.all-cate-box .brand-box li a {
  font-family: "dotum", sans-serif;
  font-size: 12px;
  color: #555;
}
#header-banner {
  height: 90px;
  background-image: url(../img/header-banner-bg.gif);
}
#header-banner .info-box {
  position: relative;
  height: 90px;
}
#header-banner .info-box .mid-name {
  padding-top: 21px;
  padding-bottom: 3px;
  font-family: "Spoqa Han Sans", Sans-serif;
  font-size: 19px;
  font-weight: 700;
  color: #404c72;
}
#header-banner .info-box .mid-name img {
  position: relative;
  top: 7px;
  margin-right: 6px;
}
#header-banner .info-box p {
  font-family: "dotum", sans-serif;
  font-size: 11px;
  color: #979ca5;
}
#header-banner .kakao-info .mid-name {
  padding-top: 20px;
  padding-bottom: 3px;
  font-family: "Spoqa Han Sans", Sans-serif;
  font-size: 19px;
  font-weight: 700;
  color: #404c72;
}
#header-banner .kakao-info .mid-name img {
  position: relative;
  top: 9px;
}
#header-banner .call-kr {
  width: 380px;
  float: left;
}
#header-banner .call-de {
  width: 360px;
  float: left;
}
#header-banner .kakao-info {
  width: 270px;
  float: left;
}
#header-banner .event-box {
  width: 110px;
  height: 90px;
  float: left;
}
#header-banner .event-box img {
  position: relative;
  top: 26px;
}
.quick_container {
  position: relative;
  width: 1330px;
  margin: 0 auto;
  height: 0px;
  background-color: #ccc;
}
.quick_container .quick_wrap {
  position: absolute;
  top: 30px;
  width: 1330px;
  margin: 0 auto;
  height: 0px;
  background: #dfdfdf;
  z-index: 50;
}
.quick_container .quick_wrap .quick_bar01,
.quick_container .quick_wrap .quick_bar02 {
  position: absolute;
  top: 0px;
  width: 74px;
}
.quick_container .quick_wrap .quick_bar01 img,
.quick_container .quick_wrap .quick_bar02 img {
  border-bottom: 1px solid #ddd;
}
.quick_container .quick_wrap .quick_bar01 ul,
.quick_container .quick_wrap .quick_bar02 ul {
  border: 1px solid #ddd;
  border-bottom: none;
}
.quick_container .quick_wrap .quick_bar01 {
  left: -5px;
}
.quick_container .quick_wrap .quick_bar02 {
  right: -5px;
}
.quick_container .quick_wrap .quick_bar02 > a {
  display: block;
  width: 72px;
  height: 25px;
  border: 1px solid #333;
  background-color: #333;
  color: #fff;
  line-height: 25px;
  text-align: center;
  border: 1px solid #333;
}

/* footer */

#footer-wrap {
  position: relative;
}
#footer-wrap #footer-info {
  width: 100%;
  height: 218px;
  border-top: 1px solid #ededed;
}
#footer-wrap #footer-info > .safe-box > div {
  padding: 40px 0px;
  float: left;
}
#footer-wrap #footer-info > .safe-box > div .info-title {
  margin-bottom: 6px;
  font-family: "Noto Sans KR", sans-serif;
  font-size: 19px;
  color: #4c4c4c;
  letter-spacing: -0.015em;
}
#footer-wrap #footer-info > .safe-box > div .bnum {
  margin-bottom: 7px;
  font-family: "Spoqa Han Sans", Sans-serif;
  font-size: 25px;
  font-weight: 700;
  color: #445d7d;
}
#footer-wrap #footer-info .customer-info {
  width: 285px;
}
#footer-wrap #footer-info .customer-info li {
  margin-bottom: 1px;
  font-family: "Noto Sans KR", sans-serif;
  font-size: 13px;
  font-weight: 300;
  color: #8f8f8f;
}
#footer-wrap #footer-info .quick-btns {
  width: 550px;
}
#footer-wrap #footer-info .quick-btns li {
  margin-right: 56px;
  float: left;
}
#footer-wrap #footer-info .quick-btns li:nth-child(4) {
  margin-right: 17px;
}
#footer-wrap #footer-info .quick-btns li:last-child {
  margin-right: 0px;
}
#footer-wrap #footer-info .quick-btns li a {
  display: block;
  height: 138px;
}
#footer-wrap #footer-info .quick-btns li:nth-child(1) a {
  width: 56px;
  background-image: url(../img/quick-btn-01.jpg);
}
#footer-wrap #footer-info .quick-btns li:nth-child(2) a {
  width: 56px;
  background-image: url(../img/quick-btn-02.jpg);
}
#footer-wrap #footer-info .quick-btns li:nth-child(3) a {
  width: 56px;
  background-image: url(../img/quick-btn-03.jpg);
}
#footer-wrap #footer-info .quick-btns li:nth-child(4) a {
  width: 58px;
  background-image: url(../img/quick-btn-04.jpg);
}
#footer-wrap #footer-info .quick-btns li:nth-child(5) a {
  width: 134px;
  background-image: url(../img/quick-btn-05.jpg);
}
#footer-wrap #footer-info .quick-btns li a p {
  position: relative;
  top: 95px;
  width: 100%;
  text-align: center;
  font-family: "Noto Sans KR", sans-serif;
  font-size: 14px;
  color: #585858;
  letter-spacing: -0.035em;
}
#footer-wrap #footer-info .quick-btns li:nth-child(3) a p {
  text-align: left;
  text-indent: 0px;
}
#footer-wrap #footer-info .bank-info {
  width: 221px;
  padding-left: 55px !important;
}
#footer-wrap #footer-info .bank-info li {
  margin-bottom: 1px;
  font-family: "Noto Sans KR", sans-serif;
  font-size: 13px;
  font-weight: 300;
  color: #8f8f8f;
}
#footer-wrap #footer-widget {
  width: 100%;
  height: 62px;
  background-color: #333;
}
#footer-wrap #footer-widget #notice-slide {
  float: left;
  width: 560px;
  height: 62px;
}
#footer-wrap #footer-widget #notice-slide .title-box {
  position: relative;
  width: 68px;
  height: 62px;
  line-height: 62px;
  font-family: "Noto Sans KR", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
}
#footer-wrap #footer-widget #notice-slide .title-box span:after {
  position: absolute;
  top: 25px;
  right: -17px;
  display: block;
  content: "";
  width: 1px;
  height: 14px;
  background-color: #979896;
}
#footer-wrap #footer-widget #notice-slide .list-box {
  position: relative;
  top: -38px;
  left: 101px;
  width: 400px;
}
#footer-wrap #footer-widget #notice-slide .list-box ul {
  height: 60px;
}
#footer-wrap #footer-widget #notice-slide .list-box ul li {
  height: 20px;
  float: left !important;
}
#footer-wrap #footer-widget #notice-slide .list-box ul li a {
  max-width: 380px;
  font-size: 12px;
  color: #fff;
  float: left;
}
#footer-wrap #footer-widget #notice-slide .list-box ul li a:hover {
  text-decoration: underline;
}
#footer-wrap #footer-widget #notice-slide .bx-controls.bx-has-controls-direction {
  position: absolute;
  top: -22px;
  right: -30px;
  width: 13px;
  height: 60px;
  background-image: url(../img/notice-arrow-bg.png);
}
#footer-wrap #footer-widget #notice-slide .bx-wrapper .bx-controls-direction a {
  width: 11px;
  height: 6px;
  margin-top: -3px;
  left: 0px;
}
#footer-wrap #footer-widget #notice-slide .bx-wrapper .bx-prev {
  top: 19px;
  left: 1px !important;
  background: url(../img/arrow-prev.png);
}
#footer-wrap #footer-widget #notice-slide .bx-wrapper .bx-next {
  top: 39px;
  left: 1px !important;
  background: url(../img/arrow-next.png);
}
#footer-wrap #footer-widget #inquiry-slide {
  float: left;
  margin-left: 15px;
  width: 545px;
  height: 62px;
}
#footer-wrap #footer-widget #inquiry-slide .title-box {
  position: relative;
  width: 68px;
  height: 62px;
  line-height: 62px;
  font-family: "Noto Sans KR", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
}
#footer-wrap #footer-widget #inquiry-slide .title-box span:after {
  position: absolute;
  top: 25px;
  right: -17px;
  display: block;
  content: "";
  width: 1px;
  height: 14px;
  background-color: #979896;
}
#footer-wrap #footer-widget #inquiry-slide .list-box {
  position: relative;
  top: -38px;
  left: 101px;
  width: 400px;
}
#footer-wrap #footer-widget #inquiry-slide .list-box ul {
  height: 60px;
}
#footer-wrap #footer-widget #inquiry-slide .list-box ul li {
  height: 20px;
  float: left !important;
}
#footer-wrap #footer-widget #inquiry-slide .list-box ul li a {
  max-width: 380px;
  font-size: 12px;
  color: #fff;
  float: left;
}
#footer-wrap #footer-widget #inquiry-slide .list-box ul li a:hover {
  text-decoration: underline;
}
#footer-wrap #footer-widget #inquiry-slide .bx-controls.bx-has-controls-direction {
  position: absolute;
  top: -22px;
  right: -30px;
  width: 13px;
  height: 60px;
  background-image: url(../img/notice-arrow-bg.png);
}
#footer-wrap #footer-widget #inquiry-slide .bx-wrapper .bx-controls-direction a {
  width: 11px;
  height: 6px;
  margin-top: -3px;
  left: 0px;
}
#footer-wrap #footer-widget #inquiry-slide .bx-wrapper .bx-prev {
  top: 19px;
  left: 1px !important;
  background: url(../img/arrow-prev.png);
}
#footer-wrap #footer-widget #inquiry-slide .bx-wrapper .bx-next {
  top: 39px;
  left: 1px !important;
  background: url(../img/arrow-next.png);
}
#footer-wrap #footer {
  width: 100%;
  height: 214px;
  background-color: #fededed;
}
#footer-wrap #footer .footer-link {
  padding: 40px 0px 30px 0px;
}
#footer-wrap #footer .footer-link ul li {
  float: left;
}
#footer-wrap #footer .footer-link ul li a {
  font-family: "Noto Sans KR", sans-serif;
  font-size: 13px;
  font-weight: 300;
  margin-right: 19px;
  color: #666;
}
#footer-wrap #footer .footer-link ul li:nth-child(4) a {
  color: #333;
}
#footer-wrap #footer .addr-box {
  margin-bottom: 8px;
}
#footer-wrap #footer .addr-box ul li {
  font-family: "dotum", sans-serif;
  font-size: 11px;
  color: #999;
  letter-spacing: -0.025em;
  float: left;
}
#footer-wrap #footer .addr-box ul li a {
  color: #999;
}
#footer-wrap #footer .addr-box ul li:after {
  display: block;
  content: "/";
  padding: 0px 5px;
  float: right;
}
#footer-wrap #footer .addr-box ul li:last-child:after {
  display: none;
}
#footer-wrap #footer .copyright {
  margin-top: 21px;
  font-family: "dotum", sans-serif;
  font-size: 11px;
  color: #999;
  letter-spacing: -0.025em;
}
#footer-wrap #footer .ini-logo {
  position: absolute;
  top: 72px;
  right: 0px;
}
#footer-wrap #footer .ini-logo li {
  float: left;
  margin-left: 6px;
}
