/* Common */
.sec-pin .pin-inner {
  max-width: 1310px;
  width: 100%;
  margin: 0 auto;
  padding: 0px 15px;
}

.sec-pin span {
  display: block;
  font-size:2.4rem;
}

.img {
  font-size: 0px;
}

@media(max-width:1200px) {
  .sec-pin span {
    font-size: 2rem;
  }
}
@media(max-width:1024px) {

}
@media(max-width:768px) {
  .sec-pin span {
    font-size: 1.8rem;
  }
}
@media(max-width:500px) {
  .sec-pin span {
    font-size: 1.5rem;
  }
}


/* Sub Visual */
.sub-visual {
  width: 100%;
  height:280px;
  background-color: #f4f9fb;
}

.sub-visual-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1790px;
  width: 100%;
  margin:0 auto;
  padding:0px 15px;
  height: 100%;
  text-align: center;
}

.sub-visual-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 4rem;
  font-weight:600;
  color:#06495c;
}

.sub-visual-gnb {
  margin-top: 40px;
}

.sub-visual-gnb ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap:16px;
}

.sub-visual-gnb a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 130px;
  height: 44px;
  border-radius: 30px;
  font-size: 2rem;
  font-weight: 500;
  color:#aaaaaa;
}

.sub-visual-gnb li.on a {
  font-weight: 600;
  color:#fff;
  background-color: #0a87a8;
}

@media(max-width:1200px) {
  .sub-visual-title {
    font-size:3.2rem;
  }

  .sub-visual-gnb ul {
    gap:10px;
  }

  .sub-visual-gnb a {
    width: 120px;
    height: 36px;
    font-size: 1.6rem;
  }
}
@media(max-width:1024px) {
  .sub-visual {
    height:220px;
  }

  .sub-visual-gnb {
    margin-top: 20px;
  }

  .sub-visual-gnb ul {
    gap:6px;
  }

  .sub-visual-gnb a {
    width: 100px;
    height: 32px;
    font-size: 1.4rem;
  }
}
@media(max-width:768px) {
  .sub-visual {
    height:180px;
  }

  .sub-visual-title {
    font-size:2.6rem;
  }

  .sub-visual-gnb {
    display: none;
  }
}
@media(max-width:500px) {

}


/* About */
.about .sec01 .txt {
  position: absolute;
  top:50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 1310px;
  width: 100%;
  margin:0 auto;
  padding:0px 15px;
  z-index:5;
  color: #58595B;
}

.about .sec01 .txt .t01 {
  margin-bottom: 40px;
}

.about .sec01 .txt .t02 {
  line-height:1.5;
}

.about .sec01 .bak {
  width:100%;
  height:576px;
  background: url('/asset/img/sub/company/about/sec01_bak.png') no-repeat right 7.7% center;
}

.about .sec02 .swiper-wrapper {
  pointer-events: none;
  -webkit-transition-timing-function:linear !important;
  transition-timing-function:linear !important;
}

.about .sec02 .swiper-slide {
  width: 25%;
}

.about .sec02 .img {
  position: relative;
  width:100%;
  height: 0;
  padding-top: calc(270/480*100%);
  overflow: hidden;
}

.about .sec02 .img img {
  display: block;
  position: absolute;
  top:0;
  left:0;
  width: 100%;
  height: 100%;
}

.about .sec03 {
  background: url('/asset/img/sub/company/about/sec03_bak.png') no-repeat bottom center / cover;
}

.about .sec03 .t02,
.about .sec03 .t03 {
  line-height:1.6;
}

@media(max-width:1200px) {
  .about .sec01 .bak {
    height: 476px;
    background-position:right 20px center;
    background-size: auto 476px;
  }
}
@media(max-width:1024px) {
  .about .sec01 .txt .t01 {
    margin-bottom: 30px;
  }

  .about .sec01 .bak {
    height: 286px;
    background-size: auto 286px;
  }
}
@media(max-width:768px) {
  .about .sec01 .txt {
    position: relative;
    top:unset;
    left: unset;
    transform: none;
    margin-bottom:60px;
  }

  .about .sec01 .txt .t01 {
    margin-bottom: 20px;
  }

  .about .sec02 .swiper-slide {
    width: 33.33%;
  }
}
@media(max-width:500px) {
  .about .sec01 .txt {
    margin-bottom: 40px;
  }

  .about .sec01 .txt .t01 {
    margin-bottom: 10px;
  }

  .about .sec01 .bak {
    height: 146px;
    background-size: auto 146px;
  }

  .about .sec02 .swiper-slide {
    width: 50%;
  }
}


/* History */
.history .his-area {
  padding: 120px 0px;
  background:url('/asset/img/sub/company/history/sec_bak.png') no-repeat bottom center / cover;
}

.history .his-wrap {
  display: flex;
  align-items: center;
}

.history .his-area .img {
  width: 50%;
  text-align: center;
}

.history .his-area .con {
  width: 50%;
}

.history .his-area .item {
  position: relative;
  padding-left: 6.25%;
}

.history .his-area .item:not(:last-child) {
  padding-bottom: 120px;
}

.history .his-area .item:not(:last-child)::before {
  content: "";
  display: block;
  position: absolute;
  top:32px;
  left: 0;
  width: 2px;
  height: 100%;
  background-color: #c2c2c2;
}

.history .his-area .item dt {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 320px;
  height:64px;
  margin-bottom: 40px;
  border-radius: 10px;
  background-color: #0a87a8;
  line-height: 1;
}

.history .his-area .item dt::before {
  content: "";
  display: block;
  position: absolute;
  top:32px;
  left:-3px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #0a87a8;
}

.history .his-area .item dt::after {
  content: "";
  display: block;
  position: absolute;
  top:20px;
  left:-15px;
  width: 32px;
  height: 32px;
  background-color:rgba(10,135,168,.4);
  border-radius: 50%;
}

.history .his-area .item dd {
  display: flex;
  align-items: center;
}

.history .his-area .item dd:not(:last-child) {
  padding-bottom: 20px;
}

.history .his-area .item span {
  display: block;
  width: calc(100% - 80px);
}

.history .his-area .item span:last-child {
  display: flex;
  gap:4px;
}

.history .his-area .item span:last-child em {
  display: block;
}

.history .his-area .item span.dot {
  width: 80px;
}

@media(max-width:1200px) {
  .history .his-area .item:not(:last-child)::before {
    top:22px;
  }

  .history .his-area .item dt {
    width: 260px;
    height:50px;
  }

  .history .his-area .item dt::before {
    top: 22px;
  }

  .history .his-area .item dt::after {
    top: 10px;
  }
}
@media(max-width:1024px) {
  .history .his-area {
    padding:100px 0px;
  }

  .history .his-area .item:not(:last-child) {
    padding-bottom: 100px;
  }

  .history .his-area .item:not(:last-child)::before {
    top:20px;
  }

  .history .his-area .item dt::before {
    top: 20px;
    left: -2px;
    width: 6px;
    height: 6px;
  }

  .history .his-area .item dt::after {
    top: 10px;
    left: -12px;
    width: 26px;
    height:26px;
  }

  .history .his-area .item dt {
    width: 240px;
    height: 44px;
    margin-bottom: 30px;
  }

  .history .his-area .item dd:not(:last-child) {
    padding-bottom: 12px;
  }

  .history .his-area .item span {
    width: calc(100% - 70px);
  }

  .history .his-area .item span.dot {
    width: 70px;
  }
}
@media(max-width:768px) {
  .history .his-area {
    padding:80px 0px;
  }

  .history .his-wrap {
    flex-wrap: wrap;
  }

  .history .his-area .img {
    width:100%;
    margin-bottom: 40px;
  }

  .history .his-area .con {
    width:100%;
  }

  .history .his-area .item {
    padding-left: 40px;
  }

  .history .his-area .item:not(:last-child) {
    padding-bottom:80px;
  }

  .history .his-area .item:not(:last-child)::before {
    left: 20px;
  }

  .history .his-area .item dt {
    width: 200px;
    height: 38px;
    margin-bottom: 20px;
  }

  .history .his-area .item dt::before {
    top: 16px;
    left: 18px;
  }

  .history .his-area .item dt::after {
    top:7px;
    left: 9px;
    width: 24px;
    height:24px;
  }
}
@media(max-width:500px) {
  .history .his-area {
    padding:60px 0px;
  }

  .history .his-area .img img {
    width: 262px;
  }

  .history .his-area .item {
    padding-left: 0px;
  }

  .history .his-area .item:not(:last-child) {
    padding-bottom: 40px;
  }

  .history .his-area .item:not(:last-child)::before {
    display: none;
  }

  .history .his-area .item dt {
    width: 100%;
    height:34px;
    margin-bottom: 16px;
  }

  .history .his-area .item dt::before {
    display: none;
  }

  .history .his-area .item dt::after {
    display: none;
  }

  .history .his-area .item dd:not(:last-child) {
    padding-bottom:8px;
  }

  .history .his-area .item span {
    width: calc(100% - 50px);
  }

  .history .his-area .item span:last-child {
    gap:2px;
  }

  .history .his-area .item span.dot {
    width: 50px;
  }
}


/* Vision */
.vision .sec01 .ci-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 120px 0px;
}

.vision .sec01 .ci-wrap::before {
  content: "";
  display: block;
  position: absolute;
  top:0;
  left:50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 76%;
  background: url('/asset/img/sub/company/vision/sec01_bak.png') no-repeat center / cover;
  z-index: -1;
}

.vision .sec01 .ci-wrap::before {
  background-image: none;
  background-color: #f4f9fb;
  height: 100%;
}

.vision .sec01 .ci-wrap .list {
  display: flex;
  align-items: center;
  width: 100%;
  padding-left:30px;
  border:1px solid #0a87a8;
  border-radius: 20px;
  background-color: #fff;
}

.vision .sec01 .ci-wrap .list li {
  flex:1 1;
  padding:50px;
}


.vision .sec01 .ci-wrap .txt{
color: #58595B;

}
.vision .sec01 .txt .t02 {
  line-height: 1.4;
}

.vision .sec02 {
  padding: 120px 0px;
  background: url('/asset/img/sub/company/vision/sec02_bak.png') no-repeat center / cover;
}

.vision .sec02 .txt .t01 {
  line-height:1.6;
}

.vision .sec02 .vision-wrap {
  overflow: hidden;
}

.vision .sec02 .list {
  display: flex;
  flex-wrap: wrap;
  margin-top: -1px;
}

.vision .sec02 .list li {
  flex:1 1 33.33%;
  max-width: 33.33%;
  border-top: 1px solid rgba(255,255,255,.5);
}

.vision .sec02 .list li:not(:nth-child(3n)) {
  border-right: 1px solid rgba(255,255,255,.5);
}

.vision .sec02 .list .card {
  height: 100%;
  padding: 120px 11.7647%;
  background-color: rgba(88,89,91,.8);
}

.vision .sec02 .list .card-tit {
  font-size: 2.8rem;
  margin-bottom: 30px;
}

.vision .sec02 .list .card-tit i {
  display: inline-block;
  margin:0px 20px;
}

.vision .sec02 .list .card-txt {
  font-size: 2rem;
}

@media(max-width:1200px) {
  .vision .sec02 .list .card {
    padding: 100px 0px 100px 8%;
  }

  .vision .sec02 .list .card-tit {
    font-size: 2.4rem;
  }

  .vision .sec02 .list .card-txt {
    font-size: 1.6rem;
  }
}
@media(max-width:1024px) {
  .vision .sec01 .ci-wrap {
    padding: 100px 0px;
  }

  .vision .sec01 .ci-wrap .list li {
    padding:36px;
  }

  .vision .sec02 {
    padding: 100px 0px;
  }

  .vision .sec02 .list li {
    flex:1 1 50%;
    max-width: 50%;
  }

  .vision .sec02 .list li:not(:nth-child(3n)) {
    border-right:0px;
  }

  .vision .sec02 .list li:nth-child(odd) {
    border-right: 1px solid rgba(255,255,255,.5);
  }

  .vision .sec02 .list .card {
    padding: 80px 20px;
  }

  .vision .sec02 .list .card-tit {
    margin-bottom: 20px;
  }

  .vision .sec02 .list .card-tit i {
    margin:0px 12px;
  }
}
@media(max-width:768px) {
  .vision .sec01 .ci-wrap {
    padding: 80px 0px;
  }

  .vision .sec01 .ci-wrap .img01 img {
    width: 346px;
  }

  .vision .sec01 .ci-wrap .img02 img {
    width: 346px;
  }

  .vision .sec01 .ci-wrap .img03 img {
    width: 246px;
  }

  .vision .sec01 .ci-wrap .list {
    flex-wrap: wrap;
    padding:0px;
  }

  .vision .sec01 .ci-wrap .list li {
    flex:1 1 100%;
    padding: 30px;
  }

  .vision .sec01 .ci-wrap .list li:first-child {
    border-bottom: 1px solid #0a87a8;
  }

  .vision .sec02 {
    padding: 80px 0px;
  }

  .vision .sec02 .list li {
    flex:1 1 100%;
    max-width: 100%;
  }

  .vision .sec02 .list li:nth-child(odd) {
    border-right: 0px;
  }

  .vision .sec02 .list .card {
    padding:30px 16px;
    text-align: center;
  }

  .vision .sec02 .list .card-tit {
    font-size: 2rem;
    margin-bottom: 10px;
  }

  .vision .sec02 .list .card-tit i {
    vertical-align: middle;
    font-size: 1.6rem;
    margin: 0px 8px;
  }

  .vision .sec02 .list .card-txt {
    font-size: 1.5rem;
  }
}
@media(max-width:500px) {
  .vision .sec01 .ci-wrap {
    padding: 60px 0px;
  }

  .vision .sec01 .ci-wrap .img01 img {
    width: 246px;
  }

  .vision .sec01 .ci-wrap .img02 img {
    width: 226px;
  }

  .vision .sec01 .ci-wrap .img03 img {
    width: 146px;
  }

  .vision .sec01 .ci-wrap .list li {
    padding: 16px;
  }

  .vision .sec02 {
    padding: 60px 0px;
  }

  .vision .sec02 .list .card {
    padding:20px 12px;
  }

  .vision .sec02 .list .card-tit {
    font-size:1.6rem;
    margin-bottom: 6px;
  }

  .vision .sec02 .list .card-tit i {
    font-size: 1.3rem;
    margin: 0px 6px;
  }

  .vision .sec02 .list .card-txt {
    font-size: 1.3rem;
  }
}


/* Ethic */
.ethic .txt {
  display: flex;
  margin-bottom: 80px;
  color: #58595B;
}

.ethic .txt .t01 {
  width: 350px;
}

.ethic .txt .t02 {
  width: calc(100% - 350px);
  line-height:1.5;
}

.ethic .order {
  position: relative;
  padding: 120px 0px;
}

.ethic .order::after {
  content: "";
  display: block;
  position: absolute;
  top:0;
  left:50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 100%;
  background-color: #f3f9fb;
  z-index: -1;
}

.ethic .order .list {
  display: flex;
  margin: 0 -40px;
  padding: 0px 20px;
}

.ethic .order .list li {
  flex:1 1;
  padding: 0px 40px;
  position: relative;
}

.ethic .order .list li:not(:last-child)::after {
  content: "";
  display: block;
  position: absolute;
  /* top:50%; */
  /* right: -52px;
  transform: translateY(-50%); */
  top:130px;
  right:-11px;
  width: 24px;
  height:24px;
  background: url('/asset/img/sub/company/ethic/sec_plus.png') no-repeat bottom center;
}

.ethic .order .form-btn .btn{
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 60px auto 0;
  max-width: 240px;
  width: 100%;
  height: 56px;
  font-size: 1.8rem;
  font-weight: 600;
  color: #fff;
  background-color: #0a87a8;
  border-radius: 30px;
  transition: all .3s ease;
}

.ethic .order .list .img {
  position: relative;
  margin-bottom: 110px;
}

.ethic .order .list .img i {
  display: block;
  position: absolute;
  left: 50%;
  bottom: -120px;
  transform: translateX(-50%);
  width: 16px;
  height: 152px;
  background: url('/asset/img/sub/company/ethic/sec_line.png') no-repeat bottom center;
}

.ethic .order .list .con {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 180px;
  padding: 20px;
  border: 1px solid #0a87a8;
  border-radius: 20px;
  background-color: #fff;
}

.ethic .order .list .con dd {
  font-size: 2rem;
  line-height: 1.6;
}

@media(max-width:1200px) {
  .ethic .txt .t01 {
    width: 240px;
  }

  .ethic .txt .t02 {
    width: calc(100% - 240px);
  }

  .ethic .order .list {
    margin: 0 -20px;
    padding: 0px 16px;
  }

  .ethic .order .list li {
    padding: 0px 20px;
  }

  .ethic .order .list .con {
    min-height: 160px;
  }

  .ethic .order .list .con dd {
    font-size: 1.6rem;
  }
}
@media(max-width:1024px) {
  .ethic .txt {
    margin-bottom: 60px;
  }

  .ethic .order {
    padding: 100px 0px;
  }

  .ethic .order .list li:not(:last-child)::after {
    /* right: -28px; */
    width: 20px;
    height:20px;
    background-size: auto 20px;
  }

  .ethic .order .list .img {
    margin-bottom: 80px;
  }

  .ethic .order .list .img i {
    bottom: -90px;
  }

  .ethic .order .list .con {
    padding: 16px;
  }
}
@media(max-width:768px) {
  .ethic .txt {
    flex-wrap: wrap;
  }

  .ethic .txt .t01 {
    width: 100%;
    margin-bottom: 20px;
  }

  .ethic .txt .t02 {
    width: 100%;
  }

  .ethic .order {
    padding: 80px 0px;
  }

  .ethic .order .list {
    display: block;
  }

  .ethic .order .list li:not(:last-child) {
    padding-bottom: 20px;
  }

  .ethic .order .list li:not(:last-child)::after {
    display: none;
  }

  .ethic .order .list .img {
    margin-bottom: 40px;
  }

  .ethic .order .list .img img {
    width: 184px;
  }

  .ethic .order .list .img i {
    bottom: -50px;
    height: 82px;
  }


  .ethic .order .list .con {
    min-height:auto;
  }

  .ethic .order .list .con dd {
    font-size: 1.4rem;
  }
}
@media(max-width:500px) {
  .ethic .txt {
    margin-bottom: 40px;
  }

  .ethic .txt .t01 {
    margin-bottom: 10px;
  }

  .ethic .order {
    padding: 60px 0px;
  }

  .ethic .order .list .img {
    margin-bottom: 20px;
  }

  .ethic .order .list .img img {
    width: 134px;
  }

  .ethic .order .list .img i {
    bottom: -25px;
    height: 62px;
    background-size:10px auto;
  }

  .ethic .order .list .con {
    padding: 10px;
    border-radius: 10px;
  }

  .ethic .order .list .con dd {
    font-size: 1.2rem;
  }
}


/* Location */
.location .din {
  display: flex;
  height:600px;
}

.location .lt {
  width: 46.875%;
}

.location .rt {
  width: 53.125%;
  background-color: #f9f9f9;
  overflow-y: auto;
}

.location .map-list {
  position: relative;
  width: 100%;
  height: 100%;
}

.location .map-list li {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
}

.location .map-list li.on {
  display: block;
  position:relative;
  height:100%;
  animation:content-on ease-in-out .5s forwards;
}

.location .info-list li {
  cursor: pointer;
}

.location .info-list li:not(:last-child){
  border-bottom: 1px solid #d6d6d6;
}

.location .iframe {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.location .iframe * {
  display: block;
  position: absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
  width: 100%;
  height: 100%;
}

.location .con {
  padding: 40px 3% 40px 6%;
}

.location .info {
  display: flex;
  flex-wrap: wrap;
  gap:10px;
}

.location .info dd {
  flex:1 1;
}

.location .info dd:first-child,
.location .info dd.w100 {
  flex:1 1 100%;
}

.location .info dd {
  display: flex;
}

.location .info em {
  display: block;
  width: 45px;
}

.location .info em.mw-95{
  width: auto;
  min-width: 95px;
}

.location .info em.w140px{
  width: auto;
  min-width: 140px;
}

.location .info span {
  width: calc(100% - 45px);
}

.location .info dd:has(.cir-cle){
  align-items: center;
}
.location .info dd .cir-cle{
  padding: 3px 8px;
  border-radius: 50px;
  margin-right: 5px;
}
.location .info dd .cir-cle.bg-mustard{background-color: #BDB092;}
.location .info dd .cir-cle.bg-skyblue{background-color: #0090D2;}
.location .info dd .cir-cle.bg-purple{background-color: #996CAC;}


@media(max-width:1200px) {

}
@media(max-width:1024px) {
  .location .din {
    flex-wrap: wrap;
    height: auto;
  }

  .location .lt {
    width: 100%;
  }

  .location .rt {
    width: 100%;
    height:400px;
  }

  .location .iframe {
    position: relative;
    width: 100%;
    height:0;
    padding-top: 72.25%;
  }

  .location .con {
    padding: 30px 20px;
  }

  .location .info {
    gap:6px;
  }

  .location .info em {
    width: 40px;
  }

  .location .info em.mw-95{
    min-width: 85px;
  }

  .location .info span {
    width: calc(100% - 40px);
  }
}
@media(max-width:768px) {
  .location .con {
    padding: 20px;
  }
}
@media(max-width:500px) {
  .location .rt {
    height:300px;
  }

  .location .con {
    padding: 16px;
  }

  .location .info {
    flex-direction: column;
  }
  .location .info em.w140px{
    min-width: 90px;
  }
}


@media(max-width:1200px) {

}
@media(max-width:1024px) {

}
@media(max-width:768px) {

}
@media(max-width:500px) {

}


@media(max-width:1200px) {

}
@media(max-width:1024px) {

}
@media(max-width:768px) {

}
@media(max-width:500px) {

}


@media(max-width:1200px) {

}
@media(max-width:1024px) {

}
@media(max-width:768px) {

}
@media(max-width:500px) {

}


@media(max-width:1200px) {

}
@media(max-width:1024px) {

}
@media(max-width:768px) {

}
@media(max-width:500px) {

}


/* Animation */
@keyframes content-on {
  from { opacity: 0; }
  to { opacity: 1; }
}

.company_categorize {
  margin-top: 40px;
}

.company_categorize ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: -4px -8px;
}

.company_categorize li {
  padding: 4px 8px;
}

.company_categorize a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 56px;
  padding: 0px 24px;
  border-radius: 10px;
  background-color: #e0e0e0;
  font-size: 2rem;
  font-weight:500;
  color:#636363;
}

.company_categorize li.on a {
  background-color: #0a87a8;
  color:#fff;
}

@media(max-width:1200px) {
  .company_categorize a {
    height: 48px;
    padding: 0px 18px;
    font-size:1.6rem;
  }
}
@media(max-width:1024px) {
  .company_categorize {
    margin-top: 30px;
  }

  .company_categorize ul {
    margin: -4px;
  }

  .company_categorize li {
    padding: 4px;
  }

  .company_categorize a {
    height: 42px;
    padding: 0px 16px;
  }
}
@media(max-width:768px) {
  .company_categorize a {
    height: 38px;
    padding: 0px 12px;
    font-size: 1.5rem;
  }
}
@media(max-width:500px) {
  .company_categorize {
    margin-top: 20px;
  }

  .company_categorize ul {
    margin: -2px;
  }

  .company_categorize li {
    padding: 2px;
  }

  .company_categorize a {
    height: 32px;
    padding: 0px 10px;
    font-size: 1.3rem;
  }
}

.new-mi-vi{
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}

.new-mi-vi .box-mivi{
  border-radius: 20px;
  width: calc(50% - 15px);
  background-color: #f4f9fb;
  padding: 75px 70px;
  text-align: center;
}

.new-mi-vi .icon{
  width: 180px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  box-shadow: 4px 7.8px 10px 0px rgba(25, 117, 141, 0.1);
  background-color: #fff;
}

.new-mi-vi .txt{
  color: #58595B;
}

@media all and (max-width:1024px){
  .new-mi-vi .box-mivi{width: 100%;}
}

@media all and (max-width:768px){
  .new-mi-vi .box-mivi{
    padding: 35px 25px;
  }
}


.product-sub-menu {
  padding: 20px 0;

}
.product-sub-menu .container{
  display: flex;
  align-items: center;
  gap: 10px;
}
.product-sub-menu .h-menu{
  position: relative;
  display: flex;
  align-items: center;
  gap:14px;
  font-size: 2.4rem;
  font-weight: 700;
  color: #168cab;
}

.product-sub-menu .h-menu + .h-menu:before{
  content: '';
  width: 8px;
  height: 8px;
  display: block;
  border-top: 1px solid #a1a1a1;
  border-right: 1px solid #a1a1a1;
  transform: rotate(45deg);
}


.article-content,
.article-content * {
  all: revert; /* 브라우저 기본값으로 복구 (상속 무시) */
  box-sizing: border-box;
}

/* 2. CKEditor 스타일 재정의 */
.article-content {
  font-family: sans-serif, Arial, Verdana, "Trebuchet MS", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 13px; /* .cke_editable 기준 */
  line-height: 1.6;
  color: #333;
  background-color: #fff;
  display: block;
  word-wrap: break-word;
}

/* 블록 요소 및 태그별 설정 */
.article-content blockquote {
  font-style: italic;
  font-family: Georgia, Times, "Times New Roman", serif;
  padding: 2px 0 2px 20px;
  border-left: 5px solid #ccc;
  margin: 1em 0;
}

.article-content a {
  color: #0782C1;
  text-decoration: underline;
}

.article-content ol,
.article-content ul {
  padding: 0 0 0 40px;
  margin: 1em 0;
  list-style: revert; /* all:revert로 인해 사라진 불렛 복구 */
}

.article-content h1,
.article-content h2,
.article-content h3,
.article-content h4,
.article-content h5,
.article-content h6 {
  font-weight: normal;
  line-height: 1.2;
  margin: 1.2em 0 0.6em;
}

.article-content hr {
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
}

.article-content img.right {
  border: 1px solid #ccc;
  float: right;
  margin-left: 15px;
  padding: 5px;
}

.article-content img.left {
  border: 1px solid #ccc;
  float: left;
  margin-right: 15px;
  padding: 5px;
}

.article-content pre {
  white-space: pre-wrap;
  word-wrap: break-word;
  tab-size: 4;
  background: #f5f5f5;
  padding: 10px;
}

.article-content .marker {
  background-color: Yellow;
}

.article-content figure {
  text-align: center;
  outline: solid 1px #ccc;
  background: rgba(0,0,0,0.05);
  padding: 10px;
  margin: 10px 20px;
  display: inline-block;
}

/* 이미지 및 위젯 스타일 */
.article-content a > img {
  padding: 1px;
  margin: 1px;
  outline: 1px solid #0782C1;
}

.article-content .image-grayscale img {
  filter: grayscale(100%);
}

.article-content .embed-240p { max-width: 426px; margin: 0 auto; }
.article-content .embed-720p { max-width: 1280px; margin: 0 auto; }
