.cmshtml {
  /* CSS Document */
  /* main-img-top */
  /* contents-top */
  /* contents01 */
  /* contents02 */
  /* contents03 */
  /* contents04 */
  /* contents05 */
  /* news */
}

.cmshtml .main-img-top {
  width: 100%;
  max-width: 100%;
}

.cmshtml .main-img-top .box-inner {
  width: 100%;
  max-width: 100%;
  position: relative;
}

.cmshtml .box-mainslider {
  width: 92%;
  max-width: 92%;
  position: relative;
  padding: 5px;
}

.cmshtml .box-mainslider::after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  background-image: url("../../img/top/frame-front.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.cmshtml .box-mainslider img {
  width: 100%;
  height: auto;
}

.cmshtml .main-img-top .box-text {
  position: absolute;
  left: 0px;
  bottom: 4.5vw;
  width: 100%;
  max-width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  flex-wrap: wrap;
  text-align: center;
  z-index: 2;
}

.cmshtml .main-img-top .box-text .inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 20px;
}

.cmshtml .main-img-top h2, .cmshtml .main-img-top h3 {
  font-family: var(--title-font);
  display: inline-block;
  border-radius: 15px;
}

.cmshtml .main-img-top h2 {
  font-size: 4.2vw;
  line-height: 1.2;
  letter-spacing: 0.15em;
  color: var(--color-sub2);
  font-weight: var(--base-weight3);
  background-color: #FFF;
  padding: 0.2vw 2vw 0.5vw;
  padding-right: 1vw;
}

.cmshtml .main-img-top h3 {
  font-size: 1.9vw;
  line-height: 1.4;
  letter-spacing: 0.1em;
  color: #FFF;
  font-weight: var(--base-weight2);
  background-color: var(--color-main);
  margin-top: 1vw;
  padding: 0.5vw 2vw;
  padding-right: 1vw;
}

@media screen and (max-width: 1360px) {
  .cmshtml .main-img-top .box-text {
    bottom: 70px;
  }
  .cmshtml .main-img-top h2 {
    font-size: 64px;
  }
  .cmshtml .main-img-top h3 {
    font-size: 28px;
  }
}

.cmshtml .contents-top {
  width: 100%;
  max-width: 100%;
  position: relative;
  padding-top: 9.5vw;
}

.cmshtml .contents-top::after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  background-image: url("../../img/common/back-header.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 100%;
  height: 55vh;
}

.cmshtml .contents-top img {
  width: 100%;
  height: auto;
}

.cmshtml .contents-top-wrap {
  width: 100%;
  max-width: 100%;
  position: relative;
}

.cmshtml .contents-top-wrap::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 48vw;
  display: block;
  background-image: url("../../img/top/icon-front.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 110% auto;
  margin-top: -38vw;
  z-index: 1;
}

@media screen and (max-width: 1360px) {
  .cmshtml .contents-top {
    padding-top: 130px;
  }
  .cmshtml .contents-top-wrap::before {
    height: 600px;
    margin-top: -550px;
  }
}

.cmshtml .contents-top p, .cmshtml .contents-top .wc_textbox {
  font-weight: var(--base-weight2);
  letter-spacing: 0.05em;
  line-height: 2;
}

.cmshtml .contents01 p, .cmshtml .contents01 .wc_textbox {
  line-height: 2.5;
}

.cmshtml .box-title-top {
  text-align: center;
}

.cmshtml .box-title-top h2 {
  font-family: var(--title-font);
  font-weight: var(--base-weight3);
  font-size: 44px;
  line-height: 1.4;
  letter-spacing: 0.1em;
  position: relative;
}

.cmshtml .contents-top .link01 a, .cmshtml .contents04 .link01 h6 {
  font-family: var(--title-font);
  font-weight: var(--base-weight2);
  font-size: 18px;
  color: #FFF;
  line-height: 1.2;
  letter-spacing: 0.1em;
  display: inline-block;
  padding: 20px 60px;
  text-align: center;
  min-width: 250px;
  position: relative;
  border-radius: 60px;
}

.cmshtml .contents-top .contents01 .link01 a {
  background-color: var(--color-main);
}

.cmshtml .contents-top .contents03 .link01 a {
  background-color: var(--color-sub2);
}

.cmshtml .contents-top .contents04 .link01 h6 {
  color: #0F1C64;
  background-color: #F6AF48;
  transition: .5s;
}

.cmshtml .contents-top .contents05 .link01 a {
  background-color: #FF6F46;
}

.cmshtml .contents-top .link01 a:hover {
  opacity: 1;
  background-color: var(--color-base);
}

.cmshtml .contents04 .box-inner:hover .link01 h6 {
  background-color: #FFF;
}

.cmshtml .contents-top .link01 a::before, .cmshtml .contents04 .link01 h6::before {
  content: "";
  position: absolute;
  right: 25px;
  top: 0px;
  background-image: url("../../img/common/link-arrow01.svg");
  background-position: right center;
  background-repeat: no-repeat;
  background-size: auto 15px;
  width: 18px;
  height: 100%;
  transition: .5s;
}

.cmshtml .contents04 .link01 h6::before {
  background-image: url("../../img/common/link-arrow03.svg");
}

.cmshtml .contents-top .link01 a:hover::before, .cmshtml .contents04 .box-inner:hover .link01 h6::before {
  right: 15px;
}

.cmshtml .contents01 {
  width: 100%;
  max-width: 100%;
  height: 1220px;
  text-align: center;
  background-image: url("../../img/top/back01.jpg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 140px;
  position: relative;
  z-index: 0;
}

.cmshtml .contents01::before {
  content: "";
  position: absolute;
  left: 0px;
  bottom: 0px;
  background-image: url("../../img/top/icon01.png");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: auto 100%;
  width: 100%;
  height: 480px;
  margin-bottom: -10px;
}

.cmshtml .contents01 .box-inner {
  width: 100%;
  max-width: 100%;
  background-image: url("../../img/top/back01a.svg");
  background-position: center top 40px;
  background-repeat: no-repeat;
  background-size: auto 620px;
  position: relative;
}

.cmshtml .contents01 .box-title-top h2 {
  padding-top: 50px;
}

.cmshtml .contents01 .box-title-top h2::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  background-image: url("../../img/top/text01.svg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: auto 100%;
  width: 100%;
  height: 35px;
}

.cmshtml .contents01 .box-title-top h2::after {
  content: "";
  display: block;
  margin: 0px auto;
  margin-top: 35px;
  width: 190px;
  height: 1px;
  border-bottom-style: dotted;
  border-color: #E17B00;
  border-width: 4px;
}

.cmshtml .contents01 .box-text {
  padding: 50px 0px 70px;
}

.cmshtml .contents01 p, .cmshtml .contents01 .wc_textbox {
  font-size: 18px;
  color: #8C6239;
}

.cmshtml .contents02 {
  width: 100%;
  max-width: 100%;
  height: 800px;
  background-image: url("../../img/top/back02.jpg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
}

.cmshtml .contents02 .box-inner {
  width: 100%;
  max-width: 100%;
  padding-top: 190px;
  background-image: url("../../img/top/icon02.svg");
  background-position: center top 40px;
  background-repeat: no-repeat;
  background-size: auto 180px;
  position: relative;
}

.cmshtml .contents02 .box-title-top {
  width: 100%;
  max-width: 100%;
  height: 280px;
  background-image: url("../../img/top/text02.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: auto 100%;
  padding-top: 80px;
  position: absolute;
  left: 0px;
  top: 30px;
}

.cmshtml .contents02 .box-detail {
  width: 1160px;
  max-width: 1160px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
  z-index: 1;
  position: relative;
}

.cmshtml .contents02 .box {
  width: 360px;
  max-width: 360px;
}

.cmshtml .contents02 .box:nth-child(2) {
  margin-top: 130px;
}

.cmshtml .contents02 .box-img {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  max-width: 100%;
  height: 360px;
  padding: 18px;
  position: relative;
}

.cmshtml .contents02 .box:nth-child(1) .box-img {
  background-image: url("../../img/top/frame-link01.svg");
}

.cmshtml .contents02 .box:nth-child(2) .box-img {
  background-image: url("../../img/top/frame-link02.svg");
}

.cmshtml .contents02 .box:nth-child(3) .box-img {
  background-image: url("../../img/top/frame-link03.svg");
}

.cmshtml .contents02 .box-img::after {
  content: "";
  position: absolute;
  left: 0px;
  bottom: 0px;
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: auto 100%;
}

.cmshtml .contents02 .box:nth-child(1) .box-img::after {
  background-image: url("../../img/top/icon-link01.svg");
  width: 140px;
  height: 130px;
}

.cmshtml .contents02 .box:nth-child(2) .box-img::after {
  background-image: url("../../img/top/icon-link02.svg");
  width: 130px;
  height: 110px;
}

.cmshtml .contents02 .box:nth-child(3) .box-img::after {
  background-image: url("../../img/top/icon-link03.svg");
  width: 120px;
  height: 115px;
}

.cmshtml .contents02 .box-img img {
  transition: .5s all;
}

.cmshtml .contents02 .box:hover img {
  transform: scale(1.2, 1.2);
  transition: .5s all;
}

.cmshtml .contents02 .box-img div {
  overflow: hidden;
  position: relative;
  border-radius: 50%;
}

.cmshtml .contents02 .box-text {
  padding-top: 15px;
}

.cmshtml .contents02 .box-title-top h2 {
  line-height: 1.2;
}

.cmshtml .contents02 h6 {
  font-family: var(--title-font);
  font-weight: var(--base-weight2);
  font-size: 32px;
  line-height: 1.2;
  letter-spacing: 0.1em;
  display: inline-block;
  border-bottom-style: dotted;
  border-color: var(--color-base);
  border-width: 4px;
  padding-bottom: 12px;
  position: relative;
}

.cmshtml .contents02 h6::before {
  content: "";
  position: absolute;
  right: 0px;
  top: 0px;
  background-position: right top;
  background-repeat: no-repeat;
  background-size: auto 100%;
  width: 60px;
  height: 60px;
  margin-right: -70px;
  margin-top: -3px;
  transition: .5s;
}

.cmshtml .contents02 .box:nth-child(1) h6::before {
  background-image: url("../../img/top/arrow-link01.svg");
}

.cmshtml .contents02 .box:nth-child(2) h6::before {
  background-image: url("../../img/top/arrow-link02.svg");
}

.cmshtml .contents02 .box:nth-child(3) h6::before {
  background-image: url("../../img/top/arrow-link03.svg");
}

.cmshtml .contents02 .box:hover h6::before {
  margin-right: -75px;
}

.cmshtml .contents03 {
  width: 100%;
  max-width: 100%;
  height: 645px;
  background-image: url("../../img/top/back03.jpg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 140px;
  position: relative;
}

.cmshtml .contents03::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  background-image: url("../../img/top/icon03.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: auto 100%;
  width: 100%;
  height: 250px;
  margin-top: -100px;
  z-index: 0;
}

.cmshtml .contents03 .box-inner {
  width: 1160px;
  max-width: 1160px;
  background-color: #FFF;
  border-radius: 50px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
  padding: 45px 0px;
}

.cmshtml .contents03 .box-inner::before {
  content: "";
  position: absolute;
  left: 0px;
  bottom: 0px;
  background-image: url("../../img/top/icon04a.png");
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: auto 100%;
  width: 262px;
  height: 270px;
  margin-left: -60px;
  margin-bottom: -140px;
}

.cmshtml .contents03 .box-inner::after {
  content: "";
  position: absolute;
  right: 0px;
  bottom: 0px;
  background-image: url("../../img/top/icon04b.svg");
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: auto 100%;
  width: 336px;
  height: 110px;
  margin-right: -60px;
  margin-bottom: -50px;
}

.cmshtml .contents03 .box-inner .lay01 {
  width: 390px;
  max-width: 390px;
  padding: 30px 0px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: column;
  border-right-style: dotted;
  border-color: var(--color-base);
  border-width: 4px;
}

.cmshtml .contents03 .box-inner .box-news {
  flex: 1;
  padding: 0px 50px;
}

.cmshtml .contents03 .box-title-top h2 {
  position: relative;
  padding-top: 20px;
  margin-bottom: 40px;
}

.cmshtml .contents03 .box-title-top h2::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  background-image: url("../../img/top/text03.svg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: auto 100%;
  width: 100%;
  height: 14px;
}

.cmshtml .contents04 {
  width: 100%;
  max-width: 100%;
  height: 635px;
  background-image: url("../../img/top/back04.jpg");
  position: relative;
  padding-top: 80px;
}

.cmshtml .contents04::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  background-image: url("../../img/top/back06.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 100%;
  height: 40vw;
  z-index: 1;
}

.cmshtml .contents04 .box-inner {
  width: 1160px;
  max-width: 1160px;
  position: relative;
  background-image: url("../../img/top/back-banner.jpg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50px;
  padding: 60px 60px;
  z-index: 2;
}

.cmshtml .contents04 .box-inner::before {
  content: "";
  position: absolute;
  right: 0px;
  bottom: 0px;
  background-image: url("../../img/top/icon05b.png");
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: auto 100%;
  width: 190px;
  height: 270px;
  margin-right: -90px;
  margin-bottom: -70px;
}

.cmshtml .contents04 .box-img {
  position: absolute;
  right: 30px;
  top: 35px;
  width: 600px;
  max-width: 600px;
}

.cmshtml .contents04 .box-detail {
  position: relative;
}

.cmshtml .contents04 .box-text {
  padding: 30px 0px;
  padding-left: 30px;
}

.cmshtml .contents04 .box-link {
  padding-left: 30px;
}

.cmshtml .contents04 h2 {
  position: relative;
  left: -10px;
}

.cmshtml .contents04 h2 img {
  height: 110px;
  width: auto;
}

.cmshtml .contents04 p, .cmshtml .contents04 .wc_textbox {
  color: #FFF;
  font-size: 20px;
  letter-spacing: 0.1em;
}

.cmshtml .contents05 {
  width: 100%;
  max-width: 100%;
  height: 955px;
  background-image: url("../../img/top/back05.jpg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  padding-top: 80px;
  position: relative;
}

.cmshtml .contents05::before {
  content: "";
  position: absolute;
  left: 0px;
  bottom: 15px;
  background-image: url("../../img/top/icon06.png");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: auto 100%;
  width: 100%;
  height: 440px;
}

.cmshtml .contents05 .box-inner {
  width: 100%;
  max-width: 100%;
}

.cmshtml .contents05 .box-detail {
  width: 100%;
  max-width: 100%;
  height: 658px;
  background-image: url("../../img/top/text-back.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: auto 100%;
  padding-top: 140px;
}

.cmshtml .contents05 .box-text {
  padding: 35px 0px 60px;
}

.cmshtml .contents05 h2 img {
  height: 150px;
  width: auto;
}

.cmshtml .contents05 p, .cmshtml .contents05 .wc_textbox {
  font-size: 22px;
  letter-spacing: 0.1em;
}

.cmshtml .news_text {
  width: 100%;
  max-width: 100%;
}

.cmshtml .news_img {
  width: 100%;
  max-width: 100%;
}

.cmshtml .contents-top .rdplaneinfo, .cmshtml .news_text {
  overflow: auto;
  scrollbar-color: #e6e6e6 rgba(255, 255, 255, 0);
}

.cmshtml .contents-top .rdplaneinfo::-webkit-scrollbar, .cmshtml .contents-top .news_text::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  border-radius: 30px;
}

.cmshtml .contents-top .rdplaneinfo::-webkit-scrollbar, .cmshtml .contents-top .news_text::-webkit-scrollbar-track-piece {
  background-color: rgba(255, 255, 255, 0);
  border-radius: 30px;
}

.cmshtml .contents-top .rdplaneinfo::-webkit-scrollbar, .cmshtml .contents-top .news_text::-webkit-scrollbar-thumb {
  border-radius: 30px;
  background-color: #e6e6e6;
}

.cmshtml .contents-top .rdNewInfoList_ez, .cmshtml .news_text .rdnewArticle {
  height: 260px;
}

.cmshtml .contents-top .rdnewArticle {
  padding: 0px;
  border-style: none;
}

.cmshtml .contents-top .rdnewArticle .rdnewArticle-item + .rdnewArticle-item {
  border-top-style: none;
}

.cmshtml .contents-top .rdplaneinfo .rdNewInfoList_ez-item, .cmshtml .contents-top .news_text .rdnewArticle .rdnewArticle-item {
  padding: 30px 10px;
  transition: .5s;
  position: relative;
}

.cmshtml .contents-top .rdplaneinfo .rdNewInfoList_ez-item:not(:last-child), .cmshtml .contents-top .news_text .rdnewArticle .rdnewArticle-item:not(:last-child) {
  border-bottom-style: solid;
  border-color: #C7B299;
  border-width: 1px;
}

.cmshtml .contents-top .rdplaneinfo .rdNewInfoList_ez-item::before, .cmshtml .contents-top .news_text .rdnewArticle .rdnewArticle-item::before {
  content: "";
  position: absolute;
  right: 10px;
  top: 0px;
  background-image: url("../../img/common/link-arrow02.svg");
  background-position: right center;
  background-repeat: no-repeat;
  background-size: auto 30px;
  width: 30px;
  height: 100%;
  transition: .5s;
}

.cmshtml .contents-top .rdplaneinfo .rdNewInfoList_ez-item:hover::before, .cmshtml .contents-top .news_text .rdnewArticle .rdnewArticle-item:hover::before {
  right: 0px;
}

.cmshtml .contents-top .rdNewInfoList_ez .rdNewInfoList_ez-item {
  padding: 30px 10px;
}

.cmshtml .contents-top .news_img .rdnewArticle .rdnewArticle-item {
  padding: 0px;
  width: 340px;
  max-width: 340px;
  margin-right: 55px;
}

.cmshtml .contents-top .news_img .rdnewArticle .rdnewArticle-item:nth-child(3n) {
  margin-right: 0px;
}

.cmshtml .contents-top .news_img .rdnewArticle .rdnewArticle-thumbnail {
  position: relative;
  overflow: hidden;
  box-shadow: 15px 15px 20px rgba(0, 27, 102, 0.15);
}

.cmshtml .contents-top .news_img .rdnewArticle .rdnewArticle-item img {
  width: 100%;
  height: auto;
  transition: .5s all;
}

.cmshtml .contents-top .news_img .rdnewArticle .rdnewArticle-item:hover img {
  transform: scale(1.2, 1.2);
  transition: .5s all;
}

.cmshtml .contents-top .rdplaneinfo .rdNewInfoList_ez-item, .cmshtml .contents-top .news_text .rdnewArticle .rdnewArticle-contWrap, .cmshtml .contents-top .news_img .rdnewArticle {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}

.cmshtml .contents-top .news_img .rdnewArticle {
  gap: 30px 0px;
}

.cmshtml .contents-top .news_img .rdnewArticle {
  align-items: stretch;
}

.cmshtml .contents-top .rdNewInfoList_ez-ContDate, .cmshtml .contents-top .rdnewArticle .rdnewArticle-ContDate {
  width: 120px;
  max-width: 120px;
  position: relative;
}

.cmshtml .contents-top .news_img .rdnewArticle .rdnewArticle-ContDate {
  border-right-style: none;
}

.cmshtml .contents-top .rdNewInfoList_ez-ContTitle, .cmshtml .contents-top .news_text .rdnewArticle .rdnewArticle-ContTitle {
  flex: 1;
}

.cmshtml .contents-top .rdNewInfoList_ez-ContDate, .cmshtml .contents-top .rdnewArticle .rdnewArticle-ContDate {
  font-size: var(--base-font-size);
  font-family: var(--number-font);
  font-weight: var(--base-weight3);
  color: #8C6239;
  line-height: 1.6;
}

.cmshtml .contents-top .news_img .rdnewArticle .rdnewArticle-ContDate {
  font-size: var(--base-font-size);
  line-height: 1.2;
  padding: 6px 15px;
  width: 120px;
  max-width: 120px;
  color: #FFF;
  background-color: var(--color-main);
  display: inline-block;
  text-align: center;
}

.cmshtml .contents-top .news_img .rdnewArticle .rdnewArticle-contWrap {
  position: relative;
  margin-top: -30px;
}

.cmshtml .contents-top .rdNewInfoList_ez-ContTitle a, .cmshtml .contents-top .rdnewArticle .rdnewArticle-ContTitle a {
  font-size: var(--base-font-size);
  color: var(--color-base2);
  font-weight: var(--base-weight2);
  line-height: 1.6;
  letter-spacing: 0.05em;
  display: block;
}

.cmshtml .contents-top .news_img .rdnewArticle .rdnewArticle-ContTitle a {
  padding: 0px 5px;
  padding-top: 15px;
  font-size: var(--base-font-size);
}

.cmshtml .contents-top .rdNewInfoList_ez-ContMessage {
  display: none;
}

.cmshtml .contents-top .rdnewArticle .rdnewArticle-more {
  display: none;
}

.cmshtml .contents-top .news_text .rdnewArticle-thumbnail {
  display: none;
}

.cmshtml .sp-view {
  display: none;
}

.cmshtml, .cmsbody {
  height: 100%;
}


#editView .cmshtml .contents-top .wc_inline-block {
	display: inline-block;
vertical-align: top;
}

#editView .cmshtml .contents-top .wc_static {
	position: static;
}

#editView .cmshtml .contents-top .wc_none::before, #editView .cmshtml .contents-top .wc_none::after {
	display: none;
}

#editView .cmshtml .contents-top .wc_block {
	display: block;
}



#editView .cmshtml .main-img-top .box-inner {
	width: 1280px;
    max-width: 1280px;
}

#editView .cmshtml .box-mainslider {
    width: 1280px;
    max-width: 1280px;
    padding: 0px;
}

#editView .cmshtml .main-img-top .box-text {
    width: 1280px;
    max-width: 1280px;
}

#editView .cmshtml .main-img-top h2, #editView .cmshtml .main-img-top h3 {
display: block;
}

#editView .cmshtml .contents-top {
	padding-top: 0px;
}

#editView .cmshtml .contents-top .link01 a::before, #editView .cmshtml .contents04 .link01 h6::before {
    display: none;
}


#editView .cmshtml .contents01 .box-inner {
    width: 1280px;
	max-width: 1280px;
}

#editView .cmshtml .contents01 .box-title-top h2 {
	padding-top: 0px;
}

#editView .cmshtml .contents02 {
	height: auto;
}

#editView .cmshtml .contents02 .box-inner {
    width: 1280px;
    max-width: 1280px;
    padding-top: 40px;
    padding-bottom: 50px;
}

#editView .cmshtml .contents02 .box:hover img {
    transform:scale(1,1);
}

#editView .cmshtml .contents02 .box-img div {
    border-radius: 0%;
    overflow: visible;
}

#editView .cmshtml .contents03 .box-inner .box-news {
   width: 740px;
	max-width: 740px;
}

#editView .cmshtml .contents03 .box-title-top h2 {
     padding-top: 0px;
}

#editView .cmshtml .contents04 .box-inner {
	display: flex;
  justify-content: space-between;
flex-wrap: wrap;
    padding: 55px 40px;
}

#editView .cmshtml .contents04 .box-detail {
    width: 470px;
    max-width: 470px;
}

#editView .cmshtml .contents04 .box-text {
    padding-left: 0px;
}

#editView .cmshtml .contents04 .box-link {
   padding-left: 0px;
}

#editView .cmshtml .contents05 .box-inner {
	width: 1280px;
    max-width: 1280px;
}



#editView .cmshtml .contents-top .rdNewInfoList_ez-ContDate, #editView .cmshtml .contents-top .rdNewInfoList_ez-ContTitle {
	display: inline-block;
vertical-align: top;
}

#editView .cmshtml .contents-top .rdplaneinfo .rdNewInfoList_ez-item::before, #editView .cmshtml .contents-top .news_text .rdnewArticle .rdnewArticle-item::before {
    display: none;
}

#editView .cmshtml .contents-top .news_img .rdnewArticle .rdnewArticle-item {
	margin-right: 20px;
}

#editView .cmshtml .contents-top .rdNewInfoList_ez-ContDate::after, #editView .cmshtml .contents-top .rdnewArticle .rdnewArticle-ContDate::after {
	 display: none;
}

#editView .cmshtml .contents-top .news_img .rdnewArticle .rdnewArticle-item:hover img {
	 transform:scale(1,1);
}

#editView .cmshtml .contents-top .news_img .rdnewArticle .rdnewArticle-contWrap {
     margin-top: 0px;
}



#editView .cmshtml .sp-view {
    display: inline-block;
}