.wrapper{padding-top:12.5rem;}
/* section1 */
.sec1 h2{padding-top:10rem;font-family:'gmarketsans';font-size:6rem;font-weight:700;}
.sec1 .secTitle{padding-top:5rem;}
.sec1 .infoList{display:flex;justify-content: space-around;margin-bottom:5rem;}
.sec1 .infoList .icon{width:5rem;margin:0 auto 5rem; }
.sec1 .infoList .name{font-family:'gmarketsans';font-weight:700;font-size:4rem;margin-bottom:1rem;}
.sec1 .infoList .info{font-weight:700;font-size:2.4rem;color:var(--gray1);line-height:3rem }
.sec1 .form{padding:6rem;border-radius:2rem;box-shadow: 0px 3px 15px #00000029; }
.sec1 .formList li{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem; }
.sec1 .formList li:last-of-type{margin-bottom:0;}
.sec1 .formList .title{font-weight:500;font-size:2.4rem;text-align:left; }
.sec1 .formList .info input,
.sec1 .formList .info textarea{border-radius:1rem;border:1px solid var(--gray2);padding:1rem;height:7rem;font-size:2.4rem;width:32rem;}
.sec1 .formList .info textarea{height:29rem;resize:none; }
.sec1 .form .btnArea{padding-top:6rem;}
.sec1 .form .btnArea button{color:var(--white);border-radius:1rem;background-color:var(--highlight2);font-size:2.4rem;font-weight:500;width:36rem;height:7rem; }
/* section2 */
.sec2{padding-bottom:10rem;}
.sec2 .imgArea{margin-bottom:5rem;}
.sec2 .mapArea{height:90rem;margin-bottom:2rem;}
.sec2 .address{font-size:2.4rem;color:var(--gray1); }

/* 태블릿 */
@media all and (min-width:720px){
    /* section1 */
    .sec1 .infoList{max-width:600px;margin:0 auto 5rem; }
    .sec1 .form{max-width:639px; margin:0 auto;}
    .sec1 .formList .info input, 
    .sec1 .formList .info textarea{width:84rem;}
    /* section2 */
    .sec2 .imgArea{max-width:639px;margin:0 auto; }
}
/* pc */
@media all and (min-width:1280px){
    .wrapper{padding-top:94px;}
    .sec1 .formList .title{font-size:24px;}
    .sec1 .formList .info input, 
    .sec1 .formList .info textarea{width:360px;}
}
@media all and (min-width:1800px){}