Responsive

사이트 바로가기


웹표준 반응형 사이트 코드

  • HTML
    <!DOCTYPE html>
    <html lang="ko">
    <head>
    	<meta charset="UTF-8">
    	<meta name="viewport" content="user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, width=device-width">
    	<meta name="autheor" content="jeongahstory">
    	<meta name="description" content="반응형 사이트 따라하기">
    	<meta name="keywords" content="반응형사이트, 웹퍼블리셔, 웹접근성, HTML5">
    	<title>반응형 사이트 만들기</title>
    
    	<!-- style -->
    	<link rel="stylesheet" href="css/reset.css">
    	<link rel="stylesheet" href="css/style.css">
    	<link rel="stylesheet" href="css/font-awesome.css">
    	<link rel="stylesheet" href="css/slick.css">
    	<link rel="stylesheet" href="css/lightgallery.css">
    
    
    
    	<!-- Facebook meta tags -->
    	<meta property="og:type" content="HTML5">
    	<meta property="og:title" content="반응형 사이트 만들기">
    	<meta property="og:url" content="http://jeongah2651.dothome.co.kr">
    	<meta property="og:img" content="http://jeongah2651.dothome.co.kr">
    	<meta property="og:site_name" content="반응형 사이트 만들기">
    	<meta property="og:description" content="반응형 사이트 따라하기">
    
    	<!-- twitter meta tags -->
    	<meta property="twitter:card" content="HTML5">
    	<meta property="twitter:site" content="@webstoryboy">
    	<meta property="twitter:title" content="@반응형 사이트">
    	<meta property="twitter:description" content="@반응형 사이트 만들기">
    
    	<!-- 파비콘 http://webdir.tistory.com/337(파비콘의 모든것 사이트)-->
    	<link rel="shortcut icon" href="icon/favicon.ico">
    	<link rel="apple-touch-icon-precomposed" href="icon/favicon-152.png">
    	<link rel="icon" href="icon/favicon.png">
    	<link rel="icon" href="icon/favicon-16.png" sizes="16x16"> 
    	<link rel="icon" href="icon/favicon-32.png" sizes="32x32">
    	<link rel="icon" href="icon/favicon-48.png" sizes="48x48"> 
    	<link rel="icon" href="icon/favicon-64.png" sizes="64x64"> 
    	<link rel="icon" href="icon/favicon-128.png" sizes="128x128">
    
    	<!-- 웹 폰트 -->
        <link href="https://fonts.googleapis.com/css?family=Nanum+Gothic" rel="stylesheet">
        <link href="https://fonts.googleapis.com/css?family=Nanum+Brush+Script" rel="stylesheet">
    
        <link href="https://fonts.googleapis.com/css?family=Doppio+One" rel="stylesheet">
        <link href="https://fonts.googleapis.com/css?family=Viga" rel="stylesheet">
        <link href="https://fonts.googleapis.com/css?family=Nanum+Pen+Script" rel="stylesheet">
    
        <!--HTML5shiv ie6~8 (평소에는 쓸일이 없지만 만약에 윈도우 8,7,5 같이 연동하려면https://github.com/aFarkas/html5shiv  파일을 다운받은 후 알집풀고 아래 파일을 js폴더에 넣어야 함께 연동이됩니다. -->
        <script src="js/html5shiv.min.js"></script>
    
        <!-- HTML5shiv ie6~8 -->
        <!--[if lt IE 9]> 
        	<script src="js/html5shiv.min.js"></script>
        	<script type="text/javascript">
        		alert("현재 당신이 보는 브라우저는 지원하지 않습니다. 최신 브라우저로 업데이트해주세요!");
        	</script>
        <![endif]-->
    
    </head>
    
    <body>
    	<header id="header">
    		<div class="container">
    			<div class="row">
    				<div class="header">
    				<div class="header_menu">
    					<a href="https://jeongah-story.tistory.com/">Blog</a>
    					<a href="http://jeongah2651.dothome.co.kr/webstandard/web/index.html">Webstandard</a>
    					<a href="https://www.facebook.com/dbguschemd">facebook</a>
    					<a href="https://www.instagram.com/j_aaa_92/">instagram</a>
    				</div>
    				<div class="header_tit">
    					<h1>Professional Web Publisher</h1><br>
    					<a href="http://jeongah2651.dothome.co.kr">jeongah2651.dothome.co.kr</a>
    				</div>
    				<div class="header_icon">
    					<ul>
    						<li><a href="#"><i class="fa fa-html5" aria-hidden="true"></i><span>HTML5</span></a></li>
    						<li><a href="#"><i class="fa fa-diamond" aria-hidden="true"></i><span>Diamond</span></a></li>
    						<li><a href="#"><i class="fa fa-gift" aria-hidden="true"></i><span>Gift</span></a></li>
    						<li><a href="#"><i class="fa fa-smile-o" aria-hidden="true"></i><span>Smile</span></a></li>
    					</ul>
    				</div>
    			</div>
    			</div>
    			
    		</div>
    	</header>
    	<!-- header -->
    
    	<nav id="nav">
    		<div class="container">
    			<div class="row">
    				<div class="nav">
    				<h2 class="ir_su">전체 메뉴</h2>
    					<div>
    			           <h3>HTML Reference</h3>
    			           <ol>
    			               <li><a href="http://jeongah2651.dothome.co.kr/">HTML 태그(Tag)</a></li>
    			               <li><a href="http://jeongah2651.dothome.co.kr/">블록 요소/인라인 요소</a></li>
    			               <li><a href="http://jeongah2651.dothome.co.kr/">DTD선언</a></li>
    			               <li><a href="http://jeongah2651.dothome.co.kr/">언어 속성 설정</a></li>
    			               <li><a href="http://jeongah2651.dothome.co.kr/"><title> </a></li>
    			               <li><a href="http://jeongah2651.dothome.co.kr/"><meta></a></li>
    			               <li><a href="http://jeongah2651.dothome.co.kr/">특수문자</a></li>
    			               <li><a href="http://jeongah2651.dothome.co.kr/"><a></a></li>
    			               <li><a href="http://jeongah2651.dothome.co.kr/">colgroup</a></li>
    			               <li><a href="http://jeongah2651.dothome.co.kr/">HTML </a></li>
    			           </ol>
    			       </div>
    			       <div>
    			           <h3>CSS Reference</h3>
    			           <ol>
    			               <li><a href="#">CSS 선택자</a></li>
    			               <li><a href="#">CSS 단위</a></li>
    			               <li><a href="#">CSS 색상</a></li>
    			               <li><a href="#">CSS 선언 방법</a></li>
    			               <li><a href="#">상대주소와 절대주소</a></li>
    			               <li><a href="#">CSS float</a></li>
    			               <li><a href="#">이미지 표현 방법</a></li>
    			               <li><a href="#">이미지 스프라이트</a></li>
    			               <li><a href="#">IR 효과</a></li>
    			               <li><a href="#">background-color</a></li>
    			               <li><a href="#">background-image</a></li>
    			               <li><a href="#">background-position</a></li>
    			               <li><a href="#">background-repeat</a></li>
    			           </ol>
    			       </div>
    			       <div>
    			           <h3>Responsive</h3>
    			           <ol>
    			               <li><a href="#"> 웹 표준</a></li>
    			               <li><a href="#"> 웹 접근성</a></li>
    			               <li><a href="#"> W3C</a></li>
    			               <li><a href="#"> 웹 접근성 연구소</a></li>
    			               <li><a href="#"> 네이버 널리</a></li>
    			               <li><a href="#"> 다음 다룸</a></li>
    			               <li><a href="#">Responsive </a></li>
    			           </ol>
    			       </div>
    			    </div>
    			</div>
    		</div>
    	</nav>
    	<!-- //nav -->
    	
    	<article id="title">
    		<div class="container">
    			<div class="title">
    				<h2>"나는 퍼블리셔다."</h2>
    				<a href="#" class="btn"><i class="fa fa-angle-down" aria-hidden="true"></i><span class="ir_su">전체메뉴 보기</span></a>
    			</div>
    		</div>
    	</article>	
    	<!-- //title -->	
    
    	<main>
    		<section id="contents">
    			<div class="container">
    				<h2 class="ir_su">반응형 사이트 컨텐츠</h2>
    				<section id="cont_left">
    					<h3 class="ir_su">메뉴 및 게시판 컨텐츠 영역</h3>
    					<article class="column col1">
    						<h4 class="col_tit">Menu</h4>
    						<p class="col_desc">Box-shadow를 이용한 마우스 오버 효과 메뉴 입니다.</p>
    						<!-- 메뉴 -->
    						<div class="menu">
    							<ul>
    								<li><a href="#">Cafe<i class="fa fa-coffee" 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="#">Website<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="#">CSS3<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>
    						<!--//메뉴 -->
    					</article>
    					<!-- //col1 -->
    					<article class="column col2">
    						<h4 class="col_tit">Notice</h4>
    						<p class="col_desc">게시판 영역의 한 줄 효과와 두줄 효과 게시판 입니다.</p>
    						<!-- 게시판 -->
    						<div class="notice1">
    							<h5> Notice1</h5>
    							<ul>
    								<li><a href="#">이 줄은 한줄 효과입니다. 이 줄은 한줄 효과입니다.</a></li>
    								<li><a href="#">이 줄은 한줄 효과입니다. 이 줄은 한줄 효과입니다.</a></li>
    								<li><a href="#">이 줄은 한줄 효과입니다. 이 줄은 한줄 효과입니다.</a></li>
    								<li><a href="#">이 줄은 한줄 효과입니다. 이 줄은 한줄 효과입니다.</a></li>
    							</ul>
    							<a href="#" class="more" title="더 보기">More <i class="fa fa-plus-circle" aria-hidden="true"></i></a>
    							
    						</div>	
    						<!--//게시판 -->
    						<!-- 게시판2 -->
    						<div class="notice2 mt15">
    							<h5> Notice2</h5>
    							<ul>
    								<li><a href="#">이 줄은 두줄 효과입니다. 이 줄은 두줄 효과 입니다. 이 줄은 두줄 효과 입니다. 이 줄은 두줄 효과 입니다.</a></li>
    								<li><a href="#">이 줄은 두줄 효과입니다. 이 줄은 두줄 효과 입니다. 이 줄은 두줄 효과 입니다. 이 줄은 두줄 효과 입니다.</a></li>
    								<li><a href="#">이 줄은 두줄 효과입니다. 이 줄은 두줄 효과 입니다. 이 줄은 두줄 효과 입니다. 이 줄은 두줄 효과 입니다.</a></li>
    								<li><a href="#">이 줄은 두줄 효과입니다. 이 줄은 두줄 효과 입니다. 이 줄은 두줄 효과 입니다. 이 줄은 두줄 효과 입니다.</a></li>
    							</ul>
    							<a href="#" class="more" title="더 보기">More <i class="fa fa-plus-circle" aria-hidden="true"></i></a>
    						</div>	
    						<!--//게시판2 -->
    					</article>
    					<!-- //col2 -->
    					<article class="column col3">
    						<h4 class="col_tit">Blog</h4>
    						<p class="col_desc">웹 반응형 사이트 영역의 제목 설명 부분입니다.</p>
    						<!-- blog -->
    						<div class="blog1">
    							<h5>반응형 웹 페이지 이미지 넣기</h5>
    							<figure>
    								<a href="#"><img src="img/blog1_@1.jpg" alt=""></a>
    								<figcaption>반응형 웹 사이트 이미지 글입니다. 반응형 웹 사이트 이미지 글입니다. </figcaption><!-- 이미지 인용 -->
    							</figure>
    						</div>
    						<!--//blog -->
    						<!-- blog2 -->
    						<div class="blog2 mt15">
    							<h5>반응형 웹 페이지 이미지 넣기</h5>
    							<figure>
    								<a href="#"><img src="img/blog2_@2.jpg" alt=""></a>
    								<figcaption>반응형 웹 사이트 이미지 글입니다. 반응형 웹 사이트 이미지 글입니다.</figcaption><!-- 이미지 인용 -->
    							</figure>
    						</div>
    						
    						<!--//blog2 -->
    					</article>
    					<!-- //col3 -->
    				</section>
    				<!-- //cont_left -->	
    				<section id="cont_center">
    					<h3 class="ir_su">이미지 및 동영상 컨텐츠 영역</h3>
    					<article class="column col4">
    						<h4 class="col_tit">Slick slider plugin</h4>
    						<p class="col_desc">슬릭 플러그인을 이용한 이미지 슬라이더 예제입니다.</p>
    						<!-- 이미지 슬라이드 -->
    						<div class="slider">
    							<div><img src="img/slider01.jpg" alt="이미지1"></div>
    							<div><img src="img/slider02.jpg" alt="이미지2"></div>
    							<div><img src="img/slider03.jpg" alt="이미지3"></div>
    							<div><img src="img/slider04.jpg" alt="이미지4"></div>
    							<div><img src="img/slider05.jpg" alt="이미지5"></div>
    						</div>
    						<!--//이미지 슬라이드 -->
    					</article>
    					<!-- //col4 -->
    					<article class="column col5">
    						<h4 class="col_tit">Title</h4>
    						<p class="col_desc">웹 반응형 사이트 영역의 제목 설명 부분입니다.</p>
    						<!-- 라이트 박스 -->
    						<div class="lightbox square clearfix lightgallery">
    							<a href="img/img01.gif"><img src="img/img01_s.gif" alt="이미지"></a>
    							<a href="img/img02.jpg"><img src="img/img02_s.jpg" alt="이미지"></a>
    							<a href="img/img03.jpg"><img src="img/img03_s.jpg" alt="이미지"></a>
    							<a href="img/img04.jpg"><img src="img/img04_s.jpg" alt="이미지"></a>
    							<a href="img/img05.jpg"><img src="img/img05_s.jpg" alt="이미지"></a>
    							<a href="img/img06.jpg"><img src="img/img06_s.jpg" alt="이미지"></a>
    							<a href="img/img07.jpg"><img src="img/img07_s.jpg" alt="이미지"></a>
    							<a href="img/img08.jpg"><img src="img/img08_s.jpg" alt="이미지"></a>
    							<a href="img/img09.jpg"><img src="img/img09_s.jpg" alt="이미지"></a>
    							<a href="img/img10.jpg"><img src="img/img10_s.jpg" alt="이미지"></a>
    						</div>
    						<!--//라이트 박스 -->
    					</article>
    					<!-- //col5 -->
    					<article class="column col6">
    						<h4 class="col_tit">Video</h4>
    						<p class="col_desc">웹 반응형 사이트 영역의 제목 설명 부분입니다.</p>
    						<!-- video -->
    						<!-- <video autoplay="autoplay" controls="controls" loop="loop">
    							<source src="img/video2.mp4" type="video2/mp4">
    						</video> -->
    						<div class="video">
    							<iframe src="https://www.youtube.com/embed/gl1aHhXnN1k" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
    						</div>
    						<!--//video -->
    
    						
    					</article>
    					<!-- //col6 -->
    				</section>
    				<!-- //cont_center -->	
    				<section id="cont_right">
    					<h3 class="ir_su">이미지 컨텐츠 영역</h3>
    					<article class="column col7">
    						<h4 class="col_tit">Hover Effect 1</h4>
    						<p class="col_desc">마우스 오버 효과 부분 입니다.</p>
    						<!-- side1 -->
    						<div class="side1">
    							<a href="#">
    								<div class="front">
    									<img src="img/side1.jpg" alt="이미지1">
    								</div>
    								<div class="back">
    									<i class="fa fa-heart fa-4x" aria-hidden="true"></i>
    								</div>
    							</a>
    						</div>
    						<!--//side1 -->
    					</article>
    					<!-- //col7 -->
    					<article class="column col8">
    						<h4 class="col_tit">Hover Effect 2</h4>
    						<p class="col_desc">마우스 오버 효과 부분 입니다.</p>
    						<!-- side2 -->
    						<div class="side2">
    						    <figure>
    						        <img src="img/side2.jpg" alt="이미지1">
    						        <figcaption>
    						            <h3>Mouse Hover <em>Effect5</em></h3>
    						        </figcaption>
    						    </figure>
    						</div>
    						<!--//side2 -->
    					</article>
    					<!-- //col8 -->
    					<article class="column col9">
    						<h4 class="col_tit">Title</h4>
    						<p class="col_desc">웹 반응형 사이트 영역의 제목 설명 부분입니다.</p>
    						<!-- side3 -->
    						<div class="side3">
    							<img src="img/side3.jpg" alt="이미지1">
    						</div>
    						<!--//side3 -->
    					</article>
    				</section>
    				<!-- //cont_right -->	
    
    			</div>	
    		</section>
    		<!-- //contents -->	
    	</main>
    	<footer id="footer">
    		<div class="container">
    			<div class="row">
    				<h2 class="ir_su">반응형 사이트 푸터</h2>	
    				<div class="footer">
    					<ul>
    						<li><a href="#">사이트 도움말</a></li>
    						<li><a href="#">사이트 이용약관</a>	</li>
    						<li><a href="#">사이트 운영원칙</a></li>
    						<li><a href="#"><strong>개인정보취급방침</strong></a></li>
    						<li><a href="#">책임의 한계와 법적고지</a></li>
    						<li><a href="#">게시중단요청서비스</a></li>
    						<li><a href="#">고객센터</a></li>
    					</ul>
    					<address>
    						Copyright ©
    						<a href="http://jeongah2651.dothome.co.kr">jeongahstory</a>
    						All Right Reserved
    					</address>
    				</div>
    			</div>
    			
    		</div>	
    	</footer>
    	<!-- //footer -->	
    
    	<!-- Script-->	
    	<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
    	<script src="js/slick.min.js"></script>
    	<script src="js/lightgallery.min.js"></script>
    	<script src="js/lightgallery-all.min.js"></script>
    
    	<script>
    	 //라이트 박스
          $(".lightgallery").lightGallery();    
          	
    		$(".slider").slick({
    			dots: true,
    			autoplay: true,
    			autoplaySpeed: 3000,
    			arrows: false,
    			responsive: [
    			    {
    				    breakpoint: 768,
    				    settings: {
    				        arrows: true,
    				        dots: false
    			      	}
    			    }
    			]
    		});
    	</script>
    </html>
  • CSS
    @charset "utf-8";
    
    /* 레이아웃 */
    body {
    	background: url(../img/header_bg.jpg) repeat-x center top;  
    }
    #header { 
    	background: url(../img/header_bg.jpg) repeat-x center top; 
    }
    #nav {
    	background-color: #f6fdff;
    }
    #title {
    	background:  #eaf7fd;
    }
    #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;
    	min-height: 1300px;
    	border-right: 1px solid #dbdbdb;
    	border-left: 1px solid #dbdbdb;
    }
    #cont_right {
    	position: absolute;
    	right: 0; top: 0;
    	width: 250px; 
    }
    #footer {
    	border-top: 1px solid #dbdbdb;
    }
    
    /* 컨테이너 */
    .container {
    	width: 1200px; 
    	margin: 0 auto; 
    	position: relative;
    }
    
    /* 헤더 */
    .header {}
    .header_menu {text-align: right; }
    .header_menu:hover {text-align: right; color: blue; }
    .header_menu a {
    	color: #fff; 
    	padding: 8px 0 6px 10px; 
    	display: inline-block; 
    	transition: color 0.3s ease; 
    }
    .header_menu a:hover {color: #ccc; }
    .header_tit { 
    	text-align: center;
    	text-transform: uppercase; 
    	margin-top: 55px; 
    	font-family: 'Viga', sans-serif;
    
    }
    .header_tit h1 { 
    	color: #fff; 
    	font-size: 30px;  
    	padding: 5px 20px 5px 20px;   
    	letter-spacing: 0px; 
    	background-color: #51B0DC;
    	transition: all 1s ease;
    	display: inline-block; 
    }
    
    .header_tit h1:hover {
    	box-shadow:  0 0 30px 1em #fff inset;
    }
    
    .header_tit a { 
    	color: #fff; 
    	font-size: 16px;  
    	padding: 5px 20px 5px 20px;  
    	background-color: #5DBEEB; 
    	z-index: -3; 
    	display: inline-block;  
    	transition: all 0.4s ease;
    }
    .header_tit a:hover {
      box-shadow:  0 0.5em 5em -0.4em #fff;
    }	
    
    .header_icon { 
    	text-align: center;
    	margin-top: 40px;
    	padding-bottom: 45px;
    	  }
    .header_icon ul {  }
    .header_icon li {
    	margin: 0 2px;
    	display: inline; 
    
      }
    .header_icon li a {
    	background: #3192bf;
    	border-radius: 50%;
    	width: 60px; 
    	height: 60px;
    	line-height: 60px;
    	font-size: 35px;
    	color: #fff;
    	display: inline-block; 
    	position: relative;	
    
    }
    
    .header_icon li a span {
    	position: absolute; 
    	opacity: 0;
    	left: 50%; top: -40px;	
    	transform: translateX(-50%);/*글씨 가운데 정렬*/
    	font-size: 12px;
    	line-height: 1.6;
    	background: #3192bf;
    	padding: 3px 9px;
    	border-radius: 6px 0;	
    	transition: all 0.4s ease;
    }
    
    .header_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;
    }
    
    .header_icon li a:hover span {
    	opacity: 1;
    	top: -33px;		
    }
    
    .header_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;
    	 transform: translatey(-0.2em);
    }	
    
    /* 전체 메뉴 */
    .nav { 
    	overflow: hidden; 
    	padding: 25px 0; 
    	display: none;
    }
    .nav > div {
    	float: left; 
    	width: 40%;  
    }
    .nav > div:last-child {
    	width: 20%; 
    }
    
    .nav > div ol {
    	overflow: hidden; 
    }
    .nav > div li {
    	float: left; 
    	width: 50%; 
    	position: relative;
    	padding-left: 8px;
    	box-sizing: border-box;
    }
    .nav > div li:before {
    	content: ''; 
    	width: 3px;height: 3px;
    	background-color: #25a2d0;
    	border-radius: 50%;
    	position: absolute; left: 0px; top: 8px;
    }
    
    .nav > div:last-child li {
    	width: 100%;
    }
    
    .nav > div h3 {
    	font-size: 18px; 
    	color: #25a2d0; 
    	font-weight: bold;
    	margin-bottom: 4px;
    }	
    
    /* 타이틀 */
    .title { 
    	position: relative;
    	text-align: center;
    
    }
    .title h2 {
    	font-family: 'Nanum Pen Script', cursive;
    	font-size: 50px;
    	color: #0093bd;
    	padding: 5px 0;
    }
    .title .btn {
    	position: absolute; right: 0; top: 10px;
    	width: 60px; 
    	height: 60px;
    	line-height: 65px;
    	background: #3192bf;
    	font-size: 35px;
    	color: #fff;
    	border-radius: 50%;
    }
    
    .title 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;
    }
    
    /* 컨텐츠 영역 */
    .column {
    	padding: 15px; 
    	border-bottom: 1px solid #dbdbdb; }
    .column .col_tit {
    	font-size: 20px; 
    	color: #2f7fa6; 
    	text-transform: uppercase; 
    	padding-bottom: 5px}
    .column .col_desc {
    	border-bottom: 1px dashed #dbdbdb; 
    	padding-bottom: 15px; 
    	margin-bottom: 15px;
    	color: #878787;
    	line-height: 18px;
    }
    
    
    .column.col2 {}
    .column.col3 {border: 0;}
    .column.col4 {}
    .column.col5 {}
    .column.col6 {border: 0;}
    .column.col7 {}
    .column.col8 {}
    .column.col9 {border: 0;}
    
    /*#cont_left article:last-child {border: 0; }
    #cont_center article:last-child {border: 0; }
    #cont_right article:last-child {border: 0; }*/
    
    /*#cont_left article:nth-child(4) {border:0;}
    #cont_center article:nth-child(4) {border:0;}
    #cont_right article:nth-child(4) {border:0;}*/
    
    /*.column:nth-last-child(1) {border:0;}*/
    /*.column:nth-child(4n) {border:0;}*/
    
    /* 메뉴 */
    
    /*.column.col1 {}
    .column.col1 .menu li {
    	border-bottom: 1px solid #dbdbdb; 
    	padding: 10px; 
    	font-size: 13px; 
    	text-transform: uppercase; 
    }
    .column.col1 .menu li i {
    	float: right; 
    	padding: 5px; 
    	font-size: 15px;
    }	
    */
    .menu li {
    	position: relative;
    }
    .menu li a {
    	font-size: 16px;	 
    	text-transform: uppercase; 
    	color: #878787;
    	border-bottom: 1px solid #dbdbdb; 
    	padding: 10px; 
    	display: block;
    	transition: box-shadow 0.34s ease, background 0.34s ease
    }
    .menu li a i {
    	position: absolute;
    	right: 10px;	
    	top: 15px;	
    }	
    .menu li a:hover {
    	box-shadow:  inset 180px 0 0 0 rgba(36,130,174,0.7);
    	color: #fff;
    	background: rgba(36,130,174,0.9);
    }
    
    /* 게시판1 */
    .notice1 {
    	position: relative;  
    }
    .notice1 h5 {
    	font-size: 14px; 
    	color: #2f7fa6; 
    	padding-bottom: 5px;
    }
    .notice1 li {
    	position: relative; 
    	overflow: hidden; 
    	text-overflow: ellipsis; 
    	white-space: nowrap;
    	padding-left: 8px;
    }
    .notice1 li:before {
    	content: ''; width: 3px; height: 3px; 
    	border-radius: 50%;
    	background: #449ce2; 
    	position: absolute; left: 0; top: 6px;
    }
    .notice1 .more {
    	position: absolute; 
    	right: 0; top: 3px; 
    	color: #878787; 
    	text-transform: uppercase;
    	font-size: 10px;
    }
    
    	
    
    /* 게시판2 */
    .notice2 {
    	position: relative;  
    }
    .notice2 h5 {
    	font-size: 14px; 
    	color: #2f7fa6; 
    	padding-bottom: 5px;
    }
    .notice2 li {
    	position: relative; 
    	overflow: hidden; 
    	text-overflow: ellipsis; 
    	display: -webkit-box;
    	-webkit-box-orient: vertical;
    	-webkit-line-clamp : 2;
    	padding-left: 8px;
    	max-height: 40px;/* ie */
    }
    .notice2 li:before {
    	content: ''; width: 3px; height: 3px; 
    	border-radius: 50%;
    	background: #449ce2; 
    	position: absolute; left: 0; top: 6px;
    }
    .notice2 .more {
    	position: absolute; 
    	right: 0; top: 3px; 
    	color: #878787; 
    	text-transform: uppercase;
    	font-size: 10px;
    }
    
    /* 블로그 */
    .blog1 {}
    .blog1 h5 {font-size: 14px;color: #2f7fa6; padding-bottom: 5px;}
    .blog1 img {width: 100%;}
    
    /* 블로그 2*/
    .blog2 {}
    .blog2 h5 {font-size: 14px;color: #2f7fa6; padding-bottom: 5px;}
    .blog2 img {width: 100%;}
    
    /* 슬라이드 */
    .slider {
    	position: relative;
    }
    .slider .slick-slide {
    	max-height: 407px;
    }
    .slider img {
    	width: 100%; 
    }
    .slider .slick-prev {
    	position: absolute; left:-12px; top: 50%; z-index: 1000;
    	width: 30px; height: 30px;
    	margin-top: -15px; 
    	background: #5dbfeb;
    	border-radius: 50%;
    	text-align: center;
    	display: inline-block;
    	font: normal normal normal 14px/1 FontAwesome;
    	text-indent: -9999px;
    }
    .slider .slick-prev::before {
    	content:"\f053";
    	color:#fff;
    	text-indent: 0;
    	position: absolute; left: 9px; top: 8px;
    
    }
    .slider .slick-next {
    	position: absolute; right: -12px; top: 50%; z-index: 1000;	
    	width: 30px; height: 30px; 
    	margin-top: -15px; 
    	background: #5dbfeb;
    	border-radius: 50%;
    	text-align: center;
    	display: inline-block;
    	font: normal normal normal 14px/1 FontAwesome;
    	text-indent: -9999px;
    }
    .slider .slick-next::before {
    	content:"\f054";
    	color:#fff;
    	text-indent: 0;
    	position: absolute; left: 11px; top: 8px;
    }
    .slick-dots {position: absolute; bottom: 15px;	
    	display: block; width: 100%; text-align: center;
    }
    .slick-dots li {
    	display: inline-block; width: 15px;	height: 15px;	margin: 5px;	
    }
    
    .slick-dots li button {
    	font-size: -0px; line-height: 0; display: block; width: 15px; height: 15px;	
    	cursor: pointer; background: #5dbfeb; border-radius: 50%;
    }
    .slick-dots li.slick-active button {
    	background: #2b91c8;
    }
    /* 라이트 박스 */
    .square {  }
    .square a {
    	float: left; 
    	width: 19%; 
    	margin: 0.5%;  }
    .square img {
    	width: 100%;
    	display: block;
    }
    
    /* 비디오 */
    .video {
    	position: relative;
    	padding-bottom: 56.25%;
    	width: 100%;
    }
    
    .video iframe {
    	position: absolute;
    	width: 100%;
    	height: 100%;
    }
    
    /* 사이드 1 */
    .side1 { }
    .side1 a {position: relative; display: block; perspective: 600px;}
    .side1 a .front {
    	transform-style: preserve-3d;
    	transform: rotateY(0deg);
    	transition: all .5s ease-in-out;
    	backface-visibility: hidden;
    }
    .side1 a .back {
    	position: absolute; top: 0;	left: 0;	 
    	width: 100%; height: 100%;	z-index: -1;
    	transform-style: preserve-3d;
    	color:#fff;
    	background: #160B49;
    	text-align: center;
    	transform: rotateY(-180deg);
    	transition: all .5s ease-in-out;
    	backface-visibility: hidden;
    }
    .side1 a .back i {
    	position: absolute; left: 50%; top: 50%;	
    	transform: translate(-50%,-50%);
    }
    .side1 a:hover .front {
    	transform: rotateY(180deg);
    }
    .side1 a:hover .back {
    	transform: rotateY(0deg); z-index: 1;
    }
    
    
    /* 사이드2 */
    .side2 figure {position: relative; overflow: hidden;}
    .side2 figure img {display: block; width: 100%;}
    .side2 figure figcaption {
    	position: absolute;
        top: 0; right:0; bottom: 0; left: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        z-index: 1;
        text-align: center;
        line-height: 1.7em;
        color: #fff;
        text-transform: uppercase;
        font-size: 20px;
        opacity:0;
        transition: all 0.3s ease;
    }
    .side2 figure figcaption h3 {
    	font-size: 1.3em;	
    	letter-spacing: 2px;
    }
    .side2 figure figcaption em {
    		display: block;
    		font-weight: bold;
    		letter-spacing: 1px;
    }
    .side2 figure:before,
    .side2 figure:after {
    	content: '';
    	position: absolute;
    	top: 0;	right: 0;	bottom: 0;	left: 0;	
    	background-color: rgba(0,0,0,0.3);
    	border-top: 70px solid rgba(0,0,0,0.4);
    	border-bottom: 70px solid rgba(0,0,0,0.4);
    	transition: all .3s ease;
    	z-index: 1;
    	opacity: 0;
    }
    .side2 figure:befere {
    	transform: scaleY(2);
    }
    .side2 figure:after {
    	transform: scaleY(2);
    }
    .side2 figure:hover:before,
    .side2:hover:after {
    	opacity: 1;
    	transform: scale(1);		
    }
    .side2 figure:hover > img {
    	opacity: 0.7;
    }
    .side2 figure:hover figcaption {
    	opacity: 1;
    	transition-delay: 0.1s
    }
        
    
    /* 푸터 */
    .footer {
    	text-align: center; 
    	padding: 30px;
    }
    .footer li {
    	position: relative;
    	display: inline; 
    	padding: 0 8px;
    	white-space: nowrap;
    }
    .footer li:before {
    	content: ''; 
    	width: 1px;
    	height: 10px; 
    	background: #dbdbdb;
    	position: absolute;
    	left: 0;
    	top: 2px;
    }
    .footer li:first-child:before {
    	width: 0;height: 0;
    }
    .footer address {
    	padding-top: 15px;
    }
    
    /* mediaquery */
    /* 화면 너비 0~1220px */
    @media (max-width: 1220px){
    	.container {width: 100%;}
    	.row {padding: 0 15px;}
    	#cont_center {min-height: 1350px;}
    	#contents .container {border: 0;} /*영역 깨질까봐 보더값을 줌*/
    
    	.title .btn { right: 15px;}
    
    	.square a {width: 24%; box-sizing: border-box;}
    	.square a:nth-child(5n) {display: none;}
    
    /* 화면 너비 0~1024px */
    @media (max-width: 1024px){
    	.square a {width: 32.3333%;}
    	.square a:nth-child(5) {display: block;}
    
    }
    /* 화면 너비 0~960px */
    @media (max-width: 960px){
    	#cont_right {position: static; width: 100%; border-top: 1px solid #dbdbdb; }
    	#cont_center {margin-right: 0; border-right: 0;}
    
    	.nav > div {float: none; width: 100%; }
    	.nav > div:last-child {width: 100%; }
    	.nav > div li {width: 33.33333%; }
    	.nav > div:last-child li {width: 33.3333%; }
    	.nav > div ol { margin-bottom: 10px; }
    	
    	#cont_right {overflow: hidden;}
    	#cont_right .column {float: left; width: 33.3%; box-sizing: border-box;}
    	#cont_right .column.col7 {border-right: 1px solid #dbdbdb; border-bottom: 0;}
    	#cont_right .column.col8 {border-right: 1px solid #dbdbdb; border-bottom: 0;}
    	
    
    /* 화면 너비 0~768px */
    @media (max-width: 768px){
    	#cont_left {float: none; width: 100%;}
    	#cont_center { border-left: 0;}
    
    
    }
    /* 화면 너비 0~600px */
    @media (max-width: 600px){
    	.nav > div li {width: 50%;}
    	.nav > div:last-child li {width: 50%;}
    
    	.header .header_tit {display: none;}
    	.header .header_icon {display: none;}
    	.title .btn {display: none;}
    	.column.col1 .col_tit {display: none;}
    	.column.col1 .col_desc {display: none;}
    	.column.col1 .menu li a i {display: none;}
    	.column.col1 {padding: 0; border-bottom: 0;}
    	.column.col1 .menu ul {overflow: hidden;}
    	.column.col1 .menu li {float: left; width: 33.33333%; text-align: center; border-right: 1px solid #dbdbdb; box-sizing: border-box;}
    	.column.col1 .menu li:nth-child(3n) {border-right: 0;}
    	.column.col1 .menu li a {color: #fff; text-shadow: 0 0 5px rgba(0,0,0,0.5);}
    	.column.col2  {background: #fff;}
    	.column.col4 {border-top: 1px solid #dbdbdb;}
    
    	#cont_right .column {width: 50%;}
    	#cont_right .column.col8 {border-right: 0;}
    	#cont_right .column.col9 {display: none;}
    	.square a {width: 49%;}
    	.square a:nth-child(5) {display: none;}
    }
    /* 화면 너비 0~480px */
    @media (max-width: 480px){
    }
    /* 화면 너비 0~320px */
    @media (max-width: 320px){
    	#cont_right .column {width: 100%;}
    	#cont_right .column.col7 {border-right: 0; border-bottom: 1px solid #dbdbdb;}
    	.square a {width: 100%; margin-left: 0; margin-right: 0;}
    }
  • RESET
    @charset "utf-8";
    
    /* 여백 초기화 */
    body,div,ul,li,dl,dd,dt,ol,h1,h2,h3,h4,h5,h6,input,fieldset,legend,p,select,table,th,td,tr,textarea,button,form,figure,figcaption{margin:0;padding:0;}
    
    /* a 링크 초기화 */
    a {color: #222; text-decoration: none; }
    a:hover {color: #390; }
    
    /* 폰트 초기화 */
    body,input,textarea,select,button,table 
    {font-family: 'Nanum Gothic', AppleSDGothicNeo-Reqular,'Malgun Gothic','맑은 고딕',dotum,'돋움',sans-serif; color: #222; font-size: 13px; line-height: 1.5;}
    
    /* 폰트 스타일 초기화*/
    em,address {font-style: normal; }
    
    /* 블릿기호 초기화 */
    ul,li,ol {list-style:none;}
    
    /* 제목 태그 초기화 */
    h1,h2,h3,h4,h5,h6 {font-size: 13px; font-weight: normal; }
    
    /* 테두리 초기화 */
    img, fieldset { border: 0 none; }
    
    /* 버튼 초기화 */
    button {border: 0;}
    
    /* 비디오 초기화 */
    /*video {width: 100%;}*/
    
    /* 반응형 */
    video, img {width: 100%;}
    
    /* clearfix */
    .clearfix {*zoom:1;}
    .clearfix:before, .clearfix:after {display: block; content: ''; line-height: 0;}
    .clearfix:after {clear: both;}
    
    /* IR 효과 */
    .ir_pm {display:block; overflow:hidden; font-size:0; line-height:0; text-indent:-9999px; } /*  의미 있는 이미지의 대체 텍스트를 제공하는 경우(Phark Method )*/
    .ir_wa {display:block; overflow:hidden; position:relative; z-index:-1; width:100%; height:100%; } /*  의미 있는 이미지의 대체 텍스트로 이미지가 없어도 대체 텍스트를 보여주고자 할 때(WA IR) */
    .ir_su {overflow:hidden; position:absolute; width:0; height:0; line-height:0; text-indent:-9999px; } /*  대체 텍스트가 아닌 접근성을 위한 숨김 텍스트를 제공할 때(Screen Out) */
    
    /* margin, padding */
    .mt10 { margin-top: 10px !important; }
    .mt15 { margin-top: 15px !important; }
    .mt20 { margin-top: 20px !important; }
    .mt25 { margin-top: 25px !important; }
    .mt30 { margin-top: 30px !important; }
    .mt35 { margin-top: 35px !important; }
    .mt40 { margin-top: 40px !important; }
    .mt45 { margin-top: 45px !important; }
    .mt50 { margin-top: 50px !important; }