diff --git a/CI/CI.css b/CI/CI.css new file mode 100644 index 00000000..28a4116f --- /dev/null +++ b/CI/CI.css @@ -0,0 +1,789 @@ +*{ + scroll-behavior: smooth; + list-style: none; + color: inherit; +} + + +body{ + font-size: 16px; + color: #7d7d7d; + font-family: 'NSKR', '맑은 고딕'; + line-height: 1; +} + + +img{ + display: block; +} + +a { + text-decoration: none; +} + + +a:visited{ + color: inherit; +} + +.inner{ + width: 100%; + background-color: #fff; +} + + +/* HEADER */ +header{ + position: relative; + padding-top: 20px; + width: 100%; + background-color: #fff; +} + + +header .header_wrap{ + display: flex; + position: relative; + width: 1180px; + height: 117px; + margin: 0 auto; + +} + + +header .header_logo{ + position: absolute; + height: 53px; + top: 0; + bottom: 0; + left: 0; + margin: auto 0; +} + +header .header_wrap .sub_menu { + width: 100%; + height: 17px; +} + + +header .header_wrap .sub_menu .menu{ + display: flex; + justify-content: flex-end; + width: 100%; + height: 17px; + white-space: nowrap; + margin-top: 2px; +} + + + +header .header_wrap .sub_menu .menu img{ + display: inline; + margin-right: 3.4px; +} + + + +header .header_wrap .sub_menu .menu a{ + display: block; + color: #666; + font-size: 14.5px; + padding-left: 12px; + font-weight: 600; +} + + + +header .header_wrap .main_menu_wrap { + position: absolute; + bottom: 35%; + right: 26%; +} + + + +header .header_wrap .main_menu_wrap .main_menu{ + display: flex; +} + + +header .header_wrap .main_menu_wrap .main_menu li a{ + font-size: 22px; + color: #1e1e1e; + margin-left: 76px; + font-weight: 700; + font-family: 'Gowun Dodum', Arial, sans-serif; +} + + + +header .header_wrap .search_wrap { + position: absolute; + width: 10px; + bottom: 31%; + right: 18.8%; +} + + +header .header_wrap .search_wrap input{ + width: 150px; + height: 35px; + padding: 0px 5px; + border-radius: 5px; + border: none; + outline: none; +} + +header .header_wrap .search_wrap input:focus{ + border: .5px solid rgba(0, 0, 0, .2); + outline: initial; +} + +header .header_wrap .search_wrap img { + position: absolute; + top: 17%; + left: 120px; +} + + + +header .header_wrap .language_select_wrap{ + position: absolute; + bottom: 31.5%; + right: -0.5%; +} + +header .header_wrap .language_select_wrap select{ + height: 34px; + width: auto; + padding: 4px 10px; + padding-top: 1px; + padding-right: 12px; + border-radius: 20px; + font-family: '맑은고딕'; + color: #666; + background-color: #f4f4f4; + border: hidden; + outline: hidden; +} + +header .header_wrap .language_select_wrap select:focus{ + outline: 2px solid black; +} + + + + + +header .inner .main_menu_items_wrap { + display: none; + justify-content: center; + position: absolute; + width: 100%; + height: 487px; + background-color: #fff; + text-align: center; + border-top: 1px solid #d7d0d0; + border-bottom: 1px solid #d7d0d0; + z-index: 1; + font-family: '맑은고딕'; +} + +header .main_menu_items_wrap .main_menu_items{ + margin-top: 25px; +} + +header .main_menu_items_wrap .main_menu_items li{ + padding: 10px 33px; + +} + + + +header .main_menu_items_wrap .main_menu_items a{ + display: inline-block; + color: #666; + font-size: 16px; + font-weight: 700; +} + + +header .main_menu_items_wrap .main_menu_items a:hover{ + color: #8dc63f; + text-decoration: underline; + +} + + + + +header .inner .main_menu_items_wrap .main_menu_image_wrap{ + position: absolute; + display: flex; + width: 100%; + height: 135px; + bottom: 0; + border-bottom: 1px solid #d7d0d0; +} + +header .inner .main_menu_items_wrap .main_menu_image_left{ + width: 50%; + height: 135px; + left: 0; + bottom: 0; + background-color: #ecdea1; +} + +header .inner .main_menu_items_wrap .main_menu_image_left img{ + float: right; +} + + + +header .inner .main_menu_items_wrap .main_menu_image_right{ + + width: 50%; + height: 135px; + right: 0; + bottom: 0; + background-color: #625042; +} + + +header .inner .main_menu_items_wrap.active{ + display: flex; +} + +.home_wrap{ + background: #8dc63f; +} + + + + +.home_wrap img{ + width: 100%; +} + +.home_wrap .home_move{ + display: flex; + max-width: 1180px; + margin: 0 auto; + color: #fff; + border-right: 1px solid #b7d47f; +} + + + + +.home_wrap .home_move .home{ + display: inline-flex; + padding: 20px 22px; + border-left: 1px solid #b7d47f; + border-right: 1px solid #b7d47f; + border-bottom: 1px solid #b7d47f; +} + + +.home_wrap .home_main_menu{ + width: 200px; + padding: 20px 0; + border-right: 1px solid #b7d47f; + cursor: pointer; +} + +.home_wrap .home_main_menu ul{ + width: 190px; + position: absolute; + background: #8dc63f; + border-right: 1px solid #b7d47f; +} + +.home_wrap .home_main_menu ul:first-child{ + padding-left: 10px; +} + +.home_wrap .home_main_menu ul li{ + display: flex; + padding: 10px 0; +} + + +.home_wrap .home_sub_menu{ + display: none; + width: 100%; + margin-top: 20px; + border-top: 1px solid #b7d47f; + border-right: 1px solid #b7d47f; +} + + +.home_wrap .home_main_menu2{ + width: 200px; + padding: 20px 0; + border-right: 1px solid #b7d47f; + cursor: pointer; +} + +.home_wrap .home_main_menu2 ul{ + width: 190px; + position: absolute; + background: #8dc63f; +} + +.home_wrap .home_main_menu2 ul:first-child{ + padding-left: 10px; +} + +.home_wrap .home_main_menu2 ul li{ + display: flex; + padding: 10px 0; +} + + +.home_wrap .home_sub_menu2{ + display: none; + width: 100%; + margin-top: 20px; + border-top: 1px solid #b7d47f; + border-right: 1px solid #b7d47f; + +} + + + +.home_wrap .home_sub_menu.open{ + display: block; +} + + + + +.home_wrap .home_main_menu2 ul li{ + display: flex; + padding: 10px 0; + font-style: none; + +} + + +.home_wrap .home_sub_menu2.open{ + display: block; +} + + +.home_wrap .home_sub_menu2{ + display: none; + width: 100%; + margin-top: 20px; + border-top: 1px solid #b7d47f; + +} + + + + + + +/* MAIN */ +main{ + width: 100%; + position: relative; + max-width: 1180px; + margin: 0 auto; + padding-bottom: 100px; +} + + +main .main_wrap{ + margin-right: 10px; +} + + +main .main_wrap .main_title{ + display: flex; + padding: 50px 0 0; + margin: 0 0 110px; +} + + + +main .main_wrap .main_title h1{ + display: inline-block; + font-size: 30px; + font-weight: 700; + color: rgb(33, 33, 33); + margin-right: 30px; + +} + + +main .main_wrap .main_title div{ + width: 69%; + background: url(../images/sub_tit_line.gif) repeat-x left 18px; + z-index: -1; +} + +main .main_wrap .main_ci{ + color: rgb(33, 33, 33); +} + + + + + +main .main_wrap .main_ci { + width: 90%; + margin-top: 20px; + padding-left: 70px; + padding-bottom: 20px; + font-size: 40px; + font-weight: 700; + line-height: 74px; + text-align: center; +} + +main .main_wrap .main_ci strong{ + color: #7eae4b; +} + + +main .main_wrap .main_ci img{ + margin: 0 auto; + padding-top: 40px; +} + + + +main .main_wrap .main_ci2 { + width: 85%; + margin-top: 70px; + padding-bottom: 70px; + padding-left: 80px; + font-size: 17px; + line-height: 30px; + color: #333; + text-align: center; + font-weight: 700; +} + + + +main .main_wrap .main_ci2 h1{ + font-weight: 700; + font-size: 21px; + padding-bottom: 30px; +} + + + + +main .main_wrap .main_ci3 { + width: 85%; + margin-top: 20px; + padding-bottom: 50px; + padding-left: 80px; + font-size: 17px; + font-weight: 700; + line-height: 30px; + color: #333; + text-align: center; + +} + + + +main .main_wrap .main_ci3 h1{ + font-weight: 700; + font-size: 27px; + padding-bottom: 30px; +} + + +main .main_wrap .main_ci3 h2{ + font-weight: 700; + font-size: 27px; + padding-bottom: 30px; + color: #7eae4b; +} + + + + + +main .main_wrap .main_ci3 .main_ci_logo{ + display: flex; + padding: 100px 0; + margin-top: 70px; + justify-content: center; + border: 1px solid rgba(58, 58, 58, .4); +} + +main .main_wrap .down_box { + display: flex; + position: absolute; + right: 10%; + width: 300px; + border: 1px solid rgba(58, 58, 58, .4); + color: #333; +} + +main .main_wrap .down_box a{ + display: flex; + justify-content: center; + align-items: center; + text-align: center; + color: #333; + padding: 20px; +} + +main .main_wrap .down_box img{ + padding-right: 10px; +} + + + + +@keyframes up_text { + from { + transform: translateY(500px); + } + to { + transform: translateY(0); + } +} + +.main_wrap { + animation: up_text 1s ease-out; +} + + +.main_ci1 { + animation: up_text 2s ease-out; +} + +.main_ci2 { + animation: up_text 3s ease-out; +} + +.main_ci3 { + animation: up_text 4s ease-out; +} + +.main_ci4 { + animation: up_text 4s ease-out; +} + + + + + + + + + + + +/* FOOTER */ + +footer { + width: 100%; + height: 355px; + border-top: 1px solid rgba(0, 0, 0, .5) +} + +footer .footer_wrap{ + position: relative; + width: 1180px; + padding: 45px 0 0 0; + margin: 0 auto; + text-decoration: none; + +} + + +footer .footer_wrap .footer_logo{ + display: flex; + align-items: center; + justify-content: center; + padding-bottom: 50px; +} + +footer .footer_wrap .footer_logo img{ + width: 107px; +} + +footer .footer_wrap .footer_information{ + display: flex; + padding-left: 21px; + padding-top: 1px; + justify-content: center; + +} + + +footer .footer_wrap .footer_information span{ + display: inline-block; + text-align: center; + font-size: 16px; + line-height: 16px; + margin-right: 13px; + padding-right: 17px; +} + +footer .footer_wrap .footer_information span a{ + color: #585858; + +} + +footer .footer_wrap .footer_information span:first-child a{ + color: #004f18; + font-weight: 700; + +} + +footer .footer_wrap .footer_information span:nth-child(-n+4){ + background: url(../images/ft_line.gif) no-repeat right 5px; +} + +footer .footer_wrap .footer_location{ + padding: 28px; + padding-bottom: 0; + text-align: center; +} + + +footer .footer_wrap .footer_location span{ + padding-right: 8px; +} + + +footer .footer_wrap .footer_location span:nth-child(-n+2){ + background: url(../images/ft_line.gif) no-repeat right; +} + + + +footer .footer_wrap .footer_location span{ + line-height: 14px; + font-size: 15px; + color: #585858; + display: inline-block; + text-align: center; + padding: 0 10px; +} + +footer .footer_wrap .footer_location span:nth-last-child(1){ + background: none; + font-size: 15px; +} + +footer .footer_wrap .footer_location .copyright{ + padding-top: 12px; + padding-bottom: 20px; + line-height: 15px; +} + + +footer .footer_wrap .footer_sns{ + display: flex; + justify-content: center; + align-items: center; + padding-right: 62px; + +} + + +footer .footer_wrap .footer_sns span{ + font-size: 14px; + padding-right: 15px; + margin-right: 15px; + background: url(../images/ft_arr02.gif) no-repeat right; +} + + +footer .footer_wrap .footer_sns li{ + padding-right: 15px; +} + + + +footer .footer_wrap .footer_affiliate{ + width: 230px; + height: 35px; + font-size: 14px; + color: #1e1e1e; + margin-left: 45px; + margin-right: 27px; + padding-left: 15px; + border: 3px solid rgba(58, 58, 58, .4); +} +footer .footer_wrap .footer_affiliate .modal:hover .mini_modal{ + display: flex; +} + +footer .footer_wrap .footer_affiliate .modal .mini_modal:hover{ + display: flex; +} + +footer .footer_wrap .footer_affiliate span{ + position: absolute; + background: url(../images/ft_arr01.gif)no-repeat right; + background-position-y: 15px; + padding-right: 90px; + padding-top: 11px; +} + + +footer .footer_wrap .footer_web{ + width: 100%; + display: flex; + justify-content: center; +} + + + +footer .footer_wrap .footer_affiliate .mini_modal{ + position: absolute; + display: none; + width: 650px; + font-family: '맑은 고딕'; + bottom: 26px; + right: -12px; + background-color: #fff; + border: 3px solid rgba(58, 58, 58, .4); +} + + + +footer .footer_wrap .footer_affiliate .mini_modal ul{ + + padding: 30px; + font-size: 20px; +} + +footer .footer_wrap .footer_affiliate .mini_modal div{ + padding-bottom: 20px; + border-bottom: 1px solid black; + margin-bottom: 20px; +} + +footer .footer_wrap .footer_affiliate .mini_modal ul li{ + font-size: 15px; + padding-top: 10px; + +} + +footer .footer_wrap .footer_affiliate .mini_modal .modal_box a{ +color: #585858; +} + + + + + + + + + + diff --git a/CI/CI.html b/CI/CI.html new file mode 100644 index 00000000..729c569c --- /dev/null +++ b/CI/CI.html @@ -0,0 +1,288 @@ + + + + + + + CI 소개 l 회사소개 l 풀무원 + + + + + + + + + + + + +
+
+ +
+ +
+ top_menu_image +
+
+
+ +
+
+
+

CI 소개

+
+
+
+ 자연과 인간의 건강한 미소.

+ ‘자연을 담는 큰 그릇’을 표현합니다. + ceo + +

+
+ + ‘풀무’는 대장간에서 쇠를 달구는 화덕에 불을 피울 때 바람을 일으키는 도구입니다.
+ 낡은 연장은 풀무질로 뜨거워진 화덕에서 달군 뒤 두들겨야 새 연장으로 태어납니다.
+ 농부 원경선은 농장을 세우고 ‘인간 풀무질’로 새 사람을 만드는 터전이라는 뜻을 담아 그 이름을 ‘풀무원’이라고 붙였습니다.
+ 원경선의 한 세기에 이르는 삶이 사람과 세상을 옳게 변화시키는 지칠 줄 모르는 풀무질이었듯,
+ 풀무원은 ‘나와 내 가족의 건강,
+ 더 나아가 지구환경의 건강까지 두루 살피는 LOHAS’를 풀무질합니다.
+
+
+
+ +

풀무원 CI의 가치

+

한국인이 가장 좋아하는 한글 브랜드,
+ 전문디자이너가 꼽은 '가장 인상적인 한국의 디자인 프로젝트 50'중 하나.

+ 풀무원 CI(Corporate Identity)와 풀무원 디자인은 풀무원만의 참신하고 차별화된 정체성을 표현하며 고객과 전문가들로부터 찬사를 받아왔습니다. '풀무원'이라는 아름다운 이름과 함께 '언제 어디서 보아도 풀무원다운' CI는 한국 디자인 역사에 불은 지핀 탁월하고 소중한 프로젝트로 꼽히고 있습니다. +
+ +
+
+ +

풀무원 CI의 심벌

+

+ '인간과 자연을 함께 사랑하는 로하스 기업' 풀무원이 지향하는 자연과 인간의 조화로운 삶을 시각화 했습니다. 양 끝자락이 살짝 올라간 리드미컬한 곡선은 자연과 인간의 건강한 미소와 '자연을 담는 큰 그릇'을 표현합니다. +
+ +
+
+ +

풀무원 CI 코퍼레이트 로고 타입

+ 유연하고 친근하며, 자연스럽고 경쾌한 풀무원입니다. 세리프(돌기)가 있는 글자 모양으로 정성스러운 손글씨 느낌을 살려 친근함을 더했습니다. 고객의 곁으로 좀 더 다가가 고객과 함께, 고객의 입장에서 이야기하고픈 풀무원의 바람을 담았습니다. +
+ +
+ +
+
+ + + + + +
+ + + + + + + + + + + + \ No newline at end of file diff --git a/README.md b/README.md index 598dc30f..76584def 100644 --- a/README.md +++ b/README.md @@ -1,45 +1,23 @@ -# 👀 자신이 원하는 사이트 레이아웃 클론 +# 사이트 클론 -원하는 사이트(페이지)를 자유롭게 선택하고 레이아웃을 클론 코딩하세요. -평소에 도전해 보고 싶었거나 혹은 자신의 수준에 맞는 사이트(페이지)를 선택하세요. -과제 수행 및 리뷰 기간은 별도 공지를 참고하세요! +레퍼런스 사이트 : https://www.pulmuone.co.kr/pulmuone/main/Index.do#anchor1 +클론 코딩 사이트 : https://rainbow-salmiakki-81ec15.netlify.app -## 과제 수행 및 제출 방법 -1. 현재 저장소를 로컬에 클론(Clone)합니다. -1. 자신의 본명으로 브랜치를 생성합니다.(구분 가능하도록 본명을 꼭 파스칼케이스로 표시하세요, `git branch KDT0_ParkYoungWoong`) -1. 자신의 본명 브랜치에서 과제를 수행합니다. -1. 과제 수행이 완료되면, 자신의 본명 브랜치를 원격 저장소에 푸시(Push)합니다.(`main` 브랜치에 푸시하지 않도록 꼭 주의하세요, `git push origin KDT0_ParkYoungWoong`) -1. 저장소에서 `main` 브랜치를 대상으로 Pull Request 생성하면, 과제 제출이 완료됩니다!(E.g, `main` <== `KDT0_ParkYoungWoong`) +# 완성도 -- `main` 혹은 다른 사람의 브랜치로 절대 병합하지 않도록 주의하세요! -- Pull Request에서 보이는 설명을 다른 사람들이 이해하기 쉽도록 꼼꼼하게 작성하세요! -- Pull Request에서 과제 제출 후 절대 병합(Merge)하지 않도록 주의하세요! -- 과제 수행 및 제출 과정에서 문제가 발생한 경우, 바로 담당 멘토나 강사에서 얘기하세요! +50%도 되지 않지만 기본적으로 헤더, 푸터, 사이트 연결 등 공통적으로 포함되어 있는 부분은 연결 해놓았습니다. -## 필수 요구사항 +# 설명 -- [ ] 과제에 대한 설명을 포함한 `README.md` 파일을 제공하세요! -- [ ] 과제 결과와 비교할 수 있는 실제 사이트(페이지)의 주소를 명시하세요! -- [ ] 과정에서 사용한 프로젝트 폴더/파일이 모두 포함돼야 합니다, 일부 파일만 제출하지 마세요! -- [ ] 실제 서비스로 배포하고 접근 가능한 링크를 추가해야 합니다. +헤더 부분의 풀드랍 부분과 서브 메뉴바에만 간단한 자바스크립트를 사용하였습니다. -## 선택 요구사항 +클론 한 사이트가 아닌 원본에 연결된 링크들은 +a 링크에 target _blank를 주었습니다. +때문에 새탭으로 나오는 웹페이지는 클론 사이트가 아닙니다. -- [ ] `
`, `
` 등 시멘틱 태그를 최대한 활용해보세요. -- [ ] 실제 사이트의 레거시 코드 활용보단 최신의 CSS Flex 혹은 Grid 등을 활용해보세요. -- [ ] 부분적으로 BEM 방법론을 도입해보세요. -- [ ] JS가 필요한 부분은 되도록 생략하되 이유를 명시해보세요.(CSS로 대체 가능한지 피드백이 있을 수 있겠죠?!) -- [ ] JS가 필요한 부분 중 구현할 부분이 있다면 자유롭게 구현해보세요.(JS 과제가 아니니까 가볍게 구현하시길 추천해요) -- [ ] SCSS 등의 CSS 전처리도구를 도입해보세요. -- [ ] SCSS 컴파일에 Webpack이나 Parcel 같은 번들러를 활용해보세요. +원본 사이트의 마우스 스크롤 위치에 따라 컨텐츠가 아래에서 나오게 하는 자바스크립트 동작은 +키프레임으로 컨텐츠 마다 지연 시간을 늘려서 마우스 스크롤에 따라 컨텐츠가 나오는 것 처럼 +느껴지게 만들었습니다. -## 손쉬운 이미지 추출 방법 - -사이트 클론에 필요한 이미지를 좀 더 쉽게 추출하기 위해서 Chrome 확장 프로그램인 [Image Downloader](https://chrome.google.com/webstore/detail/image-downloader/cnpniohnfphhjihaiiggeabnkjhpaldj?hl=ko)를 사용하세요. - -1. 원하는 사이트 접속 -1. Image Downloader 확장 프로그램 실행 -1. 다운로드 원하는 이미지 선택 -1. 서브 폴더 이름(Save to subfolder) 명시 -1. 다운로드! +메인 페이지에서 7개의 section을 만들고 앵커를 연결해서 이동할 수 있게 했습니다. \ No newline at end of file diff --git a/activity/activity.css b/activity/activity.css new file mode 100644 index 00000000..0b5e69fc --- /dev/null +++ b/activity/activity.css @@ -0,0 +1,792 @@ +*{ + scroll-behavior: smooth; + list-style: none; + color: inherit; +} + + +body{ + font-size: 16px; + color: #7d7d7d; + font-family: 'NSKR', '맑은 고딕'; + line-height: 1; +} + + +img{ + display: block; +} + +a { + text-decoration: none; +} + + +a:visited{ + color: inherit; +} + +.inner{ + width: 100%; + background-color: #fff; +} + + +/* HEADER */ +header{ + position: relative; + padding-top: 20px; + width: 100%; + background-color: #fff; +} + + +header .header_wrap{ + display: flex; + position: relative; + width: 1180px; + height: 117px; + margin: 0 auto; + +} + + +header .header_logo{ + position: absolute; + height: 53px; + top: 0; + bottom: 0; + left: 0; + margin: auto 0; +} + +header .header_wrap .sub_menu { + width: 100%; + height: 17px; +} + + +header .header_wrap .sub_menu .menu{ + display: flex; + justify-content: flex-end; + width: 100%; + height: 17px; + white-space: nowrap; + margin-top: 2px; +} + + + +header .header_wrap .sub_menu .menu img{ + display: inline; + margin-right: 3.4px; +} + + + +header .header_wrap .sub_menu .menu a{ + display: block; + color: #666; + font-size: 14.5px; + padding-left: 12px; + font-weight: 600; +} + + + +header .header_wrap .main_menu_wrap { + position: absolute; + bottom: 35%; + right: 26%; +} + + + +header .header_wrap .main_menu_wrap .main_menu{ + display: flex; +} + + +header .header_wrap .main_menu_wrap .main_menu li a{ + font-size: 22px; + color: #1e1e1e; + margin-left: 76px; + font-weight: 700; + font-family: 'Gowun Dodum', Arial, sans-serif; +} + + + +header .header_wrap .search_wrap { + position: absolute; + width: 10px; + bottom: 31%; + right: 18.8%; +} + + +header .header_wrap .search_wrap input{ + width: 150px; + height: 35px; + padding: 0px 5px; + border-radius: 5px; + border: none; + outline: none; +} + +header .header_wrap .search_wrap input:focus{ + border: .5px solid rgba(0, 0, 0, .2); + outline: initial; +} + +header .header_wrap .search_wrap img { + position: absolute; + top: 17%; + left: 120px; +} + + + +header .header_wrap .language_select_wrap{ + position: absolute; + bottom: 31.5%; + right: -0.5%; +} + +header .header_wrap .language_select_wrap select{ + height: 34px; + width: auto; + padding: 4px 10px; + padding-top: 1px; + padding-right: 12px; + border-radius: 20px; + font-family: '맑은고딕'; + color: #666; + background-color: #f4f4f4; + border: hidden; + outline: hidden; +} + +header .header_wrap .language_select_wrap select:focus{ + outline: 2px solid black; +} + + + + + +header .inner .main_menu_items_wrap { + display: none; + justify-content: center; + position: absolute; + width: 100%; + height: 487px; + background-color: #fff; + text-align: center; + border-top: 1px solid #d7d0d0; + border-bottom: 1px solid #d7d0d0; + z-index: 1; + font-family: '맑은고딕'; +} + +header .main_menu_items_wrap .main_menu_items{ + margin-top: 25px; +} + +header .main_menu_items_wrap .main_menu_items li{ + padding: 10px 33px; + +} + + + +header .main_menu_items_wrap .main_menu_items a{ + display: inline-block; + color: #666; + font-size: 16px; + font-weight: 700; +} + + +header .main_menu_items_wrap .main_menu_items a:hover{ + color: #8dc63f; + text-decoration: underline; + +} + + + + +header .inner .main_menu_items_wrap .main_menu_image_wrap{ + position: absolute; + display: flex; + width: 100%; + height: 135px; + bottom: 0; + border-bottom: 1px solid #d7d0d0; +} + +header .inner .main_menu_items_wrap .main_menu_image_left{ + width: 50%; + height: 135px; + left: 0; + bottom: 0; + background-color: #ecdea1; +} + +header .inner .main_menu_items_wrap .main_menu_image_left img{ + float: right; +} + + + +header .inner .main_menu_items_wrap .main_menu_image_right{ + + width: 50%; + height: 135px; + right: 0; + bottom: 0; + background-color: #625042; +} + + +header .inner .main_menu_items_wrap.active{ + display: flex; +} + +.home_wrap{ + background: #8dc63f; +} + + + + +.home_wrap img{ + width: 100%; +} + +.home_wrap .home_move{ + display: flex; + max-width: 1180px; + margin: 0 auto; + color: #fff; + border-right: 1px solid #b7d47f; +} + + + + +.home_wrap .home_move .home{ + display: inline-flex; + padding: 20px 22px; + border-left: 1px solid #b7d47f; + border-right: 1px solid #b7d47f; + border-bottom: 1px solid #b7d47f; +} + + +.home_wrap .home_main_menu{ + width: 200px; + padding: 20px 0; + border-right: 1px solid #b7d47f; + cursor: pointer; +} + +.home_wrap .home_main_menu ul{ + width: 190px; + position: absolute; + background: #8dc63f; + border-right: 1px solid #b7d47f; +} + +.home_wrap .home_main_menu ul:first-child{ + padding-left: 10px; +} + +.home_wrap .home_main_menu ul li{ + display: flex; + padding: 10px 0; +} + + +.home_wrap .home_sub_menu{ + display: none; + width: 100%; + margin-top: 20px; + border-top: 1px solid #b7d47f; + border-right: 1px solid #b7d47f; +} + + +.home_wrap .home_main_menu2{ + width: 200px; + padding: 20px 0; + border-right: 1px solid #b7d47f; + cursor: pointer; +} + +.home_wrap .home_main_menu2 ul{ + width: 190px; + position: absolute; + background: #8dc63f; +} + +.home_wrap .home_main_menu2 ul:first-child{ + padding-left: 10px; +} + +.home_wrap .home_main_menu2 ul li{ + display: flex; + padding: 10px 0; +} + + +.home_wrap .home_sub_menu2{ + display: none; + width: 100%; + margin-top: 20px; + border-top: 1px solid #b7d47f; + border-right: 1px solid #b7d47f; + +} + + + +.home_wrap .home_sub_menu.open{ + display: block; +} + + + + +.home_wrap .home_main_menu2 ul li{ + display: flex; + padding: 10px 0; + font-style: none; + +} + + +.home_wrap .home_sub_menu2.open{ + display: block; +} + + +.home_wrap .home_sub_menu2{ + display: none; + width: 100%; + margin-top: 20px; + border-top: 1px solid #b7d47f; + +} + + + + + + +/* MAIN */ +main{ + width: 100%; + position: relative; + max-width: 1180px; + margin: 0 auto; + padding-bottom: 100px; +} + + +main .main_wrap{ + margin-right: 10px; +} + + +main .main_wrap .main_title{ + display: flex; + padding: 50px 0 0; + margin: 0 0 110px; +} + + + +main .main_wrap .main_title h1{ + display: inline-block; + font-size: 30px; + font-weight: 700; + color: rgb(33, 33, 33); + margin-right: 30px; + +} + + +main .main_wrap .main_title div{ + width: 69%; + background: url(../images/sub_tit_line.gif) repeat-x left 18px; + z-index: -1; +} + +main .main_wrap .main_with{ + color: rgb(33, 33, 33); +} + + + + + +main .main_wrap .main_with { + width: 80%; + margin-top: 20px; + padding-left: 70px; + padding-bottom: 20px; + font-size: 40px; + font-weight: 700; + line-height: 74px; + text-align: center; +} + +main .main_wrap .main_with strong{ + color: #7eae4b; +} + + +main .main_wrap .main_with img{ + width: 80%; + margin: 0 auto; + padding-top: 40px; +} + + + +main .main_wrap .main_with2 { + width: 85%; + margin-top: 70px; + padding-bottom: 70px; + padding-left: 80px; + font-size: 17px; + line-height: 30px; + color: #333; + text-align: center; + font-weight: 700; + +} + + + + +main .main_wrap .main_with2 h1{ + font-weight: 700; + font-size: 21px; + padding-bottom: 30px; +} + + + + +main .main_wrap .main_with3 { + width: 85%; + margin-top: 20px; + padding-bottom: 50px; + padding-left: 80px; + font-size: 17px; + font-weight: 700; + line-height: 30px; + color: #333; + text-align: center; + +} + + + +main .main_wrap .main_with3 h1{ + font-weight: 700; + font-size: 27px; + padding-bottom: 30px; +} + + +main .main_wrap .main_with3 h2{ + font-weight: 700; + font-size: 27px; + padding-bottom: 30px; + color: #7eae4b; +} + + + + + +main .main_wrap .main_with3 .main_with_logo{ + display: flex; + padding: 100px 0; + margin-top: 70px; + justify-content: center; + border: 1px solid rgba(58, 58, 58, .4); +} + +main .main_wrap .down_box { + display: flex; + position: absolute; + right: 10%; + width: 300px; + border: 1px solid rgba(58, 58, 58, .4); + color: #333; +} + +main .main_wrap .down_box a{ + display: flex; + justify-content: center; + align-items: center; + text-align: center; + color: #333; + padding: 20px; +} + +main .main_wrap .down_box img{ + padding-right: 10px; +} + + + + +@keyframes up_text { + from { + transform: translateY(500px); + } + to { + transform: translateY(0); + } +} + +.main_wrap { + animation: up_text 1s ease-out; +} + + +.main_with1 { + animation: up_text 2s ease-out; +} + +.main_with2 { + animation: up_text 3s ease-out; +} + +.main_with3 { + animation: up_text 4s ease-out; +} + +.main_with4 { + animation: up_text 4s ease-out; +} + + + + + + + + + + + +/* FOOTER */ + +footer { + width: 100%; + height: 355px; + border-top: 1px solid rgba(0, 0, 0, .5) +} + +footer .footer_wrap{ + position: relative; + width: 1180px; + padding: 45px 0 0 0; + margin: 0 auto; + text-decoration: none; + +} + + +footer .footer_wrap .footer_logo{ + display: flex; + align-items: center; + justify-content: center; + padding-bottom: 50px; +} + +footer .footer_wrap .footer_logo img{ + width: 107px; +} + +footer .footer_wrap .footer_information{ + display: flex; + padding-left: 21px; + padding-top: 1px; + justify-content: center; + +} + + +footer .footer_wrap .footer_information span{ + display: inline-block; + text-align: center; + font-size: 16px; + line-height: 16px; + margin-right: 13px; + padding-right: 17px; +} + +footer .footer_wrap .footer_information span a{ + color: #585858; + +} + +footer .footer_wrap .footer_information span:first-child a{ + color: #004f18; + font-weight: 700; + +} + +footer .footer_wrap .footer_information span:nth-child(-n+4){ + background: url(../images/ft_line.gif) no-repeat right 5px; +} + +footer .footer_wrap .footer_location{ + padding: 28px; + padding-bottom: 0; + text-align: center; +} + + +footer .footer_wrap .footer_location span{ + padding-right: 8px; +} + + +footer .footer_wrap .footer_location span:nth-child(-n+2){ + background: url(../images/ft_line.gif) no-repeat right; +} + + + +footer .footer_wrap .footer_location span{ + line-height: 14px; + font-size: 15px; + color: #585858; + display: inline-block; + text-align: center; + padding: 0 10px; +} + +footer .footer_wrap .footer_location span:nth-last-child(1){ + background: none; + font-size: 15px; +} + +footer .footer_wrap .footer_location .copyright{ + padding-top: 12px; + padding-bottom: 20px; + line-height: 15px; +} + + +footer .footer_wrap .footer_sns{ + display: flex; + justify-content: center; + align-items: center; + padding-right: 62px; + +} + + +footer .footer_wrap .footer_sns span{ + font-size: 14px; + padding-right: 15px; + margin-right: 15px; + background: url(../images/ft_arr02.gif) no-repeat right; +} + + +footer .footer_wrap .footer_sns li{ + padding-right: 15px; +} + + + +footer .footer_wrap .footer_affiliate{ + width: 230px; + height: 35px; + font-size: 14px; + color: #1e1e1e; + margin-left: 45px; + margin-right: 27px; + padding-left: 15px; + border: 3px solid rgba(58, 58, 58, .4); +} +footer .footer_wrap .footer_affiliate .modal:hover .mini_modal{ + display: flex; +} + +footer .footer_wrap .footer_affiliate .modal .mini_modal:hover{ + display: flex; +} + +footer .footer_wrap .footer_affiliate span{ + position: absolute; + background: url(../images/ft_arr01.gif)no-repeat right; + background-position-y: 15px; + padding-right: 90px; + padding-top: 11px; +} + + +footer .footer_wrap .footer_web{ + width: 100%; + display: flex; + justify-content: center; +} + + + +footer .footer_wrap .footer_affiliate .mini_modal{ + position: absolute; + display: none; + width: 650px; + font-family: '맑은 고딕'; + bottom: 26px; + right: -12px; + background-color: #fff; + border: 3px solid rgba(58, 58, 58, .4); +} + + + +footer .footer_wrap .footer_affiliate .mini_modal ul{ + + padding: 30px; + font-size: 20px; +} + +footer .footer_wrap .footer_affiliate .mini_modal div{ + padding-bottom: 20px; + border-bottom: 1px solid black; + margin-bottom: 20px; +} + +footer .footer_wrap .footer_affiliate .mini_modal ul li{ + font-size: 15px; + padding-top: 10px; + +} + +footer .footer_wrap .footer_affiliate .mini_modal .modal_box a{ +color: #585858; +} + + + + + + + + + + diff --git a/activity/activity.html b/activity/activity.html new file mode 100644 index 00000000..26a0981d --- /dev/null +++ b/activity/activity.html @@ -0,0 +1,242 @@ + + + + + + + 차별화된제품을통한시장선도 l 활동및실적 ㅣ 풀무원 + + + + + + + + + + + + +
+
+ +
+
+
+ + home + +
+
+ +
+
+ +
+
+
+ +
+
+
+ +
+
+
+

활동과 실적

+
+
+
+ 풀무원은 사회책임경영을 통해 + ‘글로벌 No.1 LOHAS기업’으로 도약하겠습니다. + +
+
+ + +
+
+
+ + + + + +
+ + + + + + + + + + + + \ No newline at end of file diff --git a/business/business.css b/business/business.css new file mode 100644 index 00000000..d42357c2 --- /dev/null +++ b/business/business.css @@ -0,0 +1,766 @@ +*{ + scroll-behavior: smooth; + list-style: none; + color: inherit; +} + + +body{ + font-size: 16px; + color: #7d7d7d; + font-family: 'NSKR', '맑은 고딕'; + line-height: 1; +} + + +img{ + display: block; +} + +a { + text-decoration: none; +} + + +a:visited{ + color: inherit; +} + +.inner{ + width: 100%; + background-color: #fff; +} + + +/* HEADER */ +header{ + position: relative; + padding-top: 20px; + width: 100%; + background-color: #fff; +} + + +header .header_wrap{ + display: flex; + position: relative; + width: 1180px; + height: 117px; + margin: 0 auto; + +} + + +header .header_logo{ + position: absolute; + height: 53px; + top: 0; + bottom: 0; + left: 0; + margin: auto 0; +} + +header .header_wrap .sub_menu { + width: 100%; + height: 17px; +} + + +header .header_wrap .sub_menu .menu{ + display: flex; + justify-content: flex-end; + width: 100%; + height: 17px; + white-space: nowrap; + margin-top: 2px; +} + + + +header .header_wrap .sub_menu .menu img{ + display: inline; + margin-right: 3.4px; +} + + + +header .header_wrap .sub_menu .menu a{ + display: block; + color: #666; + font-size: 14.5px; + padding-left: 12px; + font-weight: 600; +} + + + +header .header_wrap .main_menu_wrap { + position: absolute; + bottom: 35%; + right: 26%; +} + + + +header .header_wrap .main_menu_wrap .main_menu{ + display: flex; +} + + +header .header_wrap .main_menu_wrap .main_menu li a{ + font-size: 22px; + color: #1e1e1e; + margin-left: 76px; + font-weight: 700; + font-family: 'Gowun Dodum', Arial, sans-serif; +} + + + +header .header_wrap .search_wrap { + position: absolute; + width: 10px; + bottom: 31%; + right: 18.8%; +} + + +header .header_wrap .search_wrap input{ + width: 150px; + height: 35px; + padding: 0px 5px; + border-radius: 5px; + border: none; + outline: none; +} + +header .header_wrap .search_wrap input:focus{ + border: .5px solid rgba(0, 0, 0, .2); + outline: initial; +} + +header .header_wrap .search_wrap img { + position: absolute; + top: 17%; + left: 120px; +} + + + +header .header_wrap .language_select_wrap{ + position: absolute; + bottom: 31.5%; + right: -0.5%; +} + +header .header_wrap .language_select_wrap select{ + height: 34px; + width: auto; + padding: 4px 10px; + padding-top: 1px; + padding-right: 12px; + border-radius: 20px; + font-family: '맑은고딕'; + color: #666; + background-color: #f4f4f4; + border: hidden; + outline: hidden; +} + +header .header_wrap .language_select_wrap select:focus{ + outline: 2px solid black; +} + + + + + +header .inner .main_menu_items_wrap { + display: none; + justify-content: center; + position: absolute; + width: 100%; + height: 487px; + background-color: #fff; + text-align: center; + border-top: 1px solid #d7d0d0; + border-bottom: 1px solid #d7d0d0; + z-index: 1; + font-family: '맑은고딕'; +} + +header .main_menu_items_wrap .main_menu_items{ + margin-top: 25px; +} + +header .main_menu_items_wrap .main_menu_items li{ + padding: 10px 33px; + +} + + + +header .main_menu_items_wrap .main_menu_items a{ + display: inline-block; + color: #666; + font-size: 16px; + font-weight: 700; +} + + +header .main_menu_items_wrap .main_menu_items a:hover{ + color: #8dc63f; + text-decoration: underline; + +} + + + + +header .inner .main_menu_items_wrap .main_menu_image_wrap{ + position: absolute; + display: flex; + width: 100%; + height: 135px; + bottom: 0; + border-bottom: 1px solid #d7d0d0; +} + +header .inner .main_menu_items_wrap .main_menu_image_left{ + width: 50%; + height: 135px; + left: 0; + bottom: 0; + background-color: #ecdea1; +} + +header .inner .main_menu_items_wrap .main_menu_image_left img{ + float: right; +} + + + +header .inner .main_menu_items_wrap .main_menu_image_right{ + + width: 50%; + height: 135px; + right: 0; + bottom: 0; + background-color: #625042; +} + + +header .inner .main_menu_items_wrap.active{ + display: flex; +} + +.home_wrap{ + background: #8dc63f; +} + + + + +.home_wrap img{ + width: 100%; +} + +.home_wrap .home_move{ + display: flex; + max-width: 1180px; + margin: 0 auto; + color: #fff; + border-right: 1px solid #b7d47f; +} + + + + +.home_wrap .home_move .home{ + display: inline-flex; + padding: 20px 22px; + border-left: 1px solid #b7d47f; + border-right: 1px solid #b7d47f; + border-bottom: 1px solid #b7d47f; +} + + +.home_wrap .home_main_menu{ + width: 200px; + padding: 20px 0; + border-right: 1px solid #b7d47f; + cursor: pointer; +} + +.home_wrap .home_main_menu ul{ + width: 190px; + position: absolute; + background: #8dc63f; + border-right: 1px solid #b7d47f; +} + +.home_wrap .home_main_menu ul:first-child{ + padding-left: 10px; +} + +.home_wrap .home_main_menu ul li{ + display: flex; + padding: 10px 0; +} + + +.home_wrap .home_sub_menu{ + display: none; + width: 100%; + margin-top: 20px; + border-top: 1px solid #b7d47f; + border-right: 1px solid #b7d47f; +} + + +.home_wrap .home_main_menu2{ + width: 200px; + padding: 20px 0; + border-right: 1px solid #b7d47f; + cursor: pointer; +} + +.home_wrap .home_main_menu2 ul{ + width: 190px; + position: absolute; + background: #8dc63f; +} + +.home_wrap .home_main_menu2 ul:first-child{ + padding-left: 10px; +} + +.home_wrap .home_main_menu2 ul li{ + display: flex; + padding: 10px 0; +} + + +.home_wrap .home_sub_menu2{ + display: none; + width: 100%; + margin-top: 20px; + border-top: 1px solid #b7d47f; + border-right: 1px solid #b7d47f; + +} + + + +.home_wrap .home_sub_menu.open{ + display: block; +} + + + + +.home_wrap .home_main_menu2 ul li{ + display: flex; + padding: 10px 0; + font-style: none; + +} + + +.home_wrap .home_sub_menu2.open{ + display: block; +} + + +.home_wrap .home_sub_menu2{ + display: none; + width: 100%; + margin-top: 20px; + border-top: 1px solid #b7d47f; + +} + + + + + + +/* MAIN */ +main{ + width: 100%; + position: relative; + max-width: 1180px; + margin: 0 auto; + padding-bottom: 100px; +} + + +main .main_wrap{ + margin-right: 10px; + height: 1100px; +} + + +main .main_wrap .main_title{ + display: flex; + padding: 50px 0 0; + margin: 0 0 110px; +} + + + +main .main_wrap .main_title h1{ + display: inline-block; + font-size: 30px; + font-weight: 700; + color: rgb(33, 33, 33); + margin-right: 30px; + +} + + +main .main_wrap .main_title div{ + width: 69%; + background: url(../images/sub_tit_line.gif) repeat-x left 18px; + z-index: -1; +} + +main .main_wrap .main_business{ + color: rgb(33, 33, 33); +} + + + + + +main .main_wrap .main_business { + width: 90%; + margin-top: 20px; + padding-left: 70px; + padding-bottom: 20px; + font-size: 40px; + font-weight: 700; + line-height: 74px; + text-align: center; +} + +main .main_wrap .main_business strong{ + color: #7eae4b; +} + + +main .main_wrap .main_business img{ + margin: 0 auto; + padding-top: 40px; +} + + + +main .main_wrap .main_business2 { + width: 90%; + margin-top: 70px; + padding-bottom: 70px; + padding-left: 80px; + font-size: 16 px; + line-height: 30px; + color: #333; + text-align: center; +} + + +main .main_wrap .main_business2 span{ + text-align: center; +} + +main .main_wrap .main_business2 h1{ + font-weight: 700; + font-size: 21px; + padding-bottom: 30px; +} + + +main .main_wrap .main_business3{ + position: relative; + width: 100%; + height: 100%; + padding: 0; + margin: 0; +} + + +main .main_wrap .main_business3 img:nth-child(1){ + position: absolute; + width: 120%; + left: -7%; +} + + +main .main_wrap .main_business3 img:nth-child(2){ + position: absolute; + width: 25%; + left: 35%; + top: 22%; +} + +main .main_wrap .main_business3 img:nth-child(3){ + position: absolute; + width: 25%; + left: 44%; + top: 5%; +} + +main .main_wrap .main_business3 img:nth-child(4){ + position: absolute; + width: 25%; + left: 47%; + top: 21% +} + +main .main_wrap .main_business3 img:nth-child(5){ + position: absolute; + width: 25%; + left: 70%; + top:20% +} + +@keyframes up_text { + from { + transform: translateY(500px); + } + to { + transform: translateY(0); + } +} + +.main_wrap { + animation: up_text 1s ease-out; +} + + +.main_business1 { + animation: up_text 2s ease-out; +} + +.main_business2 { + animation: up_text 3s ease-out; +} + + + +.main_business4 { + animation: up_text 1s ease-out; +} + + + + + + + + + + + +/* FOOTER */ + +footer { + width: 100%; + height: 355px; + border-top: 1px solid rgba(0, 0, 0, .5) +} + +footer .footer_wrap{ + position: relative; + width: 1180px; + padding: 45px 0 0 0; + margin: 0 auto; + text-decoration: none; + +} + + +footer .footer_wrap .footer_logo{ + display: flex; + align-items: center; + justify-content: center; + padding-bottom: 50px; +} + +footer .footer_wrap .footer_logo img{ + width: 107px; +} + +footer .footer_wrap .footer_information{ + display: flex; + padding-left: 21px; + padding-top: 1px; + justify-content: center; + +} + + +footer .footer_wrap .footer_information span{ + display: inline-block; + text-align: center; + font-size: 16px; + line-height: 16px; + margin-right: 13px; + padding-right: 17px; +} + +footer .footer_wrap .footer_information span a{ + color: #585858; + +} + +footer .footer_wrap .footer_information span:first-child a{ + color: #004f18; + font-weight: 700; + +} + +footer .footer_wrap .footer_information span:nth-child(-n+4){ + background: url(../images/ft_line.gif) no-repeat right 5px; +} + +footer .footer_wrap .footer_location{ + padding: 28px; + padding-bottom: 0; + text-align: center; +} + + +footer .footer_wrap .footer_location span{ + padding-right: 8px; +} + + +footer .footer_wrap .footer_location span:nth-child(-n+2){ + background: url(../images/ft_line.gif) no-repeat right; +} + + + +footer .footer_wrap .footer_location span{ + line-height: 14px; + font-size: 15px; + color: #585858; + display: inline-block; + text-align: center; + padding: 0 10px; +} + +footer .footer_wrap .footer_location span:nth-last-child(1){ + background: none; + font-size: 15px; +} + +footer .footer_wrap .footer_location .copyright{ + padding-top: 12px; + padding-bottom: 20px; + line-height: 15px; +} + + +footer .footer_wrap .footer_sns{ + display: flex; + justify-content: center; + align-items: center; + padding-right: 62px; + +} + + +footer .footer_wrap .footer_sns span{ + font-size: 14px; + padding-right: 15px; + margin-right: 15px; + background: url(../images/ft_arr02.gif) no-repeat right; +} + + +footer .footer_wrap .footer_sns li{ + padding-right: 15px; +} + + + +footer .footer_wrap .footer_affiliate{ + width: 230px; + height: 35px; + font-size: 14px; + color: #1e1e1e; + margin-left: 45px; + margin-right: 27px; + padding-left: 15px; + border: 3px solid rgba(58, 58, 58, .4); +} +footer .footer_wrap .footer_affiliate .modal:hover .mini_modal{ + display: flex; +} + +footer .footer_wrap .footer_affiliate .modal .mini_modal:hover{ + display: flex; +} + +footer .footer_wrap .footer_affiliate span{ + position: absolute; + background: url(../images/ft_arr01.gif)no-repeat right; + background-position-y: 15px; + padding-right: 90px; + padding-top: 11px; +} + + +footer .footer_wrap .footer_web{ + width: 100%; + display: flex; + justify-content: center; +} + + + +footer .footer_wrap .footer_affiliate .mini_modal{ + position: absolute; + display: none; + width: 650px; + font-family: '맑은 고딕'; + bottom: 26px; + right: -12px; + background-color: #fff; + border: 3px solid rgba(58, 58, 58, .4); +} + + + +footer .footer_wrap .footer_affiliate .mini_modal ul{ + + padding: 30px; + font-size: 20px; +} + +footer .footer_wrap .footer_affiliate .mini_modal div{ + padding-bottom: 20px; + border-bottom: 1px solid black; + margin-bottom: 20px; +} + +footer .footer_wrap .footer_affiliate .mini_modal ul li{ + font-size: 15px; + padding-top: 10px; + +} + +footer .footer_wrap .footer_affiliate .mini_modal .modal_box a{ +color: #585858; +} + + + + + + + + + + diff --git a/business/business.html b/business/business.html new file mode 100644 index 00000000..cee73cf8 --- /dev/null +++ b/business/business.html @@ -0,0 +1,253 @@ + + + + + + + 풀무원 사업 l 회사소개 l 풀무원 + + + + + + + + + + + + +
+
+ +
+
+
+ + home + +
+
+ +
+ +
+
+ +
+
+
+ +
+
+
+

사업소개

+
+
+
+ 풀무원 사업 + +
+
+ + 한국의 대표적인 바른먹거리 기업인 풀무원은 국내에서 신선식품과 음료를 중심으로 건강기능식품, 급식과 컨세션, 친환경식품유통, 먹는샘물,
발효유 등 다양한 영역에서 사업을 펼치고 있습니다. 1991년 미국에 법인을 설립하고 해외에 진출한 이래 중국과 일본에도 법인을 설립해 세계 1위
두부기업의 위상을 확고히 하며 글로벌 기업으로 성장하고 있습니다.
+
+
+
+ map + map + map + map + map +
+
+
+ + + + + +
+ + + + + + + + + + + + \ No newline at end of file diff --git a/campaign/campaign.css b/campaign/campaign.css new file mode 100644 index 00000000..0b5e69fc --- /dev/null +++ b/campaign/campaign.css @@ -0,0 +1,792 @@ +*{ + scroll-behavior: smooth; + list-style: none; + color: inherit; +} + + +body{ + font-size: 16px; + color: #7d7d7d; + font-family: 'NSKR', '맑은 고딕'; + line-height: 1; +} + + +img{ + display: block; +} + +a { + text-decoration: none; +} + + +a:visited{ + color: inherit; +} + +.inner{ + width: 100%; + background-color: #fff; +} + + +/* HEADER */ +header{ + position: relative; + padding-top: 20px; + width: 100%; + background-color: #fff; +} + + +header .header_wrap{ + display: flex; + position: relative; + width: 1180px; + height: 117px; + margin: 0 auto; + +} + + +header .header_logo{ + position: absolute; + height: 53px; + top: 0; + bottom: 0; + left: 0; + margin: auto 0; +} + +header .header_wrap .sub_menu { + width: 100%; + height: 17px; +} + + +header .header_wrap .sub_menu .menu{ + display: flex; + justify-content: flex-end; + width: 100%; + height: 17px; + white-space: nowrap; + margin-top: 2px; +} + + + +header .header_wrap .sub_menu .menu img{ + display: inline; + margin-right: 3.4px; +} + + + +header .header_wrap .sub_menu .menu a{ + display: block; + color: #666; + font-size: 14.5px; + padding-left: 12px; + font-weight: 600; +} + + + +header .header_wrap .main_menu_wrap { + position: absolute; + bottom: 35%; + right: 26%; +} + + + +header .header_wrap .main_menu_wrap .main_menu{ + display: flex; +} + + +header .header_wrap .main_menu_wrap .main_menu li a{ + font-size: 22px; + color: #1e1e1e; + margin-left: 76px; + font-weight: 700; + font-family: 'Gowun Dodum', Arial, sans-serif; +} + + + +header .header_wrap .search_wrap { + position: absolute; + width: 10px; + bottom: 31%; + right: 18.8%; +} + + +header .header_wrap .search_wrap input{ + width: 150px; + height: 35px; + padding: 0px 5px; + border-radius: 5px; + border: none; + outline: none; +} + +header .header_wrap .search_wrap input:focus{ + border: .5px solid rgba(0, 0, 0, .2); + outline: initial; +} + +header .header_wrap .search_wrap img { + position: absolute; + top: 17%; + left: 120px; +} + + + +header .header_wrap .language_select_wrap{ + position: absolute; + bottom: 31.5%; + right: -0.5%; +} + +header .header_wrap .language_select_wrap select{ + height: 34px; + width: auto; + padding: 4px 10px; + padding-top: 1px; + padding-right: 12px; + border-radius: 20px; + font-family: '맑은고딕'; + color: #666; + background-color: #f4f4f4; + border: hidden; + outline: hidden; +} + +header .header_wrap .language_select_wrap select:focus{ + outline: 2px solid black; +} + + + + + +header .inner .main_menu_items_wrap { + display: none; + justify-content: center; + position: absolute; + width: 100%; + height: 487px; + background-color: #fff; + text-align: center; + border-top: 1px solid #d7d0d0; + border-bottom: 1px solid #d7d0d0; + z-index: 1; + font-family: '맑은고딕'; +} + +header .main_menu_items_wrap .main_menu_items{ + margin-top: 25px; +} + +header .main_menu_items_wrap .main_menu_items li{ + padding: 10px 33px; + +} + + + +header .main_menu_items_wrap .main_menu_items a{ + display: inline-block; + color: #666; + font-size: 16px; + font-weight: 700; +} + + +header .main_menu_items_wrap .main_menu_items a:hover{ + color: #8dc63f; + text-decoration: underline; + +} + + + + +header .inner .main_menu_items_wrap .main_menu_image_wrap{ + position: absolute; + display: flex; + width: 100%; + height: 135px; + bottom: 0; + border-bottom: 1px solid #d7d0d0; +} + +header .inner .main_menu_items_wrap .main_menu_image_left{ + width: 50%; + height: 135px; + left: 0; + bottom: 0; + background-color: #ecdea1; +} + +header .inner .main_menu_items_wrap .main_menu_image_left img{ + float: right; +} + + + +header .inner .main_menu_items_wrap .main_menu_image_right{ + + width: 50%; + height: 135px; + right: 0; + bottom: 0; + background-color: #625042; +} + + +header .inner .main_menu_items_wrap.active{ + display: flex; +} + +.home_wrap{ + background: #8dc63f; +} + + + + +.home_wrap img{ + width: 100%; +} + +.home_wrap .home_move{ + display: flex; + max-width: 1180px; + margin: 0 auto; + color: #fff; + border-right: 1px solid #b7d47f; +} + + + + +.home_wrap .home_move .home{ + display: inline-flex; + padding: 20px 22px; + border-left: 1px solid #b7d47f; + border-right: 1px solid #b7d47f; + border-bottom: 1px solid #b7d47f; +} + + +.home_wrap .home_main_menu{ + width: 200px; + padding: 20px 0; + border-right: 1px solid #b7d47f; + cursor: pointer; +} + +.home_wrap .home_main_menu ul{ + width: 190px; + position: absolute; + background: #8dc63f; + border-right: 1px solid #b7d47f; +} + +.home_wrap .home_main_menu ul:first-child{ + padding-left: 10px; +} + +.home_wrap .home_main_menu ul li{ + display: flex; + padding: 10px 0; +} + + +.home_wrap .home_sub_menu{ + display: none; + width: 100%; + margin-top: 20px; + border-top: 1px solid #b7d47f; + border-right: 1px solid #b7d47f; +} + + +.home_wrap .home_main_menu2{ + width: 200px; + padding: 20px 0; + border-right: 1px solid #b7d47f; + cursor: pointer; +} + +.home_wrap .home_main_menu2 ul{ + width: 190px; + position: absolute; + background: #8dc63f; +} + +.home_wrap .home_main_menu2 ul:first-child{ + padding-left: 10px; +} + +.home_wrap .home_main_menu2 ul li{ + display: flex; + padding: 10px 0; +} + + +.home_wrap .home_sub_menu2{ + display: none; + width: 100%; + margin-top: 20px; + border-top: 1px solid #b7d47f; + border-right: 1px solid #b7d47f; + +} + + + +.home_wrap .home_sub_menu.open{ + display: block; +} + + + + +.home_wrap .home_main_menu2 ul li{ + display: flex; + padding: 10px 0; + font-style: none; + +} + + +.home_wrap .home_sub_menu2.open{ + display: block; +} + + +.home_wrap .home_sub_menu2{ + display: none; + width: 100%; + margin-top: 20px; + border-top: 1px solid #b7d47f; + +} + + + + + + +/* MAIN */ +main{ + width: 100%; + position: relative; + max-width: 1180px; + margin: 0 auto; + padding-bottom: 100px; +} + + +main .main_wrap{ + margin-right: 10px; +} + + +main .main_wrap .main_title{ + display: flex; + padding: 50px 0 0; + margin: 0 0 110px; +} + + + +main .main_wrap .main_title h1{ + display: inline-block; + font-size: 30px; + font-weight: 700; + color: rgb(33, 33, 33); + margin-right: 30px; + +} + + +main .main_wrap .main_title div{ + width: 69%; + background: url(../images/sub_tit_line.gif) repeat-x left 18px; + z-index: -1; +} + +main .main_wrap .main_with{ + color: rgb(33, 33, 33); +} + + + + + +main .main_wrap .main_with { + width: 80%; + margin-top: 20px; + padding-left: 70px; + padding-bottom: 20px; + font-size: 40px; + font-weight: 700; + line-height: 74px; + text-align: center; +} + +main .main_wrap .main_with strong{ + color: #7eae4b; +} + + +main .main_wrap .main_with img{ + width: 80%; + margin: 0 auto; + padding-top: 40px; +} + + + +main .main_wrap .main_with2 { + width: 85%; + margin-top: 70px; + padding-bottom: 70px; + padding-left: 80px; + font-size: 17px; + line-height: 30px; + color: #333; + text-align: center; + font-weight: 700; + +} + + + + +main .main_wrap .main_with2 h1{ + font-weight: 700; + font-size: 21px; + padding-bottom: 30px; +} + + + + +main .main_wrap .main_with3 { + width: 85%; + margin-top: 20px; + padding-bottom: 50px; + padding-left: 80px; + font-size: 17px; + font-weight: 700; + line-height: 30px; + color: #333; + text-align: center; + +} + + + +main .main_wrap .main_with3 h1{ + font-weight: 700; + font-size: 27px; + padding-bottom: 30px; +} + + +main .main_wrap .main_with3 h2{ + font-weight: 700; + font-size: 27px; + padding-bottom: 30px; + color: #7eae4b; +} + + + + + +main .main_wrap .main_with3 .main_with_logo{ + display: flex; + padding: 100px 0; + margin-top: 70px; + justify-content: center; + border: 1px solid rgba(58, 58, 58, .4); +} + +main .main_wrap .down_box { + display: flex; + position: absolute; + right: 10%; + width: 300px; + border: 1px solid rgba(58, 58, 58, .4); + color: #333; +} + +main .main_wrap .down_box a{ + display: flex; + justify-content: center; + align-items: center; + text-align: center; + color: #333; + padding: 20px; +} + +main .main_wrap .down_box img{ + padding-right: 10px; +} + + + + +@keyframes up_text { + from { + transform: translateY(500px); + } + to { + transform: translateY(0); + } +} + +.main_wrap { + animation: up_text 1s ease-out; +} + + +.main_with1 { + animation: up_text 2s ease-out; +} + +.main_with2 { + animation: up_text 3s ease-out; +} + +.main_with3 { + animation: up_text 4s ease-out; +} + +.main_with4 { + animation: up_text 4s ease-out; +} + + + + + + + + + + + +/* FOOTER */ + +footer { + width: 100%; + height: 355px; + border-top: 1px solid rgba(0, 0, 0, .5) +} + +footer .footer_wrap{ + position: relative; + width: 1180px; + padding: 45px 0 0 0; + margin: 0 auto; + text-decoration: none; + +} + + +footer .footer_wrap .footer_logo{ + display: flex; + align-items: center; + justify-content: center; + padding-bottom: 50px; +} + +footer .footer_wrap .footer_logo img{ + width: 107px; +} + +footer .footer_wrap .footer_information{ + display: flex; + padding-left: 21px; + padding-top: 1px; + justify-content: center; + +} + + +footer .footer_wrap .footer_information span{ + display: inline-block; + text-align: center; + font-size: 16px; + line-height: 16px; + margin-right: 13px; + padding-right: 17px; +} + +footer .footer_wrap .footer_information span a{ + color: #585858; + +} + +footer .footer_wrap .footer_information span:first-child a{ + color: #004f18; + font-weight: 700; + +} + +footer .footer_wrap .footer_information span:nth-child(-n+4){ + background: url(../images/ft_line.gif) no-repeat right 5px; +} + +footer .footer_wrap .footer_location{ + padding: 28px; + padding-bottom: 0; + text-align: center; +} + + +footer .footer_wrap .footer_location span{ + padding-right: 8px; +} + + +footer .footer_wrap .footer_location span:nth-child(-n+2){ + background: url(../images/ft_line.gif) no-repeat right; +} + + + +footer .footer_wrap .footer_location span{ + line-height: 14px; + font-size: 15px; + color: #585858; + display: inline-block; + text-align: center; + padding: 0 10px; +} + +footer .footer_wrap .footer_location span:nth-last-child(1){ + background: none; + font-size: 15px; +} + +footer .footer_wrap .footer_location .copyright{ + padding-top: 12px; + padding-bottom: 20px; + line-height: 15px; +} + + +footer .footer_wrap .footer_sns{ + display: flex; + justify-content: center; + align-items: center; + padding-right: 62px; + +} + + +footer .footer_wrap .footer_sns span{ + font-size: 14px; + padding-right: 15px; + margin-right: 15px; + background: url(../images/ft_arr02.gif) no-repeat right; +} + + +footer .footer_wrap .footer_sns li{ + padding-right: 15px; +} + + + +footer .footer_wrap .footer_affiliate{ + width: 230px; + height: 35px; + font-size: 14px; + color: #1e1e1e; + margin-left: 45px; + margin-right: 27px; + padding-left: 15px; + border: 3px solid rgba(58, 58, 58, .4); +} +footer .footer_wrap .footer_affiliate .modal:hover .mini_modal{ + display: flex; +} + +footer .footer_wrap .footer_affiliate .modal .mini_modal:hover{ + display: flex; +} + +footer .footer_wrap .footer_affiliate span{ + position: absolute; + background: url(../images/ft_arr01.gif)no-repeat right; + background-position-y: 15px; + padding-right: 90px; + padding-top: 11px; +} + + +footer .footer_wrap .footer_web{ + width: 100%; + display: flex; + justify-content: center; +} + + + +footer .footer_wrap .footer_affiliate .mini_modal{ + position: absolute; + display: none; + width: 650px; + font-family: '맑은 고딕'; + bottom: 26px; + right: -12px; + background-color: #fff; + border: 3px solid rgba(58, 58, 58, .4); +} + + + +footer .footer_wrap .footer_affiliate .mini_modal ul{ + + padding: 30px; + font-size: 20px; +} + +footer .footer_wrap .footer_affiliate .mini_modal div{ + padding-bottom: 20px; + border-bottom: 1px solid black; + margin-bottom: 20px; +} + +footer .footer_wrap .footer_affiliate .mini_modal ul li{ + font-size: 15px; + padding-top: 10px; + +} + +footer .footer_wrap .footer_affiliate .mini_modal .modal_box a{ +color: #585858; +} + + + + + + + + + + diff --git a/campaign/campaign.html b/campaign/campaign.html new file mode 100644 index 00000000..2f52b917 --- /dev/null +++ b/campaign/campaign.html @@ -0,0 +1,244 @@ + + + + + + + 바른먹거리 캠페인 ㅣ 바른먹거리 + + + + + + + + + + + + +
+
+ +
+
+
+ + home + +
+
+ +
+ +
+
+ +
+
+
+ +
+
+
+

바른먹거리 캠페인

+
+
+
+ + 바른먹거리의 중요성을 알리고 + 바른 식습관을 교육합니다. + +
+
+ + +
+
+
+ + + + + +
+ + + + + + + + + + + + \ No newline at end of file diff --git a/company/ceo.css b/company/ceo.css new file mode 100644 index 00000000..e4f477f5 --- /dev/null +++ b/company/ceo.css @@ -0,0 +1,777 @@ +*{ + scroll-behavior: smooth; + list-style: none; + color: inherit; +} + + +body{ + font-size: 16px; + color: #7d7d7d; + font-family: 'NSKR', '맑은 고딕'; + line-height: 1; +} + + +img{ + display: block; +} + +a { + text-decoration: none; +} + + +a:visited{ + color: inherit; +} + +.inner{ + width: 100%; + background-color: #fff; +} + + +/* HEADER */ +header{ + position: relative; + padding-top: 20px; + width: 100%; + background-color: #fff; +} + + +header .header_wrap{ + display: flex; + position: relative; + width: 1180px; + height: 117px; + margin: 0 auto; + +} + + +header .header_logo{ + position: absolute; + height: 53px; + top: 0; + bottom: 0; + left: 0; + margin: auto 0; +} + +header .header_wrap .sub_menu { + width: 100%; + height: 17px; +} + + +header .header_wrap .sub_menu .menu{ + display: flex; + justify-content: flex-end; + width: 100%; + height: 17px; + white-space: nowrap; + margin-top: 2px; +} + + + +header .header_wrap .sub_menu .menu img{ + display: inline; + margin-right: 3.4px; +} + + + +header .header_wrap .sub_menu .menu a{ + display: block; + color: #666; + font-size: 14.5px; + padding-left: 12px; + font-weight: 600; +} + + + +header .header_wrap .main_menu_wrap { + position: absolute; + bottom: 35%; + right: 26%; +} + + + +header .header_wrap .main_menu_wrap .main_menu{ + display: flex; +} + + +header .header_wrap .main_menu_wrap .main_menu li a{ + font-size: 22px; + color: #1e1e1e; + margin-left: 76px; + font-weight: 700; + font-family: 'Gowun Dodum', Arial, sans-serif; +} + + + +header .header_wrap .search_wrap { + position: absolute; + width: 10px; + bottom: 31%; + right: 18.8%; +} + + +header .header_wrap .search_wrap input{ + width: 150px; + height: 35px; + padding: 0px 5px; + border-radius: 5px; + border: none; + outline: none; +} + +header .header_wrap .search_wrap input:focus{ + border: .5px solid rgba(0, 0, 0, .2); + outline: initial; +} + +header .header_wrap .search_wrap img { + position: absolute; + top: 17%; + left: 120px; +} + + + +header .header_wrap .language_select_wrap{ + position: absolute; + bottom: 31.5%; + right: -0.5%; +} + +header .header_wrap .language_select_wrap select{ + height: 34px; + width: auto; + padding: 4px 10px; + padding-top: 1px; + padding-right: 12px; + border-radius: 20px; + font-family: '맑은고딕'; + color: #666; + background-color: #f4f4f4; + border: hidden; + outline: hidden; +} + +header .header_wrap .language_select_wrap select:focus{ + outline: 2px solid black; +} + + + + + +header .inner .main_menu_items_wrap { + display: none; + justify-content: center; + position: absolute; + width: 100%; + height: 487px; + background-color: #fff; + text-align: center; + border-top: 1px solid #d7d0d0; + border-bottom: 1px solid #d7d0d0; + z-index: 1; + font-family: '맑은고딕'; +} + +header .main_menu_items_wrap .main_menu_items{ + margin-top: 25px; +} + +header .main_menu_items_wrap .main_menu_items li{ + padding: 10px 33px; + +} + + + +header .main_menu_items_wrap .main_menu_items a{ + display: inline-block; + color: #666; + font-size: 16px; + font-weight: 700; +} + + +header .main_menu_items_wrap .main_menu_items a:hover{ + color: #8dc63f; + text-decoration: underline; + +} + + + + +header .inner .main_menu_items_wrap .main_menu_image_wrap{ + position: absolute; + display: flex; + width: 100%; + height: 135px; + bottom: 0; + border-bottom: 1px solid #d7d0d0; +} + +header .inner .main_menu_items_wrap .main_menu_image_left{ + width: 50%; + height: 135px; + left: 0; + bottom: 0; + background-color: #ecdea1; +} + +header .inner .main_menu_items_wrap .main_menu_image_left img{ + float: right; +} + + + +header .inner .main_menu_items_wrap .main_menu_image_right{ + + width: 50%; + height: 135px; + right: 0; + bottom: 0; + background-color: #625042; +} + + +header .inner .main_menu_items_wrap.active{ + display: flex; +} + +.home_wrap{ + background: #8dc63f; +} + + + + +.home_wrap img{ + width: 100%; +} + +.home_wrap .home_move{ + display: flex; + max-width: 1180px; + margin: 0 auto; + color: #fff; + border-right: 1px solid #b7d47f; +} + + + + +.home_wrap .home_move .home{ + display: inline-flex; + padding: 20px 22px; + border-left: 1px solid #b7d47f; + border-right: 1px solid #b7d47f; + border-bottom: 1px solid #b7d47f; +} + + +.home_wrap .home_main_menu{ + width: 200px; + padding: 20px 0; + border-right: 1px solid #b7d47f; + cursor: pointer; +} + +.home_wrap .home_main_menu ul{ + width: 190px; + position: absolute; + background: #8dc63f; + border-right: 1px solid #b7d47f; +} + +.home_wrap .home_main_menu ul:first-child{ + padding-left: 10px; +} + +.home_wrap .home_main_menu ul li{ + display: flex; + padding: 10px 0; +} + + +.home_wrap .home_sub_menu{ + display: none; + width: 100%; + margin-top: 20px; + border-top: 1px solid #b7d47f; + border-right: 1px solid #b7d47f; +} + + +.home_wrap .home_main_menu2{ + width: 200px; + padding: 20px 0; + border-right: 1px solid #b7d47f; + cursor: pointer; +} + +.home_wrap .home_main_menu2 ul{ + width: 190px; + position: absolute; + background: #8dc63f; +} + +.home_wrap .home_main_menu2 ul:first-child{ + padding-left: 10px; +} + +.home_wrap .home_main_menu2 ul li{ + display: flex; + padding: 10px 0; +} + + +.home_wrap .home_sub_menu2{ + display: none; + width: 100%; + margin-top: 20px; + border-top: 1px solid #b7d47f; + border-right: 1px solid #b7d47f; + +} + + + +.home_wrap .home_sub_menu.open{ + display: block; +} + + + + +.home_wrap .home_main_menu2 ul li{ + display: flex; + padding: 10px 0; + font-style: none; + +} + + +.home_wrap .home_sub_menu2.open{ + display: block; +} + + +.home_wrap .home_sub_menu2{ + display: none; + width: 100%; + margin-top: 20px; + border-top: 1px solid #b7d47f; + +} + + + + + + +/* MAIN */ +main{ + width: 100%; + position: relative; + max-width: 1180px; + margin: 0 auto; + padding-bottom: 100px; +} + + +main .main_wrap{ + margin-right: 10px; +} + + +main .main_wrap .main_title{ + display: flex; + padding: 50px 0 0; + margin: 0 0 110px; +} + + + +main .main_wrap .main_title h1{ + display: inline-block; + font-size: 30px; + font-weight: 700; + color: rgb(33, 33, 33); + margin-right: 30px; + +} + + +main .main_wrap .main_title div{ + width: 69%; + background: url(../images/sub_tit_line.gif) repeat-x left 18px; + z-index: -1; +} + +main .main_wrap .main_ceo{ + color: rgb(33, 33, 33); +} + + + + + +main .main_wrap .main_ceo { + width: 90%; + margin-top: 20px; + padding-left: 70px; + padding-bottom: 20px; + font-size: 40px; + font-weight: 700; + line-height: 74px; + text-align: center; +} + +main .main_wrap .main_ceo strong{ + color: #7eae4b; +} + + +main .main_wrap .main_ceo img{ + margin: 0 auto; + padding-top: 40px; +} + + + +main .main_wrap .main_ceo2 { + width: 85%; + margin-top: 70px; + padding-bottom: 70px; + padding-left: 80px; + font-size: 20px; + line-height: 30px; + color: #333; +} + + + +main .main_wrap .main_ceo2 h1{ + font-weight: 700; + font-size: 21px; + padding-bottom: 30px; +} + + + + +main .main_wrap .main_ceo3 { + width: 85%; + margin-top: 20px; + padding-bottom: 50px; + padding-left: 80px; + font-size: 17px; + line-height: 30px; + color: #333; + +} + + + +main .main_wrap .main_ceo3 h1{ + font-weight: 700; + font-size: 21px; + padding-bottom: 30px; +} + + + + +main .main_wrap .main_ceo4 { + position: relative; + display: flex; + align-items: center; + margin-top: 20px; + padding-bottom: 50px; + padding-left: 80px; + font-size: 17px; + line-height: 30px; + color: #333; + +} + + + +main .main_wrap .main_ceo4 h1{ + font-weight: 700; + font-size: 30px; + padding-bottom: 30px; +} + +main .main_wrap .main_ceo4 img{ + padding-left: 2%; + padding-bottom: 2%; +} + + + + + + + + + +@keyframes up_text { + from { + transform: translateY(500px); + } + to { + transform: translateY(0); + } +} + +.main_wrap { + animation: up_text 1s ease-out; +} + + +.main_ceo1 { + animation: up_text 2s ease-out; +} + +.main_ceo2 { + animation: up_text 3s ease-out; +} + +.main_ceo3 { + animation: up_text 4s ease-out; +} + +.main_ceo4 { + animation: up_text 4s ease-out; +} + + + + + + + + + + + +/* FOOTER */ + +footer { + width: 100%; + height: 355px; + border-top: 1px solid rgba(0, 0, 0, .5) +} + +footer .footer_wrap{ + position: relative; + width: 1180px; + padding: 45px 0 0 0; + margin: 0 auto; + text-decoration: none; + +} + + +footer .footer_wrap .footer_logo{ + display: flex; + align-items: center; + justify-content: center; + padding-bottom: 50px; +} + +footer .footer_wrap .footer_logo img{ + width: 107px; +} + +footer .footer_wrap .footer_information{ + display: flex; + padding-left: 21px; + padding-top: 1px; + justify-content: center; + +} + + +footer .footer_wrap .footer_information span{ + display: inline-block; + text-align: center; + font-size: 16px; + line-height: 16px; + margin-right: 13px; + padding-right: 17px; +} + +footer .footer_wrap .footer_information span a{ + color: #585858; + +} + +footer .footer_wrap .footer_information span:first-child a{ + color: #004f18; + font-weight: 700; + +} + +footer .footer_wrap .footer_information span:nth-child(-n+4){ + background: url(../images/ft_line.gif) no-repeat right 5px; +} + +footer .footer_wrap .footer_location{ + padding: 28px; + padding-bottom: 0; + text-align: center; +} + + +footer .footer_wrap .footer_location span{ + padding-right: 8px; +} + + +footer .footer_wrap .footer_location span:nth-child(-n+2){ + background: url(../images/ft_line.gif) no-repeat right; +} + + + +footer .footer_wrap .footer_location span{ + line-height: 14px; + font-size: 15px; + color: #585858; + display: inline-block; + text-align: center; + padding: 0 10px; +} + +footer .footer_wrap .footer_location span:nth-last-child(1){ + background: none; + font-size: 15px; +} + +footer .footer_wrap .footer_location .copyright{ + padding-top: 12px; + padding-bottom: 20px; + line-height: 15px; +} + + +footer .footer_wrap .footer_sns{ + display: flex; + justify-content: center; + align-items: center; + padding-right: 62px; + +} + + +footer .footer_wrap .footer_sns span{ + font-size: 14px; + padding-right: 15px; + margin-right: 15px; + background: url(../images/ft_arr02.gif) no-repeat right; +} + + +footer .footer_wrap .footer_sns li{ + padding-right: 15px; +} + + + +footer .footer_wrap .footer_affiliate{ + width: 230px; + height: 35px; + font-size: 14px; + color: #1e1e1e; + margin-left: 45px; + margin-right: 27px; + padding-left: 15px; + border: 3px solid rgba(58, 58, 58, .4); +} +footer .footer_wrap .footer_affiliate .modal:hover .mini_modal{ + display: flex; +} + +footer .footer_wrap .footer_affiliate .modal .mini_modal:hover{ + display: flex; +} + +footer .footer_wrap .footer_affiliate span{ + position: absolute; + background: url(../images/ft_arr01.gif)no-repeat right; + background-position-y: 15px; + padding-right: 90px; + padding-top: 11px; +} + + +footer .footer_wrap .footer_web{ + width: 100%; + display: flex; + justify-content: center; +} + + + +footer .footer_wrap .footer_affiliate .mini_modal{ + position: absolute; + display: none; + width: 650px; + font-family: '맑은 고딕'; + bottom: 26px; + right: -12px; + background-color: #fff; + border: 3px solid rgba(58, 58, 58, .4); +} + + + +footer .footer_wrap .footer_affiliate .mini_modal ul{ + + padding: 30px; + font-size: 20px; +} + +footer .footer_wrap .footer_affiliate .mini_modal div{ + padding-bottom: 20px; + border-bottom: 1px solid black; + margin-bottom: 20px; +} + +footer .footer_wrap .footer_affiliate .mini_modal ul li{ + font-size: 15px; + padding-top: 10px; + +} + +footer .footer_wrap .footer_affiliate .mini_modal .modal_box a{ +color: #585858; +} + + + + + + + + + + diff --git a/company/ceo.html b/company/ceo.html new file mode 100644 index 00000000..edc69034 --- /dev/null +++ b/company/ceo.html @@ -0,0 +1,279 @@ + + + + + + + 총괄 CEO 인사말 l 회사소개 l 풀무원 + + + + + + + + + + + + +
+
+ +
+
+
+ + home + +
+
+ +
+ +
+
+ top_menu_image +
+
+
+ +
+
+
+

총괄 CEO 인사말

+
+
+
+ 존경하는 풀무원 고객 여러분, 그리고 이해 관계자 여러분

+ 한결같은 관심과 사랑에 깊은 감사를 드립니다. + ceo + +

+
+

안녕하십니까. 풀무원 총괄CEO 이효율입니다.

+ + 풀무원은 ‘한국 유기농의 아버지’로 불리는 풀무원농장 원경선 원장님의 이웃사랑, 생명존중 정신을 이어받아 사회 공익을 추구하는 영리 기업입니다.

+ 회사 정관에 '경제적 가치', '사회적 가치', '환경적 가치' 창출을 '풀무원의 사회적 책임'으로 정의하고,
+ 끊임없는 혁신을 통해 공유가치를 창출함으로써 지속가능한 성장을 도모하고 있습니다.
+ 기업 구성원이 행복하고, 고객에게 신뢰받는 기업, 협력기업과 동등한 지위에서 함께 잘 살 수 있는 길을 만들고,
+ 지역사회에서도 사랑받는 기업, 그래서 주주에게 매력적인 기업이 되는 것! 이것이 우리의 목표이자 경영이념입니다.
+ +
+
+
+

우리는 미래지향적 종합식품으로 도약하기 위해 가치체계를 새로 정비하여 미션과 4대 핵심전략, 핵심가치 그리고 핵심목표를 재정의하였습니다.

+ 회사의 새 미션은 ‘바른먹거리로 사람과 지구의 건강한 내일을 만드는 기업’입니다.
+ 새 미션 추진을 위한 4대 핵심전략은 ‘Plant Forward(식물성지향)’, ‘Animal Welfare(동물복지)’, ‘Healthy Experience(건강한 경험)’, ‘Eco-Caring(친환경 케어)‘으로 정하였습니다.
+ 핵심가치는 Trust(신뢰), Passion(열정), Excellence(탁월)로 단순화하였습니다.

+ + 아울러, 4대 전략과 연계하여 2025년까지 달성할 핵심목표를 수립하였습니다.

+ + 첫째, 회사의 핵심사업군인 Sustainable Foods(지속가능식품)는 Plant Forward와 Animal Welfare 전략을 기반으로 매출 1조 7,000억원을 달성하겠습니다.
+ 둘째, 미래사업군인 Designed Foods(디자인 푸드)는 Healthy Experience 전략을 통해 3배 이상 성장시키겠습니다.
+ 이를 위해 고객정보기반의 서비스 플랫폼 비지니스 모델을 구축하고, 발전시켜 나가야 할 것입니다.
+ 셋째, 지구의 건강한 내일을 위해 전사 온실가스 배출량을 Eco-Caring 전략 하에 매년 4%씩 12% 이상 감축하겠습니다.

+ + 우리는 창사이래 지난 30여년 동안, 아무도 가지 않은 풀무원의 길을 만들고 그 길을 걸어왔습니다.
+ 그 결과 한국에서 가장 존경받는기업, ESG NO.1 기업이 되었습니다.

+ + 앞으로도 풀무원은 식품산업의 역사를 새롭게 쓰면서 기업의 사회적 책임을 성실히 이행하는 바른 기업이 되도록 더욱 노력해 나갈 것을 약속드립니다.

+ + 감사합니다.
+
+
+

(주) 풀무원 총괄 CEO 이 효 율

+ +
+ +
+
+ + + + + +
+ + + + + + + + + + + + \ No newline at end of file diff --git a/corpover/corpover.css b/corpover/corpover.css new file mode 100644 index 00000000..0b5e69fc --- /dev/null +++ b/corpover/corpover.css @@ -0,0 +1,792 @@ +*{ + scroll-behavior: smooth; + list-style: none; + color: inherit; +} + + +body{ + font-size: 16px; + color: #7d7d7d; + font-family: 'NSKR', '맑은 고딕'; + line-height: 1; +} + + +img{ + display: block; +} + +a { + text-decoration: none; +} + + +a:visited{ + color: inherit; +} + +.inner{ + width: 100%; + background-color: #fff; +} + + +/* HEADER */ +header{ + position: relative; + padding-top: 20px; + width: 100%; + background-color: #fff; +} + + +header .header_wrap{ + display: flex; + position: relative; + width: 1180px; + height: 117px; + margin: 0 auto; + +} + + +header .header_logo{ + position: absolute; + height: 53px; + top: 0; + bottom: 0; + left: 0; + margin: auto 0; +} + +header .header_wrap .sub_menu { + width: 100%; + height: 17px; +} + + +header .header_wrap .sub_menu .menu{ + display: flex; + justify-content: flex-end; + width: 100%; + height: 17px; + white-space: nowrap; + margin-top: 2px; +} + + + +header .header_wrap .sub_menu .menu img{ + display: inline; + margin-right: 3.4px; +} + + + +header .header_wrap .sub_menu .menu a{ + display: block; + color: #666; + font-size: 14.5px; + padding-left: 12px; + font-weight: 600; +} + + + +header .header_wrap .main_menu_wrap { + position: absolute; + bottom: 35%; + right: 26%; +} + + + +header .header_wrap .main_menu_wrap .main_menu{ + display: flex; +} + + +header .header_wrap .main_menu_wrap .main_menu li a{ + font-size: 22px; + color: #1e1e1e; + margin-left: 76px; + font-weight: 700; + font-family: 'Gowun Dodum', Arial, sans-serif; +} + + + +header .header_wrap .search_wrap { + position: absolute; + width: 10px; + bottom: 31%; + right: 18.8%; +} + + +header .header_wrap .search_wrap input{ + width: 150px; + height: 35px; + padding: 0px 5px; + border-radius: 5px; + border: none; + outline: none; +} + +header .header_wrap .search_wrap input:focus{ + border: .5px solid rgba(0, 0, 0, .2); + outline: initial; +} + +header .header_wrap .search_wrap img { + position: absolute; + top: 17%; + left: 120px; +} + + + +header .header_wrap .language_select_wrap{ + position: absolute; + bottom: 31.5%; + right: -0.5%; +} + +header .header_wrap .language_select_wrap select{ + height: 34px; + width: auto; + padding: 4px 10px; + padding-top: 1px; + padding-right: 12px; + border-radius: 20px; + font-family: '맑은고딕'; + color: #666; + background-color: #f4f4f4; + border: hidden; + outline: hidden; +} + +header .header_wrap .language_select_wrap select:focus{ + outline: 2px solid black; +} + + + + + +header .inner .main_menu_items_wrap { + display: none; + justify-content: center; + position: absolute; + width: 100%; + height: 487px; + background-color: #fff; + text-align: center; + border-top: 1px solid #d7d0d0; + border-bottom: 1px solid #d7d0d0; + z-index: 1; + font-family: '맑은고딕'; +} + +header .main_menu_items_wrap .main_menu_items{ + margin-top: 25px; +} + +header .main_menu_items_wrap .main_menu_items li{ + padding: 10px 33px; + +} + + + +header .main_menu_items_wrap .main_menu_items a{ + display: inline-block; + color: #666; + font-size: 16px; + font-weight: 700; +} + + +header .main_menu_items_wrap .main_menu_items a:hover{ + color: #8dc63f; + text-decoration: underline; + +} + + + + +header .inner .main_menu_items_wrap .main_menu_image_wrap{ + position: absolute; + display: flex; + width: 100%; + height: 135px; + bottom: 0; + border-bottom: 1px solid #d7d0d0; +} + +header .inner .main_menu_items_wrap .main_menu_image_left{ + width: 50%; + height: 135px; + left: 0; + bottom: 0; + background-color: #ecdea1; +} + +header .inner .main_menu_items_wrap .main_menu_image_left img{ + float: right; +} + + + +header .inner .main_menu_items_wrap .main_menu_image_right{ + + width: 50%; + height: 135px; + right: 0; + bottom: 0; + background-color: #625042; +} + + +header .inner .main_menu_items_wrap.active{ + display: flex; +} + +.home_wrap{ + background: #8dc63f; +} + + + + +.home_wrap img{ + width: 100%; +} + +.home_wrap .home_move{ + display: flex; + max-width: 1180px; + margin: 0 auto; + color: #fff; + border-right: 1px solid #b7d47f; +} + + + + +.home_wrap .home_move .home{ + display: inline-flex; + padding: 20px 22px; + border-left: 1px solid #b7d47f; + border-right: 1px solid #b7d47f; + border-bottom: 1px solid #b7d47f; +} + + +.home_wrap .home_main_menu{ + width: 200px; + padding: 20px 0; + border-right: 1px solid #b7d47f; + cursor: pointer; +} + +.home_wrap .home_main_menu ul{ + width: 190px; + position: absolute; + background: #8dc63f; + border-right: 1px solid #b7d47f; +} + +.home_wrap .home_main_menu ul:first-child{ + padding-left: 10px; +} + +.home_wrap .home_main_menu ul li{ + display: flex; + padding: 10px 0; +} + + +.home_wrap .home_sub_menu{ + display: none; + width: 100%; + margin-top: 20px; + border-top: 1px solid #b7d47f; + border-right: 1px solid #b7d47f; +} + + +.home_wrap .home_main_menu2{ + width: 200px; + padding: 20px 0; + border-right: 1px solid #b7d47f; + cursor: pointer; +} + +.home_wrap .home_main_menu2 ul{ + width: 190px; + position: absolute; + background: #8dc63f; +} + +.home_wrap .home_main_menu2 ul:first-child{ + padding-left: 10px; +} + +.home_wrap .home_main_menu2 ul li{ + display: flex; + padding: 10px 0; +} + + +.home_wrap .home_sub_menu2{ + display: none; + width: 100%; + margin-top: 20px; + border-top: 1px solid #b7d47f; + border-right: 1px solid #b7d47f; + +} + + + +.home_wrap .home_sub_menu.open{ + display: block; +} + + + + +.home_wrap .home_main_menu2 ul li{ + display: flex; + padding: 10px 0; + font-style: none; + +} + + +.home_wrap .home_sub_menu2.open{ + display: block; +} + + +.home_wrap .home_sub_menu2{ + display: none; + width: 100%; + margin-top: 20px; + border-top: 1px solid #b7d47f; + +} + + + + + + +/* MAIN */ +main{ + width: 100%; + position: relative; + max-width: 1180px; + margin: 0 auto; + padding-bottom: 100px; +} + + +main .main_wrap{ + margin-right: 10px; +} + + +main .main_wrap .main_title{ + display: flex; + padding: 50px 0 0; + margin: 0 0 110px; +} + + + +main .main_wrap .main_title h1{ + display: inline-block; + font-size: 30px; + font-weight: 700; + color: rgb(33, 33, 33); + margin-right: 30px; + +} + + +main .main_wrap .main_title div{ + width: 69%; + background: url(../images/sub_tit_line.gif) repeat-x left 18px; + z-index: -1; +} + +main .main_wrap .main_with{ + color: rgb(33, 33, 33); +} + + + + + +main .main_wrap .main_with { + width: 80%; + margin-top: 20px; + padding-left: 70px; + padding-bottom: 20px; + font-size: 40px; + font-weight: 700; + line-height: 74px; + text-align: center; +} + +main .main_wrap .main_with strong{ + color: #7eae4b; +} + + +main .main_wrap .main_with img{ + width: 80%; + margin: 0 auto; + padding-top: 40px; +} + + + +main .main_wrap .main_with2 { + width: 85%; + margin-top: 70px; + padding-bottom: 70px; + padding-left: 80px; + font-size: 17px; + line-height: 30px; + color: #333; + text-align: center; + font-weight: 700; + +} + + + + +main .main_wrap .main_with2 h1{ + font-weight: 700; + font-size: 21px; + padding-bottom: 30px; +} + + + + +main .main_wrap .main_with3 { + width: 85%; + margin-top: 20px; + padding-bottom: 50px; + padding-left: 80px; + font-size: 17px; + font-weight: 700; + line-height: 30px; + color: #333; + text-align: center; + +} + + + +main .main_wrap .main_with3 h1{ + font-weight: 700; + font-size: 27px; + padding-bottom: 30px; +} + + +main .main_wrap .main_with3 h2{ + font-weight: 700; + font-size: 27px; + padding-bottom: 30px; + color: #7eae4b; +} + + + + + +main .main_wrap .main_with3 .main_with_logo{ + display: flex; + padding: 100px 0; + margin-top: 70px; + justify-content: center; + border: 1px solid rgba(58, 58, 58, .4); +} + +main .main_wrap .down_box { + display: flex; + position: absolute; + right: 10%; + width: 300px; + border: 1px solid rgba(58, 58, 58, .4); + color: #333; +} + +main .main_wrap .down_box a{ + display: flex; + justify-content: center; + align-items: center; + text-align: center; + color: #333; + padding: 20px; +} + +main .main_wrap .down_box img{ + padding-right: 10px; +} + + + + +@keyframes up_text { + from { + transform: translateY(500px); + } + to { + transform: translateY(0); + } +} + +.main_wrap { + animation: up_text 1s ease-out; +} + + +.main_with1 { + animation: up_text 2s ease-out; +} + +.main_with2 { + animation: up_text 3s ease-out; +} + +.main_with3 { + animation: up_text 4s ease-out; +} + +.main_with4 { + animation: up_text 4s ease-out; +} + + + + + + + + + + + +/* FOOTER */ + +footer { + width: 100%; + height: 355px; + border-top: 1px solid rgba(0, 0, 0, .5) +} + +footer .footer_wrap{ + position: relative; + width: 1180px; + padding: 45px 0 0 0; + margin: 0 auto; + text-decoration: none; + +} + + +footer .footer_wrap .footer_logo{ + display: flex; + align-items: center; + justify-content: center; + padding-bottom: 50px; +} + +footer .footer_wrap .footer_logo img{ + width: 107px; +} + +footer .footer_wrap .footer_information{ + display: flex; + padding-left: 21px; + padding-top: 1px; + justify-content: center; + +} + + +footer .footer_wrap .footer_information span{ + display: inline-block; + text-align: center; + font-size: 16px; + line-height: 16px; + margin-right: 13px; + padding-right: 17px; +} + +footer .footer_wrap .footer_information span a{ + color: #585858; + +} + +footer .footer_wrap .footer_information span:first-child a{ + color: #004f18; + font-weight: 700; + +} + +footer .footer_wrap .footer_information span:nth-child(-n+4){ + background: url(../images/ft_line.gif) no-repeat right 5px; +} + +footer .footer_wrap .footer_location{ + padding: 28px; + padding-bottom: 0; + text-align: center; +} + + +footer .footer_wrap .footer_location span{ + padding-right: 8px; +} + + +footer .footer_wrap .footer_location span:nth-child(-n+2){ + background: url(../images/ft_line.gif) no-repeat right; +} + + + +footer .footer_wrap .footer_location span{ + line-height: 14px; + font-size: 15px; + color: #585858; + display: inline-block; + text-align: center; + padding: 0 10px; +} + +footer .footer_wrap .footer_location span:nth-last-child(1){ + background: none; + font-size: 15px; +} + +footer .footer_wrap .footer_location .copyright{ + padding-top: 12px; + padding-bottom: 20px; + line-height: 15px; +} + + +footer .footer_wrap .footer_sns{ + display: flex; + justify-content: center; + align-items: center; + padding-right: 62px; + +} + + +footer .footer_wrap .footer_sns span{ + font-size: 14px; + padding-right: 15px; + margin-right: 15px; + background: url(../images/ft_arr02.gif) no-repeat right; +} + + +footer .footer_wrap .footer_sns li{ + padding-right: 15px; +} + + + +footer .footer_wrap .footer_affiliate{ + width: 230px; + height: 35px; + font-size: 14px; + color: #1e1e1e; + margin-left: 45px; + margin-right: 27px; + padding-left: 15px; + border: 3px solid rgba(58, 58, 58, .4); +} +footer .footer_wrap .footer_affiliate .modal:hover .mini_modal{ + display: flex; +} + +footer .footer_wrap .footer_affiliate .modal .mini_modal:hover{ + display: flex; +} + +footer .footer_wrap .footer_affiliate span{ + position: absolute; + background: url(../images/ft_arr01.gif)no-repeat right; + background-position-y: 15px; + padding-right: 90px; + padding-top: 11px; +} + + +footer .footer_wrap .footer_web{ + width: 100%; + display: flex; + justify-content: center; +} + + + +footer .footer_wrap .footer_affiliate .mini_modal{ + position: absolute; + display: none; + width: 650px; + font-family: '맑은 고딕'; + bottom: 26px; + right: -12px; + background-color: #fff; + border: 3px solid rgba(58, 58, 58, .4); +} + + + +footer .footer_wrap .footer_affiliate .mini_modal ul{ + + padding: 30px; + font-size: 20px; +} + +footer .footer_wrap .footer_affiliate .mini_modal div{ + padding-bottom: 20px; + border-bottom: 1px solid black; + margin-bottom: 20px; +} + +footer .footer_wrap .footer_affiliate .mini_modal ul li{ + font-size: 15px; + padding-top: 10px; + +} + +footer .footer_wrap .footer_affiliate .mini_modal .modal_box a{ +color: #585858; +} + + + + + + + + + + diff --git a/corpover/corpover.html b/corpover/corpover.html new file mode 100644 index 00000000..3d22289d --- /dev/null +++ b/corpover/corpover.html @@ -0,0 +1,246 @@ + + + + + + + 일반 l 기업지배구조 l 회사소개 l 풀무원 + + + + + + + + + + + + +
+
+ +
+
+
+ + home + +
+
+ +
+ +
+
+ +
+
+
+ +
+
+
+

기업지배구조

+
+
+
+ 풀무원은 이사회와 경영진 간에 + 견제와 균형을 이루는 '선진형 지배구조' 구축을 위해 지속적으로 노력하고 있습니다. + +
+
+ + +
+
+
+ + + + + +
+ + + + + + + + + + + + \ No newline at end of file diff --git a/css/style.css b/css/style.css new file mode 100644 index 00000000..632b60c8 --- /dev/null +++ b/css/style.css @@ -0,0 +1,803 @@ +html, body, main { + scroll-behavior: smooth !important; + text-decoration: inherit; +} + +*{ + list-style: none; + text-decoration: inherit; +} + + + +body{ + font-size: 16px; + color: #7d7d7d; + font-family: 'NSKR', '맑은 고딕'; + line-height: 1; + +} + + +img{ + display: block; +} + +a { + text-decoration: none; +} + +.inner{ + width: 100%; + background-color: #fff; +} + + +/* HEADER */ +header{ + position: relative; + padding-top: 20px; + width: 100%; + background-color: #fff; +} + + +header .header_wrap{ + display: flex; + position: relative; + width: 1180px; + height: 117px; + margin: 0 auto; + +} + + +header .header_logo{ + position: absolute; + height: 53px; + top: 0; + bottom: 0; + left: 0; + margin: auto 0; +} + +header .header_wrap .sub_menu { + width: 100%; + height: 17px; +} + + +header .header_wrap .sub_menu .menu{ + display: flex; + justify-content: flex-end; + width: 100%; + height: 17px; + white-space: nowrap; + margin-top: 2px; +} + + + +header .header_wrap .sub_menu .menu img{ + display: inline; + margin-right: 3.4px; +} + + + +header .header_wrap .sub_menu .menu a{ + display: block; + color: #666; + font-size: 14.5px; + padding-left: 12px; + font-weight: 600; +} + + + +header .header_wrap .main_menu_wrap { + position: absolute; + bottom: 35%; + right: 26%; +} + + + +header .header_wrap .main_menu_wrap .main_menu{ + display: flex; +} + + +header .header_wrap .main_menu_wrap .main_menu li a{ + font-size: 22px; + color: #1e1e1e; + margin-left: 76px; + font-weight: 700; + font-family: 'Gowun Dodum', Arial, sans-serif; +} + + + +header .header_wrap .search_wrap { + position: absolute; + width: 10px; + bottom: 31%; + right: 18.8%; +} + + +header .header_wrap .search_wrap input{ + width: 150px; + height: 35px; + padding: 0px 5px; + border-radius: 5px; + border: none; + outline: none; +} + +header .header_wrap .search_wrap input:focus{ + border: .5px solid rgba(0, 0, 0, .2); + outline: initial; +} + +header .header_wrap .search_wrap img { + position: absolute; + top: 17%; + left: 120px; +} + + + +header .header_wrap .language_select_wrap{ + position: absolute; + bottom: 31.5%; + right: -0.5%; +} + +header .header_wrap .language_select_wrap select{ + height: 34px; + width: auto; + padding: 4px 10px; + padding-top: 1px; + padding-right: 12px; + border-radius: 20px; + font-family: '맑은고딕'; + color: #666; + background-color: #f4f4f4; + border: hidden; + outline: hidden; +} + +header .header_wrap .language_select_wrap select:focus{ + outline: 2px solid black; +} + + + + + +header .inner .main_menu_items_wrap { + display: none; + justify-content: center; + position: absolute; + width: 100%; + height: 487px; + background-color: #fff; + text-align: center; + border-top: 1px solid #d7d0d0; + border-bottom: 1px solid #d7d0d0; + z-index: 1; + font-family: '맑은고딕'; +} + +header .main_menu_items_wrap .main_menu_items{ + margin-top: 25px; +} + +header .main_menu_items_wrap .main_menu_items li{ + padding: 10px 33px; + +} + + + +header .main_menu_items_wrap .main_menu_items a{ + display: inline-block; + color: #666; + font-size: 16px; + font-weight: 700; +} + + +header .main_menu_items_wrap .main_menu_items a:hover{ + color: #8dc63f; + text-decoration: underline; + +} + + + + +header .inner .main_menu_items_wrap .main_menu_image_wrap{ + position: absolute; + display: flex; + width: 100%; + height: 135px; + bottom: 0; + border-bottom: 1px solid #d7d0d0; +} + +header .inner .main_menu_items_wrap .main_menu_image_left{ + width: 50%; + height: 135px; + left: 0; + bottom: 0; + background-color: #ecdea1; +} + +header .inner .main_menu_items_wrap .main_menu_image_left img{ + float: right; +} + + + +header .inner .main_menu_items_wrap .main_menu_image_right{ + + width: 50%; + height: 135px; + right: 0; + bottom: 0; + background-color: #625042; +} + + +header .inner .main_menu_items_wrap.active{ + display: flex; +} + +.home_wrap{ + background: #8dc63f; + border-bottom: 1px solid #b7d47f; +} + + +.home_wrap .home_move{ + max-width: 1180px; + margin: 0 auto; +} + +.home_wrap .home_move .home{ + display: inline-flex; + padding: 20px 22px; + border-left: 1px solid #b7d47f; + border-right: 1px solid #b7d47f; +} + + + + + + + +/* MAIN */ +main{ + scroll-behavior: smooth !important; +} + +#section1 .main_wrap { + position: relative; + width: 100%; + height: 100vh; + top: 1px; + +} + +#section1 .main_wrap .video{ + position: absolute; +} + +#section1 .main_wrap #main_video { + position: relative; + overflow: hidden; + height: auto; + width: 100%; + z-index: -1; + bottom: 280px; +} + +#section1 .main_wrap .icon_in_video_wrap{ + position: absolute; + display: flex; + top: 52%; + left: 28%; + +} + +#section1 .icon_in_video_wrap .icon_in_video{ + display: flex; + flex-direction: column; + justify-content: center; + padding: 25px; +} + +#section1 .icon_in_video_wrap .icon_in_video:hover img{ + background-color: #8dc63f; + border-radius: 50%; + cursor: pointer; +} + + +#section1 .icon_in_video_wrap .icon_in_video a{ + display: flex; + justify-content: center; + color: #fff; + font-size: 18px; + margin-top: 1px; + + +} + + + +body::-webkit-scrollbar { + width: 0px; + background-color: transparent; +} + + + +#section1{ + width: 100%; + height:100vh !important; +} + + +#section2{ + display: flex; + position: relative; + max-width: 1180px; + width: 100%; + height:100vh; + margin: 0 auto; +} + + +#section2 .head{ + position: absolute; + width: 500px; + height: auto; + font-size: 45px; + top: 120px; + color: #1e1e1e; +} + +#section2 .head2{ + position: absolute; + width: 600px; + height: auto; + font-size: 18px; + color: #1e1e1e; + top: 180px; +} + + +#section2 .main2_wrap{ + margin-top: 250px; + background: #8dc63f; + display: flex; + height: 47.1%; +} + + +#section2 .main2_wrap a{ + display: block; +} + +#section2 .main2_wrap .font{ + width: 100%; + display: block; +} + + +#section2 .main2_wrap .font a{ + white-space: nowrap; + font-size: 30px; + line-height: 40px; + color: #fff; + padding: 50px; + +} + +#section2 .main2_wrap .font img{ + padding-top: 100px; +} + + + +#section3{ + position: relative; + width: 100%; + height:100vh; + margin: 0 auto; + background: #ece9de; +} + + +#section3 .main3_wrap{ + position: relative; + max-width: 1170px; + margin: 0 auto; +} + + +#section3 .main3_wrap .head{ + position: absolute; + width: 500px; + font-size: 45px; + top: 150px; + color: #1e1e1e; +} + +#section3 .main3_wrap .head2{ + position: absolute; + width: 600px; + font-size: 18px; + color: #1e1e1e; + top: 210px; +} + +#section3 .main3_wrap .main3_card_wrap{ + position: relative; + display: flex; + margin-top: 280px; + width: 100%; +} + +#section3 .main3_wrap .main3_card_wrap .card{ + position: relative; + display: flex; + width: calc(100%/3); + height: auto; +} + +#section3 .main3_wrap .main3_card_wrap .card:hover .behind_card{ + position: relative; + width: calc(100%/3); + z-index: 21; + background-color: #3f3d33; +} + +#section3 .main3_wrap .main3_card_wrap .front_card{ + position: relative; + +} + + +#section3 .main3_wrap .main3_card_wrap .front_card img:nth-child(2){ + position: absolute; + top: 0; + left: 34%; + padding-top: 180px; + padding-right: 140px; +} + + +#section3 .main3_wrap .main3_card_wrap .front_card img:nth-child(2){ + position: absolute; + z-index: 1; +} + + + + +#section3 .main3_wrap .main3_card_wrap .behind_card{ + position: relative; + width: calc(100%/3); + height: 100%; + top: 0; + z-index: -1; +} + +#section3 .main3_wrap .main3_card_wrap .behind_card img{ + position: absolute; + right: 0; + padding-top: 180px; + padding-right: 140px; + z-index: 1; +} + + + + + + +#section4{ + position: relative; + width: 100%; + height:100vh; + background: url(../images/main_bg_3.jpg); +} + + + +#section4 .main4_wrap{ + position: relative; + max-width: 1170px; + margin: 0 auto; +} + + +#section4 .main4_wrap .head{ + position: absolute; + width: 500px; + font-size: 45px; + top: 200px; + color: #fff; +} + +#section4 .main4_wrap .head2{ + position: absolute; + font-size: 18px; + color: #fff; + top: 270px; +} + +.main4_banner_wrap{ + position: relative; + display: flex; + justify-content: space-between; + align-items: center; + text-align: center; + padding: 0 400px; + margin-top: 450px; + height: auto; + font-size: 25px; + color: #fff; + background: rgba(255, 255, 255, 0.1); + text-decoration: inherit; +} + + + +.main4_banner_wrap .banner_card{ + padding: 60px; + color: #fff; +} + +.main4_banner_wrap .banner_card .top_img{ + border-bottom: 1px solid rgb(255, 255, 255, 1); + padding-bottom: 20px; + margin-bottom: 10px; + color: #fff; + text-decoration: inherit; + +} + + +.main4_banner_wrap .banner_card .top_img img{ + color: #fff; + margin: 0 auto; +} + + +/* 앵커 */ + +#ancor { + position: fixed; + display: flex; + flex-direction: column; + justify-content: space-between; + top: 450px; + right:100px; + height: 200px; + z-index: 99999; +} + +#ancor span { + border: 2px solid #9b8c8cfb; + width: 13px; + height: 13px; + border-radius: 50%; + display: inline-block; + +} + + + + + +/* FOOTER */ + +footer { + width: 100%; + height: 355px; + border-top: 1px solid rgba(0, 0, 0, .5) +} + +footer .footer_wrap{ + position: relative; + width: 1180px; + padding: 45px 0 0 0; + margin: 0 auto; + text-decoration: none; + +} + + +footer .footer_wrap .footer_logo{ + display: flex; + align-items: center; + justify-content: center; + padding-bottom: 50px; +} + +footer .footer_wrap .footer_logo img{ + width: 107px; +} + +footer .footer_wrap .footer_information{ + display: flex; + padding-left: 21px; + padding-top: 1px; + justify-content: center; + +} + + +footer .footer_wrap .footer_information span{ + display: inline-block; + text-align: center; + font-size: 16px; + line-height: 16px; + margin-right: 13px; + padding-right: 17px; +} + +footer .footer_wrap .footer_information span a{ + color: #585858; + +} + +footer .footer_wrap .footer_information span:first-child a{ + color: #004f18; + font-weight: 700; + +} + +footer .footer_wrap .footer_information span:nth-child(-n+4){ + background: url(../images/ft_line.gif) no-repeat right 5px; +} + +footer .footer_wrap .footer_location{ + padding: 28px; + padding-bottom: 0; + text-align: center; +} + + +footer .footer_wrap .footer_location span{ + padding-right: 8px; +} + + +footer .footer_wrap .footer_location span:nth-child(-n+2){ + background: url(../images/ft_line.gif) no-repeat right; +} + + + +footer .footer_wrap .footer_location span{ + line-height: 14px; + font-size: 15px; + color: #585858; + display: inline-block; + text-align: center; + padding: 0 10px; +} + +footer .footer_wrap .footer_location span:nth-last-child(1){ + background: none; + font-size: 15px; +} + +footer .footer_wrap .footer_location .copyright{ + padding-top: 12px; + padding-bottom: 20px; + line-height: 15px; +} + + +footer .footer_wrap .footer_sns{ + display: flex; + justify-content: center; + align-items: center; + padding-right: 62px; + +} + + +footer .footer_wrap .footer_sns span{ + font-size: 14px; + padding-right: 15px; + margin-right: 15px; + background: url(../images/ft_arr02.gif) no-repeat right; +} + + +footer .footer_wrap .footer_sns li{ + padding-right: 15px; +} + + + +footer .footer_wrap .footer_affiliate{ + width: 230px; + height: 35px; + font-size: 14px; + color: #1e1e1e; + margin-left: 45px; + margin-right: 27px; + padding-left: 15px; + border: 3px solid rgba(58, 58, 58, .4); +} +footer .footer_wrap .footer_affiliate .modal:hover .mini_modal{ + display: flex; +} + +footer .footer_wrap .footer_affiliate .modal .mini_modal:hover{ + display: flex; +} + +footer .footer_wrap .footer_affiliate span{ + position: absolute; + background: url(../images/ft_arr01.gif)no-repeat right; + background-position-y: 15px; + padding-right: 90px; + padding-top: 11px; +} + + +footer .footer_wrap .footer_web{ + width: 100%; + display: flex; + justify-content: center; +} + + + +footer .footer_wrap .footer_affiliate .mini_modal{ + position: absolute; + display: none; + width: 650px; + font-family: '맑은 고딕'; + bottom: 26px; + right: -12px; + background-color: #fff; + border: 3px solid rgba(58, 58, 58, .4); +} + + + +footer .footer_wrap .footer_affiliate .mini_modal ul{ + + padding: 30px; + font-size: 20px; +} + +footer .footer_wrap .footer_affiliate .mini_modal div{ + padding-bottom: 20px; + border-bottom: 1px solid black; + margin-bottom: 20px; +} + +footer .footer_wrap .footer_affiliate .mini_modal ul li{ + font-size: 15px; + padding-top: 10px; + +} + +footer .footer_wrap .footer_affiliate .mini_modal .modal_box a{ +color: #585858; +} + + diff --git a/email.code-search b/email.code-search new file mode 100644 index 00000000..3b5b1dc5 --- /dev/null +++ b/email.code-search @@ -0,0 +1,145 @@ +# Query: email +# ContextLines: 1 + +32개 결과 - 25 파일 + +index.html: + 163 개인정보처리방침 + 164: 이메일주소 무단수집 거부 + 165 사이버감사실 + +activity\activity.html: + 167 개인정보처리방침 + 168: 이메일주소 무단수집 거부 + 169 사이버감사실 + +business\business.html: + 178 개인정보처리방침 + 179: 이메일주소 무단수집 거부 + 180 사이버감사실 + +campaign\campaign.html: + 169 개인정보처리방침 + 170: 이메일주소 무단수집 거부 + 171 사이버감사실 + +CI\CI.html: + 213 개인정보처리방침 + 214: 이메일주소 무단수집 거부 + 215 사이버감사실 + +company\ceo.html: + 204 개인정보처리방침 + 205: 이메일주소 무단수집 거부 + 206 사이버감사실 + +corpover\corpover.html: + 171 개인정보처리방침 + 172: 이메일주소 무단수집 거부 + 173 사이버감사실 + +email\email.css: + 308 + 309: main .main_wrap .main_email{ + 310 color: rgb(99, 99, 99); + + 315 + 316: main .main_wrap .main_email span{ + 317 display: inline-block; + + 330 + 331: main .main_wrap .main_email span strong{ + 332 text-decoration: underline; + +email\email.html: + 9 + 10: + 11 + + 121 + 122:
+ 123 풀무원 홈페이지 회원들에게 무차별적으로 보내지는 타사의 메일을 차단하기 위해,
+ + 139 개인정보처리방침 + 140: 이메일주소 무단수집 거부 + 141 사이버감사실 + +food\food.html: + 168 개인정보처리방침 + 169: 이메일주소 무단수집 거부 + 170 사이버감사실 + +foodevent2\foodevent.html: + 167 개인정보처리방침 + 168: 이메일주소 무단수집 거부 + 169 사이버감사실 + +history\history.html: + 242 개인정보처리방침 + 243: 이메일주소 무단수집 거부 + 244 사이버감사실 + +history\history2.html: + 242 개인정보처리방침 + 243: 이메일주소 무단수집 거부 + 244 사이버감사실 + +history\history3.html: + 242 개인정보처리방침 + 243: 이메일주소 무단수집 거부 + 244 사이버감사실 + +history\history4.html: + 242 개인정보처리방침 + 243: 이메일주소 무단수집 거부 + 244 사이버감사실 + +history\history5.html: + 243 개인정보처리방침 + 244: 이메일주소 무단수집 거부 + 245 사이버감사실 + +manageinfo\manageinfo.html: + 171 개인정보처리방침 + 172: 이메일주소 무단수집 거부 + 173 사이버감사실 + +management\overview.html: + 167 개인정보처리방침 + 168: 이메일주소 무단수집 거부 + 169 사이버감사실 + +policy\policy.html: + 281 개인정보처리방침 + 282: 이메일주소 무단수집 거부 + 283 사이버감사실 + +result\result.html: + 168 개인정보처리방침 + 169: 이메일주소 무단수집 거부 + 170 사이버감사실 + +rule\rule.html: + 168 개인정보처리방침 + 169: 이메일주소 무단수집 거부 + 170 사이버감사실 + +strategy\strategy.html: + 167 개인정보처리방침 + 168: 이메일주소 무단수집 거부 + 169 사이버감사실 + +value\value.html: + 257 개인정보처리방침 + 258: 이메일주소 무단수집 거부 + 259 사이버감사실 + +viewLohas\viewLohas.html: + 169 개인정보처리방침 + 170: 이메일주소 무단수집 거부 + 171 사이버감사실 + +with\with.html: + 180 개인정보처리방침 + 181: 이메일주소 무단수집 거부 + 182 사이버감사실 diff --git a/email/email.css b/email/email.css new file mode 100644 index 00000000..e0d300fb --- /dev/null +++ b/email/email.css @@ -0,0 +1,536 @@ +*{ + scroll-behavior: smooth; + list-style: none; + color: inherit; +} + + +body{ + font-size: 16px; + color: #7d7d7d; + font-family: 'NSKR', '맑은 고딕'; + line-height: 1; +} + + +img{ + display: block; +} + +a { + text-decoration: none; +} + +.inner{ + width: 100%; + background-color: #fff; +} + + +/* HEADER */ +header{ + position: relative; + padding-top: 20px; + width: 100%; + background-color: #fff; +} + + +header .header_wrap{ + display: flex; + position: relative; + width: 1180px; + height: 117px; + margin: 0 auto; + +} + + +header .header_logo{ + position: absolute; + height: 53px; + top: 0; + bottom: 0; + left: 0; + margin: auto 0; +} + +header .header_wrap .sub_menu { + width: 100%; + height: 17px; +} + + +header .header_wrap .sub_menu .menu{ + display: flex; + justify-content: flex-end; + width: 100%; + height: 17px; + white-space: nowrap; + margin-top: 2px; +} + + + +header .header_wrap .sub_menu .menu img{ + display: inline; + margin-right: 3.4px; +} + + + +header .header_wrap .sub_menu .menu a{ + display: block; + color: #666; + font-size: 14.5px; + padding-left: 12px; + font-weight: 600; +} + + + +header .header_wrap .main_menu_wrap { + position: absolute; + bottom: 35%; + right: 26%; +} + + + +header .header_wrap .main_menu_wrap .main_menu{ + display: flex; +} + + +header .header_wrap .main_menu_wrap .main_menu li a{ + font-size: 22px; + color: #1e1e1e; + margin-left: 76px; + font-weight: 700; + font-family: 'Gowun Dodum', Arial, sans-serif; +} + + + +header .header_wrap .search_wrap { + position: absolute; + width: 10px; + bottom: 31%; + right: 18.8%; +} + + +header .header_wrap .search_wrap input{ + width: 150px; + height: 35px; + padding: 0px 5px; + border-radius: 5px; + border: none; + outline: none; +} + +header .header_wrap .search_wrap input:focus{ + border: .5px solid rgba(0, 0, 0, .2); + outline: initial; +} + +header .header_wrap .search_wrap img { + position: absolute; + top: 17%; + left: 120px; +} + + + +header .header_wrap .language_select_wrap{ + position: absolute; + bottom: 31.5%; + right: -0.5%; +} + +header .header_wrap .language_select_wrap select{ + height: 34px; + width: auto; + padding: 4px 10px; + padding-top: 1px; + padding-right: 12px; + border-radius: 20px; + font-family: '맑은고딕'; + color: #666; + background-color: #f4f4f4; + border: hidden; + outline: hidden; +} + +header .header_wrap .language_select_wrap select:focus{ + outline: 2px solid black; +} + + + + + +header .inner .main_menu_items_wrap { + display: none; + justify-content: center; + position: absolute; + width: 100%; + height: 487px; + background-color: #fff; + text-align: center; + border-top: 1px solid #d7d0d0; + border-bottom: 1px solid #d7d0d0; + z-index: 1; + font-family: '맑은고딕'; +} + +header .main_menu_items_wrap .main_menu_items{ + margin-top: 25px; +} + +header .main_menu_items_wrap .main_menu_items li{ + padding: 10px 33px; + +} + + + +header .main_menu_items_wrap .main_menu_items a{ + display: inline-block; + color: #666; + font-size: 16px; + font-weight: 700; +} + + +header .main_menu_items_wrap .main_menu_items a:hover{ + color: #8dc63f; + text-decoration: underline; + +} + + + + +header .inner .main_menu_items_wrap .main_menu_image_wrap{ + position: absolute; + display: flex; + width: 100%; + height: 135px; + bottom: 0; + border-bottom: 1px solid #d7d0d0; +} + +header .inner .main_menu_items_wrap .main_menu_image_left{ + width: 50%; + height: 135px; + left: 0; + bottom: 0; + background-color: #ecdea1; +} + +header .inner .main_menu_items_wrap .main_menu_image_left img{ + float: right; +} + + + +header .inner .main_menu_items_wrap .main_menu_image_right{ + + width: 50%; + height: 135px; + right: 0; + bottom: 0; + background-color: #625042; +} + + +header .inner .main_menu_items_wrap.active{ + display: flex; +} + +.home_wrap{ + background: #8dc63f; + border-bottom: 1px solid #b7d47f; +} + + +.home_wrap .home_move{ + max-width: 1180px; + margin: 0 auto; +} + +.home_wrap .home_move .home{ + display: inline-flex; + padding: 20px 22px; + border-left: 1px solid #b7d47f; + border-right: 1px solid #b7d47f; +} + + + + + + + + + +/* MAIN */ +main{ + position: relative; + max-width: 1180px; + margin: 0 auto; + padding-bottom: 100px; +} + + +main .main_wrap .main_title{ + display: flex; + padding: 50px 0 0; + margin: 0 0 110px; +} + + + +main .main_wrap .main_title h1{ + display: inline-block; + font-size: 30px; + font-weight: 700; + color: rgb(33, 33, 33); + margin-right: 30px; + +} + + +main .main_wrap .main_title div{ + width: 69%; + background: url(../images/sub_tit_line.gif) repeat-x left 18px; +} + +main .main_wrap .main_email{ + color: rgb(99, 99, 99); +} + + + + +main .main_wrap .main_email span{ + display: inline-block; + width: 90%; + padding-left: 30px; + padding-bottom: 20px; + font-size: 15px; + font-weight: 500; + line-height: 28px; + text-align: center; +} + + + + + +main .main_wrap .main_email span strong{ + text-decoration: underline; + font-weight: 700; +} + + + + + + + + +/* FOOTER */ + +footer { + width: 100%; + height: 355px; + border-top: 1px solid rgba(0, 0, 0, .5) +} + +footer .footer_wrap{ + position: relative; + width: 1180px; + padding: 45px 0 0 0; + margin: 0 auto; + text-decoration: none; + +} + + +footer .footer_wrap .footer_logo{ + display: flex; + align-items: center; + justify-content: center; + padding-bottom: 50px; +} + +footer .footer_wrap .footer_logo img{ + width: 107px; +} + +footer .footer_wrap .footer_information{ + display: flex; + padding-left: 21px; + padding-top: 1px; + justify-content: center; + +} + + +footer .footer_wrap .footer_information span{ + display: inline-block; + text-align: center; + font-size: 16px; + line-height: 16px; + margin-right: 13px; + padding-right: 17px; +} + +footer .footer_wrap .footer_information span a{ + color: #585858; + +} + +footer .footer_wrap .footer_information span:first-child a{ + color: #004f18; + font-weight: 700; + +} + +footer .footer_wrap .footer_information span:nth-child(-n+4){ + background: url(../images/ft_line.gif) no-repeat right 5px; +} + +footer .footer_wrap .footer_location{ + padding: 28px; + padding-bottom: 0; + text-align: center; +} + + +footer .footer_wrap .footer_location span{ + padding-right: 8px; +} + + +footer .footer_wrap .footer_location span:nth-child(-n+2){ + background: url(../images/ft_line.gif) no-repeat right; +} + + + +footer .footer_wrap .footer_location span{ + line-height: 14px; + font-size: 15px; + color: #585858; + display: inline-block; + text-align: center; + padding: 0 10px; +} + +footer .footer_wrap .footer_location span:nth-last-child(1){ + background: none; + font-size: 15px; +} + +footer .footer_wrap .footer_location .copyright{ + padding-top: 12px; + padding-bottom: 20px; + line-height: 15px; +} + + +footer .footer_wrap .footer_sns{ + display: flex; + justify-content: center; + align-items: center; + padding-right: 62px; + +} + + +footer .footer_wrap .footer_sns span{ + font-size: 14px; + padding-right: 15px; + margin-right: 15px; + background: url(../images/ft_arr02.gif) no-repeat right; +} + + +footer .footer_wrap .footer_sns li{ + padding-right: 15px; +} + + + +footer .footer_wrap .footer_affiliate{ + width: 230px; + height: 35px; + font-size: 14px; + color: #1e1e1e; + margin-left: 45px; + margin-right: 27px; + padding-left: 15px; + border: 3px solid rgba(58, 58, 58, .4); +} +footer .footer_wrap .footer_affiliate .modal:hover .mini_modal{ + display: flex; +} + +footer .footer_wrap .footer_affiliate .modal .mini_modal:hover{ + display: flex; +} + +footer .footer_wrap .footer_affiliate span{ + position: absolute; + background: url(../images/ft_arr01.gif)no-repeat right; + background-position-y: 15px; + padding-right: 90px; + padding-top: 11px; +} + + +footer .footer_wrap .footer_web{ + width: 100%; + display: flex; + justify-content: center; +} + + + +footer .footer_wrap .footer_affiliate .mini_modal{ + position: absolute; + display: none; + width: 650px; + font-family: '맑은 고딕'; + bottom: 26px; + right: -12px; + background-color: #fff; + border: 3px solid rgba(58, 58, 58, .4); +} + + + +footer .footer_wrap .footer_affiliate .mini_modal ul{ + + padding: 30px; + font-size: 20px; +} + +footer .footer_wrap .footer_affiliate .mini_modal div{ + padding-bottom: 20px; + border-bottom: 1px solid black; + margin-bottom: 20px; +} + +footer .footer_wrap .footer_affiliate .mini_modal ul li{ + font-size: 15px; + padding-top: 10px; + +} + +footer .footer_wrap .footer_affiliate .mini_modal .modal_box a{ +color: #585858; +} \ No newline at end of file diff --git a/email/email.html b/email/email.html new file mode 100644 index 00000000..ad296bea --- /dev/null +++ b/email/email.html @@ -0,0 +1,214 @@ + + + + + + + 이메일주소무단수집거부 l 풀무원 + + + + + + + + + + + + +
+
+
+ +
+
+
+

이메일주소무단수집거부

+
+
+
+ 풀무원 홈페이지 회원들에게 무차별적으로 보내지는 타사의 메일을 차단하기 위해,
+ 본 웹사이트에 게시된 이메일 주소가 전자우편 수집 프로그램이나 그 밖의 기술적 장치를 이용하여 무단으로 수집되는 것을 거부하며
+ 이를 위반시 정보통신망법에 의해 형사 처벌 됨을 유념하시기 바랍니다
+
+ 게시일 : 2008년 2월 20일
+
+
+ + + + + +
+ + + + + + + + + + + + \ No newline at end of file diff --git a/favicon.ico b/favicon.ico new file mode 100644 index 00000000..5470e91e Binary files /dev/null and b/favicon.ico differ diff --git a/food/food.css b/food/food.css new file mode 100644 index 00000000..0b5e69fc --- /dev/null +++ b/food/food.css @@ -0,0 +1,792 @@ +*{ + scroll-behavior: smooth; + list-style: none; + color: inherit; +} + + +body{ + font-size: 16px; + color: #7d7d7d; + font-family: 'NSKR', '맑은 고딕'; + line-height: 1; +} + + +img{ + display: block; +} + +a { + text-decoration: none; +} + + +a:visited{ + color: inherit; +} + +.inner{ + width: 100%; + background-color: #fff; +} + + +/* HEADER */ +header{ + position: relative; + padding-top: 20px; + width: 100%; + background-color: #fff; +} + + +header .header_wrap{ + display: flex; + position: relative; + width: 1180px; + height: 117px; + margin: 0 auto; + +} + + +header .header_logo{ + position: absolute; + height: 53px; + top: 0; + bottom: 0; + left: 0; + margin: auto 0; +} + +header .header_wrap .sub_menu { + width: 100%; + height: 17px; +} + + +header .header_wrap .sub_menu .menu{ + display: flex; + justify-content: flex-end; + width: 100%; + height: 17px; + white-space: nowrap; + margin-top: 2px; +} + + + +header .header_wrap .sub_menu .menu img{ + display: inline; + margin-right: 3.4px; +} + + + +header .header_wrap .sub_menu .menu a{ + display: block; + color: #666; + font-size: 14.5px; + padding-left: 12px; + font-weight: 600; +} + + + +header .header_wrap .main_menu_wrap { + position: absolute; + bottom: 35%; + right: 26%; +} + + + +header .header_wrap .main_menu_wrap .main_menu{ + display: flex; +} + + +header .header_wrap .main_menu_wrap .main_menu li a{ + font-size: 22px; + color: #1e1e1e; + margin-left: 76px; + font-weight: 700; + font-family: 'Gowun Dodum', Arial, sans-serif; +} + + + +header .header_wrap .search_wrap { + position: absolute; + width: 10px; + bottom: 31%; + right: 18.8%; +} + + +header .header_wrap .search_wrap input{ + width: 150px; + height: 35px; + padding: 0px 5px; + border-radius: 5px; + border: none; + outline: none; +} + +header .header_wrap .search_wrap input:focus{ + border: .5px solid rgba(0, 0, 0, .2); + outline: initial; +} + +header .header_wrap .search_wrap img { + position: absolute; + top: 17%; + left: 120px; +} + + + +header .header_wrap .language_select_wrap{ + position: absolute; + bottom: 31.5%; + right: -0.5%; +} + +header .header_wrap .language_select_wrap select{ + height: 34px; + width: auto; + padding: 4px 10px; + padding-top: 1px; + padding-right: 12px; + border-radius: 20px; + font-family: '맑은고딕'; + color: #666; + background-color: #f4f4f4; + border: hidden; + outline: hidden; +} + +header .header_wrap .language_select_wrap select:focus{ + outline: 2px solid black; +} + + + + + +header .inner .main_menu_items_wrap { + display: none; + justify-content: center; + position: absolute; + width: 100%; + height: 487px; + background-color: #fff; + text-align: center; + border-top: 1px solid #d7d0d0; + border-bottom: 1px solid #d7d0d0; + z-index: 1; + font-family: '맑은고딕'; +} + +header .main_menu_items_wrap .main_menu_items{ + margin-top: 25px; +} + +header .main_menu_items_wrap .main_menu_items li{ + padding: 10px 33px; + +} + + + +header .main_menu_items_wrap .main_menu_items a{ + display: inline-block; + color: #666; + font-size: 16px; + font-weight: 700; +} + + +header .main_menu_items_wrap .main_menu_items a:hover{ + color: #8dc63f; + text-decoration: underline; + +} + + + + +header .inner .main_menu_items_wrap .main_menu_image_wrap{ + position: absolute; + display: flex; + width: 100%; + height: 135px; + bottom: 0; + border-bottom: 1px solid #d7d0d0; +} + +header .inner .main_menu_items_wrap .main_menu_image_left{ + width: 50%; + height: 135px; + left: 0; + bottom: 0; + background-color: #ecdea1; +} + +header .inner .main_menu_items_wrap .main_menu_image_left img{ + float: right; +} + + + +header .inner .main_menu_items_wrap .main_menu_image_right{ + + width: 50%; + height: 135px; + right: 0; + bottom: 0; + background-color: #625042; +} + + +header .inner .main_menu_items_wrap.active{ + display: flex; +} + +.home_wrap{ + background: #8dc63f; +} + + + + +.home_wrap img{ + width: 100%; +} + +.home_wrap .home_move{ + display: flex; + max-width: 1180px; + margin: 0 auto; + color: #fff; + border-right: 1px solid #b7d47f; +} + + + + +.home_wrap .home_move .home{ + display: inline-flex; + padding: 20px 22px; + border-left: 1px solid #b7d47f; + border-right: 1px solid #b7d47f; + border-bottom: 1px solid #b7d47f; +} + + +.home_wrap .home_main_menu{ + width: 200px; + padding: 20px 0; + border-right: 1px solid #b7d47f; + cursor: pointer; +} + +.home_wrap .home_main_menu ul{ + width: 190px; + position: absolute; + background: #8dc63f; + border-right: 1px solid #b7d47f; +} + +.home_wrap .home_main_menu ul:first-child{ + padding-left: 10px; +} + +.home_wrap .home_main_menu ul li{ + display: flex; + padding: 10px 0; +} + + +.home_wrap .home_sub_menu{ + display: none; + width: 100%; + margin-top: 20px; + border-top: 1px solid #b7d47f; + border-right: 1px solid #b7d47f; +} + + +.home_wrap .home_main_menu2{ + width: 200px; + padding: 20px 0; + border-right: 1px solid #b7d47f; + cursor: pointer; +} + +.home_wrap .home_main_menu2 ul{ + width: 190px; + position: absolute; + background: #8dc63f; +} + +.home_wrap .home_main_menu2 ul:first-child{ + padding-left: 10px; +} + +.home_wrap .home_main_menu2 ul li{ + display: flex; + padding: 10px 0; +} + + +.home_wrap .home_sub_menu2{ + display: none; + width: 100%; + margin-top: 20px; + border-top: 1px solid #b7d47f; + border-right: 1px solid #b7d47f; + +} + + + +.home_wrap .home_sub_menu.open{ + display: block; +} + + + + +.home_wrap .home_main_menu2 ul li{ + display: flex; + padding: 10px 0; + font-style: none; + +} + + +.home_wrap .home_sub_menu2.open{ + display: block; +} + + +.home_wrap .home_sub_menu2{ + display: none; + width: 100%; + margin-top: 20px; + border-top: 1px solid #b7d47f; + +} + + + + + + +/* MAIN */ +main{ + width: 100%; + position: relative; + max-width: 1180px; + margin: 0 auto; + padding-bottom: 100px; +} + + +main .main_wrap{ + margin-right: 10px; +} + + +main .main_wrap .main_title{ + display: flex; + padding: 50px 0 0; + margin: 0 0 110px; +} + + + +main .main_wrap .main_title h1{ + display: inline-block; + font-size: 30px; + font-weight: 700; + color: rgb(33, 33, 33); + margin-right: 30px; + +} + + +main .main_wrap .main_title div{ + width: 69%; + background: url(../images/sub_tit_line.gif) repeat-x left 18px; + z-index: -1; +} + +main .main_wrap .main_with{ + color: rgb(33, 33, 33); +} + + + + + +main .main_wrap .main_with { + width: 80%; + margin-top: 20px; + padding-left: 70px; + padding-bottom: 20px; + font-size: 40px; + font-weight: 700; + line-height: 74px; + text-align: center; +} + +main .main_wrap .main_with strong{ + color: #7eae4b; +} + + +main .main_wrap .main_with img{ + width: 80%; + margin: 0 auto; + padding-top: 40px; +} + + + +main .main_wrap .main_with2 { + width: 85%; + margin-top: 70px; + padding-bottom: 70px; + padding-left: 80px; + font-size: 17px; + line-height: 30px; + color: #333; + text-align: center; + font-weight: 700; + +} + + + + +main .main_wrap .main_with2 h1{ + font-weight: 700; + font-size: 21px; + padding-bottom: 30px; +} + + + + +main .main_wrap .main_with3 { + width: 85%; + margin-top: 20px; + padding-bottom: 50px; + padding-left: 80px; + font-size: 17px; + font-weight: 700; + line-height: 30px; + color: #333; + text-align: center; + +} + + + +main .main_wrap .main_with3 h1{ + font-weight: 700; + font-size: 27px; + padding-bottom: 30px; +} + + +main .main_wrap .main_with3 h2{ + font-weight: 700; + font-size: 27px; + padding-bottom: 30px; + color: #7eae4b; +} + + + + + +main .main_wrap .main_with3 .main_with_logo{ + display: flex; + padding: 100px 0; + margin-top: 70px; + justify-content: center; + border: 1px solid rgba(58, 58, 58, .4); +} + +main .main_wrap .down_box { + display: flex; + position: absolute; + right: 10%; + width: 300px; + border: 1px solid rgba(58, 58, 58, .4); + color: #333; +} + +main .main_wrap .down_box a{ + display: flex; + justify-content: center; + align-items: center; + text-align: center; + color: #333; + padding: 20px; +} + +main .main_wrap .down_box img{ + padding-right: 10px; +} + + + + +@keyframes up_text { + from { + transform: translateY(500px); + } + to { + transform: translateY(0); + } +} + +.main_wrap { + animation: up_text 1s ease-out; +} + + +.main_with1 { + animation: up_text 2s ease-out; +} + +.main_with2 { + animation: up_text 3s ease-out; +} + +.main_with3 { + animation: up_text 4s ease-out; +} + +.main_with4 { + animation: up_text 4s ease-out; +} + + + + + + + + + + + +/* FOOTER */ + +footer { + width: 100%; + height: 355px; + border-top: 1px solid rgba(0, 0, 0, .5) +} + +footer .footer_wrap{ + position: relative; + width: 1180px; + padding: 45px 0 0 0; + margin: 0 auto; + text-decoration: none; + +} + + +footer .footer_wrap .footer_logo{ + display: flex; + align-items: center; + justify-content: center; + padding-bottom: 50px; +} + +footer .footer_wrap .footer_logo img{ + width: 107px; +} + +footer .footer_wrap .footer_information{ + display: flex; + padding-left: 21px; + padding-top: 1px; + justify-content: center; + +} + + +footer .footer_wrap .footer_information span{ + display: inline-block; + text-align: center; + font-size: 16px; + line-height: 16px; + margin-right: 13px; + padding-right: 17px; +} + +footer .footer_wrap .footer_information span a{ + color: #585858; + +} + +footer .footer_wrap .footer_information span:first-child a{ + color: #004f18; + font-weight: 700; + +} + +footer .footer_wrap .footer_information span:nth-child(-n+4){ + background: url(../images/ft_line.gif) no-repeat right 5px; +} + +footer .footer_wrap .footer_location{ + padding: 28px; + padding-bottom: 0; + text-align: center; +} + + +footer .footer_wrap .footer_location span{ + padding-right: 8px; +} + + +footer .footer_wrap .footer_location span:nth-child(-n+2){ + background: url(../images/ft_line.gif) no-repeat right; +} + + + +footer .footer_wrap .footer_location span{ + line-height: 14px; + font-size: 15px; + color: #585858; + display: inline-block; + text-align: center; + padding: 0 10px; +} + +footer .footer_wrap .footer_location span:nth-last-child(1){ + background: none; + font-size: 15px; +} + +footer .footer_wrap .footer_location .copyright{ + padding-top: 12px; + padding-bottom: 20px; + line-height: 15px; +} + + +footer .footer_wrap .footer_sns{ + display: flex; + justify-content: center; + align-items: center; + padding-right: 62px; + +} + + +footer .footer_wrap .footer_sns span{ + font-size: 14px; + padding-right: 15px; + margin-right: 15px; + background: url(../images/ft_arr02.gif) no-repeat right; +} + + +footer .footer_wrap .footer_sns li{ + padding-right: 15px; +} + + + +footer .footer_wrap .footer_affiliate{ + width: 230px; + height: 35px; + font-size: 14px; + color: #1e1e1e; + margin-left: 45px; + margin-right: 27px; + padding-left: 15px; + border: 3px solid rgba(58, 58, 58, .4); +} +footer .footer_wrap .footer_affiliate .modal:hover .mini_modal{ + display: flex; +} + +footer .footer_wrap .footer_affiliate .modal .mini_modal:hover{ + display: flex; +} + +footer .footer_wrap .footer_affiliate span{ + position: absolute; + background: url(../images/ft_arr01.gif)no-repeat right; + background-position-y: 15px; + padding-right: 90px; + padding-top: 11px; +} + + +footer .footer_wrap .footer_web{ + width: 100%; + display: flex; + justify-content: center; +} + + + +footer .footer_wrap .footer_affiliate .mini_modal{ + position: absolute; + display: none; + width: 650px; + font-family: '맑은 고딕'; + bottom: 26px; + right: -12px; + background-color: #fff; + border: 3px solid rgba(58, 58, 58, .4); +} + + + +footer .footer_wrap .footer_affiliate .mini_modal ul{ + + padding: 30px; + font-size: 20px; +} + +footer .footer_wrap .footer_affiliate .mini_modal div{ + padding-bottom: 20px; + border-bottom: 1px solid black; + margin-bottom: 20px; +} + +footer .footer_wrap .footer_affiliate .mini_modal ul li{ + font-size: 15px; + padding-top: 10px; + +} + +footer .footer_wrap .footer_affiliate .mini_modal .modal_box a{ +color: #585858; +} + + + + + + + + + + diff --git a/food/food.html b/food/food.html new file mode 100644 index 00000000..46925cdb --- /dev/null +++ b/food/food.html @@ -0,0 +1,243 @@ + + + + + + + 로하스식품 ㅣ 바른먹거리 & 로하스 + + + + + + + + + + + + +
+
+ +
+ +
+ +
+
+
+ +
+
+
+

지속가능식품

+
+
+
+ 내 몸에도 지구 환경에도 좋은 + Sustainable food + +
+
+ + +
+
+
+ + + + + +
+ + + + + + + + + + + + \ No newline at end of file diff --git a/foodevent2/foodevent.css b/foodevent2/foodevent.css new file mode 100644 index 00000000..a2f94fcc --- /dev/null +++ b/foodevent2/foodevent.css @@ -0,0 +1,792 @@ +*{ + scroll-behavior: smooth; + list-style: none; + color: inherit; +} + + +body{ + font-size: 16px; + color: #7d7d7d; + font-family: 'NSKR', '맑은 고딕'; + line-height: 1; +} + + +img{ + display: block; +} + +a { + text-decoration: none; +} + + +a:visited{ + color: inherit; +} + +.inner{ + width: 100%; + background-color: #fff; +} + + +/* HEADER */ +header{ + position: relative; + padding-top: 20px; + width: 100%; + background-color: #fff; +} + + +header .header_wrap{ + display: flex; + position: relative; + width: 1180px; + height: 117px; + margin: 0 auto; + +} + + +header .header_logo{ + position: absolute; + height: 53px; + top: 0; + bottom: 0; + left: 0; + margin: auto 0; +} + +header .header_wrap .sub_menu { + width: 100%; + height: 17px; +} + + +header .header_wrap .sub_menu .menu{ + display: flex; + justify-content: flex-end; + width: 100%; + height: 17px; + white-space: nowrap; + margin-top: 2px; +} + + + +header .header_wrap .sub_menu .menu img{ + display: inline; + margin-right: 3.4px; +} + + + +header .header_wrap .sub_menu .menu a{ + display: block; + color: #666; + font-size: 14.5px; + padding-left: 12px; + font-weight: 600; +} + + + +header .header_wrap .main_menu_wrap { + position: absolute; + bottom: 35%; + right: 26%; +} + + + +header .header_wrap .main_menu_wrap .main_menu{ + display: flex; +} + + +header .header_wrap .main_menu_wrap .main_menu li a{ + font-size: 22px; + color: #1e1e1e; + margin-left: 76px; + font-weight: 700; + font-family: 'Gowun Dodum', Arial, sans-serif; +} + + + +header .header_wrap .search_wrap { + position: absolute; + width: 10px; + bottom: 31%; + right: 18.8%; +} + + +header .header_wrap .search_wrap input{ + width: 150px; + height: 35px; + padding: 0px 5px; + border-radius: 5px; + border: none; + outline: none; +} + +header .header_wrap .search_wrap input:focus{ + border: .5px solid rgba(0, 0, 0, .2); + outline: initial; +} + +header .header_wrap .search_wrap img { + position: absolute; + top: 17%; + left: 120px; +} + + + +header .header_wrap .language_select_wrap{ + position: absolute; + bottom: 31.5%; + right: -0.5%; +} + +header .header_wrap .language_select_wrap select{ + height: 34px; + width: auto; + padding: 4px 10px; + padding-top: 1px; + padding-right: 12px; + border-radius: 20px; + font-family: '맑은고딕'; + color: #666; + background-color: #f4f4f4; + border: hidden; + outline: hidden; +} + +header .header_wrap .language_select_wrap select:focus{ + outline: 2px solid black; +} + + + + + +header .inner .main_menu_items_wrap { + display: none; + justify-content: center; + position: absolute; + width: 100%; + height: 487px; + background-color: #fff; + text-align: center; + border-top: 1px solid #d7d0d0; + border-bottom: 1px solid #d7d0d0; + z-index: 1; + font-family: '맑은고딕'; +} + +header .main_menu_items_wrap .main_menu_items{ + margin-top: 25px; +} + +header .main_menu_items_wrap .main_menu_items li{ + padding: 10px 33px; + +} + + + +header .main_menu_items_wrap .main_menu_items a{ + display: inline-block; + color: #666; + font-size: 16px; + font-weight: 700; +} + + +header .main_menu_items_wrap .main_menu_items a:hover{ + color: #8dc63f; + text-decoration: underline; + +} + + + + +header .inner .main_menu_items_wrap .main_menu_image_wrap{ + position: absolute; + display: flex; + width: 100%; + height: 135px; + bottom: 0; + border-bottom: 1px solid #d7d0d0; +} + +header .inner .main_menu_items_wrap .main_menu_image_left{ + width: 50%; + height: 135px; + left: 0; + bottom: 0; + background-color: #ecdea1; +} + +header .inner .main_menu_items_wrap .main_menu_image_left img{ + float: right; +} + + + +header .inner .main_menu_items_wrap .main_menu_image_right{ + + width: 50%; + height: 135px; + right: 0; + bottom: 0; + background-color: #625042; +} + + +header .inner .main_menu_items_wrap.active{ + display: flex; +} + +.home_wrap{ + background: #8dc63f; +} + + + + +.home_wrap img{ + width: 100%; +} + +.home_wrap .home_move{ + display: flex; + max-width: 1180px; + margin: 0 auto; + color: #fff; + border-right: 1px solid #b7d47f; +} + + + + +.home_wrap .home_move .home{ + display: inline-flex; + padding: 20px 22px; + border-left: 1px solid #b7d47f; + border-right: 1px solid #b7d47f; + border-bottom: 1px solid #b7d47f; +} + + +.home_wrap .home_main_menu{ + width: 200px; + padding: 20px 0; + border-right: 1px solid #b7d47f; + cursor: pointer; +} + +.home_wrap .home_main_menu ul{ + width: 190px; + position: absolute; + background: #8dc63f; + border-right: 1px solid #b7d47f; +} + +.home_wrap .home_main_menu ul:first-child{ + padding-left: 10px; +} + +.home_wrap .home_main_menu ul li{ + display: flex; + padding: 10px 0; +} + + +.home_wrap .home_sub_menu{ + display: none; + width: 100%; + margin-top: 20px; + border-top: 1px solid #b7d47f; + border-right: 1px solid #b7d47f; +} + + +.home_wrap .home_main_menu2{ + width: 200px; + padding: 20px 0; + border-right: 1px solid #b7d47f; + cursor: pointer; +} + +.home_wrap .home_main_menu2 ul{ + width: 190px; + position: absolute; + background: #8dc63f; +} + +.home_wrap .home_main_menu2 ul:first-child{ + padding-left: 10px; +} + +.home_wrap .home_main_menu2 ul li{ + display: flex; + padding: 10px 0; +} + + +.home_wrap .home_sub_menu2{ + display: none; + width: 100%; + margin-top: 20px; + border-top: 1px solid #b7d47f; + border-right: 1px solid #b7d47f; + +} + + + +.home_wrap .home_sub_menu.open{ + display: block; +} + + + + +.home_wrap .home_main_menu2 ul li{ + display: flex; + padding: 10px 0; + font-style: none; + +} + + +.home_wrap .home_sub_menu2.open{ + display: block; +} + + +.home_wrap .home_sub_menu2{ + display: none; + width: 100%; + margin-top: 20px; + border-top: 1px solid #b7d47f; + +} + + + + + + +/* MAIN */ +main{ + width: 100%; + position: relative; + max-width: 1180px; + margin: 0 auto; + padding-bottom: 100px; +} + + +main .main_wrap{ + margin-right: 10px; +} + + +main .main_wrap .main_title{ + display: flex; + + +} + + + +main .main_wrap .main_title h1{ + display: inline-block; + font-size: 30px; + font-weight: 700; + color: rgb(33, 33, 33); + margin-right: 30px; + +} + + +main .main_wrap .main_title div{ + width: 69%; + background: url(../images/sub_tit_line.gif) repeat-x left 18px; + z-index: -1; +} + +main .main_wrap .main_with{ + color: rgb(33, 33, 33); + display: 100%; +} + + + + + +main .main_wrap .main_with { + width: 80%; + + padding-bottom: 20px; + font-size: 40px; + font-weight: 700; + line-height: 74px; + text-align: center; +} + +main .main_wrap .main_with strong{ + color: #7eae4b; +} + + +main .main_wrap .main_with img{ + width: 150%; + + +} + + + +main .main_wrap .main_with2 { + width: 85%; + margin-top: 70px; + padding-bottom: 70px; + padding-left: 80px; + font-size: 17px; + line-height: 30px; + color: #333; + text-align: center; + font-weight: 700; + +} + + + + +main .main_wrap .main_with2 h1{ + font-weight: 700; + font-size: 21px; + padding-bottom: 30px; +} + + + + +main .main_wrap .main_with3 { + width: 85%; + margin-top: 20px; + padding-bottom: 50px; + padding-left: 80px; + font-size: 17px; + font-weight: 700; + line-height: 30px; + color: #333; + text-align: center; + +} + + + +main .main_wrap .main_with3 h1{ + font-weight: 700; + font-size: 27px; + padding-bottom: 30px; +} + + +main .main_wrap .main_with3 h2{ + font-weight: 700; + font-size: 27px; + padding-bottom: 30px; + color: #7eae4b; +} + + + + + +main .main_wrap .main_with3 .main_with_logo{ + display: flex; + padding: 100px 0; + margin-top: 70px; + justify-content: center; + border: 1px solid rgba(58, 58, 58, .4); +} + +main .main_wrap .down_box { + display: flex; + position: absolute; + right: 10%; + width: 300px; + border: 1px solid rgba(58, 58, 58, .4); + color: #333; +} + +main .main_wrap .down_box a{ + display: flex; + justify-content: center; + align-items: center; + text-align: center; + color: #333; + padding: 20px; +} + +main .main_wrap .down_box img{ + padding-right: 10px; +} + + + + +@keyframes up_text { + from { + transform: translateY(500px); + } + to { + transform: translateY(0); + } +} + +.main_wrap { + animation: up_text 1s ease-out; +} + + +.main_with1 { + animation: up_text 2s ease-out; +} + +.main_with2 { + animation: up_text 3s ease-out; +} + +.main_with3 { + animation: up_text 4s ease-out; +} + +.main_with4 { + animation: up_text 4s ease-out; +} + + + + + + + + + + + +/* FOOTER */ + +footer { + width: 100%; + height: 355px; + border-top: 1px solid rgba(0, 0, 0, .5) +} + +footer .footer_wrap{ + position: relative; + width: 1180px; + padding: 45px 0 0 0; + margin: 0 auto; + text-decoration: none; + +} + + +footer .footer_wrap .footer_logo{ + display: flex; + align-items: center; + justify-content: center; + padding-bottom: 50px; +} + +footer .footer_wrap .footer_logo img{ + width: 107px; +} + +footer .footer_wrap .footer_information{ + display: flex; + padding-left: 21px; + padding-top: 1px; + justify-content: center; + +} + + +footer .footer_wrap .footer_information span{ + display: inline-block; + text-align: center; + font-size: 16px; + line-height: 16px; + margin-right: 13px; + padding-right: 17px; +} + +footer .footer_wrap .footer_information span a{ + color: #585858; + +} + +footer .footer_wrap .footer_information span:first-child a{ + color: #004f18; + font-weight: 700; + +} + +footer .footer_wrap .footer_information span:nth-child(-n+4){ + background: url(../images/ft_line.gif) no-repeat right 5px; +} + +footer .footer_wrap .footer_location{ + padding: 28px; + padding-bottom: 0; + text-align: center; +} + + +footer .footer_wrap .footer_location span{ + padding-right: 8px; +} + + +footer .footer_wrap .footer_location span:nth-child(-n+2){ + background: url(../images/ft_line.gif) no-repeat right; +} + + + +footer .footer_wrap .footer_location span{ + line-height: 14px; + font-size: 15px; + color: #585858; + display: inline-block; + text-align: center; + padding: 0 10px; +} + +footer .footer_wrap .footer_location span:nth-last-child(1){ + background: none; + font-size: 15px; +} + +footer .footer_wrap .footer_location .copyright{ + padding-top: 12px; + padding-bottom: 20px; + line-height: 15px; +} + + +footer .footer_wrap .footer_sns{ + display: flex; + justify-content: center; + align-items: center; + padding-right: 62px; + +} + + +footer .footer_wrap .footer_sns span{ + font-size: 14px; + padding-right: 15px; + margin-right: 15px; + background: url(../images/ft_arr02.gif) no-repeat right; +} + + +footer .footer_wrap .footer_sns li{ + padding-right: 15px; +} + + + +footer .footer_wrap .footer_affiliate{ + width: 230px; + height: 35px; + font-size: 14px; + color: #1e1e1e; + margin-left: 45px; + margin-right: 27px; + padding-left: 15px; + border: 3px solid rgba(58, 58, 58, .4); +} +footer .footer_wrap .footer_affiliate .modal:hover .mini_modal{ + display: flex; +} + +footer .footer_wrap .footer_affiliate .modal .mini_modal:hover{ + display: flex; +} + +footer .footer_wrap .footer_affiliate span{ + position: absolute; + background: url(../images/ft_arr01.gif)no-repeat right; + background-position-y: 15px; + padding-right: 90px; + padding-top: 11px; +} + + +footer .footer_wrap .footer_web{ + width: 100%; + display: flex; + justify-content: center; +} + + + +footer .footer_wrap .footer_affiliate .mini_modal{ + position: absolute; + display: none; + width: 650px; + font-family: '맑은 고딕'; + bottom: 26px; + right: -12px; + background-color: #fff; + border: 3px solid rgba(58, 58, 58, .4); +} + + + +footer .footer_wrap .footer_affiliate .mini_modal ul{ + + padding: 30px; + font-size: 20px; +} + +footer .footer_wrap .footer_affiliate .mini_modal div{ + padding-bottom: 20px; + border-bottom: 1px solid black; + margin-bottom: 20px; +} + +footer .footer_wrap .footer_affiliate .mini_modal ul li{ + font-size: 15px; + padding-top: 10px; + +} + +footer .footer_wrap .footer_affiliate .mini_modal .modal_box a{ +color: #585858; +} + + + + + + + + + + diff --git a/foodevent2/foodevent.html b/foodevent2/foodevent.html new file mode 100644 index 00000000..3f2d0962 --- /dev/null +++ b/foodevent2/foodevent.html @@ -0,0 +1,240 @@ + + + + + + + 풀무원 지구식단 ㅣ 바른먹거리 & 로하스 + + + + + + + + + + + + +
+
+ +
+ +
+ +
+
+
+ +
+
+
+

+
+
+
+
+
+ + +
+
+
+ + + + + +
+ + + + + + + + + + + + \ No newline at end of file diff --git a/history/history.css b/history/history.css new file mode 100644 index 00000000..52e61733 --- /dev/null +++ b/history/history.css @@ -0,0 +1,855 @@ +*{ + scroll-behavior: smooth; + list-style: none; + color: inherit; +} + + + +body{ + font-size: 16px; + color: #7d7d7d; + font-family: 'NSKR', '맑은 고딕'; + line-height: 1; + color: inherit; + +} + + +img{ + display: block; +} + +a { + text-decoration: none; +} + + +a:visited{ + color: inherit; +} + +.inner{ + width: 100%; + background-color: #fff; +} + + +/* HEADER */ +header{ + position: relative; + padding-top: 20px; + width: 100%; + background-color: #fff; +} + + +header .header_wrap{ + display: flex; + position: relative; + width: 1180px; + height: 117px; + margin: 0 auto; + +} + + +header .header_logo{ + position: absolute; + height: 53px; + top: 0; + bottom: 0; + left: 0; + margin: auto 0; +} + +header .header_wrap .sub_menu { + width: 100%; + height: 17px; +} + + +header .header_wrap .sub_menu .menu{ + display: flex; + justify-content: flex-end; + width: 100%; + height: 17px; + white-space: nowrap; + margin-top: 2px; +} + + + +header .header_wrap .sub_menu .menu img{ + display: inline; + margin-right: 3.4px; +} + + + +header .header_wrap .sub_menu .menu a{ + display: block; + color: #666; + font-size: 14.5px; + padding-left: 12px; + font-weight: 600; +} + + + +header .header_wrap .main_menu_wrap { + position: absolute; + bottom: 35%; + right: 26%; +} + + + +header .header_wrap .main_menu_wrap .main_menu{ + display: flex; +} + + +header .header_wrap .main_menu_wrap .main_menu li a{ + font-size: 22px; + color: #1e1e1e; + margin-left: 76px; + font-weight: 700; + font-family: 'Gowun Dodum', Arial, sans-serif; +} + + + +header .header_wrap .search_wrap { + position: absolute; + width: 10px; + bottom: 31%; + right: 18.8%; +} + + +header .header_wrap .search_wrap input{ + width: 150px; + height: 35px; + padding: 0px 5px; + border-radius: 5px; + border: none; + outline: none; +} + +header .header_wrap .search_wrap input:focus{ + border: .5px solid rgba(0, 0, 0, .2); + outline: initial; +} + +header .header_wrap .search_wrap img { + position: absolute; + top: 17%; + left: 120px; +} + + + +header .header_wrap .language_select_wrap{ + position: absolute; + bottom: 31.5%; + right: -0.5%; +} + +header .header_wrap .language_select_wrap select{ + height: 34px; + width: auto; + padding: 4px 10px; + padding-top: 1px; + padding-right: 12px; + border-radius: 20px; + font-family: '맑은고딕'; + color: #666; + background-color: #f4f4f4; + border: hidden; + outline: hidden; +} + +header .header_wrap .language_select_wrap select:focus{ + outline: 2px solid black; +} + + + + + +header .inner .main_menu_items_wrap { + display: none; + justify-content: center; + position: absolute; + width: 100%; + height: 487px; + background-color: #fff; + text-align: center; + border-top: 1px solid #d7d0d0; + border-bottom: 1px solid #d7d0d0; + z-index: 1; + font-family: '맑은고딕'; +} + +header .main_menu_items_wrap .main_menu_items{ + margin-top: 25px; +} + +header .main_menu_items_wrap .main_menu_items li{ + padding: 10px 33px; + +} + + + +header .main_menu_items_wrap .main_menu_items a{ + display: inline-block; + color: #666; + font-size: 16px; + font-weight: 700; +} + + +header .main_menu_items_wrap .main_menu_items a:hover{ + color: #8dc63f; + text-decoration: underline; + +} + + + + +header .inner .main_menu_items_wrap .main_menu_image_wrap{ + position: absolute; + display: flex; + width: 100%; + height: 135px; + bottom: 0; + border-bottom: 1px solid #d7d0d0; +} + +header .inner .main_menu_items_wrap .main_menu_image_left{ + width: 50%; + height: 135px; + left: 0; + bottom: 0; + background-color: #ecdea1; +} + +header .inner .main_menu_items_wrap .main_menu_image_left img{ + float: right; +} + + + +header .inner .main_menu_items_wrap .main_menu_image_right{ + + width: 50%; + height: 135px; + right: 0; + bottom: 0; + background-color: #625042; +} + + +header .inner .main_menu_items_wrap.active{ + display: flex; +} + +.home_wrap{ + background: #8dc63f; +} + + + + +.home_wrap img{ + width: 100%; +} + +.home_wrap .home_move{ + display: flex; + max-width: 1180px; + margin: 0 auto; + color: #fff; + border-right: 1px solid #b7d47f; +} + + + + +.home_wrap .home_move .home{ + display: inline-flex; + padding: 20px 22px; + border-left: 1px solid #b7d47f; + border-right: 1px solid #b7d47f; + border-bottom: 1px solid #b7d47f; +} + + +.home_wrap .home_main_menu{ + width: 200px; + padding: 20px 0; + border-right: 1px solid #b7d47f; + cursor: pointer; +} + +.home_wrap .home_main_menu ul{ + width: 190px; + position: absolute; + background: #8dc63f; + border-right: 1px solid #b7d47f; +} + +.home_wrap .home_main_menu ul:first-child{ + padding-left: 10px; +} + +.home_wrap .home_main_menu ul li{ + display: flex; + padding: 10px 0; +} + + +.home_wrap .home_sub_menu{ + display: none; + width: 100%; + margin-top: 20px; + border-top: 1px solid #b7d47f; + border-right: 1px solid #b7d47f; +} + + +.home_wrap .home_main_menu2{ + width: 200px; + padding: 20px 0; + border-right: 1px solid #b7d47f; + cursor: pointer; +} + +.home_wrap .home_main_menu2 ul{ + width: 190px; + position: absolute; + background: #8dc63f; +} + +.home_wrap .home_main_menu2 ul:first-child{ + padding-left: 10px; +} + +.home_wrap .home_main_menu2 ul li{ + display: flex; + padding: 10px 0; +} + + +.home_wrap .home_sub_menu2{ + display: none; + width: 100%; + margin-top: 20px; + border-top: 1px solid #b7d47f; + border-right: 1px solid #b7d47f; + +} + + + +.home_wrap .home_sub_menu.open{ + display: block; +} + + + + +.home_wrap .home_main_menu2 ul li{ + display: flex; + padding: 10px 0; + font-style: none; + +} + + +.home_wrap .home_sub_menu2.open{ + display: block; +} + + +.home_wrap .home_sub_menu2{ + display: none; + width: 100%; + margin-top: 20px; + border-top: 1px solid #b7d47f; + +} + + + + + + +/* MAIN */ +main{ + width: 100%; + position: relative; + max-width: 1180px; + margin: 0 auto; + padding-bottom: 100px; +} + + +main .main_wrap{ + margin-right: 10px; +} + + +main .main_wrap .main_title{ + display: flex; + padding: 50px 0 0; + margin: 0 0 110px; +} + + + +main .main_wrap .main_title h1{ + display: inline-block; + font-size: 30px; + font-weight: 700; + color: rgb(33, 33, 33); + margin-right: 30px; + +} + + +main .main_wrap .main_title div{ + width: 69%; + background: url(../images/sub_tit_line.gif) repeat-x left 18px; + z-index: -1; +} + +main .main_wrap .main_history{ + color: rgb(33, 33, 33); +} + + + + + +main .main_wrap .main_history { + width: 90%; + margin-top: 20px; + padding-left: 70px; + padding-bottom: 20px; + font-size: 40px; + font-weight: 700; + line-height: 74px; + text-align: center; +} + +main .main_wrap .main_history strong{ + color: #7eae4b; +} + + +main .main_wrap .main_history img{ + margin: 0 auto; + padding-top: 40px; +} + + + +main .main_wrap .main_history2 { + width: 85%; + margin-top: 70px; + padding-bottom: 70px; + padding-left: 80px; + font-size: 16px; + line-height: 30px; + color: #333; + text-align: center; + font-weight: 700; +} + + + +main .main_wrap .main_history2 h1{ + font-weight: 700; + font-size: 21px; + padding-bottom: 30px; +} + + + + +main .main_wrap .main_history3 { + display: flex; + width: 85%; + margin-top: 20px; + + padding-left: 80px; + font-size: 17px; + line-height: 30px; + color: #333; +} + + + +main .main_wrap .main_history3 .history_box{ + width: 100%; + border: 1px solid rgba(0, 0, 0, .5); + border-bottom: 1px solid #7eae4b; + text-decoration: none; +} + +main .main_wrap .main_history3 .history_box a{ + display: block !important; + height: 50px; + padding-top: 15px; + text-align: center; +} + + + +main .main_wrap .main_history3 .history_box:nth-child(1){ + background: #7dad47; + border: 1px solid #7dad47; + color: #fff; +} + +main .main_wrap .main_history3 .history_box:hover{ + width: 100%; + color: #fff; + border: 1px solid #7dad47; + background: #7dad47; +} + + + + + +main .main_wrap .main_history3 h1{ + font-weight: 700; + font-size: 21px; + padding-bottom: 30px; +} + + + + +main .main_wrap .main_history4 { + position: relative; + margin-top: 20px; + padding-bottom: 50px; + padding-left: 80px; + font-size: 15px; + font-weight: 700; + line-height: 30px; + color: #333; + height: 2000px; +} + + + +main .main_wrap .main_history4 h1{ + font-weight: 700; + font-size: 30px; + padding-bottom: 30px; + color: #7eae4b; +} + +main .main_wrap .main_history4 img{ + padding-left: 2%; + padding-bottom: 2%; +} + +main .main_wrap .main_history4 .history_wrap{ + width: 500px; + border-right: 1px solid black; + padding-top: 50px; + +} + +main .main_wrap .main_history4 .history_wrap h1{ + padding-top: 50px; +} + + + +main .main_wrap .main_history4 .history_wrap:nth-child(6){ + position: absolute; + right: 5%; + bottom: 15%; + border: none; +} + +main .main_wrap .main_history4 .history_wrap:nth-child(3){ + margin-top: 200px; + padding-bottom: 100px; +} + + + +main .main_wrap .main_history4 .history_wrap:nth-child(4){ + top: 45%; +} + + +main .main_wrap .main_history4 .history_wrap:nth-child(2n){ + position: absolute; + right: 5%; + border: none; +} + + +main .main_wrap .main_history4 .history_wrap:nth-child(2n+1){ +text-align: right; +padding-right: 20px; +} + + + + + +@keyframes up_text { + from { + transform: translateY(500px); + } + to { + transform: translateY(0); + } +} + +.main_wrap { + animation: up_text 1s ease-out; +} + + +.main_history1 { + animation: up_text 2s ease-out; +} + +.main_history2 { + animation: up_text 3s ease-out; +} + +.main_history3 { + animation: up_text 4s ease-out; +} + +.main_history4 { + animation: up_text 4s ease-out; +} + + + + + + + + + + + +/* FOOTER */ + +footer { + width: 100%; + height: 355px; + border-top: 1px solid rgba(0, 0, 0, .5) +} + +footer .footer_wrap{ + position: relative; + width: 1180px; + padding: 45px 0 0 0; + margin: 0 auto; + text-decoration: none; + +} + + +footer .footer_wrap .footer_logo{ + display: flex; + align-items: center; + justify-content: center; + padding-bottom: 50px; +} + +footer .footer_wrap .footer_logo img{ + width: 107px; +} + +footer .footer_wrap .footer_information{ + display: flex; + padding-left: 21px; + padding-top: 1px; + justify-content: center; + +} + + +footer .footer_wrap .footer_information span{ + display: inline-block; + text-align: center; + font-size: 16px; + line-height: 16px; + margin-right: 13px; + padding-right: 17px; +} + +footer .footer_wrap .footer_information span a{ + color: #585858; + +} + +footer .footer_wrap .footer_information span:first-child a{ + color: #004f18; + font-weight: 700; + +} + +footer .footer_wrap .footer_information span:nth-child(-n+4){ + background: url(../images/ft_line.gif) no-repeat right 5px; +} + +footer .footer_wrap .footer_location{ + padding: 28px; + padding-bottom: 0; + text-align: center; +} + + +footer .footer_wrap .footer_location span{ + padding-right: 8px; +} + + +footer .footer_wrap .footer_location span:nth-child(-n+2){ + background: url(../images/ft_line.gif) no-repeat right; +} + + + +footer .footer_wrap .footer_location span{ + line-height: 14px; + font-size: 15px; + color: #585858; + display: inline-block; + text-align: center; + padding: 0 10px; +} + +footer .footer_wrap .footer_location span:nth-last-child(1){ + background: none; + font-size: 15px; +} + +footer .footer_wrap .footer_location .copyright{ + padding-top: 12px; + padding-bottom: 20px; + line-height: 15px; +} + + +footer .footer_wrap .footer_sns{ + display: flex; + justify-content: center; + align-items: center; + padding-right: 62px; + +} + + +footer .footer_wrap .footer_sns span{ + font-size: 14px; + padding-right: 15px; + margin-right: 15px; + background: url(../images/ft_arr02.gif) no-repeat right; +} + + +footer .footer_wrap .footer_sns li{ + padding-right: 15px; +} + + + +footer .footer_wrap .footer_affiliate{ + width: 230px; + height: 35px; + font-size: 14px; + color: #1e1e1e; + margin-left: 45px; + margin-right: 27px; + padding-left: 15px; + border: 3px solid rgba(58, 58, 58, .4); +} +footer .footer_wrap .footer_affiliate .modal:hover .mini_modal{ + display: flex; +} + +footer .footer_wrap .footer_affiliate .modal .mini_modal:hover{ + display: flex; +} + +footer .footer_wrap .footer_affiliate span{ + position: absolute; + background: url(../images/ft_arr01.gif)no-repeat right; + background-position-y: 15px; + padding-right: 90px; + padding-top: 11px; +} + + +footer .footer_wrap .footer_web{ + width: 100%; + display: flex; + justify-content: center; +} + + + +footer .footer_wrap .footer_affiliate .mini_modal{ + position: absolute; + display: none; + width: 650px; + font-family: '맑은 고딕'; + bottom: 26px; + right: -12px; + background-color: #fff; + border: 3px solid rgba(58, 58, 58, .4); +} + + + +footer .footer_wrap .footer_affiliate .mini_modal ul{ + + padding: 30px; + font-size: 20px; +} + +footer .footer_wrap .footer_affiliate .mini_modal div{ + padding-bottom: 20px; + border-bottom: 1px solid black; + margin-bottom: 20px; +} + +footer .footer_wrap .footer_affiliate .mini_modal ul li{ + font-size: 15px; + padding-top: 10px; + +} + +footer .footer_wrap .footer_affiliate .mini_modal .modal_box a{ +color: #585858; +} + + + + + + + + + + diff --git a/history/history.html b/history/history.html new file mode 100644 index 00000000..0dee908e --- /dev/null +++ b/history/history.html @@ -0,0 +1,317 @@ + + + + + + + 기업상장 l 히스토리 l 풀무원 + + + + + + + + + + + + +
+
+ +
+
+
+ + home + +
+
+ +
+ +
+
+ top_menu_image +
+
+
+ +
+
+
+

히스토리

+
+
+
+

자연과 인간의 아름다운 조화를
+ 실현해 나가는 글로벌 로하스 대표 기업

+
+
+
+ 1981년 5월 12일 서울 강남의 압구정동에 작은 채소 가게가 문을 열었습니다. + 이름은 ‘풀무원농장 무공해 농산물 직판장’.
+ 원경선의 풀무원농장과 정농회 농부들이 기른 유기농산물을 팔았던 이 곳은 한국 최초의 유기농 가게였으며 기업 풀무원의 모태였습니다.
+ 이 땅에 유기농의 가치를 확산시키는 사업이 시작되었음을 알리는 깃발과도 같았던 작은 가게 풀무원.
+ 긴 세월이 흐른 지금 풀무원은 한국에서 가장 존경받는 기업, 글로벌 로하스 대표 기업이 되어 자연과 인간의 아름다운 조화를 실현해 나가고 있습니다.
+
+
+ + +
+ +
+

1980년대

+ 1981.05 + 풀무원농장 무공해 농산물 직판장 개설
+ 1982.10 + 풀무원효소식품 설립
+ 1984.05 + 풀무원효소식품, ‘풀무원식품㈜’로 상호 변경 및 법인 전환
+ 1985.04 + 풀무원식품(주)(구. 풀무원효소식품)과 풀무원유기식품 합병
+ 1986.11 + 풀무원샘물㈜ 설립
+
+
+

1990년대

+ + 풀무원식품, 미국 현지법인 ‘PULMUONE U.S.A.’ 설립 1991.01
+ 풀무원생활㈜ 설립 1996.02
+ 올가홀푸드 전신 내추럴하우스자연건강㈜ 설립 1997.08
+
+
+
+

2000년대

+ 2000.04 + ㈜푸드머스 설립, 식자재 구매 대행 사업 시작
+ 2000.07 + ㈜이씨엠디 설립, 식음료 서비스 사업 시작
+ 2009.10 + 연매출 1조원 달성
+
+
+

2010년대

+ + 중국 북경포미다녹색식품유한공사 설립2010.09
+ 풀무원다논㈜ 설립2012.08
+ 풀무원기분㈜ 설립2013.12
+ 일본 아사히식품공업㈜ 인수2014.06
+ 전문경영인체제 출범, 이효율 총괄CEO 취임2018.01
+ 풀무원푸드머스, 식자재 유통기업 최초 GAP센터 설립2018.01
+ 풀무원, New CI 및 로하스 7대 전략 선포2018.05
+ 풀무원식품㈜, '신선나또 공장' 준공(충북 괴산군)2018.07
+ 2018년 매출 2조 2,030억원 달성2018.12
+ 창사 35주년 (주)풀무원, 글로벌기준 지주회사 지배구조체제 확립2019.05
+ 풀무원식품㈜, 글로벌 김치공장 준공2019.05
+ 새첨단 R&D '풀무원기술원' 준공2019.12
+
+
+

2020년대

+ 2021.05 + 풀무원식품㈜ ‘최첨단 HMR 생면공장’ 준공 (충북 음성군)
+ 2021.08 + 통합 온라인 쇼핑몰 ‘#풀무원’ 오픈
+ 2022.03 + 15번째 ‘열린 주주총회’ 개최
+
+
+
+
+ + + + + +
+ + + + + + + + + + + + \ No newline at end of file diff --git a/history/history2.css b/history/history2.css new file mode 100644 index 00000000..974e17ac --- /dev/null +++ b/history/history2.css @@ -0,0 +1,856 @@ +*{ + scroll-behavior: smooth; + list-style: none; + color: inherit; +} + + +body{ + font-size: 16px; + color: #7d7d7d; + font-family: 'NSKR', '맑은 고딕'; + line-height: 1; +} + + +img{ + display: block; +} + +a { + text-decoration: none; +} + + +a:visited{ + color: inherit; +} + +.inner{ + width: 100%; + background-color: #fff; +} + + +/* HEADER */ +header{ + position: relative; + padding-top: 20px; + width: 100%; + background-color: #fff; +} + + +header .header_wrap{ + display: flex; + position: relative; + width: 1180px; + height: 117px; + margin: 0 auto; + +} + + +header .header_logo{ + position: absolute; + height: 53px; + top: 0; + bottom: 0; + left: 0; + margin: auto 0; +} + +header .header_wrap .sub_menu { + width: 100%; + height: 17px; +} + + +header .header_wrap .sub_menu .menu{ + display: flex; + justify-content: flex-end; + width: 100%; + height: 17px; + white-space: nowrap; + margin-top: 2px; +} + + + +header .header_wrap .sub_menu .menu img{ + display: inline; + margin-right: 3.4px; +} + + + +header .header_wrap .sub_menu .menu a{ + display: block; + color: #666; + font-size: 14.5px; + padding-left: 12px; + font-weight: 600; +} + + + +header .header_wrap .main_menu_wrap { + position: absolute; + bottom: 35%; + right: 26%; +} + + + +header .header_wrap .main_menu_wrap .main_menu{ + display: flex; +} + + +header .header_wrap .main_menu_wrap .main_menu li a{ + font-size: 22px; + color: #1e1e1e; + margin-left: 76px; + font-weight: 700; + font-family: 'Gowun Dodum', Arial, sans-serif; +} + + + +header .header_wrap .search_wrap { + position: absolute; + width: 10px; + bottom: 31%; + right: 18.8%; +} + + +header .header_wrap .search_wrap input{ + width: 150px; + height: 35px; + padding: 0px 5px; + border-radius: 5px; + border: none; + outline: none; +} + +header .header_wrap .search_wrap input:focus{ + border: .5px solid rgba(0, 0, 0, .2); + outline: initial; +} + +header .header_wrap .search_wrap img { + position: absolute; + top: 17%; + left: 120px; +} + + + +header .header_wrap .language_select_wrap{ + position: absolute; + bottom: 31.5%; + right: -0.5%; +} + +header .header_wrap .language_select_wrap select{ + height: 34px; + width: auto; + padding: 4px 10px; + padding-top: 1px; + padding-right: 12px; + border-radius: 20px; + font-family: '맑은고딕'; + color: #666; + background-color: #f4f4f4; + border: hidden; + outline: hidden; +} + +header .header_wrap .language_select_wrap select:focus{ + outline: 2px solid black; +} + + + + + +header .inner .main_menu_items_wrap { + display: none; + justify-content: center; + position: absolute; + width: 100%; + height: 487px; + background-color: #fff; + text-align: center; + border-top: 1px solid #d7d0d0; + border-bottom: 1px solid #d7d0d0; + z-index: 1; + font-family: '맑은고딕'; +} + +header .main_menu_items_wrap .main_menu_items{ + margin-top: 25px; +} + +header .main_menu_items_wrap .main_menu_items li{ + padding: 10px 33px; + +} + + + +header .main_menu_items_wrap .main_menu_items a{ + display: inline-block; + color: #666; + font-size: 16px; + font-weight: 700; +} + + +header .main_menu_items_wrap .main_menu_items a:hover{ + color: #8dc63f; + text-decoration: underline; + +} + + + + +header .inner .main_menu_items_wrap .main_menu_image_wrap{ + position: absolute; + display: flex; + width: 100%; + height: 135px; + bottom: 0; + border-bottom: 1px solid #d7d0d0; +} + +header .inner .main_menu_items_wrap .main_menu_image_left{ + width: 50%; + height: 135px; + left: 0; + bottom: 0; + background-color: #ecdea1; +} + +header .inner .main_menu_items_wrap .main_menu_image_left img{ + float: right; +} + + + +header .inner .main_menu_items_wrap .main_menu_image_right{ + + width: 50%; + height: 135px; + right: 0; + bottom: 0; + background-color: #625042; +} + + +header .inner .main_menu_items_wrap.active{ + display: flex; +} + +.home_wrap{ + background: #8dc63f; +} + + + + +.home_wrap img{ + width: 100%; +} + +.home_wrap .home_move{ + display: flex; + max-width: 1180px; + margin: 0 auto; + color: #fff; + border-right: 1px solid #b7d47f; +} + + + + +.home_wrap .home_move .home{ + display: inline-flex; + padding: 20px 22px; + border-left: 1px solid #b7d47f; + border-right: 1px solid #b7d47f; + border-bottom: 1px solid #b7d47f; +} + + +.home_wrap .home_main_menu{ + width: 200px; + padding: 20px 0; + border-right: 1px solid #b7d47f; + cursor: pointer; +} + +.home_wrap .home_main_menu ul{ + width: 190px; + position: absolute; + background: #8dc63f; + border-right: 1px solid #b7d47f; +} + +.home_wrap .home_main_menu ul:first-child{ + padding-left: 10px; +} + +.home_wrap .home_main_menu ul li{ + display: flex; + padding: 10px 0; +} + + +.home_wrap .home_sub_menu{ + display: none; + width: 100%; + margin-top: 20px; + border-top: 1px solid #b7d47f; + border-right: 1px solid #b7d47f; +} + + +.home_wrap .home_main_menu2{ + width: 200px; + padding: 20px 0; + border-right: 1px solid #b7d47f; + cursor: pointer; +} + +.home_wrap .home_main_menu2 ul{ + width: 190px; + position: absolute; + background: #8dc63f; +} + +.home_wrap .home_main_menu2 ul:first-child{ + padding-left: 10px; +} + +.home_wrap .home_main_menu2 ul li{ + display: flex; + padding: 10px 0; +} + + +.home_wrap .home_sub_menu2{ + display: none; + width: 100%; + margin-top: 20px; + border-top: 1px solid #b7d47f; + border-right: 1px solid #b7d47f; + +} + + + +.home_wrap .home_sub_menu.open{ + display: block; +} + + + + +.home_wrap .home_main_menu2 ul li{ + display: flex; + padding: 10px 0; + font-style: none; + +} + + +.home_wrap .home_sub_menu2.open{ + display: block; +} + + +.home_wrap .home_sub_menu2{ + display: none; + width: 100%; + margin-top: 20px; + border-top: 1px solid #b7d47f; + +} + + + + + + +/* MAIN */ +main{ + width: 100%; + position: relative; + max-width: 1180px; + margin: 0 auto; + padding-bottom: 100px; +} + + +main .main_wrap{ + margin-right: 10px; +} + + +main .main_wrap .main_title{ + display: flex; + padding: 50px 0 0; + margin: 0 0 110px; +} + + + +main .main_wrap .main_title h1{ + display: inline-block; + font-size: 30px; + font-weight: 700; + color: rgb(33, 33, 33); + margin-right: 30px; + +} + + +main .main_wrap .main_title div{ + width: 69%; + background: url(../images/sub_tit_line.gif) repeat-x left 18px; + z-index: -1; +} + +main .main_wrap .main_history{ + color: rgb(33, 33, 33); +} + + + + + +main .main_wrap .main_history { + width: 90%; + margin-top: 20px; + padding-left: 70px; + padding-bottom: 20px; + font-size: 40px; + font-weight: 700; + line-height: 74px; + text-align: center; +} + +main .main_wrap .main_history strong{ + color: #7eae4b; +} + + +main .main_wrap .main_history img{ + margin: 0 auto; + padding-top: 40px; +} + + + +main .main_wrap .main_history2 { + width: 85%; + margin-top: 70px; + padding-bottom: 70px; + padding-left: 80px; + font-size: 16px; + line-height: 30px; + color: #333; + text-align: center; + font-weight: 700; +} + + + +main .main_wrap .main_history2 h1{ + font-weight: 700; + font-size: 21px; + padding-bottom: 30px; +} + + + + +main .main_wrap .main_history3 { + display: flex; + width: 85%; + margin-top: 20px; + padding-bottom: 50px; + padding-left: 80px; + font-size: 17px; + line-height: 30px; + color: #333; +} + + + +main .main_wrap .main_history3 .history_box{ + width: 100%; + border: 1px solid rgba(0, 0, 0, .5); + border-bottom: 1px solid #7eae4b; + text-decoration: none; +} + +main .main_wrap .main_history3 .history_box a{ + display: block !important; + height: 50px; + padding-top: 15px; + text-align: center; +} + + + + +main .main_wrap .main_history3 .history_box:nth-child(2){ + background: #7dad47; + border: 1px solid #7dad47; + color: #fff; +} + +main .main_wrap .main_history3 .history_box:hover{ + color: #fff; + border: 1px solid #7dad47; + background: #7dad47; +} + + + + + +main .main_wrap .main_history3 h1{ + font-weight: 700; + font-size: 21px; + padding-bottom: 30px; +} + + + + +main .main_wrap .main_history4 { + position: relative; + margin-top: 20px; + padding-bottom: 50px; + padding-left: 80px; + font-size: 15px; + font-weight: 700; + line-height: 30px; + color: #333; + height: 2000px; +} + + + +main .main_wrap .main_history4 h1{ + font-weight: 700; + font-size: 30px; + padding-bottom: 30px; + color: #7eae4b; +} + +main .main_wrap .main_history4 img{ + padding-left: 2%; + padding-bottom: 2%; +} + +main .main_wrap .main_history4 .history_wrap{ + width: 500px; + border-right: 1px solid black; + padding-top: 50px; + +} + +main .main_wrap .main_history4 .history_wrap h1{ + padding-top: 50px; +} + + + +main .main_wrap .main_history4 .history_wrap:nth-child(6){ + position: absolute; + right: 5%; + bottom: 15%; + border: none; +} + +main .main_wrap .main_history4 .history_wrap:nth-child(3){ + margin-top: 200px; + padding-bottom: 100px; +} + + + +main .main_wrap .main_history4 .history_wrap:nth-child(4){ + top: 45%; +} + + +main .main_wrap .main_history4 .history_wrap:nth-child(2n){ + position: absolute; + right: 5%; + border: none; +} + + +main .main_wrap .main_history4 .history_wrap:nth-child(2n+1){ +text-align: right; +padding-right: 20px; +} + + + + + + + + + +@keyframes up_text { + from { + transform: translateY(500px); + } + to { + transform: translateY(0); + } +} + +.main_wrap { + animation: up_text 1s ease-out; +} + + +.main_history1 { + animation: up_text 2s ease-out; +} + +.main_history2 { + animation: up_text 3s ease-out; +} + +.main_history3 { + animation: up_text 4s ease-out; +} + +.main_history4 { + animation: up_text 4s ease-out; +} + + + + + + + + + + + +/* FOOTER */ + +footer { + width: 100%; + height: 355px; + border-top: 1px solid rgba(0, 0, 0, .5) +} + +footer .footer_wrap{ + position: relative; + width: 1180px; + padding: 45px 0 0 0; + margin: 0 auto; + text-decoration: none; + +} + + +footer .footer_wrap .footer_logo{ + display: flex; + align-items: center; + justify-content: center; + padding-bottom: 50px; +} + +footer .footer_wrap .footer_logo img{ + width: 107px; +} + +footer .footer_wrap .footer_information{ + display: flex; + padding-left: 21px; + padding-top: 1px; + justify-content: center; + +} + + +footer .footer_wrap .footer_information span{ + display: inline-block; + text-align: center; + font-size: 16px; + line-height: 16px; + margin-right: 13px; + padding-right: 17px; +} + +footer .footer_wrap .footer_information span a{ + color: #585858; + +} + +footer .footer_wrap .footer_information span:first-child a{ + color: #004f18; + font-weight: 700; + +} + +footer .footer_wrap .footer_information span:nth-child(-n+4){ + background: url(../images/ft_line.gif) no-repeat right 5px; +} + +footer .footer_wrap .footer_location{ + padding: 28px; + padding-bottom: 0; + text-align: center; +} + + +footer .footer_wrap .footer_location span{ + padding-right: 8px; +} + + +footer .footer_wrap .footer_location span:nth-child(-n+2){ + background: url(../images/ft_line.gif) no-repeat right; +} + + + +footer .footer_wrap .footer_location span{ + line-height: 14px; + font-size: 15px; + color: #585858; + display: inline-block; + text-align: center; + padding: 0 10px; +} + +footer .footer_wrap .footer_location span:nth-last-child(1){ + background: none; + font-size: 15px; +} + +footer .footer_wrap .footer_location .copyright{ + padding-top: 12px; + padding-bottom: 20px; + line-height: 15px; +} + + +footer .footer_wrap .footer_sns{ + display: flex; + justify-content: center; + align-items: center; + padding-right: 62px; + +} + + +footer .footer_wrap .footer_sns span{ + font-size: 14px; + padding-right: 15px; + margin-right: 15px; + background: url(../images/ft_arr02.gif) no-repeat right; +} + + +footer .footer_wrap .footer_sns li{ + padding-right: 15px; +} + + + +footer .footer_wrap .footer_affiliate{ + width: 230px; + height: 35px; + font-size: 14px; + color: #1e1e1e; + margin-left: 45px; + margin-right: 27px; + padding-left: 15px; + border: 3px solid rgba(58, 58, 58, .4); +} +footer .footer_wrap .footer_affiliate .modal:hover .mini_modal{ + display: flex; +} + +footer .footer_wrap .footer_affiliate .modal .mini_modal:hover{ + display: flex; +} + +footer .footer_wrap .footer_affiliate span{ + position: absolute; + background: url(../images/ft_arr01.gif)no-repeat right; + background-position-y: 15px; + padding-right: 90px; + padding-top: 11px; +} + + +footer .footer_wrap .footer_web{ + width: 100%; + display: flex; + justify-content: center; +} + + + +footer .footer_wrap .footer_affiliate .mini_modal{ + position: absolute; + display: none; + width: 650px; + font-family: '맑은 고딕'; + bottom: 26px; + right: -12px; + background-color: #fff; + border: 3px solid rgba(58, 58, 58, .4); +} + + + +footer .footer_wrap .footer_affiliate .mini_modal ul{ + + padding: 30px; + font-size: 20px; +} + +footer .footer_wrap .footer_affiliate .mini_modal div{ + padding-bottom: 20px; + border-bottom: 1px solid black; + margin-bottom: 20px; +} + +footer .footer_wrap .footer_affiliate .mini_modal ul li{ + font-size: 15px; + padding-top: 10px; + +} + +footer .footer_wrap .footer_affiliate .mini_modal .modal_box a{ +color: #585858; +} + + + + + + + + + + diff --git a/history/history2.html b/history/history2.html new file mode 100644 index 00000000..ed8e4b33 --- /dev/null +++ b/history/history2.html @@ -0,0 +1,317 @@ + + + + + + + 기업상장 l 히스토리 l 풀무원 + + + + + + + + + + + + +
+
+ +
+
+
+ + home + +
+
+ +
+ +
+
+ top_menu_image +
+
+
+ +
+
+
+

히스토리

+
+
+
+

자연과 인간의 아름다운 조화를
+ 실현해 나가는 글로벌 로하스 대표 기업

+
+
+
+ 1981년 5월 12일 서울 강남의 압구정동에 작은 채소 가게가 문을 열었습니다. + 이름은 ‘풀무원농장 무공해 농산물 직판장’.
+ 원경선의 풀무원농장과 정농회 농부들이 기른 유기농산물을 팔았던 이 곳은 한국 최초의 유기농 가게였으며 기업 풀무원의 모태였습니다.
+ 이 땅에 유기농의 가치를 확산시키는 사업이 시작되었음을 알리는 깃발과도 같았던 작은 가게 풀무원.
+ 긴 세월이 흐른 지금 풀무원은 한국에서 가장 존경받는 기업, 글로벌 로하스 대표 기업이 되어 자연과 인간의 아름다운 조화를 실현해 나가고 있습니다.
+
+
+ + +
+ +
+

1980년대

+ 1981.05 + 풀무원농장 무공해 농산물 직판장 개설
+ 1982.10 + 풀무원효소식품 설립
+ 1984.05 + 풀무원효소식품, ‘풀무원식품㈜’로 상호 변경 및 법인 전환
+ 1985.04 + 풀무원식품(주)(구. 풀무원효소식품)과 풀무원유기식품 합병
+ 1986.11 + 풀무원샘물㈜ 설립
+
+
+

1990년대

+ + 풀무원식품, 미국 현지법인 ‘PULMUONE U.S.A.’ 설립 1991.01
+ 풀무원생활㈜ 설립 1996.02
+ 올가홀푸드 전신 내추럴하우스자연건강㈜ 설립 1997.08
+
+
+
+

2000년대

+ 2000.04 + ㈜푸드머스 설립, 식자재 구매 대행 사업 시작
+ 2000.07 + ㈜이씨엠디 설립, 식음료 서비스 사업 시작
+ 2009.10 + 연매출 1조원 달성
+
+
+

2010년대

+ + 중국 북경포미다녹색식품유한공사 설립2010.09
+ 풀무원다논㈜ 설립2012.08
+ 풀무원기분㈜ 설립2013.12
+ 일본 아사히식품공업㈜ 인수2014.06
+ 전문경영인체제 출범, 이효율 총괄CEO 취임2018.01
+ 풀무원푸드머스, 식자재 유통기업 최초 GAP센터 설립2018.01
+ 풀무원, New CI 및 로하스 7대 전략 선포2018.05
+ 풀무원식품㈜, '신선나또 공장' 준공(충북 괴산군)2018.07
+ 2018년 매출 2조 2,030억원 달성2018.12
+ 창사 35주년 (주)풀무원, 글로벌기준 지주회사 지배구조체제 확립2019.05
+ 풀무원식품㈜, 글로벌 김치공장 준공2019.05
+ 새첨단 R&D '풀무원기술원' 준공2019.12
+
+
+

2020년대

+ 2021.05 + 풀무원식품㈜ ‘최첨단 HMR 생면공장’ 준공 (충북 음성군)
+ 2021.08 + 통합 온라인 쇼핑몰 ‘#풀무원’ 오픈
+ 2022.03 + 15번째 ‘열린 주주총회’ 개최
+
+
+
+
+ + + + + +
+ + + + + + + + + + + + \ No newline at end of file diff --git a/history/history3.css b/history/history3.css new file mode 100644 index 00000000..06c31520 --- /dev/null +++ b/history/history3.css @@ -0,0 +1,856 @@ +*{ + scroll-behavior: smooth; + list-style: none; + color: inherit; +} + + +body{ + font-size: 16px; + color: #7d7d7d; + font-family: 'NSKR', '맑은 고딕'; + line-height: 1; +} + + +img{ + display: block; +} + +a { + text-decoration: none; +} + + +a:visited{ + color: inherit; +} + +.inner{ + width: 100%; + background-color: #fff; +} + + +/* HEADER */ +header{ + position: relative; + padding-top: 20px; + width: 100%; + background-color: #fff; +} + + +header .header_wrap{ + display: flex; + position: relative; + width: 1180px; + height: 117px; + margin: 0 auto; + +} + + +header .header_logo{ + position: absolute; + height: 53px; + top: 0; + bottom: 0; + left: 0; + margin: auto 0; +} + +header .header_wrap .sub_menu { + width: 100%; + height: 17px; +} + + +header .header_wrap .sub_menu .menu{ + display: flex; + justify-content: flex-end; + width: 100%; + height: 17px; + white-space: nowrap; + margin-top: 2px; +} + + + +header .header_wrap .sub_menu .menu img{ + display: inline; + margin-right: 3.4px; +} + + + +header .header_wrap .sub_menu .menu a{ + display: block; + color: #666; + font-size: 14.5px; + padding-left: 12px; + font-weight: 600; +} + + + +header .header_wrap .main_menu_wrap { + position: absolute; + bottom: 35%; + right: 26%; +} + + + +header .header_wrap .main_menu_wrap .main_menu{ + display: flex; +} + + +header .header_wrap .main_menu_wrap .main_menu li a{ + font-size: 22px; + color: #1e1e1e; + margin-left: 76px; + font-weight: 700; + font-family: 'Gowun Dodum', Arial, sans-serif; +} + + + +header .header_wrap .search_wrap { + position: absolute; + width: 10px; + bottom: 31%; + right: 18.8%; +} + + +header .header_wrap .search_wrap input{ + width: 150px; + height: 35px; + padding: 0px 5px; + border-radius: 5px; + border: none; + outline: none; +} + +header .header_wrap .search_wrap input:focus{ + border: .5px solid rgba(0, 0, 0, .2); + outline: initial; +} + +header .header_wrap .search_wrap img { + position: absolute; + top: 17%; + left: 120px; +} + + + +header .header_wrap .language_select_wrap{ + position: absolute; + bottom: 31.5%; + right: -0.5%; +} + +header .header_wrap .language_select_wrap select{ + height: 34px; + width: auto; + padding: 4px 10px; + padding-top: 1px; + padding-right: 12px; + border-radius: 20px; + font-family: '맑은고딕'; + color: #666; + background-color: #f4f4f4; + border: hidden; + outline: hidden; +} + +header .header_wrap .language_select_wrap select:focus{ + outline: 2px solid black; +} + + + + + +header .inner .main_menu_items_wrap { + display: none; + justify-content: center; + position: absolute; + width: 100%; + height: 487px; + background-color: #fff; + text-align: center; + border-top: 1px solid #d7d0d0; + border-bottom: 1px solid #d7d0d0; + z-index: 1; + font-family: '맑은고딕'; +} + +header .main_menu_items_wrap .main_menu_items{ + margin-top: 25px; +} + +header .main_menu_items_wrap .main_menu_items li{ + padding: 10px 33px; + +} + + + +header .main_menu_items_wrap .main_menu_items a{ + display: inline-block; + color: #666; + font-size: 16px; + font-weight: 700; +} + + +header .main_menu_items_wrap .main_menu_items a:hover{ + color: #8dc63f; + text-decoration: underline; + +} + + + + +header .inner .main_menu_items_wrap .main_menu_image_wrap{ + position: absolute; + display: flex; + width: 100%; + height: 135px; + bottom: 0; + border-bottom: 1px solid #d7d0d0; +} + +header .inner .main_menu_items_wrap .main_menu_image_left{ + width: 50%; + height: 135px; + left: 0; + bottom: 0; + background-color: #ecdea1; +} + +header .inner .main_menu_items_wrap .main_menu_image_left img{ + float: right; +} + + + +header .inner .main_menu_items_wrap .main_menu_image_right{ + + width: 50%; + height: 135px; + right: 0; + bottom: 0; + background-color: #625042; +} + + +header .inner .main_menu_items_wrap.active{ + display: flex; +} + +.home_wrap{ + background: #8dc63f; +} + + + + +.home_wrap img{ + width: 100%; +} + +.home_wrap .home_move{ + display: flex; + max-width: 1180px; + margin: 0 auto; + color: #fff; + border-right: 1px solid #b7d47f; +} + + + + +.home_wrap .home_move .home{ + display: inline-flex; + padding: 20px 22px; + border-left: 1px solid #b7d47f; + border-right: 1px solid #b7d47f; + border-bottom: 1px solid #b7d47f; +} + + +.home_wrap .home_main_menu{ + width: 200px; + padding: 20px 0; + border-right: 1px solid #b7d47f; + cursor: pointer; +} + +.home_wrap .home_main_menu ul{ + width: 190px; + position: absolute; + background: #8dc63f; + border-right: 1px solid #b7d47f; +} + +.home_wrap .home_main_menu ul:first-child{ + padding-left: 10px; +} + +.home_wrap .home_main_menu ul li{ + display: flex; + padding: 10px 0; +} + + +.home_wrap .home_sub_menu{ + display: none; + width: 100%; + margin-top: 20px; + border-top: 1px solid #b7d47f; + border-right: 1px solid #b7d47f; +} + + +.home_wrap .home_main_menu2{ + width: 200px; + padding: 20px 0; + border-right: 1px solid #b7d47f; + cursor: pointer; +} + +.home_wrap .home_main_menu2 ul{ + width: 190px; + position: absolute; + background: #8dc63f; +} + +.home_wrap .home_main_menu2 ul:first-child{ + padding-left: 10px; +} + +.home_wrap .home_main_menu2 ul li{ + display: flex; + padding: 10px 0; +} + + +.home_wrap .home_sub_menu2{ + display: none; + width: 100%; + margin-top: 20px; + border-top: 1px solid #b7d47f; + border-right: 1px solid #b7d47f; + +} + + + +.home_wrap .home_sub_menu.open{ + display: block; +} + + + + +.home_wrap .home_main_menu2 ul li{ + display: flex; + padding: 10px 0; + font-style: none; + +} + + +.home_wrap .home_sub_menu2.open{ + display: block; +} + + +.home_wrap .home_sub_menu2{ + display: none; + width: 100%; + margin-top: 20px; + border-top: 1px solid #b7d47f; + +} + + + + + + +/* MAIN */ +main{ + width: 100%; + position: relative; + max-width: 1180px; + margin: 0 auto; + padding-bottom: 100px; +} + + +main .main_wrap{ + margin-right: 10px; +} + + +main .main_wrap .main_title{ + display: flex; + padding: 50px 0 0; + margin: 0 0 110px; +} + + + +main .main_wrap .main_title h1{ + display: inline-block; + font-size: 30px; + font-weight: 700; + color: rgb(33, 33, 33); + margin-right: 30px; + +} + + +main .main_wrap .main_title div{ + width: 69%; + background: url(../images/sub_tit_line.gif) repeat-x left 18px; + z-index: -1; +} + +main .main_wrap .main_history{ + color: rgb(33, 33, 33); +} + + + + + +main .main_wrap .main_history { + width: 90%; + margin-top: 20px; + padding-left: 70px; + padding-bottom: 20px; + font-size: 40px; + font-weight: 700; + line-height: 74px; + text-align: center; +} + +main .main_wrap .main_history strong{ + color: #7eae4b; +} + + +main .main_wrap .main_history img{ + margin: 0 auto; + padding-top: 40px; +} + + + +main .main_wrap .main_history2 { + width: 85%; + margin-top: 70px; + padding-bottom: 70px; + padding-left: 80px; + font-size: 16px; + line-height: 30px; + color: #333; + text-align: center; + font-weight: 700; +} + + + +main .main_wrap .main_history2 h1{ + font-weight: 700; + font-size: 21px; + padding-bottom: 30px; +} + + + + +main .main_wrap .main_history3 { + display: flex; + width: 85%; + margin-top: 20px; + padding-bottom: 50px; + padding-left: 80px; + font-size: 17px; + line-height: 30px; + color: #333; +} + + + +main .main_wrap .main_history3 .history_box{ + width: 100%; + border: 1px solid rgba(0, 0, 0, .5); + border-bottom: 1px solid #7eae4b; + text-decoration: none; +} + +main .main_wrap .main_history3 .history_box a{ + display: block !important; + height: 50px; + padding-top: 15px; + text-align: center; +} + + + + +main .main_wrap .main_history3 .history_box:nth-child(3){ + background: #7dad47; + border: 1px solid #7dad47; + color: #fff; +} + +main .main_wrap .main_history3 .history_box:hover{ + color: #fff; + border: 1px solid #7dad47; + background: #7dad47; +} + + + + + +main .main_wrap .main_history3 h1{ + font-weight: 700; + font-size: 21px; + padding-bottom: 30px; +} + + + + +main .main_wrap .main_history4 { + position: relative; + margin-top: 20px; + padding-bottom: 50px; + padding-left: 80px; + font-size: 15px; + font-weight: 700; + line-height: 30px; + color: #333; + height: 2000px; +} + + + +main .main_wrap .main_history4 h1{ + font-weight: 700; + font-size: 30px; + padding-bottom: 30px; + color: #7eae4b; +} + +main .main_wrap .main_history4 img{ + padding-left: 2%; + padding-bottom: 2%; +} + +main .main_wrap .main_history4 .history_wrap{ + width: 500px; + border-right: 1px solid black; + padding-top: 50px; + +} + +main .main_wrap .main_history4 .history_wrap h1{ + padding-top: 50px; +} + + + +main .main_wrap .main_history4 .history_wrap:nth-child(6){ + position: absolute; + right: 5%; + bottom: 15%; + border: none; +} + +main .main_wrap .main_history4 .history_wrap:nth-child(3){ + margin-top: 200px; + padding-bottom: 100px; +} + + + +main .main_wrap .main_history4 .history_wrap:nth-child(4){ + top: 45%; +} + + +main .main_wrap .main_history4 .history_wrap:nth-child(2n){ + position: absolute; + right: 5%; + border: none; +} + + +main .main_wrap .main_history4 .history_wrap:nth-child(2n+1){ +text-align: right; +padding-right: 20px; +} + + + + + + + + + +@keyframes up_text { + from { + transform: translateY(500px); + } + to { + transform: translateY(0); + } +} + +.main_wrap { + animation: up_text 1s ease-out; +} + + +.main_history1 { + animation: up_text 2s ease-out; +} + +.main_history2 { + animation: up_text 3s ease-out; +} + +.main_history3 { + animation: up_text 4s ease-out; +} + +.main_history4 { + animation: up_text 4s ease-out; +} + + + + + + + + + + + +/* FOOTER */ + +footer { + width: 100%; + height: 355px; + border-top: 1px solid rgba(0, 0, 0, .5) +} + +footer .footer_wrap{ + position: relative; + width: 1180px; + padding: 45px 0 0 0; + margin: 0 auto; + text-decoration: none; + +} + + +footer .footer_wrap .footer_logo{ + display: flex; + align-items: center; + justify-content: center; + padding-bottom: 50px; +} + +footer .footer_wrap .footer_logo img{ + width: 107px; +} + +footer .footer_wrap .footer_information{ + display: flex; + padding-left: 21px; + padding-top: 1px; + justify-content: center; + +} + + +footer .footer_wrap .footer_information span{ + display: inline-block; + text-align: center; + font-size: 16px; + line-height: 16px; + margin-right: 13px; + padding-right: 17px; +} + +footer .footer_wrap .footer_information span a{ + color: #585858; + +} + +footer .footer_wrap .footer_information span:first-child a{ + color: #004f18; + font-weight: 700; + +} + +footer .footer_wrap .footer_information span:nth-child(-n+4){ + background: url(../images/ft_line.gif) no-repeat right 5px; +} + +footer .footer_wrap .footer_location{ + padding: 28px; + padding-bottom: 0; + text-align: center; +} + + +footer .footer_wrap .footer_location span{ + padding-right: 8px; +} + + +footer .footer_wrap .footer_location span:nth-child(-n+2){ + background: url(../images/ft_line.gif) no-repeat right; +} + + + +footer .footer_wrap .footer_location span{ + line-height: 14px; + font-size: 15px; + color: #585858; + display: inline-block; + text-align: center; + padding: 0 10px; +} + +footer .footer_wrap .footer_location span:nth-last-child(1){ + background: none; + font-size: 15px; +} + +footer .footer_wrap .footer_location .copyright{ + padding-top: 12px; + padding-bottom: 20px; + line-height: 15px; +} + + +footer .footer_wrap .footer_sns{ + display: flex; + justify-content: center; + align-items: center; + padding-right: 62px; + +} + + +footer .footer_wrap .footer_sns span{ + font-size: 14px; + padding-right: 15px; + margin-right: 15px; + background: url(../images/ft_arr02.gif) no-repeat right; +} + + +footer .footer_wrap .footer_sns li{ + padding-right: 15px; +} + + + +footer .footer_wrap .footer_affiliate{ + width: 230px; + height: 35px; + font-size: 14px; + color: #1e1e1e; + margin-left: 45px; + margin-right: 27px; + padding-left: 15px; + border: 3px solid rgba(58, 58, 58, .4); +} +footer .footer_wrap .footer_affiliate .modal:hover .mini_modal{ + display: flex; +} + +footer .footer_wrap .footer_affiliate .modal .mini_modal:hover{ + display: flex; +} + +footer .footer_wrap .footer_affiliate span{ + position: absolute; + background: url(../images/ft_arr01.gif)no-repeat right; + background-position-y: 15px; + padding-right: 90px; + padding-top: 11px; +} + + +footer .footer_wrap .footer_web{ + width: 100%; + display: flex; + justify-content: center; +} + + + +footer .footer_wrap .footer_affiliate .mini_modal{ + position: absolute; + display: none; + width: 650px; + font-family: '맑은 고딕'; + bottom: 26px; + right: -12px; + background-color: #fff; + border: 3px solid rgba(58, 58, 58, .4); +} + + + +footer .footer_wrap .footer_affiliate .mini_modal ul{ + + padding: 30px; + font-size: 20px; +} + +footer .footer_wrap .footer_affiliate .mini_modal div{ + padding-bottom: 20px; + border-bottom: 1px solid black; + margin-bottom: 20px; +} + +footer .footer_wrap .footer_affiliate .mini_modal ul li{ + font-size: 15px; + padding-top: 10px; + +} + +footer .footer_wrap .footer_affiliate .mini_modal .modal_box a{ +color: #585858; +} + + + + + + + + + + diff --git a/history/history3.html b/history/history3.html new file mode 100644 index 00000000..16cd3b18 --- /dev/null +++ b/history/history3.html @@ -0,0 +1,317 @@ + + + + + + + 기업상장 l 히스토리 l 풀무원 + + + + + + + + + + + + +
+
+ +
+
+
+ + home + +
+
+ +
+ +
+
+ top_menu_image +
+
+
+ + +
+
+
+

히스토리

+
+
+
+

자연과 인간의 아름다운 조화를
+ 실현해 나가는 글로벌 로하스 대표 기업

+
+
+
+ 1981년 5월 12일 서울 강남의 압구정동에 작은 채소 가게가 문을 열었습니다. + 이름은 ‘풀무원농장 무공해 농산물 직판장’.
+ 원경선의 풀무원농장과 정농회 농부들이 기른 유기농산물을 팔았던 이 곳은 한국 최초의 유기농 가게였으며 기업 풀무원의 모태였습니다.
+ 이 땅에 유기농의 가치를 확산시키는 사업이 시작되었음을 알리는 깃발과도 같았던 작은 가게 풀무원.
+ 긴 세월이 흐른 지금 풀무원은 한국에서 가장 존경받는 기업, 글로벌 로하스 대표 기업이 되어 자연과 인간의 아름다운 조화를 실현해 나가고 있습니다.
+
+
+ + +
+ +
+

1980년대

+ 1981.05 + 풀무원농장 무공해 농산물 직판장 개설
+ 1982.10 + 풀무원효소식품 설립
+ 1984.05 + 풀무원효소식품, ‘풀무원식품㈜’로 상호 변경 및 법인 전환
+ 1985.04 + 풀무원식품(주)(구. 풀무원효소식품)과 풀무원유기식품 합병
+ 1986.11 + 풀무원샘물㈜ 설립
+
+
+

1990년대

+ + 풀무원식품, 미국 현지법인 ‘PULMUONE U.S.A.’ 설립 1991.01
+ 풀무원생활㈜ 설립 1996.02
+ 올가홀푸드 전신 내추럴하우스자연건강㈜ 설립 1997.08
+
+
+
+

2000년대

+ 2000.04 + ㈜푸드머스 설립, 식자재 구매 대행 사업 시작
+ 2000.07 + ㈜이씨엠디 설립, 식음료 서비스 사업 시작
+ 2009.10 + 연매출 1조원 달성
+
+
+

2010년대

+ + 중국 북경포미다녹색식품유한공사 설립2010.09
+ 풀무원다논㈜ 설립2012.08
+ 풀무원기분㈜ 설립2013.12
+ 일본 아사히식품공업㈜ 인수2014.06
+ 전문경영인체제 출범, 이효율 총괄CEO 취임2018.01
+ 풀무원푸드머스, 식자재 유통기업 최초 GAP센터 설립2018.01
+ 풀무원, New CI 및 로하스 7대 전략 선포2018.05
+ 풀무원식품㈜, '신선나또 공장' 준공(충북 괴산군)2018.07
+ 2018년 매출 2조 2,030억원 달성2018.12
+ 창사 35주년 (주)풀무원, 글로벌기준 지주회사 지배구조체제 확립2019.05
+ 풀무원식품㈜, 글로벌 김치공장 준공2019.05
+ 새첨단 R&D '풀무원기술원' 준공2019.12
+
+
+

2020년대

+ 2021.05 + 풀무원식품㈜ ‘최첨단 HMR 생면공장’ 준공 (충북 음성군)
+ 2021.08 + 통합 온라인 쇼핑몰 ‘#풀무원’ 오픈
+ 2022.03 + 15번째 ‘열린 주주총회’ 개최
+
+
+
+
+ + + + +
+ + + + + + + + + + + + \ No newline at end of file diff --git a/history/history4.css b/history/history4.css new file mode 100644 index 00000000..5bce8bfd --- /dev/null +++ b/history/history4.css @@ -0,0 +1,856 @@ +*{ + scroll-behavior: smooth; + list-style: none; + color: inherit; +} + + +body{ + font-size: 16px; + color: #7d7d7d; + font-family: 'NSKR', '맑은 고딕'; + line-height: 1; +} + + +img{ + display: block; +} + +a { + text-decoration: none; +} + + +a:visited{ + color: inherit; +} + +.inner{ + width: 100%; + background-color: #fff; +} + + +/* HEADER */ +header{ + position: relative; + padding-top: 20px; + width: 100%; + background-color: #fff; +} + + +header .header_wrap{ + display: flex; + position: relative; + width: 1180px; + height: 117px; + margin: 0 auto; + +} + + +header .header_logo{ + position: absolute; + height: 53px; + top: 0; + bottom: 0; + left: 0; + margin: auto 0; +} + +header .header_wrap .sub_menu { + width: 100%; + height: 17px; +} + + +header .header_wrap .sub_menu .menu{ + display: flex; + justify-content: flex-end; + width: 100%; + height: 17px; + white-space: nowrap; + margin-top: 2px; +} + + + +header .header_wrap .sub_menu .menu img{ + display: inline; + margin-right: 3.4px; +} + + + +header .header_wrap .sub_menu .menu a{ + display: block; + color: #666; + font-size: 14.5px; + padding-left: 12px; + font-weight: 600; +} + + + +header .header_wrap .main_menu_wrap { + position: absolute; + bottom: 35%; + right: 26%; +} + + + +header .header_wrap .main_menu_wrap .main_menu{ + display: flex; +} + + +header .header_wrap .main_menu_wrap .main_menu li a{ + font-size: 22px; + color: #1e1e1e; + margin-left: 76px; + font-weight: 700; + font-family: 'Gowun Dodum', Arial, sans-serif; +} + + + +header .header_wrap .search_wrap { + position: absolute; + width: 10px; + bottom: 31%; + right: 18.8%; +} + + +header .header_wrap .search_wrap input{ + width: 150px; + height: 35px; + padding: 0px 5px; + border-radius: 5px; + border: none; + outline: none; +} + +header .header_wrap .search_wrap input:focus{ + border: .5px solid rgba(0, 0, 0, .2); + outline: initial; +} + +header .header_wrap .search_wrap img { + position: absolute; + top: 17%; + left: 120px; +} + + + +header .header_wrap .language_select_wrap{ + position: absolute; + bottom: 31.5%; + right: -0.5%; +} + +header .header_wrap .language_select_wrap select{ + height: 34px; + width: auto; + padding: 4px 10px; + padding-top: 1px; + padding-right: 12px; + border-radius: 20px; + font-family: '맑은고딕'; + color: #666; + background-color: #f4f4f4; + border: hidden; + outline: hidden; +} + +header .header_wrap .language_select_wrap select:focus{ + outline: 2px solid black; +} + + + + + +header .inner .main_menu_items_wrap { + display: none; + justify-content: center; + position: absolute; + width: 100%; + height: 487px; + background-color: #fff; + text-align: center; + border-top: 1px solid #d7d0d0; + border-bottom: 1px solid #d7d0d0; + z-index: 1; + font-family: '맑은고딕'; +} + +header .main_menu_items_wrap .main_menu_items{ + margin-top: 25px; +} + +header .main_menu_items_wrap .main_menu_items li{ + padding: 10px 33px; + +} + + + +header .main_menu_items_wrap .main_menu_items a{ + display: inline-block; + color: #666; + font-size: 16px; + font-weight: 700; +} + + +header .main_menu_items_wrap .main_menu_items a:hover{ + color: #8dc63f; + text-decoration: underline; + +} + + + + +header .inner .main_menu_items_wrap .main_menu_image_wrap{ + position: absolute; + display: flex; + width: 100%; + height: 135px; + bottom: 0; + border-bottom: 1px solid #d7d0d0; +} + +header .inner .main_menu_items_wrap .main_menu_image_left{ + width: 50%; + height: 135px; + left: 0; + bottom: 0; + background-color: #ecdea1; +} + +header .inner .main_menu_items_wrap .main_menu_image_left img{ + float: right; +} + + + +header .inner .main_menu_items_wrap .main_menu_image_right{ + + width: 50%; + height: 135px; + right: 0; + bottom: 0; + background-color: #625042; +} + + +header .inner .main_menu_items_wrap.active{ + display: flex; +} + +.home_wrap{ + background: #8dc63f; +} + + + + +.home_wrap img{ + width: 100%; +} + +.home_wrap .home_move{ + display: flex; + max-width: 1180px; + margin: 0 auto; + color: #fff; + border-right: 1px solid #b7d47f; +} + + + + +.home_wrap .home_move .home{ + display: inline-flex; + padding: 20px 22px; + border-left: 1px solid #b7d47f; + border-right: 1px solid #b7d47f; + border-bottom: 1px solid #b7d47f; +} + + +.home_wrap .home_main_menu{ + width: 200px; + padding: 20px 0; + border-right: 1px solid #b7d47f; + cursor: pointer; +} + +.home_wrap .home_main_menu ul{ + width: 190px; + position: absolute; + background: #8dc63f; + border-right: 1px solid #b7d47f; +} + +.home_wrap .home_main_menu ul:first-child{ + padding-left: 10px; +} + +.home_wrap .home_main_menu ul li{ + display: flex; + padding: 10px 0; +} + + +.home_wrap .home_sub_menu{ + display: none; + width: 100%; + margin-top: 20px; + border-top: 1px solid #b7d47f; + border-right: 1px solid #b7d47f; +} + + +.home_wrap .home_main_menu2{ + width: 200px; + padding: 20px 0; + border-right: 1px solid #b7d47f; + cursor: pointer; +} + +.home_wrap .home_main_menu2 ul{ + width: 190px; + position: absolute; + background: #8dc63f; +} + +.home_wrap .home_main_menu2 ul:first-child{ + padding-left: 10px; +} + +.home_wrap .home_main_menu2 ul li{ + display: flex; + padding: 10px 0; +} + + +.home_wrap .home_sub_menu2{ + display: none; + width: 100%; + margin-top: 20px; + border-top: 1px solid #b7d47f; + border-right: 1px solid #b7d47f; + +} + + + +.home_wrap .home_sub_menu.open{ + display: block; +} + + + + +.home_wrap .home_main_menu2 ul li{ + display: flex; + padding: 10px 0; + font-style: none; + +} + + +.home_wrap .home_sub_menu2.open{ + display: block; +} + + +.home_wrap .home_sub_menu2{ + display: none; + width: 100%; + margin-top: 20px; + border-top: 1px solid #b7d47f; + +} + + + + + + +/* MAIN */ +main{ + width: 100%; + position: relative; + max-width: 1180px; + margin: 0 auto; + padding-bottom: 100px; +} + + +main .main_wrap{ + margin-right: 10px; +} + + +main .main_wrap .main_title{ + display: flex; + padding: 50px 0 0; + margin: 0 0 110px; +} + + + +main .main_wrap .main_title h1{ + display: inline-block; + font-size: 30px; + font-weight: 700; + color: rgb(33, 33, 33); + margin-right: 30px; + +} + + +main .main_wrap .main_title div{ + width: 69%; + background: url(../images/sub_tit_line.gif) repeat-x left 18px; + z-index: -1; +} + +main .main_wrap .main_history{ + color: rgb(33, 33, 33); +} + + + + + +main .main_wrap .main_history { + width: 90%; + margin-top: 20px; + padding-left: 70px; + padding-bottom: 20px; + font-size: 40px; + font-weight: 700; + line-height: 74px; + text-align: center; +} + +main .main_wrap .main_history strong{ + color: #7eae4b; +} + + +main .main_wrap .main_history img{ + margin: 0 auto; + padding-top: 40px; +} + + + +main .main_wrap .main_history2 { + width: 85%; + margin-top: 70px; + padding-bottom: 70px; + padding-left: 80px; + font-size: 16px; + line-height: 30px; + color: #333; + text-align: center; + font-weight: 700; +} + + + +main .main_wrap .main_history2 h1{ + font-weight: 700; + font-size: 21px; + padding-bottom: 30px; +} + + + + +main .main_wrap .main_history3 { + display: flex; + width: 85%; + margin-top: 20px; + padding-bottom: 50px; + padding-left: 80px; + font-size: 17px; + line-height: 30px; + color: #333; +} + + + + +main .main_wrap .main_history3 .history_box{ + width: 100%; + border: 1px solid rgba(0, 0, 0, .5); + border-bottom: 1px solid #7eae4b; + text-decoration: none; +} + +main .main_wrap .main_history3 .history_box a{ + display: block !important; + height: 50px; + padding-top: 15px; + text-align: center; +} + + + + +main .main_wrap .main_history3 .history_box:nth-child(4){ + background: #7dad47; + border: 1px solid #7dad47; + color: #fff; +} + +main .main_wrap .main_history3 .history_box:hover{ + color: #fff; + border: 1px solid #7dad47; + background: #7dad47; +} + + + + + +main .main_wrap .main_history3 h1{ + font-weight: 700; + font-size: 21px; + padding-bottom: 30px; +} + + + + + +main .main_wrap .main_history4 { + position: relative; + margin-top: 20px; + padding-bottom: 50px; + padding-left: 80px; + font-size: 15px; + font-weight: 700; + line-height: 30px; + color: #333; + height: 2000px; +} + + + +main .main_wrap .main_history4 h1{ + font-weight: 700; + font-size: 30px; + padding-bottom: 30px; + color: #7eae4b; +} + +main .main_wrap .main_history4 img{ + padding-left: 2%; + padding-bottom: 2%; +} + +main .main_wrap .main_history4 .history_wrap{ + width: 500px; + border-right: 1px solid black; + padding-top: 50px; + +} + +main .main_wrap .main_history4 .history_wrap h1{ + padding-top: 50px; +} + + + +main .main_wrap .main_history4 .history_wrap:nth-child(6){ + position: absolute; + right: 5%; + bottom: 15%; + border: none; +} + +main .main_wrap .main_history4 .history_wrap:nth-child(3){ + margin-top: 200px; + padding-bottom: 100px; +} + + + +main .main_wrap .main_history4 .history_wrap:nth-child(4){ + top: 45%; +} + + +main .main_wrap .main_history4 .history_wrap:nth-child(2n){ + position: absolute; + right: 5%; + border: none; +} + + +main .main_wrap .main_history4 .history_wrap:nth-child(2n+1){ +text-align: right; +padding-right: 20px; +} + + + + + + + +@keyframes up_text { + from { + transform: translateY(500px); + } + to { + transform: translateY(0); + } +} + +.main_wrap { + animation: up_text 1s ease-out; +} + + +.main_history1 { + animation: up_text 2s ease-out; +} + +.main_history2 { + animation: up_text 3s ease-out; +} + +.main_history3 { + animation: up_text 4s ease-out; +} + +.main_history4 { + animation: up_text 4s ease-out; +} + + + + + + + + + + + +/* FOOTER */ + +footer { + width: 100%; + height: 355px; + border-top: 1px solid rgba(0, 0, 0, .5) +} + +footer .footer_wrap{ + position: relative; + width: 1180px; + padding: 45px 0 0 0; + margin: 0 auto; + text-decoration: none; + +} + + +footer .footer_wrap .footer_logo{ + display: flex; + align-items: center; + justify-content: center; + padding-bottom: 50px; +} + +footer .footer_wrap .footer_logo img{ + width: 107px; +} + +footer .footer_wrap .footer_information{ + display: flex; + padding-left: 21px; + padding-top: 1px; + justify-content: center; + +} + + +footer .footer_wrap .footer_information span{ + display: inline-block; + text-align: center; + font-size: 16px; + line-height: 16px; + margin-right: 13px; + padding-right: 17px; +} + +footer .footer_wrap .footer_information span a{ + color: #585858; + +} + +footer .footer_wrap .footer_information span:first-child a{ + color: #004f18; + font-weight: 700; + +} + +footer .footer_wrap .footer_information span:nth-child(-n+4){ + background: url(../images/ft_line.gif) no-repeat right 5px; +} + +footer .footer_wrap .footer_location{ + padding: 28px; + padding-bottom: 0; + text-align: center; +} + + +footer .footer_wrap .footer_location span{ + padding-right: 8px; +} + + +footer .footer_wrap .footer_location span:nth-child(-n+2){ + background: url(../images/ft_line.gif) no-repeat right; +} + + + +footer .footer_wrap .footer_location span{ + line-height: 14px; + font-size: 15px; + color: #585858; + display: inline-block; + text-align: center; + padding: 0 10px; +} + +footer .footer_wrap .footer_location span:nth-last-child(1){ + background: none; + font-size: 15px; +} + +footer .footer_wrap .footer_location .copyright{ + padding-top: 12px; + padding-bottom: 20px; + line-height: 15px; +} + + +footer .footer_wrap .footer_sns{ + display: flex; + justify-content: center; + align-items: center; + padding-right: 62px; + +} + + +footer .footer_wrap .footer_sns span{ + font-size: 14px; + padding-right: 15px; + margin-right: 15px; + background: url(../images/ft_arr02.gif) no-repeat right; +} + + +footer .footer_wrap .footer_sns li{ + padding-right: 15px; +} + + + +footer .footer_wrap .footer_affiliate{ + width: 230px; + height: 35px; + font-size: 14px; + color: #1e1e1e; + margin-left: 45px; + margin-right: 27px; + padding-left: 15px; + border: 3px solid rgba(58, 58, 58, .4); +} +footer .footer_wrap .footer_affiliate .modal:hover .mini_modal{ + display: flex; +} + +footer .footer_wrap .footer_affiliate .modal .mini_modal:hover{ + display: flex; +} + +footer .footer_wrap .footer_affiliate span{ + position: absolute; + background: url(../images/ft_arr01.gif)no-repeat right; + background-position-y: 15px; + padding-right: 90px; + padding-top: 11px; +} + + +footer .footer_wrap .footer_web{ + width: 100%; + display: flex; + justify-content: center; +} + + + +footer .footer_wrap .footer_affiliate .mini_modal{ + position: absolute; + display: none; + width: 650px; + font-family: '맑은 고딕'; + bottom: 26px; + right: -12px; + background-color: #fff; + border: 3px solid rgba(58, 58, 58, .4); +} + + + +footer .footer_wrap .footer_affiliate .mini_modal ul{ + + padding: 30px; + font-size: 20px; +} + +footer .footer_wrap .footer_affiliate .mini_modal div{ + padding-bottom: 20px; + border-bottom: 1px solid black; + margin-bottom: 20px; +} + +footer .footer_wrap .footer_affiliate .mini_modal ul li{ + font-size: 15px; + padding-top: 10px; + +} + +footer .footer_wrap .footer_affiliate .mini_modal .modal_box a{ +color: #585858; +} + + + + + + + + + + diff --git a/history/history4.html b/history/history4.html new file mode 100644 index 00000000..27ff8235 --- /dev/null +++ b/history/history4.html @@ -0,0 +1,317 @@ + + + + + + + 기업상장 l 히스토리 l 풀무원 + + + + + + + + + + + + +
+
+ +
+
+
+ + home + +
+
+ +
+ +
+
+ top_menu_image +
+
+
+ +
+
+
+

히스토리

+
+
+
+

자연과 인간의 아름다운 조화를
+ 실현해 나가는 글로벌 로하스 대표 기업

+
+
+
+ 1981년 5월 12일 서울 강남의 압구정동에 작은 채소 가게가 문을 열었습니다. + 이름은 ‘풀무원농장 무공해 농산물 직판장’.
+ 원경선의 풀무원농장과 정농회 농부들이 기른 유기농산물을 팔았던 이 곳은 한국 최초의 유기농 가게였으며 기업 풀무원의 모태였습니다.
+ 이 땅에 유기농의 가치를 확산시키는 사업이 시작되었음을 알리는 깃발과도 같았던 작은 가게 풀무원.
+ 긴 세월이 흐른 지금 풀무원은 한국에서 가장 존경받는 기업, 글로벌 로하스 대표 기업이 되어 자연과 인간의 아름다운 조화를 실현해 나가고 있습니다.
+
+
+ + +
+ +
+

1980년대

+ 1981.05 + 풀무원농장 무공해 농산물 직판장 개설
+ 1982.10 + 풀무원효소식품 설립
+ 1984.05 + 풀무원효소식품, ‘풀무원식품㈜’로 상호 변경 및 법인 전환
+ 1985.04 + 풀무원식품(주)(구. 풀무원효소식품)과 풀무원유기식품 합병
+ 1986.11 + 풀무원샘물㈜ 설립
+
+
+

1990년대

+ + 풀무원식품, 미국 현지법인 ‘PULMUONE U.S.A.’ 설립 1991.01
+ 풀무원생활㈜ 설립 1996.02
+ 올가홀푸드 전신 내추럴하우스자연건강㈜ 설립 1997.08
+
+
+
+

2000년대

+ 2000.04 + ㈜푸드머스 설립, 식자재 구매 대행 사업 시작
+ 2000.07 + ㈜이씨엠디 설립, 식음료 서비스 사업 시작
+ 2009.10 + 연매출 1조원 달성
+
+
+

2010년대

+ + 중국 북경포미다녹색식품유한공사 설립2010.09
+ 풀무원다논㈜ 설립2012.08
+ 풀무원기분㈜ 설립2013.12
+ 일본 아사히식품공업㈜ 인수2014.06
+ 전문경영인체제 출범, 이효율 총괄CEO 취임2018.01
+ 풀무원푸드머스, 식자재 유통기업 최초 GAP센터 설립2018.01
+ 풀무원, New CI 및 로하스 7대 전략 선포2018.05
+ 풀무원식품㈜, '신선나또 공장' 준공(충북 괴산군)2018.07
+ 2018년 매출 2조 2,030억원 달성2018.12
+ 창사 35주년 (주)풀무원, 글로벌기준 지주회사 지배구조체제 확립2019.05
+ 풀무원식품㈜, 글로벌 김치공장 준공2019.05
+ 새첨단 R&D '풀무원기술원' 준공2019.12
+
+
+

2020년대

+ 2021.05 + 풀무원식품㈜ ‘최첨단 HMR 생면공장’ 준공 (충북 음성군)
+ 2021.08 + 통합 온라인 쇼핑몰 ‘#풀무원’ 오픈
+ 2022.03 + 15번째 ‘열린 주주총회’ 개최
+
+
+
+
+ + + + + +
+ + + + + + + + + + + + \ No newline at end of file diff --git a/history/history5.css b/history/history5.css new file mode 100644 index 00000000..e59bce61 --- /dev/null +++ b/history/history5.css @@ -0,0 +1,858 @@ +*{ + scroll-behavior: smooth; + list-style: none; + color: inherit; +} + + + +body{ + font-size: 16px; + color: #7d7d7d; + font-family: 'NSKR', '맑은 고딕'; + line-height: 1; +} + + +img{ + display: block; +} + +a { + text-decoration: none; +} + + +a:visited{ + color: inherit; +} + +.inner{ + width: 100%; + background-color: #fff; +} + + +/* HEADER */ +header{ + position: relative; + padding-top: 20px; + width: 100%; + background-color: #fff; +} + + +header .header_wrap{ + display: flex; + position: relative; + width: 1180px; + height: 117px; + margin: 0 auto; + +} + + +header .header_logo{ + position: absolute; + height: 53px; + top: 0; + bottom: 0; + left: 0; + margin: auto 0; +} + +header .header_wrap .sub_menu { + width: 100%; + height: 17px; +} + + +header .header_wrap .sub_menu .menu{ + display: flex; + justify-content: flex-end; + width: 100%; + height: 17px; + white-space: nowrap; + margin-top: 2px; +} + + + +header .header_wrap .sub_menu .menu img{ + display: inline; + margin-right: 3.4px; +} + + + +header .header_wrap .sub_menu .menu a{ + display: block; + color: #666; + font-size: 14.5px; + padding-left: 12px; + font-weight: 600; +} + + + +header .header_wrap .main_menu_wrap { + position: absolute; + bottom: 35%; + right: 26%; +} + + + +header .header_wrap .main_menu_wrap .main_menu{ + display: flex; +} + + +header .header_wrap .main_menu_wrap .main_menu li a{ + font-size: 22px; + color: #1e1e1e; + margin-left: 76px; + font-weight: 700; + font-family: 'Gowun Dodum', Arial, sans-serif; +} + + + +header .header_wrap .search_wrap { + position: absolute; + width: 10px; + bottom: 31%; + right: 18.8%; +} + + +header .header_wrap .search_wrap input{ + width: 150px; + height: 35px; + padding: 0px 5px; + border-radius: 5px; + border: none; + outline: none; +} + +header .header_wrap .search_wrap input:focus{ + border: .5px solid rgba(0, 0, 0, .2); + outline: initial; +} + +header .header_wrap .search_wrap img { + position: absolute; + top: 17%; + left: 120px; +} + + + +header .header_wrap .language_select_wrap{ + position: absolute; + bottom: 31.5%; + right: -0.5%; +} + +header .header_wrap .language_select_wrap select{ + height: 34px; + width: auto; + padding: 4px 10px; + padding-top: 1px; + padding-right: 12px; + border-radius: 20px; + font-family: '맑은고딕'; + color: #666; + background-color: #f4f4f4; + border: hidden; + outline: hidden; +} + +header .header_wrap .language_select_wrap select:focus{ + outline: 2px solid black; +} + + + + + +header .inner .main_menu_items_wrap { + display: none; + justify-content: center; + position: absolute; + width: 100%; + height: 487px; + background-color: #fff; + text-align: center; + border-top: 1px solid #d7d0d0; + border-bottom: 1px solid #d7d0d0; + z-index: 1; + font-family: '맑은고딕'; +} + +header .main_menu_items_wrap .main_menu_items{ + margin-top: 25px; +} + +header .main_menu_items_wrap .main_menu_items li{ + padding: 10px 33px; + +} + + + +header .main_menu_items_wrap .main_menu_items a{ + display: inline-block; + color: #666; + font-size: 16px; + font-weight: 700; +} + + +header .main_menu_items_wrap .main_menu_items a:hover{ + color: #8dc63f; + text-decoration: underline; + +} + + + + +header .inner .main_menu_items_wrap .main_menu_image_wrap{ + position: absolute; + display: flex; + width: 100%; + height: 135px; + bottom: 0; + border-bottom: 1px solid #d7d0d0; +} + +header .inner .main_menu_items_wrap .main_menu_image_left{ + width: 50%; + height: 135px; + left: 0; + bottom: 0; + background-color: #ecdea1; +} + +header .inner .main_menu_items_wrap .main_menu_image_left img{ + float: right; +} + + + +header .inner .main_menu_items_wrap .main_menu_image_right{ + + width: 50%; + height: 135px; + right: 0; + bottom: 0; + background-color: #625042; +} + + +header .inner .main_menu_items_wrap.active{ + display: flex; +} + +.home_wrap{ + background: #8dc63f; +} + + + + +.home_wrap img{ + width: 100%; +} + +.home_wrap .home_move{ + display: flex; + max-width: 1180px; + margin: 0 auto; + color: #fff; + border-right: 1px solid #b7d47f; +} + + + + +.home_wrap .home_move .home{ + display: inline-flex; + padding: 20px 22px; + border-left: 1px solid #b7d47f; + border-right: 1px solid #b7d47f; + border-bottom: 1px solid #b7d47f; +} + + +.home_wrap .home_main_menu{ + width: 200px; + padding: 20px 0; + border-right: 1px solid #b7d47f; + cursor: pointer; +} + +.home_wrap .home_main_menu ul{ + width: 190px; + position: absolute; + background: #8dc63f; + border-right: 1px solid #b7d47f; +} + +.home_wrap .home_main_menu ul:first-child{ + padding-left: 10px; +} + +.home_wrap .home_main_menu ul li{ + display: flex; + padding: 10px 0; +} + + +.home_wrap .home_sub_menu{ + display: none; + width: 100%; + margin-top: 20px; + border-top: 1px solid #b7d47f; + border-right: 1px solid #b7d47f; +} + + +.home_wrap .home_main_menu2{ + width: 200px; + padding: 20px 0; + border-right: 1px solid #b7d47f; + cursor: pointer; +} + +.home_wrap .home_main_menu2 ul{ + width: 190px; + position: absolute; + background: #8dc63f; +} + +.home_wrap .home_main_menu2 ul:first-child{ + padding-left: 10px; +} + +.home_wrap .home_main_menu2 ul li{ + display: flex; + padding: 10px 0; +} + + +.home_wrap .home_sub_menu2{ + display: none; + width: 100%; + margin-top: 20px; + border-top: 1px solid #b7d47f; + border-right: 1px solid #b7d47f; + +} + + + +.home_wrap .home_sub_menu.open{ + display: block; +} + + + + +.home_wrap .home_main_menu2 ul li{ + display: flex; + padding: 10px 0; + font-style: none; + +} + + +.home_wrap .home_sub_menu2.open{ + display: block; +} + + +.home_wrap .home_sub_menu2{ + display: none; + width: 100%; + margin-top: 20px; + border-top: 1px solid #b7d47f; + +} + + + + + + +/* MAIN */ +main{ + width: 100%; + position: relative; + max-width: 1180px; + margin: 0 auto; + padding-bottom: 100px; +} + + +main .main_wrap{ + margin-right: 10px; +} + + +main .main_wrap .main_title{ + display: flex; + padding: 50px 0 0; + margin: 0 0 110px; +} + + + +main .main_wrap .main_title h1{ + display: inline-block; + font-size: 30px; + font-weight: 700; + color: rgb(33, 33, 33); + margin-right: 30px; + +} + + +main .main_wrap .main_title div{ + width: 69%; + background: url(../images/sub_tit_line.gif) repeat-x left 18px; + z-index: -1; +} + +main .main_wrap .main_history{ + color: rgb(33, 33, 33); +} + + + + + +main .main_wrap .main_history { + width: 90%; + margin-top: 20px; + padding-left: 70px; + padding-bottom: 20px; + font-size: 40px; + font-weight: 700; + line-height: 74px; + text-align: center; +} + +main .main_wrap .main_history strong{ + color: #7eae4b; +} + + +main .main_wrap .main_history img{ + margin: 0 auto; + padding-top: 40px; +} + + + +main .main_wrap .main_history2 { + width: 85%; + margin-top: 70px; + padding-bottom: 70px; + padding-left: 80px; + font-size: 16px; + line-height: 30px; + color: #333; + text-align: center; + font-weight: 700; +} + + + +main .main_wrap .main_history2 h1{ + font-weight: 700; + font-size: 21px; + padding-bottom: 30px; +} + + + + +main .main_wrap .main_history3 { + display: flex; + width: 85%; + margin-top: 20px; + padding-bottom: 50px; + padding-left: 80px; + font-size: 17px; + line-height: 30px; + color: #333; +} + + + + +main .main_wrap .main_history3 .history_box{ + width: 100%; + border: 1px solid rgba(0, 0, 0, .5); + border-bottom: 1px solid #7eae4b; + text-decoration: none; +} + +main .main_wrap .main_history3 .history_box a{ + display: block !important; + height: 50px; + padding-top: 15px; + text-align: center; +} + + + + +main .main_wrap .main_history3 .history_box:nth-child(5){ + background: #7dad47; + border: 1px solid #7dad47; + color: #fff; +} + +main .main_wrap .main_history3 .history_box:hover{ + color: #fff; + border: 1px solid #7dad47; + background: #7dad47; +} + + + + + +main .main_wrap .main_history3 h1{ + font-weight: 700; + font-size: 21px; + padding-bottom: 30px; +} + + + + +main .main_wrap .main_history4 { + position: relative; + margin-top: 20px; + padding-bottom: 50px; + padding-left: 80px; + font-size: 15px; + font-weight: 700; + line-height: 30px; + color: #333; + height: 2000px; +} + + + +main .main_wrap .main_history4 h1{ + font-weight: 700; + font-size: 30px; + padding-bottom: 30px; + color: #7eae4b; +} + +main .main_wrap .main_history4 img{ + padding-left: 2%; + padding-bottom: 2%; +} + +main .main_wrap .main_history4 .history_wrap{ + width: 500px; + border-right: 1px solid black; + padding-top: 50px; + +} + +main .main_wrap .main_history4 .history_wrap h1{ + padding-top: 50px; +} + + + +main .main_wrap .main_history4 .history_wrap:nth-child(6){ + position: absolute; + right: 5%; + bottom: 15%; + border: none; +} + +main .main_wrap .main_history4 .history_wrap:nth-child(3){ + margin-top: 200px; + padding-bottom: 100px; +} + + + +main .main_wrap .main_history4 .history_wrap:nth-child(4){ + top: 45%; +} + + +main .main_wrap .main_history4 .history_wrap:nth-child(2n){ + position: absolute; + right: 5%; + border: none; +} + + +main .main_wrap .main_history4 .history_wrap:nth-child(2n+1){ +text-align: right; +padding-right: 20px; +} + + + + + + + + + +@keyframes up_text { + from { + transform: translateY(500px); + } + to { + transform: translateY(0); + } +} + +.main_wrap { + animation: up_text 1s ease-out; +} + + +.main_history1 { + animation: up_text 2s ease-out; +} + +.main_history2 { + animation: up_text 3s ease-out; +} + +.main_history3 { + animation: up_text 4s ease-out; +} + +.main_history4 { + animation: up_text 4s ease-out; +} + + + + + + + + + + + +/* FOOTER */ + +footer { + width: 100%; + height: 355px; + border-top: 1px solid rgba(0, 0, 0, .5) +} + +footer .footer_wrap{ + position: relative; + width: 1180px; + padding: 45px 0 0 0; + margin: 0 auto; + text-decoration: none; + +} + + +footer .footer_wrap .footer_logo{ + display: flex; + align-items: center; + justify-content: center; + padding-bottom: 50px; +} + +footer .footer_wrap .footer_logo img{ + width: 107px; +} + +footer .footer_wrap .footer_information{ + display: flex; + padding-left: 21px; + padding-top: 1px; + justify-content: center; + +} + + +footer .footer_wrap .footer_information span{ + display: inline-block; + text-align: center; + font-size: 16px; + line-height: 16px; + margin-right: 13px; + padding-right: 17px; +} + +footer .footer_wrap .footer_information span a{ + color: #585858; + +} + +footer .footer_wrap .footer_information span:first-child a{ + color: #004f18; + font-weight: 700; + +} + +footer .footer_wrap .footer_information span:nth-child(-n+4){ + background: url(../images/ft_line.gif) no-repeat right 5px; +} + +footer .footer_wrap .footer_location{ + padding: 28px; + padding-bottom: 0; + text-align: center; +} + + +footer .footer_wrap .footer_location span{ + padding-right: 8px; +} + + +footer .footer_wrap .footer_location span:nth-child(-n+2){ + background: url(../images/ft_line.gif) no-repeat right; +} + + + +footer .footer_wrap .footer_location span{ + line-height: 14px; + font-size: 15px; + color: #585858; + display: inline-block; + text-align: center; + padding: 0 10px; +} + +footer .footer_wrap .footer_location span:nth-last-child(1){ + background: none; + font-size: 15px; +} + +footer .footer_wrap .footer_location .copyright{ + padding-top: 12px; + padding-bottom: 20px; + line-height: 15px; +} + + +footer .footer_wrap .footer_sns{ + display: flex; + justify-content: center; + align-items: center; + padding-right: 62px; + +} + + +footer .footer_wrap .footer_sns span{ + font-size: 14px; + padding-right: 15px; + margin-right: 15px; + background: url(../images/ft_arr02.gif) no-repeat right; +} + + +footer .footer_wrap .footer_sns li{ + padding-right: 15px; +} + + + +footer .footer_wrap .footer_affiliate{ + width: 230px; + height: 35px; + font-size: 14px; + color: #1e1e1e; + margin-left: 45px; + margin-right: 27px; + padding-left: 15px; + border: 3px solid rgba(58, 58, 58, .4); +} +footer .footer_wrap .footer_affiliate .modal:hover .mini_modal{ + display: flex; +} + +footer .footer_wrap .footer_affiliate .modal .mini_modal:hover{ + display: flex; +} + +footer .footer_wrap .footer_affiliate span{ + position: absolute; + background: url(../images/ft_arr01.gif)no-repeat right; + background-position-y: 15px; + padding-right: 90px; + padding-top: 11px; +} + + +footer .footer_wrap .footer_web{ + width: 100%; + display: flex; + justify-content: center; +} + + + +footer .footer_wrap .footer_affiliate .mini_modal{ + position: absolute; + display: none; + width: 650px; + font-family: '맑은 고딕'; + bottom: 26px; + right: -12px; + background-color: #fff; + border: 3px solid rgba(58, 58, 58, .4); +} + + + +footer .footer_wrap .footer_affiliate .mini_modal ul{ + + padding: 30px; + font-size: 20px; +} + +footer .footer_wrap .footer_affiliate .mini_modal div{ + padding-bottom: 20px; + border-bottom: 1px solid black; + margin-bottom: 20px; +} + +footer .footer_wrap .footer_affiliate .mini_modal ul li{ + font-size: 15px; + padding-top: 10px; + +} + +footer .footer_wrap .footer_affiliate .mini_modal .modal_box a{ +color: #585858; +} + + + + + + + + + + diff --git a/history/history5.html b/history/history5.html new file mode 100644 index 00000000..c81ded8f --- /dev/null +++ b/history/history5.html @@ -0,0 +1,318 @@ + + + + + + + 기업상장 l 히스토리 l 풀무원 + + + + + + + + + + + + +
+
+ +
+
+
+ + home + +
+
+ +
+ +
+
+ top_menu_image +
+
+
+ + +
+
+
+

히스토리

+
+
+
+

자연과 인간의 아름다운 조화를
+ 실현해 나가는 글로벌 로하스 대표 기업

+
+
+
+ 1981년 5월 12일 서울 강남의 압구정동에 작은 채소 가게가 문을 열었습니다. + 이름은 ‘풀무원농장 무공해 농산물 직판장’.
+ 원경선의 풀무원농장과 정농회 농부들이 기른 유기농산물을 팔았던 이 곳은 한국 최초의 유기농 가게였으며 기업 풀무원의 모태였습니다.
+ 이 땅에 유기농의 가치를 확산시키는 사업이 시작되었음을 알리는 깃발과도 같았던 작은 가게 풀무원.
+ 긴 세월이 흐른 지금 풀무원은 한국에서 가장 존경받는 기업, 글로벌 로하스 대표 기업이 되어 자연과 인간의 아름다운 조화를 실현해 나가고 있습니다.
+
+
+ + +
+ +
+

1980년대

+ 1981.05 + 풀무원농장 무공해 농산물 직판장 개설
+ 1982.10 + 풀무원효소식품 설립
+ 1984.05 + 풀무원효소식품, ‘풀무원식품㈜’로 상호 변경 및 법인 전환
+ 1985.04 + 풀무원식품(주)(구. 풀무원효소식품)과 풀무원유기식품 합병
+ 1986.11 + 풀무원샘물㈜ 설립
+
+
+

1990년대

+ + 풀무원식품, 미국 현지법인 ‘PULMUONE U.S.A.’ 설립 1991.01
+ 풀무원생활㈜ 설립 1996.02
+ 올가홀푸드 전신 내추럴하우스자연건강㈜ 설립 1997.08
+
+
+
+

2000년대

+ 2000.04 + ㈜푸드머스 설립, 식자재 구매 대행 사업 시작
+ 2000.07 + ㈜이씨엠디 설립, 식음료 서비스 사업 시작
+ 2009.10 + 연매출 1조원 달성
+
+
+

2010년대

+ + 중국 북경포미다녹색식품유한공사 설립2010.09
+ 풀무원다논㈜ 설립2012.08
+ 풀무원기분㈜ 설립2013.12
+ 일본 아사히식품공업㈜ 인수2014.06
+ 전문경영인체제 출범, 이효율 총괄CEO 취임2018.01
+ 풀무원푸드머스, 식자재 유통기업 최초 GAP센터 설립2018.01
+ 풀무원, New CI 및 로하스 7대 전략 선포2018.05
+ 풀무원식품㈜, '신선나또 공장' 준공(충북 괴산군)2018.07
+ 2018년 매출 2조 2,030억원 달성2018.12
+ 창사 35주년 (주)풀무원, 글로벌기준 지주회사 지배구조체제 확립2019.05
+ 풀무원식품㈜, 글로벌 김치공장 준공2019.05
+ 새첨단 R&D '풀무원기술원' 준공2019.12
+
+
+

2020년대

+ 2021.05 + 풀무원식품㈜ ‘최첨단 HMR 생면공장’ 준공 (충북 음성군)
+ 2021.08 + 통합 온라인 쇼핑몰 ‘#풀무원’ 오픈
+ 2022.03 + 15번째 ‘열린 주주총회’ 개최
+
+
+
+
+ + + + + +
+ + + + + + + + + + + + \ No newline at end of file diff --git a/images/00_02.jpg b/images/00_02.jpg new file mode 100644 index 00000000..577d020f Binary files /dev/null and b/images/00_02.jpg differ diff --git a/images/1 (1).jpg b/images/1 (1).jpg new file mode 100644 index 00000000..4ee2f06b Binary files /dev/null and b/images/1 (1).jpg differ diff --git a/images/1 (2).jpg b/images/1 (2).jpg new file mode 100644 index 00000000..74f85618 Binary files /dev/null and b/images/1 (2).jpg differ diff --git a/images/1 (3).jpg b/images/1 (3).jpg new file mode 100644 index 00000000..1d355243 Binary files /dev/null and b/images/1 (3).jpg differ diff --git a/images/1.jpg b/images/1.jpg new file mode 100644 index 00000000..ed8a49e4 Binary files /dev/null and b/images/1.jpg differ diff --git a/images/2.jpg b/images/2.jpg new file mode 100644 index 00000000..b7a1040e Binary files /dev/null and b/images/2.jpg differ diff --git "a/images/20170224161048_\353\256\244\354\247\200\354\227\204\352\271\200\354\271\230\352\260\2042.jpg" "b/images/20170224161048_\353\256\244\354\247\200\354\227\204\352\271\200\354\271\230\352\260\2042.jpg" new file mode 100644 index 00000000..83ddf8d9 Binary files /dev/null and "b/images/20170224161048_\353\256\244\354\247\200\354\227\204\352\271\200\354\271\230\352\260\2042.jpg" differ diff --git "a/images/20181015093133_\354\230\254\352\260\200.jpg" "b/images/20181015093133_\354\230\254\352\260\200.jpg" new file mode 100644 index 00000000..34313c2d Binary files /dev/null and "b/images/20181015093133_\354\230\254\352\260\200.jpg" differ diff --git a/images/20221223_viewvalue_pahe_icon01.png b/images/20221223_viewvalue_pahe_icon01.png new file mode 100644 index 00000000..0515ea66 Binary files /dev/null and b/images/20221223_viewvalue_pahe_icon01.png differ diff --git a/images/20221223_viewvalue_pahe_icon02.png b/images/20221223_viewvalue_pahe_icon02.png new file mode 100644 index 00000000..1d252847 Binary files /dev/null and b/images/20221223_viewvalue_pahe_icon02.png differ diff --git a/images/20221223_viewvalue_pahe_icon03.png b/images/20221223_viewvalue_pahe_icon03.png new file mode 100644 index 00000000..dd16c765 Binary files /dev/null and b/images/20221223_viewvalue_pahe_icon03.png differ diff --git a/images/20221223_viewvalue_pahe_icon04.png b/images/20221223_viewvalue_pahe_icon04.png new file mode 100644 index 00000000..1bbce9cd Binary files /dev/null and b/images/20221223_viewvalue_pahe_icon04.png differ diff --git a/images/20230104_viewvalue_cutimg01.jpg b/images/20230104_viewvalue_cutimg01.jpg new file mode 100644 index 00000000..d751de13 Binary files /dev/null and b/images/20230104_viewvalue_cutimg01.jpg differ diff --git a/images/20230104_viewvalue_cutimg02.jpg b/images/20230104_viewvalue_cutimg02.jpg new file mode 100644 index 00000000..3eb962de Binary files /dev/null and b/images/20230104_viewvalue_cutimg02.jpg differ diff --git a/images/20230104_viewvalue_cutimg03.jpg b/images/20230104_viewvalue_cutimg03.jpg new file mode 100644 index 00000000..76c4bd4e Binary files /dev/null and b/images/20230104_viewvalue_cutimg03.jpg differ diff --git a/images/20230104_viewvalue_cutimg04.jpg b/images/20230104_viewvalue_cutimg04.jpg new file mode 100644 index 00000000..baf0e017 Binary files /dev/null and b/images/20230104_viewvalue_cutimg04.jpg differ diff --git "a/images/20230119094338_[\354\202\254\354\247\2041]_thumb230119.jpg" "b/images/20230119094338_[\354\202\254\354\247\2041]_thumb230119.jpg" new file mode 100644 index 00000000..cadea377 Binary files /dev/null and "b/images/20230119094338_[\354\202\254\354\247\2041]_thumb230119.jpg" differ diff --git a/images/20230131105936_thumb_230131.jpg b/images/20230131105936_thumb_230131.jpg new file mode 100644 index 00000000..a24a6a1c Binary files /dev/null and b/images/20230131105936_thumb_230131.jpg differ diff --git a/images/20230202075613_230202_thumb.jpg b/images/20230202075613_230202_thumb.jpg new file mode 100644 index 00000000..0664f4c3 Binary files /dev/null and b/images/20230202075613_230202_thumb.jpg differ diff --git a/images/20230209101847_thumb_230209.jpg b/images/20230209101847_thumb_230209.jpg new file mode 100644 index 00000000..334f9d1f Binary files /dev/null and b/images/20230209101847_thumb_230209.jpg differ diff --git "a/images/20230220155735_[\354\202\254\354\247\204] 230220_thumb.jpg" "b/images/20230220155735_[\354\202\254\354\247\204] 230220_thumb.jpg" new file mode 100644 index 00000000..e9671076 Binary files /dev/null and "b/images/20230220155735_[\354\202\254\354\247\204] 230220_thumb.jpg" differ diff --git a/images/20230228100253_thumb_230228.jpg b/images/20230228100253_thumb_230228.jpg new file mode 100644 index 00000000..fd01a440 Binary files /dev/null and b/images/20230228100253_thumb_230228.jpg differ diff --git a/images/3.jpg b/images/3.jpg new file mode 100644 index 00000000..1ba42566 Binary files /dev/null and b/images/3.jpg differ diff --git a/images/4.jpg b/images/4.jpg new file mode 100644 index 00000000..f522b039 Binary files /dev/null and b/images/4.jpg differ diff --git a/images/5.jpg b/images/5.jpg new file mode 100644 index 00000000..af8963f2 Binary files /dev/null and b/images/5.jpg differ diff --git a/images/bg.jpg b/images/bg.jpg new file mode 100644 index 00000000..39ef5d0e Binary files /dev/null and b/images/bg.jpg differ diff --git a/images/btn_down01.gif b/images/btn_down01.gif new file mode 100644 index 00000000..61b2edf5 Binary files /dev/null and b/images/btn_down01.gif differ diff --git a/images/ceo-photo.jpg b/images/ceo-photo.jpg new file mode 100644 index 00000000..e6f843d6 Binary files /dev/null and b/images/ceo-photo.jpg differ diff --git a/images/ft_arr01.gif b/images/ft_arr01.gif new file mode 100644 index 00000000..b8220724 Binary files /dev/null and b/images/ft_arr01.gif differ diff --git a/images/ft_arr02.gif b/images/ft_arr02.gif new file mode 100644 index 00000000..1da5d263 Binary files /dev/null and b/images/ft_arr02.gif differ diff --git a/images/ft_line.gif b/images/ft_line.gif new file mode 100644 index 00000000..ace877a1 Binary files /dev/null and b/images/ft_line.gif differ diff --git a/images/ft_logo.gif b/images/ft_logo.gif new file mode 100644 index 00000000..83196730 Binary files /dev/null and b/images/ft_logo.gif differ diff --git a/images/icon_footer_220822.png b/images/icon_footer_220822.png new file mode 100644 index 00000000..4d23155d Binary files /dev/null and b/images/icon_footer_220822.png differ diff --git a/images/icon_ft_sns01.gif b/images/icon_ft_sns01.gif new file mode 100644 index 00000000..360e6941 Binary files /dev/null and b/images/icon_ft_sns01.gif differ diff --git a/images/icon_ft_sns02.gif b/images/icon_ft_sns02.gif new file mode 100644 index 00000000..09c61224 Binary files /dev/null and b/images/icon_ft_sns02.gif differ diff --git a/images/icon_ft_sns03.gif b/images/icon_ft_sns03.gif new file mode 100644 index 00000000..b95f9be9 Binary files /dev/null and b/images/icon_ft_sns03.gif differ diff --git a/images/icon_ft_sns04.gif b/images/icon_ft_sns04.gif new file mode 100644 index 00000000..b369b3ae Binary files /dev/null and b/images/icon_ft_sns04.gif differ diff --git a/images/img_map1.jpg b/images/img_map1.jpg new file mode 100644 index 00000000..4be42615 Binary files /dev/null and b/images/img_map1.jpg differ diff --git a/images/img_map2.jpg b/images/img_map2.jpg new file mode 100644 index 00000000..99c9845b Binary files /dev/null and b/images/img_map2.jpg differ diff --git a/images/img_map3.jpg b/images/img_map3.jpg new file mode 100644 index 00000000..4b6fd443 Binary files /dev/null and b/images/img_map3.jpg differ diff --git a/images/img_map4.jpg b/images/img_map4.jpg new file mode 100644 index 00000000..6c5c160d Binary files /dev/null and b/images/img_map4.jpg differ diff --git a/images/img_pul01.gif b/images/img_pul01.gif new file mode 100644 index 00000000..71cff732 Binary files /dev/null and b/images/img_pul01.gif differ diff --git a/images/img_pul03.jpg b/images/img_pul03.jpg new file mode 100644 index 00000000..980f9b7d Binary files /dev/null and b/images/img_pul03.jpg differ diff --git a/images/img_pul15.gif b/images/img_pul15.gif new file mode 100644 index 00000000..20984885 Binary files /dev/null and b/images/img_pul15.gif differ diff --git a/images/img_pul16.gif b/images/img_pul16.gif new file mode 100644 index 00000000..ae29d22b Binary files /dev/null and b/images/img_pul16.gif differ diff --git a/images/img_pul17.gif b/images/img_pul17.gif new file mode 100644 index 00000000..bdcb51c3 Binary files /dev/null and b/images/img_pul17.gif differ diff --git a/images/img_pul18.jpg b/images/img_pul18.jpg new file mode 100644 index 00000000..c33bca61 Binary files /dev/null and b/images/img_pul18.jpg differ diff --git a/images/img_rdongban01.png b/images/img_rdongban01.png new file mode 100644 index 00000000..991954d2 Binary files /dev/null and b/images/img_rdongban01.png differ diff --git a/images/kv_type01.jpg b/images/kv_type01.jpg new file mode 100644 index 00000000..9b2f0f4f Binary files /dev/null and b/images/kv_type01.jpg differ diff --git a/images/kv_type02.jpg b/images/kv_type02.jpg new file mode 100644 index 00000000..b029242c Binary files /dev/null and b/images/kv_type02.jpg differ diff --git a/images/kv_type03.jpg b/images/kv_type03.jpg new file mode 100644 index 00000000..a2c693eb Binary files /dev/null and b/images/kv_type03.jpg differ diff --git a/images/loca_bar.png b/images/loca_bar.png new file mode 100644 index 00000000..b82187c7 Binary files /dev/null and b/images/loca_bar.png differ diff --git a/images/loca_home.png b/images/loca_home.png new file mode 100644 index 00000000..5841f6b1 Binary files /dev/null and b/images/loca_home.png differ diff --git a/images/logo.png b/images/logo.png new file mode 100644 index 00000000..d736fc74 Binary files /dev/null and b/images/logo.png differ diff --git a/images/m_section02_bg.jpg b/images/m_section02_bg.jpg new file mode 100644 index 00000000..ac1c3281 Binary files /dev/null and b/images/m_section02_bg.jpg differ diff --git a/images/main_bg_3.jpg b/images/main_bg_3.jpg new file mode 100644 index 00000000..25ce2c64 Binary files /dev/null and b/images/main_bg_3.jpg differ diff --git a/images/main_sec01_img1.png b/images/main_sec01_img1.png new file mode 100644 index 00000000..83d23364 Binary files /dev/null and b/images/main_sec01_img1.png differ diff --git a/images/main_sec01_img2.png b/images/main_sec01_img2.png new file mode 100644 index 00000000..b8e559e0 Binary files /dev/null and b/images/main_sec01_img2.png differ diff --git a/images/main_sec01_img3.png b/images/main_sec01_img3.png new file mode 100644 index 00000000..057133f4 Binary files /dev/null and b/images/main_sec01_img3.png differ diff --git a/images/main_sec01_img4.png b/images/main_sec01_img4.png new file mode 100644 index 00000000..11e8bdba Binary files /dev/null and b/images/main_sec01_img4.png differ diff --git a/images/main_sec02_img01.png b/images/main_sec02_img01.png new file mode 100644 index 00000000..959045fc Binary files /dev/null and b/images/main_sec02_img01.png differ diff --git a/images/main_sec03_icon01.png b/images/main_sec03_icon01.png new file mode 100644 index 00000000..0a4339ea Binary files /dev/null and b/images/main_sec03_icon01.png differ diff --git a/images/main_sec03_icon02.png b/images/main_sec03_icon02.png new file mode 100644 index 00000000..7eae55c9 Binary files /dev/null and b/images/main_sec03_icon02.png differ diff --git a/images/main_sec03_icon03.png b/images/main_sec03_icon03.png new file mode 100644 index 00000000..2df31589 Binary files /dev/null and b/images/main_sec03_icon03.png differ diff --git a/images/map01.png b/images/map01.png new file mode 100644 index 00000000..1821268f Binary files /dev/null and b/images/map01.png differ diff --git a/images/map02.png b/images/map02.png new file mode 100644 index 00000000..2abb153b Binary files /dev/null and b/images/map02.png differ diff --git a/images/map03.png b/images/map03.png new file mode 100644 index 00000000..b1f94af0 Binary files /dev/null and b/images/map03.png differ diff --git a/images/map04.png b/images/map04.png new file mode 100644 index 00000000..b5a9ca8f Binary files /dev/null and b/images/map04.png differ diff --git a/images/s01_list_icon_1.png b/images/s01_list_icon_1.png new file mode 100644 index 00000000..80be1203 Binary files /dev/null and b/images/s01_list_icon_1.png differ diff --git a/images/s01_list_icon_1_on.png b/images/s01_list_icon_1_on.png new file mode 100644 index 00000000..49e57090 Binary files /dev/null and b/images/s01_list_icon_1_on.png differ diff --git a/images/s01_list_icon_2.png b/images/s01_list_icon_2.png new file mode 100644 index 00000000..afb8ecc6 Binary files /dev/null and b/images/s01_list_icon_2.png differ diff --git a/images/s01_list_icon_2_on.png b/images/s01_list_icon_2_on.png new file mode 100644 index 00000000..276b5def Binary files /dev/null and b/images/s01_list_icon_2_on.png differ diff --git a/images/s01_list_icon_3.png b/images/s01_list_icon_3.png new file mode 100644 index 00000000..d03f23c8 Binary files /dev/null and b/images/s01_list_icon_3.png differ diff --git a/images/s01_list_icon_3_on.png b/images/s01_list_icon_3_on.png new file mode 100644 index 00000000..158e2aa1 Binary files /dev/null and b/images/s01_list_icon_3_on.png differ diff --git a/images/s01_list_img1.jpg b/images/s01_list_img1.jpg new file mode 100644 index 00000000..d99bd5aa Binary files /dev/null and b/images/s01_list_img1.jpg differ diff --git a/images/s01_list_img2.jpg b/images/s01_list_img2.jpg new file mode 100644 index 00000000..61862764 Binary files /dev/null and b/images/s01_list_img2.jpg differ diff --git a/images/s01_list_img3.jpg b/images/s01_list_img3.jpg new file mode 100644 index 00000000..c5f01855 Binary files /dev/null and b/images/s01_list_img3.jpg differ diff --git a/images/s04_list_img1.jpg b/images/s04_list_img1.jpg new file mode 100644 index 00000000..e8021e83 Binary files /dev/null and b/images/s04_list_img1.jpg differ diff --git a/images/s04_list_img2.jpg b/images/s04_list_img2.jpg new file mode 100644 index 00000000..41077d3c Binary files /dev/null and b/images/s04_list_img2.jpg differ diff --git a/images/s04_list_img3.jpg b/images/s04_list_img3.jpg new file mode 100644 index 00000000..f006d819 Binary files /dev/null and b/images/s04_list_img3.jpg differ diff --git a/images/s04_list_img4.jpg b/images/s04_list_img4.jpg new file mode 100644 index 00000000..66b7b2cf Binary files /dev/null and b/images/s04_list_img4.jpg differ diff --git a/images/search_icon.png b/images/search_icon.png new file mode 100644 index 00000000..8c1adf60 Binary files /dev/null and b/images/search_icon.png differ diff --git a/images/sec02_ar.png b/images/sec02_ar.png new file mode 100644 index 00000000..7f781d2f Binary files /dev/null and b/images/sec02_ar.png differ diff --git a/images/section01_bg.jpg b/images/section01_bg.jpg new file mode 100644 index 00000000..9770d2d4 Binary files /dev/null and b/images/section01_bg.jpg differ diff --git a/images/section02_bg.jpg b/images/section02_bg.jpg new file mode 100644 index 00000000..95dc9a44 Binary files /dev/null and b/images/section02_bg.jpg differ diff --git a/images/sns08.png b/images/sns08.png new file mode 100644 index 00000000..39f0b182 Binary files /dev/null and b/images/sns08.png differ diff --git a/images/sns09.jpg b/images/sns09.jpg new file mode 100644 index 00000000..897197e8 Binary files /dev/null and b/images/sns09.jpg differ diff --git a/images/sub_tit_line.gif b/images/sub_tit_line.gif new file mode 100644 index 00000000..d2e675ae Binary files /dev/null and b/images/sub_tit_line.gif differ diff --git a/images/sub_vis01_01.jpg b/images/sub_vis01_01.jpg new file mode 100644 index 00000000..626ad149 Binary files /dev/null and b/images/sub_vis01_01.jpg differ diff --git a/images/sub_vis01_02.jpg b/images/sub_vis01_02.jpg new file mode 100644 index 00000000..78c8634e Binary files /dev/null and b/images/sub_vis01_02.jpg differ diff --git a/images/sub_vis01_03.jpg b/images/sub_vis01_03.jpg new file mode 100644 index 00000000..8a6e6d8b Binary files /dev/null and b/images/sub_vis01_03.jpg differ diff --git a/images/sub_vis04_01.jpg b/images/sub_vis04_01.jpg new file mode 100644 index 00000000..3ed82784 Binary files /dev/null and b/images/sub_vis04_01.jpg differ diff --git a/images/sub_vis04_02.jpg b/images/sub_vis04_02.jpg new file mode 100644 index 00000000..14d323ca Binary files /dev/null and b/images/sub_vis04_02.jpg differ diff --git a/images/sub_vis04_03.jpg b/images/sub_vis04_03.jpg new file mode 100644 index 00000000..887511b4 Binary files /dev/null and b/images/sub_vis04_03.jpg differ diff --git a/images/top_icon01.png b/images/top_icon01.png new file mode 100644 index 00000000..6e851b2a Binary files /dev/null and b/images/top_icon01.png differ diff --git a/images/top_icon02.png b/images/top_icon02.png new file mode 100644 index 00000000..8780c56e Binary files /dev/null and b/images/top_icon02.png differ diff --git a/images/top_icon03.png b/images/top_icon03.png new file mode 100644 index 00000000..7c4dfe7c Binary files /dev/null and b/images/top_icon03.png differ diff --git a/index.html b/index.html new file mode 100644 index 00000000..111d802a --- /dev/null +++ b/index.html @@ -0,0 +1,338 @@ + + + + + + + 풀무원 + + + + + + + + + + + + +
+
+ +
+ +
+
+ + + +
+
+
Global New DP5

+
LOHAS 미션 실천을 위해 새롭게 정의한 풀무원의 5대 비전입니다.
+ + +
+ +
+
+
+
+ + + +
+
+
바른먹거리 & 로하스

+
나와 내 가족의 건강, + 더 나아가 지구환경의 건강까지 두루 살핍니다.
+
+
+
+ front_card1 + back_card1 +
+
+ back_card1 +
+
+
+
+ front_card2 + back_card2 +
+
+ back_card2 +
+
+
+
+ front_card3 + back_card3 +
+
+ back_card3 +
+
+
+
+
+ +
+
+
사회책임경영

+
‘이웃사랑’과 ‘생명존중’ 정신을 바탕으로
+ 로하스 생활(LOHAS Living)을 구현해나갑니다.
+
+
+ + + + +
+
+ + + + + + + +
+ + +
+ + + + + + + + + \ No newline at end of file diff --git a/js/main.js b/js/main.js new file mode 100644 index 00000000..7e1591bd --- /dev/null +++ b/js/main.js @@ -0,0 +1,30 @@ +// 헤더 부분의 메인 메뉴들에 마우스를 오버하는 동안 풀드랍 되게 하는 코드 +const menu = document.querySelectorAll('.main_menu a'); +const mouseOut = document.querySelector('.main_menu_items_wrap'); + +menu.forEach((menu) => { + menu.addEventListener('mouseover', () => { + mouseOut.classList.add('active'); + }); +}); +mouseOut.addEventListener('mouseleave', () => { + mouseOut.classList.remove('active'); +}); + + + +// 마우스 클릭 하면 서브 메뉴바가 열리고 다시 누르면 닫히는 코드 +const mainMenu = document.querySelector('.home_main_menu'); +const subMenu = document.querySelector('.home_sub_menu'); + +mainMenu.addEventListener('click', ()=> { + subMenu.classList.toggle('open'); +}); + + +const mainMenu2 = document.querySelector('.home_main_menu2'); +const subMenu2 = document.querySelector('.home_sub_menu2'); + +mainMenu2.addEventListener('click', ()=> { + subMenu2.classList.toggle('open'); +}); \ No newline at end of file diff --git a/manageinfo/manageinfo.css b/manageinfo/manageinfo.css new file mode 100644 index 00000000..0b5e69fc --- /dev/null +++ b/manageinfo/manageinfo.css @@ -0,0 +1,792 @@ +*{ + scroll-behavior: smooth; + list-style: none; + color: inherit; +} + + +body{ + font-size: 16px; + color: #7d7d7d; + font-family: 'NSKR', '맑은 고딕'; + line-height: 1; +} + + +img{ + display: block; +} + +a { + text-decoration: none; +} + + +a:visited{ + color: inherit; +} + +.inner{ + width: 100%; + background-color: #fff; +} + + +/* HEADER */ +header{ + position: relative; + padding-top: 20px; + width: 100%; + background-color: #fff; +} + + +header .header_wrap{ + display: flex; + position: relative; + width: 1180px; + height: 117px; + margin: 0 auto; + +} + + +header .header_logo{ + position: absolute; + height: 53px; + top: 0; + bottom: 0; + left: 0; + margin: auto 0; +} + +header .header_wrap .sub_menu { + width: 100%; + height: 17px; +} + + +header .header_wrap .sub_menu .menu{ + display: flex; + justify-content: flex-end; + width: 100%; + height: 17px; + white-space: nowrap; + margin-top: 2px; +} + + + +header .header_wrap .sub_menu .menu img{ + display: inline; + margin-right: 3.4px; +} + + + +header .header_wrap .sub_menu .menu a{ + display: block; + color: #666; + font-size: 14.5px; + padding-left: 12px; + font-weight: 600; +} + + + +header .header_wrap .main_menu_wrap { + position: absolute; + bottom: 35%; + right: 26%; +} + + + +header .header_wrap .main_menu_wrap .main_menu{ + display: flex; +} + + +header .header_wrap .main_menu_wrap .main_menu li a{ + font-size: 22px; + color: #1e1e1e; + margin-left: 76px; + font-weight: 700; + font-family: 'Gowun Dodum', Arial, sans-serif; +} + + + +header .header_wrap .search_wrap { + position: absolute; + width: 10px; + bottom: 31%; + right: 18.8%; +} + + +header .header_wrap .search_wrap input{ + width: 150px; + height: 35px; + padding: 0px 5px; + border-radius: 5px; + border: none; + outline: none; +} + +header .header_wrap .search_wrap input:focus{ + border: .5px solid rgba(0, 0, 0, .2); + outline: initial; +} + +header .header_wrap .search_wrap img { + position: absolute; + top: 17%; + left: 120px; +} + + + +header .header_wrap .language_select_wrap{ + position: absolute; + bottom: 31.5%; + right: -0.5%; +} + +header .header_wrap .language_select_wrap select{ + height: 34px; + width: auto; + padding: 4px 10px; + padding-top: 1px; + padding-right: 12px; + border-radius: 20px; + font-family: '맑은고딕'; + color: #666; + background-color: #f4f4f4; + border: hidden; + outline: hidden; +} + +header .header_wrap .language_select_wrap select:focus{ + outline: 2px solid black; +} + + + + + +header .inner .main_menu_items_wrap { + display: none; + justify-content: center; + position: absolute; + width: 100%; + height: 487px; + background-color: #fff; + text-align: center; + border-top: 1px solid #d7d0d0; + border-bottom: 1px solid #d7d0d0; + z-index: 1; + font-family: '맑은고딕'; +} + +header .main_menu_items_wrap .main_menu_items{ + margin-top: 25px; +} + +header .main_menu_items_wrap .main_menu_items li{ + padding: 10px 33px; + +} + + + +header .main_menu_items_wrap .main_menu_items a{ + display: inline-block; + color: #666; + font-size: 16px; + font-weight: 700; +} + + +header .main_menu_items_wrap .main_menu_items a:hover{ + color: #8dc63f; + text-decoration: underline; + +} + + + + +header .inner .main_menu_items_wrap .main_menu_image_wrap{ + position: absolute; + display: flex; + width: 100%; + height: 135px; + bottom: 0; + border-bottom: 1px solid #d7d0d0; +} + +header .inner .main_menu_items_wrap .main_menu_image_left{ + width: 50%; + height: 135px; + left: 0; + bottom: 0; + background-color: #ecdea1; +} + +header .inner .main_menu_items_wrap .main_menu_image_left img{ + float: right; +} + + + +header .inner .main_menu_items_wrap .main_menu_image_right{ + + width: 50%; + height: 135px; + right: 0; + bottom: 0; + background-color: #625042; +} + + +header .inner .main_menu_items_wrap.active{ + display: flex; +} + +.home_wrap{ + background: #8dc63f; +} + + + + +.home_wrap img{ + width: 100%; +} + +.home_wrap .home_move{ + display: flex; + max-width: 1180px; + margin: 0 auto; + color: #fff; + border-right: 1px solid #b7d47f; +} + + + + +.home_wrap .home_move .home{ + display: inline-flex; + padding: 20px 22px; + border-left: 1px solid #b7d47f; + border-right: 1px solid #b7d47f; + border-bottom: 1px solid #b7d47f; +} + + +.home_wrap .home_main_menu{ + width: 200px; + padding: 20px 0; + border-right: 1px solid #b7d47f; + cursor: pointer; +} + +.home_wrap .home_main_menu ul{ + width: 190px; + position: absolute; + background: #8dc63f; + border-right: 1px solid #b7d47f; +} + +.home_wrap .home_main_menu ul:first-child{ + padding-left: 10px; +} + +.home_wrap .home_main_menu ul li{ + display: flex; + padding: 10px 0; +} + + +.home_wrap .home_sub_menu{ + display: none; + width: 100%; + margin-top: 20px; + border-top: 1px solid #b7d47f; + border-right: 1px solid #b7d47f; +} + + +.home_wrap .home_main_menu2{ + width: 200px; + padding: 20px 0; + border-right: 1px solid #b7d47f; + cursor: pointer; +} + +.home_wrap .home_main_menu2 ul{ + width: 190px; + position: absolute; + background: #8dc63f; +} + +.home_wrap .home_main_menu2 ul:first-child{ + padding-left: 10px; +} + +.home_wrap .home_main_menu2 ul li{ + display: flex; + padding: 10px 0; +} + + +.home_wrap .home_sub_menu2{ + display: none; + width: 100%; + margin-top: 20px; + border-top: 1px solid #b7d47f; + border-right: 1px solid #b7d47f; + +} + + + +.home_wrap .home_sub_menu.open{ + display: block; +} + + + + +.home_wrap .home_main_menu2 ul li{ + display: flex; + padding: 10px 0; + font-style: none; + +} + + +.home_wrap .home_sub_menu2.open{ + display: block; +} + + +.home_wrap .home_sub_menu2{ + display: none; + width: 100%; + margin-top: 20px; + border-top: 1px solid #b7d47f; + +} + + + + + + +/* MAIN */ +main{ + width: 100%; + position: relative; + max-width: 1180px; + margin: 0 auto; + padding-bottom: 100px; +} + + +main .main_wrap{ + margin-right: 10px; +} + + +main .main_wrap .main_title{ + display: flex; + padding: 50px 0 0; + margin: 0 0 110px; +} + + + +main .main_wrap .main_title h1{ + display: inline-block; + font-size: 30px; + font-weight: 700; + color: rgb(33, 33, 33); + margin-right: 30px; + +} + + +main .main_wrap .main_title div{ + width: 69%; + background: url(../images/sub_tit_line.gif) repeat-x left 18px; + z-index: -1; +} + +main .main_wrap .main_with{ + color: rgb(33, 33, 33); +} + + + + + +main .main_wrap .main_with { + width: 80%; + margin-top: 20px; + padding-left: 70px; + padding-bottom: 20px; + font-size: 40px; + font-weight: 700; + line-height: 74px; + text-align: center; +} + +main .main_wrap .main_with strong{ + color: #7eae4b; +} + + +main .main_wrap .main_with img{ + width: 80%; + margin: 0 auto; + padding-top: 40px; +} + + + +main .main_wrap .main_with2 { + width: 85%; + margin-top: 70px; + padding-bottom: 70px; + padding-left: 80px; + font-size: 17px; + line-height: 30px; + color: #333; + text-align: center; + font-weight: 700; + +} + + + + +main .main_wrap .main_with2 h1{ + font-weight: 700; + font-size: 21px; + padding-bottom: 30px; +} + + + + +main .main_wrap .main_with3 { + width: 85%; + margin-top: 20px; + padding-bottom: 50px; + padding-left: 80px; + font-size: 17px; + font-weight: 700; + line-height: 30px; + color: #333; + text-align: center; + +} + + + +main .main_wrap .main_with3 h1{ + font-weight: 700; + font-size: 27px; + padding-bottom: 30px; +} + + +main .main_wrap .main_with3 h2{ + font-weight: 700; + font-size: 27px; + padding-bottom: 30px; + color: #7eae4b; +} + + + + + +main .main_wrap .main_with3 .main_with_logo{ + display: flex; + padding: 100px 0; + margin-top: 70px; + justify-content: center; + border: 1px solid rgba(58, 58, 58, .4); +} + +main .main_wrap .down_box { + display: flex; + position: absolute; + right: 10%; + width: 300px; + border: 1px solid rgba(58, 58, 58, .4); + color: #333; +} + +main .main_wrap .down_box a{ + display: flex; + justify-content: center; + align-items: center; + text-align: center; + color: #333; + padding: 20px; +} + +main .main_wrap .down_box img{ + padding-right: 10px; +} + + + + +@keyframes up_text { + from { + transform: translateY(500px); + } + to { + transform: translateY(0); + } +} + +.main_wrap { + animation: up_text 1s ease-out; +} + + +.main_with1 { + animation: up_text 2s ease-out; +} + +.main_with2 { + animation: up_text 3s ease-out; +} + +.main_with3 { + animation: up_text 4s ease-out; +} + +.main_with4 { + animation: up_text 4s ease-out; +} + + + + + + + + + + + +/* FOOTER */ + +footer { + width: 100%; + height: 355px; + border-top: 1px solid rgba(0, 0, 0, .5) +} + +footer .footer_wrap{ + position: relative; + width: 1180px; + padding: 45px 0 0 0; + margin: 0 auto; + text-decoration: none; + +} + + +footer .footer_wrap .footer_logo{ + display: flex; + align-items: center; + justify-content: center; + padding-bottom: 50px; +} + +footer .footer_wrap .footer_logo img{ + width: 107px; +} + +footer .footer_wrap .footer_information{ + display: flex; + padding-left: 21px; + padding-top: 1px; + justify-content: center; + +} + + +footer .footer_wrap .footer_information span{ + display: inline-block; + text-align: center; + font-size: 16px; + line-height: 16px; + margin-right: 13px; + padding-right: 17px; +} + +footer .footer_wrap .footer_information span a{ + color: #585858; + +} + +footer .footer_wrap .footer_information span:first-child a{ + color: #004f18; + font-weight: 700; + +} + +footer .footer_wrap .footer_information span:nth-child(-n+4){ + background: url(../images/ft_line.gif) no-repeat right 5px; +} + +footer .footer_wrap .footer_location{ + padding: 28px; + padding-bottom: 0; + text-align: center; +} + + +footer .footer_wrap .footer_location span{ + padding-right: 8px; +} + + +footer .footer_wrap .footer_location span:nth-child(-n+2){ + background: url(../images/ft_line.gif) no-repeat right; +} + + + +footer .footer_wrap .footer_location span{ + line-height: 14px; + font-size: 15px; + color: #585858; + display: inline-block; + text-align: center; + padding: 0 10px; +} + +footer .footer_wrap .footer_location span:nth-last-child(1){ + background: none; + font-size: 15px; +} + +footer .footer_wrap .footer_location .copyright{ + padding-top: 12px; + padding-bottom: 20px; + line-height: 15px; +} + + +footer .footer_wrap .footer_sns{ + display: flex; + justify-content: center; + align-items: center; + padding-right: 62px; + +} + + +footer .footer_wrap .footer_sns span{ + font-size: 14px; + padding-right: 15px; + margin-right: 15px; + background: url(../images/ft_arr02.gif) no-repeat right; +} + + +footer .footer_wrap .footer_sns li{ + padding-right: 15px; +} + + + +footer .footer_wrap .footer_affiliate{ + width: 230px; + height: 35px; + font-size: 14px; + color: #1e1e1e; + margin-left: 45px; + margin-right: 27px; + padding-left: 15px; + border: 3px solid rgba(58, 58, 58, .4); +} +footer .footer_wrap .footer_affiliate .modal:hover .mini_modal{ + display: flex; +} + +footer .footer_wrap .footer_affiliate .modal .mini_modal:hover{ + display: flex; +} + +footer .footer_wrap .footer_affiliate span{ + position: absolute; + background: url(../images/ft_arr01.gif)no-repeat right; + background-position-y: 15px; + padding-right: 90px; + padding-top: 11px; +} + + +footer .footer_wrap .footer_web{ + width: 100%; + display: flex; + justify-content: center; +} + + + +footer .footer_wrap .footer_affiliate .mini_modal{ + position: absolute; + display: none; + width: 650px; + font-family: '맑은 고딕'; + bottom: 26px; + right: -12px; + background-color: #fff; + border: 3px solid rgba(58, 58, 58, .4); +} + + + +footer .footer_wrap .footer_affiliate .mini_modal ul{ + + padding: 30px; + font-size: 20px; +} + +footer .footer_wrap .footer_affiliate .mini_modal div{ + padding-bottom: 20px; + border-bottom: 1px solid black; + margin-bottom: 20px; +} + +footer .footer_wrap .footer_affiliate .mini_modal ul li{ + font-size: 15px; + padding-top: 10px; + +} + +footer .footer_wrap .footer_affiliate .mini_modal .modal_box a{ +color: #585858; +} + + + + + + + + + + diff --git a/manageinfo/manageinfo.html b/manageinfo/manageinfo.html new file mode 100644 index 00000000..b8bdd485 --- /dev/null +++ b/manageinfo/manageinfo.html @@ -0,0 +1,246 @@ + + + + + + + 경영정보 l 투자정보 l 회사소개 l 풀무원 + + + + + + + + + + + + +
+
+ +
+
+
+ + home + +
+
+ +
+ +
+
+ +
+
+
+ +
+
+
+

투자정보

+
+
+
+ 풀무원의 + 경영정보, 재무정보, 주식정보, 전자공고 등을 한 눈에 확인할 수 있습니다. + +
+
+ + +
+
+
+ + + + + +
+ + + + + + + + + + + + \ No newline at end of file diff --git a/management/overview.css b/management/overview.css new file mode 100644 index 00000000..0b5e69fc --- /dev/null +++ b/management/overview.css @@ -0,0 +1,792 @@ +*{ + scroll-behavior: smooth; + list-style: none; + color: inherit; +} + + +body{ + font-size: 16px; + color: #7d7d7d; + font-family: 'NSKR', '맑은 고딕'; + line-height: 1; +} + + +img{ + display: block; +} + +a { + text-decoration: none; +} + + +a:visited{ + color: inherit; +} + +.inner{ + width: 100%; + background-color: #fff; +} + + +/* HEADER */ +header{ + position: relative; + padding-top: 20px; + width: 100%; + background-color: #fff; +} + + +header .header_wrap{ + display: flex; + position: relative; + width: 1180px; + height: 117px; + margin: 0 auto; + +} + + +header .header_logo{ + position: absolute; + height: 53px; + top: 0; + bottom: 0; + left: 0; + margin: auto 0; +} + +header .header_wrap .sub_menu { + width: 100%; + height: 17px; +} + + +header .header_wrap .sub_menu .menu{ + display: flex; + justify-content: flex-end; + width: 100%; + height: 17px; + white-space: nowrap; + margin-top: 2px; +} + + + +header .header_wrap .sub_menu .menu img{ + display: inline; + margin-right: 3.4px; +} + + + +header .header_wrap .sub_menu .menu a{ + display: block; + color: #666; + font-size: 14.5px; + padding-left: 12px; + font-weight: 600; +} + + + +header .header_wrap .main_menu_wrap { + position: absolute; + bottom: 35%; + right: 26%; +} + + + +header .header_wrap .main_menu_wrap .main_menu{ + display: flex; +} + + +header .header_wrap .main_menu_wrap .main_menu li a{ + font-size: 22px; + color: #1e1e1e; + margin-left: 76px; + font-weight: 700; + font-family: 'Gowun Dodum', Arial, sans-serif; +} + + + +header .header_wrap .search_wrap { + position: absolute; + width: 10px; + bottom: 31%; + right: 18.8%; +} + + +header .header_wrap .search_wrap input{ + width: 150px; + height: 35px; + padding: 0px 5px; + border-radius: 5px; + border: none; + outline: none; +} + +header .header_wrap .search_wrap input:focus{ + border: .5px solid rgba(0, 0, 0, .2); + outline: initial; +} + +header .header_wrap .search_wrap img { + position: absolute; + top: 17%; + left: 120px; +} + + + +header .header_wrap .language_select_wrap{ + position: absolute; + bottom: 31.5%; + right: -0.5%; +} + +header .header_wrap .language_select_wrap select{ + height: 34px; + width: auto; + padding: 4px 10px; + padding-top: 1px; + padding-right: 12px; + border-radius: 20px; + font-family: '맑은고딕'; + color: #666; + background-color: #f4f4f4; + border: hidden; + outline: hidden; +} + +header .header_wrap .language_select_wrap select:focus{ + outline: 2px solid black; +} + + + + + +header .inner .main_menu_items_wrap { + display: none; + justify-content: center; + position: absolute; + width: 100%; + height: 487px; + background-color: #fff; + text-align: center; + border-top: 1px solid #d7d0d0; + border-bottom: 1px solid #d7d0d0; + z-index: 1; + font-family: '맑은고딕'; +} + +header .main_menu_items_wrap .main_menu_items{ + margin-top: 25px; +} + +header .main_menu_items_wrap .main_menu_items li{ + padding: 10px 33px; + +} + + + +header .main_menu_items_wrap .main_menu_items a{ + display: inline-block; + color: #666; + font-size: 16px; + font-weight: 700; +} + + +header .main_menu_items_wrap .main_menu_items a:hover{ + color: #8dc63f; + text-decoration: underline; + +} + + + + +header .inner .main_menu_items_wrap .main_menu_image_wrap{ + position: absolute; + display: flex; + width: 100%; + height: 135px; + bottom: 0; + border-bottom: 1px solid #d7d0d0; +} + +header .inner .main_menu_items_wrap .main_menu_image_left{ + width: 50%; + height: 135px; + left: 0; + bottom: 0; + background-color: #ecdea1; +} + +header .inner .main_menu_items_wrap .main_menu_image_left img{ + float: right; +} + + + +header .inner .main_menu_items_wrap .main_menu_image_right{ + + width: 50%; + height: 135px; + right: 0; + bottom: 0; + background-color: #625042; +} + + +header .inner .main_menu_items_wrap.active{ + display: flex; +} + +.home_wrap{ + background: #8dc63f; +} + + + + +.home_wrap img{ + width: 100%; +} + +.home_wrap .home_move{ + display: flex; + max-width: 1180px; + margin: 0 auto; + color: #fff; + border-right: 1px solid #b7d47f; +} + + + + +.home_wrap .home_move .home{ + display: inline-flex; + padding: 20px 22px; + border-left: 1px solid #b7d47f; + border-right: 1px solid #b7d47f; + border-bottom: 1px solid #b7d47f; +} + + +.home_wrap .home_main_menu{ + width: 200px; + padding: 20px 0; + border-right: 1px solid #b7d47f; + cursor: pointer; +} + +.home_wrap .home_main_menu ul{ + width: 190px; + position: absolute; + background: #8dc63f; + border-right: 1px solid #b7d47f; +} + +.home_wrap .home_main_menu ul:first-child{ + padding-left: 10px; +} + +.home_wrap .home_main_menu ul li{ + display: flex; + padding: 10px 0; +} + + +.home_wrap .home_sub_menu{ + display: none; + width: 100%; + margin-top: 20px; + border-top: 1px solid #b7d47f; + border-right: 1px solid #b7d47f; +} + + +.home_wrap .home_main_menu2{ + width: 200px; + padding: 20px 0; + border-right: 1px solid #b7d47f; + cursor: pointer; +} + +.home_wrap .home_main_menu2 ul{ + width: 190px; + position: absolute; + background: #8dc63f; +} + +.home_wrap .home_main_menu2 ul:first-child{ + padding-left: 10px; +} + +.home_wrap .home_main_menu2 ul li{ + display: flex; + padding: 10px 0; +} + + +.home_wrap .home_sub_menu2{ + display: none; + width: 100%; + margin-top: 20px; + border-top: 1px solid #b7d47f; + border-right: 1px solid #b7d47f; + +} + + + +.home_wrap .home_sub_menu.open{ + display: block; +} + + + + +.home_wrap .home_main_menu2 ul li{ + display: flex; + padding: 10px 0; + font-style: none; + +} + + +.home_wrap .home_sub_menu2.open{ + display: block; +} + + +.home_wrap .home_sub_menu2{ + display: none; + width: 100%; + margin-top: 20px; + border-top: 1px solid #b7d47f; + +} + + + + + + +/* MAIN */ +main{ + width: 100%; + position: relative; + max-width: 1180px; + margin: 0 auto; + padding-bottom: 100px; +} + + +main .main_wrap{ + margin-right: 10px; +} + + +main .main_wrap .main_title{ + display: flex; + padding: 50px 0 0; + margin: 0 0 110px; +} + + + +main .main_wrap .main_title h1{ + display: inline-block; + font-size: 30px; + font-weight: 700; + color: rgb(33, 33, 33); + margin-right: 30px; + +} + + +main .main_wrap .main_title div{ + width: 69%; + background: url(../images/sub_tit_line.gif) repeat-x left 18px; + z-index: -1; +} + +main .main_wrap .main_with{ + color: rgb(33, 33, 33); +} + + + + + +main .main_wrap .main_with { + width: 80%; + margin-top: 20px; + padding-left: 70px; + padding-bottom: 20px; + font-size: 40px; + font-weight: 700; + line-height: 74px; + text-align: center; +} + +main .main_wrap .main_with strong{ + color: #7eae4b; +} + + +main .main_wrap .main_with img{ + width: 80%; + margin: 0 auto; + padding-top: 40px; +} + + + +main .main_wrap .main_with2 { + width: 85%; + margin-top: 70px; + padding-bottom: 70px; + padding-left: 80px; + font-size: 17px; + line-height: 30px; + color: #333; + text-align: center; + font-weight: 700; + +} + + + + +main .main_wrap .main_with2 h1{ + font-weight: 700; + font-size: 21px; + padding-bottom: 30px; +} + + + + +main .main_wrap .main_with3 { + width: 85%; + margin-top: 20px; + padding-bottom: 50px; + padding-left: 80px; + font-size: 17px; + font-weight: 700; + line-height: 30px; + color: #333; + text-align: center; + +} + + + +main .main_wrap .main_with3 h1{ + font-weight: 700; + font-size: 27px; + padding-bottom: 30px; +} + + +main .main_wrap .main_with3 h2{ + font-weight: 700; + font-size: 27px; + padding-bottom: 30px; + color: #7eae4b; +} + + + + + +main .main_wrap .main_with3 .main_with_logo{ + display: flex; + padding: 100px 0; + margin-top: 70px; + justify-content: center; + border: 1px solid rgba(58, 58, 58, .4); +} + +main .main_wrap .down_box { + display: flex; + position: absolute; + right: 10%; + width: 300px; + border: 1px solid rgba(58, 58, 58, .4); + color: #333; +} + +main .main_wrap .down_box a{ + display: flex; + justify-content: center; + align-items: center; + text-align: center; + color: #333; + padding: 20px; +} + +main .main_wrap .down_box img{ + padding-right: 10px; +} + + + + +@keyframes up_text { + from { + transform: translateY(500px); + } + to { + transform: translateY(0); + } +} + +.main_wrap { + animation: up_text 1s ease-out; +} + + +.main_with1 { + animation: up_text 2s ease-out; +} + +.main_with2 { + animation: up_text 3s ease-out; +} + +.main_with3 { + animation: up_text 4s ease-out; +} + +.main_with4 { + animation: up_text 4s ease-out; +} + + + + + + + + + + + +/* FOOTER */ + +footer { + width: 100%; + height: 355px; + border-top: 1px solid rgba(0, 0, 0, .5) +} + +footer .footer_wrap{ + position: relative; + width: 1180px; + padding: 45px 0 0 0; + margin: 0 auto; + text-decoration: none; + +} + + +footer .footer_wrap .footer_logo{ + display: flex; + align-items: center; + justify-content: center; + padding-bottom: 50px; +} + +footer .footer_wrap .footer_logo img{ + width: 107px; +} + +footer .footer_wrap .footer_information{ + display: flex; + padding-left: 21px; + padding-top: 1px; + justify-content: center; + +} + + +footer .footer_wrap .footer_information span{ + display: inline-block; + text-align: center; + font-size: 16px; + line-height: 16px; + margin-right: 13px; + padding-right: 17px; +} + +footer .footer_wrap .footer_information span a{ + color: #585858; + +} + +footer .footer_wrap .footer_information span:first-child a{ + color: #004f18; + font-weight: 700; + +} + +footer .footer_wrap .footer_information span:nth-child(-n+4){ + background: url(../images/ft_line.gif) no-repeat right 5px; +} + +footer .footer_wrap .footer_location{ + padding: 28px; + padding-bottom: 0; + text-align: center; +} + + +footer .footer_wrap .footer_location span{ + padding-right: 8px; +} + + +footer .footer_wrap .footer_location span:nth-child(-n+2){ + background: url(../images/ft_line.gif) no-repeat right; +} + + + +footer .footer_wrap .footer_location span{ + line-height: 14px; + font-size: 15px; + color: #585858; + display: inline-block; + text-align: center; + padding: 0 10px; +} + +footer .footer_wrap .footer_location span:nth-last-child(1){ + background: none; + font-size: 15px; +} + +footer .footer_wrap .footer_location .copyright{ + padding-top: 12px; + padding-bottom: 20px; + line-height: 15px; +} + + +footer .footer_wrap .footer_sns{ + display: flex; + justify-content: center; + align-items: center; + padding-right: 62px; + +} + + +footer .footer_wrap .footer_sns span{ + font-size: 14px; + padding-right: 15px; + margin-right: 15px; + background: url(../images/ft_arr02.gif) no-repeat right; +} + + +footer .footer_wrap .footer_sns li{ + padding-right: 15px; +} + + + +footer .footer_wrap .footer_affiliate{ + width: 230px; + height: 35px; + font-size: 14px; + color: #1e1e1e; + margin-left: 45px; + margin-right: 27px; + padding-left: 15px; + border: 3px solid rgba(58, 58, 58, .4); +} +footer .footer_wrap .footer_affiliate .modal:hover .mini_modal{ + display: flex; +} + +footer .footer_wrap .footer_affiliate .modal .mini_modal:hover{ + display: flex; +} + +footer .footer_wrap .footer_affiliate span{ + position: absolute; + background: url(../images/ft_arr01.gif)no-repeat right; + background-position-y: 15px; + padding-right: 90px; + padding-top: 11px; +} + + +footer .footer_wrap .footer_web{ + width: 100%; + display: flex; + justify-content: center; +} + + + +footer .footer_wrap .footer_affiliate .mini_modal{ + position: absolute; + display: none; + width: 650px; + font-family: '맑은 고딕'; + bottom: 26px; + right: -12px; + background-color: #fff; + border: 3px solid rgba(58, 58, 58, .4); +} + + + +footer .footer_wrap .footer_affiliate .mini_modal ul{ + + padding: 30px; + font-size: 20px; +} + +footer .footer_wrap .footer_affiliate .mini_modal div{ + padding-bottom: 20px; + border-bottom: 1px solid black; + margin-bottom: 20px; +} + +footer .footer_wrap .footer_affiliate .mini_modal ul li{ + font-size: 15px; + padding-top: 10px; + +} + +footer .footer_wrap .footer_affiliate .mini_modal .modal_box a{ +color: #585858; +} + + + + + + + + + + diff --git a/management/overview.html b/management/overview.html new file mode 100644 index 00000000..26e811e4 --- /dev/null +++ b/management/overview.html @@ -0,0 +1,242 @@ + + + + + + + 추진전략 l 사회책임경영 ㅣ 풀무원 + + + + + + + + + + + + +
+
+ +
+
+
+ + home + +
+
+ +
+
+ +
+
+
+ +
+
+
+ +
+
+
+

사회책임경영

+
+
+
+ 풀무원은 경제적 사회적 환경적 가치 창출을 풀무원의 사회적책임으로 정의하고 끊임없는 혁신을 통해 공유가치를 창출함으로써 + 지속가능한 성장을 도모하겠습니다. + +
+
+ + +
+
+
+ + + + + +
+ + + + + + + + + + + + \ No newline at end of file diff --git a/policy/policy.css b/policy/policy.css new file mode 100644 index 00000000..97989173 --- /dev/null +++ b/policy/policy.css @@ -0,0 +1,580 @@ +*{ + scroll-behavior: smooth; + list-style: none; + color: inherit; +} + + +body{ + font-size: 16px; + color: #7d7d7d; + font-family: 'NSKR', '맑은 고딕'; + line-height: 1; +} + + +img{ + display: block; +} + +a { + text-decoration: none; +} + +.inner{ + width: 100%; + background-color: #fff; +} + + +/* HEADER */ +header{ + position: relative; + padding-top: 20px; + width: 100%; + background-color: #fff; +} + + +header .header_wrap{ + display: flex; + position: relative; + width: 1180px; + height: 117px; + margin: 0 auto; + +} + + +header .header_logo{ + position: absolute; + height: 53px; + top: 0; + bottom: 0; + left: 0; + margin: auto 0; +} + +header .header_wrap .sub_menu { + width: 100%; + height: 17px; +} + + +header .header_wrap .sub_menu .menu{ + display: flex; + justify-content: flex-end; + width: 100%; + height: 17px; + white-space: nowrap; + margin-top: 2px; +} + + + +header .header_wrap .sub_menu .menu img{ + display: inline; + margin-right: 3.4px; +} + + + +header .header_wrap .sub_menu .menu a{ + display: block; + color: #666; + font-size: 14.5px; + padding-left: 12px; + font-weight: 600; +} + + + +header .header_wrap .main_menu_wrap { + position: absolute; + bottom: 35%; + right: 26%; +} + + + +header .header_wrap .main_menu_wrap .main_menu{ + display: flex; +} + + +header .header_wrap .main_menu_wrap .main_menu li a{ + font-size: 22px; + color: #1e1e1e; + margin-left: 76px; + font-weight: 700; + font-family: 'Gowun Dodum', Arial, sans-serif; +} + + + +header .header_wrap .search_wrap { + position: absolute; + width: 10px; + bottom: 31%; + right: 18.8%; +} + + +header .header_wrap .search_wrap input{ + width: 150px; + height: 35px; + padding: 0px 5px; + border-radius: 5px; + border: none; + outline: none; +} + +header .header_wrap .search_wrap input:focus{ + border: .5px solid rgba(0, 0, 0, .2); + outline: initial; +} + +header .header_wrap .search_wrap img { + position: absolute; + top: 17%; + left: 120px; +} + + + +header .header_wrap .language_select_wrap{ + position: absolute; + bottom: 31.5%; + right: -0.5%; +} + +header .header_wrap .language_select_wrap select{ + height: 34px; + width: auto; + padding: 4px 10px; + padding-top: 1px; + padding-right: 12px; + border-radius: 20px; + font-family: '맑은고딕'; + color: #666; + background-color: #f4f4f4; + border: hidden; + outline: hidden; +} + +header .header_wrap .language_select_wrap select:focus{ + outline: 2px solid black; +} + + + + + +header .inner .main_menu_items_wrap { + display: none; + justify-content: center; + position: absolute; + width: 100%; + height: 487px; + background-color: #fff; + text-align: center; + border-top: 1px solid #d7d0d0; + border-bottom: 1px solid #d7d0d0; + z-index: 1; + font-family: '맑은고딕'; +} + +header .main_menu_items_wrap .main_menu_items{ + margin-top: 25px; +} + +header .main_menu_items_wrap .main_menu_items li{ + padding: 10px 33px; + +} + + + +header .main_menu_items_wrap .main_menu_items a{ + display: inline-block; + color: #666; + font-size: 16px; + font-weight: 700; +} + + +header .main_menu_items_wrap .main_menu_items a:hover{ + color: #8dc63f; + text-decoration: underline; + +} + + + + +header .inner .main_menu_items_wrap .main_menu_image_wrap{ + position: absolute; + display: flex; + width: 100%; + height: 135px; + bottom: 0; + border-bottom: 1px solid #d7d0d0; +} + +header .inner .main_menu_items_wrap .main_menu_image_left{ + width: 50%; + height: 135px; + left: 0; + bottom: 0; + background-color: #ecdea1; +} + +header .inner .main_menu_items_wrap .main_menu_image_left img{ + float: right; +} + + + +header .inner .main_menu_items_wrap .main_menu_image_right{ + + width: 50%; + height: 135px; + right: 0; + bottom: 0; + background-color: #625042; +} + + +header .inner .main_menu_items_wrap.active{ + display: flex; +} + +.home_wrap{ + background: #8dc63f; + border-bottom: 1px solid #b7d47f; +} + + +.home_wrap .home_move{ + max-width: 1180px; + margin: 0 auto; +} + +.home_wrap .home_move .home{ + display: inline-flex; + padding: 20px 22px; + border-left: 1px solid #b7d47f; + border-right: 1px solid #b7d47f; +} + + + + + + + + + +/* MAIN */ +main{ + position: relative; + max-width: 1180px; + margin: 0 auto; + padding-bottom: 100px; +} + + +main .main_wrap{ +} + + +main .main_wrap .main_title{ + display: flex; + padding: 50px 0 0; + margin: 0 0 110px; +} + + + +main .main_wrap .main_title h1{ + display: inline-block; + font-size: 30px; + font-weight: 700; + color: rgb(33, 33, 33); + margin-right: 30px; + +} + + +main .main_wrap .main_title div{ + width: 70%; + background: url(../images/sub_tit_line.gif) repeat-x left 18px; +} + +main .main_wrap .main_privacy{ + color: rgb(99, 99, 99); +} + + + +main .main_wrap .main_privacy h2{ + padding: 0; + font-size: 20px; +} + + + +main .main_wrap .main_privacy span{ + display: inline-block; + width: 90%; + padding-left: 30px; + margin-top: 20px; + padding-bottom: 20px; + border-bottom: 1px solid #d6d6d6; + font-size: 15px; + line-height: 28px; +} + + +main .main_wrap .main_privacy2{ + color: rgb(99, 99, 99); + margin-top: 20px; +} + + +main .main_wrap .main_privacy2 h1{ + padding: 0; + font-size: 20px; + font-weight: 700; +} + + + +main .main_wrap .main_privacy2 span{ + display: inline-block; + width: 90%; + padding-left: 30px; + margin-top: 10px; + padding-bottom: 30px; + font-size: 14px; + line-height: 28px; +} + +table { + margin-left: 30px; + margin-bottom: 30px; + width: 700px; +} + + +table, th, td { + border: 1px solid #d6d6d6;; + padding: 10px 15px; + vertical-align: middle; + font-size: 15px; + color: #636363; + line-height: 25px; +} + + + +th{ + background: #f3f3f3; +} + + + + +/* FOOTER */ + +footer { + width: 100%; + height: 355px; + border-top: 1px solid rgba(0, 0, 0, .5) +} + +footer .footer_wrap{ + position: relative; + width: 1180px; + padding: 45px 0 0 0; + margin: 0 auto; + text-decoration: none; + +} + + +footer .footer_wrap .footer_logo{ + display: flex; + align-items: center; + justify-content: center; + padding-bottom: 50px; +} + +footer .footer_wrap .footer_logo img{ + width: 107px; +} + +footer .footer_wrap .footer_information{ + display: flex; + padding-left: 21px; + padding-top: 1px; + justify-content: center; + +} + + +footer .footer_wrap .footer_information span{ + display: inline-block; + text-align: center; + font-size: 16px; + line-height: 16px; + margin-right: 13px; + padding-right: 17px; +} + +footer .footer_wrap .footer_information span a{ + color: #585858; + +} + +footer .footer_wrap .footer_information span:first-child a{ + color: #004f18; + font-weight: 700; + +} + +footer .footer_wrap .footer_information span:nth-child(-n+4){ + background: url(../images/ft_line.gif) no-repeat right 5px; +} + +footer .footer_wrap .footer_location{ + padding: 28px; + padding-bottom: 0; + text-align: center; +} + + +footer .footer_wrap .footer_location span{ + padding-right: 8px; +} + + +footer .footer_wrap .footer_location span:nth-child(-n+2){ + background: url(../images/ft_line.gif) no-repeat right; +} + + + +footer .footer_wrap .footer_location span{ + line-height: 14px; + font-size: 15px; + color: #585858; + display: inline-block; + text-align: center; + padding: 0 10px; +} + +footer .footer_wrap .footer_location span:nth-last-child(1){ + background: none; + font-size: 15px; +} + +footer .footer_wrap .footer_location .copyright{ + padding-top: 12px; + padding-bottom: 20px; + line-height: 15px; +} + + +footer .footer_wrap .footer_sns{ + display: flex; + justify-content: center; + align-items: center; + padding-right: 62px; + +} + + +footer .footer_wrap .footer_sns span{ + font-size: 14px; + padding-right: 15px; + margin-right: 15px; + background: url(../images/ft_arr02.gif) no-repeat right; +} + + +footer .footer_wrap .footer_sns li{ + padding-right: 15px; +} + + + +footer .footer_wrap .footer_affiliate{ + width: 230px; + height: 35px; + font-size: 14px; + color: #1e1e1e; + margin-left: 45px; + margin-right: 27px; + padding-left: 15px; + border: 3px solid rgba(58, 58, 58, .4); +} +footer .footer_wrap .footer_affiliate .modal:hover .mini_modal{ + display: flex; +} + +footer .footer_wrap .footer_affiliate .modal .mini_modal:hover{ + display: flex; +} + +footer .footer_wrap .footer_affiliate span{ + position: absolute; + background: url(../images/ft_arr01.gif)no-repeat right; + background-position-y: 15px; + padding-right: 90px; + padding-top: 11px; +} + + +footer .footer_wrap .footer_web{ + width: 100%; + display: flex; + justify-content: center; +} + + + +footer .footer_wrap .footer_affiliate .mini_modal{ + position: absolute; + display: none; + width: 650px; + font-family: '맑은 고딕'; + bottom: 26px; + right: -12px; + background-color: #fff; + border: 3px solid rgba(58, 58, 58, .4); +} + + + +footer .footer_wrap .footer_affiliate .mini_modal ul{ + + padding: 30px; + font-size: 20px; +} + +footer .footer_wrap .footer_affiliate .mini_modal div{ + padding-bottom: 20px; + border-bottom: 1px solid black; + margin-bottom: 20px; +} + +footer .footer_wrap .footer_affiliate .mini_modal ul li{ + font-size: 15px; + padding-top: 10px; + +} + +footer .footer_wrap .footer_affiliate .mini_modal .modal_box a{ +color: #585858; +} \ No newline at end of file diff --git a/policy/policy.html b/policy/policy.html new file mode 100644 index 00000000..cf46de81 --- /dev/null +++ b/policy/policy.html @@ -0,0 +1,358 @@ + + + + + + + 개인정보처리방침 l 풀무원 + + + + + + + + + + + + +
+
+ +
+
+
+ + home + +
+
+
+
+
+ + + +
+
+
+

개인정보처리방침

+
+
+
+

(주)풀무원 개인정보처리방침(Ver 6.0)

+ ('www.pulmuone.kr'이하 '풀무원 홈페이지')는 개인정보보호법에 따라 이용자의 개인정보 보호 및 권익을 보호하고 개인정보와 관련한 이용자의 고충을 원활하게 처리할 수 있도록 다음과 같은 처리방침을 두고 있습니다.
+
+ +
1.총칙 +
2.개인정보 수집 목적 및 항목 +
3.개인정보의 수집 방법 +
4.개인정보의 처리 위탁 +
5.개인정보의 제3자 제공 +
6.개인정보의 보유 및 이용기간 +
7.개인정보의 파기 절차 및 방법 +
8.정보주체의 권리 행사 방법 +
9.개인정보 자동 수집 장치의 설치/운영 및 거부에 관한 사항 +
10.개인정보의 안전성 확보조치에 관한 사항 +
11.개인정보보호 책임자의 지정 +
12.권익침해 및 구제 방법 +
13.제13조 고지의 의무 +
+
+
+

1. 총칙

+ ㈜풀무원 브랜드사이트(이하 ‘회사’)는 고객님의 개인정보를 보호하기 위하여 관련 법령을 준수하고 다음과 같이 개인정보보호법에 따라 개인정보 처리방침을 수립하였습니다. + +

2. 개인정보 수집 목적 및 항목

+ 회사는 고객민원, 공장견학신청, 감사실제보 등의 목적으로 다음과 같이 개인정보를 수집합니다. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
수집 목적구분수집하는 항목보유 기간
고객의 소리 접수 및 결과 회신
서비스 만족도 조사 진행
필수항목이름, 이메일, 휴대전화 번호3년
선택항목주소
공장견학 신청 및 신청 결과 회신
공장견학 진행과 관련한 안내
필수항목이름, 이메일, 휴대전화 번호1년
선택항목유선 연락처
부정제보
건의사항
인권고충상담
거래상 분쟁조정
필수항목이름, 이메일, 휴대전화 번호10년
+ + + + + +

3. 개인정보의 수집 방법

+ 홈페이지 내 제2조에 따른 수집 목적에 해당하는 메뉴를 통한 정보 수집 +

4. 개인정보의 처리 위탁

+ 원활한 개인정보 업무처리를 위하여 다음과 같이 개인정보 처리업무를 위탁하고 있습니다. + + + + + + + + + + + + + + + + + + + + + + + + + +
위탁업체명위탁업무내용위탁기간
메타넷풀무원 홈페이지 유지관리회원탈퇴 시 혹은 위탁계약 종료 시
㈜MPCCS 정보전산 처리 및 유지관리
㈜이비즈엔시스템메일 전송 시스템 유지관리
LG CNS고객기쁨센터 상담 고객만족도 조사
+ + + + + +

5. 개인정보의 제3자 제공

+ 회사는 정보주체의 개인정보를 제2조에 명시한 수집 목적 내에서만 사용하며, 그 범위를 초과하여 이용하거나 타인 또는 타기업, 기관 등에 제공하지 않습니다. +

6. 개인정보의 보유 및 이용기간

+ ① 원칙적으로, 개인정보 수집 및 이용목적이 달성된 후에는 해당정보를 지체없이 파기합니다.
+ ② 단, 관계법령의 규정에 의하여 보존할 필요가 있는 경우 회사는 아래와 같이 관계법령에서 정한 일정한 기간 동안 개인정보를 보관합니다.
+   · 소비자의 불만 또는 분쟁처리에 관한 기록 : 3년 (전자상거래등에서의 소비자보호에 관한 법률)
+

7. 개인정보의 파기 절차 및 방법

+ ① 수집한 정보주체의 개인정보는 처리목적 달성, 해당 서비스의 폐지, 사업의 종료 등 그 개인정보가 불필요하게 되었을 때에는 즉시 파기합니다.
+ ② 종이에 출력된 개인정보는 파쇄기를 통하여 분쇄하거나 소각을 통하여 파기하며 전자적 파일 형태의 정보는 기록을 재생할 수 없는 기술적 방법을 사용하여 파기합니다.
+

8. 정보주체의 권리 행사 방법

+ ① 정보주체는 개인정보의 정정, 삭제, 처리정리를 요구할 수 있으며 E-mail(privacy@pulmuone.com)로 통보하시면 본인 확인을 거친 경우에 한하여 처리할 수 있습니다.
+ ② 다만, 다른 법령상의 의무를 준수하기 위하여 불가피한 경우 정보주체의 요구를 거부할 수 있습니다.
+

9. 개인정보 자동 수집 장치의 설치/운영 및 거부에 관한 사항

+ 회사는 회원 여러분에게 개인화된 서비스를 제공하기 위하여 '쿠키(cookie)'를 사용하기도 합니다. '쿠키(cookie)'는 HTTP서버에서 사용자의 브라우저에게 보내는 조그마한 데이터 꾸러미로서 회원의 컴퓨터 하드드라이브에 저장됩니다. 쿠키에는 사용한 웹사이트의 정보 및 이용자의 개인정보가 담길 수 있습니다.
+ ① 쿠키 등 사용 목적 : 이용자들이 방문한 홈페이지의 최적화된 정보 제공을 위하여 사용합니다.
+ 이용자의 개인정보는 비밀번호에 의해 보호되며, 중요한 데이터는 파일 및 전송 데이터를 암호화하거나 파일 잠금 기능을 사용하는 등의 별도 보안기능을 통해 보호 하고 있습니다.
+ ② 쿠키의 설치/운영 및 거부 : 이용자는 쿠키 설치에 대한 선택권을 가지고 있습니다. 따라서, 이용자는 웹브라우저에서 옵션을 설정함으로써 모든 쿠키를 허용하거나, 쿠키가 저장될 때마다 확인을 거치거나, 아니면 모든 쿠키의 저장을 거부할 수도 있습니다.
+ ③ 쿠키 설정을 거부하는 방법으로는 이용자가 사용하는 웹 브라우저의 옵션을 선택함으로써 모든 쿠키를 허용하거나 쿠키를 저장할 때마다 확인을 거치거나, 모든 쿠키의 저장을 거부할 수 있습니다.
+

10. 개인정보의 안전성 확보조치에 관한 사항

+ ① 관리적 보호조치 : 개인정보내부관리 수립/시행, 개인정보취급자 교육/점검 등
+ ② 기술적 보조호치 : 개인정보 암호화, 보안 프로그램 설치, 접근통제시스템 운영 등
+ ③ 물리적 보호조치 : 전산실 등 대외비 시설의 비인가 접근통제 등
+

11. 개인정보보호 책임자의 지정

+ 부서명 : 정보보안팀 + 담당자 : 최현석 + 연락처 : privacy@pulmuone.com +

12. 권익침해 및 구제 방법

+ - 개인정보침해신고센터 (http://privacy.kisa.or.kr / 국번없이 118)
+ - 대검찰청 사이버수사과 (http://www.spo.go.kr / 국번없이 1301)
+ - 경찰청 사이버안전국 (http://cyberbureau.police.go.kr / 국번없이 182)
+

13. 고지의 의무

+ 이 개인정보처리방침은 시행일로부터 적용되며, 법령 및 방침에 따른 변경 내용의 추가, 삭제 및 정정이 있는 경우 시행 7일 전부터 공지사항을 통하여 고지할 것입니다.
+ - 개인정보처리방침 개정버전 : v6.0
+ - 개인정보처리방침 시행일자 : 2021년 11월 19일
+ +
+
+
+ + +
+ + + + + + +
+ + + + + + + + + + + + \ No newline at end of file diff --git a/result/result.css b/result/result.css new file mode 100644 index 00000000..0b5e69fc --- /dev/null +++ b/result/result.css @@ -0,0 +1,792 @@ +*{ + scroll-behavior: smooth; + list-style: none; + color: inherit; +} + + +body{ + font-size: 16px; + color: #7d7d7d; + font-family: 'NSKR', '맑은 고딕'; + line-height: 1; +} + + +img{ + display: block; +} + +a { + text-decoration: none; +} + + +a:visited{ + color: inherit; +} + +.inner{ + width: 100%; + background-color: #fff; +} + + +/* HEADER */ +header{ + position: relative; + padding-top: 20px; + width: 100%; + background-color: #fff; +} + + +header .header_wrap{ + display: flex; + position: relative; + width: 1180px; + height: 117px; + margin: 0 auto; + +} + + +header .header_logo{ + position: absolute; + height: 53px; + top: 0; + bottom: 0; + left: 0; + margin: auto 0; +} + +header .header_wrap .sub_menu { + width: 100%; + height: 17px; +} + + +header .header_wrap .sub_menu .menu{ + display: flex; + justify-content: flex-end; + width: 100%; + height: 17px; + white-space: nowrap; + margin-top: 2px; +} + + + +header .header_wrap .sub_menu .menu img{ + display: inline; + margin-right: 3.4px; +} + + + +header .header_wrap .sub_menu .menu a{ + display: block; + color: #666; + font-size: 14.5px; + padding-left: 12px; + font-weight: 600; +} + + + +header .header_wrap .main_menu_wrap { + position: absolute; + bottom: 35%; + right: 26%; +} + + + +header .header_wrap .main_menu_wrap .main_menu{ + display: flex; +} + + +header .header_wrap .main_menu_wrap .main_menu li a{ + font-size: 22px; + color: #1e1e1e; + margin-left: 76px; + font-weight: 700; + font-family: 'Gowun Dodum', Arial, sans-serif; +} + + + +header .header_wrap .search_wrap { + position: absolute; + width: 10px; + bottom: 31%; + right: 18.8%; +} + + +header .header_wrap .search_wrap input{ + width: 150px; + height: 35px; + padding: 0px 5px; + border-radius: 5px; + border: none; + outline: none; +} + +header .header_wrap .search_wrap input:focus{ + border: .5px solid rgba(0, 0, 0, .2); + outline: initial; +} + +header .header_wrap .search_wrap img { + position: absolute; + top: 17%; + left: 120px; +} + + + +header .header_wrap .language_select_wrap{ + position: absolute; + bottom: 31.5%; + right: -0.5%; +} + +header .header_wrap .language_select_wrap select{ + height: 34px; + width: auto; + padding: 4px 10px; + padding-top: 1px; + padding-right: 12px; + border-radius: 20px; + font-family: '맑은고딕'; + color: #666; + background-color: #f4f4f4; + border: hidden; + outline: hidden; +} + +header .header_wrap .language_select_wrap select:focus{ + outline: 2px solid black; +} + + + + + +header .inner .main_menu_items_wrap { + display: none; + justify-content: center; + position: absolute; + width: 100%; + height: 487px; + background-color: #fff; + text-align: center; + border-top: 1px solid #d7d0d0; + border-bottom: 1px solid #d7d0d0; + z-index: 1; + font-family: '맑은고딕'; +} + +header .main_menu_items_wrap .main_menu_items{ + margin-top: 25px; +} + +header .main_menu_items_wrap .main_menu_items li{ + padding: 10px 33px; + +} + + + +header .main_menu_items_wrap .main_menu_items a{ + display: inline-block; + color: #666; + font-size: 16px; + font-weight: 700; +} + + +header .main_menu_items_wrap .main_menu_items a:hover{ + color: #8dc63f; + text-decoration: underline; + +} + + + + +header .inner .main_menu_items_wrap .main_menu_image_wrap{ + position: absolute; + display: flex; + width: 100%; + height: 135px; + bottom: 0; + border-bottom: 1px solid #d7d0d0; +} + +header .inner .main_menu_items_wrap .main_menu_image_left{ + width: 50%; + height: 135px; + left: 0; + bottom: 0; + background-color: #ecdea1; +} + +header .inner .main_menu_items_wrap .main_menu_image_left img{ + float: right; +} + + + +header .inner .main_menu_items_wrap .main_menu_image_right{ + + width: 50%; + height: 135px; + right: 0; + bottom: 0; + background-color: #625042; +} + + +header .inner .main_menu_items_wrap.active{ + display: flex; +} + +.home_wrap{ + background: #8dc63f; +} + + + + +.home_wrap img{ + width: 100%; +} + +.home_wrap .home_move{ + display: flex; + max-width: 1180px; + margin: 0 auto; + color: #fff; + border-right: 1px solid #b7d47f; +} + + + + +.home_wrap .home_move .home{ + display: inline-flex; + padding: 20px 22px; + border-left: 1px solid #b7d47f; + border-right: 1px solid #b7d47f; + border-bottom: 1px solid #b7d47f; +} + + +.home_wrap .home_main_menu{ + width: 200px; + padding: 20px 0; + border-right: 1px solid #b7d47f; + cursor: pointer; +} + +.home_wrap .home_main_menu ul{ + width: 190px; + position: absolute; + background: #8dc63f; + border-right: 1px solid #b7d47f; +} + +.home_wrap .home_main_menu ul:first-child{ + padding-left: 10px; +} + +.home_wrap .home_main_menu ul li{ + display: flex; + padding: 10px 0; +} + + +.home_wrap .home_sub_menu{ + display: none; + width: 100%; + margin-top: 20px; + border-top: 1px solid #b7d47f; + border-right: 1px solid #b7d47f; +} + + +.home_wrap .home_main_menu2{ + width: 200px; + padding: 20px 0; + border-right: 1px solid #b7d47f; + cursor: pointer; +} + +.home_wrap .home_main_menu2 ul{ + width: 190px; + position: absolute; + background: #8dc63f; +} + +.home_wrap .home_main_menu2 ul:first-child{ + padding-left: 10px; +} + +.home_wrap .home_main_menu2 ul li{ + display: flex; + padding: 10px 0; +} + + +.home_wrap .home_sub_menu2{ + display: none; + width: 100%; + margin-top: 20px; + border-top: 1px solid #b7d47f; + border-right: 1px solid #b7d47f; + +} + + + +.home_wrap .home_sub_menu.open{ + display: block; +} + + + + +.home_wrap .home_main_menu2 ul li{ + display: flex; + padding: 10px 0; + font-style: none; + +} + + +.home_wrap .home_sub_menu2.open{ + display: block; +} + + +.home_wrap .home_sub_menu2{ + display: none; + width: 100%; + margin-top: 20px; + border-top: 1px solid #b7d47f; + +} + + + + + + +/* MAIN */ +main{ + width: 100%; + position: relative; + max-width: 1180px; + margin: 0 auto; + padding-bottom: 100px; +} + + +main .main_wrap{ + margin-right: 10px; +} + + +main .main_wrap .main_title{ + display: flex; + padding: 50px 0 0; + margin: 0 0 110px; +} + + + +main .main_wrap .main_title h1{ + display: inline-block; + font-size: 30px; + font-weight: 700; + color: rgb(33, 33, 33); + margin-right: 30px; + +} + + +main .main_wrap .main_title div{ + width: 69%; + background: url(../images/sub_tit_line.gif) repeat-x left 18px; + z-index: -1; +} + +main .main_wrap .main_with{ + color: rgb(33, 33, 33); +} + + + + + +main .main_wrap .main_with { + width: 80%; + margin-top: 20px; + padding-left: 70px; + padding-bottom: 20px; + font-size: 40px; + font-weight: 700; + line-height: 74px; + text-align: center; +} + +main .main_wrap .main_with strong{ + color: #7eae4b; +} + + +main .main_wrap .main_with img{ + width: 80%; + margin: 0 auto; + padding-top: 40px; +} + + + +main .main_wrap .main_with2 { + width: 85%; + margin-top: 70px; + padding-bottom: 70px; + padding-left: 80px; + font-size: 17px; + line-height: 30px; + color: #333; + text-align: center; + font-weight: 700; + +} + + + + +main .main_wrap .main_with2 h1{ + font-weight: 700; + font-size: 21px; + padding-bottom: 30px; +} + + + + +main .main_wrap .main_with3 { + width: 85%; + margin-top: 20px; + padding-bottom: 50px; + padding-left: 80px; + font-size: 17px; + font-weight: 700; + line-height: 30px; + color: #333; + text-align: center; + +} + + + +main .main_wrap .main_with3 h1{ + font-weight: 700; + font-size: 27px; + padding-bottom: 30px; +} + + +main .main_wrap .main_with3 h2{ + font-weight: 700; + font-size: 27px; + padding-bottom: 30px; + color: #7eae4b; +} + + + + + +main .main_wrap .main_with3 .main_with_logo{ + display: flex; + padding: 100px 0; + margin-top: 70px; + justify-content: center; + border: 1px solid rgba(58, 58, 58, .4); +} + +main .main_wrap .down_box { + display: flex; + position: absolute; + right: 10%; + width: 300px; + border: 1px solid rgba(58, 58, 58, .4); + color: #333; +} + +main .main_wrap .down_box a{ + display: flex; + justify-content: center; + align-items: center; + text-align: center; + color: #333; + padding: 20px; +} + +main .main_wrap .down_box img{ + padding-right: 10px; +} + + + + +@keyframes up_text { + from { + transform: translateY(500px); + } + to { + transform: translateY(0); + } +} + +.main_wrap { + animation: up_text 1s ease-out; +} + + +.main_with1 { + animation: up_text 2s ease-out; +} + +.main_with2 { + animation: up_text 3s ease-out; +} + +.main_with3 { + animation: up_text 4s ease-out; +} + +.main_with4 { + animation: up_text 4s ease-out; +} + + + + + + + + + + + +/* FOOTER */ + +footer { + width: 100%; + height: 355px; + border-top: 1px solid rgba(0, 0, 0, .5) +} + +footer .footer_wrap{ + position: relative; + width: 1180px; + padding: 45px 0 0 0; + margin: 0 auto; + text-decoration: none; + +} + + +footer .footer_wrap .footer_logo{ + display: flex; + align-items: center; + justify-content: center; + padding-bottom: 50px; +} + +footer .footer_wrap .footer_logo img{ + width: 107px; +} + +footer .footer_wrap .footer_information{ + display: flex; + padding-left: 21px; + padding-top: 1px; + justify-content: center; + +} + + +footer .footer_wrap .footer_information span{ + display: inline-block; + text-align: center; + font-size: 16px; + line-height: 16px; + margin-right: 13px; + padding-right: 17px; +} + +footer .footer_wrap .footer_information span a{ + color: #585858; + +} + +footer .footer_wrap .footer_information span:first-child a{ + color: #004f18; + font-weight: 700; + +} + +footer .footer_wrap .footer_information span:nth-child(-n+4){ + background: url(../images/ft_line.gif) no-repeat right 5px; +} + +footer .footer_wrap .footer_location{ + padding: 28px; + padding-bottom: 0; + text-align: center; +} + + +footer .footer_wrap .footer_location span{ + padding-right: 8px; +} + + +footer .footer_wrap .footer_location span:nth-child(-n+2){ + background: url(../images/ft_line.gif) no-repeat right; +} + + + +footer .footer_wrap .footer_location span{ + line-height: 14px; + font-size: 15px; + color: #585858; + display: inline-block; + text-align: center; + padding: 0 10px; +} + +footer .footer_wrap .footer_location span:nth-last-child(1){ + background: none; + font-size: 15px; +} + +footer .footer_wrap .footer_location .copyright{ + padding-top: 12px; + padding-bottom: 20px; + line-height: 15px; +} + + +footer .footer_wrap .footer_sns{ + display: flex; + justify-content: center; + align-items: center; + padding-right: 62px; + +} + + +footer .footer_wrap .footer_sns span{ + font-size: 14px; + padding-right: 15px; + margin-right: 15px; + background: url(../images/ft_arr02.gif) no-repeat right; +} + + +footer .footer_wrap .footer_sns li{ + padding-right: 15px; +} + + + +footer .footer_wrap .footer_affiliate{ + width: 230px; + height: 35px; + font-size: 14px; + color: #1e1e1e; + margin-left: 45px; + margin-right: 27px; + padding-left: 15px; + border: 3px solid rgba(58, 58, 58, .4); +} +footer .footer_wrap .footer_affiliate .modal:hover .mini_modal{ + display: flex; +} + +footer .footer_wrap .footer_affiliate .modal .mini_modal:hover{ + display: flex; +} + +footer .footer_wrap .footer_affiliate span{ + position: absolute; + background: url(../images/ft_arr01.gif)no-repeat right; + background-position-y: 15px; + padding-right: 90px; + padding-top: 11px; +} + + +footer .footer_wrap .footer_web{ + width: 100%; + display: flex; + justify-content: center; +} + + + +footer .footer_wrap .footer_affiliate .mini_modal{ + position: absolute; + display: none; + width: 650px; + font-family: '맑은 고딕'; + bottom: 26px; + right: -12px; + background-color: #fff; + border: 3px solid rgba(58, 58, 58, .4); +} + + + +footer .footer_wrap .footer_affiliate .mini_modal ul{ + + padding: 30px; + font-size: 20px; +} + +footer .footer_wrap .footer_affiliate .mini_modal div{ + padding-bottom: 20px; + border-bottom: 1px solid black; + margin-bottom: 20px; +} + +footer .footer_wrap .footer_affiliate .mini_modal ul li{ + font-size: 15px; + padding-top: 10px; + +} + +footer .footer_wrap .footer_affiliate .mini_modal .modal_box a{ +color: #585858; +} + + + + + + + + + + diff --git a/result/result.html b/result/result.html new file mode 100644 index 00000000..92afd6c4 --- /dev/null +++ b/result/result.html @@ -0,0 +1,243 @@ + + + + + + + 수상내역 ㅣ 성과 ㅣ 풀무원 + + + + + + + + + + + + +
+
+ +
+
+
+ + home + +
+
+ +
+
+ +
+
+
+ +
+
+
+ +
+
+
+

성과

+
+
+
+ 풀무원은 사회책임경영을 통해 + ‘글로벌 No.1 LOHAS기업’으로 도약하겠습니다. + +
+
+ + +
+
+
+ + + + + +
+ + + + + + + + + + + + \ No newline at end of file diff --git a/rule/rule.css b/rule/rule.css new file mode 100644 index 00000000..0b5e69fc --- /dev/null +++ b/rule/rule.css @@ -0,0 +1,792 @@ +*{ + scroll-behavior: smooth; + list-style: none; + color: inherit; +} + + +body{ + font-size: 16px; + color: #7d7d7d; + font-family: 'NSKR', '맑은 고딕'; + line-height: 1; +} + + +img{ + display: block; +} + +a { + text-decoration: none; +} + + +a:visited{ + color: inherit; +} + +.inner{ + width: 100%; + background-color: #fff; +} + + +/* HEADER */ +header{ + position: relative; + padding-top: 20px; + width: 100%; + background-color: #fff; +} + + +header .header_wrap{ + display: flex; + position: relative; + width: 1180px; + height: 117px; + margin: 0 auto; + +} + + +header .header_logo{ + position: absolute; + height: 53px; + top: 0; + bottom: 0; + left: 0; + margin: auto 0; +} + +header .header_wrap .sub_menu { + width: 100%; + height: 17px; +} + + +header .header_wrap .sub_menu .menu{ + display: flex; + justify-content: flex-end; + width: 100%; + height: 17px; + white-space: nowrap; + margin-top: 2px; +} + + + +header .header_wrap .sub_menu .menu img{ + display: inline; + margin-right: 3.4px; +} + + + +header .header_wrap .sub_menu .menu a{ + display: block; + color: #666; + font-size: 14.5px; + padding-left: 12px; + font-weight: 600; +} + + + +header .header_wrap .main_menu_wrap { + position: absolute; + bottom: 35%; + right: 26%; +} + + + +header .header_wrap .main_menu_wrap .main_menu{ + display: flex; +} + + +header .header_wrap .main_menu_wrap .main_menu li a{ + font-size: 22px; + color: #1e1e1e; + margin-left: 76px; + font-weight: 700; + font-family: 'Gowun Dodum', Arial, sans-serif; +} + + + +header .header_wrap .search_wrap { + position: absolute; + width: 10px; + bottom: 31%; + right: 18.8%; +} + + +header .header_wrap .search_wrap input{ + width: 150px; + height: 35px; + padding: 0px 5px; + border-radius: 5px; + border: none; + outline: none; +} + +header .header_wrap .search_wrap input:focus{ + border: .5px solid rgba(0, 0, 0, .2); + outline: initial; +} + +header .header_wrap .search_wrap img { + position: absolute; + top: 17%; + left: 120px; +} + + + +header .header_wrap .language_select_wrap{ + position: absolute; + bottom: 31.5%; + right: -0.5%; +} + +header .header_wrap .language_select_wrap select{ + height: 34px; + width: auto; + padding: 4px 10px; + padding-top: 1px; + padding-right: 12px; + border-radius: 20px; + font-family: '맑은고딕'; + color: #666; + background-color: #f4f4f4; + border: hidden; + outline: hidden; +} + +header .header_wrap .language_select_wrap select:focus{ + outline: 2px solid black; +} + + + + + +header .inner .main_menu_items_wrap { + display: none; + justify-content: center; + position: absolute; + width: 100%; + height: 487px; + background-color: #fff; + text-align: center; + border-top: 1px solid #d7d0d0; + border-bottom: 1px solid #d7d0d0; + z-index: 1; + font-family: '맑은고딕'; +} + +header .main_menu_items_wrap .main_menu_items{ + margin-top: 25px; +} + +header .main_menu_items_wrap .main_menu_items li{ + padding: 10px 33px; + +} + + + +header .main_menu_items_wrap .main_menu_items a{ + display: inline-block; + color: #666; + font-size: 16px; + font-weight: 700; +} + + +header .main_menu_items_wrap .main_menu_items a:hover{ + color: #8dc63f; + text-decoration: underline; + +} + + + + +header .inner .main_menu_items_wrap .main_menu_image_wrap{ + position: absolute; + display: flex; + width: 100%; + height: 135px; + bottom: 0; + border-bottom: 1px solid #d7d0d0; +} + +header .inner .main_menu_items_wrap .main_menu_image_left{ + width: 50%; + height: 135px; + left: 0; + bottom: 0; + background-color: #ecdea1; +} + +header .inner .main_menu_items_wrap .main_menu_image_left img{ + float: right; +} + + + +header .inner .main_menu_items_wrap .main_menu_image_right{ + + width: 50%; + height: 135px; + right: 0; + bottom: 0; + background-color: #625042; +} + + +header .inner .main_menu_items_wrap.active{ + display: flex; +} + +.home_wrap{ + background: #8dc63f; +} + + + + +.home_wrap img{ + width: 100%; +} + +.home_wrap .home_move{ + display: flex; + max-width: 1180px; + margin: 0 auto; + color: #fff; + border-right: 1px solid #b7d47f; +} + + + + +.home_wrap .home_move .home{ + display: inline-flex; + padding: 20px 22px; + border-left: 1px solid #b7d47f; + border-right: 1px solid #b7d47f; + border-bottom: 1px solid #b7d47f; +} + + +.home_wrap .home_main_menu{ + width: 200px; + padding: 20px 0; + border-right: 1px solid #b7d47f; + cursor: pointer; +} + +.home_wrap .home_main_menu ul{ + width: 190px; + position: absolute; + background: #8dc63f; + border-right: 1px solid #b7d47f; +} + +.home_wrap .home_main_menu ul:first-child{ + padding-left: 10px; +} + +.home_wrap .home_main_menu ul li{ + display: flex; + padding: 10px 0; +} + + +.home_wrap .home_sub_menu{ + display: none; + width: 100%; + margin-top: 20px; + border-top: 1px solid #b7d47f; + border-right: 1px solid #b7d47f; +} + + +.home_wrap .home_main_menu2{ + width: 200px; + padding: 20px 0; + border-right: 1px solid #b7d47f; + cursor: pointer; +} + +.home_wrap .home_main_menu2 ul{ + width: 190px; + position: absolute; + background: #8dc63f; +} + +.home_wrap .home_main_menu2 ul:first-child{ + padding-left: 10px; +} + +.home_wrap .home_main_menu2 ul li{ + display: flex; + padding: 10px 0; +} + + +.home_wrap .home_sub_menu2{ + display: none; + width: 100%; + margin-top: 20px; + border-top: 1px solid #b7d47f; + border-right: 1px solid #b7d47f; + +} + + + +.home_wrap .home_sub_menu.open{ + display: block; +} + + + + +.home_wrap .home_main_menu2 ul li{ + display: flex; + padding: 10px 0; + font-style: none; + +} + + +.home_wrap .home_sub_menu2.open{ + display: block; +} + + +.home_wrap .home_sub_menu2{ + display: none; + width: 100%; + margin-top: 20px; + border-top: 1px solid #b7d47f; + +} + + + + + + +/* MAIN */ +main{ + width: 100%; + position: relative; + max-width: 1180px; + margin: 0 auto; + padding-bottom: 100px; +} + + +main .main_wrap{ + margin-right: 10px; +} + + +main .main_wrap .main_title{ + display: flex; + padding: 50px 0 0; + margin: 0 0 110px; +} + + + +main .main_wrap .main_title h1{ + display: inline-block; + font-size: 30px; + font-weight: 700; + color: rgb(33, 33, 33); + margin-right: 30px; + +} + + +main .main_wrap .main_title div{ + width: 69%; + background: url(../images/sub_tit_line.gif) repeat-x left 18px; + z-index: -1; +} + +main .main_wrap .main_with{ + color: rgb(33, 33, 33); +} + + + + + +main .main_wrap .main_with { + width: 80%; + margin-top: 20px; + padding-left: 70px; + padding-bottom: 20px; + font-size: 40px; + font-weight: 700; + line-height: 74px; + text-align: center; +} + +main .main_wrap .main_with strong{ + color: #7eae4b; +} + + +main .main_wrap .main_with img{ + width: 80%; + margin: 0 auto; + padding-top: 40px; +} + + + +main .main_wrap .main_with2 { + width: 85%; + margin-top: 70px; + padding-bottom: 70px; + padding-left: 80px; + font-size: 17px; + line-height: 30px; + color: #333; + text-align: center; + font-weight: 700; + +} + + + + +main .main_wrap .main_with2 h1{ + font-weight: 700; + font-size: 21px; + padding-bottom: 30px; +} + + + + +main .main_wrap .main_with3 { + width: 85%; + margin-top: 20px; + padding-bottom: 50px; + padding-left: 80px; + font-size: 17px; + font-weight: 700; + line-height: 30px; + color: #333; + text-align: center; + +} + + + +main .main_wrap .main_with3 h1{ + font-weight: 700; + font-size: 27px; + padding-bottom: 30px; +} + + +main .main_wrap .main_with3 h2{ + font-weight: 700; + font-size: 27px; + padding-bottom: 30px; + color: #7eae4b; +} + + + + + +main .main_wrap .main_with3 .main_with_logo{ + display: flex; + padding: 100px 0; + margin-top: 70px; + justify-content: center; + border: 1px solid rgba(58, 58, 58, .4); +} + +main .main_wrap .down_box { + display: flex; + position: absolute; + right: 10%; + width: 300px; + border: 1px solid rgba(58, 58, 58, .4); + color: #333; +} + +main .main_wrap .down_box a{ + display: flex; + justify-content: center; + align-items: center; + text-align: center; + color: #333; + padding: 20px; +} + +main .main_wrap .down_box img{ + padding-right: 10px; +} + + + + +@keyframes up_text { + from { + transform: translateY(500px); + } + to { + transform: translateY(0); + } +} + +.main_wrap { + animation: up_text 1s ease-out; +} + + +.main_with1 { + animation: up_text 2s ease-out; +} + +.main_with2 { + animation: up_text 3s ease-out; +} + +.main_with3 { + animation: up_text 4s ease-out; +} + +.main_with4 { + animation: up_text 4s ease-out; +} + + + + + + + + + + + +/* FOOTER */ + +footer { + width: 100%; + height: 355px; + border-top: 1px solid rgba(0, 0, 0, .5) +} + +footer .footer_wrap{ + position: relative; + width: 1180px; + padding: 45px 0 0 0; + margin: 0 auto; + text-decoration: none; + +} + + +footer .footer_wrap .footer_logo{ + display: flex; + align-items: center; + justify-content: center; + padding-bottom: 50px; +} + +footer .footer_wrap .footer_logo img{ + width: 107px; +} + +footer .footer_wrap .footer_information{ + display: flex; + padding-left: 21px; + padding-top: 1px; + justify-content: center; + +} + + +footer .footer_wrap .footer_information span{ + display: inline-block; + text-align: center; + font-size: 16px; + line-height: 16px; + margin-right: 13px; + padding-right: 17px; +} + +footer .footer_wrap .footer_information span a{ + color: #585858; + +} + +footer .footer_wrap .footer_information span:first-child a{ + color: #004f18; + font-weight: 700; + +} + +footer .footer_wrap .footer_information span:nth-child(-n+4){ + background: url(../images/ft_line.gif) no-repeat right 5px; +} + +footer .footer_wrap .footer_location{ + padding: 28px; + padding-bottom: 0; + text-align: center; +} + + +footer .footer_wrap .footer_location span{ + padding-right: 8px; +} + + +footer .footer_wrap .footer_location span:nth-child(-n+2){ + background: url(../images/ft_line.gif) no-repeat right; +} + + + +footer .footer_wrap .footer_location span{ + line-height: 14px; + font-size: 15px; + color: #585858; + display: inline-block; + text-align: center; + padding: 0 10px; +} + +footer .footer_wrap .footer_location span:nth-last-child(1){ + background: none; + font-size: 15px; +} + +footer .footer_wrap .footer_location .copyright{ + padding-top: 12px; + padding-bottom: 20px; + line-height: 15px; +} + + +footer .footer_wrap .footer_sns{ + display: flex; + justify-content: center; + align-items: center; + padding-right: 62px; + +} + + +footer .footer_wrap .footer_sns span{ + font-size: 14px; + padding-right: 15px; + margin-right: 15px; + background: url(../images/ft_arr02.gif) no-repeat right; +} + + +footer .footer_wrap .footer_sns li{ + padding-right: 15px; +} + + + +footer .footer_wrap .footer_affiliate{ + width: 230px; + height: 35px; + font-size: 14px; + color: #1e1e1e; + margin-left: 45px; + margin-right: 27px; + padding-left: 15px; + border: 3px solid rgba(58, 58, 58, .4); +} +footer .footer_wrap .footer_affiliate .modal:hover .mini_modal{ + display: flex; +} + +footer .footer_wrap .footer_affiliate .modal .mini_modal:hover{ + display: flex; +} + +footer .footer_wrap .footer_affiliate span{ + position: absolute; + background: url(../images/ft_arr01.gif)no-repeat right; + background-position-y: 15px; + padding-right: 90px; + padding-top: 11px; +} + + +footer .footer_wrap .footer_web{ + width: 100%; + display: flex; + justify-content: center; +} + + + +footer .footer_wrap .footer_affiliate .mini_modal{ + position: absolute; + display: none; + width: 650px; + font-family: '맑은 고딕'; + bottom: 26px; + right: -12px; + background-color: #fff; + border: 3px solid rgba(58, 58, 58, .4); +} + + + +footer .footer_wrap .footer_affiliate .mini_modal ul{ + + padding: 30px; + font-size: 20px; +} + +footer .footer_wrap .footer_affiliate .mini_modal div{ + padding-bottom: 20px; + border-bottom: 1px solid black; + margin-bottom: 20px; +} + +footer .footer_wrap .footer_affiliate .mini_modal ul li{ + font-size: 15px; + padding-top: 10px; + +} + +footer .footer_wrap .footer_affiliate .mini_modal .modal_box a{ +color: #585858; +} + + + + + + + + + + diff --git a/rule/rule.html b/rule/rule.html new file mode 100644 index 00000000..fed6e4ce --- /dev/null +++ b/rule/rule.html @@ -0,0 +1,243 @@ + + + + + + + 바른먹거리 원칙 ㅣ 바른먹거리 & 로하스 + + + + + + + + + + + + +
+
+ +
+ +
+ +
+
+
+ +
+
+
+

바른먹거리 원칙

+
+
+
+ 내 가족의 건강과 행복을 위한 + 바른먹거리. + +
+
+ + +
+
+
+ + + + + +
+ + + + + + + + + + + + \ No newline at end of file diff --git a/strategy/strategy.css b/strategy/strategy.css new file mode 100644 index 00000000..0b5e69fc --- /dev/null +++ b/strategy/strategy.css @@ -0,0 +1,792 @@ +*{ + scroll-behavior: smooth; + list-style: none; + color: inherit; +} + + +body{ + font-size: 16px; + color: #7d7d7d; + font-family: 'NSKR', '맑은 고딕'; + line-height: 1; +} + + +img{ + display: block; +} + +a { + text-decoration: none; +} + + +a:visited{ + color: inherit; +} + +.inner{ + width: 100%; + background-color: #fff; +} + + +/* HEADER */ +header{ + position: relative; + padding-top: 20px; + width: 100%; + background-color: #fff; +} + + +header .header_wrap{ + display: flex; + position: relative; + width: 1180px; + height: 117px; + margin: 0 auto; + +} + + +header .header_logo{ + position: absolute; + height: 53px; + top: 0; + bottom: 0; + left: 0; + margin: auto 0; +} + +header .header_wrap .sub_menu { + width: 100%; + height: 17px; +} + + +header .header_wrap .sub_menu .menu{ + display: flex; + justify-content: flex-end; + width: 100%; + height: 17px; + white-space: nowrap; + margin-top: 2px; +} + + + +header .header_wrap .sub_menu .menu img{ + display: inline; + margin-right: 3.4px; +} + + + +header .header_wrap .sub_menu .menu a{ + display: block; + color: #666; + font-size: 14.5px; + padding-left: 12px; + font-weight: 600; +} + + + +header .header_wrap .main_menu_wrap { + position: absolute; + bottom: 35%; + right: 26%; +} + + + +header .header_wrap .main_menu_wrap .main_menu{ + display: flex; +} + + +header .header_wrap .main_menu_wrap .main_menu li a{ + font-size: 22px; + color: #1e1e1e; + margin-left: 76px; + font-weight: 700; + font-family: 'Gowun Dodum', Arial, sans-serif; +} + + + +header .header_wrap .search_wrap { + position: absolute; + width: 10px; + bottom: 31%; + right: 18.8%; +} + + +header .header_wrap .search_wrap input{ + width: 150px; + height: 35px; + padding: 0px 5px; + border-radius: 5px; + border: none; + outline: none; +} + +header .header_wrap .search_wrap input:focus{ + border: .5px solid rgba(0, 0, 0, .2); + outline: initial; +} + +header .header_wrap .search_wrap img { + position: absolute; + top: 17%; + left: 120px; +} + + + +header .header_wrap .language_select_wrap{ + position: absolute; + bottom: 31.5%; + right: -0.5%; +} + +header .header_wrap .language_select_wrap select{ + height: 34px; + width: auto; + padding: 4px 10px; + padding-top: 1px; + padding-right: 12px; + border-radius: 20px; + font-family: '맑은고딕'; + color: #666; + background-color: #f4f4f4; + border: hidden; + outline: hidden; +} + +header .header_wrap .language_select_wrap select:focus{ + outline: 2px solid black; +} + + + + + +header .inner .main_menu_items_wrap { + display: none; + justify-content: center; + position: absolute; + width: 100%; + height: 487px; + background-color: #fff; + text-align: center; + border-top: 1px solid #d7d0d0; + border-bottom: 1px solid #d7d0d0; + z-index: 1; + font-family: '맑은고딕'; +} + +header .main_menu_items_wrap .main_menu_items{ + margin-top: 25px; +} + +header .main_menu_items_wrap .main_menu_items li{ + padding: 10px 33px; + +} + + + +header .main_menu_items_wrap .main_menu_items a{ + display: inline-block; + color: #666; + font-size: 16px; + font-weight: 700; +} + + +header .main_menu_items_wrap .main_menu_items a:hover{ + color: #8dc63f; + text-decoration: underline; + +} + + + + +header .inner .main_menu_items_wrap .main_menu_image_wrap{ + position: absolute; + display: flex; + width: 100%; + height: 135px; + bottom: 0; + border-bottom: 1px solid #d7d0d0; +} + +header .inner .main_menu_items_wrap .main_menu_image_left{ + width: 50%; + height: 135px; + left: 0; + bottom: 0; + background-color: #ecdea1; +} + +header .inner .main_menu_items_wrap .main_menu_image_left img{ + float: right; +} + + + +header .inner .main_menu_items_wrap .main_menu_image_right{ + + width: 50%; + height: 135px; + right: 0; + bottom: 0; + background-color: #625042; +} + + +header .inner .main_menu_items_wrap.active{ + display: flex; +} + +.home_wrap{ + background: #8dc63f; +} + + + + +.home_wrap img{ + width: 100%; +} + +.home_wrap .home_move{ + display: flex; + max-width: 1180px; + margin: 0 auto; + color: #fff; + border-right: 1px solid #b7d47f; +} + + + + +.home_wrap .home_move .home{ + display: inline-flex; + padding: 20px 22px; + border-left: 1px solid #b7d47f; + border-right: 1px solid #b7d47f; + border-bottom: 1px solid #b7d47f; +} + + +.home_wrap .home_main_menu{ + width: 200px; + padding: 20px 0; + border-right: 1px solid #b7d47f; + cursor: pointer; +} + +.home_wrap .home_main_menu ul{ + width: 190px; + position: absolute; + background: #8dc63f; + border-right: 1px solid #b7d47f; +} + +.home_wrap .home_main_menu ul:first-child{ + padding-left: 10px; +} + +.home_wrap .home_main_menu ul li{ + display: flex; + padding: 10px 0; +} + + +.home_wrap .home_sub_menu{ + display: none; + width: 100%; + margin-top: 20px; + border-top: 1px solid #b7d47f; + border-right: 1px solid #b7d47f; +} + + +.home_wrap .home_main_menu2{ + width: 200px; + padding: 20px 0; + border-right: 1px solid #b7d47f; + cursor: pointer; +} + +.home_wrap .home_main_menu2 ul{ + width: 190px; + position: absolute; + background: #8dc63f; +} + +.home_wrap .home_main_menu2 ul:first-child{ + padding-left: 10px; +} + +.home_wrap .home_main_menu2 ul li{ + display: flex; + padding: 10px 0; +} + + +.home_wrap .home_sub_menu2{ + display: none; + width: 100%; + margin-top: 20px; + border-top: 1px solid #b7d47f; + border-right: 1px solid #b7d47f; + +} + + + +.home_wrap .home_sub_menu.open{ + display: block; +} + + + + +.home_wrap .home_main_menu2 ul li{ + display: flex; + padding: 10px 0; + font-style: none; + +} + + +.home_wrap .home_sub_menu2.open{ + display: block; +} + + +.home_wrap .home_sub_menu2{ + display: none; + width: 100%; + margin-top: 20px; + border-top: 1px solid #b7d47f; + +} + + + + + + +/* MAIN */ +main{ + width: 100%; + position: relative; + max-width: 1180px; + margin: 0 auto; + padding-bottom: 100px; +} + + +main .main_wrap{ + margin-right: 10px; +} + + +main .main_wrap .main_title{ + display: flex; + padding: 50px 0 0; + margin: 0 0 110px; +} + + + +main .main_wrap .main_title h1{ + display: inline-block; + font-size: 30px; + font-weight: 700; + color: rgb(33, 33, 33); + margin-right: 30px; + +} + + +main .main_wrap .main_title div{ + width: 69%; + background: url(../images/sub_tit_line.gif) repeat-x left 18px; + z-index: -1; +} + +main .main_wrap .main_with{ + color: rgb(33, 33, 33); +} + + + + + +main .main_wrap .main_with { + width: 80%; + margin-top: 20px; + padding-left: 70px; + padding-bottom: 20px; + font-size: 40px; + font-weight: 700; + line-height: 74px; + text-align: center; +} + +main .main_wrap .main_with strong{ + color: #7eae4b; +} + + +main .main_wrap .main_with img{ + width: 80%; + margin: 0 auto; + padding-top: 40px; +} + + + +main .main_wrap .main_with2 { + width: 85%; + margin-top: 70px; + padding-bottom: 70px; + padding-left: 80px; + font-size: 17px; + line-height: 30px; + color: #333; + text-align: center; + font-weight: 700; + +} + + + + +main .main_wrap .main_with2 h1{ + font-weight: 700; + font-size: 21px; + padding-bottom: 30px; +} + + + + +main .main_wrap .main_with3 { + width: 85%; + margin-top: 20px; + padding-bottom: 50px; + padding-left: 80px; + font-size: 17px; + font-weight: 700; + line-height: 30px; + color: #333; + text-align: center; + +} + + + +main .main_wrap .main_with3 h1{ + font-weight: 700; + font-size: 27px; + padding-bottom: 30px; +} + + +main .main_wrap .main_with3 h2{ + font-weight: 700; + font-size: 27px; + padding-bottom: 30px; + color: #7eae4b; +} + + + + + +main .main_wrap .main_with3 .main_with_logo{ + display: flex; + padding: 100px 0; + margin-top: 70px; + justify-content: center; + border: 1px solid rgba(58, 58, 58, .4); +} + +main .main_wrap .down_box { + display: flex; + position: absolute; + right: 10%; + width: 300px; + border: 1px solid rgba(58, 58, 58, .4); + color: #333; +} + +main .main_wrap .down_box a{ + display: flex; + justify-content: center; + align-items: center; + text-align: center; + color: #333; + padding: 20px; +} + +main .main_wrap .down_box img{ + padding-right: 10px; +} + + + + +@keyframes up_text { + from { + transform: translateY(500px); + } + to { + transform: translateY(0); + } +} + +.main_wrap { + animation: up_text 1s ease-out; +} + + +.main_with1 { + animation: up_text 2s ease-out; +} + +.main_with2 { + animation: up_text 3s ease-out; +} + +.main_with3 { + animation: up_text 4s ease-out; +} + +.main_with4 { + animation: up_text 4s ease-out; +} + + + + + + + + + + + +/* FOOTER */ + +footer { + width: 100%; + height: 355px; + border-top: 1px solid rgba(0, 0, 0, .5) +} + +footer .footer_wrap{ + position: relative; + width: 1180px; + padding: 45px 0 0 0; + margin: 0 auto; + text-decoration: none; + +} + + +footer .footer_wrap .footer_logo{ + display: flex; + align-items: center; + justify-content: center; + padding-bottom: 50px; +} + +footer .footer_wrap .footer_logo img{ + width: 107px; +} + +footer .footer_wrap .footer_information{ + display: flex; + padding-left: 21px; + padding-top: 1px; + justify-content: center; + +} + + +footer .footer_wrap .footer_information span{ + display: inline-block; + text-align: center; + font-size: 16px; + line-height: 16px; + margin-right: 13px; + padding-right: 17px; +} + +footer .footer_wrap .footer_information span a{ + color: #585858; + +} + +footer .footer_wrap .footer_information span:first-child a{ + color: #004f18; + font-weight: 700; + +} + +footer .footer_wrap .footer_information span:nth-child(-n+4){ + background: url(../images/ft_line.gif) no-repeat right 5px; +} + +footer .footer_wrap .footer_location{ + padding: 28px; + padding-bottom: 0; + text-align: center; +} + + +footer .footer_wrap .footer_location span{ + padding-right: 8px; +} + + +footer .footer_wrap .footer_location span:nth-child(-n+2){ + background: url(../images/ft_line.gif) no-repeat right; +} + + + +footer .footer_wrap .footer_location span{ + line-height: 14px; + font-size: 15px; + color: #585858; + display: inline-block; + text-align: center; + padding: 0 10px; +} + +footer .footer_wrap .footer_location span:nth-last-child(1){ + background: none; + font-size: 15px; +} + +footer .footer_wrap .footer_location .copyright{ + padding-top: 12px; + padding-bottom: 20px; + line-height: 15px; +} + + +footer .footer_wrap .footer_sns{ + display: flex; + justify-content: center; + align-items: center; + padding-right: 62px; + +} + + +footer .footer_wrap .footer_sns span{ + font-size: 14px; + padding-right: 15px; + margin-right: 15px; + background: url(../images/ft_arr02.gif) no-repeat right; +} + + +footer .footer_wrap .footer_sns li{ + padding-right: 15px; +} + + + +footer .footer_wrap .footer_affiliate{ + width: 230px; + height: 35px; + font-size: 14px; + color: #1e1e1e; + margin-left: 45px; + margin-right: 27px; + padding-left: 15px; + border: 3px solid rgba(58, 58, 58, .4); +} +footer .footer_wrap .footer_affiliate .modal:hover .mini_modal{ + display: flex; +} + +footer .footer_wrap .footer_affiliate .modal .mini_modal:hover{ + display: flex; +} + +footer .footer_wrap .footer_affiliate span{ + position: absolute; + background: url(../images/ft_arr01.gif)no-repeat right; + background-position-y: 15px; + padding-right: 90px; + padding-top: 11px; +} + + +footer .footer_wrap .footer_web{ + width: 100%; + display: flex; + justify-content: center; +} + + + +footer .footer_wrap .footer_affiliate .mini_modal{ + position: absolute; + display: none; + width: 650px; + font-family: '맑은 고딕'; + bottom: 26px; + right: -12px; + background-color: #fff; + border: 3px solid rgba(58, 58, 58, .4); +} + + + +footer .footer_wrap .footer_affiliate .mini_modal ul{ + + padding: 30px; + font-size: 20px; +} + +footer .footer_wrap .footer_affiliate .mini_modal div{ + padding-bottom: 20px; + border-bottom: 1px solid black; + margin-bottom: 20px; +} + +footer .footer_wrap .footer_affiliate .mini_modal ul li{ + font-size: 15px; + padding-top: 10px; + +} + +footer .footer_wrap .footer_affiliate .mini_modal .modal_box a{ +color: #585858; +} + + + + + + + + + + diff --git a/strategy/strategy.html b/strategy/strategy.html new file mode 100644 index 00000000..f67d2267 --- /dev/null +++ b/strategy/strategy.html @@ -0,0 +1,242 @@ + + + + + + + 추진전략 l 사회책임경영 ㅣ 풀무원 + + + + + + + + + + + + +
+
+ +
+
+
+ + home + +
+
+ +
+
+ +
+
+
+ +
+
+
+ +
+
+
+

사회책임경영

+
+
+
+ 풀무원은 경제적 사회적 환경적 가치 창출을 풀무원의 사회적책임으로 정의하고 끊임없는 혁신을 통해 공유가치를 창출함으로써 + 지속가능한 성장을 도모하겠습니다. + +
+
+ + +
+
+
+ + + + + +
+ + + + + + + + + + + + \ No newline at end of file diff --git a/value/value.css b/value/value.css new file mode 100644 index 00000000..ee08b914 --- /dev/null +++ b/value/value.css @@ -0,0 +1,820 @@ +*{ + scroll-behavior: smooth; + list-style: none; + color: inherit; +} + + +body{ + font-size: 16px; + color: #7d7d7d; + font-family: 'NSKR', '맑은 고딕'; + line-height: 1; +} + + +img{ + display: block; +} + +a { + text-decoration: none; +} + + +a:visited{ + color: inherit; +} + +.inner{ + width: 100%; + background-color: #fff; +} + + +/* HEADER */ +header{ + position: relative; + padding-top: 20px; + width: 100%; + background-color: #fff; +} + + +header .header_wrap{ + display: flex; + position: relative; + width: 1180px; + height: 117px; + margin: 0 auto; + +} + + +header .header_logo{ + position: absolute; + height: 53px; + top: 0; + bottom: 0; + left: 0; + margin: auto 0; +} + +header .header_wrap .sub_menu { + width: 100%; + height: 17px; +} + + +header .header_wrap .sub_menu .menu{ + display: flex; + justify-content: flex-end; + width: 100%; + height: 17px; + white-space: nowrap; + margin-top: 2px; +} + + + +header .header_wrap .sub_menu .menu img{ + display: inline; + margin-right: 3.4px; +} + + + +header .header_wrap .sub_menu .menu a{ + display: block; + color: #666; + font-size: 14.5px; + padding-left: 12px; + font-weight: 600; +} + + + +header .header_wrap .main_menu_wrap { + position: absolute; + bottom: 35%; + right: 26%; +} + + + +header .header_wrap .main_menu_wrap .main_menu{ + display: flex; +} + + +header .header_wrap .main_menu_wrap .main_menu li a{ + font-size: 22px; + color: #1e1e1e; + margin-left: 76px; + font-weight: 700; + font-family: 'Gowun Dodum', Arial, sans-serif; +} + + + +header .header_wrap .search_wrap { + position: absolute; + width: 10px; + bottom: 31%; + right: 18.8%; +} + + +header .header_wrap .search_wrap input{ + width: 150px; + height: 35px; + padding: 0px 5px; + border-radius: 5px; + border: none; + outline: none; +} + +header .header_wrap .search_wrap input:focus{ + border: .5px solid rgba(0, 0, 0, .2); + outline: initial; +} + +header .header_wrap .search_wrap img { + position: absolute; + top: 17%; + left: 120px; +} + + + +header .header_wrap .language_select_wrap{ + position: absolute; + bottom: 31.5%; + right: -0.5%; +} + +header .header_wrap .language_select_wrap select{ + height: 34px; + width: auto; + padding: 4px 10px; + padding-top: 1px; + padding-right: 12px; + border-radius: 20px; + font-family: '맑은고딕'; + color: #666; + background-color: #f4f4f4; + border: hidden; + outline: hidden; +} + +header .header_wrap .language_select_wrap select:focus{ + outline: 2px solid black; +} + + + + + +header .inner .main_menu_items_wrap { + display: none; + justify-content: center; + position: absolute; + width: 100%; + height: 487px; + background-color: #fff; + text-align: center; + border-top: 1px solid #d7d0d0; + border-bottom: 1px solid #d7d0d0; + z-index: 1; + font-family: '맑은고딕'; +} + +header .main_menu_items_wrap .main_menu_items{ + margin-top: 25px; +} + +header .main_menu_items_wrap .main_menu_items li{ + padding: 10px 33px; + +} + + + +header .main_menu_items_wrap .main_menu_items a{ + display: inline-block; + color: #666; + font-size: 16px; + font-weight: 700; +} + + +header .main_menu_items_wrap .main_menu_items a:hover{ + color: #8dc63f; + text-decoration: underline; + +} + + + + +header .inner .main_menu_items_wrap .main_menu_image_wrap{ + position: absolute; + display: flex; + width: 100%; + height: 135px; + bottom: 0; + border-bottom: 1px solid #d7d0d0; +} + +header .inner .main_menu_items_wrap .main_menu_image_left{ + width: 50%; + height: 135px; + left: 0; + bottom: 0; + background-color: #ecdea1; +} + +header .inner .main_menu_items_wrap .main_menu_image_left img{ + float: right; +} + + + +header .inner .main_menu_items_wrap .main_menu_image_right{ + + width: 50%; + height: 135px; + right: 0; + bottom: 0; + background-color: #625042; +} + + +header .inner .main_menu_items_wrap.active{ + display: flex; +} + +.home_wrap{ + background: #8dc63f; +} + + + + +.home_wrap img{ + width: 100%; +} + +.home_wrap .home_move{ + display: flex; + max-width: 1180px; + margin: 0 auto; + color: #fff; + border-right: 1px solid #b7d47f; +} + + + + +.home_wrap .home_move .home{ + display: inline-flex; + padding: 20px 22px; + border-left: 1px solid #b7d47f; + border-right: 1px solid #b7d47f; + border-bottom: 1px solid #b7d47f; +} + + +.home_wrap .home_main_menu{ + width: 200px; + padding: 20px 0; + border-right: 1px solid #b7d47f; + cursor: pointer; +} + +.home_wrap .home_main_menu ul{ + width: 190px; + position: absolute; + background: #8dc63f; + border-right: 1px solid #b7d47f; +} + +.home_wrap .home_main_menu ul:first-child{ + padding-left: 10px; +} + +.home_wrap .home_main_menu ul li{ + display: flex; + padding: 10px 0; +} + + +.home_wrap .home_sub_menu{ + display: none; + width: 100%; + margin-top: 20px; + border-top: 1px solid #b7d47f; + border-right: 1px solid #b7d47f; +} + + +.home_wrap .home_main_menu2{ + width: 200px; + padding: 20px 0; + border-right: 1px solid #b7d47f; + cursor: pointer; +} + +.home_wrap .home_main_menu2 ul{ + width: 190px; + position: absolute; + background: #8dc63f; +} + +.home_wrap .home_main_menu2 ul:first-child{ + padding-left: 10px; +} + +.home_wrap .home_main_menu2 ul li{ + display: flex; + padding: 10px 0; +} + + +.home_wrap .home_sub_menu2{ + display: none; + width: 100%; + margin-top: 20px; + border-top: 1px solid #b7d47f; + border-right: 1px solid #b7d47f; + +} + + + +.home_wrap .home_sub_menu.open{ + display: block; +} + + + + +.home_wrap .home_main_menu2 ul li{ + display: flex; + padding: 10px 0; + font-style: none; + +} + + +.home_wrap .home_sub_menu2.open{ + display: block; +} + + +.home_wrap .home_sub_menu2{ + display: none; + width: 100%; + margin-top: 20px; + border-top: 1px solid #b7d47f; + +} + + + + + + +/* MAIN */ +main{ + width: 100%; + position: relative; + max-width: 1180px; + margin: 0 auto; + padding-bottom: 100px; +} + + +main .main_wrap{ + margin-right: 10px; +} + + +main .main_wrap .main_title{ + display: flex; + padding: 50px 0 0; + margin: 0 0 110px; +} + + + +main .main_wrap .main_title h1{ + display: inline-block; + font-size: 30px; + font-weight: 700; + color: rgb(33, 33, 33); + margin-right: 30px; + +} + + +main .main_wrap .main_title div{ + width: 69%; + background: url(../images/sub_tit_line.gif) repeat-x left 18px; + z-index: -1; +} + +main .main_wrap .main_value{ + color: rgb(33, 33, 33); +} + + + + + +main .main_wrap .main_value { + width: 90%; + margin-top: 20px; + padding-left: 70px; + padding-bottom: 20px; + font-size: 40px; + font-weight: 700; + line-height: 74px; + text-align: center; +} + +main .main_wrap .main_value strong{ + color: #7eae4b; +} + + +main .main_wrap .main_value img{ + margin: 0 auto; + padding-top: 40px; +} + + + +main .main_wrap .main_value2 { + width: 85%; + padding-top: 70px; + padding-bottom: 70px; + padding-left: 80px; + font-size: 17px; + line-height: 30px; + color: #333; + text-align: center; + font-weight: 700; + background-color: #f4f4f4;; +} + +main .main_wrap .main_value2 img{ + padding-top: 10px; + margin: 0 auto; +} + +main .main_wrap .main_value2 h1{ + font-weight: 700; + font-size: 21px; + padding: 30px 0; +} + + + + +main .main_wrap .main_value3 { + width: 85%; + margin-top: 20px; + padding-bottom: 50px; + padding-left: 80px; + font-size: 17px; + font-weight: 700; + line-height: 30px; + color: #333; + text-align: center; + +} + + + +main .main_wrap .main_value3 h1{ + font-weight: 700; + font-size: 30px; + padding: 60px 0; +} + + +main .main_wrap .main_value3 h2{ + display: inline; + color: #7eae4b; +} + + + + + +main .main_wrap .main_value3 img{ + display: inline; + width: 90%; + padding-bottom: 30px; +} + + + +main .main_wrap .main_value4{ + display: flex; + flex-wrap: wrap; + width: 100%; + padding-left: 30px; + padding-bottom: 50px; +} + +main .main_wrap .main_value4 .value_card{ + width: 40%; + border: 1px solid rgba(0, 0, 0, .2); + padding: 50px; + font-size: 17px; + font-weight: 700; + color: #1e1e1e; +} + + + +main .main_wrap .main_value4 .value_card span{ + font-size: 30px; + padding: 20px 0; +} + + +main .main_wrap .main_value4 .value_card strong{ + color: #7eae4b; +} + + + + +main .main_wrap .main_value4 .value_card h2{ + font-size: 35px; + padding: 20px 0; +} + +main .main_wrap .main_value4 .value_card div{ + padding-top: 20px; +} + + + + +main .main_wrap .main_value4 .value_card img{ + display: inline-block; + padding-left: 350px; + margin: 0; +} + + + + + +@keyframes up_text { + from { + transform: translateY(500px); + } + to { + transform: translateY(0); + } +} + +.main_wrap { + animation: up_text 1s ease-out; +} + + +.main_value1 { + animation: up_text 2s ease-out; +} + +.main_value2 { + animation: up_text 3s ease-out; +} + +.main_value3 { + animation: up_text 4s ease-out; +} + +.main_value4 { + animation: up_text 4s ease-out; +} + + + + + + + + + + + +/* FOOTER */ + +footer { + width: 100%; + height: 355px; + border-top: 1px solid rgba(0, 0, 0, .5) +} + +footer .footer_wrap{ + position: relative; + width: 1180px; + padding: 45px 0 0 0; + margin: 0 auto; + text-decoration: none; + +} + + +footer .footer_wrap .footer_logo{ + display: flex; + align-items: center; + justify-content: center; + padding-bottom: 50px; +} + +footer .footer_wrap .footer_logo img{ + width: 107px; +} + +footer .footer_wrap .footer_information{ + display: flex; + padding-left: 21px; + padding-top: 1px; + justify-content: center; + +} + + +footer .footer_wrap .footer_information span{ + display: inline-block; + text-align: center; + font-size: 16px; + line-height: 16px; + margin-right: 13px; + padding-right: 17px; +} + +footer .footer_wrap .footer_information span a{ + color: #585858; + +} + +footer .footer_wrap .footer_information span:first-child a{ + color: #004f18; + font-weight: 700; + +} + +footer .footer_wrap .footer_information span:nth-child(-n+4){ + background: url(../images/ft_line.gif) no-repeat right 5px; +} + +footer .footer_wrap .footer_location{ + padding: 28px; + padding-bottom: 0; + text-align: center; +} + + +footer .footer_wrap .footer_location span{ + padding-right: 8px; +} + + +footer .footer_wrap .footer_location span:nth-child(-n+2){ + background: url(../images/ft_line.gif) no-repeat right; +} + + + +footer .footer_wrap .footer_location span{ + line-height: 14px; + font-size: 15px; + color: #585858; + display: inline-block; + text-align: center; + padding: 0 10px; +} + +footer .footer_wrap .footer_location span:nth-last-child(1){ + background: none; + font-size: 15px; +} + +footer .footer_wrap .footer_location .copyright{ + padding-top: 12px; + padding-bottom: 20px; + line-height: 15px; +} + + +footer .footer_wrap .footer_sns{ + display: flex; + justify-content: center; + align-items: center; + padding-right: 62px; + +} + + +footer .footer_wrap .footer_sns span{ + font-size: 14px; + padding-right: 15px; + margin-right: 15px; + background: url(../images/ft_arr02.gif) no-repeat right; +} + + +footer .footer_wrap .footer_sns li{ + padding-right: 15px; +} + + + +footer .footer_wrap .footer_affiliate{ + width: 230px; + height: 35px; + font-size: 14px; + color: #1e1e1e; + margin-left: 45px; + margin-right: 27px; + padding-left: 15px; + border: 3px solid rgba(58, 58, 58, .4); +} +footer .footer_wrap .footer_affiliate .modal:hover .mini_modal{ + display: flex; +} + +footer .footer_wrap .footer_affiliate .modal .mini_modal:hover{ + display: flex; +} + +footer .footer_wrap .footer_affiliate span{ + position: absolute; + background: url(../images/ft_arr01.gif)no-repeat right; + background-position-y: 15px; + padding-right: 90px; + padding-top: 11px; +} + + +footer .footer_wrap .footer_web{ + width: 100%; + display: flex; + justify-content: center; +} + + + +footer .footer_wrap .footer_affiliate .mini_modal{ + position: absolute; + display: none; + width: 650px; + font-family: '맑은 고딕'; + bottom: 26px; + right: -12px; + background-color: #fff; + border: 3px solid rgba(58, 58, 58, .4); +} + + + +footer .footer_wrap .footer_affiliate .mini_modal ul{ + + padding: 30px; + font-size: 20px; +} + +footer .footer_wrap .footer_affiliate .mini_modal div{ + padding-bottom: 20px; + border-bottom: 1px solid black; + margin-bottom: 20px; +} + +footer .footer_wrap .footer_affiliate .mini_modal ul li{ + font-size: 15px; + padding-top: 10px; + +} + +footer .footer_wrap .footer_affiliate .mini_modal .modal_box a{ +color: #585858; +} + + + + + + + + + + diff --git a/value/value.html b/value/value.html new file mode 100644 index 00000000..6f705426 --- /dev/null +++ b/value/value.html @@ -0,0 +1,332 @@ + + + + + + + 가치체계 l 회사소개 l 풀무원 + + + + + + + + + + + + +
+
+ +
+
+
+ + home + +
+
+ +
+ +
+
+ +
+
+
+ +
+
+
+

가치체계

+
+
+
+ 바른먹거리로 사람과 지구의 건강한
+ 내일
을 만드는 기업입니다. +
+
+
+ + 백년에 이르는 생애 동안 이기주의를 벗고 사람과 사람, 사람과 자연이
+ 서로 조화롭게 살 수 있는 길을 찾아 끊임없이 도전했던 농부 원경선.
+ 풀무원 정신은 스스로 일군 풀무원농장에서 유기농을 통해 이웃사랑, 생명존중을 실천하고,
+ 나아가 전쟁 없는 세상, 세계 평화를 널리 알리고 인도하는 데 한평생을 바쳤던
+ 위대한 농부이자 성실한 평화주의자 원경선으로부터 시작됩니다.

+ + 풀무원이 ‘내 가족이 안심하고 먹을 바른먹거리’에서부터 한결같이 추구해온
+ ‘나와 내 가족의 건강과 행복, 더 나아가 지구환경의 건강까지 두루 살피는 지속가능 식생활’은
+ 이제 이 시대의 보편타당한 가치가 되어
+ 우리의 일상에 공기처럼 스며들고 있습니다.
+ +
+
+
+ + 풀무원의 정신은 이웃사랑과 생명존중의 정신입니다.

+ 이웃사랑 정신은, 자연 그대로 신선하고 안전한 먹거리를 전하고자 하는 마음입니다.
+ 사람(풀무원)과 사람(고객)과의 약속이며, 내 가족이 안심하고 먹을 수 있는
+ 바른먹거리를 만들겠다는 풀무원의 의지입니다.

+ 생명존중의 정신은, 이웃사랑 정신을 구현하기 위해
+ 생명의 근원인 자연을 사랑하고 살리고자 하는 마음입니다.
+ 작은 생명도 마음 놓고 살아갈 수 있는 자연환경을
+ 가꾸어 나가겠다는 사람과 자연과의 약속입니다.
+ 자연을 자연답게 살려야 사람이 사람답게 살 수 있습니다.
+

미션

+ + 바른먹거리로

사람과 지구의 건강한 내일

을 만드는 기업
+ 풀무원의 미션은 ‘바른먹거리로 사람과 지구의 건강한 내일을 만드는 기업’입니다.
+

우리는 바른먹거리를 만듭니다.


+ 우리의 Value Chain 전 과정을 혁신하여 사람, 동물, 환경에
+ 보다 이로운 방법을 선택하고 개발합니다.
+

우리는 사람과 지구를 더 건강하게 만듭니다.


+ 풀무원이 할 수 있는 최선의 노력, 최대의 실천을 통해 사람과 지구의
+ 건강한 내일을 만드는 것이 우리의 목적입니다.
+
+
+
+
+ +

풀무원 가치체계

+
+ logo + logo + logo +
+
+
+

01

+

PForward

+ 식물성지향
+ logo +
사람과 지구의 건강을 위해 식물성 원료를 지향하고 동물성
+ 원료 사용을 줄이는 제품/식단
+
+
+

02

+

Animal Welfare

+ 동물복지
+ logo +
건강한 사육환경에서 생산하고 생태계의 지속적인 순환에
+ 기여하는 동물복지 식재
+
+
+

03

+

Healthy Experience

+ 건강한 경험
+ logo +
건강한 식생활을 원하는 고객에게, 차별화된 디자인 푸드와
+ 큐레이션 서비스 역량을 바탕으로, 고객 여정 속 Pain Point
+ 해결하는 특별한 고객 경험 서비스를 제공
+
+
+

04

+

Eco-Caring

+ 친환경 케어
+ logo +
원료, 제조, 판매/포장, 폐기 등 Business Value Chain
+ 전과정에서 환경에 부정적인 영향 요인을 제거하거나 최소화
+
+
+
+ logo +
+ 풀무원의 출발점인 고객과의 약속·원칙·규정을 지키며, 풀무원과 나 자신이 하는 일의 목적에 대한 주도적 몰입과.
+ 끊임없는 도전과 혁신을 통해, 고객을 위한 새롭고 차별화된 가치(결과)를 제공합니다. +
+
+ +
+
+ + + + + +
+ + + + + + + + + + + + \ No newline at end of file diff --git a/videoes/230202.mp4 b/videoes/230202.mp4 new file mode 100644 index 00000000..7417a5c8 Binary files /dev/null and b/videoes/230202.mp4 differ diff --git a/viewLohas/viewLohas.css b/viewLohas/viewLohas.css new file mode 100644 index 00000000..0b5e69fc --- /dev/null +++ b/viewLohas/viewLohas.css @@ -0,0 +1,792 @@ +*{ + scroll-behavior: smooth; + list-style: none; + color: inherit; +} + + +body{ + font-size: 16px; + color: #7d7d7d; + font-family: 'NSKR', '맑은 고딕'; + line-height: 1; +} + + +img{ + display: block; +} + +a { + text-decoration: none; +} + + +a:visited{ + color: inherit; +} + +.inner{ + width: 100%; + background-color: #fff; +} + + +/* HEADER */ +header{ + position: relative; + padding-top: 20px; + width: 100%; + background-color: #fff; +} + + +header .header_wrap{ + display: flex; + position: relative; + width: 1180px; + height: 117px; + margin: 0 auto; + +} + + +header .header_logo{ + position: absolute; + height: 53px; + top: 0; + bottom: 0; + left: 0; + margin: auto 0; +} + +header .header_wrap .sub_menu { + width: 100%; + height: 17px; +} + + +header .header_wrap .sub_menu .menu{ + display: flex; + justify-content: flex-end; + width: 100%; + height: 17px; + white-space: nowrap; + margin-top: 2px; +} + + + +header .header_wrap .sub_menu .menu img{ + display: inline; + margin-right: 3.4px; +} + + + +header .header_wrap .sub_menu .menu a{ + display: block; + color: #666; + font-size: 14.5px; + padding-left: 12px; + font-weight: 600; +} + + + +header .header_wrap .main_menu_wrap { + position: absolute; + bottom: 35%; + right: 26%; +} + + + +header .header_wrap .main_menu_wrap .main_menu{ + display: flex; +} + + +header .header_wrap .main_menu_wrap .main_menu li a{ + font-size: 22px; + color: #1e1e1e; + margin-left: 76px; + font-weight: 700; + font-family: 'Gowun Dodum', Arial, sans-serif; +} + + + +header .header_wrap .search_wrap { + position: absolute; + width: 10px; + bottom: 31%; + right: 18.8%; +} + + +header .header_wrap .search_wrap input{ + width: 150px; + height: 35px; + padding: 0px 5px; + border-radius: 5px; + border: none; + outline: none; +} + +header .header_wrap .search_wrap input:focus{ + border: .5px solid rgba(0, 0, 0, .2); + outline: initial; +} + +header .header_wrap .search_wrap img { + position: absolute; + top: 17%; + left: 120px; +} + + + +header .header_wrap .language_select_wrap{ + position: absolute; + bottom: 31.5%; + right: -0.5%; +} + +header .header_wrap .language_select_wrap select{ + height: 34px; + width: auto; + padding: 4px 10px; + padding-top: 1px; + padding-right: 12px; + border-radius: 20px; + font-family: '맑은고딕'; + color: #666; + background-color: #f4f4f4; + border: hidden; + outline: hidden; +} + +header .header_wrap .language_select_wrap select:focus{ + outline: 2px solid black; +} + + + + + +header .inner .main_menu_items_wrap { + display: none; + justify-content: center; + position: absolute; + width: 100%; + height: 487px; + background-color: #fff; + text-align: center; + border-top: 1px solid #d7d0d0; + border-bottom: 1px solid #d7d0d0; + z-index: 1; + font-family: '맑은고딕'; +} + +header .main_menu_items_wrap .main_menu_items{ + margin-top: 25px; +} + +header .main_menu_items_wrap .main_menu_items li{ + padding: 10px 33px; + +} + + + +header .main_menu_items_wrap .main_menu_items a{ + display: inline-block; + color: #666; + font-size: 16px; + font-weight: 700; +} + + +header .main_menu_items_wrap .main_menu_items a:hover{ + color: #8dc63f; + text-decoration: underline; + +} + + + + +header .inner .main_menu_items_wrap .main_menu_image_wrap{ + position: absolute; + display: flex; + width: 100%; + height: 135px; + bottom: 0; + border-bottom: 1px solid #d7d0d0; +} + +header .inner .main_menu_items_wrap .main_menu_image_left{ + width: 50%; + height: 135px; + left: 0; + bottom: 0; + background-color: #ecdea1; +} + +header .inner .main_menu_items_wrap .main_menu_image_left img{ + float: right; +} + + + +header .inner .main_menu_items_wrap .main_menu_image_right{ + + width: 50%; + height: 135px; + right: 0; + bottom: 0; + background-color: #625042; +} + + +header .inner .main_menu_items_wrap.active{ + display: flex; +} + +.home_wrap{ + background: #8dc63f; +} + + + + +.home_wrap img{ + width: 100%; +} + +.home_wrap .home_move{ + display: flex; + max-width: 1180px; + margin: 0 auto; + color: #fff; + border-right: 1px solid #b7d47f; +} + + + + +.home_wrap .home_move .home{ + display: inline-flex; + padding: 20px 22px; + border-left: 1px solid #b7d47f; + border-right: 1px solid #b7d47f; + border-bottom: 1px solid #b7d47f; +} + + +.home_wrap .home_main_menu{ + width: 200px; + padding: 20px 0; + border-right: 1px solid #b7d47f; + cursor: pointer; +} + +.home_wrap .home_main_menu ul{ + width: 190px; + position: absolute; + background: #8dc63f; + border-right: 1px solid #b7d47f; +} + +.home_wrap .home_main_menu ul:first-child{ + padding-left: 10px; +} + +.home_wrap .home_main_menu ul li{ + display: flex; + padding: 10px 0; +} + + +.home_wrap .home_sub_menu{ + display: none; + width: 100%; + margin-top: 20px; + border-top: 1px solid #b7d47f; + border-right: 1px solid #b7d47f; +} + + +.home_wrap .home_main_menu2{ + width: 200px; + padding: 20px 0; + border-right: 1px solid #b7d47f; + cursor: pointer; +} + +.home_wrap .home_main_menu2 ul{ + width: 190px; + position: absolute; + background: #8dc63f; +} + +.home_wrap .home_main_menu2 ul:first-child{ + padding-left: 10px; +} + +.home_wrap .home_main_menu2 ul li{ + display: flex; + padding: 10px 0; +} + + +.home_wrap .home_sub_menu2{ + display: none; + width: 100%; + margin-top: 20px; + border-top: 1px solid #b7d47f; + border-right: 1px solid #b7d47f; + +} + + + +.home_wrap .home_sub_menu.open{ + display: block; +} + + + + +.home_wrap .home_main_menu2 ul li{ + display: flex; + padding: 10px 0; + font-style: none; + +} + + +.home_wrap .home_sub_menu2.open{ + display: block; +} + + +.home_wrap .home_sub_menu2{ + display: none; + width: 100%; + margin-top: 20px; + border-top: 1px solid #b7d47f; + +} + + + + + + +/* MAIN */ +main{ + width: 100%; + position: relative; + max-width: 1180px; + margin: 0 auto; + padding-bottom: 100px; +} + + +main .main_wrap{ + margin-right: 10px; +} + + +main .main_wrap .main_title{ + display: flex; + padding: 50px 0 0; + margin: 0 0 110px; +} + + + +main .main_wrap .main_title h1{ + display: inline-block; + font-size: 30px; + font-weight: 700; + color: rgb(33, 33, 33); + margin-right: 30px; + +} + + +main .main_wrap .main_title div{ + width: 69%; + background: url(../images/sub_tit_line.gif) repeat-x left 18px; + z-index: -1; +} + +main .main_wrap .main_with{ + color: rgb(33, 33, 33); +} + + + + + +main .main_wrap .main_with { + width: 80%; + margin-top: 20px; + padding-left: 70px; + padding-bottom: 20px; + font-size: 40px; + font-weight: 700; + line-height: 74px; + text-align: center; +} + +main .main_wrap .main_with strong{ + color: #7eae4b; +} + + +main .main_wrap .main_with img{ + width: 80%; + margin: 0 auto; + padding-top: 40px; +} + + + +main .main_wrap .main_with2 { + width: 85%; + margin-top: 70px; + padding-bottom: 70px; + padding-left: 80px; + font-size: 17px; + line-height: 30px; + color: #333; + text-align: center; + font-weight: 700; + +} + + + + +main .main_wrap .main_with2 h1{ + font-weight: 700; + font-size: 21px; + padding-bottom: 30px; +} + + + + +main .main_wrap .main_with3 { + width: 85%; + margin-top: 20px; + padding-bottom: 50px; + padding-left: 80px; + font-size: 17px; + font-weight: 700; + line-height: 30px; + color: #333; + text-align: center; + +} + + + +main .main_wrap .main_with3 h1{ + font-weight: 700; + font-size: 27px; + padding-bottom: 30px; +} + + +main .main_wrap .main_with3 h2{ + font-weight: 700; + font-size: 27px; + padding-bottom: 30px; + color: #7eae4b; +} + + + + + +main .main_wrap .main_with3 .main_with_logo{ + display: flex; + padding: 100px 0; + margin-top: 70px; + justify-content: center; + border: 1px solid rgba(58, 58, 58, .4); +} + +main .main_wrap .down_box { + display: flex; + position: absolute; + right: 10%; + width: 300px; + border: 1px solid rgba(58, 58, 58, .4); + color: #333; +} + +main .main_wrap .down_box a{ + display: flex; + justify-content: center; + align-items: center; + text-align: center; + color: #333; + padding: 20px; +} + +main .main_wrap .down_box img{ + padding-right: 10px; +} + + + + +@keyframes up_text { + from { + transform: translateY(500px); + } + to { + transform: translateY(0); + } +} + +.main_wrap { + animation: up_text 1s ease-out; +} + + +.main_with1 { + animation: up_text 2s ease-out; +} + +.main_with2 { + animation: up_text 3s ease-out; +} + +.main_with3 { + animation: up_text 4s ease-out; +} + +.main_with4 { + animation: up_text 4s ease-out; +} + + + + + + + + + + + +/* FOOTER */ + +footer { + width: 100%; + height: 355px; + border-top: 1px solid rgba(0, 0, 0, .5) +} + +footer .footer_wrap{ + position: relative; + width: 1180px; + padding: 45px 0 0 0; + margin: 0 auto; + text-decoration: none; + +} + + +footer .footer_wrap .footer_logo{ + display: flex; + align-items: center; + justify-content: center; + padding-bottom: 50px; +} + +footer .footer_wrap .footer_logo img{ + width: 107px; +} + +footer .footer_wrap .footer_information{ + display: flex; + padding-left: 21px; + padding-top: 1px; + justify-content: center; + +} + + +footer .footer_wrap .footer_information span{ + display: inline-block; + text-align: center; + font-size: 16px; + line-height: 16px; + margin-right: 13px; + padding-right: 17px; +} + +footer .footer_wrap .footer_information span a{ + color: #585858; + +} + +footer .footer_wrap .footer_information span:first-child a{ + color: #004f18; + font-weight: 700; + +} + +footer .footer_wrap .footer_information span:nth-child(-n+4){ + background: url(../images/ft_line.gif) no-repeat right 5px; +} + +footer .footer_wrap .footer_location{ + padding: 28px; + padding-bottom: 0; + text-align: center; +} + + +footer .footer_wrap .footer_location span{ + padding-right: 8px; +} + + +footer .footer_wrap .footer_location span:nth-child(-n+2){ + background: url(../images/ft_line.gif) no-repeat right; +} + + + +footer .footer_wrap .footer_location span{ + line-height: 14px; + font-size: 15px; + color: #585858; + display: inline-block; + text-align: center; + padding: 0 10px; +} + +footer .footer_wrap .footer_location span:nth-last-child(1){ + background: none; + font-size: 15px; +} + +footer .footer_wrap .footer_location .copyright{ + padding-top: 12px; + padding-bottom: 20px; + line-height: 15px; +} + + +footer .footer_wrap .footer_sns{ + display: flex; + justify-content: center; + align-items: center; + padding-right: 62px; + +} + + +footer .footer_wrap .footer_sns span{ + font-size: 14px; + padding-right: 15px; + margin-right: 15px; + background: url(../images/ft_arr02.gif) no-repeat right; +} + + +footer .footer_wrap .footer_sns li{ + padding-right: 15px; +} + + + +footer .footer_wrap .footer_affiliate{ + width: 230px; + height: 35px; + font-size: 14px; + color: #1e1e1e; + margin-left: 45px; + margin-right: 27px; + padding-left: 15px; + border: 3px solid rgba(58, 58, 58, .4); +} +footer .footer_wrap .footer_affiliate .modal:hover .mini_modal{ + display: flex; +} + +footer .footer_wrap .footer_affiliate .modal .mini_modal:hover{ + display: flex; +} + +footer .footer_wrap .footer_affiliate span{ + position: absolute; + background: url(../images/ft_arr01.gif)no-repeat right; + background-position-y: 15px; + padding-right: 90px; + padding-top: 11px; +} + + +footer .footer_wrap .footer_web{ + width: 100%; + display: flex; + justify-content: center; +} + + + +footer .footer_wrap .footer_affiliate .mini_modal{ + position: absolute; + display: none; + width: 650px; + font-family: '맑은 고딕'; + bottom: 26px; + right: -12px; + background-color: #fff; + border: 3px solid rgba(58, 58, 58, .4); +} + + + +footer .footer_wrap .footer_affiliate .mini_modal ul{ + + padding: 30px; + font-size: 20px; +} + +footer .footer_wrap .footer_affiliate .mini_modal div{ + padding-bottom: 20px; + border-bottom: 1px solid black; + margin-bottom: 20px; +} + +footer .footer_wrap .footer_affiliate .mini_modal ul li{ + font-size: 15px; + padding-top: 10px; + +} + +footer .footer_wrap .footer_affiliate .mini_modal .modal_box a{ +color: #585858; +} + + + + + + + + + + diff --git a/viewLohas/viewLohas.html b/viewLohas/viewLohas.html new file mode 100644 index 00000000..a673b6ff --- /dev/null +++ b/viewLohas/viewLohas.html @@ -0,0 +1,244 @@ + + + + + + + 로하스 식생활 ㅣ 로하스 ㅣ 바른먹거리 + + + + + + + + + + + + +
+
+ +
+ +
+ +
+
+
+ +
+
+
+

지속가능 식생활

+
+
+
+ 풀무원은 + ‘바른먹거리로 사람과 지구의 건강한 내일을 만드는 기업’ 입니다. + +
+
+ + +
+
+
+ + + + + +
+ + + + + + + + + + + + \ No newline at end of file diff --git a/with/with.css b/with/with.css new file mode 100644 index 00000000..0730a340 --- /dev/null +++ b/with/with.css @@ -0,0 +1,794 @@ +*{ + scroll-behavior: smooth; + list-style: none; + color: inherit; +} + + +body{ + font-size: 16px; + color: #7d7d7d; + font-family: 'NSKR', '맑은 고딕'; + line-height: 1; +} + + +img{ + display: block; +} + +a { + text-decoration: none; +} + + +a:visited{ + color: inherit; +} + +.inner{ + width: 100%; + background-color: #fff; +} + + +/* HEADER */ +header{ + position: relative; + padding-top: 20px; + width: 100%; + background-color: #fff; +} + + +header .header_wrap{ + display: flex; + position: relative; + width: 1180px; + height: 117px; + margin: 0 auto; + +} + + +header .header_logo{ + position: absolute; + height: 53px; + top: 0; + bottom: 0; + left: 0; + margin: auto 0; +} + +header .header_wrap .sub_menu { + width: 100%; + height: 17px; +} + + +header .header_wrap .sub_menu .menu{ + display: flex; + justify-content: flex-end; + width: 100%; + height: 17px; + white-space: nowrap; + margin-top: 2px; +} + + + +header .header_wrap .sub_menu .menu img{ + display: inline; + margin-right: 3.4px; +} + + + +header .header_wrap .sub_menu .menu a{ + display: block; + color: #666; + font-size: 14.5px; + padding-left: 12px; + font-weight: 600; +} + + + +header .header_wrap .main_menu_wrap { + position: absolute; + bottom: 35%; + right: 26%; +} + + + +header .header_wrap .main_menu_wrap .main_menu{ + display: flex; +} + + +header .header_wrap .main_menu_wrap .main_menu li a{ + font-size: 22px; + color: #1e1e1e; + margin-left: 76px; + font-weight: 700; + font-family: 'Gowun Dodum', Arial, sans-serif; +} + + + +header .header_wrap .search_wrap { + position: absolute; + width: 10px; + bottom: 31%; + right: 18.8%; +} + + +header .header_wrap .search_wrap input{ + width: 150px; + height: 35px; + padding: 0px 5px; + border-radius: 5px; + border: none; + outline: none; +} + +header .header_wrap .search_wrap input:focus{ + border: .5px solid rgba(0, 0, 0, .2); + outline: initial; +} + +header .header_wrap .search_wrap img { + position: absolute; + top: 17%; + left: 120px; +} + + + +header .header_wrap .language_select_wrap{ + position: absolute; + bottom: 31.5%; + right: -0.5%; +} + +header .header_wrap .language_select_wrap select{ + height: 34px; + width: auto; + padding: 4px 10px; + padding-top: 1px; + padding-right: 12px; + border-radius: 20px; + font-family: '맑은고딕'; + color: #666; + background-color: #f4f4f4; + border: hidden; + outline: hidden; +} + +header .header_wrap .language_select_wrap select:focus{ + outline: 2px solid black; +} + + + + + +header .inner .main_menu_items_wrap { + display: none; + justify-content: center; + position: absolute; + width: 100%; + height: 487px; + background-color: #fff; + text-align: center; + border-top: 1px solid #d7d0d0; + border-bottom: 1px solid #d7d0d0; + z-index: 1; + font-family: '맑은고딕'; +} + +header .main_menu_items_wrap .main_menu_items{ + margin-top: 25px; +} + +header .main_menu_items_wrap .main_menu_items li{ + padding: 10px 33px; + +} + + + +header .main_menu_items_wrap .main_menu_items a{ + display: inline-block; + color: #666; + font-size: 16px; + font-weight: 700; +} + + +header .main_menu_items_wrap .main_menu_items a:hover{ + color: #8dc63f; + text-decoration: underline; + +} + + + + +header .inner .main_menu_items_wrap .main_menu_image_wrap{ + position: absolute; + display: flex; + width: 100%; + height: 135px; + bottom: 0; + border-bottom: 1px solid #d7d0d0; +} + +header .inner .main_menu_items_wrap .main_menu_image_left{ + width: 50%; + height: 135px; + left: 0; + bottom: 0; + background-color: #ecdea1; +} + +header .inner .main_menu_items_wrap .main_menu_image_left img{ + float: right; +} + + + +header .inner .main_menu_items_wrap .main_menu_image_right{ + + width: 50%; + height: 135px; + right: 0; + bottom: 0; + background-color: #625042; +} + + +header .inner .main_menu_items_wrap.active{ + display: flex; +} + +.home_wrap{ + position: relative; + background: #8dc63f; +} + + + + +.home_wrap img{ + width: 100%; +} + +.home_wrap .home_move{ + display: flex; + max-width: 1180px; + margin: 0 auto; + color: #fff; + border-right: 1px solid #b7d47f; +} + + + + +.home_wrap .home_move .home{ + display: inline-flex; + padding: 20px 22px; + border-left: 1px solid #b7d47f; + border-right: 1px solid #b7d47f; + border-bottom: 1px solid #b7d47f; +} + + +.home_wrap .home_main_menu{ + width: 200px; + padding: 20px 0; + border-right: 1px solid #b7d47f; + cursor: pointer; +} + +.home_wrap .home_main_menu ul{ + width: 190px; + position: absolute; + background: #8dc63f; + border-right: 1px solid #b7d47f; +} + +.home_wrap .home_main_menu ul:first-child{ + padding-left: 10px; +} + +.home_wrap .home_main_menu ul li{ + display: flex; + padding: 10px 0; +} + + +.home_wrap .home_sub_menu{ + display: none; + width: 100%; + margin-top: 20px; + border-top: 1px solid #b7d47f; + border-right: 1px solid #b7d47f; +} + + +.home_wrap .home_main_menu2{ + width: 200px; + padding: 20px 0; + border-right: 1px solid #b7d47f; + cursor: pointer; +} + +.home_wrap .home_main_menu2 ul{ + width: 190px; + position: absolute; + background: #8dc63f; +} + +.home_wrap .home_main_menu2 ul:first-child{ + padding-left: 10px; +} + +.home_wrap .home_main_menu2 ul li{ + display: flex; + padding: 10px 0; +} + + +.home_wrap .home_sub_menu2{ + display: none; + width: 100%; + margin-top: 20px; + border-top: 1px solid #b7d47f; + border-right: 1px solid #b7d47f; + +} + + + +.home_wrap .home_sub_menu.open{ + display: block; +} + + + + +.home_wrap .home_main_menu2 ul li{ + display: flex; + padding: 10px 0; + font-style: none; + +} + + +.home_wrap .home_sub_menu2.open{ + display: block; +} + + +.home_wrap .home_sub_menu2{ + display: none; + width: 100%; + margin-top: 20px; + border-top: 1px solid #b7d47f; + +} + + + + + + +/* MAIN */ +main{ + width: 100%; + position: relative; + max-width: 1180px; + margin: 0 auto; + padding-bottom: 100px; +} + + +main .main_wrap{ + margin-right: 10px; +} + + +main .main_wrap .main_title{ + display: flex; + padding: 50px 0 0; + margin: 0 0 110px; +} + + + +main .main_wrap .main_title h1{ + display: inline-block; + font-size: 30px; + font-weight: 700; + color: rgb(33, 33, 33); + margin-right: 30px; + +} + + +main .main_wrap .main_title div{ + width: 69%; + background: url(../images/sub_tit_line.gif) repeat-x left 18px; + z-index: -1; +} + +main .main_wrap .main_with{ + color: rgb(33, 33, 33); +} + + + + + +main .main_wrap .main_with { + width: 90%; + margin-top: 20px; + padding-left: 70px; + padding-bottom: 20px; + font-size: 40px; + font-weight: 700; + line-height: 74px; + text-align: center; + z-index: -1; +} + +main .main_wrap .main_with strong{ + color: #7eae4b; +} + + +main .main_wrap .main_with img{ + width: 80%; + margin: 0 auto; + padding-top: 40px; +} + + + +main .main_wrap .main_with2 { + width: 85%; + margin-top: 70px; + padding-bottom: 70px; + padding-left: 80px; + font-size: 17px; + line-height: 30px; + color: #333; + text-align: center; + font-weight: 700; + +} + + + + +main .main_wrap .main_with2 h1{ + font-weight: 700; + font-size: 21px; + padding-bottom: 30px; +} + + + + +main .main_wrap .main_with3 { + width: 85%; + margin-top: 20px; + padding-bottom: 50px; + padding-left: 80px; + font-size: 17px; + font-weight: 700; + line-height: 30px; + color: #333; + text-align: center; + +} + + + +main .main_wrap .main_with3 h1{ + font-weight: 700; + font-size: 27px; + padding-bottom: 30px; +} + + +main .main_wrap .main_with3 h2{ + font-weight: 700; + font-size: 27px; + padding-bottom: 30px; + color: #7eae4b; +} + + + + + +main .main_wrap .main_with3 .main_with_logo{ + display: flex; + padding: 100px 0; + margin-top: 70px; + justify-content: center; + border: 1px solid rgba(58, 58, 58, .4); +} + +main .main_wrap .down_box { + display: flex; + position: absolute; + right: 10%; + width: 300px; + border: 1px solid rgba(58, 58, 58, .4); + color: #333; +} + +main .main_wrap .down_box a{ + display: flex; + justify-content: center; + align-items: center; + text-align: center; + color: #333; + padding: 20px; +} + +main .main_wrap .down_box img{ + padding-right: 10px; +} + + + + +@keyframes up_text { + from { + transform: translateY(500px); + } + to { + transform: translateY(0); + } +} + +.main_wrap { + animation: up_text 1s ease-out; +} + + +.main_with1 { + animation: up_text 2s ease-out; +} + +.main_with2 { + animation: up_text 3s ease-out; +} + +.main_with3 { + animation: up_text 4s ease-out; +} + +.main_with4 { + animation: up_text 4s ease-out; +} + + + + + + + + + + + +/* FOOTER */ + +footer { + width: 100%; + height: 355px; + border-top: 1px solid rgba(0, 0, 0, .5) +} + +footer .footer_wrap{ + position: relative; + width: 1180px; + padding: 45px 0 0 0; + margin: 0 auto; + text-decoration: none; + +} + + +footer .footer_wrap .footer_logo{ + display: flex; + align-items: center; + justify-content: center; + padding-bottom: 50px; +} + +footer .footer_wrap .footer_logo img{ + width: 107px; +} + +footer .footer_wrap .footer_information{ + display: flex; + padding-left: 21px; + padding-top: 1px; + justify-content: center; + +} + + +footer .footer_wrap .footer_information span{ + display: inline-block; + text-align: center; + font-size: 16px; + line-height: 16px; + margin-right: 13px; + padding-right: 17px; +} + +footer .footer_wrap .footer_information span a{ + color: #585858; + +} + +footer .footer_wrap .footer_information span:first-child a{ + color: #004f18; + font-weight: 700; + +} + +footer .footer_wrap .footer_information span:nth-child(-n+4){ + background: url(../images/ft_line.gif) no-repeat right 5px; +} + +footer .footer_wrap .footer_location{ + padding: 28px; + padding-bottom: 0; + text-align: center; +} + + +footer .footer_wrap .footer_location span{ + padding-right: 8px; +} + + +footer .footer_wrap .footer_location span:nth-child(-n+2){ + background: url(../images/ft_line.gif) no-repeat right; +} + + + +footer .footer_wrap .footer_location span{ + line-height: 14px; + font-size: 15px; + color: #585858; + display: inline-block; + text-align: center; + padding: 0 10px; +} + +footer .footer_wrap .footer_location span:nth-last-child(1){ + background: none; + font-size: 15px; +} + +footer .footer_wrap .footer_location .copyright{ + padding-top: 12px; + padding-bottom: 20px; + line-height: 15px; +} + + +footer .footer_wrap .footer_sns{ + display: flex; + justify-content: center; + align-items: center; + padding-right: 62px; + +} + + +footer .footer_wrap .footer_sns span{ + font-size: 14px; + padding-right: 15px; + margin-right: 15px; + background: url(../images/ft_arr02.gif) no-repeat right; +} + + +footer .footer_wrap .footer_sns li{ + padding-right: 15px; +} + + + +footer .footer_wrap .footer_affiliate{ + width: 230px; + height: 35px; + font-size: 14px; + color: #1e1e1e; + margin-left: 45px; + margin-right: 27px; + padding-left: 15px; + border: 3px solid rgba(58, 58, 58, .4); +} +footer .footer_wrap .footer_affiliate .modal:hover .mini_modal{ + display: flex; +} + +footer .footer_wrap .footer_affiliate .modal .mini_modal:hover{ + display: flex; +} + +footer .footer_wrap .footer_affiliate span{ + position: absolute; + background: url(../images/ft_arr01.gif)no-repeat right; + background-position-y: 15px; + padding-right: 90px; + padding-top: 11px; +} + + +footer .footer_wrap .footer_web{ + width: 100%; + display: flex; + justify-content: center; +} + + + +footer .footer_wrap .footer_affiliate .mini_modal{ + position: absolute; + display: none; + width: 650px; + font-family: '맑은 고딕'; + bottom: 26px; + right: -12px; + background-color: #fff; + border: 3px solid rgba(58, 58, 58, .4); +} + + + +footer .footer_wrap .footer_affiliate .mini_modal ul{ + + padding: 30px; + font-size: 20px; +} + +footer .footer_wrap .footer_affiliate .mini_modal div{ + padding-bottom: 20px; + border-bottom: 1px solid black; + margin-bottom: 20px; +} + +footer .footer_wrap .footer_affiliate .mini_modal ul li{ + font-size: 15px; + padding-top: 10px; + +} + +footer .footer_wrap .footer_affiliate .mini_modal .modal_box a{ +color: #585858; +} + + + + + + + + + + diff --git a/with/with.html b/with/with.html new file mode 100644 index 00000000..8f744973 --- /dev/null +++ b/with/with.html @@ -0,0 +1,255 @@ + + + + + + + 동반성장 l 회사소개 l 풀무원 + + + + + + + + + + + +
+
+ +
+
+
+ + home + +
+
+ +
+ +
+
+ +
+
+
+ + +
+
+
+

동반성장

+
+
+
+ 풀무원식품은 협력기업과 힘을 모아
+ 공정거래 및 상생협력을 통해
+ 동반성장 문화 창출에 이바지하겠습니다. + with +
+
+
+ + 풀무원식품은 공정한 거래 문화 조성 및 동반성장을 위한 프로그램을 도입∙운영하고 있습니다.
+ 공정하고 투명한 거래 문화 속에서 상호 협력을 통해 기술, 제품 개발 등 품질,
+ 가격 경쟁력을 강화하여 협력기업의 성장이 풀무원의 성장으로 이어지고,
+ 풀무원의 성장이 다시 협력기업의 성장과 발전으로 이어지는 선순환 구조를 만들어 가겠습니다.
+ 풀무원과 협력기업이 함께 성장하는 건전한 산업 생태계 및 동반성장 모델을 조성하겠습니다.
+

+
+ 더 큰 성장을 위한 협력의 길, 동반성장 +
+
+
+ + + + + +
+ + + + + + + + + + + + \ No newline at end of file