@charset "utf-8";

/*
	[프로그램팀 맞춤제작 및 수정 CSS]

	copyright(c) 상상너머·원데이넷 all rights reserved.
	허용된 라이센스이외 무단도용재배포를 금합니다.
	본 소스는 모두 (주)상상너머의 지적 재산이며, 이에 대해 무단도용 및 수정 재배포/재편집등을 절대 금하며 적발 시 법적 대응을 할 것임을 경고합니다.

	※ css 추가 시, 반드시 날짜와 작업자 이니셜을 기재바랍니다.

	===============================================================================
	반응형으로 제작되어 임의적인 CSS추가는 문제가 될 수 있으니 디자인팀과 반드시 상의바랍니다.
	===============================================================================
*/
@font-face {
    font-family: 'Pretendard';
    src: url('https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

body * {
    box-sizing: border-box;
    font-family: 'Pretendard', sans-serif;
    color: inherit;
    font-size: inherit
}

body img {
    vertical-align: middle
}

body,
body html,
body .wrap {
    min-height: 100vh
}

.wrap {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
}
.wrap :is(header, footer) * {
	padding: 0;
}

.wrap figure { padding: 0; margin: 0; }

.wrap ul,
.wrap ol,
.wrap menu {
    list-style: none
}

.wrap header {
    width: 100%;
    display: flex;
    flex-direction: column;
    position: sticky;
    top: 0;
    left: 0;
    z-index: 401;
    background-color: #fff
}

.wrap header :is(.head-top, .head-bottom) {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    border-bottom: 1px solid #e1e1e1
}

.wrap header :is(.head-top, .head-bottom)>.inner {
    width: 100%;
    height: 100%;
    max-width: 1600px;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.wrap header .head-top {
    height: 55px
}

.wrap header .head-top>.inner {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between
}

.wrap header .head-top>.inner>menu {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 21px
}

.wrap header .head-top>.inner>menu>li {
    font-size: 14px;
    color: #a3a3a3;
    letter-spacing: -0.05em;
    position: relative
}

.wrap header .head-top>.inner>menu>li>a {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    padding: 0 8px
}

.wrap header .head-top>.inner>menu>li+li::before {
    content: '';
    display: inline-block;
    width: 1px;
    height: 11px;
    background-color: #dadada;
    position: absolute;
    top: 50%;
    left: -11px;
    transform: translateY(-50%)
}

.wrap header .head-top>.inner>menu>li .cart-count {
    min-width: 16px;
    height: 16px;
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    color: #fff;
	line-height: 1;
    background-color: #0971ce;
    border-radius: 50%;
    margin-left: 7px;
    margin-right: -7px;
    letter-spacing: 0.5px;
	padding: 0 2px;
}

.wrap header .head-bottom {
    height: 190px;
    display: flex;
    flex-direction: column;
    padding: 45px 0 0 0
}

.wrap header .head-bottom .head-menus {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center
}

.wrap header .head-bottom .head-menus .btn-mobile-menu {
    display: none;
    width: 40px;
    height: 40px;
    min-width: 40px;
    border: 1px solid #e1e1e1;
    position: relative
}

.wrap header .head-bottom .head-menus .btn-mobile-menu::before,
.wrap header .head-bottom .head-menus .btn-mobile-menu::after {
    content: ''
}

.wrap header .head-bottom .head-menus .btn-mobile-menu::before,
.wrap header .head-bottom .head-menus .btn-mobile-menu::after,
.wrap header .head-bottom .head-menus .btn-mobile-menu span {
    display: block;
    width: calc(100% - 10px);
    height: 2px;
    background-color: #000;
    font-size: 0;
    color: transparent;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.wrap header .head-bottom .head-menus .btn-mobile-menu::before {
    margin-top: -8px
}

.wrap header .head-bottom .head-menus .btn-mobile-menu::after {
    margin-top: 8px
}

.wrap header .head-bottom .head-menus .gnb {
    flex: 1;
    display: flex;
    flex-direction: row;
    gap: 24px;
	margin: 0;
}
.wrap header .head-bottom .head-menus .gnb>li { position: relative; }
.wrap header .head-bottom .head-menus .gnb>li>:is(a, button) {
    font-size: 16px;
    color: #353535;
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 30px 12px
}

.wrap header .head-bottom .head-menus .gnb>li :is(a, button).active,
.wrap header .head-bottom .head-menus .gnb>li :is(a, button):hover {
	color: #0971ce;
}

.wrap header .head-bottom .head-menus .gnb>li .sub-category {
	width: fit-content;
	display: flex;
	flex-direction: column;
	padding: 15px 10px;
	background-color: #fff;
	border: 1px solid #e1e1e1;
	border-radius: 3px;
	position: absolute;
	bottom: 10px; left: 50%;
	transform: translate(-50%, 100%);
	opacity: 0;
	pointer-events: none;
	transition: all .25s;
}

.wrap header .head-bottom .head-menus .gnb>li .newIcon {
	position: absolute;
	top: 13px;
	right: 7px;
}

/*.wrap header .head-bottom .head-menus .gnb>li:hover .sub-category {
	bottom: 0;
	opacity: 1;
	pointer-events: auto;
}
.wrap header .head-bottom .head-menus .gnb>li .sub-category>li {
	white-space: nowrap;
}

.wrap header .head-bottom .head-menus .gnb>li .sub-category>li>:is(a, button) {
	width: 100%;
    font-size: 14px;
    color: #353535;
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 8px 12px;
	background-color: rgba( 0, 0, 0, 0 );
}
.wrap header .head-bottom .head-menus .gnb>li .sub-category>li>:is(a, button):hover {
	background-color: rgba( 0, 0, 0, .03 );
}*/

.wrap header .head-bottom .head-menus form {
    flex: 1;
    max-width: 277px
}

.wrap header .head-bottom .head-menus form .head-search {
    width: 100%;
    height: 39px;
    display: flex;
    flex-direction: row;
    align-items: center;
    border: 1px solid #e1e1e1;
    border-radius: 20px;
    padding: 0 6px 0 24px
}

.wrap header .head-bottom .head-menus form .head-search input {
    flex: 1;
    width: 100%;
    height: 100%;
    font-size: 14px;
    color: #1f1f1f
}

.wrap header .head-bottom .head-menus form .head-search input::placeholder {
    color: #a3a3a3
}

.wrap header .head-bottom .head-menus form .head-search button {
    height: 100%;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    background-image: url(/images/icon/ico-search.png);
    background-repeat: no-repeat;
    background-position: 50% 50%
}

.wrap header .head-bottom .head-menus form .head-search button span {
    display: none
}

.wrap footer {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #292929;
	margin-top: 100px;
}

.wrap footer>.inner {
    width: 100%;
    max-width: 1200px;
    padding: 40px 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.wrap footer>.inner .foot-top>ul {
    display: flex;
    flex-direction: row;
    gap: 20px;
    letter-spacing: -0.034em
}

.wrap footer>.inner .foot-top>ul>li {
    font-size: 14px;
    color: #fff;
    opacity: .52;
    padding: 5px 0
}

.wrap footer>.inner .foot-logo-section {
	margin-bottom: 20px;
}

.wrap footer>.inner .foot-info-section {
	display: flex;
	flex-direction: column;
	gap: 10px;
	font-size: 14px;
	color: #ccc;
}
.wrap footer>.inner .foot-info-section .foot-title {
	font-size: 15px;
	font-weight: 700;
	color: #fff;
}
.wrap footer>.inner .foot-info-section .foot-infos {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 10px 20px;
	overflow: hidden;
}
.wrap footer>.inner .foot-info-section .foot-infos > li { position: relative; }
.wrap footer>.inner .foot-info-section .foot-infos > li::before {
	content: '';
	display: inline-block;
	width: 1px; height: 1em;
	position: absolute;
	top: 50%; left: -10px;
	transform: translateY(-50%);
	background-color: #aaa;
	border-left: 1px solid #999;
}

.wrap footer>.inner .foot-cs-section {
	display: flex;
	flex-direction: row;
	gap: 20px;
}
.wrap footer>.inner .foot-cs-section > article {
	flex: 1;
	border: 1px solid #fff;
	display: flex;
	flex-direction: column;
	gap: 10px;
	padding: 2% 2%;
	font-size: 14px;
}
.wrap footer>.inner .foot-cs-section > article .cs-title {
	font-size: 1.143em;
	color: #ffff;
}
.wrap footer>.inner .foot-cs-section > article .big-number {
	font-size: 2.4em;
	font-weight: 900;
	color: #ffff;
}
.wrap footer>.inner .foot-cs-section > article .text {
	font-size: 1em;
	color: #fff;
	line-height: 1.4;
	word-break: keep-all;
	word-wrap: break-word;
}

.wrap footer>.inner .copyright {
    font-size: 14px;
	font-weight: 900;
    color: #ffffff;
}

/*.wrap footer>.inner .foot-bottom {
    display: flex;
    flex-direction: row
}

.wrap footer>.inner .foot-bottom article a:hover {
    text-decoration: underline
}

.wrap footer>.inner .foot-bottom article .foot-title {
    font-size: 18px;
    color: #fff
}

.wrap footer>.inner .foot-bottom article .foot-logo {
    margin-top: 28px
}

.wrap footer>.inner .foot-bottom article .foot-infos {
    max-width: 360px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    font-size: 14px;
    color: #bfbfbf;
    opacity: .71;
    line-height: 1.429;
    letter-spacing: -0.034em;
    margin-top: 5px;
    gap: 0 10px;
    overflow: hidden
}

.wrap footer>.inner .foot-bottom article .foot-infos>li {
    position: relative
}

.wrap footer>.inner .foot-bottom article .foot-infos>li::before {
    content: '|';
    position: absolute;
    top: 0;
    left: -0.5em
}

.wrap footer>.inner .foot-bottom article .foot-infos>li.business-link {
    width: 100%;
    color: #fff
}

.wrap footer>.inner .foot-bottom article .tel-number {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin-top: 44px
}

.wrap footer>.inner .foot-bottom article .tel-number>li {
    font-size: 24px;
    color: #fff;
    letter-spacing: -0.04em
}

.wrap footer>.inner .foot-bottom article .operation-time {
    display: flex;
    flex-direction: column;
    gap: 3px;
    margin-top: 12px
}

.wrap footer>.inner .foot-bottom article .operation-time>li {
    display: flex;
    flex-direction: row;
    gap: 8px;
    font-size: 14px;
    color: #bfbfbf;
    letter-spacing: -0.01em
}

.wrap footer>.inner .foot-bottom article.company-content {
    width: 40%;
    max-width: 500px
}

.wrap footer>.inner .foot-bottom article.custom-content {
    width: 40%;
    max-width: 500px
}

.wrap footer>.inner .foot-bottom article.sns-content {
    flex: 1
}

.wrap footer>.inner .copyright {
    font-size: 14px;
    color: #ffffff;
    opacity: .71
}*/

.sns-links {
    display: flex;
    flex-direction: row;
    gap: 5px;
	opacity: .71;
}

.sns-links>li :is(a, button) {
    width: 34px;
    height: 34px;
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    background-repeat: no-repeat;
    background-position: 50% 50%
}

.sns-links>li :is(a, button) span {
    display: none
}

.sns-links>li :is(a, button).link-facebook {
    background-image: url(/images/icon/ico-sns-facebook.png)
}

.sns-links>li :is(a, button).link-instagram {
    background-image: url(/images/icon/ico-sns-instagram.png)
}

.sns-links>li :is(a, button).link-kakao {
    background-image: url(/images/icon/ico-sns-kakao.png)
}

.sns-links>li :is(a, button).link-youtube {
    background-image: url(/images/icon/ico-sns-youtube.png)
}

.sns-links>li :is(a, button).link-blog {
    background-image: url(/images/icon/ico-sns-blog.png)
}

.wrap main {
    display: flex;
    flex-direction: column;
    align-items: center
}

.wrap main>section {
    width: 100%
}

.wrap main>section .main-section-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    font-size: 30px;
    color: #464646;
    text-align: center;
    line-height: 1.2
}

.wrap main>section .main-section-title .en {
    font-size: 45px;
    font-weight: 300;
	margin-bottom: 20px;
}

.wrap main>section .main-section-title .ko {
    font-size: 28px;
}

.wrap main>section .main-section-title strong {
    font-weight: 700
}

.wrap main>section.main-visual-section {
    margin-top: 34px
}

.wrap main>section.main-visual-section>ul>li {
    width: 100%;
    max-width: 1200px;
    border-radius: 20px;
    overflow: hidden
}

.wrap main>section.main-visual-section>ul>li img {
    width: 100%;
    height: auto
}

.wrap main>section.main-visual-section .swiper-pagination {
    bottom: 32px;
    display: flex;
    flex-direction: row;
    justify-content: center
}

.wrap main>section.main-visual-section .swiper-pagination .swiper-pagination-bullet {
    width: 55px;
    height: 3px;
    border-radius: 0;
    opacity: 1;
    background-color: #e1e1e1;
    transition: background-color .2s
}

.wrap main>section.main-visual-section .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #b6b6b6
}

.wrap main>section.main-product-section {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 50px 0 100px 0;
}

.wrap main>section.main-product-section>article {
    width: 100%;
    max-width: 1600px;
	margin-top: 40px;
}

.wrap main>section.main-product-section>article .main-product-information {
    margin-top: 40px;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    gap: 26px;
	user-select: none;
}

.wrap main>section.main-product-section>article .main-product-information .product-image-area {
    flex: 1;
    height: 100%
}

.wrap main>section.main-product-section>article .main-product-information .product-image-area p {
    width: 100%;
    text-align: center;
    display: block;
    background-color: #f9f9f9;
    padding: 8px;
    font-size: 18px;
    line-height: 1.278;
    color: #a3a3a3
}

.wrap main>section.main-product-section>article .main-product-information .product-rotate-area {
    flex: 1;
    height: 100%;
	user-select: none;
}

.wrap .product-rotate-area .product-rotate-box {
    width: 100%;
    aspect-ratio: 1 / 1.20954;
    background-color: #fff;
    border-radius: 20px;
    position: relative;
    border: 1px solid rgba(0, 0, 0, 0.03);
    box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.03);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.wrap .product-rotate-area .product-rotate-box .rotate-box {
    display: grid;
    grid-template-areas: 'rotate-image';
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    align-items: center;
    justify-items: center;
    width: 100%; height: 100%;
	max-width: 100%; max-height: 100%;
    user-select: none;
    position: relative
}

@keyframes image-loading {
	0% { opacity: .5; }
	50% { opacity: 1; }
	100% { opacity: .5; }
}
.wrap .product-rotate-area .product-rotate-box .rotate-box .loading-bar {
	display: inline-flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	position: absolute;
	top: 50%; left: 50%;
	z-index: 1;
	transform: translate(-50%, -50%);
	font-size: 12px;
	color: #666;
	opacity: 0;
	transition: opacity 3s;
	user-select: none;
	pointer-events: none;
}
.wrap .product-rotate-area .product-rotate-box .rotate-box .loading-bar::before {
	content: 'Loading...';
}
.wrap .product-rotate-area .product-rotate-box .rotate-box.loading .loading-bar {
	opacity: 1;
	animation-name: image-loading;
	animation-duration: 3s;
	animation-fill-mode: forwards;
    animation-iteration-count: infinite;
	animation-timing-function: linear;
}

.wrap .product-rotate-area .product-rotate-box .rotate-box>img {
    max-width: 80%;
    max-height: 80%;
    object-fit: contain;
    grid-area: rotate-image;
    opacity: 0;
    pointer-events: none
}

.wrap .product-rotate-area .product-rotate-box .rotate-box>img.active {
    opacity: 1
}

.wrap .product-rotate-area .product-rotate-box .rotate-box :is(button, a) {
    width: 22px;
    height: 46px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
}

.wrap .product-rotate-area .product-rotate-box .rotate-box :is(button, a).btn-turn-left {
    left: 4.43%;
    background-image: url(/images/icon/ico-turnleft.png)
}

.wrap .product-rotate-area .product-rotate-box .rotate-box :is(button, a).btn-turn-right {
    right: 4.43%;
    background-image: url(/images/icon/ico-turnright.png)
}

.wrap .product-rotate-area .product-rotate-box .rotate-box :is(button, a) span {
    display: none;
	pointer-events: none;
}

.wrap .product-rotate-area .product-rotate-box .rotate-icons {
    display: flex;
    flex-direction: row;
    gap: 12px;
    position: absolute;
    bottom: 4.227%;
    right: 8.52%;
    pointer-events: none
}

.wrap .product-rotate-area .product-rotate-box .rotate-icons::before,
.wrap .product-rotate-area .product-rotate-box .rotate-icons::after {
    content: '';
    display: inline-block;
    width: 36px;
    height: 36px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover
}

.wrap .product-rotate-area .product-rotate-box .rotate-icons::before {
    background-image: url(/images/icon/ico-360deg.png)
}

.wrap .product-rotate-area .product-rotate-box .rotate-icons::after {
    background-image: url(/images/icon/ico-rotate.png)
}

.wrap main>section.main-product-section>article .main-product-slide {
    width: 100%;
    position: relative;
    margin-top: 25px
}

.wrap main>section.main-product-section>article .main-product-slide .main-product-list>ul>li figure {
    width: 100%;
}

.wrap main>section.main-product-section>article .main-product-slide .main-product-list>ul>li figure img {
    width: 100%;
    height: 100%;
    object-fit: contain;
	border: 1px solid #aaaaaa;
	border-radius: 10px;
	padding: 25px;
}

.wrap main>section.main-product-section>article .main-product-slide .main-product-list>ul>li figure figcaption {
	margin-top: 30px;
    font-size: 22px;
    color: #464646;
    text-align: center;
}

.wrap main>section.main-lineup-section {
    margin-top: 110px;
	background: #f1f1f1;
	padding: 50px 0 90px;
}

.wrap main>section.main-lineup-section .main-lineup-slide {
    max-width: 1600px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
    position: relative
}

.wrap main>section.main-lineup-section .main-lineup-slide .main-product-list>ul>li figure {
    width: 100%;
    max-width: 376px
}

.wrap main>section.main-lineup-section .main-lineup-slide .main-product-list>ul>li figure img {
    aspect-ratio: 1 / 1.4550;
    width: 100%;
    object-fit: contain;
    background-image: linear-gradient(#fff, #fff), linear-gradient(-45deg, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.01) 100%);
    background-origin: border-box;
    background-clip: content-box, border-box;
    border-radius: 10px;
    background-color: #fff;
    overflow: hidden;
}

.wrap main>section.main-lineup-section .main-lineup-slide .main-product-list>ul>li figure figcaption {
    width: 100%;
    font-size: 18px;
    color: #76777b;
    text-align: center;
    margin-top: 24px
}

.wrap main>section.main-video-section {
    max-width: 1200px;
    margin-top: 180px
}

.wrap main>section.main-video-section .video-box {
    width: 100%;
    aspect-ratio: 16 / 9;
    margin-top: 24px;
    position: relative
}

.wrap main>section.main-video-section .video-box video {
    width: 100%;
    height: auto
}

.wrap main>section.main-video-section .video-box .btn-toggle-video {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.6);
    transition: opacity .25s
}

.wrap main>section.main-video-section .video-box .btn-toggle-video span {
    display: none;
    font-size: 0;
    color: transparent;
    display: inline-block;
    width: 94px;
    height: 94px;
    background-image: url(/images/icon/ico-play.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover
}

.wrap main>section.main-video-section .video-box.play .btn-toggle-video {
    opacity: 0
}

.wrap main>section.main-news-section {
    max-width: 1600px;
}

.wrap main>section.main-news-section .main-news-banner {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 30px
}

.wrap main>section.main-news-section .main-news-banner>li {
    flex: 50%;
    overflow: hidden;
    border-radius: 10px;
	position: relative;
}

.wrap main>section.main-news-section .main-news-banner>li img {
    width: 100%;
    height: auto
}

.wrap main>section.main-news-section .main-news-banner>li a {
	position: absolute;
	left: 30px;
	bottom: 30px;
	background: #3471c7;
	font-size: 20px;
	color: #ffffff;
	border-radius: 10px;
	height: 55px;
	display: flex;
	align-items: center;
    justify-content: center;
	padding: 0 25px;
	min-width: 150px;
}

.wrap main :is(.btn-slide-prev, .btn-slide-next) {
    width: 38px;
    height: 66px;
    position: absolute;
    top: 50%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover
}

.wrap main :is(.btn-slide-prev, .btn-slide-next) span {
    display: none
}

.wrap main .btn-slide-prev {
    background-image: url(/images/icon/ico-turnleft2.png);
    left: -30px;
    transform: translateX(-100%) translateY(-50%)
}

.wrap main .btn-slide-next {
    background-image: url(/images/icon/ico-turnright2.png);
    right: -30px;
    transform: translateX(100%) translateY(-50%)
}

.main-product-section .btn-slide-prev {
    transform: translateX(-100%) translateY(-80%) !important
}

.main-product-section .btn-slide-next {
    transform: translateX(100%) translateY(-80%) !important
}

.wrap .produt-wrap {
	width: 100%;
	max-width: 1540px;
	display: flex;
	flex-direction: row;
	padding: 0;
	position: relative;
}
.wrap .produt-wrap * {
	box-sizing: border-box;
}
.wrap .produt-wrap .product-list-left {
	width: calc((100vw - 100%) * 0.1834);
	width: 260px;
	position: relative;
}
.wrap .produt-wrap .product-list-left .btn-left-toggle {
	width: 40px; height: 40px;
	position: absolute;
	top: 46px; right: -10px;
	z-index: 99;
	transform: translate(100%, 0);
	font-size: 0;
	padding: 2px;
	border: 1px solid #e1e1e1;
	background-color: #fff;
	display: inline-flex;
	flex-direction: column;
	gap: 2px;
	opacity: 0;
	pointer-events: none;
	transition: opacity .25s;
	--padding: 7px;
}
.wrap .produt-wrap .product-list-left .btn-left-toggle::before, .wrap .produt-wrap .product-list-left .btn-left-toggle::after,
.wrap .produt-wrap .product-list-left .btn-left-toggle span::before, .wrap .produt-wrap .product-list-left .btn-left-toggle span::after {
	content: '';
	box-sizing: border-box;
	display: inline-block;
	width: 11px; height: 11px;
	background-color: transparent;
	border: 2px solid #000;
	border-radius: 4px;
	position: absolute;
	transition: all .25s;
}
.wrap .produt-wrap .product-list-left .btn-left-toggle::before {
	top: var(--padding); left: var(--padding);
}
.wrap .produt-wrap .product-list-left .btn-left-toggle::after {
	top: var(--padding); right: var(--padding);
}
.wrap .produt-wrap .product-list-left .btn-left-toggle span::before {
	bottom: var(--padding); left: var(--padding);
}
.wrap .produt-wrap .product-list-left .btn-left-toggle span::after {
	bottom: var(--padding); right: var(--padding);
}

.wrap .produt-wrap .product-list-left .left-category {
	display: flex;
	flex-direction: column;
	padding: 116px 0 0 0;
}
.wrap .produt-wrap .product-list-left .left-category > menu {
	display: flex;
	flex-direction: column;
	padding: 0;
	margin: 0;
}
.wrap .produt-wrap .product-list-left .left-category.board {
	padding: 130px 0 0 0;
}
.wrap .produt-wrap .product-list-left .left-category > menu > li {
	display: flex;
	flex-direction: column;
}
.wrap .produt-wrap .product-list-left .left-category > menu > li > .oneline {
	height: 55px;
	display: flex;
	flex-direction: row;
	align-items: center;
	padding: 0 10px 0 0;
}
.wrap .produt-wrap .product-list-left .left-category > menu > li > .oneline > :is(a, button) {
	flex: 1;
	height: 100%;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	padding: 0 10px 0 18px;
	font-size: 16px;
	color: #464646;
}

.wrap .produt-wrap .product-list-left .left-category > menu > li > .oneline > :is(a, button).active {
	color: #3471c7;
}

.wrap .produt-wrap .product-list-left .left-category > menu > li.active > .oneline > :is(a, button) {
	color: #3471c7;
}
.wrap .produt-wrap .product-list-left .left-category > menu > li.sub > .oneline > .btn-toggle-child::after {
	content: '';
	font-size: 0;
	color: transparent;
	display: inline-block;
	width: 7px; height: 7px;
	border-width: 2px 2px 0 0;
	transform: translateY(0) rotate(45deg);
}
.wrap .produt-wrap .product-list-left .left-category > menu > li:not(.sub) > .oneline > .btn-toggle-child {
	display: none;
}
.wrap .produt-wrap .product-list-left .left-category > menu > li.sub > dl {
	display: flex;
	flex-direction: column;
	overflow: hidden;
	height: 0;
	max-height: 0;
	opacity: 0;
	transform: translateY(-15px);
	transition: opacity .25s, transform .25s, max-height .45s;
}
.wrap .produt-wrap .product-list-left .left-category > menu > li.sub > dl > dt {
	width: 100%;
	aspect-ratio: 1 / 0.53271;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: 80% auto;
}
.wrap .produt-wrap .product-list-left .left-category > menu > li.sub > dl > dd {
	display: flex;
	flex-direction: column;
}
.wrap .produt-wrap .product-list-left .left-category > menu > li.sub > dl > dd > :is(a, button) {
	flex: 1;
	height: 100%;
	display: flex;
	flex-direction: row;
	align-items: center;
	padding: 10px 10px 10px 18px;
	font-size: 14px;
	position: relative;
}
.wrap .produt-wrap .product-list-left .left-category > menu > li.sub > dl > dd > :is(a, button).active {
	font-weight: 900;
}
.wrap .produt-wrap .product-list-left .left-category > menu > li.sub > dl > dd > :is(a, button).active::before {
	content: '';
	display: inline-block;
	width: 5px; height: 18px;
	margin-right: 5px;
	margin-left: -10px;
}
.wrap .produt-wrap .product-list-left .left-category > menu > li.sub.active > .oneline > .btn-toggle-child::after {
	transform: translateY(-30%) rotate(135deg);
}
.wrap .produt-wrap .product-list-left .left-category > menu > li.sub.active > dl {
	height: auto;
	max-height: 1000px;
	transform: translateY(0);
	opacity: 1;
}

.wrap .produt-wrap .product-list-left .btn-1st-toggle {
	width: 100%; height: 65px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	font-size: 20px;
	color: #464646;
	font-weight: 500;
	background: url(/images/icon/menu_plus.png) no-repeat 100% 50%;
}

.wrap .produt-wrap .product-list-left .btn-1st-toggle.active {
	background-image: url(/images/icon/menu_minus.png);
}

.wrap .produt-wrap .product-list-left .btn-1st-toggle.active {
	color: #3471c7;
}

.wrap .produt-wrap .product-list-left .left-category > menu + .btn-1st-toggle {
	border-top: 1px solid #aaaaaa;
}

.wrap .produt-wrap .product-list-left .btn-1st-toggle::after {
	content: '';
	font-size: 0;
	color: transparent;
	display: inline-block;
	width: 10px; height: 10px;
	border-width: 2px 2px 0 0;
	transform: translateY(0) rotate(45deg);
}
.wrap .produt-wrap .product-list-left .btn-1st-toggle.active::after {
    transform: translateY(-30%) rotate(135deg);
}
.wrap .produt-wrap .product-list-left .btn-1st-toggle + menu {
	height: 0;
	max-height: 0;
	transform: translateY(-15px);
	opacity: 0;
	transition: opacity .25s, transform .25s, max-height .65s;
	padding-bottom: 10px;
	display: none;
}
.wrap .produt-wrap .product-list-left .btn-1st-toggle.active + menu {
	height: auto;
	max-height: 1500px;
	transform: translateY(0);
	opacity: 1;
	display: block;
}

.wrap .produt-wrap .product-list-right {
	width: 100%;
	max-width: 1280px;
	flex: 1;
	padding: 50px 30px 0 60px;
}
.wrap .produt-wrap .product-list-right .c_page_tit {
	margin-top: -40px;
}
.wrap .produt-wrap .product-list-right .board-desc {
	font-size: 20px;
	color: #666;
	text-align: center;
	margin-bottom: 30px;
	padding: 0 20px;
}
.wrap .produt-wrap .product-list-right .product-list-visual {
	width: calc(100% - 60px);
	max-height: 478px;
	margin: 40px 30px 0 30px;
	aspect-ratio: 1 / 0.41186;
	background-color: #f3f3f3;
	border-radius: 30px;
	position: relative;
	overflow: hidden;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: 50% 50%;
}
.wrap .produt-wrap .product-list-right .product-list-visual .product-rotate-area {
	aspect-ratio: 0.5625 / 1;
	width: 32%;
	height: 100%;
	margin-left: auto;
	position: absolute;
	top: 0; right: 0;
}
.wrap .produt-wrap .product-list-right .product-list-visual .product-rotate-area .product-rotate-box {
	height: 100%;
	border-radius: 0;
	box-shadow: unset;
	background-color: transparent;
}
.wrap .produt-wrap .product-list-right .product-list-visual .product-rotate-area .product-rotate-box img {
	width: auto; height: 100%;
}

.wrap header .category-hover-menu {
	box-sizing: border-box;
	width: 100%;
	background-color: #fff;
	border-bottom: 1px solid #e1e1e1;
	display: flex;
	flex-direction: column;
	align-items: center;
	transform: translateY(100%);
	position: absolute;
	bottom: 20px; left: 0;
	opacity: 0;
	z-index: 100;
	pointer-events: none;
	transition: all .25s;
}
.wrap header .category-hover-menu.active {
	bottom: 0;
	opacity: 1;
	pointer-events: auto;
}
.wrap header .category-hover-menu * {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}
.wrap header .category-hover-menu > .inner {
	width: 100%;
	min-height: 350px;
	max-width: 1600px;
	/* min-width: 1200px; */
	display: flex;
	flex-direction: row;
	gap: 0 60px;
	padding: 50px 0;
}
.wrap header .category-hover-menu > .inner > .categories {
	width: 100%;
	display: flex;
	flex-direction: column;
}
.wrap header .category-hover-menu > .inner > .categories > .category-depth2-box {
	width: 100%;
	display: flex;
	padding: 30px 0;
}

.wrap header .category-hover-menu > .inner > .categories > .category-depth2-box + .category-depth2-box {
	border-top: 1px solid #aaaaaa;
}

.wrap header .category-hover-menu > .inner > .categories > .category-depth2-box .topMenu {
	width: 120px;
	font-size: 16px;
	color: #353535;
	font-weight: bold;
}

.wrap header .category-hover-menu > .inner > .categories > .category-depth2-box .subMenu {
	display: grid;
	grid-template-columns: 250px 170px 170px 170px 170px;
	width: calc(100% - 120px);
	font-size: 16px;
	font-weight: 300;
	gap: 30px 0;
	color: #464646;
}

.wrap header .category-hover-menu > .inner > .categories > .category-depth2-box .subMenu .active {
	color: #3471c7;
}
/*
.wrap header .category-hover-menu > .inner > .categories > dl > dt::after {
	content: '';
	display: block;
	width: 100%; height: 1px;
	background-image: linear-gradient(-90deg, #ffffff 0%, #56e8f2 50%, #4cc5f8 93%, #ffffff 100%);
	background-color: #0971ce;
	position: absolute;
	bottom: 0; left: 0;
}
.wrap header .category-hover-menu > .inner > .categories > dl > dt :is(a, button) {
	display: block;
	text-align: center;
}
.wrap header .category-hover-menu > .inner > .categories > dl > dd {
	font-size: 14px;
	color: #8a8a8a;
}
.wrap header .category-hover-menu > .inner > .categories > dl > dd :is(a, button) {
	display: block;
	padding: 5px 0 5px 8px;
}
.wrap header .category-hover-menu > .inner > .categories > dl > dd :is(a, button)::before {
	content: '- ';
}
.wrap header .category-hover-menu > .inner > .categories > dl > dt :is(a, button).active, 
.wrap header .category-hover-menu > .inner > .categories > dl > dd :is(a, button).active {
	color: #00a0df;
}
*/
.wrap header .category-hover-menu > .inner > .category-image {
	width: 410px;
	position: relative;

}
.wrap header .category-hover-menu > .inner > .category-image img {
	width: calc((100% - 10px) + ((100vw - 1200px) / 2));
	width: 100%;
	max-width: 450px;
	position: absolute;
	top: 50%; left: 0;
	transform: translate(0, -50%);
	opacity: 0;
	/* pointer-events: none; */
	transition: all .25s;
}
.wrap header .category-hover-menu > .inner > .category-image img.active {
	opacity: 1;
}

.wrap .gray-wrap {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	background-color: #f9f9f9;
	margin-bottom: -100px;
	padding-bottom: 100px;
	padding-left: 20px;
	padding-right: 20px;
}
.wrap .demo-banner-wrap {
	width: 100%;
	max-width: 1190px;
	border-radius: 30px;
	overflow: hidden;
	border: 1px solid rgba( 0, 0, 0, .03 );
	background-color: #fff;
	box-shadow: 3px 3px 7px rgba( 0, 0, 0, .03 );
	margin-top: 40px;
	position: relative;
}
.wrap .demo-banner-wrap > ul > li img {
	width: 100%; height: auto;
}
.wrap .demo-banner-wrap :is(.btn-slide-prev, .btn-slide-next) {
	width: 18px; height: 37px;
	position: absolute;
	top: 50%;
	z-index: 9;
	transform: translateY(-50%);
	font-size: 0;
	color: transparent;
}
.wrap .demo-banner-wrap .btn-slide-prev {
	left: 2%;
}
.wrap .demo-banner-wrap .btn-slide-next {
	right: 2%;
}
.wrap .demo-middle-string {
	width: 100%;
	max-width: 1190px;
	padding: 32px 0;
	text-align: center;
	font-size: 20px;
	color: #a6a5a5;
	line-height: 1.4;
}
.wrap .demo-form-wrap {
	width: 100%;
	max-width: 1190px;
	border-radius: 30px;
	overflow: hidden;
	border: 1px solid rgba( 0, 0, 0, .03 );
	background-color: #fff;
	box-shadow: 3px 3px 7px rgba( 0, 0, 0, .03 );
	position: relative;
	padding: 40px 30px;
}

.wrap .demo-form-wrap {
	width: 100%;
	display: flex;
	flex-direction: column;	
}
.wrap .demo-form-wrap .form-title {
	width: 100%;
	font-size: 30px;
	color: #616161;
	border-bottom: 1px solid #e7e7e7;
	padding-bottom: 15px;
	padding: 0 0 15px 7px;
}
.wrap .demo-form-wrap :is(form, .demo-form) {
	width: 100%;
	display: flex;
	flex-direction: column;	
}
.wrap .demo-form-wrap .demo-form {
	margin-top: 10px;
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.wrap .demo-form-wrap .demo-form > li {
	display: flex;
	flex-direction: row;
}
.wrap .demo-form-wrap .demo-form > li > .label {
	width: 128px; height: fit-content;
	padding: 8px 6px;
	font-size: 20px;
	color: #616161;
}
.wrap .demo-form-wrap .demo-form > li > .content {
	flex: 1;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 10px 30px;
	font-size: 18px;
	color: #616161;
}

.wrap .demo-form-wrap .demo-form > li > .content .inputs {
	width: 100%; height: 40px;
	max-width: 634px;
	display: flex;
	flex-direction: row;
	align-items: stretch;
}
.wrap .demo-form-wrap .demo-form > li > .content .inputs :is(input:not([type=checkbox]):not([type=radio]), .c_select) {
	flex: 1;
	height: 100%;
}
.wrap .demo-form-wrap .demo-form > li > .content .inputs :is(input:not([type=checkbox]):not([type=radio]), select),
.wrap .demo-form-wrap .demo-form > li > .content textarea {
	height: 100%;
	border: 1px solid #e7e7e7;
	border-radius: 3px;
	background-color: #fff;
	padding: 0 15px;
	font-size: 17px;
	color: #797979;
}
.wrap .demo-form-wrap .demo-form > li > .content textarea {
	height: 170px;
	padding: 10px 15px;
	resize: none;
}
.wrap .demo-form-wrap .demo-form > li > .content .inputs .unit {
	height: fit-content;
	align-self: center;
	padding: 0 5px;
}
.wrap .demo-form-wrap .demo-form > li > .content .term-content-box {
	width: 100%; height: 170px;
	border: 1px solid #e7e7e7;
	padding: 10px 15px;
	font-size: 16px;
	color: #797979;
	overflow-y: auto;
	border-radius: 3px;
	background-color: #fff;
}
.wrap .demo-form-wrap .demo-form > li > .content .term-agree-row {
	margin-top: 15px;
	font-size: 18px;
	color: #616161;
}
.wrap .demo-form-wrap .btns-form-bottom {
	margin-top: 40px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	gap: 16px;
}
.wrap .demo-form-wrap .btns-form-bottom :is(button, a) {
	flex: 50%;
	max-width: 220px;
	height: 40px;
	display: inline-flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	text-align: center;
	border-radius: 10px;
	font-size: 18px;
}
.wrap .demo-form-wrap .btns-form-bottom :is(button, a).btn-cancel {
	color: #fff;
	background-image: linear-gradient(0deg, #8a8a8a 0%, #909090 34%, #cacaca 100%);
}
.wrap .demo-form-wrap .btns-form-bottom :is(button, a).btn-submit {
	color: #fff;
	background-image: linear-gradient(0deg, #2fb2bd 0%, #75bac0 34%, #a4e2e6 100%);
}

.wrap .checkbox {
	display: inline-flex;
	flex-direction: row;
	align-items: center;
	gap: 8px;
}
.wrap .checkbox input[type=checkbox] {
	display: none;
}
.wrap .checkbox input[type=checkbox] + .icon {
	display: inline-block;
	width: 22px; height: 22px;
	min-width: 22px;
	position: relative;
	border: 1px solid #e7e7e7;
	background-color: #fcfcfc;
	border-radius: 2px;
	position: relative;
}
.wrap .checkbox input[type=checkbox] + .icon::before {
	content: '';
	display: inline-block;
	width: 60%; height: 30%;
	border: 2px solid #000f9f;
	border-width: 0 0 2px 2px;
	position: absolute;
	top: 40%; left: 50%;
	transform: translate(-50%, -50%) rotate(-45deg);
	opacity: .05;
	transition: opacity .25s;
}
.wrap .checkbox input[type=checkbox]:checked + .icon::before {
	opacity: 1;
}

.wrap .center-form {
	display: flex;
	flex-direction: row;
	justify-content: center;
	gap: 5px;
	width: 100%;
	max-width: 600px;
	margin: 30px auto 80px auto;
	font-size: 16px;
}
.wrap .center-form input {
	flex: 1;
	border: 3px solid #eee;
	font-size: 1em;
	width: 100%; height: 3em;
	padding: 0 1em;
	background-color: #fff;
	color: #000;
	border-radius: 5px;
}
.wrap .center-form :is(button, a) {
	display: inline-flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 1em;
	height: 3em;
	padding: 0 1.5em;
	background-color: #000;
	color: #fff;
	border-radius: 5px;
}


.wrap .popup-alert-box {
	position: fixed;
	top: 0; left: 0;
	z-index: 9999999;
	width: 100%; height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	pointer-events: none;
	padding: 1em;
	font-size: 20px;
	color: #454545;
	opacity: 0;
	transition: opacity .45s;
}
.wrap .popup-alert-box > .inbox {
	max-width: 100%; max-height: 100%;
	width: fit-content;
	display: inline-flex;
	flex-direction: column;
	position: relative;
	background-color: rgba(255, 255, 255, .99);
	pointer-events: none;
	padding: 2em 1.5em 0 1.5em;
	border-radius: 2em;
	box-shadow: 1px 1px 8px rgba( 0, 0, 0, .1 );
	overflow: hidden;
}
.wrap .popup-alert-box.active {
	opacity: 1;
}
.wrap .popup-alert-box.active > .inbox {
	pointer-events: auto;
}
.wrap .popup-alert-box > .inbox .btn-close-alert {
	width: 20px; height: 20px;
	position: absolute;
	top: 1em; right: 1em;
	z-index: 99;
	background-color: transparent;
}
.wrap .popup-alert-box > .inbox .btn-close-alert::before, .wrap .popup-alert-box > .inbox .btn-close-alert::after {
	content: '';
	display: block;
	width: 100%; height: 2px;
	background-color: #464646;
	position: absolute;
	top: 50%; left: 50%;
}
.wrap .popup-alert-box > .inbox .btn-close-alert::before { transform: translate(-50%, -50%) rotate(-45deg); }
.wrap .popup-alert-box > .inbox .btn-close-alert::after { transform: translate(-50%, -50%) rotate(45deg); }
.wrap .popup-alert-box > .inbox .btn-close-alert span {
	display: none;
}
.wrap .popup-alert-box > .inbox .tip-text {
	font-size: 1em;
	text-align: center;
	line-height: 1.4;
	padding: 0.5em;
	word-break: keep-all;
	word-wrap: break-word;
}
.wrap .popup-alert-box > .inbox .tip-text a.link {
	color: #0971ce;
}
.wrap .popup-alert-box > .inbox .tip-text a.link:hover {
	text-decoration: underline;
}
.wrap .popup-alert-box > .inbox .tip-text strong {
	font-weight: 900;
	color: #000;
}
.wrap .popup-alert-box > .inbox .buttons {
	width: calc(100% + 3em); height: 2.4em;
	display: flex;
	flex-direction: row;
	margin: 1em -1.5em 0 -1.5em;
}
.wrap .popup-alert-box > .inbox .buttons > li {
	flex: 1;
}
.wrap .popup-alert-box > .inbox .buttons > li :is(button, a) {
	width: 100%; height: 100%;
	display: inline-flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	text-align: center;
	background-color: #aaa;
	color: #fff;
}
.wrap .popup-alert-box > .inbox .buttons > li :is(button, a).btn-confirm {
	background-color: #0971ce;
}

.wrap .tab-wrap {
	width: 100%;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	margin-bottom: 30px;
}
.wrap .tab-wrap > ul {
	max-width: 600px;
	width: 100%;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	font-size: 18px;
}
.wrap .tab-wrap > ul > li {
	flex: 1;
	border: 1px solid #e1e1e1;
	margin: 0 -1px;
	position: relative;
}
.wrap .tab-wrap > ul > li :is(button, a) {
	width: 100%; height: 3em;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	background-color: #fff;
	border-top: 3px solid #0a71ce;
}
.wrap .tab-wrap > ul > li :is(button, a).active {
	color: #fff;
	background-color: #0a71ce;
}

.wrap .pds-list-wrap {
	width: 100%;
	font-size: 20px;
}
.wrap .pds-list-wrap > ul {
	width: 100%;
	display: grid;
	grid-template-columns: repeat(3, calc(33.3333% - 1em));
	gap: 1.5em;
}
.wrap .pds-list-wrap > ul > li {
	background-color: #fff;
	border-radius: 3px;
	border: 1px solid #aaa;
	/*aspect-ratio: 1 / 1.568;*/
	/*padding: 2em 1em 1em 1em;*/
	padding: 0 0 1em 0;
	/* box-shadow: 3px 3px 12px rgba(0, 0, 0, 0.1); */
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 1.5em;
}
.wrap .pds-list-wrap > ul > li .photo {
	width: 100%;
	overflow: hidden;
	/*aspect-ratio: 1 / 1.54032;*/
	aspect-ratio: 1 / 1;
	position: relative;
	/*box-shadow: 0px 8px 12px rgba(0, 0, 0, 0.3);*/
}
.wrap .pds-list-wrap > ul > li .photo img {
	width: 100%; height: 100%;
	position: absolute;
	top: 0; left: 0;
	object-fit: cover;
}
.wrap .pds-list-wrap > ul > li .posting {
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 2px;
	padding: 0 1em;
	flex: 1;
}
.wrap .pds-list-wrap > ul > li .posting .title {
	width: 100%;
	text-align: center;
	font-size: 1em;
	color: #76777b;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.wrap .pds-list-wrap > ul > li .posting .summary {
	width: 100%;
	text-align: center;
	font-size: 0.7em;
	color: #c2c2c2;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.wrap .pds-list-wrap > ul > li .posting .functions {
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	align-items: flex-end;
	margin-top: 1.25em;
	gap: .5em;
	flex: 1;
}
.wrap .pds-list-wrap > ul > li .posting .functions :is(.link-show, .link-download) {
	display: inline-block;
	width: 1.2em; height: 1.2em;
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position: 50% 50%;
}
.wrap .pds-list-wrap > ul > li .posting .functions :is(.link-show, .link-download) span {
	font-size: 0;
	color: transparent;
}
.wrap .pds-list-wrap > ul > li .posting .functions .link-show { background-image: url(/images/icon/ico-show.png); }
.wrap .pds-list-wrap > ul > li .posting .functions .link-download { background-image: url(/images/icon/ico-download.png); }
.wrap .pds-list-wrap > ul > li .posting .functions .ico-ext {
	display: inline-flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	text-align: center;
	width: 4.071em; height: 1.643em;
	font-size: 0.7em;
	color: #fff;
	background-color: #ccc;
	border-radius: 3px;
}
.wrap .pds-list-wrap > ul > li .posting .functions .ico-ext.ai {
	background-color: #f5a371;
}
.wrap .pds-list-wrap > ul > li .posting .functions .ico-ext.pdf {
	background-color: #f57193;
}
.wrap .pds-list-wrap > ul > li .posting .functions .ico-ext.zip {
	background-color: #555;
}
.wrap .pds-list-wrap > ul > li .posting .functions .ico-ext.png {
	background-color: #88b426;
}
.wrap .pds-list-wrap > ul > li .posting .functions .ico-ext.jpg {
	background-color: #f39433;
}
.wrap .pds-list-wrap > ul > li .posting .functions .ico-ext.jpeg {
	background-color: #f39433;
}
.wrap .pds-list-wrap > ul > li .posting .functions .ico-ext.mp4 {
	background-color: #824997;
}
.wrap .mypage-status {
	width: 100%;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 1em;
	font-size: clamp(14px, 1.667vw,20px);
}
.wrap .mypage-status > .mypage-status-box {
	flex: 1;
	display: flex;
	flex-direction: row;
	gap: 1.5em;
	min-height: 11em;
	border: 1px solid #f1f1f1;
	border-radius: 1.5em;
	background-color: #fff;
	box-shadow: 4px 4px 6px rgba( 0, 0, 0, .03 );
	padding: 1.5em 2em;
	color: #76777b;
}
.wrap .mypage-status > .mypage-status-box .thumb {
	width: 34.606%;
	aspect-ratio: 1 / 1;
	border-radius: 50%;
	overflow: hidden;
}
.wrap .mypage-status > .mypage-status-box .thumb img {
	width: 100%; height: 100%;
	object-fit: contain;
}
.wrap .mypage-status > .mypage-status-box .info {
	flex: 1;
	display: flex;
	flex-direction: column;
}
.wrap .mypage-status > .mypage-status-box .info .text {
	font-size: 1em;
	line-height: 1.3;
}
.wrap .mypage-status > .mypage-status-box .info .text strong {
	font-weight: 900;
}
.wrap .mypage-status > .mypage-status-box .info .line-text-info {
	width: 100%;
	font-size: 0.9em;
	border-bottom: 1px solid #e6e6e6;
	display: flex;
	flex-direction: row;
	gap: 1.5em;
	padding-bottom: .5em;
	margin-top: auto;
}
.wrap .mypage-status > .mypage-status-box .info .count-info {
	display: flex;
	flex-direction: column;
	font-size: 1em;
	gap: .5em;
}
.wrap .mypage-status > .mypage-status-box .info .count-info > dd {
	font-size: 2.4em;
	font-weight: 900;
	line-height: 1em;
}
.wrap .ico-new {
	display: inline-flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 10px;
	padding: 3px 4px 3px 4px;
	border-radius: 3px;
	color: #fff;
	background-color: #0971ce;
	vertical-align: top;
	margin-top: 0.3em;
}

.wrap .term-table {
}

@media screen and (max-width:1640px) {
	.wrap header .category-hover-menu > .inner {
		padding: 40px 10px;
		gap: 0 20px;
	}
	
	.wrap header .category-hover-menu > .inner > .categories > .category-depth2-box .topMenu {
		font-size: 15px;
		width: 100px;
	}
	
	.wrap header .category-hover-menu > .inner > .categories > .category-depth2-box .subMenu {
		grid-template-columns: 190px 140px 140px 140px 140px;
		width: calc(100% - 100px);
		font-size: 15px;
		gap: 20px 0;
	}
	
	.wrap .produt-wrap { overflow: hidden; }
	.wrap .produt-wrap .product-list-left {
		width: 220px; height: calc(100% - 120px - 70px);
		margin-left: -220px;
		position: fixed;
		top: 0; left: 0;
		margin-top: 245px;
		z-index: 301;
		transform: translateX(0);
		transition: transform .25s;
		background-color: #fff;
		touch-action: none;
		box-shadow: 0 1px 5px rgba( 0, 0, 0, .1 );
	}
	.wrap .produt-wrap .product-list-left .btn-1st-toggle {
		padding: 0 20px;
		font-size: 16px;
		height: 45px;
		background-size: 10px auto;
		background-position: 90% 50%;
	}
	.wrap .produt-wrap .product-list-left .left-category > menu > li > .oneline {
		height: 30px;
	}
	.wrap .produt-wrap .product-list-left .left-category > menu > li > .oneline > :is(a, button) {
		font-size: 15px;
		padding: 0 20px;
	}
	.wrap .produt-wrap .product-list-left .btn-left-toggle {
		opacity: 1;
		pointer-events: auto;
		top: 8px;
	}
	.wrap .produt-wrap .product-list-left.active {
		transform: translateX(100%);
	}
	.wrap .produt-wrap .product-list-left.active .btn-left-toggle::before,
	.wrap .produt-wrap .product-list-left.active .btn-left-toggle::after {
		width: 60%; height: 2px;
		position: absolute;
		top: 50%; left: 50%;
	}
	.wrap .produt-wrap .product-list-left.active .btn-left-toggle::before {
		transform: translate(-50%, -50%) rotate(-45deg);
	}
	.wrap .produt-wrap .product-list-left.active .btn-left-toggle::after {
		transform: translate(-50%, -50%) rotate(45deg);
	}
	.wrap .produt-wrap .product-list-left.active .btn-left-toggle span::before,
	.wrap .produt-wrap .product-list-left.active .btn-left-toggle span::after {
		width: 0; height: 0;
		opacity: 0;
	}
	.wrap .produt-wrap .product-list-left .left-category {
		width: 100%; height: 100%;
		overflow-y: auto;
		padding-top: 0 !important;
	}
}

@media (max-width: 1800px) {
	.wrap main>section.main-lineup-section .main-lineup-slide {
		width: 90%;
	}
	
	.wrap main :is(.btn-slide-prev, .btn-slide-next) {
		width: 30px;
		height: 66px;
		background-size: contain;
	}

	.wrap main .btn-slide-prev {
		left: -20px;
	}

	.wrap main .btn-slide-next {
		right: -20px;
	}
	
	.wrap main>section.main-product-section>article {
		width: 90%;
	}
}

@media (max-width: 1200px) {
	.wrap header .category-hover-menu > .inner > .category-image {
		display: none;
	}
	
	.wrap header .head-top,
	.wrap header .head-bottom,
	.wrap footer {
		padding-left: 20px;
		padding-right: 20px;
	}
    .wrap main {
        display: flex;
        flex-direction: column;
        align-items: center
    }

    .wrap main>section {
        width: 100%;
        padding-left: 10px;
        padding-right: 10px
    }

    .wrap main>section .main-section-title {
        font-size: 24px
    }

    .wrap main>section.main-visual-section {
        margin-top: 34px
    }

    .wrap main>section.main-visual-section .swiper-pagination {
        bottom: 20px
    }

    .wrap main>section.main-visual-section .swiper-pagination .swiper-pagination-bullet {
        width: 40px
    }

    .wrap main>section.main-product-section {
        margin-top: 50px;
        padding: 30px 0
    }
	
	.wrap main>section.main-lineup-section .main-lineup-slide {
		width: 95%
	}

    .wrap main>section.main-product-section>article {
        min-height: unset;
        background-size: cover;
        padding: 30px 0 60px 0;
		width: 95%
    }
	
	.wrap main>section.main-product-section>article.product-volnewmer {
		padding-top: 0;
		margin-top: 20px;
	}

    .wrap main>section.main-product-section>article .main-product-information {
        margin-top: 30px;
        gap: 20px
    }

    .wrap main>section.main-product-section>article .main-product-information .product-image-area p {
        padding: 6px;
        font-size: 16px
    }

    .wrap main>section.main-product-section>article .main-product-slide {
        margin-top: 20px
    }

    .wrap main>section.main-product-section>article .main-product-slide .main-product-list>ul>li figure figcaption {
        font-size: 18px
    }

    .wrap main>section.main-lineup-section {
        margin-top: 80px
    }

    .wrap main>section.main-lineup-section .main-lineup-slide .main-product-list>ul>li figure figcaption {
        font-size: 16px;
        margin-top: 20px
    }

    .wrap main>section.main-video-section {
        margin-top: 100px
    }

    .wrap main>section.main-video-section .video-box {
        margin-top: 20px
    }

    .wrap main :is(.btn-slide-prev, .btn-slide-next) {
        width: 22px;
        height: 46px;
        z-index: 3
    }

	.wrap .pds-list-wrap {
		font-size: 16px;
	}
	.wrap .pds-list-wrap > ul {
		grid-template-columns: repeat(2, 1fr);
	}
	
	.wrap main>section .main-section-title .en {
		font-size: 40px;
		margin-bottom: 15px;
	}

	.wrap main>section .main-section-title .ko {
		font-size: 26px;
	}
	
	.wrap main>section.main-news-section .main-news-banner>li a {
		left: 15px;
		bottom: 15px;
		font-size: 17px;
		height: 40px;
		padding: 0 20px;
		min-width: 140px;
	}
}

@media (max-width: 920px) {
    .wrap header .head-top {
        display: none
    }

    .wrap header .head-bottom {
        height: 120px;
        padding: 20px 10px 10px 10px
    }

    .wrap header .head-bottom>.inner {
        align-items: center
    }

    .wrap header .head-bottom .head-logo {
        width: fit-content
    }

    .wrap header .head-bottom .head-logo img {
        width: auto;
        height: 30px
    }

    .wrap header .head-bottom .head-menus {
        justify-content: space-between;
        gap: 10px
    }

    .wrap header .head-bottom .head-menus .btn-mobile-menu {
        display: inline-block
    }

    .wrap header .head-bottom .head-menus .gnb {
        display: none
    }

    .wrap header .head-bottom .head-menus form .head-search {
        height: 32px;
        border-radius: 16px;
        padding: 0 3px 0 14px
    }

    .wrap header .head-bottom .head-menus form .head-search button {
        background-size: 14px 14px
    }
	.wrap header .category-hover-menu { display: none; }

	.wrap footer {
		margin-top: 80px;
		padding-bottom: 80px;
	}

    .wrap footer>.inner {
        padding: 20px 10px;
        gap: 20px
    }

    .wrap footer>.inner .foot-top>ul {
        flex-wrap: wrap;
        justify-content: center;
        gap: 10px
    }

    .wrap footer>.inner .foot-top>ul>li {
        flex: auto;
        padding: 5px 0;
        text-align: center
    }

	.wrap footer>.inner .foot-logo-section {
		margin-bottom: 10px;
	}
	.wrap footer>.inner .foot-logo-section img {
		width: auto; height: 30px;
	}
	.wrap footer>.inner .foot-cs-section {
		display: flex;
		flex-direction: column;
		gap: 10px;
	}
	.wrap footer>.inner .foot-cs-section > article {
		min-height: 86px;
		gap: 10px;
	}
	.wrap footer>.inner .foot-cs-section > article .big-number {
		font-size: 2em;
	}

    /*.wrap footer>.inner .foot-bottom {
        flex-direction: column;
        gap: 30px
    }

    .wrap footer>.inner .foot-bottom article {
        width: 100%
    }

    .wrap footer>.inner .foot-bottom article .foot-title {
        font-size: 16px
    }

    .wrap footer>.inner .foot-bottom article .foot-logo {
        margin-top: 15px
    }

    .wrap footer>.inner .foot-bottom article .foot-infos {
        max-width: 100%
    }

    .wrap footer>.inner .foot-bottom article .tel-number {
        margin-top: 15px
    }

    .wrap footer>.inner .foot-bottom article .tel-number>li {
        font-size: 18px
    }

    .wrap footer>.inner .foot-bottom article .operation-time {
        margin-top: 6px
    }

    .wrap footer>.inner .foot-bottom article .operation-time>li {
        gap: 6px;
        font-size: 12px
    }

	.wrap footer>.inner .foot-bottom article.company-content {
        width: 100%;
        max-width: 100%
    }

    .wrap footer>.inner .foot-bottom article.custom-content {
        width: 100%;
        max-width: 100%
    }

    .wrap footer>.inner .foot-bottom article.sns-content {
        flex: none
    }*/

    .sns-links {
		gap: 10px;
    }

    .sns-links>li :is(a, button) {
        width: 28px;
        height: 28px;
        background-size: auto 20px
    }

    .wrap main>section .main-section-title {
        font-size: 14px
    }

    .wrap main>section.main-visual-section {
        margin-top: 20px
    }

    .wrap main>section.main-visual-section .swiper-pagination {
        bottom: 10px
    }

    .wrap main>section.main-visual-section .swiper-pagination .swiper-pagination-bullet {
        width: 24px
    }

    .wrap main>section.main-product-section {
        margin-top: 30px;
        padding: 20px 0 60px;
    }

    .wrap main>section.main-product-section>article {
        padding: 20px 10px 10px 10px
    }

    .wrap main>section.main-product-section>article .main-product-information {
        margin-top: 20px;
        flex-direction: column;
        align-items: center;
        gap: 20px
    }

    .wrap main>section.main-product-section>article .main-product-information .product-image-area p {
        padding: 4px;
        font-size: 14px
    }

    .wrap .product-rotate-area {
        width: 100%;
        max-width: 400px
    }

    .wrap .product-rotate-area .product-rotate-box {
        border-radius: 20px
    }

    .wrap .product-rotate-area .product-rotate-box .rotate-icons {
        gap: 8px
    }

    .wrap .product-rotate-area .product-rotate-box .rotate-icons::before,
    .wrap .product-rotate-area .product-rotate-box .rotate-icons::after {
        width: 28px;
        height: 28px
    }

    .wrap main>section.main-product-section>article .main-product-slide {
        margin-top: 20px
    }

    .wrap main>section.main-product-section>article .main-product-slide .main-product-list>ul>li {
        border-radius: 20px
    }

    .wrap main>section.main-product-section>article .main-product-slide .main-product-list>ul>li figure figcaption {
        font-size: 14px
    }

    .wrap main>section.main-lineup-section {
        margin-top: 30px
    }

    .wrap main>section.main-lineup-section .main-lineup-slide .main-product-list>ul>li figure figcaption {
        font-size: 14px;
        margin-top: 18px
    }

    .wrap main>section.main-video-section {
        margin-top: 80px
    }

    .wrap main>section.main-video-section .video-box {
        margin-top: 20px
    }

    .wrap main>section.main-video-section .video-box .btn-toggle-video span {
        width: 60px;
        height: 60px
    }

    .wrap main :is(.btn-slide-prev, .btn-slide-next) {
        display: none
    }
	
	.wrap .produt-wrap { padding: 0; }
	/*.wrap .produt-wrap .product-list-left {
		display: none;
	}*/
	
	.wrap .produt-wrap .product-list-right {
		width: 100%;
		max-width: 1200px;
		flex: unset;
		padding: 60px 10px 0;
	}
	.wrap .produt-wrap .product-list-right2 {
		padding-top: 30px;
	}
	.wrap .produt-wrap .product-list-right .c_page_tit {
		margin-top: -30px;
	}
	.wrap .produt-wrap .product-list-right .board-desc {
		font-size: 16px;
	}
	.wrap .produt-wrap .product-list-right .product-list-visual {
		width: calc(100% - 40px);
		margin: 20px 20px 0 20px;
		border-radius: 20px;
	}
	.wrap .produt-wrap .product-list-right .product-list-visual .product-rotate-area {
	}
	.wrap .produt-wrap .product-list-right .product-list-visual .product-rotate-area .product-rotate-box {
		height: 100%;
		border-radius: 0;
		background-color: transparent;
	}
	.wrap .produt-wrap .product-list-right .product-list-visual .product-rotate-area .product-rotate-box img {
		width: auto; height: 100%;
	}
	.wrap .product-rotate-area .product-rotate-box .rotate-box :is(button, a) {
		width: 11px; height: 23px;
	}

	.wrap .gray-wrap {
		padding-left: 10px;
		padding-right: 10px;
	}
	
	.wrap .demo-middle-string {
		padding: 20px;
		font-size: 16px;
		word-break: keep-all;
		word-wrap: break-word;
	}
	.wrap .demo-form-wrap {
		border-radius: 15px;
		padding: 30px 15px;
	}
	.wrap .demo-form-wrap .form-title {
		font-size: 16px;
		padding: 0 0 10px 5px;
	}
	.wrap .demo-form-wrap .demo-form {
		gap: 20px;
	}
	.wrap .demo-form-wrap .demo-form > li {
		flex-direction: column;
	}
	.wrap .demo-form-wrap .demo-form > li > .label {
		width: 100%; height: fit-content;
		padding: 8px 3px;
		font-size: 14px;
	}
	.wrap .demo-form-wrap .demo-form > li > .content {
		gap: 5px 15px;
		font-size: 14px;
	}

	.wrap .demo-form-wrap .demo-form > li > .content .inputs {
		width: 100%; height: 36px;
	}
	.wrap .demo-form-wrap .demo-form > li > .content .inputs :is(input:not([type=checkbox]):not([type=radio]), select),
	.wrap .demo-form-wrap .demo-form > li > .content textarea {
		padding: 0 10px;
		font-size: 14px;
	}
	.wrap .demo-form-wrap .demo-form > li > .content textarea {
		height: 150px;
	}
	.wrap .demo-form-wrap .demo-form > li > .content .term-content-box {
		height: 150px;
		font-size: 14px;
	}
	.wrap .demo-form-wrap .demo-form > li > .content .term-agree-row {
		margin-top: 10px;
		font-size: 14px;
	}
	.wrap .demo-form-wrap .btns-form-bottom {
		margin-top: 20px;
		gap: 10px;
	}
	.wrap .demo-form-wrap .btns-form-bottom :is(button, a) {
		height: 36px;
		border-radius: 5px;
		font-size: 14px;
	}

	.wrap .checkbox input[type=checkbox] + .icon {
		display: inline-block;
		width: 18px; height: 18px;
		min-width: 18px;
	}

	.wrap .center-form {
		margin: 20px auto 60px auto;
		font-size: 14px;
	}

	.wrap .popup-alert-box {
		font-size: 16px;
	}

	.wrap .produt-wrap .product-list-left {
		margin-top: 120px;
	}

	.wrap .tab-wrap > ul {
		font-size: 15px;
	}
	.wrap .tab-wrap > ul > li :is(button, a) {
		border-top: 2px solid #0a71ce;
	}
	.wrap .pds-list-wrap {
		font-size: 14px;
	}
	.wrap .mypage-status {
		grid-template-columns: repeat(1, 1fr);
	}
	.wrap .mypage-status > .mypage-status-box .thumb {
		width: 30%;
		max-width: 100px;
	}
	
	.wrap main>section .main-section-title .en {
		font-size: 36px;
		margin-bottom: 10px;
	}

	.wrap main>section .main-section-title .ko {
		font-size: 22px;
	}
	
	.wrap main>section.main-news-section .main-news-banner {
		gap: 10px;
	}
	
	.wrap main>section.main-news-section .main-news-banner>li a {
		left: 10px;
		bottom: 10px;
		font-size: 15px;
		border-radius: 10px;
		height: 30px;
		padding: 0 20px;
		min-width: 110px;
	}
	
	.wrap main>section.main-product-section>article .main-product-slide .main-product-list>ul>li figure figcaption {
		margin-top: 10px;
	}
}

@media (max-width: 700px) {
	.wrap main>section.main-lineup-section {
		padding-top: 40px;
		padding-bottom: 70px;
	}
	
	.wrap main>section.main-lineup-section .main-lineup-slide {
		margin-top: 30px;
	}
	
	.wrap main>section .main-section-title .en {
		font-size: 30px;
		margin-bottom: 5px;
	}

	.wrap main>section .main-section-title .ko {
		font-size: 18px;
	}
	
	.wrap main>section.main-news-section .main-news-banner {
		flex-direction: column;
	}
	
	.wrap main>section.main-news-section .main-news-banner>li a {
		left: 15px;
		bottom: 15px;
		font-size: 15px;
		border-radius: 10px;
		height: 35px;
		padding: 0 20px;
		min-width: 120px;
	}
}

@media (max-width: 540px) {
	.wrap main>section.main-lineup-section {
		padding-top: 30px;
		padding-bottom: 40px;
	}
	
	.wrap main>section.main-lineup-section {
        margin-top: 20px
    }
	
	.wrap main>section.main-lineup-section .main-lineup-slide {
		margin-top: 20px;
	}
	
	.wrap main>section .main-section-title .en {
		font-size: 22px;
		margin-bottom: 0px;
	}

	.wrap main>section .main-section-title .ko {
		font-size: 14px;
	}
	
	.wrap .pds-list-wrap > ul {
		grid-template-columns: repeat(1, 1fr);
	}
	
	.wrap main>section.main-product-section>article.product-volnewmer {
		margin-top: 0px;
	}
	
	.wrap main>section.main-product-section {
        padding: 20px 0 40px;
    }
}

.c_section {
	width: 100%;
	max-width: 1200px;
}

.wrap header .head-top>.inner>menu.right_menu {gap: 10px;}
.right_menu>li+li::before {display: none !important;}

.family_site .family_box {position: relative; width: 140px;}
.family_site .family_box .btn_ctrl {width: 100%; height: 36px; display: flex; flex-direction: row; justify-content: space-between; align-items: center; background-color: #fff;}
.family_site .family_box .btn_ctrl {border: 1px solid #e5e5e5; padding: 0 15px; box-sizing: border-box; transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out;}
.family_site .family_box .btn_ctrl .tx {font-size: 13px; color: #000; font-weight: 500; white-space: nowrap;}
.family_site .family_box .btn_ctrl .ic {width: 10px; height: 10px; background: transparent url('../images/c_img/arrow_down.svg') center center no-repeat;}
.family_site .family_box .btn_ctrl .ic {background-size: 10px 6px !important; margin-left: 10px; transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out;}

.family_site .family_open {position: absolute; right: 0; top: 35px; width: 100%; }
.family_site .family_open { z-index: 200; transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out; height:0px; overflow:hidden;}
.family_site .family_open ul {padding: 10px 0; box-sizing: border-box; background: #fff; border: 1px solid #e5e5e5; max-height:220px;}
.family_site .family_open .opt {width: 100%; font-size: 13px; color: #999; padding: 10px 15px; box-sizing: border-box; white-space: nowrap; line-height: 1;}
.family_site .if_open_family.family_box .btn_ctrl .ic {transform: rotate(180deg);}
.family_site .if_open_family .family_open {height:220px;}




.f_family_site {display: none;}
.f_family_site .f_family_box {position: relative; width: 140px;}
.f_family_site .f_family_box .btn_ctrl {width: 100%; height: 36px; display: flex; flex-direction: row; justify-content: space-between; align-items: center; background: #292929;}
.f_family_site .f_family_box .btn_ctrl {border: 1px solid #fff; padding: 0 15px; box-sizing: border-box; transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out;}
.f_family_site .f_family_box .btn_ctrl .tx {font-size: 13px; color: #fff; font-weight: 500; white-space: nowrap;}
.f_family_site .f_family_box .btn_ctrl .ic {width: 10px; height: 10px; background: transparent url('../images/c_img/arrow_down.png') center center no-repeat;}
.f_family_site .f_family_box .btn_ctrl .ic {background-size: 10px 6px !important; margin-left: 10px; transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out;}

.f_family_site .f_family_open {position: absolute; right: 0; bottom: 35px; width: 100%; }
.f_family_site .f_family_open { z-index: 200; transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out; height:0px; overflow:hidden;}
.f_family_site .f_family_open ul {padding: 10px 0; box-sizing: border-box; background: #292929; border: 1px solid #fff; max-height:154px;}
.f_family_site .f_family_open .opt {width: 100%; font-size: 13px; color: #fff; padding: 10px 15px; box-sizing: border-box; white-space: nowrap; line-height: 1;}
.f_family_site .if_open_f_family.f_family_box .btn_ctrl .ic {transform: rotate(180deg);}
.f_family_site .if_open_f_family .f_family_open {height:154px;}

@media (max-width: 920px) {
    .f_family_site {display: block;}
}