@charset "utf-8";


#wrap{
    width:100%;
}


/* s헤더영역 */

#header{
    width:100%;
    height:210px;
    background-color:#fff;
}
#header .mini_mn{
    width:100%;
    height:35px;
    background-color:#44bdcd;
    margin-bottom:20px;
}
#header .mini_mn .m_in_box{
    margin:0 auto;
    width:1200px;
    height:35px;
}

#header .mini_mn .m_in_box .mark{
	float: left;
}

#header .mini_mn .m_in_box .mark a{
	display: block;
	color: #f4f4f4;
	padding: 10px 10px 10px 18px;
	background: url(../images/mark.png) no-repeat 0 10px;
}

#header .mini_mn .m_in_box > ul{
    float:right;
    height:35px;
}
#header .mini_mn .m_in_box > ul > li{
    float:left;
    margin-left:10px;
    margin-top:10px;
    padding-right:10px;
    border-right:1px solid #fff;
    line-height:13px;
}
#header .mini_mn .m_in_box > ul > li:last-child{
    border-right:0;
    padding-right:0;
}
#header .mini_mn .m_in_box > ul > li > a{
    float:left;
    font-size:13px;
    color:#fff;
}
#header .logo{
    width:225px;
    height:70px;
    margin:0 auto;
}

/* e헤더영역 */


/* s메뉴영역 */

#header #main_mn{
    width:100%;
    height:60px;
    border-top:1px solid #d9d9d9;
    box-sizing:border-box;
    margin-top:25px;
	box-shadow: 0 3px 5px rgba(128, 128, 128, 0.26);
    position:relative;
}
#header #main_mn > ul{
    width:1200px;
    height:60px;
    margin:0 auto;
}
#header #main_mn > ul > li{
    float:left;
    padding:20px 22px;
    transition:0.2s;
    position:relative;
}
#header #main_mn > ul > li:last-child{
    padding:20px 30px;
}

#header #main_mn > ul > li:hover > a{
    color:#44bdcd;
    transition:0.3s;
}
#header #main_mn > ul > li > a{
    font-size:17px;
    color:#363636;
    font-weight:500;
    display: block;
	font-weight: bold;
}
#header #main_mn > ul > li .sub_mn{
    width:140px;
    height: 0;
    background-color:rgba(255,255,255,0.8);
    position:absolute;
    top:60px;
    left:0;
    z-index:9999;
    overflow: hidden;
    transition: height 0.5s;
}

#header #main_mn > ul > .m1:hover .sub_mn{
    height:150px;
}

/*#header #main_mn > ul > .m2:hover .sub_mn{
    height:100px;
}*/

#header #main_mn > ul > li .sub_mn > li{
    width:100%;
    height:50px;
    text-align:center;
    line-height:50px;
    transition:0.3s;
}
#header #main_mn > ul > li .sub_mn > li:hover{
    background-color:#44bdcd;
    transition:0.5s;
}
#header #main_mn > ul > li .sub_mn > li:hover > a{
    color:#fff;
    transition:0.5s;
}
#header #main_mn > ul > li .sub_mn > li > a{
    color:#222;
    font-size:15px;
    font-weight:500;
    transition:0.3s;
    display: block;
}
/* e메뉴영역 */



/* 컨테이너 공통 영역 */

/*#container{border-top:1px solid #999;}*/

#container .inner{
    width: 1200px;
    margin: 0 auto;
}




/* s서브 인트로 공통 폰트 */
.f11{
    font-size: 15px;
    line-height: 1em;
    color: #848484;
    margin: 0 0 5px 0;
}
.f12{
    font-size: 34px;
    font-weight: 800;
    line-height: 1em;
    color: #3b3b3b;
    margin-bottom: 24px;
}
.f13{
    font-size: 15px;
    line-height: 1.5em;
    color: #454545;
}
/* e서브 인트로 공통 폰트 */




/* s많이 사용하는 폰트 및 컬러 */
.lc1{
    color: #44bdce;
}
.lc2{
    color: #b8d200;
}
/* e많이 사용하는 폰트 및 컬러 */




/* s하단 푸터영역 */

#footer{
    width:100%;
    height:190px;
    background-color:#292929;
}
#footer .footer_in{
    width:100%;
    border-bottom:1px solid #434343;
    box-sizing:border-box;
}
#footer .f_mn{
    width:1200px;
    margin:0 auto;
}
#footer .f_mn > li{
    float:left;
}
#footer .f_mn > li > a{
    padding:15px 20px;
    float:left;
    font-size:15px;
    font-weight:500;
    color:rgba(255,255,255,0.6);
}
#footer .f_mn > li:first-child > a{
    color:#44bdcd;
}
#footer > section{
    width:1200px;
    height:95px;
    padding-top:30px;
    margin:0 auto;
}
#footer > section > img{
    float:left;
    opacity:0.5;
    margin-top:10px;
}
#footer > section > address{
    float:left;
    font-style:normal;
    font-size:15px;
    line-height:20px;
    color:#999;
    margin-left:75px;
}

#footer address a{color:#999;}

/* e하단 푸터영역 */


/* 우측 퀵메뉴 메인 style.css , 서브 inc.css */

.rightMenu{
	position: fixed;
	right: 160px;
	top: 50%;
	margin-top: -120px;
	width: 120px;
	border: 1px solid #e8e8e8;
	border-top: 5px solid #58c7d0;
	background: #fff;
	text-align: center;
	z-index: 800;
	box-shadow: 0 1px 7px rgba(46, 46, 46, 0.13);
}

.rightMenu div{
	padding: 10px 0;
}

.rightMenu .tit{
	width: 100%;
	background: url(../images/menu_ico.png) no-repeat center 0;
	padding: 29px 0 10px 0;
	margin-top: -18px;
	font-size: 20px;
	color: #58c7d0;
	font-weight: bold;
}

.rightMenu .sns{
	border-bottom: 1px solid #e8e8e8;
	background: #fafafa;
}

.rightMenu .sns span{
	width: 50px;
	height: 50px;
	display: block;
	margin: 0 auto 5px auto;
	border-radius: 7px;
}

.rightMenu .sns p a{
	display: block;
	font-size: 14px;
	font-weight: bolder;
	margin-bottom: 10px;
	color: #575757;
}

.rightMenu .sns .review a{margin-bottom: 0;}

.rightMenu .sns .snsK span{
	background: #fbe201 url(../images/sns_kakao_ico.jpg) no-repeat center/auto 80%;
}

.rightMenu .sns .snsB span{
	background: #36ab36 url(../images/sns_blog_ico.jpg) no-repeat center/auto 80%;
}
.rightMenu .sns .review span{
    background: #4d4d4d url(../images/review_ico.jpg) no-repeat center/auto 80%;
}

.rightMenu .call{
	border-bottom: 1px solid #e8e8e8;
	font-size: 15px;
	background: #38acb5;
	color: #fff;
}

.rightMenu .call span{
	font-weight: bolder;
}

.rightMenu .contact span{
	display: block;
	font-size: 15px;
	font-weight: bolder;
	margin-bottom: 5px;
}



/* popup 1 */


.PopupBottom .PopupCheck{float: left;}

.PopupBottom .PopupText{float: right;}

