
/* reset */
body,div,p,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,table,th,td,form,fieldset,legend,input,label,textarea,select,button {margin:0; padding:0;}
body,h1,h2,h3,h4,h5,h6 {font-size:12px; font-family: Nanum Gothic,sans-serif; color:#333;}
a {text-decoration:none; color:#333;-webkit-tap-highlight-color: rgba(0,0,0,0);}
ul,ol,li {list-style:none;}
img,fieldset {border:none;vertical-align:middle;}
em,address {font-weight:normal; font-style:normal;}
table {border-collapse:collapse;}

hr {
    border: none;
    border-top: 2px dotted #848181;
    color: #fff;
    background-color: #fff;
    height: 1px;
    width: 95%;
	padding-top:5%;
}

/* common */
.clearfix:after {
    content:"";
    clear:both;
    display:block;
}
.screen_out {
    text-indent:-9999px;
    overflow:hidden;
    width:0;
    height:0;
    position:absolute;
}
.out {
	display:none;
}
.box_width {
	margin:0 auto;
}

#loadingBar {
	width:100%;
	height:100%;
	top:0px;
	left:0px;
	position:fixed;
	display:block;
	opacity:0.8;
	background-color:#fff;
	z-index:99;
	text-align:center;
	margin:0 auto;
}
#loading-image {
	position:absolute;
	top:50%;
	left:50%;
	z-index:100;
}


/* layout */
#wrap {
	overflow:hidden;
	margin:0 auto;
	padding-top:5%;
}
#headerWrap {
	display:inline-block;
	width: 100%;
}
#header {
	height:auto;
	position:relative;
}
#gnb {
	position:relative;
	float:left;
}
.mainContents {
	margin-bottom:10%;
}

/* header */
.logo img {
	max-width:100%;
	height:auto;
}

.gnb {
	position:relative;
	float:left;
}
.gnb li {
	float:left;
	width:auto;
	height:50px;
	text-align:center;
	padding: 1% 2%;
}
.gnb li:first-child {
	padding: 1% 2% 1% 3%;
}
.gnb li div {
	display: inline-block;
    height: 50px;
}
.gnb li a {
	display: block;
    position: relative;
    width: 100%;
    height: auto;
    font-size: 1.5rem;
    border: 2px solid #333;
    border-radius: 30px;
	padding:5px 35px;
}
.gnb li .on {
	border:2px solid #2979FF;
	color:#2979FF;
}


.opps {
	display:block;
	height:300px;
	text-align:center;
	line-height:300px;
	font-size:2.5rem;
	font-weight:500;
}

/*Scroll to top*/
.scroll-up {
	position: fixed;
	display: none;
	z-index: 999;
	bottom: 2em;
	right: 2em;
}

.scroll-up a {
	background-color: rgba(0, 0, 0, 0.5);
	display: block;
	width:40px;
	height:40px;
	text-align:center;
	color: #fff;
	font-size: 20px;
	line-height:36px;
	transition:0.5s;
	border-radius:5px;
}
.scroll-up i {
	color:#FFFFFF;
}
.scroll-up a:hover,
.scroll-up a:active {
	background-color: rgba(255, 255, 255, 1);
}
.scroll-up a:hover i,
.scroll-up a:active i {
	color:#333333;
}

.upPost {
	padding-bottom:10%;
}
.upPost h3 {
	font-size:2rem;
	padding:3%;
}
.upPost li {
	float:left;
	width:auto;
	padding: 1% 2%;	
}
.upPost li:first-child {
	padding-left: 3%;	
}
.upPost .upPost_img {
	display: block;
	width: 100%;
    max-width: 300px;
    height: auto;
}
.upPost .upPost_txt {
	display: block;
	padding: 5% 6%;
	text-align:left;
	height: 70px;
}
.upPost li a {
	display: block;
    position: relative;
    width: 100%;
    height: auto;
    font-size: 1.5rem;
}
.upPost li a img {
	width:100%;
	max-width: 300px;
    height: auto;
	border-radius: 10px;
}
.upPost ul li > div {
	box-shadow: 0px 3px 6px 0px rgba(0,0,0,.15);
    border-radius: 10px;
}


/* sub */
.sub_logo {
	position: relative;
    top: 0;
    padding: 7px 0 6px;
    display: inline-block;
}
.sub_logo img {
	width:100px;
	height:30px;
}
.btn_back {
	position: absolute;
    top: 0;
    left: 0;
    font-size: 1px;
    line-height: initial;
    color: rgba(1,0,0,0);
    display: block;
    width: 58px;
    height: 38px;
    overflow: hidden;
}
.btn_back:before {
	position: absolute;
    top: 14px;
    left: 13px;
    content: '';
    display: block;
    width: 14px;
    height: 14px;
    border: 1px solid #595959;
    border-width: 0 0 1px 1px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
/*.btn_kakao {*/
/*	display: block;*/
/*    width: 26px;*/
/*    height: 26px;*/
/*    border-radius: 26px;*/
/*    position: absolute;*/
/*    top: 10px;*/
/*    right: 20px;*/
/*    background-image: url(../images/kakao.png);*/
/*    background-position: 0 -498px;*/
/*    background-size: cover;*/
/*    text-indent: -9999px;*/
/*}*/
.btn_sns {
	display: block;
    width: 26px;
    height: 26px;
    background-image: url(https://img.liferesearch.co.kr/every.liferesearch.co.kr/common/images/kakao.png);
    background-size: cover;
    text-indent: -9999px;
}
.kakao {
	background-image: url(https://img.liferesearch.co.kr/every.liferesearch.co.kr/common/images/kakao.png);
}
.facebook {
	background-image: url(https://img.liferesearch.co.kr/every.liferesearch.co.kr/common/images/facebook.png);
}
.twitter {
	background-image: url(https://img.liferesearch.co.kr/every.liferesearch.co.kr/common/images/twitter.png);
}
.kakaostory {
	background-image: url(https://img.liferesearch.co.kr/every.liferesearch.co.kr/common/images/kakaostory.jpg);
}

/* footer */
#footer img {
	max-width:100%;
}

.pb_20 {
    padding-bottom: 20px;
}
.pt_20 {
    padding-top: 20px;
}
.bg_gray {
	background-color: #efefef;
}

/* 바디에 스크롤 막는 방법 */
.not_scroll {
    position: fixed;
    overflow: hidden;
    width: 100%;
    height: 100%
}

.text_blur {
	color: transparent;
	text-shadow: 0 0 5px rgba(0,0,0,0.5);
}
.no-drag {
	-ms-user-select: none; 
	-moz-user-select: 
	-moz-none; 
	-webkit-user-select: none; 
	-khtml-user-select: none; 
	user-select:none;
}


