@charset "UTF-8";

/* 서브페이지 공통 */
footer {
	border-top: 1px solid #ddd;
}
footer .inner {
	border-top: 0;
}
.move-top {
	background: #fff;
}
.move-top:hover {
	background: #f7f7f7;
}

.img_full_wrap {
	display: block;
	font-size: 0;
	text-align: center;
	margin: 0;
	padding: 0;
}
.img_full_wrap img {
	width: auto;
	max-width: 100%;
	height: auto;
}

.bullet_tit {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 0.556em;
	line-height: 1;
}
.bullet_tit::before {
	content: '';
	display: block;
	width: 0.556em;
	height: 0.556em;
	border-radius: 50%;
	background-color: #222;
}

.bor_top_box {
	padding: 7rem 2rem 0;
	text-align: center;
	border-top: 0.4rem solid #000;
}

.bor_info_box {
	padding: 10rem 3rem;
	border: 1px solid #ddd;
	text-align: center;
	height: 100%
}

.white_img_box {
	height: 100%;
	background: #fff;
}
.white_img_box figure {
	display: block;
	margin: 0;
	font-size: 0;
}
.white_img_box figure img {
	width: 100%;
}
.white_img_box__txt {
	/* padding: 5rem; */
}
ul.bullet_list {
	padding-left: 0;
	list-style: none;
}
ul.bullet_list > li {
	position: relative;
	font-size: inherit;
	font-weight: inherit;
	line-height: 1.8;
	padding-left: 1.011em;
	color: inherit;
}
ul.bullet_list > li::before {
	content: '';
	position: absolute;
	top: 0.778em;
	left: 0.344em;
	width: 0.167em;
	height: 0.167em;
	border-radius: 50%;
	background-color: currentColor;
}

ul.hypen_list {
	padding-left: 0;
	list-style: none;
}
ul.hypen_list > li {
	position: relative;
	font-size: inherit;
	font-weight: inherit;
	line-height: 1.8;
	padding-left: 0.711em;
	color: inherit;
}
ul.hypen_list > li::before {
	content: '-';
	position: absolute;
	top: 0;
	left: 0;
}

@media (min-width: 768px) {
	.white_img_box.type_hor {
		display: flex;
	}
	.white_img_box.type_hor figure {
		width: 50rem;
		max-width: 40%;
		flex-shrink: 0;
	}
	.white_img_box.type_hor figure img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.white_img_box.type_hor .white_img_box__txt {
		display: flex;
		align-items: center;
	}
}

@media (min-width: 1200px) {
	.white_img_box__txt {
		padding: 7rem 5rem;
	}
	.white_img_box figure + .white_img_box__txt {
		padding: 5rem;
	}
}

@media (max-width: 1199.98px) {
	.bor_info_box {
		padding: 5rem 3rem;
	}

	.white_img_box__txt {
		padding: 4rem;
	}
}

.gray_wrapper__top {
	position: relative;
}
.gray_wrapper__top::before {
	content: '';
	position: absolute;
	top: 50%;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: #F3F3F3;
	z-index: -1;
}
.gray_wrapper__bottom {
	background-color: #F3F3F3;
	padding: 15rem 0;
}

@media (max-width: 767.98px) {
	.bor_top_box {
		padding-top: 4rem;
	}

	.gray_wrapper__bottom {
		padding: 8rem 0;
	}
}

section .more-btn {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 1.5rem;
  font-weight: 500;
  font-family: 'Poppins';
  background: #fff;
  padding: 1.3rem 4rem;
  border-radius: 5rem;
  color: #000;
  width: fit-content;
  margin-top: 3rem;
  border: 1px solid #eeebe5;
  position: relative;
  overflow: hidden;
  transition: color 0.4s ease;
  z-index: 0;
}
section .more-btn::before {
  content: '';
  position: absolute;
  inset: 0;
  background: var(--secondary-1);
  width: 0%;
  border-radius: inherit;
  transition: width 0.4s ease;
  z-index: -1;
}
section .more-btn img {
	width: 2.4rem;
	transition: filter 0.4s ease;
}
section .more-btn:hover {
  color: #fff;
}
section .more-btn:hover img {
  filter: invert(1);
}
section .more-btn:hover::before {
  width: 100%;
}


/* 개요 및 인사말 */
.overview_map_inner {
	font-size: 0;
	text-align: center;
	overflow: hidden;
}
.overview_map_inner img {
	width: auto;
	max-width: none;
	height: auto;
}
@media (max-width: 1650px) {
	.overview_map_inner {
		position: relative;
		height: 110rem;
		/* height: 0;
		padding-bottom: 66.66%; */
	}
	.overview_map_inner img {
		position: absolute;
		top: 0;
		left: 50%;
		transform: translateX(-42%);
	}
}
@media (max-width: 767.98px) {
	.overview_map_inner {
		height: 0;
		padding-bottom: 66.66%;
	}
	.overview_map_inner img {
		top: 50%;
		height: 165%;
		transform: translate(-42%, -48%);
	}
}

.greeting_wrap {
	display: flex;
	gap: 8rem;
}
.greeting_tit {
	width: 512px;
	flex-shrink: 0;
}
.greeting_content figure {
	flex-shrink: 0;
}
.greeting_content {
	max-width: 100rem;
}
.greeting_sign {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	gap: 3rem;
}
.greeting_sign img {
	width: 12rem;
}

@media (max-width: 1199.98px) {
	.greeting_wrap {
		flex-direction: column;
		gap: 4rem;
	}
	.greeting_tit {
		width: auto;
	}
	.greeting_tit h4 {
		position: relative !important;
    top: auto !important;
    left: auto !important;
    width: auto !important;
    height: auto !important;
    max-height: none !important;
    max-width: none !important;
	}
	.greeting_content {
		max-width: none;
	}
}

/* 연혁 */
.history_wrap {
	display: flex;
	justify-content: center;
}
.history_left {
	padding-right: 10rem;
	flex-shrink: 0;
}
.history_right {
	position: relative;
	padding-left: 10rem;
}
.history_bar {
	position: absolute;
	top: 0;
	left: -0.2rem;
	width: 0.4rem;
	height: 100%;
}
.history_bar_track {
	position: relative;
	width: 100%;
	height: 100%;
	background: #f0f0f0;
	border-radius: 0.2rem;
}
.history_bar_progress {
	width: 100%;
	height: 0;
	background: #323232;
	border-radius: 0.2rem;
}
.history_year_group {
	display: flex;
}
.history_year_group + .history_year_group {
	margin-top: 15rem;;
}
.history_year {
	width: 12rem;
	flex-shrink: 0;
}
.history_list {
	display: flex;
	flex-direction: column;
	gap: 3rem;
	list-style: none;
	padding-left: 0;
}
.history_item {
	display: flex;
}
.history_month {
	width: 3.05em;
	flex-shrink: 0;
}
.history_desc {
	flex: 1;
}
@media (max-width: 1199.98px) {
	.history_left {
		padding-right: 7rem;
	}
	.history_right {
		padding-left: 7rem;
	}
	.history_year {
		width: 9rem;
	}
}
@media (max-width: 991.98px) {
	.history_wrap {
		display: block;
	}
	.history_left {
		display: flex;
		justify-content: center;
		align-items: center;
		gap: 2rem;
		padding-right: 0;
	}
	.history_right {
		display: flex;
		justify-content: center;
		gap: 0 4rem;
		padding-left: 0;
		margin-top: 8rem;
	}
	.history_bar {
		position: relative;
    height: auto;
    flex-shrink: 0;
	}
}

@media (max-width: 767.98px) {
	.history_right {
		margin-top: 6rem;
	}
	.history_year_group {
		display: block;
	}
	.history_year_group + .history_year_group {
		margin-top: 8rem;
	}
	.history_year {
		width: auto;
	}
	.history_list {
		margin-top: 3rem;
	}
}

@media (max-width: 575.98px) {
	.history_bar {
		display: none;
	}
}

/* 펫 브랜드 */
.cocogn_solution_wrap {
	display: flex;
	justify-content: center;
	gap: 11.5rem;
}
.cocogn_solution_wrap dl {
	display: flex;
	flex-direction: column;
	gap: 1rem;
	border: 1px solid #ddd;
	max-width: 50rem;
	width: 100%;
	padding: 1rem;
}
.cocogn_solution_wrap dl.after_list {
	position: relative;
}
.cocogn_solution_wrap dl.after_list::before {
	content: '';
	position: absolute;
	top: 50%;
	left: -8.5rem;
	width: 5.5rem;
	height: 2rem;
	background: url(../_img/icon/ico_long_arrow_right.png) no-repeat center/100% 100%;
	margin-top: -1rem;
}
.cocogn_solution_wrap dt {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	color: #fff;
	padding: 2rem;
	min-height: 10rem;
}
.cocogn_solution_wrap dl.before_list dt {
	background: #B15555;
}
.cocogn_solution_wrap dl.after_list dt {
	background: #000;
}
.cocogn_solution_wrap dd {
	display: flex;
	justify-content: center;
	align-items: center;
	flex: auto;
	text-align: center;
	color: #222;
	padding: 2rem;
	min-height: 8rem;
	border: 1px solid #ddd;
	background-color: #fff;
}

.cocogn_ads_inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 10rem;
	padding: 10rem;
	min-height: 35rem;
	background: url(../_img/sub/brand/bg_strength_01.png) no-repeat center/cover;
	color: #fff;
}

@media (max-width: 1199.98px) {
	.cocogn_ads_inner {
		padding: 8rem;
	}
}

@media (max-width: 991.98px) {
	.cocogn_ads_inner {
		padding: 5rem;
	}
}

@media (max-width: 767.98px) {
	.cocogn_ads_inner {
		flex-direction: column;
		justify-content: center;
		align-items: flex-start;
		gap: 5rem;
		min-height: auto;
	}
}

@media (max-width: 575.98px) {
	.cocogn_solution_wrap {
		flex-direction: column;
		align-items: center;
	}
	.cocogn_solution_wrap dl.after_list::before {
		top: -6.75rem;
		left: 50%;
		margin-top: 0;
		margin-left: -2.75rem;
		transform: rotate(90deg);
	}

	.cocogn_ads_inner {
		padding: 4rem 3rem;
	}
}

/* 면세점 시장현황 */
.max_1340 {
	max-width: 1340px;
	margin-right: auto;
	margin-left: auto;
}
.max_1370 {
	max-width: 1370px;
	margin-right: auto;
	margin-left: auto;
}

@media (min-width: 768px) {
	.mt100.mt50-md {
		margin-top: 10rem !important;
	}
}

/* 브랜드 마케팅 프로세스 */
.process_wrap {
	padding: 3rem;
	border: 1px solid #ddd;
}
.process_wrap h4 {
	text-align: center;
	padding: 2rem;
	border: 1px solid #000;
	background-color: #F8F8F8;
	color: #222;
	font-weight: 600;
}
.process_wrap > ol {
	list-style: none;
	padding-left: 0;
}
.process_wrap > ol > li {
	margin-top: 3rem;
}
.process_wrap > ol > li .inbox {
	display: flex;
	gap: 1.5rem;
}
.process_wrap > ol > li .inbox .tit_box {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 1.5rem;
	width: 20rem;
	flex-shrink: 0;
}
.process_wrap > ol > li .inbox .tit_box::after {
	content: '';
	display: block;
	width: 1px;
	height: auto;
	flex: auto;
	background-color: #111;
}
.process_wrap > ol > li:last-child .inbox .tit_box::after {
	display: none;
}
.process_wrap > ol > li .inbox .conts_box {
	flex: 1;
	padding: 3rem;
	border: 1px solid #ddd;
}
.process_wrap > ol > li .inbox .tit_box .num {
	min-width: 5.625em;
	padding: 0.625em 1.25em;
	background-color: #111;
	color: #fff;
	flex-shrink: 0;
	font-weight: 500;
	text-align: center;
	line-height: 1;
}
.process_wrap > ol > li .inbox .tit_box h6 {
	font-weight: 600;
	text-align: center;
	flex-shrink: 0;
}

@media (max-width: 1400px) {
	.process_wrap > ol > li {
		margin-top: 1.5rem;
	}
	.process_wrap > ol > li .inbox {
		flex-direction: column;
    align-items: center;
	}
	.process_wrap > ol > li .inbox .tit_box {
		width: auto;
	}
	.process_wrap > ol > li .inbox .tit_box::before {
		content: '';
    display: block;
    width: 1px;
    height: auto;
    flex: auto;
    background-color: #111;
    height: 3rem;
	}
	.process_wrap > ol > li .inbox .tit_box::after {
		display: none;
	}
	.process_wrap > ol > li .inbox .conts_box {
		width: 100%;
	}
}
@media (max-width: 575.98px) {
	.process_wrap {
		padding: 2rem;
	}
	.process_wrap > ol > li .inbox .conts_box {
		padding: 2rem;
	}
}

/* 브랜드 런칭 현황 */
.result_box {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 3rem;
	padding: 5rem;
	border: 1px solid #ddd;
	height: 100%;
	min-height: 38rem;
}
.result_box__label {
	line-height: 1;
	padding: 0.6667em 1.6667em;
	background-color: #000;
	color: #fff;
	border-radius: 1.1667em;
	min-width: 5.11em;
}

/* 인증내역 */
.cert_box {
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 42rem;
	padding: 5rem;
	background-color: #F8F8FA;
	border: 1px solid #ddd;
}
.cert_box img {
	box-shadow: 1rem 1rem 3rem 0 rgba(0,0,0,.2);
}

/* 찾아오시는 길 */
.location_map_wrap .root_daum_roughmap {
	width: 100%;
}
.location_map_wrap .root_daum_roughmap .wrap_map {
	height: 55rem;
}
.location_map_wrap .root_daum_roughmap .wrap_controllers,
.location_map_wrap .root_daum_roughmap .cont {
	display: none;
}

.location_info_wrap > .inner {
	display: flex;
}
.location_info__tit {
	width: 67.4rem;
	max-width: 50%;
	flex-shrink: 0;
	padding-right: 5rem;
}
.location_info__conts {
	border-left: 1px solid #ddd;
	padding-left: 10rem;
}
.location_info__conts dl,
.location_info__conts dt,
.location_info__conts dd {
	font-size: inherit;
}
.location_info__conts dl + dl {
	margin-top: 3rem;
}
.location_info__conts dt {
	font-weight: 600;
}
.location_info__conts dd {
	font-weight: 400;
	margin-top: 1rem;
}

@media (max-width: 991.98px) {
	.location_info_wrap > .inner {
		display: block;
	}
	.location_info__tit {
		width: auto;
		max-width: none;
		padding-right: 0;
	}
	.location_info__conts {
		border-top: 1px solid #ddd;
		border-left: 0;
		padding-left: 0;
		margin-top: 7rem;
		padding-top: 3rem;
	}
}