/* BASIC css start */
.newpage div {
    text-align: center;
}



/*  Á¦ÀÌÆ¼ºñ »ó´Ü ÀÌµ¿ÅÇ  */

#j_tit_banner {
    margin: 30px 0 24px;
    overflow: hidden;
    width: 100%;
}

#j_tit_banner div {
    width: 100%;
}

#j_tit_banner dl dd {
    float: left;
    width: 50%;
    padding: 10px 0;
    border-bottom: 3px solid #f4f4f4;
    text-align: center;
}

#j_tit_banner dl dd.on{
    border-bottom: solid 5px #6869ad;
}

#j_tit_banner dl dd.on a{
    color: #000;
    font-weight: bold;
}

#j_tit_banner dl dd a{
    font-size: 14px;
    color: #727272;
}



#mk_banner_img {
    width: 100%;
    margin: 0 auto;
}

#mk_banner_img div {
    width: 100%;
}

#mk_banner_img dl dd {
    width: 100%;
    padding: 0 0 20px 0px;
}

#mk_banner_img .text_box{
    padding: 10px 12px;
    text-align: left;
    font-size: 13px;
    width: auto;
}

#mk_banner_img .text_box > p{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}

#mk_banner_img .text_box > p:nth-child(1){
    font-size: 13px;
    color: #000;
    font-weight: bold;
}

#mk_banner_img .text_box > p:nth-child(2){
    font-size: 12px;
    color: #717171;
    margin: 3px 0 0;
}

#content>div img {
    width: 100%;
}



/* ¾ÆÀÎ(18-04-23); À¯Åú ¿µ»ó ¹è°æ ¼öÁ¤ */

.video_wrap {
    position: relative;
    padding-bottom: 56.25% /*56.25% 16:9 °¡·ÎºñÀ² ÀÌ°í 177.77777778% ¼¼·Î ºñÀ² ; »ç°¢ÇüÀº 88.88888889 */
    ;
    height: 0;
}

.video_wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}



.more_wrap{
    padding: 0 12px;
    margin: 30px 0 50px;
}

.more_wrap .more_btn{
    border: solid 1px #000;
    height: 44px;
    line-height: 44px;
}

.more_wrap .more_btn .fa{
    color: #000;
    font-size: 16px;
    padding-left: 10px;
    padding-bottom: 2px;
    vertical-align: middle;
}



/* ¼­ºê ¹è³Ê */
.sub_ban{margin:2% auto;
display:block;}



/* Å¸ÀÌÆ² */
.jtv_tit{width:100%;}
.jtv_tit .btn_ytb{display:block;width:100%;}
.jtit{font-weight: bold;font-size: 13px;margin-top: 10px;margin-bottom: 5px;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;width: 100%;}
p.jsubtit {text-overflow: ellipsis;white-space: nowrap;overflow: hidden;width: 100%;}

/* ÅÇ ¸Þ´º */
.jtv_keyword {
    background: #f3f3f3;
    width: 100%;
    margin-bottom: 5%;
    height: 57px;
    box-sizing: border-box;
    overflow-x:hidden;
}

.jtv_keyword h3 {
    font-size: 18px;
    width: 35%;
    display:flex;
    align-items:center;
    justify-content:center;
    position:relative;
    z-index:100;
    background:#f3f3f3;
    height:57px;
}

.jtv_keyword .swiper-container {
    width: 65%;
}

.jtv_keyword_wrapper{
    display:flex;
    align-items: center;
    justify-content: center;
}

.jtv_keyword .swiper-slide {
    display:flex;
    align-items: center;
    width: auto!important;
    margin: 0 9px;
}

.jtv_keyword .swiper-wrapper a, .jtv_keyword .swiper-wrapper a span {
    line-height: 14px;
    font-size: 14px;
    display: block;
text-transform:uppercase;
}
.jtv_keyword .swiper-wrapper a {
    color: #000;
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
    border-radius: 15px;
    border: 2px solid transparent;
    background: white;
    display: block;
    font-family: "Nanum Gothic",NanumGothic,"Malgun Gothic",Dotum,Gulim,sans-serif;
}


.jtv_keyword .swiper-wrapper a span {
    padding: 9px 15px;
}

.jtv_keyword .swiper-slide.active a{border: 2px solid transparent; border-radius: 27px;  background-image: linear-gradient(white, white), radial-gradient(circle at top right, #b827fc 0%, #2c90fc 25%, #b8fd33 50%, #fec837 75%, #fd1892 100%);background-origin: border-box;background-clip: content-box, border-box;}
/* BASIC css end */

