@charset "utf-8";

.pr_info_wrap {
    width: 100%;
    height: auto;
}

.pr_info {
    width: 100%;
    height: 350px;
    border-bottom: 1px solid #e2e2e2;
    position: relative;
    margin-top: 20px;
}



.pr_top_txt > h3 {
    width: 88%;
    font-size: 24px;
    font-weight: 600;
    font-family: 'Noto Sans';
    position: relative;
    padding-left: 32px;
    float: left;
}

.pr_top_txt {
    width: 100%;
    height: 60px;
    position: relative;
}

.pr_top_txt > a {
    font-size: 16px;
    font-weight: 700;
    top: 20px;
    padding-right: 25px;
    position: relative;
    float: right;
}

.pr_top_txt > a::after {
    content: "";
    position: absolute;
    background-image: url(/images/common/content/pro_more.png);
    background-repeat: no-repeat;
    background-position: right;
    background-size: 100% 100%;
    width: 20px;
    height: 20px;
    top: 0;
    right: 0;
}

.pr_top_txt > a:hover::after {
    content: "";
    position: absolute;
    background-image: url(/images/common/content/pro_more_ov.png);
    background-repeat: no-repeat;
    background-position: right;
    background-size: 100% 100%;
    width: 20px;
    height: 20px;
    top: 0;
    right: 0;
}



.pr_top_txt > h3::before {
    content: "";
    position: absolute;
    background-image: url(/images/common/content/pro_info.png);
    background-repeat: no-repeat;
    background-position: left center;
    width: 30px;
    height: 30px;
    left: 0;
    /* bottom: -3px; */
}

.pr_inner {
    width: 100%;
    height: 260px;
    background: #fafafa;
    float: left;
    display: flex;
}

.pr_img_box {
    width: 370px;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.pr_img_box img {
    min-width: 100%;
    max-width: none;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.pr_inner_txt {
    width: calc(100% - 370px);
    height: 100%;
    position: relative;
}

.pr_inner_txt .top_con {
    padding-top: 15px;
    padding-left: 30px;
    padding-bottom: 0px;
    display: block;
    width: 100%;
    height: auto;
    float: left;
}

.pr_inner_txt .top_con li {
    float: left;
    margin-right: 5px;
    margin-bottom: 5px
}

.pr_inner_txt .top_con .circle_green {
    padding: 4px 15px;
    border: 2px solid #43ce7e;
    border-radius: 30px;
}

.pr_inner_txt .top_con .circle_blue {
    padding: 4px 15px;
    border: 2px solid #569cdd;
    border-radius: 30px;
}

.pr_inner_txt .top_con .circle_orange {
    padding: 4px 10px;
    border: 2px solid #f88b3a;
    border-radius: 30px;
}

.pr_inner_txt .top_con02 {
    display: block;
    padding-left: 30px;
    float: left;
    width: 100%;
    height: 60%;
    margin-top: 10px;
}

.pr_inner_txt .top_con02 > li {
    height: auto;
    margin-bottom: 5px;
    float: left;
    width: 100%;
    font-size: 16px;
    padding-right: 50px;
}

.pr_inner_txt .top_con02 > li > strong {
    width: 14%;
    height: auto;
    display: block;
    float: left;
}

.pr_inner_txt .top_con02 > li > p {
    line-height: 1.3;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}




.pro_more {
    width: 100%;
}

.pro_more > a {
    width: 20%;
    height: 50px;
    border: 1px solid #4357b3;
    border-radius: 5px;
    position: relative;
    top: 30px;
    margin: 0 auto;
    display: block;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    line-height: 3;
    color: #4357b3;
}

.pro_more > a:hover {
    background: #4357b3;
    color: #fff;
}

.pro_more > a > i {
    position: static;
    margin-left: 8px;
}

.no {
    display: none;
    transition: .4s;
}

@media screen and (min-width:640px) and (max-width:1199px) {
    .pr_info {
        width: 100%;
        height: 350px;
        position: relative;
    }

    .pr_top_txt > h3 {
        width: 75%;
    }

    .pr_inner {
        width: 100%;
        height: 260px;
        background: #fafafa;
        float: left;
        display: flex;
    }

    .pr_img_box {
        width: 35%;
        height: 100%;
    }

    .pr_inner_txt {
        width: 65%;
    }

    .pr_inner_txt .top_con {
        padding-top: 10px;
        padding-left: 30px;
        display: block;
        width: 100%;
        padding-bottom: 5px;
        height: auto;
        float: left;
    }

    .pr_inner_txt .top_con li {
        float: left;
        font-size: 14px;
        margin-right: 5px;
    }

    .pr_inner_txt .top_con .circle_green {
        padding: 2px 15px;
        border: 2px solid #43ce7e;
        border-radius: 30px;
    }

    .pr_inner_txt .top_con .circle_blue {
        padding: 2px 15px;
        border: 2px solid #569cdd;
        border-radius: 30px;
    }

    .pr_inner_txt .top_con .circle_orange {
        padding: 2px 10px;
        border: 2px solid #f88b3a;
        border-radius: 30px;
    }

    .pr_inner_txt .top_con02 {
        display: block;
        padding-left: 30px;
        float: left;
        width: 100%;
        height: 60%;
    }

    .pr_inner_txt .top_con02 > li {
        height: auto;
        float: left;
        width: 100%;
        padding-right: 5px;
        font-size: 15px;
        line-height: 1.7;
        white-space: normal;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        padding-right: 15px;
    }

    .pr_inner_txt .top_con02 > li > strong {
        width: 20%;
        height: auto;
    }

    .pr_inner_txt .top_con02 > li > p {}


    .pro_more > a {
        top: 15px;
        width: 25%
    }
}

@media screen and (max-width:639px) {
    .pr_info {
        width: 100%;
        height: 633px;
        border-bottom: 1px solid #e2e2e2;
        position: relative;
        margin-bottom: 10px;
        margin-top: 20px;
    }

    .pr_top_txt > h3 {
        width: 73%;
        font-size: 18px;
        font-weight: 700;
        font-family: 'Noto Sans';
        position: relative;
        padding-left: 30px;
        float: left;
    }

    .pr_top_txt {
        width: 100%;
        height: 50px;
        position: relative;
    }

    .pr_top_txt > a {
        font-size: 13px;
        font-weight: 700;
        top: 12px;
        padding-right: 25px;
        position: relative;
        float: right;
    }

    .pr_top_txt > a::after {
        content: "";
        position: absolute;
        background-image: url(/images/common/content/pro_more.png);
        background-repeat: no-repeat;
        background-position: right;
        background-size: 100% 100%;
        width: 20px;
        height: 20px;
        top: 0;
        right: 0;
    }

    .pr_top_txt > a:hover::after {
        content: "";
        position: absolute;
        background-image: url(/images/common/content/pro_more_ov.png);
        background-repeat: no-repeat;
        background-position: right;
        background-size: 100% 100%;
        width: 20px;
        height: 20px;
        top: 0;
        right: 0;
    }

    .pr_top_txt > h3::before {
        content: "";
        position: absolute;
        background-image: url(/images/common/content/pro_info.png);
        background-repeat: no-repeat;
        background-position: left center;
        width: 30px;
        height: 30px;
        left: 0;
        /* bottom: 1px; */
    }

    .pr_inner {
        width: 100%;
        height: auto;
        background: #fafafa;
        float: left;
        display: block;
        padding: 0 0 20px 0;
    }

    .pr_img_box {
        float: left;
        display: block;
        width: 100%;
        height: 0;
        padding-top: 70%;
    }

    .pr_img_box img {
        width: 100%;
        height: 100%;
    }

    .pr_inner_txt {
        width: 100%;
        height: 100%;
        position: relative;
    }

    .pr_inner_txt .top_con {
        padding-top: 15px;
        padding-left: 15px;
        display: block;
        width: 100%;
        height: auto;
        float: left;
    }

    .pr_inner_txt .top_con li {
        float: left;
        margin-right: 5px;
        font-size: 14px;
        margin-bottom: 5px;
    }

    .pr_inner_txt .top_con .circle_green {
        padding: 2px 12px;
        border: 2px solid #43ce7e;
        border-radius: 30px;
    }

    .pr_inner_txt .top_con .circle_blue {
        padding: 2px 12px;
        border: 2px solid #569cdd;
        border-radius: 30px;
    }

    .pr_inner_txt .top_con .circle_orange {
        padding: 2px 12px;
        border: 2px solid #f88b3a;
        border-radius: 30px;
    }

    .pr_inner_txt .top_con02 {
        display: block;
        padding-left: 20px;
        float: left;
        width: 100%;
        height: auto;
        margin-top: 3px;
    }

    .pr_inner_txt .top_con02 > li {
        height: auto;
        float: left;
        width: 100%;
        line-height: 1.3;
        font-size: 14px;
        white-space: normal;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        margin-bottom: 0;
    }

    .pr_inner_txt .top_con02 > li:nth-child(4) {
        margin-bottom: 10px;
    }

    .pr_inner_txt .top_con02 > li > strong {
        width: 22%;
        display: block;
        float: left;
        font-size: 14px;
    }

    .pro_more {
        width: 100%;
    }

    .pro_more > a {
        width: 40%;
        top: 10px;
    }
}

/* 프로그램 팝업 */
.modal-wrap.on {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 999;
}

.modal {
    top: 0;
    left: 0;
    visibility: hidden;
    width: 100%;
    height: 100%;
}

.modal.is-visible {
    visibility: visible;
    max-height: 100vh;
    overflow-y: hidden;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
}

.modal-mask {
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: hsla(0, 0%, 0%, 0.5);
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s linear 0.3s, opacity 0.3s;
    z-index: 99;
}

.modal-mask.on {
    opacity: 1;
    visibility: visible;
    transition-delay: 0s;
}

.modal-wrapper {
    position: fixed;
    z-index: 9999;
    top: 50%;
    left: 50%;
    width: 1050px;
    height: auto;
    background-color: #fff;
    box-shadow: 0 0 1.5em hsla(0, 0%, 0%, 0.35);
    overflow: hidden;
    transform: translate(-50%, -50%);
}

.modal-transition {
    transition: all 0.3s 0.12s;
    /*     transform: translateY(-10%); */
    opacity: 0;
}

.modal.is-visible .modal-transition {
    transform: translate(-50%, -50%);
    opacity: 1;
}

.modal-header,
.modal-content {
    padding: 1em;
}

.modal-header {
    position: relative;
    color: #fff;
    text-align: center;
    height: 100px;
}

.modal-close {
    position: absolute;
    top: 13%;
    right: -26px;
    margin-top: -13px;
    color: #333;
    background: none;
    border: 0;
    color: #fff;
}

.pop_table1 {
    background: #f7f7fb;
}

.pop_table01 {
    padding-left: 25px !important;
    font-size: 15px;
}

.room_table td {
    padding: 30px;
}

.room_table .pop_table1 {
    width: 185px;
}

.pr_inner_txt01 {
    height: auto;
    border-top: 1px solid #333;
}

.pr_inner_txt01 .top_con01 {
    padding: 15px 0;
    padding-left: 0px;
    display: block;
    width: 100%;
    height: auto;
    /* padding-bottom: 0px; */
    float: left;
}

.pr_inner_txt01 .top_con01 li {
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
}

.pr_inner_txt01 .top_con01 .circle_green {
    padding: 5px 15px;
    border: 2px solid #43ce7e;
    border-radius: 30px;
}

.pr_inner_txt01 .top_con01 .circle_blue {
    padding: 5px 15px;
    border: 2px solid #569cdd;
    border-radius: 30px;
}

.pr_inner_txt01 .top_con01 .circle_orange {
    padding: 5px 10px;
    border: 2px solid #f88b3a;
    border-radius: 30px;
}






.modal-body {
    width: 101%;
    height: 775px;
}

.madal_box {
    width: 95%;
    margin: 0 auto;
    position: relative;
    height: 100%;
}


.modal-heading {
    font-size: 30px;
    /* margin: 0 auto; */
    font-weight: 600;
    color: #06114c;
    width: 85%;
    margin: 0 auto;
    border-bottom: 2px solid #e2e2e2;
    padding-bottom: 30px;
}

.modal-content {
    width: 85%;
    height: auto;
    position: relative;
    margin: 0 auto;
}

.con_item {
    height: auto;
    margin-top: 20px;
}

.con_item > .con_item_p {
    font-size: 16px;
    font-weight: 600;
}

.con_item > .con_item_p01 {
    font-size: 16px;
    font-weight: 600;
    margin-top: 6px;
}

.con_item > .h3-blue {
    color: #2c37a4;
    font-size: 23px;
    font-weight: 700;
    margin: 0;
}


.pop_select {
    width: 100%;
    height: 100px;
    background: red;
}


.con_item_inner01 {
    width: 100%;
    height: 150px;
    margin-top: 5px;
}

.con_item_inner01 li {
    position: relative;
    width: 100%;
    height: 30px;
    padding-left: 10px;
    font-weight: 600;
    font-size: 15px;
    line-height: 1.7;
}

.con_item_inner02 {
    width: 100%;
    height: 350px;
    margin-top: 5px;
}

.con_item_inner02 li {
    position: relative;
    width: 100%;
    height: 30px;
    padding-left: 10px;
    font-weight: 600;
    font-size: 15px;
    line-height: 1.7;
}

.con_item_inner02 .li_red {
    height: 55px;
    color: #e02239;
}

.con_item_inner01 > li::before {
    content: "-";
    color: #2c37a4;
    position: absolute;
    top: 0;
    left: 0px;
}

.con_item_inner02 > li::before {
    content: "-";
    color: #2c37a4;
    position: absolute;
    top: 0;
    left: 0px;
}

.con_pl {
    padding-left: 5px;
}

.modal-content > .b_content {
    width: 100%;
}

/* 슬라이드 */

.modal-content .slick-list {
    width: 800px;
    margin: 0 auto;
}

.modal-content .img-wrap {
    width: 810px;
    height: 550px;
    position: relative;
    overflow: hidden;
    background: #e2e2e2;
}


.modal-content .slide_txt {
    height: 45px;
    margin-top: 20px;
    text-align: center;
}

.con_h3_line {
    margin-top: 0;
}

.modal-content .img-wrap img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 100%;
    height: 100%;
    max-width: none;
}

/* .center {
    text-align: center;
    position: relative;
    top: 70px;
}
 */
.h_control {
    text-align: center;
    position: relative;
    top: 0px;
}

.modal-content .slick-arrow {
    position: absolute;
    top: 45%;
    height: 50px;
    width: 25px;
    text-indent: -9999px;
    z-index: 1;
}

.modal-content .slick-next {
    right: -57px;
    margin-top: 0px;
    background: url(/images/common/board/sl_right.png) no-repeat;
}

.modal-content .slick-prev {
    left: -39px;
    background: url(/images/common/board/sl_left.png) no-repeat;
}

.modal-content .slider-thmb {
    padding-top: 20px;
    margin-top: 0px;
    height: 130px;
    width: 100%;
    overflow: visible;
}

.modal-content .slider-thmb .slick {
    height: 93px;
    position: relative;
}

.modal-content .slider-thmb .slick-slide > div {
    height: 100%;
}

.modal-content .slider-thmb .slick-current:after {
    position: absolute;
    width: 97%;
    height: 81%;
    z-index: 2;
    content: "";
    display: block;
    top: 0;
    left: 0;
    border: 4px solid #4357b3;
    background: none;
}

.modal-content .draggable {
    /* height: 550px; */
    position: relative;
}

.modal-content .slider-thmb .slick-arrow {
    margin-top: -3px;
}

.modal-content .slider-thmb .slick-next{
    right: -41px;
    margin-top: -17px;
}

.modal-content .slider-thmb .slick-prev{
    margin-top:-15px;
}


.slide_h3 {
    padding-bottom: 20px;
    margin: 0;
    width: 97%;
    border-bottom: 1px solid #333;
}


.modal_box1 {
    width: 82%;
    margin: 10px auto;
    margin-bottom: 3px;
}


.modal-content .slider-thmb .slide img {
    width: 100%;
}

.linkTab a.on,
.linkTab a.on:hover {
    background: #14a049;
    color: #fff;
    border-color: #14a049;
}

.linkTab .on a,
.linkTab .on a:hover {
    background: #14a049;
    color: #fff;
    border-color: #14a049;
}

.pop_bottom_txt {
    width: 100%;
    height: auto;
    background: #f7f8fb;
    margin-top: 30px;
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
}

.pop_bottom {
    padding: 20px 25px 15px 30px;
    line-height: 2;
    font-size: 16px;
}

.bottom_info {
    width: 100%;
    height: 70px;
    margin-top: 30px;
    border: 1px solid #e2e2e2;
}

.bottom_info > p {
    float: right;
    line-height: 4.3;
    font-size: 16px;
    padding-right: 30px;
    display: block;
}

.bottom_info > p > .fa-solid {
    margin-left: 8px;
}

@media all and (max-width:639px) {
    .modal_box1 > .mlinkTab_btn {
        display: none;
    }

    .modal_box1 > #tab {
        width: 103%;
        display: flex;
        margin-top: -10px;
    }

    .modal-mask {
        position: fixed;
        z-index: 10;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: hsla(0, 0%, 0%, 0.5);
        visibility: hidden;
        opacity: 0;
        transition: visibility 0s linear 0.3s, opacity 0.3s;
        z-index: 99;
    }

    .modal-mask.on {
        opacity: 1;
        visibility: visible;
        transition-delay: 0s;
    }

    .modal-wrapper {
        position: fixed;
        z-index: 9999;
        top: 50%;
        left: 50%;
        width: 93%;
        height: auto;
        background-color: #fff;
        box-shadow: 0 0 1.5em hsla(0, 0%, 0%, 0.35);
        overflow: hidden;
    }


    .modal.is-visible .modal-transition {
        transform: translate(-50%, -50%);
        opacity: 1;
    }

    .modal-header,
    .modal-content {
        padding: 0.5em;
    }

    .modal-header {
        position: relative;
        color: #fff;
        text-align: center;
        height: 70px;
    }

    .modal-close {
        position: absolute;
        top: 20%;
        right: -10px;
        margin-top: -13px;
        color: #333;
        background: none;
        border: 0;
        color: #fff;
    }

    .modal-close img {
        width: 60%;
    }

    .pop_table1 {
        background: #f7f7fb;
    }

    .modal-body {
        width: 100%;
        height: 500px;
    }

    .madal_box {
        width: 100%;
        margin: 0 auto;
        position: relative;
        height: 100%;
    }


    .modal-heading {
        font-size: 19px;
        width: 82%;
        padding-bottom: 15px;
        /* margin-right: 10px; */
        margin: 0 auto;
        margin-right: 42px;
        letter-spacing: -1px;
    }

    

    .modal-content {
        margin-top: 20px;
        width: 90%;
        height: auto;
        position: relative;
        margin: 0 auto;
        margin-left: 20px;
    }
    .linkTab ul li a{
        font-size:15px;
        padding:10px 0;
    }

    .con_item {
        height: 400px;
    }

    .modal-content > .b_content {
        width: 100%;
    }

    /* 슬라이드 */

    .modal-content .slick-list {
        width: 100%;
        margin: 0 auto;
    }

    .modal-content .slide_txt {
        height: 45px;
        margin-top: 20px;
    }

    .modal-content .img-wrap {
        height: 200px;
        width: 98%;
        margin: 0 auto;
        /* margin-left: 5px; */
    }
    .mCSB_inside > .mCSB_container{
        margin-right: 20px!important;
    }

    .pr_inner_txt01 .top_con01 {
        /* margin-bottom: 10px; */
    }

    /* 
    .center {
        text-align: center;
        position: relative;
        margin-top: 120px;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
 */
    .modal-content .slick-arrow {
        position: absolute;
        top: 45%;
        height: 50px;
        width: 25px;
        text-indent: -9999px;
        z-index: 1;
    }

    .modal-content .slick-next {
        right: -31px;
        background: url(/images/common/board/sl_right.png) no-repeat;
        background-size: 11px;
    }

    .modal-content .slick-prev {
        left: -17px;
        background: url(/images/common/board/sl_left.png) no-repeat;
        background-size: 12px;
    }

    .modal-content .slider-thmb {
        padding-top: 20px;
        margin-top: 0px;
        height: 125px;
        width: 98%;
        margin: 0px auto;
        margin-left: 9px;
    }
    .modal-content .slider-thmb .slick-list{
        height: 86px!important;
    }

    .modal-content .slider-thmb .slick-slide {
        margin-right: 17px;
        height: 65px;
        box-sizing: border-box;
        position: relative;
    }


    .modal-content .draggable {
        height: 200px !important;
        width: 100%;
    }

    .modal-content .slider-thmb .slick-arrow {
        position: absolute;
        top: 68px;
        right: -13px;
    }
    .modal-content .slider-thmb .slick-prev{
        left: -21px;
    }
    .modal-content .slider-thmb .slick-next{
        right: -21px;
    }

    .modal_box1 {
        width: 83%;
        margin: 20px auto;
    }

    /* 
    .center {
        text-align: center;
        position: relative;
        top: -47px;
    } */

    .room_table .pop_table1 {
        width: 80px;
    }

    .pop_table01 {
        overflow: visible;
        font-size: 13px;
        padding: 0 0 10px 10px !important;
        white-space: unset !important;
    }

    .pr_inner_txt01 .top_con01 .circle_green {
        padding: 2px 12px;
    }

    .pr_inner_txt01 .top_con01 .circle_blue {
        padding: 2px 12px;
    }

    .pr_inner_txt01 .top_con01 .circle_orange {
        padding: 2px 12px;
    }

    .pop_table {
        white-space: unset !important;
    }

    .pop_bottom {
        padding: 20px 20px 15px 30px;
        line-height: 2;
        font-size: 14px;
        letter-spacing: -.4px
    }
}

@media screen and (min-width:640px) and (max-width:1199px) {
    .modal-content .slider-thmb .img-wrap{
        height: 93px!important;
    }
    .mCSB_inside > .mCSB_container{
        margin-right:15px!important;
    }
    .linkTab.tab-col-4>ul>li {
    width: calc((100% - 180px) / 2);
}
    .modal-content .slider-thmb .slick-slide{
        margin-right: 15px;
    }
    .modal-content .slider-thmb .slick-current:after{
        height: 93%;
    }
    .modal-content .slider-thmb{
        height: 137px;
        width: 102%;
        padding-top: 20px;
    }
    .modal_box1 {
        width: 82%;
        margin: 15px auto;
    }

    .modal_box1 > .mlinkTab_btn {
        display: none;
    }

    .modal_box1 > #tab {
        width: 98%;
        margin: 0 auto;
        display: flex;
    }

    .modal-wrapper {
        position: fixed;
        z-index: 9999;
        top: 50%;
        left: 50%;
        width: 700px;
        height: auto;
        background-color: #fff;
        box-shadow: 0 0 1.5em hsla(0, 0%, 0%, 0.35);
        overflow: hidden;
    }

    .modal.is-visible .modal-transition {
        transform: translate(-50%, -50%);
    }

    .modal-close {
        right: -20px;
    }

    .modal-body {
        width: 101%;
        height: 650px;
    }

    .madal_box {
        width: 94%;
        margin: 0 auto;
        position: relative;
        height: 100%;
    }

    .modal-content {
        margin-top: 20px;
        width: 87%;
        height: auto;
        position: relative;
        margin: 0 auto;
    }

    .con_item {
        height: 400px;
    }

    .modal-content > .b_content {
        width: 100%;
    }

    /* 슬라이드 */

    .modal-content .slick-list {
        width: 500px;
        /* height: 405px; */
    }
    .modal-content .draggable{
        height:auto;
    }

    .slide_h3 {
        width: 100%;
    }

    .modal-content .img-wrap {
        height: 400px;
        width: 511px;
    }

    .modal-content .slick-next {
        right: -35px;
    }
    .modal-content .slider-thmb .slick-next{
        right: -27px;
    }

    .modal-content .slider-thmb .slick-slide {
        height: 110px;
        /* margin-left: 10px; */
    }

    .modal-content .slider-thmb .slick-arrow {
        margin-top: -18px;
        
    }

    .pr_inner_txt01 .top_con01 .circle_green {
        padding: 3px 15px;
    }

    .pr_inner_txt01 .top_con01 .circle_blue {
        padding: 3px 15px;
    }

    .pr_inner_txt01 .top_con01 .circle_orange {
        padding: 3px 15px;
    }

    .pop_table {
        white-space: unset !important;
    }

    .pop_bottom {
        padding: 20px 30px 15px 30px;
        line-height: 2;
        font-size: 15px;
        letter-spacing: -.1px;
    }

    .pr_top_txt > h3::before {
        bottom: -1px;
    }
    
    .img-wrap01 img{
        /* width: 100%; */
        /* height: 100%; */
        /* display:
        block; */
    }

}

.blank-box {
    border-radius: 10px;
    background: #f8f8f8;
    border: 1px dashed #e2e2e2;
    padding: 40px 20px;
    text-align: center;
    margin: 40px 0;
}

.blank-box img {
    margin-bottom: 15px;
}

.blank-box .main-txt {
    text-align: center;
    font-size: 22px;
    color: #000;
    font-weight: 700;
}

.blank-box .sub-txt {
    text-align: center;
    color: #000;
    margin-top: 10px;
}

@media screen and (max-width: 1024px) {
    .blank-box {
        padding: 30px 20px;
    }

    .blank-box img {
        width: 100px;
    }

    .blank-box .main-txt {
        font-size: 18px;
    }

    .blank-box .sub-txt {
        margin-top: 0;
    }
}

.pro_span {
    font-size: 24px;
    color: #5142f1;
    padding-right: 5px;
    /* vertical-align: bottom; */
}

.pro_span02{
    font-size: 30px;
    color: #5142f1;
    padding-right: 6px;
}



@media screen and (max-width:639px) {
    .pro_span {
        font-size: 18px;
        vertical-align: text-top;
    }
    
    .pro_span02{
        font-size: 19px;
        padding-right:3px;
    }

    .infoWrap_pt {
        padding-top: 0 !important;
    }
    .modal-content .slider-thmb .slick-current:after{
        height: 81%;
    }
}

.infoWrap_pt {
    padding-top: 0 !important;
}
.modal-content .slider-thmb .slick-slide {
    margin-right: 16px;
    height: 97px;
    position: relative;
    /* overflow: hidden; */
}

@media (max-width: 320px){
    .linkTab ul li a{
        font-size:12px;
    }
    .modal-content .slider-thmb{
        height:105px;
    }
    .modal-content .slider-thmb .slick-list {
    height: 75px!important;
}
    .modal-content .slider-thmb .slick-current:after{
        height:66%;
    }
    .modal-content{
        margin-left:18px;
    }
    .modal-heading{
        width: 83%;
        margin-right:30px;
    }
    .modal-content .slick-prev{
        left: -19px;
    }
}

.modal-content .slider-thmb .img-wrap{
    height: 84px;
    width: 100%;
}

.slider-thmb .slick-track{
	margin: 0 auto;
}

