@charset "UTF-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  background: transparent;
  border: 0;
  box-sizing: border-box;
  margin: 0;
  padding: 0; }

*, *::before, *::after {
  box-sizing: border-box; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

ul, li, dl, dt, dd, ol {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

a {
  color: inherit;
  text-decoration: none; }

a:active, a:hover, button:active, button:hover {
  outline: 0; }

hr {
  border: 0;
  border-top: 1px solid #ccc;
  display: block;
  height: 1px;
  margin: 1rem 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  cursor: pointer;
  overflow: visible; }

input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  vertical-align: text-bottom; }

input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
  vertical-align: bottom; }

.ie7 input[type="checkbox"] {
  vertical-align: baseline; }

.ie6 input {
  vertical-align: text-bottom; }

.clear {
  clear: both; }

input, button, select, textarea {
  outline: none; }

*:focus {
  outline: 2px solid #007aff;
  outline-offset: 2px; }

img {
  display: block;
  height: auto;
  max-width: 100%; }

select {
  appearance: none;
  -webkit-appearance: none;
  background: transparent url("data:image/svg+xml;utf8,<svg fill='black' height='12' viewBox='0 0 24 24' width='12' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>") no-repeat right 0.5rem center;
  background-size: 1rem;
  box-sizing: border-box;
  padding-right: 2rem !important; }

input[type="radio"], input[type="checkbox"] {
  display: inline-block;
  margin-right: .5rem;
  vertical-align: middle; }

/*-----------------------------------------------------------------------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------------------------------------------------------------*/
html, body {
  width: 100%;
  height: auto;
  min-width: 320px;
  max-width: 1920px;
  margin: 0 auto; }

html {
  font-family: Helvetica Neue,Arial,Microsoft JhengHei,"Noto Sans TC","微軟正黑體",sans-serif,sans-serif;
  font-size: 18px;
  color: #000;
  line-height: 1.8rem; }

body {
  font-family: Helvetica Neue,Arial,Microsoft JhengHei,"Noto Sans TC","微軟正黑體", sans-serif,sans-serif;
  font-size: 1rem;
  background-color: #fff;
  color: #54352e; }

.pc {
  display: block; }
  @media (max-width: 767px) {
    .pc {
      display: none; } }

.m {
  display: none; }
  @media (max-width: 767px) {
    .m {
      display: block; } }

/*-----------------------------------------------------------------------------------------------------------------------------------------------------*/
.topbtn {
  z-index: 5;
  position: fixed;
  bottom: 4rem;
  right: 1rem;
  width: 5rem;
  display: inline-block; }
  @media (max-width: 767px) {
    .topbtn {
      width: 3rem;
      bottom: .5rem;
      right: .5rem; } }

.loader {
  background-color: rgba(255, 255, 255, 0.8);
  height: 100%;
  position: fixed;
  width: 100%;
  z-index: 20; }
  .loader img {
    animation: ani_loader 3s 0s infinite;
    left: 50%;
    max-width: 150px;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%); }
@keyframes ani_loader {
  0% {
    top: 50%; }
  50% {
    top: 52%; }
  100% {
    top: 50%; } }
.videobox {
  width: 100%;
  padding-bottom: 56.25%;
  position: relative;
  text-align: left; }
  .videobox iframe {
    width: 100%;
    height: 100%;
    position: absolute; }

.page_title {
  font-size: 1.9rem;
  margin-bottom: 2rem;
  display: inline-block;
  text-align: center;
  line-height: 2.5rem; }
  .page_title:after {
    height: 4px;
    width: 4rem;
    background-color: #d8b77b;
    content: "";
    display: block;
    margin: .8rem auto; }

.btn_t1 {
  display: inline-block;
  margin: 2rem auto;
  background-color: #d8b77b;
  color: #fff;
  text-align: center;
  padding: .5rem .5rem .5rem 1.5rem;
  border-radius: 1.5rem; }
  .btn_t1:after {
    content: "";
    height: 1.5rem;
    width: 1.5rem;
    background: url("../images/svg/arrow6.svg") no-repeat;
    display: inline-block;
    vertical-align: middle;
    margin-left: 2rem;
    margin-top: -5px; }
  .btn_t1:hover {
    transform: scale(1.1); }
  .btn_t1.gy {
    background-color: #b9b9b9; }
  .btn_t1.bw5 {
    background-color: #d8b77b; }

.btn_t2 {
  display: inline-block; }
  .btn_t2:after {
    content: "";
    height: 1.5rem;
    width: 1.5rem;
    background: url("../images/svg/arrow3.svg") no-repeat;
    display: block;
    vertical-align: middle; }

.breadcrumb {
  width: 80%;
  margin: 1rem auto;
  text-align: left;
  font-size: .9rem; }
  .breadcrumb a {
    display: inline-block;
    vertical-align: middle; }
  .breadcrumb a:after {
    content: ">";
    margin: 0 .4rem; }
  .breadcrumb a:last-child:after {
    content: ""; }
  @media (max-width: 767px) {
    .breadcrumb {
      width: 90%;
      font-size: .8rem; } }

.container {
  width: 90%;
  max-width: 1500px;
  text-align: center;
  margin: 0rem auto;
  padding: 2rem 0; }

.page_num {
  text-align: center;
  margin: 2rem auto; }
  .page_num a {
    padding: .5rem;
    color: #af8131;
    font-weight: bold; }
    .page_num a:hover, .page_num a.here {
      color: #54352e;
      border-bottom: 2px solid #54352e; }

.editor {
  display: block;
  margin: 2rem auto; }

.pics figure {
  display: inline-block;
  width: 30%;
  vertical-align: top;
  margin: 1%;
  padding: .5rem;
  background-color: #f1e8d0; }
  .pics figure figcaption {
    font-size: .8rem;
    text-align: center;
    line-height: 1.2rem;
    margin-top: .5rem;
    color: #d8b77b; }
  @media (max-width: 767px) {
    .pics figure {
      width: 45%; } }
  @media (max-width: 430px) {
    .pics figure {
      width: 100%;
      margin: 1rem auto; } }

.cover {
  width: 100%;
  padding-bottom: 100%;
  position: relative;
  border-radius: 1rem;
  overflow: hidden; }
  .cover img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover; }

.picbox {
  position: relative;
  padding-bottom: 56.25%;
  margin-bottom: 1rem;
  border-radius: 1rem;
  overflow: hidden;
  border: 1px solid #d8b77b; }
  .picbox.b11 {
    padding-bottom: 100%; }
  .picbox img {
    position: absolute;
    width: 100%;
    height: auto;
    left: 0;
    top: 0;
    object-fit: cover; }

/*-------*/
.header {
  background-color: #d8b77b;
  padding: .5rem 0; }
  .header #nav_open {
    display: none; }
  .header #nav_open:checked ~ ul {
    display: block; }
  .header label {
    float: right;
    display: none; }
    .header label img {
      width: 2.5rem; }
  .header .logo {
    display: inline-block;
    vertical-align: middle;
    line-height: 0;
    margin-left: 1rem; }
    .header .logo img {
      width: 3rem; }
  .header > ul {
    width: calc(100% - 6rem);
    text-align: right;
    display: inline-block; }
    .header > ul > li {
      display: inline-block;
      vertical-align: middle;
      margin: 0 .5rem;
      position: relative; }
      .header > ul > li > a {
        display: inline-block;
        padding: 1rem .5rem; }
      .header > ul > li.nav_close {
        position: absolute;
        right: .5rem;
        top: .5rem;
        display: none;
        color: #fff;
        z-index: 23; }
        .header > ul > li.nav_close a {
          padding: 0;
          display: block; }
        .header > ul > li.nav_close img {
          width: 2.5rem; }
      .header > ul > li:hover > ul {
        display: block; }
      .header > ul > li > ul {
        display: none;
        position: absolute;
        background-color: #d8b77b;
        color: #fff;
        z-index: 20;
        left: 50%;
        transform: translate(-50%, 0);
        text-align: center;
        width: 180px; }
        .header > ul > li > ul li {
          border-bottom: 1px solid #fff;
          position: relative; }
          .header > ul > li > ul li:last-child {
            border-bottom: 0; }
          .header > ul > li > ul li:hover > ul {
            display: block; }
          .header > ul > li > ul li a {
            padding: 1rem;
            display: block; }
          .header > ul > li > ul li > ul {
            display: none;
            left: 180px;
            background-color: #af8131;
            top: .5rem;
            position: absolute;
            width: 180px; }
      .header > ul > li:last-of-type a {
        vertical-align: middle; }
      .header > ul > li:last-of-type img {
        height: 1.5rem;
        width: 1.5rem; }
  @media (max-width: 1023px) {
    .header label {
      display: block;
      position: absolute;
      top: .8rem;
      right: 0;
      height: 3.7rem;
      width: 3.7rem; }
      .header label img {
        vertical-align: middle; }
    .header > ul {
      display: none;
      width: 100%;
      text-align: center;
      position: absolute;
      top: 0;
      z-index: 22;
      background-color: #54352e;
      color: #fff; }
      .header > ul > li {
        display: block; }
        .header > ul > li > a {
          padding: 1rem .5rem .5rem .5rem;
          font-weight: bold; }
        .header > ul > li.nav_close {
          display: block; }
        .header > ul > li > ul {
          display: block;
          position: static;
          transform: none;
          width: 100%;
          left: auto;
          background-color: #54352e; }
          .header > ul > li > ul > li {
            border-bottom: none;
            font-size: .9rem;
            color: #d8b77b; }
            .header > ul > li > ul > li a {
              padding: 0rem; }
            .header > ul > li > ul > li > ul {
              display: block;
              position: static;
              transform: none;
              width: 100%;
              left: auto;
              background-color: #54352e; }
              .header > ul > li > ul > li > ul > li {
                border-bottom: none;
                font-size: .9rem;
                color: #9d8969;
                display: inline-block;
                margin: 0 .5rem; } }

.footer {
  text-align: center;
  background-color: #f6f2ea;
  padding: 1rem;
  border-top: 1px solid #000; }
  .footer > ul {
    margin: 4rem auto;
    max-width: 1200px;
    display: block; }
    .footer > ul > li {
      display: inline-block;
      vertical-align: middle; }
      .footer > ul > li:nth-child(1) {
        width: 25%;
        margin-right: 3%; }
        .footer > ul > li:nth-child(1) div {
          margin-bottom: 1.5rem; }
          .footer > ul > li:nth-child(1) div img {
            display: inline-block;
            vertical-align: middle; }
            .footer > ul > li:nth-child(1) div img:nth-child(1) {
              width: 15%;
              margin-right: 5%; }
            .footer > ul > li:nth-child(1) div img:nth-child(2) {
              width: 75%; }
      .footer > ul > li:nth-child(2) {
        width: 70%;
        margin-top: 2rem; }
        .footer > ul > li:nth-child(2) ul {
          display: inline-block;
          width: 25%;
          margin: 1rem 1%;
          margin-top: .5rem;
          padding-top: .5rem;
          border-top: 1px solid #54352e;
          text-align: left;
          font-size: .875rem;
          min-height: 170px;
          vertical-align: top; }
          .footer > ul > li:nth-child(2) ul li:nth-child(1) {
            font-size: 1rem;
            font-weight: bold;
            display: block; }
          .footer > ul > li:nth-child(2) ul a:hover {
            border-bottom: 3px solid #d8b77b;
            padding-bottom: .3rem; }
  @media (max-width: 767px) {
    .footer {
      padding: 0; }
      .footer > ul {
        margin: 0 auto; }
        .footer > ul > li:nth-child(1) {
          display: block;
          margin-right: 0;
          width: 100%;
          padding: 3rem; }
        .footer > ul > li:nth-child(2) {
          display: block;
          margin-right: 0;
          width: 100%; }
          .footer > ul > li:nth-child(2) ul {
            display: block;
            width: 100%;
            margin: 0 auto;
            margin-top: auto;
            padding: 0;
            min-height: auto;
            border-top: none; }
            .footer > ul > li:nth-child(2) ul li {
              border-top: none; }
            .footer > ul > li:nth-child(2) ul li:nth-child(1) {
              border-top: 1px solid #54352e;
              padding: 1rem; }
              .footer > ul > li:nth-child(2) ul li:nth-child(1):after {
                content: "⊕";
                float: right; }
            .footer > ul > li:nth-child(2) ul li:nth-child(1).here {
              border-bottom: 1px solid #54352e; }
              .footer > ul > li:nth-child(2) ul li:nth-child(1).here:after {
                content: "⊖";
                float: right; }
            .footer > ul > li:nth-child(2) ul li:not(:nth-child(1)) {
              display: none;
              margin: .5rem .5rem .5rem 1.5rem; } }

.copyright {
  background-color: #d8b77b;
  text-align: left;
  padding: 2rem 1rem;
  color: #54352e;
  border-top: 1px solid #000; }
  .copyright p {
    display: inline-block; }
  .copyright p:nth-child(2) {
    float: right; }
  @media (max-width: 767px) {
    .copyright {
      text-align: center;
      font-size: .875rem;
      padding: 1rem; }
      .copyright p {
        display: block; }
      .copyright p:nth-child(2) {
        float: none; } }

.lightbox {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 10;
  display: none; }
  .lightbox .box {
    width: 90%;
    max-width: 1500px;
    background-color: #fdf5e0;
    border-radius: 2rem;
    padding: 1rem;
    text-align: center;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    display: none; }
    .lightbox .box .close {
      width: 1.5rem;
      height: 1.5rem;
      display: block;
      float: right; }
  .lightbox .box_gallery {
    text-align: center; }
    .lightbox .box_gallery > div {
      text-align: center;
      overflow: hidden;
      max-width: 90%;
      position: relative;
      margin: 0 auto;
      max-height: 80%; }
      .lightbox .box_gallery > div a {
        width: 2rem;
        height: 2rem;
        position: absolute;
        left: 2%;
        top: 45%;
        z-index: 11; }
        .lightbox .box_gallery > div a:nth-of-type(2) {
          left: inherit;
          right: 2%; }
      .lightbox .box_gallery > div img {
        vertical-align: middle;
        margin: 0 auto; }

/*-------*/
._index {
  background-color: #fdf5e0;
  padding: 2rem 0 0;
  text-align: center; }
  ._index .part_main {
    width: 100%;
    margin: 3rem 0 15rem;
    position: relative;
    overflow: visible;
    background: url("../images/cloud3.png") no-repeat;
    background-position: top 5% right 15%;
    background-size: 120px auto; }
    @media (max-width: 767px) {
      ._index .part_main {
        margin: 3rem auto;
        background: none; } }
    ._index .part_main:after {
      color: rgba(175, 129, 49, 0.1);
      content: "";
      font-family: Cambria, Times, "Times New Roman", serif;
      font-size: 4rem;
      font-weight: 100;
      position: absolute;
      z-index: 0;
      content: "Tibetan Buddhism";
      right: 5%;
      bottom: 0%;
      writing-mode: vertical-rl;
      text-orientation: mixed; }
      @media (max-width: 767px) {
        ._index .part_main:after {
          font-size: 1.5rem;
          left: 50%;
          top: 11rem;
          transform: translate(-50%, 0);
          display: block;
          width: 100%;
          text-align: center;
          right: auto; } }
    ._index .part_main > ul {
      background: linear-gradient(90deg, #f1e8d0 0%, #f1e8d0 80%, transparent 80%, transparent 100%);
      width: 80%; }
      ._index .part_main > ul li {
        display: inline-block;
        vertical-align: bottom; }
      ._index .part_main > ul li:nth-child(1) {
        text-align: left;
        width: 58%;
        margin-right: 5%;
        padding: 5rem 1rem 6rem 3rem;
        position: relative; }
        ._index .part_main > ul li:nth-child(1) h2 {
          margin-bottom: 6rem;
          font-size: 3rem; }
        ._index .part_main > ul li:nth-child(1) h1 {
          margin: 1rem auto; }
        ._index .part_main > ul li:nth-child(1) h3 {
          font-size: 1rem;
          margin-bottom: 2rem;
          font-weight: normal; }
          ._index .part_main > ul li:nth-child(1) h3 span {
            float: right; }
        ._index .part_main > ul li:nth-child(1) > img {
          position: absolute;
          left: 5%;
          max-height: 20rem; }
      ._index .part_main > ul li:nth-child(2) {
        width: 32%;
        margin-bottom: -3rem; }
      @media (max-width: 767px) {
        ._index .part_main > ul {
          width: 100%; }
          ._index .part_main > ul li {
            display: block; }
          ._index .part_main > ul li:nth-child(1) {
            width: 100%;
            margin-right: 0;
            padding: 2rem; }
            ._index .part_main > ul li:nth-child(1) h2 {
              margin-bottom: 2rem;
              font-size: 1.5rem; }
            ._index .part_main > ul li:nth-child(1) > img {
              display: none; }
          ._index .part_main > ul li:nth-child(2) {
            width: 70%;
            margin-bottom: 0;
            margin: 0 auto; } }
  ._index .part_news {
    position: relative;
    background: url("../images/cloud1.png") no-repeat, url("../images/cloud3.png") no-repeat;
    background-position: top 5% right 10%,bottom 5% left 10%;
    background-size: 110px auto,100px auto; }
    @media (max-width: 767px) {
      ._index .part_news {
        background: none; } }
    ._index .part_news:after {
      color: rgba(175, 129, 49, 0.1);
      content: "";
      font-family: Cambria, Times, "Times New Roman", serif;
      font-size: 4rem;
      font-weight: 100;
      position: absolute;
      z-index: 0;
      content: "News";
      left: 10%;
      top: 10%; }
      @media (max-width: 767px) {
        ._index .part_news:after {
          font-size: 1.5rem;
          left: 50%;
          top: 11rem;
          transform: translate(-50%, 0);
          display: block;
          width: 100%;
          text-align: center;
          right: auto; } }
    ._index .part_news > ul {
      max-width: 1200px;
      margin: 2rem auto;
      text-align: left;
      color: #000;
      width: 90%; }
      ._index .part_news > ul > li {
        padding: 1rem 0;
        border-bottom: 1px solid #d8b77b;
        width: calc(100% - 3rem); }
        ._index .part_news > ul > li span {
          width: 5rem;
          display: inline; }
          ._index .part_news > ul > li span i {
            color: #af8131;
            padding: 2px .5rem;
            border: 1px solid #af8131;
            border-radius: 1rem;
            margin: 0 1rem;
            font-style: normal; }
        ._index .part_news > ul > li a {
          display: inline-block;
          width: calc(100% - 15rem); }
          ._index .part_news > ul > li a:after {
            content: "";
            color: #fff;
            height: 1.5rem;
            width: 1.5rem;
            vertical-align: top;
            background: url("../images/svg/arrow3.svg") no-repeat;
            display: block;
            float: right;
            margin-right: -2.5rem; }
          @media (max-width: 767px) {
            ._index .part_news > ul > li a {
              width: 100%; } }
  ._index .part_dn {
    position: relative; }
    ._index .part_dn:after {
      color: rgba(175, 129, 49, 0.1);
      content: "";
      font-family: Cambria, Times, "Times New Roman", serif;
      font-size: 4rem;
      font-weight: 100;
      position: absolute;
      z-index: 0;
      content: "Dharma Nectar";
      left: 30%;
      top: 20%; }
      @media (max-width: 767px) {
        ._index .part_dn:after {
          font-size: 1.5rem;
          left: 50%;
          top: 11rem;
          transform: translate(-50%, 0);
          display: block;
          width: 100%;
          text-align: center;
          right: auto; } }
      @media (max-width: 767px) {
        ._index .part_dn:after {
          top: 4rem; } }
    ._index .part_dn > ul {
      width: 100%;
      margin: 2rem auto;
      display: flex; }
      ._index .part_dn > ul > li {
        justify-content: center;
        align-content: center; }
      ._index .part_dn > ul > li:nth-child(1) {
        text-align: left;
        padding: 1rem 3rem 3rem 2rem;
        border-bottom: 5px solid #9d8969;
        box-sizing: border-box;
        background: url("../images/index_part_dn_2.png") no-repeat bottom right;
        background-size: 15% auto;
        width: 50%; }
        ._index .part_dn > ul > li:nth-child(1) > div strong {
          font-size: 1.2rem;
          margin-bottom: 1.5rem;
          font-weight: normal; }
        ._index .part_dn > ul > li:nth-child(1) > div p {
          margin-bottom: 1.5rem; }
      ._index .part_dn > ul > li:nth-child(2) {
        text-align: right;
        width: 45%;
        margin-left: 5%; }
    @media (max-width: 767px) {
      ._index .part_dn > ul {
        display: block;
        width: 90%; }
        ._index .part_dn > ul > li:nth-child(1), ._index .part_dn > ul > li:nth-child(2) {
          width: 100%;
          margin-left: 0;
          margin: 1rem auto;
          text-align: center;
          padding: 1rem; } }
  ._index .part_about {
    position: relative;
    margin: 2rem auto; }
    @media (max-width: 767px) {
      ._index .part_about {
        padding-top: 2rem; } }
    ._index .part_about:after {
      color: rgba(175, 129, 49, 0.1);
      content: "";
      font-family: Cambria, Times, "Times New Roman", serif;
      font-size: 4rem;
      font-weight: 100;
      position: absolute;
      z-index: 0;
      content: "About";
      right: 20%;
      top: 5%; }
      @media (max-width: 767px) {
        ._index .part_about:after {
          font-size: 1.5rem;
          left: 50%;
          top: 11rem;
          transform: translate(-50%, 0);
          display: block;
          width: 100%;
          text-align: center;
          right: auto; } }
      @media (max-width: 767px) {
        ._index .part_about:after {
          top: -.5rem;
          left: 1rem;
          right: auto;
          text-align: center; } }
    ._index .part_about > ul {
      display: flex;
      margin-top: 5rem;
      justify-content: flex-end; }
      ._index .part_about > ul > li {
        align-content: top; }
      ._index .part_about > ul > li:nth-child(1) {
        width: 35%;
        margin-right: -3rem;
        z-index: 1; }
      ._index .part_about > ul > li:nth-child(2) {
        width: 60%;
        background-color: #f1e8d0;
        padding: 3rem 2rem 3rem 6rem;
        border-bottom: 5px solid #9d8969;
        text-align: left;
        margin-top: 8rem;
        position: relative; }
        ._index .part_about > ul > li:nth-child(2) p {
          margin-bottom: 1rem;
          text-align: left; }
        ._index .part_about > ul > li:nth-child(2) > img {
          position: absolute;
          top: -2rem;
          right: 2rem;
          width: 15%; }
    @media (max-width: 767px) {
      ._index .part_about > ul {
        display: block;
        width: 100%;
        margin: 0 auto; }
        ._index .part_about > ul > li:nth-child(1) {
          width: 100%;
          margin: 1rem auto 0;
          z-index: 2;
          background: linear-gradient(180deg, transparent 0%, transparent 60%, #f1e8d0 60%, #f1e8d0 100%); }
          ._index .part_about > ul > li:nth-child(1) > img {
            width: 75%; }
        ._index .part_about > ul > li:nth-child(2) {
          width: 100%;
          margin: 0 auto;
          padding: 2rem;
          text-align: center; }
          ._index .part_about > ul > li:nth-child(2) > img {
            display: none; } }
  ._index .part_video {
    position: relative;
    margin: 5rem auto;
    background: linear-gradient(90deg, #f1e8d0 0%, #f1e8d0 60%, transparent 60%, transparent 100%);
    background-size: auto 20%;
    padding-top: 3rem; }
    @media (max-width: 767px) {
      ._index .part_video {
        background: none; } }
    ._index .part_video:after {
      color: rgba(175, 129, 49, 0.1);
      content: "";
      font-family: Cambria, Times, "Times New Roman", serif;
      font-size: 4rem;
      font-weight: 100;
      position: absolute;
      z-index: 0;
      content: "Sharing of reflections";
      left: 10%;
      bottom: 10%; }
      @media (max-width: 767px) {
        ._index .part_video:after {
          font-size: 1.5rem;
          left: 50%;
          top: 11rem;
          transform: translate(-50%, 0);
          display: block;
          width: 100%;
          text-align: center;
          right: auto; } }
      @media (max-width: 767px) {
        ._index .part_video:after {
          top: 6rem; } }
    ._index .part_video > div {
      width: 90%;
      margin: 0rem auto; }
  ._index .part_curriculum {
    position: relative;
    margin: 5rem auto 0;
    background: linear-gradient(180deg, transparent 0%, transparent 60%, #f1e8d0 60%, #f1e8d0 100%);
    padding-bottom: 5rem; }
    @media (max-width: 767px) {
      ._index .part_curriculum {
        margin: 3rem auto; } }
    ._index .part_curriculum:after {
      color: rgba(175, 129, 49, 0.1);
      content: "";
      font-family: Cambria, Times, "Times New Roman", serif;
      font-size: 4rem;
      font-weight: 100;
      position: absolute;
      z-index: 0;
      content: "Curriculum";
      left: 5%;
      top: 5%; }
      @media (max-width: 767px) {
        ._index .part_curriculum:after {
          font-size: 1.5rem;
          left: 50%;
          top: 11rem;
          transform: translate(-50%, 0);
          display: block;
          width: 100%;
          text-align: center;
          right: auto; } }
      @media (max-width: 767px) {
        ._index .part_curriculum:after {
          top: 3.5rem;
          left: 50%;
          transform: translate(-50%, 0);
          text-align: center; } }
    ._index .part_curriculum > .page_title {
      display: block; }
    ._index .part_curriculum > .date {
      padding: .5rem 2rem;
      background-color: #fff;
      border: 2px solid #54352e;
      border-radius: 2rem;
      margin: 2rem auto;
      display: inline-block;
      font-size: 1.2rem; }
    ._index .part_curriculum > div:nth-of-type(1) {
      width: 90%;
      margin: 1rem auto;
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      max-width: 1300px;
      background: url("../images/cloud1.png") no-repeat, url("../images/cloud3.png") no-repeat;
      background-position: top 0% right 10%,bottom 5% left 10%;
      background-size: 110px auto,100px auto; }
      @media (max-width: 767px) {
        ._index .part_curriculum > div:nth-of-type(1) {
          background: none; } }
      ._index .part_curriculum > div:nth-of-type(1) > ul {
        border: 1px solid #d8b77b;
        border-radius: 1rem;
        width: 320px;
        display: flex;
        overflow: hidden;
        margin: .5rem; }
        ._index .part_curriculum > div:nth-of-type(1) > ul > li {
          padding: .5rem;
          align-content: center; }
        ._index .part_curriculum > div:nth-of-type(1) > ul > li:nth-child(1) {
          background-color: #d8b77b;
          color: #fff;
          width: 7rem; }
          ._index .part_curriculum > div:nth-of-type(1) > ul > li:nth-child(1) span {
            font-size: 4rem;
            margin-bottom: 1rem;
            display: block;
            line-height: 4rem; }
          ._index .part_curriculum > div:nth-of-type(1) > ul > li:nth-child(1) i {
            font-style: normal; }
        ._index .part_curriculum > div:nth-of-type(1) > ul > li:nth-child(2) {
          text-align: left;
          background-color: #fff;
          font-size: 16px;
          line-height: 1rem;
          padding: 1rem;
          width: 100%; }
          ._index .part_curriculum > div:nth-of-type(1) > ul > li:nth-child(2) strong {
            font-size: 1rem; }
          ._index .part_curriculum > div:nth-of-type(1) > ul > li:nth-child(2) span {
            display: block;
            margin: .5rem auto; }
          ._index .part_curriculum > div:nth-of-type(1) > ul > li:nth-child(2) a.btn_t2 {
            float: right; }
          ._index .part_curriculum > div:nth-of-type(1) > ul > li:nth-child(2) a.btn_t2:after {
            margin: 0 -.5rem -1rem 0; }
    ._index .part_curriculum > div:nth-of-type(2) {
      width: 90%;
      margin: 0 auto; }
      ._index .part_curriculum > div:nth-of-type(2) strong {
        background-color: #fff;
        padding: .5rem 1rem;
        border-radius: 1.5rem;
        display: inline-block;
        margin: 1rem auto; }

._contact {
  padding: 2rem 0 0;
  text-align: center;
  position: relative;
  background: url("../images/contact_bg.png") no-repeat center center #fdf5e0;
  background-size: 100% auto; }
  ._contact:after {
    color: rgba(175, 129, 49, 0.1);
    content: "";
    font-family: Cambria, Times, "Times New Roman", serif;
    font-size: 4rem;
    font-weight: 100;
    position: absolute;
    z-index: 0;
    content: "Contact us";
    left: 5%;
    top: 15%; }
    @media (max-width: 767px) {
      ._contact:after {
        font-size: 1.5rem;
        left: 50%;
        top: 11rem;
        transform: translate(-50%, 0);
        display: block;
        width: 100%;
        text-align: center;
        right: auto; } }
  ._contact form table {
    text-align: left;
    width: 100%;
    border-collapse: separate;
    border-spacing: 1rem;
    margin: 2rem auto 1rem;
    background-color: #f1e8d0;
    padding: 1rem;
    border-radius: 1rem;
    max-width: 800px; }
    ._contact form table tr {
      padding: 1rem;
      width: 100%; }
    ._contact form table td:nth-of-type(1) {
      width: 15%; }
    ._contact form table td:nth-of-type(2) {
      width: 85%; }
    ._contact form table input, ._contact form table textarea {
      width: 100%;
      border: none;
      padding: .5rem;
      border-radius: .5rem; }
    ._contact form table label i {
      font-style: normal;
      padding-left: 2rem; }
  @media (max-width: 767px) {
    ._contact form table {
      padding: 1rem; }
      ._contact form table td:nth-of-type(1) {
        width: 100%;
        display: block; }
      ._contact form table td:nth-of-type(2) {
        width: 100%;
        display: block; } }

._course {
  padding: 2rem 0 0;
  position: relative;
  background: url("../images/index_part_main_2.png") no-repeat, url("../images/cloud1.png") no-repeat, url("../images/cloud3.png") no-repeat #fdf5e0;
  background-position: bottom 15% right 5%,top 5% left 30%,bottom 35% right 2%;
  background-size: 20% auto,130px auto,100px auto; }
  @media (max-width: 767px) {
    ._course {
      background: #fdf5e0; } }
  ._course:after {
    color: rgba(175, 129, 49, 0.1);
    content: "";
    font-family: Cambria, Times, "Times New Roman", serif;
    font-size: 4rem;
    font-weight: 100;
    position: absolute;
    z-index: 0;
    content: "Course content";
    right: 5%;
    top: 5%; }
    @media (max-width: 767px) {
      ._course:after {
        font-size: 1.5rem;
        left: 50%;
        top: 11rem;
        transform: translate(-50%, 0);
        display: block;
        width: 100%;
        text-align: center;
        right: auto; } }
  ._course._dt:after {
    color: rgba(175, 129, 49, 0.1);
    content: "";
    font-family: Cambria, Times, "Times New Roman", serif;
    font-size: 4rem;
    font-weight: 100;
    position: absolute;
    z-index: 0;
    content: "Dharma treasure";
    right: 5%;
    top: 5%; }
    @media (max-width: 767px) {
      ._course._dt:after {
        font-size: 1.5rem;
        left: 50%;
        top: 11rem;
        transform: translate(-50%, 0);
        display: block;
        width: 100%;
        text-align: center;
        right: auto; } }
  ._course .container {
    text-align: left;
    width: 80%; }
    @media (max-width: 767px) {
      ._course .container {
        text-align: center;
        width: 90%; } }
  ._course .page_title {
    text-align: left; }
  ._course .container > ul {
    overflow: hidden; }
    ._course .container > ul > li {
      display: inline-block;
      vertical-align: top; }
    ._course .container > ul > li:nth-of-type(1) {
      width: 18%;
      margin-right: 2%; }
      ._course .container > ul > li:nth-of-type(1) ul li {
        list-style: disc;
        margin-left: 1.5rem;
        margin-bottom: 1rem; }
        ._course .container > ul > li:nth-of-type(1) ul li a:hover {
          border-bottom: 3px solid #d8b77b;
          padding-bottom: .3rem; }
      ._course .container > ul > li:nth-of-type(1) select {
        padding: .5rem;
        background-color: #fff;
        border-radius: 5px;
        border: none;
        width: 100%; }
    ._course .container > ul > li:nth-of-type(2) {
      width: 78%;
      padding-bottom: 4rem; }
      ._course .container > ul > li:nth-of-type(2) strong {
        font-size: 1.5rem;
        font-weight: bold;
        margin-bottom: 1rem;
        display: block; }
    @media (max-width: 767px) {
      ._course .container > ul li {
        display: block; }
      ._course .container > ul li:nth-of-type(1) {
        width: 100%;
        margin-bottom: 2rem;
        margin-right: 0%; }
      ._course .container > ul li:nth-of-type(2) {
        width: 100%;
        text-align: center; } }
  ._course .courses {
    border-bottom: 0.4rem solid #9d8969;
    padding-bottom: 2rem; }
    ._course .courses > div {
      background-color: #fff;
      border-radius: 1rem;
      border: 1px solid #d8b77b;
      padding: .8rem;
      width: 22%;
      text-align: center;
      display: inline-block;
      vertical-align: top;
      margin: 0 1% 1% 0;
      min-height: 31rem; }
      ._course .courses > div strong {
        display: block;
        padding: 1rem 0; }
      ._course .courses > div .btns a {
        display: block;
        text-align: left;
        padding: .5rem 0;
        border-bottom: 1px solid #d8b77b; }
        ._course .courses > div .btns a:after {
          content: "";
          float: right;
          height: 1.5rem;
          width: 1.5rem;
          background: url("../images/svg/download.svg") no-repeat center center; }
        ._course .courses > div .btns a:last-of-type {
          border: none; }
      @media (max-width: 1023px) {
        ._course .courses > div {
          width: 45%; } }
      @media (max-width: 767px) {
        ._course .courses > div {
          width: 100%;
          margin: 1rem auto;
          min-height: auto; } }

._dn {
  padding: 2rem 0 0;
  position: relative;
  background-color: #fdf5e0;
  overflow: hidden; }
  ._dn:after {
    color: rgba(175, 129, 49, 0.1);
    content: "";
    font-family: Cambria, Times, "Times New Roman", serif;
    font-size: 4rem;
    font-weight: 100;
    position: absolute;
    z-index: 0;
    content: "Dharma Nectar";
    right: 10%;
    top: 20%; }
    @media (max-width: 767px) {
      ._dn:after {
        font-size: 1.5rem;
        left: 50%;
        top: 11rem;
        transform: translate(-50%, 0);
        display: block;
        width: 100%;
        text-align: center;
        right: auto; } }
  ._dn .container {
    width: 80%; }
    @media (max-width: 767px) {
      ._dn .container {
        width: 90%;
        padding: 0; } }
  ._dn .container > ul {
    width: 100%;
    margin: 2rem auto;
    display: flex;
    border-bottom: 5px solid #9d8969;
    box-sizing: border-box;
    background: url("../images/index_part_dn_2.png") no-repeat bottom right;
    background-size: 80px auto; }
    ._dn .container > ul > li {
      justify-content: center;
      align-content: center; }
    ._dn .container > ul > li:nth-child(1) {
      width: 60%;
      text-align: left;
      min-height: 40rem; }
      ._dn .container > ul > li:nth-child(1) ul li {
        padding: 1rem 0;
        border-bottom: 1px solid #54352e;
        text-align: left; }
        ._dn .container > ul > li:nth-child(1) ul li a {
          display: block;
          vertical-align: middle;
          font-size: 1.1rem;
          font-weight: bold;
          width: 100%; }
          ._dn .container > ul > li:nth-child(1) ul li a:after {
            content: "";
            height: 1.5rem;
            width: 1.5rem;
            background: url("../images/svg/arrow3.svg") no-repeat;
            display: inline-block;
            vertical-align: middle;
            float: right; }
    ._dn .container > ul > li:nth-child(2) {
      width: 35%;
      margin-left: 5%; }
  @media (max-width: 767px) {
    ._dn .container > ul {
      display: block;
      overflow: hidden;
      background: none;
      border-bottom: none; }
      ._dn .container > ul > li:nth-child(1), ._dn .container > ul > li:nth-child(2) {
        width: 100%;
        margin-left: 0;
        margin: 1rem auto;
        text-align: center; }
      ._dn .container > ul > li:nth-child(1) {
        min-height: auto; }
      ._dn .container > ul > li:nth-child(2) {
        border-bottom: 5px solid #9d8969;
        box-sizing: border-box;
        background: url("../images/index_part_dn_2.png") no-repeat bottom right;
        background-size: 80px auto;
        padding-bottom: 10rem; } }

._newslist {
  padding: 2rem 0 0;
  position: relative;
  background-color: #fdf5e0;
  overflow: hidden; }
  ._newslist:after {
    color: rgba(175, 129, 49, 0.1);
    content: "";
    font-family: Cambria, Times, "Times New Roman", serif;
    font-size: 4rem;
    font-weight: 100;
    position: absolute;
    z-index: 0;
    content: "News";
    left: 10%;
    top: 15%; }
    @media (max-width: 767px) {
      ._newslist:after {
        font-size: 1.5rem;
        left: 50%;
        top: 11rem;
        transform: translate(-50%, 0);
        display: block;
        width: 100%;
        text-align: center;
        right: auto; } }
  ._newslist ul {
    max-width: 1200px;
    margin: 2rem auto;
    text-align: left;
    color: #000;
    width: 90%; }
    ._newslist ul li {
      padding: 1rem 0;
      border-bottom: 1px solid #d8b77b; }
      ._newslist ul li span {
        width: 5rem;
        display: inline; }
        ._newslist ul li span i {
          color: #af8131;
          padding: 2px .5rem;
          border: 1px solid #af8131;
          border-radius: 1rem;
          margin: 0 1rem;
          font-style: normal; }
      ._newslist ul li a {
        display: block;
        vertical-align: middle; }
        ._newslist ul li a:after {
          content: "";
          height: 1.5rem;
          width: 1.5rem;
          background: url("../images/svg/arrow3.svg") no-repeat;
          display: inline-block;
          vertical-align: middle;
          float: right; }

._news {
  padding: 2rem 0 0;
  position: relative;
  background-color: #fdf5e0;
  overflow: hidden;
  text-align: center; }
  ._news:after {
    color: rgba(175, 129, 49, 0.1);
    content: "";
    font-family: Cambria, Times, "Times New Roman", serif;
    font-size: 4rem;
    font-weight: 100;
    position: absolute;
    z-index: 0;
    content: "News";
    left: 10%;
    top: 15%; }
    @media (max-width: 767px) {
      ._news:after {
        font-size: 1.5rem;
        left: 50%;
        top: 11rem;
        transform: translate(-50%, 0);
        display: block;
        width: 100%;
        text-align: center;
        right: auto; } }
  ._news .container {
    text-align: center;
    width: 80%; }
    @media (max-width: 767px) {
      ._news .container {
        width: 90%; } }
    ._news .container > div {
      border-bottom: 5px solid #9d8969;
      box-sizing: border-box;
      background: url("../images/index_part_dn_2.png") no-repeat bottom right;
      background-size: 80px auto;
      padding-bottom: 15rem;
      text-align: left; }
      ._news .container > div > strong {
        font-size: 1.2rem;
        font-weight: bold;
        margin-bottom: 1rem;
        display: block; }
      ._news .container > div > span {
        width: 5rem;
        display: inline;
        margin-bottom: 1rem; }
        ._news .container > div > span i {
          color: #af8131;
          padding: 2px .5rem;
          border: 1px solid #af8131;
          border-radius: 1rem;
          margin: 0 1rem;
          font-style: normal; }

._sharinglist {
  position: relative;
  padding: 2rem 0 0;
  background-color: #fdf5e0;
  overflow: hidden;
  text-align: center; }
  ._sharinglist::after {
    color: rgba(175, 129, 49, 0.1);
    content: "";
    font-family: Cambria, Times, "Times New Roman", serif;
    font-size: 4rem;
    font-weight: 100;
    position: absolute;
    z-index: 0;
    content: "Sharing of reflections";
    left: 10%;
    top: 15%; }
    @media (max-width: 767px) {
      ._sharinglist::after {
        font-size: 1.5rem;
        left: 50%;
        top: 11rem;
        transform: translate(-50%, 0);
        display: block;
        width: 100%;
        text-align: center;
        right: auto; } }
  ._sharinglist .container > div > div {
    display: inline-block;
    width: 30%;
    border-radius: 1rem;
    overflow: hidden;
    padding: 1rem;
    border: 1px solid #d8b77b;
    background-color: #fff;
    text-align: left;
    min-height: 28rem;
    vertical-align: top;
    margin-bottom: 1rem; }
    ._sharinglist .container > div > div > span {
      display: inline-block;
      padding: 0 .5rem;
      margin-bottom: .5rem;
      color: #d8b77b;
      border: 1px solid #d8b77b;
      border-radius: .5rem; }
    ._sharinglist .container > div > div strong {
      display: block;
      font-size: 1.2rem;
      font-weight: bold;
      margin-bottom: .5rem; }
    ._sharinglist .container > div > div p {
      font-size: 1rem;
      line-height: 1.5rem; }
    ._sharinglist .container > div > div .btn_t2 {
      float: right; }
  @media (max-width: 767px) {
    ._sharinglist .container > div > div {
      display: block;
      width: 100%;
      margin: 1rem auto;
      min-height: auto; } }

._sharing {
  position: relative;
  padding: 2rem 0 0;
  background-color: #fdf5e0;
  overflow: hidden;
  text-align: center; }
  ._sharing::after {
    color: rgba(175, 129, 49, 0.1);
    content: "";
    font-family: Cambria, Times, "Times New Roman", serif;
    font-size: 4rem;
    font-weight: 100;
    position: absolute;
    z-index: 0;
    content: "Sharing of reflections";
    left: 10%;
    top: 15%; }
    @media (max-width: 767px) {
      ._sharing::after {
        font-size: 1.5rem;
        left: 50%;
        top: 11rem;
        transform: translate(-50%, 0);
        display: block;
        width: 100%;
        text-align: center;
        right: auto; } }
  ._sharing .container > div {
    border-bottom: 5px solid #9d8969;
    box-sizing: border-box;
    background: url("../images/index_part_dn_2.png") no-repeat bottom right;
    background-size: 80px auto;
    padding-bottom: 15rem;
    text-align: left; }
  ._sharing .sharing > span {
    display: inline-block;
    padding: 0 .5rem;
    margin-bottom: .5rem;
    color: #d8b77b;
    border: 1px solid #d8b77b;
    border-radius: .5rem;
    background-color: #fff; }
  ._sharing .sharing > ul > li {
    display: inline-block;
    width: 42%;
    vertical-align: middle;
    margin: 2%; }
    ._sharing .sharing > ul > li > strong {
      font-size: 1.2rem;
      font-weight: bold;
      display: block;
      text-align: left;
      margin: .5rem auto; }
    ._sharing .sharing > ul > li > img {
      box-shadow: 1rem 1rem 0px rgba(175, 129, 49, 0.1); }
  @media (max-width: 767px) {
    ._sharing .sharing > ul > li {
      display: block;
      width: 100%;
      margin: 1rem auto; } }

._gallerylist {
  position: relative;
  padding: 2rem 0 0;
  background-color: #fdf5e0;
  overflow: hidden;
  text-align: center; }
  ._gallerylist::after {
    color: rgba(175, 129, 49, 0.1);
    content: "";
    font-family: Cambria, Times, "Times New Roman", serif;
    font-size: 4rem;
    font-weight: 100;
    position: absolute;
    z-index: 0;
    content: "Gallery";
    right: 5%;
    top: 15%; }
    @media (max-width: 767px) {
      ._gallerylist::after {
        font-size: 1.5rem;
        left: 50%;
        top: 11rem;
        transform: translate(-50%, 0);
        display: block;
        width: 100%;
        text-align: center;
        right: auto; } }
  ._gallerylist .gallerys > div {
    overflow: hidden;
    display: inline-block;
    border-radius: 1rem;
    background-color: #fff;
    width: 30%;
    margin: 1%;
    box-shadow: 5px 5px 0px rgba(175, 129, 49, 0.1); }
    ._gallerylist .gallerys > div > strong a {
      font-size: 1.2rem;
      display: block;
      margin: 1rem;
      text-align: left; }
      ._gallerylist .gallerys > div > strong a:after {
        content: "";
        color: #fff;
        height: 1.5rem;
        width: 1.5rem;
        vertical-align: top;
        background: url("../images/svg/arrow3.svg") no-repeat;
        display: block;
        float: right; }
    @media (max-width: 767px) {
      ._gallerylist .gallerys > div {
        display: block;
        width: 100%;
        margin: 1rem auto; } }

._gallery {
  position: relative;
  padding: 2rem 0 0;
  background-color: #fdf5e0;
  overflow: hidden;
  text-align: center; }
  ._gallery::after {
    color: rgba(175, 129, 49, 0.1);
    content: "";
    font-family: Cambria, Times, "Times New Roman", serif;
    font-size: 4rem;
    font-weight: 100;
    position: absolute;
    z-index: 0;
    content: "Gallery";
    right: 5%;
    top: 15%; }
    @media (max-width: 767px) {
      ._gallery::after {
        font-size: 1.5rem;
        left: 50%;
        top: 11rem;
        transform: translate(-50%, 0);
        display: block;
        width: 100%;
        text-align: center;
        right: auto; } }
  ._gallery .container .page_title + strong {
    display: block;
    margin: 1rem;
    font-size: 1.2rem;
    text-align: center;
    font-weight: bold; }
  ._gallery .container .gallery {
    max-width: 1000px;
    margin: 0 auto; }
    ._gallery .container .gallery a {
      display: block;
      width: 150px;
      height: 150px;
      display: inline-block;
      margin: 1%;
      position: relative;
      background-color: #000; }
      ._gallery .container .gallery a img {
        position: absolute;
        object-fit: cover;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0; }
      ._gallery .container .gallery a:hover > img {
        opacity: .2; }
      ._gallery .container .gallery a:hover:after {
        content: "";
        background: url("../images/svg/enlarge.svg") no-repeat;
        height: 2.5rem;
        width: 2.5rem;
        display: block;
        background-color: #d8b77b;
        border-radius: 50%;
        position: absolute;
        z-index: 1;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%); }

._about .part_about {
  width: 80%;
  margin: 0 auto;
  padding-bottom: 2rem;
  background: url("../images/index_part_main_2.png") no-repeat, url("../images/cloud3.png") no-repeat #fdf5e0;
  background-position: bottom 5% left 5%,bottom 45% left 2%;
  background-size: 30% auto,100px auto; }
  ._about .part_about > ul {
    margin-top: 2rem; }
    ._about .part_about > ul > li:nth-child(1) {
      width: 50%; }
    @media (max-width: 1023px) {
      ._about .part_about > ul > li:nth-child(1) {
        width: 100%; }
        ._about .part_about > ul > li:nth-child(1) img {
          margin: 0 auto; } }

._lj {
  padding: 2rem 0 0;
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, #fdf5e0 0%, #fdf5e0 30%, #f1e8d0 30%, #f1e8d0 100%); }
  ._lj:after {
    color: rgba(175, 129, 49, 0.1);
    content: "";
    font-family: Cambria, Times, "Times New Roman", serif;
    font-size: 4rem;
    font-weight: 100;
    position: absolute;
    z-index: 0;
    content: "Learning journey";
    left: 10%;
    top: 10%; }
    @media (max-width: 767px) {
      ._lj:after {
        font-size: 1.5rem;
        left: 50%;
        top: 11rem;
        transform: translate(-50%, 0);
        display: block;
        width: 100%;
        text-align: center;
        right: auto; } }
  ._lj .container {
    margin: 0 auto;
    background-image: url("../images/index_part_main_2.png"), url("../images/cloud1.png"), url("../images/cloud3.png");
    background-position: bottom 55% right 5%,top 15% left 5%,bottom 35% left 2%;
    background-size: 20% auto,130px auto,100px auto;
    background-repeat: no-repeat; }
    ._lj .container > img {
      margin: 1rem auto; }
    ._lj .container > div {
      max-width: 1200px;
      background-color: #fff;
      padding: 2rem;
      border-radius: 2rem;
      margin: 2rem auto; }
      ._lj .container > div > p {
        color: #af8131; }
        ._lj .container > div > p span {
          display: block; }
      ._lj .container > div table {
        margin: 1rem auto; }
        ._lj .container > div table tr {
          border: 1px solid #af8131;
          border-left: none;
          border-right: none; }
        ._lj .container > div table td {
          padding: 1rem; }
          ._lj .container > div table td:nth-of-type(1) {
            width: 150px; }
          ._lj .container > div table td:nth-of-type(2) {
            text-align: left; }
          ._lj .container > div table td i {
            font-style: normal;
            padding: 0.5rem;
            border-radius: 1rem;
            border: 1px solid #af8131;
            font-weight: bold;
            min-width: 120px;
            text-align: center;
            display: inline-block;
            line-height: 1rem; }
          ._lj .container > div table td li {
            list-style: disc;
            margin-left: 1rem;
            margin-bottom: .5rem; }
      @media (max-width: 767px) {
        ._lj .container > div > p span {
          display: inline; }
        ._lj .container > div table td {
          display: block; }
          ._lj .container > div table td:nth-of-type(1) {
            width: 100%; } }

._do {
  padding: 2rem 0 0;
  position: relative;
  background-color: #fdf5e0;
  overflow: hidden; }
  ._do:after {
    color: rgba(175, 129, 49, 0.1);
    content: "";
    font-family: Cambria, Times, "Times New Roman", serif;
    font-size: 4rem;
    font-weight: 100;
    position: absolute;
    z-index: 0;
    content: "Dependent origination";
    right: 10%;
    top: 10%; }
    @media (max-width: 767px) {
      ._do:after {
        font-size: 1.5rem;
        left: 50%;
        top: 11rem;
        transform: translate(-50%, 0);
        display: block;
        width: 100%;
        text-align: center;
        right: auto; } }
  ._do .container {
    text-align: left;
    width: 80%; }
    @media (max-width: 767px) {
      ._do .container {
        text-align: center; } }
  ._do .container + div {
    background-color: #f1e8d0;
    text-align: left; }
    ._do .container + div ul li {
      display: inline-block;
      vertical-align: middle; }
      ._do .container + div ul li:nth-of-type(1) {
        width: 60%;
        margin-right: 5%;
        border-left: 3px solid #d8b77b; }
      ._do .container + div ul li:nth-of-type(2) {
        width: 30%; }
      ._do .container + div ul li > img {
        border-radius: 2.5rem; }
      ._do .container + div ul li strong {
        display: inline-block; }
        ._do .container + div ul li strong i {
          border-bottom: 3px solid #d8b77b;
          font-style: normal; }
        ._do .container + div ul li strong:before {
          content: "";
          background-color: #54352e;
          outline: 5px solid #fff;
          border-radius: 2rem;
          display: inline-block;
          font-size: .5rem;
          height: 8px;
          width: 8px;
          margin-left: -.3rem;
          margin-right: 1.5rem;
          box-shadow: 0 0 0 6px #54352e; }
      ._do .container + div ul li p {
        margin: .5rem 0 3rem 1.5rem;
        font-size: .9rem;
        line-height: 1.5rem; }
    @media (max-width: 1023px) {
      ._do .container + div ul li:nth-of-type(1) {
        width: 100%;
        margin-right: 0%;
        margin-bottom: 1rem; }
      ._do .container + div ul li:nth-of-type(2) {
        width: 100%; } }

._privacy:after {
  color: rgba(175, 129, 49, 0.1);
  content: "";
  font-family: Cambria, Times, "Times New Roman", serif;
  font-size: 4rem;
  font-weight: 100;
  position: absolute;
  z-index: 0;
  content: "Privacy";
  right: 10%;
  top: 20%; }
  @media (max-width: 767px) {
    ._privacy:after {
      font-size: 1.5rem;
      left: 50%;
      top: 11rem;
      transform: translate(-50%, 0);
      display: block;
      width: 100%;
      text-align: center;
      right: auto; } }
._privacy .container > div {
  text-align: left;
  border-bottom: 5px solid #9d8969;
  box-sizing: border-box;
  background: url("../images/index_part_dn_2.png") no-repeat bottom right;
  background-size: 80px auto;
  padding-bottom: 15rem; }

/*-------*/
