/* CSS Document */

html,
body {
    font-family: 'NotoSC', sans-serif;	
	color: #333333;
    font-size: 14px;
	line-height: 1.6;
    overflow-x: hidden;
	background:#fff;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
	color:#1f1f1f;	
}
h5 a{color:#333;}

ul {
    margin: 0;
    padding: 0;
}

li {
    list-style-type: none;
	line-height: 2.6em;
}

body a:hover {
    text-decoration: none;
}
button{font-family: 'NotoSC', sans-serif;}

.bg-light {
	background:#eee;
}

.bg-purple01{background: #34b7eb;}

.bg-purple02{background: #34b7eb;}

.bg-darkgray{background: #34b7eb;}

.no-margin {
    margin: 0 !important;
}
.firstRow{
       background: #35b7eb;
    color: #fff;
}
.no-padding {
    padding: 0 !important;
}

.title-color{color: #000000;}
.purple{color: #34b7eb !important;}
.red{color: #e90607 !important;}
.text-left{text-align: left !important;}
@media (min-width: 960px) {
	
	.ltxuejies{
        background: url(http://www.ketertyre.com/themes/simple/img/logo_bg.png) no-repeat bottom -43px center;
        min-height: 120px;
        z-index: 100;
    }
  }

/* 메뉴 */
#logo{float: left; margin-left: 5%;}
header{border-bottom: 2px #34b7eb solid; width: 100%;}
.navbar-nav {  margin: 0 auto;}
.navbar-nav li{float: left;font-size: 18px;font-weight: 800;margin: 0 2.5em;color: rgb(0 0 0);}
.navbar-light .navbar-nav .show>.nav-link,
.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
    color: #34b7eb;
}

.dropdown-item {
    display: none;
}
.dropdown-menu {
	display: none ; 
	border:0;
	background: none;
}
.navbar-light .navbar-brand:hover,
.navbar-light .navbar-brand:focus {
    color: #fff;
}

.w3ls-btn {
    letter-spacing: 1px;
    font-weight: 600;
}
.btn {
	position: relative;
	z-index: 2;
	vertical-align: middle;
	display: inline-block;
	border: none;
	border-radius: 5px !important;
	text-align: center;
	background-color:#35b7eb;
	color: #35b7eb;
	font-family: var(--title-font);
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
	line-height: 1;
	padding: 10px 10px 10px;
	overflow: hidden;
	background: #32b5eb;
	  color: #fff;
  }
  .btn::after, .btn::before {
	content: "";
	display: block;
	width: 50px;
	height: 50px;
	transform: translate(-50%, -50%);
	position: absolute;
	border-radius: 50%;
	z-index: -1;
	background-color: #4bb0db;
	transition: 1s ease;
  }
  .btn:before {
	top: -2em;
	left: -2em;
  }
  .btn:after {
	left: calc(100% + 2em);
	top: calc(100% + 2em);
  }
  .btn i {
	font-size: 14px;
  }
  .btn:focus, .btn:hover, .btn:active {
	color: #35b7eb;
	box-shadow: none;
  }
  .btn:focus:after, .btn:focus:before, .btn:hover:after, .btn:hover:before, .btn:active:after, .btn:active:before {
	height: 410px;
	width: 410px;
  }
  .btn.style2:before, .btn.style2:after {
	background-color: #0d6efd;
  }
  .btn.style2:active, .btn.style2:focus, .btn.style2:hover {
	color: #35b7eb;
  }
  .btn.style3 {
	background: #35b7eb;
  }
  .btn.style3:active, .btn.style3:focus, .btn.style3:hover {
	color: #35b7eb;
  }
  .btn.style4 {
	background: var(--smoke-color);
	color:#35b7eb;
  }
  .btn.style4:after, .btn.style4:before {
	background:#35b7eb;
  }
  .btn.style4:active, .btn.style4:focus, .btn.style4:hover {
	color: #35b7eb;
  }
  .btn.style5 {
	background: #35b7eb;
	color: #35b7eb;
  }
  .btn.style5:after, .btn.style5:before {
	background: #35b7eb;
  }
  .btn.style5:active, .btn.style5:focus, .btn.style5:hover {
	color: #35b7eb;
  }
  .btn.style-border {
	color: #35b7eb;
	border: 1px solid #35b7eb;
	background: transparent;
	padding: 23px 30px 19px;
  }
  .btn.style-border:before, .btn.style-border:after {
	background: #35b7eb;
  }
  .btn.style-border:active, .btn.style-border:focus, .btn.style-border:hover {
	color: #35b7eb;
  }
  .btn.style-border2 {
	color: #35b7eb;
	border: 1px solid #35b7eb;
	background: transparent;
	padding: 23px 30px 19px;
  }
  .btn.style-border2:before, .btn.style-border2:after {
	background: #35b7eb;
  }
  .btn.style-border2:active, .btn.style-border2:focus, .btn.style-border2:hover {
	color: #35b7eb;
  }
  .btn.style-border3 {
	color: #35b7eb;
	border: 1px solid#35b7eb;
	background: transparent;
	padding: 23px 30px 19px;
  }
  .btn.style-border3:before, .btn.style-border3:after {
	background:#35b7eb;
  }
  .btn.style-border3:active, .btn.style-border3:focus, .btn.style-border3:hover {
	color: #35b7eb;
  }
  .btn.style-r0 {
	border-radius: 0 !important;
  }
  .sub-title {
	display: block;
	line-height: 1.2;
	color:#35b7eb;
	text-transform: uppercase;
	font-size: 14px;
	position: relative;
	font-weight: 700;
	font-family: var(--body-font);
	margin-bottom: 18px;
	letter-spacing: 0.07em;
  }
  .sub-title:after, .sub-title:before {
	content: "";
	position: relative;
	width: 40px;
	height: 2px;
	background: #35b7eb;
	display: inline-block;
	margin-right: 12px;
	top: -4px;
  }
  .sub-title:after {
	margin-right: 0;
	margin-left: 12px;
	display: none;
  }
#sub_menuc{ background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #004cda), color-stop(100, #009dcd));
    background-image: -webkit-linear-gradient(left, #004cda 0%, #009dcd 100%);
    background-image: linear-gradient(to right, #17a2b8 0%, #023a86 100%); color: #fff; opacity: 0.94;}
#sub_menub{ background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #004cda), color-stop(100, #009dcd));
    background-image: -webkit-linear-gradient(left, #004cda 0%, #009dcd 100%);
    background-image: linear-gradient(to right, #17a2b8 0%, #023a86 100%); color: #fff; opacity: 0.94;}
#sub_menu{     background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #004cda), color-stop(100, #009dcd));
    background-image: -webkit-linear-gradient(left, #004cda 0%, #009dcd 100%);
    background-image: linear-gradient(to right, #17a2b8 0%, #023a86 100%); color: #fff; opacity: 0.94;}
.submenu{margin: 0 3.5% 0 3.5%;width: 100%;}
.submenu a{color: #fff !important;}
.submenu a:hover{color: #34b7eb;}
.submenu{ padding: 0 14em 0 9.5em; font-size: 14px; font-weight: 400; font-family: 'NotoSC', sans-serif;	}
.submenu .col-md-2{ 
				-ms-flex: 0 0 14.2%;
    			flex: 0 0 14.2%;
    			max-width: 14.2%;
				border-right:1px solid #444;
				padding: 1.5em 0 2em 2em;
				display: block;
				cursor:pointer;
				}
.submenu .col-md-2 .nwcf{ line-height: 18px;}
.submenu .last{border:none;}
.submenu ul:hover {background: #35b7eb;}
.submenu .col-md-2 :hover {color:#c3fdfd;}


.nav-item i{ display: none;} 
.menu-mg { margin: 0 0.5em 0 5.5em !important;}
.menu-mg02 { margin: 0 2em 0 4em !important;}

/*---*/
.dropdown-toggle::after {
    width: 0;
    height: 0;
    margin-left: 0;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border: 0px;
}

.dropdown-item:hover,
.dropdown-item:focus {
    color: #614a04;
    text-decoration:underline;
}

.languages{ float: right; margin-right: 5%;}
.languages li{margin: 1px; float: left;}

.languages .top_btn:hover, .top_btn:focus, .top_btn:active, .top_btn.active {
	color: #fff;
	background-color: #34b7eb;
}

.languages .top_btn_on {color: #fff !important; background-color: #34b7eb !important;}

.languages .top_btn, .languages .top_btn_on {
	color: #999;
	display: inline-block;
	padding: 5px 10px 2px 10px;
	margin-bottom: 0;
	font-size: 12px;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid #ddd;
	border-radius: 0px;
	background-color: #fff;
}


/*-- movement -*/
.e_name {font-size:21px;}
/*-- // movement -*/

/*-- /nav.navbar.second --*/
nav.navbar.second {
    border: none !important;
    padding: 0.7em 0;
}

a.nav-item.nav-link.sec {
    padding: 0.3em 1.2em;
    color: #00c1cf;
    font-size: 1em;
    letter-spacing: 1px;
    font-weight: 300 !important;
}

/* fixed nav */
nav.navbar.shrink {
    width: 100%;
    background-color: #fff !important;
    transition: all 1.5s ease;
}

/* nav.navbar.shrink .navbar-brand  img{
  height: 50px;
  width: 120px;
  transition: all 1.5s ease;
} */


nav.navbar.shrink a {
    transition: all 1.5s ease;
}

nav.navbar.shrink .navbar-brand {
    font-size: 26px;
    transition: all 1.5s ease;
}

nav.navbar.shrink .navbar-toggler {
    padding: 10px 5px;
    transition: all 1.5s ease;
}
.depth03 li{ list-style-type: disc; line-height: 1.5em; font-size:13px; margin-left: 18px; }
/* 메인 배너 */
/* banner-slider */

.jw-banner-top {
    
    background-size: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
}

.jw-banner-top1 {
    background: url(../image/main02.jpg) no-repeat center;
	background-size: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
}

.jw-banner-top2 {
    background: url(../image/main03.jpg) no-repeat center;
	background-size: 100%;;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
}

.jw-banner-top3 {
    background: url(../image/main04.jpg) no-repeat center center;
    background-size: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
}

.bs-slider-overlay {
    /* background-color: rgba(0, 0, 0, 0.3); */
    height: 38vw;
}

.jw-slide-text {
    padding-top: 9em;
}

.jw-slide-text h2 {
    color: #fff;
    font-size: 10vmin;
	font-weight:600;
	text-shadow: 3px 3px 3px #292828;
}

.jw-slide-text h3 {
    color: #fff;
    font-size: 5vmin;
    line-height: 1.7;
	font-weight: 400;
	margin-top: 3.5em;
    text-shadow: 1px 3px 2px #292828;
}

.jw-slide-text h4 {
    color: #fff;
    font-size: 5vmin;
	font-weight: 400;
    line-height: 1.7;
	text-shadow: 1px 3px 2px #292828;
}
.jw-slide-text h5 {
    color: #fff;
    font-size: 40px;
    line-height: 1;
	font-weight: normal;
    letter-spacing: 0px;
    text-shadow: 1px 1px 2px #292828;
}

.jw-slide-text .title-en{
	color: #fff;
    font-size: 6.5vmin;
    line-height: 1.7;
	font-weight: 500;
	font-family: 'NEXENTIRE', sans-serif;
	margin: 2.5em 0 20px 0;
    text-shadow: 1px 3px 2px #292828;
}


.jw-slide-text .title{
	color: #fff;
    font-size: 6.5vmin;
    line-height: 1.7;
	font-weight: 700;
	margin: 2.5em 0 20px 0;
    text-shadow: 1px 3px 2px #292828;
}

.jw-slide-text .txt{
	color: #fff;
    font-size: 3.5vmin;
    line-height: 1.3;
	font-weight: 500;
    text-shadow: 1px 2px 2px #292828;
}

.slide-tt-center {
	text-align:center; 
}

.jw-slide-text p {
    color: #f1f2f3;
    letter-spacing: 3px;
    text-shadow: 1px 1px 4.8px rgba(3, 3, 3, 0.24);
    font-size: 15px;
    background: rgba(16, 16, 16, 0.32);
    padding: .5em 1em;
    width: 498px;
    box-shadow: 1px 2px 5px 1px rgba(0, 0, 0, 0.34);
}


/*-- //banner-slider --*/

/* 스크롤 다운 */
.scroll-downs{
	position: absolute;
	bottom:50px;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 100px;
	height: 55px;
	z-index: 100;
}

.scroll-downs .txt{
	font-size: 12px;
	color: #fff;
	text-align: center;
	margin-top: 1.2em;
}

.mousey{
	width: 3px;
	padding: 4px 10px;
	height: 25px;
	border-radius: 25px;
	border: 2px solid #fff;
	box-sizing: content-box;
	-webkit-animation: pulse 2s infinite;
    animation: pulse 2s infinite;
	margin: 0 auto;
}

.scroller{ 
	width: 3px;
	height: 8px;
	border-radius: 25%;
	background-color: #fff;
	/*animation-name: scroll;
	animation-duration: 2.2s;
	animation-timing-function: cubic-bezier(.15, .41, .69, .94);
	animation-iteration-count: infinite;*/
}

@keyframes scroll{
	
	0%{ opacity: 0;}
	
	10%{ transform: translateY(0);opacity: 1;}
	
	100%{ transform: translateY(15px);opacity: 0;}
	
}

@keyframes downup{
	
	0%{ opacity: 0;transform: translateY(0, 100px);}
	
	100%{ opacity: 0; transform: translate(0, 0);}
	
}

@keyframes bounce{
	
	from,
	to {
		margin-bottom: 0;
		animation-timing-function: ease-out;
	}
	
	50% {
		
		margin-bottom:8px;
		animation-timing-function: ease-in;
	}
	
}

@keyframes pulse {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }
  50% {
    -webkit-transform: translate(0, 10px);
            transform: translate(0, 10px); }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); } }






/* .content-pd{ padding: 7em 0;} */
.content-pd{padding-top: 2em;padding-bottom: 2em;}
.content-banner {
    padding: 0;
    color: #fff;
    text-align: center;
}

.banner-01, .banner-02{padding: 3.5em;}
.banner-01 a, .banner-02 a{color:#FFFFFF;}


.banner-01 h4, .banner-02 h4 {
    color: #fff;
	text-align: left;
    font-size: 2vmin;
	font-weight: 700;
	font-family: 'NotoSC', sans-serif;
}
.banner-01 i, .banner-02 i{float: right; position: absolute; right:13%; top: 25%;}
.banner-01 .txt, .banner-02 .txt{text-align: left; font-size: 13px; line-height: 2em; font-weight: 400; font-family: 'NotoSC', sans-serif;}
.banner-01 .more, .banner-02 .more{float: left; margin: 0; cursor:pointer;}



.content-business{
	/* background: #fceaff; */
}
.main-title{font-size:4vmin; text-align: center; font-weight: 700; letter-spacing: -2px;text-transform: uppercase;}
.main-title span{font-weight: 800;}
.busi-box .col-md-6, .busi-box .col-md-12{ float: left; padding: 10px;}
.busi-box .left01{position:relative; overflow: hidden; text-align: center; cursor: default; height: 210px;}
.busi-box .left01 img{ width: 100%; height: auto;}

.busi-box h4{color:#fff;font-size:25px;font-weight:600;position:absolute;z-index:10;bottom:2em;left:0;width:100%;text-align:center;letter-spacing:-1px;text-shadow: 1px 1px 2px black, 0 0 5px black, 0 0 2px #10000a;}
.busi-box  .txt {visibility:hidden;z-index:9;position:absolute;top:0;left:0;width:100%;height:100%;background: #000;font-size:13px;color:#e1e1e1;text-align:center;padding-top:85px;line-height:22px;}
.busi-box .on .tit {color:#fff;}
.busi-box .on:before {display:none;}

@media (min-width: 1200px) {
	.languages {
	 display: none;
	}

  }

  @media (max-width: 1300px) {
	
	.xuej{
		display: none;
	}
	/* .right-column {
		display: none;
	   } */
  }

figure {
	overflow: hidden;
	margin: 0 1px 1px 0;
	/* background: #726FB9; */
	text-align: center;
	cursor: pointer;	
}

figcaption {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;	
}
figcaption img{ width: auto !important; margin-top: 1em;}

.busi-box figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}
.busi-box figure figcaption, .busi-box figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

figure.effect {
	background: #35b7eb;
	margin-bottom: 1px;
}

figure.effect img {
	opacity: 0.90;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}

figure.effect:hover img {
	opacity: 0.4;
}

figure.effect figcaption::before,
figure.effect figcaption::after {
	position: absolute;
	top: 20px;
	right: 20px;
	bottom: 20px;
	left: 20px;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}



figure.effect h2 {
	opacity: 0;
	color: #fff;
	font-size: 30px;
	font-weight: 700;
	text-align: left;
	padding: 2em 0 0 1.5em;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,-20px,0);
	transform: translate3d(0,-20px,0);
}

figure.effect p {
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	font-family: 'NotoSC', sans-serif;
	text-align: left;
	padding: 0.5em 2em 0 3.2em;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,20px,0);
	transform: translate3d(0,20px,0);
}
figure.effect .family-txt {
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	text-align: center;
	line-height: 20px;
	padding: 4.7em 1em 0 1em;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,20px,0);
	transform: translate3d(0,20px,0);
	
}

figure.effect:hover figcaption::before,
figure.effect:hover figcaption::after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

figure.effect:hover h2,
figure.effect:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect:hover h4{display: none;}
figure.effect:hover .line{display: none;}



.content-family{
	background: #fff;	
}


.content-family .col-md-3{padding: 10px;}
.content-family img{ width: 100%;}
.content-family h4{text-align: center; font-size: 18px; font-weight: 700; margin-top: 0.5em;}

.content-news{
	background: url("../image/news_bg.jpg") no-repeat bottom;
}
.news-list a{color: #1f1f1f;}
.content-news .news-list{margin-bottom: 2em;}
.content-news .news-list li{
	border-bottom: solid 1px #aeb1b5;
	font-size:20px;
	font-weight: 700;
	line-height: 1.5em;
	padding: 0.5em;
}
.content-news .news-list .last{
	border-bottom: none;
}
.content-news .news-list .col-md-2{
	text-align: right;
}

.news-banner{margin-bottom: 2em;}
.banner-03{ padding:2%;}
.banner-03 h4 {
    color: #fff;
    font-size: 2vmin;
	padding: 0.2em 0 0 0;
	font-weight: 700;
	display: block;
}
.banner-03 i{float: left; margin-right: 1.8em;}
.banner-03 .txt{font-size: 13px; line-height: 2em; font-weight: 500; color: #fff; display: block; float: left; font-family: 'NotoSC', sans-serif;}
.banner-03 .more{float: right; margin: 0; cursor:pointer;}


.news-investors{margin-top: 2em;}
.news-investors h4{ text-transform: uppercase; font-weight: 700; margin-bottom: 0.5em; font-size: 19px; font-family: 'NotoSC', sans-serif;}
.investors-fam{ border: solid 1px #aeb1b5; padding: 0.5em 0; background: rgba(255, 255,255, 0.5);}
.investors-fam .fam{font-size:16px; border-right: 1px dotted #808080;padding: 0 15px;}
.investors-fam .fam .col-md-4{text-align: center;}
.investors-fam b{font-size:17px; font-weight: 700;}
.investors-fam span{margin: 0 0.3em 0 0;}
.investors-fam .day{margin-left:1em;}
.investors-fam .last{ border-right: none;}



/* //메인콘텐츠 */


/* 서브페이지 */
.sub-overlay{ height: 100%;}
.sub-banner01 {
    background: url(../image/sub01.jpg) no-repeat bottom center;
    height: 20vw;
}
.sub-banner02 {
    /*background: url(../image/sub02.jpg) no-repeat bottom center;*/
    background-image: linear-gradient(to right, #023a86 0%, #17a2b8 100%);
    height: 20vw;
}
.sub-banner03 {
    background: url(../image/sub03.jpg) no-repeat bottom center;
    height: 20vw;
}
.sub-banner04 {
    background: url(../image/sub04.jpg) no-repeat bottom center;
    height: 20vw;
}
.sub-banner05 {
    background: url(../image/sub05.jpg) no-repeat bottom center;
    height: 20vw;
}
.sub-banner06 {
    background: url(../image/sub06.jpg) no-repeat top center;
    height: 20vw;
}
.sub-banner07 {
    background: url(../image/sub07.jpg) no-repeat bottom center;
    height: 20vw;
}
.sub-bannerheading {
	font-weight:600;
	font-size:35px;
	font-family: 'NotoSC', sans-serif; 
	text-align:center;
	color:#fff;
	position:relative;
	padding-top:6%;
    text-transform: uppercase;
    text-shadow: 2px 2px 3px #292828;
}


/* 서브메뉴 */
.con_border {border-bottom:1px solid #ddd; border-bottom:1px solid #ddd; background:#35b7eb;}
.subnav {width:100%; color: #333;padding: 1.5em 0; }
.subnav .col-md-1 {-ms-flex: 0 0 5%;
    			flex: 0 0 5%;
    			max-width: 5%;
				text-align: center;
				}
.subnav .col-md-1 a{color: #333;}
.subnav .col-md-2 {-ms-flex: 0 0 22.5%;
    			flex: 0 0 22.5%;
    			max-width: 22.5%;
				border-left:1px solid #ddd;	
				text-align: left;
				color: #fff;
				padding: 0 1.2em;
	 			cursor: pointer;
				}
.subnav .col-md-2 i{float: right; position: relative; top:2px;}
.navmenu .subdrop-menu{display: none; border: 1px solid #ddd;background:#fff; border-top:none; border-radius: 0px; width: 100%; position: absolute;left: 0px; top:44px; z-index: 100;}
.navmenu .subdrop-menu li{ padding: 0.5em 1.2em; }
.navmenu .subdrop-menu a{color: #333;}
.navmenu .subdrop-menu li:hover{background: #eee;}


/* 서브내용 */
.sub_title {
    font-weight: 700;
    letter-spacing: -0.5px;
    font-size: 40px;
    text-align: center;
    color: #222;
    text-transform: capitalize;
    position: relative;
    margin-top: 0;
	font-family: 'NotoSC', sans-serif;
}

.sub_title span {
	background: #34b7eb none repeat scroll 0 0;
	display: block;
	height: 2px;
	margin: 10px auto 0.3em;
	overflow: hidden;
	position: relative;
	width: 10%;
}
.sub_title p{ font-size: 16px; color: #666;font-weight: 400; margin-bottom: 2em;}
.sub_box{padding: 4em; text-align: center; margin: 7em 0; }
.sub_box h4, .sub_box h5, .sub_box h6 {font-family: 'NotoSC', sans-serif; color: #383838; }
.sub_box h4{ font-size:35px; font-weight: 600; }
.sub_box h5{ font-size:30px; }
.sub_box h6{ font-size:18px; line-height: 25px; padding-top: 0.8em;}
.sub_box p{ font-size: 16px; margin: 1em 0 0 0 !important; text-align: left;}

.subpage .subcont{font-size: 16px; font-weight: 500; line-height: 30px; color: #555; }
.submg{ margin-top: 3em;}
.subcont .left{padding-right: 2rem !important;}
.subcont .right{padding-left: 2rem !important;}

/* ceo인사말 */
.subpage .ceo{background: url("../image/ceo_bg.png") no-repeat bottom right; padding: 3.5em 0;}
.subpage .ceo h4{ font-size:22px; font-family: 'NotoSC', sans-serif; font-weight: 600; margin: 0.8em 0; color: #333;}
.subpage .ceo h4 span{font-weight: 400; margin: 1em 0; }
.subpage .ceo p{ margin: 3em 0 ;}
.subpage .ceo p b{ font-size:22px; padding-left: 0.5em;}
/* // ceo인사말 */

/* 연혁 */
.history-left {
    text-align: right;
    padding: 1em 2em 7em 0;
}

.history-right {
    border-left: 1px solid #ddd;
    padding: 1em 0 7em 2em;
    text-align: left;
}

.history-left02 {
    border-right: 1px solid #ddd;
    padding: 1em 0 2em 13px;
    text-align: right;
}

.history-right02{
    text-align: left;
    padding: 1em 13px 0 0;
}
.history-list dd{line-height: 27px; margin-bottom: 1em;}

.history-info h4{font-size:35px; font-family: 'NotoSC', sans-serif; font-weight: 700; color: #34b7eb;}
.history-info h4 span{ font-size: 22px; display: block;}
.history-info h4:before {
    content:''; position:absolute; top:0; right:-10px; width:17px; height:17px; background:#fff; border:5px solid #34b7eb; box-sizing:border-box; border-radius:50%;z-index:50;}
.history-info h5 {
    font-size: 23px;
    margin-bottom: 15px;
    display: inline-block;
    padding: 10px 0;
    letter-spacing: 1px;
    font-weight: 600;
}

.history-right.history-right2 {
    min-height: 190px;
    float: right;
}

.history-right.history-right2 h4:before {
    left: -8px;
}

.history-info .mobile{display: none;}


/* // 연혁  */


/* 서브페이지 탭 */
.tab, .tab-2 { padding: 0; overflow: hidden; margin-bottom: 3em;}
.tab .col-md-4, .tab .col-md-6,.tab .col-md-2, .tab .col-md-3, .logis-menu .col-md-2, .logis-menu .col-md-6, .tab-2 .col-md-2, .tab .col-md-12{
		color: #333;
		padding: 0.5rem 0;
		border: 1px solid #35b7eb;
		/* border-right: none; */
		vertical-align: middle;
		text-align: center;
		cursor: pointer;
		transition:0.3s;
}
.tab .col-md-2{     
	-ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
.tab-2 .col-md-2{     
	 -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

.tab li, .tab-2 li, .logis-menu .col-md-2, .logis-menu .col-md-6{float: left; line-height: 2.5em; font-size: 17px; }
.tab li a, .tab-2 li a {display: inline-block; color: #666; text-align: center; text-decoration: none;font-size: 17px; transition:0.3s;font-weight: 500; }
.tab li a :hover, .tab-2 li a :hover{color: #fff;}
.tab .last,.tab-2 .last, .logis-menu .last{border-right: 1px solid #ddd !important;}
.tabcontent {display: none; background: #fff; color: #555;}
ul.tab li.current, ul.tab-2 li.current {background-color: #34b7eb; color: #fff; font-weight: 700;}
ul.tab li.current a, ul.tab-2 li.current a{color: #fff;font-weight: 700;}
.tabcontent.current {display: block;}

.tab_box{padding: 0 2em; text-align: center; margin: 6em 0; }
.tab_box h5, .tab_box h6{font-family: 'NotoSC', sans-serif; color: #383838; }
.tab_box h5{ font-size:35px; font-weight: 700; }
.tab_box h6{ font-size:18px; line-height: 25px; padding-top: 0.8em;}

.tab02 { padding: 0; overflow: hidden; margin: 3em 0;}
.tab02 .col-md-4, .tab02 .col-md-6, .tab02 .col-md-2, .tab02 .col-md-3{
		color: #000000;
		padding: 0.5rem 0;
		border-bottom: 1px #34b7eb solid;
		vertical-align: middle;
		text-align: center;
		cursor: pointer;
}

.tab02 .col-md-6{
	-ms-flex: 0 0 49.99%;
    flex: 0 0 49.99%;
    max-width: 49.99%;
	
}

.tab02 .col-md-2{
	-ms-flex: 0 0 24%;
    flex: 0 0 24%;
    max-width: 24%;
	
}
.tab02 .col-md-3{
	-ms-flex: 0 0 24.99%;
    flex: 0 0 24.99%;
    max-width: 24.99%;
	
}

.tab02 .col-md-4{
	-ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
	max-width: 33.33%}

.tab02 li{float: left; line-height: 1.5em;}
.tab02 li a {display: inline-block; color: #666; text-align: center; text-decoration: none; padding: 10px 16px; font-size: 16px; font-weight: 600; transition:0.3s;}
.tab02content {display: none; background: #fff; color: #555;}
ul.tab02 li.current02, ul.tab02 li.current03, ul.tab02 li.current04 {border: 1px #34b7eb solid;  border-bottom: none; color: #ffffff; font-weight: 700;background: #32b5eb;}
ul.tab02 li.current02 a, ul.tab02 li.current03 a, ul.tab02 li.current04 a{color: #34b7eb;}
.tab02content.current02 {display: block;}

.tab03 { padding: 0; overflow: hidden; margin: 1em 0;}
.tab03 li{float: left; line-height: 2.5em; background:#f5f5f5; color: #666; text-align: center; margin: 2px 2px 0 0; cursor: pointer;}
.tab03 li a {display: inline-block; color: #666; text-align: center; text-decoration: none; padding: 10px 16px; font-size: 16px; font-weight: 600; transition:0.3s;}
.tab03content {display: none; background: #fff; color: #555;}
ul.tab03 li.current03 { background:#34b7eb; font-weight: 700; color: #fff;}
ul.tab03 li.current03 a{color: #34b7eb;}
.tab03content.current03 {display: block;}
.tabcontent03 {display: none; background: #fff; color: #555;}
.tabcontent03.current03 {display: block;}
ul.tab03 .col-md-3 {
	-ms-flex: 0 0 24.8%;
    flex: 0 0 24.8%;
    max-width: 24.8%;
  }
.tab03 .col-md-2{
	-ms-flex: 0 0 19.8%;
    flex: 0 0 19.8%;
	max-width: 19.8%;}



/* // 서브페이지 탭 */

/* 기업문화 */
.vision{padding:0 6em;}
.vision .circle {width:300px;height:300px;border-radius:100%;text-align:center;color:#fff;font-size:1.222em;margin:0 auto;}
.vision .circle span {display:block;padding-top:1.2em; font-size: 2em; line-height: 1.2em; color:#FFFFFF;}
.vision .circle h4{ color:#fff;width: 85%;text-align: center;position: absolute;top:39%;font-size: 1.8em;font-family: 'NotoSC', sans-serif;font-weight: 500;margin: 0 auto;}
.circle01 {background:#b778ca;border: solid 10px rgba(249, 231, 255, 0.69);}
.circle02 {background:#707fda;border: solid 10px rgba(223, 228, 255, 0.64);}
.circle03 {background:#8c77b6;border: solid 10px rgba(255, 255, 255, 0.55);}
/* // 기업문화 */

/* vision&핵심가치 */
.vision-2{padding:4em 8em;}
.vision .circle-2 {width:220px;height:220px;border-radius:100%;text-align:center;color:#fff;font-size:1em;margin:0 auto; letter-spacing: -1px;}
.vision-2 h4{font-size: 1.8em; position: relative; top:33%; color: #fff; font-weight: 600; margin:0 auto;}
.vision-2 span{font-size: 1.5em; color: #cabbe8; font-weight: 800;}
.subpage .vip{font-size:5em;text-align: center;font-weight: 800;color: #ffffff;margin: 0 3em;font-family: 'NotoSC', sans-serif;letter-spacing: -1px;text-shadow: #524173 1px 1px 3px;}
.vision-content{ margin-top: 8em; text-align: center;}
.vision-content h5{ font-family: 'NotoSC', sans-serif;font-weight: 600; font-size: 2em; margin-bottom: 0.5em; color: #34b7eb;}
.vision-content h5 span{font-size: 1.3em; color: #4e1058; font-weight: 700;}
.vision-content ul{ border-top: 1px solid #ddd; padding: 1.5em 0.6em;}
.vision-content li{line-height: 1.6em; text-align: left; font-size: 15px; list-style: disc; margin-left: 1em;}
.vision-content .col-md-6{padding: 0 0.5em; margin-bottom: 3em;}

/* // vision&핵심가치 */

/*  CI소개  */
.ci-content .text{padding: 0.9em; font-size: 15px;}
.ci-download{text-align: center; margin-top: 2em;}
.ci-download button{padding: 8px 50px; border: 1px solid #ddd; color: #a5a5a5; background: #fff; margin: 0 0.2em;}
.ci-download button:hover{border: 1px solid #34b7eb; color: #34b7eb;}
button:focus{ outline: none;}
.ci-content h6{font-size:17px; font-weight: 700; color: #333; padding: 1.5em 0 0.5em 0;font-family: 'NotoSC', sans-serif; }
.ci-content .ci-list{padding-top: 1em; }
.ci-content .ci-list li{list-style: disc; margin: 0 1.5em; line-height: 1.6em;}
/* //  CI소개   */


/* 넥센 윤리규범 */
.policy01-txt {margin: 1em 0;}
.policy01-txt span, .sub_box span{color:#34b7eb; font-weight: 700;}
.policy01_list li{list-style: decimal; margin-left:1.3em; font-size: 16px; line-height: 1.8em; color: #666;}
.policy01_list h6{font-size:18px; font-weight: 700; color: #34b7eb; font-family: 'NotoSC', sans-serif; margin: 1.6em 0 .6em 0;}
.policy01 button{padding: 5px 15px;border: 1px solid #000000;color: #ffffff;background: #007bff;font-weight: 700;font-size:16px;margin: 4em 0 1.5em 0;}
.policy01 button:hover{background: #34b7eb; border: 1px solid #34b7eb; color: #fff;}
.policy01 button:focus { outline: none;}
.policy01 button a{color: #fff;}
.policy01 button i{flot:right; font-size:12px; padding-left: 1em;}
.policy02_list {padding-left: 1.3em;}
.policy02_list li{list-style: circle; font-size: 16px; line-height: 1.8em; color: #666;}
/* // 넥센 윤리규범 */



/* 사업장현황 */
.network-list {margin: 3.5em 0; font-size: 15px;}
.network-list .col-md-3{text-align: center; vertical-align: middle; margin-bottom: 1.5em}
.network-list .info h6{font-family: 'NotoSC', sans-serif; font-weight: 600;color:#34b7eb;font-size: 17px;}
.network-list .info span{color:rgb(0, 0, 0); margin-right: 15px;}
.network-list .info li{ border-bottom: 1px #eee solid; padding: 0.2em 1em;}
.network-list button{padding: 9px 10px;border: 1px solid rgb(0, 0, 0);color: #ffffff;background: #007bff;font-weight: 400;font-size:14px; float:right; margin-top: 3px; line-height: 0;}
.network-list button:hover{background: #34b7eb; border: 1px solid #34b7eb; color: #fff;}
.network-list button:focus { outline: none;}
.network-list button a{color: #fff;}
.network-list button i{flot:right; font-size:12px; padding-left: 1em;}
.network-list .network-map{ height: 350px; margin-top:1em;}
/* // 사업장현황*/



/* 인증현황 */
.accredit{padding-top: 2em;}
.accredit li{text-align: center; margin: 2em 0; border-bottom: 1px #ddd solid; padding-bottom: 2em;}
.accredit h6{font-family: 'NotoSC', sans-serif; font-weight: 600;color:#333;font-size: 16px; margin: 1em 0;}
.accredit .accredit-s-img{width:40%; border: 1px #eee solid;}
.modal-content{width: 590px;}
.modal-body img{width: 100%; height: 100%;}
.modal-title{font-family: 'NotoSC', sans-serif; font-weight: 600;color:#333;font-size: 14px;}
.modal-body{padding: 0;}

.accredit button{padding: 6px 10px;border: 1px solid #000000;color: #ffffff;background: #a2a2a2;font-weight: 400;font-size:12px; line-height:1.5em;}
.accredit button:hover{background: #34b7eb; border: 1px solid #34b7eb; color: #fff;}
.accredit button:focus{outline: none;}
.accredit button a{color: #fff;}
.accredit button i{flot:right; font-size:10px; padding-left: 1em;}
.accredit .btn{border-radius: 0;}
.accredit .btn:focus{outline: none;}
/* // 인증현황 */



/* 고무사업 */
.tire-list{margin: 2em 0 2em 0; border-bottom: solid #35b7eb 5px; padding-bottom: 1em;}
.tire-list h6{font-family: 'NotoSC', sans-serif; font-weight: 600;color:#34b7eb;font-size: 21px; margin: 1em 0 0.3em 0;}
.tire-list li{line-height: 1.5em;}
.tire-list .tire-img{width: 80%; height: auto;}
.tire-list .col-md-4, .tire-list .col-md-2{ text-align: center;}
#solidrimvod{margin: 1.5em;}
.tire-list .tire-cont{margin-bottom: 0.5em;}
.tire-cont span{color: #34b7eb; font-weight: 700;}
.tire-list .bladder{padding-top: 2em;}
.tire-tab {border-bottom: dotted 1px #ccc; padding-bottom: 1.5em;}
.tire-tab h5{font-family: 'NotoSC', sans-serif; font-weight: 600;color:#34b7eb;font-size: 18px; margin: 0 0 0.3em 0; padding-top: 0.5em; display:inline; }
.tire-tab span{font-size: 12px; margin-left: 1em;}
.tire-tab h6{font-family: 'NotoSC', sans-serif; font-weight: 600;color:#333;font-size: 20px; margin: 1em 0 0.3em 0; padding-top: 0.5em; }
.tire-tab h6 button{ position: absolute; right: 0; padding: 5px 10px;border: 1px solid #32b5eb;color: #ffffff;background: #32b5eb;font-weight: 700;font-size:15px;}
.tire-tab h6 button:hover{background: #34b7eb; border: 1px solid #34b7eb; color: #fff;}
.tire-tab h6 button:focus { outline: none;}
.tire-tab h6 button a{color: #fff;}
.tire-tab h6 button i{flot:right; font-size:10px; padding-left: 1em;}

.btn02{text-align: right; margin-top: 1em;}
.btn02 button{ padding: 5px 10px;border: 1px solid #000000;color: #ffffff;background: #32b5eb;font-weight: 700;font-size:15px;}
.btn02 button:hover{background: #34b7eb; border: 1px solid #34b7eb; color: #fff;}
.btn02 button:focus { outline: none;}
.btn02 button a{color: #fff;}
.btn02 button i{flot:right; font-size:10px; padding-left: 0.8em;}
button{line-height: normal !important;}
.btn03{text-align: left; margin: 0.5em 0 ;}
.btn03 button{ padding: 5px 10px;border: 1px solid #000000;color: #ffffff;background: #32b5eb;font-weight: 700;font-size:15px;}
.btn03 button:hover{background: #34b7eb; border: 1px solid #34b7eb; color: #fff;}
.btn03 button:focus { outline: none;}
.btn03 button a{color: #fff;}
.btn03 button i{flot:right; font-size:10px; padding-left: 0.8em;}


.tire-tab02 {padding-bottom: 1.5em;}
.tire-tab02 h6{font-family: 'NotoSC', sans-serif; font-weight: 600;color:#333;font-size: 18px; margin: 1em 0 0.3em 0; padding-top: 0.5em; }
.tire-tab02 .img-ct{text-align: center;}

.solid b{ font-size:18px;}
.solid h6{margin-bottom: 1em;} 
.solid-file-img{ text-align: center; margin-top: 1em;}
.solid-title{ font-size: 18px; font-weight: 400 !important; color: #555 !important;}
.solid-title img{margin-bottom: 0.3em;}
.solid span{ color: #34b7eb; margin-right: 0.5em;}
.solid span i{font-size:12px;}
.solid .etc-img{ width: auto !important;}

.golfball-cont{ text-align: center; margin: 1em 0;}
.golfball-cont h6{ font-family: 'NotoSC', sans-serif; font-weight: 600;color:#333;font-size: 18px; }
.saitnine {margin-top: 1.5em;}
.saitnine .title{font-size: 18px; color: #34b7eb; font-weight: 700;}
.saitnine .title2{font-size: 18px; color: #005212; font-weight: 700;}
.saitnine i{font-size:10px;}
.saitnine .cont-txt{line-height: 2em;}


table.product-table01{line-height:1em; width:100%; border-top:#b6b6b6 solid 3px;border-bottom:#e4e4e4 solid 2px; font-size: 14px; margin-top: 1em;}
table.product-table01 caption{display:none; border:solid 1px #062c93; background:#083899; height:21px; color:#fff; margin-bottom:5px; padding:7px 0 0; font-weight:bold;}
table.product-table01 thead tr{width: 100%;}
table.product-table01 thead th{border-left:#e4e4e4 solid 1px;border-bottom:#e4e4e4 solid 1px;text-align:center;font-weight:bold;background:#f5f5f5; padding:10px 15px;}
table.product-table01 tbody th{border-left:#e4e4e4 solid 1px;border-bottom:#e4e4e4 solid 1px;text-align:center;font-weight:bold;background:#f5f5f5; padding:10px 15px;}
table.product-table01 td{border-left:#e4e4e4 solid 1px;padding:10px;border-bottom:#e4e4e4 solid 1px;text-align:left; word-break:break-all;}
table.product-table01 .center{text-align:center;}
table.product-table01 .left{text-align:left;} 
table.product-table01 thead th:first-child, table.product-table01 tbody th:first-child, table.product-table01 td:first-child{border-left:0px;}


table.product-table02{line-height:1em; width:100%; border-top:#b6b6b6 solid 3px;border-bottom:#e4e4e4 solid 2px;font-size: 14px; margin-top: 1em;}
table.product-table02 caption{display:none; border:solid 1px #062c93; background:#083899; height:21px; color:#fff; margin-bottom:5px; padding:7px 0 0; font-weight:bold;}
table.product-table02 thead th{border-right:#e4e4e4 solid 1px;border-bottom:#e4e4e4 solid 1px;text-align:center;font-weight:bold;background:#f5f5f5; padding:3px 5px;}
table.product-table02 td{border-right:#e4e4e4 solid 1px;padding:5px 5px;border-bottom:#e4e4e4 solid 1px; word-break:break-all;}
table.product-table02 .center{text-align:center;}
table.product-table02 .left{text-align:left;} 

.cmb {padding-top: 2em;}
.cmb .col-md-6{ text-align: center;}
.cmb h6{font-family: 'NotoSC', sans-serif; font-weight: 600;color:#333;font-size: 16px; margin: 0.8em 0 0.5em 0;}
.cmb h6 i{font-size: 12px;}
.cmb .col-md-6 img{ width: auto;}
.cmb-txt p{padding: 0 !important; line-height: 1.5em;}
.cmb-list li{font-size: 15px; padding-left: 10px; line-height: 1.6em;}
.cmb-list i{font-size: 12px;}
.cmb-table{padding:0.5em;}
/* // 고무사업 */


/* 물류사업 */
.logis-menu{margin: 3em 0; }
.logis-menu li a{color: #666; text-align: center; text-decoration: none; font-size: 17px; transition:0.3s; line-height: 2.3em; font-weight: 500;display: block; padding: 0 2em;}
.logis-menu li:hover, .logis-menu .on{background-color: #34b7eb; color: #fff;}
.logis-menu li:hover a, .logis-menu .on a{color: #fff;font-weight: 700;}
.logis-menu .title-h{ line-height: 1.5em !important;}
.logis-cont h5, .logis-cont h6{font-family: 'NotoSC', sans-serif !important; font-weight: 600;color:#333;}
.logis-cont h5{font-size: 32px;}
.logis-cont h6{font-size: 22px;}
.logis-cont p{margin: 2em 0; font-size: 15px;}
.logis .col-md-5 img{width: 92%; height: auto;}

/* // 물류사업 */



/* 넥센패밀리 */
.fam .col-md-12 img{width: 100%;}
.fam h5{font-size: 25px; font-family: 'NotoSC', sans-serif;color:#333; font-weight: 600; margin-bottom: 1em;}
.fam .col-md-6{margin-top: 2em;}
.fam-info .col-md-2 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
	max-width: 25%;}
.fam-info .col-md-10 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
	max-width: 75%;}
.fam-info .col-md-2 i{font-size:10px;}
.fam-info li {line-height: 1.5em;}
.fam-info button{padding: 9px 10px;border: 1px solid #000000;color: #ffffff;background: #a2a2a2;font-weight: 400;font-size:14px; margin-top: 3px; line-height: 0;}
.fam-info button:hover{background: #34b7eb; border: 1px solid #34b7eb; color: #fff;}
.fam-info button:focus { outline: none;}
.fam-info button a{color: #fff;}
.fam-info .fas{flot:right; font-size:12px; padding-left: 1em;}
.fam-info .fab{font-size:35px; position: relative; top:9px; padding-left: 3px;}
.fam-info .fa-facebook-square, .fam-info .fa-facebook-square:hover{color: #3a589b;}
.fam-info .fa-blogger, .fam-info .fa-blogger:hover{color: #4fa42b;}
.fam-info .fa-youtube-square, .fam-info .fa-youtube-square:hover{color: #ff0000;}
.fam-info .kang-banner{border: 1px solid #eee; margin-top: 0.5em;}
/* // 넥센패밀리 */



/* 홍보센터 */
.pr-center h5 {font-size: 25px; font-family: 'NotoSC', sans-serif;color:#333; font-weight: 600; margin-bottom: 0.5em;}
.pr-center .tab02{margin: 0;}
.pr-center .vod-txt{ padding-top: 2.5em; line-height: 1.8em;}
.pr-list {margin-top:1em; }
.pr-list h6{font-family: 'NotoSC', sans-serif; font-weight: 600;color:#34b7eb;font-size: 21px; margin: 1em 0 0.3em 0;}
.pr-center .tabcontent{margin-bottom: 4em;}
#nexen2019vod, #nexen2014vod, #univercityvod, #mistyvod, #softgbvod, #softvod, #saintninevod, #bigyardvod {margin: 1em 1.5em 1em 0;}
.pr-br img{ padding: 0.8em 1em 1em 0.8em;}
.pr-list02{ padding: 1em;}
.pr-list02 h6{font-family: 'NotoSC', sans-serif; font-weight: 600;color:#34b7eb;font-size: 21px;}
.pr-center .pr-txt{ padding-top: 1em; line-height: 1.8em;}
.pr-product .col-md-5{
	-ms-flex: 0 0 34.3%;
    flex: 0 0 34.3%;
    max-width: 34.3%;}
.pr-product h6{font-family: 'NotoSC', sans-serif;font-weight: 600;color:#34b7eb;font-size: 21px; margin: 0;}
.pr-btn {margin-top: 1.5em;}
.btn02 .version{margin-top: 0.5em; float: right; text-align:right;}


/* // 홍보센터 */


/* 재무정보 */
.jemu h6{font-size:18px; font-weight: 700; color: #333; padding: 1.5em 0 1em 0;font-family: 'NotoSC', sans-serif; flot:left;}
.jemu h6 .left{ position: absolute; right: 0; top:10%; color: #8B8B8B; font-size: 14px;}
.jemu h6 .right{ position: absolute; right: 0; top:10%; color: #8B8B8B; font-size: 14px;}
.jemu .col-md-6 img{width: 100%; height: auto; border: 1px #eee solid;margin-top: 0.5em;}
.jemu{border-bottom: 1px #ddd solid; padding-bottom: 2em;}
.jemu table{font-size: 15px;}
table.invest-table01{margin-top:10px;line-height:1.7em; width:100%; border:#9650aa solid 1px!important;border-top:#9650aa solid 2px;}
table.invest-table01 caption{text-align:right;}
table.invest-table01 thead th{border-left:#9650aa solid 1px;border-bottom:#9650aa solid 1px;text-align:center;font-weight:bold;background:#b778ca;color:#ffffff; padding:1px 0px;} 
table.invest-table01 td{ padding:1px 0px;border-top:#e4e4e4 solid 1px;border-left:#e4e4e4 solid 1px;text-align:center;}
table.invest-table01 .center{text-align:center;}
table.invest-table01 .left{text-align:left;} 
table.invest-table01 thead th:first-child, table.invest-table01 td:first-child{border-left:#9650aa solid 1px!important;} 
table.invest-table02{margin-top:10px;line-height:1.7em; width:100%; border:#5c3c9b solid 1px;border-top:#5c3c9b solid 2px;}
table.invest-table02 caption{text-align:right;}
table.invest-table02 thead th{border-left:#5c3c9b solid 1px;border-bottom:#5c3c9b solid 1px;text-align:center;font-weight:bold;background:#7e66ad;color:#ffffff; padding:1px 0px;} 
table.invest-table02 td{ border-left:#e4e4e4 solid 1px;padding:1px 0px;border-top:#e4e4e4 solid 1px;text-align:center;}
table.invest-table02 .center{text-align:center;}
table.invest-table02 .left{text-align:left;} 
table.invest-table02 thead th:first-child, table.invest-table02 td:first-child{border-left:#5c3c9b solid 1px;}


/* // 재무정보 */


/* 인재채용 */
.recruit .recruit-list{ padding-top: 4em;border-top:1px #ddd solid; }
.recruit .recruit-list02{ padding-top: 4em;}
.recruit h6{font-size:20px; font-weight: 700; color: #333; font-family: 'NotoSC', sans-serif; margin: .5em 0;}
.recruit li{line-height:1.5em; margin-bottom: 3em; font-size: 15px; }
.recruit .col-md-2{
	text-align: center;}

.recruit table.invest-table{ width:100%; margin-top:28px;border-bottom:#717171 solid 2px;border-top:#717171 solid 2px; }
.recruit table.invest-table caption{display:none; border:solid 1px #062c93; background:#083899; height:21px; color:#fff; margin-bottom:5px; padding:7px 0 0; font-weight:bold;}
.recruit table.invest-table th{vertical-align: top;text-align:center; font-weight:bold;border-bottom:#b7b7b7 dotted 1px;padding:13px 30px 15px ; background:#f6f6f6; }
.recruit table.invest-table td{text-align:left;vertical-align: top; border-bottom:#b7b7b7 dotted 1px;padding:13px 15px;line-height:1.5em;}

.recruit-list02 .col-md-3{ text-align:center;}

/* // 인재채용 */


/* etc */
.etc-box{padding: 2em;}
.etc_list li{margin-left:1.3em; font-size: 16px; line-height: 1.6em; color: #666;margin-bottom: 0.5em;}
.etc_list h6{font-size:18px; font-weight: 700; color: #34b7eb; font-family: 'NotoSC', sans-serif; margin: 1.6em 0 .6em 0;}
.etc_list a{color: #666;}

table.privacy-table01{line-height:1em; width:100%; border-top:#b6b6b6 solid 3px;border-bottom:#e4e4e4 solid 2px;}
table.privacy-table01 caption{display:none; border:solid 1px #062c93; background:#083899; height:21px; color:#fff; margin-bottom:5px; padding:7px 0 0; font-weight:bold;}
table.privacy-table01 thead th{border-left:#e4e4e4 solid 1px;border-bottom:#e4e4e4 solid 1px;text-align:center;font-weight:bold;background:#f5f5f5; padding:10px 15px;}
table.privacy-table01 tbody th{border-left:#e4e4e4 solid 1px;border-bottom:#e4e4e4 solid 1px;text-align:center;font-weight:bold;background:#f5f5f5; padding:10px 15px;}
table.privacy-table01 td{ font-size:14px; border-left:#e4e4e4 solid 1px;padding:5px 15px;border-bottom:#e4e4e4 solid 1px;text-align:left; line-height: 20px;}
table.privacy-table01 .center{text-align:center;}
table.privacy-table01 .left{text-align:left;} 
table.privacy-table01 thead th:first-child, table.privacy-table01 tbody th:first-child, table.privacy-table01 td:first-child{border-left:0px;}
.jemu-info{font-size:15px; font-weight: 600; color: #666; padding: 1.5em 0 0 0;font-family: 'NotoSC', sans-serif;}



/* // etc */



/* // 서브내용 */



/* //서브페이지 */



/* 카피라이트 */



footer a, footer a:hover{color: #b6b6b6;}
.footer-grid{ text-align: left;}
.top-icon a {color:#d80611;}
.footer-adr {font-weight: 300; font-size:13px; letter-spacing: 0; margin: 0;}
.footer-adr b{font-weight: 700;}
.footer-adr .sp01{display: block;color:#b6b6b6;}
.copy-nexen{color:#848484 !important; font-size:14px; font-weight: 600;}

footer .col-md-1{ 
				-ms-flex: 0 0 10%;
    			flex: 0 0 10%;
    			max-width: 10%;}
footer .col-md-9{ 
				-ms-flex: 0 0 70%;
    			flex: 0 0 70%;
    			max-width: 70%;
				padding: 0 0 0 2em;
				}
footer .col-md-2{ 
				-ms-flex: 0 0 20%;
    			flex: 0 0 20%;
    			max-width: 20%;
				}

footer .footer_btn {font-size:11px;}
footer select {	
				font-size:12px;
				-webkit-appearance: none;
				-moz-appearance: none; 
				appearance: none;
	  			border-radius: 0px;
				}
footer select, .footer_btn {
				height: 29px;
				padding: .5em .5em;
				border: 1px solid #999;
				color: #b6b6b6;
				margin-left: 1px;
				font-weight: 700;
				background: url("../image/select_go.png") no-repeat right;
				cursor:pointer;
				}
footer select option{background: #262626; line-height: 14px;}


@media(max-width: 1800px) {

	.submenu{margin: 0 6% 0 6%;}
}

@media(max-width: 1700px) {

	.submenu{margin: 0 6% 0 5%;}
	.navbar-nav li{margin:0 2em;}
	.submenu .col-md-2{padding: 1.5em 0 2em 1em;}
}
@media(max-width: 1600px) {
	.submenu{margin: 0 4% 0 4%;}
}
@media(max-width: 1500px) {
	#logo{margin-left: 3%;}
	#logo img{
		width: 50%;
	}
	.navbar-nav li{margin: 0 1.7em;}
	.languages{ margin-right: 3%;}
	.jw-slide-text .title{
	margin: 1.5em 0 20px 0;
	}
	.jw-slide-text h3 {
		margin-top: 1.5em;}
	.submenu{margin: 0 5% 0 3%;font-size: 12px;}
}


@media(max-width: 1440px) {
	.submenu{margin: 0 5.5% 0 3%;}
	.navbar-nav li{margin: 0 1.5em !important;}
	.menu-mg, .menu-mg02{margin: 0 !important;}
}

@media(max-width: 1300px) {
	.submenu{margin: 0 5% 0 2%;}
	.navbar-nav li{margin: 0 1em !important;}
}

@media(max-width: 1246px) {
	.investors-fam .day{margin-left:0; margin-top: 0.3em; display: block;}
}


@media(max-width: 1237px) {
	.header-top {display: none;}
	 button.navbar-toggler {
        border-radius: 0px;
    }

	.fixed-top {
	  /* position: absolute; */
	  top: 0;
	  right: 0;
	  left: 0;
	  z-index: 1030;
	}
    div#navbarNavAltMarkup {
        background: #fff;
        text-align: left;
		margin-top: 0.5em;
		border:1px solid rgba(0, 0, 0, 0.15)
    }
	
	nav.navbar.shrink .navbar-toggler {
        padding: 0px 5px;
    }
	.navbar-light .navbar-toggler {
 	 position: absolute;
  	 right: 2%;
	 top:0;
	 z-index: 100;
	}

    .navbar-nav li{font-weight: 800;margin:0;color:#222; border-bottom: 1px solid rgba(0, 0, 0, 0.15); padding: 1em; line-height: 0.5em;}
	.navbar-nav li i{display: inline-block; position: absolute; right:3%;}
    .navbar-light .navbar-nav .nav-link {
        font-size: 16px;
        letter-spacing: 1px;
		margin: .5em 0em;
    }

    .navbar-nav { position: inherit; margin: 0 !important;background: #ffffff;}
	.navbar-nav .last{
	border-bottom: none;}
	.dropdown-menu.second01, .dropdown-menu.second02, .dropdown-menu.second03, .dropdown-menu.second04, .dropdown-menu.second05, .dropdown-menu.second06, .dropdown-menu.second07{
    	min-width: 3rem !important; margin-left:0px !important; text-align: left; padding: 1em; margin-top:0.5em; background:#b1f4fa; }	
	.dropdown-menu.second01, .dropdown-menu.second02, .dropdown-menu.second03, .dropdown-menu.second04, .dropdown-menu.second05, .dropdown-menu.second06, .dropdown-menu.second07 li{ line-height: 2.2em;}
	
	.dropdown-menu {
		line-height: 2em;
		border: 1px solid rgba(0, 0, 0, 0.15);
  		border-radius: 0.25rem;
	}
	.dropdown-item {
    padding: 0.5em 1.5rem;
	}
	.dropdown-item{ display: block;}
	.second02 span{padding-left: 10px;}
	.menu-mg, .menu-mg02 { margin: 0 !important;}
	#sub_menu{display: none !important;}
	#sub_menub{display: none !important;}
	#sub_menuc{display: none !important;}
	/* sub_menuc */
	.btn {
		padding: 8px 25px;}
	.languages{ right:6%; top:1.3em;}
	.banner-01 .txt, .banner-01 .more, .banner-02 .txt, .banner-02 .more{display: none;}
	.banner-01 h4, .banner-02 h4 {text-align: center; margin-top: 0.5em; font-size: 2.5vmin;}
	.banner-01 i, .banner-02 i{float: none; position: relative; left: 0; top: 0;}
	.banner-01, .banner-02{padding: 2em;}

	.btn {
		padding: 8px 25px;}
	.languages{ position: absolute; right:6%; top:0.8em;}
	.banner-01 .txt, .banner-01 .more, .banner-02 .txt, .banner-02 .more{display: none;}
	.banner-01 h4, .banner-02 h4 {text-align: center; margin-top: 0.5em; font-size: 2.5vmin;}
	.banner-01 i, .banner-02 i{float: none; position: relative; left: 0; top: 0;}
	.banner-01, .banner-02{padding: 2em;}
	.ci-content .col-md-6 img{ width: 100%; height: auto;}
	.ci-img { width:100%; height: auto;}
	.logis .col-md-5{
					-ms-flex: 0 0 35%;
					flex: 0 0 35%;
					max-width: 35%;
				  }
	.logis .col-md-5 img{width: 100%;}
	.logis .col-md-7 {
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
	margin-left: 5%;
  }
	table.invest-table01, table.invest-table02{line-height:1.2em;}
	ul.tab03 .col-md-3 {
		-ms-flex: 0 0 24.7%;
		flex: 0 0 24.7%;
		max-width: 24.7%;
		font-size: 14px;
  }
	.tab03 .col-md-2{
				-ms-flex: 0 0 19.7%;
				flex: 0 0 19.7%;
				max-width: 19.7%;
	}
}

@media(max-width: 1024px) {
	.bs-slider-overlay {
    height: 118vw;
	}
	.jw-banner-top1 {
		background: url(../image/main02.jpg) no-repeat right;}
	.jw-slide-text {
    padding-top: 5.5em;
	}
	.jw-slide-text h3 {
		margin-top: 4.5em;
	}
	.jw-slide-text .title{margin-top: 2.5em;}
	.content-pd{ padding: 1em 0;}
	.banner-03{ padding: 1em 1em;}
	.banner-03 i{margin-right: 1em;}
	.banner-03 h4{font-size: 3.5vmin; padding-top:0.8em; }
	.banner-03 .txt{display: none;}
	.banner-03 .more{display: none;}
	footer .col-md-1, footer .col-md-9, footer .col-md-2{ 
				-ms-flex: 0 0 100%;
    			flex: 0 0 100%;
    			max-width: 100%;}
	footer .col-md-9{padding: 0.8em 0 0 0;}
	footer .col-md-2{
					-ms-flex: 0 0 50%;
					flex: 0 0 50%;
					max-width: 50%;
					}
	.sub-banner01,.sub-banner02,.sub-banner03,.sub-banner04, .sub-banner05, .sub-banner06, .sub-banner07 {
    height: 35vw;
}
	.sub-bannerheading {padding-top:21%;}
	.vision-content h5{ font-size: 1.5em;}
	.vision .circle span {padding-top: 1.5em;font-size: 1.8em;}
	.vision .circle {width: 250px;height: 250px;font-size: 1em;}
	.vision .circle h4{width:97%;}
	.fam-info .col-md-2, .recruit .col-md-2 {
						-ms-flex: 0 0 20%;
						flex: 0 0 20%;
						max-width: 20%;
					  }
	.fam-info .col-md-10, .recruit .col-md-10 {
						-ms-flex: 0 0 80%;
						flex: 0 0 80%;
						max-width: 80%;
 						}
	.tab03 .col-md-2{
				-ms-flex: 0 0 19.7%;
				flex: 0 0 19.7%;
				max-width: 19.7%;
				font-size: 14px;
	}
	.pr-list02 .col-md-2{
				-ms-flex: 0 0 21.3%;
				flex: 0 0 21.3%;
				max-width: 21.3%;
	}
	.pr-list02 .col-md-10{
				-ms-flex: 0 0 78.33%;
				flex: 0 0 78.33%;
				max-width: 78.33%;
	}
	.pr-list02 	.col-md-3{
				-ms-flex: 0 0 100%;
				flex: 0 0 100%;
				max-width: 100%;
	}
	.pr-list02 .col-md-5{
				-ms-flex: 0 0 44%;
				flex: 0 0 44%;
				max-width: 44%;
	}
	.pr-list02 .col-md-7{
				-ms-flex: 0 0 55.5%;
				flex: 0 0 55.5%;
				max-width: 55.5%;
	}
	.tab .col-md-4, .tab .col-md-6, .tab .col-md-2, .logis-menu .col-md-2, .logis-menu .col-md-6{line-height: 1.6em;}
	.history-info .col-md-2, .history-info .col-md-10{-ms-flex: 0 0 100%;
    			flex: 0 0 100%;
    			max-width: 100%;}
	
}

@media(max-width: 991px) {
	.languages{ right:8%;}
	.jw-slide-text{
	padding-top: 2.5em;
	}
	.banner-03 i{margin-right: 0.5em;}
	.banner-03 .txt{font-size: 10px; line-height: 15px;}
	.banner-03 h4{padding: 0 0 0 0;}
	
	.pr-list02 .col-md-2{
				-ms-flex: 0 0 30%;
				flex: 0 0 30%;
				max-width: 30%;
	}
	.pr-list02 .col-md-10{
				-ms-flex: 0 0 70%;
				flex: 0 0 70%;
				max-width: 70%;
	}
	.tabcontent03 .col-md-6{
				-ms-flex: 0 0 100%;
				flex: 0 0 100%;
				max-width: 100%;
	}

	.pr-list02 .col-md-5{
				-ms-flex: 0 0 30%;
				flex: 0 0 30%;
				max-width: 30%;
	}
		
	.pr-list02 .col-md-7{
				-ms-flex: 0 0 70%;
				flex: 0 0 70%;
				max-width: 70%;
	}
	.solid-file-img img{width: 100% !important;}
	.busi-box .left01{height: auto;}
	.busi-box .left01 img, .busi-box .left02 img, .busi-box .left03 img{ width: 100%; height:auto;}
	.content-business .col-md-6{
		    -ms-flex: 0 0 100%;
			flex: 0 0 100%;
			max-width: 100%;
			}
	figure.effect h2 {
	font-size: 25px;
	padding: 1.5em 0 0 1.5em;
	}
	figure.effect p {
	padding: 0.5em 0 0 2.7em;
	}
	.subpage .ceo h4{font-size: 18px;}
	.subpage .ceo{background-size: 35% auto; padding: 3em 0 0 0;}
	.vision{padding:0 2em;}
	.vision .circle {width:200px;height:200px;font-size:none;}
	.vision .circle span {padding-top:0.8em; font-size: 1.5em; line-height: 1.5em;}
	.vision .circle h4{ position: absolute; top:39%; font-size: 1.6em; width: 90%; }
	.vision .circle-2 {width:150px;height:150px;}
	.vision-2 .col-md-4{
		-ms-flex: 0 0 33.3%;
    			flex: 0 0 33.3%;
    			max-width: 33.3%;}
	.vision-2{padding:4em 2em !important;}
	.vision .circle-2 {width:200px;height:200px;font-size:1em;margin:0 auto; letter-spacing: -1px;}
	.vision-2 h4{font-size: 1.8em; position: relative; top:30%;}
	.vision-2 span{font-size: 1.5em; }
	.subpage .vip{font-size:4em;}
	.fam-info .col-md-2 {
						-ms-flex: 0 0 25%;
						flex: 0 0 25%;
						max-width: 25%;
					  }
	.fam-info .col-md-10 {
						-ms-flex: 0 0 75%;
						flex: 0 0 75%;
						max-width: 75%;
 						}
	.fam h5{font-size: 18px;}
	.fam-info .kang-banner{width: 90%;}

}

@media(max-width: 768px) {
	
	.languages{ right:8%;}
	.jw-banner-top1 {
		background-size:auto 110%;
		background-position: 80% 10%;	
	}
	
	.jw-slide-text {
   		 padding-top: 5.5em;
	}

	.jw-slide-text h2, 	.jw-slide-text h3, 	.jw-slide-text h4, .jw-slide-text .title, .jw-slide-text .txt {
		text-shadow:1px 1px 1px #292828;
		}

	.content-banner .col-md-4 {
		-ms-flex: 0 0 33.3333%;
		flex: 0 0 33.3333%;
		max-width: 33.3333%;
  }
	.tab03 .col-md-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
  }
	.news-banner .col-md-6 { 
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}

	.content-news .news-list li{
		font-size:4vmin;
		line-height: 1.5em;
		margin: 0.5em 0;
	}
	.content-family .col-md-3{
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.investors-fam .fam .col-md-4{
		-ms-flex: 0 0 45%;
    		flex: 0 0 45%;
    		max-width: 45%;
	}
	.investors-fam .fam .col-md-8{
		-ms-flex: 0 0 55%;
    		flex: 0 0 55%;
    		max-width: 55%;
	}
	.subnav .col-md-1 {-ms-flex: 0 0 10%;
    		flex: 0 0 10%;
    		max-width: 10%;
				}
	.subnav .col-md-2 {-ms-flex: 0 0 45%;
			flex: 0 0 45%;
			max-width: 45%;
					}
	.sub_box {padding: 2em; margin: 4em 0;}
	.sub_box h4{ font-size:25px;}
	.sub_box h5{ font-size:20px;}
	.sub_box h6{ font-size:16px; line-height: 20px; padding-top: 0.5em;}
	.subpage .ceo{background-size: 45% auto; padding: 3em 0 0 0;}
	.subpage .ceo h4{ font-size:17px; font-weight: 600; margin: 0.8em 0; }
	.subpage .ceo h4 span{font-weight: 400; margin: 1em 0; }
	.subpage .ceo p{ margin: 3em 0 ;}
	.subpage .ceo p b{ font-size:20px; padding-left: 0.5em;}
	.history-info .col-md-2, .history-info .col-md-10, .network-list .col-md-3, .network-list .col-md-9{-ms-flex: 0 0 100%;
    			flex: 0 0 100%;
    			max-width: 100%;}
	.history-info .pc{display: none;}
	.history-info .mobile{display: block;}
	.tab .col-md-4{
		-ms-flex: 0 0 33.3%;
    			flex: 0 0 33.3%;
    			max-width: 33.3%;
		}
	.tab li {float: left; line-height: 1.2em;}
	.tab_box{padding:0 2em; margin: 4em 0; }
	.tab_box h5{ font-size:30px; }
	.tab_box h6{ font-size:16px; line-height: 20px; padding-top: 0.6em;}

	.subpage .vip{font-size:4em;}
	.ci-content .col-md-6{
		-ms-flex: 0 0 100%;
    			flex: 0 0 100%;
    			max-width: 100%;
		}
	.ci-content .text{
		padding:1em 0;
	}
    .modal-content {width:100%;}
	.logis .col-md-5{
					-ms-flex: 0 0 100%;
					flex: 0 0 100%;
					max-width: 100%;
				  }
	.logis .col-md-7, .jemu .col-md-6, .fam .col-md-6{
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
	margin-left: 0%;
    }
	.logis-cont h5{margin-top:0.5em;}
	.logis-cont p{margin: 0.5em 0; font-size: 14px;}
	.logis-cont h5{font-size: 28px;}
	.logis-cont h6{font-size: 20px;}
	
	.tab .col-md-2{font-size:14px; line-height: 2em;}
	.subcont .left{padding-right: 0 !important;}
	.subcont .right{padding-left: 0 !important;}
	.jemu h6 span{position: absolute; right: 0; top:10%;}
	
	ul.tab03 .col-md-3 {
		line-height: 1.5em;
		padding: 0.5em 0;
		}

	.tire-tab .col-md-3{
						-ms-flex: 0 0 100%;
						flex: 0 0 100%;
						max-width: 100%;
					  }
	.pr-center .tab .col-md-12{
		font-size:15px;
		line-height:2.3em;
 		}
}

@media(max-width: 568px) {
	.languages{ right:10%;}
	.bs-slider-overlay {
    	height: 125vw;
	}
	.jw-slide-text {
   		 padding-top: 8em;
	}
	.footer-adr .sp01{display: block;}
	figure.effect .family-txt {
		font-size: 14px;
		line-height: 20px;
		padding: 5em 0 0 0;
	}
	footer .col-md-2{
					-ms-flex: 0 0 70%;
					flex: 0 0 70%;
					max-width: 70%;
					}
	footer .col-md-6, .tab .col-md-6{ 
		max-width: 100%;}
	footer select{font-size: 11px;}
	.investors-fam .fam .col-md-4{
		-ms-flex: 0 0 20%;
    		flex: 0 0 20%;
    		max-width: 20%;
	}
	.investors-fam .fam .col-md-8{
		-ms-flex: 0 0 80%;
    		flex: 0 0 80%;
    		max-width: 80%;
	}
	.investors-fam .fam{padding-top:0.3em; border-right:none !important;}
	.investors-fam, .investors-fam b { font-size: 15px !important;}
	.investors-fam .day{display: inline; margin-left: 1em;}
	.sub-banner01,.sub-banner02,.sub-banner03,.sub-banner04, .sub-banner05, .sub-banner06, .sub-banner07   {
    height: 45vw;}
	.sub-bannerheading {padding-top:28%;}
	.sub_title{ font-size: 30px;}
	.sub_box{padding: 2em;margin: 4em 0;}
	.sub_box h4{ font-size:20px;}
	.sub_box h5{ font-size:16px;}
	.history-info h4{font-size:25px;}
	.history-info h4 span{ font-size: 14px;}
	.history-info .col-md-6{-ms-flex: 0 0 50%;
    			flex: 0 0 50%;
    			max-width: 50%;}
	.history-info .history-list {font-size: 14px;}
	.history-list dt{line-height: 20px !important;}
	.history-list dd{line-height: 18px; font-size: 12px; margin-bottom: 1em;}
	.history-right {
		padding: 1em 0 5em 1em;}
	.history-left { padding: 1em 1em 5em 0;}
	.vision .circle {margin-bottom: 0.5em;}
	.vision .circle span {padding-top:0.8em; font-size: 1.5em; line-height: 2em; }
	.vision .circle h4{ position: absolute;top:37%;}
	.network-list button{padding: 5px 8px;font-weight: 400;font-size:14px;float:right;margin-top: 2px; }
	.network-list .info li{font-size:14px;letter-spacing: -0.5px; line-height: 2em;}
	.logis .col-md-2, .tab02 .col-md-4, .tab .col-md-2{-ms-flex: 0 0 33.333%;
					flex: 0 0 33.333%;
					max-width: 33.333%;
					}
	.tab02 .col-md-6, .logis-menu .col-md-6, .recruit-list02 .col-md-3{
					-ms-flex: 0 0 50%;
					flex: 0 0 50%;
					max-width: 50%;
					}
	.logis-menu li a{padding: 0;} 
	.last-mobile{border-right: 1px solid #ddd !important;}
	.none-mobile{border-top:none !important;}
	.etc_list h6{font-size:16px}
	table.privacy-table01 td{padding:3px 5px;}
	table.privacy-table01 .tel-info span{display: block; font-size: 12px;}
	.recruit table.invest-table{font-size: 14px;}
	.fam-info .col-md-2 {
						-ms-flex: 0 0 23%;
						flex: 0 0 23%;
						max-width: 23%;
					  }
	.fam-info .col-md-10 {
						-ms-flex: 0 0 77%;
						flex: 0 0 77%;
						max-width: 77%;
 						}
	.cmb-table{padding:0.5em 0 0 0;}
	
	.tab .col-md-3{
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
 		}
	.tab02 .col-md-2{
		-ms-flex: 0 0 24%;
		flex: 0 0 24%;
		max-width: 24%;
 		}
	ul.tab03 .col-md-3 {
		-ms-flex: 0 0 49%;
		flex: 0 0 49%;
		max-width: 49%;
	}
	.tab03 .col-md-2{
				-ms-flex: 0 0 19.5%;
				flex: 0 0 19.5%;
				max-width: 19.5%;
				font-size:12px !important;
	}
	#solidrimvod{margin: 0;}
	#nexen2019vod, #nexen2014vod, #univercityvod, #mistyvod, #softgbvod, #softvod, #saintninevod, #bigyardvod{margin: 0;}
	.pr-center .tab .txt-city{
		padding: 0.8em 0 0 0 !important;
		font-size: 12px !important;
		line-height: 14px;
 		}
	.pr-center .vod-txt{ padding-top: 1em;}
	.pr-list02 .col-md-2, .pr-list02 .col-md-5{
				-ms-flex: 0 0 100%;
				flex: 0 0 100%;
				max-width: 100%;
				text-align: center;
	}
	.pr-list02 .col-md-10, .pr-list02 .col-md-7{
				-ms-flex: 0 0 100%;
				flex: 0 0 100%;
				max-width: 100%;
				margin-top: 2em;
	}
	.pr-br img{ padding: 0}
	.pr-list02{padding: 2.5em}
	.tire-tab02 .img-ct img{width: 100%;}
	li, p, .col-md-2, .col-md-4, .col-md-6, .col-md-12{font-size: 13px !important;}
	
}

@media(max-width: 425px) {
	.languages{ right:14%;}
	.jw-slide-text {
   		 padding-top: 8em;
	}
	.banner-01 i img, .banner-02 i img{width: 50%;}
	.banner-01, .banner-02{padding: 1.5em;}
	.banner-01 h4, .banner-02 h4 {font-size: 3vmin;}
	.content-pd{ padding: 3em 0;}
	.banner-03 i{margin-right: 1em;}
	.banner-03 .txt{display: none;}	
	.banner-03 h4{padding: 1em 0 0 0;}
	figure.effect .family-txt {display: none;
	}
	.content-family h4 {
		font-size:14px;
	}
	.sub-banner01,.sub-banner02,.sub-banner03,.sub-banner04, .sub-banner05, .sub-banner06, .sub-banner07 {
    height: 55vw;
}
	.sub-bannerheading {padding-top:36%;font-size:25px;}
	.sub_box h6{ font-size:14px; line-height: 16px; padding-top: 0.5em;}
	.subpage .ceo{background: url("../image/ceo02_bg.png") no-repeat;background-size: 100% auto;background-position: 120% 100%;padding: 0 0 2em 0;}
	.subpage .ceo h4 span{font-size: 14px;}
	.subpage .ceo p{ margin: 4em 0 ;}
	.submg{ margin-top:0.1em;}
	.tab li a{
		padding: 8px 5px;
		font-size: 14px;
		}
	.tab_box{padding:0 0.5em; margin: 3em 0; }
	.tab_box h5{ font-size:20px; }
	.tab_box h6{ font-size:14px; line-height: 16px; padding-top: 0.5em;}
	.vision .circle h4{ width:55%;}
	.vision-2{padding:2em 1em !important;}
	.vision-2 .circle-2 {width:100px;height:100px;font-size:0.6em;}
	.vision-2 .circle01, .vision-2 .circle02, .vision-2 .circle03{ border: solid 5px rgba(255, 255, 255, 0.55);}
	.vision-2 h4{position: relative; top:40%;}
	.vision-2 span{font-size: 1em; }
	.subpage .vip{font-size:3em;margin: 0;}
	.ci-download button{padding: 8px 20px; margin: 0 0.1em;}
	.tab02 .col-md-2{ font-size: 12px; line-height: 1.2em;}
	.tab03 .col-md-2{
				-ms-flex: 0 0 24%;
				flex: 0 0 24%;
				max-width: 24%;
				font-size:12px !important;
				line-height: 1.2em;
				padding:0.5em 0; 
	}
	.investors-fam .fam .col-md-4{
		-ms-flex: 0 0 27%;
    		flex: 0 0 27%;
    		max-width: 27%;
	}
	.investors-fam .fam .col-md-8{
		-ms-flex: 0 0 73%;
    		flex: 0 0 73%;
    		max-width: 73%;
	}
	p{ line-height: 1.8em;}

}
@media(max-width: 375px) {
	.languages{ right:15%;}
	.jw-slide-text {
   		 padding-top: 7em;
	}
	.banner-03 i{margin-right: 0.3em;}
	.banner-03 i img{width: 70%;}
	.banner-03 h4{padding: 0.5em 0 0 0;}
	.sub_box h4{ font-size:18px;}
	.sub_box h5{ font-size:14px;}
	.subpage .ceo{background-size: 100% auto;background-position: 120% 100%;padding: 0 0 3em 0;}
	.subpage .ceo p{ margin: 3em 0 ;}
	.history-list dd{font-size: 11px; line-height: 14px;}
	.footer-adr, .copy {font-size: 12px;}
	.tab li a{
		font-size: 12px;
		padding: 8px 3px;
	}
	.vision .circle h4{font-size: 1.5em;width:65%;}
	.subpage .vip{font-size:2em;margin: 0;}
	table.privacy-table01 .tel-info{font-size:13px;}
}


@media(max-width: 320px) {
	.tab li a{
		padding: 8px 0px;
	}
	.investors-fam .fam{padding: 0 10px;}
	.investors-fam .fam .col-md-4{text-align: left;}
	.investors-fam .day{margin-left: 0.5em;}
	.sub-banner01,.sub-banner02,.sub-banner03,.sub-banner04, .sub-banner05, .sub-banner06, .sub-banner07 {
    height: 60vw;
}
	.sub-bannerheading {padding-top:42%;font-size:25px;}
	.sub_box h4{ font-size:17px;}
}