This commit is contained in:
myname 2024-10-31 19:39:06 +09:00
commit 4ebab95012
17 changed files with 319 additions and 132 deletions

View File

@ -10,6 +10,15 @@
$("#moveFrm").submit();
}
}
$(function(){
// 첨부파일 없을 경우 첨부파일 영역 삭제
if($(".view_file_list li").length == 0){
$(".view_file_list").hide();
}
})
</script>
<div class="sub_content">
<!-- page_location -->

View File

@ -11,6 +11,15 @@
$("#moveFrm").submit();
}
}
$(function(){
// 첨부파일 없을 경우 첨부파일 영역 삭제
if($(".view_file_list li").length == 0){
$(".view_file_list").hide();
}
})
</script>
<div class="sub_content">
@ -63,7 +72,6 @@
</li>
</ul>
<ul class="view_file_list">
<c:forEach items="${fileList}" var="list" varStatus="status">
<li><a href="/seed/extra/down/file.do?dataIdx=${list.EXTRA_FILE_IDX}&funcType=${list.EXTRA_FUNC_TYPE}&pathKey1=${siteIdx}"
download="download"><i

View File

@ -10,6 +10,15 @@
$("#moveFrm").submit();
}
}
$(function(){
// 첨부파일 없을 경우 첨부파일 영역 삭제
if($(".view_file_list li").length == 0){
$(".view_file_list").hide();
}
})
</script>
<div class="sub_content">

View File

@ -11,6 +11,15 @@
$("#moveFrm").submit();
}
}
$(function(){
// 첨부파일 없을 경우 첨부파일 영역 삭제
if($(".view_file_list li").length == 0){
$(".view_file_list").hide();
}
})
</script>
<div class="sub_content">
@ -19,8 +28,8 @@
<ul class="page_location">
<li><i class="icon home"></i></li>
<li>분쟁조정 안내</li>
<li>분쟁조정 안내</li>
<li>분쟁조정 관련 서식</li>
<li>공지사항</li>
<li>공지사항 상세</li>
</ul>
<!-- //page_location -->
@ -29,8 +38,8 @@
<input type="hidden" name="searchTilte" value="${param.searchTilte }">
<input type="hidden" name="page" id="page" value="${param.page }">
<h3 class="sub_con_tit">분쟁조정 관련 서식</h3>
<p class="sub_con_sub_tit">분쟁조정 신청서(및 작성예시), 위임장, 합의취하서 등 분쟁조정 관련 서식을 제공하고 있습니다. 다운로드 받아 사용하시기 바랍니다.</p>
<h3 class="sub_con_tit">공지사항 상세</h3>
<p class="sub_con_sub_tit">한국공정거래조정원의 주요 소식을 알려드립니다.</p>
<div class="list_view">

View File

@ -28,6 +28,7 @@
<link rel="stylesheet" href="/kofair_case_seed/adm/style/layout.css">
<link rel="stylesheet" href="/kofair_case_seed/adm/style/common.css">
<link rel="stylesheet" href="/kofair_case_seed/adm/style/style.css">
<link rel="stylesheet" href="/kofair_case_seed/adm/style/popup.css">
<!-- css -->
<!-- js -->
@ -202,7 +203,7 @@
<form:form name="frm" id="frm" action="" method="post">
<article class="menu_none">
<div class="titleWrap">
<h1 class="title depth03">NICE 기업조회</h1>
<h1 class="title depth02">NICE 기업조회</h1>
</div>
<div id="content">
<input type="hidden" id="type" name="type" value="N"/>

View File

@ -27,7 +27,9 @@ $(document).ready(function(){
};
//시작일
jQuery("#fixDay").datetimepicker();
jQuery("#fixDay").datetimepicker({
buttonImage: "/kofair_case_seed/adm/images/component/icon_calendar.png",
});
//$('img.ui-datepicker-trigger').css({'cursor':'pointer', 'margin-bottom':'-4px'}); //아이콘(icon) 위치
setTimeout(function() {
@ -206,7 +208,7 @@ function loadSimData(){
html += '<td>'+v.mediationBig+'</td>';
html += '<td>'+v.mediationSmall+'</td>';
html += '<td>'+v.caseExaminer+'</td>';
html += '<td><button type="button" class="btn-default fl ml10" onclick="changeReqCase(\''+v.caseNo+'\');nanumCall(\'3\', \'출석요구\');">분쟁조정협의회 출석요구</button></td>';
html += '<td><button type="button" class="btn btn_text btn_30 orange_border btn-default" onclick="changeReqCase(\''+v.caseNo+'\');nanumCall(\'3\', \'출석요구\');">분쟁조정협의회 출석요구</button></td>';
html += '</tr>';
list.push(v.caseNo);
@ -2460,7 +2462,7 @@ function delCfrnc(){
<div class="form-inline">
<div class="form-group" style="vertical-align: middle;">
<div class="calendar">
<input type="text" class="form-element" style="width:140px;" id="fixDay" name="fixDay" readonly="readonly"/>
<input type="text" class="form-element" style="width:160px !important;" id="fixDay" name="fixDay" readonly="readonly"/>
</div>
<!-- <input type="text" class="form-element" style="width:140px;" placeholder="시간(ex: 11:00)"/> -->
</div>
@ -2491,6 +2493,16 @@ function delCfrnc(){
<div class="table-layout border inp-scroll no-gradient no-hover mt20">
<table>
<colgroup>
<col style="width:80px;"/>
<col style="width:80px;"/>
<col style="width:auto;"/>
<col style="width:auto;"/>
<col style="width:auto;"/>
<col style="width:auto;"/>
<col style="width:auto;"/>
<col style="width:auto;"/>
</colgroup>
<thead>
<tr>
<th colspan="8">조정조서 안건</th>
@ -2525,6 +2537,17 @@ function delCfrnc(){
</div>
<div class="table-layout border inp-scroll no-gradient no-hover mt20">
<table>
<colgroup>
<col style="width:80px;">
<col style="width:80px;">
<col style="width:13%;">
<col style="width:12%;">
<col style="width:12%;">
<col style="width:12%;">
<col style="width:12%;">
<col style="width:12%;">
<col style="width:auto;">
</colgroup>
<thead>
<tr>
<th colspan="9">심의안건 상정</th>
@ -2538,7 +2561,7 @@ function delCfrnc(){
<th>조정결과(대분류)</th>
<th>조정결과(소분류)</th>
<th>담당자</th>
<th style="width: 20px">출석요구</th>
<th style="width: 200px;">출석요구</th>
</tr>
</thead>
<tbody id="sim">
@ -2560,6 +2583,16 @@ function delCfrnc(){
</div>
<div class="table-layout border inp-scroll no-gradient no-hover mt20">
<table>
<colgroup>
<col style="width:80px;"/>
<col style="width:80px;"/>
<col style="width:auto;"/>
<col style="width:auto;"/>
<col style="width:auto;"/>
<col style="width:auto;"/>
<col style="width:auto;"/>
<col style="width:auto;"/>
</colgroup>
<thead>
<tr>
<th colspan="8">보고안건 상정</th>
@ -2594,6 +2627,14 @@ function delCfrnc(){
</div>
<div class="table-layout border inp-scroll no-gradient no-hover mt20">
<table>
<colgroup>
<col style="width:auto;"/>
<col style="width:auto;"/>
<col style="width:auto;"/>
<col style="width:auto;"/>
<col style="width:auto;"/>
<col style="width:80px;"/>
</colgroup>
<thead>
<tr>
<th colspan="6">참여위원</th>

View File

@ -695,7 +695,7 @@ function resultGo(){
<div class="item-box">
<div class="form-inline">
<div class="form-group" style="vertical-align: middle;">
<input type="text" class="form-element" style="width:140px;" id="fixDay" name="fixDay" readonly="readonly"/>
<input type="text" class="form-element" style="width:160px !important;" id="fixDay" name="fixDay" readonly="readonly"/>
<!-- <input type="text" class="form-element" style="width:140px;" placeholder="시간(ex: 11:00)"/> -->
</div>
</div>

View File

@ -22,6 +22,13 @@
<link href="/css/total.css" rel="stylesheet" type="text/css"/>
<link href="/css/jquery-ui.css" rel="stylesheet" type="text/css"/>
<link href="/css/animate.css" rel="stylesheet" type="text/css"/>
<link rel="stylesheet" href="/kofair_case_seed/css/reset.css">
<link rel="stylesheet" href="/kofair_case_seed/css/font.css">
<link rel="stylesheet" href="/kofair_case_seed/adm/style/layout.css">
<link rel="stylesheet" href="/kofair_case_seed/adm/style/common.css">
<link rel="stylesheet" href="/kofair_case_seed/adm/style/style.css">
<link rel="stylesheet" href="/kofair_case_seed/adm/style/popup.css">
<!-- css -->
<!-- js -->
@ -106,19 +113,19 @@
XHR(url, param, function(r){
var html = "";
html += '<tr>';
/* html += '<tr>';
if(parentId == 'cham'){
html += '<th scope="row" style="text-align: center;"><input type="checkbox" onclick="checkAll();"></th>'
/* html += '<th scope="row" style="text-align: center;">선택</th>'; */
html += '<th scope="row" style="text-align: center;">순번</th>';
/* html += '<th scope="row" style="text-align: center;">순번</th>';
html += '<th scope="row" style="text-align: center;">분야</th>';
html += '<th scope="row" style="text-align: center;">소속</th>';
html += '<th scope="row" style="text-align: center;">위원명</th>';
html += '<th scope="row" style="text-align: center;">위원기수</th>';
}else{
html += '<th scope="row" style="text-align: center;"><input type="checkbox" onclick="checkAll();"></th>'
html += '<th scope="row" style="text-align: center;"><input type="checkbox" onclick="checkAll();"></th>' */
/* html += '<th scope="row" style="text-align: center;">선택</th>'; */
html += '<th scope="row" style="text-align: center;">순번</th>';
/*html += '<th scope="row" style="text-align: center;">순번</th>';
html += '<th scope="row" style="text-align: center;">사건번호</th>';
html += '<th scope="row" style="text-align: center;">신청인</th>';
html += '<th scope="row" style="text-align: center;">피신청인</th>';
@ -126,7 +133,7 @@
html += '<th scope="row" style="text-align: center;">조정결과(소분류)</th>';
html += '<th scope="row" style="text-align: center;">담당자</th>';
}
html += '</tr>';
html += '</tr>'; */
if(r.data.length != 0){
$.each(r.data, function(k,v) {
@ -231,7 +238,7 @@
</script>
</head>
<body class="seedPop">
<body class="seedPop window_popup">
<form:form name="frm" id="frm" action="" method="post">
<article class="menu_none">
@ -242,9 +249,11 @@
<input type="hidden" id="caseGubun" name="caseGubun" value="${caseGubun }"/>
<input type="hidden" id="chk"/>
<strong style="margin-left: 5px;">전체 : <span id="totcnt">0</span>건</strong>
<div style="width:100%; height:420px; overflow:auto">
<table class="readTable" style="text-align: center;">
<div class="table_top">
<strong class="table_total_text">전체 : <span class="color_blue fw_bold" id="totcnt">0</span>건</strong>
</div>
<div class="table_col mt15" style="width:100%; height:420px; overflow:auto">
<table>
<caption>조회 화면입니다.</caption>
<colgroup>
<col style="width: 7%;" />
@ -264,26 +273,28 @@
<col style="width: 25%;" />
</c:if>
</colgroup>
<tbody id="list">
<thead>
<tr>
<th scope="row" style="text-align: center;"><input type="checkbox" onclick="checkAll();"></th>
<c:if test="${parentId eq 'sim' or parentId eq 'bogo' or parentId eq 'josu'}">
<th scope="row" style="text-align: center;">순번</th>
<th scope="row" style="text-align: center;">사건번호</th>
<th scope="row" style="text-align: center;">신청인</th>
<th scope="row" style="text-align: center;">피신청인</th>
<th scope="row" style="text-align: center;">조정결과(대분류)</th>
<th scope="row" style="text-align: center;">조정결과(소분류)</th>
<th scope="row" style="text-align: center;">담당자</th>
</c:if>
<c:if test="${parentId eq 'cham'}">
<th scope="row" style="text-align: center;">순번</th>
<th scope="row" style="text-align: center;">분야</th>
<th scope="row" style="text-align: center;">소속</th>
<th scope="row" style="text-align: center;">위원명</th>
<th scope="row" style="text-align: center;">위원기수</th>
</c:if>
<c:if test="${parentId eq 'sim' or parentId eq 'bogo' or parentId eq 'josu'}">
<th scope="row" style="text-align: center;">순번</th>
<th scope="row" style="text-align: center;">사건번호</th>
<th scope="row" style="text-align: center;">신청인</th>
<th scope="row" style="text-align: center;">피신청인</th>
<th scope="row" style="text-align: center;">조정결과(대분류)</th>
<th scope="row" style="text-align: center;">조정결과(소분류)</th>
<th scope="row" style="text-align: center;">담당자</th>
</c:if>
<c:if test="${parentId eq 'cham'}">
<th scope="row" style="text-align: center;">순번</th>
<th scope="row" style="text-align: center;">분야</th>
<th scope="row" style="text-align: center;">소속</th>
<th scope="row" style="text-align: center;">위원명</th>
<th scope="row" style="text-align: center;">위원기수</th>
</c:if>
</tr>
</thead>
<tbody id="list">
<tr>
<td colspan="7">검색된 결과가 없습니다.</td>
</tr>
@ -291,8 +302,8 @@
</table>
</div>
</div>
<div style="text-align: center;">
<button type="button" onclick="selItem();">추가</button>
<div class="btn_wrap center" style="text-align: center;">
<button type="button" class="btn btn_text btn_36 blue_fill" onclick="selItem();">추가</button>
</div>
</article>

View File

@ -30,6 +30,13 @@
<link rel="stylesheet" href="/css/picker.default.css">
<link rel="stylesheet" href="/css/picker.default.date.css">
<link rel="stylesheet" href="/css/case/common.css">
<link rel="stylesheet" href="/kofair_case_seed/css/reset.css">
<link rel="stylesheet" href="/kofair_case_seed/css/font.css">
<link rel="stylesheet" href="/kofair_case_seed/adm/style/layout.css">
<link rel="stylesheet" href="/kofair_case_seed/adm/style/common.css">
<link rel="stylesheet" href="/kofair_case_seed/adm/style/style.css">
<link rel="stylesheet" href="/kofair_case_seed/adm/style/popup.css">
<!-- css -->
<!--[if lt IE 9]>
@ -46,12 +53,11 @@
<script src="/js/common_XHR.js"></script>
<script src="/js/common.js"></script>
</head>
<body>
<h2 class="mb10 mt30">■ 출석현황</h2>
<body class="window_popup">
<h2 class="title depth02 mb15">■ 출석현황</h2>
<form name="frm" id="frm" action="" method="post">
<input type="hidden" name="caseNo" value="${param.caseNo }">
<div class="form-wrap">
<div class="table-layout br-none">
<div class="table_col">
<table>
<caption>분쟁조정 사례 테이블입니다.</caption>
<colgroup>
@ -63,14 +69,14 @@
<col style="width:10%">
</colgroup>
<thead>
<tr>
<th scope="col">출석요구일자</th>
<th scope="col">출석예정일자</th>
<th scope="col">출석일자</th>
<th scope="col">대상</th>
<th scope="col">출석여부</th>
<th scope="col">삭제</th>
</tr>
<tr>
<th scope="col">출석요구일자</th>
<th scope="col">출석예정일자</th>
<th scope="col">출석일자</th>
<th scope="col">대상</th>
<th scope="col">출석여부</th>
<th scope="col">삭제</th>
</tr>
</thead>
<tbody id="innertBox">
<tr>
@ -79,10 +85,9 @@
</tbody>
</table>
</div>
</div>
<div class="ac mt20 mb60">
<button type="button" id="fileReqIn" class="btn-default violet responsive">저장</button>
<button type="button" class="btn-default responsive returnList" onclick="window.close()">닫기</button>
<div class="btn_wrap center ac mt20 mb60">
<button type="button" id="fileReqIn" class="btn btn_text btn_36 blue_fill btn-default violet">저장</button>
<button type="button" class="btn btn_text btn_36 gray_fill btn-default returnList" onclick="window.close()">닫기</button>
</div>
</form>
<form name="frmTemp" id="frmTemp" action="" method="post">

View File

@ -12,10 +12,10 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<![endif]-->
<title>자료요구현황</title>
<link rel="shortcut icon" href="/img/favicon.ico" type="image/x-icon">
<link rel="icon" href="/img/favicon.ico" type="image/x-icon">
<link rel="shortcut icon" href="/img/favicon.ico" type="image/x-icon">
<link rel="icon" href="/img/favicon.ico" type="image/x-icon">
<!-- css -->
<link rel="stylesheet" href="/css/seed.reset.css">
<link rel="stylesheet" href="/css/seed.layout.css">
@ -30,6 +30,13 @@
<link rel="stylesheet" href="/css/picker.default.css">
<link rel="stylesheet" href="/css/picker.default.date.css">
<link rel="stylesheet" href="/css/case/common.css">
<link rel="stylesheet" href="/kofair_case_seed/css/reset.css">
<link rel="stylesheet" href="/kofair_case_seed/css/font.css">
<link rel="stylesheet" href="/kofair_case_seed/adm/style/layout.css">
<link rel="stylesheet" href="/kofair_case_seed/adm/style/common.css">
<link rel="stylesheet" href="/kofair_case_seed/adm/style/style.css">
<link rel="stylesheet" href="/kofair_case_seed/adm/style/popup.css">
<!-- css -->
<!--[if lt IE 9]>
@ -49,12 +56,11 @@
<script src="/js/common.js"></script>
<!-- js -->
</head>
<body>
<h2 class="mb10 mt30">■ 자료요구현황</h2>
<body class="window_popup">
<h2 class="title depth02 mb15">■ 자료요구현황</h2>
<form name="frm" id="frm" action="" method="post">
<input type="hidden" name="caseNo" value="${param.caseNo }">
<div class="form-wrap">
<div class="table-layout br-none">
<div class="table_col">
<table>
<caption>자료 요구현황 테이블입니다.</caption>
<colgroup>
@ -82,11 +88,10 @@
</tbody>
</table>
</div>
</div>
<div class="ac mt20 mb60">
<button type="button" id="fileReqIn" class="btn-default violet responsive">저장</button>
<button type="button" class="btn-default responsive returnList" onclick="window.close()">닫기</button>
</div>
<div class="btn_wrap center ac mt20 mb60">
<button type="button" id="fileReqIn" class="btn btn_text btn_36 blue_fill btn-default violet">저장</button>
<button type="button" class="btn btn_text btn_36 gray_fill btn-default returnList" onclick="window.close()">닫기</button>
</div>
</form>
<form name="frmTemp" id="frmTemp" action="" method="post">
<input type="hidden" name="seqNo" id="seqNo" value="">
@ -136,7 +141,7 @@
htmlVal +='</select>';
htmlVal +='</td>';
htmlVal +='<td>';
htmlVal +='<button type="button" class="btn-default" onclick="dataDel('+r.data[i].seqNo+');">삭제</button>';
htmlVal +='<button type="button" class="btn btn_text btn_30 red_border btn-default" onclick="dataDel('+r.data[i].seqNo+');">삭제</button>';
htmlVal +='<input type="hidden" name="seqNo_'+i+'" id="seqNo_'+i+'" value="'+r.data[i].seqNo+'">';
htmlVal +='</td>';
htmlVal +='</tr>';

View File

@ -1,7 +1,7 @@
<%@ page language='java' contentType='text/html; charset=UTF-8'%>
<%@ taglib uri='http://java.sun.com/jsp/jstl/core' prefix='c' %>
<%@ taglib uri='http://www.springframework.org/tags/form' prefix='form'%>
<link rel="stylesheet" href="/kofair_case_seed/usr/style/info.css">
<!-------------------------------------------------->
<div class="sub_content apl_info_content">
@ -16,41 +16,36 @@
<h3 class="sub_con_tit">오시는 길</h3>
<p class="sub_con_sub_tit">한국공정거래조정원의 위치 및 오시는 길을 알려드립니다.</p>
<div class="tab_contents system_info active">
<div class="mgt30 map_wrap1">
<!-- * Daum 지도 -->
<!-- 1. 지도 노드 -->
<div id="daumRoughmapContainer1472776991323" class="root_daum_roughmap root_daum_roughmap_landing"></div>
<!-- 2. 설치 스크립트 -->
<script charset="UTF-8" class="daum_roughmap_loader_script" src="http://dmaps.daum.net/map_js_init/roughmapLoader.js"></script>
<!-- 3. 실행 스크립트 -->
<script charset="UTF-8">
var MYMAP;
$(document).ready(function(){
$(window).resize(function(){
clearTimeout(MYMAP);
MYMAP = setTimeout(rszWin,500);
});
rszWin();
});
var rszWin = function(){
$('#daumRoughmapContainer1472776991323').empty();
mapLoading();
}
var mapLoading = function(){
new daum.roughmap.Lander({
"timestamp" : "1472776991323",
"key" : "ctqo",
"mapWidth" : "600",
"mapHeight" : "300"
}).render();
}
</script>
<div class="directions_content">
<!-- * Daum 지도 -->
<!-- 1. 지도 노드 -->
<div id="daumRoughmapContainer1472776991323" class="map_area root_daum_roughmap root_daum_roughmap_landing"></div>
<!-- 2. 설치 스크립트 -->
<script charset="UTF-8" class="daum_roughmap_loader_script" src="http://dmaps.daum.net/map_js_init/roughmapLoader.js"></script>
<!-- 3. 실행 스크립트 -->
<script charset="UTF-8">
var MYMAP;
$(document).ready(function(){
$(window).resize(function(){
clearTimeout(MYMAP);
MYMAP = setTimeout(rszWin,500);
});
rszWin();
});
var rszWin = function(){
$('#daumRoughmapContainer1472776991323').empty();
mapLoading();
}
var mapLoading = function(){
new daum.roughmap.Lander({
"timestamp" : "1472776991323",
"key" : "ctqo",
}).render();
}
</script>
<div class="map_box">
<img src="/kofair_case_seed/usr/images/info/logo.png" alt="">
<ul class="adress_ul">
@ -80,6 +75,80 @@
<!-- 버스 이용 시 -->
<b class="title orange_border blue_border">버스 이용 시</b>
<div class="item_list">
<div class="icon_box">
<i class="icon bus"></i>
</div>
<ul>
<li>- 서울역 YTN 빌딩 앞 : 149, 151, 152, 162, 202, 500, 501, 502, 503, 505, 056, 701, 702, 703</li>
<li>- 염천교 : 163, 261, 262, 263, 604, 7017</li>
<li>- 시청앞 : 150, 1711, 406, 408, 421, 504, 507, 603, 700, 7019, 7011, 7022</li>
</ul>
</div>
</div>
<!-- <div class="tab_contents system_info active">
<div class="mgt30 map_wrap1">
* Daum 지도
1. 지도 노드
<div id="daumRoughmapContainer1472776991323" class="root_daum_roughmap root_daum_roughmap_landing"></div>
2. 설치 스크립트
<script charset="UTF-8" class="daum_roughmap_loader_script" src="http://dmaps.daum.net/map_js_init/roughmapLoader.js"></script>
3. 실행 스크립트
<script charset="UTF-8">
var MYMAP;
$(document).ready(function(){
$(window).resize(function(){
clearTimeout(MYMAP);
MYMAP = setTimeout(rszWin,500);
});
rszWin();
});
var rszWin = function(){
$('#daumRoughmapContainer1472776991323').empty();
mapLoading();
}
var mapLoading = function(){
new daum.roughmap.Lander({
"timestamp" : "1472776991323",
"key" : "ctqo",
"mapWidth" : "600",
"mapHeight" : "300"
}).render();
}
</script>
<div class="map_box">
<img src="/kofair_case_seed/usr/images/info/logo.png" alt="">
<ul class="adress_ul">
<li>
<p class="title">주소</p>
<span>서울 중구 세종대로 39 상공회의소회관 9층</span>
</li>
<li>
<p class="title">전화</p>
<span>1588-1490</span>
</li>
</ul>
</div>
지하철 이용 시
<b class="title orange_border blue_border">지하철 이용 시</b>
<div class="item_list">
<div class="icon_box">
<i class="icon subway"></i>
</div>
<ul>
<li><span class="subway_text subway_1">1</span>호선 서울역 3번 출구 : YTN 방향 도보 5분</li>
<li><span class="subway_text subway_2">2</span>호선 시청역 9번 출구 : 삼성본관방향 도보 5분</li>
<li><span class="subway_text subway_4">4</span>호선 회현역 5번 출구 : 숭례문방향 도보 5분</li>
</ul>
</div>
버스 이용 시
<b class="title orange_border blue_border">버스 이용 시</b>
<div class="item_list">
<div class="icon_box">
<i class="icon bus"></i>
@ -93,7 +162,7 @@
</div>
<!--
<div class="map_wrap2 clear">
<div class="map_l">
<h4 class="mgb10 inblock indent tit3">지하철 이용 시</h4>
@ -121,8 +190,8 @@
</ul>
</div>
</div>
-->
</div>
</div> -->
</div>

View File

@ -0,0 +1,23 @@
@charset "utf-8";
/* title */
.title.depth01{font-size:18px;font-weight:600;}
.title.depth02{font-size:16px;font-weight:500;}
.title.depth03{font-size:14px;font-weight:500;}
/* popup */
.window_popup{padding:30px;background:#fff;}
.window_popup .table-layout table tr th,
.window_popup .table-layout table tr th label,
.window_popup .col-table.data-table table tr th,
.window_popup .col-table.data-table table tr th label,
.window_popup .table-layout table tr td,
.window_popup .col-table.data-table table tr td{font-size:14px;padding:5px 10px;}
.window_popup .table-layout table tr th,
.window_popup .col-table.data-table table tr th,
.window_popup .table-layout table tr td,
.window_popup .col-table.data-table table tr td{height:40px;vertical-align:middle;}
.window_popup .table_col{border-top:2px solid #222;}
.window_popup .table_col thead th{height:40px;font-size:14px;font-weight:500;color:#333;background:#f4f5f6;border-bottom:1px solid #d5d5d5;vertical-align:middle;}
.window_popup .table_col tbody td{height:40px;font-size:14px;font-weight:300;color:#555;text-align:center;border-bottom:1px solid #e5e5e5;vertical-align:middle;}

View File

@ -21,19 +21,6 @@
.wrap .cont_wrap .cont_nav{display:none;}
.wrap .cont_wrap .cont{padding:0;}
/* popup */
.window_popup{padding:30px;background:#fff;}
.window_popup .table-layout table tr th,
.window_popup .table-layout table tr th label,
.window_popup .col-table.data-table table tr th,
.window_popup .col-table.data-table table tr th label,
.window_popup .table-layout table tr td,
.window_popup .col-table.data-table table tr td{font-size:14px;padding:5px 10px;}
.window_popup .table-layout table tr th,
.window_popup .col-table.data-table table tr th,
.window_popup .table-layout table tr td,
.window_popup .col-table.data-table table tr td{height:40px;vertical-align:middle;}
/* title */
form h3,.title.depth02{font-size:20px;font-weight:bold;}
.title.depth03{font-size:18px;font-weight:bold;}
@ -221,6 +208,8 @@ div.webnote_toolbar_container{display:flex;}
.confer_content .btn_wrap .area_left,.confer_content .btn_wrap .area_right{display:flex;align-item:center;gap:8px;}
.confer_content .cs-panel.bbs-view-layout{border-left:0;border-right:0;}
.confer_content .green_border{vertical-align:baseline;}
.confer_content .table-layout select{width:95%;}
.confer_content .table-layout thead tr:nth-child(2) th:last-child{border-right:0 !important;}
/* 협의회이관 관리 */
.price_table table td{padding:0;}

View File

@ -4,6 +4,7 @@
.main .icon.pause{width:9px;height:16px;background:url(/kofair_case_seed/usr/images/main/icon_slide_pause.png) no-repeat center center;}
.main .icon.play{width:9px;height:16px;background:url(/kofair_case_seed/usr/images/main/icon_slide_play.png) no-repeat center center;}
.main .icon.arrow.right{width:9px;height:16px;background:url(/kofair_case_seed/usr/images/main/icon_slide_next.png) no-repeat center center;margin:0 0 0 3px;}
.main .footer .icon.arrow.right{width:7px;height:13px;background:url(/kofair_case_seed/usr/images/component/icon_arrow_right.png) no-repeat center center;margin:-3px 0 0 6px;}
/* 바로가기 */
@ -21,7 +22,7 @@
.baro_content .baro_link.darkblue_box:hover{background:#1f309f;}
.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::after{position:absolute;content:"";width:34px;height:4px;background:#6b75c9;left:0;bottom:0;}
.baro_title::after{position:absolute;content:"";width:34px;height:4px;background:#bed4fb;left:0;bottom:0;}
.darkblue_box .baro_title, .blue_box .baro_title{color:#fff;}
.baro_text{font-size:1.8rem;font-weight:400;color:#6b75c9;}
.darkblue_box .baro_text{color:#bfd4fa;}
@ -142,6 +143,11 @@
/* ==================== 테블릿 ==================== */
@media screen and (max-width: 1199px){
.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.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;}
/* 바로가기 */
.baro_title{font-size:3.2rem;letter-spacing:-2px;text-align:center;}
@ -156,9 +162,7 @@
.case_content .title .btn_plus{width:60px;height:60px;}
.case_content .title .btn_plus i{width:100%;height:100%;background:url(/kofair_case_seed/usr/images/component/icon_plus_60.png) no-repeat center center;}
.case_content .case_slide_util .btn.only_icon{width:60px;height:60px;margin:0;padding: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.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;}
.case_content .case{padding:40px;}
.case_content .case_type_box{height:48px;font-size:3.2rem;border-radius:10px;margin:0 0 20px 0;}
.case_content .case_type{font-size:3.2rem;padding:0 0 30px 0;margin:0 0 30px 0;border-bottom:3px dotted #e0e0e0;}
@ -169,7 +173,7 @@
.notice_content,.news_content,.callcenter_content{width:100%;border-radius:20px;;}
/* 자주하는 질문 + 공지사항 */
.notice_content .tab{font-size:3.8rem;}
.notice_content .tab_content{margin:55px 0 0 0;}
.notice_content .tab_content{height:440px;margin:55px 0 0 0;}
.notice_content .tab_content .btn_plus{width:60px;height:60px;left:434px;top:35px;}
.notice_content .tab_content .btn_plus .icon.plus{width:100%;height:100%;background:url(/kofair_case_seed/usr/images/component/icon_plus_60.png) no-repeat center center;}
.notice_content a{font-size:3.4rem;padding:0 0 30px 30px;}
@ -188,7 +192,7 @@
/* //뉴스레터 */
/* 콜센터 */
.callcenter_content{background-position:calc(100% - 10px) bottom;}
.callcenter_content{width:100% !important;background-position:calc(100% - 10px) bottom !important;}
.callcenter_content a{padding:40px;}
.callcenter_content .title{font-size:3.2rem;padding:3px 26px;}
.callcenter_content p{font-size:2.8rem;}
@ -205,6 +209,8 @@
/* ==================== 모바일 ==================== */
@media screen and (max-width: 767px){
.main .footer .icon.arrow.right{width:7px;height:13px;background:url(/kofair_case_seed/usr/images/component/icon_arrow_right.png) no-repeat center center;margin:-4px 0 0 6px;}
/* 비주얼 */
.visual{padding:35px 0;}
@ -243,7 +249,7 @@
.notice_content .tab.active{text-decoration-thickness:3px;}
.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_content.active{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 .icon.plus{background-size:100%;margin:0;;}
.notice_content a{font-size:1.7rem;padding:0 0 15px 8px;}
@ -264,7 +270,7 @@
/* //뉴스레터 */
/* 콜센터 */
.callcenter_content{border-radius:10px;background-position:center bottom;}
.callcenter_content{border-radius:10px;background-position:center bottom !important;}
.callcenter_content a{padding:30px 30px 150px 30px;text-align:center;}
.callcenter_content .title{font-size:1.6rem;}
.callcenter_content p{font-size:1.4rem;}

View File

@ -34,7 +34,7 @@
.process_content .terms_info p{font-size:1.7rem;font-weight:400;color:#666;line-height:1.5;margin:10px 0 0 0;}
/* 오시는 길 */
.map_area{width:100%;height:330px;}
.map_area{width:100%;height:auto;}
.map_box{display:flex;background:#f4f5f7;border-radius:0 0 5px 5px;padding:30px 90px;align-items:center;}
.map_box .adress_ul{position:relative;display:flex;padding:0 0 0 60px;margin:0 0 0 60px;align-items:flex-start;gap:60px;}
.map_box .adress_ul::after{position:absolute;content:"";width:1px;height:40px;background:#d8d8d8;top:50%;left:0;transform:translateY(-50%);}

View File

@ -134,7 +134,7 @@ html{font-size:62.5%;}
.m_menu_depth01_li{width:100%;border-top:2px solid #2e40b4;}
.m_menu_depth01_li:last-child{border-bottom:2px solid #d8d8d8;}
.m_menu_depth01{width:100%;height:97px;padding:0 32px;font-size:3.6rem;font-weight:bold;color:#2e40b4;text-align:left;background:#fff url(/kofair_case_seed/usr/images/component/icon_menu_slide_down.png) no-repeat calc(100% - 32px) center;}
.active .m_menu_depth01{background:#fff url(/kofair_case_seed/usr/images/component/icon_menu_slide_up.png) no-repeat calc(100% - 32px) center;}
.active>.m_menu_depth01{background:#fff url(/kofair_case_seed/usr/images/component/icon_menu_slide_up.png) no-repeat calc(100% - 32px) center;}
.m_sub_menu>li{border-top:2px solid #d8d8d8;background:#f4f5f7;padding:0 64px;}
.m_sub_menu .title{display:flex;height:80px;font-size:3.4rem;font-weight:bold;color:#333;align-items:center;}
.m_sub_menu .m_sub_depth02{display:flex;font-size:3.4rem;color:#5b5b5b;flex-wrap:wrap;gap:34px 0;margin:20px 0 0 0;padding:0 0 43px 0;}
@ -178,6 +178,7 @@ html{font-size:62.5%;}
.mobile_header .all_menu_wrap .top_area{height:63px;padding:0 30px;}
.m_menu_depth01{height:48.5px;padding:0 16px;font-size:1.8rem;}
.active .m_menu_depth01{background-size:15px 9px;}
.m_sub_menu>li{padding:10px 32px;border-top:1px solid #d8d8d8;}
.m_sub_menu .title{height:40px;font-size:1.7rem;}
.m_sub_menu .m_sub_depth02{font-size:1.7rem;gap:17px 0;margin:10px 0 0 0;padding:0 0 21px;}

View File

@ -257,9 +257,10 @@
.lnb{display:none;}
.sub_visual h2{font-size:4.2rem;}
.sub_content{width:100%;margin:0;}
.page_location{width:calc(100% + 60px);height:80px;border-bottom:2px solid #2e40ba;margin:0 0 0 -30px;padding:0 0 0 30px;gap:50px;}
.page_location{width:calc(100% + 60px);height:80px;border-bottom:2px solid #2e40ba;margin:0 0 0 -30px;padding:0 0 0 30px;gap:50px;flex-wrap:unset;white-space:nowrap;}
.page_location li{font-size:3.2rem;padding:0;}
.page_location li:first-child{padding:0;}
.page_location li:last-child{white-space:nowrap;text-overflow:ellipsis;overflow:hidden;}
.page_location li::after{width:11px;height:20px;background:url(/kofair_case_seed/usr/images/component/icon_arrow_right_m.png) right center;right:-30px;top:12px;}
.page_location .icon.home{width:28px;height:28px;margin:-3px 0 0 0;background:url(/kofair_case_seed/usr/images/component/icon_home_m.png) no-repeat top center;}
@ -423,7 +424,7 @@
.sub_visual{height:80px;background-size:auto 100%;background-position:right center;}
.sub_visual h2{font-size:2.1rem;}
.page_location{min-height:40px;height:auto;gap:0 25px;flex-wrap:wrap;}
.page_location{min-height:40px;height:auto;gap:0 25px;}
.page_location li{font-size:1.6rem;}
.page_location li::after{width:7px;height:13px;background:url(/kofair_case_seed/usr/images/component/icon_arrow_right.png) no-repeat center center;top:5px;right:-15px;}
.page_location .icon.home{width:19px;height:19px;background:url(/kofair_case_seed/usr/images/component/icon_home.png) no-repeat center center;}