@charset "UTF-8";
/*************************** base *********************************/
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard.css");
@font-face {
  font-family: "Pretendard Variable";
  font-weight: 45 920;
  font-style: normal;
  font-display: swap;
  src: local("Pretendard Variable"), url("./images/PretendardVariable.woff2") format("woff2-variations");
}
/*************************** 공통(사이트 특성마다 H1-H6 디테일 스타일 변경) *********************************/
.breadcrumb-box {
  padding: 50px 0;
}
.breadcrumb-box ul {
  display: flex;
  align-content: center;
  align-items: center;
}
.breadcrumb-box ul a {
  display: flex;
  align-items: center;
  font-size: 14px;
}
.breadcrumb-box ul a span {
  font-size: 15px;
}

.nav-pagination {
  width: 100%;
}

.pagination {
  padding: 1rem 0;
}
.pagination .page-item {
  margin: 0 5px;
  display: flex;
  align-items: center;
}
.pagination .page-item .page-link {
  color: #000;
  border: unset;
  font-size: 18px;
}
.pagination .page-item .page-link span {
  font-size: 18px;
}

.title-kohi {
  font-family: "KOHIBaeumOTF";
}

.title-nanum {
  font-family: "nanumhandLetter";
}

.title-jalnan {
  font-family: "yg-jalnan";
}

.darkbox-bg {
  background-color: #222222;
  color: #fff;
}

.darkbox-bg:hover,
.darkbox-bg:focus {
  color: #fff !important;
}

.btn:focus,
.btn:active,
.page-link:focus,
.page-link:active {
  outline: none !important;
  box-shadow: none !important;
}

.quantity .pro-qty {
  width: 130px;
  height: 40px;
  display: inline-block;
  position: relative;
  text-align: center;
  background: #eaeaea;
  align-items: center;
  align-content: center;
  justify-content: space-evenly;
  display: flex;
}
.quantity .pro-qty input {
  height: 100%;
  width: 100%;
  font-size: 16px;
  color: #000;
  width: 60px;
  border: none;
  background: #fff;
  text-align: center;
  margin-bottom: 0 !important;
}
.quantity .pro-qty .qtybtn {
  width: 100%;
  font-size: 16px;
  color: #000;
  cursor: pointer;
  display: inline-block;
}

.heartBtn:hover button {
  color: #f36565;
}

.heartBtn.active button span.material-symbols-outlined {
  font-variation-settings: "FILL" 1, "wght" 400, "GRAD" 0, "opsz" 48;
  color: red;
}

.heartBtn:hover {
  color: #f36565;
}

.heartBtn.active span.material-symbols-outlined {
  font-variation-settings: "FILL" 1, "wght" 400, "GRAD" 0, "opsz" 48;
  color: red;
}

/*************************** 반응형 *********************************/
@media screen and (max-width: 1024px) {
  .breadcrumb-box {
    padding: 30px 0;
  }
}
@media screen and (max-width: 675px) {
  input[type=text],
input[type=submit],
input[type=password],
textarea,
select {
    font-size: 14px;
    padding: 0.5rem 0.5rem !important;
  }

  .btn {
    padding: 0.3rem 4%;
  }
}
@media screen and (max-width: 653px) {
  #content .breadcrumb-section .container {
    padding-left: 15px;
  }

  .breadcrumb-box {
    padding: 50px 0;
  }
  .breadcrumb-box ul {
    display: flex;
    align-content: center;
    align-items: center;
  }
  .breadcrumb-box ul a {
    display: flex;
    align-items: center;
    font-size: 12px;
  }
  .breadcrumb-box ul a span {
    font-size: 13px;
  }
}
/*************************** header *********************************/
#header {
  width: 100%;
  padding: 0 20px;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  z-index: 10;
}
#header .inner {
  width: 1545px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #dadada;
  padding: 30px 0;
  /* 로고 */
  /* PC 네비게이션 */
  /* 모바일네비 PC : none */
}
#header .inner .logo {
  font-weight: 700;
  font-size: 22px;
}
#header .inner .logo span {
  font-size: 20px;
  font-weight: 500;
}
#header .inner .menu_bg {
  width: 100%;
  height: 280px;
  position: fixed;
  left: 0;
  top: 80px;
  background: #fff;
  transition: dispaly 0.3s ease;
  z-index: 5;
  display: none;
}
#header .inner .nav-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  /* 로그인/회원가입/사이트맵 */
}
#header .inner .nav-box nav {
  margin-right: 40px;
}
#header .inner .nav-box nav .nav-box__ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#header .inner .nav-box nav .nav-box__ul li {
  width: 140px;
  font-size: 16px;
  font-weight: 600;
  padding: 0 20px;
  position: relative;
  text-align: left;
  /* 서브네비 */
}
#header .inner .nav-box nav .nav-box__ul li .sub-menu__ul {
  padding: 60px 0 60px 0;
  position: absolute;
  left: 0;
  color: #222;
  display: none;
  z-index: 10;
  transition: opacity 0.3s ease;
}
#header .inner .nav-box nav .nav-box__ul li .sub-menu__ul li {
  margin-bottom: 18px !important;
  line-height: 1;
  text-align: left;
}
#header .inner .nav-box nav .nav-box__ul li .sub-menu__ul li a {
  font-size: 16px;
  font-weight: 300;
  text-transform: uppercase;
  text-align: left;
}
#header .inner .nav-box nav .nav-box__ul li .sub-menu__ul li:hover a {
  color: #000;
  font-weight: 600;
  font-size: 17px;
  transition: 0.3s ease;
}
#header .inner .nav-box .side-nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#header .inner .nav-box .side-nav ul li {
  font-size: 14px;
  font-weight: 500;
  padding: 0 10px;
}
#header .inner .mo-nav-btn {
  display: none;
}
#header .inner .mo-nav-page {
  display: none;
}

#site-mobile-nav {
  display: none;
}

/*************************** 반응형 *********************************/
@media screen and (max-width: 1440px) {
  #header .inner {
    width: 100%;
  }
  #header .inner .nav-box nav {
    margin-right: 0px;
  }
  #header .inner .nav-box nav .nav-box__ul li {
    width: 110px;
    padding: 0 10px;
  }
}
@media screen and (max-width: 1370px) {
  #header {
    border-bottom: 1px solid #dadada;
  }
  #header .inner {
    border-bottom: 1px solid #fff;
    /* pc네비 mobile : none */
    /* 모바일네비 mobile : block */
    /* 모바일 네비 시작*/
  }
  #header .inner .menu_bg {
    display: none;
  }
  #header .inner .nav-box {
    display: none;
  }
  #header .inner .mo-nav-btn, #header .inner .mo-nav-page {
    display: block;
  }
  #header .inner .mo-nav-page {
    width: 100%;
    height: 100%;
    z-index: 60;
    background-color: #F5F5F5;
    color: #363636;
    position: fixed;
    top: 0;
    right: -100%;
  }
  #header .inner .mo-nav-page__top {
    padding: 40px 20px;
    background-color: #323334;
    color: #fff;
    height: 300px;
    position: relative;
  }
  #header .inner .mo-nav-page__top .logo-top {
    display: flex;
    justify-content: space-between;
  }
  #header .inner .mo-nav-page__top .side-nav {
    display: block;
  }
  #header .inner .mo-nav-page__top .welcom-txt {
    color: #fff;
    white-space: pre-line;
    width: 100%;
    position: absolute;
    left: 20px;
    bottom: 0;
  }
  #header .inner .mo-nav-page nav {
    display: block;
  }
  #header .inner .mo-nav-page nav .nav-box__ul li {
    padding: 20px 0;
    border-bottom: 1px solid #dadada;
  }
  #header .inner .mo-nav-page nav .nav-box__ul li .sub-menu__ul li {
    border-bottom: 1px solid #f5f5f5;
  }

  .sub_header {
    height: 200px !important;
  }
  .sub_header .inner {
    padding-top: 60px;
  }
  .sub_header .inner .sub_nav {
    display: none !important;
  }
}
@media screen and (max-width: 675px) {
  #header .inner {
    padding: 20px 0;
  }
  #header .inner .logo {
    font-size: 18px;
  }
  #header .inner .logo span {
    font-size: 16px;
  }

  .sub_header {
    height: 180px !important;
    margin-top: 60px !important;
  }
  .sub_header .inner {
    padding-top: 60px !important;
  }
  .sub_header .inner .sub-title-p {
    font-size: 36px !important;
    padding-top: 30px !important;
  }
  .sub_header .inner .sub_nav {
    display: none !important;
  }
}
/*************************** main *********************************/
.inner {
  width: 1182px;
  margin: 0 auto;
}

/* 프로젝트상담 버튼 */
#consultation-btn {
  position: fixed;
  top: 12%;
  right: 50px;
  padding: 15px 20px;
  border-radius: 25px;
  color: #000;
  font-size: 16px;
  z-index: 80;
  background-color: #fff;
}
#consultation-btn:hover {
  font-weight: 500;
  transition: 0.3s;
}

/* 프로젝트상담 팝업 */
form.consul-form {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  z-index: 500;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
}
form.consul-form #consultation {
  width: 90%;
  height: 80%;
  margin: 5% auto;
  background-color: #fff;
}
form.consul-form #consultation .consul-box {
  padding: 60px 40px;
}
form.consul-form #consultation .consul-box__title {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
form.consul-form #consultation .consul-box__title h1 {
  display: block;
  color: #000;
  font-size: 30px;
  font-weight: 600;
  padding: 0 20px;
}
form.consul-form #consultation .consul-box__title a {
  font-size: 36px;
  text-align: right;
}
form.consul-form #consultation .consul-box__box {
  width: 100%;
  max-height: 100%;
  margin-top: 20px;
  box-sizing: border-box;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
form.consul-form #consultation .consul-box__box .consul {
  width: 33.33%;
  padding: 5px 20px;
  max-height: 700px;
}
form.consul-form #consultation .consul-box__box .consul .tit-box {
  padding-bottom: 30px;
}
form.consul-form #consultation .consul-box__box .consul .tit-box p {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 20px;
}
form.consul-form #consultation .consul-box__box .consul .tit-box input {
  padding: 1.6% 3%;
}
form.consul-form #consultation .consul-box__box .consul .tit-box label {
  font-size: 18px;
  padding: 2% 5% 2% 5px;
}
form.consul-form #consultation .consul-box__box .consul .tit-box .fileBox .upload-hidden {
  opacity: 0;
  display: none;
}
form.consul-form #consultation .consul-box__box .consul .tit-box .fileBox{
	margin-top: 1.5rem;
}
form.consul-form #consultation .consul-box__box .consul .tit-box .fileBox .file-btn {
  font-size: 16px;
  color: #fff;
  padding: 2% 3%;
  background-color: #363636;
  margin-bottom: 0;
}
form.consul-form #consultation .consul-box__box .consul .tit-box .fileBox .filetext {
  font-size: 16px;
}
form.consul-form #consultation .consul-box__box .consul .tit-box .terms-box .send-btn {
  font-size: 16px;
  color: #fff;
  padding: 2% 3%;
  background-color: #0E51FF;
}
form.consul-form #consultation .consul-box__box .consul-01 input {
  padding: 20px 3%;
  margin-bottom: 1.5rem;
}
form.consul-form #consultation .consul-box__box .consul-01 select {
  padding: 20px 3%;
  margin-bottom: 1.5rem;
}
form.consul-form #consultation .consul-box__box .consul-02 select {
  padding: 20px 3%;
  margin-bottom: 1.5rem;
}
form.consul-form #consultation .consul-box__box .consul-02 select input{
	padding: 20px 3%;
	margin-bottom: 1.5rem;
}
form.consul-form #consultation .consul-box__box .consul-03 .terms-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
form.consul-form #consultation .consul-box__box .consul-03 .terms-box .term-agree {
  display: flex;
  width: 100%;
  align-items: baseline;
}
form.consul-form #consultation .consul-box__box .consul-03 .terms-box .send-btn {
  width: 100%;
  text-align: center;
  color: #fff !important;
}

/* solution */
#section1 {
  background-image: url(../../images/renewal/main/bg1.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 78px;
  overflow: hidden;
}
#section1 .top-box {
  padding-top: 148px;
}
#section1 .top-box h1 {
  color: #022786;
  font-size: 40px;
  font-weight: 700;
  letter-spacing: -2px;
  margin-bottom: 20px;
}
#section1 .top-box p {
  font-size: 20px;
  font-weight: 100;
  margin-bottom: 10px;
  letter-spacing: -1px;
}
#section1 .bottom-box {
  padding: 100px 0 133px 0;
}
#section1 .bottom-box .sub-title-p {
  font-size: 18px;
  font-weight: 600;
  position: relative;
  letter-spacing: -1px;
  padding-top: 10px;
  color: #6C6C6C;
}
#section1 .bottom-box .sub-title-p::before {
  content: "";
  width: 40px;
  height: 2px;
  background-color: #6C6C6C;
  position: absolute;
  top: 0;
  left: 0;
}
#section1 .bottom-box .solution-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding-top: 50px;
}
#section1 .bottom-box .solution-box li p {
  font-size: 18px;
  font-weight: 300;
  text-align: center;
  margin-top: 20px;
}
#section1 .bottom-box .solution-box li.on {
  transform: scale(1.15);
  transition: 0.8s;
}

/* feature */
#section2 {
  background-image: url(../../images/renewal/main/bg22.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 80px;
  overflow: hidden;
}
#section2 .inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
#section2 .inner .feature-bar {
  background-color: rgba(32, 91, 207, 0.747);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 50px 100px 50px 70px;
  height: 550px;
}
#section2 .inner .feature-bar .sub-title-p {
  font-size: 18px;
  font-weight: 600;
  position: relative;
  letter-spacing: -1px;
  padding-top: 10px;
  color: #ffffff;
}
#section2 .inner .feature-bar .sub-title-p::before {
  content: "";
  width: 40px;
  height: 2px;
  background-color: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
}
#section2 .inner .feature-bar .sec2_h2 {
  font-family: "GmarketSansMedium";
  font-size: 28px;
  color: #fff;
  margin: 40px 0 40px 0;
}
#section2 .inner .feature-bar ul {
  padding-left: 20px;
}
#section2 .inner .feature-bar ul li {
  color: #fff;
  padding: 20px 0;
  position: relative;
  font-size: 20px;
  font-weight: 200;
  letter-spacing: -1px;
  transition: 0.5s;
}
#section2 .inner .feature-bar ul li::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  top: 23px;
  left: -20px;
  background-color: #fff;
  border-radius: 25px;
}
#section2 .inner .feature-bar ul li.on {
  color: #ffffff;
  font-weight: 500;
  cursor: pointer;
  transform: scale(1.19);
  transition: 1.5s;
}
#section2 .inner .feature-bar ul li.on::before {
  background-color: #ffffff;
  transition: 1.5s;
}
#section2 .inner .feature-content {
  padding: 20px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 800px;
  padding-top: 78px;
}
#section2 .inner .feature-content__left {
  width: 50%;
  padding-right: 20px;
}
#section2 .inner .feature-content__right {
  width: 50%;
  padding-left: 20px;
  padding-top: 120px;
}
#section2 .inner .feature-content__things {
  width: 100%;
  background-color: rgba(209, 214, 226, 0.65);
  border-radius: 16px;
  padding: 10px 30px;
  color: #fff;
  margin-bottom: 50px;
  transition: 0.5s;
}
#section2 .inner .feature-content__things__icon {
  text-align: right;
}
#section2 .inner .feature-content__things__content h1 {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
}
#section2 .inner .feature-content__things__content h2 {
  font-size: 16px;
  font-weight: 200;
  white-space: pre-line;
  color: #fff;
}
#section2 .inner .feature-content__things.on {
  background-color: rgba(26, 53, 107, 0.747);
  transition: 2s;
  color: #fff;
}
#section2 .inner .feature-content__things.on .feature-content__things__icon {
  transform: translateX(-15px);
  transition: 2s;
}

/* with together */
#section3 {
  background-image: url(../../images/renewal/main/bg3.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 100px 0;
  overflow: hidden;
}
#section3 .sub-title-p {
  font-size: 18px;
  font-weight: 600;
  position: relative;
  letter-spacing: -1px;
  padding-top: 10px;
  color: #ffffff;
}
#section3 .sub-title-p::before {
  content: "";
  width: 40px;
  height: 2px;
  background-color: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
}
#section3 h1 {
  color: #fff;
  font-size: 32px;
  font-weight: 100;
  letter-spacing: 1px;
  margin-bottom: 20px;
}
#section3 h1 span {
  font-size: 36px;
  font-weight: 500;
  letter-spacing: -3px;
}
#section3 p {
  color: #fff;
  font-weight: 200;
  font-size: 18px;
}
#section3 button {
  background-color: #232426;
  color: #fff;
  font-size: 18px;
  padding: 20px;
  border-radius: 12px;
  float: right;
}

/* portfolio */
#section4 {
  background-color: #fff;
  padding-top: 180px;
  padding-bottom: 150px;
  overflow: hidden;
}
#section4 .sub-title-p {
  font-size: 18px;
  font-weight: 600;
  position: relative;
  letter-spacing: -1px;
  padding-top: 10px;
  color: #6C6C6C;
}
#section4 .sub-title-p::before {
  content: "";
  width: 40px;
  height: 2px;
  background-color: #6C6C6C;
  position: absolute;
  top: 0;
  left: 0;
}
#section4 .title-moreview {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 70px;
}
#section4 .title-moreview h1 {
  font-weight: 100;
  font-size: 32px;
  letter-spacing: -1px;
}
#section4 .title-moreview h1 span {
  font-weight: 500;
}
#section4 .title-moreview .moreview {
  cursor: pointer;
}
#section4 .title-moreview .moreview span {
  font-size: 16px;
  font-weight: 300;
}
#section4 .title-moreview .moreview span:hover {
  font-weight: 700;
  transition: 0.5s;
}
#section4 .best-example {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 70px;
}
#section4 .best-example__photo {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
#section4 .best-example__photo__1, #section4 .best-example__photo__2 {
  width: 45%;
  border: 1px solid #dadada;
  padding: 10px;
  vertical-align: middle;
  margin-right: 20px;
}
#section4 .best-example__photo__1 img, #section4 .best-example__photo__2 img {
  width: 100%;
}
#section4 .best-example__photo__1 p, #section4 .best-example__photo__2 p {
  font-size: 14px;
  margin-top: 5px;
  margin-bottom: 0;
}
#section4 .best-example__photo__1__top p {
  margin-bottom: 20px;
}
#section4 .best-example__content h1 {
  font-size: 16px;
  font-weight: 600;
  text-align: right;
  letter-spacing: -1px;
  margin-bottom: 20px;
  margin-top: 100px;
}
#section4 .best-example__content__p:nth-of-type(1) {
  font-size: 24px;
  font-weight: 600;
  text-align: right;
  color: #0E51FF;
  letter-spacing: -1px;
  margin-bottom: 80px;
}
#section4 .best-example__content__p:nth-of-type(2) {
  font-size: 20px;
  font-weight: 300;
  text-align: right;
  margin-bottom: 20px;
}
#section4 .best-example__content__p:nth-of-type(3) {
  font-size: 18px;
  font-weight: 300;
  white-space: pre-line;
  text-align: right;
  line-height: 1.1;
  margin-bottom: 30px;
}
#section4 .best-example__content__opt {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
#section4 .best-example__content__opt p {
  width: 50px;
  height: 50px;
  border: 1px solid #dadada;
  line-height: 50px;
  font-size: 14px;
  text-align: center;
}
#section4 .best-example__content__opt p:nth-of-type(2) {
  margin: 0 10px;
}
#section4 .best-example__content__opt p.on {
  border: 1px solid #0E51FF;
  transition: 0.5s;
}
#section4 .listSlide .title-moreview {
  float: right;
  margin-top: 10px;
  margin-bottom: 10px;
}
#section4 .listSlide .devSwiper {
  width: 100%;
  height: 170px;
  padding-bottom: 20px;
}
#section4 .listSlide .devSwiper .list-content {
  border-radius: 12px;
  border: 1px solid #dadada;
  height: 160px;
  padding: 20px;
}
#section4 .listSlide .devSwiper .list-content__p:nth-of-type(1) {
  font-size: 16px;
  font-weight: 300;
}
#section4 .listSlide .devSwiper .list-content__p:nth-of-type(2) {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: -1px;
}
#section4 .listSlide .devSwiper .list-content h1 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px;
  letter-spacing: -1px;
  white-space: pre-line;
}
#section4 .listSlide .devSwiper .list-content h1 span {
  font-size: 16px;
  font-weight: 300;
}
#section4 .listSlide .devSwiper .list-content:hover {
  border: 1px solid #363636;
  background-color: #363636;
  color: #fff;
  transition: 1s;
}
#section4 .listSlide .devSwiper .swiper-horizontal > .swiper-pagination-progressbar, #section4 .listSlide .devSwiper .swiper-pagination-progressbar.swiper-pagination-horizontal, #section4 .listSlide .devSwiper .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, #section4 .listSlide .devSwiper .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  bottom: 0px;
  top: unset;
}
#section4 .listSlide .devSwiper .swiper-button-next, #section4 .listSlide .devSwiper .swiper-button-prev {
  color: #a7a7a7;
  border: 1px solid #dadada;
  border-radius: 120px;
  width: 50px;
  height: 50px;
}
#section4 .listSlide .devSwiper .swiper-button-next:hover, #section4 .listSlide .devSwiper .swiper-button-prev:hover {
  font-weight: 700;
  color: #fff;
  border: 1px solid #363636;
  background-color: #363636;
  box-shadow: 5px 5px 10px rgba(207, 207, 207, 0.637);
  transition: 0.1s;
}
#section4 .listSlide .devSwiper .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background-color: #b8b8b8;
}
#section4 .listSlide .devSwiper .swiper-button-next:after, #section4 .listSlide .devSwiper .swiper-button-prev:after {
  font-size: 14px;
}
#section4 .listSlide .devSwiper .swiper-pagination-progressbar {
  background: rgba(146, 134, 134, 0.05);
}

/* type of business / notice */
#section5 {
  background-color: #F5F5F5;
  padding: 100px 0;
  overflow: hidden;
}
#section5 .inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#section5 .inner .sec5__title {
  display: flex;
  justify-content: space-between;
}
#section5 .inner .sec5__title .sub-title-p {
  font-size: 18px;
  font-weight: 700;
  position: relative;
  letter-spacing: -1px;
  padding-top: 10px;
  color: #000;
}
#section5 .inner .sec5__title .sub-title-p::before {
  content: "";
  width: 40px;
  height: 2px;
  background-color: #000;
  position: absolute;
  top: 0;
  left: 0;
}
#section5 .inner .sec5__title .title-moreview {
  float: right;
  margin-top: 10px;
  margin-bottom: 10px;
}
#section5 .inner .sec5__title .title-moreview .moreview {
  cursor: pointer;
}
#section5 .inner .sec5__title .title-moreview .moreview span {
  font-size: 16px;
  font-weight: 300;
}
#section5 .inner .sec5__title .title-moreview .moreview span:hover {
  font-weight: 700;
  transition: 0.5s;
}
#section5 .inner .typeOfBusiness {
  width: 40%;
}
#section5 .inner .typeOfBusiness ul {
  padding: 0 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
}
#section5 .inner .typeOfBusiness ul li {
  width: 120px;
  border-radius: 100px;
  border: 1px dotted #a8a8a8;
  color: #6c6c6c;
  background-color: #fff;
  font-weight: 500;
  font-size: 18px;
  text-align: center;
  vertical-align: middle;
  padding: 12px 0;
  margin: 10px;
}
#section5 .inner .notice {
  width: 50%;
}
#section5 .inner .notice ul {
  height: 200px;
  min-height: 200px;
  padding: 0 10px;
}
#section5 .inner .notice ul li {
  cursor: pointer;
  padding: 16px 2%;
  border-bottom: 1px dotted #838383;
  display: flex;
  justify-content: space-between;
}
#section5 .inner .notice ul li .notice-title {
  width: 80%;
  overflow: hidden;
  font-weight: 300;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  margin-bottom: 0;
}
#section5 .inner .notice ul li .notice-date {
  font-size: 12px;
  color: #646464;
  margin-bottom: 0;
}
#section5 .inner .notice ul li:hover .notice-title {
  font-weight: 500;
  transition: 1s;
}

/* 경영자총연 */
#section6 {
  background-image: url(../../images/renewal/main/bg4.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 80px 0;
  overflow: hidden;
}
#section6 .sub-title-p {
  font-size: 18px;
  font-weight: 600;
  position: relative;
  letter-spacing: -1px;
  padding-top: 10px;
  color: #ffffff;
}
#section6 .sub-title-p::before {
  content: "";
  width: 40px;
  height: 2px;
  background-color: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
}
#section6 h1 {
  color: #fff;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 20px;
}
#section6 h1 span {
  font-size: 36px;
  font-weight: 500;
  letter-spacing: -3px;
}
#section6 p {
  color: #fff;
  font-weight: 200;
  font-size: 18px;
}

/* 경영자총연 */
#section7 {
  padding: 80px 0;
  overflow: hidden;
}
#section7 .inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#section7 .inner .sec7-contect {
  border-right: 1px solid #dadada;
  width: 40%;
}
#section7 .inner .sec7-contect .sub-title-p {
  font-size: 18px;
  font-weight: 600;
  position: relative;
  letter-spacing: -1px;
  padding-top: 10px;
  color: #6C6C6C;
}
#section7 .inner .sec7-contect .sub-title-p::before {
  content: "";
  width: 40px;
  height: 2px;
  background-color: #6C6C6C;
  position: absolute;
  top: 0;
  left: 0;
}
#section7 .inner .sec7-contect h1 {
  font-size: 34px;
  font-weight: 700;
  letter-spacing: -1px;
}
#section7 .inner .sec7-contect p {
  font-size: 18px;
  font-weight: 400;
  white-space: pre-line;
  line-height: 1.3;
}
#section7 .inner .sec7-service {
  width: 50%;
  padding-left: 20px;
}
#section7 .inner .sec7-service .sub-title-p {
  font-size: 18px;
  font-weight: 600;
  position: relative;
  letter-spacing: -1px;
  padding-top: 10px;
  color: #6C6C6C;
}
#section7 .inner .sec7-service .sub-title-p::before {
  content: "";
  width: 40px;
  height: 2px;
  background-color: #6C6C6C;
  position: absolute;
  top: 0;
  left: 0;
}
#section7 .inner .sec7-service ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#section7 .inner .sec7-service ul li {
  cursor: pointer;
  text-align: center;
}
#section7 .inner .sec7-service ul li:hover {
  font-weight: 500;
}

/* footer */
footer {
  background-color: #828282;
  padding: 40px 0 30px 0;
  overflow: hidden;
}
footer ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  margin-bottom: 20px !important;
}
footer ul li {
  color: #fff;
  font-weight: 200;
}
footer ul:nth-of-type(1) li {
  margin-right: 20px;
}
footer ul:nth-of-type(1) li :hover {
  color: #fff;
  font-weight: 500;
}
footer p {
  color: #D4D4D4;
  font-weight: 100;
}

/*************************** 반응형 *********************************/
@media screen and (max-width: 1440px) {
  #section1 .inner {
    padding: 0 60px;
  }

  #consultation-btn {
    font-size: 14px;
    padding: 10px;
    top: 110px;
    right: 40px;
  }
}
@media screen and (max-width: 1233px) {
  .inner {
    width: 100%;
    height: 100%;
    padding: 0 100px;
  }

  #section1 .inner .top-box h1 {
    font-size: 32px;
  }
  #section1 .inner .top-box p {
    font-size: 18px;
  }
  #section1 .inner .bottom-box .sub-title-p {
    font-size: 16px;
    font-weight: 400;
    position: relative;
    letter-spacing: -1px;
    padding-top: 10px;
    color: #6C6C6C;
  }
  #section1 .inner .bottom-box .sub-title-p::before {
    content: "";
    width: 40px;
    height: 1px;
    background-color: #6C6C6C;
    position: absolute;
    top: 0;
    left: 0;
  }
  #section1 .inner .bottom-box li .solution-box__iconbox {
    text-align: center;
  }
  #section1 .inner .bottom-box li .solution-box__iconbox svg {
    width: 70px;
  }
  #section1 .inner .bottom-box li p {
    font-size: 16px;
    margin-top: 0px;
  }
  #section1 .inner .bottom-box li:nth-of-type(4) .solution-box__iconbox {
    text-align: center;
  }
  #section1 .inner .bottom-box li:nth-of-type(4) .solution-box__iconbox svg {
    width: 40px;
    height: 110px;
  }

  #section2 .inner .feature-bar {
    padding: 50px 60px 50px 70px;
  }
  #section2 .inner .feature-content {
    width: 650px;
  }

  #section4 .best-example {
    flex-wrap: nowrap;
  }
  #section4 .best-example__photo {
    width: 70%;
  }
  #section4 .best-example__content {
    width: 30%;
  }

  form.consul-form #consultation .consul-box__box .consul .tit-box label {
    padding: 2% 9% 2% 5px;
  }
}
@media screen and (max-width: 1180px) {
  #section2 .inner {
    padding: 0 30px;
  }
  #section2 .inner .feature-bar .sub-title-p {
    font-size: 16px;
    font-weight: 200;
    position: relative;
    letter-spacing: -1px;
    padding-top: 10px;
    color: #ffffff;
  }
  #section2 .inner .feature-bar .sub-title-p::before {
    content: "";
    width: 40px;
    height: 1px;
    background-color: #ffffff;
    position: absolute;
    top: 0;
    left: 0;
  }
  #section2 .inner .feature-bar ul li {
    font-size: 18px;
  }
  #section2 .inner .feature-bar ul li.on {
    transform: scale(1.11);
  }
  #section2 .inner .feature-content__things__icon svg {
    width: 80px;
  }
  #section2 .inner .feature-content__things__content h1 {
    font-size: 16px;
  }
  #section2 .inner .feature-content__things__content h2 {
    font-size: 14px;
  }

  #section3 .sub-title-p {
    font-size: 14px;
    font-weight: 200;
    position: relative;
    letter-spacing: -1px;
    padding-top: 10px;
    color: #ffffff;
  }
  #section3 .sub-title-p::before {
    content: "";
    width: 40px;
    height: 1px;
    background-color: #ffffff;
    position: absolute;
    top: 0;
    left: 0;
  }
  #section3 h1 {
    font-size: 26px;
  }
  #section3 h1 span {
    font-size: 30px;
  }
  #section3 p {
    line-height: 1.5;
  }
  #section3 button {
    font-size: 16px;
    padding: 15px;
  }

  #section4 .sub-title-p {
    font-size: 14px;
    font-weight: 600;
    position: relative;
    letter-spacing: -1px;
    padding-top: 10px;
    color: #6C6C6C;
  }
  #section4 .sub-title-p::before {
    content: "";
    width: 40px;
    height: 2px;
    background-color: #6C6C6C;
    position: absolute;
    top: 0;
    left: 0;
  }
  #section4 .title-moreview h1 {
    font-size: 28px;
  }
  #section4 .title-moreview .moreview span {
    font-size: 14px;
  }
  #section4 .best-example__content h1 {
    font-size: 14px;
  }
  #section4 .best-example__content__p:nth-of-type(1) {
    font-size: 20px;
    font-weight: 600;
    text-align: right;
    color: #0E51FF;
    letter-spacing: -1px;
    margin-bottom: 80px;
  }
  #section4 .best-example__content__p:nth-of-type(2) {
    font-size: 16px;
    font-weight: 300;
    text-align: right;
    margin-bottom: 20px;
  }
  #section4 .best-example__content__p:nth-of-type(3) {
    font-size: 14px;
    font-weight: 300;
    white-space: pre-line;
    text-align: right;
    line-height: 1.1;
    margin-bottom: 30px;
  }
  #section4 .listSlide .devSwiper {
    height: 150px;
  }
  #section4 .listSlide .devSwiper .list-content {
    height: 140px;
    padding: 15px 20px 5px 20px;
  }
  #section4 .listSlide .devSwiper .list-content__p:nth-of-type(1) {
    font-size: 14px;
  }
  #section4 .listSlide .devSwiper .list-content__p:nth-of-type(2) {
    font-size: 16px;
    margin-bottom: 0;
  }
  #section4 .listSlide .devSwiper .list-content h1 {
    font-size: 18px;
  }
  #section4 .listSlide .devSwiper .swiper-button-next, #section4 .listSlide .devSwiper .swiper-button-prev {
    width: 30px;
    height: 30px;
  }

  #section5 .inner .sec5__title .sub-title-p {
    font-size: 16px;
  }
  #section5 .inner .sec5__title .title-moreview .moreview span {
    font-size: 14px;
  }
  #section5 .inner .typeOfBusiness ul li {
    width: 90px;
    font-size: 16px;
  }
  #section5 .inner .notice ul li .notice-title {
    font-size: 14px;
  }

  #section6 .sub-title-p {
    font-size: 16px;
    font-weight: 300;
    position: relative;
    letter-spacing: -1px;
    padding-top: 10px;
    color: #ffffff;
  }
  #section6 .sub-title-p::before {
    content: "";
    width: 40px;
    height: 1px;
    background-color: #ffffff;
    position: absolute;
    top: 0;
    left: 0;
  }
  #section6 h1 {
    font-size: 28px;
  }
  #section6 p {
    font-size: 18px;
  }

  footer ul li {
    font-size: 14px;
  }
  footer p {
    font-size: 14px;
  }
}
@media screen and (max-width: 1024px) {
  #section1 .inner {
    padding: 0 100px;
  }

  #section2 .inner .feature-bar {
    padding: 50px;
  }
  #section2 .inner .feature-content {
    width: 550px;
  }

  #section5 .inner {
    padding: 0 30px;
  }

  #consultation-btn {
    font-size: 14px;
    padding: 10px;
    top: 100px;
    right: 20px;
  }

  form.consul-form #consultation {
    height: 100%;
    overflow-y: scroll;
  }
  form.consul-form #consultation .consul-box__box .consul {
    width: 100%;
  }
  form.consul-form #consultation .consul-box__box .consul-03 {
    padding-bottom: 5%;
  }
  form.consul-form #consultation .consul-box__box .consul-03 .fileBox input {
    width: 100%;
  }
}
@media screen and (max-width: 915px) {
  #section1 .inner {
    padding: 0 60px;
  }

  #section1 .bottom-box .solution-box {
    padding-top: 20px;
  }

  #section2 {
    padding-bottom: 0;
  }

  #section3 h1 {
    font-size: 20px;
  }
  #section3 h1 span {
    font-size: 22px;
    letter-spacing: -1px;
  }
  #section3 p {
    font-size: 16px;
  }
  #section3 button {
    font-size: 14px;
    padding: 12px;
  }

  #section4 .best-example {
    flex-wrap: wrap;
  }
  #section4 .best-example__photo {
    width: 100%;
    order: 2;
  }
  #section4 .best-example__photo__1, #section4 .best-example__photo__2 {
    width: 100%;
    margin-right: 0;
  }
  #section4 .best-example__content {
    width: 100%;
    order: 1;
  }
  #section4 .best-example__content h1 {
    margin-top: 0;
    color: #a8a8a8;
    font-weight: 300;
  }
  #section4 .best-example__content__p:nth-of-type(1) {
    margin-bottom: 30px;
  }
  #section4 .best-example__content__p:nth-of-type(3) {
    white-space: unset;
  }
  #section4 .listSlide .devSwiper {
    height: 160px;
  }
  #section4 .listSlide .devSwiper .list-content {
    height: 140px;
  }
  #section4 .listSlide .devSwiper .list-content__p:nth-of-type(1) {
    font-size: 14px;
    margin-bottom: 5px;
  }
  #section4 .listSlide .devSwiper .list-content__p:nth-of-type(2) {
    font-size: 14px;
    margin-bottom: 0;
  }
  #section4 .listSlide .devSwiper .list-content h1 {
    font-size: 16px;
    margin-bottom: 20px;
  }

  #section5 .inner .typeOfBusiness {
    width: 100%;
    margin-bottom: 70px;
  }
  #section5 .inner .typeOfBusiness ul {
    align-items: center;
    width: 100%;
    padding: 0;
    margin: 0 auto;
    justify-content: center;
  }
  #section5 .inner .typeOfBusiness ul li {
    font-size: 14px;
    padding: 8px 0;
    margin: 20px;
  }
  #section5 .inner .notice {
    width: 100%;
  }

  #section6 {
    padding: 40px 0;
  }
  #section6 .sub-title-p {
    font-size: 14px;
    font-weight: 300;
    position: relative;
    letter-spacing: -1px;
    padding-top: 10px;
    color: #ffffff;
  }
  #section6 .sub-title-p::before {
    content: "";
    width: 40px;
    height: 1px;
    background-color: #ffffff;
    position: absolute;
    top: 0;
    left: 0;
  }
  #section6 h1 {
    font-size: 22px;
    margin-bottom: 10px;
  }
  #section6 p {
    font-size: 14px;
  }

  #section7 .inner .sec7-contect {
    border-right: 1px solid #fff;
    width: 100%;
    margin-bottom: 40px;
  }
  #section7 .inner .sec7-contect .sub-title-p {
    font-size: 14px;
    font-weight: 300;
    position: relative;
    letter-spacing: -1px;
    padding-top: 10px;
    color: #6C6C6C;
  }
  #section7 .inner .sec7-contect .sub-title-p::before {
    content: "";
    width: 40px;
    height: 1px;
    background-color: #6C6C6C;
    position: absolute;
    top: 0;
    left: 0;
  }
  #section7 .inner .sec7-contect h1 {
    font-size: 26px;
  }
  #section7 .inner .sec7-contect p {
    font-size: 14px;
    font-weight: 400;
  }
  #section7 .inner .sec7-service {
    width: 100%;
    padding-left: 0px;
  }
  #section7 .inner .sec7-service .sub-title-p {
    font-size: 14px;
    font-weight: 300;
    position: relative;
    letter-spacing: -1px;
    padding-top: 10px;
    color: #6C6C6C;
  }
  #section7 .inner .sec7-service .sub-title-p::before {
    content: "";
    width: 40px;
    height: 1px;
    background-color: #6C6C6C;
    position: absolute;
    top: 0;
    left: 0;
  }
  #section7 .inner .sec7-service ul li {
    width: 50%;
  }
  #section7 .inner .sec7-service ul li p {
    font-size: 14px;
  }
  #section7 .inner .sec7-service ul li svg {
    width: 60px;
  }
  #section7 .inner .sec7-service ul li:hover {
    font-weight: 500;
  }
}
@media screen and (max-width: 768px) {
  .inner {
    padding: 0 50px;
  }

  #section2 .inner {
    padding: 0 10px 0 0;
    justify-content: space-between;
  }
  #section2 .inner .feature-content__left {
    padding-right: 10px;
  }
  #section2 .inner .feature-content__right {
    padding-left: 10px;
  }
}
@media screen and (max-width: 740px) {
  #section2 {
    overflow: hidden;
  }
  #section2 .inner {
    padding: 0;
  }
  #section2 .inner .feature-bar {
    width: 100%;
    height: 100%;
    padding: 25px 50px;
  }
  #section2 .inner .feature-bar ul {
    display: flex;
    justify-content: space-between;
  }
  #section2 .inner .feature-bar ul li {
    padding: 10px 0;
    font-size: 16px;
  }
  #section2 .inner .feature-bar ul li::before {
    width: 6px;
    height: 6px;
    top: 16px;
    left: -10px;
  }
  #section2 .inner .feature-bar ul li.on {
    transform: unset;
  }
  #section2 .inner .feature-content {
    width: 100%;
    margin: 0 auto;
    padding: 40px 20px;
  }

  #section3 {
    padding: 50px 0 80px 0;
  }

  #section4 {
    padding-top: 80px;
  }
  #section4 .title-moreview {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 675px) {
  #section1 {
    margin-top: 68px;
  }
  #section1 .inner .bottom-box li .solution-box__iconbox svg {
    width: 60px;
    height: 80px;
  }
  #section1 .inner .bottom-box li:nth-of-type(4) .solution-box__iconbox svg {
    width: 30px;
    height: 80px;
  }
  #section1 .inner .bottom-box li p {
    font-size: 15px;
  }

  #section2 {
    overflow: hidden;
  }
  #section2 .inner .feature-content__left {
    width: calc(50% - 10px);
    padding-right: 10px;
  }
  #section2 .inner .feature-content__left .feature-content__things:nth-of-type(1) svg {
    width: 70px !important;
  }
  #section2 .inner .feature-content__right {
    width: calc(50% - 10px);
  }
  #section2 .inner .feature-content__things__content h1 {
    font-size: 18px;
  }
}
@media screen and (max-width: 568px) {
  form #consultation .consul-box {
    padding: 30px 20px;
  }
  form #consultation .consul-box__title h1 {
    font-size: 24px;
  }
  form #consultation .consul-box__box .consul .tit-box p {
    font-size: 18px;
  }
  form #consultation .consul-box__box .consul .tit-box label {
    font-size: 16px;
  }

  #consultation-btn {
    top: 100px;
    right: 20px;
  }
}
@media screen and (max-width: 480px) {
  #section1 .inner .top-box {
    padding-top: 120px;
  }
  #section1 .inner .top-box h1 {
    font-size: 26px;
  }
  #section1 .inner .top-box p {
    font-size: 17px;
  }
  #section1 .bottom-box {
    padding: 100px 0 70px 0;
  }
  #section1 .bottom-box .solution-box li {
    width: 50%;
    margin-bottom: 40px !important;
  }

  #section2 .inner .feature-bar {
    padding: 25px 20px;
  }
  #section2 .inner .feature-bar .sec2_h2 {
    font-size: 25px;
    margin: 20px 0;
  }
  #section2 .inner .feature-bar ul {
    flex-wrap: wrap;
    justify-content: start;
  }
  #section2 .inner .feature-bar ul li {
    font-size: 16px;
    width: 33.33%;
    text-align: center;
  }
  #section2 .inner .feature-bar ul li::before {
    left: 0;
  }
  #section2 .inner .feature-bar ul li.on {
    transform: unset;
  }
  #section2 .inner .feature-content__left, #section2 .inner .feature-content__right {
    width: 100%;
  }
  #section2 .inner .feature-content__left {
    padding-right: 0;
  }
  #section2 .inner .feature-content__right {
    padding-left: 0;
    padding-top: 0;
  }
  #section2 .inner .feature-content__things {
    width: 90%;
    margin: 0 auto;
    margin-bottom: 30px;
  }

  #section3 p {
    font-size: 14px;
  }

  #section4 {
    padding-bottom: 100px;
  }
  #section4 .title-moreview {
    justify-content: end;
  }
  #section4 .title-moreview h1 {
    font-size: 22px;
  }
  #section4 .best-example {
    margin-bottom: 40px;
  }
  #section4 .best-example__content h1 {
    margin-bottom: 10px;
  }
  #section4 .best-example__content__p:nth-of-type(2) {
    margin-bottom: 10px;
  }
  #section4 .best-example__content__opt p {
    font-size: 12px;
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  #section4 .listSlide .devSwiper .swiper-button-next, #section4 .listSlide .devSwiper .swiper-button-prev {
    display: none;
  }

  #section5 .inner .typeOfBusiness ul li {
    margin: 10px;
  }
}
@media screen and (max-width: 425px) {
  #section1 .inner {
    padding: 0 20px;
  }
}
@media screen and (max-width: 375px) {
  .inner {
    padding: 0 20px;
  }

  #section1 .inner .top-box p {
    font-size: 16px;
  }
  #section1 .inner .bottom-box {
    padding: 70px 0 70px 0;
  }

  #section2 .inner .feature-bar ul li {
    font-size: 14px;
    width: 33.33%;
    text-align: center;
  }

  form #consultation .consul-box {
    padding: 40px 8px;
  }
  form #consultation .consul-box__title h1 {
    font-size: 20px;
  }
  form #consultation .consul-box__box .consul .tit-box p {
    font-size: 16px;
  }
  form #consultation .consul-box__box .consul .tit-box label {
    font-size: 14px;
    padding: 2% 2% 2% 0;
  }
}
@media screen and (max-width: 360px) {
  #section2 .inner .feature-bar ul li {
    font-size: 16px;
    width: 33.33%;
    text-align: center;
  }
  #section2 .inner .feature-bar ul li::before {
    left: 1px;
  }

  #section5 .inner .typeOfBusiness .sec5__title {
    display: block;
  }
  #section5 .inner .notice ul {
    padding: 0;
  }
}
@media screen and (max-width: 320px) {
  #section1 .inner .top-box h1 {
    font-size: 25px;
  }

  #section2 .inner .feature-bar ul li {
    font-size: 13px;
    padding: 10px;
  }
  #section2 .inner .feature-bar ul li::before {
    left: -3px;
  }
}
@media screen and (max-width: 280px) {
  .inner {
    padding: 0 20px;
  }

  #section4 .title-moreview h1 {
    font-size: 21px;
  }

  #section2 .inner .feature-bar ul li {
    width: 50%;
  }
  #section2 .inner .feature-bar ul li::before {
    left: 0px;
  }
  #section2 .inner .feature-content__things__content h1 {
    font-size: 16px;
  }

  footer .inner ul:nth-of-type(1) li {
    margin-bottom: 5px !important;
  }
}
/*************************** company *********************************/
#companypage-subimg {
  width: 100%;
  height: 300px;
  background-image: url(../images/renewal/common/01.jpg);
  background-size: cover;
  background-position-x: 50%;
  margin-top: 80px;
  position: relative;
}
#companypage-subimg .inner {
  height: 100%;
  padding-top: 80px;
  overflow: hidden;
  position: relative;
}
#companypage-subimg .inner .sub-title-p {
  font-size: 46px;
  font-weight: 600;
  position: relative;
  letter-spacing: -1px;
  padding-top: 40px;
  color: #000000;
}
#companypage-subimg .inner .sub-title-p::before {
  content: "";
  width: 40px;
  height: 2px;
  background-color: #000000;
  position: absolute;
  top: 0;
  left: 0;
}
#companypage-subimg .inner .sub_nav {
  width: 100%;
  position: absolute;
  bottom: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#companypage-subimg .inner .sub_nav li {
  width: 14.25%;
  background-color: #fff;
  padding: 14px 0;
  text-align: center;
  border-top: 1px solid #dadada;
  border-left: 1px solid #dadada;
  overflow: hidden;
}
#companypage-subimg .inner .sub_nav li:last-child {
  border-right: 1px solid #dadada;
}
#companypage-subimg .inner .sub_nav li a {
  padding: 15px 10%;
}
#companypage-subimg .inner .sub_nav li:hover, #companypage-subimg .inner .sub_nav li.on {
  border-top: 1px solid #0E51FF;
  border-left: 1px solid #0E51FF;
  border-right: 1px solid #0E51FF;
  font-weight: 700;
  color: #0E51FF;
  transition: 0.5s;
}
#companypage-subimg .inner .sub_nav li:hover a, #companypage-subimg .inner .sub_nav li.on a {
  color: #0E51FF;
}

/*************************** 회사소개서 다운로드 *******************************/
#comintro-down {
  float: right;
}
#comintro-down p {
  display: flex;
  align-items: center;
}

/*************************** ceo 인사말 *******************************/
#company-ceo {
  padding: 60px 0 120px 0;
}
#company-ceo .company-ceo__top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#company-ceo .company-ceo__top__content {
  width: 50%;
}
#company-ceo .company-ceo__top__content h1 {
  font-size: 26px;
  font-weight: 200;
  white-space: pre-line;
  margin-bottom: 60px;
  line-height: 1.5;
  letter-spacing: -1.5px;
}
#company-ceo .company-ceo__top__content h1 span {
  font-size: 30px;
  font-weight: 700;
}
#company-ceo .company-ceo__top__content p {
  font-size: 18px;
  line-height: 1.5;
  white-space: pre-line;
}
#company-ceo .company-ceo__top__img {
  width: 35%;
}
#company-ceo .company-ceo__top__img img {
  width: 100%;
}
#company-ceo .company-ceo__bottom {
  font-size: 18px;
  line-height: 1.5;
  white-space: pre-line;
}
#company-ceo .company-ceo__bottom p {
  line-height: 1.5;
}
#company-ceo .sign p {
  text-align: right;
  font-size: 20px;
  font-weight: 700;
}
#company-ceo .sign p span {
  font-weight: 300;
}

/*************************** 주요고객사 *******************************/
#customer {
  padding-bottom: 150px;
}
#customer ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  margin: 0 auto;
}
#customer ul li {
  cursor: pointer;
  width: 22%;
  text-align: center;
  padding: 10px 0;
  border: 1px solid #dadada;
  margin: 40px 5px;
  margin-top: 20px;
  overflow: hidden;
}
#customer ul li:hover {
  border: 1px solid #22449b;
  box-shadow: 10px 10px 10px #f0f3fc;
  transition: 1s;
}

/*************************** organization *******************************/
#organization {
  padding-bottom: 120px;
}
#organization h4 {
  padding-bottom: 60px;
}
#organization .chart .name-box {
  width: 160px;
  height: 60px;
  color: #fff;
  border-radius: 4px;
  font-size: 20px;
  text-align: center;
  font-weight: 500;
  line-height: 60px;
  margin: 0 auto;
}
#organization .chart .name-box-depth1 {
  background-color: #333333;
  margin-bottom: 20px;
}
#organization .chart .name-box-depth2 {
  background-color: #254C93;
  margin-bottom: 40px;
}
#organization .chart .name-box-depth3 {
  background-color: #16BFC5;
  margin-bottom: 20px !important;
}
#organization .chart .name-box-depth4 {
  background-color: #F5F5F5;
  color: #363636;
  margin-bottom: 20px !important;
}
#organization .organization-img {
  width: 100%;
  padding-top: 60px;
  text-align: center;
}
#organization .organization-img img {
  max-width: 722px;
  width: 100%;
}

/*************************** history *******************************/
#history {
  padding-bottom: 120px;
}
#history h4 {
  padding-bottom: 60px;
}
#history .history-box {
  width: 450px;
  margin: 0 auto;
  text-align: center;
}
#history .history-box .year {
  padding-bottom: 110px;
}
#history .history-box .year .nthyear {
  font-size: 28px;
  font-weight: 700;
  padding-bottom: 30px;
  position: relative;
}
#history .history-box .year .nthyear::before {
  content: "";
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  border-bottom: 1px solid #616161;
}
#history .history-box .year .nthyear::after {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  bottom: -8px;
  border-radius: 25px;
  background-color: #3787FF;
}
#history .history-box .year .year-detail {
  font-size: 18px;
  font-size: 300;
  padding-top: 20px;
}
#history .history-box .year .year-detail p {
  white-space: pre-line;
}

/*************************** certification *******************************/
#certificate .certificate-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#certificate .certificate-box li {
  width: 20%;
}
#certificate .certificate-box li a img {
  border: 1px solid #dadada;
  width: 100%;
  padding: 10px;
}
#certificate .certificate-box li p {
  text-align: left;
  margin-top: 20px;
  font-weight: 700;
  position: relative;
}
#certificate .certificate-box li p::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 0;
  width: 40px;
  height: 1px;
  background-color: #22449b;
}

/*************************** location *******************************/
#location-content {
  padding-bottom: 30px;
}

.wrap_controllers {
  display: none;
}

#location h4 {
  padding-bottom: 60px;
}
#location .location-top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 40px;
}
#location .location-top__img img {
  display: block;
}
#location .location-bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#location .location-bottom__img {
  margin-top: 60px;
}
#location .location-bottom__img img {
  width: 100%;
}
#location .p-sub {
  color: #999999;
}

/*************************** 반응형 *********************************/
@media screen and (max-width: 1233px) {
  #location .p-sub {
    font-size: 16px;
  }

  #company-ceo .company-ceo__top__content {
    width: 100%;
    order: 2;
  }
  #company-ceo .company-ceo__top__img {
    width: 100%;
    height: 300px;
    overflow: hidden;
    margin-bottom: 20px;
    order: 1;
  }
  #company-ceo .company-ceo__top__img img {
    width: 100%;
    transform: translateY(-190px);
  }

  #customer ul li {
    width: 23%;
    margin: 20px 5px;
  }
}
@media screen and (max-width: 1180px) {
  #customer ul li {
    width: 22%;
    margin: 20px 5px;
  }
  #customer ul li a img {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  #company-ceo, #organization, #certification, #history {
    padding-bottom: 70px;
  }

  #company-ceo h4 {
    padding-bottom: 30px;
  }
  #company-ceo h3 {
    font-size: 26px;
    padding-bottom: 30px;
  }

  #organization .chart .name-box {
    font-size: 18px;
  }

  #certificate .certificate-box li {
    width: calc(40% - 10px);
    padding: 0 5px 40px 5px;
  }
}
@media screen and (max-width: 915px) {
  #certification h4 {
    padding-bottom: 60px;
  }
  #certification .certification-box__img {
    width: 180px;
    float: none;
  }

  #customer ul li {
    width: 31%;
  }
  #customer ul li a img {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .location-bottom div {
    width: 100%;
  }

  #certification h4 {
    padding-bottom: 60px;
  }
  #certification .certification-box {
    justify-content: center;
  }
  #certification .certification-box__left, #certification .certification-box__right {
    width: 100%;
    padding: 60px 30px;
    margin: 0 0 30px 10px;
  }
  #certification .certification-box__img {
    width: 240px;
    float: right;
    padding-top: 20px;
  }
  #certification .certification-box__img img {
    width: 100%;
  }
}
@media screen and (max-width: 675px) {
  #company-ceo .company-ceo__top__content h1 {
    font-size: 22px;
  }
  #company-ceo .company-ceo__top__content h1 span {
    font-size: 26px;
  }

  #customer ul li {
    width: 44%;
  }
  #customer ul li a img {
    width: 100%;
  }

  #certificate .certificate-box li {
    width: calc(50% - 10px);
    padding: 0 5px 40px 5px;
  }
  #certificate .certificate-box li p {
    font-size: 14px;
  }
}
@media screen and (max-width: 568px) {
  #company-ceo .company-ceo__top__img {
    width: 100%;
    height: 200px;
    overflow: hidden;
    margin-bottom: 20px;
    order: 1;
  }
  #company-ceo .company-ceo__top__img img {
    width: 100%;
    transform: translateY(-170px);
  }

  #history h4 {
    padding-bottom: 60px;
  }
  #history .history-box {
    width: 95%;
  }
  #history .history-box .year {
    padding-bottom: 110px;
  }
  #history .history-box .year .nthyear {
    font-size: 24px;
    padding-bottom: 20px;
  }
  #history .history-box .year .nthyear::after {
    width: 15px;
    height: 15px;
    bottom: -6px;
  }
  #history .history-box .year .year-detail {
    font-size: 16px;
  }
}
@media screen and (max-width: 480px) {
  #company-ceo .company-ceo__top__content h1 {
    font-size: 20px;
  }
  #company-ceo .company-ceo__top__content h1 span {
    font-size: 24px;
  }
  #company-ceo .company-ceo__top__content p {
    font-size: 14px;
    line-height: 1.3;
  }
  #company-ceo .company-ceo__bottom {
    font-size: 16px;
    line-height: 1.3;
  }

  #certification .certification-box__img {
    width: 100%;
    float: none;
  }
}
@media screen and (max-width: 330px) {
  #company-ceo .company-ceo__top__img {
    height: 180px;
  }
  #company-ceo .company-ceo__top__img img {
    transform: translateY(-80px);
  }

  .orderlist form .option_box div.date-search-box {
    margin-left: 0;
  }
  .orderlist form .option_box div input.start-date, .orderlist form .option_box div input.end-date {
    width: 110px;
  }
  .orderlist form .option_box div input.product-name {
    width: 150px;
  }
}
@media screen and (max-width: 320px) {
  #customer ul li {
    width: 80%;
  }

  #certification .certification-box__img {
    width: 100%;
    float: none;
  }
}
@media screen and (max-width: 280px) {
  #customer ul li {
    width: 80%;
  }
}
/*************************** product *********************************/
#productpage-subimg {
  width: 100%;
  height: 300px;
  background-image: url(../images/common/02.jpg);
  background-size: cover;
  background-position-x: 50%;
  margin-top: 80px;
}
#productpage-subimg .inner {
  height: 100%;
  padding-top: 80px;
  overflow: hidden;
  position: relative;
}
#productpage-subimg .inner .sub-title-p {
  font-size: 46px;
  font-weight: 600;
  position: relative;
  letter-spacing: -1px;
  padding-top: 40px;
  color: #000000;
}
#productpage-subimg .inner .sub-title-p::before {
  content: "";
  width: 40px;
  height: 2px;
  background-color: #000000;
  position: absolute;
  top: 0;
  left: 0;
}
#productpage-subimg .inner .sub_nav {
  width: 100%;
  position: absolute;
  bottom: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#productpage-subimg .inner .sub_nav li {
  width: 20%;
  background-color: #fff;
  padding: 14px 0;
  text-align: center;
  border-top: 1px solid #dadada;
  border-left: 1px solid #dadada;
  overflow: hidden;
}
#productpage-subimg .inner .sub_nav li:last-child {
  border-right: 1px solid #dadada;
}
#productpage-subimg .inner .sub_nav li a {
  padding: 15px 10%;
}
#productpage-subimg .inner .sub_nav li:hover, #productpage-subimg .inner .sub_nav li.on {
  border-top: 1px solid #0E51FF;
  border-left: 1px solid #0E51FF;
  border-right: 1px solid #0E51FF;
  font-weight: 700;
  color: #0E51FF;
  transition: 0.5s;
}
#productpage-subimg .inner .sub_nav li:hover a, #productpage-subimg .inner .sub_nav li.on a {
  color: #0E51FF;
}

/*************************** product-content *********************************/
#product-content-box h1 {
  font-size: 32px;
  font-weight: 700;
  padding: 20px 0;
}
#product-content-box h1 span {
  font-size: 18px;
  font-weight: 300;
}
#product-content-box .product_img {
  width: 100%;
  margin: 0 auto;
}
#product-content-box .product_img img {
  width: 100%;
}
#product-content-box .product-content__cont1 {
  margin-bottom: 150px;
}
#product-content-box .product-content__cont1 h1 {
  font-size: 26px;
  position: relative;
}
#product-content-box .product-content__cont1 h1::before {
  content: "";
  width: 15%;
  height: 10px;
  position: absolute;
  bottom: 20px;
  left: 0;
  background-color: rgba(47, 160, 255, 0.2);
}
#product-content-box .product-content__cont1 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 40px;
}
#product-content-box .product-content__cont1 ul li {
  width: 29.33%;
}
#product-content-box .product-content__cont1 ul li div {
  margin-bottom: 20px;
}
#product-content-box .product-content__cont1 ul li h2 {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -1px;
  text-align: center;
  margin-bottom: 10px;
}
#product-content-box .product-content__cont1 ul li p {
  font-size: 16px;
  line-height: 1.5;
  white-space: pre-line;
}
#product-content-box .product-content__cont2 {
  margin-bottom: 150px;
}
#product-content-box .product-content__cont2 h1 {
  font-size: 26px;
  position: relative;
}
#product-content-box .product-content__cont2 h1::before {
  content: "";
  width: 15%;
  height: 10px;
  position: absolute;
  bottom: 20px;
  left: 0;
  background-color: rgba(47, 160, 255, 0.2);
}
#product-content-box .product-content__cont2 p {
  white-space: pre-line;
  line-height: 1.5;
}
#product-content-box .product-content__cont2 div {
  width: 800px;
  margin: 0 auto;
  padding-top: 80px;
}
#product-content-box .product-content__cont2 div img {
  width: 100%;
}
#product-content-box .product-content__cont3 {
  margin-bottom: 150px;
}
#product-content-box .product-content__cont3 h1 {
  font-size: 26px;
  position: relative;
}
#product-content-box .product-content__cont3 h1::before {
  content: "";
  width: 15%;
  height: 10px;
  position: absolute;
  bottom: 20px;
  left: 0;
  background-color: rgba(47, 160, 255, 0.2);
}
#product-content-box .product-content__cont3 .cont3-case_txt {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#product-content-box .product-content__cont3 .cont3-case_txt__cont {
  padding-top: 50px;
}
#product-content-box .product-content__cont3 .cont3-case_txt__cont p:first-child {
  color: #0E51FF;
  font-weight: 700;
  font-size: 22px;
}
#product-content-box .product-content__cont3 .cont3-case_txt__cont p:last-child {
  color: #000;
  font-weight: 300;
  white-space: pre-line;
  line-height: 1.5;
}
#product-content-box .product-content__cont3 .cont3-case_txt__cont h2 {
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 30px;
}
#product-content-box .product-content__cont3 .cont3-case_txt .title-moreview {
  float: right;
  margin-top: 10px;
  margin-bottom: 10px;
}
#product-content-box .product-content__cont3 .cont3-case_txt .title-moreview .moreview {
  cursor: pointer;
}
#product-content-box .product-content__cont3 .cont3-case_txt .title-moreview .moreview span {
  font-size: 16px;
  font-weight: 300;
}
#product-content-box .product-content__cont3 .cont3-case_txt .title-moreview .moreview span:hover {
  font-weight: 700;
  transition: 0.5s;
}
#product-content-box .product-content__cont3 .cont3-case_vImg {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#product-content-box .product-content__cont3 .cont3-case_vImg .cont3-case_img {
  width: 50%;
  text-align: center;
}
#product-content-box .product-content__cont3 .cont3-case_vImg .cont3-case_img img {
  width: 50%;
}
#product-content-box .product-content__cont3 .cont3-case_vImg .cont3-case_video {
  width: 50%;
  margin: 0 auto;
}
#product-content-box .product-content__cont3 .cont3-case_vImg .cont3-case_video iframe {
  width: 500px;
  height: 280px;
  margin-top: 10.5rem;
}
#product-content-box .product-content__cont3 .cont3-case_Img .cont3-case_img {
  text-align: right;
  padding-top: 30px;
}
#product-content-box .product-content__cont4 {
  margin-bottom: 150px;
}
#product-content-box .product-content__cont4 h1 {
  font-size: 26px;
  position: relative;
}
#product-content-box .product-content__cont4 h1::before {
  content: "";
  width: 15%;
  height: 10px;
  position: absolute;
  bottom: 20px;
  left: 0;
  background-color: rgba(47, 160, 255, 0.2);
}
#product-content-box .product-content__cont4 .cont4-question {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  padding-top: 70px;
}
#product-content-box .product-content__cont4 .cont4-question li {
  width: 28%;
  height: 270px;
  padding: 50px;
  text-align: center;
  background-color: #F5F5F5;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
#product-content-box .product-content__cont4 .cont4-question li div h2 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 20px;
  line-height: 1.1;
}
#product-content-box .product-content__cont4 .cont4-question li div p {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.2;
}
#product-content-box .product-content__cont4 .cont4-question li::before {
  position: absolute;
  top: -30px;
  left: 0;
  font-weight: 100;
  font-size: 22px;
}
#product-content-box .product-content__cont4 .cont4-question li:nth-of-type(1)::before {
  content: "01";
}
#product-content-box .product-content__cont4 .cont4-question li:nth-of-type(2)::before {
  content: "02";
}
#product-content-box .product-content__cont4 .cont4-question li:nth-of-type(3)::before {
  content: "03";
}

/*************************** 반응형 *********************************/
@media screen and (max-width: 1370px) {
  #product-content-box .product-content__cont1 {
    margin-bottom: 100px;
  }
  #product-content-box .product-content__cont1 ul li {
    width: 100%;
    margin-bottom: 20px !important;
  }
  #product-content-box .product-content__cont1 ul li h2 {
    font-size: 18px;
  }
  #product-content-box .product-content__cont1 ul li p {
    font-size: 16px;
  }
  #product-content-box .product-content__cont1 ul li div {
    text-align: center;
    overflow: hidden;
  }
  #product-content-box .product-content__cont1 ul li div img {
    width: 100%;
  }
  #product-content-box .product-content__cont1 ul li p {
    text-align: center;
  }
  #product-content-box .product-content__cont2 {
    margin-bottom: 20px;
  }
  #product-content-box .product-content__cont2 div {
    width: 100%;
  }
  #product-content-box .product-content__cont3 .cont3-case_vImg {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #product-content-box .product-content__cont3 .cont3-case_vImg .cont3-case_img {
    width: 100%;
    text-align: center;
  }
  #product-content-box .product-content__cont3 .cont3-case_vImg .cont3-case_video {
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
  #product-content-box .product-content__cont3 .cont3-case_vImg .cont3-case_video iframe {
    width: 100%;
    margin-top: 10px;
  }
  #product-content-box .product-content__cont4 {
    padding-top: 50px;
    margin-bottom: 50PX;
  }
  #product-content-box .product-content__cont4 .cont4-question li {
    width: 100%;
    margin-bottom: 70px !important;
  }
}
@media screen and (max-width: 1024px) {
  .item-view__box {
    padding: 30px 0;
    margin: 10px 0;
  }
  .item-view__box h4 {
    font-size: 20px;
  }
  .item-view__box__txt .p-title-tp2 {
    font-size: 16px;
  }
}
@media screen and (max-width: 915px) {
  #product-content-box .product-content__cont1 h1 {
    font-size: 20px;
  }
  #product-content-box .product-content__cont1 h1::before {
    width: 50%;
  }
  #product-content-box .product-content__cont2 h1 {
    font-size: 20px;
  }
  #product-content-box .product-content__cont2 h1::before {
    width: 60%;
  }
  #product-content-box .product-content__cont3 h1 {
    font-size: 18px;
  }
  #product-content-box .product-content__cont3 h1::before {
    width: 30%;
  }
  #product-content-box .product-content__cont3 .cont3-case_txt__cont h2 {
    font-size: 16px;
  }
  #product-content-box .product-content__cont3 .cont3-case_txt__cont p:first-child {
    font-size: 20px;
  }
  #product-content-box .product-content__cont3 .cont3-case_txt__cont p:last-child {
    font-size: 16px;
  }
  #product-content-box .product-content__cont3 .cont3-case_img {
    width: 100%;
  }
  #product-content-box .product-content__cont3 .cont3-case_img img {
    width: 100%;
  }
  #product-content-box .product-content__cont3 .cont3-case_img-op {
    text-align: right;
  }
  #product-content-box .product-content__cont4 h1 {
    font-size: 20px;
  }
  #product-content-box .product-content__cont4 h1::before {
    width: 60%;
  }
  #product-content-box .product-content__cont4 .cont4-question li {
    height: 240px;
    padding: 30px 30px;
  }
  #product-content-box .product-content__cont4 .cont4-question li div h2 {
    font-size: 18px;
  }
  #product-content-box .product-content__cont4 .cont4-question li div p {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .item-view__box .item-view__box-option {
    justify-content: left;
  }
}
@media screen and (max-width: 568px) {
  .item-view__box {
    padding: 30px 0;
    margin: 10px 0;
  }
  .item-view__box h4 {
    font-size: 18px;
  }
  .item-view__box__imgbox__logo {
    margin: 30px auto;
  }
  .item-view__box__txt .p-title-tp2 {
    font-size: 16px;
  }
}
/*************************** portfolio *********************************/
#portfoliopage-subimg {
  width: 100%;
  height: 300px;
  background-image: url(../images/common/04.png);
  background-size: cover;
  background-position-x: 50%;
}

/*************************** web-portfolio *********************************/
#portfoliopage-web-subimg {
  width: 100%;
  height: 200px;
  background-image: url(../images/common/03.jpg);
  background-size: cover;
  background-position-x: 50%;
  margin-top: 80px;
  position: relative;
}
#portfoliopage-web-subimg .inner {
  height: 100%;
  padding-top: 80px;
  overflow: hidden;
  position: relative;
}
#portfoliopage-web-subimg .inner .sub-title-p {
  font-size: 46px;
  font-weight: 600;
  position: relative;
  letter-spacing: -1px;
  padding-top: 40px;
  color: #000000;
}
#portfoliopage-web-subimg .inner .sub-title-p::before {
  content: "";
  width: 40px;
  height: 2px;
  background-color: #000000;
  position: absolute;
  top: 0;
  left: 0;
}
#portfoliopage-web-subimg .inner h1 {
  color: #000;
}

/*************************** portfolio *********************************/
#portfolio-content {
  width: 100%;
  overflow: hidden;
}
#portfolio-content h1 {
  font-size: 26px;
  font-weight: 700;
}
#portfolio-content p {
  padding: 10px 0;
}
#portfolio-content .portfolio_imgbpx {
  width: 100%;
  padding: 5% 10%;
}
#portfolio-content .portfolio_imgbpx p {
  font-weight: 700;
  font-size: 20px;
}
#portfolio-content .portfolio_imgbpx img {
  width: 100%;
}

/*************************** portfolio-web *********************************/
#portfolio-web-content {
  width: 100%;
  overflow: hidden;
}
#portfolio-web-content img {
  width: 100%;
}

.wide-width {
  padding: 40px 0;
}

/*************************** 반응형 *********************************/
@media screen and (max-width: 1024px) {
  #portfolio-content {
    padding-bottom: 20px;
  }
}

/*# sourceMappingURL=style.css.map */
