/*!***************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!../node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!../node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./assets/css/content.scss ***!
  \***************************************************************************************************************************************************************************************************************************************************/
.fontsize_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative; }
  @media screen and (max-width: 768px) {
    .fontsize_row {
      display: none; } }

.fontsize_btn {
  width: 2.5rem;
  line-height: calc(2.5rem - 2px);
  padding: 0;
  font-size: 1.16rem;
  background: transparent;
  border: 1px solid transparent;
  cursor: pointer;
  -webkit-transition: border 0.2s ease-out;
  -o-transition: border 0.2s ease-out;
  transition: border 0.2s ease-out; }
  .fontsize_btn:focus, .fontsize_btn:hover {
    border: 1px solid #b58e51; }

.content_sec {
  padding: 3.125rem 0 6.25rem; }
  @media screen and (max-width: 768px) {
    .content_sec {
      padding: 5.625rem 0 6.25rem; } }
  @media screen and (max-width: 480px) {
    .content_sec {
      padding: 5.625rem 0 6.25rem; } }

.arti_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }
  @media screen and (max-width: 768px) {
    .arti_content {
      display: block; } }

.arti_left {
  min-width: 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }
  @media screen and (max-width: 768px) {
    .arti_left {
      margin-top: 0.625rem;
      margin-bottom: 1.25rem; } }
  @media screen and (max-width: 480px) {
    .arti_left {
      margin-top: 0.625rem;
      margin-bottom: 1.25rem; } }

.arti_right {
  min-width: 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  min-height: 25rem; }
  @media screen and (max-width: 768px) {
    .arti_right {
      min-height: none; } }

.arti_pic {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: #eee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative; }
  @media screen and (min-width: 769px) {
    .arti_pic:after {
      content: "";
      width: calc(100% + 4px);
      height: calc(100% + 4px);
      border: 2px dotted #b58e51;
      border-radius: 0.1875rem;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      position: absolute;
      top: -2px;
      left: -2px;
      z-index: 5;
      opacity: 0;
      -webkit-transition: opacity 0.1s ease-out;
      -o-transition: opacity 0.1s ease-out;
      transition: opacity 0.1s ease-out; }
    .arti_pic:focus:after {
      opacity: 1; } }
  @media screen and (max-width: 768px) {
    .arti_pic {
      padding: 1.875rem 0;
      height: 20rem; } }
  @media screen and (max-width: 480px) {
    .arti_pic {
      margin-left: -4.375rem;
      margin-right: -4.375rem;
      padding: 1.875rem 0;
      height: 20rem; } }
  .arti_pic img {
    width: auto;
    max-width: 100%;
    max-height: 20rem; }
    @media screen and (max-width: 768px) {
      .arti_pic img {
        max-width: calc(100% - 2.5rem);
        max-height: 20rem; } }
    @media screen and (max-width: 480px) {
      .arti_pic img {
        max-width: calc(100% - 2.5rem);
        max-height: 20rem; } }

.arti_info {
  padding-left: 3.125rem; }
  @media screen and (max-width: 768px) {
    .arti_info {
      padding-left: 0; } }

.arti_maintitle {
  font-size: 1.8rem;
  letter-spacing: 0.25rem;
  margin-bottom: 1.25rem; }
  @media screen and (max-width: 768px) {
    .arti_maintitle {
      letter-spacing: 0.25rem;
      margin-bottom: 1.25rem; } }
  @media screen and (max-width: 480px) {
    .arti_maintitle {
      letter-spacing: 0.25rem;
      margin-bottom: 1.25rem; } }

.arti_detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 1.25rem 0; }
  @media screen and (max-width: 768px) {
    .arti_detail {
      padding: 1.25rem 0; } }
  @media screen and (max-width: 480px) {
    .arti_detail {
      padding: 1.25rem 0; } }

.detail_col {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }

.detail_txt {
  font-size: 1rem; }
  .detail_txt .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }
  .detail_txt b {
    width: 64px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    font-weight: normal;
    padding-right: 20px;
    margin-right: 15px;
    position: relative; }
    .detail_txt b:after {
      content: "|";
      position: absolute;
      top: 0;
      right: 0; }
  .detail_txt i {
    font-style: normal; }

.arti_description {
  padding: 1.25rem 0; }
  @media screen and (max-width: 768px) {
    .arti_description {
      padding: 1.25rem 0; } }
  @media screen and (max-width: 480px) {
    .arti_description {
      padding: 1.25rem 0; } }

.description_title {
  font-size: 1.2rem;
  margin-bottom: 0.4375rem; }
  @media screen and (max-width: 768px) {
    .description_title {
      margin-bottom: 0.4375rem; } }
  @media screen and (max-width: 480px) {
    .description_title {
      margin-bottom: 0.4375rem; } }

.description_txt {
  font-size: 1rem;
  text-align: justify; }

.arti_audio {
  margin-top: 0.625rem; }
  @media screen and (max-width: 768px) {
    .arti_audio {
      margin-top: 1.25rem;
      text-align: center; } }
  @media screen and (max-width: 480px) {
    .arti_audio {
      margin-top: 1.25rem; } }

.lb_img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100vh; }

.swiper_box {
  width: 100%; }

.pic_swiper {
  width: 100%;
  height: 100%;
  max-height: 25rem;
  position: relative; }
  .pic_swiper .swiper {
    height: 100%; }
  .pic_swiper .swiper-pagination {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0.9375rem 0;
    bottom: 0; }
  .pic_swiper .swiper-button-prev::after,
  .pic_swiper .swiper-button-next::after {
    font-size: 2rem;
    color: #58585a; }
  .pic_swiper .swiper-pagination-bullet {
    background: transparent;
    border: 1px solid #58585a;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 7px; }
  .pic_swiper .swiper-pagination-bullet-active {
    background: #b58e51;
    border: 1px solid #b58e51; }
  .pic_swiper .arti_pic {
    height: 100%; }

.pic_controller_swiper {
  width: 100%;
  position: relative; }
  .pic_controller_swiper .swiper {
    height: 100%;
    margin-left: -0.625rem;
    margin-right: -0.625rem; }
  .pic_controller_swiper .swiper-slide {
    padding: 1.25rem 0.625rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    opacity: .4;
    -webkit-transition: opacity .1s ease-out;
    -o-transition: opacity .1s ease-out;
    transition: opacity .1s ease-out; }
  .pic_controller_swiper .swiper-slide-thumb-active {
    opacity: 1; }
  .pic_controller_swiper .controller_img {
    height: 7.5rem;
    -o-object-fit: cover;
       object-fit: cover; }

.arti_main {
  max-width: 50rem;
  text-align: center;
  margin: 0 auto 4.375rem; }

.arti_main_title {
  font-size: 2rem;
  margin-bottom: 0.625rem; }

.arti_main_txt {
  font-size: 1.0625rem; }

