# THE LIVING\_Mobile 스킨 가이드

> #### 공통

<details>

<summary>포인트 컬러 일괄 변경하기</summary>

1. 컬러코드값 확인\
   THE LIVING 스킨에 적용되어 있는 기본 컬러 코드 **#dd3d42**을 확인합니다.&#x20;
2. **디자인 스킨 리스트 접속** | 모바일샵 > 모바일샵 디자인 관리 > 디자인 스킨 리스트&#x20;
3. **스타일시트/CSS 변경** | 모바일샵 > 모바일샵 디자인 관리 > 디자인 스킨 리스트\
   좌측 하단 폴더트리 내 스타일시트/CSS더블 클릭하여 아래와 같이 표시된 **스타일 시트**를 오픈합니다.\
   \
   ![](/files/oEcQBZLd5IkG1VLoH6sj)<br>
4. ctrl+F 검색 후 수정하기\
   스타일시트 파일을 열어 **Ctrl + F(검색)**&#xB97C; 누르고 **#dd3d42**를 검색하여 **원하는 포인트 컬러 코드**로 변경합니다. \
   \
   css/gd\_button.css (총 157개) \
   css/gd\_common.css (총 4개) \
   css/gd\_layout.css (총 2개) \
   css/gd\_plus\_review\.css (총 7개) \
   css/goods/goods.css (총 4개) \
   css/goods/list/list\_01.css (총 4개)

   css/goods/list/list\_02.css (총 4개) \
   css/goods/list/list\_04.css (총 4개) \
   css/goods/list/list\_06.css (총 4개) \
   css/goods/list/list\_07.css (총 4개) \
   css/goods/list/list\_09.css (총 3개) \
   css/goods/list/list\_11.css (총 7개) \
   css/main/main.css(총 1개) \
   css/mypage/mypage.css(총 9개) \
   css/order/order.css (총 12개) \
   css/proc/proc.css(총 6개)

</details>

<details>

<summary>상단 메뉴 영역 변경하기</summary>

![](/files/QgOiGdw7nagGWZzStoiW)

1. 로고가 있는 가장 상단의 **background(배경색)** 값을 변경해줍니다. \
   `변경 위치`  css > gd\_layout.css **14줄**\
   &#x20; `14` #header\_wrap header {    width: 100%;    min-width: 320px;    background: #272727;    z-index: 300;}
2. 장바구니의 갯수가 노출되는 **background(배경색)** 값을 변경해줍니다. \
   `변경 위치`  css > gd\_layout.css **36줄**\
   &#x20; `36` #header\_wrap header .header\_box .cart\_count {    position: absolute;    top: 22px;    right: 0;    display: block;    padding: 3px 6px 1px 6px;    line-height: 15px;    border-radius: 100%;    color: #fff;    background: #dd3d42;    vertical-align: middle;    font-size: 11px;}
3. 로고영역과 게시판메뉴 영역을 구분짓는 **border-bottom의 #454545의 색상값을** 변경해줍니다. \
   `변경 위치`  css > gd\_layout.css **16줄**\
   &#x20; `16` #header\_wrap header .header\_box {    border-bottom: 1px solid #454545;}

   &#x20;
4. 게시판메뉴의 **background(배경색)** 값을 변경해줍니다.\
   `변경 위치`  css > main > main.css **13줄**\
   &#x20; `13`  .main .main\_top\_menu {    display: table;    width: 100%;    background: #272727;}

   &#x20;
5. 게시판메뉴 텍스트의 **color(색상)** 값을 변경해줍니다. \
   `변경 위치`  css > main > main.css **15줄**\
   &#x20; `15` .main .main\_top\_menu li a {    display: block;    padding: 13px 0 13px 0;    font-size: 14px;    color: #c3c3c3;}

</details>

<details>

<summary>슬라이드 메뉴 영역 변경하기</summary>

![](/files/ClKCd6kpVjqITozKFp6y)

1. 로그인과 회원가입이 있는 영역의**background(배경색)** 값을 변경해줍니다. \
   `변경 위치`  css > gd\_layout.css **81줄**\
   &#x20; `81` .nav\_banner {    position: relative;    height: 58px;    margin: 0 auto;    padding: 8px 0 4px 0;    text-align: center;    background: #272727;}
2. 로그인버튼의**background(배경색)** 값을 변경해줍니다. \
   `변경 위치`  css > gd\_layout.css **85줄**\
   &#x20; `85` .nav\_banner .nav\_login ul li:first-child {    background: #dd3d42;    margin: 0;}
3. 회원가입버튼의**background(배경색)** 값을 변경해줍니다. \
   `변경 위치`  css > gd\_layout.css **86줄**\
   &#x20; `86` .nav\_banner .nav\_login ul li.btn\_join {    background: #111111;}
4. 아이콘메뉴 영역의**background(배경색)** 값을 변경해줍니다. \
   `변경 위치`  css > gd\_layout.css **94줄**\
   &#x20; `94` .nav\_link {    padding: 10px 0 20px 0;    background: #272727;}
5. category메뉴의**background(배경색),color(색상)** 값을 변경해줍니다. \
   `변경 위치`  css > gd\_layout.css **107줄**\
   &#x20; `107` .nav\_tabmenu\_box .nav\_tabmenu li.on span {    background: #ffffff;    color: #333333;    font-weight: bold;}
6. brand메뉴의**background(배경색),color(색상)** 값을 변경해줍니다. \
   `변경 위치`  css > gd\_layout.css **106줄**\
   &#x20; `106` .nav\_tabmenu\_box .nav\_tabmenu li span {    display: block;    padding: 10px 0 10px 0;    background: #e9e9e9;    color: #acacac;    font-size: 14px;}
7. 카테고리 메뉴들의 굵은느낌을 삭제하기 위해서는**font-weight: bold; 를 font-weight: normal;** 값으로 변경해줍니다. \
   `변경 위치`  css > proc > proc.css **9줄**\
   &#x20; `9` .category\_side > li > a {    font-weight: bold;}
8. 카테고리 클릭시의**color(색상)** 값을 변경해줍니다.\
   `변경 위치`  css > proc > proc.css **10줄**\
   &#x20; `10`  .category\_side > li > a.on {    color: #dd3d42;}
9. 카테고리 구분선인**border-top의 #d0d0d0인 색상** 값을 변경해줍니다. \
   `변경 위치`  css > proc > proc.css **6줄**\
   &#x20; `6` .category\_side > li ul {    display: none;    border-top: 1px solid #d0d0d0;}
10. 메뉴들의**font-size(폰트크기), color(색상)** 값을 변경해줍니다. \
    `변경 위치`  css > proc > proc.css **7줄**\
    &#x20; `7` .category\_side > li a {    position: relative;    display: block;    padding: 12px 0 12px 0;    font-size: 16px;    color: #262626;}
11. Community메뉴의**font-size(폰트크기), color(색상)** 값을 변경해줍니다. \
    `변경 위치`  css > gd\_layout.css **113줄**\
    &#x20; `113` .nav\_community\_box .comm\_tit {    padding: 10px 0 10px 10px;    margin: 0 10px 0 10px;    font-size: 18px;    color: #272727;    font-weight: bold;    border-bottom: 1px solid #000000;}
12. Community메뉴들의**font-size(폰트크기), color(색상)** 값을 변경해줍니다. \
    `변경 위치`  css > gd\_layout.css **116줄**\
    &#x20; `116` .nav\_community\_box .board\_cate li a {    display: block;    padding: 12px 0;    font-size: 16px;    color: #1c1c1c;}

</details>

<details>

<summary>하단 영역 변경하기</summary>

![](/files/7tDRRGpaPqhConmz5MAW)

1. top버튼 영역의**background(배경색)** 값을 변경해줍니다. \
   `변경 위치`  css > gd\_layout.css **129줄**\
   &#x20; `129` #footer footer .ft\_btn\_top a {    display: inline-block;    width: 100%;    height: 46px;    border-top: 1px solid #505050;    border-bottom: 1px solid #434343;    text-align: center;    color: #ffffff;    background: #272727;    line-height: 46px;    font-size: 13px;    font-weight: bold;}
2. top텍스트의**color(색상)** 값을 변경해줍니다. \
   `변경 위치`  css > gd\_layout.css **129줄**\
   &#x20; `129` #footer footer .ft\_btn\_top a {    display: inline-block;    width: 100%;    height: 46px;    border-top: 1px solid #505050;    border-bottom: 1px solid #434343;    text-align: center;    color: #ffffff;    background: #272727;    line-height: 46px;    font-size: 13px;    font-weight: bold;}
3. top버튼과 아래영역의 구분선인**border-bottom에 #434343 색상** 값을 변경해줍니다. \
   `변경 위치`  css > gd\_layout.css **129줄**\
   &#x20; `129` #footer footer .ft\_btn\_top a {    display: inline-block;    width: 100%;    height: 46px;    border-top: 1px solid #505050;    border-bottom: 1px solid #434343;    text-align: center;    color: #ffffff;    background: #272727;    line-height: 46px;    font-size: 13px;    font-weight: bold;}
4. 하단영역 전체**background(배경색)** 값을 변경해줍니다. \
   `변경 위치`  css > gd\_layout.css **135, 134줄**\
   &#x20; `135` #footer footer .ft\_button\_box {    padding: 0 25px;    background: #272727;}\
   &#x20; `134` #footer footer .ft\_info2\_box {    background: #272727;}
5. 고객센터와 PC화면 버튼의**background(배경색),color(색상)** 값을 변경해줍니다. \
   `변경 위치`  css > gd\_layout.css **140줄**\
   &#x20; `140` #footer footer .ft\_button\_box ul li a {    display: block;    padding: 10px 0;    background: #dddddd;    color: #444444;    font-size: 13px;}
6. 하단기본 메뉴의**font-size(폰트크기),color(색상)** 값을 변경해줍니다. \
   `변경 위치`  css > gd\_layout.css **143줄**\
   &#x20; `143` #footer footer .ft\_info2\_box .ft\_menu li a {    display: block;    padding: 18px 0 18px 0;    font-size: 11px;    color: #d1d1d1;    text-align: center;    letter-spacing: -1px;}
7. 개인정보처리방침 폰트의**color(색상), font-weight(폰트굵기)** 값을 변경해줍니다. \
   `변경 위치`  css > gd\_layout.css **144줄**\
   &#x20; `144` #footer footer .ft\_info2\_box .ft\_menu li a.privacy {    color: #fff;    font-weight: bold;}
8. 사이트 기본 정보영역의**color(색상), font-size(폰트크기)** 값을 변경해줍니다. \
   `변경 위치`  css > gd\_layout.css **145줄**\
   &#x20; `145` #footer footer .ft\_info2\_box .ft\_address {    padding: 0 50px 0 50px;    text-align: center;    font-size: 12px;    color: #e0e0e0;    word-break: keep-all;}
9. 카피라이터의**color(색상), font-size(폰트크기)** 값을 변경해줍니다. \
   `변경 위치`  css > gd\_layout.css **151줄**\
   &#x20; `151` #footer footer .ft\_copy {    padding-bottom: 23px;    color: #e0e0e0;    font-size: 12px;    text-align: center;    font-style: normal;}

</details>

<details>

<summary>로고 변경 [배너 관리] 특이사항</summary>

1. THE LIVING 모바일 스킨은 설치 시, 상단 영역의 색상이 검정색으로 기본 설정되어 있습니다.\
   이 영역의 색상은 원하는 색으로 자유롭게 변경이 가능합니다.
2. THE LIVING의 로고는 하얀색 PNG 이미지로 제작되었습니다. 배경 색상과 관계없이 사용할 수 있도록 배경 없이 제작하였습니다. 배경색 변경 시에도 별도의 로고 수정 작업 없이 사용 가능합니다.
3. 로고를 변경할 경우, 기존과 동일한 배경이 없는 PNG 파일로 설정하는 것을 권장드립니다.\
   JPG 파일로 로고를 설정할 경우, 배경의 컬러와 동일한 컬러를 배경으로 한 로고를 업로드하시길 바랍니다.
4. 로고는 모바일샵-모바일샵 디자인설정-배너관리를 통해서 수정이 가능하며, 아래 표기된 영역을 수정해 주시면 됩니다.   \*로고 컬러가 흰색이라 보이지 않음

![](/files/fHy9vvxD6qyHCbzIE08c)

</details>

> #### 메인

<details>

<summary>고객센터, 계좌정보 변경하기</summary>

![](/files/UlMYUdPQpGxQWuhmSSHC)

1. 고객센터, 계좌정보 타이틀 영역인**font-weigh(폰트굵기), font-size(폰트크기), border-bottom의 색상** 값을 변경해줍니다. \
   `변경 위치`  css > main > main.css **45줄**\
   &#x20; `45` .main .main\_info\_box .main\_info dl dt {    font-size: 13px;    margin: 0 5px;    font-weight: bold;    border-bottom: 1px solid #999;}
2. top텍스트의**color(색상), font-weight(폰트굵기), font-size(폰트사이즈)** 값을 변경해줍니다. \
   `변경 위치`  css > main > main.css **50줄**\
   &#x20; `50` .main .main\_info dl dd p.phone a {    font-size: 22px;    color: #dd3d42;    font-weight: bold;}
3. 영업시간의**border-bottom에 #434343 색상** 값을 변경해줍니다. \
   `변경 위치`  css > main > main.css **51줄**\
   &#x20; `51` .main .main\_info dl dd p.business\_hours {    font-size: 11px;    color: #666;}
4. 계좌은행 텍스트**color(색상), font-weight(폰트굵기)** 값을 변경해줍니다. \
   `변경 위치`  css > main > main.css **57줄**\
   &#x20; `57` .main .main\_info dl dd ul.main\_bank li span {    font-weight: bold;    color: #222222;}
5. 계좌번호 텍스트**color(색상)** 값을 변경해줍니다. \
   `변경 위치`  css > main > main.css **56줄**\
   &#x20; `56` .main .main\_info dl dd ul.main\_bank li {    vertical-align: middle;    color: #666666;}

</details>

<details>

<summary>인스타그램 기능 사용하기</summary>

![](/files/0r7S9kCCdZddtfctb8Yo)

1. 관리자모드에서**프로모션 -> 인스고위젯관리**를 모바일 기준에 맞춰 설정해줍니다(아래 이미지 참고)\
   ![](/files/bP0gb02Ys9UaATqIbtxd)
2. 관리자모드에서 **모바일샵 > 모바일샵 디자인 관리 > 메인폴더 > 쇼핑몰메인본문** 경로를 찾습니다.
3. 복사한 소스를 아래  영역처럼 **main/index.html**에 붙여넣습니다.(코드값은 아래와 다를수 있음)\
   `복사 위치`  main > index.html **33줄**\
   &#x20; \<div style="text-align:center;">       \
   &#x20;  \<h3>INSTAGRAM\</h3>       \
   &#x20;  {=includeWidget('proc/\_insgo.html', 'sno', '2')}    \
   \</div>

</details>

> #### 상품상세

<details>

<summary>상품명, 가격, 브랜드 변경하기</summary>

![](/files/Sfimk4dP60y8xdsEg23Q)

1. 상품명 텍스트 **color(색상), font-size(폰트크기)** 값을 변경해줍니다. \
   `변경 위치`  css > goods > goods.css **339줄**\
   &#x20; `339` .goods\_view .detail\_info h3 {font-size: 18px; color: #333333;}
2. 판매가격 텍스트 **color(색상), font-size(폰트크기)** 값을 변경해줍니다. \
   `변경 위치`  css > goods > goods.css **346줄**\
   &#x20; `346` .goods\_view .detail\_info .detail\_info\_top .price\_box .price {font-size: 24px; color: #333333; }
3. 브랜드명 텍스트**color(색상),font-size(폰트크기)** 값을 변경해줍니다. \
   `변경 위치`  css > goods > goods.css **342줄**\
   &#x20; `342` .goods\_view .detail\_info .detail\_info\_top .brand {    padding: 0 0 2px 0;    color: #666;    font-size: 13px;}

</details>

<details>

<summary>상품 구매하기, 장바구니 버튼 변경하기</summary>

![](/files/XeEqzSxrpFPjb7ZKOsV2)

1. 장바구니 버튼 **background(배경색), color(색상),font-size(폰트크기), border(테두리색상:#9f9f9f;)** 값을 변경해줍니다. \
   `변경 위치`  css > gd\_button.css **165줄**\
   &#x20; `165` .detail\_cart\_btn {    display: block;    width: 100%;    padding: 10px 0 10px 0;    font-size: 16px;    text-align: center;    background: #ffffff;    border: 1px solid #9f9f9f;    color: #494949;    font-weight: bold;    box-sizing: border-box;}
2. 바로구매 버튼 **background(배경색), color(색상),font-size(폰트크기), border(테두리색상:#9f9f9f;)** 값을 변경해줍니다. \
   `변경 위치`  css > gd\_button.css **167줄**\
   &#x20; `167` display: block;    width: 100%;    padding: 10px 0 10px 0;    font-size: 16px;    text-align: center;    background: #dd3d42;    border: 1px solid #dd3d42;    color: #ffffff;    font-weight: bold;    box-sizing: border-box;}

</details>

<details>

<summary>구매 옵션 영역 수정하기</summary>

![](/files/vhBkXEG5OMro1dh9Czkl)

1. 상품명의 **font-weight(글씨굵음), font-size(폰트크기)** 값을 변경해줍니다. \
   **color**값을 추가하여 색상을 변경할 수 있습니다.\
   `변경 위치`  css > gd\_common.css **219줄**\
   &#x20; `219` .view\_order\_goods dl dt {    font-size: 12px;    font-weight: bold;}
2. 상품금액의 **font-weight(글씨굵음), font-size(폰트크기)** 값을 변경해줍니다. \
   **color**값을 추가하여 색상을 변경할 수 있습니다.\
   `변경 위치`  css > gd\_common.css **230줄**\
   &#x20; `230`  .view\_order\_goods dl dd .price\_info .right .price {    color: red;    padding: 5px 0 0 0;    font-size: 15px;    font-weight: bold;    text-align: right;}
3. 상품금액의 **font-weight(글씨굵음), font-size(폰트크기)** 값을 변경해줍니다. \
   **color**값을 추가하여 색상을 변경할 수 있습니다.\
   `변경 위치`  css > gd\_common.css **211줄**\
   &#x20; `211` .total\_price\_box ul li dl dd {    display: table-cell;    font-size: 15px;    font-weight: bold;    text-align: right;    vertical-align: middle;

</details>

> #### 주문결제

<details>

<summary>장바구니 페이지 변경하기</summary>

![](/files/oi76u98McVM53LXG0Si1)

1. 상품명의 **font-weight(글씨굵음), font-size(폰트크기)** 값을 변경합니다. \
   **color**값을 추가하여 색상을 변경할 수 있습니다.\
   `변경 위치`  css > order > order.css **52줄**\
   &#x20; `52` .cart .cart\_content\_box .my\_goods li .mid\_box .right\_box .info .itembody p.name {    padding: 0 0 3px 0;    font-weight: bold;    color: #333;}
2. 주문수량의 **color(색상), font-size(폰트크기)** 값을 변경합니다. \
   **color**값을 추가하여 색상을 변경할 수 있습니다.\
   `변경 위치`  css > order > order.css **51줄**\
   &#x20; `51` .cart .cart\_content\_box .my\_goods li .mid\_box .right\_box .info .itembody p {    font-size: 12px;    line-height: 16px;    color: #9d9d9d;}
3. 상품금액의 **color(색상), font-size(폰트크기), font-weight(폰트굵기)** 값을 변경합니다. \
   **color**값을 추가하여 색상을 변경할 수 있습니다.\
   `변경 위치`  css > order > order.css **54줄**\
   &#x20; `54` .cart .cart\_content\_box .my\_goods li .mid\_box .right\_box .info .itembody .prc {    display: block;    padding: 10px 0 0 0;    font-size: 15px;    color: #dd3d42;    font-weight: bold;}
4. 상품금액, 배송비의**color(색상), font-size(폰트크기)** 값을 변경합니다. \
   **color**값을 추가하여 색상을 변경할 수 있습니다.\
   `변경 위치`  css > order > order.css **86줄**\
   &#x20; `86` .cart .my\_buy dl dd {    display: table-cell;    width: 50%;    text-align: right;    font-size: 15px;    color: #5e5e5e;}
5. 총 합계금액의**color(색상), font-size(폰트크기)** 값을 변경합니다. \
   **color**값을 추가하여 색상을 변경할 수 있습니다.\
   `변경 위치`  css > order > order.css **88줄**\
   &#x20; `88` .cart .my\_buy dl.total dd {    color: #dd3d42;    font-size: 17px;}
6. 항목 텍스트의**color(색상), font-size(폰트크기)** 값을 변경합니다. \
   **color**값을 추가하여 색상을 변경할 수 있습니다.\
   `변경 위치`  css > order > order.css **85줄**\
   &#x20; `85` .cart .my\_buy dl dt {    display: table-cell;    width: 50%;    font-size: 13px;    color: #5e5e5e;}

</details>

<details>

<summary>주문완료 페이지 변경하기</summary>

![](/files/nnjMWO6Qg2HxQ2KNRAcx)

1. 주문번호의 **color(색상)** 값을 변경해줍니다. \
   **color** 값을 추가하여 색상을 변경할 수 있습니다.\
   `변경 위치`  css > order > order.css **219줄**\
   &#x20; `219`  .order\_end .order\_end\_box h2 {    padding: 0 0 10px 0;    font-size: 13px;    color: #333333;}
2. 주문번호의 **color(색상)** 값을 변경해줍니다. \
   **color** 값을 추가하여 색상을 변경할 수 있습니다.\
   `변경 위치`  css > order > order.css **223줄**\
   &#x20; `223` .order\_end .order\_end\_box .tx ul li {    text-align: left;    color: #5e5e5e;}
3. 주문완료 영역의 **background(배경색), border(#e1e1e1 - 컬러)** 값을 변경해줍니다. \
   **color** 값을 추가하여 색상을 변경할 수 있습니다.\
   `변경 위치`  css > order > order.css **218줄**\
   &#x20; `218` .order\_end .order\_end\_box {    position: relative;    margin: 15px 15px 5px 15px;    padding: 20px 0 20px 0;    background: #f3f3f3;    border: 1px solid #e1e1e1;    border-radius: 2px;    text-align: center;}

</details>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://godomall-help.nhn-commerce.com/beginner/design/freeskin/the-living/mobile-guide.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
