/* 메인화면 시작 */
.kosme-banner-wrap .row {
	display: flex;
	justify-content: space-between;
}

.kosmes-banner {
	position: relative;
	width: 62rem;
	height: 35rem;
	border-radius: 1.5rem;
}

.etc-banner {
	position: relative;
	width: 62rem;
	border-radius: 1.5rem;
}

.kosme-banner-slider .kosmeBannerSwiper{
	overflow-x: hidden;
}

.kosme-banner-slider {
	margin-top: 2.4rem;
	position: relative;
}

.kosme-banner-slider .bannerSwiper {
	overflow-x: hidden;
}

.kosme-banner-slider .swiper-slide {
	width: 38.4rem;
	border-radius: 1.5rem;
	padding: 1rem;
	overflow: hidden;
}

.kosme-banner-slider .swiper-slide a {
	height: 25.3rem;
	display: flex;
}

.banner-slide-con {
	display: flex;
	justify-content: center;
	position: absolute;
	left: 50%;
	bottom: -3.5rem;
	width: auto;
	transform: translate(-50%, 0);
	z-index: 1;
}

.banner-slide-con .slide-con-bg {
	opacity: 0.8;
	width:100%;
	height: 4rem;
	background-color: #000;
}

.banner-slide-con .slide-cont {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 5rem;
}

.swiper-notification {
	display: none;
	visibility: hidden;
	width: 0;
	height: 0;
}

.swiper-pagination {
	position: absolute;
	left: 2rem;
	right: 2rem;
	bottom: 2rem;
	width: 9rem;
	background-color: rgba(255,255,255,0.5);
	border-radius: 10rem;
}

.kosme-banner-slider .swiper-button-prev {

}

.kosme-banner-slider .swiper-button-prev::after {
	color: #003994;
	font-size: 2.2rem;
	font-weight: bold;
}

.kosme-banner-slider .swiper-button-next {

}

.kosme-banner-slider .swiper-button-next::after {
	color: #003994;
	font-size: 2.2rem;
	font-weight: bold;
}

.kosmebanner .swiper-button-next.swiper-button-disabled, .kosmebanner .swiper-button-prev.swiper-button-disabled {
	opacity:0.9;
	cursor:pointer;
	pointer-events:auto;
}

.kosmes-banner .kosme-slide-con {
	display: flex;
}

.kosmes-banner .kosme-slide-con .stop {
	display: flex;
	width: 4.6rem;
	align-items: center;
	justify-content: center;
	flex: none;
}

.kosmes-banner .kosme-slide-con .play {
	display: flex;
	width: 4.6rem;
	align-items: center;
	justify-content: center;
	flex: none;
	color: #003994;
	display: none;
	font-size: 2.3rem;
}

.kosmes-banner .kosme-slide-con img {
	width: 2rem;
	height: 2.3rem;
}

.kosmes-banner .kosme-slide-con .fa-play:before{
	color:#003994;
}


.kosmes-banner .kosme-slide-con .view-all {
	color: #003994;
	border-bottom: 1px solid #fff;
	font-size: 1.6rem;
}

.etc-banner-slider .kosmeBannerSwiper{
	overflow-x: hidden;
}

.etc-banner-slider {
	margin-top: 2.4rem;
	position: relative;
}

.etc-banner-slider .bannerSwiper {
	overflow-x: hidden;
}

.etc-banner-slider .swiper {
	overflow: hidden;
}

.etc-banner-slider .swiper-slide {
	width: 38.4rem;
	border-radius: 1.5rem;
	padding: 1rem;
	overflow: hidden;
}

.etc-banner-slider .swiper-slide a {
	height: 25.3rem;
	display: flex;
}

.etc-banner-slider .swiper-button-prev {
}

.etc-banner-slider .swiper-button-prev::after {
	color: #003994;
	font-size: 2.2rem;
	font-weight: bold;
}

.etc-banner-slider .swiper-button-next {
}

.etc-banner-slider .swiper-button-next::after {
	color: #003994;
	font-size: 2.2rem;
	font-weight: bold;
}

.etcbanner .swiper-button-next.swiper-button-disabled, .etcbanner .swiper-button-prev.swiper-button-disabled {
	opacity:0.9;cursor:pointer;pointer-events:auto;
}

.etc-banner .etc-slide-con {
	display: flex;
}

.etc-banner .etc-slide-con .stop {
	display: flex;
	width: 4.6rem;
	align-items: center;
	justify-content: center;
	flex: none;
}

.etc-banner .etc-slide-con .play {
	display: flex;
	width: 4.6rem;
	align-items: center;
	justify-content: center;
	flex: none;
	color: #003994;
	display: none;
	font-size: 2.3rem;
}

.etc-banner .etc-slide-con img {
	width: 2rem;
	height: 2.3rem;
}

.etc-banner .etc-slide-con .view-all {
	color: #003994;
	border-bottom: 1px solid #fff;
	font-size: 1.6rem;
}


.etc-banner .etc-slide-con .fa-play:before{
	color:#003994;
}

.banner-list-block ul li {
	margin-left:1.9rem;
}

.banner-list-block ul li a {
	height: 20.5rem;
}

.banner-list-block ul li a img {
	width: 41.7rem;
	height: 20rem;
	object-fit :contain;
}

@media only screen and (max-width: 600px) {

	.swiper-pagination {
		left: 1rem;
		bottom: 4rem !important;
		width: 7rem;
	}

	.kosme-banner-wrap .row {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		padding: 0 0.8rem;
	}
	.kosmes-banner {
		width: 100%;
		height :29rem;
		padding-top: 4rem;
		padding-bottom: 2rem;
		padding-left: 0.8rem;
		padding-right: 0.8rem;
	}
	.etc-banner {
		width: 100%;
		padding-top: 4rem;
		padding-left: 0.8rem;
		padding-right: 0.8rem;
	}

	.banner-slide-con {
		display:none;
	}

	.kosme-banner .btn-all {
		display: none;
	}

	.etc-banner .btn-all {
		display: none;
	}
	.btn-all.kosme-banner a {
		display: none;
	}

	.btn-all.etc-banner a {
		display: none;
	}

	.pc-view.kosme-more, .pc-view.etc-more {
		display: block;
	}

	.banner-list-block ul {
		flex-wrap: wrap;
		padding-top: 0rem;
	}
	.banner-list-block ul li {
		margin-top: 1.6rem;
		margin-left: 0;
		width: 100%;
	}
	.banner-list-block ul li a {
		display: flex;
		width: 100%;
		height: auto;
		object-fit: cover;
	}
	.banner-list-block ul li a img {
		object-fit: contain;
		width: 100%;
		height: 16rem;
	}
	.banner-list-block ul li:nth-child(3n+1) {
		margin-left: 0;
	}

	.kosme-banner-slider{
		margin-top: 0;
	}

	.kosme-banner-slider .swiper-slide a {
		height:23.3rem;
	}

	.kosme-banner-slider .image img {
		object-fit: contain;
	}

	.etc-banner-slider {
		margin-top: 0;
	}

	.etc-banner-slider .swiper-slide a {
		height:23.3rem;
	}

	.etc-banner-slider .image img {
		object-fit: contain;
	}
}

/* 메인화면 끝 */

/* 글로벌비즈니스센터 시작 */
@media all and (max-width:600px){
	.basic-content {
		width:38rem !important;
	}
}
/* 글로벌비즈니스센터 끝 */

/* 개인정보처리방침 시작 */
.two-type {
	width:128.5rem;
}
.two-type a:nth-child(even){
	margin-left: 0rem;
}
.two-type a.btn-m {
	width:63.4rem;
}
.policy-view .table-default.basic tbody tr td{
	border-left:none;
}
.policy-view table.table-default.basic tbody tr td:last-of-type {
	border-right:none;
}

#policy-side-menu.float.left {
	display: block;
	left: 0;
	margin-left: 2rem;
	top:55.2rem;
	height: 99rem;
	/*overflow: auto;*/
	/*direction: rtl;*/
}

#policy-side-menu.float.left .policy-left {
	display: flex;
	flex-direction:column;
	width: 27rem;
	background-color: #fff;
}

#policy-side-menu.float.left .btn {
	font-size: 1.4rem;
}

#policy-side-menu.float.left .btn-m {
	padding-left: 0.7rem;
}

#policy-side-menu.float.left .btn-list a {
	display: flex;
	justify-content: flex-start;
	margin-top: 0.3rem;
	margin-right: 0rem;
	line-height:1.8rem;
	height:4.1rem;
	padding-right: 3rem;
}
#policy-side-menu.float.left .btn-list a::before {
	content: "▶";
	display: block;
	width: 2rem;
	height: 2rem;
	font-size: 1rem;
	color: #dfdfdf;
	right: 0.5rem;
	position: absolute;
}

#policy-side-menu.float.left .btn-white{
	background-color:transparent;
	/*border-top: none;
	border-left: none;
	border-right: none;*/
	border-bottom: 1px solid #ddd;
}

#policy-side-menu.float.left .btn-white:hover{
	background-color:#003994;
	/*border-top: none;
	border-left: none;
	border-right: none;*/
	color: #fff;
	border-bottom: 1px solid #003994;
}
#policy-side-menu.float.left .btn-list a.three-line {
	height:6.5rem;
}
#policy-side-menu.float.left .btn-list a span {
	max-width: 2rem;
    position: relative;
    /* left: -0.8rem; */
    padding-right: 4rem;
    font-weight: 500;
    height: 3rem;
    line-height: 3rem;
    border-right: 1px solid #dfdfdf;
    margin-right: 0.5rem;
}

#policy-side-menu.float.left .btn-list a.three-line span{
	/*left: -0.8rem;*/
}

#policy-side-menu .policy-side-header{
    width: 27rem;
    height: 5rem;
    background-color: #2F436B;
    color: #fff;
    display: flex;
    align-items: center;
    padding: 0 1rem;
    display: flex;
    justify-content: space-between;
}

#policy-side-menu .policy-side-header h1 {
	font-weight: 400;
}

.block-con.code-001::before {
	content: '';
    display: block;
    position: absolute;
	right: 0.2rem;
    width: 13rem;
    height: 13rem;
    margin-top: -1rem;
    background: #fff url(../img/policy_code_1.gif) no-repeat center;
    background-size: 12rem;
}
.block-con.code-001 .code-title {
	text-align: center;
}
.block-con.code-001 .code-text {
	text-align: center;
}

.privacy-btn {
	display: flex;
	flex-wrap: wrap;
    justify-content: space-between;
}


.privacy-btn li {
	display: flex;
}

.privacy-btn li .btn-m {
	height: 5.8rem;
}

.privacy-btn li .btn-m p.title{
	width: 100%;
}

.privacy-tip-area  {
	display: flex;
	justify-content: flex-end;
	width: 24rem;
}

.privacy-tip-area.w11  {
	width: 11rem;
}

.privacy-tip-area .tooltip-box .tooltip{
	width: 27rem;
}

.tooltip-box.small .img16 {
	background: url(../img/policy_icon_1.gif) no-repeat -98.9rem -26.8rem;
}

.tooltip-box.small .img18 {
	background: url(../img/policy_icon_1.gif) no-repeat -119.7rem -26.8rem;
}

.tooltip-box.small .img19 {
	background: url(../img/policy_icon_1.gif) no-repeat -109.2rem -26.8rem;;
}

.tooltip-box.small .img20 {
	background: url(../img/policy_icon_1.gif) no-repeat 0.2rem -26.8rem;
}

.tooltip-box.small .img21 {
	background: url(../img/policy_icon_1.gif) no-repeat -125.5rem -26.8rem;;
}

.tooltip-box.small .img-one-type {
	width: 3.8rem;
}

.info-step.full.labeling {
	flex-wrap:wrap;
}

.info-step.full.labeling .step {
	margin-left: 0;
    margin-right: 0;
	width: 39.3rem;
	border: 1px solid #7da3dc;
	margin-bottom: 2rem;
    border-radius: 2.3rem;
	flex-direction: revert;
    justify-content: space-around;
    align-items: center;
}

.info-step.full.labeling .step dl {
	margin-top: 0;
	align-items: center;
    width: 15rem;
    border-left: 2px dotted #ddd;
    height: 11rem;
    padding-left: 4rem;
}

.info-step.icon2.full .step:nth-child(1) .img {
	background-position: -8.8rem 1.1rem;
}

.info-step.icon2.full .step:nth-child(2) .img {
	background-position: -58.8rem 1.1rem;
}

.privacyInfo-kosme {
	display: flex;
	justify-content: space-between;
}

.privacyInfo-kosme>div {
	width: 49.5%;
	display: flex;
	flex-direction: column;
}

.privacyInfo-kosme .gray-line-block {
	padding-bottom: 4rem;
	flex: 1;
}

@media all and (max-width:600px){
	.two-type {
		width:100%;
	}
	.two-type a.btn-m {
		width:100%;
	}

	.block-con.code-001::before {
		background-size: 10rem;
		right: 1.8rem;
		width: 10rem;
		height: 10rem;
		margin-top: 1rem;
	}
	.block-con.code-001 .code-title {
		text-align: left;
		width: 20rem;
	}
	.block-con.code-001 .code-text {
		text-align: left;
		width: 20rem;
	}

	.privacy-btn li {
		width: 100%
	}

	.privacy-tip-area {
		width: 27rem;
	}

	.privacy-tip-area .tooltip-box .tooltip{
		width: 24rem;
	}

	.info-step.full.labeling .step dl {
		justify-content: center;
	}

	.privacyInfo-kosme {
		flex-direction: column;
	}
	.privacyInfo-kosme>div {
		width: 100%;
	}
	.privacyInfo-kosme .gray-line-block {
		padding-bottom: 1.6rem;
		flex: 1;
	}
}

@media all and (max-width:1200px){
	#policy-side-menu.float.left {
		display: none;
	}
}

/* 툴팁 css 추가 끝 */

.info-step.icon2.full .step .img {
	display: none;
}
.tooltip-box2 {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	position: relative;
	margin-right: 1rem;
}

.tooltip-box2:last-child {
	margin-right: 0;
}

.tooltip-box2 .tooltip.active {
	visibility: visible;
}

.tooltip-box2 .tooltip {
	visibility: hidden;
	position: absolute;
	left: -5rem;
	bottom: -15rem;
	width: 20rem;
	padding: 1.5rem;
	border: 2px solid #70acdb;
	border-radius: 1rem;
	background: rgba(255, 255, 255, 0.9);
	color: black;
	text-align: left;
	font-size: 1.5rem;
	line-height: 1.5;
	box-shadow: 1px 1px 5px 1px rgb(0 0 0/ 20%);
	z-index: 1;
}

.tooltip-box2 .tooltip.tip-1 {
	width: 100rem;
	bottom: -37.2rem;
}

.tooltip-box2 .tooltip.tip-2 {
	width: 100rem;
	bottom: -41rem;
}

.tooltip-box2 .tooltip.tip-3 {
	width: 100rem;
    bottom: -27.7rem;
    left: -65rem;
}

.tooltip-box2 .tooltip.tip-4 {
	width: 36rem;
    bottom: -6.8rem;
}

.tooltip-box2 .tooltip.tip-5 {
	width: 36rem;
	bottom: -6.8rem;
}

.tooltip-box2 .tooltip.tip-6 {
	/*width: 70rem;*/
}

.tooltip-box2.small span {
	width: 10rem;
	height: 10.2rem;
	background-size: 70rem !important;
	cursor: pointer;
}

.tooltip-box2 table tbody.vat {
	vertical-align: top;
}

.tooltip-box2 .txt-list>li {
	font-size: 1.4rem;
	text-align: left;
}

@media only screen and (max-width: 600px) {
	.info-step.icon2.full .step .img {
		display: flex;
	}

	.privacy-tip-area.no-mobile {
		display: none;
	}
	.tooltip-box2 {
		margin-right: 0.2rem;
	}
	.tooltip-box2 .tooltip {
		width: 16rem;
		bottom: 5rem;
	}
}

.tooltip-box2.small .img01-1 {
	background: url(../img/policy_icon_1.gif) no-repeat -8.8rem 1.1rem;
}

.tooltip-box2.small .img01-2 {
	background: url(../img/policy_icon_1.gif) no-repeat -58.8rem 1.1rem;
}

.tooltip-box2.small .img01-3 {
	background: url(../img/policy_icon_1.gif) no-repeat -18.8rem 1.1rem;
}

.tooltip-box2.small .img01-4 {
	background: url(../img/policy_icon_1.gif) no-repeat -28.7rem 1.1rem;
}

.tooltip-box2.small .img01-5 {
	background: url(../img/policy_icon_1.gif) no-repeat -38.6rem 1.1rem;
}

.tooltip-box2.small .img01-6 {
	background: url(../img/policy_icon_1.gif) no-repeat -48.7rem 1.1rem;
}


.tooltip-box2 .tooltip::before {
	content: "";
	position: absolute;
	bottom: 9.5rem;
	left: 8rem;
	border: 2.1rem solid;
	border-color:  transparent transparent #70acdb transparent;
}

.tooltip-box2 .tooltip::after {
	content: "";
	position: absolute;
	bottom: 9.2rem;
	left: 8.1rem;
	border: 2rem solid;
	border-color:  transparent transparent white transparent;
}

.tooltip-box2 .tooltip.tip-1::before {
	bottom: 35.2rem;
}
.tooltip-box2 .tooltip.tip-1::after {
	bottom: 34.9rem;
}

.tooltip-box2 .tooltip.tip-2::before {
	bottom: 38.9rem;
	left: 7.5rem;
}
.tooltip-box2 .tooltip.tip-2::after {
	bottom: 38.6rem;
	left: 7.6rem;
}

.tooltip-box2 .tooltip.tip-3::before {
	bottom: 25.6rem;
    left: 67.8rem;
}
.tooltip-box2 .tooltip.tip-3::after {
	bottom: 25.3rem;
    left: 67.9rem;
}

.tooltip-box2 .tooltip.tip-4::before {
	bottom: 5.1rem;
    left: 7.9rem;
}
.tooltip-box2 .tooltip.tip-4::after {
	bottom: 4.8rem;
    left: 8rem;
}

.tooltip-box2 .tooltip.tip-5::before {
	bottom: 5.1rem;
    left: 7.9rem;
}
.tooltip-box2 .tooltip.tip-5::after {
	bottom: 4.8rem;
    left: 8rem;
}

.tooltip-box2 .tooltip.tip-6::before {
	bottom: 13.6rem;
    left: 7.8rem;
}
.tooltip-box2 .tooltip.tip-6::after {
	bottom: 13.3rem;
    left: 7.9rem;
}

.tooltip-box2 .tooltip-tit {
	font-weight: 800;
}

.tooltip-box2 .tooltip-txt {
	font-size: 1.4rem;
	font-weight: 400;
}

.tooltip-box .img21 {
	width: 4.5rem;
	height: 4.5rem;
	background: url(../img/policy_icon_1.gif) no-repeat -123rem -17.6rem;
	background-size: 133rem;
	cursor: pointer;
}


/* 개인정보처리방침 끝 */

/* 공지사항 시작 */
.news-img {
	margin: 0 auto;
	width:50%;
}
.news-img img{
	width: 100%;
}
@media all and (max-width:600px){
	.news-img {
		width:90%;
	}
}

/* 공지사항 끝 */

/* 5.중진공 소개 - 중진공 시설 개방 안내 시작 */
.bulit-text.flex-list li {
	display: flex;
}
/** 5.중진공 소개 - 중진공 시설 개방 안내 끝 **/

/* 5.중진공 소개 - 조직도 및 직원검색 시작 */
.snb.type-01 {
	margin-right: 2rem;
    min-width: 26rem;
}
/** 5.중진공 소개 - 조직도 및 직원검색 끝 **/

/* 5.중진공 소개 - 채용공고 시작 */
.notice_type01 tr td.attach {
	text-align:left;
}
.notice_type01 tr td a{
	display: inline-flex;
	justify-content: flex-start;
	align-items: flex-start;
	text-align: left;
}
.notice_type01 tr td a img{
	padding-top:0.5rem;
}
@media only screen and (max-width: 600px){
	.notice_type01 tr td.attach {
		display: inline-flex;
		flex-wrap: wrap;
	}
	.notice_type01 tr td.attach .mob-show-td {
		display: none;
	}
	.notice_type01 tr td.attach a {
		padding: 0.2rem 0.4rem 0.2rem 0;
	}
}
/** 5.중진공 소개 - 채용공고 끝 **/

/* 공통 - 메뉴 시작 */
.blank a::after{
	content: "";
	display: inline-block;
	vertical-align: top;
	width: 20px;
	height: 20px;
	margin-top:-2px;
	margin-left: 7px;
	background: url(../img/arrow-up-right-from-square-solid.svg) no-repeat center center;
	background-size: contain;
}

.blank.blue a::after{
	background: url(../img/arrow-up-right-from-square-solid-blue.svg) no-repeat center center;
	background-size: contain;
}

.blank.white a::after{
	background: url(../img/arrow-up-right-from-square-solid-white.svg) no-repeat center center;
	background-size: contain;
	margin-top : 4px;
}

.blank.orange a::after{
	background: url(../img/arrow-up-right-from-square-solid-orange.svg) no-repeat center center;
	background-size: contain;
	margin-top : 4px;
}

/*#header .gnb>li>a.on{
    height: 0.2rem;
    background: #003994;
    position: relative;
    bottom: 0;
    left: 0;
    transition: all 0.2s ease;
}*/

#header:after{
	content: "";
    width: 100%;
    height: 0.1rem;
    background: #ddd;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all 0.2s ease;
}

#header .gnb>li>a.on:before {
    content: "";
    width: 100%;
    height: 0.2rem;
    background: #003994;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all 0.2s ease;
}

.nav-block .nav-list dl dt {
	border: 0.1rem solid #ddd;
    border-radius: 0.5rem;
}


@media all and (max-width:600px){
	.blank a::after{
		width: 15px;
		height: 15px;
	}
}
/* 공통 - 메뉴 끝 */

/* 공통 - 상세페이지 시작 */
@media only screen and (max-width: 600px) {
	.float .btn-top {
		width: 4rem;
    	height: 4rem;
	}
}

@media only screen and (max-width: 600px) {
	.gray-tab > li.no-line > a:before {
		background-color:transparent;
	}
}
/* 공통 - 상세페이지 끝 */

/* 공통 - 푸터 시작 */
.site-info .info-right .info-link-box {
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	margin-bottom: 1rem;
}

.site-info .info-right .info-link-box a.link {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	width: 22rem;
	height: 4.8rem;
	background-color: #3E444C;
	font-size: 1.6rem;
}

.site-info .info-right .info-web-box{
	position: relative;
	display: flex;
	justify-content: end;
}

.site-info .info-right{display: flex; align-items: flex-start;align-items:flex-end;flex-direction:column}

@media only screen and (max-width: 600px) {
	.site-info .info-right .info-link-box{
		position: relative;
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		padding: 3rem 0.8rem 0 0.8rem;
		width: 100%;
		margin-top: 8rem;
	}
	.site-info .info-right .info-link-box a.link {
		display: flex;
		align-items: center;
		justify-content: flex-start;
		color: #fff;
		width: 100%;
		height: 4.8rem;
		background-color: #3E444C;
		font-size: 1.4rem;
		padding: 0 1.6rem;
	}

	.site-info .info-right .info-web-box{
		position: absolute;
		display: flex;
		flex-wrap: wrap;
		width: 90%;
		align-items: center;
		flex-direction: column;
		justify-content: flex-start;
	}
}



@media (min-width: 320px) and (max-width: 600px) {

	.site-info .info-right .footer-wa {
		/*top:-10px;*/
		/*left:410px;*/
	}

}
/* 공통 - 푸터 끝 */

/* common 추가 부문 시작 */
.none-point {pointer-events: none;}
.underline-under{
	text-decoration:underline !important; 
	text-underline-position:under;
	}
.justify-start{
	justify-content:flex-start;
}
.hidden {
	overflow: visible;
}
.early-form-block.none-display .early-form {
	display: none;
}
.banner-thumb-list .none-link {
	width: 41.3rem; 
	height: 31rem; 
	margin-bottom: 2rem; 
	margin-right: 1.4rem;
	/*margin-left: 1.4rem;*/
	display: flex; 
	object-fit: cover; 
	object-position: center;
}
.banner-thumb-list .none-link img {
	width: 100% !important; 
	object-fit: fill;
}
/*.banner-thumb-list.first-no-link a:nth-of-type(3n+2) {
	margin-right: 0;
}
.banner-thumb-list.first-no-link a:nth-of-type(3n+3) {
	margin-right: 1.4rem;
}*/

@media only screen and (max-width: 600px) {
	.hidden {
		overflow: hidden;
	}
	.banner-thumb-list .none-link {
		width: 100%;
		height: 24rem;
		margin-bottom: 1.5rem;
		/*margin-right: 0;*/
		margin-left: 0;
	}
	/*.banner-thumb-list.first-no-link a:nth-of-type(3n+3) {
		margin-right: 0;
	}*/
	.location .dis-contents dl dd ul li a {
		height: auto;
		padding: 0.8rem 1rem;
		word-break: break-all;
	}
	.row.dis-contents {
		display: contents !important;
	}
	.row.dis-contents dl:nth-of-type(1) {
		width: 25%;
	}
	.row.dis-contents dl:nth-of-type(2) {
		width: 30%;
	}
	.row.dis-contents dl:nth-of-type(3) {
		width: 40%;
	}
	.location .row.dis-contents .location-menu dl dt a {
		font-size: 1.4rem;
	}
	/*.row.dis-contents .page-menu.mobile-right{position: absolute;margin-top:-8.5rem;right:0;background-color: #2F436B;height: 3.6rem;padding: 0.4rem 0.8rem 0 0;}*/
	.row.dis-contents .page-menu.mobile-right{
		display:none;
		position:absolute;
		margin-top:-8.5rem;
		right:0;
		background-color: #2F436B;
		height: 3.6rem;
		padding: 0.4rem 0.8rem 0 0;
	}
	.row.dis-contents .page-menu.mobile-right li{
		margin-left: 1.9rem;
	}
	.site-link {display: none;}
}

/* common 추가 부문 끝 */

/* 매뉴얼 시작 */
#header.manual {
	height: auto;
}

#header.headerManual {
    height: 4rem;
	background-color:#023894; 
}

#header.headerManual:after{
	background: transparent;
}

#header.headerManual h1 {
	height: 4rem;
}

#header.headerManual h1 img {
	width: 20rem;
	height: 2.3rem;
}

#header.headerManual .bg{
	position: absolute;
	background-color: #e60021;
	width: calc(100% - 80%);
	height: 4rem;
	right: 0;
}

#header.headerManual .row{
    width: 66.3%;
}

#header.headerManual .row::before{
	content: '';
    position: absolute;
    background: url(/static/nsh/img/manual/new_manual_header_bg_01.png) no-repeat;
    width: 261px;
    height: 4rem;
    right: 0;
}

.sub-visual.visual-01.manual {
	/*background: url(../img/bg-cate-04.png) no-repeat;*/
	/*background-color:#023894; */
	background: transparent;
	height: 16rem;
	background-size: cover;
	padding: 4rem 0 0 0;
}
.sub-visual.visual-01.manual .bg {
	width: 100%;
	height: 100%;
    position: absolute;
    /*background-color: #fff;*/
	/*background-color: rgba(0, 0, 0, 0.6);*/
    opacity: 0.7;
}
.sub-visual.visual-01.manual h2.type-01{
	width: 100%;
	background-color:transparent;
	color: #2F436B;
	font-weight: 500;
	line-height: 5rem;
	font-size: 6.3rem;
}
.sub-visual.visual-01.manual h2.type-01 .en{
	display: block;
	font-weight: 300;
	font-size:3rem;
}
.sub-visual.manual:after {
	background-color: transparent;
}
.sub-contents .sub-contents-area {
	margin: 0 auto;
	display: flex;
}
.sub-contents .sub-contents-area .row {
	width:66.3%;
	padding: 4rem 0rem;
}

.float.left .btn-list.top a::before {
	content: "▲";
	color: #fff;
}

.float.left.manual{
	top : 40.3rem;
	margin-left: 8rem;
}

.float.left.manual .btn-list a {
	margin-top: 1rem;
}

.float.left .btn-mint{
	background-color:#34b6bf;
	color: #fff;
	border-bottom: 1px solid #ddd;
}

.float.left.manual h3.title {
	width: 100%;
    height: 10rem;
    border-radius: 1rem;
    background-color: #2F436B;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: #fff;
    font-weight: 400;
	font-size: 2.6rem;
    padding-left: 1rem;
}

.float.left .policy-left.type-01 {
	width: 20rem;
	height: 100%;
	justify-content: space-around;
}

.float.left .btn-list.type-01.round a {
	border-radius: 0.7rem;
}
.gray-tab.round {
	margin-bottom: 5rem;
}

.gray-tab.round li {
	display: flex;
    justify-content: space-around;
}
.gray-tab.round li a {
	width: 97%;
	border-radius: 1.5rem;
	border: 1px solid #ddd;
	margin-top: 0;
}

.gray-tab.round li a:before {
	background-color: transparent;
}

.gray-tab.round li.active a {
	background: #4062a4;
}

.menual-area .menual-step .title .right-btn {
	right: 0;
    position: absolute;
    border-radius: 3rem;
}

.menual-area .menual-step .title .right-btn.color-01 {
	background-color: #46484d;
}

.menual-area .menual-step .title .right-btn.color-02 {
	background-color: #3bb5be;
}

.menual-area .menual-step .title .right-btn a{
	width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
	color: #fff;
}

.menual-area .menual-step .title .right-btn a::after{
	content: '';
	display: block;
	background: url(../img/arrow-up-right-from-square-solid-orange.svg) no-repeat center center;
    background-size: contain;
    left: 1rem;
    position: relative;
    margin-top: 0.2rem;
    width: 2rem;
    height: 2rem;
}

@media all and (max-width:600px){
	#header.manual {
		height: auto;
	}

	#header.headerManual {
    	height: 40px;
	}

	#header.headerManual .bg {
		width: calc(100% - 90%);
	}

	#header.headerManual .row {
		height: 40px;
		width: 50%;
	}

	#header.headerManual .row::before {
		display: none;
	}

	.sub-visual.visual-01.manual {
		height: 8rem;
	}
	.sub-visual.visual-01.manual .bg {
		background-color: transparent;
	}
	.sub-visual.visual-01.manual h2.type-01{
		width: 128rem;
		font-size: 2.8rem;
		text-align: center;
		margin-left: 0;
		/*color: #fff;*/
	}

	.sub-visual.visual-01.manual h2.type-01 .en {
		display: none;
	}

	.sub-contents .sub-contents-area .row {
		width:100%;
		padding: 2rem 1rem;
	}
	.sub-contents .row .gray-tab {
		flex-wrap:wrap;
	}
	.sub-contents .row .gray-tab li a {
		font-size: 1.8rem;
		height: 6rem;
    	margin-top: 1rem;
	}

	.gray-tab.round li {
		flex: 1 1 100%;
	}

	.menual-area .menual-step .title .right-btn {
		display: none;
	}
}
/* 매뉴얼 끝 */