@import url('https://webfontworld.github.io/Cafe24Ssurround/Cafe24Ssurround.css');
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	box-sizing:border-box


}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {display: block;	}
body {
	line-height: 1;
	padding-bottom: 6rem;
	
}
pre {    white-space: pre-line;}
input {border:none;}
ol, ul{list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

a{text-decoration: none;color:#333;}



#wrap {

    width: 100%;
    margin: 0 auto;
}


#wrap.on {
    opacity: 1;
    transition: 2s ease;
}

.row {padding: 0 1.4rem;}


@media(max-width:768px){
	html{font-size: 10px;}	
}


.banner img{
width: 100%;


}
/* footer */
footer {
    position: fixed;
    bottom: 0;
    left: 0;
    background: #fff;
    width: 100%;
	z-index: 10;
	border-top: 1px solid #ccc;
}

footer ul {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    height: 7rem
}

footer ul li {width:20%}
footer ul li a {display: flex;flex-direction: column;text-align: center;align-items: center;font-size:1.7rem;    opacity: .6;}
footer ul li a img {width:5rem; margin-bottom:.5rem}
footer ul li.active a {font-weight:900;    opacity:1;}




#wrap>div>div>div>div:nth-child(2)>div>p {
    color: blue;
    font-weight: bold;
}


.sec_recent:last-child span{display:none;}
.sec_home:last-child span{display:none;}
.sec_maring{margin-bottom: 1.5rem;}

#swiper.mySwiper {position:relative; width:90%; overflow:hidden;  margin:0 auto;padding-bottom:3rem;}
#swiper.mySwiper .swiper-wrapper .swiper-slide {position:relative;background: url(../img/banner01.png) no-repeat ; padding: 0 1.4rem; min-height:15rem; border-radius:1rem; background-size : cover;}
#swiper.mySwiper .swiper-wrapper .swiper-slide a {font-size: 2.2rem;line-height: 1.3;font-weight: 600;color:#fff}
#swiper.mySwiper .swiper-pagination {bottom:10px;}
#swiper.mySwiper .swiper-wrapper .swiper-slide:nth-child(2) {background: url(../img/banner02.png) no-repeat ;background-size : cover;}
#swiper.mySwiper .swiper-wrapper .swiper-slide:nth-child(3) {background: url(../img/banner03.png) no-repeat ;background-size : cover;}

/* 애드센스 css */
.ads_wrap {display: flex; justify-content: center; margin: 1.5rem;}
.ads_main_sm .adsbygoogle {display: inline-block; width: 336px !important; height: 98px !important;}
.ads_sub_sm .adsbygoogle {display: inline-block; width: 300px !important; height: 50px !important;}
.ads_main_big .adsbygoogle {display: inline-block; width: 336px !important; height: 280px !important;}
.ads_main_md1 .adsbygoogle {display: inline-block; width: 336px !important; height: 200px !important;}
.ads_main_md2 .adsbygoogle {display: inline-block; width: 336px !important; height: 250px !important;}
.ads_sub_big .adsbygoogle {display: inline-block; width: 336px !important; height: 280px !important;}

ins.adsbygoogle[data-ad-status="unfilled"] { display: none !important; }

/* IOS 선택 비활성화 */
h1, h2, h3, h4, h5, h6, p, div, img, span, a, em {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
	-webkit-user-drag: none;
	-khtml-user-drag: none;
	-moz-user-drag: none;
	-o-user-drag: none;
	user-drag: none;
}
