.sv {
    width: 100%;
    min-height: 400px;
    background: transparent;
    position: relative;
}
.sv:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
}
.subbody .sv-title {
    width: 100%;
    max-width: 540px;
    height: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 0;
    transform: translate(-50%,0);
    font-size: 0;
    text-align: center;
    /* line-height: 50px; */
}
.subbody .sv-title h1 {
    font-size: 45px;
    color: white;
    font-weight: bold;
    line-height: 38px;
}
.subbody .sv-title span.sv-text {
    display: block;
    width: 100%;
    font-size: 18px;
    color: white;
    padding-top: 10px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 30px;
}

.sub#contents {
    background: white;
	overflow: hidden;
    position: relative;
    z-index: 0;
}


.lnb-pc {
    clear: both;
    z-index: 300;
    width: 100%;
    height: 51px;
    border-bottom: 1px solid #e1e1e1;
    background: white;
	top:0;
}

.lnb-pc .wrap {
    padding: 0;
}

.lnb-pc .lnb-home {
    width: 50px;
    border-left: 1px solid #e1e1e1;
    border-right: 1px solid #e1e1e1;
}
.lnb-pc .lnb-box {
    float: left;
    overflow: hidden;
}

.lnb-pc .lnb-home a {
    display: block;
    width: 100%;
    font-size: 0;
    color: #777;
    text-align: center;
    transition: all 0.2s;
}

.lnb-pc.fixed .lnb-home a{
color: white;
}

.lnb-pc.fixed .lnb-home {
    border-color: #557dc2;
}

.lnb-pc .lnb-home a i {
    font-size: 20px;
    line-height: 50px;
}

.lnb-pc .lnb-menu {
    width: 200px;
    margin-left: -1px;
}

.lnb-pc .lnb-menu span.nowpage {
    display: block;
    width: 100%;
    line-height: 50px;
    border-right: 1px solid #e1e1e1;
    padding: 0 15px;
    font-size: 15px;
    color: #555;
    font-weight: 300;
    transition: color 0.2s;
    cursor: pointer;
}

.lnb-pc.fixed {
    position: fixed;
    z-index: 1000;
    background: #2b5db2;
    border-bottom: 0;
}

.lnb-pc.fixed .lnb-menu span.nowpage {
    border-color: #557dc2;
    color: white;
}

.lnb-pc .lnb-menu.toggle-open span.nowpage i {
    transform: rotate(180deg);
}

.lnb-pc .lnb-menu span.nowpage i {
    float: right;
    line-height: 50px;
    transition: transform 0.4s;
}
.lnb-pc .lnb-menu ul.lnb-list {
    width: 100%;
    height: 0;
    margin-top: 1px;
    border: 1px solid transparent;
    border-top: 0;
    overflow: hidden;
}
.lnb-pc .lnb-menu ul.lnb-list li {
    width: 100%;
    overflow: hidden;
}
.lnb-pc .lnb-menu ul.lnb-list li a {
    display: block;
    width: 100%;
    line-height: 50px;
    padding-left: 15px;
    font-size: 15px;
    color: #777;
    font-weight: 300;
    transition: all 0.3s;
}

.lnb-pc .lnb-menu.toggle-open ul.lnb-list {
    border-color: #e1e1e1;
    background: white;
}


.sc-container {
    clear: both;
    width: 100%;
    padding: 50px 0 100px;
    overflow: hidden;
	min-height:400px;
}

h2.sc-title {
    display: block;
    width: auto;
    padding: 80px 0 40px 0;
    font-size: 0;
}
h2.sc-title span.title {
    display: inline-block;
    width: auto;
    font-size: 32px;
    color: #333;
    font-weight: bold;
}
h2.sc-title span.title:before {
    content: '';
    display: block;
    width: 100%;
    height: 5px;
    background: #333;
}


.sc-item {
    clear: both;
    width: 100%;
    overflow: hidden;
    position: relative;
}
.sc-010102 span {
    font-size: 30px;
    font-weight: 400;
    color: #383838;
    display: block;
    padding-bottom: 50px;
}
.sc-010102 p {
    animation-duration: 1s;
    animation-timing-function: ease-out;
    width: 100%;
    font-size: 20px;
    color: #383838;
/*    line-height: 30px;*/
    font-weight: 300;
}

.sc-item .wrap table td {
	line-height:150%;
}

@media only screen and (max-width: 1023px){	

	.lnb-pc .wrap {
		padding: 0 0px;
	}

	.sc-010102 span {
		font-size: 20px;
		padding-bottom: 40px;
	}
	.sc-010102 p {
		font-size: 16px;
	}	
}
@media only screen and (max-width: 767px){

	.subbody .sv-title h1 {
		font-size: 35px;
		line-height: 35px;
	}
	.subbody .sv-title span.sv-text {
		font-size: 15px;
		line-height: 15px;
	}

	
	.sv {
		min-height: 300px;
		background-size: auto 300px !important;
		background-attachment: fixed;
		background-position: center top !important;
		position: relative;
	}


	.lnb-pc .wrap {
		padding: 0;
	}

	.sc-010102 span {
		font-size: 18px;
		padding-bottom: 20px;
	}
	.sc-010102 p {
    font-size: 14px;
		line-height: 20px;
	}

	.sc-item .wrap table td {
		line-height:150%;
		font-size:15px;
	}

	.sc-container {
		padding-top: 90px;
	}

	h2.sc-title {
		padding: 10px 0 25px;
	}

	h2.sc-title span.title {
		font-size: 24px;
		font-weight: 400;
		line-height: 32px;
	}

	.lnb-pc .lnb-home {
		display: none;
	}
	.lnb-pc .lnb-menu.depth1 {
		display: none;
	}

	.lnb-pc .lnb-menu {
		width: 100%;
		margin-left: 0;
	}

}



div.desc_tabWrap{
	display:inline-block;
	width:100%;
	margin-bottom:10px;
}
ul.desc_tab {
    position: relative;
    margin-top: 10px;
	text-align:center;
}
ul.desc_tab > li{
	display:block;
}
ul.desc_tab > li > a {
	border:1px solid #ddd;
	float:left;
	width:calc(100%/4);
	padding:10px 0;
	margin-bottom:10px;
}
.desc_tab li a:hover, .desc_tab li a.on {
    background: #557dc2;
    color: #fff;
}

@media only screen and (max-width: 767px){
	ul.desc_tab > li > a {
		width:calc(100%/2);
		font-size:13px;
		margin-bottom:5px;
	}
}


/***
* ¼­ºêÆäÀÌÁö ÅÇ¸Þ´º
***/
.tab_wrap{
	text-align:center;
	display:inline-block;
	border:0px solid red;
	width:100%;
}

.tab_wrap ul > li {	
	width:50%;
	float:left;
}
.tab_wrap ul > li.on,
.tab_wrap ul > li > a:hover {
	background:#2b5db2;
}
.tab_wrap ul > li > a{
	width:100%;
	border:1px solid #ddd;
	display:inline-block;
	padding:10px;					
	font-weight:bold;
	font-size:20px;
}		
.tab_wrap ul > li > a:hover,
.tab_wrap ul > li.on > a{
	color:#fff;
}

.tab_wrap ul > li > a.br0{
	border-right:0px;
}

.tab_wrap ul.col6 > li {	
	width:33.33%;
	float:left;
}

.tab_wrap ul.col6 > li:nth-child(4) > a {
   border-top:0px;
}
.tab_wrap ul.col6 > li:nth-child(5) > a {
   border-top:0px;
}
.tab_wrap ul.col6 > li:nth-child(6) > a {
   border-top:0px;
}
@media only screen and (max-width: 900px){
	.tab_wrap ul.col6 > li > a{
		font-size:17px;
	}
}
@media only screen and (max-width: 700px){
	.tab_wrap ul.col6 > li > a{
		font-size:15px;
	}
	.tab_wrap ul > li > a{
		font-size:15px;
	}
}
@media only screen and (max-width: 640px){
	.tab_wrap ul.col6 > li {	
		width:50%;
	}
	.tab_wrap ul.col6 > li > a {
	   border:1px solid #ddd;
	}

	.tab_wrap ul.col6 > li:nth-child(3) > a {
	   border-top:0px;
	}
	.tab_wrap ul.col6 > li:nth-child(4) > a {
	   border-top:0px;
	}
	.tab_wrap ul.col6 > li:nth-child(5) > a {
	   border-top:0px;
	}
	.tab_wrap ul.col6 > li:nth-child(6) > a {
	   border-top:0px;
	}

	.tab_wrap ul.col6 > li:nth-child(odd) > a {
	   border-right:0px;
	}

}