@charset "UTF-8";


.row {
    margin-left: 0;
    margin-right: 0;
}

/* ------------------------------- */


#section {
    position: relative;
    padding-bottom: 90px;
}

#section .container {
    width: 960px;
    margin-left: auto;
    margin-right: auto;
}


/* 프로그레스바 */

.progress {
    width: 600px;
    height: 10px;
    margin: 60px auto;
    background-color: #f6f7f7;
}

.progress-bar {
    width: 25%;
    background-color: #1976de;
}


/* ------------------------------- */


/* content 공통요소 */

select::-ms-expand {
    display: none;
}

select {
    font-family: inherit; /* 폰트 상속 */
    background: url(../../../../images/base/icons/arrow_bottom.png) no-repeat 95% 50%; /* 네이티브 화살표 대체 */
    /* iOS 둥근모서리 제거 */
    -webkit-appearance: none; /* 네이티브 외형 감추기 */
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    background-color: #fff;
    width: 160px;
    font-size: 16px;
    height: 34px;
    border: 1px solid #e2e2e2;
    padding-left: 15px;
    border-radius: 2px;
    color: #4d4d4d;
}

select > option {
    color: #4d4d4d;
}

select > option:disabled {
    color: #bdc4c4;
}

.content {
    padding-bottom: 100px;
}

.content h4 {
    margin: 60px 0;
}

.content h6 {
    margin-top: 60px;
    margin-bottom: 30px;
}


/* ------------------------------- */


/* content nth-first */

.service-choice-box {
    width: 500px;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #e2e2e2;
    border-radius: 2px;
}

.service-choice-box ul {
    margin-bottom: 0;
}

.service-choice-box label {
    display: block;
    border-bottom: 1px solid #e2e2e2;
    font-size: 16px;
    height: 48px;
    color: #7c7c7c;
    line-height: 46px;
    margin: 0;
    font-weight: 300;
}

.service-choice-box input {
    margin: 0;
    margin-left: 25px;
    margin-right: 15px;
}

.nth-first > hr {
    border-color: #e2e2e2;
    margin-top: 100px;
    margin-bottom: 0;
}

.box_2 > h2 {
    font-size: 28px;
    color: #4d4d4d;
    margin-top: 100px;
    margin-bottom: 10px;
}

.box_2 {
    text-align: center;
}

.box_2 > .row {
    margin-top: 60px;
    margin-bottom: 50px;
}

.box_2 .col-xs-4 > p:nth-child(2) {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 18px;
    color: #4d4d4d;
}

.box_2 .col-xs-4 > p:nth-child(3) {
    font-size: 16px;
    color: #4d4d4d;
    margin-bottom: 50px;
}


/* ------------------------------- */


/* content nth-second */


.content.nth-second {
    padding-left: 215px;
    padding-right: 215px;
}

#show-address {
    display: inline-block;
    width: 84%;
    padding: 6px 12px;
    height: 34px;
    border: 1px solid #e2e2e2;
    background-color: #eee;
    border-radius: 2px;
}

#address-search {
    width: 15%;
    padding: 6px 0;
}

.address-show {
    margin-top: 20px;
}

.address-show > label {
    margin: 0 10px;
    font-weight: 300;
}

.address-show > label > input {
    margin-right: 10px;
}

/* 주소, 지도 */
* {
    box-sizing: inherit;
}

.btn {
    padding: 0;
    border: none;
}

#wrap {
    box-sizing: content-box;
}

.map_wrap {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 350px;
    box-sizing: content-box;
}

.radius_border {
    border: 1px solid #919191;
    border-radius: 5px;
}

.custom_typecontrol {
    position: absolute;
    top: 10px;
    right: 10px;
    overflow: hidden;
    width: 130px;
    height: 30px;
    margin: 0;
    padding: 0;
    z-index: 1;
    font-size: 12px;
    font-family: 'Malgun Gothic', '맑은 고딕', sans-serif;
}

.custom_typecontrol span {
    display: block;
    width: 65px;
    height: 30px;
    float: left;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
}

.custom_typecontrol .btn {
    background: #fff;
    background: linear-gradient(#fff, #e6e6e6);
}

.custom_typecontrol .btn:hover {
    background: #f5f5f5;
    background: linear-gradient(#f5f5f5, #e3e3e3);
}

.custom_typecontrol .btn:active {
    background: #e6e6e6;
    background: linear-gradient(#e6e6e6, #fff);
}

.custom_typecontrol .selected_btn {
    color: #fff;
    background: #425470;
    background: linear-gradient(#425470, #5b6d8a);
}

.custom_typecontrol .selected_btn:hover {
    color: #fff;
}

.custom_zoomcontrol {
    position: absolute;
    top: 50px;
    right: 10px;
    width: 36px;
    height: 80px;
    overflow: hidden;
    z-index: 1;
    background-color: #f5f5f5;
}

.custom_zoomcontrol span {
    display: block;
    width: 36px;
    height: 40px;
    text-align: center;
    cursor: pointer;
}

.custom_zoomcontrol span img {
    width: 15px;
    height: 15px;
    padding: 12px 0;
    border: none;
}

.custom_zoomcontrol span:first-child {
    border-bottom: 1px solid #bfbfbf;
}


/* ------------------------------- */


/* content nth-third */

.content.nth-third {
    padding-left: 215px;
    padding-right: 215px;
}

.travel-choice-box {
    width: 450px;
    border: 1px solid #e2e2e2;
    border-radius: 2px;
    margin-bottom: 60px;
}

.travel-choice-box ul {
    margin-bottom: 0;
}

.travel-choice-box label {
    display: block;
    height: 40px;
    color: #7c7c7c;
    margin: 0;
    font-size: 16px;
    line-height: 39px;
    font-weight: 300;
}

.travel-choice-box input {
    margin: 0;
    margin-left: 25px;
    margin-right: 15px;
}

.movable-distance h6 {
    display: inline-block;
    margin-top: 0;
}

.movable-distance select {
    float: right;
    margin-bottom: 30px;
}

/* ------------------------------- */


/* content nth-fourth */


.content.nth-fourth {
    padding-left: 215px;
    padding-right: 215px;
}

.content.nth-fourth p {
    font-size: 14px;
    color: #b0b0b0;
    margin-top: 30px;
}

.content.nth-fourth p a {
    color: #b0b0b0;
    text-decoration: underline;
}

.content.nth-fourth h6 {
    position: relative;
}

.content.nth-fourth h6 img {
    margin-left: 10px;
    margin-top: -5px;
}

.content.nth-fourth h6 span {
    position: absolute;
    background: url(../../../../images/entities/partners/registration/message_bar.png) no-repeat;
    display: none;
    font-size: 14px;
    color: #fff;
    padding: 5px 10px 5px 20px;
    top: -3px;
    left: 90px;
}

.content.nth-fourth h6 span.nth-second {
    left: 58px;
}


/* ------------------------------- */


/* 하단 step-nav 영역 */

#section .container-fluid {
    height: 90px;
    position: absolute;
    bottom: 0;
    width: 100%;
}

a.prev-btn {
    display: inline-block;
    font-size: 18px;
    color: #4d4d4d;
    margin-top: 32px;
}

.prev-btn i {
    font-size: 20px;
    margin-right: 10px;
}

.step-nav button {
    width: 95px;
    height: 50px;
    font-size: 18px;
    margin-top: 20px;
    float: right;
}

#next-btn.form-control:focus {
    border-color: #1976de;
    box-shadow: none;
}


/* ------------------------------- */


/* 모바일 기기에서 */
@media (max-width: 768px) {


    #section .container {
        width: 100%;
    }

    .progress {
        width: 100%;
    }

    .content {
        padding-bottom: 50px;
    }


    .service-choice-box {
        width: 100%;
    }

    .content.nth-second, .content.nth-third, .content.nth-fourth {
        padding-left: 0;
        padding-right: 0;
    }

    .address-show {
        margin-bottom: 100px;
    }

    .address-select select {
        margin-right: 0;
    }

    .address-select select:last-child {
        float: right;
    }

    .travel-choice-box {
        width: 100%;
    }

    .travel-choice-box label {
        overflow: hidden;
        font-size: 14px;
    }

    #show-address {
        width: 100%;
    }

    #address-search {
        width: 100%;
        float: none;
        margin-top: 10px;
    }

    .content.nth-fourth h6 span {
        font-size: 12px;
    }

    .map_wrap {
        height: 250px;
    }

    .box_2 .col-xs-4 {
        width: 100%;
    }

    .box_2 > .row {
        margin-bottom: 50px;
    }

}
