<!DOCTYPE html>
<html lang="ko">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="author" content="webstoryboy">
<meta name="description" content="반응형 웹 페이지 제작 샘플입니다.">
<meta name="keywords" content="반응형 사이트, 교육사이트">
<title>Responsive Site</title>
<!-- favicon & icon -->
<link rel="shortcut icon" href="assets/ico/favicon.ico">
<link rel="apple-touch-icon" href="assets/ico/icon_57.png">
<link rel="apple-touch-icon" sizes="72x72" href="assets/ico/icon_72.png">
<link rel="apple-touch-icon" sizes="114x114" href="assets/ico/icon_114.png">
<link rel="apple-touch-icon" sizes="144x144" href="assets/ico/icon_144.png">
<!-- style -->
<link rel="stylesheet" href="assets/css/reset.css">
<link rel="stylesheet" href="assets/css/style.css">
<link rel="stylesheet" href="assets/css/font-awesome.css">
<!-- webfont -->
<link rel="stylesheet" href="http://fonts.googleapis.com/earlyaccess/nanumgothic.css">
<link rel="stylesheet" href="http://fonts.googleapis.com/earlyaccess/nanumbrushscript.css">
<!-- html5 Support -->
<!--[if lt IE 9]>
<script src="assets/js/html5shiv.min.js"></script>
<![endif]-->
<!-- ie Version Checker -->
<script src="assets/js/ie-checker.js"></script>
<!--[if lte IE 8]>
<p style="font-size: 12px; color: #fff; background: #2885b0; padding:5px 0; margin: 0; text-align: center">사용하고 계신 브라우저는 최신 웹 브라우저가 아닙니다. 업그레이드를 하거나 다른 최신 브라우저 사용을 권장합니다.
<a style="color:#f57c00;" href="http://www.microsoft.com/korea/ie" target="_blank" >익스플로러,</a>
<a style="color:#f57c00;" href="http://www.mozilla.or.kr/ko/" target="_blank">파이어폭스,</a>
<a style="color:#f57c00;" href="http://kr.opera.com/download/" target="_blank">오페라,</a>
<a style="color:#f57c00;" href="http://support.apple.com/kb/DL1531?viewlocale=ko_KR&locale=ko_KR" target="_blank">사파리,</a>
<a style="color:#f57c00;" href="http://www.google.com/chrome?hl=ko" target="_blank">크롬</a></p>
<![endif]-->
</head>
<body>
<header id="header">
<div class="container">
<div class="quick">
<div class="row">
<a href="#">Design Cafe</a>
<a href="#">Publisher Cafe</a>
</div>
</div>
<div class="title">
<p>Professional Web Publihser</p>
<h1><a href="#">Webstoryboy.co.kr</a></h1>
</div>
<div class="icon">
<ul>
<li><a href="#"><i class="fa fa-github" aria-hidden="true"></i><span>GITHUB</span></a></li>
<li><a href="#"><i class="fa fa-firefox" aria-hidden="true"></i><span>FIREFOX</span></a></li>
<li><a href="#"><i class="fa fa-facebook-square" aria-hidden="true"></i><span>FACEBOOK</span></a></li>
<li><a href="#"><i class="fa fa-css3" aria-hidden="true"></i><span>CSS3</span></a></li>
</ul>
</div>
</div>
</header>
<nav id="nav">
<div class="container">
<div class="row">
<div class="nav clearfix">
<h2>Responsive Site</h2>
<ul>
<li><a href="#">HTML Reference1</a></li>
<li><a href="#">HTML Reference2</a></li>
<li><a href="#">HTML Reference3</a></li>
<li><a href="#">HTML Reference4</a></li>
<li><a href="#">HTML Reference5</a></li>
<li><a href="#">HTML Reference6</a></li>
<li><a href="#">HTML Reference7</a></li>
<li><a href="#">HTML Reference8</a></li>
<li><a href="#">HTML Reference9</a></li>
<li><a href="#">HTML Reference10</a></li>
<li><a href="#">HTML Reference11</a></li>
<li><a href="#">HTML Reference12</a></li>
<li><a href="#">HTML Reference13</a></li>
<li><a href="#">HTML Reference14</a></li>
<li><a href="#">HTML Reference15</a></li>
<li><a href="#">HTML Reference16</a></li>
<li><a href="#">HTML Reference17</a></li>
<li><a href="#">HTML Reference18</a></li>
<li><a href="#">HTML Reference19</a></li>
<li><a href="#">HTML Reference20</a></li>
<li><a href="#">HTML Reference21</a></li>
<li><a href="#">HTML Reference22</a></li>
<li><a href="#">HTML Reference23</a></li>
<li><a href="#">HTML Reference24</a></li>
<li><a href="#">HTML Reference25</a></li>
<li><a href="#">HTML Reference26</a></li>
<li><a href="#">HTML Reference27</a></li>
<li><a href="#">HTML Reference28</a></li>
<li><a href="#">HTML Reference29</a></li>
<li><a href="#">HTML Reference30</a></li>
</ul>
</div>
</div>
</div>
</nav>
<article id="tit">
<div class="container">
<div class="tit">
<h2>“나는 퍼블리셔다”</h2>
<a href="#" class="tit_btn">
<i class="fa fa-expand" aria-hidden="true"></i><span class="blind">메뉴 펼치기</span>
</a>
</div>
</div>
</article>
<main>
<section id="contents">
<div class="container">
<h2 class="blind">반응형 사이트 컨텐츠</h2>
<section id="cont_left">
<h3 class="blind">반응형 사이트 왼쪽 컨텐츠</h3>
<article class="cbox box1">
<h4 class="cbox_tit">MENU1</h4>
<p class="cbox_desc">웹 반응형 사이트 메뉴와 관련된 스크립트 내용입니다.</p>
<!-- menu -->
<div class="menu">
<ul>
<li><a href="#">Cafe <i class="fa fa-angle-double-right" aria-hidden="true"></i></a></li>
<li><a href="#">Standard <i class="fa fa-angle-double-right" aria-hidden="true"></i></a></li>
<li><a href="#">Tutorial <i class="fa fa-angle-double-right" aria-hidden="true"></i></a></li>
<li><a href="#">Reference <i class="fa fa-angle-double-right" aria-hidden="true"></i></a></li>
<li><a href="#">Css <i class="fa fa-angle-double-right" aria-hidden="true"></i></a></li>
<li><a href="#">HTML5 <i class="fa fa-angle-double-right" aria-hidden="true"></i></a></li>
</ul>
</div>
<!--//menu -->
</article>
<article class="cbox box2">
<h4 class="cbox_tit">MENU2</h4>
<p class="cbox_desc">웹 반응형 사이트 메뉴와 관련된 스크립트 내용입니다.</p>
<!-- -->
<!--// -->
</article>
<article class="cbox box3">
<h4 class="cbox_tit">MENU3</h4>
<p class="cbox_desc">웹 반응형 사이트 메뉴와 관련된 스크립트 내용입니다.</p>
<!-- -->
<!--// -->
</article>
</section>
<section id="cont_center">
<h3 class="blind">반응형 사이트 왼쪽 컨텐츠</h3>
<article class="cbox box4">
<h4 class="cbox_tit">MENU4</h4>
<p class="cbox_desc">웹 반응형 사이트 메뉴와 관련된 스크립트 내용입니다.</p>
<!-- -->
<!--// -->
</article>
<article class="cbox box5">
<h4 class="cbox_tit">MENU5</h4>
<p class="cbox_desc">웹 반응형 사이트 메뉴와 관련된 스크립트 내용입니다.</p>
<!-- -->
<!--// -->
</article>
<article class="cbox box6">
<h4 class="cbox_tit">MENU6</h4>
<p class="cbox_desc">웹 반응형 사이트 메뉴와 관련된 스크립트 내용입니다.</p>
<!-- -->
<!--// -->
</article>
</section>
<section id="cont_right">
<h3 class="blind">반응형 사이트 왼쪽 컨텐츠</h3>
<article class="cbox box7">
<h4 class="cbox_tit">MENU7</h4>
<p class="cbox_desc">웹 반응형 사이트 메뉴와 관련된 스크립트 내용입니다.</p>
<!-- -->
<!--// -->
</article>
<article class="cbox box8">
<h4 class="cbox_tit">MENU8</h4>
<p class="cbox_desc">웹 반응형 사이트 메뉴와 관련된 스크립트 내용입니다.</p>
<!-- -->
<!--// -->
</article>
<article class="cbox box9">
<h4 class="cbox_tit">MENU9</h4>
<p class="cbox_desc">웹 반응형 사이트 메뉴와 관련된 스크립트 내용입니다.</p>
<!-- -->
<!--// -->
</article>
</section>
</div>
</section>
</main>
<footer id="footer">
<h2>반응형 사이트 푸터</h2>
</footer>
<!-- jQuery -->
<script src="assets/js/jquery-1.9.1.min.js"></script>
<script src="assets/js/custom.js"></script>
</body>
</html>
@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Orbitron:400,900');
/* font-family: 'Orbitron', sans-serif; */
/* layout */
body {background-color: #f1f4fb;}
#header {height: 327px; background: url(../img/header_bg.jpg) repeat-x center top; }
#nav {display: none;}
#tit {background-color: #fff; border-bottom: 1px solid #dbdbdb}
#contents .container {border-right: 1px solid #dbdbdb; border-left: 1px solid #dbdbdb;}
#cont_left {float: left; width: 250px;}
#cont_center {overflow: hidden; margin-right: 250px; border-right: 1px solid #dbdbdb; border-left: 1px solid #dbdbdb; min-height: 600px;}
#cont_right {position: absolute; right: 0; top: 0; width: 250px; }
#footer {width: 100%; height: 200px; border-top: 1px solid #dbdbdb; }
/* container */
.container {position: relative; width: 1200px; margin: 0 auto;/* background: rgba(0,0,0,0.2); */}
/* quick */
.quick {text-align: right;}
.quick a {color: #fff; padding: 8px 0 6px 10px; display: inline-block; transition: color 0.3s ease;}
.quick a:hover {color: #ccc;}
/* title */
.title {text-align: center; text-transform: uppercase; margin-top: 70px; font-family: 'Orbitron', sans-serif; }
.title p {font-size: 27px; color: #fff; background-color: #51b0dc; display: inline-block; padding: 14px 20px 10px 20px; font-weight: 900; }
.title h1 a {color: #fff; background-color: #4a9abf; padding: 14px 20px 10px 20px; display: inline-block; font-size: 14px; font-weight: 400; margin-top: -7px; transition: box-shadow 0.3s ease; }
.title h1 a:hover {
box-shadow:
0 0 0 3px rgba(75,154,191,0.9) inset,
0 0 0 100px rgba(0,0,0,0.1) inset;
}
/* icon */
.icon {text-align: center; margin-top: 40px;}
.icon li {display: inline; margin: 0 2px;}
.icon li a {position: relative; display: inline-block; width: 66px; height: 66px; background-color: #3192bf; color: #fff; font-size: 35px; border-radius: 50%; transition: box-shadow 0.3s ease-in-out;}
.icon li a i {line-height: 66px;}
.icon li a span {opacity: 0; position: absolute; left: 50%; top: -40px; transform: translateX(-50%); font-size: 12px; background: #3192bf; padding: 3px 9px; border-radius: 6px 0; transition: all 0.3s ease-in-out; }
.icon li a span:before {content: ''; position: absolute; left: 50%; bottom: -5px; margin-left: -5px;
border-top: 5px solid #3192bf;
border-left: 5px solid transparent;
border-right: 5px solid transparent;
}
.icon li a:hover {
box-shadow:
0 0 0 3px rgba(75,154,191,0.9) inset,
0 0 0 100px rgba(0,0,0,0.1) inset;
}
.icon li a:hover span {opacity: 1; top: -30px;}
.ie8 .icon li a span {display: none;}
/* nav */
.nav {padding: 30px 0;}
.nav h2 {font-size: 22px; color: #25a2d0; padding-bottom: 8px; text-transform: uppercase;}
.nav li {position: relative; float: left; width: 20%; padding-left: 8px; box-sizing: border-box;}
.nav li:before {content: ''; width: 3px; height: 3px; border-radius: 50%; background:#25a2d0; position: absolute; left: 0; top: 8px;}
.nav li a {padding: 3px; border-radius: 2px; font-size: 13px; line-height: 19px; color: #333; transition: all 0.1s;}
.nav li a:hover {background-color: #25a2d0; color: #fff;}
/* tit */
.tit {text-align: center; padding: 15px 0; }
.tit h2 {font-size: 39px; color: #0093bd; font-family: 'Nanum Brush Script';}
.tit .tit_btn {position: absolute; right: 0; top: 8px; display: inline-block; width: 60px; height: 60px; background-color: #3192bf; color: #fff; font-size: 35px; border-radius: 50%; }
.tit .tit_btn i {line-height: 60px;}
/* cbox */
.cbox {padding: 15px; border-bottom: 1px solid #dbdbdb; }
.cbox .cbox_tit {font-size: 20px; color: #2f7fa6; text-transform: uppercase; padding-bottom: 5px; }
.cbox .cbox_desc {border-bottom: 1px dashed #dbdbdb; padding-bottom: 15px; margin-bottom: 15px; color: #878787; line-height: 18px; }
.cbox.box1 { }
.cbox.box2 { }
.cbox.box3 {border-bottom: 0; }
.cbox.box4 { }
.cbox.box5 { }
.cbox.box6 {border-bottom: 0; }
.cbox.box7 { }
.cbox.box8 { }
.cbox.box9 {border-bottom: 0; }
/*#cont_left article:nth-child(4) { border-bottom: 0;}
#cont_center article:nth-child(4) { border-bottom: 0;}
#cont_right article:nth-child(4) { border-bottom: 0;}
#cont_left article:last-child { border-bottom: 0;}
#cont_center article:last-child { border-bottom: 0;}
#cont_right article:last-child { border-bottom: 0;}
#contents .cbox:nth-child(4n){ border-bottom: 0;}*/
/* menu */
.menu li {position: relative;}
.menu li a {font-size: 16px; text-transform: uppercase; color: #878787; border-bottom: 1px solid #dbdbdb; padding: 10px; display: block;}
.menu li a i {position: absolute; right: 10px; top: 15px;}
/* mediaquery 320 / 480 / 600 / 768 / 960 / 1024 / 1280 */
@media (max-width: 1280px){
.container {width: 100%;}
.row {padding: 0 15px;}
#contents .container {border: 0;}
.tit .tit_btn {right: 5px;}
}
@media (max-width: 1024px){
.nav li {width: 25%;}
}
@media (max-width: 960px){
.nav li {width: 33.3333%;}
#cont_center {margin-right: 0; border-right: 0;}
#cont_right {position: static; width: 100%; border-top: 1px solid #dbdbdb;}
}
@media (max-width: 768px){
.nav li {width: 50%;}
}
@media (max-width: 600px){
.nav {display: none;}
#cont_left {float: none; width: 100%;}
#cont_center {border-top: 1px solid #dbdbdb;}
.title, .icon, .tit .tit_btn {display: none;}
#header {height: auto;}
.cbox.box1 {padding: 0; border-bottom: 0;}
.cbox.box1 .cbox_tit {display: none;}
.cbox.box1 .cbox_desc {display: none;}
.cbox.box1 .menu li a i {display: none;}
.cbox.box1 .menu ul {overflow: hidden;}
.cbox.box1 .menu li {float: left; width: 33.333%; text-align: center; border-right: 1px solid #dbdbdb; box-sizing: border-box;}
.cbox.box1 .menu li a {color: #fff; text-shadow: 0 0 5px rgba(0,0,0,0.5);}
.cbox.box1 .menu li:nth-child(3n) {border-right:0;}
.cbox.box2 {background: #f1f4fb;}
}
@media (max-width: 480px){
}
@media (max-width: 320px){
}
@charset "utf-8";
/* 여백 초기화 */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,textarea,p,blockquote,th,td,input,select,button{margin:0;padding:0}
/* 테두리 초기화 */
fieldset,img{border:0 none}
/* 리스트 스타일 초기화 */
dl,ul,ol,menu,li{list-style:none}
/* 폰트 초기화 */
body,th,td,input,select,textarea,button{font-size:12px;font-family:'나눔 고딕','Nanum Gothic','Malgun Gothic','맑은 고딕',dotum,'돋움',sans-serif;color:#222;}
a{color:#222;text-decoration:none}
a:hover{color:#118eff;text-decoration:none}
a:active{background-color:transparent}
/* 폰트 스타일 초기화 */
address,caption,cite,code,dfn,em,var{font-style:normal;font-weight:normal}
/* 폰트 두께 초기화 */
h1,h2,h3,h4,h5,h6,strong {font-weight: normal;}
/* blind 효과 */
.blind {position: absolute; left: 0; top: 0; width: 0; height: 0;
line-height: 0; font-size: 0; overflow: hidden;}
/* clearfix */
.clearfix{*zoom:1;}
.clearfix:before, .clearfix:after {display:block;content:'';line-height:0;}
.clearfix:after {clear:both;}