@charset "utf-8";
/* SIR 지운아빠 */
@import url('https://fonts.googleapis.com/css?family=Lustria|Poppins:400,700');

body {font-family:'Malgun Gothic', dotum, sans-serif;margin:0; padding:0;}
p {margin:0px;}
.subconwrap {
	width:1211px;margin:0 auto;padding-top:60px;
}
.addtxt {color:#ff3399;white-space:nowrap;}

/* 할인가격 */
.ori_p {text-decoration:line-through;color:#ff0000;}
.line_in {color:#999;}

/* 인사말 */
.at1 {font-size:22px;margin-bottom:1px;font-weight:bold;line-height:32px;}
.at2 {font-size:14px;}

/* 메인스페셜 */
.entry-title {font-family: 'Poppins', sans-serif;font-weight:bold;font-size:30px;letter-spacing: .001em;margin:0;}
.mkd-pli-excerpt {font-size:11px;letter-spacing: .001em;}
.mkd-pli-category-holder:before {
    content: '';
    display: inline-block;
    width: 56px;
    height: 3px;
    /* background: #f2e9e9; */
    background: #000;
    margin-right: 2%;
    margin-left: 32%;
    margin-bottom: 4px;
}
.mkd-pli-category-holder>* {
    display: inline-block;
    /* font-family: Bellefair,serif; */
    font-weight: bold;
    font-size: 15px;
    line-height: 1.6em;
    letter-spacing: .001em;
    color: #414347;
}

/*메인 부대시설 */
.mkd-st-title2 {font-family: 'Poppins', sans-serif;font-weight:bold;font-size:40px;letter-spacing: .001em;margin:0;}
.mkd-st-subtitle {font-size:15px;font-weight:bold;}
.mkd-btn-outline:hover .mkd-btn-text {color:#333;text-decoration:none;}
.mkd-btn-outline:hover {text-decoration:none;}

.scroll_to_top{
    display:block;
     position:fixed;
     z-index:100001;
     width:3em;
     height:3em;
     line-height:3em;
     text-align:center;
     bottom:-4em;
     right:2em;
     background:transparent;
     /*border:1px solid #eee;*/
     cursor:pointer;
     -webkit-transition:all 0.5s ease;
     -ms-transition:all 0.5s ease;
     transition:all 0.5s ease;
     opacity:0
}
.scroll_to_top:before{
    margin:0 !important
}
.scroll_to_top.show{
    opacity:1;
     bottom:2em
}
.scroll_to_top:hover {opacity:0.8;}
.copy2 {
	color:#777;font-weight:bold;display:inline-block;white-space:nowrap;
}
/* Youtube Video Responsive */
.videowrapper { 
float: none; 
clear: both; 
width: 100%; 
position: relative; 
padding-bottom: 56.25% !important; 
padding-top: 25px !important; 
height: 0; 
} 
.videowrapper iframe { 
position: absolute; 
top: 0; 
left: 0; 
width: 100%; 
height: 97.7%; 
}

/*community */
.boardbtns {margin-top:20px;}
.boardbtns td {text-align:center;padding:0px !important;}
.mbactive {font-weight:bold;background-color:#577e8e;display:block;padding:10px;color:#fff !important;}
.mbnormal {font-weight:normal;background-color:#eee;display:block;padding:10px;}

@media screen and (max-width:767px) {
	.subconwrap {
		width:90%;margin:0 auto;padding-top:20px;
	}
	
}

@media screen and (min-width:768px) and (max-width:991px) {
	.subconwrap {
		width:90%;margin:0 auto;padding-top:30px;
	}
}

@media screen and (min-width:992px) and (max-width:1300px) {
	.mkd-main-menu>ul>li>a {padding:0 16px;}
	.subconwrap {
		width:90%;margin:0 auto;padding-top:60px;
	}
}
