.contact-visual { width: 100%; max-width: 1120px; margin: 0 auto; padding: 160px 0 62px; }
.contact-visual small { color: #ff5a00; font-size: 28px; line-height: 40px; font-weight: bold; letter-spacing: -0.048em; } 
.contact-visual h3 { color: #222; font-size: 100px; line-height: 134px; font-weight: bold; letter-spacing: -0.048em; } 
.contact-visual p { color: #222; font-size: 32px; line-height: 1.875; font-weight: bold; letter-spacing: -0.048em; } 

.contact-contents { width: 100%; }
.contact-contents #map { width: 100%; height: 520px; margin: 0 auto 88px; }
.contact-inner { display: flex; flex-wrap: wrap; justify-content: flex-start; width: 100%; max-width: 1120px; margin: 0 auto; }


.contact-inner-title { width: 320px; }
.contact-inner-about h4 { color: #222; font-size: 44px; font-weight: bold; line-height: 58px; letter-spacing: -0.048em; }
.contact-inner-about p { color: #222; font-size: 24px; line-height: 1.5; letter-spacing: -0.048em; }

.contact-contents .about-info { display: flex; flex-direction: column; margin-bottom: 182px; }
.contact-contents .about-info p { color: #222; letter-spacing: -0.048em;  }
.contact-contents .about-info p b { display: block; font-size: 36px; line-height: 58px; }
.contact-contents .about-info p span { color: #999; font-size: 20px; line-height: 1.8; }
.contact-contents .about-info ul { display: flex; flex-direction: row; flex-wrap: wrap; margin-top: 28px; }
.contact-contents .about-info ul li { display: flex; flex-wrap: wrap; align-items: center; }
.contact-contents .about-info ul li:nth-of-type(1):after { display: inline-block; content:''; clear: both; width: 1px; height: 12px; margin: 0 18px; background: #ddd; }
.contact-contents .about-info ul li a { color: #222; font-size: 20px; letter-spacing: -0.048em; }
.contact-contents .about-info ul li a span { color: #00003f; font-weight: bold; }

.page-contact .contact-inner-inquire h4 { color: #222; font-size: 48px; font-weight: bold; line-height: 68px; letter-spacing: -0.048em; }
.page-contact .contact-inner-inquire p { color: #222; font-size: 24px; line-height: 1.5; letter-spacing: -0.048em; }

.page-contact .inquire { width: calc(100% - 320px); }
.page-contact .inquire .inquire-form-title p { color: #222; font-size: 32px; font-weight: bold; } 
.page-contact .inquire .inquire-form-title small  { display: block; color: #999; font-size: 18px; line-height: 2; }
.page-contact .inquire-form  { display: flex; flex-wrap: wrap; justify-content: space-between; margin-top: 40px; }
.page-contact .inquire-form li { width: calc(50% - 12px); margin-bottom: 45px; }
.page-contact .inquire-form li label { display: block; color: #222; font-size: 18px; font-weight: bold; letter-spacing: -0.048em; }
.page-contact .inquire-form li input { width: 100%; padding: 20px 0 22px; color: #222; border: 0; border-bottom: 1px solid #c4c4c4; border-radius: 0; font-size: 18px; letter-spacing: -0.048em; outline: none; }
.page-contact .inquire-form li input:focus  { border-bottom: 1px solid #ff5a00} 
.page-contact .inquire-form li input::placeholder, .inquire-form li textarea::placeholder { color: #aaa; font-size: 18px; font-family: "Pretendard"; font-weight: 300; letter-spacing: -0.048em; }
.page-contact .inquire-form li:last-child label { font-size: 32px; }
.page-contact .inquire-form li textarea { width: 100%; height: 360px; margin-top: 22px; padding: 19px 28px; border: 1px solid #ddd; font-size: 18px; letter-spacing: -0.048em; outline: none; resize: none;}
.page-contact .inquire-form li textarea:focus  { border: 1px solid #ff5a00} 
.page-contact .inquire-form li:last-child { width: 100%; margin-bottom: 40px; }

.page-contact .chk_box { display: block; position: relative; width: fit-content; padding-left: 40px; cursor: pointer; font-size: 18px; line-height: 1.3333; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }
.page-contact input[type="checkbox"] { display: none; }
.page-contact .on { position: absolute; top: 0; left: 0; width: 24px; height: 24px;  background: url('../images/icon/ico_check.svg')no-repeat center; border: 1px solid #ddd; box-sizing: border-box; }
.page-contact input[type="checkbox"]:checked + .on { background: url('../images/icon/ico_check-w.svg')no-repeat center, #ff5a00; border: 1px solid #ff5a00; }
.page-contact .on:after { content: ""; position: absolute; display: none; }
.page-contact input[type="checkbox"]:checked + .on:after { display: block; }
.page-contact .chk_box .btn-terms { position: relative; display: inline-block; margin-left: 12px; font-size: 18px; color: #aaa; z-index: 2; }
.page-contact .chk_box .btn-terms:after { margin-top: -2px; display: block; content:''; clear: both; width: 100%; height: 1px; background: #aaa;}
.page-contact .btn-submit { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; width: 240px; height: 70px; margin: 60px 0 100px; background: #222; color: #fff; font-size: 20px; font-weight: bold; letter-spacing: -0.048em; }

/* ==================== MODAL ==================== */
/* .modal-layer { position: relative; left: 50%; top: 50%; width: 100%; max-width: 640px; padding: 0 50px; background: #fff; transform: translate(-50%, -50%); }
.modal-layer .btn-close { position: absolute; top: 40px; right: 40px; cursor: pointer; }
.modal-wrap { display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 10; overflow-y: auto; }
.modal-wrap .dimmed { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: #000; opacity: 0.7; }
.modal-wrap .layer_head { padding: 48px 0 20px; border-bottom: 1px solid #f1f1f1; letter-spacing: -0.048em; }
.modal-wrap .layer_head h3 { color: #222; font-size: 30px; font-weight: 700; text-align: center; }
.modal-wrap .layer_body { width: 100%; max-width: 640px; padding: 24px 0 42px; }
.modal-wrap .layer_body ul li { color: #777; font-size: 18px; line-height: 1.6667; letter-spacing: -0.048em; } 
.modal-wrap .layer_body ul li:nth-of-type(1), .modal-wrap .layer_body ul li:nth-of-type(5) { margin-bottom: 30px; }
.modal-wrap .layer_body ul li.privacy { font-size: 16px; word-break: keep-all; }
.modal-wrap .layer_body ul li b { display: inline-block; color: #333; }
.modal-wrap .layer_body ul li span { color: #3249bd; font-weight: bold; } */




.map-wrap { position: absolute; left: 0; bottom: 60px; width: 288px; height: fit-content; margin-left: -144px; text-align: left; font-size: 12px;}
.map-wrap * { padding: 0; margin: 0; }
.map-wrap .info { width: 286px; border-radius: 5px; border-bottom: 2px solid #ccc; border-right: 1px solid #ccc; overflow: hidden; background: #fff; }
.map-wrap .info:nth-child(1) { border: 0; box-shadow: 0px 1px 2px #888; }
.map-wrap .info .title { display: flex; flex-wrap: wrap; align-items: center; padding: 0 10px; height: 30px; background: #eee; border-bottom: 1px solid #ddd; font-size: 18px; font-weight: bold; }
.map-wrap .info .close { position: absolute; top: 6px; right: 10px; color: #888; width: 17px; height: 17px; background: url('https://t1.daumcdn.net/localimg/localimages/07/mapapidoc/overlay_close.png'); }
.map-wrap .info .close:hover { cursor: pointer; }
.map-wrap .info .body { position: relative; overflow: hidden; }
.map-wrap .info .desc { position: relative; padding: 16px; }
.map-wrap .desc .ellipsis { font-size: 14px; line-height: 1.3; }
.map-wrap .info:after { content: ''; position: absolute; margin-left: -12px; left: 50%; bottom: -12px; width: 22px; height: 12px; background: url('https://t1.daumcdn.net/localimg/localimages/07/mapapidoc/vertex_white.png') }


@media ( min-width: 1024px ) and ( max-width: 1280px ) {
    .contact-visual { padding: 160px 56px 64px; }
    .contact-list-wrap { width: auto; margin: 0 56px; } 
    .contact-inner { width: calc( 100% - 112px ); }
    .contact-contents .about-info p b { font-size: 32px; }
}



@media (max-width: 1023px) {
    .contact-visual { width: calc(100% - 112px); padding: 248px 0 106px; }
    .contact-visual small { display: block; margin-bottom: 30px; font-size: 32px; line-height: 50px; } 
    .contact-visual h3 { margin-bottom: 16px; font-size: 84px; line-height: 90px; } 
    .contact-visual p { font-size: 24px; line-height: 1.5; } 

    .contact-inner { width: calc(100% - 112px); margin: 0 auto;}
    .contact-inner-title { display: none; }
    .contact-contents .about-info { width: 100%; margin-bottom: 142px; }
    .contact-contents .about-info p b { font-size: 32px; line-height: 60px; }
    .contact-contents .about-info p span { display: block; margin: 12px 0 50px; font-size: 24px; line-height: 1.5; word-break: keep-all; }
    .contact-contents .about-info ul { flex-direction: column; margin-top: 0; }
    .contact-contents .about-info ul li { width: 100%; }
    .contact-contents .about-info ul li:nth-of-type(1):after { display: none;}
    .contact-contents .about-info ul li a { font-size: 28px; line-height: 1.7; }

    .page-contact .inquire { width: 100%; }
    .page-contact .inquire-form-title { margin: 0 0 84px; }
    .page-contact .inquire .inquire-form-title p { margin-bottom: 16px; font-size: 32px; line-height: 1.25; }
    .page-contact .inquire .inquire-form-title small { font-size: 18px; line-height: 1.25; }
    .page-contact .inquire-form li { width: 100%; margin-bottom: 70px; }
    .page-contact .inquire-form li label { font-size: 24px; line-height: 1.5; } 
    .page-contact .inquire-form li input { padding: 24px 0 32px; font-size: 28px; line-height: 1.5; border-bottom: 2px solid #c4c4c4; }
    .page-contact .inquire-form li input::placeholder { font-size: 28px; line-height: 1.5; } 
    .page-contact .inquire-form li:last-child label { margin-bottom: 52px; font-size: 32px; line-height: 1.25; }
    .page-contact .inquire-form li textarea { width: 100%; height: 640px; margin-top: 0; padding: 30px 40px; border: 2px solid #ddd; font-size: 30px; }
    .page-contact .inquire-form li textarea::placeholder { font-size: 30px; line-height: 1.5; }
    .page-contact .inquire-form li textarea:focus  { border: 2px solid #ff5a00} 
    .page-contact .inquire-form li:last-child { width: 100%; margin-top: 40px; margin-bottom: 40px; }

    .page-contact .chk_box { padding-left: 52px; font-size: 24px; line-height: 34px; }
    .page-contact .on { width: 34px; height: 34px;  background: url('../images/icon/ico_check.svg')no-repeat center / 20px; border: 2px solid #ddd; }
    .page-contact input[type="checkbox"]:checked + .on { background: url('../images/icon/ico_check-w.svg')no-repeat center / 28px, #ff5a00; border: 2px solid #ff5a00; }
    .page-contact .chk_box .btn-terms { display: block; width: fit-content; margin-top: 14px; margin-left: 0; font-size: 24px; line-height: 32px; }
    .page-contact .chk_box .btn-terms:after { margin-top: -1px; height: 2px; }
    .page-contact .btn-submit { width: 100%; height: 140px; margin: 80px auto 140px; font-size: 32px; }

    /* ==================== MODAL ==================== */
    /* .modal-layer { top:0; left: 0; max-width: 100%; height: 100vh; padding: 0 56px; background: #f1f1f1; transform: translate(0, 0); overflow-y: scroll; }
    .modal-layer .btn-close { position: absolute; top: 60px; right: 56px; width: 64px; height: 64px; background: url('../images/icon/ico_close-c.svg')no-repeat center/26px, #fff; cursor: pointer; }
    .modal-wrap .layer_head { padding: 68px 0 40px; border-bottom: 2px solid #ccc; }
    .modal-wrap .layer_head h3 { font-size: 36px; font-weight: 700; line-height: 1.5; text-align: left; }
    .modal-wrap .layer_body { max-width: 100%; padding: 48px 0 102px; }
    .modal-wrap .layer_body ul li { font-size: 24px; line-height: 1.5556; letter-spacing: -0.048em; word-break: keep-all; } 
    .modal-wrap .layer_body ul li:nth-of-type(1) { margin-bottom: 28px; }
    .modal-wrap .layer_body ul li.privacy { font-size: 20px; } */
}

@media (min-width: 319px) and (max-width: 719px) {
    .contact-visual { width: calc(100% - 56px); max-width: 720px; padding: 124px 0 53px; }
    .contact-visual small { margin-bottom: 16px; font-size: 20px; line-height: 25px; } 
    .contact-visual h3 { margin-bottom: 10px; font-size: 56px; line-height: 50px; } 
    .contact-visual p { font-size: 20px; line-height: 1.55; } 

    .contact-contents #map { height: 260px; }

    .contact-inner { width: calc(100% - 56px); max-width: 720px; margin: 0 auto;}
    .contact-inner-title { display: none; }
    .contact-contents .about-info { width: 100%; margin-bottom: 70px; }
    .contact-contents .about-info p b { font-size: 28px; line-height: 40px; }
    .contact-contents .about-info p span { display: block; margin: 6px 0 25px; font-size: 16px; line-height: 1.5; word-break: keep-all; }
    .contact-contents .about-info ul { flex-direction: column; margin-top: 0; }
    .contact-contents .about-info ul li { width: 100%; }
    .contact-contents .about-info ul li a { font-size: 20px; line-height: 1.7; }

    .page-contact .inquire { width: 100%; }
    .page-contact .inquire-form-title { margin: 0 0 42px; }
    .page-contact .inquire .inquire-form-title p { margin-bottom: 8px; font-size: 24px; line-height: 1.25; }
    .page-contact .inquire .inquire-form-title small { font-size: 16px; line-height: 1.25; }
    .page-contact .inquire-form li { width: 100%; margin-bottom: 35px; }
    .page-contact .inquire-form li label { font-size: 15px; line-height: 1.5; } 
    .page-contact .inquire-form li input { padding: 12px 0 16px; font-size: 18px; line-height: 1.5; border-bottom: 1px solid #c4c4c4; }
    .page-contact .inquire-form li input::placeholder { font-size: 18px; line-height: 1.5; } 
    .page-contact .inquire-form li:last-child label { margin-bottom: 26px; font-size: 24px; line-height: 1.25; }
    .page-contact .inquire-form li textarea { width: 100%; height: 320px; margin-top: 0; padding: 15px 20px; font-size: 18px; border: 1px solid #ddd; }
    .page-contact .inquire-form li textarea::placeholder { font-size: 18px; line-height: 1.5; } 
    .page-contact .inquire-form li textarea:focus  { border: 1px solid #ff5a00} 
    .page-contact .inquire-form li:last-child { width: 100%; margin-top: 40px; margin-bottom: 20px; }

    .page-contact .chk_box { padding-left: 33px; font-size: 18px; line-height: 1.3333; }
    .page-contact .on { width: 24px; height: 24px;  background: url('../images/icon/ico_check.svg')no-repeat center / 14px; border: 1px solid #ddd; }
    .page-contact input[type="checkbox"]:checked + .on { background: url('../images/icon/ico_check-w.svg')no-repeat center / 14px, #ff5a00; border: 1px solid #ff5a00; }
    .page-contact .chk_box .btn-terms { display: block; width: fit-content; margin-top: 10px; margin-left: 0; font-size: 16px; line-height: 20px; }
    .page-contact .chk_box .btn-terms:after { margin-top: 0; height: 1px; }

    .page-contact .btn-submit { width: 100%; height: 70px; margin: 40px auto 70px; font-size: 20px; }

        
}