$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/'; //샘플이미지 경로
?>
거래업체 현황 | 기업이 선택한 법인대리운전 서비스 - 007드라이브
필터별 조회
//언어조정
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 ="고객센터";
}
?>