/* ABOUT INSUREUM */
.About {
  font-size: 2rem;
  font-weight: 700 !important;
}

.About,
.About + p.lead {
  color: #1c69af !important;
  text-align: left !important;
}

.content1-button {
  background: none;
  border: 1px solid #1c69af;
  color: #1c69af;
  width: 250px;
  height: 40px;
  margin: 6px 0;
}

a:link {
  color: none;
}

.kakao,
.telegram {
  width: 25px;
}

/* END ABOUT INSUREUM */

/* WITH INSUREUM */
/* END WITH INSUREUM */

/* PRESS */
/* END PRESS */

/* asis */
.asis {
  color: #ffffff;
}
.asis .owl-item img {
  width: inherit;
}
.owl-carousel .owl-item img {
  width: inherit;
  display: inherit;
  margin: 0 auto;
}

.asis-dia {
  /* left: -50px; */
  background: url(../img/diabox.svg);
  /* position: relative; */
  width: 170px !important;
  height: 170px !important;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position-x: 50%;
  background-position-y: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.isr-icon {
  width: 70px;
  height: 70px;
  align-items: center;
  justify-content: center;
}
.asis-dia1 {
  background: url(../img/user/1_ic_better-insurance.svg), url(../img/diabox.svg);
  width: 170px;
  height: 170px;
  background-size: 40%, 100%;
  background-repeat: no-repeat;
  background-position-x: 50%;
  background-position-y: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: scale(1);
  -webkit-transition-property: transform;
  /* Safari */
  -webkit-transition-duration: 0.5s;
  /* Safari */
  transition-property: transform;
  transition-duration: 0.5s;
}

.asis-dia2 {
  background: url(../img/user/3_ic_totalsecurity.svg), url(../img/diabox.svg);
  width: 170px;
  height: 170px;
  background-size: 40%, 100%;
  background-repeat: no-repeat;
  background-position-x: 50%;
  background-position-y: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: scale(1);
  -webkit-transition-property: transform;
  /* Safari */
  -webkit-transition-duration: 0.5s;
  /* Safari */
  transition-property: transform;
  transition-duration: 0.5s;
}

.asis-dia3 {
  background: url(../img/user/1_ic_better-insurance.svg), url(../img/diabox.svg);
  width: 170px;
  height: 170px;
  background-size: 40%, 100%;
  background-repeat: no-repeat;
  background-position-x: 50%;
  background-position-y: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: scale(1);
  -webkit-transition-property: transform;
  /* Safari */
  -webkit-transition-duration: 0.5s;
  /* Safari */
  transition-property: transform;
  transition-duration: 0.5s;
}

.asis-dia4 {
  background: url(../img/user/2_ic_get-value.svg), url(../img/diabox.svg);
  width: 170px;
  height: 170px;
  background-size: 40%, 100%;
  background-repeat: no-repeat;
  background-position-x: 50%;
  background-position-y: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: scale(1);
  -webkit-transition-property: transform;
  /* Safari */
  -webkit-transition-duration: 0.5s;
  /* Safari */
  transition-property: transform;
  transition-duration: 0.5s;
}

.asis-dia5 {
  background: url(../img/user/3_ic_totalsecurity.svg), url(../img/diabox.svg);
  width: 170px;
  height: 170px;
  background-size: 40%, 100%;
  background-repeat: no-repeat;
  background-position-x: 50%;
  background-position-y: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: scale(1);
  -webkit-transition-property: transform;
  /* Safari */
  -webkit-transition-duration: 0.5s;
  /* Safari */
  transition-property: transform;
  transition-duration: 0.5s;
}
.asis-empty-text {
  display: none;
}
.asis-arrow {
  position: relative;
  left: 20px;
}

.p-up {
  font-size: 1rem !important;
  height: 7rem;
}

[animation='fade-animation'] {
  animation: fade-animation-0 4s infinite;
  opacity: 0.5;
}
[animation='fade-animation'][delay='0'] {
  animation-name: fade-animation-0;
}
[animation='fade-animation'][delay='1'] {
  animation-name: fade-animation-1;
}
[animation='fade-animation'][delay='2'] {
  animation-name: fade-animation-2;
}
[animation='fade-animation'][delay='3'] {
  animation-name: fade-animation-3;
}
@keyframes fade-animation-0 {
  0% {
    opacity: 0.5;
  }
  20% {
    opacity: 1;
  }
  70% {
    opacity: 1;
  }
}
@keyframes fade-animation-1 {
  5% {
    opacity: 0.5;
  }
  25% {
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
}
@keyframes fade-animation-2 {
  10% {
    opacity: 0.5;
  }
  30% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
}
@keyframes fade-animation-3 {
  15% {
    opacity: 0.5;
  }
  35% {
    opacity: 1;
  }
  85% {
    opacity: 1;
  }
}

.ani-opacity-weak {
  animation: opacity-animation-w 3600ms ease-in-out alternate infinite;
}
@keyframes opacity-animation-w {
  0% {
    opacity: 0.5;
  }
  50% {
    opacity: 1;
  }
}

.ani-opacity-high {
  animation: opacity-animation-h 3600ms ease-in-out alternate infinite;
}
@keyframes opacity-animation-h {
  0% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}

.high {
  transform: scale(1);
}
.high:hover {
  cursor: pointer;
  transform: scale(1.05);
}

.ani-arrow {
  animation: opacity-animation 600ms ease-in-out alternate infinite;
}
@keyframes opacity-animation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@media (max-width: 992px) {
  .asis-arrow {
    position: relative;
    left: 20px;
  }
}
@media (max-width: 767px) {
  .asis-dia {
    width: 140px !important;
    height: 140px !important;
  }
  .asis-dia img {
    width: 60px !important;
    height: 60px !important;
  }
}
@media (max-width: 450px) {
  .asis-dia {
    width: 100px !important;
    height: 100px !important;
  }
  .asis-dia img {
    width: 40px !important;
    height: 40px !important;
  }
  .asis-arrow {
    position: relative;
    left: 20px;
  }
}
@media (max-width: 334px) {
  .asis-dia {
    width: 80px !important;
    height: 80px !important;
  }
  .asis-dia img {
    width: 40px !important;
    height: 40px !important;
  }
  .index-main-benefits-text {
    height: 60px;
  }
  .asis-arrow {
    position: relative;
    left: 10px;
  }
}
.asis-icon div {
  width: 100% !important;
  height: 90px !important;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.asis-icon img {
  width: 150px !important;
  height: 90px !important;
}
.asis-circle img {
  width: 90px !important;
  height: 90px !important;
}

.asis .owl-stage-outer {
  margin-bottom: 20px;
}
.asis-number {
  position: relative;
  top: -2px;
}
/* END asis */

/* HOW IT WORKS */
/* work.css Using */
/* END HOW IT WORKS */

/* USE CASES */
/* indexusecaes.css Using */
/* END USE CASES */

/* TEAM */

#person,
#person2 {
  *zoom: 1;
}

#person h4 {
  font-size: 3em;
  padding-bottom: 100px;
  color: #ffffff;
  text-align: center;
}

.person-boxline {
  padding-left: 10px;
  padding-right: 10px;
}

#person .person-boxline .person-inbox,
#person .person-boxline .person-inbox2 {
  width: 220px;
  height: 498px;
}

#person .person-boxline .person-inbox p {
  text-align: left;
  color: #ffffff;
}

#person .person-boxline .person-name {
  font-weight: bold;
  margin: 15px 0;
  font-size: 1.4em;
}

#person .person-boxline .person-img img {
  width: 100%;
}

#person .person-boxline .person-img:hover {
  cursor: pointer;
}

#person .person-boxline .circle-resume {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #1c69af;
  float: left;
  margin: 20px 3px 0 0;
}

#person ul li {
  height: 510px;
  margin: 10px;
}

/* END TEAM */

/* ADVISOR */
/* TEAM CSS Using */
/* END ADVISOR */

/* FOLLOW INSUREUM */

/* END FOLLOW INSUREUM */

.youtube {
  margin-top: 1%;
}
#header .nav-bar {
  height: 100px;
}

#header .nav-bar .nav-logo {
  float: left;
}

#header .nav-bar .list-item {
  float: left;
  padding: 1.5em 0.2em;
}

#header .nav-bar .list-item a {
  color: #ffffff;
}

#header .nav-bar .list-icon-item {
  float: left;
}

#header .nav-bar .list-ul {
  float: left;
}

#header .nav-bar .list-item:first-child {
  padding-left: 3em;
}

#header .nav-bar .list-icon {
  float: right;
}

#header .nav-bar .list-icon .list-icon-item {
  padding: 1.5em 0.2em;
}

.inner-brand img {
  width: 100%;
}

@media (min-width: 768px) {
  .inner-brand img {
    display: block;
    width: 100%;
  }
}

.nav-lang {
  padding-top: 22px;
  padding-left: 10px;
}

.nav-lang select:hover {
  cursor: pointer;
}

.nav-lang select {
  background: none;
  border: none;
  color: #ffffff;
  background-color: #1c69af;
  border-left: 1px solid #ffffff;
  padding: 3px 1px 3px 5px;
}

.lang {
}

#content2,
#supporters,
.nav-bar {
  background-color: #1c69af;
}

.supporters-box-line .row .col-md-4 {
  padding: 5px 5px 0;
  margin: 0;
}

#content1 {
  height: 1350px;
  background-color: white;
}

#content1 .content1-text {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 500px;
  text-align: left;
}

#content1 .content1-text h2 {
  font-size: 2.5em;
}

#content2 {
  height: 637px;
}

#content2 h2 {
  color: #ffffff;
}

#content2 .content2-viedobox {
  display: block;
}

#content2 .paginate {
  clear: both;
}

#content3 {
  height: 1427px;
  background-color: white;
}

#content3-box {
  width: 1200px;
  height: 1100px;
}

.content3-box img {
  width: 100%;
  height: 1100px;
  padding-top: 113px;
}

#supporters .supporters-img img {
  margin: 0 auto;
}

#supporters h3 {
  color: #ffffff;
  font-size: 2, 5em;
  padding: 30px 0;
  font-weight: bold;
}

#supporters .supporters-box {
  background-color: #ffffff;
  border: 1px solid black;
}

#supporters .supporters-box .supporters-inner-box {
  margin: 0 auto;
}

#supporters .supporters-box .supporters-inner-box h3 {
  font-size: 2em;
  padding-top: 50px;
}

.supporters-box-line {
  margin: 0 auto;
}

.supporters-inner-box h3 {
  color: #fff;
  font-size: 2.5em;
}

.supporters-inner-box h4 p:last-child {
  margin-bottom: 10px;
  font-size: 1em;
  color: #fff;
}

.supporters-inner-box h4 p:first-child {
  margin-top: 90px;
  color: #fff;
}

.supporters-box-line ul {
  overflow: hidden;
  width: 100%;
}

.supporters-box-line ul li {
  position: relative;
}

#product {
  background-color: #f3f3f3;
  padding-bottom: 80px;
  position: relative;
}

#product .row h2 {
  color: #1c69af;
  font-weight: bold;
  padding-top: 100px;
  margin: 0 auto;
}

.banner-left {
  width: inherit;
  margin: 0 auto;
}

.banner-right {
  margin: 0 auto;
}

.view {
  text-align: center;
  border: 1px solid #1c69af;
  width: 200px;
  margin: 0 auto;
  padding: 10px;
  font-size: 1.3em;
}

.licensed {
  font-size: 1em;
  color: #eb9741;
  border-bottom: 5px solid #eb9741;
  width: 65%;
  margin: 0 auto;
  text-align: left;
}

.box-line-text .product-explain {
  text-align: center;
  width: 80%;
  height: 45px;
  overflow: hidden;
  margin: 0 auto;
}

.box-line-text {
  text-align: center;
}

#content7 {
  height: 847px;
}

#content7 .content7-news-box {
  height: 500px;
  width: 100%;
  background-color: yellow;
  margin: 50px 0;
}

.news h2 {
  color: #1c69af;
  text-align: center;
  font-weight: bold;
  padding: 0 0 50px;
  margin: 0 auto;
  text-align: center;
}

#content7 h2 {
  font-size: 3em;
}

#content7 .paginate {
  margin: 30px 0;
}

.carousel-control-next-icon {
  color: #000;
  background-color: #000;
}

.carousel-control-prev-icon {
  background-color: #000;
}

#footer .footer-right .searchBox img {
  position: absolute;
  left: 20px;
  top: 3px;
  width: 25px;
  border-radius: 50%;
}

.t-icon a img {
  width: 25px;
  height: 25px;
}
.header.header-small {
  background-color: #1c69af;
  border: 0;
  color: #fff;
}

.flex {
  display: flex;
}

.flex-right {
  justify-content: right;
}

.height600 {
  height: 600px;
}

.height700 {
  height: 700px;
}

.height800 {
  height: 800px;
}

.height900 {
  height: 900px;
}

.bg-img {
  background-image: url('../img/bg-005.jpg');
  background-position: cover;
}

.asis-slider p img {
  width: 100%;
}

.asis-slider {
  position: relative;
}

.asis-slider .asis-btn img {
  width: 4em;
}

.asis-slider .asis-btn {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -28px;
  margin-right: 10px;
}

.asis-slider .asis-btn:hover {
  cursor: pointer;
  margin-right: 7px;
}

.press {
  position: relative;
}

.press-btn {
  position: absolute;
}

#press-btn1 {
  left: -10%;
  top: 50%;
  margin-top: -20px;
  -webkit-transition: left 0.3s;
  /* Safari */
  transition: left 0.3s;
}

#press-btn2 {
  right: -10%;
  top: 50%;
  margin-top: -20px;
  -webkit-transition: right 0.3s;
  /* Safari */
  transition: right 0.3s;
}

.press-btn:hover {
  cursor: pointer;
}

#press-btn1:hover {
  left: -10.5%;
}

#press-btn2:hover {
  right: -10.5%;
}

.press-outer {
  width: inherit;
  background-color: #ffffff;
  position: relative;
}

.press-inn {
  width: 960px;
  overflow: hidden;
  justify-content: center;
  display: flex;
}

.press-inn .press-article {
  position: relative;
  flex-direction: row;
  margin: 0 5px;
  flex: 0 0 170px;
  height: 260px;
  border: 1px solid gray;
  background-color: #ffffff;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 11;
  /* Line Count */
  -webkit-box-orient: vertical;
  line-height: 1.2em;
  padding: 0 10px;
  text-align: left;
}

.press-inn .press-article img {
  height: 75px;
}

.press-inn .press-article a {
  color: #000;
}

.secondPost {
  display: none;
}

.follow h2 {
  font-weight: bold;
  color: #1c69af;
  padding: 0 0 80px;
}

.follow-btn {
  position: absolute;
}

#follow-btn1 {
  left: -10%;
  top: 50%;
  margin-top: -20px;
  -webkit-transition: left 0.3s;
  /* Safari */
  transition: left 0.3s;
}

#follow-btn2 {
  right: -10%;
  top: 50%;
  margin-top: -20px;
  -webkit-transition: right 0.3s;
  /* Safari */
  transition: right 0.3s;
}

.follow-btn:hover {
  cursor: pointer;
}

#follow-btn1:hover {
  left: -10.5%;
}

#follow-btn2:hover {
  right: -10.5%;
}

.swiper-container {
  width: 960px;
  height: 300px;
}

section {
  position: relative;
}

section .particles-js {
  top: 0px;
}

#my_popup {
  max-width: 90%;
  opacity: 0;
  visibility: hidden;
  display: inline-block;
  outline: none;
  transition: all 0.3s;
  position: relative;
  vertical-align: middle;
  background-color: #1c69af;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

#youtube_popup {
  max-width: 90%;
  opacity: 0;
  display: none;
  visibility: hidden;
  outline: none;
  transition: all 0.3s;
  position: relative;
  vertical-align: middle;
  background-color: #ffffff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

iframe {
  width: 820px !important;
  height: 440px !important;
}

#youtube_popup .popup-body {
  max-width: 820px;
  min-height: 460px;
  margin: 40px 20px 0 20px;
}

.popup-title div {
  width: 30px;
  height: 30px;
  color: #1c69af;
  background-color: #ffffff;
  font-size: 18pt;
  cursor: pointer;
  float: right;
}

.popup-body {
  max-width: 820px;
  min-height: 420px;
  margin: 40px 20px;
}

.popup-body img {
  width: 100%;
  height: auto;
  max-width: 350px;
  max-height: 420px;
  margin: 0 auto;
}

.popup-body-image {
  height: 420px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.popup-body-text {
  height: 420px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.popup-innerBox {
  width: 320px;
  vertical-align: center;
  color: #ffffff;
}

@media (max-width: 768px) {
  .module-cover,
  .module-cover.fullscreen {
    padding-top: 0px !important;
  }
  .popup-innerBox {
    width: auto;
  }
}
.about-insureum {
  padding-top: 254px;
  padding-right: 0;
  width: 270px;
  font-style: normal;
}

.about-button {
  width: 250px;
  align-items: center;
  margin: 0 auto;
}

.popup-innerBox ul li {
  padding: 20px 0;
}

.popup-innerBox ul li span {
  display: block;
}

.v-middle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.owl-carousel.under-bar .owl-dots .owl-dot > span {
  border-radius: 0;
  background: #1c69af;
  display: block;
  height: 3px;
  width: 30px;
}

.owl-carousel.under-bar .owl-dots .owl-dot.active > span {
  background: #eb9741;
}

.owl-carousel.under-bar .owl-dots .owl-dot {
  position: relative;
  border: 0;
  border-radius: 0;
  background: #eb9741;
  display: inline-block;
  padding: 0;
  margin: 0 4px;
  height: 3px;
  width: 30px;
  transition: all 0.3s ease-in-out;
}

.button-detail {
  margin-left: 0;
  margin-right: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.button-icon {
  display: flex;
  align-items: center;
  padding-right: 12px;
  padding-left: 12px;
}

.button-text {
  height: 20px;
  margin-top: 2.5px;
  margin-bottom: 2.5px;
  padding: 0;
  padding-left: 10px;
  line-height: 1.5;
  text-align: left;
  border-left: 1px solid #1c69af;
  vertical-align: center;
}

.about-insureum p {
  text-align: center;
  max-width: 320px;
}

.about-insureum h2 {
  max-width: 320px;
}

.wrapper {
  padding-top: 74px;
}

.main-video {
  background-clip: './assets/video/full_loop.mp4';
}

.bg-sky {
  background-color: #e6f4ff;
  padding-bottom: 73px;
  height: auto;
}

.main-logo {
  padding-left: 10px;
  width: 150px;
  height: 100%;
  display: inline-block;
}

.main-logo .inner-brand {
  width: 200px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.extra-nav {
  padding: 0;
  width: 70px;
  height: 100%;
}

.extra-nav ul li {
  border: 0;
}

.extra-nav > ul > li:first-child {
  border-left: 0;
}

.ti-menu {
  font-size: 18pt;
  color: rgb(255, 255, 255);
}

.nav-wrap {
  display: block;
}

.contents-wrap {
  height: 100%;
}

.contents-wrap-1080 {
  width: 1080px;
  height: 100%;
  padding: 0 45px;
}

.contents-wrap-1200 {
  width: 1200px;
  height: 100%;
}

@media (min-width: 576px) {
}

@media (min-width: 768px) {
  .bg-sky {
    height: 540px;
  }

  .popup-body img {
    width: 80%;
    height: 80%;
  }

  .About,
  .About + p.lead {
    text-align: left;
  }

  .about-insureum {
    padding-top: 24px;
    padding-right: 40px;
    width: 320px;
  }

  .about-button {
    margin: 0;
    align-items: left;
  }

  .section960 {
    padding: 0 !important;
    height: 60vw !important;
    max-height: 540px !important;
  }
}

@media (min-width: 992px) {
  #my_popup {
    max-width: 100%;
  }

  .popup-body {
    width: 820px;
  }

  .about-insureum {
    padding-top: 24px;
  }

  .about-insureum p {
    text-align: left;
  }

  .popup-body-text {
    height: 420px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .popup-body img {
    width: 100%;
    height: auto;
  }

  .contents-wrap {
    width: 960px;
    height: 100%;
    margin: 0 auto;
  }

  .nav-wrap {
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 960px;
  }

  .container-fluid {
    justify-content: center !important;
  }

  .extra-nav {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .popup-body {
    width: 820px;
  }

  .nav-wrap {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 960px;
  }

  .container-fluid {
    justify-content: center !important;
  }

  .extra-nav {
    display: none !important;
  }

  .about-insureum h2 {
    width: 350px;
  }

  .about-insureum p {
    width: 350px;
  }
}

.flex-center {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.main-video {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: corver;
  width: 100%;
  z-index: -1;
}
#videoWrap {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
#myVideo {
  min-width: 320px;
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  #myVideo {
    max-width: 500px;
    margin: auto;
    position: relative;
    top: -100px;
  }
}

.section960 {
  padding: 0 !important;
  height: 600px !important;
}

.relative {
  position: relative;
}

.review-card-content-press p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  /* Line Count  */
  -webkit-line-clamp: 9;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  line-height: 1.6em;
  height: 11em;
}
