@charset "UTF-8";
@import url(http://fonts.googleapis.com/earlyaccess/notosanskr.css);
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap");
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

* {
  box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary,
address {
  display: block;
}

address {
  font-style: normal;
}

a {
  color: inherit;
  background-color: transparent;
  text-decoration: none;
}

a:active,
a:hover {
  outline: 0;
}

h1,
h2,
h3,
h4,
h5 {
  margin: 0;
}

img {
  border: 0;
  max-width: 100%;
  vertical-align: top;
}

hr {
  height: 0;
  box-sizing: content-box;
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}

button {
  overflow: visible;
  background: none;
  border: none;
  padding: 0;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button:focus {
  outline: #007bce dotted thin;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
  width: 100%;
}

td,
th {
  padding: 0;
}

ul,
ol {
  padding: 0;
  margin: 0;
  list-style: none;
}

dl,
dt,
dd {
  margin: 0;
}

p {
  padding: 0;
  margin: 0;
}

i,
em {
  font-style: normal;
}

ul,
li {
  list-style: none;
}

textarea:focus {
  outline: none;
}

button:focus {
  outline: none;
}

input:focus {
  outline: none;
}

html {
  font-family: "Noto Sans KR", -apple-system, BlinkMacSystemFont, helvetica, "Apple SD Gothic Neo", "Malgun Gothic", Dotum, Arial, sans-serif;
  font-size: 10px;
  color: #222;
  word-break: keep-all;
}

/* scroll custom */
::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 40px; /* 1 */
  height: 10px;
  background: #999;
  box-shadow: -200px 0 0 200px #999; /* 2 */
  border: 2px solid #999; /* 1 */
}

::-moz-range-track {
  height: 10px;
  background: #ddd;
}

::-moz-range-thumb {
  background: #999;
  height: 10px;
  width: 40px;
  border: 3px solid #999;
  border-radius: 0 !important;
  box-shadow: -200px 0 0 200px transparent;
  box-sizing: border-box;
}

::-ms-fill-lower {
  background: dodgerblue;
}

::-ms-thumb {
  background: #999;
  border: 2px solid #999;
  height: 10px;
  width: 40px;
  box-sizing: border-box;
}

::-ms-ticks-after {
  display: none;
}

::-ms-ticks-before {
  display: none;
}

::-ms-track {
  background: #ddd;
  color: transparent;
  height: 10px;
  border: none;
}

::-ms-tooltip {
  display: none;
}

/* 스크롤바 설정*/
::-webkit-scrollbar {
  width: 6px;
  height: 10px;
}

::-webkit-scrollbar-thumb {
  height: 17%;
  background-color: rgba(186, 186, 186, 0.5);
  border-radius: 10px;
}

/* 스크롤바 뒷 배경 설정*/
::-webkit-scrollbar-track {
  background-color: rgba(245, 245, 245, 0.5);
}

input[type=text],
input[type=number] {
  height: 4rem;
  line-height: 3.8rem;
  border: 1px solid #ccc;
  padding: 0 2rem;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

textarea {
  width: 100%;
  height: 16rem;
  border: 1px solid #ccc;
  padding: 2rem;
  resize: none;
}

.selectbox {
  position: relative;
  width: 12rem;
}
.selectbox .selected {
  cursor: pointer;
  width: 100%;
  height: 4rem;
  line-height: 3.8rem;
  border: 1px solid #ccc;
  font-size: 1.5rem;
  padding: 0 4rem 0 2.1rem;
  background: url(../img/select_down.svg) no-repeat right 1.4rem center;
}
.selectbox .inner {
  display: none;
  position: absolute;
  top: 4rem;
  left: 0;
  background: #fff;
  z-index: 5;
  width: 100%;
  height: 16rem;
  overflow-y: auto;
  border: 1px solid #ccc;
  border-top: none;
}
.selectbox .inner ul li {
  height: 4rem;
  line-height: 4rem;
  padding: 0 2.1rem;
  cursor: pointer;
}
.selectbox .inner ul li.active {
  background: #f6f7f9;
}
.selectbox .inner ul li:hover {
  background: #f6f7f9;
}
.selectbox.on .inner {
  display: block;
}

body {
  font-size: 1.5rem;
  font-weight: 400;
}

.bodyWrpper {
  width: 100%;
  max-width: 192rem;
  margin: 0 auto;
  overflow: hidden;
}

.pc_only {
  display: block;
}
@media (max-width: 985px) {
  .pc_only {
    display: none;
  }
}

.mo_only {
  display: none;
}
@media (max-width: 985px) {
  .mo_only {
    display: block;
  }
}

header {
  width: 100%;
  max-width: 192rem;
  margin: 0 auto;
  height: 8.2rem;
  background: #fff;
  position: fixed;
  top: 0;
  padding: 0 2rem;
  z-index: 20;
  padding: 0 2rem;
  border-bottom: 1px solid rgba(1, 1, 1, 0.1);
}
header .headerWrap {
  max-width: 130rem;
  margin: 0 auto;
}
header .safeInsightLogo {
  text-indent: -999999px;
  font-size: 0;
  color: transparent;
  width: 16.1rem;
  height: 8.2rem;
  background-image: url(../img/safeinsight-logo.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
header .safeInsightLogo a {
  display: block;
  width: 100%;
  height: 100%;
}
header .headerWrap {
  display: flex;
  align-items: center;
}
header .headerWrap nav {
  margin-left: auto;
  margin-right: 5.6rem;
}
header .headerWrap ul {
  display: flex;
  gap: 5.6rem;
}
header .headerWrap ul li a {
  display: block;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 7.6rem;
  border-bottom: 3px solid transparent;
  padding: 0 1.4rem;
}
header .headerWrap ul li.on a {
  color: #32c5ef;
  font-weight: bold;
  border-color: #32c5ef;
}
header .headerWrap .lang {
  gap: 0.6rem;
  margin-right: 2rem;
}
header .headerWrap .lang li {
  position: relative;
}
header .headerWrap .lang li a {
  font-weight: 400;
  font-size: 14px;
  line-height: 5rem;
}
header .headerWrap .lang li.on a {
  border-color: transparent;
}
header .headerWrap .lang li::before {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 1.2rem;
  background: #222;
  top: 50%;
  transform: translateY(-50%);
  left: -0.3rem;
}
header .headerWrap .lang li:first-child::before {
  display: none;
}
header .headerWrap .familySite {
  gap: 0.6rem;
}
header .headerWrap .familySite li a {
  display: block;
  height: 3.4rem;
  line-height: 3.4rem;
  background: #024d7e;
  color: #fff;
  border-radius: 1.7rem;
  font-size: 1.4rem;
  padding: 0 2.1rem;
}
@media (max-width: 985px) {
  header .headerWrap .lang {
    margin: 0 5vw 0 auto;
  }
  header .headerWrap .lang li a {
    font-size: 2.3vw;
    line-height: 3vw;
  }
  header .headerWrap .lang li::before {
    height: 2vw;
  }
  header .headerWrap nav,
  header .headerWrap .familySite {
    display: none;
  }
}
header .headerWrap.en_st nav ul {
  gap: 1rem;
}
@media (max-width: 1240px) {
  header .headerWrap.en_st nav ul {
    gap: 0;
  }
}
@media (max-width: 1190px) {
  header .headerWrap.en_st nav ul a {
    font-size: 1.4rem;
  }
  header .headerWrap.en_st .lang {
    margin-right: 1rem;
  }
  header .headerWrap.en_st .lang li a {
    font-size: 1.2rem;
  }
  header .headerWrap.en_st .familySite {
    flex-direction: column;
  }
  header .headerWrap.en_st .familySite li a {
    text-align: center;
  }
}
@media (max-width: 1020px) {
  header .headerWrap.en_st nav {
    margin: 0 1rem;
  }
}
@media (max-width: 985px) {
  header .headerWrap.en_st .lang {
    margin: 0 5vw 0 auto;
  }
  header .headerWrap.en_st .lang li a {
    font-size: 2.3vw;
    padding: 0 1vw;
  }
}
header.start {
  background: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
header.start a {
  color: #fff;
}
header.start .safeInsightLogo {
  background-image: url(../img/safeinsight-logo-w.png);
}
header.start .lang li:before {
  background: #fff;
}
header.on {
  background: rgba(0, 0, 0, 0.5);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
header.on a {
  color: #fff;
}
header.on .safeInsightLogo {
  background-image: url(../img/safeinsight-logo-w.png);
}
header.on .lang li:before {
  background: #fff;
}
@media (max-width: 1280px) {
  header .headerWrap nav {
    flex: 1;
    margin: 0 2rem 0 4rem;
  }
  header .headerWrap nav ul {
    gap: 0;
    justify-content: space-between;
  }
}
main > section {
  padding-top: 17.2rem;
  position: relative;
}
main > section .title {
  text-align: center;
  width: 90rem;
  margin: 0 auto;
}
main > section .title h3 {
  font-size: 3.6rem;
  line-height: 4.4rem;
  font-weight: bold;
  letter-spacing: -0.9px;
  margin-bottom: 2.9rem;
}
main > section .title p {
  font-size: 1.6rem;
  line-height: 2.2rem;
  letter-spacing: -0.4px;
}
main > section.keyVisualWrap {
  width: 100%;
  height: 100rem;
  background: url(../img/safeinsight-kv.png) no-repeat center;
  background-size: cover;
  padding: 30rem 0 0 28rem;
}
main > section.keyVisualWrap .contents {
  color: #fff;
}
main > section.keyVisualWrap .contents h2 {
  font-size: 4.4rem;
  font-weight: bold;
  line-height: 5rem;
  margin-bottom: 5.8rem;
}
main > section.keyVisualWrap .contents p {
  width: 45rem;
  font-size: 1.8rem;
  color: #cacaca;
  line-height: 2.4rem;
  letter-spacing: -0.45px;
  margin-bottom: 19.9rem;
}
main > section.keyVisualWrap .contents .btnWrap {
  display: flex;
  gap: 1rem;
}
main > section.keyVisualWrap .contents .btnWrap .visualBtn {
  display: block;
  height: 5rem;
  font-weight: 500;
  line-height: 4.8rem;
  border: 1px solid #fff;
  padding: 0 3.2rem 0 6.3rem;
  background-repeat: no-repeat;
  background-position: left 2.8rem center;
  background-size: 2.4rem;
}
main > section.keyVisualWrap .contents .btnWrap .visualBtn.brochure {
  background-image: url(../img/icon-brochure.png);
}
main > section.keyVisualWrap .contents .btnWrap .visualBtn.contact {
  background-image: url(../img/icon-inquiry.png);
}
main > section.featuresWrap {
  height: 100rem;
}
main > section.featuresWrap .contentsWrap {
  display: flex;
  align-items: center;
  gap: 4rem;
  width: 140rem;
  margin: 4.8rem auto 0;
}
main > section.featuresWrap .contentsWrap .imgWrap {
  width: 82rem;
}
main > section.featuresWrap .contentsWrap .imgWrap img {
  -o-object-fit: cover;
     object-fit: cover;
}
main > section.featuresWrap .contentsWrap .contents {
  flex: 1;
}
main > section.featuresWrap .contentsWrap .contents li {
  position: relative;
  padding-left: 8rem;
  margin-top: 4.5rem;
}
main > section.featuresWrap .contentsWrap .contents li:first-child {
  margin-top: 0;
}
main > section.featuresWrap .contentsWrap .contents li span {
  width: 6rem;
  height: 6rem;
  line-height: 6rem;
  border-radius: 3rem;
  background: #8ad5eb;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
}
main > section.featuresWrap .contentsWrap .contents li h4 {
  font-size: 2.4rem;
  line-height: 1.2;
  font-weight: bold;
  margin-bottom: 1.9rem;
  padding-top: 1rem;
}
main > section.featuresWrap .contentsWrap .contents li p {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2rem;
  color: #606060;
}
@media (max-width: 1400px) {
  main > section.featuresWrap .contentsWrap {
    position: relative;
    max-width: 140rem;
    width: 100%;
  }
  main > section.featuresWrap .contentsWrap .contents {
    position: absolute;
    background: rgba(255, 255, 255, 0.5);
    width: 540px;
    right: 2rem;
    box-shadow: -5px -1px 6px 0px rgba(255, 255, 255, 0.3);
    padding: 2rem;
    border-radius: 1rem;
  }
}
main > section.functionWrap {
  background: #f6f7f9;
  height: 100rem;
}
main > section.functionWrap .videoWrap {
  width: 102.4rem;
  height: 57.6rem;
  margin: 4rem auto 9.2rem;
}
@media (max-width: 1200px) {
  main > section.functionWrap .videoWrap {
    width: 100%;
    max-width: 102.4rem;
  }
}
main > section.functionWrap .slideWrap {
  width: 126rem;
  margin: 0 auto;
}
main > section.functionWrap .slideWrap .slick-dots {
  bottom: -4rem;
}
main > section.functionWrap .slideWrap .slick-dots li button:before {
  content: "";
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 50%;
  border: 1px solid #ccc;
  background: #fff;
  opacity: 1;
}
main > section.functionWrap .slideWrap .slick-dots li.slick-active button:before {
  background: #006ed2;
  border-color: #006ed2;
}
main > section.functionWrap .slideWrap .slick-next:before,
main > section.functionWrap .slideWrap .slick-prev:before {
  content: "";
  display: block;
  width: 3.9rem;
  height: 6rem;
  background: url(../img/slide_arrow.svg) no-repeat;
}
main > section.functionWrap .slideWrap .slick-prev:before {
  transform: rotate(180deg);
}
main > section.functionWrap .slideWrap .slick-next {
  right: -4rem;
  top: 26rem;
  transform: initial;
  z-index: 10;
}
main > section.functionWrap .slideWrap .slick-prev {
  left: -6.3rem;
  top: 26rem;
  transform: initial;
  z-index: 10;
}
@media (max-width: 1400px) {
  main > section.functionWrap .slideWrap {
    max-width: 126rem;
    width: 100%;
    padding: 0 2rem;
  }
  main > section.functionWrap .slideWrap .slick-prev {
    left: 5px;
  }
  main > section.functionWrap .slideWrap .slick-next {
    right: 25px;
  }
}
main > section.functionWrap .functionTxt {
  text-align: center;
  margin-bottom: 5.9rem;
}
main > section.functionWrap .functionTxt h4 {
  font-size: 2.4rem;
  line-height: 2.3rem;
  font-weight: bold;
  margin: 2.5rem 0 2rem;
}
main > section.functionWrap .functionTxt p {
  color: #606060;
  font-size: 1.6rem;
  line-height: 2.2rem;
  letter-spacing: -0.4px;
}
main > section.functionWrap .functionImg {
  display: flex;
  gap: 2rem;
  padding: 0.5rem;
}
main > section.functionWrap .functionImg li {
  padding: 2rem;
  flex: 1;
  height: auto;
  background: #fff;
  border-radius: 1.2rem;
  box-shadow: 1.4px 1.4px 6px 0 rgba(105, 105, 105, 0.2);
}
main > section.functionWrap .functionImg li img {
  width: 100%;
  max-height: 18rem;
  -o-object-fit: contain;
     object-fit: contain;
}
main > section.functionWrap .functionImg li p {
  text-align: center;
  font-size: 1.6rem;
  font-weight: 500;
  margin-top: 2rem;
  line-height: 2.2rem;
}
main > section.functionWrap .functionImg.type2 li img {
  height: 20rem;
}
main > section.technologyWrap {
  height: 100rem;
}
main > section.technologyWrap .serviceInfo {
  width: 132rem;
  margin: 6rem auto 0;
}
main > section.technologyWrap .serviceInfo .item {
  min-height: 42.8rem;
  width: 33.3% !important;
  text-align: center;
  border-left: 1px dashed #cacaca;
  padding: 0 5rem;
  position: relative;
}
main > section.technologyWrap .serviceInfo .item::before {
  content: "";
  position: absolute;
  left: -3rem;
  top: 19.9rem;
  width: 6rem;
  height: 6rem;
  background: url(../img/ico-plus.svg) no-repeat center;
  background-size: contain;
}
main > section.technologyWrap .serviceInfo .item:first-child {
  border-left: 0;
}
main > section.technologyWrap .serviceInfo .item:first-child::before {
  display: none;
}
main > section.technologyWrap .serviceInfo .item img {
  width: 18rem;
  height: 18rem;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0 auto;
}
main > section.technologyWrap .serviceInfo .item h4 {
  margin-top: 1.9rem;
  font-size: 2rem;
  line-height: 1.4;
  padding: 1.6rem 0;
  font-weight: bold;
}
main > section.technologyWrap .serviceInfo .item ul {
  margin-top: 1.1rem;
  font-size: 1.5rem;
  color: #606060;
  letter-spacing: -0.38px;
  line-height: 2.2rem;
}
main > section.technologyWrap .serviceInfo .item ul li {
  margin-bottom: 0.6rem;
}
@media (max-width: 1400px) {
  main > section.technologyWrap .serviceInfo {
    max-width: 132rem;
    width: 100%;
  }
}
main > section.contactWrap {
  width: 68rem;
  margin: 0 auto;
  height: 110rem;
}
main > section.contactWrap .title {
  width: 100%;
}
main > section.contactWrap .contactBox {
  border-top: 2px solid #024d7e;
  margin-top: 4rem;
  padding: 3rem 0;
}
main > section.contactWrap .contactBox .item {
  display: flex;
  min-height: 4rem;
  line-height: 4rem;
  margin-bottom: 0.4rem;
}
main > section.contactWrap .contactBox .item > span {
  width: 10rem;
  padding-left: 0.8rem;
  font-size: 1.6rem;
  font-weight: 500;
}
main > section.contactWrap .contactBox .item > span i {
  color: #df0b15;
}
main > section.contactWrap .contactBox .item > div {
  flex: 1;
}
main > section.contactWrap .contactBox .item > div input[type=text] {
  width: 100%;
}
main > section.contactWrap .contactBox .telWrap {
  display: flex;
  align-items: center;
}
main > section.contactWrap .contactBox .telWrap input {
  width: 10rem;
}
main > section.contactWrap .contactBox .telWrap span {
  padding: 0 0.5rem;
}
main > section.contactWrap .contactBox .telWrap input[type=number] {
  width: 100%;
}
main > section.contactWrap .contactBox .emailWrap {
  display: flex;
  align-items: center;
}
main > section.contactWrap .contactBox .emailWrap input[type=text] {
  width: 16.4rem;
}
main > section.contactWrap .contactBox .emailWrap span {
  padding: 0 0.5rem;
}
main > section.contactWrap .contactBox .emailWrap .selectbox {
  width: 16rem;
  margin-left: 1rem;
}
main > section.contactWrap .contactBox .checkWrap {
  width: 100%;
  padding-left: 10rem;
}
main > section.contactWrap .contactBox .checkWrap li {
  margin-top: 1.5rem;
}
main > section.contactWrap .contactBox .checkWrap li label {
  cursor: pointer;
  display: block;
  padding-left: 3rem;
  line-height: 2.2rem;
  min-height: 2.2rem;
  color: #606060;
  letter-spacing: -0.38px;
  background-image: url(../img/check-off.svg);
  background-repeat: no-repeat;
  background-position: left top 0.2rem;
  background-size: 2rem 2rem;
}
main > section.contactWrap .contactBox .checkWrap li input[type=checkbox] {
  display: none;
}
main > section.contactWrap .contactBox .checkWrap li input[type=checkbox]:checked + label {
  background-image: url(../img/check-on.svg);
}
main > section.contactWrap .contactBox .btnWrap {
  margin-top: 3rem;
  padding-top: 2rem;
  border-top: 1px solid #024d7e;
  text-align: center;
}
main > section.contactWrap .contactBox .btnWrap .submitBtn {
  height: 4.2rem;
  line-height: 4.2rem;
  border-radius: 2.1rem;
  background: #024d7e;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 0 3rem;
}
main > section.contactWrap.en_st .contactBox .item > span {
  width: 15rem;
}
main > section.contactWrap.en_st .contactBox .checkWrap {
  padding-left: 15rem;
}
main > section.contactWrap.en_st .contactBox .emailWrap .selectbox {
  width: 17rem;
}
main > section.contactWrap.en_st .contactBox .emailWrap input[type=text] {
  width: 16rem;
}
main > section.contactWrap.en_st .contactBox .emailWrap span {
  flex: 1;
  text-align: center;
}
@media (max-width: 985px) {
  main > section.contactWrap.en_st .contactBox .item > span {
    width: 28vw;
  }
  main > section.contactWrap.en_st .contactBox .checkWrap {
    padding-left: 0;
  }
  main > section.contactWrap.en_st .contactBox .emailWrap .selectbox {
    width: 100%;
  }
  main > section.contactWrap.en_st .contactBox .emailWrap input[type=text] {
    width: calc(100% - 2vw);
  }
  main > section.contactWrap.en_st .contactBox .emailWrap span {
    font-size: 3.333vw;
    flex: initial;
    width: 4vw;
  }
}

.alertWrap {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 100;
}
.alertWrap .alert {
  padding: 2rem;
  width: 34.1rem;
  position: relative;
  background: #fff;
  border-radius: 2rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.alertWrap .alert .closeX {
  text-indent: -999999px;
  display: block;
  margin-left: auto;
  font-size: 0;
  color: transparent;
  width: 1.6rem;
  height: 1.6rem;
  background: url(../img/btn-close.png) no-repeat center;
  background-size: 1.6rem;
  cursor: pointer;
}
.alertWrap .alert .alertMsg {
  min-height: 8.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  line-height: 3rem;
  text-align: center;
}
.alertWrap .alert .btnWrap {
  text-align: center;
  padding-bottom: 2.3rem;
}
.alertWrap .alert .btnWrap .alertBtn {
  height: 4.2rem;
  line-height: 4.2rem;
  border-radius: 2.1rem;
  background: #024d7e;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 0 3rem;
}

footer {
  width: 100%;
  background: #f2f2f2;
  height: 20rem;
  padding: 5rem 2rem 0;
}
footer .footerWrap {
  width: 100%;
  max-width: 144rem;
  margin: 0 auto;
  display: flex;
  gap: 3.3rem;
}
footer .footerWrap p {
  font-size: 1.4rem;
  color: #606060;
  line-height: 2.4rem;
}
footer .footerWrap .pc_only {
  display: inline-block;
}

.btnTop {
  display: none;
  width: 7rem;
  height: 7rem;
  position: fixed;
  right: 16rem;
  bottom: 8.7rem;
}
.btnTop .btn {
  cursor: pointer;
  text-indent: -999999px;
  font-size: 0;
  color: transparent;
  display: block;
  width: 100%;
  height: 100%;
  background: url(../img/btn-top.png) no-repeat center;
}

.inGuideBody header {
  padding: 0 2rem;
  height: 7rem;
}
.inGuideBody header .headerWrap {
  max-width: 130rem;
  margin: 0 auto;
}
.inGuideBody header .headerWrap nav ul li a {
  line-height: 6.6rem;
}
.inGuideBody header .inGuideARLogo a {
  display: block;
  padding-left: 16.6rem;
  color: #024d7e;
  text-indent: initial;
  background: url(../img/logo-default.png) no-repeat left top 1.6rem;
  font-size: 2rem;
  font-weight: bold;
  line-height: 6rem;
}
.inGuideBody header.on .inGuideARLogo a, .inGuideBody header.start .inGuideARLogo a {
  color: #fff;
  background: url(../img/logo-w.png) no-repeat left top 1.6rem;
}
.inGuideBody .keyVisualWrap {
  background: url(../img/inGuideAR-kv.png) no-repeat center;
  background-size: cover;
  padding: 30rem 0 0 28rem;
}
.inGuideBody .functionWrap {
  background: transparent;
  height: 174rem;
}
.inGuideBody .functionWrap .title {
  width: 70rem;
}
.inGuideBody .functionWrap .slideWrap {
  margin: 6rem auto 0 !important;
}
.inGuideBody .functionWrap .slideWrap .inGuidFunctionImg .item {
  width: calc(16.66% - 4rem) !important;
  margin-right: 6rem;
}
.inGuideBody .functionWrap .slideWrap .inGuidFunctionImg .item:nth-child(3), .inGuideBody .functionWrap .slideWrap .inGuidFunctionImg .item:nth-child(6) {
  margin-right: 0;
}
.inGuideBody .functionWrap .slideWrap .inGuidFunctionImg .item h4 {
  margin-top: 4rem;
  text-align: center;
  font-size: 2.4rem;
  line-height: 2.4rem;
}
.inGuideBody .functionWrap .slideWrap .inGuidFunctionImg .item p {
  margin-top: 2.9rem;
  text-align: center;
  color: #606060;
  font-size: 1.6rem;
  line-height: 2.4rem;
}
.inGuideBody .functionWrap .slideWrap .slick-dots {
  display: none;
}
.inGuideBody .functionWrap .slideWrap .slick-prev,
.inGuideBody .functionWrap .slideWrap .slick-next {
  top: 22.5rem;
}
.inGuideBody .functionWrap .videoWrap {
  margin-top: 6rem;
}
.inGuideBody .featuresWrap .title {
  width: 70rem;
}
.inGuideBody .featuresWrap .contentsWrap .contents li span {
  background: #ff796d;
}
.inGuideBody .technologyWrap .title {
  width: 70rem;
}
.inGuideBody .technologyWrap .serviceInfo > li {
  min-height: 41.8rem;
}
.inGuideBody .technologyWrap .serviceInfo > li h4 {
  min-height: 6rem;
  line-height: 2.4rem;
}
.inGuideBody .technologyWrap .serviceInfo > li img {
  width: 18rem;
  height: 18rem;
}

.slideMenuWrap {
  display: none;
}
@media (max-width: 985px) {
  .slideMenuWrap {
    display: block;
    position: absolute;
    overflow: hidden;
  }
  .slideMenuWrap .menuBtn {
    cursor: pointer;
    position: fixed;
    right: 5.556vw;
    width: 5.556vw;
    height: 4.444vw;
    top: 4.444vw;
    text-indent: -999999px;
    color: transparent;
    font-size: 0;
    z-index: 20;
    background: url(../img/btn-menu-black-56-x-56.png) no-repeat center;
    background-size: contain;
  }
  .slideMenuWrap .menuBtn.on {
    background: url(../img/btn-menu-white-56-x-56.svg) no-repeat center;
    background-size: contain;
  }
  .slideMenuWrap .dim {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 20;
  }
  .slideMenuWrap .slideMenu {
    position: fixed;
    top: 0;
    right: -77.778vw;
    width: 77.778vw;
    height: 100%;
    background: #fff;
    z-index: 20;
    padding: 13vw 11vw 0 13vw;
    overflow-y: auto;
  }
  .slideMenuWrap .slideMenu .menuClose {
    position: absolute;
    top: 5.139vw;
    right: 4.722vw;
    text-indent: -999999px;
    color: transparent;
    font-size: 0;
    width: 5vw;
    height: 5vw;
    background: url(../img/btn-close.png) no-repeat center;
    background-size: contain;
  }
  .slideMenuWrap .slideMenu nav ul {
    border-bottom: 1px solid rgba(2, 77, 126, 0.1);
  }
  .slideMenuWrap .slideMenu nav li {
    margin-bottom: 8.33vw;
  }
  .slideMenuWrap .slideMenu nav li a {
    display: block;
    font-size: 6.11vw;
    font-weight: bold;
    line-height: 1.3;
  }
  .slideMenuWrap .slideMenu .familySite li {
    border-bottom: 1px solid rgba(2, 77, 126, 0.1);
    height: 16.666vw;
    line-height: 16.388vw;
  }
  .slideMenuWrap .slideMenu .familySite li a {
    display: block;
    font-size: 5.55vw;
    font-weight: bold;
    color: #024d7e;
    letter-spacing: 0.056vw;
    background: url(../img/btn-arrow-move.svg) no-repeat right 0.139vw center;
    background-size: 4.722vw auto;
  }
  .slideMenuWrap .slideMenu .companyInfo {
    margin-top: 12.917vw;
  }
  .slideMenuWrap .slideMenu .companyInfo img {
    margin-bottom: 5.417vw;
  }
  .slideMenuWrap .slideMenu .companyInfo p {
    font-size: 3.056vw;
    line-height: 4vw;
    margin-bottom: 3vw;
    color: #606060;
  }
  .slideMenuWrap .slideMenu .companyInfo p:last-child {
    color: #cacaca;
  }
}

@media (max-width: 985px) {
  header {
    height: 13.889vw;
    padding: 0 8.75vw;
    border-bottom: 2px solid rgba(0, 0, 0, 0.1);
  }
  header .safeInsightLogo {
    width: 26.944vw;
    height: 13.889vw;
  }
  header.on {
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
  }
  main section {
    padding-top: 27.778vw;
  }
  main section .title {
    width: 100vw;
    padding: 0 8.333vw;
    text-align: left;
  }
  main section .title h3 {
    font-size: 6.944vw;
    line-height: 8.889vw;
    margin-bottom: 5.556vw;
    letter-spacing: -0.174vw;
  }
  main section .title p {
    font-size: 3.333vw;
    line-height: 5.278vw;
  }
  main section.keyVisualWrap {
    height: 176.528vw;
    background: url(../img/01-kv-01-img-mo.png) no-repeat center;
    background-size: cover;
    padding: 30.556vw 8.333vw 0;
    position: relative;
  }
  main section.keyVisualWrap .contents h2 {
    font-size: 6.944vw;
    line-height: 8.889vw;
    margin-bottom: 6.806vw;
    letter-spacing: -0.174vw;
  }
  main section.keyVisualWrap .contents p {
    width: 100%;
    font-size: 3.333vw;
    line-height: 5.278vw;
  }
  main section.keyVisualWrap .contents .btnWrap {
    position: absolute;
    bottom: 11.111vw;
    left: 0;
    width: 100vw;
    justify-content: center;
  }
  main section.keyVisualWrap .contents .btnWrap .visualBtn {
    font-size: 3.333vw;
    height: 8.889vw;
    line-height: 8.611vw;
    padding: 0 4.167vw 0 10.417vw;
    background-position: left 4.167vw center;
    background-size: 3.889vw auto;
  }
  main section.featuresWrap {
    height: auto;
  }
  main section.featuresWrap .contentsWrap {
    margin-top: 8.333vw;
    flex-direction: column;
    gap: 5.556vw;
  }
  main section.featuresWrap .contentsWrap .imgWrap {
    width: 100%;
    height: 69.44vw;
    padding: 0 1.389vw;
  }
  main section.featuresWrap .contentsWrap .imgWrap img {
    -o-object-fit: cover;
       object-fit: cover;
  }
  main section.featuresWrap .contentsWrap .contents {
    position: relative;
    width: 100%;
    padding: 0 8.333vw;
    height: 449.167vw;
    right: inherit;
  }
  main section.featuresWrap .contentsWrap .contents li {
    margin-bottom: 5.556vw;
    padding-left: 12.222vw;
    padding-top: 0;
  }
  main section.featuresWrap .contentsWrap .contents li:last-child {
    padding-bottom: 13.889vw;
  }
  main section.featuresWrap .contentsWrap .contents li span {
    width: 9.444vw;
    height: 9.444vw;
    line-height: 9.444vw;
    border-radius: 50%;
    font-size: 3.056vw;
  }
  main section.featuresWrap .contentsWrap .contents li h4 {
    font-size: 4.444vw;
    line-height: 7.222vw;
    margin-bottom: 5.278vw;
    padding-top: 0;
  }
  main section.featuresWrap .contentsWrap .contents li p {
    font-size: 3.333vw;
    line-height: 5.278vw;
  }
  main section.functionWrap {
    height: auto;
    padding-bottom: 15vw;
  }
  main section.functionWrap .videoWrap {
    height: 56.389vw;
    margin: 6.944vw 0 13.889vw;
  }
  main section.functionWrap .slideWrap .slick-next,
  main section.functionWrap .slideWrap .slick-prev {
    display: none !important;
  }
  main section.functionWrap .slideWrap .slick-dots {
    bottom: -9.028vw;
  }
  main section.functionWrap .slideWrap .slick-dots li {
    width: 3.333vw;
    height: 3.333vw;
    margin: 0 1.389vw;
  }
  main section.functionWrap .slideWrap .slick-dots li button:before {
    width: 3.333vw;
    height: 3.333vw;
  }
  main section.functionWrap .functionTxt {
    text-align: left;
    width: 100%;
    padding: 0 5.556vw;
    margin-bottom: 5.139vw;
  }
  main section.functionWrap .functionTxt h4 {
    font-size: 4.444vw;
    line-height: 7.222vw;
    margin-bottom: 5.417vw;
    margin-top: 0;
  }
  main section.functionWrap .functionTxt p {
    font-size: 3.333vw;
    line-height: 5.278vw;
  }
  main section.functionWrap .functionImg {
    flex-wrap: wrap;
    gap: 2.778vw;
    padding: 0.069vw 2.778vw 1vw;
    justify-content: center;
  }
  main section.functionWrap .functionImg.type2 li img {
    height: initial;
  }
  main section.functionWrap .functionImg li {
    height: 45.83vw;
    flex: initial;
    width: calc(50% - 1.389vw);
  }
  main section.functionWrap .functionImg li p {
    font-size: 3.333vw;
    line-height: 4.167vw;
  }
  main section.functionWrap .functionImg li img {
    width: 100%;
    max-height: 27.778vw;
    -o-object-fit: contain;
       object-fit: contain;
  }
  main section.functionWrap.en_st {
    height: auto;
  }
  main section.functionWrap.en_st .functionImg li {
    height: auto;
  }
  main section.functionWrap.en_st .functionImg li p {
    font-size: 2.8vw;
    line-height: 1.25;
  }
  main section.technologyWrap {
    height: 204.722vw;
  }
  main section.technologyWrap .serviceInfo .item {
    min-height: 100.833vw;
    margin: 0 6.94vw;
    padding: 0 5.278vw;
    width: calc(33.3% - 13.88vw) !important;
  }
  main section.technologyWrap .serviceInfo .item::before {
    top: 45.139vw;
    width: 10.556vw;
    height: 10.556vw;
    left: -5.278vw;
  }
  main section.technologyWrap .serviceInfo .item:first-child {
    border-right: 1px dashed #cacaca;
  }
  main section.technologyWrap .serviceInfo .item:first-child::before {
    display: block;
    left: initial;
    right: -5.278vw;
  }
  main section.technologyWrap .serviceInfo .item:nth-child(2) {
    border-right: 1px dashed #cacaca;
  }
  main section.technologyWrap .serviceInfo .item:nth-child(2)::after {
    content: "";
    position: absolute;
    top: 45.139vw;
    width: 10.556vw;
    height: 10.556vw;
    right: -5.278vw;
    background: url(../img/ico-plus.svg) no-repeat center;
    background-size: contain;
  }
  main section.technologyWrap .serviceInfo .item img {
    width: 41.667vw;
    height: 41.667vw;
  }
  main section.technologyWrap .serviceInfo .item h4 {
    margin-top: 5.556vw;
    font-size: 4.444vw;
    line-height: 5.556vw;
  }
  main section.technologyWrap .serviceInfo .item ul {
    margin-top: 4.167vw;
    font-size: 3.333vw;
    line-height: 6.111vw;
  }
  main section.technologyWrap .serviceInfo .slick-dots {
    bottom: -4rem;
  }
  main section.technologyWrap .serviceInfo .slick-dots li {
    margin: 0 1.389vw;
  }
  main section.technologyWrap .serviceInfo .slick-dots li button:before {
    content: "";
    width: 3.333vw;
    height: 3.333vw;
    border-radius: 50%;
    border: 1px solid #ccc;
    background: #fff;
    opacity: 1;
  }
  main section.technologyWrap .serviceInfo .slick-dots li.slick-active button:before {
    background: #006ed2;
    border-color: #006ed2;
  }
  main section.technologyWrap.en_st {
    height: auto;
  }
  main section.contactWrap {
    width: 100%;
    padding: 27.778vw 8.333vw 13.889vw;
    min-height: 242.5vw;
    height: auto;
  }
  main section.contactWrap .title {
    padding: 0;
  }
  main section.contactWrap .contactBox .item {
    margin-bottom: 2.778vw;
  }
  main section.contactWrap .contactBox .item > span {
    font-size: 3.333vw;
    width: 16.667vw;
    padding-left: 0;
  }
  main section.contactWrap .contactBox .telWrap {
    justify-content: space-between;
  }
  main section.contactWrap .contactBox .telWrap .selectbox,
  main section.contactWrap .contactBox .telWrap input {
    width: calc(33.33% - 13px);
  }
  main section.contactWrap .contactBox .emailWrap {
    gap: 0;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  main section.contactWrap .contactBox .emailWrap input[type=text] {
    width: calc(50% - 20px) !important;
  }
  main section.contactWrap .contactBox .emailWrap .selectbox {
    width: 65%;
    margin-top: 1.389vw;
    margin-left: 0;
  }
  main section.contactWrap .contactBox .checkWrap {
    padding-left: 0;
    border-top: 1px solid #f2f2f2;
  }
  main section.contactWrap .contactBox .checkWrap li {
    margin-top: 3.75vw;
    min-height: 5vw;
  }
  main section.contactWrap .contactBox .checkWrap li label {
    min-height: 5vw;
    padding-left: 7.639vw;
    font-size: 3.056vw;
    line-height: 4.167vw;
    background-size: 5vw 5vw;
    background-position: left top;
  }
  main section.contactWrap .contactBox .btnWrap {
    border-width: 2px;
    padding-top: 5.556vw;
    margin-top: 5.556vw;
  }
  main section.contactWrap .contactBox .btnWrap .submitBtn {
    font-size: 3.542vw;
    height: 9.028vw;
    line-height: 9.028vw;
    border-radius: 4.444vw;
    padding: 0 6.111vw;
  }
  footer {
    height: 55.556vw;
    padding: 8.333vw;
  }
  footer .footerWrap {
    display: block;
  }
  footer .footerWrap .footerLogo img {
    width: 25.972vw;
    height: auto;
  }
  footer .footerWrap .copy {
    margin-top: 5.556vw;
  }
  footer .footerWrap p {
    font-size: 3.333vw;
    line-height: 5.278vw;
  }
  footer .footerWrap .pc_only {
    display: none;
  }
  input[type=text],
  input[type=number] {
    height: 8.333vw;
    line-height: 8.056vw;
    font-size: 3.333vw;
    padding: 0 3.056vw;
  }
  .selectbox .selected {
    font-size: 3.333vw;
    padding: 0 3.056vw;
    height: 8.333vw;
    line-height: 8.056vw;
    background: url(../img/select_down.svg) no-repeat right 2.778vw center;
    background-size: 2.778vw auto;
  }
  .selectbox .inner {
    top: 8.333vw;
  }
  .selectbox .inner ul li {
    padding: 0 3.056vw;
    height: 8.333vw;
    line-height: 8.056vw;
    font-size: 3.333vw;
  }
  textarea {
    height: 38.889vw;
    padding: 3.056vw;
    line-height: 8.056vw;
    font-size: 3.333vw;
  }
  .btnTop {
    width: 11.111vw;
    height: 11.111vw;
    right: 2.778vw;
  }
  .btnTop .btn {
    background-size: contain;
  }
  .alertWrap .alert {
    width: 69.583vw;
  }
  .alertWrap .alert .alertMsg {
    font-size: 3.611vw;
    line-height: 5.556vw;
  }
  .alertWrap .alert .btnWrap .alertBtn {
    font-size: 3.542vw;
    height: 9.028vw;
    line-height: 9.028vw;
    border-radius: 4.444vw;
    padding: 0 6.111vw;
  }
  .inGuideBody header {
    height: 13.889vw;
    padding: 0 8.75vw;
    border-bottom: 2px solid rgba(0, 0, 0, 0.1);
  }
  .inGuideBody header .inGuideARLogo a {
    font-size: 4.167vw;
    background: url(../img/logo-default.png) no-repeat left center;
    background-size: 23.056vw auto;
    padding-left: 25.139vw;
    line-height: 13.472vw;
  }
  .inGuideBody header.on, .inGuideBody header.start {
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
  }
  .inGuideBody header.on .inGuideARLogo a, .inGuideBody header.start .inGuideARLogo a {
    background: url(../img/logo-w.png) no-repeat left center;
    background-size: 23.056vw auto;
  }
  .inGuideBody .keyVisualWrap {
    height: 176.528vw;
    background: url(../img/01-kv-02-img-mo.png) no-repeat center;
    background-size: cover;
    padding: 30.556vw 8.333vw 0;
  }
  .inGuideBody .functionWrap {
    min-height: 235.694vw;
    height: auto;
  }
  .inGuideBody .functionWrap .title {
    width: 100%;
  }
  .inGuideBody .functionWrap .slideWrap {
    padding: 0 5.556vw;
  }
  .inGuideBody .functionWrap .slideWrap .inGuidFunctionImg .item {
    width: calc(16.66% - 1.389vw) !important;
    margin-right: 2.778vw;
  }
  .inGuideBody .functionWrap .slideWrap .inGuidFunctionImg .item:nth-child(3) {
    margin-right: 2.778vw;
  }
  .inGuideBody .functionWrap .slideWrap .inGuidFunctionImg .item:nth-child(2n) {
    margin-right: 0;
  }
  .inGuideBody .functionWrap .slideWrap .inGuidFunctionImg .item h4 {
    margin-top: 5.556vw;
    text-align: center;
    font-size: 4.444vw;
    line-height: 3.611vw;
  }
  .inGuideBody .functionWrap .slideWrap .inGuidFunctionImg .item p {
    margin-top: 3.889vw;
    text-align: center;
    font-size: 3.333vw;
    line-height: 5.278vw;
  }
  .inGuideBody .functionWrap .slideWrap .inGuidFunctionImg .slick-dots {
    bottom: -9.722vw;
  }
  .inGuideBody .functionWrap .slideWrap .inGuidFunctionImg .slick-dots li {
    margin: 0 1.389vw;
  }
  .inGuideBody .functionWrap .slideWrap .inGuidFunctionImg .slick-dots li button:before {
    content: "";
    width: 3.333vw;
    height: 3.333vw;
    border-radius: 50%;
    border: 1px solid #ccc;
    background: #fff;
    opacity: 1;
  }
  .inGuideBody .functionWrap .slideWrap .inGuidFunctionImg .slick-dots li.slick-active button:before {
    background: #49c2e4;
    border-color: #49c2e4;
  }
  .inGuideBody .functionWrap .videoWrap {
    margin-top: 22.778vw;
  }
  .inGuideBody .featuresWrap .title {
    width: 100%;
  }
  .inGuideBody .technologyWrap .title {
    width: 100%;
  }
  .inGuideBody .technologyWrap .serviceInfo .slick-dots li.slick-active button:before {
    background: #49c2e4;
    border-color: #49c2e4;
  }
}
/* 모바일 대응 스타일 985이하 */