@charset "utf-8";

/* -- main */
.main_banner {
    margin-bottom: 40px;
}

.main_banner .thum {
    position: relative;
}

.main_banner .thum::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url("/2022/img/main_bg2.png") center no-repeat;
    background-size: cover;
}

.main_banner a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    line-height: 1;
    box-sizing: border-box;
}

.main_banner h2 {
    position: absolute;
    bottom: 31px;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 32px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
}

.main_banner2 {
    margin-bottom: 40px;
    width: 1000px;
    height: 270px;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
}


.main_banner2 .thum::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url("/2022/img/main_bg2.png") center no-repeat;
    background-size: cover;
    display: none;
}

.main_banner2 a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    line-height: 1;
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    background: #fff;
    box-sizing: border-box;
}


.main_banner2 .thum {
    position: relative;
    width: 540px;
    height: 270px;
}

.main_banner2 .thum img{
    width: 100% !important;
    height: 100% !important;
    border: 0 !important;
}

.main_banner2 h2 {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    text-align: left;
    font-size: 40px;
    font-weight: 300;
    line-height: 1.4;
    color: #000;
    word-break: keep-all;
    width: calc(100% - 540px);
    padding-left: 30px;
    padding-right: 10px;
    box-sizing: border-box;
    background: #eee;
    height: 270px;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-weight: bold;
    letter-spacing: -0.05em;
}


/*메인 배너 white - white일때는 폰트 두껍게*/
.main_banner2.white h2{
    background: #fff;
    color: #333;
    font-weight: bold;
}

/*메인 배너 red*/
.main_banner2.red h2{
    background: #e3120b;
    color: #fff;
}


/*메인 배너 black*/
.main_banner2.black h2{
    background: #050718;
    color: #fff;
}


/*메인 배너 blue*/
.main_banner2.blue h2{
    background: #293dad;
    color: #fff;
}

/*메인 배너 yellow*/
.main_banner2.yellow h2{
    background: #e98b00;
    color: #fff;
}


/*메인 배너 orange*/
.main_banner2.orange h2{
    background: #e93b04;
    color: #fff;
}

/*메인 배너 purple*/
.main_banner.purple h2{
    background: #402178;
    color: #fff;
}

/*메인 배너 green*/
.main_banner2.green h2{
    background: #008b3e;
    color: #fff;
}

.main_banner3 {
	margin-top:-10px;
    margin-bottom: 40px;
    width: 1000px;
    overflow: hidden;
    border: 0px solid rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
}

.main_banner3 h2 {
	
	width: 1000px;
	text-align: center;
    font-size: 40px;
    letter-spacing: -0.04em; 
    font-weight: 300;
    color: #000;
    word-break: keep-all;
    height: auto;
    font-weight: bold;
    border: 0px solid #000;
    
    overflow: hidden;
  	text-overflow: ellipsis;
  	display: -webkit-box;
  	-webkit-line-clamp: 3;
  	-webkit-box-orient: vertical;
    margin-bottom:14px;
}

.main_banner3 .thum {
    align-items: center;
    width: 540px;
    height: 270px;
}


.main_wrap {
    position: relative;
}

.main_content {
    float: left;
    width: calc(100% - 460px);
    height: 100%;
    border-right: 1px solid #e6e6e6;
    box-sizing: border-box;
}

.main_board {
    padding: 0 29px;
}

.main_board + .main_board {
    padding-top: 15px;
    padding-bottom: 4px;
}





/*메인기사 간격 조정*/

.main_content .desc .ellipsis_any{
    -webkit-line-clamp: 4;
    font-size: 13px;
}

.main_content .news_item2 a{
    margin-bottom: 13px;
    font-weight: 500;
    
}

.main_content .news_item2  ~ .news_item,
.main_content .news_item2  ~ .thum_post.large
{
    margin-top: 30px;
}

.main_content .news_item2  ~ .thum_post.large{
    border: 1px solid rgba(0, 0, 0, 0.1);    
}

.main_content .news_item2  ~ .thum_post.large a{
    background: #f9f9f9;
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    line-height: 1;
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    background: #eee;
    box-sizing: border-box;
    padding-right: 10px;
}

.main_content .news_item2  ~ .thum_post.large  a  img{
    margin-bottom: 0;
    border: 0;
    width: 280px !important;
    height: 142px !important;
    margin-right: 10px;
}

.main_content .news_item2  ~ .thum_post.large  a  h2{
    color : #000;
    padding-left: 4px; 
    text-align: left;
    line-height: 1.5;
    -webkit-line-clamp: 4;
    /* margin: 10px; */
    overflow: hidden;
    letter-spacing: -0.05em !important;
    white-space: normal;
    word-break: normal;		/* 줄변경 형태 */
}

.main_content .banner{
    margin-top: 30px
    
}

/*메인기사 간격 조정*/






/* sub2 */
.search_wrap {
    position: relative;
    width: 490px;
    height: 40px;
    margin: auto;
    padding: 11px 42px 11px 136px;
    border: solid 1px #de363c;
    box-sizing: border-box;
}

.search_wrap h2 {
    position: absolute;
    left: 13px;
    top: 10px;
    padding-right: 10px;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.286;
    color: #de363c;
    border-right: 1px solid #de363c;
}

.search_wrap input {
    width: 100%;
    height: 100%;
    border: 0;
    font-size: 14px;
    font-weight: 300;
}

.search_wrap .search {
    position: absolute;
    right: 13px;
    top: 9px;
    line-height: 1;
}

.who_swiper_wrap {
    position: relative;
    width: 100%;
    height: 237px;
    margin-top: 30px;
    box-sizing: border-box;
}

.who_swiper {
    width: 100%;
    overflow: hidden;
}

.who_swiper .swiper-slide {
    position: relative;
    width: 210px;
    height: 237px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.who_swiper .swiper-slide::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.6;
    width: 100%;
    height: 100%;
    background: #000;
}

.who_swiper .desc {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 10;
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
}

.who_swiper h2 {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
}

.who_swiper span {
    display: block;
    padding-top: 4px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.29;
    color: #fff;
}

.who_swiper p {
    display: none;
    padding-top: 4px;
    font-size: 14px;
    line-height: 1.43;
    color: #fff;
}

.who_swiper .swiper-slide-active {
    width: 422px;
}

.who_swiper .swiper-slide-active::before {
    opacity: 0.7 !important;
    background: linear-gradient(to bottom, rgba(192, 192, 192, 0) 0%, #000 100%);
}

.who_swiper .swiper-slide-active p {
    display: block;
}

.who_swiper_wrap .swiper-button-next,
.who_swiper_wrap .swiper-button-prev {
    width: 54px;
    height: 54px;
    margin-top: -28px;
    opacity: 1 !important;
}

.who_swiper_wrap .swiper-button-next {
    right: -82px;
    background: url("/2022/img/next.png") center no-repeat;
}

.who_swiper_wrap .swiper-button-prev {
    left: -82px;
    background: url("/2022/img/prev.png") center no-repeat;
}

.content_wrap {
    position: relative;
    padding-top: 40px;
}

.content {
    float: left;
    width: calc(100% - 230px);
    height: 100%;
    min-height: 1232px;
    padding-right: 30px;
    border-right: 1px solid #e6e6e6;
    box-sizing: border-box;
}

.person_profile {
    position: relative;
    width: 100%;
    height: 144px;
    padding-left: 315px;
    box-sizing: border-box;
}

.person_profile::before {
    content: "";
    position: absolute;
    left: 286px;
    top: 0;
    width: 1px;
    height: 170px;
    background-color: #c4c4c4;
}

.person_profile .thum {
    position: absolute;
    left: 0;
    top: 0;
    width: 255px;
    height: 100%;
    line-height: 1;
}

.person_profile dl {
    padding-top: 6px;
    padding-right: 25px;
}

.person_profile dt {
    font-size: 24px;
    font-weight: bold;
    line-height: 0.83;
    color: #000;
}

.person_profile dd {
    padding-top: 14px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.5;
    color: #000;
}

.person_profile p {
    padding-top: 11.6px;
    font-size: 16px;
    line-height: 1.4;
    color: #808080;
}

.profile_editor {
    padding: 30px 0 49px;
}

.editor {		/* 더보기 기본 */
    height: 400px;
    overflow: hidden;
}

.editor.on {
    height: auto;
}

.editor p {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.378;
    color: #000;
}

.editor_more {
    display: block;
    width: 100%;
    height: 40px;
    margin-top: 30px;
    border: solid 0.5px #c4c4c4;
    background-color: #f5f5f5;
    box-sizing: border-box;
}

.editor_more span {
    display: block;
    font-size: 16px;
    color: #808080;
}

.editor_more img {
    display: inline-block;
    vertical-align: middle;
    margin: -2px -5px 0 4px;
}

.related_person,
.related_article {
    padding: 11px 3px 52px;
    border-top: 1px solid #000;
}

.related_person h2,
.related_article h2 {
    padding-bottom: 25px;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.11;
    color: #000;
}

.related_person ul {
    font-size: 0;
}

.related_person li {
    display: inline-block;
    vertical-align: middle;
    width: calc(33% - 12px);
    box-sizing: border-box;
}

.related_person li + li {
    margin-left: 3px;
}

.related_person li a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    padding-left: 64px;
    box-sizing: border-box;
}

.related_person .profile {
    position: absolute;
    left: 0;
    top: -3px;
    width: 50px;
    height: 50px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.related_person h3 {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.25;
    color: #000;
}

.related_person p {
    padding-top: 2px;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.43;
    color: #000;
}

.related_article {
    padding-bottom: 80px;
}

.related_article h2 {
    padding-bottom: 18px;
}

.related_article .news_item2 {
    margin-bottom: 7px;
}

.related_article .news_item2 a {
    display: inline-block;
    vertical-align: middle;
    width: auto;
    max-width: 85%;
    letter-spacing: -0.1px;
    margin-bottom: 0;
}

.related_article .news_item2 .author {
    display: inline-block;
    vertical-align: middle;
    padding-left: 5px;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.43;
    color: #000;
}

.foot_box {
    width: 100%;
    background-color: #f5f5f5;
}

.foot_box .inner {
    width: 1000px;
    margin: auto;
    padding: 40px 0 30px;
    box-sizing: border-box;
}

.foot_box_nav {
    border-bottom: 1px solid #c4c4c4;
}

.foot_box_nav li {
    position: relative;
    float: left;
    padding-bottom: 8px;
    font-size: 16px;
    line-height: 1.5;
    color: #000;
    cursor: pointer;
}

.foot_box_nav li + li {
    margin-left: 30px;
}

.foot_box_nav li.on {
    color: #de363c;
    font-weight: 500;
}

.foot_box_nav li.on::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 2px;
    background-color: #de363c;
}

.foot_tab_wrap {
    padding-top: 20px;
}

.foot_tab_nav {
    font-size: 0;
    border-top: 1px solid #c4c4c4;
}

.foot_tab_nav li {
    float: left;
    width: 10%;
    height: 36.5px;
    line-height: 35px;
    text-align: center;
    cursor: pointer;
    font-size: 14px;
    color: #000;
    border-left: 1px solid #c4c4c4;
    border-bottom: 1px solid #c4c4c4;
    box-sizing: border-box;
}

.foot_tab_nav li:nth-child(10n) {
    border-right: 1px solid #c4c4c4;
}

.foot_tab_nav li.on {
    background-color: #de363c;
    color: #fff;
}

.foot_tab {
    padding-top: 20px;
    font-size: 0;
}

.foot_tab li {
    display: inline-block;
    vertical-align: top;
    width: calc(10% - 10px);
    height: 32px;
    margin-right: 11px;
    margin-bottom: 10px;
    border-radius: 50px;
    border: solid 1px #7e7e7e;
    box-sizing: border-box;
}

.foot_tab li:nth-child(10n) {
    margin-right: 0;
}

.foot_tab li a {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 30px;
    font-size: 14px;
    text-align: center;
    color: #818181;
    box-sizing: border-box;
}

.empty {
    width: 100%;
    height: 200px;
    text-align: center;
    border: solid 0.5px #c4c4c4;
    box-sizing: border-box;
}

.empty p {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4;
    color: #000;
}

/* sub2 detail */
.sub2_detail {
    width: 600px;
}

.detail_title {

}

.detail_title .category {
    padding-bottom: 6px;
    font-size: 16px;
    line-height: 1.25;
}

.detail_title h2 {
    font-size: 36px;
    font-weight: bold;
    line-height: 1.4;
    color: #000;
}

.author_info {
    padding: 10px 0 29px;
    font-size: 0;
}

.author_info span {
    position: relative;
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    font-weight: 300;
    line-height: 1;
    color: #808080;
}

.author_info span + span {
    padding-left: 17px;
}

.author_info span + span::before {
    content: "|";
    position: absolute;
    left: 7px;
    top: -1px;
    font-size: 14px;
    font-weight: 300;
    line-height: 1;
    color: #808080;
}

.detail_control {
    position: relative;
    padding: 20px 0;
    border-top: 1px solid #000;
}

.control_box {
    font-size: 0;
}

.control_box span {
    display: inline-block;
    vertical-align: middle;
    width: 28px;
    height: 28px;
    line-height: 1;
    border: 1px solid #ccc;
    text-align: center;
    cursor: pointer;
    box-sizing: border-box;
}

.control_box span.plus {
    background: url("/2022/img/plus.png") center no-repeat;
}

.control_box span.minus {
    margin-left: -1px;
    background: url("/2022/img/minus.png") center no-repeat;
}

.control_box span.plus:hover {
    background: url("/2022/img/plus_on.png") center no-repeat;
}

.control_box span.minus:hover {
    margin-left: -1px;
    background: url("/2022/img/minus_on.png") center no-repeat;
}

.detail_control dl {
    position: absolute;
    right: 0;
    top: 20px;
    font-size: 0;
}

.detail_control dt {
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    font-weight: 300;
    line-height: 1;
    color: #808080;
}

.detail_control dd {
    display: inline-block;
    vertical-align: middle;
    padding-left: 10px;
    font-size: 0;
}

.detail_control span {
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    cursor: pointer;
    width: 30px;
    height: 30px;
}

.detail_control span.share_sns1 {
    background: url("/2022/img/share_sns1.png") center no-repeat;
}

.detail_control span.share_sns2 {
    background: url("/2022/img/share_sns2.png") center no-repeat;
}

.detail_control span.share_sns3 {
    background: url("/2022/img/share_sns3.png") center no-repeat;
}

.detail_control span.share_sns4 {
    background: url("/2022/img/share_sns4.png") center no-repeat;
}

.detail_control span.share_sns5 {
    background: url("/2022/img/share_sns5.png") center no-repeat;
}

.detail_control span.share_sns6 {
    background: url("/2022/img/share_sns6.png") center no-repeat;
}

.detail_control span.share_sns7 {
    background: url("/2022/img/share_sns7.png") center no-repeat;
}

.detail_control span.share_sns8 {
    background: url("/2022/img/share_sns8.png") center no-repeat;
}

.detail_control span.share_sns1:hover {
    background: url("/2022/img/share_sns1_on.png") center no-repeat;
}

.detail_control span.share_sns2:hover {
    background: url("/2022/img/share_sns2_on.png") center no-repeat;
}

.detail_control span.share_sns3:hover {
    background: url("/2022/img/share_sns3_on.png") center no-repeat;
}

.detail_control span.share_sns4:hover {
    background: url("/2022/img/share_sns4_on.png") center no-repeat;
}

.detail_control span.share_sns5:hover {
    background: url("/2022/img/share_sns5_on.png") center no-repeat;
}

.detail_control span.share_sns6:hover {
    background: url("/2022/img/share_sns6_on.png") center no-repeat;
}

.detail_control span.share_sns7:hover {
    background: url("/2022/img/share_sns7_on.png") center no-repeat;
}

.detail_control span.share_sns8:hover {
    background: url("/2022/img/share_sns8_on.png") center no-repeat;
}

.detail_control span + span {
    margin-left: 4px;
}

.detail_tab_nav {
    background-color: #f5f5f5;
}

.detail_tab_nav.sticky {
    position: fixed;
    left: 0;
    right: 0;
    top: 80px;
    z-index: 10;
    width: 100%;
    margin: auto;
    max-width: 600px;
}


.detail_tab_nav li {
    position: relative;
    float: left;
    height: 40px;
    line-height: 38px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 300;
    color: #808080;
    text-align: center;
    box-sizing: border-box;
}

.detail_tab_nav li.tab_nav1,
.detail_tab_nav li.tab_nav6 {
    width: 80px;
}

.detail_tab_nav li.tab_nav2,
.detail_tab_nav li.tab_nav3 {
    width: 100px;
}

.detail_tab_nav li.tab_nav4,
.detail_tab_nav li.tab_nav5 {
    width: 120px;
}

.detail_tab_nav li.on {
    font-weight: 500;
    color: #de363c;
}

.detail_tab_nav li.on::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background-color: #de363c;
}

.detail_tab_cont {
    padding: 20px 0 48px;
}

.detail_tab_cont dl:last-of-type dd {
    padding-bottom: 30px;
}

.detail_tab_cont dt {
    padding: 0 20px;
    height: 40px;
    line-height: 38px;
    background-color: rgba(222, 54, 60, 0.1);
    font-size: 16px;
    color: #de363c;
    box-sizing: border-box;
}

.detail_tab_cont dd {
    padding: 20px 0 71px;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.5;
    color: #000;
}

.detail_tab_cont .thum,
.detail_box2 .thum {
    padding: 30px 0;
    line-height: 1;
    box-sizing: border-box;
}

.detail_tab_cont .thum span,
.detail_box2 .thum span {
    display: block;
    padding-top: 8px;
    text-align: center;
    font-size: 14px;
    line-height: 1.4;
    font-weight: 300;
    color: #808080;
}

.detail_tab_cont .thum img {
    border: solid 1px #e6e6e6;
}

.detail_tab_cont .first_thum {
    padding-top: 0;
}

.detail_tab_cont .thum_right {
    float: right;
    margin-left: 32px;
    padding: 0;
}

strong.tit {
    display: block;
    padding-bottom: 26px;
    font-weight: 500;
}

.copyright p {
    padding-bottom: 25px;
    font-size: 14px;
    font-weight: 300;
    line-height: 1;
    color: #000;
}

.copyright .link_more {
    padding-right: 11px;
    font-size: 14px;
    font-weight: 300;
    line-height: 1;
    color: #808080;
    background: url("/2022/img/link_more.png") 100% 50% no-repeat;
}

.sub2_detail .related_article,
.sub2_detail2 .related_article {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 74px;
}

.sub2_detail .related_article h2,
.sub2_detail2 .related_article h2 {
    padding-bottom: 16px;
}

.foot_box .inner2 {
    width: 600px;
    margin: auto;
    padding: 30px 0 40px;
    box-sizing: border-box;
}

.foot_box h2 {
    padding-bottom: 9px;
    font-size: 16px;
    line-height: 1.5;
    color: #000;
    border-bottom: 1px solid #c4c4c4;
}

.comment_form {
    padding-top: 20px;
}

.comment_form h3 input {
    display: inline-block;
    vertical-align: middle;
    width: 179px;
    height: 30px;
    padding: 0 12px;
    border: solid 1px #c4c4c4;
    background-color: #fff;
    font-size: 14px;
    box-sizing: border-box;
}

.comment_form textarea {
    width: 100%;
    height: 81px;
    margin: 10px 0 5px;
    padding: 12px;
    font-size: 14px;
    border: solid 1px #c4c4c4;
    background-color: #fff;
    box-sizing: border-box;
}

.comment_form .robot {
    position: relative;
    font-size: 0;
}

.robot_num {
    display: inline-block;
    vertical-align: middle;
    width: 179px;
    height: 38px;
    border: 1px solid #c4c4c4;
    background-color: #fff;
    box-sizing: border-box;
}

.comment_form .robot input {
    display: inline-block;
    vertical-align: middle;
    width: 330px;
    height: 38px;
    padding: 0 11px;
    font-size: 14px;
    margin-left: -1px;
    border: 1px solid #c4c4c4;
    background-color: #fff;
    box-sizing: border-box;
}

.btn_red {
    width: 80px;
    height: 38px;
    background-color: #de363c;
}

.btn_red span {
    display: block;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
}

.comment_form .btn_red {
    position: absolute;
    right: 0;
    top: 0;
}

.comment_form ul {
    padding-top: 10px;
}

.comment_form li {
    font-size: 12px;
    white-space: nowrap;
    color: #808080;
}

.sub2_detail2 .detail_title,
.sub2_detail2 .detail_control,
.sub2_detail2 .related_article {
    width: 600px;
    margin: auto;
}

.detail_box2 {
    padding-bottom: 52px;
}

.detail_editor {
    padding-bottom: 21px;
}

.detail_box2 .thum {
    padding-top: 0;
    width: 700px;
    margin: auto;
}

.detail_box2 .inner {
    width: 600px;
    margin: auto;
}

/* sub4 */
.sub4 .inner {
    padding-top: 30px;
}

.red_tit {
    padding: 0 20px;
    height: 48px;
    line-height: 46px;
    background-color: rgba(222, 54, 60, 0.1);
    font-size: 22px;
    font-weight: bold;
    color: #de363c;
    border-top: 1px solid #de363c;
    box-sizing: border-box;
}

.left_post {
    margin-bottom: 30px;
}

.left_post a {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 0;
    box-sizing: border-box;
}

.left_post .thum {
    display: inline-block;
    vertical-align: middle;
    width: 235px;
    height: 118px;
    line-height: 1;
    border: solid 1px #e6e6e6;
    box-sizing: border-box;
}

.left_post .desc {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 235px);
    padding-left: 33px;
    box-sizing: border-box;
}

.left_post .desc h3 {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.4;
    color: #000;
}

.left_post .desc p {
    margin-top: 4px;
    -webkit-line-clamp: 2;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4;
    color: #000;
}

.left_post.large .thum {
    width: 302px;
    height: 152px;
}

.left_post.large .desc {
    width: calc(100% - 320px);
    padding-left: 20px;
}

.left_post.large .desc h3 {
    font-size: 28px;
    font-weight: bold;
    line-height: 1.4;
}

.left_post.large .desc p {
    margin-top: 8px;
    -webkit-line-clamp: 3;
    font-size: 18px;
}

.post_list {
    border-top: 1px solid #e6e6e6;
    padding-top: 30px;
}

.mini_banner {
    margin-bottom: 30px;
    line-height: 0;
}

.mini_banner a {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 0;
}

.hot_news {
    padding: 11px 0 30px;
    border-top: 1px solid #de363c;
}

.hot_news h2 {
    padding-bottom: 20px;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.11;
    color: #de363c;
}

.hot_news ol {
    padding-right: 3px;
}

.hot_news li + li {
    padding-top: 6px;
}

.hot_news li a {
    position: relative;
    display: block;
    padding-left: 15px;
    width: 100%;
    height: 100%;
    font-size: 14px;
    color: #000;
    font-weight: 300;
    word-break: keep-all;
    box-sizing: border-box;
}

.hot_news li .ranking {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 14px;
    font-weight: 300;
    color: #de363c;
}

.hot_news li.top a {
    font-weight: 400;
}

.hot_news li.top .ranking {
    font-weight: 400;
}

.hot_news li:last-child a {
    padding-left: 23px;
}

.mini_post {
    padding-top: 10px;
    border-top: 1px solid #000;
    margin-bottom: 26px;
}

.mini_post h2 {
    padding-bottom: 20px;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.11;
    color: #000;
}

.mini_post li + li {
    margin-top: 6px;
}

.mini_post li a {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 14px;
    line-height: 1.43;
    color: #000;
}

/* sub */
.content_wrap2 {
    position: relative;
    padding-top: 0;
}

.content_wrap2 .left_board {
    border-right: 0;
}

.left_menu li {
    margin-bottom: 2px;
}

.left_menu li a {
    display: block;
    width: 100%;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    color: #808080;
    border-top: 1px solid #e6e6e6;
    box-sizing: border-box;
}

.left_menu li:hover a,
.left_menu li.on a {
    color: #000;
    font-weight: 500;
}

.sub_content {
    position: relative;
    width: calc(100% - 260px);
    margin-left: 30px;
    padding-right: 0;
    border-top: 1px solid #000;
    border-right: 0;
}

.sub_content::before {
    content: "";
    position: absolute;
    left: -30px;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: #e6e6e6;
}

.sub_content > h2 {
    padding: 10px 0 40px;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.11;
    color: #000;
}

.text_group {
    padding-bottom: 39px;
}

.text_group + .text_group {
    padding-top: 30px;
    border-top: 1px solid #e6e6e6;
}

.text_group.last {
    padding-bottom: 50px;
}

.text_group h3 {
    position: relative;
    padding-left: 14px;
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
    color: #de363c;
}

.text_group h3::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 4px;
    height: 18px;
    background-color: #de363c;
}

.text_group dl {
    padding-top: 30px;
}

.text_group dt {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.11;
    color: #000;
}

.text_group dt .ranking {
    display: inline-block;
    vertical-align: middle;
    margin-top: -5px;
    padding-right: 11px;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.11;
    color: #de0009;
}

.text_group dd {
    padding-top: 11px;
    padding-left: 31px;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.4;
    color: #000;
}

.text_group dd p {
    padding: 1px 0 3px 19px;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.4;
    color: #000;
}

.text_group > img {
    margin-bottom: -5px;
}

.member_info {
    padding: 30px 33px 0;
    font-size: 0;
}

.member_info > li {
    display: inline-block;
    vertical-align: top;
    width: 166px;
    height: 282px;
    margin-right: 80px;
    margin-bottom: 60px;
    text-align: center;
    box-sizing: border-box;
}

.member_info > li:nth-child(1n + 4) {
    margin-bottom: 29px;
}

.member_info > li:nth-child(3n) {
    margin-right: 0;
}

.member_info .profile {
    width: 80px;
    height: 80px;
    margin: auto;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.member_info h4 {
    padding-top: 10px;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.4;
    color: #000;
}

.member_info p {
    padding: 1px 0 9px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4;
    color: #808080;
}

.member_info li ul {
    padding: 10px 0;
    text-align: left;
    border-top: 1px solid #000;
}

.member_info li ul.point {
    padding-left: 19px;
}

.member_info li li {
    position: relative;
    padding-left: 7px;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.57;
    white-space: nowrap;
    letter-spacing: -0.2px;
    color: #000;
}

.member_info li li::before {
    content: "-";
    position: absolute;
    left: 0;
    top: 3px;
    font-size: 14px;
    font-weight: 300;
    color: #000;
}

.red_line_box {
    width: 100%;
    min-height: 90px;
    margin-bottom: 10px;
    padding: 21px 0;
    border: solid 1px #de363c;
    text-align: center;
    box-sizing: border-box;
}

.red_line_box p {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.5;
    color: #de363c;
}

.text_group dl.layout {
    position: relative;
    padding-left: 200px;
}

.text_group dl.layout dt {
    position: absolute;
    left: 0;
    top: 29px;
    width: 138px;
    padding-left: 30px;
    line-height: 1.4;
    box-sizing: border-box;
}

.text_group dl.layout dt .ranking {
    position: absolute;
    left: 0;
    top: 3px;
}

.text_group dl.layout dd {
    padding: 0;
}

.text_group dl.layout + dl.layout {
    padding-top: 51px;
}

.text_group dl.layout + dl.layout dt {
    top: 48px;
}

.red_line_box2 {
    padding: 29px 0;
}

.red_line_box2 p {
    font-size: 15px;
    font-weight: 300;
    line-height: 1.5;
}

.text_group dl.layout.layout2 dt {
    padding-left: 53px;
}

.text_group dl.layout2 dt {
    top: 28px;
}

.text_group dl.layout2 dd {
    letter-spacing: -0.3px;
}

.text_group dl.layout2 dd p {
    letter-spacing: -0.3px;
    padding: 0px 0 3px 13px;
}

.text_group dl strong.tit {
    padding: 0;
}

.chapter {
    position: relative;
    padding: 30px 0 22px 53px;
}

.chapter h2 {
    position: absolute;
    left: 0;
    top: 30px;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.11;
    color: #000;
}

.chapter ul {

}

.chapter li {
    font-size: 14px;
    font-weight: 300;
    line-height: 1.4;
    color: #000;
}

.text_group dl.layout3 dd {
    padding-left: 54px;
}

.text_group dl.layout3 + dl.layout3,
.text_group dl.layout4 + dl.layout4 {
    padding-top: 50px;
}

.sub_content.map_wrap {
    min-height: 757px;
}

.map {
    margin-bottom: 20px;
}

.map_red_line_box {
    margin-bottom: 20px;
    width: 100%;
    padding: 19px 0;
    border: solid 1px #de363c;
    text-align: center;
    box-sizing: border-box;
}

.map_red_line_box p {
    font-size: 14px;
    font-weight: 300;
    line-height: 1.4;
    color: #000;
}

.map_desc_box {
    float: left;
    width: calc(50% - 5px);
    height: 130px;
    padding-left: 35px;
    font-size: 0;
    border: solid 1px #e6e6e6;
    background-color: #f5f5f5;
    box-sizing: border-box;
}

.map_desc_box + .map_desc_box {
    margin-left: 10px;
}

.map_desc_box > div {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.map_desc_box img, .map_desc_box dl {
    display: inline-block;
    vertical-align: middle;
}

.map_desc dl {
    padding-left: 30px;
    text-align: left;
}

.map_desc dt {
    padding-bottom: 7px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.43;
    color: #000;
}

.map_desc dd {
    padding-top: 10px;
    font-size: 10px;
    font-weight: 300;
    line-height: 1.4;
    color: #000;
    border-top: 1px solid #e6e6e6;
}

.recruit_box {
    width: 100%;
    height: 180px;
    padding: 30px;
    margin-bottom: -7px;
    border: solid 1px #e6e6e6;
    background: url("/2022/img/recruit_box.png") 100% 0 #f5f5f5 no-repeat;
    box-sizing: border-box;
}

.recruit_box h2 {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.4;
    color: #000;
}

.recruit_box p {
    padding-top: 10px;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.4;
    color: #000;
}

.recruit_table {
    padding-top: 20px;
    padding-bottom: 11px;
    padding-left: 31px;
}

.btn_download {
    width: 160px;
    height: 30px;
    border: solid 1px #de363c;
    box-sizing: border-box;
}

.btn_download span {
    display: block;
    font-size: 13px;
    font-weight: 300;
    line-height: 1;
    color: #de363c;
}

.btn_download img {
    display: inline-block;
    vertical-align: middle;
    margin-top: -2px;
}

.recruit_table table {
    margin-top: 11px;
    border-top: 1px solid #000;
}

.recruit_table th {
    width: 134px;
    height: 40px;
    background-color: #fceff0;
    font-size: 14px;
    line-height: 1;
    color: #000;
    font-weight: normal;
    box-sizing: border-box;
}

.recruit_table td {
    position: relative;
    padding: 5px 4px;
    vertical-align: middle;
    box-sizing: border-box;
}

.recruit_table tr {
    border-bottom: 1px solid #e6e6e6;
}

.recruit_table tr:last-child {
    border-bottom: 1px solid #c4c4c4;
}

.recruit_table textarea {
    height: 200px;
    border: solid 1px #e6e6e6;
    background-color: #fff;
    font-size: 14px;
    font-weight: 300;
    line-height: 1;
    color: #000;
    padding: 12px;
    box-sizing: border-box;
}

.recruit_table input {
    width: 200px;
    height: 30px;
    padding: 0 12px;
    border: solid 1px #e6e6e6;
    background-color: #fff;
    font-size: 14px;
    font-weight: 300;
    line-height: 1;
    color: #000;
    box-sizing: border-box;
}

.recruit_table select {
    width: 200px;
    height: 30px;
    font-size: 14px;
    font-weight: 300;
    line-height: 1;
    color: #000;
    padding: 0 12px;
    border: solid 1px #e6e6e6;
    background: url("/2022/img/select_arrow.png") calc(100% - 10px) 50% no-repeat #fff;
    box-sizing: border-box;
}

.file {
    position: relative;
    padding-left: 66px;
}

.file input[type="file"] {
    position: absolute;
    width: 0;
    height: 0;
    padding: 0;
    overflow: hidden;
    border: 0;
}

.file label {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 66px;
    height: 24px;
    text-align: center;
    line-height: 22px;
    font-size: 12px;
    color: #fff;
    cursor: pointer;
    background-color: #808080;
    box-sizing: border-box;
}

.file .upload {
    width: 100%;
    height: 24px;
    font-size: 12px;
}

.error_noti {
    display: block;
    padding-top: 5px;
    font-size: 10px;
    font-weight: 300;
    line-height: 1;
    color: #de363c;
}

.error_noti img {
    display: inline-block;
    vertical-align: middle;
    margin: -2px 2px 0 0;
}

.table_btn_wrap {
    padding-top: 30px;
    font-size: 0;
    text-align: center;
}

.table_btn_wrap button {
    display: inline-block;
    vertical-align: middle;
    width: 180px;
    height: 50px;
    border: solid 1px #4c4c4c;
}

.table_btn_wrap button span {
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
    color: #4c4c4c;
}

.table_btn_wrap button + button {
    margin-left: 10px;
    background-color: #4d4d4d;
}

.table_btn_wrap button + button span {
    color: #fff;
}

.text_group.img img {
    padding: 30px 0;
}

.text_group.img dl {
    padding-top: 0;
}

.ad_table {
    padding-left: 0;
}

.width100p {
    width: 100% !important;
}

.ad_box {
    width: 100%;
    height: 180px;
    padding: 30px;
    border: solid 1px #e6e6e6;
    background-color: #f5f5f5;
    box-sizing: border-box;
}

.ad_box p {
    padding-bottom: 19px;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.4;
    color: #000;
}

.ad_box dl {
    position: relative;
    padding: 18px 0 0 81px;
    border-top: 1px solid #e6e6e6;
}

.ad_box dt {
    position: absolute;
    left: 0;
    top: 30px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    color: #de363c;

}

.ad_box li {
    position: relative;
    padding-left: 54px;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.4;
    color: #000;
}

.ad_box li.last {
    font-size: 21px;
}

.ad_box li h3 {
    position: absolute;
    left: 0;
    top: 8px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4;
}

.ad_box li.last h3 {
    top: 4px;
}

.privacy_box {
    padding-top: 27px;
}

.privacy_box .error_noti {
    font-size: 14px;
    font-weight: 300;
    line-height: 1;
    color: #de363c;
}

.privacy_box .error_noti img {
    margin-right: 5px;
}

.privacy_box .term {
    width: 100%;
    height: 112px;
    padding: 10px 5px 5px;
    margin-top: 9px;
    overflow-y: auto;
    color: rgb(64, 64, 64);
    font-size: 11px;
    letter-spacing: -0.5px;
    border: 1px solid rgb(229, 229, 229);
    box-sizing: border-box;
}

.privacy_box p {
    padding-top: 3px;
}

.basic_check {
    display: inline-block;
    vertical-align: middle;
    appearance: auto;
    margin: 0;
}

.basic_check_label {
    display: inline-block;
    padding-left: 4px;
    font-size: 12px;
    font-weight: 300;
    line-height: 1;
    color: #000;
}

.ad_table {
    padding-bottom: 84px;
}

.report_box {
    height: 135px;
    background: url("/2022/img/report_box.png") 100% 50% #f5f5f5 no-repeat;
}

.complaint_box {
    height: 135px;
    background: url("/2022/img/complaint_box.png") 100% 50% #f5f5f5 no-repeat;
}