@charset "utf-8";
/* CSS Document */
@font-face {
    font-family: 'font-NanumSquare';
    font-style: normal;
    font-weight: 500;
    src:  url(../fonts/NanumSquareB.woff);
}
@font-face {
    font-family: 'font-NanumSquare';
    font-style: normal;
    font-weight: 700;
    src:  url(../fonts/NanumSquareEB.woff);
}
@font-face {
    font-family: 'Noto Sans IE';
    font-style: normal;
    font-weight: 300;
    src:  url(../fonts/NotoSansKR-Light.woff) format('woff');
}
@font-face {
    font-family: 'Noto Sans IE';
    font-style: normal;
    font-weight: 400;
    src:  url(../fonts/NotoSansKR-Regular.woff) format('woff');
}
@font-face {
    font-family: 'Noto Sans IE';
    font-style: normal;
    font-weight: 500;
    src:  url(../fonts/NotoSansKR-Medium.woff) format('woff');
}
/* 20190712 */


body {
	color: #000;
	background: #fff;
	font-size: 14px;
}
body.notie {
	font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", Helvetica, Arial, sans-serif;
}
body.ie {
	font-family: "Noto Sans IE", "맑은 고딕", "Malgun Gothic", Helvetica, Arial, sans-serif;
}
*, p, ul, li {
	margin: 0px;
	padding: 0px;
}
a, a:hover, afocus, a:active, a:link, a:visited {
	text-decoration: none;
	cursor: pointer;
}
a, input {
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
a {
	color: #000;
}
a:hover {
	color: #000;
}
ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.clearfix-li:after {
	clear: both;
	display: table;
	content: '';
}
.clearfix-li li:after {
	clear: both;
	display: table;
	content: '';
}
.side-on {
	margin-left: -200px;
}
.side {
    position: fixed;
    top: 0;
    right: -200px;
    width: 200px;
    padding: 25px 0px;
    height: 100%;
    display: block;
    background-color: #333;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    z-index: 9;
}
.side.on{
    right: 0;
}
.sitemap .icon-navbar {
	position: absolute;
    width: 90px;
	background: #fff;
    top: 73px;
    left: 0px;
}

.sitemap .icon-navbar ul li a{
	padding: 13px 0px;
	display: block;
}
.sitemap .icon-navbar ul li a:hover{
	background: #eee;
}
.sitemap .icon-navbar ul li i {
	width: 25px;
	height: 27px;
	background-image: url(../images/winchina-icons.png);
	background-repeat: no-repeat;
	display: block;
	margin: 0 auto;
	margin-bottom: 5px;
}
.sitemap .icon-navbar ul li i.i-add {
	background-position: 0px -20px;
}
.sitemap .icon-navbar ul li i.i-time {
	background-position: -25px -20px;
}
.sitemap .icon-navbar ul li i.i-pay {
	background-position: -50px -20px;
}
.sitemap .icon-navbar ul li i.i-notic {
	background-position: -75px -20px;
}
.header {
	width:100%;
}
nav.navbar {
	width: 100%;
	position: absolute;
	top: 0px;
	z-index: 99999;
	margin-bottom: 0px;
}
nav.navbar > .container {
	position: relative;
}
nav.navbar .navbar-collapse {
	width: 75%;
}
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
	background: none;
}
nav.navbar .navbar-nav>li>a{
	color: #fff;
	font-size: 20px;
	font-weight: 300;
}
nav.navbar .navbar-nav .dropdown-menu a i {
	margin-top: 12px;
	margin-right: 0px;
	filter:Alpha(opacity=0);
	opacity: 0;
	transition: all 0.3s ease-in-out 0s;
	float: right;
	display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
nav.navbar .navbar-nav .dropdown-menu a i:before {
	content: "\f105";
}
nav.navbar .navbar-nav .dropdown-menu a:hover i {
	margin-right: 10px;
	filter:Alpha(opacity=100);
	opacity: 1;
}
nav.navbar .dropdown-menu a {
	background: rgba(0,0,0,0.6);
	color: #fff;
	font-weight: 300;
	line-height: 38px;
	padding: 0px 20px;
	padding-right: 0px;
}

nav.navbar .dropdown-menu a:hover {
	background: rgba(0,0,0,1);
}

nav.navbar .dropdown-menu {
	display: block;
    overflow: hidden;
    max-height: 0px;
    max-width: 0px;
	margin: 0px;
	border: 0px;
	padding: 0px;
	background: none;
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
    -webkit-transition: -webkit-transform 0.2s ease, opacity 0.2s ease, max-height 0.3s step-end, max-width 0.3s step-end, top 0.3s step-end;
    -o-transition: -o-transform 0.2s ease, opacity 0.2s ease, max-height 0.3s step-end, max-width 0.3s step-end, top 0.3s step-end;
    transition: transform 0.2s ease, opacity 0.2s ease, max-height 0.3s step-end, max-width 0.3s step-end, top 0.3s step-end;
}
nav.navbar .open >.dropdown-menu {
	border-top: 2px solid #e64340;
	padding-top: 2px;
	overflow: visible;
    max-height: 3000px;
	opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: -webkit-transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, top 0s step-end;
    -o-transition: -o-transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, top 0s step-end;
    transition: transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, top 0s step-end;
}
nav.navbar .open >.dropdown-menu:before {
	content: '';
	display: block;
    width:0;
    height:0;
    border-width:0 6px 6px;
    border-style:solid;
    border-color:transparent transparent #e64340;
    margin:0px auto;
	margin-top: -8px;
    position:relative;
}
nav.navbar .attr-nav {
	margin-top: 36px;
}
nav.navbar .attr-nav ul li {
	float: left;
	margin-left: 10px;
}
nav.navbar .attr-nav ul li a {
	padding: 7px 12px;
	font-size: 13px;
	border-radius: 5px;
	display: inline-block;
	font-weight: 500;
}
nav.navbar .attr-nav ul li a i {
	width: 20px;
	height: 20px;
	display: inline-block;
	background-image: url(../images/winchina-icons.png);
	background-repeat: no-repeat;
	margin-bottom: -5px;
    margin-right: 2px;
}
nav.navbar .attr-nav .kakao-sns {
	background: #ffe800;
	color: #381e1f;
}
nav.navbar .attr-nav .kakao-sns i {
	background-position: 0px 0px;
}
nav.navbar .attr-nav .naver-sns {
	background: #32d312;
	color: #fff;
}
nav.navbar .attr-nav .naver-sns i {
	background-position: -20px 0px;
}
nav.navbar .attr-nav .telphone-sns {
	background: #e64340;
	color: #fff;
}
nav.navbar .attr-nav .telphone-sns i {
	background-position: -38px 0px;
}
nav.navbar .navbar-brand {
	padding-top: 35px;
}
nav.navbar .sitemap {
	position: absolute;
	z-index: 9999;
	right:-75px;
	bottom: 0px;
}
nav.navbar .sitemap #open-button {
	padding: 26px 32px;
	background: #004fa9;
	cursor: pointer;
}
nav.navbar #open-button  .icon-bar{
	transition: .3s ease;
	-webkit-transition: .3s ease;
	width: 26px;
	height: 2px;
	border-radius: 2px;
	background: #fff;
	margin: 0 auto;
	margin-top: 5px;
	display: block;
}
nav.navbar #open-button .icon-bar:nth-child(3) {
	opacity: 1;
}

nav.navbar #open-button.open  .icon-bar:nth-child(1) {
	transform: rotate(-135deg) translateX(-4px) translateY(-4px);
	-webkit-transform: rotate(-135deg) translateX(-4px) translateY(-4px);
}
nav.navbar #open-button.open .icon-bar:nth-child(2) {
	opacity: 0;
	transform: rotate(-135deg) translateX(-6px) translateY(-6px);
	-webkit-transform: rotate(-135deg) translateX(-6px) translateY(-6px);
}
nav.navbar #open-button.open .icon-bar:nth-child(3) {
	transform: rotate(-45deg) translateX(6px) translateY(-6px);
		-webkit-transform: rotate(-45deg) translateX(6px) translateY(-6px);
}
nav.navbar .sitemap .logo {
	display: block;
	text-align: center;
}
nav.navbar .sitemap .logo img {
	max-width: 60%;
    display: inline-block;
    margin-left: -15px;
    padding-bottom: 15px;
}
nav.navbar .sitemap .sitemap-nav > li >a {
	font-size: 16px;
	background: #222;
	display: block;
	padding: 10px 20px;
	margin-bottom: 1px;
	color: #eee;
}
nav.navbar .sitemap .sitemap-nav .active > a {
	color: #fff;
	background: #000;
}
nav.navbar .sitemap .sitemap-nav .sub-menu {
	padding-bottom: 0px;
}
nav.navbar .sitemap .sitemap-nav .active  .sub-menu {
	padding-bottom: 15px;
}
nav.navbar .sitemap .sitemap-nav .sub-menu a {
	height: 0px;
	line-height: 30px;
	overflow: hidden;
	transition: .3s ease;
	-webkit-transition: .3s ease;
	color: #ccc;
    display: block;
    padding-left: 20px;
	font-weight: 300;
}
nav.navbar .sitemap .sitemap-nav .active .sub-menu a{
	height: 30px;
}
nav.navbar .sitemap .sitemap-nav .active .sub-menu a:hover {
	background: #222;
}
nav .nav>li>a:focus,nav .nav>li>a:hover {
    text-decoration: none;
    background:none!important;
}
.subpage nav.navbar {
	position: relative;
}
.mainpage nav.navbar .navbar-header .logo {
	display: block;
}
.subpage nav.navbar .navbar-header .logo {
	display: none;
}
.mainpage nav.navbar .navbar-header .logo_black {
	display: none;
}
.subpage nav.navbar .navbar-header .logo_black {
	display: block;
	margin-top: -10px;
}
.subpage nav.navbar .navbar-nav>li>a {
	color: #000;
	font-size: 17px;
	font-weight: 400;
}
.subpage nav.navbar .navbar-header {
	position: absolute;
	z-index:9999;
}
.subpage nav.navbar .navbar-collapse {
	width: 100%;
	padding: 0px;
}
.subpage nav.navbar .navbar-collapse .navbar-nav ,.subpage nav.navbar .navbar-collapse .attr-nav {
	float: right
}
.subpage .nav>li>a {
	padding: 24px 14px;
}
.subpage nav.navbar .attr-nav ul li {
	margin-right: 12px;
	margin-left: 0px;
}
.subpage nav.navbar .navbar-brand {
	padding-top: 52px;
}




.mainpage .full-slide {
	position: relative;
	overflow: hidden;
	height: 820px;
}
.mainpage .full-slide .swiper-wrapper {
	width: 100%;
	padding: 0px;
	position: relative;
}
.mainpage .full-slide .swiper-container {
	position: absolute;
	top: 0px;
	height: 820px;
	width: 100%
}
.mainpage .full-slide .swiper-container .swiper-slide {
	width: 100%;
}
.mainpage .full-slide .content-slide {
	width: 100%;
	height: 820px;
	color: #fff;
	background-size: cover;
	position: relative;
}
.mainpage .full-slide .pagination {
	position: absolute;
	left: 0;
	text-align: center;
	bottom: 5px;
	width: 100%;
	z-index: 9999;
}
.full-slide .swiper-pagination-switch {
	display: inline-block;
	width: 20px;
	height: 20px;
	border-radius: 10px;
	background: none;
	border: 2px solid #fff;
	margin: 0 3px;
	cursor: pointer;
	transition: all 0.3s ease-in-out 0s;
}
.full-slide .swiper-active-switch {
	width: 50px;
}
.full-slide .swiper-container .text {
	position: absolute;
	top: 50%;
	margin-top: -120px;
}
.full-slide .swiper-container p {
	color: #fff;
	font-size: 30px;
	font-weight: 300;
	visibility: visible!important;
}
.full-slide .swiper-container .title {
	font-size: 65px;
	font-weight: 500;
	margin: 0px;
	margin-bottom: 30px;
	    visibility: visible!important;
}

.full-slide .slider-banner {
	position: relative;
	z-index: 9999;
	top: 136px;
}
.full-slide .slider-banner > .row > .col-md-4 {
	position: absolute;
	right: 0px;
}
.full-slide .slider-banner .banner-visa-01 a{
	background: #e64340;
	font-size: 24px;
	text-align: center;
	color: #fff;
	padding: 12px 0px;
	display: block;
}

.full-slide .slider-banner .banner-visa-02 a {
	background: #f4d622;
	color: #000;
}
.full-slide .slider-banner .banner-visa-01 a i {
	display: inline-block;
	width: 35px;
	height: 39px;
	background:url(../images/winchina-icons.png) -100px 0px no-repeat;
	margin-bottom: -9px;
	margin-right: 5px;
}
.full-slide .slider-banner .col-md-12 .col-md-6 {
	background: #ffe400;
	height: 146px;
	text-align: center;
	color: #fff;
}
.full-slide .slider-banner .col-md-12>a:first-child .col-md-6,
.full-slide .slider-banner .col-md-12>a:nth-child(2) .col-md-6  {
	color: #373737;
}
.full-slide .slider-banner .col-md-12 > a:nth-child(1) .col-md-6{
}
.full-slide .slider-banner .col-md-12 > a:nth-child(2) .col-md-6{
	background: #ffd800;
}
.full-slide .slider-banner .col-md-12 > a:nth-child(3) .col-md-6{
	background: #e64340;
}
.full-slide .slider-banner .col-md-12 > a:nth-child(4) .col-md-6{
	background: #dc2926;
}
.full-slide .slider-banner .col-md-12 > a:nth-child(5) .col-md-6{
	background: #004fa9;
}
.full-slide .slider-banner .col-md-12 > a:nth-child(6) .col-md-6{
	background: #00438e;
}
.full-slide .slider-banner .col-md-12 > a:nth-child(7) .col-md-6{
	background: #1464be;
}
.full-slide .slider-banner .col-md-12 > a:nth-child(8) .col-md-6{
	background: #0c59b0;
}
.full-slide .slider-banner .col-md-12 .col-md-6 p{
	font-size: 15px;
	padding-top: 30px;
	padding-bottom: 7px;
}
.full-slide .slider-banner .col-md-12 .col-md-6 em {
	font-size: 16px;
	font-weight: 300;
	font-style: normal;
	position: absolute;
	right: 20px;
	bottom: 25px;
}
.full-slide .slider-banner .col-md-12 a em i {
	margin-right: 20px;
	margin-top: -5px;
	filter:alpha(opacity=0);  
	opacity: 0;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.full-slide .slider-banner .col-md-12 a:hover em i {
	margin-right: 5px;
	filter:alpha(opacity=100);  
	opacity: 1;
}
.full-slide .slider-banner .col-md-12 .col-md-6 span{
	font-size: 21px;
}
.full-slide .slider-banner .onerow {
	padding-top: 50px;
	display: block;
}
.full-slide .slider-banner .col-md-12 > a:nth-child(7) span {
	padding-top: 38px;
}
.mainpage .item  {
	margin-top: 70px;
	color: #373737;
}
.mainpage .item01 .item-title ,.mainpage .item02 .item-title {
	font-size: 22px;
	color: #292929;
	font-weight: 500;
	padding-bottom: 25px;
	border-bottom: 2px solid #e64340;
}
.mainpage .item01 .content .table-title ,.mainpage .item02 .sub-title{
	font-size: 16px;
	line-height: 40px;
	background: #f7f7f7;
	text-align: center;
	letter-spacing: -0.2px;
}
.mainpage .item01 .swiper-container {
	height: 264px;
	border-bottom: 1px solid #1a1a1a;
}
.mainpage .item01 .swiper-container .swiper-slide {
	font-size: 14px;
	font-weight: 300;
	line-height: 52px;
	border-bottom: 1px solid #f4f4f4;
	text-align: center;
}
.mainpage .item01 .swiper-container .swiper-slide:after {
	clear: both;
	display: table;
	content: '';
}
.mainpage .item01 .swiper-container .swiper-slide [class^="col-"]:not(:nth-child(4)){
	border-right: 1px solid #f4f4f4;
}
.mainpage .item01 .swiper-container .swiper-slide .ongoing-1houer {
	color: #e64340;
}
.mainpage .item01 .swiper-container .swiper-slide .ongoing-10houer {
	color: #0059be;
}
.mainpage .item01 .swiper-container .swiper-slide [class^="col-"]:not(:nth-child(4)){
	border-right: 1px solid #f4f4f4;
}
.mainpage .item02 .content ul {
	border-bottom: 1px solid #000;
	line-height: 65px;
	font-weight: 300;
}
.mainpage .item02 .content ul li:not(:last-child) {
	border-bottom: 1px solid #eaeaea;
}
.mainpage .item02 .content ul li:after {
	clear: both;
	display: table;
	content: '';
}
.mainpage .item02 .content .col-md-4 {
	text-align: center;
	border-right: 1px solid #f4f4f4;
}
.mainpage .item02 .content .col-md-8 {
	text-align: right;
}
.mainpage .item02 .content .col-md-8 span {
	font-size: 28px;
	display: block;
    margin-bottom: -66px;
    margin-right: 25px;
	font-family: 'font-NanumSquare';
	font-weight: 500;
	letter-spacing: -1.5px;
	color: #e64340;
	float: right;
}
.mainpage .item02 .content li:nth-child(2n) .col-md-8 span {
	color: #00438e;
}
.mainpage .item02 .content .col-md-8 em {
	font-style: normal;
}
.mainpage .item03 {
	text-align: center;
}
.mainpage .item03 a {
	min-height: 150px;
	line-height: 150px;
	background: #003e84;
	display: block;
}
.mainpage .item03 .col-md-6:first-child a{
	margin-bottom: 7px;
	background: #e64340;
}
.mainpage .item03 a img {
	display: inline-block;
}
.mainpage .item04 .item-title {
	background: url(../images/mainpage_item04_titlebg.png) left center #e64340 no-repeat;
	line-height: 61px;
	height: 61px;
	overflow: hidden;
	text-align: center;
}
.mainpage .item04 .item-title img {
	display: inline-block;
}
.mainpage .item04 .content {
	text-align: center;
	font-size: 17px;
	line-height: 46px;
	border: 1px solid #e64340;
	border-top: none;
	color: #333333;
}
.mainpage .item04 .content ul li:nth-child(2){
	background: #f5f5f5;
}
.mainpage .item04 .content .col-sm-3 {
	font-weight: 500;
}
.mainpage .item04 .content .col-sm-3:after {
	content: '';
	display: block;
	float: right;
	width: 1px;
	height: 23px;
	background: #d0d0d0;
	margin-top: 12px;
}
.mainpage .item04 .content .col-sm-9 {
	background: url(../images/mainpage_item04_bg.gif) center center no-repeat;
}
.mainpage .item04 .content span {
	color: #e64340;
}
.mainpage .item04 .content em {
	font-size: 13px;
    color: #fff;
    line-height: 10px;
    padding: 6px 9px;
    border-radius: 10px;
    display: inline-block;
    background: #e64340;
    font-style: normal;
    margin-left: 5px;
	position: relative;
    top: -2px;
}
.mainpage .item04 .content em.blue {
	background: #004fa9;
}
.mainpage .item04 .content b {
	font-weight: 500;
}
.mainpage .item05 a {
	display: block;
	height: 200px;
	background-size: cover;
	background-position: left center;
}
.mainpage .item06 .item-title , .mainpage .item07 .item-title , .mainpage .item08 .item-title {
	background: #e64340;
	line-height: 50px;
	border-radius: 5px;
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	padding-left: 20px;
	letter-spacing: -0.5px;
}
.mainpage .item06 .item-title span ,.mainpage .item07 .item-title span ,.mainpage .item08 .item-title span{
	font-weight: 400;
}
.mainpage .item06 .item-title i ,.mainpage .item07 .item-title i ,.mainpage .item08 .item-title i {
	margin: 0 15px;
	color: #fcecec;
}
.mainpage .item06 .content ,.mainpage .item07 .content ,.mainpage .item08 .content {
	border: 1px solid #dfdfdf;
	margin-top: 10px;
}
.mainpage .item06 .content:after {
	clear: both;
	display: table;
	content: '';
}
.mainpage .item06 .content > ul > li {
	padding: 15px 18px;
	border-bottom: 1px solid #dfdfdf;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.mainpage .item06 .content > ul > li:last-child {
	border: none;
}
.mainpage .item06 .content > ul > li:hover {
	background: #f4f4f4;
}
.mainpage .item06 .content .thumbnail {
	float: left;
	margin: 0px;
	padding: 0px;
	margin-right: 20px;
}
.mainpage .item06 .content .text h4 {
	font-size: 22px;
	font-weight: 400;
	overflow:hidden; 
	white-space:nowrap;
	text-overflow:ellipsis;
	padding: 0px;
	margin: 15px 0px;
	color: #373737;
}
.mainpage .item06 .content .text p {
	font-size: 15px;
	font-weight: 300;
	line-height: 24px;
	max-height: 72px;
	overflow : hidden;
}
.mainpage .item07 .content ul li {
	margin: 18px;
}
.mainpage .item07 .content ul li h4 {
	font-size: 20px;
	margin: 0px;
	padding: 0px;
	margin-top: 15px;
}
.mainpage .item07 .content ul li p {
	font-size: 15px;
	font-weight: 300;
	padding-top: 6px;
}
.mainpage .item08 .content a {
	display: block;
}
.mainpage .item08 .content ul li {
	margin-bottom: 0px;
	border-bottom: 1px solid #dfdfdf;
	padding-top: 18px;
	padding-left: 18px;
	padding-bottom: 18px;
	padding-right: 18px;
}
.mainpage .item08 .content ul li:last-child {
	border-bottom: none;
	padding-bottom: 17px;
}
.mainpage .item08 .content ul li i {
	background-position: center center;
	background-repeat: no-repeat;
	width: 90px;
	height: 90px;
	display:block;
	margin: 0 auto;
}
.mainpage .item08 .content ul li i.cloudy {
	background-image: url(../images/mainpage_item08_cloud.png);
}
.mainpage .item08 .content ul li i.sunny {
	background-image: url(../images/mainpage_item08_sunny.gif);
}
.mainpage .item08 .content ul li h4{
	font-size: 21px;
	padding: 0px;
	margin: 0px;
	margin-top: 15px;
	margin-bottom: 6px;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.mainpage .item08 .content ul li dt {
	font-size: 17px;
	font-weight: 300;
}
.mainpage .item08 .content ul li p{
	margin-top: 2px;
	font-size: 15px;
	line-height: 25px;
	font-weight: 300;
	height: 75px;
	overflow: hidden;
}
.mainpage .item08 .content ul li div span {
	color: #9e3a38;
	font-size: 15px;
	line-height: 27px;
	font-weight: 300;
}
.mainpage .item-fluid {
	background: #f5f5f5;
	padding-top: 70px;
	padding-bottom: 70px;
}
.mainpage .item09 ,.mainpage .item10 {
	padding: 20px 15px;
    padding-bottom: 5px;
    border: 1px solid #dfdfdf;
    background: #fff;
}
.mainpage .item09 .item-title , .mainpage .item10 .item-title {
	font-family: 'font-NanumSquare';
	font-size: 18px;
	color: #313131;
	font-weight: bold;
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 20px;
	padding-bottom: 11px;
	border-bottom: 1px solid #b0b0b0;
}
.mainpage .item09 .item-title i ,.mainpage .item10 .item-title i {
	margin: 0 15px;
}
.mainpage .item09 .content ul li p {
	line-height: 22px;
	min-height: 44px;
	max-height: 44px;
	overflow: hidden;
	font-size: 16px;
	margin-top: 7px;
	margin-bottom: 15px;
	font-weight: 300;
}
.mainpage .item10 {
	padding-bottom: 10px;
}
.mainpage .item10 .content {
	padding: 0 15px;
}
.mainpage .item10 .content h4 {
	background: #ffe400;
	text-align: center;
	line-height: 40px;
	color: #333;
	margin: 0px;
}
.full-slide .slider-banner .banner-visa-01 br {
	display: none;
}
.full-slide .slider-banner .banner-visa-01 {
	padding: 0;
}
@media(max-width: 768px){
	.mainpage .item10 .content h4 {	
		font-size: 15px;
	}
	.full-slide .slider-banner .banner-visa-01 {
		padding: 0;
	}
	.mainpage .item09 .item-title  span, .mainpage .item10 .item-title  span{
		font-size: 15px;
	}
	.full-slide .slider-banner .banner-visa-01 br {
		display: block;
	}
	.full-slide .slider-banner .banner-visa-01 i {
		display: none!important;
	}
}
.mainpage .item10 .content .best li{
	position: relative;
	border-right: 1px solid #e9e9e9;
}
.mainpage .item10 .content .best h4 {
	background: #ffe400;
}
.mainpage .item10 .content .new h4 {
	background: #e64340;
	color: #fff;
}
.mainpage .item10 .content > .col-md-6 {
	padding-bottom: 14px;
}
.mainpage .item10 .content ul li a {
	display: inline-block;
	margin: 10px 50px;
	line-height: 23px;
	height: 46px;
	overflow: hidden;
	font-weight: 300;
	font-size: 15px;
}
.mainpage .item10 .content ul li:nth-of-type(even) {
	background: #f6f6f6;
}

.mainpage .portfolio .item-title {
	font-size: 25px;
	border-bottom: 1px solid #b0b0b0;
	margin-top: 16px;
	margin-bottom: 27px;
	padding-bottom: 12px;
}
.mainpage .portfolio .content .swiper-slide {
	padding-left: 15px;
	padding-right: 15px;
}
.mainpage .portfolio .content {
	margin-bottom: 90px;
	position: relative;
}
.mainpage .portfolio .arrow-left {
	background: url(../images/mianpage_swiper-arrow.png) no-repeat left top;
	position: absolute;
	left: -25px;
	top: 50%;
	margin-top: -35px;
	width: 71px;
	height: 71px;
	z-index: 9
}
.mainpage .portfolio  .arrow-right {
	background: url(../images/mianpage_swiper-arrow.png) no-repeat right top;
	position: absolute;
	right: -25px;
	top: 50%;
	margin-top: -35px;
	width: 71px;
	height: 71px;
	z-index: 9;
}















footer {
	padding-top: 30px;
	padding-bottom: 100px;
	background: #2f2f2f;
	color: #fff;
	font-size: 15px;
	font-weight: 300;
}
footer .logo-ft a {
	display: inline-block;
}
footer .download {
	border: 1px solid #fff;
	padding: 10px 15px;
	display: inline-block;
	color: #fff;
	margin-bottom: 21px;
}
footer .download i {
	width: 23px;
	height: 17px;
	margin-left: 10px;
	margin-bottom: -2px;
	display: inline-block;
	background: url(../images/winchina-icons.png) -148px -13px no-repeat;
}
footer p em {
	font-style: normal;
}
.subpage .topbg {
	background-position: center 0px;
}
.top_menu .nav {
	height: 50px;
	line-height: 50px;
	background: #004fa9;
}
.nav .subway {
	background: #e64340;
	color: #fff;
	font-size: 15px;
	padding-left: 20px;
	height: 50px;
	line-height: 50px;
	overflow: hidden;
}
.nav .subway01 {
	background: #269ae3;
}
.nav .subway01 i {
	width: 20px;
	height: 20px;
	display: block;
	float: right;
	background: url(../images/winchina-icons.png) -182px -11px no-repeat;
	margin-top: 15px;
	margin-right: 18px;
}
.subpage .topbg .topbg-title {
	padding: 92px 15px 45px 15px;
}
.subpage .topbg .topbg-title h1 {
	font-size: 50px;
	margin: 0px;
	padding: 0px;
	color: #fff;
}
.tagFont {
    position: absolute;
    top: 0;
    left: 0;
    padding: 5px 5px;
    background: #bababa;
    width: 54px;
    font-size: 20px;
    font-weight: 400;
    color: #000000 !important;
    text-align: center;
}
.notice_right {
    float: right;
    font-size: 15px;
    color: #6a6b6a !important;
    font-weight: 600;
    margin-right: 20px;
}
.info_title {
    border-bottom: 2px solid #005337;
    margin-bottom: 20px;
    margin-top: 20px;
}
.contact_info_title {
    border-bottom: 2px solid #005337;
    margin-top: 20px;
}
.main_info_title{
    margin-top: 20px;
    width: 100%;
    background-color: #e5edeb;
    color: #005337;
    font-size: 22px;
    font-weight: 600;
    text-align: left !important;
    padding: 20px;
    overflow: hidden;
}
.sub_info_title{
	width: 100%;
    border-left: 1px solid #dfe2e9;
    border-right: 1px solid #dfe2e9;
    border-bottom: 1px solid #dfe2e9;
    color: #000000;
    font-size: 20px;
    font-weight: 400;
    text-align: left !important;
    padding: 20px;
    margin-bottom: 20px;
}
.info_contact:nth-child(odd){
	color:#000000;
	font-size:22px;
	font-weight:400;
	padding: 20px;
	border-left: 1px solid #dfe2e9;
}
.info_contact:nth-child(even){
	color:#000000;
	font-size:22px;
	font-weight:400;
	padding:20px;
	border-right: 1px solid #dfe2e9;
}
.info_contact:last-child{
	color:#000000;
	font-size:22px;
	font-weight:400;
	padding:20px;
	border-left: 1px solid #dfe2e9;
	border-right: 1px solid #dfe2e9;
	border-bottom: 1px solid #dfe2e9;
	margin-bottom: 100px;
}
.info_icon_img {
    margin-top: 30px;
    padding-left: 55px;
}
.icon_box{
	position: relative;
	max-width:280px;
	max-height: 285px;
}
.sub1_title{
	font-size: 40px;
    font-weight: bold;
}
.sub1_subtitle{
	font-size: 18px;
    font-weight: 400; 
}
.sub1_text_title{
	text-align: center;
    font-size: 25px;
    font-weight: bold;
    color: #000000 !important;
    padding-bottom: 30px;
    padding-top: 30px;
}
.subpage .topbg .topbg-title p {
	margin-top: 26px;
	font-size: 25px;
	color: #fff;
	font-weight: 300;
}
.subpage.sub1-1 .topbg {
	background-image: url(../images/sub_banner_1.jpg);
}

.mainpage .item02 .content .col-md-4 {
	width: 40%;
	float: left;
}
.mainpage .item02 .content .col-md-8 {
	width: 60%;
	float: left;
}
.subpage.sub1-1 .item {
	margin-top: 80px;
}
.subpage.sub1-1 .item .item-title {
	text-align: center;
	font-size: 30px;
	font-weight: 300;
	padding-bottom: 10px;
}
.subpage.sub1-1 .item01 .content {
	margin-top: 20px;
}
.subpage.sub1-1 .item01 .content.blue .col-md-4 {
	background: #004fa9;
	text-align: center;
	height: 157px;
	line-height: 157px;
	overflow: hidden;
}
.subpage.sub1-1 .item01 .content.blue .col-md-8 {
	text-align: center;
	border: 1px solid #d8d8d8;
	line-height: 157px;
	height: 157px;
	overflow: hidden;
}
.subpage.sub1-1 .item01 .content.red .col-md-4 {
	background: #e64340;
	text-align: center;
	height: 190px;
	line-height: 190px;
	overflow: hidden;
}
.subpage.sub1-1 .item01 .content img {
	display: inline-block;
}
.subpage.sub1-1 .item01 .content.red {
	text-align: center;
	font-size: 17px;
	line-height: 53px;
	background: #f5f5f5;
	color: #333333;
}
.subpage.sub1-1 .item01 .content.red ul {
	background: #fff;
	margin: 15px;
}
.subpage.sub1-1 .item01 .content ul li:nth-child(2){
	background: #f5f5f5;
}
.subpage.sub1-1 .item01 .content .col-sm-3 {
	font-weight: 500;
}
.subpage.sub1-1 .item01 .content .col-sm-3:after {
	content: '';
	display: block;
	float: right;
	width: 1px;
	height: 23px;
	background: #d0d0d0;
	margin-top: 12px;
}
.subpage.sub1-1 .item01 .content .col-sm-9 {
	background: url(../images/mainpage_item04_bg.gif) center center no-repeat;
}
.subpage.sub1-1 .item01 .content span {
	color: #e64340;
}
.subpage.sub1-1 .item01 .content em {
	font-size: 13px;
    color: #fff;
    line-height: 10px;
    padding: 6px 9px;
    border-radius: 10px;
    display: inline-block;
    background: #e64340;
    font-style: normal;
    margin-left: 25px;
	position: relative;
    top: -2px;
}
.subpage.sub1-1 .item01 .content em.blue {
	background: #004fa9;
}
.subpage.sub1-1 .item01 .content b {
	font-weight: 500;
}
.subpage.sub1-1 .item02 .content {
	font-size: 18px;
	text-align: center;
	margin-top: 22px;
}
.subpage.sub1-1 .item02 .content  thead th .th-inner {
	text-align: center;
}
.fixed-table-container {
	border: none;
}
.subpage.sub1-1 .item02 .table>tbody>tr>td{
	/*border-left: none;*/
	border-right: 1px solid #dfe2e9;
	font-size: 16px;
	font-weight: 500;
	height: 61px;
	vertical-align: middle;
	color: #292929;
}
.subpage.sub1-1 .item02 .table>tbody>tr:last-child{
	/*border-left: none;*/
	border-bottom: 1px solid #ddd;
}
.subpage.sub1-1 .item02 .table>tbody>tr>td:last-child{
	/*border-left: none;*/
	border-right: none;
	font-size: 16px;
	font-weight: 500;
	height: 61px;
	vertical-align: middle;
	color: #292929;
}
.subpage.sub1-1 .item02 .table>tbody>tr>td:nth-child(2) {
	color: #000000;
	/*background: rgba(0,0,0,0.02);*/
}
.subpage.sub1-1 .item02 .table>tbody>tr>td:nth-child(4) {
	background: rgba(0,0,0,0.02);
}
.subpage.sub1-1 .item02 .table>tbody>tr>td:nth-child(5) {
	font-weight: 500;
}
.subpage.sub1-1 .item02 .table>tbody>tr>td:nth-child(7) {
	font-weight: 500;
	color: #f09e10;
}
.subpage.sub1-1 .item02 .table>tbody>tr>td a {
	font-size: 15px;
	display: inline-block;
	padding: 5px 10px;
	background: #f09e10;
	color: #fff;
	border-radius: 5px;
}
.subpage.sub1-3 .item02 .table>tbody>tr>td:nth-child(7) {
	font-weight: 500;
	color: #e64340;
}
.subpage.sub1-3 .item02 .table>tbody>tr>td a {
	font-size: 15px;
	display: inline-block;
	padding: 5px 10px;
	background: #e64340;
	color: #fff;
	border-radius: 5px;
}
.subpage.sub1-5 .item02 .table>tbody>tr>td:nth-child(7) {
	font-weight: 500;
	color: #e64340;
}
.subpage.sub1-5 .item02 .table>tbody>tr>td a {
	font-size: 15px;
	display: inline-block;
	padding: 5px 10px;
	background: #e64340;
	color: #fff;
	border-radius: 5px;
}
.subpage.sub1-1 .item02 .table>thead>tr>th{
	text-align: center;
	color: #181818;
	font-weight: 500;
	font-size: 18px;
	border-left: none;
	border-color: #005337;
	height: 60px;
	background: #f5f5f5;
	vertical-align: middle;
}
.subpage.sub1-1 .item02 .table>tbody>tr:nth-child(4)>td ,.subpage.sub1-1 .item02 .table>tbody>tr:nth-child(7)>td,.subpage.sub1-1 .item02 .table>tbody>tr:nth-child(10)>td ,.subpage.sub1-5 .item02 .table>tbody>tr:nth-child(3)>td {
	/*border-color: #b9b9b9;*/
}
.subpage.sub1-5 .item02 .table>tbody>tr:nth-child(4)>td  {
	border-color: #dcdcdc;
}
.subpage.sub1-1 .item02 .table {
	border-color: #005337;
}
.subpage.sub1-1 .item02 .table>tbody>tr:nth-child(4)>td a,.subpage.sub1-1 .item02 .table>tbody>tr:nth-child(5)>td a,.subpage.sub1-1 .item02 .table>tbody>tr:nth-child(6)>td a{
	background: #004fa9;
}
/* .subpage.sub1-5 .item02 .table>tbody>tr:nth-child(3)>td a{
	background: #004fa9;
} */

.subpage.sub1-1 .item02 .table>tbody>tr:nth-child(7)>td a,.subpage.sub1-1 .item02 .table>tbody>tr:nth-child(8)>td a,.subpage.sub1-1 .item02 .table>tbody>tr:nth-child(9)>td a{
	background: #e64340;
}
.subpage.sub1-1 .item02 .table>tbody>tr:nth-child(10)>td a,.subpage.sub1-1 .item02 .table>tbody>tr:nth-child(11)>td a,.subpage.sub1-1 .item02 .table>tbody>tr:nth-child(12)>td a{
	background: #4fbc39;
}
.subpage.sub1-1 .item02 .table>tbody>tr:nth-child(4)>td:nth-child(7) ,.subpage.sub1-1 .item02 .table>tbody>tr:nth-child(5)>td:nth-child(7) ,.subpage.sub1-1 .item02 .table>tbody>tr:nth-child(6)>td:nth-child(7) {
	font-weight: 500;
	color: #009cd6;
}
/* .subpage.sub1-1 .item02 .table>tbody>tr:nth-child(3)>td:nth-child(7) {
	font-weight: 500;
	color: #009cd6;
} */
.subpage.sub1-1 .item02 .table>tbody>tr:nth-child(7)>td:nth-child(7) ,.subpage.sub1-1 .item02 .table>tbody>tr:nth-child(8)>td:nth-child(7) ,.subpage.sub1-1 .item02 .table>tbody>tr:nth-child(9)>td:nth-child(7) {
	font-weight: 500;
	color: #e64340;
}
.subpage.sub1-1 .item02 .table>tbody>tr:nth-child(10)>td:nth-child(7) ,.subpage.sub1-1 .item02 .table>tbody>tr:nth-child(11)>td:nth-child(7) ,.subpage.sub1-1 .item02 .table>tbody>tr:nth-child(12)>td:nth-child(7) {
	font-weight: 500;
	color: #4fbc39;
}
.subpage.sub1-1 .item03 {
	background: #f5f5f5;
	padding-top:90px;
	padding-bottom: 90px;
}
.subpage.sub1-1 .item03 .content .nav-tabs {
	text-align: center;
	font-size: 20px;
	color: #292929;
	border: none;
}
.subpage.sub1-1 .item03 .content .nav-tabs>li {
	width: 33.3333%;
}
.subpage.sub1-1 .item03 .content .nav-tabs>li.active {
	background: #fff;
}
.subpage.sub1-1 .item03 .content .nav-tabs>li a {
	border: none;
	border-radius: 0px;
}
.subpage.sub1-1 .item03 .content .tab-content {
	background: #fff;
	padding: 30px;
}
.subpage.sub1-1 .item03 .content #tab1 ul li {
	margin-bottom: 60px;
}
.subpage.sub1-1 .item03 .content #tab1 ul li h3 b {
	font-size: 20px;
	font-weight: 300;
	color: #151515;
	background: #fff;
	position: relative;
	z-index: 9;
	padding-right: 15px;
}
.subpage.sub1-1 .item03 .content #tab1 ul li h3  {
	position: relative;
	margin: 0px;
	padding: 0px;
	margin-bottom: 30px;
}
.subpage.sub1-1 .item03 .content #tab1 ul li h3:after  {
	content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #ccc;
    position: absolute;
    top: 50%;
    z-index: 0;
}
.subpage.sub1-1 .item03 .content #tab1 ul li h3 span {
	padding: 1px 5px;
	border-radius: 5px;
	font-size: 15px;
	color: #fff;
	background: #f09e10;
	margin-left: 10px;
}
.subpage.sub1-1 .item03 .content #tab1 ul li h3 em{
	color: #989898;
	font-size: 15px;
	font-style: normal;
}
.subpage.sub1-1 .item03 .content #tab1 ul li h3 i {
	background: url(../images/tab-arrow-b.png) center right no-repeat;
	width: 42px;
	height: 32px;
	display: inline-block;
	float: right;
	position: relative;
	z-index: 9;
	padding-left: 15px;
	background-color: #fff;
}
.subpage.sub1-1 .item03 .content #tab1 ul li p {
	font-size: 16px;
	color: #151515;
	font-weight: 300;
	line-height: 28px;
}
.subpage.sub1-1 .item03 .content #tab1 .download {
	color: #fff;
	padding-left: 35px;
	padding-right: 10px;
	line-height: 27px;
	border-radius: 5px;
	background: url(../images/file_icon.png) #f09e10 10px 5px no-repeat;
	display: inline-block;
	margin-top: 15px;
}
.subpage.sub1-1 .item03 .content #tab1 .tab-bk .pic{
	background: #f5f5f5;
	border-radius: 10px;
	padding: 45px 15px 25px 15px;
	font-size: 16px;
	color: #606060;
	margin-top: 20px;
}
.subpage.sub1-1 .item03 .content #tab1 .tab-bk .pic img {
	margin-bottom: 30px;
}

.subpage.sub1-1 .item03 .content #tab1 .tab-bk.pic span {
	font-weight: 300;
}
.subpage.sub1-1 .item03 .content #tab1 .tab-bk .col-md-3 p {
	color: #606060;
	line-height: 20px;
	margin-top: 10px;
}
.subpage.sub1-1 .item03 .content #tab1 .point-text {
	background: #ffe4e4; 
	margin-top: 35px; 
	padding: 2px 5px; 
	display: inline-block; 
	font-weight: 400; 
	color: #3d3d3d
}
.subpage.sub1-1 .item03 .content .submit-visa {
	padding: 20px 70px;
	background: #e64340;
	color: #fff;
	font-size: 20px;
	color: #ffffff;
	display: block;
	margin: 0 auto;
	width: 220px;
	margin-top: 50px;
}

.subpage.sub1-1 .item03 .content #tab2 {
	padding: 50px 70px;;
}
.subpage.sub1-1 .item03 .content #tab2 ul li {
	padding-left: 20px;
}
.subpage.sub1-1 .item03 .content #tab2 ul li:not(:last-child) {
	border-right: 1px solid #dfe2e9;
}
.subpage.sub1-1 .item03 .content #tab2 h4 {
	padding: 0px;
	margin: 0px;
	position: relative;
	font-size: 16px;
	font-weight: 500;
	color: #333;
}
.subpage.sub1-1 .item03 .content #tab2 h4 span {
    font-size: 12px;
    font-weight: 500;
    position: absolute;
    margin-left: -33px;
    margin-top: -2px;
    border: 2px solid #fff;
    width: 25px;
    background: #d50000;
    color: #fff;
    height: 25px;
    display: block;
    text-align: center;
    line-height: 20px;
    border-radius: 100%;
}
.subpage.sub1-1 .item03 .content #tab2 p {
	padding-bottom: 25px;
	padding-top: 5px;
	font-size: 15px;
	margin: 0px;
	color: #666;
}


.subpage.sub7 .topbg {
	background-image: url(../images/sub_7_1_topbg.jpg);
}
.subpage.sub7-1 .item01 ,.subpage.sub7-2 .item01 {
	margin-top: 70px;
	margin-bottom: 70px;
}
.subpage.sub7-1 .item .item-title ,.subpage.sub7-2 .item .item-title ,.subpage.sub8-1 .item .item-title ,.subpage.sub8-2 .item .item-title,.subpage.sub8-4 .item .item-title ,.subpage.sub8-5 .item .item-title ,.subpage.sub6-1 .item .item-title,.subpage.sub6-2 .item .item-title ,.subpage.sub6-4 .item .item-title {
	font-size: 20px;
	font-weight: 300;
	color: #fff;
	background: url(../images/sub-title-arrow-right.png) 15px center #e74341 no-repeat;
	padding-left: 45px;
	line-height: 50px;
	overflow: hidden;
	margin-bottom: 50px;
}
.subpage.sub7-1 .item01 .content .content-title {
	font-size: 30px;
	font-weight: 700;
	color: #ff9600;
	padding-bottom: 15px;
	border-bottom: 2px solid #ff9600;
	margin-bottom: 30px;
	letter-spacing: -0.9px;
}
.subpage.sub7-1 .item01 .content {
	font-size: 18px;
	color: #282828;
	font-weight: 300;
}
.subpage.sub7-1 .item01 .content p {
	line-height: 26px;
}
.subpage.sub7-1 .item01 .content h4 {
	font-size: 22px;
	font-weight: 500;
	line-height: 30px;
	margin: 0px;
	padding: 0px;
	margin-top: 20px;
}
.subpage.sub7-1 .item01 .content h3 {
	font-size: 25px;
	font-weight: 700;
	margin: 0px;
	margin-top: 10px;
}
.subpage.sub7-1 .item02 {
	background: #f5f5f5;
	padding-top: 90px;
	padding-bottom: 100px;
}
.subpage.sub7-1 .item02 .content .bd p {
	font-size: 16px;
	color: #282828;
	font-weight: 300;
	padding-top: 20px;
	margin-bottom: 50px;
}
.subpage.sub7-1 .item02 .content .images {
	position: relative;
}
.subpage.sub7-1 .item02 .content .images:after {
	content: '';
	display: block;
	position: absolute;
	width: 17px;
	height: 31px;
	background: url(../images/sub7_1_arrow-right.png);
	right: 0px;
	top: 50%;
	margin-top: -15px;
	margin-right: -9px;
}
.subpage.sub7-1 .item02 .content .col-md-3:last-child .images:after ,.subpage.sub7-1 .item02 .content .col-sm-4:last-child .images:after {
	display: none;
}
.subpage.sub7-1 .item02 .content .ft {
	border: 1px solid #e74341;
	padding: 12px;
}
.subpage.sub7-1 .item02 .content .ft span {
	font-size: 20px;
	font-weight: 700;
	color: #e74341;
	line-height: 60px;
}
.subpage.sub7-1 .item02 .content .ft .col-md-3 {
	border-right: 1px solid #e74341;
}
.subpage.sub7-1 .item02 .content .ft p {
	font-size: 16px;
	font-weight: 300;
	color: #e74341;
	padding-top: 7px;
	padding-left: 25px;
}
.subpage.sub7-2 .item01 .images {
	position: relative;
	background: url(../images/sub_7_2_02.png) center center #000 no-repeat;
	margin-bottom: 30px;
}
.subpage.sub7-2 .item01 .images img {
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.subpage.sub7-2 .item01 .images:hover img {
	opacity: 0.4;
}
.subpage.sub7-2 .item01 .text {
	position: absolute;
	z-index: 9;
	bottom: 0px;
	background: rgba(255,255,255,0.9);
	width: 100%;
	padding: 15px 10px;
}
.subpage.sub7-2 .item01 .text h4 {
	margin: 0px;
	padding: 0px;
	font-size: 18px;
	font-weight: 500;
	color: #292929;
}
.subpage.sub7-2 .item01 .text p {
	font-size: 16px;
	font-weight: 300;
	color: #282828;
	line-height: 25px;
	height: 50px;
	overflow: hidden;
}
.subpage .item .pagination {
	margin-top: 60px;
}
.sub9-5 .item .pagination,
.sub9-6 .item .pagination {
	margin-top: -40px!important;
}
.sub9-5 .item01 table,
.sub9-6 .item01 table{
	margin-bottom: 100px!important;
}
.subpage .item .pagination>li>a, .subpage .item .pagination>li>span {
	border: none;
	font-size: 17px;
	color: #c2c2c2;
	text-align: center;
	line-height: 25px;
	width: 25px;
	height: 25px;
	overflow: hidden;
	padding: 0px;
}
.subpage .item .pagination>li>a i {
	font-size: 25px;
	color: #585858;
}
.subpage .item .pagination [rel=prev],
.subpage .item .pagination>li:first-child>span ,
.subpage .item .pagination [rel=next],
.subpage .item .pagination>li:last-child>span {
	background: #e8e8e8;
    font-size: 25px;
    padding: 0 8px;
    border-radius: 4px;
    overflow: hidden;
}
.subpage .item .pagination [rel=prev],
 .subpage .item .pagination>li:first-child>span {
	margin-right: 20px;
	line-height: 20px;
}
.subpage .item .pagination [rel=next],
 .subpage .item .pagination>li:last-child>span {
	margin-left: 20px;
	line-height: 20px;
}
.subpage .item .pagination>li:last-child i {
	padding-left: 1px;
}
.subpage .item .pagination>li.active>a{
	background: none;
	color: #e64340!important;
	font-weight: 500;
}
.subpage .item .pagination>li.active>a:hover {
	background: none;
}

.subpage.sub7-3 .item01 {
	margin-bottom: 0px;
}
.subpage.sub7 .item .loadmore {
	padding: 15px 80px;
	border: 1px solid #e74341;
	font-size: 20px;
	color: #2f2f2f;
	display: inline-block;
	margin-top: 30px;
}
.subpage.sub7-7 .item01 h1 {
	font-size: 40px;
	font-weight: 700;
	color: #004fa9;
	margin-top: 120px;
	margin-bottom: 35px;
}
.subpage.sub7-7 .item01 h2 {
	font-size: 23px;
	line-height: 33px;
	color: #2e2d2d;
	margin: 0px;
	font-weight: 300;
}
.subpage.sub7-7 .item01 h3 {
	font-size: 29px;
	font-weight: 700;
	color: #2e2d2d;
	line-height: 40px;
}
.subpage.sub7-7 .item02 {
	background: url(../images/sub_7_7_02.jpg) #182335 center center no-repeat;
	padding-top: 50px;
	padding-bottom: 50px;
}
.subpage.sub7-7 .item02 .container .row:not(:last-child) {
	padding-bottom: 40px;
}
.subpage.sub7-7 .item02 span {
	width: 100px;
	height: 100px;
	display: inline-block;
	background: #fff;
	overflow: hidden;
	border-radius: 50%;
	text-align: center;
	line-height: 100px;
	font-size: 50px;
	font-weight: 700;
	color: #002e61;
	font-family: 'font-NanumSquare';
}
.subpage.sub7-7 .item02 h4 {
	font-size: 22px;
	color: #fff;
	padding-top: 10px;
}
.subpage.sub7-7 .item02 p{
	font-size: 17px;
	color: #fff;
	font-weight: 300;
}
.subpage.sub7-7 .item03 {
	background: #f5f5f5;
	padding-top: 90px;
	padding-bottom: 90px;
}
.subpage.sub7-7 .item03 .item-title {
	font-size: 30px;
	color: #292929;
	font-weight: 300;
	text-align: center;
	padding-bottom: 70px;
}
.subpage.sub7-7 .item04 {
	padding-top: 90px;
	padding-bottom: 90px;
}
.subpage.sub7-7 .item04 h3 {
	font-weight: 300;
	color: #292929;
	font-size: 30px;
}
.subpage.sub7-7 .item04 p {
	font-weight: 300;
	color: #292929;
	font-size: 20px;
	padding-top: 20px;
	padding-bottom: 50px;
}
.subpage.sub7-7 .item04 h1 {
	padding: 40px 0px 20px;
	margin: 0px;
	font-size: 60px;
	color: #2b2b2b;
	font-family: 'font-NanumSquare';
	font-weight: 700;
}
.subpage.sub7-7 .item04 span {
	font-size: 20px;
	font-weight: 300;
	color: #292929;
}
.subpage.sub8 .topbg {
	background-image: url(../images/sub_8_1_1.jpg);
}
.subpage.sub8-1 .item {
	margin-top: 70px;
}
.subpage.sub8-1 .item01 .content  h4 {
	margin-top: 70px;
	font-size: 20px;
	font-weight: 500;
	color: #292929;
}
.subpage.sub8-1 .item01 .content  p {
	font-size: 18px;
	font-weight: 300;
	color: #292929;
}
.subpage.sub8-1 .item02 .content-title {
	font-size: 20px;
	font-weight: 500;
	color: #292929;
	margin-top: 60px;
	margin-bottom: 25px;
}
.subpage.sub8-1 .item02 .content i {
	width: 42px;
	height: 42px;
	display: inline-block;
	background: url(../images/sub_8_1_3.png);
	float: left;
    margin: 23px 10px;
}
.subpage.sub8-1 .item02 .content{
	border-top: 1px solid #d0d0d0;
	font-size: 18px;
	color: #292929;
}
.subpage.sub8-1 .item02 .content p {
	padding-top: 30px;
}
.subpage.sub8-1 .item02 .content:last-child .col-md-6:first-child p {
	padding-top: 20px;
}
.subpage.sub8-1 .item02 .content:last-child {
	border-bottom: 1px solid #d0d0d0;
	margin-bottom: 50px;
	border-top: 1px dashed #d0d0d0;
}
.subpage.sub8-1 .item03 {
	border: 1px solid #e1e1e1;
	padding-bottom: 35px;
	margin-bottom: 50px;
}
.subpage.sub8-1 .item03 .content-title ,.subpage.sub8-1 .item04 .content-title {
	font-size: 20px;
	font-weight: 500;
	color: #292929;
	padding: 15px;
	margin-bottom: 20px;
}
.subpage.sub8-1 .item03 p {
	text-align: center;
	font-size: 15px;
	color: #666666;
	font-weight: 300;
	padding-top: 10px;
}
.subpage.sub8-1 .item03 .content .col-md-4 .images {
	position: relative;
}
.subpage.sub8-1 .item03 .content .col-md-4:not(:last-child) .images:after {
	content: '';
	width: 23px;
	height: 51px;
	display: block;
	background: url(../images/sub_8_1_arrow.png) no-repeat;
	position: absolute;
	right: 0px;
	top: 50%;
	margin-top: -25px;
	margin-right: -25px;
}
.subpage.sub8-1 .item04 {
	margin-bottom: 20px;
}
.subpage.sub8-1 .item04 .col-md-4:not(:last-child):after {
	content: '';
	width: 100px;
	height: 2px;
	background: #f3ad36;
	display: block;
	position: absolute;
	top: 50%;
	right: -50px;
	z-index: -1;
}
.subpage.sub8-1 .item05 {
	background: #f5f5f5;
	padding-top: 90px;
	padding-bottom: 90px;
}
.subpage.sub8-1 .item05 .content-title {
	font-size: 18px;
	font-weight: 300;
	color: #292929;
	padding-left: 45px;
	padding-bottom: 40px;
}
.subpage.sub8-1 .item05 .content img {
	float: left;
	margin-right: 15px;
}
.subpage.sub8-1 .item05 .content .text {
	float: left;
}
.subpage.sub8-1 .item05 .content h4 {
	font-size: 20px;
	font-weight: 500;
	color: #292929;
	margin-bottom: 0px;
}
.subpage.sub8-1 .item05 .content p {
	color: #292929;
	font-size: 16px;
	font-weight: 300;
	padding-top: 10px;
	padding-left: 10px;
}
.subpage.sub8-1 .item05 .content p:before {
	content: '.';
	font-size: 20px;
	color: #000000;
	display: block;
	margin-left: -9px;
	margin-top: -8px;
	float: left;
}
.subpage.sub8-1 .item06 .bd {
	border: 1px solid #e1e1e1;
	margin-top:20px;
	margin-bottom: 20px;
}
.subpage.sub8-1 .item06 .bd .col-md-3 {
	background: #f5f5f5;
	padding-top: 50px;
	padding-bottom: 50px;
}
.subpage.sub8-1 .item06 .bd .col-md-9 p {
	padding-top: 25px;
	padding-left: 35px;
	font-size: 16px;
	color: #292929;
	font-weight: 300;
}
.subpage.sub8-1 .item06 .ft {
	padding-top: 50px;
	margin-bottom: 90px;
}
.subpage.sub8-1 .item06 .ft .text {
	padding-top: 60px;
}
.subpage.sub8-1 .item06 .ft .text h4 {
	font-size: 20px;
	font-weight: 700;
	color: #004fa9;
}
.subpage.sub8-1 .item06 .ft .text p {
	font-size: 16px;
	font-weight: 300;
	color: #292929;
	padding-bottom: 55px;
}
.subpage.sub8-2 .item {
	margin-top: 70px;
}
.subpage.sub8-2 .item01 p {
	font-size: 18px;
	font-weight: 300;
	color: #292929;
}
.subpage.sub8-2 .item01 .content img {
	margin: 30px auto;
}
.subpage.sub8-2 .item02 {
	background: #f5f5f5;
	padding-top: 90px;
	padding-bottom: 90px;
	color: #292929;
}
.subpage.sub8-2 .item02 .content h1{
	font-size: 40px;
	font-weight: 700;
	margin: 0px;
	padding: 0px;
	padding-top: 40px;
	padding-bottom: 15px;
}
.subpage.sub8-2 .item02 .content h2 {
	font-size: 25px;
	font-weight: 500;
	margin: 0px;
}
.subpage.sub8-2 .item02 .content h2 b {
	color: #e64340;
	font-weight: 500;
}
.subpage.sub8-2 .item02 .content p {
	padding-top: 35px;
	font-size: 18px;
	font-weight: 300;
	line-height: 30px;
}
.subpage.sub8-2 .item02 .ft h4 {
	font-size: 25px;
	font-weight: 300;
	margin-top: 90px;
	margin-bottom: 50px;
}
.subpage.sub8-2 .item02 .ft p {
	font-size: 18px;
	line-height: 30px;
	font-weight: 300;
	margin-top: 50px;
}
.subpage.sub8-2 .item03 {
	margin-bottom: 50px;
}
.subpage.sub8-2 .item04 {
	margin-bottom: 60px;
}
.subpage.sub8-2 .item05 h4 {
	font-size: 30px;
	font-weight: 300;
	color: #292929;
	padding-bottom: 60px;
}
.subpage.sub8-2 .item05 {
	background: #f5f5f5;
	padding-top: 85px;
	padding-bottom: 85px;
}
.subpage.sub8-4 .item ,.subpage.sub8-5 .item {
	margin-top: 70px;
}
.subpage.sub8-4 .item01 p {
	font-size: 18px;
	color: #292929;
	font-weight: 300;
	padding-top: 55px;
}
.subpage.sub8-4 .item02 {
	background: #f5f5f5;
	padding-top: 100px;
	padding-bottom: 100px;
}
.subpage.sub8-4 .item02 .images {
	padding-top: 50px;
	padding-bottom: 15px;
	
}
.subpage.sub8-4 .item02 p {
	font-size: 18px;
	font-weight: 300;
	color: #292929;
	line-height: 30px;
	letter-spacing: -1px;
}
.subpage.sub8-4 .item03 .images {
	padding-bottom: 40px;
}
.subpage.sub8-4 .item03 h4 {
	font-size: 34px;
	color: #292929;
	font-weight: 300;
	margin: 0px;
}
.subpage.sub8-4 .item03 h5 {
	font-size: 17px;
	color: #292929;
	font-weight: 400;
	padding-right: 3px;
}
.subpage.sub8-4 .item03 p {
	font-size: 18px;
	color: #292929;
	font-weight: 300;
	padding-bottom: 35px;
}
.subpage.sub8-4 .item03 p span {
	color: #6da007;
	font-weight: 500;
	font-size: 21px;
}
.subpage.sub8-4 .item03 .images1 {
	margin-top: 50px;
	padding-bottom: 90px;
}
.subpage.sub8-4 .item04 {
	background: #f5f5f5;
	padding-top: 80px;
	padding-bottom: 80px;
}
.subpage.sub8-4 .item04 h4 {
	font-size: 25px;
	text-align: center;
	color: #292929;
	margin-bottom: 55px;
}
.subpage.sub8-4 .item04 .col-md-4 span {
	background: #e64340;
	width: 133px;
	height: 38px;
	line-height: 38px;
	font-size: 20px;
	color: #fff;
	display: inline-block;
	border-radius: 20px;
	margin-bottom: 20px;
}
.subpage.sub8-4 .item05 {
	margin-bottom: 60px;
}
.subpage.sub8-5 .item01 .content p {
	font-size: 18px;
	line-height: 30px;
	padding-top: 10px;
	color: #292929;
	font-weight: 300;
}
.subpage.sub8-5 .item01 .bd h4 span {
	font-size: 21px;
	color: #292929;
	background: #fff69a;
}
.subpage.sub8-5 .item01 .bd h4 {
	margin: 45px 0px;
}
.subpage.sub8-5 .item01 .bd .text img {
	float: left;
	margin-right: 15px;
}
.subpage.sub8-5 .item01 .bd .text {
	font-size: 18px;
	font-weight: 300;
	letter-spacing: -1px;
}
.subpage.sub8-5 .item01 .bd .text span {
	font-size: 22px;
	font-weight: 500;
}
.subpage.sub8-5 .item01 .bd li {
	margin-top: 50px;
}
.subpage.sub8-5 .item02 {
	background: #f5f5f5;
	padding-top: 80px;
	padding-bottom: 80px;
	color: #292929;
}
.subpage.sub8-5 .item02 .content h4 {
	font-size: 30px;
	font-weight: 300;
	margin-bottom: 35px;
}
.subpage.sub8-5 .item02 .content p {
	font-size: 17px;
	font-weight: 300;
	padding-bottom: 15px;
}
.subpage.sub8-5 .item02 .bd h4 span{
	font-size: 21px;
	color: #292929;
	background: #fff69a;
	padding: 0 10px;
}
.subpage.sub8-5 .item02 .bd .col-md-10 {
	background: #fff;
	border-radius: 20px;
	margin-top: 30px;
}
.subpage.sub8-5 .item02 .bd .col-md-10 img {
	float: left;
	padding: 30px 50px;
}
.subpage.sub8-5 .item02 .bd .col-md-10 p {
	font-size: 18px;
	color: #292929;
	font-weight: 300;
	padding-top: 43px;
}
.subpage.sub8-5 .item03 .col-md-3 {
	border-top: 5px solid #5bbdb7;
	margin-top: 60px;
	min-height: 450px;
	padding-bottom: 35px;
}
.subpage.sub8-5 .item03 .col-md-3 img {
	margin-top: -65px;
}
.subpage.sub8-5 .item03 .col-md-3:nth-child(2) {
	border-color:#75a6d0; 
	background: #fafafa;
}
.subpage.sub8-5 .item03 .col-md-3:nth-child(3) {
	border-color:#ad75d0; 
}
.subpage.sub8-5 .item03 .col-md-3:nth-child(4) {
	border-color:#ffa800; 
	background: #fafafa;
}
.subpage.sub8-5 .item03 .col-md-3 h4 {
	margin-top: 20px;
	margin-bottom: 80px;
	font-size: 20px;
	display: block;
}
.subpage.sub8-5 .item03 .col-md-3 .arrow {
	margin-bottom: 15px;
}
.subpage.sub8-5 .item03 .col-md-3 p {
	font-size: 17px;
	margin-bottom: 15px;
}
.subpage.sub8-5 .item03 .col-md-3 p span {
	display: block;
	color: #7d7d7d;
}
.subpage.sub8-5 .item04 {
	margin-bottom: 70px;
}
.subpage.sub9 .topbg {
	background-image: url(../images/sub_9_1_topbg.jpg);
}
.subpage.sub9-1 .item {
	margin-top: 70px;
	margin-bottom: 90px;
}
.subpage.sub9-1 .item01 .item-title {
	border-bottom: 2px solid #004fa9;
	margin-bottom: 40px;
}
.subpage.sub9-1 .item01 .item-title span {
	font-size: 18px;
	color: #292929;
	font-weight: 500;
	padding-bottom: 15px;
	display: inline-block;
}
.subpage.sub9-1 .item01 .item-title .search {
	float: right;
}
.subpage.sub9-1 .item01 .content li {
	margin-bottom: 60px;
}
.subpage.sub9-1 .item01 .content .h4 {
	font-size: 18px;
	font-weight: 500;
	color: #181818;
	padding: 0px;
	margin: 0px;
}
.subpage.sub9-1 .item01 .content p {
	font-size: 15px;
	font-weight: 300;
	color: #313131;
	line-height: 25px;
	height: 50px;
	overflow: hidden;
	margin:15px 0px; 
}
.subpage.sub9-1 .item01 .content .data {
	font-size: 15px;
	color: #7e7e7e;
	font-weight: 300;
	padding-right: 15px;
	margin-right: 15px;
	position: relative;
}
.subpage.sub9-1 .item01 .content .data:after {
	content: '';
	width: 1px;
	height: 12px;
	border-right: 1px solid #c6c6c6;
	position: absolute;
	right: 0px;
	top: 5px;
}
.subpage.sub9-1 .item01 .content .view {
	font-size: 15px;
	color: #7e7e7e;
	font-weight: 300;
	padding-left: 30px;
	background: url('../images/sub_9_1_view.png') left center no-repeat;
}
.subpage.sub9-1 .item01 .item-title .search input {
	border: 1px solid #004fa9;
	height: 25px;
	line-height: 25px;
	width: 200px;
	overflow: hidden;
	float: left;
	padding: 0px 10px;
}
.subpage.sub9-1 .item01 .item-title .search button {
	width: 31px;
	height: 25px;
	display: inline-block;
	background: url(../images/sub_9_1_search.png) #004fa9 center center no-repeat;
	border: none;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}
.subpage.sub9-1 .item .pagination {
	margin-top: 30px;
}
.subpage.sub9-5 .item  {
	margin-top: 70px;
}
.subpage.sub9-5 .item .item-title h4 {
	font-size: 30px;
	color: #292929;
	font-weight: 300;
	text-align: center;
	margin-bottom: 40px;
}
.subpage.sub9-5 .item .item-title .search {
	background: #ffc001;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-bottom: 30px;
}
.subpage.sub9-5 .item .item-title .search input {
	width: 100%;
	display: block;
	float: left;
	line-height: 35px;
	border: none;
	margin-right: 125px;
	outline: none;
	padding-left: 10px;
}
.subpage.sub9-5 .item .item-title .search .col-md-8:after {
	background: #ffc001;
	content: '';
	width: 130px;
	height: 35px;
	display: block;
	right: 0px;
	position: absolute;
}
.subpage.sub9-5 .item .item-title .search button {
	background: #eb9000;
	position: absolute;
	right: 15px;
	border: none;
	font-size: 17px;
	color: #fff;
	font-weight: 400;
	line-height: 35px;
	width: 105px;
	border-radius: 20px;
	z-index: 2;
}
.subpage.sub9-5 .item01 .content {
	font-size: 16px;
	color: #292929;
	text-align: center;
	font-weight: 300;
}
.subpage.sub9-5 .item01 .content thead {
	border-top: 2px solid #ffc001;
}
.subpage.sub9-5 .item01 .content thead tr th {
	border: none;
}
.subpage.sub9-5 .item01 .content thead tr th .th-inner  {
	font-weight: 300;
	font-size: 16px;
	line-height: 34px;
	text-align: center;
	color: #292929;
	border: none;
	border-bottom: 1px solid #6a6a6a;
}
.subpage.sub9-5 .item01 .content tbody tr td {
	border: none;
	border-bottom: 1px solid #cfcfcf;
	line-height: 34px;
	padding: 8px 0px;
	color: #303030;
}
.subpage.sub9-5 .item01 .content tbody tr {
	cursor: pointer;
}
.subpage.sub9-5 .item01 .content tbody tr td:nth-child(2){
	text-align: left;
	font-weight: 400;
	padding-left: 40px;
	line-height: 34px;
	overflow: hidden;
	height: 34px;
}

.subpage.sub9-5 .item01 .pagination{
	margin-bottom: 100px;
}
.subpage.sub9-6 .item01 .content tbody tr td:nth-child(3){
	font-weight: 400;
}
.subpage.sub9-6 .item01 .content tbody tr td:nth-child(3):after {
	content: '';
	display: block;
	width: 16px;
	height: 16px;
	background: url(../images/sub_9_6_01.png) no-repeat;
	display: inline-block;
	margin-left: 5px;
	margin-bottom: -1px;
}
.subpage.sub9-4-1 .item {
	margin-top: 70px;
}
.subpage.sub9-4-1 .item-title {
	font-size: 16px;
	font-weight: 300;
	text-align: center;
}
.subpage.sub9-4-1 .item-title h4 {
	font-size: 24px;
}
.subpage.sub9-4-1 .item-title h4:after{
	font-size: 24px;
	width: 80px;
	height: 1px;
	content: '';
	background: #ccc;
	margin: 15px auto;
	display: block;
}
.subpage.sub9-4-1 .item-title span {
	margin: 0px 15px;
}
.subpage.sub9-4-1 .item .content {
	border-top: 2px solid #ffc001;
	margin-top: 20px;
	padding: 20px;
	font-size: 16px;
	font-weight: 300;
	min-height: 100px;
	border-bottom: 1px solid #eee;
}
.content  p img {
	max-width:100%;
}
.subpage.sub9-4-1 .item .ft {
	font-size: 16px;
	font-weight: 300;
}
.subpage.sub9-4-1 .item .ft .prev ,.subpage.sub9-4-1 .item .ft .next {
	border-bottom: 1px solid #eee;
	position: relative;
}
.subpage.sub9-4-1 .item .ft .prev {
	background: #f5f5f5;
}
.subpage.sub9-4-1 .item .ft .next {
	margin-bottom: 40px;
}
.subpage.sub9-4-1 .item .ft .prev a ,.subpage.sub9-4-1 .item .ft .next a {
	line-height: 45px;
	height: 45px;
    overflow: hidden;
    display: inline-block;
    color: #666;
    width: 100%;
    padding-left: 100px;
    position: absolute;
    left: 0px;
    padding-right: 20px;
}
.subpage.sub9-4-1 .item .ft .prev span ,.subpage.sub9-4-1 .item .ft .next span {
	line-height: 45px;
	height: 45px;
	overflow: hidden;
	display: inline-block;
	font-weight: 400;
}
.subpage.sub9-4-1 .item .ft .prev span:after ,.subpage.sub9-4-1 .item .ft .next span:after {
	content: '';
	display: block;
	float: right;
	width: 1px;
	height: 20px;
	background: #ccc;
	margin-left: 10px;
	margin-top: 13px;
}
.subpage.sub9-4-1 .item .ft i {
	font-size: 18px;
	color: #ccc;
	padding-left: 15px;
	padding-right: 10px;
}

.subpage.sub9-4-1 .item .ft .back {
	text-align: center;
	margin-bottom: 100px;
	margin-top: 40px; /*Solve a single page button on a single page to be covered*/
}
.subpage.sub9-4-1 .item .ft .back a {
	background: #eb9000;
	padding: 5px 25px;
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	border-radius: 20px;
}
.subpage.sub9-4-1 .title-ft b {
	padding-left: 8px;
}
.fancybox-slide--iframe {
    padding: 0px 44px 0;
}
.fancybox-slide--iframe .fancybox-content {
	width  : 784px;
	height : 600px;
	max-width  : 100%;
	max-height : 95%;
	margin: 0;
	opacity: 0;
}
.subpage.sub6-1 .topbg {
	background-color: #eee;
}
.subpage.sub6-1 .item {
	margin-top: 70px;
}
.subpage.sub6-1 .item .item-title span {
	font-size: 15px;
	font-weight: 300;
	padding-left: 15px;
}
.subpage.sub6-1 .item01 .content {
	margin-bottom: 25px;
}
.subpage.sub6-1 .item01 .content .nav-tabs {
	border: none;
}
.subpage.sub6-1 .item01 .content .nav-tabs li {
	display: table;
	margin-bottom: 15px;
}
.subpage.sub6-1 .item01 .content .nav-tabs .active a{
	background: #ffc000!important;
	color: #fff;
}
.subpage.sub6-1 .item01 .content .nav-tabs .active:after {
	content: '';
	display: block;
	border-right:20px solid transparent;
    border-left:20px solid transparent;
  	border-bottom:20px solid #f2f1f1;
	position: absolute;
	bottom: -35px;
	left: 50%;
	margin-left: -10px;
	z-index: 1;
}
.subpage.sub6-1 .item01 .content .nav-tabs li a {
	display: table-cell;
    vertical-align: middle;
    height: 175px;
    text-align: center;
    border: 1px solid #a7a7a7;
    border-radius: 10px;
	width: 100%;
	box-shadow: 4px 4px 0px #f7f7f7;
	background: none;
}
.subpage.sub6-1 .item01 .content .nav-tabs li span{
	width: 100%;
	height: 175px;
	padding: 0px;
	font-size: 18px;
	font-weight: 500;
}
.subpage.sub6-1 .item01 .content .tab-content {
	margin: 15px;
	padding: 35px;
	background: #f2f1f1;
	font-weight: 300;
	min-height: 180px;
	font-size: 16px;
	position: relative;
}
.subpage.sub6-1 .item01 .content .tab-content .close-tab {
	width: 25px;
	height: 25px;
	background: url(../images/sub_6_1_close.png);
	display: block;
	position: absolute;
	right: 10px;
	top: 10px;
	cursor: pointer;
}
.subpage.sub6-1 .item01 {
	margin-bottom: 70px;
}
.subpage.sub6-2 .topbg {
	background-color: #eee;
}
.subpage.sub6-2 .item {
	margin-top: 70px;
}
.subpage.sub6-2 .item01 {
	margin-bottom: 70px;
}
.subpage.sub6-2 .item01 .content {
	border: 1px solid #d4d4d4;
	padding-bottom: 90px;
	margin-bottom: 50px;
	position: relative;
}
.subpage.sub6-2 .item01 .content .content-title {
	font-size: 18px;
	font-weight: 500;
	color: #3f3f3f;
	padding: 30px 20px;
	margin-bottom: 20px;
}
@media (min-width: 1380px){
.subpage.sub6-2 .item01 .content .aaa{
	max-width: 120%!important;
}
}
.subpage.sub6-2 .item01 .content .content-title span {
	background: #e64340;
	border-radius: 5px;
	padding: 2px 10px;
	margin-right: 10px;
	color: #fff;
}
.subpage.sub6-2 .item01 .content .col-md-2:not(:nth-child(7)):after {
	content: '';
	width: 12px;
	height: 24px;
	display: block;
	background: url(../images/sub_6_2_arrow.png);
	position: absolute;
	right: 0px;
	top: 50%;
	margin-right: -7px;
	margin-top: -10px;
}
.subpage.sub6-2 .item01 .content .col-md-2:nth-child(7):after {
	clear: both;
	display: table;
	content: '';
}
.subpage.sub6-2 .item01 .content .col-md-2:nth-child(2):before {
	content: '제품명 단상자 내용';
	font-size: 16px;
	color: #e69240;
	padding-top: 70px;
	width: 126px;
	background: url(../images/sub_6_2_do.png) center top no-repeat;
	position: absolute;
	right: 0px;
	bottom: -50px;
	margin-right: -63px;
	z-index: 2;
}
.subpage.sub6-2 .item01 .content .col-md-2:nth-child(5):before {
	content: '상표 등록 여부 체크';
	font-size: 16px;
	color: #e69240;
	padding-top: 70px;
	width: 134px;
	background: url(../images/sub_6_2_do.png) center top no-repeat;
	position: absolute;
	right: 0px;
	bottom: -50px;
	margin-right: -67px;
	z-index: 2;
}
.subpage.sub6-2 .item01 .content .arrow-down {
	position: absolute;
	bottom: 0px;
	left: 50%;
	margin-left: -10px;
}
.subpage.sub6-2 .item01 .content .arrow-down:after {
	position: absolute;
	content: '';
	width: 20px;
	height: 20px;
	display: block;
	border-right:10px solid transparent;
    border-left:10px solid transparent;
  	border-top:10px solid #fff;
}
.subpage.sub6-2 .item01 .content .arrow-down:before {
	content: '';
	position: absolute;
	top: 1px;
	width: 20px;
	height: 20px;
	display: block;
	border-right:10px solid transparent;
    border-left:10px solid transparent;
  	border-top:10px solid #d4d4d4;
}
.subpage.sub6-2 .item01 .step-2 .content-title span {
	background: #004fa9;
}
.subpage.sub6-2 .item01 .step-2 .ft {
	padding-top: 35px;
	color: #a0a0a0;
	font-weight: 300;
	font-size: 16px;
	line-height: 26px;
}
.subpage.sub6-2 .item01 .step-2 .ft p  {
	color: #e69240;
	font-weight: 400;
}
.subpage.sub6-2 .item01 .step-2 {
	padding-bottom: 40px;
}
.subpage.sub6-2 .item01 .step-2 .col-md-4 {
	position: relative;
}
.subpage.sub6-2 .item01 .step-2 .col-md-4:not(:nth-child(3)):after {
	content: '';
	width: 23px;
	height: 51px;
	right: 0px;
	top: 50%;
	margin-right: -7px;
	margin-top: -25px;
	position: absolute;
	background: url('../images/sub_6_2_arrow_01.png') no-repeat;
}
.subpage.sub6-2 .item01 .step-3 .content-title span {
	background: #e69240;
}
.subpage.sub6-2 .item01 .step-3 .col-lg-4 > .row {
	background: #f5f5f5;
	border-radius: 5px;
	margin: 15px 0px;
	padding: 15px;
	font-size: 16px;
}
.subpage.sub6-2 .item01 .step-3 .col-lg-4 {
	position: relative;
}
.subpage.sub6-2 .item01 .step-3 .col-lg-4:nth-child(2):before {
	content: '';
	width: 23px;
	height: 51px;
	right: 25px;
	top: 50%;
	margin-top: -25px;
	position: absolute;
	background: url('../images/sub_6_2_arrow_01.png') no-repeat;
}
.subpage.sub6-2 .item01 .step-3 .col-lg-4:nth-child(4):before {
	content: '';
	width: 23px;
	height: 51px;
	left: 25px;
	top: 50%;
	margin-top: -25px;
	position: absolute;
	background: url('../images/sub_6_2_arrow_01.png') no-repeat;
}
.subpage.sub6-4 .topbg {
	background-color: #eee;
}
.subpage.sub6-4 .item {
	margin-top: 70px;
}
.subpage.sub6-4 .item01 .nav-tabs li {
	width: 50%;
}
.subpage.sub6-4 .item01 .nav-tabs li a {
	line-height: 70px;
	height: 70px;
	font-size: 20px;
	color: #1d1d1d;
	width: 100%;
	text-align: center;
	border: 1px solid #dddddd;
	display: block;
	border-radius: 0px;
	padding: 0px;
}
.subpage.sub6-4 .item01 .nav-tabs .active a , .subpage.sub6-4 .item01 .nav-tabs .active a:hover{
	background: #f5ba2b!important;
	color: #fff;
	border: none;
}
.subpage.sub6-4 .item01 .nav-tabs .active:after {
    content: '';
    display: block;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-top: 10px solid #f5ba2b;
    position: absolute;
    bottom: -10px;
    left: 50%;
    margin-left: -10px;
    z-index: 1;
}
.subpage.sub6-4 .item01 .tab-content {
	margin-top: 50px;
}
.subpage.sub6-4 .item01 .tab-content .tab-pane table {
	width: 100%;
	font-size: 16px;
	color: #1d1d1d;
	line-height: 42px;
	text-align: center;
	font-weight: 300;
}
.subpage.sub6-4 .item01 .tab-content .tab-pane table span {
	color: #1d1d1d;
	font-weight: 400;
}
.subpage.sub6-4 .item01 .tab-content .tab-pane table i {
	color: #535353;
	font-weight: 300;
	display: block;
	line-height: 18px;
	font-style: normal;
}
.subpage.sub6-4 .item01 .tab-content .tab-pane table thead {
	background: #f0f0f0;
}
.subpage.sub6-4 .item01 .tab-content .tab-pane table thead th {
	text-align: center;
	line-height: 60px;
	font-size: 18px;
	color: #1d1d1d;
	border-bottom: none;
}
.subpage.sub6-4 .item01 .tab-content .tab-pane table tr td.text-left {
	padding-left: 15px;
	font-weight: 400;
	color: #1d1d1d;
}
/*.subpage.sub6-4 .item01 .tab-content .tab-pane table tr td:first-child {
	font-weight: 500;
	color: #1d1d1d;
}*/
.subpage.sub6-4 .item01 .tab-content .tab-pane table tr td:last-child {
	font-weight: 500;
	color: #004fa9;
}
.subpage.sub6-4 .item01 .tab-content #tab2 table tr td:last-child {
	font-weight: 300;
	text-align: left;
	padding-left: 15px;
	color: #1d1d1d;
}
.subpage.sub6-4 .item02 {
	background: #f5f5f5;
	padding-top: 90px;
	padding-bottom: 90px;
}
.subpage.sub6-4 .item02 .content {
	background: #fff;
	padding-top: 30px;
	padding-bottom: 30px;
}
.subpage.sub6-4 .item02 .col-md-3 {
	text-align: center;
	font-size: 20px;
	color: #f19839;
	font-weight: 700;
	padding-top: 50px;
}
.subpage.sub6-4 .item02 i {
	width: 71px;
	height: 71px;
	background: url(../images/sub_6_4_004.png) no-repeat;
	display: inline-block;
	margin-bottom: -34px;
}
.subpage.sub6-4 .item02 .col-md-9 ul li  {
	font-size: 15px;
	/*font-weight: 300;*/
	color:#222;
	line-height: 33px;
}
.subpage.sub6-4 .item02 .col-md-9 ul li:before {
	float: left;
	margin-left: -15px;
	content: 'ㆍ';
	display: block;
	font-weight: 500;
}
.subpage.sub6-4 .item02 .col-md-9 ul {
	padding-left: 60px;
	border-left: 1px solid #eee;
}
.subpage.sub6-4 .item01 .tab-content .tab-pane .table-mobile {
	display: none;
}
.fancybox-container {
	z-index: 9999999;
}
@media (min-width: 768px) {
	.subpage nav.navbar .navbar-brand {
		padding-top: 15px;
	}
	.subpage .nav>li>a {
		padding: 24px 5px;
	}
	.subpage nav.navbar .navbar-collapse .navbar-nav {
		float: right;
		display: none;
	}
	.subpage nav.navbar .navbar-header {
		padding: 0px 15px;
		position: absolute;
	}
	
	.subpage nav.navbar .navbar-collapse .attr-nav {
		margin: 0px;
		padding: 0px;
		border: none;
		padding-top: 34px;
    	padding-bottom: 21px;
		position: relative;
		top: 0px;
		margin-right: 75px;
	}

	footer {
		text-align: center;
		letter-spacing: -0.6px;
	}
	footer .col-md-5 , footer .col-md-4{
		margin-top: 20px;
	}
	footer .logo-ft {
		margin-top: 20px;
	}
	nav.navbar .navbar-nav>li>a {
		font-size: 12px;
		padding: 23px 7px;
	}
	.full-slide .swiper-container .title {
		font-size: 50px;
	}
	.mainpage .item10 .content ul li a {
		margin: 10px;
	}
	.mainpage .item05 a {
		height: 170px;
	}
	.mainpage .item02 ,.mainpage .item03 ,.mainpage .item05  ,.mainpage .item07 ,.mainpage .item08 ,.mainpage .item10 ,.mainpage .item {
		margin-top: 30px;
	}
	.mainpage .item03 {
		margin-top: 85px;
	}
	.mainpage .item08 .content ul li p {
		height: 50px;
	}
	.mainpage .item08 .content ul li {
		padding-top: 7px;
		padding-bottom: 8px;
	}
	.mainpage .item11 .swiper-container, .mainpage .item14 .swiper-container {
		max-height: 271px;
	}
	.mainpage .item12 .swiper-container, .mainpage .item13 .swiper-container {
		max-height: 109px;
	}
	.mainpage .full-slide .swiper-container {
		position: relative;
	}
	nav.navbar .sitemap {
		right: 0px;
	}
	.full-slide .slider-banner {
		position: absolute;
		left: 50%;
		margin-left: -375px;
		top: 850px;
	}
	.mainpage .full-slide {
		height: 1230px;
	}
	
	nav.navbar .navbar-collapse {
		width: 100%;
	}
	
	nav.navbar .attr-nav {
		float: none;
		position: absolute;
		top: 18px;
		right: 0px;
	}
	.navbar-nav {
		margin-top: 60px;
	}
	.mainpage nav.navbar .navbar-header .logo {
		max-width: 80%;
	}
	.mainpage .full-slide .pagination {
		bottom: 335px;
	}
	.mainpage .portfolio .content {
		margin-bottom: 50px;
	}
	.mainpage .portfolio  .arrow-right {
		right: 0px;
	}
	.mainpage .portfolio .arrow-left {
		left: 0px;
	}
	
	.subpage.sub7-1 .item01 img {
		margin-left: -15px;
		margin-top: 25px;
	}
	.subpage.sub7-1 .item02 .content .col-sm-6:nth-child(2) .images:after {
		display: none;
	}
	.subpage.sub7-1 .item02 .content .ft .col-md-3 {
		border-width: 0px;
	}
	.subpage.sub7-1 .item02 .content .ft p {
		padding-left: 0px;
	}
	
	.subpage.sub9-5 .item01 .content tbody tr td:nth-child(1) {
		width: 12%;
	}
	.subpage.sub9-5 .item01 .content tbody tr td:nth-child(2) {
		width: 60%;
	}
	.subpage.sub9-5 .item01 .content tbody tr td:nth-child(3) {
		width: 16%;
	}
	.subpage.sub9-5 .item01 .content tbody tr td:nth-child(4) {
		width: 12%;
	}
	
	.subpage.sub9-6 .item01 .content tbody tr td:nth-child(1) {
		width: 12%;
	}
	.subpage.sub9-6 .item01 .content tbody tr td:nth-child(2) {
		width: 50%;
	}
	.subpage.sub9-6 .item01 .content tbody tr td:nth-child(3) {
		width: 13%;
	}
	.subpage.sub9-6 .item01 .content tbody tr td:nth-child(4) {
		width: 13%;
	}
	.subpage.sub9-6 .item01 .content tbody tr td:nth-child(5) {
		width: 12%;
	}
	.subpage.sub6-1 .item01 .content .nav-tabs .active:after {
		display: none;
	}
	.subpage.sub6-2 .item01 .step-3 .col-lg-4:nth-child(2),.subpage.sub6-2 .item01 .step-3 .col-lg-4:nth-child(4) {
		margin-top: 20px;
	}
	.subpage.sub6-2 .item01 .step-3 .col-lg-4:nth-child(2):before {
		right: -10px;
	}
	.subpage.sub6-2 .item01 .step-3 .col-lg-4:nth-child(4):before {
		left: -10px;
	}
	.subpage.sub6-2 .item01 .step-1 .col-md-2 {
		margin-bottom: 50px;
	}
	.subpage.sub6-2 .item01 .content .col-md-2:nth-child(4):after {
		display: none;
	}
	.subpage.sub6-4 .item01 .tab-content .tab-pane table {
		font-size: 14px;
	}
	.subpage.sub6-4 .item01 .tab-content .tab-pane table thead th {
		font-size: 16px;
	}
	.subpage.sub6-4 .item01 .tab-content .tab-pane table tr td.text-left {
		padding-left: 5px;
	}
	.subpage.sub6-4 .item02 .col-md-3 {
		padding-top: 0px;
		padding-bottom: 50px;
	}
	.subpage.sub6-4 .item02 .col-md-9 ul {
		padding-left: 15px;
		border: none;
	}
	.subpage.sub6-4 .item02 .col-md-9 ul li {
		line-height: 24px;
		margin-bottom: 15px;
	}
	.subpage.sub6-4 .item02 .col-md-9 ul li strong {
		display: block;
	}
}
@media (min-width: 1140px){
	.mainpage .item01 .swiper-container .swiper-slide {
		font-size: 12px;
	}
	.subpage.sub6-4 .item02 .col-md-9 ul li {
		line-height: 33px;
		margin-bottom: 0px;
	}
	.subpage.sub6-4 .item02 .col-md-9 ul li strong {
		display: inline-block;
	}
	.subpage.sub6-4 .item02 .col-md-9 ul {
		padding-left: 60px;
		border-left: 1px solid #eee;
	}
	.subpage.sub6-4 .item02 .col-md-3 {
		padding-top: 50px;
		padding-bottom: 0px;
	}
	.subpage.sub6-4 .item01 .tab-content .tab-pane table tr td.text-left {
		padding-left: 15px;
	}
	.subpage.sub6-4 .item01 .tab-content .tab-pane table thead th {
		font-size: 18px;
	}
	.subpage.sub6-4 .item01 .tab-content .tab-pane table {
		font-size: 16px;
	}
	.subpage.sub6-2 .item01 .content .col-md-2:nth-child(4):after {
		display: block;
	}
	.subpage.sub6-2 .item01 .step-1 .col-md-2 {
		margin-bottom: 0px;
	}
	.subpage.sub6-2 .item01 .step-3 .col-lg-4:nth-child(2),.subpage.sub6-2 .item01 .step-3 .col-lg-4:nth-child(4) {
		margin-top: 0px;
	}
	.subpage.sub6-2 .item01 .step-3 .col-lg-4:nth-child(2):before {
		right: -10px;
	}
	.subpage.sub6-2 .item01 .step-3 .col-lg-4:nth-child(4):before {
		left: -10px;
	}
	
	.subpage.sub6-1 .item01 .content .nav-tabs .active:after{
		display: block;
	}
	.subpage.sub6-1 .item01 .content .nav-tabs li span {
		font-size: 17px;
	}
	.mainpage .portfolio  .arrow-right {
		right: -25px;
	}
	.mainpage .portfolio .arrow-left {
		left: -25px;
	}
	.mainpage .portfolio .content {
		margin-bottom: 90px;
	}
	.mainpage .full-slide .pagination {
		bottom: -77px;
	}
	nav.navbar .attr-nav {
		float: none;
		position: relative;
		top: 0px;
		left: 0px;
	}
	.navbar-nav {
		margin-top: 0px;
	}
	.mainpage nav.navbar .navbar-header .logo {
		max-width: 80%;
	}
	
	.mainpage nav.navbar .navbar-header .logo {
		max-width: 100%;
	}
	nav.navbar .navbar-collapse {
		width: 75%;
	}
	.mainpage .full-slide {
		height: 820px;
	}
	.full-slide .slider-banner {
		position: relative;
		top: 136px;
		left: 0px;
		margin-left: auto;
	}
	nav.navbar .sitemap {
		right: -75px;
	}
	.mainpage .full-slide .swiper-container {
		position: absolute;
	}
	.mainpage .item03 ,.mainpage .item05 ,.mainpage .item08 ,.mainpage .item {
		margin-top: 30px;
	}
	.mainpage .item02 ,.mainpage .item07 ,.mainpage .item10  {
		margin-top: 0px;
	}
	.mainpage .item05 a {
		height: 200px;
	}
	.subpage nav.navbar .navbar-brand {
		padding-top: 15px;
	}
	nav.navbar .navbar-nav>li>a {
		font-size: 13px;
	}
	.subpage .nav>li>a {
		padding: 24px 5px;
	}
	.subpage nav.navbar .navbar-collapse .navbar-nav {
		float: right;
		display: block;
		margin-right: 15px;
	}
	.subpage nav.navbar .navbar-header {
		padding: 0px 15px;
		position: absolute;
	}
	.subpage nav.navbar .navbar-nav>li>a {
		padding: 20px 13px;
	}
	.subpage nav.navbar .navbar-collapse .attr-nav {
		margin: 0px;
		padding: 0px;
		border: none;
		padding-top: 34px;
    	padding-bottom: 0px;
	}
	footer {
		text-align: left;
		letter-spacing: -0.6px;
	}
	footer .col-md-5 , footer .col-md-4{
		margin-top: 20px;
	}
	footer .logo-ft {
		margin-top: 20px;
	}
	.mainpage .item06 .content .thumbnail {
		width: 140px;
	}
	.mainpage .item07 .content ul li {
		margin: 23px 18px;
	}

	
	.mainpage .item08 .content ul li {
		border: none;
		padding-top: 18px;
		padding-bottom: 18px;
	}
	.mainpage .item10 .content ul li a {
		height: 16px;
		line-height: 16px;
	}
	.mainpage .item11 .swiper-container, .mainpage .item14 .swiper-container {
		max-height: 365px;
	}
	.mainpage .item12 .swiper-container, .mainpage .item13 .swiper-container {
		max-height: 147px;
	}
	
	.subpage.sub7-1 .item02 .content .ft .col-md-3 {
		border-width: 1px;
	}
	.subpage.sub7-1 .item02 .content .ft span {
		line-height: 80px;
	}
	.subpage.sub7-1 .item01 img {
		margin-left: 0px;
		margin-top: 0px;
	}
	.subpage.sub7-3 .item01 {
		margin-bottom: 0px;
	}
	.subpage.sub7-1 .item02 .content .col-sm-6:nth-child(2) .images:after {
		display: block;
	}
	.subpage.sub6-2 .item01 .step-3 .col-lg-4:nth-child(2):before {
		right: -20px;
	}
	.subpage.sub6-2 .item01 .step-3 .col-lg-4:nth-child(4):before {
		left: -20px;
	}
	
}


@media (min-width: 1380px) {
.mainpage .item01 .swiper-container .swiper-slide {
		font-size: 14px;
	}
	.subpage.sub6-2 .item01 .step-3 .col-lg-4:nth-child(2):before {
		right: 25px;
	}
	.subpage.sub6-2 .item01 .step-3 .col-lg-4:nth-child(4):before {
		left: 25px;
	}
	.subpage.sub6-1 .item01 .content .nav-tabs li span {
		font-size: 18px;
	}
	.mainpage .item08 .content ul li {
		border-bottom: 1px solid #dfdfdf;
	}
	.mainpage .item , .mainpage .item03 {
		margin-top: 55px;
	}
	.mainpage .item08 {
		margin-top: 0px;
	}
	nav.navbar .sitemap {
		position: absolute;
		z-index: 9999;
		right: -75px;
		bottom: 0px;
	}
	.container {
		width: 1230px;
	}
	.mainpage .container {
		width: 1230px;
	}
	nav.navbar .navbar-nav>li>a {
    	font-size: 18px;
	}
	.mainpage .item11 .swiper-container, .mainpage .item14 .swiper-container {
		max-height: 477px;
	}
	.mainpage .item12 .swiper-container, .mainpage .item13 .swiper-container {
		max-height: 192px;
	}
	.mainpage .item06 .content .text p {
		height: 48px;
	}
	.mainpage .item06 .content .thumbnail {
		width: 134px;
	}
	.mainpage .item08 .content ul li p {
		height: 50px;
	}
	.mainpage .item10 .content ul li a {
		height: 35px;
		line-height: 35px;
	}
	.mainpage .item07 .content ul li {
		margin: 37px 18px;
	}
	.mainpage .item08 .content ul li {
		padding-top: 10px;
	}
	.mainpage .item09 .content ul li p {
		margin-bottom: 48px;
	}
	.mainpage .item05 {
		margin-top: 0px;
	}
	.subpage nav.navbar .navbar-nav>li>a {
		padding: 20px 12px;
	}
	.subpage nav.navbar .navbar-collapse .navbar-nav ,.subpage nav.navbar .navbar-collapse .attr-nav{
		margin-right: 20px;
		display: block;
	}
	.subpage nav.navbar .navbar-collapse .attr-nav{ 
		padding-top: 17px;
		padding-bottom: 0px;
	}
	.subpage nav.navbar .navbar-header {
		padding-top: 40px;
	}
	.subpage.sub7-1 .item02 .content .ft span {
		line-height: 60px;
	}
	.subpage.sub7-1 .item02 .content .ft p {
		padding-left: 25px;
	}
}

@media (min-width: 1550px) {
	
	.col-bg-1, .col-bg-2, .col-bg-3, .col-bg-4, .col-bg-5, .col-bg-6, .col-bg-7, .col-bg-8, .col-bg-9, .col-bg-10, .col-bg-11, .col-bg-12 {
	float: left;
	}
	.col-bg-12 {
	width: 100%;
	}
	.col-bg-11 {
	width: 91.66666667%;
	}
	.col-bg-10 {
	width: 83.33333333%;
	}
	.col-bg-9 {
	width: 75%;
	}
	.col-bg-8 {
	width: 66.66666667%;
	}
	.col-bg-7 {
	width: 58.33333333%;
	}
	.col-bg-6 {
	width: 50%;
	}
	.col-bg-5 {
	width: 41.66666667%;
	}
	.col-bg-4 {
	width: 33.33333333%;
	}
	.col-bg-3 {
	width: 25%;
	}
	.col-bg-2 {
	width: 16.66666667%;
	}
	.col-bg-1 {
	width: 8.33333333%;
	}

	.mainpage .container {
		width: 1400px;
	}
	.full-slide .slider-banner > .row > .col-md-4 {
		right:0px;
	}
	nav.navbar .navbar-nav>li>a {
		font-size: 18px;
		padding: 24px 15px;
	}
	nav.navbar .sitemap {
		right: -75px;
	}
	.subpage nav.navbar .navbar-collapse .navbar-nav {
		margin-right: 15px;
	}
	.subpage nav.navbar .navbar-collapse .attr-nav {
		margin-right: 10px;
	}
	.subpage nav.navbar .navbar-nav>li>a {
		padding: 20px 14px;
		font-size: 17px;
	}
	.mainpage .item11 .swiper-container, .mainpage .item14 .swiper-container {
		max-height: 550px;
	}
	.mainpage .item12 .swiper-container, .mainpage .item13 .swiper-container {
		max-height: 222px;
	}
	.mainpage .item07 .content ul li {
		margin: 18px;
	}
	.mainpage .item08 .content ul li {
		padding-top: 11px;
	}
	.mainpage .item09 .content ul li p {
		margin-bottom: 15px;
	}
}
@media (min-width: 1830px) {
	.mainpage .item06 .content .text p {
		height: 72px;
	}
	.mainpage .item06 .content .thumbnail {
		width: auto;
	}
	.mainpage .item08 .content ul li p {
		height:  75px;
	}
	.mainpage .item08 .content ul li {
		padding-bottom: 18px;
	} 
	.mainpage .item10 .content ul li a {
		height: 46px;
		line-height: 23px;
		margin: 10px 50px;
	}
	.mainpage .item08 .content ul li {
		padding-top: 18px;
	}
	.col-sg-1, .col-sg-2, .col-sg-3, .col-sg-4, .col-sg-5, .col-sg-6, .col-sg-7, .col-sg-8, .col-sg-9, .col-sg-10, .col-sg-11, .col-sg-12 {
	float: left;
	}
	.col-sg-12 {
	width: 100%;
	}
	.col-sg-11 {
	width: 91.66666667%;
	}
	.col-sg-10 {
	width: 83.33333333%;
	}
	.col-sg-9 {
	width: 75%;
	}
	.col-sg-8 {
	width: 66.66666667%;
	}
	.col-sg-7 {
	width: 58.33333333%;
	}
	.col-sg-6 {
	width: 50%;
	}
	.col-sg-5 {
	width: 41.66666667%;
	}
	.col-sg-4 {
	width: 33.33333333%;
	}
	.col-sg-3 {
	width: 25%;
	}
	.col-sg-2 {
	width: 16.66666667%;
	}
	.col-sg-1 {
	width: 8.33333333%;
	}
	.container {
		width: 1230px;
	}
	.mainpage .container {
		width: 1680px!important;
	}
	footer .container {
		width: 1230px;
	}
	nav.navbar .sitemap {
		right: -75px;
	}
	.subpage nav.navbar .navbar-nav>li>a {
		padding: 24px 14px;
	}
	.subpage nav.navbar .navbar-collapse .navbar-nav {
		margin-right: 15px;
	}
	.subpage nav.navbar .navbar-collapse .attr-nav {
		margin-right: 10px;
	}
	.mainpage .item11 .swiper-container ,.mainpage .item14 .swiper-container {
		max-height: 675px;
	}
	.mainpage .item12 .swiper-container ,.mainpage .item13 .swiper-container {
		max-height: 271px;
	}
	.mainpage .item06 .content .thumbnail {
		width: 162px;
	}
}
@media(max-width:767px){
	.full-slide .slider-banner .banner-visa-01 a {
		font-size: 20px;
	}
	#popup-banner1 {
		left: 0!important;
	}
	.navbar-toggle {
		background: rgba(255,255,255,0.6);
		margin-top: 25px;
    	margin-right: 0px;
	}
	.navbar-header  .icon-bar{
		transition: .3s ease;
    	-webkit-transition: .3s ease;
		width: 24px;
		height: 4px;
		border-radius: 5px;
		background: #000;
	}
	.navbar-header .navbar-toggle .icon-bar:nth-child(2) {
		transform: rotate(-135deg) translateX(-6px) translateY(-6px);
    	-webkit-transform: rotate(-135deg) translateX(-6px) translateY(-6px);
	}
	.navbar-header .navbar-toggle .icon-bar:nth-child(3) {
		opacity: 0;
		transform: rotate(-135deg) translateX(-6px) translateY(-6px);
    	-webkit-transform: rotate(-135deg) translateX(-6px) translateY(-6px);
	}
	.navbar-header .navbar-toggle .icon-bar:nth-child(4) {
		transform: rotate(-45deg) translateX(5px) translateY(-6px);
    	    -webkit-transform: rotate(-45deg) translateX(5px) translateY(-6px);
	}
	.navbar-header .collapsed .icon-bar:nth-child(3) {
		opacity: 1;
	}
	.navbar-header .collapsed .icon-bar{
		-webkit-transform: rotate(0deg) translateX(0px) translateY(0px) !important;
		transform: rotate(0deg) translateX(0px) translateY(0px)!important;
	}
	nav.navbar .sitemap {
		position: fixed;
		right: 0px;
		left: 0px;
		z-index: 99999;
	}
	.sitemap .icon-navbar {
		position: absolute;
		width: 80%;
		background: #fff;
		top: 0px;
		left: 20%;
	}
	.sitemap .icon-navbar ul li {
		width: 33.33%;
		float: left;
	}
	.sitemap .icon-navbar ul li a{
		padding-top: 12px;
	}
	#sitemap-open {
		box-shadow: 0px 2px 10px rgba(0,0,0,0.7);
	}
	nav.navbar .sitemap #open-button {
		padding: 25px 0px;
		width: 20%;
	}
	nav.navbar .navbar-brand {
		padding: 15px 0px;
	}
	.navbar-brand>img {
		max-width: 75%;
	}
	nav.navbar .navbar-collapse{
		width: 100%;
		margin: 0px;
	}
	nav.navbar {
		margin: 0px;
		padding-bottom: 20px;
	}
	.subpage nav.navbar {
		background: rgba(0,0,0,0.7);
	}
	nav.navbar .attr-nav ul li {
		float: left;
		margin-left: 0px;
		margin-bottom: 10px;
		margin-right: 10px;
	}
	nav.navbar .navbar-nav {
		margin: 0px;
	}
	nav.navbar .navbar-nav>li>a {
		padding-left: 0px;
	}
	nav.navbar .navbar-nav .dropdown-menu {
		max-width: 100%
	}
	nav.navbar .open >.dropdown-menu:before {
		display: none;
	}
	nav.navbar .navbar-nav>li>a {
		font-size: 16px;
	}
	.navbar-brand .logo {
		max-width: 67%;
	}
	.navbar-nav .dropdown-menu>li>a {
		padding: 8px 10px;
		border-bottom: 1px solid #ccc;
	}
	.navbar-nav .open .dropdown-menu>li>a {
		padding: 8px 10px;
		border: none;
		margin-bottom: 1px;
	}
	
	.subpage nav.navbar {
		min-height: 80px;
		background: #fff;
		padding-bottom: 0px;
	}
	.subpage nav.navbar .navbar-brand {
		padding-top: 15px;
		padding-left: 0px;
	}
	.subpage nav.navbar .navbar-header {
		margin: 0px;
		padding: 0px;
		position: relative;
	}
	.subpage .navbar-toggle {
		margin-top: 20px;
		background: rgba(0,0,0,0.1);
	}
	.subpage .topbg .topbg-title h1 {
		font-size: 34px;
	}
	.subpage .topbg .topbg-title p {
		margin-top: 15px;
		font-size: 14px;
	}
	.subpage .topbg .topbg-title {
		padding: 40px 15px;
	}
	.subpage nav.navbar .navbar-nav>li>a {
		padding: 10px;
		border-bottom: 1px solid #eee;
	}
	.subpage.sub1-1 .topbg .nav > .container {
		padding: 0px;
	}
	.subpage nav.navbar .navbar-collapse .navbar-nav {
		float: left;
		width: 100%;
		padding-bottom: 20px;
	}
	.subpage nav.navbar .navbar-collapse .attr-nav {
		border-top: 2px solid #e64340;
		margin-top: 15px;
		padding-top: 15px;
		float: none;
	}
	.full-slide .swiper-container {
		position: relative;
	}

	.mainpage .full-slide .content-slide {
		height: 600px;
	}
	.mainpage .full-slide .swiper-container {
		height: 600px;
	}
	.full-slide .slider-banner {
		top: 615px;
	}
	
	.full-slide .swiper-container .title {
		font-size: 26px;
	}
	.full-slide .swiper-container p {
		font-size: 18px;
	}
	.full-slide .swiper-container .text {
		margin-top: -40px;
	}
	.mainpage .full-slide {
		height: 610px;
	}
	.mainpage .item04 .content .col-sm-3:after {
		width: 100%;
		height: 1px;
		background: #d0d0d0;
		margin-top: 0px;
	}
	.mainpage .item04 .content li {
		padding: 20px 0px;
	}
	.mainpage .item05 a {
		height: 94px;
	}
	.mainpage .item01 .content .table-title {
		font-size: 14px;
		text-align: right;
		float: left;
	}
	.mainpage .item01 .swiper-container {
		height: 160px;
		border-bottom: 1px solid #f7f7f7;
	}
	.mainpage .item01 .swiper-container .swiper-slide {
		font-size: 14px;
		font-weight: 300;
		line-height: 40px;
		text-align: left;
		border: none;
		overflow: hidden;
	}
	.mainpage .item01 .swiper-container .swiper-slide [class^="col-"]:not(:nth-child(4)){
		border: none;
	}
	.mainpage .item ,.mainpage .item .item02 ,.mainpage .item .item03 ,.mainpage .item .item05 ,.mainpage .item .item07  ,.mainpage .item .item08 ,.mainpage .item10 {
		margin-top: 30px;
	}
	.mainpage .item06 .content .text h4 {
		font-size: 18px;
		margin: 10px 0px;
	}
	.mainpage .item06 .content .thumbnail {
		width: 130px;
	}
	.mainpage .item08 .content ul li p ,.mainpage .item06 .content .text p,.mainpage .item09 .content ul li p,.mainpage .item10 .content ul li a{
		font-size: 14px;
		line-height: 21px;
	}
	.mainpage .item10 .content ul li a {
		margin: 10px 15px;
	}
	.mainpage .portfolio  .arrow-right {
		right: 0px;
	}
	.mainpage .portfolio .arrow-left {
		left: 0px;
	}
	.mainpage .item01 .item-title, .mainpage .item02 .item-title {
		padding-bottom: 15px;
	}
	nav.navbar .navbar-collapse {
		background: rgba(0,0,0,0.8);
		margin-top: 15px;
	}
	.subpage nav.navbar .navbar-collapse {
		background: #fff;
	}
	.mainpage .full-slide .pagination {
		bottom: 624px;
	}
	nav.navbar .attr-nav {
		margin-top: 20px;
	}

	
	.swiper-container {
		height: auto;
	}
	
	footer p span {
		display: block;
	}
	footer {
		font-size: 12px;
	}
	footer .download {
		margin-top: 15px;
	}
	footer .logo-ft {
		padding-bottom: 15px;
	}
	.subpage.sub1-1 .item02 .content {
		text-align: center;
	}
	.subpage .topbg {
		background-position: center top;
		background-size: cover;
	}
	.subpage.sub1-1 .item {
		margin-top: 30px;
	}
	.subpage.sub1-1 .item01 .content .col-sm-3:after {
		width: 100%;
		height: 1px;
		background: #d0d0d0;
		margin-top: 0px;
	}
	.subpage.sub1-1 .item01 .content.blue .col-md-8 {
		height:90px;
		line-height: 90px;
	}
	.subpage.sub1-1 .item01 .content img {
		/*padding: 10px 15px;*/
	}
	.tagFont {
	    position: absolute;
	    top: 0;
	    left: 0;
	    padding: 5px 5px;
	    background: #bababa;
	    width: 27px;
	    font-size: 12px;
	    font-weight: 400;
	}
	.subpage.sub1-1 .item02 .table>tbody>tr>td,.subpage.sub1-1 .item02 .table>tbody>tr>td:last-child {
	    font-size: 12px;
	}
	.notice_right {
	    font-size: 12px;
	    letter-spacing: -1.8px;
	    margin-right: 5px;
	}
	.subpage nav.navbar .navbar-header .logo_black {
	    margin-top: 0px;
	}
	.info_icon_img {
	    padding-left: 15px;
	}
	.sub1_title{
		font-size: 28px;
	}
	.sub_info_title{
		font-size: 14px;
	}
	.sub1_text_title,.main_info_title,.info_contact:nth-child(odd),.info_contact:last-child{
		font-size: 16px;
	}
	.info_contact:nth-child(even){
		font-size: 16px;
		padding: 0px 20px;
	}
	.sub1_subtitle{
		font-size: 16px;
		letter-spacing: -1px;
	}
	.subpage.sub1-1 .bootstrap-table tbody tr td{
		line-height: 35px;
	}
	.subpage.sub1-1 .bootstrap-table tbody tr .title{
		font-weight: 400;
	}
	.subpage.sub1-1 .item02 .table>tbody>tr>td a {
		line-height: 20px;
	}
	.subpage.sub1-1 .card-views .card-view:nth-child(2) .value {
		font-weight: 500;
		color: #009cd6;
	}
	.subpage.sub1-1 .card-views .card-view:nth-child(5) .value {
		font-weight: 500;
	}
	.subpage.sub1-1 .card-views .card-view:last-child .value {
		color: #f09e10;
		font-weight: 500;
	}
	.subpage.sub1-3 .card-views .card-view:last-child .value ,.subpage.sub1-5 .card-views .card-view:last-child .value {
		color: #e64340;
	}
	.subpage.sub1-1 .item02 .table>tbody>tr:nth-child(4) .card-view:last-child .value , .subpage.sub1-1 .item02 .table>tbody>tr:nth-child(5) .card-view:last-child .value , .subpage.sub1-1 .item02 .table>tbody>tr:nth-child(6) .card-view:last-child .value {
		color: #009cd6;
	}
	.subpage.sub1-5 .item02 .table>tbody>tr:nth-child(3) .card-view:last-child .value {
		color: #009cd6;
	}
	.subpage.sub1-1 .item02 .table>tbody>tr:nth-child(7) .card-view:last-child .value , .subpage.sub1-1 .item02 .table>tbody>tr:nth-child(8) .card-view:last-child .value , .subpage.sub1-1 .item02 .table>tbody>tr:nth-child(9) .card-view:last-child .value {
		color: #e64340;
	}
	.subpage.sub1-1 .item02 .table>tbody>tr:nth-child(10) .card-view:last-child .value , .subpage.sub1-1 .item02 .table>tbody>tr:nth-child(11) .card-view:last-child .value , .subpage.sub1-1 .item02 .table>tbody>tr:nth-child(12) .card-view:last-child .value {
		color: #4fbc39;
	}
	.subpage.sub1-1 .bootstrap-table tbody tr:nth-of-type(odd){
		background: #eee;
	}
	.subpage.sub1-1 .item03 .content .tab-content {
		padding: 25px 0px 0px 0px!important;
	}
	.subpage.sub1-1 .item03 .content #tab2 p {
		font-size: 12px;
	}
	.subpage.sub1-1 .item03 .content #tab1 p {
		font-size: 12px!important;
	}
	.subpage.sub1-1 .item03 .content .nav-tabs {
		font-size: 18px;
	}

	.subpage.sub1-1 .item03 .content #tab1 ul li:nth-child(2) h3 em {
		display: block;
		position: relative;
		width: 100%;
		top: 15px;
		z-index: 10;
	}
	.subpage.sub1-1 .item03 .content #tab1 ul li:nth-child(2) h3:after {
		content: "";
		display: block;
		width: 100%;
		height: 1px;
		background: #ccc;
		position: absolute;
		top: 15px;
		z-index: 0;
	}
	.subpage.sub1-1 .item03 .content #tab1 ul li:nth-child(2)  i{
		top: 0px;
		position: absolute;
		right: 0px;
	}
	.subpage.sub7-1 .item01, .subpage.sub7-2 .item01 {
		margin-top: 30px;
		margin-bottom: 40px;
	}
	.subpage.sub7-1 .item .item-title, .subpage.sub7-2 .item .item-title {
		margin-bottom: 30px;
	}
	.subpage.sub7-2 .item01 .text h4 {
		font-size: 16px;
	}
	.subpage.sub7-2 .item01 .text p {
		font-size: 12px;
		line-height: 18px;
	}
	.subpage.sub7-1 .item01 .content {
		font-size: 15px;
	}
	.subpage.sub7-1 .item01 .content h4 {
		font-size: 18px;
		padding-bottom: 15px;
	}
	.subpage.sub7-1 .item01 .content h3 {
		font-size: 22px;
		line-height: 35px;
		padding-bottom: 25px;
	}
	.subpage.sub7-1 .item01 .content .content-title {
		font-size: 25px;
	}
	.subpage.sub7-1 .item02 .content .ft p {
		padding-left: 0px;
		padding-top: 0px;
	}
	.subpage.sub7-1 .item02 .content .ft {
		padding: 0px;
		padding-bottom: 12px;
	}
	.subpage.sub7-1 .item02 .content .ft .col-md-3 {
		border: none;
	}

	.subpage.sub7-1 .item02 .content .bd .col-md-3 .row ,.subpage.sub7-1 .item02 .content .bd .col-sm-4 .row {
		margin: 0px;
	}
	.subpage.sub7-1 .item02 .content .bd p {
		margin-bottom: 30px;
		font-size: 12px;
	}
	.subpage.sub7-1 .item .item-title, .subpage.sub7-2 .item .item-title {
		font-size: 18px;
	}
	.subpage.sub7-1 .item02 .content .images:after {
		margin-right: -23px;
	}
	.subpage.sub7-1 .item02 .content .col-md-3:nth-child(2) .images:after ,.subpage.sub7-1 .item02 .content .col-sm-4:nth-child(2) .images:after{
		display: none;
	}
	.subpage.sub7-7 .item02 {
		text-align: center;
	}
	.subpage.sub7-7 .item02 p {
		font-size: 14px;
	}
	.subpage.sub7-7 .item02 h4 {
		font-size: 20px;
	}
	.subpage.sub7-7 .item01 h1 {
		margin-top: 50px;
		margin-bottom: 15px;
		font-size: 24px;
	}
	.subpage.sub7-7 .item01 h2 {
		font-size: 18px;
		line-height: 26px;
	}
	.subpage.sub7-7 .item01 h3 {
		font-size: 24px;
		line-height: 33px;
	}
	.subpage.sub7-7 .item03 .item-title {
		padding-bottom: 30px;
	}
	.subpage.sub7-7 .item03 .col-md-3 {
		padding-bottom: 20px;
	}
	.subpage.sub7-7 .item04 h3 {
		font-size: 22px;
	}
	.subpage.sub7-7 .item04 p {
		font-size: 16px;
	}
	.subpage.sub7-7 .item04 h1 {
		padding: 23px 0px 0px;
		margin: 0px;
		font-size: 50px;
		color: #2b2b2b;
		font-family: 'font-NanumSquare';
		font-weight: 700;
	}
	.subpage.sub7-7 .item04 span {
		padding-bottom: 25px;
		display: inline-block;
	}
	.subpage.sub7-7 .item04 ,.subpage.sub7-7 .item03 {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.subpage.sub8-1 .item04 .col-md-4:not(:last-child):after {
		width: 2px;
		height: 100px;
		left: 50%;
		top: 100%;
		margin-top: -50px;
	}
	.subpage.sub8-1 .item04 .col-md-4 ,.subpage.sub8-1 .item03 .content .col-md-4 {
		padding-bottom: 35px;
	}
	.subpage.sub8-1 .item03 .content .col-md-4:not(:last-child) .images:after {
		display: none;
	}
	.subpage.sub8-1 .item02 .content p {
		padding-top: 21px;
		font-size: 16px;
	}
	.subpage.sub8-1 .item02 .content p br {
		display: none;
	}
	.subpage.sub8-1 .item02 .content .col-md-6:after {
		clear: both;
		display: table;
		content: '';
	}
	.subpage.sub8-1 .item05 .content-title {
		font-size: 16px;
		padding-left: 0px;
	}
	.subpage.sub8-1 .item .item-title {
		margin-bottom: 20px;
	}
	.subpage.sub8-1 .item05 .col-md-6 {
		padding-bottom: 35px;
	}
	.subpage.sub8-1 .item05 .content p {
		padding-right: 10px;
	}
	.subpage.sub8-1 .item05 .content p br {
		display: none;
	}
	.subpage.sub8-1 .item05 {
		padding-bottom: 30px;
	}
	.subpage.sub8-1 .item06 .bd .col-md-9 p {
		padding-left: 0px;
	}
	.subpage.sub8-1 .item06 .bd {
		padding-bottom: 30px;
	}
	.subpage.sub8-1 .item06 .ft .text p {
		padding-bottom: 20px;
	}
	.subpage.sub8-5 .item01 .content p {
		font-size: 16px;
		line-height: 22px;
	}
	.subpage.sub8-5 .item01 .bd h4 span ,.subpage.sub8-5 .item02 .bd h4 span{
		line-height: 24px;
		font-size: 17px;
	}
	.subpage.sub8-5 .item01 .bd li {
		margin-top: 30px;
		margin-bottom: 20px;
	}
	.subpage.sub8-5 .item02 .bd .col-md-10 img {
		margin: 0 auto;
	}
	.subpage.sub8-5 .item02 .bd .col-md-10 p:before {
		clear: both;
		display: table;
		content: '';
	}
	.subpage.sub8-5 .item02 .bd .col-md-10 img {
		margin: 0 auto;
		padding: 10px;
		display: block;
		float: none;
	}
	.subpage.sub8-5 .item02 .bd .col-md-10 p {
		padding-top: 0px;
		font-size: 16px;
	}
	.subpage.sub8-5 .item02 .bd .col-md-10 {
		padding-bottom: 30px;
	}
	.subpage.sub8-5 .item03 .col-md-3 {
		margin-top: 120px;
	}
	.subpage.sub8-5 .item01 .bd .text span {
		font-size: 18px;
	}
	.subpage.sub8-5 .item03 .col-md-3:nth-child(3) ,.subpage.sub8-5 .item03 .col-md-3:nth-child(4) {
		min-height: 300px;
	}
	.subpage.sub9-5 .item01 .card-views {
		text-align: left;
	}
	.subpage.sub9-5 .item01 .content tbody tr td {
		line-height: 26px;
	}
	.subpage.sub9-5 .item01 .content .card-views .card-view:nth-child(2) .value{
		display: inline-block;
		width: 100%;
		padding-left: 45px;
		line-height: 26px;
		height: 26px;
		overflow: hidden;
	}
	.subpage.sub9-5 .item01 .content .card-views .card-view .title {
		position: relative;
		min-width: 20%
	}
	.subpage.sub9-5 .item01 .content .card-views .card-view:nth-child(2) .title{
		display: inline-block;
		line-height: 26px;
		height: 26px;
		overflow: hidden;
	}
	.subpage.sub9-5 .card-views .card-view .title {
		display: none!important;
	}
	.subpage.sub9-5 .card-views .card-view:first-child   {
		float: left;
		padding-right: 10px;
		position: absolute;
	}
	.subpage.sub9-5 .card-views .card-view:nth-child(3),.subpage.sub9-5 .card-views .card-view:nth-child(4)  {
		float: left;
		padding-right: 15px;
	}
	.subpage.sub9-5 .card-views .card-view:nth-child(3) , .subpage.sub9-5 .card-views .card-view:nth-child(4), .subpage.sub9-5 .card-views .card-view:nth-child(5) {
		font-size: 14px;color: #666;
	}
	.subpage.sub9-5 .card-views .card-view:nth-child(3) .value:before {
		font: normal normal normal 14px/1 FontAwesome;
		content: "\f017";
		display: inline-block;
		color: #666;
		padding-right: 8px;
		padding-left: 42px;
	}
	.subpage.sub9-5 .card-views .card-view:nth-child(4) .value:before {
		font: normal normal normal 14px/1 FontAwesome;
		content: "\f06e";
		display: inline-block;
		color: #666;
		padding-right: 8px;
	}
	.subpage.sub9-6 .card-views .card-view:nth-child(3) .value:before {
		font: normal normal normal 14px/1 FontAwesome;
		content: "\f138";
		display: inline-block;
		color: #666;
		padding-right: 8px;
		padding-left: 42px;
	}
	.subpage.sub9-6 .card-views .card-view:nth-child(4) .value:before {
		font: normal normal normal 14px/1 FontAwesome;
		content: "\f017";
		display: inline-block;
		color: #666;
		padding-right: 8px;
	}
	.subpage.sub9-6 .card-views .card-view:nth-child(5) .value:before {
		font: normal normal normal 14px/1 FontAwesome;
		content: "\f06e";
		display: inline-block;
		color: #666;
		padding-right: 8px;
	}
	.subpage.sub9-5 .card-views .card-view:first-child .value{
		background: #ccc;
		width:30px;
		height: 30px;
		line-height: 30px;
		text-align: center;
		display: block;
		color: #fff;
	}
	.subpage.sub9-5 .item {
		margin-top: 30px;
	}
	.subpage.sub6-1 .item01 .content .nav-tabs li span {
		font-size: 15px;
	}
	.subpage.sub6-1 .item01 .content .nav-tabs li a {
		height: 135px;
	}
	.subpage.sub6-1 .item01 .content .nav-tabs .active:after {
		display: none;
	}
	.subpage.sub6-1 .item01 .content .tab-content {
		font-size: 12px;
		padding: 15px;
	}
	.subpage.sub6-2 .item01 .step-1 .col-md-2 {
		margin-bottom: 50px;
	}
	.subpage.sub6-2 .item01 .content .col-md-2:nth-child(2):before {
		font-size: 14px;
		padding-top: 33px;
		background: url(../images/sub_6_2_do.png) center -28px no-repeat;
		bottom: -36px;
	}
	.subpage.sub6-2 .item01 .content .col-md-2:nth-child(5):before {
		font-size: 14px;
		padding-top: 33px;
		background: url(../images/sub_6_2_do.png) center -28px no-repeat;
		bottom: -36px;
	}
	.subpage.sub6-2 .item01 .content {
		padding-bottom: 20px;
	}
	.subpage.sub6-2 .item01 .content .col-md-2:nth-child(4):after{
		display: none;
	}
	.subpage.sub6-2 .item01 .step-2 .col-md-4 {
		margin-bottom: 45px;
	}
	.subpage.sub6-2 .item01 .step-2 .col-md-4:not(:nth-child(3)):after {
		content: '';
		width: 51px;
		height: 23px;
		right: 0px;
		top: 100%;
		margin-right: auto;
		left: 50%;
		margin-left: -25px;
		margin-top: 10px;
		position: absolute;
		background: url(../images/sub_6_2_arrow_02.png) no-repeat;
	}
	.subpage.sub6-2 .item01 .step-2 .ft p span {
		display: block;
	}
	.subpage.sub6-2 .item01 .step-2 .ft {
		padding-top: 0px;
	}
	.subpage.sub6-2 .item01 .step-3 .col-lg-4 .row .col-md-6 {
		padding: 0px 15px!important;
		text-align: center;
	}
	.subpage.sub6-2 .item01 .step-3 .col-lg-4 .row .col-md-6 .row {
		margin: 0px;
	}
	.subpage.sub6-2 .item01 .step-3 .col-lg-4 {
		margin-bottom: 45px;
	}
	.subpage.sub6-2 .item01 .step-3 .col-lg-4:not(:last-child):before {
		content: '';
		width: 51px;
		height: 23px;
		right: 0px;
		top: 100%;
		margin-right: auto;
		left: 50%;
		margin-left: -25px;
		margin-top: 10px;
		position: absolute;
		background: url(../images/sub_6_2_arrow_02.png) no-repeat;
	}
	.subpage.sub6-2 .item01 .step-3 .col-lg-4:nth-child(4):before {
		display: none;
	}
	.subpage.sub6-4 .item01 .tab-content .tab-pane table {
		font-size: 12px;
		line-height: 20px;
	}
	.subpage.sub6-4 .item01 .tab-content .tab-pane table tr td {
		padding: 10px 5px;
	}
	.subpage.sub6-4 .item01 .tab-content .tab-pane table tr td.text-left {
		padding-left: 5px;
	}
	.subpage.sub6-4 .item01 .tab-content .tab-pane table thead th {
		line-height: 40px;
		font-size: 16px;
	}
	.subpage.sub6-4 .item01 .tab-content .tab-pane table tr td:last-child {
		color: #1d1d1d;
	}
	.subpage.sub6-4 .item01 .nav-tabs li a {
		height: 50px;
		line-height: 50px;
	}
	.subpage.sub6-4 .item01 .tab-content .tab-pane .table-mobile {
		display: table;
	}
	.subpage.sub6-4 .item01 .tab-content .tab-pane .table-mobile.tab-price {
		margin-top: 25px;
	}
	.table-bordered {
		border: none;
	}
	.subpage.sub6-4 .item02 .col-md-3 {
		padding-top: 0px;
		padding-bottom: 50px;
	}
	.subpage.sub6-4 .item02 .col-md-9 ul {
		padding-left: 15px;
		border: none;
	}
	.subpage.sub6-4 .item02 .col-md-9 ul li {
		line-height: 24px;
		margin-bottom: 15px;
	}
	.subpage.sub6-4 .item02 .col-md-9 ul li strong {
		display: block;
	}
	.subpage.sub6-4 .item01 .tab-price tbody tr td:last-child {
		font-size: 16px;
		color: #004fa9!important;
	}
}

/*zhangshan*/


.red {
	color: #d50000;
}
#accordion {
	font-size: 14px;
}
#accordion p ,.notice-201906 p ,#tab3 p{
	margin-bottom: 10px;
}
#accordion .panel-group {
	padding: 30px 50px;
}
#accordion .panel-body {
	padding: 25px;
	border: none;
	font-size: 15px;
	line-height: 26px;
	color: #777;
	position: relative;
}
#accordion .panel-body h4 {
	margin: 0px; 
	padding: 0px;
	padding-top: 10px;
}
#accordion .heading {
	display: block;
	height: 50px;
	line-height: 48px;
	font-size: 16px;
	color: #333;
	position: relative;
}
#accordion .heading em {
    background-color: #f0ad4e;
    color: #fff;
    padding: 2px 5px;
    margin-left: 5px;
    border-radius: 5px;
    font-size: 14px;
    font-style: normal;
}
#accordion  .panel-collapse a i {
	padding-right: 5px;
}
#accordion .heading b {
	background: #fff;
	z-index: 2;
	display: block;
    float: left;
	position: relative;
	padding-right: 10px;
	font-weight: 400;
}
#accordion .heading:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #ccc;
    position: absolute;
    top: 50%;
    z-index: 0;
}
#accordion .heading small {
	color: #777;
}
#accordion .heading span {
    display: block;
    float: right;
    background: #fff;
	color: #ccc;
    z-index: 2;
	padding: 15px 10px;
}
#accordion .panel-collapse p ,#tab3 p {
	background: #f4f5f9;
	padding: 15px;
	font-size: 14px;
	color: #666;
}
#accordion .panel-collapse p a ,#tab3 p a {
	border-radius: 4px;
	padding: 5px 10px;
	margin: 10px 0px 0px;
	display: inline-block;
	background: #5cb85c;
	color: #fff;
	-webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}
#accordion .panel-collapse p a:hover ,#tab3 p a:hover {
	background: #469546;
}
#accordion .panel-collapse p b {
	font-size: 15px;
	display: inline-block;
	padding-top: 10px;
	padding-bottom: 10px;
}
#accordion .panel-collapse p strong {
	display: inline-block;
	background: #fff9e3;
	font-size: 15px;
	font-weight: 400;
}
#accordion .panel-collapse p em {
	display: inline-block;
	font-style: normal;
	padding-left: 10px;
}
#accordion .panel-collapse p span {
	background: #ffe3e3;
}
#chat1 {
    background: #e64340;
    color: #fff;
}
#chat1 a {
    color: #fff;
    font-weight: bold;
}
