@charset "UTF-8";#contact-section{background-color:var(--gray)}#contact-section .description{color:var(--white)}@media screen and (max-width: 1100px){#contact-section{padding-left:20px;padding-right:20px;width:100%}}#contact-section .title{margin-bottom:40px}#contact-section .wrap{position:relative;background-color:var(--white);padding-top:60px;padding-bottom:40px}@media screen and (max-width: 767px){#contact-section .wrap{width:100%;padding:40px 0}}#contact-section .wrap .content h3{color:var(--white);background-color:var(--main);padding:15px 10px;margin-bottom:40px;text-align:center}@media screen and (max-width: 1150px){#contact-section .wrap .content h3{margin-bottom:40px}}@media screen and (max-width: 767px){#contact-section .wrap .content h3{font-size:18px;padding:10px;margin-top:0;margin-bottom:20px}}@media screen and (max-width: 350px){#contact-section .wrap .content h3{font-size:16px}}#contact-section .wrap .content h4{color:var(--font);font-size:20px;text-align:center}@media screen and (max-width: 767px){#contact-section .wrap .content h4{margin-bottom:20px}}#contact-section .wrap .content .form-info{text-align:center;margin-bottom:40px;margin-left:20px;margin-right:20px}@media screen and (max-width: 1150px){#contact-section .wrap .content .form-info{margin-bottom:20px}}#contact-section .wrap .content .form-row{width:90%;margin-left:auto;margin-right:auto;margin-bottom:20px}@media screen and (max-width: 767px){#contact-section .wrap .content .form-row{width:100%;margin-left:0;margin-right:0}}#contact-section .wrap .content .form-row .form-text{display:flex}#contact-section .wrap .content .form-row .form-text .hissu{font-size:20px;line-height:20px;padding:5px 0;text-align:center;color:var(--white);background-color:var(--sub1);width:10%}@media screen and (max-width: 767px){#contact-section .wrap .content .form-row .form-text .hissu{width:20%;height:30px;margin-top:auto}}#contact-section .wrap .content .form-row .form-text p{display:flex;align-content:center;justify-content:start;flex-wrap:wrap;font-size:18px;font-weight:400;width:90%;margin:0;color:var(--font)}@media screen and (max-width: 767px){#contact-section .wrap .content .form-row .form-text p{width:80%}}#contact-section .wrap .content .form-row .form-text p .note{display:flex;align-content:center;align-items:center;justify-content:start;flex-wrap:wrap;font-size:14px;line-height:14px}@media screen and (max-width: 767px){#contact-section .wrap .content .form-row .form-text p .note{font-size:12px;line-height:12px}}#contact-section .wrap .content .form-row .form-content{font-size:20px;width:100%;color:var(--font);background-color:var(--white);padding:10px;margin-top:5px;border:1px solid var(--font);border-radius:5px}@media screen and (max-width: 767px){#contact-section .wrap .content .form-row .form-content{font-size:16px;margin-top:5px}}#contact-section .wrap .content .form-row select{height:50px;line-height:1.4;color:var(--font);background-color:var(--white);border:1px solid var(--font);border-radius:5px;cursor:pointer;font-size:20px;padding:10px;margin-top:5px;width:100%}#contact-section .wrap .content .form-row select:-ms-expand{display:none}#contact-section .wrap .content .form-row select option[value=""]{color:#999}#contact-section .wrap .content .form-row select:invalid{color:#999}@media screen and (max-width: 767px){#contact-section .wrap .content .form-row select{height:46px;font-size:16px}}#contact-section .wrap .content .form-row .error-message{font-size:18px;color:red;line-height:1.5rem;margin:0}@media screen and (max-width: 767px){#contact-section .wrap .content .form-row .error-message{font-size:16px}}#contact-section .wrap .content .form-row .check-content{font-size:18px;color:var(--font);background-color:var(--white);width:100%;min-height:46px;height:auto;padding:10px;border:1px solid var(--font);margin-top:10px}@media screen and (max-width: 767px){#contact-section .wrap .content .form-row .check-content{font-size:16px;margin-top:5px;min-height:44px;height:auto}}#contact-section .wrap .content .form-row textarea{height:150px;resize:none}#contact-section .wrap .content button,#contact-section .wrap .content .complete-btn{display:block;font-size:18px;font-weight:500;width:30%;height:60px;cursor:pointer;margin:0 auto;color:var(--font);background-color:var(--white);border:1px solid var(--font)}#contact-section .wrap .content button:hover,#contact-section .wrap .content .complete-btn:hover{color:var(--white);background-color:var(--sub1);border:1px solid var(--sub1)}@media screen and (max-width: 767px){#contact-section .wrap .content button,#contact-section .wrap .content .complete-btn{padding:10px 0;width:40%;height:50px}}#contact-section .wrap .content .form-button{display:flex;justify-content:space-around;margin-top:60px}@media screen and (max-width: 767px){#contact-section .wrap .content .form-button{margin-top:40px}}#contact-section .wrap .content .phone-number{display:block;font-size:70px;line-height:70px;font-weight:500;color:var(--main);text-align:center;text-decoration:none}@media screen and (min-width: 768px){#contact-section .wrap .content .phone-number{pointer-events:none;cursor:default}}@media screen and (max-width: 767px){#contact-section .wrap .content .phone-number{font-size:38px;line-height:38px;text-wrap:nowrap}}#contact-section .wrap .content .business-hours{font-size:25px;color:var(--main);margin-top:20px;text-align:center}@media screen and (max-width: 767px){#contact-section .wrap .content .business-hours{margin-top:10px;font-size:18px}}#contact-section .wrap .content .complete-title{font-size:20px;line-height:25px;text-align:center;font-weight:500;color:var(--main);margin-bottom:40px}#contact-section .wrap .content .complete-text{margin:0;font-size:18px;line-height:25px;text-align:center}@media screen and (max-width: 767px){#contact-section .wrap .content .complete-text{text-align:start}}#contact-section .wrap .content .complete-btn{display:flex;justify-content:center;align-items:center;margin-top:60px;padding:0}@media screen and (max-width: 767px){#contact-section .wrap .content .complete-btn{width:70%}}#contact-section .wrap .ira-img{width:auto;height:150px;margin-left:auto}@media screen and (max-width: 767px){#contact-section .wrap .ira-img{margin-top:10px}}#contact-section .mragin-top-80{margin-top:80px}@media screen and (max-width: 767px){#contact-section .mragin-top-80{margin-top:40px}}#contact-section #phone{padding-bottom:20px}@media screen and (max-width: 767px){#contact-section #fax{padding-top:25px;padding-bottom:40px}}
