* {
  margin: 0;
  padding: 0;
  font: inherit;
  color: inherit;
}

*, :after, :before {
  box-sizing: border-box;
  flex-shrink: 0;
}

:root {
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  cursor: default;
  line-height: 1.3;
  overflow-wrap: break-word;
  -moz-tab-size: 2;
  tab-size: 2;
  --color-blue:#35C5F0;
}

html, body {
  height: 100%;
  line-height: 1.3;
  font-family: Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
  font-size: 10px;
  letter-spacing: -0.3px;
  color: #000;
  transition: 0.2s ease-in-out;
}

img, picture, video, canvas {
  display: block;
  max-width: 100%;
}

svg {
  display: inline-block;
  vertical-align: middle;
}

button {
  background: none;
  border: 0;
  cursor: pointer;
}

a {
  text-decoration: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

ul {
  list-style: none;
}

html {
  scroll-behavior: smooth;
}

@font-face {
  font-family: Pretendard;
  src: url("/hr/assets/font/Pretendard-Thin.woff") format("woff");
  font-weight: 100;
  font-display: swap;
}
@font-face {
  font-family: Pretendard;
  src: url("/hr/assets/font/Pretendard-ExtraLight.woff") format("woff");
  font-weight: 200;
  font-display: swap;
}
@font-face {
  font-family: Pretendard;
  src: url("/hr/assets/font/Pretendard-Light.woff") format("woff");
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: Pretendard;
  src: url("/hr/assets/font/Pretendard-Regular.woff") format("woff");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: Pretendard;
  src: url("/hr/assets/font/Pretendard-Medium.woff") format("woff");
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: Pretendard;
  src: url("/hr/assets/font/Pretendard-SemiBold.woff") format("woff");
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: Pretendard;
  src: url("/hr/assets/font/Pretendard-Bold.woff") format("woff");
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: Pretendard;
  src: url("/hr/assets/font/Pretendard-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-display: swap;
}
@font-face {
  font-family: Pretendard;
  src: url("/hr/assets/font/Pretendard-Black.woff") format("woff");
  font-weight: 900;
  font-display: swap;
}
.blind {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  margin: -1px;
}

.bold {
  font-weight: 800;
}

.m-br{
  display: none;
}

.pc-br{display: block;}

.hidden {
  display: none;
}

.inner {
  max-width: 1200px;
  height: 100%;
  margin: 0 auto;
}

.txt-tit {
  font-size: 4rem;
  color: #000;
  letter-spacing: -1.6px;
  word-break: keep-all;
}

.txt-desc {
  display: block;
  font-size: 1.8rem;
  color: #333;
  margin-top: 30px;
  word-break: keep-all;
  line-height: 1.4;
}

.txt-top {
  font-size: 4.5rem;
  color: #000;
  letter-spacing: -1.35px;
  line-height: 1.2;
  word-break: keep-all;
}

header {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 76px;
  padding: 0 40px;
  border-bottom: 1px solid #D3D3D3;
}
header .m-gnb{display: none;}
header .menu {
  display: flex;
  justify-content: space-between;
  max-width: 1920px;
  width: calc(100% - 125px);
}
header .menu .gnb-list {
  display: flex;
  align-items: center;
  gap: 40px;
  font-size: 1.6rem;
  font-weight: 600;
  margin-left: 20px;
}
header .menu .gnb-list .gnb-item a:hover {
  color: #367DF6;
}
header .menu .gnb-list .gnb-item.on {
  font-weight: 800;
  color: #367df6;
}
header .menu .user-list {
  display: flex;
  gap: 40px;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 30px;
  margin-left: 40px;
}
header .menu .user-list .user-item a:hover {
  color: #367DF6;
}
header .menu .user-list .user-item.join {
  color: #fff;
  background: #000;
  padding: 0 15px;
  border-radius: 50px;
}
header .menu .user-list .user-item.on {
  font-weight: 800;
  color: #367df6;
}

footer {
  background: #f5f5f5;
  padding: 40px;
}
footer .f-top {
  padding-bottom: 40px;
  border-bottom: 1px solid #e5e5e5;
}
footer .f-top p {
  color: #333;
}
footer .f-top p:nth-child(1) {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 15px;
}
footer .f-top p:nth-child(2) {
  font-size: 1.4rem;
  font-weight: 500;
}
footer .f-bottom {
  display: flex;
  justify-content: space-between;
  color: #888;
  padding-top: 40px;
  font-size: 1.4rem;
  font-weight: 500;
}
footer .f-bottom h3 {
  margin-bottom: 20px;
}
footer .f-bottom .addr {
  line-height: 1.5;
}
footer .f-bottom small {
  display: block;
  margin-top: 20px;
}
footer .f-bottom .right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
}
footer .f-bottom .right .sns-list {
  display: flex;
  gap: 20px;
}
footer .f-bottom .right .terms-list {
  display: flex;
  gap: 30px;
}
footer .f-bottom .right .terms-list .terms-item:nth-child(2) {
  color: #333;
}

.sc-main {
  padding: 100px 55px 78px;
}
.sc-main > img {
  margin-top: 60px;
}
.sc-main .m-main {
  display: none;
}
.sc-main .inner {
  display: flex;
  justify-content: space-between;
}
.sc-main .inner .left strong {
  display: block;
  font-size: 5rem;
  letter-spacing: -1.6px;
  color: #000;
  font-weight: 800;
}
.sc-main .inner .left p {
  font-size: 2rem;
  margin-top: 30px;
  color: #333;
}
.sc-main .inner .right {
  display: flex;
  flex-direction: column;
  gap: 26px;
  /* justify-content: space-between; */
}
.sc-main .inner .right .contact {
  display: flex;
  gap: 18px;
  align-items: center;
}
.sc-main .inner .right .contact a {
  display: inline-block;
  font-size: 3.4rem;
  font-weight: 700;
  color: #000;
}
.sc-main .inner .right .consult-link {
  display: block;
  width: 238px;
  text-align: center;
  background: #367DF6;
  color: #fff;
  font-weight: 700;
  font-size: 2rem;
  border-radius: 10px;
  line-height: 60px;
}

.sc-function {
  padding: 150px 0;
  background: #F4F7FA;
}
.sc-function .inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(3, 1fr);
  gap: 30px;
}
.sc-function .inner .function-box {
  height: 450px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 50px;
  background: #fff;
  border-radius: 30px;
}
.sc-function .inner .function-box .box-tit {
  font-weight: 800;
  font-size: 2.8rem;
  color: #000;
  margin-bottom: 15px;
}
.sc-function .inner .function-box span {
  display: block;
  font-size: 2rem;
  letter-spacing: -1px;
  color: #333;
}
.sc-function .inner .function-box ul {
  margin-top: 30px;
  margin-left: 10px;
}
.sc-function .inner .function-box ul li {
  font-size: 1.6rem;
  color: #333;
  line-height: 28px;
}
.sc-function .inner .function-box ul li::before {
  content: "";
  display: inline-block;
  width: 3px;
  height: 3px;
  border-radius: 100px;
  background: #333;
  margin-right: 10px;
  vertical-align: middle;
}
.sc-function .inner .function-box .more-link {
  display: flex;
  align-items: center;
  gap: 3px;
  color: #888;
  font-size: 1.4rem;
}
.sc-function .inner .function-box > div:nth-child(2) {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.sc-visual .m-visual{display: none;}

.sc-introduce {
  padding: 150px 0;
}
.sc-introduce .intro-area + .intro-area {
  padding-top: 150px;
}
.sc-introduce .intro-area .intro-tit {
  font-size: 4.2rem;
  text-align: center;
  letter-spacing: -1px;
}
.sc-introduce .intro-area .flex {
  display: flex;
  gap: 90px;
  justify-content: space-between;
  padding-top: 100px;
}
.sc-introduce .intro-area .flex .post-box {
  flex: 1;
  height: 430px;
  border-radius: 30px;
  background: #edeff2;
}
.sc-introduce .intro-area .flex .post-box .txt {
  padding-top: 40px;
  text-align: center;
}
.sc-introduce .intro-area .flex .post-box .txt > .bold {
  font-size: 2.4rem;
  letter-spacing: -0.7px;
  margin-bottom: 30px;
}
.sc-introduce .intro-area .flex .post-box .txt > span {
  display: block;
  color: #333;
  font-size: 1.8rem;
  letter-spacing: -0.5px;
  line-height: 28px;
}
.sc-introduce .intro-area .intro-desc {
  display: block;
  color: #333;
  font-size: 2.8rem;
  line-height: 48px;
  letter-spacing: -0.84px;
  margin: 30px 0 100px;
  text-align: center;
}
.sc-introduce .intro-area .deco-txt {
  text-align: center;
  font-size: 3.8rem;
  font-weight: 900;
  line-height: 52px;
  letter-spacing: -1px;
  background: linear-gradient(90deg, #FB00D3 0%, #78BEFF 58.5%, #0085FF 93%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 30px;
}
.sc-introduce .intro-area .deco-img {
  margin: 0 auto;
}
.sc-introduce .intro-area .system-flex {
  display: flex;
  gap: 24px;
  margin-top: 100px;
  height: 500px;
}
.sc-introduce .intro-area .system {
  padding: 60px;
  border-radius: 40px;
}
.sc-introduce .intro-area .system.sys1 {
  background: url("/hr/assets/imgs/img_main_04.png") center 142px no-repeat;
  background-size: 80%;
  background-color: #D0EEE3;
  flex: 1;
}
.sc-introduce .intro-area .system.sys2 {
  background: url("/hr/assets/imgs/img_main_05.png") center 117px no-repeat;
  background-size: 80%;
  background-color: #D0E6EE;
  flex: 1;
}
.sc-introduce .intro-area .system.sys3 {
  background: url("/hr/assets/imgs/img_main_06.png") 660px bottom no-repeat;
  background-size: 41%;
  background-color: #DFE1F6;
  margin-top: 24px;
  height: 650px;
}
.sc-introduce .intro-area .system.sys3 > .bold {
  font-size: 4rem;
  color: #000;
  letter-spacing: -1.2px;
  margin-bottom: 30px;
}
.sc-introduce .intro-area .system > span {
  display: block;
  color: #333;
  line-height: 1.6;
  letter-spacing: -0.54px;
  font-size: 1.8rem;
}

.sc-intro {
  background: #f2f8ff;
  height: 500px;
  position: relative;
}
.sc-intro .inner.commute {
  background: url("/hr/assets/imgs/img_work_01.png") right center no-repeat;
  background-size: 49%;
}
.sc-intro .inner.pay {
  background: url("/hr/assets/imgs/img_pay_01.png") 100% 105% no-repeat;
  background-size: 50%;
}
.sc-intro .inner.personnel {
  background: url("/hr/assets/imgs/img_personnel_01.png") 100% 108% no-repeat;
  background-size: 50%;
}
.sc-intro .inner.tax {
  background: url("/hr/assets/imgs/img_tax_01.png") 96% 50% no-repeat;
  background-size: 42%;
}
.sc-intro .inner.contract {
  background: url("/hr/assets/imgs/img_contract_01.png") right bottom no-repeat;
  background-size: 42%;
}
.sc-intro .inner.expense {
  background: url("/hr/assets/imgs/img_expense_01.png") right bottom no-repeat;
  background-size: 34%;
}
.sc-intro .txt-box {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.sc-intro .txt-box .badge {
  font-size: 2.6rem;
  color: #367df6;
  font-weight: 800;
  margin-bottom: 20px;
}

.sc-content {
  padding: 150px 0;
}
.sc-content .content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 88px;
}
.sc-content .content .txt-box {
  flex: 1;
}
.sc-content .content img {
  width: 588px;
}
.sc-content .content + .content {
  margin-top: 150px;
}

.sc-support {
  padding: 100px 0 130px;
}
.sc-support .input-area {
  max-width: 588px;
  margin: 94px auto 0;
}
.sc-support .input-area .box + .box {
  margin-top: 40px;
}
.sc-support .input-area .box .btn-list {
  display: flex;
  align-items: center;
  gap: 14px;
}
.sc-support .input-area .box .btn-list .sort-btn {
  flex: 1;
}
.sc-support .input-area .box .btn-list .sort-btn button {
  width: 100%;
  line-height: 60px;
  border-radius: 10px;
  border: 1px solid #e5e5e5;
  font-weight: 600;
  font-size: 1.8rem;
  color: #a0a0a0;
}
.sc-support .input-area .box .btn-list .sort-btn button.on {
  color: #fff;
  border: none;
  background: #4d8def;
}
.sc-support .input-area .box label {
  position: relative;
  display: block;
  font-size: 2rem;
  font-weight: 600;
  color: #333;
  margin-bottom: 10px;
}
.sc-support .input-area .box label.point:after {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #4d8def;
  margin-left: 10px;
  position: absolute;
  top: 3px;
}
.sc-support .input-area .box input {
  width: 100%;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  padding: 18px 22px 17px;
  font-size: 1.6rem;
}
.sc-support .input-area .box textarea {
  width: 100%;
  height: 120px;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  padding: 18px 22px 17px;
  font-size: 1.6rem;
}
.sc-support .input-area .box .terms {
  padding: 18px 22px 17px;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  font-size: 1.4rem;
  font-weight: 500;
  color: #777;
  height: 120px;
}
.sc-support .input-area .box .terms > div {
  height: 80px;
  overflow-y: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.sc-support .input-area .apct-btn {
  width: 100%;
  color: #fff;
  background: #4d8def;
  border-radius: 10px;
  line-height: 70px;
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  margin-top: 40px;
}
#chk-btn{font-size: 1.6rem;}
.chk-btn{display: block; position: relative; cursor: pointer; font-size: 1.6rem; color: #fff; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none;padding-left: 30px;font-weight: 500;margin-top: 20px;}
.chk-btn input[type="checkbox"]{display: none;}
.chk{display: inline-block;width: 18px;height: 18px;border: 1px solid #BBBBBB;border-radius: 3px;position: absolute;top: 0px;left: 0;}
.chk::after{content:"";position: absolute;display: none;}
.chk-btn input[type="checkbox"]:checked + .chk{border: 2px solid #4D8DEF;}
.chk-btn input[type="checkbox"]:checked + .chk::after {background: url('/hr/assets/imgs/chk.svg') 0 0 no-repeat;display: block;background-size: 12px 9px;width: 12px;height: 8px;top: 50%;left: 50%;transform: translate(-50%, -50%);}

.sc-charge {
  padding: 100px 0 150px;
}
.sc-charge .inner > p {
  text-align: center;
}
.sc-charge .inner .m-ntc{display: none;}
.sc-charge .inner .pc-ntc {
  text-align: right;
  display: block;
  color: #999;
  font-size: 1.6rem;
  font-weight: 500;
  margin-top: 30px;
}
.sc-charge .contact {
  display: flex;
  gap: 18px;
  justify-content: center;
  align-items: center;
  font-size: 3.4rem;
  font-weight: 700;
  color: #000;
  margin-top: 50px;
}
.sc-charge .charge-area {
  margin-top: 100px;
  display: flex;
}
.sc-charge .charge-area .charge-box {
  border-top: 1px solid #E5E5E5;
  border-left: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  flex: 1;
}
.sc-charge .charge-area .charge-box:nth-child(3) {
  border: 1px solid #367DF6;
}
.sc-charge .charge-area .charge-box:nth-child(4) {
  border-left: none;
  border-right: 1px solid #e5e5e5;
}
.sc-charge .charge-area .charge-box:nth-child(5) {
  border-right: 1px solid #e5e5e5;
  border-left: none;
}
.sc-charge .charge-area .charge-box .charge {
  padding: 30px 20px 50px;
  position: relative;
}
.sc-charge .charge-area .charge-box .charge .top p {
  font-weight: 600;
  font-size: 3.2rem;
}
.sc-charge .charge-area .charge-box .charge .top p span {
  font-size: 2.4rem;
  font-weight: 400;
  display: inline-block;
  margin-top: 0;
  color: #000;
}
.sc-charge .charge-area .charge-box .charge .top span {
  display: block;
  font-weight: 500;
  font-size: 1.6rem;
  color: #666;
  margin-top: 10px;
}
.sc-charge .charge-area .charge-box .charge .bottom {
  margin-top: 80px;
}
.sc-charge .charge-area .charge-box .charge .bottom p {
  font-weight: 800;
  font-size: 3.4rem;
}
.sc-charge .charge-area .charge-box .charge .bottom p span {
  display: block;
  font-weight: 500;
  color: #999;
  font-size: 1.6rem;
  margin-top: 7px;
}
.sc-charge .charge-area .charge-box .charge .bottom .link-btn {
  display: block;
  margin-top: 32px;
  border-radius: 10px;
  font-weight: 700;
  font-size: 1.8rem;
  color: #fff;
  background-color: #367DF6;
  padding: 14px;
  text-align: center;
}
.sc-charge .charge-area .charge-box .charge .badge {
  position: absolute;
  top: 15px;
  right: 15px;
  color: #fff;
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 24px;
  padding: 0 13px;
  background: #367DF6;
  border-radius: 5px;
}
.sc-charge .charge-area .charge-box .able p {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  background: #FAFAFA;
  color: #367DF6;
  font-size: 1.8rem;
  font-weight: 800;
  padding: 20px 30px;
}
.sc-charge .charge-area .charge-box .able ul {
  padding: 15px 30px;
}
.sc-charge .charge-area .charge-box .able ul li {
  color: #333;
  font-size: 1.6rem;
  font-weight: 500;
  padding: 10px 0;
}
.sc-charge .charge-area .charge-box .able ul li::before {
  content: "";
  display: inline-block;
  background: url("/hr/assets/imgs/ic_pay_chk.svg") 0 0 no-repeat;
  background-size: contain;
  width: 16px;
  height: 12px;
  margin-right: 10px;
}

.sc-charge2 {
  padding-bottom: 150px;
  text-align: center;
}
.sc-charge2 table {
  margin-top: 80px;
  width: 100%;
  border: 1px solid #e5e5e5;
}
.sc-charge2 table tr {
  display: flex;
}
.sc-charge2 table tr th {
  flex: 1;
  background: #f2f8ff;
  color: #367DF6;
  font-size: 1.8rem;
  font-weight: 800;
  padding: 19px 0;
  border-bottom: 1px solid #e5e5e5;
  border-left: 1px solid #e5e5e5;
}
.sc-charge2 table tr th:nth-child(1) {
  border-left: none;
}
.sc-charge2 table tr td {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  padding: 15px 0;
  border-bottom: 1px solid #e5e5e5;
  border-left: 1px solid #e5e5e5;
  color: #333;
  font-size: 1.6rem;
  font-weight: 500;
}
.sc-charge2 table tr td:nth-child(1) {
  border-left: none;
}
.sc-charge2 table tr .first {
  background: #fafafa;
  font-size: 1.6rem;
  color: #999;
  font-weight: 700;
}

@media (max-width: 1250px) {
  /* header .menu {display: none;} */
  header .logo a{display: block;width: 96px;line-height: 45px;}


  header {
    justify-content: space-between;
    height: 68px;
    padding: 0 15px;
  }
  header .menu {
    display: none;
  }

  header .m-gnb{
    display: block;
  }
  header .m-gnb > div{display: flex;gap: 10px;}
  header .m-gnb > div>span{color: #7c7c7c;font-size: 14px;font-weight: 700;display: inline-block;}

  header .m-gnb .menu-btn span {
    display: block;
    width: 18px;
    height: 2px;
    background: #000;
    border-radius: 10px;
    transition: margin 0.1s 0.1s, transform 0.1s;
  }
  header .m-gnb .menu-btn span:nth-child(1) {
    margin-bottom: 4px;
  }
  header .m-gnb .menu-btn span:nth-child(3) {
    margin-top: 4px;
  }
  header .m-gnb .menu-btn.active span {
    transition: margin 0.1s, transform 0.1s 0.1s;
  }
  header .m-gnb .menu-btn.active span:nth-child(1) {
    margin-bottom: -2px;
    margin-top: 1px;
    transform: rotate(45deg);
  }
  header .m-gnb .menu-btn.active span:nth-child(2) {
    display: none;
  }
  header .m-gnb .menu-btn.active span:nth-child(3) {
    margin-top: -2px;
    transform: rotate(135deg);
  }
  header .m-nav {
    display: none;
    position: fixed;
    z-index: 10;
    top: 165px;
    right: 152px;
    width: 180px;
    transition: all 0.2s;
    overflow: auto;
    border-radius: 10px;
    border: 1px solid #D9D9D9;
    background: #FFF;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  }

  header .m-nav .m-gnb-list{
    background: #fff;
    padding: 10px 25px 25px;
  }

  header .m-nav .m-gnb-item{
    font-size: 1.6rem;
    color: #333;
    font-weight: 700;
    padding: 20px 14px 12px;
    border-bottom: 1px solid #E5E5E5;
  }

  header .m-nav .m-gnb-item:last-child{
    width: 100%;
    border-bottom: none;
    color: #fff;
    background: #367DF6;
    text-align: center;
    border-radius: 10px;
    padding: 15px 0 16px;
    margin-top: 25px;
  }
}

/* 반응형 */
@media screen and (max-width: 767px) {
  header .m-nav {
    top: 150px;
    right: 25px;

  }

  footer {background: #f5f5f5;padding: 30px 15px;}
  footer .f-top {padding-bottom: 20px;}

  footer .f-top p:nth-child(1) {font-size: 1.8rem;}
  footer .f-top p:nth-child(2) {font-size: 1.4rem;font-weight: 500;}
  footer .f-bottom {display: flex;flex-direction: column-reverse;justify-content: space-between;padding-top: 20px;font-size: 1.2rem;}
  footer .f-bottom h3 {margin-bottom: 15px;}
  footer .f-bottom .addr {line-height: 1.5;}
  footer .f-bottom small {display: block;margin-top: 20px;}
  footer .f-bottom .right {display: flex;flex-direction: row-reverse;justify-content: space-between;align-items: center;margin-bottom: 20px;}
  footer .f-bottom .right .sns-list {display: flex;gap: 10px;}
  footer .f-bottom .right .sns-list img {width: 35px;}
  footer .f-bottom .right .terms-list {gap: 10px;}

  .inner{width: 100%;padding: 0 15px;}
  .txt-top{font-size: 2.4rem;text-align: center;}
  .txt-tit{font-size: 2.4rem;text-align: center;}
  .txt-desc{font-size: 14px;font-weight: 500;text-align: center;margin-top: 25px;}
  .m-br{display: block;}
  .pc-br{display: none;}

  /* 메인 페이지 */
  .sc-main{padding: 45px 0 0;}
  .sc-main > img {margin-top: 0;}
  .sc-main .pc-main{display: none;}
  .sc-main .m-main{display: block;}

  .sc-main .inner {flex-direction: column;text-align: center;}
  .sc-main .inner .left strong {font-size: 2.8rem;}
  .sc-main .inner .left p {font-size: 1.4rem;line-height: 1.4;}
  .sc-main .inner .right .contact {justify-content: center;gap: 12px;margin-top: 15px;}
  .sc-main .inner .right .contact a {font-size: 2.4rem;}
  .sc-main .inner .right .contact img{width: 27px;}
  .sc-main .inner .right .consult-link {margin: 10px auto 0;line-height: 45px;}

  .sc-function {padding: 30px 0;}
  .sc-function .inner {grid-template-columns: repeat(1, 1fr);grid-template-rows: repeat(1, 1fr);gap: 15px;}
  .sc-function .inner .function-box {height: 390px;display: flex;flex-direction: column;justify-content: space-between;padding: 40px;}
  .sc-function .inner .function-box .box-tit {font-weight: 800;font-size: 2rem;}
  .sc-function .inner .function-box span {font-size: 1.6rem;}
  .sc-function .inner .function-box ul li {font-size: 1.4rem;line-height: 23px;}
  .sc-function .inner .function-box .more-link {gap: 4px;}
  .sc-function .inner .function-box > div:nth-child(2)>img {height: 70px;}

  .sc-visual .m-visual{display: block;}
  .sc-visual .pc-visual{display: none;}

  .sc-introduce {padding: 80px 0 50px;}
  .sc-introduce .intro-area + .intro-area {padding-top: 80px;}
  .sc-introduce .intro-area .intro-tit {font-size: 2.4rem;}
  .sc-introduce .intro-area .flex {flex-direction: column;gap: 30px;padding-top: 20px;}
  .sc-introduce .intro-area .flex .post-box {flex: none;height: auto;border-radius: 50px;background: #edeff2;padding-bottom: 50px;}
  .sc-introduce .intro-area .flex .post-box .txt {padding-top: 30px;text-align: center;}
  .sc-introduce .intro-area .flex .post-box .txt > .bold {font-size: 2rem;margin-bottom: 20px;}
  .sc-introduce .intro-area .flex .post-box .txt > span {display: block;color: #333;font-size: 1.6rem;letter-spacing: -0.5px;line-height: 28px;}
  .sc-introduce .intro-area .flex .post-box img{width: 100%;}
  .sc-introduce .intro-area .intro-desc {font-size: 1.6rem;line-height: 22px;margin: 20px 0 60px;}
  .sc-introduce .intro-area .deco-txt {font-size: 2.6rem;line-height: 36px;margin-bottom: 20px;}
  .sc-introduce .intro-area .deco-img {width: 60px;}
  .sc-introduce .intro-area .system-flex {display: flex;flex-direction: column;gap: 20px;margin-top: 50px;height: auto;}
  .sc-introduce .intro-area .system {padding: 30px 33px;border-radius: 22px;}
  .sc-introduce .intro-area .system.sys1 {background: url("/hr/assets/imgs/img_main_04.png") center bottom no-repeat;background-size: 264px;background-color: #D0EEE3;flex: none;height: 290px;}
  .sc-introduce .intro-area .system.sys2 {background: url("/hr/assets/imgs/img_main_05.png") center 75px no-repeat;background-size: 264px;background-color: #D0E6EE;flex: none;height: 290px;}
  .sc-introduce .intro-area .system.sys3 {background: url("/hr/assets/imgs/img_main_06.png") center bottom no-repeat;background-size: 264px;background-color: #DFE1F6;margin-top: 20px;height: 510px;}
  .sc-introduce .intro-area .system.sys3 > .bold {font-size: 2.4rem;margin-bottom: 20px;}
  .sc-introduce .intro-area .system > span {line-height: 1.6;letter-spacing: -0.54px;font-size: 1.4rem;}

  /* 기능별 페이지 */
  .sc-intro {background: #f2f8ff;height: 570px;}
  .sc-intro .inner.commute {
    background: url("/hr/assets/imgs/img_work_01.png") center 346px no-repeat;
    background-size: 340px;
  }
  .sc-intro .inner.pay {
    background: url("/hr/assets/imgs/img_pay_01.png") center bottom no-repeat;
    background-size: 340px;
  }
  .sc-intro .inner.personnel {
    background: url("/hr/assets/imgs/img_personnel_01.png") center bottom no-repeat;
    background-size: 340px;
  }
  .sc-intro .inner.tax {
    background: url("/hr/assets/imgs/img_tax_01.png") center 300px no-repeat;
    background-size: 300px;
  }
  .sc-intro .inner.contract {
    background: url("/hr/assets/imgs/img_contract_01.png") center bottom no-repeat;
    background-size: 340px;
  }
  .sc-intro .inner.expense {
    background: url("/hr/assets/imgs/img_expense_01.png") center 322px no-repeat;
    background-size: 214px;
  }
  .sc-intro .txt-box {position: initial;transform: none;padding-top: 45px;}
  .sc-intro .txt-box .badge {font-size: 1.8rem;margin-bottom: 10px;text-align: center;}

  .sc-content {padding: 100px 0 80px;}
  .sc-content .content {flex-direction: column;gap: 30px;}
  .sc-content .content:nth-child(even){flex-direction: column-reverse;}
  .sc-content .content .txt-box {flex: 1;}
  .sc-content .content img {width: 100%;}
  .sc-content .content + .content {margin-top: 80px;}


  /* 요금제 */
  .sc-charge {padding: 45px 0 56px;}
  .sc-charge .inner > p.txt-top{font-size: 2.8rem;}
  .sc-charge .inner > p.txt-desc{font-size:1.4rem;margin-top: 15px;}
  .sc-charge .inner .m-ntc {text-align: right;display: block;color: #999;font-size: 1.4rem;font-weight: 500;margin-top: 50px;}
  .sc-charge .inner .pc-ntc{display: none;}
  .sc-charge .contact {gap: 12px;font-size: 2.4rem;margin-top: 15px;}
  .sc-charge .contact img{width: 27px;}
  .sc-charge .charge-area {margin-top: 12px;display: flex;flex-direction: column;}
  .sc-charge .charge-area .charge-box {border-right: 1px solid #e5e5e5;flex: 1;}
  .sc-charge .charge-area .charge-box + .charge-box{margin-top: 30px;}
  .sc-charge .charge-area .charge-box:nth-child(4) {border: 1px solid #e5e5e5;}
  .sc-charge .charge-area .charge-box .charge .top p {font-size: 2.6rem;}
  .sc-charge .charge-area .charge-box .charge .top span {font-size: 1.4rem;margin-top: 10px;}
  .sc-charge .charge-area .charge-box .charge .bottom {margin-top: 40px;}
  .sc-charge .charge-area .charge-box .charge .bottom p {font-size: 2.8rem;}
  .sc-charge .charge-area .charge-box .charge .bottom p span {font-size: 1.4rem;}
  .sc-charge .charge-area .charge-box .charge .bottom .link-btn {font-size: 1.6rem;padding: 12px;}
  .sc-charge .charge-area .charge-box .charge .badge {padding: 0 11px;}
  .sc-charge .charge-area .charge-box .able p {font-size: 1.6rem;padding: 0 30px;line-height: 50px;}
  .sc-charge .charge-area .charge-box .able ul {padding: 15px 30px;}
  .sc-charge .charge-area .charge-box .able ul li {font-size: 1.4rem;padding: 9px 0;}

  .sc-charge2 {padding-bottom: 50px;}
  .sc-charge2 .txt-desc{margin-top: 15px;}
  .sc-charge2 table {margin-top: 30px;}
  .sc-charge2 table tr {display: flex;}
  .sc-charge2 table tr th {font-size: 1.6rem;padding: 15px 0;}
  .sc-charge2 table tr td {padding: 9px 0;font-size: 1.2rem;}
  .sc-charge2 table tr .first {font-size: 1.2rem;}


  /* 고객지원 */
  .sc-support {padding: 45px 0 50px;}
  .sc-support .input-area {margin: 50px auto 0;}
  .sc-support .input-area .box + .box {margin-top: 30px;}
  .sc-support .input-area .box .btn-list {display: flex;align-items: center;gap: 14px;}
  .sc-support .input-area .box .btn-list .sort-btn {flex: 1;}
  .sc-support .input-area .box .btn-list .sort-btn button {line-height: 50px;font-size: 1.6rem;}
  .sc-support .input-area .box label {font-size: 1.8rem;margin-bottom: 10px;}
  .sc-support .input-area .box input {padding: 16px 20px 15px;font-size: 1.4rem;}
  .sc-support .input-area .box textarea {width: 100%;padding: 16px 20px 15px;font-size: 1.4rem;}
  .sc-support .input-area .box .terms {padding: 16px 20px 15px;font-size: 1.2rem;height: 100px;}
  .sc-support .input-area .apct-btn {line-height: 54px;font-size: 1.8rem;margin-top: 30px;}
  #chk-btn{font-size: 1.4rem;}
  .chk-btn{padding-left: 24px;}
  .chk{width: 16px;height: 16px;}
  /* .chk-btn input[type="checkbox"]:checked + .chk{border: 2px solid #4D8DEF;}
  .chk-btn input[type="checkbox"]:checked + .chk::after {background: url('/hr/assets/imgs/chk.svg') 0 0 no-repeat;display: block;background-size: 12px 9px;width: 12px;height: 8px;top: 50%;left: 50%;transform: translate(-50%, -50%);} */

}