/*Ç×°ø¸®´º¾ó¿ë ¹ÝÀÀÇü ¼³Á¤ 2021-11-30 13:12 by hclee@jeju.com*/

@media screen and (min-width:376px) {
    /* iphone 6/7/8 plus ÀÌ»ó */
    html{font-size: 16px;}
}
@media screen and (max-width:375px) {
    /* iphone 6/7/8/x */
    html{font-size: 15px;}
}
@media screen and (max-width:360px) {
    /* °¶·°½Ã */
    html{font-size: 14px;}
}
@media screen and (max-width:320px) {
    /* iphone 5/se ÀÌÇÏ */
    html{font-size: 12px;}
}