@import url('https://fonts.googleapis.com/css2?family=Nanum+Gothic:wght@400;700;800&display=swap');
.sub_wrap {
width:100%; position:relative;}


.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert_gray {background:#eee; border:1px solid #ccc;}
.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}


.sub_top {
  height: 160px; background-size:cover !important; 
}

.sub01 .sub_top {  background: url(../top/01.jpg) center center;}
.sub02 .sub_top {  background: url(../top/02.jpg) center center;}
.sub03 .sub_top {  background: url(../top/03.jpg) center center;}
.sub04 .sub_top {  background: url(../top/04.jpg) center center;}
.sub05 .sub_top {  background: url(../top/05.jpg) center center;}
.sub06 .sub_top {  background: url(../top/06.jpg) center center;}

.sub_top h2 { /*display:none;*/
  font-size: 1.6em;
  font-weight: 400;
  color: #fff;
}
.sub_top h4 {color: rgba(256,256,256,0.8);}
.heading-content {
  text-align: center;
  margin-top: 55px;/*65px*/
}

@media all and (max-width:767px)
{
.sub_top { height: 130px;}
.heading-content {
  display:none;}
}
@media all and (max-width:480px)
{
.sub_top { height: 100px;}
}

#contents_wrap{padding-bottom:0px; position:relative;text-align:left;margin:0px auto 0; min-height: 318px;/*< 추가*/}

.sub_menu{max-width: 240px; margin-top:1px; padding:0;}
.sub_menu h2 {height: 50px; color: rgb(255, 255, 255); line-height: 50px; font-size: 1.4em; font-weight: 700; 
background-color: #0E8BF3;/*rgb(91, 149, 201)*/ margin:0; text-align:center; text-transform:uppercase;
}
.sub_menu ul {padding:0; border:1px solid #ccc; margin-top:1px;}
.sub_menu li {list-style: none; padding-left:0px; border-bottom:1px solid #dddddd; margin-top: 0px;}
.sub_menu li:last-child {border-bottom:0px solid #dddddd; }
.sub_menu a {font-family:'malgun gothic',dotum; color:#666;
	padding: 10px 30px; transition:0.2s ease-out; font-size:1.0em; display: block; background:#f3f3f3;
		-webkit-transition: all 0.2s ease-out;
}
.sub_menu a:hover { background-color: #fff;
}
.sub_menu .on a {
	background:#fff;
}


.side_banner{
margin:60px 0 0; border:1px solid #ccc; padding:10px 20px; max-width: 240px; background:#363331;/*#fff*/}
.side_banner h4 {font-size:1em; color:rgba(256,256,256,0.9);/*555*/ }
.side_banner p {font-size:0.9em; margin-top:0px !important; color:rgba(256,256,256,0.9);/*777*/}
.side_banner p a {color:rgba(256,256,256,0.9);}
.side_banner .text01 {font-size: 18px; line-height: 36px; letter-spacing: -0.5px; color:rgba(256,256,256,1);}
.side_banner img {
	max-width: 100%;
}

@media all and (max-width:991px) {
.sub_menu {
	margin-top: 0px; max-width: 100%;
}
.side_banner {display: none;}
}



.con_title {
  text-align: center;
}
.heading-section {
  text-align: center;
  padding: 60px 0 0px;
}
.heading-section h2 {
  font-family: 'Open Sans','nanum gothic', sans-serif;
  font-size: 30px;
  color: #444;
  font-weight: 600;
  text-transform: uppercase; 
  /*background:url(../img/common/title.jpg) left 5px no-repeat;*/}

.heading-section h2 span {font-weight:600; color:#333;}

@media all and (max-width:990px)
{
.heading-section {
  text-align: center;
  padding: 40px 0 0px;
}
}


.sub01 .contents, .sub02 .contents {padding-bottom:30px; }

/*.contents_in .row {margin-top:20px;}
.contents_in .row:first-child {margin-top:0px;}*/
.contents_in {margin-top:40px; }
.contents_in h3{margin:40px 0 20px; }
.contents_in .row:first-child h3{margin-top:0px; }

.contents .inner {margin-top:40px; }

.contents .inner .grid {margin-top:40px;}
.contents .inner .grid:first-child {margin-top:0px;}

.contents .inner .grid.mg_10 {margin-top:10px;}
.contents .inner .grid.mg_30 {margin-top:30px;}
.contents .inner .grid.mg_50 {margin-top:50px;}

.contents .inner h2{ font-weight:400;}
.contents .inner h3{margin:40px 0 20px; }
.contents .inner .grid:first-child h3{margin-top:0px; }


	table.default th {
				text-align: center;
				padding: 10px 10px;
			}
			table.default thead {
				background: #666;
				border-top:1px solid #555;
				color: #fff;
				font-weight:bold;
			}
			table.default td {
				padding: 10px 10px;
				border-bottom:1px solid #ccc;
			}
			table.default td.left {
				text-align:center; font-weight:bold;
			}
			


.sub01 .cell h3{margin-top:0px;}
.sub01 .map {margin-top:50px;}

.sub01_1 .bullet {margin-bottom:20px;}
.sub01_1 .bullet ul li {
padding:1px 0; color:#444;}
.sub01_1 .bullet ul li::before {
	background: #666; width: 3px; height: 3px; margin-right: 5px; vertical-align: middle; display: inline-block; content: "";}

.sub02_2 .inner h2 {padding-right:10%;} 
.smd_02 .sec {
	overflow: hidden; padding-top: 0px; margin-top:50px;
}
.smd_02 .sec.first {margin-top:60px;}
.smd_02 .sec .txtArea {
	width: 55%; float: left;
}
.smd_02 .sec .imgArea {
	width: 40%; overflow: hidden; font-size: 0px; float: right;
}
.sub02_2 .sec .img_cell img {
	width: 100%; height: 100%;
}
.sub02_2 .sec .imgArea img {
	width: 100%; height: 100%;
}
.smd_02 .sec .txtArea h3 {
	padding: 0px; margin-top:0;
}
.sub02_2 .sec .desc_cell h3 {
	margin-top:0;
}
@media all and (max-width:767px)
{
.smd_02 .sec .txtArea {
	width: 100%; padding-bottom: 10px; display: block;
}
.smd_02 .sec .imgArea {
	width: 100%; display: block;
}
}


.con_table {width:710px; border-top:2px #cccccc solid;}
.con_table td{border-bottom:1px solid #dddddd;height:32px;text-align:center;color:#666666; padding:5px 10px;line-height:20px;}
.con_table .title {font-weight:bold; text-align:center;border-left:1px #dddddd solid;}



/*
@media screen and (max-width: 736px) {
.board_g td img {width:100%; height:auto !important;}
.board_n #post_area img {width:100% !important; height:auto !important; padding:0; margin:0;}
.board #post_area img {width:100% !important; height:auto !important; padding:0; margin:0;}
}
*/


/*******************************@@@@@@@@@@@@@@추가**********************************************/

/*** splo-n1 ***/

.splo-n1-w {
    background-color: #fff;
}

.splo-n1-1 {
    display: inline-block;
    vertical-align: top;
    float: left;
    width: 23%;
    padding-right: 45px;
}

.splo-n1-2 {
    display: inline-block;
    vertical-align: top;
    width: 77%;
    min-height: 500px;
    margin: 68px 0 80px;
}

.splo-n1-2-2-w {
    padding: 0 15px;
}

/* sm-n1 */

.sm-n1-w {
    text-align: center;
    line-height: 1;
    vertical-align: top;
}

.sm-n1-1 {
    background-color: #fff;
    padding: 22px 0 23px;
    margin-top: 20px;
    border-bottom: solid 1px #333;
}

.sm-n1-1-1 {
    display: block;
    font-family: ngeb, 'Nanum Gothic', sans-serif; font-weight:800;
    font-size: 17px;
    color: #4c4c4c;
    letter-spacing: 0.3px;
    padding-left: 0.3px;
}

.sm-n1-1-2 {
    display: block;
    font-family: ngeb, 'Nanum Gothic', sans-serif; font-weight:800;
    font-size: 11px;
    margin-top: 7px;
    color: #b2b2b2;
    letter-spacing: 0.7px;
    padding-left: 0.7px;
}

.sm-n1-2 {
    margin-top: 15px;
}

.sm-n1-2-1 {
    display: block;
    font-size: 13px;
    color: #4c4c4c;
    line-height: 1.3;
    padding: 12px 0 12px;
    cursor: pointer;
    border-bottom: solid 1px #dedede;
    transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
    -ms-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
}

.sm-n1-2-1:hover {
    background-color: #f5f5f5;
}

.sm-n1-2 span:last-child {
    border-bottom: none;
}

/* sm-n1 */

/* scs-n1 */

.scs-n1-w {
    border: 1px solid #dedede;
    text-align: center;
    padding: 10px 10px 14px;
    line-height: 1;
    margin: 30px 0 30px;
}

.scs-n1-1 {
    background-image: url(../../images/ptn_01.jpg);
    font-family: ngeb, 'Nanum Gothic';
    font-si font-weight:bold;ze: 16px;
    letter-spacing: 0.3px;
    color: #fff;
    padding: 5px 0 5px 0.3px;
    margin-bottom: 13px;
}

.scs-n1-2 {
    display: inline-block;
    font-family: ngeb, 'Nanum Gothic';
    font-si font-weight:bold;ze: 17px;
    text-align: left;
}

.scs-n1-2 a {
    color: #666;
}

.scs-n1-2-1 {
    display: inline-block;
    font-size: 14px;
    color: #666;
    letter-spacing: 1.5px;
    border-right: 1px solid #ccc;
    padding: 0 6px 1px 0;
    margin-right: 7px;
}

.scs-n1-2-2 {
    padding: 1px 0 0 0;
    letter-spacing: 0;
}

.scs-n1-2-3 {
    height: 7px;
    vertical-align: top
}

.scs-n1-2-4 {
    display: inline-block;
    font-size: 14px;
    letter-spacing: -0.3px;
    color: #666;
    border-right: 1px solid #ccc;
    padding: 0 8px 1px 0;
    margin-right: 7px;
}

.scs-n1-2-5 {
    padding: 1px 0 0 0;
    letter-spacing: -0.5px;
    font-size: 14px;
}

.scs-n1-3 {
    margin-top: 13px;
    margin-bottom: 11px;
    border-top: 1px solid #d9d9d9;
}

.scs-n1-4 {
    display: inline-block;
    font-size: 12px;
    text-align: left;
    line-height: 1.5;
}

/* scs-n1 */

/* sptt-n1 */

.sptt-n1-w {
    margin-bottom: 50px;/*70*/
    border-bottom: solid 1px #dedede;
    height: 33px;
    line-height: 1;
}

.sptt-n1-w ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.sptt-n1-w li {
    margin: 0;
    padding: 0;
    float: left;
}

.sptt-n1-1 {
    width: 75%;
}

.sptt-n1-1-1 {
    display: inline-block;
    vertical-align: top;
    height: 17px;
    width: 17px;
    border: 5px solid #d9d9d9;
    border-radius: 50%;
    margin: 0 5px 0 5px;
}

.sptt-n1-1-2 {
    display: inline-block;
    vertical-align: top;
    font-family: ngeb, 'Nanum Gothic', sans-serif; font-weight:800;
    font-size: 17px;
    color: #666;
}

.sptt-n1-1-3 {
    display: inline-block;
    vertical-align: top;
    font-family: ngb, 'NanumGothicBold', sans-serif;
    font-size: 17px;
    color: #ccc;
    padding: 0 0 0 11px;
    margin-left: 13px;
    border-left: solid 1px #ccc;
}

.sptt-n1-2 {
    text-align: right;
    width: 25%;
}

.sptt-n1-2-1 {
    display: inline-block;
    vertical-align: top;
    font-family: ngb, 'NanumGothicBold', sans-serif;
    font-size: 17px;
    color: #ccc;
    padding-right: 5px;
}

/* sptt-n1 */

/*** splo-n1 ***/

/*** spcl-n1 ***/

.spcl-n1-1-1 {
    height: 170px;
    background-image: url(../../images/spcl_n1_1.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    font-family: ngb, 'NanumGothicBold', sans-serif;
    font-size: 30px;
    color: rgba(255, 255, 255, 0.8);
    text-align: right;
    padding: 113px 20px 0 0;
}

.spcl-n1-2-w {
    margin-top: 70px;/*80*/
    line-height: 1;
}

.spcl-n1-2-1 {
    font-size: 35px;/*50px*/
    font-family: ngb, 'NanumGothicBold', sans-serif;
    color: #999;
    line-height: 1.1;
    text-align: center;
}

.spcl-n1-2-2 {
    text-align: center;
    margin: 30px 0 70px;
}

.spcl-n1-2-2-1 {
    display: inline-block;
    vertical-align: top;
    font-family: ngeb, 'Nanum Gothic', sans-serif; font-weight:800;
    font-size: 17px;
    line-height: 1.5;
    padding: 13px 30px 13px;
    border-top: solid 1px #dedede;
    border-bottom: solid 1px #dedede;
}

.spcl-n1-2-3 {
    display: inline-block;
    vertical-align: top;
    font-size: 15px;
    line-height: 2;
}

.spcl-n1-2-3-1 {
    float: right;
    margin: 8px 0 0 45px;
}

.spcl-n1-2-4 {
    margin-top: 45px;
    padding-right: 1px;
    text-align: right;
}

.spcl-n1-2-4-1 {
    display: inline-block;
    vertical-align: top;
    text-align: left;
    line-height: 1;
    border-left: solid 1px #dedede;
    padding: 5px 0 8px 13px;
}

.spcl-n1-2-4-1-1 {
    display: block;
    vertical-align: top;
    font-family: ngeb, 'Nanum Gothic', sans-serif; font-weight:800;
    font-size: 15px;
}

.spcl-n1-2-4-1-2 {
    display: block;
    vertical-align: top;
    font-size: 13px;
    margin-top: 8px;
}

/*** spcl-n1 ***/

/*** spcl-n3 ***/

/* bnsq-n2 */

.bnsq-n2-1-w {
    text-align: center;
}

.bnsq-n2-1-w img {
    max-width: 100%;
    height: auto;
}

.bnsq-n2-2-w {
    text-align: center;
    padding: 35px 0 36px;
    border-top: solid 1px #dedede;
    border-bottom: solid 1px #dedede;
}

.bnsq-n2-2-1 {
    display: inline-block;
    vertical-align: top;
    font-family: ngb, 'NanumGothicBold', sans-serif;
    font-size: 40px;
    color: #ccc;
    line-height: 1;
}

.bnsq-n2-2-2 {
    display: inline-block;
    vertical-align: top;
    font-family: ngeb, 'Nanum Gothic', sans-serif; font-weight:800;
    font-size: 17px;
    margin-top: 5px;
    line-height: 1.3;
}

/* bnsq-n2 */

.spcl-n3-1 {
    height: 70px;/*85*/
}

.spcl-n3-2-w {
    text-align: right;
}

.spcl-n3-2-1 {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    font-family: ngeb, 'Nanum Gothic', sans-serif; font-weight:800;
    font-size: 27px;
    line-height: 1;
    width: 120px;
}

/*  년도 높이 */

.hisy-h-1 {
    padding-top: 10px;
    /*padding-top: 34px;*/
    vertical-align: middle;
}

.hisy-h-2 {
    padding-top: 66px;
}

.hisy-h-3 {
    padding-top: 18px;
}

.hisy-h-4 {
    padding-top: 2px;
}

.hisy-h-5 {
    padding-top: 18px;
}

.hisy-h-6 {
    padding-top: 0;
}

.hisy-h-7 {
    padding-top: 0;
}

.hisy-h-8 {
    padding-top: 0;
}

.hisy-h-9 {
    padding-top: 0;
}

/*  년도 높이 */

.spcl-n3-3-w {
    /*padding: 0 0 0 25px;*/
    border-left: solid 1px #dedede;
}

.spcl-n3-4 {
    border-bottom: solid 1px #dedede;
    margin-bottom: 60px;
    padding-bottom: 60px
}

/* tl-n2 */

.tl-n2 table {
    width: 100%;
    word-break: break-all;
    line-height: 1.4;
    font-size: 13px;
}

.tl-n2 td {
    vertical-align: top;
    text-align: left;
    padding: 7px 0;
}

.tl-n2-1 {
    text-align: center!important;
    width: 50px;/*100*/
}

/* tl-n2 */

/*** spcl-n3 ***/

/*** sporg-n1 ***/

.sporg-n1-he1 {
    height: 70px;/*70*/
}

.sporg-n1-w {
    text-align: center;
}

.sporg-n1-w img {
    max-width: 100%;
    height: auto;
}

/*** sporg-n1 ***/

/*** spcl-n5 ***/

/* bnscl-n1-n1 */

.bnscl-n1-w {
    text-align: center;
    margin: 80px 30px 0;
}

.bnscl-n1-1 img {
    max-width: 100%;
    height: auto;
}

.bnscl-n1-2 {
    font-family: ngeb, 'Nanum Gothic', sans-serif; font-weight:800;
    font-size: 17px;
    color: #666;
    border-bottom: solid 1px rgba(0, 0, 0, 0.2);
    padding: 23px 15px 13px;
    margin-bottom: 20px;
}

.bnscl-n1-3 {
    padding: 0 5px;
    font-size: 13px;
    color: #666;
    line-height: 1.7;
}

/* bnscl-n1-n1 */

.spcl-n5-1 {
    border-bottom: solid 1px #dedede;
    margin-bottom: 70px;
    padding-bottom: 75px
}

.spcl-n5-2 {
    font-family: ngb, 'NanumGothicBold', sans-serif;
    text-align: center;
    line-height: 1;
    font-size: 46px;
    color: #999;
    margin-bottom: 45px;
}

.spcl-n5-3 {
    text-align: center;
}

.spcl-n5-3 img {
    max-width: 100%;
    height: auto;
}

/*** spcl-n5 ***/

/*** spmap-n1 ***/

.spmap-n1-1-w {
    margin-bottom: 35px;
}

.spmap-n1-2-1-w {
    text-align: right;
    font-family: ngeb, 'Nanum Gothic', sans-serif; font-weight:800;
    font-size: 18px;
    letter-spacing: 3px;
    padding: 16px 0 0 0;
}

.spmap-n1-2-2-w {
    font-size: 13px;
    line-height: 1.5;
    padding: 7px 0 7px 20px;
    border-left: solid 1px #ccc;
}

.spmap-n1-2-2-1 {
    margin-bottom: 12px;
}

.spmap-n1-2-2-2 {
    display: inline-block;
    vertical-align: top;
    line-height: 1;
}

.spmap-n1-2-2-3 {
    display: inline-block;
    vertical-align: top;
    border-left: solid 1px #ccc;
    padding: 0 0 1px 18px;
    margin-left: 13px;
    line-height: 1;
}

.spmap-n1-2-2-1-1,
.spmap-n1-2-2-2-1,
.spmap-n1-2-2-3-1 {
    display: inline-block;
    vertical-align: top;
    width: 42px;
}

.spmap-n1-2-2-1-2,
.spmap-n1-2-2-2-2,
.spmap-n1-2-2-3-2 {
    display: inline-block;
    vertical-align: top;
}

.spmap-n1-2-2-1-2 {
    width: 80%;
}

/*** spmap-n1 ***/

/*** spclb-n1 ***/

.spclb-n1-1 {
    height: 10px;
}

.bnsq-n3-1-w {
    text-align: center;
    padding: 13px 13px 20px;
    margin-top: 50px;
    border: solid 1px #dedede;
}

.bnsq-n3-1-1 img {
    max-width: 100%;
    height: auto;
}

.bnsq-n3-1-2 {
    font-family: ngeb, 'Nanum Gothic', sans-serif; font-weight:800;
    font-size: 15px;
    color: #666;
    line-height: 1.5;
    padding: 20px 0 12px;
    margin-bottom: 10px;
    border-bottom: solid 1px #dedede;
}

.bnsq-n3-1-3 {
    font-size: 13px;
    line-height: 1.8;
    color: #666;
    padding: 0 5px;
}

/*** spclb-n1 ***/

/*** spclb-n2 ***/

/* bnsq-n5 */

.bnsq-n5-w {
    margin-top: 75px;
    text-align: center;
}

.bnsq-n5-w img {
    max-width: 100%;
    height: auto;
}

/* bnsq-n5 */

/* spcl-tx-n1 */

.spcl-tx-n1-w {
    text-align: center;
}

.spcl-tx-n1-1 {
    display: inline-block;
    vertical-align: top;
    font-family: ngeb, 'Nanum Gothic', sans-serif; font-weight:800;
    font-size: 17px;
    color: #4c4c4c;
    line-height: 1.6;
    padding: 10px 17px 10px;
    margin: 60px 0 40px;
    border-top: solid 1px #666;
    border-bottom: solid 1px #666;
}

.spcl-tx-n1-2 {
    display: inline-block;
    vertical-align: top;
    text-align: left;
    line-height: 2.2;
    font-size: 15px;
}

/* spcl-tx-n1 */

.spcl-tx-n1-line-1 {
    border-bottom: solid 1px #dedede;
    margin-bottom: 83px;
    padding-bottom: 75px
}

/* bnsq-n6 */

.bnsq-n6-w {
    text-align: center;
}

.bnsq-n6-w img {
    max-width: 100%;
    height: auto;
}

/* bnsq-n6 */

/*** spclb-n2 ***/

.point-color-1 {
    color: #999;
}