/***mobile include css***/

/* 안드로이드 웹뷰 최적화 - 하드웨어 가속 충돌 방지 */
html, body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

@font-face {
    font-family: 'EliceDigitalBaeum-Bd';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_elice@1.0/EliceDigitalBaeum-Bd.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'EliceDigitalBaeum';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_elice@1.0/EliceDigitalBaeum.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

#wrap::before{
	content:'';
	position:absolute;
	width: 100%;
    height: 300px;
	background-image: url(/images/m/main_bg01.png);
    background-repeat: no-repeat;
    background-size: contain;
	z-index:0;
	top: -53px;
	opacity:0.5;
}

/**haeder css**/
#header_wrap {
	width:100%;
	height:70px;
	position: relative;
	z-index:500;
}
.main_header{
	position: fixed;
    top: 0;
    left: 0;
    width:100%;
	height: 70px;
	z-index:100;
	background:#fff;
}
.sub_header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 70px;
    z-index: 100;
}
.sub_header-tt{
	font-weight:600;
}
.h_all_menu span{
	display: block;
    width: 20px;
    height: 2px;
    background: #121212;
    margin: 4px 0;
}
.top_menu {
	padding: 14px;
    position: absolute;
    top: 50%;
    right: 8px;
	margin-top: -21px;
    z-index: 250;
}
.top_menu a:before,
.top_menu span,
.top_menu a:after {
    content: "";
    display: block;
    width: 22px;
    height: 2px;
    background: #fff;
}
.top_menu span {
	width: 15px;
    margin: 6px 0;
    text-indent: -9999px;
}


/**side bar**/
.icon_closeimg {
    position: absolute;
    top: 19px;
    right: 20px;
}
.icon_closeimg img{
	height: 18px;
}
.menuLlist {
    padding: 60px 0;
	text-align:center;
}
/*.menuLlist ul{
	border-top:1px solid #e8e8e8;
}*/
.menutitle {
    display: block;
    line-height: 70px;
    font-size: 30px;
    color: #fff;
    font-weight: 300;
    letter-spacing: -0.03em;
}
.menutitle a {
    color: black;
}
.menutitle span {
    float: left;
    margin-top: 22px;
}
.menucont {
    display: none;
    height: 80px;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    font-size: 0.9em;
    height: 100%;
    box-sizing: border-box;
    z-index: 9999;
    opacity: 1;
}
.menutitle a{
	color:black;
}
.menutitle span{
	float:left;
	margin-top:22px;
}
.menuLlist_sub {
    display: none;
	background:#fbfbfb;
}
.menuLlist_sub a {
    display: block;
    width: 100%;
    color: #333;
    padding: 14px 20px;
    font-size: 13px;
    letter-spacing: -0.03em;
}
.sideBar{
    background: #23242d;
    width: 100%;
    height: 100%;
    position: relative;
}
/*.sideBar_login{
	padding:0 11px;
	box-sizing:border-box;
	margin-top:20px;
}
.sideBar_login div{
	padding:0 5px;
	height:50px;
	box-sizing:border-box;
}
.sideBar_login div a{
	display:block;
	line-height:50px;
	border-radius:30px;
	border:1px solid #e8e8e8;
	text-align:center;
	font-size:14px;
}
.sideBar_login div:nth-child(1) a{
	background: #fff;
	border:1px solid #ddd;
	color:#888;
}
.sideBar_login div:nth-child(2) a{
	background: #f53d8a;
	border:1px solid #f53d8a;
	color:#fff;
}
.accordion-item-arrow {
    float: right;
    height: 49px;
}
.accordion-item-arrow.active:before {
    display: inline-block;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}
.accordion-item-arrow:before {
    content: "\f107";
    font-family: 'FontAwesome';
    font-size: 26px;
}
.top-arrow {
    position: absolute;
    top: 12px;
    left: 158px;
    width: 46px;
    height: 46px;
    margin: 0 auto;
    background: url("/images/m/sub/arrow.png") no-repeat 9px;
    background-size: 28px;
    white-space: nowrap;
    text-indent: 100%;
}*/