@charset "UTF-8";

* {margin:0; padding:0; box-sizing:border-box;}
html, body {-webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; -webkit-text-size-adjust: 100%; text-rendering: optimizeLegibility; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%;}
html {scroll-behavior: smooth;}
body {width: 100%;font-family: "Noto Sans KR", sans-serif;font-size: 14px;font-weight: 400;line-height: 1.45;letter-spacing:-0.05em;color: #000;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,textarea,p,blockquote,th,td,input,select,textarea,button,a,span {margin: 0;padding: 0;box-sizing: border-box;}
body,input,select,textarea,button,table {}
h1,h2,h3,h4,h5,h6 {font-size: inherit;font-weight: inherit;}
iframe, fieldset {border: 0;}
img {border: 0;vertical-align: middle;max-width: 100%;}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {display: block;}
dl,ul,ol,menu,li {list-style: none;}
em,address {font-style: normal;}
a {color: inherit;text-decoration: none;}
a:hover,a:active,a:focus {text-decoration: none;}
input,select,textarea,button {vertical-align: middle;}
button {cursor: pointer;width: auto;overflow: visible;color: inherit;font-size: inherit;background: transparent;border: none;}
table {border-collapse: separate;border-spacing: 0;table-layout: fixed;width: 100%;empty-cells: show;}
.blind {display: block;position: absolute;left: -9999px;text-indent: -9999px;width: 0;height: 0;border: 0;overflow: hidden;font-size: 1px;line-height: 0;white-space: nowrap;}


/* icons s */
.icon{display: inline-block;background-repeat: no-repeat;background-position: center center;}
.icon_profile{width: 24px;height: 24px;background-image: url('../images/icon/icon_profile.svg');}
.icon_kakao{width: 20px;height: 20px;background-image: url('../images/icon/icon_kakao.svg');}
.icon_facebook{width: 20px;height: 20px;background-image: url('../images/icon/icon_facebook.svg');}
.icon_insta{width: 20px;height: 20px;background-image: url('../images/icon/icon_insta.svg');}
.icon_youtube{width: 24px;height: 24px;background-image: url('../images/icon/icon_youtube.svg');}

.icon_read{width: 48px;height: 55px;background-image: url('../images/icon/icon_read.svg');}
.icon_walk{width: 54px;height: 55px;background-image: url('../images/icon/icon_walk.svg');}
.icon_write{width: 54px;height: 55px;background-image: url('../images/icon/icon_write.svg');}
/* icons e */

/* 페이징 */
.mtv_board_wrap .pagination>li>a, 
.mtv_board_wrap .pagination>li>span{border:none;font-size:16px;font-weight:400;color:#666}

.mtv_board_wrap .pagination>.disabled>span, 
.mtv_board_wrap .pagination>.disabled>span:hover, 
.mtv_board_wrap .pagination>.disabled>span:focus, 
.mtv_board_wrap .pagination>.disabled>a, 
.mtv_board_wrap .pagination>.disabled>a:hover, 
.mtv_board_wrap .pagination>.disabled>a:focus{}


.mtv_board_wrap .pagination .active a{color: #111 !important;background: #fff !important;border-color: #fff !important;font-weight: 700;text-decoration: underline;}

