/* - - - - - - - - - - 공통 - - - - - - - - - - */

.outer { width: 100%; }
.inner { margin: 0 auto; width: 1400px; }
.blind { position: absolute; width: 0px; height: 0px; background: none; font-size: 0; line-height: 0; text-indent: -999em; }
.s_only { display: none; }


/*
z-index
1 : #section1
1 : #section7 .image
2 : #section7 .btn_view
10 : #pop_sform
95 : .skip_navi
*/

/* - - - - - - - - - - 헤더 - - - - - - - - - - */

#top_navi { border-bottom: 1px solid #e1e4eb; background-color: #ffffff; }

.top_date {
    float: left;
	padding: 10px 15px 9px 0;
    font-size: 18px;
    color: #4c4c4c;
    line-height: 20px;
}

.top_link { text-align: right; overflow: hidden; }

.top_link li {
	position: relative;
	display: inline-block;
	margin-right: 1px;
	padding: 10px 15px 9px 20px;
	vertical-align: top;
}

.top_link li:last-child { padding-right: 0; }

.top_link li:after {
	content: '';
	position: absolute;
	top: 13px;
	bottom: 14px;
	left: 0;
	width: 2px;
	background-color: #b7c4e2;
}
.top_link li:first-child:after { display: none; }

.top_link a {
	display: block;
    font-size: 18px;
    color: #4c4c4c;
    line-height: 20px;
    transition-property: color;
    transition-duration: 0.25s;
}

.top_link a:hover,
.top_link a:focus { color: #7a88c4; }

#gnb_wrap {
    position: relative;
    padding: 20px 0;
    background-color: #ffffff;
    border-bottom: 5px solid;
    border-image: linear-gradient(to right, #f5aa00, #eb6600) 1;
}

h1 {
    float: left;
    display: inline-block;
}

h1 a {
    display: block;
    margin-top: -2px;
    width: 432px;
    height: 68px;
    background: url('/images/newshome/2024/top_logo2.png') no-repeat;
    background-size: auto 68px;
    text-indent: -999em;
}

#gnb {
    margin-left: 470px;
    margin-right: 80px;
    text-align: center;
}

#gnb ul {
    display: flex;
    justify-content: space-evenly;
    width: 100%;
    vertical-align: top;
}

#gnb .bmenu {
    position: relative;
    display: block;
    margin: 18px 12px;
    font-size: 22px;
    font-weight: 700;
    color: #000000;
    line-height: 24px;
    transition-property: color;
    transition-duration: 0.1s;
    transition-timing-function: ease-in-out;
}

#gnb .bmenu:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -30px;
    height: 5px;
    background-color: #ffffff;
    transition-property: background, bottom, opacity;
    transition-duration: 0.1s;
    transition-timing-function: ease-in-out;
    opacity: 0;
}

#gnb .bmenu:hover { color: #21449c; }

#gnb .bmenu:hover:after {
    bottom: -20px;
    background-color: #21449c;
    opacity: 1;
}

.side_ico {
    position: absolute;
    top: 25px;
    left: 50%;
    margin-left: 650px;
}

.btn_sform_on {
    width: 50px;
    height: 50px;
    background: url('/images/newshome/2024/ico_search.png') center center no-repeat;
    background-size: 32px;
    text-indent: -999em;
    cursor: pointer;
}

.btn_sform_off {
    width: 50px;
    height: 50px;
    background: #21449c url('/images/newshome/2024/ico_close_w.png') center center no-repeat;
    background-size: 32px;
    text-indent: -999em;
    cursor: pointer;
}

#pop_sform {
    position: absolute;
    top: 90px;
    right: 0;
    left: 0;
    padding: 25px 0;
    width: 100%;
    border-top: 1px dashed #e1e4ed;
    background-color: #ffffff;
    opacity: 0;
    transition-property: top, opacity;
    transition-duration: 0.25s;
    transition-timing-function: ease-in-out;
    z-index: 10;
}

#pop_sform.on {
    top: 100px;
    opacity: 1;
}

#pop_sform.on:after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: linear-gradient(to right, #f5aa00, #eb6600);
}

#pop_sform .sform_input {
    margin: 0 auto;
    width: 600px;
    height: 60px;
    border-radius: 10px;
    background-color: #eff0f5;
}

.sform_input input {
    margin-left: 20px;
    width: 490px;
    height: 60px;
    border: 0;
    font-size: 18px;
    background-color: #eff0f5;
    appearance: none;
}

.sform_input a {
    float: right;
    display: block;
    margin-left: 10px;
    width: 80px;
    height: 60px;
    background: url('/images/newshome/2024/ico_search.png') center center no-repeat;
    background-size: 32px;
    text-indent: -999em;
}

.keyword { margin-top: 20px; text-align: center; }
.keyword ul { display: inline-block; overflow: hidden; }

.keyword li {
    float: left;
    margin: 0 10px;
}

.keyword a {
    font-size: 18px;
    color: #4c4c4c;
}

.keyword a:hover,
.keyword a:focus { text-decoration: underline; }

.keyword span {
    font-size: 18px;
    color: #f7ab00;
}

.btn_menu_on {
    float: right;
    width: 50px;
    height: 50px;
    background: url('/images/newshome/2024/ico_menu.png') center center no-repeat;
    background-size: 32px;
    text-indent: -999em;
    cursor: pointer;
}

/* - - - - - - - - - - 메인 - - - - - - - - - - */

/* 공통 */
.control .num {
    float: left;
    padding-top: 2px;
    font-size: 22px;
    color: #bdc3dd;
    line-height: 48px;
    letter-spacing: 2px;
}

.control .num span {
    position: relative;
    margin-right: 20px;
    padding-right: 20px;
    font-size: inherit;
    font-weight: 700;
    color: #394667;
    line-height: inherit;
}

.control .num span:after {
    content: '';
    position: absolute;
    top: 6px;
    right: 0;
    width: 2px;
    height: 14px;
    background-color: #bdc3dd;
}

.control_item {
    float: right;
    margin-left: 20px;
    padding: 2px;
}

.control_item div { float: left; }

.control_item div a {
    display: block;
    width: 40px;
    height: 46px;
    text-indent: -999em;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto 20px;
}

.control_item div.prev a { background-image: url('/images/newshome/2024/ico_prev.png'); }
.control_item div.stop a { background-image: url('/images/newshome/2024/ico_stop.png'); }
.control_item div.play a { background-image: url('/images/newshome/2024/ico_play.png'); }
.control_item div.next a { background-image: url('/images/newshome/2024/ico_next.png'); }

.more {
    position: absolute;
    top: 0;
    right: 0;
}

.more a {
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    text-indent: -999em;
    background: #394667 url('/images/newshome/2024/ico_more.png') center center no-repeat;
    background-size: 18px;
    transition-property: background;
    transition-duration: 0.25s;
    transition-timing-function: ease-in-out;
}

.more a:hover,
.more a:focus {
    background-color: #546180;
}

h3 {
    margin-bottom: 25px;
    font-size: 32px;
    font-weight: 700;
    line-height: 50px;
}

/* 핫뉴스 */
.section1_bg {
    position: relative;
    background-color: #f0f1f5;
}

#section1 {
    position: relative;
    z-index: 1;
}

#section1 h3 { color: #21449c; }

#section1 .section_article a {
    display: block;
    text-align: right;
    overflow: hidden;
}

#section1 .image {
    position: relative;
    display: inline-block;
    width: 900px;
    text-align: right;
    overflow: hidden;
    isolation: isolate;
    vertical-align: top;
}

#section1 .image img {
    width: 100%;
    height: 100%;
    vertical-align: top;
}

#section1 .org {
    position: absolute;
    display: block;
    object-fit: cover;
    transform: scale(1.0);
    transition-property: transform;
    transition-duration: 0.25s;
    transition-timing-function: ease-in-out;
}

#section1 a:hover .org { transform: scale(1.1); }

#section1 .text_area {
    position: absolute;
    left: 0;
    bottom: 130px;
    width: 500px;
    padding-right: 40px;
    text-align: left;
}

#section1 .section {
    display: inline-block;
    font-size: 28px;
    font-weight: 600;
    color: #21449c;
    line-height: 36px;
}

#section1 .title {
    margin-top: 26px;
    display: -webkit-box;
    font-size: 42px;
    font-weight: 600;
    color: #000000;
    line-height: 50px;
	word-break: break-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    text-overflow: ellipsis;
	overflow: hidden;
}

#section1 .btn_view {
    position: relative;
    display: inline-block;
	margin-top: 70px;
    padding: 15px 60px 15px 20px;
	font-size: 22px;
	color: #21449c;
	line-height: 28px;
    border: 1px solid #bdc3dd;
    background-color: #f0f1f5;
    transition-property: background;
    transition-duration: 0.25s;
    transition-timing-function: ease-in-out;
}

#section1 .btn_view:before {
    content: '';
    position: absolute;
    top: 20px;
    right: 29px;
    width: 2px;
    height: 20px;
    background-color: #bdc3dd;
}

#section1 .btn_view:after {
    content: '';
    position: absolute;
    top: 29px;
    right: 20px;
    width: 20px;
    height: 2px;
    background-color: #bdc3dd;
}

#section1 a:hover .btn_view {
    color: #ffffff;
    background-color: #21449c;
}

#section1 .control {
    position: absolute;
    bottom: 30px;
    left: 0;
    overflow: hidden;
}

.bg_section1 {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -490px;
    width: 400px;
    height: 166px;
    background: url('/images/newshome/2024/bg_section1_1.png') center bottom no-repeat;
    z-index: 0;
}

.bg_section2 {
    position: absolute;
    top: 70px;
    left: 50%;
    margin-left: -400px;
    width: 360px;
    height: 360px;
    background: url('/images/newshome/2024/bg_section1_2.png') center center no-repeat;
    z-index: 0;
}

.bg_section3 {
    position: absolute;
    bottom: -30px;
    left: 50%;
    margin-left: -1200px;
    width: 500px;
    height: 280px;
    background: url('/images/newshome/2024/bg_section1_3.png') center top no-repeat;
    z-index: 0;
}

/* 언론 속 KOREATECH */
.section2_bg {
    padding: 50px 0 0 0;
    background-color: #f0f1f5;
    border-top: 1px solid #ffffff;
}

#section2 { position: relative; }
#section2 h3 { color: #ff7f00; }
#section2 .section_article ul { display: flex; }

#section2 .section_article li {
    margin-left: 2%;
    padding: 30px;
    width: 32%;
    background-color: #ffffff;
    border: 1px solid #e1e4eb;
    border-radius: 10px;
    transition-property: border, margin;
    transition-duration: 0.25s;
    transition-timing-function: ease-in-out;
}

#section2 .section_article li:first-child { margin-left: 0; }
#section2 .section_article a { display: block; }

#section2 .section_article li:hover {
    border-color: #bdc3dd;
    margin-top: -10px;
}

#section2 .date {
    float: left;
    margin-right: 20px;
    padding-top: 10px;
    width: 70px;
    height: 70px;
    font-size: 14px;
    line-height: 16px;
    color: #ffffff;
    text-align: center;
    background-color: #394667;
    transition-property: background;
    transition-duration: 0.25s;
    transition-timing-function: ease-in-out;
}

#section2 .section_article li:hover .date { background-color: #21449c; }

#section2 .date span {
    display: block;
    font-family: 'SUIT', sans-serif;
    font-size: 36px;
    font-weight: 700;
    line-height: 40px;
    color: #ffffff;
    text-align: center;
}

#section2 .title {
    display: -webkit-box;
    padding-top: 7px;
    font-size: 22px;
    font-weight: 500;
    color: #000000;
    line-height: 28px;
	word-break: break-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
	overflow: hidden;
}

#section2 .context {
    clear: both;
    display: -webkit-box;
    padding-top: 15px;
    font-size: 16px;
    color: #888888;
    line-height: 20px;
	word-break: break-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
	overflow: hidden;
}

/* 바로가기 */
.section3_bg {
    margin-top: -66px;
    padding-top: 66px;
    background-color: #183072;
}

#section3 { position: relative; }

#section3 ul {
    display: flex;
    width: 100%;
}

#section3 li {
    padding: 40px 0;
    width: 20%;
}

#section3 a {
    display: block;
    line-height: 70px;
    text-align: center;
}

#section3 img {
    height: 70px;
    vertical-align: top;
}

#section3 a span {
    display: inline-block;
    margin-left: 20px;
    font-size: 24px;
    font-weight: 600;
    color: #5c6792;
    line-height: 70px;
    vertical-align: top;
    transition-property: color;
    transition-duration: 0.25s;
    transition-timing-function: ease-in-out;
}

#section3 a:hover span,
#section3 a:focus span { color: #bdc3dd; }

#section3 .letter span { margin-top: 5px; line-height: 30px; text-align: left; }
#section3 .letter .br { display: block; margin: 0; padding: 0; height: 0; line-height: 0; }

/* 보도자료 */
.section4_bg {
    margin: 40px auto;
    overflow: hidden;
}

#section4 {
    float: left;
    position: relative;
    width: 880px;
}

#section4 h3 { color: #21449c; }
#section4 .section_article ul { display: flex; }

#section4 .section_article li {
    width: 32%;
    margin-left: 2%;
    border-radius: 10px;
    background-color: #ffffff;
}

#section4 .section_article li:first-child { margin-left: 0; }

#section4 .section_article a {
    display: block;
    overflow: hidden;
}

#section4 .image {
    position: relative;
	display: block;
    border-radius: 10px;
    isolation: isolate;
    background-color: #f7f7f7;
	overflow: hidden;
    isolation: isolate;
}

#section4 .image img {
    max-width: 100%;
    /* 비율 대신 세로형 사진 대비 */ width: 100%;
    height: 100%;
    vertical-align: top;
}

#section4 .org {
    position: absolute;
    display: block;
    object-fit: cover;
    transform: scale(1.0);
    transition-property: transform;
    transition-duration: 0.25s;
    transition-timing-function: ease-in-out;
}

#section4 a:hover .org { transform: scale(1.1); }
#section4 .text_area { margin-top: 15px; }

#section4 .title {
    display: -webkit-box;
    font-size: 22px;
    font-weight: 500;
    color: #000000;
    line-height: 30px;
	word-break: break-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
	overflow: hidden;
}

#section4 .date {
	margin-top: 10px;
    font-size: 18px;
    color: #a9abb0;
    line-height: 24px;
}

#section4 a:hover .title { color: #21449c; }

    /* 비율 대신 세로형 사진 대비 - onject-fit 까지 없애면 찌그러져서 영역에 맞춰짐
    #section4 .image .size {
        width: auto;
        max-width: 100%;
        height: auto;
        vertical-align: top;
    }

    #section4 .image img {  margin: 0 auto; }

    #section4 .org {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        display: block;
        transform: scale(1.0);
        transition-property: transform;
        transition-duration: 0.25s;
        transition-timing-function: ease-in-out;
    } */

/* 많이 본 기사 */
#section5 {
    float: right;
    position: relative;
    width: 440px;
}

#section5 h3 { color: #ff7f00; }
#section5 .section_article li { margin-top: 14px; }
#section5 .section_article li:first-child { margin-top: 0; }

#section5 .section_article a {
    position: relative;
    display: block;
    min-height: 30px;
    overflow: hidden;
}

#section5 .num {
    position: absolute;
    width: 30px;
    height: 30px;
    font-family: 'SUIT', sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: #ffffff;
    line-height: 30px;
    text-align: center;
    border-radius: 30px;
    background-color: #9ba3c3;
    transition-property: background;
    transition-duration: 0.25s;
    transition-timing-function: ease-in-out;
}

#section5 .title {
    display: -webkit-box;
    margin-left: 40px;
    font-size: 22px;
    color: #000000;
    line-height: 28px;
	word-break: break-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
	overflow: hidden;
    transition-property: color;
    transition-duration: 0.25s;
    transition-timing-function: ease-in-out;
}

#section5 a:hover .title { color: #21449c; }
#section5 a:hover .num { background-color: #21449c; }

/* 동문 인터뷰 */
.section6_bg {
    padding: 40px 0 50px;
    background-color: #f0f1f5;
    overflow: hidden;
}

#section6 {
    float: left;
    position: relative;
    width: 880px;
}

#section6 h3 { color: #ff7f00; }

#section6 .section_article li {
    border-radius: 30px;
    background-color: #183072;
    transition-property: background;
    transition-duration: 0.25s;
    transition-timing-function: ease-in-out;
}

#section6 .section_article li:hover { background-color: #081f5e; }

#section6 .section_article a {
    display: block;
    position: relative;
    overflow: hidden;
}

#section6 .image {
    position: relative;
	float: left;
	display: block;
    width: 500px;
    border-radius: 30px 0 0 30px;
    isolation: isolate;
	overflow: hidden;
    isolation: isolate;
}

#section6 .image img {
    width: 100%;
    height: 100%;
    vertical-align: top;
}

#section6 .org {
    position: absolute;
    display: block;
    object-fit: cover;
    transform: scale(1.0);
    transition-property: transform;
    transition-duration: 0.25s;
    transition-timing-function: ease-in-out;
}

#section6 a:hover .org { transform: scale(1.1); }

#section6 .text_area_wrap {
    display: flex;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 380px;
}

#section6 .text_area {
    display: flex;
    width: 100%;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    padding: 30px;
    text-align: center;
    vertical-align: middle;
}

#section6 .title1 {
    display: -webkit-box;
    font-size: 20px;
    font-weight: 500;
    color: #ffffff;
    line-height: 26px;
	word-break: break-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
	overflow: hidden;
}

#section6 .title2 {
    margin-top: 15px;
    padding: 2px 10px;
    display: inline-block;
    background-color: #bdc3dd;
    vertical-align: top;
	overflow: hidden;
}

#section6 .title2 span {
    display: -webkit-box;
    font-size: 20px;
    font-weight: 600;
    color: #183072;
    line-height: 26px;
	word-break: break-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
}

#section6 .name {
    margin-top: 35px;
    margin-bottom: 35px;
    display: -webkit-box;
    font-size: 44px;
    color: #ffffff;
    line-height: 50px;
	word-break: break-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
	overflow: hidden;
}

#section6 .name span { font-weight: 600; }

#section6 .info1 {
    display: -webkit-box;
    font-size: 22px;
    color: #ffffff;
    line-height: 26px;
	word-break: keep-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
	overflow: hidden;
}

#section6 .info2 {
    margin-top: 10px;
    display: -webkit-box;
    font-size: 22px;
    color: #ffffff;
    line-height: 26px;
	word-break: keep-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
	overflow: hidden;
}

/* 소식지 */
#section7 {
    float: right;
    position: relative;
    width: 440px;
}

#section7 h3 { color: #21449c; }

#section7 .section_article a:after {
    content: '';
    position: absolute;
    top: 0;
    right: 40px;
    bottom: 0;
    left: 0;
    border: 10px solid #ffffff;
}

#section7 .section_article a {
    position: relative;
    display: block;
    overflow: hidden;
}

#section7 .btn_view {
    position: absolute;
    right: 0;
    bottom: 40px;
    display: inline-block;
    padding: 15px 60px 15px 20px;
    max-width: 70%;
    font-size: 20px;
    color: #ffffff;
    line-height: 26px;
    z-index: 2;
    background: #183072 url('/images/newshome/2024/ico_next.png') center right 20px no-repeat;
    background-size: auto 16px;
    transition-property: background;
    transition-duration: 0.25s;
    transition-timing-function: ease-in-out;
}

#section7 a:hover .btn_view {
    background: #21449c url('/images/newshome/2024/ico_next.png') center right 10px no-repeat;
    background-size: auto 16px;
}

#section7 .image {
    position: relative;
	display: block;
    width: 292px;
    height: 375px;
	overflow: hidden;
    z-index: 1;
}

#section7 .image img {
    width: 100%;
    height: 100%;
    vertical-align: top;
}

#section7 .org {
    position: absolute;
    display: block;
}

/* 기획 */
.section8_bg {
    margin-top: 40px;
    overflow: hidden;
}

#section8 {
    position: relative;
    float: left;
    width: 660px;
}

#section8 h3 { color: #21449c; }
#section8 .section_article ul { display: flex; }

#section8 .section_article li {
    width: 48.5%;
    margin-left: 3%;
    border-radius: 30px;
}

#section8 .section_article li:first-child { margin-left: 0; }

#section8 .section_article a {
    display: block;
    overflow: hidden;
}

#section8 .image {
    position: relative;
	display: block;
    border-radius: 10px;
    isolation: isolate;
    background-color: #f7f7f7;
	overflow: hidden;
    isolation: isolate;
}

#section8 .image img {
    max-width: 100%;
    /* 비율 대신 세로형 사진 대비 */ width: 100%;
    height: 100%;
    vertical-align: top;
}

#section8 .org {
    position: absolute;
    display: block;
    object-fit: cover;
    transform: scale(1.0);
    transition-property: transform;
    transition-duration: 0.25s;
    transition-timing-function: ease-in-out;
}

#section8 a:hover .org { transform: scale(1.1); }

#section8 .title {
    display: -webkit-box;
    margin-top: 15px;
    font-size: 22px;
    font-weight: 500;
    color: #000000;
    line-height: 30px;
	word-break: break-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
	overflow: hidden;
}

#section8 a:hover .title { color: #21449c; }

    /* 비율 대신 세로형 사진 대비 - onject-fit 까지 없애면 찌그러져서 영역에 맞춰짐
    #section8 .image .size {
        width: auto;
        max-width: 100%;
        height: auto;
        vertical-align: top;
    }

    #section8 .image img { margin: 0 auto; }

    #section8 .org {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        display: block;
        transform: scale(1.0);
        transition-property: transform;
        transition-duration: 0.25s;
        transition-timing-function: ease-in-out;
    } */

/* 산학협력 */
#section9 {
    position: relative;
    float: right;
    width: 660px;
}

#section9 h3 { color: #21449c; }
#section9 .section_article ul { display: flex; }

#section9 .section_article li {
    width: 48.5%;
    margin-left: 3%;
    border-radius: 30px;
}

#section9 .section_article li:first-child { margin-left: 0; }

#section9 .section_article a {
    display: block;
    overflow: hidden;
}

#section9 .image {
    position: relative;
	display: block;
    border-radius: 10px;
    isolation: isolate;
    background-color: #f7f7f7;
	overflow: hidden;
    isolation: isolate;
}

#section9 .image img {
    max-width: 100%;
    /* 비율 대신 세로형 사진 대비 */ width: 100%;
    height: 100%;
    vertical-align: top;
}

#section9 .org {
    position: absolute;
    display: block;
    object-fit: cover;
    transform: scale(1.0);
    transition-property: transform;
    transition-duration: 0.25s;
    transition-timing-function: ease-in-out;
}

#section9 a:hover .org { transform: scale(1.1); }

#section9 .title {
    display: -webkit-box;
    margin-top: 15px;
    font-size: 22px;
    font-weight: 500;
    color: #000000;
    line-height: 30px;
	word-break: break-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
	overflow: hidden;
}

#section9 a:hover .title { color: #21449c; }

    /* 비율 대신 세로형 사진 대비 - onject-fit 까지 없애면 찌그러져서 영역에 맞춰짐
    #section9 .image .size {
        width: auto;
        max-width: 100%;
        height: auto;
        vertical-align: top;
    }

    #section9 .image img { margin: 0 auto; }

    #section9 .org {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        display: block;
        transform: scale(1.0);
        transition-property: transform;
        transition-duration: 0.25s;
        transition-timing-function: ease-in-out;
    }*/


/* - - - - - - - - - - 서브 - - - - - - - - - - */

#sub_container {
    position: relative;
    padding-top: 40px;
}

#sub_container:after {
   content: '';
   position: absolute;
   top: 0;
   right: 0;
   left: 0;
   height: 121px;
   background-color: #f0f1f5;
   z-index: -1;
}

#cont_tit {
    padding: 20px 40px;
    background-color: #ffffff;
    border-bottom: 1px solid #e1e4eb;
    overflow: hidden;
}

#cont_tit h3 {
    display: inline-block;
    margin-bottom: 0;
    font-size: 32px;
    color: #21449c;
    line-height: 40px;

}

#cont_tit .loc { float: right; }
#cont_tit .loc ul { overflow: hidden; }

#cont_tit .loc li {
    float: left;
    margin-left: 20px;
    padding: 10px 0 10px 32px;
    font-size: 18px;
    font-weight: 300;
    color: #4c4c4c;
    line-height: 20px;
    background: url('/images/newshome/2024/ico_loc.png') left center no-repeat;
    background-size: auto 20px;
}

#cont_tit .loc li:first-child { background: none; }

/* 기사보기 */
#article_view .title_wrap { padding: 50px 0 40px; }

#article_view .title {
    font-size: 44px;
    font-weight: 700;
    line-height: 52px;
    text-align: center;
    color: #172a5b;
    word-break: keep-all;
}

#article_view .stitle {
    margin-top: 15px;
    font-size: 28px;
    font-weight: 500;
    line-height: 36px;
    text-align: center;
    color: #5f78b7;
    word-break: keep-all;
}

#article_view .title span { font-weight: inherit; }
#article_view .stitle span { font-weight: inherit; }
#article_view .info_wrap { background-color: #f0f1f5; }

#article_view .info_item {
    display: inline-block;
    padding: 15px 20px;
    vertical-align: top;
    overflow: hidden;
}

#article_view .info_item .date {
    float: left;
    font-size: 16px;
    font-weight: 300;
    color: #707485;
    line-height: 20px;
}

#article_view .info_item .hit {
    float: left;
    margin-left: 25px;
    font-size: 16px;
    font-weight: 300;
    color: #707485;
    line-height: 20px;
}

#article_view .info_item .date span,
#article_view .info_item .hit span { font-weight: 500; }
#article_view .share_wrap { float: right; }
#article_view .share_wrap ul { overflow: hidden; }
#article_view .share_wrap li { float: left; }

#article_view .share_wrap a {
    display: inline-block;
    margin-left: 1px;
    width: 50px;
    height: 50px;
    background-color: #bfc9e0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 50px;
    text-indent: -999em;
}

#article_view .share_wrap a:hover { background-color: #a4b1d2; }
#article_view .share_wrap .sns_blog { background-image: url('/images/newshome/2024/ico_blog.png');}
#article_view .share_wrap .sns_fb { background-image: url('/images/newshome/2024/ico_fbook.png');}
#article_view .share_wrap .sns_kakao { background-image: url('/images/newshome/2024/ico_kakao.png');}
#article_view .share_wrap .sns_link { background-image: url('/images/newshome/2024/ico_link.png');}
#article_view .share_wrap .sns_print { background-image: url('/images/newshome/2024/ico_print.png');}

#article_view_content {
    padding: 50px 0;
    font-size: 20px;
    font-weight: 300;
    line-height: 1.4;
    color: #000000;
    overflow: hidden;
}

#article_view_content p { margin-bottom: 20px; font-weight: inherit; }
#article_view_content a { color: #21449c; font-weight: inherit; }
#article_view_content a:hover { text-decoration: underline; }
#article_view_content strong { font-weight: 600; }
#article_view_content font { font-size: inherit; font-weight: inherit; }

#article_view_content img {
    margin: 0 auto;
    max-width: 1200px;
    height: auto !important;
}

#files li {
    position: relative;
    margin-top: 5px;
}

#files li:first-child { margin-top: 0; }

#files .file_name {
    display: inline;
    padding: 0 0 0 26px;
    font-size: 18px;
    font-weight: 300;
    color: #21449c;
    line-height: 24px;
}

#files .file_name:before {
    content: '';
    position: absolute;
    top: 4px;
    left: 0;
    bottom: 0;
    width: 16px;
    height: 16px;
    background: url('/images/newshome/2024/ico_file.png') left center no-repeat;
    background-size: 16px;
}

#files .file_btn {
    margin-left: 10px;
    display: inline-block;
    padding: 0 10px;
    font-size: 16px;
    color: #ffffff;
    line-height: 24px;
    background-color: #21449c;
    border-radius: 4px;
}

#files .file_btn:hover { background-color: #3e62bb; }

#article_more {
    margin-top: 50px;
    border: 1px solid #bdc3dd;
}

#article_more li {
    padding: 14px 50px;
    border-top: 1px solid #bdc3dd;
}

#article_more li:first-child { border-top: 0; }

#article_more .more_prev,
#article_more .more_next {
    position: relative;
    float: left;
    margin-right: 36px;
    padding: 0 36px 0 40px;
    font-size: 20px;
    color: #21449c;
    line-height: 30px;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 20px;
}

#article_more .more_prev { background-image: url('/images/newshome/2024/ico_more_prev.png'); }
#article_more .more_next { background-image: url('/images/newshome/2024/ico_more_next.png'); }

#article_more .more_prev:after,
#article_more .more_next:after {
    content: '';
    position: absolute;
    top: 6px;
    right: 0;
    bottom: 6px;
    width: 2px;
    background-color: #e1e4eb;
}

#article_more .more_title {
    font-size: 20px;
    font-weight: 300;
    color: #555555;
    line-height: 30px;
}

#article_more .more_title a {
    display: block;
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
    line-height: inherit;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

#article_more .more_title a:hover { color: #21449c; }

#btn_wrap {
    margin-top: 50px;
    text-align: center;
}

#btn_wrap a {
    display: inline-block;
    padding: 20px 60px;
    font-size: 22px;
    color: #ffffff;
    line-height: 30px;
    background-color: #183072;
    border-radius: 10px;
}

#btn_wrap a:hover { background-color: #21449c; }


/* 게시판 검색 */
#article_info {
    margin-top: 40px;
    padding: 30px 0;
    overflow: hidden;
}

#article_info .article_item {
    float: left;
    margin-top: 30px;
    font-size: 18px;
    font-weight: 300;
    line-height: 20px;
    color: #888888;
}

#article_info .article_item1,
#article_info .article_item2 {
    display: inline-block;
    font-weight: inherit;
}

#article_info .article_item span {
    font-weight: 400;
    color: #555555;
}

#article_info .article_form { float: right; }

#article_info select {
    padding: 4px 60px 4px 10px;
    font-size: 18px;
    font-weight: 300;
    line-height: 40px;
    color: #000000;
    vertical-align: top;
    border: 1px solid #bdc3dd;
    border-radius: 4px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: #ffffff url('/images/newshome/2024/ico_more_next.png') center right 10px no-repeat;
    background-size: 16px;
}

#article_info input {
    margin: 0 10px;
    width: 300px;
    font-size: 18px;
    font-weight: 300;
    line-height: 40px;
    height: 50px;
    border: 1px solid #bdc3dd;
    border-radius: 4px;
}

#article_info a {
    display: inline-block;
    padding: 5px 20px;
    font-size: 18px;
    font-weight: 300;
    color: #ffffff;
    line-height: 40px;
    border-radius: 4px;
    background-color: #21449c;
    vertical-align: top;
}

#article_info a.subs {
    padding: 5px 50px 5px 20px;
    background: #21449c url('/images/newshome/2024/ico_next.png') right 20px center no-repeat;
    background-size: 12px;
}

.word {
    font-size: inherit;
    color: #eb6600;
    line-height: inherit;
}

.title .word { font-weight: 600; }
.text .word { font-weight: 500; }

.empty {
    padding: 100px 0;
    font-size: 20px;
    font-weight: 300;
    line-height: 30px;
    text-align: center;
    border-top: 1px solid #e1e4eb;
}

.best_date {
    padding: 30px;
    text-align: center;
}

.best_date .best_ico {
    display: inline-block;
    margin-right: 30px;
    width: 100px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    border-radius: 50px;
    background-color: #f0f1f5;
}

.best_date img {
    height: 50px;
    vertical-align: middle;
}

.best_date .best_txt {
    display: inline-block;
    font-size: 20px;
    font-weight: 300;
    line-height: 30px;
    vertical-align: middle;
}

.best_date span {
    font-weight: 500;
    color: #21449c;
}

.letter_guide {
    margin-bottom: -40px;
    padding: 30px;
    border-bottom: 1px solid #e1e4eb;
    text-align: center;
    overflow: hidden;
}

.letter_guide .letter_ico {
    display: inline-block;
    margin-right: 30px;
    width: 100px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    border-radius: 50px;
    background-color: #f0f1f5;
}

.letter_guide img {
    height: 50px;
    vertical-align: middle;
}

.letter_guide .letter_wrap {
    display: inline-block;
    font-size: 20px;
    font-weight: 300;
    line-height: 30px;
    text-align: left;
    vertical-align: middle;
}

.letter_guide .letter_tit {
    font-size: 30px;
    font-weight: 500;
    color: #21449c;
    line-height: 40px;
    word-break: break-all;
}

.letter_guide .letter_tit span {
    font-size: inherit;
    font-weight: 700;
    color: inherit;
    line-height: inherit;
}

.letter_guide .letter_txt {
    margin-top: 10px;
    font-size: 18px;
    line-height: 24px;
}

.letter_guide .letter_txt li {
    margin-top: 5px;
    margin-left: 16px;
    list-style-type: disc;
    word-break: break-all;
}

.letter_guide .letter_txt li:first-child { margin-top: 0; }
.letter_guide .letter_txt li::marker { color: #21449c; }

/* 중그룹 기사목록 : 일반 */
#normal_article .section_article ul { border-top: 1px solid #e1e4eb; }

#normal_article .section_article li {
    position: relative;
    display: block;
    border-bottom: 1px dashed #e1e4eb;
    background-color: #ffffff;
}

#normal_article .section_article li:last-child { border-bottom: 0; }

#normal_article .section_article a {
    display: block;
    padding: 30px;
    overflow: hidden;
    transition-property: background;
    transition-duration: 0.25s;
    transition-timing-function: ease-in-out;
}

#normal_article .image {
    float: left;
    position: relative;
    margin-right: 30px;
    width: 300px;
    border-radius: 10px;
    isolation: isolate;
    background-color: #f7f7f7;
    overflow: hidden;
}

#normal_article img {
    max-width: 100%;
    /* 비율 대신 세로형 사진 대비 */ width: 100%;
    height: 100%;
    vertical-align: top;
}

#normal_article .org {
    position: absolute;
    display: block;
    object-fit: cover;
    transform: scale(1.0);
    transition-property: transform;
    transition-duration: 0.25s;
    transition-timing-function: ease-in-out;
}

#normal_article a:hover .org { transform: scale(1.1); }

#normal_article .text_wrap {
    display: table-cell;
    height: 225px;
    line-height: 0;
    vertical-align: middle;
}

#normal_article .title {
    display: -webkit-box;
    font-size: 26px;
    font-weight: 600;
    color: #172a5b;
    line-height: 36px;
    word-break: break-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    overflow: hidden;
}

#normal_article .stitle {
    display: -webkit-box;
    margin-top: 10px;
    font-size: 18px;
    color: #5f78b7;
    line-height: 30px;
    word-break: break-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    overflow: hidden;
}

#normal_article .text {
    display: -webkit-box;
    font-size: 18px;
    font-weight: 300;
    color: #888888;
    line-height: 26px;
    text-align: justify;
    word-break: break-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
    overflow: hidden;
}

#normal_article .date {
    display: -webkit-box;
    margin-top: 10px;
    font-size: 16px;
    font-weight: 300;
    color: #a9abb0;
    line-height: 22px;
    word-break: break-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    overflow: hidden;
}

#normal_article .section_article a:hover { background-color: #f7f8fb; }
#normal_article li.imgN .image { display: none; }
#normal_article li.imgN .text_wrap { height: auto; }

    /* 비율 대신 세로형 사진 대비 - onject-fit 까지 없애면 찌그러져서 영역에 맞춰짐
    #normal_article .image .size {
        width: auto;
        max-width: 100%;
        height: auto;
        vertical-align: top;
    }

    #normal_article .image img { margin: 0 auto; }

    #normal_article .org {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        display: block;
        transform: scale(1.0);
        transition-property: transform;
        transition-duration: 0.25s;
        transition-timing-function: ease-in-out;
    } */

/* 중그룹 기사목록 : 갤러리 */
#photo_article .section_article ul {
    display: flex;
    padding-top: 40px;
    border-top: 1px solid #e1e4eb;
    flex-wrap: wrap;
    overflow: hidden;
}

#photo_article .section_article li {
    position: relative;
    margin-left: 2%;
    margin-bottom: 40px;
    width: 23.5%;
    background-color: #ffffff;
}

#photo_article .section_article li:first-child { margin-left: 0; }
#photo_article .section_article li:nth-child(4n+1) { margin-left: 0; }

#photo_article .section_article a {
    display: block;
    overflow: hidden;
    transition-property: background;
    transition-duration: 0.25s;
    transition-timing-function: ease-in-out;
}

#photo_article .section_article a .image:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: url('/images/newshome/2024/bg_black60.png');
    transition-property: opacity;
    transition-duration: 0.25s;
    transition-timing-function: ease-in-out;
    opacity: 0;
}

#photo_article .section_article a:hover .image:after { opacity: 1; }

#photo_article .section_article a .image:before {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    font-size: 18px;
    color: #ffffff;
    line-height: 30px;
    text-align: center;
    vertical-align: middle;
    background: url('/images/newshome/2024/ico_view.png') center center no-repeat;
    background-size: 50px;
    transition-property: opacity;
    transition-duration: 0.25s;
    transition-timing-function: ease-in-out;
    z-index: 1;
    opacity: 0;
}

#photo_article .section_article a:hover .image:before { opacity: 1; }

#photo_article .image {
    position: relative;
    border-radius: 10px;
    isolation: isolate;
    background-color: #f7f7f7;
    overflow: hidden;
}

#photo_article img {
    max-width: 100%;
    /* 비율 대신 세로형 사진 대비 */ width: 100%;
    height: 100%;
    vertical-align: top;
}

#photo_article .org {
    position: absolute;
    display: block;
    object-fit: cover;
    transform: scale(1.0);
    transition-property: transform;
    transition-duration: 0.25s;
    transition-timing-function: ease-in-out;
}

#photo_article a:hover .org { transform: scale(1.1); }
#photo_article .text_wrap { margin-top: 15px; }

#photo_article .title {
    display: -webkit-box;
    font-size: 22px;
    font-weight: 500;
    color: #172a5b;
    line-height: 30px;
    word-break: break-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    overflow: hidden;
}

#photo_article .date {
    display: -webkit-box;
    margin-top: 10px;
    font-size: 16px;
    font-weight: 300;
    color: #a9abb0;
    line-height: 22px;
    word-break: break-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    overflow: hidden;
}

    /* 비율 대신 세로형 사진 대비 - onject-fit 까지 없애면 찌그러져서 영역에 맞춰짐
    #photo_article .image .size {
        width: auto;
        max-width: 100%;
        height: auto;
        vertical-align: top;
    }

    #photo_article .image img { margin: 0 auto; }

    #photo_article .org {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        display: block;
        transform: scale(1.0);
        transition-property: transform;
        transition-duration: 0.25s;
        transition-timing-function: ease-in-out;
    } */


/* 중그룹 기사목록 : 제목(표) */
#title_article .section_article table {
	width: 100%;
	border-top: 3px solid #bdc3dd;
}

#title_article .section_article tbody tr { border-top: 1px solid #e1e4eb; }
#title_article .section_article .col1 { width: 100px; }
#title_article .section_article .col3 { width: 150px; }

#title_article .section_article th {
	padding: 20px 10px;
	font-size: 20px;
	font-weight: 500;
	color: #000000;
	line-height: 30px;
	border-left: 1px solid #e1e4eb;
	background-color: #f0f1f5;
}

#title_article .section_article td {
	padding: 20px 10px;
	border-left: 1px solid #e1e4eb;
}

#title_article .section_article th:first-child,
#title_article .section_article td:first-child { border-left: 0; }

#title_article .section_article td.num,
#title_article .section_article td.date {
	font-size: 18px;
    font-weight: 300;
    color: #888888;
	line-height: 30px;
	text-align: center;
}

#title_article .section_article td.subject {
	padding-right: 30px;
    padding-left: 30px;
    font-size: 20px;
	color: #000000;
	text-align: left;
}

#title_article .section_article td.subject a {
	display: inline-block;
	color: inherit;
	word-break: break-all;
}

#title_article .section_article tbody tr:hover { background-color: #f9f9f9; }

#title_article .section_article tbody tr a:hover {
    font-weight: 500;
    color: #172a5b;
    text-decoration: underline;
}


/* 중그룹 기사목록 : 최신호 강조 */
#point_article .section_article ul {
    display: flex;
    padding-top: 40px;
    border-top: 1px solid #e1e4eb;
    flex-wrap: wrap;
    overflow: hidden;
}

#point_article .section_article li {
    position: relative;
    margin-left: 2%;
    margin-bottom: 40px;
    width: 23.5%;
    background-color: #ffffff;
}

#point_article .section_article li:first-child { margin-left: 0; }
#point_article .section_article li:nth-child(4n+1) { margin-left: 0; }

#point_article .section_article li a {
    display: block;
    overflow: hidden;
    transition-property: background;
    transition-duration: 0.25s;
    transition-timing-function: ease-in-out;
}

#point_article .section_article li a .image:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: url('/images/newshome/2024/bg_black60.png');
    transition-property: opacity;
    transition-duration: 0.25s;
    transition-timing-function: ease-in-out;
    opacity: 0;
}

#point_article .section_article li a:hover .image:after { opacity: 1; }

#point_article .section_article li a .image:before {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    font-size: 18px;
    color: #ffffff;
    line-height: 30px;
    text-align: center;
    vertical-align: middle;
    background: url('/images/newshome/2024/ico_view.png') center center no-repeat;
    background-size: 50px;
    transition-property: opacity;
    transition-duration: 0.25s;
    transition-timing-function: ease-in-out;
    z-index: 1;
    opacity: 0;
}

#point_article .section_article li a:hover .image:before { opacity: 1; }

#point_article .section_article li .image {
    position: relative;
    border-radius: 10px;
    isolation: isolate;
    background-color: #f7f7f7;
    overflow: hidden;
}

#point_article .section_article li img {
    max-width: 100%;
    /* 비율 대신 세로형 사진 대비 */ width: 100%;
    height: 100%;
    vertical-align: top;
}

#point_article .section_article li .org {
    position: absolute;
    display: block;
    object-fit: cover;
    transform: scale(1.0);
    transition-property: transform;
    transition-duration: 0.25s;
    transition-timing-function: ease-in-out;
}

#point_article .section_article li a:hover .org { transform: scale(1.1); }
#point_article .section_article li .text_wrap { margin-top: 15px; }

#point_article .section_article li .title {
    display: -webkit-box;
    font-size: 22px;
    font-weight: 500;
    color: #172a5b;
    line-height: 30px;
    word-break: break-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    overflow: hidden;
}

#point_article .section_article li .date {
    display: -webkit-box;
    margin-top: 10px;
    font-size: 16px;
    font-weight: 300;
    color: #a9abb0;
    line-height: 22px;
    word-break: break-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    overflow: hidden;
}

#point_article .section_article li .stitle,
#point_article .section_article li .text { display: none; }

    /* 비율 대신 세로형 사진 대비 - onject-fit 까지 없애면 찌그러져서 영역에 맞춰짐
    #point_article .section_article li .image .size {
        width: auto;
        max-width: 100%;
        height: auto;
        vertical-align: top;
    }

    #point_article .section_article li .image img { margin: 0 auto; }

    #point_article .section_article li .org {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        display: block;
        transform: scale(1.0);
        transition-property: transform;
        transition-duration: 0.25s;
        transition-timing-function: ease-in-out;
    }*/

#point_article .newest {
    position: relative;
    width: 100%;
    border-top: 1px solid #e1e4eb;
    overflow: hidden;
}

#point_article .newest a {
    display: block;
    padding: 40px;
    overflow: hidden;
    background-color: #f7f8fb;
}

#point_article .newest .image {
    position: relative;
    float: left;
    margin-right: 4%;
    width: 45%;
    border-radius: 10px;
    isolation: isolate;
    background-color: #f7f7f7;
    overflow: hidden;
}

#point_article .newest img {
    max-width: 100%;
    /* 비율 대신 세로형 사진 대비 */ width: 100%;
    height: 100%;
    vertical-align: top;
}

#point_article .newest .org {
    position: absolute;
    display: block;
    object-fit: cover;
    transform: scale(1.0);
    transition-property: transform;
    transition-duration: 0.25s;
    transition-timing-function: ease-in-out;
}

#point_article .newest a:hover .org { transform: scale(1.1); }

#point_article .newest .text_wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: absolute;
    top: 40px;
    right: 40px;
    bottom: 40px;
    left: 50%;
    vertical-align: middle;
}

#point_article .newest .title {
    display: -webkit-box;
    font-size: 34px;
    font-weight: 600;
    color: #172a5b;
    line-height: 46px;
    word-break: break-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    overflow: hidden;
}

#point_article .newest .stitle {
    display: -webkit-box;
    margin-top: 20px;
    font-size: 26px;
    color: #5f78b7;
    line-height: 34px;
    word-break: break-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    overflow: hidden;
}

#point_article .newest .text {
    display: -webkit-box;
    margin-top: 20px;
    font-size: 18px;
    font-weight: 300;
    color: #888888;
    line-height: 26px;
    text-align: justify;
    word-break: break-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
    overflow: hidden;
}

#point_article .newest .date {
    display: -webkit-box;
    margin-top: 10px;
    font-size: 16px;
    font-weight: 300;
    color: #a9abb0;
    line-height: 22px;
    word-break: break-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    overflow: hidden;
}

#point_article .newest .btn_wrap {
    margin-top: 30px;
    text-align: right;
    transition-property: margin;
    transition-duration: 0.25s;
    transition-timing-function: ease-in-out;
}

#point_article .newest .btn_view {
    display: inline-block;
    padding: 10px 20px;
    font-size: 16px;
    color: #ffffff;
    line-height: 22px;
    background-color: #183072;
    cursor: pointer;
    transition-property: background;
    transition-duration: 0.25s;
    transition-timing-function: ease-in-out;
}

#point_article .newest a:hover .btn_wrap { margin-top: 25px; margin-bottom: 5px; }
#point_article .newest a:hover .btn_view { background-color: #21449c; }


/* 검색기사목록 */
#search_article .section_article ul { border-top: 1px solid #e1e4eb; }

#search_article .section_article li {
    position: relative;
    display: block;
    border-bottom: 1px dashed #e1e4eb;
    background-color: #ffffff;
}

#search_article .section_article li:last-child { border-bottom: 0; }

#search_article .section_article a {
    display: block;
    padding: 30px;
    overflow: hidden;
    transition-property: background;
    transition-duration: 0.25s;
    transition-timing-function: ease-in-out;
}

#search_article .image {
    float: left;
    position: relative;
    margin-right: 30px;
    width: 200px;
    border-radius: 10px;
    isolation: isolate;
    background-color: #f7f7f7;
    overflow: hidden;
}

#search_article img {
    max-width: 100%;
    /* 비율 대신 세로형 사진 대비 */ width: 100%;
    height: 100%;
    vertical-align: top;
}

#search_article .org {
    position: absolute;
    display: block;
    object-fit: cover;
    transform: scale(1.0);
    transition-property: transform;
    transition-duration: 0.25s;
    transition-timing-function: ease-in-out;
}

#search_article a:hover .org { transform: scale(1.1); }

#search_article .text_wrap {
    display: table-cell;
    height: 150px;
    line-height: 0;
    vertical-align: middle;
}

#search_article .section {
    display: inline-block;
    margin-bottom: 10px;
    padding: 4px 10px;
    font-size: 14px;
    font-weight: 300;
    color: #ffffff;
    line-height: 18px;
    background-color: #21449c;
}

#search_article .title {
    display: -webkit-box;
    font-size: 22px;
    font-weight: 500;
    color: #172a5b;
    line-height: 30px;
    word-break: break-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    overflow: hidden;
}

#search_article .text {
    display: -webkit-box;
    margin-top: 6px;
    font-size: 18px;
    font-weight: 300;
    color: #888888;
    line-height: 24px;
    text-align: justify;
    word-break: break-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    overflow: hidden;
}

#search_article .date {
    display: -webkit-box;
    margin-top: 6px;
    font-size: 16px;
    font-weight: 300;
    color: #a9abb0;
    line-height: 22px;
    word-break: break-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    overflow: hidden;
}

#search_article .section_article a:hover { background-color: #f7f8fb; }
#search_article li.imgN .image { display: none; }
#search_article li.imgN .text_wrap { height: auto; }

    /* 비율 대신 세로형 사진 대비 - onject-fit 까지 없애면 찌그러져서 영역에 맞춰짐
    #search_article .image .size {
        width: auto;
        max-width: 100%;
        height: auto;
        vertical-align: top;
    }

    #search_article .image img { margin: 0 auto; }

    #search_article .org {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        display: block;
        transform: scale(1.0);
        transition-property: transform;
        transition-duration: 0.25s;
        transition-timing-function: ease-in-out;
    }*/


/* 전체기사목록 */
#today_article .section_article ul { border-top: 1px solid #e1e4eb; }

#today_article .section_article li {
    position: relative;
    display: block;
    border-bottom: 1px dashed #e1e4eb;
    background-color: #ffffff;
}

#today_article .section_article li:last-child { border-bottom: 0; }

#today_article .section_article a {
    display: block;
    padding: 30px;
    overflow: hidden;
    transition-property: background;
    transition-duration: 0.25s;
    transition-timing-function: ease-in-out;
}

#today_article .image {
    float: left;
    position: relative;
    margin-right: 30px;
    width: 140px;
    border-radius: 10px;
    isolation: isolate;
    background-color: #f7f7f7;
    overflow: hidden;
}

#today_article img {
    max-width: 100%;
    /* 비율 대신 세로형 사진 대비 */ width: 100%;
    height: 100%;
    vertical-align: top;
}

#today_article .org {
    position: absolute;
    display: block;
    object-fit: cover;
    transform: scale(1.0);
    transition-property: transform;
    transition-duration: 0.25s;
    transition-timing-function: ease-in-out;
}

#today_article a:hover .org { transform: scale(1.1); }

#today_article .text_wrap {
    display: table-cell;
    height: 105px;
    line-height: 0;
    vertical-align: middle;
}

#today_article .section {
    display: inline-block;
    margin-bottom: 10px;
    padding: 4px 10px;
    font-size: 14px;
    font-weight: 300;
    color: #ffffff;
    line-height: 18px;
    background-color: #21449c;
}

#today_article .title {
    display: -webkit-box;
    font-size: 22px;
    font-weight: 500;
    color: #172a5b;
    line-height: 30px;
    word-break: break-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    overflow: hidden;
}

#today_article .date {
    display: -webkit-box;
    margin-top: 6px;
    font-size: 16px;
    font-weight: 300;
    color: #a9abb0;
    line-height: 22px;
    word-break: break-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    overflow: hidden;
}

#today_article .section_article a:hover { background-color: #f7f8fb; }
#today_article li.imgN .image { display: none; }
#today_article li.imgN .text_wrap { height: auto; }

    /* 비율 대신 세로형 사진 대비 - onject-fit 까지 없애면 찌그러져서 영역에 맞춰짐
    #today_article .image .size {
        width: auto;
        max-width: 100%;
        height: auto;
        vertical-align: top;
    }

    #today_article .image img { margin: 0 auto; }

    #today_article .org {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        display: block;
        transform: scale(1.0);
        transition-property: transform;
        transition-duration: 0.25s;
        transition-timing-function: ease-in-out;
    }*/
    

/* 많이본기사목록 */
#best_article .section_article ul {
    border-top: 1px solid #e1e4eb;
    border-bottom: 1px solid #e1e4eb;
}

#best_article .section_article li {
    position: relative;
    display: block;
    border-bottom: 1px dashed #e1e4eb;
    background-color: #ffffff;
    transition-property: background;
    transition-duration: 0.25s;
    transition-timing-function: ease-in-out;
}

#best_article .section_article li:last-child { border-bottom: 0; }

#best_article .section_article .num {
    position: absolute;
    top: 50%;
    left: 30px;
    margin-top: -20px;
    width: 40px;
    height: 40px;
    font-family: 'SUIT', snas-serif;
    font-size: 24px;
    font-weight: 600;
    color: #ffffff;
    line-height: 40px;
    text-align: center;
    border-radius: 50px;
    background-color: #394667;
}

#best_article .section_article li:first-child .num,
#best_article .section_article li:nth-child(2) .num,
#best_article .section_article li:nth-child(3) .num { background-color: #ff7f00; }

#best_article .section_article a {
    display: block;
    margin-left: 70px;
    padding: 30px;
    overflow: hidden;
}

#best_article .image {
    float: left;
    position: relative;
    margin-right: 30px;
    width: 140px;
    border-radius: 10px;
    isolation: isolate;
    background-color: #f7f7f7;
    overflow: hidden;
}

#best_article img {
    max-width: 100%;
    /* 비율 대신 세로형 사진 대비 */ width: 100%;
    height: 100%;
    vertical-align: top;
}

#best_article .org {
    position: absolute;
    display: block;
    object-fit: cover;
    transform: scale(1.0);
    transition-property: transform;
    transition-duration: 0.25s;
    transition-timing-function: ease-in-out;
}

#best_article a:hover .org { transform: scale(1.1); }

#best_article .text_wrap {
    display: table-cell;
    height: 105px;
    line-height: 0;
    vertical-align: middle;
}

#best_article .section {
    display: inline-block;
    margin-bottom: 10px;
    padding: 2px 0;
    font-size: 14px;
    font-weight: 400;
    color: #788ecc;
    line-height: 18px;
    border-bottom: 1px solid #788ecc;
}

#best_article .title {
    display: -webkit-box;
    font-size: 22px;
    font-weight: 500;
    color: #172a5b;
    line-height: 30px;
    word-break: break-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    overflow: hidden;
}

#best_article .section_article li:hover { background-color: #f7f8fb; }
#best_article li.imgN .image { display: none; }
#best_article li.imgN .text_wrap { height: auto; }

    /* 비율 대신 세로형 사진 대비 - onject-fit 까지 없애면 찌그러져서 영역에 맞춰짐
    #best_article .image .size {
        width: auto;
        max-width: 100%;
        height: auto;
        vertical-align: top;
    }

    #best_article .image img { margin: 0 auto; }

    #best_article .org {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        display: block;
        transform: scale(1.0);
        transition-property: transform;
        transition-duration: 0.25s;
        transition-timing-function: ease-in-out;
    } */


/* 뉴스레터목록 */
#letter_article .section_article ul {
    display: flex;
    padding-top: 40px;
    border-top: 1px solid #e1e4eb;
    flex-wrap: wrap;
    overflow: hidden;
}

#letter_article .section_article li {
    position: relative;
    margin-left: 2%;
    margin-bottom: 40px;
    width: 15%;
    background-color: #ffffff;
}

#letter_article .section_article li:first-child { margin-left: 0; }
#letter_article .section_article li:nth-child(6n+1) { margin-left: 0; }

#letter_article .section_article a {
    position: relative;
    display: block;
    overflow: hidden;
    transition-property: background;
    transition-duration: 0.25s;
    transition-timing-function: ease-in-out;
}

#letter_article .section_article a .image:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: url('/images/newshome/2024/bg_black60.png');
    transition-property: opacity;
    transition-duration: 0.25s;
    transition-timing-function: ease-in-out;
    opacity: 0;
}

#letter_article .section_article a:hover .image:after { opacity: 1; }

#letter_article .section_article a .image:before {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    font-size: 18px;
    color: #ffffff;
    line-height: 30px;
    text-align: center;
    vertical-align: middle;
    background: url('/images/newshome/2024/ico_view.png') center center no-repeat;
    background-size: 50px;
    transition-property: opacity;
    transition-duration: 0.25s;
    transition-timing-function: ease-in-out;
    z-index: 1;
    opacity: 0;
}

#letter_article .section_article a:hover .image:before { opacity: 1; }

#letter_article .image {
    position: relative;
    background-color: #f7f7f7;
    overflow: hidden;
}

#letter_article img {
    max-width: 100%;
    /* 비율 대신 세로형 사진 대비 */ width: 100%;
    height: 100%;
    vertical-align: top;
}

#letter_article .org {
    position: absolute;
    display: block;
    object-fit: cover;
}

#letter_article .text_wrap {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 10px;
    background: url('/images/newshome/2024/bg_black60.png');
}

#letter_article .title {
    display: -webkit-box;
    font-size: 18px;
    font-weight: 500;
    color: #ffffff;
    line-height: 26px;
    text-align: center;
    word-break: break-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    overflow: hidden;
}

#letter_article .date {
    display: -webkit-box;
    font-size: 14px;
    font-weight: 300;
    color: #dddddd;
    line-height: 18px;
    text-align: center;
    word-break: break-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    overflow: hidden;
}

    /* 비율 대신 세로형 사진 대비 - onject-fit 까지 없애면 찌그러져서 영역에 맞춰짐
    #letter_article .image .size {
        width: auto;
        max-width: 100%;
        height: auto;
        vertical-align: top;
    }

    #letter_article .image img { margin: 0 auto; }

    #letter_article .org {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        display: block;
        transform: scale(1.0);
        transition-property: transform;
        transition-duration: 0.25s;
        transition-timing-function: ease-in-out;
    } */


/* 뉴스레터목록2 */
#letter_article2 .section_article ul {
    display: flex;
    padding-top: 40px;
    border-top: 1px solid #e1e4eb;
    flex-wrap: wrap;
    overflow: hidden;
}

#letter_article2 .section_article li {
    position: relative;
    margin-left: 2%;
    margin-bottom: 40px;
    width: 15%;
    background-color: #ffffff;
}

#letter_article2 .section_article li:first-child { margin-left: 0; }
#letter_article2 .section_article li:nth-child(6n+1) { margin-left: 0; }

#letter_article2 .section_article li a {
    position: relative;
    display: block;
    overflow: hidden;
    transition-property: background;
    transition-duration: 0.25s;
    transition-timing-function: ease-in-out;
}

#letter_article2 .section_article li a .image:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: url('/images/newshome/2024/bg_black60.png');
    transition-property: opacity;
    transition-duration: 0.25s;
    transition-timing-function: ease-in-out;
    opacity: 0;
}

#letter_article2 .section_article li a:hover .image:after { opacity: 1; }

#letter_article2 .section_article li a .image:before {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    font-size: 18px;
    color: #ffffff;
    line-height: 30px;
    text-align: center;
    vertical-align: middle;
    background: url('/images/newshome/2024/ico_view.png') center center no-repeat;
    background-size: 50px;
    transition-property: opacity;
    transition-duration: 0.25s;
    transition-timing-function: ease-in-out;
    z-index: 1;
    opacity: 0;
}

#letter_article2 .section_article li a:hover .image:before { opacity: 1; }

#letter_article2 .section_article li .image {
    position: relative;
    background-color: #f7f7f7;
    overflow: hidden;
}

#letter_article2 .section_article li img {
    max-width: 100%;
    /* 비율 대신 세로형 사진 대비 */ width: 100%;
    height: 100%;
    vertical-align: top;
}

#letter_article2 .section_article li .org {
    position: absolute;
    display: block;
    object-fit: cover;
    object-position: top;
}

#letter_article2 .section_article li .text_wrap {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 10px;
    background: url('/images/newshome/2024/bg_black60.png');
}

#letter_article2 .section_article li .title {
    display: -webkit-box;
    font-size: 18px;
    font-weight: 500;
    color: #ffffff;
    line-height: 26px;
    text-align: center;
    word-break: break-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    overflow: hidden;
}

#letter_article2 .section_article li .date {
    display: -webkit-box;
    font-size: 14px;
    font-weight: 300;
    color: #dddddd;
    line-height: 18px;
    text-align: center;
    word-break: break-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    overflow: hidden;
}

    /* 비율 대신 세로형 사진 대비 - onject-fit 까지 없애면 찌그러져서 영역에 맞춰짐
    #letter_article2 .section_article li .image .size {
        width: auto;
        max-width: 100%;
        height: auto;
        vertical-align: top;
    }

    #letter_article2 .section_article li .image img { margin: 0 auto; }

    #letter_article2 .section_article li .org {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        display: block;
        transform: scale(1.0);
        transition-property: transform;
        transition-duration: 0.25s;
        transition-timing-function: ease-in-out;
    }*/

#letter_article2 .newest {
    position: relative;
    width: 100%;
    border-top: 1px solid #e1e4eb;
    text-align: center;
    overflow: hidden;
}

#letter_article2 .newest:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    background-color: #f7f8fb;
    z-index: -2;
}

#letter_article2 .bg_section1 {
    position: absolute;
    top: 300px;
    left: 50%;
    margin-left: -600px;
    width: 400px;
    height: 400px;
    background: url('/images/newshome/2024/bg_section1_1.png') center bottom no-repeat;
    z-index: -1;
}

#letter_article2 .bg_section2 {
    position: absolute;
    top: 70px;
    left: 50%;
    margin-left: -450px;
    width: 360px;
    height: 360px;
    background: url('/images/newshome/2024/bg_section1_2.png') center center no-repeat;
    z-index: -1;
}

#letter_article2 .bg_section3 {
    position: absolute;
    bottom: -30px;
    left: 50%;
    margin-left: 300px;
    width: 500px;
    height: 400px;
    background: url('/images/newshome/2024/bg_section1_3.png') center top no-repeat;
    z-index: -1;
}

#letter_article2 .newest a {
    position: relative;
    display: inline-block;
    margin: 0 auto;
    padding: 40px 0;
    text-align: center;
    overflow: hidden;
    transition-property: background;
    transition-duration: 0.25s;
    transition-timing-function: ease-in-out;
}

#letter_article2 .newest .image {
    position: relative;
    display: inline-block;
    margin-right: 40px;
    width: 400px;
    background-color: #f7f7f7;
    border: 1px solid #e1e4eb;
    vertical-align: middle;
    overflow: hidden;
}

#letter_article2 .newest img {
    max-width: 100%;
    /* 비율 대신 세로형 사진 대비 */ width: 100%;
    height: 100%;
    vertical-align: top;
}

#letter_article2 .newest .org {
    position: absolute;
    display: block;
    object-fit: cover;
    object-position: top;
}

#letter_article2 .newest .text_wrap {
    display: inline-block;
    max-width: 300px;
    vertical-align: middle;
}

#letter_article2 .newest .title {
    display: -webkit-box;
    font-size: 34px;
    font-weight: 600;
    color: #172a5b;
    line-height: 46px;
    text-align: center;
    word-break: break-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
    overflow: hidden;
}

#letter_article2  .newest .date {
    display: -webkit-box;
    margin-top: 10px;
    font-size: 16px;
    font-weight: 300;
    color: #a9abb0;
    line-height: 22px;
    text-align: center;
    word-break: break-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    overflow: hidden;
}

#letter_article2  .newest .btn_wrap {
    margin-top: 30px;
    text-align: center;
}

#letter_article2  .newest .btn_view {
    display: inline-block;
    padding: 10px 20px;
    font-size: 16px;
    color: #ffffff;
    line-height: 22px;
    background-color: #183072;
    cursor: pointer;
    transition-property: background;
    transition-duration: 0.25s;
    transition-timing-function: ease-in-out;
}

#letter_article2  .newest a:hover .btn_view { background-color: #21449c; }


/* 페이징 */
#page_list,
#page_list2 {
	padding: 30px 0;
	text-align: center;
	border-top: 1px solid #e1e4eb;
}

#page_list ul,
#page_list2 ul {
	display: inline-block;
	overflow: hidden;
	vertical-align: top;
}

#page_list ul li,
#page_list2 ul li {
	float: left;
	margin-left: 10px;
	min-width: 50px;
	height: 50px;
	line-height: 50px;
}

#page_list ul a,
#page_list2 ul a {
	display: block;
	padding: 0 5px;
	font-size: 20px;
	font-weight: 300;
	color: #888888;
	line-height: 50px;
	border-radius: 30px;
}

#page_list ul .now_page,
#page_list2 .now_page {
	font-size: 20px;
	font-weight: 600;
	padding: 0 5px;
	color: #ffffff;
	background-color: #21449c;
	border-radius: 30px;
}

#page_list ul .first_page,
#page_list2 ul .first_page { margin-left: 0; background: url('/images/newshome/2024/ico_page_first.png') no-repeat center -24px; }
#page_list ul .first_page a,
#page_list2 ul .first_page a { background: url('/images/newshome/2024/ico_page_first.png') no-repeat center 16px; text-indent: -999em; }
#page_list ul .prev_page,
#page_list2 ul .prev_page { background: url('/images/newshome/2024/ico_page_prev.png') no-repeat center -24px; }
#page_list ul .prev_page a,
#page_list2 ul .prev_page a { background: url('/images/newshome/2024/ico_page_prev.png') no-repeat center 16px; text-indent: -999em; }
#page_list ul .next_page,
#page_list2 ul .next_page { background: url('/images/newshome/2024/ico_page_next.png') no-repeat center -24px; }
#page_list ul .next_page a,
#page_list2 ul .next_page a { background: url('/images/newshome/2024/ico_page_next.png') no-repeat center 16px; text-indent: -999em; }
#page_list ul .last_page,
#page_list2 ul .last_page { background: url('/images/newshome/2024/ico_page_last.png') no-repeat center -24px; }
#page_list ul .last_page a,
#page_list2 ul .last_page a { background: url('/images/newshome/2024/ico_page_last.png') no-repeat center 16px; text-indent: -999em; }
#page_list ul li:hover a,
#page_list2 ul li:hover a { background-color: #f0f1f5; }

#page_list .first_page,
#page_list .prev_page,
#page_list .next_page,
#page_list .last_page,
#page_list2 .first_page,
#page_list2 .prev_page,
#page_list2 .next_page,
#page_list2 .last_page { text-indent: -999em; }


/* 공공누리 */
#open {
    margin-top: 50px;
    padding: 20px 40px;
    background-color: #f0f1f5;
    overflow: hidden;
}

#open figure { position: relative; }

#open figure img {
    margin-right: 20px;
    width: auto;
    height: 46px;
	vertical-align: top;
}

#open figcaption {
	display: table-cell;
	height: 46px;
	font-size: 18px;
	font-weight: 300;
	color: #555555;
	line-height: 22px;
	vertical-align: middle;
}

#open figcaption span { display: inline-block; }

#open .fi_link {
	float: left;
    display: inline-block;
}

#open figcaption a {
	font-weight: 500;
	color: #555555;
}

/* 구독신청해지 */
#subscription {
    position: relative;
    overflow: hidden;
}

#subscription .subs_txt {
	padding: 80px 0 30px;
	font-size: 24px;
    font-weight: 300;
	color: #000000;
	line-height: 42px;
}

#subscription .subs_txt .br { display: none; }

#subscription .bg_section1 {
    right: 260px;
    left: auto;
    margin-left: 0;
    width: 300px;
    height: 100px;
    background-size: 300px;
}

#subscription .bg_section2 {
    margin-left: 0;
    top: 50px;
    right: 150px;
    left: auto;
    bottom: 0;
    width: 300px;
    height: 144px;
    background-size: 360px;
    background-position: center top;
}

#subscription .subs_txt span { font-weight: 600; }
#subscription .subs_tab { overflow: hidden; }

#subscription .subs_tab li {
	float: left;
	width: 50%;
	text-align: center;
}

#subscription .subs_tab a {
	display: block;
	padding: 40px 25px;
	font-size: 24px;
	font-weight: 800;
	color: #21449c;
	line-height: 30px;
	text-align: center;
	border: 1px solid #21449c;
}

#subscription .subs_tab a span { font-weight: inherit; }

#subscription .subs_tab .on a {
	color: #ffffff;
	background-color: #21449c;
}

#subscription .subs_tab .on:after {
	content: '';
	display: inline-block;
	width: 40px;
	height: 20px;
	vertical-align: top;
	background: #21449c url('/images/newshome/2024/ico_tail.png') no-repeat center center;
    background-size: 40px auto;
}

#subscription .form_agree {
	margin: 30px 0;
	font-size: 20px;
	color: #555555;
	line-height: 28px;
}

#subscription .form_agree li {
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 300;
    line-height: 28px;
}

#subscription .subs_info {
	border-top: 1px solid #e1e4eb;
	border-bottom: 1px solid #e1e4eb;
	overflow: hidden;
}

#subscription .subs_info2 {
	border-bottom: 1px solid #e1e4eb;
	overflow: hidden;
}

#subscription .frm_label {
	float: left;
	padding: 20px 10px;
	width: 300px;
	height: 70px;
	font-size: 20px;
    font-weight: 400;
	line-height: 30px;
	text-align: center;
	background-color: #f0f1f5;
}

#subscription .frm_input {
	margin-left: 320px;
	padding: 12px 0;
	height: 70px;
	font-size: 20px;
    font-weight: 300;
	line-height: 46px;
}

#subscription .frm_input input[type=text] {
	width: 60%;
	height: 46px;
    font-size: 20px;
    font-weight: 400;
	border: 3px solid #e1e4eb;
	vertical-align: top;
	outline: none;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	border-radius: 0;
}

#subscription .frm_input input[type=text]:focus { border-color: #21449c; }

#subscription .frm_input label {
	margin-left: 5px;
	margin-right: 30px;
    font-weight: inherit;
}

#subscription .subs_btn {
	margin: 40px 0;
	text-align: center;
}

#subscription .subs_btn a {
	display: inline-block;
	padding: 20px 60px;
	font-size: 22px;
	color: #ffffff;
	line-height: 30px;
	background-color: #ff7f00;
	border-radius: 10px;
}

#subscription .subs_btn a:hover { background-color: #ff9730; }


/* - - - - - - - - - - 푸터 - - - - - - - - - - */
.footer_bg {
    margin-top: 70px;
    padding: 50px 0;
    background-color: #b2b6be;
}

#footer { overflow: hidden; }

.btm_logo {
    float: left;
    display: inline-block;
    margin-left: 20px;
}

.btm_logo a {
    display: block;
    width: 200px;
    height: 62px;
    background: url('/images/newshome/2024/btm_logo2.png') no-repeat;
    background-size: auto 62px;
    text-indent: -999em;
}

.btm_info {
    float: left;
    margin-top: 8px;
    margin-left: 40px;
    font-size: 18px;
    color: #ffffff;
    line-height: 22px;
}

.btm_info .address {
    position: relative;
    /* display: inline-block; */
    margin-right: 16px;
    padding-right: 24px;
}

/*.btm_info .address:after {
    content: '';
    display: block;
    position: absolute;
    top: 4px;
    right: 0;
    width: 2px;
    height: 12px;
    background-color: #ccd0db;
}*/

.btm_info .tel { display: inline-block; }
.btm_info .copy { margin-top: 5px; }

.btm_sns {
    float: right;
    margin-top: 10px;
}

.btm_sns li {
    float: left;
    margin-left: 10px;
}

.btm_sns a {
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    background-color: #757e92;
    background-size: 50px;
    background-repeat: no-repeat;
    text-indent: -999em;
    transition-property: background;
    transition-duration: 0.25s;
    transition-timing-function: ease-in-out;
}

.btm_sns .blog { background-image: url('/images/newshome/2024/ico_blog.png'); }
.btm_sns .ytube { background-image: url('/images/newshome/2024/ico_ytube.png'); }
.btm_sns .fbook { background-image: url('/images/newshome/2024/ico_fbook.png'); }
.btm_sns .insta { background-image: url('/images/newshome/2024/ico_insta.png'); }
.btm_sns a:hover { background-color: #5f6a82; }


/* layer popup */
.pop_layer {
	z-index: 100;
	position: absolute;
	top: 120px;
	right: 10%;
}

.pop_box {
	position: relative;
	padding: 10px;
	background-color: #ffffff;
	border: 1px solid #dddddd;
	overflow: hidden;
}

.pop_img img {
	width: 100%;
	height: auto;
	vertical-align: top;
}

.pop_wrap {
	padding: 5px 0;
	background-color: #dddddd;
	overflow: hidden;
}

.pop_oneday {
	float: left;
	margin-left: 5px;
	font-size: 13px;
	line-height: 20px;
}

.pop_oneday input {
	vertical-align: middle;
}

.pop_close {
	float: right;
	font-size: 13px;
}

.pop_close a {
	display: block;
	padding: 3px 10px;
}

.pop_close img {
	width: 14px;
	vertical-align: top;
}