body,
div,
h1,
p,
a,
label,
select {
    margin: 0;
    padding: 0;
}

.ko_KR,
.ko_KR select {
    font-family: -apple-system, BlinkMacSystemFont, 'Malgun Gothic', Dotum, sans-serif;
}

.ja_JP,
.ja_JP select {
    font-family: -apple-system, BlinkMacSystemFont, 'Meiryo', 'MS PGothic', Dotum, sans-serif;
}

.zh_CN,
.zh_CN select {
    font-family: -apple-system, BlinkMacSystemFont, 'Microsoft YaHei', SimSun, Dotum, sans-serif;
}

.zh_TW,
.zh_TW select {
    font-family: -apple-system, BlinkMacSystemFont, 'Microsoft JhengHei', SimSun, Dotum, sans-serif;
}

.en_US,
.en_US select {
    font-family: -apple-system, BlinkMacSystemFont, Helvetica, Arial, Dotum, sans-serif;
}

.blind {
    position: absolute;
    overflow: hidden;
    width: 1px;
    height: 1px;
    margin: -1px;
    clip: rect(0, 0, 0, 0);
}

html,
body {
    height: 100%;
}

.lw_error_wrap {
    position: relative;
    height: 100%;
    text-align: center;
    white-space: nowrap;
}

.lw_error_wrap:before {
    content: '';
    display: inline-block;
    height: 100%;
    margin-right: -4px;
    vertical-align: middle;
}

.lw_error_wrap .lw_error_cont {
    display: inline-block;
    vertical-align: middle;
    white-space: normal;
}

.lw_error_wrap .lw_error_cont:before {
    content: '';
    display: inline-block;
    width: 36px;
    height: 36px;
    background: url('https://ssl.pstatic.net/static/pwe/wm/common/lw_ico_error.svg') 0 0 no-repeat;
    vertical-align: top;
}

.lw_error_wrap .lw_error_cont .tit {
    margin-top: 27px;
    font-size: 20px;
    font-weight: normal;
    line-height: 24px;
    color: #222;
}

.lw_error_wrap .lw_error_cont .desc {
    margin-top: 13px;
    font-size: 14px;
    line-height: 20px;
    color: #767676;
}

.lw_error_wrap .lw_error_cont .btn_back {
    display: inline-block;
    min-width: 110px;
    height: 32px;
    margin-top: 40px;
    padding: 5px 15px;
    border: 1px solid #c5c5c6;
    border-radius: 2px;
    font-size: 14px;
    line-height: 20px;
    color: #222;
    box-sizing: border-box;
    text-decoration: none;
}

.lw_error_wrap .lw_error_cont .cs {
    margin-top: 21px;
    padding-top: 12px;
    border-top: 1px solid #e8e8e9;
    font-size: 12px;
    line-height: 18px;
    color: #767676;
}

.lw_error_wrap .lw_error_cont .cs .link {
    color: #345ccd;
}
