@charset "utf-8";
/*------------------------------------------------------*/
.cmshtml #page-top {
  display: block;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 33;
  cursor: pointer;
  width: 40px;
  height: 40px;
}
.cmshtml #page-top:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  margin: -5px 0 0 -10px;
  border-top: 2px solid #282828;
  border-right: 2px solid #282828;
  transform: rotate(-45deg);
  transition: all 0.6s ease;
}
.cmshtml #page-top:hover:before {
  top: 0;
}
@media screen and (max-width: 1000px) {
  .cmshtml #page-top {
    width: 35px;
    height: 35px;
  }
  .cmshtml #page-top:before {
    width: 15px;
    height: 15px;
    margin: -5px 0 0 -10px;
  }
}
@media screen and (max-width: 680px) {
  .cmshtml #page-top {
    bottom: 50px;
  }
}
/*------------------------------------------------------*/
.cmshtml .fixed_area {
  position: fixed;
  top: 50%;
  right: 0;
  z-index: 10;
  transform: translateY(-50%);
}
.cmshtml .fi_btn {
  background: #AC9A7C;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 2px;
  margin-bottom: 3px;
}
.cmshtml .fi_btn a {
  background: #AC9A7C;
  color: #fff;
  display: block;
  text-decoration: none;
  padding: 10px 15px;
  transition: all 0.3s;
}
.cmshtml .fi_btn a:hover {
  background: #8B7654;
  color: #fff;
}
@media screen and (max-width: 1000px) {
  .cmshtml .fi_btn {
    font-size: 14px;
  }
  .cmshtml .fi_btn a {
    padding: 10px 10px;
  }
}
@media screen and (max-width: 680px) {
  .cmshtml .info_bnr > div:nth-child(1) {
    width: 40%;
  }
  .cmshtml .info_bnr > div:nth-child(2) {
    width: 60%;
  }
  .cmshtml .fixed_area {
    display: flex;
    justify-content: space-between;
    width: 100%;
    top: auto;
    bottom: 0;
    transform: none;
  }
  .cmshtml .fixed_area > div {
    width: calc(33.33333% - 0px);
  }
  .cmshtml .fi_btn {
    text-align: center;
    -ms-writing-mode: unset;
    writing-mode: unset;
    margin-bottom: 0;
    font-size: 12px;
    letter-spacing: 0;
  }
  .cmshtml .fi_btn:not(:first-child) {
    border-left: 1px solid #9e9587;
  }
}
/*------------------------------------------------------*/
.cmshtml .load-fade {
  opacity: 0;
  transition: all 2s;
  overflow: hidden;
}
.cmshtml .load-fade.done {
  opacity: 1;
}
.cmshtml .to-lr {
  opacity: 0;
  transform: translateX(-40px);
  transition: all 1s;
}
.cmshtml .to-rl {
  opacity: 0;
  transform: translateX(40px);
  transition: all 1s;
}
.cmshtml .to-lr.scrollin, .cmshtml .to-rl.scrollin {
  opacity: 1;
  transform: translate(0);
}
/*------------------------------------------------------*/
.cmshtml .order_fade > div {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.3s ease;
}
.cmshtml .order_fade > div.view {
  opacity: 1;
  transform: translateY(0px);
  transition: all 0.3s ease;
}
@media screen and (max-width: 680px) {
  .cmshtml .order_fade > div {
    transition: all 0.6s ease;
  }
}
/*------------------------------------------------------*/
.cmshtml #loading {
  background-color: #F3F0EB;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999999;
  transition: all 1s ease;
}
.cmshtml #loading.finished {
  height: 0;
  opacity: 0.5;
  pointer-events: none;
}
/*------------------------------------------------------*/
.cmshtml .catalog_img {
  margin-left: auto;
  padding-left: 40px;
  padding: 0;
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 10;
}
@media screen and (max-width: 1500px) {
  .cmshtml .catalog_img {
    max-width: 150px;
    bottom: 30px;
  }
}
@media screen and (max-width: 1000px) {
  .cmshtml .catalog_img {
    max-width: 120px;
    right: 20px;
    bottom: 10px;
  }
}
@media screen and (max-width: 680px) {
  .cmshtml .catalog_img {
    bottom: 50px;
    right: 10px;
  }
}
/*------------------------------------------------------*/
@media screen and (min-width: 577px) {
  .cmshtml .scnews .rdnewArticle .rdnewArticle-contWrap {
    display: flex;
    align-items: center;
  }
  .cmshtml .scnews .rdnewArticle-ContTitle {
    margin-left: 20px;
  }
  .cmshtml .scnews .rdnewArticle .rdnewArticle-item {
    padding: 20px 10px;
  }
}
/*------------------------------------------------------*/
.cmshtml .real_voices {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
@media screen and (max-width: 576px) {
  .cmshtml .real_voices_re {
    display: flex;
    flex-direction: column-reverse;
  }
}
/*------------------------------------------------------*/
.cmshtml .real_voices > div:has(.imgbox), .cmshtml .real_voices .imgbox {
  width: 45%;
}
.cmshtml .real_voices > div:has(.textbox), .cmshtml .real_voices .textbox {
  max-width: 560px;
    width: 55%;
}
.cmshtml .real_voices .textbox {
  padding: 25px 20px;
  margin: 0 auto;
}
.cmshtml .contests_maintitle {
  font-size: 24px;
  font-style: italic;
  letter-spacing: .1em;
  color: #AC9A7C;
  position: relative;
  padding: 0 0 35px 45px !important;
}
.cmshtml .contests_maintitle::before {
  content: "";
  background-color: #AC9A7C;
  width: 37px;
  height: 2px;
  position: absolute;
  left: 0;
  top: 17px;
}
.cmshtml .contests_subtitle {
  border-left: 2px solid #AC9A7C;
  position: relative;
  font-size: 18px;
  letter-spacing: .1em;
  padding: 0 !important;
  padding-left: 18px !important;
  margin-top: 27px;
  margin-bottom: 18px;
}
@media screen and (max-width: 1000px) {
    .cmshtml .contests_maintitle {
  padding-bottom: 15px!important;
}
}
@media screen and (max-width: 576px) {
  .cmshtml .real_voices_re {
    display: flex;
    flex-direction: column-reverse;
  }
  .cmshtml .real_voices .textbox {
    padding: 15px 10px 25px;
  }
  .cmshtml .contests_maintitle {
    font-size: 18px;
    font-weight: 600;
    padding: 0 0 0 25px !important;
  }
  .cmshtml .contests_maintitle::before {
    width: 18px;
    height: 1px;
    top: 13px;
  }
  .cmshtml .contests_subtitle {
    font-size: 16px;
    padding-left: 10px !important;
    margin-top: 20px;
    margin-bottom: 10px;
  }
}
#editView .cmshtml .real_voices .imgbox, #editView .cmshtml .real_voices .textbox {
  width: 100%;
  max-width: none;
}
#editView .cmshtml .real_voices > div {
  width: 50%;
}
/*------------------------------------------------------*/
.cmshtml .profile {
  flex-flow: nowrap;
  justify-content: flex-end;
  padding-left: 13%;
  position: relative;
  margin-bottom: 60px;
}
.cmshtml .profile > div:nth-child(1) {
  width: 90px;
}
.cmshtml .profile > div:nth-child(2) {
  width: calc(100% - 90px);
}
.cmshtml .p_tit {
  font-size: 50px;
  font-weight: 500;
  color: #AC9A7C;
  text-orientation: mixed;
  letter-spacing: .1em;
}
.cmshtml .about_area {
  margin-top: 3vw;
  max-width: 1560px;
  height: 800px;
  max-height: 80vw;
  padding-left: 10px;
  position: relative;
}
.cmshtml .pro_img {
  background: #AC9A7C;
  position: relative;
  z-index: 1;
}
.cmshtml .pro_img img {
  opacity: 0.8;
}
.cmshtml .pro_message {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  left: -2%;
  top: 0;
  z-index: 10;
}
.cmshtml .pro_message_txt, .cmshtml .pro_message_txt a {
  color: #fff;
}
.cmshtml .pro_message_txt {
  font-size: 2.5vw;
  font-weight: 600;
  background-color: #AC9A7C;
  padding: 5px 30px;
  margin: 15px 0;
}
.cmshtml .pro_plate {
  background: #fff;
  padding: 20px 80px 20px 35px;
  position: absolute;
  left: 4%;
  bottom: 0;
  z-index: 10;
}
.cmshtml .pro_p_af {
  font-weight: 500;
}
.cmshtml .pro_p_name {
  font-size: 38px;
  font-weight: 500;
}
.cmshtml .pro_p_ca {
  font-size: 18px;
  font-weight: 500;
}
@media screen and (max-width: 1400px) {
  .cmshtml .profile {
    padding: 0 4%;
  }
  .cmshtml .profile > div:nth-child(1) {
    width: 70px;
  }
  .cmshtml .profile > div:nth-child(2) {
    width: calc(100% - 70px);
  }
  .cmshtml .p_tit {
    font-size: 40px;
  }
  .cmshtml .about_area {
    height: 550px;
  }
  .cmshtml .pro_message_txt {
    margin: 10px 0;
  }
  .cmshtml .pro_p_name {
    font-size: 24px;
  }
}
@media screen and (max-width: 680px) {
  .cmshtml .profile {
    padding: 0;
  }
  .cmshtml .profile > div:nth-child(1) {
    width: 40px;
  }
  .cmshtml .profile > div:nth-child(2) {
    width: calc(100% - 40px);
  }
  .cmshtml .p_tit {
    font-size: 24px;
  }
  .cmshtml .about_area {
    height: 350px;
    max-height: none;
  }
  .cmshtml .pro_message_txt {
    margin: 0;
    font-size: 18px;
    padding: 4px 20px;
  }
  .cmshtml .pro_plate {
    width: 80%;
    padding: 10px 20px 5px 20px;
    left: auto;
    right: 0;
  }
  .cmshtml .pro_p_af {
    font-size: 10px;
  }
  .cmshtml .pro_p_name {
    font-size: 16px;
  }
  .cmshtml .pro_p_ca {
    font-size: 10px;
  }
}
#editView .cmshtml .about_area {
  margin-top: 0;
  height: auto;
  max-height: none;
}
#editView .cmshtml .pro_message {
  display: block;
  position: relative;
  left: auto;
  top: auto;
  z-index: auto;
}
#editView .cmshtml .pro_plate {
  position: relative;
  left: auto;
  bottom: auto;
  z-index: auto;
}
#editView .cmshtml .profile > div:nth-child(1) {
  width: 26%;
}
#editView .cmshtml .profile > div:nth-child(2) {
  width: 74%;
}


/*------------------------------------------------------*/

.cmshtml .text_slide .rdslideItem {
    position: relative;
}
.cmshtml .text_slide .rdslideItem img {
    position: relative;
    z-index: 1;
}
.cmshtml .text_slide .rdslideItem .img_alt_txt {
    background: rgba(255,255,255,0.5);
    font-size: 22px;
    font-weight: 600;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
padding:20px;
pointer-events: none;
}
/*------------------------------------------------------*/

.cmshtml .gray_img a:hover img {
    filter: grayscale(1);
    opacity: 0.5;
}


/*------------------------------------------------------*/