/* CSS Document */
.selectWrap .selectMain::before, .classColumnBox, .mainArea .rightBox .downloadBox .documentList .downloadLink::after, .mainArea .rightBox .downloadBox .documentList .downloadLink::before, .mainArea .rightBox .downloadBox .documentList .downloadLink, .mainArea .contentBox ul.classLink li a.linkHasItems::after {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.left-circle {
  padding-left: 23px;
  position: relative;
}
@-webkit-keyframes beat {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes beat {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.left-circle::before {
  -webkit-animation: beat 1.5s ease-in-out infinite;
          animation: beat 1.5s ease-in-out infinite;
  border-radius: 999px;
  border: 1px solid #00802b;
  content: "";
  height: 14px;
  left: 0;
  position: absolute;
  top: 5px;
  width: 14px;
}
.left-circle::after {
  -webkit-animation: beat 1.5s ease-in-out infinite;
          animation: beat 1.5s ease-in-out infinite;
  background-color: #4d70b1;
  border-radius: 999px;
  content: "";
  height: 8px;
  left: 3px;
  position: absolute;
  top: 8px;
  width: 8px;
}

.sectionTitle.sectionTitle {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.mainArea .wrap {
  max-width: 1650px;
}
.mainArea .titleArea h1.articleTitle {
  padding-bottom: 20px;
}
.mainArea .titleBox h1.articleTitle {
  padding-bottom: 0;
}
.mainArea .titleBox .enTitle {
  width: 100%;
  padding-bottom: 20px;
  border-bottom: 1px solid #efefef;
}
.mainArea .titleBox .enTitle.m {
  display: none;
}
.mainArea .contentBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0;
}
.mainArea .contentBox ul.classLink li {
  width: 100%;
  margin: 0;
}
.mainArea .contentBox ul.classLink li a {
  font-size: 16px;
  padding: 11px 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: transparent;
  color: #545454;
  border-top: 1px solid #efefef;
  text-align: left;
  padding-left: 34px;
}
.mainArea .contentBox ul.classLink li a.current, .mainArea .contentBox ul.classLink li a.open {
  background: #efefef;
  color: #4d70b1;
  border-top: 2px solid #4d70b1;
}
.mainArea .contentBox ul.classLink li a:hover {
  background: #efefef;
  color: #545454;
}
.mainArea .contentBox ul.classLink li a.linkHasItems::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-right: 1px solid #4d70b1;
  border-bottom: 1px solid #4d70b1;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: absolute;
  top: 0;
  margin: auto;
  bottom: 0;
  right: 10px;
}
.mainArea .contentBox ul.classLink li a.linkHasItems.open::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.mainArea .contentBox ul.classLink li .dataList {
  display: none;
}
.mainArea .contentBox ul.classLink li:last-child a {
  border-bottom: 1px solid #efefef;
}
.mainArea .contentBox .classLink ul {
  border: 0;
  margin-bottom: 0;
  border-top: 1px solid #efefef;
}
.mainArea .contentBox .classLink ul li {
  border: 0;
}
.mainArea .contentBox .classLink ul li a {
  padding-left: 50px;
}
.mainArea .contentBox .classLink ul li a:last-child {
  border: 0;
}
.mainArea .contentBox .classLink ul li a.current {
  background-color: #fff;
  border: 0;
}
.mainArea .leftBox {
  width: 340px;
  padding-right: 40px;
}
.mainArea .moreInfoBox {
  padding: 40px 0 20px;
}
.mainArea .moreInfoBox .boxWrap {
  padding-bottom: 30px;
}
.mainArea .moreInfoBox h4, .mainArea .moreInfoBox .infotitle {
  font-size: 18px;
  line-height: 20px;
  color: #4d70b1;
  font-weight: 400;
  padding-bottom: 10px;
  position: relative;
}
.mainArea .moreInfoBox p {
  color: rgba(84, 84, 84, 0.8);
  font-size: 15px;
  letter-spacing: 0.5px;
  line-height: 24px;
}
.mainArea .moreInfoBox p.subtitle {
  padding-bottom: 5px;
  color: #545454;
}
.mainArea .moreInfoBox .sectionTitle {
  border-bottom: 1px solid #efefef;
  margin-bottom: 16px;
}
.mainArea .moreInfoBox .textEditor {
  padding-left: 34px;
}
.mainArea .rightBox {
  width: calc(100% - 340px);
  background-color: #fff;
  padding-bottom: 40px;
  padding-left: 20px;
  position: relative;
}
.mainArea .rightBox .articleTitle {
  text-align: center;
  border-bottom: none;
  font-size: 28px;
  line-height: 30px;
  font-weight: 500;
  letter-spacing: 2px;
  color: #4d70b1;
  padding: 0 0 70px;
  margin: 0;
}
.mainArea .rightBox .downloadBox {
  padding: 50px 0;
}
.mainArea .rightBox .downloadBox > .articleTitle {
  padding: 0 0 30px;
}
.mainArea .rightBox .downloadBox .documentList li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0px 20px;
}
.mainArea .rightBox .downloadBox .documentList li:nth-child(odd) {
  background-color: rgba(77, 112, 177, 0.1);
}
.mainArea .rightBox .downloadBox .documentList li:first-child {
  padding: 10px 20px;
  background: #4d70b1;
}
.mainArea .rightBox .downloadBox .documentList li:first-child .title, .mainArea .rightBox .downloadBox .documentList li:first-child .downloadLink {
  color: #fff;
  padding: 0;
}
.mainArea .rightBox .downloadBox .documentList li:first-child .downloadLink {
  padding: 0;
  height: 20px;
}
.mainArea .rightBox .downloadBox .documentList li:first-child .downloadLink::before {
  background-color: #fff;
}
.mainArea .rightBox .downloadBox .documentList li:first-child .downloadLink::after {
  display: none;
}
.mainArea .rightBox .downloadBox .documentList .title {
  width: calc(100% - 200px);
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 1px;
  padding: 15px 0;
}
.mainArea .rightBox .downloadBox .documentList .downloadLink {
  text-align: center;
  display: inline-block;
  width: 200px;
  position: relative;
  font-size: 15px;
  line-height: 20px;
  padding: 15px 0;
  letter-spacing: 1px;
  overflow: hidden;
}
.mainArea .rightBox .downloadBox .documentList .downloadLink::before {
  content: "";
  width: 1px;
  height: 16px;
  background-color: #4d70b1;
  display: block;
  position: absolute;
  top: calc(50% - 8px);
  left: 0;
}
.mainArea .rightBox .downloadBox .documentList .downloadLink::after {
  content: "";
  width: 24px;
  height: 24px;
  display: block;
  background-image: url(../images/download.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: -50px;
  left: calc(50% - 10px);
}
@media (min-width: 1081px) {
  .mainArea .rightBox .downloadBox .documentList .downloadLink:hover {
    color: transparent;
  }
  .mainArea .rightBox .downloadBox .documentList .downloadLink:hover::after {
    top: calc(50% - 10px);
  }
}
@media (max-width: 1200px) {
  .mainArea .contentBox {
    padding: 20px 0 0;
  }
  .mainArea .leftBox {
    width: 100%;
    padding-bottom: 50px;
    padding-right: 0;
  }
  .mainArea .leftBox .sectionTitle {
    text-align: center;
  }
  .mainArea .moreInfoBox {
    width: 100%;
  }
  .mainArea .moreInfoBox .sectionTitle {
    text-align: center;
  }
  .mainArea .rightBox {
    width: 100%;
  }
}
@media (max-width: 1200px) {
  .mainArea .rightBox .articleTitle {
    padding: 20px 0;
  }
  .mainArea .rightBox .downloadBox .documentList .title {
    width: calc(100% - 100px);
  }
  .mainArea .rightBox .downloadBox .documentList .downloadLink {
    width: 100px;
  }
  .mainArea .rightBox .downloadBox .documentList li {
    padding-right: 20px;
  }
}
@media (max-width: 640px) {
  .mainArea .rightBox .downloadBox .documentList li:first-child {
    padding-right: 0;
  }
  .mainArea .rightBox .downloadBox .documentList li:first-child .title {
    width: calc(100% - 80px);
  }
  .mainArea .rightBox .downloadBox .documentList li:first-child .downloadLink {
    width: 80px;
  }
  .mainArea .rightBox .downloadBox .documentList .title {
    width: calc(100% - 40px);
  }
  .mainArea .rightBox .downloadBox .documentList .downloadLink {
    width: 40px;
    font-size: 14px;
    letter-spacing: 0;
    color: transparent;
    height: 50px;
  }
  .mainArea .rightBox .downloadBox .documentList .downloadLink::before {
    display: none;
  }
  .mainArea .rightBox .downloadBox .documentList .downloadLink::after {
    width: 24px;
    height: 24px;
    top: calc(50% - 8px);
    left: calc(50% - 8px);
  }
}
.classColumnBox {
  position: relative;
  z-index: 3;
}

.sectionTitle.sectionTitle {
  border: 0;
  margin: 0;
  padding: 0 0 11px 34px;
  text-align: left;
  font-size: 22px;
  font-weight: 400;
  color: #545454;
}

.selectWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  text-align: center;
  width: 100%;
  position: relative;
  margin-bottom: 30px;
}
.selectWrap .selectMain {
  min-width: 150px;
  font-size: 15px;
  line-height: 30px;
  letter-spacing: 1px;
  border: 1px solid #4d70b1;
  padding: 5px 20px 5px 10px;
  background-color: #fff;
}
.selectWrap .selectMain::before {
  content: "";
  width: 6px;
  height: 6px;
  display: block;
  border-top: 1px solid #4d70b1;
  border-right: 1px solid #4d70b1;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  position: absolute;
  top: 17px;
  right: 8px;
}
.selectWrap .selectMain.open::before {
  top: 18px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media (max-width: 1200px) {
  .selectWrap .selectMain {
    width: 100%;
  }
}
.selectWrap .selectList {
  display: none;
  background-color: #fff;
  padding: 0px 0px 0;
  min-width: 150px;
  position: absolute;
  top: 40px;
}
.selectWrap .selectList .title {
  border-bottom: 1px solid #4d70b1;
}
.selectWrap .selectList .title a {
  width: 100%;
  display: inline-block;
  font-size: 15px;
  line-height: 30px;
  letter-spacing: 1px;
  color: #4d70b1;
  padding: 10px 20px 10px 12px;
}
.selectWrap .selectList .title a:hover, .selectWrap .selectList .title a.current {
  background-color: #4d70b1;
  color: #fff;
}
@media (max-width: 1200px) {
  .selectWrap .selectList {
    width: 100%;
  }
}
@media (max-width: 1200px) {
  .selectWrap {
    position: relative;
    inset: auto;
    width: 100%;
  }
  .selectWrap .selectList .title {
    border-bottom: 1px solid #4d70b1;
  }
  .selectWrap .selectList .title a {
    width: 100%;
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.5px;
    color: #4d70b1;
    padding: 10px;
  }
  .selectWrap .selectList .title a:hover, .selectWrap .selectList .title a.current {
    background-color: #4d70b1;
    color: #fff;
  }
}

@media (max-width: 1200px) {
  .classLink,
.sectionTitle {
    display: none;
  }

  .mainArea .leftBox {
    padding-bottom: 0;
  }
}