@charset "utf-8";
/* CSS Document */
/*#################### 컨텐츠 ####################*/
@import url(/common/fonts/bootstrap-icons/bootstrap-icons.css);

.link {
  position: relative;
}

.link::after {
  content: "\F1C5";
  display: inline-block;
  padding-left: 7px;
  font-family: "bootstrap-icons";
  font-size: 17px;
  color: #999;
}

.link:hover,
.link:focus {
  font-weight: 600;
}

/* center-member */
.center-member {
  padding: 20px;
  border: 3px solid #dee2e6;
  border-radius: 10px;
}

.center-member .member-img {
  margin-bottom: 25px;
  text-align: center;
}

.center-member .member-name .corp {
  display: block;
  font-size: 16px;
  font-weight: 500;
  color: rgb(var(--point-color-01));
  margin-bottom: 0;
}

.center-member .member-name h4 > span {
  color: #999;
  font-size: 15px;
  font-weight: 400;
  padding-right: 10px;
}

.center-member .member-name .member-detail {
  position: relative;
  margin-top: 30px;
  width: 100%;
}

.center-member .member-name .member-detail::before {
  content: "";
  position: absolute;
  width: 100%;
  height: auto;
  top: -15px;
  left: 0;
  border: 1px dashed #ccc;
  border-bottom: none;
}

.center-member .member-name .member-detail dl {
  margin-bottom: 0;
}

.center-member .member-name .member-detail dl dt {
  float: left;
  width: 60px;
  margin-right: 10px;
  color: rgb(var(--point-color-05));
  font-size: 15px;
  font-weight: 500;
}

.center-member .member-name .member-detail dl dd {
  float: left;
  width: calc(100% - 70px);
  font-size: 15px;
}

@media (min-width: 576px) {
  .center-member {
    display: flex;
    padding: 20px;
  }

  .center-member .member-img {
    margin-bottom: 0;
  }

  .center-member .member-name {
    width: 100%;
    padding: 10px 30px;
  }
}

@media (min-width: 992px) {
  .center-member {
    height: 100%;
  }
}

/* list major */
.card .list.major {
  display: flex;
  flex-wrap: wrap;
}

.card .list.major li {
  width: 100%;
}

@media (min-width: 576px) {
  .card .list.major li {
    width: 50%;
  }
}

@media (min-width: 992px) {
  .card .list.major li {
    width: 25%;
  }
}

/* intro-box */
.intro-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 20px 0px;
  margin: 30px 0;
}

.intro-box .list {
  margin-top: 15px;
}

@media (min-width: 992px) {
  .intro-box .list {
    margin-top: 0px;
  }
}

.txt-lg {
  font-size: 25px;
  font-weight: 500;
}

@media (min-width: 768px) {
  .table-txt br {
    display: none;
  }
}

/* info-box-btn */
.info-box-btn > a,
.info-box-btn > button {
  position: relative;
  display: block;
  margin: 0 1px;
  padding: 15px 15px 15px 50px;
  border-radius: 4px;
  background-repeat: no-repeat;
  background-position: left 10px center;
  font-size: 14px;
}

.info-box-btn > a {
  padding-left: 45px;
}

.info-box-btn > a::before,
.info-box-btn > button::before {
  display: block;
  position: absolute;
  top: calc(50% - 5px);
  left: 10px;
  width: 30px;
  height: 30px;
  line-height: 1.6;
  padding: 0;
  font-family: "material-Icons";
  font-size: 24px;
  color: #fff;
  transform: translateY(-50%);
}

.info-box-btn > .btn-movie::before {
  content: "\e639";
}

.info-box-btn > .btn-home::before {
  content: "\e88a";
}

/* sub020405 */
.sub020405 .photo-carousel {
  position: relative;
  width: 100%;
}

.sub020405 .photo-carousel .owl-item {
  border-radius: 13px;
  overflow: hidden;
}

.owl-nav {
  text-align: center;
}

.owl-nav .owl-prev,
.owl-nav .owl-next {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  top: 50%;
  transform: translateY(-50%);
  background: #f2f2f2 !important;
  border-radius: 50%;
  border: none;
}

.owl-nav .owl-prev span,
.owl-nav .owl-next span {
  display: none;
}

.owl-nav .owl-prev::before,
.owl-nav .owl-next::before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  transform: rotate(45deg);
}

.owl-nav .owl-prev::before {
  border-bottom: 2px solid #666;
  border-left: 2px solid #666;
  margin-left: 4px;
}

.owl-nav .owl-next::before {
  border-top: 2px solid #666;
  border-right: 2px solid #666;
  margin-right: 4px;
}

.owl-nav .owl-prev {
  left: -20px;
  padding-right: 0;
}

.owl-nav .owl-next {
  right: -20px;
  padding-left: 0;
}

.tooltip {
  display: inline-block;
  font-weight: bold;
  opacity: inherit;
  z-index: 8;
}

.tooltip-text {
  margin-top: 4px;
  display: none;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s ease-out;
  border: 1px solid;
  border-radius: 5px;
  padding: 10px;
  font-size: 14px;
  color: white;
  background: #b3e6f5;
}

.tooltip > span {
  content: url("/common/images/info_circle.svg");
  height: 25px;
  cursor: pointer;
}

.tooltip > span:hover + .tooltip-text {
  display: block;
  visibility: visible;
  opacity: 100;
}

td > .tooltip {
  position: relative;
}

/*#################### 컨텐츠-new ####################*/
/* 센터소개 */
.fa-info .row {
  margin-bottom: 30px;
}

.fa-info .row img {
  margin: 0 0 30px 0;
  padding: 0 30px 0 0;
}

.fa-info .fa-title {
  font-family: "s-core-dream-extrabold";
  font-size: 23px;
  line-height: 1.5;
}

.fa-info .fa-title > span {
  display: block;
  color: rgb(var(--point-color-01));
  font-family: "noto";
  font-size: 16px;
  font-weight: 400;
}

.fa-info .btn {
  position: relative;
  margin: 20px 0;
  padding-right: 40px;
}

.fa-info .btn::before {
  content: "\e5c8";
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  width: 30px;
  height: 30px;
  line-height: 1.6;
  padding: 0;
  font-family: "material-Icons";
  font-size: 21px;
  transform: translateY(-50%);
}

@media (min-width: 1200px) {
  .fa-info .row {
    margin-bottom: 60px;
  }

  .fa-info .fa-title {
    font-size: 30px;
  }

  .fa-info .row .order-md-2 img {
    padding: 0 0 0 30px;
  }
}

/* 연구자 */
/* search-box */
.search-result {
  font-size: 22px;
  color: #666;
  word-break: keep-all;
  font-family: var(--font-type01);
}

.search-box {
  position: relative;
  margin: 0 auto;
  margin-bottom: 20px;
  padding: 30px 20px;
  background: #f2f8ff;
}

.search-box .inner {
  margin: 0;
  padding: 0;
}

.search-box .input-search {
  max-width: 640px;
  margin: auto;
  margin-bottom: 15px;
}

.search-box .input-search .input-group-prepend {
  width: 100%;
  margin-bottom: 10px;
}

.search-box .input-search input {
  height: 50px;
  padding: 10px 20px;
  color: #333;
}

.search-box .input-search input::placeholder {
  color: #888;
}

.search-box .input-search button {
  background-color: rgb(var(--point-color-01));
  color: #fff;
  padding: 0 20px;
  margin-bottom: 0;
}

.search-box .keyword-list {
  width: 100%;
}

.search-box .keyword-list .item {
  margin: 0;
  padding: 6px;
  border-radius: 50px;
  color: #222;
  font-size: 16px;
}

.search-box .keyword-list .item:hover {
  font-weight: bold;
  color: rgb(var(--point-color-01));
}

.search-box .search-details .search-body .step-view {
  display: flex;
}

.search-box .search-details .search-body .step-view > div {
  flex: 0 0 auto;
}

.search-box .search-details .search-body .step-view .btn {
  margin: 0;
  word-break: keep-all;
  padding: 8px 15px;
  border-radius: 0;
}

.search-box .search-details .search-body .step-view .category-list {
  padding: 9px 15px;
}

.search-box .search-details .search-body .category-wrap.active .step-view .btn {
  background-color: #bbbfc3;
}

.search-list {
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-top: 2px solid #222;
  border-bottom: 1px solid #e7e7e7;
  align-items: center;
  margin-bottom: 10px;
}

.search-list h3 {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-weight: 500;
  word-break: keep-all;
}

.search-list .item {
  padding: 10px;
}

.search-list .item .btn-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.search-list .item .btn-wrap .btn {
  margin: 1px;
  padding: 5px 10px;
}

.btn-search-open {
  position: relative;
  padding: 20px 0;
  text-align: center;
}

.btn-search-open::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 50%;
  border: 1px dashed #ccc;
  border-bottom: none;
}

.btn-search-open .btn-lg {
  position: relative;
  padding-top: 60px;
  background: #fff;
  z-index: 2;
  font-size: 15px;
}

.btn-search-open .btn-lg::before {
  position: absolute;
  color: rgb(var(--point-color-01));
  font-family: "bootstrap-icons";
  font-size: 20px;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.3s ease-out;
  font-size: 30px;
}

.btn-search-open .btn-lg.btn-off::before {
  content: "\F2E6";
}

.btn-search-open .btn-lg.btn-on::before {
  content: "\F4FA";
}

/* sd-close */
.search-details .search-list-wrap {
  display: none;
}

.search-details .btn-search-open .btn-lg.btn-off {
  display: none;
}

/* sd-open */
.search-details.active .search-list-wrap {
  display: block;
}

.search-details.active .btn-search-open .btn-lg.btn-on {
  display: none;
}

.search-details.active .btn-search-open .btn-lg.btn-off {
  display: inline-flex;
}

.search-list.search-details {
  margin: 0 0 10px 0;
  padding: 0;
  border-top: 1px solid #222;
}

.search-list.search-details.on {
  display: flex;
}

.search-list.search-details h3 {
  padding: 15px 0;
  background: #f5f5f5;
  border-bottom: 1px solid #ccc;
  text-align: center;
  font-weight: 400;
}

.search-box .search-details .search-body .step-inner .collapse,
.search-box .search-details .search-body .step-inner .collapsing {
  padding: 20px;
  background-color: var(--gray-style1);
  border-top: 1px solid #e4e4e4;
  max-height: 180px;
  overflow: hidden;
  overflow-y: auto;
}

.search-list.search-details .item {
  width: 100%;
  padding: 0;
  border: 1px solid #ccc;
}

.search-list-wrap .category-list {
  padding: 20px;
  height: 200px;
  overflow-y: auto;
}

.search-list-wrap .category-list ul li {
  margin-bottom: 5px;
}

.search-list-wrap .category-list ul li .form-check-label {
  color: #666;
}

.search-bottom {
  padding: 20px 0;
}

.search-item .nav {
  display: block;
  height: auto;
  min-height: auto;
  margin: 0 0 4px 0;
}

.search-item .nav > span {
  position: relative;
  font-size: 0.9rem;
  color: #888;
  padding: 0 0.6rem;
}

.search-item .nav > span:first-child {
  padding-left: 1.2rem;
}

.search-item .nav > span:after {
  content: "\F285";
  font-family: "bootstrap-icons";
  position: absolute;
  left: -0.4rem;
  top: 0.09rem;
}

.search-item .nav > span:first-child:after {
  content: "\F478";
  left: 0;
}

.search-item:hover {
  cursor: pointer;
}

.search-item:hover a {
  border-bottom: 2px solid #504dab;
  color: #504dab;
}

.search-item p {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

@media (min-width: 486px) {
  .search-list {
    flex-direction: row;
  }
  .search-list.search-details .item:nth-child(2) {
    border-left: none;
  }
}

@media (min-width: 768px) {
  .search-box .inner {
    margin: 0 auto;
    text-align: center;
  }

  .search-box .input-search .input-group-prepend {
    position: relative;
    width: auto;
    margin-bottom: 0;
  }

  .search-box .input-search .input-group-prepend select.form-control {
    height: 60px;
    border-color: var(--primary);
    border-width: 2px;
    border-right: none;
    border-radius: 50px 0 0 50px;
    padding: 10px 36px 10px 20px;
  }

  .search-box .input-search .input-group-prepend:after {
    position: absolute;
    top: 50%;
    right: -10px;
    display: block;
    width: 1px;
    height: 30px;
    margin-top: -15px;
    z-index: 99999;
    background: #cdcdcd;
  }
}

/* card-profile */
.card-profile-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.card-profile-wrapper.row {
  gap: 0;
}

[class*="card-"] + .btn-box {
  margin: 20px 0;
}

.card-profile-wrapper + .btn-box .btn {
  margin: 0;
}

.card-profile-wrapper .card-profile {
  position: relative;
  border: none;
}

.card-profile-wrapper .card-profile:not([class*="col"]) {
  flex: 0 0 100%;
}

.card-profile .card-body {
  display: flex;
  gap: 25px;
  padding: 20px 30px 20px 20px;
  border: 1px solid #ddd;
}

.card-profile:not(.detail) .card-body:hover,
.card-profile:not(.detail) .card-patent:focus {
  border: 1px solid #015dbb;
}

.card-profile:not(.detail) .card-body .cpr-name:hover,
.card-profile:not(.detail) .card-patent .cpr-name:focus {
  color: #015dbb;
}

.card-profile:not(.detail) .card-body .cpr-name:hover span,
.card-profile:not(.detail) .card-patent .cpr-name:focus span {
  text-decoration: underline;
}

.card-profile .cpr-img {
  flex: 0 0 125px;
  position: relative;
  background-image: url("/site/resource/inje/linc-onestop/images/member-img00.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: #eee;
}

.card-profile .cpr-info {
  display: flex;
  flex-flow: column;
  flex: 1 1 calc(100% - 160px);
}

.card-profile .cpr-name {
  display: flex;
  flex-flow: column;
  margin: 5px 0 20px;
}

.card-profile .cpr-name .name {
  margin: 0;
  font-size: 25px;
  font-weight: 600;
  color: #000;
}

.card-profile .cpr-name .dept {
  font-size: 16px;
  font-weight: 400;
  color: #999;
  margin-top: 5px;
}

.card-profile .cpr-detail {
  display: flex;
  margin: 0;
  gap: 10px;
}

.card-profile .cpr-detail > .item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  width: 100%;
  margin: 0;
  padding: 40px 15px 10px;
  background: #eaf1f9;
  color: #222;
  font-size: 16px;
}

.card-profile .cpr-detail > .item .tit {
  font-size: 15px;
  font-weight: 500;
}

.card-profile .cpr-detail > .item .num {
  color: rgb(var(--point-color-01));
  font-size: 22px;
  font-weight: 600;
}

.card-profile .cpr-detail > .item::before {
  position: absolute;
  color: rgb(var(--point-color-01));
  font-family: "bootstrap-icons";
  font-size: 20px;
  top: 12px;
  left: 15px;
  width: 22px;
  height: auto;
  transition: all 0.3s ease-out;
}

.card-profile .cpr-detail > .item01::before {
  content: "\F38B";
}

.card-profile .cpr-detail > .item02::before {
  content: "\F28C";
}

.card-profile .cpr-detail > .item03::before {
  content: "\F423";
}

.card-profile .list-arrange {
  font-size: 14px;
  padding-top: 10px;
  border-top: 1px solid #d9d9d9;
  letter-spacing: -0.05em;
}

.card-profile .list-arrange a:hover,
.card-profile .list-arrange a:focus {
  text-decoration: underline;
}

#content .cpr-info .accordion .card-header a {
  position: relative;
  display: block;
  padding-right: 40px;
  font-size: 15px;
}

#content .cpr-info .accordion .card-header a:after {
  content: "\F282";
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 15px;
  height: 15px;
  border-radius: 30px;
  padding-top: 2px;
  font-size: 4px;
  font-family: "bootstrap-icons";
  font-weight: 700;
  background-color: #d5d5d5;
  color: #fff;
  transition: 0.3s;
}

#content .cpr-info .accordion .card-header a[aria-expanded="true"]:after {
  background-color: var(--primary);
  transform: rotate(180deg);
}

#content .cpr-info .accordion .card {
  margin-bottom: 0;
  border: none;
}

#content .cpr-info .accordion .card-header {
  padding: 4px 0;
}

#content .cpr-info .accordion .card-header h4 {
  font-size: 19px;
  font-weight: 500;
  margin-bottom: 5px;
}

#content .cpr-info .accordion .card-body {
  background-color: #f6f6f6;
  border-top: 1px solid #eeebeb;
  min-height: auto;
  padding: 15px 20px;
}

#content .cpr-info .accordion .card-body:hover,
#content .cpr-info .accordion .card-body:focus {
  border: none;
}

#content .cpr-info .accordion .list-arrange {
  display: inline-block;
  border: none;
  padding: 0;
}

#content .cpr-info .accordion .list-arrange > li {
  display: inline-block;
}

.card-profile .card-footer {
  padding: 0;
}

.cpr-btn {
  width: 100%;
  height: 50px;
  border: none;
  background-color: #e3e8ed;
  padding: 0;
  box-shadow: 0 1px 5px inset rgb(0 0 0 / 9%);
  transition: all 0.3s ease-out;
}

.cpr-btn:hover,
.cpr-btn:focus {
  box-shadow: none;
  background-color: rgb(var(--point-color-01));
}

.cpr-btn:hover span,
.cpr-btn:focus span {
  color: #fff;
  filter: brightness(2);
}

.cpr-btn span {
  position: relative;
  color: #222;
  padding-right: 30px;
}

.cpr-btn span::after {
  content: "\F133";
  display: block;
  position: absolute;
  top: -2px;
  right: 0;
  color: #5e7388;
  font-size: 22px;
  font-family: "bootstrap-icons";
}

/* pr-alone */
.card-profile-wrapper.pr-alone .card-profile .card-body {
  flex-direction: column;
}

.card-profile-wrapper.pr-alone .card-profile .cpr-img {
  margin: 0 auto;
  max-width: 200px;
  min-width: 200px;
  padding-bottom: 250px;
  overflow: hidden;
}

.card-profile-wrapper.pr-alone .card-profile .cpr-img > img {
  width: 100%;
}

.card-profile-wrapper.pr-alone .card-profile .cpr-name {
  align-items: center;
}

.card-profile-wrapper.pr-alone .card-profile .cpr-detail {
  flex-direction: column;
}

.card-profile-wrapper.pr-alone .card-profile .cpr-detail > .item {
  padding: 10px 15px 15px 45px;
}

@media (min-width: 400px) {
}

@media (min-width: 992px) {
  .card-profile-wrapper {
    gap: 24px;
  }

  .card-profile-wrapper .card-profile:not([class*="col"]) {
    flex: 0 0 calc(50% - 12px);
  }
}

@media (min-width: 1200px) {
  .card-profile-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 2%;
  }

  .card-profile-wrapper + .btn-box {
    margin-top: 0;
  }

  .card-profile-wrapper .card-profile:not([class*="col"]) {
    flex: 0 0 32%;
    margin-bottom: 30px;
  }

  .card-profile-wrapper.pr-alone .card-profile {
    flex: 0 0 100%;
    margin-bottom: 30px;
  }
}

/* card-option */
.card-option {
  display: flex;
  position: absolute;
  top: 15px;
  right: 15px;
}

[class*="col"] .card-option {
  right: 30px;
}

.card-checkbox {
  position: relative;
}

.card-checkbox label::before {
  content: "\F588";
  display: block;
  position: absolute;
  top: 0;
  right: 0px;
  color: #999;
  font-size: 22px;
  font-family: "bootstrap-icons";
}

.card-option input[type="checkbox"] {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  height: 30px;
  width: 22px;
  background: #fff;
  opacity: 0;
  z-index: 1;
}

.card-option input[type="checkbox"]:checked + label::before {
  content: "\F586";
  color: rgb(var(--point-color-03));
}

/* 논문 */
/* card-patent */
.card-patent-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 25px;
}

.card-patent-wrapper.row {
  gap: 0;
}

.card-patent-wrapper .thum {
  width: 80px;
  height: 80px;
  border-radius: 80px;
  background: #f8f9fa url(/common/images/thumb-image.png) no-repeat center center;
  background-size: 80px;
  overflow: hidden;
}

.card-patent-wrapper .thum img {
  /* max-width: 100%;
     */
  max-height: 100%;
}

.card-patent-wrapper .card-patent {
  border: none;
  transition: all 0.3s ease-out;
}

.card-patent-wrapper .card-patent:not([class*="col"]) {
  flex: 0 0 100%;
  margin: 0;
}

.card-patent-wrapper .card-patent .border-dash:hover,
.card-patent-wrapper .card-patent .border-dash:focus {
  border: 1px solid #015dbb;
}

.card-patent .category-list {
  /* display: flex;
     */
  font-size: 15px;
  padding-right: 70px;
  word-break: keep-all;
}

.card-patent .category-list > .item:after {
  font-size: 13px;
}

.card-patent .card-body {
  padding: 30px 24px 24px;
}

.card-patent .card-footer {
  padding: 24px;
  background-color: #e3e8ed;
}

/* 특허 게시판 단독으로 쓰입니다. */
.patent-type .card-patent .card-body {
  flex: 0 0 auto;
}

.patent-type .card-patent .card-footer {
  height: 100%;
}

/* platform-info */
.platform-info a:hover p,
.platform-info a:focus p {
  text-decoration: underline;
}

.platform-info h4 {
  margin: 7px 0 24px;
  font-size: 18px;
  line-height: 1.4;
}

.platform-info p {
  color: #333;
  margin-bottom: 0;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.platform-info .list-arrange {
  font-size: 15px;
  padding-top: 18px;
  margin-top: 15px;
  border-top: 1px dashed #ccc;
}

@media (min-width: 992px) {
  .card-patent-wrapper {
    gap: 20px;
  }

  .card-patent-wrapper .card-patent:not([class*="col"]) {
    flex: 0 0 calc(50% - 10px);
  }

  .platform-info h4 {
    font-size: 22px;
  }

  .patent-type .platform-info h4 {
    font-size: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.4;
    height: 60px;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
}

@media (min-width: 1200px) {
  .search-result {
    font-size: 30px;
  }

  .card-patent .card-body {
    padding: 30px;
  }

  .card-patent .card-footer {
    padding: 25px 40px;
  }

  .card-patent-wrapper .thum {
    width: 60px;
    height: 60px;
  }
}

@media (min-width: 1700px) {
  .card-patent-wrapper .thum {
    width: 80px;
    height: 80px;
  }
}

/* pager */
.pager-top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  font-size: 17px;
}

.pager-total span {
  font-weight: 600;
}

.pager-info {
  display: flex;
  color: #555;
  gap: 15px;
  margin-top: 7px;
}

.pager-info .type01 {
  position: relative;
  padding-left: 44px;
}

.pager-info .type01::before {
  content: "New";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #e17000;
}

.pager-info .type02 {
  position: relative;
  padding-left: 22px;
}

.pager-info .type02::before {
  content: "\F4F4";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  font-family: bootstrap-icons;
  font-size: 21px;
  color: #015dbb;
}

.pager-info .type03 {
  position: relative;
  padding-left: 33px;
}

.pager-info .type03::before {
  content: "Sold\AOut";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  white-space: pre;
  font-family: "Poppins", sans-serif;
  font-size: 11px;
  font-weight: 600;
  color: #999;
  text-align: center;
  line-height: 10px;
}

/* list */
.list-arrange {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0;
  color: #333;
}

.list-arrange li {
  padding-right: 4px;
  font-size: 15px;
}

.list-arrange li:not(:last-child):not(.none) {
  position: relative;
  padding-right: 25px;
}

.list-arrange li:not(:last-child):not(.none)::after {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  background-color: #e1e2ea;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}

/* tags-list */
.tags-list > .item {
  display: inline-block;
  font-size: 15px;
  color: rgb(var(--point-color-01));
  padding: 3px 12px;
  margin: 0 0 4px 2px;
  border-radius: 30px;
  background: #f2f8ff;
  border: 1px solid rgb(var(--point-color-01));
  transition: 0.3s;
}

.tags-list > .item.bg-primary {
  color: #fff;
}

.tags-list > .item.bg-danger {
  color: #fff;
  border: 1px solid rgb(var(--point-color-03));
}

.tags-list > .item:first-child {
  margin-left: 0;
}

.tags-list > a.item:hover,
.tags-list > a.item:focus {
  color: var(--primary);
  background: var(--gray-style2);
}

/* profile-list */
/* card-list */
.card-list .item {
  border-radius: 13px;
  overflow: hidden;
  margin-bottom: 10px;
}

.card-list .item .thumb {
  position: relative;
}

.card-list .item .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.card-list .item .text-box {
  position: relative;
  padding: 20px;
  background-color: #f4f4f8;
}

.card-list .item .text-box .title {
  display: flex;
  justify-content: space-between;
}

.card-list .item .text-box .title .title-prof {
  font-size: 18px;
  font-weight: 600;
}

/*#################### 마이페이지 ####################*/
/* prof */
.mypage.prof .card {
  margin-bottom: 30px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.03);
}

.mypage.prof .card-header {
  padding: 12px 25px;
  font-size: 18px;
  background: none;
  border-bottom: none;
}

.mypage.prof .card-body {
  padding: 15px 25px;
  min-height: 272px;
}

.mypage.prof .m-profile {
  margin-bottom: 15px;
  padding: 0;
  border: 0;
}

.mypage.prof .more-link {
  top: 7px;
  right: 10px;
}

.mypage.prof .more-link span {
  border: none;
}

/* m-profile */
.m-profile {
  padding: 20px;
  border: 1px solid #dee2e6;
  border-radius: 10px;
}

.m-profile .photo-wrap {
  position: relative;
  width: 150px;
  margin: 10px auto;
}

.m-profile .btn-setting {
  position: absolute;
  right: 10px;
  top: 7px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  background: none;
  transition: all 0.3s ease-out;
}

.m-profile .btn-setting .material-icons {
  color: #555;
}

.m-profile .btn-setting:hover .material-icons,
.m-profile .btn-setting:focus .material-icons {
  color: rgb(var(--point-color-01-hover));
}

.m-profile .btn-setting:hover,
.m-profile .btn-setting:focus {
  transform: rotate(90deg);
}

.m-profile .member-img {
  margin-bottom: 20px;
  text-align: center;
  position: relative;
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  overflow: hidden;
  border-radius: 50%;
  background: #f4f4f8 url(/site/resource/inje/linc-onestop/images/member-img00.jpg) no-repeat center;
  background-size: cover;
}

.m-profile .member-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.m-profile .member-name .corp {
  display: block;
  font-size: 16px;
  font-weight: 500;
  color: #00a5b1;
  margin-bottom: 0;
}

.m-profile .member-name h4 {
  font-size: 30px;
  letter-spacing: -0.05em;
}

.m-profile .member-name h4 > span {
  margin-left: 10px;
  color: #999;
  font-size: 16px;
  font-weight: 400;
}

.m-profile .member-name .member-detail {
  position: relative;
  margin-top: 30px;
  width: 100%;
  font-size: 17px;
}

.m-profile .member-name .member-detail::before {
  content: "";
  position: absolute;
  width: 100%;
  height: auto;
  top: -15px;
  left: 0;
  border: 1px solid #efefef;
}

.m-profile .member-name .member-detail dl {
  margin-bottom: 0;
}

.m-profile .member-name .member-detail dl dt {
  float: left;
  width: 60px;
  margin-right: 10px;
  color: #ababab;
}

.m-profile .member-name .member-detail dl dd {
  float: left;
  width: calc(100% - 70px);
  color: #666;
}

.m-profile-wrap .btn-wrap .btn {
  display: flex;
  justify-content: space-between;
  padding: 20px;
  background: #f4f4f8;
  border-radius: 50px;
  color: rgb(var(--point-color-01-hover));
  font-weight: 600;
  font-size: 17px;
}

.m-profile-wrap .btn-wrap .btn .tit {
  padding-left: 50px;
  background-repeat: no-repeat;
  background-position: left center;
  transition: all 0.3s ease-out;
}

.m-profile-wrap .btn-wrap .btn .txt {
  font-family: "poppins";
  font-weight: 700;
}

.m-profile-wrap .btn-wrap .btn.btn-01 .tit {
  background-image: url(/site/resource/inje/linc-onestop/images/mypage-btn01.png);
}

.m-profile-wrap .btn-wrap .btn.btn-02 .tit {
  background-image: url(/site/resource/inje/linc-onestop/images/mypage-btn02.png);
}

.m-profile-wrap .btn-wrap .btn.btn-03 .tit {
  background-image: url(/site/resource/inje/linc-onestop/images/mypage-btn03.png);
}

.m-profile-wrap .btn-wrap .btn:hover,
.m-profile-wrap .btn-wrap .btn:focus {
  background: #ebebf4;
}

@media (min-width: 576px) {
  .m-profile {
    display: flex;
    padding: 20px;
  }

  .photo-wrap .btn-setting {
    bottom: 20px;
  }

  .m-profile .member-name {
    width: 100%;
    padding: 10px 30px;
  }

  .m-profile-wrap .btn-wrap .btn {
    padding: 20px 40px;
  }
}

@media (min-width: 992px) {
  .m-profile {
    height: 100%;
  }
}

/* icon */
.mypage.prof .sec-pr {
  margin-bottom: 30px;
  background: #eceff8;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.03);
  border-radius: 13px;
  border: 1px solid #cad2ed;
}

.mypage.prof .sec-pr .container {
  padding: 0;
}

.mypage.prof .sec-pr .sec-title strong {
  color: rgb(var(--point-color-01-hover));
}

.mypage.prof .sec-pr .item {
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 30px;
  text-align: center;
}

.mypage.prof .sec-pr .item-header {
  position: relative;
  padding: 80px 0 0 0;
  background-repeat: no-repeat;
  background-position: center top;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: -0.075em;
  text-align: center;
  background-size: 80px;
}

.mypage.prof .sec-pr .item-header .item-text {
  position: relative;
  display: inline-block;
  color: #222;
  font-size: 15px;
  word-break: keep-all;
}

.mypage.prof .sec-pr .item-header .item-text::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 0;
  left: 0;
  bottom: 3px;
  height: 20px;
  background: rgba(var(--point-color-01-hover), 0.1);
  transition: all 0.3s ease-out;
}

.mypage.prof .sec-pr .item:hover .item-header .item-text::after,
.mypage.prof .sec-pr .item:focus .item-header .item-text::after {
  width: 100%;
}

.mypage.prof .sec-pr .item-body {
  color: rgb(var(--point-color-01-hover));
}

.mypage.prof .sec-pr .item-body .item-text-1,
.sec-pr .item-body .item-text {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.075em;
}

.mypage.prof .sec-pr .item-body .item-text-1 {
  display: block;
}

.mypage.prof .sec-pr .item-body .item-text {
  color: #222;
}

.mypage.prof .sec-pr .item-body .item-value {
  font-family: "poppins";
  font-size: 25px;
  font-weight: 600;
  letter-spacing: -0.05em;
}

@media (min-width: 768px) {
  .mypage.prof .sec-pr .item-body .item-value {
    font-size: 36px;
  }

  .mypage.prof .sec-pr .item-header {
    background-size: auto;
    font-size: 17px;
  }
}

@media (min-width: 992px) {
  .mypage.prof .sec-pr .row .col-md-6 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .mypage.prof .sec-pr .sec-header {
    margin-bottom: 80px;
  }

  .mypage.prof .sec-box-pr::before {
    bottom: -150px;
    height: 150px;
  }

  .mypage.prof .sec-box-pr {
    margin-bottom: 50px;
  }

  .mypage.prof .sec-pr .item {
    margin-bottom: 0;
    padding: 30px;
  }

  .mypage.prof .sec-pr .item-body .item-text {
    font-size: 20px;
  }
}

@media (min-width: 1200px) {
  .mypage.prof .sec-pr [class|="col"]:last-child {
    border-right: none;
  }

  .mypage.prof .sec-pr .item-header .item-text {
    font-size: 18px;
  }

  .mypage.prof .sec-pr .item-body .item-text {
    font-size: 23px;
  }
}

/* chart-wrap */
.chart-wrap .chart {
  width: 100%;
  height: 260px;
}

.mypage.prof .chart-wrap .sec-title strong {
  color: rgb(var(--point-color-01-hover));
}

.mypage.prof .chart-wrap {
  padding-left: 0;
  padding-right: 0;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}

.mypage.prof .chart-wrap .item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 30px 0;
  padding: 10px 30px;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: -0.075em;
  background-size: 80px;
  color: #222;
  border-radius: 50px;
  background: #f4f4f8;
}

.mypage.prof .chart-wrap .item-body {
  color: rgb(var(--point-color-01-hover));
}

.mypage.prof .chart-wrap .item-body .item-text-1,
.chart-wrap .item-body .item-text {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.075em;
}

.mypage.prof .chart-wrap .item-body .item-text-1 {
  display: block;
}

.mypage.prof .chart-wrap .item-body .item-text {
  color: #222;
}

.mypage.prof .chart-wrap .item-body .item-value {
  font-family: "poppins";
  font-size: 25px;
  font-weight: 600;
  letter-spacing: -0.05em;
}

/* board-list-detail */
.board-dt {
  margin: 0;
  padding: 12px 25px;
  background: #f7f7fa;
  height: 366px;
  overflow-y: auto;
}

.board-dt > ul > li {
  padding: 14px 0;
  display: flex;
  flex-direction: column;
  flex: 1 0 100%;
  justify-content: space-between;
  border-bottom: 1px dashed #8e8e8e;
}

.board-dt > ul > li > .item {
  display: flex;
  justify-content: start;
  align-items: flex-start;
}

.board-dt > ul > li > .item:nth-child(2) {
  justify-content: start;
}

.board-dt > ul > li .item:nth-child(2) .item-cont {
  padding: 15px 0 0 0;
}

.board-dt > ul > li .item .item-cont .num {
  display: none;
  width: 50px;
  text-align: left;
  color: rgb(var(--point-color-01));
  font-family: "poppins";
  font-weight: 600;
}

.board-dt > ul > li .item .label {
  display: inline-block;
  color: rgb(var(--point-color-01));
  font-size: 14px;
  background: #fff;
  border: 1px solid rgb(var(--point-color-01));
  border-radius: 4px;
  margin: 2px;
  padding: 1px 3px;
  white-space: nowrap;
}

.board-dt > ul > li .item .label.label01 {
  color: #5f54bd;
  background: #e5e2ff;
  border: 1px solid #5f54bd;
}

.board-dt > ul > li .item .label.label02 {
  color: #26909b;
  background: #ddf3f5;
  border: 1px solid #26909b;
}

.board-dt > ul > li .item .label.label03 {
  color: #224171;
  background: #c9dbf7;
  border: 1px solid #224171;
}

.board-dt > ul > li .item .label.label04 {
  color: #e9668c;
  background: #ebdfe3;
  border: 1px solid #e9668c;
}

.board-dt > ul > li .item .label.label05 {
  color: #af7247;
  background: #f5ece6;
  border: 1px solid #af7247;
}

.board-dt > ul > li .item .tit {
  margin-bottom: 10px;
}

.board-dt > ul > li .item .tit > p {
  margin: 4px 0;
  font-size: 20px;
  font-weight: 600;
}

.board-dt > ul > li .item .tit > p > span {
  margin-right: 10px;
  color: rgb(var(--point-color-01));
  font-weight: 400;
}

.board-dt > ul > li .item-cont-info .item {
  margin-right: 10px;
}

.board-dt > ul > li .item-cont-info .item .tit {
  color: rgb(var(--point-color-05));
  font-size: 16px;
  font-weight: 500;
}

/* grade-box */
.grade-box .card-body {
  display: flex;
  flex-direction: column;
  text-align: center;
}

.grade-box .score {
  margin: 6px 0;
  color: #000;
  font-size: 30px;
  line-height: 1.5;
  font-weight: 500;
}

.grade-box .score small {
  font-size: 23px;
}

.mileage-box .card-body {
  display: flex;
  flex-direction: column;
}

.mileage-box .item {
  margin-bottom: 10px;
  padding: 6px;
  text-align: center;
  background: #f4f4f8;
  border-radius: 13px;
}

.mileage-box .item .num {
  margin-bottom: 0;
  color: #000;
}

.mileage-box .item .txt {
  color: #666;
}

@media (min-width: 768px) {
  .mileage-box .card-body {
    flex-direction: row;
    gap: 1%;
  }

  .mileage-box .item {
    -ms-flex: 1 1 20%;
    flex: 1 1 20%;
    max-width: 20%;
    padding: 20px 0;
  }

  .board-dt > ul > li .item .item-cont .num {
    display: inline-block;
  }

  .board-dt > ul > li {
    flex-direction: row;
  }

  .board-dt > ul > li > .item:nth-child(2) {
    flex-shrink: 0;
    flex-basis: 100px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
  }

  .board-dt > ul > li > .item:nth-child(2) .item-cont {
    padding: 0;
  }

  .board-dt > ul > li > .item:nth-child(2) .item-cont .btn {
    margin-bottom: 6px;
  }
}

@media (min-width: 1200px) {
  .mypage-top {
    display: flex;
  }

  .mypage-top .card-body {
    height: 150px;
  }

  .mypage-top .grade-box {
    flex: 1 0 330;
  }

  .mypage-top .mileage-box {
    flex: 1 1 auto;
    margin-left: 30px;
  }

  .grade-box .card-body {
    flex-direction: row;
  }

  .grade-box .card-body .item:nth-child(2) {
    margin-left: 20px;
  }

  .mileage-box .card-body {
    padding: 20px;
    width: 100%;
  }

  .mileage-box .item {
    -ms-flex: 1 1 23%;
    margin: 0;
    padding: 23px 0;
  }

  .mileage-box .item .num {
    font-size: 20px;
  }

  .mileage-box .item .num strong {
    font-size: 25px;
  }
}

/* greeting */
.greeting .img-box {
  position: relative;
}

.greeting .tit {
  position: relative;
  margin-bottom: 30px;
  padding-top: 50px;
  font-size: 25px;
  word-break: keep-all;
}

.greeting .tit::before {
  content: "";
  display: block;
  position: absolute;
  top: 12px;
  left: 0;
  width: 48px;
  height: 13px;
  border-radius: 20px;
  background: rgb(var(--point-color-03));
  transform: rotate(135deg);
}

.greeting .txt {
  margin-bottom: 30px;
}

.greeting .txt p {
  word-break: break-word;
}

.greeting .name {
  display: flex;
  justify-content: right;
}

.greeting .name > span {
  display: flex;
  align-items: center;
  height: 46px;
}

.greeting .name > span {
  padding: 0 5px;
  border-bottom: 2px solid rgb(var(--point-color-03));
}

.greeting .name .txt-lg {
  border-bottom: 2px solid rgb(var(--point-color-01));
}

.greeting .history {
  position: relative;
  padding: 30px 0;
}

.greeting .history > li {
  position: relative;
  margin: 0;
  padding-left: 54px;
}

.greeting .history > li .history-inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border-bottom: 1px dotted #ddd;
  margin-bottom: 30px;
  padding: 0 0 30px 0;
}

.greeting .history > li:last-child .history-inner {
  border-bottom: none;
}

.greeting .history::before {
  content: "";
  position: absolute;
  width: 1px;
  height: calc(100% - 200px);
  background-color: #ddd;
  top: 50px;
  left: 7px;
}

.greeting .history > li::after {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  background-color: rgb(var(--point-color-04));
  border: 4px solid #d7cfe3;
  border-radius: 50%;
  top: 20px;
  left: 0;
}

.greeting .history > li:first-child::before {
  top: 20px;
}

.greeting .history li .year {
  font-family: "poppins";
  color: #ddd;
  font-size: 40px;
  font-weight: 600;
}

.greeting .history li .year > span {
  color: rgb(var(--point-color-01));
}

.greeting .history li .list {
  margin-left: 20px;
  margin-top: 10px;
}

.greeting .history li .list > li {
  word-break: keep-all;
}

.greeting.type01 .img-box {
  max-width: 570px;
  padding: 0 30px 30px 0;
}

.greeting.type01 .img-box::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 290px;
  height: 290px;
  background: #052e64;
  z-index: -1;
}

.greeting.type02 .img-box {
  margin-bottom: 60px;
}

.greeting.type02 .tit-box {
  margin-bottom: 30px;
}

.greeting.type02 .tit {
  margin: 0;
  padding: 30px;
  color: #fff;
  font-size: 16px;
  background: #052e64;
  text-align: justify;
  word-break: break-all;
}

.greeting.type02 .tit::before {
  top: -10px;
  left: 40px;
}

@media (min-width: 768px) {
  .greeting .history > li {
    padding-left: 54px;
  }

  .greeting .history > li .history-inner {
    flex-direction: row;
  }

  .greeting .history li .list {
    margin-left: 45px;
  }

  .greeting .d-md-flex {
    justify-content: space-between;
  }
}

@media (min-width: 1200px) {
  .greeting .tit {
    font-size: 34px;
  }

  .greeting.type02 .tit {
    padding: 50px;
    font-size: 19px;
  }

  .greeting .history {
    margin-left: 100px;
  }
}

/* detail */
.detail-con .detail-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 5px;
}

.detail-con .detail-list li {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 13px solid #ccc;
  width: 140px;
  height: 140px;
  transition: 0.3s;
}

.detail-con .detail-list li:hover {
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
}

.detail-con .detail-list li.detail-box01 {
  border-color: #cee1f7;
}

.detail-con .detail-list li.detail-box02 {
  border-color: #cbeaf7;
}

.detail-con .detail-list li.detail-box03 {
  border-color: #cad4f0;
}

.detail-con .detail-list li.detail-box04 {
  border-color: #9bbae7;
}

.detail-con .detail-list li.detail-box05 {
  border-color: #cfead3;
}

.detail-con .detail-list li.detail-box06 {
  border-color: #8fd6d0;
}

.detail-con .detail-list li.detail-box07 {
  border-color: #ffe9a7;
}

.detail-con .detail-list li.detail-box08 {
  border-color: #ffdcad;
}

.detail-con .detail-list li.detail-box09 {
  border-color: #d6c8ea;
}

.detail-con .detail-list li.detail-box10 {
  border-color: #ffd3d6;
}

.detail-con .detail-list li .tit {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  color: #4c4c4c;
  text-align: center;
  width: 100%;
  display: -webkit-box;
  word-wrap: break-word;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  padding: 0 15px;
}

.detail-con .detail-list li .num {
  font-family: "Poppins";
  font-weight: 700;
  font-size: 32px;
  line-height: 1;
  color: rgb(var(--point-color-01));
  margin: 0;
}

.detail-con .detail-list li .num small {
  font-size: 16px;
}

.detail-con .detail-list li button {
  border: 1px solid transparent;
  border-top-color: var(--sub-color-01-light);
  border-bottom-color: var(--sub-color-01-light);
  color: var(--sub-color-01-light);
  background-color: transparent;
  padding: 0px 5px;
  font-size: 14px;
  transition: 0.5s;
}

.detail-con .detail-list li button:hover,
.detail-con .detail-list li button:focus {
  background-color: var(--sub-color-01-light);
  color: #fff;
  border-color: var(--sub-color-01-light);
  border-radius: 50px;
}

@media (min-width: 576px) {
  .detail-con .detail-list {
    gap: 20px;
  }

  .detail-con .detail-list li {
    width: 185px;
    height: 185px;
    border: 20px solid #ccc;
  }

  .detail-con .detail-list li .tit {
    font-size: 16px;
    padding: 0 20px;
  }

  .detail-con .detail-list li .num {
    font-size: 40px;
    margin: 4px 0;
  }

  .detail-con .detail-list li button {
    padding: 2px 7px;
  }

  .detail-con .detail-list.detail-sm li {
    width: 100px;
    height: 100px;
    border-width: 14px;
  }
}

/* mileage */
.mypage.prof .mileage .card-body {
  min-height: 250px;
}

.mileage .tit-ment {
  margin: 0;
  padding: 10px 0;
  font-size: 26px;
  text-align: center;
}

.mileage .tit-ment strong {
  font-family: "Poppins";
  color: rgb(var(--point-color-01));
}

.mileage .year {
  display: flex;
  justify-content: center;
}

.mileage .board-dt .detail-con .detail-list {
  width: 100%;
}

.mileage .board-dt .detail-con .detail-list li {
  border-width: 12px;
}

.mileage .board-dt .detail-con .detail-list li .num {
  font-size: 20px;
}

.mileage .board-dt .detail-con .detail-list li {
  width: 120px;
  height: 120px;
}

.mileage .board-dt li .detail-con {
  width: 100%;
  margin: 10px 0;
}

/* board-search */
.board-search {
  background-color: #f9f9f9;
  padding: 15px 20px;
  border-radius: 5px;
}

.board-search > .row {
  width: 100%;
  margin: 0 auto;
}

.board-search .board-search-con {
  padding: 0;
  gap: 7px 0;
}

.board-search .form-text {
  font-family: var(--font-type01);
  text-align: center;
}

.board-search .form-text::before {
  display: inline-block;
  content: "\F3D7";
  font-family: "bootstrap-icons";
  margin-right: 7px;
  vertical-align: middle;
}

.board-search .board-watch {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 0;
  background-color: #fff;
  margin-bottom: 7px;
}

.board-search .board-watch select {
  border: 0;
  padding: 0;
  background-color: transparent;
}

.board-search .board-watch select::after {
  display: inline-block;
  content: "";
  width: 1px;
  height: 10px;
  background-color: #ccc;
  margin-right: 0 10px;
  vertical-align: middle;
}

.board-search .board-watch button {
  width: 140px;
  background-color: transparent;
  height: 36px;
}

.board-search .board-watch button:hover,
.board-search .board-watch button:focus {
  background-color: var(--main-color01);
}

.board-search .board-search-box {
  border-radius: 5px;
  justify-content: center;
  padding: 0;
  gap: 7px;
}

.board-search .board-search-box li {
  padding: 0;
  position: relative;
}

.board-search .board-search-box select {
  border: 0;
}

.board-search .board-search-box input {
  border: 0;
}

.board-search .board-search-box input::placeholder {
  color: #949494;
}

.board-search .board-search-box .btn-search {
  border: 0;
  width: 100%;
  background-color: var(--main-color01);
  transition: 0.3s;
  text-align: center;
}

.board-search .board-search-box .btn-search::after {
  display: inline-block;
  content: "\F52A";
  font-family: var(--font-icon);
  color: #fff;
  font-weight: bold;
  transition: 0.3s;
  vertical-align: middle;
}

.board-search .board-search-box .btn-search:hover,
.board-search .board-search-box .btn-search:focus {
  background-color: var(--main-color01-hover);
}

/* medal board */
.board-gallery a .txt-box .medal {
  display: block;
  width: 30px;
  height: 30px;
  background-image: url(/site/resource/inje/linc-onestop/images/rank-etc.png);
  background-repeat: no-repeat;
  position: absolute;
  top: -4px;
  right: 8px;
}
.board-gallery a .txt-box .medal.medal-first {
  background-image: url(/site/resource/inje/linc-onestop/images/rank01.png);
}
.board-gallery a .txt-box .medal.medal-second {
  background-image: url(/site/resource/inje/linc-onestop/images/rank02.png);
}
.board-gallery a .txt-box .medal.medal-third {
  background-image: url(/site/resource/inje/linc-onestop/images/rank03.png);
}
.board-gallery a .txt-box .medal p {
  color: #fff;
  font-family: var(--font-type01);
  font-size: 15px;
  font-weight: bold;
  margin: 0;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
}
.txt-box.medal-box p {
  font-size: 15px;
  margin-bottom: 2px;
}
.txt-box.medal-box .m-badge {
  min-width: 52px;
}
.txt-box.medal-box .badge-primary-none {
  background-color: #999;
  color: #fff;
}

@media (min-width: 768px) {
  .mileage .tit-ment {
    text-align: left;
    font-size: 24px;
  }

  .mileage .tit-ment small {
    font-size: 16px;
  }

  .mileage .year {
    justify-content: start;
  }

  .board-search {
    padding: 20px 25px;
  }

  .board-search .form-text {
    margin-bottom: 0;
  }

  .board-search .board-watch {
    background-color: transparent;
  }

  .board-search .board-watch::before {
    display: inline-block;
    content: "";
    width: 1px;
    height: 15px;
    background-color: #c7c7c7;
    vertical-align: middle;
    margin: 0 5px;
  }

  .board-search .board-search-box {
    background-color: #fff;
    gap: 0;
  }

  .board-search .board-search-box li:first-child {
    padding-right: 20px;
  }

  .board-search .board-search-box li:first-child:after {
    display: inline-block;
    content: "";
    width: 1px;
    height: 15px;
    background-color: #ccc;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
  }

  .board-search .board-search-box .btn-search {
    background-color: transparent;
  }

  .board-search .board-search-box .btn-search:hover,
  .board-search .board-search-box .btn-search:focus {
    background-color: var(--main-color01);
  }

  .board-search .board-search-box .btn-search::after {
    color: var(--main-color01);
  }

  .board-search .board-search-box .btn-search:hover::after,
  .board-search .board-search-box .btn-search:focus::after {
    color: #fff;
  }
}

@media (min-width: 992px) {
  .mileage .tit-ment {
    padding: 30px 0;
    font-size: 20px;
  }
}

@media (min-width: 1200px) {
  .mileage .tit-ment {
    margin-bottom: 20px;
    padding: 10px 0;
    font-size: 30px;
  }

  .board-search > .row {
    margin: 0 -15px;
  }

  .board-search .board-search-con {
    padding: 0 15px;
  }

  .board-search .board-watch {
    width: 180px;
    margin-bottom: 0;
  }
}
@media (min-width: 1400px) {
  .col-xxl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
}

/* 20251208 jyg */
.greeting.type03 .img-box {
  height: 200px;
  margin-bottom: 20px;
}
.greeting.type03 .img-box img {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.greeting.type03 .tit-box {
  position: absolute;
  display: inline-block;
  background-color: #052e64;
  padding: 20px 25px;
  bottom: 0;
  left: 0;
  width: 100%;
}
.greeting.type03 .tit {
  padding-top: 10px;
  margin-bottom: 0;
  font-size: 18px;
  color: #fff;
}
.greeting.type03 .tit::before {
  top: -28px;
}

@media (min-width: 992px) {
  .greeting.type03 .img-box {
    height: 300px;
    margin-bottom: 80px;
  }
  .greeting.type03 .tit-box {
    width: auto;
    padding: 45px 65px;
    bottom: -40px;
    right: 40px;
    left: unset;
  }
  .greeting.type03 .tit {
    font-size: 28px;
  }
  .greeting.type03 .tit::before {
    top: -48px;
  }
  .greeting.type03 .txt {
    padding: 0 40px;
  }
  .greeting.type03 .txt p {
    margin-bottom: 20px;
  }
  .greeting.type03 .txt .name {
    margin-bottom: 0;
  }
}
@media (min-width: 1400px) {
  .greeting.type03 .tit-box {
    right: 80px;
  }
  .greeting.type03 .txt {
    padding: 0 80px;
  }
}
