.login-parent-box {
    margin-top: 20px;
}
.login-parent-box .container {
    max-width: 1230px;
}
.login-en h2 , .login .signup-en  h3{
    text-indent: unset;
    background: transparent;
    font-weight: 900;
    font-size: 30px;
    line-height: 120%;
    color: var(--main-red);
    position: relative;
    display: flex;
    flex-direction: column;
    height: unset;
    align-items: center;
    padding: 0;
}
@media (min-width: 992px) {
    .login-en h2 , .login .signup-en  h3 {
        flex-direction: row;
    }
}
.login .signup-en  h3 {
    margin-bottom: 25px;
}
.login-en h2::after , .login .signup-en h3::after  {
    content: '';
    display: block;
    width: 84px;
    height: 4px;
    border-radius: 2px 0;
    margin-top: 15px;
    background: var(--main-black);
}
@media (min-width: 992px) {
    .login-en h2::after , .login .signup-en h3::after {
        margin-top: 0;
        margin-left: 15px;
    }
}
.container-head {
    max-width: 1230px !important;
    padding: 0 15px !important;
    margin: 0 auto;
}
.login .login_form , .login .sns_signup {
    width: 100%;
    border: none;
    height: unset;
}
@media (min-width: 992px) {
    .login .login_form , .login .sns_signup {
        width: 50%;
        padding: 0 30px;
    }
}
.login .login_form {
    position: relative;
}
.login .login_form-en:after {
    content: '';
    position: absolute;
    height: 100%;
    right: 0;
    top: 0;
    width: 2px;
    background: var(--grayscale-50);
}
.login_form-en table td {
    display: flex;
    width: 100%;
    justify-content: end;
}
.login .login_form-en h3 , .login .sns_signup-en h3 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    color: #606170;
    background: unset;
    padding: 0;
    border-left: none;
    margin: 0;
}
@media (min-width: 992px) {
    .login .login_form-en h3 , .login .sns_signup-en h3{
        font-size: 20px;
        line-height: 28px;
        margin:  0 0 25px 0;
    }
}
.login .signup-en {
    width: 100%;
    border: none;
}
.login-parent-box .f_policy {
    width: 100%;
}
.content-bg #topicpath ul {
    width: 100%;
    max-width: 1230px;
    padding: 20px 15px;
    display: flex;
    align-items: center;
}
.content-bg {
    background-color: #E50002;
}
.content-bg #topicpath ul li {
    background: unset;
    padding: 0;
}
.content-bg #topicpath ul li a {
    color: #ffff;
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    display: flex;
    align-items: center;
    margin-bottom: 3px;
}
@media (min-width: 992px) {
    .content-bg #topicpath ul li a {
        font-size: 16px;
        line-height: 24px;
        white-space: nowrap;
    }
}
.content-bg #topicpath ul li a:after {
    content: '';
    background: url(/common/global_english/images/market-detail-icon-19.png) no-repeat;
    background-size: 100% 100%;
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 0 5px;
}
.content-bg #topicpath ul li:last-child a:after {
    display: none;
}
@media (min-width: 992px) {
    .content-bg #topicpath ul li a:after {
        margin: 0 10px;
        width: 15px;
        height: 15px;
    }
}
.login-en .signup-en .ex {
    font-size: 14px;
    line-height: 21px;
}
@media (min-width: 992px) {
    .login-en .signup-en .ex {
        font-size: 16px;
        line-height: 24px;
        width: 50%;
    }
}
.login_form-en table tr {
    margin-bottom: 20px;
    align-items: center;
}
.login_form-en table tr:last-child {
    margin-bottom: 0;
}
.login_form-en table th {
    font-size: 14px;
    line-height: 20px;
    padding: 0;
    margin-bottom: 10px;
    color: var(--grayscale-125);
}
.login_form-en table  td {
    padding: 0;
}
.login_form-en table .d-flex {
    display: flex;
}
.login_form-en table .flex-column {
    flex-direction: column;
}
@media (min-width: 992px) {
    .login_form-en table th {
        font-size: 16px;
        line-height: 24px;
        text-align: left;
    }
}
.login_form-en input[type="text"] , .login_form input[type="password"]{
    padding: 15px 25px;
    background: var(--main-white);
    border: 1px solid var(--grayscale-50);
    border-radius: 100px;
    height: 54px;
    width: 85%;
}
.left-right-flex {
    display: flex;
    justify-content: space-between;
}
.sbmt-en {
    margin-top: 10px;
    text-align: center;
}
.sbmt-en .sbmt_login-en {
    background-color: var(--main-black);
    color: var(--main-white );
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    border-radius: 100px;
    padding: 8px 30px;
    min-width: 150px;
    cursor: pointer;
}
@media (min-width: 992px) {
    .sbmt-en .sbmt_login-en {
        width: 40%;
    }
}
.login_form-en .login_text label{
    display: flex;
}
.login_form-en .login_text input {
    margin-right: 5px;
}
.btn-icon-search .sbmt_search:after {
    content: '';
    display: inline-block;
    background: url("/common/global_english/images/search-normal-fff.svg") no-repeat;
    background-size: 100% 100%;
    width: 40px;
    height: 40px;
}
@media (min-width: 992px) {
    .login-parent-box {
        margin-bottom: 100px;
    }
}
.login-en .ex {
    font-size: 14px;
    line-height: 20px;
    color: var(--grayscale-125);
}
@media (min-width: 992px) {
    .login-en .ex {
        font-size: 16px;
        line-height: 24px;
        margin:  0 0 30px 0;
    }
}
/*sp*/
.login_form-en dd input[type="text"] , .login_form-en dd input[type="password"] {
    padding: 15px 25px;
    background: var(--main-white);
    border: 1px solid var(--grayscale-50);
    border-radius: 100px;
    height: 54px;
}
.login .btn-en a {
    border-radius: 100px;
}
.sns_signup-en .btn_login_tw, .sns_signup-en .btn_login_fb, .sns_signup-en .btn_login_line, .sns_signup-en .btn_login_gp {
    width: 100%;
}
.signup-en .btn_member_full a {
    width: 42%;
    display: inline-block;
}
