@charset "utf-8";

section.sub_sec { padding-top: 150px; padding-bottom: 150px; }

section.about_sec div.flex_wrap { display: flex; justify-content: space-between; align-items: flex-start; }

section.about_sec div.flex_wrap div.left_box { padding-top: 115px; padding-bottom: 115px; }
section.about_sec div.flex_wrap div.left_box p.title { font-family: var(--font-pretendard); font-weight: 600; font-size: 32px; color: #000; word-break: keep-all; }
section.about_sec div.flex_wrap div.left_box p.desc { font-family: var(--font-pretendard); font-weight: 400; font-size: 24px; color: #000; word-break: keep-all; }


section.about_sec div.flex_wrap div.left_box div.kr_text { padding-bottom: 64px; border-bottom: 1px solid #787878; }
section.about_sec div.flex_wrap div.left_box div.kr_text p.title { line-height: 1.3; margin-bottom: 64px; }
section.about_sec div.flex_wrap div.left_box div.kr_text p.desc { line-height: 1.5; }
section.about_sec div.flex_wrap div.left_box div.kr_text p.desc:last-child { margin-top: 25px; }

section.about_sec div.flex_wrap div.left_box div.en_text { padding-top: 64px; }
section.about_sec div.flex_wrap div.left_box div.en_text p.title { line-height: 1.2; margin-bottom: 64px; }
section.about_sec div.flex_wrap div.left_box div.en_text p.desc { line-height: 1.3; }
section.about_sec div.flex_wrap div.left_box div.en_text p.desc:last-child { margin-top: 25px; }

section.location_sec div.map_wrap { width: 100%; height: 712px; position: relative; }
section.location_sec div.map_wrap > div { width: 100% !important;  }
section.location_sec div.map_wrap > div > div:first-child span.map_border { display: none; }
section.location_sec div.map_wrap > div > div:last-child { display: none; }
section.location_sec div.list_wrap { width: 100%; max-width: 974px; margin-inline: auto; margin-top: 100px; }

section.location_sec div.list_wrap ul li { display: flex; justify-content: flex-start; align-items: center; }
section.location_sec div.list_wrap ul li:not(:last-child) { margin-bottom: 20px; }
section.location_sec div.list_wrap ul li p { font-family: var(--font-pretendard); color: #000; font-size: 30px; line-height: 1.4; }
section.location_sec div.list_wrap ul li p.title { width: 252px; font-weight: 600; margin-right: 80px; }
section.location_sec div.list_wrap ul li p.title > img { display: inline-block; margin-right: 20px; }
section.location_sec div.list_wrap ul li p.desc { font-weight: 400; word-break: keep-all; }



section.contact_sec div.flex_wrap { display: flex; justify-content: space-between; align-items: flex-start; }

section.contact_sec div.flex_wrap div.left_box > h2 { font-family: var(--font-pretendard); font-weight: 600; font-size: 80px; line-height: 1.2; color: #070707; }
section.contact_sec div.flex_wrap div.left_box > p.desc { margin-top: 30px; font-family: var(--font-pretendard); font-weight: 400; font-size: 24px; line-height: 1.2; color: #000; }
section.contact_sec div.flex_wrap div.left_box > p.desc > span { display: none; }


section.contact_sec div.flex_wrap div.right_box { padding: 98.5px 83px; box-shadow: 0px 4px 34.8px 0px rgba(0,0,0,0.15); -webkit-box-shadow: 0px 4px 34.8px 0px rgba(0,0,0,0.15); -moz-box-shadow: 0px 4px 34.8px 0px rgba(0,0,0,0.15); }
section.contact_sec div.flex_wrap div.right_box > form > div:not(.frm_check) { display: flex; justify-content: flex-start; align-items: flex-start; width: 576px; }
section.contact_sec div.flex_wrap div.right_box > form > div:not(:last-child):not(.frm_check):not(.frm_request) { margin-bottom: 30px; }
section.contact_sec div.flex_wrap div.right_box > form > div:not(.frm_half):not(.frm_check) { flex-direction: column; }

section.contact_sec div.flex_wrap div.right_box > form > div.frm_half { justify-content: space-between;  }
section.contact_sec div.flex_wrap div.right_box > form > div.frm_half > div { display: flex; justify-content: flex-start; align-items: flex-start; flex-direction: column; width: 50%; max-width: 275px; }

section.contact_sec div.flex_wrap div.right_box > form > div.frm_request { margin-bottom: 20px; }

section.contact_sec div.flex_wrap div.right_box > form > div:not(.frm_check) label { display: block; margin-bottom: 12px; font-family: var(--font-pretendard); font-weight: 500; font-size: 20px; line-height: 1.2; color: #000; }
section.contact_sec div.flex_wrap div.right_box > form > div:not(.frm_check) label > span { color: var(--acc-color); }


section.contact_sec div.flex_wrap div.right_box > form > div.frm_check { position: relative; min-height: 21px; }
section.contact_sec div.flex_wrap div.right_box > form > div.frm_check > label { font-family: var(--font-pretendard); font-weight: 500; font-size: 16px; line-height: 1.3; color: #a0a0a0; }

section.contact_sec div.flex_wrap div.right_box > form > div.frm_check input[type="checkbox"] { display: inline-block; width: 15px; height: 15px; margin-right: 3px; border: 1px solid #e8e8e8; appearance: none; background-color: #fff; border-radius: 2px; }
section.contact_sec div.flex_wrap div.right_box > form > div.frm_check input[type="checkbox"] + label { font-family: var(--font-pretendard); font-size: 16px; font-weight: 500; }
section.contact_sec div.flex_wrap div.right_box > form > div.frm_check input[type="checkbox"] + label:hover { color: var(--acc-color); }

section.contact_sec div.flex_wrap div.right_box > form > div.frm_check input[type="checkbox"] + label span { margin-top: 1px; font-family: var(--font-noto); font-weight: 400; font-size: 14px; line-height: 1.5; color: #222; }
section.contact_sec div.flex_wrap div.right_box > form > div.frm_check input[type="checkbox"]:checked + label span { display: inline-block; position: absolute; top: 2px; left: 0; width: 15px; height: 15px; background-color: var(--acc-color); background-image: url('../img/ico_chk.png'); background-repeat: no-repeat; background-position: center center; border: none; border-radius: 2px; }




section.contact_sec div.flex_wrap div.right_box > form > div input[type="text"],
section.contact_sec div.flex_wrap div.right_box > form > div input[type="number"] { width: 100%; height: 53px; padding-left: 15px; background-color: rgba(255, 255, 255, 0.2); border: 1px solid #a0a0a0; font-family: var(--font-pretendard); font-weight: 400; font-size: 20px; line-height: 1.2; color: #9f9f9f; }
section.contact_sec div.flex_wrap div.right_box > form > div select { width: 100%; height: 53px; padding-left: 15px; font-family: var(--font-pretendard); font-weight: 400; font-size: 20px; line-height: 1.2; color: #9f9f9f; background: url('../img/img_index_select_arrow.png') no-repeat 94% 50%/20px auto; background-color: rgba(255, 255, 255, 0.2); border: 1px solid #a0a0a0; -webkit-appearance:none; -moz-appearance:none; appearance: none; outline: none; }
section.contact_sec div.flex_wrap div.right_box > form > div textarea { width: 100%; height: 145px; resize: none; padding: 10px 15px; background-color: rgba(255, 255, 255, 0.2); border: 1px solid #a0a0a0; font-family: var(--font-pretendard); font-weight: 400; font-size: 20px; line-height: 1.2; color: #9f9f9f; }

section.contact_sec div.flex_wrap div.right_box > form > div input::-webkit-inner-spin-button { appearance: none; -moz-appearance: none; -webkit-appearance: none; outline: none; border: none; }

section.contact_sec div.flex_wrap div.right_box > form > div input[type=text]:focus, 
section.contact_sec div.flex_wrap div.right_box > form > div input[type=number]:focus, 
section.contact_sec div.flex_wrap div.right_box > form > div textarea:focus, 
section.contact_sec div.flex_wrap div.right_box > form > div select:focus { border: 1px solid #a0a0a0 !important; box-shadow: none; }

section.contact_sec div.flex_wrap div.right_box > form > div.frm_btnBox { margin-top: 50px; }
section.contact_sec div.flex_wrap div.right_box > form > div.frm_btnBox > button { padding: 15px 50px; background-color: var(--acc-color); font-family: var(--font-pretendard); font-weight: 500; font-size: 20px; line-height: 1; text-align: center; color: #fff; }



section.gallery h2.page_title { margin-bottom: 100px; font-family: var(--font-pretendard); font-weight: 700; font-size: 50px; line-height: 1.3; color: #000; text-align: center; }

section.gallery #bo_gall #bo_cate { display: none; visibility: hidden; opacity: 0; }

section.gallery #bo_gall #gall_ul { display: flex; flex-direction: column; justify-content: center; align-items: center; width: 100%; margin: 0; row-gap: 80px; }
section.gallery .gall_row .col-gn-1 { width: 100%; padding: 0; float: none; }
section.gallery #bo_gall .gall_box { margin: 0; border-radius: 0; }
section.gallery #bo_gall .gall_img { width: 100%; }
section.gallery #bo_gall .gall_img a { display: block; width: 100%; height: 100%; }

section.gallery #bo_gall .gall_text_href { margin: 0; margin-top: 45px; text-align: center;}
section.gallery #bo_gall .gall_text_href a.bo_cate_link { display: none; visibility: hidden; opacity: 0; }

section.gallery #bo_gall .bo_tit { font-family: var(--font-pretendard); font-weight: 500; font-size: 30px; line-height: 1.3; color: #000; word-break: keep-all; }
section.gallery #bo_gall .bo_cnt { display: block; margin-top: 15px; font-family: var(--font-pretendard); font-weight: 400; font-size: 20px; line-height: 1.3; color: #787878; word-break: keep-all; }

section.gallery_view #bo_v { margin-bottom: 0; }
section.gallery_view #bo_v #bo_v_info { border-bottom: none !important; }
section.gallery_view div.img_slide_wrap { width: 100%; margin-top: 40px; }
section.gallery_view div.img_slide_wrap img { display: block; width: 100%; object-fit: cover; }

section.gallery_view { position: relative; }
section.gallery_view h2#bo_v_title { margin-bottom: 50px; }
section.gallery_view h2#bo_v_title > span { display: block; width: 100%; font-family: var(--font-pretendard); font-weight: 600; font-size: 50px; line-height: 1.3; color: #000; text-align: center; }
section.gallery_view h2#bo_v_title > span.bo_v_cate { display: none; visibility: hidden; opacity: 0; }

section.gallery_view div.gallery_img_wrap { overflow: hidden; padding-top: 50px; padding-bottom: 50px; border-top: 1px solid #d9d9d9; border-bottom: 1px solid #d9d9d9; overflow: hidden; }

section.gallery_view #bo_v_con { min-height: revert; height: auto; margin: 0; margin-top: 50px; }
section.gallery_view #bo_v_con > p { font-family: var(--font-pretendard); line-height: 1.3; }
section.gallery_view #bo_v_con > p.title { font-weight: 600; font-size: 30px; color: #000; margin-bottom: 50px; word-break: keep-all; }
section.gallery_view #bo_v_con > p.desc { font-weight: 400; font-size: 20px; color: #787878; margin-bottom: 20px; word-break: keep-all; }
section.gallery_view #bo_v_con > p:last-child { margin-bottom: 0; }

section.gallery_view div.list_link { width: 100%; margin-top: 200px; }
section.gallery_view div.list_link a.view_list_btn { display: flex; justify-content: center; align-items: center; width: 280px; height: 73px; margin: 0 auto; background-color: #fff; border: 1px solid var(--acc-color); font-family: var(--font-pretendard); font-weight: 600; font-size: 28px; line-height: 1.3; color: var(--acc-color); }

section.gallery_view div.slide_btn_wrap > div::after { display: none; }
section.gallery_view div.slide_btn_wrap > div { width: fit-content; height: fit-content; transform: translateY(-50%); top: 37.5%; }
section.gallery_view div.slide_btn_wrap > div.swiper-button-next { right: calc((100vw - 1474px) / 2); }
section.gallery_view div.slide_btn_wrap > div.swiper-button-prev { left: calc((100vw - 1474px) / 2);; }


@media screen and (max-width: 1490px){
    section.gallery_view > div { width: 85%; }
    section.gallery_view div.slide_btn_wrap > div.swiper-button-next { right: 30px; }
    section.gallery_view div.slide_btn_wrap > div.swiper-button-prev { left: 30px; }
}

@media screen and (max-width: 1350px){
    section.about_sec div.flex_wrap div.left_box { width: 47.5%; }

    section.about_sec div.flex_wrap div.right_box { width: 47.5%; }
    section.about_sec div.flex_wrap div.right_box > img { display: block; width: 100%; }

    section.about_sec div.flex_wrap div.left_box p.title { font-size: 28px; }
    section.about_sec div.flex_wrap div.left_box p.title > br { display: none; }
    section.about_sec div.flex_wrap div.left_box div.kr_text p.title { margin-bottom: 54px; }
    section.about_sec div.flex_wrap div.left_box div.en_text p.title { margin-bottom: 54px; }
    section.about_sec div.flex_wrap div.left_box p.desc { font-size: 20px; }
    section.about_sec div.flex_wrap div.left_box p.desc > br { display: none; }

    section.about_sec div.flex_wrap div.left_box div.kr_text { padding-bottom: 54px; }
    section.about_sec div.flex_wrap div.left_box div.en_text { padding-top: 54px; }

    section.contact_sec div.flex_wrap > div.left_box { width: 40%; }
    section.contact_sec div.flex_wrap div.right_box { width: 55%; }


    section.contact_sec div.flex_wrap div.left_box > h2 { font-size: 60px; }
    section.contact_sec div.flex_wrap div.left_box > p.desc { font-size: 22px; }

    section.contact_sec div.flex_wrap div.right_box > form > div:not(.frm_check) { width: 100%; }
    section.contact_sec div.flex_wrap div.right_box > form > div:not(.frm_check) label { font-size: 18px; }
    section.contact_sec div.flex_wrap div.right_box > form > div.frm_half > div { width: 47.5%; }
    
    section.contact_sec div.flex_wrap div.right_box > form > div input[type="text"], 
    section.contact_sec div.flex_wrap div.right_box > form > div input[type="number"] { font-size: 18px; }
    section.contact_sec div.flex_wrap div.right_box > form > div select { font-size: 18px; }

    section.contact_sec div.flex_wrap div.right_box > form > div.frm_btnBox > button { font-size: 18px; }
    

}

@media screen and (max-width: 1280px){

    section.about_sec div.flex_wrap div.left_box { padding-top: 80px; padding-bottom: 80px; }

    section.about_sec div.flex_wrap div.left_box p.title { font-size: 24px; }
    section.about_sec div.flex_wrap div.left_box div.kr_text p.title { margin-bottom: 40px; }
    section.about_sec div.flex_wrap div.left_box div.en_text p.title { margin-bottom: 40px; }
    section.about_sec div.flex_wrap div.left_box p.desc { font-size: 18px; }

    section.about_sec div.flex_wrap div.left_box div.kr_text p.desc:last-child { margin-top: 20px; }

    section.about_sec div.flex_wrap div.left_box div.kr_text { padding-bottom: 40px; }
    section.about_sec div.flex_wrap div.left_box div.en_text { padding-top: 40px; }

    section.about_sec div.flex_wrap div.left_box div.en_text p.desc:last-child { margin-top: 20px; }


    section.location_sec h2 { font-size: 34px; }
    section.location_sec div.list_wrap ul li p.title { font-size: 26px; }
    section.location_sec div.list_wrap ul li p.desc { font-size: 26px; }

    section.contact_sec div.flex_wrap div.right_box { padding: 68.95px 58.1px; }

    section.gallery #bo_gall .bo_tit { font-size: 26px; }
    section.gallery #bo_gall .bo_cnt { font-size: 18px; }

    section.gallery_view h2#bo_v_title > span { font-size: 34px; }
    section.gallery_view div.slide_btn_wrap > div { top: 35%; }
    section.gallery_view div.slide_btn_wrap > div > img { display: block; width: 80%; }

    section.gallery_view div.slide_btn_wrap > div.swiper-button-next { right: 2%; }
    section.gallery_view div.slide_btn_wrap > div.swiper-button-prev { left: 2%; }


}

@media screen and (max-width: 1180px){
    section.about_sec div.flex_wrap div.left_box p.title { font-size: 22px; }
    section.about_sec div.flex_wrap div.left_box p.desc { font-size: 17px; }
}

@media screen and (max-width: 1024px){

    #sub_title { height: 350px !important; }
    #sub_title > div.title_bg_wrap > h2 { font-size: 44px !important; }


    section.sub_sec { padding-top: 130px; padding-bottom: 130px; }

    section.about_sec div.flex_wrap { flex-direction: column; width: 100%; }

    section.about_sec div.flex_wrap div.left_box { width: 100%; order: 2; padding-bottom: 0; padding-top: 50px; }
    section.about_sec div.flex_wrap div.right_box { width: 100%; height: 350px; order: 1; }
    section.about_sec div.flex_wrap div.right_box > img { height: 100%; object-fit: cover; object-position: 50% 30%; }

    section.about_sec div.flex_wrap div.left_box p.title { font-size: 20px; }
    section.about_sec div.flex_wrap div.left_box p.desc { font-size: 16px; }

    section.about_sec div.flex_wrap div.left_box div.kr_text p.title { margin-bottom: 30px; }
    section.about_sec div.flex_wrap div.left_box div.en_text p.title { margin-bottom: 30px; }


    section.location_sec div.list_wrap { margin-top: 70px; }
    section.location_sec h2 { font-size: 30px; }
    section.location_sec div.list_wrap ul li p.title { font-size: 22px; width: 30%; margin-right: 0; }
    section.location_sec div.list_wrap ul li p.desc { font-size: 22px; }


    section.contact_sec div.flex_wrap div.right_box { padding: 48.265px 40.67px;  }
    section.contact_sec div.flex_wrap div.right_box > form > div.frm_half { flex-direction: column; row-gap: 30px; }
    section.contact_sec div.flex_wrap div.right_box > form > div.frm_half > div { width: 100%; max-width: revert; }


    section.gallery #bo_gall .bo_tit { font-size: 22px; }
    section.gallery #bo_gall .bo_cnt { font-size: 16px; }

    section.gallery_view h2#bo_v_title > span { font-size: 30px; }
    section.gallery_view #bo_v_con > p.title { font-size: 26px; }
    section.gallery_view #bo_v_con > p.desc { font-size: 18px; }
    
    section.gallery_view div.list_link { margin-top: 130px; }
    section.gallery_view div.list_link a.view_list_btn { width: 224px; height: 58.4px; font-size: 22px; }

    section.gallery_view div.slide_btn_wrap > div > img { width: 70%; }
    section.gallery_view div.slide_btn_wrap > div.swiper-button-next { width: fit-content; right: 1%; }
    section.gallery_view div.slide_btn_wrap > div.swiper-button-prev { width: fit-content; left: 1%; }


}

@media screen and (max-width: 910px){

    section.contact_sec div.flex_wrap { flex-direction: column; width: 100%; row-gap: 50px; }
    section.contact_sec div.flex_wrap > div.left_box { width: 100%; text-align: center; }

    section.contact_sec div.flex_wrap div.left_box > h2 { font-size: 50px; }
    section.contact_sec div.flex_wrap div.left_box > p.desc { font-size: 18px; margin-top: 20px; }
    section.contact_sec div.flex_wrap div.left_box > p.desc > br { display: none; }
    section.contact_sec div.flex_wrap div.left_box > p.desc > span { display: block; }

    section.contact_sec div.flex_wrap div.right_box { width: 100%; }
    section.contact_sec div.flex_wrap div.right_box > form > div.frm_half > div { max-width: revert; }

}

@media screen and (max-width: 768px){
    #sub_title { height: 300px !important; }
    #sub_title > div.title_bg_wrap > h2 { font-size: 36px !important; }
    section.sub_sec { padding-top: 100px; padding-bottom: 100px; }

    section.location_sec h2 { font-size: 26px; margin-bottom: 70px; }

    
    section.location_sec div.map_wrap { height: 400px; }
    section.location_sec div.map_wrap > div { height: 100% !important; }
    section.location_sec div.map_wrap > div > div { height: 100% !important; }

    section.location_sec div.list_wrap { margin-top: 40px; }
    section.location_sec div.list_wrap ul li { flex-direction: column; row-gap: 15px; }
    section.location_sec div.list_wrap ul li:not(:last-child) { margin-bottom: 30px; }

    section.location_sec div.list_wrap ul li p.title { font-size: 18px; width: 100%; display: flex; align-items: center; }
    section.location_sec div.list_wrap ul li p.desc { font-size: 18px; width: 100%; }

    section.contact_sec div.flex_wrap div.left_box > h2 { font-size: 40px; }
    section.contact_sec div.flex_wrap div.left_box > p.desc { font-size: 17px; }

    section.contact_sec div.flex_wrap div.right_box > form > div:not(:last-child):not(.frm_check):not(.frm_request) { margin-bottom: 20px; }
    section.contact_sec div.flex_wrap div.right_box > form > div:not(.frm_check) label { font-size: 17px; }

    section.contact_sec div.flex_wrap div.right_box > form > div input[type="text"], 
    section.contact_sec div.flex_wrap div.right_box > form > div input[type="number"] { font-size: 17px; }
    section.contact_sec div.flex_wrap div.right_box > form > div select { font-size: 17px; }
    section.contact_sec div.flex_wrap div.right_box > form > div textarea { font-size: 17px; }

    section.contact_sec div.flex_wrap div.right_box > form > div.frm_check input[type="checkbox"] + label { font-size: 15px; }

    section.contact_sec div.flex_wrap div.right_box > form > div.frm_btnBox { margin-top: 30px; }
    section.contact_sec div.flex_wrap div.right_box > form > div.frm_btnBox > button { font-size: 16px; padding: 15px 30px; }


    section.gallery #bo_gall .bo_tit { font-size: 20px; }
    section.gallery #bo_gall .bo_cnt { font-size: 14px; margin-top: 10px; }

    section.gallery #bo_gall .gall_text_href { margin-top: 30px; }

    section.gallery_view h2#bo_v_title { margin-bottom: 30px; }
    section.gallery_view h2#bo_v_title > span { font-size: 26px; }
    section.gallery_view #bo_v_con > p.title { font-size: 22px; margin-bottom: 30px; }
    section.gallery_view #bo_v_con > p.desc { font-size: 16px; }

    section.gallery_view div.gallery_img_wrap { padding-top: 30px; padding-bottom: 30px; }

    section.gallery_view div.list_link { margin-top: 100px; }
    section.gallery_view div.list_link a.view_list_btn { width: 179px; height: 46.72px; font-size: 18px; }

    section.gallery_view div.slide_btn_wrap > div > img { width: 50%; }
    section.gallery_view div.slide_btn_wrap > div.swiper-button-next { right: 0; }
    section.gallery_view div.slide_btn_wrap > div.swiper-button-prev { left: 0; }

    section.gallery_view #bo_v_con { margin-top: 30px; }

}

@media screen and (max-width: 550px){
    section.gallery_view div.slide_btn_wrap > div > img { width: 40%; }

    section.gallery #bo_gall .gall_text_href { margin-top: 20px; }

    section.gallery_view div.img_slide_wrap { margin-top: 20px; }
}

@media screen and (max-width: 500px){

    section.about_sec div.flex_wrap div.left_box p.title { font-size: 18px; }

    section.gallery_view div.slide_btn_wrap > div > img { width: 35%; }

    section.gallery_view div.slide_btn_wrap > div { top: 32.5%; }
    section.gallery_view div.slide_btn_wrap > div.swiper-button-prev { width: 35px; }
    section.gallery_view div.slide_btn_wrap > div.swiper-button-next { width: 35px; }

    section.gallery_view div.list_link { margin-top: 60px; }

    section.location_sec div.list_wrap ul li p.title > img { margin-right: 10px; width: 1.75em; }
    section.location_sec div.list_wrap ul li p.title { font-size: 16px; }
    section.location_sec div.list_wrap ul li p.desc { font-size: 16px; }

    section.contact_sec div.flex_wrap div.left_box > h2 { font-size: 32px; }
    section.contact_sec div.flex_wrap div.left_box > p.desc { font-size: 16px; }

    section.contact_sec div.flex_wrap div.right_box > form > div:not(.frm_check) label { font-size: 16px; }
    section.contact_sec div.flex_wrap div.right_box > form > div input[type="text"], 
    section.contact_sec div.flex_wrap div.right_box > form > div input[type="number"] { font-size: 16px; }
    section.contact_sec div.flex_wrap div.right_box > form > div select { font-size: 16px; }
    section.contact_sec div.flex_wrap div.right_box > form > div textarea { font-size: 16px; }
}

@media screen and (max-width: 400px){
    section.contact_sec div.flex_wrap div.left_box > p.desc { font-size: 15px; }
}