.section1 {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 40px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.section1 .left p{
    font-size: 22px;
    line-height: 1.5;
    font-weight: 600;
}
.section1 .right img{
    width: 100%;
}
.section2 {
    padding: 40px 0;
    background-color: #f6f7f9;
}
.section2 h2 {
    font-size: 20px;
    font-weight: 600;
}

.section2 .contents {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}

.btn_wrap {
    display: flex;
    justify-content: center;
    gap: 10px;
    text-align: center;
    gap: 30px;
    margin-top: 30px;
}

.btn_wrap a {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    font-size: 18px;
    line-height: 1.3;
    padding: 30px;
    background-color: #fff;
    border-radius: 15px;
    width: 33%;
    font-weight: 600;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    gap: 10px;
}
.btn_wrap a div{
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.btn_wrap .background1 {
    background-color: #f43d3f;
    width: 100px;
}
.btn_wrap .background2 {
    background-color: #fad300;
    width: 100px;
}
.btn_wrap .background3 {
    background-color: #51df35;
    width: 100px;
}
.btn_wrap .background6 {
    background-color: #ffa6ea;
    width: 100px;
}
.btn_wrap .background7 {
    background-color: #bf88e2;
    width: 100px;
}
.btn_wrap .background8 {
    background-color: #64d1f2;
    width: 100px;
}

.btn_wrap a img {
    width: auto;
    height: 90%;
    object-fit: cover; 
    padding: 1rem;
}

.btn_wrap a span {
    margin-top: 5px;
    text-align: center;
    display: block;
}
.section3 {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 40px 0;
}
.section3 .contents {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 50px;
}
.section3 .right {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 30px;
}
.section3 .contents p{
    font-size: 20px;
    font-weight: 600;
}
.section3 .contents pre{
    font-size: 18px;
    line-height: 1.3;
}
.btn_wrap2 {
    display: flex;
    justify-content: center;
    gap: 10px;
    gap: 30px;
    margin-top: 30px;
}

.btn_wrap2 a {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    text-decoration: none;
    font-size: 18px;
    line-height: 1.3;
    padding: 30px;
    background-color: #fff;
    border-radius: 15px;
    width: 50%;
    font-weight: 600;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    gap: 10px;
    justify-content: space-between;
}
.btn_wrap2 a div{
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.btn_wrap2 .background4 {
    background-color: #f97a0f;
    width: 100px;
    height: 100px;
}
.btn_wrap2 .background5 {
    background-color: #9abdf3;
    width: 100px;
    height: 100px;
}


.btn_wrap2 a .btn4 {
    width: auto;
    height: 80%;
    object-fit: cover; 
    padding: 1rem;
}

.btn_wrap2 a span {
    display: block;
}
.section3 .contents_mo {
    display: none;
}
.section3 .btn_wrap2_mo {
    display: none;
}
@media (min-width: 768px) and (max-width: 1200px) {
    .section1 {
        max-width: unset;
        width: 90%;
    }
    .section1 .left  {
       width: 60%;
    }
    .section1 .right  {
       width: 40%;
    }
    .section1 .left p {
        font-size: 18px;
    }
    .section2 h2 {
        font-size: 18px;
    }
    .section2 .contents {
        max-width: unset;
        width: 90%;
        margin: 0 auto;
    }
    .btn_wrap {
        display: flex;
        justify-content: center;
        gap: 10px;
        text-align: center;
        gap: 10px;
        margin-top: 30px;
    }
    .btn_wrap a {
        font-size: 16px;
        padding: 15px 20px;
        gap: 10px;
        border-radius: 5px;
    }
    .btn_wrap a div {
        margin-bottom: 1px;
        border-radius: 5px;
    }
    .btn_wrap .background1 {
        width: 50px;
        height: 50px;
    }
    .btn_wrap .background2 {
        width: 50px;
        height: 50px;
    }
    .btn_wrap .background3 {
        width: 50px;
        height: 50px;
    }
    .btn_wrap a img {
        height: 100%;
    }
    .section3 {
        max-width: unset;
        width: 90%;
        margin: 0 auto;
        padding: 40px 0;
    }
    .section3 .contents {
        display: none;
    }
    
    .section3 .contents_mo .left {
       width: 40%;
    }
    .section3 .contents_mo .left img{
       width: 100%;
    }
    .section3 .contents_mo .right {
       width: 60%;
       text-align: left !important;
    
    }
    .section3 .contents_mo p {
        font-size: 18px;
        font-weight: 600;
    }
    .section3 .contents_mo pre {
        font-size: 16px;
        line-height: 1.3;
    }
    .section3 .contents_mo {
        display: block;
        text-align: center;
    }
    .section3 .contents_mo .contents_mo_con {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 15px;
        margin-top: 30px;
    }
    .btn_wrap2 {
        display: none;
       
    }
    .btn_wrap2_mo a {
        display: flex;
        flex-direction: row-reverse;
        align-items: center;
        text-decoration: none;
        font-size: 16px;
        line-height: 1.3;
        padding: 15px;
        background-color: #fff;
        border-radius: 5px;
        width: 100%;
        font-weight: 600;
        box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
        justify-content: center;
        gap: 30px;
        white-space: nowrap;
    }
    .btn_wrap2_mo .background4 {
        width: 50px;
        height: 50px;
        padding: 1rem;
        background-color: #f97a0f;
    }
    .btn_wrap2_mo .background5 {
        width: 50px;
        height: 50px;
        background-color: #9abdf3;
        padding: 1rem;
    }
    .btn_wrap .background6 {
        width: 50px;
        height: 50px;
        background-color: #ffa6ea;
        padding: 1rem;
    }
    .btn_wrap .background7 {
        width: 50px;
        height: 50px;
        background-color: #bf87e2;
        padding: 1rem;
    }
    .btn_wrap .background8{
        width: 50px;
        height: 50px;
        background-color: #64d1f2;
        padding: 1rem;
    }
    .btn_wrap .background6 img, .btn_wrap .background7 img, .btn_wrap .background8 img{
        padding: unset;
    }
    .btn_wrap2_mo a div {
        border-radius: 5px;
        display: flex;
        align-items: center;
        justify-content: center;
        box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    }
    .btn_wrap2_mo .background4 img {
        width: 100%;
        height: auto;
    }
    .btn_wrap2_mo .background5 img {
        width: 100%;
        height: auto;
    }
    .section3 .btn_wrap2_mo {
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 10px;
        gap: 30px;
        margin-top: 30px;
    }
    
    }
@media screen and (max-width: 767px) {
.section1 {
    max-width: unset;
    width: 90%;
}
.section1 .left  {
   width: 60%;
}
.section1 .right  {
   width: 40%;
}
.section1 .left p {
    font-size: 18px;
}
.section2 h2 {
    font-size: 18px;
}
.section2 .contents {
    max-width: unset;
    width: 90%;
    margin: 0 auto;
}
.btn_wrap {
    display: flex;
    justify-content: center;
    gap: 10px;
    text-align: center;
    gap: 10px;
    margin-top: 30px;
}
.btn_wrap a {
    font-size: 16px;
    padding: 15px 20px;
    gap: 10px;
    border-radius: 5px;
}
.btn_wrap a div {
    margin-bottom: 1px;
    border-radius: 5px;
}
.btn_wrap .background1 {
    width: 50px;
    height: 50px;
}
.btn_wrap .background2 {
    width: 50px;
    height: 50px;
}
.btn_wrap .background3 {
    width: 50px;
    height: 50px;
}
.btn_wrap a img {
    height: 100%;
}
.section3 {
    max-width: unset;
    width: 90%;
    margin: 0 auto;
    padding: 40px 0;
}
.section3 .contents {
    display: none;
}

.section3 .contents_mo .left {
   width: 40%;
}
.section3 .contents_mo .left img{
   width: 100%;
}
.section3 .contents_mo .right {
   width: 60%;
   text-align: left !important;

}
.section3 .contents_mo p {
    font-size: 18px;
    font-weight: 600;
}
.section3 .contents_mo pre {
    font-size: 16px;
    line-height: 1.3;
}
.section3 .contents_mo {
    display: block;
    text-align: center;
}
.section3 .contents_mo .contents_mo_con {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
    margin-top: 30px;
}
.btn_wrap2 {
    display: none;
   
}
.btn_wrap2_mo a {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    text-decoration: none;
    font-size: 16px;
    line-height: 1.3;
    padding: 15px;
    background-color: #fff;
    border-radius: 5px;
    width: 100%;
    font-weight: 600;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    justify-content: center;
    gap: 30px;
    white-space: nowrap;
}
.btn_wrap2_mo .background4 {
    width: 50px;
    height: 50px;
    padding: 1rem;
    background-color: #f97a0f;
}
.btn_wrap2_mo .background5 {
    width: 50px;
    height: 50px;
    background-color: #9abdf3;
    padding: 1rem;
}
.btn_wrap .background6 {
    width: 50px;
    height: 50px;
    background-color: #ffa6ea;
    padding: 1rem;
}
.btn_wrap .background7 {
    width: 50px;
    height: 50px;
    background-color: #bf87e2;
    padding: 1rem;
}
.btn_wrap .background8{
    width: 50px;
    height: 50px;
    background-color: #64d1f2;
    padding: 1rem;
}
.btn_wrap .background6 img, .btn_wrap .background7 img, .btn_wrap .background8 img{
    padding: unset;
}
.btn_wrap2_mo a div {
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.btn_wrap2_mo .background4 img {
    width: 100%;
    height: auto;
}
.btn_wrap2_mo .background5 img {
    width: 100%;
    height: auto;
}
.section3 .btn_wrap2_mo {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
    gap: 30px;
    margin-top: 30px;
}

}