--- src/main/webapp/WEB-INF/jsp/web/cop/bbs/TermsListAgreement_2026_Ajax.jsp
+++ src/main/webapp/WEB-INF/jsp/web/cop/bbs/TermsListAgreement_2026_Ajax.jsp
... | ... | @@ -45,7 +45,7 @@ |
| 45 | 45 |
<!-- 이용약관 --> |
| 46 | 46 |
<div class="pay_cont current" id="tab1_1"> |
| 47 | 47 |
<div class="clause_new"> |
| 48 |
- <p class="title">제112장 총칙</p> |
|
| 48 |
+ <p class="title">제1장 총칙</p> |
|
| 49 | 49 |
<ul class="conlist7"> |
| 50 | 50 |
<li><strong>1조(목적)</strong>이 약관은 주식회사 아이티앤(이하 “회사”라 한다)이 제공하는 인터넷 서비스 문자고(www.munjago.co.kr, 이하 “서비스”라 한다)을 이용함에 있어 회사와 이용자의 권리, 의무, 책임사항 및 기타 필요한 사항을 규정함을 목적으로 합니다.</li> |
| 51 | 51 |
<li><strong>2조(용어의 정의)</strong>이 약관에서 사용하는 용어의 정의는 다음과 같습니다.<br> |
--- src/main/webapp/img/adminLogo2.png
+++ src/main/webapp/img/adminLogo2.png
| Binary file is not shown |
--- src/main/webapp/img/adminLogo3.png
+++ src/main/webapp/img/adminLogo3.png
| Binary file is not shown |
--- src/main/webapp/img/post/login_left_bg2.png
+++ src/main/webapp/img/post/login_left_bg2.png
| Binary file is not shown |
--- src/main/webapp/pb/css/common.css
+++ src/main/webapp/pb/css/common.css
... | ... | @@ -8,7 +8,7 @@ |
| 8 | 8 |
/* header */ |
| 9 | 9 |
header{width: 100%;height: 70px;vertical-align: middle;box-shadow: 0 1px 4px 2px rgba(0,0,0,0.1);position: absolute;top: 0;left: 0;z-index: 2;background-color:#fff;}
|
| 10 | 10 |
header h1,.topRight{float: left;vertical-align: top;}
|
| 11 |
-header h1{background-color: #456ded;max-width: 240px; width: 100%; height: 100%; text-align: center;}
|
|
| 11 |
+header h1{background-color: #fff;display:flex;max-width: 240px; width: 100%; height: 100%; text-align: center;justify-content:center;align-items:center;}
|
|
| 12 | 12 |
header h1 img{margin: 10px;}
|
| 13 | 13 |
|
| 14 | 14 |
header input[type="button"]{background-repeat: no-repeat;border: none;background-color: transparent;}
|
--- src/main/webapp/publish/css/mem.css
+++ src/main/webapp/publish/css/mem.css
... | ... | @@ -47,15 +47,18 @@ |
| 47 | 47 |
|
| 48 | 48 |
/* checkbox - css 스타일 들어간 체크박스 */ |
| 49 | 49 |
.joinCheckbox{display: none;}
|
| 50 |
-.joinCheckbox+label{display: inline-block; vertical-align: middle; margin-bottom: 3px; position: relative; cursor: pointer;padding:0 0 0 36px;line-height:24px;}
|
|
| 51 |
-.joinCheckbox+label::after {width:24px;height:24px;border-radius:50%;background-image: url(/publish/images/mem/check2_ckecked.png);background-repeat: no-repeat; background-position: center;position: absolute;content: "";display: inline-block;top:0;left:0;border-radius: 50%;border: 2px solid #fff;vertical-align:top;box-sizing:border-box;}
|
|
| 50 |
+.joinCheckbox+label{display: inline-block; height:24px; vertical-align: middle; position: relative; cursor: pointer;padding:0 0 0 24px;}
|
|
| 51 |
+.joinCheckbox.allCheck+label{padding:0 0 0 36px;margin:4px 0 0 0;}
|
|
| 52 |
+.joinCheckbox.allCheck+label::after{top:-1px;}
|
|
| 53 |
+.joinCheckbox.type2+label{padding:0 0 0 36px;}
|
|
| 54 |
+.joinCheckbox+label::after {width:24px;height:24px;border-radius:50%;background-image: url(/publish/images/mem/check2_ckecked.png);background-repeat: no-repeat; background-position:center 53%;position: absolute;content: "";display: inline-block;top:0;left:0;border-radius: 50%;border: 2px solid #fff;vertical-align:top;box-sizing:border-box;}
|
|
| 52 | 55 |
.joinCheckbox+label span.esn {font-size:20px;font-weight:500;color:var(--primary-color);}
|
| 53 | 56 |
.joinCheckbox+label span.sel {font-size:20px;font-weight:500;color:#0fab7a;}
|
| 54 | 57 |
.joinCheckbox+label strong {font-size:20px;font-weight:500;}
|
| 55 | 58 |
.joinCheckbox:checked+label{position: relative;font-weight:500;color:var(--primary-color);}
|
| 56 | 59 |
.joinCheckbox:checked+label::after{background-image: url(/publish/images/mem/check2_ckecked.png);background-color: var(--primary-color);border: 1px solid var(--primary-color);}
|
| 57 | 60 |
|
| 58 |
-.joinCheckbox.type2+label::after {background-image: url(/publish/images/mem/check2.png);border: 2px solid #ccc;}
|
|
| 61 |
+.joinCheckbox.type2+label::after {background-image: url(/publish/images/mem/check2.png);border: 2px solid #ccc;background-position:center 58%;}
|
|
| 59 | 62 |
.joinCheckbox.type2:checked+label::after{background-image: url(/publish/images/mem/check2_ckecked.png); border: 1px solid var(--primary-color);}
|
| 60 | 63 |
|
| 61 | 64 |
.joinCheckbox.type3+label{}
|
... | ... | @@ -74,9 +77,9 @@ |
| 74 | 77 |
|
| 75 | 78 |
.mem_cont .mem_nav li i {position: relative; width: 70px; height: 70px; background-color: #ebedef; border-radius: 50%;}
|
| 76 | 79 |
.mem_cont .mem_nav li i::after {background-repeat: no-repeat; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); content: "";}
|
| 77 |
-.mem_cont .mem_nav li:nth-child(1) i::after {background-image: url(/publish/images/mem/step1.png); width: 34px; height: 33px;}
|
|
| 78 |
-.mem_cont .mem_nav li:nth-child(2) i::after {background-image: url(/publish/images/mem/step2.png); width: 23px; height: 37px;}
|
|
| 79 |
-.mem_cont .mem_nav li:nth-child(3) i::after {background-image: url(/publish/images/mem/step3.png); width: 37px; height: 34px;}
|
|
| 80 |
+.mem_cont .mem_nav li:nth-child(1) i::after {background-image: url(/publish/images/mem/step1.png); width: 28px; height: 30px;}
|
|
| 81 |
+.mem_cont .mem_nav li:nth-child(2) i::after {background-image: url(/publish/images/mem/step2.png); width: 26px; height: 30px;}
|
|
| 82 |
+.mem_cont .mem_nav li:nth-child(3) i::after {background-image: url(/publish/images/mem/step3.png); width: 31px; height: 30px;}
|
|
| 80 | 83 |
/* on */ |
| 81 | 84 |
.mem_cont .mem_nav li.on>div {color: var(--primary-color);}
|
| 82 | 85 |
.mem_cont .mem_nav li.on::before {background-color: var(--primary-color);}
|
... | ... | @@ -139,6 +142,8 @@ |
| 139 | 142 |
|
| 140 | 143 |
.mem_cont.join2 .reqTxt3 {color: #666; font-weight: 300; padding: 15px 0 60px 0;}
|
| 141 | 144 |
|
| 145 |
+.mem_cont.join3 .joinCheckbox.type2+label{padding:0 0 0 24px;}
|
|
| 146 |
+ |
|
| 142 | 147 |
/* 약관 */ |
| 143 | 148 |
.agree_text p{font-weight: 300; color: #222; line-height: 1.5; letter-spacing: -0.5px;}
|
| 144 | 149 |
.agree_text .top_tit_text{font-size: 22px; font-weight: 700; margin-bottom: 30px;}
|
... | ... | @@ -184,9 +189,11 @@ |
| 184 | 189 |
.input_list .input_list_item .input_left span.poe_noti2 {display:block;margin:6px 0 0;font-size:15px;letter-spacing:-0.025em;color:#e40000;}
|
| 185 | 190 |
.input_list .input_list_item .input_left .essential {display:inline-block;margin:4px 2px 0 -8px;vertical-align:top;color:#e40000;}
|
| 186 | 191 |
.input_list .input_list_item .input_right {width: calc(100% - 155px); height: 30px; padding-left: 25px; font-weight: 300; box-sizing: border-box; position: relative; display: flex; align-items: center;}
|
| 192 |
+.input_list .input_list_item .input_right span{white-space:nowrap;}
|
|
| 187 | 193 |
.input_list .input_list_item .input_right .list_selType1 {padding-left:0;}
|
| 188 |
-.input_list .input_list_item .input_right input[type="radio"]+label {margin-left: 3px;}
|
|
| 189 |
-.input_list .input_list_item .input_right.resNum input[type="text"] {width: calc(100% - 74px); padding: 0 10px 0 0;}
|
|
| 194 |
+.input_list .input_list_item .input_right input[type="radio"]{margin:-2px 0 0 0;}
|
|
| 195 |
+.input_list .input_list_item .input_right input[type="radio"]+label {margin:0 18px 0 6px;}
|
|
| 196 |
+.input_list .input_list_item .input_right.resNum input[type="text"] {width: calc(100% - 100px); padding: 0 10px 0 2px;margin:-2px 0 0 0;}
|
|
| 190 | 197 |
/* input focus 영영값 수정 */ |
| 191 | 198 |
.input_list .input_list_item.input_list_phone .input_right input[type=text] {width:83%;}
|
| 192 | 199 |
.input_list .input_list_item.input_list_biz .input_right input[type=text] {width:73%;}
|
... | ... | @@ -253,7 +260,7 @@ |
| 253 | 260 |
.consent_info .consent_info_cont:nth-child(2) {margin-bottom: 40px;}
|
| 254 | 261 |
.consent_info .consent_info_cont p:first-child {font-weight: 500; color: #e40000;}
|
| 255 | 262 |
.consent_info .consent_info_cont p:last-child {line-height: 1.45; letter-spacing: -0.5px; padding-top: 10px;}
|
| 256 |
-.consent_info .checkbox_wrap {margin-right: 5px;}
|
|
| 263 |
+.consent_info .checkbox_wrap {position:relative;margin-right: 5px;}
|
|
| 257 | 264 |
.consent_info>div:last-child {position: absolute; bottom: 30px; right: 35px;}
|
| 258 | 265 |
.consent_info>div:last-child span {color: #666; font-weight: 300;}
|
| 259 | 266 |
|
Add a comment
Delete comment
Once you delete this comment, you won't be able to recover it. Are you sure you want to delete this comment?