.main-container {
    position: relative;
    display: block;
    margin-top: 80px;
}

.regist-top {
    background-image: url('https://media.travelc2b.com/asset/images/partner/regist/partner_application_top_banner.jpg');
    background-size: 110% 200%;
    width: 100%;
    height: 275px;
    margin-bottom: 50px;
}

.regist-top-title {
    display: block;
    font-size: 41px;
    color: #fff;
    font-weight: 500;
    text-align: center;
    padding-top: 110px;
}

.regist-menual {
    width: 1170px;
    margin: 0 auto;
    padding: 23px 27px;
    background-color: #f7f7f7;
}

.regist-menual-items {
    line-height: 1.8;
    color: #666;
    font-size: 15px;
}

.regist-form {
    width: 1170px;
    margin: 50px auto 0 auto;
}

.regist-section {
    width: 100%;
    margin-bottom: 50px;
}

.regist-section:last-child {
    margin-bottom: 0;
}

.regist-section-title {
    display: block;
    font-size: 22px;
    font-weight: 500;
    color: #454545;
}

.regist-input-section {
    margin-top: 20px;
    padding: 20px;
    border: 1px solid #eee;
}

.regist-input-box {
    width: 100%;
    margin: 30px 0;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.regist-label-box {
    width: 220px;
    margin-right: 30px;
}

.regist-label-box>label {
    font-size: 16px;
    color: rgba(4, 163, 255, 0.7);
}

.regist-input-value {
    height: 40px;
    padding: 0 15px;
    line-height: 14px;
    border: 1px solid #eee;
    background: none;
    border-radius: 6px;
    width: calc(100% - 250px);
    outline: 0;
}

.regist-input-value:focus {
    transition: 0.2s;
    border: 1px solid rgba(4, 163, 255, 0.7);
}

.regist-input-value::placeholder {
    color: rgb(187, 187, 187);
}

.regist-input-value-textarea {
    height: 150px;
    resize: none;
    padding: 15px;
}

.profile-container {

}

.partner-profile-image {
    width: 150px;
    height: 150px;
    border-radius: 50%;
}

.filebox {
    margin-top: 20px;
    display: flex;
}

.filebox.margin-0 {
    margin-top: 0;
}

.filebox>input[type=file] {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.filebox>input.upload-name {
    padding: 7px 10px;
    width: 150px;
    background-color: #f5f5f5;
    border: 1px solid #ebebeb;
}

.filebox>label {
    display: block;
    padding: 7px 10px;
    color: #fff;
    background-color: rgba(4, 163, 255, 0.7);
    cursor: pointer;
    border: none;
    cursor: pointer;
    margin-left: 10px;
}

.checkbox-container {
    width: calc(100% - 250px);
    display: flex;
    flex-wrap: wrap;
}

.checkbox-box {
    position: relative;
    width: 200px;
    margin-right: 20px;
    margin-bottom: 20px;
}

.checkbox-box input[type="checkbox"] {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.checkbox-box input[type="checkbox"]+label {
    display: inline-block;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    padding-left: 30px;
}

.checkbox-box input[type="checkbox"]+label:before {
    content: ' ';
    display: inline-block;
    width: 21px;
    height: 21px;
    line-height: 21px;
    margin: -2px 8px 0 0;
    text-align: center;
    vertical-align: middle;
    background: #fafafa;
    border: 1px solid #cacece;
    border-radius: 3px;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 0;
    opacity: .6;
    box-shadow: none;
    border-color: #6cc0e5;
    -webkit-transition: all .12s, border-color .08s;
    transition: all .12s, border-color .08s;
}

.checkbox-box input[type="checkbox"]+label:active:before, .checkbox-box input[type="checkbox"]:checked+label:active:before {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px 1px 3px rgba(0, 0, 0, 0.1);
}

.checkbox-box input[type="checkbox"]:checked+label:before {
    position: absolute;
    content: "";
    width: 10px;
    top: -5px;
    left: 5px;
    border-radius: 0;
    opacity: 1;
    background: transparent;
    border-color: transparent #6cc0e5 #6cc0e5 transparent;
    border-top-color: transparent;
    border-left-color: transparent;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.regist-finish-button-box {
    width: 1170px;
    margin: 50px auto 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.regist-finish-button-item {
    padding: 7px 16px;
    border: 1px solid rgba(4, 163, 255, 0.7);
    border-radius: 4px;
    color: rgba(4, 163, 255, 0.7);
    background: none;
    font-size: 19px;
    margin-right: 10px;
    outline: 0;
    cursor: pointer;
}

.regist-finish-button-item:last-child {
    margin-right: 0;
}

.regist-finish-button-item:hover {
    transition: 0.2s;
    background-color: rgba(4, 163, 255, 0.7);
    color: #fff;
}

.alert-overlay {
    display: flex;
    display: -webkit-flex;
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 500;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.alert-container {
    position: relative;
    width: 500px;
    background: #fff;
    text-align: center;
    padding: 15px;
}

.alert-title {
    margin-top: 20px;
    font-size: 1.3em;
    font-weight: 500;
    color: #333;
    word-break: keep-all;
}

.alert-content {
    margin-top: 20px;
    font-size: 1em;
    color: #666;
    word-break: keep-all;
}

.alert-submit {
    border: 1px solid rgba(4, 163, 255, 0.7);
    color: rgba(4, 163, 255, 0.7);
    padding: 7px 12px;
    background: none;
    width: 100px;
    margin: 20px auto;
    cursor: pointer;
    outline: 0;
    font-size: 1em;
}

.alert-submit:hover {
    transition: 0.2s;
    background-color: rgba(4, 163, 255, 0.7);
    color: #fff;
}



@media (max-width: 768px) {
    .main-container {
        margin-top: 50px;
    }
    
    .regist-top {
        background-size: 110% 200%;
        height: 180px;
        margin-bottom: 20px;
    }
    
    .regist-top-title {
        font-size: 33px;
        padding-top: 70px;
    }
    
    .regist-menual {
        width: calc(100% - 40px);
        margin: 0 20px;
        padding: 15px 20px;
    }
    
    .regist-menual-items {
        font-size: 14px;
    }
    
    .regist-form {
        width: 100%;
        padding: 0 20px;
    }
    
    .regist-section-title {
        font-size: 20px;
    }
    
    .regist-input-section {
        margin-top: 20px;
        padding: 15px;
    }
    
    .regist-input-box {
        margin: 20px 0;
        display: block;
        flex-wrap: unset;
        align-items: unset;
    }
    
    .regist-label-box {
        width: 100%;
        margin-right: 0;
    }
    
    .regist-label-box>label {
        font-size: 14px;
    }
    
    .regist-input-value {
        margin-top: 7px;
        width: 100%;
    }
    
    .partner-profile-image {
        width: 100px;
        height: 100px;
        margin-top: 20px;
    }
    
    .filebox.margin-0 {
        margin-top: 20px;
    }
    
    .checkbox-container {
        width: 100%;
        margin: 20px 0 40px 0;
        display: block;
        flex-wrap: unset;
    }
    
    .checkbox-box {
        width: 100%;
        margin-right: 0;
    }

    .checkbox-box input[type="checkbox"]+label {
        font-size: 15px;
    }
    
    .checkbox-box input[type="checkbox"]+label:before {
        width: 15px;
        height: 15px;
        line-height: 15px;
    }
    
    .checkbox-box input[type="checkbox"]:checked+label:before {
        width: 7px;
        top: -3px;
        left: 7px;
    }

    .document-box {
        margin: 30px 0;
    }
    
    .regist-finish-button-box {
        width: 100%;
        margin: 0 auto 50px auto;
    }
    
    .regist-finish-button-item {
        font-size: 14px;
    }
}


@media (max-width: 499px) {
    .regist-top {
        background-size: 110% 200%;
        height: 110px;
        margin-bottom: 20px;
    }
    
    .regist-top-title {
        font-size: 19px;
        font-weight: 900;
        padding-top: 45px;
    }
    
    .regist-menual {
        width: calc(100% - 40px);
        margin: 0 20px;
        padding: 12px 17px;
    }

    .regist-menual-items {
        margin-bottom: 15px;
    }

    .regist-menual-items:last-child {
        margin-bottom: 0;
    }

    .regist-section-title {
        font-size: 18px;
    }

    .regist-label-box>label {
        font-size: 13px;
    }

    .filebox>label {
        font-size: 14px;
    }

    .checkbox-box input[type="checkbox"]+label {
        font-size: 14px;
    }

    .regist-finish-button-item {
        font-size: 13px;
    }
}