@charset "utf-8";
/*slick 슬라이드*/
.slick-arrow {background-size: cover;background-color: transparent;border:0;text-indent:-9999px;z-index: 10;}
.slick-slider * {outline: none;}
.slide_reset {opacity: 0; visibility: hidden;}

/************************************************************************ banner01 ************************************************************************/
.banner01{padding:10px;}
.banner01 .image{display:block;max-width:100%;max-height:60px;margin:0 auto;border:1px solid #ccc;}

/************************************************************************ skin01 ************************************************************************/
.skin01 li{padding:15px;border-top:1px solid #ccc;}
.skin01 li:first-child{border-top:none;}
.skin01 li a:after{content:"";display:block;clear:both;}
.skin01 .image{float:left;width:100px;height:66px;margin-right:10px;border:1px solid #ccc;}
.skin01 .title{display:block;line-height:1.3em;overflow:hidden;font-weight:400;margin-bottom:5px;max-height:2.6em;}
.skin01 .content {
    font-size: 13px;
    color: #7d7d7d;
    line-height: 21px;
    letter-spacing:-0.1rem;
    display:block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


/************************************************************************ skin02 ************************************************************************/
.skin02{height:534px;}
.skin02 li{border-top:1px solid #ccc;}
.skin02 li:first-child{border-top:none;}
.skin02 .title{display:block;height:1.2em;line-height:1.2em;overflow:hidden;}
.skin02 .p15{padding:15px;}

/************************************************************************ skin03 ************************************************************************/
.skin03 li{padding:15px;border-top:1px solid #ccc;}
.skin03 li:first-child{border-top:none;}
.skin03 .title{display:block;height:1.2em;line-height:1.2em;overflow:hidden;}
.skin03 .title .rank{display:inline-block;width:1.2em;height:1.2em;margin-right:10px;line-height:1.2em;font-size:0.8em;color:#fff;text-align:center;background:#567ab4;}
.skin03 .content{display:block;max-height:2.4em;line-height:1.2em;padding-top:10px;overflow:hidden;}

/************************************************************************ skin04 ************************************************************************/
.skin04{padding:10px 0;}
.skin04 .image{display:block;margin:0 5px;min-height:50px;line-height:50px;vertical-align:middle;border:1px solid #ccc;font-weight:bold;text-align:center;}
.skin04 .image img{width:100%;}
.skin04 .title{display:block;height:2.4em;margin:10px 10px 0 10px;line-height:1.2em;overflow:hidden;text-align:center;}

/************************************************************************ skin11 ************************************************************************/

.skin11{padding:10px 0;}
.skin11>li{position:relative;}
.skin11 .image{display:block;min-height:50px;line-height:50px;vertical-align:middle;font-weight:bold;text-align:center;}
.skin11 .image img{width:100%;}
.skin11 .title{font-size:1em !important;width:100%;padding:20px 0;text-align:center;position:absolute;bottom:0;left:0;background:rgba(0,0,0,0.7);color:#fff;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;display:block;padding:20px 10px;box-sizing:border-box;}
.skin11:after{content:'';display:block;clear:both;}

/************************************************************************ skin12 ************************************************************************/

section article h4 {
    padding: 20px 0px 20px;
    box-sizing: border-box;
    line-height: 1.3;
    font-weight: 800;
    color: #000;
    letter-spacing: -1.5px;
    font-size: 3rem;
}
.skin12 {
  overflow: hidden;
}
.skin12 a.item {
    display: block;
    padding-top:67%;
    width:100%;
    background-size:cover;
    background-position: center;
    position: relative;
    background-repeat: no-repeat;
    color: #fff;
}
.skin12 a.item .title-wrap {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
    box-sizing: border-box;
    padding: 40px 25% 30px 20px;
    background-image: linear-gradient(0deg, #000, transparent);
}
.skin12 a.item .title-wrap p {
    font-size: 2.8rem;
    line-height: 1.3;
    color: #fff;
    font-weight: 700;
    max-height: 72px;
    overflow: hidden;
    letter-spacing: -1px;
}
.skin12 .slick-arrow {position: absolute;bottom:0;width:55px;height:55px; background: url('/news/img/arrow_square.png');}
.skin12 .slick-prev {right:56px;}
.skin12 .slick-next {right:0;transform: rotate(180deg);}

.owl-theme .owl-controls {
    line-height: 0;
    margin-top: 0;
    padding: 12px 0;
}
.owl-theme .owl-controls .owl-page {
    vertical-align: top;
}
.owl-theme .owl-controls .owl-page span {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: #ddd;
}
.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span, .owl-theme .owl-controls .owl-page.active span {
    background-color: #0090ab;
}

.skin13 h4 {
  padding: 20px 0px 0px;
}
.skin13 ul {
    box-sizing: border-box;
    padding: 0;
    margin-top: 20px;
    border-style: solid;
    border-color:#000;
    border-width: 5px 0px;
}
.skin13 .item:nth-child(n+2) .image-wrap{
  display: none;
}
.skin13 .item:nth-child(n+2) .text-wrap {
  width: 100%;
}
.skin13 .item:nth-child(n+2) .sub {
  display: none;
}
.skin13 .item {
  display: flex;
  align-items: center;
    box-sizing: border-box;
    padding: 20px 0px;
    display: flex;
    border-bottom: 1px solid #e9e9e9;
}
.skin13 li:first-child .item:first-child {
  padding: 40px 0px 20px;
}

.skin13 .image-wrap {
    width: 30%;
    padding-top: 20%;
    margin-right: 15px;
    overflow: hidden;
    box-sizing: border-box;
    background-size:cover;
}

.skin13 .image-wrap + .text-wrap {
    width: calc(70% - 15px);
}

.skin13 .text-wrap p {
    max-height: 68px;
    overflow: hidden;
    letter-spacing: -1px;
    line-height: 1.4;
}
.skin13 .text-wrap p.sub {
  max-height: 52px;
    margin-top: 10px;
    color:#666;
    font-size: 2.0rem;
}
.skin13 .text-wrap p strong {
    font-weight: bold;
    color: #000;
    overflow: hidden;
    font-size:2.5rem;
}

.skin14 {
    display: flex;
    padding: 30px 40px;
    margin: 40px -40px;
    border-style: solid;
    border-color: #222;
    border-width: 5px 0px;
    line-height: 1.1;
    overflow: hidden;
}
.skin14 .box-name {
  width: 20%;
  overflow: hidden;
    white-space: nowrap;
    box-sizing: border-box;
    text-align: center;
    color: #2A52BE;
    font-size: 2.5rem;
}
.skin14 ul {
  width: 80%;
}
.skin14 ul li {
    padding:0 1%;
    box-sizing: border-box;
}
.skin14 ul li a {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    font-size: 2.5rem;
    letter-spacing: -1px;
    font-weight: 500;
}

.skin15 {
    background-color: #2f3f55;
    color: #fff;
}
.skin15 h4 {
    background-color: transparent;
    padding-bottom: 0;
    color: inherit;
}
.skin15 .owl-theme .owl-controls .owl-page.active span {
    background-color: ##f0f0f0;
}
.skin15 ul {
    box-sizing: border-box;
    padding: 15px 5px;
    padding-bottom: 0;
    margin: 0 - 10px;
}
.skin15 li {
    padding: 0 10px;
    box-sizing: border-box;
}
.skin15 .image-wrap {
    position: relative;
    padding-top: 66%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    margin-bottom: 10px;
}
.skin15 .image-wrap:after {
    content: '';
    position: absolute;
    width: 42px;
    height: 44px;
    left: 0;
    right: 0;
    top: calc(50% - 21px);
    background: url(../video_deco.png) no-repeat center center;
    margin: auto;
}
.skin15 .text-wrap p {
    color: #fff;
    overflow: hidden;
    font-size: 14px;
    line-height: 18px;
    max-height: 36px;
}
.skin15 .text-wrap strong {
    font-weight: 400;
    letter-spacing: -1px;
}
.skin15 .owl-controls{
    padding: 20px 0;
}
.skin15.owl-theme .owl-controls .owl-page.active span{
    background-color: #22a8f5;
}
.skin16 h4 {
    padding-bottom: 0;
}
.skin16 ul {
    box-sizing: border-box;
    padding: 15px;
}
.skin16 .parent:nth-child(1) {
    display: flex;
    justify-content: space-between;
    margin-bottom: 21px;
}
.skin16 .parent:first-child a {
    width: calc(50% - 10px);
    border-bottom: 0;
}
.skin16 .parent:first-child a .image-wrap {
    padding-top: 66%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    margin-bottom: 10px;
}
.skin16 .parent:first-child strong {
    white-space: initial;
    text-align: center;
    line-height: 21px;
    max-height: 42px;
}
.skin16 .parent:nth-child(2) {
    border-top: 1px solid #ebebeb;
}
.skin16 li a, .skin16 li strong {
    display: block;
}
.skin16 li a {
    border-bottom: 1px solid #ebebeb;
}
.skin16 li strong {
    line-height: 40px;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: -2px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.skin17 h4 {
    padding-bottom: 0;
}
.skin17 ul {
    box-sizing: border-box;
    padding: 10px;
    padding-bottom: 0;
}
.skin17 li .item:first-child {
    border-top: 1px solid #ebebeb;
}

.skin17 .item {
    display: flex;
    justify-content: space-between;
    padding: 14px 0;
    border-bottom: 1px solid #ebebeb;

}
.skin17 .item:last-child {
    margin-bottom: 0;
}
.skin17 .image-wrap {
    width: 95px;
    height: 95px;
    overflow: hidden;
    border-radius: 50%;
    margin-left: 10px;
    border:1px solid #ebebeb;
    background-size: cover;
    background-position: center center;
}
.skin17 .text-wrap {
    align-self: center;
    width: calc(100% - 135px);
}
.skin17 .text-wrap p:first-child {
    margin-bottom: 10px;
}
.skin17 .text-wrap p {
    color: #797979;
    max-height: 42px;
    overflow: hidden;
    font-size:14px;
    letter-spacing: -1px;
}
.skin17 .text-wrap p strong {
    font-weight: bold;
    color: #383838;
    max-height: 42px;
    overflow: hidden;
    font-size:16px;
    letter-spacing: -2px;
}
.skin17 .text-wrap p:last-child {
    white-space: nowrap;
    overflow:hidden;
    text-overflow: ellipsis;
}
.skin18 {
  overflow:hidden;
  padding: 0 20px;
  background: #eee;
}

.skin18 a .image-wrap {
    display: block;
    padding-top:66%;
    width:100%;
    background-size:cover;
    position: relative;
    background-repeat: no-repeat;
    color: #fff;
}
.skin18 a.item .title-wrap {
    box-sizing: border-box;
}
.skin18 a.item .title-wrap p {
    padding: 15px 0px 30px;
    font-size: 2.5rem;
    line-height: 1;
    color: #000;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    letter-spacing: -1px;
}
.skin18 .slick-arrow {position: absolute;top:-47px;width: 11px; height: 19px;background-image: url('/m/img/arrow_big.png');}
.skin18 .slick-prev {right:36px;}
.skin18 .slick-prev::after {content:'';display: block; position: absolute; left :23px; bottom:0px;width:1px;height:19px;background: #d4d4d4;}
.skin18 .slick-next {right:0px;transform: rotate(180deg);}
.skin19 {
  position: relative;
}
.skin19::after {
  content: '';
  display: block;
  position: absolute;
  bottom:-4%;
  width:100%;
  height:1px;
  background:#e9e9e9;
}
.skin19 h4 {
    color: #000;
}

.skin19 a {
    color: #444;
    display: flex;
    box-sizing: border-box;
    line-height: 27px;
}

.skin19 a > b {
    display: block;
    padding: 12px 0px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-weight: 500;
    letter-spacing: -1px;
    font-size: 2.5rem;
}
.skin19 a > b::before {
  content:'';
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-right: 14px;
  background: #505050;
  vertical-align: 8px;
}
.skin19 li:first-child a > b {
  padding-top: 0px;
}
.skin20 {
    background-color: #f6f6f6;
}
.skin20 h4 {
    background-color: transparent;
}
.skin20 li {
    padding: 20px 10px;
    border-bottom: 1px solid #bebebe;
}
.skin20 li:last-child {
    border-bottom: 0;
}
.skin20 h6 {
    font-size: 19px;
    line-height: 1;
    letter-spacing: -0.05rem;
    font-weight: bold;
    margin-bottom: 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.skin20 .flex-wrap {
    display: flex;
}
.skin20 img {
    width: 135px;
    height: 90px;
}
.skin20 .image-wrap {
    margin-right: 10px;
}
.skin20 .text-wrap {
    align-self: center;
    max-height:84px;
    overflow: hidden;
}
.skin20 .text-wrap p {
    letter-spacing: -0.075rem;
    color: #515151;
}

.skin21 {
    background-color: #f6f6f6;
    display: flex;
    padding: 5px 10px;
    border-top: 1px solid #bebebe;
    border-bottom: 1px solid #bebebe;
}
.skin21 .box-name {
    width: 80px;
    white-space: nowrap;
    padding: 5px;
    box-sizing: border-box;
    text-align: center;
    color: #fff;
    font-weight: bold;
    background: url(../22_pattern.png) center center;
    font-size: 13px;
}
.skin21 ul {
    width: calc(100% - 80px);
}
.skin21 ul li {
    padding: 0 10px;
    box-sizing: border-box;
}
.skin21 ul li a {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    padding: 5px 0;
    font-size: 15px;
    letter-spacing: -1px;
}

.skin22 h4 {
    padding-bottom: 0;
}
.skin22 ul {
    box-sizing: border-box;
    padding: 0;
}
.skin22 .item {
    box-sizing: border-box;
    padding: 14px 10px;
    display: flex;
    border-bottom: 1px solid #ebebeb;
}
.skin22 .item:last-child {
    margin-bottom: 0;
    border-bottom: 0;
}
.skin22 .image-wrap {
    width: 115px;
    height: 73px;
    overflow: hidden;
    margin-right: 10px;
}
.skin22 .image-wrap img {
    width: 100%;
    height: 100%;
}
.skin22 .image-wrap + .text-wrap {
    width: calc(100% - 155px);
}
.skin22 .text-wrap p:first-child {
    margin-bottom: 10px;
}
.skin22 .text-wrap p {
    color: #797979;
    max-height: 42px;
    overflow: hidden;
    line-height: 21px;
    letter-spacing: -1px;
    font-size:14px;
}
.skin22 .text-wrap p strong {
    font-weight: bold;
    color: #383838;
    white-space: nowrap;
    overflow: hidden;
    font-size:15px;
    text-overflow: ellipsis;
    display: block;
    letter-spacing: -1px;
}
.skin23 {
  overflow:hidden;
}
.skin23 h4 {
  position: relative;
  border-bottom: 2px solid #ddd;
}
.skin23 h4::before {
  content: '';
  display: block;
  position: absolute;
  bottom:1px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #ddd;
}
.skin23 ul {
    box-sizing: border-box;
}

.skin23 li a, .skin23 li strong {
    display: block;
    color: #000;
}
.skin23 li a {
  padding: 15px 0;
    border-bottom: 1px solid #e9e9e9;
}
.skin23 li .parent:last-child a:last-child {
  border-bottom:2px solid #000;
}
.skin23 li strong {
    max-height: 64px;
    line-height: 1.3;
    font-weight: 500;
    font-size: 2.5rem;
    letter-spacing: -1px;
    overflow: hidden;
}
.skin23 li .sub {
  max-height: 64px;
  margin-top: 15px;
  color:#888;
  font-size: 2rem;
  line-height: 1.5;
  overflow: hidden;
}
.skin23 .moreBtn {
  margin-top: 18px;
  color:#2A52BE;
  font-size: 1.8rem;
  font-weight:600;
}
.skin23 .slick-arrow {position: absolute;bottom:-37px;width: 11px; height: 19px;background-image: url('/m/img/arrow_big.png');}
.skin23 .slick-prev {right:36px;}
.skin23 .slick-prev::after {content:'';display: block; position: absolute; left :24px; bottom:0px;width:1px;height:19px;background: #d4d4d4;}
.skin23 .slick-next {right:0px;transform: rotate(180deg);}
.skin24 h4 {
    background-color: #fff;
}
.skin24 li {
    line-height: 1.1;
}
.skin24 li:last-child {
    border-bottom: 0;
}
.skin24 li a {
    display: flex;
    padding: 12px 0px;
    align-items: center;

}
.skin24 li:first-child a {
  padding-top: 0px;
}
.skin24 li:nth-child(n + 4) span{
  background: #fff;
  border:1px solid #e5e5e5;
    color: #444;
}
.skin24 a span {
    width: 25px;
    height: 25px;
    margin-right: 10px;
    background: #2A52BE;
    border: 1px solid #990000;
    font-size: 13px;
    color: #fff;
    font-weight: bold;
    line-height: 23px;
    text-align: center;
    box-sizing: border-box;

}
.skin24 a b {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 2.5rem;
    font-weight: 300;
    letter-spacing: -1px;
    width: calc(100% - 35px);
    color:#444;
    font-weight: bold;
}
.skin24 li:nth-child(n+4) a b {
  font-weight: normal;
}

.skin25 {
  overflow: hidden;
}
.skin25 ul {
  margin: 0 -20px;
    box-sizing: border-box;
}
.skin25 li {
  padding: 0px 20px;
    box-sizing: border-box;
}
.skin25 .image-wrap {
    position: relative;
    padding-top: 74%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    margin-bottom: 10px;
}
.skin25 .text-wrap p {
    overflow: hidden;
    font-size: 2.5rem;
    line-height: 1.3;
    max-height: 68px;
}
.skin25 .text-wrap strong {
    font-weight: 400;
    letter-spacing: -1px;
}

.skin25 .slick-arrow {position: absolute;top:-47px;width: 11px; height: 19px;background-image: url('/m/img/arrow_big.png');}
.skin25 .slick-prev {right:56px;}
.skin25 .slick-prev::after {content:'';display: block; position: absolute; left :24px; bottom:0px;width:1px;height:19px;background: #d4d4d4;}
.skin25 .slick-next {right:20px;transform: rotate(180deg);}
.skin26 .heading-wrap {
    display: flex;
    border-top:1px solid #bebebe;
}
.skin26 .heading-wrap h4 {
    text-align: center;
    flex: 1;
    font-size: 17px;
    color: #262626;
    background-color: #eee;
    font-weight: bold;
    border-bottom:1px solid #bebebe;
    box-sizing: border-box;
}
.skin26 .heading-wrap h4.current {
    background-color: #fff;
    color: #2A52BE;
    border-left:1px solid #bebebe;
    border-right:1px solid #bebebe;
    border-bottom:1px solid transparent;
}
.skin26 .heading-wrap h4:first-child {
    border-left:1px solid transparent !important;
}
.skin26 .heading-wrap h4:last-child {
    border-right:1px solid transparent !important;
}
.skin26 li a {
    display: flex;
    letter-spacing: -1px;
    padding: 13px;
    line-height: 16px;
    border-bottom: 1px solid #bebebe;
}
.skin26 li span {
    font-size: 15px;
    color: #2A52BE;
    font-weight: bold;
    margin-right: 15px;
    white-space: nowrap;
}
.skin26 li p {
    font-size: 16px;
    width: calc(100% - 30px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.skin26 .article-wrap > div {
    display: none;
}
.skin26 .article-wrap > div.current {
    display: block;
}

.skin27 a.item {
    display: block;
    padding-top:66%;
    width:100%;
    background-size:100% 100%;
    position: relative;
    background-repeat: no-repeat;
    color: #fff;
}
.skin27 a.item .title-wrap {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
    box-sizing: border-box;
    padding: 15px 15px 35px;
    background-color: rgba(0,0,0,.8);
}
.skin27 a.item .title-wrap p {
    font-size: 18px;
    line-height: 25px;
    color: #fff;
    font-weight: 700;
    max-height: 50px;
    overflow: hidden;
    letter-spacing: -2px;
}
.skin27 .owl-theme .owl-controls {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding-bottom: 10px;
}
.skin28 ul {
    box-sizing: border-box;
    padding: 15px;
}
.skin28 li {
    margin:0 -7px;
}
.skin28 li:after {
    content: '';
    display: block;
    clear: both;
}
.skin28 .item {
    width: 50%;
    float: left;
    padding: 0 7px;
    box-sizing: border-box;
}
.skin28 .image-wrap {
    padding-top: 66.666%;
    background-color: #ebebeb;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;

}
.skin28 .text-wrap p:first-child {
    margin: 10px 0;
}
.skin28 .text-wrap p {
    color: #797979;
    max-height: 42px;
    overflow: hidden;
    line-height: 21px;
    letter-spacing: -1px;
    font-size:14px;
}
.skin28 .text-wrap p strong {
    display: block;
    font-weight: 400;
    color: #383838;
    height: 42px;
    overflow: hidden;
    font-size:16px;
    letter-spacing: -2px;

}
.skin28 .owl-theme .owl-controls {
    padding: 0;
}
.skin29 h4 {
    background-color: #f6f6f6;
    font-size: 17px;
}
.skin29 ul {
    padding: 15px;
    box-sizing: border-box;
}
.skin29 ul:after {
    content: '';
    display: block;
    clear: both;
}
.skin29 li {
    width: 50%;
    padding: 0 7px;
    box-sizing: border-box;
    float: left;

}
.skin29 ul li:nth-child(2n) {
    margin-bottom: 15px;
}
.skin29 ul li:last-child {
    margin-bottom: 0px;
}
.skin29 li .image-wrap {
    padding-top: 66.666%;
    background-position: center center;
    background-size: cover;
}
.skin29 li a {
    display: block;
    position: relative;
}
.skin29 li .rank {
    position: absolute;
    top: 0;
    left: 0;
    width: 25px;
    height: 25px;
    line-height: 25px;
    background-color: #0090ab;
    color: #fff;
    font-size: 18px;
    text-align: center;
}
.skin29 .text-wrap {
    border: 1px solid #cdcdcd;
    padding:10px;
    box-sizing: border-box;
}
.skin29 .text-wrap p {
    height: 42px;
    letter-spacing: -1px;
    overflow: hidden;
}
.skin30 a.item {
    display: block;
    padding-top:66%;
    width:100%;
    background-size:100% 100%;
    position: relative;
    background-repeat: no-repeat;
    color: #fff;
}
.skin30 a.item .title-wrap {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
    box-sizing: border-box;
    padding: 30px 15px 10px;
    background-image: linear-gradient(0deg, #000, #000, transparent);
}
.skin30 a.item .title-wrap p {
    font-size: 18px;
    line-height: 25px;
    color: #fff;
    font-weight: 700;
    max-height: 50px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    letter-spacing: -2px;
}
.skin30 a.item .title-wrap p.subj2 {
    font-size: 14px;
    font-weight: lighter;
    margin-top: 10px;
    text-align: center;
}
.skin30 .owl-theme .owl-controls{
    padding: 0;
}
.skin30 .owl-buttons {
    position: absolute;
    top: calc(50% - 27px);
    left: 0;
    right: 0;
}
.skin30 .owl-theme .owl-buttons > div {
    position: absolute;
    margin: 0;
    padding: 0;
    opacity: 1;
    width: 60px;
    height: 55px;
    background: transparent no-repeat center center;
}
.skin30 .owl-buttons > div.owl-prev {
    left: 0;
    background-image:url(../30_nav_right.png);
}
.skin30 .owl-buttons > div.owl-next {
    right: 0;
    background-image:url(../30_nav_left.png);
}
.skin31 {
    background-color: #f6f6f6;
    padding-bottom: 20px;
}
.skin31 ul {
    box-sizing: border-box;
    padding: 15px;
}
.skin31 h4 {
    background-color: transparent;
    padding-bottom:0;
}
.skin31 li {
    margin:0 -7px;
}
.skin31 li:after {
    content: '';
    display: block;
    clear: both;
}
.skin31 .item {
    width: 50%;
    float: left;
    padding: 0 7px;
    box-sizing: border-box;
    margin-bottom: 21px;
}
.skin31 li:last-child .item {
    margin-bottom: 0;
}
.skin31 .item > div {
    border: 1px solid #ccc;
    box-sizing: border-box;
}
.skin31 .image-wrap {
    padding-top: 66.666%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;

}
.skin31 .text-wrap {
    padding: 10px;
    background-color: #fff;
}
.skin31 .text-wrap p {
    color: #222;
    max-height: 42px;
    overflow: hidden;
    line-height: 21px;
    letter-spacing: -1px;
    font-size:13px;
}
.skin31 .owl-theme .owl-controls {
    padding: 0;
}
.skin31 > p {
    padding: 0 15px ;
}
.skin31 button {
    display: block;
    width: 100%;
    border: 0;
    padding: 0;
    background-color: #fff;
    line-height: 30px;
    font-weight: 600;
    padding:5px;
}
.skin32 h4 {
    padding-bottom: 0;
}
.skin32 ul {
    box-sizing: border-box;
    padding: 0 15px;
}
.skin32 .parent:last-child {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
}
.skin32 .parent:last-child a {
    width: calc(50% - 10px);
    border-bottom: 0;
}
.skin32 .parent:last-child a .image-wrap {
    padding-top: 66%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    margin-bottom: 10px;
}
.skin32 .parent:last-child strong {
    white-space: initial;
    text-align: center;
    line-height: 21px;
    max-height: 42px;
}
.skin32 .parent:nth-last-child(2) a:last-child {
    border-bottom: 0;
}
.skin32 li a, .skin32 li strong {
    display: block;
}
.skin32 li a {
    border-bottom: 1px solid #ebebeb;
}
.skin32 li strong {
    line-height: 40px;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: -2px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.skin33 h4 {
    padding: 15px;
}
.skin33 ul {
    box-sizing: border-box;
    padding-bottom: 0;
}
.skin33 li .item:first-child {
    border-top: 1px solid #ebebeb;
}

.skin33 .item {
    display: flex;
    padding: 14px 10px;
    border-bottom: 1px solid #ebebeb;

}
.skin33 .item:last-child {
    margin-bottom: 0;
}
.skin33 .image-wrap {
    order: 1;
    width: 95px;
    height: 95px;
    overflow: hidden;
    border-radius: 50%;
    margin-right: 15px;
    border:1px solid #ebebeb;
    background-size: cover;
    background-position: center center;
}
.skin33 .text-wrap {
    position: relative;
    order: 2;
    align-self: center;
    width: calc(100% - 135px);
}
.skin33 .text-wrap p {
    font-weight: 400;
    color: #383838;
    max-height: 50px;
    overflow: hidden;
    font-size:18px;
    letter-spacing: -2px;
    line-height: 25px;
}
.skin33 .text-wrap span {
    position: absolute;
    top:-20px;
    left: 0;
    color: #999;
    line-height: 20px;
    font-size: 14px;
}
.skin34 .tab-list {
  margin-bottom: 25px;
}
.skin34 .tab-list a {
  display: inline-block;
  width:126px;
  height: 50px;
  margin-right: 7px;
  background: #e1e3e4;
  color:#444;
  font-size: 2.5rem;
  font-weight: bold;
  border-radius: 30px;
  line-height: 50px;
  text-align: center;
  margin-bottom: 5px;
}
.skin34 .tab-list a.active {
  background: #2A52BE;
  color:#fff;
}
.skin34 .tab-link {
  display: block;
}
.skin34 .tab-cont {
  margin: 0px -20px;
}
.skin34 .tab-cont li {
  float: left;
  width: 50%;
  padding: 0px 20px;
  margin-bottom: 40px;
  box-sizing: border-box;
  overflow: hidden;
}
.skin34 .tab-link .image-wrap {
 width: 100%;
 padding-top: 74%;
 background-size:cover;
 background-position: center;
}
.skin34 .tab-link .text-wrap {
  overflow: hidden;
  height: 70px;
  margin: 15px 0px;
  color:#000;
  font-size: 2.5rem;
  line-height: 1.4;
  letter-spacing: -1px;
  font-weight: 500;
}
.skin34 .info {
  font-size: 1.8rem;
  font-weight: 500;
}
.skin34 .info .time {
  color:#888;
}
.skin34 .info .time::after {
  content:'';
  display: inline-block;
  width: 1px;
  height: 15px;
  margin: 0px 2px 0px 8px;
  background: #d1d1d1;
  vertical-align: -1px;
}
.skin34 .info .cate {
  color:#2A52BE;
}
/*스킨 반응형*/
@media (min-width:1200px) {
  #container .contents{float:left;width:60%;}
  #container .aside{float:right;width:40%;}
  #container .aside section{margin-left:0;}
}

@media (min-width: 576px) and (max-width:719px) {
 html{
   font-size: 8px;
 }
 /*skin12*/
 .skin12 a.item .title-wrap p {
   max-height: 58px;
 }
 /*skin13*/
 .skin13 .text-wrap p {
   max-height: 56px;
 }
 .skin13 .text-wrap p.sub {
   max-height: 48px;
   margin-top: 5px;
 }
 /*skin23*/
 .skin23 li strong {
   max-height: 50px;
 }
 .skin23 li .sub {
   max-height: 50px;
   margin-top: 10px;
 }
  /*skin25*/
  .skin25 .text-wrap p {
    max-height: 50px;
  }
  /*skin34*/
  .skin34 .tab-list a {
    width: 100px;
    height: 40px;
    line-height: 40px;
  }
  .skin34 .tab-link .text-wrap {
    height: 55px;
    margin: 10px 0px;
  }
  .skin34 .tab-cont li {
    margin-bottom: 20px;
  }
  /*skin19*/
  .skin19 a > b {
    padding: 10px 0px;
  }
  .skin19 a > b::before {
    vertical-align: 6px;
  }
  /*skin24*/
  .skin24 li a {
    padding: 10px 0px;
  }
 /*slick 버튼*/
 .skin23 .slick-arrow,.skin25 .slick-arrow {
   width: 9px;
   height: 16px;
 }
 .skin23 .slick-prev::after,.skin25 .slick-prev::after {
   left: 22px;
   height: 16px;
 }
}

@media (min-width: 0px) and (max-width:575px) {
  html {
    font-size: 7px;
  }
  /*skin12*/
  .skin12 a.item .title-wrap p {
    max-height: 50px;
  }
  /*skin13*/
  .skin13 .image-wrap {
    width: 35%;
    padding-top:25%;
  }
  .skin13 .image-wrap + .text-wrap {
    width: calc(65% - 15px);
  }
  .skin13 .text-wrap p {
    max-height: 48px;
  }
  .skin13 .text-wrap p.sub {
    max-height: 38px;
    margin-top: 5px;
  }
  /*skin23*/
  .skin23 li strong {
    max-height: 45px;
  }
  .skin23 li .sub {
    max-height: 45px;
    margin-top: 10px;
  }
   /*skin25*/
   .skin25 ul {
     margin: 0 -10px;
   }
   .skin25 li {
     padding: 0px 10px;
   }
   .skin25 .text-wrap p {
     max-height: 45px;
   }
   /*skin14*/
  .skin14 .box-name {
    width: 7em;
  }
  .skin14 ul {
    width: calc(100% - 7em);
  }

   /*skin34*/
   .skin34 .tab-list a {
     width: fit-content;
     padding: 0 10px;
     height: 30px;
     margin-right: 0;
     font-size: 1.8rem;
     line-height: 30px;
   }
   .skin34 .tab-link .text-wrap {
     height: 50px;
     margin: 10px 0px;
   }
   .skin34 .tab-cont {
     margin: 0px -10px;
   }
   .skin34 .tab-cont li {
     padding: 0px 10px;
     margin-bottom: 20px;
   }
   /*skin19*/
   .skin19 a > b {
     padding: 10px 0px;
   }
   .skin19 a > b::before {
     vertical-align: 6px;
   }
   /*skin24*/
   .skin24 li a {
     padding: 10px 0px;
   }
  /*slick 버튼*/
  .skin12 .slick-arrow {
    width: 35px;
    height: 35px;
    background-size: cover;
  }
  .skin12 .slick-prev {
    right: 36px;
  }
  .skin23 .slick-arrow,.skin25 .slick-arrow,.skin18 .slick-arrow {
    width: 9px;
    height: 16px;
  }
  .skin23 .slick-prev::after,.skin25 .slick-prev::after,.skin18 .slick-prev::after {
    left: 22px;
    height: 16px;
  }
  .skin18 .slick-arrow {
    top:-40px;
  }
}
