@font-face {
    font-family: 'Nanum Gothic',sans-serif;
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/nanum-gothic-v13-korean_latin-700.eot'); 
    src: local('NanumGothic Bold'), local('NanumGothic-Bold'),
         url('../fonts/nanum-gothic-v13-korean_latin-700.eot?#iefix') format('embedded-opentype'), 
         url('../fonts/nanum-gothic-v13-korean_latin-700.woff2') format('woff2'), 
         url('../fonts/nanum-gothic-v13-korean_latin-700.woff') format('woff'), 
         url('../fonts/nanum-gothic-v13-korean_latin-700.ttf') format('truetype'), 
         url('../fonts/nanum-gothic-v13-korean_latin-700.svg#NanumGothic') format('svg');
  }

* {
    margin: 0;
    padding: 0;
}
body {
    font-family: 'Noto Sans KR', sans-serif, 'Nanum Gothic';
    font-size: 13px;
    word-break: keep-all;
    letter-spacing: -0.025em;
}
.login_wwp.wrap_loginsns {
    padding: 40px 0 10px;
    
}
.font01 {
    font-family: 'Nanum Gothic';
    font-size: 14px;
    color: #333;
    font-weight: 600;
    word-break: keep-all;
}
.wrap_loginsns .inner_loginsns {
    width: 320px;
    margin: 0 auto;
}
.wrap_loginsns .row_tfl {
    margin-bottom: 20px;
}
.wrap_loginsns .txt_lbl {
    display: block;
    text-align: left;
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    color: #363636;
}
.wrap_loginsns .row_tfl input {
    width: 100%;
    height: 40px;
    margin: 0;
    border: 1px solid #BBBBBB;
    border-radius: 2px;
    background-color: #fff;
}
input[type="text"], input[type="password"] {
    min-width: 200px;
    height: auto;
    line-height: normal;
    padding: .5em .5em;
    background: #f5f5f5;
    border: 1px solid #dddddd;
    box-sizing: border-box;
}

.log_bt {
    background-color: #1591dc;
    color: #fff;
    width: 200px;
    height: 65px;
    line-height: 65px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    vertical-align: middle;
}
.wrap_loginsns .log_bt {
    width: 100%;
    background: #002D84;
    height: 40px;
    font-size: 16px;
    line-height: 40px;
    border-radius: 2px;
    font-weight: 500;
}
.wrap_loginsns .list_sublink {
    margin-top: 24px;
    display: flex;
    justify-content: center;
    padding: 0px;
}
ol, ul {
    list-style: none;
}
.wrap_loginsns .list_sublink a {
    display: block;
    font-size: 14px;
    color: #363636;
    font-weight: 500;
}

.wrap_loginsns .list_sublink li + li {
    position: relative;
    margin-left: 36px;
}
.wrap_loginsns .list_sublink li + li:before {
    position: absolute;
    content: '';
    left: -18px;
    top: 2px;
    width: 1px;
    height: 12px;
    background-color: #bbb;
}
a {
    outline: 0;
    text-decoration: none;
    color: #333;
}

.sub_tit {
    height: 34px;
    border-bottom: 1px solid #e3e3e3;
    font-family: 'Nanum Gothic';
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 20px;
}

.c_tit {
    padding-bottom: 10px;
    font-size: 16px;
}
.font_sm02 {
    font-family: 'Nanum Gothic';
    font-size: 12px;
    color: #333;
    word-break: keep-all;
    display: block;
    margin-bottom: 2%;
}
input, select {
    vertical-align: middle;
}
.j_fom_tit {
    padding: 10px;
    text-align: center;
    background: #cdcdcd;
    font-size: 12px;
    word-break: keep-all;
    font-weight: 600;
}
.j_fom_tit2 {
    padding: 10px;
    text-align: center;
    background: #e6e6e6;
    font-size: 12px;
    word-break: keep-all;
    line-height: 149%;
}
.tab_bt2 {
    background-color: #005bab;
    color: #fff;
    width: 130px;
    padding: 12px 6px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 15px;
    font-weight: bold;
    cursor: pointer;
    vertical-align: middle;
    border-radius: 2px;
}
.tab_bt3 {
    background-color: #1591dc;
    color: #fff;
    width: 130px;
    padding: 12px 6px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    vertical-align: middle;
    border-radius: 2px;
}