@charset "UTF-8";
@media all and (max-width: 1820px) {
  #header .cell {
    position: relative;
    left: unset;
    margin-left: 10px;
  }
}
@media all and (max-width: 1200px) {
  /* 세로정렬 */
  .__mainNews > a {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  /* 숨기기 */
  .__subNews,
  .h-line14,
  .w-line,
  .w-line1,
  .pc-ad {
    display: none;
  }
  /* 보이기 */
  .m_show {
    display: block !important;
  }
  #header .nav {
    display: none;
  }
  #header .header-inner {
    padding: 0 30px;
  }
  #header .cell {
    display: none;
  }
  .aside-gnb .allService .menu li .depth1 {
    font-size: 16px;
  }
  .aside-gnb .allService .menu li .depth2-box li.all {
    display: block;
  }
  .aside-gnb .allService .menu li .depth2-box li a {
    font-size: 15px;
  }
  .copy-area {
    flex-direction: column;
    margin: 0 auto;
  }
  .copy-area .f-logo {
    display: none;
  }
  /* 메인 페이지 */
  #content {
    padding: 40px 0;
  }
  #content .section-inner {
    padding: 0 30px;
    row-gap: 30px;
  }
  .__body {
    width: unset;
  }
  .__body .__topArea {
    border-bottom: 1px solid #DEDEDE;
  }
  .__body .__topArea .label {
    display: inline-block;
    padding: 7px 12px;
    margin-bottom: 10px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    border-radius: 25px;
    border: 1px solid #2e7061;
  }
  .__body .__topArea .label a {
    font-size: 14px;
  }
  .__body .__topArea .arrow {
    padding: 0;
  }
  .__body .__topArea .arrow::before {
    font-size: 11px;
  }
  .__body .__topArea .headerTitle .__shareArea {
    flex-direction: row;
  }
  .__body .__topArea .headerTitle .__shareArea > a {
    height: 30px;
    line-height: 30px;
    width: 30px;
  }
  .__body .__topArea .headerTitle .__shareArea > a img {
    height: 16px !important;
  }
  .__body .__topArea .headerTitle .__shareArea a ~ a {
    border-top: 0;
    border-left: 1px solid #DEDEDE;
  }
  .__body .__contentsArea .__contents {
    row-gap: 15px;
  }
  .__body .__contentsArea .article-text {
    font-size: 16px;
  }
  .__body .__contentsArea .textSizeControl {
    display: inline-flex;
  }
  .topNews .main-tit {
    margin-top: 15px;
  }
  .topNews figure {
    width: 100%;
  }
  .article-01 {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .__main-tit::before {
    width: 11px;
    height: 20px;
  }
  .__main-tit > p {
    font-size: 20px;
    font-weight: 800;
  }
  .__mainNews {
    max-width: 100%;
  }
  .__mainNews > a {
    row-gap: 14px;
  }
  .__mainNews .__article {
    row-gap: 10px;
  }
  .__mainNews .__article dt > .newsTitle {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
  }
  .__mainNews .__article dd {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
  }
  .__mainNews .__article .view-more {
    display: none;
  }
  .mainCategory {
    padding: 0 30px;
    min-width: 0;
  }
  .mainCategory .mainCard,
  .mainCategory .subCard {
    display: none;
  }
  .subList li a dl dt {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
  }
  .People-wrap {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 30px;
  }
  .aside-l .cont1 > ul {
    grid-template-columns: 1fr 1fr;
    row-gap: 30px;
    column-gap: 20px;
  }
  .aside-l .cont2 {
    grid-template-columns: 1fr 1fr;
  }
  .row-2 {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
  .aside-r {
    width: 100%;
    border-left: 0;
  }
  .aside-r::before {
    position: unset;
  }
  .HuffTrend-cont {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
  .HuffTrend-cont li ~ li {
    margin-top: 0;
  }
  .HuffPeople-cont {
    grid-template-columns: 1fr;
    column-gap: 30px;
    row-gap: 20px;
  }
  .HuffPeople-cont .mainCards {
    gap: 20px;
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .HuffPeople-cont .subCards > ul {
    gap: 20px;
  }
  .main-video .vod-list {
    display: flex;
    align-items: stretch;
    gap: 10px;
    width: 100%;
    overflow-x: auto;
  }
  .main-video .vod-list li {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
  }
  .main-video .vod-list li.outlink {
    width: 300px;
    display: flex;
    flex-direction: column;
  }
  .main-video .vod-list li .youtube {
    -webkit-border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    -ms-border-radius: 10px 10px 0 0;
    -o-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;
  }
  .main-video .vod-list li .youtube-title {
    font-size: 16px;
  }
  .main-video .vod-list li .text-box {
    display: flex;
    padding: 10px 20px;
  }
  .main-video .vod-list li .text-box::before {
    bottom: 100%;
    left: 0;
    width: 100%;
    height: 40px;
    background: transparent linear-gradient(180deg, rgba(46, 112, 97, 0) 0%, rgb(46, 112, 97) 100%) 0% 0% no-repeat padding-box;
  }
  .main-video .vod-list li .text-box strong {
    -webkit-line-clamp: 2;
  }
  .main-video .vod-list li .play-btn {
    top: 10px;
    right: 10px;
    left: unset;
  }
  .main-video .vod-list li .img-box .thumb-box {
    aspect-ratio: 16/9;
  }
  .main-video .vod-list .last-wrap {
    display: flex;
  }
  /* 기사 상세 페이지, 카테고리 페이지 */
  .content-detail.article .content-detail-inner .aside-left {
    width: 100%;
  }
  .content-detail.article .__contents figure img {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
  }
  .content-detail.article .__contents p {
    font-size: 16px;
    color: #000;
  }
  .content-detail .content-detail-inner {
    padding: 0 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 40px;
  }
  .content-detail .aside-right {
    max-width: 100%;
  }
  .content-detail .aside-right .asdie-article.rcmd ul {
    grid-template-columns: 1fr 1fr;
    row-gap: 20px;
  }
  .content-detail .aside-right .asdie-article.rcmd li > a {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    column-gap: 20px;
    height: 100%;
  }
  .content-detail .aside-right .asdie-article.rcmd figure {
    flex: 0 0 120px;
    height: 100%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
  }
  .content-detail .aside-right .asdie-article.rcmd .text-box {
    padding-top: 0;
    justify-content: center;
  }
  .content-detail .aside-right .asdie-article.rcmd .text-box em {
    font-size: 12px;
  }
  .content-detail .aside-right .asdie-article.rcmd .text-box strong {
    font-size: 14px;
    line-height: 17px;
  }
  .content-detail .aside-right .asdie-article.rcmd .text-box p {
    display: none;
  }
  .aside-ad-banner {
    order: 3;
  }
  /* 카테고리 페이지 */
  .head-line > a {
    position: relative;
    display: block;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
  }
  .head-line > a::after {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    width: 100%;
    height: 115px;
    background: transparent linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, var(--unnamed-color-000000) 100%) 0% 0% no-repeat padding-box;
    background: transparent linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%) 0% 0% no-repeat padding-box;
    -webkit-border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
    -ms-border-radius: 0 0 6px 6px;
    -o-border-radius: 0 0 6px 6px;
    border-radius: 0 0 6px 6px;
  }
  .head-line .img-box {
    width: 100%;
    height: auto;
  }
  .head-line .text-box {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    padding: 40px 20px;
    z-index: 1;
  }
  .head-line .text-box strong {
    color: #FFF;
    font-size: 18px;
    line-height: 24px;
  }
  .head-line .text-box p,
  .head-line .text-box em {
    display: none;
  }
  .sub-line .text-box strong {
    -webkit-line-clamp: 3;
  }
  .sub-line .text-box p {
    -webkit-line-clamp: 2;
  }
  /* 이용약관 */
  .com-wrap {
    transform: translateX(0);
    -ms-transform: translateX(0);
    padding: 30px 0;
  }
  .com-wrap::before {
    position: unset;
  }
  .com-wrap.active .com-nav {
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  .com-wrap.active .com-nav-btns > .icon-bars::before {
    content: "close";
    color: #FFF;
  }
  .com-wrap .com-nav-btns > .icon-bars::before {
    color: #171717;
  }
  .com-wrap .com-header {
    width: auto;
    padding: 0 15px;
  }
  .com-wrap #com-container {
    width: auto;
    padding: 0 15px;
  }
  .com-wrap .flex-grid {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 30px;
  }
  .com-wrap .menu.vertical > li > a {
    display: table;
    width: 100%;
    line-height: 1.2;
  }
  .com-wrap .com-header-wrapper {
    white-space: nowrap;
  }
  .com-wrap .com-header-wrapper .item {
    display: inline-block;
    vertical-align: middle;
  }
  .com-wrap .com-header-wrapper .item.com-logo {
    width: calc(100% - 80px);
    margin-bottom: 0;
  }
  .com-wrap .com-header-wrapper .item.com-etc {
    width: 80px;
    text-align: right;
  }
  .com-wrap .com-header-wrapper .com-logo > a {
    max-width: 120px;
  }
  .com-wrap .com-header-wrapper > .item.com-etc {
    width: 80px;
    text-align: right;
  }
  .com-wrap .com-titles::before,
  .com-wrap .com-titles > .bars {
    width: 100%;
  }
  .com-wrap .com-titles > .text {
    font-size: 30px;
  }
  .com-wrap .com-nav {
    overflow-x: hidden;
    overflow-y: auto;
    position: fixed;
    z-index: 1000;
    right: 0;
    top: 0;
    width: 100%;
    max-width: 320px;
    height: 100%;
    padding: 80px 30px 80px 36px;
    background-color: rgb(10, 10, 10);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    transition: transform 0.3s ease-in-out;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    border: 0;
  }
  .com-wrap .com-nav .menu.nested > li > a {
    color: #FFF;
  }
  .com-wrap .com-content {
    max-width: none;
    padding: 0;
    border: 0;
    border-radius: 0;
  }
  .show-for-large {
    display: none !important;
  }
  .recruit_table input,
  .recruit_table select {
    width: 100%;
  }
  /* footer */
  .copy-area .copy-menu ul {
    justify-content: center;
    column-gap: 25px;
  }
  .copy-area .comp-info {
    padding: 20px 20px 30px 20px;
  }
  .copy-area .comp-info ul {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    row-gap: 5px;
    column-gap: 15px;
  }
  .copy-area .comp-info ul li ~ li {
    padding: 0;
    margin: 0;
  }
  .copy-area .comp-info ul li ~ li::before {
    content: unset;
  }
}
@media all and (max-width: 767px) {
  #header .header-inner {
    padding: 0 15px;
    height: 45px;
  }
  #header h1.logo {
    width: 121px;
  }
  #header .util button {
    padding: 0;
    width: 30px;
    height: 30px;
  }
  #header .util button i::before {
    font-size: 26px;
  }
  .aside-gnb {
    top: 45px;
  }
  .aside-gnb.is-open {
    background-color: rgba(26, 26, 26, 0.5);
    width: 100%;
    height: 100%;
  }
  .modal {
    top: 45px;
    height: 100%;
    background-color: rgba(26, 26, 26, 0.5);
  }
  .searchResult-form {
    padding: 20px;
  }
  .searchResult-form .search-sort {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 15px;
  }
  .searchResult-form .search-sort dl ~ dl {
    margin: 0;
    padding: 0;
    border: 0;
  }
  .searchResult-noData {
    padding: 30px 0;
    font-size: 18px;
  }
  .search-form-inner input[type=text] {
    padding: 0 50px 10px 5px;
    font-size: 16px;
  }
  .search-form-inner button {
    top: unset;
    bottom: 0;
  }
  .search-form-inner button .search-ico {
    font-size: 26px;
  }
  /* 메인 페이지 */
  #content {
    padding: 30px 0;
    row-gap: 20px;
  }
  #content .section-inner {
    padding: 0 15px;
  }
  .com-tit::before {
    height: 22px;
  }
  .com-tit span {
    font-size: 22px;
  }
  .cateList > li > h3 a {
    font-size: 22px;
  }
  .cateList strong {
    min-height: auto;
  }
  .HuffTrend-cont {
    grid-template-columns: 1fr;
  }
  .HuffPeople-cont .mainCards {
    grid-template-columns: 1fr;
  }
  .HuffPeople-cont .mainCards .__listItem > a .__article {
    padding: 20px 20px 30px 20px;
  }
  .HuffPeople-cont .mainCards .__listItem > a .__article > strong {
    font-size: 18px;
    line-height: 24px;
  }
  .HuffPeople-cont .mainCards .__listItem > a .__article > p {
    font-size: 14px;
    line-height: 20px;
  }
  .HuffPeople-cont .subCards {
    row-gap: 20px;
    column-gap: 10px;
  }
  .HuffPeople-cont .subCards p {
    font-size: 13px;
  }
  /* 기사 상세 페이지 */
  .__body .__topArea .hederTitle {
    row-gap: 20px;
  }
  .__body .__topArea .hederTitle .__title {
    font-size: 24px;
  }
  .__body .__topArea .hederTitle .__writer {
    column-gap: 10px;
  }
  .__body .__topArea .hederTitle .__time button {
    font-size: 13px;
  }
  .__body .__topArea .hederTitle .__time_bubble {
    padding: 10px;
  }
  .__body .__topArea .hederTitle .__time_bubble li {
    font-size: 12px;
  }
  .__body .__topArea .subheading {
    font-size: 20px;
    line-height: 26px;
  }
  .__body .__topArea .subheading::after {
    margin: 15px auto 0;
  }
  .__body .__contentsArea {
    margin-top: 20px;
    row-gap: 20px;
  }
  .content-detail {
    flex-direction: column;
    row-gap: 40px;
    padding: 15px 0 40px;
  }
  .content-detail .content-detail-inner {
    padding: 0 15px;
  }
  .content-detail .aside-right .asdie-article.rcmd ul {
    grid-template-columns: 1fr;
    row-gap: 15px;
  }
  .content-detail .aside-right .asdie-article.rcmd li > a {
    column-gap: 10px;
  }
  .topNews {
    width: 100%;
    padding-bottom: 10px;
  }
  .topNews .main-tit {
    font-size: 22px;
  }
  .topNews .sub-tit {
    font-size: 14px;
    line-height: 1;
  }
  .head-line .text-box {
    padding: 20px;
  }
  .head-line .text-box dt {
    font-size: 18px;
    line-height: 24px;
  }
  .cateList {
    grid-template-columns: 1fr;
  }
  .cateList strong {
    font-size: 18px;
    line-height: 24px;
  }
  .cateList .arti-list a {
    column-gap: 10px;
  }
  .cateList .arti-list a > p {
    font-size: 15px;
  }
  .globList {
    grid-template-columns: 1fr;
    row-gap: 20px;
  }
  .globList li {
    row-gap: 10px;
  }
  .aside-l .cont1 > ul {
    row-gap: 20px;
    column-gap: 10px;
  }
  .aside-l .cont1 li {
    row-gap: 10px;
  }
  .aside-l .cont1 strong {
    font-size: 16px;
  }
  .aside-l .cont1 p {
    margin-top: 6px;
    font-size: 14px;
  }
  .aside-l .cont2 {
    grid-template-columns: 1fr;
    padding-top: 30px;
    margin-top: 30px;
  }
  .aside-l .cont2 .mainCard > a {
    row-gap: 10px;
    padding: 20px 20px 25px 20px;
  }
  .aside-l .cont2 .mainCard strong {
    font-size: 18px;
    line-height: 1.4;
  }
  .aside-l .cont2 .mainCard p {
    font-size: 15px;
    line-height: 1.4;
  }
  .aside-l .cont2 .subCard {
    grid-template-columns: 1fr;
    row-gap: 15px;
  }
  .aside-l .cont2 .subCard a > span {
    row-gap: 6px;
  }
  .aside-l .cont2 .subCard .img-box {
    width: 120px;
  }
  .aside-l .cont2 .subCard strong {
    font-size: 16px;
  }
  .aside-l .cont2 .subCard p {
    font-size: 15px;
  }
  .row-2 {
    grid-template-columns: 1fr;
  }
  .category-head {
    padding: 0 26px;
    margin-bottom: 15px;
    height: 40px;
    line-height: 40px;
  }
  .category-head::before {
    width: 17px;
    height: 40px;
  }
  .category-head > span, .category-head a {
    font-size: 16px;
  }
  .searchResult-noData img {
    padding-bottom: 20px;
  }
  .searchResult-noData p {
    font-size: 18px;
  }
  .sub-line .img-box {
    width: 120px;
    height: 90px;
    border-radius: 3px;
  }
  .sub-line ul li a {
    column-gap: 10px;
  }
  .sub-line .text-box {
    display: flex;
    padding: 3px 0;
  }
  .sub-line .text-box strong {
    font-size: 15px;
    line-height: 20px;
  }
  .sub-line .text-box p {
    font-size: 14px;
    line-height: 1;
    color: #808080;
    -webkit-line-clamp: 1;
  }
  .comment_box {
    max-width: 600px;
    margin: 0 auto;
  }
  .comment_box .inner2 {
    padding: 20px 0;
  }
  .comment_box .comment_form .robot > table {
    display: none;
  }
  .comment_box .comment_form .input-box {
    display: flex;
    gap: 10px;
  }
  .comment_box .comment_form .input-box input {
    width: 50%;
  }
  .comment_box .comment_form h3 {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
  }
  .comment_box .comment_form h3 input[type=text],
  .comment_box .comment_form h3 input[type=password] {
    width: 100%;
  }
  .comment_box .comment_form textarea {
    height: 140px;
  }
  .text_group dt {
    font-size: 16px;
  }
  .text_group dl {
    padding-top: 15px;
  }
  .text_group dl.layout {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 10px;
  }
  .text_group dl.layout dt {
    width: auto;
  }
  .text_group dl.layout dt .ranking {
    top: 5px;
  }
  .member_info {
    grid-template-columns: 1fr;
  }
  #taboola-below-article-thumbnails[data-feed-main-container-id=taboola-below-article-thumbnails].tbl-feed-full-width {
    margin-left: 5px !important;
    margin-right: 5px !important;
    box-sizing: border-box !important;
  }
}

/*# sourceMappingURL=hybrid.css.map */
