+
+
+
+
+
diff --git a/pages/pc.scss b/pages/pc.scss
new file mode 100644
index 0000000..2158f2c
--- /dev/null
+++ b/pages/pc.scss
@@ -0,0 +1,51 @@
+.container {
+ position: relative;
+ width: 100%;
+}
+
+
+.banner {
+ height: bq(608);
+ background-color: #000;
+ background-image: url(https://ss3.bdstatic.com/70cFv8Sh_Q1YnxGkpoWK1HF6hhy/it/u=3232840639,190973432&fm=26&gp=0.jpg);
+ background-size: 100% 100%;
+ background-repeat: no-repeat;
+ overflow: hidden;
+ .banner__wrap{
+ width: bq(800);
+ margin: 0 auto;
+ .banner__title{
+ box-sizing: content-box;
+ margin-top: bq(248);
+ width: bq(678);
+ text-align: left;
+ color: #fff;
+ // padding-right: bq(550);
+ font-size: bq(44);
+ font-weight: lighter;
+ line-height: bq(59.66);
+ letter-spacing: 0;
+ color: #ffffff;
+ }
+ .banner__button{
+ display: flex;
+ cursor: pointer;
+ align-items: center;
+ justify-content: center;
+ margin-top: 40px;
+ width: bq(133);
+ height: bq(41);
+ line-height: bq(41);
+ font-size: bq(16);
+ text-align: center;
+ border-radius: bq(41);
+ color: #fff;
+ border: 1px solid #fff;
+ }
+ }
+
+}
+
+.swiperBox{
+ height: bq(342);
+}
\ No newline at end of file
diff --git a/plugins/README.md b/plugins/README.md
new file mode 100644
index 0000000..ca1f9d8
--- /dev/null
+++ b/plugins/README.md
@@ -0,0 +1,7 @@
+# PLUGINS
+
+**This directory is not required, you can delete it if you don't want to use it.**
+
+This directory contains Javascript plugins that you want to run before mounting the root Vue.js application.
+
+More information about the usage of this directory in [the documentation](https://nuxtjs.org/guide/plugins).
diff --git a/plugins/vue-awesome-swiper.js b/plugins/vue-awesome-swiper.js
new file mode 100644
index 0000000..c1ea6d6
--- /dev/null
+++ b/plugins/vue-awesome-swiper.js
@@ -0,0 +1,4 @@
+import Vue from "vue"
+import VueAwesomeSwiper from "vue-awesome-swiper/dist/ssr";
+
+Vue.use(VueAwesomeSwiper);
\ No newline at end of file
diff --git a/static/README.md b/static/README.md
new file mode 100644
index 0000000..cf00435
--- /dev/null
+++ b/static/README.md
@@ -0,0 +1,11 @@
+# STATIC
+
+**This directory is not required, you can delete it if you don't want to use it.**
+
+This directory contains your static files.
+Each file inside this directory is mapped to `/`.
+Thus you'd want to delete this README.md before deploying to production.
+
+Example: `/static/robots.txt` is mapped as `/robots.txt`.
+
+More information about the usage of this directory in [the documentation](https://nuxtjs.org/guide/assets#static).
diff --git a/static/favicon.ico b/static/favicon.ico
new file mode 100644
index 0000000..382fecb
Binary files /dev/null and b/static/favicon.ico differ
diff --git a/static/image/icon0.png b/static/image/icon0.png
new file mode 100644
index 0000000..6b5998a
Binary files /dev/null and b/static/image/icon0.png differ
diff --git a/static/image/icon1.png b/static/image/icon1.png
new file mode 100644
index 0000000..7d636aa
Binary files /dev/null and b/static/image/icon1.png differ
diff --git a/static/image/icon2.png b/static/image/icon2.png
new file mode 100644
index 0000000..027235c
Binary files /dev/null and b/static/image/icon2.png differ
diff --git a/static/image/icon3.png b/static/image/icon3.png
new file mode 100644
index 0000000..24f0dc5
Binary files /dev/null and b/static/image/icon3.png differ
diff --git a/static/image/logo.png b/static/image/logo.png
new file mode 100644
index 0000000..98f4a69
Binary files /dev/null and b/static/image/logo.png differ
diff --git a/store/README.md b/store/README.md
new file mode 100644
index 0000000..1972d27
--- /dev/null
+++ b/store/README.md
@@ -0,0 +1,10 @@
+# STORE
+
+**This directory is not required, you can delete it if you don't want to use it.**
+
+This directory contains your Vuex Store files.
+Vuex Store option is implemented in the Nuxt.js framework.
+
+Creating a file in this directory automatically activates the option in the framework.
+
+More information about the usage of this directory in [the documentation](https://nuxtjs.org/guide/vuex-store).