@charset "utf-8";

/* box ---------------------------------------------------------------------------------------- */
div[data-dinnum] > div {overflow: hidden;}
div[data-dinnum] > div:last-child {margin-bottom: 0;}
.box {clear: both;position: relative;width:100%;padding-bottom: 30px;}


/* box_title */
.box_title {position: relative;margin-bottom: 20px;display: flex;align-items: center;justify-content: flex-start;}
.box_title .name {position: relative;line-height: 1;font-size: 20px;font-weight: bold;}


/* 더보기 */
.box_title .more {font-size: 16px;height: 20px;}
.box_title .more > span:first-child {margin-right: 5px;}

/* banner */
.adlink {background-color: #ffffff;}
.banner li {text-align: center;}
.banner.left {width:250;height:75px;}
.banner.right {width:250;height:75px;}
.text_box .title:hover {text-decoration: underline;}


/* list */
.list {position: relative;width: 100%;}


/* article */
.article {position: relative;width:100%;overflow: hidden;}
.article .thumb {position: relative;width:100%;overflow: hidden;background-position: center;background-repeat: no-repeat;background-size: cover;}
.article .thumb .background {
  opacity: 1;
  height: 100%;
  width:100%;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}
.article .thumb .background.zoom:hover {
  -ms-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.article .category {display: none;overflow: hidden;color: #1c50ba;font-size: 14px;line-height: 1.2;margin-bottom: 5px;font-weight: 500;}
.article .title {line-height: 1.5;font-weight: 500;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;word-wrap: break-word;word-break: break-all;}
.article .info {display: none;color: #aeaeae;font-size: 12px;}
.article .sub_title {display: none;overflow: hidden;text-overflow: ellipsis;-webkit-line-clamp: 2;-webkit-box-orient: vertical;word-wrap: break-word;word-break: break-all;}
.article .tag {display: none;}
.article .desc {display: none;overflow: hidden;color: #666666;font-size: 14px;text-overflow: ellipsis;-webkit-line-clamp: 2;-webkit-box-orient: vertical;word-wrap: break-word;word-break: break-all;}
.article .info .media {font-size: 14px;color: #2e7fb8;font-weight: 500;letter-spacing: -0.7px;}
.article .title:hover {text-decoration: underline;}
.article .thumb .background img {width:100%;height: 100%;opacity:0;}
.article .thumb figure {width: 100%; height: 100%;display: flex;}
/* .article .thumb figure .background {margin-bottom: 5px;} */
.article .thumb figure img {height: auto;}
.article .thumb figcaption {font-size: 11px;color: #666666;line-height: 1;}
.article .relation {position: relative;display: flex;justify-content: flex-start;align-items: baseline;}
.article .relation::before {margin-right: 5px;content: '';width: 6px;height: 6px;background-color: #555555;border-radius: 50%;position: relative;display: inline-block;}
.article .relation .thumb {display: none;}
.article .relation .text_box {width: calc(100% - 10px);}
.article .relation .text_box .title {line-height: 1.3;font-weight: 500;}
.article .relation .bottom_wrap {display: none;}


/* article bottom_wrap */
.article > .bottom_wrap {display: none;/*display: flex*/;position: relative;font-size: 12px;letter-spacing: -0.6px;line-height: 1.2;}
.article > .bottom_wrap .comment {position: relative;margin-right: 10px;display: flex;align-items: center;height: 100%;}
.article > .bottom_wrap .comment::before {position: relative;content: url(/img/icon/box.png);width: 15px;height: 12px;margin-right: 3px;}
.article > .bottom_wrap .upload_time {position: relative;margin-right: 10px;color: #e90000;display: flex;align-items: center;}
/* .article > .bottom_wrap .upload_time::after {position: relative;content: 'hours ago';margin-left: 3px;} */
.article > .bottom_wrap .min_read {position: relative;display: flex;align-items: center;}
.article > .bottom_wrap .min_read::before {position: relative;content: url(/img/icon/clock.png);width: 12px;height: 12px;margin-right: 3px;}
.article > .bottom_wrap .min_read::after {position: relative;content: 'min read';margin-left: 3px;}


/* 페이지네비게이션 */
.page {position:relative;display: flex;justify-content: center;align-items: center;}
.page .inner {display: inline-block;}
.page a {float: left;border:1px solid #dddddd;width: 30px;height: 30px;font-size: 14px;color:#999999;line-height: 2.14;text-align: center;margin-right: 5px;}
.page a:last-child {margin-right: 0;}
.page .no.current {color:#ffffff;background-color: #2041ad;border:1px solid #2041ad;}


/* 리스트 L_1 */
.L_1 {position: relative;width: 100%;margin: 0 auto;}
.L_1 .list {width: 100%;display: flex;flex-wrap: wrap;justify-content: space-between;}
.L_1 .list::before {content: '';position: absolute;display: block;width: 100%;border-top: 1px solid #dddddd;top: 50%;}
.L_1 .article {position: relative;width: calc((100% - 80px) / 5);height: 207px;overflow: visible;}
.L_1 .article:not(:nth-child(5n))::after {content: '';height: 100%;position: absolute;border-right: 1px solid #dddddd;top: 0;right:-10px;display: block;}
.L_1 .article:nth-child(-n+5) {margin-bottom: 20px;}
.L_1 .article:nth-child(n+6) {margin-top: 20px;}
.L_1 .article:nth-child(5n) {margin-right: 0;}
.L_1 .article .thumb {margin-bottom: 10px;height: 150px;}
.L_1 .article .text_box .title {font-size: 16px;line-height: 1.3;}


/* 리스트 L_2 */
.L_2 {position: relative;width: 100%;margin: 0 auto;}
.L_2 .article {position: relative;width: 100%;height: 148px;border: 1px solid #dddddd;padding: 15px;display: flex;justify-content: flex-start;align-items: flex-start;margin-bottom: 20px;}
.L_2 .article:last-child {margin-bottom: 0;}
.L_2 .article .thumb {width: 205px;height:115px;margin-right: 12px;}
.L_2 .article .text_box {position: relative;padding-right: 10px;width: 100%;display: flex;flex-direction: column;justify-content: flex-start;}
.L_2 .article .text_box .title {font-size: 16px;font-weight: bold;-webkit-line-clamp: 1;margin-bottom: 10px;line-height: 1.2;}
.L_2 .article .text_box .desc {display: -webkit-box;-webkit-line-clamp: 3;font-size: 14px;margin-bottom: 10px;line-height: 1.4;}
.L_2 .article .text_box .info {display: flex;align-items: baseline;}
.L_2 .article .text_box .info .media {font-size: 14px;color: #2e7fb8;font-weight: 500;letter-spacing: -0.7px;}
.L_2 .article .text_box .info .media::after {position: relative;content: '|';height: 12px;color: #2e7fb8;margin: 0 2px;}
.L_2 .article .text_box .info .writer {font-size: 14px;color: #2e7fb8;font-weight: 500;margin-right: 20px;letter-spacing: -0.7px;}
.L_2 .article .text_box .info .date {font-size: 13px;}
.L_2 .article .btn_share {width: 17px;}
.L_2 .article .btn_share img {width: 17px;height: auto;}
.L_2 .article .share_wrap {transform: scale(0);position: absolute;display: block;width: 24px;right: 10px;top: 40px;}
.L_2 .article .share_wrap.active {transform: scale(1);} 
.L_2 .article .share_wrap .icon {width: 100%;margin-top: 4px;}
.L_2 .article .share_wrap .icon img {width: 100%;height: auto;}


/* 리스트 L_3 */
.L_3 {position: relative;width: 100%;margin: 0 auto;padding-top: 15px;border-top: 1px solid #000;}
.L_3 .list {width: 100%;display: flex;;flex-wrap: wrap;}
.L_3 .article {margin-right:20px;width: calc((100% - 40px) / 3);margin-bottom: 20px;}
.L_3 .article:nth-child(3n) {margin-right: 0;}
.L_3 .article .thumb {margin-bottom: 5px;height: 128px;}
.L_3 .article .text_box {display: block;}
.L_3 .article .text_box .category {display: block;margin-bottom: 0;}
.L_3 .article .text_box .title {font-size: 16px;margin-bottom: 5px;line-height: 1.3;}


/* 리스트 L_4 */
.L_4 {position: relative;width: 100%;margin: 0 auto;padding-top: 15px;border-top: 1px solid #000;}
.L_4 .list {width: 100%;display: flex;;flex-wrap: wrap;}
.L_4 .article {margin-right:20px;width: calc((100% - 60px) / 4);margin-bottom: 20px;}
.L_4 .article:nth-child(3n) {margin-right: 0;}
.L_4 .article .thumb {margin-bottom: 5px;height: 152px;}
.L_4 .article .text_box {display: block;}
.L_4 .article .text_box .category {display: block;margin-bottom: 0;}
.L_4 .article .text_box .title {font-size: 16px;margin-bottom: 5px;line-height: 1.3;}


/* 인기기사 I_1 */
.I_1 {position: relative;width: 100%;margin: 0 auto;padding-top: 10px;/*border-top: 1px solid #000000;*/}
.I_1 .article {counter-increment: rank_counter;width: 100%;display: flex;justify-content: flex-start;align-items: center;}
.I_1 .article::before {width: 30px;content:counter(rank_counter);font-size: 28px;font-weight: 600;position: relative;}
.I_1 .article .title {font-size: 16px;font-weight: 500;line-height: 1.3;}

.I_1 .article:first-child .thumb {width: 270px;height: 128px;}
.I_1 .article:first-child .text_box {position: absolute;bottom: 0;left: 30px;padding: 10px 6px;background: linear-gradient(to bottom, #0000, rgba(0,0,0,0.7));display: flex;align-items: center;width: calc(100% - 30px);}
.I_1 .article:first-child .title {position: relative;color: #fff;}

.I_1 .article:not(:first-child) {border-bottom: 1px solid #eee;padding: 8px 0;}
/* .I_1 .article:not(:first-child) .text_box {width: calc(100%);} */
.I_1 .article:not(:first-child) .thumb {display: none;}
.I_1 .article:last-child {border: none;padding-bottom: 0;}
/* .newsview .I_1 {border-top:none;} */

/* 인기기사 I_2 */
.I_2 {position: relative;width: 100%;margin: 0 auto;/*border-top: 1px solid #9c8051;*/padding-top: 10px;}
/* .I_2 .box_title .name  {color: #9c8051;} */
.I_2 .article {width: 100%;padding: 10px 0;border-bottom: 1px solid #eee;display: flex;justify-content: flex-start;align-items: center;}
.I_2 .article:first-child {padding-top: 0;}
.I_2 .article:last-child {border: none;padding-bottom: 0;}
.I_2 .article .text_box {}
.I_2 .article .text_box .category {display: block;font-size: 14px;font-weight: 500;color: #666666;}
.I_2 .article .text_box .title {font-size: 16px;font-weight: 500;-webkit-line-clamp: 1;line-height: 1.3;}
/* .I_2 .article .thumb {width: 50px;height: 50px;border-radius: 50%;margin-right: 5px;} */
.I_2 .article .thumb {display: none;}
.I_2 .article .photo {width: 50px;height: 50px;margin-right: 15px;display: flex;align-items: center;justify-content: center;}
.I_2 .article .photo img {width: 100%;height: 100%;border-radius: 50%;}
.I_2 .article .photo .fa-circle-user {color: #aaa;}

/* 인기기사 I_3 */
.I_3 {position: relative;width: 100%;margin: 0 auto;padding-top: 10px;}
.I_3 .article {width: 100%;}
.I_3 .article:first-child {width: 100%;margin-bottom: 10px;}
.I_3 .article:first-child .thumb {width: 100%;height: 167px;margin-bottom: 5px;}
.I_3 .article:first-child > .text_box {margin-bottom: 5px;}
.I_3 .article:first-child > .text_box .title {font-size: 16px;font-weight: 500;line-height: 1.3;margin-bottom: 8px;}
.I_3 .article:first-child > .text_box .desc {display: -webkit-box;line-height: 1.4;}

.I_3 .article .relation {margin-bottom: 20px;align-items: baseline;}
.I_3 .article .relation:first-child {margin-top: 20px;}
.I_3 .article .relation .title {font-size: 16px;font-weight: 600;line-height: 1.3;}

.I_3 .article:not(:first-child) {padding:11px 0;border-top: 1px solid #eee;}
.I_3 .article:not(:first-child) .thumb {display: none;}
.I_3 .article:not(:first-child) .title {font-size: 15px;font-weight: 500;line-height: 1.3;}
.I_3 .article:last-child {padding-bottom: 0;}

/* .I_3 .article > .bottom_wrap {display: flex;}
.I_3 .article:first-child > .bottom_wrap {} */


/* 인기기사 I_4 */
.I_4 {position: relative;width: 100%;margin: 0 auto;/*border-top: 1px solid #000000;*/padding-top: 10px;}
.I_4 .article {counter-increment: rank_counter2;width: 100%;display: flex;justify-content: flex-start;align-items: center;}
.I_4 .article::before {width: 30px;content:counter(rank_counter2);font-size: 28px;font-weight: 600;position: relative;}
.I_4 .article .thumb .play_time {position: absolute;display: flex;align-items: center;font-size: 13px;bottom: 1%;color: #fff;}
.I_4 .article .thumb .play_time::before {margin: 0 3px 0 5px;position: relative;display: inline-block;content: '';background-image: url(../img/icon/arrow.png);background-size: 12px 12px;width: 12px;height: 12px;}

.I_4 .article:first-child .thumb {width: 270px;height: 128px;}
.I_4 .article:first-child .text_box {z-index: 3;position: absolute;bottom: 0;left: 30px;height: 40%;padding: 0 5px;background: linear-gradient(to bottom, #0000, rgba(0,0,0,0.7));display: flex;align-items: center;width: calc(100% - 30px);}
.I_4 .article:first-child .text_box .title {position: relative;font-size: 16px;color: #fff;line-height: 1.3;}

.I_4 .article:not(:first-child) {border-bottom: 1px solid #eee;padding: 10px 0;}
.I_4 .article:not(:first-child) .thumb {width: 110px;height: 52px;margin-left: 5px;}
.I_4 .article:not(:first-child) .text_box {width: 155px;}
.I_4 .article:not(:first-child) .text_box .title {font-size: 16px;font-weight: 500;line-height: 1.3;}
.I_4 .article:last-child {border: none;padding-bottom: 0;}
/* .newsview .I_4 {border-top:none;} */

/* 인기기사 I_5 */
.I_5 {position: relative;width: 100%;margin: 0 auto;}
.I_5 .list {position: relative;width: 100%;}
.I_5 .article {width: 100%;position: relative;}
.I_5 .article .thumb {width: 100%;margin-bottom: 10px;}
.I_5 .article > .text_box .title {font-size: 16px;font-weight: 600;line-height: 1.3;margin-bottom: 8px;}
.I_5 .article > .text_box .desc {display: -webkit-box;line-height: 1.4;margin-bottom: 4px;}
/* .I_5 .article > .bottom_wrap {display: flex;margin-bottom: 15px;} */

.I_5 .article .relation {margin-bottom: 15px;}
.I_5 .article .relation .text_box .title {font-size: 16px;}
.I_5 .article .relation :last-child {margin-bottom: 0;}


/* 인기기사 I_6 */
.I_6 {position: relative;width: 100%;margin: 0 auto;/*border-top: 1px solid #bbbbbb;*/}
.I_6 .article {padding: 20px 0;width: 100%;border-bottom: 1px solid #bbbbbb;}
.I_6 .article:first-child {padding-top: 0;}
.I_6 .article:last-child {border: none;padding-bottom: 0;}
.I_6 .article .thumb {display: none;}
.I_6 .article .text_box {margin-bottom: 5px;}
.I_6 .article .text_box .title {font-size: 16px;font-weight: 600;line-height: 1.3;margin-bottom: 10px;}
.I_6 .article .text_box .desc {display: -webkit-box;-webkit-line-clamp: 3;font-size: 14px;line-height: 1.4;}
/* .I_6 .bottom_wrap {display: flex;} */


/* 주요기사 1단HL1_1 ============================================================================================*/
/* 주요기사1단 HL1_1_A */
.HL1_1_A {position: relative;width: 100%;margin: 0 auto;}
.HL1_1_A .list {width: 100%;}
.HL1_1_A .list .article .thumb {display: none;}
.HL1_1_A .list .article {padding: 10px 0;border-bottom: 1px solid #bbbbbb;display: flex;justify-content: flex-start;align-items: center;}
.HL1_1_A .list .article:first-child {padding-top: 0;align-items: flex-start;}
.HL1_1_A .list .article .title {font-size: 16px;line-height: 1.3;}


/* 주요기사1단 HL1_1_B */
.HL1_1_B {position: relative;width: 100%;margin: 0 auto;}
.HL1_1_B .list {width: 100%;}
.HL1_1_B .list .article {border-bottom: 1px solid #bbbbbb;display: flex;justify-content: flex-start;align-items: center;}
.HL1_1_B .list .article:first-child {flex-direction: column;align-items: flex-start;padding-bottom: 20px;}
.HL1_1_B .list .article:first-child .thumb {width: 100%;height: 160px;margin-bottom: 10px;}
.HL1_1_B .list .article:first-child .title {font-size: 16px;line-height: 1.3;-webkit-line-clamp: 3}
.HL1_1_B .list .article:not(:first-child) {height: 80px;}
.HL1_1_B .list .article:not(:first-child) .thumb {display: none;}
.HL1_1_B .list .article:not(:first-child) .title {font-size: 16px;line-height: 1.3;}


/* 주요기사1단 HL1_1_C */
.HL1_1_C {position: relative;width: 100%;margin: 0 auto;}
.HL1_1_C .list {width: 100%;}
.HL1_1_C .list .article {width: 100%;margin-bottom: 30px;}
.HL1_1_C .list .article:last-child {margin-bottom: 0;}
.HL1_1_C .list .article .thumb {width: 100%;height: 160px;margin-bottom: 10px;}
.HL1_1_C .list .article .text_box {}
.HL1_1_C .list .article .title {font-size: 18px;line-height: 1.3;margin-bottom: 10px;}
.HL1_1_C .list .article .info {width: 100%;display: flex;flex-wrap: wrap;flex-direction: column;justify-content: center;height: 50px;}
.HL1_1_C .list .article .info .photo {width: 50px;height: 50px;margin-right: 15px;}
.HL1_1_C .list .article .info .photo img {width: 100%;height: 100%;border-radius: 50%;}
.HL1_1_C .list .article .info .series {width: calc(100% - 65px);font-size: 15px;color: #1c4bba;font-weight: 500;line-height: 1;margin-bottom: 5px;}
.HL1_1_C .list .article .info .writer {width: calc(100% - 65px);font-size: 15px;color: #222222;font-weight: 500;line-height: 1;}
.HL1_1_C .list .article .info .date {display: none;}
/*============================================================================================ 주요기사1단 HL1_1 */


/* 주요기사1단 HL1_2 ==============================================================================================*/
/* 주요기사1단 HL1_2_A */
.HL1_2_A {position: relative;width: 100%;margin: 0 auto;}
.HL1_2_A .list {width: 100%;}
.HL1_2_A .article {width: 100%;border-bottom: 1px solid #bbbbbb;}
.HL1_2_A .article .title {line-height: 1.4;}

.HL1_2_A .article:first-child {padding-bottom: 20px;}
.HL1_2_A .article:first-child .thumb {margin-bottom: 10px;height: auto;max-height: 180px;}
.HL1_2_A .article:first-child .title {font-size: 18px;font-weight: 500;}

.HL1_2_A .article:not(:first-child) {height: 80px;display: flex;align-items: center;}
.HL1_2_A .article:not(:first-child) .thumb {display: none;}
.HL1_2_A .article:not(:first-child) .title {font-size: 16px;font-weight: 500;}


/* 주요기사1단 HL1_2_B */
.HL1_2_B {position: relative;width: 100%;margin: 0 auto;}
.HL1_2_B .article .title {font-size: 25px;font-weight: 600;}
.HL1_2_B .article button:hover {transform: scale(1.1);}
.HL1_2_B .article .slider_nav {z-index: 5;width: 120px;height: 40px;position: absolute;display: flex;align-items: center;top: 0;right: 0;background-color: #888888;}
.HL1_2_B .article .slider_nav .btn_pause {left: 50px;position: relative;}
.HL1_2_B .article .slider_nav .btn_pause img {width: 11px;height: 16px;}
.HL1_2_B .article .slider_nav .page {color: #eeeeee;font-size: 15px;font-weight: 600;position: relative;left: 35px;}
.HL1_2_B .article .slider_nav .all {margin-left: 5px;}
.HL1_2_B .article .slider_nav .current {margin-right: 5px;}
.HL1_2_B .article .HL1_2_B_slider {position: relative;width: 100%;margin-bottom: 10px;}
.HL1_2_B .article .HL1_2_B_slider .thumb.slide {height: 330px;width: 100%;}
.HL1_2_B .article .HL1_2_B_slider .slick-arrow {position: absolute;top: 12px;z-index: 7;}
.HL1_2_B .article .HL1_2_B_slider .slick-arrow img {width: 7px;}
.HL1_2_B .article .HL1_2_B_slider .slick-arrow.slick-arrow.slick-prev {right: 100px;}
.HL1_2_B .article .HL1_2_B_slider .slick-arrow.slick-arrow.slick-next {right: 10px;}
/* ============================================================================================== 주요기사1단 HL1_2 */


/* 주요기사1단 HL1_3 */
.HL1_3 {position: relative;width: 100%;margin: 0 auto;}
.HL1_3 .list {width: 100%;display: flex;flex-wrap: wrap;justify-content: flex-start;flex-direction: column;height: 485px;}
.HL1_3 .article:first-child {width: 70%;margin-right: 15px;height: 100%}
.HL1_3 .article:first-child .title {font-size: 26px;line-height: 1.2;letter-spacing: -0.7px;}
.HL1_3 .article:first-child .thumb {margin-bottom: 10px;}
.HL1_3 .article:not(:first-child) {width: calc(30% - 20px);border-bottom: 1px solid #bbbbbb;}
.HL1_3 .article:nth-child(2) {max-height: 50%;padding-bottom: 15px;}
.HL1_3 .article:nth-child(2) .thumb {height: auto;max-height: 120px;margin-bottom: 5px;}
.HL1_3 .article:nth-child(2) .title {font-size: 18px;font-weight: 500;-webkit-line-clamp: 3;line-height: 1.3;letter-spacing: -0.3px;}
.HL1_3 .article:nth-child(n+3) {height: 76px;display: flex;align-items: center;}
.HL1_3 .article:nth-child(n+3) .thumb {display: none;}
.HL1_3 .article:nth-child(n+3) .title {font-size: 16px;line-height: 1.3;}


/* 주요기사1단 HL1_4 */
.HL1_4 {position: relative;display: block;width: 100%;margin: 0 auto;}
.HL1_4 .box_title {display: none;}
.HL1_4 .logo_wrap {width: 100%;display: flex;align-items: center;justify-content: center;margin-bottom: 10px;}
.HL1_4 .logo_wrap .logo {width: 90px;height: 90px;margin-bottom: 5px;}
.HL1_4 .logo_wrap .logo img {width: 100%;height: 100%;border-radius: 50%;}
.HL1_4 .logo_wrap .logo .empty {width: 100%;height: 100%;background-color: #2041ad;border-radius: 50%;}
.HL1_4 .logo_wrap .name {text-align: center;font-size: 15px;font-weight: 600;}
.HL1_4 .list {position: relative;width: 100%}
.HL1_4 .list .article {padding: 13px 0;border-bottom: 1px solid #bbbbbb;}
.HL1_4 .list .article:last-child {border: none;padding-bottom: 0;}
.HL1_4 .list .article .thumb {display: none;}
.HL1_4 .list .article .title {-webkit-line-clamp: 2;line-height: 1.3;font-size: 15px;font-weight: 500;max-height: 63px;}


/* 주요기사1단 HL1_5 (= HLS1_1) */
.HL1_5 {position: relative;width: 100%;margin: 0 auto;padding-top: 10px;border-top: 3px solid #000000;}
.HL1_5 .box_title {display: flex;justify-content: space-between;align-items: baseline;width: 100%;}
/* .HL1_5 .box_title .name {font-size: 22px;font-weight: bold;} */
.HL1_5 .list {position: relative;width: 100%;display: flex;justify-content: space-between;}
.HL1_5 .article {overflow: visible;position: relative;padding: 0 10px;border-right: 1px solid #bbbbbb;height: 250px;}
.HL1_5 .article:first-child {padding-left: 0;}
.HL1_5 .article:last-child {padding-right: 0;border-right: none;}
.HL1_5 .article .thumb {height: 150px;margin-bottom: 10px;}
.HL1_5 .article .text_box .title {font-size: 16px;line-height: 1.2;font-weight: 500;-webkit-line-clamp: 3;}


/* 주요기사1단 HL1_6 ==================================================================================================*/
/* 주요기사1단 HL1_6_A */
.HL1_6_A {position: relative;width: 100%;margin: 0 auto;}
.HL1_6_A .list {width: 100%;display: flex;border-top: 1px solid #bbbbbb;padding-top: 20px;}
.HL1_6_A .article {width: 50%;height: 90px;display: flex;}
.HL1_6_A .article:first-child {padding-right: 20px;border-right: 1px solid #bbbbbb;}
.HL1_6_A .article:last-child {padding-left: 20px;}
.HL1_6_A .article .text_box .title {font-size: 15px;font-weight: 600;line-height: 1.3;-webkit-line-clamp: 4;}
.HL1_6_A .article .thumb {margin-right: 15px;width: 150px;}
.HL1_6_A .article .thumb img {width: 100%;}


/* 주요기사1단 HL1_6_B */
.HL1_6_B {position: relative;width: 100%;margin: 0 auto;}
.HL1_6_B .list {width: 100%;padding: 20px 0;border-top: 1px solid #000000;border-bottom: 1px solid #000000;height: 380px;}
.HL1_6_B .article {width: 100%;display: flex;justify-content: flex-start;height: 100%;}
.HL1_6_B .article .text_box {width: 45%;height: 48%;margin-right: 20px;}
.HL1_6_B .article .thumb figcaption {text-align: right;}
.HL1_6_B .article .text_box .title {font-size: 18px;line-height: 1.25;letter-spacing: -0.7px;font-weight: 600;max-height: 45px;}
.HL1_6_B .article .text_box .desc {display: -webkit-box;-webkit-line-clamp: 4;line-height: 1.45;letter-spacing: -0.73px;max-height: 101.5px;}

.HL1_6_B .article:first-child {position: relative;width: 100%;}
.HL1_6_B .article:first-child .text_box {margin-right: 20px;}
.HL1_6_B .article:first-child .text_box .title {margin-bottom: 10px;}
.HL1_6_B .article:first-child .thumb {width: 100%;}

.HL1_6_B .article:last-child {position: absolute;top: 50%;height: 50%;}
.HL1_6_B .article:last-child .thumb {display: none;}



/* 주요기사1단 HL1_6_C */
.HL1_6_C {position: relative;width: 100%;margin: 0 auto;}
.HL1_6_C .list {width: 100%;display: flex;flex-wrap: wrap;/*border-bottom: 1px solid #000000;*/padding-bottom: 20px;}

.HL1_6_C .article:first-child {width:100%;margin-bottom: 25px;/*border-bottom: 1px solid #bbbbbb;*/}
.HL1_6_C .article:first-child .thumb {margin-bottom: 10px;height: 240px;}
.HL1_6_C .article:first-child .title {font-size: 20px;font-weight: 500;line-height: 1.3;}

.HL1_6_C .article:not(:first-child) {width: 50%;}
.HL1_6_C .article:not(:first-child) .thumb {height: 100px;margin-bottom: 5px;}
.HL1_6_C .article:not(:first-child) .title {font-size: 16px;font-weight: 500;line-height: 1.3;-webkit-line-clamp: 5;margin-bottom: 5px;}
.HL1_6_C .article:nth-child(2) {padding-right: 10px;/*border-right: 1px solid #bbbbbb;*/}
.HL1_6_C .article:nth-child(3) {padding-left: 10px;}

/* ================================================================================================== 주요기사1단 HL1_6 */

/* 주요기사1단 HL1_7 == HD1_3 */

/* 주요기사1단 HL1_8 ===================================================================================================*/
/* 주요기사1단 HL1_8_A */
.HL1_8_A {position: relative;width: 100%;margin: 0 auto;padding-top: 20px;border-top: 1px solid #bbbbbb;border-bottom: 1px solid #bbbbbb;}
.HL1_8_A .list {width: 100%;}
.HL1_8_A .article {width: 100%;display: flex;justify-content: space-between;height: 100%;}
.HL1_8_A .article .text_box {width: 38%;height: 48%;margin-right: 20px;}
.HL1_8_A .article .thumb figcaption {text-align: right;}
.HL1_8_A .article .text_box .title {font-size: 17px;line-height: 1.3;letter-spacing: -0.7px;font-weight: 600;max-height: 45px;}

.HL1_8_A .article:first-child {position: relative;}
.HL1_8_A .article:first-child .text_box .title {margin-bottom: 10px;}
.HL1_8_A .article:first-child .text_box .desc {display: -webkit-box;-webkit-line-clamp: 5;line-height: 1.45;letter-spacing: -0.73px;max-height: 101.5px;}
.HL1_8_A .article:first-child .thumb {width: 100%;height: 100%;}


/* 주요기사1단 HL1_8_B */
.HL1_8_B {position: relative;width: 100%;margin: 0 auto;padding-top: 10px;border-bottom: 1px solid #000000;}
.HL1_8_B .list {display: flex;width: 100%;}
.HL1_8_B .article {display: flex;justify-content: flex-start;}
.HL1_8_B .article .thumb figcaption {text-align: right;}
.HL1_8_B .article .title {font-size: 17px;font-weight: 600;line-height: 1.3;}
.HL1_8_B .article .desc {display: -webkit-box;-webkit-line-clamp: 4;line-height: 1.4;}

.HL1_8_B .article:first-child {width: 70%;padding-right: 15px;border-right: 1px solid #bbbbbb;}
.HL1_8_B .article:first-child .thumb {}
.HL1_8_B .article:first-child .text_box {margin-right: 20px;width:80%;}
.HL1_8_B .article:first-child .title {margin-bottom: 10px;}

.HL1_8_B .article:last-child {width: 30%;padding-left: 15px;}
.HL1_8_B .article:last-child .thumb {display: none;}


/* 주요기사1단 HL1_8_C */
.HL1_8_C {position: relative;width: 100%;margin: 0 auto;}
.HL1_8_C .list {width: 100%;display: flex;flex-wrap: wrap;border-bottom: 1px solid #bbbbbb;border-top: 1px solid #bbbbbb;padding: 20px 0;}

.HL1_8_C .article:first-child {width:100%;padding-bottom: 20px;margin-bottom: 20px;border-bottom: 1px solid #bbbbbb;}
.HL1_8_C .article:first-child .thumb {margin-bottom: 10px;height: auto;}
.HL1_8_C .article:first-child .title {font-size: 17px;font-weight: 600;line-height: 1.3;margin-bottom: 10px;}
.HL1_8_C .article:first-child .desc {display: -webkit-box;-webkit-line-clamp: 3;line-height: 1.4;}

.HL1_8_C .article:not(:first-child) {width: 50%;}
.HL1_8_C .article:not(:first-child) .thumb {height: 100px;margin-bottom: 5px;}
.HL1_8_C .article:not(:first-child) .title {font-size: 14px;font-weight: 600;line-height: 1.3;-webkit-line-clamp: 5;margin-bottom: 5px;}
.HL1_8_C .article:nth-child(2) {padding-right: 15px;border-right: 1px solid #bbbbbb;}
.HL1_8_C .article:nth-child(3) {padding-left: 15px;}
/*=================================================================================================== 주요기사1단 HL1_8 */


/* 주요기사 기획시리즈 HLS1_1 (= HL1_5) */
.HLS1_1 {position: relative;width: 100%;margin: 0 auto;padding-top: 10px;border-top: 3px solid #000000;}
.HLS1_1 .box_title {display: flex;justify-content: space-between;align-items: baseline;width: 100%;}
/* .HLS1_1 .box_title .name {font-size: 22px;font-weight: bold;} */
.HLS1_1 .list {position: relative;width: 100%;display: flex;justify-content: space-between;}
.HLS1_1 .article {overflow: visible;position: relative;height: 140px;padding: 0 10px;border-right: 1px solid #dddddd;}/*width: calc((100% - 80px) / 5);margin-right: 20px;*/
.HLS1_1 .article:first-child {padding-left: 0;}
.HLS1_1 .article:last-child {padding-right: 0;border-right: none;}
.HLS1_1 .article .thumb {height: 90px;margin-bottom: 5px;}
.HLS1_1 .article .text_box .title {font-size: 15px;line-height: 1.3;}


/* 주요기사 기획시리즈 HLS1_2 */
.HLS1_2 {position: relative;width: 100%;margin: 0 auto;}
.HLS1_2_slider.slick-slider {display: flex;justify-content: space-between;align-items: center;flex-direction: row;}
.HLS1_2_slider .slick-list {width: 95%;}
.HLS1_2_slider .slick-arrow {width: 5%;position: relative;}
/* .HLS1-2-slider .slick-arrow.slick-prev {}  */
/* .HLS1-2-slider .slick-arrow.slick-next {}  */
.HLS1_2_slider .slide.article {padding: 0 10px;/*width: 130px !important;*/}
.HLS1_2_slider .slide.article .thumb {border-radius: 50%;width: 110px;height: 110px;margin-bottom: 10px;}
.HLS1_2_slider .slide.article .title {text-align: center;font-size: 15px;font-weight: 500;}
.HLS1_2_slider .slide.slick-active:first-child {margin-left: 25px;}
.HLS1_2_slider .slide.slick-active:last-child {margin-right: 25px;}


/* 주요기사 기획시리즈 HLS1_3 */
.HLS1_3 {position: relative;width: 100%;margin: 0 auto;}
.HLS1_3 .list {width: 100%;display: flex;justify-content: space-between;padding: 10px 0;}
.HLS1_3 .article {overflow: visible;position: relative;display: flex;flex-direction: row-reverse;}
.HLS1_3 .article {padding: 0 10px;border-right: 1px solid #bbbbbb;}
.HLS1_3 .article:first-child {padding-left: 0;}
.HLS1_3 .article:last-child {padding-right: 0;border:none;}
.HLS1_3 .article .thumb {height: 66px;width: 90px;}
.HLS1_3 .article .text_box {margin-right: 5px;}
.HLS1_3 .article .text_box .title {font-size: 15px;font-weight: 500;margin-bottom: 10px;line-height: 1.3;}
.HLS1_3 .article .text_box .desc {display: -webkit-box;-webkit-line-clamp: 2;line-height: 1.4;}


/* 주요기사 기획시리즈 HLS1_4  width전체 1200px로 가면 .article width=180px, .thumb height 180px*/
.HLS1_4 {position: relative;width: 100%;margin: 0 auto;}
.HLS1_4 .box_title {width: 100%;display: flex;justify-content: space-between;}
/* .HLS1_4 .box_title .name {font-size: 22px;font-weight: bold;} */
.HLS1_4 .list {width: 100%;padding: 10px 0;display: flex;justify-content: center;}
.HLS1_4 .list::after {content: '';width: 100%;height: 100%;background-color: #0000;position: absolute;top: 0;left:0;opacity: 0.3;}
.HLS1_4 .article {position: relative;width: 185px;margin-right: 25px;z-index: 10;}
.HLS1_4 .article:last-child {margin-right: 0;} 
.HLS1_4 .article .thumb {width: 100%;height: 185px;border-radius: 50%;margin-bottom: 10px;display: flex;justify-content: center;}
.HLS1_4 .article .thumb img {width: 100%;height: 100%;}
.HLS1_4 .article .text_box {height: 63px;display: flex;flex-direction: column;justify-content: space-between;}
.HLS1_4 .article .text_box .title {text-align: center;font-size: 15px;line-height: 1.3;margin-bottom: 10px;font-weight: 400;}
.HLS1_4 .article .text_box .info {display: block;}
.HLS1_4 .article .text_box .info .writer {display: none;}
.HLS1_4 .article .text_box .info .date {display: block;font-size: 13px;text-align: center;line-height: 1;}


/* 주요기사 기획시리즈 HLS1_5 */
.HLS1_5 {position: relative;width: 100%;margin: 0 auto;}
.HLS1_5 .box_title {display: block;}
/* .HLS1_5 .box_title .name {font-size: 22px;letter-spacing: -1.2px;font-weight: bold;} */
.HLS1_5 .list {position: relative;display: flex;justify-content: flex-start;}
.HLS1_5 .article {margin-right: 20px;width: calc((100% - 80px) / 5);height: 280px;background-color: #555555;}
.HLS1_5 .article:last-child {margin-right: 0;}
.HLS1_5 .article .thumb {height: 120px;}
.HLS1_5 .article .text_box {position: absolute;padding: 0 15px;width: 100%;top: 50%;height: 40%;}
.HLS1_5 .article .text_box .new {font-size: 14px;font-weight: bold;color: #ffa200;letter-spacing:-0.5px}
.HLS1_5 .article .text_box .title {color: #fff;font-size: 15px;font-weight: 400;line-height: 1.3;-webkit-line-clamp: 3;letter-spacing: normal;}


/* 주요기사2단 HL2_1 */
.HL2_1 {position: relative;display: block;width: 100%;margin: 0 auto;padding-top:15px;border-top: 1px solid #000000;}
.HL2_1 .box_title a {display: flex;}
.HL2_1 .box_title .name {margin-right: 5px;}
.HL2_1 .list {position: relative;display: block;width: 100%;}
.HL2_1 .list .article {padding: 15px 0;width: 100%;border-bottom: 1px solid #bbbbbb;display: flex;flex-direction: column;justify-content: center;align-items: flex-start;}
.HL2_1 .list .article .title {font-size: 16px;line-height: 1.3;-webkit-line-clamp: 1;}
.HL2_1 .list .article:first-child {padding-top: 0;}
.HL2_1 .list .article:first-child .thumb {width: 355px;height: 182px;margin-bottom: 12px;}
.HL2_1 .list .article:first-child .text_box {}
.HL2_1 .list .article:not(:first-child) {}
.HL2_1 .list .article:not(:first-child) .thumb {display: none;}
.HL2_1 .list .article:last-child {border: none;padding-bottom: 0;}
.HL2_1 .list .article.video .thumb::after {content:'';background-image: url(../img/icon/arrow.png);background-size: 21px 23px;width: 21px;height: 23px;position: absolute;bottom: 15px;left: 15px;display: block;}
.newsview .HL2_1 {border-top: none;padding-top: 0;}


/* 주요기사2단 HL2_2 */
.HL2_2 {position:relative;width: 100%;margin: 0 auto;padding-top: 20px;border-top: 1px solid #bbbbbb;}
.HL2_2 .box_title a {display: flex;}
.HL2_2 .box_title .name {margin-right: 5px;}
.HL2_2 .list {display: flex;justify-content: flex-start;}
.HL2_2 .article {width: 50%;}
.HL2_2 .article:first-child {padding-right: 15px;border-right: 1px solid #aaa;}
.HL2_2 .article:last-child {padding-left: 15px;}
.HL2_2 .article .thumb {display: none;}
.HL2_2 .article .text_box .title {font-size: 16px;font-weight: 500;line-height: 1.3;margin-bottom: 7px;}
.HL2_2 .article .text_box .desc {display: -webkit-box;-webkit-line-clamp: 4;line-height: 1.4;margin-bottom: 5px;}
/* .HL2_2 .article .bottom_wrap {display: flex;} */


/* 주요기사2단 HL2_3 */
.HL2_3 {position:relative;width: 100%;margin: 0 auto;}
.HL2_3 .list {position: relative;width: 100%;display: flex;flex-wrap: wrap;justify-content: space-between;}
.HL2_3 .article {width: calc((100% - 20px) / 2);margin-bottom: 20px;}
.HL2_3 .article:nth-child(3), .HL2_3 .article:last-child {margin-bottom: 0;}
.HL2_3 .article .thumb {margin-bottom: 5px;height: 85px;width: 100%;}
.HL2_3 .article .thumb img {}
.HL2_3 .article .text_box {margin-bottom: 5px;}
.HL2_3 .article .text_box .title {font-size: 15px;font-weight: 500;margin-bottom: 10px;line-height: 1.3;}
.HL2_3 .article .text_box .desc {display:-webkit-box;line-height: 1.4;-webkit-line-clamp: 3;}
/* .HL2_3 .article .bottom_wrap {display: flex;justify-content: flex-end;} */


/* 헤드라인1단 HD1_1 */
.HD1_1 {position: relative;width: 100%;margin: 0 auto;}
.HD1_1 .list {display: flex;flex-wrap: wrap;}
.HD1_1 .article .text_box {background-color: #ebebeb;}
.HD1_1 .article .info {display: flex;align-items: center;}
.HD1_1 .article .info .date {display: none;}
.HD1_1 .article .info .photo {width: 25px;height: 25px;margin-right: 5px;}
.HD1_1 .article .info .photo img {width: 100%;height: 100%;border-radius: 50%;}
.HD1_1 .article .info .writer {font-size: 15px;color: #222222;}
.HD1_1 .article .info .writer::before {content: 'By';font-size: 13px;}

.HD1_1 .article:first-child {width: 100%;display: flex;justify-content: flex-start;margin-bottom: 20px;}
.HD1_1 .article:first-child .thumb {width: 600px;height:100%}
.HD1_1 .article:first-child .text_box {width: calc(100% - 600px);height: 100%;padding: 40px 25px;}
.HD1_1 .article:first-child .text_box .category {display: block;color: #222222;font-size: 16px;}
.HD1_1 .article:first-child .text_box .title {font-size: 22px;font-weight: bold;line-height: 1.3;margin-bottom: 15px;}
.HD1_1 .article:first-child .text_box .desc {display: -webkit-box;-webkit-line-clamp: 4;color: #222222;font-size: 17px;line-height: 1.4;letter-spacing: -0.7px;margin-bottom: 15px;}

.HD1_1 .article:not(:first-child) {margin-right: 20px;width: calc((100% - 40px) / 3);height: 270px;justify-content: space-between;}
.HD1_1 .article:last-child {margin-right: 0;}
.HD1_1 .article:not(:first-child) .thumb {height: 155px;}
.HD1_1 .article:not(:first-child) .text_box {padding: 15px;height: calc(100% - 155px);}
.HD1_1 .article:not(:first-child) .text_box .title {font-size: 16px;line-height: 1.3;font-weight: 600;margin-bottom: 15px;}


/* 헤드라인1단 HD1_2 */
.HD1_2 {position: relative;width: 100%;margin: 0 auto 30px;border-bottom: 1px solid #bbbbbb;}
.HD1_2 .list {width: 100%;height: 600px;display: flex;justify-content: flex-start;flex-wrap: wrap;flex-direction: column;}

.HD1_2 .list .article figcaption {text-align: right;}
.HD1_2 .list .article .desc {display: -webkit-box;}
.HD1_2 .list .article .thumb {margin-bottom: 15px;}
.HD1_2 .list .article .text_box .title {font-size: 24px;line-height: 1.3;margin-bottom: 10px;max-height:62.38px;}
.HD1_2 .list .article .text_box .desc {line-height: 1.4;}

.HD1_2 .list .article:first-child {width: 50%;height: 100%;padding-right: 15px;border-right: 1px solid #bbbbbb;}
.HD1_2 .list .article:first-child .desc {-webkit-line-clamp: 3;}

.HD1_2 .list .article:nth-child(2) {width: 30%;height: 100%;padding: 0 15px;border-right: 1px solid #bbbbbb;}
.HD1_2 .list .article:nth-child(2) .desc {-webkit-line-clamp: 4;}

.HD1_2 .list .article:nth-child(3) {border-bottom: 1px solid #bbbbbb;}
.HD1_2 .list .article:nth-child(n+3) {margin-left: 15px;width: calc(20% - 15px);height: 48%;margin-bottom: 2%;display: flex;flex-direction: column-reverse;align-items: flex-start;justify-content: flex-end;}
.HD1_2 .list .article:nth-child(n+3) .text_box .title {font-size: 17px;-webkit-line-clamp: 3;font-weight: 600;max-height: 44.19px;}
.HD1_2 .list .article:nth-child(n+3) .thumb {width: 80px;height: 80px;float: right;margin: 0;}
.HD1_2 .list .article:nth-child(n+3) .thumb figure img {margin-left: 5px;margin-bottom: 0;height: 100%;}
.HD1_2 .list .article:nth-child(n+3) .desc {float: left;-webkit-line-clamp: 7;}

.HD1_2 .list .article:last-child {margin-bottom: 0;}


/* 헤드라인1단 HD1_3 ========================================================================================================*/
/* 헤드라인1단 HD1_3_A */
.HD1_3_A {position: relative;width: 100%;margin: 0 auto;}
.HD1_3_A .box_title {display: none;}
.HD1_3_A .list {position: relative;width: 100%;height: 260px;display: flex;flex-direction: column;flex-wrap: wrap;justify-content: flex-start;align-items: flex-start;}

.HD1_3_A .article {display: inline-block;position: relative;}
.HD1_3_A .article .title {letter-spacing: -0.7px;}
.HD1_3_A .article:first-child {width: 65%;height: 100%;margin-left: 20px;order: 3;}
.HD1_3_A .article:first-child .thumb {width: 100%;height: 100%;display: block;}
.HD1_3_A .article:first-child .text_box {position: absolute;bottom: 0;right: 0;padding: 10px;width:100%;background: linear-gradient(to bottom, #0000,  rgba(0,0,0,0.8));height: 150px;}
.HD1_3_A .article:first-child .text_box .title {font-size: 26px;color: #fff;line-height: 1.3;text-shadow: 1px 1px 5px #000;position: absolute; bottom: 10px;}
.HD1_3_A .article:not(:first-child) {width: calc(35% - 20px);height: 49%;}
.HD1_3_A .article:not(:first-child) .thumb {display: none;} 
.HD1_3_A .article:not(:first-child) .title {font-size: 20px;line-height: 1.3;font-weight: 600;margin-bottom: 10px;}
.HD1_3_A .article:not(:first-child) .desc {display: -webkit-box;-webkit-line-clamp: 2;line-height: 1.4;} 
.HD1_3_A .article:nth-of-type(2){padding-bottom: 20px;border-bottom: 1px solid #bbb;}
.HD1_3_A .article:nth-of-type(3){padding-top: 20px;}


/* 헤드라인1단 HD1_3_B */
.HD1_3_B {position: relative;width: 100%;margin: 0 auto;padding-top: 20px;border-top: 1px solid #bbbbbb;}
.HD1_3_B .box_title {display: none;}
.HD1_3_B .list {display: flex;}
.HD1_3_B .article {width: calc(100% / 2);padding: 0 15px;border-right: 1px solid #bbbbbb;}
.HD1_3_B .article:first-child {padding-left: 0;}
.HD1_3_B .article:last-child {padding-right: 0;border: none;}
.HD1_3_B .article .thumb {display: none;}
.HD1_3_B .article .text_box .title {font-size: 18px;font-weight: 600;-webkit-line-clamp: 3;line-height: 1.3;max-height: 70.2px;}


/* 헤드라인1단 HD1_3_C */
.HD1_3_C {position: relative;width: 100%;margin: 0 auto;}
/* .HD1_3_C .box_title .name  {font-size: 16px;font-weight: bold;} */
.HD1_3_C .article {width: 100%;padding: 8px 0;border-bottom: 1px solid #bbbbbb;display: flex;justify-content: flex-start;justify-content: space-between;align-items: center;}
.HD1_3_C .article:first-child {padding-top: 0;}
.HD1_3_C .article:last-child {border: none;padding-bottom: 0;}
.HD1_3_C .article .text_box {}
.HD1_3_C .article .text_box .category {display: block;font-size: 14px;font-weight: 500;color: #666666;}
.HD1_3_C .article .text_box .title {font-size: 16px;font-weight: 500;-webkit-line-clamp: 2;line-height: 1.3;}
/* .HD1_3_C .article .thumb {width: 50px;height: 50px;border-radius: 50%;margin-left: 3px;} */
.HD1_3_C .article .thumb {display: none;}
.HD1_3_C .article .photo {width: 50px;height: 50px;margin-left: 5px;display: flex;align-items: center;justify-content: center;}
.HD1_3_C .article .photo img {width: 100%;height: 100%;border-radius: 50%;}
.HD1_3_C .article .photo .fa-circle-user {color: #aaa;}

/* ======================================================================================================== 헤드라인1단 HD1_3 */


/* 헤드라인1단 HD1_4 ==========================================================================================================*/
/* 헤드라인1단 HD1_4_A  */
.HD1_4_A {position: relative;width: 100%;margin: 0 auto;}
.HD1_4_A .article {width: 100%;margin-bottom: 20px;}
.HD1_4_A .article:last-child {margin-bottom: 0;}
.HD1_4_A .article .thumb {display: none;}

.HD1_4_A .article:first-child {}
.HD1_4_A .article:first-child > .text_box .category {display: block;color: #cd0000;font-size: 14px;font-weight: 600;margin-bottom: 5px;}
.HD1_4_A .article:first-child > .text_box .title {font-size: 20px;font-weight: 600;line-height: 1.3;}

.HD1_4_A .article .relation {margin-top: 15px;}
.HD1_4_A .article .relation .title {-webkit-line-clamp: 1;font-size: 15px;margin-bottom: 2px;}
.HD1_4_A .article .relation .desc {display: -webkit-box;-webkit-line-clamp: 3;font-size: 14px;line-height: 1.35;}

.HD1_4_A .article:last-child {padding-top: 15px;border-top: 1px solid #bbbbbb;}
.HD1_4_A .article:last-child .title {font-size: 17px;font-weight: 600;line-height: 1.3;}


/* 헤드라인1단 HD1_4_B  */
.HD1_4_B {position: relative;width: 100%;margin: 0 auto;}
.HD1_4_B .list {height: 360px;width: 100%;position: relative;display: flex;justify-content: flex-start;flex-wrap: wrap;flex-direction: column;}

.HD1_4_B .article:first-child {width: 60%;height: auto;margin-right: 20px;} 
.HD1_4_B .article:first-child .thumb {width: 100%;}
.HD1_4_B .article:first-child .text_box {position: absolute;top: 50%;height: 50%;padding: 13% 20px 0;background: linear-gradient(to bottom, #0000, rgba(0,0,0,0.7));}
.HD1_4_B .article:first-child .text_box .title {font-size: 26px;color: #fff;}

.HD1_4_B .article:not(:first-child) {border-bottom: 1px solid #bbbbbb;width: calc(40% - 20px);padding:20px 0; display: flex;align-items: center;flex-direction: column;}
.HD1_4_B .article:not(:first-child) .thumb {display: none;}
.HD1_4_B .article:not(:first-child) .title {-webkit-line-clamp: 1;font-size: 17px;font-weight: 600;margin-bottom: 10px;}
.HD1_4_B .article:not(:first-child) .desc {display: -webkit-box;-webkit-line-clamp: 3;line-height: 1.35;font-size: 14px;}

.HD1_4_B .article:nth-child(2) {padding-top: 0;}
.HD1_4_B .article:last-child {border: none;padding-bottom: 0;}
/*========================================================================================================== 헤드라인1단 HD1_4 */


/* 헤드라인1단 HD1_5 ===========================================================================================================*/
/* 헤드라인1단 HD1_5_A */
.HD1_5_A {position: relative;width: 100%;margin: 0 auto;}
/* .HD1_5_A .box_title .name {color: #cd0000;font-size: 15px;font-weight: 600;} */
.HD1_5_A .list {display: block;}

.HD1_5_A .article {width: 100%;margin-right: 20px;padding: 25px 0;border-bottom: 1px solid #bbbbbb;}
.HD1_5_A .article .thumb {display: none;}
.HD1_5_A .article .title {font-size: 17px;font-weight: 600;line-height: 1.3;margin-bottom: 10px;}
.HD1_5_A .article .desc {display: -webkit-box;-webkit-line-clamp: 4;line-height: 1.4;}

.HD1_5_A .article:first-child {padding-top: 0;}
.HD1_5_A .article:first-child .thumb {width: 100%;}
.HD1_5_A .article:first-child .thumb figure {}
.HD1_5_A .article:first-child .title {font-size: 20px;}

.HD1_5_A .article:last-child {padding-bottom: 0;border:none;}


/* 헤드라인1단 HD1_5_B */
.HD1_5_B {position: relative;width: 100%;margin: 0 auto;}
.HD1_5_B .article {width: 100%;padding: 0 20px;border-left: 1px solid #bbbbbb;border-right: 1px solid #bbbbbb;}
.HD1_5_B .article .thumb {margin-bottom: 10px;}
.HD1_5_B .article .thumb img {height: 320px;}
.HD1_5_B .article figcaption {text-align: right;}
.HD1_5_B .article .title {font-size: 22px;font-weight: 600;margin-bottom: 15px;line-height: 1.35;}
.HD1_5_B .article .desc {display: -webkit-box;-webkit-line-clamp: 3;line-height: 1.4;}


/* 헤드라인1단 HD1_5_C */
.HD1_5_C {position: relative;width: 100%;margin: 0 auto;}
.HD1_5_C .list {}
.HD1_5_C .article {padding: 12px 0;border-bottom: 1px solid #eeeeee;}
.HD1_5_C .article:first-child {padding-top: 0;}
.HD1_5_C .article .thumb {display: none;}
.HD1_5_C .article .title {-webkit-line-clamp: 1;;font-size: 16px;font-weight: normal;line-height: 1.3;}
/*=========================================================================================================== 헤드라인1단 HD1_5 */


/* 헤드라인2단 HD2_1 */
.HD2_1 {position: relative;width: 100%;margin: 0 auto;}
.HD2_1 .list {position: relative;width: 100%;display: flex;flex-wrap: wrap;justify-content: space-between;}
.HD2_1 .article .desc {display:-webkit-box;line-height: 1.4;}
.HD2_1 .article .title {line-height: 1.3;}
/* .HD2_1 .article .bottom_wrap {display: flex;} */

.HD2_1 .article:first-child {width: 100%;font-size: 14px;margin-bottom: 40px;}
.HD2_1 .article:first-child .thumb {margin-bottom: 10px;}
.HD2_1 .article:first-child .thumb img {height: 385px;}
.HD2_1 .article:first-child .text_box {margin-bottom: 5px;}
.HD2_1 .article:first-child .text_box .title {font-size: 28px;font-weight: 500;margin-bottom: 10px;}
.HD2_1 .article:first-child .text_box .desc {-webkit-line-clamp: 2;}
/* .HD2_1 .article:first-child .bottom_wrap {justify-content: center;}
.HD2_1 .article:first-child .bottom_wrap .comment {margin-right: 20px;}
.HD2_1 .article:first-child .bottom_wrap .upload_time {margin-right: 20px;} */

.HD2_1 .article:not(:first-child) {width: calc((100% - 30px) / 2);}
.HD2_1 .article:not(:first-child) .thumb {margin-bottom: 5px;height: 182px;}
.HD2_1 .article:not(:first-child) .text_box {margin-bottom: 5px;}
.HD2_1 .article:not(:first-child) .text_box .title {font-size: 17px;font-weight: 600;margin-bottom: 10px;line-height: 1.3;}
.HD2_1 .article:not(:first-child) .text_box .desc {-webkit-line-clamp: 5;}
/* .HD2_1 .article:not(:first-child) .bottom_wrap {justify-content: flex-end;}
.HD2_1 .article:not(:first-child) .bottom_wrap .upload_time {display: none;} */


/* 헤드라인2단 HD2_2 */
.HD2_2 {position: relative;width: 100%;margin: 0 auto;border-top: 1px solid#000000;padding-top: 20px;}
.HD2_2 .box_title .name {/*font-size: 22px;font-weight: bold;*/margin-right: 5px;}
.HD2_2 nav {position: relative;width: 100%;display: flex;}
.HD2_2 nav .article {width: calc((100% - 4px) / 3);margin-right: 2px;}
.HD2_2 nav .article .thumb {width: 100%;height: 315px;}
.HD2_2 nav .article:last-child {margin-right: 0}
.HD2_2 nav .article .title_wrap {position: relative;}
.HD2_2 nav .article .title_wrap .time {font-size: 12px;margin-bottom: 10px;}
.HD2_2 nav .article .title_wrap .title {height: 75px;font-size: 14px;-webkit-line-clamp: 4;font-weight: 400;padding-right: 20px;line-height: 1.4;}
.HD2_2 nav .article .title:last-child {margin-right: 0;}
.HD2_2 nav .title_wrap::after {content: '';width: 100%;height: 5px;background-color: #bbbbbb;position: relative;display: block;bottom: 0;}
.HD2_2 nav .title_wrap.active .title {font-weight: 500;}
.HD2_2 nav .title_wrap.active::after {background-color: #000000;}
.HD2_2 .list {margin-bottom: 15px;}
.HD2_2 .list .article {width: 100%;}
.HD2_2 .list .article {width: 100%;position:relative;display: none;}
.HD2_2 .list .article.active {display: block;}


/* 헤드라인2단 HD2_3 */
.HD2_3 {position: relative;width: 100%;margin: 0 auto;border-top: 1px solid#000000;padding-top: 20px;}
.HD2_3 .box_title .name {/*font-size: 22px;font-weight: bold;*/margin-right: 5px;}
.HD2_3 .article {margin-bottom: 10px;}
.HD2_3 .article .thumb {width: 100%;margin-bottom: 15px;}
.HD2_3 .article > .text_box {margin-bottom: 5px;}
.HD2_3 .article > .text_box .title {font-size: 18px;font-weight: 500;line-height: 1.3;margin-bottom: 5px;}
.HD2_3 .article > .text_box .desc {display: -webkit-box;line-height: 1.4;}
/* .HD2_3 .article > .bottom_wrap {display: flex;margin-bottom: 10px;} */
.HD2_3 .article .relation {margin-bottom: 5px;}
.HD2_3 .article .relation .thumb {display: none;}
.HD2_3 .article .relation .text_box .title {font-size: 14px;-webkit-line-clamp: 1;}
.HD2_3 .article:last-child {margin-bottom: 0;}


/* issue */
.box.issue {position: relative;width: 830px;height: 52px;margin-bottom: 30px;padding: 8px 12px 0;background: url(/img/background/issue_back.png) no-repeat;display: flex;justify-content: flex-start;align-items: center;}
.issue .box_title {margin-bottom: 0;margin-right: 20px;position: relative;background-color: #bf0000;display: inline-block;padding: 6px 13px;border-radius: 6px;}
.issue .box_title .name {color: #fff;font-size: 16px;font-weight: bold;}
#issue_slider {position: relative;}
#issue_slider .article .thumb {display: none;}
#issue_slider .article .text_box .title {-webkit-line-clamp: 1;color: #fff;font-size: 16px;font-weight: 500;line-height: 1;letter-spacing: -0.6px;}



/* newsview ============================================================================================================= */
.newsview {position: relative;}

/* title_wrap */
/* .din_newsview_title {margin-top: -15px;}
.din_newsview_title .banner {margin-bottom: 0;}
.din_newsview_title .banner li {margin: 20px auto;} */
#title_wrap {position: relative;}
#title_wrap .title {text-align: left;font-size: 32px;word-break: keep-all;font-weight: 600;margin-bottom: 15px;line-height: 1.4;}
#title_wrap .category {margin-bottom: 10px;}
#title_wrap .category a {font-size: 14px;color: #7f7f7f;line-height: 1;}
#title_wrap .category a::after {content: ">";margin: 0 10px;}
#title_wrap .category a:last-child:after {content: none;}
#title_wrap .info {position: relative;display: flex;align-items: center;}
#title_wrap .info,
#title_wrap .info a
/* ,#title_wrap .info span*/ {font-size: 14px;color: #8e8e8e;position: relative;}
/* #title_wrap .info i {margin-right: 5px;} */
#title_wrap .info > * {margin-right: 15px;}
#title_wrap .info > *::after {content: "|";position: absolute;top: 2px;right: -9px;font-size: 11px;}
#title_wrap .info > *:last-child:after {content: none;}


/* share_area */
.share_area {position: relative;top: -23px;padding-right: 20px;}
.share_area .share_list{position: relative;display: flex;justify-content: flex-end;align-items: center;}
.share_area .share_list .icon {width: 25px;margin-right: 15px;display: flex;align-items: center;}
.share_area .share_list .icon:last-child {margin-right: 0;}
.share_area .share_list .icon img {width: 100%;height: auto;opacity: 0.8;}

/* body_wrap */
#body_wrap {margin-bottom:50px;}
#body_wrap .sub_title {border-left: 2px solid #aaa;padding-left: 10px;font-size: 18px;font-weight: 600;margin-bottom: 20px;}
#body_wrap .content {font-size: 17px;line-height: 1.6;text-align: justify;color: #555;letter-spacing: -0.5px;font-weight: 400;overflow: hidden;}
#body_wrap .content figure {/*margin-top:20px;*/margin-bottom:20px; display: inline-table;width: 100%;}
#body_wrap .content figure iframe{width: 100%;}
#body_wrap .content figure figcaption {padding: 5px;line-height: 1.5em;font-size: 14px;color: #aaaaaa;display: table-caption;caption-side: bottom;text-align: left;}
#body_wrap .content figure figcaption:empty{display:none;}
#body_wrap .content blockquote{margin: 0 0 17px 0;padding: 17px;border: 1px solid #aaaaaa;border-top: 2px solid #aaaaaa;font-size: 16px;}
#body_wrap .content .align-left{float: left;margin-left:0;margin-right:20px;}
#body_wrap .content .align-right{float: right;margin-right:0;margin-left:20px;}
#body_wrap .content .align-center{display: table;margin-left: auto;margin-right: auto; text-align: center;width: 100%;}
#body_wrap .copyright {margin-top: 30px;font-size: 15px;color: #8b8b8b;}


/* reporter_news */
.newsview .reporter_news {border: 1px solid #cccccc;padding: 30px;margin-bottom: 20px;}
.newsview .reporter_news .reporter_info .thumb {display: flex;align-items: center;justify-content: center;float: left;width: 90px;height: 90px;overflow: hidden;margin-right: 25px;}
.newsview .reporter_news .reporter_info .thumb img {width: 100%;height: 100%;border-radius: 50%;}
.newsview .reporter_news .reporter_info .thumb .fa-circle-user {color: #aaa;}
.newsview .reporter_news .reporter_info .info {margin-bottom: px;position: relative;}
.newsview .reporter_news .reporter_info .info .name {font-weight: 600;font-size: 18px;margin-right: 20px;}
.newsview .reporter_news .reporter_info .info .email {color: #666666;}
/* .newsview .reporter_news .reporter_info .info::after {margin-left: 15px;content: url('/image/more_plus.png');position: absolute;top: 3px;} */
.newsview .reporter_news .list {position: relative;}
.newsview .reporter_news .article {width: auto;}
.newsview .reporter_news .thumb {display: none;}
.newsview .reporter_news .title {font-weight: 400;color: #666666;font-size: 16px;-webkit-line-clamp: 1;max-height: 23px;}
.newsview .reporter_news .title:before {content: "·";padding-right: 5px;}


/* relation_news */
.newsview .relation_news {margin-bottom: 15px !important;}
.newsview .relation_news h3 {font-size: 18px;text-align: left;margin-bottom: 10px;}
.newsview .relation_news .article {position: relative;display: flex;align-items: center;margin-bottom: 15px;padding-left:15px;}
.newsview .relation_news .article i {display: flex;align-items: center;margin-right: 3px;}
.newsview .relation_news .article .title {font-size: 16px;font-weight: 400;-webkit-line-clamp: 1;max-height: 44px;line-height: 1;}
.newsview .relation_news .article .date {color: #777;font-size: 14px;margin-left: 10px;min-width: 120px;line-height: 1;}


/* comment_area */
.comment_area {/*border-top: 1px solid #cccccc;padding-top: 30px;*/overflow: hidden !important;}
.comment_area .box_title {margin-bottom: 20px;}
.comment_area .box_title .name {font-size: 24px;color: #222222;margin-right: 10px;}
.comment_area .box_title .count {font-size: 18px;color: #666666;}
.comment_area .box_title .btn_login {margin-left: 10px;}
.comment_area .input {border: 1px solid #cccccc;margin-bottom: 30px;}
.comment_area .input .comment_input {font-size: 16px;color: #666666;padding: 10px;width: calc(100% - 20px);border: 0;border-bottom: 1px solid #f2f2f2;resize: none;}
.comment_area .input .comment_input::placeholder {font-size: 16px;color: #999999;font-family: 'Noto Sans KR';}
.comment_area .input .button_wrap {height: 40px;position: relative;margin-top: -5px;}
.comment_area .input .button_wrap .info {font-size: 14px;color: #999999;line-height: 40px;margin-left: 20px;}
.comment_area .input .button_wrap .length {font-size: 14px;color: #999999;position: absolute;right: 100px;top: 8px;}
.comment_area .input .button_wrap .length .comment_length {}
.comment_area .input .button_wrap button {background-color: #2041ad;width: 80px;height: 42px;color: #ffffff;font-size: 16px;position: absolute;top: -1px;right: 0;cursor: pointer;}
.comment_area .sort {}
.comment_area .sort .item {font-size: 16px;color: #222222;margin-right: 10px;cursor: pointer;}
.comment_area .sort .item.active {color: #1e92e5;text-decoration: underline;}
.comment_area .list {}
.comment_area .list .item {border-top: 1px solid #cccccc;padding-top: 20px;margin-top: 20px;position: relative;}
.comment_area .list .item .thumb {width: 80px;height: 80px;float: left;position: absolute;top: 20px;left: 0;}
.comment_area .list .item .text_box {margin-left: 110px;}
.comment_area .list .item .title {margin-bottom: 20px;}
.comment_area .list .item .title .name {font-size: 18px;color: #2f6d3e;font-weight: 600;margin-right: 20px;}
.comment_area .list .item .title .date {font-size: 16px;color: #999999;}
.comment_area .list .item .title .more {position: relative;float: right;}
.comment_area .list .item .title .more .open {width: 30px;height: 30px;background-image: url('/image/comment_more.png');background-position: center;background-repeat: no-repeat;cursor: pointer;background-color: #ffffff;}
.comment_area .list .item .title .more .more_menu {display: none;z-index: 2;position: absolute;top: 30px; right: 0;width: 54px;background-color: #ffffff;border: 1px solid #cccccc;padding: 8px;}
.comment_area .list .item .title .more .more_menu .more_item {cursor: pointer;background-color: #ffffff;}
.comment_area .list .item .comment {font-size: 16px;color: #666666;}
.comment_area .list .item .like {text-align: right;}
.comment_area .list .item .like .up {cursor: pointer;font-size: 16px;color: #f21a3d;position: relative;margin-right: 20px;}
.comment_area .list .item .like .down {cursor: pointer;font-size: 16px;color: #4867aa;position: relative;}
.comment_area .list .item .like i {margin-right: 5px;}
.comment_area .btn_social_login {margin-left: 10px;}
.comment_area .btn_social_login img {height: 30px;}


/* 회사소개=================================================================================================================================================== */
/* back */
.back {position:absolute;width:100%;height:3000px;background-image:url("/img/background/company_back.png");background-size:auto 100%;background-repeat:no-repeat;opacity:0.7;left:200px;top:-80px;}

/* photo_wrap */
.photo_wrap {position:relative;display:flex;margin: 0 auto;width:1070px;background-color:#000;padding-bottom:0;}
/* .photo_wrap::after {content:'';background: linear-gradient(to top, #0000, rgba(0,0,0,0.7));width:100%;height:70%;z-index:3;position:absolute;display:block;top:0;left:0} */
.photo_wrap > img {width: calc(100% / 3);height:450px;}
.photo_wrap .logo_wrap {}
.photo_wrap .logo_wrap > img {width:100%;height:auto;}
.photo_wrap .logo_wrap .logo {display:flex;justify-content:center;width:100%;padding: 20px 0;}
.photo_wrap .logo_wrap .logo > img {width:300px;}


/* intro */
.intro {position:relative;width:1070px;margin:0 auto;padding: 0 60px 100px;}
.intro .box_title::before {position:absolute;content:'';display:block;width:10px;height:100%;background-color:#275aa7;left:-25px;}
.intro .box_title {height:90px;align-items:flex-end;margin-bottom:30px;}
.intro .box_title .name {font-size: 30px;color:#536e80;font-weight:500;}
.intro p {font-size:18px;letter-spacing:-0.5px;margin-bottom:30px;line-height:1.4;}
.intro .ceo {color:#223847;font-size:19px;font-weight:500;}


/* history */
.history {position:relative;width:1070px;margin:0 auto;padding: 0 60px 100px;}
.history .box_title::before {position:absolute;content:'';display:block;width:10px;height:100%;background-color:#4e6f47;left:-25px;}
.history .box_title {height:90px;align-items:flex-end;margin-bottom:30px;}
.history .box_title .name {font-size: 30px;color:#218b0b;font-weight:500;}
.history ul li {font-size:18px;margin-bottom:8px;line-height:1.3;}
.history ul li:last-child {margin-bottom:0;}


/* channel_guide */
.channel_guide {position:relative;width:1070px;margin:0 auto;padding: 0 60px 30px;}
.channel_guide .box_title::before {position:absolute;content:'';display:block;width:10px;height:100%;background-color:#222;left:-25px;}
.channel_guide .box_title {height:90px;align-items:flex-end;margin-bottom:40px;}
.channel_guide .box_title .name {font-size: 30px;font-weight:500;}
.channel_guide .list {display:flex;flex-wrap: wrap;align-items: center;}
.channel_guide .list .wrap {width:190px;margin-right: 47px;margin-bottom: 20px;}
.channel_guide .list .wrap img {width:100%;margin-bottom:15px;}
.channel_guide .list .wrap .channel {font-size:28px;font-weight:500;text-align:center;line-height:1;}
/* =================================================================================================================================================== 회사소개 */


/* regulation */
.regulation {position:relative;width:1070px;margin:0 auto;padding: 0 60px 100px;}
.regulation .box_title::before {position:absolute;content:'';display:block;width:10px;height:100%;background-color:#275aa7;left:-25px;}
.regulation .box_title {height:90px;align-items:flex-end;margin-bottom:30px;}
.regulation .box_title .name {font-size: 30px;color:#536e80;font-weight:500;}
.regulation .wrap {position:relative;width:100%;margin-bottom:30px;}
.regulation .wrap .text {font-size:13px;}
.regulation .wrap .gray_box {font-size:18px;color:#fff;font-weight:500;background-color:#536e80;text-align:center;padding:20px 0;}
.regulation .list section {position:relative;width:100%;margin-bottom:30px;}
.regulation .list section:last-child {margin-bottom: 0;}
.regulation .list section .title {font-size:17px;font-weight:bold;color:#536e80;line-height:1;margin-bottom:10px;}
.regulation .list section p {font-size:14px;line-height:1.6;}
.regulation .list section p + ol {margin-top:10px;}
.regulation .list section .main {position:relative;display:block;padding-left:10px;}
.regulation .list section .main li {counter-increment: main_counter;font-size:14px;line-height:1.4;display:flex;align-items:flex-start;margin-bottom:6px;}
.regulation .list section .main li::before {content:counter(main_counter)'.';font-size: 15px;font-weight: normal;position: relative;margin-right:3px;display:block;}
.regulation .list section .main li:last-child {margin-bottom:0;}
.regulation .list section .sub {position:relative;display:block;padding-left:20px;margin-bottom:15px;}
.regulation .list section .sub li {counter-increment: sub_counter;font-size:14px;line-height:1.4;display:flex;align-items:flex-start;margin-bottom:5px;}
.regulation .list section .sub li::before {content:counter(sub_counter)'.';font-size: 15px;font-weight: normal;position: relative;margin-right:3px;display:block;}
.regulation .list section .sub li:last-child {margin-bottom:0;}
.regulation .list section .manager {position:relative;margin-bottom:20px;}
.regulation .list section .manager h3 {font-size:16px;font-weight:500;margin-bottom:5px;}
.regulation .list section .manager dl {display:flex;font-size:14px;font-weight:normal;line-height:1.1;margin-bottom:3px;}
.regulation .list section .manager dt {margin-right:3px;}
.regulation .list section .manager dl {display:flex;}


/* program */
.program_back {background-image:url("/img/background/program_back.png");background-size: 100% 100%;background-repeat:no-repeat;margin-bottom:0}
.program {position:relative;width:1070px; margin:0 auto;padding: 50px 20px;}
.program .box_title {margin-bottom:30px;}
.program .box_title .name {font-size: 30px;font-weight:500;}
.program .article .thumb {width:100%; height:auto;margin-bottom: 50px;}
.program .article .text_box dl {border-bottom: 1px solid #bbb;padding-bottom:5px;margin-bottom:25px;}
.program .article .text_box dl dt {font-size: 22px; font-weight: 500;margin-bottom: 8px; }
.program .article .text_box dl dd {font-size: 16px;font-weight:normal;letter-spacing: -0.1px}

/* 광고문의 ====================================================================================================================================================== */
/* 광고 공통 ad */
.ad {width: 100%;position: relative;padding: 0 60px;}
.ad .box_title .name {font-size: 30px;color: #536e80;font-weight: 500;}

/* 광고문의 ad_inquiry */
.ad_inquiry {width: 100%;position: relative;border-bottom: 1px solid #6d6d6d;padding-bottom: 50px;}
.ad_inquiry .subtitle_wrap {width: 100%;position: relative;display: flex;align-items: flex-end;color: #6d6d6d;}
.ad_inquiry .subtitle_wrap .subtitle {font-size: 20px;font-weight: bold;line-height: 1.2;margin-right: 5px;}
.ad_inquiry .subtitle_wrap .desc {font-size: 18px;font-weight: normal;line-height: 1.2;font-weight: 500;}
.ad_inquiry .table_wrap {color: #6d6d6d;width: 100%;}
.ad_inquiry .table_wrap caption {white-space: nowrap;font-size: 16px;text-align: -webkit-right;}
.ad_inquiry .table_wrap table {width: 100%;border-collapse: collapse;margin-bottom: 20px;}
.ad_inquiry .table_wrap table th {border-top: 4px solid #6d6d6d;border-bottom: 1px solid #bbb;border-right: 1px solid #bbb;font-size: 20px;padding: 12px 0;}
.ad_inquiry .table_wrap table th:last-child {border-right: 0;}
.ad_inquiry .table_wrap table td {border-bottom: 1px solid #bbb;border-right: 1px solid #bbb;font-size: 16px;padding: 6px 25px;font-weight: 500;color: #777;}
.ad_inquiry .table_wrap table td:last-child {border-right: 0;}
.ad_inquiry .table_wrap table tbody tr td:nth-child(4) {text-align: center;}
.ad_inquiry .table_wrap .manager {font-size: 18px;font-weight: 500;}

/* 광고종류 및 예시 ad_example */
.ad_example {width: 100%;position: relative;padding-top: 50px;padding-bottom: 50px;}
.ad_example table {color: #6d6d6d;width: 100%;border-collapse: collapse;}
.ad_example table th {border-top: 4px solid #6d6d6d;border-bottom: 1px solid #bbb;border-right: 1px solid #bbb;font-size: 20px;padding: 12px 0;}
.ad_example table th:last-child {border-right: 0;}
.ad_example table td {border-bottom: 1px solid #bbb;border-right: 1px solid #bbb;font-size: 18px;padding: 15px 0;font-weight: 500;color: #666;text-align: center;}
.ad_example table td:last-child {border-right: 0;}
.ad_example table td img {width: 200px;height: 145px;}
.gray_blue {background-color: #d1dce274;}
.gray_green {background-color: #dae2d17e;}

/* ====================================================================================================================================================== 광고문의 */
