@charset "utf-8";
h2 {
    font-size: 2.8em;
    line-height: 1.4em;
    color: #222;
    font-weight: 700;
}
h3 {
    font-size: 2.6em;
    line-height: 1.4em;
    color: #222;
    font-weight: 700;
}
h4 {
    font-size: 1.6em;
    line-height: 1.4em;
    color: #222;
    font-weight: 700;
}
h5 {
    font-size: 1.4em;
    line-height: 1.4em;
    color: #222;
    font-weight: 700;
}
h6 {
    font-size: 1.2em;
    line-height: 1.4em;
    color: #222;
    font-weight: 700;
}
p.h2-p {
    font-size: 1.7em;
    line-height: 1.4em;
    color: #777;
}
p.h3-p {
    font-size: 1.5em;
    line-height: 1.4em;
    color: #777;
}
p.h4-p {
    font-size: 1.2em;
    line-height: 1.4em;
    color: #777;
}
p.h5-p {
    font-size: 1.1em;
    line-height: 1.4em;
    color: #777;
}
p.h6-p {
    font-size: 1em;
    line-height: 1.4em;
    color: #777;
}
.ellipsis {
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}										/* 1줄 말줄임 */
.line-clamp2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    height: 2.8em;
    -webkit-box-orient: vertical;
    overflow: hidden;
}		/* 2줄 말줄임 */
.line-clamp3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    height: 4.2em;
    -webkit-box-orient: vertical;
    overflow: hidden;
}		/* 3줄 말줄임 */
.line-clamp4 {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    height: 5.8em;
    -webkit-box-orient: vertical;
    overflow: hidden;
}		/* 4줄 말줄임 */
.line-clamp5 {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    height: 7.2em;
    -webkit-box-orient: vertical;
    overflow: hidden;
}		/* 5줄 말줄임 */
.line-clamp5 {
    display: -webkit-box;
    -webkit-line-clamp: 6;
    height: 8.4em;
    -webkit-box-orient: vertical;
    overflow: hidden;
}		/* 6줄 말줄임 */
.thumbnail {
    overflow: hidden;
}
.thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
} /* object fit 속성은 ie 모든 버전에서 지원하지 않기때문에 반드시 js로 크로스브라우징될 수 있도록 작업 */
.thumbnail div {
    transform: scale(1);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.thumbnail:hover div {
    transform: scale(1.02);
}
span.time {
    display: block;
    font-size: 0.85em;
    color: #ccc;
    margin: 15px 0;
}
a:hover {
    text-decoration: none;
}
#section01 div.no_img {
    background: url(/images/C/common/no_img.png) no-repeat center center;
    background-size: 50% !important;
    height: 300px;
}
#section02 div.no_img {
    background: url(/images/C/common/no_img.png) no-repeat center center;
    background-size: 50% !important;
    height: 210px;
}
#section02 div.small_li {
    height: 135px !important;
}
#section02 div.small_li2 {
    height: 123px !important;
}
#section02 div.small_li3 {
    height: 90px !important;
}
#section01 {
    display: inline-block;
    width: 100%;
}
#section01 .item01, #section01 .item02, #section01 .item03 {
    float: left;
}
#section01 .item01 {
    width: calc(50% - 20px);
    margin-right: 30px;
}
#section01 h5 {
    font-size: 1.4em;
    line-height: 1.4em;
    font-weight: 700;
    color: #222;
    margin-bottom: 10px;
}
#section01 .item01 a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}
#section01 .item01 a .thumbnail {
    height: 500px;
}
#section01 .item01 a h5 {
    margin: 15px 0;
    height: 2.8em;
}
#section01 .item01 a p.h5-p {
    height: 2.8em;
}
#section01 .item02 {
    width: calc(25% - 20px);
    margin-right: 30px;
}
#section01 .item02 a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}
#section01 .item02 a:first-child {
    border-bottom: 1px solid #eee;
}
#section01 .item02 a .thumbnail {
    height: 300px;
}
#section01 .item02 a h5 {
    margin: 15px 0;
}
#section01 .item02 a p.h5-p {
    height: 2.8em;
}
#section01 .item03 {
    width: calc(25% - 20px);
}
#section01 .item03 a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}
#section01 .item03 a:first-child {
    border-bottom: 1px solid #eee;
}
#section01 .item03 a .thumbnail {
    height: 300px;
}
#section01 .item03 a h5 {
    margin: 15px 0;
}
#section01 .item03 a p.h5-p {
    height: 2.8em;
}
#section02 {
}
#section02 .area01, #section02 .area03 {
    float: left;
}
#section02 .area01 {
    width: 70%;
}
#section02 .area03 {
    width: 28%;
    margin-left: 2%;
}
#section02 .news-title {
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    width: 100%;
    padding: 15px;
    background: #efefef;
    margin-bottom: 15px;
}
#section02 .news-title a {
    position: absolute;
    display: inline-block;
    right: 15px;
    top: 50%;
    transform: translate(0, -50%);
    color: #222;
}
#section02 .area01 .item01 {
    margin-bottom: 15px;
    display: inline-block;
    width: 100%;
}
#section02 .area01 .item01 .thumbnail, #section02 .area01 .item01 .summary {
    float: left;
    box-sizing: border-box;
}
#section02 .area01 .item01 .thumbnail {
    width: 30%;
    height: 210px;
}
#section02 .area01 .item01 .summary {
    width: 70%;
    padding: 0 25px;
}
#section02 .area01 .item01 .summary h5 {
}
#section02 .area01 .item01 .summary h6 {
    margin: 15px 0;
}
#section02 .area01 .item01 .summary .h5-p {
    height: 5.6em;
}
#section02 .area01 .item02 {
    padding-bottom: 35px;
    margin-bottom: 35px;
    border-bottom: 1px solid #eee;
}
#section02 .area01 .item02 ul {
    overflow:hidden;
}
#section02 .area01 .item02 li {
    float: left;
    width: calc(25% - 15px);
    margin-right: 20px;
}
#section02 .area01 .item02 li:last-child {
    margin-right: 0;
}
#section02 .area01 .item02 li .thumbnail {
    height: 135px;
    margin-bottom: 15px;
}
#section02 .area01 .item02 li .summary .h5-p {
    height: 4.2em;
}
#section02 .area02 {
    width: 100%;
}
#section02 .area02 .item03, #section02 .area02 .item04 {
    float: left;
    box-sizing: border-box;
}
#section02 .area02 .item03 {
    width: 60%;
    padding-right: 20px;
    border-right: 1px solid #eee;
}
#section02 .area02 .item03 > a {
    display: block;
	overflow:hidden;
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 1px solid #eee;
}
#section02 .area02 .item03 > a h6 {
    margin-bottom: 15px;
}
#section02 .area02 .item03 > a .thumbnail, #section02 .area02 .item03 > a .summary {
    float: left;
    box-sizing: border-box;
}
#section02 .area02 .item03 > a .thumbnail {
    width: 25%;
    height: 123px;
}
#section02 .area02 .item03 > a .summary {
    width: 75%;
    padding: 0 25px;
}
#section02 .area02 .item03 ul {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #eee;
}
#section02 .area02 .item03 ul:last-child {
    border-bottom: 0;
}
#section02 .area02 .item03 ul li {
}
#section02 .area02 .item03 ul li a {
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size: 1.4em;
    line-height: 1.8em;
    color: #222;
    font-weight: 700;
}
#section02 .area02 .item04 {
    width: 40%;
    padding-left: 20px;
}
#section02 .area02 .item04 > a {
    display: block;
	overflow:hidden;
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 1px solid #eee;
}
#section02 .area02 .item04 > a:last-child {
    border-bottom: 0;
}
#section02 .area02 .item04 > a h6 {
    margin-bottom: 15px;
}
#section02 .area02 .item04 > a .thumbnail, #section02 .area02 .item04 > a .summary {
    float: left;
    box-sizing: border-box;
}
#section02 .area02 .item04 > a .thumbnail {
    width: 35%;
    height: 90px;
}
#section02 .area02 .item04 > a .summary {
    width: 65%;
    padding: 0 25px;
}
#section02 .area03 .item01 {
    margin-bottom: 20px;
}
#section02 .area03 .item01 a {
    position: relative;
    display: block;
}
#section02 .area03 .item01 a h6 {
    position: absolute;
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 15px 10px;
    background: rgba(0,0,0,0.7);
    color: #fff;
    z-index: 1;
    left: 0;
    bottom: 0;
}
#section02 .area03 .item01 a .thumbnail {
    height: 280px;
}
#section02 .area03 .news-rank {
    margin-bottom: 50px;
}
#section02 .area03 .news-rank a {
    display: block;
    height: 26px;
    line-height: 26px;
    margin-bottom: 12px;
    font-size: 1em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
    color: #555;
}
#section02 .area03 .news-rank a:last-child {
    margin-bottom: 0;
}
#section02 .area03 .news-rank a i {
    display: inline-block;
    box-sizing: border-box;
    width: 26px;
    height: 26px;
    text-align: center;
    background: #bbb;
    color: #fff;
    margin-right: 8px;
    font-size: 14px;
    font-weight: 700;
}
#section02 .area03 .news-rank a.rank i {
    background: #314b76;
    color: #fff;
}
#section02 .area03 .advertising-area{margin-bottom:10px;}
#section02 .area03 .advertising-area a{position:relative; display:block; overflow:hidden;}
#section02 .area03 .advertising-area a img{max-width:100%;min-width:100%; min-height:100%; max-height:100%;}
#section02 .area03 .item02 {
    margin-bottom: 50px;
}
#section02 .area03 .item02 ul {
    display: inline-block;
    width: 100%;
}
#section02 .area03 .item02 ul li {
    float: left;
    width: calc(50% - 5px);
    margin-bottom: 10px;
}
#section02 .area03 .item02 ul li:nth-child(even) {
    margin-left: 10px;
}
#section02 .area03 .item02 ul li a .thumbnail {
    height: 120px;
    margin-bottom: 10px;
}
#section02 .area03 .item02 ul li a h6 {
    font-size: 1em;
    height: 2.2em;
}
#section02 .area03 .item03 {
    margin-bottom: 50px;
}
#section02 .area03 .item03 > a {
    display: inline-block;
    padding-bottom: 25px;
    margin-bottom: 15px;
    border-bottom: 1px solid #eee;
}
#section02 .area03 .item03 > a:last-child {
    border-bottom: 0;
}
#section02 .area03 .item03 > a h6 {
    margin-bottom: 15px;
}
#section02 .area03 .item03 > a .thumbnail, #section02 .area03 .item03 > a .summary {
    float: left;
    box-sizing: border-box;
}
#section02 .area03 .item03 > a .thumbnail {
    width: 35%;
    height: 90px;
}
#section02 .area03 .item03 > a .summary {
    width: 65%;
    padding: 0 25px;
}
#section02 .area03 .item03 ul {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #eee;
}
#section02 .area03 .item03 ul:last-child {
    border-bottom: 0;
}
#section02 .area03 .item03 ul li {
}
#section02 .area03 .item03 ul li a {
    position: relative;
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size: 1em;
    line-height: 1.8em;
    color: #777;
    padding-left: 15px;
}
#section02 .area03 .item03 ul li a::before {
    position: absolute;
    display: inline-block;
    content: '';
    width: 3px;
    height: 3px;
    border-radius: 3px;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    background: #aaa
}
#section02 .area03 .item04 {
    margin-bottom: 50px;
}
#section02 .area03 .item04 > a .thumbnail {
    height: 250px;
}
#section02 .area03 .item04 > a h6 {
    margin: 15px 0;
}

#section01 .item02_new {
	float:left;
	width: calc(50% - 20px);
}

#section01 .item02_new .item02_inner {width: 100%;overflow:hidden;}
#section01 .item02_new .item03_inner {width:100%; overflow:hidden;}
#section01 .item02_new .item02_inner > div {
	float:left;
	width: calc(50% - 20px);
	}

#section01 .item02_new .item02_inner > div:first-child {
	margin-right:30px
}
#section01 .item02_new .item03_inner > div {
	float:left;
	width: calc(50% - 20px);
}
#section01 .item02_new .item03_inner > div:first-child {
	margin-right:30px
}
#section01 .item02_inner a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}
#section01 .item02_new h5 {
    margin: 15px 0;
}
#section01 .item02_inner a:first-child {
    border-bottom: 1px solid #eee;
}
#section01 .item02_inner a .thumbnail {
    height: 300px;
}
#section01 .item03_inner a h5 {
    margin: 15px 0;
}
#section01 .item03_inner a p.h5-p {
    height: 2.8em;
}

@media (max-width:1400px) {
#section02 .area01,  #section02 .area03 {
    float: none;
    clear: both;
}
#section02 .area01 {
    width: 100%;
}
#section02 .area03 {
    width: 100%;
    margin-left: 0%;
}
}

@media (max-width:960px) {
#section01 .item01 {
    width: calc(100%);
    margin-right: 0;
    margin-bottom: 20px;
}
#section01 .item02 {
    width: calc(50% - 10px);
    margin-right: 20px;
}
#section01 .item03 {
    width: calc(50% - 10px);
}
#section01 .item02_new {
	float:none;
	width: 100%;
}
}

@media (max-width:640px) {
#section01 .item02 {
    width: calc(100%);
    margin-right: 0;
}
#section01 .item03 {
    width: calc(100%);
}
#section02 .area01 .item02 li {
    float: left;
    width: calc(50% - 10px);
    margin-right: 20px;
}
#section02 .area01 .item02 li:nth-child(1),  #section02 .area01 .item02 li:nth-child(2) {
    margin-bottom: 20px;
}
#section02 .area01 .item02 li:nth-child(even) {
    margin-right: 0;
}
#section02 .area02 .item03,  #section02 .area02 .item04 {
    float: none;
    clear: both;
}
#section02 .area02 .item03 {
    width: 100%;
    padding-right: 0;
    border-right: 0;
}
#section02 .area02 .item04 {
    width: 100%;
    padding-left: 0;
}
}

@media (max-width:480px) {
#section01 .item02_new .item02_inner > div {
	float:none;
	width: 100%;
	}

#section01 .item02_new .item02_inner > div:first-child {
	margin-right:0px}
#section01 .item02_new .item03_inner > div {
	float:none;
	width:100%;
}
#section01 .item02_new .item03_inner > div:first-child {
	margin-right:0}
}

.bottom_inner {position: relative;max-width:1420px; height: 50px;margin: 0 auto 20px;overflow: hidden;}
.bottom_inner strong {display:block; position: absolute;cursor:pointer;}
.bottom_inner strong.prev_btn{top: 14px;left:0;}
.bottom_inner strong.next_btn{top: 14px;right:0;-webkit-transform: rotate(180deg);-moz-transform: rotate(180deg);-o-transform: rotate(180deg);-ms-transform: rotate(180deg);transform: rotate(180deg);}
.bottom_inner .family_site {margin: 0 20px; width:auto !important; height: 50px;}
.bottom_inner .family_site span {display:inline-block;margin: 5px 8px;}
.bottom_inner .family_site span img{ width:auto; height:40px;}