feat: 발주기관 > '관리 시추정보 현황'에서 테이블 넓이 통일
parent
25c1ee3a29
commit
d9bf09221f
10
list.txt
10
list.txt
|
|
@ -1,9 +1,15 @@
|
||||||
src\main\resources\egovframework\egovProps\globals.properties
|
#src\main\resources\egovframework\egovProps\globals.properties
|
||||||
#src\main\java\geoinfo\regi\manageList\ManageExcelUploadProc01Controller.java
|
#src\main\java\geoinfo\regi\manageList\ManageExcelUploadProc01Controller.java
|
||||||
#src\main\webapp\WEB-INF\views\web\input\excel_step00.jsp
|
#src\main\webapp\WEB-INF\views\web\input\excel_step00.jsp
|
||||||
#src\main\webapp\WEB-INF\views\web\input\excel_step31.jsp
|
#src\main\webapp\WEB-INF\views\web\input\excel_step31.jsp
|
||||||
#src\main\webapp\com\css\common.v2.0.css
|
#src\main\webapp\com\css\common.v2.0.css
|
||||||
#src\main\webapp\com\css\common.v2.0.css.map
|
#src\main\webapp\com\css\common.v2.0.css.map
|
||||||
src\main\webapp\WEB-INF\views\web\manage\list_reg.jsp
|
#src\main\webapp\WEB-INF\views\web\manage\list_reg.jsp
|
||||||
|
|
||||||
src\main\webapp\js\map\main\map.js
|
src\main\webapp\js\map\main\map.js
|
||||||
|
src\main\webapp\WEB-INF\views\drilling\common\includeTopMenu.jsp
|
||||||
|
src\main\webapp\WEB-INF\views\drilling\home\drilling_index.jsp
|
||||||
|
src\main\webapp\com\css\common.v2.0.css
|
||||||
|
src\main\webapp\com\css\common.v2.0.css.map
|
||||||
|
src\main\webapp\com\img\drilling\maps\dokdo_active_alone.svg
|
||||||
|
src\main\webapp\com\img\drilling\maps\uleungdo_active_alone.svg
|
||||||
|
|
@ -139,10 +139,10 @@ public class DrillingInquiryServiceImpl implements DrillingInquiryService {
|
||||||
projectStateCodeName = "검수 중";
|
projectStateCodeName = "검수 중";
|
||||||
break;
|
break;
|
||||||
case 4:
|
case 4:
|
||||||
projectStateCodeName = "수정 요청";
|
projectStateCodeName = "수정 요청_";
|
||||||
break;
|
break;
|
||||||
case 5:
|
case 5:
|
||||||
projectStateCodeName = "검수 완료";
|
projectStateCodeName = "수정 요청";
|
||||||
break;
|
break;
|
||||||
case 6:
|
case 6:
|
||||||
projectStateCodeName = "등록 완료";
|
projectStateCodeName = "등록 완료";
|
||||||
|
|
|
||||||
|
|
@ -27,13 +27,15 @@
|
||||||
<header class="drilling-wrap-header">
|
<header class="drilling-wrap-header">
|
||||||
<div id="header_cont">
|
<div id="header_cont">
|
||||||
<div class="wrap_header_top">
|
<div class="wrap_header_top">
|
||||||
<!-- logo -->
|
|
||||||
<c:if test="${'025' == masterCompanyCode}">
|
<!-- 국토지반정보 통합DB센터 logo -->
|
||||||
<h1 class="logo logo-05"><a href="/drilling/index.do">서울지방국토관리청</a></h1>
|
<div id="wrap_global">
|
||||||
</c:if>
|
<ul id="util">
|
||||||
<c:if test="${'709' == masterCompanyCode}">
|
<li><a href="/"><img src="/com/img/drilling/logos/geoinfo-logo.png" class="geoinfo-logo" alt="국토지반정보시스템 메인으로 이동" /></a></li>
|
||||||
<h1 class="logo logo-03"><a href="/drilling/index.do">서울지방국토관리청</a></h1>
|
</ul>
|
||||||
</c:if>
|
</div>
|
||||||
|
<!-- //국토지반정보 통합DB센터 logo -->
|
||||||
|
|
||||||
<!-- //logo -->
|
<!-- //logo -->
|
||||||
<div class="search_top_hd">
|
<div class="search_top_hd">
|
||||||
<a href="javascript:void(0)" class="search_btn">검색영역열기</a>
|
<a href="javascript:void(0)" class="search_btn">검색영역열기</a>
|
||||||
|
|
@ -46,21 +48,29 @@
|
||||||
</div>
|
</div>
|
||||||
</fieldset>
|
</fieldset>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<!-- 지방청 logo -->
|
||||||
|
<c:if test="${'025' == masterCompanyCode}">
|
||||||
|
<h1 class="logo logo-05"><a href="/drilling/index.do">대전지방국토관리청</a></h1>
|
||||||
|
</c:if>
|
||||||
|
<c:if test="${'709' == masterCompanyCode}">
|
||||||
|
<h1 class="logo logo-03"><a href="/drilling/index.do">부산지방국토관리청</a></h1>
|
||||||
|
</c:if>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="wrap_menu">
|
<div class="wrap_menu">
|
||||||
<div class="wrap_area">
|
<div class="wrap_area">
|
||||||
<!-- global -->
|
|
||||||
<div id="wrap_global">
|
|
||||||
<ul id="util">
|
|
||||||
<li><a href="/"><img src="/com/img/drilling/logos/geoinfo-logo.png" class="geoinfo-logo" alt="국토지반정보시스템 메인으로 이동" /></a></li>
|
|
||||||
</ul>
|
|
||||||
</div>
|
|
||||||
<!-- //global -->
|
|
||||||
|
|
||||||
<!-- gnb -->
|
<!-- gnb -->
|
||||||
<nav class="gnb" id="gnb">
|
<nav class="gnb" id="gnb">
|
||||||
<ul>
|
<ul>
|
||||||
|
|
||||||
|
<li class="">
|
||||||
|
<a href="/drilling/index.do">
|
||||||
|
홈
|
||||||
|
</a>
|
||||||
|
</li>
|
||||||
<li class="">
|
<li class="">
|
||||||
<a href="/topMenuSelect.do?url=center&src=drilling">
|
<a href="/topMenuSelect.do?url=center&src=drilling">
|
||||||
센터소개
|
센터소개
|
||||||
|
|
|
||||||
|
|
@ -14,28 +14,40 @@
|
||||||
<div id="wrap_container" class="main">
|
<div id="wrap_container" class="main">
|
||||||
<div id="content" class="wrap_cont">
|
<div id="content" class="wrap_cont">
|
||||||
<!-- 비쥬얼 이미지 -->
|
<!-- 비쥬얼 이미지 -->
|
||||||
<div class="wrap_visual">
|
<div class="wrap_visual" onclick="onClickBtnViewOnMap()">
|
||||||
|
|
||||||
<img src="/com/img/drilling/maps/01_active.svg" class="my-map rok region" id="my-map-rok-region-01" alt="서울지방국토관리청 영역"title="서울지방국토관리청 영역" />
|
|
||||||
<div class="region-item" id="region-item-01">
|
<div class="region-item" id="region-item-01">
|
||||||
<div class="region-alone" id="region-alone-01" title="서울지방국토관리청 영역"></div>
|
|
||||||
<div class="region-logo" id="region-logo-01" title="서울지방국토관리청"></div>
|
<c:choose>
|
||||||
|
<c:when test="${'thkim' == masterCompanyCode}">
|
||||||
|
<div class="region-logo active" id="region-logo-01" title="서울지방국토관리청"></div>
|
||||||
|
<div class="region-alone active" id="region-alone-01" title="서울지방국토관리청 영역"></div>
|
||||||
|
</c:when>
|
||||||
|
<c:otherwise>
|
||||||
|
<div class="region-alone" id="region-alone-01" title="서울지방국토관리청 영역"></div>
|
||||||
|
</c:otherwise>
|
||||||
|
</c:choose>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
<img src="/com/img/drilling/maps/02_active.svg" class="my-map rok region active" id="my-map-rok-region-02" alt="원주지방국토관리청에 오신것을 진심으로 환영합니다. WONJU REGIONAL OFFICE OF CONSTRUCTION MANAGEMENT" />
|
<img src="/com/img/drilling/maps/02_active.svg" class="my-map rok region active" id="my-map-rok-region-02" alt="원주지방국토관리청에 오신것을 진심으로 환영합니다. WONJU REGIONAL OFFICE OF CONSTRUCTION MANAGEMENT" />
|
||||||
<div class="region-item" id="region-item-02">
|
<div class="region-item" id="region-item-02">
|
||||||
<div class="region-logo" id="region-logo-02" title="원주지방국토관리청"></div>
|
<c:choose>
|
||||||
<div class="region-alone" id="region-alone-02" title="원주지방국토관리청 영역"></div>
|
<c:when test="${'thkim' == masterCompanyCode}">
|
||||||
|
<div class="region-logo active" id="region-logo-02" title="원주지방국토관리청"></div>
|
||||||
|
<div class="region-alone active" id="region-alone-02" title="원주지방국토관리청 영역"></div>
|
||||||
|
</c:when>
|
||||||
|
<c:otherwise>
|
||||||
|
<div class="region-alone" id="region-alone-02" title="원주지방국토관리청 영역"></div>
|
||||||
|
</c:otherwise>
|
||||||
|
</c:choose>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<img src="/com/img/drilling/maps/03_active.svg" class="my-map rok region" id="my-map-rok-region-03" alt="원주지방국토관리청에 오신것을 진심으로 환영합니다. WONJU REGIONAL OFFICE OF CONSTRUCTION MANAGEMENT" />
|
<img src="/com/img/drilling/maps/03_active.svg" class="my-map rok region" id="my-map-rok-region-03" alt="원주지방국토관리청에 오신것을 진심으로 환영합니다. WONJU REGIONAL OFFICE OF CONSTRUCTION MANAGEMENT" />
|
||||||
<div class="region-item" id="region-item-03">
|
<div class="region-item" id="region-item-03">
|
||||||
<div class="region-logo" id="region-logo-03" title="대전지방국토관리청"></div>
|
|
||||||
<c:choose>
|
<c:choose>
|
||||||
<c:when test="${'709' == masterCompanyCode}">
|
<c:when test="${'709' == masterCompanyCode}">
|
||||||
<%-- <div class="region-alone active" id="region-alone-03" title="대전지방국토관리청 영역"></div> --%>
|
<div class="region-logo active" id="region-logo-03" title="대전지방국토관리청"></div>
|
||||||
<div class="region-alone" id="region-alone-03" title="대전지방국토관리청 영역"></div>
|
<div class="region-alone active" id="region-alone-03" title="대전지방국토관리청 영역"></div>
|
||||||
</c:when>
|
</c:when>
|
||||||
<c:otherwise>
|
<c:otherwise>
|
||||||
<%-- masterCompanyCode가 '709'가 아닌 경우의 기본 처리 --%>
|
<%-- masterCompanyCode가 '709'가 아닌 경우의 기본 처리 --%>
|
||||||
|
|
@ -46,17 +58,23 @@
|
||||||
|
|
||||||
<img src="/com/img/drilling/maps/04_active.svg" class="my-map rok region" id="my-map-rok-region-04" alt="원주지방국토관리청에 오신것을 진심으로 환영합니다. WONJU REGIONAL OFFICE OF CONSTRUCTION MANAGEMENT" />
|
<img src="/com/img/drilling/maps/04_active.svg" class="my-map rok region" id="my-map-rok-region-04" alt="원주지방국토관리청에 오신것을 진심으로 환영합니다. WONJU REGIONAL OFFICE OF CONSTRUCTION MANAGEMENT" />
|
||||||
<div class="region-item" id="region-item-04">
|
<div class="region-item" id="region-item-04">
|
||||||
<div class="region-logo" id="region-logo-04" title="익산지방국토관리청"></div>
|
<c:choose>
|
||||||
<div class="region-alone" id="region-alone-04" title="익산지방국토관리청 영역"></div>
|
<c:when test="${'thkim' == masterCompanyCode}">
|
||||||
|
<div class="region-logo active" id="region-logo-04" title="익산지방국토관리청"></div>
|
||||||
|
<div class="region-alone active" id="region-alone-04" title="익산지방국토관리청 영역"></div>
|
||||||
|
</c:when>
|
||||||
|
<c:otherwise>
|
||||||
|
<div class="region-alone" id="region-alone-04" title="익산지방국토관리청 영역"></div>
|
||||||
|
</c:otherwise>
|
||||||
|
</c:choose>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<img src="/com/img/drilling/maps/05_active.svg" class="my-map rok region" id="my-map-rok-region-05" alt="원주지방국토관리청에 오신것을 진심으로 환영합니다. WONJU REGIONAL OFFICE OF CONSTRUCTION MANAGEMENT" />
|
<img src="/com/img/drilling/maps/05_active.svg" class="my-map rok region" id="my-map-rok-region-05" alt="원주지방국토관리청에 오신것을 진심으로 환영합니다. WONJU REGIONAL OFFICE OF CONSTRUCTION MANAGEMENT" />
|
||||||
<div class="region-item" id="region-item-05">
|
<div class="region-item" id="region-item-05">
|
||||||
<div class="region-logo" id="region-logo-05" title="부산지방국토관리청"></div>
|
|
||||||
<c:choose>
|
<c:choose>
|
||||||
<c:when test="${'025' == masterCompanyCode}">
|
<c:when test="${'025' == masterCompanyCode}">
|
||||||
<%-- <div class="region-alone active" id="region-alone-05" title="부산지방국토관리청 영역"></div> --%>
|
<div class="region-logo active" id="region-logo-05" title="부산지방국토관리청"></div>
|
||||||
<div class="region-alone" id="region-alone-05" title="부산지방국토관리청 영역"></div>
|
<div class="region-alone active" id="region-alone-05" title="부산지방국토관리청 영역"></div>
|
||||||
</c:when>
|
</c:when>
|
||||||
<c:otherwise>
|
<c:otherwise>
|
||||||
<%-- masterCompanyCode가 '709'가 아닌 경우의 기본 처리 --%>
|
<%-- masterCompanyCode가 '709'가 아닌 경우의 기본 처리 --%>
|
||||||
|
|
@ -67,8 +85,18 @@
|
||||||
|
|
||||||
<img src="/com/img/drilling/maps/02.png" class="my-map rok region" alt="원주지방국토관리청에 오신것을 진심으로 환영합니다. WONJU REGIONAL OFFICE OF CONSTRUCTION MANAGEMENT" />
|
<img src="/com/img/drilling/maps/02.png" class="my-map rok region" alt="원주지방국토관리청에 오신것을 진심으로 환영합니다. WONJU REGIONAL OFFICE OF CONSTRUCTION MANAGEMENT" />
|
||||||
|
|
||||||
<img src="/com/img/drilling/maps/uleungdo.svg" class="my-map uleungdo" alt="울릉도" title="울릉도" />
|
|
||||||
<img src="/com/img/drilling/maps/dokdo.svg" class="my-map dokdo" alt="독도" title="독도" />
|
|
||||||
|
<c:choose>
|
||||||
|
<c:when test="${'025' == masterCompanyCode}">
|
||||||
|
<img src="/com/img/drilling/maps/uleungdo_active_alone.svg" class="my-map uleungdo active" alt="울릉도" title="울릉도" />
|
||||||
|
<img src="/com/img/drilling/maps/dokdo_active_alone.svg" class="my-map dokdo active" alt="독도" title="독도" />
|
||||||
|
</c:when>
|
||||||
|
<c:otherwise>
|
||||||
|
<img src="/com/img/drilling/maps/uleungdo.svg" class="my-map uleungdo" alt="울릉도" title="울릉도" />
|
||||||
|
<img src="/com/img/drilling/maps/dokdo.svg" class="my-map dokdo" alt="독도" title="독도" />
|
||||||
|
</c:otherwise>
|
||||||
|
</c:choose>
|
||||||
</div>
|
</div>
|
||||||
<!-- //비쥬얼 이미지 -->
|
<!-- //비쥬얼 이미지 -->
|
||||||
|
|
||||||
|
|
@ -102,8 +130,9 @@
|
||||||
<!-- 튜토리얼 -->
|
<!-- 튜토리얼 -->
|
||||||
<div class="wrap_greeting">
|
<div class="wrap_greeting">
|
||||||
<h3>이용에 어려움이 있으신가요?</h3>
|
<h3>이용에 어려움이 있으신가요?</h3>
|
||||||
<p>본 시스템은 발주 기관의 건설현장 프로젝트 계획을 입력하는 시스템입니다. 이후 수주 기관은 입력된 프로젝트의 상세 내용을 입력합니다.</p>
|
<p>본 시스템은 발주 기관의 건설현장 프로젝트 계획을 입력하고 관리하는 시스템입니다. 매뉴얼을 통해 더 자세히 알아보세요.</p>
|
||||||
<a href="https://www.youtube.com/watch?v=zhPdDH72a7U" target="_blank" class="btn_shortcut"><i>매뉴얼 보기</i></a>
|
<a href="https://www.youtube.com/watch?v=zhPdDH72a7U" target="_blank" class="btn_shortcut"><i>매뉴얼 다운로드</i></a>
|
||||||
|
<p class="contact-info"><span class="contact-info-key">문의:</span> 031-995-0934(<a href="mailto:ryujisong@kict.re.kr">ryujisong@kict.re.kr</a>)</p>
|
||||||
</div>
|
</div>
|
||||||
<!-- //튜토리얼 -->
|
<!-- //튜토리얼 -->
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
|
|
@ -3370,8 +3370,8 @@ ul.faq-q > li textarea {
|
||||||
.drilling-wrap-header #header_cont h1.logo {
|
.drilling-wrap-header #header_cont h1.logo {
|
||||||
display: block;
|
display: block;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 31px;
|
top: 39px;
|
||||||
left: 0;
|
right: 0;
|
||||||
width: 258px;
|
width: 258px;
|
||||||
height: 50px;
|
height: 50px;
|
||||||
text-indent: -9999px;
|
text-indent: -9999px;
|
||||||
|
|
@ -3486,7 +3486,7 @@ ul.faq-q > li textarea {
|
||||||
.drilling-wrap-header #header_cont #wrap_global {
|
.drilling-wrap-header #header_cont #wrap_global {
|
||||||
height: 106px;
|
height: 106px;
|
||||||
padding-top: 45px;
|
padding-top: 45px;
|
||||||
text-align: right;
|
text-align: left;
|
||||||
}
|
}
|
||||||
.drilling-wrap-header #header_cont #util {
|
.drilling-wrap-header #header_cont #util {
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
|
@ -3600,33 +3600,14 @@ ul.faq-q > li textarea {
|
||||||
transform: rotate(45deg);
|
transform: rotate(45deg);
|
||||||
background: #ccc;
|
background: #ccc;
|
||||||
}
|
}
|
||||||
|
.drilling-wrap-header #header_cont .wrap_menu .wrap_area .gnb > ul > li > a:hover {
|
||||||
|
background: #002148;
|
||||||
|
color: #ffffff;
|
||||||
|
}
|
||||||
.drilling-wrap-header #header_cont .gnb li a:hover, .drilling-wrap-header #header_cont .gnb li a:focus {
|
.drilling-wrap-header #header_cont .gnb li a:hover, .drilling-wrap-header #header_cont .gnb li a:focus {
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
.drilling-wrap-header #header_cont .gnb > ul > li > a:hover:before, .drilling-wrap-header #header_cont .gnb > ul > li > a:hover:after,
|
|
||||||
.drilling-wrap-header #header_cont .gnb > ul > li > a:focus:before, .drilling-wrap-header #header_cont .gnb > ul > li > a:focus:after,
|
|
||||||
.drilling-wrap-header #header_cont .gnb li.active > a:before, .drilling-wrap-header #header_cont .gnb li.active > a:after {
|
|
||||||
content: "";
|
|
||||||
display: block;
|
|
||||||
position: absolute;
|
|
||||||
}
|
|
||||||
.drilling-wrap-header #header_cont .gnb > ul > li > a:hover:before, .drilling-wrap-header #header_cont .gnb > ul > li > a:focus:before, .drilling-wrap-header #header_cont .gnb li.active > a:before,
|
|
||||||
.drilling-wrap-header #header_cont .gnb > ul > li > a:hover:after, .drilling-wrap-header #header_cont .gnb > ul > li > a:focus:after, .drilling-wrap-header #header_cont .gnb li.active > a:after {
|
|
||||||
left: 50%;
|
|
||||||
border: 11px solid transparent;
|
|
||||||
}
|
|
||||||
.drilling-wrap-header #header_cont .gnb > ul > li > a:hover:before, .drilling-wrap-header #header_cont .gnb > ul > li > a:focus:before, .drilling-wrap-header #header_cont .gnb li.active > a:before {
|
|
||||||
display: none;
|
|
||||||
bottom: -21px;
|
|
||||||
border-top-color: #002249;
|
|
||||||
}
|
|
||||||
.drilling-wrap-header #header_cont .gnb > ul > li > a:hover:after, .drilling-wrap-header #header_cont .gnb > ul > li > a:focus:after, .drilling-wrap-header #header_cont .gnb li.active > a:after {
|
|
||||||
display: none;
|
|
||||||
bottom: -16px;
|
|
||||||
margin-left: -5px;
|
|
||||||
border-top-color: #d90000;
|
|
||||||
}
|
|
||||||
.drilling-wrap-header #header_cont .gnb .depth2_box {
|
.drilling-wrap-header #header_cont .gnb .depth2_box {
|
||||||
display: none;
|
display: none;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
|
@ -3712,6 +3693,7 @@ ul.faq-q > li textarea {
|
||||||
.drilling-wrap-header #header_cont .wrap_menu {
|
.drilling-wrap-header #header_cont .wrap_menu {
|
||||||
position: relative;
|
position: relative;
|
||||||
z-index: 500;
|
z-index: 500;
|
||||||
|
padding-top: 116px;
|
||||||
}
|
}
|
||||||
.drilling-wrap-header #header_cont .btnAllMn, .drilling-wrap-header #header_cont .btnToggleMn {
|
.drilling-wrap-header #header_cont .btnAllMn, .drilling-wrap-header #header_cont .btnToggleMn {
|
||||||
display: none;
|
display: none;
|
||||||
|
|
@ -3760,6 +3742,7 @@ ul.faq-q > li textarea {
|
||||||
}
|
}
|
||||||
.drilling-wrap-header #header_cont .logo, .drilling-wrap-header #header_cont .wrap_menu .logo a {
|
.drilling-wrap-header #header_cont .logo, .drilling-wrap-header #header_cont .wrap_menu .logo a {
|
||||||
background: url(/com/img/drilling/logos/02.png) no-repeat 0 0;
|
background: url(/com/img/drilling/logos/02.png) no-repeat 0 0;
|
||||||
|
background-size: 88%;
|
||||||
}
|
}
|
||||||
.drilling-wrap-header #header_cont .logo.logo-01 {
|
.drilling-wrap-header #header_cont .logo.logo-01 {
|
||||||
background-image: url(/com/img/drilling/logos/01.png);
|
background-image: url(/com/img/drilling/logos/01.png);
|
||||||
|
|
@ -4743,6 +4726,7 @@ ul.faq-q > li textarea {
|
||||||
border-radius: 20px;
|
border-radius: 20px;
|
||||||
background: #f5f5f5;
|
background: #f5f5f5;
|
||||||
margin-bottom: 0px;
|
margin-bottom: 0px;
|
||||||
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
.drilling-index .wrap_visual > img.rok {
|
.drilling-index .wrap_visual > img.rok {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|
@ -4777,9 +4761,9 @@ ul.faq-q > li textarea {
|
||||||
z-index: 4;
|
z-index: 4;
|
||||||
transition: all 0.5s ease;
|
transition: all 0.5s ease;
|
||||||
}
|
}
|
||||||
.drilling-index .wrap_visual > .region-item > .region-logo:hover {
|
.drilling-index .wrap_visual > .region-item > .region-logo.active {
|
||||||
width: 222.016482px;
|
width: 258px;
|
||||||
height: 37.002747px;
|
height: 43px;
|
||||||
z-index: 6;
|
z-index: 6;
|
||||||
}
|
}
|
||||||
.drilling-index .wrap_visual > .region-item > .region-alone {
|
.drilling-index .wrap_visual > .region-item > .region-alone {
|
||||||
|
|
@ -4791,6 +4775,10 @@ ul.faq-q > li textarea {
|
||||||
z-index: 2;
|
z-index: 2;
|
||||||
transition: all 0.3s ease;
|
transition: all 0.3s ease;
|
||||||
}
|
}
|
||||||
|
.drilling-index .wrap_visual > .region-item > .region-alone.active {
|
||||||
|
z-index: 3;
|
||||||
|
transform: scale(1);
|
||||||
|
}
|
||||||
.drilling-index .wrap_visual > .region-item > .region-logo:hover + .region-alone {
|
.drilling-index .wrap_visual > .region-item > .region-logo:hover + .region-alone {
|
||||||
z-index: 3;
|
z-index: 3;
|
||||||
transform: scale(1.2);
|
transform: scale(1.2);
|
||||||
|
|
@ -4804,6 +4792,7 @@ ul.faq-q > li textarea {
|
||||||
}
|
}
|
||||||
.drilling-index .wrap_visual > .region-item > .region-alone#region-alone-01.active {
|
.drilling-index .wrap_visual > .region-item > .region-alone#region-alone-01.active {
|
||||||
background-image: url(/com/img/drilling/maps/01_active.svg);
|
background-image: url(/com/img/drilling/maps/01_active.svg);
|
||||||
|
background-image: url(/com/img/drilling/maps/01_active_alone.svg);
|
||||||
}
|
}
|
||||||
.drilling-index .wrap_visual > .region-item > .region-logo:hover + .region-alone#region-alone-01 {
|
.drilling-index .wrap_visual > .region-item > .region-logo:hover + .region-alone#region-alone-01 {
|
||||||
background-image: url(/com/img/drilling/maps/01_active_alone.svg);
|
background-image: url(/com/img/drilling/maps/01_active_alone.svg);
|
||||||
|
|
@ -4817,6 +4806,7 @@ ul.faq-q > li textarea {
|
||||||
}
|
}
|
||||||
.drilling-index .wrap_visual > .region-item > .region-alone.active#region-alone-02 {
|
.drilling-index .wrap_visual > .region-item > .region-alone.active#region-alone-02 {
|
||||||
background-image: url(/com/img/drilling/maps/02_active.svg);
|
background-image: url(/com/img/drilling/maps/02_active.svg);
|
||||||
|
background-image: url(/com/img/drilling/maps/02_active_alone.svg);
|
||||||
}
|
}
|
||||||
.drilling-index .wrap_visual > .region-item > .region-logo:hover + .region-alone#region-alone-02 {
|
.drilling-index .wrap_visual > .region-item > .region-logo:hover + .region-alone#region-alone-02 {
|
||||||
background-image: url(/com/img/drilling/maps/02_active_alone.svg);
|
background-image: url(/com/img/drilling/maps/02_active_alone.svg);
|
||||||
|
|
@ -4830,6 +4820,7 @@ ul.faq-q > li textarea {
|
||||||
}
|
}
|
||||||
.drilling-index .wrap_visual > .region-item > .region-alone.active#region-alone-03 {
|
.drilling-index .wrap_visual > .region-item > .region-alone.active#region-alone-03 {
|
||||||
background-image: url(/com/img/drilling/maps/03_active.svg);
|
background-image: url(/com/img/drilling/maps/03_active.svg);
|
||||||
|
background-image: url(/com/img/drilling/maps/03_active_alone.svg);
|
||||||
}
|
}
|
||||||
.drilling-index .wrap_visual > .region-item > .region-logo:hover + .region-alone#region-alone-03 {
|
.drilling-index .wrap_visual > .region-item > .region-logo:hover + .region-alone#region-alone-03 {
|
||||||
background-image: url(/com/img/drilling/maps/03_active_alone.svg);
|
background-image: url(/com/img/drilling/maps/03_active_alone.svg);
|
||||||
|
|
@ -4843,6 +4834,7 @@ ul.faq-q > li textarea {
|
||||||
}
|
}
|
||||||
.drilling-index .wrap_visual > .region-item > .region-alone.active#region-alone-04 {
|
.drilling-index .wrap_visual > .region-item > .region-alone.active#region-alone-04 {
|
||||||
background-image: url(/com/img/drilling/maps/04_active.svg);
|
background-image: url(/com/img/drilling/maps/04_active.svg);
|
||||||
|
background-image: url(/com/img/drilling/maps/04_active_alone.svg);
|
||||||
}
|
}
|
||||||
.drilling-index .wrap_visual > .region-item > .region-logo:hover + .region-alone#region-alone-04 {
|
.drilling-index .wrap_visual > .region-item > .region-logo:hover + .region-alone#region-alone-04 {
|
||||||
background-image: url(/com/img/drilling/maps/04_active_alone.svg);
|
background-image: url(/com/img/drilling/maps/04_active_alone.svg);
|
||||||
|
|
@ -4856,6 +4848,7 @@ ul.faq-q > li textarea {
|
||||||
}
|
}
|
||||||
.drilling-index .wrap_visual > .region-item > .region-alone.active#region-alone-05 {
|
.drilling-index .wrap_visual > .region-item > .region-alone.active#region-alone-05 {
|
||||||
background-image: url(/com/img/drilling/maps/05_active.svg);
|
background-image: url(/com/img/drilling/maps/05_active.svg);
|
||||||
|
background-image: url(/com/img/drilling/maps/05_active_alone.svg);
|
||||||
}
|
}
|
||||||
.drilling-index .wrap_visual > .region-item > .region-logo:hover + .region-alone#region-alone-05 {
|
.drilling-index .wrap_visual > .region-item > .region-logo:hover + .region-alone#region-alone-05 {
|
||||||
background-image: url(/com/img/drilling/maps/05_active_alone.svg);
|
background-image: url(/com/img/drilling/maps/05_active_alone.svg);
|
||||||
|
|
@ -4963,6 +4956,7 @@ ul.faq-q > li textarea {
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
display: none;
|
||||||
}
|
}
|
||||||
.drilling-index .wrap_notice, .drilling-index .wrap_greeting, .drilling-index .wrap_popzone {
|
.drilling-index .wrap_notice, .drilling-index .wrap_greeting, .drilling-index .wrap_popzone {
|
||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
|
|
@ -5200,35 +5194,33 @@ ul.faq-q > li textarea {
|
||||||
}
|
}
|
||||||
.drilling-index .wrap_greeting {
|
.drilling-index .wrap_greeting {
|
||||||
position: relative;
|
position: relative;
|
||||||
width: 240px;
|
|
||||||
height: 265px;
|
|
||||||
padding: 40px 30px 60px;
|
|
||||||
color: #fff;
|
|
||||||
background: #00479d url(/com/img/drilling/place2016/wcmo/main/bg_pattern01.png) no-repeat 100% 100%;
|
|
||||||
margin-top: 0px;
|
|
||||||
width: 370px;
|
width: 370px;
|
||||||
height: 233px;
|
height: 233px;
|
||||||
|
padding: 30px 30px 60px;
|
||||||
|
color: #fff;
|
||||||
|
background: #00479d url("/com/img/drilling/place2016/wcmo/main/bg_pattern01.png") no-repeat 100% 100%;
|
||||||
|
margin-top: 0;
|
||||||
}
|
}
|
||||||
.drilling-index .wrap_greeting:before, .drilling-index .wrap_greeting:after {
|
.drilling-index .wrap_greeting::before, .drilling-index .wrap_greeting::after {
|
||||||
content: "";
|
content: "";
|
||||||
display: block;
|
display: block;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-position: 0 0;
|
background-position: 0 0;
|
||||||
}
|
}
|
||||||
.drilling-index .wrap_greeting:before {
|
.drilling-index .wrap_greeting::before {
|
||||||
top: 0;
|
top: 0;
|
||||||
right: 35px;
|
right: 35px;
|
||||||
width: 48px;
|
width: 48px;
|
||||||
height: 43px;
|
height: 43px;
|
||||||
background-image: url(/com/img/drilling/place2016/wcmo/main/wrap_greeting_bg01.png);
|
background-image: url("/com/img/drilling/place2016/wcmo/main/wrap_greeting_bg01.png");
|
||||||
}
|
}
|
||||||
.drilling-index .wrap_greeting:after {
|
.drilling-index .wrap_greeting::after {
|
||||||
bottom: 78px;
|
bottom: 78px;
|
||||||
left: 25px;
|
left: 25px;
|
||||||
width: 21px;
|
width: 21px;
|
||||||
height: 20px;
|
height: 20px;
|
||||||
background-image: url(/com/img/drilling/place2016/wcmo/main/wrap_greeting_bg02.png);
|
background-image: url("/com/img/drilling/place2016/wcmo/main/wrap_greeting_bg02.png");
|
||||||
}
|
}
|
||||||
.drilling-index .wrap_greeting h3 {
|
.drilling-index .wrap_greeting h3 {
|
||||||
margin-bottom: 15px;
|
margin-bottom: 15px;
|
||||||
|
|
@ -5240,9 +5232,30 @@ ul.faq-q > li textarea {
|
||||||
font-weight: 300;
|
font-weight: 300;
|
||||||
}
|
}
|
||||||
.drilling-index .wrap_greeting .btn_shortcut {
|
.drilling-index .wrap_greeting .btn_shortcut {
|
||||||
position: absolute;
|
margin: 5px 0px;
|
||||||
bottom: 30px;
|
margin-top: 20px;
|
||||||
width: 130px;
|
width: 140px;
|
||||||
|
}
|
||||||
|
.drilling-index .wrap_greeting .contact-info {
|
||||||
|
border-radius: 7px;
|
||||||
|
border: 0px solid #ffffff;
|
||||||
|
background: #3378c1;
|
||||||
|
margin-top: 7px;
|
||||||
|
padding: 5px 8px;
|
||||||
|
color: #ffffff;
|
||||||
|
}
|
||||||
|
.drilling-index .wrap_greeting .contact-info .contact-info-key {
|
||||||
|
font-weight: 500;
|
||||||
|
}
|
||||||
|
.drilling-index .wrap_greeting .contact-info a {
|
||||||
|
font-weight: 300;
|
||||||
|
color: #efefef;
|
||||||
|
}
|
||||||
|
.drilling-index .wrap_greeting .contact-info a:link {
|
||||||
|
color: #efefef;
|
||||||
|
}
|
||||||
|
.drilling-index .wrap_greeting .contact-info a:visited {
|
||||||
|
color: #efefef;
|
||||||
}
|
}
|
||||||
.drilling-index .wrap_popzone {
|
.drilling-index .wrap_popzone {
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
|
@ -5899,11 +5912,17 @@ ul.faq-q > li textarea {
|
||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
}
|
}
|
||||||
.drilling .table-wrap {
|
.drilling .table-wrap {
|
||||||
overflow-x: scroll;
|
box-sizing: border-box;
|
||||||
|
display: block;
|
||||||
|
overflow-x: auto;
|
||||||
|
overflow-y: hidden;
|
||||||
|
width: 100%;
|
||||||
|
-webkit-overflow-scrolling: touch;
|
||||||
}
|
}
|
||||||
.drilling .table-wrap table {
|
.drilling .table-wrap table {
|
||||||
border-collapse: collapse;
|
border-collapse: collapse;
|
||||||
table-layout: fixed;
|
table-layout: fixed;
|
||||||
|
min-width: 100%;
|
||||||
}
|
}
|
||||||
.drilling .table-wrap table th {
|
.drilling .table-wrap table th {
|
||||||
background: #e5ebf0;
|
background: #e5ebf0;
|
||||||
|
|
|
||||||
File diff suppressed because one or more lines are too long
|
|
@ -2951,8 +2951,8 @@ ul.faq-q > li textarea {
|
||||||
h1.logo{
|
h1.logo{
|
||||||
display:block;
|
display:block;
|
||||||
position:absolute;
|
position:absolute;
|
||||||
top:31px;
|
top:39px;
|
||||||
left:0;
|
right:0;
|
||||||
width:258px;
|
width:258px;
|
||||||
height:50px;
|
height:50px;
|
||||||
text-indent:-9999px;
|
text-indent:-9999px;
|
||||||
|
|
@ -2980,7 +2980,12 @@ ul.faq-q > li textarea {
|
||||||
.search_top_hd a[title]:after{top:calc(50% - 9px);left:calc(50% - 9px);width:19px;height:19px;background-position:-150px -25px}
|
.search_top_hd a[title]:after{top:calc(50% - 9px);left:calc(50% - 9px);width:19px;height:19px;background-position:-150px -25px}
|
||||||
.search_top_hd a[title]:hover,.search_top_hd a[title]:active,.search_top_hd a[title]:focus{background:#de4900}
|
.search_top_hd a[title]:hover,.search_top_hd a[title]:active,.search_top_hd a[title]:focus{background:#de4900}
|
||||||
|
|
||||||
#wrap_global{height:106px;padding-top:45px;text-align:right}
|
#wrap_global{
|
||||||
|
height:106px;
|
||||||
|
padding-top:45px;
|
||||||
|
text-align:left;
|
||||||
|
}
|
||||||
|
|
||||||
#util{
|
#util{
|
||||||
overflow:hidden;
|
overflow:hidden;
|
||||||
display:inline-block;
|
display:inline-block;
|
||||||
|
|
@ -3095,6 +3100,10 @@ ul.faq-q > li textarea {
|
||||||
background:#ccc;
|
background:#ccc;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
&:hover {
|
||||||
|
background: #002148;
|
||||||
|
color:#ffffff;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
@ -3108,13 +3117,6 @@ ul.faq-q > li textarea {
|
||||||
color:#ffffff;
|
color:#ffffff;
|
||||||
text-decoration:none;
|
text-decoration:none;
|
||||||
}
|
}
|
||||||
.gnb > ul > li > a:hover:before, .gnb > ul > li > a:hover:after,
|
|
||||||
.gnb > ul > li > a:focus:before, .gnb > ul > li > a:focus:after,
|
|
||||||
.gnb li.active > a:before, .gnb li.active > a:after{content:'';display:block;position:absolute}
|
|
||||||
.gnb > ul > li > a:hover:before, .gnb > ul > li > a:focus:before, .gnb li.active > a:before,
|
|
||||||
.gnb > ul > li > a:hover:after, .gnb > ul > li > a:focus:after, .gnb li.active > a:after{left:50%;border:11px solid transparent}
|
|
||||||
.gnb > ul > li > a:hover:before, .gnb > ul > li > a:focus:before, .gnb li.active > a:before{display: none; bottom:-21px;border-top-color:#002249}
|
|
||||||
.gnb > ul > li > a:hover:after,.gnb > ul > li > a:focus:after, .gnb li.active > a:after{ display: none; bottom:-16px;margin-left:-5px;border-top-color:#d90000}
|
|
||||||
|
|
||||||
.gnb .depth2_box{display:none;position:absolute;top:169px;left:0;width:100%;min-height:200px;padding-bottom:20px;background:#00428c}
|
.gnb .depth2_box{display:none;position:absolute;top:169px;left:0;width:100%;min-height:200px;padding-bottom:20px;background:#00428c}
|
||||||
.gnb .depth2{display:none;position:relative;width:1280px;margin:0 auto;padding:15px 0 36px;z-index:500}
|
.gnb .depth2{display:none;position:relative;width:1280px;margin:0 auto;padding:15px 0 36px;z-index:500}
|
||||||
|
|
@ -3138,12 +3140,25 @@ ul.faq-q > li textarea {
|
||||||
|
|
||||||
.gnb li.active .depth2_box .depth2{display:flex;flex-wrap:wrap}
|
.gnb li.active .depth2_box .depth2{display:flex;flex-wrap:wrap}
|
||||||
|
|
||||||
.wrap_menu{position:relative;z-index:500}
|
.wrap_menu{
|
||||||
|
position:relative;
|
||||||
|
z-index:500;
|
||||||
|
padding-top: 116px;
|
||||||
|
}
|
||||||
|
|
||||||
.btnAllMn, .btnToggleMn{display: none; position:absolute;top:107px;left:50%;width:1280px;transform:translateX(-50%);z-index:555}
|
.btnAllMn, .btnToggleMn{display: none; position:absolute;top:107px;left:50%;width:1280px;transform:translateX(-50%);z-index:555}
|
||||||
.btnAllMn a, .btnToggleMn a{display:inline-block;position:absolute;right:0;width:62px;height:62px;font-size:0;;background:#002e66}
|
.btnAllMn a, .btnToggleMn a{display:inline-block;position:absolute;right:0;width:62px;height:62px;font-size:0;;background:#002e66}
|
||||||
.btnAllMn a:hover, .btnAllMn a:active, .btnAllMn a:focus{background:#de4900}
|
.btnAllMn a:hover, .btnAllMn a:active, .btnAllMn a:focus{background:#de4900}
|
||||||
.btnAllMn a:before, .btnToggleMn a:before{content:'';display:block;position:absolute;top:calc(50% - 10px);left:calc(50% - 15px);width:29px;height:20px;background-position:-25px 0}
|
.btnAllMn a:before, .btnToggleMn a:before{
|
||||||
|
content:'';
|
||||||
|
display:block;
|
||||||
|
position:absolute;
|
||||||
|
top:calc(50% - 10px);
|
||||||
|
left:calc(50% - 15px);
|
||||||
|
width:29px;
|
||||||
|
height:20px;
|
||||||
|
background-position:-25px 0;
|
||||||
|
}
|
||||||
|
|
||||||
.gnb.fixed, .btnAllMn.fixed{position:fixed;top:0;z-index:888}
|
.gnb.fixed, .btnAllMn.fixed{position:fixed;top:0;z-index:888}
|
||||||
.gnb.fixed{border-top-width:0}
|
.gnb.fixed{border-top-width:0}
|
||||||
|
|
@ -3152,7 +3167,10 @@ ul.faq-q > li textarea {
|
||||||
.btnToggleMn{display:none}
|
.btnToggleMn{display:none}
|
||||||
|
|
||||||
/** common ir **/
|
/** common ir **/
|
||||||
.logo, .wrap_menu .logo a{background:url(/com/img/drilling/logos/02.png) no-repeat 0 0}
|
.logo, .wrap_menu .logo a{
|
||||||
|
background:url(/com/img/drilling/logos/02.png) no-repeat 0 0;
|
||||||
|
background-size: 88%;
|
||||||
|
}
|
||||||
.logo.logo-01 {background-image:url(/com/img/drilling/logos/01.png);}
|
.logo.logo-01 {background-image:url(/com/img/drilling/logos/01.png);}
|
||||||
.logo.logo-02 {background-image:url(/com/img/drilling/logos/02.png);}
|
.logo.logo-02 {background-image:url(/com/img/drilling/logos/02.png);}
|
||||||
.logo.logo-03 {background-image:url(/com/img/drilling/logos/03.png);}
|
.logo.logo-03 {background-image:url(/com/img/drilling/logos/03.png);}
|
||||||
|
|
@ -3499,7 +3517,18 @@ ul.faq-q > li textarea {
|
||||||
.wrap_banner .bx-controls [class*='bx-controls-'] a,.wrap_banner .bx-controls [class*='bx-controls-'] a:after,
|
.wrap_banner .bx-controls [class*='bx-controls-'] a,.wrap_banner .bx-controls [class*='bx-controls-'] a:after,
|
||||||
.wrap_banner .more_banner{transition:all .3s ease}
|
.wrap_banner .more_banner{transition:all .3s ease}
|
||||||
/** 비쥬얼 이미지 **/
|
/** 비쥬얼 이미지 **/
|
||||||
.wrap_visual{overflow:hidden;position:relative;width:calc(100% - 390px);max-width:890px;margin-right:20px;margin-bottom:20px;border-radius:20px; background: #f5f5f5; margin-bottom: 0px;}
|
.wrap_visual{
|
||||||
|
overflow:hidden;
|
||||||
|
position:relative;
|
||||||
|
width:calc(100% - 390px);
|
||||||
|
max-width:890px;
|
||||||
|
margin-right:20px;
|
||||||
|
margin-bottom:20px;
|
||||||
|
border-radius:20px;
|
||||||
|
background: #f5f5f5;
|
||||||
|
margin-bottom: 0px;
|
||||||
|
cursor: pointer;
|
||||||
|
}
|
||||||
.wrap_visual > img.rok {width:100%;max-width:100%;height:100%; width: 700px; height: 800px; position:absolute; left: 0px; top: 0px;}
|
.wrap_visual > img.rok {width:100%;max-width:100%;height:100%; width: 700px; height: 800px; position:absolute; left: 0px; top: 0px;}
|
||||||
.wrap_visual > img.rok.region {display: none;}
|
.wrap_visual > img.rok.region {display: none;}
|
||||||
.wrap_visual > img.rok.region.active {display: block;}
|
.wrap_visual > img.rok.region.active {display: block;}
|
||||||
|
|
@ -3521,12 +3550,14 @@ ul.faq-q > li textarea {
|
||||||
background-position: 0 0;
|
background-position: 0 0;
|
||||||
z-index: 4;
|
z-index: 4;
|
||||||
transition:all .5s ease;
|
transition:all .5s ease;
|
||||||
|
&.active {
|
||||||
|
width: calc(258px * 1);
|
||||||
|
height: calc(43px * 1);
|
||||||
|
z-index: 6;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.wrap_visual > .region-item > .region-logo:hover {
|
.wrap_visual > .region-item > .region-logo:hover {
|
||||||
width: calc(258px * 0.860529);
|
|
||||||
height: calc(43px * 0.860529);
|
|
||||||
z-index: 6;
|
|
||||||
}
|
}
|
||||||
.wrap_visual > .region-item > .region-alone {
|
.wrap_visual > .region-item > .region-alone {
|
||||||
display: block;
|
display: block;
|
||||||
|
|
@ -3536,6 +3567,10 @@ ul.faq-q > li textarea {
|
||||||
background-position: 0 0;
|
background-position: 0 0;
|
||||||
z-index: 2;
|
z-index: 2;
|
||||||
transition:all .3s ease;
|
transition:all .3s ease;
|
||||||
|
&.active {
|
||||||
|
z-index: 3;
|
||||||
|
transform: scale(1.0);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
.wrap_visual > .region-item > .region-logo:hover + .region-alone {
|
.wrap_visual > .region-item > .region-logo:hover + .region-alone {
|
||||||
z-index: 3;
|
z-index: 3;
|
||||||
|
|
@ -3550,6 +3585,7 @@ ul.faq-q > li textarea {
|
||||||
}
|
}
|
||||||
.wrap_visual > .region-item > .region-alone#region-alone-01.active {
|
.wrap_visual > .region-item > .region-alone#region-alone-01.active {
|
||||||
background-image: url(/com/img/drilling/maps/01_active.svg);
|
background-image: url(/com/img/drilling/maps/01_active.svg);
|
||||||
|
background-image: url(/com/img/drilling/maps/01_active_alone.svg);
|
||||||
}
|
}
|
||||||
.wrap_visual > .region-item > .region-logo:hover + .region-alone#region-alone-01 {
|
.wrap_visual > .region-item > .region-logo:hover + .region-alone#region-alone-01 {
|
||||||
background-image: url(/com/img/drilling/maps/01_active_alone.svg);
|
background-image: url(/com/img/drilling/maps/01_active_alone.svg);
|
||||||
|
|
@ -3563,6 +3599,7 @@ ul.faq-q > li textarea {
|
||||||
}
|
}
|
||||||
.wrap_visual > .region-item > .region-alone.active#region-alone-02 {
|
.wrap_visual > .region-item > .region-alone.active#region-alone-02 {
|
||||||
background-image: url(/com/img/drilling/maps/02_active.svg);
|
background-image: url(/com/img/drilling/maps/02_active.svg);
|
||||||
|
background-image: url(/com/img/drilling/maps/02_active_alone.svg);
|
||||||
}
|
}
|
||||||
.wrap_visual > .region-item > .region-logo:hover + .region-alone#region-alone-02 {
|
.wrap_visual > .region-item > .region-logo:hover + .region-alone#region-alone-02 {
|
||||||
background-image: url(/com/img/drilling/maps/02_active_alone.svg);
|
background-image: url(/com/img/drilling/maps/02_active_alone.svg);
|
||||||
|
|
@ -3576,6 +3613,7 @@ ul.faq-q > li textarea {
|
||||||
}
|
}
|
||||||
.wrap_visual > .region-item > .region-alone.active#region-alone-03 {
|
.wrap_visual > .region-item > .region-alone.active#region-alone-03 {
|
||||||
background-image: url(/com/img/drilling/maps/03_active.svg);
|
background-image: url(/com/img/drilling/maps/03_active.svg);
|
||||||
|
background-image: url(/com/img/drilling/maps/03_active_alone.svg);
|
||||||
}
|
}
|
||||||
.wrap_visual > .region-item > .region-logo:hover + .region-alone#region-alone-03 {
|
.wrap_visual > .region-item > .region-logo:hover + .region-alone#region-alone-03 {
|
||||||
background-image: url(/com/img/drilling/maps/03_active_alone.svg);
|
background-image: url(/com/img/drilling/maps/03_active_alone.svg);
|
||||||
|
|
@ -3589,6 +3627,7 @@ ul.faq-q > li textarea {
|
||||||
}
|
}
|
||||||
.wrap_visual > .region-item > .region-alone.active#region-alone-04 {
|
.wrap_visual > .region-item > .region-alone.active#region-alone-04 {
|
||||||
background-image: url(/com/img/drilling/maps/04_active.svg);
|
background-image: url(/com/img/drilling/maps/04_active.svg);
|
||||||
|
background-image: url(/com/img/drilling/maps/04_active_alone.svg);
|
||||||
}
|
}
|
||||||
.wrap_visual > .region-item > .region-logo:hover + .region-alone#region-alone-04 {
|
.wrap_visual > .region-item > .region-logo:hover + .region-alone#region-alone-04 {
|
||||||
background-image: url(/com/img/drilling/maps/04_active_alone.svg);
|
background-image: url(/com/img/drilling/maps/04_active_alone.svg);
|
||||||
|
|
@ -3602,6 +3641,7 @@ ul.faq-q > li textarea {
|
||||||
}
|
}
|
||||||
.wrap_visual > .region-item > .region-alone.active#region-alone-05 {
|
.wrap_visual > .region-item > .region-alone.active#region-alone-05 {
|
||||||
background-image: url(/com/img/drilling/maps/05_active.svg);
|
background-image: url(/com/img/drilling/maps/05_active.svg);
|
||||||
|
background-image: url(/com/img/drilling/maps/05_active_alone.svg);
|
||||||
}
|
}
|
||||||
.wrap_visual > .region-item > .region-logo:hover + .region-alone#region-alone-05 {
|
.wrap_visual > .region-item > .region-logo:hover + .region-alone#region-alone-05 {
|
||||||
background-image: url(/com/img/drilling/maps/05_active_alone.svg);
|
background-image: url(/com/img/drilling/maps/05_active_alone.svg);
|
||||||
|
|
@ -3648,7 +3688,13 @@ ul.faq-q > li textarea {
|
||||||
.wrap_service li.item02 a{background-image:url(/com/img/drilling/icons/buttons/02.svg); background-size: 32%;}
|
.wrap_service li.item02 a{background-image:url(/com/img/drilling/icons/buttons/02.svg); background-size: 32%;}
|
||||||
.wrap_service li.item03 a{background-image:url(/com/img/drilling/icons/buttons/03.svg); background-size: 28%;}
|
.wrap_service li.item03 a{background-image:url(/com/img/drilling/icons/buttons/03.svg); background-size: 28%;}
|
||||||
.wrap_service li.item04 a{background-image:url(/com/img/drilling/icons/buttons/04.svg); background-size: 33%;}
|
.wrap_service li.item04 a{background-image:url(/com/img/drilling/icons/buttons/04.svg); background-size: 33%;}
|
||||||
.wrap_in_area{display:flex;flex-wrap:wrap;justify-content:space-between;width:100%;}
|
.wrap_in_area{
|
||||||
|
display:flex;
|
||||||
|
flex-wrap:wrap;
|
||||||
|
justify-content:space-between;
|
||||||
|
width:100%;
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
.wrap_notice,.wrap_greeting,.wrap_popzone{border-radius:10px}
|
.wrap_notice,.wrap_greeting,.wrap_popzone{border-radius:10px}
|
||||||
/** 공지사항 tab style common **/
|
/** 공지사항 tab style common **/
|
||||||
.tab_main> ul,.tab_main> ul> li h3,.tab_main> ul> li h3 a,.tab_main> ul> li div ul li{position:relative}
|
.tab_main> ul,.tab_main> ul> li h3,.tab_main> ul> li h3 a,.tab_main> ul> li div ul li{position:relative}
|
||||||
|
|
@ -3700,13 +3746,80 @@ ul.faq-q > li textarea {
|
||||||
.wrap_notice .type_latest span{max-height:65px}
|
.wrap_notice .type_latest span{max-height:65px}
|
||||||
|
|
||||||
/** 청장인사말 **/
|
/** 청장인사말 **/
|
||||||
.wrap_greeting{position:relative;width:240px;height:265px;padding:40px 30px 60px;color:#fff;background:#00479d url(/com/img/drilling/place2016/wcmo/main/bg_pattern01.png) no-repeat 100% 100%; margin-top: 0px; width: 370px; height: 233px;}
|
.wrap_greeting {
|
||||||
.wrap_greeting:before,.wrap_greeting:after{content:'';display:block;position:absolute;background-repeat:no-repeat;background-position:0 0}
|
position: relative;
|
||||||
.wrap_greeting:before{top:0;right:35px;width:48px;height:43px;background-image:url(/com/img/drilling/place2016/wcmo/main/wrap_greeting_bg01.png)}
|
width: 370px; // Overrides the initial width
|
||||||
.wrap_greeting:after{bottom:78px;left:25px;width:21px;height:20px;background-image:url(/com/img/drilling/place2016/wcmo/main/wrap_greeting_bg02.png)}
|
height: 233px; // Overrides the initial height
|
||||||
.wrap_greeting h3{margin-bottom:15px;color:#fff;font-size:20px}
|
padding: 30px 30px 60px;
|
||||||
.wrap_greeting p{font-size:15px;font-weight:300}
|
color: #fff;
|
||||||
.wrap_greeting .btn_shortcut{position:absolute;bottom:30px; width: 130px;}
|
background: #00479d url('/com/img/drilling/place2016/wcmo/main/bg_pattern01.png') no-repeat 100% 100%;
|
||||||
|
margin-top: 0;
|
||||||
|
|
||||||
|
&::before,
|
||||||
|
&::after {
|
||||||
|
content: '';
|
||||||
|
display: block;
|
||||||
|
position: absolute;
|
||||||
|
background-repeat: no-repeat;
|
||||||
|
background-position: 0 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
&::before {
|
||||||
|
top: 0;
|
||||||
|
right: 35px;
|
||||||
|
width: 48px;
|
||||||
|
height: 43px;
|
||||||
|
background-image: url('/com/img/drilling/place2016/wcmo/main/wrap_greeting_bg01.png');
|
||||||
|
}
|
||||||
|
|
||||||
|
&::after {
|
||||||
|
bottom: 78px;
|
||||||
|
left: 25px;
|
||||||
|
width: 21px;
|
||||||
|
height: 20px;
|
||||||
|
background-image: url('/com/img/drilling/place2016/wcmo/main/wrap_greeting_bg02.png');
|
||||||
|
}
|
||||||
|
|
||||||
|
h3 {
|
||||||
|
margin-bottom: 15px;
|
||||||
|
color: #fff;
|
||||||
|
font-size: 20px;
|
||||||
|
}
|
||||||
|
|
||||||
|
p {
|
||||||
|
font-size: 15px;
|
||||||
|
font-weight: 300;
|
||||||
|
}
|
||||||
|
|
||||||
|
.btn_shortcut {
|
||||||
|
margin: 5px 0px;
|
||||||
|
margin-top: 20px;
|
||||||
|
width: 140px;
|
||||||
|
}
|
||||||
|
.contact-info {
|
||||||
|
border-radius: 7px;
|
||||||
|
border: 0px solid #ffffff;
|
||||||
|
background: #3378c1;
|
||||||
|
margin-top: 7px;
|
||||||
|
padding: 5px 8px;
|
||||||
|
color: #ffffff;
|
||||||
|
.contact-info-key {
|
||||||
|
font-weight: 500;
|
||||||
|
}
|
||||||
|
a {
|
||||||
|
font-weight: 300;
|
||||||
|
color: #efefef;
|
||||||
|
&:link {
|
||||||
|
color: #efefef;
|
||||||
|
}
|
||||||
|
&:visited {
|
||||||
|
color: #efefef;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/** 알림판 **/
|
/** 알림판 **/
|
||||||
.wrap_popzone{overflow:hidden;position:relative;width:370px; overflow: unset;}
|
.wrap_popzone{overflow:hidden;position:relative;width:370px; overflow: unset;}
|
||||||
|
|
@ -4091,11 +4204,17 @@ ul.faq-q > li textarea {
|
||||||
/* 테이블 css */
|
/* 테이블 css */
|
||||||
|
|
||||||
.table-wrap {
|
.table-wrap {
|
||||||
overflow-x: scroll;
|
box-sizing: border-box;
|
||||||
|
display: block;
|
||||||
|
overflow-x: auto;
|
||||||
|
overflow-y: hidden;
|
||||||
|
width: 100%;
|
||||||
|
-webkit-overflow-scrolling: touch;
|
||||||
}
|
}
|
||||||
.table-wrap table {
|
.table-wrap table {
|
||||||
border-collapse: collapse;
|
border-collapse: collapse;
|
||||||
table-layout: fixed;
|
table-layout: fixed;
|
||||||
|
min-width: 100%;
|
||||||
}
|
}
|
||||||
.table-wrap table th {
|
.table-wrap table th {
|
||||||
background: #e5ebf0;
|
background: #e5ebf0;
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1,80 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<!-- Generator: Adobe Illustrator 12.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 51448) -->
|
||||||
|
|
||||||
|
<svg
|
||||||
|
version="1.1"
|
||||||
|
id="레이어_1"
|
||||||
|
width="47.134655"
|
||||||
|
height="36.987312"
|
||||||
|
viewBox="0 0 47.134658 36.987313"
|
||||||
|
overflow="visible"
|
||||||
|
enable-background="new 0 0 979.175 819.237"
|
||||||
|
xml:space="preserve"
|
||||||
|
inkscape:version="1.1.1 (3bf5ae0d25, 2021-09-20)"
|
||||||
|
sodipodi:docname="dokdo_active_alone.svg"
|
||||||
|
style="display:inline;overflow:visible"
|
||||||
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:svg="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||||
|
xmlns:cc="http://creativecommons.org/ns#"
|
||||||
|
xmlns:dc="http://purl.org/dc/elements/1.1/"><metadata
|
||||||
|
id="metadata17"><rdf:RDF><cc:Work
|
||||||
|
rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
|
||||||
|
rdf:resource="http://purl.org/dc/dcmitype/StillImage" /></cc:Work></rdf:RDF></metadata><defs
|
||||||
|
id="defs15" /><sodipodi:namedview
|
||||||
|
pagecolor="#ffffff"
|
||||||
|
bordercolor="#666666"
|
||||||
|
borderopacity="1"
|
||||||
|
objecttolerance="10"
|
||||||
|
gridtolerance="10"
|
||||||
|
guidetolerance="10"
|
||||||
|
inkscape:pageopacity="0"
|
||||||
|
inkscape:pageshadow="2"
|
||||||
|
inkscape:window-width="1920"
|
||||||
|
inkscape:window-height="1017"
|
||||||
|
id="namedview13"
|
||||||
|
showgrid="false"
|
||||||
|
inkscape:zoom="1"
|
||||||
|
inkscape:cx="7.5"
|
||||||
|
inkscape:cy="10.5"
|
||||||
|
inkscape:window-x="1912"
|
||||||
|
inkscape:window-y="-8"
|
||||||
|
inkscape:window-maximized="1"
|
||||||
|
inkscape:current-layer="g9"
|
||||||
|
showguides="false"
|
||||||
|
inkscape:pagecheckerboard="0"><inkscape:grid
|
||||||
|
type="xygrid"
|
||||||
|
id="grid4077"
|
||||||
|
empspacing="5"
|
||||||
|
visible="true"
|
||||||
|
enabled="true"
|
||||||
|
snapvisiblegridlinesonly="true"
|
||||||
|
originx="-299.96164"
|
||||||
|
originy="-313.67608" /></sodipodi:namedview>
|
||||||
|
|
||||||
|
<g
|
||||||
|
id="g3989"
|
||||||
|
transform="translate(-506.79407,-408.23163)"
|
||||||
|
style="display:inline;overflow:visible"><g
|
||||||
|
transform="matrix(0.95200283,0,0,0.95200283,9.2323958,-289.66304)"
|
||||||
|
id="g3920"><g
|
||||||
|
id="g3"
|
||||||
|
style="fill:#fefee9;fill-opacity:1"
|
||||||
|
transform="matrix(0.61283477,0,0,0.61283477,0.0456855,317.16189)"><g
|
||||||
|
id="g5"
|
||||||
|
style="fill:#dcd7ba;fill-opacity:1;stroke:#333333;stroke-opacity:1;stroke-width:1.71402978;stroke-miterlimit:4;stroke-dasharray:none"><path
|
||||||
|
clip-rule="evenodd"
|
||||||
|
d="m 880.618,679.69 c -4.615,2.698 -5.815,3.635 -6,11 -4.333,1 -8.667,2 -13,3 2.119,9.747 -1.066,12.792 -2,23 4.999,1.333 10,2.667 15,4 6.883,-0.827 8.824,-5.419 18,-6 1,-3.666 2,-7.334 3,-11 -5.291,-6.356 -8.39,-13.511 -12,-22 -1,-0.667 -2,-1.333 -3,-2 z m -27,12 v 7 c 1.333,0.667 2.667,1.333 4,2 l 2,-2 c -2,-2.333 -4,-4.667 -6,-7 z m 78,27 c -2.979,-1.475 -5.697,-2.084 -11,-2 l 3,-9 -3,-3 h -3 c -3.333,1.333 -6.667,2.667 -10,4 -1.333,8.999 -2.667,18.001 -4,27 4.666,1.333 9.334,2.667 14,4 h 4 c -1,-1.666 -2,-3.334 -3,-5 4.666,-3.333 9.334,-6.667 14,-10 -0.333,-2 -0.667,-4 -1,-6 z m -29,22 v -1 c -1.333,-0.333 -2.667,-0.667 -4,-1 1.333,0.667 2.667,1.333 4,2 z"
|
||||||
|
id="path7"
|
||||||
|
inkscape:connector-curvature="0"
|
||||||
|
style="fill:#dcd7ba;fill-opacity:1;fill-rule:evenodd;stroke:#333333;stroke-opacity:1;stroke-width:1.71402978;stroke-miterlimit:4;stroke-dasharray:none"
|
||||||
|
sodipodi:nodetypes="cccccccccccccccccccccccccccccc" /></g><g
|
||||||
|
id="g9"
|
||||||
|
style="fill:#fefee9;fill-opacity:1"><path
|
||||||
|
d="m 880.618,679.69 c -4.615,2.698 -5.815,3.635 -6,11 -4.333,1 -8.667,2 -13,3 2.119,9.747 -1.066,12.792 -2,23 4.999,1.333 10,2.667 15,4 6.883,-0.827 8.824,-5.419 18,-6 1,-3.666 2,-7.334 3,-11 -5.291,-6.356 -8.39,-13.511 -12,-22 -1,-0.667 -2,-1.333 -3,-2 z m -27,12 v 7 c 1.333,0.667 2.667,1.333 4,2 l 2,-2 c -2,-2.333 -4,-4.667 -6,-7 z m 78,27 c -2.979,-1.475 -5.697,-2.084 -11,-2 l 3,-9 -3,-3 h -3 c -3.333,1.333 -6.667,2.667 -10,4 -1.333,8.999 -2.667,18.001 -4,27 4.666,1.333 9.334,2.667 14,4 h 4 c -1,-1.666 -2,-3.334 -3,-5 4.666,-3.333 9.334,-6.667 14,-10 -0.333,-2 -0.667,-4 -1,-6 z m -29,22 v -1 c -1.333,-0.333 -2.667,-0.667 -4,-1 1.333,0.667 2.667,1.333 4,2 z"
|
||||||
|
id="path11"
|
||||||
|
style="fill:#dcd7ba;fill-opacity:1;stroke:#333333;stroke-width:1.71402978;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||||
|
inkscape:connector-curvature="0"
|
||||||
|
sodipodi:nodetypes="cccccccccccccccccccccccccccccc" /></g></g></g></g></svg>
|
||||||
|
After Width: | Height: | Size: 4.3 KiB |
|
|
@ -0,0 +1,83 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<!-- Generator: Adobe Illustrator 12.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 51448) -->
|
||||||
|
|
||||||
|
<svg
|
||||||
|
version="1.1"
|
||||||
|
id="레이어_1"
|
||||||
|
width="600"
|
||||||
|
height="498.10999"
|
||||||
|
viewBox="0 0 600.00001 498.10999"
|
||||||
|
overflow="visible"
|
||||||
|
enable-background="new 0 0 979.175 819.237"
|
||||||
|
xml:space="preserve"
|
||||||
|
inkscape:version="1.1.1 (3bf5ae0d25, 2021-09-20)"
|
||||||
|
sodipodi:docname="uleungdo_active_alone.svg"
|
||||||
|
style="display:inline;overflow:visible"
|
||||||
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:svg="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||||
|
xmlns:cc="http://creativecommons.org/ns#"
|
||||||
|
xmlns:dc="http://purl.org/dc/elements/1.1/"><metadata
|
||||||
|
id="metadata17"><rdf:RDF><cc:Work
|
||||||
|
rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
|
||||||
|
rdf:resource="http://purl.org/dc/dcmitype/StillImage" /></cc:Work></rdf:RDF></metadata><defs
|
||||||
|
id="defs15" /><sodipodi:namedview
|
||||||
|
pagecolor="#ffffff"
|
||||||
|
bordercolor="#666666"
|
||||||
|
borderopacity="1"
|
||||||
|
objecttolerance="10"
|
||||||
|
gridtolerance="10"
|
||||||
|
guidetolerance="10"
|
||||||
|
inkscape:pageopacity="0"
|
||||||
|
inkscape:pageshadow="2"
|
||||||
|
inkscape:window-width="1920"
|
||||||
|
inkscape:window-height="1017"
|
||||||
|
id="namedview13"
|
||||||
|
showgrid="false"
|
||||||
|
inkscape:zoom="0.63717825"
|
||||||
|
inkscape:cx="799.61926"
|
||||||
|
inkscape:cy="422.95857"
|
||||||
|
inkscape:window-x="1912"
|
||||||
|
inkscape:window-y="-8"
|
||||||
|
inkscape:window-maximized="1"
|
||||||
|
inkscape:current-layer="g9"
|
||||||
|
showguides="false"
|
||||||
|
inkscape:pagecheckerboard="0"><inkscape:grid
|
||||||
|
type="xygrid"
|
||||||
|
id="grid4077"
|
||||||
|
empspacing="5"
|
||||||
|
visible="true"
|
||||||
|
enabled="true"
|
||||||
|
snapvisiblegridlinesonly="true" /></sodipodi:namedview>
|
||||||
|
|
||||||
|
<g
|
||||||
|
id="g3989"><g
|
||||||
|
transform="matrix(0.95200283,0,0,0.95200283,9.2323958,-289.66304)"
|
||||||
|
id="g3920"><g
|
||||||
|
id="g3"
|
||||||
|
style="fill:#fefee9;fill-opacity:1"
|
||||||
|
transform="matrix(0.61283477,0,0,0.61283477,0.0456855,317.16189)">
|
||||||
|
<g
|
||||||
|
id="g5"
|
||||||
|
style="fill:#dcd7ba;fill-opacity:1;stroke:#333333;stroke-opacity:1;stroke-width:1.71402978;stroke-miterlimit:4;stroke-dasharray:none">
|
||||||
|
<path
|
||||||
|
clip-rule="evenodd"
|
||||||
|
d="m 872.618,523.69 c -19.242,-3.79 -28.075,9.906 -49,10 -0.667,-0.333 -1.333,-0.667 -2,-1 -3.076,-14.253 2.509,-29.451 0,-41 -5.447,-1.168 -9.656,0.226 -14,-1 -26.026,-13.322 6.039,-58.93 10,-70 5.999,-1 12.001,-2 18,-3 8.201,-18.036 -12.619,-39.002 -8,-59 6.333,-8.333 12.667,-16.667 19,-25 4,-11.332 8,-22.668 12,-34 -2.272,-3.976 -3.99,-5.759 -8,-8 1,-6.333 2,-12.667 3,-19 -5.249,-5.642 -16.475,-10.065 -24,-13 -0.333,-4 -0.667,-8 -1,-12 -5.166,-3.236 -10.193,-6.446 -18,-7 -3.164,-5.351 -0.427,-12.051 -3,-20 -3.597,-11.109 -16.902,-18.588 -20,-33 -1.372,-6.381 24.839,-73.281 28,-79 -2.903,-5.612 -3.966,-10.093 -5,-16 16.542,-8.876 42.259,-6.188 56,-18 -1.532,-7.171 -6.32,-9.924 -10,-15 -12.393,4.163 -30.588,10.057 -48,2 -6.479,-3.988 -1.987,-7.03 -4,-13 -7.493,-22.226 -2.729,-7.863 3,-29 -5.162,-7.617 -9.077,-14.19 -18,-18 -9.54,-3.647 -18.266,2.072 -25,4 -23.566,6.747 -49.479,11.791 -62,29 -14.122,19.41 -9.408,22.14 -33,34 -5,-4.666 -10,-9.334 -15,-14 h -20 c -16.221,-3.248 -41.027,-25.461 -65,-12 -4,5.666 -8,11.334 -12,17 -7.606,5.619 -15.219,8.822 -22,15 -7.654,6.974 -12.165,18.234 -22,23 -10.666,1.667 -21.334,3.333 -32,5 -7,4.333 -14,8.667 -21,13 -5.666,-1.333 -11.334,-2.667 -17,-4 -7.845,-1.762 -72.28,-9.487 -74,-9 -32.922,9.327 -53.167,35.197 -88,46 -1.333,5.333 -2.667,10.667 -4,16 -8.999,5.333 -18.001,10.667 -27,16 -18.472,5.285 -27.836,-9.671 -42,-6 -15.999,7.999 -32.001,16.001 -48,24 -6.791,5.31 -8.158,15.19 -17,19 -13.771,5.933 -30.905,1.776 -46,2 -5.893,0.087 -6.347,3.107 -10,4 -7.666,-1.333 -15.334,-2.667 -23,-4 -8.333,1 -16.667,2 -25,3 -1,-1.333 -2,-2.667 -3,-4 0.333,-5.333 0.667,-10.667 1,-16 -6.071,-1.646 -16.879,0.164 -22,3 -1,0.667 -2,1.333 -3,2 1.333,4 2.667,8 4,12 -0.964,10.214 -11.61,19.188 -16,27 9.966,10.331 8.138,23.115 16,33 8.764,11.019 25.02,10.553 35,26 v 4 c -3.667,2 -7.333,4 -11,6 v 1 c 3.894,2.715 4.389,2.329 10,2 1.757,30.619 32.229,35.597 37,58 -3.374,4.936 -7.237,5.142 -9,12 5.441,9.93 12.934,30.078 22,37 v 3 c -3.772,1.843 -9.564,2.244 -16,2 -0.565,26.798 -12.916,40.724 -18,61 -2.598,10.358 1.281,17.933 3,25 -0.667,9.332 -1.333,18.668 -2,28 20.886,12.137 32.197,4.591 44,30 7.982,17.184 0.866,42.209 15,53 20.435,15.602 45.595,3.301 72,11 9.886,2.883 57.515,27.548 61,35 4.306,9.207 -1.239,14.826 7,21 27.018,6.682 48.679,8.246 58,39 l 6,3 c 6.559,-3.708 11.102,-8.619 15,-15 9.303,1.278 11.112,7.008 18,9 14.476,4.187 24.507,-5.618 38,1 10.748,5.271 15.508,24.622 31,19 v 5 c 34.618,-3.784 82.9,0.617 97,27 5.51,10.31 5.736,22.113 9,35 1.333,0.333 2.667,0.667 4,1 15.282,-12.703 22.022,-65.087 30,-87 7.005,-19.24 25.586,-47.39 41,-59 9.999,-4.999 20.001,-10.001 30,-15 4.666,-4.999 9.334,-10 14,-15 5,-0.333 10,-0.667 15,-1 19.596,-5.049 6.219,-12.469 34,-8 2.666,-3.666 5.334,-7.334 8,-11 5.974,7.463 8.491,8.021 20,6 1.871,3.06 2.74,5.152 6,7 l 2,2 c 2.914,-3 3.874,-7.112 4,-13 2.372,1.755 1.716,0.994 3,4 1,0.667 2,1.333 3,2 0.333,-2 0.667,-4 1,-6 3.269,2.643 2.668,3.868 8,5 5.907,-13.825 24.585,-23.674 36,-32 -2.681,-7.522 -12.643,-12.902 -10,-22 3.666,-3.114 4.486,0.959 9,-1 3,-3.333 6,-6.667 9,-10 10.611,-3.755 23.996,5.668 37,1 9.26,-3.323 15.649,-14.731 27,-19 2.683,-4.549 5.496,-16.794 3,-23 z m 106,-417 c -5.535,-3.991 -14.435,-8.426 -22,-10 -5.666,2.667 -11.334,5.333 -17,8 -2.961,9.909 -5.025,20.185 -6,33 8.946,8.913 14.282,20.806 23,30 h 4 c 3.333,-4.666 6.667,-9.334 10,-14 -0.667,-5.666 -1.333,-11.334 -2,-17 2.481,-12.077 10.822,-16.548 10,-30 z"
|
||||||
|
id="path7"
|
||||||
|
inkscape:connector-curvature="0"
|
||||||
|
style="fill:#dcd7ba;fill-opacity:1;fill-rule:evenodd;stroke:#333333;stroke-opacity:1;stroke-width:1.71402978;stroke-miterlimit:4;stroke-dasharray:none"
|
||||||
|
sodipodi:nodetypes="cccccccccccccccccccccccccsccccccccccccccccccccccccccccscccccccccccccccccccccccccsccscccccccccccccccccccccccccccccc" />
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
id="g9"
|
||||||
|
style="fill:#fefee9;fill-opacity:1">
|
||||||
|
<path
|
||||||
|
d="m 872.618,523.69 c -19.242,-3.79 -28.075,9.906 -49,10 -0.667,-0.333 -1.333,-0.667 -2,-1 -3.076,-14.253 2.509,-29.451 0,-41 -5.447,-1.168 -9.656,0.226 -14,-1 -26.026,-13.322 6.039,-58.93 10,-70 5.999,-1 12.001,-2 18,-3 8.201,-18.036 -12.619,-39.002 -8,-59 6.333,-8.333 12.667,-16.667 19,-25 4,-11.332 8,-22.668 12,-34 -2.272,-3.976 -3.99,-5.759 -8,-8 1,-6.333 2,-12.667 3,-19 -5.249,-5.642 -16.475,-10.065 -24,-13 -0.333,-4 -0.667,-8 -1,-12 -5.166,-3.236 -10.193,-6.446 -18,-7 -3.164,-5.351 -0.427,-12.051 -3,-20 -3.597,-11.109 -16.902,-18.588 -20,-33 -1.372,-6.381 24.839,-73.281 28,-79 -2.903,-5.612 -3.966,-10.093 -5,-16 16.542,-8.876 42.259,-6.188 56,-18 -1.532,-7.171 -6.32,-9.924 -10,-15 -12.393,4.163 -30.588,10.057 -48,2 -6.479,-3.988 -1.987,-7.03 -4,-13 -7.493,-22.226 -2.729,-7.863 3,-29 -5.162,-7.617 -9.077,-14.19 -18,-18 -9.54,-3.647 -18.266,2.072 -25,4 -23.566,6.747 -49.479,11.791 -62,29 -14.122,19.41 -9.408,22.14 -33,34 -5,-4.666 -10,-9.334 -15,-14 h -20 c -16.221,-3.248 -41.027,-25.461 -65,-12 -4,5.666 -8,11.334 -12,17 -7.606,5.619 -15.219,8.822 -22,15 -7.654,6.974 -12.165,18.234 -22,23 -10.666,1.667 -21.334,3.333 -32,5 -7,4.333 -14,8.667 -21,13 -5.666,-1.333 -11.334,-2.667 -17,-4 -7.845,-1.762 -72.28,-9.487 -74,-9 -32.922,9.327 -53.167,35.197 -88,46 -1.333,5.333 -2.667,10.667 -4,16 -8.999,5.333 -18.001,10.667 -27,16 -18.472,5.285 -27.836,-9.671 -42,-6 -15.999,7.999 -32.001,16.001 -48,24 -6.791,5.31 -8.158,15.19 -17,19 -13.771,5.933 -30.905,1.776 -46,2 -5.893,0.087 -6.347,3.107 -10,4 -7.666,-1.333 -15.334,-2.667 -23,-4 -8.333,1 -16.667,2 -25,3 -1,-1.333 -2,-2.667 -3,-4 0.333,-5.333 0.667,-10.667 1,-16 -6.071,-1.646 -16.879,0.164 -22,3 -1,0.667 -2,1.333 -3,2 1.333,4 2.667,8 4,12 -0.964,10.214 -11.61,19.188 -16,27 9.966,10.331 8.138,23.115 16,33 8.764,11.019 25.02,10.553 35,26 v 4 c -3.667,2 -7.333,4 -11,6 v 1 c 3.894,2.715 4.389,2.329 10,2 1.757,30.619 32.229,35.597 37,58 -3.374,4.936 -7.237,5.142 -9,12 5.441,9.93 12.934,30.078 22,37 v 3 c -3.772,1.843 -9.564,2.244 -16,2 -0.565,26.798 -12.916,40.724 -18,61 -2.598,10.358 1.281,17.933 3,25 -0.667,9.332 -1.333,18.668 -2,28 20.886,12.137 32.197,4.591 44,30 7.982,17.184 0.866,42.209 15,53 20.435,15.602 45.595,3.301 72,11 9.886,2.883 57.515,27.548 61,35 4.306,9.207 -1.239,14.826 7,21 27.018,6.682 48.679,8.246 58,39 l 6,3 c 6.559,-3.708 11.102,-8.619 15,-15 9.303,1.278 11.112,7.008 18,9 14.476,4.187 24.507,-5.618 38,1 10.748,5.271 15.508,24.622 31,19 v 5 c 34.618,-3.784 82.9,0.617 97,27 5.51,10.31 5.736,22.113 9,35 1.333,0.333 2.667,0.667 4,1 15.282,-12.703 22.022,-65.087 30,-87 7.005,-19.24 25.586,-47.39 41,-59 9.999,-4.999 20.001,-10.001 30,-15 4.666,-4.999 9.334,-10 14,-15 5,-0.333 10,-0.667 15,-1 19.596,-5.049 6.219,-12.469 34,-8 2.666,-3.666 5.334,-7.334 8,-11 5.974,7.463 8.491,8.021 20,6 1.871,3.06 2.74,5.152 6,7 l 2,2 c 2.914,-3 3.874,-7.112 4,-13 2.372,1.755 1.716,0.994 3,4 1,0.667 2,1.333 3,2 0.333,-2 0.667,-4 1,-6 3.269,2.643 2.668,3.868 8,5 5.907,-13.825 24.585,-23.674 36,-32 -2.681,-7.522 -12.643,-12.902 -10,-22 3.666,-3.114 4.486,0.959 9,-1 3,-3.333 6,-6.667 9,-10 10.611,-3.755 23.996,5.668 37,1 9.26,-3.323 15.649,-14.731 27,-19 2.683,-4.549 5.496,-16.794 3,-23 z m 106,-417 c -5.535,-3.991 -14.435,-8.426 -22,-10 -5.666,2.667 -11.334,5.333 -17,8 -2.961,9.909 -5.025,20.185 -6,33 8.946,8.913 14.282,20.806 23,30 h 4 c 3.333,-4.666 6.667,-9.334 10,-14 -0.667,-5.666 -1.333,-11.334 -2,-17 2.481,-12.077 10.822,-16.548 10,-30 z"
|
||||||
|
id="path11"
|
||||||
|
style="fill:#dcd7ba;fill-opacity:1;stroke:#333333;stroke-width:1.71402978;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||||
|
inkscape:connector-curvature="0"
|
||||||
|
sodipodi:nodetypes="cccccccccccccccccccccccccsccccccccccccccccccccccccccccscccccccccccccccccccccccccsccscccccccccccccccccccccccccccccc" />
|
||||||
|
</g>
|
||||||
|
</g></g></g></svg>
|
||||||
|
After Width: | Height: | Size: 9.7 KiB |
Loading…
Reference in New Issue