.showDesk {
  display: block !important;
}
@media screen and (max-width: 768px) {
  .showDesk {
    display: none !important;
  }
}

.showMobile {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .showMobile {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1100px !important;
  }
}

.navSearch {
  display: block !important;
}
@media screen and (max-width: 960px) {
  .navSearch {
    display: none !important;
  }
}

.btnlife {
  background: #ffffff;
  padding: 8px 20px;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  border: 1px solid #198754;
  color: #198754;
  border-radius: 0;
}
.btnlife:hover {
  background: #198754;
  color: #ffffff;
}

.btnVideo {
  text-decoration: none;
  padding: 16px;
  display: block;
  border-bottom: 1px solid #ddd;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  color: #333333;
  font-weight: 600;
}

.btnimage {
  text-decoration: none;
  padding: 16px;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  color: #333333;
  font-weight: 600;
  margin-bottom: 20px;
}

.btnSocial {
  color: #ffffff;
  text-decoration: none;
  font-size: 30px;
  margin: 8px;
}

.navbar {
  position: static;
  width: 100%;
  background: #ffffff;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 30px;
  z-index: 1000;
  height: -moz-fit-content;
  height: fit-content;
}
.navbar.expand {
  position: fixed;
  top: 0;
}
.navbar.expand .navTop {
  padding: 10px 0;
}
@media screen and (max-width: 768px) {
  .navbar.expand .navTop {
    padding: 10px;
  }
}

.logo {
  height: 70px;
  transition: 0.5s;
}
@media screen and (max-width: 768px) {
  .logo {
    height: 60px;
  }
}
.logo.shrink {
  height: 40px;
}

.navTop {
  padding: 15px 0 5px;
  margin-bottom: 10px;
  border-bottom: 1px solid #b6df99;
  position: relative;
}
@media screen and (max-width: 768px) {
  .navTop {
    border: none;
    padding: 15px 10px;
    margin: 0;
  }
}
.navTop::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  display: block;
  background: #b6df99;
  bottom: -5px;
  left: 0;
}
@media screen and (max-width: 768px) {
  .navTop::after {
    display: none;
  }
}
.navTop::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  display: block;
  background: #b6df99;
  bottom: -5px;
  right: 0;
}
@media screen and (max-width: 768px) {
  .navTop::before {
    display: none;
  }
}

.navbar-nav .nav-link {
  margin: 0 10px;
}

.imgShowCarousel {
  width: 100%;
}
.imgShowCarousel .item {
  width: 100%;
}
.imgShowCarousel .item .bannerImg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.headImgBlock {
  width: 100%;
  height: 350px;
  padding: 0;
  display: block;
  position: relative;
}
.headImgBlock img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.headImgBlock .headTitle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  font-weight: 600;
  font-size: 20px;
}

.innerContentBlock {
  padding: 100px 0;
}
.innerContentBlock.textSmall p {
  font-size: 16px;
}
.innerContentBlock.textMedium p {
  font-size: 18px;
}
.innerContentBlock.textBig p {
  font-size: 20px;
}
.innerContentBlock p {
  line-height: 35px;
  margin: 15px 0;
  font-size: 18px;
}
.innerContentBlock .fontBold {
  font-weight: bold;
}
.innerContentBlock .innerImg {
  width: 100%;
  margin: 15px 0;
}
.innerContentBlock .textSizeBtn {
  text-decoration: none;
  padding: 10px;
  line-height: 16px;
  border: 1px solid #333;
  color: #000;
  margin: 3px;
  opacity: 0.4;
  cursor: pointer;
}
.innerContentBlock .textSizeBtn.active {
  font-weight: 600;
  opacity: 1;
}

.scripBox {
  display: block;
  margin-bottom: 30px;
}
.scripBox .scripNumber {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 8px;
  display: block;
  color: #ff6b27;
}
.scripBox .scripContent {
  font-weight: 600;
  font-size: 20px;
  color: #ff6b27;
}

.section {
  margin: 50px auto;
}

#section01 .listBox {
  position: relative;
  overflow: hidden;
}
#section01 .listBox .listTitle {
  font-size: 20px;
  color: #402f00;
  font-weight: bold;
  display: inline-block;
  background: white;
  padding: 0 10px;
  margin-left: -15px;
}
#section01 .listBox .listTitle::after {
  content: "";
  display: block;
  width: 100%;
  height: 7px;
  border-top: 5px solid #402f00;
  border-bottom: 1px solid #402f00;
  position: absolute;
  top: 30px;
  left: -15px;
  z-index: -1;
}
#section01 .listBox .listContent {
  list-style: none;
  padding-left: 0;
}
#section01 .listBox .listContent .listItem {
  padding: 5px 10px;
}
#section01 .listBox .listContent .listItem:nth-child(odd) {
  background: #eee;
}
#section01 .listBox .listContent .listItem:nth-child(even) {
  background: #fff;
}
#section01 .listBox .listContent .listItem a {
  color: #444;
  text-decoration: none;
  display: block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.section02Bg {
  background: rgb(244, 242, 238);
  padding: 10px 0;
}

#section02 {
  margin: 30px auto;
}
#section02 .sec02Card {
  background: #ffffff;
  padding: 15px;
  cursor: pointer;
}
#section02 .sec02Card .cardImg {
  width: 250px;
  height: 250px;
  display: block;
  flex-grow: 1;
}
@media screen and (max-width: 1000px) {
  #section02 .sec02Card .cardImg {
    width: 120px;
    height: 100%;
  }
}
@media screen and (max-width: 767px) {
  #section02 .sec02Card .cardImg {
    width: 100%;
    height: 100%;
  }
}
#section02 .sec02Card .cardImg img {
  width: 250px;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
@media screen and (max-width: 1000px) {
  #section02 .sec02Card .cardImg img {
    width: 120px;
    height: 100%;
  }
}
@media screen and (max-width: 767px) {
  #section02 .sec02Card .cardImg img {
    width: 100%;
    height: 100%;
    aspect-ratio: 1;
  }
}
#section02 .sec02Card .cardContent {
  flex-grow: 1;
  padding: 20px;
}
#section02 .sec02Card .cardContent .cardTitle {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 8px;
  color: #198754;
}
#section02 .sec02Card .cardContent .cardAuthor {
  font-size: 14px;
  color: #717171;
  margin-bottom: 8px;
  display: block;
}
#section02 .sec02Card .cardContent .cardText {
  font-size: 16px;
  line-height: 30px;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

#section03 .videoCard {
  cursor: pointer;
}
#section03 .videoCard .videoImg {
  width: 100%;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
  border: 1px solid #e7e7e7;
}
#section03 .videoCard .ytp-cued-thumbnail-overlay-image {
  z-index: 500 !important;
}
@media screen and (max-width: 768px) {
  #section03 .videoCard .btnVideo {
    min-height: 81px;
  }
}

#section04 .imageCard .imageImgBox {
  position: relative;
}
@media screen and (max-width: 768px) {
  #section04 .imageCard .imageImgBox {
    max-width: 90%;
    margin: 0 auto;
  }
}
#section04 .imageCard .imageImgBox::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #eeeeee;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-4deg);
  z-index: -7;
}
#section04 .imageCard .imageImgBox::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #eeeeee;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(4deg);
  z-index: -8;
}
#section04 .imageCard .imageImgBox .imageImg {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  background: #ffffff;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

#footer {
  background: rgb(120, 89, 56);
  color: #ffffff;
}

#cardList .sec02Card {
  padding: 15px;
  cursor: pointer;
}
#cardList .sec02Card .cardImg {
  width: 250px;
  height: 250px;
  display: block;
}
@media screen and (max-width: 1000px) {
  #cardList .sec02Card .cardImg {
    width: 120px;
    height: 100%;
  }
}
@media screen and (max-width: 767px) {
  #cardList .sec02Card .cardImg {
    width: 100%;
    height: 100%;
  }
}
#cardList .sec02Card .cardImg img {
  width: 250px;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
@media screen and (max-width: 1000px) {
  #cardList .sec02Card .cardImg img {
    width: 120px;
    height: 100%;
  }
}
@media screen and (max-width: 767px) {
  #cardList .sec02Card .cardImg img {
    width: 100%;
    height: 100%;
    aspect-ratio: 1;
  }
}
#cardList .sec02Card .cardContent {
  background: #f4f2ee;
  flex-grow: 1;
  padding: 20px;
  max-height: 250px;
}
#cardList .sec02Card .cardContent .cardTitle {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 8px;
  color: #198754;
}
#cardList .sec02Card .cardContent .cardAuthor {
  font-size: 14px;
  color: #717171;
  margin-bottom: 8px;
  display: block;
}
#cardList .sec02Card .cardContent .cardText {
  font-size: 16px;
  line-height: 30px;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.page-item .page-link {
  color: rgb(120, 89, 56);
}
.page-item.active .page-link {
  color: #ffffff;
  background: rgb(120, 89, 56);
  border-color: rgb(77, 58, 37);
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin-bottom: 50px;
}

.videoBg{
  background: #fff;
  padding: 15px 0;
}

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#videoInner {
  padding-top: 30px;
}
@media screen and (max-width: 768px) {
  #videoInner {
    padding-top: 50px;
  }
}
#videoInner p {
  line-height: 35px;
  margin: 15px 0;
  font-size: 18px;
}
#videoInner p:last-child {
  margin-bottom: 80px;
}

.videoSuggestTitleBox {
  position: relative;
}
.videoSuggestTitleBox::after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #b6df99;
  z-index: -1;
}

.videoSuggestTitle {
  margin: 50px auto;
  padding: 0 20px;
  width: -moz-fit-content;
  width: fit-content;
  background: #ffffff;
}

#videoList {
  max-width: 1300px;
  min-height: 730px;
}
#videoList .sideMenu {
  min-width: 200px;
  margin-right: 15px;
}
@media screen and (max-width: 768px) {
  #videoList .sideMenu {
    margin: 0;
  }
}
#videoList .sideMenu .videoGroupDesktop {
  display: block;
}
#videoList .sideMenu .videoGroupDesktop .list-group-item {
  cursor: pointer;
  position: relative;
}
#videoList .sideMenu .videoGroupDesktop .list-group-item::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  width: 5px;
  height: 5px;
  background: #b6df99;
}
#videoList .sideMenu .videoGroupDesktop .list-group-item.active {
  background: #465f34;
  border-color: #b6df99;
}
@media screen and (max-width: 768px) {
  #videoList .sideMenu .videoGroupDesktop {
    display: none;
  }
}
#videoList .sideMenu .videoGroupMobile {
  display: none;
}
@media screen and (max-width: 768px) {
  #videoList .sideMenu .videoGroupMobile {
    display: block;
  }
}

.BookCard {
  cursor: pointer;
  margin-bottom: 30px;
}
.BookCard .BookImg {
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
.BookCard .btnBook {
  color: #465f34;
  padding: 10px;
  display: block;
  text-decoration: none;
}

#bookList {
  max-width: 1100px;
  min-height: 730px;
}
#bookList .sideMenu {
  min-width: 200px;
  margin-right: 15px;
}
@media screen and (max-width: 768px) {
  #bookList .sideMenu {
    margin: 0;
  }
}
#bookList .sideMenu .bookGroupDesktop {
  display: block;
}
#bookList .sideMenu .bookGroupDesktop .list-group-item {
  border-radius: 0;
  border-left: none;
  border-right: none;
}
#bookList .sideMenu .bookGroupDesktop .list-group-item.active {
  background-color: #ffffff;
  border-color: rgba(0, 0, 0, 0.1254901961);
}
#bookList .sideMenu .bookGroupDesktop .list-group-item a {
  text-decoration: none;
  color: #4f3a22;
  font-weight: 700;
  cursor: pointer;
  width: 100%;
  display: block;
}
#bookList .sideMenu .bookGroupDesktop .list-group-item-more-box {
  display: none;
}
#bookList .sideMenu .bookGroupDesktop .list-group-item-more-list {
  padding: 13px 0 13px 8px;
  list-style: none;
}
#bookList .sideMenu .bookGroupDesktop .list-group-item-more-list .list-group-item-more {
  border: none;
  padding: 3px 0;
}
#bookList .sideMenu .bookGroupDesktop .list-group-item-more-list .list-group-item-more a {
  text-decoration: none;
  color: #4f3a22;
  font-weight: 400;
  cursor: pointer;
  width: 100%;
  display: block;
}
@media screen and (max-width: 768px) {
  #bookList .sideMenu .bookGroupDesktop {
    display: none;
  }
}
#bookList .sideMenu .bookGroupMobile {
  display: none;
}
@media screen and (max-width: 768px) {
  #bookList .sideMenu .bookGroupMobile {
    display: block;
  }
}

@media screen and (max-width: 1000px) {
  .mySwiper2 .swiper-slide img {
    width: 100%;
  }
}

.breadcrumb .breadcrumb-item a {
  color: #333;
}
.breadcrumb .breadcrumb-item.active {
  color: #ff8a00;
  font-weight: 900;
}/*# sourceMappingURL=index.css.map */