@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-size: 16px;
  font-weight: bold;
  color: #000;
  text-decoration: none;
}

.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 {
  color: #ffffff;
  text-decoration: none;
}

/******************************************************** basic(게시판스킨) ********************************************************/
.boardSkin01 {
  position: relative;
}

.boardSkin01>dl {
  position: relative;
  border-top: 2px solid #dcdcdc !important;
}

.boardSkin01>dl>dt {
  padding: 15px 0;
  overflow: hidden;
  font: bold 15px;
  height: 20px;
  border-bottom: 1px solid #ededed !important;
}

.boardSkin01 dd ul li {
  display: block;
  padding: 6px 20px;
  background: url(../img/bullet_list.gif) 10px 11px 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;
  font-size: 15px;
  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 .btnSkinTitle {
  padding: 14px 40px 0 0;
  position: absolute;
  top: -2px;
}

/******************************************************** b_01(배너스킨01) ********************************************************/
.bannerSkin01 {
  position: relative;
}

.bannerSkin01>dl>dt {
  padding: 14px;
  overflow: hidden;
  font: bold 15px;
}

.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 {
  padding: 14px;
  overflow: hidden;
  font: bold 15px;
}

.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 {
  padding: 14px;
  overflow: hidden;
  font: bold 15px;
}

.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 {
  padding: 14px;
  overflow: hidden;
  font: bold 15px;
}

.headlineSkin01>dl>dd:after {
  content: "";
  display: block;
  clear: both;
}

.headlineSkin01>dl>dd .imageBig {
  float: left;
  width: 270px;
  height: 180px;
  margin-right: 20px;
  overflow: hidden;
}

.headlineSkin01>dl>dd .imageBig a {
  display: block;
}

.headlineSkin01>dl>dd .imageBig a img {
  display: block;
  width: 100%;
}

.headlineSkin01>dl>dd .thumbnail {
  float: left;
}

.headlineSkin01>dl>dd .thumbnail:after {
  content: "";
  display: block;
  clear: both;
}

.headlineSkin01>dl>dd .thumbnail li {
  float: left;
  margin-right: 3px;
}

.headlineSkin01>dl>dd .thumbnail li a {
  display: block;
  overflow: hidden;
}

.headlineSkin01>dl>dd .thumbnail li a img {
  display: block;
  width: 100%;
  width: 90px;
  height: 60px;
  border: 3px solid transparent;
  box-sizing: border-box;
}

.headlineSkin01>dl>dd .thumbnail li a.on img {
  border: 3px solid #ff9900;
}

.headlineSkin01>dl>dd .text {
  float: left;
  width: calc(100% - 290px);
  height: 120px;
  overflow: hidden;
}

.headlineSkin01>dl>dd .text dt {
  display: block;
  margin-bottom: 10px;
  overflow: hidden;
  letter-spacing: -1px;
}

.headlineSkin01>dl>dd .text dt a {
  font-weight: bold;
  display: block;
  font-size: 20px;
  line-height: 23px;
  max-height: 46px;
}

.headlineSkin01>dl>dd .text dd {
  max-height: 28px;
  overflow: hidden;
}

.headlineSkin01>dl>dd .text dd a {
  display: block;
  text-align: justify;
  font-size: 12px;
  line-height: 14px;
  color: #999;
}

.headlineSkin01>dl>dd .text dd a.subTitle {
  display: block;
  padding-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  font-weight: bold;
  color: #666;
  letter-spacing: -1px;
}

/******************************************************** h_02(헤드라인스킨02) ********************************************************/
.headlineSkin02>dl>dt {
  padding: 14px;
  overflow: hidden;
  font: bold 15px;
}

.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;
  color: #333;
  letter-spacing: -1px;
}

.headlineSkin02>dl>dd .content dd {
  height: 32px;
  overflow: hidden;
}

.headlineSkin02>dl>dd .content dd a {
  display: block;
  /* font-size:12px; */
  color: #999;
  letter-spacing: -0.05em;
}

/******************************************************** h_03(헤드라인스킨03) ********************************************************/
.headlineSkin03>dl>dt {
  padding: 14px;
  overflow: hidden;
  font: bold 15px;
}

.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 {
  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-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 {
  padding: 14px;
  overflow: hidden;
  font: bold 15px;
}

.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;
  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-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;
  *zoom: 1;
}

.headlineSkin05>dl:after {
  content: "";
  display: block;
  clear: both;
}

.headlineSkin05>dl>dt {
  float: left;
  max-width: 44px;
  height: 20px;
  padding: 0 15px 0 10px;
  line-height: 20px;
  margin: 1px 0;
  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;
  font-size: 12px;
  color: #999;
}

.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;
  font-size: 12px;
  color: #999;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/******************************************************** h_06(헤드라인스킨06) ********************************************************/
.headlineSkin06>dl>dt {
  padding: 14px;
  overflow: hidden;
  font: bold 15px;
}

.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;
  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;
}

/******************************************************** w_03(하단스킨03) ********************************************************/
.wideSkin03 {
  position: relative;
}

.wideSkin03>dl>dt {
  padding: 14px;
  overflow: hidden;
  font: bold 15px;
}

.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;
  line-height: 13px;
  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;
}

/******************************************************** h_08(헤드라인스킨08) ********************************************************/
.headlineSkin08>dl>dt {
  padding: 14px;
  overflow: hidden;
  font: bold 15px;
}

.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-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_09(헤드라인스킨09) ********************************************************/
.headlineSkin09 .textWrap a {
  color: #000 !important;
}

.headlineSkin09 a:focus, .headlineSkin09 a:hover {
  text-decoration: none;
}

.headlineSkin09 .clearfix {
  border: 1px solid #cccccc;
}

.headlineSkin09 .clearfix:after {
  content: '';
  display: block;
  clear: both;
}

.headlineSkin09 * {
  box-sizing: border-box;
}

.thumbWrap {
  margin-bottom: 10px;
}

.thumbWrap img {
  width: 100%;
  vertical-align: top;
}

.headlineSkin09 .side {
  padding: 10px;
  width: 30%;
  float: right;
  border-right: 1px solid #eee;
}

.headlineSkin09 .main .thumbWrap img {
  height: 300px;
}

.headlineSkin09 .side .thumbWrap img {
  height: 125px;
}

.headlineSkin09 .main {
  padding: 10px;
  width: 70%;
  float: right;
}

.headlineSkin09 .main .textWrap h6 {
  font-size: 20px;
  line-height: 27px;
  font-weight: bold;
  max-height: 54px;
  overflow: hidden;
  margin-bottom: 15px;
}

.headlineSkin09 .side .textWrap h6 {
  font-size: 14px;
  line-height: 18px;
  max-height: 36px;
  overflow: hidden;
  margin-bottom: 5px;
}

.headlineSkin09 .side .textWrap p {
  font-size: 12px;
  line-height: 16px;
  max-height: 32px;
  overflow: hidden;
}

.headlineSkin09 .main .textWrap p {
  overflow: hidden;
  font-size: 12px;
  line-height: 16px;
  max-height: 48px;
}

/******************************************************** 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 {
  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-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>dl>dt {
  padding: 6px 10px 4px;
  overflow: hidden;
}

.headlineSkin11>dl>dd {
  height: 220px;
  *zoom: 1;
}

.headlineSkin11>dl>dd:after {
  content: "";
  display: block;
  clear: both;
}

.headlineSkin11>dl>dd .imageBig {
  float: left;
  display: block;
  float: left;
  width: 252px;
  height: 189px;
}

.headlineSkin11>dl>dd .imageBig img {
  display: block;
  width: 250px;
  height: 187px;
  border: 1px solid #ccc;
}

.headlineSkin11>dl>dd .title {
  display: block;
  padding: 0 0 10px 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 21px;
  line-height: 21px;
  font-size: 21px;
  font-weight: bold;
  color: #333;
  letter-spacing: -0.05em;
}

.headlineSkin11>dl>dd .text {
  float: left;
  width: 355px;
  margin-bottom: 10px;
}

.headlineSkin11>dl>dd .text dd a {
  display: block;
  text-align: justify;
  font-size: 12px;
  color: #666;
}

.headlineSkin11>dl>dd .text dd a.subTitle {
  display: block;
  padding: 15px 0 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  font-weight: bold;
  color: #666;
  letter-spacing: -1px;
}

.headlineSkin11>dl>dd .textOnly {
  float: left;
  width: 340px;
  padding: 2px 0 0 10px;
  margin-left: 25px;
}

.headlineSkin11>dl>dd .textOnly a {
  display: block;
  color: #333;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/******************************************************** h_12(하단스킨12) ********************************************************/
.headlineSkin12 {
  position: relative;
}

.headlineSkin12>dl>dt {
  padding: 10px 40px;
  font-size: 17px;
}

.headlineSkin12>dl>dd {
  position: relative;
}

.headlineSkin12>dl>dd .photoNews {
  position: relative;
  width: 710px;
  height: 153px;
  margin: 0 auto;
  overflow: hidden;
  *zoom: 1;
}

.headlineSkin12>dl>dd .photoNews:after {
  content: "";
  display: block;
  clear: both;
}

.headlineSkin12>dl>dd .photoNews ul {
  position: absolute;
  left: 0;
  top: 0;
  width: 9999px;
}

.headlineSkin12>dl>dd .photoNews li {
  float: left;
  position: relative;
  margin-right: 22px;
}

.headlineSkin12>dl>dd .photoNews li img {
  display: block;
  width: 222px;
  height: 153px;
  /* border:1px solid #dbdbdb; */
}

.headlineSkin12>dl>dd .photoNews li em {
  position: absolute;
  bottom: 0;
  display: block;
  width: 90%;
  height: 36px;
  padding: 3px 5%;
  color: #fff;
  background: rgba(0, 0, 0, 0.7);
  line-height: 18px;
  overflow: hidden;
  font-style: normal;
}

.headlineSkin12>dl>dd .btnPrev {
  position: absolute;
  left: 11px;
  top: 50%;
  margin-top: -11px;
}

.headlineSkin12>dl>dd .btnNext {
  position: absolute;
  right: 11px;
  top: 50%;
  margin-top: -11px;
}

/******************************************************** s_01(게시글스킨01) ********************************************************/
.simpleSkin01>dl>dt {
  padding: 14px;
  overflow: hidden;
  font: bold 15px;
}

.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 {
  padding: 14px;
  overflow: hidden;
  font: bold 15px;
}

.simpleSkin02 li {
  width: 100%;
  padding: 6px 0;
  margin: 0 auto;
  *zoom: 1;
}

.simpleSkin02 li.fifth {
  margin-top: 25px;
}

.simpleSkin02 li:after {
  content: "";
  display: block;
  clear: both;
}

.simpleSkin02 li a {
  float: left;
  display: block;
  width: 100%;
  font: bold 15px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  letter-spacing: -1px;
}

.simpleSkin02 li span {
  float: right;
  display: none;
}

/******************************************************** s_03(게시글스킨03) ********************************************************/
.simpleSkin03>dl>dt {
  padding: 14px;
  overflow: hidden;
  font: bold 15px;
}

.simpleSkin03 li {
  margin: 10px auto 0;
}

.simpleSkin03 li:first-child {
  margin-top: 0;
  border-top: none;
}

.simpleSkin03 li a {
  display: block;
  overflow: hidden;
}

.simpleSkin03 li a.title {
  display: block;
  min-height: 16px;
  max-height: 32px;
  margin: 5px 0;
  font-size: 13px;
  font-weight: bold;
  color: #333;
  overflow: hidden;
  letter-spacing: -1px;
}

.simpleSkin03 li a.image {
  display: block;
  /* border:1px solid #ccc; */
  /* border-top:2px solid #ccc; */
}

.simpleSkin03 li a.image img {
  display: block;
  width: 100%;
}

.simpleSkin03 li span a {
  color: #999;
}

#section1 .simpleSkin03 li a.image img {
  height: 200px;
}

#section2 .simpleSkin03 li a.image img {
  height: 330px;
}

#section3 .simpleSkin03 li a.image img {
  height: 200px;
}

/******************************************************** s_04(게시글스킨04) ********************************************************/
.simpleSkin04>dl>dt {
  padding: 14px;
  overflow: hidden;
  font: bold 15px;
}

.simpleSkin04>dl>dd li {
  padding-top: 25px;
  /* 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: 80px;
  height: 60px;
  /* border:1px solid #ccc; */
}

.simpleSkin04>dl>dd .content {
  float: right;
  width: 100%;
}

.simpleSkin04>dl>dd .content dt {
  /* padding-top:3px; */
}

.simpleSkin04>dl>dd .content dt a {
  display: block;
  height: 35px;
  line-height: 16px;
  font: bold 15px;
  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: 14px;
  line-height: 14px;
  color: #999;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  letter-spacing: -1px;
}

.simpleSkin04>dl>dd li.titleOnly {
  padding-top: 5px;
}

.simpleSkin04>dl>dd li.titleOnly a {
  display: block;
  padding-left: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #333;
  font-size: 15px;
  line-height: 29px;
  background: url(../img/latest_icon3.png) 0 8px no-repeat;
}

#section1 .simpleSkin04>dl>dd .content.withImage {
  width: 69%;
}

#section2 .simpleSkin04>dl>dd .content.withImage {
  width: 77%;
}

#section3 .simpleSkin04>dl>dd .content.withImage {
  width: 60%;
}

.besideContent #section3 .simpleSkin04>dl>dd .content.withImage {
  width: 50%;
}

.simpleSkin04 .btnSkinMore {
  font-weight: normal;
  font-size: 12px;
}

/******************************************************** s_05(게시글스킨05) ********************************************************/
.simpleSkin05>dl>dt {
  padding: 8px 0;
  overflow: hidden;
  font: bold 15px;
}

.simpleSkin05>dl>dd {
  position: relative;
}

.simpleSkin05>dl>dd .rankOn {
  position: absolute;
  left: 0;
  top: 13px;
  display: block;
  width: 100%;
  height: 21px;
  border: 2px solid red;
}

.simpleSkin05>dl>dd ol {
  padding: 10px;
  border: 5px solid #eaecee;
}

.simpleSkin05 li {
  padding: 5px;
  margin: 0 auto;
  *zoom: 1;
  position: relative;
  z-index: 1;
}

.simpleSkin05 li:after {
  content: "";
  display: block;
  clear: both;
}

.simpleSkin05 li a {
  float: left;
  display: block;
  width: 85%;
  padding: 1px 0 0 7px;
  font-size: 15px;
  color: #999;
  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: 13px;
  text-align: center;
  vertical-align: middle;
  letter-spacing: -1px;
  color: #999999;
  /* background:#dddddd; */
}

.simpleSkin05 ol.red li.top .rankBox {
  color: #e6515c;
  /* background:#e6515c; */
}

.simpleSkin05 ol.red li.top a {
  color: #e6515c;
}

.simpleSkin05 ol.red li.mid .rankBox {
  color: #999999;
  /* background:#e38d93; */
}

.simpleSkin05 ol.blue li.top .rankBox {
  color: #ff9700;
  /* background:#264a86; */
}

.simpleSkin05 ol.blue li.top a {
  color: #ff9700;
}

.simpleSkin05 ol.blue li.mid .rankBox {
  color: #999999;
  /* background:#5e7db0; */
}

.simpleSkin05 ol.green li.top .rankBox {
  color: #2a673e;
  /* background:#2a673e; */
}

.simpleSkin05 ol.green li.top a {
  color: #2a673e;
}

.simpleSkin05 ol.green li.mid .rankBox {
  color: #999999;
  /* background:#52a96e; */
}

/******************************************************** s_06(게시글스킨06) ********************************************************/
.simpleSkin06>dl>dt {
  padding: 8px 0;
  overflow: hidden;
  font: bold 15px;
}

.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: 10px 2% 12px;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 15px;
  color: #fff;
  background: url(../img/bg_transparent_black.png);
}

.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: 52px;
}

#section2 .simpleSkin06>dl>dd .thumbnail li a img {
  height: 93px;
}

#section3 .simpleSkin06>dl>dd .thumbnail li a img {
  height: 52px;
}

.simpleSkin06 .btn_more {
  position: absolute;
  right: 0;
  top: 2px;
}

/******************************************************** s_07(게시글스킨07) ********************************************************/
.simpleSkin07>dl>dt {
  padding: 14px;
  overflow: hidden;
  font: bold 15px;
}

.simpleSkin07>dl>dd li {
  padding-top: 15px;
  /* border-top:1px solid #ccc; */
  *zoom: 1;
}

.simpleSkin07>dl>dd li:first-child {
  padding-top: 0;
  border-top: none;
}

.simpleSkin07>dl>dd li:after {
  content: "";
  display: block;
  clear: both;
}

.simpleSkin07>dl>dd .image {
  float: left;
}

.simpleSkin07>dl>dd .image img {
  display: block;
  width: 110px;
  height: 90px;
  /* border:1px solid #ccc; */
}

.simpleSkin07>dl>dd .content {
  float: right;
  width: 100%;
}

.simpleSkin07>dl>dd .content dt {
  padding-top: 3px;
}

.simpleSkin07>dl>dd .content dt a {
  display: block;
  max-height: 19px;
  line-height: 16px;
  font: bold 15px;
  color: #333;
  letter-spacing: -1px;
  overflow: hidden;
}

.simpleSkin07>dl>dd .content dd {
  max-height: 64px;
  padding-top: 8px;
  overflow: hidden;
}

.simpleSkin07>dl>dd .content dd a {
  display: block;
  max-height: 54px;
  line-height: 18px;
  color: #999;
  overflow: hidden;
  letter-spacing: -1px;
}

.simpleSkin07>dl>dd .textOnly {
  line-height: 18px;
}

.simpleSkin07>dl>dd .textOnly a {
  display: block;
  padding-left: 10px;
  letter-spacing: -1px;
  font: bold 15px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#section1 .simpleSkin07>dl>dd .content.withImage {
  width: 46%;
}

#section2 .simpleSkin07>dl>dd .content.withImage {
  width: 70%;
}

#section3 .simpleSkin07>dl>dd .content.withImage {
  width: 46%;
}

.besideContent #section3 .simpleSkin07>dl>dd .content.withImage {
  width: 50%;
}

/******************************************************** s_08(게시글스킨08) ********************************************************/
.simpleSkin08>dl {}

.simpleSkin08>dl>dt {
  position: relative;
  width: 100%;
  height: 20px;
  padding: 14px 0;
  overflow: hidden;
  border-bottom: 1px solid #ebebeb !Important;
}

.simpleSkin08>dl>dd li {
  padding: 10px;
  *zoom: 1;
  border-bottom: 1px dashed #ebebeb;
}

.simpleSkin08>dl>dd li:after {
  content: "";
  display: block;
  clear: both;
}

.simpleSkin08>dl>dd .image {
  float: left;
}

#section1 .simpleSkin08>dl>dd .image img {
  display: block;
  width: 90px;
  height: 59px;
}

#section2 .simpleSkin08>dl>dd .image img {
  display: block;
  width: 88px;
  height: 59px;
}

#section3 .simpleSkin08>dl>dd .image img {
  display: block;
  width: 71px;
  height: 59px;
}

.simpleSkin08>dl>dd .image img.circle {
  display: block;
  width: 75px !important;
  height: 75px !important;
  border-radius: 40px;
}

.simpleSkin08>dl>dd .content {
  float: right;
  width: 100%;
}

.simpleSkin08>dl>dd .content dt a {
  display: block;
  max-height: 63px;
  line-height: 21px;
  font-size: 16px;
  font-weight: bold;
  color: #333;
  letter-spacing: -1px;
  overflow: hidden;
}

.simpleSkin08>dl>dd .content dd {
  max-height: 64px;
  padding-top: 8px;
  overflow: hidden;
}

.simpleSkin08>dl>dd .content dd a {
  display: block;
  max-height: 28px;
  line-height: 14px;
  color: #999;
  overflow: hidden;
  letter-spacing: -1px;
}

#section1 .simpleSkin08>dl>dd .content.withImage {
  width: 67%;
}

#section2 .simpleSkin08>dl>dd .content.withImage {
  width: 76%;
}

#section3 .simpleSkin08>dl>dd .content.withImage {
  width: 60%;
}

.besideContent #section3 .simpleSkin08>dl>dd .content.withImage {
  width: 65%;
}

/******************************************************** s_09(게시글스킨09) ********************************************************/
.simpleSkin09>dl>dt {
  padding: 14px;
  overflow: hidden;
  font: bold 15px;
}

.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: 18px;
  padding-top: 5px;
  font-size: 15px;
  line-height: 18px;
  color: #333;
  letter-spacing: -1px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bold;
}

.simpleSkin09>dl>dd .withImage .content {
  display: block;
  max-height: 32px;
  padding-top: 7px;
  line-height: 16px;
  color: #999;
  overflow: hidden;
  letter-spacing: -1px;
}

.simpleSkin09>dl>dd .titleOnly {
  float: left;
  width: 100%;
  padding-left: 10px;
  font-size: 15px;
  line-height: 18px;
  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: 84px;
}

#section2 .simpleSkin09>dl>dd .withImage .image img {
  height: 148px;
}

#section3 .simpleSkin09>dl>dd .withImage .image img {
  height: 84px;
}

/******************************************************** s_10(게시글스킨10) ********************************************************/
.simpleSkin10>dl>dt {
  padding: 14px;
  overflow: hidden;
  font: bold 15px;
}

.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 .contentWrap {
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  padding: 18px 0;
  background: url(../img/bg_transparent_black2.png) repeat;
}

.simpleSkin10>dl>dd .contentWrap .title {
  display: block;
  height: 30px;
  padding: 0 18px;
  line-height: 30px;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.simpleSkin10>dl>dd .contentWrap .content {
  display: block;
  max-height: 36px;
  padding: 0 18px;
  line-height: 18px;
  font-size: 13px;
  color: #fff;
  overflow: hidden;
}

.simpleSkin10>dl>dd .btnArticleControl {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -59px;
  width: 100%;
  *zoom: 1;
}

.simpleSkin10>dl>dd .btnArticleControl:after {
  content: "";
  display: block;
  clear: both;
}

.simpleSkin10>dl>dd .btnArticleControl a {
  position: absolute;
  display: block;
  width: 59px;
  height: 59px;
  text-indent: -9999px;
  overflow: hidden;
}

.simpleSkin10>dl>dd .btnArticleControl .btnPrev {
  left: 0;
  background: url(../img/btn_prev_arrow_white.png) 80% 50% no-repeat;
}

.simpleSkin10>dl>dd .btnArticleControl .btnNext {
  right: 0;
  background: url(../img/btn_next_arrow_white.png) 20% 50% no-repeat;
}

#section1 .simpleSkin10>dl>dd .image img {
  height: 200px;
}

#section2 .simpleSkin10>dl>dd .image img {
  height: 330px;
}

#section3 .simpleSkin10>dl>dd .image img {
  height: 200px;
}

/******************************************************** s_11(게시글스킨11) ********************************************************/
.simpleSkin11>dl {
  padding: 5px 10px;
  margin-bottom: 0px;
  *zoom: 1;
  display: flex;
}

.simpleSkin11>dl>dt {
  box-sizing: border-box;
  max-width: 20%;
  height: 20px;
  padding: 0 15px 0 10px;
  line-height: 20px;
  margin: 1px 0;
  font-weight: bold;
  font-size: 11px;
  letter-spacing: -1px;
  color: #000;
  text-align: center;
  overflow: hidden;
}

.simpleSkin11>dl>dt>img {
  margin-right: 5px;
  margin-top: -3px;
}

.simpleSkin11>dl>dd {
  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;
  font-size: 12px;
  color: #999;
}

.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;
  font-size: 12px;
  color: #999;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/******************************************************** s_12(게시글스킨12) ********************************************************/
.simpleSkin12>dl>dt {
  padding: 14px;
  overflow: hidden;
  font: bold 15px;
}

.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: 10px 10px 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 24px;
  font-size: 15px;
  color: #fff;
  background: #000;
}

/******************************************************** s_13(게시글스킨13) ********************************************************/
.simpleSkin13>dl>dt {
  padding: 14px;
  overflow: hidden;
  font: bold 15px;
}

.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: #999;
}

/******************************************************** s_14(게시글스킨14) ********************************************************/
.simpleSkin14>dl>dt {
  padding: 14px;
  overflow: hidden;
  font: bold 15px;
}

.simpleSkin14>dl>dd li {
  padding: 10px 0;
  border-bottom: 1px dotted #c5c4c4;
  *zoom: 1;
}

.simpleSkin14>dl>dd li:first-child {
  padding-top: 0;
}

.simpleSkin14>dl>dd li:after {
  content: "";
  display: block;
  clear: both;
}

.simpleSkin14>dl>dd .image {
  float: left;
}

.simpleSkin14>dl>dd .image img {
  display: block;
  width: 100%;
  height: auto;
  /* border:1px solid #ccc; */
}

.simpleSkin14>dl>dd .content {
  float: right;
  width: 100%;
}

.simpleSkin14>dl>dd .content dt {
  padding-top: 3px;
}

.simpleSkin14>dl>dd .content dt a {
  display: block;
  max-height: 19px;
  line-height: 16px;
  font: bold 15px;
  color: #333;
  letter-spacing: -1px;
  overflow: hidden;
}

.simpleSkin14>dl>dd .content dd {
  max-height: 64px;
  padding-top: 8px;
  overflow: hidden;
}

.simpleSkin14>dl>dd .content dd a {
  display: block;
  max-height: 18px;
  line-height: 18px;
  color: #999;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  letter-spacing: -1px;
}

.simpleSkin14>dl>dd .textOnly {
  padding: 3px 0;
  line-height: 18px;
  border-bottom: none;
}

.simpleSkin14>dl>dd .textOnly a {
  display: block;
  padding-left: 10px;
  letter-spacing: -1px;
  font: bold 14px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/******************************************************** s_15(게시글스킨15) ********************************************************/
.simpleSkin15>dl>dt {
  overflow: hidden;
  font: bold 15px;
}

.simpleSkin15>dl>dt a {
  display: inline-block;
  *display: inline;
  padding: 12px 0;
}

.simpleSkin15>dl>dt a:first-child {
  padding: 8px 0;
  border-top: 2px solid #eaecee;
}

.simpleSkin15>dl>dd ul {
  position: relative;
}

.simpleSkin15>dl>dd ul li {
  position: absolute;
  z-index: 1;
}

.simpleSkin15>dl>dd ul li.list0 {
  left: 1px;
  top: 1px;
}

.simpleSkin15>dl>dd ul li.list1 {
  right: 1px;
  top: 1px;
}

.simpleSkin15>dl>dd ul li.list2 {
  right: 1px;
  bottom: 1px;
}

.simpleSkin15>dl>dd ul li.list3 {
  left: 1px;
  bottom: 1px;
}

.simpleSkin15>dl>dd ul li .title {
  visibility: hidden;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 15px;
  line-height: 18px;
  background: url(../img/bg_transparent_black2.png);
}

.simpleSkin15>dl>dd ul li .title span {
  display: block;
  padding: 0 10px;
  max-height: 54px;
  overflow: hidden;
  text-align: center;
}

.simpleSkin15>dl>dd ul li .image {
  display: block;
  width: 100%;
  height: 100%;
}

.simpleSkin15>dl>dd ul li.on {
  z-index: 2;
}

.simpleSkin15>dl>dd ul li.on .title {
  visibility: visible;
}

.simpleSkin15>dl>dd ul li.on.list0 {
  left: 0;
  top: 0;
}

.simpleSkin15>dl>dd ul li.on.list1 {
  right: 0;
  top: 0;
}

.simpleSkin15>dl>dd ul li.on.list2 {
  right: 0;
  bottom: 0;
}

.simpleSkin15>dl>dd ul li.on.list3 {
  left: 0;
  bottom: 0;
}

/******************************************************** s_16(게시글스킨16) ********************************************************/
.simpleSkin16>dl>dt {
  padding: 14px;
  overflow: hidden;
  font: bold 15px;
}

.simpleSkin16>dl>dd ul {
  *zoom: 1;
}

.simpleSkin16>dl>dd ul:after {
  content: "";
  display: block;
  clear: both;
}

.simpleSkin16>dl>dd ul li {
  width: 48%;
  padding: 10px 1%;
  border-bottom: 1px dotted #c5c4c4;
  *zoom: 1;
}

.simpleSkin16>dl>dd ul li:first-child {
  padding-top: 0;
}

.simpleSkin16>dl>dd ul li:first-child+li {
  padding-top: 0;
}

.simpleSkin16>dl>dd ul li:after {
  content: "";
  display: block;
  clear: both;
}

.simpleSkin16>dl>dd .image {
  float: left;
  width: 100%;
}

.simpleSkin16>dl>dd .image img {
  display: block;
  width: 100%;
  height: auto;
}

.simpleSkin16>dl>dd .content {
  float: right;
  width: 100%;
}

.simpleSkin16>dl>dd .content dt {
  padding-top: 3px;
}

.simpleSkin16>dl>dd .content dt a {
  display: block;
  height: 35px;
  line-height: 16px;
  font: bold 13px;
  color: #333;
  letter-spacing: -1px;
  overflow: hidden;
}

.simpleSkin16>dl>dd .content dd {
  max-height: 64px;
  padding-top: 8px;
  overflow: hidden;
}

.simpleSkin16>dl>dd .content dd a {
  display: block;
  max-height: 18px;
  line-height: 18px;
  color: #999;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  letter-spacing: -1px;
}

.simpleSkin16>dl>dd .textOnly {
  width: 100%;
  padding: 3px 0;
  line-height: 18px;
  border-bottom: none;
}

.simpleSkin16>dl>dd .textOnly a {
  display: block;
  padding-left: 10px;
  letter-spacing: -1px;
  font: bold 13px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#section1 .simpleSkin16>dl>dd .image img {
  height: 80px;
}

#section2 .simpleSkin16>dl>dd .image img {
  height: 143px;
}

#section3 .simpleSkin16>dl>dd .image img {
  height: 80px;
}

/******************************************************** s_18(게시글스킨18) ********************************************************/
.simpleSkin18>dl>dt {
  padding: 15px 12px 15px 12px;
}

.simpleSkin18>dl>dt .btnSkinTitle {
  font-size: 15px;
}

.simpleSkin18>dl>dt .btnSkinMore {
  margin-right: 0;
}

.simpleSkin18>dl>dd {
  position: relative;
}

.simpleSkin18>dl>dd>ul {
  position: relative;
  height: 225px;
  overflow: hidden;
}

.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: 180px;
  overflow: hidden;
}

#sectionLeft .simpleSkin18>dl>dd>ul {
  height: 250px;
}

#sectionLeft .simpleSkin18>dl>dd>ul>li .titleWrap {
  height: 200px;
}

.simpleSkin18>dl>dd>ul>li .titleWrap .image {
  display: block;
  width: 100%;
  height: 100%;
}

.simpleSkin18>dl>dd>ul>li .titleWrap .title {
  position: absolute;
  bottom: 0;
  width: 90%;
  height: 20px;
  line-height: 20px;
  padding: 15px 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: 10px;
  font-size: 13px;
  color: #666667;
  overflow: hidden;
  letter-spacing: -1px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.simpleSkin18>dl>dd .btnPrev {
  position: absolute;
  left: 17px;
  top: 64px;
}

.simpleSkin18>dl>dd .btnNext {
  position: absolute;
  right: 17px;
  top: 64px;
}

/******************************************************** s_20(게시글스킨20) ********************************************************/
.simpleSkin20>dl>dt {
  padding: 15px 13px;
  border-bottom: 1px solid #ebebeb !Important;
}

.simpleSkin20>dl>dd ul li {
  padding: 10px 0;
}

.simpleSkin20>dl>dd ul li .title {
  display: block;
  font-size: 16px;
  font-weight: bold;
  color: #383838;
  font-family: "Malgun Gothic", sans-serif;
  font-weight: bold;
  line-height: 21px;
  max-height: 42px;
  overflow: hidden;
}

.simpleSkin20>dl>dd ul li .text {
  display: table-row;
}

.simpleSkin20>dl>dd ul li .image {
  display: table-cell;
  width: 90px;
  height: 60px;
  padding-top: 10px;
  margin-right: 10px;
  vertical-align: middle;
}

.simpleSkin20>dl>dd ul li .content {
  display: table-cell;
  padding-top: 10px;
  vertical-align: middle;
  font-style: normal;
}

.simpleSkin20>dl>dd ul li .content span {
  display: block;
  height: 48px;
  line-height: 16px;
  overflow: hidden;
  font-size: 12px;
  color: #999;
}

/******************************************************** s_21(게시글스킨21) ********************************************************/
.simpleSkin21>dl {
  border-top: 2px solid #555555 !important;
}

.simpleSkin21>dl>dt {
  position: relative;
  width: 100%;
  height: 20px;
  padding: 15px 0;
  border-bottom: 1px solid #ebebeb !Important;
}

.simpleSkin21>dl>dt .btnSkinTitle {
  position: absolute;
  top: -2px;
  padding-top: 15px;
  padding-right: 40px;
}

.simpleSkin21>dl>dd ul li {
  overflow: hidden;
  padding: 5px 0;
}

.simpleSkin21>dl>dd ul .noImg .image {
  display: none;
}

.simpleSkin21>dl>dd ul li a:after {
  content: "";
  display: block;
  clear: both;
}

.simpleSkin21>dl>dd ul li .image {
  float: left;
  width: 105px;
  height: 70px;
  margin-right: 15px;
  vertical-align: middle;
}

.simpleSkin21>dl>dd ul li .text {
  float: left;
  width: calc(100% - 120px);
  vertical-align: middle;
}

.simpleSkin21>dl>dd ul .noImg .text {
  width: 100%;
}

.simpleSkin21>dl>dd ul li .title {
  display: block;
  font-size: 16px;
  color: #383838;
  overflow: hidden;
  line-height: 21px;
  max-height: 42px;
}

.simpleSkin21>dl>dd ul li .content {
  display: block;
  padding-top: 5px;
  color: #999;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/*.simpleSkin21 .txtOnly .title{border-bottom:1px dashed #ededed;}*/
/******************************************************** s_22(게시글스킨22) ********************************************************/
.simpleSkin22>dl>dt {
  padding: 5px 10px 0 20px;
}

.simpleSkin22>dl>dt .btnSkinTitle {
  display: inline-block;
  height: 21px;
  line-height: 25px;
  font-size: 17px;
  vertical-align: bottom;
}

.simpleSkin22>dl>dt:after {
  content: "";
  display: block;
  clear: both;
}

/* .simpleSkin22>dl>dt .btnSkinMore{float:right;width:48px;height:20px;} */
/* .simpleSkin22>dl>dt .btnSkinMore img{opacity:1;} */
.simpleSkin22>dl>dd>ul {
  font-size: 0;
  text-align: center;
}

.simpleSkin22>dl>dd>ul>li {
  display: inline-block;
  width: 23.5%;
  margin-left: 2%;
  vertical-align: top;
}

.simpleSkin22>dl>dd>ul>li:first-child {
  margin-left: 0;
}

.simpleSkin22>dl>dd>ul>li .image {
  display: block;
  border: 3px solid transparent;
  box-sizing: border-box;
}

#sectionLeft .simpleSkin22>dl>dd>ul>li .image {
  height: 40px;
}

#sectionRight .simpleSkin22>dl>dd>ul>li .image {
  height: 60px;
}

#beside .simpleSkin22>dl>dd>ul>li .image {
  height: 30px;
}

.simpleSkin22>dl>dd>ul>li .image img {
  display: block;
  width: 100%;
  height: 100%;
}

.simpleSkin22>dl>dd>ul>li.on .image {
  border: 3px solid #43c9ee;
}

.simpleSkin22 .movieArea {
  width: 100% !Important;
  height: 216px !Important;
}

.simpleSkin22 .movieArea iframe {
  display: none;
  width: 100% !Important;
  height: 100% !Important;
}

.simpleSkin22 .movieArea iframe.on {
  display: block;
}

.simpleSkin22 .titleArea strong {
  display: none;
  margin: 10px 0 12px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.simpleSkin22 .titleArea strong.on {
  display: block;
}

/******************************************************** 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;
  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;
  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;
  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-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 {
  position: relative;
  padding-top: 40px;
}

.simpleSkin53>dl .tabTitle {
  position: absolute;
  left: 0;
  top: 0;
}

.simpleSkin53>dl .tabTitle a {
  display: block;
  height: 20px;
  padding: 10px 0;
  text-align: center;
  background: #ccc;
  /* border-left:1px solid #ccc;border-bottom:1px solid #ccc; */
  font: bold 14px/24px;
  overflow: hidden;
  text-decoration: none;
}

/* .simpleSkin53>dl .tabTitle:first-child>a{border-left:none;} */
.simpleSkin53>dl .tabTitle a.on {
  /* border-bottom:1px solid #fff; */
  background: #fff;
}

.simpleSkin53>dl .tabCon {
  position: relative;
  display: none;
}

.simpleSkin53>dl .tabCon.on {
  display: block;
}

.simpleSkin53>dl .tabCon li {
  padding: 5px 0 10px;
}

.simpleSkin53>dl .tabCon li.titleOnly {
  padding: 5px 0 0;
}

.simpleSkin53>dl .tabCon img {
  float: left;
  width: 80px;
  height: 60px;
  margin-right: 10px;
}

.simpleSkin53>dl .tabCon .content {
  display: block;
  overflow: hidden;
  height: 60px;
}

.simpleSkin53>dl .tabCon strong {
  display: block;
  overflow: hidden;
  padding-bottom: 5px;
  max-height: 36px;
  font: bold 13px/18px;
  color: #333;
}

.simpleSkin53>dl .tabCon span {
  display: block;
  overflow: hidden;
  max-height: 42px;
  line-height: 18px;
  color: #666;
}

.simpleSkin53>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;
  color: #333;
  text-decoration: none;
  background: url(../img/bullet_list.gif) 0 8px no-repeat;
}

/******************************************************** w_01(하단스킨01) ********************************************************/
.wideSkin01 {
  position: relative;
}

.wideSkin01>dl>dt {
  padding: 14px;
  overflow: hidden;
  font: bold 15px;
}

.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 {
  padding: 14px;
  overflow: hidden;
  font: bold 15px;
}

/******************************************************** w_03(하단스킨03) ********************************************************/
.wideSkin03 {
  position: relative;
}

.wideSkin03>dl>dt {
  padding: 14px;
  overflow: hidden;
  font: bold 15px;
}

.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;
  line-height: 13px;
  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 {
  padding: 14px;
  overflow: hidden;
  font: bold 15px;
}

.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;
}

.wideSkin05>dl>dd {
  position: relative;
  height: 433px;
  overflow: hidden;
}

.wideSkin05>dl>dd>ul {
  position: relative;
}

.wideSkin05>dl>dd>ul li {
  position: absolute;
  left: 265px;
  top: 70px;
  z-index: 0;
  width: 435px;
  height: 290px;
  overflow: hidden;
  border: 1px solid #444;
}

.wideSkin05>dl>dd>ul li.on {
  box-shadow: 0 0 20px 2px #444
}

.wideSkin05>dl>dd>ul li>a {
  display: block;
}

.wideSkin05>dl>dd>ul li .cover {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background: url(../img/bg_transparent_black_back.png);
}

.wideSkin05>dl>dd>ul li.on .cover {
  display: none;
}

.wideSkin05>dl>dd>ul li .image {
  display: block;
  width: 100%;
  height: 100%;
}

.wideSkin05>dl>dd>ul li .content {
  position: absolute;
  left: 0;
  bottom: -95px;
  width: 100%;
  height: 95px;
  overflow: hidden;
  color: #fff;
  font-style: normal;
  background: url(../img/bg_transparent_black.png);
}

.wideSkin05>dl>dd>ul li strong {
  display: block;
  padding: 15px;
  padding-bottom: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font: bold 22px/22px;
  letter-spacing: -1px;
}

.wideSkin05>dl>dd>ul li span {
  display: block;
  height: 30px;
  overflow: hidden;
  padding: 15px;
  padding-bottom: 0;
}

.wideSkin05>dl>dd .btns {
  position: absolute;
  display: block;
  width: 60px;
  height: 433px;
  text-indent: -9999px;
  overflow: hidden;
  background: url(../img/bg_prevnext_w51.png) 0 0 no-repeat;
}

.wideSkin05>dl>dd .prev {
  left: 0;
  top: 0;
  background-position: 20px 50%;
}

.wideSkin05>dl>dd .next {
  right: 0;
  top: 0;
  background-position: -54px 50%;
}

/******************************************************** w_06(하단스킨06) ********************************************************/
.wideSkin06 {
  position: relative;
}

.wideSkin06>dl>dt {
  padding: 14px;
  overflow: hidden;
  font: bold 15px;
}

.wideSkin06>dl>dd {
  position: relative;
  border: 1px solid #ddd;
}

.wideSkin06>dl>dd>ul {
  font-size: 0;
}

.wideSkin06>dl>dd>ul:after {
  content: "";
  display: block;
  clear: both;
}

.wideSkin06>dl>dd>ul>li {
  float: left;
  width: 21%;
  padding: 1%;
  vertical-align: top;
  background: url(../img/bg_gray_w06.png) 0 0 repeat-y;
}

.wideSkin06>dl>dd>ul>li:nth-child(1) {
  width: 52%;
  background: none;
}

.wideSkin06>dl>dd>ul>li:nth-child(1) .image {
  height: 322px;
}

.wideSkin06>dl>dd>ul>li:nth-child(1) .title {
  height: 60px;
  line-height: 30px;
  margin-bottom: 10px;
  font-size: 25px;
}

.wideSkin06>dl>dd>ul>li:nth-child(1) .content {
  height: 74px;
}

.wideSkin06>dl>dd>ul>li:nth-child(2) {
  background: url(../img/bg_gray_w06.png) 0 0 repeat-y, url(../img/bg_gray_w06.png) 0 100% repeat-x;
}

.wideSkin06>dl>dd>ul>li:nth-child(3) {
  background: url(../img/bg_gray_w06.png) 0 0 repeat-y, url(../img/bg_gray_w06.png) 0 100% repeat-x;
}

.wideSkin06>dl>dd>ul>li .image {
  display: block;
  width: 100%;
  height: 143px;
  margin-bottom: 10px;
}

.wideSkin06>dl>dd>ul>li .title {
  display: block;
  height: 50px;
  line-height: 25px;
  margin-bottom: 5px;
  font-size: 19px;
  color: #505050;
  overflow: hidden;
}

.wideSkin06>dl>dd>ul>li .sub2 {
  font-size: 18px;
  color: #7e7e7e;
  line-height: 22px;
  font-weight: bold;
  display: block;
  letter-spacing: -1px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  margin-bottom: 12px;
}

.wideSkin06>dl>dd>ul>li .content {
  display: block;
  height: 36px;
  line-height: 18px;
  font-size: 13px;
  color: #777777;
  overflow: hidden;
}

.wideSkin06 .photoNewsWrap a:hover {
  text-decoration: none
}

.wideSkin06 .photoNewsWrap .title:hover {
  text-decoration: underline;
}

.wideSkin06 .photoNewsWrap .content:hover {
  text-decoration: underline;
}

/******************************************************** p_02(설문스킨02) ********************************************************/
.pollSkin02>dl>dt {
  padding: 15px;
  padding-bottom: 0;
  overflow: hidden;
}

.pollSkin02>dl>dd {
  position: relative;
}

.pollSkin02>dl>dd .title {
  position: relative;
  display: block;
  padding: 10px 20px;
  font-size: 15px;
  color: #383838;
}

.pollSkin02>dl>dd .title:before {
  position: absolute;
  left: 0;
  top: 10px;
  content: "Q";
}

.pollSkin02>dl>dd .term {
  display: block;
  padding-bottom: 5px;
  font-size: 12px;
  color: #999;
  border-bottom: 1px solid #d9d9d9;
}

.pollSkin02>dl>dd .term:before {
  content: "참여기간 ";
  color: #797979;
}

.pollSkin02>dl>dd .selectWrap {
  padding: 10px 0;
  /* padding:10px;border:1px solid #ccc;background:#fafafa; */
}

.pollSkin02>dl>dd .selectWrap li {
  padding: 5px 0;
  *zoom: 1;
  font-size: 14px;
  color: #505050;
  letter-spacing: -1px;
}

.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: 3px 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 15px 0 30px;
  margin: 0 2px;
  color: #000;
  vertical-align: bottom;
  font-size: 13px;
  border: 1px solid #62d8eb;
  border-radius: 15px;
  text-decoration: none;
  cursor: pointer;
  background: #fff;
}

.pollSkin02>dl>dd .btnWrap input[type="submit"].btn {
  height: 27px;
  background: url(../img/img_poll_check.png) 12px 50% no-repeat;
}

.pollSkin02>dl>dd .btnWrap a.btn {
  padding: 0 15px 0 30px;
  line-height: 25px;
  background: url(../img/img_poll_srch.png) 12px 50% no-repeat;
}

.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%;
}
