@-webkit-keyframes bgfade {
  0% {
    background-color: transparent;
  }
  100% {
    background-color: rgba(0, 91, 172, 0.5);
  }
}

@keyframes bgfade {
  0% {
    background-color: transparent;
  }
  100% {
    background-color: rgba(0, 91, 172, 0.5);
  }
}

@-webkit-keyframes bgfade2 {
  0% {
    background-color: transparent;
  }
  100% {
    background-color: rgba(0, 156, 230, 0.5);
  }
}

@keyframes bgfade2 {
  0% {
    background-color: transparent;
  }
  100% {
    background-color: rgba(0, 156, 230, 0.5);
  }
}

.slick-initialized .slick-slide.hag-report_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 500px) {
  .hag-report_heading .w-50 {
    width: 100%;
  }
  .hag-report_heading .w-50 .desc-txt {
    padding-left: calc(12.5% + 10px);
    padding-right: calc(12.5% - 10px);
  }
}

.hag-report_contents {
  position: relative;
  z-index: 3;
  margin: 0 auto;
  padding-bottom: 5%;
}

@media screen and (max-width: 500px) {
  .hag-report_contents {
    width: 90%;
  }
}

.hag-report_contents li {
  padding: 8px 0;
}

.hag-report_contents li a {
  padding: 5px 0;
  font-weight: bold;
}

.hag-report_contents h2 {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}

.hag-report_wrap {
  height: 650px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .hag-report_wrap {
    height: 500px;
  }
}

@media screen and (max-width: 500px) {
  .hag-report_wrap {
    height: auto;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 1024px) {
  .safari .hag-report_wrap .scrollwrap {
    width: 6px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 8;
    background-color: rgba(200, 200, 200, 0.5);
  }
}

@media screen and (max-width: 500px) {
  .safari .hag-report_wrap .scrollwrap {
    display: none;
  }
}

@media screen and (max-width: 1024px) {
  .safari .hag-report_wrap .scrollbar {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #009ce6;
    width: 6px;
    height: 100%;
    -webkit-transform-origin: top;
    transform-origin: top;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
  }
}

@media screen and (max-width: 500px) {
  .safari .hag-report_wrap .scrollbar {
    display: none;
  }
}

.hag-report_nav {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  background-color: #eee;
}

@media screen and (max-width: 768px) {
  .hag-report_nav {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
}

.hag-report_desc {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  overflow-y: scroll;
  overflow-x: hidden;
  position: relative;
  padding-bottom: 10%;
  z-index: 3;
  -webkit-overflow-scrolling: touch;
}

@media screen and (max-width: 768px) {
  .hag-report_desc {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
}

@media screen and (max-width: 500px) {
  .hag-report_desc {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    overflow-y: auto;
    padding-bottom: 40px;
  }
}

.hag-report_desc #articles {
  position: relative;
}

.hag-report_desc div:not(.hag-report_logo) img {
  width: auto;
  max-width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  font-family: "object-fit: contain;";
  margin: 5% 0;
}

.hag-report_desc .sec {
  padding-top: 20px;
  padding-bottom: 5%;
}

.hag-report_desc h2 {
  font-size: 2rem;
  font-weight: bold;
  padding: 0 25px 25px;
  position: relative;
  z-index: 3;
}

@media screen and (max-width: 500px) {
  .hag-report_desc h2 {
    padding: 0 20px 25px;
  }
}

.hag-report_desc h3,
.hag-report_desc h4 {
  font-size: 1.8rem;
  font-weight: bold;
  color: #065bab;
  padding: 0 25px 10px;
  position: relative;
  z-index: 3;
}

.hag-report_desc h5 {
  font-size: 1.6rem;
  font-weight: bold;
  padding: 0 25px 10px;
  position: relative;
  z-index: 3;
}

.hag-report_desc p,
.hag-report_desc ul,
.hag-report_desc ol {
  padding-bottom: 25px;
  width: 90%;
  margin: auto;
  position: relative;
  z-index: 3;
}

@media screen and (max-width: 500px) {
  .hag-report_desc p,
  .hag-report_desc ul,
  .hag-report_desc ol {
    padding-bottom: 14px;
  }
}

.hag-report_desc ul li {
  list-style-type: disc;
  list-style-position: inside;
}

.hag-report_desc ol li {
  list-style-type: decimal;
  list-style-position: inside;
}

.hag-report_desc table {
  border: 1px solid #000;
  width: 90%;
  margin: 30px auto;
  position: relative;
  z-index: 3;
}

.hag-report_desc table tr {
  border-bottom: 1px solid #000;
}

.hag-report_desc table th {
  border-right: 1px solid #000;
  padding: 12px;
}

.hag-report_desc table th p {
  padding: 0;
}

.hag-report_desc table td {
  padding: 12px;
  border-right: 1px solid #000;
}

.hag-report_desc table td p {
  padding: 0;
}

.hag-report_desc::-webkit-scrollbar {
  width: 8px;
}

@media screen and (max-width: 1024px) {
  .safari .hag-report_desc::-webkit-scrollbar {
    width: 6px;
  }
}

.hag-report_desc::-webkit-scrollbar-track {
  background-color: rgba(200, 200, 200, 0.5);
}

@media screen and (max-width: 1024px) {
  .safari .hag-report_desc::-webkit-scrollbar-track {
    background-color: transparent;
  }
}

.hag-report_desc::-webkit-scrollbar-thumb {
  background-color: #009ce6;
}

@media screen and (max-width: 1024px) {
  .safari .hag-report_desc::-webkit-scrollbar-thumb {
    background-color: transparent;
  }
}

.hag-report_logo {
  height: 50px;
  margin: 10px 25px;
  display: inline-block;
  position: relative;
  z-index: 3;
}

@media screen and (max-width: 768px) {
  .hag-report_logo {
    height: 40px;
  }
}

@media screen and (max-width: 500px) {
  .hag-report_logo {
    margin: 10px 20px;
  }
}

.hag-report_logo img {
  height: 50px;
  max-width: 200px;
  width: auto !important;
}

@media screen and (max-width: 768px) {
  .hag-report_logo img {
    height: 40px;
  }
}

.hag-report_title {
  position: relative;
}

.hag-report_title a {
  display: block;
  padding: 20px 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  overflow: hidden;
  position: relative;
  font-weight: bold;
  z-index: 3;
}

.hag-report_title a:before {
  right: 50%;
  position: absolute;
  top: 0;
  height: 100%;
  width: 1px;
  background-color: rgba(180, 180, 180, 0.5);
  content: "";
  z-index: -1;
}

@media screen and (max-width: 768px) {
  .hag-report_title a:before {
    content: none;
  }
}

.hag-report_title a:after {
  right: 0;
  position: absolute;
  top: 0;
  height: 100%;
  width: 1px;
  background-color: rgba(180, 180, 180, 0.5);
  content: "";
  z-index: -1;
}

@media screen and (max-width: 500px) {
  .hag-report_title a:after {
    content: none;
  }
}

.hag-report_title a span:nth-child(1) {
  padding-left: 10px;
  font-weight: bold;
}

.hag-report_title a.active {
  background-color: #fff;
  color: #065bab;
}

.hag-report_lists {
  padding: 3% 0;
}

.hag-report_list {
  padding: 20px 0;
  position: relative;
  z-index: 3;
}

.hag-report_list .preview {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

@media screen and (max-width: 768px) {
  .hag-report_list .preview {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

.hag-report_list .preview .thumb {
  width: 80%;
  margin: 0 auto;
  max-width: 100%;
  position: relative;
  height: 360px;
}

@media screen and (max-width: 1024px) {
  .hag-report_list .preview .thumb {
    height: 340px;
  }
}

@media screen and (max-width: 768px) {
  .hag-report_list .preview .thumb {
    height: 300px;
  }
}

@media screen and (max-width: 500px) {
  .hag-report_list .preview .thumb {
    width: 95%;
    height: 260px;
  }
}

.hag-report_list .preview .thumb:before {
  right: 50%;
  position: absolute;
  top: 0;
  height: 100%;
  width: 1px;
  background-color: rgba(180, 180, 180, 0.5);
}

@media screen and (max-width: 768px) {
  .hag-report_list .preview .thumb:before {
    content: "";
  }
}

.hag-report_list .preview .thumb img {
  width: 100%;
  height: 360px;
}

@media screen and (max-width: 1024px) {
  .hag-report_list .preview .thumb img {
    height: 340px;
  }
}

@media screen and (max-width: 768px) {
  .hag-report_list .preview .thumb img {
    height: 300px;
  }
}

@media screen and (max-width: 500px) {
  .hag-report_list .preview .thumb img {
    height: 260px;
  }
}

.hag-report_list .detail {
  overflow: hidden;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  padding: 14px 0;
}

.hag-report_list .detail .tag span {
  display: inline-block;
  padding: 4px 10px;
  color: #fff;
  background-color: rgba(0, 91, 172, 0.9);
}

.hag-report_list .detail ul {
  padding: 40px 0;
}

@media screen and (max-width: 768px) {
  .hag-report_list .detail ul {
    padding: 30px 0;
  }
}

.hag-report_list .detail ul li {
  padding: 4px 8px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.hag-report_list .detail .more-btn {
  margin-top: 0;
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .hag-report_list .detail .more-btn {
    margin-left: 0;
  }
}

.hag-report_thumb {
  height: 500px;
}

@media screen and (max-width: 1024px) {
  .hag-report_thumb {
    height: 380px;
  }
}

@media screen and (max-width: 768px) {
  .hag-report_thumb {
    height: 340px;
  }
}

@media screen and (max-width: 500px) {
  .hag-report_thumb {
    height: 220px;
  }
}

.hag-report_thumb img {
  height: 500px;
}

@media screen and (max-width: 1024px) {
  .hag-report_thumb img {
    height: 380px;
  }
}

@media screen and (max-width: 768px) {
  .hag-report_thumb img {
    height: 340px;
  }
}

@media screen and (max-width: 500px) {
  .hag-report_thumb img {
    height: 220px;
  }
}

.hag-report_other .hag-report_list {
  padding: 20px 0 0;
}

@media screen and (max-width: 500px) {
  .hag-report_other .hag-report_list {
    padding: 10px 0 0;
  }
}

.hag-report_other .more-btn {
  margin-top: 10px;
}

@media screen and (max-width: 768px) {
  .hag-report_other .more-btn > span {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 500px) {
  .hag-report_other > .desc {
    margin-left: 25%;
  }
}

.hag-report_archive_slider {
  position: relative;
  z-index: 3;
}
/*# sourceMappingURL=hagreport.min.css.map */
