@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Lora&family=Noto+Sans+KR&display=swap');
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline;
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
/* Common */
html {
    scroll-behavior: smooth;
}
body {
    font-family: 'Noto Sans KR', sans-serif;
    color: #6f6f6f;
    padding: 20px;
    background: #efefef;
}
a {
    color: #6699cc;
    text-decoration: none;
    -webkit-transition: all 400ms ease-out;
    -moz-transition: all 400ms ease-out;
    -ms-transition: all 400ms ease-out;
    -o-transition: all 400ms ease-out;
    transition: all 400ms ease-out;
}
a:hover {
    color: #ff6600;
}
strong {
    font-weight: 700 !important;
}
em {
    font-style: italic;
}
sup {
    vertical-align: super;
    font-size: 0.6em;
}
sub {
    vertical-align: sub;
    font-size: 0.6em;
}
.clear {
    clear: both;
}
.kor-text {
    font-family: 'Noto Sans KR', sans-serif !important;
}
.eng-text {
    font-family: 'Lora', sans-serif !important;
}
.bold-text {
    font-weight: 700 !important;
}
.accent-text {
	color: #b01116 !important;
}
.desc-text {
	color: #6699cc !important;
}
.underline-text {
	text-decoration: underline;
}
.text-center {
    text-align: center !important;
}
.text-left {
    text-align: left !important;
}
.text-right {
    text-align: right !important;
}
.text-alert {
    color: #ff6633 !important;
}
.text-small {
    font-size: 11px !important;
}
.mb-0 {
    margin-bottom: 0 !important;
}
.mb-10 {
    margin-bottom: 10px !important;
}
.mt-10 {
    margin-top: 10px !important;
}
.mb-20 {
    margin-bottom: 20px !important;
}
.mb-30 {
    margin-bottom: 30px !important;
}
.mb-40 {
    margin-bottom: 40px !important;
}
/* structure */
.nl-container {
    box-sizing: border-box;
    width: 100%;
    max-width: 960px;
    padding: 29px;
    margin: 30px auto;
    border: 1px solid #e6e6e6;
    border-radius: 10px;
    background: #ffffff;
}
/* top header */
.nl-top-header {
    overflow: hidden;
    margin-bottom: 10px;
}
.nl-top-header .sognag-logo {
    display: block;
    float: left;
    width: 116px;
    height: 38px;
}
.nl-top-header p {
    color: #ae0f0a;
    text-align: right;
    font-size: 11px;
    line-height: 1.1em;
    font-weight: 700;
    margin: 20px 0 0 0;
}
/* header */
.nl-header {
    height: 400px;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
}
.nl-volumn {
    font-family: 'Lora', sans-serif;
    float: right;
    width: 60px;
    height: 60px;
    margin: 0 30px 0 0;
    box-sizing: border-box;
    background-color: #b01116;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.6);
}
.nl-volumn .nl-volumn-title {
    color: #ffffff;
    font-size: 10px;
    line-height: 11px;
    letter-spacing: 1px;
    text-align: center;
    padding: 0;
    margin: 6px 0 0 0;
}
.nl-volumn .nl-volumn-number {
    color: #ffffff;
    font-size: 38px;
    font-weight: 300;
    line-height: 38px;
    text-align: center;
    padding: 0;
    margin: 0;
}
.nl-header h1 {
    color: #ffffff;
    padding: 0 40px;
    word-break: keep-all;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
}
.nl-header h1 .nl-title-en {
    display: block;
    font-family: 'Lora', serif;
    font-size: 60px;
    line-height: 1.2em;
    font-weight: 400;
}
.nl-header h1 .nl-title-en em {
    font-family: 'Lora', serif;
    color: #b01116;
    font-style: normal;
    font-weight: 700;
}
.nl-header h1 .nl-title-en.small {
    font-size: 24px;
    line-height: 1.2em;
}
.nl-header h1 .nl-title-ko {
    display: block;
    font-size: 24px;
    line-height: 1.2em;
    font-weight: 700;
    letter-spacing: 1px;
    margin-top: 10px;
    padding-left: 3px;
}
.nl-header h1 .nl-title-date {
    display: block;
    font-size: 56px;
    line-height: 56px;
    margin-bottom: 0;
}
.nl-header .nl-description {
    position: absolute;
    width: 100%;
    bottom: 0;
    font-size: 11px;
    line-height: 1.5em;
    color: #ffffff;
    text-align: center;
    padding: 15px 20px;
    background: rgba(0, 0, 0, 0.30);
    box-sizing: border-box;
    word-break: keep-all;
}
/* nav */
.nl-nav {
    margin-bottom: 50px;
}
.nl-nav ul {
    overflow: hidden;
    list-style: none;
    padding: 0;
    margin: 0 -1px;
}
.nl-nav ul li {
    float: left;
    display: block;
    height: 46px;
    padding: 2px 1px;
    box-sizing: border-box;
    margin: 0;
}
.nl-nav .nav-item-3 li {
    width: 33.33333333%;
}
.nl-nav .nav-item-4 li {
    width: 25%;
}
.nl-nav .nav-item-5 li {
    width: 20%;
}
.nl-nav .nav-item-6 li {
    width: 16.66666666%;
}
.nl-nav ul li a {
    display: block;
    height: 42px;
    font-family: 'Lora', sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 42px;
    color: #000000;
    text-align: center;
    text-decoration: none;
    background-color: #e6e6e6;
    background-image: url("../image-public/bg-line.png");
    transition: all 400ms ease-out;
}
.nl-nav ul li a:hover, .nl-nav ul li a.active {
    color: #ffffff;
    background-color: #b01116;
}
/* content */
.nl-contents {
    margin-top: 100px;
}
.nl-department {
    padding-top: 20px;
    margin-bottom: 70px;
}
.nl-department h2 {
    font-family: 'Lora', serif;
    color: #000000;
    font-size: 48px;
    line-height: 1em;
    font-weight: 400;
    padding-bottom: 10px;
    margin: 0 0 50px 0;
    border-bottom: 3px solid #ae0f0a;
    word-break: keep-all;
}
.nl-article {
    overflow: hidden;
    padding-bottom: 30px;
    border-bottom: 1px dashed #e6e6e6;
    margin-bottom: 50px;
}
.nl-article .small-article {
    margin-bottom: 40px;
}
.nl-article::after {
    display: table;
    content: " ";
    clear: both;
}
.nl-article h3 {
    color: #000000;
    font-size: 24px;
    line-height: 1.4em;
    font-weight: 700;
    margin-bottom: 30px;
    word-break: keep-all;
}
.nl-article h3 small {
    display: block;
    font-size: 0.7em;
	line-height: 1.4em;
	margin-top: 8px;
	margin-bottom: 8px;
}
.nl-article h4 {
    color: #333333;
    font-size: 18px;
    line-height: 1.4em;
    font-weight: 700;
    margin-top: 30px;
    margin-bottom: 10px;
}
.nl-article .nl-writer {
    color: #333333;
    font-size: 18px;
    line-height: 1.4em;
    font-weight: 700;
    text-align: right;
    margin-top: 20px;
    margin-bottom: 20px;
}
.nl-article .small-article h4 {
    color: #333333;
    font-size: 18px;
    line-height: 1.4em;
    font-weight: 700;
    margin-top: 30px;
    margin-bottom: 20px;
}
.nl-article h5 {
    color: #333333;
    font-size: 16px;
    line-height: 1.4em;
    font-weight: 700;
    margin-top: 30px;
    margin-bottom: 20px;
}
.nl-article .tips {
    font-family: 'Lora', sans-serif;
    color: #ae0f0a;
    font-size: 18px;
    line-height: 1.4em;
    font-weight: 700;
    margin-bottom: 10px;
}
.nl-article p, .nl-article ul, .nl-article ol {
    font-size: 14px;
    line-height: 1.8em;
    margin-bottom: 20px;
}
.nl-article ul {
    list-style-type: disc;
    list-style-position: outside;
    margin-left: 20px;
}
.nl-article ul > li, .nl-article ol > li {
    margin-bottom: 4px;
}
.nl-article .qna-q {
    color: #336699;
    margin-top: 20px;
    margin-bottom: 5px;
    font-weight: 700;
}
.nl-article .qna-a {
    color: #6f6f6f;
    margin-top: 5px;
    margin-bottom: 10px;
}
.nl-article .quote {
    color: #b01116;
    font-size: 16px;
    line-height: 1.5em;
    font-weight: 700;
    margin-top: 30px;
    margin-bottom: 30px;
}
.nl-article .accent-p {
	color: #b01116;
	font-weight: 700;
	margin-top: 20px;
	margin-bottom: 20px;
}
.nl-article .out-link {
    font-size: 12px;
}
.nl-article li .nl-publishing {
    line-height: 1.5em;
    color: #b69474;
    margin-bottom: 0;
}
.nl-article .row {
    overflow: hidden;
	margin: 15px auto;
}
.nl-article .row::after {
    display: table;
    content: " ";
    clear: both;
}
.nl-article .row-50 {
    width: 50%;
    float: left;
}
.nl-article .photo-row {
    text-align: center;
	margin: 15px auto;
}
.nl-figure {
    margin: 30px auto;
    padding: 0;
}
.nl-article .photo-row .nl-figure {
    display: inline-block;
	margin: 15px auto;
}
.nl-article .row-50 .nl-figure {
	margin: 15px auto;
}
.nl-figure img {
    display: block;
    max-width: 100%;
    box-sizing: border-box;
    padding: 4px;
    margin: 0 auto;
    border: 1px solid #e6e6e6;
}
.nl-figure .nl-caption {
    font-size: 12px;
    line-height: 1.5em;
    text-align: center;
    color: #8f9faf;
    word-break: keep-all;
    margin: 6px auto 0 auto;
    max-width: 700px;
}
.nl-article .nl-journalist {
    color: #999999;
    font-size: 13px;
    line-height: 1.5em;
    margin-top: 30px;
    margin-bottom: 20px;
}
.nl-article .photo-list {
    list-style: none;
    margin-left: 0;
    overflow: hidden;
}
.nl-article .photo-list > li {
    box-sizing: border-box;
    width: 50%;
	min-height: 310px;
    padding: 20px;
    float: left;
}
.nl-article .photo-list > li > h4 {
	font-size: 16px;
	margin-top: 10px;
	margin-bottom: 0;
}
.nl-article .photo-list > li > a {
	display: block;
    width: 100%;
	border: 3px solid #cccccc;
}
.nl-article .photo-list > li > a:hover {
	border: 3px solid #ae0f0a;
}
.nl-article .photo-list > li > a > img {
	display: block;
    width: 100%;
}
.nl-article .desc-text {
	margin-top: 30px;
	margin-bottom: 30px;
}
.button-area {
	margin-top: 50px;
}
.button-area .button {
	display: block;
	width: 160px;
	height: 40px;
	color: #ffffff;
	font-size: 14px;
	line-height: 40px;
	letter-spacing: 2px;
	text-align: center;
	font-weight: 700;
	background: #ae0f0a;
	border-radius: 3px;
	margin: 0 auto;
}
.button-area .button:hover {
	background: #4a4b4d;
}
/* footer */
.nl-footer {
    padding: 30px 20px;
    background-color: #ae0f0a;
    background-image: url("../image-public/bg-line.png");
    overflow: hidden;
}
.nl-footer::after {
    display: table;
    content: " ";
    clear: both;
}
.nl-footer .sognag-logo {
    display: block;
    float: left;
    width: 116px;
    height: 38px;
    margin-bottom: 10px;
}
.nl-footer .footer-info {
    padding-left: 20px;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    margin-left: 135px;
}
.nl-footer .footer-info h6 {
    font-size: 12px;
    color: #efefef;
    line-height: 1.2em;
    font-weight: 700;
    margin-bottom: 4px;
    word-break: keep-all;
}
.nl-footer .footer-info p {
    font-size: 11px;
    color: #efefef;
    line-height: 1.6em;
    word-break: keep-all;
}
.nl-footer .footer-info .nl-copyright {
    font-size: 10px;
    color: #cfcfcf;
    margin-top: 10px;
    margin-bottom: 0;
}
.nl-footer .footer-info br {
    display: none;
}
/* go top */
.go-top {
    position: fixed;
    width: 40px;
    height: 40px;
    right: 10px;
    bottom: 10px;
}
.go-top a {
    display: block;
    width: 40px;
    height: 40px;
    opacity: 0.5;
    -webkit-transition: all 400ms ease-out;
    -moz-transition: all 400ms ease-out;
    -ms-transition: all 400ms ease-out;
    -o-transition: all 400ms ease-out;
    transition: all 400ms ease-out;
}
.go-top a:hover {
    opacity: 1;
}
.go-top img {
    display: block;
}
/* media query */
@media screen and (max-width: 778px) {
    /* structure */
    .nl-container {
        padding: 20px 10px;
        margin: 5px auto;
    }
    .nl-top-header .sognag-logo {
        display: block;
        float: none;
    }
    .nl-top-header p {
        text-align: left;
    }
    .nl-header h1 {
        padding: 40px 0 0 30px;
    }
    .nl-header h1 .nl-title-en {
        font-size: 48px;
    }
    .nl-header h1 .nl-title-en.small {
        font-size: 20px;
    }
    .nl-header h1 .nl-title-ko {
        font-size: 20px;
    }
    .nl-department h2 {
        font-size: 36px;
    }
    .nl-article .row-50 {
        width: 100%;
        float: none;
    }
    .nl-footer .sognag-logo {
        float: none;
    }
    .nl-footer .footer-info {
        padding-left: 0;
        border-left: none;
        margin-left: 0;
    }
    .nl-footer .footer-info br {
        display: block;
    }
    .nl-article .photo-list > li {
        width: 100%;
		padding: 20px 10px;
        float: none;
    }
}
@media screen and (max-width: 480px) {
    .nl-nav ul {
        margin-left: 0;
        margin-right: 0;
    }
    .nl-nav ul li {
        float: none;
        padding: 2px 0;
        margin: 0;
    }
    .nl-nav .nav-item-3 li {
        width: 100%;
    }
    .nl-nav .nav-item-4 li {
        width: 100%;
    }
    .nl-nav .nav-item-5 li {
        width: 100%;
    }
    .nl-nav .nav-item-6 li {
        width: 100%;
    }
}
/* volumn 01 */
.nl-header-01 {
    background-image: url(../image-01/header-image-01.jpg);
}
/* volumn 02 */
.nl-header-02 {
    background-image: url(../image-02/header-image-02.jpg);
}
/* volumn 03 */
.nl-header-03 {
    background-image: url(../image-03/header-image-03.jpg);
}
/* volumn 04 */
.nl-header-04 {
    background-image: url(../image-04/header-image-04.jpg);
}
/* volumn 05 */
.nl-header-05 {
    background-image: url(../image-05/header-image-05.jpg);
}
/* volumn 06 */
.nl-header-06 {
    background-image: url(../image-06/header-image-06.jpg);
}
/* volumn 07 */
.nl-header-07 {
    background-image: url(../image-07/header-image-07.jpg);
}
/* volumn 08 */
.nl-header-08 {
    background-image: url(../image-08/header-image-08.jpg);
}
/* volumn 09 */
.nl-header-09 {
    background-image: url(../image-09/header-image-09.jpg);
}
/* volumn 10 */
.nl-header-10 {
    background-image: url(../image-10/header-image-10.jpg);
}
/* volumn 11 */
.nl-header-11 {
    background-image: url(../image-11/header-image-11.jpg);
}
/* volumn 12 */
.nl-header-12 {
    background-image: url(../image-12/header-image-12.jpg);
}
/* volumn 13 */
.nl-header-13 {
    background-image: url(../image-13/header-image-13.jpg);
}





