#wrap .content {
}
#wrap .content .img {
    text-align: center;
}
#wrap .content .img .light{
    width: 25%;
}
#wrap .content .section {
    margin-bottom: 1rem;
    padding:6rem 1.5rem 3rem 1.5rem ;
    border-bottom: 4px solid #f2f3f5;

}
#wrap .content .section .sub_title{
    font-size: 2rem;
    font-weight: 800;
    margin-bottom:2rem;
}
#wrap .content .section .con{
    font-size: 1.6rem;
    line-height: 1.5;
}
#wrap .content .section2 {
    margin-bottom: 1rem;
    padding:1.5rem 1.5rem 3rem 1.5rem ;
}
#wrap .content .section2 .sub_title{
    font-size: 2rem;
    font-weight: 800;
    margin-bottom:2rem;
}
#wrap .content .section2 .box{
    box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px;
    margin-bottom: 2rem;
    border-radius: 1rem;
}   
#wrap .content .section2 .bold2{
   display: block;
   font-size: 1.8rem;
   background-color: #ef9020;
   color: #fff;
   padding:1rem 1.5rem;
   border-top-left-radius: 1rem;
   border-top-right-radius: 1rem;
    font-weight: 300;
}
#wrap .content .section2 .txt {
    display: block;
    font-size: 1.6rem;
    padding: 1rem 1.5rem;
    background-color: white; /* 흰색 배경 추가 */
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem;
    font-weight: 300;
 }
 
#wrap .content .section2 .btn{
   background-color: #f2f3f5;
   padding: 2rem 1.5rem 0 1.5rem;
   border-radius: 1rem;
   box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px;
   margin-top: 4rem;
}
#wrap .content .section2 .btn .btn1_1{
    display: flex;

}
#wrap .content .section2 .btn  .p1{
  font-size:1.6rem;
  font-family: 'GmarketSans';
  white-space: nowrap;
  font-weight: 500;
}
#wrap .content .section2 .btn .btn1_1 .left .p2{
  font-size: 2rem;
  font-family: 'GmarketSans';
  white-space: nowrap;
  font-weight: 600;
  margin-top: .5rem;
}
#wrap .content .section2 .btn .btn1_1 .left {
}
#wrap .content .section2 .btn .btn1_1 .left a{
  font-size:1.6rem;
  font-family: 'GmarketSans';
  margin: 2rem 0;
  display: inline-block;
  border: 1px solid #333;
  padding: 1.5rem 2rem 1rem;
  border-radius:2rem;
  text-align: center;
}
#wrap .content .section2 .btn .btn1_1 .right {
   overflow: hidden;
   text-align: end;
}
#wrap .content .section2 .btn .btn1_1  .right img{
   margin-bottom: -4rem;
   width: 80%;
}
