/* COMMON */
.m_tit {
  font-family: "Montserrat";
  font-weight: bold;
  font-size: 48px;
  color: #1d1d1d;
  position: relative;
  z-index: 1;
}

/* 메인비주얼 */
#mainVisual {
  position: relative;
}
#mainVisual .lst_visual {
  position: relative;
}
#mainVisual .lst_visual ul li .bg {
  height: 1000px;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
}
#mainVisual .lst_visual ul li .slo {
  position: absolute;
  top: 276px;
  left: 50%;
  width: 1517px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  margin: 0 auto;
}
#mainVisual .lst_visual ul li .slo dl {
  color: #fff;
  letter-spacing: -1px;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
}
#mainVisual .lst_visual ul li .slo dl dt {
  font-size: 65px;
  font-family: "Nanum Square";
  margin-bottom: 40px;
  line-height: 1.25;
}
#mainVisual .lst_visual ul li .slo dl dd {
  font-size: 22px;
  line-height: 1.5;
  padding-left: 50px;
  position: relative;
}
#mainVisual .lst_visual ul li .slo dl dd:after {
  position: absolute;
  left: 0;
  top: 13px;
  width: 30px;
  height: 2px;
  background-color: #d70c19;
  content: "";
}
#mainVisual .bx-pager {
  font-family: "Montserrat";
  font-weight: bold;
  font-size: 60px;
  line-height: 1;
  position: absolute;
  width: 100%;
  left: 50%;
  width: 1517px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  margin: 0 auto;
  text-align: right;
  bottom: 15%;
  z-index: 100;
  color: rgba(256, 256, 256, 0.5);
  display: inline-block;
}
#mainVisual .bx-pager span {
  font-family: "Montserrat";
  font-size: 34.5px;
  font-weight: 300;
  line-height: 1;
  color: #fff;
}
#mainVisual .bx-pager span.sep {
  font-weight: 100;
  display: inline-block;
  margin-left: 15px;
}

#mainVisual .scroll_btn {
  position: absolute;
  bottom: 15%;
  left: 10%;
  text-align: center;
  line-height: 58px;
  width: 58px;
  height: 58px;
  z-index: 150;
  border: 1px solid #fff;
}
#mainVisual .scroll_btn img {
  animation: arrow 1s ease infinite;
  position: relative;
}

@keyframes arrow {
  0% {
    top: -8px;
    opacity: 1;
  }
  50% {
    top: 0px;
    opacity: 1;
  }
  100% {
    top: -8px;
    opacity: 1;
  }
}

/* PRODUCT */
#mPrd {
  position: relative;
}
#mPrd:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 51.14583333333333%;
  height: 100%;
  background: url(/img/main/bg_prdLeft.jpg) center center no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  content: "";
}
#mPrd:after {
  position: absolute;
  right: 0;
  top: 0;
  width: 48.85416666666667%;
  height: 100%;
  background: url(/img/main/bg_prdRgh.jpg) center center no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  content: "";
}
#mPrd .m_inBox {
  height: 920px;
  padding: 127px 0 100px;
  position: relative;
}
#mPrd .m_inBox .lst_prd {
  position: relative;
  z-index: 1;
  margin-top: 72px;
}
#mPrd .m_inBox .lst_prd ul li {
  display: table;
  width: 100%;
}
#mPrd .m_inBox .img {
  display: table-cell;
  vertical-align: middle;
  width: 51.54911008569545%;
  padding-right: 7%;
}
#mPrd .m_inBox .img p {
  text-align: center;
}
#mPrd .m_inBox .img p {
  height: 0;
  padding-bottom: 91.8%;
  position: relative;
}
#mPrd .m_inBox .img p img {
  position: absolute;
  top: -9999px;
  right: -9999px;
  bottom: -9999px;
  left: -9999px;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}

#mPrd .m_inBox .arti {
  display: table-cell;
  vertical-align: top;
  width: 48.45088991430455%;
  padding-left: 70px;
  position: relative;
  text-align: right;
}
#mPrd .m_inBox .arti p {
  font-family: "Montserrat";
  font-weight: bold;
  color: #fff;
  font-size: 38px;
  margin-bottom: 50px;
  
  /* 20251117 수정 */
  line-height: 1.3;
}
#mPrd .m_inBox .arti p span {
  display: block;
  font-family: "Montserrat";
  font-weight: 100;
  font-size: 26px;
  line-height: 1.3;
}
#mPrd .m_inBox .arti dl dt {
  font-size: 21px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 30px;
  position: relative;
  padding-top: 24px;
}
#mPrd .m_inBox .arti dl dt:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 47px;
  height: 2px;
  background-color: #fff;
  content: "";
}
#mPrd .m_inBox .arti dl dd ul:after {
  display: block;
  clear: both;
  content: "";
}
#mPrd .m_inBox .arti dl dd ul {
  margin-top: -16px;
}
#mPrd .m_inBox .arti dl dd ul li {
  float: left;
  width: 50%;
  color: #fff;
  font-size: 16px;
  font-weight: 200;
  margin-top: 16px;
  line-height: 1.3;
}
#mPrd .m_inBox .arti dl dd ul.block li{
	width: 100%;
}
#mPrd .m_inBox .arti a.btn_more {
  font-family: "Montserrat";
  display: block;
  color: #fff;
  font-weight: 200;
  position: absolute;
  bottom: 5%;
  left: 70px;
  background: url(/img/main/ico_prdmore.gif) left top no-repeat;
  padding-left: 32px;
  line-height: 19px;
}

#mPrd .m_inBox #bx-pager {
  width: 667px;
  position: absolute;
  top: 127px;
  right: 0;
  z-index: 100;
  border: 1px solid #9ab1d9;
}
#mPrd .m_inBox #bx-pager ul{ 
	display: flex;
}
#mPrd .m_inBox #bx-pager ul:after {
  display: block;
  clear: both;
  content: "";
}
#mPrd .m_inBox #bx-pager ul li {
 /*  float: left; */
  width: 20%;
}
#mPrd .m_inBox #bx-pager ul li a {
  color: #fff;
  text-align: center;
  border-left: 1px solid #9ab1d9;
  display: flex;
  flex-direction: column; 
  justify-content: center;
  height: 100%;
  padding: 15px 0;
  font-size: 15px;
  font-weight: 200;
  color: rgba(256, 256, 256, 0.8);
  line-height: 1.5;
}
#mPrd .m_inBox #bx-pager ul li:first-child a {
  border-left: 0;
}
#mPrd .m_inBox #bx-pager ul li a.active {
  background-color: #2f466e;
  color: #fff;
}

#mPrd .bx-controls-direction {
  width: 100%;
}
#mPrd .bx-controls-direction > a {
  display: block;
  top: 50%;
  width: 20px;
  height: 36px;
  margin-top: -18px;
  text-indent: -9999px;
  position: absolute;
  z-index: 110;
  text-align: center;
  background-repeat: no-repeat;
  background-position: 0 0;
}
#mPrd .bx-controls-direction .bx-prev {
  left: 0;
  background-image: url(/img/main/btn_prd_prev.png);
}
#mPrd .bx-controls-direction .bx-next {
  right: 0;
  background-image: url(/img/main/btn_prd_next.png);
}

/* REFERENCE */
#reference {
  padding: 120px 0 90px 0;
}
#reference .m_tit {
  text-align: center;
  margin-bottom: 56px;
}
#reference .refBox {
}
#reference .refBox:after {
  display: block;
  clear: both;
  content: "";
}
#reference .refBox .lftBx {
  position: relative;
  width: 36.91496374423204%;
  height: 699px;
  float: left;
  /* background: url(/img/main/bg_ref.jpg) left top no-repeat; */
  background: url(/img/main/bg_ref_n.jpg) left top no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
#reference .refBox .lftBx dl {
  width: 100%;
  height: 100%;
  padding: 77px 77px;
  color: #fff;
}
#reference .refBox .lftBx dl dt {
  font-size: 48px;
  font-weight: bold;
  margin-bottom: 25px;
}
#reference .refBox .lftBx dl dt span {
  font-size: 21px;
  font-weight: 200;
  display: block;
  /* margin-top: 20px; */
}
#reference .refBox .lftBx dl dd {
  font-size: 21px;
  line-height: 1.5;
}
#reference .refBox .rghBx {
  width: 63%;
  float: right;
  position: relative;
}
#reference .refBox .rghBx .lst {
  height: 699px;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
  position: relative;
  padding-right: 108px;
}
#reference .refBox .rghBx .lst ul li {
  display: table;
  width: 100% !important;
}
#reference .refBox .rghBx .lst ul li:first-child {
  margin-top: 0;
}
#reference .refBox .rghBx .lst ul li a {
  display: block;
}
#reference .refBox .rghBx .lst ul li .img {
  display: table-cell;
  width: 423px;
  vertical-align: middle;
}
#reference .refBox .rghBx .lst ul li .img img {
  width: 100%;
}
#reference .refBox .rghBx .lst ul li .arti {
  display: table-cell;
  padding: 0 46px;
  border-top: 1px solid #ddd;
  position: relative;
  vertical-align: middle;
}
#reference .refBox .rghBx .lst ul li .arti dl {
  height: 100%;
  padding: 0 25px;
  width: 100%;
}
#reference .refBox .rghBx .lst ul li .arti dl dt {
  color: #3c3b3b;
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 22px;
}
#reference .refBox .rghBx .lst ul li .arti dl dd {
  color: #666;
  font-size: 17px;
  font-weight: 200;
}
#reference .refBox .rghBx .lst ul li .btn_more {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  text-indent: -9999px;
  width: 70px;
  height: 70px;
  background: url(/img/main/btn_ref_more.jpg) left top no-repeat;
  margin-left: -35px;
  margin-top: -35px;
  transition: 0.3s all;
}
#reference .refBox .rghBx .lst ul li .btn_more:hover {
  background-image: url(/img/main/btn_ref_more_ov.jpg);
}

#reference .bx-controls {
  position: absolute;
  right: 0;
  top: 0;
  width: 108px;
  height: 100%;
  color: #fff;
  background: rgb(103, 47, 105);
  background: -moz-linear-gradient(
    -45deg,
    rgba(103, 47, 105, 1) 0%,
    rgba(60, 62, 139, 1) 53%,
    rgba(19, 77, 171, 1) 100%
  );
  background: -webkit-linear-gradient(
    -45deg,
    rgba(103, 47, 105, 1) 0%,
    rgba(60, 62, 139, 1) 53%,
    rgba(19, 77, 171, 1) 100%
  );
  background: linear-gradient(
    135deg,
    rgba(103, 47, 105, 1) 0%,
    rgba(60, 62, 139, 1) 53%,
    rgba(19, 77, 171, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#672f69', endColorstr='#134dab',GradientType=1 );
}
#reference .bx-pager {
  font-family: "Montserrat";
  font-weight: bold;
  font-size: 34px;
  line-height: 1;
  position: absolute;
  top: 50%;
  width: 100%;
  text-align: center;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
#reference .bx-pager span {
  font-family: "Montserrat";
  font-size: 20px;
  font-weight: 300;
  line-height: 1;
  color: #fff;
}
#reference .bx-pager span.sep {
  font-weight: 100;
  display: inline-block;
  margin-left: 15px;
}
#reference .bx-controls-direction {
  height: 100%;
}
#reference .bx-controls-direction > a {
  display: block;
  width: 49px;
  height: 25px;
  text-indent: -9999px;
  position: absolute;
  width: 100%;
  text-align: center;
  background-repeat: no-repeat;
  background-position: center 0;
}
#reference .bx-controls-direction .bx-prev {
  top: 35px;
  background-image: url(/img/main/btn_ref_prev.png);
}
#reference .bx-controls-direction .bx-next {
  bottom: 35px;
  background-image: url(/img/main/btn_ref_next.png);
}

/* 메인 Bottom */
#mBot {
  position: relative; /* padding: 106px 0; */
}
#mBot:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 39.63541666666667%;
  height: 100%;
  background-color: #1c51ad;
  content: "";
}
#mBot:after {
  position: absolute;
  right: 0;
  top: 0;
  width: 60.36458333333333%;
  height: 100%;
  background-color: #f9f9f9;
  content: "";
}
#mBot .inner {
  max-width: 1517px;
  margin: 0 auto;
}
#mBot .inner:after {
  display: block;
  clear: both;
  content: "";
}
#mBot .m_csm {
  float: left;
  position: relative;
  z-index: 1;
  width: 36.98088332234674%;
  padding: 106px 0;
  padding-right: 70px;
  background-color: #1c51ad;
}
#mBot .m_csm .m_tit {
  color: #fff;
  margin-bottom: 37px;
}
#mBot .m_csm .callBox p.big {
  color: #fff;
}
#mBot .m_csm .callBox p.big span {
  font-weight: 100;
  font-size: 21px;
  display: inline-block;
  position: relative;
}
#mBot .m_csm .callBox p.big span:after {
  position: absolute;
  left: 2px;
  top: -22px;
  width: 30px;
  height: 1px;
  background-color: #d70c19;
  content: "";
}
#mBot .m_csm .callBox p.big strong {
  font-family: "Montserrat";
  font-size: 44.26px;
  font-weight: 500;
  display: inline-block;
  margin-left: 34px;
}
#mBot .m_csm .callBox p.info {
  margin-top: 36px;
  color: rgba(256, 256, 256, 0.7);
}
#mBot .m_csm .callBox p.info span {
  font-family: "Montserrat";
  display: inline-block;
  margin-left: 37px;
}
#mBot .m_csm .callBox p.info span:first-child {
  margin-left: 0;
}
#mBot .m_csm .custLink {
  margin-top: 28px;
}
#mBot .m_csm .custLink:after {
  display: block;
  clear: both;
  content: "";
}
#mBot .m_csm .custLink ul li {
  width: calc(50% - 9px);
  margin-left: 9px;
  float: left;
}
#mBot .m_csm .custLink ul li:first-child {
  margin-left: 0;
}
#mBot .m_csm .custLink ul li a {
  display: block;
  font-size: 21px;
  border: 1px solid #8ea8d6;
  color: #fff;
  height: 98px;
  line-height: 98px;
  padding: 0 26px 0 37px;
  background-image: url(/img/main/ico_plus.png);
  background-repeat: no-repeat;
  background-position: 90% center;
  transition: 0.3s all;
}
#mBot .m_csm .custLink ul li a:hover {
  background-image: url(/img/main/ico_plus_on.png);
}
#mBot .m_noti {
  float: right;
  position: relative;
  z-index: 1;
  width: 63.01911667765326%;
  padding: 106px 0;
  padding-left: 65px;
  background-color: #f9f9f9;
}
#mBot .m_noti .tit {
  font-size: 26px;
  color: #1d1d1d;
  font-weight: 500;
  margin-bottom: 43px;
}
#mBot .m_noti .tit span {
  font-family: "Montserrat";
  font-weight: 200;
}
#mBot .m_noti .lst_noti ul:after {
  display: block;
  clear: both;
  content: "";
}
#mBot .m_noti .lst_noti ul {
  margin-left: -37px;
}
#mBot .m_noti .lst_noti ul li {
  width: 33.33%;
  float: left;
  padding: 0 35px;
  border-left: 1px solid #e0e0e0;
}
#mBot .m_noti .lst_noti ul li:first-child {
  border-left: 0;
}
#mBot .m_noti .lst_noti ul li dl dt {
  margin-bottom: 18px;
}
#mBot .m_noti .lst_noti ul li dl dt a {
  display: block;
  color: #303030;
  font-size: 17px;
  font-weight: 300;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
#mBot .m_noti .lst_noti ul li dl dd {
  color: #919191;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
#mBot .m_noti .lst_noti ul li .bot {
  margin-top: 43px;
  position: relative;
}
#mBot .m_noti .lst_noti ul li span.date {
  display: inline-block;
  color: #949494;
  font-weight: 300;
  line-height: 25px;
}
#mBot .m_noti .lst_noti ul li a.btn_more {
  position: absolute;
  right: 0;
  bottom: 0;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  width: 67px;
  height: 25px;
  line-height: 23px;
  text-align: center;
  background-color: #3f4c62;
  transition: 0.3s all;
}
#mBot .m_noti .lst_noti ul li a.btn_more:hover {
  background-color: #d70c19;
}

@media screen and (max-width: 1200px) {
  #mainVisual .lst_visual ul li .bg {
    height: 800px;
  }
  #mainVisual .lst_visual ul li .slo {
    width: auto;
    left: 2%;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
  #mainVisual .bx-pager {
    width: 100%;
    left: inherit;
    padding-right: 2%;
    bottom: 5%;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
  #mainVisual .lst_visual ul li .slo dl dt {
    font-size: 50px;
    margin-bottom: 25px;
  }
  #mainVisual .lst_visual ul li .slo dl dd {
    font-size: 18px;
  }
  #mainVisual .scroll_btn {
    left: 2%;
    bottom: 30px;
  }

  #mPrd .m_tit {
    padding-left: 15px;
  }
  #mPrd .m_inBox {
    height: auto;
  }
  #mPrd:before {
    width: 45.145833%;
  }
  #mPrd:after {
    width: 54.854167%;
  }
  #mPrd .m_inBox .img {
    width: 40.54911%;
  }
  #mPrd .m_inBox #bx-pager {
    width: 53.5%;
    right: 0.5%;
  }
  #mPrd .m_inBox #bx-pager ul li a {
    font-size: 16px;
  }
  
  /* 20251117 수정 */
  /* #mPrd .m_inBox .lst_prd {
    margin-top: 50px;
  } */

  #mPrd .m_inBox .arti p {
    font-size: 33px;
    margin-bottom: 30px;
  }
  #mPrd .m_inBox .arti p span {
    font-size: 20px;
  }
  #mPrd .m_inBox .arti dl dt {
    font-size: 18px;
  }
  #mPrd .m_inBox .arti dl dd ul {
    margin-top: 0;
  }
  #mPrd .m_inBox .arti dl dd ul li {
    float: none;
    width: 100%;
    font-size: 14px;
    margin-top: 10px;
  }
  #mPrd .m_inBox .arti a.btn_more {
    position: relative;
    margin-top: 50px;
    left: inherit;
    bottom: inherit;
  }
  #mPrd .bx-controls-direction {
    display: none;
  }
  #mPrd .m_inBox .arti {
    padding-left: 30px;
  }

  #reference .refBox .lftBx {
    float: none;
    width: 100%;
    height: 400px;
  }
  #reference .refBox .rghBx {
    float: none;
    width: 100%;
  }

  #mBot .m_csm {
    padding: 106px 15px 106px 15px;
  }
  #mBot .m_csm .callBox p.big strong {
    margin-left: 0;
    margin-top: 10px;
    margin-left: 0;
    display: block;
    font-size: 40px;
  }
  #mBot .m_csm .callBox p.info span {
    margin-left: 0;
    display: block;
    margin-top: 10px;
  }
  #mBot .m_csm .custLink ul li a {
    height: 58px;
    line-height: 58px;
    padding: 0 16px 0 15px;
    -webkit-background-size: 18px;
    background-size: 18px;
  }
  #mBot .m_noti {
    padding: 106px 15px 106px 35px;
  }
  #mBot .m_noti .lst_noti ul li {
    padding: 0 20px;
  }
  #mBot .m_noti .lst_noti ul {
    margin-left: -20px;
  }
  #mBot .m_noti .lst_noti ul li .bot {
    margin-top: 20px;
  }
  #mBot .m_noti .lst_noti ul li a.btn_more {
    position: relative;
    right: inherit;
    margin-top: 15px;
    display: block;
  }

  .sectionBtn {
    display: none;
  }
}

@media screen and (max-width: 960px) {
  .m_tit {
    font-size: 40px;
  }

  #mainVisual .lst_visual ul li .bg {
    height: 650px;
  }
  #mainVisual .lst_visual ul li .slo {
    top: 176px;
  }
  #mainVisual .lst_visual ul li .slo dl dt {
    font-size: 45px;
  }
  #mainVisual .lst_visual ul li .slo dl dd {
    font-size: 16px;
    padding-left: 30px;
  }
  #mainVisual .lst_visual ul li .slo dl dd:after {
    width: 22px;
  }
  #mainVisual .scroll_btn {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }

  #mPrd .m_inBox {
    padding: 70px 0 0 0;
  }
  #mPrd .m_inBox #bx-pager {
    position: relative;
    left: 0;
    top: inherit;
    margin-top: 30px;
    right: inherit;
    width: 100%;
    background-color: #3461b2;
  }
  #mPrd:before,
  #mPrd:after {
    display: none;
  }
  #mPrd .m_inBox .lst_prd {
    margin-top: 0;
  }
  #mPrd .m_inBox .lst_prd ul li {
    display: block;
  }
  #mPrd .m_inBox .img {
    display: block;
    width: auto;
    background: url(/img/main/bg_prdLeft.jpg) center center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
  }
  #mPrd .m_inBox .arti {
    display: block;
    width: auto;
    padding: 70px 15px;
    background: url(/img/main/bg_prdRgh.jpg) center center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
  }

  #mBot:before {
    display: none;
  }
  #mBot:after {
    display: none;
  }

  #mBot .m_csm {
    width: 100%;
    background-color: #1c51ad;
    float: none;
    padding: 50px 15px;
  }
  #mBot .m_csm .custLink ul li a {
    font-size: 18px;
  }
  #mBot .m_noti {
    float: none;
    width: 100%;
    background-color: #f9f9f9;
    padding: 50px 15px;
  }
  #reference {
    padding: 50px 0;
  }

  #reference .refBox .lftBx dl {
    padding: 30px;
  }
  #reference .refBox .lftBx dl dt {
    font-size: 40px;
  }
  #reference .refBox .lftBx dl dt span {
    font-size: 15px;
    margin-top: 10px;
  }
  #reference .refBox .lftBx dl dd {
    font-size: 16px;
  }
  #reference .refBox .rghBx .lst {
    padding-top: 60px;
    padding-right: 0;
    height: auto;
  }
  #reference .refBox .rghBx .lst ul li .img {
    width: 50%;
  }
  #reference .refBox .rghBx .lst ul li .arti {
    padding: 0 26px;
  }
  #reference .bx-controls {
    left: 0;
    top: 0;
    width: 100%;
    height: 60px;
  }
  #reference .bx-pager {
    top: 0;
    line-height: 60px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  #reference .bx-controls-direction > a {
    width: 35px;
    top: 50%;
    margin-top: -14px;
  }
  #reference .bx-controls-direction .bx-prev {
    right: 15px;
  }
  #reference .bx-controls-direction .bx-next {
    bottom: inherit;
    left: 15px;
  }
}

@media screen and (max-width: 640px) {
  .m_tit {
    font-size: 35px;
  }

  #mainVisual .lst_visual ul li .bg {
    height: 550px;
  }
  #mainVisual .lst_visual ul li .slo {
    top: 140px;
  }
  #mainVisual .lst_visual ul li .slo dl dt {
    font-size: 40px;
  }
  #mainVisual .lst_visual ul li .slo dl dd {
    font-size: 14px;
    padding-left: 20px;
  }
  #mainVisual .lst_visual ul li .slo dl dd:after {
    width: 12px;
  }
  #mainVisual .bx-pager {
    font-size: 40px;
  }
  #mainVisual .bx-pager span {
    font-size: 25px;
  }
  #mainVisual .scroll_btn {
    width: 33px;
    height: 33px;
    line-height: 33px;
  }
  #mainVisual .scroll_btn img {
    width: 13px;
    height: 13px;
  }

  #mPrd .m_inBox #bx-pager ul {
    margin-top: -1px;
    margin-left: -1px;
  }
  #mPrd .m_inBox #bx-pager ul li {
    width: 50%;
    border-top: 1px solid #9ab1d9;
  }
  #mPrd .m_inBox #bx-pager ul li:first-child a {
    border-left: 1px solid #9ab1d9;
  }

  #mBot .m_csm .callBox p.big span {
    font-size: 18px;
  }
  #mBot .m_csm .callBox p.big strong {
    font-size: 30px;
  }
  #mBot .m_noti .lst_noti ul {
    margin-left: 0;
    border-top: 1px solid #e0e0e0;
  }
  #mBot .m_noti .lst_noti ul li {
    float: none;
    width: 100%;
    border-left: 0;
    border-bottom: 1px solid #e0e0e0;
    padding: 25px 0;
  }
  #mBot .m_noti .lst_noti ul li dl dt a {
    font-size: 15px;
  }
  #mBot .m_noti .lst_noti ul li dl dt {
    margin-bottom: 10px;
  }
  #mBot .m_noti .lst_noti ul li dl dd {
    font-size: 13px;
  }
  #mBot .m_noti .lst_noti ul li span.date {
    font-size: 13px;
  }
  #reference .refBox .rghBx .lst ul li .img {
    width: 35%;
    height: 100px;
  }
  #reference .refBox .rghBx .lst ul li .img img {
    height: 100%;
  }
  #reference .refBox .rghBx .lst ul li .arti {
    padding: 10px 16px;
  }
  #reference .refBox .rghBx .lst ul li .arti dl {
    padding: 0 12px;
  }
  #reference .refBox .rghBx .lst ul li .arti dl dt {
    font-size: 18px;
    margin-bottom: 13px;
  }
  #reference .refBox .rghBx .lst ul li .arti dl dd {
    font-size: 15px;
  }
  #reference .refBox .rghBx .lst ul li .btn_more {
    margin-left: -17px;
    margin-top: -17px;
    width: 35px;
    height: 35px;
    -webkit-background-size: 100%;
    background-size: 100%;
  }
}

/* 25.05.21 */
#mainVisual .lst_visual ul li.product-bg .bg {
	/* background-image: url("/img/main/mv2_n.jpg"); */
	background-image: url("/img/main/mv2_1.jpg");
}
#mainVisual .lst_visual ul li.product-bg .slo {
	top:200px;	
}
#mainVisual .lst_visual ul li.product-bg .slo dl {
	display: flex;
	column-gap:160px;
}
#mPrd .m_inBox .arti p sub {
	font-size: 0.769em;
}
#mPrd .m_inBox .arti dl dt sub { 
	font-size: 0.76em;
}
@media screen and (max-width: 1400px) {
	#mainVisual .lst_visual ul li.product-bg .slo dl {
		column-gap:80px;
	}
}
@media screen and (max-width: 960px) {
	#mainVisual .lst_visual ul li.product-bg .slo {
		width: 70%;
		top:100px;
	}
	#mainVisual .lst_visual ul li.product-bg .slo dl {
		flex-direction:column;
	}
	#mainVisual .lst_visual ul li.product-bg .slo dd > br {
		display: none;
	}
}
@media screen and (max-width: 640px) {
	#mainVisual .lst_visual {
		overflow:hidden;
		height: 670px;
	}
    #mainVisual .lst_visual ul li .bg {
        height: 670px;
    }
	#mainVisual .lst_visual ul li.product-bg .bg {
	    height: 670px;
		/* background-image: url("/img/main/mv2_n_m.jpg"); */
		background-image: url("/img/main/mv2_1_m.jpg");
	}
	#mainVisual .lst_visual ul li.product-bg .slo {
		width: 90%;
	}
	#mainVisual .lst_visual ul li .slo dl dt {
		max-width:90%;
		font-size: 34px;
	}
}