@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&family=Noto+Serif+TC:wght@200..900&display=swap");
.nt-serif-tc {
  font-family: "Noto Serif TC", serif;
  font-optical-sizing: auto; }

.elementor-element {
  --widgets-spacing-row: 0px ! important; }

.my_sv_footer .footer_top {
  padding: 80px 0px; }
  .my_sv_footer .footer_top .ibox {
    max-width: 1150px;
    margin: auto;
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
    align-items: end;
    justify-content: space-between; }
    .my_sv_footer .footer_top .ibox .logo {
      width: 30%; }
      .my_sv_footer .footer_top .ibox .logo .flogo {
        display: block;
        margin-bottom: 20px; }
      .my_sv_footer .footer_top .ibox .logo .txlogo {
        display: block;
        max-width: 250px; }
        .my_sv_footer .footer_top .ibox .logo .txlogo img {
          display: block;
          width: 100%; }
    .my_sv_footer .footer_top .ibox .action {
      width: 70%;
      display: flex;
      align-items: end;
      justify-content: space-between; }
    .my_sv_footer .footer_top .ibox .resource {
      width: calc(90% - 270px);
      padding-right: 5%;
      margin-right: 5%;
      box-sizing: border-box;
      position: relative; }
      .my_sv_footer .footer_top .ibox .resource:after {
        top: 32px;
        content: '';
        width: 2px;
        height: 64px;
        position: absolute;
        right: 0;
        background: rgba(4, 4, 4, 0.2); }
      .my_sv_footer .footer_top .ibox .resource .fluentform .text-danger {
        position: absolute;
        padding-left: 20px; }
      .my_sv_footer .footer_top .ibox .resource h4 {
        font-size: 14px;
        letter-spacing: 0.1em;
        margin-bottom: 20px; }
      .my_sv_footer .footer_top .ibox .resource .ff-t-container {
        position: relative;
        max-width: 365px; }
        .my_sv_footer .footer_top .ibox .resource .ff-t-container .ff-t-column-1 {
          flex-basis: 100% !important;
          width: 100%; }
          .my_sv_footer .footer_top .ibox .resource .ff-t-container .ff-t-column-1 .ff-el-group {
            margin-bottom: 0; }
            .my_sv_footer .footer_top .ibox .resource .ff-t-container .ff-t-column-1 .ff-el-group input[name="email"] {
              width: 365px;
              height: 49px;
              border-radius: 30px;
              border: 1px solid #918080; }
        .my_sv_footer .footer_top .ibox .resource .ff-t-container .ff-t-column-2 {
          position: absolute;
          width: auto;
          right: 10px;
          top: 50%;
          transform: translate(0, -50%); }
          .my_sv_footer .footer_top .ibox .resource .ff-t-container .ff-t-column-2 button {
            min-width: auto;
            margin-bottom: 0;
            min-height: 36px;
            line-height: 1;
            padding: 0 20px; }
          .my_sv_footer .footer_top .ibox .resource .ff-t-container .ff-t-column-2 .ff-el-group {
            margin-bottom: 0; }
    .my_sv_footer .footer_top .ibox .line_link h4 {
      font-size: 14px;
      letter-spacing: 0.1em;
      margin-bottom: 20px; }
    .my_sv_footer .footer_top .ibox a.line_app {
      max-width: 273px;
      display: flex;
      height: 49px;
      border: 1px solid  #918080;
      border-radius: 30px;
      padding: 0 10px 0 10px;
      min-width: 270px;
      color: #65564E;
      align-items: center;
      position: relative; }
      .my_sv_footer .footer_top .ibox a.line_app:before {
        display: block;
        content: '';
        width: 35px;
        height: 32px;
        background-image: url(../img/lineapp.svg);
        background-size: auto 100%;
        background-position: center;
        margin-right: 15px; }
.my_sv_footer .footer_bottom {
  background: #8A7C75; }
  .my_sv_footer .footer_bottom .ibox {
    max-width: 1150px;
    margin: auto;
    padding-left: 15px;
    padding-right: 15px;
    min-height: 60px;
    align-items: center;
    display: flex;
    justify-content: space-between;
    color: #fff; }
    .my_sv_footer .footer_bottom .ibox .ibox {
      display: flex;
      align-items: center; }
      .my_sv_footer .footer_bottom .ibox .ibox a {
        margin-left: 20px;
        display: block; }
        .my_sv_footer .footer_bottom .ibox .ibox a svg {
          width: 30px;
          height: auto;
          fill: #fff; }

@media (max-width: 768px) {
  .my_sv_footer .footer_top .ibox {
    flex-wrap: wrap; }
    .my_sv_footer .footer_top .ibox .logo {
      width: 100%; }
      .my_sv_footer .footer_top .ibox .logo a {
        display: block;
        margin: auto auto 50px; }
        .my_sv_footer .footer_top .ibox .logo a img {
          display: block;
          margin: auto; }
    .my_sv_footer .footer_top .ibox .action {
      width: 100%;
      flex-wrap: wrap; }
      .my_sv_footer .footer_top .ibox .action .resource {
        width: 100%;
        text-align: center;
        margin-bottom: 50px;
        padding-right: 0;
        margin-right: 0; }
      .my_sv_footer .footer_top .ibox .action .line_link {
        width: 100%;
        text-align: center;
        margin-bottom: 0px; }

  .my_sv_footer .footer_top .ibox .resource:after {
    display: none; }

  .my_sv_footer .footer_top .ibox .resource .ff-t-container {
    margin: auto; }

  .my_sv_footer .footer_top .ibox a.line_app {
    margin: auto; }

  .my_sv_footer .footer_bottom .ibox {
    flex-direction: column-reverse; }

  .my_sv_footer .footer_bottom .ibox .sns .ibox {
    width: 100%;
    display: block;
    min-height: auto;
    margin-bottom: 20px; }
    .my_sv_footer .footer_bottom .ibox .sns .ibox a {
      margin: 0 15px;
      display: inline-block; }

  .my_sv_footer .footer_bottom {
    background: #8A7C75;
    padding: 30px 15px 15px; }

  .my_sv_footer .footer_bottom .ibox .text {
    font-size: 12px;
    width: 220px;
    text-align: center; } }
.ctl {
  color: #fff; }
  .ctl .a_link {
    border: 1px solid #8a7c75;
    border-radius: 50px;
    font-size: 16px;
    letter-spacing: 0.2em;
    display: flex;
    align-items: center;
    padding: 5px 5px 5px 25px;
    background: #8a7c75;
    width: 200px; }
    .ctl .a_link .aw {
      margin-left: auto; }
  .ctl:hover {
    color: #fff; }
  .ctl:hover .aw > span {
    transition: 0.5s;
    transform: translate(30px, -30px);
    background-image: url(../img/aw.svg); }
    .ctl:hover .aw > span:before {
      transition: 0.3s;
      background-image: url(../img/aw.svg); }

.aw {
  width: 38px;
  height: 38px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden; }
  .aw span {
    transition: 0s;
    transform: translate(0, 0);
    display: flex;
    background-image: url(../img/aw.svg);
    width: 18px;
    height: 18px;
    background-size: auto 100%;
    background-position: center; }
    .aw span:before {
      position: absolute;
      content: '';
      display: flex;
      background-image: url(../img/aw.svg);
      width: 18px;
      height: 18px;
      background-size: auto 100%;
      background-position: center;
      transform: translate(-30px, 30px); }

.small_footer img {
  display: block;
  max-width: 500px !important;
  margin: auto auto 20px; }
.small_footer .action {
  width: 100%; }
  .small_footer .action .a_link {
    margin: auto; }

.small_footer {
  background-position: center;
  background-size: cover; }
  .small_footer .inner {
    padding: 50px 15px;
    background-position: center;
    background-size: cover; }
    .small_footer .inner h3 {
      font-size: 30px;
      line-height: 50px;
      letter-spacing: 0.04em;
      text-align: center;
      color: #35292C;
      margin-bottom: 40px; }
    .small_footer .inner .a_link {
      padding: 5px 5px 5px 25px; }
      .small_footer .inner .a_link .aw {
        width: 28px;
        height: 28px; }

@media (max-width: 768px) {
  .small_footer .inner h3 br {
    display: none; }

  .small_footer .inner {
    padding: 80px 15px;
    background: transparent !important; }
    .small_footer .inner > img {
      max-width: 350px !important; } }
@media (max-width: 450px) {
  .small_footer .inner > img {
    max-width: 90% !important; } }
.more_posts .inner .top_ess {
  color: #65564e;
  font-size: 14px;
  text-align: center;
  letter-spacing: 0.66em;
  margin-bottom: 40px; }
.more_posts .inner > h3 {
  text-align: center;
  font-size: 24px;
  margin-bottom: 10px;
  letter-spacing: 0.1em;
  color: #2c2d2e;
  line-height: 1; }
.more_posts .inner > p {
  text-align: center;
  font-size: 16px;
  margin-bottom: 35px;
  letter-spacing: 0.06em;
  color: #2c2d2e; }
.more_posts .inner .more_posts_box {
  display: flex;
  max-width: 1016px;
  margin: auto auto 30px;
  gap: 15px; }
  .more_posts .inner .more_posts_box .box {
    text-align: center;
    width: 33.33%; }
    .more_posts .inner .more_posts_box .box .pic {
      margin: auto auto 15px;
      display: block;
      max-width: 328px;
      width: 100%;
      height: 268px;
      background-size: cover;
      background-position: center;
      border-radius: 16px;
      overflow: hidden; }
      .more_posts .inner .more_posts_box .box .pic img {
        border-radius: 16px;
        opacity: 0; }
    .more_posts .inner .more_posts_box .box h4 {
      font-weight: 500;
      font-size: 16px;
      letter-spacing: 0.06em;
      margin-bottom: 5px; }
      .more_posts .inner .more_posts_box .box h4 a {
        display: block;
        color: #393939; }
    .more_posts .inner .more_posts_box .box p a {
      color: #8A7C75;
      font-size: 12px;
      font-weight: 400;
      letter-spacing: 0.06em; }
.more_posts .action {
  text-align: center;
  position: relative; }
  .more_posts .action a {
    font-weight: 700;
    color: #65564E;
    font-size: 20px;
    letter-spacing: 0.3em;
    display: inline-block;
    padding: 10px 30px;
    transition: 0.3s; }
    .more_posts .action a .pic_bk {
      transition: 0.3s; }
      .more_posts .action a .pic_bk img {
        display: block;
        transition: 0.3s;
        width: 140px;
        height: 30px; }
    .more_posts .action a:hover .pic_bk {
      transform: translate(-50%, calc(-50%)); }
      .more_posts .action a:hover .pic_bk img {
        transition: 0.3s;
        width: 140px;
        height: 80px; }
  .more_posts .action .pic_bk {
    z-index: -1;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, calc(-50% + 15px)); }

@media (max-width: 768px) {
  .more_posts .inner .more_posts_box {
    flex-wrap: wrap; }
    .more_posts .inner .more_posts_box .box {
      width: 100%; } }
.home_top_img {
  background-position: center;
  background-size: cover; }
  .home_top_img .home_top_box {
    background-position: center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 700px; }
    .home_top_img .home_top_box .center_box {
      padding-top: 100px; }
      .home_top_img .home_top_box .center_box img {
        display: block;
        margin: auto auto 50px; }
      .home_top_img .home_top_box .center_box .text {
        transform: translate(90px, 0px); }
        .home_top_img .home_top_box .center_box .text h2 {
          color: #7D6E67;
          font-size: 30px;
          letter-spacing: 0.04em; }
        .home_top_img .home_top_box .center_box .text p {
          font-size: 16px;
          line-height: 30px;
          letter-spacing: 0.06em; }

@media (min-width: 768px) {
  .home_top_img .home_top_box {
    background: transparent !important; } }
@media (max-width: 768px) {
  .home_top_img .home_top_box .center_box .text {
    transform: translate(0px, 0px);
    text-align: center;
    max-width: 300px; }

  .home_top_img .home_top_box {
    min-height: 700px; }
    .home_top_img .home_top_box .center_box .text p br {
      display: none; } }
@media (max-width: 450px) {
  .home_top_img .home_top_box .center_box img {
    margin: auto auto 20px;
    max-width: 220px; }

  .home_top_img .home_top_box .center_box {
    padding-top: 0;
    transform: translate(0px, -50px); } }
.home_top_title {
  background: linear-gradient(to bottom, #fff, #fafbfc); }
  .home_top_title .top_box {
    text-align: center;
    padding-bottom: 30px; }
    .home_top_title .top_box .t1 {
      color: #121212;
      font-size: 16px;
      letter-spacing: 0.06em; }
    .home_top_title .top_box .pic {
      padding: 30px 0; }
      .home_top_title .top_box .pic img {
        margin: 15px auto;
        display: block;
        max-width: 788px; }
        .home_top_title .top_box .pic img.pc_img {
          display: block; }
        .home_top_title .top_box .pic img.mb_img {
          display: none; }
    .home_top_title .top_box .t2 {
      color: #121212;
      font-size: 16px;
      letter-spacing: 0.06em; }

@media (max-width: 768px) {
  .home_top_title .top_box .t2 br {
    display: none; }
  .home_top_title .top_box .pic img.pc_img {
    display: none; }
  .home_top_title .top_box .pic img.mb_img {
    display: block; } }
.home_download {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }
  .home_download .top_box {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center; }
    .home_download .top_box .center {
      padding: 60px 15px;
      max-width: 1230px;
      margin: auto;
      display: flex;
      flex-wrap: wrap;
      align-items: center; }
      .home_download .top_box .center .text {
        width: 50%; }
        .home_download .top_box .center .text h3 {
          margin: 0;
          font-size: 30px;
          letter-spacing: 0.2em;
          margin-bottom: 30px; }
        .home_download .top_box .center .text .desc {
          max-width: 412px;
          font-size: 14px;
          line-height: 26px;
          letter-spacing: 0.06em;
          margin-bottom: 30px; }
        .home_download .top_box .center .text .ctl .a_link {
          padding: 3px 3px 3px 15px;
          width: 188px; }
          .home_download .top_box .center .text .ctl .a_link .aw {
            width: 31px;
            height: 31px; }
      .home_download .top_box .center .scode {
        background: #fff;
        width: 50%;
        min-height: 424px;
        display: flex;
        align-items: center;
        justify-content: center;
        box-shadow: 1px 2px 4px 0px #00000012; }
        .home_download .top_box .center .scode form h4 {
          font-size: 20px;
          letter-spacing: 0.12em;
          color: #7d6e67; }
        .home_download .top_box .center .scode form .ff-el-input--label,
        .home_download .top_box .center .scode form label {
          display: none; }
        .home_download .top_box .center .scode form input {
          border-radius: 20px;
          border: 1px solid rgba(0, 0, 0, 0.04);
          background: #f6f0eb; }
        .home_download .top_box .center .scode form button {
          padding: 0;
          font-size: 20px;
          letter-spacing: 0.3em;
          background: none;
          position: relative;
          z-index: 0;
          color: #334b67;
          font-family: "Noto Serif TC", serif;
          font-optical-sizing: auto;
          font-weight: bold; }
          .home_download .top_box .center .scode form button:after {
            transition: 0.3s;
            content: "";
            background-image: url(http://slowlyfly.com/wp-content/uploads/2025/10/blue.png);
            background-size: 100%;
            width: 127px;
            height: 40px;
            position: absolute;
            left: -5px;
            bottom: -5px;
            z-index: -1;
            background-repeat: no-repeat;
            background-position: center bottom; }
        .home_download .top_box .center .scode form button:hover:after {
          background-image: url(http://slowlyfly.com/wp-content/uploads/2025/10/blue2.png); }

.popup_mask {
  visibility: hidden;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 0;
  transition: 0.3s;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.6); }
  .popup_mask .popup {
    position: absolute;
    width: 50%;
    height: 100%;
    background: #f6f0eb; }
    .popup_mask .popup .exit {
      position: relative; }
      .popup_mask .popup .exit a {
        position: absolute;
        right: 0;
        top: 0;
        display: block;
        width: 56px;
        height: 56px;
        background-image: url(../img/pop_exit.png);
        background-size: cover; }
    .popup_mask .popup .main {
      padding: 30px 0;
      display: flex;
      align-items: center;
      justify-content: center;
      height: 100%; }
      .popup_mask .popup .main .center_box {
        max-width: 394px; }
        .popup_mask .popup .main .center_box h3 {
          font-weight: 700;
          font-style: Bold;
          font-size: 20px;
          margin-bottom: 40px;
          line-height: 100%;
          letter-spacing: 20%;
          text-transform: uppercase; }
        .popup_mask .popup .main .center_box .txt {
          font-weight: 400;
          font-style: Regular;
          font-size: 16px;
          line-height: 38px;
          letter-spacing: 6%; }

.home_download.open_popup .top_box .popup_mask {
  opacity: 1;
  visibility: visible;
  z-index: 3; }

@media (max-width: 768px) {
  .home_download .top_box .center .text {
    width: 100%;
    margin-bottom: 30px; }

  .home_download .top_box .center .scode {
    width: 100%; }

  .popup_mask .popup .main {
    padding: 80px 15px 50px; }

  .popup_mask .popup {
    height: auto;
    width: 95%; }

  .popup_mask .popup {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); } }
@media (max-width: 450px) {
  .home_download .top_box .center {
    padding: 60px 0; }

  .home_download .top_box .center .text {
    padding-left: 15px;
    padding-right: 15px; }

  .home_download .top_box {
    background: transparent; } }
.home_five_circle {
  padding: 60px 0;
  position: relative; }
  .home_five_circle:after {
    width: 100%;
    height: 200px;
    content: '';
    position: absolute;
    background-image: url(../img/linex.svg);
    background-size: 100% auto;
    background-position: center;
    background-repeat: no-repeat;
    top: 50%;
    transform: translate(0, -55%);
    z-index: -1; }
  .home_five_circle .inner_box {
    max-width: 1300px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
    .home_five_circle .inner_box .item {
      width: 20%; }
      .home_five_circle .inner_box .item:hover .allpic .pic1 {
        opacity: 0; }
      .home_five_circle .inner_box .item:hover .allpic .pic2 {
        opacity: 1; }
      .home_five_circle .inner_box .item .allpic {
        width: 100%;
        max-width: 255px;
        position: relative;
        margin-bottom: 10px; }
        .home_five_circle .inner_box .item .allpic .pic1 {
          z-index: 1;
          top: 0;
          left: 0;
          opacity: 1;
          transition: 0.3s; }
        .home_five_circle .inner_box .item .allpic .pic2 {
          top: 0;
          left: 0;
          position: absolute;
          z-index: 0;
          opacity: 0;
          transition: 0.3s; }
        .home_five_circle .inner_box .item .allpic img {
          display: block; }
      .home_five_circle .inner_box .item h3 {
        text-align: center;
        color: #8A7C75;
        font-size: 18px;
        letter-spacing: 0.1em;
        margin-bottom: 5px; }
      .home_five_circle .inner_box .item p {
        text-align: center;
        color: #121212;
        font-size: 14px;
        letter-spacing: 0.1em; }

@media (max-width: 900px) {
  .home_five_circle .inner_box .item {
    width: 33.33%; } }
@media (max-width: 450px) {
  .home_five_circle .inner_box .item {
    width: 50%; } }
.home_fox {
  padding-left: 15px;
  padding-right: 15px; }
  .home_fox .box {
    display: flex;
    align-items: center;
    justify-content: center; }
    .home_fox .box .p1 {
      margin-right: 60px; }
      .home_fox .box .p1 img {
        display: block;
        max-width: 116px; }
    .home_fox .box .t1 {
      font-size: 30px;
      letter-spacing: 0.1em;
      color: #8A7C75;
      font-weight: bold; }
    .home_fox .box .p2 {
      margin-left: 60px;
      padding-top: 50px; }
      .home_fox .box .p2 img {
        display: block;
        max-width: 116px; }
  .home_fox .mb_only {
    display: none;
    font-size: 30px;
    letter-spacing: 0.1em;
    color: #8A7C75;
    font-weight: 600; }

@media (max-width: 768px) {
  .home_fox .box .t1 {
    display: none; }

  .home_fox .t1.mb_only {
    display: block; }

  .home_fox .box .p1 {
    margin-right: 0; }

  .home_fox .box .p2 {
    margin-left: 0; }

  .home_fox {
    padding-bottom: 30px; } }
.home_classroom {
  max-width: 1010px;
  margin: auto;
  padding-bottom: 80px;
  padding-top: 50px;
  padding-left: 15px;
  padding-right: 15px; }
  .home_classroom .tl {
    display: flex;
    justify-content: space-between;
    padding-bottom: 40px; }
    .home_classroom .tl .left .stl {
      font-size: 14px;
      letter-spacing: 0.66em;
      font-weight: 500;
      color: #65564e; }
    .home_classroom .tl .left h3 {
      margin: 10px auto auto;
      font-size: 24px;
      letter-spacing: 0.1em;
      color: #2c2d2e; }
    .home_classroom .tl .right {
      text-align: right;
      font-size: 14px;
      letter-spacing: 0.06em;
      color: #121212; }
  .home_classroom .top_box {
    display: flex;
    gap: 20px; }
    .home_classroom .top_box .myclass {
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      position: relative; }
      .home_classroom .top_box .myclass img {
        opacity: 0; }
      .home_classroom .top_box .myclass .meta {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        text-align: center;
        padding-top: 30px; }
        .home_classroom .top_box .myclass .meta h3 {
          text-align: center;
          margin-bottom: 0;
          font-size: 36px;
          letter-spacing: 0.36em;
          color: #3b2519; }
        .home_classroom .top_box .myclass .meta p {
          text-align: center;
          font-size: 24px;
          color: #65564e; }
        .home_classroom .top_box .myclass .meta a {
          position: absolute;
          background: rgba(59, 37, 25, 0.8);
          color: #fff;
          border-radius: 20px;
          min-width: 165px;
          text-align: center;
          left: 50%;
          letter-spacing: 0.4em;
          padding: 5px 0;
          transform: translate(-50%, 0);
          bottom: 30px;
          opacity: 1;
          transition: 0.3s; }
          .home_classroom .top_box .myclass .meta a:hover {
            opacity: 0.8; }
  .home_classroom .action {
    padding-top: 30px;
    text-align: center;
    position: relative; }
    .home_classroom .action a {
      font-weight: 700;
      color: #65564E;
      font-size: 20px;
      letter-spacing: 0.3em;
      display: inline-block;
      padding: 10px 30px;
      transition: 0.3s;
      position: relative;
      z-index: 0; }
      .home_classroom .action a .pic_bk {
        transition: 0.3s;
        width: 100%; }
        .home_classroom .action a .pic_bk img {
          margin: auto;
          display: block;
          transition: 0.3s;
          width: 140px;
          height: 30px; }
      .home_classroom .action a:hover .pic_bk {
        transform: translate(-50%, calc(-50%)); }
        .home_classroom .action a:hover .pic_bk img {
          transition: 0.3s;
          width: 140px;
          height: 80px; }
    .home_classroom .action .pic_bk {
      z-index: -1;
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, calc(-50% + 15px)); }

@media (max-width: 768px) {
  .home_classroom .top_box {
    flex-wrap: wrap; }
    .home_classroom .top_box .myclass {
      width: 100%; }

  .home_classroom .tl {
    flex-wrap: wrap; }
    .home_classroom .tl .left {
      width: 100%;
      margin-bottom: 20px; }
    .home_classroom .tl .right {
      width: 100%;
      text-align: left; } }
.home_one_by_one {
  background: #f0e5dc; }
  .home_one_by_one .top_box {
    display: flex;
    max-width: 1100px;
    margin: auto;
    padding: 70px 15px 100px;
    align-items: center; }
    .home_one_by_one .top_box .left {
      width: 30%; }
      .home_one_by_one .top_box .left .top_ess {
        color: #65564e;
        font-weight: 500;
        font-style: Medium;
        font-size: 14px;
        margin-bottom: 30px;
        line-height: 24px;
        letter-spacing: 0.66em; }
      .home_one_by_one .top_box .left h3 {
        color: #2c2d2e;
        font-weight: 700;
        font-style: Bold;
        font-size: 24px;
        margin-bottom: 30px;
        line-height: 100%;
        letter-spacing: 0.1em;
        text-transform: uppercase; }
      .home_one_by_one .top_box .left .tx {
        font-weight: 400;
        font-size: 14px;
        color: #121212;
        line-height: 26px;
        letter-spacing: 6%; }
    .home_one_by_one .top_box .pic {
      width: 45%;
      position: relative; }
      .home_one_by_one .top_box .pic img {
        position: absolute;
        width: 450px;
        transform: translate(60px, -230px); }
    .home_one_by_one .top_box .right {
      width: 25%; }
      .home_one_by_one .top_box .right .tx {
        font-weight: 400;
        font-size: 14px;
        color: #121212;
        line-height: 26px;
        letter-spacing: 0.06em; }
      .home_one_by_one .top_box .right .action {
        padding-top: 30px;
        position: relative; }
        .home_one_by_one .top_box .right .action a {
          font-weight: 700;
          color: #65564E;
          font-size: 20px;
          letter-spacing: 0.3em;
          display: inline-block;
          padding: 10px 30px;
          transition: 0.3s;
          position: relative;
          z-index: 0; }
          .home_one_by_one .top_box .right .action a .pic_bk {
            transition: 0.3s;
            width: 100%; }
            .home_one_by_one .top_box .right .action a .pic_bk img {
              margin: auto;
              display: block;
              transition: 0.3s;
              width: 140px;
              height: 30px; }
          .home_one_by_one .top_box .right .action a:hover .pic_bk {
            transform: translate(-50%, calc(-50%)); }
            .home_one_by_one .top_box .right .action a:hover .pic_bk img {
              transition: 0.3s;
              width: 140px;
              height: 80px; }
        .home_one_by_one .top_box .right .action .pic_bk {
          z-index: -1;
          position: absolute;
          left: 50%;
          top: 50%;
          transform: translate(-50%, calc(-50% + 15px)); }

@media (max-width: 768px) {
  .home_one_by_one .top_box {
    flex-wrap: wrap;
    justify-content: center; }

  .home_one_by_one .top_box .left {
    width: auto;
    margin-bottom: 30px; }

  .home_one_by_one .top_box .pic {
    width: 100%;
    margin-bottom: 30px; }
    .home_one_by_one .top_box .pic img {
      display: block;
      width: 80%;
      margin: auto;
      position: relative;
      transform: translate(0, 0); }

  .home_one_by_one .top_box .right {
    width: auto; } }
.home_feedback {
  padding: 50px 15px;
  max-width: 1048px;
  margin: auto; }
  .home_feedback .top {
    text-align: center; }
    .home_feedback .top h3 {
      position: relative;
      display: inline-flex;
      justify-content: space-between;
      align-items: center;
      margin: auto; }
      .home_feedback .top h3 .ibox {
        font-size: 30px;
        letter-spacing: 0.1em;
        color: #7d6e67;
        position: relative;
        padding: 0 20px; }
      .home_feedback .top h3:before {
        content: '';
        width: 69px;
        height: 68px;
        background-image: url(../img/f1.svg);
        background-size: cover; }
      .home_feedback .top h3:after {
        content: "";
        width: 69px;
        height: 68px;
        background-image: url(../img/f2.svg);
        background-size: cover; }
    .home_feedback .top .sub_title {
      font-size: 16px;
      letter-spacing: 0.06em;
      color: #7d6e67; }
  .home_feedback .grid {
    padding-top: 30px; }
    .home_feedback .grid .grid-item {
      width: calc(50% - 30px);
      background: #f5ece5;
      border-radius: 16px;
      padding: 20px 30px 30px 20px;
      box-sizing: border-box;
      margin-bottom: 30px; }
      .home_feedback .grid .grid-item .pic {
        display: flex;
        align-items: center;
        margin-bottom: 15px; }
        .home_feedback .grid .grid-item .pic img {
          width: 32px;
          margin-right: 10px; }
        .home_feedback .grid .grid-item .pic .pn {
          font-size: 16px;
          line-height: 26px;
          letter-spacing: 0.06em; }
      .home_feedback .grid .grid-item .tx {
        text-align: justify;
        font-weight: 400;
        font-size: 14px;
        line-height: 1.7em;
        letter-spacing: 0.06em;
        padding-left: 42px; }

@media (max-width: 768px) {
  .home_feedback .grid .grid-item {
    width: 100%; }

  .home_feedback .top h3:after {
    display: none; }

  .home_feedback .top {
    text-align: left; } }
@media (max-width: 450px) {
  .home_feedback .top h3 .ibox {
    width: calc(100% - 50px); }

  .home_feedback .top h3 {
    margin-bottom: 20px; } }
.about_1 .box {
  max-width: 965px;
  padding: 0 15px;
  margin: 0 auto;
  display: flex;
  gap: 20px;
  align-items: center; }
  .about_1 .box .left {
    width: 50%; }
    .about_1 .box .left .p1 {
      max-width: 470px;
      margin-bottom: 30px; }
      .about_1 .box .left .p1 img {
        display: block; }
    .about_1 .box .left .t1 {
      font-size: 16px;
      letter-spacing: 0.01em;
      line-height: 28px; }
    .about_1 .box .left .p3 {
      position: absolute;
      max-width: 309px;
      transform: translate(0px, 80px);
      left: 50px; }
      .about_1 .box .left .p3 img {
        width: 100%;
        display: block; }
  .about_1 .box .right {
    width: 50%; }
    .about_1 .box .right .p2 {
      max-width: 446px; }
      .about_1 .box .right .p2 img {
        display: block; }

@media (max-width: 768px) {
  .about_1 .box {
    flex-wrap: wrap; }

  .about_1 .box .left {
    width: 100%; }

  .about_1 .box .right {
    width: 100%; } }
/*   ++=============================  About 2  ++=============================   */
/*   ++=============================  About 2  ++=============================   */
/*   ++=============================  About 2  ++=============================   */
.about_2 {
  padding-top: 180px;
  padding-bottom: 80px; }
  .about_2 .box {
    max-width: 1170px;
    display: flex;
    align-items: center;
    padding: 0 15px;
    margin: 0 auto; }
    .about_2 .box .left {
      width: 60%;
      padding-right: 20px;
      box-sizing: border-box; }
      .about_2 .box .left > .txt {
        color: #837974;
        font-size: 30px;
        line-height: 53px;
        letter-spacing: 0.04em;
        font-weight: bold; }
      .about_2 .box .left .data {
        padding-top: 40px;
        width: 100%;
        display: flex;
        gap: 50px; }
        .about_2 .box .left .data .pn {
          text-align: center; }
          .about_2 .box .left .data .pn .num {
            font-size: 14px; }
          .about_2 .box .left .data .pn .num span {
            font-size: 40px;
            letter-spacing: 0.11em;
            font-weight: bold;
            font-family: 'Avenir'; }
          .about_2 .box .left .data .pn .txtp {
            font-size: 14px;
            letter-spacing: 0.11em; }
    .about_2 .box .right {
      width: 40%;
      padding-left: 30px;
      border-left: 1px solid #d8cec9;
      box-sizing: border-box; }
      .about_2 .box .right h4 {
        display: flex;
        align-items: center;
        font-size: 16px;
        letter-spacing: .011em;
        color: #35292c; }
        .about_2 .box .right h4:before {
          display: block;
          margin-right: 10px;
          content: '';
          width: 20px;
          height: 23px;
          background-image: url(../img/swl.png);
          background-size: cover; }
      .about_2 .box .right .txt {
        color: #7d6e67;
        font-size: 14px;
        letter-spacing: .06em; }
        .about_2 .box .right .txt.sep {
          padding-bottom: 20px;
          border-bottom: 1px solid #d8cec9;
          margin-bottom: 20px; }

@media (max-width: 768px) {
  .about_1 .box .left {
    margin-bottom: 30px; }

  .about_1 .box .left .p3 {
    left: -80px;
    bottom: -270px; }

  .about_2 .box .left > .txt {
    font-size: 30px; }

  .about_2 .box .left > .txt br {
    display: none; }

  .about_2 .box {
    flex-wrap: wrap; }

  .about_2 .box .left {
    width: 100%;
    padding-right: 0px; }

  .about_2 .box .left .data {
    flex-wrap: wrap; }

  .about_2 .box .left .data .pn {
    width: 100%;
    padding-right: 0px; }

  .about_2 .box .right {
    width: 100%;
    border: 0px;
    padding-left: 0px; } }
/*   ++=============================  About 3  ++=============================   */
/*   ++=============================  About 3  ++=============================   */
/*   ++=============================  About 3  ++=============================   */
.mb_only {
  display: none; }

.about_3 .box {
  max-width: 1170px;
  display: flex;
  padding: 80px 15px;
  margin: auto; }
  .about_3 .box .left {
    width: 465px;
    padding-top: 60px; }
    .about_3 .box .left .p1 img {
      display: block;
      width: 100%; }
  .about_3 .box .right {
    max-width: calc(100% - 465px);
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center; }
    .about_3 .box .right .center {
      display: block;
      max-width: 500px; }
    .about_3 .box .right .small {
      margin-bottom: 20px;
      font-size: 16px;
      letter-spacing: 0.11em;
      color: #35292C;
      border: 1px solid #B19D93;
      height: 39px;
      border-radius: 20px;
      display: inline-flex;
      padding: 0 20px;
      align-items: center;
      justify-content: center;
      font-weight: bold; }
    .about_3 .box .right h3 {
      margin-top: 0;
      margin-bottom: 40px;
      font-size: 24px;
      letter-spacing: 0.1em;
      color: #2C2D2E;
      font-family: "Noto Serif TC", serif;
      font-optical-sizing: aut; }
    .about_3 .box .right .allpt {
      display: flex;
      flex-wrap: wrap;
      gap: 20px; }
      .about_3 .box .right .allpt .item {
        width: calc(50% - 10px); }
        .about_3 .box .right .allpt .item .tl {
          color: #C16B6D;
          font-size: 16px;
          letter-spacing: 0.04em;
          position: relative;
          display: flex;
          align-items: center;
          margin-bottom: 10px; }
          .about_3 .box .right .allpt .item .tl:before {
            content: '';
            width: 21px;
            height: 20px;
            margin-right: 10px;
            background-size: cover;
            background-image: url(../img/check.png); }
        .about_3 .box .right .allpt .item p {
          font-size: 14px;
          line-height: 24px;
          letter-spacing: 0.06em;
          color: #35292C; }

@media (max-width: 768px) {
  .mb_only {
    display: block; }

  .about_3 .box {
    flex-wrap: wrap; }
    .about_3 .box .left {
      display: none; }
    .about_3 .box .right {
      width: 100%;
      max-width: none; }
      .about_3 .box .right .p1 {
        margin-bottom: 40px; }
      .about_3 .box .right .allpt {
        justify-content: center; }
        .about_3 .box .right .allpt .item {
          width: 80%; } }
/*   ++=============================  About 4  ++=============================   */
/*   ++=============================  About 4  ++=============================   */
/*   ++=============================  About 4  ++=============================   */
.about_4 {
  padding-top: 50px;
  padding-bottom: 20px; }
  .about_4 .box {
    max-width: 1139px;
    margin: auto;
    padding: 0 15px;
    box-sizing: border-box; }
    .about_4 .box .tl {
      display: flex;
      margin-bottom: 30px;
      align-items: center; }
      .about_4 .box .tl .left {
        width: 60%; }
        .about_4 .box .tl .left .top {
          font-size: 16px;
          font-weight: bold;
          letter-spacing: 0.2em;
          display: flex;
          align-items: center;
          margin-bottom: 10px; }
          .about_4 .box .tl .left .top:after {
            margin-left: 20px;
            content: '';
            background-image: url(../img/arrow.png);
            background-position: center;
            background-size: 100% auto;
            width: 108px;
            height: 50px;
            display: block;
            background-repeat: no-repeat; }
        .about_4 .box .tl .left h3 {
          font-size: 30px;
          color: #7D6E67;
          letter-spacing: 0.04em; }
      .about_4 .box .tl .right {
        width: 40%;
        text-align: right;
        font-style: Regular;
        font-size: 14px;
        line-height: 24px;
        letter-spacing: 0.06em; }
    .about_4 .box .allpics {
      display: flex;
      justify-content: space-between; }
      .about_4 .box .allpics .cert {
        padding: 0 15px;
        width: 300px;
        margin-bottom: 20px; }
        .about_4 .box .allpics .cert .p1 {
          margin-bottom: 15px; }
        .about_4 .box .allpics .cert h3 {
          color: #35292C;
          letter-spacing: 0.11em;
          font-size: 16px;
          margin-bottom: 0;
          text-align: center; }

@media (max-width: 768px) {
  .about_4 .box .tl {
    flex-wrap: wrap; }
    .about_4 .box .tl .left {
      width: 100%; }
    .about_4 .box .tl .right {
      width: 100%;
      text-align: left; }

  .about_4 .box .allpics {
    flex-wrap: wrap; }
    .about_4 .box .allpics .cert {
      width: 100%;
      padding: 0;
      margin-bottom: 30px; }
      .about_4 .box .allpics .cert .p1 {
        width: 100%; }
        .about_4 .box .allpics .cert .p1 img {
          display: block;
          width: 100%; } }
/*   ++=============================  About 5  ++=============================   */
/*   ++=============================  About 5  ++=============================   */
/*   ++=============================  About 5  ++=============================   */
.about_5 {
  padding: 70px 15px; }
  .about_5 .box {
    max-width: 1140px;
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    margin: auto; }
    .about_5 .box .dep_txt {
      display: block !important; }
      .about_5 .box .dep_txt .small {
        border: 1px solid #B19D93;
        border-radius: 20px;
        width: 110px;
        height: 39px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 16px;
        line-height: 1em;
        color: #35292C;
        margin-bottom: 20px;
        letter-spacing: 0.1em; }
      .about_5 .box .dep_txt h4 {
        font-size: 24px;
        line-height: 38px; }
    .about_5 .box .dep {
      width: calc(33.33% - 20px);
      border-radius: 16px;
      min-height: 227px;
      display: flex;
      justify-content: center; }
      .about_5 .box .dep .box {
        display: inline-block; }
        .about_5 .box .dep .box h3 {
          font-size: 16px;
          letter-spacing: 0.11em;
          margin-bottom: 15px;
          display: flex;
          align-items: center; }
          .about_5 .box .dep .box h3 img {
            display: block;
            margin-right: 10px; }
        .about_5 .box .dep .box p {
          margin: 0;
          font-size: 14px;
          line-height: 24px;
          letter-spacing: 0.06em;
          color: #7D6E67; }

@media (max-width: 768px) {
  .about_5 .box .dep {
    width: calc(50% - 20px);
    padding: 0 15px;
    box-sizing: border-box; } }
@media (max-width: 450px) {
  .about_5 .box .dep {
    width: calc(100%);
    padding: 0 15px;
    box-sizing: border-box; } }
/*   ++=============================  About 6  ++=============================   */
/*   ++=============================  About 6  ++=============================   */
/*   ++=============================  About 6  ++=============================   */
.about_6 {
  width: 100%;
  padding: 80px 0; }
  .about_6 .tl {
    display: flex;
    margin-bottom: 30px;
    align-items: center;
    margin: auto;
    max-width: 1256px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 30px; }
    .about_6 .tl .left {
      width: 50%; }
      .about_6 .tl .left .top {
        font-size: 16px;
        font-weight: bold;
        letter-spacing: 0.2em;
        display: flex;
        align-items: center; }
        .about_6 .tl .left .top:after {
          margin-left: 20px;
          content: '';
          background-image: url(../img/arrow.png);
          background-position: center;
          background-size: 100% auto;
          width: 108px;
          height: 50px;
          display: block;
          background-repeat: no-repeat; }
      .about_6 .tl .left h3 {
        font-size: 30px;
        color: #7D6E67;
        letter-spacing: 0.04em; }
    .about_6 .tl .right {
      width: 50%;
      font-weight: bold;
      text-align: left;
      font-size: 30px;
      line-height: 1.5em;
      letter-spacing: 0.06em;
      color: #7D6E67; }
  .about_6 .inner {
    margin: auto;
    max-width: 1256px;
    padding-left: 15px;
    padding-right: 15px;
    min-height: 500px;
    display: flex;
    align-items: center; }
    .about_6 .inner .sec2 {
      width: 50%;
      box-sizing: border-box;
      position: relative; }
      .about_6 .inner .sec2 .pic {
        max-width: 465px;
        width: 100%;
        background-size: cover;
        background-position: center;
        height: 465px;
        color: #fff;
        box-sizing: border-box;
        position: relative;
        border-radius: 16px; }
        .about_6 .inner .sec2 .pic img {
          opacity: 0; }
        .about_6 .inner .sec2 .pic .idx {
          font-size: 67px;
          letter-spacing: 0.1em; }
        .about_6 .inner .sec2 .pic .caption {
          width: 290px;
          bottom: 30px;
          position: absolute;
          left: 46px;
          font-size: 16px;
          line-height: 32px; }
    .about_6 .inner .sec3 {
      width: 50%;
      padding: 0 0;
      box-sizing: border-box; }
      .about_6 .inner .sec3 .slk_box .item_pic .pic {
        max-width: 412px;
        width: 100%;
        background-size: cover;
        background-position: center;
        height: 465px;
        color: #fff;
        padding: 24px;
        box-sizing: border-box;
        position: relative;
        border-radius: 16px;
        margin: auto; }
        .about_6 .inner .sec3 .slk_box .item_pic .pic .idx {
          font-size: 67px;
          letter-spacing: 0.1em; }
        .about_6 .inner .sec3 .slk_box .item_pic .pic .caption {
          width: 290px;
          bottom: 30px;
          position: absolute;
          left: 46px;
          font-size: 16px;
          line-height: 32px; }
      .about_6 .inner .sec3 .slk_box .item {
        display: flex;
        color: #676274;
        align-items: center;
        height: 110px;
        border-bottom: 0.5px solid #BFBCC7;
        justify-content: space-between;
        position: relative; }
        .about_6 .inner .sec3 .slk_box .item a {
          color: #35292C; }
        .about_6 .inner .sec3 .slk_box .item.active .fe, .about_6 .inner .sec3 .slk_box .item:hover .fe {
          transform: translate(-50px, 0px);
          padding: 10px 15px; }
          .about_6 .inner .sec3 .slk_box .item.active .fe .desc_cht,
          .about_6 .inner .sec3 .slk_box .item.active .fe .desc_cht a, .about_6 .inner .sec3 .slk_box .item:hover .fe .desc_cht,
          .about_6 .inner .sec3 .slk_box .item:hover .fe .desc_cht a {
            color: #D17F80; }
        .about_6 .inner .sec3 .slk_box .item.active .link a, .about_6 .inner .sec3 .slk_box .item:hover .link a {
          transition: 0.3s;
          transform: translate(0, 0px); }
        .about_6 .inner .sec3 .slk_box .item:last-child {
          border-bottom: 0px; }
        .about_6 .inner .sec3 .slk_box .item .fe {
          transition: 0.3s; }
          .about_6 .inner .sec3 .slk_box .item .fe .desc_cht {
            font-size: 16px;
            line-height: 24px;
            letter-spacing: 0.11em;
            font-weight: 600;
            color: #35292C;
            margin-bottom: 7px; }
          .about_6 .inner .sec3 .slk_box .item .fe .caption {
            font-size: 14px;
            line-height: 24px;
            letter-spacing: 0.06em;
            font-weight: 600; }
        .about_6 .inner .sec3 .slk_box .item .link {
          position: absolute;
          height: 36px;
          width: 50px;
          right: 0;
          overflow: hidden; }
          .about_6 .inner .sec3 .slk_box .item .link a {
            background-image: url(../img/arrowx.png);
            background-size: cover;
            transition: 0.3s;
            position: absolute;
            transform: translate(50px, 0px);
            display: block;
            width: 36px;
            height: 36px; }

.about_6 .inner .sec2 .pic {
  position: absolute;
  top: 50%;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  transition: 0; }
  .about_6 .inner .sec2 .pic.active {
    visibility: visible;
    position: relative;
    transition: 0;
    z-index: 8;
    opacity: 1; }

.about_6 .inner .sec3 .slk_box .item_pic {
  display: none; }

@media (max-width: 1250px) {
  .about_6 .inner .sec3 {
    padding-left: 5%;
    width: 50%; } }
@media (max-width: 900px) {
  .about_6 .inner .sec1 {
    width: 40%; }

  .about_6 .inner .sec3 {
    width: 60%; } }
@media (max-width: 800px) {
  .about_6 .inner .sec2 {
    width: 100%; }

  .about_6 .inner .sec2 .pic {
    max-width: 100%; }

  .about_6 .inner .sec3 .slk_box .item .link a {
    transform: translate(0px, 0px); }

  .about_6 .inner .sec3 .slk_box .item .fe,
  .about_6 .inner .sec3 .slk_box .item .fe {
    padding: 10px 70px 10px 15px !important; }

  .about_6 .tl {
    flex-wrap: wrap; }

  .about_6 .tl .right {
    width: 100%;
    text-align: left; }

  .about_6 .tl .left {
    width: 100%; }

  .about_6 .inner .sec3 {
    padding-left: 0; }

  .about_6 .inner {
    flex-wrap: wrap; }

  .about_6 .inner .sec3 .slk_box .item.active .fe, .about_6 .inner .sec3 .slk_box .item:hover .fe {
    transform: translate(0, 0); }

  .about_6 .inner .sec1 {
    width: 100%; }

  .about_6 .inner .sec3 {
    width: 100%; }

  .about_6 .inner .sec3 .slk_box .item_pic {
    display: none; }

  .about_6 .inner .sec3 .slk_box .item_pic.active {
    display: block;
    padding-top: 20px;
    padding-bottom: 20px; } }
/*   ++=============================  About 7  ++=============================   */
/*   ++=============================  About 7  ++=============================   */
/*   ++=============================  About 7  ++=============================   */
.about_7 {
  padding: 50px 0; }
  .about_7 h3 {
    text-align: center;
    font-size: 30px;
    letter-spacing: 0.04em;
    color: #7D6E67; }
  .about_7 .allpics {
    max-width: 1000px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
    .about_7 .allpics .cert {
      min-width: 20%;
      margin-bottom: 20px; }
      .about_7 .allpics .cert .p1 {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100%; }
        .about_7 .allpics .cert .p1 img {
          margin: auto;
          max-width: 100%;
          display: block; }

@media (max-width: 768px) {
  .about_7 .allpics {
    justify-content: space-between; }

  .about_7 .allpics .cert {
    width: calc(50% - 10px); }
    .about_7 .allpics .cert .p1 {
      width: 100%; }
      .about_7 .allpics .cert .p1 img {
        display: block; } }
/*   ++=============================  Consult 1  ++=============================   */
/*   ++=============================  Consult 1  ++=============================   */
/*   ++=============================  Consult 1  ++=============================   */
.mb_only {
  display: none; }

.consult_1 {
  background: #fefdfb; }
  .consult_1 .box {
    max-width: 1170px;
    padding: 50px 15px 10px;
    margin: auto;
    display: flex; }
    .consult_1 .box .left {
      width: 50%; }
      .consult_1 .box .left .t2 {
        font-size: 28px;
        letter-spacing: 0.04em;
        color: #35292c;
        margin-bottom: 20px; }
      .consult_1 .box .left .t1 {
        margin-top: 0;
        font-weight: bold;
        font-size: 44px;
        letter-spacing: 0.04em;
        color: #35292c;
        margin-bottom: 1em; }
      .consult_1 .box .left .small {
        font-size: 16px;
        letter-spacing: 0.1em;
        color: #1e1e1e; }
      .consult_1 .box .left .small_tags {
        padding-top: 30px; }
    .consult_1 .box .right {
      width: 50%; }
      .consult_1 .box .right .p1 img {
        display: block; }
      .consult_1 .box .right .small_tags {
        padding-top: 30px; }
        .consult_1 .box .right .small_tags img {
          display: block;
          margin: 0 -15px 0 auto; }

@media (max-width: 768px) {
  .mb_only {
    display: block; }

  .consult_1 .box {
    flex-wrap: wrap; }
    .consult_1 .box .left {
      width: 100%; }
    .consult_1 .box .right {
      width: 100%; }

  .consult_1 .box .left .small_tags {
    display: none; }

  .consult_1 .box .left .t2 {
    font-size: 24px; }

  .consult_1 .box .left .t1 {
    font-size: 30px; }

  .consult_1 .box .left {
    margin-bottom: 40px; }

  .consult_1 .box .left .small {
    max-width: 50%; } }
/*   ++=============================  Consult 2  ++=============================   */
/*   ++=============================  Consult 2  ++=============================   */
/*   ++=============================  Consult 2  ++=============================   */
.consult_2 {
  min-height: 486px;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center; }
  .consult_2 .box {
    text-align: center; }
    .consult_2 .box h3 {
      font-size: 24px;
      line-height: 30px;
      letter-spacing: 0.06em;
      color: #7D6E67;
      margin: 0; }
    .consult_2 .box .sep {
      padding: 30px 0;
      height: 81px;
      position: relative; }
      .consult_2 .box .sep:after {
        position: absolute;
        left: calc(50% - 1px);
        top: 50%;
        transform: translate(0, -50%);
        content: "";
        width: 1px;
        background: #B19D93;
        height: 41px; }
    .consult_2 .box .t2 {
      font-size: 16px;
      line-height: 29px;
      color: #2C2D2E; }

/*   ++=============================  Consult 3  ++=============================   */
/*   ++=============================  Consult 3  ++=============================   */
/*   ++=============================  Consult 3  ++=============================   */
.consult_3 {
  padding: 80px 15px; }
  .consult_3 h3 {
    text-align: center;
    font-size: 30px;
    letter-spacing: 0.04em;
    color: #7d6e67;
    margin-bottom: 40px; }
  .consult_3 .box {
    max-width: 1210px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .consult_3 .box .itm h4 {
      font-size: 16px;
      letter-spacing: 0.11em;
      color: #35292c;
      margin-bottom: 10px;
      position: relative;
      display: flex;
      align-items: center; }
      .consult_3 .box .itm h4:before {
        content: '';
        display: block;
        width: 16px;
        height: 16px;
        border-radius: 50%;
        background: #35292c;
        margin-right: 10px; }
    .consult_3 .box .itm p {
      font-size: 14px;
      letter-spacing: 0.01em;
      color: #7d6e67; }
    .consult_3 .box .left {
      width: 28%;
      max-width: 360px; }
    .consult_3 .box .center {
      width: 38%;
      max-width: 380px; }
      .consult_3 .box .center .p1 {
        margin-bottom: 30px; }
        .consult_3 .box .center .p1 img {
          display: block;
          margin: auto; }
      .consult_3 .box .center .desc2 {
        text-align: center;
        font-size: 14px;
        line-height: 24px;
        letter-spacing: 0.06em;
        color: #2a2a2a; }
    .consult_3 .box .right {
      width: 28%;
      max-width: 300px; }
  .consult_3 .action {
    padding-top: 40px;
    display: flex;
    justify-content: center; }
    .consult_3 .action a {
      margin: 0 15px; }
      .consult_3 .action a .aw {
        height: 28px;
        width: 28px; }
      .consult_3 .action a.reverse .a_link {
        background: transparent;
        color: #8a7c75;
        width: auto;
        min-width: none;
        white-space: nowrap; }
        .consult_3 .action a.reverse .a_link .aw {
          margin-left: 10px;
          background: #8a7c75; }
          .consult_3 .action a.reverse .a_link .aw span {
            background-image: url(../img/aw_w.png); }
          .consult_3 .action a.reverse .a_link .aw span:before {
            background-image: url(../img/aw_w.png); }

@media (max-width: 768px) {
  .consult_3 .box {
    flex-wrap: wrap;
    justify-content: center; }
    .consult_3 .box .left {
      width: 100%; }
    .consult_3 .box .center {
      width: 100%;
      margin-bottom: 20px; }
    .consult_3 .box .right {
      width: 100%; }

  .consult_3 .action {
    flex-wrap: wrap;
    justify-content: center; }
    .consult_3 .action a {
      margin-bottom: 20px; } }
/*   ++=============================  Consult 4  ++=============================   */
/*   ++=============================  Consult 4  ++=============================   */
/*   ++=============================  Consult 4  ++=============================   */
.consult_4 .box {
  max-width: 1170px;
  padding: 100px 15px;
  margin: auto;
  display: flex;
  justify-content: space-between; }
  .consult_4 .box .dep1 {
    max-width: 421px;
    width: 100%; }
    .consult_4 .box .dep1 h3 {
      font-size: 30px;
      letter-spacing: 0.04em;
      color: #7D6E67;
      margin-bottom: 0.9em; }
      .consult_4 .box .dep1 h3 br {
        display: none; }
    .consult_4 .box .dep1 .desc {
      color: #121212E5;
      font-size: 16px;
      line-height: 26px;
      letter-spacing: 0.06em; }
  .consult_4 .box .dir {
    display: flex;
    justify-content: space-between;
    max-width: 643px;
    width: 100%; }
    .consult_4 .box .dir .dep {
      display: block;
      width: 105px; }
      .consult_4 .box .dir .dep .pic {
        margin-bottom: 20px; }
        .consult_4 .box .dir .dep .pic img {
          display: block;
          width: 100%;
          max-width: 84px; }
      .consult_4 .box .dir .dep h3 {
        font-size: 16px;
        letter-spacing: 0.1em;
        color: #423739;
        margin-bottom: 13px; }
      .consult_4 .box .dir .dep .sm {
        font-size: 14px;
        font-weight: 400;
        color: #7D6E67; }

@media (max-width: 1000px) {
  .consult_4 .box {
    flex-wrap: wrap;
    max-width: 770px; }

  .consult_4 .box .dep1 {
    margin-bottom: 40px; }

  .consult_4 .box .dir {
    width: 100%;
    max-width: none;
    flex-wrap: wrap; }

  .consult_4 .box .dir .dep {
    margin-bottom: 25px; }

  .consult_4 .box .dep1 .desc br {
    display: none; } }
@media (max-width: 450px) {
  .consult_4 .box .dep1 h3 br {
    display: inline-block; }

  .consult_4 .box .dir {
    justify-content: flex-start; }

  .consult_4 .box .dir .dep {
    width: 115px; }

  .consult_4 .box .dir {
    margin: auto;
    width: 350px; } }
/*   ++=============================  Consult 4.2  ++=============================   */
/*   ++=============================  Consult 4.2  ++=============================   */
/*   ++=============================  Consult 4.2  ++=============================   */
.consult_4_2 {
  padding-top: 20px;
  padding-bottom: 50px; }
  .consult_4_2 .box {
    padding: 50px 15px;
    max-width: 1130px;
    width: 100%;
    margin: auto; }
    .consult_4_2 .box .my_title {
      display: flex; }
      .consult_4_2 .box .my_title .left {
        width: 50%; }
        .consult_4_2 .box .my_title .left .d1 {
          font-size: 16px;
          letter-spacing: 0.11em; }
        .consult_4_2 .box .my_title .left h3 {
          font-size: 30px;
          letter-spacing: 0.04em;
          color: #7D6E67; }
      .consult_4_2 .box .my_title .right {
        width: 50%; }
        .consult_4_2 .box .my_title .right .t3 {
          font-size: 16px;
          letter-spacing: 0.06em;
          text-align: right;
          color: #121212; }
  .consult_4_2 .round2 {
    transform: translate(-110px, 0);
    width: calc(100% + 120px); }
  .consult_4_2 .dir.roop_slide__wrap .roop_slide__item {
    width: 225px;
    padding: 0 10px;
    box-sizing: border-box; }
    .consult_4_2 .dir.roop_slide__wrap .roop_slide__item .pic {
      position: relative;
      overflow: hidden;
      padding-left: 25px;
      width: 205px;
      height: 58px;
      background-size: cover;
      border-radius: 30px;
      font-size: 20px;
      display: flex;
      align-items: center;
      color: #fff;
      text-shadow: 1px 1px 3px #00000040;
      z-index: 0; }
      .consult_4_2 .dir.roop_slide__wrap .roop_slide__item .pic:before {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 0;
        background-color: rgba(0, 0, 0, 0.25); }
      .consult_4_2 .dir.roop_slide__wrap .roop_slide__item .pic span {
        z-index: 2; }

@media (max-width: 768px) {
  .consult_4_2 .box .my_title .left {
    width: 100%; } }
/*   ++=============================  Consult 5  ++=============================   */
/*   ++=============================  Consult 5  ++=============================   */
/*   ++=============================  Consult 5  ++=============================   */
.consult_5 {
  background: #F0E5DC; }
  .consult_5 .box {
    padding: 80px 15px;
    max-width: 1230px;
    margin: auto;
    display: flex;
    justify-content: center; }
    .consult_5 .box > .dep {
      width: 25%;
      padding: 0px 15px; }
      .consult_5 .box > .dep.t1 {
        display: flex;
        flex-wrap: wrap;
        align-content: center; }
      .consult_5 .box > .dep h3 {
        font-size: 30px;
        letter-spacing: 0.04em;
        color: #7D6E67;
        width: 100%;
        display: block; }
      .consult_5 .box > .dep .dt {
        font-size: 16px;
        line-height: 26px;
        letter-spacing: 0.06em;
        color: #121212E5;
        display: block; }
    .consult_5 .box .packages {
      width: 75%;
      display: flex; }
      .consult_5 .box .packages .dep {
        width: 33.3333%;
        padding: 0px 15px; }
        .consult_5 .box .packages .dep .card {
          background: #F7F4F1;
          border-radius: 16px;
          padding: 0px 20px 20px;
          box-sizing: border-box;
          text-align: center;
          min-height: 426px;
          position: relative; }
          .consult_5 .box .packages .dep .card .pjt {
            height: 29px;
            padding: 0 20px;
            border-radius: 30px;
            color: #fff;
            text-align: center;
            display: inline-flex;
            align-items: center;
            transform: translate(0, -14px); }
          .consult_5 .box .packages .dep .card .p1 {
            display: inline-block;
            color: #7D6E67;
            font-size: 16px;
            line-height: 22px;
            letter-spacing: 0.1em;
            padding-bottom: 5px; }
          .consult_5 .box .packages .dep .card .itbox {
            max-width: 200px;
            margin: auto;
            padding-top: 6px;
            padding-bottom: 15px;
            border-top: 1px solid #7D6E67;
            border-bottom: 1px solid #7D6E67; }
            .consult_5 .box .packages .dep .card .itbox .t1 {
              padding-top: 14px;
              padding-bottom: 14px;
              font-size: 14px;
              display: flex;
              align-items: center;
              font-weight: bold;
              justify-content: center;
              color: #1E1E1E; }
              .consult_5 .box .packages .dep .card .itbox .t1 span {
                font-weight: bold;
                font-size: 38px;
                padding: 0 7px;
                line-height: 1; }
            .consult_5 .box .packages .dep .card .itbox .t2 {
              font-size: 14px;
              color: #7D6E67;
              border: 1px solid #7D6E67;
              border-radius: 20px;
              padding: 0 10px;
              display: inline-block; }
          .consult_5 .box .packages .dep .card ul.t3 {
            padding: 20px 0 0;
            margin: 0; }
            .consult_5 .box .packages .dep .card ul.t3 li {
              display: flex;
              list-style: none;
              margin-bottom: 0;
              align-items: center;
              font-size: 14px;
              letter-spacing: 0.04em;
              margin-bottom: 8px;
              color: #000000; }
              .consult_5 .box .packages .dep .card ul.t3 li:before {
                margin-right: 8px;
                width: 21px;
                height: 20px;
                content: '';
                display: block;
                background-image: url(../img/chk1.png);
                background-size: cover; }
          .consult_5 .box .packages .dep .card .action {
            position: absolute;
            bottom: 20px;
            left: 50%;
            transform: translate(-50%, 0); }
            .consult_5 .box .packages .dep .card .action a {
              display: inline-block;
              margin: auto;
              border: 0px; }
              .consult_5 .box .packages .dep .card .action a .aw {
                height: 28px;
                width: 28px; }
              .consult_5 .box .packages .dep .card .action a .a_link {
                border: 0px; }

@media (max-width: 1000px) {
  .consult_5 .box {
    flex-wrap: wrap; }
    .consult_5 .box .dep.t1 {
      width: 100%;
      margin-bottom: 50px; }
    .consult_5 .box .packages {
      width: 100%; }

  .consult_5 .box .packages .dep {
    padding: 0 10px; } }
@media (max-width: 768px) {
  .consult_5 .box {
    padding: 50px 15px 30px; }

  .consult_5 .box .packages {
    flex-wrap: wrap;
    justify-content: center; }

  .consult_5 .box .packages .dep {
    width: 100%;
    margin-bottom: 50px;
    max-width: 306px; } }
/*   ++=============================  Consult 6  ++=============================   */
/*   ++=============================  Consult 6  ++=============================   */
/*   ++=============================  Consult 6  ++=============================   */
.consult_6 {
  padding: 100px 15px; }
  .consult_6 h3 {
    font-size: 30px;
    letter-spacing: 0.04em;
    text-align: center;
    color: #7D6E67;
    margin-bottom: 60px; }
  .consult_6 .box {
    max-width: 1160px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
    .consult_6 .box .dep {
      padding-left: 20px;
      padding-right: 20px;
      margin-bottom: 30px; }
      .consult_6 .box .dep h4 {
        width: 250px;
        border-top: 1px solid rgba(53, 41, 44, 0.5);
        padding-top: 15px;
        color: #35292C;
        margin-bottom: 20px;
        font-size: 16px;
        letter-spacing: 0.2em;
        line-height: 29px; }
      .consult_6 .box .dep .item {
        color: #35292C;
        font-size: 14px;
        line-height: 23px;
        letter-spacing: 0.2em; }
  .consult_6 .action {
    padding: 30px 15px 20px;
    text-align: center;
    justify-content: center; }
    .consult_6 .action .ctl .a_link {
      padding: 4px 4px 4px 20px; }
    .consult_6 .action a {
      display: inline-block;
      margin: auto; }
      .consult_6 .action a .aw {
        height: 28px;
        width: 28px; }

@media (max-width: 1150px) {
  .consult_6 .box {
    max-width: 860px; } }
/*   ++=============================  Consult 7  ++=============================   */
/*   ++=============================  Consult 7  ++=============================   */
/*   ++=============================  Consult 7  ++=============================   */
.consult_7 {
  padding: 80px 15px;
  max-width: 1048px;
  margin: auto; }
  .consult_7 .top {
    text-align: center; }
    .consult_7 .top h3 {
      position: relative;
      display: inline-flex;
      justify-content: space-between;
      align-items: center;
      margin: auto auto 40px; }
      .consult_7 .top h3 .ibox {
        font-size: 30px;
        letter-spacing: 0.04em;
        color: #7d6e67;
        position: relative;
        padding: 0 20px; }
  .consult_7 .grid {
    padding-top: 30px; }
    .consult_7 .grid .grid-item {
      width: calc(33.33%);
      padding: 0 20px;
      margin-bottom: 30px; }
      .consult_7 .grid .grid-item .box {
        position: relative;
        background: #f5ece5;
        border-radius: 16px;
        padding: 20px 30px 30px 20px;
        box-sizing: border-box;
        margin-bottom: 30px; }
        .consult_7 .grid .grid-item .box .pic {
          display: flex;
          align-items: center;
          margin-bottom: 15px;
          position: absolute;
          transform: translate(-50%, -45px);
          left: 50%; }
          .consult_7 .grid .grid-item .box .pic img {
            width: 49px; }
          .consult_7 .grid .grid-item .box .pic .pn {
            font-size: 14px;
            line-height: 26px;
            letter-spacing: 0.06em; }
        .consult_7 .grid .grid-item .box .tx {
          padding-top: 30px;
          font-weight: 400;
          font-size: 14px;
          line-height: 24px;
          letter-spacing: 0.06em; }

@media (max-width: 768px) {
  .consult_7 .grid .grid-item {
    width: 100%; }

  .consult_7 .top h3:after {
    display: none; }

  .consult_7 .top {
    text-align: left; } }
/*   ++=============================  Consult 8  ++=============================   */
/*   ++=============================  Consult 8  ++=============================   */
/*   ++=============================  Consult 8  ++=============================   */
.consult_8 {
  padding: 80px 15px;
  max-width: 1048px;
  margin: auto; }
  .consult_8 .top {
    text-align: center; }
    .consult_8 .top h3 {
      position: relative;
      display: inline-flex;
      justify-content: space-between;
      align-items: center;
      margin: auto auto 40px; }
      .consult_8 .top h3 .ibox {
        font-size: 30px;
        letter-spacing: 0.04em;
        color: #7d6e67;
        position: relative;
        padding: 0 20px; }
  .consult_8 .qagrid {
    padding-top: 30px;
    display: flex;
    flex-wrap: wrap; }
    .consult_8 .qagrid .qagrid-left {
      width: 50%; }
    .consult_8 .qagrid .qagrid-right {
      width: 50%; }
    .consult_8 .qagrid .qagrid-item {
      width: 100%;
      box-sizing: border-box;
      padding: 0 10px;
      margin-bottom: 20px; }
      .consult_8 .qagrid .qagrid-item .box {
        border-radius: 16px;
        padding: 20px 40px 25px 20px;
        box-sizing: border-box;
        background: #f7f4f1; }
        .consult_8 .qagrid .qagrid-item .box .question {
          position: relative;
          cursor: pointer;
          font-weight: bold;
          color: #333; }
          .consult_8 .qagrid .qagrid-item .box .question:after {
            content: '';
            transition: 0.5s;
            position: absolute;
            right: -10px;
            top: 4px;
            width: 16px;
            height: 16px;
            background-image: url(../img/cross.png);
            background-size: cover; }
        .consult_8 .qagrid .qagrid-item .box .answer {
          font-size: 14px;
          display: none;
          padding: 10px 0;
          margin-top: 5px; }

.consult_8 .qagrid .qagrid-item .box.open .question:after {
  transform: rotate(135deg); }

@media (max-width: 768px) {
  .consult_8 .qagrid .qagrid-item {
    width: 100%; }

  .consult_8 .qagrid .qagrid-left {
    width: 100%; }
  .consult_8 .qagrid .qagrid-right {
    width: 100%; }

  .consult_8 .qagrid .qagrid-item .box .question:after {
    right: -16px; } }
/*   ++=============================  Course 1  ++=============================   */
/*   ++=============================  Course 1  ++=============================   */
/*   ++=============================  Course 1  ++=============================   */
.course_1 .box {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  gap: 40px; }
  .course_1 .box .left {
    width: calc(50% - 20px); }
    .course_1 .box .left h4 {
      font-size: 30px;
      letter-spacing: 0.1em;
      color: #2C2D2E;
      margin-bottom: 10px; }
    .course_1 .box .left .small {
      font-size: 20px;
      letter-spacing: 0.3em;
      margin-bottom: 20px;
      color: #65564E;
      font-weight: bold; }
    .course_1 .box .left .exe {
      font-weight: 500;
      font-size: 16px;
      line-height: 24px;
      letter-spacing: 0.1em; }
    .course_1 .box .left .action {
      padding-top: 30px;
      position: relative; }
      .course_1 .box .left .action a {
        font-weight: 700;
        color: #65564E;
        font-size: 20px;
        letter-spacing: 0.3em;
        display: inline-block;
        padding: 10px 40px 10px 0;
        transition: 0.3s;
        position: relative;
        z-index: 0; }
        .course_1 .box .left .action a .pic_bk {
          transition: 0.3s;
          width: 100%; }
          .course_1 .box .left .action a .pic_bk img {
            margin: auto;
            display: block;
            transition: 0.3s;
            width: 140px;
            height: 30px; }
        .course_1 .box .left .action a:hover .pic_bk {
          transform: translate(-50%, calc(-50%)); }
          .course_1 .box .left .action a:hover .pic_bk img {
            transition: 0.3s;
            width: 140px;
            height: 80px; }
      .course_1 .box .left .action .pic_bk {
        z-index: -1;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, calc(-50% + 15px)); }
  .course_1 .box .right {
    width: calc(50% - 20px); }
    .course_1 .box .right .p1 {
      position: relative; }
      .course_1 .box .right .p1 .video_link {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%) scale(1);
        display: block;
        width: 76px;
        height: 76px;
        background-image: url(../img/video.png);
        background-size: cover;
        transition: 0.3s; }
        .course_1 .box .right .p1 .video_link:hover {
          transform: translate(-50%, -50%) scale(1.1); }
        .course_1 .box .right .p1 .video_link:active {
          transform: translate(-50%, -50%) scale(1.18); }
      .course_1 .box .right .p1 img {
        display: block; }

@media (max-width: 768px) {
  .course_1 .box {
    flex-wrap: wrap;
    gap: 0;
    flex-direction: column-reverse; }
    .course_1 .box .left {
      width: 100%; }
      .course_1 .box .left h3 {
        text-align: center;
        font-size: 30px;
        width: 80%;
        margin-left: auto;
        margin-right: auto; }
      .course_1 .box .left .small {
        text-align: center;
        font-size: 20px;
        width: 80%;
        margin-left: auto;
        margin-right: auto; }
      .course_1 .box .left .exe br {
        display: none; }
      .course_1 .box .left .action {
        text-align: center; }
    .course_1 .box .right {
      width: 100%;
      margin-bottom: 30px; } }
/*   ++=============================  Course 2  ++=============================   */
/*   ++=============================  Course 2  ++=============================   */
/*   ++=============================  Course 2  ++=============================   */
.course_2 {
  padding-bottom: 80px;
  padding-top: 100px;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 1130px;
  margin-left: auto;
  margin-right: auto; }
  .course_2 .tl {
    display: flex;
    justify-content: space-between;
    padding-bottom: 40px; }
    .course_2 .tl .left h3 {
      font-size: 24px;
      letter-spacing: 0.1em;
      color: #2c2d2e; }
    .course_2 .tl .right {
      text-align: right;
      font-size: 20px;
      letter-spacing: 0.3em;
      color: #121212;
      color: #65564E;
      font-weight: bold; }
  .course_2 .top_box {
    display: flex;
    gap: 20px; }
    .course_2 .top_box .myclass {
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      position: relative;
      border-radius: 16px; }
      .course_2 .top_box .myclass .small {
        color: #fff;
        display: inline-flex;
        line-height: 1em;
        padding: 0 20px;
        border-radius: 40px;
        height: 48px;
        font-size: 23px;
        letter-spacing: 0.2em;
        align-items: center;
        left: 50%;
        position: absolute;
        transform: translate(-50%, -24px); }
      .course_2 .top_box .myclass img {
        opacity: 0; }
      .course_2 .top_box .myclass .meta {
        position: absolute;
        width: 100%;
        height: 87%;
        top: 13%;
        left: 0;
        text-align: center; }
        .course_2 .top_box .myclass .meta h3 {
          text-align: center;
          margin-bottom: 0;
          font-size: 36px;
          letter-spacing: 0.36em;
          color: #3b2519; }
        .course_2 .top_box .myclass .meta p {
          text-align: center;
          font-size: 24px;
          color: #65564e; }
        .course_2 .top_box .myclass .meta a {
          position: absolute;
          background: rgba(59, 37, 25, 0.8);
          color: #fff;
          border-radius: 20px;
          min-width: 165px;
          text-align: center;
          left: 50%;
          letter-spacing: 0.4em;
          padding: 5px 0;
          transform: translate(-50%, 8px);
          bottom: 10%;
          opacity: 1;
          transition: 0.3s; }
          .course_2 .top_box .myclass .meta a:hover {
            opacity: 0.8; }

@media (max-width: 768px) {
  .course_2 .tl {
    max-width: 550px;
    margin-left: auto;
    margin-right: auto; }
    .course_2 .tl .left {
      margin-bottom: 0; }
    .course_2 .tl h3 {
      margin-bottom: 0; }

  .course_2 .top_box .myclass {
    max-width: 550px;
    margin-left: auto;
    margin-right: auto; }

  .course_2 .top_box {
    flex-wrap: wrap; }
    .course_2 .top_box .myclass {
      width: 100%; }

  .course_2 .tl {
    flex-wrap: wrap; }
    .course_2 .tl .left {
      width: 100%; }
    .course_2 .tl .right {
      width: 100%;
      text-align: left; }

  .course_2 .top_box .myclass {
    margin-bottom: 50px; } }
/*   ++=============================  Course 3  ++=============================   */
/*   ++=============================  Course 3  ++=============================   */
/*   ++=============================  Course 3  ++=============================   */
.course_3 {
  background: #F0E5DC;
  padding: 100px 15px 60px; }
  .course_3 h3 {
    width: 340px;
    text-align: center;
    color: #65564E;
    font-size: 30px;
    letter-spacing: 0.1em;
    margin-bottom: 0;
    background-image: url(../img/isyou.png);
    background-size: 85% auto;
    background-position: center;
    /* padding: 10px; */
    height: 88px;
    background-repeat: no-repeat;
    padding: 10px 20px;
    box-sizing: border-box;
    transform: translate(0px, -10px);
    margin: auto; }
  .course_3 .box {
    padding: 0;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
    .course_3 .box .msg_box {
      width: 33.33%;
      margin-bottom: 50px;
      display: flex;
      flex-wrap: wrap;
      justify-content: center; }
      .course_3 .box .msg_box.sbox {
        width: 20%; }
      .course_3 .box .msg_box h3 {
        width: 340px;
        text-align: center;
        color: #65564E;
        font-size: 30px;
        letter-spacing: 0.1em;
        margin-bottom: 0;
        background-image: url(../img/isyou.png);
        background-size: 85% auto;
        background-position: center;
        /* padding: 10px; */
        height: 88px;
        background-repeat: no-repeat;
        padding: 10px 20px;
        box-sizing: border-box;
        transform: translate(0px, -10px); }
      .course_3 .box .msg_box h4 {
        width: 100%;
        font-size: 20px;
        letter-spacing: 0.1em;
        line-height: 30px;
        color: #121212;
        margin-bottom: 15px;
        z-index: 0;
        position: relative; }
        .course_3 .box .msg_box h4 .pic_bk {
          z-index: -1;
          position: absolute;
          width: 100%;
          height: 30px;
          bottom: -5px; }
          .course_3 .box .msg_box h4 .pic_bk img {
            display: block;
            width: 100%; }
      .course_3 .box .msg_box .pt {
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 0.1em;
        color: #121212; }

@media (max-width: 768px) {
  .course_3 .box .msg_box.pc_only {
    display: none; }

  .course_3 h3 {
    margin-bottom: 50px; }

  .course_3 .box .msg_box {
    width: 100%; }
    .course_3 .box .msg_box.sbox {
      width: 100%; } }
/*   ++=============================  Course 4  ++=============================   */
/*   ++=============================  Course 4  ++=============================   */
/*   ++=============================  Course 4  ++=============================   */
.course_4 {
  padding-top: 100px;
  padding-bottom: 100px; }
  .course_4 .inner .top_ess {
    color: #65564e;
    font-size: 14px;
    text-align: center;
    letter-spacing: 0.66em;
    margin-bottom: 40px; }
  .course_4 .inner > h3 {
    text-align: center;
    font-size: 30px;
    margin-bottom: 15px;
    letter-spacing: 0.1em;
    color: #2c2d2e;
    line-height: 1; }
  .course_4 .inner > p {
    text-align: center;
    font-size: 16px;
    margin-bottom: 40px;
    letter-spacing: 0.06em;
    color: #2c2d2e; }
  .course_4 .inner .more_posts_box {
    display: flex;
    max-width: 1180px;
    margin: auto auto 30px;
    padding: 0 15px;
    justify-content: space-around; }
    .course_4 .inner .more_posts_box .box {
      text-align: center;
      max-width: 333px; }
      .course_4 .inner .more_posts_box .box .pic {
        margin-bottom: 25px; }
        .course_4 .inner .more_posts_box .box .pic img {
          border-radius: 16px; }
      .course_4 .inner .more_posts_box .box h4 {
        font-weight: 500;
        font-size: 20px;
        letter-spacing: 0.06em;
        margin-bottom: 5px; }
      .course_4 .inner .more_posts_box .box p {
        color: #8A7C75;
        font-size: 14px;
        font-weight: 400;
        letter-spacing: 0.06em; }
  .course_4 .action {
    text-align: center;
    position: relative; }
    .course_4 .action a {
      z-index: 0;
      position: relative;
      font-weight: 700;
      color: #65564E;
      font-size: 20px;
      letter-spacing: 0.3em;
      display: inline-block;
      padding: 10px 30px;
      transition: 0.3s; }
      .course_4 .action a .pic_bk {
        transition: 0.3s; }
        .course_4 .action a .pic_bk img {
          display: block;
          transition: 0.3s;
          width: 140px;
          height: 30px; }
      .course_4 .action a:hover .pic_bk {
        transform: translate(-50%, calc(-50%)); }
        .course_4 .action a:hover .pic_bk img {
          transition: 0.3s;
          width: 140px;
          height: 80px; }
    .course_4 .action .pic_bk {
      z-index: -1;
      position: absolute;
      left: 50%;
      top: 50%;
      width: 100%;
      transform: translate(-50%, calc(-50% + 15px)); }

@media (max-width: 768px) {
  .course_4 .inner .more_posts_box {
    flex-wrap: wrap; }
    .course_4 .inner .more_posts_box .box {
      width: 100%; } }
/*   ++=============================  Course 5  ++=============================   */
/*   ++=============================  Course 5  ++=============================   */
/*   ++=============================  Course 5  ++=============================   */
.course_5 {
  padding: 100px 15px 80px; }
  .course_5 h3 {
    text-align: center;
    color: #2C2D2E;
    font-size: 30px;
    margin-bottom: 70px;
    letter-spacing: 0.1em; }
  .course_5 .box {
    max-width: 992px;
    margin: auto;
    display: flex;
    gap: 10px; }
    .course_5 .box .dep {
      width: 100%; }
      .course_5 .box .dep .box {
        height: 236px;
        width: 100%;
        display: block;
        margin-bottom: 10px;
        border-radius: 16px; }
        .course_5 .box .dep .box.full_h {
          height: 481px;
          width: 100%;
          display: block; }
        .course_5 .box .dep .box .inner {
          padding: 30px 0 0 30px;
          text-align: left;
          height: 100%; }
          .course_5 .box .dep .box .inner.pic1 {
            background-size: 60% auto;
            background-position: right 90%;
            background-repeat: no-repeat;
            background-image: url(../img/c1/ic2.png); }
          .course_5 .box .dep .box .inner.pic2 {
            background-size: 324px auto;
            background-position: 68px 88%;
            background-repeat: no-repeat;
            background-image: url(../img/c1/ic1.png); }
          .course_5 .box .dep .box .inner.pic3 {
            background-size: 124px auto;
            background-position: 100% 100%;
            background-repeat: no-repeat;
            background-image: url(../img/c1/ic3.png); }
        .course_5 .box .dep .box h3 {
          font-size: 16px;
          letter-spacing: 0.1em;
          color: #121212;
          margin-bottom: 1em;
          text-align: left; }
        .course_5 .box .dep .box .pt {
          font-size: 16px;
          letter-spacing: 0.1em;
          color: #121212; }

@media (max-width: 768px) {
  .course_5 .box {
    flex-wrap: wrap;
    width: 100%; }
    .course_5 .box .dep {
      width: 100%; }
      .course_5 .box .dep .box {
        max-width: 312px; }

  .course_5 .box .dep .box.full_h {
    height: 236px; }

  .course_5 .box .dep .box .inner.pic1 {
    background-position: right -70%; } }
/*   ++=============================  Course 6  ++=============================   */
/*   ++=============================  Course 6  ++=============================   */
/*   ++=============================  Course 6  ++=============================   */
.course_6 {
  padding: 100px 15px; }
  .course_6 h3 {
    color: #2C2D2E;
    font-size: 30px;
    letter-spacing: 0.1em;
    text-align: center;
    margin-bottom: 50px; }
  .course_6 .grid {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 1267px;
    margin: auto; }
  .course_6 .grid-item {
    margin-bottom: 30px; }
  .course_6 .box {
    max-width: 409px;
    margin: auto;
    display: flex;
    flex-wrap: wrap; }
    .course_6 .box .top {
      display: flex;
      align-items: center;
      margin-bottom: 20px; }
      .course_6 .box .top img {
        display: block;
        width: 64px;
        height: 64px;
        margin-right: 20px; }
      .course_6 .box .top .pn {
        font-size: 16px;
        letter-spacing: 0.1em;
        color: #7D6E67; }
    .course_6 .box .tx {
      padding-left: 50px;
      box-sizing: border-box; }
      .course_6 .box .tx .ibx {
        position: relative;
        background: #F7F4F1;
        border-radius: 16px;
        padding: 20px 20px 20px 30px;
        z-index: 0; }
        .course_6 .box .tx .ibx:before {
          z-index: -1;
          content: '';
          top: 0;
          width: 91px;
          height: 51px;
          left: -42px;
          position: absolute;
          background-image: url(../img/c1/dot.png);
          background-size: cover;
          top: -13px; }
        .course_6 .box .tx .ibx h3 {
          text-align: left;
          font-size: 20px;
          line-height: 30px;
          letter-spacing: 0.1em;
          color: #121212; }
        .course_6 .box .tx .ibx .bx {
          font-size: 14px;
          line-height: 24px;
          letter-spacing: 0.06em;
          color: #35292C; }

@media (max-width: 768px) {
  .course_6 .grid .grid-item {
    width: 100%; } }
/*   ++=============================  Course 7  ++=============================   */
/*   ++=============================  Course 7  ++=============================   */
/*   ++=============================  Course 7  ++=============================   */
.course_7 {
  background: #F3ECE5; }
  .course_7 .box {
    padding: 80px 0px; }
    .course_7 .box h3 {
      color: #2C2D2E;
      font-size: 30px;
      letter-spacing: 0.1em;
      text-align: center;
      margin-bottom: 40px; }
    .course_7 .box .all_comments .item_comment {
      padding-left: 75px;
      display: inline-block; }
      .course_7 .box .all_comments .item_comment .mbox {
        color: #121212;
        position: relative;
        background: #F7F4F1;
        border-radius: 16px;
        padding: 30px 20px 30px 30px;
        z-index: 0;
        font-size: 16px;
        letter-spacing: 0.1em;
        line-height: 30px; }
        .course_7 .box .all_comments .item_comment .mbox:before {
          z-index: -1;
          content: '';
          top: 0;
          width: 91px;
          height: 51px;
          left: -42px;
          position: absolute;
          background-image: url(../img/c1/dot.png);
          background-size: cover;
          top: -13px; }

.roop_slide__wrap {
  display: flex;
  overflow: hidden;
  gap: 0px; }

.roop_slide__list {
  display: flex;
  list-style: none;
  margin-top: 0;
  padding: 0;
  gap: 0px; }

.roop_slide__list--right {
  animation: infinity-scroll-right 180s infinite linear 0.5s both; }

.roop_slide__list--left {
  animation: infinity-scroll-left 180s infinite linear 0.5s both; }

.roop_slide__item {
  padding-top: 19px;
  width: 431px;
  box-sizing: border-box;
  cursor: pointer; }

@media (max-width: 768px) {
  .consult_4_2 .box .my_title .left {
    width: 100%; }

  .consult_4_2 .box .my_title .right {
    display: none; } }
@media (max-width: 414px) {
  .roop_slide__list--right {
    animation: infinity-scroll-right 90s infinite linear 0.5s both; }

  .roop_slide__list--left {
    animation: infinity-scroll-left 90s infinite linear 0.5s both; } }
@keyframes infinity-scroll-right {
  from {
    transform: translateX(-100%); }
  to {
    transform: translateX(0%); } }
@keyframes infinity-scroll-left {
  from {
    transform: translateX(0%); }
  to {
    transform: translateX(-100%); } }
/* ==================================.  */
.home_five_circle {
  padding: 60px 0;
  position: relative; }
  .home_five_circle:after {
    width: 100%;
    height: 200px;
    content: '';
    position: absolute;
    background-image: url(../img/linex.svg);
    background-size: 100% auto;
    background-position: center;
    background-repeat: no-repeat;
    top: 50%;
    transform: translate(0, -55%);
    z-index: -1; }
  .home_five_circle .inner_box {
    max-width: 1300px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
    .home_five_circle .inner_box .item {
      width: 20%; }
      .home_five_circle .inner_box .item:hover .allpic .pic1 {
        opacity: 0; }
      .home_five_circle .inner_box .item:hover .allpic .pic2 {
        opacity: 1; }
      .home_five_circle .inner_box .item .allpic {
        width: 100%;
        max-width: 255px;
        position: relative;
        margin-bottom: 10px; }
        .home_five_circle .inner_box .item .allpic .pic1 {
          z-index: 1;
          top: 0;
          left: 0;
          opacity: 1;
          transition: 0.3s; }
        .home_five_circle .inner_box .item .allpic .pic2 {
          top: 0;
          left: 0;
          position: absolute;
          z-index: 0;
          opacity: 0;
          transition: 0.3s; }
        .home_five_circle .inner_box .item .allpic img {
          display: block; }
      .home_five_circle .inner_box .item h3 {
        text-align: center;
        color: #8A7C75;
        font-size: 18px;
        letter-spacing: 0.1em;
        margin-bottom: 5px; }
      .home_five_circle .inner_box .item p {
        text-align: center;
        color: #121212;
        font-size: 14px;
        letter-spacing: 0.1em; }

@media (max-width: 900px) {
  .home_five_circle .inner_box .item {
    width: 33.33%; } }
@media (max-width: 450px) {
  .home_five_circle .inner_box .item {
    width: 50%; } }
@keyframes modal-video {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@keyframes modal-video-inner {
  from {
    transform: translate(0, 100px); }
  to {
    transform: translate(0, 0); } }
.modal-video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000000;
  cursor: pointer;
  opacity: 1;
  animation-timing-function: ease-out;
  animation-duration: 0.3s;
  animation-name: modal-video;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -ms-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out; }

.modal-video-close {
  opacity: 0; }

.modal-video-close .modal-video-movie-wrap {
  -webkit-transform: translate(0, 100px);
  -moz-transform: translate(0, 100px);
  -ms-transform: translate(0, 100px);
  -o-transform: translate(0, 100px);
  transform: translate(0, 100px); }

.modal-video-body {
  max-width: 960px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 0 10px;
  display: flex;
  justify-content: center;
  box-sizing: border-box; }

.modal-video-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%; }

@media (orientation: landscape) {
  .modal-video-inner {
    padding: 10px 60px;
    box-sizing: border-box; } }
.modal-video-movie-wrap {
  width: 100%;
  height: 0;
  position: relative;
  padding-bottom: 56.25%;
  background-color: #333;
  animation-timing-function: ease-out;
  animation-duration: 0.3s;
  animation-name: modal-video-inner;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -ms-transition: -ms-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out; }

.modal-video-movie-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.modal-video-close-btn {
  position: absolute;
  z-index: 2;
  top: -45px;
  right: 0;
  display: inline-block;
  width: 35px;
  height: 35px;
  overflow: hidden;
  border: none;
  background: transparent; }

@media (orientation: landscape) {
  .modal-video-close-btn {
    top: 0;
    right: -45px; } }
.modal-video-close-btn:before {
  transform: rotate(45deg); }

.modal-video-close-btn:after {
  transform: rotate(-45deg); }

.modal-video-close-btn:before, .modal-video-close-btn:after {
  content: '';
  position: absolute;
  height: 2px;
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -1px;
  background: #fff;
  border-radius: 5px;
  margin-top: -6px; }

.modal-video-body {
  max-width: 1400px; }

.home_bk1 {
  background: linear-gradient(180deg, rgba(244, 238, 233, 0) 11.44%, #F7EFE8 51.8%); }

.more_posts .action {
  z-index: 0; }

.home .ct-container-full {
  padding-top: 0 !important; }

#header-menu-1 ul li a:hover {
  color: #8A7C75; }

#header-menu-1 ul li.current_page_item a {
  text-decoration-line: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 5px;
  color: #8A7C75; }

#offcanvas nav ul li a:hover {
  color: #8A7C75; }

#offcanvas nav ul li.current_page_item a {
  text-decoration-line: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 5px;
  color: #8A7C75; }

#offcanvas nav ul li a,
#header-menu-1 ul li a {
  font-family: "Noto Serif TC", serif;
  font-optical-sizing: auto; }

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