<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/*----------Sub common----------*/
.sub-top {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.sub-top .inner02 {
  height: 420px;
}

.sub-top h1 {
  font-size: 60px;
  line-height: 1em;
  color: #fff;
  position: absolute;
  bottom: 65px;
  left: 0;
}

.sub-top h1 span {
  font-size: 18px;
  display: inline-block;
  margin-left: 25px;
  font-weight: 600;
  text-transform: uppercase;
}

.sub-top.K01 {
  background-image: url(/image/sub/sv01.jpg);
}

.sub-top.K02 {
  background-image: url(/image/sub/sv02.jpg);
}

.sub-top.K03 {
  background-image: url(/image/sub/sv03.jpg);
}

.sub-top.K04 {
  background-image: url(/image/sub/sv04.jpg);
}

.sub-top.SEARCH {
  background-image: url(/image/sub/sv05.jpg);
}

.sub-top.TEST {
  background-image: url(/image/sub/sv06.jpg);
}

.lnb {
  border-bottom: 1px solid #ddd;
  position: relative;
  background-color: #f9f9f9;
  z-index: 1;
}

.lnb .inner02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.lnb .lnb__menu {
  min-width: 270px;
  margin-left: 25px;
  position: relative;
}

.lnb .lnb__current {
  height: 70px;
  line-height: 70px;
  font-size: 18px;
  padding: 0 22px 0 10px;
  position: relative;
  cursor: pointer;
}

.lnb .lnb__current::before {
  content: '';
  width: 12px;
  height: 6px;
  background-image: url(/image/sub/lnb_arrow.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.lnb .lnb__current.depth2 {
  color: #f3af27;
}

.lnb .lnb__current.open::before {
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}

.lnb .lnb__dropmenu {
  position: absolute;
  top: 70px;
  left: 0;
  width: 100%;
  background-color: #fff;
  padding: 20px 10px;
  border: 1px solid #ddd;
  background-color: #f9f9f9;
  display: none;
}

.lnb .lnb__dropmenu &gt; a {
  display: block;
  font-size: 13px;
}

.lnb .lnb__dropmenu &gt; a:not(:last-child) {
  margin-bottom: 15px;
}

.lnb .lnb__dropmenu &gt; a:hover {
  color: #f3af27;
}

.guide {
  max-width: 1920px;
  background-repeat: no-repeat;
  background-size: cover;
  margin-left: auto;
  margin-right: auto;
}

.guide.hide {
  display: none;
}

.sub-container {
  padding: 120px 0 185px;
}

.sub-container.pb0 {
  padding-bottom: 0;
}

.sub-tit {
  font-size: 45px;
  line-height: 1.2em;
  font-weight: 600;
  margin-bottom: 60px;
}

.sub-stit {
  font-size: 17px;
  line-height: 1.6em;
  margin-top: 75px;
  color: #555;
}

/*----------제품 리스트----------*/
.prod-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.prod-list a {
  width: 24%;
  border: 1px solid #eee;
  margin-right: 1.3333%;
  margin-bottom: 1.3333%;
  padding: 30px 0;
  position: relative;
  background-color: #fff;
}

.prod-list a::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 2px solid #f3af27;
  opacity: 0;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  z-index: 1;
}

.prod-list a:nth-child(4n) {
  margin-right: 0;
}

.prod-list a:hover::before {
  opacity: 1;
}

.prod-list a:hover p {
  color: #f3af27;
}

.prod-list a .prod-list__thumb {
  position: relative;
  padding-bottom: 100%;
  height: 0;
  overflow: hidden;
}

.prod-list a .prod-list__thumb img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 100% !important;
  height: auto !important;
}

.prod-list a p {
  font-size: 17px;
  line-height: 1.4em;
  text-align: center;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  padding: 0 5%;
}

/*----------제품 뷰----------*/
.prod-view {
  position: relative;
}

.prod-view img {
  max-width: 100%;
}

.prod-view__nav-wrap.isFixed {
  position: fixed;
  z-index: 999;
  width: 100%;
}

.prod-view__nav-wrap {
  position: relative;
  background-color: #fff;
}

.prod-view__nav-wrap::before {
  content: '';
  width: 100%;
  height: 1px;
  background-color: #ddd;
  position: absolute;
  bottom: 0;
  left: 0;
}

.prod-view__nav {
  max-width: 1420px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.prod-view__nav &gt; a {
  font-size: 18px;
  font-weight: 500;
  line-height: 1em;
  border-bottom: 2px solid transparent;
  flex: 1;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #aaa;
}

.prod-view__nav &gt; a.active {
  border-color: #f3af27;
  color: #f3af27;
}

.prod-view .prod-view__tit {
  font-weight: 600;
  font-size: 35px;
  line-height: 1em;
  margin-bottom: 50px;
}

.prod-view .prod-view__intro {
  padding-bottom: 140px;
}

.prod-view .prod-view__video {
  background-color: #f9f9f9;
  padding: 95px 0 140px;
}

.prod-view .prod-view__video ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.prod-view .prod-view__video ol li {
  width: 49%;
}

.prod-view .prod-view__video ol li:nth-child(-n + 2) {
  margin-bottom: 60px;
}

.prod-view .prod-view__video ol li p {
  font-size: 22px;
  font-weight: 500;
  margin-top: 20px;
  line-height: 1.4em;
  text-align: center;
}

.prod-view .prod-view__video-wrap {
  position: relative;
  padding-bottom: 60%;
  overflow: hidden;
}

.prod-view .prod-view__video-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.prod-view .prod-view__feature {
  padding: 95px 0 140px;
}

.download-list {
  padding: 95px 0 140px;
}

.download-list ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.download-list ol li {
  width: 49%;
  border: 1px solid #ddd;
  padding: 40px;
  margin-bottom: 2%;
}

.download-list ol li &gt; p {
  font-size: 25px;
  font-weight: 600;
  white-space: normal;
  line-height: 1.4em;
  height: 2.8em;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.download-list-wrap {
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.download-list-wrap a {
  width: 24%;
  line-height: 45px;
  height: 45px;
  border: 1px solid #f3af27;
  font-size: 15px;
  background-color: #fff;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 1.3333%;
  color: #f3af27;
}

.download-list-wrap a p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.download-list-wrap a p svg {
  width: 16px;
  margin-left: 5px;
}

.download-list-wrap a p svg path {
  fill: #f3af27;
}

.download-list-wrap a:nth-child(4n) {
  margin-right: 0;
}

.download-list-wrap a:hover {
  background-color: #f3af27;
  color: #fff;
}

.download-list-wrap a:hover p {
  color: #fff;
}

.download-list-wrap a:hover p svg path {
  fill: #fff;
}

.prod-view .prod-view__acc {
  background-color: #f9f9f9;
  padding: 95px 0 140px;
}

.list-btn {
  display: block;
  width: 250px;
  line-height: 75px;
  height: 75px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 65px;
  text-align: center;
  border: 1px solid #fcb131;
  font-size: 18px;
  color: #fcb131;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.list-btn:hover {
  background-color: #fcb131;
  color: #fff;
}

.acc-popup {
  width: 1420px;
  position: fixed;
  top: 50%;
  left: 50%;
  background-color: #fff;
  padding: 70px 50px;
  z-index: 99999;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border: 1px solid #ddd;
  display: none;
  opacity: 0;
}

.acc-popup .acc-popup__close {
  position: absolute;
  top: 70px;
  right: 50px;
  cursor: pointer;
}

.acc-popup .acc-popup__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 50px;
}

.acc-popup .acc-popup__img {
  border: 1px solid #ddd;
  width: 400px;
  height: 400px;
  position: relative;
  margin-right: 70px;
}

.acc-popup .acc-popup__img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
}

.acc-popup .acc-popup__info {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.acc-popup .acc-popup__info h3 {
  font-size: 30px;
  font-weight: 600;
  line-height: 1em;
}

.acc-popup .acc-popup__info p {
  margin-top: 25px;
  font-size: 17px;
  line-height: 1.6em;
}

.acc-popup .acc-popup__feature {
  max-height: 200px;
  overflow-y: scroll;
  border-top: 2px solid #000;
}

.acc-popup .acc-popup__feature &gt; li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 0;
  border-bottom: 1px solid #000;
}

.acc-popup .acc-popup__feature-header {
  width: 280px;
  margin-right: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 18px;
  line-height: 1em;
  font-weight: 500;
}

.acc-popup .acc-popup__feature-data {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 18px;
  line-height: 1.6em;
  color: #444;
}

/*----------Service----------*/
.service-commu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 140px;
}

.service-commu .service-commu__param {
  width: 50%;
  padding-right: 60px;
}

.service-commu .service-commu__param p {
  color: #555;
  font-size: 17px;
  line-height: 1.6em;
  margin-top: 40px;
}

.service-commu .service-commu__img {
  width: 50%;
}

.service-commu .service-commu__img img {
  width: 100%;
}

.service-coverage {
  margin-top: 75px;
  -webkit-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
  padding: 40px 100px;
  border-radius: 10px;
}

.service-coverage .service-coverage__tit {
  height: 80px;
  line-height: 80px;
  text-align: center;
  background-color: #ddd;
  font-size: 18px;
  font-weight: 600;
  color: #555;
}

.service-coverage &gt; img {
  margin-left: auto;
  margin-right: auto;
  margin-top: 70px;
  max-width: 100%;
}

.service-service .service-service__img {
  width: 100%;
  margin-bottom: 75px;
}

.service-network{
  margin-bottom: 140px;
}

.service-network .info-list02 {
  padding-bottom: 75px;
  margin-bottom: 75px;
  border-bottom: 1px solid #ddd;
}

.service-center {
  margin-top: 85px;
}

.service-center .service-center__tit {
  margin-top: 55px;
  line-height: 1em;
  font-size: 30px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 60px;
}

.service-center &gt; img {
  width: 100%;
}

.service-center__video {
  margin-top: 125px;
  padding: 130px 0;
  background-color: #f7fbf6;
  background-image: url(/image/sub/service_video_bg.png);
  background-repeat: no-repeat;
  background-position: 135% 100%;
}

.service-center__video .service-center__video-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.service-center__video .service-center__video-list &gt; li {
  width: 49%;
  cursor: pointer;
}

.service-center__video .service-center__video-list &gt; li img {
  -webkit-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.4);
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.4);
  max-width: 100%;
}

.service-center__video .service-center__video-list &gt; li p {
  text-align: center;
  font-size: 23px;
  margin-top: 35px;
}

.service-portfolio {
  margin-top: 140px;
}

.service-portfolio .service-portfolio__img {
  margin-top: 85px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.service-portfolio .service-portfolio__img img {
  max-width: 49%;
}

.service-sbd {
  margin-top: 140px;
}

.service-sbd .service-sbd__img {
  margin-top: 70px;
  max-width: 100%;
}

.service-msg {
  margin-top: 140px;
}

.service-why {
  margin-top: 140px;
}

.service-why .serivce-why__desc {
  background-image: url(/image/sub/service_why_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 790px;
  padding-top: 90px;
}

.service-why .serivce-why__desc p {
  color: #fff;
  font-size: 30px;
  line-height: 1.5em;
  position: relative;
  padding-left: 25px;
}

.service-why .serivce-why__desc p::before {
  content: '';
  width: 7px;
  height: 7px;
  background-color: #f3af27;
  border-radius: 50%;
  position: absolute;
  top: 22px;
  left: 0;
}

.service-why .serivce-why__desc p:not(:last-child) {
  margin-bottom: 10px;
}

.service-edge {
  margin-top: 140px;
}

.service-edge .service-edge__list &gt; li {
  padding: 75px 0 85px;
}

.service-edge .service-edge__list &gt; li:nth-child(odd) {
  background-color: #f8f8f8;
}

.service-edge .service-edge__tit {
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
  font-size: 35px;
  font-weight: 600;
  line-height: 1em;
  margin-bottom: 60px;
}

.service-edge .service-edge__tit span {
  font-size: 17px;
  color: #555;
  margin-left: 15px;
}

.service-comparison {
  margin-top: 140px;
}

.service-comparison .info-table li div {
  width: 25% !important;
  -webkit-box-flex: initial;
  -ms-flex: initial;
  flex: initial;
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  text-align: center !important;
}

.service-comparison .btn-common {
  margin-top: 80px;
}

.service-certus {
  background-image: url(/image/sub/symbol.png);
  background-repeat: no-repeat;
  background-position: 100% 20%;
}

.service-certus__top {
  background-image: url(/image/sub/certus_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-top: 75px;
  padding-top: 75px;
  padding-bottom: 40px;
}

.service-certus__top h2 {
  font-size: 32px;
  color: #fff;
  font-weight: 600;
  font-family: 'Saira';
  line-height: 1.43em;
  text-align: center;
}

.service-certus__top &gt; div {
  margin-top: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 870px;
  margin-right: auto;
  margin-left: auto;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.service-certus__top &gt; div &gt; p {
  color: #ffb400;
  border: 1px solid #ffb3008c;
  padding: 7px 25px;
  border-radius: 7px;
  font-size: 17px;
  margin-bottom: 20px;
}

.service-certus__grade {
  margin-top: 140px;
}

.service-certus__grade .info-list04 li .info-list__desc &gt; h3 {
  color: #f3af27;
}

.service-certus__strength {
  margin-top: 140px;
}

.service-certus__module {
  margin-top: 140px;
}

.service-certus__module &gt; div {
  margin-top: 140px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.service-certus__module &gt; div img {
  max-width: 50%;
}

.service-certus__broad {
  margin-top: 140px;
}

.service-certus__broad img {
  width: 100%;
}

.service-certus__mid {
  margin-top: 140px;
}

.service-certus__mid img {
  width: 100%;
}

.service-certus__model {
  margin-top: 140px;
}

.service-certus__model .service-certus__model-banner {
  background-repeat: no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 60px 50px;
  background-position: center;
}

.service-certus__model .service-certus__model-banner &gt; p {
  color: #fff;
  width: 750px;
  margin-right: 175px;
  font-size: 17px;
  line-height: 1.8em;
}

.service-certus__model .info-list02 h3 {
  color: #ffb400;
}

.service-certus__reach {
  margin-top: 140px;
  margin-bottom: 100px;
}

.service-certus__portfolio {
  margin-top: 140px;
  margin-bottom: 140px;
}

.service-certus__portfolio img {
  width: 100%;
}

.service-certus__slide h2 {
  color: #ffb400;
  font-size: 32px;
  line-height: 1em;
  font-weight: 600;
  margin-bottom: 25px;
}

.service-certus__slide .slide-for {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.service-certus__slide .slide-nav {
  margin-top: 35px;
}

.service-certus__slide .slide-nav .slick-current {
  position: relative;
}

.service-certus__slide .slide-nav .slick-current::before {
  content: '';
  border: 5px solid #f3af27;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  position: absolute;
}

.service-certus__slide .item {
  margin: 0 10px;
  cursor: pointer;
}

.service-certus__slide .item img {
  width: 100%;
}

.service-certus__slide .slick-prev {
  font-size: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -35px;
  background-image: url(/image/sub/certus_slide_arrow_prev.png);
  width: 13px;
  height: 23px;
}

.service-certus__slide .slick-next {
  font-size: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -35px;
  background-image: url(/image/sub/certus_slide_arrow_next.png);
  width: 13px;
  height: 23px;
}

/*----------Solution----------*/
.solution-top img {
  max-width: 100%;
}

.solution-top .text-list {
  margin-top: 45px;
}

.solution-top .solution-top__btn {
  margin-top: 60px;
  margin-bottom: 100px;
  width: 310px;
  line-height: 55px;
  height: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #222;
  border-radius: 20em;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.solution-top .solution-top__btn:hover {
  background-color: #f3af27;
}

.solution-top .solution-top__btn p {
  position: relative;
  color: #fff;
  font-size: 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.solution-top .solution-top__btn p span {
  margin-left: 12px;
}

.solution-feature__multi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.solution-feature__multi .solution-feature {
  width: 50%;
}

.solution-feature {
  margin-top: 70px;
  padding-top: 70px;
  border-top: 1px solid #ddd;
}

.solution-feature .solution-feature__desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.solution-feature .solution-feature__desc .text-list:not(:last-child) {
  margin-right: 65px;
}

.solution-desc {
  margin-top: 140px;
  padding: 100px 0;
  background-color: #f9f9f9;
}

.solution-desc li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 50px 0;
}

.solution-desc li:not(:last-child) {
  border-bottom: 1px solid #ddd;
}

.solution-desc .solution-desc__header {
  width: 470px;
  font-size: 24px;
  font-weight: 600;
  color: #555;
  padding-left: 80px;
  position: relative;
  line-height: 1.2em;
}

.solution-desc .solution-desc__header span {
  position: absolute;
  top: 0;
  left: 0;
  font-family: 'Saira';
  opacity: 0.2;
  font-weight: 900;
  margin-right: 60px;
  font-size: 50px;
  display: inline-block;
}

.solution-desc .solution-desc__data {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #555;
  font-size: 17px;
  line-height: 1.8em;
}

.solution-video {
  margin-top: 140px;
}

.solution-video &gt; div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.solution-video .solution-video__info h2 {
  font-size: 32px;
  font-weight: 600;
  line-height: 1em;
  font-family: 'Saira';
}

.solution-video .solution-video__info p {
  font-size: 17px;
  margin-top: 25px;
}

.solution-video .solution-video__video img {
  max-width: 100%;
}

.solution-popup {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 1420px;
  z-index: 9999;
  display: none;
  opacity: 0;
}

.solution-popup .solution-popup__tit {
  font-size: 40px;
  line-height: 250px;
  height: 250px;
  background-color: #f3af27;
  color: #fff;
  text-align: center;
  background-image: url(/image/sub/popup_bg.png);
  background-repeat: no-repeat;
  background-position: 150% 330%;
}

.solution-popup .solution-popup__prod {
  padding: 90px 30px;
  background-color: #fff;
  max-height: calc(100vh - 300px);
  overflow-y: scroll;
}

.solution-popup .solution-popup__close {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}

.dim {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 9998;
  background-color: rgba(0, 0, 0, 0.8);
  display: none;
  opacity: 0;
  cursor: pointer;
}

.text-list p {
  font-size: 17px;
  padding-left: 18px;
  position: relative;
  color: #555;
  line-height: 1.8em;
}

.text-list p:not(:last-child) {
  margin-bottom: 20px;
}

.text-list p::before {
  content: '';
  width: 6px;
  height: 6px;
  background-color: #f3af27;
  border-radius: 50%;
  position: absolute;
  top: 13px;
  left: 0;
}

.info-list01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.info-list01 .info-list__tit {
  font-size: 35px;
  line-height: 1em;
  font-weight: 600;
}

.info-list01 .info-list__desc {
  max-width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.info-list01 .info-list__desc &gt; li {
  width: 290px;
  margin-bottom: 70px;
}

.info-list01 .info-list__desc &gt; li &gt; h3 {
  font-size: 25px;
  line-height: 1em;
  font-weight: 600;
}

.info-list01 .info-list__desc &gt; li &gt; div {
  margin-top: 35px;
}

.info-list01 .info-list__desc &gt; li &gt; div &gt; p {
  color: #555;
  line-height: 1.8em;
  font-size: 17px;
  position: relative;
  padding-left: 15px;
}

.info-list01 .info-list__desc &gt; li &gt; div &gt; p::before {
  content: '';
  width: 6px;
  height: 6px;
  background-color: #f3af27;
  border-radius: 50%;
  position: absolute;
  top: 12px;
  left: 0;
}

.info-list01 .info-list__desc &gt; li &gt; div &gt; p:not(:last-child) {
  margin-bottom: 15px;
}

.info-list02 ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.info-list02 ol &gt; li {
  width: 49%;
}

.info-list02 ol &gt; li img {
  max-width: 100%;
}

.info-list02 .info-list__desc {
  margin-top: 55px;
}

.info-list02 .info-list__desc &gt; h3 {
  font-size: 30px;
  line-height: 1em;
  font-weight: 600;
}

.info-list02 .info-list__desc &gt; div {
  margin-top: 35px;
}

.info-list02 .info-list__desc &gt; div.col2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.info-list02 .info-list__desc &gt; div.col2 &gt; p {
  width: 50%;
}

.info-list02 .info-list__desc &gt; div &gt; p {
  color: #555;
  line-height: 1.8em;
  font-size: 17px;
  position: relative;
  padding-left: 15px;
}

.info-list02 .info-list__desc &gt; div &gt; p::before {
  content: '';
  width: 6px;
  height: 6px;
  background-color: #f3af27;
  border-radius: 50%;
  position: absolute;
  top: 12px;
  left: 0;
}

.info-list02 .info-list__desc &gt; div &gt; p:not(:last-child) {
  margin-bottom: 15px;
}

.info-list03 li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.info-list03 li &gt; img {
  margin-right: 55px;
  max-width: 50%;
}

.info-list03 li &gt; div {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.info-list03 li &gt; div h3 {
  font-size: 25px;
  font-weight: 600;
  line-height: 1.6em;
}

.info-list03 li &gt; div p {
  margin-top: 25px;
  line-height: 1.7em;
  color: #555;
  font-size: 17px;
}

.info-list03 li:not(:last-child) {
  margin-bottom: 25px;
}

.info-list04 li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.info-list04 li &gt; img {
  margin-right: 55px;
  max-width: 49%;
}

.info-list04 li .info-list__desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.info-list04 li .info-list__desc &gt; h5 {
  font-family: 'Saira';
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 15px;
}

.info-list04 li .info-list__desc &gt; h5 span {
  margin-left: 20px;
}

.info-list04 li .info-list__desc &gt; h5 span em {
  color: #f3af27;
  font-size: 20px;
}

.info-list04 li .info-list__desc &gt; h5 img {
  display: inline-block;
}

.info-list04 li .info-list__desc &gt; h3 {
  font-size: 30px;
  line-height: 1em;
  font-weight: 600;
}

.info-list04 li .info-list__desc &gt; div {
  margin-top: 35px;
}

.info-list04 li .info-list__desc &gt; div &gt; p {
  color: #555;
  line-height: 1.8em;
  font-size: 17px;
  position: relative;
  padding-left: 15px;
}

.info-list04 li .info-list__desc &gt; div &gt; p::before {
  content: '';
  width: 6px;
  height: 6px;
  background-color: #f3af27;
  border-radius: 50%;
  position: absolute;
  top: 12px;
  left: 0;
}

.info-list04 li .info-list__desc &gt; div &gt; p:not(:last-child) {
  margin-bottom: 15px;
}

.info-list04 li:not(:last-child) {
  margin-bottom: 45px;
}

.info-list05 ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.info-list05 ol li {
  border: 1px solid #ddd;
  text-align: center;
  width: 15.5%;
  padding: 50px 15px;
}

.info-list05 ol .num {
  font-family: 'Saira';
  font-weight: 600;
  color: #f3af27;
  font-size: 18px;
  margin-bottom: 3px;
}

.info-list05 ol h4 {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3em;
  margin-bottom: 20px;
}

.info-list05 ol p {
  font-size: 16px;
  line-height: 1.4em;
  font-weight: 300;
  color: #666666;
}

.info-table .info-table__tit {
  font-size: 35px;
  line-height: 1em;
  font-weight: 600;
  margin-bottom: 40px;
}

.info-table ol {
  border-top: 2px solid #000;
}

.info-table li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #000;
}

.info-table li &gt; div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 17px;
  line-height: 1.6em;
  text-align: center;
  padding: 22px;
}

.info-table li &gt; div:nth-child(1) {
  width: 15%;
  font-weight: 500;
}

.info-table li &gt; div:nth-child(2) {
  width: 20%;
}

.info-table li &gt; div:nth-child(3) {
  width: 17%;
  color: #444444;
  text-align: left;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.info-table li &gt; div:nth-child(4) {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.info-table li &gt; div img {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}

.info-table .info-table__header {
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  font-size: 18px;
  font-weight: 500;
  margin-top: -1px;
}

.btn-common {
  width: 265px;
  line-height: 70px;
  height: 70px;
  background-color: #ffae00;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.btn-common:hover {
  -webkit-transform: translateY(3px);
  transform: translateY(3px);
  opacity: 0.8;
}

/* 게시판 */
.board-list__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
}

.board-list__total {
  font-size: 22px;
  font-weight: 600;
}

.board-list__total span {
  color: #f3af27;
}

.board-list__search form {
  border-bottom: 1px solid var(--main-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 275px;
  border-bottom: 2px solid #000;
}

.board-list__search input {
  line-height: 45px;
  height: 45px;
  font-size: 15px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.board-list__search button {
  width: 40px;
  cursor: pointer;
}

.board-list__search button img {
  margin-left: auto;
  margin-right: auto;
}

.board-pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 50px;
}

.board-pager &gt; a {
  margin: 0 10px;
  font-family: 'Saira';
  font-size: 16px;
  font-weight: 600;
  color: #c9c9c9;
}

.board-pager &gt; a.active,
.board-pager &gt; a:hover {
  color: #f3af27;
}

.board-normal {
  border-top: 1px solid #000;
}

.board-normal .board-normal__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #ddd;
  padding: 23px 0;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.board-normal .board-normal__block:not(.board-normal__header):hover {
  background-color: #f9f9f9;
}

.board-normal .board-normal__header {
  font-weight: 600;
  text-align: center;
}

.board-normal .board-normal__header &gt; div {
  font-size: 17px;
  color: #000;
}

.board-normal .board-normal__num {
  width: 125px;
  text-align: center;
  font-size: 15px;
  color: #999999;
  font-family: 'Saira';
}

.board-normal .board-normal__subject {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 15px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.board-normal .board-normal__subject img {
  margin: 0 5px;
  display: inline-block;
}

.board-normal .board-normal__date {
  width: 180px;
  margin-left: 20px;
  text-align: center;
  font-size: 15px;
  color: #999999;
  font-family: 'Saira';
}

.board-normal .board-normal__div {
  width: 170px;
  text-align: center;
  font-size: 15px;
  color: #999999;
}

.board-normal .board-normal__down {
  width: 200px;
  margin-left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.board-normal .board-normal__down &gt; a {
  width: 140px;
  line-height: 45px;
  height: 45px;
  border: 1px solid #ddd;
  font-size: 15px;
  background-color: #f6f8f9;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 1.3333%;
  color: #999;
}

.board-normal .board-normal__down &gt; a p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.board-normal .board-normal__down &gt; a p svg {
  width: 16px;
  margin-left: 5px;
}

.board-normal .board-normal__down &gt; a p svg path {
  fill: #999;
}

.board-normal .board-normal__down &gt; a:hover {
  background-color: #ffb100;
  border-color: #ffb100;
}

.board-normal .board-normal__down &gt; a:hover p {
  color: #fff;
}

.board-normal .board-normal__down &gt; a:hover svg path {
  fill: #fff;
}

.board-view__top {
  padding: 45px 0;
  border-top: 1px solid #000;
  border-bottom: 1px solid #ddd;
}

.board-view__top h1 {
  font-size: 30px;
  font-weight: 600;
  line-height: 1.4em;
  text-align: center;
}

.board-view__top p {
  text-align: center;
  margin-top: 30px;
  font-size: 19px;
  color: #ffae00;
}

.board-view__cont {
  padding: 90px 0;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.board-view__cont img {
  max-width: 100%;
}

.board-view__cont iframe {
  max-width: 100%;
}

.board-view__file {
  margin-top: 50px;
}

.board-view__file li {
  font-size: 13px;
  letter-spacing: 0.01em;
  padding-left: 20px;
  margin: 5px 0;
  background: url('/image/board_img/icon_file.gif') no-repeat left center;
}

.board-view__file a {
  color: #666;
}

.board-view__file a:hover {
  border-bottom: 1px dotted #666;
}

.board-view__nav {
  border-top: 1px solid #ddd;
}

.board-view__nav &gt; li {
  border-bottom: 1px solid #ddd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 25px 0;
}

.board-view__nav &gt; li p {
  width: 230px;
  line-height: 1em;
  font-size: 17px;
  margin-right: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.board-view__nav &gt; li p img {
  margin-left: 25px;
}

.board-view__nav &gt; li a {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 17px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  color: #999;
}

.board-view__nav &gt; li a:hover {
  color: #000;
}

.board-gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.board-gallery.board-gallery--video &gt; a {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 2%;
}

.board-gallery.board-gallery--video &gt; a:nth-child(4n) {
  margin-right: 2%;
}

.board-gallery.board-gallery--video &gt; a:nth-child(3n) {
  margin-right: 0;
}

.board-gallery.board-gallery--video .board-gallery__thumb {
  padding-bottom: 55%;
}

.board-gallery a {
  width: 24%;
  border: 1px solid #eee;
  margin-right: 1.3333%;
  margin-bottom: 1.3333%;
  position: relative;
  background-color: #fff;
}

.board-gallery a::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 2px solid #f3af27;
  opacity: 0;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  z-index: 1;
}

.board-gallery a:nth-child(4n) {
  margin-right: 0;
}

.board-gallery a:hover::before {
  opacity: 1;
}

.board-gallery a:hover p {
  color: #f3af27;
}

.board-gallery a .board-gallery__thumb {
  position: relative;
  padding-bottom: 100%;
  height: 0;
  overflow: hidden;
}

.board-gallery a .board-gallery__thumb img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 100% !important;
  height: auto !important;
}

.board-gallery a .board-gallery__info {
  padding: 30px;
}

.board-gallery a .board-gallery__status {
  margin-bottom: 12px;
  color: #ffae00;
  font-weight: 500;
  font-size: 15px;
}

.board-gallery a .board-gallery__name {
  font-size: 23px;
  font-weight: 600;
  white-space: normal;
  line-height: 1.4em;
  height: 2.8em;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.board-gallery a .board-gallery__date {
  font-size: 16px;
  color: #919191;
  font-family: 'Saira';
  margin-top: 40px;
}

.board-tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.board-tab &gt; a {
  width: 19.2%;
  margin-right: 1%;
  margin-bottom: 1%;
  border: 1px solid #ddd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #777;
  font-size: 18px;
  font-weight: 500;
  height: 60px;
}

.board-tab &gt; a:hover,
.board-tab &gt; a.active {
  border-color: #f3af27;
  color: #f3af27;
}

.board-tab &gt; a:nth-child(5n) {
  margin-right: 0;
}

.faq-list {
  margin-top: 30px;
  border-top: 1px solid #000;
}

.faq-list &gt; li {
  border-bottom: 1px solid #ddd;
  position: relative;
}

.faq-list &gt; li::before {
  content: '';
  width: 19px;
  height: 10px;
  background-image: url(/image/sub/faq_arrow.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 47px;
  right: 60px;
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.faq-list &gt; li.active::before {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.faq-list .faq-list__q {
  padding: 40px 145px;
  background-image: url(/image/sub/faq_q.png);
  background-repeat: no-repeat;
  background-position: 60px 28px;
  cursor: pointer;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.4em;
}

.faq-list .faq-list__a {
  padding: 40px 145px;
  background-color: #f9f9f9;
  background-image: url(/image/sub/faq_a.png);
  background-repeat: no-repeat;
  background-position: 60px 28px;
  color: #555;
  line-height: 1.4em;
  font-size: 17px;
  display: none;
}

/* 고객지원 */
.support-arion .support-arion__img img {
  margin-right: auto;
  margin-left: auto;
  max-width: 100%;
}

.support-arion .support-arion__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 95px;
  border-bottom: 1px solid #ddd;
  margin-top: 120px;
}

.support-arion .support-arion__top h2 {
  font-size: 80px;
  font-weight: 600;
  font-family: 'Saira';
  font-style: italic;
  color: #ffae00;
  line-height: 1em;
  width: 50%;
}

.support-arion .support-arion__top h2 span {
  display: inline-block;
  margin-left: 80px;
}

.support-arion .support-arion__top &gt; div {
  width: 50%;
}

.support-arion .support-arion__top &gt; div h3 {
  font-size: 30px;
  line-height: 1em;
  font-weight: 600;
  margin-bottom: 25px;
}

.support-arion .support-arion__top &gt; div h3 span {
  color: #ffae00;
}

.support-arion .support-arion__top &gt; div p {
  font-size: 18px;
  line-height: 1.6em;
  color: #444444;
}

.support-arion .support-arion__desc {
  margin-top: 100px;
}

.support-arion .support-arion__desc &gt; div p {
  font-size: 17px;
  line-height: 1.8em;
  color: #444444;
}

.support-arion .support-arion__desc &gt; div p span {
  color: #f3af27;
}

.support-arion .support-arion__desc &gt; div p:not(:last-child) {
  margin-bottom: 45px;
}

.support-arion .support-arion__info {
  padding: 100px 0;
  background-image: url(/image/sub/arion_info_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-top: 140px;
}

.support-arion .support-arion__info ul {
  margin-top: 35px;
  border-top: 1px solid #fff;
  width: 660px;
}

.support-arion .support-arion__info ul &gt; li {
  border-bottom: 1px solid #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 0;
}

.support-arion .support-arion__info ul &gt; li p {
  color: #fff;
  font-size: 18px;
  line-height: 1.6em;
}

.support-arion .support-arion__info ul &gt; li p:first-child {
  font-weight: 500;
  width: 160px;
}

.support-arion .support-arion__info ul &gt; li p:last-child {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.support-arion .support-arion__loca {
  margin-top: 100px;
}

.support-arion .support-arion__loca .sub-tit {
  margin-bottom: 0;
}

.support-arion .support-arion__loca .sub-stit {
  margin-top: 25px;
}

.support-arion .support-arion__loca ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 80px;
}

.support-arion .support-arion__loca ul &gt; li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 33.3333%;
}

.support-arion .support-arion__loca ul &gt; li:not(:first-child) {
  /* padding-left: 85px; */
}

.support-arion .support-arion__loca ul &gt; li &gt; img {
  margin-right: 25px;
}

.support-arion .support-arion__loca ul &gt; li &gt; div {
  padding-top: 7px;
}

.support-arion .support-arion__loca ul &gt; li h4 {
  font-size: 25px;
  font-weight: 600;
  line-height: 1em;
  margin-bottom: 15px;
}

.support-arion .support-arion__loca ul &gt; li p {
  font-size: 17px;
  line-height: 1.4em;
  color: #666;
  margin-top: 7px;
}

.support-arion .loca-tab {
  margin-top: 85px;
  display: flex;
}

.support-arion .loca-tab__btn {
  cursor: pointer;
  flex: 1;
  height: 70px;
  line-height: 70px;
  text-align: center;
  font-size: 17px;
  color: #999;
  background-color: #eee;
  border: 1px solid #ddd;
}

.support-arion .loca-tab__btn.active{
  background-color: #ffb400;
  border-color: #ffb400;
  color: #fff;
}

.support-arion iframe{
  width: 100%;
  height: 425px;
}

.support-arion .map {
  width: 100%;
  height: 425px;
}

.support-arion .maps {
  margin-top: 20px;
  position: relative;
  height: 425px;
}


.support-arion .maps .map {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.support-arion .maps .map.hidden{
  opacity: 0;
}

.contact .sub-tit {
  margin-bottom: 0;
}

.contact .sub-stit {
  color: #f3af27;
  font-size: 18px;
  margin-top: 25px;
}

.contact .contact__policy {
  padding: 50px 30px;
  height: 300px;
  overflow-y: scroll;
  border: 1px solid #ddd;
  margin-top: 30px;
}

.contact .contact__chk {
  margin-top: 20px;
  font-size: 15px;
}

.form {
  border-top: 1px solid #000;
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.form &gt; li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #ddd;
  padding: 20px 0;
  min-height: 80px;
  width: 100%;
}

.form &gt; li.form__half {
  width: 50%;
}

.form .form__tit {
  width: 235px;
  padding-left: 45px;
  font-size: 17px;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.form .form__input {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.form .form__input.multiple {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.form .form__input input[type='text'] {
  height: 50px;
  line-height: 50px;
  border: 1px solid #ddd;
  padding-left: 12px;
  width: 100%;
  font-size: 16px;
}

.form .form__input input[type='text'].spam__input {
  width: 420px;
}

.form .form__input select {
  height: 50px;
  line-height: 50px;
  border: 1px solid #ddd;
  width: 100%;
  padding-left: 12px;
  font-size: 16px;
}

.form .form__input textarea {
  width: 100%;
  resize: none;
  height: 535px;
  border: 1px solid #ddd;
  padding: 20px;
  font-size: 16px;
}

.form .form__input.isFlex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.form .radio__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 30px;
}

.form .radio__wrap input[type='radio'] {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
}

.form .radio__wrap input[type='radio']:checked + .radio__circle {
  border-color: #5c82fc;
}

.form .radio__wrap input[type='radio']:checked + .radio__circle::before {
  opacity: 1;
}

.form .radio__wrap .radio__circle {
  display: block;
  width: 18px;
  height: 18px;
  border: 1px solid #ddd;
  border-radius: 50%;
  margin-right: 12px;
  position: relative;
}

.form .radio__wrap .radio__circle::before {
  content: '';
  width: 11px;
  height: 11px;
  background-color: #5c82fc;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 50%;
  opacity: 0;
}

.form .radio__wrap .radio__label {
  font-size: 16px;
  color: #5c82fc;
}

.form .spam {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.form .spam__refresh {
  margin-right: 40px;
  margin-left: 10px;
  cursor: pointer;
}

/* 통합검색 */
.total-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 100px;
  padding-bottom: 75px;
  border-bottom: 1px solid #ddd;
}

.total-search h1 {
  font-size: 35px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 40px;
}

.total-search &gt; p {
  margin-top: 30px;
  line-height: 1em;
  font-size: 18px;
  font-weight: 500;
}

.total-search &gt; p span {
  color: #f3af27;
}

.total-search .total-search__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.total-search .total-search__form input {
  width: 490px;
  line-height: 55px;
  height: 55px;
  border: 1px solid #f3af27;
  padding-left: 12px;
  font-size: 16px;
}

.total-search .total-search__form button {
  width: 100px;
  background-color: #f3af27;
  color: #fff;
  text-align: center;
  line-height: 55px;
  height: 55px;
  margin-left: 5px;
  font-size: 18px;
}

/* list */
.no-ct p,
p.no-ct {
  padding: 100px 0;
  text-align: center;
}

.pview_tb {
  width: 100%;
  border-top: 2px solid #ddd;
}

.pview_tb th,
.pview_tb td {
  color: #666;
  border-bottom: 1px solid #ddd;
}

.pview_tb th {
  text-align: left;
  padding: 20px !important;
  font-weight: 600;
  background-color: #f8f8f8;
  border-right: 1px solid #ddd;
}

.pview_tb td {
  padding: 20px 30px !important;
}

/* 비디오 팝업 */
.video-popup {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
  z-index: 99999999;
  width: 900px;
}

.video-popup .video-popup__close {
  margin-bottom: 15px;
  margin-left: auto;
  width: 30px;
  cursor: pointer;
}

.video-popup .video-popup__close img {
  width: 100%;
}

.video-popup .video-popup__video {
  width: 100%;
  height: 0;
  padding-bottom: 55%;
  position: relative;
}

.video-popup iframe {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
  height: 100%;
}

@media all and (max-width: 1500px) {
  .solution-popup {
    width: 90%;
  }

  .solution-popup .solution-popup__tit {
    height: 150px;
    line-height: 150px;
    background-size: 50%;
    background-position: 110% 190%;
  }

  .solution-popup .solution-popup__prod {
    padding: 75px 25px;
  }

  .acc-popup {
    width: 90%;
    max-height: 90vh;
    overflow-y: scroll;
  }
}

@media all and (max-width: 1400px) {
  .info-list01 {
    flex-direction: column;
  }

  .info-list01 .info-list__desc {
    max-width: 100%;
    margin-top: 75px;
  }

  .info-list01 .info-list__desc &gt; li {
    width: 25%;
  }

  .service-service .info-table {
    overflow-x: scroll;
  }

  .service-service .info-table ol {
    width: 1400px;
  }

  .service-certus__slide .slide-for {
    width: 100%;
  }

  .solution-video &gt; div {
    flex-direction: column;
  }

  .solution-video .solution-video__info {
    margin-bottom: 45px;
    text-align: center;
  }

  .solution-video .solution-video__video {
    text-align: center;
  }

  .solution-video .solution-video__video img {
    margin-right: auto;
    margin-left: auto;
  }
}
</pre></body></html>