@charset "utf-8";

#contact-form {}
#contact-form input[type="text"],
#contact-form input[type="password"],
#contact-form textarea {
	width: 100%;
	padding: 10px;
    margin: 0 2px 4px;
    font-size: 20px;
    height: auto;
    resize: none;    
    overflow: hidden;
    font-weight: normal;
    -webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;	
	background: #fff;
	border: 1px solid #e1e1e1;
    color: #999;
    transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;	
}
#contact-form textarea {
	resize: vertical;
}
#contact-form input[type="text"]:focus,
#contact-form input[type="password"]:focus,
#contact-form textarea:focus {
    font-weight: bold;
    margin: 0; 
    border:3px solid #11ccaa;
	background: #fff;
	color: #11ccaa;
}
#contact-form a {
	color: #221c24;
}
   .modal-mmt {top:-25px !important;}
    .xet-row label:hover {cursor: pointer;}
    .jyl-line-text { margin-bottom: 20px;}
    .jyl-line-text u { 
        border-bottom: 1px solid #111;
        padding-bottom: 5px; 
        text-decoration: none;}
    .keyword-label { 
        margin:0 0 20px 3px; 
        font: 24px 'Raleway', 'Noto Sans KR', 'Nanum Gothic', 'Apple SD Gothic Neo', 'Malgun Gothic', '돋움', Dotum, 'Lucida Sans', 'Trebuchet MS', Arial, Tahoma, sans-serif;
}
    textarea::placeholder,input::placeholder { color: #bbb;}
                .jyl-place-type input { display: none; }
                .jyl-place-type label { 
                    width: 70px; 
                    height: 35px; 
                    background-color: #ccc; 
                    display: block; 
                    border: 1px solid #e1e1e1; 
                    border-radius: 30px; 
                    position: relative; 
                    transition: 0.5s; 
                    box-shadow: inset 3px 3px 2px rgba(0,0,0,.2); cursor: pointer;
}
                .jyl-place-type label span { 
                    display: block; 
                    width: 25px; 
                    height: 25px; 
                    background-color: #fff; 
                    border-radius: 50%; 
                    position: absolute; 
                    top: 50%; 
                    left:5px; 
                    transform: translateY(-50%); 
                    transition: 0.5s; 
                    box-shadow: 2px 2px 2px rgba(0,0,0,.2);
}
                .jyl-place-type input:checked + label { background: #11ccaa;}
                .jyl-place-type input:checked + label span { left: calc(100% - 30px);}
    .jyl-call-time select { 
        -moz-appearance: none; 
        -webkit-appearance: none; 
        appearance: none; 
        font-family: 'Raleway', 'Noto Sans KR', 'Nanum Gothic', 'Apple SD Gothic Neo', 'Malgun Gothic', '돋움', Dotum, 'Lucida Sans', 'Trebuchet MS', Arial, Tahoma, sans-serif; 
        height: 46px; 
        font-size: 20px; 
        font-weight: 400; 
        line-height: 1.5; 
        color: #999; 
        background-color: #fff; 
        border: 1px solid #aaa; 
        border-radius: 5px; 
        box-shadow: 0 1px 0 1px rgba(0,0,0,0.04); 
        cursor: pointer; 
        transition: 0.5s;background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E');
        background-repeat: no-repeat, repeat;
	background-position: right .7em top 50%, 0 0;
	background-size: .65em auto, 100%;}
    .jyl-call-time select::-ms-expand {
	display: none;
}

.jyl-call-timeselect option {
	font-weight:normal;
}
    .jyl-call-time select:hover { border-color: #11cc77;}
    .jyl-call-time select:focus { border-color: #11cc77; box-shadow: 0 0 1px 3px rgba(17,204,119,0.7); box-shadow: 0 0 0 3px -moz-mac-focusring; color: #999; outline: none;}
    .bd-r1-11-0 { 
        border-right:1px solid #111;}

    .modal-btn {
        border: 0px;
        width: 20%;
        height: 46px;
        margin: 0px 2.2% 6px;
        font-size: 20px;
    }
    

    
/* Device 해상도가 768px 이하만 작동 */
@media (max-width: 767px) {		
	#contact-form input[type="text"],
    #contact-form input[type="password"],
	#contact-form textarea {
		padding: 20px 10px;
        margin: 0 0 4px;
	}

     /* inmodal-agree */
        .modal-mmt {top:-10px !important;}
        .bd-r1-11-0 { border-right:0;}
	.jyl-line-text p { width: 111px;}
    .jyl-line-text {margin:10px 0 20px;}
    .keyword-label { margin:10px 0 20px; font: 20px 'Raleway', 'Noto Sans KR', 'Nanum Gothic', 'Apple SD Gothic Neo', 'Malgun Gothic', '돋움', Dotum, 'Lucida Sans', 'Trebuchet MS', Arial, Tahoma, sans-serif;}
        div.postcodify_search_form {margin: 12px 8px !important;}
    
        .modal-btn{ height: 66px; margin: 0px 2.5% 6px;font-size: 15px;}
}
@media (max-width: 376px) {
    #contact-form input[type="text"],
    #contact-form input[type="password"],
	#contact-form textarea {
		padding: 10px 10px;
        font-size: 15px; 
	}
    .jyl-call-time select,.modal-btn{font-size: 15px;}
    .modal-btn{height: 40px;}
}