.page-heading h1 {
  color: #2f2f2f;
  font-weight: 800;
  font-size: 2.2rem;
  margin-bottom: 1.8rem;
  text-align: center;
}

@media (max-width: 575px) {
  .page-heading h1 {
    font-size: 2rem;
  }
}
.blog-detail .detail h2 {
  color: #2f2f2f;
  font-weight: 800;
  font-size: 1.8rem;
  margin-bottom: 1rem;
}
.blog-detail .detail .date {
  margin-bottom: 1rem;
  font-weight: 600;
}
.blog-detail .detail .date svg {
  width: 1rem;
  height: 1rem;
  color: #2f2f2f;
  margin-right: 0.2rem;
}
.blog-detail .detail .date span {
  font-size: 1rem;
}
.blog-detail .detail h3 {
  color: #2f2f2f;
  font-weight: 600;
  font-size: 1.4rem;
  margin-bottom: 1rem;
}
.blog-detail .detail .detail_list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 1.6rem;
}
.blog-detail .detail .detail_list .detail_item {
  width: 25%;
  border-right: 1px solid #cdcdcd;
  padding: 0 1rem;
  font-size: 1rem;
}
.blog-detail .detail .detail_list .detail_item .detail_user {
  color: #505050;
}
.blog-detail .detail .detail_list .detail_item .detail_user img {
  border-radius: 50%;
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 0.4rem;
}
.blog-detail .detail .detail_list .detail_item .detail_option {
  color: #505050;
  line-height: 1;
}
.blog-detail .detail .detail_list .detail_item .detail_option svg {
  width: 1rem;
  height: 1rem;
  color: #505050;
  margin-right: 0.2rem;
}
.blog-detail .detail .detail_list .detail_item:first-child {
  padding-left: 0;
}
.blog-detail .detail .detail_list .detail_item:last-child {
  padding-right: 0;
  border-right: 0;
}
.blog-detail .detail .detail_image {
  padding-bottom: 1.4rem;
}
.blog-detail .detail .detail_image img {
  border-radius: 8px;
}
.blog-detail .detail .detail_para {
  padding-bottom: 1.4rem;
}
.blog-detail .detail .detail_para p {
  margin-bottom: 1rem;
}
.blog-detail .detail .detail_quote {
  background: #F2F7FF;
  padding: 1.8rem;
  border-radius: 8px;
  margin-bottom: 1.2rem;
}
.blog-detail .detail .detail_quote p {
  font-weight: 600;
  font-size: #2f2f2f;
  font-style: italic;
  margin-bottom: 0;
}
.blog-detail .detail .detail_p_list {
  list-style: disc;
  padding-left: 1.5rem;
  margin-bottom: 1.2rem;
}
.blog-detail .detail .detail_p_list li {
  margin-bottom: 0.8rem;
}
.blog-detail .detail .detail_p_list li:last-child {
  margin-bottom: 0;
}
.blog-detail .detail .detail_img_block {
  margin-bottom: 1.2rem;
}
.blog-detail .detail .detail_img_block p {
  margin-bottom: 2rem;
}
.blog-detail .detail .detail_background {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 3rem;
  height: 164px;
  margin-bottom: 1.2rem;
}
.blog-detail .detail .detail_shear {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.8rem 0;
}
.blog-detail .detail .detail_shear .detail_s_right .detail_s_social {
  display: flex;
  flex-wrap: wrap;
}
.blog-detail .detail .detail_shear .detail_s_right .detail_s_social .social_item .social_link {
  width: 2.2rem;
  height: 2.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.5rem;
  border-radius: 8px;
}
.blog-detail .detail .detail_shear .detail_s_right .detail_s_social .social_item .social_link svg {
  width: 1.2rem;
  height: 1.2rem;
  color: #fff;
}
.blog-detail .detail .detail_shear .detail_s_right .detail_s_social .social_item:nth-child(1) .social_link {
  background: #C32AA3;
}
.blog-detail .detail .detail_shear .detail_s_right .detail_s_social .social_item:nth-child(2) .social_link {
  background: #1DA1F2;
}
.blog-detail .detail .detail_shear .detail_s_right .detail_s_social .social_item:nth-child(3) .social_link {
  background: #1877F2;
}
.blog-detail .detail .detail_shear .detail_s_right .detail_s_social .social_item:nth-child(4) .social_link {
  background: #FF0000;
}
.blog-detail .detail .detail_shear .detail_s_right .detail_s_social .social_item:nth-child(5) .social_link {
  background: #BD081C;
}
.blog-detail .detail .detail_shear .detail_s_right .detail_s_social .social_item:nth-child(6) .social_link {
  background: #0A66C2;
}
.blog-detail .detail .detail_user {
  background: #F2F7FF;
  padding: 0.6rem;
  border-radius: 8px;
  display: flex;
  align-items: center;
}
.blog-detail .detail .detail_user .detail_u_image {
  width: 220px;
  padding-right: 0.8rem;
}
.blog-detail .detail .detail_user .detail_u_image img {
  border-radius: 8px;
  aspect-ratio: 5/4;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog-detail .detail .detail_user .detail_u_text {
  width: calc(100% - 220px);
}
.blog-detail .detail .detail_user .detail_u_text h4 {
  color: #2f2f2f;
  font-weight: 600;
  font-size: 1.4rem;
  margin-bottom: 0.6rem;
}
.blog-detail .detail .detail_user .detail_u_text p {
  font-size: 1rem;
  margin-bottom: 1.2rem;
}
.blog-detail .detail .detail_more .detail_m_list {
  display: flex;
}
.blog-detail .detail .detail_more .detail_m_list li {
  width: 50%;
}
.blog-detail .detail .detail_more .detail_m_list li .detail_m_previous {
  display: block;
  background: #F2F7FF;
  padding: 1.6rem;
  border-radius: 8px;
}
.blog-detail .detail .detail_more .detail_m_list li .detail_m_previous .previous_top {
  display: flex;
  align-items: center;
  margin-bottom: 0.8rem;
}
.blog-detail .detail .detail_more .detail_m_list li .detail_m_previous .previous_top svg {
  color: #2f2f2f;
  margin-right: 0.4rem;
  width: 1rem;
  height: 1rem;
}
.blog-detail .detail .detail_more .detail_m_list li .detail_m_previous .previous_top span {
  color: #2f2f2f;
  font-size: 1rem;
  line-height: 1;
}
.blog-detail .detail .detail_more .detail_m_list li .detail_m_previous h4 {
  color: #2f2f2f;
  font-weight: 600;
  font-size: 1.2rem;
  margin-bottom: 0;
}
.blog-detail .detail .detail_more .detail_m_list li .detail_m_next {
  display: block;
  background: #002280;
  padding: 1.6rem;
  border-radius: 8px;
}
.blog-detail .detail .detail_more .detail_m_list li .detail_m_next .next_top {
  display: flex;
  justify-content: end;
  align-items: center;
  margin-bottom: 0.8rem;
}
.blog-detail .detail .detail_more .detail_m_list li .detail_m_next .next_top svg {
  color: #fff;
  margin-left: 0.4rem;
  width: 1rem;
  height: 1rem;
}
.blog-detail .detail .detail_more .detail_m_list li .detail_m_next .next_top span {
  color: #fff;
  font-size: 1rem;
  line-height: 1;
}
.blog-detail .detail .detail_more .detail_m_list li .detail_m_next h4 {
  color: #fff;
  font-weight: 600;
  font-size: 1.2rem;
  margin-bottom: 0;
  text-align: right;
}
.blog-detail .detail_right {
  position: sticky;
  top: 10px;
}
.blog-detail .detail_right h4 {
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 0.8rem;
  color: #2f2f2f;
}
.blog-detail .detail_right p {
  font-size: 1rem;
  margin-bottom: 0.8rem;
}
.blog-detail .detail_right .bdetail_r_social {
  padding: 1.5rem;
  box-shadow: 2px 2px 10px rgba(115, 115, 115, 0.2);
  margin-bottom: 1.2rem;
  border-radius: 8px;
}
.blog-detail .detail_right .bdetail_r_social .social_list {
  display: flex;
  flex-wrap: wrap;
}
.blog-detail .detail_right .bdetail_r_social .social_list .social_item {
  width: 50%;
}
.blog-detail .detail_right .bdetail_r_social .social_list .social_item .social_link {
  display: flex;
  align-items: center;
  margin-bottom: 1.2rem;
}
.blog-detail .detail_right .bdetail_r_social .social_list .social_item .social_link .social_icon {
  width: 2.2rem;
  height: 2.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.5rem;
  border-radius: 8px;
}
.blog-detail .detail_right .bdetail_r_social .social_list .social_item .social_link .social_icon svg {
  width: 1.2rem;
  height: 1.2rem;
  color: #fff;
}
.blog-detail .detail_right .bdetail_r_social .social_list .social_item .social_link span {
  font-size: 1rem;
  font-weight: 600;
  color: #505050;
  font-family: "Noto Sans", sans-serif;
}
.blog-detail .detail_right .bdetail_r_social .social_list .social_item:nth-child(1) .social_link .social_icon {
  background: #C32AA3;
}
.blog-detail .detail_right .bdetail_r_social .social_list .social_item:nth-child(1) .social_link span:hover {
  color: #C32AA3;
}
.blog-detail .detail_right .bdetail_r_social .social_list .social_item:nth-child(2) .social_link .social_icon {
  background: #1DA1F2;
}
.blog-detail .detail_right .bdetail_r_social .social_list .social_item:nth-child(2) .social_link span:hover {
  color: #1DA1F2;
}
.blog-detail .detail_right .bdetail_r_social .social_list .social_item:nth-child(3) .social_link .social_icon {
  background: #1877F2;
}
.blog-detail .detail_right .bdetail_r_social .social_list .social_item:nth-child(3) .social_link span:hover {
  color: #1877F2;
}
.blog-detail .detail_right .bdetail_r_social .social_list .social_item:nth-child(4) .social_link .social_icon {
  background: #FF0000;
}
.blog-detail .detail_right .bdetail_r_social .social_list .social_item:nth-child(4) .social_link span:hover {
  color: #FF0000;
}
.blog-detail .detail_right .bdetail_r_social .social_list .social_item:nth-child(5) .social_link .social_icon {
  background: #BD081C;
}
.blog-detail .detail_right .bdetail_r_social .social_list .social_item:nth-child(5) .social_link span:hover {
  color: #BD081C;
}
.blog-detail .detail_right .bdetail_r_social .social_list .social_item:nth-child(6) .social_link .social_icon {
  background: #0A66C2;
}
.blog-detail .detail_right .bdetail_r_social .social_list .social_item:nth-child(6) .social_link span:hover {
  color: #0A66C2;
}
.blog-detail .detail_right .bdetail_r_tab {
  padding: 1.2rem;
  box-shadow: 2px 2px 10px rgba(115, 115, 115, 0.2);
  margin-bottom: 1.2rem;
  border-radius: 8px;
}
.blog-detail .detail_right .bdetail_r_tab .nav.nav-pills {
  margin-bottom: 0.6rem;
}
.blog-detail .detail_right .bdetail_r_tab .nav.nav-pills .nav-item {
  width: 32%;
  margin-right: 6px;
}
.blog-detail .detail_right .bdetail_r_tab .nav.nav-pills .nav-item .nav-link {
  background: #F2F7FF;
  color: #002280;
  border-radius: 8px;
  width: 100%;
  font-weight: 600;
}
.blog-detail .detail_right .bdetail_r_tab .nav.nav-pills .nav-item .nav-link:hover, .blog-detail .detail_right .bdetail_r_tab .nav.nav-pills .nav-item .nav-link.active {
  background: #FE492E;
  color: #fff;
}
.blog-detail .detail_right .bdetail_r_tab .nav.nav-pills .nav-item:last-child {
  margin-right: 0;
}
.blog-detail .detail_right .bdetail_r_tab .bdetail_t_list .bdetail_t_item {
  margin-bottom: 0.8rem;
}
.blog-detail .detail_right .bdetail_r_tab .bdetail_t_list .bdetail_t_item .bdetail_t_link {
  display: flex;
  align-items: center;
  padding: 0;
}
.blog-detail .detail_right .bdetail_r_tab .bdetail_t_list .bdetail_t_item .bdetail_t_link .t_image {
  padding-right: 12px;
}
.blog-detail .detail_right .bdetail_r_tab .bdetail_t_list .bdetail_t_item .bdetail_t_link .t_image img {
  width: 120px;
  border: 4px solid #F2F7FF;
  aspect-ratio: 11/10;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog-detail .detail_right .bdetail_r_tab .bdetail_t_list .bdetail_t_item .bdetail_t_link .t_text h5 {
  font-size: 1rem;
  color: #2f2f2f;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 0;
}
.blog-detail .detail_right .bdetail_r_tab .bdetail_t_list .bdetail_t_item .bdetail_t_link .t_text .time span {
  color: #505050;
  font-size: 1rem;
}
.blog-detail .detail_right .bdetail_r_tab .bdetail_t_list .bdetail_t_item:last-child {
  margin-bottom: 0;
}
.blog-detail .detail_right .bdetail_r_Subscribe {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 8px;
  padding: 1.8rem;
  box-shadow: 2px 2px 10px rgba(115, 115, 115, 0.2);
  margin-bottom: 1.2rem;
  position: relative;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 15rem;
}
.blog-detail .detail_right .bdetail_r_Subscribe::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(24, 33, 109, 0.2);
  border-radius: 8px;
}
.blog-detail .detail_right .bdetail_r_Subscribe h4 {
  position: relative;
  z-index: 1;
  color: #fff;
  font-size: 1.4rem;
  text-align: center;
  margin-bottom: 1.3rem;
}
.blog-detail .detail_right .bdetail_r_Subscribe .btn-white {
  position: relative;
  z-index: 1;
}
.blog-detail .detail_right .bdetail_r_learn {
  border-radius: 8px;
  box-shadow: 2px 2px 10px rgba(115, 115, 115, 0.2);
  margin-bottom: 1.2rem;
}
.blog-detail .detail_right .bdetail_r_learn img {
  aspect-ratio: 2/1;
  border-radius: 8px;
}
.blog-detail .detail_right .bdetail_r_learn .learn_text {
  padding: 1.6rem;
}
.blog-detail .detail_right .bdetail_r_learn .learn_text h4 {
  color: #2f2f2f;
  font-size: 1.4rem;
  margin-bottom: 0.6rem;
}

@media (max-width: 991px) {
  .blog-detail .detail .detail_p_list li {
    font-size: 1.4rem;
  }
  .blog-detail .detail .detail_list .detail_item .detail_user img {
    width: 1.6rem;
    height: 1.6rem;
  }
  .blog-detail .detail .detail_list .detail_item .detail_user span {
    font-size: 1.2rem;
  }
  .blog-detail .detail .detail_list .detail_item .detail_option svg {
    width: 1.2rem;
    height: 1.2rem;
  }
  .blog-detail .detail .detail_list .detail_item .detail_option span {
    font-size: 1.2rem;
  }
  .blog-detail .detail .detail_list .detail_item:first-child {
    margin-bottom: 0.9rem;
  }
  .blog-detail .detail .detail_user {
    padding: 1.6rem;
  }
  .blog-detail .detail .detail_user .detail_u_text h4 {
    font-size: 1.6rem;
  }
  .blog-detail .detail .detail_user .detail_u_text p {
    font-size: 1.4rem;
  }
}
@media (max-width: 575px) {
  .blog-detail .detail h2 {
    font-size: 1.8rem;
  }
  .blog-detail .detail .detail_list .detail_item {
    width: 50%;
  }
  .blog-detail .detail .detail_shear {
    display: flex;
    justify-content: start;
    align-items: start;
    padding: 0.8rem 0;
    flex-flow: column;
  }
  .blog-detail .detail .detail_shear .detail_s_left {
    margin-bottom: 1rem;
  }
  .blog-detail .detail .detail_user .detail_u_image {
    width: 100%;
    padding-right: 0;
    margin-bottom: 1rem;
  }
  .blog-detail .detail .detail_user .detail_u_text {
    width: 100%;
  }
}
@media (max-width: 575px) {
  .detail_para p {
    font-size: 1.4rem;
  }
}/*# sourceMappingURL=terms_of_use.css.map */