
#a-1 .ctInner h4 {
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    border-radius: 30px;
    background-color: #009944;
    padding: 5px 20px;
    margin: 0 0 25px;
}
#a-1 .formArea {
    margin-bottom: 80px;
}
#a-1 .formArea h4>span {
    font-size: 19px;
    font-weight: normal;
}
#a-1 .formArea .subBlog {
    margin-top: 25px;
    padding: 40px 38px;
    background-color: #f0f0f0;
}
#a-1 .subBlog h5 {
    color: #009944;
    font-weight: bold;
}
#a-1 .subBlog dl {
    display: flex;
    margin: 25px 0;
}
#a-1 .subBlog dl dt {
    width: 165px;
    font-weight: bold;
}
#a-1 .subBlog dl dt span {
    display: inline-block;
    color: #fff;
    background-color: #009944;
    width: 20px;
    height: 20px;
    font-size: 14px;
    font-weight: bold;
    border-radius: 50%;
    text-align: center;
    margin: -4px 0 0 4px;
    padding: 0;
    vertical-align: middle;
    cursor: pointer;
}
#a-1 .subBlog dl dd .pNote {
    margin-top: 2px;
}
#a-1 .subBlog dl dd input[type="text"] {
    width: 478px;
    height: 36px;
    padding: 5px;
    background: #fff;
    border: 1px solid #ccc;
}
#a-1 .subBlog dl .row {
    display: flex;
}
#a-1 .subBlog dl dd .row01 {
    display: flex;
    align-items: center;
}
#a-1 .subBlog dl dd .row02 {
    display: flex;
    align-items: center;
}
#a-1 .subBlog dl dd select {
    height: 36px;
    margin-right: 10px;
    border: 1px solid #ccc;
    background: url(../images/drop_down.png) right center no-repeat #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding-left: 7px;
}
#a-1 .subBlog dl dd .select01 {
    width: 172px;
}
#a-1 .subBlog dl dd .select02, #a-1 .subBlog dl dd .select03 {
    width: 96px;
}
#a-1 .mgr_15 {
    margin-right: 15px;
}
#a-1 .mgr_7 {
    margin-right: 7px;
}
#a-1 label input {
    display: none;
}
#a-1 .subBlog dl dd label {
    margin-right: 30px;
    cursor: pointer;
}
#a-1 .subBlog dl dd label span {
    height: 19px;
    width: 19px;
    border: 2px solid #a4a4a4;
    border-radius: 4px;
    display: inline-block;
    margin-right: 7px;
    position: relative;
    top: 4px;
}
#a-1 .subBlog dl dd label [type=radio]:checked+span {
    border: 2px solid #009944;
}
#a-1 .subBlog dl dd label [type=radio]:checked+span:before {
    content: "";
    position: absolute;
    background: url(../images/check_green.png) no-repeat center;
    left: 1px;
    top: -5px;
    width: 17px;
    height: 19px;
}
#a-1 .subBlog .textBlog {
    background-color: #fff;
    padding: 20px 34px;
    margin: 47px auto 0;
}
#a-1 .subBlog .textBlog dl {
    display: flex;
    font-size: 14px;
    line-height: 24px;
    padding: 0;
    margin: 0;
}
#a-1 .subBlog .textBlog dl dt {
    width: auto;
    display: block;
}
#a-1 .formArea .btn {
    margin: 30px auto 0;
}
#a-1 .bgGray {
    /* background-color: #f0f0f0; */
    padding: 0px 0 80px;
}
#a-1 .subBlog02 {
    padding: 20px 30px 0;
}
#a-1 .subBlog02 h5 {
    font-weight: bold;
}
#a-1 .subBlog02 h5 span {
    font-weight: normal;
}
#a-1 .subBlog02 .subBlogWrap {
    position: relative;
    display: flex;
    justify-content: space-between;
    padding: 15px 10px
}

#a-1 .subBlog02 .btn {
    text-align: center;
    width: 48%;
    height: 114px;
    font-size: 20px;
    }

#a-1 .subBlog02 .btn.small {
    text-align: center;
    width: 40%;
    height: 114px;
    font-size: 20px;
    margin: 0 auto 30px;
    }

@media (max-width: 768px) {
    #a-1 .wrap .blog {
        width: 95%;
    }
    #a-1 .ctInner h4 {
        font-size: 17px;
        text-align: center;
        padding: 10px 20px;
    }
    #a-1 .ctInner h4>span {
        display: block;
        font-size: 12px;
        text-align: inherit;
    }
    #a-1 .ctInner p {
        font-size: 14px;
        padding-bottom: 10px;
    }
    #a-1 .formArea .subBlog {
        padding: 20px;
    }
    #a-1 .subBlog dl {
        flex-direction: column;
        margin: 1em 0 0 0;
    }
    #a-1 .subBlog dl dd input[type="text"] {
        width: 100%;
    }
    #a-1 .subBlog dl dd {
        margin: .5em 0 0 0;
    }
    #a-1 .subBlog dl dd .pNote {
        font-size: 12px;
    }
    #a-1 .subBlog dl .row {
        display: flex;
        width: 100%;
        justify-content: space-between;
    }
    #a-1 .subBlog dl dd .row01 {
        display: flex;
        align-items: center;
        width: 100%
    }
    #a-1 .subBlog dl dd .row02 {
        display: flex;
        align-items: center;
        width: 49%;
    }
    #a-1 .subBlog dl dd .select01 {
        width: 100%;
    }
    #a-1 .subBlog dl dd .select02, #a-1 .subBlog dl dd .select03 {
        width: 100%
    }
    #a-1 .subBlog dl dd select {
        display: inline-flex;
        margin-right: 5px;
    }
    #a-1 .subBlog dl dd label span {
        background-color: #fff;
        width: 21px;
        height: 21px;
        position: relative;
        top: 7px;
    }
    #a-1 .subBlog dl dd label [type=radio]:checked+span:before {
        top: -4px;
        left: 2px;
    }
    #a-1 .subBlog .textBlog {
        padding: 12px;
    }
    #a-1 .subBlog .textBlog dl {
        flex-direction: row;
    }
    #a-1 .subBlog .textBlog dl dd {
        margin: 0;
    }
    #a-1 .subBlog02 {
        padding: 20px 0 0;
    }
    #a-1 .subBlog02 h5 {
        font-size: 15px;
    }
    #a-1 .subBlog02 .subBlogWrap {
        flex-direction: column;
        padding: 5px 0 15px 0;
    }
    #a-1 .bgGray {
        padding: 3em 0 1em;
    }
    #a-1 .mgr_15 {
        margin-right: 0;
    }
}

@media (max-width: 359px) {
    #a-1 .subBlog02 .btn {
        font-size: 13px !important;
    }
}
