/* default */
html {
	height: 100%;
	font-size: 14px;
}
body {
	display: flex;
	flex-direction: column;
	line-height: 1.5;
	font-family: 'pretendard', -apple-system, BlinkMacSystemFont, 'Apple SD Gothic Neo', Pretendard, Roboto, 'Noto Sans KR', 'Segoe UI', 'Malgun Gothic', sans-serif;
	font-weight: 400;
	color: #222;
	letter-spacing: -0.2px;
	margin: 0;
}
*::-webkit-scrollbar {
	width: 0.5vw;
	height: 0.5vw;
}
*::-webkit-scrollbar-thumb {
	background-color: hsla(0, 0%, 42%, 0.49);
	border-radius: 100px;
}
strong {
	font-weight: 700;
}
p {
	margin: 0;
	user-select: none;
}
h1, h2, h3, h4, h5, dl, dd, ul {
	margin: 0;
	padding: 0;
	user-select: none;
}
h1 {
	line-height: 48px;
	font-size: 32px;
	font-weight: 700;
}
h2 {
	line-height: 40px;
	font-size: 28px;
	font-weight: 700;
}
h3 {
	line-height: 36px;
	font-size: 24px;
	font-weight: 700;
}
h4 {
	line-height: 30px;
	font-size: 20px;
}
h5 {
	line-height: 28px;
	font-size: 18px;
}

img {
	width: 100%;
	vertical-align: top;
}

.mt5 {
	margin-top: 5px !important;
}
.mt15 {
	margin-top: 15px !important;
}
.mt35 {
	margin-top: 35px !important;
}
.mt50 {
	margin-top: 50px !important;
}
.mla {
	margin-left: auto;
}

ul, li {
	list-style: none;
}

a {
	color: #222;
}
figure {
	margin: 0;
}

/* style */

.navbar {
	position: sticky;
	top: 0;
	min-height: 120px;
	padding: 0 130px;
	background: #fff;
	z-index: 1000;
}
.navbar .container-fluid {
	padding: 0;
}
.navbar .navbar-brand {
	max-width: 210px;
	padding: 0;
	margin: 0;
}
.navbar .navbar-collapse {
	flex: 0 0 auto;
	gap: 50px;
}
.nav-item {
	display: flex;
	align-items: center;
}
.navbar .dropdown-toggle {
	display: none;
}
.navbar .navbar-nav {
	gap: 50px;
}
.navbar .nav-link {
	font-size: 18px;
	font-weight: 500;
	color: #222;
}
.navbar .nav-link.active {
	color: #E03C7F;
}
.navbar .language {
	display: flex;
	align-items: center;
	gap: 5px;
}
.navbar .language > a {
	width: 30px;
	padding: 0 4px;
	border: 1px solid #ddd;
	border-radius: 5px;
	transition: all 0.2s ease;
}
.navbar .language > a:hover {
	border-color: #aaa;
}
.navbar .dropdown-menu {
	padding: 0;
	margin-top: -5px;
	border: none;
	border-radius: 0;
	box-shadow: 2px 4px 4px rgb(0 0 0 / 25%);
}
.navbar .dropdown-menu .dropdown-item {
	display: flex;
	align-items: center;
	width: 250px;
	height: 60px;
	font-size: 16px;
	padding: 0 25px;
}
.navbar .dropdown-menu .dropdown-item.active,
.navbar .dropdown-menu .dropdown-item:focus {
	color: #fff;
	background: #E03C7F;
}

footer {
	color: #fff;
	padding: 40px 130px;
	background: #232323;
}
footer .foot_top {
	display: flex;
	justify-content: space-between;
}
footer .foot_top .info h1 {
	font-weight: 700;
	margin-top: 10px;
}
footer .foot_top .info p {
	font-size: 16px;
}
footer .foot_top .info dl {
	margin-top: 20px;
}
footer .foot_top .info dl dd {
	display: flex;
	align-items: center;
	gap: 10px;
}
footer .foot_top .info dl dd strong {
	margin-right: 10px;
}
footer .foot_top .logo {
	width: 300px;
}
footer .foot_bot {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #555;
}
footer .foot_bot .btn_wrap {
	display: flex;
	align-items: center;
	gap: 20px;
}
footer .foot_bot .btn_wrap li > a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 130px;
	height: 30px;
	font-size: 12px;
	font-weight: 500;
	color: #fff;
	border: 1px solid #fff;
}
footer .foot_bot .btn_wrap li > a.on {
	color: #222;
	background: #fff;
}
footer .foot_bot .copy {
	font-size: 12px;
}

/* home */

.container {
	position: relative;
	max-width: 100%;
	padding: 0;
}
.inner {
	width: 1600px;
	padding: 100px 0;
	margin: 0 auto;
}
h5.title {
	font-size: 20px;
	font-weight: 700;
	color: #E03C7F;
}
h5.title + .txt {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	margin-top: 30px;
}
h5.title + .txt p {
	font-size: 24px;
}
h5.title + .txt .btn {
	font-size: 16px;
	font-weight: 700;
	color: #E03C7F;
}
.central {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	text-align: center;
}
.flex {
	display: flex;
}
.f_column {
	flex-direction: column !important;
}

#mainSlider .carousel-caption {
	top: 50%;
	right: auto;
	left: 50%;
	bottom: auto;
	transform: translate(-50%, -50%);
	width: 70%;
	z-index: 100;
}
#mainSlider .carousel-caption > h1 {
	line-height: 50px;
	font-size: 40px;
	font-weight: 700;
}
#mainSlider .carousel-caption > p {
	line-height: 30px;
	font-size: 20px;
	font-weight: 300;
	margin-top: 40px;
}
#mainSlider .carousel-indicators {
	align-items: center;
	gap: 10px;
	height: 22px;
	margin-bottom: 50px;
}
#mainSlider .carousel-indicators > button {
	width: 12px;
	height: 12px;
	margin: 0;
	border: none;
	border-radius: 50%;
	transition: all 0.3s ease;
	opacity: 1;
}
#mainSlider .carousel-indicators > button.active {
	width: 20px;
	height: 20px;
	border: 1px solid #fff;
	background: transparent;
}
#mainSlider .carousel-control-next-icon,
#mainSlider .carousel-control-prev-icon {
	width: 70px;
	height: 150px;
}
#mainSlider .carousel-control-next-icon {
	background-image: url("../img/slider_next.svg");
}
#mainSlider .carousel-control-prev-icon {
	background-image: url("../img/slider_prev.svg");
}

.home .info {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	gap: 80px;
	height: 650px;
	background: url("../img/circle_bg.png") no-repeat center / cover;
}
.home .info > p {
	line-height: 40px;
	font-size: 18px;
	text-align: center;
}
.home .info > p > strong {
	color: #E03C7F;
	text-transform: uppercase;
}
.home .info > .btn {
	font-size: 16px;
	font-weight: 700;
	color: #E03C7F;
}

.home .products {
	position: relative;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 35px;
	margin-top: 100px;
}
.home .products > button {
	position: relative;
	height: 500px;
	padding: 0;
	border: none;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 110%;
	transition: all 0.2s ease-in-out;
}
.home .products > button:hover {
	background-size: 120%;
}
.home .products > button.item01 {
	background-image: url("../img/main_product01.png");
}
.home .products > button.item02 {
	background-image: url("../img/main_product02.png");
}
.home .products > button.item03 {
	background-image: url("../img/main_product03.png");
}
.home .products > button.item04 {
	background-image: url("../img/main_product04.png");
}
.home .products > button.item05 {
	background-image: url("../img/main_product05.png");
}
.home .products > button.item06 {
	background-image: url("../img/main_product06.png");
}
.home .products > button:before {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	content: "";
	background: linear-gradient(to top, #000 0%, transparent 50%);
	transition: all 0.3s ease-in-out;
}
.home .products > button > div {
	position: absolute;
	left: 0;
	bottom: 0;
	display: flex;
	flex-direction: column;
	text-align: left;
	color: #fff;
	padding: 40px 30px;
	z-index: 10;
}
.home .products > button p {
	font-size: 18px;
	font-weight: 300;
}
.home .products > button h2 {
	font-weight: 700;
	margin-top: 10px;
}
.home .products > button span {
	font-size: 12px;
	font-weight: 500;
	color: #E03C7F;
	margin-top: 30px;
}

.home .cimcool {
	background: #f5f5f5;
}
.home .cimcool .inner {
	display: flex;
	justify-content: space-between;
}
.home .cimcool .con {
	display: flex;
	flex-direction: column;
	gap: 50px;
}
.home .cimcool .con li {
	display: flex;
	gap: 15px;
}
.home .cimcool .con li > i {
	width: 55px;
	height: 55px;
}
.home .cimcool .con li.history > i {
	background: url("../img/i_history.png") no-repeat center / 55px;
}
.home .cimcool .con li.certificate > i {
	background: url("../img/i_certificate.png") no-repeat center / 49px;
}
.home .cimcool .con li .txt {
	flex: 1;
	display: flex;
	flex-direction: column;
	gap: 5px;
}
.home .cimcool .con li .txt p {
	line-height: 36px;
	font-size: 30px;
	color: #E03C7F;
}
.home .cimcool .con li .txt span {
	font-size: 20px;
	color: #333;
}
.home .cimcool .con li > figure {
	width: 660px;
	height: 200px;
	margin-left: 85px;
}
.home .cimcool .con li.history > figure {
	background: url("../img/main_history.png") no-repeat center / cover;
}
.home .cimcool .con li.certificate > figure {
	background: url("../img/main_certificate.png") no-repeat center / cover;
}

.home .goal {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	gap: 60px;
	height: 800px;
	text-align: center;
	color: #fff;
	background: url("../img/main_goal.png") no-repeat center / cover;
}
.home .goal > h1 {
	line-height: 56px;
	font-size: 40px;
	font-weight: 700;
}
.home .goal > h5 {
	line-height: 30px;
	font-size: 20px;
	font-weight: 300;
}

/* subpage */

.banner {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	gap: 10px;
	width: 100%;
	height: 500px;
	color: #fff;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.banner > p {
	font-size: 18px;
}
.banner > h1 {
	font-weight: 700;
}
.banner .submenu {
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	display: flex;
}
.banner .submenu .nav-link {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 200px;
	height: 60px;
	font-size: 18px;
	font-weight: 700;
	text-align: center;
	color: #333;
	letter-spacing: 0;
	background: #fff;
}
.banner .submenu .nav-link.active {
	color: #fff;
	background: #E03C7F;
}

.txt p {
	line-height: 30px;
	font-size: 18px;
}
.txt p + p {
	margin-top: 30px;
}
.primary_color {
	color: #E03C7F;
}

/* about us */

.banner.cimcool {
	background-image: url("../img/banner_cimcool.png");
}
.banner.history {
	background-image: url("../img/banner_history.png");
}
.banner.affiliates {
	background-image: url("../img/banner_affiliate.png");
}
.about_cimcool .innovation {
	gap: 80px;
	padding: 100px 0;
}
.about_cimcool .certificate {
	padding: 100px 0;
	background: #eaeaea;
}
.about_cimcool .certificate h1 {
	font-weight: 700;
	color: #333;
}
.about_cimcool .certificate ul {
	display: flex;
	gap: 40px;
	margin-top: 80px;
}
.about_cimcool .certificate ul li > img {
	max-width: 322px;
	border: 1px solid #aaa;
	background: #fff;
}
.about_cimcool .certificate ul li > h4 {
	font-weight: 700;
	margin-top: 30px;
}

.about_cimcool .timeline {
	display: flex;
	align-items: center;
	flex-direction: column;
	width: 1400px;
	margin: 0 auto;
	padding: 150px 0;
}
.about_cimcool .timeline > figure {
	max-width: 210px;
}
.about_cimcool .timeline ul {
	position: relative;
	width: 100%;
	margin-top: 100px;
}
.about_cimcool .timeline ul:before {
	position: absolute;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
	width: 1px;
	height: 100%;
	content: "";
	background: #333;
}
.about_cimcool .timeline ul li {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 30px 0;
}
.about_cimcool .timeline ul figure {
	max-width: 560px;
}
.about_cimcool .timeline ul dl {
	flex: 0 0 560px;
}
.about_cimcool .timeline ul dl dt {
	position: relative;
	line-height: 45px;
	font-size: 30px;
	font-weight: 700;
	color: #222;
	margin-bottom: 10px;
}
.about_cimcool .timeline ul dl dt:before {
	position: absolute;
	top: 50%;
	right: calc(100% + 50px);
	transform: translateY(-50%);
	width: 100px;
	height: 1px;
	content: "";
	background: #333;
}
.about_cimcool .timeline ul dl dt .pin {
	position: absolute;
	top: 50%;
	left: -150px;
	transform: translateY(-50%);
	display: block;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: #E03C7F;
}
.about_cimcool .timeline ul dl dd {
	line-height: 30px;
	font-size: 18px;
	padding-left: 15px;
	margin-top: 5px;
}
.about_cimcool .timeline ul dl dd p:before {
	display: inline-block;
	width: 15px;
	content: "ㆍ";
	margin-left: -15px;
}
.about_cimcool .timeline ul dl dd span {
	color: #aaa;
}
.about_cimcool .timeline ul .right {
	flex-direction: row-reverse;
}
.about_cimcool .timeline ul .right dl {
	text-align: right;
}
.about_cimcool .timeline ul .right dl dt:before {
	right: auto;
	left: calc(100% + 50px);
}
.about_cimcool .timeline ul .right dl dt .pin {
	left: auto;
	right: -150px;
}

.about_cimcool .affil_con {
	gap: 50px;
	padding: 100px 0;
}
.about_cimcool .affil_con .grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 60px 100px;
	padding: 50px 0;
}
.about_cimcool .affil_con .grid li h3 {
	margin-top: 25px;
}
.about_cimcool .affil_con .grid li .btn {
	line-height: 20px;
	font-size: 15px;
	color: #fff;
	padding: 5px 15px;
	margin-top: 10px;
	border-radius: 15px;
	background: #E03C7F;
}
.about_cimcool .affil_con .grid li .btn:hover {
	background: #c82c6b;
}

/* products */

.banner.products {
	background-image: url("../img/banner_products_item.png");
}
.products.items .inner {
	padding-bottom: 0;
}
.products .innovation {
	gap: 60px;
}
.products .item_grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 30px;
	margin-top: 100px;
}
.products .item_grid .items {
	height: 380px;
	border: 1px solid #E03C7F;
	cursor: pointer;
}
.products .item_grid .items.emulsion,
.products .item_grid .items.semi_synthetic,
.products .item_grid .items.synthetic {
	border-color: #419AFF;
}
.products .item_grid .items figure {
	height: 260px;
	background-repeat: no-repeat;
	background-position: top center;
	background-size: 100%;
	transition: all 1s ease-out;
}
.products .item_grid .items:hover figure {
	background-size: 110%;
}
.products .item_grid .items.emulsion figure {
	background-image: url("../img/product01.png");
}
.products .item_grid .items.semi_synthetic figure {
	background-image: url("../img/product02.png");
}
.products .item_grid .items.synthetic figure {
	background-image: url("../img/product03.png");
}
.products .item_grid .items.neat_oil figure {
	background-image: url("../img/product04.png");
}
.products .item_grid .items.forming figure {
	background-image: url("../img/product05.png");
}
.products .item_grid .items.industrial_lube figure {
	background-image: url("../img/product06.png");
}
.products .item_grid .items.cleaner figure {
	background-image: url("../img/product07.png");
}
.products .item_grid .items.rust figure {
	background-image: url("../img/product08.png");
}
.products .item_grid .info {
	position: relative;
	padding: 15px;
	transition: all 0.2s ease;
}
.products .item_grid .items:hover .info {
	background-color: #E03C7F;
}
.products .item_grid .items.emulsion:hover .info,
.products .item_grid .items.semi_synthetic:hover .info,
.products .item_grid .items.synthetic:hover .info {
	background-color: #419AFF;
}
.products .item_grid .info h2 {
	height: 60px;
	line-height: 30px;
	font-size: 26px;
	font-weight: 700;
	color: #E03C7F;
	transition: all 0.2s ease;
}
.products .item_grid .items:hover .info h2,
.products .item_grid .items:hover .info p {
	color: #fff !important;
}
.products .item_grid .items.emulsion .info h2,
.products .item_grid .items.semi_synthetic .info h2,
.products .item_grid .items.synthetic .info h2 {
	color: #419AFF;
}
.products .item_grid .info p {
	line-height: 20px;
	font-weight: 700;
	letter-spacing: 0;
	margin-top: 10px;
	transition: all 0.2s ease;
}
.products .item_grid .info .badge {
	position: absolute;
	top: -20px;
	right: 15px;
	display: block;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	background-color: #E03C7F;
	background-repeat: no-repeat;
	background-position: center;
}
.products .item_grid .items.emulsion .info .badge,
.products .item_grid .items.semi_synthetic .info .badge,
.products .item_grid .items.synthetic .info .badge {
	background-color: #419AFF;
}
.products .item_grid .items.emulsion .info .badge {
	background-image: url("../img/product_badge01.png");
	background-size: 49px;
}
.products .item_grid .items.semi_synthetic .info .badge {
	background-image: url("../img/product_badge02.png");
	background-size: 54px;
}
.products .item_grid .items.synthetic .info .badge {
	background-image: url("../img/product_badge03.png");
	background-size: 63px;
}
.products .item_grid .items.neat_oil .info .badge {
	background-image: url("../img/product_badge04.png");
	background-size: 36px;
}
.products .item_grid .items.forming .info .badge {
	background-image: url("../img/product_badge05.png");
	background-size: 33px;
}
.products .item_grid .items.industrial_lube .info .badge {
	background-image: url("../img/product_badge06.png");
	background-size: 42px;
}
.products .item_grid .items.cleaner .info .badge {
	background-image: url("../img/product_badge07.png");
	background-size: 40px;
}
.products .item_grid .items.rust .info .badge {
	background-image: url("../img/product_badge08.png");
	background-size: 43px;
}

.products .working {
	gap: 70px;
	height: 600px;
	margin-top: 200px;
	background: url("../img/product_bg.png") no-repeat center / cover;
}
.products .working figure {
	width: 290px;
}
.products .working p {
	line-height: 40px;
	font-size: 26px;
	color: #fff;
}

.products .top_txt {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	gap: 60px;
	text-align: center;
}
.products .top_txt h2 {
	line-height: 45px;
	font-weight: 700;
}
.products .top_txt h2 > span {
	display: block;
	color: #E03C7F;
}
.products .top_txt p {
	line-height: 30px;
	font-size: 18px;
}
.products .top_txt .starpoint {
	display: flex;
	align-items: center;
	gap: 15px;
	line-height: 30px;
	font-size: 20px;
	font-weight: 700;
}
.products .top_txt .starpoint p {
	display: flex;
	align-items: center;
	gap: 5px;
}
.products .top_txt .starpoint span {
	color: #E03C7F;
}
.products .top_txt .starpoint em {
	color: #ccc;
	font-style: normal;
}

.tab_desc {
	font-size: 18px;
	margin-top: 80px;
}
.product_con {
	margin-top: 10px;
}
.product_con table {
	width: 100%;
	table-layout: fixed;
	margin-bottom: 0;
}
.product_con .prod_label {
	color: #fff;
	background: #e81f76;
}
.product_con table th {
	font-weight: 500;
	text-align: center;
	padding: 10px 5px;
	border: 1px solid #E03C7F;
	background: #fff;
	vertical-align: middle;
}
.product_con table th .prod_link {
	width: 100%;
	height: 100%;
	font-weight: 700;
	border: none;
	border-radius: 0;
}
.product_con table th.active .prod_link {
	color: #e81f76;
}
.product_con table td {
	height: 60px;
	text-align: center;
	color: #E03C7F;
	padding: 5px;
	border: 1px solid #E03C7F;
	background: #fff;
	vertical-align: middle;
}
.product_con .prod_detail {
	width: fit-content;
	text-align: center;
	margin: 120px auto 0;
}
.product_con .prod_detail h2 {
	line-height: 46px;
	font-weight: 700;
}
.product_con .prod_detail h2.detail_name {
	color: #E03C7F;
}
.product_con .prod_detail .table_wrap {
	margin-top: 50px;
}
.product_con table.detail_table {
	width: auto;
	border-collapse: separate;
	border-spacing: 5px;
}
.product_con table.detail_table th {
	width: 200px;
	font-size: 20px;
	color: #fff;
	border: none;
	background: #E03C7F;
}
.product_con table.detail_table td {
	width: 180px;
	font-size: 20px;
	color: #333;
	border: none;
	background: #efefef;
}

/* contact */

.banner.contact {
	background-image: url("../img/banner_contact.png");
}
.contact .inner {
	width: 1280px;
	margin: 0 auto;
	padding: 100px 0;
}
.contact .inner .wrap_map {
	border-bottom: 1px solid rgb(0 0 0 / 10%);
}
.contact .inner .wrap_controllers,
.contact .inner .cont {
	display: none;
}
.contact .inner .con {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 45px;
	margin-top: 100px;
	padding: 0 100px;
}
.contact .inner .con li {
	display: flex;
	align-items: center;
	gap: 20px;
}
.contact .inner .con li figure {
	flex: 0 0 120px;
	width: 120px;
	height: 120px;
	border: 1px solid #E03C7F;
	border-radius: 50%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 50px;
}
.contact .inner .con li.address figure {
	background-image: url("../img/i_contact01.png");
	background-size: 40px;
}
.contact .inner .con li.tel figure {
	background-image: url("../img/i_contact02.png");
}
.contact .inner .con li.fax figure {
	background-image: url("../img/i_contact03.png");
}
.contact .inner .con li.email figure {
	background-image: url("../img/i_contact04.png");
}
.contact .inner .con li .desc h1 {
	font-weight: 700;
	color: #222;
}
.contact .inner .con li .desc p {
	font-size: 18px;
	margin-top: 10px;
}
.contact .global {
	width: 100%;
	height: 1000px;
	background: url("../img/contact_map.png") no-repeat center / cover;
}
.contact .global h1 {
	display: flex;
	flex-direction: column;
	align-items: center;
	font-weight: 700;
	padding: 100px 0;
}
.contact .global h1 span {
	line-height: 24px;
	font-size: 18px;
	font-weight: 500;
	color: #E03C7F;
	margin-bottom: 10px;
}

/* inquiry */

.banner.inquiry {
	background-image: url("../img/banner_inquiry.png");
}
.contact_form {
	width: 1280px;
	padding: 80px 0;
	margin: 0 auto;
}
.contact_form .flex {
	gap: 5px 100px;
}
.contact_form .input_wrap {
	flex: 1;
}
.contact_form .form-label {
	font-weight: 700;
	margin-bottom: 10px;
}
.contact_form .form-control {
	height: 40px;
	padding: 10px 15px;
	border-color: #333;
	border-radius: 0;
}
.contact_form textarea {
	min-height: 250px;
	padding: 10px 15px;
	border-color: #333;
	border-radius: 0;
}
.contact_form .privacy_box {
	padding: 15px;
	border: 1px solid #333;
}
.contact_form .privacy_box > li {
	line-height: 22px;
}
.contact_form .form-check {
	display: flex;
	align-items: center;
}
.contact_form .form-check-input {
	width: 18px;
	height: 18px;
	margin-top: 0;
	border-color: #333;
	cursor: pointer;
}
.contact_form .form-check-label {
	line-height: 18px;
	padding-left: 10px;
	cursor: pointer;
}
.contact_form .req_wrap {
	display: flex;
}
.contact_form .req_wrap > button {
	flex: 0 0 auto;
	min-width: 120px;
	height: 40px;
	font-weight: 700;
	color: #E03C7F;
	padding: 5px 20px;
	border: 1px solid #E03C7F;
	border-radius: 0;
}
.contact_form .req_wrap > button + button {
	border-left: transparent;
}
.contact_form .req_wrap > button.active {
	color: #fff;
	background: #E03C7F;
}
.contact_form .submit_wrap {
	display: flex;
	justify-content: flex-end;
	gap: 20px;
}
.contact_form .submit_wrap > * {
	flex: 0 0 auto;
	min-width: 120px;
	height: 50px;
	line-height: 40px;
	font-size: 16px;
	font-weight: 700;
	color: #E03C7F;
	padding: 5px 15px;
	border: 1px solid #E03C7F;
	border-radius: 0;
}
.contact_form .submit_wrap > button {
	color: #fff;
	background: #E03C7F;
}

/* terms */

.terms > .inner {
	width: 1000px;
}
.terms h1 {
	font-weight: 700;
}


@media screen and (max-width:768px) {

	html.nav-open,
	body.nav-open {
		overflow: hidden;
		height: 100%;
	}

	@supports (-webkit-touch-callout: none) {
		body.nav-open {
			position: fixed;
			width: 100%;
		}
	}

	h1 {
		line-height: 38px;
		font-size: 26px;
		font-weight: 700;
	}
	h2 {
		line-height: 34px;
		font-size: 24px;
		font-weight: 700;
	}
	h3 {
		line-height: 30px;
		font-size: 20px;
		font-weight: 700;
	}
	h4 {
		line-height: 26px;
		font-size: 18px;
	}
	h5 {
		line-height: 24px;
		font-size: 16px;
	}

	.navbar {
		min-height: 60px;
		padding: 10px 5vw;
	}
	.navbar .navbar-brand {
		max-width: 140px;
	}
	.navbar-toggler {
		font-size: 14px;
		padding: 5px;
		border: none;
		box-shadow: none !important;
	}
  .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
	  font-size: 12px;
		background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,0,0,.4)' stroke-width='2' stroke-linecap='round' d='M2 2 L14 14 M14 2 L2 14'/%3E%3C/svg%3E");
	}
	#TopNavbar.collapsing {
		transition: height .15s ease;
	}
	.navbar .navbar-collapse {
		flex: 0 0 100%;
		display: none;
	}
	.navbar .navbar-collapse.show {
		position: fixed;
		top: 60px;
		right: 0;
		gap: 30px;
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		width: 70vw;
		height: 100%;
		padding: 10vw;
		border-top: 1px solid #e6e6e6;
		background: #fff;
		box-shadow: 0 15px 15px rgb(0 0 0 / 20%);
	}
	.navbar .navbar-nav {
		gap: 10px;
		width: 100%;
	}
	.navbar .language {
		gap: 10px;
	}

	footer {
		padding: 10vw 5vw;
	}
	footer .foot_top {
		flex-direction: column-reverse;
		gap: 30px;
	}
	footer .foot_top .logo {
		width: 120px;
	}
	footer .foot_top .info h1 {
		line-height: 40px;
		font-size: 26px;
	}
	footer .foot_top .info dl dd {
		flex-direction: column;
		align-items: flex-start;
	}
	footer .foot_top .info dl dd + dd {
		margin-top: 10px;
	}
	footer .foot_bot {
		flex-direction: column;
		align-items: flex-start;
		gap: 20px;
	}
	footer .foot_bot .btn_wrap {
		gap: 10px;
		width: 100%;
	}
	footer .foot_bot .btn_wrap li {
		flex: auto;
	}
	footer .foot_bot .btn_wrap li > a {
		width: auto;
		padding: 0 10px;
	}

	#mainSlider .carousel-indicators {
		margin-bottom: 20px;
	}
	#mainSlider .carousel-indicators > button {
		width: 10px;
		height: 10px;
	}
	#mainSlider .carousel-indicators > button.active {
		width: 16px;
		height: 16px;
	}
	#mainSlider .carousel-caption {
		width: 70%;
		padding: 0 0 10px;
	}
	#mainSlider .carousel-caption.ko h1,
	#mainSlider .carousel-caption.en p {
		display: none;
	}
	#mainSlider .carousel-caption.en h1,
	#mainSlider .carousel-caption.ko p {
		line-height: 22px;
		font-size: 14px;
		font-weight: 500;
		letter-spacing: 0.5px;
		margin: 0;
	}
	#mainSlider .carousel-caption p br {
		display: none;
	}
	#mainSlider .carousel-inner .carousel-item {
		height: 220px;
	}
	#mainSlider .carousel-inner .carousel-item > img {
		height: 100%;
		object-fit: cover;
	}
	#mainSlider .carousel-control-next-icon,
	#mainSlider .carousel-control-prev-icon {
		height: 40px;
	}

	.inner {
		width: 100%;
		padding: 15vw 5vw;
	}
	h5.title {
		font-size: 16px;
	}
	h5.title + .txt {
		flex-direction: column;
		align-items: flex-start;
	}
	h5.title + .txt p {
		line-height: 22px;
		font-size: 14px;
	}
	h5.title + .txt p br {
		display: none;
	}
	h5.title + .txt .btn {
		margin: 10px 0 0 -10px;
	}

	.home .info {
		gap: 40px;
		height: auto;
		padding: 15vw 5vw;
		background: #f5f5f5;
	}
	.home .info > figure {
		max-width: 140px;
	}
	.home .info > p {
		line-height: 22px;
		font-size: 14px;
	}
	.home .info > p br {
		display: none;
	}

	.home .products {
		gap: 20px;
		grid-template-columns: repeat(1, 1fr);
		margin-top: 50px;
	}
	.home .products > button {
		height: 95vw;
		background-position: top center;
	}
	.home .products > button > div {
		width: 100%;
		padding: 5vw;
	}
	.home .products > button h2 {
		margin-top: 5px;
	}
	.home .products > button p {
		font-size: 16px;
	}
	.home .products > button span {
		margin-top: 20px;
	}

	.home .cimcool .inner {
		flex-direction: column;
	}
	.home .cimcool .con {
		flex-direction: column;
		margin-top: 30px;
	}
	.home .cimcool .con li {
		flex-wrap: wrap;
		gap: 30px 20px;
	}
	.home .cimcool .con li .txt {
		gap: 0;
	}
	.home .cimcool .con li .txt p {
		font-size: 24px;
	}
	.home .cimcool .con li .txt span {
		font-size: 16px;
	}
	.home .cimcool .con li > figure {
		width: 100%;
		height: 30vw;
		margin: 0;
	}

	.home .goal {
		gap: 30px;
		height: auto;
		padding: 15vw 5vw;
	}
	.home .goal > * br {
		display: none;
	}
	.home .goal > h1 {
		line-height: 32px;
		font-size: 20px;
	}
	.home .goal > h5 {
		line-height: 24px;
		font-size: 16px;
	}

	.banner {
		justify-content: flex-start;
		gap: 10px;
		height: 200px;
		padding-top: 50px;
	}

	.banner > p {
		font-size: 16px;
	}
	.banner > h1 {
		line-height: 40px;
		font-size: 24px;
	}
	.banner .submenu {
		flex-wrap: wrap;
		justify-content: center;
		width: 100%;
		background: #fff;
	}
	.banner .submenu .nav-link {
		width: auto;
		height: 34px;
		font-size: 13px;
		font-weight: 700;
		text-align: center;
		color: #333;
		padding: 0 10px;
	}

	.txt p {
		line-height: 22px;
		font-size: 14px;
	}
	.txt p > br,
	.txt strong > br {
		display: none;
	}

	.about_cimcool .innovation {
		padding: 15vw 5vw;
	}
	.about_cimcool .innovation h1 br {
		display: none;
	}
	.about_cimcool .certificate {
		padding: 15vw 5vw;
	}
	.about_cimcool .certificate ul {
		flex-direction: column;
		margin-top: 40px;
	}
	.about_cimcool .timeline {
		width: 100%;
		padding: 15vw 5vw;
	}
	.about_cimcool .timeline ul {
		margin-top: 50px;
	}
	.about_cimcool .timeline ul:before {
		left: 0;
	}
	.about_cimcool .timeline ul li {
		flex-direction: column;
		padding: 10vw 0 10vw 5vw;
	}
	.about_cimcool .timeline ul dl {
		flex: 0 0 auto;
		width: 100%;
		margin-top: 20px;
	}
	.about_cimcool .timeline ul dl dt {
		line-height: 36px;
		font-size: 28px;
	}
	.about_cimcool .timeline ul dl dt:before {
		display: none;
	}
	.about_cimcool .timeline ul dl dt .pin {
		left: calc(-5vw - 5px) !important;
		width: 10px;
		height: 10px;
	}
	.about_cimcool .timeline ul dl dd {
		line-height: 20px;
		font-size: 14px;
		padding-left: 10px;
	}
	.about_cimcool .timeline ul .right {
		flex-direction: column;
	}
	.about_cimcool .timeline ul .right dl {
		text-align: left;
	}

	.about_cimcool .affil_con {
		gap: 30px;
		padding: 15vw 5vw;
	}
	.about_cimcool .affil_con .grid {
		grid-template-columns: repeat(1, 1fr);
	}
	.about_cimcool .affil_con .grid li figure {
		width: 100%;
		max-width: 300px;
	}

	.banner.products {
		height: 300px;
	}
	.products .inner {
		padding: 10vw 0 0;
	}
	.products .innovation {
		gap: 30px;
		padding: 5vw;
	}
	.products .innovation h1 br {
		display: none;
	}
	.products .item_grid {
		grid-template-columns: repeat(1, 1fr);
		margin-top: 50px;
		padding: 5vw;
	}
	.products .item_grid .items figure {
		background-size: 110%;
	}
	.products .working {
		gap: 20px;
		height: 200px;
		margin-top: 100px;
	}
	.products .working figure {
		width: 120px;
	}
	.products .working p {
		line-height: 20px;
		font-size: 13px;
	}
	.products .top_txt {
		gap: 30px;
		padding: 5vw;
	}
	.products .top_txt p {
		line-height: 22px;
		font-size: 14px;
	}
	.products .top_txt p > br {
		display: none;
	}
	.products .top_txt h2 > span {
		font-size: 20px;
	}
	.products .top_txt .starpoint {
		flex-direction: column;
		gap: 10px;
	}
	.products .top_txt .starpoint em {
		display: none;
	}

	.tab_desc {
		font-size: 13px;
		padding: 0 5vw;
		margin-top: 40px;
	}
	.product_con {
		padding: 5vw;
		margin-top: 0;
	}
	.product_con .table_wrap {
		overflow-x: auto;
	}
	.product_con table {
		width: auto;
		font-size: 13px;
	}
	.product_con table th {
		min-width: 150px;
		padding: 5px;
	}
	.product_con table th .prod_link {
		font-size: 13px;
		padding: 0;
	}
	.product_con table td {
		height: 45px;
	}
	.product_con .prod_detail {
		width: 100%;
		margin-top: 60px;
	}
	.product_con .prod_detail h2 {
		line-height: 40px;
	}
	.product_con .prod_detail .table_wrap {
		margin-top: 30px;
	}
	.product_con table.detail_table th,
	.product_con table.detail_table td {
		font-size: 13px;
	}
	.product_con table.detail_table td[data-k="features"],
	.product_con table.detail_table td[data-k="use"] {
		text-align: left;
		padding-left: 15px;
	}

	.contact .inner {
		width: 100%;
		padding: 15vw 0;
	}
	.contact .root_daum_roughmap_landing {
		max-width: 100%;
	}
	.contact .root_daum_roughmap_landing .wrap_map {
		height: 400px !important;
	}
	.contact .inner .con {
		grid-template-columns: repeat(1, 1fr);
		gap: 30px;
		margin-top: 50px;
		padding: 5vw;
	}
	.contact .inner .con li figure {
		flex: 0 0 60px;
		width: 60px;
		height: 60px;
		background-size: 30px;
	}
	.contact .inner .con li.address figure {
		background-size: 20px;
	}
	.contact .inner .con li .desc h1 {
		line-height: 34px;
		font-size: 20px;
	}
	.contact .inner .con li .desc p {
		line-height: 20px;
		font-size: 13px;
		margin-top: 0;
	}

	.contact_form {
		width: 100%;
		padding: 15vw 5vw;
	}
	.contact_form .flex {
		flex-direction: column;
		gap: 20px;
	}
	.contact_form .req_wrap > button {
		flex: auto;
		min-width: 100px;
		padding: 5px 10px;
	}
	.contact_form .privacy_box > li {
		font-size: 13px;
	}
	.contact_form .submit_wrap {
		gap: 10px;
	}
	.contact_form .submit_wrap > * {
		flex: auto;
		line-height: 30px;
		height: 40px;
		font-size: 14px;
	}

	.terms > .inner {
		width: 100%;
		padding: 15vw 5vw;
	}

}