@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Nanum+Pen+Script&display=swap");
.commonsec {
  max-width: 1400px;
  margin: 0 auto;
  padding: 120px 0;
  overflow: hidden;
}

.gray_full {
  background: #f9f9f9;
  width: 100%;
}

.white {
  color: #fff;
}

.br_mo {
  display: none;
}

.sub_hd {
  text-align: center;
  font-size: 3em;
  margin-bottom: 40px;
}

.commonsec .sec_title {
  font-size: 3em;
  color: #261c75;
  font-weight: 800;
  margin-bottom: 20px;
  text-align: center;
}

.commonsec .sec_title span {
  font-size: 0.8em;
  font-weight: 500;
}

.commonsec .sec_title.white {
  color: #fff;
  text-align: center;
}

.commonsec .sec_text {
  font-size: 3.5em;
  margin-bottom: 30px;
}

.commonsec .sec_text.white {
  color: #fff;
  text-align: center;
}

.commonsec .sec_text.sec_text_top {
  margin-bottom: 0px;
}

.commonsec .sec_text.sec_text_mid {
  margin-top: -45px;
  margin-bottom: -7px;
}

.commonsec .sec_text.sec_text_bot {
  text-align: right;
  margin-bottom: 30px;
}

.commonsec .sec_text .js-count-up {
  font-weight: 700;
  color: #00009b;
  text-align: center;
  display: block;
  font-size: 3em;
}

.topdiv {
  padding: 0px 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.topdiv .topimg {
  display: block;
  width: 100%;
}

.topdiv .top_title {
  font-size: 2em;
  margin-bottom: 15px;
  margin-top: 5px;
}

.topdiv .top_desc {
  font-size: 1.6em;
  word-break: keep-all;
}

.topdiv a {
  display: block;
  width: 60%;
  background: #261c75;
  color: #fff;
  transition: 0.3s ease;
  padding: 5px 10px;
  font-size: 1.6em;
  text-align: center;
  margin-top: 20px;
  border: 2px solid #261c75;
  box-sizing: border-box;
}

.viewmore_btn {
  display: block;
  width: 200px;
  margin: 0 auto;
  background: #261c75;
  color: #fff;
  transition: 0.3s ease;
  padding: 5px 10px;
  font-size: 1.6em;
  text-align: center;
  margin-top: 20px;
  border: 2px solid #261c75;
  box-sizing: border-box;
}

.commonsec a.white {
  display: block;
  width: 200px;
  margin: 0 auto;
  background: #261c75;
  color: #fff;
  transition: 0.3s ease;
  padding: 5px 10px;
  font-size: 1.6em;
  text-align: center;
  margin-top: 20px;
  border: 2px solid #261c75;
  box-sizing: border-box;
}

.pro_area {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.pro {
  width: 33.3333%;
  margin-bottom: 30px;
  padding: 2px 30px;
  position: relative;
}

.pro:not(:last-child):before {
  content: "\f054";
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
  position: absolute;
  right: 0;
  top: 50%;
  font-size: 2rem;
  color: #333;
  transform: translate(0, -50%);
}

.pro .pro_step {
  text-align: center;
  font-size: 2em;
  font-weight: 600;
}

.pro img {
  display: block;
  width: 60%;
  margin: 0 auto;
}

.pro_title {
  text-align: center;
  font-size: 1.8em;
  font-weight: 600;
}

.pro_desc {
  text-align: center;
  font-size: 1.6em;
  word-break: keep-all;
}

.section_4 {
  padding: 120px 0;
  background: url("/theme/IDEN_TN1/img/section4_1.jpg") no-repeat center;
  background-size: cover;
  background-attachment: fixed;
}

/* 마케팅페이지 */
.marketing {
  margin-top: 40px;
  margin-bottom: 60px;
}

.marketing h1 {
  font-size: 2rem;
}

.marketing h3 {
  font-size: 3rem;
  font-weight: 800;
  color: #261c75;
}

.marketing p {
  font-size: 1.2rem;
}

.top_wrap {
  background: #261c75;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  padding: 20px 40px;
}

.top_wrap .title {
  color: #fff;
  font-size: 48px;
}

.top_wrap img {
  display: block;
  width: 30%;
  margin: 0 auto;
  margin-bottom: 30px;
}

.top_wrap .title span {
  position: relative;
}

.top_wrap .title span.dot {
  position: relative;
}

.topflex {
  width: 80%;
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 30px;
}

.top_wrap .introbx > div {
  background: #fff;
  padding: 15px 30px;
  min-height: 200px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  border-radius: 20px;
}

.top_wrap .introbx > div span {
  font-size: 30px;
  display: block;
  margin-top: 0px;
  margin-bottom: 20px;
}

.top_wrap .introbx > div p {
  text-align: center;
  word-break: keep-all;
}

.intro_wrap {
  margin-bottom: 60px;
}

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

.marketing h1 {
  margin-bottom: 30px;
}

.marketing h3 {
  margin-bottom: 50px;
}

.intro_wrap p {
  word-break: keep-all;
}

.intro_wrap .intro_left {
  padding-right: 25px;
}

.mid_wrap {
  display: block;
  width: 100%;
  background: #f1f1f1;
  padding: 60px 0;
}

.mid_wrap img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.mid_wrap .mid_pl {
  padding-left: 50px;
}

.cha {
  position: relative;
  padding-left: 25px;
  margin-bottom: 20px;
}

.cha p {
  font-size: 1.5rem;
}

.cha span {
  display: block;
  font-size: 1.2rem;
}

.cha span.mid_last {
  font-size: 1rem;
}

.cha::before {
  position: absolute;
  content: "\f00c";
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
  left: 0;
  top: 6px;
  font-size: 1.1rem;
}

.bus_wrap img {
  display: block;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.bus_wrap .row:first-child {
  margin-top: 20px;
  margin-bottom: 30px;
}

.bus_wrap .infbox {
  display: block;
  width: 100%;
  background: #000;
  text-align: center;
  padding: 10px 10px;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 600;
  word-break: keep-all;
}

.bus_wrap .infbox.bluebox {
  background: #2e9fb1;
}

.bus_wrap .infbox.light {
  background: #f0f3f3;
  color: #000;
}

.row.rowcenter {
  justify-content: center;
}

.btn.btn_port {
  line-height: 34px;
  width: auto;
  height: 60px;
  padding: 13px 8px;
  text-align: center;
  font-weight: 500;
  border: 0;
  font-size: 1.4rem;
  margin-top: 60px;
  background-color: #261c75;
  transition: background-color 0.3s ease-out;
}

.flexc {
  display: flex;
  flex-direction: column;
  margin-bottom: 25px;
}

.bus_wrap .flexc > .infbox:last-child {
  height: 100%;
}

/* progress circle bar */
.progress {
  width: 150px;
  height: 150px;
  background: none;
  position: relative;
}

.progress::after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 6px solid #eee;
  position: absolute;
  top: 0;
  left: 0;
}

.progress > span {
  width: 50%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 1;
}

.progress .progress-left {
  left: 0;
}

.progress .progress-bar {
  width: 100%;
  height: 100%;
  background: none;
  border-width: 6px;
  border-style: solid;
  position: absolute;
  top: 0;
}

.progress .progress-left .progress-bar {
  left: 100%;
  border-top-right-radius: 80px;
  border-bottom-right-radius: 80px;
  border-left: 0;
  transform-origin: center left;
}

.progress .progress-right {
  right: 0;
}

.progress .progress-right .progress-bar {
  left: -100%;
  border-top-left-radius: 80px;
  border-bottom-left-radius: 80px;
  border-right: 0;
  transform-origin: center right;
}

.progress .progress-value {
  position: absolute;
  top: 0;
  left: 0;
}

/* 호버애님 */
@media screen and (hover: hover) {
  .topdiv a:hover {
    background: #fff;
    color: #261c75;
  }
  .viewmore_btn:hover {
    background: #fff;
    color: #261c75;
  }
  .commonsec a.white:hover {
    background: unset;
    color: #fff;
    border-color: #fff;
  }
}
/* 반응형 */
@media screen and (max-width: 1199px) {
  .commonsec {
    padding: 60px 20px;
  }
  .marketing {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .marketing h1 {
    font-size: 1.8rem;
  }
  .marketing h3 {
    font-size: 2.6rem;
  }
  .marketing p {
    font-size: 1.1rem;
  }
  .intro_wrap > .row > .col-md-5 {
    margin-bottom: 20px;
  }
  .top_wrap .title {
    font-size: 36px;
  }
  .topflex {
    width: 100%;
  }
  .top_wrap .introbx > div {
    min-height: 175px;
    margin-bottom: 20px;
  }
  .mid_wrap .mid_pl {
    padding-left: 14px;
    margin-top: 20px;
  }
  .bus_wrap .infbox {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 576px) {
  .br_mo {
    display: block;
  }
  .commonsec .sec_title {
    font-size: 2em;
  }
  .commonsec .sec_text {
    font-size: 1.7em;
    word-break: keep-all;
  }
  .commonsec .sec_text.sec_text_mid {
    margin-top: -7px;
    margin-bottom: -12px;
  }
  .commonsec .sec_text .js-count-up {
    font-size: 2em;
    height: 82px;
  }
  .topdiv {
    margin-bottom: 20px;
  }
  .topdiv .top_desc {
    font-size: 1.4em;
  }
  .pro {
    width: 50%;
    margin-bottom: 30px;
    padding: 2px 10px;
    position: relative;
  }
  .pro .pro_step {
    font-size: 1.6em;
  }
  .pro_title {
    font-size: 1.4em;
  }
  .pro_desc {
    text-align: center;
    font-size: 1.3em;
    word-break: keep-all;
  }
  .marketing h1 {
    font-size: 1.6rem;
    margin-bottom: 15px;
  }
  .marketing h3 {
    font-size: 2rem;
    margin-bottom: 20px;
  }
  .marketing p {
    font-size: 1rem;
  }
  .top_wrap img {
    width: 50%;
  }
  .top_wrap .title {
    font-size: 28px;
  }
  .cha span {
    font-size: 1rem;
  }
  .cha span.mid_last {
    font-size: 0.9rem;
  }
  .bus_wrap > .row > .col-4 {
    padding-left: 5px;
    padding-right: 5px;
  }
  .bus_wrap .infbox {
    font-size: 1rem;
  }
  .rowcenter > .col-3 {
    width: 33%;
    padding-left: 5px;
    padding-right: 5px;
  }
  .btn.btn_port {
    height: 50px;
    padding: 9px 8px;
    font-size: 1.1rem;
  }
  .flexc > .row > .col-sm-4 {
    margin-bottom: 20px;
  }
  .flexc > .row > .col-sm-6 {
    margin-bottom: 20px;
  }
}
h2.sec_title {
  text-align: center;
  color: white;
  font-size: 4.5em;
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5);
  margin-bottom: 60px;
}

.wid {
  max-width: 1400px;
  margin: 0 auto;
}

.text_area {
  position: absolute;
  display: block;
  width: 70%;
  text-align: left;
  left: 50%;
  top: 40%;
  transform: translate(-50%, -50%);
}

.text_area h2 {
  font-size: 60px;
  font-weight: 800;
  color: #fff;
  font-family: "Montserrat", "Pretendard Variable", sans-serif;
}

.text_area p {
  font-size: 32px;
  font-weight: 500;
  color: #fff;
  margin-top: 30px;
}

.text_area h2 span {
  display: inline-block;
}

.delay-01 {
  animation-delay: 0.1s;
}

.delay-02 {
  animation-delay: 0.2s;
}

.delay-03 {
  animation-delay: 0.3s;
}

.delay-04 {
  animation-delay: 0.4s;
}

.delay-05 {
  animation-delay: 0.5s;
}

.delay-06 {
  animation-delay: 0.6s;
}

.delay-07 {
  animation-delay: 0.7s;
}

.delay-08 {
  animation-delay: 0.8s;
}

.delay-09 {
  animation-delay: 0.9s;
}

.delay-10 {
  animation-delay: 1s;
}

.delay-11 {
  animation-delay: 1.1s;
}

.delay-12 {
  animation-delay: 1.2s;
}

.delay-13 {
  animation-delay: 1.3s;
}

.delay-14 {
  animation-delay: 1.4s;
}

.delay-15 {
  animation-delay: 1.5s;
}

.delay-16 {
  animation-delay: 1.6s;
}

.delay-17 {
  animation-delay: 1.7s;
}

.delay-18 {
  animation-delay: 1.8s;
}

.delay-19 {
  animation-delay: 1.9s;
}

.delay-20 {
  animation-delay: 2s;
}

@media screen and (max-width: 992px) {
  h2.sec_title {
    font-size: 2.5em;
  }
}
@media screen and (max-width: 550px) {
  h2.sec_title {
    font-size: 1.8em;
  }
  .section_2 .box p {
    font-size: 1.1em;
  }
  .text_area {
    width: 70%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0 auto;
  }
  .text_area h2 {
    font-size: 28px;
  }
  .text_area p {
    font-size: 18px;
    word-break: keep-all;
  }
}
.section_1 img {
  display: block;
  width: 100%;
  border-radius: 25px;
}

.section_1 .col-md-6:first-child {
  padding-top: 45px;
  padding-bottom: 45px;
  padding-left: 5px;
  padding-right: 20px;
}

.section_1 h2 {
  font-size: 3em;
  color: #261c75;
  font-weight: 800;
  margin-bottom: 50px;
}

.section_1 p {
  font-size: 1.8em;
  word-break: keep-all;
  margin-bottom: 30px;
}

.section_1 a {
  display: block;
  width: 35%;
  margin: 0 auto;
  font-size: 1.7em;
  padding: 10px 4px;
  box-sizing: border-box;
  border-radius: 50px;
  text-align: center;
  transition: 0.3s ease;
  border: 1px solid #261c75;
  color: #261c75;
}

@media screen and (hover: hover) {
  .section_1 a:hover {
    color: #fff;
    background-color: #261c75;
  }
}
@media screen and (hover: none) {
  .section_1 a {
    color: #fff;
    background-color: #261c75;
  }
}
@media screen and (max-width: 550px) {
  .section_1 h2 {
    font-size: 2.4em;
    word-break: keep-all;
  }
  .section_1 p {
    font-size: 1.3em;
  }
  .section_1 a {
    font-size: 1.2em;
  }
}
.busin_flex {
  display: flex;
  flex-wrap: nowrap;
  overflow: hidden;
  border-radius: 25px;
}

.busin_box {
  width: 25%;
  height: calc(100vh - 500px);
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  background-size: cover;
  transition: 0.6s ease;
  padding: 0px 20px 60px 20px;
}

.busin_box::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  opacity: 1;
  transition: 0.5s;
}

.busin_box2 {
  width: 50%;
  height: calc(100vh - 500px);
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  background-size: cover;
  transition: 0.6s ease;
  padding: 0px 20px 60px 20px;
}

.busin_box2::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  opacity: 1;
  transition: 0.5s;
}

@media screen and (hover: hover) {
  .busin_box:hover {
    width: 50%;
  }
  .busin_box:hover::after {
    opacity: 0.5;
  }
  .busin_box2:hover {
    width: 70%;
  }
  .busin_box2:hover::after {
    opacity: 0.5;
  }
}
@media screen and (hover: none) {
  .busin_box::after {
    opacity: 0.5;
  }
  .busin_box2::after {
    opacity: 0.5;
  }
}
.busin_box h3 {
  color: #fff;
  position: relative;
  z-index: 3;
  font-size: 30px;
  font-weight: 800;
}

.busin_box p {
  color: #fff;
  position: relative;
  z-index: 3;
  font-size: 18px;
  margin-top: 15px;
}

.busin_box2 h3 {
  color: #fff;
  position: relative;
  z-index: 3;
  font-size: 30px;
  font-weight: 800;
}

.busin_box2 p {
  color: #fff;
  position: relative;
  z-index: 3;
  font-size: 18px;
  margin-top: 15px;
}

.busin_box.busin1 {
  background: url("/theme/IDEN_TN1/img/busin1.png") no-repeat center;
}

.busin_box.busin2 {
  background: url("/theme/IDEN_TN1/img/busin2.png") no-repeat center;
}

.busin_box.busin3 {
  background: url("/theme/IDEN_TN1/img/busin3.png") no-repeat center;
}

.busin_box.busin4 {
  background: url("/theme/IDEN_TN1/img/busin4.png") no-repeat center;
}

.busin_box2.busin5 {
  background: url("/theme/IDEN_TN1/img/busin5.png") no-repeat center;
}

.busin_box2.busin6 {
  background: url("/theme/IDEN_TN1/img/busin6.png") no-repeat center;
}

.mt60 {
  margin-top: 60px;
}

.tar {
  text-align: right;
}

.tal {
  text-align: left;
}

.media {
  margin-top: 45px;
}

.media:first-child {
  margin-top: 0px;
}

.imgcover .col-md-6:first-child .media {
  display: flex;
  justify-content: flex-end;
}

.imgcover .col-md-6:last-child .media {
  display: flex;
  justify-content: flex-start;
}

.media-left, .media-right, .media-body {
  display: table-cell;
  vertical-align: top;
}

.media-body {
  width: calc(100% - 75px);
}

.mvhead {
  font-size: 2.6em;
  font-weight: 800;
}

.mvp {
  font-size: 1.8em;
  word-break: keep-all;
}

.media-left, .media-right {
  width: 50px;
  text-align: center;
}

.media-left {
  margin-right: 15px;
}

.media-right {
  margin-left: 15px;
}

.media-left i, .media-right i {
  font-size: 2.2em;
  padding-top: 5px;
}

.imgcover {
  background: url("/theme/IDEN_TN1/img/bgcover1.jpg") no-repeat center;
  background-size: cover;
  background-attachment: fixed;
  padding: 120px 0px;
}

@media screen and (max-width: 767px) {
  .busin_flex {
    flex-wrap: wrap;
    border-radius: 0px;
    gap: 20px;
  }
  .busin_box {
    width: 48%;
    border-radius: 25px;
  }
  .busin_box h3 {
    text-shadow: 1px 1px 5px black;
  }
  .busin_box p {
    text-shadow: 1px 1px 3px black;
  }
}
@media screen and (max-width: 550px) {
  .imgcover {
    padding: 60px 0px;
  }
  .imgcover .col-md-6 {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .mvhead {
    font-size: 1.8em;
  }
  .mvp {
    font-size: 1.2em;
  }
  .busin_box {
    width: 100%;
    height: 210px;
  }
}
.product {
  padding: 120px 0;
}

.product_flex {
  display: flex;
}

.product_left, .product_right {
  width: 50%;
  padding: 0px 15px;
}

.product_title {
  font-family: "Bebas Neue", "Pretendard Variable", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 40px;
  color: #4f4f4f;
  padding-bottom: 30px;
  border-bottom: 2px solid #333;
}

.product_title_sub {
  margin: 30px auto;
  font-size: 24px;
  font-weight: 800;
}

.product_left p {
  position: relative;
  padding-left: 25px;
  font-size: 18px;
  margin-bottom: 10px;
}

.product_left p:after {
  position: absolute;
  left: 0;
  top: 0;
  content: "●";
}

.product_right img {
  display: block;
  width: 100%;
  border: 1px solid #ccc;
  box-sizing: border-box;
  margin-bottom: 20px;
}

.sk_partner {
  max-width: 1200px;
  margin: 0 auto;
}

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

.partnerflex {
  width: 95%;
  margin: 0 auto;
  border-radius: 25px;
  background: #000;
  background: #ededec;
  box-shadow: 0px 2px 6px 0px #1c1c1c;
  padding: 20px 15px;
  overflow: hidden;
}

.partnerflex .col-md-6 {
  padding: 0px 70px;
}

.partnerflex h3 {
  text-align: center;
  font-size: 28px;
  font-weight: 800;
  margin-bottom: 20px;
}

.partnerflex h3 span {
  font-size: 20px;
}

.partnerflex h4 {
  text-align: center;
  font-size: 22px;
  color: red;
  margin-bottom: 20px;
}

.partnerflex p {
  position: relative;
  padding-left: 25px;
  font-size: 18px;
  margin-bottom: 10px;
}

.partnerflex p:after {
  position: absolute;
  content: "\f00c";
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
  left: 0;
  top: 0;
}

.partnerflex .col-md-6:last-child p:after {
  position: absolute;
  content: "\e4be";
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
  left: 0;
  top: 0;
}

@media screen and (max-width: 767px) {
  .product {
    padding: 60px 10px;
  }
}
@media screen and (max-width: 550px) {
  .product_flex {
    flex-wrap: wrap;
  }
  .product_left, .product_right {
    width: 100%;
    padding: 15px 0px;
  }
  .product_title {
    font-size: 26px;
  }
  .product_title_sub {
    font-size: 18px;
  }
  .product_left p {
    font-size: 14px;
  }
  .partnerflex .col-md-6 {
    padding: 0px 10px;
    margin-bottom: 30px;
  }
  .partnerflex h3 {
    font-size: 22px;
  }
  .partnerflex h4 {
    font-size: 18px;
  }
  .partnerflex p {
    font-size: 14px;
    word-break: keep-all;
  }
}
.map_zone_outer {
  width: 100%;
  /* background-color: #f1f0f3; */
}

.map_zone {
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 10px;
  padding-bottom: 60px;
}

.map_zone_map {
  position: relative;
}

.map_title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 30px;
}

.get_map {
  width: 100%;
}

.map_marker {
  position: absolute;
  width: 30px;
  height: 30px;
  left: 50%;
  top: 0;
}

.map_zone_wrap {
  overflow: hidden;
}

.map_wrap .hide {
  width: 100%;
}

.map_wrap,
.map_info {
  width: 100%;
  float: left;
}

.map_info {
  box-sizing: border-box;
  /* padding-left: 50px; */
  display: flex;
  gap: 150px;
  margin-bottom: 25px;
}

.map_info b {
  font-size: clamp(1rem, 0.9611rem + 0.1639vw, 1.125rem);
}

.map_info p {
  font-size: clamp(1rem, 0.9611rem + 0.1639vw, 1.125rem);
}

@media screen and (max-width: 767px) {
  .map_wrap,
  .map_info {
    width: 100%;
  }
  .map_info {
    /* margin-top: 30px; */
    padding-left: 5px;
    gap: 25px;
  }
  .map_info p {
    font-size: 15px;
  }
}
@media screen and (max-width: 550px) {
  .map_info {
    flex-wrap: wrap;
  }
}
.video {
  position: relative;
  padding-top: 56.2757202%;
}

.video iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.index_service_flex {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.index_service_box {
  width: calc(25% - 15px);
  position: relative;
  overflow: hidden;
  transition: 0.3s ease;
}
.index_service_box img {
  display: block;
  width: 100%;
  transition: 0.3s ease;
}
.index_service_box .service_imgcover {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: 0.3s ease;
  z-index: 1;
  opacity: 0.6;
  background: #000;
}
.index_service_box:hover .service_imgcover {
  opacity: 0.2;
}
.index_service_box:hover img {
  transform: scale(1.2);
}
.index_service_box .index_service_text {
  position: absolute;
  left: 30px;
  bottom: 25px;
  z-index: 2;
}
.index_service_box .index_service_text span {
  display: inline-block;
  font-size: 0.8rem;
  font-weight: 300;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 10px;
  color: #fff;
}
.index_service_box .index_service_text h4 {
  font-size: 2rem;
  font-weight: 800;
  color: #fff;
}

.full {
  width: 100%;
}

.centerbg {
  background: url("/theme/IDEN_TN1/img/center_bg.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
}

.jobs_flex {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.jobs_box {
  width: calc(20% - 16px);
}
.jobs_box img {
  display: block;
  width: 100%;
  transition: 0.3s ease;
}
.jobs_box .jobs_img_box {
  display: block;
  width: 100%;
  margin-bottom: 25px;
  overflow: hidden;
}
.jobs_box h4 {
  text-align: center;
  font-size: 1.6rem;
  color: #fff;
  font-weight: 800;
  position: relative;
  padding: 10px 0;
  transition: 0.3s ease;
  z-index: 2;
}
.jobs_box h4::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0%;
  height: 100%;
  background: #002061;
  z-index: -1;
  transition: 0.3s ease;
}
.jobs_box:hover img {
  transform: scale(1.2);
}
.jobs_box:hover h4::after {
  width: 100%;
}

/* 메인 반응형 */
@media screen and (max-width: 767px) {
  .index_service_box {
    width: 100%;
  }
  .index_service_box .service_imgcover {
    opacity: 0.3;
  }
  .index_service_box .index_service_text h4 {
    font-size: 1.5rem;
  }
  .jobs_box {
    width: 100%;
  }
  .jobs_box .jobs_img_box {
    height: auto;
  }
  .jobs_box h4 {
    font-size: 1.5rem;
  }
  .jobs_box h4::after {
    width: 100%;
  }
  .jobs_flex {
    gap: 40px;
  }
}
.g_flex {
  display: flex;
  gap: 40px;
}
.g_flex .imgbox {
  width: 10%;
  padding-left: 10px;
}
.g_flex .imgbox img {
  display: block;
  width: 100%;
  box-shadow: 0 0 6px 3px rgba(181, 181, 181, 0.3411764706);
}
.g_flex .textbox {
  width: 85%;
  padding-left: 20px;
}
.g_flex .textbox p {
  word-break: keep-all;
  font-size: clamp(1rem, 0.9611rem + 0.1639vw, 1.125rem);
  position: relative;
}
.g_flex .textbox p b {
  color: #c00000;
}
.g_flex .textbox p span {
  padding-left: 15px;
}
.g_flex .textbox p strong {
  font-style: italic;
  color: #422a60;
}

@media screen and (max-width: 576px) {
  .g_flex {
    flex-direction: column;
  }
  .g_flex .imgbox {
    width: 100%;
    padding-left: 0;
  }
  .g_flex .imgbox img {
    width: 40%;
    margin: 0 auto;
  }
  .g_flex .textbox {
    width: 100%;
    padding-left: 0;
    /* & p {
        font-size:0.9rem;
    } */
  }
}
.org {
  width: 100%;
  margin-top: 60px;
}
.org img {
  display: block;
  width: 100%;
}

.org_text {
  text-align: center;
  margin-top: 45px;
  font-weight: 700;
  font-size: clamp(1rem, 0.8443rem + 0.6557vw, 1.5rem);
  color: #422a60;
  word-break: keep-all;
}

.title_work {
  text-align: center;
  margin-bottom: 45px;
  /* 24~32 */
  font-size: clamp(1.5rem, 1.3443rem + 0.6557vw, 2rem);
  font-weight: 700;
}

.desc_work {
  text-align: center;
  font-size: clamp(1rem, 0.9611rem + 0.1639vw, 1.125rem);
  margin-bottom: 60px;
}
.desc_work b {
  color: #b42025;
}

.work_flex {
  display: flex;
  gap: 20px;
  margin-bottom: 120px;
}

.work_item {
  width: 33.3333%;
}
.work_item img {
  display: block;
  width: 100%;
}
.work_item h5 {
  /* 20~32 */
  /* 20~22 */
  /* font-size: clamp(1.25rem, 1.0164rem + 0.9836vw, 2rem); */
  font-size: clamp(1.25rem, 1.2111rem + 0.1639vw, 1.375rem);
  font-weight: 700;
  color: #422a60;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 20px;
}
.work_item p {
  font-size: clamp(1rem, 0.9611rem + 0.1639vw, 1.125rem);
  position: relative;
  padding-left: 20px;
  word-break: keep-all;
}
.work_item p::after {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
}

.consult_flex {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  margin-bottom: 120px;
}

.consult_item {
  width: calc(50% - 20px);
  overflow: hidden;
  border: 1px solid #ccc;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}
.consult_item h5 {
  /* font-size: clamp(1.25rem, 1.0164rem + 0.9836vw, 2rem); */
  font-size: clamp(1.25rem, 1.2111rem + 0.1639vw, 1.375rem);
  font-weight: 700;
  color: #fff;
  text-align: center;
  width: 100%;
  background: #806000;
  padding: 10px 0;
}
.consult_item .consult_text {
  width: 100%;
  padding: 30px 25px;
}
.consult_item p {
  font-size: clamp(1rem, 0.9611rem + 0.1639vw, 1.125rem);
  position: relative;
  /* padding-left: 20px; */
  word-break: keep-all;
}

.claim_area {
  max-width: 800px;
  margin: 0 auto;
  margin-bottom: 120px;
}

.claim_flex {
  display: flex;
  padding: 30px 0;
  border-bottom: 1px solid #ccc;
  align-items: center;
  gap: 60px;
}
.claim_flex img {
  display: block;
  max-width: 128px;
}
.claim_flex:last-child {
  border-bottom: 0;
}
.claim_flex h5 {
  font-size: clamp(1.125rem, 1.0784rem + 0.1961vw, 1.25rem);
  font-weight: 700;
  text-align: center;
  min-width: 150px;
  word-break: keep-all;
  width: 150px;
}
.claim_flex p {
  font-size: clamp(1rem, 0.9611rem + 0.1639vw, 1.125rem);
  position: relative;
  padding-left: 20px;
  word-break: keep-all;
}
.claim_flex p::after {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
}

@media screen and (max-width: 767px) {
  .desc_work {
    text-align: left;
  }
  .work_flex {
    margin-bottom: 80px;
    flex-direction: column;
  }
  .work_item {
    width: 100%;
  }
  .consult_flex {
    margin-bottom: 80px;
  }
  .consult_item {
    width: 100%;
  }
  .claim_area {
    margin-bottom: 0;
  }
  .claim_flex {
    gap: 0;
    flex-direction: column;
  }
  .claim_flex h5 {
    margin: 20px 0 30px 0;
    min-width: unset;
    width: 100%;
  }
}
.bus_info {
  margin-top: 30px;
  font-size: clamp(1rem, 0.9611rem + 0.1639vw, 1.125rem);
}
.bus_info b {
  font-size: clamp(1rem, 0.9611rem + 0.1639vw, 1.125rem);
}

.span_info {
  display: inline-block;
  padding: 2px 13px;
  border-radius: 7px;
  margin-right: 5px;
  color: #fff;
}
.span_info.subway {
  background: #47af1b;
}
.span_info.gansun {
  background: #6d5ee5;
}
.span_info.jisun {
  background: #47af1b;
}

@media screen and (max-width: 576px) {
  .span_info {
    margin-bottom: 8px;
  }
}
.title_service {
  /* 24~38 */
  font-size: clamp(1.5rem, 1.2275rem + 1.1475vw, 2.375rem);
  font-weight: 800;
  margin: 60px 0 45px 0;
  text-align: center;
}

.desc_service {
  text-align: center;
  font-size: clamp(1rem, 0.9611rem + 0.1639vw, 1.125rem);
  margin-bottom: 60px;
  word-break: keep-all;
}
.desc_service b {
  color: #b42025;
}

.service_flex {
  display: flex;
  flex-wrap: wrap;
}
.service_flex .leftbox {
  width: 50%;
}
.service_flex .leftbox img {
  display: block;
  width: 100%;
}
.service_flex .rightbox {
  width: 50%;
  background: #f7f7f7;
}
.service_flex .rightbox .right_box {
  background: #fff;
  padding: 0px 35px;
  width: 100%;
  height: 100%;
}
.service_flex .rightbox h5 {
  /* 20~32 */
  /* 20~22 */
  /* font-size: clamp(1.25rem, 1.0164rem + 0.9836vw, 2rem); */
  font-size: clamp(1.25rem, 1.2111rem + 0.1639vw, 1.375rem);
  font-weight: 700;
  margin-bottom: 50px;
  position: relative;
  padding-left: 30px;
}
.service_flex .rightbox h5::before {
  content: "\f688";
  font-family: "Font Awesome 6 Free";
  font-weight: 700;
  color: #422a60;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.service_flex .rightbox h5::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -25px;
  transform: translate(0, 50%);
  width: 100%;
  height: 2px;
  background: #ccc;
}
.service_flex .rightbox p {
  font-size: clamp(1rem, 0.9611rem + 0.1639vw, 1.125rem);
  position: relative;
  padding-left: 20px;
  word-break: keep-all;
  line-height: 35px;
}
.service_flex .rightbox p::after {
  content: "▶";
  position: absolute;
  left: 0;
  top: 0;
  color: #422a60;
}

@media screen and (max-width: 767px) {
  .service_flex .leftbox {
    width: 100%;
  }
  .service_flex .rightbox {
    width: 100%;
    padding: 15px;
  }
  .service_flex .rightbox .right_box {
    padding: 15px 15px;
  }
}/*# sourceMappingURL=custom.css.map */