@charset "utf-8";
/*************** 1440px 이하 ***************/
@media only screen and (max-width: 1440px) {


}
  
/*************** 1124px 이하 ***************/
@media only screen and (max-width: 1124px) {


}

/*************** 1024px 이하 ***************/
@media only screen and (max-width: 1024px) {
    .inner{width:calc(100dvw - 120px);}
}

/*************** 960px 이하 ***************/
@media only screen and (max-width: 960px) {

}

/*************** 860px 이하 ***************/
@media only screen and (max-width: 860px) {


}

/*************** 768px 이하 ***************/
@media only screen and (max-width: 768px) {
    .inner{width:calc(100dvw - 40px);}
    /********** header **********/

    /********** fontsize **********/
    .homemadeapple {font-size:40px !important;}
    /********** introduction **********/
    .introductiontext {top:0%; left:0%;}
     /********** about_about **********/
     .aboutText {right:0% !important; top:100% !important;}

     /********** pension **********/
     .season-tabs li {font-size:14px; font-weight: bold;}
     .season-tabs li.active {font-size:14px; font-weight: bold;}
     .price-table th,
     .price-table td {padding:16px; font-size:14px; font-weight:400;}

     .root_daum_roughmap {width: 100%; height:200px !important;}

     .aboutImg {transform: rotate(90deg);}
}

/*************** 480px 이하 ***************/
@media only screen and (max-width: 480px) {

}

/*************** 320px 이하 ***************/
@media only screen and (max-width: 320px) {

}
