@charset "UTF-8";

/* 404page */

body {
    background:#F0F2FA;
    overflow:hidden;
    font-size: 18px;
    color:#000;
    font-family:'AppleSDGothicNeoR','Roboto','Nanum Gothic', 'Malgun Gothic', sans-serif;
	line-height: 24px;
	-webkit-font-smoothing:antialiased;
}
/**-----start-wrap---------**/
.wrap{
    display: flex;
    align-items: center;
    justify-content: center;
}
.content{
    text-align: center;
}
/**-----start-logo--------**/
.err_title{
    text-align: center;
    background: url(/images/cm/ico_404.png) no-repeat center 130px ;
    padding-top: 260px;
    font-size: 30px;
    font-family: 'AppleSDGothicNeoB';
}
.err_msg{
    margin: 24px 0 40px;
    text-align: center;
}
.message{margin-left: 50px;}
.message p{
    text-align: left;
    color: #2a2c46;
    font-family: 'AppleSDGothicNeoM';
}

/* button */
.btn_back{
    display: inline-block;
    width: 340px;
    height: 70px;
    padding: 21px 0 0 94px;
    margin-bottom: 50px;
    background: var(--primary) url(/images/cm/btn_back.png) no-repeat 50px 24px;
    color: #fff;
    font-size: 21px;
    font-family: 'AppleSDGothicNeoB';    
}