/* 공통 */
:root{
    --font40: 40px;
    --font22: 22px;    
    --font20: 20px;    
    --font18: 18px;
    --font16: 16px;    
}
.w-1920{
    width: 100%;
    max-width: 1920px;
    margin:0 auto;    
}
.w-1280{
    width: 100%;
    max-width: 1280px;
    margin:0 auto;    
}
input[type=checkbox] {
    display:none;
}
input[type="checkbox"] + .spanover {
    position:relative;
}
input[type="checkbox"] + .spanover:before {
    display: block;
    box-sizing: border-box;
    border:1px solid #cfcfcf;
    content:'';
    position:relative;
    width:35px; 
    height: 35px; 
    top: 2px;
}
input[type="checkbox"]:checked + .spanover:before {
    border:1px solid #cfcfcf;
    background:url('/common/front/img/sama/qa/selected.svg') #191919 no-repeat center center; 
}
input:focus{
    outline:none; 
}
input:read-only,
input.event-off,
textarea:read-only,
textarea.event-off,
.form_wrap .custom-select-trigger.event-off{
    background-color: rgba(207,207,207,0.3);
    pointer-events:none;
}
.spanover {
    cursor: pointer;
    display: flex;
    gap: 15px;
    align-items: center;    
    color:#323131;
    font-size: var(--font22);
    font-weight:400;
}
.wrapper {
    width: 100%;
    overflow: hidden;
}
.wrap_div {
    padding-top: 100px;
    width: 100%;
}
h1.title {
    font-size: var(--font40);
    color: #323131; 
    font-weight: 700;
    margin-bottom: 40px;
}
h3.sub-title{
    font-size: var(--font22);
    color: #323131; 
    font-weight: 700;
}
.pr{
    color: #ff0000;
}
.help{
    color: #ff0000;
    font-size: var(--font16);
    font-weight: 300;
    line-height: 1.2;
}
.help.type01{
    position: absolute;
    display: inline-block;
    margin-top: 14px;
    color: #9f9f9f;
}
.help.domain{
    display: none;
}
.btn-remove,
.add-btn{
    cursor: pointer;
    border: none;
    border-radius: 25px;
    background-color: #bdbdbd;
    color: #fff;
    font-size: var(--font20);
    font-weight: 400;
    padding: 12px 40px;
    transition: 0.3s;
}
.add-btn{
    border-radius: 0;
}
.btn-remove:hover,
.add-btn:hover{
    background-color: #191919;
}

.form_group + .form_group{
    margin-top: 80px;
}
.mt-6{
    margin-top: 60px;
}
/* 개인정보 수집 동의 */
.agreement_info{
    background: #fbfbfb;
    padding: 100px 0 130px;
}
.agreement_info .check-box{
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 14px;
}
.agreement_info .check-box .agree-more{
    color: #323131;
    font-size: var(--font20);
    font-weight: 400;
    text-decoration: underline;
    text-underline-position: under;
    text-decoration-thickness: 1px;
    cursor: pointer;
}
.agreement_info_txt {
    display: block;
    background-color: #fff;
    border: 1px solid #dfdfdf;
    color: #191919;
    font-size: var(--font20);
    font-weight: 300;
    padding: 40px 30px;
    line-height: 1.5;
    height: 160px;
    overflow-y: auto;
}
.agreement_info_txt strong{
    display: block;
    font-weight: 500;
}
.agreement_info_txt ul{
    margin-top: 40px;
}
.agreement_info_txt ul li{
    margin-top: 10px;
}
.agreement_info_txt ul li:first-child{
    margin-top: 0;
}
.check-box.type01 label{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
    margin-bottom: 0px;
    width: 100%;
}
.check-box.type01 label h3{
    font-size: var(--font22);
    font-weight: 400;
}

/* 복지몰 운영 정책 */
.info_mid{
    margin-top: 80px;
}
.info_mid table {
    border-collapse: collapse;
    position: relative;
    width: 100%;    
    margin-bottom: 40px;
}
.info_mid table:before{
    content: '';
    position: absolute;
    width: 1px;
    height: 100%;
    background-color: #fff;
    left: 0;
}
.info_mid table:after{
    top: 0;
    content: '';
    position: absolute;
    width: 1px;
    height: 100%;
    background-color: #fff;
    right: -1px;
}
.info_mid table tr, 
.info_mid table td {
    border: 1px solid #cfcfcf;
    text-align: center;
    vertical-align: middle;
    font-size: var(--font20);
    color: #323131;
    font-weight: 400;
    padding: 20px 15px;
    line-height: 35px;
}
.info_mid table strong { 
  font-weight: 600;
  display: block;
}
.info_mid table tr td:last-child {
  text-align: left;
}
.table-txt-box{
    display: flex;
    gap: 10px;
}
.table-txt-box li{
    position: relative;
    padding-left: 20px;
}
.table-txt-box li span{
    position: absolute;
    left: 0;
}

/* 사업자인증 */
.info_bottom{
    margin-top: 100px;
}
.certify{
    text-align: center;
    padding: 60px 90px;
    border: 1px solid #cfcfcf;
}
.certify-check{
    display: flex;
    gap: 20px;
    margin-bottom: 15px;    
}
.certify-check input{
    flex: 1;
    text-align: center;
    font-size: var(--font22);    
    font-weight: 500;
    height: 55px;
    border: 1px solid #cfcfcf;
}
.certify-btn-wrap{
    display: flex;
    gap: 20px;
}
.certify-btn-wrap button{
    color: #fff;
    font-size: var(--font20);
    font-weight: 500;
    border: none;
    height: 55px;
    padding: 0 60px;
}
button.checkbtn{
    cursor: pointer;
    background-color: #191919;
}
button.checkresult{
    display: none;
    background-color: #901dcc !important;
}
button.checkresult.off{
    background-color: #cfcfcf !important;
}
button.checkresult img{
    margin-left: 5px;
    vertical-align: baseline;
}
.certify .msg{
    text-align: left;
    font-size: var(--font18);
    font-weight: 300; 
    line-height: 1.5;       
}
.msg.error{
    color: #ff0000;
}
.msg.success{
    color: #901dcc
}
.msg.success.type01{
    color: #191919;
}
.info_btn{
    text-align: center;
    padding: 80px 0 120px;
}
.info_btn .result-btn{
    border: none;
    color: #fff;
    cursor: pointer;
    font-size: var(--font22);
    font-weight: 700;
    padding: 20px 50px;
    background-color: #323131;
    border-radius: 0;
}
/* 입점신청하기 */
.form_wrap{
    width: 100%;
    max-width: 1280px;
    margin:0 auto 80px;
}
.form_wrap:last-of-type{
    margin-bottom: 0;
}
.form_title{
    margin-bottom: 60px;
}
.form_title h1.title{
    margin-bottom: 20px;
}
.form_title p{
    color: #323131;
    font-size: var(--font22);
    font-weight: 400;
}
.form_title_inner{
    display: flex;
    align-items: center;
    gap: 20px;
}
.form_title_inner .line{
    text-decoration: underline;
    text-underline-offset: 6px;
    text-decoration-thickness: 2px;
}
b.line{
    text-decoration: underline;
    text-underline-offset: 2px;
}
.form_title_inner .sub-info{
    color: #9f9f9f;
    font-size: var(--font16);
    font-weight: 300;
}
.form_title_inner .sub-info b{
    font-weight: 500;
}
.sub-title-box{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.group_list{
    display: flex;
    gap: 70px;
    margin-top: 60px;
}
.group_list:first-child{
    margin-top: 0;
}
.group_list.select{
    border-bottom: 1px solid #cfcfcf;
    padding-bottom: 60px;    
}
.group_list.select.noline{
    border-bottom: none;    
}
.group_list.select .group{
    flex-direction: row;
    align-items: center;
    gap: 60px;
}
.group_list.select .group.type01{
    gap: 0;
}
.group_list.select .group.type01 .pc{
    display: none;
}
.group_list.select .group.type01 .mobile{
    display: block;
}
.group.radio{
    justify-content: space-between;
}
.group .radio_wrap{
    display: flex;
    gap: 40px;
    align-items: center;
}
.group.radio a{
    font-size: var(--font16);    
    font-weight: 300;
    text-decoration: underline;
    text-underline-offset: 2px;
}
.group_list.text{
    border-bottom: 1px solid #cfcfcf;
    padding-bottom: 60px;    
}
.group_list.text .group{
    max-width: 100%;
    flex-direction: row;
    gap: 60px;
}
.group_list.text .group textarea{
    border: 2px solid #cfcfcf;
    flex: auto;
    padding: 12px;
    line-height: 1.25;
    font-size: var(--font18);
    font-weight: 400;
    color: #191919;
}
.group_list.text .group textarea::placeholder{
    font-size: var(--font18);    
    font-weight: 400;
    color: #bdbdbd;
}
.group_list.business{
    display: block;
    border-bottom: 1px solid #cfcfcf;
    padding-bottom: 60px;      
}
.group_list.business .group{
    max-width: 100%;
    display: flex;
    flex-direction: row;
}
.group_list.business .group label{
    padding-top: 15px;
}
.group_list.business .msg{
    padding-top: 16px;
    font-size: var(--font18);    
    display: flex;
    justify-content: space-between;
    align-items: center;    
}
.group_list.business .msg button{
    position: inherit;
}
.group.file > div{
    display: flex;
    align-items: center;
    gap: 20px;
}
.group.file input{
    background-color: #f3f3f3;
    flex: 1;
    border-radius: 25px;
    border: none;  
    text-align: center;
    text-indent: 0;      
}
.group.file input::placeholder{
    font-size: var(--font20);    
}
.group.file .btn-file{
    position: relative;
    padding: 14px 20px;
    bottom: 0;
    line-height: 1;
}
.group.https input{
    text-indent: 110px;
}
.unit{
    position: absolute;
    bottom: 20px;
    color: #bdbdbd;
    font-size: var(--font22);
    font-weight: 400;    
}
.unit.left{
    left: 24px;
}
.unit.right{
    right: 24px;
}
.business-wrap{
    flex: 1;
}
.business-inner{
    display: flex;
    gap: 20px;
}
.group_list.business .group input{
    flex: auto;
    border: 2px solid #cfcfcf;
}
.group .business-btn{
    display: flex;
    gap: 20px;
}
.group .business-btn button{
    position: relative;
    bottom: 0;
}
.group{
    flex: 1;
    max-width: calc(50% - 35px);
    display: flex;
    flex-direction: column;
    gap: 10px;
    position: relative;
}
.group.w100{
    max-width: 100%;
}
.group label{
    color: #323131;
    font-size: var(--font22);
    font-weight: 400;    
    margin-bottom: 5px;
}
.group input{
    border: none;
    border-bottom: 2px solid #cfcfcf;
    color: #191919;
    height: 60px;
    font-size: var(--font22);
    text-indent: 24px;
}
input[name="ext_info1"]{
    flex: auto;
}
.group input::placeholder{
    color: #bdbdbd;    
    font-size: var(--font22);
    font-weight: 400;    
}
.group .check-form{
    position: relative;
}
.group .check-form input{
    width: 100%;
}
.group .check-list{
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}
.group .check-list .item{
    display: flex;
    align-items: center;
    gap: 6px;
    color: #bdbdbd;
}
.group .check-list span{
    display: block;
    width: 12px;
    height: 12px;
    background-image: url('https://img2.ppmall.kr/common/image/master/check_off.png');
    background-repeat: no-repeat;
}
.group .check-list p{
    font-size: var(--font16);
}
.group .check-list .item.check p{
    color: #7c2ba1;
}
.group .check-list .item.check span{
    background-image: url('https://img2.ppmall.kr/common/image/master/check_on.png');    
}
.group button{
    cursor: pointer;
    position: absolute;
    border: none;
    right: 0;
    top: 0;
    background-color: #191919;
    color: #fff;
    font-size: var(--font20);
    font-weight: 400;    
    padding: 0 40px;
    height: 60px;
}
.group button:disabled{
    background-color: #ddd;
    cursor: auto;
}
.product-item{
    border-radius: 24px;
    box-shadow: 1px 2px 8px rgba(0, 0, 0, 0.08);
    padding: 50px 70px
}
.product-item .ex_wrap{
    display: flex;
    justify-content: space-between;
}
.product-item .ex{
    color: #9f9f9f;
    font-size: var(--font16);
    font-weight: 300;
}
.file_wrapper {
    width: 100%;
    display: flex;
    gap: 30px;
}
.file_wrapper .txt{
    color: #191919;
    font-size: var(--font20);
    font-weight: 400;  
    padding-top: 18px;  
}
.file_wrapper .file_wrap {
    flex: 1;
}
.file_wrapper .file_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 2px solid #cfcfcf;
    padding: 20px 0;
}
.file_wrapper .file_box:first-child{
    padding-top: 0;
}
.file_wrapper .file_box p{
    color: #191919;
    font-size: var(--font20);
    font-weight: 500;
    min-width: 260px;
}
.file_wrapper .file_box .num{
    top: -2px;
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 11px;
    border-radius: 50%;
    border: 2px solid #191919;
    width: 18px;
    height: 18px;
    line-height: 1;  
    text-indent: -2px;
    padding-top: 1px;
}
.file_wrapper .file_box .light{
    color: #bdbdbd;
}
.file_wrapper .file_box > div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    flex: 1;
}
.file_wrapper .file_box input {
    background-color: #f3f3f3;
    border: none;
    border-radius: 25px;
    flex: 1;
    text-align: center;
    height: 55px;
    color: #bdbdbd;
}
.file_wrapper .file_box input::placeholder{
    font-size: var(--font20);    
    color: #bdbdbd;
}
.file_el{
    display: none;
}
.btn-file { 
    background-color: #191919;
    cursor: pointer;
    color: #fff;
    font-size: var(--font20);
    font-weight: 500;
    border: none;
    height: 55px;
    width: 100%;
    max-width: 140px;
} 
.btn-file-a{
    display: flex;
    justify-content: center;
    align-items: center;    
}
.tool-tip{
    position: relative;
    display: flex;
}
.tool-tip-box{
    margin-top: 2px;
    margin-left: 5px;
    line-height: 1;    
}
.tool-tip-box:hover .tool-tip-con,
.tool-tip-box.active .tool-tip-con{
    display: block;
}
.tool-tip-con{
    display: none;
    position: absolute;
    font-size: 14px;
    top: -10px;
    left: 130px;
    line-height: 1.5;
    text-indent: 20px;
    width: 420px;
}
.tool-tip-con button.close{
    display: none;
}

/* radio css */
.radio_item input{
    display: none;
}
.radio_item label{
    display: flex;
    gap: 20px;
    align-items: center;    
}
.radio_item input[type='radio']:checked + .spanover:before{    
    background: url('/common/image/arrow/cir_checked.png') no-repeat center center/cover;
    filter: grayscale(1);
} 
.radio_item span.spanover{
    position: relative;
    cursor: pointer;
    border-radius: 0px;
    color: #191919;
    font-size: var(--font22);
    font-weight: 400;
    line-height: 25px;
    padding-left: 35px;
}
.radio_item .spanover:before{
    position: absolute;
    left: 0;
    content: '';
    display: block;
    width: 25px;
    height: 25px;
    background: url('/common/image/arrow/cir_unchecked.png') no-repeat center;
    background-size: cover;
}

/*select css */
.custom-select-wrapper {
    flex: 1;
}
.custom-select {
    position: relative;
}
.custom-select-trigger {
    display:flex;
    align-items:center;
    font-weight:500; 
    position: relative;
    padding: 15px 20px;
    color: #bdbdbd;
    background: #fff;
    border:2px solid #bdbdbd;
    font-size: var(--font22);
    cursor: pointer;
}
.custom-select-trigger.select{
    color: #191919;
}
.custom-options {
    position: absolute;
    display: block;
    top: 100%; 
    left: 0; 
    right: 0;
    z-index: 10;
    margin: 15px 0;
    border: 2px solid #bdbdbd;
    box-sizing: border-box;
    box-shadow: 0 2px 1px rgba(0,0,0,.07);
    background: #fff;transition: all .4s ease-in-out;
    height:auto;
    max-height: 200px;
    overflow-y:auto;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-15px);
}
.custom-select-wrapper select {
    display: none;
}
.custom-select-trigger:after {
    position: absolute; 
    display: block;
    content: '';
    width: 10px; 
    height: 10px;
    top: 50%; 
    right: 25px;
    margin-top: -3px;
    border-bottom: 2px solid #bdbdbd;
    border-right: 2px solid #bdbdbd;
    transform: rotate(45deg) translateY(-50%);
    transition: all .4s ease-in-out;
    transform-origin: 50% 0;
}
.custom-select.opened .custom-select-trigger:after {
    margin-top: 3px;
    transform: rotate(-135deg) translateY(-50%);
}

.custom-select.opened .custom-options {opacity: 1;visibility: visible;pointer-events: all;transform: translateY(0);}
.option-hover:before {background: #f9f9f9;}
.custom-option {position: relative;display: block;padding: 0 22px;border-bottom:2px solid #bdbdbd;font-size: var(--font22);font-weight: 500;color: #bdbdbd;line-height: 55px;cursor: pointer;transition: all .4s ease-in-out;}
.custom-option:first-of-type {border-radius: 4px 4px 0 0;}
.custom-option:last-of-type {
    border-bottom: 0;
    border-radius: 0 0 4px 4px;
}
.custom-option:hover,
.custom-option.selection {
     background: #f9f9f9; 
     color:#191919;
}

/* 완료페이지 */
.finish_wrap{
    background-color: #fbfbfb;
}
.finish_wrap .title{
    margin-bottom: 50px;
}
.finish_wrap .title h3{
    font-size: var(--font40);
}
.finish_wrap{
    padding: 100px 0 130px;    
}
.finish_wrap .content{
    display: flex;
    justify-content: space-between;
    align-items: end;
}
.finish_wrap .info li a{
    color: #323131;
}
.finish_wrap .info li{
    color: #323131;
    font-size: var(--font20);    
    font-weight: 400;
    line-height: 1.6;
    margin-top: 40px;
}
.finish_wrap .info li:first-child{
    margin-top: 0;
}
.finish_wrap .info strong{
    display: block;
}
span.point-g{
    color: #17a02b;
}
span.point-r{
    color: #e42323;
}
.finish_wrap .link{
    display: flex;
    gap: 20px;
}
.finish_wrap .link a{
    display: block;
    background-color: #191919;
    color: #fff;
    padding: 12px 18px;
    text-align: center;
    font-size: var(--font20);  
}
.check-domain{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.check-domain span{
    color: #bdbdbd;
    font-size: var(--font22);
    font-weight: 400;
}
.group .check-domain input{
    width: 45%;
    text-indent: 0;
    text-align: center;
}
.group .check-domain button{
    position: initial;
}
.group .info-txt{
    font-size: var(--font16);
    font-weight: 300;
    line-height: 1.2;
}
.group .mail-info{
    line-height: 1.5;
    font-size: var(--font16);
}
.group .mail-info a{
    color: #8637ca;
}
.group label.mall{
    display: flex;
    justify-content: space-between;
}
.group label.mall a{
    font-size: var(--font16);
    background-color: #191919;
    color: #fff;
    font-weight: 400;
    padding: 12px 16px;
}
@media (max-width: 1280px) {
    :root{
        --font40: 32px;
        --font22: 20px;
        --font20: 18px;
        --font18: 16px;
    }
    .group_list.select .group.type01{
        gap: 10px;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;        
    }    
}
@media (max-width: 1024px) {
    :root{
        --font40: 28px;
        --font22: 18px;
        --font20: 16px;
    }
    .w-1280,
    .form_wrap{
        padding-left: 14px;
        padding-right: 14px;
    }
    .form_title_inner{
        flex-direction: column;
        gap: 0;
        align-items: normal;
    }    
    .agreement_info{
        padding: 60px 0 80px;
    }
    .info_mid{
        margin-top: 60px;
    }
    .info_bottom{
        margin-top: 80px;
    }
    .certify{
        padding: 40px 60px;
    }
    .certify-btn-wrap button{
        padding: 0 40px;
    }
    .info_btn{
        padding: 60px 0 80px;        
    }
    .info_btn .result-btn{
        padding: 20px 40px;
    }    
    .form_wrap{
        margin-bottom: 60px;
    }
    .group{
        max-width: calc(50% - 20px);
    }
    .group_list{
        gap: 0px;
        justify-content: space-between;
        margin-top: 40px;
    }
    .custom-select-trigger,
    .custom-options{
        width: 100%;
    }
    .group .radio_wrap{
        gap: 20px;
    }
    .group_list.business .group label{
        padding-top: 20px;
    }
    .group.https input{
        text-indent: 90px;
    }
    .group button{
        padding: 0 30px;
    }
    .finish_wrap{
        padding: 60px 0 80px;
    }
    .product-item{
        padding: 40px 50px;
    }
    .product-item label{
        height: 50px;
    }
    .product-item .ex_wrap{
        flex-direction: column;
        gap: 10px;
    }
    .group_list.select .group{
        gap: 20px
    }
    .tool-tip-con{
        left: 112px;
        text-indent: 2px;
        z-index: 10;
        background-color: #fff;
        padding: 10px;
        border: 1px solid #ddd;
        top: -25px;
    }
    .group .check-domain input{
        width: 30%;
    }
    .btn-file{
        max-width: 120px;
    }

}
@media (max-width: 768px) {
    :root{
        --font40: 24px;
        --font22: 16px;
        --font20: 15px;
        --font18: 14px;

        --font16: 13px;
    }
    .wrap_div {
        padding-top: 70px;
    }
    input[type="checkbox"] + .spanover:before{
        width: 26px;
        height: 26px;
    }
    .spanover{
        gap: 10px;
    }        
    h1.title{
        margin-bottom: 20px;
    }
    .agreement_info{
        padding: 50px 0 60px;
        background-color: #f3f3f3;
    }
    .agreement_info_txt{
        background-color: #fff;
        padding: 30px 15px;
        max-height: 120px;
        word-break: keep-all;
        overflow-y: auto;
    }
    .agreement_info ul{
        margin-top: 25px;
    }
    .info_mid{
        margin-top: 50px;
    }
    .info_mid .table-wrap{
        overflow-x: auto;
        margin-bottom: 15px;
    }    
    .table-wrap::-webkit-scrollbar {
        height: 8px;
    }      
    .table-wrap::-webkit-scrollbar-thumb {
        background: #bdbdbd;
        border-radius: 10px;
    }
    .table-wrap::-webkit-scrollbar-track {
        background: #e8e8e8;
    }
    .info_mid table{
        width: 768px;
        margin-bottom: 15px;
    }
    .info_mid table:before{
        left: -1px;
    }
    .info_mid table:after{
        right: 0;
    }
    .info_mid table tr, 
    .info_mid table td{
        padding: 16px 12px;
        line-height: 2;
    }
    .info_bottom{
        margin-top: 60px;
    }
    .certify{
        border: none;
        padding: 0;
    }    
    .certify-check{
        flex-direction: column;
        gap: 10px;
    }
    .certify-check input{
        flex: auto;
    }
    .certify-btn-wrap{
        justify-self: center;
        gap: 10px;
    }
    .certify-btn-wrap button{
        flex: 1;
    }
    .group_list{
        flex-direction: column;
        gap: 20px;
        margin-top: 20px;
    }
    .group{
        max-width: none;
    }
    .group label{
        margin-bottom: 0;
    }
    .group_list.business .group label{
        padding-top: 0;
    }
    .group_list.select .group.type01 label{
        display: flex;
        width: 100%;
        justify-content: space-between;        
    }
    .group_list.select .group.type01 .pc{
        display: block;
    }
    .group_list.select .group.type01 .mobile{
        display: none;
    }    
    .group input{
        height: 45px;
        text-indent: 10px;
    }
    .form_title{
        margin-bottom: 30px;
    }
    .group button{
        padding: 12px 24px;
        height: auto;
    }
    .group_list.select,
    .group_list.text,
    .group_list.business{
        padding-bottom: 20px;
    }
    .group_list.select .group{
        gap: 10px;
        flex-direction: column;
        align-items: normal;
    }
    .group_list.text .group{
        flex-direction: column;
        gap: 10px;
    }
    .group_list.business .group,
    .business-inner{
        flex-direction: column;
        gap: 15px;
    }
    .group .business-btn button{
        width: 50%;
    }
    .group .radio_wrap{
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
    .group.type01 .radio_wrap{
        flex-direction: row;
        gap: 20px;
    }
    .group.https input{
        text-indent: 75px;
    }
    .unit{
        bottom: 15px;
    }    
    .unit.left{
        left: 12px;
    }
    .sub-title-box{
        gap: 20px;
    }
    .btn-remove{
        padding: 8px 20px;
    }
    .help.type01{
        position: relative;
    }
    .file_wrapper{
        flex-direction: column;
        gap: 20px;
    }
    .file_wrapper .txt{
        padding-top: 0;
    }
    .file_wrapper .file_box{
        flex-direction: column;
        align-items: normal;
        gap: 10px;
    }
    .file_wrapper .file_box p{
        min-width: auto;
    }
    .file_wrapper .file_box .num{
        border: 1px solid #191919;
        font-size: 10px;
        width: 16px;
        height: 16px;        
    }
    .file_wrapper .file_box > div{
        flex-direction: column;
        align-items: end;
    }
    .file_wrapper .file_box input{
        flex: none;
        width: 100%;
        height: 45px;
    }
    .btn-file{
        height: 45px;
        padding: 0 20px;
        width: auto;
    }
    .check-box.type01 h3{
        margin-bottom: 10px;
    }
    .check-box.type01 label{
        flex-direction: column;
        align-items: normal;
        justify-content: normal;
    }
    .check-box.type01 .spanover{
        justify-content: end;
    }
    .finish_wrap{
        padding: 50px 0 60px;
    } 
    .finish_wrap br{
        display: none;
    }
    .finish_wrap .title{
        margin-bottom: 20px;
    }
    .finish_wrap .info li{
        margin-top: 30px;
    }
    .finish_wrap .content{
        display: block;
    }
    .finish_wrap .link{
        margin-top: 40px;
        flex-direction: column;
        gap: 14px;
    }
    .finish_wrap .link a{
        width: 70%;
        display: block;
        margin: 0 auto;        
    }
    .radio_item span.spanover{
        padding-left: 30px;
    }
    .radio_item .spanover:before{
        width: 20px;
        height: 20px;
    }
    .product-item{
        padding: 20px 30px 40px;
    }
    .product-item label{
        height: auto;
    }
    .group.file > div{
        flex-direction: column;
        align-items: flex-end;
        gap: 10px;
    }    
    .group.file input{
        width: 100%;
        flex: none;
    }
    .group.file button{
        position: relative;
        display: inline-block;
    }    
    .tool-tip-con{
        border: 1px solid #ddd;
        padding: 20px;
        left: 120px;
        width: 240px;
        background-color: #fff;
    }
    .tool-tip-con button.close{
        display: block;
        background: none;
        padding: 0;
        right: 10px;
        top: 10px;        
    }    
    .tool-tip-con button.close img{
        width: 12px;
        height: 12px;
    }
    .group .check-domain input{
        width: 45%;
    }    

}
@media (max-width: 480px) {
    .group button{
        padding: 10px 16px;
    }

}