@charset "UTF-8";
@import url("/static/fonts/nanum_myeongjo/NanumMyeongjo.css");
@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Belleza&display=swap");
html {
  font-size: 12px; }

@media screen and (min-width: 360px) {
  html {
    font-size: 14px; } }
@media screen and (min-width: 400px) {
  html {
    font-size: 16px; } }
@media screen and (min-width: 430px) {
  html {
    font-size: 16px; } }
@media screen and (min-width: 768px) {
  html {
    font-size: 16px; } }
@media screen and (min-width: 1200px) {
  html {
    font-size: 16px; } }
@media screen and (min-width: 1920px) {
  html {
    font-size: 16px; } }
/* 폰트 */
/* 컬러 */
/* 드롭다운,멀티포함 */
/* font */
/* text cutting */
/* flex */
::-webkit-scrollbar {
  width: rem(6px);
  height: rem(6px); }
  @media screen and (min-width: 1200px) {
    ::-webkit-scrollbar {
      width: 10px;
      height: 10px; } }

::-webkit-scrollbar-thumb {
  background: #CCCCCC;
  border-radius: 0; }

::-webkit-scrollbar-thumb:hover {
  background: #888888; }

::-webkit-scrollbar-track {
  background: #eeeeee;
  border-radius: 0; }

.section_top.bg.question span, .section_top.bg.faq span, .section_top.bg.catalog span {
  background: url("/static/images/common/subvisual/question_top@m.jpg") 50% 50% no-repeat;
  background-size: cover; }
  @media screen and (min-width: 1200px) {
    .section_top.bg.question span, .section_top.bg.faq span, .section_top.bg.catalog span {
      background: url("/static/images/common/subvisual/question_top.jpg") 50% 50% no-repeat;
      background-size: cover; } }
.section_top.bg.cost-guide span {
  background: url("/static/images/common/subvisual/costguide_top@m.jpg") 50% 50% no-repeat;
  background-size: cover; }
  @media screen and (min-width: 1200px) {
    .section_top.bg.cost-guide span {
      background: url("/static/images/common/subvisual/costguide_top.jpg") 50% 50% no-repeat;
      background-size: cover; } }
.section_top.bg.funeral span {
  background: url("/static/images/common/subvisual/funeral_top@m.jpg") 50% 50% no-repeat;
  background-size: cover; }
  @media screen and (min-width: 1200px) {
    .section_top.bg.funeral span {
      background: url("/static/images/common/subvisual/funeral_top.jpg") 50% 50% no-repeat;
      background-size: cover; } }

.container.customer section.page-tab-row {
  background: #fff;
  position: sticky;
  z-index: 2;
  top: 4.1666666667rem; }
  @media screen and (min-width: 1200px) {
    .container.customer section.page-tab-row {
      top: 100px; } }
.container.customer section.cost {
  background: url("/static/images/customer/bg_cost_top@m.jpg") 50% 0 no-repeat;
  background-size: 100% auto;
  padding-top: 6.6666666667rem; }
  @media screen and (min-width: 992px) {
    .container.customer section.cost {
      background: url("/static/images/customer/bg_cost_top.jpg") 50% 0 no-repeat;
      background-size: 100% auto;
      padding-top: 160px; } }
.container.customer section .inner.login-row {
  background: url("/static/images/customer/bg_question@m.jpg") 50% 50% no-repeat;
  background-size: cover;
  min-height: 23.625rem;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-flow: wrap;
  margin-top: 3.3333333333rem; }
  .container.customer section .inner.login-row h3 {
    width: 100%;
    text-align: center;
    margin-bottom: 1.6666666667rem;
    color: #fff;
    font-size: 1.4583333333rem;
    line-height: 1.4;
    font-weight: 700; }
  .container.customer section .inner.login-row p {
    width: 100%;
    text-align: center;
    margin-bottom: 3.3333333333rem;
    color: #fff;
    font-size: 1rem;
    line-height: 1.4;
    font-weight: 500; }
  .container.customer section .inner.login-row .btn-row .btn.plane {
    background: #fff;
    color: #A6866B; }
  .container.customer section .inner.login-row .btn-row .btn:hover {
    background: transparent;
    color: #A6866B;
    border: 1px solid #A6866B; }
  @media screen and (min-width: 1200px) {
    .container.customer section .inner.login-row {
      background: url("/static/images/customer/bg_question.jpg") 50% 50% no-repeat;
      background-size: cover;
      min-height: 403px;
      margin-top: 80px; }
      .container.customer section .inner.login-row h3 {
        margin-bottom: 32px;
        color: #fff;
        font-size: 32px;
        line-height: 1.4;
        font-weight: 700; }
        .container.customer section .inner.login-row h3 br {
          display: none; }
      .container.customer section .inner.login-row p {
        margin-bottom: 64px;
        color: #fff;
        font-size: 18px;
        line-height: 1.4;
        font-weight: 500; }
        .container.customer section .inner.login-row p br {
          display: none; }
      .container.customer section .inner.login-row .btn-row .btn.plane {
        background: #fff;
        color: #A6866B; }
      .container.customer section .inner.login-row .btn-row .btn:hover {
        background: transparent !important;
        color: #fff;
        border: 1px solid #fff !important; } }
@media screen and (min-width: 768px) {
  .container.customer section .inner.request .input-group .input-row {
    width: 100%; } }
.container.customer section .inner.request .radio-rwo.required {
  margin-bottom: 0; }
  .container.customer section .inner.request .radio-rwo.required > strong {
    position: relative;
    width: 100%;
    margin-bottom: 1rem;
    padding-left: 0.6666666667rem;
    color: #000;
    font-size: 1.0833333333rem;
    line-height: 1.0833333333rem;
    font-weight: 600;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start; }
    .container.customer section .inner.request .radio-rwo.required > strong:after {
      content: "*";
      position: relative;
      display: flex;
      color: #F82417;
      width: unset;
      height: unset;
      background: none;
      border-radius: unset;
      background-size: unset;
      margin: -0.125rem 0 0 0.3125rem; }
    @media screen and (min-width: 480px) {
      .container.customer section .inner.request .radio-rwo.required > strong {
        margin-bottom: 16px;
        padding-left: 16px;
        color: #000;
        font-size: 20px;
        line-height: 20px;
        font-weight: 600; } }
  .container.customer section .inner.request .radio-rwo.required .radio-box-group {
    flex-flow: wrap;
    margin-bottom: 3.125rem; }
    .container.customer section .inner.request .radio-rwo.required .radio-box-group .radio-box {
      width: 40%;
      padding-left: 0.6666666667rem;
      margin: 1.0416666667rem 0; }
    .container.customer section .inner.request .radio-rwo.required .radio-box-group.error-row .error {
      width: 100%;
      position: relative;
      top: 0;
      min-height: 1.0833333333rem;
      padding: 0.625rem 0 0.5rem 0.6666666667rem;
      background: none;
      border: none;
      border-radius: 0;
      color: #F82417;
      font-size: 0.875rem;
      line-height: 0.875rem;
      font-weight: 500;
      box-shadow: none;
      width: 100%;
      text-align: left;
      z-index: 1; }
    .container.customer section .inner.request .radio-rwo.required .radio-box-group .error {
      padding: 0; }
  @media screen and (min-width: 480px) {
    .container.customer section .inner.request .radio-rwo.required .radio-box-group .radio-box {
      width: 30%; } }
  @media screen and (min-width: 768px) {
    .container.customer section .inner.request .radio-rwo.required {
      width: 100%; }
      .container.customer section .inner.request .radio-rwo.required .radio-box-group {
        width: 100%;
        margin-right: 0; }
        .container.customer section .inner.request .radio-rwo.required .radio-box-group .radio-box {
          width: 13%; }
          .container.customer section .inner.request .radio-rwo.required .radio-box-group .radio-box:nth-child(4) {
            width: 17%; }
          .container.customer section .inner.request .radio-rwo.required .radio-box-group .radio-box:nth-child(5) {
            width: 20%; } }
  @media screen and (min-width: 1200px) {
    .container.customer section .inner.request .radio-rwo.required {
      display: flex;
      justify-content: flex-start;
      align-items: flex-start; }
      .container.customer section .inner.request .radio-rwo.required > strong {
        width: 130px;
        padding-top: 15px;
        padding-left: 0; }
      .container.customer section .inner.request .radio-rwo.required .radio-box-group {
        width: calc( 100% - 130px );
        margin-bottom: 20px; }
        .container.customer section .inner.request .radio-rwo.required .radio-box-group.error-row .error {
          padding: 10px 0 20px 20px;
          color: #F82417;
          font-size: 16px;
          line-height: 16px;
          font-weight: 500; }
        .container.customer section .inner.request .radio-rwo.required .radio-box-group .error {
          padding: 0; } }
.container.customer section .inner.request .dropdown .dropdown-box {
  width: 100%; }
  .container.customer section .inner.request .dropdown .dropdown-box button {
    border-bottom: 1px solid #aaa; }
  @media screen and (min-width: 1200px) {
    .container.customer section .inner.request .dropdown .dropdown-box {
      width: calc(100% - 130px); }
      .container.customer section .inner.request .dropdown .dropdown-box .error {
        padding-left: 0; } }
.container.customer section .inner.request .dropdown.error-row .dropdown-box button {
  border-bottom: 1px solid #F82417; }
@media screen and (min-width: 1200px) {
  .container.customer section .inner.request .input-group .input-row:nth-child(3), .container.customer section .inner.request .input-group .input-row:nth-child(4) {
    min-height: auto;
    margin-bottom: 48px; } }
@media screen and (min-width: 1200px) {
  .container.customer section .inner.request .input-group .input-row:nth-child(5) {
    margin-bottom: 74px; } }
@media screen and (min-width: 900px) {
  .container.customer section .inner.request .input-group.advice .input-row {
    width: 47%; } }
@media screen and (min-width: 1200px) {
  .container.customer section .inner.request .input-group .dropdown .dropdown-box {
    width: 480px; }
  .container.customer section .inner.request .input-group.advice .input-row {
    width: 48%; } }
.container.customer section .inner.customer_inquiry .radio-rwo {
  width: 100%; }
  .container.customer section .inner.customer_inquiry .radio-rwo.hidden {
    display: none; }
  .container.customer section .inner.customer_inquiry .radio-rwo .radio-box-group {
    padding-left: 1.3333333333rem;
    padding-top: 1.0416666667rem;
    padding-bottom: 1.0416666667rem;
    margin-bottom: 0 !important; }
    .container.customer section .inner.customer_inquiry .radio-rwo .radio-box-group .radio-box {
      padding-left: 0.6666666667rem; }
.container.customer section .inner.customer_inquiry .dropdown {
  margin-top: 3.125rem; }
.container.customer section .inner.customer_inquiry .input-row .file-box2 {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-flow: wrap; }
  .container.customer section .inner.customer_inquiry .input-row .file-box2 > strong {
    position: relative;
    width: auto;
    padding-left: 0.6666666667rem;
    color: #000;
    font-size: 1.0833333333rem;
    line-height: 1.0833333333rem;
    font-weight: 600;
    display: flex;
    justify-content: flex-start;
    align-items: center; }
    @media screen and (min-width: 480px) {
      .container.customer section .inner.customer_inquiry .input-row .file-box2 > strong {
        padding-left: 16px; } }
  .container.customer section .inner.customer_inquiry .input-row .file-box2 p {
    width: 100%;
    padding: 0.8333333333rem 0 1.3333333333rem 0;
    color: #888;
    font-size: 0.9583333333rem;
    line-height: 1.4;
    font-weight: 500; }
  .container.customer section .inner.customer_inquiry .input-row .file-box2 .input-file {
    flex-shrink: 0;
    margin-left: 1.25rem; }
    .container.customer section .inner.customer_inquiry .input-row .file-box2 .input-file .my_button {
      width: 7.1875rem;
      height: 1.875rem;
      border-radius: 1.875rem;
      background: #A6866B;
      display: flex;
      justify-content: center;
      align-items: center;
      color: #fff;
      font-size: 0.9583333333rem;
      line-height: 0.9583333333rem;
      font-weight: 600; }
    .container.customer section .inner.customer_inquiry .input-row .file-box2 .input-file input {
      display: none; }
.container.customer section .inner.customer_inquiry .input-row .imgs_wrap {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-flow: wrap; }
  .container.customer section .inner.customer_inquiry .input-row .imgs_wrap li {
    position: relative;
    width: auto;
    background: #f9f9f9;
    height: 2.3333333333rem;
    padding: 0 0.5rem;
    margin-right: 0.8333333333rem;
    margin-bottom: 0.8333333333rem;
    display: flex;
    justify-content: flex-start;
    align-items: center; }
    .container.customer section .inner.customer_inquiry .input-row .imgs_wrap li span {
      color: #555;
      font-size: 1rem;
      line-height: 1rem;
      font-weight: 500;
      max-width: 16.6666666667rem;
      /* 파일명 표시 영역 */
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      display: inline-block;
      vertical-align: middle; }
    .container.customer section .inner.customer_inquiry .input-row .imgs_wrap li button {
      margin-left: 0.8333333333rem;
      width: 1.3333333333rem;
      height: 1.3333333333rem;
      border-radius: 1.3333333333rem;
      background: #ddd;
      overflow: hidden;
      display: flex;
      justify-content: center;
      align-items: center; }
      .container.customer section .inner.customer_inquiry .input-row .imgs_wrap li button svg {
        width: 0.875rem;
        height: 0.875rem;
        transform: rotate(45deg); }
        .container.customer section .inner.customer_inquiry .input-row .imgs_wrap li button svg .plus_path {
          stroke: #555; }
@media screen and (min-width: 1200px) {
  .container.customer section .inner.customer_inquiry .input-row .file-box2 > strong {
    width: 130px;
    padding-left: 0;
    color: #000;
    font-size: 20px;
    line-height: 20px;
    font-weight: 600; }
  .container.customer section .inner.customer_inquiry .input-row .file-box2 p {
    padding: 16px 0 24px 130px;
    color: #888;
    font-size: 16px;
    line-height: 16px;
    font-weight: 500; }
  .container.customer section .inner.customer_inquiry .input-row .file-box2 .input-file {
    margin-left: 0; }
    .container.customer section .inner.customer_inquiry .input-row .file-box2 .input-file .my_button {
      width: 125px;
      height: 36px;
      border-radius: 36px;
      color: #fff;
      font-size: 16px;
      line-height: 16px;
      font-weight: 600; }
  .container.customer section .inner.customer_inquiry .input-row .imgs_wrap {
    padding-left: 130px; }
    .container.customer section .inner.customer_inquiry .input-row .imgs_wrap li {
      height: 42px;
      padding: 0 12px;
      margin-right: 8px;
      margin-bottom: 0; }
      .container.customer section .inner.customer_inquiry .input-row .imgs_wrap li span {
        color: #555;
        font-size: 18px;
        line-height: 1.5;
        font-weight: 500;
        max-width: 400px; }
      .container.customer section .inner.customer_inquiry .input-row .imgs_wrap li button {
        margin-left: 8px;
        width: 20px;
        height: 20px;
        border-radius: 20px; }
        .container.customer section .inner.customer_inquiry .input-row .imgs_wrap li button svg {
          width: 12px;
          height: 12px; }
          .container.customer section .inner.customer_inquiry .input-row .imgs_wrap li button svg .plus_path {
            stroke-width: 3; } }
.container.customer section .inner #select-step1 .radio-box-group, .container.customer section .inner #select-step2 .radio-box-group, .container.customer section .inner #select-step3 .radio-box-group {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.5208333333rem; }
  .container.customer section .inner #select-step1 .radio-box-group .radio-box, .container.customer section .inner #select-step2 .radio-box-group .radio-box, .container.customer section .inner #select-step3 .radio-box-group .radio-box {
    width: auto !important;
    margin: 1.0416666667rem 0; }
  @media screen and (min-width: 640px) {
    .container.customer section .inner #select-step1 .radio-box-group, .container.customer section .inner #select-step2 .radio-box-group, .container.customer section .inner #select-step3 .radio-box-group {
      grid-template-columns: repeat(3, 1fr); } }
  @media screen and (min-width: 992px) {
    .container.customer section .inner #select-step1 .radio-box-group, .container.customer section .inner #select-step2 .radio-box-group, .container.customer section .inner #select-step3 .radio-box-group {
      grid-template-columns: repeat(4, 1fr); } }
  @media screen and (min-width: 1200px) {
    .container.customer section .inner #select-step1 .radio-box-group, .container.customer section .inner #select-step2 .radio-box-group, .container.customer section .inner #select-step3 .radio-box-group {
      grid-template-columns: none;
      display: flex;
      justify-content: flex-start;
      align-items: center; }
      .container.customer section .inner #select-step1 .radio-box-group .radio-box, .container.customer section .inner #select-step2 .radio-box-group .radio-box, .container.customer section .inner #select-step3 .radio-box-group .radio-box {
        margin-right: 16px;
        margin-top: 20px;
        margin-bottom: 20px; } }
  @media screen and (min-width: 1440px) {
    .container.customer section .inner #select-step1 .radio-box-group .radio-box, .container.customer section .inner #select-step2 .radio-box-group .radio-box, .container.customer section .inner #select-step3 .radio-box-group .radio-box {
      margin-right: 32px; } }
@media screen and (min-width: 1200px) {
  .container.customer section .inner #select-step1 > strong {
    padding-top: 23px; }
  .container.customer section .inner #select-step1 .radio-box-group {
    padding: 0; } }
.container.customer section .inner #select-step2 {
  margin-bottom: 0;
  flex-flow: wrap; }
  .container.customer section .inner #select-step2 .radio-box-group {
    background: #f9f9f9;
    border-top: 1px solid #ddd; }
    .container.customer section .inner #select-step2 .radio-box-group.error-row .error {
      width: 100%;
      position: relative;
      top: 0;
      min-height: 1.0833333333rem;
      padding: 0.625rem 0 0.5rem 0.6666666667rem;
      background: none;
      border: none;
      border-radius: 0;
      color: #F82417;
      font-size: 0.875rem;
      line-height: 0.875rem;
      font-weight: 500;
      box-shadow: none;
      width: 100%;
      text-align: left;
      z-index: 1; }
    .container.customer section .inner #select-step2 .radio-box-group .error {
      padding: 0; }
  .container.customer section .inner #select-step2 > strong {
    display: none; }
    @media screen and (min-width: 1200px) {
      .container.customer section .inner #select-step2 > strong {
        display: block; } }
  @media screen and (min-width: 1200px) {
    .container.customer section .inner #select-step2 .radio-box-group {
      margin-top: 20px;
      margin-right: 0;
      width: calc(100% - 130px);
      flex-flow: wrap; }
      .container.customer section .inner #select-step2 .radio-box-group.error-row .error {
        padding: 10px 0 20px 20px;
        color: #F82417;
        font-size: 16px;
        line-height: 16px;
        font-weight: 500; }
      .container.customer section .inner #select-step2 .radio-box-group .error {
        padding: 0; } }
.container.customer section .inner #select-step3 .radio-box-group {
  background: #f9f9f9;
  border-top: 1px solid #ddd; }
.container.customer section .inner #select-step3 > strong {
  display: none; }
  @media screen and (min-width: 1200px) {
    .container.customer section .inner #select-step3 > strong {
      display: block; } }
@media screen and (min-width: 1200px) {
  .container.customer section .inner #select-step3 {
    margin-bottom: 0; }
    .container.customer section .inner #select-step3 .radio-box-group {
      margin-right: 0;
      width: calc(100% - 130px); } }
.container.customer section .inner.consult-row {
  padding: 0; }
  .container.customer section .inner.consult-row .radio-rwo.required .radio-box-group {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 1.0416666667rem; }
    .container.customer section .inner.consult-row .radio-rwo.required .radio-box-group .radio-box {
      width: auto !important; }
    @media screen and (min-width: 640px) {
      .container.customer section .inner.consult-row .radio-rwo.required .radio-box-group {
        grid-template-columns: repeat(2, 1fr); } }
    @media screen and (min-width: 992px) {
      .container.customer section .inner.consult-row .radio-rwo.required .radio-box-group {
        grid-template-columns: repeat(4, 1fr); } }
    @media screen and (min-width: 1200px) {
      .container.customer section .inner.consult-row .radio-rwo.required .radio-box-group {
        grid-template-columns: none;
        display: flex;
        justify-content: flex-start;
        align-items: center; }
        .container.customer section .inner.consult-row .radio-rwo.required .radio-box-group .radio-box {
          margin-right: 16px; } }
    @media screen and (min-width: 1440px) {
      .container.customer section .inner.consult-row .radio-rwo.required .radio-box-group .radio-box {
        margin-right: 32px; } }
  .container.customer section .inner.consult-row .sc_name {
    width: 100% !important; }
    @media screen and (min-width: 1200px) {
      .container.customer section .inner.consult-row .sc_name {
        width: 50% !important; }
        .container.customer section .inner.consult-row .sc_name input {
          width: 380px !important; } }
    @media screen and (min-width: 1440px) {
      .container.customer section .inner.consult-row .sc_name {
        width: 50% !important; }
        .container.customer section .inner.consult-row .sc_name input {
          width: 480px !important; } }
  .container.customer section .inner.consult-row .sc_phone {
    width: 100% !important; }
    @media screen and (min-width: 1200px) {
      .container.customer section .inner.consult-row .sc_phone {
        width: 50% !important; } }
  .container.customer section .inner.consult-row .textarea-row .check-box-row #agree_privacy-error {
    padding-left: 0 !important; }
  .container.customer section .inner.consult-row .textarea-row .check-box-row.privacy {
    margin-bottom: 0.6666666667rem; }
  @media screen and (min-width: 1200px) {
    .container.customer section .inner.consult-row .textarea-row .check-box-row {
      width: 480px; }
      .container.customer section .inner.consult-row .textarea-row .check-box-row.privacy {
        margin-bottom: 0; } }
.container.customer section .inner.tab-row {
  margin: 4.1666666667rem auto 2.5rem auto; }
  .container.customer section .inner.tab-row ul {
    display: flex;
    justify-content: center;
    align-items: center; }
    .container.customer section .inner.tab-row ul li {
      position: relative;
      padding: 0 0.8333333333rem; }
      .container.customer section .inner.tab-row ul li:before {
        content: "";
        position: absolute;
        right: 0;
        top: 0.25rem;
        width: 1px;
        height: 0.5833333333rem;
        background: #ccc; }
      .container.customer section .inner.tab-row ul li a {
        color: #888;
        font-size: 1.0833333333rem;
        line-height: 1.0833333333rem;
        font-weight: 500; }
        .container.customer section .inner.tab-row ul li a:hover {
          color: #A6866B; }
      .container.customer section .inner.tab-row ul li:first-child {
        padding-left: 0; }
      .container.customer section .inner.tab-row ul li:last-child {
        padding-right: 0; }
        .container.customer section .inner.tab-row ul li:last-child:before {
          display: none; }
      .container.customer section .inner.tab-row ul li.active a {
        color: #A6866B;
        font-weight: 700; }
  @media screen and (min-width: 1200px) {
    .container.customer section .inner.tab-row {
      margin: 80px auto 50px auto; }
      .container.customer section .inner.tab-row ul li {
        padding: 0 16px; }
        .container.customer section .inner.tab-row ul li:before {
          top: 4px;
          height: 12px; }
        .container.customer section .inner.tab-row ul li a {
          color: #888;
          font-size: 1.0833333333rem;
          line-height: 1.0833333333rem;
          font-weight: 500; } }
.container.customer section .inner .toggle-board-row {
  width: 100%;
  border-top: 0.0833333333rem solid #000; }
  .container.customer section .inner .toggle-board-row ul {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-flow: wrap; }
    .container.customer section .inner .toggle-board-row ul li {
      width: 100%; }
      .container.customer section .inner .toggle-board-row ul li.list {
        padding: 1.6666666667rem;
        border-bottom: 1px solid #ddd; }
        .container.customer section .inner .toggle-board-row ul li.list a {
          position: relative;
          display: flex;
          justify-content: flex-start;
          align-items: flex-start;
          align-content: center;
          flex-flow: wrap; }
          .container.customer section .inner .toggle-board-row ul li.list a strong {
            width: 100%;
            margin-bottom: 1.25rem;
            color: #65B3B1;
            font-size: 1rem;
            line-height: 1rem;
            font-weight: 700; }
          .container.customer section .inner .toggle-board-row ul li.list a p {
            position: relative;
            width: 80%;
            padding-left: 1.3333333333rem;
            color: #222;
            font-size: 1rem;
            line-height: 1.5;
            font-weight: 700; }
            .container.customer section .inner .toggle-board-row ul li.list a p:before {
              content: "Q";
              position: absolute;
              left: 0;
              top: 0;
              color: #222;
              font-size: 1rem;
              line-height: 1rem;
              font-weight: 700; }
          .container.customer section .inner .toggle-board-row ul li.list a i {
            position: absolute;
            right: 1.6666666667rem;
            top: 50%;
            width: 1rem;
            height: 1rem;
            transition: all .15s ease-in;
            -moz-transform: translateY(-50%) rotate(90deg);
            -ms-transform: translateY(-50%) rotate(90deg);
            -webkit-transform: translateY(-50%) rotate(90deg);
            transform: translateY(-50%) rotate(90deg); }
        .container.customer section .inner .toggle-board-row ul li.list.active a i {
          -moz-transform: translateY(-50%) rotate(270deg);
          -ms-transform: translateY(-50%) rotate(270deg);
          -webkit-transform: translateY(-50%) rotate(270deg);
          transform: translateY(-50%) rotate(270deg); }
      .container.customer section .inner .toggle-board-row ul li.view {
        display: none;
        background: #f9f9f9;
        padding: 1.6666666667rem; }
        .container.customer section .inner .toggle-board-row ul li.view a {
          text-decoration-line: underline;
          text-decoration-style: solid;
          text-decoration-skip-ink: none;
          text-decoration-thickness: auto;
          text-underline-offset: 15%;
          text-underline-position: from-font; }
        .container.customer section .inner .toggle-board-row ul li.view .btn-row a {
          text-decoration-line: none;
          text-decoration-style: none;
          text-decoration-skip-ink: none;
          text-decoration-thickness: none;
          text-underline-offset: none;
          text-underline-position: none; }
        .container.customer section .inner .toggle-board-row ul li.view .answer-row {
          position: relative;
          padding-left: 1.3333333333rem;
          word-break: keep-all;
          color: #444;
          font-size: 1rem;
          line-height: 1.4;
          font-weight: 500; }
          .container.customer section .inner .toggle-board-row ul li.view .answer-row:before {
            content: "A";
            position: absolute;
            left: 0;
            top: 0.2083333333rem;
            color: #222;
            font-size: 1rem;
            line-height: 1rem;
            font-weight: 700; }
        .container.customer section .inner .toggle-board-row ul li.view .request-row {
          background: #fff;
          margin-top: 1.25rem;
          padding: 1.6666666667rem; }
          .container.customer section .inner .toggle-board-row ul li.view .request-row p {
            width: 100%;
            word-break: keep-all;
            color: #555;
            font-size: 1rem;
            line-height: 1.4;
            font-weight: 500; }
          .container.customer section .inner .toggle-board-row ul li.view .request-row .btn-row {
            margin-top: 1.3333333333rem; }
            .container.customer section .inner .toggle-board-row ul li.view .request-row .btn-row .btn {
              width: 5.2083333333rem;
              height: 1.875rem;
              border-radius: 0.9375rem;
              background: #A6866B;
              color: #fff;
              font-size: 0.9583333333rem;
              line-height: 0.9583333333rem;
              font-weight: 600;
              letter-spacing: -0.46px; }
              .container.customer section .inner .toggle-board-row ul li.view .request-row .btn-row .btn:hover {
                background: #65B3B1; }
  @media screen and (min-width: 1200px) {
    .container.customer section .inner .toggle-board-row {
      border-top: 2px solid #000; }
      .container.customer section .inner .toggle-board-row ul li.list {
        padding: 41px 0; }
        .container.customer section .inner .toggle-board-row ul li.list a {
          flex-flow: nowrap; }
          .container.customer section .inner .toggle-board-row ul li.list a strong {
            width: 160px;
            text-align: center;
            margin-bottom: 0;
            color: #65B3B1;
            font-size: 18px;
            line-height: 18px;
            font-weight: 700; }
          .container.customer section .inner .toggle-board-row ul li.list a p {
            width: calc(100% - 280px);
            padding-left: 74px;
            color: #222;
            font-size: 18px;
            line-height: 18px;
            font-weight: 700; }
            .container.customer section .inner .toggle-board-row ul li.list a p:before {
              left: 48px;
              color: #222;
              font-size: 18px;
              line-height: 18px;
              font-weight: 700; }
          .container.customer section .inner .toggle-board-row ul li.list a i {
            right: 48px;
            width: 24px;
            height: 24px; }
        .container.customer section .inner .toggle-board-row ul li.list:hover {
          background-color: rgba(166, 134, 107, 0.08); }
      .container.customer section .inner .toggle-board-row ul li.view {
        padding: 48px 120px 48px 208px; }
        .container.customer section .inner .toggle-board-row ul li.view .answer-row {
          padding-left: 28px;
          color: #444;
          font-size: 18px;
          line-height: 1.4;
          font-weight: 500; }
          .container.customer section .inner .toggle-board-row ul li.view .answer-row:before {
            top: 4px;
            color: #222;
            font-size: 18px;
            line-height: 18px;
            font-weight: 700; }
        .container.customer section .inner .toggle-board-row ul li.view .request-row {
          margin-top: 32px;
          padding: 37px 40px 37px 40px;
          display: flex;
          justify-content: flex-start;
          align-items: center; }
          .container.customer section .inner .toggle-board-row ul li.view .request-row p {
            color: #555;
            font-size: 18px;
            line-height: 1.4;
            font-weight: 500;
            width: calc( 100% - 112px); }
          .container.customer section .inner .toggle-board-row ul li.view .request-row .btn-row {
            margin-top: 0; }
            .container.customer section .inner .toggle-board-row ul li.view .request-row .btn-row .btn {
              width: 112px;
              height: 36px;
              border-radius: 18px;
              color: #fff;
              font-size: 16px;
              line-height: 46px;
              font-weight: 600; } }
.container.customer section .inner .banner-row {
  margin-bottom: 3.3333333333rem; }
  .container.customer section .inner .banner-row img {
    max-width: 100%;
    width: 100%; }
  .container.customer section .inner .banner-row .txt-row {
    position: absolute;
    top: 50%;
    left: 2.5rem;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
    .container.customer section .inner .banner-row .txt-row h3 {
      color: #fff;
      font-size: 1rem;
      line-height: 1rem;
      font-weight: 500; }
    .container.customer section .inner .banner-row .txt-row p {
      width: 70%;
      word-break: keep-all;
      color: #fff;
      font-size: 1.3333333333rem;
      line-height: 1.4;
      font-weight: 600;
      margin: 0.8333333333rem auto 2.5rem 0; }
      .container.customer section .inner .banner-row .txt-row p br {
        display: none; }
        .container.customer section .inner .banner-row .txt-row p br.pc {
          display: none; }
        .container.customer section .inner .banner-row .txt-row p br.mo {
          display: block; }
  @media screen and (min-width: 1200px) {
    .container.customer section .inner .banner-row {
      margin-bottom: 80px; }
      .container.customer section .inner .banner-row .txt-row {
        left: 120px; }
        .container.customer section .inner .banner-row .txt-row h3 {
          color: #fff;
          font-size: 18px;
          line-height: 18px;
          font-weight: 500; }
        .container.customer section .inner .banner-row .txt-row p {
          width: 60%;
          color: #fff;
          font-size: 28px;
          line-height: 1.4;
          font-weight: 600;
          margin: 20px auto 64px 0; }
          .container.customer section .inner .banner-row .txt-row p br {
            display: none; }
            .container.customer section .inner .banner-row .txt-row p br.pc {
              display: block; }
            .container.customer section .inner .banner-row .txt-row p br.mo {
              display: none; } }
.container.customer section .inner .list-row.catalog {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 1.6666666667rem; }
  .container.customer section .inner .list-row.catalog .item {
    border: 1px solid #ddd;
    -webkit-transition: border 0.15s ease-out;
    -moz-transition: border 0.15s ease-out;
    -o-transition: border 0.15s ease-out;
    transition: border 0.15s ease-out;
    overflow: hidden; }
    .container.customer section .inner .list-row.catalog .item > img {
      width: 100%; }
    .container.customer section .inner .list-row.catalog .item ul {
      width: 100%;
      padding: 1.0416666667rem 1.6666666667rem;
      display: flex;
      justify-content: space-between;
      align-items: center; }
      .container.customer section .inner .list-row.catalog .item ul li {
        width: calc( 100% - 328px); }
        .container.customer section .inner .list-row.catalog .item ul li.subject {
          width: 65.83333333333%; }
          .container.customer section .inner .list-row.catalog .item ul li.subject a {
            display: block;
            width: 100%;
            padding-right: 0.2083333333rem;
            color: #000;
            font-size: 1.25rem;
            line-height: 1.25rem;
            font-weight: 700;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap; }
        .container.customer section .inner .list-row.catalog .item ul li.icon {
          width: 34.16666666667%;
          min-width: 6.4583333333rem;
          max-width: 6.875rem;
          display: flex;
          justify-content: space-between;
          align-items: center; }
          .container.customer section .inner .list-row.catalog .item ul li.icon a {
            width: 3.0833333333rem;
            height: 3.0833333333rem; }
            .container.customer section .inner .list-row.catalog .item ul li.icon a.line {
              border: 0.0833333333rem solid #ddd; }
            .container.customer section .inner .list-row.catalog .item ul li.icon a i {
              width: 1rem;
              height: 1rem; }
  @media screen and (min-width: 768px) {
    .container.customer section .inner .list-row.catalog {
      grid-template-columns: repeat(2, 1fr);
      gap: 40px; }
      .container.customer section .inner .list-row.catalog .item ul li.icon {
        min-width: 6.4583333333rem;
        max-width: 6.875rem; } }
  @media screen and (min-width: 1200px) {
    .container.customer section .inner .list-row.catalog {
      grid-template-columns: repeat(3, 1fr);
      gap: 24px; }
      .container.customer section .inner .list-row.catalog .item {
        overflow: hidden; }
        .container.customer section .inner .list-row.catalog .item img {
          transform: scale(1);
          transition: all .15s ease-in; }
        .container.customer section .inner .list-row.catalog .item:hover {
          border: 1px solid #65B3B1;
          box-shadow: 8px 8px 16px 0px rgba(0, 0, 0, 0.06); }
          .container.customer section .inner .list-row.catalog .item:hover img {
            transform: scale(1.02); }
        .container.customer section .inner .list-row.catalog .item ul {
          padding: 24px 40px; }
          .container.customer section .inner .list-row.catalog .item ul li {
            width: calc( 100% - 120px); }
            .container.customer section .inner .list-row.catalog .item ul li.subject {
              width: 68.75%; }
              .container.customer section .inner .list-row.catalog .item ul li.subject a {
                padding-right: 10px;
                color: #000;
                font-size: 24px;
                line-height: 24px;
                font-weight: 700;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap; }
            .container.customer section .inner .list-row.catalog .item ul li.icon {
              width: 31.25%;
              min-width: 120px; }
              .container.customer section .inner .list-row.catalog .item ul li.icon a {
                width: 54px;
                height: 54px; }
                .container.customer section .inner .list-row.catalog .item ul li.icon a.line {
                  border: 1px solid #ddd; }
                .container.customer section .inner .list-row.catalog .item ul li.icon a i {
                  width: 20px;
                  height: 20px; }
                .container.customer section .inner .list-row.catalog .item ul li.icon a:hover {
                  background: #A6866B; }
                  .container.customer section .inner .list-row.catalog .item ul li.icon a:hover.line {
                    border: 1px solid #A6866B; }
                  .container.customer section .inner .list-row.catalog .item ul li.icon a:hover i svg .search_path1, .container.customer section .inner .list-row.catalog .item ul li.icon a:hover i svg .search_path2, .container.customer section .inner .list-row.catalog .item ul li.icon a:hover i svg .down_path {
                    stroke: #fff; } }
.container.customer section .inner .list-row.format {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 1.6666666667rem; }
  .container.customer section .inner .list-row.format .item {
    padding: 2.5rem;
    border: 1px solid #ddd;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-flow: wrap;
    width: 100%;
    min-width: 20.8333333333rem;
    -webkit-transition: border 0.15s ease-out;
    -moz-transition: border 0.15s ease-out;
    -o-transition: border 0.15s ease-out;
    transition: border 0.15s ease-out; }
    .container.customer section .inner .list-row.format .item .subject {
      display: block;
      width: 100%;
      margin-bottom: 2.8958333333rem;
      color: #222;
      font-size: 1.25rem;
      line-height: 1.25rem;
      font-weight: 700;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    .container.customer section .inner .list-row.format .item .date {
      width: 50%;
      color: #888;
      font-size: 1rem;
      line-height: 1rem;
      font-weight: 500; }
    .container.customer section .inner .list-row.format .item .btn-row {
      width: 50%;
      text-align: right; }
      .container.customer section .inner .list-row.format .item .btn-row .btn {
        width: 6.4166666667rem;
        height: 1.875rem;
        border-radius: 0.9375rem;
        color: #fff;
        font-size: 0.9583333333rem;
        line-height: 0.9583333333rem;
        font-weight: 500;
        background: #65B3B1; }
        .container.customer section .inner .list-row.format .item .btn-row .btn i {
          width: 0.9583333333rem;
          height: 0.9583333333rem;
          margin-left: 0.1041666667rem; }
          .container.customer section .inner .list-row.format .item .btn-row .btn i svg .down_path {
            stroke: #fff; }
  @media screen and (min-width: 768px) {
    .container.customer section .inner .list-row.format {
      grid-template-columns: repeat(2, 1fr);
      gap: 20px; }
      .container.customer section .inner .list-row.format .item {
        min-width: 11.6666666667rem; } }
  @media screen and (min-width: 1200px) {
    .container.customer section .inner .list-row.format {
      grid-template-columns: repeat(3, 1fr);
      gap: 24px; }
      .container.customer section .inner .list-row.format .item {
        padding: 54px 50px;
        min-width: 300px; }
        .container.customer section .inner .list-row.format .item .subject {
          margin-bottom: 51px;
          color: #222;
          font-size: 24px;
          line-height: 24px;
          font-weight: 700;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap;
          width: 100%; }
        .container.customer section .inner .list-row.format .item .date {
          color: #888;
          font-size: 18px;
          line-height: 18px;
          font-weight: 500; }
        .container.customer section .inner .list-row.format .item .btn-row .btn {
          width: 112px;
          height: 36px;
          border-radius: 18px;
          color: #fff;
          font-size: 16px;
          line-height: 16px;
          font-weight: 500; }
          .container.customer section .inner .list-row.format .item .btn-row .btn i {
            width: 18px;
            height: 18px;
            margin-left: 4px; }
          .container.customer section .inner .list-row.format .item .btn-row .btn:hover {
            background: #A6866B; }
        .container.customer section .inner .list-row.format .item:hover {
          border: 1px solid #65B3B1;
          box-shadow: 8px 8px 16px 0px rgba(0, 0, 0, 0.06); } }
  @media screen and (min-width: 1440px) {
    .container.customer section .inner .list-row.format {
      grid-template-columns: repeat(3, 1fr);
      gap: 24px; }
      .container.customer section .inner .list-row.format .item {
        min-width: auto;
        max-width: 464px; } }
.container.customer section .inner .textarea-row {
  border-bottom: none !important; }
  .container.customer section .inner .textarea-row .error {
    width: 100%;
    padding: 0.625rem 0 0 0;
    color: #F82417; }
  .container.customer section .inner .textarea-row .check-box-row {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-flow: wrap;
    padding: 0.625rem 0 0 0; }
    .container.customer section .inner .textarea-row .check-box-row label {
      color: #888; }
    .container.customer section .inner .textarea-row .check-box-row button {
      width: auto;
      height: auto;
      color: #888;
      margin-left: 0.8333333333rem; }
  @media screen and (min-width: 1200px) {
    .container.customer section .inner .textarea-row .error {
      width: 100%;
      padding: 15px 0 0 130px !important; }
    .container.customer section .inner .textarea-row .check-box-row {
      padding: 32px 0 0 130px; }
      .container.customer section .inner .textarea-row .check-box-row button {
        margin-left: 20px; } }
.container.customer section .inner .info-row {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-flow: wrap; }
  .container.customer section .inner .info-row-left {
    width: 100%; }
    .container.customer section .inner .info-row-left h3 {
      font-family: "Nanum Myeongjo";
      color: #000;
      font-size: 1.7083333333rem;
      line-height: 1.2;
      font-weight: 700;
      margin-bottom: 1.6666666667rem; }
      .container.customer section .inner .info-row-left h3 br {
        display: none; }
    .container.customer section .inner .info-row-left p {
      margin-bottom: 2.5rem;
      word-break: keep-all;
      color: #444;
      font-size: 1rem;
      line-height: 1.5;
      font-weight: 500; }
      .container.customer section .inner .info-row-left p strong {
        color: #65B3B1;
        font-size: 1rem;
        line-height: 1.5;
        font-weight: 700; }
      .container.customer section .inner .info-row-left p br.mo {
        display: block; }
      .container.customer section .inner .info-row-left p br.pc {
        display: none; }
    .container.customer section .inner .info-row-left .btn-row {
      margin-bottom: 4.1666666667rem; }
      .container.customer section .inner .info-row-left .btn-row .btn.plane {
        background: #A6866B;
        color: #fff; }
        .container.customer section .inner .info-row-left .btn-row .btn.plane:hover {
          background: #65B3B1; }
  .container.customer section .inner .info-row-right {
    width: 100%;
    margin-bottom: 4.5833333333rem; }
    .container.customer section .inner .info-row-right ul {
      display: flex;
      justify-content: center;
      align-items: center;
      flex-flow: wrap;
      width: 100%;
      min-width: 23.3333333333rem;
      margin: auto; }
      .container.customer section .inner .info-row-right ul li {
        position: relative;
        width: 48.21428571429%;
        height: 46.49572649573%;
        min-height: 11.3333333333rem;
        padding: 1.3333333333rem 1rem 1rem 1.3333333333rem; }
        .container.customer section .inner .info-row-right ul li h4 {
          width: 100%;
          color: #555;
          font-size: 1rem;
          line-height: 1.2;
          font-weight: 500;
          margin-bottom: 0.6666666667rem; }
        .container.customer section .inner .info-row-right ul li strong {
          width: 100%;
          color: #444;
          font-size: 1.3333333333rem;
          line-height: 1.2;
          font-weight: 700; }
        .container.customer section .inner .info-row-right ul li .btn-row {
          margin-top: 2.9166666667rem; }
          .container.customer section .inner .info-row-right ul li .btn-row .btn {
            width: 4.3333333333rem;
            height: 1.875rem;
            border-radius: 0.9375rem;
            color: #fff; }
            .container.customer section .inner .info-row-right ul li .btn-row .btn span {
              display: none; }
            .container.customer section .inner .info-row-right ul li .btn-row .btn i {
              width: 1.1666666667rem;
              height: 1.1666666667rem; }
              .container.customer section .inner .info-row-right ul li .btn-row .btn i svg .phone_path {
                fill: #fff; }
            .container.customer section .inner .info-row-right ul li .btn-row .btn:hover {
              background: #A6866B; }
        .container.customer section .inner .info-row-right ul li > i {
          width: 4.1666666667rem;
          height: 4.1666666667rem;
          position: absolute;
          bottom: 24px;
          right: 24px; }
          .container.customer section .inner .info-row-right ul li > i.counsel svg .counsel_path1 {
            stroke: #AAA; }
          .container.customer section .inner .info-row-right ul li > i.counsel svg .counsel_path2 {
            stroke: #CAB6A6; }
          .container.customer section .inner .info-row-right ul li > i.moneybag svg .moneybag_path3 {
            transform-origin: center;
            transform: translate(-5.8333333333rem, -4.5833333333rem) rotate(180deg); }
        .container.customer section .inner .info-row-right ul li:before, .container.customer section .inner .info-row-right ul li:after {
          content: "";
          position: absolute;
          width: 0.0416666667rem;
          height: 85.29411764706%;
          right: 0;
          top: 7.35294117647%;
          background: #ddd; }
        .container.customer section .inner .info-row-right ul li:after {
          width: 85.18518518519%;
          height: 0.0416666667rem;
          top: auto;
          right: auto;
          left: 7.407407407405%;
          bottom: 0; }
        .container.customer section .inner .info-row-right ul li:nth-child(2):before, .container.customer section .inner .info-row-right ul li:nth-child(4):before {
          display: none; }
        .container.customer section .inner .info-row-right ul li:nth-child(3):after, .container.customer section .inner .info-row-right ul li:nth-child(4):after {
          display: none; }
  @media screen and (min-width: 400px) {
    .container.customer section .inner .info-row-right ul li > i.moneybag svg .moneybag_path3 {
      transform-origin: center;
      transform: translate(-4.5833333333rem, -3.9583333333rem) rotate(180deg); } }
  @media screen and (min-width: 768px) {
    .container.customer section .inner .info-row-left p br.mo {
      display: none; }
    .container.customer section .inner .info-row-left p br.pc {
      display: block; } }
  @media screen and (min-width: 1200px) {
    .container.customer section .inner .info-row.wreath {
      margin-bottom: 160px; }
    .container.customer section .inner .info-row-left {
      width: calc( 100% - 710px); }
      .container.customer section .inner .info-row-left h3 {
        color: #000;
        font-size: 40px;
        line-height: 1.2;
        font-weight: 700;
        margin-bottom: 40px;
        padding-left: 0; }
        .container.customer section .inner .info-row-left h3 br {
          display: block; }
      .container.customer section .inner .info-row-left p {
        padding-left: 0;
        width: auto;
        margin-bottom: 64px;
        letter-spacing: -0.28px;
        color: #444;
        font-size: 18px;
        line-height: 1.5;
        font-weight: 500; }
      .container.customer section .inner .info-row-left .btn-row {
        margin-left: 0;
        margin-bottom: 0; }
    .container.customer section .inner .info-row-right {
      width: 710px;
      margin-bottom: 0; }
      .container.customer section .inner .info-row-right ul {
        min-width: auto; }
        .container.customer section .inner .info-row-right ul li {
          width: 48.21428571429%;
          height: 46.49572649573%;
          min-height: 252px;
          padding: 50px 24px 24px 50px; }
          .container.customer section .inner .info-row-right ul li h4 {
            color: #555;
            font-size: 20px;
            line-height: 1.2;
            font-weight: 500;
            margin-bottom: 12px; }
            .container.customer section .inner .info-row-right ul li h4 br.mo {
              display: none; }
          .container.customer section .inner .info-row-right ul li strong {
            color: #444;
            font-size: 28px;
            line-height: 1.2;
            font-weight: 700; }
          .container.customer section .inner .info-row-right ul li .btn-row {
            margin-top: 50px; }
            .container.customer section .inner .info-row-right ul li .btn-row .btn {
              width: 112px;
              height: 36px;
              border-radius: 18px; }
              .container.customer section .inner .info-row-right ul li .btn-row .btn span {
                display: block;
                font-size: 18px; }
              .container.customer section .inner .info-row-right ul li .btn-row .btn i {
                width: 24px;
                height: 24px; }
          .container.customer section .inner .info-row-right ul li i {
            width: 100px;
            height: 100px; }
            .container.customer section .inner .info-row-right ul li i.moneybag svg .moneybag_path3 {
              transform-origin: center;
              transform: translate(-70px, -60px) rotate(180deg); }
          .container.customer section .inner .info-row-right ul li:before, .container.customer section .inner .info-row-right ul li:after {
            width: 1px;
            height: 68.25396825397%;
            top: auto; }
          .container.customer section .inner .info-row-right ul li:before {
            top: 15.873015873015%; }
          .container.customer section .inner .info-row-right ul li:after {
            width: 85.18518518519%;
            height: 1px;
            left: 7.407407407405%; } }
  @media screen and (min-width: 1440px) {
    .container.customer section .inner .info-row-left h3 {
      padding-left: 80px; }
    .container.customer section .inner .info-row-left p {
      padding-left: 80px; }
    .container.customer section .inner .info-row-left .btn-row {
      margin-left: 80px; } }
.container.customer section .inner.process {
  margin-top: 6.6666666667rem;
  background: url("/static/images/customer/bg_cost-step@m.jpg") 50% 50% no-repeat;
  background-size: cover; }
  .container.customer section .inner.process .full-inner {
    padding: 5.8333333333rem 0; }
    .container.customer section .inner.process .full-inner h3 {
      text-align: center;
      margin-bottom: 3.3333333333rem;
      color: #000;
      font-size: 1.7083333333rem;
      line-height: 1.7083333333rem;
      font-weight: 700; }
    .container.customer section .inner.process .full-inner .diagram ul {
      position: relative;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-flow: wrap;
      width: 15.3333333333rem;
      margin: auto;
      z-index: 1; }
      .container.customer section .inner.process .full-inner .diagram ul:before {
        content: "";
        position: absolute;
        top: 0;
        left: 50%;
        width: 0.0833333333rem;
        height: 100%;
        z-index: -1;
        background: url("/static/images/customer/line@m.png") 0 0 repeat-y;
        background-size: 0.0833333333rem auto; }
      .container.customer section .inner.process .full-inner .diagram ul li {
        text-align: center;
        width: 100%;
        height: 15.3333333333rem;
        border-radius: 15.3333333333rem;
        display: flex;
        justify-content: center;
        align-items: center;
        align-content: center;
        flex-flow: wrap;
        filter: drop-shadow(8px 8px 16px rgba(0, 0, 0, 0.15)); }
        .container.customer section .inner.process .full-inner .diagram ul li:nth-child(2), .container.customer section .inner.process .full-inner .diagram ul li:nth-child(4) {
          width: 1.5rem;
          height: 1.5rem;
          border-radius: 0.75rem;
          background: #fff;
          transform: rotate(90deg);
          margin: 1.3333333333rem 0;
          filter: none; }
          .container.customer section .inner.process .full-inner .diagram ul li:nth-child(2) i, .container.customer section .inner.process .full-inner .diagram ul li:nth-child(4) i {
            margin-left: 0; }
            .container.customer section .inner.process .full-inner .diagram ul li:nth-child(2) i svg .arrow1_path, .container.customer section .inner.process .full-inner .diagram ul li:nth-child(4) i svg .arrow1_path {
              stroke: #A6866B; }
        .container.customer section .inner.process .full-inner .diagram ul li:nth-child(1) {
          border-radius: 15.3333333333rem;
          background: linear-gradient(230deg, rgba(21, 21, 21, 0) 14.53%, rgba(21, 21, 21, 0.18) 94.42%), #A6866B; }
        .container.customer section .inner.process .full-inner .diagram ul li:nth-child(3) {
          border-radius: 15.3333333333rem;
          background: linear-gradient(230deg, rgba(21, 21, 21, 0) 14.53%, rgba(21, 21, 21, 0.15) 94.42%), #71553D; }
        .container.customer section .inner.process .full-inner .diagram ul li:nth-child(5) {
          border-radius: 15.3333333333rem;
          background: linear-gradient(230deg, rgba(21, 21, 21, 0) 14.53%, rgba(21, 21, 21, 0.18) 94.42%), #A6866B; }
        .container.customer section .inner.process .full-inner .diagram ul li span {
          text-align: center;
          width: 100%;
          margin-bottom: 1.3333333333rem;
          color: #eee;
          font-size: 1.25rem;
          line-height: 1.25rem;
          font-weight: 700; }
        .container.customer section .inner.process .full-inner .diagram ul li p {
          text-align: center;
          width: 100%;
          color: #eee;
          font-size: 1.25rem;
          line-height: 1.4;
          font-weight: 500; }
          .container.customer section .inner.process .full-inner .diagram ul li p strong {
            color: #eee;
            font-size: 1.25rem;
            line-height: 1.4;
            font-weight: 700; }
    .container.customer section .inner.process .full-inner .txt-row {
      width: 87.5%;
      margin: auto;
      padding: 2.5rem;
      margin-top: 4.1666666667rem;
      background: rgba(255, 255, 255, 0.4); }
      .container.customer section .inner.process .full-inner .txt-row h4 {
        position: relative;
        padding-left: 0.8333333333rem;
        margin-bottom: 1.3333333333rem;
        color: #444;
        font-size: 1.0833333333rem;
        line-height: 1.4;
        font-weight: 600; }
        .container.customer section .inner.process .full-inner .txt-row h4:before {
          content: "※";
          position: absolute;
          left: 0;
          top: 0;
          color: #444;
          font-size: 1.0833333333rem;
          line-height: 1.4;
          font-weight: 600; }
      .container.customer section .inner.process .full-inner .txt-row p {
        position: relative;
        padding-left: 0.8333333333rem;
        word-break: keep-all;
        letter-spacing: -0.48px;
        color: #555;
        font-size: 1rem;
        line-height: 1.4;
        font-weight: 500; }
        .container.customer section .inner.process .full-inner .txt-row p:before {
          content: "·";
          position: absolute;
          left: 0;
          top: 0;
          color: #444;
          font-size: 1rem;
          line-height: 1.4;
          font-weight: 500; }
  @media screen and (min-width: 1200px) {
    .container.customer section .inner.process {
      margin-top: 160px;
      background: url("/static/images/customer/bg_cost-step.jpg") 50% 50% no-repeat;
      background-size: cover; }
      .container.customer section .inner.process .full-inner {
        max-width: 1440px;
        margin: auto;
        padding: 160px 0; }
        .container.customer section .inner.process .full-inner h3 {
          margin-bottom: 80px;
          color: #000;
          font-size: 40px;
          line-height: 40px;
          font-weight: 700; }
        .container.customer section .inner.process .full-inner .diagram ul {
          flex-flow: nowrap;
          width: 1160px; }
          .container.customer section .inner.process .full-inner .diagram ul:before {
            top: 50%;
            left: 0;
            width: 100%;
            height: 2px;
            background: url("/static/images/customer/line.png") 0 0 repeat-x; }
          .container.customer section .inner.process .full-inner .diagram ul li {
            width: 320px;
            height: 320px;
            border-radius: 320px;
            filter: drop-shadow(8px 8px 16px rgba(0, 0, 0, 0.15)); }
            .container.customer section .inner.process .full-inner .diagram ul li:nth-child(2), .container.customer section .inner.process .full-inner .diagram ul li:nth-child(4) {
              width: 36px;
              height: 36px;
              border-radius: 36px;
              transform: rotate(0deg);
              margin: 0 32px; }
            .container.customer section .inner.process .full-inner .diagram ul li span {
              margin-bottom: 32px;
              color: #eee;
              font-size: 24px;
              line-height: 1.25rem;
              font-weight: 700; }
            .container.customer section .inner.process .full-inner .diagram ul li p {
              color: #eee;
              font-size: 24px;
              line-height: 1.4;
              font-weight: 500; }
              .container.customer section .inner.process .full-inner .diagram ul li p strong {
                color: #eee;
                font-size: 24px;
                line-height: 1.4;
                font-weight: 700; }
        .container.customer section .inner.process .full-inner .txt-row {
          width: 100%;
          padding: 60px 70px;
          margin-top: 80px; }
          .container.customer section .inner.process .full-inner .txt-row h4 {
            padding-left: 16px;
            margin-bottom: 1.3333333333rem;
            color: #444;
            font-size: 20px;
            line-height: 1.4;
            font-weight: 600; }
            .container.customer section .inner.process .full-inner .txt-row h4:before {
              color: #444;
              font-size: 20px;
              line-height: 1.4;
              font-weight: 600; }
            .container.customer section .inner.process .full-inner .txt-row h4 br.mo {
              display: none; }
          .container.customer section .inner.process .full-inner .txt-row p {
            padding-left: 10px;
            color: #555;
            font-size: 18px;
            line-height: 1.4;
            font-weight: 500;
            letter-spacing: -0.18px; }
            .container.customer section .inner.process .full-inner .txt-row p:before {
              color: #444;
              font-size: 18px;
              line-height: 1.4;
              font-weight: 500; }
            .container.customer section .inner.process .full-inner .txt-row p br.mo {
              display: none; } }
.container.customer section .inner.per-year, .container.customer section .inner.cost-details {
  padding: 6.6666666667rem 0; }
  .container.customer section .inner.per-year .scroll table, .container.customer section .inner.cost-details .scroll table {
    width: 768px; }
  .container.customer section .inner.per-year .title_wrap h3, .container.customer section .inner.cost-details .title_wrap h3 {
    padding-bottom: 3.3333333333rem; }
  .container.customer section .inner.per-year td, .container.customer section .inner.cost-details td {
    border-left: none;
    line-height: 1.5;
    vertical-align: middle; }
    .container.customer section .inner.per-year td.bdl, .container.customer section .inner.cost-details td.bdl {
      border-left: 1px solid #ddd; }
  @media screen and (min-width: 768px) {
    .container.customer section .inner.per-year .scroll table, .container.customer section .inner.cost-details .scroll table {
      width: 100%; } }
  @media screen and (min-width: 1200px) {
    .container.customer section .inner.per-year, .container.customer section .inner.cost-details {
      padding: 200px 0; }
      .container.customer section .inner.per-year .title_wrap h3, .container.customer section .inner.cost-details .title_wrap h3 {
        padding-bottom: 80px; } }
.container.customer section .inner.per-year .title_wrap h3 {
  padding-bottom: 1rem; }
  @media screen and (min-width: 1200px) {
    .container.customer section .inner.per-year .title_wrap h3 {
      padding-bottom: 32px; } }
.container.customer section .inner.per-year .title_wrap p {
  margin-top: 0;
  margin-bottom: 3.3333333333rem; }
  @media screen and (min-width: 1200px) {
    .container.customer section .inner.per-year .title_wrap p {
      margin-top: 0;
      margin-bottom: 80px; } }
.container.customer section .inner.per-year .table-row h3 {
  padding: 0 0 1.3333333333rem 0.8333333333rem;
  font-family: "Outfit";
  color: #65B3B1;
  font-size: 1.4583333333rem;
  line-height: 1.4583333333rem;
  font-weight: 500; }
  @media screen and (min-width: 1200px) {
    .container.customer section .inner.per-year .table-row h3 {
      padding: 0 0 32px 24px;
      color: #65B3B1;
      font-size: 32px;
      line-height: 32px;
      font-weight: 500; } }
.container.customer section .inner.per-year .table-row table tfoot .inner-box {
  background: #f9f9f9;
  padding: 1.3333333333rem;
  text-align: left; }
  .container.customer section .inner.per-year .table-row table tfoot .inner-box p {
    position: relative;
    word-break: keep-all;
    padding-left: 0.8333333333rem;
    color: #555;
    font-size: 1rem;
    line-height: 1.6;
    font-weight: 500; }
    .container.customer section .inner.per-year .table-row table tfoot .inner-box p.other:before {
      content: "*";
      position: absolute;
      left: 0;
      top: 0.0833333333rem;
      color: #555;
      font-size: 1rem;
      line-height: 1.6;
      font-weight: 500; }
    .container.customer section .inner.per-year .table-row table tfoot .inner-box p.num {
      padding-left: 1.1458333333rem; }
      .container.customer section .inner.per-year .table-row table tfoot .inner-box p.num:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        color: #555;
        font-size: 1rem;
        line-height: 1.5;
        font-weight: 500; }
      .container.customer section .inner.per-year .table-row table tfoot .inner-box p.num:nth-child(1):before {
        content: "1."; }
      .container.customer section .inner.per-year .table-row table tfoot .inner-box p.num:nth-child(2):before {
        content: "2."; }
  @media screen and (min-width: 1200px) {
    .container.customer section .inner.per-year .table-row table tfoot .inner-box {
      padding: 24px 40px; }
      .container.customer section .inner.per-year .table-row table tfoot .inner-box p {
        padding-left: 20px;
        color: #555;
        font-size: 18px;
        line-height: 1.6;
        font-weight: 500; }
        .container.customer section .inner.per-year .table-row table tfoot .inner-box p.other:before {
          top: 2px;
          color: #555;
          font-size: 18px;
          line-height: 1.6;
          font-weight: 500; }
        .container.customer section .inner.per-year .table-row table tfoot .inner-box p.num {
          padding-left: 25px; }
          .container.customer section .inner.per-year .table-row table tfoot .inner-box p.num:before {
            color: #555;
            font-size: 18px;
            line-height: 1.6;
            font-weight: 500; } }
.container.customer section .inner.cost-details {
  background: #f9f9f9; }
  .container.customer section .inner.cost-details .full-inner {
    width: 87.5%;
    margin: auto; }
    .container.customer section .inner.cost-details .full-inner .txt-box {
      background: #fff;
      margin-bottom: 1.3333333333rem;
      padding: 2.0833333333rem;
      border: 0.0416666667rem solid #ddd; }
      .container.customer section .inner.cost-details .full-inner .txt-box li {
        margin-bottom: 1.0416666667rem; }
        .container.customer section .inner.cost-details .full-inner .txt-box li:first-child {
          margin-bottom: 1.6666666667rem; }
          .container.customer section .inner.cost-details .full-inner .txt-box li:first-child span {
            display: flex;
            justify-content: center;
            align-items: center;
            width: 3.9583333333rem;
            height: 1.875rem;
            border-radius: 1.875rem;
            background: #65B3B1;
            color: #fff;
            font-size: 1.0833333333rem;
            line-height: 1.0833333333rem;
            font-weight: 600; }
        .container.customer section .inner.cost-details .full-inner .txt-box li:last-child {
          margin-bottom: 0; }
        .container.customer section .inner.cost-details .full-inner .txt-box li p {
          position: relative;
          padding-left: 0.4166666667rem;
          word-break: keep-all;
          color: #555;
          font-size: 1rem;
          line-height: 1.8;
          font-weight: 500; }
          .container.customer section .inner.cost-details .full-inner .txt-box li p:before {
            content: "·";
            position: absolute;
            left: 0;
            top: 0;
            color: #444;
            font-size: 1rem;
            line-height: 1.8;
            font-weight: 500; }
          .container.customer section .inner.cost-details .full-inner .txt-box li p.mo {
            display: none; }
      .container.customer section .inner.cost-details .full-inner .txt-box:last-child {
        margin-bottom: 0; }
        .container.customer section .inner.cost-details .full-inner .txt-box:last-child li:first-child span {
          background: #A6866B; }
  @media screen and (min-width: 1200px) {
    .container.customer section .inner.cost-details .full-inner {
      width: 100%;
      max-width: 1440px; }
      .container.customer section .inner.cost-details .full-inner .txt-box {
        margin-bottom: 24px;
        padding: 80px;
        border: 1px solid #ddd;
        display: flex;
        justify-content: flex-start;
        align-items: center; }
        .container.customer section .inner.cost-details .full-inner .txt-box li {
          margin-bottom: 0;
          width: calc( (100% - 144px) / 3 ); }
          .container.customer section .inner.cost-details .full-inner .txt-box li:first-child {
            width: 80px;
            margin-bottom: 0;
            margin-right: 64px; }
            .container.customer section .inner.cost-details .full-inner .txt-box li:first-child span {
              width: 80px;
              height: 36px;
              border-radius: 36px;
              color: #fff;
              font-size: 20px;
              line-height: 20px;
              font-weight: 600; }
          .container.customer section .inner.cost-details .full-inner .txt-box li:last-child {
            margin-bottom: 0; }
          .container.customer section .inner.cost-details .full-inner .txt-box li p {
            padding-left: 10px;
            color: #555;
            font-size: 18px;
            line-height: 1.8;
            font-weight: 500; }
            .container.customer section .inner.cost-details .full-inner .txt-box li p:before {
              color: #444;
              font-size: 18px;
              line-height: 1.8;
              font-weight: 500; }
            .container.customer section .inner.cost-details .full-inner .txt-box li p.mo {
              display: block; }
              .container.customer section .inner.cost-details .full-inner .txt-box li p.mo:before {
                display: none; }
        .container.customer section .inner.cost-details .full-inner .txt-box:last-child {
          margin-bottom: 0; } }
.container.customer section .inner.bg-banner {
  background: url("/static/images/customer/bg_cost_banner@m.jpg") 50% 100% no-repeat;
  background-size: cover; }
  .container.customer section .inner.bg-banner .full-inner {
    width: 87.5%;
    height: 23.625rem;
    min-height: auto;
    margin: auto; }
    .container.customer section .inner.bg-banner .full-inner .txt-row h3 {
      margin-bottom: 0;
      color: #222;
      font-size: 1.4583333333rem;
      line-height: 1.3;
      font-weight: 700; }
    .container.customer section .inner.bg-banner .full-inner .txt-row p {
      margin: 1.6666666667rem 0 3.3333333333rem 0;
      color: #444;
      font-size: 1rem;
      line-height: 1.6;
      font-weight: 500; }
    .container.customer section .inner.bg-banner .full-inner .txt-row .btn-row {
      margin-top: 0; }
  @media screen and (min-width: 1200px) {
    .container.customer section .inner.bg-banner {
      background: url("/static/images/customer/bg_cost_banner.jpg") 50% 100% no-repeat;
      background-size: cover; }
      .container.customer section .inner.bg-banner .full-inner {
        width: 100%;
        height: 488px; }
        .container.customer section .inner.bg-banner .full-inner .txt-row h3 {
          color: #222;
          font-size: 32px;
          line-height: 1.3;
          font-weight: 700; }
        .container.customer section .inner.bg-banner .full-inner .txt-row p {
          margin: 32px 0 64px 0;
          color: #444;
          font-size: 18px;
          line-height: 1.3;
          font-weight: 500; }
          .container.customer section .inner.bg-banner .full-inner .txt-row p br {
            display: none; }
        .container.customer section .inner.bg-banner .full-inner .txt-row .btn-row {
          margin-top: 0; } }
.container.customer section .inner .info-bottom-row {
  margin-top: 5rem;
  margin-bottom: 5.8333333333rem; }
  .container.customer section .inner .info-bottom-row img {
    max-width: 100%; }
  .container.customer section .inner .info-bottom-row h4 {
    font-family: "Nanum Myeongjo", serif;
    letter-spacing: -0.82px;
    padding: 3.3333333333rem 0.7291666667rem 1.6666666667rem 0.8333333333rem;
    color: #000;
    font-size: 1.7083333333rem;
    line-height: 1.4;
    font-weight: 700; }
    .container.customer section .inner .info-bottom-row h4 strong {
      letter-spacing: -0.82px;
      color: #65B3B1;
      font-size: 1.7083333333rem;
      line-height: 1.4;
      font-weight: 700; }
  .container.customer section .inner .info-bottom-row p {
    word-break: keep-all;
    letter-spacing: -0.48px;
    padding: 0 4rem 5.8333333333rem 0.8333333333rem;
    color: #444;
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 500; }
    .container.customer section .inner .info-bottom-row p strong {
      color: #A6866B;
      font-size: 1rem;
      line-height: 1.5;
      font-weight: 700; }
  .container.customer section .inner .info-bottom-row .top .txt-row p br.pc {
    display: none; }
  .container.customer section .inner .info-bottom-row .top .txt-row p br.mo {
    display: block; }
  .container.customer section .inner .info-bottom-row .bottom .txt-row h4 br.pc {
    display: none; }
  .container.customer section .inner .info-bottom-row .bottom .txt-row ul li {
    width: 100%;
    margin-bottom: 1.3333333333rem;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-flow: wrap; }
    .container.customer section .inner .info-bottom-row .bottom .txt-row ul li i {
      width: 2.25rem;
      height: 1rem;
      padding: 0 0.4166666667rem 0 0.8333333333rem;
      margin-top: 0.1041666667rem; }
    .container.customer section .inner .info-bottom-row .bottom .txt-row ul li p {
      padding: 0;
      width: calc( 100% - 2.25rem);
      color: #444;
      font-size: 1rem;
      line-height: 1.5;
      font-weight: 500; }
      .container.customer section .inner .info-bottom-row .bottom .txt-row ul li p span {
        color: #888;
        font-size: 0.9583333333rem;
        line-height: 1.5;
        font-weight: 500; }
  .container.customer section .inner .info-bottom-row .bottom .txt-row .btn-row .btn {
    background: #A6866B;
    color: #fff; }
  @media screen and (min-width: 1200px) {
    .container.customer section .inner .info-bottom-row {
      margin-top: 160px;
      margin-bottom: 200px; }
      .container.customer section .inner .info-bottom-row h4 {
        padding: 0 0 0 113px;
        letter-spacing: -0.4px;
        color: #000;
        font-size: 34px;
        line-height: 1.3;
        font-weight: 700; }
        .container.customer section .inner .info-bottom-row h4 strong {
          letter-spacing: -0.4px;
          color: #65B3B1;
          font-size: 34px;
          line-height: 1.3;
          font-weight: 700; }
      .container.customer section .inner .info-bottom-row p {
        letter-spacing: -0.18px;
        padding: 33px 0 0 113px;
        color: #444;
        font-size: 18px;
        line-height: 1.5;
        font-weight: 500; }
        .container.customer section .inner .info-bottom-row p strong {
          letter-spacing: -0.18px;
          color: #A6866B;
          font-size: 18px;
          line-height: 1.5;
          font-weight: 700; }
      .container.customer section .inner .info-bottom-row .img-row {
        width: 533px; }
        .container.customer section .inner .info-bottom-row .img-row img {
          width: 100%; }
      .container.customer section .inner .info-bottom-row .txt-row {
        width: calc( 100% - 533px); }
      .container.customer section .inner .info-bottom-row .top {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-direction: row; }
        .container.customer section .inner .info-bottom-row .top .txt-row p br.pc {
          display: block; }
        .container.customer section .inner .info-bottom-row .top .txt-row p br.mo {
          display: none; }
      .container.customer section .inner .info-bottom-row .bottom {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-direction: row-reverse;
        margin-top: 120px; }
        .container.customer section .inner .info-bottom-row .bottom .txt-row h4 {
          padding-left: 0; }
          .container.customer section .inner .info-bottom-row .bottom .txt-row h4 br.pc {
            display: block; }
          .container.customer section .inner .info-bottom-row .bottom .txt-row h4 br.mo {
            display: none; }
        .container.customer section .inner .info-bottom-row .bottom .txt-row ul {
          margin-top: 64px; }
          .container.customer section .inner .info-bottom-row .bottom .txt-row ul li {
            width: 100%;
            margin-bottom: 24px; }
            .container.customer section .inner .info-bottom-row .bottom .txt-row ul li i {
              width: 30px;
              height: 20px;
              padding: 0 10px 0 0;
              margin-top: 2px; }
            .container.customer section .inner .info-bottom-row .bottom .txt-row ul li p {
              padding: 0;
              width: calc( 100% - 30px);
              color: #444;
              font-size: 18px;
              line-height: 1.5;
              font-weight: 500; }
              .container.customer section .inner .info-bottom-row .bottom .txt-row ul li p span {
                color: #888;
                font-size: 16px;
                line-height: 1.5;
                font-weight: 500; }
            .container.customer section .inner .info-bottom-row .bottom .txt-row ul li:last-child {
              margin-bottom: 0; }
        .container.customer section .inner .info-bottom-row .bottom .txt-row .btn-row {
          margin-left: 100px; } }
  @media screen and (min-width: 1440px) {
    .container.customer section .inner .info-bottom-row h4 {
      color: #000;
      font-size: 40px;
      line-height: 1.3;
      font-weight: 700; }
      .container.customer section .inner .info-bottom-row h4 strong {
        color: #65B3B1;
        font-size: 40px;
        line-height: 1.3;
        font-weight: 700; }
    .container.customer section .inner .info-bottom-row p {
      padding: 40px 0 0 120px; }
    .container.customer section .inner .info-bottom-row .img-row {
      width: 640px; }
    .container.customer section .inner .info-bottom-row .txt-row {
      width: calc( 100% - 640px); }
    .container.customer section .inner .info-bottom-row .bottom {
      margin-top: 160px; }
      .container.customer section .inner .info-bottom-row .bottom .txt-row h4 {
        padding-left: 0; }
      .container.customer section .inner .info-bottom-row .bottom .txt-row p {
        padding: 40px 150px 64px 120px; }
      .container.customer section .inner .info-bottom-row .bottom .txt-row .btn-row {
        margin-left: 120px; } }
.container.customer section .inner.funeral_intro_img {
  width: 100%;
  height: 20.7916666667rem;
  margin: auto;
  transition: width 0.5s ease; }
  .container.customer section .inner.funeral_intro_img.general {
    background: url("/static/images/customer/bg_general@m.jpg") 50% 50% no-repeat;
    background-size: cover; }
    .container.customer section .inner.funeral_intro_img.general .full-inner .txt-row {
      display: none; }
      .container.customer section .inner.funeral_intro_img.general .full-inner .txt-row.general {
        display: block; }
  .container.customer section .inner.funeral_intro_img.christian {
    background: url("/static/images/customer/bg_christian@m.jpg") 50% 50% no-repeat;
    background-size: cover; }
    .container.customer section .inner.funeral_intro_img.christian .full-inner .txt-row {
      display: none; }
      .container.customer section .inner.funeral_intro_img.christian .full-inner .txt-row.christian {
        display: block; }
  .container.customer section .inner.funeral_intro_img.catholic {
    background: url("/static/images/customer/bg_catholic@m.jpg") 50% 50% no-repeat;
    background-size: cover; }
    .container.customer section .inner.funeral_intro_img.catholic .full-inner .txt-row {
      display: none; }
      .container.customer section .inner.funeral_intro_img.catholic .full-inner .txt-row.catholic {
        display: block; }
  @media screen and (min-width: 1200px) {
    .container.customer section .inner.funeral_intro_img {
      width: 1200px;
      height: 464px; }
      .container.customer section .inner.funeral_intro_img.general {
        background: url("/static/images/customer/bg_general.jpg") 50% 50% no-repeat;
        background-size: cover; }
      .container.customer section .inner.funeral_intro_img.christian {
        background: url("/static/images/customer/bg_christian.jpg") 50% 50% no-repeat;
        background-size: cover; }
      .container.customer section .inner.funeral_intro_img.catholic {
        background: url("/static/images/customer/bg_catholic.jpg") 50% 50% no-repeat;
        background-size: cover; } }
  @media screen and (min-width: 1440px) {
    .container.customer section .inner.funeral_intro_img {
      width: 1440px; }
      .container.customer section .inner.funeral_intro_img.general {
        background: url("/static/images/customer/bg_general.jpg") 50% 50% no-repeat;
        background-size: cover; }
      .container.customer section .inner.funeral_intro_img.christian {
        background: url("/static/images/customer/bg_christian.jpg") 50% 50% no-repeat;
        background-size: cover; }
      .container.customer section .inner.funeral_intro_img.catholic {
        background: url("/static/images/customer/bg_catholic.jpg") 50% 50% no-repeat;
        background-size: cover; } }
  .container.customer section .inner.funeral_intro_img .full-inner {
    width: 87.5%;
    height: 100%;
    margin: auto;
    display: flex;
    justify-content: flex-start;
    align-items: center; }
    .container.customer section .inner.funeral_intro_img .full-inner .txt-row h3 {
      margin-bottom: 1.3333333333rem;
      color: #fff;
      font-size: 1.7083333333rem;
      line-height: 1.7083333333rem;
      font-weight: 600; }
    .container.customer section .inner.funeral_intro_img .full-inner .txt-row p {
      width: 100%;
      word-break: keep-all;
      color: #fff;
      font-size: 1.0833333333rem;
      line-height: 1.5;
      font-weight: 500; }
      .container.customer section .inner.funeral_intro_img .full-inner .txt-row p br.mo {
        display: block; }
      .container.customer section .inner.funeral_intro_img .full-inner .txt-row p br.pc {
        display: none; }
    @media screen and (min-width: 1200px) {
      .container.customer section .inner.funeral_intro_img .full-inner {
        width: 1200px; }
        .container.customer section .inner.funeral_intro_img .full-inner .txt-row {
          position: absolute;
          left: 50%;
          top: 50%;
          margin-left: -500px;
          -moz-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }
          .container.customer section .inner.funeral_intro_img .full-inner .txt-row h3 {
            margin-bottom: 24px;
            color: #fff;
            font-size: 40px;
            line-height: 40px;
            font-weight: 600; }
          .container.customer section .inner.funeral_intro_img .full-inner .txt-row p {
            color: #fff;
            font-size: 20px;
            line-height: 1.5;
            font-weight: 500;
            width: 100%; }
            .container.customer section .inner.funeral_intro_img .full-inner .txt-row p br.mo {
              display: none; }
            .container.customer section .inner.funeral_intro_img .full-inner .txt-row p br.pc {
              display: block; } }
    @media screen and (min-width: 1440px) {
      .container.customer section .inner.funeral_intro_img .full-inner {
        width: 1400px; }
        .container.customer section .inner.funeral_intro_img .full-inner .txt-row {
          margin-left: -600px; } }
.container.customer section .inner.funeral-procedure {
  width: 87.5%;
  margin: auto; }
  .container.customer section .inner.funeral-procedure .procedure {
    width: 100%;
    padding: 5rem 0;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start; }
    .container.customer section .inner.funeral-procedure .procedure .left {
      display: none; }
    .container.customer section .inner.funeral-procedure .procedure .right .day {
      margin-bottom: 6.25rem; }
      .container.customer section .inner.funeral-procedure .procedure .right .day .mo_title_row {
        margin-bottom: 2.5rem; }
        .container.customer section .inner.funeral-procedure .procedure .right .day .mo_title_row h3 {
          margin-bottom: 0.8333333333rem;
          color: #65B3B1;
          font-size: 1.8333333333rem;
          line-height: 1.8333333333rem;
          font-weight: 700; }
        .container.customer section .inner.funeral-procedure .procedure .right .day .mo_title_row p {
          margin-bottom: 0.8333333333rem;
          color: #222;
          font-size: 1.0833333333rem;
          line-height: 1.5;
          font-weight: 500; }
          .container.customer section .inner.funeral-procedure .procedure .right .day .mo_title_row p strong {
            color: #65B3B1;
            font-size: 1.0833333333rem;
            line-height: 1.5;
            font-weight: 700; }
      .container.customer section .inner.funeral-procedure .procedure .right .day ul {
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        flex-flow: wrap; }
        .container.customer section .inner.funeral-procedure .procedure .right .day ul li {
          position: relative;
          width: 100%;
          padding-left: 3rem; }
          .container.customer section .inner.funeral-procedure .procedure .right .day ul li p {
            text-align: left;
            color: #444;
            font-size: 1rem;
            line-height: 1.5;
            font-weight: 500; }
            .container.customer section .inner.funeral-procedure .procedure .right .day ul li p i {
              display: block;
              text-align: left;
              color: #888;
              font-size: 0.9583333333rem;
              line-height: 1.5;
              font-weight: 500; }
          .container.customer section .inner.funeral-procedure .procedure .right .day ul li:before {
            content: "";
            position: absolute;
            left: 0;
            top: 0;
            width: 2rem;
            height: 2rem;
            border-radius: 2rem;
            background: #A6866B;
            display: flex;
            justify-content: center;
            align-items: center;
            color: #fff;
            font-size: 1.0833333333rem;
            line-height: 1.0833333333rem;
            font-weight: 700; }
          .container.customer section .inner.funeral-procedure .procedure .right .day ul li:first-child {
            margin-bottom: 0.4583333333rem;
            color: #A6866B;
            font-size: 1.25rem;
            line-height: 1.5;
            font-weight: 700;
            display: flex;
            justify-content: flex-start;
            align-items: center; }
          .container.customer section .inner.funeral-procedure .procedure .right .day ul li:last-child {
            word-break: keep-all;
            padding-bottom: 1.6666666667rem;
            margin-bottom: 0.8333333333rem;
            color: #444;
            font-size: 1rem;
            line-height: 1.6;
            font-weight: 500; }
            .container.customer section .inner.funeral-procedure .procedure .right .day ul li:last-child:before {
              display: none; }
            .container.customer section .inner.funeral-procedure .procedure .right .day ul li:last-child em {
              display: block;
              content: "";
              position: absolute;
              left: 1rem;
              top: 0.4166666667rem;
              width: 0.0416666667rem;
              height: calc( 100% - 0.4166666667rem);
              background: #A6866B;
              opacity: .2; }
        .container.customer section .inner.funeral-procedure .procedure .right .day ul:nth-child(2) li:first-child:before {
          content: "1"; }
        .container.customer section .inner.funeral-procedure .procedure .right .day ul:nth-child(3) li:first-child:before {
          content: "2"; }
        .container.customer section .inner.funeral-procedure .procedure .right .day ul:nth-child(4) li:first-child:before {
          content: "3"; }
        .container.customer section .inner.funeral-procedure .procedure .right .day ul:nth-child(5) li:first-child:before {
          content: "4"; }
        .container.customer section .inner.funeral-procedure .procedure .right .day ul:nth-child(6) li:first-child:before {
          content: "5"; }
        .container.customer section .inner.funeral-procedure .procedure .right .day ul:nth-child(7) li:first-child:before {
          content: "6"; }
        .container.customer section .inner.funeral-procedure .procedure .right .day ul:nth-child(8) li:first-child:before {
          content: "7"; }
        .container.customer section .inner.funeral-procedure .procedure .right .day ul:nth-child(9) li:first-child:before {
          content: "8"; }
        .container.customer section .inner.funeral-procedure .procedure .right .day ul:nth-child(10) li:first-child:before {
          content: "9"; }
        .container.customer section .inner.funeral-procedure .procedure .right .day ul:last-child li:last-child em {
          display: none; }
      .container.customer section .inner.funeral-procedure .procedure .right .day:last-child {
        margin-bottom: 0; }
  @media screen and (min-width: 1200px) {
    .container.customer section .inner.funeral-procedure {
      width: 100%;
      max-width: 1440px;
      min-width: 1100px; }
      .container.customer section .inner.funeral-procedure .procedure {
        padding: 160px 0; }
        .container.customer section .inner.funeral-procedure .procedure .left {
          position: sticky;
          top: calc( 50% - (392px / 2) );
          display: block;
          width: 48.54166666667%;
          margin-left: 8.33333333333%; }
          .container.customer section .inner.funeral-procedure .procedure .left .day {
            margin-bottom: 64px; }
            .container.customer section .inner.funeral-procedure .procedure .left .day h3 {
              transition: color .5s ease-out;
              margin-bottom: 20px;
              color: #ccc;
              font-size: 44px;
              line-height: 44px;
              font-weight: 700; }
            .container.customer section .inner.funeral-procedure .procedure .left .day p {
              transition: color .5s ease-out;
              color: #ccc;
              font-size: 24px;
              line-height: 24px;
              font-weight: 500; }
              .container.customer section .inner.funeral-procedure .procedure .left .day p strong {
                transition: color .5s ease-out; }
            .container.customer section .inner.funeral-procedure .procedure .left .day:last-child {
              margin-bottom: 0; }
            .container.customer section .inner.funeral-procedure .procedure .left .day.active h3 {
              color: #65B3B1; }
            .container.customer section .inner.funeral-procedure .procedure .left .day.active p {
              color: #222;
              font-size: 24px;
              line-height: 24px;
              font-weight: 500; }
              .container.customer section .inner.funeral-procedure .procedure .left .day.active p strong {
                color: #65B3B1;
                font-size: 24px;
                line-height: 24px;
                font-weight: 700; }
        .container.customer section .inner.funeral-procedure .procedure .right {
          width: 51.45833333333%;
          padding-right: 13.05555555556%; }
          .container.customer section .inner.funeral-procedure .procedure .right .day .mo_title_row {
            display: none; } }
.container.customer section .inner .funeral-procedure .center .day {
  width: 100%;
  padding-bottom: 1.25rem;
  margin-bottom: 3.3333333333rem;
  border-bottom: 1px solid #ddd;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-flow: wrap; }
  .container.customer section .inner .funeral-procedure .center .day:first-child {
    margin-top: 3.3333333333rem; }
  .container.customer section .inner .funeral-procedure .center .day .left {
    width: 100%;
    margin-bottom: 2.5rem; }
    .container.customer section .inner .funeral-procedure .center .day .left h4 {
      margin-bottom: 0.8333333333rem;
      color: #65B3B1;
      font-size: 1.8333333333rem;
      line-height: 1.8333333333rem;
      font-weight: 700; }
    .container.customer section .inner .funeral-procedure .center .day .left p {
      color: #222;
      font-size: 1.0833333333rem;
      line-height: 1.5;
      font-weight: 500; }
      .container.customer section .inner .funeral-procedure .center .day .left p strong {
        color: #65B3B1;
        font-size: 1.0833333333rem;
        line-height: 1.5;
        font-weight: 700; }
  .container.customer section .inner .funeral-procedure .center .day .right {
    width: 100%; }
    .container.customer section .inner .funeral-procedure .center .day .right h4 {
      margin-bottom: 0.8333333333rem;
      color: #A6866B;
      font-size: 1.25rem;
      line-height: 1.25rem;
      font-weight: 700; }
    .container.customer section .inner .funeral-procedure .center .day .right p {
      word-break: keep-all;
      margin-bottom: 2.0833333333rem;
      color: #444;
      font-size: 1rem;
      line-height: 1.5;
      font-weight: 500; }
      .container.customer section .inner .funeral-procedure .center .day .right p i {
        word-break: keep-all;
        color: #888;
        font-size: 0.9583333333rem;
        line-height: 1.5;
        font-weight: 500; }
    .container.customer section .inner .funeral-procedure .center .day .right.cat-step p {
      margin-bottom: 2.0833333333rem; }
.container.customer section .inner .funeral-procedure .footnote {
  word-break: keep-all;
  background: #f9f9f9;
  padding: 2.5rem;
  color: #555;
  font-size: 1rem;
  line-height: 1.4;
  font-weight: 500; }
@media screen and (min-width: 1200px) {
  .container.customer section .inner .funeral-procedure .center {
    padding-top: 96px; }
    .container.customer section .inner .funeral-procedure .center .day {
      padding: 64px 0;
      margin-bottom: 0;
      flex-flow: nowrap; }
      .container.customer section .inner .funeral-procedure .center .day:first-child {
        margin-top: 0; }
      .container.customer section .inner .funeral-procedure .center .day:last-child {
        border-bottom: none; }
      .container.customer section .inner .funeral-procedure .center .day .left {
        width: 50%;
        margin-bottom: 0;
        padding-left: 120px; }
        .container.customer section .inner .funeral-procedure .center .day .left h4 {
          margin-bottom: 20px;
          color: #65B3B1;
          font-size: 44px;
          line-height: 44px;
          font-weight: 700; }
        .container.customer section .inner .funeral-procedure .center .day .left p {
          color: #222;
          font-size: 24px;
          line-height: 1.5;
          font-weight: 500; }
          .container.customer section .inner .funeral-procedure .center .day .left p strong {
            color: #65B3B1;
            font-size: 24px;
            line-height: 1.5;
            font-weight: 700; }
      .container.customer section .inner .funeral-procedure .center .day .right {
        width: 50%;
        padding-right: 120px; }
        .container.customer section .inner .funeral-procedure .center .day .right h4 {
          margin-bottom: 20px;
          color: #A6866B;
          font-size: 24px;
          line-height: 24px;
          font-weight: 700; }
        .container.customer section .inner .funeral-procedure .center .day .right p {
          margin-bottom: 0;
          color: #444;
          font-size: 18px;
          line-height: 1.5;
          font-weight: 500; }
          .container.customer section .inner .funeral-procedure .center .day .right p i {
            word-break: keep-all;
            color: #888;
            font-size: 16px;
            line-height: 1.5;
            font-weight: 500; }
        .container.customer section .inner .funeral-procedure .center .day .right.cat-step p {
          margin-bottom: 48px; }
  .container.customer section .inner .funeral-procedure .footnote {
    margin-top: 36px;
    padding: 64px 120px;
    color: #555;
    font-size: 18px;
    line-height: 1.4;
    font-weight: 500; } }
