@charset "utf-8";
/* CSS Document */

article.col_12 {
    width: 94%;
    margin: 30px 3%;
}

dt.float_l {
    float: none !important;
}

@media only screen and (min-width: 600px) and (max-width: 768px) {
    dt.float_l {
        float: left !important;
    }
}

/* */
.apply_title {
    float: left;
    width: 91%;
    height: 100%;
    margin-bottom: 20px;
    border: 1px solid #ddd;
    padding: 7px 13px;
    border-radius: 30px;
    font-size: 16px;
    cursor: pointer;
}

.apply_title:hover {
    background: #f5f5f5;
}

.apply_title:hover i {
    color: #005fca
}

.apply_title.active {
    background: #005fca;
    color: #fff;
    border: 1px solid #005fca;
}

.apply_title.active h4, .apply_title.active i {
    color: #fff !important;
}

.apply_title h4 {
    display: inline-block;
    margin-bottom: 0;
    margin-left: 3px;
}

/* */
.apply_form .table_th {
    width: 55px;
    background: #f5f5f5;
    padding: 7px;
    word-wrap: break-word;
    word-break: break-all;
}

.apply_form .table_td {
    width: auto;
    padding: 7px;
    word-wrap: break-word;
}

.apply_form input[size="30"], .apply_form input[size="50"], .apply_form input[size="83"] {
    width: 95%;
}

/* 신청과정 */
.apply_process {
    width: 100%;
    margin: 15px auto;
    text-align: center;
}

.apply_process li {
    display: none;
}

.apply_process li.color_blue {
    display: inline-block;
    border: 2px solid #005fca;
    color: #000 !important;
    margin-right: 0;
    padding: 5px;
    width: 70%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    vertical-align: middle;
    border-radius: 20px;
    font-size: 14px;
}

.apply_process li i {
    vertical-align: middle;
    text-align: center;
    display: inline;
    margin-right: 10px;
}

.apply_process li i.fa-3x {
    font-size: 30px;
}

.apply_process li:before {
    display: none;
}

.apply_process li:first-child:before {
    content: '';
}

/*결제예정창*/
aside:not(#topmenu-specialproduct-ns410) {
    position: relative;
    margin-left: 0;
    float: left;
    width: 94%;
    background: #fff;
    border: 1px solid #ddd;
    box-shadow: none;
    border-radius: 0;
    padding-bottom: 20px;
    margin-top: 10px;
    font-size: 14px;
}

.aside_in {
    width: 95%;
    margin: 20px auto;
}

.aside_in dt {
    margin-top: 10px;
}

.aside_in dd {
    font-size: 12px;
    padding-left: 10px;
    line-height: 18px;
}

.aside_in dd span, .aside_in dt span {
    font-size: 12px;
    padding-right: 10px;
}

dt.color_bl, dd.color_bl {
    font-size: 13px;
    background: #f5f5f5;
    margin: 5px 0;
    padding-left: 15px;
}

aside h4 {
    text-align: center;
    padding-bottom: 5px;
    border-bottom: 1px solid #000;
}

aside .btn_next {
    clear: both !important;
    background: #005fca;
    width: 60%;
    color: #fff;
    line-height: 36px;
    margin-left: 20%;
    font-size: 14px;
    float: left;
}

aside .btn_apply {
    clear: both !important;
    float: left;
    background: #ff2d04;
    width: 60%;
    color: #fff;
    line-height: 36px;
    margin-left: 20%;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 14px;
}

.est_print {
    display: none;
}

/*
.est_print { position:absolute; text-align: center; line-height: 26px; background:none; height: 26px; color: #fff; font-size: 13px; margin-top: 50px; }
.est_print a { color: #fff; padding: 10px 30px; background: #333; border-radius:4px; }
*/
.sum_total {
    margin: 10px 3px;
}

.sum_total b {
    font-size: 20px;
    letter-spacing: -1px;
    margin-right: 2px;
    color: #ff2d04
}

/* 도메인 신청 */
.domain_date > .table_th {
    width: 60%;
    padding: 5px 0;
    text-align: center;
}

.domain_date > li.table_th:first-child, .domain_date > li.table_td:first-child {
    border-right: 1px solid #ddd;
    width: 40% !important;
}

/* 170323 common.css와 겹치기때문에 width에 !important 추가 */
.domain_date > .table_td {
    width: 60%;
    padding: 5px 0;
    text-align: center;
}

.domain_date button {
    float: right;
    margin-right: 3px;
    margin-top: 3px;
}

/* idc */
.idc_option select {
    margin-right: 5px
}

.idc_license dt {
    float: left;
    width: 100%;
    margin-bottom: 3px;
}

.idc_license dd {
    float: left;
    width: 100%;
    margin-bottom: 3px;
}

.table_td textarea {
    width: 95%;
}

.img_domain dt {
    float: left;
    width: 30%;
    margin-bottom: 3px;
}

.img_domain dd {
    float: left;
    width: 70%;
    margin-bottom: 3px;
}

.img_domain dd input {
    margin-bottom: 4px;
    width: 200px;
}

.img_domain dd input:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 369px) {
    .payment_prev_btn {
        background: #8C8C8C;
        padding: 5px 30px;
        font-size: 16px;
        color: #fff;
        line-height: 30px;
    }

    .payment_next_btn {
        background: #6e2cc3;
        padding: 5px 30px;
        font-size: 16px;
        color: #fff;
        line-height: 30px;
    }
}

@media only screen and (min-width: 370px) {
    .payment_prev_btn {
        background: #8C8C8C;
        padding: 5px 50px;
        font-size: 16px;
        color: #fff;
        line-height: 30px;
    }

    .payment_next_btn {
        background: #6e2cc3;
        padding: 5px 50px;
        font-size: 16px;
        color: #fff;
        line-height: 30px;
    }
}

/*0322*/
select {
    min-width: 114px
}

/*0325*/
.payment_sidebox_btn { /*width:16px; height:50px; background-color:#5D5D5D; color:#fff; border-radius:6px 0 0 6px;*/
    cursor: pointer;
}

/* 170325 앞부분 주석 */
.payment_sidebox_btn p {
    position: absolute;
    top: 15px;
    left: 0;
}

/* 170325 left:2px -> 0px */
@media only screen and (min-width: 320px) and (max-width: 370px) {
    .payment_sidebox_btn p {
        position: absolute;
        top: 15px;
        left: 0;
    }

    /* 170325 left:2px -> 0px */
}

@media only screen and (min-width: 371px) and (max-width: 400px) {
    .payment_sidebox_btn p {
        position: absolute;
        top: 15px;
        left: 0;
    }

    /* 170325 left:2px -> 0px */
}

@media only screen and (min-width: 401px) and (max-width: 450px) {
    .payment_sidebox_btn p {
        position: absolute;
        top: 15px;
        left: 0;
    }

    /* 170325 left:2px -> 0px */
}

@media only screen and (min-width: 451px) and (max-width: 500px) {
    .payment_sidebox_btn p {
        position: absolute;
        top: 15px;
        left: -1px;
    }

    /* 170325 left:2px -> 0px */
}

@media only screen and (min-width: 501px) and (max-width: 600px) {
    .payment_sidebox_btn p {
        position: absolute;
        top: 15px;
        left: -5px;
    }

    /* 170325 left:2px -> 0px */
}

@media only screen and (min-width: 601px) and (max-width: 700px) {
    .payment_sidebox_btn p {
        position: absolute;
        top: 15px;
        left: -8px;
    }

    /* 170325 left:2px -> 0px */
}

@media only screen and (min-width: 701px) and (max-width: 768px) {
    .payment_sidebox_btn p {
        position: absolute;
        top: 15px;
        left: -10px;
    }

    /* 170325 left:2px -> 0px */
}

@media only screen and (min-width: 769px) and (max-width: 784px) {
    .payment_sidebox_btn p {
        position: absolute;
        top: 15px;
        left: -15px;
    }
}


#period_radio label {display:block}

