@charset "utf-8";
@import url('font.css');

.over_zum { background:#fff; 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;
}
.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:0.7;
}



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


#quick { background:#ff3c25; }
#quick .content_wrap { margin:0 auto; padding:30px 0; width:90%; max-width:1500px; }
#quick .content_wrap ul { display:flex; justify-content:space-between; flex-wrap:wrap;}
#quick .content_wrap ul li { border-left:1px solid #ff8a7c; width:16%; }
#quick .content_wrap ul li:first-child { border-left:0; }
#quick .content_wrap ul li a { display:block; color:#fff; text-align:center; }
#quick .content_wrap ul li a p { display:block; margin:8px 0 0; }

	
#license { background: url(../images/main_lic_bg.jpg) center no-repeat; background-size:cover; padding:100px 0; }
#license h1 { font-family: 'GmarketSansLight'; font-size:3.0em; color:#222; line-height:1.3em; letter-spacing:-1.0px; text-align:center; }
#license h2 { display:block; margin:5px 0 0; font-family: 'GmarketSansBold'; font-size:2.4em; color:#222; line-height:1.3em; letter-spacing:-1.0px; text-align:center; }
#license h2 span { color:#ff3c25; }
#license .content_wrap { display:flex; justify-content:space-between; flex-wrap:wrap;  margin:20px auto 0; width:90%; max-width:1500px; }
#license .content_wrap .content { width:23.5%;}
#license .content_wrap .content img { width:100%; }


#merit { display:flex; justify-content:space-between; flex-wrap:wrap; margin:100px auto; width:90%; height:100%; max-width:1500px; }
#merit .content { width:48%; }
#merit .content h1 { font-family: 'GmarketSansBold'; font-size:2.4em; color:#222; line-height:1.3em; letter-spacing:-1.0px; text-align:center; }
#merit .content h1 span { color:#ff3c25; }
#merit .content p { display:block; margin:15px auto 30px; width:70%; text-align:center; }


#shuttle { background:url(../images/m_suttle_bg.jpg) center no-repeat; background-attachment:fixed; background-size:cover; padding:80px 0; }
#shuttle .title { text-align:center; }
#shuttle .title h1 {display:block; font-size:2.5em; color:#fff; line-height:1.3em; letter-spacing:-1.0px; }
#shuttle .title h1 span { color:#ff3c25; }
#shuttle .title p { display:block; margin:15px 0 0; color:#ffe400; }
#shuttle .conetnt_wrap { display:flex; justify-content:space-between; flex-wrap:wrap; margin:30px auto; width:90%; height:100%; max-width:1500px; }
#shuttle .conetnt_wrap .content { background:#fff; width:32%; }
#shuttle .conetnt_wrap .content:nth-child(1) h1 { background:#539816; padding:15px 0 10px; font-family: 'GmarketSansBold'; font-size:1.4em; color:#fff; text-align:center; }
#shuttle .conetnt_wrap .content:nth-child(2) h1 { background:#329061; padding:15px 0 10px; font-family: 'GmarketSansBold'; font-size:1.4em; color:#fff; text-align:center; }
#shuttle .conetnt_wrap .content:nth-child(3) h1{ background:#009888; padding:15px 0 10px; font-family: 'GmarketSansBold'; font-size:1.4em; color:#fff; text-align:center; }
#shuttle .conetnt_wrap .content p { padding:20px; font-size:1.1em; font-weight:500; text-align:center;}


#gallery { margin:100px 0; }
#gallery .title { margin:0 0 40px; text-align:center; }
#gallery .title h1 { font-family: 'GmarketSansBold'; font-size:2.4em; color:#222; line-height:1.3em; letter-spacing:-1.0px; text-align:center; }
#gallery .title h1 span { color:#ff3c25; }
#gallery .content { margin:10px 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:0px 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; }
#gallery .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; }
#gallery .btn a:hover { background:#fff; border:1px solid #fff; color:#0054c7;}



/*기본게시판*/
.latestBBS { clear: both; margin-left:0;}
.latestBBS li { border-bottom:0px solid #eaeaea; overflow:hidden; }
.latestBBS li .title { display:inline-block; width:75%; font-size:1.0em; font-weight:400; color:#333; line-height:1.7em; 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:1.7em; letter-spacing:0.5px;}


}


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

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

#quick { background:#ff3c25; }
#quick .content_wrap { margin:0 auto; padding:30px 0; width:90%; }
#quick .content_wrap ul { display:flex; justify-content:space-between; flex-wrap:wrap;}
#quick .content_wrap ul li { border-left:1px solid #ff8a7c; width:16%; }
#quick .content_wrap ul li:first-child { border-left:0; }
#quick .content_wrap ul li a { display:block; color:#fff; text-align:center; }
#quick .content_wrap ul li a p { display:block; margin:8px 0 0; }
#quick .content_wrap ul li a img { height:35px; }


#license { background: url(../images/main_lic_bg.jpg) center no-repeat; background-size:cover; padding:90px 0; }
#license h1 { font-family: 'GmarketSansLight'; font-size:2.8em; color:#222; line-height:1.3em; letter-spacing:-1.0px; text-align:center; }
#license h2 { display:block; margin:5px 0 0; font-family: 'GmarketSansBold'; font-size:2.2em; color:#222; line-height:1.3em; letter-spacing:-1.0px; text-align:center; }
#license h2 span { color:#ff3c25; }
#license .content_wrap { display:flex; justify-content:space-between; flex-wrap:wrap;  margin:20px auto 0; width:90%; }
#license .content_wrap .content { width:23.5%;}
#license .content_wrap .content img { width:100%; }


#merit { display:flex; justify-content:space-between; flex-wrap:wrap; margin:100px auto; width:90%; height:100%; }
#merit .content { width:48%; }
#merit .content h1 { font-family: 'GmarketSansBold'; font-size:2.2em; color:#222; line-height:1.3em; letter-spacing:-1.0px; text-align:center; }
#merit .content h1 span { color:#ff3c25}
#merit .content p { display:block; margin:15px auto 30px; width:70%; text-align:center; }
#merit .content img { width:100%; }


#shuttle { background:url(../images/m_suttle_bg.jpg) center no-repeat; background-attachment:fixed; background-size:cover; padding:70px 0; }
#shuttle .title { text-align:center; }
#shuttle .title h1 {display:block; font-size:2.2em; color:#fff; line-height:1.3em; letter-spacing:-1.0px; }
#shuttle .title h1 span { color:#ff3c25; }
#shuttle .title p { display:block; margin:15px 0 0; color:#ffe400; }
#shuttle .conetnt_wrap { display:flex; justify-content:space-between; flex-wrap:wrap; margin:30px auto; width:90%; height:100%; }
#shuttle .conetnt_wrap .content { background:#fff; width:32%; }
#shuttle .conetnt_wrap .content:nth-child(1) h1 { background:#539816; padding:15px 0 10px; font-family: 'GmarketSansBold'; font-size:1.2em; color:#fff; text-align:center; }
#shuttle .conetnt_wrap .content:nth-child(2) h1 { background:#329061; padding:15px 0 10px; font-family: 'GmarketSansBold'; font-size:1.2em; color:#fff; text-align:center; }
#shuttle .conetnt_wrap .content:nth-child(3) h1{ background:#009888; padding:15px 0 10px; font-family: 'GmarketSansBold'; font-size:1.2em; color:#fff; text-align:center; }
#shuttle .conetnt_wrap .content p { padding:20px; font-size:1.0em; font-weight:500; text-align:center;}


#gallery { margin:90px 0; }
#gallery .title { margin:0 0 30px; text-align:center; }
#gallery .title h1 { font-family: 'GmarketSansBold'; font-size:2.4em; color:#222; line-height:1.3em; letter-spacing:-1.0px; text-align:center; }
#gallery .title h1 span { color:#ff3c25; }
#gallery .content { margin:10px 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:0px 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; }
#gallery .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; }
#gallery .btn a:hover { background:#fff; border:1px solid #fff; color:#0054c7;}


/*기본게시판*/
.latestBBS { clear: both; margin-left:0;}
.latestBBS li { border-bottom:0px solid #eaeaea; overflow:hidden; }
.latestBBS li .title { display:inline-block; width:70%; font-size:0.95em; font-weight:400; color:#333; line-height:1.7em; 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:1.7em; letter-spacing:0.5px;}


}




@media (max-width:767px){

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


#quick { background:#ff3c25; }
#quick .content_wrap { margin:0 auto; padding:20px 0; width:100%; }
#quick .content_wrap ul { display:flex; justify-content:space-between; flex-wrap:wrap;}
#quick .content_wrap ul li { border-left:1px solid #ff8a7c; width:32.5%; margin:10px 0; }
#quick .content_wrap ul li:nth-child(1), #quick .content_wrap ul li:nth-child(4) { border-left:0; }
#quick .content_wrap ul li a { display:block; color:#fff; text-align:center; }
#quick .content_wrap ul li a p { display:block; margin:8px 0 0; font-weight:600; }
#quick .content_wrap ul li a img { height:25px; }


#license { background: url(../images/main_lic_bg.jpg) center no-repeat; background-size:cover; padding:60px 0; }
#license h1 { font-family: 'GmarketSansLight'; font-size:2.0em; color:#222; line-height:1.3em; letter-spacing:-1.0px; text-align:center; }
#license h2 { display:block; margin:5px 0 0; font-family: 'GmarketSansBold'; font-size:1.6em; color:#222; line-height:1.3em; letter-spacing:-1.0px; text-align:center; }
#license h2 span { color:#ff3c25; }
#license .content_wrap { display:flex; justify-content:space-between; flex-wrap:wrap;  margin:10px auto 0; width:85%; }
#license .content_wrap .content { width:48.5%; margin:5px 0; }
#license .content_wrap .content img { width:100%; }


#merit { display:flex; justify-content:space-between; flex-wrap:wrap; margin:30px auto; width:85%; }
#merit .content { width:100%; margin:30px 0; }
#merit .content h1 { font-family: 'GmarketSansBold'; font-size:1.6em; color:#222; line-height:1.3em; letter-spacing:-1.0px; text-align:center; }
#merit .content h1 span { color:#ff3c25}
#merit .content p { display:block; margin:10px auto 20px; width:70%; text-align:center; }
#merit .content img { width:100%; }


#shuttle { background:url(../images/m_suttle_bg.jpg) center no-repeat; background-attachment:fixed; background-size:cover; padding:50px 0; }
#shuttle .title { text-align:center; }
#shuttle .title h1 {display:block; font-size:1.6em; color:#fff; line-height:1.3em; letter-spacing:-1.0px; }
#shuttle .title h1 span { color:#ff3c25; }
#shuttle .title p { display:block; margin:10px 0 0; color:#ffe400; }
#shuttle .conetnt_wrap { display:flex; justify-content:space-between; flex-wrap:wrap; margin:20px auto; width:85%; height:100%; }
#shuttle .conetnt_wrap .content { background:#fff; width:100%; margin:8px 0; }
#shuttle .conetnt_wrap .content:nth-child(1) h1 { background:#539816; padding:10px 0; font-family: 'GmarketSansBold'; font-size:1.0em; color:#fff; text-align:center; }
#shuttle .conetnt_wrap .content:nth-child(2) h1 { background:#329061; padding:10px 0; font-family: 'GmarketSansBold'; font-size:1.0em; color:#fff; text-align:center; }
#shuttle .conetnt_wrap .content:nth-child(3) h1{ background:#009888; padding:10px 0; font-family: 'GmarketSansBold'; font-size:1.0em; color:#fff; text-align:center; }
#shuttle .conetnt_wrap .content p { padding:15px; font-size:1.0em; font-weight:500; text-align:center;}


#gallery { margin:50px 0; }
#gallery .title { margin:0 0 10px; text-align:center; }
#gallery .title h1 { font-family: 'GmarketSansBold'; font-size:1.6em; color:#222; line-height:1.3em; letter-spacing:-1.0px; text-align:center; }
#gallery .title h1 span { color:#ff3c25; }
#gallery .content { margin:10px 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:0px 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; }
#gallery .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; }
#gallery .btn a:hover { background:#fff; border:1px solid #fff; color:#0054c7;}



/*기본게시판*/
.latestBBS { clear: both; margin-left:0;}
.latestBBS li { border-bottom:0px solid #eaeaea; overflow:hidden; }
.latestBBS li .title { display:inline-block; width:190px; font-size:1.0em; font-weight:400; color:#222; line-height:1.7em; 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:1.7em; 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; }


