@charset "UTF-8";
@media (min-width: 480px) {
  html {
    font-size: 16px; } }
@media (min-width: 720px) {
  html {
    font-size: 20px; } }
@media (min-width: 960px) {
  html {
    font-size: 24px; } }
@media (min-width: 992px) {
  html {
    font-size: 12px; } }
.container .content .sub-content .txt_content > h4 {
  background: #003a63;
  font-weight: 600;
  color: #fff;
  padding: 1.875rem;
  font-size: 1.5rem;
  margin-top: -0.9375rem; }
  .container .content .sub-content .txt_content > h4.mt-35 {
    margin-top: -2.1875rem; }
  @media screen and (min-width: 992px) {
    .container .content .sub-content .txt_content > h4 {
      padding: 30px;
      font-size: 24px;
      margin-top: -15px; }
      .container .content .sub-content .txt_content > h4.mt-35 {
        margin-top: -35px; } }
.container .content .sub-content .txt_content .table_wrap, .container .content .sub-content .txt_content > ul {
  margin: 1.875rem 0 3.75rem 0;
  padding: 0 1.875rem; }
  .container .content .sub-content .txt_content .table_wrap h5, .container .content .sub-content .txt_content > ul h5 {
    font-weight: 500;
    background: url(/images/SVG/icon-title.svg) 0 0 no-repeat;
    background-size: 1.5rem 1.5rem;
    padding-bottom: 1.25rem;
    font-size: 1.375rem;
    padding-left: 1.875rem;
    font-size: 1.5rem; }
  @media screen and (min-width: 992px) {
    .container .content .sub-content .txt_content .table_wrap, .container .content .sub-content .txt_content > ul {
      margin: 30px 0 60px 0;
      padding: 0 30px; }
      .container .content .sub-content .txt_content .table_wrap h5, .container .content .sub-content .txt_content > ul h5 {
        background-size: 24px 24px;
        padding-bottom: 20px;
        font-size: 22px;
        padding-left: 30px;
        font-size: 24px; } }
.container .content .sub-content .txt_content .table_wrap table {
  width: 100%;
  border-top: 0.125rem solid #000; }
  .container .content .sub-content .txt_content .table_wrap table th {
    background: #f5f5f5; }
  .container .content .sub-content .txt_content .table_wrap table th, .container .content .sub-content .txt_content .table_wrap table td {
    text-align: left;
    line-height: 1.4;
    border-bottom: 0.0625rem solid #e1e1e1;
    padding: 1.25rem;
    font-size: 1.125rem; }
@media screen and (min-width: 992px) {
  .container .content .sub-content .txt_content .table_wrap table {
    border-top: 2px solid #000; }
    .container .content .sub-content .txt_content .table_wrap table th, .container .content .sub-content .txt_content .table_wrap table td {
      border-bottom: 1px solid #e1e1e1;
      padding: 20px;
      font-size: 18px; } }
.container .content .sub-content .txt_content .p-txt-box {
  line-height: 1.5;
  word-break: keep-all;
  padding: 1.875rem 0 6.25rem 0;
  font-size: 1.25rem; }
  @media screen and (min-width: 992px) {
    .container .content .sub-content .txt_content .p-txt-box {
      padding: 30px 0 100px 0;
      font-size: 20px; } }
.container .content .sub-content .txt_content .box-img-list {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-flow: wrap; }
  .container .content .sub-content .txt_content .box-img-list h5 {
    overflow: hidden;
    background: #003a63;
    color: #fff;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    flex-flow: wrap;
    font-size: 1.5rem;
    width: 100%;
    height: 5rem;
    border-radius: 2.5rem; }
    .container .content .sub-content .txt_content .box-img-list h5 i {
      width: auto;
      font-style: normal;
      font-weight: 600;
      text-align: center;
      font-size: 3rem; }
    .container .content .sub-content .txt_content .box-img-list h5 strong {
      width: auto; }
  .container .content .sub-content .txt_content .box-img-list ul {
    width: 100%;
    overflow: hidden;
    display: flex;
    justify-content: flex-start;
    align-content: space-between;
    flex-flow: wrap;
    border: 0.625rem solid #f1f1f1;
    border-radius: 2.5rem;
    height: auto;
    padding: 1.25rem; }
    .container .content .sub-content .txt_content .box-img-list ul li {
      width: 100%;
      position: relative;
      font-weight: 300;
      line-height: 1.4;
      word-break: keep-all;
      font-size: 1.125rem;
      padding-left: 1.3125rem;
      padding-bottom: 0.625rem; }
      .container .content .sub-content .txt_content .box-img-list ul li:before {
        content: "•";
        position: absolute;
        left: 0;
        top: 0; }
  @media screen and (min-width: 992px) {
    .container .content .sub-content .txt_content .box-img-list h5 {
      font-size: 24px;
      padding-bottom: 20px;
      width: 270px;
      height: 270px;
      border-radius: 135px; }
      .container .content .sub-content .txt_content .box-img-list h5 i {
        width: 100%;
        padding: 0 0 20px 0;
        font-size: 48px; }
    .container .content .sub-content .txt_content .box-img-list ul {
      width: calc(100% - 320px);
      border: 10px solid #f1f1f1;
      border-radius: 135px;
      height: 270px;
      padding: 20px 0 20px 100px; }
      .container .content .sub-content .txt_content .box-img-list ul li {
        font-size: 18px;
        padding-left: 21px;
        padding-bottom: 10px; } }
.container .content .sub-content .txt_content .step-arrow {
  position: relative;
  width: 100%;
  height: 6.25rem; }
  .container .content .sub-content .txt_content .step-arrow:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 6 12" style="fill:rgb(170, 170, 170);" xml:space="preserve"><path d="M1,12c-0.2,0-0.4-0.1-0.6-0.2c-0.4-0.3-0.5-1-0.2-1.4L3.7,6L0.2,1.6c-0.3-0.4-0.3-1.1,0.2-1.4 c0.4-.3,1.1-.3,1.4,0.2l4,5c0.3,0.4,0.3,0.9,0,1.2l-4,5C1.6,11.9,1.3,12,1,12z"/></svg>') 50% 50% no-repeat;
    transform: rotate(90deg);
    background-size: 1.125rem 2.25rem;
    width: 1.125rem;
    height: 2.25rem;
    margin: -1.125rem 0 0 -0.5625rem; }
  @media screen and (min-width: 992px) {
    .container .content .sub-content .txt_content .step-arrow {
      height: 100px; }
      .container .content .sub-content .txt_content .step-arrow:before {
        background-size: 18px 36px;
        width: 18px;
        height: 36px;
        margin: -18px 0 0 -9px; } }
.container .content .sub-content .txt_content > ul li, .container .content .sub-content .txt_content .def-list li {
  position: relative;
  font-weight: 300;
  line-height: 1.4;
  word-break: keep-all;
  padding-left: 1.25rem;
  padding-bottom: 0.625rem;
  font-size: 1.125rem; }
  .container .content .sub-content .txt_content > ul li strong, .container .content .sub-content .txt_content .def-list li strong {
    font-weight: 500; }
  @media screen and (min-width: 992px) {
    .container .content .sub-content .txt_content > ul li, .container .content .sub-content .txt_content .def-list li {
      padding-left: 20px;
      padding-bottom: 10px;
      font-size: 18px; } }
  .container .content .sub-content .txt_content > ul li:before, .container .content .sub-content .txt_content .def-list li:before {
    content: "•";
    position: absolute;
    left: 0;
    top: 0; }
  .container .content .sub-content .txt_content > ul li ul li, .container .content .sub-content .txt_content .def-list li ul li {
    line-height: 1.5; }
    .container .content .sub-content .txt_content > ul li ul li:nth-child(1):before, .container .content .sub-content .txt_content .def-list li ul li:nth-child(1):before {
      content: "①"; }
    .container .content .sub-content .txt_content > ul li ul li:nth-child(2):before, .container .content .sub-content .txt_content .def-list li ul li:nth-child(2):before {
      content: "②"; }
    .container .content .sub-content .txt_content > ul li ul li:nth-child(3):before, .container .content .sub-content .txt_content .def-list li ul li:nth-child(3):before {
      content: "③"; }
    .container .content .sub-content .txt_content > ul li ul li:nth-child(4):before, .container .content .sub-content .txt_content .def-list li ul li:nth-child(4):before {
      content: "④"; }
    .container .content .sub-content .txt_content > ul li ul li:nth-child(5):before, .container .content .sub-content .txt_content .def-list li ul li:nth-child(5):before {
      content: "⑤"; }
    .container .content .sub-content .txt_content > ul li ul li:nth-child(6):before, .container .content .sub-content .txt_content .def-list li ul li:nth-child(6):before {
      content: "⑥"; }
    .container .content .sub-content .txt_content > ul li ul li:nth-child(7):before, .container .content .sub-content .txt_content .def-list li ul li:nth-child(7):before {
      content: "⑦"; }
    .container .content .sub-content .txt_content > ul li ul li:nth-child(8):before, .container .content .sub-content .txt_content .def-list li ul li:nth-child(8):before {
      content: "⑧"; }
    .container .content .sub-content .txt_content > ul li ul li:nth-child(9):before, .container .content .sub-content .txt_content .def-list li ul li:nth-child(9):before {
      content: "⑨"; }
    .container .content .sub-content .txt_content > ul li ul li:nth-child(10):before, .container .content .sub-content .txt_content .def-list li ul li:nth-child(10):before {
      content: "⑩"; }
.container .content .sub-content .lovehouse-vision {
  position: relative;
  margin: auto;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 25rem;
  height: 9.2083333333rem;
  margin-bottom: 3.125rem; }
  .container .content .sub-content .lovehouse-vision:before, .container .content .sub-content .lovehouse-vision:after {
    content: "";
    position: absolute;
    z-index: 2;
    background: url("/images/SVG/symbol-top.svg") 0 0 no-repeat;
    background-size: 2.6666666667rem 2.6666666667rem;
    width: 3.75rem;
    height: 2.6666666667rem;
    left: -0.4166666667rem;
    top: 50%;
    -moz-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg); }
  .container .content .sub-content .lovehouse-vision:after {
    left: auto;
    bottom: auto;
    background: url("/images/SVG/symbol-bottom.svg") 0 0 no-repeat;
    background-size: 2.6666666667rem 2.6666666667rem;
    right: -1.25rem; }
  .container .content .sub-content .lovehouse-vision .inner {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-flow: wrap;
    max-width: 20rem;
    height: 6.25rem; }
    .container .content .sub-content .lovehouse-vision .inner p {
      width: 100%;
      font-weight: 700;
      color: #003a63;
      text-align: center;
      font-size: 1.125rem;
      padding: 0.2083333333rem 0; }
  @media screen and (min-width: 360px) {
    .container .content .sub-content .lovehouse-vision .inner p {
      font-size: 1.3333333333rem; }
      .container .content .sub-content .lovehouse-vision .inner p br {
        display: none !important; } }
  @media screen and (min-width: 992px) {
    .container .content .sub-content .lovehouse-vision {
      max-width: 900px;
      height: 260px;
      margin-bottom: 50px; }
      .container .content .sub-content .lovehouse-vision:before, .container .content .sub-content .lovehouse-vision:after {
        background-size: 85px 85px;
        width: 85px;
        height: 85px;
        left: 20px; }
      .container .content .sub-content .lovehouse-vision:after {
        background: url("/images/SVG/symbol-bottom.svg") 0 0 no-repeat;
        background-size: 85px 85px;
        left: auto;
        right: 20px; }
      .container .content .sub-content .lovehouse-vision .inner {
        max-width: 790px;
        height: 160px;
        flex-flow: initial;
        align-items: center; }
        .container .content .sub-content .lovehouse-vision .inner p {
          width: auto;
          font-size: 32px;
          padding: 0 10px; } }
  @media screen and (min-width: 1600px) {
    .container .content .sub-content .lovehouse-vision {
      max-width: 1030px; }
      .container .content .sub-content .lovehouse-vision .inner {
        max-width: 900px; }
        .container .content .sub-content .lovehouse-vision .inner p {
          font-size: 42px; } }
.container .content .sub-content .board-view .board-bottom-btn {
  position: relative;
  flex-flow: wrap; }
  .container .content .sub-content .board-view .board-bottom-btn .password_box {
    position: relative;
    width: 100%;
    height: 1px;
    background: #fff;
    border: 1px solid #ccc;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: wrap;
    border-radius: 12px;
    transition: all .2s ease-in;
    margin: 0;
    opacity: 0;
    padding: 0;
    overflow: hidden; }
    .container .content .sub-content .board-view .board-bottom-btn .password_box strong {
      width: 100%; }
    .container .content .sub-content .board-view .board-bottom-btn .password_box input {
      width: 68%;
      background: #f2f2f2;
      margin: 0.8333333333rem 2% 0.8333333333rem 0;
      height: 40px;
      text-indent: 20px; }
    .container .content .sub-content .board-view .board-bottom-btn .password_box a {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 30%;
      height: 40px;
      background: #666;
      border-radius: 8px;
      font-size: 18px;
      font-weight: 600;
      color: #fff; }
    .container .content .sub-content .board-view .board-bottom-btn .password_box.active {
      opacity: 1;
      height: 7.5rem;
      margin: 0 auto 1.25rem auto;
      padding: 0.8333333333rem 1.25rem; }
    @media screen and (min-width: 992px) {
      .container .content .sub-content .board-view .board-bottom-btn .password_box {
        position: absolute;
        width: 460px;
        height: 40px;
        background: #fff;
        border: 1px solid #ccc;
        top: -10px;
        right: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 12px;
        transition: all .2s ease-in;
        opacity: 0;
        padding: 0; }
        .container .content .sub-content .board-view .board-bottom-btn .password_box strong {
          width: auto; }
        .container .content .sub-content .board-view .board-bottom-btn .password_box input {
          width: 200px;
          background: #f2f2f2;
          margin: 0 10px;
          height: 40px;
          text-indent: 20px; }
        .container .content .sub-content .board-view .board-bottom-btn .password_box a {
          display: flex;
          justify-content: center;
          align-items: center;
          width: 70px;
          height: 40px;
          background: #666;
          border-radius: 8px;
          font-size: 18px;
          font-weight: 600;
          color: #fff; }
        .container .content .sub-content .board-view .board-bottom-btn .password_box.active {
          opacity: 1;
          height: 100px;
          top: -80px; } }
