@charset "UTF-8";
@import url(reset.css);
@import url(font.css);
@import url(common.css);



/* 20241008 팝업 */
.popup20241008 {
  font-family: Arial, sans-serif;
  width: 100%;
  max-width: 800px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 777;
  padding: 20px;
  box-sizing: border-box;
  display: block;
}

.popup20241008 .font-bold {
  font-weight: 700;
  /* 추가 */
}

.popup20241008 .popup_container {
  background: #fff;
  padding: 20px;
  box-sizing: border-box;
  box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.5);
}

.popup20241008 h1 {
  font-size: 1.5em;
  margin-bottom: 20px;
  word-break: keep-all;
}

.popup20241008 .notice {
  background-color: #f8f9fa;
  padding: 15px;
  margin-bottom: 20px;
  border-radius: 5px;
  font-size: 1.3em;
  /* 추가 */
  line-height: 1.6;
  /* 추가 */
}

.popup20241008>table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 20px;
}

.popup20241008 th,
.popup20241008 td {
  border: 1px solid #ddd;
  padding: 10px;
  text-align: left;
}

.popup20241008 th {
  background-color: #1a237e;
  color: white;
  text-align: center;
}

.popup20241008 td {
  vertical-align: top;
}

.popup20241008 .ex u {
  padding-left: 23px;
  display: block;
  text-indent: -23px;
}

.popup20241008 .subj {
  width: 20%;
}

.popup20241008 .subj:first-child {
  font-weight: bold;
  vertical-align: middle;
}

.popup20241008 .download-section {
  margin-top: 20px;
  padding: 10px;
  background-color: #f8f9fa;
}

.popup20241008 .download-link {
  display: block;
  margin: 5px 0;
  color: #1a237e;
  text-decoration: none;
}

.popup20241008 .download-link:hover {
  text-decoration: underline;
}

.popup20241008 .close_box {
  background: #000;
  display: flex;
  justify-content: space-between;
  padding: 10px;
  box-sizing: border-box;
}

.popup20241008 .close_box a {
  color: #fff;
  display: flex;
  align-items: center;
  min-width: 70px;
}

.popup20241008 .close_box a:hover {
  color: #ffe4ae;
}

.popup20241008 .close_box a img {
  margin-right: 10px;
  margin-top: 2px;
}

/* 작은 화면에서 반응형 */
@media (max-width: 600px) {
  .popup20241008 {
    width: 100%;
    padding: 10px;
  }

  .pop_wrap {
    height: 400px;
    overflow: auto;
    position: relative;
  }

  /* .pop_wrap:before {
    content: "";
    position: absolute;
    width: 100%; height: 20px;
    background: #eee; bottom: 0;
  } */
  .popup20241008 table {
    font-size: 14px;
  }

  .popup20241008 table td {
    height: 200px;
  }

  .popup20241008 .download-section {
    font-size: 14px;
  }

  .popup20241008 .close_box {
    font-size: 15px;
  }
}


#visual {
  height: 100vh;
  position: relative;
  background: #000;
}

html,
body {
  position: relative;
  height: 100%;
}


.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.autoplay-progress {
  position: absolute;
  right: 16px;
  bottom: 16px;
  z-index: 10;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  color: var(--swiper-theme-color);
}

.autoplay-progress svg {
  --progress: 0;
  position: absolute;
  left: 0;
  top: 0px;
  z-index: 10;
  width: 100%;
  height: 100%;
  stroke-width: 4px;
  stroke: var(--swiper-theme-color);
  fill: none;
  stroke-dashoffset: calc(125.6 * (1 - var(--progress)));
  stroke-dasharray: 125.6;
  transform: rotate(-90deg);
}

#visual .slide_text {
  position: absolute;
  z-index: 4;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -60%);
  text-align: center;
  width: 60vw;
  word-break: keep-all;
  font-family: 'SpoqaHanSansNeo-Light';
}

#visual .slide_text strong {
  font-size: 60px;
  color: #fff;
}

#visual .slide_text p {
  font-size: 26px;
  color: rgba(255, 255, 255, 0.7);
  margin-top: 0.75em;
}



#visual .swiper-num {
  position: absolute;
  bottom: 20vh;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 10px;
  z-index: 4;
}

#visual .swiper-num .sw-num {
  color: #fff;
}

#visual .swiper-num .sw-num i {
  font-style: normal;
  font-size: 15px;
  font-weight: bold;
  padding: 0 6px;
  color: #aaa;
  cursor: pointer
}

#visual .swiper-num .sw-num i.on {
  color: #fff;
}

#visual .swiper-num .prog {
  width: 100px;
  height: 1px;
  background: #777;
  margin-top: 12px;
  position: relative;
}

#visual .swiper-num .prog .bar {
  position: absolute;
  width: 0%;
  height: 100%;
  background: #fff;
}


#visual .mySwiper video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#visual .mySwiper .play-btn {
  background: none;
  border: 0;
  color: #fff;
  cursor: pointer;
}



#visual .scroll_ani {
  position: absolute;
  left: 50%;
  bottom: 6vh;
  z-index: 10;
  transform: translateX(-50%);
  color: #ECF3FA;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  font-size: 12px;
}

#visual .scroll_ani .mouse {
  width: 24px;
  height: 34px;
  border: 2px solid #ECF3FA;
  display: block;
  border-radius: 50px;
  position: relative;
}

#visual .scroll_ani .mouse:before {
  content: "";
  position: absolute;
  width: 2px;
  height: 9px;
  background: #ECF3FA;
  border-radius: 4px;
  left: 50%;
  top: 19px;
  transform: translateX(-50%);
  animation: wheel 1s infinite;
}

@keyframes wheel {
  0% {
    top: 5px;
  }

  100% {
    top: 19px;
  }
}

/* #visual .mouse {position: absolute; z-index: 4; bottom: 50px; left: 50%; transform: translateX(-50%);} */

#section1 {
  background: url('../images/bg_section1.jpg') center top;
  background-size: cover;
}


#section2 {
  background: #252DA2;
  display: flex;
  gap: 60px;
}

#section2 .left {}

#section2 .left img {
  width: 100%;
}

#section2 .cont {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  box-sizing: border-box;
  word-break: keep-all;
  ;
}

#section2 .cont .cate {
  font-size: 40px;
  color: #fff;
  font-weight: bold;
  display: block;
  margin-bottom: 40px;
}

#section2 .cont em {
  font-style: normal;
  font-size: 18px;
  color: #00B7FF;
  display: block;
  margin-bottom: 10px;
}

#section2 .cont p {
  font-size: 34px;
  color: #fff;
  display: none;
  font-family: 'SpoqaHanSansNeo-Medium';
  margin-bottom: 40px;
}

#section2 .cont p.on {
  display: block;
}

#section2 .btn1 {
  display: none;
}

#section2 .btn1.on {
  display: inline-block;
}

#section3 {
  height: 80vh;
  /* background: url('../images/bg_section3.jpg') center top; */
  background-size: cover;
  border-radius: 0 0 80px 80px;
  overflow: hidden;
  position: relative;
}

#section3 video {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover
}

#section3 .centerbox {
  position: relative;
  z-index: 2
}

#section3 .cont {
  float: left;
  width: 50%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  box-sizing: border-box;
  display: none;
}

#section3 .cont strong {
  font-size: 34px;
  color: #fff;
  display: block;
  font-family: 'SpoqaHanSansNeo-Medium';
  margin-bottom: 1.4em;
  width: auto;
}

#section3 .cont p {
  font-size: 20px;
  color: #fff;
  margin-bottom: 1.4em;
}

#section3 .cont a.btn1 img {
  margin-right: 8px;
  float: left;
  margin-top: 2px;
  ;
}



/* subpage */
.subpage {
  padding: 8vw 0px 10vw 0px;
  font-family: 'SpoqaHanSansNeo-Light';
  word-break: keep-all;
  min-height: calc(100vh - 986px);
}

.subpage h2 {
  font-size: 24px;
  margin-bottom: 61px;
}

.subpage h2 em {
  display: block;
  text-align: center;
  font-style: normal;
  margin-bottom: 17px;
  color: var(--fontColor2);
}

.subpage h2 .title_top {
  display: none;
  font-size: 34px;
  text-align: center;
  width: 100%;
  color: var(--fontColor1);
  width: 100%;
  margin: 0 auto;
  font-family: 'SpoqaHanSansNeo-Regular';
}

.subpage h2 .title_top.on {
  display: block;
}

.subpage .article {
  font-size: var(--contSize3);
  color: #62656E;
  font-family: 'SpoqaHanSansNeo-Light';
  line-height: 1.4;
}

.subpage .article p {
  margin-bottom: 1.4em;
  letter-spacing: 0;
}

.subpage .article p b {
  font-weight: bold;
  margin: 0 2px;
  color: #000;
  font-size: 22px;
}

.subpage .article li li:last-child p {
  margin-bottom: 0;
}

.subpage .article p span.point1 {
  color: var(--fontColor2);
}

.subpage .article p span.point2 {
  color: var(--fontColor2);
  font-weight: bold;
}

.subpage .article p em {
  color: #fff;
  background: var(--fontColor2);
  font-style: normal;
}

.subpage .article p.ceo {
  display: flex;
  align-items: center;
  gap: 10px
}

.bd_faq_srch :not(form) .subpage .article table {
  font-size: 18px;
  font-family: 'SpoqaHanSansNeo-Light';
  border-collapse: collapse;
  margin-bottom: 1.4em;
}

.subpage .article table th {
  border: 1px solid #C6D4E0;
  padding: 0.5em 1.1em
}

.subpage .article table.bd_lst th {
  padding: 8px 12px;
}

.subpage .article table.bd_lst td {
  padding: 8px 12px;
}

.subpage table:not(.bd_lst_wrp table) td {
  border: 1px solid #C6D4E0;
  padding: 0.5em 1.1em;
}

.subpage .article .bd_faq_srch table td {
  border: 0px solid #C6D4E0;
  padding: 0
}

.subpage .article a.mail {
  color: var(--fontColor2);
  text-decoration: underline;
  text-underline-position: under;
}

.board_faq #bd_209_0 ol.bd_lst li {
  flex-grow: 0
}

.subpage .subpage_nav {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  font-family: 'SpoqaHanSansNeo-Medium';
  flex-wrap: wrap;
  margin-bottom: 7vw;
}

.subpage .subpage_nav.on {
  position: fixed;
  top: 80px;
  width: 100%;
  left: 0;
  z-index: 5;
  background-color: #ECF3FA;
  box-shadow: 0 0 30px rgba(14, 67, 113, 0.1)
}

.subpage .subpage_nav a {
  color: #C6D4E0;
  font-size: 22px;
  padding: 1vw 2vw;
  display: block;
  position: relative;
}

.subpage .subpage_nav a:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 18px;
  background: #C6D4E0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.subpage .subpage_nav a:last-child::before {
  display: none;
}

.subpage .subpage_nav a.on {
  color: var(--fontColor2);
}






/* .overview .article {padding: 0 20px;} */
.overview .article .cont {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.overview .article .cont li {
  background: #C6D4E0;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc((100% - 60px) / 4);
  /* height: 15vw;  */
  border-radius: 10px;
}

.overview .article .cont li .box {
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  background: #fff;
  padding: 37px 30px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 18px;
  border-radius: 10px;
}

.overview .article .cont li.first {
  background: linear-gradient(180deg, #00B7FF, #015CAB);
}

.overview .article .cont li.first .box {
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.overview .article .cont li.first .box b.text1 {
  color: var(--fontColor2);
}

.overview .article .cont li.first .box span.text2 {
  font-size: 22px;
  color: #999;
}

.overview .article .cont li b.text1 {
  font-size: 22px;
  color: var(--fontColor1);
  line-height: 1.3;
}

.overview .article .cont li span.text2 {
  font-size: 18px;
  color: #62656E;
  flex-grow: 2;
}

.overview .article .cont li.first .box b.text1 {
  font-size: 30px;
}

.overview .article .cont li sub {
  font-size: 12px;
  color: #777;
  font-family: 'SpoqaHanSansNeo-Light';
}

.overview .article .cont li .icon {
  text-align: right;
}


.overview .video_box {
  width: 100%;
  padding: 10vw 0;
  background: url('../images/bg_sub01_02.jpg');
  margin-top: 10vw;
}

.overview .centerbox_sub {}

.overview video {
  width: 100%;
}




/* 회사정보 - 기업이념 */
.philo .about .article {
  display: flex;
  gap: 5vw;
  justify-content: center;
  align-items: center;
}

.philo .about .article figure {
  width: 50%;
}

.philo .about .article figure img {
  width: 100%;
}

.philo .about .article li {
  width: 50%;
}

.philo .about .article li h3 {
  color: var(--fontColor2);
  font-size: 24px;
  margin-bottom: 17px;
}

.philo .about .article li strong {
  color: var(--fontColor1);
  font-size: 34px;
  display: block;
  margin-bottom: 20px;
}

.philo .about .article li p {
  color: var(--fontColor1);
  font-size: var(--contSize3);
}

.philo .banner {
  width: 100%;
  height: 400px;
  background: url('../images/bg_sub01_03.jpg') center;
  background-size: cover;
  margin: 8vw 0;
}

.philo .banner .cont {
  display: flex;
  height: 100%;
}

.philo .banner .cont li {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
}

.philo .banner .cont li h3 {
  font-size: 24px;
  margin-bottom: 16px;
}

.philo .banner .cont li span {
  font-size: 32px;
}


.philo .action h3 {
  text-align: center;
}

.philo .action h3 em {
  font-style: normal;
  font-size: 24px;
  font-weight: bold;
  color: var(--fontColor2);
  font-size: 24px;
  margin-bottom: 17px;
}

.philo .action h3 span {
  display: block;
  font-size: 34px;
  margin-top: 17px;
}

.philo .action .cont {
  display: none;
  gap: 100px;
  flex-wrap: wrap;
  margin-top: 80px;
  justify-content: center;
  justify-content: flex-start;
}

.philo .action .cont li {
  width: 40%;
  display: flex;
  align-items: center;
  gap: 40px;
}

.philo .action .cont li figure {
  width: 130px;
  height: 130px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 0 20px rgba(14, 67, 113, 0.06);
  flex-shrink: 0;
  border-radius: 50%;
}

.philo .action .cont li figure img {
  width: 80%;
}

.philo .action .cont li .text h3 {
  text-align: left;
  font-size: 22px;
  margin-bottom: 15px;
}

.philo .action .cont li .text p {
  font-size: var(--contSize3);
  font-family: 'SpoqaHanSansNeo-Light';
}

.philo .action .cont.on {
  display: flex;
}

.ideology .all_ideo {
  display: none;
}

.ideology .ideo {
  display: block;
}

.ideo .cont li {
  display: flex;
  gap: 5vw;
  justify-content: center;
  align-items: center;
}

.ideo .country>.cont li {
  gap: 2vw;
}

.ideo .cont li figure {
  width: 20%;
}

.ideo .cont li figure img {
  width: 100%;
}

/* .ideo .cont li {width: 50%;} */
.ideo .cont li h3 {
  color: var(--fontColor2);
  font-size: 24px;
  margin-bottom: 17px;
}

.ideo .cont li strong {
  color: var(--fontColor1);
  font-size: 34px;
  display: block;
  margin-bottom: 20px;
}

.ideo .cont li p {
  color: var(--fontColor1);
  font-size: var(--contSize3);
}

.ideo .banner {
  width: 100%;
  height: 400px;
  background: url('../images/bg_sub01_03.jpg') center;
  background-size: cover;
  margin: 8vw 0;
}

.ideo .banner .cont {
  display: flex;
  height: 100%;
}

.ideo .banner .cont li {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
}

.ideo .banner .cont li h3 {
  font-size: 24px;
  margin-bottom: 16px;
  color: #fff;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

.ideo .banner .cont li span {
  font-size: 29px;
}


.ideo .action h3 {
  text-align: center;
}

.ideo .action h3 em {
  font-style: normal;
  font-size: 24px;
  font-weight: bold;
  color: var(--fontColor2);
  font-size: 24px;
  margin-bottom: 17px;
}

.ideo .action h3 span {
  display: block;
  font-size: 34px;
  margin-top: 17px;
}

.ideo .action .cont {
  display: flex;
  gap: 100px;
  flex-wrap: wrap;
  margin-top: 80px;
  justify-content: center;
  justify-content: flex-start;
}

.ideo .action .cont li {
  width: 40%;
  display: flex;
  align-items: center;
  gap: 40px;
}

.ideo .action .cont li figure {
  width: 130px;
  height: 130px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 0 20px rgba(14, 67, 113, 0.06);
  flex-shrink: 0;
  border-radius: 50%;
}

.ideo .action .cont li figure img {
  width: 110px;
}

.ideo .action .cont li .text h3 {
  text-align: left;
  font-size: 22px;
  margin-bottom: 15px;
}

.ideo .action .cont li .text p {
  font-size: var(--contSize3);
  font-family: 'SpoqaHanSansNeo-Light';
}






/* 회사정보 - symbol */
.symbol .about .article {
  display: flex;
  gap: 5vw;
  justify-content: center;
  align-items: center;
}

.symbol .about .article figure {
  /* width: 50%; */
  min-width: 40%;
}

.symbol .about .article figure img {
  width: 100%;
}

.symbol .about .article li {
  /* width: 50%; */
}

.symbol .about .article li h3 {
  color: var(--fontColor2);
  font-size: 24px;
  margin-bottom: 17px;
}

.symbol .about .article li strong {
  color: var(--fontColor1);
  font-size: 34px;
  margin-bottom: 20px;
}

.symbol .about .article li strong.on {
  display: block;
}

.symbol .about .article li p {
  color: var(--fontColor1);
  font-size: var(--contSize3);
}

[lang="en"] .symbol .about .article {
  gap: 3vw;
}

/* 회사정보 - 회사연혁 */

.history .history_wrap {
  margin: 8vw auto;
  width: 82%;
}

.history .history_year {
  display: flex;
}

.history .history_year strong {
  font-size: 40px;
  color: var(--fontColor1);
  font-family: 'SpoqaHanSansNeo-Medium';
  line-height: 38px;
  text-align: center;
  padding-right: 3.5vw;
}

.history .history_year .cont {
  flex-grow: 1;
  position: relative;
  padding-left: 3.5vw;
  padding-bottom: 4vw;
}

.history .history_year .cont::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  background: #C6D4E0;
  left: 0;
}

.history .history_year .cont li {
  display: flex;
  gap: 2vw;
  margin-bottom: 0.1vw;
}

.history .history_year .cont em {
  font-size: 18px;
  font-style: normal;
  color: var(--fontColor1);
  font-family: 'SpoqaHanSansNeo-Medium';
}




.history_wrap .all .cont:after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  background: #C6D4E0;
  border-radius: 50%;
  left: -4px;
  top: 0;
}

.history_wrap .all:first-child .history_year:first-child .cont:after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  background: #015CAB;
  border-radius: 50%;
  left: -8px;
  top: 0;
}

.history_wrap .all:last-child .history_year:last-child .cont:after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  background: #015CAB;
  border-radius: 50%;
  left: -8px;
  top: 0;
}

.history_wrap .all:last-child .history_year:last-child .cont::before {
  display: none;
}



/* 회사정보 - 오시는길 */
.direction .article .map_mitsubishi {
  display: flex;
}

.direction .article .map_mitsubishi .menu {
  width: 280px;
  display: none;
}

.direction .article .map_mitsubishi .menu.on {
  display: block;
}

.direction .article .map_mitsubishi .menu li {
  height: 80px;
  font-size: 22px;
  text-indent: 20px;
  border: 1px solid #C6D4E0;
  margin-top: -1px;
  background: #fff url('../images/icon_arrow.png') no-repeat right 20px center;
  display: grid;
  align-items: center;
  justify-content: start;
  align-content: center;
  padding: 0 8px;
}

.direction .article .map_mitsubishi .menu li a {
  display: block;
  width: 100%;
  height: 100%;
  align-items: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  word-break: break-all;
  max-width: 220px;
}

.direction .article .map_mitsubishi .menu li.on {
  border: 1px solid #015CAB;
  background: #015CAB url('../images/icon_arrow_o.png') no-repeat right 20px center;
}

.direction .article .map_mitsubishi .menu li.on a {
  color: #fff;
}

.direction .article .maps {
  flex-grow: 1;
  position: relative;
}

.direction .article .maps>li {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.direction .article .maps>li.dogok {
  opacity: 1;
  visibility: visible
}

.direction .article .maps>li .map_mitsu {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.direction .article .maps .root_daum_roughmap {
  width: 100%;
  margin-top: -18px;
}

.direction .article .maps>li .info {
  position: absolute;
  width: 460px;
  background: #fff;
  bottom: 0px;
  right: 0px;
  z-index: 9;
  transition: 0.2s;
  /* transform: translate(calc(-50% + 20px), 70px); */
  border: 1px solid #000;
  box-sizing: border-box;
  padding: 30px 20px
}

.direction .article .maps>li .info h5 {
  font-size: var(--contSize3);
  color: var(--fontColor1);
  margin-bottom: 17px;
}

.direction .article .maps>li .info .cont li {
  display: flex;
  gap: 5px;
  box-sizing: border-box;
}

.direction .article .maps>li .info .cont li p {
  font-size: 14px;
  flex-grow: 1;
  color: #62656e;
}




/* 결산공고 */
.financial .article .pagenum {
  margin-bottom: 3vw;
  color: var(--fontColor1);
}

.financial .article .pagenum .ea {
  color: var(--fontColor2);
  font-weight: bold;
  position: relative;
  margin-right: 10px;
}

.financial .article .pagenum .ea:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 15px;
  background: #C6D4E0;
  right: -7px;
  top: 3px;
}

.financial .article .pagenum .now_page {
  color: var(--fontColor2);
  font-weight: bold;
}

.financial .article .pagenum .total_page {
  font-weight: bold;
}

.financial .article .cont {}

.financial .article .cont li {
  border: 1px solid #ECF3FA;
  margin-bottom: 18px;
  padding: 2.1em 2.2em;
  border-radius: 10px;
  transition: 0.3s;
  font-size: 22px;
}

.financial .article .cont>li>a {
  display: block;
  box-sizing: border-box;
  background: url('../images/icon_arrow.png') no-repeat right 0px center;
  color: #00061D;
  font-family: 'SpoqaHanSansNeo-Medium';
  transition: 0.3s;
}

.financial .article .cont li a span.finan_date {
  color: #99ABBC;
  font-family: 'SpoqaHanSansNeo-Light';
}

.financial .article .cont li .financial_box {
  display: none;
}

.financial .article .cont li .financial_box .currency {
  text-align: right;
  color: #99ABBC;
  font-size: 16px;
}

.financial .article .cont li.on {
  border: 1px solid #ECF3FA;
  box-shadow: 0 0 30px rgba(14, 67, 113, 0.1);
}

.financial .article .cont li.on>a {
  background: url('../images/icon_arrow_up.png') no-repeat right 0px top;
  display: block;
  border-bottom: 1px solid #C6D4E0;
  margin-bottom: 50px;
  padding-bottom: 38px
}

.financial .article .cont li.on .financial_box {
  box-sizing: border-box;
}

.financial .financial_box {
  display: none;
}

/* .financial .financial_box table {width: 100%;background: #ECF3FA;} */
.financial .financial_box .table_container {
  display: flex;
  flex-wrap: wrap;
}

.financial .financial_box table {
  width: 100%;
  background: #ECF3FA;
  flex-grow: 1;
  /*  margin-bottom: 10vw; */
}

.financial .financial_box th {
  height: 4em;
  background: #ECF3FA;
  color: #00061D;
  text-align: center;
  border-right: 1px solid #fff;
}

.financial .financial_box table:last-child th:last-child {
  border-right: 0px solid #fff;
}

.financial .financial_box th.subject {}

.financial .financial_box th.amount {}

.financial .financial_box tbody {}

.financial .financial_box td {
  height: 72px;
  background: #fff;
  text-indent: 10px;
  font-family: 'SpoqaHanSansNeo-Regular';
  color: #00061D;
  font-size: 18px;
}

.financial .financial_box td.tit {
  width: 40%;
  font-family: 'SpoqaHanSansNeo-Light';
}

.financial .financial_box td.sum {
  width: 30%;
  text-align: right;
  padding: 0 20px;
  box-sizing: border-box;
  font-family: 'SpoqaHanSansNeo-Medium';
}

.financial .financial_box td.poin {
  text-align: right;
  padding: 0 20px;
  box-sizing: border-box;
  color: #E80050;
}

.financial .financial_box td.lineb {
  border-bottom: 1px solid #00061D;
}

.financial .financial_box .depth2 td.tit {
  padding-left: 15px;
}

.financial .financial_box .depth3 td.tit {
  padding-left: 30px;
}

.financial .financial_box .depth3-2 td.tit {
  padding-left: 40px;
}

.financial .financial_box .sign_box {
  margin-top: 3vw;
}

.financial .financial_box .sign_box p {
  text-align: center;
  margin-bottom: 0.2em;
  color: var(--fontColor1);
}

.financial .financial_box .thanks {
  background: #ECF3FA;
  font-size: 18px;
  padding: 17px 20px;
  box-sizing: border-box;
  border-radius: 10px;
  color: var(--fontColor1);
  font-weight: normal;
  margin-top: 2vw;
}

.financial .financial_box .thanks h5 {
  font-size: 18px;
  color: var(--fontColor1);
  margin-bottom: 5px;
}

.financial .financial_box .thanks .ceo_name {
  text-align: right;
}


.financial .page_navi {
  display: flex;
  justify-content: space-between;
  margin-top: 6vw;
}

.financial .page_navi .pagenumber {
  display: flex;
  gap: 5px;
}

.financial .page_navi .pagenumber li {
  width: 52px;
  text-align: center;
  font-size: 20px;
  border-radius: 4px;
}

.financial .page_navi .pagenumber li a {
  display: block;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.financial .page_navi .pagenumber li.on,
.financial .page_navi .pagenumber li:hover {
  background: #015CAB;
}

.financial .page_navi .pagenumber li.on a,
.financial .page_navi .pagenumber li:hover a {
  color: #fff;
}

.financial a.prev {
  padding: 11px 24px 11px 40px;
  border: 1px solid #C6D4E0;
  box-sizing: border-box;
  background: #ECF3FA url('../images/icon_arrow_prev.png') no-repeat 10px center;
  border-radius: 4px;
  color: #000;
  color: #99ABBC;
  font-size: 18px;
}

.financial a.next {
  padding: 11px 40px 11px 24px;
  border: 1px solid #C6D4E0;
  box-sizing: border-box;
  background: #ECF3FA url('../images/icon_arrow_next.png') no-repeat right 10px center;
  ;
  border-radius: 4px;
  color: #000;
  color: #99ABBC;
  font-size: 18px;
}



/* 해외그룹회사 */

.overseas .over_wrap {
  margin: 8vw auto;
  width: 80%;
}

.overseas .over_wrap .all {
  margin-bottom: 7vw;
}

.overseas .over_wrap .country {}

.overseas .over_wrap .country strong {
  font-size: 40px;
  margin-bottom: 60px;
  color: var(--fontColor1);
  font-family: "Montserrat", sans-serif;
  margin-bottom: 3vw;
  display: block;
}

.overseas .over_wrap .country .cont {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: space-between;
}

.overseas .over_wrap .country .cont>li {
  border: 1px solid #C6D4E0;
  border-radius: 10px;
  width: calc((100% - 20px) / 2);
  box-sizing: border-box;
  padding: 30px 38px;
}

.overseas .over_wrap .country .cont>li a {}

.overseas .over_wrap .country .cont>li .p_box {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
}

.overseas .over_wrap .country .cont>li .p_box li {
  display: flex;
}

.overseas .over_wrap .country .cont>li .p_box li figure {
  margin-right: 10px;
  min-width: 22px;
}

.overseas .over_wrap .country .cont>li .p_box li p {
  font-size: 18px;
}

.overseas .over_wrap .country .cont>li em {
  font-size: 22px;
  font-style: normal;
  color: var(--fontColor2);
  font-weight: bold;
  font-family: 'SpoqaHanSansNeo-Regular';
  position: relative;
}

.overseas .over_wrap .country .cont>li.on em::before {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  right: -30px;
  bottom: 5px;
  background: url('../images/icon_arrow2.png');
}



.hello_rule .article .cont {
  display: flex;
}

.hello_rule .article .cont li {
  width: 20%;
  flex-grow: 1;
  margin-bottom: 30px;
}

.hello_rule .article .cont li .box {
  display: flex;
  flex-direction: column;
  text-align: center;
}

.hello_rule .article .cont li .box b.text1 {
  font-size: 22px;
  color: var(--fontColor2);
  line-height: 1.3;
  margin: 37px 0 17px 0;
}

.hello_rule .article .img_sub05_021 {
  max-width: 700px;
  text-align: center;
  margin: 0 auto;
  margin-top: 7vw;
  position: relative;
}

.hello_rule .article .img_sub05_021 img.bg {
  width: 100%;
  position: relative;
  z-index: 2;
}

.hello_rule .article .img_sub05_021 img.arr {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.83);
}

.hello_rule .article .img_sub05_021.on img.arr {
  animation: arrow360 3s forwards linear;
}

@keyframes arrow360 {
  0% {
    transform: translate(-50%, -50%) scale(0.83) rotate(0);
  }

  100% {
    transform: translate(-50%, -50%) scale(0.83) rotate(360deg);
  }
}


.compliance .article .cont {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  margin-top: 90px;
}

.compliance .article .cont li {
  width: 40%;
  flex-grow: 1;
  margin-bottom: 30px;
}

.compliance .article .cont li .box {
  display: grid;
  grid-template-columns: 114px 1fr;
  gap: 30px;
  align-content: start;
}

.compliance .article .cont li .box figure {
  grid-row: span 2;
}

.compliance .article .cont li .box figure img {
  width: 90%;
}

.compliance .article .cont li .box b.text1 {
  align-self: start;
  color: var(--fontColor2);
  font-size: 22px;
}


/* 한-일 리전 */
.control .article .group {
  margin-bottom: 5vw;
}

.control .article .group strong {
  display: none;
  text-align: center;
  font-size: 40px;
  color: var(--fontColor1);
  font-family: 'SpoqaHanSansNeo-Regular';
  margin-bottom: 3vw;
}

.control .article .group strong.on {
  display: block;
}

.control .article .group li.control_img {
  text-align: center;
}

.control .article .group li img {
  max-width: 100%;
  ;
}


.control .article .region {
  width: 100%;
  display: none;
}

.control .article .region strong {
  display: none;
  text-align: center;
  font-size: 40px;
  color: var(--fontColor1);
  font-family: 'SpoqaHanSansNeo-Regular';
  margin-bottom: 3vw;
}

.control .article .region strong.on {
  display: block;
}

.control .article .region .sub_title {
  font-size: 26px;
  font-weight: bold;
  width: 100%;
  background: #62656E;
  border-radius: 50px;
  color: #fff;
  text-align: center;
  padding: 2vw 0;
  ;
}

.control .article .region .cont {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  margin-top: 90px;
  justify-content: space-between;
}

.control .article .region .cont li {
  width: calc((100% - 40px) / 2);
  border: 1px solid #C6D4E0;
  border-radius: 10px;
  padding: 30px;
  justify-content: space-between;
  box-sizing: border-box;
}

.control .article .region .cont li .box {
  display: grid;
  grid-template-columns: 124px 1fr;
  gap: 30px;
  align-content: start;
}

.control .article .region .cont li .box span.num {
  grid-row: span 2;
  background: #ECF3FA;
  height: 124px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 40px;
  color: var(--fontColor2);
  font-family: 'Montserrat';
  font-weight: bold;
}

.control .article .region .cont li .box span.num img {
  width: 90%;
}

.control .article .region .cont li .box b.text1 {
  align-self: start;
  color: var(--fontColor2);
  font-size: 22px;
}

.subpage .control .article .region .cont li .box span.text2 p {
  margin-bottom: 0.5em
}




/* 핫라인 */
.control .article .hotline {
  width: 100%;
  display: none;
}

.control .article .hotline strong {
  display: none;
  text-align: center;
  font-size: 40px;
  color: var(--fontColor1);
  font-family: 'SpoqaHanSansNeo-Regular';
  margin-bottom: 20px;
}

.control .article .hotline strong.on {
  display: block;
}

.control .article .hotline .sub_title {
  font-size: 26px;
  width: 100%;
  border-radius: 50px;
  text-align: center;
}

.control .article .hotline .cont {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  margin-top: 90px;
  justify-content: space-between;
}

.control .article .hotline .cont li {
  width: calc(100%);
  justify-content: space-between;
  box-sizing: border-box;
  border: 1px solid #ECF3FA;
}

.control .article .hotline .cont li .box {
  display: grid;
  grid-template-columns: 13vw 1fr;
  align-content: start;
}

.control .article .hotline .cont li .box span.num {
  background: #ECF3FA;
  height: 124px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  color: var(--fontColor2);
  font-family: 'Montserrat';
  font-weight: bold;
}

.control .article .hotline .cont li .box span.text2 {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.control .article .hotline .cont li .box span.text2 p {
  margin-bottom: 0;
  border-bottom: 1px solid #ECF3FA;
  padding-left: 30px;
  ;
  color: #00061D;
  height: 50%;
  display: flex;
  align-items: center;
}

.control .article .hotline .cont li .box span.text2 p:last-child {
  border: 0;
}




/* 제품정보 - 전문의약품 목록 */

.drugs .article .pagenum {
  margin-bottom: 3vw;
  color: var(--fontColor1);
}

.drugs .article .pagenum .ea {
  color: var(--fontColor2);
  font-weight: bold;
  position: relative;
  margin-right: 10px;
}

.drugs .article .pagenum .ea:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 15px;
  background: #C6D4E0;
  right: -7px;
  top: 3px;
}

.drugs .article .pagenum .now_page {
  color: var(--fontColor2);
  font-weight: bold;
}

.drugs .article .pagenum .total_page {
  font-weight: bold;
}


.drugs .page_navi {
  display: flex;
  justify-content: space-between;
  margin-top: 6vw;
}

.drugs .page_navi .pagenumber {
  display: flex;
  gap: 5px;
}

.drugs .page_navi .pagenumber li {
  width: 52px;
  text-align: center;
  font-size: 20px;
  border-radius: 4px;
}

.drugs .page_navi .pagenumber li a {
  display: block;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.drugs .page_navi .pagenumber li.on,
.drugs .page_navi .pagenumber li:hover {
  background: #015CAB;
}

.drugs .page_navi .pagenumber li.on a,
.drugs .page_navi .pagenumber li:hover a {
  color: #fff;
}

.drugs a.prev {
  padding: 11px 24px 11px 40px;
  border: 1px solid #C6D4E0;
  box-sizing: border-box;
  background: #ECF3FA url('../images/icon_arrow_prev.png') no-repeat 10px center;
  border-radius: 4px;
  color: #000;
  color: #99ABBC;
  font-size: 18px;
}

.drugs a.next {
  padding: 11px 40px 11px 24px;
  border: 1px solid #C6D4E0;
  box-sizing: border-box;
  background: #ECF3FA url('../images/icon_arrow_next.png') no-repeat right 10px center;
  ;
  border-radius: 4px;
  color: #000;
  color: #99ABBC;
  font-size: 18px;
}



.drugs .cont {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  margin-top: 5vw;
}

.drugs .cont li {
  width: calc((100% - 80px) / 3);
}

.drugs .cont li figure {
  border-radius: 10px;
  border: 1px solid #E5E5E8;
  overflow: hidden;
  padding-top: 70%;
  position: relative;
}

.drugs .cont li.noImg figure {
  background: #ECF3FA url('/images/noImg.png') no-repeat center;
}

.drugs .cont li figure img {
  max-width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.drugs .cont li span.cate {
  display: block;
  font-size: 18px;
  margin: 25px 0 15px 0;
  color: #015CAB;
}

.drugs .cont li span.tit {
  font-size: 22px;
  color: #00061D;
  font-family: 'SpoqaHanSansNeo-Regular';
  margin-top: 15px;
  display: block;
}


/* 제품정보 - 전문의약품 보기 */
.pro_spec {
  display: flex;
  gap: 3vw;
}

.pro_spec .img_box {}

.pro_spec .img_box .big_img {
  width: 600px;
  height: 437px;
  border: 1px solid #E5E5E8;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.pro_spec .img_box .big_img img {
  max-width: 100%;
}

.pro_spec .img_box .small_img {
  height: 85px;
  margin-top: 10px;
  display: flex;
  gap: 10px
}

.pro_spec .img_box .small_img li {
  width: 116px;
  border: 1px solid #e5e5e8;
  overflow: hidden;
  text-align: center;
}

.pro_spec .img_box .small_img li.on {
  border: 1px solid #00061D;
}

.pro_spec .img_box .small_img img {
  height: 100%;
}

.pro_spec .spec_box {
  flex-grow: 1;
}

.pro_spec .spec li {
  display: flex;
  font-size: var(--contSize3);
  border-bottom: 1px solid #ECF3FA;
  min-height: 50px;
  padding: 5px 0;
  align-items: center;
  gap: 60px;
}

.pro_spec .spec li .cate_name {
  font-size: 14px;
  background: #D8F4FF;
  color: #00B7FF;
  padding: 6px 14px;
  flex-shrink: 0;
}

.pro_spec .spec li .cate_name.rare {
  background: #E6FFD8;
  color: #6ECB3A;
  ;
}

.pro_spec .spec li.title {
  margin-bottom: 2vw;
  gap: 20px;
  border-bottom: 0;
}

.pro_spec .spec li.title .tit {
  font-size: 40px;
  color: #00061D;
  font-family: 'SpoqaHanSansNeo-Medium';
  display: flex;
  align-items: center;
}

.pro_spec span.permit {
  font-size: 14px;
  background: pink;
  padding: 3px 11px;
  color: #895c64;
  margin-left: 10px;
}

.pro_spec span.cancelday {
  color: #e1687d;
  font-size: 14px;
  margin-left: 10px;
  letter-spacing: 0em;
  ;
}

.pro_spec .spec li .spec_name {
  color: #62656E;
  flex-shrink: 0;
  width: 100px;
  word-break: keep-all;
}

.pro_spec .spec li .spec_name.eng {
  width: 160px;
}

.pro_spec .btns_box {
  margin-top: 2vw;
  display: flex;
  justify-content: center;
}

.pro_spec .btns_box a {
  font-size: var(--contSize3);
  padding: 9px 18px;
  border: 1px solid #C6D4E0;
  border-radius: 4px;
  margin-left: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 60px;
}

.pro_spec .btns_box a img {
  margin-left: 5px;
}

.pro_spec .btns_box a.next_page {
  border: 1px solid #000;
  padding: 0.7em 1.5em;
}


/* 제품정보 - 전문의약품 보기 하단 */
.prod_detail {
  margin-top: 7vw;
  display: none;
}

.prod_detail nav {
  display: flex;
  border: 1px solid #C6D4E0;
  justify-content: space-between;
  margin-bottom: 2vw;
}

.prod_detail nav.on {
  position: fixed;
  top: 79px;
  width: 100%;
  left: 0;
  z-index: 5;
  background-color: #ECF3FA;
  box-shadow: 0 0 30px rgba(14, 67, 113, 0.1);
  justify-content: center;
}

.prod_detail nav a {
  flex-grow: 1;
  height: 80px;
  border-right: 1px solid #C6D4E0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.prod_detail nav.on a {
  flex-grow: 0;
  width: 150px;
}

.prod_detail nav a:last-child {
  border: 0;
}

.prod_detail nav a.on:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  ;
  border: 2px solid #015CAB;
  box-sizing: border-box;
}

.prod_detail nav.on a.on {
  color: #015CAB;
  font-weight: bold;
}

.prod_detail nav.on a.on:before {
  display: none;
}


.prod_detail .detail_info .package_box {}

.prod_detail .detail_info .package_box table {
  background: #ECF3FA;
  width: 100%;
}

.prod_detail .detail_info .package_box table th {
  background: #ECF3FA;
  font-size: 18px;
  border-right: 1px solid #fff;
  font-weight: normal;
  font-family: 'SpoqaHanSansNeo-Medium';
  height: 70px;
}

.prod_detail .detail_info .package_box table th:last-child {
  border: 0
}

.prod_detail .detail_info .package_box table td {
  background: #fff;
  font-size: 18px;
  height: 70px;
  text-align: center;
}

.prod_detail .detail_info .package_box table td.txt {
  text-indent: 10px;
  text-align: left;
  ;
}

.prod_detail .detail_info .package_box .package {
  margin-top: 20px;
  margin-bottom: 5vw;
}

.prod_detail .detail_info .package_box .package li {
  display: flex;
  gap: 20px;
  margin-bottom: 1px
}

.prod_detail .detail_info .package_box .package li .subj {
  background: #ECF3FA;
  font-weight: normal;
  font-family: 'SpoqaHanSansNeo-Medium';
  height: 70px;
  flex-shrink: 0;
  width: 15%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.prod_detail .detail_info .package_box .package li .text {
  flex-grow: 3;
  display: flex;
  justify-content: center;
  ;
  flex-direction: column;
}

.prod_detail .detail_info .package_box .package li .text p {
  margin-bottom: 0;
  padding-left: 0;
}


.prod_detail .detail_info h3 {
  font-size: 26px;
  color: #00061D;
  font-weight: normal;
  font-family: 'SpoqaHanSansNeo-Medium';
  margin-bottom: 1.6em;
}

.prod_detail .detail_info li {
  margin-bottom: 0.5em;
}

.prod_detail .detail_info li p {
  padding-left: 20px;
  margin-bottom: 0.5em;
}

.prod_detail .detail_info p.ex {
  margin-bottom: 0.5em;
}

.prod_detail .detail_info .detail01 {
  margin-bottom: 5em;
}

.prod_detail .detail_info .detail02 h3 {
  display: flex;
  align-items: center;
  gap: 10px
}

.prod_detail .detail_info .detail02 dt {
  font-size: 18px;
  font-family: 'SpoqaHanSansNeo-Medium';
  margin-bottom: 10px;
}

.prod_detail .detail_info .detail02 dd {
  display: flex;
  margin-left: 20px;
}

.prod_detail .detail_info .detail02 dd .num {
  flex-shrink: 0;
  width: 24px;
  margin-bottom: 0.5em;
}

.prod_detail .detail_info .detail02 em {
  font-style: normal;
  font-family: 'SpoqaHanSansNeo-Light';
  display: block;
}

.prod_detail .detail_info .detail02 dt.title {
  margin-top: 10px;
  margin-left: 20px;
}

.prod_detail .detail_info .detail02 dt em {
  margin-left: 20px;
}

.prod_detail .detail_info .detail02 dt em.tit {
  margin-top: 10px;
  margin-left: 0px;
}

.prod_detail .detail_info .detail02 .dep2 {
  display: flex;
}

.prod_detail .detail_info .detail02 .dep2 .num2 {
  margin-right: 10px;
  margin-bottom: 0.5em;
}

.prod_detail .detail_info .detail02 .dep2 .dep3 {
  width: 95%;
}

.prod_detail .detail_info .detail02 .dep2 .table_box {
  width: 100%;
  margin-bottom: 20px;
}

.prod_detail .detail_info .detail02 .dep2 .ex2 {
  margin-bottom: 0.5em;
  ;
}

.prod_detail .detail_info .detail02 .dep2 table {
  background: #ECF3FA;
  width: 100%;
}

.prod_detail .detail_info .detail02 .dep2 table th {
  background: #ECF3FA;
  height: 70px;
  border-right: 1px solid #fff;
  font-size: 17px;
  font-weight: normal;
  font-family: 'SpoqaHanSansNeo-Medium';
}

.prod_detail .detail_info .detail02 .dep2 table th:last-child {
  border: 0
}

.prod_detail .detail_info .detail02 .dep2 table td {
  background: #fff;
  height: 70px;
  padding-left: 15px;
}

.prod_detail .detail_info .detail02 .dep2 table td sup {
  font-size: 10px;
}








/* 검색창 */
.prod_srch_wrap {
  display: flex;
  justify-content: space-between;
  height: 66px;
}

.prod_srch_wrap .prod_srch {
  display: flex;
}

.prod_srch_wrap .pagenum {
  padding-top: 20px;
  box-sizing: border-box;
}

.prod_srch_wrap .prod_srch .itx {
  height: 65px;
  border: 1px solid #C6D4E0;
  padding: 0 20px;
  color: #00061D;
  font-size: var(--contSize3);
  border-radius: 3px;
  display: flex;
  align-items: center;
}

.prod_srch_wrap .prod_srch .itx select {
  border: 0;
  font-size: var(--contSize3);
  border-radius: 3px;
}

.prod_srch_wrap .prod_srch .srch_input {
  border: 1px solid #C6D4E0;
  display: flex;
  position: relative;
  margin-left: 10px;
}

.prod_srch_wrap .prod_srch .srch_input input {
  padding: 0 20px;
  border: 0;
  max-width: 210px;
}

.prod_srch_wrap .prod_srch .srch_input button {
  background: none;
  border: 0;
  width: 65px;
  height: 65px;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
}




/* faq */
#bd_195_0 .cnb_n_list {
  margin-bottom: 7vw
}

;

#bd_195_0 .bd_faq .editArea {
  display: none;
}

#bd_195_0 .bd_lst_wrp {
  display: flex;
  flex-direction: column;
}

#bd_195_0 .bd_lst_wrp .cnb_n_list {
  order: 1
}

#bd_195_0 .bd_lst_wrp .tl_srch {
  order: 2
}

#bd_195_0 .bd_lst_wrp .bd_lst.bd_faq {
  order: 3
}

#bd_195_0 .bd_lst_wrp .bd_lst.bd_faq .article {
  flex-direction: column;
}

#bd_195_0 .bd_lst_wrp .btm_mn {
  order: 4
}

#bd_195_0 .bd_lst_wrp .btm_mn+form {
  order: 5
}

#bd_195_0 .clear {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end
}

#bd_195_0 .bd_lst_wrp .bd_lst.bd_faq .clear {
  flex-direction: column;
  justify-content: flex-start
}

#bd_195_0 .cnb3 li {
  width: 22%;
  flex-grow: 1;
  font-size: 20px;
  background: #fff;
  margin-bottom: -3px;
}

#bd_195_0 .cnb3 li a {
  padding: 1.1em 0;
  border-radius: 0;
  margin: 0;
  /*  margin:0 -1px -3px 0 ; */
  color: #00061D;
  border-right: 0;
  background: none;
  box-sizing: border-box;
  transition: none
}

#bd_195_0 .cnb3 li:nth-child(4n) a {
  border-right: 1px solid #ddd
}

#bd_195_0 .cnb3 li.on {
  position: relative;
  z-index: 1;
  font-family: 'SpoqaHanSansNeo-Light'
}

#bd_195_0 .cnb3 li.on a {
  border: 2px solid #015CAB;
  color: #015CAB;
  box-sizing: border-box !important;
  text-shadow: none
}

#bd_195_0 .cnb3 .on>a {
  background: #fff;
}

/* faq 검색창 */
#bd_195_0 .bd_faq_srch {
  border: 0;
  box-shadow: none;
  padding: 0;
  background: none;
}

#bd_195_0 .bd_btn,
#bd_195_0 .btn_img {
  box-shadow: none;
  background: #fff;
}

#bd_195_0 .itx {
  height: 65px;
  border-color: #C6D4E0;
  padding: 0 20px;
  color: #00061D;
  ;
}

#bd_195_0 .bd,
#bd_195_0 input,
#bd_195_0 textarea,
#bd_195_0 select,
#bd_195_0 button,
#bd_195_0 table {
  line-height: 65px;
  font-size: var(--contSize3);
}

#bd_195_0 .bd_faq_srch .itx_wrp {
  padding: 0 10px;
}

#bd_195_0 .bd_faq_srch .itx_wrp+td {
  position: absolute;
  right: 10px;
}

#bd_195_0 .bd_faq_srch .itx_wrp+td .bd_btn {
  height: 65px;
  border: 0;
  background: none;
  display: flex;
  align-items: center;
}

#bd_195_0 .bd_faq_srch .itx_wrp+td .bd_btn:hover {
  box-shadow: none
}

#bd_195_0 .cnb3 .on>a,
#bd_195_0 .cnb3 a:hover,
#bd_195_0 .cnb3 a:focus {
  background: none;
  color: #00061D;
  text-shadow: none;
  border-color: #00061D;
  position: relative;
  z-index: 3;
  border: 1px solid #00061D;
  border-right: 1px solid #00061D !important
}

/* faq 내용 */
#bd_195_0 .bd_lst>li {
  box-shadow: 0 0 30px rgba(14, 67, 113, 0.1);
  border-radius: 10px;
  border: 0px solid red;
  margin-bottom: 17px;
}

#bd_195_0 .bd_lst_wrp .bd_lst.bd_faq .clear.q {
  display: flex;
  flex-direction: row;
  color: #00061D;
}

#bd_195_0 .bd_lst>li a.q:hover {
  text-decoration: none;
  font-weight: normal;
}

#bd_195_0 .bd_lst>li a.q b.mrk {
  position: relative;
  color: #015CAB;
  border: 0;
  background: none;
  box-shadow: none;
  text-shadow: none;
  top: 3px;
  left: 0;
  font-size: 22px;
  margin-right: 10px;
}

#bd_195_0 .bd_lst>li .a {
  padding: 0;
  display: none;
}

#bd_195_0 .bd_lst>li .a b.mrk {
  display: none;
}

#bd_195_0 .bd_lst>li a.q strong {
  font-weight: normal;
}

#bd_195_0 .bd_lst>li .a .xe_content {
  background: #ECF3FA;
  padding: 40px;
  font-size: 22px;
  font-weight: normal;
}

#bd_195_0 .bd_lst>li .a .xe_content p {
  margin-bottom: 0;
}

#bd_195_0 .bd_faq>li {
  padding: 38px 40px;
}

#bd_195_0 .btm_mn {
  border-bottom: 0;
  border-top: 0;
}

#bd_195_0 .bd_faq .editArea {
  display: none;
}

#bd_195_0 .bd_faq .q {
  font-size: 22px
}

#bd_195_0 .bd_faq .a {
  border: 0;
  margin: 0;
  margin-top: 2vw;
}


/* faq 페이지 네비 */
#bd_195_0 fieldset {
  display: flex;
  width: 100%;
  justify-content: center;
  position: relative;
}

/* #bd_195_0 .bd_pg fieldset > .this, #bd_195_0 .bd_pg fieldset > a:hover, #bd_195_0 .bd_pg fieldset > a:focus {width: 52px;text-align: center;font-size: 20px;border-radius: 4px} */

#bd_195_0 .bd_pg fieldset>a {
  transition: none
}

#bd_195_0 .bd_pg .this,
#bd_195_0 .bd_pg fieldset>a.frst_last:hover {
  background: #015CAB;
  color: #fff;
}

#bd_195_0 fieldset a.frst_last {
  width: 52px;
  height: 52px;
  text-align: center;
  font-size: 20px;
  border-radius: 4px;
  font-family: 'SpoqaHanSansNeo-Light';
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: normal;
  margin: 0 2px;
  transition: none;
  border: 0;
}


#bd_195_0 .direction {
  padding: 13px 20px 13px 40px;
  background: #ECF3FA url('../images/icon_arrow_prev.png') no-repeat center center;
  font-size: 0px;
  color: transparent;
  position: absolute;
  left: 0;
  border: 1px solid #C6D4E0;
  border-radius: 4px;
}

#bd_195_0 .direction:last-of-type {
  padding: 13px 20px 13px 40px;
  background: #ECF3FA url('../images/icon_arrow_next.png') no-repeat center center;
  font-size: 0px;
  color: transparent;
  position: absolute;
  left: auto;
  right: 0;
  border: 1px solid #C6D4E0;
  border-radius: 4px;
}




/* 제품소식 */
#bd_209_0 .clear {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end
}

#bd_209_0 .bd_faq_srch {
  border: 0;
  box-shadow: none;
  padding: 0;
  background: none;
}

#bd_209_0 .bd_btn,
#bd_209_0 .btn_img {
  box-shadow: none;
  background: #fff;
}

#bd_209_0 .itx {
  height: 65px;
  border-color: #C6D4E0;
  padding: 0 20px;
  color: #00061D;
  ;
}

#bd_209_0 .bd,
#bd_209_0 input,
#bd_209_0 textarea,
#bd_209_0 select,
#bd_209_0 button,
#bd_209_0 table {
  line-height: 65px;
  font-size: var(--contSize3);
}

#bd_209_0 .bd_faq_srch .itx_wrp {
  padding: 0 10px;
}

#bd_209_0 .bd_faq_srch .itx_wrp+td {
  position: absolute;
  right: 10px;
}

#bd_209_0 .bd_faq_srch .itx_wrp+td .bd_btn {
  height: 65px;
  border: 0;
  background: none;
  display: flex;
  align-items: center;
}

#bd_209_0 .bd_faq_srch .itx_wrp+td .bd_btn:hover {
  box-shadow: none
}

#bd_209_0 .cnb3 .on>a,
#bd_209_0 .cnb3 a:hover,
#bd_209_0 .cnb3 a:focus {
  background: none;
  color: #00061D;
  text-shadow: none;
  border-color: #00061D;
  position: relative;
  z-index: 3;
  border: 1px solid #00061D;
  border-right: 1px solid #00061D !important
}



/* 제품소식 페이지 네비 */
#bd_209_0 fieldset {
  display: flex;
  width: 100%;
  justify-content: center;
  position: relative;
}

/* #bd_209_0 .bd_pg fieldset > .this, #bd_209_0 .bd_pg fieldset > a:hover, #bd_209_0 .bd_pg fieldset > a:focus {width: 52px;text-align: center;font-size: 20px;border-radius: 4px} */

#bd_209_0 .bd_pg fieldset>a {
  transition: none
}

#bd_209_0 .bd_pg .this,
#bd_209_0 .bd_pg fieldset>a.frst_last:hover {
  background: #015CAB;
  color: #fff;
}

#bd_209_0 fieldset a.frst_last {
  width: 52px;
  height: 52px;
  text-align: center;
  font-size: 20px;
  border-radius: 4px;
  font-family: 'SpoqaHanSansNeo-Light';
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: normal;
  margin: 0 2px;
  transition: none;
  border: 0;
}


#bd_209_0 .direction {
  padding: 13px 20px 13px 40px;
  background: #ECF3FA url('../images/icon_arrow_prev.png') no-repeat center center;
  font-size: 0px;
  color: transparent;
  position: absolute;
  left: 0;
  border: 1px solid #C6D4E0;
  border-radius: 4px;
}

#bd_209_0 .direction:last-of-type {
  padding: 13px 20px 13px 40px;
  background: #ECF3FA url('../images/icon_arrow_next.png') no-repeat center center;
  font-size: 0px;
  color: transparent;
  position: absolute;
  left: auto;
  right: 0;
  border: 1px solid #C6D4E0;
  border-radius: 4px;
}


/* 제품소식 목록 - 목록형*/
/* #bd_209_0 .bd_lst thead {display: none;}
#bd_209_0 .bd_lst tbody {display: flex; flex-wrap:wrap; gap:40px 60px; }
#bd_209_0 .bd_lst tbody tr {width: 25%; border: 1px solid red; padding: 40px 20px; flex-grow:1; display: flex; flex-direction:column; border-radius:10px; }
#bd_209_0 .bd_lst tbody tr td {font-size: 18px; line-height: 1.4; color: #62656E; border-bottom: 0; font-family: 'SpoqaHanSansNeo-Light'; }
#bd_209_0 .bd_lst tbody tr td.cate {background: #D8F4FF; font-size: 14px; padding: 5px 14px;  width: 80px; border-radius:4px}
#bd_209_0 .bd_lst tbody tr td.title {font-size: 20px; color: #00061D;}
.btm_mn {border-top: 0;} */



/* 제품소식 목록 - 웹진형*/
#bd_209_0 ol.bd_lst {
  display: flex;
  flex-wrap: wrap;
  gap: 60px 40px;
}

#bd_209_0 ol.bd_lst li {
  width: 25%;
  border: 1px solid #ECF3FA;
  padding: 90px 20px 40px 20px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  border-radius: 10px;
  justify-content: stretch
}

#bd_209_0 ol.bd_lst li:hover {
  box-shadow: 0 0 30px rgba(14, 67, 113, 0.1);
}

#bd_209_0 ol.bd_lst li a {
  border: 0;
}

#bd_209_0 ol.bd_lst li h3.ngeb {
  font-size: 22px;
  color: #00061D;
}

.btm_mn {
  border-top: 0;
}

#bd_209_0 ol.bd_lst li .cnt {
  font-size: 18px;
  line-height: 1.4;
  color: #62656E;
  border-bottom: 0;
  font-family: 'SpoqaHanSansNeo-Light';
  flex-grow: 1
}

#bd_209_0 ol.bd_lst li .rt_area {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  flex-grow: 1
}

#bd_209_0 ol.bd_lst li .rt_area .cnt {
  flex-grow: 1
}

#bd_209_0 ol.bd_lst li .rt_area .info span:nth-of-type(1) b {
  color: #99ABBC;
  font-size: 14px;
}

#bd_209_0 ol.bd_lst li .rt_area .info span:nth-of-type(1) span {
  display: none;
}

#bd_209_0 ol.bd_lst li .rt_area .info span:nth-of-type(2) {
  position: absolute;
  top: 40px;
  left: 20px;
  background: #D8F4FF;
  font-size: 14px;
  padding: 5px 14px;
  border-radius: 4px;
  text-align: center;
  color: #00B7FF;
}

#bd_209_0 ol.bd_lst li .rt_area .info span:nth-of-type(2)>span {
  display: none;
}

/* 제품소식 보기 */
#bd_209_216 .rd_hd .board h1 {
  font-size: 22px;
  color: #00061D
}

.article p span {
  font-size: 18px !important;
}

.btm_mn.clear .fr .btn_img {
  width: auto;
  height: auto;
  background: none;
  text-align: center;
  font-size: 12px;
}

.btm_mn.clear .fl .btn_img {
  width: auto;
  height: auto;
  background: none;
  text-align: center;
  font-size: 12px;
}

.fdb_lst_wrp {
  display: none;
}

/* 메인 제품소식 */
#section1 {
  padding-top: 15vw;
  padding-bottom: 15vw;
}

#section1 .section1_box {
  width: 100%;
}

#section1 h2 {
  margin-bottom: 3vw;
  font-size: 40px;
  font-family: 'Montserrat';
}

#section1 .mySwiper2 {
  height: auto;
  width: calc(100vw - ((100vw - 1600px) / 2))
}

/* #section1 .mySwiper2 .swiper-wrapper {padding-left: 1px; } */
#section1 .mySwiper2 .swiper-slide {
  min-height: 340px;
  border: 1px solid #ECF3FA;
  padding: 90px 20px 40px 20px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  border-radius: 10px;
  justify-content: stretch;
  text-align: left;
  box-shadow: 0 0 30px rgba(14, 67, 113, 0.1);
  background: #fff;
  box-sizing: border-box
}

#section1 .mySwiper2 .swiper-slide .thumbArea {
  display: none;
}

#section1 .mySwiper2 .swiper-slide .titleArea {
  margin-left: 0 !important;
  text-align: left !important;
}

#section1 .mySwiper2 .swiper-slide .title {
  font-size: 22px;
  color: #00061D;
  display: block;
  width: 100%;
  margin-bottom: 6px;
}

#section1 .mySwiper2 .swiper-slide .category {
  position: absolute;
  top: 40px;
  left: 20px;
  background: #D8F4FF;
  font-size: 14px;
  padding: 5px 14px;
  border-radius: 4px;
  text-align: center;
  color: #00B7FF;
}

#section1 .mySwiper2 .swiper-slide .text {
  margin-left: 0 !important;
  text-align: left;
  font-size: 18px;
  color: #62656E;
}

#section1 .mySwiper2 .swiper-slide .summary {
  flex-grow: 1;
  word-break: keep-all;
  width: 100%;
  ;
}

#section1 .mySwiper2 .swiper-slide .summary a {
  font-size: 18px;
  line-height: 1.4;
  color: #62656E;
  border-bottom: 0;
  font-family: 'SpoqaHanSansNeo-Light';
  flex-grow: 1;
}

#section1 .mySwiper2 .swiper-slide .date {
  display: block;
  color: #99ABBC;
  text-align: left;
  font-size: 14px;
  width: 100%;
}

#section1 .mySwiper2 .swiper-slide .hour {
  display: none;
}

/* #section1 .cont ul.widgetZineA {border: 1px solid blue;}
#section1 .cont ul.widgetZineA li {float: left !important; border: 1px solid red; padding: 20px; border-radius:10px; width: 450px; height: 340px;}
#section1 .cont ul.widgetZineA li:hover {box-shadow:0 0 30px rgba(14,67,113,0.1);  }
#section1 .cont ul.widgetZineA li p {margin-left: 0 !important;}
#section1 .cont ul.widgetZineA li a {border: 0; }

#section1 .cont ul.widgetZineA li .thumbArea {display: none;}
 */
.swiper_btn_box {
  position: relative;
  ;
}

.swiper_btn_box .swiper-button-prev {
  position: absolute !important;
  border-radius: 50%;
  width: 40px !important;
  height: 40px !important;
  font-size: 0 !important;
  color: transparent;
  z-index: 10;
  right: calc(8vw + 60px);
  background: #015CAB url('../images/btn_arrow-left.png') no-repeat center;
  left: auto;
}

.swiper_btn_box .swiper-button-next {
  position: absolute;
  border-radius: 50%;
  width: 40px !important;
  height: 40px !important;
  font-size: 0 !important;
  color: transparent;
  z-index: 10;
  right: 8vw;
  background: #015CAB url('../images/btn_arrow-right.png') no-repeat center;
}

.swiper_btn_box.swiper-button-prev:after {}

.swiper_btn_box .swiper-button-next:after {
  display: none;
}









/* 영문 */
.ko {
  display: none;
}

.ko.on {
  display: block;
}

.eng {
  display: none;
}

.eng.on {
  display: block;
}

header nav .ko {
  display: none;
}

header nav .eng {
  display: none;
}

header nav .ko.on {
  display: flex;
}

header nav .eng.on {
  display: flex;
}

.header .m_gnb.eng {
  display: none;
}

.header .m_gnb.ko {
  display: none;
}

header nav .gnb.eng>li>a {
  padding: 0 1vw;
}








@media screen and (max-width:1600px) {
  #section1 {
    padding: 100px 20px;
  }

  #section1 .mySwiper2 {
    width: 100%
  }
}


@media screen and (max-width:1300px) {
  header h1 {
    width: 250px;
  }

  header nav .gnb>li {
    font-size: 16px;
  }

  header .header_right .mitsu {
    display: none;
  }

  header nav li .lnb li {
    letter-spacing: -2px;
    font-size: 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  #visual .slide_text {
    width: 80vw;
  }

  #visual .slide_text strong {
    font-size: 40px;
  }

  #visual .slide_text p {
    font-size: 20px;
  }

  .snb_box {
    width: calc(100% - 78px);
  }

  .snb_box .snb {
    width: 100%;
  }

  /* .overview .article .cont li {height: 28vw;} */
  .overview .article .cont li.first .box b.text1 {
    font-size: 20px;
  }

  .overview .article .cont li.first .box span.text2 {
    font-size: 16px;
  }

  .philo .action .cont li figure img {
    width: 80%;
  }

  /* .hello_rule .article .img_sub05_021 img {width: 70%;} */

  .compliance .article .cont li .box {
    grid-template-columns: 100px 1fr;
    gap: 20px;
  }

  .compliance .article .cont li .box b.text1 {
    font-size: 22px;
  }

  .control .article .region .cont {
    gap: 20px;
  }

  .control .article .region .cont li {
    padding: 15px;
  }

  .control .article .region .cont li .box {
    grid-template-columns: 100px 1fr;
    gap: 20px;
  }

  .control .article .region .cont li .box b.text1 {
    font-size: 22px;
  }

  .control .article .region .cont li .box span.num {
    height: 100px;
  }



  .financial .financial_box th {
    font-size: 16px;
  }

  .financial .financial_box td {
    font-size: 16px;
  }

  .financial .financial_box td.sum {
    padding: 0 10px 0 0;
  }
}








@media screen and (max-width:1000px) {
  .financial .financial_box .table_container {
    flex-direction: column;
    overflow: auto;
  }

  .financial .financial_box .table_container table {
    width: 100%;
  }

  /* 제품정보 상세페이지 */
  .pro_spec {
    flex-direction: column;
    margin: 0 20px;
  }

  .pro_spec .img_box {
    flex-grow: 1;
  }

  .pro_spec .img_box .big_img {
    width: 100%;
  }
}










@media screen and (max-width:900px) {
  .pc {
    display: none !important;
  }

  .mo {
    display: block !important;
  }

  header {
    padding: 0 20px;
    height: 60px;
  }

  header .lnb_bg {
    display: none;
  }

  header .header_right {
    display: none;
  }



  .snb_box {
    width: calc(100% - 38px);
  }

  header #hambuger {
    position: absolute;
    width: 34px;
    height: 34px;
    right: 0px;
    z-index: 10;
    color: #fff;
    top: 13px;
    display: block;
  }

  header #hambuger span {
    position: absolute;
    width: 24px;
    height: 2px;
    background: #fff;
    left: 5px;
    top: 16px;
    transition: 0.3s;
  }

  header #hambuger span:before,
  header #hambuger span:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #fff;
    left: 0;
    transition: 0.3s;
  }

  header #hambuger span:before {
    top: -8px;
  }

  header #hambuger span:after {
    top: 8px;
  }

  header #hambuger.on span {
    background: rgba(0, 0, 0, 0);
  }

  /*     header #hambuger.on span:before {transform: rotate(45deg); background: #fff; top: 0;}
    header #hambuger.on span:after {transform: rotate(135deg); background: #fff; top: 0;} */
  header #hambuger.on span:before {
    transform: rotate(45deg);
    background: #000;
    top: 0;
  }

  header #hambuger.on span:after {
    transform: rotate(135deg);
    background: #000;
    top: 0;
  }

  header#main.on #hambuger span {
    background: rgba(0, 0, 0, 1);
  }

  header#main.on #hambuger.on span {
    background: rgba(0, 0, 0, 0);
  }


  header#sub #hambuger span:before,
  header#sub #hambuger span:after {
    background: #000;
  }

  header#sub #hambuger.on span {
    background: rgba(0, 0, 0, 0);
  }

  /* header#sub #hambuger.on span:before,
    header#sub #hambuger.on span:after {background: #fff; } */
  header#sub #hambuger.on span:before,
  header#sub #hambuger.on span:after {
    background: #000;
  }





  header .m_gnb_box .language {
    position: relative;
    display: flex;
    width: 100%;
    right: -300px;
    box-shadow: 0;
    top: 0px;
    z-index: 3;
    text-align: center;
    transition: 0.3s;
    height: 100px;
    justify-content: flex-end;
    display: none;
  }

  header .m_gnb_box.on .language {
    right: 0px;
    z-index: 8;
    display: flex !important;
  }

  header .m_gnb_box .language button {
    display: block;
    width: 150px;
    line-height: 40px;
    border-bottom: 1px solid #f0f0f0;
    border-top: 1px solid #f0f0f0;
    font-size: 14px;
    color: #777;
    margin-top: 60px;
    background: #f5f5f5;
    box-sizing: border-box;
  }

  header .m_gnb_box .language button {
    border: 1px solid #f0f0f0;
  }

  header .m_gnb_box .language button:hover {
    font-weight: bold;
    text-decoration: underline;
    text-decoration-color: #015CAB;
    text-underline-position: under;
    color: var(--fontColor2);
  }

  header .m_gnb_box img {
    float: right;
    margin: 13px;
  }




  header .m_gnb_box {
    position: fixed;
    display: block;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.8);
    left: 0;
    top: 0;
    z-index: 7;
    display: none;
  }

  /*     header .m_gnb_box .m_gnb {width: 300px; height: calc(100% - 182px); background: #fff; position: absolute; right: -300px; display: block; overflow: auto; transition: 0.3s; top: 100px;} */
  header .m_gnb_box .m_gnb {
    width: 300px;
    height: calc(100%);
    background: #fff;
    position: absolute;
    right: -300px;
    display: block;
    overflow: auto;
    transition: 0.3s;
    top: 0px;
    padding-top: 100px;
    box-sizing: border-box
  }

  header .m_gnb_box .m_gnb .lnb {
    display: none;
    margin: 0 20px;
  }

  header .m_gnb_box .m_gnb>li {
    line-height: 50px;
    text-align: center;
    border-bottom: 1px solid #f0f0f0;
    font-size: 17px;
  }

  header .m_gnb_box .m_gnb>li .lnb {
    background: #eee;
  }

  header .m_gnb_box .m_gnb>li .lnb li {
    line-height: 45px;
    font-size: 15px;
    border-bottom: 1px solid #f5f5f5;
  }

  header .m_gnb_box.on .m_gnb {
    right: 0;
  }

  header .m_gnb_box.on .lang {
    right: 0;
  }



  #visual_sub {
    width: calc(100% - 40px);
  }




  #visual .slide_text {
    transform: translate(-50%, -10vw);
  }

  #visual .swiper-num {
    bottom: 24vh;
  }

  #visual .slide_text strong {
    font-size: 30px;
  }

  /* #section1 .mySwiper2 .swiper-slide {min-height: 240px;} */




  #section2 {
    flex-direction: column;
    gap: 0px;
  }

  #section2 .left {}

  #section2 .left img {
    width: 100%;
  }

  #section2 .cont {
    width: 100%;
    padding: 20px;
  }

  #section2 .cont p {
    font-size: 30px;
  }

  #section3 .cont {
    width: 100%;
    padding: 0 20px;
    word-break: keep-all;
  }



  /* subpage */
  .overview .article .cont {
    gap: 10px;
  }

  .overview .article .cont li {
    width: calc((100% - 30px) / 4);
  }

  .overview .article .cont li .box {
    padding: 10px;
    gap: 10px;
  }

  .overview .article .cont li.first .box b.text1 {
    font-size: 18px;
  }

  .overview .article .cont li .box b.text1 {
    font-size: 16px;
  }

  .overview .article .cont li.first .box span.text2 {
    font-size: 13px;
  }

  .overview .article .cont li span.text2 {
    font-size: var(--contSize1)
  }


  .philo .about .article {
    flex-direction: column;
  }

  .philo .about .article figure {
    width: 100%;
  }

  .philo .about .article li {
    width: 100%;
  }

  .philo .action .cont {
    gap: 50px;
  }

  .philo .action .cont li {
    flex-direction: column;
  }

  .philo .action .cont li figure {
    width: 13vw;
    height: 13vw;
  }

  .ideology .cont li {
    flex-direction: column;
  }

  .ideology .cont li figure {
    width: 100%;
  }

  .ideology .action .cont {
    gap: 50px;
  }

  .ideology .action .cont li {
    flex-direction: column;
  }

  .ideology .action .cont li figure {
    width: 13vw;
    height: 13vw;
  }


  .symbol .about .article {
    flex-direction: column;
  }

  .symbol .about .article figure {
    width: 100%;
    order: 1;
    text-align: center;
  }

  .symbol .about .article figure img {
    width: 70%;
  }

  .symbol .about .article li {
    width: 100%;
    order: 2
  }



  .direction .article .map_mitsubishi .menu {
    width: 150px;
  }

  .direction .article .map_mitsubishi .menu li {
    font-size: 18px;
    text-indent: 10px;
    background: #fff url('../images/icon_arrow.png') no-repeat right 5px center;
  }

  .direction .article .map_mitsubishi .menu li.on {
    background: #015CAB url('../images/icon_arrow_o.png') no-repeat right 5px center;
  }

  .control .article .region .cont li {
    width: calc((100% - 20px) / 2);
    min-height: 150px;
  }

  .control .article .region .cont li .box {
    grid-template-columns: 70px 1fr;
    gap: 20px;
  }

  .control .article .region .cont li .box span.num {
    height: 70px;
  }



  /* 제품소식 */
  #bd_209_0 ol.bd_lst {
    gap: 30px 20px;
  }

  #bd_209_0 ol.bd_lst li {
    width: 55%;
    padding: 50px 15px 30px 15px;
  }

  #bd_209_0 ol.bd_lst li .rt_area .info span:nth-of-type(2) {
    top: 10px;
    left: 15px
  }

  #bd_209_0 .bd_zine.zine .cnt {
    max-height: 300px
  }


  /* 전문의약품 */
  .drugs .cont {
    gap: 20px;
  }

  .drugs .cont li {
    width: calc((100% - 20px) / 2);
  }



  /* 제품정보 상세페이지 */
  .pro_spec {
    margin: 0 0px;
  }

  .pro_spec .spec li {
    gap: 30px;
  }

  .prod_detail .detail_info .detail02 .dep2 .table_box {
    width: calc(100vw - 120px);
    overflow: auto;
    font-size: 15px;
    border: 1px solid #ddd;
    border-right: 20px solid rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    position: relative;
  }

  .prod_detail .detail_info .package_box .pack_table {
    width: 100%;
    overflow: auto;
    font-size: 15px;
    border: 1px solid #ddd;
    border-right: 20px solid rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    position: relative;
  }

  .prod_detail .detail_info .package_box .package li .subj {
    width: 80px;
  }


  /* .prod_detail .detail_info .detail02 .dep2 .table_box:before {content:""; position: absolute; width: 20px; height: 100%; right:-20px; top: 0; background: rgba(0,0,0,0.1);} */



  .prod_detail .detail_info .detail02 .dep2 table th {
    font-size: 15px;
  }

  .prod_detail .detail_info .detail02 .dep2 table td {
    padding-left: 6px;
  }

}















@media screen and (max-width:600px) {
  header h1 {
    width: 200px;
    height: 40px;
    margin-top: 15px;
  }


  #visual .slide_text {
    transform: translate(-50%, -60%);
  }





  .snb_box {
    width: calc(100% - 38px);
    height: 60px;
    top: -60px;
  }

  .snb_box .snb {
    width: 100%;
  }

  .snb_box .snb li.home {
    display: none;
  }

  .snb_box .snb li.depth1 {
    width: 40%;
  }

  .snb_box .snb li.depth2 {
    width: 60%;
  }

  .snb_box .snb .gnb2 {
    width: 100%;
  }

  .snb_box .snb .lnb2 {
    width: 100%;
  }

  .snb_box .snb li {
    width: 100%;
  }

  .snb_box .snb>li {
    text-indent: 15px;
    background: url(../images/caret-down2.png) right 10px center no-repeat;
    line-height: 60px;
  }

  .snb_box .snb>li:last-child::before {
    display: none;
  }



  /* subpage */
  .subpage h2 .title_top {
    font-size: var(--titSize1);
    width: 90%;
  }

  .subpage .article p {
    font-size: var(--contSize1);
    color: var(--fontColor1);
  }

  .subpage .subpage_nav.on {
    justify-content: center;
  }

  /* .subpage .subpage_nav.on a {width: 40%;} */
  .subpage .subpage_nav a {
    font-size: 18px;
  }

  .subpage .article table {
    font-size: 16px
  }



  .overview .article .cont {
    display: flex;
  }

  .overview .article .cont li {
    width: 45%;
    min-height: 160px;
    /* height: 30vw; */
    flex-grow: 1;
  }

  .overview .article .cont li .box {
    padding: 10px;
    gap: 0px;
  }

  .overview .article .cont li.first .box b.text1 {
    font-size: 20px;
  }

  .overview .article .cont li b.text1 {
    font-size: 18px;
  }

  /* .overview .article .cont li span.text2 {font-size: 15px;} */

  .philo .about .article li strong {
    font-size: var(--titSize1);
  }

  .philo .about .article li p {
    font-size: var(--contSize1);
  }

  .ideology .cont li strong {
    font-size: var(--titSize1);
  }

  .ideology .cont li p {
    font-size: var(--contSize1);
  }

  .ideology .action .cont li figure {
    width: 100px;
    height: 100px;
  }

  .ideology .action .cont li figure img {
    width: 70%;
  }

  .ideology .action h3 span {
    font-size: var(--contSize2)
  }

  .ideology .banner .cont li span {
    font-size: var(--contSize2)
  }

  .ideology .action .cont li .text p {
    font-size: var(--contSize1);
    color: var(--fontColor1)
  }

  /* .symbol .about .article {gap: 40px;} */
  .symbol .about .article li p {
    font-size: var(--contSize1);
  }

  .symbol .about .article li strong {
    font-size: var(--titSize1);
  }



  /* .subpage .subpage_nav a {width: 40%; text-align: center;} */
  /* .subpage .subpage_nav a:first-child {width: 100%; text-align: center; } */
  /* .subpage .subpage_nav a:last-child:before {display: none;}
    .subpage .subpage_nav a {padding: 1vw 3vw;} */

  .history .history_wrap {
    width: 100%;
  }

  .history .history_year strong {
    padding-right: 20px;
    font-size: 30px;
    line-height: 30px;
  }

  .history .history_year .cont {
    padding-left: 20px;
  }


  .direction .article .maps {
    height: 800px;
  }

  .direction .article .map_mitsubishi {
    flex-direction: column;
  }

  .direction .article .map_mitsubishi .menu {
    width: 100%;
    flex-wrap: wrap;
  }

  .direction .article .map_mitsubishi .menu.on {
    display: flex;
  }

  .direction .article .map_mitsubishi .menu li {
    width: 20%;
    height: 50px;
    font-size: 15px;
    text-indent: 0px;
    background: #fff url('') no-repeat right 2px center;
    flex-grow: 1;
    margin-left: -1px;
  }

  .direction .article .map_mitsubishi .menu li.on {
    background: #015CAB url('g') no-repeat right 2px center;
  }

  .direction .article .map_mitsubishi .menu li a {
    justify-content: center;
  }

  .direction .article .maps>li .map_mitsu {
    position: relative;
    height: 540px;
    left: auto;
    top: auto;
    transform: none;
  }

  .direction .article .maps>li .info {
    position: relative;
    right: auto;
    bottom: auto;
    width: 100%;
    ;
  }


  /* 결산공고 */
  .financial .article .cont li {
    font-size: 16px;
    padding: 1.2em 0.6em;
  }

  .financial .page_navi .pagenumber li {
    width: 30px;
  }

  .financial a.prev {
    padding: 4px 10px 4px 20px;
    background: #ECF3FA url('../images/icon_arrow_prev.png') no-repeat center center;
    font-size: 0px;
    color: transparent;
  }

  .financial a.next {
    padding: 4px 20px 4px 10px;
    background: #ECF3FA url('../images/icon_arrow_next.png') no-repeat center center;
    ;
    font-size: 0px;
    color: transparent;
  }

  .financial .article .cont>li>a {
    background: url(../images/icon_arrow.png) no-repeat right -8px center;
  }

  .financial .financial_box td.tit {
    width: 40%;
  }

  .financial .financial_box td.sum {
    width: 30%;
  }




  .overseas .over_wrap {
    margin: 20px auto;
    width: 100%;
  }

  .overseas .over_wrap .country .cont>li {
    padding: 20px;
  }

  .overseas .over_wrap .country .cont>li em {
    font-size: var(--contSize2);
  }

  .overseas .over_wrap .country .cont>li .p_box li p {
    font-size: var(--contSize1);
  }

  .overseas .over_wrap .country .cont>li em::before {
    right: -20px;
  }



  /* 제품정보 */
  .drugs .page_navi .pagenumber li {
    width: 30px;
  }

  .drugs a.prev {
    padding: 4px 10px 4px 20px;
    background: #ECF3FA url('../images/icon_arrow_prev.png') no-repeat center center;
    font-size: 0px;
    color: transparent;
  }

  .drugs a.next {
    padding: 4px 20px 4px 10px;
    background: #ECF3FA url('../images/icon_arrow_next.png') no-repeat center center;
    ;
    font-size: 0px;
    color: transparent;
  }

  .prod_srch_wrap {
    flex-direction: column;
    height: auto;
    align-items: flex-end;
  }

  .prod_srch_wrap .prod_srch {
    width: 100%;
    display: flex;
    justify-content: flex-end
  }

  .prod_srch_wrap .prod_srch .srch_input input {
    width: 100%;
  }



  .hello_rule .article .cont {
    display: flex;
    flex-wrap: wrap;
  }

  .hello_rule .article .cont li {
    width: 40%;
  }

  .hello_rule .article .cont li .box {}

  .hello_rule .article .cont li .box img {
    width: 80px;
  }

  .hello_rule .article .img_sub05_021 img {
    width: 2vw
  }

  .compliance .article .cont li .box {
    grid-template-columns: 60px 1fr;
    gap: 10px;
  }

  .compliance .article .cont li .box b.text1 {
    font-size: var(--contSize2);
  }

  .compliance .article .cont li .box span.text2 {
    font-size: var(--contSize1);
  }

  .control .article .group strong {
    font-size: 30px;
  }

  .control .article .region .cont li .box {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .control .article .region .cont li .box b.text1 {
    font-size: 20px;
    width: 100%;
  }

  .control .article .region .cont li .box span.num {
    width: 60px;
    height: 60px;
    grid-column: span 0;
    margin: 0 auto;
  }

  .control .article .hotline .cont li .box {
    grid-template-columns: 100px 1fr;
  }

  .control .article .hotline .cont li .box span.text2 p {
    padding-left: 20px;
  }


  .prod_detail nav.on {
    top: 60px;
  }




  /* faq */
  #bd_195_0 .cnb3 li {
    font-size: 16px;
  }

  #bd_195_0 .bd_faq .q {
    font-size: 18px;
  }

  #bd_195_0 .bd_faq>li {
    padding: 20px;
  }

  #bd_195_0 .bd_lst>li .a .xe_content {
    padding: 20px;
  }

  /* faq 페이지 네비 */
  #bd_209_0 fieldset a.frst_last {
    width: 30px;
    height: 30px;
  }

  #bd_209_0 .direction {
    padding: 0;
    box-sizing: border-box
  }

  #bd_209_0 .direction:last-of-type {
    padding: 0;
    box-sizing: border-box
  }

  #bd_209_0 .bd_pg a,
  .bd_pg strong {
    min-width: 30px;
    height: 30px;
  }

  #section1 h2 {
    margin: 0 20px;
  }

  #section1 .mySwiper2 {
    padding-left: 0vw;
    margin: 0 20px;
  }
}











@media screen and (max-width:400px) {
  #visual .scroll_ani {
    bottom: 14vh;
  }



  .snb_box .snb li.depth1 {
    font-size: 14px;
    text-indent: 10px;
  }

  .snb_box .snb li.depth2 {
    font-size: 14px;
    text-indent: 10px;
    /* overflow: hidden; text-overflow: ellipsis; white-space: nowrap; */
  }

  .overview .article .cont li.first .box b.text1 {
    font-size: 15px;
  }

  .subpage h2 .title_top {
    font-size: 20px;
  }

  .overseas .over_wrap .country strong {
    font-size: 30px;
  }

  .overseas .over_wrap .country .cont>li {
    width: 100%;
  }

  .overseas .over_wrap .country .cont>li em {
    font-size: var(--contSize2);
  }

  .overseas .over_wrap .country .cont>li .p_box li p {
    font-size: var(--contSize1);
  }

  .hello_rule .article .cont li .box img {
    width: 60px;
  }

  /* .hello_rule .article .img_sub05_021 img {width: 100%;} */

  .compliance .article .cont {
    gap: 20px;
  }

  .compliance .article .cont li {
    width: 100%;
  }


}

@media screen and (min-width:0px) {
  @import url('http://dunopi.com/style.css');
}

.down-btn {
  border: 1px solid #8f8f8f;
  background: transparent;
  margin-left: 10px;
  padding: 5px 15px;
  cursor: pointer;
}

.down-btn:hover {
  background-color: #f5f5f5;
}