@charset "UTF-8";
@import "animate.min.css"; /*반응형 화면 크기*/
/*반응형, 브라우저 크기가 767px 이하일때*/
/*반응형, 브라우저 크기가 768이상, 1210px 이하일때*/
/*반응형, 브라우저 크기가 1210px 이상일때*/
body.h100 {
  height: 100vh;
  overflow: hidden;
}

.pop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
.pop:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  transition-duration: 500ms;
}
.pop .pop-wrap {
  position: relative;
  z-index: 1;
  transition-property: all;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0, 1.5);
  -webkit-animation-duration: 1000ms;
          animation-duration: 1000ms;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0, 1.5);
          animation-timing-function: cubic-bezier(0.4, 0, 0, 1.5);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.pop .pop-wrap .pop-box {
  max-height: calc(100% - 100px);
  width: 100%;
}
.pop.hide {
  visibility: hidden;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.pop.hide:before {
  content: "";
  visibility: hidden;
  opacity: 0;
}
.pop.hide .pop-wrap {
  transform: translate3d(0, 30%, 0);
  opacity: 0;
}
.pop.show {
  visibility: visible;
}
.pop.show:before {
  visibility: visible;
  opacity: 1;
}
.pop.show .pop-wrap {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

@media (min-width: 1210px) {
  .pc_hide {
    display: none;
  }
  .section {
    max-width: 1460px;
    margin: 0 auto;
    padding: 0 30px;
  }
  #header {
    height: 100px;
    position: relative;
    z-index: 1;
  }
  #header .section {
    display: flex;
    height: 100px;
    align-items: center;
  }
  #header .logo a {
    display: flex;
    align-items: center;
  }
  #header .logo a img {
    width: 177px;
  }
  #header .logo a strong {
    margin-left: 15px;
    font-size: 24px;
    font-weight: 700;
    color: #0f4a63;
  }
  #header .gnb_wrap {
    display: flex;
    align-items: center;
    height: 100px;
    margin-left: auto;
  }
  #header .gnb_wrap .gnb_item {
    margin-left: 60px;
    position: relative;
  }
  #header .gnb_wrap .gnb_item .gnb_link {
    font-size: 20px;
    color: #000;
    font-weight: 600;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #header .gnb_wrap .gnb_item:first-child {
    margin-left: 0;
  }
  #header .gnb_wrap .gnb_item:hover .gnb_link {
    color: #0f4a63;
    font-weight: 700;
  }
  .main_wrap {
    background: url(../images/funeral/main_bg.png) calc(50% + 785px) calc(100% + 30px) no-repeat;
    padding-bottom: 140px;
    min-height: calc(100vh - 230px);
  }
  .main_wrap .main_visual {
    height: 650px;
    position: relative;
  }
  .main_wrap .main_visual .swiper {
    z-index: 0;
  }
  .main_wrap .main_visual .swiper-slide {
    position: relative;
    height: 650px;
  }
  .main_wrap .main_visual .swiper-slide img {
    height: 650px;
    max-width: unset;
    -o-object-fit: cover;
       object-fit: cover;
    margin: 0 auto;
  }
  .main_wrap .main_visual .swiper-slide .slide_txt {
    position: absolute;
    top: 169px;
    left: 50%;
    font-size: 42px;
    line-height: 56px;
    letter-spacing: -0.002em;
    color: #333333;
    max-width: 1400px;
    width: 100%;
    padding: 0 50px;
    transform: translate(-50%, 0);
  }
  .main_wrap .main_visual .swiper-slide strong {
    color: #0f4a63;
  }
  .main_wrap .main_visual .visual_quick_area {
    position: absolute;
    bottom: 112px;
    max-width: 1400px;
    width: 100%;
    transform: translate(-50%, 0);
    left: 50%;
    padding: 0 50px;
    display: flex;
    align-items: flex-end;
  }
  .main_wrap .main_visual .visual_quick_area .quick_info {
    display: flex;
    height: 150px;
  }
  .main_wrap .main_visual .visual_quick_area .quick_info .btn_loca {
    width: 150px;
    height: 150px;
    border-radius: 20px;
    background: #333333;
    box-shadow: 5px 0px 20px rgba(0, 0, 0, 0.16);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-right: 30px;
  }
  .main_wrap .main_visual .visual_quick_area .quick_info .btn_loca p {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
  }
  .main_wrap .main_visual .visual_quick_area .quick_info .btn_loca .ico_quick1 {
    width: 34px;
    height: 53px;
    background: url(../images/funeral/ico_quick1.svg) center no-repeat;
    margin-top: 15px;
  }
  .main_wrap .main_visual .visual_quick_area .quick_info .btn_info {
    width: 150px;
    height: 150px;
    border-radius: 20px;
    background: #175068;
    box-shadow: 5px 0px 20px rgba(0, 0, 0, 0.16);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-right: 30px;
  }
  .main_wrap .main_visual .visual_quick_area .quick_info .btn_info p {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
  }
  .main_wrap .main_visual .visual_quick_area .quick_info .btn_info .ico_quick2 {
    width: 40px;
    height: 43px;
    background: url(../images/funeral/ico_quick2.svg) center no-repeat;
    margin-top: 15px;
  }
  .main_wrap .main_visual .visual_quick_area .quick_info .inq_box {
    height: 150px;
    width: 290px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.6);
    box-shadow: 5px 0px 20px rgba(0, 0, 0, 0.16);
    padding: 30px 30px 0;
  }
  .main_wrap .main_visual .visual_quick_area .quick_info .inq_box dt {
    display: flex;
    align-items: center;
    font-size: 18px;
    font-weight: 600;
    color: #333;
  }
  .main_wrap .main_visual .visual_quick_area .quick_info .inq_box dt .ico_tel {
    width: 16px;
    height: 16px;
    margin-right: 5px;
    background: url(../images/funeral/ico_tel.svg) center no-repeat;
  }
  .main_wrap .main_visual .visual_quick_area .quick_info .inq_box dd {
    color: #0f4a63;
    font-weight: 700;
    font-size: 18px;
  }
  .main_wrap .main_visual .visual_quick_area .quick_info .inq_box dd .tel_area {
    font-size: 26px;
  }
  .main_wrap .main_visual .visual_quick_area .quick_info .inq_box .inq_info {
    font-size: 14px;
    line-height: 500;
    color: #0f4a63;
    line-height: 16px;
  }
  .main_wrap .main_visual .visual_quick_area .swiper-pagination {
    position: static;
    bottom: 0;
    width: auto;
    margin-left: auto;
  }
  .main_wrap .main_visual .visual_quick_area .swiper-pagination .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    border: 1px solid #acacac;
    opacity: 1;
    background: transparent;
  }
  .main_wrap .main_visual .visual_quick_area .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #aeaeae;
  }
  .main_wrap .main_list_area {
    max-width: 1400px;
    margin: 30px auto 0;
    position: relative;
    /*box-shadow: 10px 0px 40px rgba(0, 0, 0, 0.16);
    border-radius: 0 0 20px 20px;
    overflow: hidden;*/
  }
  .main_wrap .main_list_area iframe {
    width: 100%;
    min-height: 700px;
  }
  .main_wrap .main_list_area table {
    width: 100%;
    table-layout: fixed;
  }
  .main_wrap .main_list_area table caption {
    display: none;
  }
  .main_wrap .main_list_area table thead {
    background: transparent linear-gradient(272deg, rgb(24, 61, 77) 0%, rgb(35, 35, 35) 100%) 0% 0% no-repeat padding-box;
  }
  .main_wrap .main_list_area table thead th {
    height: 60px;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
  }
  .main_wrap .main_list_area table tbody td {
    height: 60px;
    border: 1px solid #eee;
    text-align: center;
    background: #fff;
    font-size: 18px;
    color: #333;
  }
  #footer {
    height: 253px;
    background: rgba(40, 40, 40, 0.9);
    padding-top: 50px;
  }
  #footer .section {
    display: flex;
    align-items: flex-start;
  }
  #footer .section .foot_cont .foot_menu {
    display: flex;
    align-items: center;
  }
  #footer .section .foot_cont .foot_menu .foot_btn {
    font-size: 17px;
    line-height: 1.3;
    color: rgba(255, 255, 255, 0.7);
  }
  #footer .section .foot_cont .foot_menu .foot_btn strong {
    color: rgb(255, 255, 255);
  }
  #footer .section .foot_cont .foot_menu .foot_btn:nth-child(n+2) {
    padding-left: 21px;
    margin-left: 20px;
    position: relative;
  }
  #footer .section .foot_cont .foot_menu .foot_btn:nth-child(n+2):before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    width: 1px;
    height: 10px;
    margin-top: -5px;
    background: rgba(255, 255, 255, 0.4);
  }
  #footer .section .foot_cont .foot_info {
    margin-top: 24px;
    display: flex;
  }
  #footer .section .foot_cont .foot_info span {
    font-size: 15px;
    font-weight: 300;
    color: #fff;
    line-height: 1.3;
  }
  #footer .section .foot_cont .foot_info span:nth-child(n+2) {
    padding-left: 21px;
    margin-left: 20px;
    position: relative;
  }
  #footer .section .foot_cont .foot_info span:nth-child(n+2):before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    width: 1px;
    height: 10px;
    margin-top: -5px;
    background: rgba(255, 255, 255, 0.4);
  }
  #footer .section .foot_cont .foot_copy {
    margin-top: 33px;
    font-size: 15px;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.4);
  }
  #footer .section .foot_sns {
    margin-left: auto;
    padding-top: 20px;
    display: flex;
    align-items: center;
  }
  #footer .section .foot_sns a {
    margin-left: 8px;
  }
  .sub_visual {
    border-bottom: 1px solid #ccc;
    height: 320px;
    position: relative;
  }
  .sub_visual img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .sub_visual .vi_txt {
    position: absolute;
    top: 0;
    height: 320px;
    width: 1000px;
    left: 50%;
    margin-left: -500px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    font-weight: 500;
    color: #fff;
  }
  .breadcrumb {
    border-bottom: 1px solid #ccc;
    height: 50px;
    position: relative;
    z-index: 1;
  }
  .breadcrumb .section {
    display: flex;
    align-items: center;
    height: 50px;
  }
  .breadcrumb .section .link_home {
    padding: 0 20px 0 0;
    position: relative;
  }
  .breadcrumb .section .link_home:before {
    content: "";
    display: block;
    position: absolute;
    width: 1px;
    right: 0;
    height: 15px;
    top: 50%;
    margin-top: -7px;
    background: #ccc;
  }
  .breadcrumb .section .link_home .ico_home {
    display: block;
    width: 20px;
    height: 20px;
    background: url(../images/ico_home.svg) center no-repeat;
  }
  .breadcrumb .section .link_sec {
    height: 49px;
    position: relative;
  }
  .breadcrumb .section .link_sec:before {
    content: "";
    display: block;
    position: absolute;
    width: 1px;
    right: 0;
    height: 15px;
    top: 50%;
    margin-top: -7px;
    background: #ccc;
  }
  .breadcrumb .section .link_sec .link_active {
    min-width: 260px;
    padding: 0 45px 0 20px;
    height: 49px;
    display: flex;
    align-items: center;
    font-size: 18px;
    color: #707070;
    position: relative;
  }
  .breadcrumb .section .link_sec .link_active:after {
    content: "";
    display: block;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -3px;
    width: 13px;
    height: 7px;
    background: url(../images/ico_nav_arrow.svg) center no-repeat;
    transition: 300ms;
  }
  .breadcrumb .section .link_sec .link_list {
    visibility: hidden;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    position: absolute;
    transform: scale(1, 0);
    opacity: 0;
    top: 49px;
    left: 0;
    width: 100%;
    border: 1px solid #cccccc;
    border-top: 0;
    background: #fff;
    transition: 300ms;
    transform-origin: top;
  }
  .breadcrumb .section .link_sec .link_list li a {
    display: block;
    font-size: 18px;
    color: #707070;
    line-height: 24px;
    padding: 13px 20px;
  }
  .breadcrumb .section .link_sec .link_list li a:hover {
    color: #fff;
    background: #226dde;
  }
  .breadcrumb .section .link_sec.open .link_active:after {
    transform: rotate(180deg);
  }
  .breadcrumb .section .link_sec.open .link_list {
    visibility: visible;
    transform: scale(1, 1);
    opacity: 1;
  }
  .content {
    max-width: 1400px;
    margin: 0 auto;
    min-height: calc(100vh - 600px);
    padding: 50px 50px 100px;
  }
  .content .cont_tit {
    font-size: 30px;
    font-weight: 600;
    color: #333;
    line-height: 36px;
  }
  .content .cont_tit_disc {
    margin-top: 20px;
    font-size: 18px;
    line-height: 21px;
    color: #333;
  }
  .content .con_area {
    margin-top: 50px;
  }
  .frame_zoom {
    overflow: hidden;
    width: 100%;
  }
  .frame_zoom iframe {
    -ms-zoom: 0.68;
    -moz-transform: scale(0.68);
    -moz-transform-origin: 0 0;
    -o-transform: scale(0.68);
    -o-transform-origin: 0 0;
    -webkit-transform: scale(0.68);
    -webkit-transform-origin: 0 0;
  }
  .useinfo_area .useinfo_sec:nth-child(n+2) {
    margin-top: 50px;
  }
  .useinfo_area .useinfo_sec .useinfo_tit {
    background: transparent linear-gradient(270deg, rgb(24, 61, 77) 0%, rgb(12, 40, 52) 100%) 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: 44px;
    display: flex;
    align-items: center;
    padding: 0 30px;
    font-size: 18px;
    color: #fff;
    border-radius: 22px;
  }
  .useinfo_area .useinfo_sec .useinfo_tit:after {
    content: "";
    display: block;
    width: 42px;
    height: 10px;
    margin-left: 20px;
    background: url(../images/funeral/ico_useinfo_tit.svg) center no-repeat;
  }
  .useinfo_area .useinfo_sec ul {
    margin-top: 25px;
    padding-left: 30px;
  }
  .useinfo_area .useinfo_sec ul li {
    margin-top: 30px;
  }
  .useinfo_area .useinfo_sec ul li:first-child {
    margin-top: 0;
  }
  .useinfo_area .useinfo_sec ul li .li_tit {
    padding-left: 20px;
    position: relative;
    font-size: 18px;
    font-weight: 600;
    color: #333;
  }
  .useinfo_area .useinfo_sec ul li .li_tit:before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background: #e5e5e5;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -5px;
  }
  .useinfo_area .useinfo_sec ul li .li_tit .t_sky {
    color: #6499af;
  }
  .useinfo_area .useinfo_sec ul li .li_cont {
    font-size: 18px;
    line-height: 30px;
    color: #707070;
    padding-left: 20px;
  }
  .location_wrap .map_area {
    position: relative;
    padding-bottom: 50%;
    border: 1px solid #ccc;
  }
  .location_wrap .map_area iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border: 0;
  }
  .location_wrap .map_area .map_info_area {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 70px;
    background: rgba(23, 80, 104, 0.75);
    display: flex;
    align-items: center;
    padding: 0 40px;
  }
  .location_wrap .map_area .map_info_area .map_address {
    font-size: 27px;
    color: #fff;
    margin-right: 35px;
    padding-right: 36px;
    position: relative;
  }
  .location_wrap .map_area .map_info_area .map_address:before {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    width: 1px;
    height: 20px;
    background: #fff;
    top: 50%;
    margin-top: -10px;
  }
  .location_wrap .map_area .map_info_area ul {
    display: flex;
    align-items: center;
  }
  .location_wrap .map_area .map_info_area ul li {
    display: flex;
    align-items: center;
  }
  .location_wrap .map_area .map_info_area ul li:nth-child(2) {
    margin-left: 35px;
  }
  .location_wrap .map_area .map_info_area ul li .ico_loca_tel {
    display: block;
    margin-right: 10px;
    width: 20px;
    height: 20px;
    background: url(../images/funeral/ico_loca_tel.svg) center no-repeat;
  }
  .location_wrap .map_area .map_info_area ul li .ico_loca_fax {
    display: block;
    margin-right: 10px;
    width: 21px;
    height: 22px;
    background: url(../images/funeral/ico_loca_fax.svg) center no-repeat;
  }
  .location_wrap .map_area .map_info_area ul li p {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
  }
  .location_wrap .location_area {
    margin-top: 70px;
  }
  .location_wrap .location_area .loca_sec {
    display: flex;
    width: 100%;
    /*
    .ico_loca1 {
      display: block;
      width: 106px;
      height: 106px;
      background: url(../images/funeral/ico_loca1.svg) center no-repeat;
    }
    .ico_loca2 {
      display: block;
      width: 106px;
      height: 106px;
      background: url(../images/funeral/ico_loca2.svg) center no-repeat;
    }
    .ico_loca3 {
      display: block;
      width: 106px;
      height: 106px;
      background: url(../images/funeral/ico_loca3.svg) center no-repeat;
    }
    */
  }
  .location_wrap .location_area .loca_sec:nth-child(n+2) {
    margin-top: 55px;
    border-top: 1px solid #ccc;
    padding-top: 50px;
  }
  .location_wrap .location_area .loca_sec .ico_loca1 {
    display: block;
    width: 65px;
    height: 70px;
    background: url(../images/ico_loca1.svg) center no-repeat;
  }
  .location_wrap .location_area .loca_sec .ico_loca2 {
    display: block;
    width: 75px;
    height: 72px;
    background: url(../images/ico_loca2.svg) center no-repeat;
  }
  .location_wrap .location_area .loca_sec .ico_loca3 {
    display: block;
    width: 76px;
    height: 86px;
    background: url(../images/ico_loca3.svg) center no-repeat;
  }
  .location_wrap .location_area .loca_sec .ico_loca4 {
    display: block;
    width: 76px;
    height: 86px;
    background: url(../images/ico_loca4.svg) center no-repeat;
  }
  .location_wrap .location_area .loca_sec .loca_cont {
    width: calc(100% - 130px);
    margin-left: auto;
  }
  .location_wrap .location_area .loca_sec .loca_cont .loca_tit {
    font-size: 28px;
    line-height: 30px;
    font-weight: 600;
    color: #175068;
    padding-top: 20px;
  }
  .location_wrap .location_area .loca_sec .loca_cont .loca_list {
    margin-top: 15px;
  }
  .location_wrap .location_area .loca_sec .loca_cont .loca_list li {
    margin-top: 12px;
    display: flex;
  }
  .location_wrap .location_area .loca_sec .loca_cont .loca_list li:first-child {
    margin-top: 0;
  }
  .location_wrap .location_area .loca_sec .loca_cont .loca_list li:before {
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    background: #175068;
    margin-right: 5px;
    margin-top: 8px;
  }
  .location_wrap .location_area .loca_sec .loca_cont .loca_list li .label {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    margin-right: 5px;
    line-height: 21px;
  }
  .location_wrap .location_area .loca_sec .loca_cont .loca_list li .loca_box {
    display: flex;
  }
  .location_wrap .location_area .loca_sec .loca_cont .loca_list li .loca_box span {
    font-size: 18px;
    line-height: 21px;
    color: #707070;
    padding-left: 15px;
    margin-left: 12px;
    position: relative;
  }
  .location_wrap .location_area .loca_sec .loca_cont .loca_list li .loca_box span:before {
    content: "";
    display: block;
    width: 5px;
    height: 8px;
    background: url(../images/ico_arrow_blue.svg) center no-repeat;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -4px;
  }
  .location_wrap .location_area .loca_sec .loca_cont .loca_list li .loca_box span:first-child {
    padding-left: 0;
    margin-left: 0;
  }
  .location_wrap .location_area .loca_sec .loca_cont .loca_list li .loca_box span:first-child:before {
    display: none;
  }
  .location_wrap .location_area .loca_sec .loca_cont .loca_info_wrap .loca_info {
    margin-top: 30px;
    padding-bottom: 30px;
  }
  .location_wrap .location_area .loca_sec .loca_cont .loca_info_wrap .loca_info .loca_info_tit {
    display: flex;
    align-items: center;
    font-size: 20px;
    font-weight: 600;
    color: #000;
    margin-bottom: 20px;
  }
  .location_wrap .location_area .loca_sec .loca_cont .loca_info_wrap .loca_info .loca_info_tit:before {
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    background: #0d64b7;
    margin-right: 5px;
  }
  .location_wrap .location_area .loca_sec .loca_cont .loca_info_wrap .loca_info:nth-child(1) picture {
    margin-left: -5px;
  }
  .location_wrap .location_area .loca_sec .loca_cont .loca_info_wrap .loca_info:nth-child(2) .loca_info_tit {
    margin-bottom: 0;
  }
  .location_wrap .location_area .loca_sec .loca_cont .loca_info_wrap .loca_info:nth-child(2) picture {
    margin-left: -45px;
  }
  .location_wrap .location_area .loca_sec .loca_cont .loca_metro {
    margin-top: 20px;
  }
  .location_wrap .location_area .loca_sec .loca_cont .loca_metro li {
    display: flex;
    align-items: center;
  }
  .location_wrap .location_area .loca_sec .loca_cont .loca_metro li .metro_line {
    width: 27px;
    height: 27px;
    border-radius: 14px;
    background: #129ba9;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    color: #fff;
    margin-right: 12px;
  }
  .location_wrap .location_area .loca_sec .loca_cont .loca_metro li:nth-child(n+2) {
    margin-top: 12px;
  }
  .location_wrap .location_area .loca_sec .loca_cont .loca_metro li .metro_txt {
    font-size: 18px;
    color: #000;
  }
  .location_wrap .location_area .loca_sec .loca_cont .loca_metro li .metro_txt .t_emerald {
    color: #129ba9;
    font-weight: 600;
  }
  .location_wrap .location_area .loca_sec .loca_cont .shuttle_area {
    display: flex;
  }
  .location_wrap .location_area .loca_sec .loca_cont .shuttle_area .shuttle_timetable {
    margin-left: auto;
  }
  .location_wrap .location_area .loca_sec .loca_cont .shuttle_area .shuttle_timetable .tit {
    font-size: 20px;
    font-weight: 600;
    color: #000;
    position: relative;
  }
  .location_wrap .location_area .loca_sec .loca_cont .shuttle_area .shuttle_timetable .time_img {
    max-width: 564px;
    margin-top: -10px;
  }
  .info_dash_box {
    border: 1px dashed #6499af;
    border-radius: 10px;
    margin-bottom: 60px;
    display: flex;
    padding: 30px 40px;
  }
  .info_dash_box .ico_funeral {
    display: block;
    width: 43px;
    height: 50px;
    background: url(../images/funeral/ico_funeral_line.svg) center no-repeat;
  }
  .info_dash_box dl {
    margin-left: 34px;
  }
  .info_dash_box dl dt {
    font-size: 18px;
    line-height: 20px;
    font-weight: 700;
    color: #333;
  }
  .info_dash_box dl dd {
    font-size: 18px;
    line-height: 20px;
    margin-top: 8px;
    color: #707070;
  }
  .info_dash_box dl dd strong {
    font-weight: 600;
    color: #466673;
  }
  .tab_area {
    display: flex;
    border-bottom: 1px solid #e5e5e5;
    align-items: flex-end;
  }
  .tab_area .btn_tab {
    border: 1px solid #e5e5e5;
    border-bottom: 0;
    border-radius: 15px 15px 0 0;
    max-width: 320px;
    width: 30%;
    height: 50px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .tab_area .btn_tab strong {
    font-size: 18px;
    font-weight: 500;
    color: #707070;
  }
  .tab_area .btn_tab span {
    font-size: 14px;
    color: #707070;
    margin-left: 5px;
  }
  .tab_area .btn_tab.active_tab {
    height: 70px;
    background: #175068 url(../images/funeral/tab_bg) right no-repeat;
  }
  .tab_area .btn_tab.active_tab strong {
    color: #fff;
    font-size: 22px;
    font-weight: 600;
  }
  .tab_area .btn_tab.active_tab span {
    color: #c4e0ec;
    font-size: 16px;
    font-weight: 500;
  }
  .tab_cont {
    display: none;
    margin-top: 30px;
  }
  .tab_cont.active_cont {
    display: block;
  }
  .tab_cont .mortuary_useinfo {
    display: flex;
    width: 100%;
  }
  .tab_cont .mortuary_useinfo .img_sec {
    width: 820px;
  }
  .tab_cont .mortuary_useinfo .img_sec .img_big {
    width: 100%;
    height: 543px;
    position: relative;
  }
  .tab_cont .mortuary_useinfo .img_sec .img_big img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .tab_cont .mortuary_useinfo .img_sec .img_big .img_alt {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40px;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
  }
  .tab_cont .mortuary_useinfo .img_sec .img_thumb_area {
    margin-top: 20px;
    display: flex;
    width: 100%;
  }
  .tab_cont .mortuary_useinfo .img_sec .img_thumb_area .thumb_box {
    width: calc(25% - 19px);
    height: 186px;
    position: relative;
    margin-right: 25px;
    cursor: pointer;
  }
  .tab_cont .mortuary_useinfo .img_sec .img_thumb_area .thumb_box:last-child {
    margin-right: 0;
  }
  .tab_cont .mortuary_useinfo .img_sec .img_thumb_area .thumb_box img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .tab_cont .mortuary_useinfo .img_sec .img_thumb_area .thumb_box .img_alt {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40px;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
  }
  .tab_cont .mortuary_useinfo .img_sec .img_thumb_area .thumb_box.hideImg {
    display: none;
  }
  .tab_cont .mortuary_useinfo .info_sec {
    width: calc(100% - 850px);
    margin-left: auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }
  .tab_cont .mortuary_useinfo .info_sec .mortuary_tit {
    font-size: 35px;
    text-align: center;
    color: #333;
    padding-bottom: 33px;
    position: relative;
  }
  .tab_cont .mortuary_useinfo .info_sec .mortuary_tit:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 50px;
    height: 5px;
    background: #175068;
    margin-left: -25px;
  }
  .tab_cont .mortuary_useinfo .info_sec .mortuary_info {
    margin-top: 80px;
  }
  .tab_cont .mortuary_useinfo .info_sec .mortuary_info table {
    border: 1px solid #e5e5e5;
    width: 100%;
  }
  .tab_cont .mortuary_useinfo .info_sec .mortuary_info table tr:first-child th,
.tab_cont .mortuary_useinfo .info_sec .mortuary_info table tr:first-child td {
    border-top: 0;
  }
  .tab_cont .mortuary_useinfo .info_sec .mortuary_info table th {
    border-top: 1px solid #e5e5e5;
    background: #333333;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    width: 35%;
    padding: 40px 0;
  }
  .tab_cont .mortuary_useinfo .info_sec .mortuary_info table td {
    border-top: 1px solid #e5e5e5;
    color: #333333;
    font-size: 18px;
    width: 65%;
    padding: 40px 30px;
  }
  .tab_cont .other_img_area {
    display: flex;
    flex-wrap: wrap;
  }
  .tab_cont .other_img_area .other_img {
    width: calc(50% - 10px);
    margin-right: 20px;
    position: relative;
    padding-bottom: 36%;
  }
  .tab_cont .other_img_area .other_img img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }
  .tab_cont .other_img_area .other_img .img_alt {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40px;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
  }
  .tab_cont .other_img_area .other_img:nth-child(2n) {
    margin-right: 0;
  }
  .tab_cont .other_img_area .other_img:nth-child(n+3) {
    margin-top: 20px;
  }
  .base_cont {
    background: #fff;
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
    padding: 50px 60px 80px;
  }
  .base_cont .pop_tit {
    border-bottom: 1px solid #707070;
    padding-bottom: 15px;
    display: flex;
    align-items: center;
  }
  .base_cont .pop_tit strong {
    font-size: 28px;
    font-weight: 600;
    color: #000;
  }
  .base_cont .pop_tit .btn-pop-close {
    display: block;
    width: 25px;
    height: 25px;
    margin-left: auto;
    font-size: 0;
    line-height: 0;
    background: url(../images/ico_pop_close.svg) center no-repeat;
  }
  .base_cont .base_info_cont {
    padding: 40px 30px 0 0;
    max-height: calc(100vh - 300px);
    overflow-y: auto;
    font-size: 18px;
    color: #555555;
    line-height: 30px;
  }
  .base_cont .base_info_cont .mt20 {
    margin-top: 20px;
  }
  .base_cont .base_info_cont .mt20 + .num_list {
    margin-top: 5px;
  }
  .base_cont .base_info_cont .num_list {
    margin-top: 15px;
    counter-reset: colorcircle 0;
  }
  .base_cont .base_info_cont .num_list li {
    padding-left: 25px;
    margin-top: 10px;
    line-height: 28px;
    font-size: 18px;
    color: #555555;
    position: relative;
  }
  .base_cont .base_info_cont .num_list li:first-child {
    margin-top: 0;
  }
  .base_cont .base_info_cont .num_list li:before {
    position: absolute;
    top: 3px;
    left: 0;
    counter-increment: colorcircle 1;
    content: counter(colorcircle);
    color: #fff;
    font-size: 12px;
    z-index: 1;
    background: #4378b5;
    width: 20px;
    height: 20px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .base_cont .base_info_cont .num_list li .strong {
    font-weight: 600;
    color: #000000;
  }
  .base_cont .base_info_cont .num_list li strong {
    font-weight: 600;
  }
  .base_cont .base_info_cont .num_list li.mt50 {
    margin-top: 50px;
  }
  .base_cont .base_info_cont .num_list li .t_blue {
    color: #4378b5;
    font-weight: 500;
  }
  .base_cont .base_info_cont .num_list li ol {
    margin-top: 10px;
  }
  .base_cont .base_info_cont .num_list li ol li {
    padding-left: 0;
    margin-top: 0;
    font-size: 16px;
  }
  .base_cont .base_info_cont .num_list li ol li:before {
    display: none;
  }
  .base_cont .base_info_cont .num_list:first-child {
    margin-top: 0;
  }
  .base_cont .base_info_cont .num_list2 {
    margin-top: 15px;
  }
  .base_cont .base_info_cont .num_list2 li {
    margin-top: 10px;
    line-height: 28px;
    font-size: 18px;
    color: #555555;
    position: relative;
  }
  .base_cont .base_info_cont .num_list2 li:first-child {
    margin-top: 0;
  }
  .base_cont .base_info_cont .num_list2 li .strong {
    font-weight: 600;
    color: #000000;
  }
  .base_cont .base_info_cont .num_list2 li strong {
    font-weight: 600;
  }
  .base_cont .base_info_cont .num_list2 li.mt50 {
    margin-top: 50px;
  }
  .base_cont .base_info_cont .num_list2 li .t_blue {
    color: #4378b5;
    font-weight: 500;
  }
  .base_cont .base_info_cont .num_list2:first-child {
    margin-top: 0;
  }
  .base_cont .base_info_cont .base_sec {
    margin-top: 40px;
  }
  .base_cont .base_info_cont .base_sec:first-child {
    margin-top: 0;
  }
  .base_cont .base_info_cont .base_sec .base_sec_tt {
    font-size: 22px;
    color: #333333;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 5px;
  }
  .base_cont .base_info_cont .base_table {
    margin: 10px 0;
  }
  .base_cont .base_info_cont .base_table table {
    width: 100%;
  }
  .base_cont .base_info_cont .base_table table th {
    border: 1px solid #ddd;
    text-align: center;
    padding: 10px;
    font-size: 16px;
    line-height: 22px;
  }
  .base_cont .base_info_cont .base_table table td {
    border: 1px solid #ddd;
    text-align: center;
    padding: 10px;
    font-size: 16px;
    line-height: 22px;
  }
}
@media (min-width: 768px) and (max-width: 1209px) {
  .pc_hide {
    display: none;
  }
  body {
    position: relative;
  }
  body.open_menu_body {
    height: 100vh;
    overflow: hidden;
  }
  .section {
    width: 95%;
    margin: 0 auto;
  }
  #wrap {
    width: 100%;
    overflow: hidden;
    padding-top: 64px;
  }
  #header {
    height: 64px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    border-bottom: 1px solid #e5e7ee;
    background: #fff;
  }
  #header .section {
    display: flex;
    height: 64px;
    align-items: center;
    justify-content: space-between;
  }
  #header .logo a {
    display: flex;
    align-items: center;
  }
  #header .logo a img {
    width: 112px;
  }
  #header .logo a strong {
    margin-left: 15px;
    font-size: 20px;
    font-weight: 700;
    color: #0f4a63;
  }
  #header .gnb_wrap {
    display: none;
    position: absolute;
    top: 64px;
    left: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.96);
    height: calc(100vh - 64px);
    overflow-y: auto;
    overflow-x: hidden;
    padding: 30px 20px;
    box-sizing: border-box;
    flex-wrap: wrap;
  }
  #header .gnb_wrap .gnb_item {
    width: 49%;
    position: relative;
  }
  #header .gnb_wrap .gnb_item:nth-child(n+3) {
    margin-top: 50px;
  }
  #header .gnb_wrap .gnb_item .gnb_link {
    font-size: 24px;
    color: #000;
    font-weight: 600;
  }
  #header .gnb_wrap .gnb_item .gnb_sub ul {
    padding-top: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #header .gnb_wrap .gnb_item .gnb_sub ul li {
    width: 49%;
  }
  #header .gnb_wrap .gnb_item .gnb_sub ul li:nth-child(n+3) {
    margin-top: 10px;
  }
  #header .gnb_wrap .gnb_item .gnb_sub ul li a {
    font-size: 18px;
    line-height: 1.3;
    color: #333;
  }
  #header .gnb_wrap .gnb_item .gnb_sub ul li a:hover {
    font-weight: 600;
    text-decoration: underline;
  }
  #header .btn_menu {
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    width: 20px;
    height: 16px;
    margin-left: 30px;
    position: relative;
  }
  #header .btn_menu span {
    width: 20px;
    height: 2px;
    background: #707070;
    display: block;
    transition: 300ms;
  }
  #header.open_menu .gnb_wrap {
    display: flex;
  }
  #header.open_menu .btn_menu span {
    position: absolute;
  }
  #header.open_menu .btn_menu span:nth-child(1) {
    top: calc(50% - 6px);
    transform: translateY(5px) rotate(45deg);
  }
  #header.open_menu .btn_menu span:nth-child(2) {
    top: calc(50% - 1px);
    display: none;
  }
  #header.open_menu .btn_menu span:nth-child(3) {
    top: calc(50% + 4px);
    transform: translateY(-5px) rotate(-45deg);
  }
  .main_wrap {
    background: url(../images/funeral/main_bg.png) calc(50% + 785px) calc(100% + 30px) no-repeat;
    padding-bottom: 140px;
    min-height: calc(100vh - 230px);
  }
  .main_wrap .main_visual {
    height: 650px;
    position: relative;
  }
  .main_wrap .main_visual .swiper {
    z-index: 0;
  }
  .main_wrap .main_visual .swiper-slide {
    position: relative;
    height: 650px;
  }
  .main_wrap .main_visual .swiper-slide img {
    height: 650px;
    max-width: unset;
    -o-object-fit: cover;
       object-fit: cover;
    margin: 0 auto;
  }
  .main_wrap .main_visual .swiper-slide .slide_txt {
    position: absolute;
    top: 169px;
    left: 50%;
    font-size: 42px;
    line-height: 56px;
    letter-spacing: -0.002em;
    color: #333333;
    max-width: 1400px;
    width: 100%;
    padding: 0 50px;
    transform: translate(-50%, 0);
  }
  .main_wrap .main_visual .swiper-slide strong {
    color: #0f4a63;
  }
  .main_wrap .main_visual .visual_quick_area {
    position: absolute;
    bottom: 112px;
    max-width: 1400px;
    width: 100%;
    transform: translate(-50%, 0);
    left: 50%;
    padding: 0 50px;
    display: flex;
    align-items: flex-end;
  }
  .main_wrap .main_visual .visual_quick_area .quick_info {
    display: flex;
    height: 150px;
  }
  .main_wrap .main_visual .visual_quick_area .quick_info .btn_loca {
    width: 150px;
    height: 150px;
    border-radius: 20px;
    background: #333333;
    box-shadow: 5px 0px 20px rgba(0, 0, 0, 0.16);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-right: 30px;
  }
  .main_wrap .main_visual .visual_quick_area .quick_info .btn_loca p {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
  }
  .main_wrap .main_visual .visual_quick_area .quick_info .btn_loca .ico_quick1 {
    width: 34px;
    height: 53px;
    background: url(../images/funeral/ico_quick1.svg) center no-repeat;
    margin-top: 15px;
  }
  .main_wrap .main_visual .visual_quick_area .quick_info .btn_info {
    width: 150px;
    height: 150px;
    border-radius: 20px;
    background: #175068;
    box-shadow: 5px 0px 20px rgba(0, 0, 0, 0.16);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-right: 30px;
  }
  .main_wrap .main_visual .visual_quick_area .quick_info .btn_info p {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
  }
  .main_wrap .main_visual .visual_quick_area .quick_info .btn_info .ico_quick2 {
    width: 40px;
    height: 43px;
    background: url(../images/funeral/ico_quick2.svg) center no-repeat;
    margin-top: 15px;
  }
  .main_wrap .main_visual .visual_quick_area .quick_info .inq_box {
    height: 150px;
    width: 290px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.6);
    box-shadow: 5px 0px 20px rgba(0, 0, 0, 0.16);
    padding: 30px 30px 0;
  }
  .main_wrap .main_visual .visual_quick_area .quick_info .inq_box dt {
    display: flex;
    align-items: center;
    font-size: 18px;
    font-weight: 600;
    color: #333;
  }
  .main_wrap .main_visual .visual_quick_area .quick_info .inq_box dt .ico_tel {
    width: 16px;
    height: 16px;
    margin-right: 5px;
    background: url(../images/funeral/ico_tel.svg) center no-repeat;
  }
  .main_wrap .main_visual .visual_quick_area .quick_info .inq_box dd {
    color: #0f4a63;
    font-weight: 700;
    font-size: 18px;
  }
  .main_wrap .main_visual .visual_quick_area .quick_info .inq_box dd .tel_area {
    font-size: 26px;
  }
  .main_wrap .main_visual .visual_quick_area .quick_info .inq_box .inq_info {
    font-size: 14px;
    line-height: 500;
    color: #0f4a63;
    line-height: 16px;
  }
  .main_wrap .main_visual .visual_quick_area .swiper-pagination {
    position: static;
    bottom: 0;
    width: auto;
    margin-left: auto;
  }
  .main_wrap .main_visual .visual_quick_area .swiper-pagination .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    border: 1px solid #acacac;
    opacity: 1;
    background: transparent;
  }
  .main_wrap .main_visual .visual_quick_area .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #aeaeae;
  }
  .main_wrap .main_list_area {
    max-width: 1400px;
    margin: -60px 30px 0;
    position: relative;
    /*box-shadow: 10px 0px 40px rgba(0, 0, 0, 0.16);
    border-radius: 0 0 20px 20px;
    overflow: hidden;*/
  }
  .main_wrap .main_list_area table {
    width: 100%;
    table-layout: fixed;
  }
  .main_wrap .main_list_area table caption {
    display: none;
  }
  .main_wrap .main_list_area table thead {
    background: transparent linear-gradient(272deg, rgb(24, 61, 77) 0%, rgb(35, 35, 35) 100%) 0% 0% no-repeat padding-box;
  }
  .main_wrap .main_list_area table thead th {
    height: 60px;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
  }
  .main_wrap .main_list_area table tbody td {
    height: 60px;
    border: 1px solid #eee;
    text-align: center;
    background: #fff;
    font-size: 18px;
    color: #333;
  }
  #footer {
    height: 253px;
    background: rgba(40, 40, 40, 0.9);
    padding-top: 50px;
  }
  #footer .section {
    display: flex;
    align-items: flex-start;
  }
  #footer .section .foot_cont .foot_menu {
    display: flex;
    align-items: center;
  }
  #footer .section .foot_cont .foot_menu .foot_btn {
    font-size: 17px;
    line-height: 1.3;
    color: rgba(255, 255, 255, 0.7);
  }
  #footer .section .foot_cont .foot_menu .foot_btn strong {
    color: rgb(255, 255, 255);
  }
  #footer .section .foot_cont .foot_menu .foot_btn:nth-child(n+2) {
    padding-left: 21px;
    margin-left: 20px;
    position: relative;
  }
  #footer .section .foot_cont .foot_menu .foot_btn:nth-child(n+2):before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    width: 1px;
    height: 10px;
    margin-top: -5px;
    background: rgba(255, 255, 255, 0.4);
  }
  #footer .section .foot_cont .foot_info {
    margin-top: 24px;
    display: flex;
  }
  #footer .section .foot_cont .foot_info span {
    font-size: 15px;
    font-weight: 300;
    color: #fff;
    line-height: 1.3;
  }
  #footer .section .foot_cont .foot_info span:nth-child(n+2) {
    padding-left: 21px;
    margin-left: 20px;
    position: relative;
  }
  #footer .section .foot_cont .foot_info span:nth-child(n+2):before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    width: 1px;
    height: 10px;
    margin-top: -5px;
    background: rgba(255, 255, 255, 0.4);
  }
  #footer .section .foot_cont .foot_copy {
    margin-top: 33px;
    font-size: 15px;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.4);
  }
  #footer .section .foot_sns {
    margin-left: auto;
    padding-top: 20px;
    display: flex;
    align-items: center;
  }
  #footer .section .foot_sns a {
    margin-left: 8px;
  }
  .sub_visual {
    border-bottom: 1px solid #ccc;
    height: 320px;
    position: relative;
  }
  .sub_visual img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .sub_visual .vi_txt {
    position: absolute;
    top: 0;
    height: 320px;
    width: 1000px;
    left: 50%;
    margin-left: -500px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    font-weight: 500;
    color: #fff;
  }
  .breadcrumb {
    border-bottom: 1px solid #ccc;
    height: 50px;
  }
  .breadcrumb .section {
    display: flex;
    align-items: center;
    height: 50px;
  }
  .breadcrumb .section .link_home {
    padding: 0 20px 0 0;
    position: relative;
  }
  .breadcrumb .section .link_home:before {
    content: "";
    display: block;
    position: absolute;
    width: 1px;
    right: 0;
    height: 15px;
    top: 50%;
    margin-top: -7px;
    background: #ccc;
  }
  .breadcrumb .section .link_home .ico_home {
    display: block;
    width: 20px;
    height: 20px;
    background: url(../images/ico_home.svg) center no-repeat;
  }
  .breadcrumb .section .link_sec {
    height: 49px;
    position: relative;
  }
  .breadcrumb .section .link_sec:before {
    content: "";
    display: block;
    position: absolute;
    width: 1px;
    right: 0;
    height: 15px;
    top: 50%;
    margin-top: -7px;
    background: #ccc;
  }
  .breadcrumb .section .link_sec .link_active {
    min-width: 260px;
    padding: 0 35px 0 20px;
    height: 49px;
    display: flex;
    align-items: center;
    font-size: 18px;
    color: #707070;
    position: relative;
  }
  .breadcrumb .section .link_sec .link_active:after {
    content: "";
    display: block;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -3px;
    width: 13px;
    height: 7px;
    background: url(../images/ico_nav_arrow.svg) center no-repeat;
    transition: 300ms;
  }
  .breadcrumb .section .link_sec .link_list {
    visibility: hidden;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    position: absolute;
    transform: scale(1, 0);
    opacity: 0;
    top: 49px;
    left: 0;
    width: 100%;
    border: 1px solid #cccccc;
    border-top: 0;
    background: #fff;
    transition: 300ms;
    transform-origin: top;
  }
  .breadcrumb .section .link_sec .link_list li a {
    display: block;
    font-size: 18px;
    color: #707070;
    line-height: 24px;
    padding: 13px 20px;
  }
  .breadcrumb .section .link_sec .link_list li a:hover {
    color: #fff;
    background: #226dde;
  }
  .breadcrumb .section .link_sec.open .link_active:after {
    transform: rotate(180deg);
  }
  .breadcrumb .section .link_sec.open .link_list {
    visibility: visible;
    transform: scale(1, 1);
    opacity: 1;
  }
  .content {
    max-width: 1400px;
    margin: 0 auto;
    min-height: calc(100vh - 600px);
    padding: 50px 30px 100px;
  }
  .content .cont_tit {
    font-size: 30px;
    font-weight: 600;
    color: #333;
    line-height: 36px;
  }
  .content .cont_tit_disc {
    margin-top: 20px;
    font-size: 18px;
    line-height: 21px;
    color: #333;
  }
  .content .con_area {
    margin-top: 50px;
  }
  .frame_zoom {
    overflow: hidden;
    width: 100%;
  }
  .frame_zoom iframe {
    -ms-zoom: 0.35;
    -moz-transform: scale(0.35);
    -moz-transform-origin: 0 0;
    -o-transform: scale(0.35);
    -o-transform-origin: 0 0;
    -webkit-transform: scale(0.35);
    -webkit-transform-origin: 0 0;
  }
  .useinfo_area .useinfo_sec:nth-child(n+2) {
    margin-top: 50px;
  }
  .useinfo_area .useinfo_sec .useinfo_tit {
    background: transparent linear-gradient(270deg, rgb(24, 61, 77) 0%, rgb(12, 40, 52) 100%) 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: 44px;
    display: flex;
    align-items: center;
    padding: 0 30px;
    font-size: 18px;
    color: #fff;
    border-radius: 22px;
  }
  .useinfo_area .useinfo_sec .useinfo_tit:after {
    content: "";
    display: block;
    width: 42px;
    height: 10px;
    margin-left: 20px;
    background: url(../images/funeral/ico_useinfo_tit.svg) center no-repeat;
  }
  .useinfo_area .useinfo_sec ul {
    margin-top: 25px;
    padding-left: 30px;
  }
  .useinfo_area .useinfo_sec ul li {
    margin-top: 30px;
  }
  .useinfo_area .useinfo_sec ul li:first-child {
    margin-top: 0;
  }
  .useinfo_area .useinfo_sec ul li .li_tit {
    padding-left: 20px;
    position: relative;
    font-size: 18px;
    font-weight: 600;
    color: #333;
  }
  .useinfo_area .useinfo_sec ul li .li_tit:before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background: #e5e5e5;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -5px;
  }
  .useinfo_area .useinfo_sec ul li .li_tit .t_sky {
    color: #6499af;
  }
  .useinfo_area .useinfo_sec ul li .li_cont {
    font-size: 18px;
    line-height: 30px;
    color: #707070;
    padding-left: 20px;
  }
  .location_wrap .map_area {
    position: relative;
    padding-bottom: 50%;
    border: 1px solid #ccc;
  }
  .location_wrap .map_area iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border: 0;
  }
  .location_wrap .map_area .map_info_area {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 70px;
    background: rgba(23, 80, 104, 0.75);
    display: flex;
    align-items: center;
    padding: 0 40px;
  }
  .location_wrap .map_area .map_info_area .map_address {
    font-size: 27px;
    color: #fff;
    margin-right: 35px;
    padding-right: 36px;
    position: relative;
  }
  .location_wrap .map_area .map_info_area .map_address:before {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    width: 1px;
    height: 20px;
    background: #fff;
    top: 50%;
    margin-top: -10px;
  }
  .location_wrap .map_area .map_info_area ul {
    display: flex;
    align-items: center;
  }
  .location_wrap .map_area .map_info_area ul li {
    display: flex;
    align-items: center;
  }
  .location_wrap .map_area .map_info_area ul li:nth-child(2) {
    margin-left: 35px;
  }
  .location_wrap .map_area .map_info_area ul li .ico_loca_tel {
    display: block;
    margin-right: 10px;
    width: 20px;
    height: 20px;
    background: url(../images/funeral/ico_loca_tel.svg) center no-repeat;
  }
  .location_wrap .map_area .map_info_area ul li .ico_loca_fax {
    display: block;
    margin-right: 10px;
    width: 21px;
    height: 22px;
    background: url(../images/funeral/ico_loca_fax.svg) center no-repeat;
  }
  .location_wrap .map_area .map_info_area ul li p {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
  }
  .location_wrap .location_area {
    margin-top: 70px;
  }
  .location_wrap .location_area .loca_sec {
    display: flex;
    width: 100%;
    /*
    .ico_loca1 {
      display: block;
      width: 106px;
      height: 106px;
      background: url(../images/funeral/ico_loca1.svg) center no-repeat;
    }
    .ico_loca2 {
      display: block;
      width: 106px;
      height: 106px;
      background: url(../images/funeral/ico_loca2.svg) center no-repeat;
    }
    .ico_loca3 {
      display: block;
      width: 106px;
      height: 106px;
      background: url(../images/funeral/ico_loca3.svg) center no-repeat;
    }
    */
  }
  .location_wrap .location_area .loca_sec:nth-child(n+2) {
    margin-top: 55px;
    border-top: 1px solid #ccc;
    padding-top: 50px;
  }
  .location_wrap .location_area .loca_sec .ico_loca1 {
    display: block;
    width: 65px;
    height: 70px;
    background: url(../images/ico_loca1.svg) center no-repeat;
  }
  .location_wrap .location_area .loca_sec .ico_loca2 {
    display: block;
    width: 75px;
    height: 72px;
    background: url(../images/ico_loca2.svg) center no-repeat;
  }
  .location_wrap .location_area .loca_sec .ico_loca3 {
    display: block;
    width: 76px;
    height: 86px;
    background: url(../images/ico_loca3.svg) center no-repeat;
  }
  .location_wrap .location_area .loca_sec .ico_loca4 {
    display: block;
    width: 76px;
    height: 86px;
    background: url(../images/ico_loca4.svg) center no-repeat;
  }
  .location_wrap .location_area .loca_sec .loca_cont {
    width: calc(100% - 130px);
    margin-left: auto;
  }
  .location_wrap .location_area .loca_sec .loca_cont .loca_tit {
    font-size: 28px;
    line-height: 30px;
    font-weight: 600;
    color: #175068;
    padding-top: 20px;
  }
  .location_wrap .location_area .loca_sec .loca_cont .loca_list {
    margin-top: 15px;
  }
  .location_wrap .location_area .loca_sec .loca_cont .loca_list li {
    margin-top: 12px;
    display: flex;
  }
  .location_wrap .location_area .loca_sec .loca_cont .loca_list li:first-child {
    margin-top: 0;
  }
  .location_wrap .location_area .loca_sec .loca_cont .loca_list li:before {
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    background: #175068;
    margin-right: 5px;
    margin-top: 8px;
  }
  .location_wrap .location_area .loca_sec .loca_cont .loca_list li .label {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    margin-right: 5px;
    line-height: 21px;
  }
  .location_wrap .location_area .loca_sec .loca_cont .loca_list li .loca_box {
    display: flex;
    flex-wrap: wrap;
    flex: 1;
  }
  .location_wrap .location_area .loca_sec .loca_cont .loca_list li .loca_box span {
    font-size: 18px;
    line-height: 21px;
    color: #707070;
    padding-left: 15px;
    margin-left: 12px;
    position: relative;
  }
  .location_wrap .location_area .loca_sec .loca_cont .loca_list li .loca_box span:before {
    content: "";
    display: block;
    width: 5px;
    height: 8px;
    background: url(../images/ico_arrow_blue.svg) center no-repeat;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -4px;
  }
  .location_wrap .location_area .loca_sec .loca_cont .loca_list li .loca_box span:first-child {
    padding-left: 0;
    margin-left: 0;
  }
  .location_wrap .location_area .loca_sec .loca_cont .loca_list li .loca_box span:first-child:before {
    display: none;
  }
  .location_wrap .location_area .loca_sec .loca_cont .loca_info_wrap .loca_info {
    margin-top: 30px;
    padding-bottom: 30px;
  }
  .location_wrap .location_area .loca_sec .loca_cont .loca_info_wrap .loca_info .loca_info_tit {
    display: flex;
    align-items: center;
    font-size: 20px;
    font-weight: 600;
    color: #000;
    margin-bottom: 20px;
  }
  .location_wrap .location_area .loca_sec .loca_cont .loca_info_wrap .loca_info .loca_info_tit:before {
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    background: #0d64b7;
    margin-right: 5px;
  }
  .location_wrap .location_area .loca_sec .loca_cont .loca_info_wrap .loca_info:nth-child(1) picture {
    margin-left: -5px;
  }
  .location_wrap .location_area .loca_sec .loca_cont .loca_info_wrap .loca_info:nth-child(2) .loca_info_tit {
    margin-bottom: 0;
  }
  .location_wrap .location_area .loca_sec .loca_cont .loca_info_wrap .loca_info:nth-child(2) picture {
    margin-left: -45px;
  }
  .location_wrap .location_area .loca_sec .loca_cont .loca_metro {
    margin-top: 20px;
  }
  .location_wrap .location_area .loca_sec .loca_cont .loca_metro li {
    display: flex;
    align-items: center;
  }
  .location_wrap .location_area .loca_sec .loca_cont .loca_metro li .metro_line {
    width: 27px;
    height: 27px;
    border-radius: 14px;
    background: #129ba9;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    color: #fff;
    margin-right: 12px;
  }
  .location_wrap .location_area .loca_sec .loca_cont .loca_metro li:nth-child(n+2) {
    margin-top: 12px;
  }
  .location_wrap .location_area .loca_sec .loca_cont .loca_metro li .metro_txt {
    font-size: 18px;
    color: #000;
  }
  .location_wrap .location_area .loca_sec .loca_cont .loca_metro li .metro_txt .t_emerald {
    color: #129ba9;
    font-weight: 600;
  }
  .location_wrap .location_area .loca_sec .loca_cont .shuttle_area .shuttle_timetable {
    margin-top: 30px;
  }
  .location_wrap .location_area .loca_sec .loca_cont .shuttle_area .shuttle_timetable .tit {
    font-size: 20px;
    font-weight: 600;
    color: #000;
    position: relative;
  }
  .location_wrap .location_area .loca_sec .loca_cont .shuttle_area .shuttle_timetable .time_img {
    max-width: 564px;
    margin-top: -10px;
  }
  .info_dash_box {
    border: 1px dashed #6499af;
    border-radius: 10px;
    margin-bottom: 60px;
    display: flex;
    padding: 30px 40px;
  }
  .info_dash_box .ico_funeral {
    display: block;
    width: 43px;
    height: 50px;
    background: url(../images/funeral/ico_funeral_line.svg) center no-repeat;
  }
  .info_dash_box dl {
    margin-left: 34px;
  }
  .info_dash_box dl dt {
    font-size: 18px;
    line-height: 20px;
    font-weight: 700;
    color: #333;
  }
  .info_dash_box dl dd {
    font-size: 18px;
    line-height: 20px;
    margin-top: 8px;
    color: #707070;
  }
  .info_dash_box dl dd strong {
    font-weight: 600;
    color: #466673;
  }
  .tab_area {
    display: flex;
    border-bottom: 1px solid #e5e5e5;
    align-items: flex-end;
  }
  .tab_area .btn_tab {
    border: 1px solid #e5e5e5;
    border-bottom: 0;
    border-radius: 15px 15px 0 0;
    max-width: 320px;
    width: 30%;
    height: 50px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
  }
  .tab_area .btn_tab strong {
    font-size: 18px;
    font-weight: 500;
    color: #707070;
  }
  .tab_area .btn_tab span {
    font-size: 14px;
    color: #707070;
    margin-left: 5px;
  }
  .tab_area .btn_tab.active_tab {
    height: 70px;
    background: #175068 url(../images/funeral/tab_bg) right no-repeat;
  }
  .tab_area .btn_tab.active_tab strong {
    color: #fff;
    font-size: 22px;
    font-weight: 600;
  }
  .tab_area .btn_tab.active_tab span {
    color: #c4e0ec;
    font-size: 16px;
    font-weight: 500;
  }
  .tab_cont {
    display: none;
    margin-top: 30px;
  }
  .tab_cont.active_cont {
    display: block;
  }
  .tab_cont .mortuary_useinfo .img_sec {
    max-width: 820px;
    margin: 0 auto;
  }
  .tab_cont .mortuary_useinfo .img_sec .img_big {
    width: 100%;
    height: 543px;
    position: relative;
  }
  .tab_cont .mortuary_useinfo .img_sec .img_big img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .tab_cont .mortuary_useinfo .img_sec .img_big .img_alt {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40px;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
  }
  .tab_cont .mortuary_useinfo .img_sec .img_thumb_area {
    margin-top: 20px;
    display: flex;
    width: 100%;
    justify-content: space-between;
  }
  .tab_cont .mortuary_useinfo .img_sec .img_thumb_area .thumb_box {
    width: calc(25% - 19px);
    height: 186px;
    position: relative;
  }
  .tab_cont .mortuary_useinfo .img_sec .img_thumb_area .thumb_box img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .tab_cont .mortuary_useinfo .img_sec .img_thumb_area .thumb_box .img_alt {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40px;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
  }
  .tab_cont .mortuary_useinfo .img_sec .img_thumb_area .thumb_box.hideImg {
    display: none;
  }
  .tab_cont .mortuary_useinfo .info_sec {
    margin-top: 30px;
  }
  .tab_cont .mortuary_useinfo .info_sec .mortuary_tit {
    font-size: 35px;
    text-align: center;
    color: #333;
    padding-bottom: 33px;
    position: relative;
  }
  .tab_cont .mortuary_useinfo .info_sec .mortuary_tit:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 50px;
    height: 5px;
    background: #175068;
    margin-left: -25px;
  }
  .tab_cont .mortuary_useinfo .info_sec .mortuary_info {
    margin-top: 80px;
  }
  .tab_cont .mortuary_useinfo .info_sec .mortuary_info table {
    border: 1px solid #e5e5e5;
    width: 100%;
  }
  .tab_cont .mortuary_useinfo .info_sec .mortuary_info table tr:first-child th,
.tab_cont .mortuary_useinfo .info_sec .mortuary_info table tr:first-child td {
    border-top: 0;
  }
  .tab_cont .mortuary_useinfo .info_sec .mortuary_info table th {
    border-top: 1px solid #e5e5e5;
    background: #333333;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    width: 35%;
    padding: 40px 0;
  }
  .tab_cont .mortuary_useinfo .info_sec .mortuary_info table td {
    border-top: 1px solid #e5e5e5;
    color: #333333;
    font-size: 18px;
    width: 65%;
    padding: 40px 30px;
  }
  .tab_cont .other_img_area {
    display: flex;
    flex-wrap: wrap;
  }
  .tab_cont .other_img_area .other_img {
    width: calc(50% - 10px);
    margin-right: 20px;
    position: relative;
    padding-bottom: 36%;
  }
  .tab_cont .other_img_area .other_img img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }
  .tab_cont .other_img_area .other_img .img_alt {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40px;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
  }
  .tab_cont .other_img_area .other_img:nth-child(2n) {
    margin-right: 0;
  }
  .tab_cont .other_img_area .other_img:nth-child(n+3) {
    margin-top: 20px;
  }
  .base_cont {
    background: #fff;
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
    padding: 50px 60px 80px;
  }
  .base_cont .pop_tit {
    border-bottom: 1px solid #707070;
    padding-bottom: 15px;
    display: flex;
    align-items: center;
  }
  .base_cont .pop_tit strong {
    font-size: 28px;
    font-weight: 600;
    color: #000;
  }
  .base_cont .pop_tit .btn-pop-close {
    display: block;
    width: 25px;
    height: 25px;
    margin-left: auto;
    font-size: 0;
    line-height: 0;
    background: url(../images/ico_pop_close.svg) center no-repeat;
  }
  .base_cont .base_info_cont {
    padding: 40px 30px 0 0;
    max-height: calc(100vh - 300px);
    overflow-y: auto;
    font-size: 18px;
    color: #555555;
    line-height: 30px;
  }
  .base_cont .base_info_cont .mt20 {
    margin-top: 20px;
  }
  .base_cont .base_info_cont .mt20 + .num_list {
    margin-top: 5px;
  }
  .base_cont .base_info_cont .num_list {
    margin-top: 15px;
    counter-reset: colorcircle 0;
  }
  .base_cont .base_info_cont .num_list li {
    padding-left: 25px;
    margin-top: 10px;
    line-height: 28px;
    font-size: 18px;
    color: #555555;
    position: relative;
  }
  .base_cont .base_info_cont .num_list li:first-child {
    margin-top: 0;
  }
  .base_cont .base_info_cont .num_list li:before {
    position: absolute;
    top: 3px;
    left: 0;
    counter-increment: colorcircle 1;
    content: counter(colorcircle);
    color: #fff;
    font-size: 12px;
    z-index: 1;
    background: #4378b5;
    width: 20px;
    height: 20px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .base_cont .base_info_cont .num_list li .strong {
    font-weight: 600;
    color: #000000;
  }
  .base_cont .base_info_cont .num_list li strong {
    font-weight: 600;
  }
  .base_cont .base_info_cont .num_list li.mt50 {
    margin-top: 50px;
  }
  .base_cont .base_info_cont .num_list li .t_blue {
    color: #4378b5;
    font-weight: 500;
  }
  .base_cont .base_info_cont .num_list li ol {
    margin-top: 10px;
  }
  .base_cont .base_info_cont .num_list li ol li {
    padding-left: 0;
    margin-top: 0;
    font-size: 16px;
  }
  .base_cont .base_info_cont .num_list li ol li:before {
    display: none;
  }
  .base_cont .base_info_cont .num_list:first-child {
    margin-top: 0;
  }
  .base_cont .base_info_cont .num_list2 {
    margin-top: 15px;
  }
  .base_cont .base_info_cont .num_list2 li {
    margin-top: 10px;
    line-height: 28px;
    font-size: 18px;
    color: #555555;
    position: relative;
  }
  .base_cont .base_info_cont .num_list2 li:first-child {
    margin-top: 0;
  }
  .base_cont .base_info_cont .num_list2 li .strong {
    font-weight: 600;
    color: #000000;
  }
  .base_cont .base_info_cont .num_list2 li strong {
    font-weight: 600;
  }
  .base_cont .base_info_cont .num_list2 li.mt50 {
    margin-top: 50px;
  }
  .base_cont .base_info_cont .num_list2 li .t_blue {
    color: #4378b5;
    font-weight: 500;
  }
  .base_cont .base_info_cont .num_list2:first-child {
    margin-top: 0;
  }
  .base_cont .base_info_cont .base_sec {
    margin-top: 40px;
  }
  .base_cont .base_info_cont .base_sec:first-child {
    margin-top: 0;
  }
  .base_cont .base_info_cont .base_sec .base_sec_tt {
    font-size: 22px;
    color: #333333;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 5px;
  }
  .base_cont .base_info_cont .base_table {
    margin: 10px 0;
  }
  .base_cont .base_info_cont .base_table table {
    width: 100%;
  }
  .base_cont .base_info_cont .base_table table th {
    border: 1px solid #ddd;
    text-align: center;
    padding: 10px;
    font-size: 16px;
    line-height: 22px;
  }
  .base_cont .base_info_cont .base_table table td {
    border: 1px solid #ddd;
    text-align: center;
    padding: 10px;
    font-size: 16px;
    line-height: 22px;
  }
}
@media (max-width: 767px) {
  .m_hide {
    display: none;
  }
  body {
    position: relative;
  }
  body.open_menu_body {
    height: 100vh;
    overflow: hidden;
  }
  #wrap {
    width: 100%;
    overflow: hidden;
    padding-top: 64px;
  }
  #header {
    height: 64px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    border-bottom: 1px solid #e5e7ee;
    background: #fff;
  }
  #header .section {
    display: flex;
    height: 64px;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
  }
  #header .logo a {
    display: flex;
    align-items: center;
  }
  #header .logo a img {
    width: 112px;
  }
  #header .logo a strong {
    margin-left: 10px;
    font-size: 20px;
    font-weight: 700;
    color: #0f4a63;
  }
  #header .gnb_wrap {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    width: calc(100% - 80px);
    background: #fff;
    height: 100vh;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 80px 20px 30px;
    box-sizing: border-box;
    z-index: 3;
  }
  #header .gnb_wrap .gnb_item {
    position: relative;
    padding: 30px 0;
    border-top: 1px solid #ccc;
  }
  #header .gnb_wrap .gnb_item:first-child {
    padding-top: 0;
    border-top: 0;
  }
  #header .gnb_wrap .gnb_item .gnb_link {
    font-size: 22px;
    color: #000;
    font-weight: 600;
    display: flex;
    align-items: center;
  }
  #header .gnb_wrap .gnb_item .gnb_link:after {
    content: "";
    display: block;
    width: 28px;
    height: 28px;
    border-radius: 14px;
    background: #fff url(../images/funeral/ico_gnb_arrow_gray.svg) center no-repeat;
    box-shadow: 3px 0px 20px rgba(0, 0, 0, 0.1);
    margin-left: auto;
  }
  #header .gnb_wrap .gnb_item .gnb_link:hover:after {
    background: #0f4a63 url(../images/funeral/ico_gnb_arrow_wt.svg) center no-repeat;
  }
  #header .btn_menu {
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    width: 20px;
    height: 16px;
    margin-left: 30px;
    position: relative;
  }
  #header .btn_menu span {
    width: 20px;
    height: 2px;
    background: #707070;
    display: block;
    transition: 300ms;
  }
  #header.open_menu:before {
    content: "";
    display: block;
    width: 100%;
    position: fixed;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    top: 0;
    left: 0;
    z-index: 1;
  }
  #header.open_menu .gnb_wrap {
    z-index: 1;
    display: block;
  }
  #header.open_menu .btn_menu {
    z-index: 2;
  }
  #header.open_menu .btn_menu span {
    position: absolute;
  }
  #header.open_menu .btn_menu span:nth-child(1) {
    top: calc(50% - 6px);
    transform: translateY(5px) rotate(45deg);
  }
  #header.open_menu .btn_menu span:nth-child(2) {
    top: calc(50% - 1px);
    display: none;
  }
  #header.open_menu .btn_menu span:nth-child(3) {
    top: calc(50% + 4px);
    transform: translateY(-5px) rotate(-45deg);
  }
  .main_wrap {
    background: url(../images/funeral/main_bg.png) calc(50% + 785px) calc(100% + 30px) no-repeat;
    padding-bottom: 140px;
    min-height: calc(100vh - 230px);
  }
  .main_wrap .main_visual {
    position: relative;
    z-index: 0;
  }
  .main_wrap .main_visual .swiper {
    z-index: 0;
  }
  .main_wrap .main_visual .swiper-slide {
    position: relative;
  }
  .main_wrap .main_visual .swiper-slide img {
    -o-object-fit: cover;
       object-fit: cover;
    margin: 0 auto;
  }
  .main_wrap .main_visual .swiper-slide .slide_txt {
    position: absolute;
    top: 20px;
    left: 0;
    font-size: 26px;
    line-height: 40px;
    letter-spacing: -0.005em;
    color: #333333;
    width: 100%;
    padding: 0 20px;
  }
  .main_wrap .main_visual .swiper-slide strong {
    color: #0f4a63;
  }
  .main_wrap .main_visual .visual_quick_area {
    max-width: 1400px;
    width: 100%;
    display: flex;
    position: relative;
  }
  .main_wrap .main_visual .visual_quick_area .quick_info {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  .main_wrap .main_visual .visual_quick_area .quick_info .btn_loca {
    width: 50%;
    height: 60px;
    background: #333333;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: center;
  }
  .main_wrap .main_visual .visual_quick_area .quick_info .btn_loca p {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
  }
  .main_wrap .main_visual .visual_quick_area .quick_info .btn_loca .ico_quick1 {
    width: 17px;
    height: 27px;
    background: url(../images/funeral/ico_quick1.svg) center no-repeat;
    margin-right: 10px;
    background-size: 100%;
  }
  .main_wrap .main_visual .visual_quick_area .quick_info .btn_info {
    width: 50%;
    height: 60px;
    background: #175068;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: center;
  }
  .main_wrap .main_visual .visual_quick_area .quick_info .btn_info p {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
  }
  .main_wrap .main_visual .visual_quick_area .quick_info .btn_info .ico_quick2 {
    width: 20px;
    height: 22px;
    background: url(../images/funeral/ico_quick2.svg) center no-repeat;
    margin-right: 10px;
    background-size: 100%;
  }
  .main_wrap .main_visual .visual_quick_area .quick_info .inq_box {
    height: 150px;
    width: 100%;
    text-align: center;
    padding: 30px 30px 0;
  }
  .main_wrap .main_visual .visual_quick_area .quick_info .inq_box dt {
    display: flex;
    align-items: center;
    font-size: 18px;
    font-weight: 600;
    color: #333;
    justify-content: center;
  }
  .main_wrap .main_visual .visual_quick_area .quick_info .inq_box dt .ico_tel {
    width: 16px;
    height: 16px;
    margin-right: 5px;
    background: url(../images/funeral/ico_tel.svg) center no-repeat;
  }
  .main_wrap .main_visual .visual_quick_area .quick_info .inq_box dd {
    color: #0f4a63;
    font-weight: 700;
    font-size: 18px;
  }
  .main_wrap .main_visual .visual_quick_area .quick_info .inq_box dd .tel_area {
    font-size: 26px;
  }
  .main_wrap .main_visual .visual_quick_area .quick_info .inq_box .inq_info {
    font-size: 14px;
    line-height: 500;
    color: #0f4a63;
    line-height: 16px;
  }
  .main_wrap .main_visual .visual_quick_area .swiper-pagination {
    position: absolute;
    top: -150px;
    left: 20px;
    width: auto;
    text-align: left;
  }
  .main_wrap .main_visual .visual_quick_area .swiper-pagination .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    border: 1px solid #acacac;
    opacity: 1;
    background: transparent;
  }
  .main_wrap .main_visual .visual_quick_area .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #aeaeae;
  }
  .main_wrap .main_list_area {
    margin: 0 20px;
    position: relative;
    /*box-shadow: 10px 0px 40px rgba(0, 0, 0, 0.16);
    border-radius: 0 0 20px 20px;
    overflow: hidden;*/
  }
  .main_wrap .main_list_area table {
    width: 100%;
    display: block;
  }
  .main_wrap .main_list_area table caption {
    display: none;
  }
  .main_wrap .main_list_area table tbody {
    display: block;
  }
  .main_wrap .main_list_area table tbody tr {
    display: block;
    border-top: 1px solid #e0e0e0;
  }
  .main_wrap .main_list_area table tbody tr:first-child {
    border-top: 0;
  }
  .main_wrap .main_list_area table tbody tr td {
    display: flex;
    width: 100%;
  }
  .main_wrap .main_list_area table tbody tr td:first-child .label {
    padding-top: 20px;
  }
  .main_wrap .main_list_area table tbody tr td:first-child .cont {
    padding-top: 20px;
  }
  .main_wrap .main_list_area table tbody tr td:last-child .label {
    padding-bottom: 20px;
  }
  .main_wrap .main_list_area table tbody tr td:last-child .cont {
    padding-bottom: 20px;
  }
  .main_wrap .main_list_area table tbody tr td .label {
    width: 35%;
    background: #175068;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    padding: 0 20px;
    line-height: 36px;
  }
  .main_wrap .main_list_area table tbody tr td .cont {
    width: 65%;
    text-align: right;
    padding: 0 20px;
    font-size: 20px;
    color: #000;
    line-height: 36px;
  }
  .main_wrap .main_list_area .btn_more {
    display: flex;
    height: 60px;
    background: #222222;
    align-items: center;
    justify-content: center;
    width: 100%;
  }
  .main_wrap .main_list_area .btn_more span {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
  }
  .main_wrap .main_list_area .btn_more:after {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    margin-left: 10px;
    background: url(../images/funeral/ico_plus.svg) center no-repeat;
  }
  #footer {
    background: rgba(40, 40, 40, 0.9);
    padding: 25px 20px;
  }
  #footer .section .foot_cont .foot_menu {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
  #footer .section .foot_cont .foot_menu .foot_btn {
    font-size: 16px;
    line-height: 1.3;
    color: rgba(255, 255, 255, 0.7);
    margin: 5px 0;
  }
  #footer .section .foot_cont .foot_menu .foot_btn strong {
    color: rgb(255, 255, 255);
  }
  #footer .section .foot_cont .foot_menu .foot_btn:nth-child(n+2) {
    padding-left: 11px;
    margin-left: 10px;
    position: relative;
  }
  #footer .section .foot_cont .foot_menu .foot_btn:nth-child(n+2):before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    width: 1px;
    height: 10px;
    margin-top: -5px;
    background: rgba(255, 255, 255, 0.4);
  }
  #footer .section .foot_cont .foot_info {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
  }
  #footer .section .foot_cont .foot_info span {
    font-size: 14px;
    font-weight: 300;
    color: #fff;
    line-height: 1.3;
  }
  #footer .section .foot_cont .foot_info span:first-child {
    width: 100%;
    margin-bottom: 10px;
  }
  #footer .section .foot_cont .foot_info span:nth-child(n+3) {
    padding-left: 11px;
    margin-left: 10px;
    position: relative;
  }
  #footer .section .foot_cont .foot_info span:nth-child(n+3):before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    width: 1px;
    height: 10px;
    margin-top: -5px;
    background: rgba(255, 255, 255, 0.4);
  }
  #footer .section .foot_cont .foot_copy {
    margin-top: 20px;
    font-size: 12px;
    font-weight: 200;
    color: rgba(255, 255, 255, 0.4);
  }
  #footer .section .foot_sns {
    padding-top: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #footer .section .foot_sns a {
    margin-left: 8px;
  }
  .sub_visual {
    border-bottom: 1px solid #ccc;
    height: 140px;
    position: relative;
  }
  .sub_visual img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .sub_visual .vi_txt {
    position: absolute;
    top: 0;
    height: 140px;
    width: 100%;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: 500;
    color: #fff;
  }
  .breadcrumb .section .link_home {
    display: none;
  }
  .breadcrumb .section .link_sec {
    width: 100%;
    height: 50px;
    position: relative;
  }
  .breadcrumb .section .link_sec:nth-child(n+2) {
    border-bottom: 1px solid #ccc;
  }
  .breadcrumb .section .link_sec .link_active {
    min-width: 100%;
    padding: 0 35px 0 20px;
    height: 49px;
    display: flex;
    align-items: center;
    font-size: 18px;
    color: #707070;
    position: relative;
  }
  .breadcrumb .section .link_sec .link_active:after {
    content: "";
    display: block;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -3px;
    width: 13px;
    height: 7px;
    background: url(../images/ico_nav_arrow.svg) center no-repeat;
    transition: 300ms;
  }
  .breadcrumb .section .link_sec .link_list {
    visibility: hidden;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    position: absolute;
    transform: scale(1, 0);
    opacity: 0;
    top: 50px;
    left: 0;
    width: 100%;
    border-bottom: 1px solid #cccccc;
    background: #fff;
    transition: 300ms;
    transform-origin: top;
  }
  .breadcrumb .section .link_sec .link_list li a {
    display: block;
    font-size: 18px;
    color: #707070;
    line-height: 24px;
    padding: 13px 20px;
  }
  .breadcrumb .section .link_sec .link_list li a:hover {
    color: #fff;
    background: #226dde;
  }
  .breadcrumb .section .link_sec.open {
    z-index: 1;
  }
  .breadcrumb .section .link_sec.open .link_active:after {
    transform: rotate(180deg);
  }
  .breadcrumb .section .link_sec.open .link_list {
    visibility: visible;
    transform: scale(1, 1);
    opacity: 1;
  }
  .breadcrumb .section .link_sec:last-child:before {
    display: none;
  }
  .content {
    margin: 0 auto;
    padding: 30px 20px 50px;
  }
  .content .cont_tit {
    font-size: 28px;
    font-weight: 600;
    color: #333;
    line-height: 30px;
  }
  .content .cont_tit_disc {
    margin-top: 10px;
    font-size: 18px;
    line-height: 21px;
    color: #333;
  }
  .content .con_area {
    margin-top: 50px;
  }
  .frame_zoom {
    overflow: hidden;
    width: 100%;
    height: 400px;
  }
  .frame_zoom iframe {
    -ms-zoom: 0.175;
    -moz-transform: scale(0.175);
    -moz-transform-origin: 0 0;
    -o-transform: scale(0.175);
    -o-transform-origin: 0 0;
    -webkit-transform: scale(0.175);
    -webkit-transform-origin: 0 0;
  }
  .useinfo_area .useinfo_sec:nth-child(n+2) {
    margin-top: 50px;
  }
  .useinfo_area .useinfo_sec .useinfo_tit {
    background: transparent linear-gradient(270deg, rgb(24, 61, 77) 0%, rgb(12, 40, 52) 100%) 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: 44px;
    display: flex;
    align-items: center;
    padding: 0 30px;
    font-size: 18px;
    color: #fff;
    border-radius: 22px;
  }
  .useinfo_area .useinfo_sec .useinfo_tit:after {
    content: "";
    display: block;
    width: 42px;
    height: 10px;
    margin-left: 20px;
    background: url(../images/funeral/ico_useinfo_tit.svg) center no-repeat;
  }
  .useinfo_area .useinfo_sec ul {
    margin-top: 25px;
  }
  .useinfo_area .useinfo_sec ul li {
    margin-top: 30px;
  }
  .useinfo_area .useinfo_sec ul li:first-child {
    margin-top: 0;
  }
  .useinfo_area .useinfo_sec ul li .li_tit {
    padding-left: 20px;
    position: relative;
    font-size: 18px;
    font-weight: 600;
    color: #333;
  }
  .useinfo_area .useinfo_sec ul li .li_tit:before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background: #e5e5e5;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -5px;
  }
  .useinfo_area .useinfo_sec ul li .li_tit .t_sky {
    color: #6499af;
  }
  .useinfo_area .useinfo_sec ul li .li_cont {
    font-size: 18px;
    line-height: 30px;
    color: #707070;
    padding-left: 20px;
  }
  .location_wrap .map_area {
    position: relative;
    padding-bottom: 100%;
    border: 1px solid #ccc;
  }
  .location_wrap .map_area iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border: 0;
  }
  .location_wrap .map_area .map_info_area {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(23, 80, 104, 0.75);
    padding: 20px;
  }
  .location_wrap .map_area .map_info_area .map_address {
    font-size: 22px;
    color: #fff;
    position: relative;
  }
  .location_wrap .map_area .map_info_area ul li {
    display: flex;
    align-items: center;
    margin-top: 5px;
  }
  .location_wrap .map_area .map_info_area ul li .ico_loca_tel {
    display: block;
    margin-right: 10px;
    width: 20px;
    height: 20px;
    background: url(../images/funeral/ico_loca_tel.svg) center no-repeat;
  }
  .location_wrap .map_area .map_info_area ul li .ico_loca_fax {
    display: block;
    margin-right: 10px;
    width: 21px;
    height: 22px;
    background: url(../images/funeral/ico_loca_fax.svg) center no-repeat;
  }
  .location_wrap .map_area .map_info_area ul li p {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
  }
  .location_wrap .location_area {
    margin-top: 40px;
  }
  .location_wrap .location_area .loca_sec {
    display: flex;
    width: 100%;
  }
  .location_wrap .location_area .loca_sec:nth-child(n+2) {
    margin-top: 30px;
    border-top: 1px solid #ccc;
    padding-top: 30px;
  }
  .location_wrap .location_area .loca_sec .ico_loca1,
.location_wrap .location_area .loca_sec .ico_loca2,
.location_wrap .location_area .loca_sec .ico_loca3,
.location_wrap .location_area .loca_sec .ico_loca4 {
    display: none;
  }
  .location_wrap .location_area .loca_sec .loca_cont {
    width: 100%;
    margin-left: auto;
  }
  .location_wrap .location_area .loca_sec .loca_cont .loca_tit {
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
    color: #175068;
    padding-top: 20px;
  }
  .location_wrap .location_area .loca_sec .loca_cont .loca_list {
    margin-top: 15px;
  }
  .location_wrap .location_area .loca_sec .loca_cont .loca_list li {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
  }
  .location_wrap .location_area .loca_sec .loca_cont .loca_list li:first-child {
    margin-top: 0;
  }
  .location_wrap .location_area .loca_sec .loca_cont .loca_list li:before {
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    background: #175068;
    margin-right: 5px;
    margin-top: 8px;
  }
  .location_wrap .location_area .loca_sec .loca_cont .loca_list li .label {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    margin-right: 5px;
    line-height: 21px;
  }
  .location_wrap .location_area .loca_sec .loca_cont .loca_list li .loca_box {
    width: 100%;
    display: flex;
    margin-top: 5px;
    flex-wrap: wrap;
  }
  .location_wrap .location_area .loca_sec .loca_cont .loca_list li .loca_box span {
    font-size: 18px;
    line-height: 21px;
    color: #707070;
    padding-left: 15px;
    margin-left: 12px;
    margin-top: 5px;
    position: relative;
  }
  .location_wrap .location_area .loca_sec .loca_cont .loca_list li .loca_box span:before {
    content: "";
    display: block;
    width: 5px;
    height: 8px;
    background: url(../images/ico_arrow_blue.svg) center no-repeat;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -4px;
  }
  .location_wrap .location_area .loca_sec .loca_cont .loca_list li .loca_box span:first-child {
    padding-left: 0;
    margin-left: 0;
  }
  .location_wrap .location_area .loca_sec .loca_cont .loca_list li .loca_box span:first-child:before {
    display: none;
  }
  .location_wrap .location_area .loca_sec .loca_cont .loca_info_wrap .loca_info {
    margin-top: 30px;
    padding-bottom: 30px;
  }
  .location_wrap .location_area .loca_sec .loca_cont .loca_info_wrap .loca_info .loca_info_tit {
    display: flex;
    align-items: center;
    font-size: 20px;
    font-weight: 600;
    color: #000;
    margin-bottom: 20px;
  }
  .location_wrap .location_area .loca_sec .loca_cont .loca_info_wrap .loca_info .loca_info_tit:before {
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    background: #0d64b7;
    margin-right: 5px;
  }
  .location_wrap .location_area .loca_sec .loca_cont .loca_info_wrap .loca_info img {
    width: 100%;
  }
  .location_wrap .location_area .loca_sec .loca_cont .loca_metro {
    margin-top: 20px;
  }
  .location_wrap .location_area .loca_sec .loca_cont .loca_metro li {
    display: flex;
  }
  .location_wrap .location_area .loca_sec .loca_cont .loca_metro li .metro_line {
    width: 27px;
    height: 27px;
    border-radius: 14px;
    background: #129ba9;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    color: #fff;
    margin-right: 12px;
  }
  .location_wrap .location_area .loca_sec .loca_cont .loca_metro li:nth-child(n+2) {
    margin-top: 12px;
  }
  .location_wrap .location_area .loca_sec .loca_cont .loca_metro li .metro_txt {
    font-size: 18px;
    color: #000;
  }
  .location_wrap .location_area .loca_sec .loca_cont .loca_metro li .metro_txt .t_emerald {
    color: #129ba9;
    font-weight: 600;
  }
  .location_wrap .location_area .loca_sec .loca_cont .shuttle_area {
    margin-top: 20px;
  }
  .location_wrap .location_area .loca_sec .loca_cont .shuttle_area .shuttle_timetable {
    margin-top: 30px;
  }
  .location_wrap .location_area .loca_sec .loca_cont .shuttle_area .shuttle_timetable .tit {
    font-size: 20px;
    font-weight: 600;
    color: #000;
    position: relative;
  }
  .location_wrap .location_area .loca_sec .loca_cont .shuttle_area .shuttle_timetable .time_img {
    max-width: 564px;
    margin-top: -10px;
  }
  .info_dash_box {
    border: 1px dashed #6499af;
    border-radius: 10px;
    margin-bottom: 60px;
    display: flex;
    padding: 30px 40px;
  }
  .info_dash_box .ico_funeral {
    display: block;
    width: 43px;
    height: 50px;
    background: url(../images/funeral/ico_funeral_line.svg) center no-repeat;
  }
  .info_dash_box dl {
    margin-left: 34px;
    flex: 1;
  }
  .info_dash_box dl dt {
    font-size: 18px;
    line-height: 20px;
    font-weight: 700;
    color: #333;
  }
  .info_dash_box dl dd {
    font-size: 18px;
    line-height: 20px;
    margin-top: 8px;
    color: #707070;
  }
  .info_dash_box dl dd strong {
    font-weight: 600;
    color: #466673;
  }
  .tab_btn_wrap {
    position: relative;
    z-index: 1;
  }
  .tab_btn_wrap .tab_this {
    height: 48px;
    border-radius: 24px;
    border: 1px solid #175068;
    font-size: 18px;
    color: #333;
    padding: 0 30px;
    width: 100%;
    text-align: left;
    position: relative;
  }
  .tab_btn_wrap .tab_this:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    width: 12px;
    height: 8px;
    margin-top: -4px;
    background: url(../images/funeral/ico_slc_arrow.svg) center no-repeat;
  }
  .tab_btn_wrap .tab_area {
    display: none;
    position: absolute;
    border-radius: 24px;
    border: 1px solid #175068;
    top: 0;
    left: 0;
    width: 100%;
    padding: 7px 0;
    background: #fff;
  }
  .tab_btn_wrap .tab_area .btn_tab {
    display: block;
    padding: 7px 30px;
    font-size: 18px;
    color: #333;
  }
  .tab_btn_wrap .tab_area:after {
    content: "";
    display: block;
    position: absolute;
    top: 19px;
    right: 20px;
    width: 12px;
    height: 8px;
    background: url(../images/funeral/ico_slc_arrow.svg) center no-repeat;
    transform: rotate(180deg);
  }
  .tab_btn_wrap.open_tab .tab_area {
    display: block;
  }
  .tab_cont {
    display: none;
    margin-top: 30px;
  }
  .tab_cont.active_cont {
    display: block;
  }
  .tab_cont .mortuary_useinfo .img_sec {
    max-width: 820px;
    margin: 0 auto;
  }
  .tab_cont .mortuary_useinfo .img_sec .img_big {
    width: 100%;
    position: relative;
  }
  .tab_cont .mortuary_useinfo .img_sec .img_big img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .tab_cont .mortuary_useinfo .img_sec .img_big .img_alt {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40px;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
  }
  .tab_cont .mortuary_useinfo .img_sec .img_thumb_area {
    display: flex;
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .tab_cont .mortuary_useinfo .img_sec .img_thumb_area .thumb_box {
    width: calc(50% - 10px);
    height: 186px;
    position: relative;
    margin-top: 20px;
  }
  .tab_cont .mortuary_useinfo .img_sec .img_thumb_area .thumb_box img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .tab_cont .mortuary_useinfo .img_sec .img_thumb_area .thumb_box .img_alt {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40px;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
  }
  .tab_cont .mortuary_useinfo .img_sec .img_thumb_area .thumb_box.hideImg {
    display: none;
  }
  .tab_cont .mortuary_useinfo .info_sec {
    margin-top: 30px;
  }
  .tab_cont .mortuary_useinfo .info_sec .mortuary_tit {
    display: none;
  }
  .tab_cont .mortuary_useinfo .info_sec .mortuary_info table {
    border: 1px solid #e5e5e5;
    width: 100%;
  }
  .tab_cont .mortuary_useinfo .info_sec .mortuary_info table tr:first-child th,
.tab_cont .mortuary_useinfo .info_sec .mortuary_info table tr:first-child td {
    border-top: 0;
  }
  .tab_cont .mortuary_useinfo .info_sec .mortuary_info table th {
    border-top: 1px solid #e5e5e5;
    background: #333333;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    width: 35%;
    padding: 30px 0;
  }
  .tab_cont .mortuary_useinfo .info_sec .mortuary_info table td {
    border-top: 1px solid #e5e5e5;
    color: #333333;
    font-size: 18px;
    text-align: left;
    width: 65%;
    padding: 30px 20px;
  }
  .tab_cont .other_img_area {
    display: flex;
    flex-wrap: wrap;
  }
  .tab_cont .other_img_area .other_img {
    width: 100%;
    position: relative;
  }
  .tab_cont .other_img_area .other_img img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .tab_cont .other_img_area .other_img .img_alt {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40px;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
  }
  .tab_cont .other_img_area .other_img:nth-child(n+2) {
    margin-top: 20px;
  }
  .base_cont {
    background: #fff;
    max-width: 1100px;
    width: 90%;
    margin: 0 auto;
    padding: 20px;
    height: 100%;
  }
  .base_cont .pop_tit {
    border-bottom: 1px solid #707070;
    padding-bottom: 15px;
    display: flex;
    align-items: center;
  }
  .base_cont .pop_tit strong {
    font-size: 28px;
    font-weight: 600;
    color: #000;
  }
  .base_cont .pop_tit .btn-pop-close {
    display: block;
    width: 25px;
    height: 25px;
    margin-left: auto;
    font-size: 0;
    line-height: 0;
    background: url(../images/ico_pop_close.svg) center no-repeat;
  }
  .base_cont .base_info_cont {
    padding: 20px 0 0;
    max-height: calc(100vh - 300px);
    overflow-y: auto;
    font-size: 18px;
    color: #555555;
    line-height: 30px;
  }
  .base_cont .base_info_cont .mt20 {
    margin-top: 20px;
  }
  .base_cont .base_info_cont .mt20 + .num_list {
    margin-top: 5px;
  }
  .base_cont .base_info_cont .num_list {
    margin-top: 15px;
    counter-reset: colorcircle 0;
  }
  .base_cont .base_info_cont .num_list li {
    padding-left: 25px;
    margin-top: 10px;
    line-height: 28px;
    font-size: 18px;
    color: #555555;
    position: relative;
  }
  .base_cont .base_info_cont .num_list li:first-child {
    margin-top: 0;
  }
  .base_cont .base_info_cont .num_list li:before {
    position: absolute;
    top: 3px;
    left: 0;
    counter-increment: colorcircle 1;
    content: counter(colorcircle);
    color: #fff;
    font-size: 12px;
    z-index: 1;
    background: #4378b5;
    width: 20px;
    height: 20px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .base_cont .base_info_cont .num_list li .strong {
    font-weight: 600;
    color: #000000;
  }
  .base_cont .base_info_cont .num_list li strong {
    font-weight: 600;
  }
  .base_cont .base_info_cont .num_list li.mt50 {
    margin-top: 50px;
  }
  .base_cont .base_info_cont .num_list li .t_blue {
    color: #4378b5;
    font-weight: 500;
  }
  .base_cont .base_info_cont .num_list li ol {
    margin-top: 10px;
  }
  .base_cont .base_info_cont .num_list li ol li {
    padding-left: 0;
    margin-top: 0;
    font-size: 16px;
  }
  .base_cont .base_info_cont .num_list li ol li:before {
    display: none;
  }
  .base_cont .base_info_cont .num_list:first-child {
    margin-top: 0;
  }
  .base_cont .base_info_cont .num_list2 {
    margin-top: 15px;
  }
  .base_cont .base_info_cont .num_list2 li {
    margin-top: 10px;
    line-height: 28px;
    font-size: 18px;
    color: #555555;
    position: relative;
  }
  .base_cont .base_info_cont .num_list2 li:first-child {
    margin-top: 0;
  }
  .base_cont .base_info_cont .num_list2 li .strong {
    font-weight: 600;
    color: #000000;
  }
  .base_cont .base_info_cont .num_list2 li strong {
    font-weight: 600;
  }
  .base_cont .base_info_cont .num_list2 li.mt50 {
    margin-top: 50px;
  }
  .base_cont .base_info_cont .num_list2 li .t_blue {
    color: #4378b5;
    font-weight: 500;
  }
  .base_cont .base_info_cont .num_list2:first-child {
    margin-top: 0;
  }
  .base_cont .base_info_cont .base_sec {
    margin-top: 40px;
  }
  .base_cont .base_info_cont .base_sec:first-child {
    margin-top: 0;
  }
  .base_cont .base_info_cont .base_sec .base_sec_tt {
    font-size: 22px;
    color: #333333;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 5px;
  }
  .base_cont .base_info_cont .base_table {
    margin: 10px 0;
  }
  .base_cont .base_info_cont .base_table table {
    width: 100%;
  }
  .base_cont .base_info_cont .base_table table th {
    border: 1px solid #ddd;
    text-align: center;
    padding: 10px;
    font-size: 16px;
    line-height: 22px;
  }
  .base_cont .base_info_cont .base_table table td {
    border: 1px solid #ddd;
    text-align: center;
    padding: 10px;
    font-size: 16px;
    line-height: 22px;
  }
}