:root {font-size: calc((18 / 1920) * 100vw);}
      body{background: rgb(245, 245, 245);}
      .rate-logo{width: 12rem;position: absolute;top: 10px;right: 2rem;}
      .mian {width: 80%;margin: 20px auto;padding: .9rem 1.5rem;}
      .mian h3{font-size: 1.5rem;margin: 0;}
      
      footer{background-color: #333;}
      .footer-div .all-logo-div p{color: #666;}
 html, body, .warp-container,.p2-wrap{
  height: auto;
}
html{
  scroll-behavior: smooth;
  overscroll-behavior: none;
}

.p2-title {
  font-size: 1.8rem;
  font-weight: 500;
  color: #11140f;
  text-align: center;
  position: relative;
  font-family:  sans-serif;
  padding-bottom: 25px;
  background: url(https://rescdn.imtxwy.com/muffin/kr/home/line_1.png) no-repeat center bottom;
  background-size: 100%;
  opacity:1;
  filter: brightness(0.2);
  margin-bottom: 2% !important;
}
.mainBox {
  width: 67%;
  text-align: left;
  font-size: 1rem;
  padding: .9rem 1.5rem;
  font-family:  sans-serif;
  background-color: #fff;
  border-radius:10px;
  margin: 0 auto;
}
.mainBox h2{
  font-size: 1.5rem;
  font-family:  sans-serif;
  line-height: 1.5;
  margin: 0;
}
.mainBox h3{
  font-size: 1.2rem;
  font-family:  sans-serif;
  line-height: 1.8;
}
.mainBox p{
  font-size: 1.2rem;
  font-family:  sans-serif;
  line-height: 1.5;
  margin-top: 0;
}
.menuBox {
  width: 13%;
  position: fixed;
  top: 26rem;
  right: 4rem;
  line-height: 1.6;
  text-align: left;
  z-index: 99;
}
.menuBox dt{
  font-size: 1.2rem;
  font-weight: bold;
  color: #11140f;
  border-bottom: 2px solid #999;
  margin: 0 0 30px;
  padding: 0 0 10px;
}
.menuBox dt .icon{
  width: 20px;
  height: 20px;
  margin-left: 10px;
}
.menuBox dd {
  margin: 0 0 5px;
}
.menuBox dd a{
  color: #11140f;
  font-size: 1rem;
  text-decoration: none;
  display: block;
  padding: 6px 0 0px 25px;
  opacity: .5;

}
.menuBox dd a:hover,.menuBox dd a.on{
  color: #11140f;
  background-color: #fff;
  border-radius:10px;
  opacity: 1;
}
.base-svg__icon {
  opacity: 0;
  margin-right: 10px;
}
.menuBox dd a.on .base-svg__icon {
  opacity: 1;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 30px;
  width: 100%;
  font-family: "Noto Sans KR", "Noto Sans", blinkmacsystemfont, -apple-system, "Segoe UI", roboto, oxygen, ubuntu, cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", helvetica, arial, sans-serif;
}
th,td{
  border: 1px solid rgb(193, 199, 208);
  padding: 7px 10px;
  min-width: 8px;
  background-color: #edf7fa;
  display: table-cell;
}
th{
  background-color: #d8f2fb;
}
.bg01 th,.bg01 td{
  background-color: #daf3fc;
}
.bg01 th,.bg02 td{
  background-color: #ece2fc;
}
.bg01 th,.bg03 td{
  background-color: #fdd4a8;
}
.bg04 th,.bg04 td{
  background-color: #b5e6a2;
}
.bg05 td{
  background-color: #ffba6b;
}
.bg06 td{
  background-color: #ffd95c;
}
.bg07 td{
  background-color: #f57ac0;
}
.bg08 td{
  background-color: #feddef;
}
.bg09 td{
  background-color: #7edafb;
}
.bg10 td{
  background-color: #daf3fd;
}
footer {
  margin-top: 80px;
}
.footer-div {
  padding: 1rem 0;
}
@media (max-width: 960px) {
  :root {font-size: calc((36 / 1920) * 100vw);}
  .mian {width: 96%;margin: 20px auto;padding: .9rem 1.5rem;}
  .p2-wrap {
    padding: 4rem 0 0;
  }
  .mainBox {
    width: 90%;
    font-size: 1.8rem;
  }
  .p2-title {
  font-size: 2.8rem;
}
.mainBox h2{
  font-size: 1.8rem;
  font-family:  sans-serif;
  line-height: 1.8;
}
  .menuBox {
    width:100%;
    position: fixed;
    top:auto;
    bottom: 0;
    right:0;
    line-height: 1.6;
    text-align: left;
    background-color: #fffcf7;
  }
  .menuBox dt{
    background: #ebe1d8;
    padding: 15px 0 15px 20px;
    margin-bottom: 20px;
    font-size: 1.8rem;
  }
  .menuBox dd{
    display: none;
  }

.menuBox dd a{
  
  font-size: 1.6rem;

}
}