Merge branch 'master' of http://tolag3@vcs.iten.co.kr:9999/itnAdmin/fairnet
This commit is contained in:
commit
c2a451ce0a
File diff suppressed because it is too large
Load Diff
@ -805,7 +805,16 @@
|
|||||||
ORDER BY SEQ_NO ASC)
|
ORDER BY SEQ_NO ASC)
|
||||||
WHERE ROWNUM = 1
|
WHERE ROWNUM = 1
|
||||||
</select>
|
</select>
|
||||||
|
|
||||||
|
<select id="nanumSanctnhistorySelAll" parameterType="egovMap" resultType="egovMap">
|
||||||
|
/* nanumSanctnhistorySelAll */
|
||||||
|
SELECT
|
||||||
|
CASE_NO
|
||||||
|
FROM C_SANCTNHISTORY
|
||||||
|
WHERE DOC_ID = #{docID}
|
||||||
|
GROUP BY CASE_NO
|
||||||
|
</select>
|
||||||
|
|
||||||
<select id="nanumSanctnhistorySelTmp" parameterType="egovMap" resultType="egovMap">
|
<select id="nanumSanctnhistorySelTmp" parameterType="egovMap" resultType="egovMap">
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -178,11 +178,11 @@
|
|||||||
<div class="table_type_cols">
|
<div class="table_type_cols">
|
||||||
<table>
|
<table>
|
||||||
<colgroup>
|
<colgroup>
|
||||||
<col style="width:68px;">
|
<col style="width:60px;">
|
||||||
<col style="width:auto;">
|
|
||||||
<col style="width:auto;">
|
|
||||||
<col style="width:auto;">
|
|
||||||
<col style="width:auto;">
|
<col style="width:auto;">
|
||||||
|
<col style="width:40%;">
|
||||||
|
<col style="width:17%;">
|
||||||
|
<col style="width:100px;">
|
||||||
</colgroup>
|
</colgroup>
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
|
|||||||
@ -33,8 +33,8 @@
|
|||||||
<li>
|
<li>
|
||||||
<p class="title depth03 blue_border">분쟁조정 신청 유형을 잘 모르시겠다면 하단의 안내를 확인하시거나, 신청 전 상담을 받아보시기 바랍니다.</p>
|
<p class="title depth03 blue_border">분쟁조정 신청 유형을 잘 모르시겠다면 하단의 안내를 확인하시거나, 신청 전 상담을 받아보시기 바랍니다.</p>
|
||||||
<div class="btn_wrap left">
|
<div class="btn_wrap left">
|
||||||
<button type="button" class="btn btn_text btn_35 skyblue_fill">분쟁조정 대상 유형 알아보기</button>
|
<button type="button" class="btn btn_text btn_35 skyblue_fill" onclick="location.href='/web/content.do?proFn=9989110'">분쟁조정 대상 유형 알아보기</button>
|
||||||
<button type="button" class="btn btn_text btn_35 skyblue_fill">분쟁조정 사례 확인하기</button>
|
<button type="button" class="btn btn_text btn_35 skyblue_fill" onclick="location.href='/web/user/exam/case/402/162/exam402List.do'">분쟁조정 사례 확인하기</button>
|
||||||
</div>
|
</div>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
|
|||||||
@ -18,7 +18,8 @@
|
|||||||
});
|
});
|
||||||
|
|
||||||
function addTabC(){
|
function addTabC(){
|
||||||
$('.btnAddTabC').on('click',function(){
|
$('.btnAddTabC').on('click',function(){
|
||||||
|
tableRowCaption();
|
||||||
/* var areaCount = $('.subTab_c').length + 1;
|
/* var areaCount = $('.subTab_c').length + 1;
|
||||||
|
|
||||||
if(areaCount > 5) {
|
if(areaCount > 5) {
|
||||||
|
|||||||
@ -48,12 +48,12 @@
|
|||||||
|
|
||||||
|
|
||||||
<form id="mediationForm" name="mediationForm" action="/web/user/cert/nCertStep2.do" method="post">
|
<form id="mediationForm" name="mediationForm" action="/web/user/cert/nCertStep2.do" method="post">
|
||||||
<div class="window_popup idf" style="width:700px">
|
<div class="window_popup case_popup idf" style="width:700px">
|
||||||
<div class="title_area">
|
<div class="title_area">
|
||||||
<h1>사건 조회</h1>
|
<h1>사건 조회</h1>
|
||||||
</div>
|
</div>
|
||||||
<div class="box gray_fill">
|
<div class="box gray_fill">
|
||||||
<ul class="input_box column">
|
<ul class="input_box">
|
||||||
<li>
|
<li>
|
||||||
<p>· 사건번호</p>
|
<p>· 사건번호</p>
|
||||||
<input type="text" id="caseNo" name="caseNo" class="input_text" placeholder="사건번호를 입력해주세요." title="사건번호 입력">
|
<input type="text" id="caseNo" name="caseNo" class="input_text" placeholder="사건번호를 입력해주세요." title="사건번호 입력">
|
||||||
@ -62,10 +62,10 @@
|
|||||||
<p>· 비밀번호</p>
|
<p>· 비밀번호</p>
|
||||||
<input type="password" id="checkPass" name="checkPass" class="input_text" placeholder="비밀번호를 입력해주세요." title="비밀번호 입력">
|
<input type="password" id="checkPass" name="checkPass" class="input_text" placeholder="비밀번호를 입력해주세요." title="비밀번호 입력">
|
||||||
</li>
|
</li>
|
||||||
<li>
|
|
||||||
<button type="button" class="btn btn_text btn_50 darkblue_fill w100per" onclick="mediationView();">조회</button>
|
|
||||||
</li>
|
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
|
<div class="btn_wrap center">
|
||||||
|
<button type="button" class="btn btn_text btn_46 darkblue_fill" onclick="mediationView();">조회</button>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</form>
|
</form>
|
||||||
@ -37,7 +37,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
function mediationPop(){
|
function mediationPop(){
|
||||||
window.open('/web/user/mypage/case/01/169/mediationPop.do', 'mediationPop', 'width=710, height=527')
|
window.open('/web/user/mypage/case/01/169/mediationPop.do', 'mediationPop', 'width=710, height=350')
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
@ -78,7 +78,7 @@
|
|||||||
<col style="width:18%;">
|
<col style="width:18%;">
|
||||||
<col style="width:15%;">
|
<col style="width:15%;">
|
||||||
<col style="width:15%;">
|
<col style="width:15%;">
|
||||||
<col style="width:15%;">
|
<col style="width:20%;">
|
||||||
</colgroup>
|
</colgroup>
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
|
|||||||
@ -105,7 +105,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="bbs-view-item">
|
<div class="bbs-view-item">
|
||||||
<p class="item-title"><span style="color: red">*</span> 성별</p>
|
<p class="item-title"><span style="color: red">*</span> 성별</p>
|
||||||
<div class="item-box">
|
<div class="item-box input_box">
|
||||||
<label><input type="radio" name="joinGender" value="M" <c:if test="${memberInfo.MEMBER_ITEM_B2 == 'M'}">checked="checked"</c:if>>남</label>
|
<label><input type="radio" name="joinGender" value="M" <c:if test="${memberInfo.MEMBER_ITEM_B2 == 'M'}">checked="checked"</c:if>>남</label>
|
||||||
<label><input type="radio" name="joinGender" value="F" <c:if test="${memberInfo.MEMBER_ITEM_B2 == 'F'}">checked="checked"</c:if>>여</label>
|
<label><input type="radio" name="joinGender" value="F" <c:if test="${memberInfo.MEMBER_ITEM_B2 == 'F'}">checked="checked"</c:if>>여</label>
|
||||||
</div>
|
</div>
|
||||||
@ -477,7 +477,7 @@
|
|||||||
var url = "/user/case/common/ajax/MemberDept.do";
|
var url = "/user/case/common/ajax/MemberDept.do";
|
||||||
XHR(url, param, function(r){
|
XHR(url, param, function(r){
|
||||||
$.each(r.data, function(k,v) {
|
$.each(r.data, function(k,v) {
|
||||||
$("#changePartDiv").append('<label><input type="checkbox" name="changeParts" style="position: relative; margin-top: -3px !important; vertical-align: middle !important;" value="'+v.code+'">'+v.value+'</label> ');
|
$("#changePartDiv").append('<label><input type="checkbox" name="changeParts" style="position: relative; margin-top: -3px !important; vertical-align: middle !important;" value="'+v.code+'">'+v.value+'</label>');
|
||||||
|
|
||||||
if(k == 6) {
|
if(k == 6) {
|
||||||
$("#changePartDiv").append('<br/>');
|
$("#changePartDiv").append('<br/>');
|
||||||
|
|||||||
@ -106,7 +106,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="bbs-view-item">
|
<div class="bbs-view-item">
|
||||||
<p class="item-title"><span style="color: red">*</span> 성별</p>
|
<p class="item-title"><span style="color: red">*</span> 성별</p>
|
||||||
<div class="item-box">
|
<div class="item-box input_box">
|
||||||
<label><input type="radio" name="joinGender" value="M" checked="checked">남</label>
|
<label><input type="radio" name="joinGender" value="M" checked="checked">남</label>
|
||||||
<label><input type="radio" name="joinGender" value="F">여</label>
|
<label><input type="radio" name="joinGender" value="F">여</label>
|
||||||
</div>
|
</div>
|
||||||
@ -421,7 +421,7 @@
|
|||||||
var url = "/user/case/common/ajax/MemberDept.do";
|
var url = "/user/case/common/ajax/MemberDept.do";
|
||||||
XHR(url, param, function(r){
|
XHR(url, param, function(r){
|
||||||
$.each(r.data, function(k,v) {
|
$.each(r.data, function(k,v) {
|
||||||
$("#changePartDiv").append('<label><input type="checkbox" name="changeParts" style="position: relative; margin-top: -3px !important; vertical-align: middle !important;" value="'+v.code+'">'+v.value+'</label> ');
|
$("#changePartDiv").append('<label><input type="checkbox" name="changeParts" style="position: relative; margin-top: -3px !important; vertical-align: middle !important;" value="'+v.code+'">'+v.value+'</label>');
|
||||||
|
|
||||||
if(k == 6) {
|
if(k == 6) {
|
||||||
$("#changePartDiv").append('<br/>');
|
$("#changePartDiv").append('<br/>');
|
||||||
|
|||||||
@ -3476,6 +3476,7 @@ function nanumApi(jobID, codeNo, nanumSubject, obj1, obj2, obj3, obj4,
|
|||||||
|
|
||||||
//$("#approKeyImsi").val(r.data2.docId); //외부시스템 연동키 외부시스템 연동키
|
//$("#approKeyImsi").val(r.data2.docId); //외부시스템 연동키 외부시스템 연동키
|
||||||
$("#nanumViewFrm #loginIdView").val('test04'); //그룹웨어로그인아이디
|
$("#nanumViewFrm #loginIdView").val('test04'); //그룹웨어로그인아이디
|
||||||
|
$("#nanumViewFrm #loginIdView").val('admin'); //그룹웨어로그인아이디
|
||||||
|
|
||||||
$("#nanumViewFrm #subjectStrView").val(r.title); //그룹웨어로그인아이디
|
$("#nanumViewFrm #subjectStrView").val(r.title); //그룹웨어로그인아이디
|
||||||
$("#nanumViewFrm #contentsStrView").val(r.contents);
|
$("#nanumViewFrm #contentsStrView").val(r.contents);
|
||||||
@ -3488,6 +3489,7 @@ function nanumApi(jobID, codeNo, nanumSubject, obj1, obj2, obj3, obj4,
|
|||||||
f.target = "_blank";
|
f.target = "_blank";
|
||||||
f.submit();
|
f.submit();
|
||||||
|
|
||||||
|
location.reload();
|
||||||
|
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
@ -3779,6 +3781,9 @@ function nanumHisDelTmp(p_type){
|
|||||||
var codeNo = $("#nanumHisDelSelTmp").val();
|
var codeNo = $("#nanumHisDelSelTmp").val();
|
||||||
//var docId = $("#nanumHisDelSelTmp").val();
|
//var docId = $("#nanumHisDelSelTmp").val();
|
||||||
|
|
||||||
|
alert(codeNo);
|
||||||
|
return false;
|
||||||
|
|
||||||
|
|
||||||
if(codeNo == "" || codeNo == undefined){
|
if(codeNo == "" || codeNo == undefined){
|
||||||
alert("상태를 변경할 기안문을 선택해 주세요.(callback 이후 삭제)");
|
alert("상태를 변경할 기안문을 선택해 주세요.(callback 이후 삭제)");
|
||||||
|
|||||||
@ -401,6 +401,8 @@ function clipCall(crfNm){
|
|||||||
var p_no = $("#groupType").val();
|
var p_no = $("#groupType").val();
|
||||||
var p_caseNo = $("#groupType").val();
|
var p_caseNo = $("#groupType").val();
|
||||||
|
|
||||||
|
alert(p_no);
|
||||||
|
|
||||||
//step1.선택한 값이 있는지?
|
//step1.선택한 값이 있는지?
|
||||||
var chkLength = $('input:checkbox[name="chk"]:checked').length;
|
var chkLength = $('input:checkbox[name="chk"]:checked').length;
|
||||||
if (chkLength<=0){
|
if (chkLength<=0){
|
||||||
@ -468,6 +470,14 @@ function clipCall(crfNm){
|
|||||||
if(p_no == '3-1'){ //착수보고
|
if(p_no == '3-1'){ //착수보고
|
||||||
jobID = '1-1';
|
jobID = '1-1';
|
||||||
codeNo = '5201000000';
|
codeNo = '5201000000';
|
||||||
|
|
||||||
|
}else if(p_no == '3-12'){ //조사보고서
|
||||||
|
jobID = '1-12';
|
||||||
|
codeNo = '5212000000';
|
||||||
|
|
||||||
|
}else if(p_no == '3-11'){ //종료보고서
|
||||||
|
jobID = '1-11';
|
||||||
|
codeNo = '5211000000';
|
||||||
}
|
}
|
||||||
|
|
||||||
}else if('0202000000' == v_class){
|
}else if('0202000000' == v_class){
|
||||||
@ -475,6 +485,14 @@ function clipCall(crfNm){
|
|||||||
if(p_no == '3-1'){ //착수보고
|
if(p_no == '3-1'){ //착수보고
|
||||||
jobID = '2-1';
|
jobID = '2-1';
|
||||||
codeNo = '5301000000';
|
codeNo = '5301000000';
|
||||||
|
|
||||||
|
}else if(p_no == '3-12'){ //조사보고서
|
||||||
|
jobID = '2-12';
|
||||||
|
codeNo = '5312000000';
|
||||||
|
|
||||||
|
}else if(p_no == '3-11'){ //종료보고서
|
||||||
|
jobID = '2-11';
|
||||||
|
codeNo = '5311000000';
|
||||||
}
|
}
|
||||||
|
|
||||||
}else if('0203000000' == v_class){
|
}else if('0203000000' == v_class){
|
||||||
@ -482,6 +500,14 @@ function clipCall(crfNm){
|
|||||||
if(p_no == '3-1'){ //착수보고
|
if(p_no == '3-1'){ //착수보고
|
||||||
jobID = '3-1';
|
jobID = '3-1';
|
||||||
codeNo = '5401000000';
|
codeNo = '5401000000';
|
||||||
|
|
||||||
|
}else if(p_no == '3-12'){ //조사보고서
|
||||||
|
jobID = '3-12';
|
||||||
|
codeNo = '5412000000';
|
||||||
|
|
||||||
|
}else if(p_no == '3-11'){ //종료보고서
|
||||||
|
jobID = '3-11';
|
||||||
|
codeNo = '5411000000';
|
||||||
}
|
}
|
||||||
|
|
||||||
}else if('0204000000' == v_class){
|
}else if('0204000000' == v_class){
|
||||||
@ -489,6 +515,14 @@ function clipCall(crfNm){
|
|||||||
if(p_no == '3-1'){ //착수보고
|
if(p_no == '3-1'){ //착수보고
|
||||||
jobID = '4-1';
|
jobID = '4-1';
|
||||||
codeNo = '5501000000';
|
codeNo = '5501000000';
|
||||||
|
|
||||||
|
}else if(p_no == '3-12'){ //조사보고서
|
||||||
|
jobID = '4-12';
|
||||||
|
codeNo = '5512000000';
|
||||||
|
|
||||||
|
}else if(p_no == '3-11'){ //종료보고서
|
||||||
|
jobID = '4-11';
|
||||||
|
codeNo = '5511000000';
|
||||||
}
|
}
|
||||||
|
|
||||||
}else if('0205000000' == v_class){
|
}else if('0205000000' == v_class){
|
||||||
@ -496,6 +530,14 @@ function clipCall(crfNm){
|
|||||||
if(p_no == '3-1'){ //착수보고
|
if(p_no == '3-1'){ //착수보고
|
||||||
jobID = '5-1';
|
jobID = '5-1';
|
||||||
codeNo = '5601000000';
|
codeNo = '5601000000';
|
||||||
|
|
||||||
|
}else if(p_no == '3-12'){ //조사보고서
|
||||||
|
jobID = '5-12';
|
||||||
|
codeNo = '5612000000';
|
||||||
|
|
||||||
|
}else if(p_no == '3-11'){ //종료보고서
|
||||||
|
jobID = '5-11';
|
||||||
|
codeNo = '5611000000';
|
||||||
}
|
}
|
||||||
|
|
||||||
}else if('0206000000' == v_class){
|
}else if('0206000000' == v_class){
|
||||||
@ -503,6 +545,14 @@ function clipCall(crfNm){
|
|||||||
if(p_no == '3-1'){ //착수보고
|
if(p_no == '3-1'){ //착수보고
|
||||||
jobID = '6-1';
|
jobID = '6-1';
|
||||||
codeNo = '5801000000';
|
codeNo = '5801000000';
|
||||||
|
|
||||||
|
}else if(p_no == '3-12'){ //조사보고서
|
||||||
|
jobID = '6-12';
|
||||||
|
codeNo = '5812000000';
|
||||||
|
|
||||||
|
}else if(p_no == '3-11'){ //종료보고서
|
||||||
|
jobID = '6-11';
|
||||||
|
codeNo = '5811000000';
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -1676,7 +1676,7 @@ function showConsignmentGubun(){
|
|||||||
</c:forEach>
|
</c:forEach>
|
||||||
</c:if>
|
</c:if>
|
||||||
<c:if test="${empty applcntData}">
|
<c:if test="${empty applcntData}">
|
||||||
<div class="bbs-view-item" align="center" style="border-top:2px solid #222;">
|
<div class="bbs-view-item" align="center" style="display:flex;justify-content:center;align-items:center;border-top:2px solid #222;">
|
||||||
등록된 데이터가 없습니다.
|
등록된 데이터가 없습니다.
|
||||||
</div>
|
</div>
|
||||||
</c:if>
|
</c:if>
|
||||||
@ -1782,7 +1782,7 @@ function showConsignmentGubun(){
|
|||||||
</c:if>
|
</c:if>
|
||||||
|
|
||||||
<c:if test="${empty applcntData}">
|
<c:if test="${empty applcntData}">
|
||||||
<div class="bbs-view-item" align="center" style="border-top:2px solid #222;">
|
<div class="bbs-view-item" align="center" style="display:flex;justify-content:center;align-items:center;border-top:2px solid #222;">
|
||||||
등록된 데이터가 없습니다.
|
등록된 데이터가 없습니다.
|
||||||
</div>
|
</div>
|
||||||
</c:if>
|
</c:if>
|
||||||
@ -1910,7 +1910,7 @@ function showConsignmentGubun(){
|
|||||||
</c:if>
|
</c:if>
|
||||||
|
|
||||||
<c:if test="${empty respondentData}">
|
<c:if test="${empty respondentData}">
|
||||||
<div class="bbs-view-item" align="center" style="border-top:2px solid #222;">
|
<div class="bbs-view-item" align="center" style="display:flex;justify-content:center;align-items:center;border-top:2px solid #222;">
|
||||||
등록된 데이터가 없습니다.
|
등록된 데이터가 없습니다.
|
||||||
</div>
|
</div>
|
||||||
</c:if>
|
</c:if>
|
||||||
@ -2016,7 +2016,7 @@ function showConsignmentGubun(){
|
|||||||
</c:if>
|
</c:if>
|
||||||
<c:if test="${empty selectResagent}">
|
<c:if test="${empty selectResagent}">
|
||||||
<c:if test="${empty respondentData}">
|
<c:if test="${empty respondentData}">
|
||||||
<div class="bbs-view-item" align="center" style="border-top:2px solid #222;">
|
<div class="bbs-view-item" align="center" style="display:flex;justify-content:center;align-items:center;border-top:2px solid #222;">
|
||||||
등록된 데이터가 없습니다.
|
등록된 데이터가 없습니다.
|
||||||
</div>
|
</div>
|
||||||
</c:if>
|
</c:if>
|
||||||
|
|||||||
@ -17,7 +17,7 @@
|
|||||||
<div class="footer_content">
|
<div class="footer_content">
|
||||||
<div class="footer_info">
|
<div class="footer_info">
|
||||||
<p>서울시 중구 세종대로 39 상공회의소회관 9층 한국공정거래조정원</p>
|
<p>서울시 중구 세종대로 39 상공회의소회관 9층 한국공정거래조정원</p>
|
||||||
<p><b class="gMarket_bold">TEL : 1588-1490</b>(유료, 통화료 발신자 부담)</p>
|
<p><b class="gMarket_bold">TEL : 1588-1490</b> (유료, 통화료 발신자 부담)</p>
|
||||||
<p><b class="gMarket_bold">FAX : 02-6363-9119</b></p>
|
<p><b class="gMarket_bold">FAX : 02-6363-9119</b></p>
|
||||||
</div>
|
</div>
|
||||||
<div class="footer_site">
|
<div class="footer_site">
|
||||||
|
|||||||
@ -72,7 +72,8 @@ content="default-src * self blob: data: gap:; style-src * self 'unsafe-inline' b
|
|||||||
<!-- 분쟁조정 신청 -->
|
<!-- 분쟁조정 신청 -->
|
||||||
<c:if test="${
|
<c:if test="${
|
||||||
fn:contains(URL, '/web/user')
|
fn:contains(URL, '/web/user')
|
||||||
&& fn:contains(URL, 'mediationStep')
|
&& fn:contains(URL, 'mediationStep')
|
||||||
|
|| fn:contains(URL, '/web/user/mediation/case/01/154/mediationApp.do')
|
||||||
&& fn:contains(URL, '.do')
|
&& fn:contains(URL, '.do')
|
||||||
}">
|
}">
|
||||||
<link rel="stylesheet" href="/kofair_case_seed/usr/style/popup.css">
|
<link rel="stylesheet" href="/kofair_case_seed/usr/style/popup.css">
|
||||||
|
|||||||
Binary file not shown.
|
After Width: | Height: | Size: 493 B |
@ -79,10 +79,14 @@ $(function () {
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
var swiper = new Swiper(".case_list", {
|
var caseSwiper = new Swiper(".case_list", {
|
||||||
slidesPerView: 4,
|
slidesPerView: 4,
|
||||||
spaceBetween: 25,
|
spaceBetween: 25,
|
||||||
loop: false,
|
loop: false,
|
||||||
|
autoplay: {
|
||||||
|
delay: 2500,
|
||||||
|
disableOnInteraction: false,
|
||||||
|
},
|
||||||
navigation: {
|
navigation: {
|
||||||
nextEl: ".case_content .btn_next",
|
nextEl: ".case_content .btn_next",
|
||||||
prevEl: ".case_content .btn_prev",
|
prevEl: ".case_content .btn_prev",
|
||||||
@ -99,10 +103,14 @@ $(function () {
|
|||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
|
||||||
var swiper = new Swiper(".banner_slide", {
|
var bannerSwiper = new Swiper(".banner_slide", {
|
||||||
slidesPerView: 6,
|
slidesPerView: 6,
|
||||||
spaceBetween: 25,
|
spaceBetween: 25,
|
||||||
loop: true,
|
loop: true,
|
||||||
|
autoplay: {
|
||||||
|
delay: 2500,
|
||||||
|
disableOnInteraction: false,
|
||||||
|
},
|
||||||
navigation: {
|
navigation: {
|
||||||
nextEl: ".banner_contents .btn_next",
|
nextEl: ".banner_contents .btn_next",
|
||||||
prevEl: ".banner_contents .btn_prev",
|
prevEl: ".banner_contents .btn_prev",
|
||||||
@ -118,6 +126,28 @@ $(function () {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
$(".btn_pause").click(function(){
|
||||||
|
if($(this).closest(".case_content").is(".case_content")){
|
||||||
|
caseSwiper.autoplay.pause();
|
||||||
|
}else if($(this).closest(".banner_contents").is(".banner_contents")){
|
||||||
|
bannerSwiper.autoplay.pause();
|
||||||
|
}
|
||||||
|
|
||||||
|
$(this).addClass("hide");
|
||||||
|
$(this).siblings(".btn_play").removeClass("hide");
|
||||||
|
});
|
||||||
|
|
||||||
|
$(".btn_play").click(function(){
|
||||||
|
if($(this).closest(".case_content").is(".case_content")){
|
||||||
|
caseSwiper.autoplay.start();
|
||||||
|
}else if($(this).closest(".banner_contents").is(".banner_contents")){
|
||||||
|
bannerSwiper.autoplay.start();
|
||||||
|
}
|
||||||
|
|
||||||
|
$(this).addClass("hide");
|
||||||
|
$(this).siblings(".btn_pause").removeClass("hide");
|
||||||
|
});
|
||||||
|
|
||||||
$(".notice_content .tab").click(function () {
|
$(".notice_content .tab").click(function () {
|
||||||
$(this).addClass("active");
|
$(this).addClass("active");
|
||||||
|
|||||||
@ -51,10 +51,12 @@ function header() {
|
|||||||
// 전체메뉴
|
// 전체메뉴
|
||||||
$(".btn_all_menu").click(function(){
|
$(".btn_all_menu").click(function(){
|
||||||
$(".full_all_menu").addClass("active");
|
$(".full_all_menu").addClass("active");
|
||||||
|
$("body,html").css("overflow","hidden");
|
||||||
});
|
});
|
||||||
|
|
||||||
$(".full_all_menu .btn_menu_close").click(function(){
|
$(".full_all_menu .btn_menu_close").click(function(){
|
||||||
$(".full_all_menu").removeClass("active");
|
$(".full_all_menu").removeClass("active");
|
||||||
|
$("body,html").removeAttr("style");
|
||||||
})
|
})
|
||||||
|
|
||||||
// ================= 모바일 header =================
|
// ================= 모바일 header =================
|
||||||
|
|||||||
@ -5,4 +5,68 @@ var pblEvt = {
|
|||||||
$(obj).closest(prt).siblings(".tab_contents").eq(num).show();
|
$(obj).closest(prt).siblings(".tab_contents").eq(num).show();
|
||||||
$(obj).closest(prt).siblings(".tab_contents").eq(num).siblings(".tab_contents").hide();
|
$(obj).closest(prt).siblings(".tab_contents").eq(num).siblings(".tab_contents").hide();
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
$(function(){
|
||||||
|
tableColCaption();
|
||||||
|
tableRowCaption();
|
||||||
|
})
|
||||||
|
|
||||||
|
function tableColCaption(){
|
||||||
|
var bdWid = $("body").width();
|
||||||
|
var itmText = "";
|
||||||
|
|
||||||
|
$(".table_type_cols").each(function(idx,table){
|
||||||
|
var thLength = $(table).find("thead>tr>th").length;
|
||||||
|
$(table).find("thead>tr>th").each(function(index,th){
|
||||||
|
itmText += $(th).text();
|
||||||
|
if(index === thLength - 1){
|
||||||
|
// 마지막 th일 경우 ,가 들어가면 안됨
|
||||||
|
}else{
|
||||||
|
itmText += ", ";
|
||||||
|
}
|
||||||
|
});
|
||||||
|
|
||||||
|
if($(table).find("caption").length == 0){
|
||||||
|
$(table).find(">table").prepend("<caption>" + itmText + "등의 정보제공</caption>");
|
||||||
|
}else{
|
||||||
|
$(table).find("caption").text(itmText + "등의 정보제공");
|
||||||
|
}
|
||||||
|
|
||||||
|
});
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
function tableRowCaption(){
|
||||||
|
var bdWid = $("body").width();
|
||||||
|
|
||||||
|
$(".table_type_rows").each(function(idx,table){
|
||||||
|
var itmText = "";
|
||||||
|
var thLength = $(table).find("tbody>tr>th").length;
|
||||||
|
$(table).find("tbody>tr>th").each(function(index,th){
|
||||||
|
itmText += $(th).text();
|
||||||
|
if(index === thLength - 1){
|
||||||
|
// 마지막 th일 경우 ,가 들어가면 안됨
|
||||||
|
}else{
|
||||||
|
itmText += ", ";
|
||||||
|
}
|
||||||
|
|
||||||
|
if($(table).find("select,input,textarea").length>0){
|
||||||
|
// 입력창 있을 경우
|
||||||
|
if($(table).find("caption").length == 0){
|
||||||
|
$(table).find(">table").prepend("<caption>" + itmText + "등의 정보입력 및 선택</caption>");
|
||||||
|
}else{
|
||||||
|
$(table).find("caption").text(itmText + "등의 정보입력 및 선택");
|
||||||
|
}
|
||||||
|
}else{
|
||||||
|
if($(table).find("caption").length == 0){
|
||||||
|
$(table).find(">table").prepend("<caption>" + itmText + "등의 정보제공</caption>");
|
||||||
|
}else{
|
||||||
|
$(table).find("caption").text(itmText + "등의 정보제공");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
});
|
||||||
|
|
||||||
|
});
|
||||||
|
|
||||||
}
|
}
|
||||||
@ -23,7 +23,7 @@
|
|||||||
|
|
||||||
/* ==================== 모바일 ==================== */
|
/* ==================== 모바일 ==================== */
|
||||||
@media screen and (max-width: 767px){
|
@media screen and (max-width: 767px){
|
||||||
|
|
||||||
.case_content .view_top .input_box{margin:3px 0 0 18px;}
|
.case_content .view_top .input_box{margin:3px 0 0 18px;}
|
||||||
.case_step button{height:45px;font-size:1.7rem;border:1px solid #d8d8d8;border-radius:5px;}
|
.case_step button{height:45px;font-size:1.7rem;border:1px solid #d8d8d8;border-radius:5px;}
|
||||||
|
|
||||||
|
|||||||
@ -153,10 +153,10 @@ input:disabled, input:read-only{background:#f8f9fa;border:1px solid #d8d8d8;}
|
|||||||
:not(.window_popup.idf) .btn{border-radius:10px;}
|
:not(.window_popup.idf) .btn{border-radius:10px;}
|
||||||
:not(.window_popup.idf) .btn:hover{box-shadow:none;}
|
:not(.window_popup.idf) .btn:hover{box-shadow:none;}
|
||||||
|
|
||||||
:not(.window_popup.idf) .btn_35{height:70px;font-size:3.2rem;padding:0 50px;}
|
:not(.window_popup.idf) .btn_35{min-height:70px;font-size:3.2rem;padding:0 50px;}
|
||||||
:not(.window_popup.idf) .btn_40{height:80px;font-size:3.4rem;padding:0 38px;}
|
:not(.window_popup.idf) .btn_40{min-height:80px;font-size:3.4rem;padding:0 38px;}
|
||||||
:not(.window_popup.idf) .btn_45{height:90px;font-size:3.4rem;padding:0 36px;}
|
:not(.window_popup.idf) .btn_45{min-height:90px;font-size:3.4rem;padding:0 36px;}
|
||||||
:not(.window_popup.idf) .btn_50{height:100px;font-size:4rem;}
|
:not(.window_popup.idf) .btn_50{min- height:100px;font-size:4rem;}
|
||||||
|
|
||||||
|
|
||||||
/* 노출/숨김 */
|
/* 노출/숨김 */
|
||||||
@ -199,11 +199,11 @@ input:disabled, input:read-only{background:#f8f9fa;border:1px solid #d8d8d8;}
|
|||||||
@media screen and (max-width: 767px){
|
@media screen and (max-width: 767px){
|
||||||
|
|
||||||
/* 버튼 */
|
/* 버튼 */
|
||||||
:not(.window_popup.idf) .btn{border-radius:5px;}
|
:not(.window_popup.idf) .btn{border-radius:5px;height:auto;}
|
||||||
:not(.window_popup.idf) .btn_35{height:35px;font-size:1.6rem;padding:0 25px;}
|
:not(.window_popup.idf) .btn_35{min-height:35px;font-size:1.6rem;padding:0 25px;}
|
||||||
:not(.window_popup.idf) .btn_40{height:40px;font-size:1.7rem;padding:0 18px;}
|
:not(.window_popup.idf) .btn_40{min-height:40px;font-size:1.7rem;padding:0 18px;}
|
||||||
:not(.window_popup.idf) .btn_45{height:45px;font-size:1.7rem;padding:0 18px;}
|
:not(.window_popup.idf) .btn_45{min-height:45px;font-size:1.7rem;padding:0 18px;}
|
||||||
:not(.window_popup.idf) .btn_50{height:50px;font-size:2rem;}
|
:not(.window_popup.idf) .btn_50{min-height:50px;font-size:2rem;}
|
||||||
|
|
||||||
/* input, select, textarea */
|
/* input, select, textarea */
|
||||||
:not(.window_popup.idf) .input_text, .input_calendar .duet-date__input{height:40px;font-size:1.7rem;border-radius:5px;padding:0 10px;}
|
:not(.window_popup.idf) .input_text, .input_calendar .duet-date__input{height:40px;font-size:1.7rem;border-radius:5px;padding:0 10px;}
|
||||||
|
|||||||
@ -70,7 +70,8 @@
|
|||||||
.baro_content .baro_link.darkblue_box:hover{background:#1f309f;}
|
.baro_content .baro_link.darkblue_box:hover{background:#1f309f;}
|
||||||
.baro_content .baro_link.blue_box:hover{background:#1e64dc;}
|
.baro_content .baro_link.blue_box:hover{background:#1e64dc;}
|
||||||
.baro_title{position:relative;display:block;font-size:2.7rem;font-weight:bold;color:#2e40ba;padding:0 0 30px 0;margin:0 0 25px 0;}
|
.baro_title{position:relative;display:block;font-size:2.7rem;font-weight:bold;color:#2e40ba;padding:0 0 30px 0;margin:0 0 25px 0;}
|
||||||
.baro_title::after{position:absolute;content:"";width:34px;height:4px;background:#bed4fb;left:0;bottom:0;}
|
.baro_title::after{position:absolute;content:"";width:34px;height:4px;background:#6b75c9;left:0;bottom:0;}
|
||||||
|
.baro_content .darkblue_box .baro_title::after,.baro_content .blue_box .baro_title::after{background:#bfd4fa;}
|
||||||
.darkblue_box .baro_title, .blue_box .baro_title{color:#fff;}
|
.darkblue_box .baro_title, .blue_box .baro_title{color:#fff;}
|
||||||
.baro_text{font-size:1.8rem;font-weight:400;color:#6b75c9;}
|
.baro_text{font-size:1.8rem;font-weight:400;color:#6b75c9;}
|
||||||
.darkblue_box .baro_text{color:#bfd4fa;}
|
.darkblue_box .baro_text{color:#bfd4fa;}
|
||||||
@ -88,7 +89,7 @@
|
|||||||
/* 분쟁조정 사례 */
|
/* 분쟁조정 사례 */
|
||||||
|
|
||||||
.case_content{padding:60px 0;text-align:center;}
|
.case_content{padding:60px 0;text-align:center;}
|
||||||
.case_content .title_wrap{position:relative;margin:0 0 35px 0;}
|
.case_content .title_wrap{position:relative;margin:0 0 30px 0;}
|
||||||
.case_content .title{font-size:3.2rem;font-weight:bold;color:#333;}
|
.case_content .title{font-size:3.2rem;font-weight:bold;color:#333;}
|
||||||
.case_content .title .btn_plus{width:40px;height:40px;vertical-align:middle;margin:-5px 0 0 16px;}
|
.case_content .title .btn_plus{width:40px;height:40px;vertical-align:middle;margin:-5px 0 0 16px;}
|
||||||
.case_content .case_slide_util{position:absolute;right:0;top:4px;}
|
.case_content .case_slide_util{position:absolute;right:0;top:4px;}
|
||||||
@ -124,8 +125,8 @@
|
|||||||
.notice_content .tab.active{color:#333;text-decoration:underline;text-underline-offset:10px;text-decoration-thickness:5px;}
|
.notice_content .tab.active{color:#333;text-decoration:underline;text-underline-offset:10px;text-decoration-thickness:5px;}
|
||||||
.notice_content .tab_content{display:none;height:206px;margin:44px 0 0 0;}
|
.notice_content .tab_content{display:none;height:206px;margin:44px 0 0 0;}
|
||||||
.notice_content .tab_content.active{display:block;width:100%;}
|
.notice_content .tab_content.active{display:block;width:100%;}
|
||||||
.notice_content .tab_content .btn_plus{position:absolute;left:387px;top:16px;background:#fff;}
|
.notice_content .tab_content .btn_plus{position:absolute;left:386px;top:12px;background:#fff;}
|
||||||
.notice_content .tab_content .btn_plus i{margin:-2px -0.9px 0 0;}
|
.notice_content .tab_content .btn_plus i{margin:-5px -1px 0 0;}
|
||||||
.notice_content .faq{order: 2;}
|
.notice_content .faq{order: 2;}
|
||||||
.notice_content a{position:relative;display:flex;padding:0 0 12px 12px;font-size:2.1rem;color:#333;width:100%;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;justify-content:space-between;}
|
.notice_content a{position:relative;display:flex;padding:0 0 12px 12px;font-size:2.1rem;color:#333;width:100%;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;justify-content:space-between;}
|
||||||
.notice_content .faq a{display:block;}
|
.notice_content .faq a{display:block;}
|
||||||
@ -145,10 +146,9 @@
|
|||||||
.news_content a{position:relative;display:inline-block;padding:0 20px 12px 12px;font-size:2.1rem;color:#333;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;}
|
.news_content a{position:relative;display:inline-block;padding:0 20px 12px 12px;font-size:2.1rem;color:#333;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;}
|
||||||
.news_content a.new::before{position:absolute;content:"N";font-size:1.6rem;font-weight:900;color:#f96502;right:0;top:3px;}
|
.news_content a.new::before{position:absolute;content:"N";font-size:1.6rem;font-weight:900;color:#f96502;right:0;top:3px;}
|
||||||
.news_content a::after{position:absolute;content:"";width:4px;height:4px;background:#b4b4b4;left:0;top:12.5px;}
|
.news_content a::after{position:absolute;content:"";width:4px;height:4px;background:#b4b4b4;left:0;top:12.5px;}
|
||||||
.news_content .btn_wrap{margin:10px 0 0 0;}
|
.news_content .btn_wrap{margin:10px 0 0 0;gap:5px}
|
||||||
.news_content .btn_wrap button{width:calc((100% / 2) - 5px);}
|
.news_content .btn_wrap button{width:50%;}
|
||||||
.news_content .btn_wrap button:first-child{margin:0 3px 0 0;}
|
|
||||||
.news_content .btn_wrap button:last-child{margin:0 0 0 3px;}
|
|
||||||
/* //뉴스레터 */
|
/* //뉴스레터 */
|
||||||
|
|
||||||
/* 콜센터 */
|
/* 콜센터 */
|
||||||
@ -182,10 +182,16 @@
|
|||||||
.baro_text br{display:none;}
|
.baro_text br{display:none;}
|
||||||
.baro_content .baro_link::after{top:auto;bottom:110px;right:35px;}
|
.baro_content .baro_link::after{top:auto;bottom:110px;right:35px;}
|
||||||
/* //바로가기 */
|
/* //바로가기 */
|
||||||
|
|
||||||
|
/* 분쟁조정 사례 */
|
||||||
|
.case_content .title .btn,.case_content .case_slide_util .btn.only_icon{border-radius:100%;}
|
||||||
|
.case_content .case_slide_util{display:flex;gap:4px;}
|
||||||
|
/* //분쟁조정 사례 */
|
||||||
|
|
||||||
/* 자주하는 질문 + 공지사항 */
|
/* 자주하는 질문 + 공지사항 */
|
||||||
.notice_content .tab{font-size:3.2rem;}
|
.notice_content .tab{font-size:3.2rem;}
|
||||||
.notice_content .tab_content .btn_plus{left:auto;right:0;}
|
.notice_content .tab_content .btn_plus{min-height:auto;left:auto;right:0;border-radius:100%;padding:0;}
|
||||||
|
.notice_content .tab_content .btn_plus i{margin:0;}
|
||||||
/* //자주하는 질문 + 공지사항 */
|
/* //자주하는 질문 + 공지사항 */
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -199,6 +205,7 @@
|
|||||||
|
|
||||||
.main .icon.arrow.left{width:60px;height:60px;background:url(/kofair_case_seed/usr/images/component/icon_arrow_left_60.png) no-repeat center center;margin:0;}
|
.main .icon.arrow.left{width:60px;height:60px;background:url(/kofair_case_seed/usr/images/component/icon_arrow_left_60.png) no-repeat center center;margin:0;}
|
||||||
.main .icon.pause{width:60px;height:60px;background:url(/kofair_case_seed/usr/images/component/icon_pause_60.png) no-repeat center center;margin:0;}
|
.main .icon.pause{width:60px;height:60px;background:url(/kofair_case_seed/usr/images/component/icon_pause_60.png) no-repeat center center;margin:0;}
|
||||||
|
.main .icon.play{width:60px;height:60px;background:url(/kofair_case_seed/usr/images/component/icon_play_60.png) no-repeat center center;margin:0;}
|
||||||
.main .icon.arrow.right,.main .footer .icon.arrow.right{width:60px;height:60px;background:url(/kofair_case_seed/usr/images/component/icon_arrow_right_60.png) no-repeat center center;margin:0;}
|
.main .icon.arrow.right,.main .footer .icon.arrow.right{width:60px;height:60px;background:url(/kofair_case_seed/usr/images/component/icon_arrow_right_60.png) no-repeat center center;margin:0;}
|
||||||
.main .footer .icon.arrow.right{margin:-4px 0 0 0;}
|
.main .footer .icon.arrow.right{margin:-4px 0 0 0;}
|
||||||
|
|
||||||
@ -256,12 +263,15 @@
|
|||||||
.banner_contents .banner_slide{width:100%;}
|
.banner_contents .banner_slide{width:100%;}
|
||||||
.banner_contents img{margin:0 auto;}
|
.banner_contents img{margin:0 auto;}
|
||||||
.banner_contents .case_slide_util{display:flex;width:100%;order:2;justify-content:center;gap:10px;}
|
.banner_contents .case_slide_util{display:flex;width:100%;order:2;justify-content:center;gap:10px;}
|
||||||
.banner_contents .case_slide_util .btn.only_icon{width:60px;height:60px;margin:0;}
|
.banner_contents .case_slide_util .btn.only_icon{width:60px;height:60px;min-height:auto;margin:0;padding:0;border-radius:100%;}
|
||||||
.banner_contents .btn.only_icon .icon.left,.banner_contents .btn.only_icon .icon.pause,.banner_contents .btn.only_icon .icon.right{margin:0;}
|
.banner_contents .btn.only_icon .icon.left,.banner_contents .btn.only_icon .icon.pause,.banner_contents .btn.only_icon .icon.right{margin:0;}
|
||||||
}
|
}
|
||||||
|
|
||||||
/* ==================== 모바일 ==================== */
|
/* ==================== 모바일 ==================== */
|
||||||
@media screen and (max-width: 767px){
|
@media screen and (max-width: 767px){
|
||||||
|
|
||||||
|
.main .icon.pause,.main .icon.arrow.left,.main .icon.arrow.right{margin:-1px 0 0 -1px;}
|
||||||
|
.main .icon.play,.case_content .case_slide_util .btn.only_icon i.icon.play,.banner_content .case_slide_util .btn.only_icon i.icon.play{width:10px;height:14px;background:url(/kofair_case_seed/usr/images/main/icon_slide_play.png) no-repeat center center;margin:-1.5px 0 0 3.5px;}
|
||||||
|
|
||||||
.popup_area .popup_slide{width:calc(90% - 60px);}
|
.popup_area .popup_slide{width:calc(90% - 60px);}
|
||||||
.popup_area .slick-slide{margin:0 10px;}
|
.popup_area .slick-slide{margin:0 10px;}
|
||||||
@ -286,7 +296,7 @@
|
|||||||
/* //바로가기 */
|
/* //바로가기 */
|
||||||
|
|
||||||
/* 사례 */
|
/* 사례 */
|
||||||
.case_content{padding:30px 0 0 0;}
|
.case_content{padding:30px 0 26px 0;}
|
||||||
.case_content .title_wrap{margin:0 0 17px 0;}
|
.case_content .title_wrap{margin:0 0 17px 0;}
|
||||||
.case_content .title{font-size:1.9rem;}
|
.case_content .title{font-size:1.9rem;}
|
||||||
.case_content .title .btn_plus,.case_content .case_slide_util .btn.only_icon{width:30px;height:30px;padding:0;}
|
.case_content .title .btn_plus,.case_content .case_slide_util .btn.only_icon{width:30px;height:30px;padding:0;}
|
||||||
@ -309,7 +319,7 @@
|
|||||||
.notice_content .tab:first-child::after{width:4px;height:4px;right:-2px;}
|
.notice_content .tab:first-child::after{width:4px;height:4px;right:-2px;}
|
||||||
.notice_content .tab:first-child{padding:0 13px 0 0;}
|
.notice_content .tab:first-child{padding:0 13px 0 0;}
|
||||||
.notice_content .tab_content.active{height:200px;margin:22.5px 0 0 0;}
|
.notice_content .tab_content.active{height:200px;margin:22.5px 0 0 0;}
|
||||||
.notice_content .tab_content .btn_plus{width:30px;height:30px;left:218px;top:15px;}
|
.notice_content .tab_content .btn_plus{width:30px;height:30px;left:218px;top:15px;padding:0;}
|
||||||
.notice_content .tab_content .btn_plus .icon.plus{background-size:100%;margin:0;;}
|
.notice_content .tab_content .btn_plus .icon.plus{background-size:100%;margin:0;;}
|
||||||
.notice_content a{font-size:1.7rem;padding:0 0 15px 8px;}
|
.notice_content a{font-size:1.7rem;padding:0 0 15px 8px;}
|
||||||
.notice_content a::after{width:3px;height:3px;top:10.5px;}
|
.notice_content a::after{width:3px;height:3px;top:10.5px;}
|
||||||
@ -338,7 +348,7 @@
|
|||||||
|
|
||||||
/* 배너 */
|
/* 배너 */
|
||||||
.banner_contents .case_slide_util{margin:20px 0 0 0;}
|
.banner_contents .case_slide_util{margin:20px 0 0 0;}
|
||||||
.banner_contents .case_slide_util .btn.only_icon{width:30px;height:30px;}
|
.banner_contents .case_slide_util .btn.only_icon{width:30px;height:30px;padding:0;}
|
||||||
.banner_contents .btn.only_icon .icon.left, .banner_contents .btn.only_icon .icon.pause, .banner_contents .btn.only_icon .icon.right{width:100%;height:30px;background-size:100%;}
|
.banner_contents .btn.only_icon .icon.left, .banner_contents .btn.only_icon .icon.pause, .banner_contents .btn.only_icon .icon.right{width:100%;height:30px;background-size:100%;}
|
||||||
/* //배너 */
|
/* //배너 */
|
||||||
}
|
}
|
||||||
|
|||||||
@ -63,7 +63,7 @@ html{font-size:62.5%;}
|
|||||||
.full_all_menu .nav::after{position:absolute;content:"";width:100%;height:4px;background:#2e40ba;top:80px;}
|
.full_all_menu .nav::after{position:absolute;content:"";width:100%;height:4px;background:#2e40ba;top:80px;}
|
||||||
.full_all_menu .menu_ul li{width:calc(100%/5);height:auto;text-align:center;}
|
.full_all_menu .menu_ul li{width:calc(100%/5);height:auto;text-align:center;}
|
||||||
.full_all_menu .menu_title{display:flex;width:100%;height:80px;font-size:23px;font-weight:bold;color:#333;justify-content:center;align-items:center;}
|
.full_all_menu .menu_title{display:flex;width:100%;height:80px;font-size:23px;font-weight:bold;color:#333;justify-content:center;align-items:center;}
|
||||||
.full_all_menu .depth02_ul{display:flex;height:calc(100% - 95px);padding:32px 0 35px 30px;border-right:1px solid #d8d8d8;flex-direction:column;gap:25px;}
|
.full_all_menu .depth02_ul{display:flex;height:calc(100% - 95px);padding:32px 0 35px 30px;border-right:1px solid #d8d8d8;flex-direction:column;gap:20px;}
|
||||||
.full_all_menu li:last-child .depth02_ul{border-right:0;}
|
.full_all_menu li:last-child .depth02_ul{border-right:0;}
|
||||||
.full_all_menu .depth02_ul li{width:100%;text-align:left;}
|
.full_all_menu .depth02_ul li{width:100%;text-align:left;}
|
||||||
.full_all_menu .depth02{display:flex;font-size:21px;font-weight:500;color:#333;align-items:center;}
|
.full_all_menu .depth02{display:flex;font-size:21px;font-weight:500;color:#333;align-items:center;}
|
||||||
@ -76,7 +76,7 @@ html{font-size:62.5%;}
|
|||||||
/* footer */
|
/* footer */
|
||||||
.footer{width:100%;background:#d0d1d3;padding:40px 0 35px 0;font-size:1.7rem;font-weight:400;color:#585858;}
|
.footer{width:100%;background:#d0d1d3;padding:40px 0 35px 0;font-size:1.7rem;font-weight:400;color:#585858;}
|
||||||
.footer .logo{display:inline-block;}
|
.footer .logo{display:inline-block;}
|
||||||
.footer_content{display:flex;margin:40px 0 0 0;align-items:flex-end;justify-content:space-between;}
|
.footer_content{display:flex;margin:10px 0 0 0;align-items:flex-end;justify-content:space-between;}
|
||||||
.footer_info{line-height:1.7;}
|
.footer_info{line-height:1.7;}
|
||||||
.footer_info p:first-child{margin:0 0 16px 0;}
|
.footer_info p:first-child{margin:0 0 16px 0;}
|
||||||
.footer_site{display:flex;flex-direction:column;font-weight:500;}
|
.footer_site{display:flex;flex-direction:column;font-weight:500;}
|
||||||
@ -149,15 +149,15 @@ html{font-size:62.5%;}
|
|||||||
.footer .logo,.footer .footer_content{padding:0 20px;}
|
.footer .logo,.footer .footer_content{padding:0 20px;}
|
||||||
.footer .icon.outlink{width:24px;height:24px;background:url(/kofair_case_seed/usr/images/component/icon_outlink_m.png) no-repeat center top;margin:-10px 0 0 10px;}
|
.footer .icon.outlink{width:24px;height:24px;background:url(/kofair_case_seed/usr/images/component/icon_outlink_m.png) no-repeat center top;margin:-10px 0 0 10px;}
|
||||||
.footer_content{flex-direction:column;align-items:flex-start;}
|
.footer_content{flex-direction:column;align-items:flex-start;}
|
||||||
.footer_info{font-size:3.2rem;line-height:1.2;}
|
.footer_info{font-size:3.2rem;line-height:1.4;margin:20px 0 0 0;}
|
||||||
.footer_site{width:100%;margin:30px 0 0 0;}
|
.footer_site{width:100%;margin:30px 0 0 0;}
|
||||||
.footer_site a{width:auto;font-size:3.2rem;margin:20px 0 0 0;}
|
.footer_site a{width:auto;font-size:3.2rem;margin:20px 0 0 0;}
|
||||||
|
|
||||||
.footer_site .icon.arrow.right{width:35px;height:35px;margin:-5px 0 0 0;background:url(/kofair_case_seed/usr/images/component/icon_arrow_right_m.png) no-repeat center center;}
|
.footer_site .icon.arrow.right{width:35px;height:35px;margin:-5px 0 0 0;background:url(/kofair_case_seed/usr/images/component/icon_arrow_right_m.png) no-repeat center center;}
|
||||||
.footer_site .site_wrap{width:100%;margin:60px 0 0 -20px;}
|
.footer_site .site_wrap{width:100%;margin:60px 0 0 -20px;}
|
||||||
.footer_site .site_wrap select{width:calc(100% - 100px);max-width:360px;height:60px;margin:0 10px 0 0;font-size:2.8rem;background:#fff url(/kofair_case_seed/usr/images/component/icon_select_m.png) no-repeat calc(100% - 22px) center;}
|
.footer_site .site_wrap select{width:calc(100% - 100px);max-width:360px;height:60px;margin:0 10px 0 0;font-size:2.8rem;background:#fff url(/kofair_case_seed/usr/images/component/icon_select_m.png) no-repeat calc(100% - 22px) center;}
|
||||||
.footer_site .site_wrap .gray_fill{width:80px;height:60px;font-size:3.2rem;padding:0;}
|
.footer_site .site_wrap .gray_fill{width:80px;height:60px;min-height:auto;font-size:3.2rem;padding:0;}
|
||||||
.footer_bottom{font-size:3.2rem;padding:50px 0 0 0;margin:50px 0 0 0;flex-wrap:wrap;}
|
.footer_bottom{width:calc(100% + 60px);font-size:3.2rem;padding:50px 0 0 30px;margin:50px 0 0 -30px;flex-wrap:wrap;}
|
||||||
.footer_bottom .link{width:100%;margin:0 0 30px 0;}
|
.footer_bottom .link{width:100%;margin:0 0 30px 0;}
|
||||||
.footer_bottom a{padding:0 36px;}
|
.footer_bottom a{padding:0 36px;}
|
||||||
.footer_bottom a:first-child{padding:0 36px 0 0;}
|
.footer_bottom a:first-child{padding:0 36px 0 0;}
|
||||||
@ -171,14 +171,20 @@ html{font-size:62.5%;}
|
|||||||
|
|
||||||
.mobile_header{height:63px;padding:0 30px;}
|
.mobile_header{height:63px;padding:0 30px;}
|
||||||
.mobile_header .logo{width:55%;}
|
.mobile_header .logo{width:55%;}
|
||||||
.mobile_header .header_util button{width:30px;height:30px;}
|
.mobile_header .header_util{gap:11px;}
|
||||||
|
.mobile_header .header_util button{width:30px;height:20px !important;max-height:30px;}
|
||||||
.mobile_header .header_util button i{height:100%;background-size:auto 100%;}
|
.mobile_header .header_util button i{height:100%;background-size:auto 100%;}
|
||||||
.mobile_header .header_util .btn_menu i{background-size:100% auto;}
|
/* .mobile_header .header_util .btn_menu i{background-size:auto ;} */
|
||||||
|
|
||||||
|
.mobile_header .search_area{height:60px;bottom:-60px;}
|
||||||
|
.mobile_header .search_area .input_search{width:calc(100% - 75px);height:40px;padding:0 15px;font-size:1.5rem;}
|
||||||
|
.mobile_header .search_area .btn_search{width:60px;height:40px;border-radius:5px;}
|
||||||
|
.mobile_header .search_area .btn_search i{width:40px;height:40px;background-size:23px;}
|
||||||
|
|
||||||
.mobile_header .all_menu_wrap .btn_menu_close{width:32px;height:32px;}
|
.mobile_header .all_menu_wrap .btn_menu_close{width:32px;height:32px;}
|
||||||
.mobile_header .all_menu_wrap .btn_menu_close i{background-size:100% auto;}
|
.mobile_header .all_menu_wrap .btn_menu_close i{background-size:100% auto;}
|
||||||
|
|
||||||
.mobile_header .all_menu_wrap .top_area{height:63px;padding:0 30px;}
|
.mobile_header .all_menu_wrap .top_area{height:63px;padding:0 15px;}
|
||||||
.m_menu_depth01{height:48.5px;padding:0 16px;font-size:1.8rem;}
|
.m_menu_depth01{height:48.5px;padding:0 16px;font-size:1.8rem;}
|
||||||
.active .m_menu_depth01{background-size:15px 9px;}
|
.active .m_menu_depth01{background-size:15px 9px;}
|
||||||
|
|
||||||
@ -194,10 +200,10 @@ html{font-size:62.5%;}
|
|||||||
.footer .m_logo{width:70%;}
|
.footer .m_logo{width:70%;}
|
||||||
.footer .logo, .footer .footer_content{padding:0 10px;}
|
.footer .logo, .footer .footer_content{padding:0 10px;}
|
||||||
.footer_content{margin:20px 0 0 0;}
|
.footer_content{margin:20px 0 0 0;}
|
||||||
.footer_info{font-size:1.6rem;line-height:1.4;}
|
.footer_info{font-size:1.6rem;line-height:1.4;margin:0;}
|
||||||
.footer_info p:first-child{margin:0 0 8px 0;}
|
.footer_info p:first-child{margin:0 0 8px 0;}
|
||||||
|
|
||||||
.footer_site{margin:15px 0 0 0;}
|
.footer_site{margin:15px 0 0 0;align-items:flex-start;}
|
||||||
.footer_site a{font-size:1.6rem;margin:10px 0 0 0;}
|
.footer_site a{font-size:1.6rem;margin:10px 0 0 0;}
|
||||||
.footer .icon.outlink{width:12px;height:12px;background-size:100%;margin:-5px 0 0 5px;}
|
.footer .icon.outlink{width:12px;height:12px;background-size:100%;margin:-5px 0 0 5px;}
|
||||||
.footer_site .icon.arrow.right{width:12px;height:12px;background-size:50%;margin:-5px 0 0 5px;}
|
.footer_site .icon.arrow.right{width:12px;height:12px;background-size:50%;margin:-5px 0 0 5px;}
|
||||||
@ -205,11 +211,15 @@ html{font-size:62.5%;}
|
|||||||
.footer_site .site_wrap select,.footer_site .site_wrap .gray_fill{height:40px;font-size: 1.6rem;}
|
.footer_site .site_wrap select,.footer_site .site_wrap .gray_fill{height:40px;font-size: 1.6rem;}
|
||||||
.footer_site .site_wrap select{background: #fff url(/kofair_case_seed/usr/images/component/icon_select.png) no-repeat calc(100% - 15px) center;}
|
.footer_site .site_wrap select{background: #fff url(/kofair_case_seed/usr/images/component/icon_select.png) no-repeat calc(100% - 15px) center;}
|
||||||
|
|
||||||
.footer_bottom{font-size:1.6rem;padding:25px 0 0 0;margin:25px 0 0 0;}
|
.footer_bottom{font-size:1.6rem;padding:25px 0 0 30px;margin:25px 0 0 -30px;}
|
||||||
.footer_bottom .link{margin:0 0 15px 0;flex-wrap:wrap;}
|
.footer_bottom .link{margin:0 0 15px 0;flex-wrap:wrap;}
|
||||||
.footer_bottom a{padding:0 18px;}
|
.footer_bottom a{padding:0 18px;}
|
||||||
.footer_bottom a:first-child{padding:0 18px 0 0;}
|
.footer_bottom a:first-child{padding:0 18px 0 0;}
|
||||||
.footer_bottom a::after{width:2px;height:8px;top:6.5px;}
|
.footer_bottom a::after{width:2px;height:8px;top:6.5px;}
|
||||||
/* //footer */
|
/* //footer */
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
@media screen and (max-width: 500px){
|
||||||
|
.mobile_header{padding:0 15px;}
|
||||||
}
|
}
|
||||||
@ -54,10 +54,14 @@
|
|||||||
.idf.window_popup .checkbox_wrap{display:flex;align-items:center;gap:8px;}
|
.idf.window_popup .checkbox_wrap{display:flex;align-items:center;gap:8px;}
|
||||||
.idf.window_popup input[type="checkbox"]{width:18px;height:18px;}
|
.idf.window_popup input[type="checkbox"]{width:18px;height:18px;}
|
||||||
.idf.window_popup input[type="checkbox"]+label{font-size:1.7rem;}
|
.idf.window_popup input[type="checkbox"]+label{font-size:1.7rem;}
|
||||||
.idf.window_popup .btn_wrap button{width:100px;}
|
.idf.window_popup .btn_wrap button{width:100px;height:46px;font-size:1.6rem;}
|
||||||
.idf.window_popup .title.gMarket_bold{font-size:2.8rem;;}
|
.idf.window_popup .title.gMarket_bold{font-size:2.8rem;;}
|
||||||
.idf.window_popup .lock{width:28px;height:35px;background:url(/kofair_case_seed/usr/images/component/icon_lock.png) no-repeat center;margin:0 9px 0 0;vertical-align:sub;}
|
.idf.window_popup .lock{width:28px;height:35px;background:url(/kofair_case_seed/usr/images/component/icon_lock.png) no-repeat center;margin:0 9px 0 0;vertical-align:sub;}
|
||||||
|
|
||||||
|
.idf.window_popup.case_popup .box.gray_fill{width:calc(100% - 60px);margin:20px auto 0 auto;}
|
||||||
|
.idf.window_popup.case_popup .input_box li{display:flex;width:100%;justify-content:center;align-items:center;gap:12px;}
|
||||||
|
.idf.window_popup.case_popup .input_box input::placeholder{font-size:1.5rem;}
|
||||||
|
|
||||||
/* ==================== 모바일 ==================== */
|
/* ==================== 모바일 ==================== */
|
||||||
@media screen and (max-width: 767px){
|
@media screen and (max-width: 767px){
|
||||||
.popup_wrap{min-width:90%; width:90% !important;left:50% !important;top:50% !important;transform:translate(-50%,-50%) !important;}
|
.popup_wrap{min-width:90%; width:90% !important;left:50% !important;top:50% !important;transform:translate(-50%,-50%) !important;}
|
||||||
|
|||||||
@ -73,7 +73,7 @@
|
|||||||
.page a{display:flex;width:40px;height:40px;font-size:1.7rem;color:#666;border-radius:5px;align-items:center;justify-content:center;}
|
.page a{display:flex;width:40px;height:40px;font-size:1.7rem;color:#666;border-radius:5px;align-items:center;justify-content:center;}
|
||||||
.page a:hover{background:#e5e5e5;}
|
.page a:hover{background:#e5e5e5;}
|
||||||
.page .active,.page .active:hover{background:#888888;font-weight:500;color:#fff;}
|
.page .active,.page .active:hover{background:#888888;font-weight:500;color:#fff;}
|
||||||
.page .only_icon{border:1px solid #d8d8d8;margin:0 5px;}
|
.page .only_icon{border:1px solid #d8d8d8;margin:0 5px;padding:0 !important;}
|
||||||
.page i{width:40px;height:40px;}
|
.page i{width:40px;height:40px;}
|
||||||
.page .page_first{background:url(/kofair_case_seed/usr/images/component/icon_page_first.png) center center;}
|
.page .page_first{background:url(/kofair_case_seed/usr/images/component/icon_page_first.png) center center;}
|
||||||
.page .page_prev{background:url(/kofair_case_seed/usr/images/component/icon_page_prev.png) center center;}
|
.page .page_prev{background:url(/kofair_case_seed/usr/images/component/icon_page_prev.png) center center;}
|
||||||
@ -101,6 +101,7 @@
|
|||||||
.table_type_cols table tbody td.table_number{color:#666;}
|
.table_type_cols table tbody td.table_number{color:#666;}
|
||||||
.table_type_cols table tbody td.list_none{color:#666;}
|
.table_type_cols table tbody td.list_none{color:#666;}
|
||||||
.table_type_cols table tbody td .list_title{color:#333;text-align:left;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;}
|
.table_type_cols table tbody td .list_title{color:#333;text-align:left;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;}
|
||||||
|
.table_type_cols table tbody td.bbsTitle a{color:#333;text-align:left;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;}
|
||||||
.table_type_cols table tbody td .select{min-width:0;}
|
.table_type_cols table tbody td .select{min-width:0;}
|
||||||
.table_type_cols table tfoot tr{border-bottom:1px solid #d8d8d8;background:#f4f5f7;text-align:center;}
|
.table_type_cols table tfoot tr{border-bottom:1px solid #d8d8d8;background:#f4f5f7;text-align:center;}
|
||||||
.table_type_cols table tfoot tr td{height:50px;color:#333;vertical-align:middle;}
|
.table_type_cols table tfoot tr td{height:50px;color:#333;vertical-align:middle;}
|
||||||
@ -309,15 +310,16 @@
|
|||||||
.sub_con_tit{font-size:5rem;margin:60px 0 0 0;}
|
.sub_con_tit{font-size:5rem;margin:60px 0 0 0;}
|
||||||
.sub_con_sub_tit{font-size:3.4rem;margin:80px 0 ;}
|
.sub_con_sub_tit{font-size:3.4rem;margin:80px 0 ;}
|
||||||
.search_wrap{padding:60px;margin:80px 0;gap:20px;}
|
.search_wrap{padding:60px;margin:80px 0;gap:20px;}
|
||||||
:not(.window_popup.idf) .search_wrap select[name=search_category],.search_wrap select[name=reservation_category]{width:100%;}
|
:not(.window_popup.idf) .search_wrap select[name=search_category],.search_wrap select[name=reservation_category],.search_wrap select[name=searchMenu]{width:100%;}
|
||||||
:not(.window_popup.idf) .search_wrap select[name=search_type],.search_wrap select[name=searchType]{width:180px;}
|
:not(.window_popup.idf) .search_wrap select[name=search_type],.search_wrap select[name=searchType]{width:180px;}
|
||||||
:not(.window_popup.idf) .search_wrap .input_text{width:calc(100% - 290px);height:80px;}
|
:not(.window_popup.idf) .search_wrap .input_text{width:calc(100% - 290px);height:80px;}
|
||||||
|
:not(.window_popup.idf) .search_wrap .select+.select+.input_text{width:calc(100% - 330px);}
|
||||||
:not(.window_popup.idf) .search_wrap .btn_search{width:110px;height:80px;padding:0;font-size:3.6rem;padding:0;}
|
:not(.window_popup.idf) .search_wrap .btn_search{width:110px;height:80px;padding:0;font-size:3.6rem;padding:0;}
|
||||||
|
|
||||||
.page a{font-size:3.4rem;}
|
.page a{font-size:3.4rem;}
|
||||||
.page a,.page .only_icon{width:80px;height:80px;border-radius:10px;}
|
.page a,.page .only_icon{width:80px;height:80px;border-radius:10px;}
|
||||||
.page i{width:80px;height:80px;}
|
.page i{width:80px;height:80px;}
|
||||||
.page li:nth-child(n+6):nth-child(-n+12){display:none;}
|
.page li:nth-child(n+6):nth-child(-n+11){display:none;}
|
||||||
.page .page_first{background:url(/kofair_case_seed/usr/images/component/icon_page_first_80.png) center center;}
|
.page .page_first{background:url(/kofair_case_seed/usr/images/component/icon_page_first_80.png) center center;}
|
||||||
.page .page_prev{background:url(/kofair_case_seed/usr/images/component/icon_page_prev_80.png) center center;}
|
.page .page_prev{background:url(/kofair_case_seed/usr/images/component/icon_page_prev_80.png) center center;}
|
||||||
.page .page_next{background:url(/kofair_case_seed/usr/images/component/icon_page_next_80.png) center center;}
|
.page .page_next{background:url(/kofair_case_seed/usr/images/component/icon_page_next_80.png) center center;}
|
||||||
@ -486,7 +488,7 @@
|
|||||||
.icon.file.clip.blue{width:20px;height:20px;background:url(/kofair_case_seed/usr/images/component/icon_file_clip_blue.png) no-repeat center center;}
|
.icon.file.clip.blue{width:20px;height:20px;background:url(/kofair_case_seed/usr/images/component/icon_file_clip_blue.png) no-repeat center center;}
|
||||||
|
|
||||||
/* sub layout */
|
/* sub layout */
|
||||||
.sub_visual{height:80px;background-size:auto 100%;background-position:right center;}
|
.sub_visual{height:80px;background-size:auto 100%;background-position:calc(100% + 90px) center;}
|
||||||
.sub_visual h2{font-size:2.1rem;}
|
.sub_visual h2{font-size:2.1rem;}
|
||||||
|
|
||||||
.page_location{min-height:40px;height:auto;gap:0 25px;}
|
.page_location{min-height:40px;height:auto;gap:0 25px;}
|
||||||
@ -495,11 +497,11 @@
|
|||||||
.page_location .icon.home{width:19px;height:19px;background:url(/kofair_case_seed/usr/images/component/icon_home.png) no-repeat center center;}
|
.page_location .icon.home{width:19px;height:19px;background:url(/kofair_case_seed/usr/images/component/icon_home.png) no-repeat center center;}
|
||||||
|
|
||||||
.sub_con_tit{font-size:2.5rem;margin:30px 0 0 0;}
|
.sub_con_tit{font-size:2.5rem;margin:30px 0 0 0;}
|
||||||
.sub_con_sub_tit{font-size:1.7rem;margin:40px 0;}
|
.sub_con_sub_tit{font-size:1.7rem;margin:40px 0;line-height:1.4;}
|
||||||
.search_wrap{padding:30px;margin:40px 0;gap:10px;}
|
.search_wrap{padding:30px;margin:40px 0;gap:10px;}
|
||||||
:not(.window_popup.idf) .search_wrap select[name=search_category]{width:100%;}
|
:not(.window_popup.idf) .search_wrap select[name=search_category],:not(.window_popup.idf) .search_wrap select[name=searchMenu]{width:100%;}
|
||||||
:not(.window_popup.idf) .search_wrap select[name=search_type],:not(.window_popup.idf) .search_wrap select[name=searchType]{width:90px;}
|
:not(.window_popup.idf) .search_wrap select[name=search_type],:not(.window_popup.idf) .search_wrap select[name=searchType]{width:90px;}
|
||||||
:not(.window_popup.idf) .search_wrap .input_text{width:calc(100% - 220px);height:40px;}
|
:not(.window_popup.idf) .search_wrap .input_text,:not(.window_popup.idf) .search_wrap .select+.select+.input_text{width:calc(100% - 220px);height:40px;}
|
||||||
:not(.window_popup.idf) .search_wrap .btn_search{width:80px;height:40px;font-size:1.8rem;}
|
:not(.window_popup.idf) .search_wrap .btn_search{width:80px;height:40px;font-size:1.8rem;}
|
||||||
|
|
||||||
.page a, .page .only_icon,.page i{width:40px;height:40px;border-radius:5px;font-size:1.7rem;}
|
.page a, .page .only_icon,.page i{width:40px;height:40px;border-radius:5px;font-size:1.7rem;}
|
||||||
@ -520,21 +522,21 @@
|
|||||||
.mobile_view_table table{margin:20px 0 0 0;border-top:2px solid #2e40ba;}
|
.mobile_view_table table{margin:20px 0 0 0;border-top:2px solid #2e40ba;}
|
||||||
.mobile_view_table table thead th,.mobile_view_table table tbody td{height:50px;border-bottom:1px solid #d8d8d8;border-right:1px solid #d8d8d8;}
|
.mobile_view_table table thead th,.mobile_view_table table tbody td{height:50px;border-bottom:1px solid #d8d8d8;border-right:1px solid #d8d8d8;}
|
||||||
|
|
||||||
.table_type_rows table{font-size:1.7rem;margin:10px 0 0 0;border-top:2px solid #2e40ba;}
|
:not(.window_popup.idf) .table_type_rows table{font-size:1.7rem;margin:10px 0 0 0;border-top:2px solid #2e40ba;}
|
||||||
.table_type_rows table tbody th,.table_type_rows table tbody td{display:flex;min-height:58px;padding:7px 10px;}
|
:not(.window_popup.idf) .table_type_rows table tbody th,.table_type_rows table tbody td{display:flex;min-height:58px;padding:7px 10px;}
|
||||||
.table_type_rows table tbody th{padding:7px 22.5px;}
|
:not(.window_popup.idf) .table_type_rows table tbody th{padding:7px 22.5px;}
|
||||||
|
|
||||||
.table_type_rows table .select{font-size:1.6rem;padding:0 14px;background-position:calc(100% - 14px);}
|
:not(.window_popup.idf) .table_type_rows table .select{font-size:1.6rem;padding:0 14px;background-position:calc(100% - 14px);}
|
||||||
|
|
||||||
.table_type_rows table .phone_wrap{width:100%;}
|
:not(.window_popup.idf) .table_type_rows table .phone_wrap{width:100%;}
|
||||||
.table_type_rows table .phone_wrap *,.table_type_rows table .phone_wrap .input_text{width:calc((100% / 3) - 10px);}
|
:not(.window_popup.idf) .table_type_rows table .phone_wrap *,.table_type_rows table .phone_wrap .input_text{width:calc((100% / 3) - 10px);}
|
||||||
|
|
||||||
.table_type_rows table .email_wrap{gap:10px;}
|
:not(.window_popup.idf) .table_type_rows table .email_wrap{gap:10px;}
|
||||||
.table_type_rows table .email_wrap .input_email:first-child{width:calc(100% - 40px);}
|
:not(.window_popup.idf) .table_type_rows table .email_wrap .input_email:first-child{width:calc(100% - 40px);}
|
||||||
.table_type_rows table .email_wrap .input_email:nth-child(2){width:55%;}
|
:not(.window_popup.idf) .table_type_rows table .email_wrap .input_email:nth-child(2){width:55%;}
|
||||||
.table_type_rows table .email_wrap .email_select{width:calc(45% - 10px);}
|
:not(.window_popup.idf) .table_type_rows table .email_wrap .email_select{width:calc(45% - 10px);}
|
||||||
|
|
||||||
.table_type_rows table+.cf_text{margin:30px 0 0 0;}
|
:not(.window_popup.idf) .table_type_rows table+.cf_text{margin:30px 0 0 0;}
|
||||||
|
|
||||||
/* view */
|
/* view */
|
||||||
.list_view_tit{font-size:2.1rem;}
|
.list_view_tit{font-size:2.1rem;}
|
||||||
@ -637,8 +639,11 @@
|
|||||||
/* sub layout */
|
/* sub layout */
|
||||||
.contents.sub .inner{padding:0 20px;}
|
.contents.sub .inner{padding:0 20px;}
|
||||||
|
|
||||||
.search_wrap select[name=search_category],.search_wrap select[name=search_type]{width:100%;}
|
.search_wrap li{flex-wrap:wrap;}
|
||||||
.search_wrap .input_text{width:calc(100% - 90px);}
|
:not(.window_popup.idf) .search_wrap .select{width:100% !important;}
|
||||||
|
:not(.window_popup.idf) .search_wrap select[name=search_category],.search_wrap select[name=search_type]{width:100%;}
|
||||||
|
:not(.window_popup.idf) .search_wrap .input_text,:not(.window_popup.idf) .search_wrap .input_text, :not(.window_popup.idf) .search_wrap .select+.select+.input_text{width:calc(100% - 90px);}
|
||||||
|
.search_wrap .calendar_term{width:100%;}
|
||||||
|
|
||||||
.page a, .page .only_icon, .page i{width:35px;height:35px;padding:0;}
|
.page a, .page .only_icon, .page i{width:35px;height:35px;padding:0;}
|
||||||
.page .only_icon{margin:0 2.5px;}
|
.page .only_icon{margin:0 2.5px;}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user