#wrap .content{
    
}

#wrap .content .section1 .btn{
    background-color: #f2f3f5;
    padding: 2.5rem 1.5rem 0 1.5rem;
    margin-top: 1.5rem;
    
 }
 #wrap .content .section1 .btn .btn1_1{
     display: flex;
     justify-content: space-between;
 
 }
 #wrap .content .section1 .p1  {
   font-size:1.6rem;
   white-space: nowrap;
   font-weight: 500;
 }
 #wrap .content .section1 .btn .btn1_1 .left {
   font-size: 2rem;
   white-space: nowrap;
   font-weight: 600;
   margin-top: 1.5rem;
   color: #ff9f34;
 }
 #wrap .content .section1 .btn .btn1_1 .left {
 }
 #wrap .content .section1 .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 .section1 .btn .btn1_1 .right {
    overflow: hidden;
    text-align: right;
 }
 #wrap .content .section1 .btn .btn1_1  .right img{
    margin-bottom: -4rem;
    width: 60%;
 }
 #wrap .content .section2 {
    padding: 3rem 1.5rem 2rem;
 }
 #wrap .content .section2 .box{
    border: 1px solid #feb058;
    border-radius: 1rem;
    text-align: center;
    padding: 3rem;
    margin-bottom: 1rem;
 }
 #wrap .content .section2 .box .img1{
   width: 25%;
 }
 #wrap .content .section2 .box .img2{
   width: 18%;
 }
 
 #wrap .content .section2 .box p{
   font-size: 1.6rem;
   margin-top: 3rem;
   line-height: 1.5;
 }
 
 #wrap .content .section2 .box2 {
   border: 1px solid #ebecec;
   padding: 2rem 1.5rem;
    margin-top: 2rem;
    border-radius: 1rem;
    background-color: #fafbfc;
}
 
 #wrap .content .section2 .box2 p{
   font-size: 1.6rem;
   line-height: 1.5;
   color: #2c2f34;
 }
 