commit 76dae92cbe1977c380d31d6ea3e83d170ddffdcf Author: DohyunJegal Date: Tue Aug 9 16:42:46 2022 +0900 22-08-09 diff --git a/copy-css.txt b/copy-css.txt new file mode 100644 index 0000000..9c36ea2 --- /dev/null +++ b/copy-css.txt @@ -0,0 +1,928 @@ +* { + font-family: 'Noto Sans KR', 'sans-serif'; +} +body { + margin: 0 auto; + overflow-x: hidden; +} +ul { + list-style: none; + padding: 0; +} +a:visited, a:link { + text-decoration: none; + color: black; +} +h1, h2, h3, h4, h5, p { + margin: 0; +} +div, section, nav, main, footer, span { + margin: 0; + padding: 0; + box-sizing: border-box; +} +.hide { + display: none !important; +} +/*notice효과들*/ +.notice-fade-in { + transform: translateY(0px); + opacity: 1; +} +.notice-fade-out { + transform: translateY(80px); + opacity: 0; +} +/*notice banner 효과들*/ +.notice-banner-animation0-off { + transform: translateY(150px); + opacity: 0; +} +.notice-banner-animation1-off { + transform: translateY(200px); + opacity: 0; +} +.notice-banner-animation2-off { + transform: translateY(250px); + opacity: 0; +} +.notice-banner-animation0-on { + transform: translateY(0px); + transition: all 1s; + opacity: 1; +} +.notice-banner-animation1-on { + transform: translateY(0px); + transition: all 1s; + opacity: 1; +} +.notice-banner-animation2-on { + transform: translateY(0px); + transition: all 1s; + opacity: 1; +} +/*bot slider효과들*/ +.bot-slider-fade-in { + transform: translateY(0px); + opacity: 1; +} +.bot-slider-fade-out { + transform: translateY(200px); + opacity: 0; +} +.fixed{ + position: fixed; + top: 0; +} +.dot-color { + background-color: #7CE063 !important; +} +.cusor-p { + cursor: pointer; +} +.nav { + width: 100%; + height: auto; + display: flex; + flex-flow: column nowrap; + align-items: center; + justify-content: flex-start; + text-align: center; + padding-top: 15px; + overflow: hidden; + background-color: #fff; + z-index: 999; +} +.nav .login-sec { + width: 100%; + height: auto; + padding-bottom: 10px; +} +.nav .login-sec .login-menu { + width: 100%; + max-width: 1080px; + margin: 0 auto; + display: flex; + flex-flow: row nowrap; + justify-content: flex-end; + align-items: center; + font-size: 16px; + font-weight: 600; + color: #000; +} +.nav .login-sec .login-menu li:nth-child(2) { + margin-left: 8px; + margin-right: 8px; +} +.nav .logo-sec { + width: auto; + max-width: 1080px; + height: auto; +} +.nav .logo-sec .nav-logo{ + width: 355px; + height: auto; +} +.nav .logo-sec .nav-logo-m { + display: none; +} +.nav .gnb { + width: 100%; + max-width: 1150px; + display: flex; + flex-flow: row nowrap; + justify-content: flex-start; + align-items: center; + margin-top: 15px; +} +.nav .gnb .main-menu { + display: flex; + flex-flow: row nowrap; + justify-content: space-around; + align-items: center; + font-size: 22px; + font-weight: 600; + margin-bottom: 20px; + flex: 5; +} +.nav .gnb .gnb-sns { + display: flex; + flex-flow: row nowrap; + justify-content: space-around; + align-items: center; + margin-bottom: 20px; + flex: 1; +} +.nav .gnb .gnb-sns li { + width: 28px; + height: 28px; + transition: all 0.2s; +} +.nav .gnb-line{ + width: 100%; + height: 5px; + background: url("./main/main/line.png") no-repeat center; + background-size: cover; +} +.nav .toggle-btn { + display: none; +} +.m-menu-box { + transition: all 1s; +} +/*********************************************************************/ +#main { + width: 100%; + height: auto; + margin: 0; + padding: 0; +} +#main .slider-sec{ + width: 100%; + height: auto; +} +#main .slider-sec .slider-outer{ + width: 100%; + height: auto; + min-height: 240px; + position: relative; + overflow: hidden; +} +#main .notice-sec { + width: 100%; + height: auto; + display: flex; + flex-flow: column; + align-items: center; + margin-top: 50px; + +} +#main .notice-sec .notice { + width: 100%; + max-width: 1080px; + display: flex; + flex-flow: row nowrap; + align-items: center; + margin-bottom: 20px; + transition: all 1s; +} +#main .notice-sec .notice h4 { + font-size: 22px; + font-weight: 800; + flex: 1; +} +#main .notice-sec .notice .notice-roll-box{ + width: 900px; + height: 24px; + font-size: 18px; + font-weight: 700; + margin-left: 25px; + position: relative; + overflow: hidden; +} +#main .notice-sec .notice .notice-roll-box .notice-roll{ + width: 100%; + height: auto; + margin: 0; + animation: noticeRoll 5s infinite; +} +@keyframes noticeRoll { + 0% { transform: translateY(0px);} + 25% { transform: translateY(-24px);} + 50% { transform: translateY(-48px);} + 50.05% { transform: translateY(0px);} + 100% { transform: translateY(0px);} +} +#main .notice-sec .notice .notice-roll li{ + width: 100%; + height: 24px; +} +#main .notice-sec .notice .notice-btn { + border: none; + background: transparent; +} +#main .notice-sec .banner { + width: 100%; + max-width: 1080px; + height: auto; + display: flex; + flex-flow: row nowrap; + justify-content: space-between; + align-items: center; + padding-bottom: 80px; + transition: all 1s; +} +#main .bot-slider-sec { + width: 100%; + background-color: #B4A0FF; + transition: all 1s; +} +#main .bot-slider-sec .bot-slider-box { + width: 100%; + max-width: 1080px; + margin: 0 auto; + padding-top: 50px; + padding-bottom: 50px; + display: flex; + flex-flow: row nowrap; + justify-content: space-between; + align-items: center; +} +#main .bot-slider-sec .bot-slider-box .bot-slider-text-box { + width: 300px; + height: auto; + display: flex; + flex-flow: column; +} +#main .bot-slider-sec .bot-slider-box .bot-slider-text-box .text { + display: flex; + flex-flow: column nowrap; + align-items: flex-start; + color: #fff; +} +#main .bot-slider-sec .bot-slider-box .bot-slider-text-box .text span:first-child{ + font-size: 2em; + display: block; + font-weight: normal; +} +#main .bot-slider-sec .bot-slider-box .bot-slider-text-box .text span:nth-child(2){ + font-size: 2.4em; + margin-bottom: 30px; +} +#main .bot-slider-sec .bot-slider-box .bot-slider-text-box .text span:nth-child(3){ + font-size: 1.5em; + font-weight: normal; +} +#main .bot-slider-sec .bot-slider-box .bot-slider-text-box .text span:last-child{ + font-size: 1.3em; + padding-bottom: 30px; +} +#main .bot-slider-sec .bot-slider-box .bot-slider-text-box .bot-slider-btn-box { + width: 150px; + height: auto; +} +#main .bot-slider-sec .bot-slider-box .bot-slider-text-box .bot-slider-btn-box .bot-slider-btn{ + border: none; + background: transparent; + filter: contrast(170%); +} +#main .bot-slider-sec .bot-slider-box .bot-slider-outer { + width: 780px; + height: auto; + padding: 0px 15px 0px 15px; + box-sizing: border-box; +} +#main .bot-slider-sec .bot-slider-box .bot-slider-outer .swiper-slide{ + padding: 0px 10px 0px 10px; + box-sizing: border-box; +} +#main .alliance-sec { + width: 100%; + height: auto; + border-top: 1px solid #e0e0e0; + display: flex; + flex-flow: row; + justify-content: center; + transition: all 1s; +} +#main .alliance-sec .alliance-bar { + width: 100%; + max-width: 1080px; + display: flex; + flex-flow: row nowrap; + align-items: center; + margin-top: 15px; + margin-bottom: 15px; +} +#main .alliance-sec .alliance-bar a { + margin-right: 70px; +} +#footer { + width: 100%; + height: auto; + border-top: 1px solid #e0e0e0; + padding-top: 50px; + padding-bottom: 30px; + display: flex; + flex-flow: row; + justify-content: center; +} +#footer .footer-box { + width: 100%; + max-width: 1080px; + display: flex; + flex-flow: row; + justify-content: space-between; + align-items: center; +} +#footer .footer-box .footer-logo { + width: auto; + height: auto; + flex: 1; +} +#footer .footer-box .footer-logo img { + width: 50%; +} +#footer .footer-box .footer-sns { + display: none; +} +#footer .footer-box .footer-text { + display: flex; + flex-flow: column; + color: #666; + font-size: 14px; + flex: 2; +} +#footer .footer-box .footer-text span { + margin-bottom: 5px; +} +#footer .footer-box .footer-text span:last-child { + margin-top: 10px; +} +#footer .footer-box .call-num { + flex: 1; +} +#footer .footer-box .call-num h1{ + font-size: 18px; + font-weight: 500 +} +#footer .footer-box .call-num p { + font-size: 14px; + font-weight: 500; +} +#footer .footer-box .call-num p > strong{ + font-size: 35px; + font-weight: 600 +} +.nav-scroll{ + width: 100%; + height: auto; + display: flex; + flex-flow: column; + align-items: center; + background-color: #fff; + z-index: 9999; +} +.nav-scroll .scroll-nav-top { + width: 100%; + max-width: 1080px; + height: auto; + display: flex; + flex-flow: row nowrap; + justify-content: flex-end; + align-items: center; +} +.nav-scroll .scroll-nav-top .gnb-sns { + width: auto; + height: auto; + display: flex; + flex-flow: row; +} +.nav-scroll .scroll-nav-top .gnb-sns li { + width: 28px; + height: 28px; + margin-right: 25px; + transition: all 0.2s; +} +.nav-scroll .scroll-nav-top .login-sec { + width: auto; + height: auto; +} +.nav-scroll .scroll-nav-top .login-sec .login-menu{ + width: auto; + height: auto; + display: flex; + flex-flow: row nowrap; + font-size: 16px; + font-weight: 600; +} +.nav-scroll .scroll-nav-top .login-sec .login-menu li:nth-child(2) { + margin-left: 8px; + margin-right: 8px; +} +.nav-scroll .scroll-nav-bottom { + width: 100%; + max-width: 1080px; + height: auto; + display: flex; + align-items: center; + justify-content: space-between; +} +.nav-scroll .scroll-nav-bottom .logo-sec{ + width: 100%; + height: auto; + flex: 1; + text-align: center; +} +.nav-scroll .scroll-nav-bottom .logo-sec img{ + width: 60%; + height: auto; +} +.nav-scroll .scroll-nav-bottom .gnb{ + width: 100%; + height: auto; + flex: 2; +} +.nav-scroll .scroll-nav-bottom .gnb .main-menu{ + width: 100%; + height: auto; + display: flex; + flex-flow: row nowrap; + align-items: center; + justify-content: space-between; +} +.nav-scroll .scroll-nav-bottom .gnb .main-menu li{ + font-size: 22px; + font-weight: 600; +} +.nav-scroll .gnb-line{ + width: 100%; + height: 5px; + background: url(./main/main/line.png) no-repeat center; + background-size: cover; +} +.swiper { + width: 100%; + height: 100%; +} +.swiper-wrapper { + width: 100%; + height: 100%; + min-height: 240px ; +} +.swiper-slide{ + width: 100%; + height: 100%; +} +.swiper-slide img { + display: block ; + width: 100% ; + height: 100%; + object-fit: cover; +} +.swiper .swiper-pagination-bullet { + width: 12px; + height: 12px; + background-color: #7CE063; + margin: 0 15px !important; +} +@media (max-width: 425px) { + #scroll-nav { + display: none !important; + } + .m-menu-box { + width: 100vw; + height: 100vh; + background-color: rgba(0, 0, 0, 0.6); + z-index: 9999; + position: absolute; + } + .m-menu-box .m-menu { + width: 85%; + height: 100%; + position: absolute; + top: 0; + left: 0; + background-color: #fff; + } + .m-menu-box .m-menu .m-login-sec { + width: 100%; + height: auto; + padding: 25px 0px; + text-align: center; + } + .m-menu-box .m-menu .m-login-sec .m-login-menu { + margin: 0; + display: flex; + flex-flow: row-reverse nowrap; + justify-content: center; + align-items: center; + font-size: 1rem; + } + .m-menu-box .m-menu .m-login-sec .m-login-menu > li:nth-child(2){ + margin-left: 30px; + margin-right: 30px; + } + .m-menu-box .m-menu .m-gnb { + width: 100%; + height: auto; + } + .m-menu-box .m-menu .m-gnb .m-main-menu { + margin: 0; + } + .m-menu-box .m-menu .m-gnb .m-main-menu > li { + width: 100%; + height: auto; + font-size: 20px; + font-weight: 800; + padding: 15px 30px; + box-sizing: border-box; + } + .nav .login-sec { + width: 100%; + height: 70px; + display: none; + } + .nav .logo-sec { + width: 50%; + max-width: 1080px; + height: auto; + } + .nav .logo-sec .nav-logo{ + display: none; + } + .nav .logo-sec .nav-logo-m { + display: block; + margin: 0 auto; + width: 100%; + } + .nav .gnb { + display: none; + } + .nav .gnb-line{ + width: 100%; + height: 5px; + background: url("./main/main/line.png") no-repeat center; + background-size: cover; + margin-top: 10px; + } + .nav .toggle-btn{ + width: 50px; + height: 29px; + position: absolute; + top: calc((80px - 29px) / 2); + left: calc((100% - 60px )); + padding: 0px ; + display: flex; + flex-flow: column; + justify-content: space-around; + align-items: center; + } + .nav .toggle-btn > div { + width: 30px; + height: 4px; + background-color: #B4A0FF; + display: block; + margin: 0; + } + /* nav m-menu */ + + /*silder-sec*/ + #main .slider-sec .slider-outer .slider-btn { + width: 100%; + height: 50px; + position: absolute; + bottom: 0; + display: flex; + flex-flow: row; + justify-content: center; + align-items: center; + } + #main .slider-sec .slider-outer .slider-btn .slider-bullet { + content: ""; + display: inline-block; + vertical-align: middle; + width: 10px; + height: 10px; + background-color: rgba(0, 0, 0, 0.4); + border-radius: 100%; + } + #main .slider-sec .slider-outer .slider-btn .slider-bullet:nth-child(2) { + margin-left: 25px; + margin-right: 25px; + } + #main .notice-sec { + width: 100%; + height: auto; + display: flex; + flex-flow: column; + align-items: center; + margin-top: 0px; + } + #main .notice-sec .notice { + width: 100%; + max-width: 1080px; + height: auto; + display: flex; + flex-flow: row nowrap; + align-items: center; + padding: 10px 20px; + margin-bottom: 0px; + } + #main .notice-sec .notice h4 { + width: 25%; + font-size: 18px; + font-weight: bold; + } + #main .notice-sec .notice .notice-roll-box{ + width: 70%; + height: 35px; + font-size: 16px; + font-weight: 500; + margin-left: 0px; + position: relative; + overflow: hidden; + } + #main .notice-sec .notice .notice-roll-box .notice-roll{ + width: 100%; + height: auto; + margin: 0; + animation: noticeRoll 5s infinite; + } + @keyframes noticeRoll { + 0% { transform: translateY(7px);} + 25% { transform: translateY(-27px);} + 50% { transform: translateY(-64px);} + 50.5% { transform: translateY(0px);} + 100% { transform: translateY(7px);} + } + #main .notice-sec .notice .notice-roll li{ + width: 100%; + height: 35px; + overflow: hidden; + white-space: nowrap; + text-overflow: ellipsis; + } + #main .notice-sec .notice .notice-btn { + width: auto; + border: none; + background: transparent; + } + #main .notice-sec .notice .notice-btn img{ + width: 15px; + height: 15px; + } + #main .notice-sec .banner { + width: 100%; + max-width: 1080px; + height: auto; + display: flex; + flex-flow: column nowrap; + justify-content: space-between; + align-items: center; + padding: 0px 20px 20px 20px; + } + #main .notice-sec .banner a{ + width: 100%; + height: auto; + } + #main .notice-sec .banner a img{ + width: 100%; + } + /*notice*/ + #main .bot-slider-sec { + width: 100%; + background-color: #B4A0FF; + } + #main .bot-slider-sec .bot-slider-box { + width: 100%; + max-width: 1080px; + margin: 0 auto; + padding-top: 50px; + padding-bottom: 50px; + display: flex; + flex-flow: column nowrap; + justify-content: space-between; + align-items: center; + } + #main .bot-slider-sec .bot-slider-box .bot-slider-text-box { + width: auto; + height: auto; + display: flex; + flex-flow: column; + align-items: center; + } + #main .bot-slider-sec .bot-slider-box .bot-slider-text-box .text { + display: block; + color: #fff; + text-align: center; + } + #main .bot-slider-sec .bot-slider-box .bot-slider-text-box .text span:first-child{ + font-size: 1.75rem;; + display: inline-block; + font-weight: normal; + } + #main .bot-slider-sec .bot-slider-box .bot-slider-text-box .text span:nth-child(2){ + font-size: 1.6em; + margin-bottom: 30px; + } + #main .bot-slider-sec .bot-slider-box .bot-slider-text-box .text span:nth-child(3){ + font-size: 18px; + display: inline-block; + font-weight: normal; + margin-top: 10px; + } + #main .bot-slider-sec .bot-slider-box .bot-slider-text-box .text span:last-child{ + font-size: 18px; + padding-bottom: 0px; + } + #main .bot-slider-sec .bot-slider-box .bot-slider-text-box .bot-slider-btn-box { + width: auto; + height: auto; + padding-top: 20px; + padding-bottom: 25px; + } + #main .bot-slider-sec .bot-slider-box .bot-slider-text-box .bot-slider-btn-box .bot-slider-btn{ + border: none; + background: transparent; + filter: contrast(170%); + } + #main .bot-slider-sec .bot-slider-box .bot-slider-outer { + width: 100%; + height: auto; + } + #main .bot-slider-sec .bot-slider-box .bot-slider-outer .bot-slider-inner { + width: auto; + height: auto; + padding: 0px 0px; + overflow: hidden; + } + #main .bot-slider-sec .bot-slider-box .bot-slider-outer .bot-slider-inner .bot-slider-items { + width: 100%; + height: auto; + display: flex; + padding: 0px; + transition: all 1s; + } + #main .bot-slider-sec .bot-slider-box .bot-slider-outer .bot-slider-inner .bot-slider-items a { + width: 100%; + height: auto; + padding: 0px 30px; + } + #main .bot-slider-sec .bot-slider-box .bot-slider-outer .bot-slider-inner .bot-slider-items a:nth-child(2n) { + margin-left: 0px; + margin-right: 0px; + } + /*bot-slider-sec*/ + #main .alliance-sec { + width: 100%; + height: auto; + border-top: 1px solid #e0e0e0; + display: flex; + flex-flow: row; + justify-content: center; + } + #main .alliance-sec .alliance-bar { + width: 100%; + max-width: 1080px; + display: flex; + flex-flow: row nowrap; + justify-content: space-between; + align-items: center; + margin-top: 15px; + margin-bottom: 15px; + } + #main .alliance-sec .alliance-bar a { + margin-right: 0px; + text-align: center; + } + #main .alliance-sec .alliance-bar a img{ + width: 80%; + } + /*.alliance-sec*/ + #footer { + width: 100%; + height: auto; + border-top: 1px solid #e0e0e0; + padding-top: 0px; + padding-bottom: 30px; + display: flex; + flex-flow: row; + justify-content: center; + } + #footer .footer-box { + width: 100%; + max-width: 1080px; + display: flex; + flex-flow: column; + justify-content: space-between; + align-items: center; + } + #footer .footer-box .footer-logo { + width: auto; + height: auto; + flex: 1; + display: none; + } + #footer .footer-box .footer-logo img { + width: 50%; + } + #footer .footer-box .footer-sns { + width: 100%; + height: auto; + display: flex; + flex-flow: row nowrap; + justify-content: center; + align-items: center; + } + #footer .footer-box .footer-sns li:first-child{ + margin-right: 5px; + } + #footer .footer-box .footer-sns li:nth-child(2){ + margin: 0px 5px 0px 5px; + } + #footer .footer-box .footer-sns li:nth-child(3){ + margin: 0px 5px 0px 5px; + } + #footer .footer-box .footer-sns li:last-child{ + margin-left: 5px; + } + #footer .footer-box .footer-text { + display: flex; + flex-flow: column; + align-items: center; + color: #666; + font-size: 14px; + flex: 2; + text-align: center; + } + #footer .footer-box .footer-text span { + margin-bottom: 5px; + } + #footer .footer-box .footer-text span:last-child { + margin-top: 10px; + } + #footer .footer-box .call-num { + flex: 1; + display: none; + } + #footer .footer-box .call-num h1{ + font-size: 18px; + font-weight: 500 + } + #footer .footer-box .call-num p { + font-size: 14px; + font-weight: 300; + } + #footer .footer-box .call-num p > strong{ + font-size: 35px; + font-weight: 500; + } + .mySwiper { + width: 100%; + height: 100%; + } + .mySwiper .swiper-wrapper { + width: 100%; + height: 100%; + } + .mySwiper .swiper-wrapper .swiper-slide{ + width: 100%; + height: 100%; + max-height: 240px; + } + .mySwiper .swiper-wrapper .swiper-slide img { + display: block; + width: 100%; + height: 100%; + max-height: 240px !important; + object-fit: fill; + } + .mySwiper .swiper-pagination-bullet { + width: 9px; + height: 9px; + background-color: #7CE063; + margin: 0 5px !important; + } + +} \ No newline at end of file diff --git a/copy.txt b/copy.txt new file mode 100644 index 0000000..96e1e0f --- /dev/null +++ b/copy.txt @@ -0,0 +1,393 @@ + + + + + + + + 음성명작페스티벌 + + + + + + + + + + + + + +
+ +
+
+
+
+
+ + 음성명작 페스티벌 배너 광고1 + +
+
+ + 음성명작 페스티벌 배너 광고2 + +
+
+ + 음성명작 페스티벌 배너 광고3 +
+
+
+
+
+
+ +
+ + +
+ +
+
+
+
+ 음성명작페스티벌 + 둘러보기! + 음성명작페스티벌 + 백배 즐기기 +
+
+ + +
+
+
+
+ + +
+
+
+
+ +
+
+ 음성군 홈페이지 바로가기 + 음성장터 바로가기 + 음성명작페스티벌 바로가기 +
+
+
+ + + + + + + + + + + + \ No newline at end of file diff --git a/effect.js b/effect.js new file mode 100644 index 0000000..b2208f4 --- /dev/null +++ b/effect.js @@ -0,0 +1,27 @@ +// SNS리스트 호버 이벤트(백그라운드 이미지) +const snsKind = ['insta', 'face', 'blog', 'youtube'] +const ON = "on" +const OFF = "off" + +// listArray = 리스트 DOM이 담긴 배열 +const snsBg = (listArray) => { + if (listArray) { + listArray.forEach((element, index, array) => { + element.style.background = `url('./main/icon/sns_${snsKind[index]}_${OFF}.png') no-repeat` + }) + } +} +const mouseEnter = (listArray) => { + listArray.forEach((element, index, array) => { + element.addEventListener('mouseenter', () => { + element.style.background = `url('./main/icon/sns_${snsKind[index]}_${ON}.png') no-repeat` + }) + }) +} +const mouseLeave = (listArray) => { + listArray.forEach((element, index, array) => { + element.addEventListener('mouseleave', () => { + element.style.background = `url('./main/icon/sns_${snsKind[index]}_${OFF}.png') no-repeat` + }) + }) +} \ No newline at end of file diff --git a/index.html b/index.html new file mode 100644 index 0000000..c550e01 --- /dev/null +++ b/index.html @@ -0,0 +1,378 @@ + + + + + + + + 음성명작페스티벌 + + + + + + + + + + + + + +
+ +
+
+
+
+
+ + 음성명작 페스티벌 배너 광고1 + +
+
+ + 음성명작 페스티벌 배너 광고2 + +
+
+ + 음성명작 페스티벌 배너 광고3 +
+
+
+
+
+
+ +
+ + +
+ +
+
+
+
+ 음성명작페스티벌 + 둘러보기! + 음성명작페스티벌 + 백배 즐기기 +
+
+ + +
+
+
+
+ + +
+
+
+
+ +
+
+ 음성군 홈페이지 바로가기 + 음성장터 바로가기 + 음성명작페스티벌 바로가기 +
+
+
+ + + + + + + + + + + + + + \ No newline at end of file diff --git a/main.css b/main.css new file mode 100644 index 0000000..b972246 --- /dev/null +++ b/main.css @@ -0,0 +1,870 @@ +* { + font-family: 'Noto Sans KR', 'sans-serif'; +} +body { + margin: 0 auto; + overflow-x: hidden; +} +ul { + list-style: none; + padding: 0; +} +a:visited, a:link { + text-decoration: none; + color: black; +} +h1, h2, h3, h4, h5, p { + margin: 0; +} +div, section, nav, main, footer, span { + margin: 0; + padding: 0; + box-sizing: border-box; +} +.hide { + display: none !important; +} +.fixed{ + position: fixed; + top: 0; +} +.dot-color { + background-color: #7CE063 !important; +} +.cusor-p { + cursor: pointer; +} +.nav { + width: 100%; + height: auto; + display: flex; + flex-flow: column nowrap; + align-items: center; + justify-content: flex-start; + text-align: center; + padding-top: 15px; + overflow: hidden; + background-color: #fff; + z-index: 999; +} +.nav .login-sec { + width: 100%; + height: auto; + padding-bottom: 10px; +} +.nav .login-sec .login-menu { + width: 100%; + max-width: 1080px; + margin: 0 auto; + display: flex; + flex-flow: row nowrap; + justify-content: flex-end; + align-items: center; + font-size: 16px; + font-weight: 600; + color: #000; +} +.nav .login-sec .login-menu li:nth-child(2) { + margin-left: 8px; + margin-right: 8px; +} +.nav .logo-sec { + width: auto; + max-width: 1080px; + height: auto; +} +.nav .logo-sec .nav-logo{ + width: 355px; + height: auto; +} +.nav .logo-sec .nav-logo-m { + display: none; +} +.nav .gnb { + width: 100%; + max-width: 1150px; + display: flex; + flex-flow: row nowrap; + justify-content: flex-start; + align-items: center; + margin-top: 15px; +} +.nav .gnb .main-menu { + display: flex; + flex-flow: row nowrap; + justify-content: space-around; + align-items: center; + font-size: 22px; + font-weight: 600; + margin-bottom: 20px; + flex: 5; +} +.nav .gnb .gnb-sns { + display: flex; + flex-flow: row nowrap; + justify-content: space-around; + align-items: center; + margin-bottom: 20px; + flex: 1; +} +.nav .gnb .gnb-sns li { + width: 28px; + height: 28px; + transition: all 0.2s; +} +.nav .gnb-line{ + width: 100%; + height: 5px; + background: url("./main/main/line.png") no-repeat center; + background-size: cover; +} +.nav .toggle-btn { + display: none; +} +.m-menu-box { + transition: all 1s; +} +/*********************************************************************/ +#main { + width: 100%; + height: auto; + margin: 0; + padding: 0; +} +#main .slider-sec{ + width: 100%; + height: auto; +} +#main .slider-sec .slider-outer{ + width: 100%; + height: auto; + min-height: 240px; + position: relative; + overflow: hidden; +} +#main .notice-sec { + width: 100%; + height: auto; + display: flex; + flex-flow: column; + align-items: center; + margin-top: 50px; + +} +#main .notice-sec .notice { + width: 100%; + max-width: 1080px; + display: flex; + flex-flow: row nowrap; + align-items: center; + margin-bottom: 20px; + transition: all 1s; +} +#main .notice-sec .notice h4 { + font-size: 22px; + font-weight: 800; + flex: 1; +} +#main .notice-sec .notice .notice-roll-box{ + width: 900px; + height: 24px; + font-size: 18px; + font-weight: 700; + margin-left: 25px; + position: relative; + overflow: hidden; +} +#main .notice-sec .notice .notice-roll-box .notice-roll{ + width: 100%; + height: auto; + margin: 0; + position: relative; +} +#main .notice-sec .notice .notice-roll li{ + width: 100%; + height: 24px; +} +#main .notice-sec .notice .notice-btn { + border: none; + background: transparent; +} +#main .notice-sec .banner { + width: 100%; + max-width: 1080px; + height: auto; + display: flex; + flex-flow: row nowrap; + justify-content: space-between; + align-items: center; + padding-bottom: 80px; + transition: all 1s; +} +#main .bot-slider-sec { + width: 100%; + background-color: #B4A0FF; + transition: all 1s; +} +#main .bot-slider-sec .bot-slider-box { + width: 100%; + max-width: 1080px; + margin: 0 auto; + padding-top: 50px; + padding-bottom: 50px; + display: flex; + flex-flow: row nowrap; + justify-content: space-between; + align-items: center; +} +#main .bot-slider-sec .bot-slider-box .bot-slider-text-box { + width: 300px; + height: auto; + display: flex; + flex-flow: column; +} +#main .bot-slider-sec .bot-slider-box .bot-slider-text-box .text { + display: flex; + flex-flow: column nowrap; + align-items: flex-start; + color: #fff; +} +#main .bot-slider-sec .bot-slider-box .bot-slider-text-box .text span:first-child{ + font-size: 2em; + display: block; + font-weight: normal; +} +#main .bot-slider-sec .bot-slider-box .bot-slider-text-box .text span:nth-child(2){ + font-size: 2.4em; + margin-bottom: 30px; +} +#main .bot-slider-sec .bot-slider-box .bot-slider-text-box .text span:nth-child(3){ + font-size: 1.5em; + font-weight: normal; +} +#main .bot-slider-sec .bot-slider-box .bot-slider-text-box .text span:last-child{ + font-size: 1.3em; + padding-bottom: 30px; +} +#main .bot-slider-sec .bot-slider-box .bot-slider-text-box .bot-slider-btn-box { + width: 150px; + height: auto; +} +#main .bot-slider-sec .bot-slider-box .bot-slider-text-box .bot-slider-btn-box .bot-slider-btn{ + border: none; + background: transparent; + filter: contrast(170%); +} +#main .bot-slider-sec .bot-slider-box .bot-slider-outer { + width: 780px; + height: auto; + padding: 0px 15px 0px 15px; + box-sizing: border-box; +} +#main .bot-slider-sec .bot-slider-box .bot-slider-outer .swiper-slide{ + padding: 0px 10px 0px 10px; + box-sizing: border-box; +} +#main .alliance-sec { + width: 100%; + height: auto; + border-top: 1px solid #e0e0e0; + display: flex; + flex-flow: row; + justify-content: center; + transition: all 1s; +} +#main .alliance-sec .alliance-bar { + width: 100%; + max-width: 1080px; + display: flex; + flex-flow: row nowrap; + align-items: center; + margin-top: 15px; + margin-bottom: 15px; +} +#main .alliance-sec .alliance-bar a { + margin-right: 70px; +} +#footer { + width: 100%; + height: auto; + border-top: 1px solid #e0e0e0; + padding-top: 50px; + padding-bottom: 30px; + display: flex; + flex-flow: row; + justify-content: center; +} +#footer .footer-box { + width: 100%; + max-width: 1080px; + display: flex; + flex-flow: row; + justify-content: space-between; + align-items: center; +} +#footer .footer-box .footer-logo { + width: auto; + height: auto; + flex: 1; +} +#footer .footer-box .footer-logo img { + width: 50%; +} +#footer .footer-box .footer-sns { + display: none; +} +#footer .footer-box .footer-text { + display: flex; + flex-flow: column; + color: #666; + font-size: 14px; + flex: 2; +} +#footer .footer-box .footer-text span { + margin-bottom: 5px; +} +#footer .footer-box .footer-text span:last-child { + margin-top: 10px; +} +#footer .footer-box .call-num { + flex: 1; +} +#footer .footer-box .call-num h1{ + font-size: 18px; + font-weight: 500 +} +#footer .footer-box .call-num p { + font-size: 14px; + font-weight: 500; +} +#footer .footer-box .call-num p > strong{ + font-size: 35px; + font-weight: 600 +} +.nav-scroll{ + width: 100%; + height: auto; + display: flex; + flex-flow: column; + align-items: center; + background-color: #fff; + z-index: 9999; +} +.nav-scroll .scroll-nav-top { + width: 100%; + max-width: 1080px; + height: auto; + display: flex; + flex-flow: row nowrap; + justify-content: flex-end; + align-items: center; +} +.nav-scroll .scroll-nav-top .gnb-sns { + width: auto; + height: auto; + display: flex; + flex-flow: row; +} +.nav-scroll .scroll-nav-top .gnb-sns li { + width: 28px; + height: 28px; + margin-right: 25px; + transition: all 0.2s; +} +.nav-scroll .scroll-nav-top .login-sec { + width: auto; + height: auto; +} +.nav-scroll .scroll-nav-top .login-sec .login-menu{ + width: auto; + height: auto; + display: flex; + flex-flow: row nowrap; + font-size: 16px; + font-weight: 600; +} +.nav-scroll .scroll-nav-top .login-sec .login-menu li:nth-child(2) { + margin-left: 8px; + margin-right: 8px; +} +.nav-scroll .scroll-nav-bottom { + width: 100%; + max-width: 1080px; + height: auto; + display: flex; + align-items: center; + justify-content: space-between; +} +.nav-scroll .scroll-nav-bottom .logo-sec{ + width: 100%; + height: auto; + flex: 1; + text-align: center; +} +.nav-scroll .scroll-nav-bottom .logo-sec img{ + width: 60%; + height: auto; +} +.nav-scroll .scroll-nav-bottom .gnb{ + width: 100%; + height: auto; + flex: 2; +} +.nav-scroll .scroll-nav-bottom .gnb .main-menu{ + width: 100%; + height: auto; + display: flex; + flex-flow: row nowrap; + align-items: center; + justify-content: space-between; +} +.nav-scroll .scroll-nav-bottom .gnb .main-menu li{ + font-size: 22px; + font-weight: 600; +} +.nav-scroll .gnb-line{ + width: 100%; + height: 5px; + background: url(./main/main/line.png) no-repeat center; + background-size: cover; +} +.swiper { + width: 100%; + height: 100%; +} +.swiper-wrapper { + width: 100%; + height: 100%; + min-height: 240px ; +} +.swiper-slide{ + width: 100%; + height: 100%; +} +.swiper-slide img { + display: block ; + width: 100% ; + height: 100%; + object-fit: cover; +} +.swiper .swiper-pagination-bullet { + width: 12px; + height: 12px; + background-color: #7CE063; + margin: 0 15px !important; +} +@media (max-width: 425px) { + #scroll-nav { + display: none !important; + } + .m-menu-box { + width: 100vw; + height: 100vh; + background-color: rgba(0, 0, 0, 0.6); + z-index: 9999; + position: absolute; + } + .m-menu-box .m-menu { + width: 85%; + height: 100%; + position: absolute; + top: 0; + left: 0; + background-color: #fff; + } + .m-menu-box .m-menu .m-login-sec { + width: 100%; + height: auto; + padding: 25px 0px; + text-align: center; + } + .m-menu-box .m-menu .m-login-sec .m-login-menu { + margin: 0; + display: flex; + flex-flow: row-reverse nowrap; + justify-content: center; + align-items: center; + font-size: 1rem; + } + .m-menu-box .m-menu .m-login-sec .m-login-menu > li:nth-child(2){ + margin-left: 30px; + margin-right: 30px; + } + .m-menu-box .m-menu .m-gnb { + width: 100%; + height: auto; + } + .m-menu-box .m-menu .m-gnb .m-main-menu { + margin: 0; + } + .m-menu-box .m-menu .m-gnb .m-main-menu > li { + width: 100%; + height: auto; + font-size: 20px; + font-weight: 800; + padding: 15px 30px; + box-sizing: border-box; + } + .nav .login-sec { + width: 100%; + height: 70px; + display: none; + } + .nav .logo-sec { + width: 50%; + max-width: 1080px; + height: auto; + } + .nav .logo-sec .nav-logo{ + display: none; + } + .nav .logo-sec .nav-logo-m { + display: block; + margin: 0 auto; + width: 100%; + } + .nav .gnb { + display: none; + } + .nav .gnb-line{ + width: 100%; + height: 5px; + background: url("./main/main/line.png") no-repeat center; + background-size: cover; + margin-top: 10px; + } + .nav .toggle-btn{ + width: 50px; + height: 29px; + position: absolute; + top: calc((80px - 29px) / 2); + left: calc((100% - 60px )); + padding: 0px ; + display: flex; + flex-flow: column; + justify-content: space-around; + align-items: center; + } + .nav .toggle-btn > div { + width: 30px; + height: 4px; + background-color: #B4A0FF; + display: block; + margin: 0; + } + /* nav m-menu */ + + /*silder-sec*/ + #main .slider-sec .slider-outer .slider-btn { + width: 100%; + height: 50px; + position: absolute; + bottom: 0; + display: flex; + flex-flow: row; + justify-content: center; + align-items: center; + } + #main .slider-sec .slider-outer .slider-btn .slider-bullet { + content: ""; + display: inline-block; + vertical-align: middle; + width: 10px; + height: 10px; + background-color: rgba(0, 0, 0, 0.4); + border-radius: 100%; + } + #main .slider-sec .slider-outer .slider-btn .slider-bullet:nth-child(2) { + margin-left: 25px; + margin-right: 25px; + } + #main .notice-sec { + width: 100%; + height: auto; + display: flex; + flex-flow: column; + align-items: center; + margin-top: 0px; + } + #main .notice-sec .notice { + width: 100%; + max-width: 1080px; + height: auto; + display: flex; + flex-flow: row nowrap; + align-items: center; + padding: 10px 10px; + margin-bottom: 0px; + } + #main .notice-sec .notice h4 { + width: 25%; + font-size: 16px; + font-weight: bold; + } + #main .notice-sec .notice .notice-roll-box{ + width: 70%; + height: 24px; + font-size: 16px; + font-weight: 500; + margin-left: 0px; + position: relative; + overflow: hidden; + } + #main .notice-sec .notice .notice-roll-box .notice-roll{ + width: 100%; + height: auto; + margin: 0; + position: relative; + } + #main .notice-sec .notice .notice-roll li{ + width: 100%; + height: 24px; + font-size: 14px; + font-weight: 400; + overflow: hidden; + white-space: nowrap; + text-overflow: ellipsis; + } + #main .notice-sec .notice .notice-btn { + width: auto; + border: none; + background: transparent; + } + #main .notice-sec .notice .notice-btn img{ + width: 15px; + height: 15px; + } + #main .notice-sec .banner { + width: 100%; + max-width: 1080px; + height: auto; + display: flex; + flex-flow: column nowrap; + justify-content: space-between; + align-items: center; + padding: 0px 20px 20px 20px; + } + #main .notice-sec .banner a{ + width: 100%; + height: auto; + } + #main .notice-sec .banner a img{ + width: 100%; + } + /*notice*/ + #main .bot-slider-sec { + width: 100%; + background-color: #B4A0FF; + } + #main .bot-slider-sec .bot-slider-box { + width: 100%; + max-width: 1080px; + margin: 0 auto; + padding-top: 50px; + padding-bottom: 50px; + display: flex; + flex-flow: column nowrap; + justify-content: space-between; + align-items: center; + } + #main .bot-slider-sec .bot-slider-box .bot-slider-text-box { + width: auto; + height: auto; + display: flex; + flex-flow: column; + align-items: center; + } + #main .bot-slider-sec .bot-slider-box .bot-slider-text-box .text { + display: block; + color: #fff; + text-align: center; + } + #main .bot-slider-sec .bot-slider-box .bot-slider-text-box .text span:first-child{ + font-size: 1.75rem;; + display: inline-block; + font-weight: normal; + } + #main .bot-slider-sec .bot-slider-box .bot-slider-text-box .text span:nth-child(2){ + font-size: 1.6em; + margin-bottom: 30px; + } + #main .bot-slider-sec .bot-slider-box .bot-slider-text-box .text span:nth-child(3){ + font-size: 18px; + display: inline-block; + font-weight: normal; + margin-top: 10px; + } + #main .bot-slider-sec .bot-slider-box .bot-slider-text-box .text span:last-child{ + font-size: 18px; + padding-bottom: 0px; + } + #main .bot-slider-sec .bot-slider-box .bot-slider-text-box .bot-slider-btn-box { + width: auto; + height: auto; + padding-top: 20px; + padding-bottom: 25px; + } + #main .bot-slider-sec .bot-slider-box .bot-slider-text-box .bot-slider-btn-box .bot-slider-btn{ + border: none; + background: transparent; + filter: contrast(170%); + } + #main .bot-slider-sec .bot-slider-box .bot-slider-outer { + width: 100%; + height: auto; + } + #main .bot-slider-sec .bot-slider-box .bot-slider-outer .bot-slider-inner { + width: auto; + height: auto; + padding: 0px 0px; + overflow: hidden; + } + #main .bot-slider-sec .bot-slider-box .bot-slider-outer .bot-slider-inner .bot-slider-items { + width: 100%; + height: auto; + display: flex; + padding: 0px; + transition: all 1s; + } + #main .bot-slider-sec .bot-slider-box .bot-slider-outer .bot-slider-inner .bot-slider-items a { + width: 100%; + height: auto; + padding: 0px 30px; + } + #main .bot-slider-sec .bot-slider-box .bot-slider-outer .bot-slider-inner .bot-slider-items a:nth-child(2n) { + margin-left: 0px; + margin-right: 0px; + } + /*bot-slider-sec*/ + #main .alliance-sec { + width: 100%; + height: auto; + border-top: 1px solid #e0e0e0; + display: flex; + flex-flow: row; + justify-content: center; + } + #main .alliance-sec .alliance-bar { + width: 100%; + max-width: 1080px; + display: flex; + flex-flow: row nowrap; + justify-content: space-between; + align-items: center; + margin-top: 15px; + margin-bottom: 15px; + } + #main .alliance-sec .alliance-bar a { + margin-right: 0px; + text-align: center; + } + #main .alliance-sec .alliance-bar a img{ + width: 80%; + } + /*.alliance-sec*/ + #footer { + width: 100%; + height: auto; + border-top: 1px solid #e0e0e0; + padding-top: 0px; + padding-bottom: 30px; + display: flex; + flex-flow: row; + justify-content: center; + } + #footer .footer-box { + width: 100%; + max-width: 1080px; + display: flex; + flex-flow: column; + justify-content: space-between; + align-items: center; + } + #footer .footer-box .footer-logo { + width: auto; + height: auto; + flex: 1; + display: none; + } + #footer .footer-box .footer-logo img { + width: 50%; + } + #footer .footer-box .footer-sns { + width: 100%; + height: auto; + display: flex; + flex-flow: row nowrap; + justify-content: center; + align-items: center; + } + #footer .footer-box .footer-sns li:first-child{ + margin-right: 5px; + } + #footer .footer-box .footer-sns li:nth-child(2){ + margin: 0px 5px 0px 5px; + } + #footer .footer-box .footer-sns li:nth-child(3){ + margin: 0px 5px 0px 5px; + } + #footer .footer-box .footer-sns li:last-child{ + margin-left: 5px; + } + #footer .footer-box .footer-text { + display: flex; + flex-flow: column; + align-items: center; + color: #666; + font-size: 14px; + flex: 2; + text-align: center; + } + #footer .footer-box .footer-text span { + margin-bottom: 5px; + } + #footer .footer-box .footer-text span:last-child { + margin-top: 10px; + } + #footer .footer-box .call-num { + flex: 1; + display: none; + } + #footer .footer-box .call-num h1{ + font-size: 18px; + font-weight: 500 + } + #footer .footer-box .call-num p { + font-size: 14px; + font-weight: 300; + } + #footer .footer-box .call-num p > strong{ + font-size: 35px; + font-weight: 500; + } + .mySwiper { + width: 100%; + height: 100%; + } + .mySwiper .swiper-wrapper { + width: 100%; + height: 100%; + } + .mySwiper .swiper-wrapper .swiper-slide{ + width: 100%; + height: 100%; + max-height: 240px; + } + .mySwiper .swiper-wrapper .swiper-slide img { + display: block; + width: 100%; + height: 100%; + max-height: 240px !important; + object-fit: fill; + } + .mySwiper .swiper-pagination-bullet { + width: 9px; + height: 9px; + background-color: #7CE063; + margin: 0 5px !important; + } + +} \ No newline at end of file diff --git a/main/icon/card_left.png b/main/icon/card_left.png new file mode 100644 index 0000000..7ff09bb Binary files /dev/null and b/main/icon/card_left.png differ diff --git a/main/icon/card_right.png b/main/icon/card_right.png new file mode 100644 index 0000000..779ee89 Binary files /dev/null and b/main/icon/card_right.png differ diff --git a/main/icon/join.png b/main/icon/join.png new file mode 100644 index 0000000..f2c912c Binary files /dev/null and b/main/icon/join.png differ diff --git a/main/icon/more.png b/main/icon/more.png new file mode 100644 index 0000000..dfba7bd Binary files /dev/null and b/main/icon/more.png differ diff --git a/main/icon/sns_blog_off.png b/main/icon/sns_blog_off.png new file mode 100644 index 0000000..676efa4 Binary files /dev/null and b/main/icon/sns_blog_off.png differ diff --git a/main/icon/sns_blog_on.png b/main/icon/sns_blog_on.png new file mode 100644 index 0000000..ebdf65b Binary files /dev/null and b/main/icon/sns_blog_on.png differ diff --git a/main/icon/sns_face_off.png b/main/icon/sns_face_off.png new file mode 100644 index 0000000..b3f242b Binary files /dev/null and b/main/icon/sns_face_off.png differ diff --git a/main/icon/sns_face_on.png b/main/icon/sns_face_on.png new file mode 100644 index 0000000..7eaaf09 Binary files /dev/null and b/main/icon/sns_face_on.png differ diff --git a/main/icon/sns_insta_off.png b/main/icon/sns_insta_off.png new file mode 100644 index 0000000..e51283f Binary files /dev/null and b/main/icon/sns_insta_off.png differ diff --git a/main/icon/sns_insta_on.png b/main/icon/sns_insta_on.png new file mode 100644 index 0000000..2c2952c Binary files /dev/null and b/main/icon/sns_insta_on.png differ diff --git a/main/icon/sns_youtube_off.png b/main/icon/sns_youtube_off.png new file mode 100644 index 0000000..37b3f42 Binary files /dev/null and b/main/icon/sns_youtube_off.png differ diff --git a/main/icon/sns_youtube_on.png b/main/icon/sns_youtube_on.png new file mode 100644 index 0000000..cd47f90 Binary files /dev/null and b/main/icon/sns_youtube_on.png differ diff --git a/main/logo/btm_banner1.png b/main/logo/btm_banner1.png new file mode 100644 index 0000000..98634f1 Binary files /dev/null and b/main/logo/btm_banner1.png differ diff --git a/main/logo/btm_banner2.png b/main/logo/btm_banner2.png new file mode 100644 index 0000000..46debff Binary files /dev/null and b/main/logo/btm_banner2.png differ diff --git a/main/logo/btm_banner3.png b/main/logo/btm_banner3.png new file mode 100644 index 0000000..a4a9f7b Binary files /dev/null and b/main/logo/btm_banner3.png differ diff --git a/main/logo/footer_logo.png b/main/logo/footer_logo.png new file mode 100644 index 0000000..3668265 Binary files /dev/null and b/main/logo/footer_logo.png differ diff --git a/main/logo/logo_big.png b/main/logo/logo_big.png new file mode 100644 index 0000000..4b6bd16 Binary files /dev/null and b/main/logo/logo_big.png differ diff --git a/main/logo/logo_small.png b/main/logo/logo_small.png new file mode 100644 index 0000000..594140a Binary files /dev/null and b/main/logo/logo_small.png differ diff --git a/main/main/ban1.png b/main/main/ban1.png new file mode 100644 index 0000000..097317a Binary files /dev/null and b/main/main/ban1.png differ diff --git a/main/main/ban2.png b/main/main/ban2.png new file mode 100644 index 0000000..dd07a45 Binary files /dev/null and b/main/main/ban2.png differ diff --git a/main/main/ban3.png b/main/main/ban3.png new file mode 100644 index 0000000..ea17440 Binary files /dev/null and b/main/main/ban3.png differ diff --git a/main/main/con1.png b/main/main/con1.png new file mode 100644 index 0000000..da0ea19 Binary files /dev/null and b/main/main/con1.png differ diff --git a/main/main/con2.png b/main/main/con2.png new file mode 100644 index 0000000..0f5265b Binary files /dev/null and b/main/main/con2.png differ diff --git a/main/main/con3.png b/main/main/con3.png new file mode 100644 index 0000000..5cb616d Binary files /dev/null and b/main/main/con3.png differ diff --git a/main/main/img_slide1.png b/main/main/img_slide1.png new file mode 100644 index 0000000..5ad3e2c Binary files /dev/null and b/main/main/img_slide1.png differ diff --git a/main/main/img_slide2.png b/main/main/img_slide2.png new file mode 100644 index 0000000..4182294 Binary files /dev/null and b/main/main/img_slide2.png differ diff --git a/main/main/img_slide3.png b/main/main/img_slide3.png new file mode 100644 index 0000000..70b888c Binary files /dev/null and b/main/main/img_slide3.png differ diff --git a/main/main/line.png b/main/main/line.png new file mode 100644 index 0000000..dd35b3a Binary files /dev/null and b/main/main/line.png differ diff --git a/test.html b/test.html new file mode 100644 index 0000000..d5c206e --- /dev/null +++ b/test.html @@ -0,0 +1,28 @@ + + + + + + + Document + + +
+
+
+ + + + +
+
+
+
+ + \ No newline at end of file