@charset "UTF-8";
/*RESET*/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap");
[lang=ko] {
  font-family: "Noto Sans KR", "Montserrat", sans-serif, "맑은 고딕", "Nanum Gothic", "나눔 고딕", "돋움", dotum, sans-serif;
}

[lang=en] {
  font-family: "Montserrat", "Noto Sans KR", sans-serif;
  letter-spacing: -0.2px;
}

body ::-moz-selection {
  background: #2538AD;
  color: #fff;
}

body ::selection {
  background: #2538AD;
  color: #fff;
}

* {
  box-sizing: border-box;
}

body {
  min-width: 280px;
  overflow-x: hidden;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 16px;
  font: inherit;
  vertical-align: baseline;
  text-decoration: none;
  font-family: "Noto Sans KR", "Montserrat", sans-serif, "맑은 고딕", "Nanum Gothic", "나눔 고딕", "돋움", dotum, sans-serif;
  letter-spacing: -0.8px;
  font-weight: 400;
  line-height: 1.6;
  color: #2538AD;
  word-break: keep-all;
  box-sizing: border-box;
}

strong {
  font-weight: bold;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1.5;
}

html, body {
  height: 100%;
}

ol, ul, li {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  max-width: 100%;
}

a {
  color: #333;
  font-style: none;
}

/* input 기본 스타일 초기화 */
input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  border: 1px solid #eee;
  padding: 15px 16px;
  width: 100%;
  border-radius: 12px;
}

/* IE10 이상에서 input box 에 추가된 지우기 버튼 제거 */
input::-ms-clear {
  display: none;
}

/* input type number 에서 화살표 제거 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  -moz-appearance: textfield;
  appearance: none;
  outline: none;
}

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

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

textarea {
  appearance: none;
  overflow: auto;
  vertical-align: top;
  resize: vertical;
  border: 1px solid #eee;
  padding: 15px 16px;
  width: 100%;
  height: 88px;
  border-radius: 12px;
  font-family: "Noto Sans KR", "Montserrat", sans-serif, "맑은 고딕", "Nanum Gothic", "나눔 고딕", "돋움", dotum, sans-serif;
}

/* Select box 스타일 초기화 */
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-sizing: border-box;
  background-color: transparent;
}

/* IE 에서 Select box 화살표 제거 */
select::-ms-expand {
  display: none;
}

/* select:active,
select:focus{border: 0; outline: none;} */
/*Button Style*/
button {
  background-color: transparent;
  border: none;
  cursor: pointer;
}

/*INTERFACE*/
/*스타일 묶음*/
/*----color system----*/
/*----font system----*/
/*----Media Query----*/
/*max-width:320px*/
/*min-width:768px*/
/*min-width:980px*/
/*min-width:1200px*/
/*FUNCTION*/
/*컴포넌트 묶음*/
/*Media Query*/
/*button components*/
/*Flex*/
.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  padding: 0 24px;
  height: 4rem;
}
@media screen and (min-width: 768px) {
  .header {
    margin-bottom: 3.2rem;
    padding: 0 40px;
  }
}
@media screen and (min-width: 1200px) {
  .header {
    margin-bottom: 4rem;
    height: 5.4rem;
  }
}
.header .h-menu {
  position: relative;
  width: 64px;
  height: 50px;
  z-index: 200;
}
.header .h-menu .button {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  z-index: 10;
  width: 64px;
  height: 50px;
  cursor: pointer;
  opacity: 0;
}
.header .h-menu .close {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.6rem;
  width: 64px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header .h-menu .close > div {
  position: relative;
  top: 0;
  left: 0;
  background: rgab(0, 0, 0, 0);
  height: 2px;
  width: 60%;
}
.header .h-menu .close > div::before {
  content: "";
  position: absolute;
  top: 0;
  width: 30px;
  height: 2px;
  background: #1d1d1d;
  transform: rotate(45deg);
}
.header .h-menu .close > div::after {
  content: "";
  position: absolute;
  top: 0;
  width: 30px;
  height: 2px;
  background: #1d1d1d;
  transform: rotate(135deg);
}
.header .logo {
  width: 40px;
  height: 40px;
}
.header .logo a {
  display: block;
  width: 100%;
  height: 100%;
}

/*header끝*/
.container {
  /*--------(Common)Sub-Visual 공통스타일--------*/
}
.container .title-main {
  color: #464646;
}
.container .title-sub {
  color: #464646;
}
.container .title-deskTxt {
  color: #464646;
}
.container .title-txt {
  color: #464646;
}
.container .title-small {
  color: #464646;
}
.container .sub-visual {
  height: 100vh;
  display: flex;
  align-items: center;
  align-items: center;
  justify-self: center;
  position: relative;
  /*Sub-visual 개별스타일*/
}
.container .sub-visual .title-main {
  color: #ffffff;
  padding-bottom: 1rem;
}
.container .sub-visual .title-deskTxt {
  color: #ffffff;
}
.container .sub-visual .title-txt {
  color: #ffffff;
}
.container .sub-visual .label {
  font-weight: 500;
  opacity: 0.7;
}
.container .sub-visual .bg {
  height: auto;
  position: absolute;
  max-width: 1000px;
  top: 1.2rem;
  right: 0;
  display: none;
}
@media (min-width: 768px) {
  .container .sub-visual .bg {
    width: 70%;
    top: 50%;
    transform: translateY(-50%);
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .container .sub-visual .bg {
    width: 78%;
    top: 50%;
    transform: translateY(-50%);
    display: block;
  }
}
@media screen and (min-width: 980px) {
  .container .sub-visual .bg {
    width: 80%;
    top: 50%;
    transform: translateY(-50%);
    display: block;
  }
}
@media screen and (min-width: 1200px) {
  .container .sub-visual .bg {
    top: 50%;
    transform: translateY(-50%);
    display: block;
  }
}
@media screen and (min-width: 1400px) {
  .container .sub-visual .bg {
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    display: block;
  }
}
.container .sub-visual .inner {
  padding: 0 24px;
}
@media screen and (min-width: 768px) {
  .container .sub-visual .inner {
    padding: 2rem 40px;
  }
}
@media screen and (min-width: 980px) {
  .container .sub-visual .inner {
    padding: 4rem 40px;
  }
}
@media screen and (min-width: 1200px) {
  .container .sub-visual .inner {
    margin: 0 auto;
    padding: 6rem 60px;
    width: 1200px;
    max-width: 1200px;
  }
}
@media screen and (min-width: 1400px) {
  .container .sub-visual .inner {
    width: 1400px;
    max-width: 1400px;
  }
}
.container .sub-visual .inner .sub-title-wrap {
  padding: 3rem 0;
}
.container .sub-visual .inner .sub-title-wrap .title-main {
  font-size: 42px;
}
@media screen and (min-width: 768px) {
  .container .sub-visual .inner .sub-title-wrap .title-main {
    font-size: 6vw;
  }
}
@media screen and (min-width: 1200px) {
  .container .sub-visual .inner .sub-title-wrap .title-main {
    font-size: 90px;
  }
}
.container .sub-visual .inner .project-info {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: start;
  align-items: baseline;
  opacity: 0.8;
}
.container .sub-visual .inner .project-info .label {
  font-weight: bold;
  padding-right: 2rem;
}
.container .sub-visual .inner .btn-view {
  color: #ffffff;
  display: inline-block;
  width: 280px;
  height: 60px;
  font-weight: 400;
  border: 1px solid #ffffff;
  transition: all 0.4s ease;
  margin-top: 2.6rem;
  box-sizing: border-box;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}
.container .sub-visual.helsi-visual {
  background: #0B588F;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6rem 0;
}
.container .sub-visual.ptz-logo-visual {
  background: #F3AF00;
  isplay: flex;
  align-items: center;
  justify-content: center;
  padding: 6rem 0;
}
.container .sub-visual.ptz-logo-visual .ptz-logo {
  width: 20%;
}
.container .sub-visual.orangedata-visual {
  background: #333;
}
.container .sub-visual.hedwig-visual {
  background: url(../images/bg-hedwig-pattern.jpeg) no-repeat center center;
  background-size: 200% auto;
}
.container .sub-visual.hedwig-visual .bg {
  width: 78%;
  height: auto;
  position: absolute;
  max-width: 1000px;
  top: 1.2rem;
  right: 0;
}
@media (min-width: 768px) {
  .container .sub-visual.hedwig-visual .bg {
    width: 70%;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    right: -3rem;
  }
}
@media screen and (min-width: 768px) {
  .container .sub-visual.hedwig-visual .bg {
    width: 78%;
    top: 50%;
    transform: translateY(-50%);
    right: -3rem;
    display: block;
  }
}
@media screen and (min-width: 980px) {
  .container .sub-visual.hedwig-visual .bg {
    width: 80%;
    top: 50%;
    transform: translateY(-50%);
    display: block;
  }
}
@media screen and (min-width: 1200px) {
  .container .sub-visual.hedwig-visual .bg {
    top: 50%;
    transform: translateY(-50%);
    right: -5rem;
    display: block;
  }
}
@media screen and (min-width: 1400px) {
  .container .sub-visual.hedwig-visual .bg {
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    right: 0.2rem;
    display: block;
  }
}
.container .sub-visual.hedwig-visual .inner .btn-view:hover {
  color: #C73400;
  background: #fff;
}
.container .sub-visual.recipia-visual {
  background: #EE5224;
}
.container .sub-visual.recipia-visual .bg {
  width: 26%;
  right: 10rem;
}
@media (min-width: 768px) {
  .container .sub-visual.recipia-visual .bg {
    top: 60%;
    transform: translateY(-55%);
    display: block;
  }
}
.container .sub-visual.recipia-visual .inner .btn-view:hover {
  color: #EE5224;
  background: #fff;
}
.container .sub-visual.lawshop-visual {
  background: linear-gradient(to bottom right, #61E2FE, #7567FF);
}
.container .sub-visual.lawshop-visual .bg {
  width: 30%;
  right: 10rem;
  top: 26rem;
}
.container .sub-visual.lawshop-visual .inner .btn-view:hover {
  color: #EE5224;
  background: #fff;
}
.container .sub-visual.mypet-visual {
  background: linear-gradient(to bottom right, #24966D, #24966D);
}
.container .sub-visual.mypet-visual .bg {
  width: 50%;
  right: 5rem;
}
.container .sub-visual.classcheck-visual {
  background: #185BDE;
}
.container .sub-visual.classcheck-visual .bg {
  width: 26%;
  right: 10rem;
  top: 26rem;
}
.container .sub-visual.ptz-app-visual {
  background: #3859CE;
}
.container .sub-visual.ptz-app-visual .bg img {
  width: 50%;
}
.container .sub-section {
  padding: 4rem 0;
  background: #F2F1ED;
}
.container .sub-section:last-child {
  padding: 0;
}
.container .sub-section .inner {
  text-align: center;
  padding: 0 24px;
}
@media (max-width: breakpoint-mobile) {
  .container .sub-section .inner {
    padding: 2rem 40px;
  }
}
@media (min-width: 768px) {
  .container .sub-section .inner {
    padding: 4rem 40px;
  }
}
@media (min-width: 1200px) {
  .container .sub-section .inner {
    margin: 0 auto;
    padding: 4rem 60px;
    width: 1200px;
    max-width: 1200px;
  }
}
@media screen and (min-width: 1400px) {
  .container .sub-section .inner {
    width: 1400px;
    max-width: 1400px;
  }
}
.container .sub-section .inner .sc-title-wrap {
  margin-bottom: 4rem;
}
@media (min-width: 980px) {
  .container .sub-section .inner .sc-title-wrap {
    margin-bottom: 4rem;
  }
}
@media (min-width: 768px) {
  .container .sub-section .inner .sc-title-wrap {
    margin-bottom: 5rem;
  }
}
.container .sub-section .inner .sc-title-wrap .title-main {
  padding-bottom: 1rem;
}
.container .sub-section .inner .sc-title-wrap > h2 {
  margin-bottom: 1rem;
}
.container .sub-section .inner .sc-title-wrap > h2 span {
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .container .sub-section .consts-wrap .logo-list-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.container .sub-section .consts-wrap .logo-list-wrap .list {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-bottom: 3rem;
  background: #fff;
  border-radius: 1.8rem;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 768px) {
  .container .sub-section .consts-wrap .logo-list-wrap .list {
    width: 49%;
    margin-bottom: 3rem;
  }
  .container .sub-section .consts-wrap .logo-list-wrap .list:nth-child(2n+0) {
    transition-delay: 0.2s;
  }
}
.container .sub-section .consts-wrap .logo-list-wrap .list:nth-child(2) {
  background: #0B588F;
}
.container .sub-section .consts-wrap .logo-list-wrap .list img {
  width: 60%;
  max-width: 350px;
  margin: 0 auto;
}
.container .sub-section .color-list-wrap {
  display: flex;
  align-items: center;
  flex-direction: column;
}
@media (min-width: 768px) {
  .container .sub-section .color-list-wrap {
    flex-direction: row;
    justify-content: space-around;
  }
}
.container .sub-section .color-list-wrap .item {
  width: 70%;
  box-sizing: border-box;
  background: #ffffff;
  border-radius: 50%;
  margin-bottom: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  align-items: center;
}
.container .sub-section .color-list-wrap .item::before {
  content: "";
  display: block;
  padding-top: 100%;
}
@media (min-width: 768px) {
  .container .sub-section .color-list-wrap .item {
    width: 30%;
    margin-right: 2%;
    max-width: 450px;
  }
  .container .sub-section .color-list-wrap .item:nth-child(3) {
    margin-right: 0;
  }
}
.container .sub-section .color-list-wrap .item .text-wrap {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 70%;
}
.container .sub-section .color-list-wrap .item .text-wrap .title-main {
  color: #ffffff;
  text-align: center;
}
.container .sub-section .color-list-wrap .item .text-wrap .title-sub {
  color: #ffffff;
}
.container .sub-section .color-list-wrap .item .text-wrap .title-txt {
  color: #ffffff;
}
.container .sub-section .color-list-wrap .item.item-recipia {
  background: none;
  border: 20px solid #EE5224;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.container .sub-section .color-list-wrap .item.item-recipia .title-main {
  color: #464646;
  text-align: center;
}
.container .sub-section .color-list-wrap .item.item-recipia .title-sub {
  color: #464646;
  font-weight: bold;
}
.container .sub-section .color-list-wrap .item.item-recipia .title-txt {
  color: #464646;
}
.container .sub-section .color-list-wrap .item.item-lawshop {
  background: none;
  border: 20px solid #7567FF;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
@media (min-width: 768px) {
  .container .sub-section .color-list-wrap .item.item-lawshop {
    width: 30%;
    margin-right: 2%;
    max-width: 450px;
  }
}
.container .sub-section .color-list-wrap .item.item-lawshop .text-wrap .title-main {
  color: #464646;
}
.container .sub-section .color-list-wrap .item.item-lawshop .text-wrap .title-sub {
  color: #464646;
}
.container .sub-section .color-list-wrap .item.item-lawshop .text-wrap .title-txt {
  color: #464646;
}
.container .sub-section .color-list-wrap .item.item-mypet {
  background: none;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
@media (min-width: 768px) {
  .container .sub-section .color-list-wrap .item.item-mypet {
    width: 30%;
    margin-right: 2%;
    max-width: 450px;
  }
}
.container .sub-section .color-list-wrap .item.item-mypet .text-wrap .title-main {
  color: #464646;
}
.container .sub-section .color-list-wrap .item.item-mypet .text-wrap .title-sub {
  color: #464646;
}
.container .sub-section .color-list-wrap .item.item-mypet .text-wrap .title-txt {
  color: #464646;
}
.container .sub-section .color-list-wrap .item.item-classcheck {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  background: #185BDE;
}
.container .sub-section .color-list-wrap .item.item-classcheck .title-main {
  color: #ffffff;
}
.container .sub-section .color-list-wrap .item.item-classcheck .title-sub {
  color: #ffffff;
}
.container .sub-section .color-list-wrap .item.item-classcheck .title-txt {
  color: #ffffff;
}
.container .sub-section .color-list-wrap .item.item-ptz-app {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  background: #3F59B2;
}
.container .sub-section .color-list-wrap .item.item-ptz-app .title-main {
  color: #ffffff;
}
.container .sub-section .color-list-wrap .item.item-ptz-app .title-sub {
  color: #ffffff;
}
.container .sub-section .color-list-wrap .item.item-ptz-app .title-txt {
  color: #ffffff;
}
.container .sub-section .color-list-wrap .item-helsi:nth-child(1) {
  background: url(../images/helsi-color-bg-1.png) no-repeat;
  background-size: 100% auto;
}
.container .sub-section .color-list-wrap .item-helsi:nth-child(2) {
  background: url(../images/helsi-color-bg-2.png) no-repeat;
  background-size: 100% auto;
}
.container .sub-section .color-list-wrap .item-helsi:nth-child(3) {
  background: url(../images/helsi-color-bg-3.png) no-repeat;
  background-size: 100% auto;
}
@media (min-width: 768px) {
  .container .sub-section .color-list-wrap .item-hedwig {
    width: 30%;
    margin-right: 2%;
    max-width: 450px;
  }
}
.container .sub-section .color-list-wrap .item-hedwig:nth-child(1) {
  background-image: url(../images/hedwig-color-bg-1.png);
  background-size: 105% auto;
  background-color: rgba(0, 0, 0, 0.4);
  background-blend-mode: multiply;
  background-repeat: no-repeat;
}
.container .sub-section .color-list-wrap .item-hedwig:nth-child(2) {
  background-image: url(../images/hedwig-color-bg-3.png);
  background-size: 105% auto;
  background-color: rgba(0, 0, 0, 0.3);
  background-blend-mode: multiply;
  background-repeat: no-repeat;
}
.container .sub-section .color-list-wrap .item-hedwig:nth-child(3) {
  background-image: url(../images/hedwig-color-bg-2.png);
  background-size: 105% auto;
  background-color: rgba(0, 0, 0, 0.5);
  background-blend-mode: multiply;
  background-repeat: no-repeat;
}
.container .sub-section .color-list-wrap .item-mypet:nth-child(1) {
  border: 20px solid #24966D;
}
.container .sub-section .color-list-wrap .item-mypet:nth-child(2) {
  border: 20px solid #24966D;
}
.container .sub-section .color-list-wrap .item-mypet:nth-child(3) {
  border: 20px solid #24966D;
}
.container .sub-section .color-list-wrap .item-color-system {
  width: 70%;
  margin-right: 1%;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
@media (min-width: 768px) {
  .container .sub-section .color-list-wrap .item-color-system {
    width: 20%;
    max-width: 300px;
  }
}
.container .sub-section .color-list-wrap .item-color-system:nth-child(1) {
  background: #C73400;
}
.container .sub-section .color-list-wrap .item-color-system:nth-child(2) {
  background: #001BBD;
}
.container .sub-section .color-list-wrap .item-color-system:nth-child(3) {
  margin-right: 2%;
  background: #FFD02E;
}
.container .sub-section .color-list-wrap .item-color-system:nth-child(4) {
  margin-right: 0;
  background: #FFFAE6;
}
.container .sub-section .color-list-wrap .item-color-system:nth-child(4) .text-wrap {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 70%;
}
.container .sub-section .color-list-wrap .item-color-system:nth-child(4) .text-wrap .title-sub {
  color: #464646;
}
.container .sub-section .color-list-wrap .item-color-system.recipia:nth-child(1) {
  background: #EE5224;
}
.container .sub-section .color-list-wrap .item-color-system.recipia:nth-child(2) {
  background: #FFFFFF;
}
.container .sub-section .color-list-wrap .item-color-system.recipia:nth-child(2) .text-wrap .title-sub {
  color: #464646;
}
.container .sub-section .color-list-wrap .item-color-system.recipia:nth-child(3) {
  margin-right: 2%;
  background: #9C9C9C;
}
.container .sub-section .color-list-wrap .item-color-system.recipia:nth-child(4) {
  margin-right: 0;
  background: #333333;
}
.container .sub-section .color-list-wrap .item-color-system.recipia:nth-child(4) .text-wrap .title-sub {
  color: #ffffff;
}
.container .sub-section .color-list-wrap .item-color-system.lawshop:nth-child(1) {
  background: linear-gradient(to bottom right, #61E2FE, #7567FF);
}
.container .sub-section .color-list-wrap .item-color-system.lawshop:nth-child(2) {
  background: #7567FF;
}
.container .sub-section .color-list-wrap .item-color-system.lawshop:nth-child(3) {
  margin-right: 2%;
  background: #FF6229;
}
.container .sub-section .color-list-wrap .item-color-system.lawshop:nth-child(4) {
  margin-right: 0;
  background: #FFFFFF;
}
.container .sub-section .color-list-wrap .item-color-system.mypet {
  border-radius: 2rem;
}
@media (min-width: 768px) {
  .container .sub-section .color-list-wrap .item-color-system.mypet {
    width: 16%;
    max-width: 300px;
  }
}
.container .sub-section .color-list-wrap .item-color-system.mypet:nth-child(1) {
  background: #E30613;
}
.container .sub-section .color-list-wrap .item-color-system.mypet:nth-child(2) {
  background: #EA6E24;
}
.container .sub-section .color-list-wrap .item-color-system.mypet:nth-child(3) {
  margin-right: 2%;
  background: #00983A;
}
.container .sub-section .color-list-wrap .item-color-system.mypet:nth-child(4) {
  margin-right: 2%;
  background: #009FE3;
}
.container .sub-section .color-list-wrap .item-color-system.mypet:nth-child(4) .text-wrap .title-sub {
  color: #ffffff;
}
.container .sub-section .color-list-wrap .item-color-system.mypet:nth-child(5) {
  margin-right: 0;
  background: #312783;
}
.container .sub-section.section-project-font {
  background: #0B588F;
}
.container .sub-section.section-project-font .title-main {
  color: #ffffff;
}
.container .sub-section.section-project-font .title-txt {
  color: #ffffff;
}
@media screen and (min-width: 768px) {
  .container .sub-section.section-project-font .conts-wrap .font-list-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.container .sub-section.section-project-font .conts-wrap .font-list-wrap .list {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  .container .sub-section.section-project-font .conts-wrap .font-list-wrap .list {
    width: 49%;
    margin-bottom: 3rem;
  }
  .container .sub-section.section-project-font .conts-wrap .font-list-wrap .list:nth-child(2) {
    transition-delay: 0.2s;
  }
}
.container .sub-section.section-project-font .conts-wrap .font-list-wrap .list .font-wrap {
  background: rgba(0, 0, 0, 0.05);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  border-radius: 1.4rem;
  margin-bottom: 2rem;
}
.container .sub-section.section-project-font .conts-wrap .font-list-wrap .list .font-wrap img {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  padding: 4rem 5rem;
}
.container .sub-section.section-project-mockup {
  background: #F2F1ED;
}
.container .sub-section.section-project-concept-wrap.orangedata img {
  width: 60%;
  padding-bottom: 3rem;
}
.container .sub-section.section-project-concept-wrap.ptz-app img {
  width: 60%;
  padding-bottom: 3rem;
}
.container .sub-section.section-project-concept-wrap .system-wrap .color-list-wrap {
  flex-direction: row;
  margin-bottom: 3rem;
}
.container .sub-section.section-project-concept-wrap .system-wrap .color-list-wrap.column {
  display: flex;
  align-items: center;
  flex-direction: column;
}
@media (min-width: 768px) {
  .container .sub-section.section-project-concept-wrap .system-wrap .color-list-wrap.column {
    flex-direction: row;
    justify-content: space-around;
  }
}
.container .sub-section.section-project-concept-wrap .system-wrap .font-list-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.container .sub-section.section-project-concept-wrap .system-wrap .font-list-wrap .list {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  .container .sub-section.section-project-concept-wrap .system-wrap .font-list-wrap .list {
    width: 30%;
    margin-bottom: 3rem;
  }
  .container .sub-section.section-project-concept-wrap .system-wrap .font-list-wrap .list:nth-child(2) {
    transition-delay: 0.2s;
  }
}
.container .sub-section.section-project-concept-wrap .system-wrap .font-list-wrap .list .font-wrap {
  background: rgba(0, 0, 0, 0.05);
  border-radius: 1.4rem;
  margin-bottom: 0.2rem;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.container .sub-section.section-project-concept-wrap .system-wrap .font-list-wrap .list .font-wrap img {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  padding: 4rem 5rem;
}
.container .sub-section.section-project-concept-wrap .system-wrap .font-list-wrap.recipia .list {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  .container .sub-section.section-project-concept-wrap .system-wrap .font-list-wrap.recipia .list {
    width: 50%;
  }
}
.container .sub-section.section-project-concept-wrap .system-wrap .font-list-wrap.lawshop .list {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  .container .sub-section.section-project-concept-wrap .system-wrap .font-list-wrap.lawshop .list {
    width: 50%;
  }
}
.container .sub-section.section-project-concept-wrap .system-wrap .font-list-wrap.classcheck .list {
  width: 80%;
}
.container .sub-section.section-project-concept-wrap .system-wrap .font-list-wrap.hedwig {
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .container .sub-section.section-project-concept-wrap .system-wrap .font-list-wrap.hedwig {
    display: flex;
    flex-direction: row;
  }
}
.container .sub-section.section-project-concept-wrap .system-wrap .font-list-wrap.hedwig .list {
  margin-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  .container .sub-section.section-project-concept-wrap .system-wrap .font-list-wrap.hedwig .list {
    width: 50%;
    margin-right: 2rem;
  }
}
.container .sub-section.section-project-icon-wrap .conts-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.container .sub-section.section-project-icon-wrap .conts-wrap .icon-set {
  width: 50%;
}
.container .sub-section.section-project-icon-wrap.lawshop .icon-set {
  width: 30%;
}
.container .sub-section.section-project-flowchart-wrap .inner .conts-wrap .flow-chart {
  width: 60%;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  background: rgba(255, 255, 255, 0.4);
  border-radius: 1.4rem;
  margin: 0 auto;
}
.container .sub-section.section-project-component-wrap .inner .conts-wrap .component {
  width: 70%;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.01);
  background: rgba(0, 0, 0, 0.1);
  border-radius: 1.2rem;
  margin: 0 auto;
}
.container .sub-section.section-project-main-wrap {
  background: #24966D;
}
.container .sub-section.section-project-main-wrap .title-main {
  color: #ffffff;
}
.container .sub-section.section-project-main-wrap .title-sub {
  color: #ffffff;
}
.container .sub-section.section-project-main-wrap .title-txt {
  color: #ffffff;
}
.container .sub-section.section-project-main-wrap .inner .conts-wrap .main-wrap {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.container .sub-section.section-project-main-wrap .inner .conts-wrap .main-wrap .title-wrap {
  text-align: left;
  margin-bottom: 10rem;
}
.container .sub-section.section-project-main-wrap .inner .conts-wrap .main-wrap .title-wrap .title-sub {
  margin-bottom: 1.2rem;
}
.container .sub-section.section-project-main-wrap .inner .conts-wrap .main-wrap .img-wrap {
  width: 40%;
}
.container .sub-section.section-project-main-wrap.ptz-app {
  background: #3859CE;
}
.container .sub-section.section-project-main-wrap.classcheck {
  background: #185BDE;
}
.container .sub-section.section-project-main-wrap.classcheck .inner .conts-wrap .main-wrap .img-wrap {
  width: 30%;
}
.container .sub-section.section-project-main-wrap.lawshop {
  background: linear-gradient(to bottom right, #61E2FE, #7567FF);
}
.container .sub-section.section-project-main-wrap.recipia {
  padding: 3rem 0;
  background: #EE5224;
}
.container .sub-section.section-project-main-wrap.recipia .inner {
  flex-direction: column;
}
.container .sub-section.section-project-main-wrap.recipia .inner .conts-wrap .main-wrap .img-wrap {
  width: 120%;
}
.container .sub-section.section-project-place-wrap .inner {
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 100%;
}
.container .sub-section.section-project-place-wrap .inner .title-wrap {
  text-align: left;
}
.container .sub-section.section-project-place-wrap .inner .title-wrap .title-sub {
  padding-bottom: 1.2rem;
}
.container .sub-section.section-project-place-wrap .inner .conts-wrap {
  width: 50%;
}
.container .sub-section.section-project-place-wrap .inner .conts-wrap .img-wrap {
  display: flex;
  align-items: center;
}
.container .sub-section.section-project-place-wrap .inner .conts-wrap .img-wrap img {
  width: 50%;
}
.container .sub-section.section-project-market-wrap .inner, .container .sub-section.section-project-find-wrap .inner {
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-direction: row-reverse;
}
.container .sub-section.section-project-market-wrap .inner .title-wrap, .container .sub-section.section-project-find-wrap .inner .title-wrap {
  text-align: left;
}
.container .sub-section.section-project-market-wrap .inner .title-wrap .title-sub, .container .sub-section.section-project-find-wrap .inner .title-wrap .title-sub {
  padding-bottom: 1.2rem;
}
.container .sub-section.section-project-market-wrap .inner .conts-wrap, .container .sub-section.section-project-find-wrap .inner .conts-wrap {
  width: 50%;
}
.container .sub-section.section-project-market-wrap .inner .conts-wrap .img-wrap, .container .sub-section.section-project-find-wrap .inner .conts-wrap .img-wrap {
  display: flex;
  align-items: center;
}
.container .sub-section.section-project-market-wrap .inner .conts-wrap .img-wrap img, .container .sub-section.section-project-find-wrap .inner .conts-wrap .img-wrap img {
  width: 50%;
}
.container .sub-section.section-project-contents-wrap .inner {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.container .sub-section.section-project-contents-wrap .inner .title-wrap {
  text-align: left;
}
.container .sub-section.section-project-contents-wrap .inner .title-wrap .title-main {
  padding-bottom: 1.2rem;
}
.container .sub-section.section-project-contents-wrap .inner .conts-wrap {
  width: 50%;
}
.container .sub-section.section-project-contents-wrap .inner .conts-wrap .img-wrap {
  display: flex;
  align-items: center;
}
.container .sub-section.section-project-contents-wrap .inner .conts-wrap .img-wrap img {
  width: 50%;
}
.container .sub-section.section-project-wireframe-wrap .inner {
  margin-bottom: 10rem;
}
.container .sub-section.section-project-wireframe-wrap .inner .conts-wrap .flow-chart {
  width: 70%;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  background: rgba(255, 255, 255, 0.4);
  border-radius: 1.2rem;
  margin: 0 auto;
  padding: 3rem;
}
.container .sub-section.section-project-quick-wrap .inner {
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 100%;
}
.container .sub-section.section-project-quick-wrap .inner .title-wrap {
  text-align: left;
}
.container .sub-section.section-project-quick-wrap .inner .title-wrap .title-sub {
  padding-bottom: 1.2rem;
}
.container .sub-section.section-project-quick-wrap .inner .conts-wrap {
  width: 50%;
}
.container .sub-section.section-project-quick-wrap .inner .conts-wrap .img-wrap {
  display: flex;
  align-items: center;
}
.container .sub-section.section-project-quick-wrap .inner .conts-wrap .img-wrap img {
  width: 50%;
}/*# sourceMappingURL=sub.css.map */