img {
  max-width: fit-content;
  height: auto;
  display: block;
}
/* 팝업 */
#hd_pop {
    z-index: 9999999999999999 !important;
    width: 100%;
}
.hd_pops {
    border: 0;
}
.hd_pops .hd_pops_con {
    height: auto !important;
}
.hd_pops_footer {
    padding: 0;
    background: #363942;
    color: #fff;
    text-align: center;
    position: relative;
    display: flex;
    padding-top: 12px;
    padding-bottom: 12px;
}
.hd_pops_footer:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: ""
}
.hd_pops_footer button {
    padding: 0 !important;
    border: 0;
    color: #fff !important;
    width: 80%;
    text-align: center;
    padding: 11px;
    border: 0;
    color: #fff;
    font-size: 14px;
}
.hd_pops_footer .hd_pops_reject {
    background: #363942;
    text-align: center;
}
.hd_pops_footer button.hd_pops_close {
    width: 20%;
    background: #6cb6f3;
    position: absolute;
    top: 0;
    right: 0;
    color: #fff !important;
    height: 100%;
    display: block;

}
.hd_pops_footer button.hd_pops_close i {
    margin-left: 6px;
    font-size: 16px;
}
@media(max-width:786px) {
    #hd_pop {
        z-index: 9999999999999999 !important;
        position: relative;
        margin: 0 auto;
        width: 100% !important;
        height: 0;
    }
    .hd_pop {
        width: 100% !important;
    }
    .hd_pops {
        left: 0 !important;
        top: 0 !important;
        width: 100% !important;
        border: 0;
    }
    .hd_pops .hd_pops_con {
        width: 100% !important;
        height: auto !important;
    }
    .hd_pops .hd_pops_con img {
        width: 100%;
        height: auto;
    }
    .hd_pops_footer {
        padding: 0;
        background: #363942;
        color: #fff;
        text-align: center;
        position: relative;
        display: flex;
        padding-top: 16px;
        padding-bottom: 16px;
        font-weight: 600;
        font-family: 'NotoSans', 'Ubuntu', dotum, sans-serif;
    }
}
/* 게시판 아이콘 */
.btn_admin.btn,
.btn_b01.btn {
    font-size: 16px;
}
/* 퀵메뉴 */
#top_btn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 55px;
    height: 55px;
    line-height: 46px;
    border: 2px solid #333;
    color: #333;
    text-align: center;
    font-size: 15px;
    z-index: 90;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 50%
}
#top_btn:hover {
    border-color: #3059c7;
    background: #3059c7;
    color: #fff 
}
/* modal 설정 */
.modal {display: none; position: fixed; z-index: 10000; left: 0;top: 0;width: 100%; height: 100%; overflow: auto; background-color: rgb(0,0,0); background-color: rgba(0,0,0,0.4); }
.modal-content {background-color: #fefefe;z-index:99;margin: 8% auto; padding: 20px; max-width:900px; border: 1px solid #888;position:relative;width: 50%;-webkit-box-shadow: 0px 3px 8px 0px rgba(0,0,0,0.4);-moz-box-shadow: 0px 3px 8px 0px rgba(0,0,0,0.4);box-shadow: 0px 3px 8px 0px rgba(0,0,0,0.4);-webkit-transition: all 0.2s ease-in-out;-moz-transition: all 0.2s ease-in-out;-o-transition: all 0.2s ease-in-out;}
.modal-content .subject {
  width: 100%; text-align: left; border-bottom: 2px solid #000; font-size: 20px; letter-spacing: -1px; color:#222;
  font-weight: 600; padding: 0 0 15px 0; }
.modal-content .content { position:relative; width:100%; font-size:14px; letter-spacing:-0.5px;}
.modal-content .content .service_content {
  border:none; resize:none; overflow-y:scroll; text-align:left; overflow-x:hidden; width:100%; height:auto; padding:15px; background:#f9f9f9; height:400px; clear:both;
  font-size: 14px;
}
/* .modal-content .content .privacy_content { border:none; resize:none; overflow-y:scroll; overflow-x:hidden; width:100%; height:auto; padding:15px; background:#f9f9f9; height:400px; clear:both; } */
.modal-content .pop_bt { position:absolute; top:15px; right:20px; font-weight:100; font-size:24px; }
.modal-content .pop_bt i:hover { cursor:pointer;}
.provision, .privacy { cursor:pointer; }
/* modal 설정 */
/* 퀵메뉴 마감 */


/* 다운로드 버튼 */
.down-wrap { display: flex; margin: 25px; width: 100%; }
.down-wrap .down01 {
  width: 15%;
  display: flex;
  align-items: center;
}
.down02 {
  width: 15%;
  text-align: left;
  border: 0px solid blue;
}
.down03 {
  width: 70%;
  border: 0px solid red;
}
.down-wrap a { margin-left: auto; background: white; padding: 12px 16px; font-size: 16px;
  display: flex; align-items: center; justify-content: space-between; text-decoration: none; }
.btnstyle { font-weight: 500; height: 45px; line-height: 45px; box-sizing: border-box;
  display: inline-block; position: relative; z-index: 2; overflow: hidden; text-align: center; }
.btnstyle:before { content: ""; width: 100%; height: 100%; background: #1659a3; position: absolute;
  left: -100%; top: 0; transition: all 0.3s; z-index: -1; }
.btnstyle:hover { color: white; }
.btnstyle:hover:before { left: 0; }
.down-btn { width: 205px; border: 1px solid #CCC; }

@media screen and (max-width: 991px) {
  .down-wrap a { font-size: 15px; }
  .down-wrap .down01 { width: 25%; }
  .down-wrap .down02 { width: 25%; }
  .down-wrap .down03 { width: 50%; }
  .down-btn { width: 200px; }
}
@media screen and (max-width: 480px) {
  .down-wrap a { font-size: 14px; }
  .down-wrap .down01 { width: 40%; }
  .down-wrap .down02 { width: 52%; }
  .down-wrap .down03 { width: 8%; }
  .down-btn { width: 180px; }
}
/* 다운로드 버튼 */

/* flex-container */
.flex-container { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: stretch;}
.flex-container .flex-item .item-box .text-area  { font-size: 19px; margin: 20px 10px; font-weight: 700; color: #000; }
.flex-container .flex-item .item-box .text-area > dd { font-size: 17px; margin: 1rem 0; line-height: 1.6rem; font-weight: 500; color: #333; }

.flex-container .flex-item { width: calc(33.3333% - 10px); margin-bottom: 2rem; }
.flex-container .flex-item .item-box { border: 1px solid #DADADA; /* height: 220px; */ box-shadow: 0 5px 10px 0 rgb(0 0 0 / 10%); }
.flex-container .flex-item .item-box .imgbox { width: 100%; height: 200px; overflow: hidden; background-repeat: no-repeat; }
.flex-container .flex-item .item-box .imgbox span {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center; transform: scale(1); transition: transform 0.5s ease-out;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: auto;      /* 원본 크기 유지 */
  background-position: center;
}
.flex-container .flex-item .item-box:hover .imgbox span { transform: scale(1.2); filter: invert(1); }
.flex-container .flex-item .item-box:hover, .flex-item .item-box:hover .item-box { background: #a1275b; color: #fff; }
.flex-container .flex-item .item-box:hover, .flex-item .item-box:hover .text-area p { color: #fff; }
.flex-container .flex-item .item-box:hover { box-shadow: 0 15px 50px 0 rgb(0 0 0 / 20%); transition: 0.8s; }
/* .flex-container .flex-item .item-box:hover, */
/* .flex-container .flex-item .item-box:hover .text-area > p { background: #5e8f96; color: #fff; } */
.flex-container .flex-item .item-box:hover .text-area > dd { color: #fff; }
.flex-container .flex-item .item-box:hover .text-area > dd > a { color: #fff; }

@media screen and (max-width: 991px) {
  .flex-container .flex-item { width: calc(50% - 8px); margin-bottom: 24px; }
  .flex-container .flex-item .item-box .text-area { margin: 10px 5px 5px 10px; }
  .flex-container .flex-item .item-box .text-area > dd { line-height: 1.32rem; font-size: 0.96rem; }
}
@media screen and (max-width: 480px) {
  .flex-container { padding: 0; }
  .flex-container .flex-item .item-box .text-area > p { margin: 1rem 0 0.8rem; }
  .flex-container .flex-item .item-box .text-area dd { font-size: 0.9rem; }
  .flex-container .flex-item .item-box .text-area a { word-break: break-all; overflow-wrap: break-word; white-space: normal; }
}
/* flex-container */

/* animation */
@media(min-width:992px) {
    .wiz_animation,
    .wiz_swiper {
        opacity: 0 !important;
    }
    .wiz_active {
        transform: translateX(0) !important;
        opacity: 1 !important;
    }
}
@media(max-width:991px){
    .wiz_animation,
    .wiz_swiper {
        transform: translateX(0) !important;
        transform: translateY(0) !important;
        opacity: 1 !important;
    }
  /* img { width:80%; } */
  }
/* animation end */