@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.8/dist/web/static/pretendard.css');
@import url('https://cdn.jsdelivr.net/gh/moonspam/NanumSquare@2.0/nanumsquare.css');

:root {
	--white: #fff;
	--black: #000;
	--black1: #111;
	--black2: #222;
	--black3: #333;
	--black5: #555;
	--black6: #666;
	--black7: #777;
	--primary: #06b1b1;
	--primary10: rgba(6, 177, 177, 0.1);
	--pink: #e10098;
	--border: #ddd;
	--item-bg: #f6f6f6;
}

* {
	font-family: 'Pretendard', sans-serif;
	color: var(--black1);
	letter-spacing: -1.1px;
	box-sizing: border-box;
}

html, body, ul, li, input, table, button, p {
	margin: 0;
	padding: 0;
}

p {
	display: inline-block;
}

ul, li {
	list-style: none;
}

a {
	text-decoration: none;
	display: inline-block;
}

a, span, i {
	font-size: inherit;
	color: inherit;
}

img {
	max-width: 100%;
	max-height: 100%;
}

select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-repeat: no-repeat;
}

select::-ms-expand {
	display: none;
}

textarea {
	width: 100%;
	margin: 0;
	padding: 10px;
	resize: none;
	display: block;
}

a:focus, input:focus, button:focus, select:focus, textarea:focus {
	outline: none;
}

input[type='file'] {
	/*position: relative;*/
	/*width: fit-content;*/
	/*max-width: 100%;*/
	/*height: 35px;*/
	/*line-height: 35px;*/
	/*font-size: 13px;*/
	/*border: 1px solid var(--black8);*/
	/*padding: 0 8px 0 88px;*/
	/*transition: border-color .2s;*/
	/*cursor: pointer;*/
}

input[type='file']::file-selector-button {
	/*position: absolute;*/
	/*top: 0;*/
	/*left: 0;*/
	/*width: 80px;*/
	/*height: 35px;*/
	/*font-family: 'ScoreDream', sans-serif;*/
	/*border: 0;*/
	/*border-right: 1px solid var(--black8);*/
	/*background-color: #f9f9f9;*/
	/*text-align: center;*/
	/*transition: all .2s;*/
	/*cursor: pointer;*/
}

input[type='file']:hover {
	/*border-color: var(--primary);*/
}

input[type='file']:hover::file-selector-button {
	/*border-color: var(--primary);*/
	/*background-color: rgba(0, 131, 98, 0.1);*/
}

input[type='file']:read-only {
	/*color: var(--default);*/
	/*background-color: var(--white);*/
}

input[type='number'] {
	-moz-appearance: textfield;
}

input[type='number']::-webkit-outer-spin-button,
input[type='number']::-webkit-inner-spin-button {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

input[type='checkbox'], input[type='radio'] {
	display: none;
}

input[type='text'], input[type='email'], input[type='number'], input[type='password'], input[type='date'], input[type='month'], input[type='time'], select {
	width: 100%;
	/*max-width: 250px;*/
	/*height: 35px;*/
	padding: 0 15px;
	/*border: 1px solid var(--black8);*/
	background-color: var(--white);
	/*transition: border-color .2s;*/
	border: 1px solid var(--border);
}

input::placeholder, input::-webkit-input-placeholder,
textarea::placeholder, textarea::-webkit-input-placeholder {
	color: #848484;
}

button {
	border: 0;
	border-radius: 0;
	background-color: transparent;
	cursor: pointer;
}

div {
	position: relative;
}

label {
	display: inline-block;
}

table {
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
}

.swiper-button-prev:after,
.swiper-button-next:after {
	display: none;
}

.swiper-button-prev {
	left: -60px;
}

.swiper-button-next {
	right: -60px;
}

.swiper-pagination {
	right: 0;
	bottom: 60px !important;
	max-width: 1250px;
	padding: 0 25px;
	margin: 0 auto;
	gap: 0 50px;
	display: flex;
}

.swiper-pagination span {
	width: fit-content;
	height: fit-content;
	font-family: 'NanumSquare', sans-serif;
	font-size: 16px;
	font-weight: 900;
	color: var(--black3);
	background: none;
	border-radius: 0;
	margin: 0 !important;
	opacity: 0.4;
	transition: .2s linear opacity;
	align-items: center;
	display: flex;
}

.swiper-pagination span:after {
	content: '';
	width: 0;
	height: 2px;
	background-color: var(--black3);
	transition: .2s linear width;
	display: block;
}

.swiper-pagination .swiper-pagination-bullet-active {
	opacity: 1;
}

.swiper-pagination .swiper-pagination-bullet-active:after {
	width: 70px;
	margin-left: 25px;
}

.base_width {
	width: 100%;
	max-width: 1250px;
	padding: 0 25px;
	margin: 0 auto;
}

.title {
	font-size: 50px;
	font-weight: 700;
	margin-bottom: 10px;
}

.title span {
	color: var(--primary);
}

.title + .txt {
	font-size: 19px;
	color: var(--black7);
	margin-bottom: 40px;
}

#gnb {
	background-color: var(--primary);
}

#gnb .header {
	display: flex;
}

#gnb .header > * {
	width: fit-content;
	flex-shrink: 0;
}

#gnb .header .logo {
	align-items: center;
	display: flex;
}

#gnb .header .search {
	width: 100%;
	flex-shrink: 1;
}

#gnb .header .search .wrap {
	max-width: 500px;
	height: 130px;
	margin: 0 auto;
	align-items: center;
	display: flex;
}

#gnb .header .search .wrap input {
	height: 55px;
	border-radius: 55px;
	padding: 0 70px 0 45px;
	font-size: 20px;
}

#gnb .header .search .wrap button {
	position: absolute;
	right: 25px;
}

#gnb .header .auth_menu {
	padding-top: 15px;
}

#gnb .header .auth_menu ul {
	display: flex;
}

#gnb .header .auth_menu .login_menu {
	margin-bottom: 25px;
	gap: 0 30px;
}

#gnb .header .auth_menu .login_menu li {
	position: relative;
}

#gnb .header .auth_menu .login_menu li:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: -15px;
	width: 1px;
	height: 10px;
	background-color: var(--white);
	margin: auto 0;
}

#gnb .header .auth_menu .login_menu li:first-child:before {
	display: none;
}

#gnb .header .auth_menu .login_menu li a {
	font-size: 14px;
	color: var(--white);
}

#gnb .header .auth_menu .shop_menu {
	gap: 0 25px;
	justify-content: center;
}

#gnb .category {
	height: 65px;
	background-color: var(--white);
	border-bottom: 1px solid var(--border);
}

#gnb .category .base_width {
	height: 100%;
}

#gnb .links {
	height: 100%;
	gap: 0 40px;
	align-items: center;
	display: flex;
}

#gnb .links a {
	font-size: 20px;
	color: var(--black2);
	transition: .2s linear color;
}

#gnb .links a:hover {
	color: var(--primary);
}

#gnb .links .menu_open {
	position: relative;
}

#gnb .links .menu_open .active {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	transition: .2s linear opacity;
}

#gnb .links .menu_open:hover .active,
#gnb .links .menu_open.on .active {
	opacity: 1;
}

#gnb .items {
	position: absolute;
	top: 64px;
	z-index: 99;
	width: fit-content;
	display: none;
}

#gnb .items > li {
	width: fit-content;
	min-width: 205px;
	border-bottom: 1px solid #1faaaa;
}

#gnb .items > li:last-child {
	border-bottom: 0;
}

#gnb .items > li:first-child:hover a:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: var(--border);
}

#gnb .items > li > a {
	position: relative;
	width: 100%;
	padding: 20px;
	font-size: 19px;
	font-weight: 500;
	color: var(--white);
	background-color: var(--primary);
	transition: .2s linear all;
	gap: 0 12px;
	align-items: center;
	display: flex;
}

#gnb .items > li:hover > a {
	background-color: var(--white);
	color: var(--black1);
}

#gnb .items > li > a div {
	width: 30px;
}

#gnb .items > li > a div img.active {
	position: absolute;
	left: 0;
	opacity: 0;
	transition: .2s linear opacity;
}

#gnb .items > li:hover > a div img.active {
	opacity: 1;
}

#gnb .items > li:hover > a + .side,
#gnb .items > li > .side:hover {
	display: block;
}

#gnb .items > li .side {
	position: absolute;
	top: 1px;
	left: 100%;
	width: fit-content;
	min-width: 155px;
	height: calc(100% - 1px);
	padding: 25px;
	background-color: var(--white);
	box-shadow: 6px 6px 10px -6px rgba(179, 185, 168, 0.2);
	display: none;
}

#gnb .items > li .side .name {
	font-size: 19px;
	font-weight: 700;
	margin-bottom: 30px;
}

#gnb .items > li .side ul li:not(:first-child) {
	margin-top: 20px;
}

#gnb .items > li .side ul li a {
	font-size: 17px;
	font-weight: 500;
	color: var(--black5);
	transition: .2s linear color;
}

#gnb .items > li .side ul li a:hover {
	color: var(--primary);
}

#quick {
	position: absolute;
	top: 225px;
	right: 30px;
	z-index: 99;
	border-top: 2px solid var(--primary);
}

#quick .box {
	position: relative;
	width: 100px;
	height: 80px;
	background-color: var(--white);
	border: 1px solid #ccc;
	border-top: 0;
	justify-content: center;
	align-items: center;
	flex-flow: column;
	display: flex;
}

#quick .box:not(.recent):before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: transparent;
	transition: .2s linear background-color;
}

#quick .box:hover:before {
	background-color: var(--primary10);
}

#quick .box img {
	margin-bottom: 10px;
}

#quick .box span {
	font-size: 15px;
	color: var(--black3);
}

#quick .chatbot span {
	font-weight: 500;
	color: var(--primary);
}

#quick .recent {
	height: fit-content;
	padding: 15px 0;
	border-top: 1px solid var(--primary);
	margin-top: -1px;
}

#quick .recent a {
	margin: 10px 0;
}

#quick .recent .txt {
	font-size: 13px;
	color: var(--black2);
}

#quick .recent .txt span {
	font-size: inherit;
	color: var(--primary);
}

#quick .recent a {
	width: 60px;
	height: 60px;
	background-color: var(--item-bg);
	justify-content: center;
	align-items: center;
	display: flex;
}

#quick .recent a img {
	width: 50%;
	margin: 0;
}

#quick .recent .controls * {
	font-size: 13px;
	color: #acacac;
}

#quick .recent .controls .cur,
#quick .recent .controls .on {
	color: var(--black2);
}

#quick .top_btn {
	width: 100%;
	height: 30px;
	font-size: 14px;
	background-color: var(--black3);
	color: var(--white);
}

.main_category {
	margin-top: 65px;
}

.main_category ul {
	display: flex;
}

.main_category ul li {
	width: 100%;
	text-align: center;
	flex-flow: column;
	align-items: center;
	display: flex;
}

.main_category ul li div {
	height: 67px;
	margin-bottom: 25px;
	justify-content: center;
	align-items: center;
	display: flex;
}

.main_category ul li span {
	font-size: 20px;
	font-weight: 500;
	color: var(--black6);
}

.month_event {
	background-color: #edf9f9;
	padding: 115px 0;
	text-align: center;
}

.month_event .swiper-slide div {
	font-size: 25px;
	font-weight: 600;
	color: var(--black2);
	text-align: left;
	margin-top: 20px;
}

.main_brand {
	padding: 70px 0;
}

.main_brand .title {
	font-size: 30px;
}

.main_brand ul {
	margin-top: 80px;
	gap: 0 20px;
	display: flex;
}

.item_list .item_section {
	padding-top: 75px;
	padding-bottom: 75px;
	border-top: 1px solid var(--border);
}

.item_list .item_section:first-child {
	border-top: 0;
}

.item_list .item_section:before,
.sub .month_event:before {
	content: '';
	position: absolute;
	top: -1px;
	left: 0;
	z-index: 1;
	width: 50%;
	height: 1px;
	background-color: var(--primary);
}

.item_list .item_section.no_border {
	border-top: 0;
}

.item_list .item_section.no_border:before,
.item_list .item_section:first-child:before,
.item_list .item_section2:before {
	display: none;
}

.item_list .list {
	gap: 35px 15px;
	flex-flow: wrap;
	display: none;
}

.item_list .list.active {
	display: flex;
}

.item_list .list a {
	width: calc(25% - 11.25px);
}

.item_list .category {
	margin: 35px 0 25px;
	gap: 0 10px;
	justify-content: center;
	display: flex;
}

.item_list .category button {
	min-width: 90px;
	height: 30px;
	border: 1px solid var(--border);
	border-radius: 30px;
	text-align: center;
	background-color: var(--white);
	padding: 0 10px;
	font-size: 19px;
	font-weight: 500;
	color: var(--black2);
	transition: .2s linear all;
}

.item_list .category button.active {
	background-color: var(--black2);
	color: var(--white);
	border: 0;
}

.item_list .mark {
	position: absolute;
	top: 15px;
	left: 15px;
	z-index: 1;
}

.item_list .badge {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 70px;
	height: 30px;
	line-height: 30px;
	font-size: 15px;
	font-weight: 600;
	text-align: center;
	color: var(--white);
	background-color: var(--primary);
}

.item_list .badge.pink {
	background-color: var(--pink);
}

.item_list .badge.new {
	background-color: #06b163;
}

.item_list .badge.best {
	background-color: #f3792f;
}

.item_list .thumb {
	background-color: var(--item-bg);
	margin-bottom: 20px;
	aspect-ratio: auto 1 / 1;
	justify-content: center;
	align-items: center;
	display: flex;
}

.item_list .thumb .cart_btn {
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 1;
	width: 50px;
	height: 50px;
	background-color: var(--white);
	justify-content: center;
	align-items: center;
	display: flex;
}

.item_list .sub_name {
	font-size: 15px;
	font-weight: 600;
	color: var(--pink);
	margin-bottom: 5px;
}

.item_list .name {
	overflow: hidden;
	line-height: 1.217;
	font-size: 23px;
	font-weight: 600;
	color: var(--black2);
	margin-bottom: 15px;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	display: -webkit-box;
}

.item_list .price {
	font-size: 20px;
	color: var(--black5);
}

.item_list .cust_price {
	font-size: 17px;
	text-decoration: line-through;
	color: var(--black5);
	margin-bottom: 5px;
}

.item_list .sell_price {
	font-size: 20px;
	font-weight: 500;
	color: var(--primary);
}

.item_list .wish {
	margin-top: 10px;
	font-size: 15px;
	color: #acacac;
}

.item_list .wish span {
	color: #f17676;
}

.item_list .item3 .thumb {
	margin-bottom: 30px;
}

.item_list .item3 .sub_name {
	font-size: 18px;
	margin-bottom: 10px;
}

.item_list .item3 .name {
	line-height: 1.24;
	font-size: 25px;
	margin-bottom: 20px;
}

.item_list .item4 .thumb {
	margin-bottom: 25px;
}

.item_list .item_section2 .title {
	font-size: 40px;
	text-align: center;
}

.item_list .ad_banner + .item_section {
	border-top: 0;
}

.sub .banner_slide .swiper-pagination {
	left: 65px;
	bottom: 40px !important;
}

.sub.item_list .item_section2 .title {
	font-weight: 600;
}

.sub.item_list .item_category {
	margin: 45px 0 20px;
	gap: 0 15px;
	display: flex;
}

.sub.item_list .item_category li {
	width: 100%;
}

.sub.item_list .item_category li a {
	height: 60px;
	line-height: 58px;
	border: 1px solid var(--border);
	text-align: center;
	font-size: 20px;
	color: var(--black7);
	transition: .2s linear all;
	display: block;
}

.sub.item_list .item_category li a:hover {
	background-color: var(--black3);
	color: var(--white);
	font-weight: 700;
}

.sub.item_list .recommand .title {
	margin-bottom: 40px;
}

.sub.item_list .list_controls {
	padding-bottom: 10px;
	align-items: center;
	display: flex;
}

.sub.item_list .list_controls .count {
	font-size: 15px;
	color: var(--black3);
}

.sub.item_list .list_controls + .item_section {
	padding-top: 15px;
}

.sub .month_event {
	background-color: var(--white);
	padding: 85px 0;
	border-top: 1px solid var(--border);
}

.item_navigation {
	margin-top: 75px;
	padding: 10px 0;
}

.item_navigation .view_location {
	font-size: 17px;
	gap: 0 15px;
	align-content: center;
	display: flex;
}

.item_navigation .view_location > * {
	color: var(--black7);
}

.item_navigation .view_location .menu_list .name {
	color: var(--black1);
	cursor: pointer;
	gap: 0 10px;
	align-items: center;
	display: flex;
}

.item_navigation .view_location .menu_list .name span {
	width: 17px;
	height: 17px;
	border: 1px solid var(--black1);
	border-radius: 50%;
	justify-content: center;
	align-items: center;
	display: flex;
}

.item_navigation .view_location .menu_list .name span i {
	font-size: 14px;
	transform: rotate(90deg);
}

.item_navigation .view_location .menu_list ul {
	position: absolute;
	top: 29px;
	left: -5px;
	z-index: 99;
	overflow: hidden;
	width: max-content;
	border: 1px solid var(--border);
	border-radius: 3px;
	border-top: 2px solid var(--primary);
	display: none;
}

.item_navigation .view_location .menu_list ul li {
	font-size: 15px;
	border-bottom: 1px solid var(--border);
}

.item_navigation .view_location .menu_list ul li:last-child {
	border-bottom: 0;
}

.item_navigation .view_location .menu_list ul li a {
	background-color: var(--white);
	padding: 10px 25px 10px 10px;
	transition: .2s linear color;
	display: block;
}

.item_navigation .view_location .menu_list ul li a:hover {
	color: var(--primary);
}

#sit_ov_wrap {
	gap: 0 80px;
	display: flex;
}

#sit_ov_wrap #sit_pvi {
	width: 500px;
	height: fit-content;
	flex-shrink: 0;
}

#sit_ov_wrap #sit_pvi .swiper-slide {
	background-color: var(--item-bg);
	aspect-ratio: auto 1 / 1;
	justify-content: center;
	align-items: center;
	display: flex;
}

#sit_ov_wrap #sit_pvi button[class^='swiper-button'] img {
	width: 18px;
}

#sit_ov_wrap #sit_pvi .swiper-button-prev {
	left: 15px;
}

#sit_ov_wrap #sit_pvi .swiper-button-next {
	right: 15px;
}

#sit_ov .name {
	font-size: 32px;
	font-weight: 600;
	margin-bottom: 5px;
}

#sit_ov .sub_name {
	font-size: 20px;
	font-weight: 600;
	color: var(--pink);
}

#sit_ov .opts {
	margin-bottom: 10px;
}

#sit_ov .opts .item_use {
	gap: 0 20px;
	align-items: center;
	display: flex;
}

#sit_ov .opts .item_use .review {
	color: var(--black5);
}

#sit_ov .opts .item_use .review:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: -10px;
	width: 1px;
	height: 12px;
	background-color: #ccc;
	margin: auto 0;
}

#sit_ov .opts .item_use .review:first-child:before {
	display: none;
}

#sit_ov .opts .item_use .review span {
	margin-left: 5px;
	text-decoration: underline;
	cursor: pointer;
}

#sit_ov .opts .opt_btns {
	position: absolute;
	top: 0;
	right: 0;
}

#sit_ov .opts .opt_btns {
	gap: 0 10px;
	display: flex;
}

#sit_ov .opts .opt_btns .opt_btn {
	transition: .2s linear color;
}

#sit_ov .opts .opt_btns .opt_btn:hover {
	color: var(--primary);
}

#sit_ov .opts .opt_btns .opt_btn i {
	font-size: 20px;
	display: block;
}

#sit_ov .opts .opt_btns .wrap {
	position: absolute;
	top: 35px;
	right: -15px;
	z-index: 99;
	display: none;
}

#sit_ov .opts .opt_btns .sns_area {
	border: 1px solid var(--border);
	border-radius: 3px;
	background-color: var(--white);
	padding: 10px 15px;
	gap: 0 10px;
	display: flex;
}

#sit_ov .opts .opt_btns .sns_area:before {
	content: '';
	position: absolute;
	top: -6px;
	right: 15px;
	z-index: 98;
	width: 10px;
	height: 10px;
	background-color: var(--white);
	border: 1px solid var(--border);
	border-right: 0;
	border-bottom: 0;
	transform: rotate(45deg);
}

#sit_ov .opts .opt_btns .sns_area a {
	width: 35px;
	height: 35px;
	border-radius: 50%;
	flex-shrink: 0;
	justify-content: center;
	align-items: center;
	display: flex;
}

#sit_ov .opts .opt_btns .sns_area a img {
	width: 75%;
}

#sit_ov .opts .opt_btns .sns_area .share-facebook {
	background-color: #415b92;
}

#sit_ov .opts .opt_btns .sns_area .share-twitter {
	background-color: #35b3dc;
}

#sit_ov .opts .opt_btns .sns_area .recommend {
	background-color: var(--primary);
}

#sit_ov .opts .opt_btns .sns_area .recommend i {
	font-size: 18px;
	color: var(--white);
}

.login {
	max-width: 350px;
}

.login input[type='text'],
.login input[type='password'],
.login button[type='submit'] {
	height: 50px;
	border-radius: 3px;
}

.login button[type='submit'] {
	width: 100%;
	background-color: var(--primary);
	color: var(--white);
	font-weight: 600;
	font-size: 18px;
}

.login .passwd {
	margin: 10px 0;
}

.login .passwd .eye_btn {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 10px;
	z-index: 1;
	height: fit-content;
	margin: auto 0;
	display: none;
}

.login .passwd:hover .eye_btn{
	display: block;
}

.f_news {
	background-color: #f2f2f2;
	padding: 40px 0;
}

.f_news .base_width {
	align-items: center;
	display: flex;
}

.f_news .base_width > .wrap {
	width: 100%;
	gap: 0 25px;
	display: flex;
}

.f_news .base_width .title {
	font-size: 25px;
	margin-bottom: 5px;
}

.f_news .base_width .txt {
	margin: 0;
}

.f_news .base_width .email {
	width: 100%;
	max-width: 500px;
	flex-shrink: 0;
	display: flex;
}

.f_news .base_width .email > * {
	height: 55px;
}

.f_news .base_width .email input {
	width: 100%;
	font-size: 18px;
	color: var(--black7);
	padding: 0 20px;
}

.f_news .base_width .email button {
	width: 55px;
	background-color: var(--black3);
	flex-shrink: 0;
	justify-content: center;
	align-items: center;
	display: flex;
}

.f_notice {
	border-top: 1px solid #aaa;
}

.f_notice .base_width a {
	height: 50px;
	align-items: center;
	display: flex;
}

.f_notice .base_width a * {
	font-size: 17px;
	color: var(--black2);
	flex-shrink: 0;
}

.f_notice .base_width a span {
	font-weight: 500;
	margin-right: 10px;
}

.f_notice .base_width a div {
	overflow: hidden;
	width: 100%;
	color: var(--black7);
	padding-right: 10px;
	text-overflow: ellipsis;
	white-space: nowrap;
	flex-shrink: 1;
}

.fnb {
	padding: 20px 0 55px;
	background-color: var(--black3);
}

.fnb .between {
	margin-bottom: 50px;
	justify-content: space-between;
	align-items: center;
	display: flex;
}

.fnb .between ul {
	gap: 0 30px;
	display: flex;
}

.fnb .between ul li {
	position: relative;
}

.fnb .between ul li:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: -15px;
	z-index: 1;
	width: 1px;
	height: 10px;
	background-color: #9d9d9d;
	margin: auto 0;
}

.fnb .between ul li:first-child:before {
	display: none;
}

.fnb .between ul li a {
	font-size: 17px;
	font-weight: 500;
	color: #9d9d9d;
}

.fnb .half {
	gap: 0 105px;
	display: flex;
}

.fnb .half > div {
	width: 100%;
	line-height: 1.58;
}

.fnb .half > div * {
	font-size: 17px;
	color: #dadada;
}

.fnb .half .info .copyright {
	margin-top: 30px;
}

.fnb .half .service .tel {
	font-size: 35px;
	font-weight: 700;
	margin: -5px 0;
}

.fnb .half .service .sns {
	margin-top: 20px;
	gap: 0 10px;
	display: flex;
}