@charset "utf-8";
/* CSS Document */

/*****************************************************
	Main
*****************************************************/
/* common
 *---------------------------------------------- */
.sec-box {
  margin-bottom: 30px;
}
.sec {
  position: relative;
}
.sec .sec-title {
  min-height: 36px;
  padding-top: 4px;
  font-family: "s-core-dream-heavy";
  color: #4a4a4a;
  font-size: 24px;
  font-weight: normal;
}
.sec .sec-title strong {
  color: rgb(var(--point-color-01));
}
.sec .sec-title.title-s {
}
.sec-box.section04,
.sec-box.section05,
.sec-box.section06 {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .sec .sec-title {
    font-size: 28px;
  }
  .sec .sec-title.title-s {
    font-size: 24px;
  }
}
@media (min-width: 1200px) {
  .sec-box {
    margin-bottom: 60px;
  }
  .sec .sec-title {
    margin-bottom: 32px;
    font-size: 38px;
  }
}

/* main-visual
 *---------------------------------------------- */

.mv-scroll {
  display: none;
}

#main-visual {
  position: relative;
}
.mv-carousel-box {
  position: relative;
  width: 100%;
}
.mv-carousel {
  z-index: auto;
}
.mv-carousel .item {
  position: relative;
  width: 100%;
  height: 180px;
  overflow: hidden;
  background: #eaeaea;
}
.mv-carousel .item .item-img {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100%;
}
.mv-carousel .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mv-carousel .item .item-video {
  display: flex;
  justify-content: center;
  height: 100%;
}
.mv-carousel .item .video-btn {
  position: absolute;
  bottom: 15px;
  left: 15px;
}
.mv-carousel .item .video-btn button {
  width: 41px;
  height: 41px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.66);
  position: relative;
}
.mv-carousel .item .video-btn button span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #111;
}
.mv-carousel .item .item-video .title_visual {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0;
  z-index: 20;
}
.mv-carousel .item .item-video .poster_video {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  z-index: 1;
  background: url(/site/resource/ansan/www/images/main-visual01.jpg) no-repeat top center;
  background-size: cover;
}
.mv-carousel .item .item-video .poster_video.num2 {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  z-index: 1;
  background: url(/site/resource/ansan/www/images/main-visual09.jpg) no-repeat top center;
  background-size: cover;
}
.mv-carousel .video-wrapper {
  width: 100%;
  height: 100%;
}
.mv-carousel .yt-player {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
}
.mv-carousel .owl-dots-wrapper {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  transition: 0.3s;
  width: 100%;
}
.mv-carousel .owl-dots-wrapper.bottom {
  bottom: 30px;
}
#main-visual .crousel-text-box {
  position: absolute;
  top: 50%;
  opacity: 0;
  padding: 0 30px;
  color: #fff;
  transition: all ease-in-out 0.5s 0.5s;
}
#main-visual .owl-item.active .crousel-text-box {
  top: 50%;
  opacity: 1;
  transform: translateY(-50%);
}
#main-visual .crousel-text-box.on {
  display: block;
}
#main-visual .crousel-text-box .text-sub {
  font-size: 14px;
  opacity: 0.6;
  word-break: keep-all;
}
#main-visual .crousel-text-box .text-main {
  font-size: 24px;
  font-weight: bold;
  word-break: keep-all;
}
#main-visual .owl-dots {
  display: none;
}
#main-visual .carousel-btns {
  position: absolute;
  right: 0;
  bottom: 0;
}

.carousel-btns-inner {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  padding: 10px 30px;
  background: rgb(var(--point-color-01));
  border-top-left-radius: 25px;
}
.inner-left {
  display: flex;
}
.inner-left span {
  display: inline-block;
  padding-top: 7px;
  color: #fff;
  font-size: 16px;
  font-family: "Poppins";
}
.inner-right button {
  width: 100%;
  height: 100%;
  margin: 0 12px;
}
.inner-right {
  display: flex;
}
.curr-page {
  color: #fff;
  font-weight: 500;
}
#main-visual > .container {
  max-width: 100%;
  padding: 0;
}
#main-visual .carousel-btns [type="button"] {
  position: relative;
  outline: inherit;
}
#main-visual .carousel-btns [type="button"]::before {
  display: block;
  position: absolute;
  top: calc(50% - 14px);
  left: 0;
  width: 30px;
  height: 30px;
  line-height: 1.6;
  padding: 0;
  font-family: "bootstrap-icons";
  font-size: 21px;
  color: #fff;
}
#main-visual .carousel-btns [type="button"]:hover::before,
#main-visual .carousel-btns [type="button"]:focus::before {
  font-weight: 600;
}
#main-visual .carousel-btns .prev-btn::before {
  content: "\F12C";
}
#main-visual .carousel-btns .next-btn::before {
  content: "\F135";
}
#main-visual .carousel-btns .play-pause.pause::before {
  content: "\F4C4";
}
#main-visual .carousel-btns .play-pause.play::before {
  content: "\F4F4";
}

/* main-search */
.main-search {
  width: 100%;
  max-width: 450px;
  margin: 20px auto 0;
  padding: 70px 20px 30px 20px;
  background: url(/site/resource/inje/linc-onestop/images/main-search-bg.png) no-repeat top right 20%;
  background-size: 30%;
}
.form-search-wrap {
  margin: 0 auto;
  margin-bottom: 30px;
  background: #fff;
}
.form-search-wrap .form-inline {
  justify-content: space-between;
  border: 3px solid rgb(var(--point-color-01));
  border-bottom-right-radius: 20px;
}
.form-search-wrap .form-control {
  width: calc(100% - 60px);
  max-width: 420px;
  height: 50px;
  border: none;
  color: #666;
}
.form-search-wrap input::placeholder {
  color: #aeaeae;
  font-size: 17px;
}
.form-search-wrap .btn.search {
  width: 50px;
  height: 50px;
  margin: 0 5px;
  border-radius: 50%;
  background-image: url(/site/resource/inje/linc-onestop/images/btn-search.png);
  background-position: center;
  background-repeat: no-repeat;
}
.form-search-wrap .btn.search:hover,
.form-search-wrap .btn.search:focus {
  /* background-color: rgb(var(--point-color-01-hover)); */
}
.search-tag {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.search-tag li {
}
.search-tag li a {
  position: relative;
  display: inline-block;
  padding: 10px 15px;
  background: #f2f8ff;
  border-radius: 50px;
  color: rgb(var(--point-color-01));
  font-size: 14px;
}
.search-tag li a::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 0;
  height: 0;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  overflow: hidden;
  border-radius: 50px;
}
.search-tag li a:hover::before,
.search-tag li a:focus::before {
  width: 100%;
  height: 100%;
  background: rgb(var(--point-color-01-light));
  z-index: -1;
}
.search-tag li a:hover,
.search-tag li a:focus {
  color: #fff;
  background: transparent;
}

@media (min-width: 486px) {
  .mv-carousel .item {
    height: 243px;
  }
  #main-visual .crousel-text-box .text-main {
    font-size: 28px;
  }
}
@media (min-width: 576px) {
  .mv-carousel .item {
    height: 288px;
  }
}
@media (min-width: 768px) {
  .mv-carousel .item {
    height: 384px;
  }
  #main-visual .crousel-text-box .text-sub {
    display: block;
    max-width: 50%;
  }
  #main-visual .crousel-text-box .text-main {
    font-size: 30px;
  }
  .mv-carousel .owl-dots-wrapper {
    bottom: 30px;
  }
  .main-search {
    padding: 70px 0 30px 0;
    background-size: 30%;
  }
}
@media (min-width: 992px) {
  /* mv-scroll */
  .mv-scroll {
    display: flex;
    position: absolute;
    bottom: 0;
    top: 0;
    right: 0;
    width: 50px;
    background: transparent;
    align-items: flex-end;
    justify-content: center;
    z-index: -1;
  }
  .mv-scroll:after,
  .mv-scroll:before {
    content: "";
    position: absolute;
    bottom: 30px;
    right: 40%;
    width: 2px;
    height: 86px;
  }
  .mv-scroll:after {
    background: #222;
  }
  .mv-scroll:before {
    z-index: 2;
    background: #d8d8d8;
    animation: mv-scroll 3s ease-in-out infinite;
  }
  .mv-scroll > span {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #a5a5a5;
    letter-spacing: 0.2rem;
    text-transform: uppercase;
    transform: translate(4px, -170px) rotate(-90deg);
  }
  .mv-carousel .item {
    height: 496px;
  }
  #main-visual > .container {
    margin: 0 auto;
  }
  #main-visual .crousel-text-box .text-main {
    font-size: 35px;
  }
  #main-visual .crousel-text-box .text-sub {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  #main-visual {
    overflow: hidden;
  }
  #main-visual > .container {
    position: relative;
    max-width: 100%;
    width: 100%;
    margin-bottom: 60px;
  }
  .mv-carousel .item {
    height: 400px;
  }
  .mv-carousel-box {
    width: calc(100% - 40%);
  }
  #main-visual .crousel-text-box .text-main {
    font-size: 50px;
    margin-bottom: 40px;
  }
  .main-search {
    position: absolute;
    top: 70px;
    left: calc(100% - 40%);
    margin: 0 30px;
    padding: 90px 0 0 0;
    background: url(/site/resource/inje/linc-onestop/images/main-search-bg.png) no-repeat top right 10%;
    background-size: auto;
  }

  .main-search .sec-title {
    margin-bottom: 20px;
    font-size: 26px;
  }
  .form-search-wrap .form-inline {
    justify-content: flex-start;
  }
}
@media (min-width: 1400px) {
  #main-visual {
  }
  #main-visual > .container {
    width: 2000px;
    justify-content: flex-start;
  }
  .main-search {
    margin-left: 60px;
    top: 140px;
  }
  .mv-carousel .item {
    height: 500px;
  }

  .carousel-btns-inner {
    width: 220px;
    padding: 10px 23px 11px 32px;
  }
  .inner-left span {
    font-size: 19px;
  }
}
@media (min-width: 1600px) {
  .mv-carousel .item {
    height: 600px;
  }
}

/* Section01
 *---------------------------------------------- */
/* main-board */
.sec-board {
  margin-bottom: 30px;
  max-width: 917px;
}
.sec-main-board .sec-title {
  position: relative;
  margin-bottom: 15px;
  padding: 0;
  white-space: nowrap;
}
.sec-main-board .sec-title::before {
  content: "ICUS TODAY NEWS";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  color: #f6f6f6;
  z-index: -1;
  font-size: 60px;
}
.sec-main-board .form-check {
  gap: 5px;
  max-width: 346px;
  margin: 30px 0 0 0;
  padding-left: 0;
}
.sec-main-board .form-check div {
  position: relative;
}
.sec-main-board .form-check input {
  display: none;
}
.sec-main-board .form-check label {
  position: relative;
  padding-left: 50px;
  margin: 0;
  font-size: 15px;
  width: 94px;
  padding: 13px 15px;
  padding-left: 50px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  border: 1px solid #ddd;
  background-repeat: no-repeat;
  background-position: left 15px center;
}
.sec-main-board .form-check .stud [type="checkbox"] + label {
  background-image: url(/site/resource/inje/linc-onestop/images/main-board-ico01.png);
}
.sec-main-board .form-check .prof [type="checkbox"] + label {
  background-image: url(/site/resource/inje/linc-onestop/images/main-board-ico02.png);
}
.sec-main-board .form-check .corp [type="checkbox"] + label {
  background-image: url(/site/resource/inje/linc-onestop/images/main-board-ico03.png);
}
.sec-main-board .form-check label:before,
.sec-main-board .form-check [type="checkbox"]:checked + label:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 0;
  height: 0;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  overflow: hidden;
  border-radius: 50px;
  background-repeat: no-repeat;
  background-position: left 15px center;
}
.sec-main-board .form-check label:after,
.sec-main-board .form-check [type="checkbox"]:checked + label:after {
  display:none;
}

.sec-main-board .form-check .stud label:before,
.sec-main-board .form-check .stud [type="checkbox"]:checked + label:before {
  background-color: #f64684;
  background-image: url(/site/resource/inje/linc-onestop/images/main-board-ico01-w.png);
}
.sec-main-board .form-check .prof label:before,
.sec-main-board .form-check .prof [type="checkbox"]:checked + label:before {
  background-color: #504dab;
  background-image: url(/site/resource/inje/linc-onestop/images/main-board-ico02-w.png);
}
.sec-main-board .form-check .corp label:before,
.sec-main-board .form-check .corp [type="checkbox"]:checked + label:before {
  background-color: #00a4a6;
  background-image: url(/site/resource/inje/linc-onestop/images/main-board-ico03-w.png);
}
.sec-main-board .form-check label:hover::before,
.sec-main-board .form-check label:focus::before,
.sec-main-board .form-check [type="checkbox"]:checked + label:before {
  width: 100%;
  height: 100%;
  z-index: -1;
  color: #fff;
}
/* checked */
.sec-main-board .form-check label:hover,
.sec-main-board .form-check label:focus,
.sec-main-board .form-check [type="checkbox"]:checked + label {
  color: #fff;
  z-index: 100;
}

.sec-main-board .form-check [type="radio"] + label:before {
  border-radius: 22px;
}
.sec-main-board .form-check [type="radio"]:checked + label:before {
  border-color: var(--main-color01);
}
/* board-list > box-type */
.board-list.box-type {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: calc(100% + 30px);
  overflow: hidden;
  margin-left: -15px;
  margin-right: -15px;
  top: 60px;
}
.board-list.box-type li {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: calc(100% - 15px);
  max-width: 100%;
  margin: 0;
  padding: 0;
}
.board-list.box-type li a {
  flex-direction: column;
  align-items: flex-start;
  margin: 5px 15px;
  padding: 15px;
  border: 1px solid #ddd;
  border-bottom-right-radius: 30px;
  background: #fff;
}
.board-list.box-type li a:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border: 5px solid transparent;
  z-index: 3;
  background: transparent;
  transition: all 0.3s ease;
}
.board-list.box-type li a:hover:before,
.board-list.box-type li a:focus:before {
  border-color: rgb(var(--point-color-01));
  border-bottom-right-radius: 30px;
}
.board-list.box-type li a .item-category {
  position: relative;
  display: block;
  margin-bottom: 4px;
  color: rgb(var(--point-color-01));
  font-weight: 500;
  font-size: 15px;
}
.board-list.box-type li a .item-date {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  justify-content: flex-start;
  padding-left: 24px;
  font-family: "Poppins";
  font-size: 15px;
}
.board-list.box-type li a .item-date::before {
  content: "\e923";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  line-height: 1.6;
  padding: 0;
  font-family: "material-Icons";
  font-size: 21px;
  color: #cccc;
  transform: translateY(-50%);
}
.board-list.box-type li a .item-title {
  position: relative;
  display: block;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  display: -webkit-box;
  padding: 0;
  white-space: normal;
  width: 100%;
  color: #000;
  margin-bottom: 15px;
  overflow: hidden;
}
.board-list.box-type li a .item-title::before {
  display: none;
}
.board-list.box-type li a:hover .item-title,
.board-list.box-type li a:focus .item-title {
  color: rgb(var(--point-color-01));
}
.board-list.box-type li a .txt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  height: 92px;
  font-size: 15px;
  line-height: 1.6;
  color: #9d9d9d;
  padding-top: 20px;
  margin: 0;
}
.board-list.box-type li a:hover .txt,
.board-list.box-type li a:focus .txt {
  color: #666;
}
@media (min-width: 768px) {
  .sec-main-board .sec-title {
    display: flex;
  }
  .board-list.box-type {
    height: auto;
  }
  .board-list.box-type li {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0;
  }
  .board-list.box-type li a {
    margin: 5px;
    padding: 20px 30px;
  }
  .board-top .board-list li a .item-title {
    padding-left: 50px;
  }
  .board-list li a .item-title {
    font-size: 17px;
    padding-left: 14px;
  }
  .sec-main-board .form-check {
    margin: 0 20px;
    z-index: 10;
  }
  .sec-main-board .more-link {
    top: 4px;
  }
}
@media (min-width: 992px) {
  .sec-board {
    margin-bottom: 0;
  }
  .board-list.box-type li {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .board-list.box-type li a .item-title {
    position: relative;
    display: block;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    display: -webkit-box;
    padding: 0;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
    width: 100%;
    height: 56px;
    color: #000;
    margin-bottom: 20px;
    overflow: hidden;
    min-height: 56px;
  }
}

/* Section02
 *---------------------------------------------- */
/* sec-banner */
.sec .owl-nav {
  display: flex;
  width: 100%;
  justify-content: flex-start;
  align-items: center;
}
.sec .owl-nav button {
  display: flex;
  position: relative;
  left: auto;
  right: auto;
  top: auto;
  transform: inherit;
  justify-content: center;
  line-height: 1.4;
}
.sec .owl-nav button .bi,
.sec .owl-nav button .material-icons {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  font-size: 20px;
  border: 1px solid #ddd;
  border-radius: 50%;
  color: #111;
}
.sec .owl-nav button:hover .bi,
.sec .owl-nav button:hover .material-icons,
.sec .owl-nav button:focus .bi,
.sec .owl-nav button:focus .material-icons {
  background: #eaeaea;
  transition: all 0.3s ease-out;
}
.sec .owl-prev {
  order: 1;
}
.sec .play-pause-btn {
  order: 2;
}
.sec .owl-next {
  order: 3;
}
.sec .owl-nav [aria-label="Previous"],
.sec .owl-nav [aria-label="Next"] {
  display: none;
}
.sec-banner {
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  overflow: hidden;
}
.sec-banner .sec-title {
  position: absolute;
  left: 0;
  bottom: 0;
  margin-bottom: 0;
  padding: 20px 24px;
  color: #fff;
  font-family: "s-core-dream-extrabold";
  font-size: 16px;
  z-index: 10;
}
.sec-banner .owl-stage-outer::after {
  width: 1px;
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background-color: white;
}
.sec-banner .owl-carousel .owl-item img {
  border-radius: 20px;
}
.sec-banner .owl-nav {
  position: absolute;
  bottom: 15px;
  left: 0;
  right: 0;
  padding-right: 10px;
  justify-content: flex-end;
}
.sec.sec-banner .owl-nav button .bi,
.sec.sec-banner .owl-nav button .material-icons {
  width: 30px;
  height: 30px;
  color: #fff;
  font-size: 20px;
  border: none;
}
.sec.sec-banner .owl-nav button:hover .bi,
.sec.sec-banner .owl-nav button:hover .material-icons,
.sec.sec-banner .owl-nav button:focus .bi,
.sec.sec-banner .owl-nav button:focus .material-icons {
  background: #23252b;
}
.sec-banner .item::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 60px;
  background: #3d414a;
  z-index: 2;
}
@media (min-width: 1200px) {
  .sec .owl-nav button .bi,
  .sec .owl-nav button .material-icons {
    width: 46px;
    height: 46px;
  }
  .sec .owl-nav button .material-icons {
    line-height: 46px;
  }
  .sec-banner {
    margin-left: 23px;
  }
}
.section03 {
  position: relative;
  margin: 0;
}
.section03::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: calc((100vw - 100%) / 2 * -1);
  display: block;
  width: calc((100vw - 55%));
  height: 373px;
  background: linear-gradient(90deg, #d4f1ff, 90%, #fff);
  box-shadow: 0 5px 7px -2px rgba(0, 0, 0, 0.35);
  border-radius: 0 120px 0 0;
}
.section03 .col-xl-4::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  border-radius: 0 120px 0 0;
  background: linear-gradient(90deg, #d4f1ff, #ffe4f5);
}
.section03 .col-xl-4 {
  order: 2;
}

/* Section03
 *---------------------------------------------- */
/* newsletter */
.sec-newsletter {
  max-width: 450px;
  margin-top: 25px;
}
.sec-newsletter .img-box a {
  position: relative;
  display: block;
  width: calc(100% - 100px);
}
.sec-newsletter .thumb {
  width: 250px;
  height: 300px;
  overflow: hidden;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}
.sec-newsletter .thumb img {
  max-width: 100%;
}
.sec-newsletter .img-box .month {
  position: absolute;
  top: 10px;
  right: 0;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  border-radius: 50%;
  background: rgb(var(--point-color-01-dark));
  color: #fff;
}
.sec-newsletter .img-box .month strong {
  font-family: "Poppins";
  font-size: 30px;
  font-weight: 600px;
}
.sec-newsletter .more-link {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: -60px;
  width: 40px;
  height: 40px;
  text-indent: -9999px;
  background: #fff;
  border-radius: 50%;
  border: 5px solid #e6c5ff;
  animation: newsarr 0.8s ease-out alternate infinite;
}
@keyframes newsarr {
  to {
    opacity: 0.4;
  }
}
.sec-newsletter .more-link span {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 36px;
  height: 36px;
  padding: 3px;
  transition: all 0.3s ease-out;
  border: none;
  border-radius: 50%;
}
.sec-newsletter .more-link span::before,
.sec-newsletter .more-link span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #000;
}
.sec-newsletter .more-link span::before {
  width: 70px;
  height: 1px;
  left: auto;
  right: -18px;
}
.sec-newsletter .more-link span::after {
  width: 1px;
  height: 11px;
  transform: rotate(323deg);
  left: auto;
  top: 8px;
  right: 20px;
}
.sec-newsletter .more-link:hover span,
.sec-newsletter .more-link:focus span {
  transform: none;
}
.sec-newsletter .more-link:focus {
  outline: 2px solid #333;
  border-radius: 2px;
}

/* today link */
.sec-todaylink {
  margin-bottom: 30px;
}
.sec-todaylink .owl-nav {
  position: absolute;
  top: -50px;
  right: 0;
  justify-content: flex-end;
}
.sec-todaylink .owl-nav,
.sec-todaylink .owl-carousel .owl-dots.disabled,
.sec-todaylink .owl-carousel .owl-nav.disabled {
  display: flex;
}
.sec-todaylink .card > a {
  position: relative;
}
.sec-todaylink .card .thumb {
  position: relative;
  height: 0;
  padding-bottom: 56%;
  overflow: hidden;
}
.sec-todaylink .card .thumb img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.4s ease-in-out;
  object-fit: cover;
}

.sec-todaylink .card-title {
  display: block;
  white-space: normal;
  line-height: 1.5;
  width: 100%;
  height: 50px;
  text-align: left;
  word-wrap: break-word;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #222;
  font-size: 16px;
  font-weight: 400;
  text-overflow: ellipsis;
  overflow: hidden;
}
.sec-todaylink .card-text {
  color: #888;
  font-size: 15px;
  font-family: "Poppins";
}
.sec-todaylink .card > a:hover .thumb img,
.sec-todaylink .card > a:focus .thumb img {
  transform: scale(1.1);
}
.sec-todaylink .card > a:hover .card-title {
  color: rgb(var(--point-color-01));
  font-weight: 600;
}

@media (min-width: 768px) {
  .section03::before {
    height: 393px;
  }
  .section03 [class|="col"] {
    /* padding: 0 0 50px 0; */
  }
  .sec-todaylink .owl-nav {
    top: -76px;
  }
  .sec-newsletter .img-box a {
    width: calc(100% - 150px);
  }
  .sec-todaylink .card-title {
    font-size: 17px;
  }
}
@media (min-width: 992px) {
  .section03::before {
    width: calc((100vw - 60%));
    height: 100%;
  }
  .section03 [class|="col"] {
    padding: 50px 0;
  }
  .section03 .col-xl-4 {
    order: 1;
  }
  .section03 .col-xl-8 {
    order: 2;
  }
  .section03 .col-xl-4::before {
    width: calc(100% - 10%);
  }
  .sec-newsletter {
    margin-top: 0;
  }
}
@media (min-width: 1200px) {
  .section03::before {
    width: calc((100vw - 40%) / 2);
  }
  .sec-todaylink {
    padding: 0 3px 0 0;
  }
  .today-carousel-box .card {
    margin: 1px;
  }
}
@media (min-width: 1600px) {
  .section03::before {
    /* width: calc((100vw - 35%) / 2); */
  }
}
@media (min-width: 1800px) {
  .section03::before {
    /* width: calc((100vw - 25%) / 2); */
  }
}

/* Section04
 *---------------------------------------------- */
/* sec-pr */
.section04 {
  padding: 40px 0 20px;
  background: rgb(var(--point-color-01-dark));
}
.sec-pr .sec-header {
  display: block;
  margin-bottom: 10px;
  text-align: center;
}
.sec-pr .sec-title-deco {
  position: relative;
  margin-bottom: 15px;
  font-family: "proxima-nova", sans-serif;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: normal;
  color: #0e70b4;
}
.sec-pr .sec-title-deco::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 60px;
  height: 1px;
  background-color: #0e70b4;
}
.sec-pr .sec-title {
  word-break: keep-all;
  text-align: center;
  color: #fff;
}
.sec-pr .sec-title strong {
  color: rgb(var(--point-color-01-light));
}

.sec-pr .pr-container .row .col-md-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.sec-pr .item {
  padding-left: 0;
  padding-right: 0;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  text-align: center;
}
.sec-pr .item-header {
  position: relative;
  padding: 90px 0 0 0;
  background-repeat: no-repeat;
  background-position: center top;
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  letter-spacing: -0.075em;
  text-align: center;
  background-size: 80px;
}
.sec-pr .item-header .item-text {
  display: block;
}
.sec-pr .item-body {
  color: #fff;
}
.sec-pr .item-body .item-text-1,
.sec-pr .item-body .item-text {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.075em;
}
.sec-pr .item-body .item-text-1 {
  display: block;
}
.sec-pr .item-body .item-value {
  font-family: "poppins";
  font-size: 25px;
  font-weight: 600;
  letter-spacing: -0.05em;
}
@media (min-width: 768px) {
  .section04 {
    margin-bottom: auto;
    padding: 80px 0;
  }
  .form-search-wrap .form-control {
    width: calc(100% - 70px);
    height: 60px;
    padding: 20px;
  }
  .form-search-wrap .btn.search {
    width: 60px;
    height: 60px;
  }
  .sec-pr .item-body .item-value {
    font-size: 36px;
  }
  .sec-pr .item-header {
    background-size: auto;
    font-size: 17px;
  }
}
@media (min-width: 992px) {
  .sec-pr .row .col-md-6 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .sec-pr .sec-header {
    margin-bottom: 80px;
  }
  .sec-box-pr::before {
    bottom: -150px;
    height: 150px;
  }
  .sec-box-pr {
    margin-bottom: 50px;
  }
  .sec-pr .sec-title-deco {
    margin-bottom: 28px;
    font-size: 18px;
  }
  .sec-pr .item {
    margin-bottom: 0;
  }
  .sec-pr .item-body .item-text {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  .sec-pr [class|="col"]:last-child {
    border-right: none;
  }
  .sec-pr .item-body .item-text {
    font-size: 23px;
  }
}

/* Section05
 *---------------------------------------------- */
/* sns */
.sec-sns {
  padding: 40px 0 20px;
  background: url(/site/resource/inje/linc-onestop/images/symbol-bg.png) no-repeat right 10% top 20%;
}
.sec-sns .sec-title {
  text-align: center;
}
.sec-box-sns .sec-sns .tab-pane {
  background: transparent;
  padding: 0;
  width: auto;
  height: auto;
}
.sec-sns .sec-header {
  display: block;
}
.sec-sns .sec-title-1,
.sec-sns .sec-title-desc {
  color: white;
  text-align: center;
}
.sec-sns .sec-title-1 {
  margin-bottom: 10px;
  font-family: "proxima-nova", sans-serif;
  font-size: 35px;
  font-weight: normal;
  letter-spacing: normal;
}
.sec-sns .sec-title-1 .mark {
  background-color: transparent;
  font-weight: 600;
}
.sec-sns .sec-title-desc {
  padding: 0 15px;
  font-size: 16px;
  word-break: keep-all;
}
.sec-sns .container > .row:first-child {
  margin-bottom: 0;
}
.sec-sns .container .tab-box {
  position: relative;
}
.sec-sns .container .tab-box .nav-tabs {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  margin-bottom: 10px;
  background: none;
}
.sec-sns .container .tab-box .nav-tabs .nav-item {
  flex: 0 0 auto;
  max-width: auto;
}
.sec-sns .container .tab-box .nav-tabs > li > a {
  display: block;
  width: 60px;
  height: 60px;
  margin-left: 10px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  box-shadow: none;
  background-size: 50px;
  text-indent: -1000em;
  border-radius: 50%;
  border: none;
}
.sec-sns .container .tab-box .nav-tabs > li > a.nav-link-facebook {
  background-image: url(/site/resource/inje/linc-onestop/images/facebook-off.png);
}
.sec-sns .container .tab-box .nav-tabs > li > a.nav-link-instagram {
  background-image: url(/site/resource/inje/linc-onestop/images/insta-off.png);
}
.sec-sns .container .tab-box .nav-tabs > li > a.nav-link-youtube {
  background-image: url(/site/resource/inje/linc-onestop/images/youtube-off.png);
}
.sec-sns .container .tab-box .nav-tabs > li > a:hover,
.sec-sns .container .tab-box .nav-tabs > li > a:focus {
  transition: opacity 0.5s ease;
}
.sec-sns .container .tab-box .nav-tabs > li > a.nav-link-facebook:hover,
.sec-sns .container .tab-box .nav-tabs > li > a.nav-link-facebook:focus,
.sec-sns .container .tab-box .nav-tabs > li > a.nav-link-facebook.active {
  background-image: url(/site/resource/inje/linc-onestop/images/facebook-on.png);
}
.sec-sns .container .tab-box .nav-tabs > li > a.nav-link-instagram:hover,
.sec-sns .container .tab-box .nav-tabs > li > a.nav-link-instagram:focus,
.sec-sns .container .tab-box .nav-tabs > li > a.nav-link-instagram.active {
  background-image: url(/site/resource/inje/linc-onestop/images/insta-on.png);
}
.sec-sns .container .tab-box .nav-tabs > li > a.nav-link-youtube:hover,
.sec-sns .container .tab-box .nav-tabs > li > a.nav-link-youtube:focus,
.sec-sns .container .tab-box .nav-tabs > li > a.nav-link-youtube.active {
  background-image: url(/site/resource/inje/linc-onestop/images/youtube-on.png);
}
.sec-sns .container .tab-box .nav-tabs > li .tab-content {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 90px;
  width: 100%;
  max-width: 100%;
}
.sns-row .item {
  position: relative;
  display: block;
  margin-bottom: 15px;
  border-bottom-right-radius: 30px;
}
.sns-row .item-img {
  height: 160px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 15px;
}
.sns-row .item-body {
  position: relative;
  padding: 10px;
  border-bottom-right-radius: 30px;
  background-color: white;
}
.sns-row .item-sns-icon {
  position: absolute;
  top: 20px;
  left: 20px;
  display: block;
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 30px auto;
}
.sns-row .item-sns {
  margin-bottom: 5px;
}
.sns-row .item-title {
  /* height: 46px; */
  margin-bottom: 5px;
  color: #222;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: keep-all;
  font-size: 15px;
  line-height: 1.7;
}
.sns-row time {
  display: block;
  font-size: 13px;
  font-weight: 300;
  color: #767676;
  text-align: right;
}
.sns-row-facebook .item-sns {
  color: #3045a0;
  letter-spacing: -0.025em;
}
.sns-row-instagram .item-sns {
  color: #833ab4;
  letter-spacing: -0.025em;
}
.sns-row-youtube .item-sns {
  color: #d94a4e;
  letter-spacing: -0.025em;
}
.sns-row-facebook .item-sns-icon {
  background-image: url(/site/resource/inje/linc-onestop/images/facebook-on.png);
}
.sns-row-instagram .item-sns-icon {
  background-image: url(/site/resource/inje/linc-onestop/images/insta-on.png);
}
.sns-row-youtube .item-sns-icon {
  background-image: url(/site/resource/inje/linc-onestop/images/youtube-on.png);
}
.sns-row .item::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  border-bottom-right-radius: 30px;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.sns-row .item:hover::after,
.sns-row .item:focus::after {
  opacity: 1;
}
.sns-row-facebook .item::after {
  border: 5px solid #3045a0;
}
.sns-row-instagram .item::after {
  border: 5px solid #833ab4;
}
.sns-row-youtube .item::after {
  border: 5px solid #d94a4e;
}
@media (min-width: 768px) {
  .sns-row .item-img {
    height: 220px;
  }
  .sns-row .item-title {
    height: 54px;
    font-size: 17px;
  }
}
@media (min-width: 1200px) {
  .sec-sns {
    padding: 80px 0;
    background: url(/site/resource/inje/linc-onestop/images/symbol-bg.png) no-repeat right 10% top 40%;
  }
  .sns-row .item {
    margin-bottom: 0;
  }
  .sns-row .item-header {
    margin-bottom: 14px;
  }
}

/* Section06
 *---------------------------------------------- */
/* site-roll */
.sec-site-link {
  padding: 20px 0;
  border-top: 1px solid #ddd;
}
.site-link .owl-stage-outer {
  margin-left: 140px;
}
.site-link .owl-stage-outer .owl-item img {
}
.site-link .owl-nav {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
}
@media (min-width: 768px) {
  .site-link .owl-nav {
    top: -1px;
  }
}
@media (min-width: 992px) {
  .site-link .owl-nav {
    top: -6px;
  }
}
@media (min-width: 1200px) {
  .site-link .owl-stage-outer {
    margin-left: 200px;
  }
}
@media (min-width: 1500px) {
  .site-link .owl-nav {
    top: 0;
  }
}
