@charset "utf-8";

/* **********************************************************************************	*/
/*																						*/
/*						MAIN.CSS (pc Style Sheets)		     		         		    */
/*																						*/
/* 								                                                    	*/
/* 작성자	: DOUNG YOUNG KIM													    		*/
/* 작성일	: 2023-07-10													     			*/
/* **********************************************************************************	*/

/* CSS 수정시 수정날짜,수정한 사람 기입 */


.content-header h3 {
    font-size: 47px;
    font-weight: 400;
    text-align: center;
}

.content-header h3 strong {
    font-weight: bold;
    color: #00a1cb;
}

.content-header p {
    font-size: 18px;
    text-align: center;
    margin-bottom: 0;
    margin-top: 20px;
}

.sub-wrap {
    margin-top: 120px;
    margin-bottom: 100px;
}

#postcode-layer {
    display:none;
    position:relative;
    width:100%;
    top:50px;
    z-index: 33;
}

#postcode-layer iframe {
    min-width: 100% !important;
}

#postcode-layer iframe iframe {
    min-width:100% !important;
}

#postcode-layer #__daum__viewerFrame_1 {
    min-width:100% !important;
}

.title-strong {
    font-size:22px;
    font-weight: 500;
    margin-bottom: 50px;
    display: block;
}

.title-p {
    font-size:18px;
    margin-bottom: 50px !important;
}

.red-requird {
    font-size: 18px;
    color: #f71717;
}

.input-group.group-box input {
    box-shadow: none !important;
    border-top:0;
    border-left: 0;
    border-right: 0;
    border-radius: 0;
    height: 50px;
}

.input-group input::placeholder {
    color:#999;

}

.input-group textarea::placeholder {
    color:#999;

}

.input-group .red-requird {
    margin-left: 3px;
}

.title-label {
    font-size:16px;
    color: #555;
    margin-right: 20px;
    align-self: center;
}

.input-group {
    position: relative;
}

button.btn.search-zipcode {
    padding: 0;
    background-color: #0040a0;
    color: #fff;
    width: 120px;
    height: 40px;
    position: absolute;
    right: 0;
    z-index: 6;
}

button.btn.search-zipcode:focus {
    background-color: #0040a0 !important;
    color: #fff !important;
}

.select-product p {
    font-size: 16px;
    color: #555;
    margin-bottom: 30px !important;
}

.select-product strong {
    color: #0040a0;
    font-size: 16px;
    align-self:center;
    flex: 0 0 40%;
}

.select-product input {

}

.select-product label {
    color: #555;
    background-color: #fff;
    width: 260px;
    height: 60px;
    border-radius: 30px !important;
    padding: 0;
    line-height: 60px;
    border: solid 1px #c8c8c8;
    font-size:16px;
    margin-right:20px;
}

.select-product label:hover {
    background-color:#0040a0 !important;
    border: 0 transparent !important;
}

.select-product .input-group {
    margin-bottom: 40px;
}

.select-product .btn-check:checked + .btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check) + .btn:active {
    background-color: #0040a0 !important;
    border-color:transparent !important;
}

textarea {
    resize: none !important;
    height: 220px;
    border-top:0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
    border-bottom:solid 1px #c8c8c8 !important;
}

.apply-box {
    margin-top: 50px;
}

.apply-box .accordion-button:not(.collapsed) {
    background-color: #f5f5f5;
    box-shadow: none;
    color: #222;
    /* border-bottom:solid 1px #c8c8c8; */
    font-weight: bold;
    font-size:16px;
}

.apply-box .accordion-button:focus {
    border-color: transparent;
    box-shadow: none;
    /* border-bottom:solid 1px #c8c8c8; */
    font-weight: bold;
    font-size:16px;
    color: #222;
}

.apply-box .accordion-button {
    border-bottom:solid 1px #c8c8c8;
    font-weight: bold;
    font-size:16px;
    color: #222;
    background-color: #f5f5f5;
}

.form-check {
    margin-top: 20px;
}

.form-check input {
    width:20px;
    height:20px;
    position:relative;
    margin-right:10px;
    top:1px;
}

.apply-box .accordion-body {
    padding: 0;
}

.apply-box .info-box {
    padding: 40px 30px;
    border:solid 1px #c8c8c8;
}

.apply-box .info-box p {
    font-size: 16px;
    color: #555;
    margin-bottom: 20px !important;

}

.apply-box .info-box dl dt {
    font-size:16px;
    font-weight: bold;
}

.apply-box .info-box dl dd {
    font-size:16px;
    color: #555;
}

.apply-box .info-box dl {
    margin-bottom: 20px;
}

.apply-box .info-box dl:last-child {
    margin-bottom: 0;
}

.submit-box {
    text-align: center;
    margin-top: 50px;
}

.submit-box button {
    width:180px;
    height: 60px;
    padding: 0;
    color: #fff;
    font-size:16px;
    font-weight: bold;
    background-color: #0090e6;
    border-radius: 0;
}

.submit-box button:hover {
    background-color: #0090e6 !important;
    color: #fff !important;
}

.submit-box button:focus {
    background-color: #0090e6 !important;
    color: #fff !important;
}

@media (max-width: 500px) {
    .title-strong {
        font-size:20px;
    }
    .select-product strong {
        flex:0 0 100%;
        margin-bottom: 20px;
    }
    .select-product label {
        width: 48%;
        padding:10px;
        margin-right: 7px;
        line-height: 40px;
        /* margin: 0 auto !important; */
        font-size: 14px;
        margin-bottom: 15px;
    }
    .select-product .input-group {
        /* text-align:center; */
    }
    .apply-box .info-box {
        padding:15px;
    }
}