@charset "utf-8";

ul,
li,
dl,
dt,
dd {
  list-style: none;
  padding: 0;
  margin: 0;
}

table caption {
  display: none;
}

.btnArea {
  position: relative;
  z-index: 999999;
}

.xm {
  margin: 0 auto;
  padding: 60px 20px;
  max-width: 880px;
  width: 100%;
  box-sizing: border-box;
}

.mbr {
  display: block;
}

.xe_content>ul,
.xe_content>ol,
.rhymix_content>ul,
.rhymix_content>ol {
  padding: 0;
  margin: 0;
}

/* 게시판 리셋 */
.board {
  margin: 0 auto;
  padding: 60px 20px;
  width: 100%;
  max-width: 880px;
  box-sizing: border-box;
}

.list_footer .btnArea {
  display: flex;
  justify-content: center;
  align-items: center;
  float: none;
  width: 100%;
}

#board_search {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 20px 0 0;
}

.list_footer .board_search .search_input {
  margin: 0 10px !important;
}

.list_footer .board_search .btn {
  position: static !important;
}

.widGetBtnWrap {
  float: none;
  display: flex;
  justify-content: end;
  align-items: center;
  width: 100%;
  margin: 16px 0 0;
}

.body {
  padding: 0;
}

body,
html,
.container {
  min-width: unset;
}

.btn_top {
  width: 64px;
  height: 64px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  background-color: #242424;
  z-index: 999999;
}

.btn_top:hover {
  background-color: #000;
}

.btn_top i {
  line-height: 64px;
}

.mo_only {
  display: block;
}

.pc_only {
  display: none;
}

/* 폰트크기 */
.fs32 {
  font-size: 28px;
}

.fs26 {
  font-size: 24px;
}

.fs20 {
  font-size: 18px;
}

/* 마진 삭제 */
.mt0 {
  margin-top: 0 !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.blind {
  display: none;
}

.headerWrapper>.side>ul>li>a {
  color: #fff;
}

/* GNB */
.gnb>ul .depth2>li>a {
  padding: 10px 0 10px 20px;
  color: #6f6f6f;
  box-sizing: border-box;
}

.gnb>ul .depth3>li>a {
  padding: 10px 0 10px 40px;
  color: #6f6f6f;
  font-weight: 600;
  box-sizing: border-box;
}

.gnb>ul .depth2 li a:focus {
  color: #000;
}

.ui-tab {
  position: relative;
}

.ui-tab .uiTabList {
  display: flex;
  justify-self: start;
  align-items: center;
  width: 100%;
  line-height: 1;
}

.uiTabContWapper .tabCont {
  display: none;
  position: relative;
}

.uiTabContWapper .tabCont.isActive {
  display: block;
}

.aiContentsBody {
  position: relative;
  margin: 40px auto;
  padding: 0 20px 0;
  width: 100%;
  box-sizing: border-box;
}

/* 검색 */
.search_wrap {
  width: 100%;
  max-width: 1024px;
}

/* 메인 키비쥬얼 */
.mainVisual {
  position: relative;
  width: 100%;
  height: 200px;
}

.mainVisual .uiTransitionBox {
  width: 100%;
  height: 100%;
}

.mainVisual .uiTransitionBox li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  animation: kv-fade-out 9s infinite;
  -webkit-animation: kv-fade-out 9s infinite;
  background: url('/files/static/images/bg_kv1.jpg') 50% 0 no-repeat;
  opacity: 0;
  background-size: cover !important;
}

.mainVisual .uiTransitionBox li:nth-child(2) {
  background: url('/files/static/images/bg_kv2.jpg') 50% 0 no-repeat;
  animation-delay: 3s;
}

.mainVisual .uiTransitionBox li:nth-child(3) {
  background: url('/files/static/images/bg_kv3.jpg') 50% 0 no-repeat;
  animation-delay: 6s;
}

.mainVisual .textBox {
  position: absolute;
  top: 76px;
  left: 0;
  width: 100%;
}

.mainVisual .textBox .t1 {
  margin: 0 0 16px;
  width: 100%;
  height: 24px;
  background: url("/files/static/images/logo_kv.svg") 50% 50% no-repeat;
  background-size: auto 24px;
}

.mainVisual .textBox .t2 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 2px;
  text-align: center;
}

/* 
.mainVisual .uiTransitionBox li:nth-child(4) {
  background: url('/files/static/images/bg_kv4.jpg') 50% 0 no-repeat;
  animation-delay: 9s;
} */

@keyframes kv-fade-out {
  0% {
    opacity: 0;
  }

  8.333% {
    opacity: 1
  }

  33.333% {
    opacity: 1
  }

  41.666% {
    opacity: 0;
  }
}

/* 메인 */
.mainTit {
  position: relative;
  margin: 80px 0 40px;
  padding: 0 0 8px;
  border-bottom: 1px #000 solid;
}

.mainTit:first-child {
  margin: 0 0 40px;
}

.mainTit p {
  color: #000;
  font-size: 26px;
  font-weight: 800;
}

.mainTit p .stit {
  margin: 0 0 0 8px;
  color: #6F6F6F;
  font-size: 16px;
  font-weight: 600;
}

.mainTit .btnMore {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 10px;
  height: 36px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  background: #242424;
}

.mainTit .btnMore span {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 2px;
}

.mainTit .btnMore:after {
  display: block;
  width: 24px;
  height: 24px;
  margin: 0 0 0 6px;
  background: url("/files/static/images/arrow_right.svg") 50% 50% no-repeat;
  background-size: 15px 10px;
  content: " ";
}

.mainTit.noMargin {
  margin: 0;
}

.aiContentsBody>.sub {
  margin: -24px 0 32px;
  color: #6F6F6F;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
}

.mainBusiness {
  display: flex;
  justify-content: center;
  align-items: start;
  width: 100%;
  flex-wrap: wrap;
}

.mainBusiness dl {
  display: flex;
  justify-content: center;
  align-items: start;
  flex-direction: column;
  position: relative;
  margin: 0 40px 80px;
  max-width: 280px;
  width: 100%;
}

.mainBusiness dl dt {
  color: #000;
  font-size: 26px;
  font-weight: 800;
  line-height: 90%;
  text-align: center;
  margin: 0 0 16px;
  width: 100%;
  order: 2;
}

.mainBusiness dl dd {
  color: #6F6F6F;
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
  text-align: center;
  width: 100%;
  order: 3;
}

.mainBusiness dl dd.img {
  display: flex;
  align-items: end;
  width: 100%;
  max-width: 200px;
  margin: 0 auto 16px;
  order: 1;
}

.mainBusiness dl dd.img img {
  width: 100%;
}

.mainProduct {
  position: relative;
  padding: 0 48px;
}

.mainProduct .slick-list {
  overflow: hidden;
  width: 100%;
}

.prdSlide {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
  max-width: 784px;
}

.prdSlide .prdImg {
  margin: 0 auto;
  width: calc(100% - 120px);
}

.prdSlide .prdImg img {
  display: block;
  width: 100%;
}

.prdSlide .prdInfo {
  display: block;
  width: 100%;
  padding: 40px;
  box-sizing: border-box;
}

.prdSlide .prdInfo dt {
  margin: 0 0 16px;
}

.prdSlide .prdInfo dt strong {
  display: block;
  font-size: 28px;
  font-weight: 900;
  line-height: 1;
}

.prdSlide .prdInfo dt span {
  color: #6F6F6F;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
}

.prdSlide .prdInfo dd {
  color: #6F6F6F;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
}

.solutionModels .mdInfo dd.btnWrap,
.prdSlide .prdInfo dd.btnWrap {
  margin: 16px 0 0;
}

.solutionModels .mdInfo dd.btnWrap a,
.prdSlide .prdInfo dd.btnWrap a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0 10px;
  height: 36px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  background: #242424;
}

.solutionModels .mdInfo dd.btnWrap a:after,
.prdSlide .prdInfo dd.btnWrap a:after {
  display: block;
  width: 24px;
  height: 24px;
  margin: 0 0 0 6px;
  background: url(/files/static/images/arrow_right.svg) 50% 50% no-repeat;
  background-size: 15px 10px;
  content: " ";
}

.mainProduct .slick-prev,
.mainProduct .slick-next {
  overflow: hidden;
  text-indent: -1000em;
  position: absolute;
  top: 0;
  left: 0;
  width: 48px;
  height: 100%;
  border-radius: 16px 0 0 16px;
  -webkit-border-radius: 16px 0 0 16px;
  -moz-border-radius: 16px 0 0 16px;
  -ms-border-radius: 16px 0 0 16px;
  -o-border-radius: 16px 0 0 16px;
  background: #F8F8F8;
}

.mainProduct .slick-next {
  left: auto;
  right: 0;
  border-radius: 0 16px 16px 0;
  -webkit-border-radius: 0 16px 16px 0;
  -moz-border-radius: 0 16px 16px 0;
  -ms-border-radius: 0 16px 16px 0;
  -o-border-radius: 0 16px 16px 0;
}

.mainProduct .slick-prev:after,
.mainProduct .slick-next:after {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -8px 0 0 -4px;
  width: 8px;
  height: 16px;
  background: url('/files/static/images/arrow_left.svg') 50% 50% no-repeat;
  background-size: 8px 16px;
  content: ' ';
}

.mainProduct .slick-next:after {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}

.mainProduct .slick-prev:hover,
.mainProduct .slick-next:hover {
  background-color: #242424;
}

.mainProduct .slick-prev:hover:after,
.mainProduct .slick-next:hover:after {
  background: url("/files/static/images/arrow_right_wh.svg") 50% 50% no-repeat;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}

.mainProduct .slick-next:hover:after {
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
}

/* 메인 - 솔루션 */
.solutionModels {
  display: flex;
  justify-self: start;
  align-items: center;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
  margin: 0 auto 24px;
  border-radius: 16px;
  background: #F8F8F8;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
  box-sizing: border-box;
}

.mdInfo {
  max-width: 380px;
  width: 100%;
  padding: 30px 20px;
  box-sizing: border-box;
  order: 2;
}

.mdInfo dt {
  margin: 0 0 16px;
  color: #000;
  font-size: 24px;
  font-weight: 800;
}

.mdInfo dd {
  margin: 0 0 16px;
  color: #6F6F6F;
  font-size: 16px;
  line-height: 1.4;
}

.solutionModels .thumb {
  overflow: hidden;
  order: 1;
}

.solutionModels .thumb img {
  display: block;
  width: 100%;
}

/* 로케이션 */
.map {
  width: 100%;
  background: url('/files/static/images/bg_location.jpg') 50% 50% no-repeat;
  background-size: cover;
}

.map .box {
  overflow: hidden;
  margin: 0 auto;
  padding: 48px 20px 67px;
  max-width: 880px;
  width: 100%;
  box-sizing: border-box;
}

.map .box .tit {
  margin: 0 0 37px;
  color: #000000;
  font-size: 26px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 2px;
}

.map .box img,
.map .box iframe {
  display: block;
  width: 100%;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
}

/* 게시판 */
.board .btnArea {
  z-index: 1 !important;
}

/* 문의하기 레이어 */
.lyrDimmed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1000001;
}

.qnaWrapper {
  display: none;
  position: relative;
  overflow: auto;
  max-width: 600px;
  width: 100%;
  height: 100vh;
  min-width: 280px;
  padding: 24px 20px;
  border: 1px #ddd solid;
  border-radius: 15px;
  z-index: 10000;
  background-color: #fff;
  box-sizing: border-box;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

#zonePageContent .qnaWrapper {
  display: block;
  padding: 0;
}

.btnFormClose {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 20px;
  right: 20px;
  background: #4A68BE;
  border-radius: 8px;
  padding: 0;
  margin: 0;
  width: 28px;
  height: 28px;
  color: #666;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.btnFormClose:after {
  content: ' ';
  width: 12px;
  height: 12px;
  background: url("/files/static/images/icon_x.svg") 50% 50% no-repeat;
}

/* GNB */
.headerWrapper {
  background: #ffffff;
}

.headerWrapper>.logo-item a>img {
  max-height: unset !important;
  height: 24px;
}

/* footer */
.footer {
  padding: 32px 0 0;
  border: 0 !important;
  background-color: #212936 !important;
}

.footer .f_info2 {
  display: none;
}

.footer .f_info_area {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
  padding: 0 20px !important;
  box-sizing: border-box;
}

.footer .f_info {
  display: flex;
  justify-self: start;
  align-items: center;
  flex-direction: column;
  width: 100%;
}

.footer .f_info p {
  margin: 0 0 5px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
}

.footer .f_info p.address {
  margin: 0 0 16px;
}

.footer .f_cr_area {
  padding: 15px 0 0;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  border: 0 !important;
  background-color: #212936 !important;
}

.footer .copyright {
  color: #989898 !important;
}

/* 서브페이지 공통 */
.visual.sub {
  display: none;
  background: transparent;
}

.subVisual {
  position: relative;
  width: 100%;
  height: 160px;
  background-size: cover !important;
}

.subVisual.bg1 {
  background: url("/files/static/images/bg_aboutus.png") 50% 50% no-repeat;
}

.subVisual.bg2 {
  background: url("/files/static/images/bg2.jpg") 50% 50% no-repeat;
}

.subVisual.bg3 {
  background: url("/files/static/images/bg3.jpg") 50% 50% no-repeat;
}

.subVisual.bg4 {
  background: url("/files/static/images/bg_aboutus.png") 50% 50% no-repeat;
}

.subVisual.bg5 {
  background: url("/files/static/images/bg_aboutus.png") 50% 50% no-repeat;
}

.subVisual .pageTitle {
  padding-top: 96px;
  color: #ffffff;
  font-size: 24px;
  font-weight: 800;
  text-align: center;
}

.subVisual.dp3 {
  height: 120px;
}

.subVisual.dp3 .pageTitle {
  display: none;
}

.subMap {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.subMap .tabWrap {
  position: relative;
  margin: 0 auto;
  width: 100%;
  z-index: 2;
}

.tabWrap .uiTabList {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 14px 0;
  background: #060C14;
}

.tabWrap .uiTabList li {
  margin: 4px 20px 4px 0;
}

.tabWrap .uiTabList li:last-child {
  margin: 0;
}

.tabWrap .uiTabList li a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}

.tabWrap .uiTabList li a.isActive {
  color: #49CBEE;
}

.tabWrap .uiTabList li a.isActive:before {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 0 3px 0 0;
  background: url("/files/static/images/icon_logo.svg") 50% 50% no-repeat;
  background-size: cover;
  content: " ";
}

.tabWrap .uiTabContWapper {
  padding: 60px 0;
}

.tabWrap .uiTabContWapper .aiContentsBody {
  padding-bottom: 0;
}

/* 인사말 */
.greeting {
  position: relative;
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
  box-sizing: border-box;
}

.aiContentsBody .greeting {
  padding: 0;
}

.greeting .img {
  display: flex;
  justify-content: center;
  margin: 0 0 40px;
  width: 100%;
}

.greeting .img img {
  width: 100%;
}

.greeting .img.img2 img {
  width: 70%;
}

.greeting .text {
  color: #6F6F6F;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.6;
  text-align: left;
  letter-spacing: 0.5px;
}

.greeting .text .imgObj {
  display: block;
  margin: 0 0 24px;
  width: 100%;
  height: 24px;
  background: url('/files/static/images/img_about_logo.svg') 0 0 no-repeat;
  background-size: auto 24px;
}

.greeting .text strong {
  color: #000;
  font-size: 32px;
  font-weight: 800;
}

.greeting .text .t1 {
  margin: 0 0 30px;
  line-height: 1.3;
}

.greeting .text dl {
  margin: 0 0 24px;
  font-size: 20px;
  line-height: 1.4;
}

.greeting .text dl:last-child {
  margin: 0;
}

.greeting .text dl dt {
  color: #000;
}

.greeting .text dl dd {
  color: #6F6F6F;
}

.greeting .footage {
  margin: 40px 0 0;
  color: #000;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
}

.tabCont .aiContentsBody {
  margin: 0 auto;
  box-sizing: border-box;
}

.tabCont .aiContentsBody.mt {
  margin: 40px auto 0;
}

.tabCont .mp1 {
  padding: 0 40px;
  margin: 0 0 64px;
}

.tabCont .mp1 img {
  display: block;
  width: 100%;
}

.tabCont .mp2 {
  padding: 0;
  margin: 0 0 30px;
}

.tabCont .mp2 p {
  color: #6F6F6F;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.6;
  text-align: center;
}

.tabCont .mp2 p strong {
  color: #000000;
  font-size: 26px;
  font-weight: 800;
  letter-spacing: -1px;
}

.tabCont .mp3 {
  display: block;
  overflow: hidden;
  padding: 0;
  margin: 0 0 112px;
  width: 100%;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
}

.tabCont .mp3 dl {
  padding: 20px 24px;
  width: 100%;
  line-height: 1.4;
  background: #307AB8;
}

.tabCont .mp3 dl:nth-child(2) {
  background: #0F3266;
}

.tabCont .mp3 dl:nth-child(3) {
  background: #4A3F78;
}

.tabCont .mp3 dl dt {
  margin: 0 0 8px;
  color: rgba(255, 255, 255, 0.4);
  font-size: 20px;
}

.tabCont .mp3 dl dd {
  color: #ffffff;
  font-size: 20px;
}

/* 파트너 */
.partnerList {
  overflow: hidden;
  width: 100%;
  margin: 0 0 -20px;
}

.partnerList ul {
  display: flex;
  justify-self: start;
  flex-wrap: wrap;
  width: calc(100% + 39px);
}

.partnerList ul li {
  margin: 0 39px 20px 0;
}

.partnerList ul li img {
  height: 40px;
}

/* CI 소개 */
.grayBox {
  overflow: hidden;
  margin: 0 0 24px;
  padding: 24px 40px;
  border-radius: 24px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  -o-border-radius: 24px;
  background: #F0F0F0;
  box-sizing: border-box;
}

.grayBox p {
  margin: 0 0 24px;
  color: #6f6f6f;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
}

.grayBox .imgBox {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 0 0 40px;
  box-sizing: border-box;
}

.grayBox .imgBox img {
  display: block;
  max-width: 240px;
  width: 100%;
}

.ciColorChart {
  display: block;
  width: 100%;
}

.ciColorChart dl {
  position: relative;
  overflow: hidden;
  margin: 0 0 16px 0;
  padding: 86px 24px 16px;
  width: 100%;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  background: #fff;
  box-shadow: 1px 1px 20px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
}

.ciColorChart dl dt {
  color: #000;
  font-size: 22px;
  font-weight: 800;
  line-height: 0.9;
}

.ciColorChart dl dd {
  color: #6f6f6f;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
}

.ciColorChart dl .clrBx {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 70px;
}

.ciColorChart dl .clrBx.clr1 {
  background-color: #005889;
}

.ciColorChart dl .clrBx.clr2 {
  background-color: #0081C4;
}

.ciColorChart dl .clrBx.clr3 {
  background-color: #0098DA;
}

.ciColorChart dl .clrBx.clr4 {
  background-color: #474747;
}

/* 제품소개 */
.prdTitle {
  margin: 0 0 40px;
}

.prdTitle p {
  line-height: 1;
  text-align: center;
}

.prdTitle .t1 {
  color: #000;
  font-size: 24px;
  font-weight: 800;
  margin: 0 0 12px;
  letter-spacing: 2px;
}

.prdTitle .t2 {
  color: #6F6F6F;
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 21px;
}

.prdListWrap {
  overflow: hidden;
  width: 100%;
  margin: 0 0 60px;
  padding: 16px 0 0;
}

.prdListWrap:last-child {
  margin: 16px 0 0;
}

.prdListWrap ul {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 20px);
}

.prdListWrap ul li {
  display: block;
  overflow: hidden;
  max-width: calc(50% - 20px);
  margin: 0 20px 20px 0;
}

.prdListWrap ul li img {
  display: block;
  width: 100%;
}

.prdListWrap2 {
  display: flex;
  justify-self: center;
  align-items: start;
  flex-direction: column;
  margin: 0 0 24px;
  padding: 24px 0 0;
  width: 100%;
  border-top: 1px #000000 solid;
}

.prdListWrap2 .prdInfLeft {
  padding: 0;
  max-width: unset;
  width: 100%;
  box-sizing: border-box;
  order: 2;
}

.prdListWrap2 .prdInfLeft .mdName {
  color: #000;
  font-size: 32px;
  font-weight: 800;
  line-height: 1;
}

.prdListWrap2 .prdInfLeft .mdCat {
  margin: 0 0 24px;
  color: #6F6F6F;
  font-size: 18px;
  line-height: 1.4;
}

.prdListWrap2 .prdInfLeft .mdSpec {
  overflow: hidden;
  width: 100%;
  border-collapse: collapse;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  background: #f7f7f7;
}

.prdListWrap2 .prdInfLeft .mdSpec caption {
  display: none;
}

.prdListWrap2 .prdInfLeft .mdSpec th,
.prdListWrap2 .prdInfLeft .mdSpec td {
  padding: 14px 0 13px;
  color: #6F6F6F;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
  border-bottom: 1px #fff solid;
}

.prdListWrap2 .prdInfLeft .mdSpec th {
  color: #000;
  background-color: #ededee;
  border-right: 1px #fff solid;
}

.prdInfRIght {
  margin: 0 auto;
  width: 60%;
  max-width: unset;
  order: 1;
}

.prdInfRIght img {
  display: block;
}

/* 제품상세 */
.prdDetailInfoWrap {
  padding: 40px 0 0;
  width: 100%;
}

.prdDetailInfoWrap .prdDescription {
  color: #000;
  text-align: center;
}

.prdDetailInfoWrap .prdDescription.desc1 {
  color: #6f6f6f;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0;
  margin: 0 0 20px;
}

.prdDetailInfoWrap .prdDescription.desc2 {
  font-size: 40px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 2px;
  margin: 0 0 25px;
}

.prdDetailInfoWrap .prdDescription.desc3 {
  font-size: 24px;
  font-weight: 800;
  line-height: 1.4;
  letter-spacing: 0;
  margin: 0 0 32px;
}

.prdDetailInfoWrap .prdImg {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 0 0 74px;
}

.prdDetailInfoWrap .prdImg img {
  display: block;
  width: 100%;
  max-width: 460px;
}

.prdDescription2 {
  display: flex;
  justify-content: center;
  align-items: start;
  flex-wrap: wrap;
  margin: 0 0 64px;
  padding: 0;
  width: 100%;
  box-sizing: border-box;
}

.prdDescription2 li {
  margin: 0 0 40px;
  padding: 0 10px;
  width: 50%;
  box-sizing: border-box;
}

.prdDescription2 li span {
  display: block;
  width: 100%;
  text-align: center;
}

.prdDescription2 li .d1 {
  display: block;
  margin: 0 auto 8px;
  width: 100%;
  max-width: 108px;
}

.prdDescription2 li .d2 {
  margin: 0 0 8px;
  color: #000;
  font-size: 26px;
  font-weight: 800;
  line-height: 0.9;
}

.prdDescription2 li .d3 {
  margin: 0 0 8px;
  color: #6F6F6F;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: -1px;
}

.prdPoint {
  padding: 0 0 60px;
}

.prdDescription3 {
  display: flex;
  justify-self: start;
  align-items: start;
  flex-direction: column;
  overflow: hidden;
  margin: 0 0 40px;
  width: 100%;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  border: 1px rgba(0, 0, 0, 0.1) solid;
  background-color: #F8F8F8;
  box-sizing: border-box;
}

.prdDescription3 .prdThumb {
  width: 100%;
  order: 1;
}

.prdDescription3 .prdThumb img {
  display: block;
  width: 100%;
}

.prdDescription3 dl {
  order: 2;
  padding: 27px 20px;
}

.prdDescription3 dl dt {
  color: #000;
  font-size: 24px;
  font-weight: 800;
  line-height: 0.9;
  margin: 0 0 16px;
}

.prdDescription3 dl dd {
  color: #6f6f6f;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
}

.prdCaption {
  margin: 0 0 40px;
  color: #000;
  font-size: 40px;
  font-weight: 800;
  line-height: 1.3;
  text-align: center;
  letter-spacing: 2px;
}

.prdSpec {
  overflow: hidden;
}

.prdSpec dl {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  padding: 0 0 66px;
}

.prdSpec dt {
  width: 100%;
  margin: 0 0 20px;
  padding: 5px 24px;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  background: #ACB7C0;
  box-sizing: border-box;
}

.prdSpec dd {
  padding: 0 12px 16px;
  width: 50%;
  color: #6F6F6F;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  box-sizing: border-box;
}

.prdSpec dd.double,
.prdSpec dd.double.mo {
  width: 100%;
}

.prdSpec dd span {
  display: block;
  margin: 0 0 8px;
  line-height: 1.2;
}

.prdSpec dd span:last-child {
  margin: 0;
}

.prdSpec dd strong {
  display: block;
  color: #000;
  font-size: 20px;
  font-weight: 600;
}

.prdSpec dd span b {
  color: #000;
  font-weight: 600;
}

.contactWrap {
  display: flex;
  justify-content: start;
  align-items: center;
  flex-direction: column;
  padding: 80px 0 0;
  height: 320px;
  box-sizing: border-box;
  background: url("/files/static/images/bg_contactWrap.jpg") 50% 50% no-repeat;
  background-size: COVER;
}

.contactWrap p {
  text-align: center;
  color: #fff;
}

.contactWrap .t1 {
  font-size: 34px;
  font-weight: 600;
  line-height: 1;
  margin: 0 0 24px;
}

.contactWrap .t2 {
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  margin: 0 0 46px;
}

.contactWrap .btnAsk {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  width: 160px;
  height: 56px;
  color: #000;
  font-size: 24px;
  font-weight: 800;
  line-height: 1;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  background-color: #C4FA2B;
}

/* 솔루션 공통 */
.contentsTabWrapper .uiTabList {
  display: flex;
  justify-self: start;
  align-items: start;
  flex-wrap: nowrap;
  overflow: hidden;
  padding: 0;
  margin: 0 0 32px;
  width: 100%;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  background-color: #ACB7C0;
}

.contentsTabWrapper .uiTabList li {
  flex: 1;
  margin: 0;
}

.contentsTabWrapper li a {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  width: 100%;
  height: 42px;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  text-align: center;
}

.contentsTabWrapper li a.isActive {
  border-radius: 6px;
  background-color: #4A68BE;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}

/* 솔루션 - 망관제솔루션 */
.solBox1 {
  display: block;
  margin: 0 0 60px;
  width: 100%;
}

.solBox1 .thumb {
  display: block;
  overflow: hidden;
  margin: 0 0 30px;
  width: 100%;
}

.solBox1 .desc {
  padding: 0;
  color: #000;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
}

/* 솔루션 - 망관제솔루션 - 솔루션 소개 */
.solTit {
  margin: 0 0 48px;
}

.solTit p {
  margin: 0 0 12px;
  color: #6f6f6f;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
}

.solTit p:last-child {
  margin: 0;
}

.solTit p strong {
  color: #000;
  font-size: 26px;
  font-weight: 800;
}

.solBox2 {
  display: flex;
  justify-self: start;
  align-items: center;
  overflow: hidden;
  margin: 0 0 24px;
  width: 100%;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  border: 1px rgba(0, 0, 0, 0.1) solid;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
}

.solBox2 .thumb {
  display: block;
  width: 100%;
  max-width: 180px;
}

.solBox2 dl {
  padding: 0 18px;
  width: 100%;
}

.solBox2 dl dt {
  color: #000;
  font-size: 22px;
  font-weight: 800;
  line-height: 0.9;
  margin: 0 0 12px;
  line-height: 1;
}

.solBox2 dl dd {
  margin: 0 0 6px;
  color: #6f6f6f;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
}

.solBox2 dl dd:last-child {
  margin: 0 0 6px;
}

.solBoxImg {
  padding: 56px 0 0;
}

.solBoxImg li {
  display: block;
  width: 100%;
  margin: 0 0 24px;
}

.solBoxImg li img {
  display: block;
  width: 100%;
}

.sol2Spec {
  display: block;
  width: 100%;
}

.sol2Spec dl,
.sol2Spec dl.doubleWidth {
  overflow: hidden;
  margin: 0 0 24px 0;
  width: 100%;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  border: 1px rgba(0, 0, 0, 0.1) solid;
  background-color: #fff;
  box-sizing: border-box;
}

.sol2Spec dl dt {
  display: flex;
  justify-content: start;
  align-items: center;
  padding: 12px;
  width: 100%;
  box-sizing: border-box;
  background: #5267A3;
}

.sol2Spec dl dt .icon {
  margin: 0 11px 0 0;
  width: 40px;
  height: 40px;
}

.sol2Spec dl dt strong {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
}

.sol2Spec dl dd {
  padding: 24px 20px;
}

.sol2Spec dl dd ul {
  margin: 0;
}

.sol2Spec dl dd li {
  display: block;
  margin: 0 0 8px;
  color: #6f6f6f;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  text-align: left;
}

.sol2Spec dl dd li:last-child {
  margin: 0;
}

.sol2Spec dl.doubleWidth dd {
  display: block;
  padding: 24px 0;
}

.sol2Spec dl.doubleWidth ul {
  flex: 1;
  padding: 0 20px;
}

/* 솔루션 - 망커버리지 업그레이드 */
.solBox3 {
  display: block;
  margin: 0;
  width: 100%;
}

.solBox3.mt {
  padding: 36px 0 0;
}

.solBox3 .thumb {
  display: block;
  overflow: hidden;
  margin: 30px auto 0;
  width: calc(100% - 60px);
}

.solBox3 .thumb2 {
  display: block;
  overflow: hidden;
  margin: 0 0 32px;
  width: 100%;
}

.solBox3 .thumb3 {
  display: block;
  overflow: hidden;
  margin: 0 auto 20px;
  width: calc(100% - 80px);
  max-width: unset;
}

.solBox3 .thumb4 {
  display: block;
  overflow: hidden;
  margin: 0 0 80px;
  width: 100%;
}

.solBox3 .thumb5 {
  display: block;
  overflow: hidden;
  margin: 0 auto 20px;
  width: calc(100% - 80px);
  max-width: unset;
}

.solBox3 .spec {
  display: block;
  padding: 0 0 36px;
  width: 100%;
}

.solBox3 .spec > li {
  display: block;
  overflow: hidden;
  margin: 0 0 24px;
  width: 100%;
  border: 1px rgba(0, 0, 0, 0.1) solid;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  background: #fff;
}

.solBox3 .spec li .head {
  display: flex;
  justify-content: start;
  align-items: center;
  padding: 12px;
  background-color: #F07834;
}

.solBox3 .spec li .head .ico {
  display: block;
  margin: 0 10px 0 0;
  width: 40px;
}

.solBox3 .spec li .head strong {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
}

.solBox3 .spec li .head strong span {
  font-size: 12px;
  font-weight: 500;
}
.solBox3 .spec > li p {
  display: block;
  margin:0;
  padding: 24px 16px;
  width: 100%;
  color: #6f6f6f;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  box-sizing: border-box;
}
/* 제품 구매 */
.buyingGuide {
  display: block;
  overflow: hidden;
  margin:-20px 0 40px;
  border:1px rgba(0, 0, 0, 0.1) solid;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  background: #F8F8F8;
}
.buyingGuide .head{
  display:flex;
  justify-content: center;
  align-items: center;
  width:100%;
  height: 60px;
  background:#fff;
}
.buyingGuide .head img{
  width:auto;
  height:30px;
}
.buyingGuide ol{
  padding: 20px 20px 16px;
  padding-inline-start:1.5em;
}
.buyingGuide ol li{
  display: list-item;
  padding:0;
  margin:0 0 8px 20px;
  width: calc(100% - 20px);
  color: #6f6f6f;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  box-sizing: border-box;
  list-style:decimal;
}
.buyingGuide ol li a{color:#6f6f6f;}
.buyingGuide ol li:last-child{
  margin:0 0 0 20px;
}
.buyingGuide .btnWrap {
  padding: 0 20px 20px;
}

.buyingGuide .btnWrap .btnLink {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0 16px;
  height:34px;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  background: #242424;
}
.buyingGuide .btnWrap .btnLink:after{
  display:inline-block;
  margin:1px 0 0 2px;
  width:24px;
  height:24px;
  content:" ";
  background:url("/files/static/images/arrow.svg") 50% 50% no-repeat;
  background-size:cover;
}

.buyingGuide_notice{
    margin:-20px 0 0 20px;
    color:#6f6f6f;
    font-size:14px;
  }
.solBox3 .desc {
  padding: 0 20px;
  color: #000;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
}

.solBox3 .desc.mb {
  margin: 0 0 32px;
}

.solBox3 .sTit {
  margin: 60px 0 20px;
  color: #000;
  font-size: 26px;
  font-weight: 800;
  text-align: center;
}

.solBox3 ul {
  margin: 0 0 60px;
}

.solBox3 ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 0 0 24px;
  color: #6f6f6f;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
}

.solBox3 ul li:last-child {
  margin: 0;
}

.solBox3 ul li .iconCheck {
  margin: 0 4px 0 0;
}

.solBox3 .solText {
  color: #000;
  font-size: 26px;
  line-height: 0.9;
  text-align: center;
  margin: 0 0 24px;
}

.solBox3Img1 {
  display: block;
  margin: 0 auto 60px;
  max-width: 240px;
  width: 100%;
}

.solBox3Img2 {
  display: block;
  margin: 0 auto 60px;
  width: 100%;
}

.solBox3 .spec2 {
  margin: 0 auto 60px;
  padding:0 10px 0 0;
  width: 100%;
  box-sizing: border-box;
}

.solBox3 .spec2 li {
  display: block;
  position: relative;
  margin: 0 0 8px;
  padding: 0 0 0 28px;
  color: #6F6F6F;
  font-size: 16px;
  font-weight: 600;
  text-align: left;
  line-height: 1.4;
  box-sizing: border-box;
}

.solBox3 .spec2 li:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 22px;
  height: 22px;
  background: url('/files/static/images/ico_check.svg') 50% 50% no-repeat;
  background-size: cover;
  content: " ";
}

.vpnSpec {
  display: block;
  width: 100%;
  padding: 0 0 80px;
}

.vpnSpec dl {
  margin: 0 0 40px;
  width: 100%;
}

.vpnSpec dl dt {
  display: flex;
  justify-content: start;
  align-items: center;
  overflow: hidden;
  margin: 0 0 20px;
  padding: 0 24px;
  width: 100%;
  height: 36px;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
  border-radius: 8px;
  background: #ACB7C0;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  box-sizing: border-box;
}

.vpnSpec dl dd {
  display: block;
  position: relative;
  margin: 0 0 12px;
  padding: 0 0 0 38px;
  width: 100%;
  color: #000000;
  font-size: 16px;
  font-weight: 600;
  text-align: left;
  line-height: 1.4;
  box-sizing: border-box;
}

.vpnSpec dl dd:after {
  position: absolute;
  top: 10px;
  left: 29px;
  width: 2px;
  height: 2px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  background-color: #6f6f6f;
  content: " ";
}

.vpnSpec dl dd.x {
  padding: 0 0 0 24px;
}

.vpnSpec dl dd.x:after {
  display: none;
}

.vpnSpec dl dd:last-child {
  margin: 0;
}

.netUpgradeItemList {
  display: block;
}

.netUpgradeItemList li {
  display: block;
  overflow: hidden;
  margin: 0 0 30px;
  width: 100%;
  flex: unset;
  border: 1px rgba(0, 0, 0, 0.1) solid;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
}

.netUpgradeItemList li .head {
  display: block;
  padding: 18px 0;
  color: #000;
  font-size: 20px;
  font-weight: 800;
  text-align: center;
  line-height: 1.4;
  background-color: #EFF3F7;
}

.netUpgradeItemList li .thumb img {
  display: block;
  width: 100%;
}

.netUpgradeItemList table {
  width: 100%;
  border-collapse: collapse;
}

.netUpgradeItemList table th,
.netUpgradeItemList table td {
  padding: 9px 0 10px;
  color: #6f6f6f;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
  border-bottom: 1px #fff solid;
  background: #f7f7f7;
}

.netUpgradeItemList table th {
  color: #000;
  border-right: 1px #fff solid;
  background-color: #ededee;
}

.netUpgradeItemList table th:last-child,
.netUpgradeItemList table td:last-child {
  border-right: 0;
}

.netUpgradeItemList table tr:last-child th,
.netUpgradeItemList table tr:last-child td {
  border-bottom: 0;
}

.netUpgradeItemList table thead th {
  border-bottom: 1px #fff solid !important;
}

/* 적용 사례 */
.ucTitle {
  margin: 0 0 64px;
  color: #000;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  line-height: 1.4;
}

.diagram1 {
  margin: 32px auto 60px;
}

.diagram1 img {
  display: block;
  width: 100%;
}

.diagram2 {}

.ucChart {
  display: block;
  margin: 0 0 120px;
  overflow: hidden;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
}

.netUpgradeItemList table,
.ucChart table {
  width: 100%;
  border-collapse: collapse;
}

.ucChart table th,
.ucChart table td {
  padding: 15px 20px;
  color: #6F6F6F;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  text-align: left;
  background-color: #F7F7F7;
}

.ucChart table th {
  color: #000;
  text-align: center;
  background-color: #EDEDEE;
}

.solBox3 .offerList {
  display: flex;
  justify-content: start;
  align-items: center;
  margin: 0 auto 24px;
  padding: 0 20px;
  max-width: 640px;
  width: 100%;
  box-sizing: border-box;
}

.solBox3 .offerList .thumbs {
  width: 90px;
  height: 90px;
  min-width: 90px;
  max-width: 90px;
}

.solBox3 .offerList .thumbs img {
  width: 90px;
}

.solBox3 .offerList p {
  padding: 0 0 0 30px;
  color: #6f6f6f;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  text-align: left;
}

.solBox3 .offerList.x {
  margin: 0 auto;
}
/* 폴드 접힘 */
@media all and (max-width: 346px) {

  /* 게시판 리셋 */
  .board {
    padding: 40px 0;
  }

  /* 메인 */
  .mainVisual .textBox .t1 {
    margin: 0 0 26px;
    height: 24px;
    background-size: auto 24px;
  }

  .mainVisual .textBox .t2 {
    font-size: 18px;
  }

  .aiContentsBody {
    padding: 0 10px;
  }

  .tabCont .aiContentsBody.mt {
    margin: 20px auto 0;
  }

  .mainProduct {
    padding: 0 24px;
  }

  .prdSlide .prdImg {
    width: calc(100% - 80px);
  }

  .prdSlide .prdInfo {
    padding: 20px;
  }

  .mainProduct .slick-prev,
  .mainProduct .slick-next {
    width: 24px;
  }

  /* 메인 - 솔루션 */
  .solutionModels {
    width: calc(100% - 40px);
  }

  /* 인사말 */
  .greeting {
    padding: 0 10px;
  }

  .greeting .text {
    font-size: 16px;
  }

  .greeting .text strong {
    font-size: 30px;
  }

  /* 제품상세 */
  .prdDetailInfoWrap .prdDescription.desc2 {
    font-size: 28px;
  }

  .prdDetailInfoWrap .prdImg {
    margin: 0 0 34px;
  }

  .prdDetailInfoWrap .prdImg img {
    width: calc(100% - 80px);
  }

  .prdDescription2 {
    margin: 0 0 32px;
    padding: 0;
  }

  .prdDescription2 li {
    margin: 0 0 40px;
    width: 100%;
    box-sizing: border-box;
  }

  .prdDetailInfoWrap .prdDescription.desc3 {
    font-size: 16px;
  }

  /* 솔루션 공통 */
  .tabWrap .uiTabList li a {
    font-size: 12px;
  }

  .solTit {
    margin: 0 0 48px;
  }

  .solTit p .br {
    display: block;
  }

  .solTit p {
    font-size: 16px;
  }

  .solTit p strong {
    color: #000;
    font-size: 26px;
    font-weight: 800;
  }

  /* 솔루션 - 망관제솔루션 */
  .solBox1 .desc {
    padding: 0;
    color: #000;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
  }

  /* 솔루션 - 망관제솔루션 - 솔루션 소개 */
  .solBox2 {
    display: block;
    background-color: #EFF3F7;
  }

  .solBox2 .thumb {
    display: block;
    width: 100%;
    max-width: 140px;
    margin: 0 auto;
  }

  .solBox2 dl {
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    background-color: #fff;
  }
}


/* 폴드펼침 */
@media all and (min-width: 590px) {}

/* 태블릿 */
@media all and (min-width: 640px) {
  .mbr {
    display: none;
  }

  .mo_only {
    display: none;
  }

  .pc_only {
    display: block;
  }

  /* 폰트크기 */
  .fs32 {
    font-size: 32px;
  }

  .fs26 {
    font-size: 26px;
  }

  .fs20 {
    font-size: 20px;
  }

  /* 게시판 리셋 */
  .board {
    padding: 120px 20px;
  }

  .list_footer .btnArea {
    justify-content: end;
  }

  /* GNB */
  .header {
    margin: 40px auto 0;
    width: calc(100% - 20px);
    height: 40px;
  }

  /* footer */
  .footer {
    padding: 32px 0 24px;
  }

  /* GNB */
  .header_wrap,
  .onepage .header_wrap {
    position: absolute;
    width: 100%;
    z-index: 99;
  }

  .headerWrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    margin: 0 auto;
    width: 100%;
    max-width: 1024px;
    height: 40px;
    background: transparent;
  }

  .headerWrapper:after {
    display: block;
    clear: both;
    content: '';
  }

  .headerWrapper>h1,
  .onepage .headerWrapper>h1 {
    padding: 0;
    line-height: 40px;
    margin: 0 40px 0 0;
    float: none;
  }

  .headerWrapper>h1.logo-item a {
    display: block;
    width: 200px;
    height: 38px;
  }

  .headerWrapper>.logo-item a>img {
    height: 34px;
    filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(7002%) contrast(1000%);
    -webkit-filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(7002%) contrast(1000%);
  }

  .gnb,
  .onepage .gnb {
    margin-top: 8px;
    right: -20px;
    height: unset;
    float: none !important;
    background: transparent;
  }

  .header .gnb>ul {
    display: flex;
    align-items: center;
    height: unset;
  }

  .gnb>ul>li>a,
  .onepage .gnb>ul>li>a {
    color: #ffffff;
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    padding: 0 16px 0 24px;
  }

  .gnb>ul>li>a:hover,
  .onepage .gnb>ul>li>a:hover,
  .gnb>ul>li>a:focus,
  .onepage .gnb>ul>li>a:focus,
  .gnb>ul>li.on>a,
  .onepage .gnb>ul>li.on>a {
    color: #49CBEE;
    font-size: 20px;
    font-weight: 700;
  }

  .gnb>ul>li.selected>a,
  .onepage .gnb>ul>li.selected>a {
    color: #49CBEE;
    font-size: 20px;
    font-weight: 700;
  }

  .gnb>ul .depth2,
  .gnb>ul .depth3 {
    padding: 0 20px;
    font-size: 20px;
    border: 1px #1F252C solid;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
    background: #060C14;
    box-sizing: border-box;
  }

  .gnb>ul .depth2 li,
  .gnb>ul .depth3 li {
    position: relative;
    z-index: 2;
    box-sizing: border-box;
  }

  .gnb>ul .depth2 li {
    padding: 13px 0;
    background: url('/files/static/images/line.svg') 50% 100% no-repeat;
  }

  .gnb>ul .depth2 li:last-child {
    background: none;
  }

  .gnb>ul .depth2 li a {
    padding: 0;
    height: unset;
    color: #ffffff;
    font-size: 20px;
    font-weight: 700;
  }

  .gnb>ul .depth2 a:hover,
  .gnb>ul .depth2 a:active,
  .gnb>ul .depth2 a:focus {
    color: #49CBEE !important;
  }

  .gnb>ul .depth2>li.more>a:after {
    position: static;
    right: 0;
    content: ' ';
  }

  .gnb>ul .depth2>li.more.on>a:after {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin: 0 0 0 6px;
    background: url("/files/static/images/icon_logo.svg") 50% 50% no-repeat;
    background-size: cover;
    content: " ";
  }

  /* Login */
  .headerWrapper>.side {
    display: flex;
    align-items: center;
    float: none;
    z-index: 2;
    margin: 0;
    padding: 13px 0 0;
    line-height: 20px;
    order: 3;
  }

  .headerWrapper>.side>ul {
    display: flex;
    align-items: center;
    height: 20px;
  }

  .headerWrapper>.side>ul>li:first-child a {
    margin: 0 0 0 24px;
  }

  .headerWrapper>.side>ul>li .login_after {
    margin-top: 0;
    width: 20px;
    height: 20px;
  }

  .headerWrapper>.side>ul>li .login_after img {
    width: 100%;
    height: 100%;
  }

  /* 메인 키비쥬얼 */
  .mainVisual {
    height: 400px;
  }

  .mainVisual .textBox {
    top: 169px;
  }

  .mainVisual .textBox .t1 {
    margin: 0 0 32px;
    height: 34px;
    background: url("/files/static/images/logo_kv.svg") 50% 50% no-repeat;
    background-size: auto 32px;
  }

  .mainVisual .textBox .t2 {
    font-size: 32px;
    font-weight: 800;
    letter-spacing: 2px;
  }

  /* 메인 */
  .mainTit {
    margin: 160px 0 40px;
  }

  .mainTit:first-child {
    margin: 0 0 40px;
  }

  .mainTit p {
    font-size: 36px;
  }

  .mainTit p .stit {
    font-size: 20px;
  }

  .mainTit .btnMore {
    top: 4px;
  }

  .mainTit .btnMore {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    right: 0;
    padding: 0 10px;
    height: 40px;
  }

  .mainBusiness {
    flex-wrap: nowrap;
  }

  .mainBusiness dl {
    margin: 0 20px;
  }

  .mainProduct {
    position: relative;
    padding: 0 48px;
  }

  .prdSlide .prdInfo dt strong {
    font-size: 36px;
  }

  .prdSlide .prdInfo dt span,
  .prdSlide .prdInfo dd {
    font-size: 18px;
  }

  .solutionModels .mdInfo dd.btnWrap,
  .mainTit .btnMore,
  .prdSlide .prdInfo dd.btnWrap a {
    height: 40px;
    font-size: 16px;
  }

  .mainTit .btnMore span {
    font-size: 16px;
  }

  .prdSlide .prdInfo {
    padding: 40px;
  }

  /* 메인 - 솔루션 */
  .solutionModels {
    align-items: stretch;
    flex-direction: row;
  }

  .mdInfo {
    padding: 25px 20px;
    order: 1;
  }

  .mdInfo dt {
    margin: 0 0 16px;
    font-size: 28px;
  }

  .mdInfo dd {
    margin: 0 0 16px;
    font-size: 18px;
  }

  .solutionModels .thumb {
    order: 2;
  }

  .solutionModels .thumb img {
    object-fit: cover;
    max-height: 260px;
    height: 100%;
    width: auto;
  }

  /* 로케이션 */
  .map .box .tit {
    font-size: 32px;
  }

  /* 서브페이지 공통 */
  .subVisual {
    height: 240px;
    min-width: 1024px;
  }

  .subVisual .pageTitle {
    padding-top: 124px;
    font-size: 40px;
  }

  .tabWrap .uiTabContWapper {
    padding: 120px 0;
  }

  .tabWrap .uiTabList li {
    margin: 0 32px;
  }

  .tabWrap .uiTabList li:last-child {
    margin: 0 32px;
  }

  .tabWrap .uiTabList li a {
    font-size: 20px;
    font-weight: 700;
  }

  /* 인사말 */
  .greeting {
    display: flex;
    justify-content: space-between;
    align-items: start;
    max-width: 954px;
  }

  .greeting .img {
    width: 100%;
    max-width: 300px;
    margin: 0 50px 0 0;
  }

  .greeting .img.img2 img {
    width: 100%;
  }

  /* CI 소개 */
  .grayBox .imgBox img {
    width: auto;
  }

  .greeting .text .imgObj {
    margin: 0 0 24px;
    width: 343px;
    height: 34px;
    background-size: 343px 34px;
  }

  .partnerList ul li img {
    height: 90px;
  }

  .greeting .text dl {
    margin: 0 0 24px;
    font-size: 20px;
  }

  .tabCont .mp2 {
    padding: 0 40px;
    margin: 0 0 56px;
  }

  .tabCont .mp2 p {
    font-size: 18px;
  }

  .tabCont .mp2 p strong {
    font-size: 30px;
  }

  .ciColorChart {
    display: flex;
    justify-self: start;
    flex-wrap: wrap;
    margin: 0 -8px;
    padding: 0;
    width: calc(100% + 16px);
  }

  .ciColorChart dl {
    margin: 0 8px 32px;
    width: calc(50% - 16px);
  }

  .ciColorChart dl dt {
    font-size: 20px;
  }

  .ciColorChart dl dd {
    font-size: 14px;
  }

  .ciColorChart dl .clrBx {
    height: 70px;
  }

  /* 제품소개 */
  .prdTitle {
    margin: 0 0 84px;
  }

  .prdTitle .t1 {
    font-size: 32px;
    margin: 0 0 21px;
  }

  .prdTitle .t2 {
    font-size: 20px;
    margin: 0 0 21px;
  }

  /* 제품소개 - accessory */
  .prdListWrap2 {
    display: flex;
    justify-self: start;
    align-items: center;
    flex-direction: row;
    margin: 0 0 24px;
    padding: 24px 0 0;
    width: 100%;
    border-top: 1px #000000 solid;
  }

  .prdListWrap2 .prdInfLeft {
    padding: 0 40px 0 0;
    max-width: 576px;
    width: 100%;
    box-sizing: border-box;
    order: 1;
  }

  .prdInfRIght {
    width: 100%;
    max-width: 280px;
    order: 2;
  }

  /* 제품상세 */
  .prdDetailInfoWrap .prdDescription.desc1 {
    font-size: 26px;
    letter-spacing: 2px;
  }

  .prdPoint {
    padding: 0 0 120px;
  }

  .prdDetailInfoWrap .prdDescription.desc2 {
    font-size: 80px;
    margin: 0 0 50px;
  }

  .prdDetailInfoWrap .prdDescription.desc3 {
    font-size: 30px;
    letter-spacing: 2px;
    margin: 0 0 64px;
  }

  .prdDescription2 {
    margin: 0 0 152px;
    padding: 0 80px;
  }

  .prdDescription2 li {
    padding: 0 20px;
  }

  .prdDescription3 {
    align-items: center;
    flex-direction: row;
  }

  .prdDescription3 .prdThumb {
    max-width: 260px;
  }

  .prdSpec dd {
    padding: 0 24px 16px;
  }

  .prdDescription3 dl {
    display: flex;
    justify-self: center;
    align-items: start;
    flex-direction: column;
    order: 2;
    padding: 0 40px;
    width: 100%;
    height: 100%;
  }

  .prdDescription3:nth-child(even) .prdThumb {
    order: 2;
  }

  .prdDescription3:nth-child(even) dl {
    order: 1;
  }

  /* 솔루션 공통 */
  .contentsTabWrapper .uiTabList {
    margin: 0 0 64px;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
  }

  .contentsTabWrapper li a.isActive,
  .contentsTabWrapper .uiTabList {
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
  }

  .contentsTabWrapper li a {
    height: 64px;
    font-size: 20px;
  }

  /* 솔루션 - 망관제솔루션 */
  .solBox1 {
    display: flex;
    justify-self: start;
    align-items: center;
    margin: 0 0 64px;
  }

  .solBox1 .thumb {
    margin: 0;
    max-width: 388px;
    order: 1;
  }

  .solBox1 .desc {
    padding: 0 0 0 52px;
    font-size: 20px;
    order: 2;
  }

  .solBox1:nth-child(even) .thumb {
    order: 2;
  }

  .solBox1:nth-child(even) .desc {
    padding: 0 52px 0 0;
    order: 1;
  }

  .solBox2 .thumb {
    max-width: 150px;
  }

  .solBox2 dl dd {
    margin: 0 0 12px;
    font-size: 18px;
  }

  .solBox3 ul li {
    font-size: 20px;
    font-weight: 600;
  }

  /* 솔루션 - 보안 */
  .vpnSpec dl dd {
    font-size: 20px;
    letter-spacing: 1px
  }

  .solBox3 .spec {
    display: flex;
    justify-content: start;
    align-items: stretch;
    flex-wrap: wrap;
    overflow: hidden;
    margin: 0;
    padding: 0 0 110px;
    width: calc(100% + 22px);
  }

  .solBox3 .spec li {
    width: calc(50% - 22px);
    margin: 0 20px 20px 0;
  }

  .solBox3 .spec li:last-child {
    margin: 0 20px 20px 0;
  }

  .solBox3 .spec li .head strong {
    font-size: 20px;
    line-height: 1.2;
  }
  .solBox3 .spec > li p {
    padding: 24px 16px;
    font-size: 20px;
    line-height: 1.4;
  }
    .solBox3 .spec2 li {
    font-size: 20px;
  }

  /* 솔루션 - 망커버리지 업그레이드 */
  .solBox3 {
    margin: 0 0 60px;
  }

  .solBox3 .sTit {
    margin: 120px 0 40px;
  }

  .solBox3.mt {
    padding: 96px 0 0;
  }

  .solBox3 .thumb {
    margin: 64px auto 0;
    width: calc(100% - 90px);
  }

  .solBox3 .thumb2 {
    margin: 0 0 64px;
  }

  .solBox3 .thumb3 {
    margin: 0 auto 40px;
    width: 100%;
    max-width: 578px;
  }

  .solBox3 .thumb4 {
    margin: 0 0 160px;
  }

  .solBox3 .thumb5 {
    margin: 0 auto 40px;
    width: 100%;
    max-width: 640px;
  }


  .solBox3 .desc {
    padding: 0 40px;
    color: #000;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.4;
  }

  .solBox3 .desc.mb {
    margin: 0 0 64px;
  }

  .solBox3 ul {
    margin: 0 0 120px;
  }

  .solBox3Img1 {
    margin: 0 auto 120px;
    max-width: 480px;
  }

  .solBox3Img2 {
    margin: 0 auto 120px;
  }

  .vpnSpec {
    display: flex;
    justify-content: space-between;
    justify-items: stretch;
    flex-wrap: wrap;
    width: calc(100% + 20px);
  }

  .vpnSpec dl {
    margin: 0 20px 40px 0;
    width: calc(50% - 20px);
  }

  .sol2Spec {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap;
    width: calc(100% + 16px);
  }

  .sol2Spec dl {
    margin: 0 16px 24px 0;
    width: calc(50% - 16px);
  }

  .sol2Spec dl.doubleWidth {
    width: calc(100% - 16px);
  }

  .sol2Spec dl.doubleWidth dd {
    display: flex;
    justify-content: space-between;
    align-items: start;
  }

  .houriWrap {
    margin: 0 auto;
    max-width: 680px;
  }

  .netUpgradeItemList {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    margin: 0 -10px;
    width: calc(100% + 20px);
  }

  .netUpgradeItemList li {
    display: block;
    overflow: hidden;
    margin: 0 10px;
    flex: 1;
  }

  /* 적용 사례 */
  .ucTitle {
    font-size: 20px;
  }

  .diagram1 {
    margin: 64px auto 120px;
  }

  .solBox3 .offerList {
    padding: 0 20px;
  }

  .solBox3 .offerList .thumbs {
    width: 120px;
    height: 120px;
    min-width: 120px;
    max-width: 120px;
  }

  .solBox3 .offerList .thumbs img {
    display: block;
    width: 120px;
  }

  .solBox3 .offerList p {
    font-size: 20px;
  }
  
  /* 제품 구매 */
  .buyingGuide {
    margin:0 0 40px;
  }
  .buyingGuide .head{
    height: 120px;
  }
  .buyingGuide .head img{
    height:48px;
  }
  .buyingGuide ol{
    padding: 40px 40px 16px;
  }
  .buyingGuide ol li{
    margin:0 0 6px 22px;
    width: calc(100% - 22px);
    font-size: 20px;
  }
  .buyingGuide ol li:last-child{
    margin:0 0 0 22px;
  }
  .buyingGuide .btnWrap {
    padding: 0 40px 40px;
  }
  .buyingGuide_notice{
    margin:0 40px 0;
    font-size:20px;
  }
}

/* 태블릿 8인치 */
@media all and (min-width: 768px) {
  .aiContentsBody {
    margin: 120px auto;
    max-width: 900px;
  }

  .tabCont .uiTabContWapper.mt {
    margin: 120px auto;
  }

  .lyrDimmed {
    height: 100vh;
  }

  .qnaWrapper {
    overflow: hidden;
    height: auto;
    padding: 48px 80px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
  }

  /* 메인 */
  .mainBusiness dl {
    margin: 0 20px;
  }

  .prdSlide {
    flex-direction: row;
  }

  /* 메인 - 경영이념 */
  .tabCont .mp2 p {
    font-size: 20px;
  }

  .tabCont .mp2 p strong {
    font-size: 32px;
  }

  .tabCont .mp3 {
    display: flex;
    justify-self: start;
    align-items: stretch;
    overflow: hidden;
    padding: 0;
    margin: 0 0 112px;
  }

  .tabCont .mp3 dl {
    flex: 1;
  }

  /* 메인 - 제품보기 슬라이드 */
  .prdSlide .prdImg {
    width: 100%;
    max-width: 384px;
  }

  .prdSlide .prdInfo {
    max-width: 400px;
  }

  /* 메인 - 솔루션 */
  .mdInfo {
    padding: 25px 30px;
    order: 1;
  }

  /* 인사말 */
  .greeting .img {
    max-width: 420px;
  }

  /* 제품소개 */
  .prdListWrap {
    margin: 0 0 117px;
    width: calc(100% + 40px);
  }

  .prdListWrap ul li {
    margin: 0 40px 40px 0;
    max-width: calc(50% - 50px);
  }

  /* 제품상세 */
  /* .prdDetailInfoWrap .prdImg img{
    width:calc(100% - 40px);
  } */

  .prdSpec dd.double.mo {
    width: 50%;
  }
}

/* 태블릿 12인치 */
@media all and (min-width: 1024px) {
  .xm {
    padding: 120px 20px;
  }

  /* GNB */
  .header {
    margin: 40px 0 0;
    width: 100%;
  }

  .tabCont .aiContentsBody {
    overflow: hidden;
    margin: 0 auto;
    padding: 0 0 160px;
  }

  /* 메인 - 솔루션 */
  .mdInfo {
    padding: 35px 40px;
    max-width: 490px;
    order: 1;
  }

  .mdInfo dt {
    margin: 0 0 16px;
    font-size: 28px;
  }

  .mdInfo dd {
    margin: 0 0 16px;
    font-size: 18px;
  }

  .solutionModels .thumb img {
    object-fit: cover;
    max-height: 260px;
    height: 100%;
    width: auto;
  }

  .map .box {
    padding: 48px 0 67px;
  }



  /* 인사말 */
  .greeting .img {
    max-width: 500px;
    margin: 0 50px 0 0;
  }

  .greeting .text {
    margin: 0;
    width: 360px;
    font-size: 20px;
    letter-spacing: 0px;
  }

  /* CI 소개 */
  .ciColorChart dl {
    margin: 0 8px 16px;
    width: calc(25% - 16px);
  }

  /* 제품상세 */
  .prdDescription2 {
    margin: 0 0 152px;
    padding: 0 40px;
  }

  .prdDescription2 li {
    padding: 0;
    width: 25%;
  }


  .prdDescription3 dl dt {
    font-size: 26px;
  }

  .prdDescription3 dl dd {
    font-size: 18px;
  }


  /* 솔루션 - 망관제솔루션 - 솔루션 소개 */
  .solBox2 .thumb {
    max-width: 120px;
  }

  .solBox2 dl {
    padding: 0 32px;
  }

  .solBox2 dl dt {
    font-size: 26px;
  }

  /* 솔루션 - 보안 */
  .solBox3 .spec {
    width: calc(100% + 42px);
  }

  .solBox3 .spec li {
    width: calc(50% - 42px);
    margin: 0 40px 40px 0;
  }

  .solBox3 .spec li:last-child {
    margin: 0 40px 40px 0;
  }

  .sol2Spec dl dt strong,
  .sol2Spec dl dd li {
    font-size: 20px;
  }

  .solBox3Img1 {
    max-width: 600px;
  }

  .solBox3 .spec2 {
    margin: 0 auto 60px;
    width: calc(100% - 120px);
  }

  .solBox3 .desc {
    padding: 0;
  }

  .vpnSpec {
    width: calc(100% + 40px);
  }

  .vpnSpec dl {
    margin: 0 40px 40px 0;
    width: calc(50% - 40px);
  }

  .sol2Spec {
    width: calc(100% + 40px);
  }

  .sol2Spec dl {
    margin: 0 40px 40px 0;
    width: calc(50% - 40px);
  }

  .sol2Spec dl.doubleWidth {
    max-width: calc(100% - 40px);
  }

  .solBox3 .offerList {
    padding: 0;
  }

  .solBox3 .thumb3 {
    max-width: 100%;
  }
}