@charset "utf-8";

.over_zum { background:#000; overflow: hidden; }
.over_zum  img {
    -webkit-transform:scale(1);
    -moz-transform:scale(1);
    -ms-transform:scale(1); 
    -o-transform:scale(1);  
    transform:scale(1);
    -webkit-transition:.3s;
    -moz-transition:.3s;
    -ms-transition:.3s;
    -o-transition:.3s;
    transition:.3s;
	opacity:1.0;
}
.over_zum:hover img {
    -webkit-transform:scale(1.2);
    -moz-transform:scale(1.2);
    -ms-transform:scale(1.2);   
    -o-transform:scale(1.2);
    transform:scale(1.2);
	opacity:1.0;
}




@media (min-width:1500px) {
	
.pc_view { display:block; }
.tab_view { display:none; }
.mob_view { display:none; }

#lineup { display:flex; justify-content:space-between; flex-wrap:wrap; width:90%; max-width:1500px; margin:100px auto; }
#lineup .desc { margin:auto 0; width:35%; }
#lineup .desc h1 { font-family: 'GmarketSansLight'; font-size:2.2em; font-weight:300; color:#222; }
#lineup .desc h1 strong { font-family: 'GmarketSansBold';}
#lineup .desc p { display:block; margin:25px 0 50px; line-height:1.4em; }
#lineup .desc span a { display:inline-block; background:#fff; border:1px solid #444; padding:10px 20px; font-family: 'GmarketSansMedium'; font-size:0.7em; color:#333; text-align:center; transition:0.5s; }
#lineup .desc span a:hover { background:#0054c7; border:1px solid #0054c7; color:#fff; }
#lineup .content_wrap { display:flex; justify-content:space-between; flex-wrap:wrap; width:60%; }	
#lineup .content_wrap .content { width:31.5%; }
#lineup .content_wrap .content .pic { border:1px solid #ddd; }
#lineup .content_wrap .content .pic img { width:100%; }
#lineup .content_wrap .content h1 { background:#222; padding:10px; font-size:1.1em; font-weight:400; color:#fff; text-align:center;}


#construct { background:url(../images/main_construct_bg.jpg) center no-repeat; background-attachment:fixed; background-size:cover; padding:120px 0; text-align:center; }
#construct .content_wrap { width:98%; margin:0 auto; }
#construct .content_wrap .desc { width:100%; text-align:center; }
#construct .content_wrap .desc h1 { font-family: 'GmarketSansBold'; font-size:2.2em; color:#fff;  }
#construct .content_wrap .desc p { display:block; margin:20px 0 0; color:#fff; line-height:1.4em; }
#construct .content_wrap .content { margin:30px 0 0; width:100%; }
.post_list { width:100%; }
.post_list ul { display:flex; justify-content:space-between; flex-wrap:wrap; }
.post_list li.content {  }
.post_list li.content img { border:1px solid #598dd4; width:95%; margin:0 auto; }
#pager{ display:none; margin-top:40px; text-align:center; }
.prev {display:inline-block; background:url(../images/mbtn_prev.png); background-size:cover; width:55px; height:55px; margin:0 5px; cursor:pointer; transition:all 0.2s; }
.next {display:inline-block; background:url(../images/mbtn_next.png); background-size:cover; width:55px; height:55px; margin:0 5px; cursor:pointer; transition:all 0.2s; }
.prev:hover {display:inline-block; background:url(../images/mbtn_prev_ov.png); transition:all 0.2s; }
.next:hover {display:inline-block; background:url(../images/mbtn_next_ov.png); transition:all 0.2s; }
#construct .btn a { display:inline-block; border:1px solid #fff; padding:10px 20px; margin:60px auto 0; font-family: 'GmarketSansMedium'; font-size:0.7em; color:#fff; text-align:center; transition:0.5s; }
#construct .btn a:hover { background:#fff; border:1px solid #fff; color:#0054c7;}


#info { display:flex; justify-content:space-between; flex-wrap:wrap; width:90%; max-width:1500px; margin:70px auto; }
#info .content { width:49%; }
#info .content a { display:flex; justify-content:space-between; flex-wrap:wrap; border:1px solid #ddd; padding:25px 10%; transition:.5s; }
#info .content a:hover { border:1px solid #0054c7; color:#; }
#info .content span { margin:auto 0; }
#info .content h1 { display:inline-block; font-size:1.4em; font-weight:600; color:#333; }




/*기본게시판*/
.latestBBS { clear: both; margin-left:0;}
.latestBBS li { border-bottom:0px solid #dedede; overflow:hidden; }
.latestBBS li .title { display:inline-block; width:500px; font-size:16px; font-weight:400; color:#555; line-height:50px; text-overflow:ellipsis; white-space:nowrap; overflow:hidden; }
.latestBBS li img {display:none;}
.latestBBS li .text {display:none;}
.latestBBS li .date {display:; float:right; font-size:14px; color:#909090; line-height:54px; letter-spacing:0.5px;}


}


@media (min-width:768px) and (max-width:1499px){

.pc_view { display:none; }
.tab_view { display:block; }
.mob_view { display:none; }


#lineup { display:flex; justify-content:space-between; flex-wrap:wrap; width:90%; margin:90px auto; }
#lineup .desc { margin:auto 0; width:30%; }
#lineup .desc h1 { font-family: 'GmarketSansLight'; font-size:2.0em; font-weight:300; color:#222; }
#lineup .desc h1 strong { font-family: 'GmarketSansBold';}
#lineup .desc p { display:block; margin:25px 0 40px; line-height:1.4em; }
#lineup .desc span a { display:inline-block; background:#fff; border:1px solid #444; padding:10px 20px; font-family: 'GmarketSansMedium'; font-size:0.7em; color:#333; text-align:center; transition:0.5s; }
#lineup .desc span a:hover { background:#0054c7; border:1px solid #0054c7; color:#fff; }
#lineup .content_wrap { display:flex; justify-content:space-between; flex-wrap:wrap; width:65%; }	
#lineup .content_wrap .content { width:31.5%; }
#lineup .content_wrap .content .pic { border:1px solid #ddd; }
#lineup .content_wrap .content .pic img { width:100%; }
#lineup .content_wrap .content h1 { background:#222; padding:10px; font-size:1.1em; font-weight:400; color:#fff; text-align:center;}
	

#construct { background:url(../images/main_construct_bg.jpg) center no-repeat; background-attachment:fixed; background-size:cover; padding:110px 0; text-align:center; }
#construct .content_wrap { width:98%; margin:0 auto; }
#construct .content_wrap .desc { width:100%; text-align:center; }
#construct .content_wrap .desc h1 { font-family: 'GmarketSansBold'; font-size:2.2em; color:#fff;  }
#construct .content_wrap .desc p { display:block; margin:20px 0 0; color:#fff; line-height:1.4em; }
#construct .content_wrap .content { margin:25px 0 0; width:100%; }
.post_list { width:100%; }
.post_list ul { display:flex; justify-content:space-between; flex-wrap:wrap; }
.post_list li.content {  }
.post_list li.content img { border:1px solid #598dd4; width:95%; margin:0 auto; }
#pager{ display:none; margin-top:40px; text-align:center; }
.prev {display:inline-block; background:url(../images/mbtn_prev.png); background-size:cover; width:55px; height:55px; margin:0 5px; cursor:pointer; transition:all 0.2s; }
.next {display:inline-block; background:url(../images/mbtn_next.png); background-size:cover; width:55px; height:55px; margin:0 5px; cursor:pointer; transition:all 0.2s; }
.prev:hover {display:inline-block; background:url(../images/mbtn_prev_ov.png); transition:all 0.2s; }
.next:hover {display:inline-block; background:url(../images/mbtn_next_ov.png); transition:all 0.2s; }
#construct .btn a { display:inline-block; border:1px solid #fff; padding:10px 20px; margin:60px auto 0; font-family: 'GmarketSansMedium'; font-size:0.7em; color:#fff; text-align:center; transition:0.5s; }
#construct .btn a:hover { background:#fff; border:1px solid #fff; color:#0054c7;}


#info { display:flex; justify-content:space-between; flex-wrap:wrap; width:90%; margin:70px auto; }
#info .content { width:49%; }
#info .content a { display:flex; justify-content:space-between; flex-wrap:wrap; border:1px solid #ddd; padding:25px 10%; transition:.5s; }
#info .content a:hover { border:1px solid #0054c7; color:#; }
#info .content span { margin:auto 0; }
#info .content h1 { display:inline-block; font-size:1.4em; font-weight:600; color:#333; }





/*기본게시판*/
.latestBBS { clear: both; margin-left:0;}
.latestBBS li { border-bottom:0px solid #dedede; overflow:hidden; }
.latestBBS li .title { display:inline-block; width:70%; font-size:0.95em; font-weight:400; color:#555; line-height:40px; text-overflow:ellipsis; white-space:nowrap; overflow:hidden; }
.latestBBS li img {display:none;}
.latestBBS li .text {display:none;}
.latestBBS li .date {display:; float:right; font-size:13px; color:#909090; line-height:40px; letter-spacing:0.5px;}


}



@media (max-width:767px){
	
.pc_view { display:none; }
.tab_view { display:none; }
.mob_view { display:block; }	


#lineup { width:70%; margin:70px auto; }
#lineup .desc { width:100%; text-align:center; }
#lineup .desc h1 { font-family: 'GmarketSansLight'; font-size:1.6em; font-weight:300; color:#222; }
#lineup .desc h1 strong { font-family: 'GmarketSansBold';}
#lineup .desc p { display:block; margin:15px 0 25px; line-height:1.4em; }
#lineup .desc span a { display:inline-block; background:#fff; border:1px solid #444; padding:10px 20px; font-family: 'GmarketSansMedium'; font-size:0.7em; color:#333; text-align:center; transition:0.5s; }
#lineup .desc span a:hover { background:#0054c7; border:1px solid #0054c7; color:#fff; }
#lineup .content_wrap { width:100%; margin:35px 0 0; }	
#lineup .content_wrap .content { width:100%; margin:20px 0; }
#lineup .content_wrap .content .pic { border:1px solid #ddd; text-align:center;}
#lineup .content_wrap .content .pic img { width:70%; }
#lineup .content_wrap .content h1 { background:#222; padding:10px; font-size:1.1em; font-weight:400; color:#fff; text-align:center;}


#construct { background:url(../images/main_construct_bg_mob.jpg) center no-repeat; background-attachment:fixed; background-size:cover; padding:70px 0; text-align:center; }
#construct .content_wrap { width:98%; margin:0 auto; }
#construct .content_wrap .desc { width:100%; text-align:center; }
#construct .content_wrap .desc h1 { font-family: 'GmarketSansBold'; font-size:1.6em; color:#fff;  }
#construct .content_wrap .desc p { display:block; margin:15px 0 0; color:#fff; line-height:1.4em; }
#construct .content_wrap .content { margin:15px 0 0; width:100%; }
.post_list { width:100%; }
.post_list ul { display:flex; justify-content:space-between; flex-wrap:wrap; }
.post_list li.content {  }
.post_list li.content img { border:1px solid #598dd4; width:95%; margin:0 auto; }
#pager{ display:none; margin-top:40px; text-align:center; }
.prev {display:inline-block; background:url(../images/mbtn_prev.png); background-size:cover; width:55px; height:55px; margin:0 5px; cursor:pointer; transition:all 0.2s; }
.next {display:inline-block; background:url(../images/mbtn_next.png); background-size:cover; width:55px; height:55px; margin:0 5px; cursor:pointer; transition:all 0.2s; }
.prev:hover {display:inline-block; background:url(../images/mbtn_prev_ov.png); transition:all 0.2s; }
.next:hover {display:inline-block; background:url(../images/mbtn_next_ov.png); transition:all 0.2s; }
#construct .btn a { display:inline-block; border:1px solid #fff; padding:10px 20px; margin:35px auto 0; font-family: 'GmarketSansMedium'; font-size:0.7em; color:#fff; text-align:center; transition:0.5s; }
#construct .btn a:hover { background:#fff; border:1px solid #fff; color:#0054c7;}


#info { display:flex; justify-content:space-between; flex-wrap:wrap; width:90%; margin:50px auto; }
#info .content { width:49%; }
#info .content a { display:flex; justify-content:space-between; flex-wrap:wrap; border:1px solid #ddd; padding:25px 10%; transition:.5s; }
#info .content a:hover { border:1px solid #0054c7; color:#; }
#info .content span { display:block; width:100%; text-align:center; }
#info .content h1 { display:inline-block; font-size:1.2em; font-weight:600; color:#333; }
#info .content p { margin:8px 0;}
#info .content span img { margin:10px 0 0; width:30px; text-align:center;  }


/*기본게시판*/
.latestBBS { clear: both; margin-left:0;}
.latestBBS li { border-bottom:0px solid #dedede; overflow:hidden; }
.latestBBS li .title { display:inline-block; width:190px; font-size:1.0em; font-weight:400; color:#222; line-height:40px; text-overflow:ellipsis; white-space:nowrap; overflow:hidden; }
.latestBBS li img {display:none;}
.latestBBS li .text {display:none;}
.latestBBS li .date {display:; float:right; font-size:13px; color:#909090; line-height:40px; letter-spacing:0;}


}








/*갤러리게시판
.latestGallery li { float:left; width:200px; margin:0 10px 20px 10px;}
.latestGallery li:last-child { margin-right:0px;}
.latestGallery li .img img { width:198px; border:1px #e3e3e3 solid; }
.latestGallery li .caption { width:200px; height:30px; margin-top:10px; font-size:16px; font-weight:400; text-align:center; overflow:hidden; z-index:9; }
*/
