@import "./guide_details.css";
/* ==========================================================================
   responsive size
   ========================================================================== */
/* ==========================================================================
   Layout
   ========================================================================== */
* {
  box-sizing: border-box;
}

html,
body {
  width: 100%;
  height: 100%;
}

.mo {
  display: none !important;
}

.pc {
  display: block;
}

@media (max-width: 600px) {
  .mo {
    display: block !important;
  }
  .pc {
    display: none !important;
  }
}
#wrap {
  min-height: 100%;
  background: #FFF;
}

/* ==========================================================================
  Header
  ========================================================================== */
/* menu: skip */
#header {
  position: absolute;
  top: 0;
  width: 100%;
  height: 50px;
  z-index: 100;
  transition: all 0.5s;
}
#header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  transition: all 0.5s;
  transform: translate3d(0, 0, 0);
}
#header:hover::before {
  background-color: rgba(255, 255, 255, 0.4);
  border-bottom: 1px solid rgba(51, 51, 51, 0);
}
#header:hover .btn_customer {
  background-color: #A64826;
}
#header .nav_skip {
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}
#header .nav_skip a {
  display: block;
  width: 100%;
  padding: 10px 0;
  color: #fff;
  position: absolute;
  left: 0;
  top: -100px;
  text-align: center;
  z-index: 200;
  background: #2f3243;
  border: 0 none;
}
#header .nav_skip a:focus {
  top: 0;
  font-size: 18px;
  line-height: 1.5;
}
#header .logo {
  display: block;
  position: absolute;
  left: 2.5rem;
  top: 0rem;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
#header .logo a {
  display: block;
  width: 14.75rem;
  height: 50px;
  background: url(../img/common/logo_main.svg) no-repeat 0 50%/236px 12px;
}
#header #gnb {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
#header #gnb .lst_gnb {
  display: flex;
  justify-content: center;
}
#header #gnb .lst_gnb > li {
  position: relative;
  margin-left: 6.375rem;
}
#header #gnb .lst_gnb > li:first-child {
  margin-left: 0;
}
#header #gnb .lst_gnb > li > .gnbName {
  display: block;
  position: relative;
  padding: 0;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  color: #111;
  white-space: nowrap;
  transition: all 0.5s ease;
  cursor: pointer;
}
#header #gnb .lst_gnb > li > .gnbName:hover {
  color: #ce762e;
}
#header #gnb .lst_gnb > li .lst_submenu {
  display: none;
  position: absolute;
  top: 50px;
  left: -1.0625rem;
  padding: 29px 50px 30px 20px;
  min-width: 150px;
  border-radius: 0 0 5px 5px;
  background-color: #fff;
}
#header #gnb .lst_gnb > li .lst_submenu.on {
  display: block;
}
#header #gnb .lst_gnb > li .lst_submenu li {
  position: relative;
  margin-top: 9px;
}
#header #gnb .lst_gnb > li .lst_submenu li a {
  position: relative;
  display: inline-block;
  text-align: left;
  height: 21px;
  line-height: 21px;
  font-family: "Pretendard";
  font-size: 16px;
  font-weight: 600;
  white-space: nowrap;
  color: #222;
}
#header #gnb .lst_gnb > li .lst_submenu li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 0.0625rem;
  background-color: #A64826;
}
#header #gnb .lst_gnb > li .lst_submenu li a:hover {
  color: #C25A0B;
}
#header #gnb .lst_gnb > li .lst_submenu li a:hover::after {
  width: 100%;
}
#header .global_area {
  position: absolute;
  right: 30px;
  top: 0;
  line-height: 0;
  transform: translate3d(0, 0, 0);
}
#header .global_area .btn_global {
  position: relative;
  padding: 0;
  width: 3.125rem;
  height: 50px;
  line-height: 50px;
  background-color: transparent;
  border: 0;
  text-align: left;
  font-size: 1rem;
  font-weight: 400;
  color: #333;
}
#header .global_area .btn_global::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0.625rem;
  height: 0.3125rem;
  background: url(../img/common/allow_down_global.svg) no-repeat 50% 50%/0.625rem 0.3125rem;
  transition: all 0.5s;
  transform-origin: center center;
}
#header .global_area .btn_global.active::after {
  transform: rotate(180deg);
  margin-top: -0.1875rem;
}
#header .global_area .lst_global {
  display: none;
  position: absolute;
  top: 95px;
  left: 50%;
  transform: translateX(-50%);
  padding: 29px 0 30px 20px;
  width: 85px;
  border-radius: 0 0 8px 8px;
  background-color: #fff;
}
#header .global_area .lst_global.on {
  display: block;
}
#header .global_area .lst_global li {
  margin-top: 0.5625rem;
  text-align: left;
}
#header .global_area .lst_global li:first-child {
  margin-top: 0;
}
#header .global_area .lst_global li a {
  position: relative;
  display: inline-block;
  text-align: left;
  height: 21px;
  line-height: 21px;
  font-size: 14px;
  font-weight: 700;
  color: #222;
}
#header .global_area .lst_global li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 0.0625rem;
  background-color: #A64826;
}
#header .global_area .lst_global li a:hover {
  color: #C25A0B;
}
#header .global_area .lst_global li a:hover::after {
  width: 100%;
}
#header .btn_customer {
  position: absolute;
  top: 50%;
  right: 2.5rem;
  width: 6rem;
  height: 2.625rem;
  line-height: 2.5rem;
  background-color: #563E1C;
  border: 0;
  transform: translate3d(0, -50%, 0);
  transition: all 0.2s;
  border-radius: 0.5rem;
  font-size: 0.9375rem;
  font-weight: 400;
  color: #fff;
}
#header .btn_customer:hover {
  background-color: #a64826;
}
#header .btn_lnb {
  display: none;
  position: absolute;
  top: 0.875rem;
  right: 0.9375rem;
  width: 2.125rem;
  height: 2.125rem;
  background: transparent url(../img/common/ico_circle.svg) no-repeat 50% 50%;
  transform: translate3d(0, 0, 0);
  transition: all 0.2s;
}
#header .btn_lnb.on {
  background-image: url(../img/common/ico_circle_on.svg);
}

@media (max-width: 1441px) and (max-width: 1920px) {
  #header .logo {
    left: 1.875rem;
  }
  #header #gnb .lst_gnb > li {
    margin-left: 60px;
  }
  #header .global_area {
    right: 11.625rem;
  }
  #header .btn_customer {
    right: 1.875rem;
  }
}
@media (max-width: 600px) {
  #header {
    height: 4.0625rem;
  }
  #header::before {
    height: 4.0625rem;
    border-color: rgba(255, 255, 255, 0.2);
  }
  #header:hover::before {
    background-color: transparent;
    border-color: rgba(255, 255, 255, 0.2);
  }
  #header .logo {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1100;
    width: 12.125rem;
  }
  #header .logo a {
    width: 12.125rem;
    height: 4rem;
    background-size: 10.75rem 0.5rem;
    background-position: 0.9375rem 50%;
  }
  #header .global_area {
    right: 4.125rem;
  }
  #header .global_area .btn_global {
    width: 2.5rem;
    height: 4rem;
    line-height: 4rem;
    font-size: 0.75rem;
    font-weight: 600;
  }
  #header .global_area .lst_global {
    top: 4rem;
  }
  #header #gnb {
    position: fixed;
    top: 0;
    bottom: 0;
    left: -18.75rem;
    width: 18.375rem;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.6666666667);
    transition: all 0.5s;
    transform: translate3d(0, 0, 0);
    z-index: 1000;
  }
  #header #gnb.on {
    left: 0;
  }
  #header #gnb .lst_gnb {
    display: block;
    padding-top: 60px;
  }
  #header #gnb .lst_gnb > li {
    margin-left: 0;
    border-bottom: 0.0625rem solid rgba(255, 255, 255, 0.2);
  }
  #header #gnb .lst_gnb > li::before {
    display: none;
  }
  #header #gnb .lst_gnb > li .lst_submenu {
    display: block;
    position: relative;
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    padding: 0;
    background-color: rgba(255, 255, 255, 0.4);
    transition: all 0.4s ease;
    top: 0;
    left: 0;
  }
  #header #gnb .lst_gnb > li .lst_submenu li {
    margin-top: 0;
  }
  #header #gnb .lst_gnb > li .lst_submenu li a {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 0 15px;
    height: 0;
    overflow: hidden;
    color: #333;
    transition: all 0.4s ease;
  }
  #header #gnb .lst_gnb > li .lst_submenu li a::after {
    display: none !important;
  }
  #header #gnb .lst_gnb > li .lst_submenu.on {
    padding: 15px 0 15px;
  }
  #header #gnb .lst_gnb > li .lst_submenu.on a {
    height: 30px;
  }
  #header #gnb .btn_customer {
    top: auto;
    left: auto;
    right: 0.75rem;
    top: 1.0625rem;
    transform: translateY(0);
    z-index: 10;
    width: 4.25rem;
    height: 1.875rem;
    line-height: 1.75rem;
    border-radius: 0.25rem;
    font-size: 0.75rem;
  }
  #header .btn_lnb {
    display: block;
  }
}
/* ==========================================================================
  Footer
  ========================================================================== */
#footer {
  position: relative;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 4.375rem 5rem 4.6875rem;
  height: -moz-fit-content;
  height: fit-content;
  background-color: #222;
  font-family: "Pretendard";
}
#footer .footer-inner {
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 90rem;
}
#footer .footer-inner .logo {
  width: 250px;
  line-height: 0;
}
#footer .footer-inner .logo img {
  display: block;
  width: 100%;
  height: auto;
}
#footer .lst_menu {
  display: flex;
  margin-top: 2.5rem;
}
#footer .lst_menu li {
  position: relative;
}
#footer .lst_menu li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0.0625rem;
  height: 1rem;
  background-color: #474747;
  opacity: 0.4;
}
#footer .lst_menu li:first-child::before {
  display: none;
}
#footer .lst_menu li a {
  display: block;
  padding: 0 0.875rem;
  font-size: 1.125rem;
  font-weight: 400;
  color: #cccccc;
  line-height: 1.3125rem;
}
#footer .lst_menu li:first-child a {
  padding-left: 0;
}
#footer .lst_menu li:nth-child(2) a {
  color: #cccccc;
}
#footer .lst_menu li .select_family {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  height: 21px;
  padding: 0 14px;
}
#footer .lst_menu li .select_family label {
  color: #cccccc;
  margin-right: 10px;
}
#footer .lst_menu li .select_family .form_ctl {
  width: 160px;
  height: 100%;
  border-radius: 4px;
  background-color: #222;
  border: solid 1px #777;
  color: #ccc;
}
#footer .lst_info {
  display: flex;
  flex-direction: column;
  margin-top: 28px;
  width: 50%;
}
#footer .lst_info li {
  font-size: 16px;
  font-weight: 400;
  color: #cccccc;
  line-height: 30px;
  white-space: nowrap;
}
#footer .lst_info li span {
  display: inline-block;
  vertical-align: middle;
}
#footer .lst_info li span.title {
  font-family: "Pretendard";
  font-size: 1.0625rem;
  font-weight: 400;
  color: #cccccc;
  line-height: 1.875rem;
  letter-spacing: 0;
}
#footer .lst_info li span.desc {
  font-family: "Pretendard";
  padding-left: 0.3125rem;
  font-size: 1.0625rem;
  font-weight: 400;
  color: #fff;
  line-height: 1.875rem;
  letter-spacing: 0;
}
#footer .lst_info li.company, #footer .lst_info li.add, #footer .lst_info li.tel {
  padding-left: 0;
}
#footer .lst_info li.add {
  width: 100%;
}
#footer .copyright {
  margin-top: 3.25rem;
  font-family: "Pretendard" !important;
  font-size: 1.125rem;
  font-weight: 200;
  color: #cccccc;
  line-height: 1.3125rem;
}
#footer .btn_top {
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  text-indent: -9999px;
  position: absolute;
  right: 2.5rem;
  top: -3rem;
  width: 6rem;
  height: 6rem;
  border-radius: 50%;
  background: #A04525 url(../img/common/ico_top.svg) no-repeat 50% 50%/1.25rem 1.25rem;
  z-index: 10;
}
#footer .btn_top.focusable:active, #footer .btn_top.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

@media (max-width: 600px) {
  #footer {
    padding: 3.125rem 0.9375rem 3.125rem;
    height: 25.875rem;
  }
  #footer .footer-inner .logo {
    width: 10.5rem;
  }
  #footer .footer-inner .logo img {
    display: block;
  }
  #footer .footer-inner .lst_menu {
    margin-top: 1.875rem;
  }
  #footer .footer-inner .lst_menu li a {
    font-size: 0.875rem;
    line-height: 1rem;
    padding: 0 0.375rem;
  }
  #footer .footer-inner .lst_menu li:first-child a {
    padding-left: 0rem;
  }
  #footer .footer-inner .lst_menu li::before {
    height: 0.625rem;
  }
  #footer .footer-inner .lst_info {
    margin-top: 1.25rem;
    width: 100%;
  }
  #footer .footer-inner .lst_info li {
    font-size: 0.875rem;
    line-height: 1.125rem;
  }
  #footer .footer-inner .lst_info li span.title {
    font-size: 0.875rem;
    line-height: 1.125rem;
  }
  #footer .footer-inner .lst_info li span.desc {
    margin-top: 0;
    font-size: 0.875rem;
    line-height: 1.125rem;
  }
  #footer .footer-inner .lst_info li.cnum, #footer .footer-inner .lst_info li.mail {
    padding: 0;
    width: 100%;
  }
  #footer .footer-inner .lst_info li.ceo, #footer .footer-inner .lst_info li.fax {
    padding-left: 1.25rem;
  }
  #footer .footer-inner .copyright {
    margin-top: 3.75rem;
    font-size: 0.8125rem;
    line-height: 0.9375rem;
  }
  #footer .footer-inner .select_family {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    margin-top: 1.875rem;
  }
  #footer .btn_top {
    top: -1.8125rem;
    right: 0.9375rem;
    width: 3.625rem;
    height: 3.625rem;
    background-size: 0.75rem 0.75rem;
  }
}/*# sourceMappingURL=common_opt.css.map */