
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video, button{
    font-family: 'Pretendard';
    padding: 0;
    margin: 0;
    border: 0;
    color: #060606;
    box-sizing: border-box;
}

/* 폰트 - Montserrat */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@800&display=swap');
/* font-family: 'Montserrat', sans-serif; */


li {
    list-style: none;
}
ol li{
    list-style: decimal inside;
}

a {
    text-decoration: none;
    color: #060606;
}
i{color: #060606;}
img{
    image-rendering: -webkit-optimize-contrast;
    transform:translateZ(0);
    backface-visibility:hidden;
}
input, textarea, select:focus{
    outline: none;
    box-shadow: none !important;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    color: #060606;
    background-color: #fff;
}
input{
    -webkit-appearance: none; /* 인풋내 그림자 제거 */
}
em{font-style: normal;}
button{cursor: pointer;color: #060606;}
.fz0 {
    font-size: 0;
}

/* 스와이퍼 */
.swiper-wrapper{
    height: unset !important;
}




.inner{
    width: 90%;
    margin: 0 auto;
}


/* color */
.red{color: #de2726 !important;}
.gray{color: #a1a1a1 !important;}


/* cont 공통 */
.cont{
    margin-top: 160px;
}



/* 타이틀 */
.titleWrap {
    padding: 0 0 40px;
}
.titleWrap span {
    color: #666;
    font-size: 23px;
    font-weight: 500;
    margin-bottom: 8px;
    color: #de2726;

    font-family: 'Montserrat', sans-serif;
}
.titleWrap h2 {
    color: #1c1c1c;
    letter-spacing: -0.08em;
    font-weight: 500;
    font-size: 36px;
    font-weight: 600;
}


/* 스와이퍼 공통 */
.swiper-slide{
    width: auto !important;
}




/* ulTable 공통 */
.ulTable{
    display: table;
    width: 100%;
    border-top: 3px solid #060606;
}
.ulTable > ul{
    list-style: none;
    margin-bottom: 0;
    clear: both;
    display: table-row-group;
}
.ulTable .ul_header{}
.ulTable .ul_header li{
    font-size: 17px !important;
    text-align: center !important;
    font-weight: 500 !important;
    border-bottom: 2px solid #060606;
}
.ulTable .ul_body{}
.ulTable .ul_notice{
    background: rgba(6,6,6,0.04);
}
.ulTable > ul li{
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    letter-spacing: -0.04em;
    border-bottom: 1px solid #cccccc;
    font-size: 18px;

    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 7px;
    padding-right: 7px;
}
.ulTable > ul li.no{
    width: 5%;
}
.ulTable > ul li.tit{
    width: auto;
    text-align:left;
}
.ulTable > ul li.date{
    width: 12%;
    font-size: 13px;
    font-weight: 300;
}




/* table공통 */
.table{
    width: 100%;
    box-sizing: border-box;
    border-top: 3px solid #060606;
    border-collapse: collapse;
}
.table thead{
    border-bottom: 2px solid #060606;
}
.table tr{
    border-bottom: 1px solid #cccccc;
}
.table th,
.table td{
    padding: 10px;
    text-align: center;
    letter-spacing: -0.04em;
}
.table tbody td.empty {
    height: 150px;
    text-align: center;
    color: #848383;
    padding: 0 !important;
}
.align_left{text-align: left !important;}
.align_center{text-align: center !important;}
.align_right{text-align: right !important;}

/* 페이지버튼 */
.page_wrap{}
.page_wrap a{
    color: #848383;
}
.page_wrap a.page_on{
    font-weight: bold;
    color: #060606;
}


/* 찜버튼 */
.ggim{
    display: inline-block;
    position: absolute;
    right: 10px;top: 0;
    width: 20px;
    height: 20px;
    cursor: pointer;
    z-index: 1;
}
.ggim i{
    position: absolute;
    left: 0;
    top: 0;
    font-size: 20px;
}
.ggim i.fa-regular {
    color: rgba(0,0,0,0.5);
}
.ggim i.fa-solid {
    color: #de2726;
}




/* 빈곳(데이터없음)표시-이모지있음 */
.face_empty{
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
    height: 200px;
}
.face_empty i,
.face_empty p{
    width: 100%;
    color: #bcbcbc;
    font-size: 18px;
    text-align: center;
}






/* select */
select{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: #060606;
}
.select{
    height: 32px;
    line-height: 32px;
    border: 1px solid #060606;
    color: #9b9a9a;
    padding: 0 3px;
    border-radius: 30px;
    font-size: 13px;
    padding: 0 32px 0 14px;
    background: url(/design/img/ico_down.png) no-repeat;
    background-color: #fff;
    background-position: center right 10px;
    background-size: 11px;
}


textarea{
    padding: 10px;
    border: 2px solid #060606;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    background: #fff;
    font-size: 15px;
    outline: none;
    resize: none;
}


/* input[text] */
input[type=text],
input[type=password]{/* 두꺼운검정색보더 */
    display: inline-block;
    box-sizing: border-box;
    height: 45px;
    padding: 0 10px;
    border: 2px solid #060606;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    background: #fff;
    font-size: 15px;
    outline: none;
    -webkit-appearance: none;
    color: #060606;
    box-shadow: none;
}
input[type=text].grayInput,
input[type=password].grayInput{/* 얇은회색보더 */
    border: 1px solid #e5e5e5;
    border-radius: 0;
    -webkit-border-radius: 0;
}
.bgGray{
    background: #f3f3f3 !important;
}




/* 체크박스 */
input[type=checkbox],
input[type=radio]{
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
input[type=checkbox] + label,
input[type=radio] + label{
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content:  flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    padding-left: 30px;
    font-size: 15px;
    color: #666;
    cursor: pointer;

    margin-top: -10px;
}
input[type=checkbox] + label::before,
input[type=radio] + label::before{
    content: '';
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 0;
    border: 1px solid #ddd;
    background-color: #fff;
}
.table input[type=checkbox] + label::before,
.table input[type=radio] + label::before{
    transform: translateX(25%);
}
input[type=checkbox]:checked + label::before,
input[type=radio]:checked + label::before{
    background-color: #060606;
    border-color: #060606;
}
input[type=checkbox] + label::after,
input[type=radio] + label::after{
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    /* -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease; */
    height: 8px;
    width: 12px;
    margin: 4px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-left: 3px solid #fff;
    border-bottom: 3px solid #fff;
    opacity: 0;
    -webkit-transform: scale(0) rotate(-45deg);
    transform: scale(0) rotate(-45deg);
}
input[type=checkbox]:checked + label::after,
input[type=radio]:checked + label::after{
    transform: scale(1) rotate(-45deg);
    opacity: 1;
}
.table input[type=checkbox]:checked + label::after,
.table input[type=radio]:checked + label::after{
    transform: scale(1) rotate(-45deg) translate(4px,3px);
}



/* ** 팝업공통 ** */
.modal-bg {
    display:none;
    width:100%;height:100%;
    position:fixed;top:0;left:0;right:0;
    background: rgba(0, 0, 0, 0.6);
    z-index:10000;
}
.modal-wrap {
    display:none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background: #fff;
    z-index: 50;
    border-radius: 4px;
    max-width: 90%;
    padding: 30px 20px 20px;
    box-sizing: border-box;

    max-height: 80vh;
    overflow-y: auto;
}
.modal-wrap .close_btn {
    width: 32px;
    height: 32px;
    position: absolute;
    top: 16px;
    right: 16px;
    cursor: pointer;

    display: flex;
    align-items: center;
    justify-content: center;
}
.modal-wrap .close_btn i{
    font-size: 30px;
}
.modal-wrap h3{
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 30px;
}









/* *************************************************
***********************반응형 ***********************
******************************************************/
@media(max-width:1440px){
    .cont {
        margin-top: 140px;
    }
    .titleWrap p{
        font-size: 24px;
        margin-bottom: 20px;
    }
    .titleWrap .title h2{
        font-size: 32px;
    }
    
    


}
@media(max-width:1024px){}
@media(max-width:768px){
    .cont {
        margin-top: 100px;
    }
    .titleWrap p{
        font-size: 20px;
        margin-bottom: 12px;
    }
    .titleWrap .title h2{
        font-size: 21px;
    }



    /* 페이지네이션 공통 */
    .page_wrap a{
        margin: 0;
        font-size: 14px;
        color: rgba(0,0,0,0.4);
    }
    .page_wrap a:nth-child(n + 6){
        display: none;
    }
    .prev_btn, .next_btn {
        display: unset !important;
    }




    /* ulTable공통 */
    .ulTable{
        display: block;
    }
    .ulTable .ul_header{
        display: none;
    }
    .ulTable .ul_header li{
        font-size: 14px !important;
    }
    .ulTable > ul{
        padding: 10px 15px 15px 15px;
        display: block;
    }
    .ulTable .ul_body{
        border-bottom: 1px solid #ccc;
    }
    .ulTable > ul li{
        border:0;
    }
    .ulTable > ul li.no{
        display: none;
    }
    .ulTable > ul li.tit{
        display: block;
        float: none;
        width: 100%;
        font-size: 15px;
        position: relative;
        padding: 0 !important;
        line-height: 1.4;
    }
    .ulTable > ul li.date{
        display: table-cell;
        width: auto !important;
        padding: 7px 10px 0 0;
        font-size: 14px;
        margin-top: 8px;
    }






    /* 찜버튼 공통 */
    .ggim{
        right: 0 !important;top: 0 !important;
        width: 40px !important;height: 40px !important;
    }
    .itemTable .ggim i{
        left: 50% !important;top: 50% !important;
        transform: translate(-50%,-50%) !important;
        font-size: 24px !important;
    }






}
@media(max-width:425px){}