<!DOCTYPE html>
<html lang="ko">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Samyang Roundsquare</title>
<style>
*{
margin: 0;
padding: 0;
box-sizing: border-box;
}
ul, li{
list-style: none;
}
a{
text-decoration: none;
color: black;
}
img{
width: 100%;
display: block;
}
body{
font-family: Arial, "맑은 고딕", sans-serif;
background-color: #f3efef;
color: #222;
}
/* =========================
top_bar
========================= */
.top_bar{
width: 100%;
height: 80px;
background-color: #ececec;
position: relative;
}
/* =========================
header
========================= */
header{
width: 720px;
height: 80px;
background-color: #2e2e2e;
border-radius: 0 0 35px 0;
position: absolute;
top: 0;
left: 0;
z-index: 20;
}
.header_inner{
width: 640px;
height: 80px;
margin: 0 auto;
padding-top: 10px;
}
.logo{
width: 260px;
float: left;
margin-top: 6px;
}
.logo a{
display: block;
}
.logo img{
width: 100%;
display: block;
}
.menu_btn{
width: 56px;
height: 40px;
float: right;
margin-top: 10px;
}
.menu_btn span{
display: block;
width: 44px;
height: 4px;
background-color: #fff;
margin-bottom: 9px;
border-radius: 2px;
margin-left: auto;
}
.menu_btn span:last-child{
margin-bottom: 0;
}
/* header 오른쪽 바깥 텍스트 */
.site_name{
position: absolute;
top: 22px;
left: 770px;
font-size: 22px;
font-weight: bold;
color: #1f3f8a;
}
.site_name span{
background-color: #dbe5ff;
padding: 0 4px;
}
/* =========================
section_1
========================= */
.section_1{
width: 100%;
height: 820px;
position: relative;
overflow: hidden;
background: url("main.webp") no-repeat center center;
background-size: cover;
}
.main_text{
position: absolute;
top: 210px;
left: 260px;
color: #fff;
}
.main_text h1{
font-size: 118px;
line-height: 0.98;
font-weight: bold;
}
/* =========================
section_2
========================= */
.section_2{
width: 100%;
padding: 40px 0 60px;
background-color: #f3efef;
}
.inner{
width: 1548px;
margin: 0 auto;
}
.title_wrap{
margin-bottom: 40px;
}
.title_wrap h2{
font-size: 56px;
font-weight: bold;
margin-bottom: 15px;
}
.title_wrap p{
font-size: 28px;
font-weight: bold;
}
.card_wrap{
width: 100%;
height: 560px;
}
.card{
width: 484px;
float: left;
margin-right: 48px;
}
.card:last-child{
margin-right: 0;
}
.img_box{
width: 484px;
height: 484px;
overflow: hidden;
margin-bottom: 20px;
position: relative;
}
.card h3{
text-align: center;
font-size: 36px;
font-weight: 500;
}
.card h3 span{
font-weight: bold;
}
.circle_hover{
width: 400px;
height: 400px;
border-radius: 50%;
background-color: #ff6a00;
position: absolute;
top: 42px;
left: 42px;
display: none;
color: #fff;
font-size: 22px;
font-weight: bold;
text-align: center;
line-height: 400px;
}
.card:hover .circle_hover{
display: block;
}
/* =========================
section_3
========================= */
.section_3{
width: 100%;
height: 970px;
background-color: #f3efef;
}
.brand_left{
width: 50%;
height: 970px;
float: left;
position: relative;
padding-left: 160px;
padding-top: 70px;
}
.brand_right{
width: 50%;
height: 970px;
float: right;
overflow: hidden;
}
.brand_title{
margin-bottom: 40px;
}
.brand_title h2{
font-size: 56px;
font-weight: bold;
margin-bottom: 16px;
}
.brand_title p{
font-size: 28px;
font-weight: bold;
}
.small_brand_img{
width: 460px;
height: 460px;
border-radius: 24px;
overflow: hidden;
margin-left: 52px;
margin-top: 55px;
margin-bottom: 24px;
}
.brand_name{
width: 560px;
text-align: center;
font-size: 25px;
font-weight: bold;
margin-bottom: 14px;
}
.brand_desc{
width: 560px;
text-align: center;
font-size: 10px;
line-height: 1.7;
color: #666;
}
.arrow_left_btn{
width: 46px;
height: 46px;
border: 2px solid #bdbdbd;
border-radius: 50%;
text-align: center;
line-height: 42px;
font-size: 28px;
color: #8a8a8a;
position: absolute;
top: 435px;
left: 160px;
}
.arrow_right_btn{
width: 46px;
height: 46px;
border: 2px solid #bdbdbd;
border-radius: 50%;
text-align: center;
line-height: 42px;
font-size: 28px;
color: #8a8a8a;
position: absolute;
top: 435px;
right: 150px;
}
.read_more{
display: block;
width: 150px;
height: 56px;
border: 2px solid #ff7a2f;
border-radius: 28px;
text-align: center;
line-height: 52px;
font-size: 18px;
color: #222;
position: absolute;
left: 50%;
bottom: 90px;
margin-left: -75px;
}
.read_more:hover{
background-color: #ff7a2f;
color: #fff;
}
.brand_right img{
width: 100%;
height: 970px;
}
/* =========================
section_4
========================= */
.section_4{
width: 100%;
height: 640px;
background-color: #f3efef;
padding-top: 56px;
}
.now_inner{
width: 1548px;
height: 520px;
margin: 0 auto;
}
.now_left{
width: 500px;
height: 520px;
float: left;
padding-top: 34px;
}
.now_left_line{
width: 500px;
height: 2px;
background-color: #e8ccb5;
margin-bottom: 34px;
}
.now_left h2{
font-size: 56px;
font-weight: bold;
margin-bottom: 18px;
}
.now_left p{
font-size: 28px;
font-weight: bold;
}
.now_right{
width: 1000px;
height: 520px;
float: right;
}
.now_box{
width: 470px;
height: 210px;
float: left;
margin-right: 60px;
margin-bottom: 36px;
padding-top: 34px;
position: relative;
}
.now_box:nth-child(2n){
margin-right: 0;
}
.now_line{
width: 470px;
height: 2px;
background-color: #e8ccb5;
margin-bottom: 34px;
}
.now_category{
font-size: 22px;
font-weight: bold;
color: #ff6a00;
margin-bottom: 30px;
}
.now_title{
width: 360px;
font-size: 20px;
font-weight: bold;
line-height: 1.5;
margin-bottom: 18px;
}
.now_desc{
width: 410px;
font-size: 14px;
line-height: 1.8;
color: #8a8a8a;
}
.now_link{
position: absolute;
top: 88px;
right: 0;
font-size: 16px;
color: #222;
}
.now_arrow{
width: 34px;
height: 34px;
border: 2px solid #9a9a9a;
border-radius: 50%;
text-align: center;
line-height: 28px;
font-size: 20px;
color: #777;
position: absolute;
top: 79px;
right: -44px;
}
/* =========================
footer
========================= */
.footer{
width: 100%;
height: 180px;
background-color: #333333;
}
.footer_inner{
width: 1548px;
height: 180px;
margin: 0 auto;
padding-top: 32px;
}
.footer_line{
width: 1548px;
height: 1px;
background-color: #c2c2c2;
margin-bottom: 26px;
}
.copyright{
font-size: 24px;
font-weight: bold;
color: #ffffff;
}
</style>
</head>
<body>
<!-- top_bar start -->
<div class="top_bar">
<!-- header start -->
<header>
<div class="header_inner">
<div class="logo">
<a href="#">
<img src="logo.png" alt="삼양라운드스퀘어 로고">
</a>
</div>
<div class="menu_btn">
<span></span>
<span></span>
<span></span>
</div>
</div>
</header>
<!-- header end -->
<div class="site_name">
삼양<span>라운드스퀘어</span>
</div>
</div>
<!-- top_bar end -->
<!-- section_1 start -->
<section class="section_1"></section>
<!-- section_1 end -->
<!-- section_2 start -->
<section class="section_2">
<div class="inner">
<div class="title_wrap">
<h2>Inside Roundsquare</h2>
<p>라운드스퀘어 자세히 보기</p>
</div>
<div class="card_wrap">
<div class="card">
<div class="img_box">
<img src="https://www.roundsquare.ai/_next/image?url=https%3A%2F%2Fmeat-prod-bucket.s3.ap-northeast-2.amazonaws.com%2F_media%2Fimage01.webp&w=3840&q=75" alt="new ci">
<div class="circle_hover">역사와 미래가 담긴 새 얼굴</div>
</div>
<h3>New CI</h3>
</div>
<div class="card">
<div class="img_box">
<img src="https://www.roundsquare.ai/_next/image?url=https%3A%2F%2Fmeat-prod-bucket.s3.ap-northeast-2.amazonaws.com%2F_media%2Fimage02.webp&w=3840&q=75" alt="business">
<div class="circle_hover">성장과 전략을 담은 사업 이야기</div>
</div>
<h3>Business</h3>
</div>
<div class="card">
<div class="img_box">
<img src="https://www.roundsquare.ai/_next/image?url=https%3A%2F%2Fmeat-prod-bucket.s3.ap-northeast-2.amazonaws.com%2F_media%2Fimage03.webp&w=3840&q=75" alt="people">
<div class="circle_hover">삼양을 만드는 사람들의 이야기</div>
</div>
<h3>삼양 <span>People</span></h3>
</div>
</div>
</div>
</section>
<!-- section_2 end -->
<!-- section_3 start -->
<section class="section_3">
<div class="brand_left">
<div class="brand_title">
<h2>Our Brand</h2>
<p>라운드스퀘어 브랜드 이야기</p>
</div>
<div class="arrow_left_btn">←</div>
<div class="small_brand_img">
<img src="https://meat-prod-bucket.s3.ap-northeast-2.amazonaws.com/_media/buldak_left_01.webp" alt="불닭볶음면">
</div>
<div class="arrow_right_btn">→</div>
<h3 class="brand_name">불닭볶음면</h3>
<p class="brand_desc">
상상 그 이상의,<br>
세상에 없던 매운맛 라면
</p>
<a href="#" class="read_more">Read More</a>
</div>
<div class="brand_right">
<img src="https://meat-prod-bucket.s3.ap-northeast-2.amazonaws.com/_media/buldak_left_01.webp" alt="brand main image">
</div>
</section>
<!-- section_3 end -->
<!-- section_4 start -->
<section class="section_4">
<div class="now_inner">
<div class="now_left">
<div class="now_left_line"></div>
<h2>Roundsquare Now</h2>
<p>라운드스퀘어 소식</p>
</div>
<div class="now_right">
<div class="now_box">
<div class="now_line"></div>
<h3 class="now_category">News</h3>
<p class="now_title">김정수 삼양식품 부회장, '대한민국 경영자대...' </p>
<p class="now_desc">K-푸드 세계화 및 사회적 책임 경영 제도화 등 공로 인정<br>(왼쪽)양희동 한국경영학회 회장과 김정수 삼양식품 부회장...</p>
<a href="#" class="now_link">전체보기</a>
<div class="now_arrow">→</div>
</div>
<div class="now_box">
<div class="now_line"></div>
<h3 class="now_category">News</h3>
<p class="now_title">불닭 먹으러 줄 섰다…삼양식품 "명동 팝업에..."</p>
<p class="now_desc">신사옥 명동 1층 로비서 진행 김정수 부회장 아이디어로 추진<br>삼양식품은 최근 서울 명동 사옥 1층에서 진행한 체험형...</p>
<a href="#" class="now_link">전체보기</a>
<div class="now_arrow">→</div>
</div>
<div class="now_box">
<div class="now_line"></div>
<h3 class="now_category">Media</h3>
<p class="now_title">영상으로 만나는 삼양라운드스퀘어</p>
<p class="now_desc"></p>
<a href="#" class="now_link">바로가기</a>
<div class="now_arrow">→</div>
</div>
<div class="now_box">
<div class="now_line"></div>
<h3 class="now_category">Careers</h3>
<p class="now_title">세상의 Food for Thought이 될 인재,<br>여러분입니다.</p>
<p class="now_desc"></p>
<a href="#" class="now_link">바로가기</a>
<div class="now_arrow">→</div>
</div>
</div>
</div>
</section>
<!-- section_4 end -->
<!-- footer start -->
<footer class="footer">
<div class="footer_inner">
<div class="footer_line"></div>
<p class="copyright">© 삼양라운드스퀘어(주). All Rights Reserved.</p>
</div>
</footer>
<!-- footer end -->
</body>
</html>
<html lang="ko">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Samyang Roundsquare</title>
<style>
*{
margin: 0;
padding: 0;
box-sizing: border-box;
}
ul, li{
list-style: none;
}
a{
text-decoration: none;
color: black;
}
img{
width: 100%;
display: block;
}
body{
font-family: Arial, "맑은 고딕", sans-serif;
background-color: #f3efef;
color: #222;
}
/* =========================
top_bar
========================= */
.top_bar{
width: 100%;
height: 80px;
background-color: #ececec;
position: relative;
}
/* =========================
header
========================= */
header{
width: 720px;
height: 80px;
background-color: #2e2e2e;
border-radius: 0 0 35px 0;
position: absolute;
top: 0;
left: 0;
z-index: 20;
}
.header_inner{
width: 640px;
height: 80px;
margin: 0 auto;
padding-top: 10px;
}
.logo{
width: 260px;
float: left;
margin-top: 6px;
}
.logo a{
display: block;
}
.logo img{
width: 100%;
display: block;
}
.menu_btn{
width: 56px;
height: 40px;
float: right;
margin-top: 10px;
}
.menu_btn span{
display: block;
width: 44px;
height: 4px;
background-color: #fff;
margin-bottom: 9px;
border-radius: 2px;
margin-left: auto;
}
.menu_btn span:last-child{
margin-bottom: 0;
}
/* header 오른쪽 바깥 텍스트 */
.site_name{
position: absolute;
top: 22px;
left: 770px;
font-size: 22px;
font-weight: bold;
color: #1f3f8a;
}
.site_name span{
background-color: #dbe5ff;
padding: 0 4px;
}
/* =========================
section_1
========================= */
.section_1{
width: 100%;
height: 820px;
position: relative;
overflow: hidden;
background: url("main.webp") no-repeat center center;
background-size: cover;
}
.main_text{
position: absolute;
top: 210px;
left: 260px;
color: #fff;
}
.main_text h1{
font-size: 118px;
line-height: 0.98;
font-weight: bold;
}
/* =========================
section_2
========================= */
.section_2{
width: 100%;
padding: 40px 0 60px;
background-color: #f3efef;
}
.inner{
width: 1548px;
margin: 0 auto;
}
.title_wrap{
margin-bottom: 40px;
}
.title_wrap h2{
font-size: 56px;
font-weight: bold;
margin-bottom: 15px;
}
.title_wrap p{
font-size: 28px;
font-weight: bold;
}
.card_wrap{
width: 100%;
height: 560px;
}
.card{
width: 484px;
float: left;
margin-right: 48px;
}
.card:last-child{
margin-right: 0;
}
.img_box{
width: 484px;
height: 484px;
overflow: hidden;
margin-bottom: 20px;
position: relative;
}
.card h3{
text-align: center;
font-size: 36px;
font-weight: 500;
}
.card h3 span{
font-weight: bold;
}
.circle_hover{
width: 400px;
height: 400px;
border-radius: 50%;
background-color: #ff6a00;
position: absolute;
top: 42px;
left: 42px;
display: none;
color: #fff;
font-size: 22px;
font-weight: bold;
text-align: center;
line-height: 400px;
}
.card:hover .circle_hover{
display: block;
}
/* =========================
section_3
========================= */
.section_3{
width: 100%;
height: 970px;
background-color: #f3efef;
}
.brand_left{
width: 50%;
height: 970px;
float: left;
position: relative;
padding-left: 160px;
padding-top: 70px;
}
.brand_right{
width: 50%;
height: 970px;
float: right;
overflow: hidden;
}
.brand_title{
margin-bottom: 40px;
}
.brand_title h2{
font-size: 56px;
font-weight: bold;
margin-bottom: 16px;
}
.brand_title p{
font-size: 28px;
font-weight: bold;
}
.small_brand_img{
width: 460px;
height: 460px;
border-radius: 24px;
overflow: hidden;
margin-left: 52px;
margin-top: 55px;
margin-bottom: 24px;
}
.brand_name{
width: 560px;
text-align: center;
font-size: 25px;
font-weight: bold;
margin-bottom: 14px;
}
.brand_desc{
width: 560px;
text-align: center;
font-size: 10px;
line-height: 1.7;
color: #666;
}
.arrow_left_btn{
width: 46px;
height: 46px;
border: 2px solid #bdbdbd;
border-radius: 50%;
text-align: center;
line-height: 42px;
font-size: 28px;
color: #8a8a8a;
position: absolute;
top: 435px;
left: 160px;
}
.arrow_right_btn{
width: 46px;
height: 46px;
border: 2px solid #bdbdbd;
border-radius: 50%;
text-align: center;
line-height: 42px;
font-size: 28px;
color: #8a8a8a;
position: absolute;
top: 435px;
right: 150px;
}
.read_more{
display: block;
width: 150px;
height: 56px;
border: 2px solid #ff7a2f;
border-radius: 28px;
text-align: center;
line-height: 52px;
font-size: 18px;
color: #222;
position: absolute;
left: 50%;
bottom: 90px;
margin-left: -75px;
}
.read_more:hover{
background-color: #ff7a2f;
color: #fff;
}
.brand_right img{
width: 100%;
height: 970px;
}
/* =========================
section_4
========================= */
.section_4{
width: 100%;
height: 640px;
background-color: #f3efef;
padding-top: 56px;
}
.now_inner{
width: 1548px;
height: 520px;
margin: 0 auto;
}
.now_left{
width: 500px;
height: 520px;
float: left;
padding-top: 34px;
}
.now_left_line{
width: 500px;
height: 2px;
background-color: #e8ccb5;
margin-bottom: 34px;
}
.now_left h2{
font-size: 56px;
font-weight: bold;
margin-bottom: 18px;
}
.now_left p{
font-size: 28px;
font-weight: bold;
}
.now_right{
width: 1000px;
height: 520px;
float: right;
}
.now_box{
width: 470px;
height: 210px;
float: left;
margin-right: 60px;
margin-bottom: 36px;
padding-top: 34px;
position: relative;
}
.now_box:nth-child(2n){
margin-right: 0;
}
.now_line{
width: 470px;
height: 2px;
background-color: #e8ccb5;
margin-bottom: 34px;
}
.now_category{
font-size: 22px;
font-weight: bold;
color: #ff6a00;
margin-bottom: 30px;
}
.now_title{
width: 360px;
font-size: 20px;
font-weight: bold;
line-height: 1.5;
margin-bottom: 18px;
}
.now_desc{
width: 410px;
font-size: 14px;
line-height: 1.8;
color: #8a8a8a;
}
.now_link{
position: absolute;
top: 88px;
right: 0;
font-size: 16px;
color: #222;
}
.now_arrow{
width: 34px;
height: 34px;
border: 2px solid #9a9a9a;
border-radius: 50%;
text-align: center;
line-height: 28px;
font-size: 20px;
color: #777;
position: absolute;
top: 79px;
right: -44px;
}
/* =========================
footer
========================= */
.footer{
width: 100%;
height: 180px;
background-color: #333333;
}
.footer_inner{
width: 1548px;
height: 180px;
margin: 0 auto;
padding-top: 32px;
}
.footer_line{
width: 1548px;
height: 1px;
background-color: #c2c2c2;
margin-bottom: 26px;
}
.copyright{
font-size: 24px;
font-weight: bold;
color: #ffffff;
}
</style>
</head>
<body>
<!-- top_bar start -->
<div class="top_bar">
<!-- header start -->
<header>
<div class="header_inner">
<div class="logo">
<a href="#">
<img src="logo.png" alt="삼양라운드스퀘어 로고">
</a>
</div>
<div class="menu_btn">
<span></span>
<span></span>
<span></span>
</div>
</div>
</header>
<!-- header end -->
<div class="site_name">
삼양<span>라운드스퀘어</span>
</div>
</div>
<!-- top_bar end -->
<!-- section_1 start -->
<section class="section_1"></section>
<!-- section_1 end -->
<!-- section_2 start -->
<section class="section_2">
<div class="inner">
<div class="title_wrap">
<h2>Inside Roundsquare</h2>
<p>라운드스퀘어 자세히 보기</p>
</div>
<div class="card_wrap">
<div class="card">
<div class="img_box">
<img src="https://www.roundsquare.ai/_next/image?url=https%3A%2F%2Fmeat-prod-bucket.s3.ap-northeast-2.amazonaws.com%2F_media%2Fimage01.webp&w=3840&q=75" alt="new ci">
<div class="circle_hover">역사와 미래가 담긴 새 얼굴</div>
</div>
<h3>New CI</h3>
</div>
<div class="card">
<div class="img_box">
<img src="https://www.roundsquare.ai/_next/image?url=https%3A%2F%2Fmeat-prod-bucket.s3.ap-northeast-2.amazonaws.com%2F_media%2Fimage02.webp&w=3840&q=75" alt="business">
<div class="circle_hover">성장과 전략을 담은 사업 이야기</div>
</div>
<h3>Business</h3>
</div>
<div class="card">
<div class="img_box">
<img src="https://www.roundsquare.ai/_next/image?url=https%3A%2F%2Fmeat-prod-bucket.s3.ap-northeast-2.amazonaws.com%2F_media%2Fimage03.webp&w=3840&q=75" alt="people">
<div class="circle_hover">삼양을 만드는 사람들의 이야기</div>
</div>
<h3>삼양 <span>People</span></h3>
</div>
</div>
</div>
</section>
<!-- section_2 end -->
<!-- section_3 start -->
<section class="section_3">
<div class="brand_left">
<div class="brand_title">
<h2>Our Brand</h2>
<p>라운드스퀘어 브랜드 이야기</p>
</div>
<div class="arrow_left_btn">←</div>
<div class="small_brand_img">
<img src="https://meat-prod-bucket.s3.ap-northeast-2.amazonaws.com/_media/buldak_left_01.webp" alt="불닭볶음면">
</div>
<div class="arrow_right_btn">→</div>
<h3 class="brand_name">불닭볶음면</h3>
<p class="brand_desc">
상상 그 이상의,<br>
세상에 없던 매운맛 라면
</p>
<a href="#" class="read_more">Read More</a>
</div>
<div class="brand_right">
<img src="https://meat-prod-bucket.s3.ap-northeast-2.amazonaws.com/_media/buldak_left_01.webp" alt="brand main image">
</div>
</section>
<!-- section_3 end -->
<!-- section_4 start -->
<section class="section_4">
<div class="now_inner">
<div class="now_left">
<div class="now_left_line"></div>
<h2>Roundsquare Now</h2>
<p>라운드스퀘어 소식</p>
</div>
<div class="now_right">
<div class="now_box">
<div class="now_line"></div>
<h3 class="now_category">News</h3>
<p class="now_title">김정수 삼양식품 부회장, '대한민국 경영자대...' </p>
<p class="now_desc">K-푸드 세계화 및 사회적 책임 경영 제도화 등 공로 인정<br>(왼쪽)양희동 한국경영학회 회장과 김정수 삼양식품 부회장...</p>
<a href="#" class="now_link">전체보기</a>
<div class="now_arrow">→</div>
</div>
<div class="now_box">
<div class="now_line"></div>
<h3 class="now_category">News</h3>
<p class="now_title">불닭 먹으러 줄 섰다…삼양식품 "명동 팝업에..."</p>
<p class="now_desc">신사옥 명동 1층 로비서 진행 김정수 부회장 아이디어로 추진<br>삼양식품은 최근 서울 명동 사옥 1층에서 진행한 체험형...</p>
<a href="#" class="now_link">전체보기</a>
<div class="now_arrow">→</div>
</div>
<div class="now_box">
<div class="now_line"></div>
<h3 class="now_category">Media</h3>
<p class="now_title">영상으로 만나는 삼양라운드스퀘어</p>
<p class="now_desc"></p>
<a href="#" class="now_link">바로가기</a>
<div class="now_arrow">→</div>
</div>
<div class="now_box">
<div class="now_line"></div>
<h3 class="now_category">Careers</h3>
<p class="now_title">세상의 Food for Thought이 될 인재,<br>여러분입니다.</p>
<p class="now_desc"></p>
<a href="#" class="now_link">바로가기</a>
<div class="now_arrow">→</div>
</div>
</div>
</div>
</section>
<!-- section_4 end -->
<!-- footer start -->
<footer class="footer">
<div class="footer_inner">
<div class="footer_line"></div>
<p class="copyright">© 삼양라운드스퀘어(주). All Rights Reserved.</p>
</div>
</footer>
<!-- footer end -->
</body>
</html>
#스타일시트 일차 문제 작업