@charset "utf-8";

/* 관리이전_서브페이지 */

.inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
}

.title_textBox {
  margin-bottom: 50px;
}

.title_textBox h2 {
  font-size: 36px;
  letter-spacing: -0.02em;
  font-weight: 600;
}

.title_textBox p {
  font-size: 17px;
  color: #6e6e6e;
  font-weight: 400;
}

.server_s01 {
  width: 100%;
  padding: 200px 0;
}

.server_s01 .s1_flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.server_s01 .grid {
  width: calc(33.333% - 15px);
}

.server_s01 .grid .photo {
  overflow: hidden;
}

.server_s01 .grid .photo img {
  -webkit-transform: scale(1);
  transform: scale(1);
  transition: all 1s ease;
  -webkit-transition: all 1s ease;
  width: 100%;
}

.server_s01 .grid .photo:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.server_s01 .grid .txt {
  padding: 30px 10px;
  line-height: 1.5;
  word-break: keep-all;
}

.server_s01 .grid .txt h3 {
  font-size: 21px;
  color: #333;
  max-width: 400px;
  letter-spacing: -0.02px;
  line-height: 1.4;
  font-weight: 700;
}

.server_s01 .grid:nth-child(2) .txt h3 {
  max-width: 400px;
}

@media screen and (max-width: 768px) {
  .server_s01 .grid {
    width: calc(100% - 0px);
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 640px) {
}

.server_s02 {
  padding-bottom: 200px;
}

.s02_flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.tl_s02_text_wrap {
  width: 45%;
}

.tl_s02_text_wrap h2 {
  word-break: keep-all;
  max-width: 500px;
  font-weight: 700;
  font-size: 36px;
  letter-spacing: -0.02em;
}

.tl_s02_text_wrap p {
  padding-top: 20px;
  word-break: keep-all;
}

.tl_s02_img_wrap {
  width: 53%;
  margin-left: 2%;
}

.tl_s02_img_wrap img {
  width: 100%;
}

.tl_s02_btn {
  font-size: 14px;
  font-weight: bold;
}

@media all and (max-width: 768px) {
  .tl_s02_text_wrap {
    width: 100%;
  }

  .tl_s02_img_wrap {
    width: 100%;
    margin: 20px 0 0 0;
  }
}

.service_s03 {
  margin-top: -100px;
}

.service_s03 .inner {
  position: relative;
  margin: 0 auto;
  max-width: 1400px;
}

.service_s03 .inner ul {
  padding: 0;
  margin: 0;
  overflow: hidden;
}

.service_s03 .inner li {
  float: left;
  width: 25%;
  height: 260px;
  background-color: #000;
  text-align: center;
  display: table;
}

.service_s03 .inner li i {
  font-size: 40px;
  padding-top: 70px;
  color: #fff;
}

.service_s03 .inner li a {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
}

.service_s03 .inner li:nth-child(1),
.service_s03 .inner li:nth-child(3) {
  background-color: #ff4200;
}

.service_s03 .inner li:nth-child(2),
.service_s03 .inner li:nth-child(4) {
  background-color: #f5f5f5;
}

.service_s03 .inner li:nth-child(2) i,
.service_s03 .inner li:nth-child(2) h2,
.service_s03 .inner li:nth-child(4) i,
.service_s03 .inner li:nth-child(4) h2 {
  color: #282828;
}

.service_s03 .inner h2 {
  font-size: 21px;
  letter-spacing: -0.5px;
  margin-top: 20px;
  color: #fff;
}

@media screen and (max-width: 980px) {
  .service_s03 .inner li {
    width: 50%;
  }
}

@media screen and (max-width: 640px) {
  .service_s03 {
    margin: 0 auto;
  }

  .service_s03 .inner li {
    width: 100%;
  }
}

.service_s04 {
  width: 100%;
  padding: 200px 0;
}

.service_s04 .tl_process_wrap {
  overflow: hidden;
  padding-left: 1px;
  padding-bottom: 1px;
}

.service_s04 .tl_process_wrap li {
  float: left;
  width: 33.33333333333%;
  margin-left: -1px;
  margin-bottom: -1px;
}

.service_s04 .tl_process_wrap li .box {
  background: #fff;
  border: 1px #d2d2d2 solid;
  padding: 40px 30px;
  min-height: 310px;
  position: relative;
}

.service_s04 .tl_process_wrap li .box .txt {
  top: 50px;
  border-top: 1px #ff4200 solid;
  padding-top: 5px;
  letter-spacing: 1px;
  font-size: 16px;
  font-weight: bold;
  color: #ff4200;
  position: absolute;
}

.service_s04 .tl_process_wrap li .box .icon {
  right: 40px;
  top: 30px;
  position: absolute;
}

.service_s04 .tl_process_wrap li .box .icon img {
  width: 100%;
  margin-top: 20px;
  opacity: 0.9;
}

.service_s04 .tl_process_wrap li .box dl {
  margin-top: 80px;
  text-align: left;
}

.service_s04 .tl_process_wrap li .box dl dt {
  font-size: 21px;
  font-weight: bold;
  color: #000;
  margin-bottom: 5px;
}

.service_s04 .tl_process_wrap li .box dl dd {
  font-size: 17px;
  color: #555;
  font-weight: 400;
  word-break: keep-all;
  line-height: 1.6;
  margin-top: 10px;
}

.button_wrap {
  text-align: center;
  margin-top: 50px
}

@media screen and (max-width: 960px) {
  .service_s04 .tl_process_wrap li {
    width: 100%;
  }
}
