@font-face {
     font-family: 'S-CoreDream-9Black';
     src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-9Black.woff') format('woff');
     font-weight: normal;
     font-style: normal;
}

@font-face{ 
	  font-family:'SCDream3'; 
	  src:url('/theme/careedmc/assets/css/fonts/SCDream3.otf');
     font-weight: normal;
     font-style: normal;
}

@font-face{ 
	  font-family:'SCDream5'; 
	  src:url('/theme/careedmc/assets/css/fonts/SCDream5.otf');
     font-weight: normal;
     font-style: normal;
}


html {overflow-y:scroll}
body {margin:0;padding:0;font-size:1em; background:#fff;word-break: keep-all;}
html, h1, h2, h3, h4, h5, h6, form, fieldset, img {margin:0;padding:0;border:0}
h1, h2, h3, h4, h5, h6 {font-size:2em;font-family:'S-CoreDream-9Black', 'SCDream3', 'SCDream5', 'Malgun Gothic', dotum, sans-serif}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display:block}

ul, dl,dt,dd {margin:0;padding:0;list-style:none}
legend {width:0 !important; position:absolute;margin:0;padding:0;font-size:0;line-height:0;text-indent:-9999em;overflow:hidden}
label, input, button, select, img {vertical-align:middle;font-size:1em}
input[type="submit"] {cursor:pointer}
button {cursor:pointer}

.break {display:none;}

.btn {
	font-size: 1rem;
}

ul, dl, dt, dd {
    margin: 0 !important;
    padding: 0 !imortant;
    list-style: none;
}

a {
	text-decoration: none !important;
	color: #000;
}

p {
	margin-bottom: 0 !important;
    word-break: keep-all;
}

#hd, #wrapper, #ft {
    min-width: auto;
}
#hd {
    background: #fff;
}
#container_wr {
	width: 100% !important;
}
#container {
	margin: 0 auto;
	width: 100%;
	float: none;
}

#sticky-wrapper.is-sticky .sticky-nav .logo {
	padding-top: 5px;
}

#ft_wr .ft_cnt {
	width: 100%;
    float: none;
    padding: 0;
}
#ft_copy {
	width: auto;
	padding: 20px 0;
	border-top: 0;
	color: #fff;
}

#hero {
	background: url(/img/banner-04.jpg) center 0px / cover no-repeat fixed;
}

.untree_co-hero .caption, .bg-img .caption {
	text-transform: unset;
	font-size: 16px;
}

.about .content p {
	font-family:'S-CoreDream-9Black', 'SCDream3', 'SCDream5', 'Malgun Gothic', dotum, sans-serif
}

.about .content ul li {
	font-size: 0.8em;
	font-weight: 600;
	color: #6c757d;
}

.about .content ul li+li {
	margin-top: 5px;
}

.cta .cta-btn {
	background: #ffde00;
}

#bo_v_top ul {margin-bottom: 10px;}

#bo_v_link,#bo_vc,#bo_w {padding:0;}

.site-footer .widget .links {
    width: 100%;
}

address {

}

.site-nav .site-navigation .site-menu > li > a {
	font-weight: 700;	
}


.untree_co-hero .heading, .bg-img .heading {
    font-size: 30px;
}

.form-control, .custom-select {
	color: #8b8d8b;
}

.ul-check li {
	padding-left: 0;
}

@media (max-width: 960px) {
    .logo {
		font-size: unset;
	}
}