@charset "UTF-8";

:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-font-Sans-KR: 'Noto Sans KR', sans-serif;
  --bs-font-Serif-KR: 'Noto Serif KR', serif;
  --ft-h1: 5em;
  --ft-h2: 4em;
  --ft-h3: 3em;
  --ft-h4: 2em;
  --ft-h5: 1em;
  --bs-gradient: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.15),
    rgba(255, 255, 255, 0)
  );
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

* {
  -webkit-box-sizing: border-box;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: var(--bs-font-Sans-KR);
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

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

ul,
li {
  list-style: none;
  color: inherit;
}

/* <!-- ======= Navbar ======= --> */
@media screen {
  .navHeader {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    position: sticky;
    top: 0;
    background-color: rgb(255, 255, 255);
    border: 0.1px #f1f1f1;
    border-style: solid none solid none;
    margin-top: 0;
    width: 100%;
    height: 4.8em;
    text-align: center;
    color: var(--bs-dark);
    z-index: 100;
  }
  .navbar {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0.1em auto;
    width: 90%;
  }
  .navbar_log {
    margin-top: 0.7em;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
  }
  .navbar_log img {
    width: 70px;
    height: 70px;
  }
  .navbar_logo_contents {
    display: flex;
    flex-direction: column;
    text-align: left;
    margin-top: -9px;
  }
  .navbar_log h2 {
    font-size: 2em;
    font-weight: 800;
  }
  .logo-sm {
    font-size: 0.8em;
    font-weight: 500;
    color: var(--bs-primary);
    margin-top: -8px;
  }
  .navbar_menu {
    display: flex;
    flex-direction: row;
    font-size: 1em;
    margin-top: 0.5em;
    font-weight: 600;
    color: #343a40;
  }
  .navbar_menu li {
    margin: -1em 0.5em 0 1em;
  }
  .navbar_menu a {
    position: relative;
  }
  .navbar_menu a::after {
    content: '';
    position: absolute;
    background-color: var(--bs-primary);
    height: 3px;
    width: 0;
    left: 0;
    bottom: -4px;
    transition: 0.3s;
  }
  .navbar_menu a:hover {
    color: var(--bs-primary);
  }
  .navbar_menu a:hover::after {
    width: 102%;
  }
  .langs {
    display: flex;
    flex-direction: row;
    margin-top: -0.5em;
    font-weight: 600;
    color: #999999;
    font-size: 0.7em;
    letter-spacing: 0.1em;
  }
  .langs a::after {
    content: '/';
    color: var(--bs-primary);
  }
  @media screen and (max-width: 1006px) {
    .navHeader {
      height: 6.5em;
    }
    .navbar {
      flex-direction: column;
      justify-content: center;
      margin: 0.5em auto;
    }
    .navbar_log {
      align-items: center;
      margin-top: 0.1em;
    }
    .navbar_logo_contents {
      margin-top: -1.5em;
    }
    .navbar_menu {
      margin-top: 0.3em;
      font-size: 0.9em;
    }
    .langs {
      position: absolute;
      right: 11%;
      top: 50%;
      font-size: 0.8em;
    }
  }
  @media screen and (max-width: 600px) {
    .navHeader {
      height: 30%;
      width: 100%;
    }
    .Ddosprotect-header .new_menu_top{
      margin-top: 2em !important;
    }
    .Ddosprotect-header .new_menu_top .new_menu1{
      margin:10px !important;
    }
    .Ddosprotect-header .new_menu_top .new_menu2{
      margin:10px !important;
    }
    .Ddosprotect-header .new_menu_top .new_menu3{
      margin:10px !important;
    }
    .Ddosprotect-header .new_menu_top .new_menu1 h5{
      padding:10px !important;
    }
    .Ddosprotect-header .new_menu_top .new_menu2 h5{
      padding:10px !important;
    }
    .Ddosprotect-header .new_menu_top .new_menu3 h5{
      padding:10px !important;
    }
    .Ddosprotect-header .new_menu{
      margin-top: 1em !important;
    }
    .navbar {
      margin-top: 0.5em;
      align-items: center;
      justify-content: center;
    }
    .navbar_log {
      margin-left: -5em;
    }
    .navbar_log img {
      width: 50px;
      height: 50px;
    }
    .navbar_logo_contents {
    }
    .navbar_log h2 {
      font-size: 1.7em;
    }
    .logo-sm {
      font-size: 0.7em;
    }
    .navbar_menu {
      margin-top: 0.8em;
      font-size: 3vw;
      font-weight: 400;
      letter-spacing: -0.1em;
    }
    .navbar_menu li {
      margin: -1.5em 0.5em;
    }
    .navbar_menu a:hover::after {
      width: 0%;
    }
    .langs {
      position: absolute;
      font-size: 0.7em;
      top: 2em;
      right: 1em;
      letter-spacing: 0;
    }
  }
}

/* <!-- ======= Works Section ======= --> */
main {
  background: #fff;
  max-width: 1200px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* <!-- ======= introduction ======= --> */
@media screen {
  .Ddosprotect-header {
    background-color: #fff;
    width: 100%;
    max-width: 1200px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: auto;
    color: #000;
    margin-bottom: 5em;
  }
  .Ddosprotect-header .bigTitleH1 {
    position: relative;
    width: 80%;
    margin-top: 6em;
    margin-bottom: 1em;
    text-align: center;
    font-weight: 600;
  }
  .Ddosprotect-header .bigTitleH1 h1 {
    font-size: 3.5em;
  }
  .Ddosprotect-header .bigTitleH1 span {
    color: rgb(0, 29, 190);
    font-size: 2em;
  }
  /* <!-- ======= 깡수정1 ======= --> */
   .Ddosprotect-header .new_menu_top {
    position: relative;
    margin-top: 4em;
    text-align: center;
    font-weight: 600;
  }
  .Ddosprotect-header .new_menu_top .new_menu3 {
    margin:20px;
    float: left;
    background:#0d6efd;
    color: white;
    box-sizing:border-box;
    margin-top: 1em;
    text-align: center;
    border: 2px solid #0d6efd;
    border-radius: 5px;
  }
  .Ddosprotect-header .new_menu_top .new_menu3 h5{
    padding:20px 40px;
  }
  .Ddosprotect-header .new_menu_top .new_menu1 {
    margin: 20px;
    float: left;
    box-sizing:border-box;
    color: #0d6efd;
    margin-top: 1em;
    text-align: center;
    border: 2px solid #0d6efd;
    border-radius: 5px;
  }
  .Ddosprotect-header .new_menu_top .new_menu1 h5{
    padding:20px 40px;
  }
  .Ddosprotect-header .new_menu_top .new_menu1:hover {
    color: #fff;
    background-color: #0d6efd;
  }
  .Ddosprotect-header .new_menu_top .new_menu2 {
    margin: 20px;
    float: left;
    box-sizing:border-box;
    color: #0d6efd;
    margin-top: 1em;
    text-align: center;
    border: 2px solid #0d6efd;
    border-radius: 5px;
  }
  .Ddosprotect-header .new_menu_top .new_menu2 h5{
    padding:20px 40px;
  }
  .Ddosprotect-header .new_menu_top .new_menu2:hover {
    color: #fff;
    background-color: #0d6efd;
  }
  /* <!-- ======= 깡수정2 ======= --> */
  .Ddosprotect-header .new_menu {
    position: relative;
    margin-top: 2em;
    text-align: center;
    font-weight: 600;
  }
  .Ddosprotect-header .new_menu .new_menu2 {
    margin: 10px;
    float: left;
    background:#0AC460;
    color: white;
    box-sizing:border-box;
    margin-top: 1em;
    text-align: center;
    border: 2px solid #0AC460;
    border-radius: 30px;
  }
  .Ddosprotect-header .new_menu .new_menu2 h5{
    padding: 0.5em 1em;
  }
  .Ddosprotect-header .new_menu .new_menu1 {
    margin: 10px;
    float: left;
    box-sizing:border-box;
    color: #0AC460;
    margin-top: 1em;
    text-align: center;
    border: 2px solid #0AC460;
    border-radius: 30px;
  }
  .Ddosprotect-header .new_menu .new_menu1 h5{
    padding: 0.5em 1em;
  }
  .Ddosprotect-header .new_menu .new_menu1:hover {
    color: #fff;
    background-color: #0AC460;
  }
  .Ddosprotect-header .new_menu .new_menu3 {
    margin: 10px;
    float: left;
    box-sizing:border-box;
    color: #0AC460;
    margin-top: 1em;
    text-align: center;
    border: 2px solid #0AC460;
    border-radius: 30px;
  }
  .Ddosprotect-header .new_menu .new_menu3 h5{
    padding: 0.5em 1em;
  }
  .Ddosprotect-header .new_menu .new_menu3:hover {
    color: #fff;
    background-color: #0AC460;
  }
  
/* <!-- ======= 깡수정 ======= --> */
  
  }
}
}
/* <!-- ======= DDos 및 네트워크 보안에서 DATEBANK를 선택해야하는 이유 ======= --> */
@media screen {
  .intro-bg {
    height: 100%;
    width: 90%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 2em 0;
  }
  .Ddosprotect-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-evenly;
    width: 100%;
    background-color: #dddddd;
  }
  .DdosprotectBox {
    width: 22%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding: 0;
    height: 50vh;
    background-color: #ffffff;
    margin: 1.5em 0;
    word-break: break-all;
    color: rgb(0, 0, 0);
  }
  .DdosprotectBox img {
    margin: 0;
    width: 100%;
    height: 20vh;
    object-fit: cover;
    top: 0;
  }
  .Ddosprotect-textBox {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
    padding: 0 1em;
    word-break: break-all;
  }
  .DdosprotectBox h2 {
    margin-top: 0.5em;
    color: #0d6efd;
    font-weight: 800;
    font-size: 2em;
  }
  .DdosprotectBox h3 {
    margin-top: 0.5em;
    font-size: 1em;
    letter-spacing: -0.5px;
  }
  .DdosprotectBox p {
    margin-top: 0.5em;
    font-size: 0.9em;
    color: #0d6efd;
    font-weight: 600;
    text-align: center;
    line-height: 1.2;
    letter-spacing: -0.5px;
  }
  .DdosprotectBox span {
    color: #919191;
    margin-top: 1em;
    font-size: 0.8em;
    text-decoration: underline;
    line-height: 1.8;
    letter-spacing: -0.5px;
  }


}
/* <!-- =======IPS/IDS 차단 정책======= --> */
@media screen {
  .Ddosprotect-block {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    width: 70%;
    margin: 2em auto;
    background-repeat: no-repeat;
    background-position: 100% 100%;
    background-size: 50%;
  }
.line_style{
    padding: 2em;
    border-top: #f1f1f1 solid;
    border-bottom: #f1f1f1 solid;
  }
  /* <!-- =======깡수정======= --> */

  .Ddosprotect-blockBox2 {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    width: 40%;
    margin: auto;
  }
  .Ddosprotect-blockBox2 img {
    width: 90%;
    text-align: center;
  }
  .Ddosprotect-block h1 {
    font-size: 3em;
    letter-spacing: -2px;
    margin: 0.5em 0;
    color: rgb(0, 29, 190);
  }
  .font_style h1 {
    margin:0;
  }
  .Ddosprotect-block h3 {
    margin-top: 2em;
    font-size: 1em;
  }
  .Ddosprotect-block i{
    padding: 0 10px;
  }
  .Ddosprotect-block ul {
    margin-top: 3em;
  }
  .Ddosprotect-block li {
    font-size: 1em;
    margin: 0 auto;
    font-weight: 500;
    line-height: 2;
  }
  .priceBtn {
    color: #0d6efd;
    margin-top: 1em;
    text-align: center;
    border: 2px solid #0d6efd;
    padding: 0.5em 1em;
    border-radius: 30px;
  }
  .priceBtn:hover {
    color: #fff;
    background-color: #0d6efd;
  }
  .Ddosprotect-blockBox .Ddosprotect-block-style i{
    padding: 0 10px;
  }
  .Ddosprotect-blockBox h2{
    margin-top: 40px;    
  }
  
}
@media screen {
  .SmartWAFList {
    display: flex;
    text-align: center;
    align-items: flex-start;
    justify-content: center;
    width: 70%;
    margin: 1em auto;
    background-repeat: no-repeat;
    background-position: 100% 100%;
    background-size: 50%;
  }
  .SmartWAFList h1{
    width: 100%;
    font-size: 3em;
    letter-spacing: -2px;
    margin-bottom: 1em
  }
  .SmartWAFList h5{
    width: 100%;
    font-size: 1em;
    letter-spacing: -2px;
    margin-bottom: 0.3em;
    margin-top: 1em;
    color:rgb(0, 29, 190);
  }
  .SmartWAFList2 {
    display: flex;
    text-align: center;
    align-items: flex-start;
    justify-content: center;
    width: 70%;
    margin: 1em auto;
    background-repeat: no-repeat;
    background-position: 100% 100%;
    background-size: 50%;
  }
  .SmartWAFList2 h1{
    width: 100%;
    font-size: 3em;
    letter-spacing: -2px;
    margin-bottom: 1em
  }
  .SmartWAFList2 h2{
    width: 100%;
    font-size: 2em;
    letter-spacing: -2px;
    margin-bottom: 1em;
    margin-top: 2em;
  }
  .SmartWAFList2 h5{
    width: 100%;
    font-size: 1em;
    letter-spacing: -2px;
    margin-bottom: 0.3em;
    margin-top: 3em;
    color:rgb(0, 29, 190);
  }
  .SmartWAFList2 .Ddosprotect-blockBox{
    text-align: left;
  }
  .dos_kou{
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-top: 3em;
  }
  .dos_kou span{
    font-size: 1em;
    margin: 0 auto;
    font-weight: 500;
    line-height: 3;
    width: 30%;
  }

  .moth{
    display: flex;
    text-align: center;
    align-items: flex-start;
    justify-content: center;
    width: 70%;
    margin: 1em auto;
    background-repeat: no-repeat;
    background-position: 100% 100%;
    background-size: 50%;
  }
  .info_1{
    max-width: 45%;
    flex-direction:column;
    border-radius: 12px;
    overflow:hidden;
    border: 1px solid;
    margin: 20px;
    padding: 30px;
    text-align: left;

  }
  .info_1 .info_meno{
    font-size: 15px;
    color: #333333;
    margin: 0 0 30px 0;
  }
  .info_2 .info_meno{
    font-size: 15px;
    color: #333333;
    margin: 0 0 30px 0;
  }
  .info_tit{
    padding-bottom: 20px;
    font-size: 25px;

  }
  .info_num{
    color: #999999;
    font-size: 30px;
    padding: 30px 0;
    border-top: 1px solid #666666;
  }
  .info_2{
    max-width: 45%;
    flex-direction:column;
    border-radius: 12px;
    overflow:hidden;
    border: 1px solid;
    margin: 20px;
    padding: 30px;
    text-align: left;
  }
  .SmartWAFList span {
    font-size: 1em;
    margin: 10px auto;
    font-weight: 500;
    width: 30%;
    text-align: left;
  }
  .SmartWAFList p{
    height: 75px;
  }
  .flex_in p{
    height: auto;
  }
  .SmartWAFList_box2_info{
    display: block;
    overflow: hidden;
    margin-top: 15px;
  }
  .item_start{
    display:flex;
  }
  .flex_ch{
    margin-right: 16px;
  }
  .orange0{
    color:#f63!important
  }
  .flex_in p{
    line-height: 1.5;
  }
}
/* <!-- =======NetworkDdosprotect======= --> */
@media screen {
  .NetworkDdosprotect-block {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    width: 70%;
    margin: 5em auto;
  }
  .NetworkDdosprotect-block h1 {
    font-size: 3em;
    letter-spacing: -2px;
    margin-bottom: 0.5em;
  }
  .NetworkDdosprotect-block h3 {
    color: #0d6efd;
    font-size: 1.5em;
  }
  .NetworkDdosprotect-block img {
    margin: 2em auto;
    width: 100%;
    /* height: 50vh; */
    object-fit: cover;
  }
}

/* <!-- =======서비스 특징======= --> */
@media screen {
  .Ddosprotect-features {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 95%;
  }

  .Ddosprotect-features .bigTitle {
    position: relative;
  }
  .Ddosprotect-features .bigTitle::after {
    content: '';
    border: #3988ff solid 10px;
    width: 100%;
    bottom: 0;
    position: absolute;
  }
  .features-container {
    width: 90%;
  }
  .features-textBox {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    padding: 2em;
    position: relative;
  }
  .features-textBox::after {
    content: '';
    border-bottom: #0051ca solid 1px;
    width: 90%;
    bottom: 0;
    position: absolute;
  }
  .features-textBox p {
    width: 40%;
    color: rgb(0, 29, 190);
    font-weight: 600;
    font-size: 1.4em;
    line-height: 1.2;
  }
  .SmartWAFList {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .SmartWAFList2 {
    display: flex;
    flex-direction: row;
    text-align: center;
    flex-wrap: wrap;
  }
  .features-textBox span {
    width: 100%;
    color: #000;
    font-weight: 300;
    font-size: 0.8em;
    line-height: 1.8;
  }
  .features-textBox h3 {
    font-size: 1.5em;
  }
  .features-textBox img,
  .features-textBox h3,
  .features-textBox p {
    margin: 0 1em;
  }
}
/* <!-- =======이런 분들이 이용하시면 좋아요!======= --> */
@media screen {
  .userFeatures-container {
    width: 90%;
  }
  .userFeatures-textBox {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin: 2em auto;
    position: relative;
  }
  .userFeatures-textBox::after {
    content: '';
    border-bottom: #0051ca solid 1px;
    width: 90%;
    bottom: 0;
    position: absolute;
  }
  .userFeatures-textBox img {
    width: 6%;
  }
  .userFeatures-textBox p {
    color: rgb(0, 29, 190);
    font-weight: 600;
    font-size: 1.2em;
    line-height: 1.2;
    letter-spacing: -1px;
  }
}
/* <!-- =======WEB HACKING&DDoS protection======= --> */
@media screen {
  .brands {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
    margin-top: 3em;
  }
  .brands img {
    width: 8em;
    height: 5em;
    object-fit: contain;
    margin: 3em 0.5em;
  }
}
/* <!-- =======SmartWAF======= --> */
@media screen {
  .SmartWAF-block {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
    margin: auto;
    padding: 3em 0;
    border-top: #f1f1f1 solid;
    border-bottom: #f1f1f1 solid;
  }
  h2{
    font-size: 1em;
  }
  .SmartWAFList_box img{
    margin: 15px 0;
  }
  
  .SmartWAF-block2 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
  }
  
  
  .SmartWAFList_box{
    text-align: center;
    margin: 20px 0;
    height: ;
  }
  .SmartWAFList_box2{
    text-align: center;
    margin: 30px 0;
  }
  .SmartWAFList_box2 h2{
   color:rgb(0, 29, 190);
   padding:20px 0;
   border-top: 1px solid;
   border-bottom: 1px solid;
  }

}

@media screen and (max-width: 600px) {
   .moth{display: block;
    width: 100%;

   }
     .info_1{
    max-width: 100%; 
  }
  .info_2{
    max-width: 910%;
  }
  .SmartWAFList2 h1{
    font-size: 1.7em;
  }
  img{
    width: 100%;
  }
  .SmartWAFList h1{
    font-size: 1.7em;
  }
  .Ddosprotect-header .bigTitleH1 {
    margin-top: 3em;
    width: 95%;
  }
  .Ddosprotect-header .bigTitleH1 h1 {
    font-size: 2em;
  }
  .Ddosprotect-header .bigTitleH1 span {
    font-size: 1em;
  }
  .intro-bg {
    width: 100%;
  }
  .Ddosprotect-container {
    display: flex;
    flex-direction: column;
  }
  .DdosprotectBox,
  .NetworkDdosprotect-block,
  .features-container,
  .userFeatures-container {
    width: 90%;
    margin: 0;
  }
  .Ddosprotect-textBox,
  .NetworkDdosprotect-block {
    padding: 0;
  }
  .DdosprotectBox h2,
  .NetworkDdosprotect-block h1 {
    margin-top: 0;
    font-size: 2em;
  }
  .DdosprotectBox h3,
  .NetworkDdosprotect-block h3 {
    margin-top: 0;
    font-size: 1em;
  }
  .DdosprotectBox p {
    margin-top: 0;
    font-size: 0.9em;
    text-align: center;
  }
  .DdosprotectBox span {
    margin-top: 0.5em;
    font-size: 0.8em;
  }
  .Ddosprotect-block {
    width: 90%;
    margin: 0 0 60px 0;
    background: none;
  }
  .SmartWAFList{
    width: 90%;
  }
  .SmartWAFList2{
    width: 90%;
  }
  .SmartWAFList_box{
    margin: 0 0 20px 0;
  }
  .Ddosprotect-block-style li{
    margin: 5px 0;
  }
  .Ddosprotect-block h1 {
    font-size: 1.7em;
  }
  .Ddosprotect-block h3 {
    font-size: 1em;
  }
  .Ddosprotect-block ul {
    margin-top: 1em;
  }
  .Ddosprotect-block li {
    font-size: 0.8em;
    line-height: 1.8;
  }
  .features-textBox,
  .userFeatures-textBox {
    flex-direction: column;
    margin: 1em auto;
    text-align: center;
  }
  .features-textBox::after,
  .userFeatures-textBox::after {
    bottom: -10px;
    width: 100%;
  }
  .userFeatures-textBox img {
    width: 30%;
  }
  .userFeatures-textBox p {
    font-size: 0.9em;
    width: 80%;
  }
  .NetworkDdosprotect-block h1 {
    line-height: 1.2;
  }
  .NetworkDdosprotect-block h3 {
    font-size: 0.8em;
    font-weight: 500;
  }
  .NetworkDdosprotect-block h4 {
    font-size: 0.8em;
    font-weight: 500;
  }
  .SmartWAFList span {
    width: 100%;
    font-size: 0.8em;
    font-weight: 500;
    line-height: 1.8;
  }
  .brands {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-top: 0;
  }
  .brands img {
    width: 25%;
    margin: 0.5em;
  }

  .features-textBox p {
    width: 95%;
    font-size: 1.2em;
  }
  .features-textBox span {
    margin-top: 0.5em;
  }

  .intro-bg .mdTitleH3 {
    font-size: 3vw;
  }
  .intro-container {
    margin-top: 1vh;
    margin: 0.5em auto;
    align-items: center;
    justify-content: center;
  }
  .intro-textBox {
    flex-direction: column;
    width: 90%;
    margin-bottom: 0;
  }
  .intro-textBox h3 {
    font-size: 5.5vw;
  }
  .intro-textBox p {
    font-size: 3vw;
    width: 100%;
    margin-left: 0;
    margin-top: 1em;
    margin-bottom: 3em;
  }
  .Ddosprotect-network-container {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .Ddosprotect-networkBox {
    width: 45%;
    height: 100%;
    margin: 0.2em;
  }
  .Ddosprotect-networkBox img {
    width: 80%;
    margin: 0.2em auto;
    border: 0px;
  }
  .Ddosprotect-networkBox p {
    margin-top: 0.3em;
    font-size: 0.8em;
  }
  .blockBox3 {
    width: 45%;
  }
}


/* <!-- =======새로 추가======= --> */
.menu{
 margin: 3em;
}