.clean {
  position: relative;
}
.clean .dp-block {
  display: block;
}
.clean .btn-moblie-menu {
  position: relative;
  display: none;
  width: 100%;
  padding: 0.6rem 1rem;
  background-color: #4A65F6;
  font-size: 0.8rem;
  color: #fff;
  cursor: pointer;
  font-weight: 700;
}
.clean .btn-moblie-menu::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 12px;
  width: 11px;
  height: 7px;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 11px 7px;
  transform: translateY(-50%);
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyMy4wLjEsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0i66CI7J207Ja0XzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCINCgkgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMTUuNDUgOC4yMyIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMTUuNDUgOC4yMzsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4NCgkuc3Qwe2ZpbGw6I0ZGRkZGRjt9DQo8L3N0eWxlPg0KPHBhdGggaWQ9IlhNTElEXzE1N18iIGNsYXNzPSJzdDAiIGQ9Ik0wLDAuNWMwLTAuMTMsMC4wNS0wLjI2LDAuMTUtMC4zNWMwLjItMC4yLDAuNTEtMC4yLDAuNzEsMGw2Ljg3LDYuODdsNi44Ny02Ljg3DQoJYzAuMi0wLjIsMC41MS0wLjIsMC43MSwwYzAuMiwwLjIsMC4yLDAuNTEsMCwwLjcxTDguMDgsOC4wOGMtMC4yLDAuMi0wLjUxLDAuMi0wLjcxLDBMMC4xNSwwLjg1QzAuMDUsMC43NiwwLDAuNjMsMCwwLjV6Ii8+DQo8L3N2Zz4NCg==);
}
@media screen and (max-width: 846px) {
  .clean .btn-moblie-menu {
    display: block;
  }
}
.clean .menu1depth {
  position: relative;
}
.clean .menu1depth__items {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: -0.5rem;
}
@media screen and (max-width: 846px) {
  .clean .menu1depth__items {
    margin: 0;
  }
}
.clean .menu1depth__item {
  position: relative;
  width: 20%;
  padding: 0.5rem;
}
@media screen and (max-width: 846px) {
  .clean .menu1depth__item {
    width: 100%;
    padding: 0;
    margin-top: -1px;
  }
}
.clean .menu1depth__item:hover .menu1depth__link {
  background-color: #CFA1F5;
  color: #fff;
}
.clean .menu1depth__item.active .menu1depth__link {
  background-color: #4A65F6;
  color: #fff;
}
@media screen and (max-width: 864px) {
  .clean .menu1depth__item.active .menu1depth__link {
    border: 1px solid #4A65F6;
  }
}
.clean .menu1depth__link {
  display: block;
  width: 100%;
  text-align: center;
  padding: 0.53rem 0;
  color: #fff;
  background: #B4B4B4;
  font-size: 0.9rem;
  font-weight: 700;
}
@media screen and (max-width: 846px) {
  .clean .menu1depth__link {
    width: 100%;
    padding: 0.5rem 0;
    font-size: 0.75rem;
    border: 1px solid #B4B4B4;
    text-align: center;
    color: #000;
    font-weight: 400;
    background-color: transparent;
  }
  .clean .menu1depth__link span {
    width: 100%;
    padding-bottom: 0;
  }
}
.clean .menu2depth {
  position: relative;
  margin-top: 2.75rem;
}
@media screen and (max-width: 1030px) {
  .clean .menu2depth {
    margin-top: 1rem;
  }
}
.clean .menu2depth__items {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  width: 100%;
}
.clean .menu2depth__item {
  width: 25%;
  max-width: 229px;
  margin-left: -1px;
}
@media screen and (max-width: 846px) {
  .clean .menu2depth__item {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-top: -1px;
  }
}
.clean .menu2depth__item:hover .menu2depth__link, .clean .menu2depth__item.active .menu2depth__link {
  color: #fff;
  background-color: #CFA1F5;
  border-color: #CFA1F5;
}
.clean .menu2depth__link {
  display: block;
  width: 100%;
  padding: 0.5rem 0;
  font-size: 0.75rem;
  border: 1px solid #4a65f6;
  color: #000;
  text-align: center;
  transition: all 0.3s ease;
}
.clean .menu3depth {
  width: 100%;
  border-bottom: 1px solid #E4E4E4;
  margin-top: 1.6rem;
}
@media screen and (max-width: 1030px) {
  .clean .menu3depth {
    margin-top: 1rem;
  }
}
@media screen and (max-width: 846px) {
  .clean .menu3depth {
    border-bottom: 0;
  }
}
.clean .menu3depth__items {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.clean .menu3depth__item {
  position: relative;
  padding: 0 1.4rem;
}
.clean .menu3depth__item::after {
  content: "";
  display: block;
  position: absolute;
  top: 0.35rem;
  right: 0;
  width: 2px;
  height: 0.75rem;
  background-color: #4a65f6;
}
.clean .menu3depth__item:last-child::after {
  display: none;
}
.clean .menu3depth__item:first-child {
  padding-left: 0;
}
.clean .menu3depth__item:last-child {
  padding-right: 0;
}
.clean .menu3depth__item.active .menu3depth__link span {
  color: #4A65F6;
}
.clean .menu3depth__item.active .menu3depth__link span::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -0.1rem;
  left: 0;
  width: 100%;
  height: 0.15rem;
  background-color: #4A65F6;
}
@media screen and (max-width: 846px) {
  .clean .menu3depth__item.active .menu3depth__link span::after {
    display: none;
  }
}
@media screen and (max-width: 846px) {
  .clean .menu3depth__item {
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-top: -1px;
  }
  .clean .menu3depth__item::after {
    display: none;
  }
}
.clean .menu3depth__link {
  display: inline-block;
  position: relative;
  font-size: 0.7rem;
  color: #333;
  font-weight: 500;
}
.clean .menu3depth__link span {
  position: relative;
  display: inline-block;
  padding-bottom: 0.6rem;
}
@media screen and (max-width: 846px) {
  .clean .menu3depth__link {
    width: 100%;
    padding: 0.5rem 0;
    font-size: 0.75rem;
    border: 1px solid #B4B4B4;
    color: #000;
    text-align: center;
    font-weight: 400;
  }
  .clean .menu3depth__link span {
    width: 100%;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 846px) {
  .clean .snb-items {
    display: none;
  }
  .clean .active .snb-items {
    display: flex;
  }
}
.clean .filter {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 1.8rem;
  justify-content: space-between;
}
.clean .filter .tab .tab_list li {
  width: auto;
}
.clean .filter .tab .tab_list li a {
  padding: 0.5rem 0.95rem;
}
.clean .filter .tab .tab_list li#all a {
  padding: 0;
}
.clean .filter__left {
  width: 81%;
}
@media screen and (max-width: 1030px) {
  .clean .filter__left {
    width: 100%;
  }
}
.clean .filter__right {
  width: 117px;
}
@media screen and (max-width: 1030px) {
  .clean .filter__right {
    width: 100%;
    text-align: center;
    margin-top: 1rem;
  }
}
.clean .filter__right .link {
  display: inline-block;
  position: relative;
  padding: 0.5rem 1.35rem;
  font-size: 0.9rem;
  line-height: 1;
  font-weight: 700;
  color: #fff;
  text-align: center;
  border-radius: 50px;
  background-color: #4A65F6;
}
.clean__content {
  margin-top: 2.2rem;
}
.clean__title {
  font-weight: 500;
  font-size: 1.05rem;
  color: #4a65f6;
}
.clean__member-text1 {
  font-size: 0.9rem;
  color: #7f7f7f;
}
.clean__member-text2 {
  font-size: 0.8rem;
  color: #4a65f6;
}

.member-register {
  position: relative;
  width: 100%;
  max-width: 619px;
  margin: 2.65rem auto 0;
}
.member-register__content {
  position: relative;
  margin-top: -1.1rem;
  padding: 3.85rem 1.3rem 2.75rem;
  background-color: #fff;
  border: 1px solid #4a65f6;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.member-register__title {
  position: relative;
  text-align: center;
  z-index: 3;
}
.member-register__title span {
  display: inline-block;
  width: 100%;
  max-width: 327px;
  padding: 0.7rem 0.5rem;
  border-radius: 29px;
  background: #4a65f6;
  font-weight: 500;
  font-size: 21px;
  line-height: 20px;
  color: #fff;
}
.member-register .frm_input_box1 .tit {
  font-size: 0.75rem;
  color: #333;
}
.member-register .frm_input_box1 label {
  width: 5.85rem;
}
.member-register .frm_input_box1 .ipt_box {
  width: calc(100% - 5.85rem);
}
.member-register .frm_input_box1 ~ .frm_input_box1 {
  margin-top: 0.9rem;
}
.member-register__btn-box {
  margin-top: 2.55rem;
}
.member-register__btn-box .btn-submit {
  display: block;
  position: relative;
  width: 100%;
  height: 1.95rem;
  line-height: 1.95rem;
  background-color: #ec81aa;
  font-size: 0.75rem;
  text-align: center;
  color: #fff;
}

.member-result {
  position: relative;
  padding-top: 2.2rem;
  text-align: center;
}
.member-result__image img {
  width: 4.95rem;
}
.member-result__text {
  margin-top: 0.9rem;
  font-size: 0.8rem;
  text-align: center;
  color: #333;
}
.member-result__text2 {
  margin-top: 0.95rem;
}
.member-result__text2 span {
  display: inline-block;
  position: relative;
  width: 100%;
  max-width: 236px;
  padding: 0.5rem 0;
  border-radius: 17px;
  background-color: #4a65f6;
  font-size: 0.7rem;
  text-align: center;
  color: #fff;
}

.clean-info {
  margin-top: 1rem;
  font-size: 0.8rem;
  color: #7F7F7F;
}
.clean-info strong {
  font-weight: 700;
}
.clean-info p + p {
  margin-top: 0.8rem;
}
.clean-info__image {
  position: relative;
  margin-top: 3rem;
}
.clean-info__image figure {
  display: block;
}
.clean-info__image img {
  width: 100%;
}

.way {
  position: relative;
  margin-top: 2rem;
}
.way__content {
  width: 100%;
}
.way__image {
  position: relative;
  width: 100%;
  margin-top: 3rem;
  font-size: 0.8rem;
  color: #333;
}
.way__image figure {
  display: block;
}
.way__image img {
  width: 100%;
}
.way__image ul {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  margin: -1.4rem;
}
.way__image li {
  position: relative;
  width: 50%;
  padding: 1.4rem;
}
.way__image figure {
  display: block;
}
.way__image figure .img {
  width: 100%;
}
.way__image figcaption {
  display: block;
  padding: 5px;
  background-color: #ec81aa;
  font-weight: 500;
  font-size: 0.7rem;
  text-align: center;
  color: #fff;
}
.way__title {
  position: relative;
}
.way__title span {
  display: inline-block;
  position: relative;
  padding: 0 1.2rem;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1;
  color: #131313;
}
.way__title span::after, .way__title span::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 0.2rem;
  height: 1rem;
  background: #4a65f6;
}
.way__title span::after {
  right: 0;
}
.way__title span::before {
  left: 0;
}
.way__info {
  position: relative;
  margin-top: 1.5rem;
  font-size: 0.8rem;
  line-height: 1.5rem;
  color: #333;
}
.way .way-list {
  position: relative;
}
.way .way-list__item {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
.way .way-list .num {
  width: 1.9rem;
  font-weight: 700;
  font-size: 0.65rem;
  text-align: left;
  color: #4a65f6;
}
.way .way-list .text {
  width: calc(100% - 1.9rem);
}
@media screen and (max-width: 1023px) {
  .way .way-list .num {
    width: 1rem;
  }
  .way .way-list .text {
    width: calc(100% - 1rem);
  }
}

.ordinance {
  margin-top: 1rem;
  padding: 1.8rem 2.05rem;
  font-size: 0.8rem;
  color: #000;
  background-color: #f5f5f5;
}
@media screen and (max-width: 1023px) {
  .ordinance {
    padding: 1.1rem;
  }
}
.ordinance__title {
  position: relative;
  padding-left: 0.9rem;
  font-weight: 400;
}
.ordinance__title::before {
  content: "";
  display: block;
  position: absolute;
  top: 0.45rem;
  left: 0;
  width: 0.35rem;
  height: 0.35rem;
  background-color: #4a65f6;
}
.ordinance dl {
  margin-top: 0.9rem;
}
.ordinance dl dt {
  font-weight: 400;
}
.ordinance dl dd .ul-depth1 {
  position: relative;
}
.ordinance dl dd .ul-depth1__item + .ul-depth1__item {
  margin-top: 0.5rem;
}
.ordinance dl dd .ul-depth2 {
  position: relative;
  padding-left: 1rem;
}
.ordinance dl dd .ul-depth2__item {
  position: relative;
}

.promise {
  position: relative;
  width: 100%;
  max-width: 825px;
  margin: 2.3rem auto 0;
  padding: 0.95rem;
  background: url(/new_imgs/policy/promise_bg.png) no-repeat 50% 0;
  background-size: cover;
  box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.16);
}
.promise__content {
  border: 2px dashed #b5b5b5;
  padding: 2.8rem 2.9rem 3rem;
}
@media screen and (max-width: 1023px) {
  .promise__content {
    padding: 1rem;
  }
}
.promise__top-text1 {
  font-size: 1rem;
  letter-spacing: -0.05em;
  line-height: 1;
  text-align: center;
  color: #000;
}
.promise__top-text2 {
  margin-top: 2.2rem;
  font-size: 1rem;
  letter-spacing: -0.05em;
  line-height: 1;
  text-align: center;
  color: #000;
}
.promise__title {
  margin-top: 0.5rem;
  font-weight: 700;
  font-size: 1.5rem;
  letter-spacing: -0.05em;
  text-align: center;
  color: #000;
  line-height: 1.2;
  text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.16);
}
.promise__items {
  margin-top: 3.35rem;
}
.promise__item {
  font-size: 0.8rem;
  letter-spacing: -0.08em;
  line-height: 1.35rem;
  color: #000;
}
.promise__item + .promise__item {
  margin-top: 1rem;
}
.promise__date {
  margin-top: 4.8rem;
  font-weight: 500;
  font-size: 1.25rem;
  letter-spacing: -0.05em;
  text-align: center;
  color: #000;
}
.promise__sign-box {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  margin-top: 3.5rem;
  font-size: 1.25rem;
  letter-spacing: -0.05em;
  text-align: left;
  color: #000;
}
.promise__sign-box__left {
  width: 50%;
}
.promise__sign-box__right {
  width: 50%;
}
@media screen and (max-width: 960px) {
  .promise__sign-box {
    flex-direction: column;
  }
  .promise__sign-box__left {
    width: 100%;
  }
  .promise__sign-box__right {
    width: 100%;
    margin-top: 1rem;
  }
}
.promise__logo {
  margin-top: 3rem;
  text-align: center;
}
.promise__logo img {
  width: 11rem;
}

.organization {
  position: relative;
  margin-top: 1.8rem;
}
.organization img {
  max-width: 100%;
}

.schedule {
  margin-top: 1.7rem;
  overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.schedule__content {
  border-top: 0.2rem solid #4a65f6;
  border-bottom: 0.2rem solid #4a65f6;
}
.schedule__item {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: 100%;
  padding: 0.675rem 2.5rem;
  border-bottom: 1px dashed #CFCFCF;
  font-size: 0.8rem;
  color: #333;
}
.schedule__item.last {
  border-bottom-width: 0;
}
.schedule__month {
  width: 9rem;
}
.schedule__text1 {
  width: 11.4rem;
}
.schedule__text2 {
  width: calc(100% - 9rem - 11.4rem);
}
@media screen and (max-width: 1023px) {
  .schedule__item {
    padding-left: 0;
    padding-right: 0;
  }
  .schedule__month {
    width: 7rem;
  }
  .schedule__text1 {
    width: 8rem;
  }
  .schedule__text2 {
    width: calc(100% - 7rem - 8rem);
  }
}
@media screen and (max-width: 640px) {
  .schedule__item {
    flex-direction: column;
  }
  .schedule__month {
    width: 100%;
  }
  .schedule__text1 {
    width: 100%;
  }
  .schedule__text2 {
    width: 100%;
  }
}

.history {
  position: relative;
}
.history__item {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: 100%;
  padding-top: 0.95rem;
  justify-content: space-between;
  border-top: 1px solid #4a65f6;
}
@media screen and (max-width: 500px) {
  .history__item {
    flex-direction: column;
  }
}
.history__year {
  font-weight: 500;
  font-size: 1.4rem;
  color: #4a65f6;
  line-height: 1;
}
.history__desc {
  position: relative;
  padding-left: 0.9rem;
}
.history__desc__image {
  margin-top: 1rem;
}
.history__desc__image img {
  max-width: 100%;
}
.history__content {
  position: relative;
  width: calc(100% - 5rem);
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
@media screen and (max-width: 550px) {
  .history__content {
    width: 100%;
    flex-direction: column;
    margin-top: 1rem;
  }
}
.history__in-content {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  margin-top: 3rem;
}
@media screen and (max-width: 550px) {
  .history__in-content {
    width: 100%;
    flex-direction: column;
    margin-top: 2.5rem;
  }
}
.history__title {
  display: block;
  width: 6.5rem;
  height: 1.9rem;
  line-height: 1.9rem;
  border-radius: 19px;
  background: #4a65f6;
  font-weight: 500;
  font-size: 0.8rem;
  text-align: center;
  color: #fff;
}
.history__act-content {
  position: relative;
  width: calc(100% - 6.5rem);
  padding-left: 1.35rem;
  font-size: 0.8rem;
  color: #333333;
}
@media screen and (max-width: 550px) {
  .history__act-content {
    width: 100%;
    margin-top: 1rem;
    padding-left: 0;
  }
}
.history__act-item + .history__act-item {
  margin-top: 0.85rem;
  padding-top: 0.85rem;
  border-top: 1px dashed #CFCFCF;
}
.history__title2 {
  position: relative;
  padding-left: 0.9rem;
  font-size: 0.8rem;
  color: #333;
  font-weight: 700;
}
.history__title2--mt10 {
  margin-top: 0.5rem;
}
.history__title2::before {
  content: "";
  display: block;
  position: absolute;
  top: 0.45rem;
  left: 0;
  width: 0.35rem;
  height: 0.35rem;
  background: #ec81aa;
}
.history__title2.dot-blue::before {
  background: #4A65F6;
}
.history__title3 {
  font-size: 0.95rem;
  color: #4A65F6;
  font-weight: 700;
  margin-bottom: 1rem;
}
.history__department {
  width: 100%;
  margin-top: 3rem;
}
@media screen and (max-width: 1023px) {
  .history__department {
    margin-top: 2.5rem;
  }
}
.history__department-content {
  position: relative;
  width: 100%;
  margin-top: 1.75rem;
  font-size: 0.8rem;
  color: #333333;
}
.history__department-content ul {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  margin: -1.4rem;
}
@media screen and (max-width: 1023px) {
  .history__department-content ul {
    margin: -0.5rem;
  }
}
.history__department-content ul li {
  position: relative;
  width: 33.3333333333%;
  padding: 1.4rem;
}
@media screen and (max-width: 1023px) {
  .history__department-content ul li {
    padding: 0.5rem;
  }
}
@media screen and (max-width: 420px) {
  .history__department-content ul li {
    width: 50%;
  }
}
.history__department-content ul li figure {
  display: block;
}
.history__department-content ul li figure img {
  width: 100%;
}
.history__department-content ul li figcaption {
  display: block;
  padding: 5px;
  background-color: #ec81aa;
  font-weight: 500;
  font-size: 0.7rem;
  text-align: center;
  color: #fff;
}
.history__department-content ul li p {
  display: block;
  padding: 5px;
  background-color: #ec81aa;
  font-weight: 500;
  font-size: 0.7rem;
  text-align: center;
  color: #fff;
  border-radius: 10px;
}
.history__image {
  position: relative;
  margin-top: 1.75rem;
}
.history__image figure {
  display: block;
}
.history__image figcaption {
  display: block;
  padding: 0.35rem;
  background-color: #ec81aa;
  font-weight: 500;
  font-size: 0.7rem;
  text-align: center;
  color: #fff;
}
.history__image img {
  width: 100%;
}

.rule {
  position: relative;
  margin-top: 1.75rem;
  font-size: 0.7rem;
  color: #000;
}
.rule__title {
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: -0.05em;
  line-height: 1.35rem;
  text-align: center;
  color: #000;
}
.rule__items {
  position: relative;
  margin-top: 2rem;
  border-top: 2px solid #4a65f6;
}
.rule__item {
  padding-bottom: 1rem;
  border-bottom: 1px solid #4a65f6;
}
.rule__item-head {
  position: relative;
  width: 100%;
  font-size: 1rem;
  font-weight: 500;
  padding: 1rem 1rem 0;
  cursor: pointer;
}
.rule__item-head .title {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
}
.rule__item-head span {
  display: inline-block;
  margin-left: 0.5rem;
  font-size: 0.8rem;
  font-weight: 400;
}
.rule__item-body {
  position: relative;
  padding: 1rem 1rem 0;
}
.rule__box {
  position: relative;
  font-size: 0.8rem;
  line-height: 1.5;
}
.rule__box + .rule__box {
  margin-top: 1rem;
}
.rule .indent {
  padding-left: 0.5rem;
}
.rule__content {
  margin-top: 2rem;
  border: 1px solid #ddd;
  padding: 1.5rem;
  font-size: 0.75rem;
  line-height: 1.2rem;
  color: #666;
  font-family: "Noto Sans KR", sans-serif !important;
}
.rule__content > * {
  font-family: "Noto Sans KR", sans-serif !important;
}
.rule__content span {
  font-family: "Noto Sans KR", sans-serif !important;
}

.proposal {
  position: relative;
}
.proposal__title {
  font-weight: 500;
  font-size: 1.05rem;
  color: #4a65f6;
  line-height: 1;
}
.proposal__title--mt50 {
  margin-top: 2.5rem;
}
.proposal__tbl-box {
  position: relative;
  width: 100%;
  margin-top: 1.4rem;
  -webkit-overflow-scrolling: touch;
}
@media screen and (max-width: 574px) {
  .proposal__tbl-box {
    overflow: hidden;
    overflow-x: auto;
  }
  .proposal__tbl-box table {
    min-width: 570px;
  }
}
.proposal__tbl-box table {
  width: 100%;
  border-collapse: collapse;
}
.proposal__tbl-box table .wd-303 {
  width: 15.15rem;
}
.proposal__tbl-box table .wd-516 {
  width: 25.8rem;
}
.proposal__tbl-box table .wd-356 {
  width: 17.8rem;
}
@media screen and (max-width: 574px) {
  .proposal__tbl-box table .wd-303 {
    width: 5rem;
  }
  .proposal__tbl-box table .wd-516 {
    width: 12rem;
  }
  .proposal__tbl-box table .wd-356 {
    width: 8rem;
  }
}
.proposal__tbl-box table th {
  padding: 0.8rem 0.5rem;
  background-color: #d6ddff;
  border-right: 1px solid #E9E9E9;
  font-weight: 500;
  font-size: 0.8rem;
  text-align: center;
  color: #000;
}
@media screen and (max-width: 574px) {
  .proposal__tbl-box table th {
    font-size: 0.7rem;
    padding: 0.7rem 0.5rem;
  }
}
.proposal__tbl-box table td {
  height: 2.85rem;
  padding: 0.75rem 0.5rem;
  border-bottom: 1px solid #E9E9E9;
  border-right: 1px solid #E9E9E9;
  font-size: 0.8rem;
  text-align: center;
  color: #000;
  vertical-align: middle;
}
@media screen and (max-width: 574px) {
  .proposal__tbl-box table td {
    font-size: 0.7rem;
    padding: 0.7rem 0.5rem;
  }
}
.proposal__tbl-box table tr td:last-child {
  border-right-width: 0;
}
.proposal__tbl-box table tr th:last-child {
  border-right-width: 0;
}
.proposal .btn-pdf-view {
  display: inline-block;
  padding: 6px 0.75rem;
  background-color: #8CD6F4;
  font-size: 0.7rem;
  line-height: 1;
  text-align: center;
  color: #fff;
}

.color-pink {
  color: #EC81AA !important;
}/*# sourceMappingURL=clean_net.css.map */