/* common */
:root {
  /* color */
  --skyblue: #dceffd;
  --black: #222;
  --orange: #fb8b35;
  --blue: #0875b8;
  --white: #fff;
  --close-blue: #0875b8;
  --yellow: #ffd777;
  --highlight-blue: #00a9e0;
  --color-green: #619c2a;

  /* font size */
  --title: 36px;
  --sub-title: 24px;
  --desc-big: 24px;
  --desc-title: 20px;
  --desc-summary: 20px;
  --standard-font-size: 16px;

  /* font weight */
  --font-bold: 600;
}
/* font */
@font-face {
  font-family: "GoyangDeogyang";
  src: url("https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_one@1.0/GoyangDeogyang.woff")
    format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "SBAggroB";
  src: url("https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2108@1.1/SBAggroB.woff")
    format("woff");
  font-weight: normal;
  font-style: normal;
}
/* common */
* {
  letter-spacing: -0.5px;
  box-sizing: border-box;
}
.inner {
  padding: 35px;
}
.color-skyblue {
  color: #87dcff;
}
.color-highlight {
  color: #3fffdb;
}
.bg-skyblue {
  background: var(--skyblue);
}
.bg-close-blue {
  background: var(--close-blue);
}
.color-black {
  color: var(--black);
}
.logo-top img {
  width: 112px;
}
.title {
  color: var(--black);
  font-size: var(--title);
  font-family: "GoyangDeogyang";
}
.end-title {
  color: var(--white);
  font-size: var(--title);
  font-family: "GoyangDeogyang";
}
.sub-title {
  color: var(--blue);
  font-size: var(--sub-title);
  font-family: "GoyangDeogyang";
}
.title-desc {
  color: var(--black);
  font-size: var(--standard-font-size);
  font-family: "GoyangDeogyang";
}
.end-desc {
  color: var(--white);
  font-size: var(--desc-title);
  font-family: "GoyangDeogyang";
}
.introduction-title {
  color: var(--highlight-blue);
  font-size: var(--sub-title);
  font-family: "GoyangDeogyang";
  padding: 10px 20px;
  border-radius: 30px;
  background-color: #fff;
}
.color-blue {
  color: var(--blue);
}
.color-green {
  color: var(--color-green);
}
.color-orange {
  color: var(--orange);
}
.color-white {
  color: var(--white);
}
.color-yellow {
  color: var(--yellow);
}
.desc-big {
  font-size: var(--desc-big);
}
.desc-title {
  font-size: var(--desc-title);
}
.desc-summary {
  font-size: var(--desc-summary);
}
.desc-small {
  font-size: var(--standard-font-size);
}
.font-bold {
  font-weight: var(--font-bold);
}
br.mo {
  display: none;
}

/* 유튜브 */
.go-youtube {
  padding: 10px;
  display: inline-block;
  border-radius: 10px;
  background-color: var(--white);
  font-size: 14px;
  font-family: "GoyangDeogyang";
}
.go-youtube img {
  display: inline-block;
}
.youtube-border {
  border: 1px solid rgb(147, 210, 255);
}
/* 시스템 통합 */
.intro-img {
  width: 500px;
}
.highlight {
  position: relative;
  z-index: 0;
}
.highlight::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 100%;
  height: 50%;
  border-radius: 30px;
  z-index: -1;
}
.highlight.blue:before {
  background-color: rgba(50, 180, 255, 0.653);
}
.highlight.yellow:before {
  background-color: #fff09d;
}
.hightlight-column {
  position: relative;
}
.hightlight-column:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 6px;
  height: 100%;
  border-radius: 10px;
}
.hightlight-column.first:before {
  background-color: #db83d2;
}
.hightlight-column.second:before {
  background-color: #0875b8;
}
.hightlight-column.third:before {
  background-color: #139b66;
}
.youtube-position_01 {
  position: relative;
}
.go-youtube.position_01 {
  position: absolute;
  top: 30px;
  right: 30px;
}
/* 돔스 자동화 */
.doms-auto-list {
  margin: 0;
  padding: 0 10px;
}
.doms-auto-list > li {
  position: relative;
  padding-left: 10px;
}
.doms-auto-list > li::before {
  content: "·";
  position: absolute;
  left: 0;
  /* top: 5px; */
}
.doms-benefit-inner {
  border-radius: 20px;
  padding: 15px;
  padding-left: 1.5rem * 0.5;
  padding-right: 1.5rem * 0.5;
  /* margin-left: 10px; */
}

.doms-benefit-inner:nth-child(1),
.doms-benefit-inner:nth-child(3) {
  background-color: #19c6f1;
}
.doms-benefit-inner:nth-child(2),
.doms-benefit-inner:nth-child(4) {
  background-color: #00a9e0;
}
.doms-benefit-inner .img-inner img {
  width: auto;
  margin: 0 auto;
  display: block;
}
.row.doms-benefit > .col-lg-3 {
  width: calc(100% / 4 - 20px);
}
.doms-benefit-inner .img-inner {
  height: 118px;
}
.auto-process-inner {
  background: var(--white) url("../event_img/1007_doms_img_02-18.png") no-repeat;
  background-position: 50px 115px;
  background-size: auto;
  border-radius: 10px;
  padding: 30px;
  height: auto;
  width: auto;
}
.process-circle {
  background-color: var(--white);
  border: 10px solid #049eff;
  border-radius: 50%;
  padding: 20px;
  width: 80px;
  height: 80px;
  position: relative;
  margin: auto;
}
.process-circle img {
  width: 30px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.agent-process-inner {
  padding: 20px;
  border-radius: 10px;
}
.agent-process-inner:nth-child(1) {
  background-color: #73c9ff;
}
.agent-process-inner:nth-child(2) {
  background-color: #34b1ff;
}
.agent-process-inner:nth-child(3) {
  background-color: #008fe9;
}
.agent-inner > .col-lg-4 {
  width: calc(100% / 3 - 40px);
}
/* 오피스허브 헬퍼 */
.agent-process-inner .img-inner img {
  margin: auto;
}
.agent-process-inner {
  position: relative;
}
.agent-process-inner:after {
  content: "";
  background: url("../event_img/1007_doms_img_03-4.png") no-repeat center center;
  position: absolute;
  width: 18px;
  height: 24px;
  right: -40px;
  top: 50%;
  transform: translateY(-50%);
}
.agent-process-inner:last-child:after {
  content: "";
  display: none;
}
.has-padding-row {
  padding: 0 100px;
}
.vertical-inner {
  position: relative;
}
.vertical-center {
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  font-size: 70px;
  color: #a23419;
  font-family: "SBAggroB";
  line-height: 1em;
}
/* 데이터 이관 */
.info-transfer > .col-lg-4 {
  width: calc(100% / 3 - 15px);
}
.info-transfer-inner {
  padding: 30px 30px 80px;
  border-radius: 10px;
}
.info-transfer-inner:nth-of-type(1) {
  background: var(--white) url("../event_img/1007_doms_img_04-3.png") no-repeat
    right bottom;
}
.info-transfer-inner:nth-of-type(2) {
  background: var(--white) url("../event_img/1007_doms_img_04-4.png") no-repeat
    center bottom;
}
.info-transfer-inner:nth-of-type(3) {
  background: var(--white) url("../event_img/1007_doms_img_04-5.png") no-repeat
    center bottom;
}
.row.info-transfer > .info-transfer-inner {
  padding: 15px 25px 60px;
}
.row.money-transfer .money-transfer-inner {
  border-radius: 10px;
  padding: 15px 30px 80px;
}
.money-transfer-inner:nth-of-type(1) {
  background: var(--white) url("../event_img/1007_doms_img_04-6.png") no-repeat
    right 20px bottom 20px;
}
.money-transfer-inner:nth-of-type(2) {
  background: var(--white) url("../event_img/1007_doms_img_04-7.png") no-repeat
    right 20px bottom 10px;
}
.money-transfer > .col-lg-6 {
  width: calc(100% / 2 - 15px);
}
.row.money-transfer > .col-lg-6.pd {
  padding: 0;
}
.money-transfer-inner.bank {
  background: var(--white) url("../event_img/1007_doms_img_04-8.png") no-repeat
    right 20px bottom 10px;
}
.money-transfer-inner.card-transfer {
  background: var(--white) url("../event_img/1007_doms_img_04-9.png") no-repeat
    right 20px bottom 20px;
}
/* 복합기 서비스 관리 */
.service-inner {
  padding: 15px;
  border-radius: 15px;
  background-color: var(--white);
}
.service-inner .number {
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-size: var(--sub-title);
  border-radius: 50%;
  color: var(--white);
  text-align: center;
  background-color: var(--blue);
}
.row.service-process {
  width: 100%;
  padding-left: 10px;
}
.row > .service-process-inner.col-lg-4 {
  width: calc(100% / 3 - 20px);
}
.service-process-inner {
  background: #a3d0f1;
  padding: 15px;
  border-radius: 15px;
  position: relative;
}
.service-process-inner:after {
  content: "";
  background: url("../event_img/1007_doms_img_03-4.png") no-repeat center center;
  position: absolute;
  width: 12px;
  height: 18px;
  right: -20px;
  top: 50%;
  transform: translateY(-50%);
}
.service-process-inner:last-child:after {
  content: "";
  display: none;
}
.service-process-inner span {
  padding: 4px;
  display: block;
  border-radius: 10px;
  width: 100%;
  background-color: #fff;
  margin-bottom: 5px;
  font-size: 12px;
}
.service-inner .img-inner {
  text-align: center;
}
.service-inner .img-inner img {
  display: inline-block;
}
.service-process.kakao > div:first-child {
  margin-right: 30px;
}
/* 은행자금 관리 */
.doms-function .img-inner {
  width: 100px;
  height: 100px;
  padding: 10px;
  border-radius: 50%;
  background-color: #00a9e0;
  position: relative;
}
.doms-function .img-inner img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.height-auto.doms-benefit-inner .img-inner {
  height: auto;
}
/* 자동카운터 마감 */
.pd-60.has-padding-row {
  padding: 0 60px;
}
.has-pd-left-10 {
  padding-left: 10px;
}
/*  계약관리 */
.contract-inner {
  padding: 20px;
  border-radius: 10px;
}
/* 재고관리 */
.stock-img-inner,
.receivables-img-inner {
  padding: 20px;
  border-radius: 15px;
}
.stock .doms-auto-list {
  padding: 0;
}
/* 채권관리 */
.receivables-img-inner {
  height: 138px;
  align-content: center;
}
/* 보안 */
.security-desc {
  background: url("../event_img/1007_doms_img_15-1.png") no-repeat center center;
  height: 330px;
  width: 316px;
  position: relative;
}
.security-desc.bg-2 {
  background: url("../event_img/1007_doms_img_15-2.png") no-repeat center center;
}
.security-desc.bg-3 {
  background: url("../event_img/1007_doms_img_15-3.png") no-repeat center center;
}
.security-desc.bg-4 {
  background: url("../event_img/1007_doms_img_15-4.png") no-repeat center center;
}
.security .desc-inner {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 40px);
}
/* 레퍼런스 */
.doms-all-inner {
  padding: 20px;
  border-radius: 20px;
}
.doms-all-img-inner {
  height: 500px;
  background: url("../event_img/1007_doms_img_16-1.png") no-repeat center center;
}
.doms-all-img-inner span {
  width: 200px;
  display: inline-block;
}
.doms-all-img-inner {
  position: relative;
}
.doms-all-img-inner .bottom {
  position: absolute;
  bottom: 0;
}
/* 레퍼런스 */
.reference {
  margin: 30px 0;
}
.reference-inner {
  margin-bottom: 10px;
}
.reference-inner .brand-title {
  border-radius: 30px;
  background-color: #c4ddef;
  position: relative;
}
.reference-inner .brand-title img {
  position: absolute;
  top: 50%;
  left: 0;
  padding: 40px;
  transform: translateY(-50%);
  max-width: 100%;
  width: 100%;
}
.reference-inner .brand-all {
  padding: 20px;
  display: inline-block;
  background-color: #fff;
  border-radius: 30px;
}
.brand-all table {
  margin: auto;
}
.brand-all table tr td {
  padding: 14px;
  width: 50%;
}
.brand-all table tr td img {
  display: block;
  margin: auto;
}
.brand-all.other table tr td {
  width: auto;
}
.brand-all table {
  width: 100%;
}
.brand-all.usa table thead th,
.brand-all.usa table tbody td {
  width: 50%;
}
.brand-all.usa table thead th p {
  font-size: 20px;
  text-align: left;
}
.brand-all.usa table tbody td img {
  margin: 0;
}
.brand-all table tr.tr-bold,
.brand-all table tr td.td-bold {
  border: 3px solid var(--blue);
  border-radius: 15px;
  
}
.brand-all table tr.tr-bold td img {
  width: 300px;
}
/* .brand-all table tr td img {
  width: 240px;
} */
/* 레퍼런스 모바일 돔스 이미지 */
.mobile-doms-img {
  display: none;
}
.mobile-num {
  display: none;
}
br.mo-480 {
  display: none;
}
/* 세금계산서 */
.tax-inner {
  background-color: #9ad6f8;
  padding: 20px 60px;
  border-radius: 15px;
}
.tax-title {
  font-size: 24px;
}
.tax-ul {
  margin: 0;
  padding: 0;
}
.tax-ul li {
  position: relative;
  padding-left: 20px;
}
.tax-ul li:before {
  content: '•';
  position: absolute;
  left: 0;
  top: 10px;
  transform: translateY(-50%);
}
.tax-img {
  margin: auto;
}
.tax-img img {
  display: inline;
}
 /* 보안약정서 */
 .document-security-inner {
  position: relative;
 }
 .document-security {
  padding: 10px;
  border-radius: 15px;
  background-color: var(--skyblue);
  border: 3px solid red;
  color: var(--blue) !important;
  font-weight: var(--font-bold);
  text-align: center;
  position: absolute;
  right: 20px;
  top: 60px;
 }
 .document-security i {
  display: inline-block;
  margin-right: 5px;
 }
/* 보안약정서 */
@media (min-width: 992px) and (max-width: 1024px) {
  .has-padding-row {
    padding: 0;
  }
  .doms-function > .col-lg-6 {
    flex-direction: column;
  }
  .doms-function > .col-lg-6 > .col-lg-8 {
    width: 100%;
    margin-top: 20px;
  }
  .function-inner {
    text-align: center;
  }
  br.mo {
    display: block;
  }
  .highlight.yellow:before {
    display: none;
  }
  br.br-tablet-none {
    display: none;
  }
  .doms-function-inner > .col-lg-9 > .function-inner {
    text-align: left;
  }
  .end-title {
    font-size: 24px;
  }
  .highlight.blue:before {
    display: none;
  }
  .security > .row {
    margin: auto;
  }
  .tax-inner .col-lg-3,
  .tax-inner .col-lg-2,
  .tax-inner .col-lg-7 {
    width: 100%;
  }
  .tax-title {
    margin: 20px 0;
    display: block;
  } 
  .tax-ul-inner {
    margin: auto;
    display: block;
  }
  .tax-ul {
    display: inline-block;
  }
}
@media (max-width: 991px) {
  /* 공통 */
  :root {
    --title: 30px;
    --sub-title: 20px;
    --desc-big: 20px;
  }
  .text-center-mo {
    text-align: center;
  }
  br.mo {
    display: block;
  }
  .margin-tb-mo {
    margin: 15px 0 !important;
  }
  .flex-column-mo {
    flex-direction: column-reverse;
  }
  .desc-title {
    font-size: 17px;
  }
  .end-title {
    font-size: 24px;
  }
  .img-inner img {
    margin: auto;
  }
  /* 자동화 솔루션 */
  .intro-img {
    width: 100%;
  }
  .row.doms-benefit > .col-lg-3 {
    width: calc(100% / 2 - 10px);
  }
  .auto-process-inner {
    background: var(--white);
  }
  .auto-process-inner .row > * {
    width: 50%;
  }
  .mo-flex-row {
    flex-direction: row;
  }
  .flex-row-reverse.mo-flex-row {
    flex-direction: row !important;
  }
  .auto-process-inner {
    padding: 15px;
  }
  /* 헬퍼 서비스접수 */
  .highlight-mo:before {
    display: none;
  }
  .agent-inner > .col-lg-4 {
    width: 100%;
    margin-bottom: 40px;
  }
  .agent-process-inner p {
    margin-bottom: 0;
  }
  .agent-process-inner:after,
  .service-process-inner:after {
    left: 50%;
    top: 190px;
    transform: translateX(-50%) rotate(90deg);
  }
  .service-process-inner:after {
    top: 115px;
  }
  .has-padding-row {
    padding: 0;
  }
  .helper-function .alarm .vertical-center {
    font-size: 50px;
    position: static;
  }
  .row > .vertical-inner {
    margin-top: 30px;
  }
  /* 데이터이관 */
  .flex-column-mo {
    flex-direction: column;
  }
  .flex-column-reverse-mo {
    flex-direction: column-reverse;
  }
  .info-transfer > .col-lg-4 {
    width: 100%;
    margin-bottom: 15px;
  }
  .row.info-transfer > .info-transfer-inner {
    padding-bottom: 100px;
  }
  .info-transfer-inner:nth-of-type(3) {
    background-size: contain;
  }
  .money-transfer > .col-lg-6 {
    width: 100%;
    margin-bottom: 15px;
  }
  /* 헬퍼 에이전트 */
  .mt-mo.mt-5 {
    margin-top: 1rem !important;
  }
  /* 서비스관리 */
  .row > .service-process-inner.col-lg-4 {
    width: auto;
    margin-bottom: 30px;
  }
  .row.service-process {
    margin: auto 10px;
    width: auto;
    padding-left: 0;
  }
  .youtube-center {
    text-align: center;
  }
  br.mo-none {
    display: none;
  }
  .service-process.kakao > div:first-child {
    margin-right: 0;
  }
  /* 은행자금 관리 */
  .row.doms-function-inner {
    justify-content: center;
    margin-bottom: 20px;
  }
  .row.doms-function-inner > * {
    width: auto;
  }
  .row.doms-function-inner p {
    margin-bottom: 0;
  }
  .doms-function .img-inner {
    height: 80px;
    width: 80px;
  }
  .function-inner {
    width: 130px;
  }
  .doms-function.mt-5 {
    margin-top: 15px !important;
  }
  .height-auto.doms-benefit-inner.auto .img-inner {
    height: 70px;
  }
  .solution.pd-60.has-padding-row {
    padding: 0;
  }
  .solution.doms-function .img-inner {
    width: 100px;
    height: 100px;
  }
  .solution .function-inner {
    width: 100%;
  }
  .solution .img-inner {
    margin: 20px auto;
  }
  /* 계약관리 */
  .doms-function-inner.contract-function .col-lg-9,
  .contract-function .function-inner {
    width: 100%;
  }
  .justify-content-between.justify-center-mo {
    justify-content: center !important;
  }
  .doms-function-inner .col-lg-3 {
    margin-bottom: 20px;
  }
  /* 보안정책 */
  .security-desc {
    margin: auto;
    margin-bottom: 20px;
  }
  /* 레퍼런스 */
  .reference-inner .brand-title img {
    position: static;
    width: 200px;
    transform: none;
    display: block;
    margin: auto;
  }
  .reference-inner .brand-all table tr,
  .reference-inner .brand-all table tr td {
    width: 100%;
  }
  .reference-inner .brand-all table tr td {
    width: 50%;
  }
  .reference-inner .brand-all.other table tr {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  .mobile-doms-img {
    display: block;
    margin: auto;
  }
  .doms-all-img-inner {
    background: none;
    height: auto;
    justify-content: center;
  }
  .doms-all-img-inner .row .col-lg-6 {
    margin-top: 20px;
  }
  .doms-all-img-inner .row .col-lg-6.text-end {
    text-align: start !important;
  }
  .mobile-num {
    display: block;
    font-size: 20px;
    text-align: center;
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: var(--white);
    border-radius: 50%;
    background-color: dodgerblue;
    display: block;
    margin: auto;
    margin-bottom: 15px;
  }
  .doms-all-img-inner span {
    width: auto;
  }
  .row > .mo-width-auto .mobile-num {
    width: 40px !important;
  }
  .brand-all.usa table thead th p {
    font-size: 16px;
  }
  /* 세금계산서 */
  .tax-title {
    margin: 20px 0;
    display: block;
  } 
}
@media (max-width: 480px) {
  .inner {
    padding: 15px;
  }
  .security-desc,
  .security-desc.bg-2,
  .security-desc.bg-3,
  .security-desc.bg-4 {
    width: auto;
    height: auto;
    background: none;
    background-color: #fff;
    padding: 10px;
    border-radius: 15px;
  }
  .security .desc-inner {
    position: static;
    transform: none;
    width: 100%;
  }
  .security .desc-inner > * {
    text-align: center;
    display: block;
    margin: auto;
  }
  .reference-inner.row,
  .contract.row,
  .doms-benefit.row,
  .doms-function.row,
  .money-transfer.row,
  .info-transfer.row,
  .agent-inner.row {
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
  }
  .brand-all.usa table thead th p {
    font-size: 14px;
  }
  br.mo-none-480,
  .highlight.blue:before,
  .highlight.yellow:before {
    display: none;
  }
  .go-youtube.position_01 {
    right: 10px;
    top: 10px;
  }
  br.mo-480 {
    display: block;
  }
  .tax-inner {
    padding: 20px 20px;
  }
  .document-security {
    font-size: 14px;
    padding: 5px;
    border-radius: 5px;
    top: 20px;
  }
  .reference-inner .brand-all.other table tr {
    flex-wrap: nowrap;
  }
  .brand-all table tr td {
    padding: 6px;
  }
}
