@charset "utf-8";

/* 스킨경로 : skin/latest/ */
/* 기본스킨 스타일 */
/******************************************************** 공통 ********************************************************/
.contentEmpty {
  display: block;
  text-align: center;
}

.bannerUrl {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background: red;
  opacity: 0;
  filter: alpha(opacity=0);
}

.bannerUrlText {
  position: absolute;
  padding: 3px;
  color: #fff !Important;
  background: url(../img/bg_transparent_black.png) repeat;
}

.btnSkinTitle {
  padding-right: 10px;
  font-family: "Nanum Gothic";
  font-size: 17px;
  font-weight: bold;
  color: #000;
  text-decoration: none;
  /*background:#fff;*/
}

.btnSkinTitle:link, .btnSkinTitle:visited, .btnSkinTitle:active {
  color: #000;
  text-decoration: none;
}

.btnSkinMore {
  float: right;
  /* width:12px;height:12px;padding:2px 5px 0 0; */
  margin-right: 10px;
}

/* .btnSkinMore img{filter:alpha(opacity=60);opacity:0.6} */
.btnSkinMore:link, .btnSkinMore:visited, .btnSkinMore:active {
  font-family: "Nanum Gothic";
  color: #8b8b8b;
  text-decoration: none;
}

/******************************************************** basic(게시판스킨) ********************************************************/
/* .boardSkin01{position:relative;} */
/* .boardSkin01>dl>dt{position:relative;width:100%;height:20px;padding-top:6px;overflow:hidden;} */
/* .boardSkin01 dd ul li{display:block;padding:3px 20px;background:url(../img/bullet_list.gif) 10px 9px no-repeat;} */
/* .boardSkin01 dd ul li.even{background:url(../img/bullet_list.gif) 10px 9px no-repeat #eee;} */
/* .boardSkin01 dd ul li a{display:inline-block;*display:inline;max-width:90%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#333;} */
/* .boardSkin01 dd .btnMore{position:absolute;right:10px;top:16px;width:16px;height:16px;display:block;overflow:hidden;text-indent:-9999px;background:url(../img/btn_more.png) 0 0 no-repeat;} */
.boardSkin01>dl>dt {
  padding: 7px 12px;
}

.boardSkin01>dl>dt .btnSkinTitle {
  font-size: 15px;
}

.boardSkin01>dl>dt .btnSkinMore {
  margin-right: 0;
  color: #fff
}

.boardSkin01>dl>dd {
  position: relative;
}

.boardSkin01>dl>dd>ul {
  font-family: "Nanum Gothic";
}

.boardSkin01>dl>dd>ul>li {
  padding: 10px 0;
  border-top: 1px solid #ddd;
}

.boardSkin01>dl>dd>ul>li:first-child {
  border-top: none;
}

.boardSkin01>dl>dd>ul>li .text {
  position: relative;
}

.boardSkin01>dl>dd>ul>li .text:before {
  position: absolute;
  left: 2px;
  top: 7px;
  display: block;
  content: "";
  width: 13px;
  height: 13px;
  background: url(../img/bullet_list.gif) 50% 50% no-repeat;
}

.boardSkin01>dl>dd>ul>li .text>* {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  letter-spacing: -1px;
  padding-left: 15px;
}

.boardSkin01>dl>dd>ul>li .text .title {
  height: 22px;
  line-height: 22px;
  font-size: 15px;
  color: #333;
}

.boardSkin01>dl>dd>ul>li .text .content {
  height: 20px;
  line-height: 20px;
  font-size: 12px;
  color: #999;
  font-family: "Gulim";
}

/******************************************************** b_01(배너스킨01) ********************************************************/
.bannerSkin01 {
  position: relative;
}

.bannerSkin01>dl>dt {
  position: relative;
  width: 100%;
  height: 20px;
  padding-top: 6px;
  overflow: hidden;
}

.bannerSkin01>dl>dd span {
  display: block;
}

.bannerSkin01>dl>dd span img {
  display: block;
  width: 100%;
  height: auto;
  *margin-top: -2px;
}

#headline .bannerSkin01>dl>dd span>img.nobanner {
  content: url('/news/img/nobanner_mid_01.png');
}

/******************************************************** b_02(배너스킨02) ********************************************************/
.bannerSkin02 {
  position: relative;
}

.bannerSkin02>dl>dt {
  position: relative;
  width: 100%;
  height: 20px;
  padding-top: 6px;
  overflow: hidden;
}

.bannerSkin02>dl>dd span {
  display: block;
}

.bannerSkin02>dl>dd span img {
  display: block;
  width: 100%;
  height: auto;
  *margin-top: -2px;
}

/******************************************************** b_03(배너스킨03) ********************************************************/
.bannerSkin03 {
  position: relative;
}

.bannerSkin03>dl>dt {
  position: relative;
  width: 100%;
  height: 20px;
  padding-top: 6px;
  overflow: hidden;
}

.bannerSkin03>dl>dd span {
  display: block;
}

.bannerSkin03>dl>dd span img {
  display: block;
  width: 100%;
  height: auto;
  *margin-top: -2px;
}

/******************************************************** b_04(배너스킨04) ********************************************************/
.bannerSkin04 {
  position: relative;
}

.bannerSkin04>dl>dt {
  padding: 6px 10px 4px;
  overflow: hidden;
}

.bannerSkin04>dl>dd span {
  display: block;
}

.bannerSkin04>dl>dd span img {
  display: block;
  width: 100%;
  height: auto;
  *margin-top: -2px;
}

/******************************************************** b_51(멀티배너스킨51) ********************************************************/
.bannerSkin51 {
  position: relative;
}

.bannerSkin51>dl>dt {
  padding: 6px 10px 4px;
  overflow: hidden;
}

.bannerSkin51 .imageWrap {
  position: relative;
  background: #ccc;
}

.bannerSkin51 .imageWrap li {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
}

.bannerSkin51 .imageWrap li a {
  display: block;
  width: 100%;
  height: 100%;
}

.bannerSkin51 .btnWrap {
  display: none;
}

.bannerSkin51 .btnWrap a {
  position: absolute;
  display: block;
  width: 59px;
  height: 59px;
  text-indent: -9999px;
  overflow: hidden;
  top: calc(50% - 29px);
  max-height: 100%;
}

.bannerSkin51 .btnWrap a.prev {
  left: 0;
}

.bannerSkin51 .btnWrap a.next {
  right: 0;
}

/******************************************************** h_01(헤드라인스킨01) ********************************************************/
.headlineSkin01>dl>dt {
  position: relative;
  width: 100%;
  height: 20px;
  padding-top: 6px;
  overflow: hidden;
}

.headlineSkin01>dl>dd {
  height: 189px;
  *zoom: 1;
}

.headlineSkin01>dl>dd:after {
  content: "";
  display: block;
  clear: both;
}

.headlineSkin01>dl>dd .imageBig {
  float: left;
  width: 252px;
  height: 189px;
  padding-bottom: 5px;
  margin-right: 13px;
}

.headlineSkin01>dl>dd .imageBig a {
  display: block;
}

.headlineSkin01>dl>dd .imageBig a img {
  display: block;
  width: 250px;
  height: 187px;
  /* border:1px solid #ccc; */
}

.headlineSkin01>dl>dd .thumbnail {
  float: left;
  padding: 3px;
  *zoom: 1;
}

.headlineSkin01>dl>dd .thumbnail:after {
  content: "";
  display: block;
  clear: both;
}

.headlineSkin01>dl>dd .thumbnail li {
  float: left;
  margin-left: 3px;
}

.headlineSkin01>dl>dd .thumbnail li:first-child {
  margin-left: 0;
}

.headlineSkin01>dl>dd .thumbnail li a {
  display: block;
  border: 2px solid #fff;
}

.headlineSkin01>dl>dd .thumbnail li a.on {
  border: 3px solid #ff9900;
}

.headlineSkin01>dl>dd .thumbnail li a img {
  display: block;
  width: 62px;
  height: 46px;
  border: 1px solid #ccc;
}

.headlineSkin01>dl>dd .thumbnail li a.on img {
  border: none;
}

.headlineSkin01>dl>dd .text {
  float: left;
  width: 360px;
  height: 130px;
  margin: 0 0 4px 7px;
  overflow: hidden;
}

.headlineSkin01>dl>dd .text dt {
  display: block;
  padding: 15px 0 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  letter-spacing: -1px;
}

.headlineSkin01>dl>dd .text dt a {
  font-family: "Nanum Gothic";
  height: 21px;
  line-height: 21px;
  font-size: 21px;
  font-weight: bold;
  color: #333;
}

.headlineSkin01>dl>dd .text dd {
  max-height: 48px;
  overflow: hidden;
}

.headlineSkin01>dl>dd .text dd a {
  display: block;
  text-align: justify;
  font-size: 12px;
  color: #999;
}

.headlineSkin01>dl>dd .text dd a.subTitle {
  display: block;
  padding-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: "Nanum Gothic";
  font-size: 16px;
  font-weight: bold;
  color: #666;
  letter-spacing: -1px;
}

/******************************************************** h_02(헤드라인스킨02) ********************************************************/
.headlineSkin02>dl>dt {
  position: relative;
  width: 100%;
  height: 20px;
  padding-top: 6px;
  overflow: hidden;
}

.headlineSkin02>dl>dd li {
  padding: 10px 0;
  border-top: 1px solid #ccc;
  *zoom: 1;
}

.headlineSkin02>dl>dd li:first-child {
  padding-top: 0;
  border-top: none;
}

.headlineSkin02>dl>dd li:after {
  content: "";
  display: block;
  clear: both;
}

.headlineSkin02>dl>dd .image {
  float: left;
}

.headlineSkin02>dl>dd .image img {
  display: block;
  width: 110px;
  height: 90px;
  /* border:1px solid #ccc; */
}

.headlineSkin02>dl>dd .content {
  float: left;
  width: 100%;
}

.headlineSkin02>dl>dd .content.withImage {
  width: 78%;
}

.headlineSkin02>dl>dd .content dt {
  padding: 17px 0 12px;
}

.headlineSkin02>dl>dd .content dt a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 18px;
  font: bold 17px "Nanum Gothic";
  color: #333;
  letter-spacing: -0.05em;
}

.headlineSkin02>dl>dd .content dd {
  height: 32px;
  overflow: hidden;
}

.headlineSkin02>dl>dd .content dd a {
  display: block;
  color: #999;
  letter-spacing: -0.05em;
}

/******************************************************** h_03(헤드라인스킨03) ********************************************************/
.headlineSkin03>dl>dt {
  position: relative;
  width: 100%;
  height: 20px;
  padding-top: 6px;
  overflow: hidden;
}

.headlineSkin03>dl>dd {
  height: 189px;
  *zoom: 1;
}

.headlineSkin03>dl>dd:after {
  content: "";
  display: block;
  clear: both;
}

.headlineSkin03>dl>dd .imageBig {
  float: left;
  display: block;
  float: left;
  width: 252px;
  height: 189px;
}

.headlineSkin03>dl>dd .imageBig img {
  display: block;
  width: 250px;
  height: 187px;
  /* border:1px solid #ccc; */
}

.headlineSkin03>dl>dd .text {
  float: left;
  width: 355px;
  margin-bottom: 10px;
}

.headlineSkin03>dl>dd .text dt {
  display: block;
  padding: 15px 0 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.headlineSkin03>dl>dd .text dt a {
  font-family: "Nanum Gothic";
  height: 21px;
  line-height: 21px;
  font-size: 21px;
  font-weight: bold;
  color: #333;
  letter-spacing: -0.05em;
}

.headlineSkin03>dl>dd .text dd a {
  display: block;
  max-height: 48px;
  overflow: hidden;
  text-align: justify;
  font-size: 12px;
  color: #999;
}

.headlineSkin03>dl>dd .text dd a.subTitle {
  display: block;
  padding-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: "Nanum Gothic";
  font-size: 16px;
  font-weight: bold;
  color: #666;
  letter-spacing: -1px;
}

.headlineSkin03>dl>dd .textOnly {
  float: left;
  width: 340px;
  padding: 2px 0 0 10px;
  margin-left: 25px;
}

.headlineSkin03>dl>dd .textOnly a {
  display: block;
  color: #333;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/******************************************************** h_04(헤드라인스킨04) ********************************************************/
.headlineSkin04>dl>dt {
  position: relative;
  width: 100%;
  height: 20px;
  padding-top: 6px;
  overflow: hidden;
}

.headlineSkin04>dl>dd {
  height: 220px;
  *zoom: 1;
}

.headlineSkin04>dl>dd:after {
  content: "";
  display: block;
  clear: both;
}

.headlineSkin04>dl>dd .imageBig {
  float: left;
  display: block;
  float: left;
  width: 252px;
  height: 189px;
}

.headlineSkin04>dl>dd .imageBig img {
  display: block;
  width: 250px;
  height: 187px;
  /* border:1px solid #ccc; */
}

.headlineSkin04>dl>dd .title {
  display: block;
  padding: 0 0 10px 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: "Nanum Gothic";
  height: 21px;
  line-height: 21px;
  font-size: 21px;
  font-weight: bold;
  color: #333;
  letter-spacing: -0.05em;
}

.headlineSkin04>dl>dd .text {
  float: left;
  width: 355px;
  margin-bottom: 10px;
}

.headlineSkin04>dl>dd .text dd a {
  display: block;
  text-align: justify;
  font-size: 12px;
  color: #999;
}

.headlineSkin04>dl>dd .text dd a.subTitle {
  display: block;
  padding: 15px 0 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: "Nanum Gothic";
  font-size: 16px;
  font-weight: bold;
  color: #666;
  letter-spacing: -1px;
}

.headlineSkin04>dl>dd .textOnly {
  float: left;
  width: 340px;
  padding: 2px 0 0 10px;
  margin-left: 25px;
}

.headlineSkin04>dl>dd .textOnly a {
  display: block;
  color: #333;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/******************************************************** h_05(헤드라인스킨05) ********************************************************/
.headlineSkin05>dl {
  padding: 5px 10px;
  margin-bottom: 0px;
  border-radius: 7px;
  *zoom: 1;
}

.headlineSkin05>dl:after {
  content: "";
  display: block;
  clear: both;
}

.headlineSkin05>dl>dt {
  float: left;
  width: 44px;
  height: 22px;
  line-height: 22px;
  font-weight: bold;
  font-size: 11px;
  letter-spacing: -1px;
  color: #000;
  text-align: center;
  overflow: hidden;
}

.headlineSkin05>dl>dd {
  float: right;
  background: #fff;
}

.headlineSkin05>dl>dd .contentWrap {
  position: relative;
  height: 22px;
  overflow: hidden;
  box-shadow: 1px 1px 3px #999 inset;
}

.headlineSkin05>dl>dd .contentWrap .bullet {
  font-size: 5px;
  color: #aaa;
  height: 22px;
  line-height: 22px;
  vertical-align: middle;
}

.headlineSkin05>dl>dd .contentWrap .slideBT {
  position: absolute;
  left: 0;
  top: 0;
  width: 9999px;
}

.headlineSkin05>dl>dd .contentWrap .slideBT li a {
  position: relative;
  display: block;
  height: 22px;
  padding-left: 10px;
  line-height: 22px;
}

.headlineSkin05>dl>dd .contentWrap .slideRL {
  position: absolute;
  left: 0;
  top: 0;
  width: 9999px;
}

.headlineSkin05>dl>dd .contentWrap .slideRL li {
  float: left;
}

.headlineSkin05>dl>dd .contentWrap .slideRL li a {
  position: relative;
  display: block;
  height: 22px;
  padding-left: 10px;
  line-height: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/******************************************************** h_06(헤드라인스킨06) ********************************************************/
.headlineSkin06>dl>dt {
  position: relative;
  width: 100%;
  height: 20px;
  padding-top: 6px;
  overflow: hidden;
}

.headlineSkin06>dl>dd {
  *zoom: 1;
}

.headlineSkin06>dl>dd:after {
  content: "";
  display: block;
  clear: both;
}

.headlineSkin06>dl>dd .imageBig {
  float: left;
  display: block;
  float: left;
  width: 202px;
  height: 147px;
}

.headlineSkin06>dl>dd .imageBig img {
  display: block;
  width: 200px;
  height: 145px;
  /* border:1px solid #ccc; */
}

.headlineSkin06>dl>dd ul {
  float: left;
  width: 420px;
  margin-left: 15px;
}

.headlineSkin06>dl>dd ul .text {
  margin-bottom: 10px;
  *zoom: 1;
}

.headlineSkin06>dl>dd ul .text:after {
  content: "";
  display: block;
  clear: both;
}

.headlineSkin06>dl>dd ul .text a {
  float: left;
  font-family: "Nanum Gothic";
  width: 320px;
  height: 21px;
  line-height: 21px;
  font-size: 15px;
  font-weight: bold;
  color: #333;
  letter-spacing: -0.05em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.headlineSkin06>dl>dd ul .text span {
  float: right;
  height: 21px;
  line-height: 26px;
}

/******************************************************** h_07(헤드라인스킨07) ********************************************************/
.headlineSkin07>dl>dt {
  position: relative;
  width: 100%;
  height: 20px;
  padding-top: 6px;
  overflow: hidden;
}

.headlineSkin07>dl>dd {
  *zoom: 1;
}

.headlineSkin07>dl>dd:after {
  content: "";
  display: block;
  clear: both;
}

.headlineSkin07>dl>dd div {
  display: none;
  height: 253px;
}

.headlineSkin07>dl>dd div.on {
  display: block;
}

.headlineSkin07>dl>dd .imageBig {
  float: left;
  width: 358px;
  height: 268px;
  margin-right: 20px;
  /* border:1px solid #ccc; */
}

.headlineSkin07>dl>dd .imageBig img {
  display: block;
  width: 100%;
  height: 100%;
}

.headlineSkin07>dl>dd .content {
  float: left;
  width: 250px;
}

.headlineSkin07>dl>dd .content .title {
  display: block;
  overflow: hidden;
  margin-bottom: 10px;
  max-height: 75px;
  line-height: 25px;
  font-family: "Nanum Gothic";
  font-size: 21px;
  color: #333;
  font-weight: bold;
}

.headlineSkin07>dl>dd .content .subject {
  display: block;
  overflow: hidden;
  margin-bottom: 10px;
  max-height: 60px;
  line-height: 20px;
  font-family: "Nanum Gothic";
  font-size: 16px;
  color: #666;
}

.headlineSkin07>dl>dd .content .text {
  display: block;
  overflow: hidden;
  max-height: 100px;
  color: #999;
}

.headlineSkin07>dl>dd .indicator {
  *zoom: 1;
}

.headlineSkin07>dl>dd .indicator:after {
  content: "";
  display: block;
  clear: both;
}

.headlineSkin07>dl>dd .indicator li {
  float: left;
  padding-left: 10px;
}

.headlineSkin07>dl>dd .indicator li:first-child {
  padding-left: 0;
}

.headlineSkin07>dl>dd .indicator li a {
  display: block;
  width: 17px;
  height: 17px;
  background: #e1e1e1;
}

.headlineSkin07>dl>dd .indicator li a.on {
  background: red;
}

/******************************************************** h_08(헤드라인스킨08) ********************************************************/
.headlineSkin08>dl>dt {
  position: relative;
  width: 100%;
  height: 20px;
  padding-top: 6px;
  overflow: hidden;
}

.headlineSkin08>dl>dd {
  *zoom: 1;
}

.headlineSkin08>dl>dd:after {
  content: "";
  display: block;
  clear: both;
}

.headlineSkin08>dl>dd div {
  width: 32%;
  margin-left: 2%;
  overflow: hidden;
}

.headlineSkin08>dl>dd div:first-child {
  margin-left: 0;
}

.headlineSkin08>dl>dd div {
  float: left;
}

.headlineSkin08>dl>dd .imageBig {
  display: block;
  margin-bottom: 10px;
  /* border:1px solid #ccc; */
}

.headlineSkin08>dl>dd .imageBig img {
  display: block;
  width: 100%;
  height: 155px;
}

.headlineSkin08>dl>dd .content .title {
  display: block;
  overflow: hidden;
  margin-bottom: 10px;
  max-height: 40px;
  line-height: 20px;
  font-family: "Nanum Gothic";
  font-size: 16px;
  color: #333;
}

.headlineSkin08>dl>dd .content .text {
  display: block;
  overflow: hidden;
  max-height: 60px;
  line-height: 20px;
  color: #999;
  letter-spacing: -1px;
}

/******************************************************** h_10(헤드라인스킨10) ********************************************************/
.headlineSkin10>dl>dt {
  padding: 6px 10px 4px;
  overflow: hidden;
}

.headlineSkin10>dl>dd {
  height: 189px;
  *zoom: 1;
}

.headlineSkin10>dl>dd:after {
  content: "";
  display: block;
  clear: both;
}

.headlineSkin10>dl>dd .imageBig {
  float: left;
  display: block;
  float: left;
  width: 252px;
  height: 189px;
}

.headlineSkin10>dl>dd .imageBig img {
  display: block;
  width: 250px;
  height: 187px;
  border: 1px solid #ccc;
}

.headlineSkin10>dl>dd .text {
  float: left;
  width: 355px;
  margin-bottom: 10px;
}

.headlineSkin10>dl>dd .text dt {
  display: block;
  padding: 7px 0 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.headlineSkin10>dl>dd .text dt a {
  font-family: "Nanum Gothic";
  height: 21px;
  line-height: 21px;
  font-size: 21px;
  font-weight: bold;
  color: #333;
  letter-spacing: -0.05em;
}

.headlineSkin10>dl>dd .text dd a {
  display: block;
  max-height: 48px;
  overflow: hidden;
  text-align: justify;
  font-size: 12px;
  color: #666;
}

.headlineSkin10>dl>dd .text dd a.subTitle {
  display: block;
  padding-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: "Nanum Gothic";
  font-size: 16px;
  font-weight: bold;
  color: #666;
  letter-spacing: -1px;
}

.headlineSkin10>dl>dd .textOnly {
  float: left;
  width: 340px;
  padding: 2px 0 0 10px;
  margin-left: 25px;
}

.headlineSkin10>dl>dd .textOnly a {
  display: block;
  color: #333;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/******************************************************** h_11(헤드라인스킨11) ********************************************************/
.headlineSkin11 {
  position: relative;
}

.headlineSkin11>dl>dt {
  padding: 10px 40px 0;
  font-size: 17px;
}

.headlineSkin11>dl>dd {
  position: relative;
}

.headlineSkin11>dl>dd .photoNews {
  position: relative;
  width: 710px;
  height: 153px;
  margin: 0 auto;
  overflow: hidden;
  *zoom: 1;
}

.headlineSkin11>dl>dd .photoNews:after {
  content: "";
  display: block;
  clear: both;
}

.headlineSkin11>dl>dd .photoNews ul {
  position: absolute;
  left: 0;
  top: 0;
  width: 9999px;
}

.headlineSkin11>dl>dd .photoNews li {
  float: left;
  position: relative;
  margin-right: 22px;
}

.headlineSkin11>dl>dd .photoNews li img {
  display: block;
  width: 222px;
  height: 153px;
  /* border:1px solid #dbdbdb; */
}

.headlineSkin11>dl>dd .photoNews li em {
  position: absolute;
  bottom: 0;
  display: block;
  width: 90%;
  height: 42px;
  padding: 0 5%;
  font: bold 15px/42px "Nanum Gothic";
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background: rgba(0, 0, 0, 0.7);
}

.headlineSkin11>dl>dd .btnPrev {
  position: absolute;
  left: 0px;
  top: 50%;
  margin-top: -11px;
}

.headlineSkin11>dl>dd .btnNext {
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -11px;
}

/******************************************************** h_12(헤드라인스킨12) ********************************************************/
.headlineSkin12>dl>dt {
  position: relative;
  width: 100%;
  height: 20px;
  padding: 15px 0;
  overflow: hidden;
  font-size: 21px;
}

.headlineSkin12>dl>dd>ul {
  font-family: "Nanum Gothic";
}

.headlineSkin12>dl>dd>ul:after {
  content: "";
  display: block;
  clear: both;
}

.headlineSkin12>dl>dd>ul>li {
  float: right;
  width: 320px;
  margin-top: 10px;
}

.headlineSkin12>dl>dd>ul>li:nth-child(2) {
  margin-top: 0;
}

.headlineSkin12>dl>dd>ul>li:after {
  content: "";
  display: block;
  clear: both;
}

.headlineSkin12>dl>dd>ul>li .image {
  float: left;
  width: 119px;
  height: 80px;
}

.headlineSkin12>dl>dd>ul>li .title {
  float: right;
  width: 180px;
  line-height: 21px;
  height: 42px;
  font-size: 16px;
  color: #383838;
  overflow: hidden;
}

.headlineSkin12>dl>dd>ul>li .content {
  float: right;
  width: 180px;
  height: 36px;
  line-height: 18px;
  font-size: 14px;
  color: #797979;
  overflow: hidden;
}

.headlineSkin12>dl>dd>ul>li.first {
  position: relative;
  float: left;
  width: 400px;
  margin-top: 0;
}

.headlineSkin12>dl>dd>ul>li.first .image {
  float: none;
  display: block;
  width: 400px;
  height: 260px;
}

.headlineSkin12>dl>dd>ul>li.first .title {
  float: none;
  display: block;
  position: absolute;
  bottom: 18px;
  width: 90%;
  margin: 0 5%;
  font-size: 19px;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.headlineSkin12>dl>dd>ul>li.first .content {
  float: none;
  display: block;
  position: absolute;
  bottom: -4px;
  width: 90%;
  margin: 0 5%;
  font-size: 14px;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.headlineSkin12>dl>dd>ul>li.first .bg {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 32%;
  background: url(../img/bg_gradation.png) 0 0 repeat-x;
  background-size: auto 100%;
}

.headlineSkin12 .btnSkinMore {
  float: right;
  margin-top: -15px;
  font-size: 12px;
  margin-right: 10px;
}

/******************************************************** h_13(헤드라인스킨13) ********************************************************/
.headlineSkin13>dl>dt {
  position: relative;
  width: 100%;
  height: 20px;
  padding: 15px 0;
  overflow: hidden;
  font-size: 21px;
}

.headlineSkin13>dl>dd>ul {
  font-family: "Nanum Gothic";
}

.headlineSkin13>dl>dd>ul:after {
  content: "";
  display: block;
  clear: both;
}

.headlineSkin13>dl>dd>ul>li {
  float: left;
  width: 31.2%;
  margin-left: 3.2%;
  margin-bottom: 3%;
  background: #fff;
}

.headlineSkin13>dl>dd>ul>li:nth-child(3n+1) {
  margin-left: 0;
}

.headlineSkin13>dl>dd>ul>li .image {
  display: block;
  width: 100%;
  height: 160px;
}

.headlineSkin13>dl>dd>ul>li .title {
  display: block;
  padding-top: 12px;
  font-family: "Nanum Gothic";
  font-size: 16px;
  color: #383838;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.headlineSkin13>dl>dd>ul>li .content {
  display: block;
  padding-top: 5px;
  font-family: "Nanum Gothic";
  font-size: 14px;
  color: #797979;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-style: normal;
}

.headlineSkin13>dl>dd>ul>li.st1 a {
  position: relative;
  display: block;
}

.headlineSkin13>dl>dd>ul>li.st1 .text {
  position: absolute;
  bottom: 0;
  padding: 15px;
  width: 100%;
  box-sizing: border-box;
  background: url(../img/bg_gradation.png) 0 0 repeat-x;
  background-size: auto 100%;
}

.headlineSkin13>dl>dd>ul>li.st1 .title {
  display: block;
  padding-top: 0;
  max-height: 44px;
  line-height: 22px;
  font-family: "Nanum Gothic";
  font-size: 17px;
  color: #fff;
  overflow: hidden;
  text-overflow: clip;
  white-space: normal;
}

.headlineSkin13>dl>dd>ul>li.st1 .content {
  display: none;
}

.headlineSkin13>dl>dd>ul>li.st2 {
  width: 28.2%;
  padding: 1.5%;
  padding-bottom: 2.5%;
  box-shadow: 0 0 0 1px #ccc inset;
}

/******************************************************** h_14(헤드라인스킨14) ********************************************************/
.headlineSkin14>dl>dt {
  position: relative;
  width: 100%;
  height: 20px;
  padding: 15px 0;
  overflow: hidden;
  font-size: 21px;
}

.headlineSkin14>dl>dd>ul {
  font-family: "Nanum Gothic";
}

.headlineSkin14>dl>dd>ul:after {
  content: "";
  display: block;
  clear: both;
}

.headlineSkin14>dl>dd>ul>li {
  position: relative;
  float: left;
  width: 354px;
  height: 274px;
  overflow: hidden;
  margin-bottom: 30px;
}

.headlineSkin14>dl>dd>ul>li:nth-child(2n) {
  float: right;
}

.headlineSkin14>dl>dd>ul>li .image {
  display: block;
  width: 100%;
  height: 100%;
}

.headlineSkin14>dl>dd>ul>li .text {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: url(../img/bg_gradation.png) 0 0 repeat-x;
  background-size: auto 100%;
}

.headlineSkin14>dl>dd>ul>li .title {
  display: block;
  padding: 20px;
  line-height: 22px;
  font-size: 17px;
  color: #fff;
}

/******************************************************** h_15(헤드라인스킨15) ********************************************************/
.headlineSkin15>dl>dt {
  padding: 14px;
  overflow: hidden;
  font: bold 15px "Nanum Gothic";
}

.headlineSkin15>dl>dd {
  position: relative;
}

.headlineSkin15>dl>dd li {
  position: relative;
  left: 0;
  top: 0;
  display: none;
  overflow: hidden;
}

.headlineSkin15>dl>dd li:first-child {
  display: block;
}

.headlineSkin15>dl>dd .image img {
  display: block;
  width: 100%;
}

.headlineSkin15>dl>dd .contentWrap {
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  padding: 20px 0 26px;
  background: rgba(0, 0, 0, 0.6)
}

.headlineSkin15>dl>dd .contentWrap .title {
  display: block;
  padding: 0 18px 10px;
  font-family: "Nanum Gothic";
  font-size: 32px;
  font-weight: bold;
  line-height: 32px;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.headlineSkin15>dl>dd .content {
  padding: 6px 18px;
  display: block;
  color: #fff;
}

.headlineSkin15>dl>dd .content span {
  display: block;
  max-height: 36px;
  line-height: 18px;
  font-family: "Malgun Gothic";
  font-size: 13px;
  color: #333;
  overflow: hidden;
}

.headlineSkin15>dl>dd .btnArticleControl {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -59px;
  width: 100%;
  *zoom: 1;
}

.headlineSkin15>dl>dd .btnArticleControl:after {
  content: "";
  display: block;
  clear: both;
}

.headlineSkin15>dl>dd .btnArticleControl a {
  position: absolute;
  display: block;
  width: 59px;
  height: 59px;
  text-indent: -9999px;
  overflow: hidden;
}

.headlineSkin15>dl>dd .btnArticleControl .btnPrev {
  left: 0;
  background: url(../img/btn_prev_arrow_white.png) 80% 50% no-repeat;
}

.headlineSkin15>dl>dd .btnArticleControl .btnNext {
  right: 0;
  background: url(../img/btn_next_arrow_white.png) 20% 50% no-repeat;
}

#section0 .headlineSkin15>dl>dd .image img {
  height: 500px;
  object-fit: cover;
}

/******************************************************** h_16(헤드라인스킨16) ********************************************************/
.headlineSkin16>dl>dt {
  position: relative;
  width: 100%;
  height: 20px;
  padding: 15px 0;
  overflow: hidden;
  font-size: 21px;
}

.headlineSkin16>dl>dd>ul {
  font-family: "Nanum Gothic";
}

.headlineSkin16>dl>dd>ul:after {
  content: "";
  display: block;
  clear: both;
}

.headlineSkin16>dl>dd>ul>li {
  float: right;
  width: 320px;
  margin-top: 21px;
}

.headlineSkin16>dl>dd>ul>li:nth-child(2) {
  margin-top: 0;
}

.headlineSkin16>dl>dd>ul>li:after {
  content: "";
  display: block;
  clear: both;
}

.headlineSkin16>dl>dd>ul>li .image {
  display: none;
}

.headlineSkin16>dl>dd>ul>li .title {
  width: 320px;
  display: block;
  max-height: 42px;
  line-height: 21px;
  font-size: 16px;
  color: #383838;
  overflow: hidden;
  margin: 0px 0 10px;
}

.headlineSkin16>dl>dd>ul>li .content {
  width: 320px;
  line-height: 18px;
  font-size: 14px;
  color: #797979;
  overflow: hidden;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.headlineSkin16>dl>dd>ul>li.first {
  position: relative;
  float: left;
  width: 400px;
  margin-top: 0;
}

.headlineSkin16>dl>dd>ul>li.first .image {
  float: none;
  display: block;
  width: 400px;
  height: 260px;
}

.headlineSkin16>dl>dd>ul>li.first .title {
  float: none;
  display: block;
  position: absolute;
  bottom: 40px;
  width: 90%;
  margin: 0 5%;
  font-size: 19px;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.headlineSkin16>dl>dd>ul>li.first .content {
  float: none;
  display: block;
  position: absolute;
  bottom: 15px;
  width: 90%;
  margin: 0 5%;
  font-size: 14px;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.headlineSkin16>dl>dd>ul>li.first .bg {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 40%;
  background: url(../img/bg_gradation.png) 0 0 repeat-x;
  background-size: auto 100%;
}

.headlineSkin16 .btnSkinMore {
  float: right;
  margin-top: -15px;
  font-size: 12px;
  margin-right: 10px;
}

/******************************************************** s_01(게시글스킨01) ********************************************************/
.simpleSkin01>dl>dt {
  position: relative;
  width: 100%;
  height: 20px;
  padding-top: 6px;
  overflow: hidden;
}

.simpleSkin01 li {
  width: 100%;
  padding: 5px 0;
  margin: 0 auto;
  *zoom: 1;
}

.simpleSkin01 li:after {
  content: "";
  display: block;
  clear: both;
}

.simpleSkin01 li a {
  float: left;
  display: block;
  width: 95%;
  padding-left: 10px;
  font-weight: bold;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  letter-spacing: -1px;
}

.simpleSkin01 li span {
  float: right;
  display: none;
}

/******************************************************** s_02(게시글스킨02) ********************************************************/
.simpleSkin02>dl>dt {
  position: relative;
  width: 100%;
  height: 20px;
  padding: 15px 0;
  overflow: hidden;
}

.simpleSkin02>dl>dt .btnSkinTitle {
  padding-left: 10px;
}

.simpleSkin02>dl {
  border-top: 2px solid #000 !important;
}

#simpleSkin02_143>dl {
  border-top: none !important;
}

.simpleSkin02>dl>dd {
  padding-left: 10px;
}

.simpleSkin02 li {
  width: 100%;
  /*padding:10px 0;*/
  margin: 0 auto;
  *zoom: 1;
  background: url(../img/latest_icon3.png) 0 center no-repeat;
  box-sizing: border-box;
}

/*.simpleSkin02 li.fifth{margin-top:25px;}*/
.simpleSkin02 li:after {
  content: "";
  display: block;
  clear: both;
}

.simpleSkin02 li a {
  float: left;
  display: block;
  width: 95%;
  font: bold 15px Dotum;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  letter-spacing: -1px;
  padding: 5px;
}

#simpleSkin02_143 li a {
  color: #eee;
}

.simpleSkin02 li span {
  float: right;
  display: none;
  padding: 5px 10px;
}

/******************************************************** s_03(게시글스킨03) ********************************************************/
.simpleSkin03>dl>dt {
  position: relative;
  width: 100%;
  height: 20px;
  padding: 8px 0 6px 0;
  overflow: hidden;
}

.simpleSkin03 .btnSkinMore {
  color: #616161;
}

.simpleSkin03 ul {
  width: 306px;
}

.simpleSkin03 ul:after {
  content: '';
  display: block;
  clear: both;
}

.simpleSkin03 li {
  width: 142px;
  float: left;
  border-top: 1px solid #ccc;
}

.simpleSkin03 li:nth-child(2n+1) {
  margin-top: 0;
  border-top: none;
  margin-right: 11px;
}

.simpleSkin03 li a {
  display: block;
  overflow: hidden;
}

.simpleSkin03 li a.title {
  display: block;
  min-height: 16px;
  height: 31px;
  margin: 5px 0;
  font-size: 13px;
  font-weight: bold;
  color: #333;
  overflow: hidden;
  letter-spacing: -1px;
}

.simpleSkin03 li a.image {
  display: block;
  padding-top: 66%;
  background-position: center center;
  background-repeat: no-repeat;
}

.simpleSkin03 li a.image img {
  display: none;
  width: 100%;
}

.simpleSkin03 li span a {
  color: #999;
}

/******************************************************** s_04(게시글스킨04) ********************************************************/
.simpleSkin04>dl>dt {
  position: relative;
  width: 100%;
  height: 20px;
  padding-top: 6px;
  overflow: hidden;
}

.simpleSkin04>dl>dd li {
  padding: 10px 0;
  border-top: 1px solid #ccc;
  *zoom: 1;
}

.simpleSkin04>dl>dd li:first-child {
  padding-top: 0;
  border-top: none;
}

.simpleSkin04>dl>dd li:after {
  content: "";
  display: block;
  clear: both;
}

.simpleSkin04>dl>dd .image {
  float: left;
}

.simpleSkin04>dl>dd .image img {
  display: block;
  width: 100px;
  height: 70px;
  /* border:1px solid #ccc; */
}

.simpleSkin04>dl>dd .content {
  float: right;
  width: 100%;
}

.simpleSkin04>dl>dd .content dt {
  padding-top: 5px;
}

.simpleSkin04>dl>dd .content dt a {
  display: block;
  max-height: 30px;
  line-height: 18px;
  font: bold 13px "Dotum";
  color: #333;
  letter-spacing: -1px;
  overflow: hidden;
}

.simpleSkin04>dl>dd .content dd {
  max-height: 64px;
  padding-top: 8px;
  overflow: hidden;
}

.simpleSkin04>dl>dd .content dd a {
  display: block;
  max-height: 28px;
  line-height: 14px;
  color: #999;
  overflow: hidden;
}

#section1 .simpleSkin04>dl>dd .content.withImage {
  width: 67%;
}

#section2 .simpleSkin04>dl>dd .content.withImage {
  width: 50%;
}

#section3 .simpleSkin04>dl>dd .content.withImage {
  width: 55%;
}

.besideContent #section3 .simpleSkin04>dl>dd .content.withImage {
  width: 50%;
}

/******************************************************** s_05(게시글스킨05) ********************************************************/
.simpleSkin05>dl>dt {
  position: relative;
  width: 100%;
  height: 20px;
  padding-top: 6px;
  overflow: hidden;
}

.simpleSkin05>dl>dd {
  position: relative;
}

.simpleSkin05>dl>dd .rankOn {
  position: absolute;
  left: 0;
  top: 9px;
  display: block;
  width: 100%;
  height: 21px;
  border: 2px solid red;
}

.simpleSkin05 li {
  padding: 3px 5px;
  margin: 0 auto;
  *zoom: 1;
  position: relative;
  z-index: 1;
}

/* .simpleSkin05 li.on{padding:1px 3px;} */
.simpleSkin05 li:after {
  content: "";
  display: block;
  clear: both;
}

.simpleSkin05 li a {
  float: left;
  display: block;
  width: 85%;
  padding: 1px 0 0 7px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  letter-spacing: -1px;
}

.simpleSkin05 li .rankBox {
  float: left;
  display: block;
  width: 12px;
  height: 13px;
  line-height: 13px;
  padding-right: 1px;
  margin-top: 2px;
  font-weight: bold;
  font-size: 10px;
  text-align: center;
  vertical-align: middle;
  letter-spacing: -1px;
  color: #777777;
  background: #dddddd;
}

.simpleSkin05 ol.red li.top .rankBox {
  color: #ffffff;
  background: #e6515c;
}

.simpleSkin05 ol.red li.mid .rankBox {
  color: #ffffff;
  background: #e38d93;
}

.simpleSkin05 ol.blue li.top .rankBox {
  color: #ffffff;
  background: #264a86;
}

.simpleSkin05 ol.blue li.mid .rankBox {
  color: #ffffff;
  background: #5e7db0;
}

.simpleSkin05 ol.green li.top .rankBox {
  color: #ffffff;
  background: #2a673e;
}

.simpleSkin05 ol.green li.mid .rankBox {
  color: #ffffff;
  background: #52a96e;
}

/******************************************************** s_06(게시글스킨06) ********************************************************/
.simpleSkin06>dl>dt {
  position: relative;
  width: 100%;
  height: 20px;
  padding-top: 6px;
  overflow: hidden;
}

.simpleSkin06>dl>dd .imageBig {
  position: relative;
}

.simpleSkin06>dl>dd .imageBig a {
  display: block;
  /* border:1px solid #ccc; */
}

.simpleSkin06>dl>dd .imageBig a img {
  display: block;
  width: 100%;
}

.simpleSkin06>dl>dd .imageBig span {
  display: none;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 96%;
  padding: 2%;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #fff;
  background: url(../img/bg_transparent_black.png);
}

#section1 .simpleSkin06>dl>dd .imageBig a img {
  height: 245px;
}

#section2 .simpleSkin06>dl>dd .imageBig a img {
  height: 169px;
}

#section3 .simpleSkin06>dl>dd .imageBig a img {
  height: 183px;
}

.simpleSkin06>dl>dd .thumbnail {
  padding: 3px 0;
  *zoom: 1;
}

.simpleSkin06>dl>dd .thumbnail:after {
  content: "";
  display: block;
  clear: both;
}

.simpleSkin06>dl>dd .thumbnail li {
  float: left;
  width: 32%;
  margin-left: 2%;
  *margin-left: 1%;
}

.simpleSkin06>dl>dd .thumbnail li:first-child {
  margin-left: 0;
}

.simpleSkin06>dl>dd .thumbnail li a {
  display: block;
  border: 2px solid #ccc;
}

.simpleSkin06>dl>dd .thumbnail li a.on {
  border: 2px solid #ff9900;
}

.simpleSkin06>dl>dd .thumbnail li a img {
  display: block;
  width: 100%;
}

.simpleSkin06>dl>dd .thumbnail li span {
  display: none;
}

#section1 .simpleSkin06>dl>dd .thumbnail li a img {
  height: 74px;
}

#section2 .simpleSkin06>dl>dd .thumbnail li a img {
  height: 50px;
}

#section3 .simpleSkin06>dl>dd .thumbnail li a img {
  height: 54px;
}

.simpleSkin06 .btn_more {
  position: absolute;
  right: 0;
  top: 2px;
}

/******************************************************** s_07(게시글스킨07) ********************************************************/
.simpleSkin07>dl>dt {
  position: relative;
  width: 100%;
  height: 20px;
  padding-top: 6px;
  overflow: hidden;
}

.simpleSkin07>dl>dd .topWrap {
  border-bottom: 1px solid #ccc;
}

.simpleSkin07>dl>dd .topTitle {
  display: block;
  padding: 10px 0 5px;
  font-size: 14px;
  letter-spacing: -1px;
  font-weight: bold;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.simpleSkin07>dl>dd .topContent {
  display: block;
  padding-bottom: 12px;
  *zoom: 1;
}

.simpleSkin07>dl>dd .topContent:after {
  content: "";
  display: block;
  clear: both;
}

.simpleSkin07>dl>dd .topContent img {
  float: left;
  width: 30%;
  /* border:1px solid #ccc; */
}

.simpleSkin07>dl>dd .topContent span {
  float: right;
  width: 100%;
  color: #999;
}

.simpleSkin07>dl>dd .topContent span.withImage {
  width: 65%;
}

.simpleSkin07>dl>dd .textOnly {
  line-height: 18px;
}

.simpleSkin07>dl>dd .textOnly a {
  display: block;
  padding-left: 10px;
  letter-spacing: -1px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#section1 .simpleSkin07 li .topContent img {
  height: 102px;
}

#section2 .simpleSkin07 li .topContent img {
  height: 70px;
}

#section3 .simpleSkin07 li .topContent img {
  height: 75px;
}

.besideContent #section3 .simpleSkin07>dl>dd .topContent span.withImage {
  width: 65%;
}

/******************************************************** s_08(게시글스킨08) ********************************************************/
.simpleSkin08 .btnSkinTitle {
  font-size: 16px;
}

.simpleSkin08>dl {}

.simpleSkin08>dl>dt {
  position: relative;
  width: 100%;
  height: 20px;
  padding: 10px 0;
  overflow: hidden;
}

.simpleSkin08>dl>dd li {
  padding: 10px 10px 10px 0;
  *zoom: 1;
}

.simpleSkin08>dl>dd li:after {
  content: "";
  display: block;
  clear: both;
}

.simpleSkin08>dl>dd .image {
  float: left;
  width: 24%;
}

.simpleSkin08>dl>dd .image img {
  display: block;
  width: 100%;
  height: 58px;
}

.simpleSkin08>dl>dd .image img.circle {
  display: block;
  width: 74px;
  height: 75px;
  border-radius: 40px;
}

.simpleSkin08>dl>dd .content {
  float: right;
  width: 100%;
}

.simpleSkin08>dl>dd .content dt {
  padding-top: 7px;
}

#section3 .simpleSkin08>dl>dd .content dt a {
  display: block;
  max-height: 18px;
  line-height: 18px;
  font: bold 15px "Nanum Gothic";
  font-weight: bold;
  color: #383838;
  letter-spacing: -1px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

  #section5 .simpleSkin08>dl>dd .content dt a {
    display: block;
    max-height: 18px;
    line-height: 18px;
    font: bold 15px "Nanum Gothic";
    font-weight: normal;
    color: #eeeeee;
    letter-spacing: -1px;
    overflow: hidden;
  }

  .simpleSkin08>dl>dd .content dd {
    max-height: 64px;
    padding-top: 8px;
    overflow: hidden;
  }

  #section3 .simpleSkin08>dl>dd .content dd a {
    display: block;
    max-height: 12px;
    line-height: 13px;
    color: #666;
    overflow: hidden;
    letter-spacing: -1px;
  }

  #section5 .simpleSkin08>dl>dd .content dd a {
    display: block;
    max-height: 12px;
    line-height: 13px;
    color: #a5a5a5;
    overflow: hidden;
    letter-spacing: -1px;
  }

  #section1 .simpleSkin08>dl>dd .content.withImage {
    width: 62%;
  }

  #section2 .simpleSkin08>dl>dd .content.withImage {
    width: 62%;
  }

  #section3 .simpleSkin08>dl>dd .content.withImage {
    width: 70%;
  }

  #section4 .simpleSkin08>dl>dd .content.withImage {
    width: 62%;
  }

  #section5 .simpleSkin08>dl>dd .content.withImage {
    width: 73%;
  }

  #section6 .simpleSkin08>dl>dd .content.withImage {
    width: 72%;
  }

  .besideContent #section3 .simpleSkin08>dl>dd .content.withImage {
    width: 65%;
  }

  /******************************************************** s_09(게시글스킨09) ********************************************************/
  .simpleSkin09>dl>dt {
    position: relative;
    width: 100%;
    height: 20px;
    padding-top: 6px;
    overflow: hidden;
    border-bottom: 1px solid #ccc;
  }

  .simpleSkin09>dl>dd {
    *zoom: 1;
  }

  .simpleSkin09>dl>dd:after {
    content: "";
    display: block;
    clear: both;
  }

  .simpleSkin09>dl>dd .withImage {
    width: 48%;
    margin-top: 8px;
  }

  .simpleSkin09>dl>dd .withImage.odd {
    float: left;
  }

  .simpleSkin09>dl>dd .withImage.even {
    float: right;
  }

  .simpleSkin09>dl>dd .withImage .image {
    display: block;
  }

  .simpleSkin09>dl>dd .withImage .image img {
    width: 100%;
    /* border:1px solid #ccc; */
  }

  .simpleSkin09>dl>dd .withImage .title {
    display: block;
    height: 30px;
    line-height: 15px;
    padding-top: 5px;
    letter-spacing: -1px;
    overflow: hidden;
    color: #333;
    font-weight: bold;
  }

  .simpleSkin09>dl>dd .titleOnly {
    float: left;
    width: 100%;
    padding-left: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #333;
    font-weight: bold;
    line-height: 22px;
    letter-spacing: -1px;
  }

  .simpleSkin09>dl>dd .titleOnly.first {
    margin-top: 10px;
  }

  #section1 .simpleSkin09>dl>dd .withImage .image img {
    height: 124px;
  }

  #section2 .simpleSkin09>dl>dd .withImage .image img {
    height: 83px;
  }

  #section3 .simpleSkin09>dl>dd .withImage .image img {
    height: 90px;
  }

  /******************************************************** s_10(게시글스킨10) ********************************************************/
  .simpleSkin10>dl>dt {
    position: relative;
    width: 100%;
    height: 20px;
    padding-top: 6px;
    overflow: hidden;
    border-bottom: 1px solid #ccc;
  }

  .simpleSkin10>dl>dd {
    position: relative;
  }

  .simpleSkin10>dl>dd li {
    position: relative;
    left: 0;
    top: 0;
    display: none;
    overflow: hidden;
  }

  .simpleSkin10>dl>dd li:first-child {
    display: block;
  }

  .simpleSkin10>dl>dd .image img {
    display: block;
    width: 100%;
  }

  .simpleSkin10>dl>dd .title {
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    width: 100%;
    height: 24px;
    padding: 0 40px 0 10px;
    line-height: 24px;
    color: #fff;
    overflow: hidden;
    background: url(../img/bg_transparent_black.png) repeat;
  }

  .simpleSkin10>dl>dd .btnArticleControl {
    position: absolute;
    right: 0;
    bottom: 0;
    *zoom: 1;
  }

  .simpleSkin10>dl>dd .btnArticleControl:after {
    content: "";
    display: block;
    clear: both;
  }

  .simpleSkin10>dl>dd .btnArticleControl a {
    float: left;
    display: block;
    width: 20px;
    height: 24px;
    text-indent: -9999px;
    overflow: hidden;
  }

  .simpleSkin10>dl>dd .btnArticleControl .btnPrev {
    background: url(../img/btn_prev_small_white.png) 80% 50% no-repeat;
  }

  .simpleSkin10>dl>dd .btnArticleControl .btnNext {
    background: url(../img/btn_next_small_white.png) 20% 50% no-repeat;
  }

  #section1 .simpleSkin10>dl>dd .image img {
    height: 245px;
  }

  #section2 .simpleSkin10>dl>dd .image img {
    height: 169px;
  }

  #section3 .simpleSkin10>dl>dd .image img {
    height: 183px;
  }

  /******************************************************** s_11(게시글스킨11) ********************************************************/
  .simpleSkin11>dl {
    padding: 5px 10px;
    margin-bottom: 0px;
    border-radius: 7px;
    *zoom: 1;
  }

  .simpleSkin11>dl:after {
    content: "";
    display: block;
    clear: both;
  }

  .simpleSkin11>dl>dt {
    float: left;
    width: 44px;
    height: 22px;
    line-height: 22px;
    font-weight: bold;
    font-size: 11px;
    letter-spacing: -1px;
    color: #000;
    text-align: center;
    overflow: hidden;
  }

  .simpleSkin11>dl>dd {
    float: right;
    background: #fff;
  }

  .simpleSkin11>dl>dd .contentWrap {
    position: relative;
    height: 22px;
    overflow: hidden;
    box-shadow: 1px 1px 3px #999 inset;
  }

  .simpleSkin11>dl>dd .contentWrap .bullet {
    font-size: 5px;
    color: #aaa;
    height: 22px;
    line-height: 22px;
    vertical-align: middle;
  }

  .simpleSkin11>dl>dd .contentWrap .slideBT {
    position: absolute;
    left: 0;
    top: 0;
    width: 9999px;
  }

  .simpleSkin11>dl>dd .contentWrap .slideBT li a {
    position: relative;
    display: block;
    height: 22px;
    padding-left: 10px;
    line-height: 22px;
  }

  .simpleSkin11>dl>dd .contentWrap .slideRL {
    position: absolute;
    left: 0;
    top: 0;
    width: 9999px;
  }

  .simpleSkin11>dl>dd .contentWrap .slideRL li {
    float: left;
  }

  .simpleSkin11>dl>dd .contentWrap .slideRL li a {
    position: relative;
    display: block;
    height: 22px;
    padding-left: 10px;
    line-height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  /******************************************************** s_12(게시글스킨12) ********************************************************/
  /* .simpleSkin12>dl>dt{position:relative;width:100%;height:20px;padding-top:6px;overflow:hidden;border-bottom:1px solid #ccc;text-align:center;} */
  .simpleSkin12>dl {
    border-top: 2px solid #222 !important;
  }

  .simpleSkin12>dl>dt {
    position: relative;
    width: 100%;
    height: 20px;
    padding: 15px 0;
    overflow: hidden;
    border-bottom: 1px solid #ebebeb !Important;
  }

  .simpleSkin12>dl>dd {
    *zoom: 1;
  }

  .simpleSkin12>dl>dd:after {
    content: "";
    display: block;
    clear: both;
  }

  .simpleSkin12>dl>dd .content {}

  .simpleSkin12>dl>dd .content .image {
    display: block;
    border-bottom: 1px solid #ccc;
  }

  .simpleSkin12>dl>dd .content .image img {
    display: block;
    width: 100%;
  }

  .simpleSkin12>dl>dd .content .title {
    display: block;
    padding: 0 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-family: "Nanum Gothic";
    font-size: 15px;
    height: 27px;
    line-height: 27px;
    color: #fff;
    background: #000;
  }

  /******************************************************** s_13(게시글스킨13) ********************************************************/
  .simpleSkin13>dl>dt {
    padding: 6px 10px 4px;
    overflow: hidden;
    border-bottom: 1px solid #ccc;
  }

  .simpleSkin13>dl>dd .rollingWrap {
    position: relative;
    min-height: 310px;
    overflow: hidden;
  }

  .simpleSkin13>dl>dd .rollingWrap>ul {
    position: absolute;
    top: 0;
    width: 100%;
  }

  .simpleSkin13>dl>dd .rollingWrap>ul>li {
    height: 100px;
    margin-bottom: 10px;
  }

  .simpleSkin13>dl>dd .title {
    display: block;
    width: 100%;
    padding-bottom: 5px;
  }

  .simpleSkin13>dl>dd .title a {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #333;
  }

  .simpleSkin13>dl>dd .contentWrap {
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
    *zoom: 1;
  }

  .simpleSkin13>dl>dd .contentWrap:after {
    content: "";
    display: block;
    clear: both;
  }

  .simpleSkin13>dl>dd .image {
    float: left;
    width: 67px;
    height: 67px;
    margin-right: 10px;
    border: 1px solid #ccc;
  }

  .simpleSkin13>dl>dd .image img {
    width: 100%;
    height: 100%;
  }

  .simpleSkin13>dl>dd .content {
    padding-top: 3px;
    height: 64px;
    overflow: hidden;
  }

  .simpleSkin13>dl>dd .image img {
    width: 100%;
  }

  .simpleSkin13>dl>dd .content a {
    color: #666;
  }

  /******************************************************** s_14(게시글스킨14) ********************************************************/
  .simpleSkin14>dl>dt {
    padding: 5px 10px 0px 0px;
  }

  .simpleSkin14>dl>dt .btnSkinTitle {
    display: inline-block;
    height: 21px;
    line-height: 25px;
    font-family: "Nanum Gothic";
    font-size: 16px;
    vertical-align: bottom;
  }

  .simpleSkin14>dl>dt:after {
    content: "";
    display: block;
    clear: both;
  }

  /* .simpleSkin14>dl>dt .btnSkinMore{float:right;width:48px;height:20px;} */
  /* .simpleSkin14>dl>dt .btnSkinMore img{opacity:1;} */
  .simpleSkin14>dl>dd>ul {
    font-size: 0;
    text-align: center;
  }

  .simpleSkin14>dl>dd>ul:after {
    content: '';
    display: block;
    clear: both;
  }

  .simpleSkin14>dl>dd>ul>li {
    float: left;
    width: 23.5%;
    margin-left: 6%;
    margin-top: 15px;
  }

  .simpleSkin14>dl>dd>ul>li:nth-child(2n+1) {
    margin-left: 0;
  }

  .simpleSkin14>dl>dd>ul>li:nth-child(1) {
    margin-top: 15px;
  }

  .simpleSkin14>dl>dd>ul>li:nth-child(2) {
    margin-top: 15px;
  }

  .simpleSkin14>dl>dd>ul>li .image {
    display: block;
    height: 50px;
  }

  .simpleSkin14>dl>dd>ul>li .image img {
    display: block;
    width: 100%;
    height: 100%;
  }

  .simpleSkin14>dl>dd>ul>li.on .image {
    height: 44px;
    border: 3px solid #213989;
  }

  .simpleSkin14 .movieArea {
    width: 46% !Important;
    height: 98px !Important;
  }

  .simpleSkin14 .movieArea span {
    display: block;
    height: 100%;
  }

  .simpleSkin14 .movieArea iframe {
    width: 100% !Important;
    height: 100% !Important;
  }

  /*.simpleSkin14 .movieArea iframe.on{display:block;}*/
  /*.simpleSkin14 .titleArea strong{display:none;margin:10px 0 12px;font-family:"Nanum Gothic";font-size:16px;font-weight:bold;color:#fff;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}*/
  /*.simpleSkin14 .titleArea strong.on{display:block;}*/
  /******************************************************** s_15(게시글스킨15) ********************************************************/
  .simpleSkin15>dl {
    border-top: 2px solid #222 !important;
  }

  .simpleSkin15>dl>dt {
    position: relative;
    width: 100%;
    height: 20px;
    padding-top: 6px;
    overflow: hidden;
    border-bottom: 1px solid #ccc;
  }

  .simpleSkin15>dl>dd {
    font-family: "Nanum Gothic";
  }

  .simpleSkin15>dl>dd>ul>li {
    padding: 13px 0;
  }

  .simpleSkin15>dl>dd>ul>li:after {
    content: "";
    display: block;
    clear: both;
  }

  .simpleSkin15>dl>dd>ul>li .image {
    float: left;
    width: 32%;
    margin-right: 3%;
    height: 111px;
  }

  .simpleSkin15>dl>dd>ul>li .title {
    float: left;
    width: 62%;
    height: 25px;
    line-height: 25px;
    margin-top: 17px;
    font-size: 17px;
    color: #383838;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    letter-spacing: -1px;
  }

  .simpleSkin15>dl>dd>ul>li .content {
    float: left;
    width: 62%;
    height: 36px;
    line-height: 18px;
    overflow: hidden;
    font-size: 14px;
    color: #797979;
  }

  /******************************************************** s_16(게시글스킨16) ********************************************************/
  .simpleSkin16>dl>dt {
    padding: 10px 12px 10px 0px;
  }

  .simpleSkin16>dl>dt .btnSkinTitle {
    font-size: 16px;
  }

  .simpleSkin16>dl>dd>ul:after {
    content: "";
    display: block;
    clear: both;
  }

  .simpleSkin16>dl>dd>ul>li {
    float: left;
    padding: 5px 12px;
    margin: 0 5px 7px 0;
    border: 1px solid #ccc;
    border-radius: 2em;
  }

  .simpleSkin16>dl>dd>ul>li a {
    font-family: "Nanum Gothic";
    letter-spacing: -1px;
  }

  .simpleSkin16>dl>dd>ul>li a.c1 {
    font-size: 13px;
    color: #797979;
  }

  .simpleSkin16>dl>dd>ul>li a.c2 {
    font-size: 14px;
    color: #ff6e04;
  }

  .simpleSkin16>dl>dd>ul>li a.c3 {
    font-size: 15px;
    color: #f9dc18;
  }

  .simpleSkin16>dl>dd>ul>li a.c4 {
    font-size: 16px;
    color: #213989;
  }

  /******************************************************** s_17(게시글스킨17) ********************************************************/
  .simpleSkin17>dl {
    position: relative;
    padding-top: 40px;
  }

  .simpleSkin17>dl .tabTitle {
    position: absolute;
    left: 0;
    top: 0;
  }

  .simpleSkin17>dl .tabTitle a {
    display: block;
    height: 20px;
    padding: 10px 0;
    text-align: center;
    font: bold 14px/24px "Nanum Gothic";
    overflow: hidden;
    text-decoration: none;
    font-size: 0;
    text-indent: -9999px;
  }

  .simpleSkin17>dl .tabTitle a.twt {
    background: url(../img/bg_twt.png) 50% 50% no-repeat #ccc;
  }

  .simpleSkin17>dl .tabTitle a.fkb {
    background: url(../img/bg_fkb.png) 50% 50% no-repeat #ccc;
  }

  .simpleSkin17>dl .tabTitle a.twt.on {
    background: url(../img/bg_twt.png) 50% 50% no-repeat #fff;
  }

  .simpleSkin17>dl .tabTitle a.fkb.on {
    background: url(../img/bg_fkb.png) 50% 50% no-repeat #fff;
  }

  .simpleSkin17>dl .tabCon {
    position: relative;
    display: none;
    height: 400px;
  }

  .simpleSkin17>dl .tabCon.on {
    display: block;
  }

  /******************************************************** s_18(게시글스킨18) ********************************************************/
  .simpleSkin18>dl>dt {
    padding: 17px 12px 7px 12px;
  }

  .simpleSkin18>dl>dt .btnSkinTitle {
    font-size: 17px;
  }

  .simpleSkin18>dl>dt .btnSkinMore {
    margin-right: 0;
  }

  .simpleSkin18>dl>dd {
    position: relative;
  }

  .simpleSkin18>dl>dd>ul {
    position: relative;
    height: 250px;
    overflow: hidden;
    font-family: "Nanum Gothic";
  }

  .simpleSkin18>dl>dd>ul>li {
    position: absolute;
    top: 0;
    display: none;
  }

  .simpleSkin18>dl>dd>ul>li.on {
    display: block;
  }

  .simpleSkin18>dl>dd>ul>li .titleWrap {
    position: relative;
    display: block;
    height: 260px;
    overflow: hidden;
  }

  .simpleSkin18>dl>dd>ul>li .titleWrap .image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .simpleSkin18>dl>dd>ul>li .titleWrap .title {
    position: absolute;
    bottom: 0;
    width: 90%;
    padding: 14px 5%;
    font-size: 16px;
    color: #fff;
    background: rgba(0, 0, 0, 0.7);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .simpleSkin18>dl>dd>ul>li .content {
    display: block;
    max-height: 36px;
    line-height: 18px;
    padding-top: 5px;
    font-family: "Malgun Gothic";
    font-size: 13px;
    color: #666667;
    overflow: hidden;
    letter-spacing: -1px;
  }

  .simpleSkin18>dl>dd .btnPrev {
    position: absolute;
    left: 0px;
    top: 120px;
  }

  .simpleSkin18>dl>dd .btnNext {
    position: absolute;
    right: 0px;
    top: 120px;
  }

  /******************************************************** s_19(게시글스킨19) ********************************************************/
  .simpleSkin19>dl>dt {
    padding: 10px 12px;
  }

  .simpleSkin19>dl>dt .btnSkinTitle {
    font-size: 18px;
  }

  .simpleSkin19>dl>dt .btnSkinMore {
    margin-right: 0;
  }

  .simpleSkin19>dl>dd {
    position: relative;
  }

  .simpleSkin19>dl>dd>ol {
    font-family: "Nanum Gothic";
  }

  .simpleSkin19>dl>dd>ol>li {
    padding: 10px 0;
    border-top: 1px solid #ddd;
  }

  .simpleSkin19>dl>dd>ol>li:first-child {
    border-top: none;
  }

  .simpleSkin19>dl>dd>ol>li .text {
    position: relative;
  }

  .simpleSkin19>dl>dd>ol>li .text:before {
    position: absolute;
    left: 2px;
    top: 7px;
    font-family: "Arial";
    font-size: 19px;
    font-weight: bold;
    color: #213989;
  }

  .simpleSkin19>dl>dd>ol>li:nth-child(1) .text:before {
    content: "01";
  }

  .simpleSkin19>dl>dd>ol>li:nth-child(2) .text:before {
    content: "02";
  }

  .simpleSkin19>dl>dd>ol>li:nth-child(3) .text:before {
    content: "03";
  }

  .simpleSkin19>dl>dd>ol>li:nth-child(4) .text:before {
    content: "04";
  }

  .simpleSkin19>dl>dd>ol>li:nth-child(5) .text:before {
    content: "05";
  }

  .simpleSkin19>dl>dd>ol>li:nth-child(6) .text:before {
    content: "06";
  }

  .simpleSkin19>dl>dd>ol>li:nth-child(7) .text:before {
    content: "07";
  }

  .simpleSkin19>dl>dd>ol>li:nth-child(8) .text:before {
    content: "08";
  }

  .simpleSkin19>dl>dd>ol>li:nth-child(9) .text:before {
    content: "09";
  }

  .simpleSkin19>dl>dd>ol>li:nth-child(10) .text:before {
    content: "10";
  }

  .simpleSkin19>dl>dd>ol>li:nth-child(11) .text:before {
    content: "11";
  }

  .simpleSkin19>dl>dd>ol>li:nth-child(12) .text:before {
    content: "12";
  }

  .simpleSkin19>dl>dd>ol>li:nth-child(13) .text:before {
    content: "13";
  }

  .simpleSkin19>dl>dd>ol>li:nth-child(14) .text:before {
    content: "14";
  }

  .simpleSkin19>dl>dd>ol>li:nth-child(15) .text:before {
    content: "15";
  }

  .simpleSkin19>dl>dd>ol>li:nth-child(16) .text:before {
    content: "16";
  }

  .simpleSkin19>dl>dd>ol>li:nth-child(17) .text:before {
    content: "17";
  }

  .simpleSkin19>dl>dd>ol>li:nth-child(18) .text:before {
    content: "18";
  }

  .simpleSkin19>dl>dd>ol>li:nth-child(19) .text:before {
    content: "19";
  }

  .simpleSkin19>dl>dd>ol>li:nth-child(20) .text:before {
    content: "20";
  }

  .simpleSkin19>dl>dd>ol>li .text>* {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    letter-spacing: -1px;
    padding-left: 30px;
  }

  .simpleSkin19>dl>dd>ol>li .text .title {
    height: 24px;
    line-height: 24px;
    font-size: 17px;
    color: #383838;
  }

  .simpleSkin19>dl>dd>ol>li .text .content {
    height: 22px;
    line-height: 22px;
    font-size: 14px;
    color: #666667;
  }

  .simpleSkin19>dl>dd .sel {
    position: absolute;
    left: 50%;
    top: 0;
    display: block;
    border: 2px solid #3061ff;
  }

  /******************************************************** s_20(게시글스킨20) ********************************************************/
  .simpleSkin20 .btnSkinTitle {
    font-size: 16px;
  }

  .simpleSkin20>dl>dt {
    position: relative;
    width: 100%;
    height: 20px;
    padding: 10px 0;
    overflow: hidden;
  }

  .simpleSkin20 ul:after {
    content: '';
    display: block;
    clear: both;
  }

  .simpleSkin20 li {
    width: 48%;
    float: left;
    padding: 10px 0;
  }

  .simpleSkin20 li:nth-child(2n+1) {
    border-top: none;
    margin-right: 11px;
  }

  .simpleSkin20 li:nth-child(2n) {
    margin-right: 0;
  }

  .simpleSkin20 li a {
    display: block;
    overflow: hidden;
  }

  .simpleSkin20 li a.title {
    display: none;
  }

  .simpleSkin20 li a.image {
    display: block;
    /* border:1px solid #ccc; */
  }

  .simpleSkin20 li a.image img {
    display: block;
    width: 100%;
  }

  .simpleSkin20 li span a {
    display: none;
  }

  #section1 .simpleSkin20 li a.image img {
    height: 272px;
  }

  #section2 .simpleSkin20 li a.image img {
    height: 186px;
  }

  #section3 .simpleSkin20 li a.image img {
    height: 106px;
  }

  #section4 .simpleSkin20 li a.image img {
    height: 94px;
  }

  #section5 .simpleSkin20 li a.image img {
    height: 94px;
  }

  #section6 .simpleSkin20 li a.image img {
    height: 94px;
  }

  /******************************************************** s_51(게시글스킨51) ********************************************************/
  .simpleSkin51>dl {
    position: relative;
    padding-top: 43px;
  }

  .simpleSkin51>dl .tabTitle {
    position: absolute;
    left: 0;
    top: 0;
  }

  .simpleSkin51>dl .tabTitle a {
    display: block;
    height: 20px;
    padding: 10px 0;
    text-align: center;
    background: #eee;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    font: bold 14px/24px "Nanum Gothic";
    overflow: hidden;
    text-decoration: none;
  }

  .simpleSkin51>dl .tabTitle:first-child>a {
    border-left: none;
  }

  .simpleSkin51>dl .tabTitle a.on {
    border-bottom: 1px solid #fff;
    background: #fff;
  }

  .simpleSkin51>dl .tabCon {
    position: relative;
    display: none;
  }

  .simpleSkin51>dl .tabCon.on {
    display: block;
  }

  .simpleSkin51>dl .tabCon li {
    padding: 5px 0 10px;
  }

  .simpleSkin51>dl .tabCon li.titleOnly {
    padding: 5px 0 0;
  }

  .simpleSkin51>dl .tabCon img {
    float: left;
    width: 80px;
    height: 60px;
    margin-right: 10px;
  }

  .simpleSkin51>dl .tabCon .content {
    display: block;
    overflow: hidden;
    height: 60px;
  }

  .simpleSkin51>dl .tabCon strong {
    display: block;
    overflow: hidden;
    padding-bottom: 5px;
    max-height: 36px;
    font: bold 13px/18px "Nanum Gothic";
    color: #333;
  }

  .simpleSkin51>dl .tabCon span {
    display: block;
    overflow: hidden;
    max-height: 42px;
    line-height: 18px;
    color: #666;
  }

  .simpleSkin51>dl .tabCon em {
    display: block;
    height: 16px;
    line-height: 24px;
    padding-left: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font: bold 13px/18px "Nanum Gothic";
    color: #333;
    text-decoration: none;
    background: url(../img/bullet_list.gif) 0 8px no-repeat;
  }

  /******************************************************** s_52(게시글스킨52) ********************************************************/
  .simpleSkin52>dl>dt {
    padding: 6px 10px 4px;
    overflow: hidden;
    border-bottom: 1px solid #ccc;
  }

  .simpleSkin52>dl>dd {
    height: 60px;
    padding: 10px 0;
    border-top: 1px solid #ccc;
    overflow: hidden;
    *zoom: 1;
  }

  .simpleSkin52>dl>dd:after {
    content: "";
    display: block;
    clear: both;
  }

  .simpleSkin52>dl>dd .image {
    float: left;
    margin-right: 10px;
  }

  .simpleSkin52>dl>dd .image img {
    width: 68px;
    height: 58px;
    border: 1px solid #ccc;
  }

  .simpleSkin52>dl>dd .keyword {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-top: 3px;
    font-family: "Nanum Gothic";
    font-size: 14px;
    color: #333;
  }

  .simpleSkin52>dl>dd .title {
    display: block;
    height: 32px;
    overflow: hidden;
    padding-top: 5px;
    font-family: "Dotum";
    color: #666;
    font-weight: normal;
    letter-spacing: -1px;
  }

  /******************************************************** s_53(게시글스킨53) ********************************************************/
  .simpleSkin53>dl>dt {
    overflow: hidden;
    font: bold 15px "Nanum Gothic";
  }

  .simpleSkin53>dl>dt a {
    display: inline-block;
    *display: inline;
    padding: 12px 0;
  }

  .simpleSkin53>dl>dt a:first-child {
    padding: 8px 0;
    border-top: 2px solid #213989;
  }

  .simpleSkin53>dl>dd ul {
    position: relative;
  }

  .simpleSkin53>dl>dd ul li {
    position: absolute;
    z-index: 1;
  }

  .simpleSkin53>dl>dd ul li.list0 {
    left: 1px;
    top: 1px;
  }

  .simpleSkin53>dl>dd ul li.list1 {
    right: 1px;
    top: 1px;
  }

  .simpleSkin53>dl>dd ul li.list2 {
    right: 1px;
    bottom: 1px;
  }

  .simpleSkin53>dl>dd ul li.list3 {
    left: 1px;
    bottom: 1px;
  }

  .simpleSkin53>dl>dd ul li .title {
    visibility: hidden;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    font-family: "Malgun Gothic";
    color: #fff;
    font-size: 15px;
    line-height: 18px;
    background: url(../img/bg_transparent_black2.png);
  }

  .simpleSkin53>dl>dd ul li .title span {
    display: block;
    padding: 0 10px;
    max-height: 54px;
    overflow: hidden;
    text-align: center;
  }

  .simpleSkin53>dl>dd ul li .image {
    display: block;
    width: 100%;
    height: 100%;
  }

  .simpleSkin53>dl>dd ul li.on {
    z-index: 2;
  }

  .simpleSkin53>dl>dd ul li.on .title {
    visibility: visible;
  }

  .simpleSkin53>dl>dd ul li.on.list0 {
    left: 0;
    top: 0;
  }

  .simpleSkin53>dl>dd ul li.on.list1 {
    right: 0;
    top: 0;
  }

  .simpleSkin53>dl>dd ul li.on.list2 {
    right: 0;
    bottom: 0;
  }

  .simpleSkin53>dl>dd ul li.on.list3 {
    left: 0;
    bottom: 0;
  }

  /******************************************************** w_01(하단스킨01) ********************************************************/
  .wideSkin01 {
    position: relative;
  }

  .wideSkin01>dl>dt {
    position: relative;
    width: 100%;
    height: 20px;
    padding-top: 6px;
    overflow: hidden;
  }

  .wideSkin01>dl>dd span {
    display: block;
  }

  .wideSkin01>dl>dd span img {
    display: block;
    width: 100%;
    height: auto;
    *margin-top: -2px;
  }

  /******************************************************** w_02(하단스킨02) ********************************************************/
  .wideSkin02 {
    position: relative;
  }

  .wideSkin02>dl>dt {
    position: relative;
    width: 100%;
    height: 20px;
    padding-top: 6px;
    overflow: hidden;
  }

  /******************************************************** w_03(하단스킨03) ********************************************************/
  .wideSkin03 {
    position: relative;
  }

  .wideSkin03>dl>dt {
    position: relative;
    width: 100%;
    height: 20px;
    padding-top: 6px;
    overflow: hidden;
  }

  .wideSkin03>dl>dd {
    position: relative;
  }

  .wideSkin03>dl>dd .photoNews {
    position: relative;
    width: 900px;
    height: 150px;
    margin: 0 auto;
    overflow: hidden;
    *zoom: 1;
  }

  .wideSkin03>dl>dd .photoNews:after {
    content: "";
    display: block;
    clear: both;
  }

  .wideSkin03>dl>dd .photoNews ul {
    position: absolute;
    left: 0;
    top: 0;
    width: 9999px;
  }

  .wideSkin03>dl>dd .photoNews li {
    float: left;
    margin-right: 6px;
  }

  .wideSkin03>dl>dd .photoNews li img {
    display: block;
    width: 143px;
    height: 110px;
    border: 1px solid #dbdbdb;
  }

  .wideSkin03>dl>dd .photoNews li em {
    display: block;
    width: 133px;
    height: 30px;
    padding-top: 10px;
    padding-left: 5px;
    font: bold 12px Dotum;
    line-height: 15px;
    color: #333;
    overflow: hidden;
    text-align: center
  }

  .wideSkin03>dl>dd .btnPrev {
    position: absolute;
    left: 11px;
    top: 50%;
    margin-top: -11px;
  }

  .wideSkin03>dl>dd .btnNext {
    position: absolute;
    right: 11px;
    top: 50%;
    margin-top: -11px;
  }

  /******************************************************** w_04(하단스킨04) ********************************************************/
  .wideSkin04 {
    position: relative;
  }

  .wideSkin04>dl>dt {
    position: relative;
    width: 100%;
    height: 20px;
    padding-top: 6px;
    overflow: hidden;
  }

  .wideSkin04>dl>dd {
    position: relative;
    width: 970px;
    height: 50px;
    overflow: hidden;
  }

  .wideSkin04>dl>dd .sponserLink {
    position: absolute;
    left: 0;
    top: 0;
    width: 9999px;
    *zoom: 1;
  }

  .wideSkin04>dl>dd .sponserLink:after {
    content: "";
    display: block;
    clear: both;
  }

  .wideSkin04>dl>dd .sponserLink li {
    float: left;
    width: 77px;
    height: 30px;
    padding: 10px;
    text-align: center;
  }

  .wideSkin04>dl>dd .sponserLink li a img {
    max-width: 100%;
    max-height: 100%;
  }

  /******************************************************** w_05(하단스킨05) ********************************************************/
  .wideSkin05 {
    position: relative;
  }

  .wideSkin05>dl>dt {
    padding: 14px;
    overflow: hidden;
    font: bold 15px "Nanum Gothic";
  }

  .wideSkin05>dl>dd {
    position: relative;
    overflow: hidden;
  }

  .wideSkin05>dl>dd>ol {
    position: relative;
    width: 100%;
    height: 470px;
  }

  .wideSkin05>dl>dd>ol>li {
    position: absolute;
    background-repeat: no-repeat;
    background-size: cover;
    border: 1px solid #ccc;
    box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.25);
  }

  .wideSkin05>dl>dd>ol>li>a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: url(../img/bg_gradation.png) 0 100% repeat-x;
    background-size: auto 40%;
  }

  .wideSkin05>dl>dd>ol>li>a>.content {
    position: absolute;
    left: 5%;
    bottom: 5%;
    width: 90%;
    font-family: "Nanum Gothic";
    color: #fff;
  }

  .wideSkin05>dl>dd>ol>li>a>.content>strong {
    display: block;
    line-height: 22px;
    max-height: 44px;
    overflow: hidden;
    font-size: 17px;
  }

  .wideSkin05>dl>dd>ol>li>a>.content>em {
    display: none;
    max-height: 44px;
    line-height: 22px;
    overflow: hidden;
    font-size: 16px;
    font-style: normal;
    color: #cfcfce;
  }

  .wideSkin05>dl>dd>ol>li:nth-child(1) {
    left: 0;
    top: 0;
    width: 693px;
    height: 463px;
  }

  .wideSkin05>dl>dd>ol>li:nth-child(2) {
    right: 0;
    top: 0;
    width: 332px;
    height: 220px;
  }

  .wideSkin05>dl>dd>ol>li:nth-child(3) {
    right: 0;
    bottom: 7px;
    width: 332px;
    height: 220px;
  }

  .wideSkin05>dl>dd>ol>li:nth-child(1)>a>.content>strong {
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    font-size: 25px;
  }

  .wideSkin05>dl>dd>ol>li:nth-child(1)>a>.content>em {
    display: block;
  }

  .wideSkin05>dl>dd>ol>li>a>.num {
    position: absolute;
    left: 0;
    top: 0;
    width: 28px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    color: #fff;
    background: #ff008a;
  }

    {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  /******************************************************** p_02(설문스킨02) ********************************************************/
  .pollSkin02>dl>dt {
    padding: 6px 10px 4px;
    overflow: hidden;
  }

  .pollSkin02>dl>dd {
    position: relative;
  }

  .pollSkin02>dl>dd .title {
    display: block;
    padding: 10px 15px;
    color: #333;
  }

  .pollSkin02>dl>dd .selectWrap {
    padding: 10px;
    border: 1px solid #ccc;
    background: #fafafa;
  }

  .pollSkin02>dl>dd .selectWrap li {
    padding: 5px 0;
    *zoom: 1;
  }

  .pollSkin02>dl>dd .selectWrap li:first-child {
    border-top: none;
  }

  .pollSkin02>dl>dd .selectWrap li:after {
    content: "";
    display: block;
    clear: both;
  }

  .pollSkin02>dl>dd .selectWrap li input {
    float: left;
    margin: 0 10px 0 5px;
  }

  .pollSkin02>dl>dd .selectWrap li label {
    float: left;
    width: 85%;
    color: #666;
  }

  .pollSkin02>dl>dd .btnWrap {
    padding: 10px 0;
    text-align: center;
  }

  .pollSkin02>dl>dd .btnWrap .date {
    padding-bottom: 10px;
    text-align: left;
  }

  .pollSkin02>dl>dd .btnWrap .btn {
    display: inline-block;
    padding: 0 3px;
    margin: 0 2px;
    height: 20px;
    line-height: 18px;
    color: #000;
    vertical-align: bottom;
    font-size: 11px;
    border: 1px solid #ccc;
    border-radius: 3px;
    text-decoration: none;
    cursor: pointer;
    background: #fff;
  }

  .pollSkin02>dl>dd .btnWrap input[type="submit"].btn {
    height: 22px;
  }

  .pollSkin02>dl>dd .btnWrap a.btn {
    padding: 0 6px;
    line-height: 20px;
  }

  .pollSkin02>dl>dd .btnWrap .btn:hover {
    text-decoration: none;
  }

  .pollSkin02>dl>dd .btnWrap .btn:link {
    text-decoration: none;
  }

  .pollSkin02>dl>dd .btnWrap .btn:active {
    text-decoration: none;
  }

  /******************************************************** p_03(설문스킨03) ********************************************************/
  .pollSkin03>dl>dt {
    padding: 6px 10px 4px;
    overflow: hidden;
  }

  .pollSkin03>dl>dd {
    position: relative;
  }

  .pollSkin03>dl>dd .title {
    display: block;
    padding: 10px 15px;
    color: #333;
  }

  .pollSkin03>dl>dd .selectWrap {
    padding: 10px;
    border: 1px solid #ccc;
    background: #fafafa;
  }

  .pollSkin03>dl>dd .selectWrap li {
    padding: 5px 0;
    *zoom: 1;
  }

  .pollSkin03>dl>dd .selectWrap li:first-child {
    border-top: none;
  }

  .pollSkin03>dl>dd .selectWrap li:after {
    content: "";
    display: block;
    clear: both;
  }

  .pollSkin03>dl>dd .selectWrap li input {
    float: left;
    margin: 0 10px 0 5px;
  }

  .pollSkin03>dl>dd .selectWrap li label {
    float: left;
    width: 85%;
    color: #666;
  }

  .pollSkin03>dl>dd .btnWrap {
    padding: 10px 0;
    text-align: center;
  }

  .pollSkin03>dl>dd .btnWrap .date {
    padding-bottom: 10px;
    text-align: left;
  }

  .pollSkin03>dl>dd .btnWrap .btn {
    display: inline-block;
    padding: 0 3px;
    margin: 0 2px;
    height: 20px;
    line-height: 18px;
    color: #000;
    vertical-align: bottom;
    font-size: 11px;
    border: 1px solid #ccc;
    border-radius: 3px;
    text-decoration: none;
    cursor: pointer;
    background: #fff;
  }

  .pollSkin03>dl>dd .btnWrap input[type="submit"].btn {
    height: 22px;
  }

  .pollSkin03>dl>dd .btnWrap a.btn {
    padding: 0 6px;
    line-height: 20px;
  }

  .pollSkin03>dl>dd .btnWrap .btn:hover {
    text-decoration: none;
  }

  .pollSkin03>dl>dd .btnWrap .btn:link {
    text-decoration: none;
  }

  .pollSkin03>dl>dd .btnWrap .btn:active {
    text-decoration: none;
  }

  /******************************************************** bbs(비사이드 공통) ********************************************************/
  .bbsTitle {
    display: block;
    width: 100%;
    padding: 5px 0;
    color: #333;
    *zoom: 1;
  }

  .bbsTitle:after {
    content: "";
    display: block;
    clear: both;
  }

  .bbsTitle .more {
    float: right;
    font: normal 11px "Dotum";
    color: #333;
    text-indent: -1px;
    opacity: 0.6;
    filter: alpha(opacity=0.6);
  }

  /******************************************************** bbs_01(비사이드 기본 스킨01) ********************************************************/
  .besideBasicList01 {
    padding-bottom: 10px;
  }

  .besideBasicList01 .imageBig {
    position: relative;
    height: auto;
    background: yellow;
    margin-bottom: 10px;
    overflow: hidden;
    border: 1px solid #ccc;
  }

  .besideBasicList01 .imageBig a {
    display: block;
  }

  .besideBasicList01 .imageBig .image {
    display: block;
    width: 100%;
  }

  .besideBasicList01 .imageBig .title {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 94%;
    padding: 5px 3%;
    color: #fff;
    background: url(../img/bg_transparent_black.png);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .besideBasicList01 .thumbnail {
    *zoom: 1;
  }

  .besideBasicList01 .thumbnail:after {
    content: "";
    display: block;
    clear: both;
  }

  .besideBasicList01 .thumbnail li {
    float: left;
    width: 32%;
    margin-left: 2%;
  }

  .besideBasicList01 .thumbnail li:first-child {
    margin-left: 0;
  }

  .besideBasicList01 .thumbnail li a {
    display: block;
    border: 3px solid #ccc;
  }

  .besideBasicList01 .thumbnail li a.on {
    border: 3px solid #a11717;
  }

  .besideBasicList01 .thumbnail li a img {
    display: block;
    width: 100%;
  }

  .besideBasicList01 .thumbnail .thumbTitle {
    display: none;
  }

  /******************************************************** bbs_02(비사이드 기본 스킨02) ********************************************************/
  .besideBasicList02 {
    padding-bottom: 10px;
  }

  .besideBasicList02 ul {
    padding: 10px;
    border: 1px solid #ccc;
    background: #fff;
  }

  .besideBasicList02 ul li {
    border-top: 1px solid #ccc;
    padding: 5px 5px 5px 15px;
    background: url(../img/latest_icon_beside.gif) 5px 50% no-repeat;
  }

  .besideBasicList02 ul li:first-child {
    border-top: none;
  }

  .besideBasicList02 ul li .title {
    display: block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  /******************************************************** bbs_03(비사이드 기본 스킨03) ********************************************************/
  .besideBasicList03 {
    position: relative;
    padding-bottom: 10px;
  }

  .besideBasicList03 ol {
    padding: 10px;
    border: 1px solid #ccc;
    background: #fff;
  }

  .besideBasicList03 ol li {
    padding: 5px 0;
    *zoom1: ;
  }

  .besideBasicList03 ol li:first-child {
    border-top: none;
  }

  .besideBasicList03 ol li:after {
    content: "";
    display: block;
    clear: both;
  }

  .besideBasicList03 ol li .rank {
    float: left;
    width: 16px;
    height: 16px;
    line-height: 16px;
    margin-right: 5px;
    text-align: center;
    color: #fff;
  }

  .besideBasicList03 ol li .title {
    float: left;
    width: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .besideBasicList03 .rankBox {
    position: absolute;
    left: 5px;
    top: 37px;
    width: 240px;
    height: 22px;
  }

  /******************************************************** bbs_04(비사이드 기본 스킨04) ********************************************************/
  .besideBasicList04 {
    width: 100%;
    overflow: hidden;
  }

  .besideBasicList04 .image {
    display: block;
    width: 100%;
  }
