.mobile-container {
  display: none;
}
















#new-prod-tab .inner {
  position: relative;
}
















#new-prod-tab .main-nav-tit {
  width: 150px;
  height: 100%;
  color: #fff;
  background-color: #419de8;
  font-size: 1.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: capitalize;
}
















#new-prod-tab .newProdli {
  width: 1148px;
  height: 100%;
  position: absolute;
  left: 180px;
  top: 0;
}
















#new-prod-tab .swiper-button-next,
#new-prod-tab .swiper-button-prev {
  height: 100%;
  display: flex;
  top: 22px;
}
















#new-prod-tab .swiper-button-prev {
  left: 160px;
}
















#new-prod-tab .swiper-button-next {
  right: -60px;
}
















#new-prod-tab .swiper-button-next:after,
#new-prod-tab .swiper-button-prev:after {
  font-size: 3rem;
  color: #419de8;
}
















#new-prod-tab .sub-list-btn-wrap {
  width: 1350px;
  padding: 1em 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  overflow-x: scroll;
}
#new-prod-tab .sub-list-btn {
  /* overflow-x: scroll; */
  flex-wrap: nowrap;
}
#new-prod-tab .sub-list-btn li {
  font-size: 1.5rem;
  color: #333;
  text-align: center;
  padding: 0.5em 1.8em;
  transition: all 0.3s;
  border: 1px solid #cbcbcb;
  border-radius: 25px;
  margin-right: 2em;
  max-height: 40px;
  min-width: 200px;
  /* max-width: 300px; */
  flex-shrink: 0;
  transition: all 0.3s;
}
















#new-prod-tab .sub-list-btn li.swiper-slide {
  width: initial;
  /* min-width: 250px; */
}
#new-prod-tab .sub-list-btn li a {
  display: initial;
}
#new-prod-tab .sub-list-btn li:hover,
#new-prod-tab .sub-list-btn li.on {
  background-color: #cbcbcb;
  font-weight: 400;
  color: #333;
}
















#new-prod-tab .sub-new-tab-btn {
  background-color: #fff;
}
#new-prod-tab .sub-list-btn li:hover a,
#new-prod-tab .sub-list-btn li.on a {
  color: #333;
}
















#new-prod-tab .swiper-button-prev.swiper-button-disabled,
#new-prod-tab .swiper-button-next.swiper-button-disabled {
  opacity: 0;
}
/*  */
















.new-content-wrap .title-logo {
  padding: 200px 0 150px;
}
















/* ÆäÀÌÁöº° ·Î°í ¿µ¿ª Ä¿½ºÅÒ */
.new-content-wrap.non-sub-nav .title-logo {
  padding: 150px 0;
}
















.new-content-wrap .title-logo .img-box {
  width: 230px;
  margin: 0 auto;
  text-align: center;
  /* height: 66px; */
}
















.new-content-wrap .title-logo .img-box .web-btn {
  font-size: 1.6rem;
  display: inline-block;
  text-align: center;
  margin-top: 2.5em;
  text-align: center;
  background-color: #7f8080;
  color: #fff;
  padding: 0.5em 1.5em;
  transition: all 0.3s;
  border-radius: 25px;
}
















.new-content-wrap .title-logo .img-box .web-btn:hover {
  background-color: #419de8;
}
















/* section01 */
.new-content-wrap .section01 {
  min-height: 490px;
  margin-bottom: 140px;
  max-height: 500px;
  /* 1202 Ãß°¡ */
  width: 100%;
  overflow: hidden;
  /*overflow-x: hidden;*/
}
















.new-content-wrap .section01 .flex-container > div {
  width: 50%;
background-color:#000;
}
















.new-content-wrap .section01 .right-container {
  background-color: #000;
  padding: 4em 4em;
}
.new-content-wrap .section01 .right-container .text-container {
  color: #808080;
  font-size: 1.8rem;
}
















.new-content-wrap .section01 .right-container .text-container .title {
  font-size: 2.5rem;
  font-weight: bold;
  color: #fff;
  padding-bottom: 1.9em;
}
















.new-content-wrap .section01 .right-container .text-container .text {
  line-height: 1.7;
  padding-bottom: 2em;
}
.new-content-wrap .section01 .right-container .text-container .text li {
  display:flex;
}
.new-content-wrap .section01 .right-container .text-container .text li span{
  padding-right:0.5rem;
}








.new-content-wrap .section01 .right-container .text-container .simrad-all-menu {
  background-color: #419de8;
  font-size: 1.6rem;
  display: flex;
  width: 200px;
  height: 30px;
  color: #fff;
  align-items: center;
  justify-content: center;
  height: 45px;
  border-radius: 23px;
  text-align:center;
}
/* section02 */
















/*s::  .new-prod-detail-wrap °øÅë»çÇ× */
.new-prod-detail-wrap .title-container {
  padding: 0.2em 0;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: left;
  color: #419de8;
  border-bottom: 1px solid #419de8;
  margin-bottom: 1em;
}
















.new-prod-detail-wrap .detail-info-wrap {
  padding-bottom: 200px;
}
















.new-prod-detail-wrap .left-container {
  width: 650px;
  min-height: 290px;
  padding: 2em 0;
  /* padding: 7vh 0; */
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #e5e5e5;
}
















.new-prod-detail-wrap .left-container.with-100p {
  width: 100%;
}
/* 0106 ¼öÁ¤ */
/* .new-prod-detail-wrap .left-container img {
  transform: scale(0.95);
  transition: all 0.3s;
}








































.new-prod-detail-wrap .left-container:hover img {
  transform: scale(1);
} */
.new-prod-detail-wrap .right-container {
  padding: 1em 2.5em;
  position: relative;
  width: 50%;
}
















.new-prod-detail-wrap .right-container .model-number {
  font-size: 2rem;
  font-weight: bold;
  width: 145px;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #808080;
  color: #808080;
  margin-bottom: 1em;
}
















.new-prod-detail-wrap .right-container .model-info {
  padding-bottom: 1.8em;
}
.new-prod-detail-wrap .right-container .model-info li,
.new-prod-detail-wrap .right-container .detail-info li {
  padding: 0 0 0 1em;
  color: #323031;
  /* margin-bottom: 0.2em; */
  margin-bottom: 0.5em;
  font-size: 1.9rem;
  position: relative;
  line-height: 1.6;
  word-break: keep-all;
}
















.new-prod-detail-wrap .right-container .model-info li::before,
.new-prod-detail-wrap .right-container .detail-info .sub-info li::before {
  width: 3px;
  height: 3px;
  display: inline-block;
  position: absolute;
  content: '';
  background-color: #323031;
  border-radius: 50%;
  left: 5px;
  top: 0.9rem;
  transform: translateY(-50%);
}
.new-prod-detail-wrap .right-container .model-info.not-dotted li {
  padding: 0;
}
.new-prod-detail-wrap .right-container .model-info.not-dotted li::before,
.new-prod-detail-wrap .right-container li.not-dotted::before {
  display: none !important;
}
.gray-font {
  color: #58595b;
}
















.new-prod-detail-wrap .right-container .detail-info li .tit {
  font-weight: bold;
  color: #002242;
}
















.new-prod-detail-wrap .right-container .detail-info li .info {
  font-size: 1.4rem;
  color: #555;
}
















.new-prod-detail-wrap .right-container .detail-info li::before {
  width: 5px;
  height: 5px;
  background-color: #419de8;
  content: '';
  position: absolute;
  top: 12px;
  /* top: 50%;
  transform: translateY(-50%); */
  left: 2px;
}
















.new-prod-detail-wrap .detail-menu-btn {
  width: 150px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: #989898;
  transition: all 0.3s;
  border-radius: 25px;
  position: absolute;
  top: 0;
  right: 0em;
}








.new-prod-detail-wrap .detail-menu-btn.eng_modify {
  width: 180px;
}








.new-prod-detail-wrap .detail-menu-btn:hover {
  background-color: #419de8;
}
















.new-prod-detail-wrap .right-container .detail-info .sub-info {
  padding-bottom: 2em;
}
/* e:: .new-prod-detail-wrap °øÅë»çÇ× */
















/* ÀÚÀÌ·ÎÄÄÆÐ½ºÆ® Æ¯Â¡ */
#gryo-compass .left-container img {
  width: 250px;
}
/* bride=inst Æ¯Â¡ */
#bridge-inst .left-container img {
  width: 90%;
}
















/* other-prod */
#other-prod .other-title {
  font-size: 4rem;
  margin: 0 auto;
  font-weight: 500;
  color: #000;
  text-align: center;
  padding-bottom: 1em;
}
#other-prod .other-prod-info-wrap {
  padding-bottom: 200px;
}
#other-prod .other-prod-info-wrap li:first-child {
  border-top: 1px solid #419de8;
}
















#other-prod .other-prod-info-wrap li {
  padding: 5vh 0;
  border-bottom: 1px solid #cbcbcb;
}
















.other-prod-info {
  justify-content: space-between;
}
















.other-prod-info > div:nth-child(2),
.other-prod-info > div:nth-child(3) {
  width: calc((100% - 445px) / 2);
}
.other-prod-info > div {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-content: center;
  align-self: stretch;
  padding: 1.5em 0;
  border-right: 1px solid #e5e5e5;
}
.other-prod-info > div.title-box {
  width: 185px;
  font-size: 2.4rem;
  color: #419de8;
  text-align: center;
  font-weight: bold;
}
















.other-prod-info > div.manual-box {
  width: 260px;
  position: relative;
  border-right: 0;
}
.other-prod-info div.detail-box {
  padding: 2em 3em;
}
.other-prod-info div.detail-box .title {
  font-size: 1.8rem;
  color: #000;
  font-weight: bold;
  text-align: left;
  margin-bottom: 1em;
  width: 100%;
}
















.other-prod-info div.detail-box .text {
  color: #808080;
  font-weight: 300;
  font-size: 1.5rem;
  line-height: 1.7;
  width: 100%;
}
















.other-prod-info .detail-menu-btn {
  display: flex;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
















.more-detail-info > div:nth-child(2),
.more-detail-info > div:nth-child(3) {
  justify-content: space-between;
}
















.more-detail-info > div:nth-child(3) .text-container {
  width: 100%;
}
















.more-detail-info > div:nth-child(1) {
  justify-content: flex-start;
}
















.more-detail-info > div:last-child .detail-menu-btn {
  top: 25px;
}
















/* sonar-container¸¸ */
.sonar-container .text-container {
  height: 200px;
  padding: 1em 0;
}
















/* monitor¸¸ */
















.monitor-container .text-container {
  letter-spacing: -0.2px;
  height: 180px;
  padding: 0.5em;
}
















/* msa ÀÌ¹ÌÁö ¼½¼Ç */
















/* 20230111 msa Ä¿½ºÅÒ */
a.magnific {
  text-align: center;
}
















.msa-wrap .section08 .detail-menu-btn {
  bottom: -120px;
}
.msa-wrap .new-prod-detail-wrap .left-container img {
  max-width: 300px;
}
.msa-wrap .new-prod-detail-wrap .section08 .left-container .magnific {
  display: block;
  width: 200px;
  text-align: center;
}
.msa-wrap .new-prod-detail-wrap .section08 .left-container img {
  max-width: 180px;
}
.other-title-container {
  padding-bottom: 2em;
  position: relative;
  margin-top: 200px;
  border-bottom: 1px solid #419de8;
  margin-bottom: 5vh;
}
















#other-prod .img-3-box-container li .img-container img {
  max-width: 250px;
}
#other-prod .other-title-container .other-title {
  padding-bottom: 0.5em;
}
.other-title-container .other-sub-title {
  font-size: 1.6rem;
  color: #7f8080;
  text-align: center;
}
















.other-title-container .detail-menu-btn {
  top: 60%;
  transform: translateY(-50%);
}
















/* ÀÌ¹ÌÁö 3ºÐÇÒ ÇÃ·º½º */
.img-3-box-container {
  flex-wrap: wrap;
  justify-content: space-between;
}
















.img-3-box-container li {
  width: calc((100% - 80px) / 3);
  align-items: center;
  justify-content: center;
  margin-bottom: 7vh;
}
















.img-3-box-container li .img-container {
  height: 280px;
  justify-content: center;
  align-items: center;
  width: 100%;
  border: 1px solid #e5e5e5;
}
















/* .img-3-box-container li .img-container img {
  transform: scale(0.9);
  transition: all 0.3s;
}








































.img-3-box-container li .img-container:hover img {
  transform: scale(1);
} */
















.img-3-box-container li .img-container + p {
  text-align: center;
  padding-top: 1em;
  font-size: 2rem;
  line-height: 1.2;
  color: #419de8;
  font-weight: 500;
}
.img-3-wrap {
  padding: 8vh 0 0 0;
  position: relative;
}
/* 3ºÐÇÒ ÀÌ¤Ó¤±Áö */
















.newprod-more-img-content {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 0 0.5em;
}
.newprod-more-img-content p {
  text-align: center;
  padding-top: 0.2em;
}
















.newprod-more-img-content .detail-menu-btn {
  bottom: -100px;
  left: 50%;
  transform: translateX(-50%);
  top: initial;
  height: 40px;
  line-height: 40px;
}
.new-prod-detail-wrap .left-container.newprod-more-img-wrap {
  min-width: 650px;
  width: initial;
  min-height: 230px;
  padding: 2em;
  justify-content: space-around;
  /* max-height: 500px; */
}
.new-prod-detail-wrap .detail-info-wrap.detail-plural-wrap {
  padding-bottom: 120px;
}
/* .new-prod-detail-wrap .detail-plural-wrap .left-container:hover img {
  transform: scale(0.95);
} */
.new-prod-detail-wrap .detail-plural-wrap .newprod-more-img-content > div {
  max-width: 293px;
  overflow: hidden;
}
/* .new-prod-detail-wrap .detail-plural-wrap .newprod-more-img-content:hover img {
  transform: scale(1);
} */
















/* 04 ½É¶óµå Ä¿½ºÅÒ */
.simrad-prod-wrap .detail-menu-btn {
  display: none !important;
}
















/* 05 ¾È½´Ã÷ Ä¿½ºÅÒ */
.new-prod-detail-wrap.anchutz-detail-wrap .detail-info-wrap.detail-plural-wrap {
  padding-bottom: 200px;
}
















/* 0111 anschutz Ä¿½ºÅÒ */
.anchutz-wrap .new-content-wrap .title-logo .img-box {
  width: 305px;
}
















.new-prod-detail-wrap.anchutz-detail-wrap .detail-info-wrap {
  /* align-items: flex-start; */
}
















.new-prod-detail-wrap.anchutz-detail-wrap .other-prod-info .img-container {
  display: flex;
  height: 50%;
  align-items: flex-start;
}
.new-prod-detail-wrap.anchutz-detail-wrap .manual-box div {
  height: 50%;
  width: 100%;
  position: relative;
}
















/* 06 cplath */
#cplath-04 img {
  max-width: 172px;
}
















.c-plath-wrap .new-content-wrap .title-logo .img-box {
  width: 300px;
}
















/* airmar Ä¿½ºÅÒ */
.airmar-btn-container a:first-child {
  margin-right: 1.5em;
}
















.airmar-wrap .new-content-wrap .title-logo .img-box {
  width: 289px;
}
















/* ³ªºñÆ®·Ð Ä¿½ºÅÒ */
.navitron-img-container {
  text-align: center;
  max-width: 500px;
  overflow: hidden;
}
















.navitron-img-container img {
  max-width: 450px;
}
.navitron-img-container.width-100-content {
  max-width: initial;
}
.navitron-img-container.width-100-content img {
  max-width: initial;
  width: 95%;
}
#navi-06 img {
  max-height: 250px;
}
















.nav-2-plural-img,
.nav-3-plural-img {
  flex-wrap: wrap;
}
















.nav-2-plural-img > div {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
















  text-align: center;
}
















.nav-3-plural-img > div {
  width: 30%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
















.nav-3-plural-img > div img {
  width: 100%;
  max-width: 300px;
}
.new-prod-detail-wrap .nav-2-plural-img .newprod-more-img-content > div {
  max-width: initial;
}
















.nav-2-plural-img > div img {
  max-height: 220px;
}
















.red-font {
  color: #419de8;
}
















.new-prod-detail-wrap .right-container .detail-info li.detail-more-opt {
  font-size: 1.5rem;
  letter-spacing: -0.3px;
  color: #555;
  margin-bottom : 2em;
}
















.new-prod-detail-wrap .right-container .detail-info li.detail-more-opt li {
  font-size: 1.4rem;
  display: flex;
}
















.new-prod-detail-wrap .right-container .detail-info li.detail-more-opt li span {
  padding-right: 0.5em;
}




.new-prod-detail-wrap .right-container .detail-info li.detail-more-opt li::before {
  width: 3px;
  height: 3px;
  display: none;
  border-radius: 50%;
  background-color: #555555;
  top: 10px;
}




.new-prod-detail-wrap .right-container .detail-info li.detail-more-opt.detail-more-opt-first {
  padding-top: 3vh;
  position: relative;
  margin-top: 7vh;
}

.new-prod-detail-wrap .right-container .detail-info li.detail-more-opt.detail-more-opt-first::before {
  content: '';
  display: inline-block;
  width: 65%;
  height: 1px;
  background-color: #cdcdcd;
}

.new-prod-detail-wrap .right-container .detail-info li.detail-more-opt::before {
  display: none;
}

.new-prod-detail-wrap .right-container .detail-more-opt-sub .sub-info li {
  font-size: 1.3rem;
  padding: 0 0 0.1em 1.2em;
  line-height: 1.2;
}

.max-width-250 img {
  width: 250px;
}


#navi-04 .newprod-more-img-content p {
  height: 76px;
}


.img-100-container {
  text-align: center;
}



.width-100p {
  width: 100% !important;
}


.left-container.img-100-container img {
  transform: scale(1);
  margin: 3vh 0;
}


/* 10 SIMRAD Fish Finding */
.SIMRAD_Fish_Finding_wrap .new-content-wrap .title-logo .img-box {
  width: 308px;
}


/* ¹ø¿ªº» */
.translated-ltr .new-prod-detail-wrap .right-container .model-info li br,
.translated-ltr .new-prod-detail-wrap .right-container .detail-info li br {
  display: none;
}


/* detail-info ¾È¿¡ Ç¥ */


.detail-info table {
  border-collapse:collapse; 
  max-width:600px;
  width:100%;
  margin-bottom: 20px;
}
.detail-info table th{
  border:1px solid #ccc;
  color:#164399;
  text-align: left;
  padding: 3px 10px;
  font-size:1.4rem;
}
.detail-info table td{
  border:1px solid #ccc;
  padding: 3px 10px;
  font-size:1.4rem;
}





/* ¿ÍÀÌµå¸ð´ÏÅÍ */
@media (min-width: 2200px) {
  .new-content-wrap .section01 {
    overflow: hidden;
  }
  .new-content-wrap .section01 .left-container img {
    width: 100%;
  }
}
















/* ³ëÆ®ºÏ */
@media (max-width: 1560px) {
  .new-content-wrap .section01 .left-container {
    overflow: hidden;
  }
  .new-content-wrap .section01 .left-container img {
    height: 100%;
    object-fit: cover;
  }
















  .new-content-wrap .section01 .right-container .text-container .text {
    word-break: keep-all;
     letter-spacing: -0.5px;
  }
















  .new-content-wrap .section01 .right-container .text-container .text br {
    display: none;
  }
}
















/* ¹Ì´ÏÇÇ¾¾¾¾01 */
@media (max-width: 1280px) {
  .new-content-wrap .section01 {
    min-width: initial;
  }
  .new-content-wrap .section01 .flex-container {
    /*overflow-x: hidden;*/
     overflow: hidden;
  }
  .navitron-wrap .new-content-wrap .section01 {
     max-height:600px;
  }








  .new-content-wrap .section01 .flex-container > div {
    min-width: initial;
  }
































  .new-content-wrap .section01 .right-container {
     padding: 2em 3em;
  }
















  #new-prod-tab .newProdli {
    width: calc(100% - 150px);
  }
  #new-prod-tab .swiper-button-next {
    right: 0;
  }
















  #new-prod-tab .sub-list-btn-wrap {
    width: initial;
  }
}
















@media (max-width: 1024px) {
  .new-content-wrap .section01 .flex-container > div {
    aspect-ratio: 2/1;
  }
















  .new-content-wrap .section01 .left-container img {
    height: 100%;
    width: auto;
    object-fit: cover;
    position: absolute;
    left: -20%;
  }
  .new-content-wrap .section01 .flex-container > div {
    height: 60vh;
  }
















  .new-content-wrap .section01 .flex-container > div.right-container {
    padding: 2em 3em;
  }
    
  .new-content-wrap .section01 .right-container .text-container .title {
    font-size: 2.2rem;
    padding-bottom: 1em;
    word-break: keep-all;
  }
















  .new-content-wrap .section01 .right-container .text-container .text {
    font-size: 1.6rem;
  }
















  .new-content-wrap .section01 .right-container .text-container {
    width: 80%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
















  #new-prod-tab .swiper-button-next {
    right: -20px;
  }
















  .new-prod-detail-wrap .left-container {
    width: 50%;
  }
  .new-prod-detail-wrap .right-container .model-info li,
  .new-prod-detail-wrap .right-container .detail-info li {
    font-size: 1.7rem;
    letter-spacing: -0.5px;
    word-break: keep-all;
  }
















  #new-prod-tab .sub-list-btn-wrap {
    width: 100%;
  }
















  .new-prod-detail-wrap .left-container.newprod-more-img-wrap {
    min-width: initial;
    flex-direction: column;
    width: 50%;
  }
















  /* navitron custom */
  .navitron-wrap .new-prod-detail-wrap .detail-info-wrap.detail-plural-wrap {
    align-items: flex-start;
    flex-wrap: wrap;
  }
















  .navitron-wrap .new-prod-detail-wrap .left-container.newprod-more-img-wrap {
    width: 100%;
    flex-direction: row;
  }
















  .navitron-wrap .new-prod-detail-wrap .right-container,
  .navitron-wrap .new-prod-detail-wrap .left-container,
  .navitron-wrap .new-prod-detail-wrap .right-container {
    width: 100%;
  }
















  /* msa custom */
  .msa-wrap .new-prod-detail-wrap .left-container img {
    width: 80%;
  }
















  .msa-wrap .new-prod-detail-wrap #msa-02 .detail-info-wrap.detail-plural-wrap,
  .msa-wrap .new-prod-detail-wrap #msa-07 .detail-info-wrap.detail-plural-wrap {
    flex-wrap: wrap;
  }
















  .msa-wrap .new-prod-detail-wrap #msa-02 .left-container.newprod-more-img-wrap,
  #msa-07 .left-container.newprod-more-img-wrap {
    width: 100%;
    flex-direction: row;
  }
















  .msa-wrap .new-prod-detail-wrap #msa-02 .left-container.newprod-more-img-wrap > div {
    width: 40%;
  }
















  .msa-wrap .new-prod-detail-wrap #msa-07 .left-container.newprod-more-img-wrap > div {
    width: 32%;
  }
















  .msa-wrap .newprod-more-img-content .detail-menu-btn {
    position: initial;
    transform: initial;
    margin: 1em 0;
  }
















  .new-prod-detail-wrap #msa-02 .right-container,
  .new-prod-detail-wrap #msa-07 .right-container {
    width: 100%;
  }
















  #msa-04 img,
  #msa-05 img,
  #msa-06 img {
    width: 60%;
  }
















  .other-title-container .detail-menu-btn {
    top: 25%;
  }
















  .img-3-box-container li .img-container img {
    width: 80%;
  }
  /* msa-custom */
















  /* simrad-custom */
  .simrad-wrap .new-prod-detail-wrap .left-container img {
    width: 80%;
  }
















  .simrad-wrap .new-prod-detail-wrap #bridge-inst .detail-info-wrap {
    flex-wrap: wrap;
  }
















  .simrad-wrap .new-prod-detail-wrap #bridge-inst .detail-info-wrap > div {
    width: 100%;
  }
















  /* anschutz-custom */
  .new-prod-detail-wrap.anchutz-detail-wrap #anschu-01 .detail-info-wrap.detail-plural-wrap,
  .new-prod-detail-wrap.anchutz-detail-wrap #anschu-02 .detail-info-wrap.detail-plural-wrap,
  .new-prod-detail-wrap.anchutz-detail-wrap #anschu-03 .detail-info-wrap.detail-plural-wrap {
    flex-wrap: wrap;
  }
















  .new-prod-detail-wrap #anschu-01 .left-container.newprod-more-img-wrap,
  .new-prod-detail-wrap #anschu-02 .left-container.newprod-more-img-wrap,
  .new-prod-detail-wrap #anschu-03 .left-container.newprod-more-img-wrap {
    width: 100%;
    flex-direction: row;
  }
















  #anschu-01 .newprod-more-img-content .detail-menu-btn,
  #anschu-02 .newprod-more-img-content .detail-menu-btn,
  #anschu-03 .newprod-more-img-content .detail-menu-btn {
    position: initial;
    transform: translate(0);
    margin-top: 1em;
  }
















  #anschu-01 .right-container,
  #anschu-02 .right-container,
  #anschu-03 .right-container {
    width: 100%;
  }
















  #anschu-01 .right-container br,
  #anschu-02 .right-container br,
  #anschu-03 .right-container br {
    display: none;
  }
















  #anschu-03 .detail-menu-btn {
    top: 15px;
    right: 15px;
  }
  .anchutz-wrap #other-prod .other-prod-info-wrap li {
    position: relative;
  }
  .anchutz-wrap .other-prod-info > div.manual-box {
    position: absolute;
    top: 15px;
    right: -15px;
  }
  /* saura-custom */
  .saura-wrap .new-prod-detail-wrap .left-container.newprod-more-img-wrap {
    flex-direction: row;
  }
















  .saura-wrap .newprod-more-img-content img {
    width: 100%;
  }
















  .saura-wrap #saura-03 .newprod-more-img-content {
    width: 30%;
    height: 100px;
  }
















  .saura-wrap .img-3-box-container li .img-container img {
    width: 60%;
  }
















  .saura-wrap .img-3-box-container {
    margin-top: 3vh;
  }
















  /* comnav */
  .comnav-wrap #comnav-02 img {
    width: 80%;
  }
















  /* other-prod-custom */
  .other-prod-info > div {
    border-right: 0;
  }
  .other-prod-info {
    flex-wrap: wrap;
  }
















  .other-prod-info > div.title-box {
    width: 100%;
    position: relative;
    font-size: 2.8rem;
    padding: 0.5em 0;
  }
















  .other-prod-info > div.title-box::after {
    width: 70px;
    display: inline-block;
    content: '';
    height: 2px;
    background-color: #419de8;
    bottom: 0;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
  }
















  .other-prod-info > div.title-box br {
    display: none;
  }
  .simrad-wrap .other-prod-info > div.manual-box {
    display: none;
  }
















  .other-prod-info > div:nth-child(2),
  .other-prod-info > div:nth-child(3) {
    width: 50%;
    padding: 3em 0 2em;
  }
}
















/* ¿ÍÀÌµå Å×ºí¸´ */
















@media (max-width: 820px) {
  .new-content-wrap .section01 .flex-container > div {
    /*height: 35vh;*/
  }
















  .new-content-wrap .section01 .left-container img {
    left: -40%;
  }
















  .new-content-wrap .title-logo .img-box img {
    width: 100%;
  }
















  .new-content-wrap.non-sub-nav .title-logo {
    padding: 70px 0;
  }








      .navitron-wrap .new-content-wrap .section01 {
        
max-height: initial;
 
     }
  .new-content-wrap .section01 {
    margin-bottom: 70px;
  }
  .new-content-wrap .title-logo .img-box {
    width: 85%;
  }
















  .new-content-wrap .title-logo .img-box img {
    max-width: 180px;
  }
  .new-content-wrap .section01 .flex-container {
    flex-wrap: wrap;
  }
  .new-content-wrap .section01 .flex-container > div {
    width: 100%;
    aspect-ratio: initial;
  }
  .new-content-wrap .section01 .flex-container > div.left-container {
    aspect-ratio: 2/1;
    min-height: 180px;
    height: initial;
  }
  .new-content-wrap .section01 .flex-container > div.right-container {
    padding: 1.5em 1em;
    height: initial;
    max-height: initial;
  }
















  .new-content-wrap .section01 .left-container img {
    height: initial;
    width: 100%;
    left: 0;
  }
















  .new-content-wrap .section01 .right-container .text-container {
    position: initial;
    transform: initial;
    left: initial;
    top: initial;
    margin: 0 auto;
    width: 95%;
  }
















  .new-content-wrap .section01 {
    min-height: initial;
    max-height: initial;
  }
















































































































  .new-prod-detail-wrap .detail-info-wrap {
    flex-wrap: wrap;
  }
  .new-prod-detail-wrap .left-container {
    width: 100%;
  }
  .new-prod-detail-wrap .right-container {
    width: 100%;
  }
  .new-prod-detail-wrap .right-container .model-number {
    margin-bottom: 10px;
  }
  .new-prod-detail-wrap .right-container .model-info {
    padding-bottom: 0;
  }
  .new-prod-detail-wrap .right-container .model-info.not-dotted li {
    padding: 0.5em 0;
  }
















  .new-content-wrap .title-logo {
    padding: 150px 0;
  }
  .new-prod-detail-wrap .detail-info-wrap {
    padding-bottom: 50px;
  }
  .new-prod-detail-wrap .left-container.with-100p > div {
    width: 100%;
    padding: 1em;
  }
















  .new-prod-detail-wrap .left-container.with-100p > div img {
    width: 100%;
  }
















  /* navitron-custom */
  .navitron-wrap .section01 .left-container img {
    /*left: -80%;*/
  }
















  /* msa-custom */
  .msa-wrap .new-prod-detail-wrap .right-container {
    margin-top: 3vh;
  }
















  .other-title-container {
    margin-top: 0;
  }
















  /* anschutz */
  .new-prod-detail-wrap.anchutz-detail-wrap .detail-info-wrap.detail-plural-wrap {
    padding-bottom: 70px;
  }
  /* c.plath */
  .new-prod-detail-wrap .left-container.newprod-more-img-wrap {
    width: 100%;
    flex-direction: row;
  }
















  /* airmar */
  .new-content-wrap .section01 .flex-container.airmar-btn-container {
    /*flex-direction: column;*/
  }
















  .new-content-wrap .section01 .flex-container.airmar-btn-container > a {
    margin-bottom: 1em;
  }
  .new-content-wrap .section01 .flex-container.airmar-btn-container > a:last-child {
    margin-bottom: 0;
  }
















  .airmar-wrap .new-content-wrap .section01 .flex-container > div {
    height: 40vh;
  }
}
















/* ÀÏ¹ÝÅÂºí¸´ */
@media (max-width: 768px) {
  .nav-tab-wrap li {
    font-size: 1.6rem;
  }
  .new-content-wrap .section01 .flex-container > div {
    /*height: 40vh;*/
  }
















  #new-prod-tab .swiper-button-next {
    right: -40px;
  }
  .new-prod-detail-wrap .detail-menu-btn {
    top: 15px;
  }
















  .img-3-box-container li .img-container {
    height: 180px;
  }
  /* anschutz */
  .anchutz-wrap .other-prod-info > div.manual-box {
    top: -15px;
    right: -40px;
  }
















  /* saura */
  .saura-wrap #saura-03 .newprod-more-img-content {
    height: initial;
  }
















  .c-plath-wrap .new-content-wrap .section01 .flex-container > div{
    height: auto
  }








  .airmar-wrap .new-content-wrap .section01 .flex-container > div {
    height: initial;
  }
















}
















/* ¸ð¹ÙÀÏ */
@media (max-width: 650px) {
  .web-container {
    display: none;
  }
















  .new-content-wrap .title-logo {
    width: 100px 0;
  }
  /* »ó´Ü ³»ºñ°ÔÀÌ¼Ç */
  #new-prod-tab .newProdli {
    left: 150px;
    width: calc(100% - 180px);
  }
















  #new-prod-tab .main-nav-tit {
    width: 120px;
    font-size: 1.4rem;
  }
















  #new-prod-tab .swiper-button-prev {
    left: 125px;
  }
  #new-prod-tab .swiper-button-next:after,
  #new-prod-tab .swiper-button-prev:after {
    font-size: 2rem;
  }
  #new-prod-tab .swiper-button-next {
    right: 0;
  }








  .new-prod-detail-wrap .left-container {
    padding: 2em;
  }
















  /* 20230113 */
  .navitron-wrap .new-prod-detail-wrap .left-container img {
    width: 100%;
    object-fit: contain;
    /* max-height: 150px; */
    max-height: 105px;
  }
















  .new-prod-detail-wrap .left-container img {
    width: 100%;
    object-fit: contain;
    max-height: 150px;
    /* max-height: 105px; */
  }
  .new-prod-detail-wrap .right-container {
    padding: 1em;
  }
  .new-prod-detail-wrap .right-container .model-number {
    font-size: 1.6rem;
  }
  .new-prod-detail-wrap .right-container .model-info li,
  .new-prod-detail-wrap .right-container .detail-info li {
    font-size: 1.4rem;
  }
















  .new-prod-detail-wrap .right-container .detail-info li.detail-more-opt li {
    padding-left:0;
  }








  .new-content-wrap .section01 .right-container .text-container .simrad-all-menu {
    font-size: 1.4rem;
    width: 160px;
    height: 35px;
  }
  .new-content-wrap .section01 .right-container .text-container .title {
    font-size: 1.8rem;
  }
  .new-content-wrap .section01 .right-container .text-container .text {
    font-size: 1.4rem;
    /*word-break: break-all;*/
    /*text-align: justify;*/
    letter-spacing: -0.3px;
  }
  .new-prod-detail-wrap .right-container .detail-info li.detail-more-opt {
    font-size: 1.3rem;
  }
  .newprod-more-img-content p {
    font-size: 1.2rem;
    padding: 0.7em 0;
  }
  .new-prod-detail-wrap .title-container {
    font-size: 1.8rem;
  }
  .nav-2-plural-img > div {
    width: 45%;
  }
















  .nav-3-plural-img > div {
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
  }
















  #new-prod-tab .sub-list-btn li {
    font-size: 1.2rem;
    min-width: 130px;
    margin-right: 0.5em;
  }
  #new-prod-tab .sub-list-btn-wrap {
    padding: 1em;
  }
















  .newprod-more-img-content p {
    text-align: center;
    padding-left: 0;
  }
  .new-prod-detail-wrap .detail-menu-btn {
    width: 100px;
    height: 30px;
    font-size: 1.2rem;
  }
















  .new-prod-detail-wrap .detail-menu-btn.eng_modify {
    width: 130px;
  }








  .new-prod-detail-wrap .right-container .detail-info li::before {
    top: 10px;
  }
  .new-prod-detail-wrap .left-container {
    min-height: 180px;
  }
  /* navitron custom */
















  #navi-04 .detail-plural-wrap .newprod-more-img-content > div {
    max-width: 120px;
  }
















  #navi-06 .navitron-wrap .new-prod-detail-wrap .left-container.newprod-more-img-wrap {
    flex-direction: column;
  }
















  /* msa */
















  /* 20230111 */
  #msa-04 img,
  #msa-05 img,
  #msa-06 img {
    width: initial;
  }
  .msa-wrap .new-prod-detail-wrap #msa-02 .left-container.newprod-more-img-wrap > div {
    width: 50%;
  }
  .msa-wrap .new-prod-detail-wrap #msa-07 .left-container.newprod-more-img-wrap {
    flex-wrap: wrap;
  }
  .msa-wrap .new-prod-detail-wrap #msa-07 .left-container.newprod-more-img-wrap > div {
    width: 100%;
  }
















  .other-title-container .detail-menu-btn {
    top: initial;
    bottom: 0;
  }
















  .msa-wrap #other-prod img {
    max-height: 80px;
    object-fit: contain;
  }
















  .img-3-box-container li {
    width: calc((100% - 15px) / 2);
  }
  #other-prod .other-title-container .other-title,
  #other-prod .other-title {
    font-size: 2rem;
  }
  .other-title-container .other-sub-title {
    font-size: 1.2rem;
    padding-bottom: 2em;
  }
  .img-3-box-container li .img-container + p {
    font-size: 1.2rem;
  }
  .img-3-box-container li .img-container {
    height: 120px;
  }
















  .other-prod-info > div:nth-child(2),
  .other-prod-info > div:nth-child(3) {
    width: 100%;
    padding: 1.5em 1em;
  }
  .mobile-container {
    display: block;
  }
















  .other-prod-info div.detail-box {
    padding: 0;
    text-align: left;
  }
















  .other-prod-info div.detail-box br {
    display: none;
  }
















  .other-prod-info .img-container {
    text-align: center;
  }
















  /* anschutz */
















  .new-prod-detail-wrap #anschu-02 .left-container.newprod-more-img-wrap {
    flex-direction: column;
  }
















  #anschu-04 .left-container img {
    width: 80%;
  }
  .new-prod-detail-wrap.anchutz-detail-wrap .other-prod-info .img-container {
    flex-wrap: wrap;
    justify-content: center;
  }
  .sonar-container .text-container.mobile-container {
    height: initial;
  }
  .new-prod-detail-wrap.anchutz-detail-wrap .other-prod-info .img-container {
    height: initial;
    padding: 1em;
  }

  .new-prod-detail-wrap.anchutz-detail-wrap .other-prod-info .manual-box.mobile-container {
    width: 100%;
    height: 30px;
    position: relative;
  }
  .monitor-container .text-container {
    height: initial;
  }
  .other-prod-info > div.title-box {
    font-size: 1.6rem;
  }
  #other-prod .other-prod-info-wrap {
    padding-bottom: 50px;
  }





  .new-content-wrap .section01 .flex-container.airmar-btn-container {
    flex-direction: row;
    flex-wrap: nowrap;
  }
  
  .detail-info table th{
    font-size:1.4rem;
    padding: 3px 5px;
  }
  .detail-info table td{
    font-size:1.2rem;
    padding: 3px 5px;
  }
  .enter-650 {display: block;}
}