@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap');
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/variable/pretendardvariable.css");
@import url('https://webfontworld.github.io/Poppins/Poppins.css');
@import url('https://webfontworld.github.io/NanumSquare/NanumSquare.css');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;600;700&display=swap');

/* 주요색상 */
:root {
    --page-point-color: #ee5f03;
    --page-point-color-on: #d95602;
    --page-secondary-color: #f69131;
}

html {
	overflow-x: hidden;
	overflow-y: scroll;
}

/* 언어 전환 버튼 (다국어) */
.menu-top {
    position: relative;
    z-index: 999;
}
.menu-top .container {
    position: relative;
}
.ch-lang {
    top: 32px;
    right: 10px;
    position: absolute;
}
.menu-top ul {
    display: flex;
    gap: 1px;
    margin: 0;
    padding: 0;
    list-style: none;
    background: transparent;
}
.menu-top ul > li .lang {
    padding: 7px 9px 5px;
    font-size: 10.5px;
    font-weight: 700;
    color: #888;
    letter-spacing: 0.04em;
    line-height: 1;
    background: transparent;
    border-radius: 50%;
    border: none;
}
.menu-top ul > li .lang.active {
    font-weight: 700;
    color: var(--page-point-color);
    background: #fff4e6;
    border: none;
}
.menu-top ul > li .lang:not(.active):hover {
    background: #eee;
}
.menu-top ul > li .lang:focus {
    outline: none;
}

.body-layout {
    font-size: 16px;
    font-family: 'Poppins', 'Be Vietnam Pro', 'pretendard', 'Noto Sans KR', sans-serif;
    letter-spacing: 0;
}

p {
    line-height: 1.6em;
}

.btn.btn-primary {
    background-color: var(--page-point-color);
    border-color: var(--page-point-color);
}
.btn.btn-primary:hover,
.btn.btn-primary:focus {
    background-color: var(--page-point-color-on);
    border-color: var(--page-point-color-on);
}

h1, h2, h3, h4, h5, h6, p, li, td, dt, dd, figcaption {
    word-break: keep-all;
}

/* 페이지 준비중입니다 */
.prepare-page {
    padding: 100px;
    text-align: center;
    background-color: #f7f7f7;
}
.prepare-page > .exclamation {
    width: 80px;
    height: 80px;
    position: relative;
    margin: 0 auto;
    padding: 33px;
    line-height: 1em;
    background: #333;
    border-radius: 100%;
}
.prepare-page > .exclamation::before {
    content: '\e645';
    top: 50%;
    left: 50%;
    position: absolute;
    font-size: 42px;
    font-family: 'Material Symbols Outlined';
    color: #fff;
    line-height: 1em;
    transform: translate(-50%,-50%);
}
.prepare-page > h4 {
    margin: 20px 0 22px;
    font-size: 28px;
    color: #444;
}
.prepare-page > h4 strong {
    font-weight: 700;
}
.prepare-page > p {
    margin: 0;
    line-height: 1.4em;
    color: #666;
}

/* .body-layout,h1,h2,h3,h4,h5,h6,input,textarea,button {
	font-family: 'Noto Sans KR', "NanumGothic", "나눔고딕", 'NanumBarunGothic', 'Apple SD Neo Gothic', 'Malgun Gothic', 'Gulim', sans-serif;
} */

.navbar .caret,.navbar .divider-vertical,.navbar~br,.footer-social-layout,.footer_copy .text-center>br,.topmarginLay_a {
	display: none;
}

/* Navigation Bar */
.navbar-inverse {
	background-color: #FFF;
	border: none;
	/* border-top: 3px solid #FD7D23; */
	border-bottom: 1px solid #DEDEDE;
	margin-bottom: 0;
	position: static;
}

.navbar-inverse .navbar-brand img {
    height: 55px;
    margin-top: 0;
}

.navbar-inverse .navbar-nav > .divider-vertical+li,
.navbar-inverse .navbar-nav > .divider-vertical+li+li {
	display: none !important;
}

.navbar-inverse .navbar-nav > li > a {
	color: #212121;
}

.navbar-inverse .navbar-nav > li:hover > a,
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus,
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	background-color: transparent;
	color: #f05731;
}

@media (min-width: 768px) {
	.navbar-inverse .navbar-nav > li > a {
        font-size: 18px;
        font-weight: 500;
        line-height: 1;
        padding: 35px 21px;
        /* padding: 35px 32px; */
    }
    .navbar-inverse .dropdown-menu {
        background: #fff;
        padding: 0;
        box-shadow: 0 0 0 rgba(0, 0, 0, 0);
        border: none;
        border-radius: 0;
        min-width: 160px;
        left: 50%;
        right: auto;
        transform: translate(-50%, 0);
        border-top: 3px solid #f05731;
    }
    
    .navbar-inverse .dropdown-menu>li>a {
        color: #111;
        padding: 11px 20px;
        margin: 0;
        font-size: 15px;
        font-weight: 400;
        letter-spacing: -0.02em;
        text-align: center;
        border-bottom: 1px solid rgba(0, 0, 0, 0.12);
    }
    
    .navbar-inverse .dropdown-menu>li>a:hover,
    .navbar-inverse .navbar-nav>li>a:focus {
        background: var(--page-point-color);
        color: #fff;
    }
    .dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
        background: var(--page-point-color);
        color: #fff;
    }
    .navbar-inverse .dropdown-menu>li:last-child>a {
        border-bottom: 1px solid rgba(0, 0, 0, 0);
    }
}

@media (min-width: 768px) and (max-width:991px) {
	.navbar-inverse .navbar-nav > li > a {
		padding-left: 12px;
		padding-right: 12px;
	}
}

@media (min-width: 768px) and (max-width: 1199px) {
	/* .navbar-inverse .dropdown-menu {
		left: auto !important;
		right: 0 !important;
	}
	
	.navbar-inverse .navbar-nav > li:first-child .dropdown-menu {
		left: 0 !important;
		right: auto !important;
	} */
}

.container_slide {
	width: 100%;
	padding-left: 0;
	padding-right: 0;
}

.container_slide .fill {
	height: calc(100vh - 96px);
}

@media (max-width: 767px) {
	.container_slide .fill {
		height: calc(100vh - 61px);
	}
}

.container_slide .carousel-caption h1 span,
.container_slide .carousel-caption p span {
	background-color: transparent;
	opacity: 1;
	text-shadow: none;
	display: block;
	padding: 0;
	margin: 0;
}

.container_slide .carousel-caption h1 {
	animation-fill-mode: both;
	animation-duration: 1s;
	animation-name: fadeInUp;
}

.container_slide .carousel-caption h1 span {
	font-size: 48px;
	color: #313131;
	letter-spacing: -0.05em;
	text-indent: 0.05em;
	text-shadow: 0px 1px 20px #FFF;
}

.container_slide .carousel-caption h1 span strong {
	font-size: 1.5em;
	animation-duration: 1s;
	animation-delay: 1.5s;
	animation-fill-mode: forwards;
	animation-name: captionFocus;
}

/* 메인 슬라이드 */
.container_contents {
    width: 100%;
}
.container_contents > .intro-html-layout > div {
    padding: 0;
}

.container_slide {
    width: 100%;
    padding: 0;
}
.container_slide .fill {
    height: 700px;
}
#mainCarousel .carousel-inner .item {
    height: 720px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
#mainCarousel .carousel-inner .item:nth-child(1) {background-image: url(/skin/img/slide/slide02.jpg);}
#mainCarousel .carousel-inner .item:nth-child(2) {background-image: url(/skin/img/slide/slide03.jpg);}

#mainCarousel .carousel-caption {
    top: 48%;
    bottom: auto;
    font-family: 'NanumSquare';
    transform: translateY(-50%);
    text-shadow: none;
}
body.jp #mainCarousel .carousel-caption {
    font-family: 'Noto Sans JP', sans-serif;
}
#mainCarousel .carousel-caption .sm {
    margin-bottom: 15px;
    font-size: 17px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    color: var(--page-secondary-color);
    letter-spacing: 0.2em;
}
#mainCarousel .carousel-caption h1 {
    position: relative;
    margin: 0 0 40px;
    font-size: 65px;
    font-weight: 600;
}
#mainCarousel .carousel-caption p {
    margin: 0;
    font-size: 25px;
    line-height: 1.5em;
    font-weight: 200;
    letter-spacing: 0;
}
.carousel-indicators li,
.carousel-indicators li.active {
    width: 40px;
    height: 5px;
    margin: 0 4px;
    border-radius: 0;
}

@keyframes captionFocus {
	from { color: #313131; }
	to { color: #FD7D23; }
}

@media (min-width: 768px) {
	.carousel-caption {
		top: 35%;
		left: 10%;
		right: 10%;
	}
}

@media (max-width: 1199px) {
	.container_slide .carousel-caption h1 span {
		font-size: 32px;
	}
}

@media (max-width: 767px) {
	.container_slide .carousel-caption h1 span {
		font-size: 22px;
	}
}

@media (max-width: 539px) {
	.container_slide .carousel-caption h1 span {
		font-size: 14px;
	}
}

/* 메인 페이지 */
.mainPage h2 {
    margin: 0 0 45px;
    font-size: 44px;
    font-weight: 700;
    color: #111;
    text-align: center;
}
/* BUSINESS */
.mainPage #section1 {
    padding: 110px 0 130px;
}
.mainPage .box-main-biz {
    margin: 0 -10px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0 18px;
}
.mainPage .box-main-biz .link > a {
    width: 100%;
    position: relative;
    display: inline-block;
    text-decoration: none;
    overflow: hidden;
}
.mainPage .box-main-biz .link > a::before {
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(0,0,0,0) linear-gradient(0deg, rgba(0,0,0,0.6) 0%, rgba(255,0,0,0) 50%);
    transition:all 0.3s ease;
    z-index: 90;
}
.mainPage .box-main-biz .link > a:hover::before {
    background: rgba(0,0,0,0.3) linear-gradient(0deg, rgba(238,95,3,0.7) 0%, rgba(255,0,0,0) 50%);
}
.mainPage .box-main-biz .link > a img {
    transform: scale(1);
    transition: all cubic-bezier(0.27, 0.51, 0.38, 1.01) 0.35s;
}
.mainPage .box-main-biz .link > a:hover img {
    transform: scale(1.1);
}
.mainPage .box-main-biz .link .text {
    left: 50%;
    bottom: 25px;
    width: 100%;
    position: absolute;
    color: #fff;
    text-align: center;
    transform: translate(-50%,-50%);
    z-index: 100;
}
.mainPage .box-main-biz .link .text .tit {
    margin: 0;
    font-size: 24px;
    letter-spacing: 0;
    font-weight: 800;
    font-family: 'NanumSquare';
}
.mainPage .box-main-biz .link > a::after {
    content: '\e145';
    top: 50%;
    left: 50%;
    position: absolute;
    padding: 4px 5px;
    font-size: 40px;
    font-weight: 300;
    font-family: 'Material Symbols Outlined';
    color: #fff;
    line-height: 1em;
    background: transparent;
    border: 2px solid #fff;
    transition: all .35s ease;
    transform: translate(-50%,-50%);
    z-index: 100;
    opacity: 0;
    background: rgba(255, 255, 255, 0.14);
}
.mainPage .box-main-biz .link > a:hover::after {
    opacity: 1;
}
/* 하단 */
.mainPage .box-contact {
    display: grid;
    grid-template-columns: 55% 45%;
}
/* .mainPage .box-contact > .map {
    width: 55%;
    margin-bottom: -7px;
} */
.mainPage .box-contact > .map iframe {
    height: 100%;
}
.mainPage .box-contact > .info {
    /* width: 45%;
    display: flex;
    align-items: flex-end; */
    padding: 60px;
    color: #fff;
    background: #222;
}
.mainPage .box-contact > .info .tit {
    margin: 0 0 100px;
    font-size: 28px;
    font-weight: 600;
    letter-spacing: 0.02em;
}
.mainPage .box-contact > .info ul > li {
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 0;
}
.mainPage .box-contact > .info ul > li+li {
    margin-top: 6px;
}
.mainPage .box-contact > .info ul > li a {
    color: inherit;
    text-decoration: underline;
}

/* Sub Page */
.sub-layout {
	width: 100%;
	padding-left: 0;
	padding-right: 0;
	/* padding-bottom: 100px; */
}
.subHeader {
    text-align: left;
    padding: 50px 0;
    margin: 0 0 50px;
    background-image: url(/skin/img/sub/subHeader.jpg);
}
.subHeader h2 {
    font-size: 30px;
    font-weight: 800;
    letter-spacing: -0.05em;
    line-height: 1;
    margin: 0 0 10px;
}

.subHeader p {
	font-size: 16px;
    letter-spacing: -0.03em;
    line-height: 1;
    margin: 0;
	opacity: .8;
}

.subMenu {
	padding-bottom: 25px;
}

.subMenu .nav-pills {
	border-top: 2px solid #EE5F03;
	border-bottom: 1px solid #CCC;
}

.subMenu .nav-pills > li > a {
	border-radius: 0;
	color: #515151;
	letter-spacing: -0.03em;
	background-color: transparent;
	border-bottom: 1px solid #DEDEDE;
}

.subMenu .nav-pills > li+li {
	margin-top: 0;
}

.subMenu .nav-pills > li:last-child > a {
	border-bottom: 0;
}

.subMenu .nav-pills > li > a:hover,
.subMenu .nav-pills > li > a:focus {
	background-color: #FAFAFA;
	color: #212121;
}

.subMenu .nav-pills > li.active > a,
.subMenu .nav-pills > li.active > a:hover,
.subMenu .nav-pills > li.active > a:focus {
	background-color: transparent;
	color: #EE5F03;
}

.subMenu .nav-pills > li.active > a::after {
	font-family: FontAwesome;
	float: right;
	content: '\f138';
	position: absolute;
    top: 12px;
    right: 15px;
}

@media (min-width: 768px) {
	.subMenu {
		margin-top: 50px;
		width: 230px;
	}
	
	.subMenu .nav-pills > li > a > small {
		display: block;
	}
	
	.subContent {
		width: calc(100% - 230px);
	}
}

@media (min-width: 992px) {
	.subMenu .nav-pills > li > a {
		font-size: 16px;
		padding: 12px 15px;
	}
}

@media (max-width: 767px) {
	.subMenu {
		display: none;
	}
	
	.subContent {
		width: 100%;
	}
}
.subContent_title {
    font-size: 30px;
    letter-spacing: -0.05em;
    font-weight: 800;
    line-height: 1;
    margin: 0 0 30px;
    padding: 0 0 20px;
    border-bottom: 2px solid #DEDEDE;
}
.breadcrumb {
    float: right;
    margin: 12px 0 0;
    padding: 0;
    font-size: 13px;
    letter-spacing: -0.04em;
    background-color: transparent;
}
.breadcrumb > li {
	color: #666;
	font-weight: 300;
}
.breadcrumb > li:last-child {
	color: #333;
	font-weight: 500;
}
.breadcrumb::before {
    color: #666;
    font-family: FontAwesome;
    content: '\f015';
}
.greetings_cont {
    margin: 0 0 30px;
    font-size: 26px;
    line-height: 1.4;
    letter-spacing: -0.06em;
    font-weight: 500;
}

.subContent_inner p {
    font-size: 15px;
    letter-spacing: -0.03em;
    line-height: 1.8;
    margin: 0 0 20px;
    color: #515151;
    word-break: keep-all;
}

.sc_cont_big {
    margin: 25px 0 15px;
	font-size: 24px;
    font-weight: 400;
    letter-spacing: -0.05em;
    line-height: 1;
}

.sc_cont_big::before {
	content: '';
	display: block;
	float: left;
	width: 6px;
	height: 6px;
	margin-right: 7px;
	border-radius: 50%;
	background-color: #EE5F03;
}

.about_box {
	text-align: center;
	padding: 50px 15px;
    margin: 0 0 25px;
	background: url(/skin/img/tit_bg_orange.png) repeat;
}
.about_box_txt {
    margin: 0;
    font-weight: 600;
    line-height: 1.4;
    font-size: 25px;
    letter-spacing: -0.06em;
    display: inline-block;
    background-color: #FFF;
    padding: 25px 50px;
    border: 1px solid rgba(238, 94, 3, 0.3);
    border-bottom: 3px solid rgba(238, 94, 3, 0.3);
}
.about_box_txt > span {
    font-weight: 400;
    letter-spacing: -0.08em;
}
.idea_cont2 {
	margin: 25px 0 30px;
}
.idea_cont2_item_txt {
    color: #333 !important;
    font-size: 16px !important;
    text-align: center;
    padding: 14px 15px 12px;
    border: 1px solid rgba(238, 94, 3, 0.4);
    border-bottom-width: 3px;
    margin-bottom: 0 !important;
}
.idea_cont3_ul {
	padding-left: 20px;
	margin-bottom: 0;
}
.idea_cont3_ul > li {
    list-style-type: none;
    font-size: 16px;
    letter-spacing: -0.04em;
    line-height: 2;
    color: #666;
    word-break: keep-all;
}
.idea_cont3_ul > li::before {
    color: #ee5e03;
    font-size: 18px;
    font-family: FontAwesome;
    content: '\f05d';
    margin-left: -20px;
    margin-right: 10px;
}

.location_map {
	margin-bottom: 20px;
}

.location_map > iframe {
	width: 100%;
	height: 500px;
	border: 1px solid #DEDEDE;
}

.quality_square {
	margin: 0 0 30px;
}

.quality_square > div {
	padding: 0;
	margin-bottom: 10px;
}

.quality_square > div > div {
	background-color: #FAFAFA;
	padding: 25px 5px;
}

.quality_square > div > div p {
	margin: 0;
	text-align: center;
	min-height: 56px
}

.quality_square_color1 {
	background-color: #F1F7FC !important;
	border-bottom: 3px solid #41719C; 
}

.quality_square_color2 {
	background-color: #F5FFF4 !important;
	border-bottom: 3px solid #00B050;
}

.quality_square_color3 {
	background-color: #FEFAF8 !important;
	border-bottom: 3px solid #EE5F03;
}

.quality_square_color3 p {
	padding-top: 15px;
}
.quality_cert_label {
    margin: 10px 0 0;
    text-align: right;
    width: 100%;
    border-top: 1px solid #333;
    padding: 5px 0 0;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: -0.05em;
}

/* Table */
.table.table-style {
    margin-bottom: 0;
}
.table.table-style thead tr th,
.table.table-style tbody tr th,
.table.table-style tbody tr td {
    padding: 8px;
    font-size: 15px;
    font-weight: 300;
    letter-spacing: -0.04em;
    line-height: 1.4;
    text-align: center;
    vertical-align: middle;
    color: #000;
    letter-spacing: 0;
}
.table.table-style thead tr th,
.table.table-style tbody tr th {
    font-weight: 500;
    color: #fff;
    background: #999999;
}
.table.table-style thead tr th {
    border-bottom-width: 1px;
}
.table.table-style tbody tr th,
.table.table-style tbody tr td {
	border-bottom: 1px solid #DEDEDE;
}

.dh-board .table.table-hover {
	border-top: 2px solid #EE5F03;
	border-bottom: 0;
}

.dh-board .table.table-hover thead tr th,
.dh-board .table.table-hover tbody tr th,
.dh-board .table.table-hover tbody tr td {
	padding: 12px 15px;
	font-size: 15px;
	color: #515151;
	letter-spacing: -0.03em;
	line-height: 1.4;
}

.dh-board .table.table-hover tbody tr th,
.dh-board .table.table-hover tbody tr td {
	border-bottom: 1px solid #DEDEDE;
}

.recruit01_item > dt {
	float: left;
    width: 64px;
    height: 64px;
    background-color: #DDD;
    border-radius: 50%;
    font-size: 32px;
    text-align: center;
    padding: 8px;
	color: #FFF;
}

.recruit01_item > .recruit01_icon_orange {
	background-color: #FD7D23;
}

.recruit01_item > .recruit01_icon_dark {
	background-color: #414141;
}

.recruit01_item > dd {
    float: left;
    width: calc(100% - 64px);
    padding: 0 15px 0;
}

.recruit01_item_title {
    margin: 5px 0 10px;
    font-size: 18px;
    letter-spacing: -0.05em;
}
.recruit02_item_num {
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    color: #fd7d23;
    padding-right: 10px;
}
.recruit02_item_title {
    display: inline-block;
    font-size: 18px;
    letter-spacing: -0.04em;
}
.recruit02_item > i {
    display: block;
    font-size: 40px;
    text-align: center;
    color: #333;
    margin: 20px 0 30px;
}
.recruit02_item_des {
    color: #666 !important;
    line-height: 1.6 !important;
    font-size: 14px !important;
}
.recruit02_box_txt {
    border: 1px solid #ddd;
    padding: 10px 0;
    color: #666;
    font-size: 16px;
    letter-spacing: -0.06em;
}
.recruit02_box p {
    background: rgba(238, 94, 3, 0.1);
    color: #333;
    font-size: 15px !important;
    padding: 5px 0;
    border-radius: 50px;
    border: 1px solid #ee5e03;
}
/* Footer */
.footer_copy .text-center {
    padding: 42px 0;
    color: #999;
    text-align: left;
    background-color: #aaa;
}
.footer-wrap ul {
    margin: 0;
    padding: 0;
}
.footer-wrap ul > li {
    display: inline-block;
    font-size: 15px;
    line-height: 24px;
    color: #ededed;
}
.footer-wrap ul > li+li {
    margin-left: 15px;
}
.footer-wrap ul > li:first-child {
    font-weight: 500;
    color: #fff;
}
.footer-wrap ul > li.copy {
    margin-top: 12px;
    font-size: 13px;
    color: #d9d9d9;
    letter-spacing: 0.02em;
    line-height: 1;
}
/* .footer_copy .text-center {
    background-color: #222;
    color: #a8abb0;
    font-size: 12px;
    padding: 70px 0 60px;
    margin: 0px 0px 0px 0px;
    text-align: center;
    float: none;
}
.footer_copy .wrap-footer {
	max-width: 1170px;
    color: #a8abb0;
    margin: 0 auto;
    font-size: 12px;
    text-align: left;
    font-weight: 300;
}
.footer_copy .wrap-footer img {
    margin-right: 30px;
}
.wrap-footer > .text-right {
   margin-top: 70px;
}
address {
    margin-bottom: 0;
    margin-top: 6px;
	line-height: 22px;
}
@media screen and (max-width:768px){
	.wrap-footer address{
		display: inline-block;
		margin-top: 20px;
		width: 100%;
	}
	.wrap-footer > .text-right{
		text-align:left;
	}
} */

.maintenance {
    margin-top: 5px;
    border: 7px solid #E5E5E5;
    padding: 50px 25px;
    text-align: center;
}

.maintenance .icon {
    display: block;
    line-height: 1;
    font-size: 64px;
	margin-bottom: 10px;
}

.maintenance .big-cont {
	display: block;
    line-height: 1;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: -0.05em;
    margin-bottom: 20px;
}

.maintenance .small-cont {
    display: block;
    line-height: 1.5;
    font-size: 14px;
    letter-spacing: -0.03em;
    color: #818181;
    margin-bottom: 20px;
}

/* Helper */
.mt-0 { margin-top: 0 !important; }




/*************** 서브 시작 ***************/
/* 공통 스타일 */
#site > .container {
    width: 100%;
    padding: 0;
}
.subPage > .pageTop {
    height: 340px;
    position: relative;
    color: #fff;
    background: #333 url(/skin/img/sub/bg_subTop.jpg) no-repeat center / cover;
    display: flex;
    align-items: center;
    justify-content: center;
}
#major_customer > .pageTop, #inquiry > .pageTop {
    height: 300px;
}
.subPage > .pageTop::before {
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    display: block;
    background: #000;
    opacity: 0.4;
}
.subPage > .pageTop h1,
.subPage > .pageTop h2 {
    width: 100%;
    position: relative;
    margin: -45px 0 0;
    font-size: 43px;
    font-weight: 700;
    text-align: center;
    font-family: 'NanumSquare';
}
.subPage > .pageTop h1 {
    margin-top: 0;
}

/* Link */
.subPage .link {
    position: relative;
    margin-top: -64px;
    background: rgba(0, 0, 0, 0.49);
    /* border-top: 1px solid rgba(255, 255, 255, 0.25); */
}
.subPage .link ul {
    text-align: center;
}
.subPage .link ul > li {
    display: inline-block;
    padding: 0 40px;
}
.subPage .link ul > li > a {
    height: 64px;
    min-width: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    font-size: 18px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.73);
    line-height: 1.2em;
    letter-spacing: 0.02em;
    transition: all 0.15s;
    font-family: 'NanumSquare';
}
.subPage .link ul > li > a::before {
    content: '';
    left: 50%;
    bottom: 0px;
    width: 0;
    height: 4px;
    position: absolute;
    background: var(--page-secondary-color);
    transform: translateX(-50%);
    transition: all 0.3s;
}
.subPage .link ul > li > a::after {
    content: '';
    display: block;
    position: absolute;
    width: 1px;
    height: 17px;
    background: rgba(255, 255, 255, 0.14);
    left: -40px;
}
.subPage .link ul > li:first-child > a::after {
	display:none;
}
.subPage .link ul > li > a:hover::before,
.subPage .link ul > li.active > a:before {
    width: 100%;
}
.subPage .link ul > li.active > a {
    color: #fff;
    background: transparent;
}
.subPage .link ul > li:not(.active) > a:hover,
.subPage .link ul > li:not(.active) > a:focus {
    color: #fff;
    background: transparent;
}

.subPage > .contents {
    padding: 110px 0 120px;
}
#inquiry .contents {
    padding: 110px 0 100px;
}
.subPage > .contents .row:not(.page-title)+.row {
    margin-top: 110px;
}

.title-lv-1 {
    margin: 0 0 100px;
    font-size: 40px;
    font-weight: 800;
    color: #111;
    line-height: 1em;
    text-align: center;
    font-family: 'NanumSquare';
}
.title-lv-2 {
    position: relative;
    margin: 0 0 25px;
    padding-left: 12px;
    font-size: 26px;
    font-weight: 600;
    color: #111;
    line-height: 1em;
}
.title-lv-2::after {
    content: '';
    top: -5px;
    left: 0;
    width: 8px;
    height: 8px;
    position: absolute;
    background: var(--page-point-color);
    border-radius: 30px;
}
.page-title p.desc {
    margin: -80px 0 100px;
    font-size: 18px;
    font-weight: 400;
    color: #f05731;
    text-align: center;
}

.list-default {
    margin: 0;
    padding-left: 0;
    list-style-type: none;
}
.list-default > li {
    position: relative;
}
.list-style-1 > li {
    padding-left: 12px;
}
.list-style-1 > li+li {
    margin-top: 5px;
}
.list-style-1 > li::before {
    content: '';
    top: 8px;
    left: 0;
    width: 4px;
    height: 4px;
    position: absolute;
    background: #333;
    border-radius: 30px;
}

/* 모달 */
body.modal-open {
    overflow: auto !important;
    padding-right: 0 !important;
}
.btn-modal:hover {
    cursor: pointer;
}
.modal .modal-content {
    border-radius: 0;
}
.modal .modal-header {
    padding: 15px 45px 15px 20px;
    color: #fff;
    background-color: var(--page-point-color-on);
    border-bottom: none;
}
.modal .modal-header .modal-title {
    display: inline-block;
    margin: 4px 0 -4px;
    font-size: 18px;
    font-weight: 500;
    white-space: normal;
    line-height: 1.3em;
    letter-spacing: 0;
}
.modal .modal-header button {
    top: 13px;
    right: 20px;
    position: absolute;
    font-size: 35px;
    font-weight: 400;
    color: #fff;
    text-shadow: none;
    opacity: 0.5;
}
.modal .modal-footer {
    padding: 0 20px 20px 20px;
    border-top: none;
}
.modal .modal-footer > a {
    padding: 8px 25px;
    color: #333;
    border: 1px solid #d8d8d8;
    border-radius: 0;
}
.modal .modal-footer > a:hover {
    background-color: #f6f6f6;
}
@media (min-width: 1200px) {
    .modal-dialog {
        width: 1030px;
    }
}


/* 인사말 (페이지) */
.wrap-greet .text {
    margin-top: 60px;
    text-align: center;
}
.wrap-greet .text p {
    margin: 0;
    font-size: 22px;
    line-height: 1.7em;
    position: relative;
    font-weight: 200;
    color: #000;
}
.wrap-greet .text p::before {
    content: '';
    display: block;
    position: absolute;
    width: 25px;
    height: 2px;
    background: #ee5f03;
    left: 50%;
    transform: translateX(-50%) rotate(-90deg);
    top: -49px;
    box-shadow: 25px 0 0px #fff;
}
.wrap-greet .text p strong {
    color: var(--page-point-color);
    font-weight: 600;
}

/* 연혁 및 인증 (페이지) */
.box-history {
    display: grid;
    grid-template-columns: repeat(auto-fit, calc(100% / 6));
    gap: 60px 0;
}
.box-history > .item {
    position: relative;
    text-align: center;
}
.box-history .item::before {
    content: '';
    top: 50%;
    left: 0;
    width: 100%;
    height: 5px;
    position: absolute;
    background: #eee;
    transform: translateY(-50%);
}
body.jp .box-history .item::before {
    top: 45%;
}
.box-history > .item .block {
    display: flex;
    flex-direction: column;
    position: relative;
    margin: 100px 0 0;
    margin-right: -70px;
    padding: 0 10px;
}
.box-history > .item .block:first-child {
    flex-direction: column-reverse;
    margin: 0;
    margin-left: -100px;
}
.box-history > .item .block::before {
    content: '';
    top: -50px;
    left: 50%;
    width: 1px;
    height: 50px;
    position: absolute;
    background: #ccc;
    transform: translateX(-50%);
}
.box-history > .item .block::after {
    content: '';
    top: -55px;
    left: 50%;
    width: 10px;
    height: 10px;
    position: absolute;
    background: #999;
    border-radius: 30px;
    transform: translateX(-50%);
}
.box-history > .item .block:first-child::before {
    top: auto;
    bottom: -50px;
}
.box-history > .item .block:first-child::after {
    top: auto;
    bottom: -55px;
}
.box-history > .item .date {
    width: 80px;
    margin: 0 auto;
    padding: 7px;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    line-height: 1em;
    background: #f05731;
    /* border-radius: 20px; */
}
.box-history > .item .detail p {
    margin: 10px 0 0;
    font-size: 17px;
    font-weight: 400;
    color: #000;
}
.box-history > .item .block:first-child .detail p {
    margin: 0 0 10px;
}
.box-history > .item .detail p .sm {
    left: 50%;
    bottom: -13px;
    display: block;
    position: absolute;
    font-size: 14px;
    line-height: 1em;
    transform: translateX(-50%);
}
body.jp .box-history > .item .detail p .sm {
    font-size: 11px;
}
.box-history > .item .block:first-child .detail p .sm {
    top: -15px;
    bottom: auto;
}
.box-certificate {
    display: flex;
    justify-content: space-between;
    margin-top: 120px;
}
.box-certificate > .item img {
    height: 280px;
    padding: 5px;
    border: 1px solid #ddd;
}
.box-certificate figure figcaption {
    margin-top: 15px;
    font-size: 17px;
    font-weight: 600;
    text-align: center;
}

/* GLOBAL NETWORK (페이지) */
.box-global-network {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0px;
    padding: 0 30px;
}
.box-global-network .branch .inner+.inner {
    margin-top: 30px;
}
.box-global-network .branch figure {
    position: relative;
    padding: 0 25px 25px 0;
}
.box-global-network .branch figure img {
    max-width: 400px;
}
.box-global-network .branch figure figcaption {
    right: 0;
    bottom: 0;
    min-width: 200px;
    position: absolute;
    padding: 15px 24px;
    font-size: 17px;
    font-weight: 700;
    color: #111;
    background: #fff;
    /* border-radius: 15px 0 0 0; */
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.26);
}
.box-global-network .branch figure figcaption .sm {
    display: block;
    font-weight: 300;
}

/* 오시는 길 (페이지) */
.wrap-contact .map iframe {
    height: 400px;
}
.wrap-contact > .info {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 30px;
    padding: 40px 40px;
    position: relative;
    background: #f5f5f5;
    overflow: hidden;
}
.wrap-contact > .info::before {
    content: 'JEIL SOLUTEC';
    display: block;
    position: absolute;
    font-size: 90px;
    font-weight: 800;
    color: #ebebeb;
    bottom: -13px;
    left: 0;
    line-height: 1;
}
.wrap-contact > .info h3 {
    margin: 0;
    font-size: 28px;
    font-weight: 900;
    letter-spacing: -0.01em;
    font-family: 'NanumSquare';
}
.wrap-contact > .info h3 {
    font-family: 'Noto Sans JP', sans-serif;
}
.wrap-contact ul > li {
    padding-left: 105px;
    font-size: 17px;
}
.wrap-contact ul > li+li {
    margin-top: 12px;
}
.wrap-contact ul > li::before {
    content: '';
    top: 1px;
    left: -32px;
    width: 23px;
    height: 23px;
    position: absolute;
    padding: 1px 5px 0;
    font-size: 14px;
    font-family: 'Material Symbols Outlined';
    font-variation-settings: 'FILL' 1;
    color: #fff;
    text-align: center;
    background: var(--page-point-color);
    border-radius: 30px;
}
.wrap-contact ul > li.addr::before {
    content: '\e0c8';
}
.wrap-contact ul > li.tel::before {
    content: '\e0b0';
}
.wrap-contact ul > li.site::before {
    content: '\e894';
}
.wrap-contact ul > li.email::before {
    content: '\e158';
}
.wrap-contact ul > li .tit-sub {
    top: 2px;
    left: 0;
    position: absolute;
    font-size: 90%;
    font-weight: 700;
    color: #555;
}
.wrap-contact ul > li a {
    color: inherit;
    text-decoration: underline;
}

/* 설비현황 (페이지) */
.wrap-facility {
    display: flex;
    gap: 30px;
}
.wrap-facility+.wrap-facility {
    margin-top: 50px;
    padding-top: 50px;
    border-top: 1px dashed #ccc;
}
.wrap-facility > .detail {
    width: 50%;
}
.wrap-facility > .image {
    width: 50%;
}
.wrap-facility figure figcaption {
    margin: 10px 0 0;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    color: #111;
}
.wrap-facility .bottom {
    display: flex;
    align-items: center;
    gap: 15px;
}
.wrap-facility .table-responsive+.table-responsive {
    margin-top: 30px;
}
.wrap-facility table > thead > tr > th:first-child {
    width: 100px;
}
.wrap-facility table > thead > tr > th:last-child {
    width: 50px;
}
.wrap-facility .btn-modal .wrap-img {
    position: relative;
    overflow: hidden;
}
.wrap-facility .btn-modal .wrap-img::before {
    content: '';
    right: 0;
    bottom: 0;
    width: 30px;
    height: 30px;
    position: absolute;
    background: #000;
    opacity: 0.5;
    z-index: 100;
}
.wrap-facility .btn-modal .wrap-img::after {
    content: '\e145';
    right: 0;
    bottom: 0;
    width: 30px;
    height: 30px;
    position: absolute;
    font-size: 23px;
    font-weight: 200;
    font-family: 'Material Symbols Outlined';
    color: #fff;
    text-align: center;
    z-index: 110;
}
.wrap-facility .btn-modal .wrap-img img {
    transition: all 0.3s ease;
}
.wrap-facility .btn-modal:hover .wrap-img::before {
    opacity: 1;
}
.wrap-facility .btn-modal:hover .wrap-img img {
    transform: scale(1.1);
}
.wrap-facility .btn-modal:hover figcaption {
    color: var(--page-point-color);
}

#facility01 .bottom {
    margin-top: 30px;
}
#facility01 .bottom img {
    max-height: 220px;
}
#facility01 figure figcaption {
    margin: 15px 0 0;
    padding-bottom: 15px;
    /* margin: 25px 0 35px; */
    font-size: 19px;
}
#facility02 > .image .row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 -8px;
}
#facility02 > .image .row > div {
    padding: 0 8px;
}
#facility02 > .image .row > div:nth-child(n+3) {
    margin-top: 20px;
}
#facility03 {
    gap: 40px;
}
#facility03 > .detail {
    width: 62%;
}
#facility03 > .image {
    width: 38%;
}
#facility03 .bottom {
    margin-top: 30px;
}

/* 설계/개발 과정 (페이지) */
#design_step .top h3 {
    margin: 0 0 35px;
    font-size: 28px;
    font-weight: 700;
    color: var(--page-point-color);
    line-height: 1.5em;
    text-align: center;
}
.list-step {
    display: flex;
    gap: 5px;
}
.list-step > li {
    flex-basis: 20%;
}
.list-step > li+li::before {
    content: '\e5cc';
    top: 54%;
    left: -18px;
    width: 30px;
    height: 30px;
    position: absolute;
    font-size: 25px;
    font-weight: 500;
    font-family: 'Material Symbols Outlined';
    color: var(--page-point-color);
    line-height: 30px;
    text-align: center;
    background: #fff;
    border-radius: 30px;
    padding: 0 0 0 4px;
}
.list-step > li .inner {
    height: 100%;
    background: #f8f8f8;
}
.list-step > li .bottom .tit {
    margin: 0;
    padding: 14px;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    line-height: 1em;
    text-align: center;
    background: var(--page-point-color);
}
.list-step > li .bottom ul {
    padding: 20px 30px 20px 25px;
}
.list-step > li .bottom ul li {
    font-size: 15px;
    letter-spacing: -0.04em;
}
.list-step > li .bottom ul li+li {
    margin-top: 3px;
}
.box-feature {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    margin-top: 60px;
}
.box-feature > .item {
    padding: 35px 30px;
    background: #f8f8f8;
    border-top: 2px solid var(--page-point-color-on);
}
.box-feature .tit {
    display: flex;
    gap: 4px;
    position: relative;
    padding-top: 5px;
    padding-left: 0;
    margin: 0 0 15px;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: -0.03em;
}
.box-feature .tit .no {
    top: 0;
    left: 0;
    /* position: absolute; */
    font-size: 18px;
    color: #000;
    font-weight: 700;
    margin-right: 5px;
}
.box-feature .desc p {
    display: flex;
    gap: 5px;
    position: relative;
    margin: 0;
    padding: 10px 10px 10px 15px;
    font-size: 15px;
    background: #fff;
    border-radius: 30px;
}
.box-feature .desc p+p {
    margin-top: 3px;
}
.box-feature .desc p::before {
    content: '\e941';
    font-size: 22px;
    font-family: 'Material Symbols Outlined';
    color: var(--page-point-color);
}

/* 주요제품 1 (페이지) */
.wrap-prod+.wrap-prod {
    margin-top: 80px;
    padding-top: 80px;
    border-top: 1px dashed #ddd;
}
.wrap-prod .box-prod {
    counter-reset: list-number;
    display: grid;
    align-items: center;
    grid-template-columns: 1fr 1.8fr;
    gap: 40px 20px;
}
.wrap-prod .box-prod+.box-prod {
    margin-top: 80px;
}
.wrap-prod .box-prod > .item.right {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
}
.wrap-prod .box-prod > .item .block {
    counter-increment: list-number;
    position: relative;
    padding-left: 40px;
}
.wrap-prod .box-prod > .item .block::before {
    content: counter(list-number);
    top: 0;
    left: 0;
    width: 25px;
    height: 25px;
    position: absolute;
    padding-top: 2px;
    font-size: 14px;
    font-weight: 600;
    color: var(--page-point-color);
    text-align: center;
    border: 1px solid var(--page-point-color);
    border-radius: 30px;
}
.wrap-prod .box-prod > .item .bottom {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 8px;
    gap: 8px;
}
.wrap-prod .box-prod > .item .bottom.full {
    grid-template-columns: 1fr;
}
.wrap-prod .box-prod > .item .bottom img {
    width: 100%;
    height: 65px;
    padding: 2px;
    border: 1px solid #ddd;
}
.wrap-prod .box-prod > .item.right .block > img {
    width: 100%;
    padding: 2px;
    border: 1px solid #ddd;
}
.wrap-prod .box-prod > .item .block > .row {
    margin: 0;
    display: flex;
}
.wrap-prod .box-prod > .item .block > .row+.row {
    margin-top: 8px;
}
.wrap-prod .box-prod > .item .block > .row > div {
    padding: 2px;
    border: 1px solid #ddd;
}
.wrap-prod .box-prod > .item .block > .row > div:first-child {
    margin-right: 4px;
}
.wrap-prod .box-prod > .item .block > .row > div:last-child {
    margin-left: 4px;
}
.wrap-prod .box-prod > .item .block > .row > div img {
    width: 100%;
    height: 100%;
}
.wrap-prod .box-prod > .item .block figure {
    padding: 15px;
    border: 1px solid #ddd;
}
.wrap-prod .box-prod > .item .block figure figcaption {
    margin-bottom: 10px;
    font-weight: 600;
    line-height: 1em;
}
.wrap-prod .box-prod > .item .block figure img {
    height: 160px;
}

.wrap-prod#prod01 .box-prod > .item.right .block > img {
    height: 180px;
}
.wrap-prod#prod01 .box-prod+.box-prod > .item.right {
    counter-set: list-number 4;
}
.wrap-prod#prod02 .box-prod > .item .block > .row > div img {
    height: 110px;
}
.wrap-prod#prod02 .box-prod+.box-prod .block::before {
    content: '1';
}
.wrap-prod#prod02 .box-prod+.box-prod .block:last-child:before {
    content: '2';
}
.wrap-prod#prod03 .box-prod > .item.right .block:not(:last-child) > img {
    height: 78px;
}
.wrap-prod#prod03 .box-prod > .item.right .block:not(:last-child) > img+img {
    margin-top: 8px;
}
.wrap-prod#prod03 .box-prod > .item.right .block figure {
    padding: 0;
    border: none;
}
.wrap-prod#prod03 .box-prod > .item.right .block figure img {
    width: 100%;
    height: auto;
    padding: 2px;
    border: 1px solid #ddd;
}
.wrap-prod#prod03 .box-prod > .item.right .block figure figcaption {
    margin-top: 10px;
    text-align: center;
}
.wrap-prod#prod03 .box-prod > .item .block:nth-child(3)::after {
    content: '4';
    top: 85px;
    left: 0;
    width: 25px;
    height: 25px;
    position: absolute;
    padding-top: 2px;
    font-size: 14px;
    font-weight: 600;
    color: var(--page-point-color);
    text-align: center;
    border: 1px solid var(--page-point-color);
    border-radius: 30px;
}
.wrap-prod#prod04 .box-prod > .item.right .block:nth-child(1) > img {
    height: 103px;
}
.wrap-prod#prod04 .box-prod > .item.right .block:not(:last-child) > img+img {
    margin-top: 8px;
}
.wrap-prod#prod04 .box-prod > .item .block:nth-child(1)::after {
    content: '2';
    top: 115px;
    left: 0;
    width: 25px;
    height: 25px;
    position: absolute;
    padding-top: 2px;
    font-size: 14px;
    font-weight: 600;
    color: var(--page-point-color);
    text-align: center;
    border: 1px solid var(--page-point-color);
    border-radius: 30px;
}

/* 주요제품 2 (페이지) */
.wrap-prod-2+.wrap-prod-2 {
    margin-top: 80px;
    padding-top: 80px;
    border-top: 1px dashed #ddd;
}
.wrap-prod-2 .box-prod {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
}
.wrap-prod-2 .box-prod > .item {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 15px;
    padding-top: 50px;
    border: 1px solid #ddd;
}
.wrap-prod-2 .box-prod figure figcaption {
    top: 15px;
    left: 15px;
    position: absolute;
    margin: 0 0 15px;
    font-weight: 600;
    line-height: 1em;
    color: #111;
}
.wrap-prod-2 .box-prod figure img {
    max-height: 250px;
}
.wrap-prod-2#prod02 .box-prod {
    grid-template-columns: repeat(3, 1fr);
}
.wrap-prod-2#prod02 .box-prod > .item:nth-child(5) {
    height: calc(100% - 15px);
    grid-row: 4 / -1;
    grid-column: 3 / 4;
}

/* 주요고객사 (페이지) */
/* .wrap-major-customer {
    display: flex;
} */
.wrap-major-customer > .left {
    /* width: 50%; */
    border: 1px solid #ddd;
    padding: 65px 30px;
}
/* .wrap-major-customer > .right {
    width: 50%;
} */
.wrap-major-customer .logos {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 45px;
    /* gap: 30px; */
    align-items: center;
    justify-content: center;
}
.wrap-major-customer .logos img {
    max-width: 140px;
    max-height: 80px;
}
/* .wrap-major-customer figure {
    padding: 20px;
    border: 1px solid #ddd;
    border-left: none;
    background: #f5f5f5;
}
.wrap-major-customer figure figcaption {
    margin: 10px 0 25px;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
} */

/* 문의하기 (메일폼) */
#inquiry .form-control {
    height: 38px;
    border-radius: 0;
    box-shadow: none;
}
#inquiry .form-control:focus {
    border-color: #f05731;
}
#inquiry textarea.form-control {
    height: 220px;
    padding: 15px 15px;
}
#inquiry #mailForm label[for='mail_agree'] {
    font-size: 16px;
    font-weight: 300;
    color: #000;
}
#inquiry label {
	font-size:17px;
	margin-bottom: 7px;
}
#inquiry input[type=submit] {
    width: 180px;
    margin: 140px auto 0;
    padding: 12px;
    font-size: 16px;
    border-radius: 0;
    letter-spacing: 0.02em;
}
#inquiry .form-group {
    margin-bottom: 30px;
}
/**************** 서브 끝 ****************/

/*********** 모바일 최적화 시작 ***********/
@media (max-width: 767px) { /* Small devices (col-xs-*) 모바일 */
    .body-layout{padding-top:88px;font-size:15px}
    p{line-height:1.5em}
    body.jp dd,
    body.jp dt,
    body.jp figcaption,
    body.jp h1,
    body.jp h2,
    body.jp h3,
    body.jp h4,
    body.jp h5,
    body.jp h6,
    body.jp li,
    body.jp p,
    body.jp td{word-break:break-all}    

    .navbar-inverse .navbar-brand{padding:10px 15px}
    .navbar-inverse .navbar-brand img{height:38px;margin-top:30px}
    .navbar-nav{margin:0 -15px}
    .navbar-inverse{position:fixed}
    .navbar-inverse > .container{padding:0 15px}
    .navbar-inverse .navbar-nav > li > a{padding:12px 20px;font-size:16px;font-weight:600;border-top:1px solid #eee;}
    .navbar-inverse .navbar-nav > .open > a,
    .navbar-inverse .navbar-nav>.open>a:focus,
    .navbar-inverse .navbar-nav>.open>a:hover{color:#fff !important;background:#f05731;border-color:#f05731;}
    .navbar-nav .open .dropdown-menu{padding:10px 0;background:#f8f8f8}
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a{padding:6px 25px;font-size:15px;font-weight:600;color:#555}    
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus,
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover{font-weight:600;color:#f05731;}
    .navbar-inverse .navbar-toggle{margin:43px 15px 0;background:#f05731;border-color:#f05731;border-radius:0;}
    .navbar-inverse .navbar-toggle:focus,
    .navbar-inverse .navbar-toggle:hover{background-color:#f05731}
    .navbar .caret{display:block;border:none}
    .navbar .caret::after{content:'\f105';top:10px;right:20px;position:absolute;font-family:'Fontawesome';transition:transform ease 0.3s}
    .navbar-inverse .navbar-nav .dropdown.open .caret::after{font-weight:300;transform:rotate(90deg)}

    .ch-lang{top:0;right:0;left:0;width:100%;background:#fff4e6}
    .menu-top ul{justify-content:flex-end;padding-right:11px}
    .menu-top ul>li .lang{padding:10px 4px 9px;border-radius:0}
    .menu-top ul>li .lang:not(.active):hover{background:transparent}

    #mainCarousel .carousel-inner .item{height:300px}
    #mainCarousel .carousel-caption{top:50%;right:0;left:0}
    #mainCarousel .carousel-caption .sm{margin-bottom:10px;font-size:12px}
    #mainCarousel .carousel-caption h1{margin:0 0 25px;font-size:40px}
    body.jp #mainCarousel .carousel-caption h1{font-size:27px}
    #mainCarousel .carousel-caption p{font-size:18px}
    .carousel-indicators li,
    .carousel-indicators li.active{width:35px;margin:0 3px}

    .mainPage #section1{padding:60px 0 80px}
    .mainPage h2{margin:0 0 30px;font-size:36px}
    .mainPage .box-main-biz{grid-template-columns:repeat(2,1fr);gap:12px;margin:0}
    .mainPage .box-main-biz .link>a{height:180px}
    .mainPage .box-main-biz .link>a::after{font-size:25px}
    .mainPage .box-main-biz .link .w_img{top:50%;position:absolute;transform:translateY(-50%)}
    .mainPage .box-main-biz .link .text{bottom:10px}
    .mainPage .box-main-biz .link .text .tit{font-size:20px}
    .mainPage .box-contact{grid-template-columns:1fr}
    .mainPage .box-contact>.map iframe{height:300px}
    .mainPage .box-contact>.info{margin-top:-7px;padding:40px 20px}
    .mainPage .box-contact>.info .tit{margin:0 0 35px;font-size:24px}
    .mainPage .box-contact>.info ul>li{font-size:14px}

    .footer_copy .text-center{padding:27px 0}
    .footer-wrap ul>li{font-size:13px;line-height:20px}
    .footer-wrap ul>li+li{margin-left:10px}
    .footer-wrap ul>li.addr{display:block;margin-left:0}
    .footer-wrap ul>li.copy{margin-top:10px;font-size:11px}

    .subPage>.pageTop{height:160px !important}
    .subPage>.pageTop h1,
    .subPage>.pageTop h2{margin:0;font-size:35px}
    .subPage .link{margin-top:15px;background:transparent}
    .subPage .link ul>li{display:block;padding:0}
    .subPage .link ul>li+li{margin-top:5px}
    .subPage .link ul>li>a{height:auto;padding:12px;font-size:15px;color:rgba(0,0,0,0.73);background:#fff;border:1px solid #ddd}
    .subPage .link ul>li:not(.active)>a:focus,
    .subPage .link ul>li:not(.active)>a:hover{color:#000}
    .subPage .link ul>li.active>a{border-color:var(--page-secondary-color);background:var(--page-secondary-color)}
    .subPage .link ul>li>a::before{display:none}
    .subPage>.contents{padding:60px 0 80px}
    .title-lv-1{margin:0 0 50px;font-size:32px}
    .title-lv-2{margin:0 0 20px;padding-left:10px;font-size:22px}
    .title-lv-2::after{top:-2px;width:6px;height:6px}
    .page-title p.desc{margin:-35px 0 50px;font-size:15px}
    .table.table-style tbody tr td,
    .table.table-style tbody tr th,
    .table.table-style thead tr th{padding:6px;font-size:13px;line-height:1.3}

    .wrap-greet .text p::before{top:-31px;width:20px;box-shadow:20px 0 0 #fff}
    .wrap-greet .text{margin-top:40px}
    .wrap-greet .text p{font-size:18px;line-height:1.55em}
    .box-history{grid-template-columns:1fr;gap:0}
    .box-history .item::before{top:0;left:0;width:5px;height:100%;transform:none}
    .box-history>.item+.item{padding-top:15px}
    .box-history>.item .block{display:grid;grid-template-columns:75px auto;gap:10px;margin:0 0 0 30px !important;padding:0}
    .box-history>.item .block+.block{margin-top:15px !important}
    .box-history>.item .block::before{top:11px !important;left:-30px;width:30px;height:1px;transform:none}
    .box-history>.item .block::after{top:7px !important;left:-32px;width:9px;height:9px;transform:none}
    .box-history>.item .date{width:75px;height:24px;margin:0;padding:5px;font-size:13px}
    .box-history>.item .detail{text-align:left}
    .box-history>.item .detail p{margin:0 !important;font-size:16px}
    .box-history>.item .detail p .sm{position:static;display:inline-block;transform:none}
    .box-certificate{flex-wrap:wrap;justify-content:center;gap:20px 0;margin-top:60px}
    .box-certificate>.item:nth-child(1),
    .box-certificate>.item:nth-child(2){width:50%}
    .box-certificate>.item:nth-child(1){padding-right:5px}
    .box-certificate>.item:nth-child(2){padding-left:5px}
    .box-certificate>.item img{height:250px}
    .box-certificate>.item:nth-child(3),
    .box-certificate>.item:nth-child(3) img{width:100%}
    .box-certificate figure figcaption{margin-top:10px;font-size:15px}
    .box-global-network{flex-direction:column;gap:40px;padding:0}
    .box-global-network .branch .inner+.inner{margin-top:15px}
    .box-global-network .branch figure{padding:0}
    .box-global-network .branch figure img{width:100%;max-width:unset}
    .box-global-network .branch figure figcaption{min-width:auto;position:static;padding:15px 20px;font-size:15px}
    .box-global-network .branch figure figcaption .sm{display:inline-block;margin-left:5px}
    .wrap-contact .map iframe{height:300px}
    .wrap-contact>.info{flex-direction:column;margin-top:15px;padding:25px 20px 55px}
    .wrap-contact>.info::before{bottom:-10px;font-size:50px}
    .wrap-contact>.info h3{font-size:24px}
    .wrap-contact ul{margin-top:15px;margin-left:32px}
    .wrap-contact ul>li{padding:25px 0 0;font-size:15px}
    .wrap-contact ul>li+li{margin-top:10px}
    .wrap-facility{flex-direction:column}
    .wrap-facility+.wrap-facility{margin-top:35px;padding-top:35px}
    .wrap-facility>.detail,
    .wrap-facility>.image{width:100% !important}
    .wrap-facility figure figcaption{font-size:14px}
    .wrap-facility .table-responsive{margin-bottom:0}
    #facility01 figure figcaption{margin:12px 0 0;padding-bottom:12px;font-size:17px}
    #facility01 .bottom{flex-direction:column;margin-top:20px}
    .modal .modal-header{padding:12px 30px 12px 15px}
    .modal .modal-header .modal-title{margin:0;font-size:16px}
    .modal .modal-header button{top:12px;right:15px;font-size:25px}
    .modal .modal-footer{padding:0 15px 15px}
    .modal .modal-footer>a{padding:4px 20px;font-size:13px}
    #facility02>.image .row>div+div{margin-top:15px}
    #facility03{gap:30px}
    #facility03 .bottom{flex-direction:column;margin-top:20px}
    #design_step .top h3{margin:0 0 25px;font-size:25px;line-height:1.35em}
    .list-step{flex-direction:column;gap:35px}
    .list-step>li+li::before{content:'\e5cf';top:-32px;left:50%;padding:0;font-size:30px;transform:translateX(-50%)}
    .list-step>li .bottom .tit{padding:12px;font-size:16px}
    .list-step>li .bottom ul{padding:15px 20px}
    .list-step>li .bottom ul li{font-size:14px}
    .box-feature{grid-template-columns:1fr;margin-top:40px}
    .box-feature>.item{padding:25px 15px}
    .box-feature .tit{padding-top:0;font-size:16px;line-height:1.3em}
    .box-feature .tit .no{font-size:16px;word-break:keep-all}
    .box-feature .desc p{gap:0;padding:10px 5px 10px 10px;font-size:14px;border-radius:5px}
    .wrap-prod+.wrap-prod{margin-top:50px;padding-top:50px}
    .wrap-prod .box-prod{grid-template-columns:1fr;gap:30px 0}
    .wrap-prod .box-prod+.box-prod{margin-top:40px}
    .wrap-prod .box-prod>.item.right{grid-template-columns:1fr;gap:20px}
    .wrap-prod .box-prod>.item .block{padding-left:28px}
    .wrap-prod .box-prod>.item .block::before{width:20px;height:20px;padding-top:1px;font-size:13px}
    .wrap-prod#prod03 .box-prod>.item .block:nth-child(3)::after,
    .wrap-prod#prod04 .box-prod>.item .block:nth-child(1)::after{width:20px;height:20px;padding-top:1px;font-size:13px}
    .wrap-prod-2 .box-prod{grid-template-columns:1fr}
    .wrap-prod-2 .box-prod>.item{padding-top:35px}
    .wrap-prod-2+.wrap-prod-2{margin-top:50px;padding-top:50px}
    .wrap-prod-2#prod02 .box-prod{grid-template-columns:1fr}
    .wrap-prod-2#prod02 .box-prod>.item:nth-child(5){grid-area:auto}
    .wrap-major-customer>.left{padding:35px 20px}
    .wrap-major-customer .logos{grid-template-columns:repeat(2,1fr);gap:30px}
    .wrap-major-customer .logos img{max-width:120px;max-height:65px}
    #inquiry .contents{padding:30px 0 50px}
    #inquiry .form-group{margin-bottom:15px}
    #inquiry label{font-size:16px;margin-bottom:5px}
    #inquiry textarea.form-control{height:160px}
    #inquiry #mailForm label[for='mail_agree']{font-size:14px}
    #inquiry input[type=submit]{width:150px;margin:155px auto 0;padding:8px;font-size:14px}    
}
@media (min-width: 768px) and (max-width: 1199px) { /* Medium·Large devices */
    .navbar .container{padding:0}
    .container > .navbar-header{width:100%;padding:15px 0 0;text-align:center}
    .navbar-inverse .navbar-collapse{text-align:center;line-height:0}
    .navbar-inverse .navbar-brand{float:none;display:inline-block;margin:0 auto !important;padding:0 !important}
    .navbar-inverse .navbar-right{width:100%;margin-top:0;float:none !important;margin-right:0;display:inline-flex}
    .navbar-inverse .navbar-right>li{flex:1 1 auto}
    .navbar-inverse .navbar-nav > li > a{padding:25px 12px !important}
}
@media (min-width: 1200px) { /* Extra large devices (col-lg-*) */
    .navbar-inverse .navbar-right{margin-right:150px;}
}
/************ 모바일 최적화 끝 ************/