@charset "UTF-8";
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.8/dist/web/variable/pretendardvariable.css");
[v-cloak] {
  visibility: hidden;
  color: transparent;
}

/*@font-face {
  font-family: 'Pretendard-Thin';
  src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Thin.woff') format('woff');
  font-weight: 100;
  font-style: normal;
}*/
/*@font-face {
  font-family: 'Pretendard-ExtraLight';
  src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-ExtraLight.woff') format('woff');
  font-weight: 200;
  font-style: normal;
}


@font-face {
  font-family: 'Pretendard-Light';
  src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
}*/
/*@font-face {
  font-family: 'Pretendard-Regular';
  src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Pretendard-Medium';
  src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Pretendard-SemiBold';
  src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Pretendard-Bold';
  src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}*/
/*@font-face {
  font-family: 'Pretendard-ExtraBold';
  src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-ExtraBold.woff') format('woff');
  font-weight: 800;
  font-style: normal;
}*/
@font-face {
  font-family: "국립박물관문화재단클래식B";
  src: url("https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_twelve@1.0/국립박물관문화재단클래식B.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
a:hover {
  text-decoration: none;
}

.font-weight-light {
  font-weight: 300;
  font-family: "Pretendard-Light";
}

.font-weight-medium {
  font-weight: 500;
  font-family: "Pretendard-Medium";
}

.font-weight-bold {
  font-weight: 700;
  font-family: "Pretendard-Bold";
}

.font-weight-bolder {
  font-weight: 800;
  font-family: "Pretendard-ExtraBold";
}

.font-size-12-px {
  font-size: 12px;
}

.font-size-13-px {
  font-size: 13px;
}

.font-size-14-px {
  font-size: 14px;
}

.font-size-16-px {
  font-size: 16px;
}

.font-size-18-px {
  font-size: 18px;
}

.font-size-20-px {
  font-size: 20px;
}

.font-size-24-px {
  font-size: 24px;
}

.font-size-26-px {
  font-size: 26px;
}

.font-color-point {
  color: #d7ba75 !important;
}

.font-color-black {
  color: #191919;
}

.font-color-gray {
  color: #777;
}

.font-color-light {
  color: #999;
}

.font-color-red {
  color: #ff3939;
}

.line-point-red {
  border: 1px solid #ff3939;
}

.bg-light {
  background: #fafafa;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.invalid-feedback {
  font-size: 12px;
}

ul li {
  list-style: none;
  text-decoration: none;
}

hr {
  background: #ddd;
}

hr.hr-light {
  background: #ededed;
}

.line-top {
  border-top: 8px solid #f7f7f7;
}

button {
  background: inherit;
  border: none;
  box-shadow: none;
  border-radius: 0;
  padding: 0;
  overflow: visible;
  cursor: pointer;
}

.btn-point, .btn-point:hover {
  color: #fff;
  background: #d7ba75;
  border: 1px solid #d7ba75;
}

.btn-black, .btn-black:hover {
  color: #fff;
  background: #191919;
  border: 1px solid #191919;
}

.btn-gray, .btn-gray:hover {
  color: #fff;
  background: #777777;
  border: 1px solid #777777;
}

.btn-outline-gray, .btn-outline-gray:hover {
  color: #777777;
  border: 1px solid #777777;
}

.btn-light, .btn-light:hover {
  color: #fff;
  background: #999999;
  border: 1px solid #999999;
}

.btn-lighter, .btn-lighter:hover {
  color: #191919;
  background: #f7f7f7;
  border: 1px solid #f7f7f7;
}

.form-check {
  padding-left: 1rem;
}

.custom-control-label {
  font-size: 14px;
}

.custom-control-input {
  width: 20px;
  height: 20px;
  margin-top: 0;
}

.custom-control-input:checked ~ .custom-control-label:before {
  background-color: #d7ba75;
  border-color: #d7ba75;
  color: #fff;
}

.custom-control-label:after, .custom-control-label:before {
  top: 2px;
}

.input-btn-group {
  position: relative;
  display: flex;
}
.input-btn-group input {
  width: 100%;
}
.input-btn-group button {
  position: absolute;
  top: 5px;
  bottom: 5px;
  right: 30px;
}
.input-btn-group button img {
  width: 20px;
  height: 20px;
}

.w-80 {
  width: 80%;
}

.w-85 {
  width: 85%;
}

.w-90 {
  width: 90%;
}

#app {
  position: relative;
  overflow: hidden;
  min-height: 100vh;
}

body {
  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-size: 18px;
  color: #191919;
  overflow-x: hidden;
  line-height: 1.3;
  height: 100%;
}

.container {
  padding-right: 16px;
  padding-left: 16px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1200px;
  width: 100%;
}

.menuwrap.on {
  right: 0;
}

.menuwrap {
  position: fixed;
  top: 0;
  right: -100%;
  z-index: 1000;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  background-color: rgba(25, 25, 25, 0.5);
  transition: right 0.3s ease-in-out;
}
.menuwrap .box {
  position: absolute;
  right: 0;
  width: 75%;
  height: 100%;
  overflow: auto;
  background: #191919;
  color: #fff;
}
.menuwrap a, .menuwrap button {
  color: #fff;
}
.menuwrap .info .user-name {
  font-size: 20px;
}
.menuwrap .info .user-code {
  display: inline-block;
  font-size: 14px;
  border-radius: 50px;
  background-color: rgba(255, 255, 255, 0.1);
  padding: 8px 14px;
}
.menuwrap .accordion_wrap .one-depth {
  position: relative;
  padding: 17px 0;
  cursor: pointer;
  font-size: 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.menuwrap .accordion_wrap .one-depth::before {
  display: inline-block;
  font-size: 14px;
  color: #006633;
  margin: 0 5px;
}
.menuwrap .accordion_wrap .one-depth.on > span {
  font-weight: bold;
  color: #d7ba75;
}
.menuwrap .accordion_wrap .anw {
  display: none;
  overflow: hidden;
  font-size: 14px;
  padding: 10px 0 20px 0;
}
.menuwrap .accordion_wrap .anw div {
  padding: 10px 0;
}
.menuwrap .accordion_wrap .anw::before {
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  color: #666;
  margin: 0 5px;
}
.menuwrap .accordion_wrap .arrow-wrap {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translate(0, -50%);
}
.menuwrap .accordion_wrap .one-depth .arrow-top {
  display: none;
}
.menuwrap .accordion_wrap .one-depth .arrow-bottom {
  display: block;
}
.menuwrap .accordion_wrap .one-depth.on .arrow-bottom {
  display: none;
}
.menuwrap .accordion_wrap .one-depth.on .arrow-top {
  display: block;
}

.all-menu-close {
  border: 0;
  background: transparent;
}

.sub-header {
  background: #191919;
}

header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  overflow: hidden;
  cursor: pointer;
}
header .pc-top-nav {
  display: none;
}
header .m-top-nav {
  display: block;
  float: right;
}
header .m-top-nav .info {
  position: absolute;
  top: 10px;
  right: 65px;
  gap: 16px;
}
header .m-top-nav .info a {
  font-size: 12px;
  color: white;
}
header .m-top-nav .info .user-name {
  font-size: 20px;
}
header .m-top-nav .info .user-code {
  font-size: 14px;
}
header .m-all-nav-btn {
  display: block;
  background: url("/images/kk-bugojang/all-nav-btn.png") no-repeat;
  width: 23px;
  height: 17px;
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
}
header .logo {
  position: relative;
  left: 16px;
}

.main-visual {
  position: relative;
}
.main-visual .swiper-slide {
  position: relative;
}
.main-visual .swiper-slide .text {
  position: absolute;
  color: white;
  z-index: 1;
  color: #fff;
  top: 50%;
  left: 47%;
  transform: translate(-15%, -30%);
}
.main-visual .swiper-slide .text > p {
  font-family: "국립박물관문화재단클래식B";
}

.pagination {
  position: absolute;
}

.contents-service-btn .btn-box {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #FFFFFF;
  border: 2px solid transparent;
  border-radius: 16px;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
  width: 100%;
  height: 100%;
}
.contents-service-btn p {
  text-align: center;
  color: #999999;
}
.contents-service-btn .btn-box.icon01 {
  background-color: #efece4;
}
.contents-service-btn .btn-box:hover {
  border: 2px solid #d7ba75;
}

.content-wrap {
  min-height: 100%;
  padding-bottom: 200px;
  margin-bottom: 8vh;
}

.f-Procedure {
  padding-top: 90px;
  position: relative;
}
.f-Procedure .bg {
  position: absolute;
  left: 0;
  background: #efece4;
  display: block;
  width: 90%;
  height: 205px;
  z-index: -1;
}
.f-Procedure .f-banner {
  position: relative;
}
.f-Procedure .qna-zone {
  position: relative;
}
.f-Procedure .qna-zone > p {
  border-bottom: 2px solid #191919;
  padding-bottom: 10px;
}
.f-Procedure .qna-zone .arrow-btn {
  position: absolute;
  right: 10px;
  top: 45px;
}
.f-Procedure .qna-zone .list > div {
  border-bottom: 1px solid #ddd;
  padding: 22px 10px 18px 10px;
}
.f-Procedure .qna-zone .list > div a {
  width: 96%;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  word-break: break-all;
}

.m-b-banner-wrap {
  position: relative;
  padding-top: 8vh;
}
.m-b-banner-wrap .swiper-pagination {
  position: relative;
  top: 0;
}

.sub-container-top {
  padding-top: 100px;
}
.sub-container-top .sub-title p {
  font-size: 24px;
}
.sub-container-top .sub-title i {
  display: inline-block;
  width: 28px;
  height: 3px;
  background: #d7ba75;
}

.form-zone span {
  font-size: 16px;
}

.member-select-box {
  border: 1px solid #ddd;
  margin: 40px 8px;
  padding: 30px 0;
}
.member-select-box a p:nth-child(2) {
  font-size: 18px;
}
.member-select-box a p:nth-child(3) {
  font-size: 14px;
}

.obituary-form-page .form-zone {
  border-bottom: 1px solid #ddd;
}
.obituary-form-page .form-zone span {
  font-size: 16px;
}
.obituary-form-page .form-zone .info-zone-wrap {
  background: #f7f7f7;
}
.obituary-form-page .form-zone .info-zone-wrap .info-zone {
  border-bottom: 1px solid #ddd;
}
.obituary-form-page .form-zone .info-zone-wrap .info-zone:last-of-type {
  border-bottom: none;
}
.obituary-form-page .form-zone textarea {
  height: 14vh;
}
.obituary-form-page .form-zone .img-box-wrap {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
}
.obituary-form-page .form-zone .img-box-wrap .img-box {
  border: 1px solid #ccc;
  background: #f7f7f7;
  overflow: hidden;
  position: relative;
}
.obituary-form-page .form-zone .img-box-wrap .img-btn-wrap {
  display: flex;
  align-items: center;
  gap: 8px;
}
.obituary-form-page .form-check {
  font-size: 14px;
}

.member-select-box.active {
  border: 1px solid #d7ba75;
}

.obituary-form-page .notice-box {
  background: #f7f7f7;
}
.obituary-form-page .notice-box .dots {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50px;
  background: #d7ba75;
  display: inline-block;
  position: relative;
  top: 8px;
  margin-right: 5px;
}

.login-form {
  line-height: 1.6;
  font-size: 14px;
  letter-spacing: -0.2px;
}
.login-form .login-tab .nav-tabs .nav-item .nav-link {
  font-size: 16px;
  padding: 0.5rem;
  border-radius: 0;
  color: #777;
}
.login-form .login-tab .nav-tabs .nav-item .nav-link.active {
  border-color: #191919 #191919 #fff;
  border-top-width: 4px;
  color: #191919;
}
.login-form .form {
  border-bottom: 1px solid #ddd;
}
.login-form .form .row {
  gap: 6px 0;
}
.login-form .login-info a {
  color: #777;
}
.login-form .login-info div a:after {
  width: 1px;
  height: 14px;
  background: #ddd;
  content: "";
  display: inline-block;
  margin: 0 14px;
}
.login-form .login-info div:last-of-type a:after {
  display: none;
}
.login-form .terms-info {
  padding-bottom: 40px;
  border-bottom: 1px solid #ddd;
}
.login-form .terms-info .box {
  color: #777;
  border: 1px solid #dcdcdc;
  padding: 12px 20px;
  height: 180px;
  overflow: hidden;
  overflow-y: scroll;
}
.login-form .form-zone {
  border-bottom: 1px solid #ddd;
}
.login-form .img-box {
  width: 80px;
  height: 52px;
  overflow: hidden;
  border: 1px solid #ddd;
}

.board-list .faq-wrap .accordion_wrap, .board-list .faq-wrap .d-wrap, .board-list .qna-wrap .accordion_wrap, .board-list .qna-wrap .d-wrap, .board-list .default-wrap .accordion_wrap, .board-list .default-wrap .d-wrap {
  border-top: 2px solid #191919;
  line-height: 1.6;
  font-size: 14px;
}
.board-list .faq-wrap .accordion_wrap .one-depth, .board-list .faq-wrap .d-wrap .one-depth, .board-list .qna-wrap .accordion_wrap .one-depth, .board-list .qna-wrap .d-wrap .one-depth, .board-list .default-wrap .accordion_wrap .one-depth, .board-list .default-wrap .d-wrap .one-depth {
  position: relative;
  padding: 16px 0 14px 0;
  cursor: pointer;
  border-bottom: 1px solid #ddd;
}
.board-list .faq-wrap .accordion_wrap .list-group, .board-list .faq-wrap .d-wrap .list-group, .board-list .qna-wrap .accordion_wrap .list-group, .board-list .qna-wrap .d-wrap .list-group, .board-list .default-wrap .accordion_wrap .list-group, .board-list .default-wrap .d-wrap .list-group {
  font-size: 16px;
  position: relative;
  padding: 16px 0 14px 0;
  cursor: pointer;
  border-bottom: 1px solid #ddd;
}
.board-list .faq-wrap .accordion_wrap .list-group .date, .board-list .faq-wrap .d-wrap .list-group .date, .board-list .qna-wrap .accordion_wrap .list-group .date, .board-list .qna-wrap .d-wrap .list-group .date, .board-list .default-wrap .accordion_wrap .list-group .date, .board-list .default-wrap .d-wrap .list-group .date {
  font-size: 14px;
  color: #777;
}
.board-list .faq-wrap .accordion_wrap .one-depth::before, .board-list .faq-wrap .d-wrap .one-depth::before, .board-list .qna-wrap .accordion_wrap .one-depth::before, .board-list .qna-wrap .d-wrap .one-depth::before, .board-list .default-wrap .accordion_wrap .one-depth::before, .board-list .default-wrap .d-wrap .one-depth::before {
  display: inline-block;
  color: #d7ba75;
  margin: 0 10px 0 10px;
  content: "Q";
  font-weight: bold;
  font-size: 16px;
}
.board-list .faq-wrap .accordion_wrap .qna.one-depth::before, .board-list .faq-wrap .d-wrap .qna.one-depth::before, .board-list .qna-wrap .accordion_wrap .qna.one-depth::before, .board-list .qna-wrap .d-wrap .qna.one-depth::before, .board-list .default-wrap .accordion_wrap .qna.one-depth::before, .board-list .default-wrap .d-wrap .qna.one-depth::before {
  margin: 4px 10px;
  content: "";
  background: url("/images/kk-bugojang/icon-lock.png") no-repeat;
  width: 18px;
  height: 18px;
}
.board-list .faq-wrap .accordion_wrap .anw, .board-list .faq-wrap .d-wrap .anw, .board-list .qna-wrap .accordion_wrap .anw, .board-list .qna-wrap .d-wrap .anw, .board-list .default-wrap .accordion_wrap .anw, .board-list .default-wrap .d-wrap .anw {
  display: none;
  overflow: hidden;
  padding: 20px;
  color: #777;
  background-color: #f7f7f7;
}
.board-list .faq-wrap .accordion_wrap .anw::before, .board-list .faq-wrap .d-wrap .anw::before, .board-list .qna-wrap .accordion_wrap .anw::before, .board-list .qna-wrap .d-wrap .anw::before, .board-list .default-wrap .accordion_wrap .anw::before, .board-list .default-wrap .d-wrap .anw::before {
  display: inline-block;
  font-weight: bold;
  color: #191919;
  margin: 0 5px;
  content: "A";
  font-weight: bold;
}
.board-list .faq-wrap .accordion_wrap .qna.anw::before, .board-list .faq-wrap .d-wrap .qna.anw::before, .board-list .qna-wrap .accordion_wrap .qna.anw::before, .board-list .qna-wrap .d-wrap .qna.anw::before, .board-list .default-wrap .accordion_wrap .qna.anw::before, .board-list .default-wrap .d-wrap .qna.anw::before {
  margin: 0 5px;
  content: "";
  background: url("/images/kk-bugojang/anw-icon-lock.png") no-repeat;
  width: 48px;
  height: 18px;
}
.board-list .faq-wrap .accordion_wrap .arrow-wrap, .board-list .faq-wrap .d-wrap .arrow-wrap, .board-list .qna-wrap .accordion_wrap .arrow-wrap, .board-list .qna-wrap .d-wrap .arrow-wrap, .board-list .default-wrap .accordion_wrap .arrow-wrap, .board-list .default-wrap .d-wrap .arrow-wrap {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
}
.board-list .faq-wrap .accordion_wrap .one-depth .arrow-top, .board-list .faq-wrap .d-wrap .one-depth .arrow-top, .board-list .qna-wrap .accordion_wrap .one-depth .arrow-top, .board-list .qna-wrap .d-wrap .one-depth .arrow-top, .board-list .default-wrap .accordion_wrap .one-depth .arrow-top, .board-list .default-wrap .d-wrap .one-depth .arrow-top {
  display: none;
}
.board-list .faq-wrap .accordion_wrap .one-depth .arrow-top img, .board-list .faq-wrap .d-wrap .one-depth .arrow-top img, .board-list .qna-wrap .accordion_wrap .one-depth .arrow-top img, .board-list .qna-wrap .d-wrap .one-depth .arrow-top img, .board-list .default-wrap .accordion_wrap .one-depth .arrow-top img, .board-list .default-wrap .d-wrap .one-depth .arrow-top img {
  width: 14px;
}
.board-list .faq-wrap .accordion_wrap .one-depth .arrow-bottom, .board-list .faq-wrap .d-wrap .one-depth .arrow-bottom, .board-list .qna-wrap .accordion_wrap .one-depth .arrow-bottom, .board-list .qna-wrap .d-wrap .one-depth .arrow-bottom, .board-list .default-wrap .accordion_wrap .one-depth .arrow-bottom, .board-list .default-wrap .d-wrap .one-depth .arrow-bottom {
  display: block;
}
.board-list .faq-wrap .accordion_wrap .one-depth .arrow-bottom img, .board-list .faq-wrap .d-wrap .one-depth .arrow-bottom img, .board-list .qna-wrap .accordion_wrap .one-depth .arrow-bottom img, .board-list .qna-wrap .d-wrap .one-depth .arrow-bottom img, .board-list .default-wrap .accordion_wrap .one-depth .arrow-bottom img, .board-list .default-wrap .d-wrap .one-depth .arrow-bottom img {
  width: 14px;
}
.board-list .faq-wrap .accordion_wrap .one-depth.on .arrow-bottom, .board-list .faq-wrap .d-wrap .one-depth.on .arrow-bottom, .board-list .qna-wrap .accordion_wrap .one-depth.on .arrow-bottom, .board-list .qna-wrap .d-wrap .one-depth.on .arrow-bottom, .board-list .default-wrap .accordion_wrap .one-depth.on .arrow-bottom, .board-list .default-wrap .d-wrap .one-depth.on .arrow-bottom {
  display: none;
}
.board-list .faq-wrap .accordion_wrap .one-depth.on .arrow-top, .board-list .faq-wrap .d-wrap .one-depth.on .arrow-top, .board-list .qna-wrap .accordion_wrap .one-depth.on .arrow-top, .board-list .qna-wrap .d-wrap .one-depth.on .arrow-top, .board-list .default-wrap .accordion_wrap .one-depth.on .arrow-top, .board-list .default-wrap .d-wrap .one-depth.on .arrow-top {
  display: block;
}

.board-list .page-navi-wrap .page-link {
  background-color: #fff;
  border: 0;
  color: #777;
  display: block;
  line-height: 1.25;
  margin-left: -1px;
  padding: 6px 12px;
  position: relative;
  font-size: 14px;
  margin: 4px;
}
.board-list .page-navi-wrap .page-item.active .page-link {
  background-color: transparent;
  border: 1px solid #191919;
  color: #191919;
  z-index: 3;
}

.board-detail {
  border-top: 2px solid #191919;
  line-height: 1.5;
}
.board-detail .title {
  font-weight: 500;
  font-family: "Pretendard-Medium";
  font-size: 16px;
  padding: 20px 10px;
}
.board-detail .title .date {
  font-size: 14px;
  color: #777;
}
.board-detail .info {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.board-detail .info .text-zone {
  font-size: 14px;
  padding: 24px 10px;
}
.board-detail .info .anw-zone {
  background-color: #f7f7f7;
  border-top: 1px solid #ddd;
  color: #777;
  font-size: 14px;
  padding: 20px;
}
.board-detail .info .anw-zone .col-11 {
  padding-right: 10px !important;
}
.board-detail .info .anw-zone .anw-icon {
  display: inline-block;
  content: "";
  background: url("/images/kk-bugojang/anw-icon.png") no-repeat;
  width: 16px;
  height: 16px;
  margin: 0 14px 0 0;
}

.board-list thead.board-title {
  border-top: 2px solid #191919;
  border-bottom: 1px solid #ddd;
  background-color: #f7f7f7;
}
.board-list thead.board-title th {
  font-family: "Pretendard-Regular";
  font-weight: 400;
}
.board-list .board-body td {
  border-bottom: 1px solid #ddd;
  padding: 10px 0;
}
.board-list .list-num {
  border-bottom: 1px solid #ddd;
}

footer .copyright-wrap {
  background: #f7f7f7;
}
footer .copyright-wrap p {
  font-size: 11px;
  color: #777;
  line-height: 1.8;
}
footer .copyright-wrap a {
  font-size: 11px;
  color: #777;
  margin-right: 10px;
}
footer .copyright-wrap .copyright {
  font-size: 10px;
  color: #999999;
}

.pc-mobile-container, .bottom-nav {
  word-break: keep-all;
}
.pc-mobile-container .obituary-form-letter-info, .bottom-nav .obituary-form-letter-info {
  border: 8px solid black;
}
.pc-mobile-container .obituary-form-letter-info input, .pc-mobile-container .obituary-form-letter-info textarea, .bottom-nav .obituary-form-letter-info input, .bottom-nav .obituary-form-letter-info textarea {
  background-color: transparent;
  border: 1px dotted #999;
  word-break: keep-all;
  padding: 2px;
}
.pc-mobile-container .obituary-form-letter-info input, .bottom-nav .obituary-form-letter-info input {
  height: auto;
}
.pc-mobile-container .obituary-form-letter-info .info-zone-center textarea, .bottom-nav .obituary-form-letter-info .info-zone-center textarea {
  height: 330px;
  word-break: keep-all;
  font-size: 15px;
}
.pc-mobile-container .obituary-form-letter-info .info-zone .title, .bottom-nav .obituary-form-letter-info .info-zone .title {
  font-size: 26px;
  font-weight: bold;
  color: #191919;
  line-height: 1.4;
}
.pc-mobile-container .obituary-form-letter-info .info-zone-bottom .b-title > input, .bottom-nav .obituary-form-letter-info .info-zone-bottom .b-title > input {
  font-size: 14px;
}
.pc-mobile-container .obituary-form-letter-info .info-zone-bottom .b-title input:nth-of-type(2), .bottom-nav .obituary-form-letter-info .info-zone-bottom .b-title input:nth-of-type(2) {
  font-size: 16px;
}

.pc-mobile-container .obituary-form-page-info, .pc-mobile-container .obituary-form-letter-info {
  font-size: 14px;
}
.pc-mobile-container .obituary-form-page-info .info-zone .img-box .img, .pc-mobile-container .obituary-form-letter-info .info-zone .img-box .img {
  /*width: 111px;
  height: 148px;*/
}
.pc-mobile-container .obituary-form-page-info .info-zone .img-box .img img, .pc-mobile-container .obituary-form-letter-info .info-zone .img-box .img img {
  object-fit: contain;
  width: 111px !important;
  height: 100%;
}
.pc-mobile-container .obituary-form-page-info .info-zone .s-title, .pc-mobile-container .obituary-form-letter-info .info-zone .s-title {
  font-size: 20px;
}
.pc-mobile-container .obituary-form-page-info .info-zone .name, .pc-mobile-container .obituary-form-letter-info .info-zone .name {
  font-size: 24px;
}
.pc-mobile-container .obituary-form-page-info .info-zone .bg, .pc-mobile-container .obituary-form-letter-info .info-zone .bg {
  width: 100%;
}
.pc-mobile-container .obituary-form-page-info .info-zone .info-zone-bottom, .pc-mobile-container .obituary-form-letter-info .info-zone .info-zone-bottom {
  background: #f7f7f7;
}
.pc-mobile-container .obituary-form-page-info .info-zone .info-zone-bottom .row, .pc-mobile-container .obituary-form-letter-info .info-zone .info-zone-bottom .row {
  margin-bottom: 10px;
}
.pc-mobile-container .obituary-form-page-info .info-zone .info-zone-bottom .form-title, .pc-mobile-container .obituary-form-letter-info .info-zone .info-zone-bottom .form-title {
  color: #777;
}
.pc-mobile-container .obituary-form-page-info .info-zone .location-zone .map-box, .pc-mobile-container .obituary-form-letter-info .info-zone .location-zone .map-box {
  height: 270px;
}
.pc-mobile-container .obituary-form-page-info .info-zone .location-zone .copy-btn, .pc-mobile-container .obituary-form-letter-info .info-zone .location-zone .copy-btn {
  background: url("/images/kk-bugojang/icon-copy.png") no-repeat 38px 52% #f7f7f7;
  text-indent: 16px;
}
.pc-mobile-container .obituary-form-page-info .info-zone .location-zone .call-btn, .pc-mobile-container .obituary-form-letter-info .info-zone .location-zone .call-btn {
  background: url("/images/kk-bugojang/icon-call.png") no-repeat 34px 52% #f7f7f7;
  text-indent: 16px;
}
.pc-mobile-container .obituary-form-page-info .info-zone .location-zone .pop-btn .col-4:first-child:after, .pc-mobile-container .obituary-form-letter-info .info-zone .location-zone .pop-btn .col-4:first-child:after {
  display: none;
}
.pc-mobile-container .obituary-form-page-info .info-zone .location-zone .pop-btn .col-4:after, .pc-mobile-container .obituary-form-letter-info .info-zone .location-zone .pop-btn .col-4:after {
  width: 1px;
  height: 40px;
  background: #ededed;
  content: "";
  display: inline-block;
  position: absolute;
  top: 6px;
  left: 0;
}
.pc-mobile-container .obituary-form-page-info .info-zone .location-zone .pop-btn button img, .pc-mobile-container .obituary-form-letter-info .info-zone .location-zone .pop-btn button img {
  width: 24px;
}
.pc-mobile-container .obituary-form-page-info .info-zone .location-zone .pop-btn p, .pc-mobile-container .obituary-form-letter-info .info-zone .location-zone .pop-btn p {
  position: relative;
  top: -6px;
}
.pc-mobile-container .obituary-form-page-info .info-zone .location-zone .board .box > div, .pc-mobile-container .obituary-form-letter-info .info-zone .location-zone .board .box > div {
  border-bottom: 1px solid #ddd;
  padding: 14px 0 0 0;
}
.pc-mobile-container .obituary-form-page-info .info-zone .message-zone .board .box div, .pc-mobile-container .obituary-form-letter-info .info-zone .message-zone .board .box div {
  border-bottom: 1px solid #ddd;
  padding: 14px 0 0 0;
}
.pc-mobile-container .obituary-form-page-info .info-zone .title, .pc-mobile-container .obituary-form-letter-info .info-zone .title {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
.pc-mobile-container .bottom-nav {
  max-width: 750px;
  position: fixed;
  width: 100%;
  bottom: 0;
}
.pc-mobile-container .bottom-nav .btn {
  background: #315143;
  border-color: #315143;
  font-size: 18px;
}
.pc-mobile-container .btn {
  font-size: 16px;
}

.sns-btn-zone .btn-check {
  background: transparent;
  text-indent: inherit;
  color: #191919;
}
.sns-btn-zone .btn-check img {
  width: 32px;
  margin-right: 4px;
}

.modal .modal-body input, .modal-body textarea {
  font-size: 14px;
}

.modal-body {
  padding: 2rem 1rem;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  background-color: #d7ba75;
  color: #fff;
  border: 1px solid #d7ba75;
}

.nav-pills .nav-link {
  border-radius: 0;
}

.nav-link {
  display: block;
  color: #999999;
  border: 1px solid #ededed;
}

.month-history {
  font-size: 16px;
  background-color: rgba(215, 186, 117, 0.1);
  padding: 20px 0;
}
.month-history .row {
  padding: 8px 0;
}
.month-history .dots:before {
  content: "";
  width: 4px;
  height: 4px;
  background: #d7ba75;
  border-radius: 50px;
  display: inline-block;
  position: relative;
  left: -8px;
  top: -3px;
}

.account-history .board-list {
  font-size: 14px;
  width: 100%;
}
.account-history .board-list .board-title,
.account-history .board-title th,
.account-history .board-body td,
.account-history .board-list tfoot td {
  border: 1px solid #ddd;
  padding: 6px !important;
}
.account-history .board-body td {
  text-align: right;
}
.account-history .board-list tfoot td {
  background: #f7f7f7;
}
.account-history .detail-td {
  text-decoration: underline;
}
.account-history .detail-td img {
  margin-left: 5px;
}

.account-history.detail {
  max-height: calc(40vh - 70px);
  overflow-y: auto;
}
.account-history.detail thead {
  position: sticky;
  top: 0;
}

.ob-procedure-tab a {
  color: #999999;
  padding: 0 20px;
  font-size: 16px;
}
.ob-procedure-tab a.active {
  color: #191919;
  border: 1px solid #d7ba75;
  border-radius: 50px;
  padding: 5px 15px;
  margin: 0 10px;
}

.ob-procedure-guide .guide-box {
  border: 1px solid #ededed;
}
.ob-procedure-guide .guide-box .title-box {
  background-color: rgba(215, 186, 117, 0.1);
  font-size: 20px;
  display: flex;
  justify-content: center;
}
.ob-procedure-guide .guide-box .info {
  font-size: 14px;
  padding: 20px;
}
.ob-procedure-guide .guide-box .info p {
  font-family: "Pretendard-Medium";
  font-weight: 500;
}
.ob-procedure-guide .guide-box .info span {
  color: #777;
}

.product-list .filter-area .list-unstyled div {
  padding: 0 10px;
  font-size: 14px;
}
.product-list .filter-area .list-unstyled div a {
  color: #777;
}
.product-list .filter-area .list-unstyled div a.active {
  color: #d7ba75;
}
.product-list .filter-area .list-unstyled div:first-child {
  padding-left: 0;
}
.product-list .product-list-item {
  margin: 20px 0;
  font-size: 14px;
}
.product-list .product-list-item .img img {
  width: 100%;
  display: block;
}
.product-list .product-list-item .product-info .product-price .ori-price {
  color: #999999;
  text-decoration: line-through;
}
.product-list .product-list-item .product-info .product-price .sell-price {
  font-size: 16px;
  font-family: "Pretendard-Bold";
  font-weight: 600;
}
.product-list .product-list-item .product-info .product-icons {
  font-size: 11px;
}
.product-list .product-list-item .product-info .product-icons .delivery {
  border: 1px solid #ededed;
  color: #999999;
  padding: 6px;
}

.product-view {
  /*.product-selected-list-bottom-wrap {
    position: fixed;
    top: 100%;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 0;
    z-index: 113;

    .product-selected-list-bottom {
      position: absolute;
      top: 0;
      right: 0;
      border: 1px solid #e5e5e5;
      background: #fff;
      width: 100%;
      padding: 20px 15px;
      transition: transform 0.5s;
      opacity: 1;
      visibility: visible;
    }

    .product-selected-list-bottom.active {
      transform: translateY(calc(-100% + 2px));
    }
  }*/
}
.product-view .img img, .product-view .origin-img img {
  width: 100%;
  display: block;
}
.product-view .product-desc-div {
  margin-top: 30px;
}
.product-view .product-desc-div .title {
  font-size: 16px;
}
.product-view .product-desc-div .product-price {
  font-size: 12px;
}
.product-view .product-desc-div .product-price .sell-price {
  font-size: 20px;
}
.product-view .product-desc-div .product-price .ori-price {
  text-decoration: line-through;
}
.product-view .product-desc-div .product-infos {
  font-size: 14px;
}
.product-view .product-desc-div .product-selected-list {
  font-size: 14px;
}
.product-view .product-desc-div .product-selected-list .sell-price {
  font-size: 14px;
}
.product-view .product-desc-div .product-selected-list .card {
  margin-bottom: 10px;
  background: #f7f7f7;
  border-radius: 6px;
  padding: 12px 14px;
  border: none;
}
.product-view .product-desc-div .product-selected-list .card:last-of-type {
  margin-bottom: 0;
}
.product-view .product-desc-div .total-price {
  font-size: 14px;
}
.product-view .product-desc-div .total-price span {
  font-size: 20px;
}
.product-view .product-desc-collapse .collapse-btn {
  font-size: 16px;
  color: #191919;
  text-decoration: none;
  background: url(/images/img-19.png) right 40% no-repeat;
  border-bottom: 1px solid #DADADA;
  padding-left: 2px;
  padding-bottom: 5px;
  margin-bottom: 25px;
  font-weight: 500;
}
.product-view .product-desc-collapse .toastui-editor-contents {
  font-family: "Pretendard-Regular", Dotum, sans-serif;
}
.product-view .product-desc-collapse .toastui-editor-contents p {
  color: #777;
  font-size: 14px;
  font-family: "Pretendard-Light";
  font-weight: 300;
}
.product-view .product-desc-collapse .toastui-editor-contents p.dots:before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50px;
  background: #d7ba75;
  display: inline-block;
  position: relative;
  top: -2px;
  margin-right: 6px;
}

.order-payPage .info-fill {
  background: #fafafa;
  padding: 16px;
}
.order-payPage .info-line {
  border: 1px solid #ddd;
  padding: 16px;
}
.order-payPage p.title {
  font-family: "Pretendard-Medium";
  font-weight: 500;
  font-size: 16px;
}
.order-payPage p.s-title-g {
  font-size: 12px;
  color: #777;
}
.order-payPage p.s-title-l {
  font-size: 12px;
  color: #999999;
}
.order-payPage .product-images .img img {
  display: block;
  width: 60px;
}
.order-payPage .terms-info .box {
  border: 1px solid #ddd;
  background: #fff;
  line-height: 1.5;
  height: 200px;
  overflow: hidden;
  overflow-y: scroll;
}

.member-select-box.app-ownload {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.member-select-box.app-ownload .qr-img {
  margin: 20px 0 10px 0;
}
.member-select-box.app-ownload .qr-img img {
  width: 100px;
}

/* mobile */
@media all and (max-width: 767px) {
  .btn {
    line-height: 46px;
    padding: 0 3.6vw;
    font-size: 14px;
  }
  .close-btn {
    line-height: 20px;
    padding: 0;
  }
  .btn-small {
    line-height: 24px;
    font-size: 12px;
  }
  .btn-large {
    line-height: 58px;
    font-size: 16px;
  }
  .btn-check {
    background: url("/images/kk-bugojang/btn-check.png") no-repeat 12px 52% #fff;
    background-size: 16px;
    text-indent: 16px;
    border: 1px solid #ddd !important;
  }
  .btn-check-active {
    background: url("/images/kk-bugojang/btn-checked.png") no-repeat 12px 52% #fff;
    background-size: 16px;
    text-indent: 16px;
  }
  .form-control {
    height: 48px;
  }
  header {
    /*padding: 8px 0;*/
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  }
  header img {
    width: 80%;
  }
  header .nav {
    display: none !important;
  }
  .main-visual .swiper-slide .text {
    font-size: 13px;
    line-height: 1.4;
  }
  .main-visual .swiper-slide .text > p {
    font-size: 24px;
  }
  .contents-service-btn {
    padding-top: 48px;
  }
  .contents-service-btn > .row {
    gap: 50px 0;
  }
  .contents-service-btn .btn-box.icon01 img {
    width: 52px;
  }
  .contents-service-btn .btn-box.icon02 img {
    width: 38px;
    height: 37px;
  }
  .contents-service-btn .btn-box.icon03 img {
    width: 35px;
    height: 37px;
  }
  .contents-service-btn .btn-box.icon04 img {
    width: 46px;
    height: 27px;
  }
  .contents-service-btn .btn-box.icon05 img {
    width: 36px;
    height: 38px;
  }
  .contents-service-btn .btn-box.icon06 img {
    width: 42px;
    height: 35px;
  }
  .contents-service-btn p {
    font-size: 13px;
  }
  .f-Procedure img {
    height: 54vw;
  }
  .f-Procedure .qna-zone > p {
    font-size: 36px;
  }
  .f-Procedure .qna-zone .arrow-btn img {
    width: 32px;
    height: 32px;
  }
  .f-Procedure .qna-zone .list a {
    font-size: 14px;
  }
  .member-select-box-wrap {
    padding: 0 8px;
  }
  .member-select-box-wrap .member-select-box a img {
    width: 80px;
  }
  .obituary-form-page .notice-box p {
    font-size: 12px;
    line-height: 1.6;
  }
  .obituary-form-page .form-title {
    /*margin-bottom: 6px;*/
  }
  .obituary-form-page .form-zone .row {
    gap: 6px 0;
  }
  .obituary-form-page .form-zone .img-box-wrap .img-box {
    width: 80px;
    height: 108px;
  }
  .login-form .form-title {
    margin-bottom: 6px;
  }
  .board-list {
    font-size: 16px;
  }
  .board-list .m-none {
    display: none;
  }
  .board-list .btn-wrap {
    flex-direction: column;
  }
  .board-list .btn-wrap div {
    margin: 2px;
  }
  .product-view .order-zone {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    height: 100%;
  }
  .product-view .order-zone .order-zone-bg {
    position: absolute;
    bottom: 0;
    background: #fff;
    width: 100%;
    /*min-height: 50vw;*/
    max-height: 80%;
    padding: 20px 20px 50px 20px;
    overflow-y: auto;
  }
  .product-view .order-zone .order-zone-bg .product-selected-list-bottom-wrap {
    position: fixed;
    /*top: 100%;*/
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 0;
    z-index: 113;
  }
  .product-view .order-zone .order-zone-bg .product-selected-list-bottom-wrap .product-selected-list-bottom {
    position: absolute;
    top: 0;
    right: 0;
    border: 1px solid #e5e5e5;
    background: #fff;
    width: 100%;
    padding: 20px 15px;
    transition: transform 0.5s;
    opacity: 1;
    visibility: visible;
  }
  .product-view .order-zone .order-zone-bg .product-selected-list-bottom-wrap .product-selected-list-bottom.active {
    transform: translateY(calc(-100% + 2px));
  }
  .product-view .order-zone .order-zone-bg .purchase-buttons {
    display: none;
  }
  .product-view .desc-purchase-buttons {
    display: block;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 1000;
  }
  .nav-link {
    padding: 0.7rem 1rem 0.6rem;
    font-size: 16px;
  }
  .month-history .row {
    padding: 0;
  }
  .month-history .col-12 {
    padding: 4px 25px;
  }
  .account-history {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
  }
  .account-history th {
    min-width: 120px;
  }
  footer {
    width: 100%;
    position: absolute;
    bottom: 0;
    display: flex;
    align-items: center;
    background: #f7f7f7;
    padding: 10px 0;
  }
  .member-select-box.app-ownload {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
  }
  .member-select-box.app-ownload .qr-img {
    margin: 10px 0 30px 0;
  }
  .member-select-box.app-ownload .qr-img img {
    width: 84px;
  }
}
/* tablet */
@media all and (min-width: 768px) and (max-width: 1499px) {
  .btn {
    line-height: 48px;
    padding: 0 1.8vw;
  }
  .btn-small {
    line-height: 30px;
    font-size: 14px;
  }
  .btn-large {
    line-height: 52px;
    font-size: 16px;
  }
  .btn-check {
    background: url("/images/kk-bugojang/btn-check.png") no-repeat 20px 52% #fff;
    background-size: 18px;
    /*text-indent: -45px;*/
    border: 1px solid #ddd !important;
  }
  .btn-check-active {
    background: url("/images/kk-bugojang/btn-checked.png") no-repeat 20px 52% #fff;
    background-size: 18px;
    /*text-indent: -45px;*/
  }
  .form-control {
    height: 50px;
  }
  header .nav {
    display: none !important;
  }
  header img {
    width: 80%;
  }
  .main-visual .swiper-slide .text {
    top: 55%;
    left: 60%;
    transform: translate(-30%, -65%);
    font-size: 18px;
  }
  .main-visual .swiper-slide .text > p {
    font-size: 30px;
  }
  .contents-service-btn {
    padding-top: 48px;
  }
  .contents-service-btn > .row {
    gap: 50px 0;
  }
  .contents-service-btn .btn-box {
    padding: 2vh;
  }
  .contents-service-btn .btn-box.icon01 img {
    width: 52px;
  }
  .contents-service-btn .btn-box.icon02 img {
    width: 38px;
    height: 37px;
  }
  .contents-service-btn .btn-box.icon03 img {
    width: 35px;
    height: 37px;
  }
  .contents-service-btn .btn-box.icon04 img {
    width: 46px;
    height: 27px;
  }
  .contents-service-btn .btn-box.icon05 img {
    width: 36px;
    height: 38px;
  }
  .contents-service-btn .btn-box.icon06 img {
    width: 42px;
    height: 35px;
  }
  .contents-service-btn p {
    font-size: 15px;
    /*width: 140px;*/
  }
  .f-Procedure img {
    height: 27vw;
    max-height: 320px;
  }
  .f-Procedure .qna-zone > p {
    font-size: 30px;
  }
  .f-Procedure .qna-zone .arrow-btn img {
    width: 32px;
    height: 32px;
  }
  .f-Procedure .qna-zone .list a {
    font-size: 14px;
  }
  .sub-container-top {
    padding-top: 100px;
  }
  .sub-container-top .sub-title p {
    font-size: 32px;
  }
  .obituary-form-page .notice-box p {
    font-size: 14px;
    line-height: 1.6;
  }
  .obituary-form-page .form-title {
    margin-bottom: 6px;
  }
  .obituary-form-page .row {
    gap: 8px 0;
  }
  .obituary-form-page .img-box-wrap .img-box {
    width: 150px;
    height: 200px;
  }
  .board-list {
    font-size: 16px;
  }
  .board-list .btn-wrap {
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
  .board-list .btn-wrap div {
    margin: 4px;
  }
  .obituary-form-page-info, .obituary-form-letter-info {
    font-size: 14px;
  }
  .obituary-form-page-info .info-zone .title, .obituary-form-letter-info .info-zone .title {
    font-size: 34px;
  }
  .obituary-form-page-info .info-zone .info-zone-center p, .obituary-form-page-info .info-zone .info-zone-bottom p, .obituary-form-letter-info .info-zone .info-zone-center p, .obituary-form-letter-info .info-zone .info-zone-bottom p {
    font-size: 20px;
  }
  .obituary-form-page-info .info-zone .info-zone-center .b-title, .obituary-form-page-info .info-zone .info-zone-bottom .b-title, .obituary-form-letter-info .info-zone .info-zone-center .b-title, .obituary-form-letter-info .info-zone .info-zone-bottom .b-title {
    padding-top: 30px;
  }
  .obituary-form-letter-info .info-zone .title {
    font-size: 42px !important;
  }
  footer {
    width: 100%;
    position: absolute;
    bottom: 0;
    display: flex;
    align-items: center;
    background: #f7f7f7;
    padding: 5px 0;
  }
  .nav-link {
    padding: 0.8rem 1rem 0.7rem;
    font-size: 16px;
  }
  .month-history .row {
    padding: 0;
  }
  .month-history .col-12 {
    padding: 4px 20px;
  }
  .account-history {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
  }
  .account-history th {
    min-width: 120px;
  }
  .ob-procedure-tab a {
    padding: 0 20px;
  }
  .ob-procedure-tab a.active {
    padding: 13px 31px;
  }
  .ob-procedure-guide .guide-box .title-box {
    padding-left: 30px;
    font-size: 18px;
    justify-content: left;
  }
  .product-list .product-list-item {
    margin: 30px 0;
  }
  .order-zone {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    height: 100%;
    /*background-color: rgba(25, 25, 25, 0.3);*/
  }
  .order-zone .order-zone-bg {
    position: absolute;
    bottom: 0;
    background: #fff;
    width: 100%;
    /*min-height: 50vw;*/
    max-height: 80%;
    padding: 20px 0 50px 0;
    overflow-y: auto;
  }
  .order-zone .order-zone-bg .product-selected-list-bottom-wrap {
    position: fixed;
    /*top: 100%;*/
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 0;
    z-index: 113;
  }
  .order-zone .order-zone-bg .product-selected-list-bottom-wrap .product-selected-list-bottom {
    position: absolute;
    top: 0;
    right: 0;
    border: 1px solid #e5e5e5;
    background: #fff;
    width: 100%;
    padding: 20px 15px;
    transition: transform 0.5s;
    opacity: 1;
    visibility: visible;
  }
  .order-zone .order-zone-bg .product-selected-list-bottom-wrap .product-selected-list-bottom.active {
    transform: translateY(calc(-100% + 2px));
  }
  .order-zone .order-zone-bg .product-selected-list-bottom-wrap .purchase-buttons {
    display: none;
  }
  .order-zone .desc-purchase-buttons {
    display: block;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 1000;
  }
  .member-select-box.app-download {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
  }
  .member-select-box.app-download .qr-img {
    margin: 10px 0 30px 0;
  }
  .member-select-box.app-download .qr-img img {
    width: 84px;
  }
}
/* desktop */
@media all and (min-width: 1500px) {
  .btn {
    line-height: 50px;
  }
  .close-btn {
    line-height: 20px;
    padding: 0 10px 0 0;
  }
  .btn-small {
    line-height: 36px;
    font-size: 14px;
  }
  .btn-large {
    line-height: 62px;
    font-size: 18px;
  }
  .btn-check {
    background: url("/images/kk-bugojang/btn-check.png") no-repeat 20px 52% #fff;
    /*text-indent: -10px;*/
    border: 1px solid #ddd !important;
  }
  .btn-check-active {
    background: url("/images/kk-bugojang/btn-checked.png") no-repeat 20px 52% #fff;
    /*text-indent: -10px;*/
    border-color: #777;
  }
  .form-control {
    height: 52px;
  }
  .custom-control-label {
    font-size: 16px;
  }
  .input-btn-group {
    position: relative;
    display: flex;
  }
  .input-btn-group input {
    width: 100%;
  }
  .input-btn-group button {
    right: 34px;
    top: 8px;
    bottom: 8px;
  }
  .input-btn-group button img {
    width: 24px;
    height: 24px;
  }
  .modal-dialog {
    max-width: 400px;
  }
  header {
    background: transparent;
  }
  header img {
    width: 100%;
  }
  header .m-top-nav {
    display: none;
  }
  header .pc-top-nav {
    display: block;
    position: relative;
    padding: 8px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    width: 100%;
  }
  header .pc-top-nav .info {
    position: relative;
    display: flex;
    top: 0;
    right: 300px;
    justify-content: flex-end;
    gap: 20px;
    color: white;
  }
  header .pc-top-nav .info a, header .pc-top-nav .info .user-name {
    font-size: 14px;
    color: white;
  }
  header .pc-top-nav .info .user-code {
    font-size: 12px;
    border-radius: 50px;
    background-color: rgba(255, 255, 255, 0.1);
    padding: 5px 10px 2px 10px;
  }
  header .logo {
    position: relative;
    left: 300px;
  }
  header .nav {
    gap: 90px;
    position: relative;
    /*margin-top: -65px;
    padding-bottom: 30px;
    padding-top: 30px;*/
  }
  header .nav a {
    color: white;
  }
  header .nav .nav-title {
    margin: 0 25px;
    padding: 10px 0;
    display: flex;
    justify-content: center;
    cursor: pointer;
  }
  header .nav .nav-list {
    position: absolute;
    margin-top: 45px;
  }
  header .nav .nav-list ul {
    padding: 0;
  }
  header .nav .nav-list .nav-list-item a {
    line-height: 2.6;
    position: relative;
    font-size: 16px;
  }
  header .m-all-nav-btn {
    display: none;
  }
  header:hover .nav-title > a {
    color: white;
  }
  header:hover .nav-title:hover span:after {
    width: 100%;
    left: 0;
  }
  header:hover .nav-title span:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -10px;
    width: 0;
    height: 1px;
    background: #d7ba75;
    transition: all 0.3s;
  }
  header:hover .nav-list ul li a:hover {
    color: #d7ba75;
    font-weight: 700;
    font-family: "Pretendard-Bold";
  }
  header:hover .nav-num > .nav-title a span {
    position: relative;
  }
  header:hover .nav-num > .nav-title a span:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -14px;
    width: 0;
    height: 3px;
    background: #d7ba75;
    transition: all 0.3s;
  }
  header:hover .nav-num > .nav-title:hover span:after {
    width: 100%;
    left: 0;
  }
  header.active {
    background: #191919 !important;
  }
  .main-visual .swiper-slide .text {
    top: 50%;
    left: 50%;
    transform: translate(0, -50%);
    font-size: 24px;
    line-height: 1.5;
  }
  .main-visual .swiper-slide .text > p {
    font-size: 52px;
    line-height: 1.4;
  }
  .contents-service-btn {
    padding-top: 100px;
  }
  .contents-service-btn a:hover p {
    color: #191919;
  }
  .contents-service-btn .btn-box {
    /*padding: 2vh;*/
    width: 167px;
    height: 167px;
  }
  .contents-service-btn .btn-box.icon01 img {
    width: 81px;
  }
  .contents-service-btn .btn-box.icon02 img {
    width: 58px;
    height: 57px;
  }
  .contents-service-btn .btn-box.icon03 img {
    width: 55px;
    height: 56px;
  }
  .contents-service-btn .btn-box.icon04 img {
    width: 70px;
    height: 42px;
  }
  .contents-service-btn .btn-box.icon05 img {
    width: 56px;
    height: 60px;
  }
  .contents-service-btn .btn-box.icon06 img {
    width: 64px;
    height: 54px;
  }
  .f-Procedure {
    margin-top: 70px;
    position: relative;
  }
  .f-Procedure .bg {
    position: absolute;
    background: #efece4;
    display: block;
    width: 80%;
    height: 320px;
    z-index: -1;
  }
  .f-Procedure .qna-zone > p {
    font-size: 40px;
  }
  .m-b-banner-wrap {
    position: relative;
    padding-top: 120px;
  }
  .m-b-banner-wrap .m-b-banner {
    position: relative;
  }
  .m-b-banner-wrap .m-b-banner .swiper-pagination {
    position: relative;
    top: 0;
  }
  .m-b-banner-wrap .arrow-btn-zone {
    top: -120px;
    position: relative;
  }
  .m-b-banner-wrap .arrow-btn-zone .swiper-button-prev {
    left: -70px;
    background: url("/images/kk-bugojang/icon-prev.png") no-repeat;
    width: 48px;
    height: 48px;
    background-size: cover;
  }
  .m-b-banner-wrap .arrow-btn-zone .swiper-button-next {
    right: -70px;
    background: url("/images/kk-bugojang/icon-next.png") no-repeat;
    width: 48px;
    height: 48px;
    background-size: cover;
  }
  .content-wrap {
    padding-bottom: 115px;
  }
  .sub-header {
    height: 110px;
  }
  .sub-container-top {
    padding-top: 200px;
  }
  .sub-container-top .sub-title p {
    font-size: 40px;
  }
  .sub-container-top .sub-title i {
    display: inline-block;
    width: 48px;
    height: 3px;
    background: #d7ba75;
  }
  .member-select-box {
    margin: 55px 16px;
    padding: 80px 0;
  }
  .member-select-box a p:nth-child(2) {
    font-size: 32px;
  }
  .member-select-box a p:nth-child(3) {
    font-size: 24px;
  }
  .obituary-form-page .notice-box {
    padding: 30px 20px !important;
  }
  .obituary-form-page .notice-box p {
    font-size: 16px;
    line-height: 1.6;
  }
  .obituary-form-page .form-check {
    font-size: 16px;
  }
  .obituary-form-page .form-zone span {
    font-size: 18px;
  }
  .obituary-form-page .form-zone .img-box-wrap .img-box {
    width: 126px;
    height: 168px;
  }
  .login-form {
    line-height: 1.6;
    font-size: 18px;
  }
  .login-form .login-tab .nav-tabs .nav-item .nav-link {
    font-size: 18px;
    padding: 1rem;
  }
  .login-form .form {
    padding-bottom: 60px !important;
  }
  .login-form .terms-info {
    padding-bottom: 60px;
    font-size: 16px;
  }
  .login-form .terms-info .box {
    height: 240px;
  }
  .login-form .img-box {
    width: 120px;
    height: 60px;
  }
  .pc-mobile-container.form-page {
    width: 100%;
    max-width: none;
  }
  .pc-mobile-container, .bottom-nav {
    max-width: 768px;
  }
  .pc-mobile-container .obituary-form-letter-info, .bottom-nav .obituary-form-letter-info {
    border: 16px solid black;
  }
  .pc-mobile-container .obituary-form-letter-info input, .pc-mobile-container .obituary-form-letter-info textarea, .bottom-nav .obituary-form-letter-info input, .bottom-nav .obituary-form-letter-info textarea {
    background-color: transparent;
    border: 1px dotted #999;
    word-break: keep-all;
  }
  .pc-mobile-container .obituary-form-letter-info input, .bottom-nav .obituary-form-letter-info input {
    height: auto;
  }
  .pc-mobile-container .obituary-form-letter-info .info-zone-center, .bottom-nav .obituary-form-letter-info .info-zone-center {
    margin: 40px 0;
  }
  .pc-mobile-container .obituary-form-letter-info .info-zone-center textarea, .bottom-nav .obituary-form-letter-info .info-zone-center textarea {
    height: 413px;
    font-size: 20px;
    padding: 0;
  }
  .pc-mobile-container .obituary-form-letter-info .info-zone-center p, .bottom-nav .obituary-form-letter-info .info-zone-center p {
    font-size: 20px;
  }
  .pc-mobile-container .obituary-form-letter-info .info-zone .title, .bottom-nav .obituary-form-letter-info .info-zone .title {
    font-size: 56px;
    font-weight: bold;
    color: #191919;
    line-height: 1.4;
  }
  .pc-mobile-container .obituary-form-letter-info .info-zone-bottom .b-title > input, .pc-mobile-container .obituary-form-letter-info .info-zone-bottom .b-title > p, .bottom-nav .obituary-form-letter-info .info-zone-bottom .b-title > input, .bottom-nav .obituary-form-letter-info .info-zone-bottom .b-title > p {
    font-size: 16px;
  }
  .pc-mobile-container .obituary-form-letter-info .info-zone-bottom .b-title input:nth-of-type(2),
  .pc-mobile-container .obituary-form-letter-info .info-zone-bottom .b-title p:nth-of-type(2), .bottom-nav .obituary-form-letter-info .info-zone-bottom .b-title input:nth-of-type(2),
  .bottom-nav .obituary-form-letter-info .info-zone-bottom .b-title p:nth-of-type(2) {
    font-size: 20px;
  }
  .board-list .faq-wrap .accordion_wrap, .board-list .faq-wrap .d-wrap, .board-list .qna-wrap .accordion_wrap, .board-list .qna-wrap .d-wrap, .board-list .default-wrap .accordion_wrap, .board-list .default-wrap .d-wrap {
    font-size: 18px;
  }
  .board-list .faq-wrap .accordion_wrap .one-depth, .board-list .faq-wrap .d-wrap .one-depth, .board-list .qna-wrap .accordion_wrap .one-depth, .board-list .qna-wrap .d-wrap .one-depth, .board-list .default-wrap .accordion_wrap .one-depth, .board-list .default-wrap .d-wrap .one-depth {
    padding: 30px 0 28px 0;
  }
  .board-list .faq-wrap .accordion_wrap .one-depth::before, .board-list .faq-wrap .d-wrap .one-depth::before, .board-list .qna-wrap .accordion_wrap .one-depth::before, .board-list .qna-wrap .d-wrap .one-depth::before, .board-list .default-wrap .accordion_wrap .one-depth::before, .board-list .default-wrap .d-wrap .one-depth::before {
    font-size: 20px;
  }
  .board-list .faq-wrap .accordion_wrap .list-group, .board-list .faq-wrap .d-wrap .list-group, .board-list .qna-wrap .accordion_wrap .list-group, .board-list .qna-wrap .d-wrap .list-group, .board-list .default-wrap .accordion_wrap .list-group, .board-list .default-wrap .d-wrap .list-group {
    padding: 22px 0 20px 0;
  }
  .board-list .faq-wrap .accordion_wrap .anw, .board-list .faq-wrap .d-wrap .anw, .board-list .qna-wrap .accordion_wrap .anw, .board-list .qna-wrap .d-wrap .anw, .board-list .default-wrap .accordion_wrap .anw, .board-list .default-wrap .d-wrap .anw {
    padding: 30px 20px;
  }
  .board-list .page-navi-wrap .page-link {
    font-size: 16px;
  }
  .board-detail .title {
    font-size: 24px;
  }
  .board-detail .title .date {
    font-size: 14px;
  }
  .board-detail .info .text-zone {
    font-size: 16px;
    padding: 40px 10px;
  }
  .board-detail .info .anw-zone {
    font-size: 16px;
    padding: 20px;
  }
  .board-list thead.board-title th {
    padding: 20px 0;
  }
  .board-list .board-body td {
    padding: 14px 0;
  }
  .board-list .btn-wrap {
    display: flex;
    justify-content: center;
  }
  .board-list .btn-wrap div {
    margin: 0 2px;
  }
  .nav-link {
    padding: 1.15rem 1rem 0.95rem;
    font-size: 18px;
  }
  .ob-procedure-tab a {
    font-size: 18px;
    padding: 0 30px;
  }
  .ob-procedure-tab a.active {
    padding: 13px 31px;
  }
  .ob-procedure-guide .guide-box .title-box {
    padding-left: 30px;
    font-size: 20px;
    justify-content: left;
  }
  .ob-procedure-guide .guide-box .info {
    padding: 26px 30px;
    font-size: 16px;
  }
  .product-list .filter-area .list-unstyled div {
    font-size: 16px;
  }
  .product-list .product-list-item {
    margin: 40px 0;
    font-size: 16px;
  }
  .product-list .product-list-item .product-info .product-code, .product-list .product-list-item .product-info .product-icons {
    font-size: 12px;
  }
  .product-list .product-list-item .product-info .product-price .sell-price {
    font-size: 20px;
  }
  .product-list .product-list-item .product-info .product-icons .delivery {
    padding: 6px;
  }
  .product-view {
    margin-top: 30px;
  }
  .product-view .product-desc-div .title {
    font-size: 28px;
  }
  .product-view .product-desc-div .product-price {
    font-size: 16px;
  }
  .product-view .product-desc-div .product-price .total-price .sell-price {
    font-size: 24px;
  }
  .product-view .product-desc-div .product-infos, .product-view .product-desc-div .product-selected-list {
    font-size: 16px;
  }
  .product-view .product-desc-div .total-price {
    font-size: 16px;
  }
  .product-view .product-desc-div .total-price span {
    font-size: 24px;
  }
  .product-view .product-desc-div .product-selected-list .card {
    padding: 20px 16px;
  }
  .product-view .product-desc-div .desc-purchase-buttons {
    display: none;
  }
  .product-view .product-desc-collapse .toastui-editor-contents p {
    font-size: 16px;
  }
  .product-view .product-selected-list-bottom-wrap {
    position: fixed;
    top: 100%;
    left: 0;
    right: 0;
    margin: auto;
    width: 1170px;
    height: 0;
    z-index: 113;
  }
  .product-view .product-selected-list-bottom-wrap .product-selected-list-bottom {
    position: absolute;
    top: 0;
    right: 0;
    border: 1px solid #e5e5e5;
    background: #fff;
    width: 470px;
    padding: 20px 15px;
    transition: transform 0.5s;
    opacity: 1;
    visibility: visible;
  }
  .product-view .product-selected-list-bottom-wrap .product-selected-list-bottom.active {
    transform: translateY(calc(-100% + 2px));
  }
  .order-payPage .info-fill, .order-payPage .info-line {
    padding: 30px;
  }
  .order-payPage p.title {
    font-size: 18px;
  }
  .order-payPage p.s-title {
    font-size: 16px;
    color: #777;
  }
  .order-payPage p.s-title-g, .order-payPage p.s-title-l {
    font-size: 14px;
  }
  .order-payPage .product-images .img img {
    width: 80px;
  }
  .member-select-box.app-ownload {
    padding: 40px 0;
  }
  .member-select-box.app-ownload .qr-img {
    margin: 60px 0 40px 0;
  }
  .member-select-box.app-ownload .qr-img img {
    width: auto;
  }
  footer {
    padding: 30px 0;
    background: #f7f7f7;
  }
  footer .copyright-wrap p, footer .copyright-wrap a {
    font-size: 16px;
  }
  footer .copyright-wrap .copyright {
    font-size: 14px;
  }
}

/*# sourceMappingURL=default.css.map */
