p {
    margin: 0 0 15px;
}
.ex {
    font-size: 16px;
    line-height: 24px;
    margin: 0 0 20px 0;
    text-align: center;
    font-weight: 500;
}

.login h2 {
    color: #fff;
    font-size: 26px;
    line-height: 39px;
    font-weight: 700;
    height: 39px;
    padding: 20px;
    margin: 0 0 50px 0;
    background: url(/common/design/user/img/images_index-add/title-common-bg.png) left top repeat;
    text-align: center;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.login .body{
    max-width: 378px;
    margin: auto;
}

.login .body p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: #000;
    margin-bottom: 5px;
}

.login .login_form,
.login .sns_signup{
    width:100%;
    height:371px;
    padding: 20px;
    border:1px solid #ccc;
    border-radius: 10px;
}

.login .signup{
    width:636px;
    margin: auto;
    padding:20px;
    border: 2px solid #C2172D;
}

.login .signup h3 {
    font-size: 24px;
    line-height: 36px;
    color: #C2172D;
    font-weight: 700;
    text-align: center;
    margin-bottom: 10px;
}

.login .login_form h3,
.login .sns_signup h3 {
    color:#000;
    font-size:24px;
    line-height: 36px;
    font-weight: 700;
    margin: 0 0 10px 0;
    text-align: center;
}

.login .login_form{
    float:left;
}

.login_form input[type="text"],
.login_form input[type="password"]{
    width:100%;
    color:#666;
    padding: 10px;
    margin:0 0 15px 0;
    border-radius: 6px;
    border: 1px solid #E8E8E8;
}

.reminder {
    margin-bottom: 15px !important;
}

.reminder a{
    font-size:14px;
    line-height: 21px;
    padding:0 0 0 15px;
    color: #0084FF;
    background:url(/common/design/user/css/img/arow_blue.svg) no-repeat 0 50%;
}

.login .sbmt{
    width: 100%;
    margin: 15px auto 0;
    position: relative;
}

.login .sbmt svg {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 35%;
}

.login_text {
    width: max-content;
    margin: auto;
}

.login_text label {
    position: relative;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.login_text label:before{
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 2px solid #D6D6D6 ;
    padding: 10px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
}

.login_text input:checked + label:after {
    content: '';
    display: block;
    position: absolute;
    top: 3px;
    left: 8px;
    width: 6px;
    height: 14px;
    border: solid #E61E02;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
}

.sbmt_login{
    width: 100%;
    padding: 12px;
    color: #fff !important;
    font-size: 17px;
    line-height: 25px;
    font-weight: 700;
    background: #363636;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    border-radius: 10px;
    text-align: center;
}

.sbmt_login svg{
    width: 17px;
    height: 17px;
}

.sns_signup{
    float:right;
    background: #F7F7F7;
}

.sns_signup .ex {
    margin-top: 20px;
}

.sns_signup a img {
    width: 20px;
    height: 20px;
}

.login .signup{
    clear:both;
}

.reminder h2{
    color:#fff;
    font-size:112.5%;
    font-weight:normal;
    height:28px;
    padding:12px 10px 0 10px;
    margin:0 0 20px 0;
    background:url(/common/design/user/css/img/title_bg.gif) repeat-x 0 0;
}

.member_regist h2{
    color:#fff;
    font-size:26px;
    height: 30px;
    padding:20px;
    background: url(/common/img/common/bg-title.png);
    text-align: center;
    font-weight: 700;
    background-repeat: no-repeat;
    background-size: contain;
}

.f_policy {
    width: 1040px;
    height: 245px;
    padding: 20px;
    margin: 20px 0 10px 0;
    border: 1px solid #ccc;
}
.clearfix:after {
    content: '';
    display: block;
    clear: both;
    height: 0;
}
.error_message {
    font-size: 12px;
    color: red;
    margin: 15px 0;
}

.btn_login_tw, .btn_login_fb, .btn_login_line, .btn_login_gp {
    padding: 8px 20px;
    color: #000 !important;
    font-weight: 700 !important;
    margin-bottom: 10px !important;
    border: 1px solid #E8E8E8;
    border-radius: 33px;
    background: #fff;
    width: 230px;
    margin: auto;
}

.btn_login_tw a,
.btn_login_fb a,
.btn_login_gp a,
.btn_login_line a{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.btn_login_tw a:hover,
.btn_login_fb a:hover,
.btn_login_line a:hover,
.btn_login_gp a:hover{
    filter:alpha(opacity=90);
    opacity:0.9;
}

.login .signup .body {
    max-width: unset ;
}

.btn_member_full a {
    width: 378px;
    padding: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    border-radius: 10px;
    text-align: center;
    background: #E61E02;
    color: #FFF;
    font-size: 17px;
    line-height: 25px;
    font-weight: 700;
    margin: 10px auto 0;
}

#contents #main {
    padding: 0 4px;
}