@charset "UTF-8";
@-webkit-keyframes scroll {
  0% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: center top;
    transform-origin: center bottom;
  }
  49% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: center top;
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: center bottom;
    transform-origin: center top;
  }
  99% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: center bottom;
    transform-origin: center top;
  }
  100% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: center bottom;
    transform-origin: center top;
  }
}
@keyframes scroll {
  0% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: center top;
    transform-origin: center bottom;
  }
  49% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: center top;
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: center bottom;
    transform-origin: center top;
  }
  99% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: center bottom;
    transform-origin: center top;
  }
  100% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: center bottom;
    transform-origin: center top;
  }
}
/***** 공통 *****/
.container_fix {
  width: 1430px;
  margin: 0 auto;
  padding: 0 15px;
  max-width: 100%;
}

.container_fix2 {
  width: 1630px;
  max-width: 100%;
  padding: 0 15px;
  margin: 0 auto;
}

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

span.w_br {
  display: block;
}

span.m_br {
  display: none;
}

@media (max-width: 991px) {
  span.m_br {
    display: block;
  }
  span.w_br {
    display: none;
  }
}
/***
메인 > 헤더 
html > thmea > fivesense-basic > shop.head.php
***/
.at-menu {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-top: 0;
  border-bottom: 0;
}
.at-menu.sub {
  position: relative;
  border-bottom: 1px solid #ebebeb;
}
.at-menu .container_fix2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.at-menu.fixed {
  position: fixed;
  z-index: 50;
}
@media (max-width: 991px) {
  .at-menu.fixed {
    background: #fff;
  }
}
.at-menu .pc-menu .nav-top {
  position: static;
  padding: 0;
}
.at-menu .pc-menu .nav-top.nav-both .menu-ul {
  text-align: center;
}
.at-menu .pc-menu .nav-top.nav-both .menu-ul .menu-li > a {
  font-family: "esamanru", sans-serif;
  color: #000;
  font-size: 18px;
  font-weight: 500;
  padding: 0 48px;
}
.at-menu .pc-menu .nav-top.nav-both .menu-ul .menu-li:first-child {
  margin-right: 0;
}
.at-menu .pc-menu .nav-top.nav-both .menu-ul .menu-li:first-child a {
  padding-left: 0;
}
@media (max-width: 991px) {
  .at-menu .m-menu {
    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;
    padding: 12px 15px;
    background: none;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
.at-menu .m-menu .m_logo img {
  height: 45px;
}
@media (max-width: 480px) {
  .at-menu .m-menu .m_logo img {
    height: 30px;
  }
}
.at-menu .m-menu .m_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.at-menu .m-menu .m_right a {
  display: block;
}
.at-menu .m-menu .m_right a.search_btn {
  width: 25px;
  height: 25px;
}
.at-menu .m-menu .m_right a.m_menu {
  width: 25px;
  height: 25px;
}
@media (max-width: 480px) {
  .at-menu .m-menu .m_right a.search_btn {
    width: 22px;
    height: 22px;
  }
  .at-menu .m-menu .m_right a.m_menu {
    height: 20px;
  }
}
.at-menu .m-menu .m_right_search {
  width: auto;
}
.at-menu .m-menu .m_right_search img {
  height: 28px;
  width: auto;
}
@media (max-width: 480px) {
  .at-menu .m-menu .m_right_search img {
    height: 19px;
  }
}
.at-menu .m-menu .m_right_menu {
  width: 35px;
  height: 30px;
  position: relative;
  margin-left: 30px;
  cursor: pointer;
  /*&:before{content:''; display: block; width: 100%; height: 3px; background: #000; position: absolute; top: 0;
      @include responsive480(){height: 1.5px;}
  }
  &:after{content:''; display: block; width: 100%; height: 3px; background: #000; position: absolute; bottom: 0;;
      @include responsive480(){height: 1.5px;}
  }*/
}
@media (max-width: 480px) {
  .at-menu .m-menu .m_right_menu {
    width: 22px;
    height: 22px;
    margin-left: 16px;
    top: 3px;
  }
}
.at-menu .m-menu .m_right_menu span {
  display: block;
  width: 100%;
  height: 3px;
  background: #000; /*position: absolute; top: 50%; transform:translateY(-50%)*/
}
.at-menu .m-menu .m_right_menu span + span {
  margin-top: 10px;
}
@media (max-width: 480px) {
  .at-menu .m-menu .m_right_menu span {
    height: 1.5px;
  }
  .at-menu .m-menu .m_right_menu span + span {
    margin-top: 6px;
  }
}
.at-menu .search_box {
  width: 147px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.at-menu .search_box .search_btn {
  display: block;
  width: 24px;
  height: 22px;
  position: relative;
}
.at-menu .search_box .search_btn span {
  display: inline-block;
}
.at-menu .search_box .search_btn span.radius {
  width: 18px;
  height: 18px;
  border: 3px solid #020202;
  border-radius: 50%;
}
.at-menu .search_box .search_btn span.line {
  position: absolute;
  right: 4px;
  bottom: -1px;
  -webkit-transform: rotate(-48deg);
          transform: rotate(-48deg);
  width: 3px;
  height: 12px;
  background: #020202;
}
@media (max-width: 991px) {
  .at-menu .search_box .search_btn span.radius {
    width: 22px;
    height: 22px;
    border: 2px solid #020202;
  }
  .at-menu .search_box .search_btn span.line {
    right: 2px;
    bottom: -3px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    width: 1.5px;
    height: 12px;
  }
}
@media (max-width: 480px) {
  .at-menu .search_box .search_btn {
    margin-top: 2px;
  }
  .at-menu .search_box .search_btn span.radius {
    width: 15px;
    height: 15px;
    border: 1.5px solid #020202;
  }
  .at-menu .search_box .search_btn span.line {
    right: 7px;
    bottom: 3px;
    height: 7px;
  }
}
.at-menu .search_box.on .search_btn {
  height: 27px;
}
.at-menu .search_box.on .search_btn span.radius {
  width: 2.5px;
  height: 27px;
  background: #020202;
  border-radius: 0;
  position: absolute;
  right: 10px;
  bottom: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border: 0;
}
.at-menu .search_box.on .search_btn span.line {
  width: 2.5px;
  height: 27px;
  position: absolute;
  right: 10px;
  bottom: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  background: #020202;
}
@media (max-width: 991px) {
  .at-menu .search_box.on .search_btn span {
    border-radius: 0;
  }
  .at-menu .search_box.on .search_btn span.radius {
    width: 2px;
    height: 30px;
    border: 0;
    bottom: -3px;
    right: 11px;
    border-radius: 0;
  }
  .at-menu .search_box.on .search_btn span.line {
    right: 11px;
    bottom: -3px;
    width: 2px;
    height: 30px;
    border-radius: 0;
  }
}
@media (max-width: 480px) {
  .at-menu .search_box.on .search_btn {
    margin-top: 0;
    height: 22px;
  }
  .at-menu .search_box.on .search_btn span.radius {
    width: 1px;
    height: 20px;
    right: 10px;
    bottom: 0;
  }
  .at-menu .search_box.on .search_btn span.line {
    width: 1px;
    height: 20px;
    right: 10px;
    bottom: 0;
  }
}
.at-menu .search_wrap {
  display: none;
  position: fixed;
  left: 0;
  top: 100px;
  width: 100%;
  background: #fff;
  z-index: 10;
  padding: 45px 0 97px;
}
.at-menu .search_wrap .search_container {
  width: 900px;
  max-width: 100%;
  margin: 0 auto;
}
.at-menu .search_wrap .header_search {
  width: 100%;
  border-bottom: 1px solid #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.at-menu .search_wrap .header_search input {
  font-family: "SUIT";
  font-size: 22px;
  color: #333;
  font-weight: 400;
  border: 0;
  height: 55px;
  line-height: 53px;
  width: 92%;
  padding-left: 20px;
}
.at-menu .search_wrap .header_search input::-webkit-input-placeholder {
  font-size: 22px;
  color: #cecece;
}
.at-menu .search_wrap .header_search input::-moz-placeholder {
  font-size: 22px;
  color: #cecece;
}
.at-menu .search_wrap .header_search input:-ms-input-placeholder {
  font-size: 22px;
  color: #cecece;
}
.at-menu .search_wrap .header_search input::-ms-input-placeholder {
  font-size: 22px;
  color: #cecece;
}
.at-menu .search_wrap .header_search input::placeholder {
  font-size: 22px;
  color: #cecece;
}
.at-menu .search_wrap .header_search button {
  border: 0;
  background: #fff;
  width: 8%;
}
.at-menu .search_wrap.on {
  display: block;
}
@media (max-width: 991px) {
  .at-menu .search_wrap {
    top: 54px;
  }
  .at-menu .search_wrap .search_container {
    width: 100%;
    padding: 0 15px;
  }
}
@media (max-width: 480px) {
  .at-menu .search_wrap {
    top: 54px;
    padding: 25px 0 37px;
  }
  .at-menu .search_wrap .header_search input {
    font-size: 13px;
    height: 35px;
    line-height: 33px;
    width: 91%;
    padding-left: 10px;
  }
  .at-menu .search_wrap .header_search input::-webkit-input-placeholder {
    font-size: 13px;
  }
  .at-menu .search_wrap .header_search input::-moz-placeholder {
    font-size: 13px;
  }
  .at-menu .search_wrap .header_search input:-ms-input-placeholder {
    font-size: 13px;
  }
  .at-menu .search_wrap .header_search input::-ms-input-placeholder {
    font-size: 13px;
  }
  .at-menu .search_wrap .header_search input::placeholder {
    font-size: 13px;
  }
  .at-menu .search_wrap .header_search button {
    border: 0;
    background: #fff;
    width: 9%;
  }
  .at-menu .search_wrap .header_search button img {
    height: 17px;
  }
}

/*** 메인 공통사항 ***/
@media (max-width: 991px) {
  .index .main_tit {
    text-align: center;
  }
}
.index .main_tit .se_stit {
  font-family: "esamanru", sans-serif;
  color: #0063dd;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.5px;
}
@media (max-width: 1399px) {
  .index .main_tit .se_stit {
    font-size: 17px;
  }
}
@media (max-width: 480px) {
  .index .main_tit .se_stit {
    font-size: 17px;
  }
}
.index .main_tit .se_title {
  font-family: "esamanru", sans-serif;
  color: #000;
  font-size: 45px;
  font-weight: 500;
  margin: 25px 0 24px;
}
@media (max-width: 1399px) {
  .index .main_tit .se_title {
    font-size: 40px;
  }
}
@media (max-width: 480px) {
  .index .main_tit .se_title {
    font-size: 27px;
    margin: 20px 0 20px;
  }
}
.index .main_tit .se_content {
  font-size: 18px;
  color: #666;
  font-weight: 400;
}
@media (max-width: 1399px) {
  .index .main_tit .se_content {
    font-size: 15px;
  }
}
@media (max-width: 991px) {
  .index .main_tit .se_content {
    line-height: 1.6;
  }
}
@media (max-width: 480px) {
  .index .main_tit .se_content {
    font-size: 14px;
  }
}
.index .text_box .num {
  font-family: "esamanru", sans-serif;
  color: #0063dd;
  font-size: 18px;
  font-weight: 500;
}
@media (max-width: 1399px) {
  .index .text_box .num {
    font-size: 15px;
  }
}
@media (max-width: 480px) {
  .index .text_box .num {
    font-size: 14px;
  }
}
.index .text_box .title {
  font-family: "esamanru", sans-serif;
  color: #000;
  font-size: 40px;
  font-weight: 500;
  margin: 26px 0 36px;
}
@media (max-width: 1399px) {
  .index .text_box .title {
    font-size: 35px;
  }
}
@media (max-width: 480px) {
  .index .text_box .title {
    font-size: 23px;
    margin: 16px 0 20px;
  }
}
.index .text_box .content {
  font-size: 18px;
  color: #666;
  font-weight: 400;
  line-height: 30px;
}
@media (max-width: 1399px) {
  .index .text_box .content {
    font-size: 15px;
  }
}
@media (max-width: 480px) {
  .index .text_box .content {
    font-size: 13px;
    line-height: 23px;
  }
}

/***
메인 >  Business 섹션
html > thmea > fivesense-basic > main > main-shop-basic-wide.php
***/
.index01 {
  position: relative;
}
.index01 .scroll_icon {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 24.5%;
}
.index01 .scroll_icon .container_fix {
  width: 75%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 0 20px;
}
.index01 .scroll_icon .icon_box {
  width: 19px;
  height: 29px;
  border: 1px solid #666;
  border-radius: 9px;
  text-align: center;
  padding: 7px 0;
}
.index01 .scroll_icon .icon_box span {
  display: inline-block;
  width: 2px;
  height: 5px;
  background: #666;
  vertical-align: top;
  -webkit-animation: scroll 1.5s infinite;
          animation: scroll 1.5s infinite;
}
.index01 .scroll_icon .txt {
  font-size: 12px;
  color: #666;
  font-weight: 400;
  margin-left: 10px;
}

/***
메인 >  Business 섹션
html > thmea > fivesense-basic > main > main-shop-basic-wide.php
***/
.index02 .se_cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 991px) {
  .index02 .se_cont {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .index02 .se_cont .text_box {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 40px;
  }
  .index02 .se_cont .img_box {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.index02 .index02_1 {
  padding: 142px 0 160px;
}
@media (max-width: 480px) {
  .index02 .index02_1 {
    padding: 60px 0;
  }
}
.index02 .index02_1 .se_cont {
  margin-top: 177px;
}
@media (max-width: 480px) {
  .index02 .index02_1 .se_cont {
    margin-top: 55px;
  }
}
.index02 .index02_1 .left_img {
  width: 53.847%;
}
@media (max-width: 991px) {
  .index02 .index02_1 .left_img {
    width: 100%;
  }
}
.index02 .index02_1 .right_txt {
  width: 46.153%;
  padding-left: 67px;
  padding-top: 48px;
}
@media (max-width: 991px) {
  .index02 .index02_1 .right_txt {
    width: 100%;
    padding-left: 0;
    padding-top: 0;
  }
}
.index02 .index02_2 {
  background: #f1f8ff;
  padding: 100px 0 95px;
}
@media (max-width: 480px) {
  .index02 .index02_2 {
    padding: 68px 0 55px;
  }
}
.index02 .index02_2 .left_txt {
  width: 57.5%;
}
@media (max-width: 991px) {
  .index02 .index02_2 .left_txt {
    width: 100%;
  }
}
.index02 .index02_2 .left_txt .content .cont_arrow {
  display: inline-block;
  border-left: 12px solid #cacbcc;
  border-bottom: 7px solid transparent;
  border-top: 7px solid transparent;
  position: relative;
  padding-left: 16px;
}
.index02 .index02_2 .left_txt .content .cont_arrow::before {
  content: "";
  display: block;
  border-left: 12px solid #cacbcc;
  border-bottom: 7px solid transparent;
  border-top: 7px solid transparent;
  position: absolute;
  left: 2px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 480px) {
  .index02 .index02_2 .left_txt .content .cont_arrow {
    border-left: 10px solid #cacbcc;
    border-bottom: 6px solid transparent;
    border-top: 6px solid transparent;
    top: 1px;
    left: 3px;
  }
  .index02 .index02_2 .left_txt .content .cont_arrow::before {
    border-left: 10px solid #cacbcc;
    border-bottom: 6px solid transparent;
    border-top: 6px solid transparent;
  }
}
.index02 .index02_2 .right_img {
  width: 42.5%;
}
@media (max-width: 991px) {
  .index02 .index02_2 .right_img {
    width: 100%;
  }
}
.index02 .index02_3 {
  padding: 125px 0 127px;
}
@media (max-width: 480px) {
  .index02 .index02_3 {
    padding: 65px 0;
  }
}
.index02 .index02_3 .left_img {
  width: 50%;
}
@media (max-width: 991px) {
  .index02 .index02_3 .left_img {
    width: 100%;
  }
}
.index02 .index02_3 .right_txt {
  width: 50%;
  padding-left: 115px;
}
@media (max-width: 991px) {
  .index02 .index02_3 .right_txt {
    width: 100%;
    padding-left: 0;
  }
}

/***
메인 >  DX컨설팅 섹션
html > thmea > fivesense-basic > main > main-shop-basic-wide.php
***/
.index03 {
  padding: 130px 0 150px;
  background: #f9f9f9;
}
@media (max-width: 480px) {
  .index03 {
    padding: 65px 0;
  }
}
.index03 .main_tit .se_title {
  margin: 0 0 22px;
}
@media (max-width: 480px) {
  .index03 .main_tit .se_title {
    margin-bottom: 25px;
  }
}
.index03 .main_tit .se_content {
  color: #333;
}
.index03 .index_content .dx_ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 80px 0 145px;
}
@media (max-width: 991px) {
  .index03 .index_content .dx_ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 50px 0 60px;
  }
}
.index03 .index_content .dx_ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.index03 .index_content .dx_ul li:nth-child(1) {
  width: 26.429%;
}
.index03 .index_content .dx_ul li:nth-child(2) {
  width: 42%;
  border-left: 1px solid #e4e5e7;
  border-right: 1px solid #e4e5e7;
  padding-left: 20px;
  margin-right: 20px;
}
@media (max-width: 991px) {
  .index03 .index_content .dx_ul li:nth-child(2) {
    border-left: none;
    border-right: none;
  }
}
.index03 .index_content .dx_ul li:nth-child(2) .dx_txt h2 {
  margin-bottom: 20px;
}
.index03 .index_content .dx_ul li:nth-child(3) {
  width: 31%;
}
.index03 .index_content .dx_ul li:nth-child(3) .dx_txt h2 {
  margin-bottom: 20px;
}
@media (max-width: 1399px) {
  .index03 .index_content .dx_ul li {
    gap: 10px;
  }
}
@media (max-width: 991px) {
  .index03 .index_content .dx_ul li.dx_li {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .index03 .index_content .dx_ul li {
    border-bottom: 1px solid rgba(143, 151, 160, 0.2);
    padding-bottom: 45px;
  }
  .index03 .index_content .dx_ul li + li {
    margin-top: 30px;
  }
}
@media (max-width: 480px) {
  .index03 .index_content .dx_ul li {
    padding-bottom: 37px;
  }
}
.index03 .index_content .dx_ul li .dx_icon {
  display: block;
  width: 70px;
  height: 70px;
  background: #ecf5ff;
  border-radius: 50%;
}
@media (max-width: 1399px) {
  .index03 .index_content .dx_ul li .dx_icon {
    width: 60px;
    height: 60px;
  }
  .index03 .index_content .dx_ul li .dx_icon img {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .index03 .index_content .dx_ul li .dx_icon {
    width: 22.72%;
    height: auto;
  }
  .index03 .index_content .dx_ul li .dx_icon img {
    width: 100%;
  }
}
.index03 .index_content .dx_ul li .dx_txt {
  width: calc(100% - 90px);
}
@media (max-width: 1399px) {
  .index03 .index_content .dx_ul li .dx_txt {
    width: calc(100% - 70px);
  }
}
@media (max-width: 991px) {
  .index03 .index_content .dx_ul li .dx_txt {
    width: 77.28%;
  }
}
.index03 .index_content .dx_ul li .dx_txt h2 {
  font-size: 19px;
  color: #222;
  font-weight: 600;
  line-height: 26px;
  margin-bottom: 9px;
}
@media (max-width: 1399px) {
  .index03 .index_content .dx_ul li .dx_txt h2 {
    font-size: 17px;
  }
}
@media (max-width: 480px) {
  .index03 .index_content .dx_ul li .dx_txt h2 {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 15px;
  }
}
.index03 .index_content .dx_ul li .dx_txt p {
  font-size: 17px;
  color: #666;
  font-weight: 300;
  line-height: 26px;
}
@media (max-width: 1399px) {
  .index03 .index_content .dx_ul li .dx_txt p {
    font-size: 15px;
  }
}
@media (max-width: 480px) {
  .index03 .index_content .dx_ul li .dx_txt p {
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
  }
}
.index03 .index_content .dx_ul li .dx_txt .dx_sub_txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.index03 .index_content .dx_ul li .dx_txt .dx_sub_txt > div:nth-child(2) {
  padding-left: 10px;
}
@media (max-width: 991px) {
  .index03 .index_content .dx_ul li .dx_txt .dx_sub_txt > div:nth-child(2) {
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .index03 .index_content .dx_ul li .dx_txt .dx_sub_txt > div {
    width: 100%;
  }
  .index03 .index_content .dx_ul li .dx_txt .dx_sub_txt > div + div {
    margin-top: 10px;
  }
}
@media (max-width: 480px) {
  .index03 .index_content .dx_ul li .dx_txt .dx_sub_txt > div + div {
    margin-top: 7px;
  }
}
.index03 .index_content .dx_ul li .dx_txt .dx_sub_txt > div:last-child {
  width: 100%;
  margin-top: 10px;
}
.index03 .index_content .dx_ul li .dx_txt .dx_sub_txt .sub_txt_cont {
  font-size: 17px;
  color: #666;
  font-weight: 300;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1399px) {
  .index03 .index_content .dx_ul li .dx_txt .dx_sub_txt .sub_txt_cont {
    font-size: 15px;
  }
}
@media (max-width: 991px) {
  .index03 .index_content .dx_ul li .dx_txt .dx_sub_txt .sub_txt_cont {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media (max-width: 480px) {
  .index03 .index_content .dx_ul li .dx_txt .dx_sub_txt .sub_txt_cont {
    font-size: 13px;
    line-height: 21px;
    font-weight: 400;
  }
}
.index03 .index_content .dx_ul li .dx_txt .dx_sub_txt .sub_txt_cont_tt {
  display: inline-block;
  font-size: 14px;
  color: #0063dd;
  font-weight: 500;
  padding: 4px 9px;
  background: #e0eaf6;
  border-radius: 12px;
  margin-right: 5px;
}
@media (max-width: 1399px) {
  .index03 .index_content .dx_ul li .dx_txt .dx_sub_txt .sub_txt_cont_tt {
    font-size: 13px;
  }
}
@media (max-width: 480px) {
  .index03 .index_content .dx_ul li .dx_txt .dx_sub_txt .sub_txt_cont_tt {
    font-size: 11px;
    height: 20px;
    line-height: 18px;
    margin: 1.5px 0;
    padding: 0 8px;
  }
}
@media (max-width: 991px) {
  .index03 .index_content .dx_ul li .dx_txt .dx_sub_txt .sub_txt_cont span:not(.sub_txt_cont_tt) {
    display: block;
    padding-left: 8px;
  }
}
.index03 .index_content .graph_box .graph_wrap {
  width: 100%;
  position: relative;
}
@media (max-width: 991px) {
  .index03 .index_content .graph_box .graph_wrap .graph_point {
    padding: 0 15px;
    margin-top: 60px;
  }
}
@media (max-width: 480px) {
  .index03 .index_content .graph_box .graph_wrap .graph_point {
    margin-top: 65px;
  }
}
.index03 .index_content .graph_box .graph_wrap .point_li {
  width: 26.429%;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media (max-width: 1399px) {
  .index03 .index_content .graph_box .graph_wrap .point_li {
    width: 33%;
  }
}
@media (max-width: 991px) {
  .index03 .index_content .graph_box .graph_wrap .point_li {
    position: static;
    width: 100%;
  }
  .index03 .index_content .graph_box .graph_wrap .point_li + .point_li {
    margin-top: 25px;
  }
}
@media (max-width: 480px) {
  .index03 .index_content .graph_box .graph_wrap .point_li + .point_li {
    margin-top: 60px;
  }
}
.index03 .index_content .graph_box .graph_wrap .point_li.graph01 {
  left: -2%;
  bottom: 23.6%;
}
.index03 .index_content .graph_box .graph_wrap .point_li.graph01 .step_num {
  color: #57dcbd;
}
.index03 .index_content .graph_box .graph_wrap .point_li.graph01 .icon_box::after {
  display: none;
}
@media (max-width: 1399px) {
  .index03 .index_content .graph_box .graph_wrap .point_li.graph01 {
    bottom: 23%;
    left: -9%;
  }
}
.index03 .index_content .graph_box .graph_wrap .point_li.graph02 {
  left: 7%;
  bottom: 37%;
}
.index03 .index_content .graph_box .graph_wrap .point_li.graph02 .step_num {
  color: #f36148;
}
@media (max-width: 1399px) {
  .index03 .index_content .graph_box .graph_wrap .point_li.graph02 {
    left: -3%;
  }
}
.index03 .index_content .graph_box .graph_wrap .point_li.graph03 {
  left: 15.5%;
  bottom: 53%;
}
.index03 .index_content .graph_box .graph_wrap .point_li.graph03 .step_num {
  color: #ffa742;
}
@media (max-width: 1399px) {
  .index03 .index_content .graph_box .graph_wrap .point_li.graph03 {
    left: 5%;
  }
}
.index03 .index_content .graph_box .graph_wrap .point_li.graph04 {
  width: 30%;
  left: 20%;
  bottom: 70%;
}
.index03 .index_content .graph_box .graph_wrap .point_li.graph04 .step_num {
  color: #a264b0;
}
@media (max-width: 1399px) {
  .index03 .index_content .graph_box .graph_wrap .point_li.graph04 {
    width: 38%;
    left: 9%;
  }
}
@media (max-width: 991px) {
  .index03 .index_content .graph_box .graph_wrap .point_li.graph04 {
    width: 100%;
  }
}
.index03 .index_content .graph_box .graph_wrap .point_li.graph05 {
  left: 32%;
  bottom: 86%;
}
.index03 .index_content .graph_box .graph_wrap .point_li.graph05 .step_num {
  color: #4e93d9;
}
@media (max-width: 1399px) {
  .index03 .index_content .graph_box .graph_wrap .point_li.graph05 {
    left: 25%;
  }
}
.index03 .index_content .graph_box .graph_wrap .bg_box {
  position: relative;
}
.index03 .index_content .graph_box .graph_wrap .bg_box .g_bg {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  padding-bottom: 45.215%;
  background: url(../img/step01_bg.png) no-repeat center center/cover;
}
.index03 .index_content .graph_box .graph_wrap .bg_box .g_bg.graph_bg02 {
  background-image: url(../img/step02_bg.png);
}
.index03 .index_content .graph_box .graph_wrap .bg_box .g_bg.graph_bg03 {
  background-image: url(../img/step03_bg.png);
}
.index03 .index_content .graph_box .graph_wrap .bg_box .g_bg.graph_bg04 {
  background-image: url(../img/step04_bg.png);
}
.index03 .index_content .graph_box .graph_wrap .bg_box .g_bg.graph_bg05 {
  background-image: url(../img/step05_bg.png);
}
@media (max-width: 991px) {
  .index03 .index_content .graph_box .graph_wrap .bg_box .g_bg {
    display: none;
  }
}
.index03 .index_content .graph_box .graph_wrap .graph_bg {
  width: 100%;
  padding-bottom: 45.215%;
  background: url(../img/graph_box_bg.png) no-repeat center center/cover;
  position: relative;
  z-index: 2;
}
@media (max-width: 991px) {
  .index03 .index_content .graph_box .graph_wrap .graph_bg {
    background-image: url(../img/mgraph_box.png);
    padding-bottom: 92.57%;
  }
}
.index03 .index_content .graph_box .graph_wrap .graph_cont {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
}
@media (max-width: 991px) {
  .index03 .index_content .graph_box .graph_wrap .graph_cont {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.index03 .index_content .graph_box .graph_wrap .step {
  width: 100%;
  margin-bottom: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.index03 .index_content .graph_box .graph_wrap .step_num {
  font-family: "esamanru", sans-serif;
  color: initial;
  font-size: 16px;
  font-weight: 500;
  margin-right: 8px;
}
.index03 .index_content .graph_box .graph_wrap .step_tt {
  font-family: "esamanru", sans-serif;
  color: #b0b0b0;
  font-size: 12px;
  font-weight: 300;
}
@media (max-width: 480px) {
  .index03 .index_content .graph_box .graph_wrap .step {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .index03 .index_content .graph_box .graph_wrap .step_num {
    font-size: 17px;
  }
  .index03 .index_content .graph_box .graph_wrap .step_tt {
    font-size: 14px;
  }
}
.index03 .index_content .graph_box .graph_wrap .graph_txt {
  width: calc(100% - 65px);
  text-align: right;
  position: relative;
  z-index: 5;
}
@media (max-width: 1399px) {
  .index03 .index_content .graph_box .graph_wrap .graph_txt {
    width: calc(100% - 55px);
  }
}
@media (max-width: 991px) {
  .index03 .index_content .graph_box .graph_wrap .graph_txt {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 68.4%;
    text-align: left;
  }
}
.index03 .index_content .graph_box .graph_wrap .graph_txt h3 {
  font-size: 18px;
  color: #000;
  font-weight: 500;
  letter-spacing: -0.3px;
}
@media (max-width: 1399px) {
  .index03 .index_content .graph_box .graph_wrap .graph_txt h3 {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .index03 .index_content .graph_box .graph_wrap .graph_txt h3 {
    font-size: 17px;
    line-height: 23px;
    letter-spacing: 0;
  }
}
.index03 .index_content .graph_box .graph_wrap .graph_txt p {
  font-size: 15px;
  color: #666;
  font-weight: 400;
  line-height: 23px;
  margin-top: 10px;
}
@media (max-width: 1399px) {
  .index03 .index_content .graph_box .graph_wrap .graph_txt p {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .index03 .index_content .graph_box .graph_wrap .graph_txt p {
    font-size: 14px;
    line-height: 21px;
    margin-top: 13px;
  }
}
.index03 .index_content .graph_box .graph_wrap .graph_icon {
  width: 45px;
  height: 45px;
  margin-left: 20px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1399px) {
  .index03 .index_content .graph_box .graph_wrap .graph_icon {
    margin-left: 10px;
  }
}
@media (max-width: 991px) {
  .index03 .index_content .graph_box .graph_wrap .graph_icon {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-left: 0px;
    width: 31.6%;
    height: auto;
  }
}
.index03 .index_content .graph_box .graph_wrap .graph_icon .icon_box {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #57dcbd;
}
@media (max-width: 991px) {
  .index03 .index_content .graph_box .graph_wrap .graph_icon .icon_box {
    width: 68.42%;
    margin: 0 auto;
  }
  .index03 .index_content .graph_box .graph_wrap .graph_icon .icon_box img {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .index03 .index_content .graph_box .graph_wrap .graph_icon .icon_box {
    width: 63.42%;
  }
}
.index03 .index_content .graph_box .graph_wrap .graph_icon .icon_box.graph02_icon {
  background-color: #f36148;
}
.index03 .index_content .graph_box .graph_wrap .graph_icon .icon_box.graph03_icon {
  background-color: #ffa742;
}
.index03 .index_content .graph_box .graph_wrap .graph_icon .icon_box.graph04_icon {
  background-color: #a264b0;
}
.index03 .index_content .graph_box .graph_wrap .graph_icon .icon_box.graph05_icon {
  background-color: #4e93d9;
}
.index03 .index_content .graph_box .graph_wrap .graph_icon .icon_box::before {
  display: block;
  content: "";
  position: absolute;
  left: 45px;
  top: 50%;
  width: 210px;
  height: 1px;
  background: #e1e1e1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.index03 .index_content .graph_box .graph_wrap .graph_icon .icon_box::after {
  display: block;
  content: "";
  position: absolute;
  top: 23px;
  width: 1px;
  height: 134px;
  background: #e1e1e1;
  right: -467%;
}
@media (max-width: 991px) {
  .index03 .index_content .graph_box .graph_wrap .graph_icon .icon_box:before, .index03 .index_content .graph_box .graph_wrap .graph_icon .icon_box:after {
    display: none;
  }
}

/***
메인 >  Service Optimize 섹션
html > thmea > fivesense-basic > main > main-shop-basic-wide.php
***/
.index04 {
  padding: 110px 0 197px;
}
@media (max-width: 480px) {
  .index04 {
    padding: 50px 0 145px;
  }
}
.index04 .main_tit {
  text-align: center;
}
.index04 .main_tit .se_title {
  margin: 25px 0 32px;
}
@media (max-width: 480px) {
  .index04 .main_tit {
    margin: 25px 0 30px;
  }
  .index04 .main_tit .se_title {
    margin: 25px 0 27px;
  }
}
.index04 .service_wrap {
  margin: 195px auto 0;
  position: relative;
}
@media (max-width: 480px) {
  .index04 .service_wrap {
    margin-top: 47px;
  }
}
.index04 .service_wrap .slick-list {
  overflow: visible;
}
.index04 .service_li {
  outline: none;
  margin: 0 105px;
}
@media (max-width: 1800px) {
  .index04 .service_li {
    margin: 0 95px;
  }
}
@media (max-width: 1699px) {
  .index04 .service_li {
    margin: 0 80px;
  }
}
@media (max-width: 1499px) {
  .index04 .service_li {
    margin: 0 90px 0 70px;
  }
}
@media (max-width: 991px) {
  .index04 .service_li {
    margin: 0 15px;
  }
}
.index04 .service_li .service_contnet {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 991px) {
  .index04 .service_li .service_contnet {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
}
.index04 .service_li .service_contnet .service_txt {
  width: 35%;
}
@media (max-width: 1499px) {
  .index04 .service_li .service_contnet .service_txt {
    width: 45%;
  }
}
@media (max-width: 991px) {
  .index04 .service_li .service_contnet .service_txt {
    width: 100%;
    margin-bottom: 42px;
  }
}
.index04 .service_li .service_contnet .service_txt span {
  font-family: "esamanru", sans-serif;
  color: #666;
  font-size: 16px;
  font-weight: 400;
}
@media (max-width: 480px) {
  .index04 .service_li .service_contnet .service_txt span {
    font-size: 15px;
  }
}
.index04 .service_li .service_contnet .service_txt h2 {
  font-family: "esamanru", sans-serif;
  color: #000;
  font-size: 37px;
  font-weight: 500;
  margin: 14px 0 25px;
}
@media (max-width: 1499px) {
  .index04 .service_li .service_contnet .service_txt h2 {
    font-size: 35px;
  }
}
@media (max-width: 480px) {
  .index04 .service_li .service_contnet .service_txt h2 {
    font-size: 22px;
    margin: 24px 0 25px;
  }
}
.index04 .service_li .service_contnet .service_txt p {
  font-size: 18px;
  color: #333;
  font-weight: 400;
  line-height: 30px;
}
@media (max-width: 1499px) {
  .index04 .service_li .service_contnet .service_txt p {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .index04 .service_li .service_contnet .service_txt p {
    font-size: 14px;
    line-height: 21px;
  }
}
.index04 .service_li .service_contnet .service_img {
  width: 65%;
}
@media (max-width: 1499px) {
  .index04 .service_li .service_contnet .service_img {
    width: 55%;
  }
}
@media (max-width: 1699px) {
  .index04 .service_li .service_contnet .service_img img {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .index04 .service_li .service_contnet .service_img {
    width: 100%;
  }
  .index04 .service_li .service_contnet .service_img img {
    max-width: 100%;
    margin: 0 auto;
  }
}
.index04 .service_btn {
  position: absolute;
  top: 47%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
  width: 70px;
  height: 70px;
  border: 1px solid #bbb;
  border-radius: 50%;
  background: #fff;
  outline: none;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}
@media (max-width: 1499px) {
  .index04 .service_btn {
    width: 60px;
    height: 60px;
  }
}
@media (max-width: 991px) {
  .index04 .service_btn {
    top: calc(100% + 40px);
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@media (max-width: 480px) {
  .index04 .service_btn {
    top: calc(100% + 30px);
    width: 45px;
    height: 45px;
  }
}
.index04 .service_btn .service_arrow {
  display: block;
  width: 32px;
  height: 2px;
  background: #000;
  position: relative;
}
@media (max-width: 1499px) {
  .index04 .service_btn .service_arrow {
    width: 28px;
  }
}
@media (max-width: 480px) {
  .index04 .service_btn .service_arrow {
    width: 15px;
    height: 1px;
  }
}
.index04 .service_btn.service_prev {
  left: 19%;
}
@media (max-width: 1699px) {
  .index04 .service_btn.service_prev {
    left: 17%;
  }
}
@media (max-width: 1499px) {
  .index04 .service_btn.service_prev {
    left: 12%;
  }
}
@media (max-width: 991px) {
  .index04 .service_btn.service_prev {
    left: 35%;
  }
}
@media (max-width: 480px) {
  .index04 .service_btn.service_prev {
    left: 35.84%;
  }
}
.index04 .service_btn.service_prev span::before {
  content: "";
  display: block;
  width: 13px;
  height: 2px;
  background: #000;
  position: absolute;
  top: -4px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  left: -2px;
}
@media (max-width: 480px) {
  .index04 .service_btn.service_prev span::before {
    width: 7px;
    height: 1px;
    top: -2px;
  }
}
.index04 .service_btn.service_prev span::after {
  content: "";
  display: block;
  width: 13px;
  height: 2px;
  background: #000;
  position: absolute;
  bottom: -4px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  left: -2px;
}
@media (max-width: 480px) {
  .index04 .service_btn.service_prev span::after {
    width: 7px;
    height: 1px;
    bottom: -2px;
  }
}
.index04 .service_btn.service_next {
  right: 20%;
}
@media (max-width: 1699px) {
  .index04 .service_btn.service_next {
    right: 18%;
  }
}
@media (max-width: 1499px) {
  .index04 .service_btn.service_next {
    right: 13%;
  }
}
@media (max-width: 991px) {
  .index04 .service_btn.service_next {
    right: 35%;
  }
}
@media (max-width: 480px) {
  .index04 .service_btn.service_next {
    right: 35.84%;
  }
}
.index04 .service_btn.service_next span::before {
  content: "";
  display: block;
  width: 15px;
  height: 2px;
  background: #000;
  position: absolute;
  top: -5px;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  right: -2px;
}
@media (max-width: 480px) {
  .index04 .service_btn.service_next span::before {
    width: 7px;
    height: 1px;
    top: -2px;
  }
}
.index04 .service_btn.service_next span::after {
  content: "";
  display: block;
  width: 15px;
  height: 2px;
  background: #000;
  position: absolute;
  bottom: -5px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  right: -2px;
}
@media (max-width: 480px) {
  .index04 .service_btn.service_next span::after {
    width: 7px;
    height: 1px;
    bottom: -2px;
  }
}

/***
메인 >  Clients & Partners 섹션
html > thmea > fivesense-basic > main > main-shop-basic-wide.php
***/
.index05 {
  background: #f1f8ff;
}
@media (max-width: 991px) {
  .index05 {
    padding: 60px 0;
  }
}
@media (max-width: 480px) {
  .index05 {
    padding: 70px 0;
  }
}
.index05 .container_fix {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 991px) {
  .index05 .container_fix {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 991px) {
  .index05 .main_tit {
    text-align: left;
  }
}
.index05 .main_tit .se_stit {
  font-family: "esamanru", sans-serif;
  color: #1c8bfc;
  font-size: 18px;
  font-weight: 500;
}
@media (max-width: 480px) {
  .index05 .main_tit .se_stit {
    font-size: 15px;
  }
}
.index05 .main_tit .se_title {
  font-family: "esamanru", sans-serif;
  color: #000;
  font-size: 55px;
  font-weight: 500;
  margin: 20px 0 22px;
  line-height: 80px;
}
@media (max-width: 1399px) {
  .index05 .main_tit .se_title {
    font-size: 48px;
    line-height: 70px;
  }
}
@media (max-width: 480px) {
  .index05 .main_tit .se_title {
    font-size: 28px;
    line-height: 35px;
    margin: 15px 0 20px;
  }
}
.index05 .main_tit .se_content {
  line-height: 30px;
}
@media (max-width: 480px) {
  .index05 .main_tit .se_content {
    line-height: 21px;
    font-weight: 500;
  }
}
.index05 .left_widget {
  width: 43.358%;
}
@media (max-width: 991px) {
  .index05 .left_widget {
    width: 100%;
  }
}
.index05 .left_widget .widget_h {
  height: 100%;
}
.index05 .left_widget .widget_box .partner_slider .part_ul_slider {
  padding-top: 35px;
}
.index05 .left_widget .widget_box .partner_slider li {
  outline: none;
  margin-bottom: 35px;
}
@media (max-width: 991px) {
  .index05 .left_widget .widget_box .partner_slider li {
    padding: 0 5px;
    margin: 0;
  }
}
.index05 .left_widget .widget_box .partner_slider li a {
  width: 62.81%;
  display: block;
  background: #fff;
  border-radius: 20px;
  outline: none;
  -webkit-box-shadow: 0 8px 21px rgba(58, 74, 91, 0.08);
          box-shadow: 0 8px 21px rgba(58, 74, 91, 0.08);
}
@media (max-width: 991px) {
  .index05 .left_widget .widget_box .partner_slider li a {
    width: 100%;
    border-radius: 10px;
    -webkit-box-shadow: 0 4px 10px rgba(58, 74, 91, 0.08);
            box-shadow: 0 4px 10px rgba(58, 74, 91, 0.08);
  }
}
.index05 .left_widget .widget_box .partner_slider li a img {
  display: block;
  width: 100%;
}
.index05 .left_widget .widget_box .slick-list {
  padding-left: 10px;
}
@media (max-width: 991px) {
  .index05 .left_widget .widget_box .slick-list {
    overflow: visible;
  }
}
.index05 .right_widget {
  width: 56.642%;
  padding-top: 3%;
}
@media (max-width: 991px) {
  .index05 .right_widget {
    width: 100%;
    padding-top: 0;
  }
}
.index05 .right_widget .widget_section {
  margin-top: 120px;
}
@media (max-width: 480px) {
  .index05 .right_widget .widget_section {
    margin-top: 45px;
  }
}
.index05 .right_widget .widget_section h2 {
  font-family: "esamanru", sans-serif;
  color: #000;
  font-size: 18px;
  font-weight: 500;
}
@media (max-width: 480px) {
  .index05 .right_widget .widget_section h2 {
    font-size: 15px;
  }
}
.index05 .right_widget .widget_section .widget_box {
  margin-top: 30px;
}
@media (max-width: 480px) {
  .index05 .right_widget .widget_section .widget_box {
    margin-top: 22px;
  }
}
.index05 .right_widget .widget_section .widget_box .part_ul::after {
  content: "";
  display: block;
  clear: both;
}
.index05 .right_widget .widget_section .widget_box .part_ul li {
  float: left;
  width: 22.07%;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .index05 .right_widget .widget_section .widget_box .part_ul li {
    width: 31.96%;
  }
}
.index05 .right_widget .widget_section .widget_box .part_ul li a {
  display: block;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  -webkit-box-shadow: 0 8px 21px rgba(58, 74, 91, 0.08);
          box-shadow: 0 8px 21px rgba(58, 74, 91, 0.08);
}
@media (max-width: 991px) {
  .index05 .right_widget .widget_section .widget_box .part_ul li a {
    border-radius: 5px;
    -webkit-box-shadow: 10px 4px 10px rgba(58, 74, 91, 0.08);
            box-shadow: 10px 4px 10px rgba(58, 74, 91, 0.08);
  }
}
.index05 .right_widget .widget_section .widget_box .part_ul li a img {
  display: block;
  width: 100%;
}
.index05 .right_widget .widget_section .widget_box .part_ul li + li {
  margin-left: 1.4%;
}
.index05 .right_widget .widget_section .widget_box .part_ul li:nth-child(4n+1) {
  margin-left: 0;
}
@media (max-width: 991px) {
  .index05 .right_widget .widget_section .widget_box .part_ul li + li {
    margin-left: 2.06%;
  }
  .index05 .right_widget .widget_section .widget_box .part_ul li:nth-child(4n+1) {
    margin-left: 2.06%;
  }
  .index05 .right_widget .widget_section .widget_box .part_ul li:nth-child(3n+1) {
    margin-left: 0;
  }
}

/***
메인 >  Our History 섹션
html > thmea > fivesense-basic > main > main-shop-basic-wide.php
***/
.index06 {
  padding: 135px 0 0;
}
@media (max-width: 480px) {
  .index06 {
    padding: 60px 0 15px;
  }
}
.index06 .container_fix {
  padding-left: 5%;
}
@media (max-width: 991px) {
  .index06 .container_fix {
    padding-left: 15px;
  }
}
.index06 .main_tit {
  padding: 0 0 130px;
}
.index06 .main_tit .se_title {
  text-align: center;
  margin: 0;
}
@media (max-width: 480px) {
  .index06 .main_tit {
    padding-bottom: 65px;
  }
}
.index06 .history_wrap .history_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 9%;
}
.index06 .history_wrap .history_content .year_tit {
  font-family: "esamanru", sans-serif;
  color: #1c8bfc;
  font-size: 100px;
  font-weight: 600;
  display: block;
}
@media (max-width: 991px) {
  .index06 .history_wrap .history_content .year_tit {
    font-size: 50px;
  }
}
@media (max-width: 480px) {
  .index06 .history_wrap .history_content .year_tit {
    font-size: 31px;
  }
}
@media (max-width: 991px) {
  .index06 .history_wrap .history_content {
    padding-left: 0;
  }
}
.index06 .history_wrap .left_history {
  width: 442px;
  max-width: 100%;
}
@media (max-width: 991px) {
  .index06 .history_wrap .left_history {
    display: none;
  }
}
.index06 .history_wrap .left_history .history_year.fixed {
  position: fixed;
  top: 97px;
}
.index06 .history_wrap .left_history .history_year .year_li {
  display: none;
}
.index06 .history_wrap .left_history .history_year .year_li:first-of-type {
  display: block;
}
.index06 .history_wrap .left_history .history_year .year_li.none {
  display: none !important;
}
.index06 .history_wrap .left_history .history_year .year_li.on {
  display: block !important;
}
.index06 .history_wrap .right_history {
  width: 625px;
  max-width: 100%;
}
.index06 .history_wrap .right_history .history_ul {
  border-top: 1px solid #cdcdcd;
  padding: 100px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 480px) {
  .index06 .history_wrap .right_history .history_ul {
    margin-top: 26px;
    padding: 8px 0 37px;
  }
}
.index06 .history_wrap .right_history .history_ul .cont_li {
  font-size: 16px;
  color: #666;
  font-weight: 400;
  margin: 15px 0;
}
@media (max-width: 480px) {
  .index06 .history_wrap .right_history .history_ul .cont_li {
    font-size: 15px;
    line-height: 35px;
    margin: 12px 0;
    line-height: 1;
  }
}

/***
메인 >  Contact 섹션
html > thmea > fivesense-basic > main > main-shop-basic-wide.php
***/
.index07 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 991px) {
  .index07 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.index07 .left_map {
  width: 59.5909%;
  height: 598px;
}
@media (max-width: 991px) {
  .index07 .left_map {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .index07 .left_map {
    height: 310px;
  }
}
.index07 .right_info {
  padding: 140px 0 185px 80px;
  width: 40.4091%;
  background: #236fd6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; /*padding:117px 0 126px 80px; 추후 회사소개 추가 시 해당 scss로 수정*/
}
@media (max-width: 991px) {
  .index07 .right_info {
    width: 100%;
    padding: 60px 15px;
  }
}
.index07 .right_info .main_tit {
  margin-bottom: 85px;
}
@media (max-width: 991px) {
  .index07 .right_info .main_tit {
    text-align: left;
  }
}
@media (max-width: 480px) {
  .index07 .right_info .main_tit {
    margin-bottom: 35px;
  }
}
.index07 .right_info .main_tit .se_title {
  color: #fff;
  margin: 0;
}
.index07 .right_info .map_info .map_tit {
  font-family: "esamanru", sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  .index07 .right_info .map_info .map_tit img {
    height: 14px;
  }
}
@media (max-width: 480px) {
  .index07 .right_info .map_info .map_tit {
    font-size: 13px;
    margin-bottom: 10px;
  }
}
.index07 .right_info .map_info .map_tit > a {
  color: #fff;
}
@media (max-width: 991px) {
  .index07 .right_info .map_info .addr_con, .index07 .right_info .map_info .mail_con {
    opacity: 0.8;
  }
}
.index07 .right_info .map_info > div {
  font-size: 16px;
  color: #fff;
  font-weight: 300;
}
@media (max-width: 480px) {
  .index07 .right_info .map_info > div {
    font-size: 14px;
    line-height: 19px;
    font-weight: 400;
  }
}
.index07 .right_info .map_info .mail_box {
  margin-top: 45px;
}
@media (max-width: 480px) {
  .index07 .right_info .map_info .mail_box {
    margin-top: 20px;
  }
}

/***
푸터
html > thmea > fivesense-basic > shop.tail.php
***/
.fix_footer {
  margin-top: 0;
  padding: 20px 0;
}
@media (max-width: 991px) {
  .fix_footer {
    padding: 40px 0 0;
  }
}
.fix_footer .container_fix2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 1620px;
}
@media (max-width: 991px) {
  .fix_footer .container_fix2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.fix_footer .ft_logo {
  width: 250px;
}
@media (max-width: 991px) {
  .fix_footer .ft_logo {
    width: 100%;
    border-right: none;
    padding-bottom: 25px;
    border-bottom: 1px solid rgba(176, 176, 176, 0.2);
  }
}
@media (max-width: 480px) {
  .fix_footer .ft_logo img {
    height: 35px;
  }
}
.fix_footer .fix_infos_box {
  width: calc(100% - 250px);
  padding: 55px 0 45px 45px;
  position: relative;
}
.fix_footer .fix_infos_box::after {
  content: "";
  display: block;
  width: 1px;
  height: 78px;
  background: rgba(176, 176, 176, 0.2);
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 991px) {
  .fix_footer .fix_infos_box {
    width: 100%;
    padding-bottom: 0px;
    padding-left: 0;
    border-left: 0;
    padding: 25px 0 42px;
  }
}
.fix_footer .fix_infos_box .ft_info {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media (max-width: 991px) {
  .fix_footer .fix_infos_box .ft_info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.fix_footer .fix_infos_box .info_box {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media (max-width: 480px) {
  .fix_footer .fix_infos_box .info_ul {
    margin-bottom: 0;
  }
}
.fix_footer .fix_infos_box .info_ul li {
  font-size: 14px;
  color: #666;
  font-weight: 400;
}
@media (max-width: 991px) {
  .fix_footer .fix_infos_box .info_ul li {
    display: inline-block;
    position: relative;
  }
  .fix_footer .fix_infos_box .info_ul li + li {
    margin-top: 0;
  }
}
@media (max-width: 991px) {
  .fix_footer .fix_infos_box .info_ul li {
    font-size: 13px;
    margin: 0;
    line-height: 20px;
    letter-spacing: 0;
    font-weight: 400;
  }
  .fix_footer .fix_infos_box .info_ul li + li {
    padding-left: 10px;
    margin-left: 9px;
    margin-top: 3px;
  }
  .fix_footer .fix_infos_box .info_ul li + li:before {
    content: "";
    display: block;
    width: 1px;
    height: 12px;
    background: #666;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0;
  }
}
@media (max-width: 991px) {
  .fix_footer .fix_infos_box .info_ul:last-child li:last-child {
    margin-left: 0;
    padding-left: 0;
    display: block;
  }
  .fix_footer .fix_infos_box .info_ul:last-child li:last-child:before {
    display: none;
  }
}
.fix_footer .fix_infos_box h4 {
  margin-top: 0;
  font-size: 14px;
  color: rgba(102, 102, 102, 0.6);
  font-weight: 400;
}
@media (max-width: 991px) {
  .fix_footer .fix_infos_box h4 {
    font-size: 12px;
    margin-top: 16px;
  }
}
@media (max-width: 991px) {
  .fix_footer .fix_infos_box::after {
    display: none !important;
  }
}

.top_btn {
  position: fixed;
  right: 80px;
  bottom: 50px;
  cursor: pointer;
}
.top_btn span {
  display: block;
  width: 60px;
  height: 60px;
  background: #1c8bfc;
}
@media (max-width: 991px) {
  .top_btn {
    right: 15px;
  }
  .top_btn span {
    width: 60px;
    height: 60px;
    background: #fff;
    border-radius: 50%;
    -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  }
  .top_btn span img {
    height: 60px;
  }
}
@media (max-width: 480px) {
  .top_btn {
    right: 15px;
  }
  .top_btn span {
    width: 42px;
    height: 42px;
  }
  .top_btn span img {
    height: 42px;
  }
}

/******************************************
서브시작
*******************************************/
/******************************************
Recruit
- 상단 이미지
html > page > top_banner.php
- 리스트
html > skin > board > recruit
***********************************/
.top_nav {
  margin: 40px 0;
}
.top_nav .container_fix {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.top_nav .container_fix li {
  font-size: 16px;
  color: #999;
  font-weight: 400;
}
.top_nav .container_fix li + li {
  margin-left: 20px;
  padding-left: 20px;
  position: relative;
}
.top_nav .container_fix li + li::after {
  content: "";
  display: block;
  border-bottom: 5px solid transparent;
  border-top: 5px solid transparent;
  border-left: 7px solid #a5a5a5;
  position: absolute;
  left: 0;
  top: 65%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 480px) {
  .top_nav {
    margin: 25px 0 35px;
  }
  .top_nav .container_fix {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
  }
  .top_nav .container_fix li {
    font-size: 12px;
  }
  .top_nav .container_fix li + li {
    margin-left: 12px;
    padding-left: 18px;
  }
  .top_nav .container_fix li + li::after {
    border-bottom: 4px solid transparent;
    border-top: 4px solid transparent;
    border-left: 6px solid #a5a5a5;
    top: 63%;
  }
  .top_nav .container_fix li img {
    height: 10px;
  }
}

/*상단 이미지*/
.m03_img_wrap .m03_section02 {
  background: #fafafa;
}
@media (min-width: 2000px) {
  .m03_img_wrap .m03_section03 {
    display: block;
    text-align: center;
  }
}
@media (max-width: 1800px) {
  .m03_img_wrap img {
    display: block;
    width: 100%;
  }
}

/*리스트*/
.m03_body {
  background: #f1f8ff;
}

.recruit_tit {
  padding: 138px 0 30px;
}
@media (max-width: 991px) {
  .recruit_tit {
    text-align: center;
  }
}
@media (max-width: 480px) {
  .recruit_tit {
    padding: 60px 0 23px;
  }
}
.recruit_tit h2 {
  font-family: "esamanru", sans-serif;
  color: #000;
  font-size: 45px;
  font-weight: 500;
  margin-bottom: 16px;
}
@media (max-width: 480px) {
  .recruit_tit h2 {
    font-size: 28px;
    margin-bottom: 40px;
  }
}
.recruit_tit .file_down {
  width: 100%;
  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;
}
.recruit_tit .file_down span {
  font-size: 20px;
  color: #333;
  font-weight: 500;
}
@media (max-width: 480px) {
  .recruit_tit .file_down span {
    font-size: 15px;
  }
}
.recruit_tit .file_down a {
  margin-left: 15px;
  display: inline-block;
  width: 139px;
  height: 49px;
  line-height: 47px;
  border-radius: 5px;
  overflow: hidden;
  text-align: center;
  font-size: 17px;
  color: #fff;
  font-weight: 500;
  background: #3580e7;
}
.recruit_tit .file_down a img {
  margin-left: 5px;
}
@media (max-width: 991px) {
  .recruit_tit .file_down a img {
    height: 15px;
  }
}
@media (max-width: 480px) {
  .recruit_tit .file_down a {
    font-size: 13px;
    width: auto;
    height: auto;
    line-height: initial;
    padding: 8px 15px 9px 12px;
    border-radius: 7px;
  }
  .recruit_tit .file_down a img {
    height: 10px;
    margin-left: 10px;
  }
}

@media (max-width: 991px) {
  .recruit_style {
    margin-bottom: 0;
  }
}
.recruit_style .list-board .list-body li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #fff;
  border-radius: 20px;
  padding: 0 50px;
  -webkit-box-shadow: 0 5px 81px rgba(0, 0, 0, 0.05);
          box-shadow: 0 5px 81px rgba(0, 0, 0, 0.05);
  position: relative;
  border-bottom: 0;
}
@media (max-width: 991px) {
  .recruit_style .list-board .list-body li {
    padding: 0 12px;
    border-radius: 13px;
  }
}
.recruit_style .list-board .list-body li + li {
  margin-top: 30px;
}
@media (max-width: 480px) {
  .recruit_style .list-board .list-body li + li {
    margin-top: 20px;
  }
}
.recruit_style .list-board .list-body li > div.list_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 46px 0;
  cursor: pointer;
}
@media (max-width: 991px) {
  .recruit_style .list-board .list-body li > div.list_title {
    padding: 26px 8px;
  }
}
@media (max-width: 480px) {
  .recruit_style .list-board .list-body li > div.list_title {
    padding: 0 8px;
    min-height: 80px;
  }
}
.recruit_style .list-board .list-body li > div.list_content {
  padding: 100px 0;
  border-top: 1px solid #f0f0f0;
}
@media (max-width: 991px) {
  .recruit_style .list-board .list-body li > div.list_content {
    padding: 40px 8px;
  }
}
.recruit_style .list-board .list-body li > div.wr_chk {
  width: auto;
  position: absolute;
  padding: 0;
  left: 15px;
  top: 55px;
  z-index: 10;
}
@media (max-width: 991px) {
  .recruit_style .list-board .list-body li > div.wr_chk {
    left: 7px;
    top: 5px;
  }
}
.recruit_style .list-board .list-body li.infinite_plus {
  margin-top: 30px;
}
@media (max-width: 480px) {
  .recruit_style .list-board .list-body li.infinite_plus {
    margin-top: 20px;
  }
}
.recruit_style .list-board .list-body .wr-subject {
  padding-left: 0;
}
@media (max-width: 480px) {
  .recruit_style .list-board .list-body .wr-subject {
    font-size: 16px;
    line-height: 21px;
    width: 20%;
  }
  .recruit_style .list-board .list-body .wr-subject a {
    color: #222;
  }
}
.recruit_style .list-board .list-body .edit_box {
  position: absolute;
  right: 105px;
  top: 50px;
  width: 50px;
  z-index: 10;
  padding: 0;
}
@media (max-width: 991px) {
  .recruit_style .list-board .list-body .edit_box {
    top: 5px;
    right: 18px;
    width: 30px;
  }
}
.recruit_style .list-board .list-body .edit_box a {
  display: block;
  width: 100%;
  height: 30px;
  line-height: 28px;
  font-size: 13px;
  color: #fff;
  background: #3580e7;
}
.recruit_style .list-board .list-body .edit_box a:hover {
  color: #fff;
}
@media (max-width: 991px) {
  .recruit_style .list-board .list-body .edit_box a {
    height: 24px;
    line-height: 22px;
    font-size: 11px;
  }
}
.recruit_style .recruit_list_row > div {
  width: 100%;
}
.recruit_style .recruit_list_row .wr-subject {
  font-size: 22px;
  color: #000;
  font-weight: 500;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.recruit_style .recruit_list_row .list_arrow {
  width: 31px;
  height: 25px;
}
.recruit_style .recruit_list_row .list_arrow .arrow_box {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.recruit_style .recruit_list_row .list_arrow .arrow_box span {
  display: block;
  width: 3px;
  height: 20px;
  background: #000;
}
.recruit_style .recruit_list_row .list_arrow .arrow_box span.arrow_before {
  position: absolute;
  top: 4px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  left: 8px;
}
@media (max-width: 480px) {
  .recruit_style .recruit_list_row .list_arrow .arrow_box span.arrow_before {
    width: 2px;
    height: 13px;
    left: 11px;
  }
}
.recruit_style .recruit_list_row .list_arrow .arrow_box span.arrow_after {
  position: absolute;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  right: 7px;
  top: 4px;
}
@media (max-width: 480px) {
  .recruit_style .recruit_list_row .list_arrow .arrow_box span.arrow_after {
    width: 2px;
    height: 13px;
    right: 10px;
  }
}
@media (max-width: 480px) {
  .recruit_style .recruit_list_row .list_arrow {
    height: 20px;
  }
}
.recruit_style .recruit_list_row .list_title .recruit_sticker {
  width: 90px;
  height: 38px;
  line-height: 36px;
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  text-align: center;
  border-radius: 5px;
  background: #3580e7;
  margin-right: 45px;
}
@media (max-width: 480px) {
  .recruit_style .recruit_list_row .list_title .recruit_sticker {
    width: auto;
    height: auto;
    padding: 7px 10px;
    line-height: 1.2;
    font-size: 12px;
    margin-right: 15px;
    font-weight: 500;
  }
}
.recruit_style .recruit_list_row .list_content {
  display: none; /*transition: all 0.6s cubic-bezier(.42,.2,.08,1)*/
}
.recruit_style .recruit_list_row .list_content .list_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 88px;
}
@media (max-width: 991px) {
  .recruit_style .recruit_list_row .list_content .list_container {
    padding: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.recruit_style .recruit_list_row .list_content .list_container .wr_box {
  width: 50%;
  text-align: left;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .recruit_style .recruit_list_row .list_content .list_container .wr_box {
    float: none;
    width: 100%;
  }
}
@media (max-width: 480px) {
  .recruit_style .recruit_list_row .list_content .list_container .wr_box {
    margin-bottom: 35px;
  }
}
.recruit_style .recruit_list_row .list_content .list_container .wr_box:nth-child(5) {
  margin-bottom: 0;
}
.recruit_style .recruit_list_row .list_content .list_container .wr_box:nth-child(6) {
  margin-bottom: 0;
}
@media (max-width: 480px) {
  .recruit_style .recruit_list_row .list_content .list_container .wr_box:nth-child(5) {
    margin-bottom: 35px;
  }
}
.recruit_style .recruit_list_row .list_content .list_container .title {
  font-size: 20px;
  color: #000;
  font-weight: 600;
  position: relative;
  padding-left: 15px;
  margin-bottom: 20px;
}
@media (max-width: 480px) {
  .recruit_style .recruit_list_row .list_content .list_container .title {
    font-size: 14px;
    padding-left: 10px;
    margin-bottom: 5px;
  }
}
.recruit_style .recruit_list_row .list_content .list_container .title::after {
  display: block;
  content: "";
  width: 4px;
  height: 4px;
  background: #000;
  position: absolute;
  left: 0;
  top: 50%;
  border-radius: 50%;
}
@media (max-width: 480px) {
  .recruit_style .recruit_list_row .list_content .list_container .title::after {
    width: 3px;
    height: 3px;
  }
}
.recruit_style .recruit_list_row .list_content .list_container .cont {
  padding-left: 13px;
  white-space: pre-wrap;
}
@media (max-width: 480px) {
  .recruit_style .recruit_list_row .list_content .list_container .cont {
    font-size: 13px;
  }
}
.recruit_style .recruit_list_row .list_content.show {
  display: block;
}
.recruit_style .recruit_list_row.active .arrow_box span.arrow_before {
  position: absolute;
  top: 4px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  left: 8px;
}
@media (max-width: 480px) {
  .recruit_style .recruit_list_row.active .arrow_box span.arrow_before {
    left: 11px;
  }
}
.recruit_style .recruit_list_row.active .arrow_box span.arrow_after {
  position: absolute;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  right: 7px;
  top: 4px;
}
@media (max-width: 480px) {
  .recruit_style .recruit_list_row.active .arrow_box span.arrow_after {
    right: 10px;
  }
}

.recruit_write .inquiry_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.recruit_write .inquiry_box > label {
  width: 170px;
}
.recruit_write .inquiry_box .answer {
  width: calc(100% - 170px);
}
.recruit_write .inquiry_box .answer textarea {
  width: 100%;
  height: 200px;
}

.recruit_bottom_tit {
  width: 100%;
  text-align: center;
  font-size: 18px;
  color: #333;
  font-weight: 500;
  line-height: 40px;
  margin: 60px 0 110px;
}
@media (max-width: 480px) {
  .recruit_bottom_tit {
    margin: 0 0 35px;
    font-size: 14px;
    line-height: 21px;
  }
}
.recruit_bottom_tit span {
  font-weight: 600;
}

#infscr-loading {
  background: transparent !important;
}
#infscr-loading > * {
  color: transparent;
}
#infscr-loading > img {
  display: none !important;
}/*# sourceMappingURL=style.css.map */