include_once("./_common.php"); ?>
include_once("./site/page_head.php"); ?>
if ( $ispc == 0 ) { //모바일
?>
include_once("./m_index.php"); ?>
} else { //pc버전
?>
#영덕펜션 #야외수영장 무료이용 #가족커플펜션 #단체형 #족구장 #바베큐장
if ( $_GET[pc] == "on" || $_COOKIE[pc] == "on" ) { //모바일
?>
} ?>
} //pc mobile 구분
?>
include_once("./site/page_tail.php"); ?>