@charset "UTF-8";
/* UNIQID */
/* 버튼 만들기
<div class="btns 넣고싶은 클래스">
    <span class="txt">텍스트</span>
</div>
*/
.ms-banner-area02 {
  margin: 10px 0 0;
  box-shadow: 1px 4px 5px 0px rgba(0, 0, 0, 0.1);
  border-radius:9px;
} 

.ms-banner-area02.hide {
  display: none;
}

.page-top-titlearea .twr {
  width: 750px;
  margin: 0 auto;
}

.hh-st-con {
  display: grid;
  grid-template-rows: repeat(1, 1fr);
  padding: 50px 40px;
  background-color: #f6f7f8;
}
.hh-st-con .hh-st.left {
  justify-self: start;
}
.hh-st-con .hh-st.right {
  justify-self: end;
  margin: -10px 0 20px;
}

.hh-st {
  display: flex;
}
.hh-st:first-child {
  margin-top: 0;
}
.hh-st .primg {
  width: 78px;
  height: 78px;
  background-image: url("/images/spr_product.png");
}
.hh-st .primg.pr01 {
  background-position: 0 -38px;
}
.hh-st .primg.pr02 {
  background-position: 0 -126px;
}
.hh-st .primg.pr03 {
  background-position: 0 -216px;
}
.hh-st .st {
  position: relative;
  width: 100%;
  padding-top: 15px;
  flex: 1;
}
.hh-st .st:before {
  content: "";
  display: block;
  position: absolute;
  top: 30px;
  width: 12px;
  height: 15px;
  background-image: url("/images/spr_product.png?v=0.1");
}
.hh-st .st .sin {
  display: flex;
  margin-bottom: 8px;
}
.hh-st .st .sin .name {
  color: #222;
  font-size: 16px;
}
.hh-st .st .sin .etc {
  position: relative;
  margin-left: 9px;
  padding-top: 1px;
  padding-left: 8px;
  color: #999999;
  font-size: 13px;
}
.hh-st .st .sin .etc:before {
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  width: 1px;
  height: 13px;
  background: #dddddd;
}
.hh-st .st .story {
  padding: 11px 18px;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  border-radius: 14px;
  font-weight: 400;
}
.hh-st .st .story .fb {
  color: #ffe776;
  font-weight: bold;
}
.hh-st.left .primg {
  transition: 0.3s ease-out;
}
.hh-st.left .st {
  transition: 0.3s ease-out;
  padding-left: 15px;
}
.hh-st.left .st:before {
  left: 4px;
  background-position: -27px -1px;
}
.hh-st.left .st .story {
  background: #1f75ea;
}
.hh-st.left.ani .primg {
  opacity: 1;
  transform: translate(0, 0);
}
.hh-st.left.ani .st {
  opacity: 1;
  transform: translate(0, 0);
}
.hh-st.right {
  flex-direction: row-reverse;
}
.hh-st.right .primg {
  transition: 0.3s ease-out;
}
.hh-st.right .st {
  padding-top: 30px;
  transition: 0.3s ease-out;
  padding-right: 15px;
}
.hh-st.right .st:before {
  top: 46px;
  right: 4px;
  background-position: -40px -17px;
}
.hh-st.right .st .story {
  background: #1c54bc;
}
.hh-st.right .st .sin {
  justify-content: flex-end;
}
.hh-st.right.ani .primg {
  opacity: 1;
  transform: translate(0, 0);
}
.hh-st.right.ani .st {
  opacity: 1;
  transform: translate(0, 0);
}

.gs-en-detail {
  width: 750px;
  padding-top: 0 !important;
}

.mm-vi-top {
  position: relative;
  width: 750px;
  height: 420px;
  margin: 0 auto;
  padding: 0 40px;
  background-image: url("/images/etc/gs_visual.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  line-height: 1;
}
.mm-vi-top .mtxt01 {
  padding-top: 44px;
  font-weight: bold;
  font-size: 30px;
  color: #fff;
  line-height: 42px;
}
.mm-vi-top .gsbox {
  display: flex;
  position: absolute;
  padding: 0 40px;
  bottom: 60px;
  width: 100%;
  left: 0px;
}
.mm-vi-top .gsbox .box {
  flex: 1;
  display: flex;
  align-items: center;
  height: 190px;
  border-radius: 16px;
  box-shadow: 0px 20px 25px 0px rgba(0, 0, 0, 0.3);
}
.mm-vi-top .gsbox ul {
  width: 100%;
  padding: 0 40px;
}
.mm-vi-top .gsbox ul li {
  padding: 11px 0;
  font-size: 14px;
  font-weight: bold;
  border-bottom: 1px solid #eee2fd;
  text-align: center;
}
.mm-vi-top .gsbox ul li:last-child {
  border-bottom: 0;
}
.mm-vi-top .gsbox .box01 {
  margin-right: 30px;
  background-color: #faf6ff;
}
.mm-vi-top .gsbox .box01 ul li {
  color: #8632ed;
  border-bottom-color: #eee2fd;
}
.mm-vi-top .gsbox .box02 {
  background-color: #f5f8fc;
}
.mm-vi-top .gsbox .box02 ul li {
  color: #1c54bc;
  border-bottom-color: #dfe7f5;
}
.mm-vi-top .gsbox .box02 ul li.spc01 {
  padding: 30px 0;
}

.grb {
  padding: 80px 0 0;
}

.gs-rr-box {
  line-height: 1;
}
.gs-rr-box + .gs-rr-box {
  margin: 80px 0 0;
}
.gs-rr-box .subt {
  margin: 0 0 13px;
  color: #444444;
  font-size: 16px;
}
.gs-rr-box .maint {
  color: #000000;
  font-size: 28px;
  font-weight: bold;
  line-height: 36px;
}
.gs-rr-box .boxsr {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 10px;
  margin-top: 28px;
}
.gs-rr-box .boxsr li {
  height: 110px;
  padding: 28px 0 0;
  text-align: center;
  border-radius: 15px;
}
.gs-rr-box .boxsr li .ct {
  font-size: 18px;
  font-weight: bold;
}
.gs-rr-box .boxsr li .txt {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
  font-size: 16px;
}
.gs-rr-box .boxsr.purple li {
  background-color: #fbf7ff;
}
.gs-rr-box .boxsr.purple li .ct {
  color: #8632ed;
}
.gs-rr-box .boxsr.blue li {
  background-color: #f5f8fc;
}
.gs-rr-box .boxsr.blue li .ct {
  color: #1c54bc;
}

.mbs-table-area {
  margin: 30px 0 0;
}
.mbs-table-area table {
  width: 100%;
}
.mbs-table-area th,
.mbs-table-area td {
  padding: 7px 0px;
  font-size: 16px;
  line-height: 30px;
  color: #222;
}
.mbs-table-area .check {
  font-weight: bold;
}
.mbs-table-area .check:before {
  content: "";
  display: block;
  width: 17px;
  height: 13px;
  margin: 0 auto 15px;
  background-image: var(--bg-i-common);
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: -426px -110px;
}
.mbs-table-area .not-pv {
  color: #999999;
}
.mbs-table-area .nli {
  font-weight: bold;
}
.mbs-table-area .mm01 {
  color: #1c54bc;
}
.mbs-table-area .mm01:before {
  content: "";
  display: inline-block;
  width: 22px;
  height: 22px;
  margin-right: 5px;
  background-image: var(--bg-i-common);
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: -400px -110px;
  vertical-align: middle;
}
.mbs-table-area thead {
  border-top: 1px solid #c3d0df;
}
.mbs-table-area thead th {
  padding: 10px 0;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  color: #1c54bc;
}
.mbs-table-area tbody {
  border-top: 1px solid #c3d0df;
}
.mbs-table-area tbody th {
  padding-left: 30px;
}
.mbs-table-area tbody td {
  text-align: center;
}
.mbs-table-area tbody.w01 th,
.mbs-table-area tbody.w01 td {
  padding-top: 7px;
  padding-bottom: 7px;
  font-weight: bold;
}
.mbs-table-area tbody tr:nth-child(2n) th,
.mbs-table-area tbody tr:nth-child(2n) td {
  background: #f9fafb;
}

.gs-btn-area {
  display: flex;
  padding: 40px 0 0;
  justify-content: center;
}
.gs-btn-area .btns {
  width: 240px;
  height: 45px;
  background-color: #129ded;
  border-radius: 5px;
}
.gs-btn-area .btns .txt {
  color: #fff;
  font-size: 16px;
}