.fc_black2_2{color: #222 !important;}
.fc_gray1{color: #666 !important;}

.page-container{
  padding-bottom: 0;
}
.contents_banner {
  background:#231F20;
  width:100%;
}

.wv_hide {
  display:none;
}

.modal-nobg .modal-content {
  overflow-x: scroll;
}



.gif_box > div{
  width : 26.25rem;
}
.gif_box > div img{
  width : 100%;
}
.gif_box > div p{
  display: flex;
  justify-content: center;
  align-items: center;
  width : 100%;
  height: 5.625rem;
  font-size: 1.25rem;
  font-weight: 400;
  text-align: center;
}
.gif_box > div:nth-child(2) p{
  background-color: #EF4023;
  color: #fff;
}
.gif_box > div:nth-child(1) p{
  background-color: #E0E0E0;
}




.page-hd{
  height: 582px;
}
.sec_cont1 .cont_wrap{
}
.sec_cont1 .cont_wrap .cont{
  position: relative;
  width : 100%;
  height: 16.875rem;
  margin-top: 4.25rem;
}
.sec_cont1 .cont_wrap .cont > div{
  position:absolute;
  width: 26.25rem;
  height: 6.25rem;
  padding: 1.563rem 3.125rem 1.625rem 3.125rem;
  border-radius: 1.25rem;
  background-color: #fff;
  box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.05);
  border-style: solid;
  border-width: 1px;
}
.sec_cont1 .cont_wrap .cont > div img{
  position: absolute;
  width : 3.75rem;
  height: 3.75rem;
  top: 50%; left: -30px;
  transform: translateY(-50%);
}
.sec_cont1 .cont_wrap .cont > div p{
  font-size: 1.063rem;
  font-weight: 400;
  line-height: 1.5rem;
}
.sec_cont1 .cont_wrap .cont > div:nth-child(1){
  top: 9.25925925926%; left: 11.59722222222%;
  border-color: #FFD666;
  z-index : 3;
}
.sec_cont1 .cont_wrap .cont > div:nth-child(2){
  top:0; right: 17.29166666667%;
  border-color: #FFCB9D;
  z-index : 3;
}
.sec_cont1 .cont_wrap .cont > div:nth-child(3){
  top: 50%; left:50%;
  transform: translate(-50%, -50%);
  border-color: #84BED4;
  z-index : 5;
}
.sec_cont1 .cont_wrap .cont > div:nth-child(4){
  top: 62.96296296296%; left:17.70833333333%;
  border-color: #EA9FC0;
  z-index : 4;
}
.sec_cont1 .cont_wrap .cont > div:nth-child(5){
  top:61.11111111111%; right:11.59722222222%;
  border-color: #C8D076;
  z-index : 6;
}
.sec_cont1 .cont_wrap > p{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  width : 15.625rem;
  height: 2.5rem;
  margin: 3.125rem auto 0;
  font-size: 0.75rem;
  font-weight: 400;
  color: #777;
  border-radius: 2.5rem;
  background-color :#f5f5f5;
}
.sec_cont1 .cont_wrap > p::before{
  display:block;
  content: "";
  width : 0.75rem;
  height: 0.75rem;
  background: url("/img/amotion/cont1_deco.svg") no-repeat center / cover;
}


.sec_cont2{
  background: #F5F5F5 url("/img/amotion/cont2_1.png") no-repeat center calc(100% - 200px) / 100% auto;
}


.sec_cont4 .cont{
  margin-top : 4.75rem;
}
.sec_cont4 .cont .txt_wrap p{
  font-size: 1.25rem;
  font-weight: 600;
  color: #EF4023;
}
.sec_cont4 .cont .txt_wrap h4{
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 3.375rem;
}
.sec_cont4 .cont .txt_wrap h4 span{
  border-bottom: 2px solid #000;
}
.sec_cont4 .cont > div:nth-child(1) .txt_wrap{
  flex: 1;
}
.sec_cont4 .cont > div:nth-child(1) .txt_wrap div{
  width : 24.5rem;
  margin-left: auto;
}
.sec_cont4 .cont > div:nth-child(1) .img_wrap{
  flex: 1;
}
.sec_cont4 .cont > div:nth-child(1) .img_wrap img{
  width : 22.25rem;
}
.sec_cont4 .cont > div:nth-child(2) .txt_wrap{
  flex: 0.8;
}
.sec_cont4 .cont > div:nth-child(2) .txt_wrap div{
  width: 33rem;
  margin-left: auto;
}
.sec_cont4 .cont > div:nth-child(2) .img_wrap{
  flex: 1;
}
.sec_cont4 .cont > div:nth-child(2) .img_wrap img{
  display : block;
  margin-left: auto;
  width : 44.5rem;
}

.sec_cont5{
  background: #1D1D1D url("/img/amotion/cont5_1.png") no-repeat center 35.25rem / 100% auto;
}
.sec_cont5 article{
  width: 100%;
  max-width: 76rem;
  margin: 0 auto;
}
.sec_cont5 .cont1{
  height: 626px;
  margin-top: 3.5rem;
}
.sec_cont5 .cont1 > div{
  flex: .2153;
  position: relative;
  height:100%;
  padding: 0 0.313rem;
  overflow: hidden;
  transition: flex .4s ease-in-out;
}
.sec_cont5 .cont1 > div.on{
  flex: 1;
}
.sec_cont5 .cont1 > div .img_wrap{
  position: relative;
  width : 100%;
  height: 100%;
}
.sec_cont5 .cont1 > div .img_wrap::after{
  position: absolute;
  top: 0; left: 0;
  content: "";
  width : 100%;
  height: 100%;
  background-color: #B71A00;
  opacity: .6;
  z-index : 4;
  transition: opacity .4s ease-in-out;
}
.sec_cont5 .cont1 > div.on .img_wrap::after{opacity: 0;}
.sec_cont5 .cont1 > div img{
  position: absolute;
  top: 0;
  left: 50%;
  z-index : 3;
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity .4s ease-in-out;
}
.sec_cont5 .cont1 > div img + img{
  z-index : 1;
}
.sec_cont5 .cont1 > div.on .img_wrap img:nth-child(1){
  opacity: 0;
}
.sec_cont5 .cont1 .txt_wrap{
  position:absolute;
  left: 1.25rem; bottom: 2.375rem;
  z-index : 5;
  transition: left .4s ease-in-out;
}
.sec_cont5 .cont1 > div.on .txt_wrap{
  left: 2.5rem;
}
.sec_cont5 .cont1 .txt_wrap h5{
  font-size: 1.5rem;
  font-weight: 600;
  color: #fff;
  line-height: 2.25rem;
  white-space: nowrap;
}
.sec_cont5 .cont1 .txt_wrap h5 span{
  opacity: 0;
  visibility :hidden;
  transition: opacity .4s ease-in-out, visibility .4s ease-in-out;
}
.sec_cont5 .cont1 .txt_wrap p{
  position: relative;
  height: 1.5rem;
  margin-top: 1.25rem;
  font-size: 1rem;
  font-weight: 400;
  color: #fff;
  white-space: nowrap;
}
.sec_cont5 .cont1 .txt_wrap p span{
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  visibility :visible;
  transition: opacity .4s ease-in-out, visibility .4s ease-in-out, width .4s ease-in-out;
}
.sec_cont5 .cont1 .txt_wrap p span + span{
  opacity: 0;
  visibility :hidden;
}
.sec_cont5 .cont1 > div.on .txt_wrap h5 span{
  opacity: 1;
  visibility: visible;
}
.sec_cont5 .cont1 > div.on .txt_wrap p span{
  opacity: 0;
  visibility: hidden;
}
.sec_cont5 .cont1 > div.on .txt_wrap p span + span{
  opacity: 1;
  visibility: visible;
}
.sec_cont5 .cont1 > div:hover{
  flex: 1;
}
.sec_cont5 .cont1 > div:hover ~ .on{
  flex: .2153;
}
.sec_cont5 .cont1 > div:hover h5 span{
  opacity: 1;
  visibility: visible;
}
.sec_cont5 .cont1 > div:hover p span{
  opacity: 0;
  visibility: hidden;
}
.sec_cont5 .cont1 > div:hover p span + span{
  opacity: 1;
  visibility: visible;
}
.sec_cont5 .cont1 > div:hover ~ .on h5 span{
  opacity: 0;
  visibility: hidden;
}
.sec_cont5 .cont1 > div:hover ~ .on p span{
  opacity: 1;
  visibility: visible;
}
.sec_cont5 .cont1 > div:hover ~ .on p span + span{
  opacity: 0;
  visibility: hidden;
}
.sec_cont5 .cont1 > div:hover ~ .on .img_wrap::after{
  opacity: .6;
}
.sec_cont5 .cont1 > div:hover .img_wrap::after{
  opacity: 0;
}
.sec_cont5 .cont1 > div:hover .txt_wrap{
  left: 2.5rem;
}
.sec_cont5 .cont1 > div:hover ~ .on .txt_wrap{
  left: 1.25rem;
}
.sec_cont5 .cont1 > div:hover .img_wrap img:nth-child(1){
  opacity: 0;
}
.sec_cont5 .cont1 > div:hover ~ .on .img_wrap img:nth-child(1){
  opacity: 1;
}


.sec_cont6 article{
  width: 100%;
  max-width: 76rem;
  margin: 0 auto;
}
.sec_cont6 .arti1{
  border-bottom: 1px solid #ddd;
}
.sec_cont6 .cont1 > div:nth-child(odd) .txt_wrap{
  padding-left: 5.25rem;
}
.sec_cont6 .cont1 .img_wrap{
  flex: 1;
}
.sec_cont6 .cont1 .txt_wrap{
  flex: 1;
}
.sec_cont6 .cont1 p{
  margin-top: 1.563rem;
  color: #222;
}
.sec_cont6 .cont1 p span{
  font-weight: 600;
  color: #EF4023;
}
.sec_cont6 .btns a{
  padding: 1.25rem 2.406rem;
  border-radius: 4.375rem;
  background-color: #231F20;
  font-size: 1.25rem;
  font-weight: 600;
  color: #fff;
}




@media all and (max-width: 1024px){
  .sec_cont1 .cont_wrap .cont{
    display : flex;
    flex-direction: column;
    gap: 10px;
    width : max-content;
    height: max-content;
    margin: 40px auto 30px;
  }
  .page-container .sec_cont1 .cont_wrap .cont > div{
    position: relative;
    top: auto; right: auto; bottom: auto; left: auto;
    transform: none;
    width : 38.25rem;
    height: 7rem;
  }
  .sec_cont1 .cont_wrap .cont > div p{
    font-size: 1.25rem;
    line-height: 150%;
  }
  .sec_cont1 .cont_wrap > p{
    width: 22.625rem;
    height: 3rem;
    font-size: 1rem;
  }
}

@media all and (max-width: 768px){
  .inner_base{
    --inner_base_mw: 400px;
  }

  .page-hd{
    height: 180px;
  }

  .sec_cont1 .cont_wrap .cont{
    width : calc(100% - 20px);
    padding-left: 20px;
    margin: 40px 0 30px auto;
  }
  .page-container .sec_cont1 .cont_wrap .cont > div{
    width : 100%;
    height: 68px;
    padding: 16px 30px;
    border-radius: 12px;
  }
  .sec_cont1 .cont_wrap .cont > div p{
    font-size: 12px;
  }
  .sec_cont1 .cont_wrap .cont > div img{
    left: -20px;
    width : 40px;
    height: 40px;
  }

  .sec_cont1 .cont_wrap > p{
    gap:8px;
    width: 250px;
    height: 40px;
    margin-top: 30px;
    border-radius: 40px;
    font-size: 12px;
  }
  .gif_box > div{
    width : 100%;
  }
  .gif_box > div p{
    height:72px;
    font-size: 14px;
  }
  .sec_cont4 .cont{
    margin-top: 40px;
  }
  .sec_cont4 .cont > div:nth-child(1) .txt_wrap div,
  .sec_cont4 .cont > div:nth-child(2) .txt_wrap div{
    width : 100%;
  }
  .sec_cont4 .cont > div:nth-child(1) .txt_wrap,
  .sec_cont4 .cont > div:nth-child(2) .txt_wrap{
    width : 100%;
    padding-bottom: 20px;
  }
  .sec_cont4 .cont .txt_wrap p{
    font-size: 14px;
  }
  .sec_cont4 .cont .txt_wrap h4{
    margin-top: 4px;
    font-size: 20px;
    line-height: 120%;
  }

  .sec_cont5 .cont1{
    height: 380px;
    height: 105.5556vw;
    gap: 10px;
  }
  .sec_cont5 .cont1 > div{
    padding: 0;
  }
  .sec_cont5 .cont1 > div.on .txt_wrap,
  .sec_cont5 .cont1 > div:hover .txt_wrap,
  .sec_cont5 .cont1 .txt_wrap{
    left: 10px; bottom: 18px;
    width : calc(100% - 40px);
    transition: bottom .4s ease-in-out, left .4s ease-in-out;
  }
  .sec_cont5 .cont1 .txt_wrap h5{
    font-size: 16px;
    line-height: normal;
  }
  .sec_cont5 .cont1 .txt_wrap p{
    height: 0;
    margin-top: 6px;
    font-size: 14px;
    line-height: 150%;
    white-space: normal;
    transition: height .4s ease-in-out, margin-top .4s ease-in-out;
  }
  .sec_cont5 .cont1 .txt_wrap p span{
    display : none;
    position: static;
  }
  .sec_cont5 .cont1 .txt_wrap p span + span{display : block;}
  .sec_cont5 .cont1 .txt_wrap h5 span{opacity: 1; visibility: visible}

  .sec_cont5 .cont1 > div:hover .txt_wrap{
    bottom: 10px;
  }
  .sec_cont5 .cont1 > div:hover .txt_wrap p{
    height: 42px;
  }
  .sec_cont5 .cont1 > div:hover ~ .on .txt_wrap{
    left: 10px;
    bottom: 18px;
  }
  .sec_cont5 .cont1 > div:hover ~ .on h5 span{
    opacity: 1;
    visibility: visible;
  }
  .sec_cont5 .cont1 > div.on .txt_wrap{
    left: 10px;
    bottom: 10px;
  }
  .sec_cont5 .cont1 > div.on .txt_wrap p{
    height: 42px;
  }
  .sec_cont5 .cont1 > div:hover ~ .on p{
    height: 0;
  }
  .sec_cont6 .cont1 > div:nth-child(odd) .txt_wrap{
    padding-left: 0;
  }

  .sec_cont6 .btns a{
    font-size: 16px;
    width : 100%;
    max-width: 320px;
    margin: 0 auto;
    text-align : center;
    padding: 12px 0;
  }
}


@media all and (max-width: 380px){
  .sec_cont5 .cont1 .txt_wrap p{
    font-size: 12px;
  }
  .sec_cont5 .cont1 > div.on .txt_wrap, .sec_cont5 .cont1 > div:hover .txt_wrap, .sec_cont5 .cont1 .txt_wrap{
    bottom: 10px;
  }
  .sec_cont5 .cont1 > div:hover ~ .on .txt_wrap{
    bottom: 10px;
  }
}









