@charset "UTF-8";
h2 {
  font-size: 55px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 77px */
  letter-spacing: -1.5px;
}
h2 strong {
  color: #C7B273;
  font-weight: 700;
}

.title_box small {
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 39px */
  letter-spacing: -0.7px;
  display: inline-block;
}

.laminate_01 {
  position: relative;
}
.laminate_01 .inner {
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: space-between;
}
.laminate_01 .plus_popup {
  margin-left: 190px;
  margin-top: 144px;
  position: relative;
}
.laminate_01 .plus_popup .plus_btn {
  width: 60px;
  height: 60px;
  background-color: #C7B273;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
  z-index: 3;
}
.laminate_01 .plus_popup .pop_text {
  background: rgba(255, 255, 255, 0.7);
  width: 445px;
  height: 180px;
  padding: 30px 34px;
  position: absolute;
  top: 30px;
  left: 30px;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.2s;
}
.laminate_01 .plus_popup .pop_text p {
  background: linear-gradient(90deg, #B48D38 0%, #837C64 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 30px */
  letter-spacing: -0.6px;
  margin-bottom: 10px;
}
.laminate_01 .plus_popup .pop_text span {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 27px */
  letter-spacing: -0.5px;
}
.laminate_01 .plus_popup:hover .pop_text {
  opacity: 1;
}
.laminate_01 .text_box {
  margin-right: 43px;
}
.laminate_01 .text_box h2 {
  font-size: 55px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 77px */
  letter-spacing: -1.5px;
  color: #fff;
}
.laminate_01 .text_box p {
  display: flex;
  align-items: center;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 39px */
  letter-spacing: -0.7px;
  color: #C7B273;
  margin: 45px 0 39px;
}
.laminate_01 .text_box span {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 27px */
  letter-spacing: -0.5px;
  color: rgba(255, 255, 255, 0.7);
}

.laminate_02 {
  background: url(../img/sub/laminate_02_bg.jpg) center/cover no-repeat;
  padding: 158px 0 134px;
}
.laminate_02 .title_box {
  margin-bottom: 54px;
}
.laminate_02 .title_box h2 {
  color: #fff;
}
.laminate_02 .text_box {
  display: flex;
  gap: 41px;
  margin-left: 38px;
}
.laminate_02 .text_box * {
  color: #fff;
}
.laminate_02 .text_box h3 {
  font-size: 55px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 77px */
  letter-spacing: -1.5px;
  margin-top: -24px;
}
.laminate_02 .text_box p {
  display: flex;
  align-items: center;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 39px */
  letter-spacing: -0.7px;
  font-weight: 700;
  gap: 14px;
}
.laminate_02 .text_box p small {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
  letter-spacing: -0.4px;
}
.laminate_02 .text_box span {
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 33px */
  letter-spacing: -0.6px;
  opacity: 0.8;
  display: inline-block;
  margin-top: 24px;
}
.laminate_02 .con_box {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  max-width: 867px;
  padding: 40px 0;
  margin-top: 62px;
}
.laminate_02 .con_box ul {
  display: flex;
  gap: 66px;
}
.laminate_02 .con_box ul li * {
  color: #fff;
}
.laminate_02 .con_box ul li p {
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 39px */
  letter-spacing: -0.7px;
  font-weight: 700;
  margin-bottom: 23px;
}
.laminate_02 .con_box ul li span {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 30px */
  letter-spacing: -0.6px;
  opacity: 0.8;
}

.laminate_04 {
  background: url(../img/sub/laminate_04_bg.jpg) center/cover no-repeat;
  padding: 92px 0 114px;
}
.laminate_04 .title_box p {
  margin-top: 14px;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 30px */
  letter-spacing: -0.6px;
  color: #202020;
  opacity: 0.8;
}
.laminate_04 .con_box {
  margin-top: 72px;
}
.laminate_04 .con_box ul {
  display: grid;
  grid-template: repeat(2, auto)/repeat(2, 1fr);
  gap: 60px 24px;
}
.laminate_04 .con_box ul li {
  text-align: center;
}
.laminate_04 .con_box ul li p {
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 39px */
  letter-spacing: -0.7px;
  font-weight: 700;
  margin: 24px 0 16px;
}
.laminate_04 .con_box ul li span {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 30px */
  letter-spacing: -0.6px;
  opacity: 0.8;
}

.laminate_05 {
  padding: 105px 28px;
}
.laminate_05 .title_box {
  text-align: center;
  margin-bottom: 60px;
}
.laminate_05 .title_box small {
  opacity: 0.8;
}
.laminate_05 .con_box {
  display: flex;
  justify-content: center;
  gap: 24px;
  position: relative;
}
.laminate_05 .con_box .mini_con .img_box {
  display: flex;
  flex-direction: column;
}
.laminate_05 .con_box .mini_con .img_box p {
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 39px */
  letter-spacing: -0.7px;
  font-weight: 700;
  width: 100%;
  background-color: #D9D9D9;
  border-radius: 0 0 20px 20px;
  text-align: center;
  padding: 20px 0;
}
.laminate_05 .con_box .mini_con ul {
  padding-top: 3px;
  height: 608px;
}
.laminate_05 .con_box .mini_con ul li {
  text-align: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 30px */
  letter-spacing: -0.6px;
  padding: 17px 0;
}
.laminate_05 .con_box .mini_con ul li span {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
}
.laminate_05 .con_box .mini_con ul li span::before {
  content: "";
  width: 5px;
  height: 5px;
  background-color: #000000;
  border-radius: 100%;
  display: inline-block;
}
.laminate_05 .con_box .mini_con:last-child .img_box p {
  background-color: #C7B273;
  color: #fff;
}
.laminate_05 .con_box .con_menu_bar {
  position: absolute;
  bottom: -33px;
  left: 50%;
  transform: translateX(-50%);
}
.laminate_05 .con_box .con_menu_bar ul {
  background-color: #2f2f2f;
  border-radius: 1000px;
  height: 666px;
  width: 148px;
  padding: 41px 0 49px;
}
.laminate_05 .con_box .con_menu_bar ul li {
  text-align: center;
  color: rgba(255, 255, 255, 0.8);
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 33px */
  letter-spacing: -0.6px;
}
.laminate_05 .con_box .con_menu_bar ul li:nth-child(2) {
  margin: 30px 0;
}
.laminate_05 .con_box .con_menu_bar ul li:nth-child(4) {
  margin: 48px 0 80px;
}
.laminate_05 .con_box .con_menu_bar ul li:nth-child(6) {
  margin: 95px 0 63px;
}

.laminate_06 {
  background: url(../img/sub/laminate_06_bg.jpg) center/cover no-repeat;
  padding: 155px 0 147px;
}
.laminate_06 .title_box small {
  color: #fff;
}
.laminate_06 .title_box h2 {
  color: #fff;
}
.laminate_06 .title_box p {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 30px */
  letter-spacing: -0.6px;
  color: rgba(255, 255, 255, 0.8);
  margin-top: 45px;
}

.laminate_07 {
  background: url(../img/sub/laminate_07_bg.jpg) center/cover no-repeat;
  padding: 141px 0 130px;
}
.laminate_07 .title_box {
  margin-left: auto;
  width: -moz-max-content;
  width: max-content;
}
.laminate_07 .title_box h2 {
  width: -moz-max-content;
  width: max-content;
  color: #fff;
}
.laminate_07 .title_box p {
  color: #fff;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 39px */
  letter-spacing: -0.7px;
  margin-top: 24px;
}
.laminate_07 .title_box p strong {
  color: #C7B273;
  font-weight: 400;
}
.laminate_07 ul {
  margin-top: 45px;
}
.laminate_07 ul li {
  display: flex;
  align-items: center;
  gap: 15px;
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 30px */
  letter-spacing: -0.6px;
}
.laminate_07 ul li::before {
  content: "·";
}

.laminate_08 {
  background: url(../img/sub/laminate_08_bg.jpg) center/cover no-repeat;
  padding: 150px 0 128px;
}
.laminate_08 .title_box p {
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 39px */
  letter-spacing: -0.7px;
  margin: 24px 0 66px;
}
.laminate_08 .con_box {
  display: flex;
  gap: 24px;
}

.laminate_09 {
  padding: 100px 0 124px;
}
.laminate_09 .title_box {
  text-align: center;
  margin-bottom: 36px;
}
.laminate_09 .title_box small {
  opacity: 0.8;
}
.laminate_09 .bna_wrap {
  display: flex;
  justify-content: center;
  gap: 24px;
  text-align: center;
}
.laminate_09 .bna_wrap .bna_img_box {
  position: relative;
}
.laminate_09 .bna_wrap .bna_img_box:after {
  content: "";
  width: 34px;
  height: 50px;
  display: inline-block;
  background: url(../img/sub/rebom_mark.svg) center/cover no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.laminate_09 .bna_wrap p {
  margin: 18px 0 6px;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 39px */
  letter-spacing: -0.7px;
  font-weight: 700;
}
.laminate_09 .bna_wrap span {
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 33px */
  letter-spacing: -0.6px;
}