@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: 60px 0;
  overflow: hidden;
}

.dark_full {
  background: #111;
}

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

.white {
  color: #fff;
}

.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 b {
  color:#005fe3;
}

.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: #fcfcfc;
  color: #111;
  transition: 0.3s ease;
  padding: 5px 10px;
  font-size: 1.6em;
  text-align: center;
  margin-top: 20px;
  border: 2px solid #fcfcfc;
  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-left: 10px;
    padding-right: 10px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .marketing {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@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) {
  .commonsec .sec_title {
    /* font-size: 2em; */
    font-size: 26px;
  }

  .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: 100%;
  /* text-align: center; */
  left: 0;
  top: 40%;
  transform: translate(0, -50%);
  padding:0 10vw;
}

.text_area h2 {
  font-size: 36px;
  font-weight: 800;
  color: #fff;
}
.text_area h3 {
    font-size: 120px;
    font-weight: 900;
    font-style: italic;
    color: #ffc405;


}

.text_area p {
  /* font-size: 32px; */
  font-size: 27px;
  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 h2 {
  font-size: 2.1rem;
  text-align: center;
  color: #fcfcfc;
  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; */
    font-size: 26px;
    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;
  }

  .busin_box2:hover {
    width: 70%;
  }

  .busin_box2:hover::after {
    opacity: 0;
  }
}

@media screen and (hover: none) {
  .busin_box::after {
    opacity: 0;
  }

  .busin_box2::after {
    opacity: 0;
  }
}

.busin_box h3 {
  color: #fff;
  position: relative;
  z-index: 3;
  font-size: 36px;
  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: 36px;
  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.webp") no-repeat center;
}

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

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

.busin_box.busin4 {
  background: url("/theme/IDEN_TN1/img/busin4.webp") 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: 30px 0px;
}


.table_area {
  width: 100%;
}

.table_sub {
  width: 100%;
  border: 1px solid #939FC8;
}

.table_sub th {
  padding: 12px 0;
  color: #fff;
  background-color: #939FC8;
  border-right: 1px solid #F0F1F3;
  vertical-align: middle;
  font-size: 18px;
  text-align: center;
}

.table_sub tbody tr:nth-child(1n) {
  background: rgb(226, 232, 250);
}

.table_sub tbody tr:nth-child(2n) {
  background: rgb(245 247 253);
}

.table_sub td {
  border-right: 1px solid #939FC8;
  border-bottom: 1px solid #939FC8;
  padding: 15px 10px;
  /* text-align: center; */
  vertical-align: middle;
  font-size: 18px;
}

@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;
  }

  .table_sub th {
    font-size: 12px;
  }

  .table_sub td {
    padding: 15px 2px;
    font-size: 10px;
  }
}


.table_sub td.bg_grey {
  background: #cac8d9;
}

.table_sub td.bg_light {
  background: rgb(253, 253, 255);
}

.product {
  padding: 120px 0;
}

.product_flex {
  display: flex;
}

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

.product_title {
  font-family: "Bebas Neue", "SUITE 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;
  }
}

.sec_top {
  width: 100%;
  /* height: 100vh; */
  height: 50vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url("/theme/IDEN_TN1/img/bg_s01.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.sec_top_in {
  max-width: 1200px;
  margin: 0 auto;
  color: #fff;
  text-align: center;
}

.sec_top_in h1 {
  color: #e36414;
  font-size: 6rem;
  font-weight: 500;
}

.sec_top_in h2 {
  font-size: 6.5rem;
  font-weight: 800;
}

.sec_top_in h3 {
  /* font-size: 5rem; */
  font-size: 2.5rem;
  font-weight: 700;
}

.detail_text {
  font-size: 20px;

}

.detail_title {
  font-size: 28px;
  font-weight: 600;
  margin: 20px 0;
  position: relative;
  padding-left: 15px;

  &::before {
      content: '';
      width: 5px;
      height: 30px;
      border-radius: 15px;
      background: #e46018;
      position: absolute;
      left: 0;
      top: 0;
  }

}

@media screen and (max-width:767px) {
  .detail_text {
      /* font-size: 14px; */
      font-size: 12px;
      word-break: keep-all;
  }

  .detail_title {
      font-size: 18px;
  }
}


@media screen and (max-width: 767px) {
  .sec_top_in {
    padding: 0 20px;
  }

  .sec_top_in h1 {
    font-size: 3rem;
  }

  .sec_top_in h2 {
    font-size: 3.5rem;
  }

  .sec_top_in h3 {
    font-size: 3rem;
  }

  .detail_title2 {
    text-align: center;
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 2rem;
  }

  .darkgrey {
    padding: 6rem 1.2rem;
  }

  .detail_txt2 {
    margin-top: 1rem;
  }
}

@media screen and (max-width: 550px) {

  .sec_top {
    height: 30vh;
  }
  .sec_top_in h1 {
    font-size: 2rem;
  }

  .sec_top_in h2 {
    font-size: 2.5rem;
  }

  .sec_top_in h3 {
    font-size: 2rem;
  }

  .detail_title2 {
    font-size: 1.1rem;
    word-break: keep-all;
  }

  .detail_txt2 {
    margin-top: 0.9rem;
  }

  .detail_txt {
    font-size: 1rem;
  }
}

.form_base {
  margin: 60px auto;
}

.policy_box {
  margin: 0px auto 30px auto;
  overflow-y: scroll;
  height: 300px;
}

.policy_title {
  margin: 60px 0 5px 0;
  font-size: 1rem;
}

.form-label {
  font-size: 1rem;
}

.car_subtitle {
  text-align: center;
  margin-top: 45px;
  margin-bottom: 10px;
  font-size: 3rem;
  font-weight: 600;
}

.car_desc {
  text-align: center;
  font-size: 1.5rem;
  margin-bottom: 45px;
}

.exportflex {
  gap: 60px;
  justify-content: center;
}

.exportflex .round {
  width: calc(20% - 48px);
  padding: 15px 19px 0px 19px;
  border-radius: 25px;
  background: rgba(255, 255, 255, 0.3);
  position: relative;
}

.exportflex .round::after {
  position: absolute;
  right: -15%;
  top: 50%;
  transform: translate(50%, -50%);
  content: "\f061";
  font-family: "Font Awesome 6 Free";
  font-weight: 700;
  font-size: 2rem;
  color: #fff;
}

.exportflex .round:last-child::after {
  content: "";
}

.exportflex img {
  display: block;
  width: 100%;
  border-radius: 25px;
}

.exportflex p {
  margin: 30px 0 30px 0;
  font-size: 1.2rem;
  font-weight: 600;
  text-align: center;
}

.btnflex {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
}

.btnflex a {
  display: inline-block;
  text-align: center;
  background: #fff;
  border-radius: 50px;
  padding: 10px 100px;
  border: 2px solid #000;
  color: #000;
  transition: 0.3s ease;
  font-size: 2rem;
  font-weight: 800;
}

.btnflex a:hover {
  color: #fff;
  background: #000;
}

@media screen and (max-width: 576px) {
  .car_subtitle {
    font-size: 2rem;
  }

  .car_desc {
    font-size: 1rem;
  }

  .exportflex .round {
    width: 100%;
  }

  .exportflex .round::after {
    right: 50%;
    top: unset;
    bottom: -20%;
    transform: translate(50%, -50%) rotate(90deg);
  }

  .exportflex p {
    margin: 15px 0;
  }

  .btnflex a {
    font-size: 1.5rem;
  }
}

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