<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.agency-content section {
  padding: 95px 0;
}
.agency-content .content-head h1 .title {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 50px;
  font-weight: 700;
}
.agency-content .content-head h1 .title img {
  width: auto;
  height: 48px;
  margin-right: 20px;
}
.content-main img {
  margin-bottom: 0;
}

.agency-content .content-body h2 {
  font-size: 50px;
  margin-bottom: 27px;
}
.agency-content .content-body h2 span {
  color: #0883ff;
}
.agency-content .content-body &gt; h2 img {
  height: 128px;
}
.agency-content .content-body h4 {
  font-size: 32px;
  color: #707070;
  font-weight: 500;
}

.agency-wrapper {
  width: 90%;
  max-width: 1366px;
  margin: auto;
}
.agency-info-title img {
  height: 128px;
  display: inline-block;
}
.agency-info {
  display: flex;
  justify-content: space-between;
  padding: 0;
}
.agency-info li {
  width: calc(33.3% - 14px);
  border: 1px solid #c4c4c4;
  border-radius: 10px;
  padding: 54px 22px 77px;
  text-align: center;
}
.agency-info li h2 span {
  font-size: 28px;
  font-weight: 700;
  color: #707070 !important;
  line-height: 1;
}
.agency-info li h2 img {
  height: 44.7px;
  margin: 16px auto 43.3px;
}
.agency-info li &gt; img {
  width: 60%;
  max-width: 229px;
  margin-bottom: 45px;
}
.agency-info li p {
  font-size: 24px;
  font-weight: 500;
}
.agency-info li p span {
  font-weight: 700;
}

.center-info {
  display: flex;
  justify-content: space-between;
  padding: 0;
}
.center-info li {
  width: calc(50% - 18px);
}
.center-info li img {
  width: 100%;
}
.center-info li h3 {
  font-size: 36px;
  font-weight: 700;
  padding: 27px 0 21px;
  border-bottom: 1px solid #e3e3e3;
  margin-bottom: 24px;
}
.center-info li p {
  display: flex;
  font-size: 26px;
  font-weight: 500;
  margin-bottom: 16px;
}
.center-info li p .center-location {
  min-width: 105px;
  font-weight: 700;
  padding-right: 30px;
  color: #0883ff;
}

.agency-apply {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 93px;
  padding: 0;
}
.agency-apply li {
  position: relative;
  width: calc(50% - 13px);
  margin-bottom: 84px;
  background-color: #fff;
  padding: 0 36px;
  height: 593px;
  border: 1px solid #c4c4c4;
  border-radius: 10px;
}
.agency-apply li:after {
  display: block;
  clear: both;
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 50%;
  height: 50%;
}
.agency-apply li:nth-child(1):after {
  background-image: url(../images/agency/agency-icon4.png);
  margin-right: 31.3px;
}
.agency-apply li:nth-child(2):after {
  background-image: url(../images/agency/agency-icon5.png);
}
.agency-apply li:nth-child(3):after {
  background-image: url(../images/agency/agency-icon6.png);
}
.agency-apply li:nth-child(4):after {
  background-image: url(../images/agency/agency-icon7.png);
  margin: 0 60px 31px 0;
  max-width: 252px;
}

.agency-apply li .title {
  margin-top: -24px;
  margin-bottom: 30px;
}
.agency-apply li .title img {
  height: 114.4px;
}
.agency-apply li .apply-info {
  position: relative;
  font-size: 22px;
  margin-bottom: 11px;
  font-weight: 500;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.agency-apply li .apply-info span {
  width: calc(100% - 57px);
}
.agency-apply li .apply-info:before {
  font-family: xeicon !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  clear: both;
  content: "\e928";
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #0883ff;
  text-align: center;
  line-height: 40px;
  color: #fff;
  font-size: 20px;
  margin-right: 17px;
}
.agency-apply li .apply-info .sub-info {
  font-weight: 400;
  padding-left: 57px;
}

.agency-step.mb-view {
  display: none;
}
.agency-step {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 107px;
  padding: 0;
}
.agency-step li {
  position: relative;
  width: 256px;
  height: 256px;
  border-radius: 50%;
  border: 1px solid #c4c4c4;
  text-align: center;
}
.agency-step li:after {
  clear: both;
  display: block;
  content: "\e93e";
  font-family: xeicon !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 37px;
  color: #c4c4c4;
  position: absolute;
  right: -70px;
  top: 50%;
  transform: translateY(-50%);
}
.agency-step.right-step li:last-child:after {
  content: "\e941";
  transform: translateX(50%);
  right: 50%;
  top: auto;
  bottom: -75px;
}

.agency-step.left-step li:after {
  content: "\e93b";
}
.agency-step.left-step li:last-child:after {
  display: none;
}
.agency-step li span {
  display: block;
  width: 100%;
  font-size: 20px;
  font-weight: 700;
  color: #0883ff;
  letter-spacing: 0.3px;
  margin-top: 44px;
  line-height: 1;
}
.agency-step li img {
  height: 60px;
  margin: 17px auto;
}
.agency-step li p {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.33;
  letter-spacing: -0.48px;
}

.agency-step.right-step li img {
  margin-bottom: 26.2px;
}
.agency-step.right-step li:nth-child(2) img {
  margin-bottom: 16.7px;
}
.agency-step.left-step {
  margin-bottom: 35px;
}
.agency-step .last-step {
  background-color: #0883ff;
  color: #fff;
}
.agency-step .last-step img {
  margin-top: 53.5px;
  height: 100px;
}
.agency-step .last-step p {
  color: #fff;
}
.left-step li:nth-child(2) img {
  height: 56.9px;
}
.left-step li:last-child img {
  margin-bottom: 23.6px;
}

.info-txt {
  color: #707070;
  font-size: 25px;
  text-align: center;
  letter-spacing: 0.38px;
}
.info-txt strong {
  font-weight: 400;
}
.info-txt span {
  color: #707070;
}

.mb-section {
  width: 90%;
  max-width: 1366px;
  margin: auto;
}
.agency-contact {
  width: 100%;
  padding: 28px 0 35px;
  border: 2px solid #e3e3e3;
  margin: 0 auto 25px;
}
.agency-content .agency-contact h2 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 32px;
  text-align: center;
}
.agency-contact ul {
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 0;
}
.agency-contact li {
  font-size: 32px;
  font-weight: 700;
  font-family: "GmarketSans";
  display: flex;
  align-items: center;
}
.agency-contact li:first-child {
  font-size: 46px;
}
.agency-contact li a:hover {
  color: #000;
}
.agency-contact li img {
  height: 70px;
  margin-right: 30px;
}

.agency-contact-info {
  font-size: 25px;
  text-align: center;
  margin-bottom: 150px;
}

@media (max-width: 1366px) {
  .agency-info li p {
    font-size: 23px;
  }

  .agency-content .content-body h4 {
    font-size: 28px;
  }

  .agency-step li:after {
    right: -50px;
  }

  .agency-contact li {
    font-size: 26px;
  }
  .agency-contact li:first-child {
    font-size: 42px;
  }
}

@media (max-width: 1194px) {
  .agency-info-title img {
    height: 110px;
  }

  .agency-info li h2 img {
    height: 35px;
  }

  .agency-apply li .title img {
    height: 100px;
  }
  .agency-apply li .apply-info {
    font-size: 20px;
  }

  .agency-step li {
    width: 216px;
    height: 216px;
  }
  .agency-step li span {
    margin-top: 34px;
  }
  .agency-step li img {
    height: 48px;
  }
  .agency-step li p {
    font-size: 20px;
  }
  .left-step li:nth-child(2) img {
    height: 42px;
  }
  .agency-step .last-step img {
    height: 90px;
    margin-top: 40.5px;
  }
  .info-txt {
    font-size: 23px;
  }

  .agency-contact li {
    font-size: 24px;
  }
  .agency-contact li:first-child {
    font-size: 36px;
  }
  .agency-contact li img {
    height: 55px;
    margin-right: 20px;
  }
  .agency-contact-info {
    font-size: 22px;
  }
}

@media (max-width: 1024px) {
  .agency-content .content-body h2 {
    font-size: 40px;
  }
  .agency-info-title img {
    height: 90px;
  }
  .agency-content .content-body h4 {
    font-size: 24px;
  }

  .agency-info li {
    padding: 48px 18px 54px;
  }
  .agency-info li &gt; img {
    width: 70%;
  }
  .agency-info li h2 span {
    font-size: 24px;
  }
  .agency-info li h2 img {
    height: 28px;
  }
  .agency-info li p {
    font-size: 20px;
  }

  .center-info li h3 {
    font-size: 32px;
  }
  .center-info li p {
    font-size: 24px;
  }

  .agency-apply li {
    height: 493px;
  }
  .agency-apply li .title img {
    height: 75px;
  }
  .agency-apply li .apply-info:before {
    width: 35px;
    height: 35px;
  }
  .agency-apply li:nth-child(4):after {
    max-width: 172px;
  }

  .agency-step {
    margin-bottom: 77px;
  }
  .agency-step li {
    width: 186px;
    height: 186px;
  }
  .agency-step li img {
    height: 43px;
    margin: 14px auto;
  }
  .agency-step li span {
    font-size: 18px;
    margin-top: 30px;
  }
  .agency-step li p {
    font-size: 18px;
  }
  .left-step li:nth-child(2) img {
    height: 37px;
  }
  .agency-step.right-step li img {
    margin-bottom: 20px;
  }
  .left-step li:last-child img {
    margin-bottom: 20px;
  }
  .agency-step .last-step img {
    height: 80px;
    margin-top: 34.5px;
  }
  .agency-step.right-step li:last-child:after {
    bottom: -60px;
  }

  .agency-content .agency-contact h2 {
    font-size: 34px;
  }

  .agency-contact li img {
    height: 45px;
    margin-right: 15px;
  }
  .agency-contact li {
    font-size: 20px;
  }
  .agency-contact li:first-child {
    font-size: 32px;
  }
  .agency-contact-info {
    font-size: 20px;
  }
}

@media (max-width: 834px) {
  .agency-content .content-head h1 .title {
    font-size: 36px;
    margin-top: 0;
  }
  .agency-content .content-head h1 .title img {
    height: 38px;
    margin-right: 15px;
  }

  .agency-content .content-body h2 {
    font-size: 36px;
  }
  .agency-content .content-body h4 {
    font-size: 22px;
  }

  .agency-info {
    flex-wrap: wrap;
    text-align: center;
  }
  .agency-info li {
    width: 48%;
    max-width: 370px;
    margin-bottom: 20px;
  }

  .center-info li h3 {
    font-size: 28px;
  }
  .center-info li p {
    font-size: 20px;
  }
  .center-info li p .center-location {
    min-width: 95px;
  }

  .agency-apply li {
    height: 463px;
    padding: 0 25px;
  }
  .agency-apply li .title {
    margin-bottom: 25px;
  }
  .agency-apply li .apply-info:before {
    margin-right: 12px;
  }
  .agency-apply li .apply-info .sub-info {
    padding-left: 45px;
  }
  .agency-apply li:nth-child(4):after {
    max-width: 150px;
  }

  .agency-step li {
    width: 166px;
    height: 166px;
  }
  .agency-step li img {
    height: 39px;
    margin: 12px auto;
  }
  .left-step li:nth-child(2) img {
    height: 34px;
  }
  .agency-step li:after {
    right: -25px;
    font-size: 22px;
  }
  .agency-step li span {
    margin-top: 26px;
    font-size: 16px;
  }
  .agency-step li p {
    font-size: 17px;
  }
  .agency-step .last-step img {
    height: 70px;
  }
  .info-txt {
    font-size: 20px;
  }

  .agency-content .agency-contact h2 {
    font-size: 28px;
  }

  .agency-contact li {
    font-size: 20px;
  }
  .agency-contact li:first-child {
    font-size: 26px;
  }
  .agency-contact li img {
    height: 40px;
    margin-right: 10px;
  }
  .agency-contact-info {
    margin-bottom: 0;
  }
}

@media (max-width: 768px) {
  .agency-info li h2 img {
    margin: 10px auto 36px;
  }
  .agency-info li p {
    font-size: 18px;
  }

  .agency-step li {
    width: 146px;
    height: 146px;
  }
  .agency-step li img {
    height: 34px;
    margin: 10px auto 8px;
  }
  .left-step li:nth-child(2) img {
    height: 30px;
  }
  .agency-step.right-step li img,
  .left-step li:last-child img {
    margin-bottom: 15px;
  }
  .agency-step.right-step li:nth-child(2) img {
    margin-bottom: 8px;
  }
  .agency-step li p {
    font-size: 15px;
  }
  .agency-step .last-step img {
    margin-top: 21.5px;
  }
  .info-txt {
    font-size: 18px;
  }

  .agency-contact {
    padding: 28px 0 17px;
  }
  .agency-contact ul {
    flex-wrap: wrap;
    padding: 0 24px;
  }
  .agency-contact ul li {
    width: 100%;
    margin-bottom: 18px;
  }
  .agency-contact-info {
    font-size: 18px;
  }
}

@media (max-width: 430px) {
  .agency-wrapper {
    width: 100%;
    padding: 0 24px;
  }
  .agency-content {
    padding-top: 28px;
  }
  .agency-content .content-head h1 .title {
    font-size: 18px;
  }
  .agency-content .content-head h1 .title img {
    height: 20px;
    margin-left: 0;
    margin-right: 10px;
  }
  .content-head h1 p {
    font-size: 13.5px;
    color: #707070;
    line-height: 1.48;
    margin-top: 18px;
  }
  .agency-content section {
    padding: 55px 0;
  }

  .content-main img {
    margin-top: 24px;
  }

  .agency-content .content-body h2 {
    font-size: 18px;
    margin-bottom: 6px;
  }
  .agency-content .content-body .agency-info-title {
    font-size: 18px;
    color: #0461be;
    margin-bottom: 6px;
  }
  .agency-info-title span {
    display: inline-block;
    color: #0461be !important;
  }
  .agency-info-title img {
    display: none;
  }
  .agency-content .content-body h4 {
    font-size: 13.5px;
    margin: 0 auto 17px;
  }

  .agency-info li {
    position: relative;
    width: 100%;
    max-width: 100%;
    padding: 15px 11px 15px 85px;
    text-align: left;
    border: solid 0.5px #c4c4c4;
  }
  .agency-info li &gt; img {
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
    width: 30%;
    max-width: 58px;
    margin: 0;
  }
  .agency-content .content-body .agency-info li h2 {
    margin-bottom: 6px;
  }
  .agency-info li h2 p {
    font-size: 15px;
    font-weight: 700;
    color: #0461be;
  }
  .agency-info li h2 span {
    display: none;
  }
  .agency-info li p {
    font-size: 13px;
  }

  .agency-content section:nth-child(1) {
    padding-bottom: 0;
  }
  .center-info {
    flex-wrap: wrap;
  }
  .center-info li {
    width: 100%;
    margin-bottom: 23.8px;
  }
  .center-info li:last-child {
    margin-bottom: 0;
  }
  .center-info li h3 {
    font-size: 18px;
    padding: 14px 0 11.6px;
    margin-bottom: 12px;
  }
  .center-info li p {
    font-size: 12px;
    margin-bottom: 8.5px;
  }
  .center-info li p .center-location {
    min-width: 60px;
    padding-right: 17px;
  }

  .agency-apply {
    margin-top: 0;
  }
  .agency-apply li {
    width: 100%;
    height: auto;
    margin-bottom: 11px;
    padding: 18px 22px;
    border: 0.5px solid #c4c4c4;
  }
  .agency-apply li .title {
    margin-top: 0;
    margin-bottom: 17px;
  }
  .agency-apply li .title span {
    font-size: 18px;
    font-weight: 700;
    color: #0883ff;
  }
  .agency-apply li .title img {
    height: 65px;
  }
  .agency-apply li:after {
    background-size: 44px;
    width: 44px;
    height: 44px;
    margin: 0 !important;
    bottom: auto;
    top: 18px;
    right: 18px;
  }
  .agency-apply li:nth-child(1):after {
    background-image: url(../images/agency/agency-icon4-m.png);
  }
  .agency-apply li:nth-child(2):after {
    background-image: url(../images/agency/agency-icon5-m.png);
  }
  .agency-apply li:nth-child(3):after {
    background-image: url(../images/agency/agency-icon6-m.png);
  }
  .agency-apply li:nth-child(4):after {
    background-image: url(../images/agency/agency-icon7-m.png);
  }
  .agency-apply li .apply-info {
    font-size: 13.5px;
    margin-bottom: 3px;
  }
  .agency-apply li .apply-info:before {
    width: 15px;
    height: 15px;
    line-height: 15px;
    font-size: 14px;
    color: #0883ff;
    background-color: transparent;
    margin-right: 8px;
  }
  .agency-apply li .apply-info span {
    width: calc(100% - 25px);
  }
  .agency-apply li .apply-info .sub-info {
    padding-left: 21px;
  }
  .agency-apply li:nth-child(4):after {
    max-width: 130px;
    margin: 0 30px 31px 0;
  }

  .agency-step.pc-view {
    display: none;
  }
  .agency-step.mb-view {
    display: flex;
  }
  .agency-step {
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 0;
  }
  .agency-step li {
    width: 28%;
    height: auto;
    border: 0;
    border-radius: 0;
    margin-bottom: 40px;
  }
  .agency-step li:after {
    font-size: 24px;
    right: -32px;
    top: 42%;
    transform: translateY(-50%);
    content: "\ea3e";
  }
  .agency-step li:nth-child(3):after,
  .agency-step li:nth-child(4):after {
    right: 50%;
    top: auto;
    bottom: -38px;
    transform: translateX(50%) rotate(90deg);
  }
  .agency-step li:nth-child(5):after,
  .agency-step li:nth-child(6):after {
    transform: rotate(-180deg);
    right: auto;
    left: -27px;
    top: 38%;
  }
  .agency-step li:last-child:after {
    display: none;
  }
  .agency-step li img {
    width: 100%;
    height: auto;
    margin: 6px auto;
  }
  .agency-step li p {
    font-size: 12px;
  }
  .agency-step .last-step {
    background-color: transparent;
    color: #000;
    margin-right: auto;
    margin-left: 45px;
  }
  .agency-step .last-step img {
    width: 100%;
    height: auto;
    margin: 6px auto;
  }
  .agency-step .last-step p {
    color: #000;
  }

  .info-txt {
    font-size: 13.5px;
    text-align: left;
  }
  .info-txt strong {
    font-weight: 700;
  }
  .info-txt span {
    display: block;
    padding-left: 0.75rem;
  }

  .agency-content .mb-section {
    width: 100%;
    padding: 55px 24px;
    background-color: #f8f8f8;
  }
  .agency-contact {
    padding: 0;
    margin-top: 0;
    border: 0;
  }
  .agency-content .agency-contact h2 {
    font-size: 18px;
    margin-bottom: 13px;
  }
  .agency-contact ul {
    display: block;
    border: 0.5px solid #c4c4c4;
    background-color: #fff;
    padding: 27px 24px 9px;
    border-radius: 10px;
  }
  .agency-contact ul li {
    font-size: 13.5px;
    white-space: nowrap;
  }
  .agency-contact ul li:first-child {
    font-size: 25px;
  }
  .agency-contact li img {
    height: 39px;
    margin-right: 13px;
  }
  .agency-contact-info {
    font-size: 13.5px;
  }
}

@media (max-width: 412px) {
  .agency-step .last-step {
    margin-left: 35px;
  }
}

@media (max-width: 390px) {
  .agency-step li:nth-child(5):after,
  .agency-step li:nth-child(6):after {
    left: -24px;
  }
}

@media (max-width: 375px) {
  .agency-contact ul li:first-child {
    font-size: 22px;
  }
  .agency-contact li img {
    height: 32px;
    margin-right: 10px;
  }
  .agency-step .last-step {
    margin-left: 25px;
  }
  .agency-step li:nth-child(5):after,
  .agency-step li:nth-child(6):after {
    top: 30%;
  }
  .agency-step li:nth-child(7):after {
    right: -26px;
  }
}

@media (max-width: 360px) {
  .agency-contact ul {
    padding: 25px 18px 9px;
  }
  .agency-contact li img {
    margin-right: 6px;
    height: 30px;
  }
}
</pre></body></html>