$theme = $theme ?? '';
$wi = $wi ?? '';
//WSC 디자인 화면셋팅페이지
//화면구성 디폴트는 스탠더드 / 이미지 슬라이드 / 폰트 검정
include ("WSC_font.php"); //폰트 조정
include ("WSC_lang.php"); //다국어 조정
if(!$theme) $theme = "a01";
// $theme="a02"; //테마선택 a01 a02 a03 a04 a05 a06 a07 선택가능
// $m= "m"; //주석 제거시 유튜브 동영상 메인
// $h= "h"; //주석 제거시 예전 영문사이트
// $wi = "w"; //주석 제거시 와이드 화면구성
// $q = "q"; //주석 제거시 빠른상담 사용
$sq ="q";
$opacity= "style='background-color:rgba( 255, 255, 255, 0.5 ); !important;'";
// 와이드 처리
if($wi == "w"){
$container = "container-fluid";
$colwidth = "col-xl-10";
$colwidth2 = "col-lg-3"; //section07 09
$colwidth3 = "col-lg-10"; //section07 09
$colwidth4="col-lg-2"; //section03
$colwidth5="col-xl-2"; //section05
$colwidth6="col-lg-4"; //section11
$dataitem ="5";
$width100 ="style='max-width:95% !important;'"; //상단 메뉴 width
$widthmax ="style='max-width:100% !important;width:100% !important;'";
$heightmin ="style='min-height:80vh !important;'";
$slide_text ="style='margin:0 5% 0 25%;'";
}else{
$container = "container";
$colwidth = "col-xl-12";
$colwidth2 = "col-lg-4"; //section07 09
$colwidth3 = "col-lg-12"; //section07 09
$colwidth4="col-lg-3"; //section03
$colwidth5="col-xl-3"; //section05
$colwidth6="col-lg-6"; //section11
$dataitem ="4";
}
?>
//$imgURL = G5_URL; //작업 이미지 경로
$imgURL = 'http://wsca01w.cafe24.com/'; //샘플이미지 경로
?>
팝업레이어 알림
팝업레이어 알림이 없습니다.
제주자유여행·단체여행 | 제주조은버스여행
편안한 제주여행
당신만을 위한 특별한 제주도 여행
완벽한 제주도 여행을 계획하세요
믿고 떠나는 여행, 제주조은버스여행의
새로운 경험
아름다운 제주, 품격 있는 여행의 시작
제주조은버스여행이 함께합니다.
제주의 감성을 담은 여행 순간
작은 풍경 속에서 특별한 추억을 만나보세요.
🚍 제주조은버스여행 고객문의 안내
고객센터
064-742-5520
이메일 : leerlf@nate.com
24시간 문의 가능 (공휴일 근무)
입금계좌
제주은행 15-01-178387
예금주 : 아시아레저 주식회사
//언어조정
if($l == "e"){
//영어
$sc1_title= "";
$sc1_title1 ="About Us";
$sc1_title2 ="Business introduction";
$sc1_title3 ="Item discription";
$sc1_title4 ="Production line";
$sc1_title5 ="Service center";
}else if($l == "c"){
//중국어
$sc1_title= "";
$sc1_title1 ="关于我们";
$sc1_title2 ="业务介绍";
$sc1_title3 ="项目描述";
$sc1_title4 ="生产线";
$sc1_title5 ="服务中心";
}else if($l == "j"){
//일본어
$sc1_title= "";
$sc1_title1 ="会社紹介";
$sc1_title2 ="事業紹介";
$sc1_title3 ="製品紹介";
$sc1_title4 ="生産設備";
$sc1_title5 ="顧客センター";
}else{
//한국어
$sc1_title= "";
$sc1_title1 ="회사소개";
$sc1_title2 ="사업소개";
$sc1_title3 ="제품소개";
$sc1_title4 ="생산설비";
$sc1_title5 ="고객센터";
}
?>