@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@400;800&display=swap'); @import url('https://webfontworld.github.io/NexonLv2Gothic/NexonLv2Gothic.css'); @import url('https://webfontworld.github.io/gmarket/GmarketSans.css'); html{ font-size: 62.5%; overflow-x: hidden; scroll-behavior: smooth; scroll-padding-top: 6rem; } *{ box-sizing: border-box; padding: 0; margin: 0; outline: none; border: none; text-decoration: none; text-transform: capitalize; transition:all .1s linear; } body{ width: 100%; } a{ text-decoration: none; } img{ vertical-align: top; } /* Çì´õ¿µ¿ª */ header{ display: flex; justify-content: space-between; margin: 3.5rem 17%; } header .navbar{ display: flex; justify-content: space-between; width: 100%; margin-left: 17rem; } header .navbar a{ font-size: 1.8rem; line-height: 130px; color: #1e1e1e; font-weight: 500; font-family: "GmarketSans"; } header .navbar a:nth-of-type(5){ color: #67cfff; font-family: "GmarketSans"; } header .navbar a:hover{ color: #67cfff; } #menu-bar{ cursor: pointer; color: #1e1e1e; border-radius: .3rem; padding: 0.5rem 1.5rem; display: none; } /* ¸ÞÀμ½¼Ç */ .first-section{ background-image: url('http://enflow2022.cafe24.com/base/img/bgimg.png'); background-size: 120% 100%; background-position: center; object-fit: cover; width: 100%; height: 630px; } .first-section h1{ text-align: center; font-size: 7rem; letter-spacing: 3px; line-height:630px; color: #ffffff; font-weight: 800; font-family: "Raleway"; } /* ¸ðÁý³»¿ë ¿µ¿ª */ .second-section h2{ margin-left: 30rem; margin-top: 10rem; font-size: 3rem; letter-spacing: 1px; line-height: 37px; color: #67cfff; font-weight: bold; font-family: "NexonLv2Gothic"; } .second-section img{ margin: 0 auto; width: 860px; display: flex; } .text-area{ margin-top: 6.5rem; margin-left: 30rem; font-size: 1.8rem; letter-spacing: 1px; line-height: 38px; color: #000000; font-family: "NexonLv2Gothic"; } .text-area p:nth-of-type(2){ margin-top: 4.2rem; line-height: 45px; margin-right: 5%; } .text-area p:nth-of-type(3){ margin-top: 4.2rem; } .text-area p:nth-of-type(4){ margin-top: 4.2rem; margin-bottom: 10.5rem; } /* ǪÅÍ */ footer{ background-color: #eaeaea; } footer > div{ display: flex; justify-content: space-between; width: 100%; height: 308px; background-color: #eaeaea; padding: 0 22%; margin-left: 4rem; } footer > div img{ height: 30%; margin-top: 16.5rem; } .footer-container{ padding-top: 6.7rem; } footer p{ font-size: 1.5rem; letter-spacing: 0px; line-height: 25px; color: #000000; font-family: "NexonLv2Gothic"; } footer p:nth-of-type(2){ margin-top: 3rem; } footer p:nth-of-type(4){ margin-top: 3rem; } @media screen and (max-width:1024px){ header{ margin: 3.5rem; } #menu-bar{ font-size: 3.5rem; line-height: 120px; display: block; } header .navbar{ z-index: 100; position: absolute; top: 0; left: 0; right: 0; background-color: #fff; display: flex; flex-direction: column; margin: 0; clip-path: polygon(0 0, 100% 0, 100% 0, 0 0); } header .navbar.active{ clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%); } header .navbar a{ font-size: 1.8rem; margin: .5rem; padding: .8rem; display: block; border: 1rem solid rgba(213, 210, 210, 0.1); font-weight: 600; } .second-section h2{ margin-left: 6rem; } .second-section img{ width: 65%; } .text-area{ margin-left: 6rem; line-height: 45px; } .whitespace-mo-none{ display: none; } footer > div{ padding: 0 10%; margin: 0; } } @media screen and (max-width:768px){ html{ font-size: 50%; } .second-section img{ width:100%; } .third-section h2{ margin-left: 5%; margin-right: 2%; } .third-section img{ width: 20%; } .whitespace-mo-none{ display: none; } .footer-container p{ font-size: 1.9rem; } } @media screen and (max-width:480px){ html{ font-size: 40%; } header{ margin-left: 20%; } header > a{ margin: 0 auto; display: block; } #menu-bar{ margin-left: 10%; } .first-section{ height: 300px; } .first-section h1{ line-height: 300px; font-size: 10rem; } .text-area{ font-size: 2.5rem; margin-right: 6rem; } .third-section h2{ font-size: 3rem; text-align: left; } .second-section h2{ margin-left: 6rem; } footer > div{ display: flex; flex-direction: column; } footer > div img{ margin: 0 auto; width: 50%; } .footer-container{ text-align: center; } .footer-container p{ font-size: 2rem; } }