@charset "UTF-8";
html,
body {
  position: relative;
  height: 100%;
  margin: 0;
}

.wrap {
  position: relative;
}

.wrap .container {
  width: 1170px;
}

nav.skip-menu {
  height: 0;
}

/*** quick ***/
.quick-wrap {
  position: fixed;
  right: 0;
  top: 52%;
  z-index: 999;
  width: 110px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.quick-wrap .quick-menu {
  background-color: #fff;
  border-radius: 0.5rem 0 0 0.5rem;
  overflow: hidden;
  margin-bottom: 1rem;
  -webkit-box-shadow: 0px 1px 2px rgba(33, 33, 33, 0.14), 0px 1px 0px rgba(0, 0, 0, 0.14);
  box-shadow: 0px 1px 2px rgba(33, 33, 33, 0.14), 0px 1px 0px rgba(0, 0, 0, 0.14);
}

.quick-wrap .quick-menu ul {
  margin-bottom: 0;
}

.quick-wrap .quick-menu ul li {
  height: 45px;
  text-align: center;
  padding: 15.5px 0;
  position: relative;
}

.quick-wrap .quick-menu ul li a {
  font-size: 14px;
  color: #373535;
}

.quick-wrap .quick-menu ul li::after {
  content: "";
  width: 102px;
  height: 1px;
  background: #f2f2f2;
  position: absolute;
  left: 4px;
  bottom: 0;
}

.quick-wrap .quick-menu ul li:last-child::after {
  display: none;
}

.quick-wrap .quick-menu ul .quick-first {
  background-color: #ff543d;
}

.quick-wrap .quick-menu ul .quick-first a {
  color: #fff;
}

.quick-wrap .quick-menu ul .quick-first::after {
  display: none;
}

.quick-wrap .quick-ic {
  border-radius: 0.5rem 0 0 0.5rem;
  overflow: hidden;
  margin-bottom: 1rem;
  -webkit-box-shadow: 0px 1px 2px rgba(33, 33, 33, 0.14), 0px 1px 0px rgba(0, 0, 0, 0.14);
  box-shadow: 0px 1px 2px rgba(33, 33, 33, 0.14), 0px 1px 0px rgba(0, 0, 0, 0.14);
}

.quick-wrap .quick-ic img {
  max-width: 100%;
}

.quick-wrap .quick-ic:hover {
  -webkit-box-shadow: 0 0.5rem 1rem rgba(55, 53, 53, 0.15);
  box-shadow: 0 0.5rem 1rem rgba(55, 53, 53, 0.15);
}

/*** content 공통 ***/
.document {
  position: relative;
  margin-top: -50px;
  overflow: auto;
}

.document > .container {
  margin-bottom: 95px;
  position: relative;
  padding-top: 70px;
}

.document > .container img {
  max-width: 100%;
}

.document > .container p {
  line-height: 1.5;
  padding: 2px;
}

.document .title_wrap {
  position: relative;
  margin: 110px auto 65px;
  padding: 0 15px;
  display: none; /* base_v2 템플릿 title_wrap 숨김 */
}

.document .title_wrap .title {
  font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue",
    "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol", sans-serif;
  font-weight: bold;
}

.document .title_wrap .breadcrumbs {
  position: absolute;
  right: 15px;
  bottom: 0;
  font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue",
    "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol", sans-serif;
}

.document .title_wrap .breadcrumbs > a {
  color: #373535;
  padding: 0 0 0 12px;
  position: relative;
  font-size: 13px;
  font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue",
    "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol", sans-serif;
}

.document .title_wrap .breadcrumbs > a::after {
  content: "";
  position: absolute;
  top: 6px;
  right: -10px;
  width: 6px;
  height: 8px;
  background-image: url(/static/images/new_main/common/ic-right.png);
  background-size: contain;
}

.document .title_wrap .breadcrumbs > a.current {
  color: #15c093;
}

.document .title_wrap .breadcrumbs > a.current::after {
  display: none;
}

.document .title_cont {
  position: relative;
  font-weight: 400;
  margin: 20px 0;
}

.document .title_cont::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 0;
  width: 20px;
  height: 4px;
  background-color: #0c7056;
}

.document .sub-title {
  position: relative;
  font-weight: 500;
  margin: 10px 0 10px 20px;
}

.document .sub-title::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  left: -15px;
  top: 3px;
  margin-top: 5px;
  position: absolute;
  border: 3px solid #15c093;
}

/*** #main_layer_popup ***/
.pop_main {
  position: absolute;
  top: 390px;
  left: 0;
  width: 70%;
}

.pop_main .mainpop-wrap {
  float: left;
  position: relative;
  width: 270px;
  height: 355px;
  margin: 30px 15px 0 0;
  overflow: hidden;
  z-index: 50;
  -webkit-filter: drop-shadow(0px 2px 6px rgba(0, 0, 0, 0.25));
  filter: drop-shadow(0px 2px 6px rgba(0, 0, 0, 0.25));
}

.pop_main .pop-body a {
  display: block;
}

.pop_main .pop-body img {
  min-height: 325px;
}

.pop_main .pop-body .contents {
  font: 0/0 a;
  margin: 0;
}

.pop_main .footer {
  position: relative;
  width: 100%;
  height: 30px;
  padding: 0 0 0 6px;
  background: #f2f2f2;
  color: #373535;
  font-size: 12px;
}

.pop_main .footer .form-check {
  margin: 6px 2px;
}

.pop_main .footer button[type="button"] {
  float: right;
  line-height: 13px;
}

img[usemap] {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.popup-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  display: none;
  z-index: 999;
  overflow: auto;
  padding: 24px;
}

.popup-overlay:target {
  display: block;
}

.popup-content {
  position: relative;
  margin: 40px auto;
  width: min(920px, 92vw);
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
  padding: 22px 24px 28px;
}

.popup-close {
  margin-left: auto;
  font-size: 28px;
  line-height: 1;
  text-decoration: none;
  color: #111;
  cursor: pointer;
}

.popup-header {
  display: flex;
  gap: 14px;
  align-items: center;
}

.badge {
  font-weight: 700;
  border-radius: 10px;
  padding: 4px 12px;
  height: 32px;
  line-height: 24px;
  display: inline-block;
}

.badge.gold {
  background: gold;
  color: #000;
}

.badge.silver {
  background: silver;
  color: #000;
}

.badge.bronze {
  background: #722d14;
  color: #fff;
}

hr.divider {
  height: 1px;
  background: #111;
  border: 0;
  margin-top: 15px;
}

h3,
h5,
p {
  margin: 0.4rem 0;
}

h3.lead {
  line-height: 1.45;
  margin-top: 20px;
}
