jhleem / egov star

한선우 한선우 2022-02-17 @86

로그인 디자인 수정
Index: base3.10/src/main/webapp/css/user/common.css =================================================================== --- base3.10/src/main/webapp/css/user/common.css (revision 85) +++ base3.10/src/main/webapp/css/user/common.css (revision 86) @@ -482,30 +482,37 @@ #mapS { background:url(/images/user/map2.jpg) 50% 50% no-repeat; } /*로그인*/ -.login_wrap { width:450px; margin:0 auto; display:flex; justify-content:center; flex-direction:column; align-items:center; } - -.login { width:100%; } -.login li { width:100%; margin-top:15px; } +.login_wrap { width:500px; margin:70px auto; display:flex; justify-content:center; flex-direction:column; align-items:center; } +.login { width:100%; border-radius:20px; padding:40px 25px 25px; border:1px solid #e7e7e7; box-shadow:0 0 25px 0 rgba(0,0,0,0.1);} +.login h1 { margin-bottom:25px; text-align:center; } +.login h1 img { height:15px; } +.login li { width:100%; margin-top:10px; } .login_input { display:flex; align-items:center; border:1px solid #ccc; justify-content:space-between; border-radius:5px; transition:all 0.3s;} .login_input:hover { box-shadow:0 0 10px 0 rgba(0,0,0,0.2); border-color:#999; } -.login li label { width:50px; height:45px; display:flex; justify-content:center; align-items:center; } -.login li:nth-child(1) label { background:url(/images/user/icon_login1.svg) 50% 50% no-repeat; background-size:20px 20px; } -.login li:nth-child(2) label { background:url(/images/user/icon_login2.svg) 50% 50% no-repeat; background-size:20px 20px; } +.login li .login_input label { width:50px; height:45px; display:flex; justify-content:center; align-items:center; } +.login li:nth-child(1) .login_input label { background:url(/images/user/icon_login1.svg) 50% 50% no-repeat; background-size:20px 20px; } +.login li:nth-child(2) .login_input label { background:url(/images/user/icon_login2.svg) 50% 50% no-repeat; background-size:20px 20px; } .login li .inputText { width:calc(100% - 50px); border:none; border-radius:0; border-radius:0 5px 5px 0; } .login li .inputText:hover { border:none; box-shadow:none; } -.login li button { width:100%; } -.login li:last-child { margin-top:10px; } +.login li:last-child { margin-top:20px; } +.login li ul { display:flex; justify-content:center; align-items:center; } +.login li ul li { width:auto; margin-top:0; display:flex; align-items:center; } +.login li ul li::after { content:''; display:inline-block; width:1px; height:14px; background:#ccc; margin:0 15px; } +.login li ul li:last-child { margin-top:0; } +.login li ul li:last-child::after { display:none; } +.login li .check { margin:0 3px 0 0; } +.login li .check label { display:flex; align-items:center; } -.benefit { width:100%; margin-top:60px; text-align:left; } -.benefit > p { margin-bottom:30px; } -.benefit ul { display:flex; justify-content:center; flex-direction:column; align-items:center;} -.benefit li { display:flex; align-items:center; width:100%; border:1px solid #e1e1e1; box-shadow:0 0 20px 0 rgba(0,0,0,0.15); padding:30px 0; margin-bottom:20px; border-radius:10px; } +.benefit { width:100%; margin-top:40px; text-align:left; } +.benefit > p { margin-bottom:20px; } +.benefit ul { display:flex; justify-content:center; flex-direction:column; border-top:2px solid #666;} +.benefit li { display:flex; align-items:flex-start; width:100%; border-bottom:1px solid #e1e1e1; padding:25px 0; } .benefit li:last-child { margin-bottom:0; } -.benefit li .img { width:150px; text-align:center; } -.benefit li img { height:50px; } +.benefit li .img { width:110px; text-align:center; margin-right: 10px; } +.benefit li img { height:40px; } .benefit li .text { text-align:left; } -.benefit li strong { display:block; font-size:1.3em; font-weight:900; color:#333; margin-bottom:15px; } - +.benefit li .text strong { display:block; font-size:1.2em; font-weight:600; color:#333; margin-bottom:7px; } +.benefit li .text p { font-size:0.9em; } @keyframes zoomIn { 0% { transform:scale(.6); opacity:0; } Index: base3.10/src/main/webapp/css/user/popup.css =================================================================== --- base3.10/src/main/webapp/css/user/popup.css (revision 85) +++ base3.10/src/main/webapp/css/user/popup.css (revision 86) @@ -26,10 +26,6 @@ .btn-layer-close:hover { transform:rotate(90deg);transition:all 0.3s;} .btn-layer-close:hover::before, .btn-layer-close:hover::after { background:#000; } -/*로그인*/ -.login li { width:100%; margin-bottom:7px; } -.login li:last-child { margin-bottom:0; } - /*통합검색*/ .wrap-layer-popup.search_popup { align-items:flex-start; } Index: base3.10/src/main/webapp/WEB-INF/jsp/egovframework/com/uat/uia/EgovLoginUsr.jsp =================================================================== --- base3.10/src/main/webapp/WEB-INF/jsp/egovframework/com/uat/uia/EgovLoginUsr.jsp (revision 85) +++ base3.10/src/main/webapp/WEB-INF/jsp/egovframework/com/uat/uia/EgovLoginUsr.jsp (revision 86) @@ -32,8 +32,14 @@ <head> <title><spring:message code="comUatUia.title" /></title><!-- 로그인 --> <meta http-equiv="content-type" content="text/html; charset=utf-8"> -<link type="text/css" rel="stylesheet" href="<c:url value='/css/egovframework/com/com.css' />"> -<link type="text/css" rel="stylesheet" href="<c:url value='/css/egovframework/com/uat/uia/login.css' />"> +<%-- <link type="text/css" rel="stylesheet" href="<c:url value='/css/egovframework/com/com.css' />"> +<link type="text/css" rel="stylesheet" href="<c:url value='/css/egovframework/com/uat/uia/login.css' />"> --%> +<link rel="stylesheet" type="text/css" href="/css/user/font.css" /> +<link rel="stylesheet" type="text/css" href="/css/user/style.css" /> +<link rel="stylesheet" type="text/css" href="/css/user/board.css" /> +<link rel="stylesheet" type="text/css" href="/css/user/common.css" /> +<link rel="stylesheet" type="text/css" href="/css/user/popup.css" /> +<link rel="stylesheet" type="text/css" href="/css/user/responsive.css" /> <script type="text/javascript" src="<c:url value='/js/egovframework/com/cmm/showModalDialog.js'/>" ></script> <script type="text/javascript" src="<c:url value='/js/egovframework/com/cmm/jquery.js'/>" ></script> <script type="text/javaScript" language="javascript"> @@ -168,47 +174,85 @@ <!-- 일반로그인 --> -<div class="login_form"> - <form name="loginForm" id="loginForm" action="<c:url value='/uat/uia/actionLogin.do'/>" method="post"> - <input type="hidden" id="message" name="message" value="<c:out value='${message}'/>"> - - <fieldset> - <img src="<c:url value='/images/egovframework/com/uat/uia/login_tit.png'/>" style="margin:30px 0 0px 60px" alt="login title image" title="login title image"> - - <div class="login_input"> - <ul> - <!-- 아이디 --> - <c:set var="title"><spring:message code="comUatUia.loginForm.id"/></c:set> - <li> - <label for="id">${title}</label> - <input type="text" name="id" id="id" maxlength="20" title="${title} ${inputTxt}" placeholder="${title} ${inputTxt}"> - </li> - <!-- 비밀번호 --> - <c:set var="title"><spring:message code="comUatUia.loginForm.pw"/></c:set> - <li> - <label for="password">${title}</label> - <input type="password" name="password" id="password" maxlength="20" title="${title} ${inputTxt}" placeholder="${title} ${inputTxt}"> - </li> - <!-- 아이디 저장 --> - <c:set var="title"><spring:message code="comUatUia.loginForm.idSave"/></c:set> - <li class="chk"> - <input type="checkbox" name="checkId" class="check2" id="checkId">${title} - </li> - <li> - <input type="button" class="btn_login" value="<spring:message code="comUatUia.loginForm.login"/>" onclick="actionLogin()"> <!-- 로그인 --> - </li> - <li> - <ul class="btn_idpw" > - <li><a href="#" onclick="goRegiUsr(); return false;"><spring:message code="comUatUia.loginForm.regist"/></a></li> <!-- 회원가입 --> +<div class="login_wrap"> + + + + <div class="login"> + <h1><a href="/" title="crossroards webzine 메인페이지로 이동"><img src="<c:url value='/images/user/logo.svg'/>" alt="crossroards webzine"></a></h1> + <form name="loginForm" id="loginForm" action="<c:url value='/uat/uia/actionLogin.do'/>" method="post"> + <input type="hidden" id="message" name="message" value="<c:out value='${message}'/>"> + <fieldset> + <ul> + <!-- 아이디 --> + <c:set var="title"><spring:message code="comUatUia.loginForm.id"/></c:set> + <li> + <div class="login_input"> + <label for="id"><em class="blind">${title}</em></label> + <input type="text" class="inputText" name="id" id="id" maxlength="20" title="${title} ${inputTxt}" placeholder="${title} ${inputTxt}"> + </div> + </li> + <!-- 비밀번호 --> + <c:set var="title"><spring:message code="comUatUia.loginForm.pw"/></c:set> + <li> + <div class="login_input"> + <label for="password"><em class="blind">${title}</em></label> + <input type="password" name="password" id="password" maxlength="20" class="inputText" title="${title} ${inputTxt}" placeholder="${title} ${inputTxt}"> + </div> + </li> + <li> + <button type="button" class="btn_l width100p bg_navy" id="loginBtn" title="로그인" value="<spring:message code="comUatUia.loginForm.login"/>" onclick="actionLogin()">로그인</button> <!-- 로그인 --> + </li> + <li> + <ul> + <!-- 아이디 저장 --> + <c:set var="title"><spring:message code="comUatUia.loginForm.idSave"/></c:set> + <li> + <div class="checkbox"> + <div class="check"><input type="checkbox" name="checkId" class="check2" id="checkId"><label for="checkId">${title}</label></div> + </div> + </li> + <li><a href="javascript:void(0);" class="link" onclick="goRegiUsr(); return false;"><spring:message code="comUatUia.loginForm.regist"/></a></li> <!-- 회원가입 --> + </ul> + </li> </ul> - </li> - </ul> + </fieldset> + + <input name="userSe" type="hidden" value="USR"/> + <input name="j_username" type="hidden"/> + </form> </div> - </fieldset> + + <div class="benefit"> + <p>※ APCTP 회원으로 가입하시면,<br> + 다음과 같은 다양한 정보와 서비스를 무료로 받으실 수 있습니다.</p> + <ul> + <li> + <div class="img"><img src="/images/user/icon_benefit1.svg" alt="메일링서비스이미지"></div> + <div class="text"><strong>메일링서비스</strong> + <p>Bulletin 신청</p> + <p>APCTP 학술행사 안내</p> + <p>과학커뮤니케이션 행사 안내</p> + </div> + </li> + <li> + <div class="img"><img src="/images/user/icon_benefit2.svg" alt="학술활동, 국제협력이미지이미지"></div> + <div class="text"><strong>학술활동, 국제협력</strong> + <p>학술 프로그램 신청</p> + <p>VOD 서비스</p> + </div> + </li> + <li> + <div class="img"><img src="/images/user/icon_benefit3.svg" alt="과학커뮤니케이션 프로그램"></div> + <div class="text"><strong>과학커뮤니케이션 프로그램</strong> + <p>행사 참가 신청 가능</p> + <p>행사 VOD 서비스</p> + <p>행사 포토 다운로드</p> + </div> + </li> + </ul> + </div> - <input name="userSe" type="hidden" value="USR"/> - <input name="j_username" type="hidden"/> - </form> </div> <!-- 팝업 폼 --> Index: base3.10/src/main/webapp/images/user/bg_history.jpg =================================================================== Cannot display: file marked as a binary type. svn:mime-type = application/octet-stream Property changes on: base3.10/src/main/webapp/images/user/bg_history.jpg ___________________________________________________________________ Added: svn:mime-type + application/octet-stream Index: base3.10/src/main/webapp/images/user/no_img.svg =================================================================== --- base3.10/src/main/webapp/images/user/no_img.svg (nonexistent) +++ base3.10/src/main/webapp/images/user/no_img.svg (revision 86) @@ -0,0 +1,39 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --> +<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> +<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" + width="124.889px" height="117.75px" viewBox="0 0 124.889 117.75" enable-background="new 0 0 124.889 117.75" + xml:space="preserve"> +<g> + <g> + <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="44.0249" y1="32.043" x2="80.4582" y2="78.1918"> + <stop offset="0" style="stop-color:#CFCFCF"/> + <stop offset="1" style="stop-color:#E0E0E0;stop-opacity:0"/> + </linearGradient> + <polygon fill="url(#SVGID_1_)" points="1.107,63.65 53.139,117.75 124.889,48.5 86.044,1.754 "/> + <path fill="#FFFFFF" d="M86.25,61.415c0,1.565-1.269,2.835-2.835,2.835H2.834C1.269,64.25,0,62.98,0,61.415V2.835 + C0,1.27,1.269,0,2.834,0h80.581c1.566,0,2.835,1.27,2.835,2.835V61.415z"/> + <circle fill="#E8E8E8" cx="17.75" cy="14.5" r="6.25"/> + <polygon fill="#E8E8E8" points="11.5,52.5 74.25,52.5 57.75,27.25 47.5,42.25 33.25,20.75 "/> + </g> + <g> + <path fill="#4A494A" d="M12.591,85.626h1.811l2.579,4.726l0.888,1.919h0.06c-0.096-0.924-0.228-2.1-0.228-3.106v-3.538h1.679 + v8.875h-1.799l-2.566-4.749l-0.899-1.907h-0.06c0.084,0.959,0.216,2.075,0.216,3.094v3.563h-1.679V85.626z"/> + <path fill="#4A494A" d="M22.167,90.027c0-2.891,1.619-4.569,3.97-4.569c2.351,0,3.97,1.691,3.97,4.569 + c0,2.879-1.619,4.642-3.97,4.642C23.787,94.669,22.167,92.906,22.167,90.027z M28.296,90.027c0-1.907-0.84-3.046-2.159-3.046 + c-1.319,0-2.159,1.139-2.159,3.046c0,1.896,0.84,3.106,2.159,3.106C27.457,93.134,28.296,91.923,28.296,90.027z"/> + <path fill="#4A494A" d="M36.639,85.626h1.775v8.875h-1.775V85.626z"/> + <path fill="#4A494A" d="M41.631,85.626h1.967l1.511,4.149c0.192,0.552,0.36,1.14,0.54,1.715h0.06 + c0.192-0.575,0.348-1.163,0.54-1.715l1.475-4.149h1.967v8.875h-1.619v-3.706c0-0.84,0.132-2.075,0.216-2.914h-0.048l-0.72,2.087 + l-1.367,3.729h-1.02l-1.379-3.729l-0.708-2.087h-0.048c0.084,0.839,0.228,2.074,0.228,2.914v3.706h-1.595V85.626z"/> + <path fill="#4A494A" d="M57.072,92.223h-2.878l-0.624,2.278h-1.799l2.842-8.875h2.087l2.854,8.875h-1.859L57.072,92.223z + M56.688,90.843l-0.264-0.972c-0.276-0.923-0.516-1.942-0.78-2.902h-0.048c-0.228,0.972-0.492,1.979-0.755,2.902l-0.264,0.972 + H56.688z"/> + <path fill="#4A494A" d="M61.047,90.1c0-2.927,1.895-4.642,4.258-4.642c1.283,0,2.171,0.552,2.747,1.14l-0.948,1.127 + c-0.432-0.42-0.935-0.743-1.739-0.743c-1.475,0-2.506,1.151-2.506,3.058c0,1.932,0.888,3.095,2.626,3.095 + c0.433,0,0.864-0.12,1.116-0.336v-1.751h-1.572v-1.451h3.154v4.006c-0.6,0.588-1.643,1.067-2.878,1.067 + C62.882,94.669,61.047,93.062,61.047,90.1z"/> + <path fill="#4A494A" d="M71.126,85.626h5.445v1.475h-3.67v2.052h3.119v1.486h-3.119v2.375h3.803v1.487h-5.578V85.626z"/> + </g> +</g> +</svg> Index: base3.10/src/main/webapp/images/user/icon_login1.svg =================================================================== --- base3.10/src/main/webapp/images/user/icon_login1.svg (nonexistent) +++ base3.10/src/main/webapp/images/user/icon_login1.svg (revision 86) @@ -0,0 +1,22 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- Generator: Adobe Illustrator 26.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) --> +<svg version="1.1" id="레이어_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" + y="0px" viewBox="0 0 31.2 20" style="enable-background:new 0 0 31.2 20;" xml:space="preserve"> +<style type="text/css"> + .st0{fill:#797A79;} +</style> +<g> + <g> + <g> + <path class="st0" d="M30.3,20H0.9C0.4,20,0,19.6,0,19.1V0.9C0,0.4,0.4,0,0.9,0h29.4c0.5,0,0.9,0.4,0.9,0.9v18.2 + C31.2,19.6,30.8,20,30.3,20z M1.8,18.2h27.5V1.8H1.8V18.2z"/> + </g> + </g> + <path class="st0" d="M15.6,12.6c-0.2,0-0.4-0.1-0.5-0.2L0.4,1.7C0.1,1.4-0.1,1,0,0.6S0.5,0,0.9,0h29.4c0.4,0,0.7,0.3,0.9,0.6 + c0.1,0.4,0,0.8-0.3,1L16.1,12.4C16,12.5,15.8,12.6,15.6,12.6z M3.7,1.8l11.9,8.7l11.9-8.7H3.7z"/> + <path class="st0" d="M1.9,19.4c-0.3,0-0.6-0.1-0.7-0.4c-0.3-0.4-0.2-1,0.2-1.3l11.1-8.3c0.4-0.3,1-0.2,1.3,0.2 + c0.3,0.4,0.2,1-0.2,1.3L2.5,19.2C2.3,19.3,2.1,19.4,1.9,19.4z"/> + <path class="st0" d="M30.3,20c-0.2,0-0.4-0.1-0.5-0.2l-12.4-9.1c-0.4-0.3-0.5-0.9-0.2-1.3C17.4,9.1,18,9,18.4,9.3l12.4,9.1 + c0.4,0.3,0.5,0.9,0.2,1.3C30.8,19.9,30.6,20,30.3,20z"/> +</g> +</svg> Index: base3.10/src/main/webapp/images/user/icon_login2.svg =================================================================== --- base3.10/src/main/webapp/images/user/icon_login2.svg (nonexistent) +++ base3.10/src/main/webapp/images/user/icon_login2.svg (revision 86) @@ -0,0 +1,141 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- Generator: Adobe Illustrator 26.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) --> +<svg version="1.1" id="레이어_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" + y="0px" viewBox="0 0 31.2 20" style="enable-background:new 0 0 31.2 20;" xml:space="preserve"> +<style type="text/css"> + .st0{fill:#797A79;} +</style> +<g> + <g> + <path class="st0" d="M24.3,20H6.6c-0.5,0-0.9-0.4-0.9-0.9s0.4-0.9,0.9-0.9h17.7c0.5,0,0.9,0.4,0.9,0.9S24.8,20,24.3,20z"/> + </g> + <g> + <path class="st0" d="M30.3,15.8H0.9c-0.5,0-0.9-0.4-0.9-0.9v-14C0,0.4,0.4,0,0.9,0h29.4c0.5,0,0.9,0.4,0.9,0.9v14 + C31.2,15.4,30.8,15.8,30.3,15.8z M1.8,14h27.5V1.8H1.8V14z"/> + <g> + <g> + <g> + <path class="st0" d="M6.4,7.6c0.3-0.1,0.5-0.2,0.8-0.4C7.4,7.1,7.6,7,7.7,7C7.9,6.9,8,6.9,8.1,6.9c0.1,0,0.3,0,0.4,0.1 + c0.1,0.1,0.2,0.2,0.2,0.4c0,0.1,0,0.2-0.1,0.3C8.5,7.7,8.4,7.8,8.3,7.8C7.8,8,7.2,8.2,6.6,8.3C6.7,8.4,6.9,8.5,7,8.7 + C7.2,8.8,7.3,8.9,7.3,9C7.4,9,7.4,9.1,7.6,9.3s0.2,0.2,0.2,0.3s0.1,0.2,0.1,0.3c0,0.1,0,0.2-0.1,0.3c-0.1,0.1-0.2,0.1-0.4,0.1 + c-0.2,0-0.3-0.1-0.5-0.4C6.6,9.7,6.4,9.3,6.1,8.7C5.7,9.2,5.5,9.6,5.4,9.8s-0.2,0.3-0.3,0.4c-0.1,0.1-0.2,0.1-0.3,0.1 + c-0.2,0-0.3-0.1-0.4-0.2c-0.1-0.1-0.1-0.2-0.1-0.3c0-0.1,0-0.2,0.1-0.2c0.4-0.5,0.8-0.9,1.2-1.3C5.2,8.2,4.9,8.1,4.6,8.1 + S4,7.9,3.7,7.8c0,0-0.1-0.1-0.1-0.2S3.5,7.5,3.5,7.4c0-0.1,0.1-0.3,0.2-0.4S3.9,6.9,4,6.9c0.1,0,0.2,0,0.4,0.1 + C4.5,7,4.7,7.1,5,7.2s0.5,0.2,0.8,0.4C5.7,7.3,5.6,7.1,5.6,6.7c0-0.3-0.1-0.6-0.1-0.7c0-0.2,0-0.3,0.1-0.4 + c0.1-0.1,0.2-0.2,0.4-0.2c0.1,0,0.3,0.1,0.4,0.2s0.1,0.3,0.1,0.4c0,0,0,0.1,0,0.3c0,0.1,0,0.3-0.1,0.5C6.4,7.1,6.4,7.3,6.4,7.6 + z"/> + <path class="st0" d="M7.3,10.4c-0.2,0-0.4-0.1-0.6-0.4C6.5,9.8,6.3,9.4,6,8.9C5.8,9.4,5.6,9.7,5.5,9.8 + c-0.1,0.2-0.2,0.3-0.3,0.4c-0.1,0.1-0.3,0.2-0.4,0.2c-0.2,0-0.3-0.1-0.5-0.2C4.2,10.1,4.1,10,4.1,9.8c0-0.1,0-0.2,0.1-0.3 + c0.3-0.4,0.7-0.8,1-1.2C5,8.3,4.8,8.2,4.6,8.2C4.3,8.1,4,8,3.7,7.9c-0.1,0-0.1-0.1-0.2-0.2C3.4,7.6,3.4,7.5,3.4,7.4 + c0-0.2,0.1-0.3,0.2-0.4C3.8,6.7,4,6.7,4.4,6.9C4.6,6.9,4.8,7,5,7.1c0.2,0.1,0.4,0.2,0.6,0.3c0-0.2-0.1-0.4-0.1-0.7 + c0-0.3-0.1-0.6-0.1-0.7c0-0.2,0.1-0.3,0.2-0.5c0.1-0.1,0.3-0.2,0.5-0.2c0.2,0,0.3,0.1,0.5,0.2c0.1,0.1,0.2,0.3,0.2,0.5 + c0,0.1,0,0.2,0,0.3c0,0.1,0,0.3-0.1,0.5c0,0.1,0,0.3-0.1,0.5c0.2-0.1,0.4-0.2,0.6-0.3C7.3,7,7.5,6.9,7.7,6.9 + C7.8,6.8,8,6.8,8.1,6.8c0.2,0,0.3,0.1,0.5,0.2c0.1,0.1,0.2,0.3,0.2,0.4c0,0.1,0,0.2-0.1,0.3C8.5,7.8,8.5,7.9,8.4,7.9 + c-0.5,0.2-1,0.3-1.5,0.4C6.9,8.4,7,8.5,7.1,8.6c0.3,0.3,0.3,0.3,0.3,0.3C7.5,9,7.5,9.1,7.6,9.2c0.1,0.1,0.2,0.2,0.2,0.3 + C7.9,9.6,8,9.7,8,9.8c0,0.2-0.1,0.3-0.2,0.4C7.7,10.4,7.5,10.4,7.3,10.4z M6.1,8.4l0.1,0.2c0.3,0.6,0.5,1,0.7,1.3 + c0.2,0.3,0.3,0.3,0.4,0.3c0.1,0,0.2,0,0.3-0.1C7.7,10,7.7,9.9,7.7,9.8c0-0.1,0-0.1,0-0.2c0,0-0.1-0.1-0.2-0.3 + C7.3,9.2,7.3,9.1,7.2,9c0,0-0.1-0.1-0.3-0.3C6.8,8.6,6.6,8.4,6.5,8.3L6.3,8.2l0.3,0C7.2,8,7.8,7.9,8.3,7.7c0,0,0.1,0,0.1-0.1 + c0-0.1,0.1-0.1,0.1-0.2c0-0.1,0-0.2-0.1-0.3C8.3,7,8.2,7,8.1,7c0,0-0.1,0-0.3,0.1C7.6,7.1,7.4,7.2,7.2,7.3 + C7,7.5,6.7,7.6,6.4,7.7L6.2,7.8l0-0.2l0.1,0l-0.1,0c0-0.3,0.1-0.5,0.1-0.7c0-0.2,0-0.4,0.1-0.5c0-0.1,0-0.2,0-0.3 + c0-0.1,0-0.3-0.1-0.3C6.3,5.7,6.2,5.6,6.1,5.6c-0.1,0-0.2,0-0.3,0.1C5.7,5.8,5.7,5.9,5.7,6c0,0.1,0,0.3,0.1,0.7 + c0,0.3,0.1,0.6,0.1,0.9l0,0.2L5.7,7.7C5.4,7.6,5.1,7.4,4.9,7.3C4.7,7.2,4.5,7.1,4.3,7.1C4,7,3.9,7,3.8,7.1 + C3.7,7.2,3.6,7.3,3.6,7.4c0,0.1,0,0.1,0.1,0.2c0,0.1,0.1,0.1,0.1,0.1C4.1,7.8,4.3,7.9,4.6,8C4.9,8,5.2,8.1,5.5,8.1l0.3,0 + L5.6,8.3C5.2,8.7,4.8,9.1,4.4,9.6c0,0,0,0.1,0,0.2c0,0.1,0,0.2,0.1,0.2c0.1,0.1,0.4,0.2,0.5,0C5.1,10,5.2,9.9,5.3,9.7 + c0.1-0.2,0.3-0.5,0.6-1.1L6.1,8.4z"/> + </g> + </g> + <g> + <g> + <path class="st0" d="M12.8,7.6c0.3-0.1,0.5-0.2,0.8-0.4C13.7,7.1,13.9,7,14.1,7c0.1-0.1,0.3-0.1,0.3-0.1c0.1,0,0.3,0,0.4,0.1 + c0.1,0.1,0.2,0.2,0.2,0.4c0,0.1,0,0.2-0.1,0.3c-0.1,0.1-0.1,0.1-0.2,0.2C14.2,8,13.6,8.2,13,8.3c0.1,0.1,0.3,0.2,0.4,0.4 + s0.3,0.3,0.3,0.3c0.1,0.1,0.1,0.2,0.3,0.3c0.1,0.1,0.2,0.2,0.2,0.3c0,0.1,0.1,0.2,0.1,0.3c0,0.1,0,0.2-0.1,0.3 + c-0.1,0.1-0.2,0.1-0.4,0.1s-0.3-0.1-0.5-0.4c-0.2-0.2-0.4-0.7-0.7-1.3c-0.3,0.6-0.5,0.9-0.6,1.1s-0.2,0.3-0.3,0.4 + c-0.1,0.1-0.2,0.1-0.3,0.1c-0.2,0-0.3-0.1-0.4-0.2c-0.1-0.1-0.1-0.2-0.1-0.3c0-0.1,0-0.2,0.1-0.2c0.4-0.5,0.8-0.9,1.2-1.3 + c-0.3-0.1-0.6-0.1-0.9-0.2c-0.3-0.1-0.6-0.2-0.9-0.3c0,0-0.1-0.1-0.1-0.2S9.9,7.5,9.9,7.4C9.9,7.2,9.9,7.1,10,7 + c0.1-0.1,0.2-0.1,0.4-0.1c0.1,0,0.2,0,0.4,0.1c0.1,0.1,0.3,0.1,0.6,0.3s0.5,0.2,0.8,0.4C12,7.3,12,7.1,12,6.7 + c0-0.3-0.1-0.6-0.1-0.7c0-0.2,0-0.3,0.1-0.4c0.1-0.1,0.2-0.2,0.4-0.2c0.1,0,0.3,0.1,0.4,0.2c0.1,0.1,0.1,0.3,0.1,0.4 + c0,0,0,0.1,0,0.3c0,0.1,0,0.3-0.1,0.5S12.8,7.3,12.8,7.6z"/> + <path class="st0" d="M13.7,10.4c-0.2,0-0.4-0.1-0.6-0.4c-0.2-0.2-0.4-0.6-0.7-1.1c-0.2,0.5-0.4,0.8-0.5,0.9 + c-0.1,0.2-0.2,0.3-0.3,0.4c-0.3,0.2-0.7,0.2-0.9,0c-0.1-0.1-0.2-0.3-0.2-0.4c0-0.1,0-0.2,0.1-0.3c0.3-0.4,0.7-0.8,1-1.2 + c-0.3,0-0.5-0.1-0.7-0.1C10.6,8.1,10.3,8,10,7.9c-0.1,0-0.1-0.1-0.2-0.2C9.8,7.6,9.8,7.5,9.8,7.4c0-0.2,0.1-0.3,0.2-0.4 + c0.2-0.2,0.5-0.2,0.9-0.1C11,6.9,11.1,7,11.4,7.1c0.2,0.1,0.4,0.2,0.6,0.3c0-0.2-0.1-0.4-0.1-0.7c0-0.3-0.1-0.6-0.1-0.7 + c0-0.2,0.1-0.3,0.2-0.5c0.1-0.1,0.3-0.2,0.5-0.2c0.2,0,0.3,0.1,0.5,0.2C13,5.7,13,5.9,13,6.1c0,0.1,0,0.2,0,0.3 + c0,0.1,0,0.3-0.1,0.5l-0.1,0.5c0.2-0.1,0.4-0.2,0.6-0.3C13.7,7,13.9,6.9,14,6.9c0.2-0.1,0.3-0.1,0.4-0.1c0.2,0,0.3,0.1,0.5,0.2 + c0.1,0.1,0.2,0.3,0.2,0.4c0,0.1,0,0.2-0.1,0.3c-0.1,0.1-0.1,0.2-0.2,0.2c-0.5,0.2-1,0.3-1.5,0.4c0.1,0.1,0.2,0.2,0.2,0.3 + c0.3,0.3,0.3,0.3,0.3,0.3C13.8,9,13.9,9.1,14,9.2c0.1,0.1,0.2,0.2,0.2,0.3c0.1,0.1,0.1,0.2,0.1,0.3c0,0.2-0.1,0.3-0.2,0.4 + C14,10.4,13.9,10.4,13.7,10.4z M12.4,8.4l0.1,0.2c0.3,0.6,0.5,1,0.7,1.3c0.2,0.3,0.3,0.3,0.4,0.3c0.1,0,0.2,0,0.3-0.1 + c0.1-0.1,0.1-0.2,0.1-0.3c0-0.1,0-0.1,0-0.2c0,0-0.1-0.1-0.2-0.3c-0.1-0.1-0.2-0.2-0.3-0.3c0,0-0.1-0.1-0.3-0.3 + c-0.2-0.2-0.3-0.3-0.4-0.4l-0.2-0.2l0.3,0c0.6-0.1,1.2-0.2,1.7-0.4c0,0,0.1,0,0.1-0.1c0-0.1,0.1-0.1,0.1-0.2 + c0-0.1,0-0.2-0.1-0.3C14.6,7,14.5,7,14.4,7c0,0-0.1,0-0.3,0.1c-0.1,0.1-0.3,0.1-0.6,0.3c-0.2,0.1-0.5,0.2-0.8,0.4l-0.2,0.1 + l0.1-0.9c0-0.2,0-0.4,0.1-0.5c0-0.1,0-0.2,0-0.3c0-0.1,0-0.3-0.1-0.3c-0.1-0.1-0.2-0.1-0.3-0.1c-0.1,0-0.2,0-0.3,0.1 + C12.1,5.8,12,5.9,12,6c0,0.1,0,0.3,0.1,0.7c0,0.3,0.1,0.6,0.1,0.9l0,0.2L12,7.7c-0.3-0.1-0.5-0.3-0.8-0.4 + c-0.2-0.1-0.4-0.2-0.6-0.3c-0.3-0.1-0.4-0.1-0.6,0C10,7.2,10,7.3,10,7.4c0,0.1,0,0.1,0.1,0.2c0,0.1,0.1,0.1,0.1,0.1 + C10.4,7.8,10.7,7.9,11,8c0.3,0.1,0.6,0.1,0.9,0.2l0.3,0l-0.2,0.2c-0.4,0.4-0.8,0.8-1.2,1.3c0,0,0,0.1,0,0.2 + c0,0.1,0,0.2,0.1,0.2c0.1,0.1,0.4,0.2,0.5,0c0.1-0.1,0.2-0.2,0.3-0.4c0.1-0.2,0.3-0.5,0.6-1.1L12.4,8.4z"/> + </g> + </g> + <g> + <g> + <path class="st0" d="M19.1,7.6c0.3-0.1,0.5-0.2,0.8-0.4C20.1,7.1,20.3,7,20.4,7c0.1-0.1,0.3-0.1,0.3-0.1c0.1,0,0.3,0,0.4,0.1 + s0.2,0.2,0.2,0.4c0,0.1,0,0.2-0.1,0.3c-0.1,0.1-0.1,0.1-0.2,0.2C20.5,8,20,8.2,19.3,8.3c0.1,0.1,0.3,0.2,0.4,0.4 + C19.9,8.8,20,8.9,20,9c0.1,0.1,0.1,0.2,0.3,0.3c0.1,0.1,0.2,0.2,0.2,0.3c0,0.1,0.1,0.2,0.1,0.3c0,0.1,0,0.2-0.1,0.3 + c-0.1,0.1-0.2,0.1-0.4,0.1c-0.2,0-0.3-0.1-0.5-0.4c-0.2-0.2-0.4-0.7-0.7-1.3c-0.3,0.6-0.5,0.9-0.6,1.1s-0.2,0.3-0.3,0.4 + c-0.1,0.1-0.2,0.1-0.3,0.1c-0.2,0-0.3-0.1-0.4-0.2C17,10.1,17,9.9,17,9.8c0-0.1,0-0.2,0.1-0.2c0.4-0.5,0.8-0.9,1.2-1.3 + c-0.3-0.1-0.6-0.1-0.9-0.2s-0.6-0.2-0.9-0.3c0,0-0.1-0.1-0.1-0.2c0-0.1-0.1-0.2-0.1-0.2c0-0.1,0.1-0.3,0.2-0.4s0.2-0.1,0.4-0.1 + c0.1,0,0.2,0,0.4,0.1c0.1,0.1,0.3,0.1,0.6,0.3s0.5,0.2,0.8,0.4c-0.1-0.3-0.1-0.5-0.1-0.9c0-0.3-0.1-0.6-0.1-0.7 + c0-0.2,0-0.3,0.1-0.4s0.2-0.2,0.4-0.2c0.1,0,0.3,0.1,0.4,0.2s0.1,0.3,0.1,0.4c0,0,0,0.1,0,0.3c0,0.1,0,0.3-0.1,0.5 + C19.2,7.1,19.1,7.3,19.1,7.6z"/> + <path class="st0" d="M20.1,10.4c-0.2,0-0.4-0.1-0.6-0.4c-0.2-0.2-0.4-0.6-0.7-1.1c-0.2,0.4-0.4,0.8-0.5,0.9 + c-0.1,0.2-0.2,0.3-0.3,0.4c-0.1,0.1-0.3,0.2-0.4,0.2c-0.2,0-0.3-0.1-0.5-0.2c-0.1-0.1-0.2-0.3-0.2-0.4c0-0.1,0-0.2,0.1-0.3 + c0.3-0.4,0.7-0.8,1-1.2c-0.3,0-0.5-0.1-0.7-0.1C17,8.1,16.7,8,16.4,7.9c-0.1,0-0.1-0.1-0.2-0.2c-0.1-0.1-0.1-0.2-0.1-0.3 + c0-0.2,0.1-0.3,0.2-0.4c0.2-0.2,0.5-0.2,0.9-0.1c0.1,0.1,0.3,0.1,0.6,0.3c0.2,0.1,0.4,0.2,0.6,0.3c0-0.2-0.1-0.4-0.1-0.7 + c0-0.3-0.1-0.6-0.1-0.7c0-0.2,0.1-0.3,0.2-0.5c0.1-0.1,0.3-0.2,0.5-0.2c0.2,0,0.3,0.1,0.5,0.2c0.1,0.1,0.2,0.3,0.2,0.5 + c0,0.1,0,0.2,0,0.3c0,0.1,0,0.3-0.1,0.5c0,0.1,0,0.3-0.1,0.5c0.2-0.1,0.4-0.2,0.6-0.3c0.2-0.1,0.4-0.2,0.6-0.3 + c0.2-0.1,0.3-0.1,0.4-0.1c0.2,0,0.3,0.1,0.5,0.2c0.1,0.1,0.2,0.3,0.2,0.4c0,0.1,0,0.2-0.1,0.3c-0.1,0.1-0.1,0.2-0.2,0.2 + c-0.5,0.2-1,0.3-1.5,0.4c0.1,0.1,0.2,0.2,0.2,0.3c0.3,0.3,0.3,0.3,0.3,0.3c0.1,0.1,0.1,0.2,0.2,0.3c0.1,0.1,0.2,0.2,0.2,0.3 + c0.1,0.1,0.1,0.2,0.1,0.3c0,0.2-0.1,0.3-0.2,0.4C20.4,10.4,20.2,10.4,20.1,10.4z M18.8,8.4l0.1,0.2c0.3,0.6,0.5,1,0.7,1.3 + c0.2,0.3,0.3,0.3,0.4,0.3c0.1,0,0.2,0,0.3-0.1c0.1-0.1,0.1-0.2,0.1-0.3c0-0.1,0-0.1,0-0.2c0,0-0.1-0.1-0.2-0.3 + C20.1,9.2,20,9.1,19.9,9c0,0-0.1-0.1-0.3-0.3c-0.2-0.2-0.3-0.3-0.4-0.4l-0.2-0.2l0.3,0C19.9,8,20.5,7.9,21,7.7 + c0,0,0.1,0,0.1-0.1c0-0.1,0.1-0.1,0.1-0.2c0-0.1,0-0.2-0.1-0.3C21,7,20.9,7,20.8,7c0,0-0.1,0-0.3,0.1c-0.1,0.1-0.3,0.1-0.6,0.3 + c-0.2,0.1-0.5,0.2-0.8,0.4L19,7.8l0-0.2c0-0.3,0.1-0.5,0.1-0.7c0-0.2,0-0.4,0.1-0.5c0-0.1,0-0.2,0-0.3c0-0.1,0-0.3-0.1-0.3 + c-0.1-0.2-0.4-0.2-0.5,0c-0.1,0.1-0.1,0.2-0.1,0.3c0,0.1,0,0.3,0.1,0.7c0,0.3,0.1,0.6,0.1,0.9l0,0.2l-0.2-0.1 + c-0.3-0.1-0.5-0.3-0.8-0.4c-0.2-0.1-0.4-0.2-0.5-0.3c-0.3-0.1-0.5-0.1-0.6,0c-0.1,0.1-0.1,0.2-0.1,0.3c0,0.1,0,0.1,0.1,0.2 + c0,0.1,0.1,0.1,0.1,0.1c0.3,0.1,0.6,0.2,0.8,0.3c0.3,0.1,0.6,0.1,0.9,0.2l0.3,0l-0.2,0.2c-0.4,0.4-0.8,0.8-1.2,1.3 + c0,0,0,0.1,0,0.2c0,0.1,0,0.2,0.1,0.2c0.1,0.1,0.4,0.2,0.5,0c0.1-0.1,0.2-0.2,0.3-0.4c0.1-0.2,0.3-0.5,0.6-1.1L18.8,8.4z"/> + </g> + </g> + <g> + <g> + <path class="st0" d="M25.5,7.6c0.3-0.1,0.5-0.2,0.8-0.4C26.5,7.1,26.7,7,26.8,7c0.1-0.1,0.3-0.1,0.3-0.1c0.1,0,0.3,0,0.4,0.1 + s0.2,0.2,0.2,0.4c0,0.1,0,0.2-0.1,0.3c-0.1,0.1-0.1,0.1-0.2,0.2c-0.5,0.2-1.1,0.4-1.7,0.5c0.1,0.1,0.3,0.2,0.4,0.4 + c0.2,0.2,0.3,0.3,0.3,0.3c0.1,0.1,0.1,0.2,0.3,0.3s0.2,0.2,0.2,0.3c0,0.1,0.1,0.2,0.1,0.3c0,0.1,0,0.2-0.1,0.3 + c-0.1,0.1-0.2,0.1-0.4,0.1c-0.2,0-0.3-0.1-0.5-0.4c-0.2-0.2-0.4-0.7-0.7-1.3c-0.3,0.6-0.5,0.9-0.6,1.1 + c-0.1,0.2-0.2,0.3-0.3,0.4c-0.1,0.1-0.2,0.1-0.3,0.1c-0.2,0-0.3-0.1-0.4-0.2c-0.1-0.1-0.1-0.2-0.1-0.3c0-0.1,0-0.2,0.1-0.2 + c0.4-0.5,0.8-0.9,1.2-1.3c-0.3-0.1-0.6-0.1-0.9-0.2s-0.6-0.2-0.9-0.3c0,0-0.1-0.1-0.1-0.2c0-0.1-0.1-0.2-0.1-0.2 + c0-0.1,0.1-0.3,0.2-0.4s0.2-0.1,0.4-0.1c0.1,0,0.2,0,0.4,0.1C23.6,7,23.8,7.1,24,7.2s0.5,0.2,0.8,0.4c-0.1-0.3-0.1-0.5-0.1-0.9 + c0-0.3-0.1-0.6-0.1-0.7c0-0.2,0-0.3,0.1-0.4s0.2-0.2,0.4-0.2c0.1,0,0.3,0.1,0.4,0.2s0.1,0.3,0.1,0.4c0,0,0,0.1,0,0.3 + c0,0.1,0,0.3-0.1,0.5S25.5,7.3,25.5,7.6z"/> + <path class="st0" d="M26.4,10.4c-0.2,0-0.4-0.1-0.6-0.4c-0.2-0.2-0.4-0.6-0.7-1.1c-0.2,0.5-0.4,0.8-0.5,0.9 + c-0.1,0.2-0.2,0.3-0.3,0.4c-0.1,0.1-0.3,0.2-0.4,0.2c-0.2,0-0.3-0.1-0.5-0.2c-0.1-0.1-0.2-0.3-0.2-0.4c0-0.1,0-0.2,0.1-0.3 + c0.3-0.4,0.7-0.8,1-1.2c-0.3,0-0.5-0.1-0.7-0.1c-0.3-0.1-0.6-0.2-0.9-0.3c-0.1,0-0.1-0.1-0.2-0.2c-0.1-0.1-0.1-0.2-0.1-0.3 + c0-0.2,0.1-0.3,0.2-0.4c0.2-0.2,0.5-0.2,0.9-0.1c0.1,0.1,0.3,0.1,0.6,0.3c0.2,0.1,0.4,0.2,0.6,0.3c0-0.2-0.1-0.4-0.1-0.7 + c0-0.3-0.1-0.6-0.1-0.7c0-0.2,0.1-0.3,0.2-0.5c0.1-0.1,0.3-0.2,0.5-0.2c0.2,0,0.3,0.1,0.5,0.2c0.1,0.1,0.2,0.3,0.2,0.5 + c0,0.1,0,0.2,0,0.3c0,0.1,0,0.3-0.1,0.5c0,0.1,0,0.3-0.1,0.5c0.2-0.1,0.4-0.2,0.6-0.3c0.2-0.1,0.4-0.2,0.6-0.3 + c0.2-0.1,0.3-0.1,0.4-0.1c0.2,0,0.3,0.1,0.5,0.2c0.1,0.1,0.2,0.3,0.2,0.4c0,0.1,0,0.2-0.1,0.3c-0.1,0.1-0.1,0.2-0.2,0.2 + c-0.5,0.2-1,0.3-1.5,0.4c0.1,0.1,0.2,0.2,0.2,0.3c0.3,0.3,0.3,0.3,0.3,0.3c0.1,0.1,0.1,0.2,0.2,0.3c0.1,0.1,0.2,0.2,0.2,0.3 + c0.1,0.1,0.1,0.2,0.1,0.3c0,0.2-0.1,0.3-0.2,0.4C26.8,10.4,26.6,10.4,26.4,10.4z M25.2,8.4l0.1,0.2c0.3,0.6,0.5,1,0.7,1.3 + c0.2,0.3,0.3,0.3,0.4,0.3c0.1,0,0.2,0,0.3-0.1c0.1-0.1,0.1-0.2,0.1-0.3c0-0.1,0-0.1,0-0.2c0,0-0.1-0.1-0.2-0.3 + c-0.1-0.1-0.2-0.2-0.3-0.3c0,0-0.1-0.1-0.3-0.3c-0.2-0.2-0.3-0.3-0.4-0.4l-0.2-0.2l0.3,0c0.6-0.1,1.2-0.2,1.7-0.4 + c0,0,0.1,0,0.1-0.1c0-0.1,0.1-0.1,0.1-0.2c0-0.1,0-0.2-0.1-0.3C27.4,7,27.3,7,27.2,7c0,0-0.1,0-0.3,0.1 + c-0.1,0.1-0.3,0.1-0.6,0.3c-0.2,0.1-0.5,0.2-0.8,0.4l-0.2,0.1l0-0.2l0.1,0l-0.1,0c0-0.3,0.1-0.5,0.1-0.7c0-0.2,0-0.4,0.1-0.5 + c0-0.1,0-0.2,0-0.3c0-0.1,0-0.3-0.1-0.3c-0.1-0.1-0.2-0.1-0.3-0.1c-0.1,0-0.2,0-0.3,0.1c-0.1,0.1-0.1,0.2-0.1,0.3 + c0,0.1,0,0.3,0.1,0.7c0,0.3,0.1,0.6,0.1,0.9l0,0.2l-0.2-0.1c-0.3-0.1-0.5-0.3-0.8-0.4c-0.2-0.1-0.4-0.2-0.5-0.3 + C23.1,7,23,7,22.8,7.1c-0.1,0.1-0.1,0.2-0.1,0.3c0,0.1,0,0.1,0.1,0.2c0,0.1,0.1,0.1,0.1,0.1c0.3,0.1,0.6,0.2,0.8,0.3 + C24,8,24.3,8.1,24.6,8.1l0.3,0l-0.2,0.2c-0.4,0.4-0.8,0.8-1.2,1.3c0,0,0,0.1,0,0.2c0,0.1,0,0.2,0.1,0.2c0.1,0.1,0.4,0.2,0.5,0 + c0.1-0.1,0.2-0.2,0.3-0.4c0.1-0.2,0.3-0.5,0.6-1.1L25.2,8.4z"/> + </g> + </g> + </g> + </g> +</g> +</svg> Index: base3.10/src/main/webapp/images/user/icon_benefit1.svg =================================================================== --- base3.10/src/main/webapp/images/user/icon_benefit1.svg (nonexistent) +++ base3.10/src/main/webapp/images/user/icon_benefit1.svg (revision 86) @@ -0,0 +1,38 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- Generator: Adobe Illustrator 26.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) --> +<svg version="1.1" id="레이어_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" + y="0px" viewBox="0 0 91 105.4" style="enable-background:new 0 0 91 105.4;" xml:space="preserve"> +<style type="text/css"> + .st0{fill:#DBDBE1;} + .st1{fill:#FFFFFF;} + .st2{fill:#A9C0E4;} + .st3{fill:none;stroke:#3D3736;stroke-width:5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;} + .st4{fill:#CACBCB;stroke:#3D3736;stroke-width:5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;} + .st5{clip-path:url(#SVGID_00000160155710524548877610000016477170796228858512_);fill:#DBDBE1;} +</style> +<g> + <path class="st0" d="M80.8,35.3c0,19.5-15.8,35.3-35.3,35.3c-19.5,0-35.3-15.8-35.3-35.3C10.2,15.8,26,0,45.5,0 + C65,0,80.8,15.8,80.8,35.3"/> + <polygon class="st1" points="18.2,56.3 18.2,23.3 73.4,23.3 73.4,55.9 51.6,70.1 45.5,66.2 39.3,70.6 "/> + <g> + <g> + <polygon class="st2" points="61.5,22.8 45.5,9.2 29.5,22.8 "/> + <polyline class="st3" points="17.6,54.8 17.6,22.8 73.4,22.8 73.4,54.8 "/> + <polygon class="st3" points="2.5,45.9 2.5,102.9 88.5,102.9 "/> + <polygon class="st3" points="88.5,45.9 88.5,102.9 2.5,102.9 "/> + <polygon class="st4" points="45.5,66.2 2.5,102.9 88.5,102.9 "/> + <g> + <polygon class="st2" points="88.5,45.9 73.4,33 73.4,55.9 "/> + <polygon class="st2" points="17.6,33 2.5,45.9 17.6,55.9 "/> + </g> + <polygon class="st3" points="61.5,22.8 45.5,9.2 29.5,22.8 "/> + <g> + <polygon class="st3" points="88.5,45.9 73.4,33 73.4,55.9 "/> + <polygon class="st3" points="17.6,33 2.5,45.9 17.6,55.9 "/> + </g> + </g> + <line class="st3" x1="34.2" y1="36.3" x2="56.8" y2="36.3"/> + <line class="st3" x1="34.2" y1="47" x2="56.8" y2="47"/> + </g> +</g> +</svg> Index: base3.10/src/main/webapp/images/user/icon_benefit2.svg =================================================================== --- base3.10/src/main/webapp/images/user/icon_benefit2.svg (nonexistent) +++ base3.10/src/main/webapp/images/user/icon_benefit2.svg (revision 86) @@ -0,0 +1,26 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- Generator: Adobe Illustrator 26.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) --> +<svg version="1.1" id="레이어_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" + y="0px" viewBox="0 0 96.7 92.9" style="enable-background:new 0 0 96.7 92.9;" xml:space="preserve"> +<style type="text/css"> + .st0{fill:#DBDBE1;} + .st1{fill:#FFFFFF;} + .st2{fill:#A9C0E4;} + .st3{fill:none;stroke:#3D3736;stroke-width:5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;} + .st4{fill:#CACBCB;stroke:#3D3736;stroke-width:5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;} + .st5{clip-path:url(#SVGID_00000101089891464192951130000007021227902503731101_);fill:#DBDBE1;} +</style> +<g> + <path class="st0" d="M85.7,37.3C85.7,58,69,74.7,48.3,74.7C27.7,74.7,11,58,11,37.3C11,16.7,27.7,0,48.3,0 + C69,0,85.7,16.7,85.7,37.3"/> + <polygon class="st2" points="94.2,31.6 2.5,31.6 9.1,20.8 87.6,20.8 "/> + <polygon class="st3" points="94.2,31.6 2.5,31.6 9.1,20.8 87.6,20.8 "/> + <rect x="2.5" y="31.6" class="st2" width="91.7" height="31.2"/> + <rect x="2.5" y="31.6" class="st3" width="91.7" height="31.2"/> + <rect x="5.6" y="62.8" class="st2" width="85.5" height="27.5"/> + <rect x="5.6" y="62.8" class="st3" width="85.5" height="27.5"/> + <rect x="43" y="54.6" class="st1" width="10.7" height="16.5"/> + <rect x="43" y="54.6" class="st3" width="10.7" height="16.5"/> + <polyline class="st3" points="31.9,26.2 31.9,14.8 64.8,14.8 64.8,26.2 "/> +</g> +</svg> Index: base3.10/src/main/webapp/images/user/icon_benefit3.svg =================================================================== --- base3.10/src/main/webapp/images/user/icon_benefit3.svg (nonexistent) +++ base3.10/src/main/webapp/images/user/icon_benefit3.svg (revision 86) @@ -0,0 +1,46 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- Generator: Adobe Illustrator 26.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) --> +<svg version="1.1" id="레이어_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" + y="0px" viewBox="0 0 118.2 97.2" style="enable-background:new 0 0 118.2 97.2;" xml:space="preserve"> +<style type="text/css"> + .st0{fill:#DBDBE1;} + .st1{fill:#FFFFFF;} + .st2{fill:#A9C0E4;} + .st3{fill:none;stroke:#3D3736;stroke-width:5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;} + .st4{fill:#CACBCB;stroke:#3D3736;stroke-width:5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;} + .st5{clip-path:url(#SVGID_00000068650324247163401930000014626974981335767222_);fill:#DBDBE1;} +</style> +<g> + <g> + <g> + <defs> + <rect id="SVGID_1_" x="18.3" y="6.7" width="83.7" height="83.7"/> + </defs> + <clipPath id="SVGID_00000114045453406418840810000011119006653318798750_"> + <use xlink:href="#SVGID_1_" style="overflow:visible;"/> + </clipPath> + <path style="clip-path:url(#SVGID_00000114045453406418840810000011119006653318798750_);fill:#DBDBE1;" d="M102.1,48.6 + c0,23.1-18.7,41.9-41.9,41.9c-23.1,0-41.9-18.7-41.9-41.9c0-23.1,18.7-41.9,41.9-41.9C83.3,6.7,102.1,25.5,102.1,48.6"/> + </g> + </g> + <path class="st2" d="M81,2.5c16.1,0,29.7,9.6,33.6,22.5c0.3,0.8,0.5,1.6,0.6,2.4c0.4,1.7,0.5,3.5,0.5,5.3c0,8.9-4.4,16.9-11.5,22.4 + c2.6,5.7,6.8,9.9,11.2,11.2c-8.2,0.5-15.7-1.7-20.5-6c-4.3,1.6-9,2.5-14,2.5c-19.2,0-34.7-13.5-34.7-30.2C46.3,16,61.8,2.5,81,2.5" + /> + <path class="st3" d="M81,2.5c16.1,0,29.7,9.6,33.6,22.5c0.3,0.8,0.5,1.6,0.6,2.4c0.4,1.7,0.5,3.5,0.5,5.3c0,8.9-4.4,16.9-11.5,22.4 + c2.6,5.7,6.8,9.9,11.2,11.2c-8.2,0.5-15.7-1.7-20.5-6c-4.3,1.6-9,2.5-14,2.5c-19.2,0-34.7-13.5-34.7-30.2C46.3,16,61.8,2.5,81,2.5z + "/> + <line class="st3" x1="72.4" y1="34.5" x2="73.9" y2="34.5"/> + <line class="st3" x1="81.1" y1="34.5" x2="82.7" y2="34.5"/> + <line class="st3" x1="89.9" y1="34.5" x2="91.4" y2="34.5"/> + <path class="st1" d="M37.2,30.8c-16.1,0-29.7,9.6-33.6,22.5c-0.3,0.8-0.5,1.6-0.6,2.4c-0.4,1.7-0.5,3.5-0.5,5.3 + c0,8.9,4.4,16.9,11.5,22.4c-2.6,5.7-6.8,9.9-11.2,11.2c8.2,0.5,15.7-1.7,20.5-6c4.3,1.6,9,2.5,14,2.5c19.2,0,34.7-13.5,34.7-30.2 + C71.9,44.3,56.4,30.8,37.2,30.8z"/> + <path class="st3" d="M37.2,30.8c-16.1,0-29.7,9.6-33.6,22.5c-0.3,0.8-0.5,1.6-0.6,2.4c-0.4,1.7-0.5,3.5-0.5,5.3 + c0,8.9,4.4,16.9,11.5,22.4c-2.6,5.7-6.8,9.9-11.2,11.2c8.2,0.5,15.7-1.7,20.5-6c4.3,1.6,9,2.5,14,2.5c19.2,0,34.7-13.5,34.7-30.2 + C71.9,44.3,56.4,30.8,37.2,30.8"/> + <line class="st3" x1="27.3" y1="62.7" x2="28.8" y2="62.7"/> + <line class="st3" x1="36" y1="62.7" x2="37.6" y2="62.7"/> + <line class="st3" x1="44.8" y1="62.7" x2="46.3" y2="62.7"/> + <path class="st3" d="M47.3,39.7c2.3,8.4,8.7,15.5,17.2,19.5"/> +</g> +</svg>
Add a comment
List