body.main {
    overflow: hidden;
    width: 650px;
    height: 800px;
    margin: 0px auto;
}

.header .top_logo  {
    float: left;
    margin: 24px 0 0 24px;
}

.header .top_logo .with_logo {
    width: 138px;
    height: 27px;
}

.header .top_locale  {
    float: right;
    margin: 24px 24px 0 0;
}

.header .top_locale .sel_locale {
    width: 138px;
    height: 38px;
    vertical-align: middle;
    text-align-last: left;
    margin-top: 0px;
}

.title {

}

.title .content_title {
    font-size: 36px;
    font-stretch: normal;
    clear: both;
    text-align: center;
    padding-top: 48px;
}

.title .content_subtitle {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    margin-top: 12px;
    text-align: center;
    color: #666666;
}

.content {
    width: 100%;
    height: 530px;
}

.content .select_enrollment {
    width: 376px;
    height: 139px;
    margin: 42px auto;
    border-radius: 6px;
    border: solid 2px #005386;
    background-color: #ffffff;
    clear: both;
    display: flex;
    cursor: pointer;
}

.content .select_enrollment .cert_icon{
    width: 57px;
    height: 57px;
    margin: 36px 0px 41px 36px;
}

.content .select_enrollment .cert_lb_box{
    /*display: inline-block;*/
    float: right;
    width: 230px;
    margin: 36px 11px 41px 36px;
}

.content .select_enrollment .cert_lb_box .cert_lb_title{
    font-size: 24px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    color: #333333;
    margin-bottom: 11px;
}

.content .select_enrollment .cert_lb_box .cert_lb_msg{
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #666666;
}

.content .select_common {
    width: 420px;
    height: 46px;
    margin: 12px 91px 0px 115px;
}

.content .input_text {
    width: 420px;
    height: 46px;
    margin: 12px 91px 0px 115px;
}

.footer {
    /*display: flex;*/
    width: 310px;
    margin: 0 auto;
}

.footer .posco_copy {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: #333333;
    float: left;
}

.footer .posco_logo {
    width: 74px;
    height: 20px;
    float: right;
    margin-top: 3px;
}


.margin_top_30 {
    margin-top: 30px;
}

body, input.common, select.common, textarea.common {
    background-color: #ffffff;
    font-family: NotoSansKR;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #202541;
}

.content .button_area {
    margin-top: 24px;
}

.content .button_area .confirm {
    width: 420px;
    height: 46px;
    margin: 12px 91px 0px 115px;
    border-radius: 6px;
    border: solid 1px #005386;
    background-color: #005386;
    font-size: 18px;
    font-weight: 500;
    color: #ffffff;
    cursor: pointer;
}

.content .success_img {
    width: 196px;
    height: 196px;
    margin: 0px 227px;
}

.content .cert_info {
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: center;
    color: #005386;
}

.progress_loading
{
    position: absolute;
    left: 50%;
    top: 50%;
    /*background: #ffffff;*/
}

input.common, select.common, textarea.common {
    padding: 0 15px;
    font-size: 16px;
    box-sizing: border-box;
    margin-top: 10px;
    width: 100%;
    height: 50px;
    border-radius: 10px;
    border: solid 1px #dddddd;
    background-color: #ffffff;
}

select {
    line-height: 1.5;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url("../graphics/cDown.png") no-repeat 95%;
}

select.removeArrow {
    background: white;
}

select::-ms-expand {
    display: none;
}

select::-ms-value {
    background: none;
    color: #000;
}