/* CSS Document */
.newsList .newsItem .item .Txt .moreBtn .more .arrBox, .newsList .newsItem .item .Img img, .newsList .newsItem .item .Img .mask, .newsBox {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

@property --gradient-color-1 {
  syntax: "<color>";
  inherits: false;
  initial-value: #436fa0;
}
@property --gradient-color-2 {
  syntax: "<color>";
  inherits: false;
  initial-value: #2f4382;
}
@property --gradient-rotate {
  syntax: "<angle>";
  inherits: false;
  initial-value: 90deg;
}
.mainArea .wrap {
  max-width: 1540px;
}
@media (max-width: 768px) {
  .mainArea {
    padding-top: 0;
  }
}

.topTagBox {
  position: relative;
  padding: 0;
  margin-bottom: 45px;
}
@media (max-width: 1200px) {
  .topTagBox {
    margin-bottom: 35px;
  }
}
.topTagBox .tagCurrent {
  position: relative;
  cursor: pointer;
  z-index: 2;
  font-size: 17px;
  border-radius: 25px;
  padding: 10.5px 50px 10.5px 20px;
  color: #333333;
  background-color: #fff;
  border: 1px solid #c5c5c5;
}
.topTagBox .tagCurrent::before {
  content: "\f107";
  color: #fff;
  font-size: 15px;
  font-family: FontAwesome;
  line-height: 1;
  margin-top: -6px;
  position: absolute;
  right: 15px;
  top: 50%;
  z-index: 1;
}
@media (min-width: 1201px) {
  .topTagBox .tagCurrent {
    display: none;
  }
}
@media (min-width: 1201px) {
  .topTagBox .tagList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -10px;
  }
  .topTagBox .tagList .tagItem {
    margin-bottom: 0;
  }
  .topTagBox .tagList a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    min-width: 150px;
    height: 44px;
    border-radius: 22px;
    font-size: 17px;
    padding: 6px 20px;
    margin: 10px;
    color: #333333;
    border: 1px solid #c5c5c5;
    background-color: #fff;
  }
  .topTagBox .tagList a:hover, .topTagBox .tagList a.current {
    color: #fff;
    background-color: #d3812b;
    border-color: #d3812b;
  }
}
@media (max-width: 1200px) {
  .topTagBox .tagList {
    display: none;
    overflow: hidden;
    position: absolute;
    top: calc(100% - 25px);
    left: 0;
    z-index: 1;
    width: 100%;
    padding-top: 25px;
    border-radius: 0 0 25px 25px;
    background-color: #fff;
    border-left: 1px solid #c5c5c5;
    border-right: 1px solid #c5c5c5;
    border-bottom: 1px solid #c5c5c5;
  }
  .topTagBox .tagList.open {
    display: block;
  }
  .topTagBox .tagList .tagItem {
    display: block;
    margin-bottom: 0;
  }
  .topTagBox .tagList .tagItem:not(:last-child) a {
    border-bottom: 1px solid #c5c5c5;
  }
  .topTagBox .tagList a {
    display: block;
    font-size: 14px;
    padding: 13.5px 15px;
    border: 0;
    background-color: #fff;
  }
  .topTagBox .tagList a.current {
    color: #d3812b;
  }
}

.classNote {
  margin-bottom: 20px;
}
.classNote .title {
  position: relative;
  display: block;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 1.2px;
  padding-bottom: 25px;
  margin-bottom: 25px;
  color: #333333;
}
.classNote .title::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 20px;
  height: 1px;
  background-color: #d3812b;
}
.classNote .text {
  font-size: 17px;
  letter-spacing: 1.05px;
  line-height: 1.8;
  color: #666666;
}

.newsInfoBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 30px;
  margin-bottom: 22px;
  border-bottom: 1px solid #ececec;
}
@media (max-width: 960px) {
  .newsInfoBox {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 0;
    margin-bottom: 14px;
    border-bottom: 0;
  }
}
.newsInfoBox .tagBox {
  padding: 0;
}
.newsInfoBox .dateBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.newsInfoBox .dateBox .classTitle {
  font-size: 15px;
  color: #888888;
  -ms-flex-item-align: end;
      align-self: flex-end;
  margin-bottom: 9px;
  letter-spacing: 1.2px;
}
.newsInfoBox .dateBox .day {
  font-size: 40px;
  color: #555555;
  line-height: 56px;
  font-weight: bold;
  margin-right: 13px;
}
.newsInfoBox .dateBox .month,
.newsInfoBox .dateBox .year {
  line-height: 1.2;
  font-size: 15px;
  font-weight: 600;
  color: #555555;
  white-space: nowrap;
}
.newsInfoBox .dateBox .month .slash,
.newsInfoBox .dateBox .year .slash {
  margin-left: 5px;
  margin-right: 5px;
}
.newsInfoBox .dateBox .year {
  font-size: 14px;
  letter-spacing: 1px;
}
.newsInfoBox .tagBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.newsInfoBox .tagBox .tagList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.newsInfoBox .tagBox .sdgImgBox {
  border-radius: 99px;
  overflow: hidden;
  margin: 0 2px;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.newsInfoBox .tagBox .sdgImg {
  width: 56px;
  height: 56px;
}
@media (max-width: 960px) {
  .newsInfoBox .tagBox {
    margin: 6px -4px 0;
  }
  .newsInfoBox .tagBox .sdgImgBox {
    margin: 4px;
  }
  .newsInfoBox .tagBox .sdgImg {
    width: 44px;
    height: 44px;
  }
}

.newsBox.ajaxDisabled {
  opacity: 0.15;
  pointer-events: none;
}

.newsList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -30px;
}
@media (max-width: 1600px) {
  .newsList {
    margin: 0 -20px;
  }
}
.newsList .newsItem {
  width: 33.3333333333%;
  padding: 50px 30px 47px;
}
@media (max-width: 1600px) {
  .newsList .newsItem {
    padding: 40px 20px;
  }
}
@media (max-width: 1200px) {
  .newsList .newsItem {
    width: 50%;
  }
}
@media (max-width: 960px) {
  .newsList .newsItem {
    width: 100%;
    padding: 27px 20px;
  }
}
.newsList .newsItem .item .Img {
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}
.newsList .newsItem .item .Img .mask {
  position: absolute;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  font-weight: 400;
  z-index: 1;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
  pointer-events: none;
}
.newsList .newsItem .item .Img .mask .circle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 115px;
  height: 115px;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #fff;
  border-radius: 99px;
  display: flex;
  color: #fff;
  text-transform: uppercase;
}
.newsList .newsItem .item .Img img {
  width: 100%;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.newsList .newsItem .item .Txt {
  padding-top: 23px;
}
.newsList .newsItem .item .Txt .title {
  font-size: 20px;
  font-weight: bold;
  max-height: 70px;
  letter-spacing: 1.2px;
  margin-bottom: 18px;
  display: inline-block;
}
@media (max-width: 1200px) {
  .newsList .newsItem .item .Txt .title {
    font-size: 20px;
  }
}
.newsList .newsItem .item .Txt .title a {
  display: inline-block;
  min-height: 65px;
  color: #333333;
}
.newsList .newsItem .item .Txt .title a:hover {
  color: #d3812b;
}
.newsList .newsItem .item .Txt .text {
  font-size: 17px;
  color: #888888;
  letter-spacing: 1.2px;
  line-height: 1.8;
  max-height: 100px;
  min-height: 92px;
  margin-bottom: 22px;
}
.newsList .newsItem .item .Txt .moreBtn {
  padding-top: 26px;
  border-top: 1px solid #ececec;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.newsList .newsItem .item .Txt .moreBtn .more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #888888;
  /*&:hover {
  	img {
  		transform: translate(3px, -3px);
  	}
  }

  img {
  	width: 10px;
  	height: 10px;
  	margin-left: 12px;
  	@extend %ts;

  	@include media(-961) {
  		&.mobile {
  			display: none;
  		}
  	}
  }*/
}
.newsList .newsItem .item .Txt .moreBtn .more .arrBox {
  background-color: #888888;
  width: 10px;
  height: 10px;
  margin-left: 12px;
  position: relative;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.newsList .newsItem .item .Txt .moreBtn .more .arrBox img {
  display: block;
  width: 100%;
  opacity: 0;
}
.newsList .newsItem .item .Txt .moreBtn .more .arrBox.mask {
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-image: url("../images/arrow2.png");
}
.newsList .newsItem .item .Txt .moreBtn .more:hover {
  color: #d3812b;
}
.newsList .newsItem .item .Txt .moreBtn .more:hover .arrBox {
  background-color: #d3812b;
}
@media (max-width: 960px) {
  .newsList .newsItem .item .Txt .moreBtn {
    /*img {
    	filter: grayscale(10);

    	&.pc {
    		display: none;
    	}
    }*/
  }
  .newsList .newsItem .item .Txt .moreBtn .more {
    color: #666666;
  }
}
.newsList .newsItem.noLink .item .Img a:hover {
  cursor: default;
}
.newsList .newsItem.noLink .item .Txt > .title a:hover {
  cursor: default;
  color: #333333;
}
.newsList .newsItem.noLink .item .Txt > .more .link:hover {
  cursor: default;
}
.newsList .newsItem.noLink .item .Txt > .more .link:hover .title {
  color: #666666;
}
.newsList .newsItem.noLink .item .Txt > .more .link:hover .icon path {
  fill: #939393;
}
.newsList .newsItem.hover:not(.noLink) .item .Img .mask {
  opacity: 1;
}
.newsList .newsItem.hover:not(.noLink) .item .Img .more {
  opacity: 1;
}
.newsList .newsItem.hover:not(.noLink) .item .Img img {
  opacity: 0.8;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.newsList .newsItem.hover:not(.noLink) .item .Txt .title a {
  color: #d3812b;
}
.newsList .newsItem.hover:not(.noLink) .item .Txt .more {
  color: #d3812b;
}
.newsList .newsItem.hover:not(.noLink) .item .Txt .more .title,
.newsList .newsItem.hover:not(.noLink) .item .Txt .more a {
  color: #d3812b;
}
.newsList .newsItem.hover:not(.noLink) .item .Txt .more .icon path {
  fill: #d3812b;
}

.pageBox .pageList.number {
  padding-top: 37px;
}
@media (max-width: 960px) {
  .pageBox .pageList.number {
    padding-top: 0;
    padding-bottom: 45px;
  }
}

.mainArea.ins {
  overflow: hidden;
}
.mainArea.ins .wrap {
  width: 100%;
  max-width: 1560px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  padding: 0 30px;
}
.mainArea.ins .bread {
  padding: 8px 0;
}
.mainArea.ins .bread .wrap {
  padding: 0;
}
@media (max-width: 768px) {
  .mainArea.ins .bread {
    display: block;
  }
}
.mainArea.ins .topBox {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 100px 0 83px;
}
.mainArea.ins .topBox::before {
  content: "";
  position: absolute;
  position: absolute;
  top: 50%;
  bottom: auto;
  left: 50%;
  right: auto;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
  width: 100vw;
  height: 100%;
  background-color: #f7f7f7;
}
@media (max-width: 1200px) {
  .mainArea.ins .topBox {
    padding: 48px 0 18px;
  }
}
.mainArea.ins .infoBox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-top: 34px;
}
@media (max-width: 1200px) {
  .mainArea.ins .infoBox {
    width: 100%;
    padding-top: 0;
  }
}
.mainArea.ins .newsInfoBox {
  margin-bottom: 13px;
}
@media (max-width: 1200px) {
  .mainArea.ins .newsInfoBox {
    display: block;
    margin-bottom: 10px;
  }
}
.mainArea.ins .textEditor {
  font-size: 17px;
  letter-spacing: 1.05px;
  line-height: 1.8;
  padding: 46px 0;
  margin-bottom: 30px;
  color: #666666;
  border-bottom: 1px solid #e5e5e5;
}
@media (max-width: 1200px) {
  .mainArea.ins .textEditor {
    padding: 20px 0;
    margin-bottom: 15px;
  }
}
.mainArea.ins .textEditor .flexBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 56px 0;
}
@media (max-width: 960px) {
  .mainArea.ins .textEditor .flexBox {
    padding: 10px 0;
  }
}
.mainArea.ins .textEditor .Img {
  width: 50%;
  padding-right: 70px;
}
.mainArea.ins .textEditor .Img img {
  width: 100%;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  border-radius: 20px;
}
@media (max-width: 960px) {
  .mainArea.ins .textEditor .Img {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
    padding-right: 0;
    padding-top: 20px;
  }
}
.mainArea.ins .textEditor .Txt {
  width: 50%;
  margin-top: -10px;
}
@media (max-width: 960px) {
  .mainArea.ins .textEditor .Txt {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
    margin-top: 0;
  }
}
.mainArea.ins .textEditor .title {
  position: relative;
  display: block;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 1.2px;
  padding-bottom: 19px;
  margin-bottom: 23px;
  color: #333333;
}
.mainArea.ins .textEditor .title::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 20px;
  height: 1px;
  background-color: #d3812b;
}
@media (max-width: 768px) {
  .mainArea.ins {
    padding-top: 0;
  }
}

.articleTitle {
  font-size: 32px;
  font-weight: 500;
  letter-spacing: 2px;
  line-height: 1.5;
  margin-bottom: 40px;
  padding-bottom: 20px;
  color: #333333;
  border-bottom: 1px solid #e5e5e5;
}
@media (max-width: 1200px) {
  .articleTitle {
    font-size: 28px;
    margin-bottom: 30px;
  }
}

.albumBox {
  width: 69.3333333333%;
  padding-left: 100px;
}
@media (max-width: 1200px) {
  .albumBox {
    width: 100%;
    padding-left: 0;
    padding-top: 25px;
  }
}
.albumBox img {
  width: 100%;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  border-radius: 20px;
}
.albumBox .bottomBox {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px 0 30px 4px;
}
@media (max-width: 1200px) {
  .albumBox .bottomBox {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 7px 0;
  }
}
.albumBox .marked {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1px;
  margin-right: 22px;
  color: #aaaaaa;
}
@media (max-width: 1200px) {
  .albumBox .marked {
    display: none;
  }
}
.albumBox .numberBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 13px;
  font-weight: 600;
  color: #aaaaaa;
}
.albumBox .numberBox .line {
  margin: 0 15px;
}
.albumBox .arrowBox {
  position: absolute;
  top: calc(50% - 25px);
  right: 0;
  z-index: 1;
  margin: 0 -5px;
}
.albumBox .arrowBox .arrow {
  margin: 0 5px;
}
@media (max-width: 1200px) {
  .albumBox .arrowBox {
    display: none;
  }
}

.backBtn {
  padding-top: 30px;
  padding-bottom: 100px;
}
.backBtn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 290px;
  width: 100%;
  height: 60px;
  border-radius: 30px;
  font-size: 16px;
  margin: 0 auto;
  color: #fff;
  background-color: #d3812b;
}
@media (min-width: 1201px) {
  .backBtn a:hover {
    background-color: #333333;
  }
}
@media (max-width: 1200px) {
  .backBtn {
    padding-bottom: 10px;
  }
}