@charset "UTF-8";
/*********** color *************/
/* inputBg */
/*********** size *************/
input::-moz-placeholder {
  color: #949daf;
  font-size: 1.8rem;
}
input::-moz-placeholder,
input::placeholder {
  color: #949daf;
  font-size: 1.8rem;
}

.point {
  color: #2551de;
}

.blind, table caption {
  position: absolute;
  display: inline-block;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

.wide-only {
  display: none;
  /* PC*/
}
@media all and (min-width: 1024px) {
  .wide-only {
    display: block;
  }
}

.middle-only {
  display: none !important;
  /* 테블릿 */
}
@media all and (min-width: 821px) and (max-width: 1023px) {
  .middle-only {
    display: unset;
  }
}

.narrow-only {
  display: none !important;
  /* 모바일*/
}
@media all and (max-width: 820px) {
  .narrow-only {
    display: unset !important;
  }
}

.narrowest-only {
  display: none;
  /* 모바일 small */
}
@media all and (max-width: 320px) {
  .narrowest-only {
    display: unset;
  }
}

.narrow-hide {
  /* 모바일*/
}
@media all and (max-width: 820px) {
  .narrow-hide {
    display: none;
  }
}

.form-group-wrap .form-group .form-conts .form-control {
  width: 100%;
  padding: 0 1.5rem;
  height: 5.4rem;
  line-height: 5.4rem;
  font-size: 1.8rem;
  border: 0;
  letter-spacing: -1px;
  background-color: #f2f3f5;
  z-index: 10;
  white-space: nowrap;
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  border-radius: 4px;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  transition: 0.1s ease-in-out;
}
.form-group-wrap .form-group .form-conts .form-control::-moz-placeholder {
  color: #9da1a9;
}
.form-group-wrap .form-group .form-conts .form-control::placeholder {
  color: #9da1a9;
}
.form-group-wrap .form-group .form-conts .form-control:focus {
  border: 1px solid #1f2023;
  background-color: #fff;
}
.form-group-wrap .form-group .form-conts .form-control:focus.is-invalid {
  border: 1px solid #f13e3e;
}
.form-group-wrap .form-group .form-conts .form-control:disabled::-moz-placeholder, .form-group-wrap .form-group .form-conts .form-control:read-only::-moz-placeholder {
  color: #b5b5b5;
}
.form-group-wrap .form-group .form-conts .form-control:-moz-read-only::placeholder {
  color: #b5b5b5;
}
.form-group-wrap .form-group .form-conts .form-control:disabled::placeholder, .form-group-wrap .form-group .form-conts .form-control:read-only::placeholder {
  color: #b5b5b5;
}
.form-group-wrap .form-group .form-conts .input-wrap {
  position: relative;
  width: 100%;
  height: 5.6rem;
  line-height: 5.6rem;
  font-size: 1.8rem;
  border: 0;
  letter-spacing: -1px;
  background-color: #f2f3f5;
  z-index: 10;
  border-radius: 4px;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.form-group-wrap .form-group .form-conts .input-wrap.is-focused {
  border: 1px solid #1f2023;
  background-color: #fff;
}
.form-group-wrap .form-group .form-conts .input-wrap.is-focused.is-invalid {
  border: 1px solid #f13e3e;
}
.form-group-wrap .form-group .form-conts .input-wrap.is-invalid .reset {
  background: #f13e3e;
}
.form-group-wrap .form-group .form-conts .input-wrap .form-control {
  width: calc(100% - 45px);
  white-space: nowrap;
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  background: transparent;
}
.form-group-wrap .form-group .form-conts .input-wrap .form-control:focus {
  border: 0;
  background-color: transparent;
}
.form-group-wrap .form-group .form-conts .input-wrap .form-control:focus.is-invalid {
  border: 0;
}
.form-group-wrap .form-group .form-conts .input-wrap .form-control:not(:valid) {
  background-color: transparent;
  border: 0;
}
.form-group-wrap .form-group .form-conts .input-wrap .reset {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  z-index: 100;
  border-radius: 50%;
  background: #949daf;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  font-size: 0.5rem;
}
.form-group-wrap .form-group .form-conts .input-wrap .reset::before, .form-group-wrap .form-group .form-conts .input-wrap .reset::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 12px;
  height: 1px;
  background: #fff;
}
.form-group-wrap .form-group .form-conts .input-wrap .reset::before {
  transform: rotate(45deg);
}
.form-group-wrap .form-group .form-conts .input-wrap .reset::after {
  transform: rotate(-45deg);
}
.form-group-wrap .form-group .form-conts .input-wrap .reset::after {
  display: block;
  content: "";
  position: absolute;
  top: -10px;
  right: -10px;
  bottom: -10px;
  left: -10px;
}

@font-face {
  font-family: "Noto Sans KR";
  font-style: normal;
  font-weight: 100;
  src: url(../fonts/NotoSansKR-Thin.woff2) format("woff2"), url(../fonts/NotoSansKR-Thin.woff) format("woff"), url(../fonts/NotoSansKR-Thin.otf) format("opentype");
}
@font-face {
  font-family: "Noto Sans KR";
  font-style: normal;
  font-weight: 300;
  src: url(../fonts/NotoSansKR-Light.woff2) format("woff2"), url(../fonts/NotoSansKR-Light.woff) format("woff"), url(../fonts/NotoSansKR-Light.otf) format("opentype");
}
@font-face {
  font-family: "Noto Sans KR";
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/NotoSansKR-Regular.woff2) format("woff2"), url(../fonts/NotoSansKR-Regular.woff) format("woff"), url(../fonts/NotoSansKR-Regular.otf) format("opentype");
}
@font-face {
  font-family: "Noto Sans KR";
  font-style: normal;
  font-weight: 500;
  src: url(../fonts/NotoSansKR-Medium.woff2) format("woff2"), url(../fonts/NotoSansKR-Medium.woff) format("woff"), url(../fonts/NotoSansKR-Medium.otf) format("opentype");
}
@font-face {
  font-family: "Noto Sans KR";
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/NotoSansKR-Bold.woff2) format("woff2"), url(../fonts/NotoSansKR-Bold.woff) format("woff"), url(../fonts/NotoSansKR-Bold.otf) format("opentype");
}
@font-face {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 500;
  src: url(../fonts/NotoSans-Bold.woff2) format("woff2");
}
@font-face {
  font-family: "Noto Sans KR";
  font-style: normal;
  font-weight: 900;
  src: url(../fonts/NotoSansKR-Black.woff2) format("woff2"), url(../fonts/NotoSansKR-Black.woff) format("woff"), url(../fonts/NotoSansKR-Black.otf) format("opentype");
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 300;
  src: local("Poppins"), url(../fonts/Poppins-Light.woff) format("woff");
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 300;
  src: local("Poppins"), url(../fonts/Poppins-Light.woff) format("woff");
}
@font-face {
  font-family: "poppins";
  font-style: normal;
  font-weight: 400;
  src: local("Poppins"), url(../fonts/Poppins-Regular.woff) format("woff");
}
@font-face {
  font-family: poppins;
  font-style: normal;
  font-weight: 500;
  src: local("Poppins"), url(../fonts/Poppins-Medium.woff) format("woff");
}
@font-face {
  font-family: poppins;
  font-style: normal;
  font-weight: 500;
  src: local("Poppins"), url(../fonts/Poppins-Medium.woff) format("woff");
}
@font-face {
  font-family: "poppins";
  font-style: normal;
  font-weight: 600;
  src: local("Poppins"), url(../fonts/Poppins-SemiBold.woff) format("woff");
}
@font-face {
  font-family: "poppins";
  font-style: normal;
  font-weight: 700;
  src: local("Poppins"), url(../fonts/Poppins-Bold.woff) format("woff");
}
@font-face {
  font-family: "poppins";
  font-style: normal;
  font-weight: 800;
  src: local("Poppins"), url(../fonts/Poppins-ExtraBold.woff) format("woff");
}
@font-face {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 300;
  src: url(../fonts/NotoSans-Light.woff2) format("woff2"), url(../fonts/NotoSans-Light.woff) format("woff"), url(../fonts/NotoSans-Light.otf) format("opentype");
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary,
canvas {
  display: block;
}

*::before,
*::after {
  box-sizing: border-box;
  -webkit-text-size-adjust: none;
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: transparent;
}

[hidden] {
  display: none;
}

html,
body {
  font-feature-settings: normal;
  font-variation-settings: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-size: 62.5%;
  letter-spacing: -0.02em;
  /* 모바일 small */
  /* 모바일*/
  /* 테블릿 */
  /* 테블릿, PC */
}
@media all and (max-width: 320px) {
  html,
  body {
    font-size: 40.5%;
  }
}
@media all and (max-width: 820px) {
  html,
  body {
    /* 모바일 가로, 모바일 세로 */
    font-size: 55.5%;
  }
}
@media all and (min-width: 821px) and (max-width: 1023px) {
  html,
  body {
    /* 테블릿 가로, 테블릿 세로 */
    font-size: 50%;
  }
}
@media all and (min-width: 821px) and (max-width: 1399px) {
  html,
  body {
    font-size: 55%;
  }
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "Noto Sans KR", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Apple SD Gothic Neo", Arial, sans-serif;
  letter-spacing: -0.02em;
  word-break: keep-all;
  font-weight: normal;
  font-style: normal;
  line-height: 1.5;
}

body {
  overflow-x: hidden;
  font-size: 1.6rem;
}

a {
  text-decoration: none;
  color: #000;
}

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

b,
strong,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: 700;
}

address {
  font-style: normal;
}

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

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

li {
  list-style: none;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

img {
  max-width: 100%;
  height: auto;
}

svg:not(:root) {
  overflow: hidden;
}

legend {
  border: 0;
  padding: 0;
  white-space: normal;
  *margin-left: -7px;
}

button,
input,
select,
textarea {
  vertical-align: baseline;
  *vertical-align: middle;
}

button,
input {
  outline: none;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
  *overflow: visible;
  background: none;
  border: 0;
}

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

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
  *height: 13px;
  *width: 13px;
}

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* Skip Navigation */
#skip-navi a {
  position: fixed;
  top: -9999px;
  z-index: 9999;
  background: #e31d1a;
  color: #fff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 40px;
}

#skip-navi a:focus {
  top: 3px;
  outline: 3px solid yellow;
}

.pt0 {
  padding-top: 0 !important;
}

.mt0 {
  margin-top: 0 !important;
}

.mt40 {
  margin-top: 4rem !important;
}

[data-animation] {
  opacity: 0;
}

[data-animation].animated {
  opacity: 1;
}

.opacity {
  opacity: 0;
}

@media screen and (max-width: 767px) {
  [data-animation].animated {
    animation-delay: 0s !important;
  }
}
.wait-animation {
  animation-play-state: paused;
}

.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.animated.infinite {
  animation-iteration-count: infinite;
}

.animated.hinge {
  animation-duration: 2s;
}

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  animation-duration: 0.75s;
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 20%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInUp {
  animation-name: fadeInUp;
}

@keyframes slideOutUp {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0);
  }
}
.slideOutUp {
  animation-name: slideOutUp;
}

.header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1100;
  height: 107px;
  transition: all 0.2s ease-in;
  /* 모바일*/
}
.header.fixed {
  background-color: #fff !important;
  height: 107px;
  box-shadow: 5px 5px 8px 1px rgba(0, 0, 0, 0.05);
  /* 모바일*/
  /* 테블릿 */
}
@media all and (max-width: 820px) {
  .header.fixed {
    height: 54px;
  }
}
@media all and (min-width: 821px) and (max-width: 1023px) {
  .header.fixed {
    height: 80px;
  }
}
@media all and (max-width: 820px) {
  .header {
    background-color: #fff;
    height: 54px;
  }
}
.header .inner {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  /* 모바일*/
  margin: 0 auto;
  padding: 0 4rem;
  max-width: calc(1400px + 8rem);
}
@media all and (max-width: 820px) {
  .header .inner {
    padding: 16px;
  }
}
.header .inner .logo {
  margin-right: 2rem;
  flex-shrink: 0;
  padding: 3.6rem 0;
  /* 테블릿 */
  /* 모바일*/
}
@media all and (min-width: 821px) and (max-width: 1023px) {
  .header .inner .logo {
    padding: 2.6rem 0;
  }
}
.header .inner .logo a {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
.header .inner .logo a .img {
  display: inline-block;
  width: 13.5rem;
  height: 3.5rem;
  display: inline-block;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  font-size: 0.5rem;
  background: url("../images/cyber-audit/img_logo.png") no-repeat 0 0/cover;
  /* 모바일*/
}
@media all and (max-width: 820px) {
  .header .inner .logo a .img {
    width: 84px;
    height: 22px;
    background-size: 84px;
  }
}
.header .inner .logo a .txt {
  font-size: 2rem;
  font-weight: 500;
  color: #000;
  letter-spacing: -1px;
}
.header .inner .logo a .txt::before {
  display: inline-block;
  content: "";
  margin: 0 1rem;
  width: 1px;
  height: 35px;
  vertical-align: middle;
  background-color: #000;
}
@media all and (max-width: 820px) {
  .header .inner .logo {
    padding: 0;
  }
  .header .inner .logo a img {
    width: 87px;
  }
  .header .inner .logo a .txt {
    margin-left: 8px;
    font-size: 16px;
  }
  .header .inner .logo a .txt::before {
    display: none;
  }
}
.header .right-area {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  /* 모바일*/
}
@media all and (max-width: 820px) {
  .header .right-area {
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
  }
}
.header .right-area .gnb-menu {
  /* 모바일*/
}
.header .right-area .gnb-menu ul {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
.header .right-area .gnb-menu ul li + li {
  margin-left: 3.2rem;
  /* 테블릿 */
}
@media all and (min-width: 821px) and (max-width: 1023px) {
  .header .right-area .gnb-menu ul li + li {
    margin-left: 1.5rem;
  }
}
.header .right-area .gnb-menu ul li a {
  color: #000;
  font-size: 1.6rem;
  font-weight: 500;
  transition: 0.1s ease-in-out;
}
.header .right-area .gnb-menu ul li a:hover {
  color: #2551dc;
}
@media all and (max-width: 820px) {
  .header .right-area .gnb-menu {
    position: absolute;
    top: 53px;
    right: -100%;
    padding: 50px 20px;
    width: 100%;
    height: 100vh;
    z-index: 1100;
    background: #f7f7f9;
    transition: 0.1s ease-in-out;
  }
  .header .right-area .gnb-menu.is-active {
    right: 0;
  }
  .header .right-area .gnb-menu ul {
    display: block !important;
  }
  .header .right-area .gnb-menu ul + ul {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #ececef;
  }
  .header .right-area .gnb-menu ul li {
    line-height: 1;
    margin-left: 0 !important;
  }
  .header .right-area .gnb-menu ul li + li {
    margin-top: 28px;
  }
  .header .right-area .gnb-menu ul li a {
    font-size: 2.1rem;
    font-weight: normal;
    color: #222;
  }
}
.header .right-area .lang-btn {
  flex-shrink: 0;
  line-height: 1;
  margin-left: 6rem;
  /* 테블릿 */
  /* 모바일*/
}
@media all and (min-width: 821px) and (max-width: 1023px) {
  .header .right-area .lang-btn {
    margin-left: 3rem;
  }
}
@media all and (max-width: 820px) {
  .header .right-area .lang-btn {
    margin-left: 0;
    margin-right: 15px;
  }
}
.header .right-area .lang-btn a {
  color: #b5b5b5;
  font-size: 1.8rem;
  font-weight: 400;
  letter-spacing: -1px;
  font-family: "Noto Sans";
}
.header .right-area .lang-btn a + a::before {
  display: inline-block;
  content: "";
  margin: 0 10px;
  width: 1px;
  height: 12px;
  background-color: #b5b5b5;
}
.header .right-area .lang-btn a.is-active {
  color: #000;
  font-weight: 500;
}
.header .right-area .nav-menu-btn {
  width: 16px;
  height: 14px;
}
.header .right-area .nav-menu-btn .nav-btn {
  display: block;
  border: none;
  padding: 0;
  width: 16px;
  height: 14px;
  background: 0 0;
  position: relative;
}
.header .right-area .nav-menu-btn .nav-btn span {
  display: block;
  position: absolute;
  height: 2px;
  border-top: 2px solid #000;
  width: 100%;
  z-index: 999;
  opacity: 1;
  top: 0;
  left: 0;
  transform: rotate(0);
  transition: transform 0.35s ease, margin 0.35s ease;
  transform-origin: center;
}
.header .right-area .nav-menu-btn .nav-btn span:nth-child(2) {
  top: 6px;
}
.header .right-area .nav-menu-btn .nav-btn span:nth-child(3) {
  top: 12px;
}
.header .right-area .nav-menu-btn .nav-btn.has-menu span {
  width: 18px;
}
.header .right-area .nav-menu-btn .nav-btn.has-menu span:nth-child(1) {
  margin: 0 auto;
  top: 4px !important;
  transform: rotate(45deg);
}
.header .right-area .nav-menu-btn .nav-btn.has-menu span:nth-child(2) {
  display: none;
}
.header .right-area .nav-menu-btn .nav-btn.has-menu span:nth-child(3) {
  margin: 0 auto;
  top: 4px !important;
  transform: rotate(-45deg);
}

/* 테블릿, PC */
@media all and (min-width: 821px) and (max-width: 1399px) {
  .en .header .inner .logo a {
    position: relative;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .en .header .inner .logo a .img {
    display: block;
    position: relative;
  }
  .en .header .inner .logo a .txt {
    font-size: 1.7rem;
  }
  .en .header .inner .logo a .txt:before {
    display: none;
  }
  .en .header .right-area .lang-btn {
    margin-left: 2rem;
  }
  .en .header .right-area .gnb-menu ul li a {
    letter-spacing: -0.03em;
  }
  .en .header .right-area .gnb-menu ul li + li {
    margin-left: 1.5rem;
  }
}
.sub-visual {
  padding-top: 107px;
  height: 375px;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  /* 모바일*/
}
.sub-visual.guide {
  background: url("../images/cyber-audit/bg_visu_guide.png") no-repeat center center/cover;
}
.sub-visual.report {
  background: url("../images/cyber-audit/bg_visu_report.png") no-repeat center center/cover;
}
.sub-visual.privacy {
  background: none;
  /* 모바일*/
}
@media all and (max-width: 820px) {
  .sub-visual.privacy {
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .sub-visual.privacy .select-wrap {
    margin-top: 45px;
  }
}
.sub-visual.privacy .flex {
  justify-content: space-between;
}
.sub-visual.result {
  background: url("../images/cyber-audit/bg_visu_acess.png") no-repeat center center/cover;
}
.sub-visual.acess {
  background: url("../images/cyber-audit/bg_visu_acess.png") no-repeat center center/cover;
}
.sub-visual.ethics {
  background: url("../images/cyber-audit/bg_visu_ethics.png") no-repeat center center/cover;
}
.sub-visual.philosophy {
  background: url("../images/cyber-audit/bg_visu_philosophy.png") no-repeat center center/cover;
}
@media all and (max-width: 820px) {
  .sub-visual {
    padding-top: 54px;
    height: auto;
    min-height: 250px;
    padding-bottom: 30px;
  }
  .sub-visual.acess {
    background-position: 60% center;
  }
  .sub-visual.philosophy {
    background-position: 60% center;
  }
}
.sub-visual .inner {
  padding-top: 12rem;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  /* 모바일*/
}
@media all and (max-width: 820px) {
  .sub-visual .inner {
    padding-top: 80px;
  }
}
.sub-visual .tit {
  margin-right: 24px;
  font-size: 5.2rem;
  font-weight: 500;
  /* 테블릿 */
  color: #222;
  background-image: linear-gradient(#222, #222);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 0% 1px;
  transition: background-size 0.3s;
  /* 모바일*/
}
@media all and (min-width: 821px) and (max-width: 1023px) {
  .sub-visual .tit {
    font-size: 4.5rem;
  }
}
.sub-visual .tit.line-ani {
  background-size: 100% 2px;
}
@media all and (max-width: 820px) {
  .sub-visual .tit {
    padding-bottom: 15px;
    font-size: 3.5rem;
  }
}
.sub-visual .desc {
  font-size: 1.6rem;
  color: #555;
  /* 모바일*/
}
@media all and (max-width: 820px) {
  .sub-visual .desc {
    max-width: 320px;
  }
}
.sub-visual .desc br {
  /* 모바일*/
}
@media all and (max-width: 820px) {
  .sub-visual .desc br {
    display: none;
  }
}

.inner {
  padding: 0 4rem;
  max-width: calc(1400px + 8rem);
  margin: 0 auto;
  /* 모바일*/
}
@media all and (max-width: 820px) {
  .inner {
    width: 100vw;
    max-width: 100vw !important;
  }
}

.contents .sec-cont.line {
  border-top: 1px solid rgba(34, 34, 34, 0.2);
  /* 모바일*/
}
@media all and (max-width: 820px) {
  .contents .sec-cont.line {
    padding-top: 0;
    border-top: 0;
  }
}
.contents .sec-cont:has(.cont-area) .tit-area .tit {
  margin-bottom: 4rem;
  /* 모바일*/
}
@media all and (max-width: 820px) {
  .contents .sec-cont:has(.cont-area) .tit-area .tit {
    margin-bottom: 20px;
  }
}
.contents .sec-cont .cont-area .txt-cont {
  line-height: 1.7;
}
.contents .bg-box {
  margin-top: 0;
  padding: 2.4rem;
  text-align: left;
  background: #fff;
  /* 모바일*/
  /* 모바일*/
}
@media all and (max-width: 820px) {
  .contents .bg-box {
    margin: 0 -20px;
    padding: 40px 20px;
  }
}
@media all and (max-width: 820px) {
  .contents .bg-box {
    overflow: hidden;
    width: 100vw;
  }
}
.contents .bg-box .form-group-wrap {
  padding: 5.6rem 0 7rem;
  /* 모바일*/
}
@media all and (max-width: 820px) {
  .contents .bg-box .form-group-wrap {
    padding: 0 0 20px;
  }
}
.contents .bg-box .warn-box {
  margin-bottom: 0;
}
.contents .bg-box + .bg-bt-box {
  /* 모바일*/
}
.contents .bg-box + .bg-bt-box .btn-area {
  margin-top: 4rem;
}
@media all and (max-width: 820px) {
  .contents .bg-box + .bg-bt-box {
    overflow: hidden;
    width: 100vw;
    padding: 0 20px 40px 20px;
    margin: -30px -20px 0 -20px;
    background: #fff;
  }
  .contents .bg-box + .bg-bt-box .btn-area {
    margin-top: 1.5rem;
  }
}

.footer {
  padding: 8rem 0 6rem;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  /* 모바일*/
}
@media all and (max-width: 820px) {
  .footer {
    padding: 6rem 0 8rem;
  }
}
.footer .inner {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
  /* 모바일*/
  max-width: calc(1400px + 8rem);
  margin: 0 auto;
  /* 모바일*/
}
.footer .inner > div {
  flex: 1;
}
@media all and (max-width: 820px) {
  .footer .inner {
    display: block;
  }
  .footer .inner > div {
    width: 100%;
  }
  .footer .inner > div .addr {
    width: 100%;
  }
}
.footer .inner .util-menu li {
  line-height: 1;
}
.footer .inner .util-menu li + li {
  margin-top: 0.8rem;
}
.footer .inner .util-menu li a {
  font-weight: 500;
  font-size: 1.6rem;
  color: #666666;
}
.footer .inner .tel-addr {
  /* 모바일*/
}
@media all and (max-width: 820px) {
  .footer .inner .tel-addr {
    padding-top: 30px;
  }
}
.footer .inner .tel-addr .tel {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
.footer .inner .tel-addr .tel li {
  line-height: 1.8;
  color: #666666;
  font-size: 14px;
}
.footer .inner .tel-addr .tel li a {
  color: #666666;
}
.footer .inner .tel-addr .tel li.addr {
  width: 100%;
  /* 모바일*/
}
@media all and (max-width: 820px) {
  .footer .inner .tel-addr .tel li.addr {
    padding-left: 0;
  }
}
.footer .inner .tel-addr .tel li.addr:before {
  display: none;
}
.footer .inner .tel-addr .tel li + li:first-child::before {
  display: none;
}
.footer .inner .tel-addr .tel li + li:before {
  display: inline-block;
  content: "";
  margin: 0 10px;
  width: 1px;
  height: 10px;
  background: #666666;
}
.footer .inner .ft-right {
  text-align: right;
  /* 모바일*/
}
@media all and (max-width: 820px) {
  .footer .inner .ft-right {
    text-align: left;
  }
}
.footer .inner .ft-right .tel {
  /* 모바일*/
}
.footer .inner .ft-right .tel li {
  font-size: 1.6rem;
  font-weight: 700;
}
.footer .inner .ft-right .tel li a {
  font-weight: 700;
}
@media all and (max-width: 820px) {
  .footer .inner .ft-right .tel {
    display: block;
    margin: 36px 0 40px;
  }
  .footer .inner .ft-right .tel li {
    font-size: 16px;
  }
  .footer .inner .ft-right .tel li + li::before {
    margin: 0;
    display: none;
  }
}
.footer .inner .ft-right .copy {
  padding-top: 1.5rem;
  font-size: 1.2rem;
  color: #666666;
  letter-spacing: 0;
}
@media all and (max-width: 820px) {
  .footer .inner .util-menu {
    display: block;
  }
  .footer .inner .util-menu li {
    line-height: 1.2;
  }
  .footer .inner .util-menu li a {
    font-size: 16px !important;
  }
  .footer .inner .util-menu li + li::before {
    display: none;
  }
}

.btn {
  display: inline-block;
  padding: 0 3.6rem;
  line-height: 5.6rem;
  height: 5.6rem;
  background-color: #414141;
  color: #fff;
  font-size: 1.8rem;
  border-radius: 5px;
}
.btn-arr {
  margin-top: 10rem;
  display: inline-block;
  border-radius: 4px;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  background-color: #2551de;
}
.btn-arr.lg {
  height: 9.7rem;
  line-height: 9.7rem;
  padding: 0 3.6rem;
  font-size: 3.2rem;
  font-weight: 700;
  /* 모바일*/
}
.btn-arr.lg:after {
  display: inline-block;
  content: "";
  position: relative;
  top: -2px;
  width: 36px;
  height: 19px;
  margin-left: 48px;
  background: url("../images/cyber-audit/ico_arr_w.png") no-repeat 0;
  vertical-align: middle;
  background-size: cover;
}
@media all and (max-width: 820px) {
  .btn-arr.lg {
    position: fixed;
    left: 0;
    bottom: -3px;
    display: block;
    width: 100%;
    font-size: 2.5rem;
    padding: 0 20px;
    height: 68px;
    line-height: 65px;
    z-index: 100;
    text-align: center;
  }
  .btn-arr.lg:after {
    display: inline-block;
    content: "";
    position: relative;
    top: -2px;
    width: 24px;
    height: 12px;
    margin-left: 15px;
    background: url("../images/cyber-audit/ico_arr_w.png") no-repeat 0;
    vertical-align: middle;
    background-size: cover;
  }
}
.btn-arr.md {
  min-width: 300px;
  padding: 0 4rem;
  height: 7.2rem;
  line-height: 7.2rem;
  font-size: 2.4rem;
  color: #fff;
  background-color: #2551de;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  /* 모바일*/
}
.btn-arr.md:after {
  display: inline-block;
  content: "";
  position: relative;
  top: -2px;
  width: 24px;
  height: 17px;
  margin-left: 15px;
  background: url("../images/cyber-audit/ico_arr_m.png") no-repeat 0;
  vertical-align: middle;
  background-size: cover;
}
@media all and (max-width: 820px) {
  .btn-arr.md {
    width: 100%;
  }
}
.btn-arr.md:disabled {
  color: #c8c8c8;
  background-color: #e1e1e4;
}
.btn-arr.md:disabled:after {
  display: inline-block;
  content: "";
  position: relative;
  top: -2px;
  width: 24px;
  height: 17px;
  margin-left: 15px;
  background: url("../images/cyber-audit/ico_arr_g.png") no-repeat 0;
  vertical-align: middle;
  background-size: cover;
}
.btn-arr.sm, .btn-arr.sm-type2 {
  padding: 0 2.8rem;
  height: 4.8rem;
  line-height: 4.8rem;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1.8rem;
  font-weight: 500;
  border-radius: 4px;
  background-color: #777f97;
  /* 모바일*/
}
.btn-arr.sm:after, .btn-arr.sm-type2:after {
  display: inline-block;
  content: "";
  position: relative;
  top: -2px;
  width: 14px;
  height: 14px;
  margin-left: 14px;
  background: url("../images/cyber-audit/ico_arr_s.png") no-repeat 0;
  vertical-align: middle;
  background-size: cover;
}
@media all and (max-width: 820px) {
  .btn-arr.sm, .btn-arr.sm-type2 {
    position: static;
    width: 100%;
    margin-top: 32px !important;
    text-align: center;
  }
}
.btn-arr.sm-type2 {
  margin-top: 0;
  background-color: #2551de;
}
.btn-arr.sm-type2:after {
  transform: rotate(45deg);
}
.btn.sm, .btn.btn-arr.sm-type2 {
  padding: 0 2.8rem;
  height: 4.6rem;
  line-height: 4.6rem;
  background-color: #2551de;
}

.btn-area {
  margin-top: 6rem;
  text-align: center;
  /* 모바일*/
}
@media all and (max-width: 820px) {
  .btn-area.js-btn-pose.fixed {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 1000;
  }
  .btn-area.js-btn-pose.fixed .btn-arr {
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
    border-radius: 4px 4px 0 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
  }
}
.btn-area:not(.fixed) .btn-arr {
  /* 모바일*/
}
@media all and (max-width: 820px) {
  .btn-area:not(.fixed) .btn-arr {
    width: 100%;
    min-width: 100%;
    margin-left: 0;
    height: 48px;
    line-height: 48px;
    font-size: 2rem;
  }
  .btn-area:not(.fixed) .btn-arr:after {
    display: inline-block;
    content: "";
    position: relative;
    top: -2px;
    width: 17px;
    height: 13px;
    margin-left: 15px;
    background: url("../images/cyber-audit/ico_arr_m.png") no-repeat 0;
    vertical-align: middle;
    background-size: cover;
  }
}
.btn-area .btn-arr {
  margin-top: 0;
}

.dot-list li {
  position: relative;
  padding-left: 10px;
  color: #000;
  line-height: 1.8;
  /* 모바일*/
  font-size: 1.8rem;
}
@media all and (max-width: 820px) {
  .dot-list li {
    line-height: 1.5;
    font-size: 1.7rem;
  }
}
.dot-list li .tit {
  font-weight: 700;
}
.dot-list li::before {
  position: absolute;
  top: 14px;
  /* 모바일*/
  left: 0;
  display: inline-block;
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background-color: #000;
}
@media all and (max-width: 820px) {
  .dot-list li::before {
    top: 10px;
  }
}
.dot-list li strong {
  font-weight: 700;
}
.dot-list.sm li, .dot-list.btn-arr.sm-type2 li {
  position: relative;
  padding-left: 10px;
  color: #666666;
  line-height: 1.8;
  /* 모바일*/
  line-height: 1.5;
  font-size: 1.6rem;
}
@media all and (max-width: 820px) {
  .dot-list.sm li, .dot-list.btn-arr.sm-type2 li {
    line-height: 1.5;
    font-size: 1.7rem;
  }
}
.dot-list.sm li .tit, .dot-list.btn-arr.sm-type2 li .tit {
  font-weight: 700;
}
.dot-list.sm li::before, .dot-list.btn-arr.sm-type2 li::before {
  position: absolute;
  top: 14px;
  /* 모바일*/
  left: 0;
  display: inline-block;
  content: "";
  width: 2px;
  height: 2px;
  border-radius: 100%;
  background-color: #666666;
}
@media all and (max-width: 820px) {
  .dot-list.sm li::before, .dot-list.btn-arr.sm-type2 li::before {
    top: 10px;
  }
}
.dot-list.sm li:before, .dot-list.btn-arr.sm-type2 li:before {
  top: 11px;
}
.dot-list .inner-list {
  margin-top: 1.5rem;
}
.dot-list .inner-list li {
  font-size: 1.6rem;
}
.dot-list .inner-list li::before {
  width: 2px;
  height: 2px;
}

.list-type01 li {
  line-height: 1.5;
  margin-left: 16px;
  text-indent: -16px;
}
.list-type01 li + li {
  margin-top: 3.2rem;
}
.list-type01 li strong {
  display: block;
  margin-bottom: 1rem;
  font-weight: 500;
}

.dl-type01 dt {
  padding-bottom: 3rem;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
  /* 모바일*/
}
@media all and (max-width: 820px) {
  .dl-type01 dt {
    padding-bottom: 2.2rem;
    font-size: 2.3rem;
  }
}
.dl-type01 dt.sm, .dl-type01 dt.btn-arr.sm-type2 {
  margin-top: 4rem;
  font-size: 1.6rem;
  padding-bottom: 1rem;
  font-weight: 700;
}
.dl-type01 dd ol li {
  margin-left: 36px;
  text-indent: -36px;
  line-height: 1.8;
}
.dl-type01 dd ol li .numb {
  /* 모바일*/
}
@media all and (max-width: 820px) {
  .dl-type01 dd ol li .numb {
    position: relative;
    top: 5px;
    padding-right: 5px;
    font-size: 2.2rem;
    font-weight: 700;
  }
}
.dl-type01 dd + dt {
  padding-top: 6rem;
}

.accordion {
  overflow: hidden;
  margin-top: 6rem;
  /* 모바일*/
}
@media all and (max-width: 820px) {
  .accordion {
    margin-top: 20px;
  }
}
.accordion.type-solo {
  border-radius: 5px;
  border: 1px solid #000;
  /* 모바일*/
}
.accordion.type-solo .accordion-header {
  border-top: 0;
}
.accordion.type-solo .accordion-header .btn-accordion.is-active {
  color: #000;
}
.accordion.type-solo .accordion-body {
  padding: 4rem 4.8rem 6rem;
  border-top: 0;
}
@media all and (max-width: 820px) {
  .accordion.type-solo {
    width: 100vw;
    margin: 0 -20px 0 -20px;
    border-radius: 0;
    border-left: 0;
    border-right: 0;
  }
  .accordion.type-solo .accordion-header .btn-accordion {
    min-height: 56px;
  }
  .accordion.type-solo .accordion-header .btn-accordion:after {
    top: 12px !important;
  }
  .accordion.type-solo .accordion-body {
    padding: 20px 20px 50px 20px !important;
  }
}
.accordion-item {
  background-color: #fff;
}
.accordion-item .btn-accordion {
  position: relative;
  padding: 0 2.4rem;
  width: 100%;
  min-height: 6.8rem;
  font-weight: 500;
  font-size: 2.4rem;
  text-align: left;
  color: #000;
  /* 모바일*/
}
@media all and (max-width: 820px) {
  .accordion-item .btn-accordion {
    padding: 0 20px;
    font-size: 1.9rem;
    min-height: 50px;
  }
  .accordion-item .btn-accordion:after {
    top: 10px !important;
  }
}
.accordion-item .btn-accordion::after {
  position: absolute;
  top: 1.8rem;
  right: 1.8rem;
  display: block;
  content: "";
  width: 3.2rem;
  height: 3.2rem;
  background: url("../images/cyber-audit/ico_acc_off.png") no-repeat center;
  background-size: 3.2rem;
}
.accordion-item .btn-accordion.is-active {
  color: #2551de;
}
.accordion-item .btn-accordion.is-active::after {
  background: url("../images/cyber-audit/ico_acc_on.png") no-repeat center;
  background-size: 3.2rem;
}
.accordion-item.is-active .accordion-collapse {
  height: auto;
  max-height: 1000vh;
  transition: max-height 1.5s ease-in-out;
}
.accordion-header {
  border-top: 1px solid #000;
}
.accordion-collapse {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
}
.accordion-body {
  padding: 1rem 2.4rem 3rem;
  /* 모바일*/
}
.accordion-body .acc-tit {
  font-size: 2.4rem;
  /* 모바일*/
}
@media all and (max-width: 820px) {
  .accordion-body .acc-tit {
    font-size: 1.7rem;
  }
}
.accordion-body .acc-tit + .dot-list {
  margin-top: 2rem;
}
.accordion-body .acc-tit + .dot-list li::before {
  background-color: #666666;
}
.accordion-body .acc-desc {
  margin-bottom: 1rem;
}
.accordion-body .acc-list > li + li {
  margin-top: 3rem;
}
.accordion-body .numb-list li {
  margin-left: 20px;
  text-indent: -20px;
}
.accordion-body .numb-list li:before {
  margin-right: 2px;
  content: attr(data-no) " ";
}
.accordion-body .tit-area {
  margin: 8rem 0 2rem;
  /* 모바일*/
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
@media all and (max-width: 820px) {
  .accordion-body .tit-area {
    margin: 7rem 0 2rem;
  }
}
.accordion-body .tit-area .info-txt {
  font-size: 1.4rem;
  color: #666666;
}
.accordion-body .sub-tit {
  font-weight: 700;
  font-size: 3rem;
  /* 모바일*/
}
@media all and (max-width: 820px) {
  .accordion-body .sub-tit {
    font-size: 2.5rem;
  }
}
@media all and (max-width: 820px) {
  .accordion-body {
    padding: 0 20px 5rem 20px !important;
  }
}

input[type=text]::-ms-clear {
  display: none;
}

.select-wrap {
  /* 모바일*/
  /* 모바일*/
}
@media all and (max-width: 820px) {
  .select-wrap {
    width: 100%;
  }
}
.select-wrap label {
  font-size: 1.8rem;
  margin-right: 1.2rem;
}
@media all and (max-width: 820px) {
  .select-wrap label {
    display: block;
    margin-bottom: 1.2rem;
  }
}

.form-select {
  padding: 0 1.2rem;
  min-width: 325px;
  /* 테블릿 */
  /* 모바일*/
  height: 5.6rem;
  font-size: 1.8rem;
  color: #222;
  border: 1px solid #1f2023;
  border-radius: 4px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url("../images/cyber-audit/ico_select.png") no-repeat 95% 50%/18px;
}
@media all and (min-width: 821px) and (max-width: 1023px) {
  .form-select {
    min-width: 250px;
  }
}
@media all and (max-width: 820px) {
  .form-select {
    width: 100%;
    min-width: 100%;
  }
}

.form-group-wrap.col-2 {
  margin: 0 -1.8rem;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  /* 모바일*/
}
.form-group-wrap.col-2 .form-group {
  width: calc(50% - 3.6rem);
  margin: 3.6rem 1.8rem 0 1.8rem;
}
.form-group-wrap.col-2 .form-group:nth-child(-n+2) {
  margin-top: 0;
  /* 모바일*/
}
@media all and (max-width: 820px) {
  .form-group-wrap.col-2 .form-group:nth-child(-n+2) {
    margin-top: 2.6rem;
  }
}
.form-group-wrap.col-2 .form-group:first-child {
  /* 모바일*/
}
@media all and (max-width: 820px) {
  .form-group-wrap.col-2 .form-group:first-child {
    margin-top: 0;
  }
}
.form-group-wrap.col-2 .form-group.col-100 {
  width: 100%;
}
@media all and (max-width: 820px) {
  .form-group-wrap.col-2 .form-group {
    width: 100%;
  }
}
.form-group-wrap.flex {
  text-align: center;
}
.form-group-wrap.flex .form-group {
  /* 모바일*/
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
@media all and (max-width: 820px) {
  .form-group-wrap.flex .form-group {
    display: block;
  }
}
.form-group-wrap.flex .form-group .form-tit {
  margin-bottom: 0;
  min-width: 106px;
  padding-right: 2rem;
  font-size: 2.4rem;
  font-weight: 700;
  text-align: left;
  /* 모바일*/
}
@media all and (max-width: 820px) {
  .form-group-wrap.flex .form-group .form-tit {
    margin-bottom: 1.2rem;
    text-align: left;
    font-size: 1.6rem;
    font-weight: 400;
  }
}
.form-group-wrap.flex .form-group + .form-group {
  margin-top: 25px;
  /* 모바일*/
}
@media all and (max-width: 820px) {
  .form-group-wrap.flex .form-group + .form-group {
    margin-top: 30px;
  }
}
.form-group-wrap.flex .form-conts {
  /* 모바일*/
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.form-group-wrap.flex .form-conts .form-control {
  /* PC*/
  height: 4.6rem;
  line-height: 4.6rem;
  text-align: center;
}
@media all and (min-width: 1024px) {
  .form-group-wrap.flex .form-conts .form-control {
    min-width: 300px;
  }
}
.form-group-wrap.flex .form-conts .form-control:-moz-read-only {
  font-weight: 700;
  color: #000 !important;
}
.form-group-wrap.flex .form-conts .form-control:read-only {
  font-weight: 700;
  color: #000 !important;
}
@media all and (max-width: 820px) {
  .form-group-wrap.flex .form-conts {
    display: block;
  }
}
.form-group-wrap.flex .form-conts .btn {
  margin-left: 1.2rem;
  flex-shrink: 0;
  /* 모바일*/
}
@media all and (max-width: 820px) {
  .form-group-wrap.flex .form-conts .btn {
    margin-top: 10px;
    width: 100%;
    margin-left: 0;
  }
}
.form-group-wrap .form-group + .form-group {
  margin-top: 3.6rem;
}
.form-group-wrap .form-group .form-tit {
  margin-bottom: 1.2rem;
  font-size: 1.6rem;
  color: #222;
}
.form-group-wrap .form-group .form-tit .ico-com {
  color: #f13e3e;
}
.form-group-wrap .form-group .form-conts .textarea-wrap {
  position: relative;
}
.form-group-wrap .form-group .form-conts .textarea-wrap .form-control {
  overflow-y: auto;
  line-height: 1.65;
  padding: 1rem 1.6rem;
  height: 250px;
  border: 0;
  /* 모바일*/
}
@media all and (max-width: 820px) {
  .form-group-wrap .form-group .form-conts .textarea-wrap .form-control {
    height: 280px;
  }
}
@media all and (max-width: 380px) {
  .form-group-wrap .form-group .form-conts .textarea-wrap .form-control {
    height: 300px;
  }
}
.form-group-wrap .form-group .form-conts .textarea-wrap .form-control:active, .form-group-wrap .form-group .form-conts .textarea-wrap .form-control:focus {
  border: 1px solid #1f2023;
  background-color: #fff;
  outline: none;
}
.form-group-wrap .form-group .form-conts .textarea-wrap .fake-placeholder {
  position: absolute;
  top: 1.4rem;
  left: 1.6rem;
  padding-right: 1.6rem;
  color: #9da1a9;
  font-size: 1.8rem;
  z-index: 15;
  /* 모바일 small */
}
@media all and (max-width: 320px) {
  .form-group-wrap .form-group .form-conts .textarea-wrap .fake-placeholder {
    font-size: 1.7rem;
  }
}
.form-group-wrap .form-group .form-conts .textarea-wrap .fake-placeholder p {
  font-size: 1.8rem;
}
.form-group-wrap .form-group .form-conts .textarea-wrap .fake-placeholder dl {
  font-weight: 400;
}
.form-group-wrap .form-group .form-conts .textarea-wrap .fake-placeholder dl dd {
  padding-bottom: 2rem;
}
.form-group-wrap .form-group .form-conts .textarea-wrap .fake-placeholder .dot-list li {
  color: inherit !important;
}
.form-group-wrap .form-group .form-conts .textarea-wrap .fake-placeholder .dot-list li::before {
  background-color: #9da1a9 !important;
}
.form-group-wrap .form-group .form-hint {
  margin-top: 1rem;
  color: #949daf;
}
.form-group-wrap.example .form-control:disabled {
  color: #1f2023;
  border: 0;
  background-color: #f6f6f6;
  -webkit-text-fill-color: #1f2023;
  -webkit-opacity: 1;
}
.form-group-wrap.example .form-control:disabled::-moz-placeholder {
  color: #b5b5b5;
}
.form-group-wrap.example .form-control:disabled::placeholder {
  color: #b5b5b5;
}

.file-wrap {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  /* 모바일*/
}
@media all and (max-width: 820px) {
  .file-wrap {
    display: block;
  }
}
.file-wrap.is-active .fake-input {
  position: relative;
  z-index: 20 !important;
}
.file-wrap .fake-input input {
  height: 5.6rem;
  border: 0;
  background: none;
  font-size: 1.8rem;
}
.file-wrap input[type=file] {
  position: absolute;
  width: 100%;
  height: 5.6rem;
  top: 0;
  right: 0;
  padding: 0;
  overflow: hidden;
  opacity: 0;
  border: 0;
  z-index: 15;
  cursor: pointer;
}
.file-wrap .btn {
  margin-left: 0.8rem;
  flex-shrink: 0;
  /* 모바일*/
}
@media all and (max-width: 820px) {
  .file-wrap .btn {
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 0;
    width: 32px;
    height: 32px;
    z-index: 20;
    display: inline-block;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    font-size: 0.5rem;
    background: url("../images/cyber-audit/ico_file.png") no-repeat 0 0/32px;
  }
}
.file-wrap .form-control {
  height: auto !important;
}
.file-wrap .file-list {
  padding: 1.1rem 0;
  /* 모바일*/
}
@media all and (max-width: 820px) {
  .file-wrap .file-list {
    margin-right: 65px;
  }
}
.file-wrap .file-list .btn-delete {
  position: relative;
  top: 0;
  vertical-align: middle;
  margin-right: 2rem;
}
.file-wrap .file-list .btn-delete::before, .file-wrap .file-list .btn-delete::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 14px;
  height: 1px;
  background: #000;
}
.file-wrap .file-list .btn-delete::before {
  transform: rotate(45deg);
}
.file-wrap .file-list .btn-delete::after {
  transform: rotate(-45deg);
}
.file-wrap .file-list li {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
.file-wrap .file-list li .file-name {
  white-space: nowrap;
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 2 !important;
}
.file-wrap + .dot-list {
  margin-top: 1rem;
}

.form-chip-wrap {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  overflow: hidden;
  border-radius: 4px;
  border: 1px solid #dddee1;
  border-left: 0;
  /*
  &:after {
    position: absolute;
    display: block;
    content: "";
    width: 100%;
    border-top: 1px solid #dddee1;
    bottom: 55px;
    @include wide {
      bottom: 64px;
    }
    @include middle {
      bottom: 59px;
    }
  }
  */
}
.form-chip-wrap.w100 {
  /* 모바일*/
}
@media all and (max-width: 820px) {
  .form-chip-wrap.w100:after {
    display: none;
  }
}
.form-chip-wrap.w100 .form-chip, .form-chip-wrap.w100 .form-chip-sm {
  /* 모바일*/
}
@media all and (max-width: 820px) {
  .form-chip-wrap.w100 .form-chip, .form-chip-wrap.w100 .form-chip-sm {
    width: 100%;
    text-align: left;
  }
  .form-chip-wrap.w100 .form-chip + .form-chip, .form-chip-wrap.w100 .form-chip-sm + .form-chip, .form-chip-wrap.w100 .form-chip + .form-chip-sm, .form-chip-wrap.w100 .form-chip-sm + .form-chip-sm {
    border-top: 1px solid #dddee1;
  }
  .form-chip-wrap.w100 .form-chip .form-chip-outline, .form-chip-wrap.w100 .form-chip-sm .form-chip-outline {
    padding: 0 16px;
    align-items: flex-start;
  }
}
.form-chip-wrap .form-chip, .form-chip-wrap .form-chip-sm {
  text-align: center;
  flex-grow: 1;
  margin-top: -1px;
  border-top: 1px solid #dddee1;
  /* 모바일*/
}
@media all and (max-width: 820px) {
  .form-chip-wrap .form-chip, .form-chip-wrap .form-chip-sm {
    width: 33.3%;
  }
}
.form-chip-wrap .form-chip input:checked + .form-chip-outline, .form-chip-wrap .form-chip-sm input:checked + .form-chip-outline {
  border-color: #2551de;
  background: #2551de;
  color: #fff;
}
.form-chip-wrap .form-chip:last-child .form-chip-outline, .form-chip-wrap .form-chip-sm:last-child .form-chip-outline {
  border-right: 0;
}
.form-chip-wrap .form-chip .form-chip-outline, .form-chip-wrap .form-chip-sm .form-chip-outline {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  height: 6.4rem !important;
  line-height: 1.2;
  padding: 0 1.2rem;
  width: 100%;
  height: 100%;
  transition: 0.1s ease-in-out;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1.8rem;
  color: #474747;
  cursor: pointer;
  border-left: 1px solid #dddee1;
  /* 모바일*/
  /* 모바일 small */
}
@media all and (max-width: 820px) {
  .form-chip-wrap .form-chip .form-chip-outline, .form-chip-wrap .form-chip-sm .form-chip-outline {
    font-size: 1.6rem;
    padding: 0 0.3rem;
    letter-spacing: -1px;
  }
}
@media all and (max-width: 320px) {
  .form-chip-wrap .form-chip .form-chip-outline, .form-chip-wrap .form-chip-sm .form-chip-outline {
    font-size: 1.4rem;
    padding: 0 0.3rem;
  }
}
.form-chip-wrap .form-chip input, .form-chip-wrap .form-chip-sm input {
  position: absolute;
  display: inline-block;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}
.form-chip-wrap .form-chip-sm .form-chip-outline {
  height: 5.6rem !important;
}

.tbl-wrap .tbl {
  width: 100%;
}
.tbl-wrap .tbl th,
.tbl-wrap .tbl td {
  padding: 0.5rem 0;
  text-align: left;
}
.tbl-wrap .tbl th {
  vertical-align: top;
  padding: 0.5rem 0;
  font-weight: 500;
}
.tbl-wrap .tbl td {
  vertical-align: top;
  padding: 0.5rem;
}
.tbl-wrap .tbl.board th,
.tbl-wrap .tbl.board td {
  border-top: 1px solid #000;
  /* 모바일*/
}
@media all and (max-width: 820px) {
  .tbl-wrap .tbl.board th,
  .tbl-wrap .tbl.board td {
    padding: 0 !important;
    border-top: 0;
  }
}
.tbl-wrap .tbl.board th {
  padding: 1.8rem 0;
  font-size: 1.8rem;
  /* 모바일*/
}
@media all and (max-width: 820px) {
  .tbl-wrap .tbl.board th {
    display: none;
  }
}
.tbl-wrap .tbl.board td {
  padding: 1.8rem 0.8rem;
}
.tbl-wrap .tbl.board td .tit {
  line-height: 1;
  font-size: 2.4rem;
  /* 모바일*/
}
@media all and (max-width: 820px) {
  .tbl-wrap .tbl.board td .tit {
    display: block;
    line-height: 1.3;
    font-size: 2rem;
    margin-bottom: 10px;
  }
}
.tbl-wrap .tbl.board td .date {
  /* 모바일*/
}
@media all and (max-width: 820px) {
  .tbl-wrap .tbl.board td .date {
    margin-bottom: 20px;
    color: #838383;
  }
}
.tbl-wrap .tbl.board td .txt-cont {
  line-height: 1.7;
}
.tbl-wrap.type2 {
  /* 모바일*/
}
@media all and (max-width: 820px) {
  .tbl-wrap.type2 {
    overflow: hidden;
    width: 100vw;
    margin: 0 -20px;
    padding: 0 0 0 20px;
  }
  .tbl-wrap.type2 .tbl-inner {
    padding-right: 20px;
    overflow-x: auto;
  }
}
.tbl-wrap.type2 .tbl {
  /* 모바일*/
  position: relative;
  margin: 2rem 0;
  border-bottom: 1px solid #c5c5c5;
}
@media all and (max-width: 820px) {
  .tbl-wrap.type2 .tbl {
    min-width: 640px;
  }
}
.tbl-wrap.type2 .tbl .fst-col {
  border-left: 0;
}
.tbl-wrap.type2 .tbl th,
.tbl-wrap.type2 .tbl td {
  padding: 1.5rem 0.5rem;
  border-top: 1px solid #c5c5c5;
  text-align: center;
  vertical-align: middle;
  border-left: 1px solid #c5c5c5;
}
.tbl-wrap.type2 .tbl thead th {
  background: #f9f9fb;
}
.tbl-wrap.type2 .tbl thead th:first-child {
  border-left: 0;
}

.warn-box {
  margin-bottom: 4rem;
  padding: 2.4rem 2.6rem;
  color: #443100;
  background: #fcf2d8;
  /* 모바일*/
}
@media all and (max-width: 820px) {
  .warn-box + .list-type01 {
    margin-top: 3rem;
  }
}
.warn-box p {
  position: relative;
  padding-left: 25px;
}
.warn-box p strong {
  font-weight: 500;
}
.warn-box p strong.line {
  text-decoration: underline;
}
.warn-box p::before {
  position: absolute;
  top: 7px;
  /* 모바일*/
  left: 0;
  display: block;
  content: "";
  width: 16px;
  height: 14px;
  background: url("../images/cyber-audit/ico_warn.png") no-repeat 0 0/16px;
}
@media all and (max-width: 820px) {
  .warn-box p::before {
    top: 4px;
  }
}

.info-box {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0.5rem;
  padding: 4rem 0;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  /* 모바일*/
}
.info-box .txt {
  font-size: 2.4rem;
}
.info-box:before {
  display: block;
  content: "";
  margin-right: 40px;
  width: 96px;
  height: 96px;
  background: url("../images/cyber-audit/ico_info01.png") no-repeat 0 0/96px;
}
@media all and (max-width: 820px) {
  .info-box {
    padding: 20px 0;
  }
  .info-box .txt {
    font-size: 1.6rem;
  }
  .info-box:before {
    display: none;
  }
}
.info-box.no-result {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 50px;
  padding: 4rem 0;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  /* 모바일*/
}
.info-box.no-result .txt {
  font-size: 2.4rem;
}
.info-box.no-result:before {
  display: block;
  content: "";
  margin-right: 40px;
  width: 96px;
  height: 96px;
  background: url("../images/cyber-audit/ico_info02.png") no-repeat 0 0/96px;
}
@media all and (max-width: 820px) {
  .info-box.no-result {
    padding: 20px 0;
  }
  .info-box.no-result .txt {
    font-size: 1.6rem;
  }
  .info-box.no-result:before {
    display: none;
  }
}

.main-visual {
  position: relative;
  width: 100%;
  height: 850px;
  background: url("../images/cyber-audit/bg_visu.png") no-repeat center center/cover;
  /* 모바일*/
}
@media all and (max-width: 820px) {
  .main-visual {
    height: calc(100vh - 60px);
    background: url("../images/cyber-audit/bgm_visu.png") no-repeat center center/cover;
  }
}
.main-visual .inner {
  padding: 25rem 4rem 0 4rem;
  margin: 0 auto;
  max-width: calc(1400px + 8rem);
  /* 모바일*/
}
@media all and (max-width: 820px) {
  .main-visual .inner {
    padding-top: 18rem;
  }
}
.main-visual .inner .tit {
  font-size: 8rem;
  font-weight: 300;
  letter-spacing: -0.04em;
  line-height: 1.2;
  /* 모바일*/
}
.main-visual .inner .tit strong {
  line-height: 1.2;
}
@media all and (max-width: 820px) {
  .main-visual .inner .tit {
    font-size: 4.6rem;
  }
}
.main-visual .inner .desc {
  padding-top: 4rem;
  font-size: 2.4rem;
  font-weight: 300;
  line-height: 1.35;
  /* 모바일*/
}
@media all and (max-width: 820px) {
  .main-visual .inner .desc {
    letter-spacing: -0.03em;
  }
}

.main .contents {
  padding-top: 14.4rem;
  /* 모바일*/
}
.main .contents .tit-area {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
.main .contents .tit {
  padding-right: 4rem;
  line-height: 1;
  font-size: 6rem;
  font-weight: 700;
  /* 모바일*/
}
@media all and (max-width: 820px) {
  .main .contents .tit {
    margin-bottom: 20px !important;
    font-size: 3.7rem;
  }
}
.main .contents .desc {
  font-size: 1.6rem;
  word-break: keep-all;
}
@media all and (max-width: 820px) {
  .main .contents {
    padding-top: 42px;
  }
}
.main .contents .info-txt-box {
  /* 모바일*/
  background: none !important;
}
@media all and (max-width: 820px) {
  .main .contents .info-txt-box {
    padding-top: 0 !important;
  }
}
.main.en .main-visual .inner .tit {
  letter-spacing: -0.02em;
}
.main.en .main-visual .inner .desc {
  font-weight: 700;
}
.main.en .contents .tit {
  padding-right: 5.7rem;
}
.main.en .contents .desc {
  font-size: 2.2rem;
}
.main.en .contents .info-area .tit {
  font-size: 3.6rem;
}

.banner-area {
  margin-top: 15rem;
  background: #f9f9fb;
  width: 100%;
  /* 모바일*/
}
@media all and (max-width: 820px) {
  .banner-area {
    margin-top: 0;
  }
}
.banner-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  margin: 0 auto;
  max-width: calc(1400px + 8rem);
}
.banner-item {
  width: 50%;
  /* 모바일*/
}
@media all and (max-width: 820px) {
  .banner-item {
    width: 100%;
  }
}
.banner-item a {
  padding: 7rem 6rem 7rem 0;
  display: block;
  /* 모바일*/
}
@media all and (max-width: 820px) {
  .banner-item a {
    padding: 5rem 0 5rem 0;
  }
}
.banner-item + li {
  position: relative;
}
.banner-item + li a {
  padding-left: 6rem;
  padding-right: 0;
  /* 모바일*/
}
@media all and (max-width: 820px) {
  .banner-item + li a {
    padding-left: 0;
  }
}
.banner-item + li::before {
  position: absolute;
  display: block;
  top: 16px;
  left: 0;
  content: "";
  width: 1px;
  height: 176px;
  background-color: #cecece;
  /* 모바일*/
}
@media all and (max-width: 820px) {
  .banner-item + li::before {
    top: 0;
    width: 100%;
    height: 1px;
  }
}
.banner-item dl {
  position: relative;
  /* 모바일*/
  /* 테블릿 */
}
.banner-item dl:after {
  display: inline-block;
  content: "";
  position: relative;
  top: -2px;
  width: 80px;
  height: 80px;
  margin-left: 10px;
  background: url("../images/cyber-audit/ico_arr_b.png") no-repeat 0;
  vertical-align: middle;
  background-size: cover;
}
@media all and (max-width: 820px) {
  .banner-item dl:after {
    display: inline-block;
    content: "";
    position: relative;
    top: -2px;
    width: 40px;
    height: 40px;
    margin-left: 0;
    background: url("../images/cyber-audit/ico_arr_b.png") no-repeat 0;
    vertical-align: middle;
    background-size: cover;
  }
}
@media all and (min-width: 821px) and (max-width: 1023px) {
  .banner-item dl:after {
    display: inline-block;
    content: "";
    position: relative;
    top: -2px;
    width: 60px;
    height: 60px;
    margin-left: 0;
    background: url("../images/cyber-audit/ico_arr_b.png") no-repeat 0;
    vertical-align: middle;
    background-size: cover;
  }
}
.banner-item dl:after {
  position: absolute;
  top: 0;
  right: 0;
  /* 모바일*/
}
@media all and (max-width: 820px) {
  .banner-item dl:after {
    top: -10px;
  }
}
.banner-item dl dt {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
  /* 모바일*/
}
@media all and (max-width: 820px) {
  .banner-item dl dt {
    font-size: 20px;
  }
}
.banner-item dl dd {
  width: 88%;
  padding-top: 1.5rem;
  font-size: 1.8rem;
  word-break: keep-all;
  /* 모바일*/
}
@media all and (max-width: 820px) {
  .banner-item dl dd {
    font-size: 16px;
  }
}

.sub .contents {
  padding-top: 0;
}
.sub .ethics + .contents dd,
.sub .ethics + .contents li {
  color: #666666 !important;
}
.sub .ethics + .contents ol:not(.numb-list) li::before {
  background-color: #666666;
}

.contents .sec-cont .flex-area {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
}
.contents .sec-cont .flex-area .tit-area {
  display: block;
}
.contents .sec-cont .flex-area .tit-area .tit {
  margin-bottom: 4rem;
}
.contents .info-area {
  padding-top: 8rem;
  /* 모바일*/
}
@media all and (max-width: 820px) {
  .contents .info-area {
    padding-top: 7rem;
  }
}
.contents .info-area .tit {
  font-size: 3rem;
  line-height: 1;
  font-weight: 700;
  /* 모바일*/
}
@media all and (max-width: 820px) {
  .contents .info-area .tit {
    font-size: 2.8rem;
  }
}
.contents .info-area .info-list {
  margin: 2.4rem -4rem 0 -4rem;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  /* 모바일*/
}
.contents .info-area .info-list .info-item {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 2rem;
  width: calc(50% - 8rem);
  margin: 0 4rem;
  border-top: 2px solid #121212;
}
.contents .info-area .info-list .info-item .sub-tit {
  text-align: left;
  font-size: 2.4rem;
  color: #666666;
  /* 모바일*/
}
@media all and (max-width: 820px) {
  .contents .info-area .info-list .info-item .sub-tit {
    display: block;
    padding-bottom: 20px;
    font-weight: 500;
    font-size: 2rem;
  }
}
.contents .info-area .info-list .info-item .tel {
  padding-left: 4rem;
  /* 모바일*/
}
@media all and (max-width: 820px) {
  .contents .info-area .info-list .info-item .tel {
    padding-left: 0;
  }
}
.contents .info-area .info-list .info-item .tel li {
  /* 모바일*/
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  line-height: 1;
}
@media all and (max-width: 820px) {
  .contents .info-area .info-list .info-item .tel li:first-child a {
    border-bottom: 1px solid #000;
  }
}
.contents .info-area .info-list .info-item .tel li::before {
  display: inline-block;
  content: "";
  margin-right: 1.6rem;
  width: 32px;
  height: 32px;
  background: url("../images/cyber-audit/ico_phone.png") no-repeat;
  /* 모바일*/
}
@media all and (max-width: 820px) {
  .contents .info-area .info-list .info-item .tel li::before {
    width: 30px;
    height: 30px;
    background-size: 30px;
  }
}
.contents .info-area .info-list .info-item .tel li + li {
  margin-top: 2rem;
}
.contents .info-area .info-list .info-item .tel li + li::before {
  background: url("../images/cyber-audit/ico_fax.png") no-repeat;
  /* 모바일*/
}
@media all and (max-width: 820px) {
  .contents .info-area .info-list .info-item .tel li + li::before {
    background-size: 30px;
  }
}
.contents .info-area .info-list .info-item .tel li a {
  font-size: 3.2rem;
  font-weight: 700;
  /* 모바일*/
}
@media all and (max-width: 820px) {
  .contents .info-area .info-list .info-item .tel li a {
    font-size: 2.3rem;
  }
}
.contents .info-area .info-list .info-item .addr {
  position: relative;
  margin-left: 4rem;
  padding-left: 4.8rem;
  /* 모바일*/
}
@media all and (max-width: 820px) {
  .contents .info-area .info-list .info-item .addr {
    margin-left: 0;
    text-align: left;
  }
}
.contents .info-area .info-list .info-item .addr::before {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  content: "";
  margin-right: 1.6rem;
  width: 32px;
  height: 32px;
  background: url("../images/cyber-audit/ico_mail.png") no-repeat;
  /* 모바일*/
}
@media all and (max-width: 820px) {
  .contents .info-area .info-list .info-item .addr::before {
    top: 1px;
    width: 30px;
    height: 30px;
    background-size: 30px;
  }
}
.contents .info-area .info-list .info-item .addr dt {
  font-weight: 700;
  font-size: 2.8rem;
  line-height: 1;
  /* 모바일*/
}
@media all and (max-width: 820px) {
  .contents .info-area .info-list .info-item .addr dt {
    font-size: 2.3rem;
  }
}
.contents .info-area .info-list .info-item .addr dd {
  margin-top: 1.6rem;
  font-size: 1.6rem;
  /* 모바일*/
}
@media all and (max-width: 820px) {
  .contents .info-area .info-list .info-item .addr dd {
    margin: 10px 0 0 0;
  }
}
@media all and (max-width: 820px) {
  .contents .info-area .info-list {
    display: block;
    margin: 0;
  }
  .contents .info-area .info-list .info-item {
    display: block;
    padding: 15px 0 0 0;
    margin: 24px 0 0 0;
    width: 100%;
  }
  .contents .info-area .info-list .info-item + .info-item {
    margin-top: 46px;
  }
}
.contents .info-txt-box {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  border-top: 0;
  padding-top: 8rem;
  /* 모바일*/
}
@media all and (max-width: 820px) {
  .contents .info-txt-box {
    margin-top: 0;
    overflow: hidden;
    width: 100vw;
    text-align: center;
    padding: 30px 20px 50px 20px !important;
    margin: 50px -20px 0;
    text-align: center;
    background: #f9f9fb;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
.contents .info-txt-box .txt {
  margin-right: 4rem;
  font-size: 1.6rem;
  /* PC*/
  /* 모바일*/
}
@media all and (min-width: 1024px) {
  .contents .info-txt-box .txt {
    width: 50%;
  }
}
@media all and (max-width: 820px) {
  .contents .info-txt-box .txt {
    text-align: left;
    margin-right: 0;
  }
}
.contents .info-txt-box .btn-arr {
  flex-shrink: 0;
  margin-top: 0;
  letter-spacing: 0;
  /* 모바일*/
}
@media all and (max-width: 820px) {
  .contents .info-txt-box .btn-arr {
    margin: 20px 0 0 0;
    font-weight: 500;
  }
}
.contents .sec-cont {
  padding: 8rem 0;
  /* 모바일*/
}
@media all and (max-width: 820px) {
  .contents .sec-cont {
    padding: 50px 0;
  }
  .contents .sec-cont:first-of-type {
    padding-top: 60px;
  }
}
.contents .sec-cont:last-child {
  padding-bottom: 16rem;
  /* 모바일*/
}
@media all and (max-width: 820px) {
  .contents .sec-cont:last-child {
    padding-bottom: 60px;
  }
}
.contents .sec-cont.type-bg {
  background: #f9f9fb;
}
.contents .sec-cont.type-bg2 {
  background: #f0f0f3;
}
.contents .sec-cont.type-line {
  border-top: 1px solid #c5c5c5;
  /* 모바일*/
}
@media all and (max-width: 820px) {
  .contents .sec-cont.type-line {
    padding-top: 0;
    border-top: 0;
  }
}
.contents .sec-cont .tit-area {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
}
.contents .sec-cont .tit-area .tit {
  margin-bottom: 5rem;
  font-size: 4rem;
  font-weight: 500;
  line-height: 1;
  /* 모바일*/
}
@media all and (max-width: 820px) {
  .contents .sec-cont .tit-area .tit {
    margin-bottom: 20px !important;
    font-size: 2.9rem;
  }
  .contents .sec-cont .tit-area .tit.mb0 {
    margin-bottom: 0 !important;
  }
}
.contents .sec-cont .tit-area .desc {
  font-size: 1.6rem;
}
.contents .sec-cont .tit-area .name-info {
  text-align: right;
  /* 모바일*/
}
@media all and (max-width: 820px) {
  .contents .sec-cont .tit-area .name-info {
    margin-top: 20px;
    text-align: left;
  }
}
.contents .sec-cont .tit-area .name-info strong {
  color: #000;
}
.contents .sec-cont .info-area {
  padding-top: 0;
}
.contents .sec-cont .sub-tit {
  padding-bottom: 4rem;
  font-size: 2.4rem;
  font-weight: 700;
  color: #222;
  /* 모바일*/
}
@media all and (max-width: 820px) {
  .contents .sec-cont .sub-tit {
    padding-bottom: 1.5rem;
  }
}
.contents .sec-cont .sub-tit .info {
  margin-left: 2rem;
  font-size: 1.4rem;
  color: #666666;
  font-weight: 400;
  vertical-align: middle;
  /* 모바일*/
}
@media all and (max-width: 820px) {
  .contents .sec-cont .sub-tit .info {
    display: block;
    margin-left: 0;
  }
}
.contents .sec-cont .sub-tit.re-pd {
  padding-bottom: 2rem;
}

.thumb-list-wrap .thumb-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 0 -20px;
  /* 모바일*/
  /* 모바일*/
}
@media all and (max-width: 820px) {
  .thumb-list-wrap .thumb-list {
    width: 100vw;
  }
}
.thumb-list-wrap .thumb-list-item {
  width: calc(33.3% - 40px);
  padding: 0 20px;
}
.thumb-list-wrap .thumb-list-item .thumb {
  display: block;
  width: 200px;
  height: 200px;
  overflow: hidden;
  margin-bottom: 30px;
  border: 1px solid #c5c5c5;
}
.thumb-list-wrap .thumb-list-item .thumb img {
  -o-object-fit: cover;
     object-fit: cover;
}
.thumb-list-wrap .thumb-list-txt dt {
  padding-bottom: 15px;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1;
  /* 모바일*/
}
@media all and (max-width: 820px) {
  .thumb-list-wrap .thumb-list-txt dt {
    padding-bottom: 5px;
  }
}
.thumb-list-wrap .thumb-list-txt dd br {
  /* 테블릿 */
}
@media all and (min-width: 821px) and (max-width: 1023px) {
  .thumb-list-wrap .thumb-list-txt dd br {
    display: none;
  }
}
@media all and (max-width: 820px) {
  .thumb-list-wrap .thumb-list-item {
    position: relative;
    display: block;
    width: 100%;
  }
  .thumb-list-wrap .thumb-list-item .thumb {
    margin: 0 0 15px 0;
    width: 50px;
    height: 50px;
    flex-shrink: 0;
  }
  .thumb-list-wrap .thumb-list-item + li {
    margin-top: 20px;
  }
  .thumb-list-wrap .thumb-list-txt dt {
    position: absolute;
    top: 15px;
    left: 85px;
  }
  .thumb-list-wrap .thumb-list-txt dd br {
    display: none;
  }
  .thumb-list-wrap .thumb-list-txt .dot-list li::before {
    top: 8px;
  }
}

.report-wrap {
  padding-bottom: 160px;
  background-color: #f0f0f3;
  color: #222;
  /* 모바일*/
}
@media all and (max-width: 820px) {
  .report-wrap {
    padding-bottom: 0;
  }
  .report-wrap .sec-cont:last-child {
    padding-bottom: 0;
  }
  .report-wrap .tbl {
    margin-top: 28px;
  }
  .report-wrap .tbl th,
  .report-wrap .tbl td {
    padding: 0;
    display: block;
  }
  .report-wrap .tbl td {
    padding-bottom: 20px;
  }
}
.report-wrap .accordion.sticky {
  position: sticky !important;
  position: -webkit-sticky !important;
  top: 107px;
  z-index: 99;
  /* 모바일*/
}
@media all and (max-width: 820px) {
  .report-wrap .accordion.sticky {
    top: 54px;
  }
}
.report-wrap .info-txt-box {
  padding-top: 6rem;
}
.report-wrap .sec-cont {
  padding-top: 8rem;
  padding-bottom: 0 !important;
}
.report-wrap .cont-area {
  background: #fff;
  padding: 4rem 3.2rem 6rem 3.2rem;
  /* 모바일*/
}
@media all and (max-width: 820px) {
  .report-wrap .cont-area {
    width: 100vw;
    margin: 0 -20px;
    padding: 20px 20px 50px 20px;
  }
}
.report-wrap .cont-area .cont {
  padding-top: 8rem;
  color: #222;
  font-size: 1.8rem;
  /* 모바일*/
}
.report-wrap .cont-area .cont:nth-child(2) .form-tit {
  font-size: 1.8rem;
  margin-bottom: 2rem;
}
@media all and (max-width: 820px) {
  .report-wrap .cont-area .cont {
    padding-top: 7rem;
    font-size: 1.7rem;
  }
}
.report-wrap .cont-area .cont.agree-wrap .tbl-wrap {
  margin-top: 3rem;
}
.report-wrap .cont-area .cont.agree-wrap .dot-list {
  margin-top: 3rem;
}
.report-wrap .cont-area .cont.agree-wrap .dot-list li {
  font-weight: 500;
  color: #222;
}
.report-wrap .cont-area .cont.agree-wrap .dot-list li::before {
  background: #222;
}
.report-wrap .cont-area .cont.agree-wrap .dot-list li .inner-list li {
  font-weight: 400;
}
.report-wrap .cont-area .cont:first-child {
  padding-top: 0;
}
.report-wrap .cont-area .cont.agree-btn .txt {
  font-size: 2.4rem;
  /* 모바일*/
}
@media all and (max-width: 820px) {
  .report-wrap .cont-area .cont.agree-btn .txt {
    margin-bottom: 28px;
    text-align: center;
    font-size: 2rem;
  }
}
.report-wrap .cont-area .cont.agree-btn .form-group {
  padding-bottom: 8rem;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  /* 모바일*/
}
.report-wrap .cont-area .cont.agree-btn .form-group .form-chip-wrap {
  width: 324px;
  margin-left: 4rem;
  /* 모바일*/
}
@media all and (max-width: 820px) {
  .report-wrap .cont-area .cont.agree-btn .form-group .form-chip-wrap {
    width: 100%;
    margin-left: 0;
  }
}
@media all and (max-width: 820px) {
  .report-wrap .cont-area .cont.agree-btn .form-group {
    flex-wrap: wrap;
    padding-bottom: 0;
  }
  .report-wrap .cont-area .cont.agree-btn .form-group .form-chip-wrap {
    width: 100%;
    margin-left: 0;
  }
}
.report-wrap .cont-area .cont.agree-btn .dot-list {
  margin-top: 0;
  /* 모바일*/
}
@media all and (max-width: 820px) {
  .report-wrap .cont-area .cont.agree-btn .dot-list {
    margin-top: 60px;
  }
}

.process-list-wrap {
  width: 100vw;
  margin: 4rem -20px 0 -20px;
}
.process-list {
  overflow-x: auto;
  padding: 0 20px 0 20px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  scroll-behavior: smooth;
  transition: 0.1s ease-in-out;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.process-list::-webkit-scrollbar {
  display: none;
}
.process-item {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  text-align: center;
}
.process-item + li:before {
  position: relative;
  top: -2rem;
  display: inline-block;
  content: "";
  margin: 0 6rem;
  /* 테블릿 */
  width: 6.4rem;
  height: 6.4rem;
  background: url("../images/cyber-audit/ico_arr_b.png") no-repeat 0 0/6.4rem;
  /* 모바일*/
}
@media all and (min-width: 821px) and (max-width: 1023px) {
  .process-item + li:before {
    margin: 0 3rem;
  }
}
@media all and (max-width: 820px) {
  .process-item + li:before {
    margin: 0 20px;
    width: 32px;
    height: 32px;
    background-size: 32px;
  }
}
.process-item.is-active .txt {
  color: #2551de;
}
.process-item .thumb {
  display: block;
  width: 20rem;
  height: 20rem;
  /* 모바일*/
}
@media all and (max-width: 820px) {
  .process-item .thumb {
    width: 150px;
    height: 150px;
  }
}
.process-item .txt {
  font-weight: 700;
  font-size: 2.4rem;
  margin-top: 2rem;
  /* 모바일*/
}
@media all and (max-width: 820px) {
  .process-item .txt {
    font-size: 2rem;
  }
}

.record {
  padding-bottom: 160px;
  /* 모바일*/
  color: #222;
  /* 모바일*/
}
@media all and (max-width: 820px) {
  .record {
    padding-top: 40px;
    padding-bottom: 80px;
  }
}
.record .sub-txt {
  color: #000;
}
.record h2 {
  line-height: 1;
  margin: 6rem 0 1.5rem;
  font-size: 2.4rem;
  color: #222;
  /* 모바일*/
}
@media all and (max-width: 820px) {
  .record h2 {
    line-height: 1.4;
  }
}
.record .sec-in {
  margin-left: 20px;
}
.record .sec-in .flex {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.record .sec-in .flex .th-in {
  margin-left: 5px;
}
.record .th-in {
  margin-left: 20px;
}
@media all and (max-width: 820px) {
  .record .sec-in {
    margin-left: 0;
  }
  .record .th-in {
    margin-left: 0 !important;
  }
}
.record .dot-list {
  /* 모바일*/
}
@media all and (max-width: 820px) {
  .record .dot-list {
    margin-top: 1.5rem;
  }
}
.record .dot-list li {
  font-size: 1.4rem;
}/*# sourceMappingURL=ca_style.css.map */