.search-box{display:none;}
.prfl-list{display:grid;grid-template-columns: 1fr 1fr 1fr 1fr 1fr;grid-gap: 20px;}
.prfl-list > li{border:1px solid #e4e4e4;text-align:center;padding:30px;}
.artclInfo{display:none;}

.prfl-list > li span{color:#8b0029;font-size:17px;font-family:'Noto Regular';display:block;line-height:1.4;}
.prfl-list > li strong{color:#333;font-size:34px;font-family:'Noto Medium';display:block;line-height:1.25;margin-bottom:10px;}
.prfl-list > li p{color:#999;font-size:16px;font-family:'Noto Regular';}

.prfl-list .thumbnail {height:190px;width:150px;margin: 0 auto 20px;border-radius: 100%;overflow: hidden;}
.prfl-list .thumbnail > img{min-width:150px;min-height:190px;}


/* view */
._profLayerPopup {
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    padding-top: 100px;
    height: 100vh;
    width: 100%;
    background: rgba(0,0,0,.3);
}

._profLayerPopup .artclInfo{display:block;}

._profLayerPopup ._inner {
    background-color: #fff;
    max-width: 980px;
    margin: 0 auto;
    position: relative;
}

._prFl_layerTop {
    background: #8b0029;
    display: table;
    width: 100%;
    padding: 0 40px;
}

._prFl_layerTop p {
    font-size: 26px;
    line-height: 1.4;
    font-family: 'Noto Regular';
    letter-spacing: -.05em;
    color: #fff;
    padding: 25px 0;
}

._prFlView {
    padding: 40px 40px 0 40px;
    max-height: 580px;
    overflow-y: scroll;
}

._prFlView::-webkit-scrollbar {width:8px;}
._prFlView::-webkit-scrollbar-thumb {background: #555;border-radius: 5px;}
._prFlView::-webkit-scrollbar-track {background: rgb(100 100 100 / 15%);}


._prFlView .con {
    display: table;
    width: 100%;
}

._prFlView .con .con-top {
    background: #F5F6F8;
    padding: 16px 0px 20px 29px;
    width: 48.334%;
    display: table-cell;
    vertical-align: middle;
}

._prFlView .con .con-top::after {
    content: '';
    display: block;
    clear: both;
}

._prFlView .con .top-box {
    display: table;
    width: 100%;
}

._prFlView .con .thumbnail {
    width: 150px;
    height: 190px;
    background: #000;
    display: table-cell;
    vertical-align: middle;
}

._prFlView .con .thumbnail img {
    max-width: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

._prFlView .con .prfl-name {
    width: calc(100% - 150px);
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    background: url('../images/pf_bg.png') no-repeat center;
}

._prFlView .con .prfl-name .prof-rank {
    font-size: 18px;
    font-family: 'Noto Medium';
    line-height: 1.4;
    letter-spacing: -.05em;
    color: #8b0029;
}

._prFlView .con .prfl-name strong {
    font-size: 32px;
    font-family: 'Noto Bold';
    line-height: 1.4;
    letter-spacing: -.05em;
    display: block;
}

._prFlView .con .btn-detail {
    margin-top: 15px;
}

._prFlView .con .btn-detail input {
    font-size: 15px;
    font-family: 'Noto Light';
    line-height: 1.4;
    letter-spacing: -.05em;
    padding: 1px 23px;
    background: transparent;
    border: 1px solid #929292;
    color: #929292;
    border-radius: 50px;
    cursor: pointer;
}

._prFlView .con .btn-detail input:hover {
    background: #437FC1;
    border: 1px solid #437FC1;
    color: #fff;
    transition: all .3s;
}

._prFlView .con .artclInfo {
    padding: 25px 29px 25px 29px;
    display: table-cell;
    vertical-align: middle;
}

._prFlView .con .artclInfo dl::after {
    content: '';
    display: block;
    clear: both;
}

._prFlView .con .artclInfo dl + dl {
    margin-top: 10px;
}

._prFlView .con .artclInfo dt {
    font-size: 15px;
    font-family: 'Noto Medium';
    display: inline-block;
    line-height: 1.4;
    padding-left: 15px;
    letter-spacing: -.05em;
    color: #222;
    position: relative;
    width: 100px;
    float: left;
}

._prFlView .con .artclInfo dt::after {
    content: '';
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #B6C0DA;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -4px;
}

._prFlView .con .artclInfo dd {
    font-size: 15px;
    font-family: 'Noto Regular';
    display: inline-block;
    line-height: 1.4;
    padding-left: 15px;
    width: calc(100% - 130px);
    float: left;
    margin: 0;
    color: #666;
}

._prFlView .con .artclInfo dd a {
    color: #666;
}

._prFlDetail {
    padding: 0 40px;
}

._prFlDetail .pro_contents {
    height: 300px;
    overflow: auto;
    padding-right: 10px;
}

._prFlDetail .pro_contents::-webkit-scrollbar {
    width: 10px;
}

._prFlDetail .pro_contents::-webkit-scrollbar-thumb {
    background-color: #6e6e6e;
}

._prFlDetail .pro_contents::-webkit-scrollbar-track {
    background-color: #f8f8f8;
}

._prFlDetail .pro_contents .title {
    font-size: 20px;
    font-family: 'Noto Medium';
    line-height: 20px;
    letter-spacing: -.05em;
    margin-bottom: 20px;
}

._prFlDetail .pro_contents .title span {
    display: inline-block;
    padding-left: 14px;
    position: relative;
}

._prFlDetail .pro_contents .title span::after {
    content: '';
    width: 7px;
    height: 7px;
    background: #8b0029;
    border-radius: 50%;
    display: inline-block;
    margin-left: 10px;
}

._prFlDetail .pro_contents .con-box {
    padding: 20px 25px;
    background: #F2F2F2;
    margin-bottom: 35px;
}

._prFlDetail .pro_contents .con-box li, ._prFlDetail .pro_contents .con-box p {
    color: #666;
    background: url(./../images/bullet.png) left 6px no-repeat;
    font-size: 15px;
    font-family: 'Noto Regular';
    line-height: 1.4;
    letter-spacing: -.05em;
    position: relative;
    margin: 5px 0;
    padding-left: 20px;
}

._prFlDetail .pro_contents .res_none {
    font-size: 15px;
    font-family: 'Noto Regular';
}

#_JW_prFl_test .btn-box ._button input {
    display: inline-block;
    cursor: pointer;
    font-size: 16px;
    height: 50px;
    line-height: 48px;
    text-align: center;
    padding: 0 35px;
    margin: 0 5px;
    border-radius: 50px;
    font-family: 'Noto DemiLight';
}

#_JW_prFl_test .btn-box ._button .btn-deco.color1 {
    background: #313644;
    border: 1px solid #313644;
}

#_JW_prFl_test .btn-box ._button .btn-deco.color2 {
    background: #0A4A9B;
    border: 1px solid #0A4A9B;
}

#_JW_prFl_test .btn-box ._button .btn-deco.color3 {
    background: #fff;
    border: 1px solid #777;
    color: #777 !important;
}

#_JW_prFl_test .btn-box ._button .btn-deco.color4 {
    background: #fff;
    border: 1px solid #ce2856;
    color: #ce2856 !important;
}

#_JW_prFl_test .btn-box ._button .btn-deco.color5 {
    background: #fff;
    border: 1px solid #0A4A9B;
    color: #0A4A9B !important;
}

#_JW_prFl_test .btn-box ._button .btn-deco.color6 {
    background: #fff;
    border: 1px solid #FCAF17;
    color: #FCAF17 !important;
}

#_JW_prFl_test .btn-box ._button .btn-deco.color7 {
    background: #777;
    border: 1px solid #777;
}

#_JW_prFl_test .btn-box ._button .btn-deco.color1:hover {
    background: #313644;
    border: 1px solid #313644;
}

#_JW_prFl_test .btn-box ._button .btn-deco.color2:hover {
    background: #073167;
    border: 1px solid #073167;
}

#_JW_prFl_test .btn-box ._button .btn-deco.color3:hover {
    background: #777;
    border: 1px solid #777;
    color: #fff !important;
}

#_JW_prFl_test .btn-box ._button .btn-deco.color4:hover {
    background: #ce2856;
    border: 1px solid #ce2856;
    color: #fff !important;
}

#_JW_prFl_test .btn-box ._button .btn-deco.color5:hover {
    background: #0A4A9B;
    border: 1px solid #0A4A9B;
    color: #fff !important;
}

#_JW_prFl_test .btn-box ._button .btn-deco.color6:hover {
    background: #FCAF17;
    border: 1px solid #FCAF17;
    color: #fff !important;
}

#_JW_prFl_test .btn-box ._button .btn-deco.color7:hover {
    background: #555;
    border: 1px solid #555;
}

@media all and (max-width: 1600px) {
.prfl-list{display:grid;grid-template-columns: 1fr 1fr 1fr 1fr ;grid-gap: 15px;}
}

@media all and (max-width: 1023px) {
.prfl-list{display:grid;grid-template-columns: 1fr 1fr 1fr ;grid-gap: 10px;}
}

@media all and (max-width: 767px) {
.prfl-list{display:grid;grid-template-columns: 1fr  1fr;grid-gap: 10px;}
}

@media all and (max-width: 580px) {
.prfl-list{display:grid;grid-template-columns: 1fr ;grid-gap: 10px;}
}
    
@media all and (max-width: 768px) {
    ._prFlView .con .con-top {
        display: block;
        width: 100%;
    }

    ._prFlView .con .artclInfo {
        display: block;
        width: 100%;
    }
}

@media all and (max-width: 500px) {
    ._prFlView {
        padding:20px 20px 0 20px;
    }

    ._prFlView .con .con-top {
        padding: 16px 29px 20px 29px;
        text-align: center;
        background: #F5F6F8 url('../images/pf_bg.png') no-repeat center;
    }

    ._prFlView .con .thumbnail {
        display: inline-block;
        margin-bottom: 15px;
    }

    ._prFlView .con .prfl-name {
        width: 100%;
        display: inline-block;
        background: none;
    }

    ._prFl_layerTop {
        padding: 0 20px;
    }

    ._prFl_layerTop p {
        background: url('../images/prFl_detail_logo.png') no-repeat right 20px center
    }
}

.thumb-image {
    width: 100%;
    height: 100%
}

/* 영문명칭 작게 나오게 */
.prfl-list .con .prfl-name strong.engName {
    font-size: 26px;
}

._profLayerPopup ._blockClose {
    top: -45px;
    right: -45px;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    position: absolute;
    box-shadow: 7px 7px 11px rgba(0, 0, 0, 0.5);
    background: #000 url(./../images/closeX.gif) center no-repeat;
    text-indent: -9999px;
}


.topInfo{background: #F5F6F8;padding: 25px;padding-bottom: 0;width: 220px;height: 400px;display: table;margin-bottom: 40px;}
._prFlLinkView{display:flex;}
._prFlLinkView .thumbnail{vertical-align: middle;/* display:table-cell; */width:170px;text-align:center;}
._prFlLinkView .thumbnail img{width:100%;height:100%;}
._prFlLinkView .artclInfo{vertical-align: middle;text-align:center;background: url('../images/pf_bg.png') no-repeat center;padding-top: 40px;padding-bottom: 50px;}
._prFlLinkView .artclInfo dt{display:none;}
.redColor{color:#8b0029;font-size:17px;font-family:'Noto Regular';display:block;line-height:1.4;}
.artclTitle{color:#333;font-size:34px;font-family:'Noto Medium';display:block;line-height:1.25;margin-bottom:10px;}
.grayColor{color:#999;font-size:16px;font-family:'Noto Regular';}

.contsBox{padding-top: 30px;border-top:2px solid #111;width: calc(100% - 250px);margin-left: 30px;}
.prof_content > h3{font-size:20px;font-family:'Noto Medium';line-height:20px;letter-spacing:-.05em;margin-bottom:20px;padding-left:14px;}
.prof_content > h3:after{content: '';width: 7px;height: 7px;background: #8b0029;border-radius: 50%;display: inline-block;margin-left: 10px;}
._prFlDetail{padding: 20px 25px;background: #F2F2F2;margin-bottom: 35px;font-family:'Noto Regular';font-size: 19px;}
._prFlDetail p,
._prFlDetail span{font-family:'Noto Regular' !important;font-size: 19px !important;}

._prFlDetail span.his-date{font-family:'Noto Medium' !important;padding-left:10px;position:relative;}
._prFlDetail span.his-date:before{content:'';width:2px;height:10px;background:#8b0029;position:absolute;left:0;top:10px;}

@media all and (max-width: 1000px) {

    ._profLayerPopup {
        padding: 20px;
        padding-top:100px;
    }

    ._profLayerPopup ._blockClose {
        transform: scale(.7);
        right: -30px;
        top: -30px;
    }
    ._prFlLinkView{display:block;}
    .topInfo{width:100%;}
    ._prFlLinkView .thumbnail{width:100%;}
    .contsBox{margin-left:0;width:auto;}
}