@charset "utf-8";
body {font-family:'Noto Sans KR', sans-serif; letter-spacing: -0.6px !important;}
:root {accent-color: #ef4d4d;}
.inner {max-width: 1200px; position: relative; margin: 0 auto;}

.sub_banner {max-width: 1920px; width: 100%; margin: 0 auto;}
.sub_banner img {width: 100%; height: auto;}

/*********** pagination ***********/
.pagination {text-align: center; padding-top: 60px;}
.pagination2 {padding-top: 20px !important;}
.pagination ul .page_prev {margin-right: 10px; border: 1px solid #ddd; border-radius: 5px;}
.pagination ul .page_next {margin-left: 10px; border: 1px solid #ddd; border-radius: 5px;}
.pagination ul li {display: inline-block; vertical-align: middle;}
.pagination ul li a {font-size: 13px; font-weight: bold; color: #333; width: 30px; height: 30px; line-height: 30px; display: block; transition: 0.3s; -ms-transition: 0.3s; -webkit-transition: 0.3s; -o-transition: 0.3s; -moz-transition: 0.3s;}
.pagination ul li a.active {border-radius: 5px; background-color: #ef4d4d; color: #fff;}

input.active {border-color: #ef4d4d;}

/*********** 모달 ***********/
.external_modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    display: none; 
    justify-content: center;
    align-items: center;
    z-index: 9999;
}
.external_modal .modal_bg {
    width: 100%; 
    height: 100%; 
    position: absolute; 
    top: 0; 
    left: 0;
    z-index: 1;
}
.external_modal.active {display: flex;}

.modal_inner {position: relative; z-index: 2; max-width: 450px; width: 100%; background-color: #fff; border-radius: 5px;}
.modal_inner .modal_content {box-sizing: border-box; padding: 25px 25px; box-sizing: border-box;}

.modal_top {}
.modal_top h2 {font-size: 18px; font-weight: bold;}

.modal_middle {max-height: 400px; overflow-y: auto; margin-top: 20px; box-sizing: border-box; padding: 10px 10px; border: 1px solid #eee; border-radius: 5px;}
.modal_middle p {font-family: 14px; line-height: 1.4;}

.modal_bottom {padding-top: 20px;}
.modal_bottom a {width: 100%; text-align: center; display: block; background-color: #ef4d4d; padding: 15px 0; color: #fff; border-radius: 5px; font-weight: bold;}
