﻿@charset "utf-8";

/*@import url(//fonts.googleapis.com/earlyaccess/notosanskr.css);*/
@import url(/nation/css/common.css);

fieldset {
    display: block;
    position: relative
}

/* layout */
body {
    background: #fff;
}

#header {
    position: relative; /*z-index: 999 2023-2-28*/
}

#container {
    position: relative; /*  background: #edeff2; */
}

#footer {
    position: relative;
}

#container:after, #content:after, #footer:after {
    content: "";
    clear: both;
    display: block;
}

.main_container {
    background: #fff !important;
}

/* header */
#header .top {
    width: 995px;
    margin: 0 auto 0;
    height: 73px;
    position: relative
}

#header .top:after {
    content: "";
    display: block;
    clear: both;
}

#header h1 {
    position: absolute;
    top: 19px;
    left: 397px;
}

#header h1 a {
    background: url(/nation/images/common/tp_logo.gif) no-repeat 0 40%;
    width: 196px;
    height: 36px;
    display: block;
    overflow: hidden;
    font-size: 0;
}

#header .tmenu {
    float: right;
    margin-top: 24px;
}

#header .tmenu li {
    float: left;
    background: url(/nation/images/common/gray_ln.gif) no-repeat 0 50%;
}

#header .tmenu li.home {
    background: url(/nation/images/common/ic_h.gif) no-repeat 0 50%;
    padding-left: 10px
}

#header .tmenu li a {
    display: block;
    color: #333;
    padding: 0 10px;
    line-height: 25px;
}

#header .tp_lft {
    float: left;
    margin-top: 18px;
}

#header .tp_lft a {
    display: inline-block;
    margin-right: 15px
}

/* gnbDiv */
#gnbDiv {
    position: relative;
    border-top: 1px solid #ccc;
    height: 60px;
}

.gnbDiv {
    min-width: 995px;
    width: 100%;
    overflow: hidden;
    position: absolute;
    top: 0px;
    left: 0;
    z-index: 10000;
    background: #004a9d;
    border-top: 1px solid #033c7e;
}

.gnbDiv .gnbWrap {
    height: 315px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    width: 995px;
    z-index: 10000;
}

/*gnb활성화시 height:550px; 비활성화시 height:73px*/
.gnbDiv .gnbWrap .gnb {
    width: 100%;
    z-index: 10000;
    height: 315px
}

.gnbDiv .gnbWrap .gnb .oneDep {
    margin: 0;
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    height: 60px;
    line-height: 60px
}

.gnbDiv .gnbWrap .gnb > ul {
    overflow: hidden;
    width: 100%;
    height: 315px
}

.gnbDiv .gnbWrap .gnb > ul > li {
    float: left;
    height: 315px;
    text-align: center;
    position: relative;
}

.gnbDiv .gnbWrap .gnb > ul > li {
    width: 33%
}

.gnbDiv .gnbWrap .gnb > ul > li.two {
    width: 34%
}

.gnbDiv .gnbWrap .gnb > ul > li a.oneDep {
    display: block;
    position: relative;
    font-family: NG, '나눔고딕', NanumGothic, '돋움', Dotum, '굴림', Gulim, Helvetica, sans-serif;
    font-weight: 600;
    font-size: 18px;
    border-left: 1px solid #2464ab
}

.gnbDiv .gnbWrap .gnb > ul > li.three a.oneDep {
    border-right: 1px solid #2464ab
}

.gnbDiv .gnbWrap .gnb > ul > li.three .twoDep {
    border-right: 1px solid #ccc
}

.gnbDiv .gnbWrap .gnb > ul > li.on a.oneDep {
    font-size: 20px;
    background: url(/nation/images/common/oneDep.gif) no-repeat 50% 100%
}

.gnbDiv .gnbWrap .twoDep {
    height: 242px;
    display: block;
    padding: 11px 0 0 98px;
    position: relative;
    visibility: visible;
    text-align: left;
    border-left: 1px solid #ccc
}

.gnbDiv .gnbWrap .gnb > ul > li.on .twoDep {
    background: url(/nation/images/common/twoDep_bg.png) no-repeat 100% 100%;
    font-family: NG, '나눔고딕', NanumGothic, '돋움', Dotum, '굴림', Gulim, Helvetica, sans-serif;
    font-weight: 600;
    font-size: 14px;
}

.gnbDiv .gnbWrap .gnb > ul > li.on .twoDep a.off {
    color: #333;
    font-family: NG, '나눔고딕', NanumGothic, '돋움', Dotum, '굴림', Gulim, Helvetica, sans-serif;
    font-weight: 600;
    font-size: 14px;
}

.gnbDiv .gnbWrap .gnb > ul > li.on .twoDep a.off:hover {
    color: #333;
    vertical-align: top;
    text-decoration: underline;
}

.gnbDiv .gnbWrap .gnb > ul > li .twoDep a.on {
    color: #018f48;
    vertical-align: top;
}

.gnbDiv .gnbWrap .gnb > ul > li .twoDep a {
    display: block;
    color: #555;
    line-height: 29px;
    font-family: NG, '나눔고딕', NanumGothic, '돋움', Dotum, '굴림', Gulim, Helvetica, sans-serif;
    font-weight: 600;
    font-size: 14px;
    background: url(/nation/images/common/bullet1.gif) no-repeat 0 50%;
    padding-left: 10px
}

.gnbDiv .gnbWrap .gnb > ul > li .twoDep a.on a {
    color: #fff !important
}

.twoDbg {
    display: block;
    position: absolute;
    top: 60px;
    left: 0;
    height: 253px;
    width: 100%;
    z-index: 99; /* border-bottom: 1px solid #ccc;*/
    background: #fff;
}

/* 2021.08.17 웹 호환성 수정 */
.gnbDiv .gnbWrap li.on .guideBg {
    position: absolute;
    top: 75px;
    left: 0;
    display: block;
}

/* container */
#sub_vis {
    background: #c1e5ff url(/nation/images/sub/sub_vis.gif) repeat-x 0 100%;
    height: 173px;
}

#sub_vis .visArea {
    width: 995px;
    margin: 0 auto;
    height: 173px;
}

#sub_vis .visArea.vis1 {
    background: url(/nation/images/sub/sub_vis1.png) no-repeat 95% 100%;
}

/* 서브 비주얼 */
#sub_vis .visArea.vis2 {
    background: url(/nation/images/sub/sub_vis2.png) no-repeat 95% 100%;
}

/* 서브 비주얼 */
#sub_vis .visArea.vis3 {
    background: url(/nation/images/sub/sub_vis3.png) no-repeat 95% 100%;
}

/* 서브 비주얼 */
#sub_vis .visArea.vis4 {
    background: url(/nation/images/sub/sub_vis2.png) no-repeat 95% 100%;
}

/* 서브 비주얼 */
#sub_vis .visArea p {
    font-size: 0;
    line-height: 0;
    color: transparent;
    text-indent: -1000%
}

ul#snb {
    width: 212px;
    float: left;
    position: relative;
    padding-top: 10px
}

ul#snb li {
    border-bottom: 1px solid #ccc;
    position: relative
}

ul#snb li a {
    display: block;
    color: #3a3a3a;
    font-size: 16px;
    padding: 20px 20px 18px 25px;
    line-height: 1;
    font-weight: 600;
    background: url(/nation/images/sub/bullet_off.gif) no-repeat 182px 55%
}

ul#snb li a:hover, ul#snb li.active a {
    font-weight: bold;
    color: #0066cc;
    background: url(/nation/images/sub/bullet_on.gif) no-repeat 182px 55%
}

/* content */
#content {
    width: 995px;
    margin: 0 auto;
    background: #fff;
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
    position: relative;
}

#content h2.lft_h2 {
    position: absolute;
    width: 214px;
    height: 73px;
    background: url(/nation/images/sub/left_h2.gif) no-repeat 0 0;
    left: 0;
    top: -73px;
    text-align: center;
    font-size: 22px;
    color: #fff;
    line-height: 73px;
    margin: 0;
    padding: 0
}

#contentsBody {
    float: left;
    width: 100%;
    border-left: 1px solid #ddd;
    padding: 0 0 30px 25px;
    min-height: 350px;
    position: relative
}

#contentsBody h1 {
    margin: 10px 0 30px;
    padding-top: 14px;
    line-height: 1;
    height: 40px;
    border-bottom: 1px solid #70777e;
    font-size: 24px;
    color: #1a1a1a;
    letter-spacing: -1px
}

#contentsBody h5, h5 {
    color: #3a3a3a;
    font-size: 18px;
    margin-bottom: 10px;
    background: url(/nation/images/sub/bullet_h2.gif) no-repeat 2px 55%;
    padding-left: 21px;
    letter-spacing: -1px
}

/*20240701*/
/* #contentsBody h4{ color: #3a3a3a; font-size: 16px; margin-bottom: 10px; background: url(/nation/images/sub/sch_bullet.gif) no-repeat 5px 55%; padding-left: 21px; letter-spacing: -1px} */
.path {
    position: absolute;
    right: 0;
    top: 34px;
    color: #8a8a8a;
}

.path img {
    vertical-align: top;
    position: relative;
    top: 3px
}

.path strong {
    color: #555
}

/* #contentsBody p, .pop_contentBox p{ font-size: 13px; line-height: 23px; color: #3a3a3a; margin-bottom: 20px; word-break: keep-all; width: 100%} */
#contentsBody p, .pop_contentBox p {
    /* font-size: 13px; */
    font-size: 15px; /* 2026.03 */
    line-height: 23px;
    color: #3a3a3a;
    word-break: keep-all;
    width: 100%
}

#contentsBody span.char {
    font-family: 'sans-serif';
}

.imgAre {
    width: 100%;
    text-align: center
}

.imgAre img {
    border: 1px solid #ddd;
    box-shadow: 3px 3px 0 #e0e0e0;
    width: auto
}

.imgAre span {
    display: block;
    text-align: center;
    margin-top: 8px;
}


.list_sy1 li {
    /* font-size: 13px; */
    font-size: 18px;
    line-height: 23px;
    color: #3a3a3a;
    margin-bottom: 12px;
    word-break: keep-all;
    /* background: url(/nation/images/sub/list_bullet.gif) no-repeat 4px 12px; */
    /* padding-left: 21px */ /* 2026.03 */
}

.list_sy1 li.cn {
    font-family: 'Noto Sans KR', sans-serif;
}

/* 20221009 */
.list_sy1 li.asteri {
    background: url(/nation/images/sub/list_asteri.gif) no-repeat 6px 9px;
}

.list_sy1 ul {
    margin-left: -10px;
    margin-top: 5px
}

.list_sy1 li li {
    font-size: 12px;
    line-height: 20px;
    color: #3a3a3a;
    margin-bottom: 3px;
    word-break: keep-all;
    /* background: url(/nation/images/sub/list_bullet2.gif) no-repeat 4px 12px; */ /* 2026.03 */
    padding-left: 11px
}

.list_sy1 li p {
    text-align: center;
    margin-bottom: 0 !important
}

.list_sy2 li {
    font-size: 13px;
    line-height: 23px;
    color: #3a3a3a;
    margin-bottom: 12px;
    word-break: keep-all;
    padding-left: 21px
}

.list_sy2 li.asteri {
    background: url(/nation/images/sub/list_asteri.gif) no-repeat 6px 9px;
}

.list_sy2 ul {
    margin-left: -10px;
    margin-top: 5px
}

.list_sy2 li li {
    font-size: 12px;
    line-height: 20px;
    color: #3a3a3a;
    margin-bottom: 3px;
    word-break: keep-all;
    padding-left: 25px
}

.list_sy2 li p {
    text-align: center;
    margin-bottom: 0 !important
}

/* 2026.03 */
.list_sy3 { display: flex; gap: 150px; margin-top: 5px; margin-bottom: 30px; } 
.list_sy3 > li > .lft { font-size: 17px !important; padding-left: 10px; }
.list_sy3 > li > .lft > .orange { font-size: 17px !important; }
.list_sy4 { border: 1px solid #ccc; border-radius: 10px; background-color: #fff; padding: 30px 50px; margin-bottom: 15px; display: flex; gap: 50px; font-size: 18px !important; }
.list_sy4 > div:first-child { width: 18%; font-size: 18px; display: flex; align-items: center; }
.list_sy4 > .list-con { flex: 1; }
.list_sy4 > .list-con > ul { display: flex; flex-direction: column; gap: 10px; }
.list_sy4 > .list-con > ul > li { border: none; }

.tp_img1 {
    background: url(/nation/images/sub/tp_img1.gif) no-repeat 0 0;
    min-height: 183px;
    padding-left: 220px;
    padding-top: 45px
}

.tp_img1.tp_img2 {
    background: url(/nation/images/sub/tp_img2.gif) no-repeat 0 50%;
    min-height: 183px;
    padding-left: 220px;
    padding-top: 0
}

.tp_img1.tp_img3 {
    background: url(/nation/images/sub/tp_img3.gif) no-repeat 0 50%;
    min-height: 183px;
    padding-left: 315px;
    padding-top: 15px;
}

.tp_img1.tp_img4 {
    background: url(/nation/images/sub/tp_img4.gif) no-repeat 0 0;
    min-height: 183px;
    padding-left: 245px; /* 2026.03 */
    padding-top: 45px;
    margin-bottom: 50px; /* 2026.03 */
}

.tp_img1.tp_img5 {
    background: url(/nation/images/sub/tp_img5.gif) no-repeat 0 0;
    min-height: 183px;
    padding-left: 245px; /* 2026.03 */
    padding-top: 45px;
    margin-bottom: 50px; /* 2026.03 */
}

.tp_img1.tp_img6 {
    background: url(/nation/images/sub/tp_img6.gif) no-repeat 0 0;
    min-height: 183px;
    padding-left: 200px;
    padding-top: 0
}

.tp_img1.tp_img7 {
    background: url(/nation/images/sub/tp_img7.gif) no-repeat 0 0;
    min-height: 183px;
    padding-left: 220px;
    padding-top: 25px
}

.tp_img1.tp_img8 {
    background: url(/nation/images/sub/tp_img8.gif) no-repeat 0 0;
    min-height: 163px;
    padding-left: 220px;
    padding-top: 45px;
}

.tp_img1.tp_img10 {
    background: url(/nation/images/sub/tp_img10.gif) no-repeat 0 0;
    min-height: 163px;
    padding-left: 220px;
    padding-top: 45px
}

.processDiv {
    display: table;
    border-top: 1px solid #dadde1;
    width: 100%
}

.processDiv li {
    display: table;
    border-bottom: 1px solid #dadde1;
    width: 100%;
    margin-bottom: 3px; /* 2026.03 */
}

.processDiv .th {
    display: table-cell;
    /* width: 30%; */
    width: 20%; /* 2026.03 */
    vertical-align: middle;
    text-align: center;
    background: /* #4e8fde */ /* 2026.03 */ #bddeff;
    font-size: 17px;
    font-weight: 500;
    color: #000; /* 2026.03 */
    padding: 30px 0;
}

/* .processDiv .th.step2 { background: #2581ec; } */
/* .processDiv .th.step3 { background: #3752e1; } */

/* 2026.03 */
.processDiv .th.step2 { background: #7abdff; position: relative; }
.processDiv .th.step3 { background: #3d9eff; position: relative; }
.processDiv .step_arrow { 
	background-color: #fff; 
	border-radius: 50%; 
	width: 35px; 
	height: 35px;
	position: absolute;
	top: -10%;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	align-items: center;
	justify-content: center;
}

.processDiv .th span {
    display: block;
    font-size: /* 14px */ 16px; /* 2026.03 */
    font-weight: 500; /* 2026.03 */
    margin-bottom: 3px;
    color: #333;
}

.processDiv .td {
    display: table-cell;
    width: 68%;
    vertical-align: middle;
    padding: 20px 40px;
}

.processDiv .td .list_sy1 li {
    display: block;
    font-size: 16px;
    line-height: 23px;
    color: #3a3a3a;
    margin-bottom: 12px;
    word-break: keep-all;
    /* background: url(/nation/images/sub/list_bullet.gif) no-repeat 4px 12px; */ /* 2026.03 */
    padding: 0 0 0 10px; /* 2026.03 */
    border: 0;
}

 /* 2026.03 */
.processDiv .td .list_sy3 { gap: 0; }
.processDiv .td > p { padding-left: 10px; }

.processDiv .td .list_sy1 li li {
    font-size: 12px;
    line-height: 20px;
    color: #3a3a3a;
    margin-bottom: 3px;
    word-break: keep-all;
    /* background: url(/nation/images/sub/list_bullet2.gif) no-repeat 4px 12px; */ /* 2026.03 */
    padding-left: 11px
}

.procB {
    /* margin-left: -20px; */ /* 2026.03 */
    margin-bottom: 20px; /* 2026.03 */
    font-weight: 600;
    font-size: 17px !important; /* 2026.03 */
    /* background: #f6f6f6; */ /* 2026.03 */
} 

/* button str */
.btnArea {
    margin: 10px 0 10px;
    text-align: center;
    margin-top: 50px;
}

.btnArea:after {
    content: "";
    clear: both;
    display: block;
}

.btnArea .fl {
    float: left;
}

.btnArea .fr {
    float: right;
}

.button, .button * {
    position: relative;
    margin: 0;
    padding: 0;
    display: inline-block;
    text-decoration: none !important;
    border: 0;
    white-space: nowrap;
    background: url(/nation/images/sub/button.gif) no-repeat;
    vertical-align: top;
    overflow: visible;
    font-size: 13px;
    margin: 3px;
    cursor: pointer
}

.button {
    margin-right: 3px;
}

.button * {
    left: 3px;
    cursor: pointer;
}

.button.small_detail {
    background-position: 0 -115px;
    width: 64px;
    height: 20px;
    color: transparent;
    font-size: 0;
    line-height: 0;
}

.button.small_calledar {
    background-position: -235px -70px;
    width: 27px;
    height: 28px;
    margin: 0;
    color: transparent;
    font-size: 0;
    line-height: 0;
}

.button.small_close {
    background-position: -79px -115px;
    width: 60px;
    height: 20px;
    color: transparent;
    font-size: 0;
    line-height: 0;
}

.button.medium_search {
    background-position: 0 -70px;
    width: 60px;
    height: 28px;
    margin: 0;
    color: transparent;
    font-size: 0;
    line-height: 0;
}

.button.medium_allView {
    background-position: -147px -111px;
    width: 60px;
    height: 28px;
    margin: 0;
    color: transparent;
    font-size: 0;
    line-height: 0;
}

.button.medium_findZip {
    background-position: -217px -111px;
    width: 60px;
    height: 28px;
    margin: 0;
    color: transparent;
    font-size: 0;
    line-height: 0;
}

.button.medium_reset {
    background-position: -73px -70px;
    width: 60px;
    height: 28px;
    margin: 0;
    color: transparent;
    font-size: 0;
    line-height: 0;
}

.button.medium_download {
    background-position: -147px -70px;
    width: 70px;
    height: 28px;
    color: transparent;
    font-size: 0;
    line-height: 0;
}

.button.large_sanghun1 {
    background-position: 0 0;
    width: 142px;
    height: 54px;
    color: transparent;
    font-size: 0;
    line-height: 0;
    margin-left: 5px
}

.button.large_sanghun2 {
    background-position: -150px 0;
    width: 142px;
    height: 54px;
    color: transparent;
    font-size: 0;
    line-height: 0;
    margin-left: 5px
}

.button.large_mail {
    background-image: url(/nation/images/common/mailcu.gif);
    width: 160px;
    height: 54px;
    margin-left: 5px
}

.button.large_intNet {
    background-image: url(/nation/images/common/intnetcu.gif);
    width: 120px;
    height: 54px;
    margin-left: 5px;
    font-size: 0;
}

/* .button.large_mail{ background-position: -303px 0; width: 182px; height: 54px; color: transparent; font-size: 0; line-height: 0; margin-left: 5px}
.button.large_intNet{ background-position: -292px -70px; width: 192px; height: 54px; color: transparent; font-size: 0; line-height: 0; margin-left: 5px} */
.button.large_recommend {
    background-position: 0 -200px;
    width: 142px;
    height: 54px;
    color: transparent;
    font-size: 0;
    line-height: 0;
    margin-left: 5px
}

/*.button.medium_minwon{ background-position: 0 -146px; width: 248px; height: 40px; color: transparent; font-size: 0; line-height: 0; }
  .button.medium_download2{ background-position: -252px -146px; width: 248px; height: 40px; color: transparent; font-size: 0; line-height: 0; } */
/*.button.medium_minwon { background-position: 0 -146px; width: 248px; height: 40px; font-size: 0; line-height: 0;}
  .button.medium_download2 { background-position: -252px -146px; width: 248px; height: 40px; font-size: 0; line-height: 0; } */

.button.medium_minwon { 
	background: url("/nation/images/2026/gov24-logo.png") no-repeat; 
	background-color: #fff; 
	background-size: 130px; 
	background-position: 7%;
	border: 1px solid #ccc; 
	border-radius: 10px; 
	width: 390px; 
	height: 75px; 
	margin-top: 10px;
	padding-top: 25px;
	padding-left: 155px;
	font-size: 18px;
} /* 2026.03 */

.button.medium_download2 {
	background: url("/nation/images/2026/icon-download.png") no-repeat; 
	background-color: #fff; 
	background-size: 55px; 
	background-position: 7%;
	border: 1px solid #ccc; 
	border-radius: 10px; 
	width: 390px; 
	height: 75px; 
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 25px;
	padding-left: 85px;
	font-size: 18px;
} /* 2026.03 */

.btnArear {
    margin: 10px 0 30px;
    text-align: right;
}

.button.medium_download3 {
    background: url(/nation/images/common/file_download_btn.png) no-repeat;
    width: 153px;
    height: 40px;
    color: transparent;
    font-size: 0;
    line-height: 0;
}

.button.large_bluLine {
    height: 52px;
    background: #fff;
    color: #0066cc;
    line-height: 52px;
    padding: 0 25px;
    text-align: center;
    border: 1px solid #0066cc;
    margin-left: 5px
}

.button.large_grayLine {
    height: 52px;
    background: #fff;
    color: #3a3a3a;
    line-height: 52px;
    padding: 0 50px;
    text-align: center;
    border: 1px solid #8c8f92;
    margin-left: 5px
}

.button.large_grayLine2 {
    height: 52px;
    background: #fff;
    color: #3a3a3a;
    line-height: 52px;
    padding: 0 20px;
    text-align: center;
    border: 1px solid #8c8f92;
    margin-left: 5px
}

.button.large_grayLine3 {
    background-image: url(/nation/images/common/checkcu.gif);
    padding: 0 20px;
    margin-left: 5px;
    height: 52px;
    width: 90px;
}

.button.large_grayLine4 {
    background-image: url(/nation/images/common/modify_delete.gif);
    padding: 0 20px;
    margin-left: 5px;
    height: 52px;
    width: 135px;
}

.button.medium_gray {
    border-radius: 38px;
    height: 38px;
    background: #8b8f92;
    color: #fff;
    line-height: 38px;
    padding: 0 18px;
    text-align: center;
    border: 1px solid #8b8f92;
}

.button.medium_bluLine {
    height: 38px;
    background: #fff;
    color: #0066cc;
    line-height: 38px;
    padding: 0 18px;
    text-align: center;
    border: 1px solid #0066cc;
    margin-left: 3px
}

.button.medium_bluLine_2 {
    height: 38px;
    background: #fff;
    color: #0066cc;
    line-height: 38px;
    padding: 0 18px;
    text-align: center;
    border: 1px solid #0066cc;
    margin-left: 3px;
    float: right;
}

.button.medium_grayLine {
    height: 38px;
    background: #fff;
    color: #3a3a3a;
    line-height: 38px;
    padding: 0 18px;
    text-align: center;
    border: 1px solid #8c8f92;
    margin-left: 3px
}

/* //button end */

/* quick menu */
#rgt_quick {
    position: absolute;
    right: -109px;
    top: 200px;
    width: 82px;
}

#rgt_quick .quick_box {
    width: 82px;
    background: url(/nation/images/common/rgt_quick.png) repeat-y 0 33px
}

.quick_mn {
    width: 78px;
    margin: 0 auto;
}

.quick_mn li a {
    display: block;
    text-align: center;
    margin: 18px 0;
    height: 68px;
    font-size: 0;
    background: url(/nation/images/common/quick_mn.gif) no-repeat 50% 0
}

.quick_mn li.mn2 a {
    background-position: 50% -92px
}

.quick_mn li.mn3 a {
    background-position: 50% -184px
}

.quick_mn li.mn4 a {
    background-position: 50% 100%
}

/* //quick menu */

/* footer */
#footer .organ_system {
    padding: 25px 0 0 210px;
    position: relative
}

#footer .organ_system li {
    float: left;
}

#footer .organ_system li a {
    color: #222;
    display: block;
    padding: 5px 15px;
    font-size: 14px;
    font-weight: 600;
    font-family: NG, '나눔고딕', NanumGothic, '돋움', Dotum, '굴림', Gulim, Helvetica, sans-serif;
    background: url(/nation/images/common/gray_ln.gif) no-repeat 100% 50%;
}

#footer .organ_system li.privacy a {
    color: #003976
}

#footer .organ_system li a em {
    color: #63a6cb
}

#footer .organ_system li.last a {
    background: none;
}

#footer address {
    margin: 3px 0 0 225px;
    color: #555
}

#footer .copyright {
    color: #ccc;
    margin: 3px 0 50px 225px;
    color: #999
}

#footer .foot_logo {
    position: absolute;
    top: 90px
}

#footer .mark {
    position: absolute;
    top: 70px;
    float: right;
    margin: 0 0 0 860px;
}

#footer .banner_ad {
    height: 52px;
    position: relative;
    background: #f7f7f7;
    border-top: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
}

#footer .banner_ad h2 {
    float: left;
    width: 70px;
    padding: 16px 0 0 0;
    font-size: 14px;
    color: #333;
    background: none;
}

.banner_ad .scroll {
    visibility: visible;
    overflow: hidden;
    position: relative;
    z-index: 2;
    width: 925px !important;
    margin: 0 auto;
    float: left
}

.banner_ad .bannerlink {
    width: 995px;
    margin: 0 auto;
}

.banner_ad .bannerlink ul li {
    float: left;
    height: 34px;
    padding: 9px 0 9px 7px;
    overflow: hidden;
    width: auto !important
}

.banner_ad .bannerlink ul li a {
    display: block;
    vertical-align: middle;
    border: 1px solid #ddd;
    text-align: center;
    background: #fff;
    width: 145px;
    height: 32px;
}

.banner_ad .bannerlink ul li a img {
    vertical-align: middle
}

.banner_ad .prev {
    display: block;
    background: url(/nation/images/button/move.gif) no-repeat 0 0;
    width: 24px;
    height: 24px;
    left: 40px;
    position: absolute;
    top: 15px;
    z-index: 99;
    font-size: 0;
    color: transparent
}

.banner_ad .next {
    display: block;
    background: url(/nation/images/button/move.gif) no-repeat 0 100%;
    width: 24px;
    height: 24px;
    right: 40px;
    position: absolute;
    top: 15px;
    z-index: 99;
    font-size: 0;
    color: transparent
}

.footer_area {
    width: 995px;
    margin: 0 auto;
}

/* popup */
#pop_wrap {
    position: relative;
    background: #edeff2
}

#pop_wrap h1 {
    background: url(/nation/images/pop/tp_bg.gif) repeat;
    height: 60px;
}

#pop_wrap h1 strong {
    display: block;
    background: url(/nation/images/pop/bullet_h1.png) no-repeat 22px 16px;
    height: 46px;
    line-height: 1;
    color: #fff;
    font-size: 20px;
    padding: 14px 0 0 48px;
    letter-spacing: -1px
}

#pop_wrap h1.ci strong {
    display: block;
    background: url(/nation/images/pop/ci_h1.png) no-repeat 22px 16px;
    height: 46px;
    line-height: 0;
    color: transparent;
    font-size: 0;
}

#pop_wrap .pop_content {
    padding: 20px 15px;
}

.pop_contentBox {
    background: #fff;
    border: 1px solid #dadde2;
    padding: 25px 20px
}

.pop_contentBox .imgFix {
    width: 100%;
    height: 980px;
    overflow: hidden;
    text-align: center;
}

#pop_wrap .pop_close {
    display: block;
    position: absolute;
    right: 15px;
    top: 15px;
}

#pop_wrap_1 {
    position: relative;
    background: #edeff2
}

#pop_wrap_1 h1 {
    background: url(/nation/images/pop/tp_bg.gif) repeat;
    height: 60px;
}

#pop_wrap_1 h1 strong {
    display: block;
    background: url(/nation/images/pop/bullet_h1.png) no-repeat 22px 16px;
    height: 46px;
    line-height: 1;
    color: #fff;
    font-size: 20px;
    padding: 14px 0 0 48px;
    letter-spacing: -1px
}

#pop_wrap_1 h1.ci strong {
    display: block;
    background: url(/nation/images/pop/ci_h1.png) no-repeat 22px 16px;
    height: 46px;
    line-height: 0;
    color: transparent;
    font-size: 0;
}

#pop_wrap_1 .pop_content {
    padding: 20px 15px;
}

.pop_contentBox {
    background: #fff;
    border: 1px solid #dadde2;
    padding: 25px 20px
}

.pop_contentBox .imgFix {
    width: 100%;
    height: 980px;
    overflow: hidden;
    text-align: center;
}

#pop_wrap_1 .pop_close {
    display: block;
    position: absolute;
    right: 15px;
    top: 15px;
}

/* tab style */
.tab_sy1:after {
    content: "";
    display: block;
    clear: both;
}

.tab_sy1 li {
    float: left;
}

.tab_sy1 li a {
    display: block;
    background: #eaf1f8;
    border: 1px solid #bbbec3;
    margin: -1px -1px 0 0;
    color: #3a3a3a;
    font-weight: bold;
    text-align: center;
    line-height: 39px;
    font-size: 12px;
}

.tab_sy1 li a:hover, .tab_sy1 li.active a {
    background: #0190d5;
    border: 1px solid #0190d5;
    color: #fff;
}

.w16 {
    width: 16%
}

.w17 {
    width: 17%
}

/* table */
table {
    display: table;
    border-spacing: 0;
    border-style: none;
    border-width: 0;
}

caption {
    font-size: 0px;
    width: 0px;
    height: 0px;
    position: absolute;
    top: -9999px;
    left: -9999px;
}

td, th * {
    font-size: 12px;
    letter-spacing: 0;
    border-width: 0;
    border-style: none;
}

th {
    white-space: nowrap;
    white-space: normal;
}

/* 2021.08.17 웹 호환성 수정 */
td {
    white-space: normal;
    word-break: keep-all;
}

/* 2021.08.17 웹 호환성 수정 */
td .img {
    padding: 0 3px;
    vertical-align: middle;
}

table a:link, table a:visited {
    color: #62666a;
}

table a:hover {
    color: #62666a
}

.grid {
    width: 100%;
    margin: 0 0 20px;
    empty-cells: show;
    border-collapse: collapse;
    border-style: none;
    border-width: 0;
    font-size: 12px;
}

.grid thead th, .grid thead td, .grid tbody th, .grid tbody td, .grid tfoot th {
    border-style: none;
    border: 0;
    border-width: 0;
    empty-cells: show;
    vertical-align: top;
}

.grid thead th, .grid thead td {
    color: #3a3a3a;
    padding: 12px 5px;
}

.grid thead th {
    background: #f5f9fd;
    border-top: 2px solid #1976c1;
    border-bottom: 1px solid #bbbec3;
    border-right: 1px solid #bbbec3;
    color: #3a3a3a
}

.grid thead th.last, .grid tbody td.last {
    border-right: 0
}

.grid tbody th, .grid tbody td {
    background: #fff;
    border-bottom: 1px solid #bbbec3;
    border-right: 1px solid #bbbec3;
    color: #3a3a3a;
    padding: 10px;
    line-height: 1.5;
    word-break: break-all;
    vertical-align: middle; /*2023-02-20*/
}

.grid tbody th {
    background: #f5f9fd;
    text-align: left
}

.grid tbody th.tl_line, .grid tbody td.tl_line {
    border-top: 2px solid #1976c1;
    border-bottom: 1px solid #bbbec3;
    text-align: left;
}

.grid.board th, .grid.board td {
    border-left: 0;
    border-right: 0
}

.txt_data {
    margin-bottom: 5px !important
}

.necessary {
    background: url(/nation/images/common/necessary.gif) no-repeat 0 50%;
    padding-left: 10px
}

.grid tbody th.necessary { /* background: #f5f9fd url(/nation/images/common/necessary.gif) no-repeat 90% 15px;*/
}

.grid tbody td a:hover {
    color: #f90;
}

.list_grid {
    width: 100%;
    margin: 0 0 20px;
    empty-cells: show;
    border-collapse: collapse;
    border-style: none;
    border-width: 0;
    font-size: 12px
}

.list_grid tbody {
    border-top: 2px solid #8b8f92;
    border-bottom: 2px solid #8b8f92
}

.list_grid tbody th, .list_grid tbody td {
    border-bottom: 1px solid #bbbec3;
    padding: 10px
}

.list_grid tbody th {
    border-right: 1px solid #bbbec3;
    text-align: left
}

.list_grid tbody th.last, .list_grid tbody td.last {
    border-bottom: none
}

.list_grid tbody th.prev {
    background: url(/nation/images/common/arrow8.png) no-repeat 90% 50%
}

.list_grid tbody th.next {
    background: url(/nation/images/common/arrow9.png) no-repeat 90% 50%
}

/* search table */
.sch_box {
    display: block;
    background: #eaedf0;
    border: 1px solid #e0e2e5;
    padding: 10px;
    margin-bottom: 20px
}

.sch_box .totl {
    vertical-align: top;
    text-align: center;
}

.sch_grid {
    margin: 0;
    empty-cells: show;
    border-collapse: collapse;
    border-style: none;
    border-width: 0;
    border-color: #FFF;
    position: relative;
    color: #333;
    width: 100%
}

.sch_grid tbody th, .sch_grid tbody td {
    border-bottom: 1px dashed #bbbec3;
}

.sch_grid tbody th {
    background: url(/nation/images/sub/sch_bullet.gif) no-repeat 0 15px;
    text-align: left;
    color: #3a3a3a;
    font-weight: bold !important;
    vertical-align: top;
    padding: 8px 5px 0 12px
}

.sch_grid tbody th.not_bg {
    text-align: left;
    color: #3a3a3a;
    font-weight: bold !important;
    vertical-align: top;
    padding: 8px 5px 0 0;
}

/* 20230614 */
.sch_box.v2 tbody th {
    border: 0 !important;
    background: transparent !important;
}

.sch_grid tbody td {
    border-bottom: 1px dashed #bbbec3;
    padding: 3px 5px
}

.sch_grid tbody td.borNone {
    border-bottom: 0
}

.sch_grid tbody th label {
    font-weight: bold;
}

.sch_grid tbody td label {
    margin-right: 15px
}

.sch_grid .input_data, .input_data {
    border: 1px solid #d8d8d8;
    height: 15px;
    padding: 2px 5px
}

.sch_grid .necessary {
    background: #fff url(/nation/images/common/necessary.gif) no-repeat 97% 10%
}

.box_sch_btn {
    position: absolute;
    right: 10px;
    bottom: 5px
}

.sch_box select, select {
    border: 1px solid #bbbec3;
    background: #fff;
    height: 26px;
}

.sch_box .inputData, .inputData {
    border: 1px solid #bbbec3;
    background: #fff;
    height: 26px;
}

.sch_box .inputData.disabled, .inputData.disabled {
    background: #f3f5f8;
}

/* agree box */
.agree_box {
    display: block;
    background: #f5f9fd;
    border: 1px solid #bbbec3;
    padding: 10px;
    margin-bottom: 20px
}

.agree_box .totl {
    vertical-align: top;
    text-align: left;
    color: #3a3a3a;
}

.faqBody {
    border-top: 2px solid #1976c1
}

.faqBody li {
    border-bottom: 1px solid #dadde1;
    position: relative;
}

.faqBody li p {
    margin: 0 !important;
    padding: 8px 20px 8px 60px;
    width: auto !important;
    position: relative;
}

.faqBody li p span {
    position: absolute;
    left: 25px;
    font-size: 18px;
    font-weight: 500;
    line-height: 1
}

.faqBody li p.q span {
    color: #0062c3;
}

.faqBody li a {
    color: #1a1a1a;
    line-height: 1.5;
}

.faqBody li .a {
    border-top: 1px solid #dadde1;
    background: #f5f9fd;
}

.box_sy {
    border: 1px solid #d9dce1;
    background: #f5f8fd;
    padding: 30px 0 30px 400px
}

.box_sy dl {
    float: left;
}

.box_sy dl dt {
    background: url(/nation/images/sub/icon.gif) no-repeat 0 3px;
    padding-left: 20px;
    color: #3a3a3a;
    font-size: 14px;
}

.box_sy dl dt.pw {
    background-position: 0 -83px
}

.box_sy dl dd {
    margin: -22px 3px 6px 120px
}

.box_sy .button {
    margin: 0 3px !important;
    padding: 0 25px;
}

.box_sy > div > div {
    display: inline-block;
}

.sitemap li {
    float: left;
}

.sitemap li h2 {
    background: none !important;
    padding: 10px !important;
    border-bottom: 2px solid #1977c1;
    margin: 0 !important;
    font-size: 16px !important;
}

.sitemap li ul {
    background: #f5f8fd;
    border-bottom: 1px solid #dadde2;
    border-left: 1px solid #d1d8e0;
    padding: 15px 0 0;
    height: 320px
}

.sitemap li ul.first {
    border-left: 0
}

.sitemap li li {
    float: none;
}

.sitemap li li a {
    color: #3a3a3a;
    font-size: 13px;
    display: block;
    padding: 10px 10px 10px 30px;
    background: url(/nation/images/sub/list_bullet2.gif) no-repeat 19px 50%
}

.mapArea {
    border: 1px solid #d9dce1;
    background: #fff;
    padding: 5px;
    margin-bottom: 20px;
}

.mapArea #map_canvas {
    width: 100%
}

.busBg {
    display: inline-block;
    padding: 0 5px;
    margin: 5px;
    color: #fff;
}

.busBg.airB {
    background: #aa8727;
}

.busBg.grB {
    background: #26a100;
}

.busBg.blB {
    background: #3374f6;
}

.busBg.redB {
    background: #e91b04;
}

.busBg.orB {
    background: #ff7921;
}

.busBg.purB {
    background: #7367dd;
}

/* pagination */
.pagination {
    line-height: normal;
    padding: 0 0 5px;
    text-align: center;
    font-size: 14px;
    text-align: center;
}

.pagination a, .pagination strong {
    color: #333;
    display: inline-block;
    margin: 0;
    padding: 2px 12px;
    position: relative;
    vertical-align: middle;
    z-index: 2;
}

.pagination strong {
    color: #0057a8;
    font-size: 14px;
    padding: 2px 4px;
    margin: 0 3px;
    text-decoration: underline;
}

.pagination .direction {
    color: #0f4078;
    padding: 0px;
    margin: 0 3px;
}

.pagination .direction span {
    display: inline-block;
    vertical-align: top;
    height: 28px;
    background: url(/nation/images/sub/paging_arrow.gif) no-repeat;
    cursor: pointer;
}

.pagination .direction span.prev {
    background-position: -32px top;
    width: 28px;
    margin-right: 0 !important;
}

.pagination .direction span.next {
    background-position: -89px top;
    width: 28px;
    margin-left: 0 !important;
}

.pagination .direction span.first {
    background-position: left top;
    width: 28px;
}

.pagination .direction span.last {
    background-position: right top;
    width: 28px;
}

.pagination .direction span.prev.on {
    background-position: -32px bottom;
    width: 28px;
}

.pagination .direction span.next.on {
    background-position: -89px bottom;
    width: 28px;
}

.pagination .direction span.first.on {
    background-position: left bottom;
    width: 28px;
}

.pagination .direction span.last.on {
    background-position: right bottom;
    width: 28px;
}

/* //pagination */

/* main */
.main_vis {
    height: 376px;
    background: url(/nation/images/main/main_vis_bg.gif);
    position: relative;
}

.main_vis .control_num {
    position: absolute;
    bottom: 35px;
    right: 20px;
}

.main_vis .control {
    position: absolute;
    top: 145px;
    width: 40px;
    height: 28px;
    background: url(/nation/images/web1/vis_control.png) no-repeat 0 0
}

.main_vis .control span {
    display: block;
    width: 21px;
    height: 28px;
    color: transparent;
    font-size: 0;
    cursor: pointer
}

.main_vis .control.lft {
    left: -60px
}

.main_vis .control.rgt {
    right: -60px;
    background-position: 0 100%
}

/*
접근성 작업 2016.12.07 go dong hyun
.main_vis #slideshow{ width:995px; margin: 0 auto;position:relative;}
.main_vis #slides{ position:relative; overflow:hidden; height: 376px; z-index: 99}
.main_vis #slides li{ width: 995px; height: 376px; position: relative}
.main_vis #slides li .visual{ border-top: 5px solid #d00b1d; border-bottom: 5px solid #333; height: 366px; position: relative;}
.main_vis #slides li .visual .pic{ width: 995px; height: 366px; z-index: 3}
.main_vis #slides li .visual .pic_tl{ width: 155px; height: 50px;  position: absolute; top: 0;text-align: center; font-size: 18px; font-weight: 600; color: #fff; line-height: 1.5; background: url(/nation/images/main/pic_tl.png) no-repeat}
.main_vis #slides li .visual .txtBox{ width: 995px; height: 58px; position: absolute; bottom: 0; background: url(/nation/images/main/txtBox_bg.png)}
.main_vis #slides li .visual .txtBox span{ display: block; margin: 10px 35px; color: #fff; line-height: 1.5}
.main_vis #slides li .visual .txtBox strong{ font-size: 14px;}
.main_vis .pagination{ position: absolute; right: 25px; bottom: 20px; z-index: 999;}
.main_vis .pagination li{ float: left; cursor:pointer; background: url(/nation/images/main/vis_control_num.png) no-repeat 100% 0; width: 19px; height: 18px; margin: 0 3px; color: transparent; font-size: 0 }
.main_vis .pagination li:hover{ background-position: 0 0}
.main_vis .pagination li.current{ background: url(/nation/images/main/vis_control_num.png) no-repeat 0 0;}
.main_vis #content{ padding: 0; background: none}
*/

/*접근성 작업 추가된 부분*/
/*2016.12.07 go dong hyun*/
.main_vis #slideshow {
    width: 995px;
    margin: 0 auto;
    position: relative;
}

.main_vis #slides_ul {
    position: relative;
    overflow: hidden;
    height: 376px;
    z-index: 99
}

.main_vis #slides_ul li {
    width: 995px;
    height: 376px;
    position: absolute;
}

.main_vis #slides_ul li .visual {
    border-top: 5px solid #d00b1d;
    border-bottom: 5px solid #333;
    height: 366px;
    position: relative;
}

.main_vis #slides_ul li .visual .pic {
    width: 995px;
    height: 366px;
    z-index: 3
}

.main_vis #slides_ul li .visual .pic_tl {
    width: 155px;
    height: 50px;
    position: absolute;
    top: 0;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    line-height: 1.5;
    background: url(/nation/images/pic_tl.png) no-repeat
}

.main_vis #slides_ul li .visual .txtBox {
    width: 995px;
    height: 58px;
    position: absolute;
    bottom: 0;
    background: url("/nation/images/main/txtBox_bg.png")
}

.main_vis #slides_ul li .visual .txtBox span {
    display: block;
    margin: 10px 35px;
    color: #fff;
    line-height: 1.5
}

.main_vis #slides_ul li .visual .txtBox strong {
    font-size: 14px;
}

.main_vis .pagination {
    position: absolute;
    right: 25px;
    bottom: 20px;
    z-index: 999;
}

.main_vis .pagination li {
    float: left;
    cursor: pointer;
    background: url("/nation/images/main/vis_control_num.png") no-repeat 100% 0;
    width: 19px;
    height: 18px;
    margin: 0 3px;
    color: transparent;
    font-size: 0
}

.main_vis .pagination li:hover {
    background-position: 0 0;
    width: 29px;
}

.main_vis .pagination li.current {
    background: url("/nation/images/main/vis_control_num.png") no-repeat 0 0;
}

.main_vis #content {
    padding: 0;
    background: none
}

.main_vis .loll_pagination {
    position: absolute;
    right: 25px;
    bottom: 20px;
    z-index: 999;
}

.slide_dot li {
    float: left;
    margin: 0 5px;
}

.slide_dot li a {
    font-size: 0px;
    display: block;
    width: 19px;
    height: 18px;
    background: url("/nation/images/main/vis_control_num.png") no-repeat 100% 0;
}

.slide_dot li a:hover { /* background-position: 0 0; width:29px;*/

}

.slide_dot li a.current {
    background-position: 0 0;
    width: 29px;
}

.slide_control {
    position: absolute;
    right: 25px;
    bottom: 20px;
    z-index: 999;
}

.slide_control .slide_bt, .slide_control .slide_dot {
    float: left;
    margin-left: 10px;
}

/*접근성 작업 추가된 부분 끝*/

/* main */
.main_contents {
    position: relative;
    background: #fff;
    width: 995px;
    margin: 30px auto;
}

.main_lft {
    float: left;
    width: 320px;
}

.form_lnk {
    float: left;
}

.form_lnk h2 {
    height: 37px;
    line-height: 37px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    letter-spacing: -1px;
    margin-bottom: 0;
}

.form_lnk1 {
    width: 158px;
}

.form_lnk2 {
    width: 162px;
}

.form_lnk1 > h2 {
    background: url('/nation/images/main/maind19_05.gif') no-repeat;
}

.form_lnk2 > h2 {
    background: url('/nation/images/main/maind19_06.gif') no-repeat;
}

.date19_imgcent {
    height: 64px;
    padding: 8px 11px 0 11px;
    border-bottom: 1px solid #d7d7d7;
    border-right: 1px solid #d7d7d7;
}

.form_lnk1 > div.date19_imgcent {
    border-left: 1px solid #d7d7d7;
}

.date19_imgcent > a.left {
    float: left;
}

.date19_imgcent > a.rigt {
    float: right;
}

.date19_centop {
    padding-bottom: 18px;
}

.date19_center {
    position: relative;
    border: 1px solid #d7d7d7;
    width: 298px;
    height: 185px;
    padding: 26px 0 0 20px;
}

.date19_center > p {
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    padding-bottom: 15px;
}

.date19_center > ul > li > a {
    display: block;
    font-size: 13px;
    color: #666666;
    line-height: 24px;
    background: url('/nation/images/main/maind19_08.gif') no-repeat left center;
    padding-left: 10px;
}

.date19_center > a {
    position: absolute;
    top: 26px;
    right: 20px;
}

.main_rgt {
    float: right;
    width: 655px;
}

.date19_centop_cent {
    border: 1px solid #d7d7d7;
    height: 96px;
    padding-top: 12px;
}

.date19_centop_cent > ul > li {
    float: left;
    text-align: center;
    width: 16.6%;
}

.flat_left {
    float: left;
}

.flat_rigt {
    float: right;
}

/* 추가 */
.graybox {
    padding: 15px;
    background: #e5e5e5;
    text-align: center;
}

.login_wrap {
    width: 100%;
    height: 160px;
    border: 1px solid #e5e5e5;
    padding: 30px;
    box-sizing: border-box;
}

.login { /* width:305px;  */
    text-align: center;
    display: inline-block;
}

.cfrm {
    display: inline-block;
    width: 74px;
    height: 65px;
    line-height: 60px;
    background: #004a9d;
    color: #fff;
    text-align: center;
    font-size: 16px;
    vertical-align: middle;
}

.lg_l {
    width: 200px;
}

.stampwrap {
    position: relative;
    width: 420px;
    display: inline-block;
}

.stamp {
    position: absolute;
    left: 100%;
    top: 0;
    margin-left: -10px;
    display: inline-block;
    width: 100px;
    height: 100px;
}

/*접근성 추가*/
.red_text {
    color: red;
}

.float_left {
    float: left;
}

.red_point {
    float: right;
    color: red;
}

.now_page {
    padding: 0 8px;
    text-decoration: underline;
}

/*팝업*/
#pop_wrap {
    display: none;
    border: 3px solid black;
    position: absolute;
    top: 50px;
    left: 50px;
    z-index: 1000;
}

#pop_top {
    background-color: black;
    cursor: pointer;
    text-align: right;
    color: white;
    height: 25px;
}

#pop_top .close, #pop_bottom .close {
    color: white;
    font-weight: bold;
    padding: 0 10px 0 15px;
    line-height: 25px;
    font-size: 13px;
}

#pop_top .close:hover, #pop_bottom .close:hover {
    text-decoration: underline;
}

#pop_bottom {
    background-color: black;
    text-align: right;
    color: white;
    height: 25px;
}

/*페이징*/
.text_bo_p11_01 {
    text-decoration: underline;
    padding: 0 8px;
}

.text_p11_02 {
    padding: 0 8px;
}

/*2018-05-02,리뉴얼메인*/
#NewHeaderNation {
    width: 100%;
    min-width: 1400px
}

#NewHeaderNation .tophead_line {
    width: 100%;
    background-color: #f5f5f5
}

#NewHeaderNation .tophead_line .tophline_global {
    position: relative;
    width: 1000px;
    height: 32px;
    margin: auto
}

#NewHeaderNation .tophead_line .tophline_global ul {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 3
}

#NewHeaderNation .tophead_line .tophline_global ul > li {
    display: inline-block;
    height: 100%;
    margin-left: 35px
}

#NewHeaderNation .tophead_line .tophline_global ul > li > a {
    display: block;
    font-size: 13px;
    color: #0a1923;
    text-align: center;
    line-height: 32px
}

#newGnbNation {
    position: relative;
    width: 100%;
    height: 99px
}

#newGnbNation #newGnbArea {
    position: absolute;
    width: 100%;
    height: 99px;
    top: 0;
    left: 0;
    background-image: url('/nation/images/common/gnb_area.gif');
    background-position: top;
    background-repeat: repeat-x;
    background-color: rgba(0, 0, 0, 0.9);
    overflow: hidden;
    z-index: 10
}

#newGnbNation #newGnbArea.open {
    height: 493px
}

#newGnbNation .newgnb_wrapper {
    width: 1400px;
    margin: auto
}

#newGnbNation h1 {
    position: absolute;
    width: 226px;
    height: 99px;
    z-index: 3
}

#newGnbNation h1 > a {
    display: block;
    height: 100%;
    text-indent: -9999em;
    background-image: url('/nation/images/common/sh_logo.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain
}

#newGnbNation .gnbarea {
    margin-left: 528px
}

#newGnbNation .gnbarea > li {
    display: inline-block;
    height: 99px;
    margin-left: -4px;
    vertical-align: top
}

#newGnbNation .gnbarea > li > a {
    position: relative;
    display: block;
    height: 100%;
    padding: 0 64px;
    font-size: 20px;
    font-weight: 500;
    color: #0a1923;
    line-height: 99px
}

#newGnbNation .gnbarea .gnbdepth2 {
    width: auto;
    min-height: 440px;
    padding: 40px 0 0 64px
}

#newGnbNation .gnbarea .gnbdepth2 > li {
    margin-top: 17px
}

#newGnbNation .gnbarea .gnbdepth2 > li:first-of-type {
    margin-top: 0
}

#newGnbNation .gnbarea .gnbdepth2 > li > a {
    font-size: 18px;
    color: #fff
}

#newGnbNation .gnbarea > li.active > a > strong {
    font-weight: 500;
    color: #004a9d
}

#newGnbNation .gnbarea > li.active > a:after {
    content: '';
    display: block;
    position: absolute;
    width: 24px;
    height: 12px;
    bottom: 0;
    left: 50%;
    margin-left: -12px;
    background: url('/nation/images/common/gnb_arrow.png') no-repeat;
    z-index: 2
}

#newGnbNation .gnbarea > li.active .gnbdepth2 > li > a > strong {
    position: relative;
    display: inline-block;
    font-weight: 400;
    color: #c8a464
}

#newGnbNation .gnbarea > li.active .gnbdepth2 > li > a > strong:after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    left: 0;
    bottom: 0px;
    background-color: #c8a464;
    z-index: 2
}

#NewContetns {
    position: relative
}

.mainhonersld {
    position: relative;
    width: 100%;
    height: 524px;
}

.mainhonersld .item {
    position: relative;
    height: 524px;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover
}

.mainhonersld .item .honerbox {
    position: absolute;
    display: inline-block;
    top: 40px;
    left: 50%;
    margin-left: 182px;
    padding: 30px 50px;
    color: #fff;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.5);
    border: 10px solid #fff;
    box-sizing: border-box;
    z-index: 3
}

.mainhonersld .item .honerbox .laurel {
    height: 50px;
    margin-bottom: 15px;
    text-align: center
}

.mainhonersld .item .honerbox .laurel img {
    display: inline;
    height: 100%
}

.mainhonersld .item .honerbox .honorprize {
    font-size: 28px;
    padding-bottom: 6px;
    text-align: justify;
    border-bottom: 2px solid #fff
}

.mainhonersld .item .honerbox .honorprize b {
    display: block;
    font-size: 54px;
    font-weight: 500
}

.mainhonersld .item .honerbox .honorname {
    margin-top: 12px;
    font-size: 22px;
    line-height: 1.4
}

.mainhonersld .slick-dots {
    bottom: 107px
}

.mainhonersld .slick-dots li {
    width: 15px;
    height: 15px;
    margin: 0 7px;
    vertical-align: middle
}

.mainhonersld .slick-dots li button {
    width: 15px;
    height: 15px;
    padding: 0;
    background-color: #fff;
    border-radius: 2px
}

.mainhonersld .slick-dots li.slick-active button {
    background-color: #c8a464
}

.mainhonersld .slick-dots li button:before {
    display: none
}

.mainhonersld .mainhoner_buttons a {
    display: none;
    width: 14px;
    height: 15px;
    background: url('/nation/images/main/sldbtn.png') no-repeat;
    text-indent: -9999em
}

.mainhonersld .mainhoner_buttons a.mainsld_pause {
    background-position: 0 0
}

.mainhonersld .mainhoner_buttons a.mainsld_play {
    background-position: -15px 0
}

.mainhonersld .mainhoner_buttons a.active {
    display: inline-block;
    vertical-align: middle
}

.isnam {
    width: 67px;
    height: 52px;
    margin: 28px auto 14px;
    background-image: url('/nation/images/main/is_menu.png');
    background-repeat: no-repeat;
    text-indent: -9999em
}

.isnam.isnm01 {
    background-position: 0 0
}

.isnam.isnm02 {
    background-position: -69px 0
}

.isnam.isnm03 {
    background-position: -138px 0
}

.isnam.isnm04 {
    background-position: -207px 0
}

.isnam.isnm05 {
    background-position: -276px 0
}

/* .isnam.isnm06{background-position: -345px 0} */
.isnam.isnm06 {
    background-position: -414px 0
}

.isnam.isnm07 {
    background-position: -414px 0
}

.isnam.isnm08 {
    background-position: -483px 0
}

.newnat_menu {
    position: absolute;
    width: 1000px;
    height: 155px;
    top: 447px;
    left: 50%;
    margin-left: -500px;
    z-index: 3
}

.newnat_menu > li {
    float: left;
    position: relative;
    width: 12.5%;
    height: 100%;
    background-color: #004a9d
}

.newnat_menu > li.nth1 {
    background-color: #002e61
}

.newnat_menu > li.nth2 {
    background-color: #227de3
}

.newnat_menu > li > p > a {
    display: block;
    height: 100%;
    font-size: 16px;
    text-align: center;
    color: #fff;
    overflow: hidden
}

.newnat_menu .natmn_subdepth {
    display: none;
    position: absolute;
    width: 116px;
    top: 155px;
    left: 50%;
    padding: 15px 10px 14px 20px;
    background-color: #fff;
    border: 1px solid #ebebeb;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 4
}

.newnat_menu > li:hover .natmn_subdepth, .newnat_menu > li:focus .natmn_subdepth {
    display: block
}

.newnat_menu .natmn_subdepth:after {
    content: '';
    display: block;
    position: absolute;
    width: 29px;
    height: 16px;
    top: -16px;
    left: 50%;
    margin-left: -14.5px;
    background: url('/nation/images/main/natmn_arrow.png') no-repeat;
    z-index: 5
}

.newnat_menu .natmn_subdepth > li {
    margin-top: 8px;
    padding-left: 8px;
    background-image: url('/nation/images/main/bullet02.gif');
    background-repeat: no-repeat;
    background-position: 0 10px
}

.newnat_menu .natmn_subdepth > li > a {
    font-size: 16px;
    font-weight: 500;
    color: #004a9d
}

.newnat_menu .natmn_subdepth > li:hover {
    background-image: url('/nation/images/main/bullet01.gif')
}

.newnat_menu .natmn_subdepth > li:hover > a {
    color: #c8a464
}

.newnat_menu .natmn_subdepth > li:first-of-type {
    margin-top: 0
}

.mainsect1 {
    width: 1000px;
    margin: 155px auto 99px
}

.mainsect1 .noticewrap {
    float: left;
    width: 33.33333333333333%
}

.mainsect1 .noticewrap .noticearea {
    position: relative;
    width: 310px;
    margin: auto
}

.mainsect1 .noticewrap.first .noticearea {
    margin-left: 0
}

.mainsect1 .noticewrap.last .noticearea {
    margin-left: 26px
}

.mainsect1 .noticewrap .noticearea > h4 {
    padding-bottom: 15px;
    font-size: 28px;
    color: #0a1923;
    font-weight: 500;
    border-bottom: 1px solid #0a1923
}

.mainsect1 .noticewrap .noticearea ul > li {
    padding: 15px 0 12px;
    border-bottom: 1px solid #e1e1e1;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.mainsect1 .noticewrap .noticearea ul > li > a {
    font-size: 16px;
    color: #0a1923
}

.mainsect1 .noticewrap .noticearea ul > li .boxnew {
    display: inline-block;
    padding: 2px 4px;
    background-color: #004a9d;
    font-size: 13px;
    color: #fff
}

.mainsect1 .noticewrap .noticearea .btnmore {
    display: block;
    position: absolute;
    width: 23px;
    height: 23px;
    top: 10px;
    right: 0;
    background: url('/nation/images/common/btn_more.gif') no-repeat;
    text-indent: -9999em
}

#NewFooterNation {
    position: relative;
    padding: 45px 0 135px;
    text-align: center;
    background-color: #f7f7f7
}

#NewFooterNation .footer_infomenu {
    display: inline-block;
    margin-bottom: 16px;
    text-align: center
}

#NewFooterNation .footer_infomenu > li {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding: 0 20px;
}

#NewFooterNation .footer_infomenu > li:after {
    content: '';
    display: block;
    position: absolute;
    width: 1px;
    height: 14px;
    right: 0;
    top: 50%;
    margin-top: -7px;
    background-color: #e1e1e1;
    z-index: 2
}

#NewFooterNation .footer_infomenu > li:last-of-type:after {
    display: none
}

#NewFooterNation .footer_infomenu > li > a {
    font-size: 14px;
    color: #0a1923
}

#NewFooterNation .footer_infomenu > li > a strong {
    color: #004a9d;
    font-weight: 500
}

#NewFooterNation .nwnat_familysite {
    padding: 12px 0;
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1
}

#NewFooterNation .nwnat_familysite .familysite > li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px
}

#NewFooterNation .nwnat_ft {
    position: relative;
    width: 1400px;
    margin: 19px auto 0
}

#NewFooterNation .nwnat_ft .footlogo {
    margin-bottom: 14px;
}

#NewFooterNation .nwnat_ft .nw_address {
    margin-bottom: 5px;
    font-size: 14px;
    color: #0a1923
}

#NewFooterNation .nwnat_ft .nw_copyright {
    font-size: 14px;
    color: #717171
}

#NewFooterNation .nwnat_ft .mark {
    position: absolute;
    top: 25px;
    right: 110px;
    z-index: 3
}

#NewFooterNation .nwnat_ft .mark img {
    width: 87px
}

.newnat_menu:after, .mainsect1:after {
    content: '';
    display: block;
    float: none;
    clear: both;
    height: 0;
    font-size: 0;
    line-height: 0;
    visibility: hidden
}

/* 20221009 */
.sub-tab { /* padding: 75px 0 30px; */
    margin-bottom: 50px;
    font-size: 36px;
    font-weight: 600;
    color: #2a2a2a;
    text-align: center;
    font-family: 'BMDoHyeon';
    border-bottom: 1px solid #dfdfdf;
    display: flex;
}

.sub-tab li {
    position: relative;
    flex: 1 1 auto;
    width: 50%;
}

.sub-tab li a {
    display: flex;
    height: 45px;
    align-items: center;
    justify-content: center;
    color: #3a3a3a;
}

.sub-tab li a::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -1px;
    right: 0px;
    height: 100%;
    border: 1px solid #bbbec3;
    box-sizing: border-box;
}

.sub-tab li a.on {
    color: #1976c1;
}

.sub-tab li a.on::after {
    border: 1px solid #1976c1;
    z-index: 1;
}

.sub-tab li a.on::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    border: 5px solid transparent;
    border-top-color: #1976c1;
}

/* 20240911 */
.sub-LR {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.sub-LR table {
    width: calc((100% - 20px) / 2);
}

.sub-LR .imgAre {
    width: calc((100% - 20px) / 2);
}

.ns1009-v {
    display: none;
}

.borB0 {
    border-bottom: 0 !important;
}

.borT1 {
    border-top: 1px solid #bbbec3 !important;
}

.font-red {
    color: red !important;
}

/*2023-1-2*/
.admin-sub-LR {
    display: block;
}

/* 2026.03 */
@media screen and (max-width: 1415px) {
	.processDiv > li > .td > .list_sy3 {display: block;}
}

@media screen and (max-width: 768px) {
    .sub-LR table {
        width: 100%;
    }

    .ns1009-v {
        overflow-x: auto;
    }

    .ns1009-v .grid.scroll {
        width: 1024px;
    }

    .grid tbody td.phone_area select, .grid tbody td.phone_area input {
        width: calc(100% / 3 - 7px);
    }
    
    /* 2026.03 */
    .list_sy3 { display: block; }
    .imgAre { margin-top: 30px; margin-bottom: 50px; }
}

@media screen and (max-width: 480px) {
    .sub-LR .imgAre {
        width: 100%;
    }
    
    /* 2026.03 */
    .processDiv { display: flex; flex-direction: column; align-items: center; }
    .button.medium_minwon, .button.medium_download2 { width: 95%; font-size: 16px; }
}

/* //20221009 */

/* 2026.03 */
@media screen and (max-width: 390px) {
	.button.medium_minwon, .button.medium_download2 { font-size: 12px; }
}

/*2023-2-20 반응형 추가 수정*/
@media screen and (max-width: 340px) {
    .box_sy dl dd {
        margin: 0;
        margin: 10px 0;
    }

    .sub-tab li a {
        font-size: 12px;
    }
}