@charset "UTF-8";

.content-ilyang-color {
	color: #f51c1c !important;
}

.content-ilyang-bg-color {
	background: #f51c1c;
}

/*sub-visual + breadcrumb*/
main {
	position: relative;
	width: 100%;
	overflow-x:hidden;
}
main.history{
	overflow-x:initial;
}

main>section {
	position: relative;
	width: 100%;
}

.sub-visual-content {
	position: relative;
	width: 100%;
	height: 450px;
	background: url(/image/client/sub/section-bg-01.jpg) 50% 50% / cover no-repeat;
}

.sub-visual-text {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.sub-visual-text>p {
	position: relative;
	overflow: hidden;
}

.sub-tit-eng {
	margin: 0 0 12px;
}

.sub-visual-text p span {
	position: relative;
	display: block;
	transform: translateY(100%);
	opacity: 0;
	animation: subTitle 0.8s ease-in-out forwards;
}

.sub-tit-eng>span {
	font-family: 'Nunito Sans';
	font-size: 18px;
	line-height: 30px;
	font-weight: 600;
	color: rgba(255, 255, 255, 0.6);
}

.sub-tit-kor>span {
	font-size: 48px;
	line-height: 64px;
	font-weight: 700;
	color: #fff;
}

@keyframes subTitle {
	0% {
		transform: translateY(100%);
		opacity: 0;
	}

	100% {
		transform: translateY(0);
		opacity: 1;
	}
}

.main-content {
	width: 100%;
	max-width: 1320px;
	margin: 0 auto;
}

/*sub-visual + breadcrumb*/

.content-wrap {
	width: 100%;
	padding: 80px 0 140px;
}

.menu-title {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	margin: 0 0 50px;
}

.menu-title>h2 {
	position: relative;
	font-size: 40px;
	line-height: 60px;
	font-weight: 700;
	color: #121212;	  
}

/*
.menu-title>h2:after {
	content: '';
	position: absolute;
	right: -18px;
	bottom: 10px;
	display: block;
	width: 10px;
	height: 10px;
	border-radius: 100%;
	background: #f51c1c;
	align-self: flex-end;
}
*/

/*sub공통 끝*/


/*일양약품 메뉴 스타일 시작*/
.page-slogan {
	width: 100%;
	margin: 0 auto 50px;
	font-size: 40px;
	line-height: 60px;
	font-weight: 700;
	color: #121212;
	text-align: center;
	word-break: keep-all;
}

.content {
	position: relative;
}

.intro .content-img-box {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	z-index: 1;
}

.intro .content-img-box img {
	width: 100%;
	height: 100%;
	border-radius: 10px;
}

.intro .content-box {
	background: #f5f6f8;
	border-radius: 10px 0 0 10px;
	padding: 90px 350px 90px 260px;
	position: relative;
	right: -23%;
}

.intro .content-box>span {
	display: block;
	font-family: 'Nunito Sans';
	font-size: 18px;
	line-height: 25px;
	font-weight: 700;
	margin: 0 0 7px;
}

.intro .intro-slogan {
	font-size: 32px;
	line-height: 46px;
	font-weight: 700;
	color: #121212;
	margin: 0 0 30px;
}

.intro .con-box {
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	color: #555;
	margin: 0 0 30px;
	text-indent: 16px;
	word-break: break-word;
}

.intro .con-box:last-of-type {
	margin: 0;
}

.page-slogan.vision {
	font-size: 32px;
	line-height: 44px;
	font-weight: 600;
}

.content.vision .content-img-box {
	margin: 0 0 72px;
}

.content.vision .content-img-box img {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 10px;
	object-fit: cover;
}

.vision01 {
	position: relative;
}

.vision01:before {
	content: '';
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	margin: -222px 0 0;
	z-index: -1;
	width: 100vw;
	height: 871px;
	background: #f5f6f8;
}

.vision .con-box {
	text-align: center;
}

.vision .con-box h3 {
	font-size: 40px;
	line-height: 60px;
	font-weight: 700;
	color: #333;
	text-align: center;
}

.vision .con-box>div {
	width: 100%;
}

.vision .con-box>div img {
	margin: 0 auto;
	max-width: 100%;
	height: auto;
}

.vision01 h3 {
	margin: 0 0 18px;
}

.flex-box {
	display: flex;
}

.con-box.vision02 {
	position: relative;
	width: 100%;
	height: 560px;
	margin: -88px 0 90px;
}

.vision02:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background: url(/image/client/sub/vision-policy-bg.png) 50% 50% / cover no-repeat;
	top: -70px;
	left: 50%;
	transform: translateX(-50%);
	z-index: -1;
}

.vision02 h3 {
	margin: 0 0 70px;
}


.vision03 {
	position: relative;
	padding: 85px 0 120px;
}

.vision03:before {
	content: '';
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	z-index: -1;
	width: 100vw;
	height: 1100px;
	background: #f5f6f8;
	margin: -88px 0 0;
}

.vision03 h3 {
	margin: 0 0 66px;
}

.vision03 .flex-box {
	width: 100%;
	align-items: center;
	justify-content: space-between;
	margin: 0 0 66px;
}

.vision03 .flex-box:first-of-type > div{
	width:calc(100% / 5 - 36px);
}

.vision03 .flex-box.arrow {
	justify-content: flex-start;
	gap: 180px;
}

.vision03 .flex-box.vision-type01,
.vision03 .flex-box.vision-type02 {
	position: relative;
}

.vision03 .flex-box.vision-type01>div {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	line-height: 25px;
	font-weight: 700;
	color: #F51c1c;
	border: 3px solid #ffcdcd;
	background: #fff1f1;
	border-radius: 10px;
	width: 320px;
	height: 80px;
}

.vision03 .flex-box.vision-type01>img,
.vision03 .flex-box.vision-type02>img {
	position: relative;
	display: block;
}

.vision03 .flex-box.vision-type02>div {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	line-height: 25px;
	font-weight: 700;
	color: #F51c1c;
	border: 3px solid #f51c1c;
	background: #fff;
	border-radius: 10px;
	width: 320px;
	height: 80px;
}

.vision03 .flex-box.vision-type01:after,
.vision03 .flex-box.vision-type02:after {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: -1;
	display: block;
	width: 100%;
	height: 100%;
	background: url(/image/client/sub/vision-line01.png) 50% 50% / 100% 1px no-repeat;
}

.vision04 .flex-box {
	position: relative;
	flex-wrap: wrap;
	column-gap: 33px;
}

.vision04 .flex-box:before {
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 280px;
	height: 280px;
	background: url(/image/client/sub/epc-spirit.png) 50% 50% / 100% 100% no-repeat;
}

.vision04.cn .flex-box:before {
	background: url(/image/client/sub/epc-spirit-cn.png) 50% 50% / 100% 100% no-repeat;
}

.vision04.en .flex-box:before {
	background: url(/image/client/sub/epc-spirit-en.png) 50% 50% / 100% 100% no-repeat;
}

.vision04 .flex-box>div {
	border-radius: 10px;
	height: 270px;
	padding: 40px 80px;
}

.vision04 .flex-box>div:first-of-type {
	text-align: left;
	background: url(/image/client/sub/epc-empowerment.jpg) 50% 50% / cover no-repeat;
}

.vision04 .flex-box>div:nth-of-type(2) {
	text-align: right;
	background: url(/image/client/sub/epc-creation.jpg) 50% 50% / cover no-repeat;
}

.vision04 .flex-box>div:first-of-type,
.vision04 .flex-box>div:nth-of-type(2) {
	width: calc(50% - (33px / 2));
	margin: 0 0 24px;
}

.vision04 .flex-box>div:last-of-type {
	width: 100%;
	text-align: left;
	background: url(/image/client/sub/epc-performance.jpg) 50% 50% / cover no-repeat;
}

.spirit-tit-kor {
	font-size: 32px;
	line-height: 46px;
	font-weight: 700;
	color: #fff;
}

.spirit-tit-eng {
	font-family: "Nunito Sans";
	font-size: 16px;
	line-height: 22px;
	font-weight: 700;
	color: #fff;
	margin: 0 0 16px;
}

.spirit-dialog {
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	color: #ffffff;
	text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.con-box.factory {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	margin: 0 0 120px;
}

.con-box.factory>div {
	width: calc(33.33% - 36px);
}

.con-box.factory>div>div:last-of-type {
	background: #f5f6f8;
	border-radius: 0 0 8px 8px;
	padding: 30px 30px 40px;
}

.fac-img {
	display: block;
	border-radius: 8px 8px 0 0;
	max-width: 100%;
}

.fac-name {
	font-size: 24px;
	line-height: 29px;
	font-weight: 700;
	color: #121212;
	margin: 0 0 12px;
}

.fac-dialog {
	font-size: 14px;
	line-height: 20px;
	font-weight: 400;
	color: #555;
	margin: 0 0 32px;
	min-height: 120px;
}

.fac-location,
.fac-tel {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 8px;
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	color: #333;
}

.fac-location {
	margin: 0 0 12px;
}

.fac-location:before {
	content: '';
	display: block;
	width: 18px;
	height: 18px;
	background: url(/image/client/sub/img-location.png) 50% 50% / auto 100% no-repeat;
}

.fac-tel:before {
	content: '';
	display: block;
	width: 18px;
	height: 18px;
	background: url(/image/client/sub/img-phone.png) 50% 50% / auto 100% no-repeat;
}

.ilyang-table {
	width: 100%;
	overflow-x: auto;
}

.factory-table {
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
}

.factory-table th,
.factory-table td {
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	color: #121212;
	padding: 24px 28px;
	border-bottom: 1px solid #c2c2c2;
	vertical-align: middle;
}

.factory-table tr:first-of-type th,
.factory-table tr:first-of-type td {
	border-top: 2px solid #555;
}

.factory-table th {
	text-align: left;
	font-weight: 500;
}

.factory-loc,
.factory-tel,
.factory-fax {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 15px;
	font-variant-numeric: tabular-nums;
}

.factory-loc:before {
	content: '';
	display: block;
	width: 14px;
	height: 17px;
	background: url(/image/client/sub/img-location.png) 50% 50% / auto 100% no-repeat;
}

.factory-tel:before {
	content: '';
	display: block;
	width: 15px;
	height: 15px;
	background: url(/image/client/sub/img-phone.png) 50% 50% / auto 100% no-repeat;
}

.factory-fax:before {
	content: '';
	display: block;
	width: 18px;
	height: 17px;
	background: url(/image/client/sub/img-fax.png) 50% 50% / auto 100% no-repeat;
}

.page-slogan.ideology {
	margin: 0 0 110px;
}

.con-box.ideology {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	gap: 60px;
	margin: 0 0 170px;
}

.con-box.ideology.reverse {
	flex-direction: row-reverse;
}

.con-box.ideology:last-of-type {
	margin: 0;
}

.con-box.ideology .img-box img {
	border-radius: 10px;
}

.topic-box {
	font-size: 32px;
	line-height: 46px;
	font-weight: 700;
	color: #121212;
	margin: 0 0 12px;
}

.dialog-box {
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	color: #555;
	text-indent: 16px;
}

.dialog-box>div:first-of-type {
	margin: 0 0 33px;
}

.content-tab-wrap {
	position: relative;
	width: 100%;
}

.tab-list-box {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin: 0 0 60px;
}

.tab-list-box li {
	display: block;
	width: 20%;
	border: 1px solid #d9d9d9;
	border-right: 0;
}

.tab-list-box li:last-of-type {
	border-right: 1px solid #d9d9d9;
}

.tab-list-box li span {
	display: block;
	width: 100%;
	height: 100%;
	cursor: pointer;
	padding: 15px 0;
	background: #fff;
	font-size: 16px;
	line-height: 24px;
	font-weight: 500;
	color: #787878;
	text-align: center;
}

.tab-list-box li.on {
	border: 1px solid #333;
}

.tab-list-box li.on span {
	color: #fff;
	background: #333333;
}

.tab-list-box li.on+li {
	border-left: 0;
}

.page-slogan.tab-slogan {
	font-size: 32px;
	line-height: 46px;
	margin: 0 auto 80px;
}

.tab-box {
	display: none;
}

.tab-box.tab-on {
	display: block;
}

.content-tab-wrap.ethic .box-01 .con-box {
	margin: 0 114px;
	padding: 80px;
	border: 1px solid #b3b3b3;
	border-radius: 10px;
	background: url(/image/client/sub/ceo-bg.jpg) 50% 50% / 100% 100%no-repeat;
}

.content-tab-wrap.ethic .con-slogan {
	font-size: 24px;
	line-height: 28px;
	font-weight: 700;
	color: #121212;
	margin: 0 0 40px;
}

.box-01 .con-box>div:not(.con-slogan, .sign-slogan) {
	margin: 0 0 30px;
}

.content-tab-wrap.ethic .box-01 .con-box>div>p {
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	color: #333;
}

.tab-box .con-box>.sign-slogan>p {
	text-align: center;
	font-size: 20px;
	line-height: 28px;
	font-weight: 700;
	margin: 0 0 10px;
}

.sign-slogan>div {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 15px;
}

.sign-slogan>div>span {
	font-size: 18px;
	line-height: 26px;
	font-weight: 500;
	color: #121212;
}

.sign-slogan>div>span:first-of-type {
	font-weight: 700;
}

.content-tab-wrap.ethic .box-02 .img-box {
	margin: 0 0 90px;
}

.content-tab-wrap.ethic .box-02 .img-box img {
	border-radius: 10px;
}

.content-tab-wrap.ethic .box-02 {
	background: url(/image/client/sub/quotes-open.png) 0 64% / 182px 120px no-repeat, url(/image/client/sub/quotes-close.png) 100% 84% / 182px 120px no-repeat;
}

.content-tab-wrap.ethic .box-02 .con-box p {
	font-size: 24px;
	line-height: 42px;
	font-weight: 500;
	color: #333;
	text-align: center;
}

.content-tab-wrap.ethic .box-02 .con-box>p:last-of-type {
	margin: 0 0 70px;
}

.content-tab-wrap.ethic .box-02 .con-box p span {
	font-weight: 700;
}

.content-tab-wrap.ethic .box-03 .con-box {
	width: 1100px;
	margin: 0 auto;
	background: #F5F6F8;
	padding: 45px 113px 75px;
}

.content-tab-wrap.ethic .box-03 .img-box {
	background: #fff;
	margin: 0 auto;
	width: 1100px;
}

.content-tab-wrap.ethic .box-03 .img-box img {
	border-radius: 20px 20px 0 0;
	width: 100%;
	height: auto;
}

.content-tab-wrap.ethic .box-03 .page-slogan.tab-slogan {
	font-size: 24px;
	line-height: 42px;
	font-weight: 500;
	color: #121212;
	margin: 0px 0 46px;
}

.content-tab-wrap.ethic .box-03 .inner-box {
	border: 1px solid #d9d9d9;
	border-radius: 10px;
	background: #fff;
	padding: 50px 40px 110px;
	margin: 0 0 50px;
}

.content-tab-wrap.ethic .box-03 ol {
	counter-reset: list-counter;
}

.content-tab-wrap.ethic .box-03 ol li {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	counter-increment: list-counter;
}

.content-tab-wrap.ethic .box-03 ol li {
	font-size: 16px;
	line-height: 28px;
	font-weight: 500;
	color: #333;
	margin: 0 0 32px;
	word-break: keep-all;
}

.content-tab-wrap.ethic .box-03 ol li::before {
	content: counter(list-counter) ". ";
	font-family: 'Pretendard JP';
	font-size: 16px;
	line-height: 28px;
	font-weight: 500;
	color: #333;
}

.content-tab-wrap.ethic .pledge-box {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 54px;
	flex-wrap: wrap;
}

.content-tab-wrap.ethic .pledge-box {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 54px;
	flex-wrap: wrap;
}

.content-tab-wrap.ethic .pledge-box>div {
	width: calc(50% - 27px);
	height: 320px;
	border-radius: 10px;
}

.content-tab-wrap.ethic .pledge-box>div:nth-of-type(1) {
	background: url(/image/client/sub/pledge01.jpg) 50% 50% / 100% 100% no-repeat;
}

.content-tab-wrap.ethic .pledge-box>div:nth-of-type(2) {
	background: url(/image/client/sub/pledge02.jpg) 50% 50% / 100% 100% no-repeat;
}

.content-tab-wrap.ethic .pledge-box>div:nth-of-type(3) {
	background: url(/image/client/sub/pledge03.jpg) 50% 50% / 100% 100% no-repeat;
}

.content-tab-wrap.ethic .pledge-box>div:nth-of-type(4) {
	background: url(/image/client/sub/pledge04.jpg) 50% 50% / 100% 100% no-repeat;
}

.content-tab-wrap.ethic .pledge>div {
	background: transparent;
	height: 100%;
	padding: 170px 50px 30px;
	border-radius: 10px;
	transition: background 0.3s ease;
}

.content-tab-wrap.ethic .pledge:hover>div {
	background: rgba(0, 0, 0, 0.8);
}

.content-tab-wrap.ethic .pledge>div>span {
	display: block;
	font-size: 16px;
	line-height: 20px;
	font-weight: 700;
	color: #ff4c4c;
	margin: 0 0 10px;
}

.content-tab-wrap.ethic .pledge>div>p {
	font-size: 20px;
	line-height: 30px;
	font-weight: 500;
	color: #fff;
}

.content-tab-wrap.ethic .box-05 .page-slogan.tab-slogan {
	margin: 0 auto 50px;
}

.content-tab-wrap.ethic .inner-box.inner-01 {
	padding: 42px 0;
	margin: 0 0 70px;
	font-size: 18px;
	line-height: 28px;
	font-weight: 500;
	color: #333;
	text-align: center;
	background: #f5f6f8;
	border: 1px solid #d9d9d9;
	border-radius: 8px;
}

.content-tab-wrap.ethic .box-05>div:nth-of-type(3) {
	position: relative;
	padding: 88px 0;
}

.content-tab-wrap.ethic .box-05>div:nth-of-type(3):before {
	content: '';
	position: absolute;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
	width: 100vw;
	height: 100%;
	background: #f5f6f8;
	z-index: -1;
}

.content-tab-wrap.ethic .inner-box.inner-02 {
	padding: 35px 60px 55px;
	background: #fff;
	border: 1px solid #d9d9d9;
	border-radius: 10px;
}

.content-tab-wrap.ethic .inner-box.inner-02:first-of-type {
	margin: 0 0 55px;
}

.content-tab-wrap.ethic .ethic-title {
	font-size: 20px;
	line-height: 28px;
	font-weight: 700;
	color: #000;
	display: block;
	margin: 0px 0 14px;
}

.content-tab-wrap.ethic .ethic-list li {
	display: flex;
	align-items: flex-start;
	gap: 4px;
	font-size: 16px;
	line-height: 30px;
	font-weight: 400;
	color: #333;
	margin: 0 0 16px;
}

.content-tab-wrap.ethic .ethic-list li:before {
	content: '·';
	font-weight: 700;
	font-size: 16px;
}

.content-tab-wrap.ethic .inner-box.inner-02:last-of-type>div:first-of-type {
	padding: 0 0 45px;
	margin: 0 0 45px;
	border-bottom: 1px solid #d9d9d9;
}

.content-tab-wrap.ethic .inner-box.inner-02 {
	padding: 35px 60px 55px;
	background: #fff;
	border: 1px solid #d9d9d9;
	border-radius: 10px;
}

.content-tab-wrap.ethic .ethic-title {
	font-size: 20px;
	line-height: 28px;
	font-weight: 700;
	color: #000;
	display: block;
	margin: 0px 0 14px;
}

.content-tab-wrap.ethic .ethic-list li {
	display: flex;
	align-items: flex-start;
	gap: 4px;
	font-size: 16px;
	line-height: 30px;
	font-weight: 400;
	color: #333;
	margin: 0 0 16px;
}

.content-tab-wrap.ethic .ethic-list li:before {
	content: '·';
	font-weight: 700;
	font-size: 16px;
}

.content-tab-wrap.ethic .inner-box.inner-02:last-of-type>div:first-of-type {
	padding: 0 0 45px;
	margin: 0 0 45px;
	border-bottom: 1px solid #d9d9d9;
}

.content-tab-wrap.ethic .inner-box.inner-03 {
	display: flex;
	align-items: flex-start;
	gap: 144px;
	padding: 0 0 100px;
}

.content-tab-wrap.ethic .inner-box.inner-03:first-of-type {
	margin: 0 0 65px;
	padding: 86px 0 65px;
	border-bottom: 1px solid #d9d9d9;
}

.content-tab-wrap.ethic .inner-box.inner-03>div:first-of-type {
	font-size: 24px;
	line-height: 34px;
	font-weight: 700;
	color: #000;
}

.content-tab-wrap.ethic .inner-box.inner-03 ol li {
	display: flex;
	align-items: flex-start;
	gap: 20px;
	margin: 0 0 14px;
}

.content-tab-wrap.ethic .inner-box.inner-03 ol li span {
	font-size: 18px;
	line-height: 28px;
	font-weight: 400;
	color: #121212;
}

.content-tab-wrap.ethic .inner-box.inner-03 ol {
	list-style: none;
	counter-reset: list-counter;
	padding-left: 0;
}

.content-tab-wrap.ethic .inner-box.inner-03 li {
	counter-increment: list-counter;
	display: flex;
	align-items: flex-start;
}

.content-tab-wrap.ethic .inner-box.inner-03 li::before {
	content: "0" counter(list-counter);
	font-family: 'Nunito Sans';
	font-size: 18px;
	line-height: 25px;
	font-weight: 700;
	color: #121212;
}

.content-tab-wrap.ethic .inner-box.inner-03>p {
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
}

.content-tab-wrap.ethic .box-05 .con-box:last-of-type {
	display: flex;
	align-items: center;
	width: 100%;
	gap: 60px;
}

.content-tab-wrap.ethic .box-05 .con-box:last-of-type>div {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: calc(50% - 30px);
	height: 200px;
	padding: 40px;
	border-radius: 10px;
}

.content-tab-wrap.ethic .box-05 .con-box:last-of-type>div:first-of-type {
	background: url(/image/client/sub/banner-tip-off.jpg) 50% 50% / 100% auto no-repeat;
}

.content-tab-wrap.ethic .box-05 .con-box:last-of-type>div:last-of-type {
	background: url(/image/client/sub/banner-report.jpg) 50% 50% / 100% auto no-repeat;
}

.content-tab-wrap.ethic .box-05 .con-box:last-of-type>div>p {
	font-size: 24px;
	line-height: 34px;
	font-weight: 700;
	color: #fff;
}

.content-tab-wrap.ethic .box-05 .con-box:last-of-type>div>span {
	align-self: flex-end;
	background: #f5f6f8;
	border-radius: 50px;
}

.content-tab-wrap.ethic .box-05 .con-box:last-of-type>div>span>a {
	display: block;
	padding: 6px 25px;
	font-size: 14px;
	line-height: 24px;
	font-weight: 500;
	color: #333;
}

.report-form main {
	width: 100%;
	max-width: 1024px;
	padding: 40px 50px 70px;
	;
	margin: 0 auto;
}

.report-form h1 {
	font-size: 32px;
	line-height: 46px;
	font-weight: 700;
	color: #000;
	text-align: center;
	margin: 0 0 28px;
}

.report-form .report-wrap {
	width: 100%;
}

.report-form .report-privacy,
.report-form .complaint-privacy {
	width: 100%;
	height: 360px;
	overflow-y: auto;
	padding: 24px 40px;
	margin: 0 0 18px;
	background: #fff;
	border: 1px solid #b6b6b6;
	border-radius: 6px;
}

.report-privacy::-webkit-scrollbar,
.complaint-privacy::-webkit-scrollbar {
	width: 6px;
	height: 6px;
}

.report-privacy::-webkit-scrollbar-thumb,
.complaint-privacy::-webkit-scrollbar-thumb {
	height: 25%;
	background: hsla(0, 0%, 0%, 0.2);
	border-radius: 10px;
}

.report-privacy::-webkit-scrollbar-track,
.complaint-privacy::-webkit-scrollbar-track {
	border-radius: 10px;
	background: transparent;
}

.report-privacy>p,
.complaint-privacy>p {
	font-size: 16px;
	line-height: 20px;
	font-weight: 700;
	color: #333;
	margin: 0 0 13px;
}

.report-privacy>div>p,
.complaint-privacy>div>p {
	font-size: 14px;
	line-height: 20px;
	font-weight: 400;
	color: #555;
	margin: 0 0 28px;
}

.complaint-privacy>div>p:nth-of-type(2) {
	margin: 0;
}

.complaint-privacy>div>p:last-of-type {
	margin: 0 0 23px;
}

.report-privacy>div>p:last-of-type {
	margin: 0;
}

.report-form .report-wrap input[type="checkbox"]+label {
	font-size: 16px;
	line-height: 19px;
	font-weight: 400;
	color: #333;
}

.file-addon {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 6px;
	width: calc(100% - 40px);
}

.file-addon .upload-name {
	padding: 6px 10px;
	width: 85%;
	border: 1px solid #b8b8b8;
	color: #999;
}

.file-addon input[type="file"] {
	position: absolute;
	width: 0;
	height: 0;
	padding: 0;
	overflow: hidden;
	border: 0;
}

.file-addon label {
	width: 15%;
	padding: 4px 15px;
	color: #fff;
	font-weight: 500;
	font-size: 14px;
	line-height: 24px;
	text-align: center;
	background: #7f7f7f;
	cursor: pointer;
}

.report-form .report-wrap .agreement {
	margin: 0 0 32px;
}

.report-form .report-wrap .report-flow {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	margin: 0 0 60px;
}

.report-flow>div {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-end;
	gap: 10px;
	width: 80px;
}

.report-flow>div:after {
	content: '';
	display: block;
	width: 30px;
	height: 30px;
	position: absolute;
	top: 40%;
	right: -80px;
	transform: translate(0%, -50%);
	background: url(/image/client/sub/img-flow-arrow.png) 50% 50% / 50% 50% no-repeat;
}

.report-flow>div:last-of-type:after {
	display: none;
}

.report-flow>div>p:first-of-type {
	display: flex;
	align-items: center;
	justify-content: center;
	background: #eee;
	border-radius: 8px;
	width: 80px;
	height: 80px;
}

.report-flow>div>p:last-of-type {
	font-size: 16px;
	line-height: 24px;
	font-weight: 500;
	color: #333;
}

.report-form .btn-report {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 18px;
}

.btn-report button {
	width: 260px;
	height: 60px;
	border: 1px solid #b3b3b3;
	border-radius: 4px;
	background: #fff;
	font-size: 18px;
	line-height: 22px;
	font-weight: 500;
	letter-spacing: -0.02em;
	color: #555;
}

.btn-report .btn-report-submit {
	background: #333;
	color: #fff;
}

.informant-box {
	width: 100%;
	margin: 0 0 22px;
}

.report-box {
	width: 100%;
	margin: 0 0 55px;
}

.report-wrap h2,
.complaint-wrap h2 {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 8px;
	font-size: 24px;
	line-height: 34px;
	font-weight: 700;
	color: #000;
	margin: 0 0 17px;
}

.report-wrap h2:before,
.complaint-wrap h2:before {
	content: '';
	display: block;
	width: 14px;
	height: 14px;
	background: url(/image/client/sub/img-report-bullet.png) 50% 50% / contain no-repeat;
}

.report-wrap h2 .report-sel{
	position: relative;
	font-size: 16px;
	line-height: 26px;
	font-weight: 500;
	color: #000;
	border: 1px solid #c7c7c7;
	padding: 4px 8px;
}

.informant-box h2>span:last-of-type,
.report-box h2>span:last-of-type {
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	color: #555;
}

.report-table {
	width: 100%;
}

.report-table>table {
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
}

.report-table>table th {
	font-size: 14px;
	line-height: 24px;
	font-weight: 500;
	color: #333;
	text-align: left;
	background: #eee;
	padding: 15px 20px;
	border: 1px solid #bbb;
	border-left: 0;
	vertical-align: middle;
}

.report-table>table td {
	font-size: 14px;
	line-height: 20px;
	font-weight: 400;
	background: #fff;
	padding: 10px;
	border: 1px solid #bbb;
	border-left: 0;
	vertical-align: middle;
}

.report-table>table .no-right {
	border-right: 0;
}

.report-table>table .no-right+td input {
	width: 100%;
}

.report-table>table tr td:last-of-type {
	border-right: 0;
}

.report-table>table .require {
	position: relative;
}

.report-table>table .require:before {
	content: '*';
}

.report-table>table .report-radio-box {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 24px;
}

.report-table>table .report-radio-box p {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 6px;
	min-width: 70px;
}

.report-table input[type="text"],
.report-table input[type="email"],
.report-table input[type="tel"],
.report-table input[type="password"],
.report-table input[type="number"] {
	width: calc(100% - 40px);
	padding: 6px 10px;
	background: #fff;
	border: 1px solid #b8b8b8;
	color: #999;
}

.report-table textarea {
	width: calc(100% - 40px);
	height: 200px;
	background: #fff;
	border: 1px solid #b8b8b8;
	resize: none;
}

.td-inner {
	margin: 0 0 5px;
}

.report-notice {
	font-size: 12px;
	line-height: 16px;
	font-weight: 400;
	color: #5564e7;
}

.report-table+.report-notice {
	margin: 8px 0 0;
}

.report-caution {
	font-size: 12px;
	line-height: 16px;
	font-weight: 400;
	color: #e75555;
	margin: 0 0 6px;
}

.report-caution:last-of-type {
	margin: 0;
}

.report-check {
	margin: 0 0 55px;
}

.report-table+div {
	margin: 10px 0 0;
	font-size: 12px;
	line-height: 16px;
	font-weight: 400;
	color: #60616b;
}

.complaint-box {
	margin: 0 0 60px;
}

.complaint-box>div {
	margin: 0 0 22px;
}

.complaint-box>div:first-of-type {
	margin: 0 0 27px;
}

.complaint-box>div.img-box {
	margin: 0 0 54px;
}

.complaint-box>div.img-box img {
	width: 100%;
	margin: 0 auto;
}

.complaint-box h3 {
	font-size: 16px;
	line-height: 20px;
	font-weight: 700;
	color: #333;
	margin: 0 0 9px;
}

.complaint-box p,
.complaint-box li {
	font-size: 14px;
	line-height: 20px;
	font-weight: 400;
	color: #333;
}

.content-tab-wrap.safety .tab-list-box li {
	width: 25%;
}

.content-tab-wrap.safety .box-01 {
	margin: 0 114px;
	background: #f5f6f8;
	border: 1px solid #d9d9d9;
	border-radius: 10px;
	padding: 65px 75px;
}

.safety .page-slogan.tab-slogan {
	font-size: 24px;
	line-height: 42px;
	font-weight: 500;
	margin: 0 auto 40px;
}

.safety .page-slogan.tab-slogan span {
	font-weight: 700;
}

.safety .box-01 .con-box ol {
	padding: 75px 40px;
	background: #fff;
	border: 1px solid #d9d9d9;
	border-radius: 10px;
	margin: 0 0 30px;
	counter-reset: list-counter;
}

.safety .box-01 .con-box ol li {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	margin: 0 0 40px;
	counter-increment: list-counter;
}

.safety .box-01 .con-box ol li span {
	display: block;
	font-size: 16px;
	line-height: 28px;
	font-weight: 500;
	color: #333;
}

.safety .box-01 .con-box ol li:last-of-type {
	margin: 0;
}

.safety .box-01 .con-box ol li::before {
	content: counter(list-counter) ". ";
	font-family: 'Pretendard JP';
	font-size: 16px;
	line-height: 28px;
	font-weight: 500;
	color: #333;
}

.safety .box-02 .con-box {
	position: relative;
}

.safety .box-02 .con-box:first-of-type {
	padding: 100px 0;
}

.safety .box-02 .con-box:first-of-type:before {
	content: '';
	position: absolute;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
	width: 100vw;
	height: 100%;
	background: #f5f6f8;
	z-index: -1;
}

.safety .box-02 .con-box .safety-title {
	font-size: 32px;
	line-height: 42px;
	font-weight: 700;
	color: #121212;
	text-align: center;
	margin: 0 0 90px;
}

.safety .box-02 .con-box:last-of-type .safety-title {
	margin: 0 0 70px;
}

.safety .box-02 .con-box:first-of-type>div {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	gap: 64px;
	width: 100%;
	margin: 0 0 100px;
}

.safety-goal {
	position: relative;
	width: calc((100% / 4) - 48px);
}

.safety-goal:before {
	content: '';
	display: block;
	width: 24px;
	height: 24px;
	background: url(/image/client/sub/img-safety-arrow.png) 50% 50% / contain no-repeat;
	position: absolute;
	left: -15%;
	top: 45%;
	transform: translateY(-50%);
}

.safety-goal:first-child:before {
	display: none;
}

.safety-goal>img {
	width:auto;
	max-width: 100%;
	border-radius: 8px;
	margin: 0 0 20px;
}

.safety-goal>p {
	font-size: 20px;
	line-height: 28px;
	font-weight: 700;
	color: #333;
	text-align: center;
	word-break: keep-all
}

.safety .box-02 .con-box>ul {
	width: 100%;
	background: #fff;
	border: 1px solid #d9d9d9;
	border-radius: 10px;
	padding: 30px 35px;
}

.safety .box-02 .con-box>ul li {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 4px;
	font-size: 18px;
	line-height: 28px;
	font-weight: 500;
	color: #333;
	margin: 0 0 12px;
}

.safety .box-02 .con-box>ul li:last-of-type {
	margin: 0;
}

.safety .box-02 .con-box>ul li:before {
	content: '';
	display: block;
	width: 28px;
	height: 30px;
	background: url(/image/client/sub/img-safety-bullet.png) 50% 50% / 50% 50% no-repeat;
}

.safety .box-02 .con-box>ul li > span {
	display:block;
	width:calc(100% - 32px);
}

.safety .box-02 .con-box:last-of-type {
	padding: 110px 0 0;
}

.safety .box-02 .con-box .ilyang-table {
	margin: 0 0 13px;
}

.safety-table {
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
}

.safety-table thead th {
	font-size: 16px;
	line-height: 24px;
	font-weight: 500;
	color: #121212;
	background: #f5f6f8;
	border: 1px solid #b6b6b6;
	border-top: 2px solid #555;
	border-right: 0;
	padding: 24px 0;
}

.safety-table thead tr th:first-of-type {
	border-left: 0;
}

.safety-table tbody td {
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	color: #333;
	background: #fff;
	text-align: center;
	border: 1px solid #b6b6b6;
	border-right: 0;
	padding: 25px 0;
}

.safety-table tbody tr td:first-of-type {
	border-left: 0;
}

.safety .box-02 .con-box .ilyang-table+p {
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	color: #787878;
	text-align: right;
}

.safety .box-03 .con-box>div {
	position: relative;
	display: flex;
	margin: 0 0 150px;
}

.safety .box-03 .con-box>div:last-of-type {
	margin: 0;
}

.safety .box-03 .con-box>div:nth-of-type(2n) {
	flex-direction: row-reverse;
	text-align: right;
}

.safety .box-03 .con-box .img-box img {
	border-radius: 8px;
}

.safety .box-03 .con-box>div .inner-box {
	position: absolute;
	width: 860px;
	background: #fff;
	border-radius: 8px 8px 0 0;
	padding: 45px 60px;
}

.safety .box-03 .con-box>div:nth-of-type(2n+1) .inner-box {
	right: 0;
	bottom: 0;
}

.safety .box-03 .con-box>div:nth-of-type(2n) .inner-box {
	left: 0;
	bottom: 0;
}

.safety .box-03 .con-box>div .inner-box>span {
	display: block;
	font-size: 14px;
	line-height: 17px;
	font-weight: 700;
	margin: 0 0 18px;
}

.safety .box-03 .con-box>div .inner-box>p {
	font-size: 32px;
	line-height: 46px;
	font-weight: 700;
	color: #121212;
	margin: 0 0 18px;
}

.safety .box-03 .con-box>div .inner-box ul {
	width: 80%;
}

.safety .box-03 .con-box>div:nth-of-type(2n) .inner-box ul {
	margin: 0 0 0 20%;
}

.safety .box-03 .con-box>div .inner-box li {
	position: relative;
	display: flex;
	justify-content:flex-start;
	align-items: flex-start;
	gap: 4px;
	margin: 0 0 10px;
}

.safety .box-03 .con-box>div:nth-of-type(2n) .inner-box li {
	justify-content: flex-end;
}

.safety .box-03 .con-box>div .inner-box li:last-of-type {
	margin: 0;
}

.safety .box-03 .con-box>div .inner-box li:before {
	content: '·';
	font-weight: 700;
	font-size: 16px;
	display: block;
	line-height: 24px;
}

.safety .box-03 .con-box>div .inner-box li span {
	display: block;
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	color: #333;
	word-break: keep-all;
	text-align: left;
}

.safety .box-04>.img-box {
	margin: 0 0 135px;
}

.safety .box-04>.img-box img {
	max-width: 100%;
	margin: 0 auto;
}

.safety .box-04>.con-box {
	position: relative;
	padding: 120px 0 0;
}

.safety .box-04>.con-box:before {
	content: '';
	position: absolute;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
	z-index: -1;
	display: block;
	width: 100vw;
	height: calc(100% + 140px);
	background: #f5f6f8;
}

.organization-chart-box {
	display: flex;
	align-items: flex-start;
	gap: 100px;
}

.organization-chart-box>div:first-of-type {
	width: 340px;
}

.organization-chart-box .org-title {
	font-size: 40px;
	line-height: 60px;
	font-weight: 700;
	color: #121212;
	word-break: keep-all;
	margin: 0 0 76px;
}

.organization-chart-box .org-tab-box li {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	font-size: 20px;
	line-height: 30px;
	font-weight: 500;
	color: #999;
	margin: 0 0 40px;
	padding: 0 0 30px;
	border-bottom: 1px solid #b6b6b6;
	cursor: pointer;
}

.organization-chart-box .org-tab-box li.on {
	color: #f51c1c;
}

.organization-chart-box .org-tab-box li:last-of-type {
	margin: 0;
}

.organization-chart-box .org-tab-box li:after {
	content: '→';
}

.org-chart {
	width: 870px;
	height: 572px;
	border: 1px solid #d9d9d9;
	border-radius: 14px;
}

.org-chart[data-chart="0"] {
	background: url(/image/client/sub/img-org-yongin.png) 50% 50% / cover no-repeat #fff;
}

.org-chart[data-chart="1"] {
	background: url(/image/client/sub/img-org-eumseong.png) 50% 50% / cover no-repeat #fff;
}

.org-chart[data-chart="2"] {
	background: url(/image/client/sub/img-org-center.png) 50% 50% / cover no-repeat #fff;
}

.map-box {
	width: 100%;
	height: 360px;
	margin: 0 0 60px;
}

.map-tooltip {
	font-size: 16px;
	line-height: 24px;
	font-weight: 700;
	margin: 0 auto;
	background: #f51c1c;
	color: #fff;
	border-radius: 20px;
	text-align: center;
	padding: 4px 8px;
}

.con-box.direction {
	padding: 65px 70px;
	border-radius: 8px;
	background: #f5f6f8;
	margin: 0 0 80px;
}

.direction-tit {
	font-size: 24px;
	line-height: 34px;
	font-weight: 700;
	color: #121212;
	margin: 0 0 40px;
}

.direction-box {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	gap: 80px;
}

.direction-box>div:first-of-type {
	display: flex;
	align-items: flex-start;
	gap: 50px;
}

.direction-box>div:last-of-type {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.direction-box>div:first-of-type>p {
	position: relative;
	display: flex;
	align-items: flex-start;
	gap: 5px;
	font-size: 18px;
	line-height: 26px;
	font-weight: 700;
	color: #121212;
}

.direction-box>div:first-of-type>p:before {
	content: '';
	display: block;
	width: 18px;
	height: 26px;
	background: url(/image/client/sub/img-location.png) 50% 50% / contain no-repeat;
}

.direction-box>div>div>p {
	font-size: 18px;
	line-height: 28px;
	font-weight: 500;
	color: #333;
	margin: 0 0 14px;
}

.direction-box>div>div>p:last-of-type {
	margin: 0;
}

.direction-box>div:last-of-type>p {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	gap: 50px;
}

.direction-box>div:last-of-type>p>span:first-of-type {
	position: relative;
	display: flex;
	align-items: flex-start;
	gap: 5px;
	font-size: 18px;
	line-height: 26px;
	font-weight: 700;
	color: #121212;
}

.direction-box>div:last-of-type>p:first-of-type>span:first-of-type:before {
	content: '';
	display: block;
	width: 18px;
	height: 26px;
	background: url(/image/client/sub/img-phone.png) 50% 50% / contain no-repeat;
}

.direction-box>div:last-of-type>p:last-of-type>span:first-of-type:before {
	content: '';
	display: block;
	width: 18px;
	height: 26px;
	background: url(/image/client/sub/img-fax.png) 50% 50% / contain no-repeat;
}

.direction-box>div:last-of-type>p>span:last-of-type {
	font-size: 18px;
	line-height: 28px;
	font-weight: 400;
	color: #333;
}

.ilyang-table.direction .factory-table th {
	font-weight: 500;
}

.ilyang-table.direction .factory-table td div {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 15px;
}

.ilyang-table.direction .factory-table td .direction-num {
	display: flex;
	flex-direction: column;
}

.ilyang-table.direction .factory-table td .direction-loc {
	flex-direction: column;
	align-items: flex-start;
	gap: 5px;
}

.ilyang-table.direction .factory-table tr td:nth-of-type(1)>div:before {
	content: '';
	display: block;
	width: 18px;
	height: 18px;
	background: url(/image/client/sub/img-location.png) 50% 50% / auto 100% no-repeat;
}

.ilyang-table.direction .factory-table tr td:nth-of-type(2)>div:before {
	content: '';
	display: block;
	width: 18px;
	height: 18px;
	background: url(/image/client/sub/img-phone.png) 50% 50% / auto 100% no-repeat;
}

.ilyang-table.direction .factory-table tr td:nth-of-type(3)>div:before {
	content: '';
	display: block;
	width: 18px;
	height: 17px;
	background: url(/image/client/sub/img-fax.png) 50% 50% / auto 100% no-repeat;
}

.ilyang-table.direction .factory-table td span {
	font-variant-numeric: tabular-nums;
}

/*일양약품 메뉴 스타일 끝*/

/*제품정보 메뉴 스타일 시작*/
main.product .sub-visual-content {
	background: url(/image/client/sub/section-bg-02.jpg) 50% 50% / cover no-repeat;
}

.product .search-wrap {
	width: 100%;
	background: #fff;
}

.search-terms {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	gap: 25px;
	margin: 0 0 32px;
}

.search-terms>div {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 100px;
	width: 100%;
}

.search-terms .search-title {
	width: 10%;
	font-size: 20px;
	line-height: 30px;
	font-weight: 500;
	color: #333;
	text-align: center;
}

.search-detail {
	width: calc(90% - 100px);
}

.search-detail.category ul {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	width: 100%;
}

.search-detail.category ul li {
	width: calc(100% / 6);
	border: 1px solid #c3c3c3;
	border-right: 0;
}

.search-detail.category ul li:last-of-type {
	border-right: 1px solid #c3c3c3;
}

.search-detail.category ul li a {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px 0;
	font-size: 16px;
	line-height: 19px;
	font-weight: 400;
	text-align: center;
	color: #888;
}

.search-detail.category ul li.on {
	border: 1px solid #f51c1c;
}

.search-detail.category ul li.on a {
	color: #f51c1c;
}

.search-detail.target-function {
	padding: 20px 30px;
	border: 1px solid #c3c3c3;
}

.search-detail.target-function ul {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	row-gap: 10px;
	column-gap: 36px;
	width: 100%;
}

.search-detail.target-function ul li {
	width: auto;
	min-width: calc(100% / 5 - 34px);
}

.search-detail.target-function ul li a {
	display: flex;
	align-items: center;
	font-size: 16px;
	line-height: 19px;
	font-weight: 400;
	text-align: center;
	color: #888;
}

.search-detail.target-function ul li:hover a {
	color: #f51c1c;
}

.search-detail.target-function ul li.on a {
	color: #f51c1c;
	font-weight: 700;
}

.search-detail.search-form {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 12px;
	background: #f7f7f7;
	border: 1px solid #c3c3c3;
	padding: 15px 45px 20px;
}

.search-detail.search-form>div {
	display: flex;
	align-items: center;
	gap: 80px;
	width: 100%;
}

.search-detail.search-form>div h4 {
	font-size: 16px;
	line-height: 24px;
	font-weight: 500;
	color: #333;
	width: 10%;
}

.initial-search ul {
	display: flex;
	align-items: center;
	width: calc(90% - 80px);
}

.initial-search ul li {
	display: block;
	width: 32px;
	height: 32px;
	border: 1px solid #c3c3c3;
	border-right: 0;
	background: #fff;
}

.initial-search ul li:last-of-type {
	border-right: 1px solid #c3c3c3;
}

.initial-search ul li a {
	display: block;
	width: 100%;
	height: 100%;
}

.initial-search ul li a span {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	line-height: 19px;
	font-weight: 400;
	color: #555;
	width: 100%;
	height: 100%;
}

.initial-search ul li.on {
	border: 1px solid #f51c1c;
}

.initial-search ul li.on a span {
	color: #f51c1c;
}

.detail-search div {
	display: flex;
	align-items: center;
	width: calc(90% - 80px);
}

.detail-search div input {
	width: calc(100% - 42px);
	padding: 9px 16px;
	background: #fff;
	border: 1px solid #c3c3c3;
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	color: #999;
}

.detail-search .btn-detail-search {
	display: block;
	width: 42px;
	height: 42px;
	background: url(/image/client/sub/img-product-search.png) 50% 50% / 50% 50% no-repeat #333;
	cursor: pointer;
}

.favorite-search div {
	display: flex;
	align-items: center;
	gap: 8px;
	width: calc(90% - 80px);
}

.favorite-search div span {
	display: block;
	padding: 4px 14px;
	font-size: 14px;
	line-height: 17px;
	font-weight: 400;
	color: #597ad0;
	border: 1px solid #597ad0;
	border-radius: 20px;
	cursor: pointer;
}

.product-list-wrap {
	width: 100%;
}

.product-count {
	display: flex;
	align-items: center;
	gap: 4px;
	font-family: "Nunito Sans", sans-serif;
	font-size: 16px;
	line-height: 22px;
	font-weight: 400;
	color: #555;
	margin: 0 0 8px;
}

.product-count>span:first-of-type {
	font-weight: 700;
}

.product-count .count-align {
	display: flex;
	align-items: center;
}

.product-list {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: wrap;
	width: 100%;
	margin: 0 0 64px;
	border-left: 1px solid #c7c7c7;
}

.product-item {
	width: calc(100% / 4);
	border-right: 1px solid #c7c7c7;
	border-bottom: 1px solid #c7c7c7;
	height: 300px;
	cursor: pointer;
}

.product-item:nth-child(-n+4){
	border-top:1px solid #c7c7c7;
}

.product-item:nth-of-type(4n) {
	border-right: 1px solid #c7c7c7;
}

.product-item:nth-of-type(8)~.product-item {
	border-bottom: 1px solid #c7c7c7;
}

.product-img {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 210px;
	border-bottom: 1px solid #c7c7c7;
}

.product-img img {
	max-width: 100%;
	height: 100%;
	margin: 0 auto;
}

.product-img.no-img {
	background: url(/image/client/sub/img-product-none.png) 50% 50% / 64px 64px no-repeat;
}

.product-name {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 22px 10px 23px;
	gap: 8px;
}

.product-name h6 {
	font-size: 18px;
	line-height: 21px;
	font-weight: 500;
	color: #121212;
	text-align: center;
	word-break: keep-all;
}

.product-name span {
	font-size: 14px;
	line-height: 17px;
	font-weight: 500;
	color: rgba(18, 18, 18, 0.7);
}

.product-item:hover {
	border: 1px solid #f51c1c !important;
}

.product-item:hover .product-img {
	border-bottom: 1px solid #f51c1c;
}

.product-item:hover .product-name h6 {
	color: #f51c1c;
}

.product-item:hover .product-name span {
	color: rgba(255, 46, 46, 0.7);
}

.tui-pagination.common-pagination {
	display: flex;
	align-items: center;
	justify-content: center;
	height:auto;
}

.tui-pagination.common-pagination .tui-page-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	font-size: 16px;
	line-height: 19px;
	font-weight: 400;
	color: #555;
	border: 1px solid #b6b6b6;
	border-width:1px 0;
	cursor: pointer;
}

.tui-pagination.common-pagination .tui-first, .tui-pagination.common-pagination .tui-prev, .tui-pagination.common-pagination .tui-next, .tui-pagination.common-pagination .tui-last, .tui-pagination.common-pagination .tui-prev-is-ellip, .tui-pagination.common-pagination .tui-next-is-ellip {
    overflow: hidden;
    padding: 0;
    font-size: 0;
    white-space: nowrap;
    font-weight: normal;
    border: 1px solid #b6b6b6;
}

.tui-pagination.common-pagination .tui-first-child, .tui-pagination.common-pagination .tui-prev-is-ellip{
	border-left: 1px solid #b6b6b6;
}

 .tui-pagination.common-pagination .tui-next-is-ellip{
	 border-left:0;
 }

.tui-pagination.common-pagination .tui-first+.tui-prev, .tui-pagination.common-pagination .tui-next+.tui-last{
	border-left:0;
}

.tui-pagination.common-pagination .tui-is-selected, .tui-pagination.common-pagination strong{
	color: #fff;
	background: #f65252;
	border: 1px solid #a61c21;
	cursor:default;
}

.tui-pagination.common-pagination .tui-last-child, .tui-pagination.common-pagination .tui-next-is-ellip{
	border-right:1px solid #d6d6d6;
}

.tui-pagination.common-pagination .tui-prev-is-ellip{
	border-right:0;
}

.tui-pagination.common-pagination .tui-is-disabled:hover{
	cursor:not-allowed;
}

.product-info-box {
	width: 100%;
	padding: 46px 0 0;
	border-top: 1px solid #c3c3c3;
}

.info-box {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	gap: 40px;
}

.info-img {
	width: calc(40% - 20px);
	height: 360px;
	padding: 60px 90px;
	border: 1px solid #c3c3c3;
}

.info-img img {
	width: auto;
	height: 100%;
	max-width: 100%;
	margin:0 auto;
}

.product-info {
	display: flex;
	flex-direction: column;
	width: calc(60% - 20px);
	margin: 0 0 84px;
}

.info-title {
	margin: 0 0 36px;
}

.info-title h3{
	display:flex;
	align-items:center;
	justify-content: flex-start;
	gap:10px;
}

.info-title h3 > span:first-of-type {
	font-size: 32px;
	line-height: 42px;
	font-weight: 500;
	color: #000;
}

.btn-go-mall {
	display: block;
	width: 32px;
	height: 32px;
	border-radius: 10px;
	background: #f83535 url(/image/client/common/img-shop.png) 50% 50% / 16px 18px no-repeat;
}

.info-table {
	width: 100%;
}

.info-table>table {
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
}

.info-table>table th {
	font-size: 16px;
	line-height: 19px;
	font-weight: 400;
	color: #000;
	background: #efefef;
	padding: 20px;
	border: 1px solid #c3c3c3;
	border-left: 1px solid transparent;
	vertical-align:middle;
}

.info-table>table td {
	font-size: 16px;
	line-height: 19px;
	font-weight: 400;
	color: #333;
	background: #fff;
	padding: 20px;
	border: 1px solid #c3c3c3;
	border-right: 1px solid transparent;
}

.info-table #product-name > div{
	display:flex;
	align-items:center;
	justify-content:flex-start;
	flex-wrap: wrap;
	gap:8px;
}

.info-table #product-name a{
	position: relative;
	display: flex;
	align-items:center;
	justify-content:center;
	padding: 4px 8px;
	border:1px solid #f83535;
	border-radius:4px;
	color: #f83535;
	font-size: 14px;
	gap: 2px;
}

.info-table #product-name a:after{
	content:'';
	display:block;
	width:15px;
	height:15px;
	background:url(/image/client/sub/ico-btn-link.png) 50% 50% / 50% 50% no-repeat;
}

.btn-product-info {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 18px;
}

.btn-product-info span {
	width: 260px;
	height: 60px;
	border: 1px solid #b3b3b3;
	border-radius: 4px;
	background: #fff;
	font-size: 18px;
	line-height: 22px;
	font-weight: 500;
	letter-spacing: -0.02em;
	color: #555;
}

.btn-product-info .btn-list {
	background: #333;
	color: #fff;
}

.btn-product-info span a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
}

.permission-search {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 10px;
	width: 400px;
	border-bottom: 3px solid #111;
	padding: 0 0 15px;
	margin: 0 auto 105px;
}

.permission-search select,
.permission-search option,
.permission-search input[type="text"] {
	display: block;
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	color: #555;
}

.permission-search select {
	width: 100px;
	padding: 2px 9px;
}

.permission-search input {
	width: calc(100% - 20px - 100px - 24px);
	padding: 2px 9px;
}

.permission-search .btn-search {
	display: block;
	width: 24px;
	height: 24px;
}

.permission-search .btn-search a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	background: url(/image/client/sub/img-board-search.png) 50% 50% / cover no-repeat;
}

.permission-list {
	width: 100%;
}

.permission-count {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 4px;
	font-family: "'Nunito Sans'";
	font-size: 16px;
	line-height: 22px;
	font-weight: 400;
	color: #555;
	margin: 0 0 13px;
}

.permission-count>span:nth-of-type(2) {
	font-weight: 700;
}

.permission-table {
	width: 100%;
	margin: 0 0 58px;
}

.permission-table>table {
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
}

.permission-table>table thead th {
	font-size: 16px;
	line-height: 24px;
	font-weight: 500;
	color: #121212;
	background: #f5f6f8;
	padding: 12px 25px;
	border-top: 2px solid #555;
	border-bottom: 1px solid #555;
}

.permission-table>table tbody td {
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	color: #333;
	padding: 12px 25px;
	text-align: center;
	border-bottom: 1px solid #555;
}

.permission-table>table tbody tr td:nth-of-type(2) {
	text-align: left;
}

.permission-table>table tbody td>span {
	display: block;
	width: 100%;
	height: 100%;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}

.permission-table>table tbody td>span>a {
	display: block;
	width: 100%;
	height: 100%;
}

.permission-table>table tbody td>span.addon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
}

.permission-table>table tbody td>span.addon>a {
	display: block;
	width: 17px;
	height: 17px;
	background: url(/image/client/sub/img-board-file.png) 50% 50% / contain no-repeat;
}

.permission-table>table tbody td>span.addon.no-file>a {
	background: none;
	cursor: not-allowed;
}

.permission-table>table tbody td>span.addon.no-file>a:before {
	content: '-';
}

.common-pagination .pagination>span.on,
.common-pagination .pagination>span.page-num:hover {
	color: #f00;
	background: #fff;
	border: 1px solid #f00;
}

/*제품정보 메뉴 스타일 끝*/

/*연구개발 메뉴 스타일 시작*/
main.rnd .sub-visual-content {
	background: url(/image/client/sub/section-bg-03.jpg) 50% 50% / cover no-repeat;
}

.content-wrap.labor {
	padding-bottom: 0;
}

main.rnd .page-slogan {
	font-size: 18px;
	line-height: 28px;
	font-weight: 400;
	color: #62626a;
	text-align: center;
}

.labor-wrap {
	position: relative;
	width: 100%;
}

.labor-wrap:before {
	content: '';
	display: block;
	width: 100vw;
	height: 100%;
	position: absolute;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
	z-index: -1;
	background: url(/image/client/sub/img-labor-bg.jpg) 50% 0 / 100% auto no-repeat #f5f6f8;
	;
}

.labor-wrap .con-box {
	width: 100%;
	padding: 150px 0 140px;
}

.labor-wrap .con-box>p {
	min-width: 50%;
	font-size: 48px;
	line-height: 64px;
	font-weight: 700;
	color: #fff;
	text-align: center;
	text-shadow: 0px 2px 8px rgba(0, 0, 0, 0.24);
	margin: 0 auto 160px;
	word-break: keep-all;
}

.labor-wrap .con-box>div {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	width: 100%;
	background: #fff;
	border: 1px solid #d9d9d9;
	border-radius: 8px;
	padding: 90px 56px 70px;
}

.labor-wrap .con-box>div:first-of-type {
	margin: 0 0 130px;
}

.labor-thumb {
	position: absolute;
	top: -50px;
	left: 56px;
	width: 100px;
	height: 100px;
	border-radius: 100%;
	box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.18);
}

.labor-wrap .con-box>div:first-of-type .labor-thumb {
	background: url(/image/client/sub/img-labor-thumb-01.png) 50% 50% / 50% 50% no-repeat #fff;
}

.labor-wrap .con-box>div:last-of-type .labor-thumb {
	background: url(/image/client/sub/img-labor-thumb-02.png) 50% 50% / 50% 50% no-repeat #fff;
}

.labor-wrap .con-box>div>span {
	display: block;
	font-size: 16px;
	line-height: 24px;
	font-weight: 500;
	margin: 0 0 20px;
}

.labor-wrap .con-box>div>h3 {
	font-size: 24px;
	line-height: 34px;
	font-weight: 700;
	color: #121212;
	margin: 0 0 30px;
}

.labor-wrap .con-box>div>div {
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	color: #333;
}

.content-wrap.rnd .img-box {
	position: relative;
	margin: 0 0 80px;
}

.content-wrap.rnd .img-box img {
	max-width: 100%;
	border-radius: 10px;
}

.content-wrap.rnd .img-box p{
	position:absolute;
	left:32px;
	bottom:32px;
	font-family:"Nunito Sans";
	font-size:48px;
	line-height:65px;
	font-weight:700;
	color:rgba(255,255,255,0.5);
}

.content-wrap.rnd .con-box>div {
	font-size: 18px;
	line-height: 28px;
	font-weight: 400;
	color: #333;
}

.content-wrap.rnd .con-box>div > span{
	font-weight:700;
}

.content-wrap.rnd .con-box>div:first-of-type {
	margin: 0 0 40px;
}

.decade-box {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	width: 100%;
	padding: 40px 0 0;
}

.decade-box:first-of-type {
	padding: 30px 0 0;
}

.decade-year {
	width: 200px;
	font-family: "Nunito Sans";
	font-size: 54px;
	line-height: 74px;
	font-weight: 700;
	color: #000;
}

.decade-history {
	width: calc(100% - 300px);
	background: #f5f6f8;
	border-radius: 10px;
	padding: 50px 90px;
}

.decade-history ul {
	display: flex;
	flex-direction: column;
	gap: 30px;
}

.decade-history li {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	gap: 60px;
}

.decade-history li span:first-of-type {
	display: block;
	min-width: 110px;
	font-size: 18px;
	line-height: 21px;
	font-weight: 700;
	color: #121212;
	font-variant-numeric: tabular-nums;
}

.decade-history li span:last-of-type {
	font-size: 16px;
	line-height: 19px;
	font-weight: 400;
	color: #333;
}

.content-wrap.licensing>.rnd-wrap {
	width: 100%;
	padding: 30px 0 0;
}

.content-wrap.licensing>.rnd-wrap>.con-box {
	width: 100%;
	margin: 0 0 60px;
}

.content-wrap.licensing .license-box {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 40px;
	width: 100%;
	margin: 0 0 50px;
}

.license-box>div {
	width: calc(50% - 20px);
	height: 270px;
	border-radius: 10px;
	font-size: 32px;
	line-height: 46px;
	font-weight: 700;
	color: #fff;
	padding: 185px 45px 38px;
}

.prod-01 {
	background: url(/image/client/sub/img-prod-noltectab.jpg) 50% 50% / contain no-repeat;
}

.prod-02 {
	background: url(/image/client/sub/img-prod-supect.jpg) 50% 50% / contain no-repeat;
}

.license-box+div {
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	color: #333;
}

.license-slide-box {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.swiper-container.license {
	max-width: 1100px;
	width:auto;
	margin: 0 auto 35px;
	overflow: hidden;
}

.swiper-container.license swiper-wrapper {
	border-radius: 10px;
}

.swiper-container.license .swiper-slide {
	width: 100%;
	height: 360px;
	border-radius: 10px;
	flex-shrink: 0;
    transition: width 0.3s ease;
	overflow: hidden;
	background-size: cover;
	background-position: center;
}

.license-inner-box {
	position: absolute;
	right: 30px;
	bottom: 30px;
	padding: 45px 60px 55px;
	width: 65%;
	height: 300px;
	background: rgba(255, 255, 255, 0.8);
	border-radius: 10px;
}

.en-content .swiper-container.license .swiper-slide{
	height:450px;
}

.en-content .license-inner-box{
	height:390px;
	padding:25px 40px 35px;
}

.license-inner-top {
	font-family: "Nunito Sans";
	font-size: 32px;
	line-height: 44px;
	font-weight: 700;
	color: #000;
	margin: 0 0 30px;
}

.license-inner-top>h3 {
	font-family: "Nunito Sans";
	font-size: 32px;
	line-height: 44px;
	font-weight: 700;
	color: #000;
	margin: 0 0 5px;
}

.license-inner-top>p {
	font-size: 18px;
	line-height: 28px;
	font-weight: 500;
}

.license-inner-bottom {
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	color: #333;
}

.licencing-table {
    width: 100%;
    table-layout: fixed;
}

.licencing-table thead th {
	font-size: 16px;
	line-height: 24px;
	font-weight: 500;
	color: #121212;
	background: #f5f6f8;
	border: 1px solid #b6b6b6;
	border-top: 0;
	border-right: 0;
	padding: 10px;
}

.licencing-table thead tr th:first-of-type {
	border-left: 0;
}

.licencing-table thead tr:first-of-type th{
    color: #fff;
    background: #444444;
}

.licencing-table tbody td {
	font-size: 14px;
	line-height: 22px;
	font-weight: 400;
	color: #333;
	background: #fff;
	text-align: left;
	border: 1px solid #b6b6b6;
	border-right: 0;
	padding: 10px 20px;
	vertical-align:middle;
}

.licencing-table tbody tr td:first-of-type {
	border-left: 0;
}

.licencing-table tbody tr td:last-of-type {
	text-align:left;
}

.license-slide-box .swiper-button-prev,
.license-slide-box .swiper-button-next {
	color: #b3b3b3;
	width: 60px;
	height: 60px;
	border: 1px solid #b3b3b3;
	border-radius: 100%;
}

.license-slide-box .swiper-button-prev {
	left: 0;
	right: auto;
	top: 40%;
	transform: translateY(-50%);
}

.license-slide-box .swiper-button-next {
	left: auto;
	right: 0;
	top: 40%;
	transform: translateY(-50%);
}

.license-slide-box .swiper-button-prev:after,
.license-slide-box .swiper-button-next:after {
	font-size: 14px;
}

.license-slide-box .swiper-pagination-bullets.swiper-pagination-horizontal {
	position: static;
	margin: 0 0 130px;
}

.license-slide-box .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	background: #3d3d3d;
}

.license-slide-box .swiper-pagination-bullet-active {
	background: #F51C1C;
}

.treatment-group {
	width: 100%;
	border: 1px solid #b6b6b6;
	margin: 0 0 90px;
}

.treatment-group>div:first-of-type {
	background: #f5f6f8;
	border-bottom: 1px solid #b6b6b6;
	font-size: 18px;
	line-height: 28px;
	font-weight: 500;
	color: #121212;
	padding: 10px 0;
	text-align: center;
}

.treatment-group>div:last-of-type {
	width: 100%;
	padding: 25px 90px;
}

.treatment-group ul {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 100%;
	height: 100%;
}

.treatment-group ul li {
	width: calc(33.33% - 20px);
	font-size: 15px;
	line-height: 30px;
	font-weight: 500;
	color: #333;
}

.contact-us {
	width: 100%;
}

.contact-us>h3 {
	font-family: "Nunito Sans";
	font-size: 24px;
	line-height: 33px;
	font-weight: 700;
	color: #121212;
	margin: 0 0 23px;
}

.contact-us>div {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	padding: 60px 70px;
	background: #f5f6f8;
	border-radius: 8px;
}

.contact-us>div>span {
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 16px;
	line-height: 19px;
	font-weight: 500px;
	color: #333;
}

.contact-us>div>span:first-of-type {
	font-size: 24px;
	line-height: 28px;
}

.contact-us>div>span>span {
	font-weight: 700;
}

.pipeline-box {
	width: 100%;
	margin: 0 0 80px;
	border-top: 1px solid #333;
}

.pipeline-list-box {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 70px;
	width: 100%;
	padding: 45px 30px 45px 40px;
	border-bottom: 1px solid #b3b3b3;
}

.pipeline-list-box .list-number {
	font-family: "Nunito Sans";
	font-size: 54px;
	line-height: 74px;
	font-weight: 700;
	color: #c9c9c9;
	width: 80px;
	text-align: center;
}

.pipeline-list-box .list-content-box {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	gap: 8px;
	width: calc(100% - 54px - 80px - 120px);
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.pipeline-list-box .list-content-box>div {
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.pipeline-list-box .list-content-box .list-title {
	font-size: 20px;
	line-height: 30px;
	font-weight: 500;
	color: #333;
}

.pipeline-list-box .list-content-box .list-summary {
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	color: #787878;
}

.pipeline-list-box .btn-pipeline-more {
	width: 54px;
	height: 54px;
}

.pipeline-list-box .btn-pipeline-more a {
	display: block;
	width: 100%;
	height: 100%;
	border: 1px solid #b6b6b6;
	border-radius: 100%;
	background: url(/image/client/sub/img-pipeline-arrow.png) 50% 50% / 6px 12px no-repeat;
}
/*연구개발 메뉴 스타일 끝*/

/*투자정보 메뉴 스타일 시작*/
main.investment .sub-visual-content {
	background: url(/image/client/sub/section-bg-04.jpg) 50% 50% / cover no-repeat;
}

.content-wrap.ir {
	padding-bottom: 120px;
}

.ir-box {
	width: 100%;
	font-variant-numeric: tabular-nums;
}

.ir-box>h3 {
	display: flex;
	align-items: flex-end;
	justify-content:space-between;
	font-size: 32px;
	line-height: 42px;
	font-weight: 500;
	color: #121212;
	margin: 0 0 20px;
}

.ir-box>h3>div:first-of-type>span {
	font-size: 32px;
	line-height: 44px;
	font-weight: 400;
	color: #999;
}

.ir-box>h3>div:last-of-type{
	font-size: 20px;
	line-height: 32px;
	font-weight: 400;
	color: #999;
}

.ir-table-box {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	width: 100%;
	gap: 40px;
	margin: 0 0 4px;
}

.ir-table-box>div {
	width: calc(50% - 20px);
}

.ir-table-box table {
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
}

.ir-table-box table tbody tr td {
	border: 1px solid #c9c9c9;
	border-right: 0;
	border-top: 0;
	padding: 18px 20px;
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	color: #333;
	text-align: center;
	vertical-align: middle;
}

.ir-table-box table thead tr th,
.ir-table-box table tbody tr th {
	border: 1px solid #c9c9c9;
	border-right: 0;
	border-top: 0;
	padding: 18px 20px;
	font-size: 16px;
	line-height: 20px;
	font-weight: 700;
	color: #333333;
	text-align: center;
	vertical-align: middle;
}

.ir-table-box table thead tr th{
	padding:20px;
}

.ir-table-box table tbody tr td:first-child,
.ir-table-box table thead tr th:first-child {
	border-left: 0;
}

.ir-table-box table thead tr th,
.ir-table-box table tbody tr:first-of-type th,
.ir-table-box>div:first-of-type table tbody tr:first-of-type td {
	border-top: 3px solid #121212;
}

.ir-table-box table td[rowspan="2"].compare {
	font-size: 32px;
	line-height: 44px;
	font-weight: 400;
	text-align: left;
}

.ir-table-box table td[rowspan="2"].down {
	color: #2977be;
}

.ir-table-box table td[rowspan="2"].up {
	color: #f51c1c;
}

.ir-table-box table td[rowspan="2"].equal {
	color: #121212;
}

.ir-table-box table td.compare-arrow span {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 5px;
}

.ir-table-box table td.compare-arrow.down span:before {
	content: '▼';
	font-size: 16px;
	line-height: 24px;
	color: #2977be;
}

.ir-table-box table td.compare-arrow.up span:before {
	content: '▲';
	font-size: 16px;
	line-height: 24px;
	color: #f51c1c;
}

.ir-table-box table td.compare-arrow.equal span:before {
	content: '-';
	font-size: 16px;
	line-height: 24px;
	color: #121212;
}

.ir-table-box + div{
	display:flex;
	align-items:center;
	justify-content: flex-end;
	gap:4px;
	font-size:16px;
	line-height:24px;
	margin:0 0 30px;
}

.ir-table-box + div:before{
	content:'*';
	display:block;
	font-size:16px;
	line-height:24px;
}

.ir-box .img-box {
	position: relative;
	width: 100%;
	height: 480px;
	padding: 20px 32px;
	border: 1px solid #c9c9c9;
}

.ir-box .img-box img {
	width: 100%;
	height: 100%;
}

.ir-box .img-box .btn-chart-more {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.ir-box .img-box .btn-chart-more a {
	display: flex;
	align-items: center;
	justify-content: center;
	background: #f51c1c;
	color: #fff;
	border-radius: 50px;
	font-size: 16px;
	line-height: 19px;
	font-weight: 600;
	padding: 18px 62px 17px;
}

.financial .detail-box{
	display:flex;
	flex-direction:column;
	flex-wrap:wrap;
	justify-content:flex-start;
	align-items:flex-start;
	width:100%;
}

.financial .detail-box > div{
	width:100%;
}

.financial .detail-box > div img{
	display:block;
	max-width:100%;
	margin:0 auto 20px;
}

.detail-box-header{
	margin:0 0 20px;	
}

.detail-title{
	font-size:24px;
	line-height:30px;
	font-weight:700;
	color:#121212;
	padding: 4px 8px;
	margin: 0 0 10px;
	border-top: 2px solid #333;
}

.detail-info{
	display:flex;
	flex-wrap:wrap;
	justify-content:flex-start;
	align-items:center;
	border-left: 1px solid #D9D9D9;
	border-top: 1px solid #D9D9D9;
}

.detail-info > div{
	display:flex;
	width: 50%;
	gap:10px;
	border-right: 1px solid #D9D9D9;
	border-bottom: 1px solid #D9D9D9;
}

.detail-info > div div{
	font-size:18px;
	line-height:24px;
	font-weight:500;
	color:#121212;
	padding:5px 8px;
}

.detail-info > div div:first-of-type{
	width:120px;
	background:#e5e5e5;
	text-align:center;
}

.detail-info > div div.addon>a {
	display: block;
	width: 17px;
	height: 17px;
	background: url(/image/client/sub/img-board-file.png) 50% 50% / contain no-repeat;
}

.detail-info > div div.addon.no-file {
	background: none;
	cursor: not-allowed;
}

.detail-info > div div.addon.no-file:before {
	content: '-';
}

.detail-box-body{
	min-height: 600px;
	padding:20px;
	margin: 0 0 20px;
	border: 1px solid #D9D9D9;
	font-size: 16px;
	line-height: 20px;
	font-weight: 400;
	color: #333;
}

.detail-box-footer{
	display:flex;
	width:100%;
}

.detail-box-footer .btn-back-list{
	max-width:100px;
	padding:12px 20px;
	font-size:18px;
	line-height:24px;
	font-weight:500;
	color:#fff;
	background: #f83535;
	text-align:center;
	margin: 0 auto;
	cursor:pointer;
}

/*투자정보 메뉴 스타일 끝*/

/*홍보센터 메뉴 스타일 시작*/
main.promotion .sub-visual-content {
	background: url(/image/client/sub/section-bg-05.jpg) 50% 50% / cover no-repeat;
}

main.history .con-box {
	width: 100%;
	border-radius: 8px;
	background: #f5f6f8;
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	color: #333;
	text-align: center;
	padding: 55px 150px;
	margin: 0 0 95px;
}

main.history .con-box>p {
	font-size: 24px;
	line-height: 34px;
	font-weight: 500;
	color: #121212;
	margin: 0 0 16px;
}

main.history .con-box>p>span {
	font-weight: 700;
}

.history-content-wrap {
	position: relative;
	width: 100%;
	overflow: visible;
}

.history-tab {
	position: relative;
	width: 100%;
	margin: 0 0 110px;
	z-index: 1;
}

.history-tab:before {
	content: '';
	position: absolute;
	left: 50%;
	bottom: 0;
	top: 0;
	z-index: -1;
	display: block;
	width: 100vw;
	background: #fff;
	transform: translateX(-50%);
}

.history-tab:after {
	content: '';
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	display: block;
	width: 100vw;
	height: 1px;
	background: #d9d9d9;
}

.history-tab ul {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
}

.history-tab ul li {
	width: calc(100% / 8);
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: 'Nunito Sans';
	font-size: 18px;
	line-height: 25px;
	font-weight: 700;
	color: #999;
	background: #fff;
	padding: 20px 30px;
	cursor: pointer;
}

html:not([lang="ko"]) .history-tab ul li{
	width:calc(100% / 6);
}

.history-tab ul li.on {
	color: #f51c1c;
}

header.scroll+.history .history-tab {
	position: sticky;
	left: 50%;
	top: 68px;
	max-width: 1320px;
}

.history-box {
	position: relative;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	gap: 100px;
	width: 100%;
	margin: 0 0 200px;
	opacity: 0;
	transform: translateY(30px);
	transition: all 0.6s ease-out;
}

.history-box:last-of-type {
	margin: 0;
}

.history-box.visible {
	opacity: 1;
	transform: translateY(0);
}

.history-period-box {
	position: sticky;
	left: 0;
	top: 150px;
	width: 40%;
}

.history-period-box>h3 {
	font-family: 'Nunito Sans';
	font-size: 48px;
	line-height: 65px;
	font-weight: 700;
	color: #333;
	margin: 0 0 18px;
}

.period-img {
	position: relative;
}

.period-img img {
	max-width: 100%;
	height: 100%;
	border-radius: 10px;
}

.period-img span {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	font-family: 'Nunito Sans';
	font-size: 32px;
	line-height: 44px;
	font-weight: 600;
	color: #fff;
	background: rgba(0, 0, 0, 0.2);
	border-radius: 8px;
}

.history-content-box {
	width: 60%;
}

.detail-history-wrap {
	position: relative;
	opacity: 0;
	transition: opacity 0.8s ease-in;
	margin: 0 0 40px;
}

.detail-history-wrap.visible {
	opacity: 1;
}

.history-content-box>.detail-history-wrap:last-of-type {
	margin: 0;
}

.detail-history-wrap>h4 {
	position: relative;
	font-family: 'Nunito Sans';
	font-size: 24px;
	line-height: 33px;
	font-weight: 700;
	color: #121212;
	margin: 0 0 18px;
}

.detail-history {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	gap: 8px;
	width: 100%;
	margin: 0 0 10px;
}

.detail-history-wrap>.detail-history:last-of-type {
	margin: 0;
}

.detail-history>h5 {
	position: relative;
	font-family: 'Nunito Sans';
	font-size: 16px;
	line-height: 22px;
	font-weight: 700;
	color: #333;
}

.detail-history>p {
	font-size: 16px;
	line-height: 19px;
	font-weight: 400;
	color: #333;
}

.history-content-box>.detail-history-wrap:first-of-type>h4:before {
	content: '';
	position: absolute;
	left: -50px;
	top: 50%;
	transform: translateY(-50%);
	display: block;
	width: 16px;
	height: 16px;
	background: #fff;
	border: 3px solid #f51c1c;
	border-radius: 100%;
	box-sizing: border-box;
}

.history-content-box>.detail-history-wrap:not(:first-of-type)>h4:before {
	content: '';
	position: absolute;
	left: -48px;
	top: 50%;
	transform: translateY(-50%);
	display: block;
	width: 10px;
	height: 10px;
	background: #f51c1c;
	border-radius: 100%;
	box-sizing: border-box;
	transition: background 0.3s ease;
}

.history-content-box>.detail-history-wrap:after {
	content: '';
	position: absolute;
	z-index: -1;
	display: block;
	width: 1px;
	height: calc(100% + 30px);
	background: #f51c1c;
	transition: height 0.3s ease;
}

.history-content-box>.detail-history-wrap:first-of-type:after {
	left: -43px;
	top: 23px;
}

.history-content-box>.detail-history-wrap:not(:first-of-type):after {
	left: -43px;
	top: 21px;
}

.history-content-box>.detail-history-wrap:last-of-type:after {
	display: none;
}

.detail-history-wrap h4:before {
	transform: scale(0);
	transition: transform 0.5s ease;
}

.detail-history-wrap.visible h4:before {
	transform: scale(1);
}

.detail-history-wrap:after {
	height: 0;
	transition: height 0.6s ease;
}

.detail-history-wrap.visible:after {
	height: calc(100% + 30px);
}

.content-wrap.newsletter {
	padding-bottom: 0;
}

.recent-newsletter-box {
	position: relative;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	gap: 90px;
	width: 100%;
	padding: 60px 0 120px;
}

.recent-newsletter-box:before {
	content: '';
	position: absolute;
	left: -170px;
	bottom: 90px;
	z-index: -1;
	display: block;
	width: 476px;
	height: 88px;
	background: url(/image/client/sub/img-ilyang-txt.png) 50% 50% / 100% 100% no-repeat;
}

.newsletter-thumb-box {
	width: 540px;
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
	border: 1px solid #d2d2d2;
}

.newsletter-thumb-box>img {
	max-width: 100%;
	height: 100%;
}

.recent-content-box {
	width: calc(100% - 630px);
}

.recent-content-box>span {
	font-size: 20px;
	line-height: 28px;
	font-weight: 700;
}

.recent-content-box>h3 {
	font-size: 32px;
	line-height: 46px;
	font-weight: 700;
	color: #000;
	margin: 0 0 18px;
}

.recent-content-box>.newsletter-type {
	font-size: 18px;
	line-height: 28px;
	font-weight: 500;
	color: #333;
	margin: 0 0 8px;
}

.recent-content-box>.publication-date {
	display: flex;
	align-items: center;
	gap: 20px;
	font-size: 16px;
	line-height: 24px;
	font-weight: 500;
	color: #6f6f6f;
	margin: 0 0 140px;
}

.recent-content-box>.btn-newsletter-down a {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	width: 200px;
	font-size: 16px;
	line-height: 24px;
	font-weight: 500;
	padding: 12px 57px;
	border: 1px solid #f51c1c;
	border-radius: 50px;
}

.recent-content-box>.btn-newsletter-down a:after {
	content: '';
	display: block;
	width: 16px;
	height: 16px;
	background: url(/image/client/sub/btn-resent-down.png) 50% 50% / contain no-repeat;
}

.newsletter-list-box {
	position: relative;
	width: 100%;
	padding: 110px 0 140px;
}

.newsletter-list-box:before {
	content: '';
	display: block;
	width: 100vw;
	height: 100%;
	background: #f5f6f8;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: -1;
}

.newsletter-list-box>div {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-start;
	gap: 60px;
	margin: 0 0 100px;
}

.newsletter-list {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	width: calc(25% - 45px);
}

.newsletter-list .newsletter-date {
	display: block;
	font-size: 20px;
	line-height: 28px;
	font-weight: 700;
	color: #555;
	margin: 0 0 17px;
}

.newsletter-list .newsletter-img {
	width: 100%;
	height: 186px;
	margin: 0 0 16px;
}

.newsletter-list .newsletter-img img {
	max-width: 100%;
	height: auto;
}

.newsletter-list .newsletter-title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
}

.newsletter-list .newsletter-title>span:first-of-type {
	font-size: 20px;
	line-height: 30px;
	font-weight: 500;
	color: #333;
}

.newsletter-list .newsletter-title .btn-past-down {
	display: block;
	width: 16px;
	height: 17px;
}

.newsletter-list .newsletter-title .btn-past-down>a {
	display: block;
	width: 100%;
	height: 100%;
	background: url(/image/client/sub/btn-past-down.png) 50% 50% / contain no-repeat;
}

.btn-newsletter-more {
	margin: 0 auto !important;
}

.btn-newsletter-more.no-more-magazine {
	display: none;
}

.btn-newsletter-more>div {
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 180px;
	padding: 18px 50px;
	font-size: 16px;
	line-height: 19px;
	font-weight: 500;
	color: #333;
	background: #fff;
	border-radius: 50px;
	border: 1px solid #b3b3b3;
	cursor: pointer;
	margin: 0 auto;
}

main.promotion .page-slogan {
	margin: 0 0 70px;
}

main.promotion .page-slogan>p:first-of-type {
	margin: 0 0 12px;
}

main.promotion .page-slogan>p:last-of-type {
	font-size: 18px;
	line-height: 28px;
	font-weight: 400;
	color: #62626a;
}

.content-wrap.contribution {
	padding-bottom: 0;
}

.contribution-wrap {
	position: relative;
	padding: 150px 0 215px;
}

.contribution-wrap:before {
	content: '';
	display: block;
	width: 100vw;
	height: 100%;
	background: #f5f6f8;
	position: absolute;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
	z-index: -1;
}

.contribution-box {
	position: relative;
	display: flex;
	margin: 0 0 230px;
}

.contribution-box:last-of-type {
	flex-direction: row-reverse;
	margin: 0;
}

.contribution-box .img-box {
	width: 750px;
	height: 350px;
}

.contribution-box .img-box img {
	border-radius: 8px;
	max-width: 100%;
	height: 100%;
}

.contribution-box .contribution-content {
	position: absolute;
	right: 0;
	bottom: -90px;
	width: 65%;
	background: #fff;
	padding: 45px 70px;
	border-radius: 10px;
}

.contribution-box:last-of-type .contribution-content {
	right: auto;
	left: 0;
	text-align: right;
	bottom: -75px;
}

.contribution-title {
	font-size: 32px;
	line-height: 46px;
	font-weight: 700;
	color: #121212;
	margin: 0 0 17px;
}

.contribution-box .contribution-content>div {
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	color: #555;
}

/*홍보센터 메뉴 스타일 끝*/

/*고객센터 메뉴 스타일 시작*/
main.cs .sub-visual-content {
	background: url(/image/client/sub/section-bg-06.jpg) 50% 50% / cover no-repeat;
}
main.cs .slogan-box {
	width: 100%;
	padding: 42px 0;
	margin: 0 0 60px;
	background: #f5f6f8;
	border: 1px solid #d9d9d9;
	border-radius: 8px;
}

main.cs .slogan-box>p {
	font-size: 18px;
	line-height: 28px;
	font-weight: 400;
	color: #121212;
	text-align: center;
}

.cs-table {
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
}

.cs-table th {
	padding: 30px 40px;
	font-size: 20px;
	line-height: 24px;
	font-weight: 700;
	color: #333;
	text-align: center;
	border: 1px solid #b3b3b3;
	border-left: 0;
	background: #f5f6f8;
	vertical-align: middle;
}

.cs-table td {
	padding: 30px 40px;
	font-size: 18px;
	line-height: 21px;
	font-weight: 600;
	color: #333;
	text-align: left;
	border: 1px solid #b3b3b3;
	border-right: 0;
	background: #fff;
	vertical-align: middle;
}

.cs-table td p {
	line-height: 40px;
}

.cs-table td span {
	font-size: 14px;
	line-height: 17px;
}

.report-wrap.drug-reactions{
	margin:0 0 40px;
}

.report-wrap.drug-reactions > div:first-of-type{
	margin:0 0 20px;
}

.report-form .drug-reactions .report-privacy{
	background:#f5f6f8;
}

.report-form .drug-reactions .report-privacy > p:first-of-type{
	font-size:20px;
	line-height:24px;
	margin:0 0 20px;
	text-align:center;
}

.report-form .drug-reactions .report-privacy > p:last-of-type{
	font-size:20px;
	line-height:24px;
	text-align:center;
	margin:0;
}

.report-form .drug-reactions .report-privacy > ol{
	margin:0 0 20px;
}

.report-form .drug-reactions .report-privacy > ol > li{
	margin:0 0 20px;
}

.report-form .drug-reactions .report-privacy > ol > li > p{
	margin:0 0 10px;
}

.report-form .drug-reactions .report-privacy > ol > li > p:nth-of-type(2){
	margin:0;
	padding:0 0 0 16px;
}

.report-form .drug-reactions .report-privacy > ol > li:last-of-type{
	margin:0;
}

.report-form .drug-reactions .report-privacy > ol > li > ol{
	padding:0 0 0 16px;
}

.report-form .drug-reactions .report-privacy > ol > li > ol > li{
	margin:0 0 6px;
}

.report-form .drug-reactions .report-privacy > ol > li > ol > li:last-of-type{
	margin:0px;
}

.report-form .drug-reactions .report-privacy dl{
	padding:0 0 0 16px;
}

.report-form .drug-reactions .report-privacy dl dd{
	padding:0 0 0 10px;
}

.report-form .drug-reactions .report-privacy ol li p{
	font-size:16px;
	line-height:20px;
}

.report-form .report-wrap.drug-reactions .report-privacy + p{
	margin:0 0 10px;
}

.report-form .report-wrap.drug-reactions p:last-of-type + .report-radio-box{
	display:flex;
	align-items:center;
	justify-content:flex-start;
	width:100%;
	gap:20px;
}

.report-form .report-wrap.drug-reactions p:last-of-type + .report-radio-box > p{
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 6px;
	min-width: 70px;	
}

.drug-reactions .report-table>table .division-info > th {
    text-align:center;
    font-size:20px;
    line-height:22px;
    font-weight:600;
    border-right: 0;
}

.drug-reactions .report-table>table .require:before {
    color: #f51c1c;
}

.drug-reactions .report-table input.short-input{
	max-width:80px;
}

.drug-reactions .btn-report .btn-report-submit{
	background:#f51c1c;
	border: 1px solid #f51c1c;
}

/*고객센터 메뉴 스타일 끝*/

/*개인정보처리방침*/
.privacy-wrap {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 30px;
    width: 100%;
    padding: 20px;
    border-radius: 8px;
    border: 1px solid #c7c7c7;
    background: #f5f6f8;
}

.privacy-box h3{
	font-size:18px;
	line-height:28px;
	color:#121212;
}

.privacy-box p {
    font-size: 16px;
    line-height: 26px;
	font-weight:400;
    color: #333;
}

.privacy-box h3 + p{
	margin:0 0 8px;
}

.privacy-box ul{
	display:flex;
	flex-direction:column;
	gap: 4px;
}

.privacy-box ul li{
	font-size: 16px;
    line-height: 26px;
	font-weight:400;
    color: #333;
}

.privacy-box ul li span{
	font-weight:500;
	color: #000;
}

.privacy-box:nth-last-child(2) ul{
	display:flex;
	flex-direction: row;
	align-items:center;
	justify-content:flex-start;
}

.privacy-box:nth-last-child(2) ul li{
	flex-direction:column;
	padding:10px;
	border:1px solid #c7c7c7;
	background:#fff;
	margin:10px 0;
}

.privacy-box:first-child > p:nth-child(3){
    margin:20px 0;
}
/*개인정보처리방침*/

@media screen and (max-width:1600px){
	.intro .content-box {
		padding-right:350px;
	}
}

@media screen and (max-width:1320px){
	.content-wrap{
		width:calc(100% - 32px);
		margin:0 auto;
	}
}

@media screen and (max-width:1024px){	
	.intro .content-img-box{
		width:40%;
	}

	.intro .content-box{
		padding-left:200px;
		padding-right: 268px;
	}

	.vision04 .flex-box>div{
		padding:30px 60px;
	}

	.content-tab-wrap.ethic .box-02 .img-box{
		width:100%;
	}

	.content-tab-wrap.ethic .box-02 .img-box img{
		max-width:100%;
	}

	.content-tab-wrap.ethic .box-03 .img-box{
		width:100%;
	}

	.content-tab-wrap.ethic .box-03 .con-box{
		width:100%;
	}

	.content-tab-wrap.ethic .box-03 .inner-box{
		padding: 50px 40px;
	}

	.content-tab-wrap.ethic .pledge>div{
		padding: 140px 40px 30px;
		word-break: keep-all;
	}

	.content-tab-wrap.ethic .inner-box.inner-01{
		padding:40px;
		word-break: keep-all;
	}

	.content-tab-wrap.ethic .box-05 .con-box:last-of-type{
		flex-direction:column;
	}

	.content-tab-wrap.ethic .box-05 .con-box:last-of-type>div{
		width:100%;
	}

	.safety .box-02 .con-box:first-of-type{
		padding:50px 0;
	}

	.safety .box-02 .con-box:first-of-type>div{
		margin:0 0 50px;
	}
	
	.safety .box-02 .con-box>ul li{
		align-items:flex-start;
	}

	.safety .box-03 .con-box>div .inner-box>p{
		font-size:24px;
		line-height:34px;
	}
	
	.safety .box-03 .con-box>div .inner-box li span{
		font-size:14px;
		line-height:20px;
	}

	.direction-box{
		flex-direction:column;
		gap: 40px;
	}

	.factory-table th, .factory-table td{
		padding:12px 10px;
	}

	.search-terms>div{
		flex-direction:column;
		align-items:flex-start;
		justify-content:flex-start;
		gap: 10px;
	}

	.search-terms .search-title{
		width: 100%;
		text-align:left;
	}

	.search-detail{
		width:100%;
	}

	.search-detail.search-form>div{
		gap:20px;
	}

	.initial-search ul,
	.detail-search div,
	.favorite-search div{
		width:calc(90% - 20px);
	}
	
	.product-name{
		padding: 22px 10px 23px;
	}

	.labor-wrap:before{
		background-size: 220% 500px;
	}

	.labor-wrap .con-box>p{
		min-width: 60%;
	}

	.decade-history{
		padding: 40px 60px;
	}

	.decade-history li span:last-of-type{
		word-break:keep-all;
	}

	.prod-01, .prod-02{
		background-size:cover;
	}

	.ir-table-box>div:first-of-type{
		width:calc(60% - 20px);
	}

	.history-tab ul li{
		padding: 20px 15px;
	}

	.newsletter-list-box>div{
		gap:20px;
	}

	.newsletter-list{
		width:calc(25% - 15px)
	}
}

@media screen and (max-width: 768px){
	.content.intro{
		display:flex;
		flex-direction:column;
		align-items:center;
		justify-content:flex-start;
		width:100%;
	}

	.intro .content-img-box{
		position:static;
		transform: none;
		z-index:auto;
		width: 80%;
	}

	.intro .content-box{
		right:auto;
		padding: 180px 40px 80px;
		width: 90%;
		border-radius: 10px;
		margin: -130px 0 0;
		z-index: -1;
	}

	.content.vision .content-img-box{
		height:300px;
	}

	.vision01:before{
		height:700px;
		margin: -272px 0 0;
	}

	.con-box.vision02{
		margin: 20px 0 50px;
	}
	
	.vision02:before{
		background-size: 150% auto;
		top: -322px;
	}

	.vision03 > .flex-box:first-of-type{
		flex-wrap:wrap;
		justify-content: center;
		gap: 30px;
	}
	
	.vision03 > .flex-box:first-of-type > div{
		width: calc(100% / 3 - 20px);
	}

	.vision03 .flex-box.vision-type01>div,
	.vision03 .flex-box.vision-type02>div{
		width: calc(100% / 3 - 44px - 10px);
	}

	.vision04 .flex-box>div{
		padding: 30px;
	}

	.spirit-dialog{
		word-break:keep-all;
	}

	.vision04 .flex-box:before{
		width:220px;
		height:220px;
	}

	.con-box.factory{
		flex-direction:column;
		gap: 32px;
	}

	.con-box.factory>div{
		width:100%;
	}
	
	.fac-img{
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	.ilyang-table > table:not(.cs-table){
		min-width:1320px;
		width: auto;
	}

	.con-box.ideology,
	.con-box.ideology.reverse{
		flex-direction:column;
		gap:32px;
		margin:0 0 50px;
	}

	.con-box.ideology .img-box,
	.con-box.ideology .img-box img{
		width:100%;
	}

	.content-tab-wrap.ethic .box-01 .con-box{
		margin:0;
	}

	.content-tab-wrap.ethic .box-02 .con-box p{
		font-size:20px;
		line-height:38px;
		word-break: keep-all;
	}

	.content-tab-wrap.ethic .box-03 .con-box{
		padding:45px 40px 75px;
	}

	.content-tab-wrap.ethic .pledge-box{
		gap: 30px;
	}

	.content-tab-wrap.ethic .pledge-box>div{
		width:calc(50% - 15px);
	}
	
	.content-tab-wrap.ethic .pledge>div{
		padding: 100px 40px 60px;
		word-break: keep-all;
	}

	.content-tab-wrap.ethic .pledge>div>span{
		font-size:14px;
		line-height:18px;
	}
	
	.content-tab-wrap.ethic .pledge>div>p{
		font-size:16px;
		line-height:26px;
	}

	.content-tab-wrap.ethic .inner-box.inner-03{
		gap: 50px;
	}

	.content-tab-wrap.ethic .inner-box.inner-03>div:first-of-type{
		min-width: 110px;
	}

	.content-tab-wrap.ethic .inner-box.inner-03 ol li span{
		word-break:keep-all;
	}

	.content-tab-wrap.safety .box-01{
		margin:0;
		padding: 40px;
	}

	.safety .box-02 .con-box:first-of-type>div{
		flex-wrap:wrap;
		gap: 0;
	}

	.safety-goal{
		width: 50%;
	}

	.safety-goal:nth-child(3):before{
		left: 5px;
	}

	.safety-goal>img{
		margin:0 auto;
	}

	.safety .box-02 .con-box>ul{
		padding:20px 25px;
	}

	.safety .box-03 .con-box .img-box img{
		display:block;
		width: 70%;
	}
	
	.safety .box-03 .con-box>div .inner-box{
		width: 80%;
		padding: 30px 40px;
	}

	.safety .box-03 .con-box>div:nth-of-type(2n+1) .inner-box{
		bottom:auto;
		top: 32%;
	}

	.safety .box-03 .con-box>div:nth-of-type(2n) .img-box{
		display: flex;
		justify-content: flex-end;
	}
	
	.safety .box-03 .con-box>div:nth-of-type(2n) .inner-box{
		top: 20%;
	}

	.safety .box-03 .con-box>div .inner-box ul{
		width:100%;
		margin: 0 !important;
	}

	.organization-chart-box{
		flex-direction:column;
		gap: 20px;
	}

	.organization-chart-box>div:first-of-type{
		width:100%;
	}

	.organization-chart-box .org-title{
		text-align:center;
	}
	
	.org-chart{
		width:100%;
		cursor:pointer;
	}

	.org-tab-box{
		display:flex;
		align-items:center;
		justify-content:center;
		gap: 40px;
	}

	.organization-chart-box .org-tab-box li{
		position: relative;
		margin: 0;
		padding: 0;
		border: 0;
	}

	.organization-chart-box .org-tab-box li:after{
		content:'';
		display:block;
		width:1px;
		height:calc(100% - 10px);
		position:absolute;
		right:-20px;
		top:5px;
		background:#b6b6b6;
	}

	.organization-chart-box .org-tab-box li:last-of-type:after{
		display:none;
	}

	.ilyang-table > .factory-table{
		min-width:initial;
	}

	.search-detail.category ul li a{
		flex-direction:column;
	}

	.search-detail.category ul li:first-of-type a{
		line-height: 38px;
	}

	.product-item{
		width:50%;
	}

	.product-item:nth-of-type(2n) {
		border-right: 1px solid #c7c7c7;
	}

	.search-detail.search-form{
		padding: 10px 20px;
	}

	.search-detail.search-form>div{
		flex-direction:column;
		gap:10px;
	}
	
	.search-detail.search-form>div h4{
		width:100%;
	}

	.initial-search ul,
	.detail-search div,
	.favorite-search div{
		width:100%;
	}

	.favorite-search div{
		flex-wrap:wrap;
	}

	.labor-wrap .con-box>p{
		min-width:80%;
		margin: 0 auto 80px;
		font-size: 40px;
		line-height: 60px;
	}

	.content-wrap.rnd .img-box{
		height:320px;
	}

	.content-wrap.rnd .img-box img{
		height:100%;
		object-fit: cover;
	}

	.decade-box{
		flex-direction:column;
	}

	.decade-year{
		width:100%;
		font-size:32px;
		line-height:46px;
	}

	.decade-history{
		width:100%;
		padding: 20px;
	}

	.license-box>div{
		min-height: 145px;
		height: auto;
	}
	
	.swiper-container.license{
		width:80%;
	}

	.license-inner-box{
		width:auto;
		left: 30px;
		padding: 30px 40px;
	}

	.treatment-group>div:last-of-type{
		padding:20px 40px;
	}

	.contact-us>div{
		padding: 40px;
	}

	.pipeline-list-box{
		padding:20px;
	}

	.ir-table-box{
		flex-direction:column;
	}

	.ir-table-box>div:first-of-type, 
	.ir-table-box>div{
		width:100%;
	}

	.ir-table-box table tbody tr th, 
	.ir-table-box table tbody tr td{
		padding:10px;	
	}

	main.history .con-box{
		padding: 30px 60px;
	}
	
	.history-tab{
		overflow-x:auto;
		width:100%;
		background: #fff;
		margin: 0;
		padding: 0 0 20px;
	}

	.history-tab:before, 
	.history-tab:after{
		display:none;
	}

	.history-tab ul{
		min-width:1320px;
		border-bottom: 1px solid #d9d9d9;
	}

	.history-period-box>h3{
		font-size:32px;
		line-height:44px;
	}

	.recent-newsletter-box{
		flex-direction:column;
		gap: 40px;
	}

	.recent-newsletter-box:before{
		left: 0;
		bottom: auto;
		top: 48%;
	}

	.newsletter-thumb-box,
	.recent-content-box{
		width: 80%;
		margin: 0 auto;
	}
	
	.recent-content-box>.publication-date{
		margin:0 0 30px;
	}

	.newsletter-list-box>div{
		flex-wrap:wrap;
	}

	.newsletter-list{
		width:calc(50% - 10px);
	}
	
	.newsletter-list .newsletter-img img{
		width:100%;
		height:100%;
		
	}

	.contribution-box .img-box,	
	.contribution-box .contribution-content{
		width:80%;
	}

	main.cs .slogan-box{
		padding:30px 20px;
		word-break:keep-all;
	}

	.cs .page-slogan{
		font-size: 32px;
		line-height: 46px;
		width: 90%;
	}
}

@media screen and (max-width: 640px){
	.intro .intro-slogan{
		text-align:center;
	}

	.content.vision .content-img-box{
		height:360px;
	}

	.vision .con-box>div img{
		width: 100%;
		margin: initial;
	}

	.con-box.vision02{
		margin: -150px 0 50px;
		height: auto;
	}
	
	.vision02:before{
		background-size: 300% auto;
		top: -321px;
	}

	.con-box.vision02 > div img{
		width: auto;
		margin: 0 auto;
	}

	.vision03{
		padding: 85px 0 240px;
	}

	.vision03:before{
		height:100%;
	}

	.vision03 > .flex-box:first-of-type{
		gap:0;
		width: calc(100% - 100px);
		margin: 0 auto 70px;
	}

	.vision03 > .flex-box:first-of-type > div{
		width: calc(100% / 2);
	}

	.vision03 > .flex-box:first-of-type > div:nth-of-type(3){
		width: calc(100% / 2 + 1px);
	}

	.vision03 .flex-box.arrow{
		gap: initial;
		justify-content: center;
	}

	.vision03 .flex-box.arrow img{
		height:20px;
		width:auto;
	}

	.vision03 .flex-box.vision-type01>img, 
	.vision03 .flex-box.vision-type02>img{
		width:18px;
		height:18px;
	}

	.vision03 .flex-box.vision-type01,
	.vision03 .flex-box.vision-type02{
		flex-direction:column;
		justify-content: flex-start;
		gap: 16px;
	}

	.vision03 .flex-box.vision-type01>div, 
	.vision03 .flex-box.vision-type02>div{
		width:100%;
	}

	.vision03 .flex-box.vision-type01:after, 
	.vision03 .flex-box.vision-type02:after{
		transform: translate(-50%, -50%) rotate(90deg);
		width: 304px;
		left: calc(50% + 1px);
	}

	.vision .con-box.vision04{
		position:relative;
	}
	
	.vision .con-box.vision04:before{
		content: '';
	    position: absolute;
	    left: 50%;
	    transform: translateX(-50%);
	    z-index: -1;
	    width: 100vw;
	    height: 100%;
	    background: #f5f6f8;
	    margin: -88px 0 0;
	}
	
	.vision04 .flex-box:before{
		width: 200px;
		height: 200px;
		z-index: -1;
		top: -110px;
	}

	.vision04 .flex-box>div:first-of-type, .vision04 .flex-box>div:nth-of-type(2){
		width:100%;
		text-align:left;
	}
	
	.content-tab-wrap.ethic .box-01 .con-box{
		padding:40px;
	}

	.content-tab-wrap.ethic .pledge-box{
		flex-direction:column;
	}

	.content-tab-wrap.ethic .pledge-box>div{
		width:100%;
	}
	
	.content-tab-wrap.ethic .pledge>div{
		padding: 170px 50px 30px;
	}

	.content-tab-wrap.ethic .inner-box.inner-01{
		padding:20px;
		margin: 0 0 40px;
	}

	.content-tab-wrap.ethic .box-05>div:nth-of-type(3){
		padding: 40px 0;
	}

	.content-tab-wrap.ethic .inner-box.inner-02{
		padding: 20px 40px 30px;
	}
	
	.content-tab-wrap.ethic .box-05 .con-box:last-of-type>div:first-of-type,
	.content-tab-wrap.ethic .box-05 .con-box:last-of-type>div:last-of-type {
		background-size:auto 100%;
	}

	.content-tab-wrap.safety .tab-list-box{
		flex-wrap:wrap;
	}
	
	.content-tab-wrap.safety .tab-list-box li{
		width:50%;
		border-bottom:0;
	}

	.content-tab-wrap.safety .tab-list-box li:nth-last-child(-n+2){
		border-bottom:1px solid #d9d9d9;
	}

	.content-tab-wrap.safety .tab-list-box li:nth-child(2n){
		border-right:1px solid #d9d9d9;
	}

	.content-tab-wrap.safety .tab-list-box li.on+li{
		border-left:1px solid #d9d9d9;
	}

	.safety .box-02 .con-box:first-of-type>div{
		flex-direction:column;
		gap: 60px;
	}

	.safety-goal{
		width:100%;
	}

	.safety-goal>img{
		width:100%;
	}

	.safety-goal:before, .safety-goal:nth-child(3):before{
		left:50%;
		top: -35px;
		transform: translate(-50%, -50%) rotate(90deg);
	}

	.safety .box-03 .con-box .img-box img{
		width:100%;
	}

	.safety .box-03 .con-box>div .inner-box{
		width: 95%;
		padding: 20px;
	}

	.safety .box-03 .con-box>div:nth-of-type(2n+1) .inner-box{
		border-radius:8px 0 0 0;
		top: 30%;
	}

	.safety .box-03 .con-box>div:nth-of-type(2n) .inner-box{
		border-radius:0 8px 0 0;
		top: 30%;
	}

	.organization-chart-box .org-tab-box li{
		font-size:18px;
		line-height:28px;
	}

	.org-chart[data-chart="0"],
	.org-chart[data-chart="1"],
	.org-chart[data-chart="2"]{
		background-size:contain;
	}

	.direction-box>div:first-of-type>p{
		min-width:90px;
	}

	.search-detail.target-function{
		height:90px;
		overflow-y:auto;
	}

	.info-box{
		flex-direction:column;
	}

	.info-img{
		width:100%;
	}

	.product-info{
		width:100%;
	}

	.permission-table{
		overflow-x:auto;
	}

	.permission-table > table{
		min-width:1320px;
	}

	.labor-wrap .con-box{
		padding: 80px 0;
	}

	.labor-wrap .con-box>div:first-of-type{
		margin:0 0 60px;
	}

	.decade-history li{
		gap:20px;
	}

	.content-wrap.licensing .license-box{
		flex-direction:column;
	}

	.license-box>div{
		width:100%;
	}

	.swiper-container.license{
		width:100%;
	}
	
	.license-slide-box .swiper-button-prev,
	.license-slide-box .swiper-button-next {
		display:none;
	}

	.contact-us>div{
		flex-direction:column;
		align-items:flex-start;
		gap:10px;
		padding: 20px;
	}
	
	.contact-us>div>span:first-of-type>span{
		margin:0 0 20px;
	}

	main.history .con-box>p{
		word-break:keep-all;
	}

	.history-box{
		flex-direction:column;
		gap: 40px;
	}

	.history-period-box{
		width:100%;
		z-index:1;
		background: #fff;
	}

	.period-img{
		height:200px;
	}

	.history-content-box{
		width: 90%;
		align-self:flex-end;
	}

	.period-img img{
		width:100%;
		height:100%;
		object-fit:cover;
	}

	.contribution-title{
		font-size:24px;
		line-height:34px;
		word-break: keep-all;
	}

	.contribution-box .contribution-content>div{
		font-size:14px;
		line-height:20px;
	}

	.contribution-box .contribution-content{
		padding:20px 30px;
	}

	main.promotion .page-slogan>p:first-of-type{
		font-size:24px;
		line-height:34px;
	}

	main.promotion .page-slogan>p:last-of-type{
		font-size:14px;
		line-height:20px;
	}

	main.promotion .page-slogan{
		margin:0 0 30px;
	}

	.contribution-wrap{
		padding:50px 0 120px;
	}

	.contribution-box{
		margin:0 0 140px;
	}

	.cs-table th{
		padding: 15px 20px;
	}

	.cs .page-slogan{
		font-size:24px;
		line-height:34px;
		width: 80%;
	}

	.ir-box>h3{
		flex-direction:column;
		align-items:flex-start;
	}
}

@media screen and (max-width:480px){
	.menu-title>h2{
		font-size:36px;
	}

	.page-slogan{
		font-size: 34px;
	}

	.intro .intro-slogan{
		word-break:keep-all;
	}

	.tab-list-box{
		flex-wrap:wrap;
	}

	.tab-list-box li{
		width:50%;
		border-bottom:0;
	}

	.tab-list-box li:nth-last-child(-n+2){
		border-bottom:1px solid #d9d9d9;
	}

	.tab-list-box li:nth-child(2n){
		border-right:1px solid #d9d9d9;
	}

	.tab-list-box li.on+li{
		border-left:1px solid #d9d9d9;
	}

	.content-tab-wrap.ethic .box-03 .con-box{
		padding:40px 20px;
	}

	.content-tab-wrap.ethic .inner-box.inner-03{
		flex-direction:column;
		gap:14px;
	}

	.content-tab-wrap.ethic .inner-box.inner-02:last-of-type>div:first-of-type{
		margin:0 0 20px;
		padding:0 0 20px;
	}

	.safety .box-01 .con-box ol{
		padding:40px 20px;
	}

	.safety .box-03 .con-box>div .inner-box{
		height: 90%;
	}

	.safety .box-03 .con-box>div .inner-box>p{
		font-size:18px;
		line-height:26px;
	}
	
	.safety .box-03 .con-box>div .inner-box li span{
		font-size:12px;
		line-height:16px;
	}

	.org-tab-box{
		gap:10px;
	}
	
	.organization-chart-box .org-tab-box li{
		font-size:16px;
		line-height:24px;
		text-align: center;
		word-break: keep-all;
	}

	.organization-chart-box .org-tab-box li:after{
		right:-5px;
	}

	/*
	.org-chart[data-chart="0"],
	.org-chart[data-chart="1"],
	.org-chart[data-chart="2"]{
		background-size:calc(100% - 20px) calc(100% - 160px);
	}
	*/

	.ilyang-table.direction .factory-table td div{
		flex-direction: column;
		gap:4px;
	}

	.ilyang-table.direction .factory-table tr td:nth-of-type(1)>div:before,
	.ilyang-table.direction .factory-table tr td:nth-of-type(2)>div:before,
	.ilyang-table.direction .factory-table tr td:nth-of-type(3)>div:before{
		display:none;
	}

	.product-name h6{
		width:100%;
		overflow:hidden;
		text-overflow:ellipsis;
		white-space:nowrap;
	}

	.search-detail.category ul{
		flex-wrap:wrap;
	}

	.search-detail.category ul li{
		width:calc(100% / 3);
		border-bottom:0;
	}

	.search-detail.category ul li:nth-child(3n){
		border-right: 1px solid #c3c3c3;
	}

	.search-detail.category ul li:nth-last-child(-n+3){
		border-bottom:1px solid #c3c3c3;
	}

	.initial-search ul{
		flex-wrap:wrap;
	}

	.initial-search ul li{
		border-right: 1px solid #c3c3c3;
		border-left: 0;
	}

	.initial-search ul li:first-of-type{
		border-left: 1px solid #c3c3c3;
	}

	.initial-search ul li:nth-child(-n+2){
		border-bottom:0;
	}

	.initial-search ul li:nth-last-child(2){
		border-left: 1px solid #c3c3c3;
	}

	.info-table{
		overflow-x:auto;	
	}

	.info-table > table{
		min-width:768px;
	}

	.page-slogan.vision{
		font-size:28px;
		line-height:40px;
	}

	.labor-wrap:before{
		background-size: 220% 400px;
	}
	
	.labor-wrap .con-box{
		padding: 40px 0;
	}
	
	.content-wrap.rnd .img-box{
		height:520px;
	}

	.content-wrap.rnd .img-box p{
		font-size:32px;
		line-height: 50px;
	}

	.decade-history li{
		flex-direction:column;
		gap:10px;
	}

	.content-wrap.licensing .license-box{
		flex-direction:column;	
	}

	.license-box>div{
		width:100%;
	}

	.license-inner-box{
		padding:20px;
	}

	.license-inner-bottom{
		font-size:14px;
		line-height: 22px;
	}
	
	.treatment-group ul{
		flex-direction:column;
	}

	.treatment-group ul li{
		width:100%;
	}

	.pipeline-list-box .list-number{
		width: 40px;
		font-size:32px;
		line-height:44px;
	}

	.pipeline-list-box{
		gap:40px;
	}

	.pipeline-list-box .list-content-box{
		width: calc(100% - 94px - 80px);
	}

	main.history .con-box{
		padding:30px 
	}

	.history-content-box{
		width:calc(90% - 20px);
	}

	.recent-newsletter-box:before{
		width: 238px;
		height: 44px;
		left: -20px;
		top: 33%;
	}
	
	.newsletter-thumb-box, .recent-content-box{
		width:100%;
	}

	.newsletter-list-box{
		padding: 40px 0 140px;
	}

	.newsletter-list{
		width: 100%;
	}

	.contribution-box .img-box{
		width:100%;
	}
	
	.contribution-box .contribution-content, .contribution-box:last-of-type .contribution-content{
		width: 90%;
		right: auto;
		left: 50%;
		transform: translateX(-50%);
		text-align: left;
	}

	.cs-table th{
		padding:10px 0;
		font-size:16px;
		line-height:20px;
		word-break: keep-all;
	}

	.cs-table td{
		padding:10px 30px;
	}

	.cs .page-slogan{
		width: 60%;
	}

	.content-tab-wrap.ethic .pledge>div{
		padding: 130px 30px 30px;
	}
}

@media screen and (max-width:420px){
	.vision03 > .flex-box:first-of-type{
		width:100%;
	}
	
	.content-tab-wrap.ethic .box-03 .inner-box{
		padding:20px;
	}

	.content-tab-wrap.safety .box-01{
		padding:20px;
	}

	.con-box.direction{
		padding: 30px 18px;
	}

	.initial-search ul li:nth-child(-n+4){
		border-bottom:0;
	}

	.initial-search ul li:nth-last-child(2){
		border-left: 0;
	}
	
	.initial-search ul li:nth-last-child(4){
		border-left: 1px solid #c3c3c3;
	}

	.license-inner-box{
		top:10px;
		right:10px;
		bottom:10px;
		left:10px;
		height:auto;
		padding: 10px;
	}

	header.scroll+.history .history-tab{
		top: 61px;
		padding: 0 0 30px;
	}

	.ir-box .img-box .btn-chart-more a{
		padding: 18px 30px 17px;
	}

	.cs .page-slogan{
		width:90%;
	}
}

@media screen and (max-width:360px){
	.content-tab-wrap.ethic .inner-box.inner-02{
		padding: 15px 20px;
	}

	.safety .box-03 .con-box>div:nth-of-type(2n+1) .inner-box{
		top: 15%;
	}

	.safety .box-03 .con-box>div:nth-of-type(2n) .inner-box{
		top: 15%;
	}

	/*
	.org-chart[data-chart="0"],
	.org-chart[data-chart="1"],
	.org-chart[data-chart="2"]{
		background-size:calc(100% - 20px) 60%;
	}
	*/

	.direction-box>div:first-of-type,
	.direction-box>div:last-of-type>p{
		flex-direction:column;
		gap:10px;
	}

	.direction-box>div:last-of-type{
		width:100%;
		flex-direction:row;
		justify-content:space-between;
	}

	.initial-search ul li:nth-child(-n+6){
		border-bottom:0;
	}

	.initial-search ul li:nth-last-child(4){
		border-left: 0;
	}
	
	.initial-search ul li:nth-last-child(6){
		border-left: 1px solid #c3c3c3;
	}

	.ir-table-box table td[rowspan="2"].compare{
		font-size:24px;
		line-height:29px;
	}

	.ir-table-box table tbody tr th{
		padding:10px 0;
	}

	.ir-table-box table tbody tr td{
		padding:10px 5px;
	}

	header.scroll+.history .history-tab{
		top: 41px;
		padding: 0 0 50px;
	}

	.cs-table td{
		padding: 10px;
		font-size: 16px;
        line-height: 20px;
	}
}

@media screen and (max-width:320px){
	.content-tab-wrap.ethic .pledge>div{
		padding: 120px 30px 10px;
	}

	.content-tab-wrap.safety .tab-list-box li{
		width:100%;
		border-bottom:0 !important;
		border-right:1px solid #d9d9d9;
	}

	.content-tab-wrap.safety .tab-list-box li:last-child{
		border-bottom:1px solid #d9d9d9 !important;
	}

	.org-tab-box{
		flex-direction:column;
	}

	.organization-chart-box .org-tab-box li:after{
		width:10%;
		height:1px;
		top:auto;
		right:auto;
		bottom:-5px;
		left:50%;
		transform:translateX(-50%);
	}

	.initial-search ul li:nth-child(-n+7){
		border-bottom:0;
	}

	.initial-search ul li:nth-last-child(6){
		border-left: 0;
	}
	
	.initial-search ul li:nth-last-child(7){
		border-left: 1px solid #c3c3c3;
	}

	.license-inner-top{
		font-size:24px;
		line-height: 36px;
		margin: 0 0 10px;
	}

	.recent-content-box>h3{
		font-size:24px;
		line-height:34px;
	}

	.cs .page-slogan{
		width:100%;
	}
}