:root{--safe-bottom:env(safe-area-inset-bottom)}


    /* ==========================================

       공통 설정 및 초기화

    ========================================== */

    



    #ailume-safe-wrap * { box-sizing: border-box; }

    #ailume-safe-wrap {

        max-width: 1080px; width: 100%; margin: 0 auto;

        font-family: 'Pretendard', 'Noto Sans KR', sans-serif;

        background-color: #ffffff; color: #1f2937; line-height: 1.6;

    }

    #ailume-safe-wrap h2, #ailume-safe-wrap h3, #ailume-safe-wrap h4, #ailume-safe-wrap h5, #ailume-safe-wrap p, #ailume-safe-wrap ul {

        margin: 0; padding: 0; word-break: keep-all; 

    }



    .ailume-gradient-text {

        background: linear-gradient(135deg, #6366f1, #ec4899);

        -webkit-background-clip: text; -webkit-text-fill-color: transparent;

    }



    /* 아임웹 기본 <p>태그 여백 강제 제거 (기존+신규 통합) */

    .ailume-hero-wrapper p, .ailume-gallery-item p, .ailume-gift-item p, .ailume-flip-card p {

        margin: 0 !important; padding: 0 !important; line-height: 0 !important; width: 100% !important; height: 100% !important; display: block !important;

    }



    /* ==========================================

       애니메이션 모음

    ========================================== */

    @keyframes ailume-marquee { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }

    @keyframes ailume-pulse { 0%, 100% { opacity: 1; } 50% { opacity: .6; } }

    @keyframes ailume-pulse-glow { 0%, 100% { box-shadow: 0 0 15px rgba(239,68,68,0.4); } 50% { box-shadow: 0 0 25px rgba(239,68,68,0.8); } }

    @keyframes ailume-float { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-8px); } }

    @keyframes ailume-bounce-small { 0%, 100% { transform: translate(-50%, 0); } 50% { transform: translate(-50%, -4px); } }

    @keyframes ailume-shimmer-pass { 0% { left: -100%; } 20% { left: 200%; } 100% { left: 200%; } }

    @keyframes ailume-slot-anim {

        0%, 15%   { transform: translateY(0); filter: blur(0); opacity: 1; }

        17%       { filter: blur(2px); opacity: 0.7; }

        20%, 40%  { transform: translateY(-48px); filter: blur(0); opacity: 1; }

        42%       { filter: blur(2px); opacity: 0.7; }

        45%, 65%  { transform: translateY(-96px); filter: blur(0); opacity: 1; }

        67%       { filter: blur(2px); opacity: 0.7; }

        70%, 90%  { transform: translateY(-144px); filter: blur(0); opacity: 1; }

        92%       { filter: blur(2px); opacity: 0.7; }

        95%, 100% { transform: translateY(-192px); filter: blur(0); opacity: 1; }

    }



    /* ==========================================

       기존 상품 페이지용 디자인 (절대 삭제 금지)

    ========================================== */

    .ailume-gallery-wrapper { position: relative; width: 100%; overflow: hidden; }

    .ailume-gallery-container { display: flex; width: max-content; animation: ailume-marquee 30s linear infinite; padding: 10px 0; }

    @media (hover: hover) and (pointer: fine) { .ailume-gallery-container:hover { animation-play-state: paused; } }

    @media (max-width: 767px) { .ailume-gallery-container:hover, .ailume-gallery-container:active { animation-play-state: running !important; } }



    .ailume-hero-wrapper { width: 100%; aspect-ratio: 21/9; min-height: 240px; background-color: #e5e7eb; position: relative; display: flex; align-items: center; justify-content: center; overflow: hidden; }

    .ailume-hero-wrapper img { display: block !important; width: 100% !important; height: 100% !important; min-width: 100% !important; min-height: 100% !important; max-width: none !important; max-height: none !important; object-fit: cover !important; object-position: center !important; margin: 0 !important; padding: 0 !important; border: none !important; opacity: 0.9 !important; mix-blend-mode: normal !important; -webkit-transform: scale(1) translateZ(0) !important; transform: scale(1) translateZ(0) !important; -webkit-transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.6s !important; transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.6s !important; }

    .ailume-hero-wrapper:hover img { -webkit-transform: scale(1.05) !important; transform: scale(1.05) !important; opacity: 0.9 !important; }



    .ailume-gallery-item { width: 256px; height: 144px; border-radius: 16px; overflow: hidden; box-shadow: 0 4px 6px -1px rgba(0,0,0,0.1); position: relative; background-color: #e5e7eb; border: 1px solid #f3f4f6; flex-shrink: 0; margin: 0 8px !important; -webkit-transform: translateZ(0); transform: translateZ(0); -webkit-mask-image: -webkit-radial-gradient(white, black); }

    @media (min-width: 768px) { .ailume-gallery-item { width: 320px; height: 180px; } }

    .ailume-gallery-item img { display: block !important; width: 100% !important; height: 100% !important; min-width: 100% !important; min-height: 100% !important; max-width: none !important; max-height: none !important; object-fit: cover !important; object-position: center !important; margin: 0 !important; padding: 0 !important; border: none !important; opacity: 0.9; -webkit-transform: scale(1); transform: scale(1); -webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) !important; transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) !important; }

    .ailume-gallery-item:hover img { -webkit-transform: scale(1.08) !important; transform: scale(1.08) !important; opacity: 1 !important; }



    .ailume-gift-item { width: 100%; aspect-ratio: 16/9; background-color: white; border-radius: 12px; overflow: hidden; border: 1px solid #dbeafe; position: relative; box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.05); -webkit-transform: translateZ(0); transform: translateZ(0); -webkit-mask-image: -webkit-radial-gradient(white, black); }

    .ailume-gift-item img { display: block !important; width: 100% !important; height: 100% !important; min-width: 100% !important; min-height: 100% !important; max-width: none !important; max-height: none !important; object-fit: cover !important; object-position: center !important; opacity: 0.9; margin: 0 !important; padding: 0 !important; border: none !important; -webkit-transform: scale(1); transform: scale(1); -webkit-transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.4s !important; transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.4s !important; }

    .ailume-gift-item:hover img { -webkit-transform: scale(1.08) !important; transform: scale(1.08) !important; opacity: 1 !important; }



    .ailume-cta-banner { background: linear-gradient(135deg, #24224c, #171536); border-radius: 24px; padding: 48px 24px; text-align: center; color: white; position: relative; overflow: hidden; box-shadow: 0 20px 40px -10px rgba(0, 0, 0, 0.3); margin-bottom: 24px; }

    @media (min-width: 768px) { .ailume-cta-banner { padding: 64px 40px; } }

    

    .ailume-btn-shimmer { display: inline-flex; align-items: center; justify-content: center; margin-top: 16px; padding: 20px 48px; background: linear-gradient(135deg, #ec4899, #8b5cf6, #6366f1); color: white !important; font-weight: 900; font-size: 18px; border-radius: 9999px; text-decoration: none !important; box-shadow: 0 10px 30px -5px rgba(236, 72, 153, 0.5); -webkit-transition: all 0.3s ease !important; transition: all 0.3s ease !important; position: relative; overflow: hidden; }

    @media (min-width: 768px) { .ailume-btn-shimmer { font-size: 22px; padding: 24px 64px; } }

    .ailume-btn-shimmer::before { content: ''; position: absolute; top: 0; left: -100%; width: 50%; height: 100%; background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,0.4) 50%, rgba(255,255,255,0) 100%); transform: skewX(-20deg); animation: ailume-shimmer-pass 3s infinite; }

    .ailume-btn-shimmer:hover { -webkit-transform: translateY(-6px) scale(1.02) !important; transform: translateY(-6px) scale(1.02) !important; box-shadow: 0 25px 40px -5px rgba(236, 72, 153, 0.7); }

    

    .ailume-sub-button { display: inline-flex; align-items: center; justify-content: center; padding: 14px 24px; background-color: rgba(255,255,255,0.05); color: #c7d2fe !important; font-weight: 800; font-size: 15px; border-radius: 12px; border: 1px solid rgba(255,255,255,0.2); text-decoration: none !important; -webkit-transition: all 0.3s ease !important; transition: all 0.3s ease !important; margin-top: auto; width: 100%; }

    .ailume-sub-button:hover { background-color: rgba(255,255,255,0.15); border-color: white; color: white !important; box-shadow: 0 0 15px rgba(255,255,255,0.1); }



    .ailume-clean-card { background: rgba(0, 0, 0, 0.15); border: 1px solid rgba(255, 255, 255, 0.08); border-radius: 20px; padding: 32px; display: flex; flex-direction: column; position: relative; overflow: hidden; }



    .ailume-slot-window { height: 48px; overflow: hidden; display: inline-block; vertical-align: middle; background: rgba(0,0,0,0.3); border-radius: 12px; padding: 0 16px; width: 100%; box-shadow: inset 0 2px 10px rgba(0,0,0,0.3); -webkit-mask-image: linear-gradient(to bottom, transparent 0%, black 20%, black 80%, transparent 100%); mask-image: linear-gradient(to bottom, transparent 0%, black 20%, black 80%, transparent 100%); }

    .ailume-slot-list { margin: 0; padding: 0; list-style: none; animation: ailume-slot-anim 8s cubic-bezier(0.2, 0.8, 0.2, 1) infinite; text-align: center; }

    .ailume-slot-list li { height: 48px; line-height: 48px; font-size: 17px; font-weight: 900; color: #ffffff; white-space: nowrap; text-shadow: 0 0 12px rgba(255,255,255,0.6); overflow: hidden; text-overflow: ellipsis; }

    @media (max-width: 480px) { .ailume-slot-list li { font-size: 15px; } }



    /* ==========================================

       신규 아크릴 스탠드용 디자인

    ========================================== */

    .ailume-hero-purple { background-color: #4a3b8c; display: flex; flex-direction: column; align-items: center; padding: 40px 20px 56px; color: white; text-align: center; overflow: hidden; }

    .ailume-hero-badge { display: inline-block; padding: 8px 24px; background: rgba(255,255,255,0.1); border: 1px solid rgba(255,255,255,0.2); border-radius: 32px; font-size: 16px; font-weight: 800; color: #e2e8f0; margin-bottom: 24px; letter-spacing: 0.05em; }

    .ailume-hero-title { font-size: 38px; font-weight: 900; line-height: 1.4; margin-bottom: 16px; word-break: keep-all; letter-spacing: -1px; text-shadow: 0 4px 10px rgba(0,0,0,0.2); }

    @media (max-width: 767px) { .ailume-hero-title { font-size: 26px; } .ailume-hero-badge { font-size: 12px; padding: 6px 16px;} }

    .ailume-hero-subtitle { font-size: 16px; font-weight: 500; color: #cbd5e1; opacity: 0.9; }

    .ailume-hero-character { position: relative; max-width: 540px; width: 100%; margin: 16px auto 32px; animation: ailume-float 3s ease-in-out infinite; }

    .ailume-hero-character img { width: 100%; height: auto; display: block; filter: drop-shadow(0px 25px 25px rgba(0,0,0,0.4)); }



    /* 💡 모바일 터치 시 회색 깜빡임 제거 */

    .ailume-flip-card { background-color: transparent; width: 100%; aspect-ratio: 4/5; perspective: 1000px; cursor: pointer; position: relative; -webkit-tap-highlight-color: transparent; }

    .ailume-flip-card-inner { position: relative; width: 100%; height: 100%; text-align: center; -webkit-transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1); transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1); -webkit-transform-style: preserve-3d; transform-style: preserve-3d; }

    

    /* 💡 PC(마우스 환경)에서는 마우스를 올릴 때만 작동 */

    @media (hover: hover) and (pointer: fine) {

        .ailume-flip-card:hover .ailume-flip-card-inner { -webkit-transform: rotateY(180deg); transform: rotateY(180deg); }

    }

    

    /* 💡 모바일(터치 환경)에서는 스크립트로 is-flipped 클래스가 붙었을 때 작동 */

    .ailume-flip-card.is-flipped .ailume-flip-card-inner { -webkit-transform: rotateY(180deg); transform: rotateY(180deg); }



    .ailume-flip-card-front, .ailume-flip-card-back { position: absolute; width: 100%; height: 100%; -webkit-backface-visibility: hidden; backface-visibility: hidden; border-radius: 16px; overflow: hidden; border: 1px solid #e2e8f0; box-shadow: 0 10px 20px rgba(0,0,0,0.08); background-color: #f8fafc; }

    

    /* 💡 아이폰 뚫림 버그 방지 (0도 기준점 추가) */

    .ailume-flip-card-front { -webkit-transform: rotateY(0deg); transform: rotateY(0deg); }

    .ailume-flip-card-front img, .ailume-flip-card-back img { display: block !important; width: 100% !important; height: 100% !important; object-fit: cover !important; object-position: center !important; margin: 0 !important; padding: 0 !important; border: none !important; }

    .ailume-flip-card-back { -webkit-transform: rotateY(180deg); transform: rotateY(180deg); background-color: #ffffff; border: 2px solid #c7d2fe; }

    

    .ailume-flip-guide { position: absolute; bottom: -12px; left: 50%; -webkit-transform: translateX(-50%); transform: translateX(-50%); background: rgba(15, 23, 42, 0.8); color: white; padding: 6px 14px; border-radius: 20px; font-size: 12px; font-weight: 700; z-index: 20; backdrop-filter: blur(4px); pointer-events: none; white-space: nowrap; animation: ailume-bounce-small 1.5s infinite; border: 1px solid rgba(255,255,255,0.2); }

    .ailume-flip-card:hover .ailume-flip-guide, .ailume-flip-card:active .ailume-flip-guide { opacity: 0; transition: opacity 0.3s; }

    

    /* 💡 아이폰 버그 원인(translateZ) 완전 삭제 */

    .ailume-flip-label { position: absolute; top: 12px; left: 12px; z-index: 10; padding: 4px 10px; font-size: 11px; font-weight: 800; border-radius: 6px; box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); pointer-events: none; -webkit-backface-visibility: hidden; backface-visibility: hidden; }



    .ailume-point-pink { background-color: #4c7bb9; color: white; text-align: center; padding: 56px 20px; position: relative; overflow: hidden; }

    .ailume-point-badge { display: inline-block; font-size: 16px; font-weight: 900; background: rgba(255,255,255,0.25); padding: 6px 20px; border-radius: 30px; margin-bottom: 16px; letter-spacing: 1px; box-shadow: 0 4px 10px rgba(0,0,0,0.05); }

    .ailume-point-sub { font-size: 20px; font-weight: 500; opacity: 0.9; margin-bottom: 8px; }

    .ailume-point-main { font-size: 38px; font-weight: 900; margin-bottom: 24px; letter-spacing: -1px; text-shadow: 0 2px 10px rgba(0,0,0,0.1); }

    @media (max-width: 767px) { .ailume-point-main { font-size: 28px; } .ailume-point-sub { font-size: 16px; } }

    

    .ailume-speech-bubble { background: white; color: #1f2937; display: inline-block; padding: 16px 24px; border-radius: 16px; font-size: 18px; font-weight: 800; position: relative; margin-bottom: 20px; box-shadow: 0 15px 25px rgba(0,0,0,0.1); z-index: 2; border: 2px solid #fff; }

    .ailume-speech-bubble::after { content: ''; position: absolute; bottom: -12px; left: 50%; transform: translateX(-50%); border-width: 12px 12px 0; border-style: solid; border-color: white transparent transparent transparent; }

    

    .ailume-png-wrap { position: relative; max-width: 580px; width: 100%; margin: 0 auto; z-index: 1; }

    .ailume-png-wrap img { width: 100%; height: auto; display: block; filter: drop-shadow(0 20px 25px rgba(0,0,0,0.2)); }

    

    .ailume-point-bottom-1 { font-size: 28px; font-weight: 800; margin-top: 24px; margin-bottom: 12px; letter-spacing: -0.5px; }

    .ailume-point-bottom-2 { font-size: 16px; font-weight: 500; opacity: 0.85; }



    /* ==========================================

       그리드 및 여백 시스템

    ========================================== */

    .ailume-section { padding: 48px 24px; border-bottom: 8px solid #f9fafb; }

    @media (min-width: 768px) { .ailume-section { padding: 80px 48px; } }



    .ailume-grid-2 { display: grid; grid-template-columns: 1fr; gap: 24px; margin-top: 32px; }

    @media (min-width: 768px) { .ailume-grid-2 { grid-template-columns: 1fr 1fr; gap: 32px;} }



    .ailume-grid-3 { display: grid; grid-template-columns: 1fr; gap: 32px; margin-top: 24px; }

    @media (min-width: 768px) { .ailume-grid-3 { grid-template-columns: repeat(3, 1fr); gap: 20px;} }

    

    .ailume-spec-grid { display: grid; grid-template-columns: 1fr; gap: 12px; }

    @media (min-width: 768px) { .ailume-spec-grid { grid-template-columns: repeat(3, 1fr); gap: 16px;} }



		.doz_sys #logo_w2026041821edda27f02b2.logo .logo_title a {
			font-family: '';
			font-size: 18px;
		letter-spacing: 0px;
		font-weight: bold;
		font-style: normal;
		;
		color: #212121;
		line-height: inherit;
	}
	@media (min-width: 767px) {
		.doz_sys .hover_section_bg:hover #logo_w2026041821edda27f02b2.logo .logo_title a {
			color : #212121		}
	}
	.scroll-to-fixed-fixed #logo_w2026041821edda27f02b2 .logo_title a {
		 !important;
		color: #212121 !important;
	}
  #logo_w2026041821edda27f02b2 {
    display: flex;
    align-items: center;
    flex-direction: row;
  }
	#logo_w2026041821edda27f02b2 > div {
		display: block;
	}
		#logo_w2026041821edda27f02b2 .img_box ~ .logo_title {
		padding-left: 10px;
	}
		/*@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {*/
	/*	#logo_*//* .normal_logo,*/
	/*	#logo_*//* .scroll_logo {*/
	/*		width: auto;*/
	/*	}*/
	/*}*/

	#padding_w202604181e037ac7da327 {
		height: 30px;
		width: 15px;
	}
	.doz_sys .inline_widget.padding {
		margin: 0;
	}
	.inline_header_design .inline_widget.padding {
		border-width : 1px;
		border-style: dashed;
		border-color: rgba(0,0,0,0.1);
	}
	.inline_header_design .new_header_overlay .inline_widget.padding {
		border-color: #aaa;
	}

				#w20260418c1efa45683bf9 .viewport-nav > li:last-child > a {
				}
		@media (min-width: 767px) {
			.doz_sys .hover_section_bg:hover #w20260418c1efa45683bf9 .viewport-nav > li.dropdown > a {
				color : #111111			}
			.doz_sys .hover_section_bg:hover #w20260418c1efa45683bf9 .viewport-nav > li.dropdown > a:hover {
				color : rgba(17, 17, 17, 0.45)		 	}
		}

		#w20260418c1efa45683bf9 .viewport-nav > li.dropdown > .notranslate a.active,
		#w20260418c1efa45683bf9 .viewport-nav > li.dropdown > a.active{
									 font-weight: bold;
									 border : 0;
									 border-style : solid;
								 ;
									 color: #00b5ff;

								 color: #00b5ff;
								 }

		.scroll-to-fixed-fixed #w20260418c1efa45683bf9 .viewport-nav > li.dropdown > .notranslate a.active,
		.scroll-to-fixed-fixed #w20260418c1efa45683bf9 .viewport-nav > li.dropdown > a.active {
														;
															color: #00b5ff;
														color: #00b5ff;														}
		#w20260418c1efa45683bf9 .viewport-nav > li.dropdown > .notranslate a.active span,
		#w20260418c1efa45683bf9 .viewport-nav > li.dropdown > a.active span {
									 border: 0;
								  border: 0 !important; padding: 7px 0px;border: 0px solid #00b5ff;border-top:0px solid transparent; border-left:0;border-right:0;									 border-style : solid;
								 }
		.scroll-to-fixed-fixed #w20260418c1efa45683bf9 .viewport-nav > li.dropdown > .notranslate a.active span,
		.scroll-to-fixed-fixed #w20260418c1efa45683bf9 .viewport-nav > li.dropdown > a.active span {
															border:0;
																													border-style : solid;
														}
		#w20260418c1efa45683bf9 .viewport-nav > li > a {
									 padding: 15px;
								 }

        #w20260418c1efa45683bf9 .viewport-nav>.dropdown.use_sub_name:hover>a>.plain_name:before {
		   display: inline-flex;
	   }
		#w20260418c1efa45683bf9 .viewport-nav > .active > a,
		#w20260418c1efa45683bf9 .viewport-nav > .active > a:hover,
		#w20260418c1efa45683bf9 .viewport-nav > .active > a:focus {
								 ;
									 color: ;
									 background-color: transparent;
								 }
		#w20260418c1efa45683bf9 .viewport-nav > .disabled > a,
		#w20260418c1efa45683bf9 .viewport-nav > .disabled > a:hover,
		#w20260418c1efa45683bf9 .viewport-nav > .disabled > a:focus {
									 color: #ccc;
									 background-color: transparent;
								 }

		#w20260418c1efa45683bf9 .dropdown-menu a {
									 font-weight: inherit;
									 font-style: normal;
								 								 }
		#w20260418c1efa45683bf9 .viewport-nav > li > a.dropdown-more {
									 cursor: pointer;
								 }

		#w20260418c1efa45683bf9 {
		;
			background: ;
			font-family: Pretendard, sans-serif;
			height:75px;
			min-height: auto;
			display: table-cell;
			vertical-align: middle;
		}

		#w20260418c1efa45683bf9 .viewport-nav {
									 height:75px;
								 }
		#w20260418c1efa45683bf9 .viewport-nav > li.dropdown > .notranslate a,
		#w20260418c1efa45683bf9 .viewport-nav > li.dropdown > a {
								 ;
									 color: #111111;
									 font-size: 16px;
									 letter-spacing: 0px;
									 padding: 0 20px;
									 font-weight: bold;
									 font-style: normal;
								 									 height:75px;
									 display: table-cell;
									 vertical-align: middle;
								 }
		.scroll-to-fixed-fixed #w20260418c1efa45683bf9 .viewport-nav > li.dropdown > .notranslate a,
		.scroll-to-fixed-fixed #w20260418c1efa45683bf9 .viewport-nav > li.dropdown > a {
															color: #111111;
														}
		#w20260418c1efa45683bf9 .viewport-nav > li.dropdown.use_sub_name:hover>a>.plain_name:before {
									 color: rgba(17, 17, 17, 0.45);
								 }
		.scroll-to-fixed-fixed #w20260418c1efa45683bf9 .viewport-nav > li.dropdown.use_sub_name:hover>a>.plain_name:before {
															color: rgba(17, 17, 17, 0.45);
														}
		/*	#doz_header #*//* .viewport-nav > li:first-child > a{*/
		/*											 padding-left: *//*px !important;*/
		/*										 }*/
		/*	#doz_header #*//* .viewport-nav > li:last-child > a {*/
		/*											 padding-right: *//*px !important;*/
		/*										 }*/
		#doz_header #w20260418c1efa45683bf9 .sub_mega_drop .viewport-nav > li {
												 float: left;
												 display: table;
											 }
		/*	#doz_header #*//* .sub_mega_drop .viewport-nav > li a{*/
		/*											 text-align: center;*/
		/*										 }*/
		#w20260418c1efa45683bf9 .dropdown-menu {

								 }
		#w20260418c1efa45683bf9 .dropdown-menu {
									 margin-top: 0;
								 left: 0;
								 }
		#w20260418c1efa45683bf9 .viewport-nav > li.dropdown > .notranslate a:hover,
		#w20260418c1efa45683bf9 .viewport-nav > li.dropdown > a:hover {
								 color : #111111;;
									 color: rgba(17, 17, 17, 0.45);
								 }
		.scroll-to-fixed-fixed #w20260418c1efa45683bf9 .viewport-nav > li.dropdown > .notranslate a:hover,
		.scroll-to-fixed-fixed #w20260418c1efa45683bf9 .viewport-nav > li.dropdown > a:hover,
														.scroll-to-fixed-fixed #w20260418c1efa45683bf9 {
		color : #111111;;
			color: rgba(17, 17, 17, 0.45);
		}
		#w20260418c1efa45683bf9 .viewport-nav > li.dropdown > .notranslate a.active:before,
		#w20260418c1efa45683bf9 .viewport-nav > li.dropdown > a.active:before{
								 color: #00b5ff;content: '';position: absolute;display: block;width: 100%;height: 0px;left: 0;bottom: -1px;background: #00b5ff;								 }
		.scroll-to-fixed-fixed #w20260418c1efa45683bf9 .viewport-nav > li.dropdown > .notranslate a.active:before,
		.scroll-to-fixed-fixed #w20260418c1efa45683bf9 .viewport-nav > li.dropdown > a.active:before{
														color: #00b5ff;background: #00b5ff;														}
		#w20260418c1efa45683bf9 li.dropdown > ul.dropdown-menu {
									 visibility: hidden;
									 display: block;
									 opacity: 0;
									 -o-transition: .3s;
									 -ms-transition: .3s;
									 -moz-transition: .3s;
									 -webkit-transition: .3s;
									 transition: .3s;
								 }
		#w20260418c1efa45683bf9 li.dropdown:hover > ul.dropdown-menu {
			                         visibility: visible;
			                         opacity: 1;
			                         display: block;
		                         }
		#w20260418c1efa45683bf9 li.dropdown > ul.dropdown-menu.init-hover-guard::after {
			                        content: "";
									position: absolute;
									inset-inline: 0;
									inset-block-start: 100%;
									display: block;
									height: 150px;
									background-color: transparent;
		                         }
		#inline_header_normal *[data-type=col-group]:has(*[data-widget-type=inline_menu]).overflow-last-dropdown #w20260418c1efa45683bf9 .viewport-nav.desktop li.dropdown:last-of-type > ul.dropdown-menu {
		                              right: 0;
		                              left: auto;
		}
		#w20260418c1efa45683bf9 li.dropdown.pulldown-hide > ul.dropdown-menu,
		#w20260418c1efa45683bf9 li.dropdown.pulldown-hide:hover > ul.dropdown-menu {
									 display: none;
								 }
		#w20260418c1efa45683bf9 li.dropdown-icon:focus > ul.dropdown-menu {
									 visibility: visible;
									 opacity: 1;
									 display: block;
								 }
		#w20260418c1efa45683bf9 .dropdown-menu {
								 ;
									 background: #111;
									 font-size: 16px;
									 border-radius: 0px;
									 -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
									 box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
									 padding: 0;
									 border: 0px solid  #e5e5e5;
								 }
		.scroll-to-fixed-fixed #w20260418c1efa45683bf9 .dropdown-menu {
														;
															background: #111;
															border: 0px solid  #e5e5e5;
														}
		#w20260418c1efa45683bf9 .dropdown-menu > li > a {
									 font-size: 16px;
								 ;
									 color: #ffffff;
									 padding: 11px 20px;
									 letter-spacing: 0px;
									 border-top: 0px solid  #e5e5e5;
								 }
		#w20260418c1efa45683bf9 .dropdown-menu > li.dropdown-submenu.sub-active > a {
									padding-right: 30px;
		}
		#w20260418c1efa45683bf9 .dropdown-menu > li > a:focus {
									 outline: none;
								 }
		#w20260418c1efa45683bf9 .dropdown-menu > li.use_sub_name:hover>a>.plain_name:before {
									 color: #fff !important;
								 }
		.scroll-to-fixed-fixed #w20260418c1efa45683bf9 .dropdown-menu > li > a {
														;
															color: #ffffff;
															border-top: 0px solid  #e5e5e5;
														}

		#w20260418c1efa45683bf9 .dropdown-menu > li:first-child > a {
									 border-top: 0;
								 }
		.scroll-to-fixed-fixed #w20260418c1efa45683bf9 .dropdown-menu > li.use_sub_name:hover>a>.plain_name:before {
															color: #fff !important;
														}
		#w20260418c1efa45683bf9 .dropdown-menu > li > a:hover,
		#w20260418c1efa45683bf9 .dropdown-menu > li > a:active,
		#w20260418c1efa45683bf9 .dropdown-menu > li > a:focus {
								 ;
									 color: #fff !important;
								 ;
									 background-color: #00b5ff !important;
									 font-size: 16px;
								 }

		.scroll-to-fixed-fixed #w20260418c1efa45683bf9 .dropdown-menu > li > a:hover,
														.scroll-to-fixed-fixed #w20260418c1efa45683bf9 .dropdown-menu > li > a:active,
																										.scroll-to-fixed-fixed #w20260418c1efa45683bf9 .dropdown-menu > li > a:focus {
																																						;
																																							color: #fff !important;
																																						;
																																							background-color: #00b5ff !important;
																																						}

		#w20260418c1efa45683bf9 .dropdown-menu > li:last-child > a,
		#w20260418c1efa45683bf9 .dropdown-menu > li:last-child > a:hover {
									 border-bottom-left-radius: 0px;
									 border-bottom-right-radius: 0px;
								 }
		#w20260418c1efa45683bf9 .dropdown-menu > li:first-child > a,
		#w20260418c1efa45683bf9 .dropdown-menu > li:first-child > a:hover {
									 border-top-left-radius: 0px;
									 border-top-right-radius: 0px;
								 }

		#w20260418c1efa45683bf9 .nav .open > a,
		#w20260418c1efa45683bf9  .nav .open > a:hover,
		#w20260418c1efa45683bf9  .nav .open > a:focus {
									  background: transparent;
									  border-color : transparent;
								  }
		.dropdown-menu.preview_drop_down > li > a.hover {
		;
			color: #fff !important;
		;
			background-color: #00b5ff !important;
		}

						#w20260418c1efa45683bf9 .viewport-nav > li.dropdown > .notranslate a,
		#w20260418c1efa45683bf9 .viewport-nav > li.dropdown > a {
									 text-transform: uppercase;
								 }
			#w2026041896af1e25d4457 .btn_c7828353ba34f span {color:#00b5ff !important;}
		#w2026041896af1e25d4457 .btn-wrap {
			display: inline-flex;
			align-items: center;
			vertical-align: middle;
		}
		#w2026041896af1e25d4457 .inline_widget i.simple {
			vertical-align: middle;
		}
		#w2026041896af1e25d4457 .inline_widget a.btn {
			position: relative;
		}
		#w2026041896af1e25d4457 .inline_widget .line {
			margin-left:5px;
			margin-right:5px;
		}
		#w2026041896af1e25d4457 .inline_widget .login_btn_item {
			margin: 0 10px ;
		}
    #w2026041896af1e25d4457 .inline_widget .login_btn_item > .btn_custom {
      display: flex;
      align-items: center;
	  flex-shrink: 0;
    }
		#w2026041896af1e25d4457 .inline_widget .login_btn_item.badge_class > a .badge_wrap.no_position {
      display: flex;
    }
		#w2026041896af1e25d4457 .inline_widget .login_btn_item.badge_class > a .badge_wrap {
      display: flex;
			padding-left: 2px;
		}
		#w2026041896af1e25d4457 .inline_widget a.btn_text {
			position: relative;
			background: transparent !important;
			color:#00b5ff !important;
			display: inline-block;
		}
		#w2026041896af1e25d4457 .inline_widget a.btn_text i {
			color:#00b5ff !important;
		}
		#w2026041896af1e25d4457 .inline_widget a.btn_text:hover .text,
		#w2026041896af1e25d4457 .inline_widget a.btn_text:hover i,
		#w2026041896af1e25d4457 .inline_widget a.info_name:hover {
			color              : #ccc !important;
			-o-transition      : .3s;
			-ms-transition     : .3s;
			-moz-transition    : .3s;
			-webkit-transition : .3s;
			transition         : .3s;
		}
		.scroll-to-fixed-fixed #w2026041896af1e25d4457 .inline_widget a.btn_text,
		.scroll-to-fixed-fixed #w2026041896af1e25d4457 .inline_widget a.btn_text span,
		.scroll-to-fixed-fixed #w2026041896af1e25d4457 .inline_widget a.btn_text i {
			color:#00b5ff !important;
		}
		.scroll-to-fixed-fixed #w2026041896af1e25d4457 .inline_widget a.btn_text:hover .text,
		.scroll-to-fixed-fixed #w2026041896af1e25d4457 .inline_widget a.btn_text:hover i,
		.scroll-to-fixed-fixed #w2026041896af1e25d4457 .inline_widget a.info_name:hover {
			color: #ccc !important;
		}
		#w2026041896af1e25d4457 .inline_widget a span.text,
		#w2026041896af1e25d4457 .inline_widget .use_info .info_name {
			font-size: 16px;
		}
		#w2026041896af1e25d4457 .inline_widget a span.icon_class {
			display: inline-block;
			vertical-align: middle;
			font-size: 16px;
			line-height: 1;
		}
		#w2026041896af1e25d4457 .inline_widget .use_info .info_img ~ .info_name {
			padding-left: 0.4em;
		}
		#w2026041896af1e25d4457 .inline_widget a.btn.custom_class .text {
			font-size: 16px;
		}
		#w2026041896af1e25d4457 .inline_widget a.btn .text {
			font-size: 14px;
		}
    #w2026041896af1e25d4457 .inline_widget a span.font-weight-bold {
      font-weight: bold;
    }

		#w2026041896af1e25d4457 .inline_widget a span.icon_class ~ .text {
			padding-left: 0.4em;
			display: inline-block;
			vertical-align: middle;
		}
		#w2026041896af1e25d4457 .inline_widget a span.icon_class ~ .text.no_text {
			padding-left: 0;
		}

		#w2026041896af1e25d4457 .inline_widget.button_text .inline-blocked {
			position:relative;
      display: inline-flex !important;
      align-items: center;
		}
		#w2026041896af1e25d4457 .inline_widget.button_text .inline-blocked .tooltip {
			z-index: 99;
		}
		#w2026041896af1e25d4457 .inline_widget.button_text .inline-blocked .use_info img {
			border-radius: 50%;
		}
		#w2026041896af1e25d4457 .inline_widget.login_btn .inline-blocked:first-child{
			margin-left: 0 !important;
		}
		#w2026041896af1e25d4457 .inline_widget.login_btn .inline-blocked:last-child {
			margin-right: 0 !important;
		}
		#w2026041896af1e25d4457 .inline_widget.login_btn div.tooltip-inner {
			min-width: auto;
			white-space: nowrap;
		}
		#w2026041896af1e25d4457 .inline_widget.login_btn a .badge {
			position: absolute;
			top: 0;
			color: #ffffff;
			font-family: Arial;
			right: 0;
			letter-spacing: 0;
			padding: 0;
			width: 15px;
			height: 15px;
			text-align: center;
			line-height: 15px;
			font-size: 10px;
			z-index: 10;
			cursor: pointer;
		}
		#w2026041896af1e25d4457 .inline_widget.login_btn a .badge[disabled] {
            visibility: hidden;
            display: none; 		}
        
		#w2026041896af1e25d4457 .inline_widget.login_btn a.btn_text .badge {
			left: auto;
			margin-top: 0;
		}
		#w2026041896af1e25d4457 .inline_widget.login_btn a.info_img .badge {
			margin-top: 0;
		}
		#w2026041896af1e25d4457 .inline_widget.login_btn .nameimg a .badge {
			left: auto;
			right: -10px;
		}
		#w2026041896af1e25d4457 .inline_widget.login_btn .badge {
			display: none;
		}
		#w2026041896af1e25d4457 .inline_widget .login_btn_item .join_tooltip ~ .tooltip {
			word-wrap: break-word;
			word-break: keep-all;
		}
		#w2026041896af1e25d4457 .inline_widget .login_btn_item .join_tooltip ~ .tooltip .tooltip-inner {
			background-color: #15181E !important;
			color: #fff !important;
		}
		#w2026041896af1e25d4457 .inline_widget .login_btn_item .join_tooltip ~ .tooltip.top .tooltip-arrow {
			border-top-color :#15181E;
		}
		#w2026041896af1e25d4457 .inline_widget .login_btn_item .join_tooltip ~ .tooltip.bottom .tooltip-arrow {
			border-bottom-color :#15181E;
		}

		#w2026041896af1e25d4457 .inline_widget .login_btn_item .join_tooltip ~ .tooltip.left .tooltip-arrow {
			border-left-color :#15181E;
		}

		#w2026041896af1e25d4457 .inline_widget .login_btn_item .join_tooltip ~ .tooltip.right .tooltip-arrow {
			border-right-color :#15181E;
		}
		.new_fixed_header #w2026041896af1e25d4457 .inline_widget .login_btn_item .join_tooltip ~ .tooltip.left .tooltip-arrow,
		.new_fixed_header #w2026041896af1e25d4457 .inline_widget .login_btn_item .join_tooltip ~ .tooltip.right .tooltip-arrow {
			top: 50% !important;
		}
		.new_fixed_header #w2026041896af1e25d4457 .inline_widget .login_btn_item .join_tooltip ~ .tooltip.left,
		.new_fixed_header #w2026041896af1e25d4457 .inline_widget .login_btn_item .join_tooltip ~ .tooltip.right {
			top: 0 !important;
		}
		
		@media (max-width: 991px) {
			#w2026041896af1e25d4457 .inline_widget.button_text .inline-blocked .tooltip {
				display: none !important;
			}
			#w2026041896af1e25d4457 .inline_widget .login_btn_item .join_tooltip ~ .tooltip {
				display: block !important;

			}
		}
		@media (min-width: 767px) {
			.doz_sys .hover_section_bg:hover #w2026041896af1e25d4457 .inline_widget a.btn_text,
			.doz_sys .hover_section_bg:hover #w2026041896af1e25d4457 .inline_widget a.btn_text span,
			.doz_sys .hover_section_bg:hover #w2026041896af1e25d4457 .inline_widget a.btn_text i,
			.doz_sys .hover_section_bg:hover #w2026041896af1e25d4457 .info_name {
				color : #00b5ff !important;
			}
			.doz_sys .hover_section_bg:hover #w2026041896af1e25d4457 .inline_widget .line {
				border-color : rgba(0,0,0,0.2) !important;
			}
			.doz_sys .hover_section_bg:hover #w2026041896af1e25d4457 .inline_widget a.btn_text:hover,
		    .doz_sys .hover_section_bg:hover #w2026041896af1e25d4457 .inline_widget a.btn_text:hover span,
			.doz_sys .hover_section_bg:hover #w2026041896af1e25d4457 .inline_widget a.btn_text:hover i,
			.doz_sys .hover_section_bg:hover #w2026041896af1e25d4457 .info_name:hover {
				  color : #ccc !important;
			}
		}


	
	#padding_w20260418747ba83731dd8 {
		height: 30px;
		width: 17px;
	}
	.doz_sys .inline_widget.padding {
		margin: 0;
	}
	.inline_header_design .inline_widget.padding {
		border-width : 1px;
		border-style: dashed;
		border-color: rgba(0,0,0,0.1);
	}
	.inline_header_design .new_header_overlay .inline_widget.padding {
		border-color: #aaa;
	}
#w202604188faf8fb7c1537 .btn_A8A7x2S7C1{background-color:#ffc1d9;color:#ffffff !important;border-color:#ffc1d9;border-width:1px;border-radius:;}@media (min-width: 767px){.doz_sys .hover_section_bg:hover #w202604188faf8fb7c1537 .btn_A8A7x2S7C1{background-color:#ffc1d9 !important;color:#ffffff !important;border-color:#ffc1d9 !important;border-width:1px !important;border-radius:;}}@media (min-width: 767px){.doz_sys .hover_section_bg:hover #w202604188faf8fb7c1537 .btn_A8A7x2S7C1 .icon_class {color:#ffffff !important;}}@media (min-width: 767px){.doz_sys .hover_section_bg #w202604188faf8fb7c1537 .btn_A8A7x2S7C1:hover{background-color:#111111 !important;color:#ffffff !important;border-color:#111111 !important;border-width:1px !important;border-radius:;}}@media (min-width: 767px){.doz_sys .hover_section_bg #w202604188faf8fb7c1537 .btn_A8A7x2S7C1:hover .icon_class {color:#ffffff !important;}}#w202604188faf8fb7c1537 .btn_A8A7x2S7C1 .text{letter-spacing:px;}#w202604188faf8fb7c1537 .btn_A8A7x2S7C1 .icon_class {color:#ffffff !important;}#w202604188faf8fb7c1537 .btn_A8A7x2S7C1:hover {background-color:#111111;color:#ffffff !important;border-color:#111111;border-width:1px;}#w202604188faf8fb7c1537 .btn_A8A7x2S7C1:hover .icon_class {color:#ffffff !important;}.scroll-to-fixed-fixed #w202604188faf8fb7c1537 .btn_A8A7x2S7C1{background-color:#ffc1d9;color:#ffffff !important;border-color:#ffc1d9;border-width:1px;border-radius:;}.scroll-to-fixed-fixed #w202604188faf8fb7c1537 .btn_A8A7x2S7C1 .icon_class {color:#ffffff !important;}.scroll-to-fixed-fixed #w202604188faf8fb7c1537 .btn_A8A7x2S7C1:hover {background-color:#111111;color:#ffffff !important;border-color:#111111;border-width:1px;}.scroll-to-fixed-fixed #w202604188faf8fb7c1537 .btn_A8A7x2S7C1:hover .icon_class {color:#ffffff !important;}
	#w202604188faf8fb7c1537 .inline_widget i.simple {
		vertical-align: initial;
	}
	#w202604188faf8fb7c1537 .inline_widget a.btn {
		margin-left:10px;
		margin-right:10px;
		position: relative;
	}
	#w202604188faf8fb7c1537 .inline_widget .line {
		margin-left:5px;
		margin-right:5px;
	}

  #w202604188faf8fb7c1537 .inline_widget .inline-btn-item:first-child {
     a.btn, .line {
       margin-left: 0;
     }
   }
  #w202604188faf8fb7c1537 .inline_widget .inline-btn-item:last-child {
    a.btn, .line {
      margin-right: 0;
    }
  }

	.scroll-to-fixed-fixed #w202604188faf8fb7c1537 .inline_widget .line {
		border-color: rgba(0,0,0,0.2) !important;
	}
	#w202604188faf8fb7c1537 .inline_widget a.btn_text {
		display: inline-block;
		vertical-align: middle;
		position: relative;
		padding:4px 10px ;
		background: transparent !important;
		color:#212121 !important;
	}
	#w202604188faf8fb7c1537 .inline_widget a.btn_text i {
		color:#212121 !important;
	}
	#w202604188faf8fb7c1537 .inline_widget a.btn_text:hover .text,
	#w202604188faf8fb7c1537 .inline_widget a.btn_text:hover i,
	#w202604188faf8fb7c1537 .inline_widget a.info_name:hover {
		color: #ccc !important;
	}
	.scroll-to-fixed-fixed #w202604188faf8fb7c1537 .inline_widget a.btn_text,
	.scroll-to-fixed-fixed #w202604188faf8fb7c1537 .inline_widget a.btn_text span,
	.scroll-to-fixed-fixed #w202604188faf8fb7c1537 .inline_widget a.btn_text i {
		color:#212121 !important;
	}
	.scroll-to-fixed-fixed #w202604188faf8fb7c1537 .inline_widget a.btn_text:hover .text,
	.scroll-to-fixed-fixed #w202604188faf8fb7c1537 .inline_widget a.btn_text:hover i,
	.scroll-to-fixed-fixed #w202604188faf8fb7c1537 .inline_widget a.info_name:hover {
		color: #ccc !important;
	}
	#w202604188faf8fb7c1537 .inline_widget a span.text,
	#w202604188faf8fb7c1537 .inline_widget a span.icon_class,
	#w202604188faf8fb7c1537 .inline_widget .use_info .info_name {
		font-size: 16px;
	}
	#w202604188faf8fb7c1537 .inline_widget .use_info > a {
		display: table-cell;
		vertical-align: middle;
	}
	#w202604188faf8fb7c1537 .inline_widget a span.icon_class {
		font-size: 16px;
		vertical-align: middle;
		display: inline-block;
		line-height: 1;
	}
	#w202604188faf8fb7c1537 .inline_widget .info_img {
		padding-left: 10px;
		padding-right: 10px;
	}
	#w202604188faf8fb7c1537 .inline_widget .use_info .info_img {
		padding-right:10px;
	}
	#w202604188faf8fb7c1537 .inline_widget .use_info .info_img ~ .info_name {
		padding-right: 10px;
		padding-left: 0;
	}
	#w202604188faf8fb7c1537 .inline_widget .use_info .info_name {
		padding-left: 10px;
		padding-right: 10px;
	}
	#w202604188faf8fb7c1537 .inline_widget a.btn.custom_class .text {
		font-size: 16px;
	}
	#w202604188faf8fb7c1537 .inline_widget a span.icon_class ~ .text {
		padding-left: 0.4em;
		vertical-align: middle;
		display: inline-block;
	}
	#w202604188faf8fb7c1537 .inline_widget a span.icon_class ~ .text.no_text {
		padding-left: 0;
	}

	#w202604188faf8fb7c1537 .inline_widget.button_text .inline-blocked {
		vertical-align: middle;
		display: table-cell;
		position:relative;
	}
	#w202604188faf8fb7c1537 .inline_widget.button_text .inline-blocked .tooltip {
		z-index: 99999;
	}
	#w202604188faf8fb7c1537 .inline_widget.button_text .inline-blocked .use_info img {
		border-radius: 50%;
	}
	#w202604188faf8fb7c1537 .inline_widget.login_btn .inline-blocked:first-child {
		padding-left: 0 !important;
	}
	#w202604188faf8fb7c1537 .inline_widget.login_btn .inline-blocked:first-child a.btn_text,
	#w202604188faf8fb7c1537 .inline_widget.login_btn .inline-blocked:first-child .info_img {
		padding-left: 0 !important;
	}
	#w202604188faf8fb7c1537 .inline_widget.login_btn .inline-blocked:last-child a.btn_text {
		padding-right: 0 !important;
	}
	#w202604188faf8fb7c1537 .inline_widget.login_btn .inline-blocked:last-child a.btn {
		margin-right: 0 !important;
	}
	#w202604188faf8fb7c1537 .inline_widget.login_btn div.tooltip-inner {
		min-width: auto;
		white-space: nowrap;
	}
	#w202604188faf8fb7c1537 .inline_widget.login_btn a .badge {
		position: absolute;
		top: 30%;
		margin-top: -17px;
		color: #ffffff;
		font-family: Arial;
		left: auto;
		right: 0;
		letter-spacing: 0;
		padding: 0;
		width: 25px;
		height: 15px;
		text-align: center;
		line-height: 15px;
		font-size: 10px;
		z-index: 10;
		cursor: pointer;
	}
	#w202604188faf8fb7c1537 .inline_widget.login_btn a.btn_text .badge {
		left: auto;
		right: -10px;
		margin-top: -13px;
	}
	#w202604188faf8fb7c1537 .inline_widget.login_btn a.info_img .badge {
		margin-top: -25%;
	}
	#w202604188faf8fb7c1537 .inline_widget.login_btn .nameimg a .badge {
		left: auto;
		right: -10px;
	}
	@media (min-width: 767px){
		.doz_sys .hover_section_bg:hover #w202604188faf8fb7c1537 .inline_widget a.btn_text span{
			color: #212121 !important;
		}
		.doz_sys .hover_section_bg:hover #w202604188faf8fb7c1537 .inline_widget a.btn_text span i{
			color: #212121 !important;
		}
		.doz_sys .hover_section_bg:hover #w202604188faf8fb7c1537 .inline_widget a.btn_text:hover span{
			  color: #ccc !important;
		  }
		.doz_sys .hover_section_bg:hover #w202604188faf8fb7c1537 .inline_widget a.btn_text:hover span i{
			  color: #ccc !important;
		  }
	}

				#s20260418a295a19110eb4 .inline-inside {
					max-width: 1440px;
					margin: 0 auto;
					padding-left:20px;
					padding-right:20px;
				}
				.admin.new_header_mode {
					overflow-x: auto;
				}
				.new_header_mode #edit_wrap {
					min-width: 1440px;
				}
				#s20260418a295a19110eb4 .section_bg {
					;
					background-position:;
					background-size: cover; background-repeat: no-repeat;;
				}
				.new_header_overlay #s20260418a295a19110eb4 .section_bg {
					background-image:none;;
				}
				.new_header_overlay .new_fixed_header #s20260418a295a19110eb4 .section_bg {
					;
				}
				.scroll-to-fixed-fixed#s20260418a295a19110eb4 .section_bg {
					;
					background-position: ;
					background-size: cover; background-repeat: no-repeat;;
				}
				#s20260418a295a19110eb4 .inline-col-group {
					padding-top:0px;
					padding-bottom:0px;
					height : 75px;
				}
				#s20260418a295a19110eb4 .inline-col-group > .inline-col {
					padding-left: 8px;
				}
				#s20260418a295a19110eb4 .inline-col-group > .inline-col:first-child {
					padding-left:  0 !important;
				}
				#s20260418a295a19110eb4 .inline-row > .inline-col {
					padding-left: 8px;
				}
				#s20260418a295a19110eb4 .inline-row > .inline-col:first-child {
					padding-left: 0 !important;
				}
				#s20260418a295a19110eb4.extend .inline-inside {
					max-width: 100% !important;
				}
				#s20260418a295a19110eb4 .inline_widget.image .text,
				#s20260418a295a19110eb4 .inline_widget.logo a,
				#s20260418a295a19110eb4 .inline_widget.icon,
				#s20260418a295a19110eb4 .inline_widget.login_btn a,
				#s20260418a295a19110eb4 .viewport-nav > li > a,
				#s20260418a295a19110eb4 .inline-col .inline_global_dropdown a,
				#s20260418a295a19110eb4 .inline_widget.widget_text_wrap {
					color: #ffffff;
				}

				.new_header_overlay #s20260418a295a19110eb4.scroll-to-fixed-fixed .viewport-nav > li > a {
					color: #ffffff;
				}
				.new_header_overlay #s20260418a295a19110eb4.scroll-to-fixed-fixed .section_bg_color {
					background-color: rgba(255, 255, 255, 0.95) !important;
				}
				#s20260418a295a19110eb4 .inline_widget.padding > div {
					;
				}
				#s20260418a295a19110eb4 .inline-col .inline_global_dropdown a i.arrow {
					border-top-color: #ffffff;
				}
				#s20260418a295a19110eb4 {
				  border-width: 0 0 0px;
				  border-color: #171717;
				  border-style: solid;
				}
				.scroll-to-fixed-fixed#s20260418a295a19110eb4 {
				  border-color: #171717;
				  -webkit-transform: translate3d(0, 0, 0);
					transform : translate3d(0, 0, 0);
				} 
				#s20260418a295a19110eb4 .inline-col-group,
				 #s20260418a295a19110eb4 .inline-col-group .inline-col {
					vertical-align: middle ;
				}
				#inline_header_mobile #s20260418a295a19110eb4 .inline-inside {
					padding-left:0px !important;
					padding-right:0px !important;
				}
				#s20260418a295a19110eb4 .btn:not(.btn-primary):not(.btn_custom) {
                    background-color : #ffffff;;
                    background-color: rgba(255, 255, 255, 0.95);
                    ;
                    color:;
                    border-color:rgb(255,255,255) ;border-color:rgba(255,255,255,0.2) ;;
                }
                #s20260418a295a19110eb4 .btn:not(.btn-primary):not(.btn_custom):hover {
                    border-color:#ffffff;
                }
                #s20260418a295a19110eb4 .btn-primary span {
                    color:#ffffff;
                }
				@media (min-width: 991px) {
                    .doz_sys #s20260418a295a19110eb4 .btn-primary:hover span, #s20260418a295a19110eb4 .widget_text_wrap .btn:hover span {
                        color:#ffffff;
                    }
				}
				@media all and (min-width: 768px) {
					#s20260418a295a19110eb4.hover_section_bg:hover .section_bg_color {
						background-color:  !important;
					}
					#s20260418a295a19110eb4.hover_section_bg:hover .section_bg {
						;
					}
					#s20260418a295a19110eb4.hover_section_bg:hover img.normal_logo {
						opacity: 0;
					}
					#s20260418a295a19110eb4.hover_section_bg:hover img.scroll_logo {
						opacity: 1;
					}
				}
				@media all and (max-width: 767px) {
					.inline_header_design {
						overflow-x: hidden;
					}
				}
			
	.fixed-menu-on .scroll_position {
		top: -75px;
	}
	
		@media (min-width: 992px){
			.doz_sys .section_first.visual_section .full_screen_show .owl-theme .item .op,
			.doz_sys .section_first.visual_section .full_screen_show .owl-theme .item .op .header-content {
				height: calc(100vh - 75px) !important;
			}
		}
	
		.doz_sys #logo_w2026020228a35f8995346.logo .logo_title a {
			font-family: '';
			font-size: 18px;
		letter-spacing: 0px;
		font-weight: bold;
		font-style: normal;
		;
		color: #212121;
		line-height: inherit;
	}
	@media (min-width: 767px) {
		.doz_sys .hover_section_bg:hover #logo_w2026020228a35f8995346.logo .logo_title a {
			color : #212121		}
	}
	.scroll-to-fixed-fixed #logo_w2026020228a35f8995346 .logo_title a {
		 !important;
		color: #212121 !important;
	}
  #logo_w2026020228a35f8995346 {
    display: flex;
    align-items: center;
    flex-direction: row;
  }
	#logo_w2026020228a35f8995346 > div {
		display: block;
	}
		#logo_w2026020228a35f8995346 .img_box ~ .logo_title {
		padding-left: 10px;
	}
		/*@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {*/
	/*	#logo_*//* .normal_logo,*/
	/*	#logo_*//* .scroll_logo {*/
	/*		width: auto;*/
	/*	}*/
	/*}*/

				#w20260202bf4e5c9b65c0a .viewport-nav > li:last-child > a {
				}
		@media (min-width: 767px) {
			.doz_sys .hover_section_bg:hover #w20260202bf4e5c9b65c0a .viewport-nav > li.dropdown > a {
				color : #111111			}
			.doz_sys .hover_section_bg:hover #w20260202bf4e5c9b65c0a .viewport-nav > li.dropdown > a:hover {
				color : rgba(17, 17, 17, 0.45)		 	}
		}

		#w20260202bf4e5c9b65c0a .viewport-nav > li.dropdown > .notranslate a.active,
		#w20260202bf4e5c9b65c0a .viewport-nav > li.dropdown > a.active{
									 font-weight: bold;
									 border : 0;
									 border-style : solid;
								 ;
									 color: #00b5ff;

								 color: #00b5ff;
								 }

		.scroll-to-fixed-fixed #w20260202bf4e5c9b65c0a .viewport-nav > li.dropdown > .notranslate a.active,
		.scroll-to-fixed-fixed #w20260202bf4e5c9b65c0a .viewport-nav > li.dropdown > a.active {
														;
															color: #00b5ff;
														color: #00b5ff;														}
		#w20260202bf4e5c9b65c0a .viewport-nav > li.dropdown > .notranslate a.active span,
		#w20260202bf4e5c9b65c0a .viewport-nav > li.dropdown > a.active span {
									 border: 0;
								  border: 0 !important; padding: 7px 0px;border: 0px solid #00b5ff;border-top:0px solid transparent; border-left:0;border-right:0;									 border-style : solid;
								 }
		.scroll-to-fixed-fixed #w20260202bf4e5c9b65c0a .viewport-nav > li.dropdown > .notranslate a.active span,
		.scroll-to-fixed-fixed #w20260202bf4e5c9b65c0a .viewport-nav > li.dropdown > a.active span {
															border:0;
																													border-style : solid;
														}
		#w20260202bf4e5c9b65c0a .viewport-nav > li > a {
									 padding: 15px;
								 }

        #w20260202bf4e5c9b65c0a .viewport-nav>.dropdown.use_sub_name:hover>a>.plain_name:before {
		   display: inline-flex;
	   }
		#w20260202bf4e5c9b65c0a .viewport-nav > .active > a,
		#w20260202bf4e5c9b65c0a .viewport-nav > .active > a:hover,
		#w20260202bf4e5c9b65c0a .viewport-nav > .active > a:focus {
								 ;
									 color: ;
									 background-color: transparent;
								 }
		#w20260202bf4e5c9b65c0a .viewport-nav > .disabled > a,
		#w20260202bf4e5c9b65c0a .viewport-nav > .disabled > a:hover,
		#w20260202bf4e5c9b65c0a .viewport-nav > .disabled > a:focus {
									 color: #ccc;
									 background-color: transparent;
								 }

		#w20260202bf4e5c9b65c0a .dropdown-menu a {
									 font-weight: inherit;
									 font-style: normal;
								 								 }
		#w20260202bf4e5c9b65c0a .viewport-nav > li > a.dropdown-more {
									 cursor: pointer;
								 }

		#w20260202bf4e5c9b65c0a {
		;
			background: ;
			font-family: Pretendard, sans-serif;
			height:75px;
			min-height: auto;
			display: table-cell;
			vertical-align: middle;
		}

		#w20260202bf4e5c9b65c0a .viewport-nav {
									 height:75px;
								 }
		#w20260202bf4e5c9b65c0a .viewport-nav > li.dropdown > .notranslate a,
		#w20260202bf4e5c9b65c0a .viewport-nav > li.dropdown > a {
								 ;
									 color: #111111;
									 font-size: 16px;
									 letter-spacing: 0px;
									 padding: 0 20px;
									 font-weight: bold;
									 font-style: normal;
								 									 height:75px;
									 display: table-cell;
									 vertical-align: middle;
								 }
		.scroll-to-fixed-fixed #w20260202bf4e5c9b65c0a .viewport-nav > li.dropdown > .notranslate a,
		.scroll-to-fixed-fixed #w20260202bf4e5c9b65c0a .viewport-nav > li.dropdown > a {
															color: #111111;
														}
		#w20260202bf4e5c9b65c0a .viewport-nav > li.dropdown.use_sub_name:hover>a>.plain_name:before {
									 color: rgba(17, 17, 17, 0.45);
								 }
		.scroll-to-fixed-fixed #w20260202bf4e5c9b65c0a .viewport-nav > li.dropdown.use_sub_name:hover>a>.plain_name:before {
															color: rgba(17, 17, 17, 0.45);
														}
		/*	#doz_header #*//* .viewport-nav > li:first-child > a{*/
		/*											 padding-left: *//*px !important;*/
		/*										 }*/
		/*	#doz_header #*//* .viewport-nav > li:last-child > a {*/
		/*											 padding-right: *//*px !important;*/
		/*										 }*/
		#doz_header #w20260202bf4e5c9b65c0a .sub_mega_drop .viewport-nav > li {
												 float: left;
												 display: table;
											 }
		/*	#doz_header #*//* .sub_mega_drop .viewport-nav > li a{*/
		/*											 text-align: center;*/
		/*										 }*/
		#w20260202bf4e5c9b65c0a .dropdown-menu {

								 }
		#w20260202bf4e5c9b65c0a .dropdown-menu {
									 margin-top: 0;
								 left: 0;
								 }
		#w20260202bf4e5c9b65c0a .viewport-nav > li.dropdown > .notranslate a:hover,
		#w20260202bf4e5c9b65c0a .viewport-nav > li.dropdown > a:hover {
								 color : #111111;;
									 color: rgba(17, 17, 17, 0.45);
								 }
		.scroll-to-fixed-fixed #w20260202bf4e5c9b65c0a .viewport-nav > li.dropdown > .notranslate a:hover,
		.scroll-to-fixed-fixed #w20260202bf4e5c9b65c0a .viewport-nav > li.dropdown > a:hover,
														.scroll-to-fixed-fixed #w20260202bf4e5c9b65c0a {
		color : #111111;;
			color: rgba(17, 17, 17, 0.45);
		}
		#w20260202bf4e5c9b65c0a .viewport-nav > li.dropdown > .notranslate a.active:before,
		#w20260202bf4e5c9b65c0a .viewport-nav > li.dropdown > a.active:before{
								 color: #00b5ff;content: '';position: absolute;display: block;width: 100%;height: 0px;left: 0;bottom: -1px;background: #00b5ff;								 }
		.scroll-to-fixed-fixed #w20260202bf4e5c9b65c0a .viewport-nav > li.dropdown > .notranslate a.active:before,
		.scroll-to-fixed-fixed #w20260202bf4e5c9b65c0a .viewport-nav > li.dropdown > a.active:before{
														color: #00b5ff;background: #00b5ff;														}
		#w20260202bf4e5c9b65c0a li.dropdown > ul.dropdown-menu {
									 visibility: hidden;
									 display: block;
									 opacity: 0;
									 -o-transition: .3s;
									 -ms-transition: .3s;
									 -moz-transition: .3s;
									 -webkit-transition: .3s;
									 transition: .3s;
								 }
		#w20260202bf4e5c9b65c0a li.dropdown:hover > ul.dropdown-menu {
			                         visibility: visible;
			                         opacity: 1;
			                         display: block;
		                         }
		#w20260202bf4e5c9b65c0a li.dropdown > ul.dropdown-menu.init-hover-guard::after {
			                        content: "";
									position: absolute;
									inset-inline: 0;
									inset-block-start: 100%;
									display: block;
									height: 150px;
									background-color: transparent;
		                         }
		#inline_header_normal *[data-type=col-group]:has(*[data-widget-type=inline_menu]).overflow-last-dropdown #w20260202bf4e5c9b65c0a .viewport-nav.desktop li.dropdown:last-of-type > ul.dropdown-menu {
		                              right: 0;
		                              left: auto;
		}
		#w20260202bf4e5c9b65c0a li.dropdown.pulldown-hide > ul.dropdown-menu,
		#w20260202bf4e5c9b65c0a li.dropdown.pulldown-hide:hover > ul.dropdown-menu {
									 display: none;
								 }
		#w20260202bf4e5c9b65c0a li.dropdown-icon:focus > ul.dropdown-menu {
									 visibility: visible;
									 opacity: 1;
									 display: block;
								 }
		#w20260202bf4e5c9b65c0a .dropdown-menu {
								 ;
									 background: #111;
									 font-size: 16px;
									 border-radius: 0px;
									 -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
									 box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
									 padding: 0;
									 border: 0px solid  #e5e5e5;
								 }
		.scroll-to-fixed-fixed #w20260202bf4e5c9b65c0a .dropdown-menu {
														;
															background: #111;
															border: 0px solid  #e5e5e5;
														}
		#w20260202bf4e5c9b65c0a .dropdown-menu > li > a {
									 font-size: 16px;
								 ;
									 color: #ffffff;
									 padding: 11px 20px;
									 letter-spacing: 0px;
									 border-top: 0px solid  #e5e5e5;
								 }
		#w20260202bf4e5c9b65c0a .dropdown-menu > li.dropdown-submenu.sub-active > a {
									padding-right: 30px;
		}
		#w20260202bf4e5c9b65c0a .dropdown-menu > li > a:focus {
									 outline: none;
								 }
		#w20260202bf4e5c9b65c0a .dropdown-menu > li.use_sub_name:hover>a>.plain_name:before {
									 color: #fff !important;
								 }
		.scroll-to-fixed-fixed #w20260202bf4e5c9b65c0a .dropdown-menu > li > a {
														;
															color: #ffffff;
															border-top: 0px solid  #e5e5e5;
														}

		#w20260202bf4e5c9b65c0a .dropdown-menu > li:first-child > a {
									 border-top: 0;
								 }
		.scroll-to-fixed-fixed #w20260202bf4e5c9b65c0a .dropdown-menu > li.use_sub_name:hover>a>.plain_name:before {
															color: #fff !important;
														}
		#w20260202bf4e5c9b65c0a .dropdown-menu > li > a:hover,
		#w20260202bf4e5c9b65c0a .dropdown-menu > li > a:active,
		#w20260202bf4e5c9b65c0a .dropdown-menu > li > a:focus {
								 ;
									 color: #fff !important;
								 ;
									 background-color: #00b5ff !important;
									 font-size: 16px;
								 }

		.scroll-to-fixed-fixed #w20260202bf4e5c9b65c0a .dropdown-menu > li > a:hover,
														.scroll-to-fixed-fixed #w20260202bf4e5c9b65c0a .dropdown-menu > li > a:active,
																										.scroll-to-fixed-fixed #w20260202bf4e5c9b65c0a .dropdown-menu > li > a:focus {
																																						;
																																							color: #fff !important;
																																						;
																																							background-color: #00b5ff !important;
																																						}

		#w20260202bf4e5c9b65c0a .dropdown-menu > li:last-child > a,
		#w20260202bf4e5c9b65c0a .dropdown-menu > li:last-child > a:hover {
									 border-bottom-left-radius: 0px;
									 border-bottom-right-radius: 0px;
								 }
		#w20260202bf4e5c9b65c0a .dropdown-menu > li:first-child > a,
		#w20260202bf4e5c9b65c0a .dropdown-menu > li:first-child > a:hover {
									 border-top-left-radius: 0px;
									 border-top-right-radius: 0px;
								 }

		#w20260202bf4e5c9b65c0a .nav .open > a,
		#w20260202bf4e5c9b65c0a  .nav .open > a:hover,
		#w20260202bf4e5c9b65c0a  .nav .open > a:focus {
									  background: transparent;
									  border-color : transparent;
								  }
		.dropdown-menu.preview_drop_down > li > a.hover {
		;
			color: #fff !important;
		;
			background-color: #00b5ff !important;
		}

						#w20260202bf4e5c9b65c0a .viewport-nav > li.dropdown > .notranslate a,
		#w20260202bf4e5c9b65c0a .viewport-nav > li.dropdown > a {
									 text-transform: uppercase;
								 }
			#w202604179bcde32c3f380 .btn_c7828353ba34f span {color:#00b5ff !important;}
		#w202604179bcde32c3f380 .btn-wrap {
			display: inline-flex;
			align-items: center;
			vertical-align: middle;
		}
		#w202604179bcde32c3f380 .inline_widget i.simple {
			vertical-align: middle;
		}
		#w202604179bcde32c3f380 .inline_widget a.btn {
			position: relative;
		}
		#w202604179bcde32c3f380 .inline_widget .line {
			margin-left:5px;
			margin-right:5px;
		}
		#w202604179bcde32c3f380 .inline_widget .login_btn_item {
			margin: 0 10px ;
		}
    #w202604179bcde32c3f380 .inline_widget .login_btn_item > .btn_custom {
      display: flex;
      align-items: center;
	  flex-shrink: 0;
    }
		#w202604179bcde32c3f380 .inline_widget .login_btn_item.badge_class > a .badge_wrap.no_position {
      display: flex;
    }
		#w202604179bcde32c3f380 .inline_widget .login_btn_item.badge_class > a .badge_wrap {
      display: flex;
			padding-left: 2px;
		}
		#w202604179bcde32c3f380 .inline_widget a.btn_text {
			position: relative;
			background: transparent !important;
			color:#00b5ff !important;
			display: inline-block;
		}
		#w202604179bcde32c3f380 .inline_widget a.btn_text i {
			color:#00b5ff !important;
		}
		#w202604179bcde32c3f380 .inline_widget a.btn_text:hover .text,
		#w202604179bcde32c3f380 .inline_widget a.btn_text:hover i,
		#w202604179bcde32c3f380 .inline_widget a.info_name:hover {
			color              : #ccc !important;
			-o-transition      : .3s;
			-ms-transition     : .3s;
			-moz-transition    : .3s;
			-webkit-transition : .3s;
			transition         : .3s;
		}
		.scroll-to-fixed-fixed #w202604179bcde32c3f380 .inline_widget a.btn_text,
		.scroll-to-fixed-fixed #w202604179bcde32c3f380 .inline_widget a.btn_text span,
		.scroll-to-fixed-fixed #w202604179bcde32c3f380 .inline_widget a.btn_text i {
			color:#00b5ff !important;
		}
		.scroll-to-fixed-fixed #w202604179bcde32c3f380 .inline_widget a.btn_text:hover .text,
		.scroll-to-fixed-fixed #w202604179bcde32c3f380 .inline_widget a.btn_text:hover i,
		.scroll-to-fixed-fixed #w202604179bcde32c3f380 .inline_widget a.info_name:hover {
			color: #ccc !important;
		}
		#w202604179bcde32c3f380 .inline_widget a span.text,
		#w202604179bcde32c3f380 .inline_widget .use_info .info_name {
			font-size: 16px;
		}
		#w202604179bcde32c3f380 .inline_widget a span.icon_class {
			display: inline-block;
			vertical-align: middle;
			font-size: 16px;
			line-height: 1;
		}
		#w202604179bcde32c3f380 .inline_widget .use_info .info_img ~ .info_name {
			padding-left: 0.4em;
		}
		#w202604179bcde32c3f380 .inline_widget a.btn.custom_class .text {
			font-size: 16px;
		}
		#w202604179bcde32c3f380 .inline_widget a.btn .text {
			font-size: 14px;
		}
    #w202604179bcde32c3f380 .inline_widget a span.font-weight-bold {
      font-weight: bold;
    }

		#w202604179bcde32c3f380 .inline_widget a span.icon_class ~ .text {
			padding-left: 0.4em;
			display: inline-block;
			vertical-align: middle;
		}
		#w202604179bcde32c3f380 .inline_widget a span.icon_class ~ .text.no_text {
			padding-left: 0;
		}

		#w202604179bcde32c3f380 .inline_widget.button_text .inline-blocked {
			position:relative;
      display: inline-flex !important;
      align-items: center;
		}
		#w202604179bcde32c3f380 .inline_widget.button_text .inline-blocked .tooltip {
			z-index: 99;
		}
		#w202604179bcde32c3f380 .inline_widget.button_text .inline-blocked .use_info img {
			border-radius: 50%;
		}
		#w202604179bcde32c3f380 .inline_widget.login_btn .inline-blocked:first-child{
			margin-left: 0 !important;
		}
		#w202604179bcde32c3f380 .inline_widget.login_btn .inline-blocked:last-child {
			margin-right: 0 !important;
		}
		#w202604179bcde32c3f380 .inline_widget.login_btn div.tooltip-inner {
			min-width: auto;
			white-space: nowrap;
		}
		#w202604179bcde32c3f380 .inline_widget.login_btn a .badge {
			position: absolute;
			top: 0;
			color: #ffffff;
			font-family: Arial;
			right: 0;
			letter-spacing: 0;
			padding: 0;
			width: 15px;
			height: 15px;
			text-align: center;
			line-height: 15px;
			font-size: 10px;
			z-index: 10;
			cursor: pointer;
		}
		#w202604179bcde32c3f380 .inline_widget.login_btn a .badge[disabled] {
            visibility: hidden;
            display: none; 		}
        
		#w202604179bcde32c3f380 .inline_widget.login_btn a.btn_text .badge {
			left: auto;
			margin-top: 0;
		}
		#w202604179bcde32c3f380 .inline_widget.login_btn a.info_img .badge {
			margin-top: 0;
		}
		#w202604179bcde32c3f380 .inline_widget.login_btn .nameimg a .badge {
			left: auto;
			right: -10px;
		}
		#w202604179bcde32c3f380 .inline_widget.login_btn .badge {
			display: none;
		}
		#w202604179bcde32c3f380 .inline_widget .login_btn_item .join_tooltip ~ .tooltip {
			word-wrap: break-word;
			word-break: keep-all;
		}
		#w202604179bcde32c3f380 .inline_widget .login_btn_item .join_tooltip ~ .tooltip .tooltip-inner {
			background-color: #15181E !important;
			color: #fff !important;
		}
		#w202604179bcde32c3f380 .inline_widget .login_btn_item .join_tooltip ~ .tooltip.top .tooltip-arrow {
			border-top-color :#15181E;
		}
		#w202604179bcde32c3f380 .inline_widget .login_btn_item .join_tooltip ~ .tooltip.bottom .tooltip-arrow {
			border-bottom-color :#15181E;
		}

		#w202604179bcde32c3f380 .inline_widget .login_btn_item .join_tooltip ~ .tooltip.left .tooltip-arrow {
			border-left-color :#15181E;
		}

		#w202604179bcde32c3f380 .inline_widget .login_btn_item .join_tooltip ~ .tooltip.right .tooltip-arrow {
			border-right-color :#15181E;
		}
		.new_fixed_header #w202604179bcde32c3f380 .inline_widget .login_btn_item .join_tooltip ~ .tooltip.left .tooltip-arrow,
		.new_fixed_header #w202604179bcde32c3f380 .inline_widget .login_btn_item .join_tooltip ~ .tooltip.right .tooltip-arrow {
			top: 50% !important;
		}
		.new_fixed_header #w202604179bcde32c3f380 .inline_widget .login_btn_item .join_tooltip ~ .tooltip.left,
		.new_fixed_header #w202604179bcde32c3f380 .inline_widget .login_btn_item .join_tooltip ~ .tooltip.right {
			top: 0 !important;
		}
		
		@media (max-width: 991px) {
			#w202604179bcde32c3f380 .inline_widget.button_text .inline-blocked .tooltip {
				display: none !important;
			}
			#w202604179bcde32c3f380 .inline_widget .login_btn_item .join_tooltip ~ .tooltip {
				display: block !important;

			}
		}
		@media (min-width: 767px) {
			.doz_sys .hover_section_bg:hover #w202604179bcde32c3f380 .inline_widget a.btn_text,
			.doz_sys .hover_section_bg:hover #w202604179bcde32c3f380 .inline_widget a.btn_text span,
			.doz_sys .hover_section_bg:hover #w202604179bcde32c3f380 .inline_widget a.btn_text i,
			.doz_sys .hover_section_bg:hover #w202604179bcde32c3f380 .info_name {
				color : #00b5ff !important;
			}
			.doz_sys .hover_section_bg:hover #w202604179bcde32c3f380 .inline_widget .line {
				border-color : rgba(0,0,0,0.2) !important;
			}
			.doz_sys .hover_section_bg:hover #w202604179bcde32c3f380 .inline_widget a.btn_text:hover,
		    .doz_sys .hover_section_bg:hover #w202604179bcde32c3f380 .inline_widget a.btn_text:hover span,
			.doz_sys .hover_section_bg:hover #w202604179bcde32c3f380 .inline_widget a.btn_text:hover i,
			.doz_sys .hover_section_bg:hover #w202604179bcde32c3f380 .info_name:hover {
				  color : #ccc !important;
			}
		}


	
	#padding_w202606190eca0943ff8c4 {
		height: 30px;
		width: 16px;
	}
	.doz_sys .inline_widget.padding {
		margin: 0;
	}
	.inline_header_design .inline_widget.padding {
		border-width : 1px;
		border-style: dashed;
		border-color: rgba(0,0,0,0.1);
	}
	.inline_header_design .new_header_overlay .inline_widget.padding {
		border-color: #aaa;
	}
#w20260217ff1960deb641b .btn_A8A7x2S7C1{background-color:#ffc1d9;color:#ffffff !important;border-color:#ffc1d9;border-width:1px;border-radius:;}@media (min-width: 767px){.doz_sys .hover_section_bg:hover #w20260217ff1960deb641b .btn_A8A7x2S7C1{background-color:#ffc1d9 !important;color:#ffffff !important;border-color:#ffc1d9 !important;border-width:1px !important;border-radius:;}}@media (min-width: 767px){.doz_sys .hover_section_bg:hover #w20260217ff1960deb641b .btn_A8A7x2S7C1 .icon_class {color:#ffffff !important;}}@media (min-width: 767px){.doz_sys .hover_section_bg #w20260217ff1960deb641b .btn_A8A7x2S7C1:hover{background-color:#111111 !important;color:#ffffff !important;border-color:#111111 !important;border-width:1px !important;border-radius:;}}@media (min-width: 767px){.doz_sys .hover_section_bg #w20260217ff1960deb641b .btn_A8A7x2S7C1:hover .icon_class {color:#ffffff !important;}}#w20260217ff1960deb641b .btn_A8A7x2S7C1 .text{letter-spacing:px;}#w20260217ff1960deb641b .btn_A8A7x2S7C1 .icon_class {color:#ffffff !important;}#w20260217ff1960deb641b .btn_A8A7x2S7C1:hover {background-color:#111111;color:#ffffff !important;border-color:#111111;border-width:1px;}#w20260217ff1960deb641b .btn_A8A7x2S7C1:hover .icon_class {color:#ffffff !important;}.scroll-to-fixed-fixed #w20260217ff1960deb641b .btn_A8A7x2S7C1{background-color:#ffc1d9;color:#ffffff !important;border-color:#ffc1d9;border-width:1px;border-radius:;}.scroll-to-fixed-fixed #w20260217ff1960deb641b .btn_A8A7x2S7C1 .icon_class {color:#ffffff !important;}.scroll-to-fixed-fixed #w20260217ff1960deb641b .btn_A8A7x2S7C1:hover {background-color:#111111;color:#ffffff !important;border-color:#111111;border-width:1px;}.scroll-to-fixed-fixed #w20260217ff1960deb641b .btn_A8A7x2S7C1:hover .icon_class {color:#ffffff !important;}
	#w20260217ff1960deb641b .inline_widget i.simple {
		vertical-align: initial;
	}
	#w20260217ff1960deb641b .inline_widget a.btn {
		margin-left:10px;
		margin-right:10px;
		position: relative;
	}
	#w20260217ff1960deb641b .inline_widget .line {
		margin-left:5px;
		margin-right:5px;
	}

  #w20260217ff1960deb641b .inline_widget .inline-btn-item:first-child {
     a.btn, .line {
       margin-left: 0;
     }
   }
  #w20260217ff1960deb641b .inline_widget .inline-btn-item:last-child {
    a.btn, .line {
      margin-right: 0;
    }
  }

	.scroll-to-fixed-fixed #w20260217ff1960deb641b .inline_widget .line {
		border-color: rgba(0,0,0,0.2) !important;
	}
	#w20260217ff1960deb641b .inline_widget a.btn_text {
		display: inline-block;
		vertical-align: middle;
		position: relative;
		padding:4px 10px ;
		background: transparent !important;
		color:#212121 !important;
	}
	#w20260217ff1960deb641b .inline_widget a.btn_text i {
		color:#212121 !important;
	}
	#w20260217ff1960deb641b .inline_widget a.btn_text:hover .text,
	#w20260217ff1960deb641b .inline_widget a.btn_text:hover i,
	#w20260217ff1960deb641b .inline_widget a.info_name:hover {
		color: #ccc !important;
	}
	.scroll-to-fixed-fixed #w20260217ff1960deb641b .inline_widget a.btn_text,
	.scroll-to-fixed-fixed #w20260217ff1960deb641b .inline_widget a.btn_text span,
	.scroll-to-fixed-fixed #w20260217ff1960deb641b .inline_widget a.btn_text i {
		color:#212121 !important;
	}
	.scroll-to-fixed-fixed #w20260217ff1960deb641b .inline_widget a.btn_text:hover .text,
	.scroll-to-fixed-fixed #w20260217ff1960deb641b .inline_widget a.btn_text:hover i,
	.scroll-to-fixed-fixed #w20260217ff1960deb641b .inline_widget a.info_name:hover {
		color: #ccc !important;
	}
	#w20260217ff1960deb641b .inline_widget a span.text,
	#w20260217ff1960deb641b .inline_widget a span.icon_class,
	#w20260217ff1960deb641b .inline_widget .use_info .info_name {
		font-size: 16px;
	}
	#w20260217ff1960deb641b .inline_widget .use_info > a {
		display: table-cell;
		vertical-align: middle;
	}
	#w20260217ff1960deb641b .inline_widget a span.icon_class {
		font-size: 16px;
		vertical-align: middle;
		display: inline-block;
		line-height: 1;
	}
	#w20260217ff1960deb641b .inline_widget .info_img {
		padding-left: 10px;
		padding-right: 10px;
	}
	#w20260217ff1960deb641b .inline_widget .use_info .info_img {
		padding-right:10px;
	}
	#w20260217ff1960deb641b .inline_widget .use_info .info_img ~ .info_name {
		padding-right: 10px;
		padding-left: 0;
	}
	#w20260217ff1960deb641b .inline_widget .use_info .info_name {
		padding-left: 10px;
		padding-right: 10px;
	}
	#w20260217ff1960deb641b .inline_widget a.btn.custom_class .text {
		font-size: 16px;
	}
	#w20260217ff1960deb641b .inline_widget a span.icon_class ~ .text {
		padding-left: 0.4em;
		vertical-align: middle;
		display: inline-block;
	}
	#w20260217ff1960deb641b .inline_widget a span.icon_class ~ .text.no_text {
		padding-left: 0;
	}

	#w20260217ff1960deb641b .inline_widget.button_text .inline-blocked {
		vertical-align: middle;
		display: table-cell;
		position:relative;
	}
	#w20260217ff1960deb641b .inline_widget.button_text .inline-blocked .tooltip {
		z-index: 99999;
	}
	#w20260217ff1960deb641b .inline_widget.button_text .inline-blocked .use_info img {
		border-radius: 50%;
	}
	#w20260217ff1960deb641b .inline_widget.login_btn .inline-blocked:first-child {
		padding-left: 0 !important;
	}
	#w20260217ff1960deb641b .inline_widget.login_btn .inline-blocked:first-child a.btn_text,
	#w20260217ff1960deb641b .inline_widget.login_btn .inline-blocked:first-child .info_img {
		padding-left: 0 !important;
	}
	#w20260217ff1960deb641b .inline_widget.login_btn .inline-blocked:last-child a.btn_text {
		padding-right: 0 !important;
	}
	#w20260217ff1960deb641b .inline_widget.login_btn .inline-blocked:last-child a.btn {
		margin-right: 0 !important;
	}
	#w20260217ff1960deb641b .inline_widget.login_btn div.tooltip-inner {
		min-width: auto;
		white-space: nowrap;
	}
	#w20260217ff1960deb641b .inline_widget.login_btn a .badge {
		position: absolute;
		top: 30%;
		margin-top: -17px;
		color: #ffffff;
		font-family: Arial;
		left: auto;
		right: 0;
		letter-spacing: 0;
		padding: 0;
		width: 25px;
		height: 15px;
		text-align: center;
		line-height: 15px;
		font-size: 10px;
		z-index: 10;
		cursor: pointer;
	}
	#w20260217ff1960deb641b .inline_widget.login_btn a.btn_text .badge {
		left: auto;
		right: -10px;
		margin-top: -13px;
	}
	#w20260217ff1960deb641b .inline_widget.login_btn a.info_img .badge {
		margin-top: -25%;
	}
	#w20260217ff1960deb641b .inline_widget.login_btn .nameimg a .badge {
		left: auto;
		right: -10px;
	}
	@media (min-width: 767px){
		.doz_sys .hover_section_bg:hover #w20260217ff1960deb641b .inline_widget a.btn_text span{
			color: #212121 !important;
		}
		.doz_sys .hover_section_bg:hover #w20260217ff1960deb641b .inline_widget a.btn_text span i{
			color: #212121 !important;
		}
		.doz_sys .hover_section_bg:hover #w20260217ff1960deb641b .inline_widget a.btn_text:hover span{
			  color: #ccc !important;
		  }
		.doz_sys .hover_section_bg:hover #w20260217ff1960deb641b .inline_widget a.btn_text:hover span i{
			  color: #ccc !important;
		  }
	}

				#s20260202e34721ee467cc .inline-inside {
					max-width: 1440px;
					margin: 0 auto;
					padding-left:20px;
					padding-right:20px;
				}
				.admin.new_header_mode {
					overflow-x: auto;
				}
				.new_header_mode #edit_wrap {
					min-width: 1440px;
				}
				#s20260202e34721ee467cc .section_bg {
					;
					background-position:;
					background-size: cover; background-repeat: no-repeat;;
				}
				.new_header_overlay #s20260202e34721ee467cc .section_bg {
					background-image:none;;
				}
				.new_header_overlay .new_fixed_header #s20260202e34721ee467cc .section_bg {
					;
				}
				.scroll-to-fixed-fixed#s20260202e34721ee467cc .section_bg {
					;
					background-position: ;
					background-size: cover; background-repeat: no-repeat;;
				}
				#s20260202e34721ee467cc .inline-col-group {
					padding-top:0px;
					padding-bottom:0px;
					height : 75px;
				}
				#s20260202e34721ee467cc .inline-col-group > .inline-col {
					padding-left: 8px;
				}
				#s20260202e34721ee467cc .inline-col-group > .inline-col:first-child {
					padding-left:  0 !important;
				}
				#s20260202e34721ee467cc .inline-row > .inline-col {
					padding-left: 8px;
				}
				#s20260202e34721ee467cc .inline-row > .inline-col:first-child {
					padding-left: 0 !important;
				}
				#s20260202e34721ee467cc.extend .inline-inside {
					max-width: 100% !important;
				}
				#s20260202e34721ee467cc .inline_widget.image .text,
				#s20260202e34721ee467cc .inline_widget.logo a,
				#s20260202e34721ee467cc .inline_widget.icon,
				#s20260202e34721ee467cc .inline_widget.login_btn a,
				#s20260202e34721ee467cc .viewport-nav > li > a,
				#s20260202e34721ee467cc .inline-col .inline_global_dropdown a,
				#s20260202e34721ee467cc .inline_widget.widget_text_wrap {
					color: #ffffff;
				}

				.new_header_overlay #s20260202e34721ee467cc.scroll-to-fixed-fixed .viewport-nav > li > a {
					color: #ffffff;
				}
				.new_header_overlay #s20260202e34721ee467cc.scroll-to-fixed-fixed .section_bg_color {
					background-color: rgba(255, 255, 255, 0.95) !important;
				}
				#s20260202e34721ee467cc .inline_widget.padding > div {
					;
				}
				#s20260202e34721ee467cc .inline-col .inline_global_dropdown a i.arrow {
					border-top-color: #ffffff;
				}
				#s20260202e34721ee467cc {
				  border-width: 0 0 0px;
				  border-color: #171717;
				  border-style: solid;
				}
				.scroll-to-fixed-fixed#s20260202e34721ee467cc {
				  border-color: #171717;
				  -webkit-transform: translate3d(0, 0, 0);
					transform : translate3d(0, 0, 0);
				} 
				#s20260202e34721ee467cc .inline-col-group,
				 #s20260202e34721ee467cc .inline-col-group .inline-col {
					vertical-align: middle ;
				}
				#inline_header_mobile #s20260202e34721ee467cc .inline-inside {
					padding-left:0px !important;
					padding-right:0px !important;
				}
				#s20260202e34721ee467cc .btn:not(.btn-primary):not(.btn_custom) {
                    background-color : #ffffff;;
                    background-color: rgba(255, 255, 255, 0.95);
                    ;
                    color:;
                    border-color:rgb(255,255,255) ;border-color:rgba(255,255,255,0.2) ;;
                }
                #s20260202e34721ee467cc .btn:not(.btn-primary):not(.btn_custom):hover {
                    border-color:#ffffff;
                }
                #s20260202e34721ee467cc .btn-primary span {
                    color:#ffffff;
                }
				@media (min-width: 991px) {
                    .doz_sys #s20260202e34721ee467cc .btn-primary:hover span, #s20260202e34721ee467cc .widget_text_wrap .btn:hover span {
                        color:#ffffff;
                    }
				}
				@media all and (min-width: 768px) {
					#s20260202e34721ee467cc.hover_section_bg:hover .section_bg_color {
						background-color:  !important;
					}
					#s20260202e34721ee467cc.hover_section_bg:hover .section_bg {
						;
					}
					#s20260202e34721ee467cc.hover_section_bg:hover img.normal_logo {
						opacity: 0;
					}
					#s20260202e34721ee467cc.hover_section_bg:hover img.scroll_logo {
						opacity: 1;
					}
				}
				@media all and (max-width: 767px) {
					.inline_header_design {
						overflow-x: hidden;
					}
				}
			
	.fixed-menu-on .scroll_position {
		top: -0px;
	}
	
		@media (max-width: 991px){
			.doz_sys .section_first.visual_section .full_screen_show .owl-theme .item .op,
			.doz_sys .section_first.visual_section .full_screen_show .owl-theme .item .op .header-content {
				height: calc(100vh - 68px) !important;
			}
		}
	
		.doz_sys #logo_w20260202a823994af22ab.logo .logo_title a {
			font-family: '';
			font-size: 20px;
		letter-spacing: 0px;
		font-weight: bold;
		font-style: normal;
		;
		color: #212121;
		line-height: inherit;
	}
	@media (min-width: 767px) {
		.doz_sys .hover_section_bg:hover #logo_w20260202a823994af22ab.logo .logo_title a {
			color : #212121		}
	}
	.scroll-to-fixed-fixed #logo_w20260202a823994af22ab .logo_title a {
		 !important;
		color: #212121 !important;
	}
  #logo_w20260202a823994af22ab {
    display: flex;
    align-items: center;
    flex-direction: row;
  }
	#logo_w20260202a823994af22ab > div {
		display: block;
	}
		#logo_w20260202a823994af22ab .img_box ~ .logo_title {
		padding-left: 10px;
	}
		/*@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {*/
	/*	#logo_*//* .normal_logo,*/
	/*	#logo_*//* .scroll_logo {*/
	/*		width: auto;*/
	/*	}*/
	/*}*/
#w20260202b7788711953e1 .btn_d25233a15f764{background-color:#00b5ff;color:#ffffff !important;border-color:#d3d3d3;border-width:0px;border-radius:;}@media (min-width: 767px){.doz_sys .hover_section_bg:hover #w20260202b7788711953e1 .btn_d25233a15f764{background-color:#00b5ff !important;color:#ffffff !important;border-color:#d3d3d3 !important;border-width:0px !important;border-radius:;}}@media (min-width: 767px){.doz_sys .hover_section_bg:hover #w20260202b7788711953e1 .btn_d25233a15f764 .icon_class {color:#ffffff !important;}}@media (min-width: 767px){.doz_sys .hover_section_bg #w20260202b7788711953e1 .btn_d25233a15f764:hover{background-color:#000000 !important;color:#ffffff !important;border-color:#01a081 !important;border-width:0px !important;border-radius:;}}@media (min-width: 767px){.doz_sys .hover_section_bg #w20260202b7788711953e1 .btn_d25233a15f764:hover .icon_class {color:#ffffff !important;}}#w20260202b7788711953e1 .btn_d25233a15f764 .text{letter-spacing:px;}#w20260202b7788711953e1 .btn_d25233a15f764 .icon_class {color:#ffffff !important;}#w20260202b7788711953e1 .btn_d25233a15f764:hover {background-color:#000000;color:#ffffff !important;border-color:#01a081;border-width:0px;}#w20260202b7788711953e1 .btn_d25233a15f764:hover .icon_class {color:#ffffff !important;}.scroll-to-fixed-fixed #w20260202b7788711953e1 .btn_d25233a15f764{background-color:#00b5ff;color:#ffffff !important;border-color:#d3d3d3;border-width:0px;border-radius:;}.scroll-to-fixed-fixed #w20260202b7788711953e1 .btn_d25233a15f764 .icon_class {color:#ffffff !important;}.scroll-to-fixed-fixed #w20260202b7788711953e1 .btn_d25233a15f764:hover {background-color:#000000;color:#ffffff !important;border-color:#01a081;border-width:0px;}.scroll-to-fixed-fixed #w20260202b7788711953e1 .btn_d25233a15f764:hover .icon_class {color:#ffffff !important;}
	#w20260202b7788711953e1 .inline_widget i.simple {
		vertical-align: initial;
	}
	#w20260202b7788711953e1 .inline_widget a.btn {
		margin-left:5px;
		margin-right:5px;
		position: relative;
	}
	#w20260202b7788711953e1 .inline_widget .line {
		margin-left:2.5px;
		margin-right:2.5px;
	}

  #w20260202b7788711953e1 .inline_widget .inline-btn-item:first-child {
     a.btn, .line {
       margin-left: 0;
     }
   }
  #w20260202b7788711953e1 .inline_widget .inline-btn-item:last-child {
    a.btn, .line {
      margin-right: 0;
    }
  }

	.scroll-to-fixed-fixed #w20260202b7788711953e1 .inline_widget .line {
		border-color: rgba(0,0,0,0.2) !important;
	}
	#w20260202b7788711953e1 .inline_widget a.btn_text {
		display: inline-block;
		vertical-align: middle;
		position: relative;
		padding:5px 5px ;
		background: transparent !important;
		color:#212121 !important;
	}
	#w20260202b7788711953e1 .inline_widget a.btn_text i {
		color:#212121 !important;
	}
	#w20260202b7788711953e1 .inline_widget a.btn_text:hover .text,
	#w20260202b7788711953e1 .inline_widget a.btn_text:hover i,
	#w20260202b7788711953e1 .inline_widget a.info_name:hover {
		color: #ccc !important;
	}
	.scroll-to-fixed-fixed #w20260202b7788711953e1 .inline_widget a.btn_text,
	.scroll-to-fixed-fixed #w20260202b7788711953e1 .inline_widget a.btn_text span,
	.scroll-to-fixed-fixed #w20260202b7788711953e1 .inline_widget a.btn_text i {
		color:#212121 !important;
	}
	.scroll-to-fixed-fixed #w20260202b7788711953e1 .inline_widget a.btn_text:hover .text,
	.scroll-to-fixed-fixed #w20260202b7788711953e1 .inline_widget a.btn_text:hover i,
	.scroll-to-fixed-fixed #w20260202b7788711953e1 .inline_widget a.info_name:hover {
		color: #ccc !important;
	}
	#w20260202b7788711953e1 .inline_widget a span.text,
	#w20260202b7788711953e1 .inline_widget a span.icon_class,
	#w20260202b7788711953e1 .inline_widget .use_info .info_name {
		font-size: 14px;
	}
	#w20260202b7788711953e1 .inline_widget .use_info > a {
		display: table-cell;
		vertical-align: middle;
	}
	#w20260202b7788711953e1 .inline_widget a span.icon_class {
		font-size: 16px;
		vertical-align: middle;
		display: inline-block;
		line-height: 1;
	}
	#w20260202b7788711953e1 .inline_widget .info_img {
		padding-left: 5px;
		padding-right: 5px;
	}
	#w20260202b7788711953e1 .inline_widget .use_info .info_img {
		padding-right:10px;
	}
	#w20260202b7788711953e1 .inline_widget .use_info .info_img ~ .info_name {
		padding-right: 5px;
		padding-left: 0;
	}
	#w20260202b7788711953e1 .inline_widget .use_info .info_name {
		padding-left: 5px;
		padding-right: 5px;
	}
	#w20260202b7788711953e1 .inline_widget a.btn.custom_class .text {
		font-size: 14px;
	}
	#w20260202b7788711953e1 .inline_widget a span.icon_class ~ .text {
		padding-left: 0.4em;
		vertical-align: middle;
		display: inline-block;
	}
	#w20260202b7788711953e1 .inline_widget a span.icon_class ~ .text.no_text {
		padding-left: 0;
	}

	#w20260202b7788711953e1 .inline_widget.button_text .inline-blocked {
		vertical-align: middle;
		display: table-cell;
		position:relative;
	}
	#w20260202b7788711953e1 .inline_widget.button_text .inline-blocked .tooltip {
		z-index: 99999;
	}
	#w20260202b7788711953e1 .inline_widget.button_text .inline-blocked .use_info img {
		border-radius: 50%;
	}
	#w20260202b7788711953e1 .inline_widget.login_btn .inline-blocked:first-child {
		padding-left: 0 !important;
	}
	#w20260202b7788711953e1 .inline_widget.login_btn .inline-blocked:first-child a.btn_text,
	#w20260202b7788711953e1 .inline_widget.login_btn .inline-blocked:first-child .info_img {
		padding-left: 0 !important;
	}
	#w20260202b7788711953e1 .inline_widget.login_btn .inline-blocked:last-child a.btn_text {
		padding-right: 0 !important;
	}
	#w20260202b7788711953e1 .inline_widget.login_btn .inline-blocked:last-child a.btn {
		margin-right: 0 !important;
	}
	#w20260202b7788711953e1 .inline_widget.login_btn div.tooltip-inner {
		min-width: auto;
		white-space: nowrap;
	}
	#w20260202b7788711953e1 .inline_widget.login_btn a .badge {
		position: absolute;
		top: 30%;
		margin-top: -17px;
		color: #ffffff;
		font-family: Arial;
		left: auto;
		right: 0;
		letter-spacing: 0;
		padding: 0;
		width: 25px;
		height: 15px;
		text-align: center;
		line-height: 15px;
		font-size: 10px;
		z-index: 10;
		cursor: pointer;
	}
	#w20260202b7788711953e1 .inline_widget.login_btn a.btn_text .badge {
		left: auto;
		right: -10px;
		margin-top: -13px;
	}
	#w20260202b7788711953e1 .inline_widget.login_btn a.info_img .badge {
		margin-top: -25%;
	}
	#w20260202b7788711953e1 .inline_widget.login_btn .nameimg a .badge {
		left: auto;
		right: -10px;
	}
	@media (min-width: 767px){
		.doz_sys .hover_section_bg:hover #w20260202b7788711953e1 .inline_widget a.btn_text span{
			color: #212121 !important;
		}
		.doz_sys .hover_section_bg:hover #w20260202b7788711953e1 .inline_widget a.btn_text span i{
			color: #212121 !important;
		}
		.doz_sys .hover_section_bg:hover #w20260202b7788711953e1 .inline_widget a.btn_text:hover span{
			  color: #ccc !important;
		  }
		.doz_sys .hover_section_bg:hover #w20260202b7788711953e1 .inline_widget a.btn_text:hover span i{
			  color: #ccc !important;
		  }
	}

	#w202604141c756102f9ac5 .icon_type_menu:not(.st02) {
		line-height: 1;
	}
	#w202604141c756102f9ac5 .icon_type_menu .badge {
		width: 15px;
		font-size: 10px;
		display: inline-block;
		position: absolute;
		color: #ffffff;
		font-family: Arial;
		left: auto;
		right: -8px;;
		letter-spacing: 0;
		padding: 0;
		height: 15px;
		text-align: center;
		line-height: 15px;
		z-index: 10;
		top: 35%;
		margin-top: -10px;
	}
	#w202604141c756102f9ac5 .icon_type_menu a {
		font-size :18px;
		color: #212121;
		background: rgba(0, 0, 0, 0);
		border: 0px solid #ccc;
		border-radius: 0px;
		text-align: center;
		padding-left:10px;
		padding-right:10px;
		padding-top:10px;
		padding-bottom:10px
	}
	#w202604141c756102f9ac5 .icon_type_menu a .icon_code {
		vertical-align: top;
	}
	.scroll-to-fixed-fixed #w202604141c756102f9ac5 .icon_type_menu a {
		color: #212121;
		background: rgba(0, 0, 0, 0);
		border: 0px solid #ccc;
	}

	#w202604141c756102f9ac5 .icon_type_menu a span.text {
		display: none;
	}


	#w202604141c756102f9ac5 .icon_type_menu a .fa {
		width:auto;
		height:auto;
	}
	#w202604141c756102f9ac5 .icon_type_menu.st01 a {
		border-radius: 50%;
		padding: 15px;
	}
	#w202604141c756102f9ac5 .icon_type_menu.st02 a {
		color: #212121;
		padding: 10px 10px;
	}
	.scroll-to-fixed-fixed #w202604141c756102f9ac5 .icon_type_menu.st02 a {
		color: #212121;

	}


	#w202604141c756102f9ac5 .icon_type_menu.st02 a:before{
		content:"";
		display:inline-block;
		vertical-align:middle;
		height:100%;
	}
	#w202604141c756102f9ac5 .icon_type_menu.st02 a .icon_code {
		display: none;
	}
	#w202604141c756102f9ac5 .icon_type_menu.st02 .badge {
		right: -10px;
	}
	#w202604141c756102f9ac5 .icon_type_menu.st02 a span.text {
		max-width:100%;
		max-height:100%;
		display:inline-block;
	}
	@media (min-width: 991px) {
		#w202604141c756102f9ac5 .icon_type_menu a:hover {
			color:rgba(0, 0, 0, 0.5);
			background: rgba(0, 0, 0, 0);
			border-color: rgba(0, 0, 0, 0);
		}
		.scroll-to-fixed-fixed #w202604141c756102f9ac5 .icon_type_menu a:hover {
			color:rgba(0, 0, 0, 0.5);
			background: rgba(0, 0, 0, 0);
			border-color: rgba(0, 0, 0, 0);
		}
		#w202604141c756102f9ac5 .icon_type_menu.st02 a:hover {
			color: rgba(0, 0, 0, 0.5);
		}
		.scroll-to-fixed-fixed #w202604141c756102f9ac5 .icon_type_menu.st02 a:hover {
			color: rgba(0, 0, 0, 0.5);
		}
	}
	@media (min-width: 767px) {
		.doz_sys .hover_section_bg:hover #w202604141c756102f9ac5 .icon_type_menu a {
			color : #212121!important;
		}
		.doz_sys .hover_section_bg:hover #w202604141c756102f9ac5 .icon_type_menu a:hover {
			  color : rgba(0, 0, 0, 0.5)!important;
		  }
	}


				#s20260202f9924ca26354b .inline-inside {
					max-width: 1440px;
					margin: 0 auto;
					padding-left:15px;
					padding-right:15px;
				}
				.admin.new_header_mode {
					overflow-x: auto;
				}
				.new_header_mode #edit_wrap {
					min-width: 1440px;
				}
				#s20260202f9924ca26354b .section_bg {
					;
					background-position:;
					background-size: cover; background-repeat: no-repeat;;
				}
				.new_header_overlay_mobile #s20260202f9924ca26354b .section_bg {
					background-image:none;;
				}
				.new_header_overlay_mobile .new_fixed_header #s20260202f9924ca26354b .section_bg {
					;
				}
				.scroll-to-fixed-fixed#s20260202f9924ca26354b .section_bg {
					;
					background-position: ;
					background-size: cover; background-repeat: no-repeat;;
				}
				#s20260202f9924ca26354b .inline-col-group {
					padding-top:14px;
					padding-bottom:14px;
					height : 68px;
				}
				#s20260202f9924ca26354b .inline-col-group > .inline-col {
					padding-left: 10px;
				}
				#s20260202f9924ca26354b .inline-col-group > .inline-col:first-child {
					padding-left:  0 !important;
				}
				#s20260202f9924ca26354b .inline-row > .inline-col {
					padding-left: 10px;
				}
				#s20260202f9924ca26354b .inline-row > .inline-col:first-child {
					padding-left: 0 !important;
				}
				#s20260202f9924ca26354b.extend .inline-inside {
					max-width: 100% !important;
				}
				#s20260202f9924ca26354b .inline_widget.image .text,
				#s20260202f9924ca26354b .inline_widget.logo a,
				#s20260202f9924ca26354b .inline_widget.icon,
				#s20260202f9924ca26354b .inline_widget.login_btn a,
				#s20260202f9924ca26354b .viewport-nav > li > a,
				#s20260202f9924ca26354b .inline-col .inline_global_dropdown a,
				#s20260202f9924ca26354b .inline_widget.widget_text_wrap {
					color: #ffffff;
				}

				.new_header_overlay_mobile #s20260202f9924ca26354b.scroll-to-fixed-fixed .viewport-nav > li > a {
					color: #ffffff;
				}
				.new_header_overlay_mobile #s20260202f9924ca26354b.scroll-to-fixed-fixed .section_bg_color {
					background-color: #ffffff !important;
				}
				#s20260202f9924ca26354b .inline_widget.padding > div {
					;
				}
				#s20260202f9924ca26354b .inline-col .inline_global_dropdown a i.arrow {
					border-top-color: #ffffff;
				}
				#s20260202f9924ca26354b {
				  border-width: 0 0 0px;
				  border-color: #e7e7e7;
				  border-style: solid;
				}
				.scroll-to-fixed-fixed#s20260202f9924ca26354b {
				  border-color: #e7e7e7;
				  -webkit-transform: translate3d(0, 0, 0);
					transform : translate3d(0, 0, 0);
				} 
				#s20260202f9924ca26354b .inline-col-group,
				 #s20260202f9924ca26354b .inline-col-group .inline-col {
					vertical-align: middle ;
				}
				#inline_header_mobile #s20260202f9924ca26354b .inline-inside {
					padding-left:20px !important;
					padding-right:20px !important;
				}
				#s20260202f9924ca26354b .btn:not(.btn-primary):not(.btn_custom) {
                    ;
                    background-color: #ffffff;
                    ;
                    color:;
                    border-color:rgb(255,255,255) ;border-color:rgba(255,255,255,0.2) ;;
                }
                #s20260202f9924ca26354b .btn:not(.btn-primary):not(.btn_custom):hover {
                    border-color:#ffffff;
                }
                #s20260202f9924ca26354b .btn-primary span {
                    color:#ffffff;
                }
				@media (min-width: 991px) {
                    .doz_sys #s20260202f9924ca26354b .btn-primary:hover span, #s20260202f9924ca26354b .widget_text_wrap .btn:hover span {
                        color:#ffffff;
                    }
				}
				@media all and (min-width: 768px) {
					#s20260202f9924ca26354b.hover_section_bg:hover .section_bg_color {
						background-color:  !important;
					}
					#s20260202f9924ca26354b.hover_section_bg:hover .section_bg {
						;
					}
					#s20260202f9924ca26354b.hover_section_bg:hover img.normal_logo {
						opacity: 0;
					}
					#s20260202f9924ca26354b.hover_section_bg:hover img.scroll_logo {
						opacity: 1;
					}
				}
				@media all and (max-width: 767px) {
					.inline_header_design {
						overflow-x: hidden;
					}
				}
			
	@media all and (max-width : 767px) {
		.fixed-menu-on .scroll_position {
			top: -68px !important;
		}
		.fixed-menu-on.new_fixed_header_disable .scroll_position {
			top: 0 !important;
		}
	}
	
			.shop_view .s20260407fc61e46eb3a1c.xzoom-preview {
				;
				background: #ffffff;
			}
			.shop_view #s20260407fc61e46eb3a1c select.form-control option {
				color:  !important;
				background: #ffffff;
			}
			.is-ie .shop_view #s20260407fc61e46eb3a1c select.form-control option {
				color: #000 !important;
			}
			.admin #s20260407fc61e46eb3a1c .widget.padding > div {
				;
			}
			.admin #s20260407fc61e46eb3a1c .ibg-bg {
				height: 100% !important;
			}
			.admin #s20260407fc61e46eb3a1c .widget_drag_bar,
			.admin .doz_sys #s20260407fc61e46eb3a1c .ui-resizable-handle.ui-resizable-e:hover:after,
			.admin .doz_sys #s20260407fc61e46eb3a1c .ui-resizable-handle.ui-resizable-w:hover:after,
			.admin .doz_sys #s20260407fc61e46eb3a1c .ui-resizable-handle.ui-resizable-e.active:after,
			.admin .doz_sys #s20260407fc61e46eb3a1c .ui-resizable-handle.ui-resizable-w.active:after,
			.admin .doz_sys #s20260407fc61e46eb3a1c .drop_line {
				background-color: ;
			}
			.admin .doz_sys #s20260407fc61e46eb3a1c .ui-resizable-handle.ui-resizable-n:hover:after,
			.admin .doz_sys #s20260407fc61e46eb3a1c .ui-resizable-handle.ui-resizable-s:hover:after {
				border-bottom:2px solid  ;
			}
			#s20260407fc61e46eb3a1c {
				color: ;
			}
			#s20260407fc61e46eb3a1c.side_basic main .inside,
			#s20260407fc61e46eb3a1c .site_prod_nav_wrap.scroll-to-fixed-fixed ul.site_prod_nav,
			.doz_sys #s20260407fc61e46eb3a1c .col-dz-12 .extend_thumbs {
				max-width: 1460px;
			}
			.modal_site_modal_menu #s20260407fc61e46eb3a1c.side_basic main .inside,
			.menu_type_modal #s20260407fc61e46eb3a1c.side_basic main .inside {
				max-width: 570px;
			}
			.doz_sys .modal_site_modal_menu .modal-header,
			.menu_type_modal .doz_modal_header {
				border-width: 0 0 1px 0;
				border-style: solid;
				;
			}
			.menu_type_modal #s20260407fc61e46eb3a1c,
			.menu_type_modal .doz_modal_header {
			;
				background: ;
			;
				color:  ;
			}
			.menu_type_modal .doz_modal_header .bt.bt-flat.bt-default {
			;
				color:  ;
			}
			.doz_sys #s20260407fc61e46eb3a1c .col-dz-12 .inside .extend_thumbs {
				max-width: inherit;
			}
			#s20260407fc61e46eb3a1c.extend_section main {
				padding-left: 0px;
				padding-right: 0px;
			}
			#s20260407fc61e46eb3a1c.section_wrap.extend_section main .widget.board .grid_ignore.bg_on {
				margin-left: -0px;
				margin-right: -0px;
				width: calc(100% + 0px + 0px);
			}
			#s20260407fc61e46eb3a1c .booking_day .body_font_color_20,
			#s20260407fc61e46eb3a1c .booking_list.waiting .title {
				; 
			}
		
			#s20260407fc61e46eb3a1c.extend_section main > .inside {
				max-width: 100% !important;
			}
			#s20260407fc61e46eb3a1c .li_table ul:nth-of-type(2),
			#s20260407fc61e46eb3a1c .li_board ul li,
			#s20260407fc61e46eb3a1c .radio-styled:not(ie8).radio_color_option.small input ~ span span {
				;
			}
			#s20260407fc61e46eb3a1c .checkbox-styled:not(ie8) input ~ span:before,
			#s20260407fc61e46eb3a1c .radio-styled:not(ie8) input ~ span:before {
				
			}
			#s20260407fc61e46eb3a1c .board_view .grid_ignore header a, #s20260407fc61e46eb3a1c .widget.board .grid_ignore .author .date, #s20260407fc61e46eb3a1c .widget.board .grid_ignore a.board, #s20260407fc61e46eb3a1c .widget.board .grid_ignore .author .write, .editor_box .add_map .info > div.phone, #s20260407fc61e46eb3a1c .content-tit .board {
				;
			}
			#s20260407fc61e46eb3a1c select.form-control,
			#s20260407fc61e46eb3a1c input.form-control,
			#s20260407fc61e46eb3a1c textarea.form-control {
				;
				color: #111;
				background: rgba(255, 255, 255, 0);
			}
			#s20260407fc61e46eb3a1c .input_block .select-block .selectbox select {
				border: none;
				background: none;
				color: #212121;
			}
			#s20260407fc61e46eb3a1c .phonenumber_wrap .line {
				
			}
			#s20260407fc61e46eb3a1c .shop-content.shop-style-b.open .opt-group .btn_clse > span {
				
			}
			.shop_view #s20260407fc61e46eb3a1c .shop-content select.form-control,
			.shop_view #s20260407fc61e46eb3a1c .shop-content input.form-control,
			.shop_view #s20260407fc61e46eb3a1c .shop-content textarea.form-control,
			.booking_view #s20260407fc61e46eb3a1c .booking_opt select.form-control,
			.shop_view #s20260407fc61e46eb3a1c .form-select-wrap .dropdown-menu,
			.shop_view #s20260407fc61e46eb3a1c .form-select-wrap .dropdown-menu .dropdown-item {
				;
				background: #ffffff;
			}
			#s20260407fc61e46eb3a1c .seemore_wrap .open:before {
				background-image: linear-gradient(to bottom, rgba(255,255,255,0.01), rgba(255,255,255,0.8) 66%, rgba(255,255,255,0.9) 83%, rgba(255,255,255,0.98) 98%, #ffffff);
			}
			#s20260407fc61e46eb3a1c .item_detail select.form-control,
			#s20260407fc61e46eb3a1c .item_detail input.form-control,
			#s20260407fc61e46eb3a1c .item_detail textarea.form-control,
			#s20260407fc61e46eb3a1c .booking_opt select.form-control,
			#s20260407fc61e46eb3a1c .goods_select textarea.form-control,
			#s20260407fc61e46eb3a1c .goods_select select.form-control,
			#s20260407fc61e46eb3a1c .goods_select input.form-control,
			#s20260407fc61e46eb3a1c .form-select-wrap:before {
				 !important;
				color: ;
			}
			#s20260407fc61e46eb3a1c .form-select-wrap .dropdown-menu .dropdown-item:hover {
				;
			}
			#s20260407fc61e46eb3a1c .board_summary .write, #s20260407fc61e46eb3a1c .board_view .grid_ignore .author .date, #s20260407fc61e46eb3a1c .board_view .grid_ignore .author .hit-count, .doz_sys #s20260407fc61e46eb3a1c label, .doz_sys #s20260407fc61e46eb3a1c label.control-label, #s20260407fc61e46eb3a1c .shop-table > tbody > tr.payment-info > td.pay-txt, #s20260407fc61e46eb3a1c .nick.text-default-dark, #s20260407fc61e46eb3a1c .text-default-dark, #s20260407fc61e46eb3a1c .shop_mypage .mypage .my-box a, #s20260407fc61e46eb3a1c .shop_mypage .item-detail a, #s20260407fc61e46eb3a1c .shop_mypage .item-detail p, #s20260407fc61e46eb3a1c .shop_mypage h6, #s20260407fc61e46eb3a1c .shop_mypage .table-wrap p, #s20260407fc61e46eb3a1c .shop_payment h1, #s20260407fc61e46eb3a1c .shop_payment h6, #s20260407fc61e46eb3a1c .shop-content p, #s20260407fc61e46eb3a1c .shop_payment, #s20260407fc61e46eb3a1c .shop-content span, #s20260407fc61e46eb3a1c .shop-content .shop-item .item-icon .im-icon.im-ico-liked, #s20260407fc61e46eb3a1c .shop-content .price, #s20260407fc61e46eb3a1c,#s20260407fc61e46eb3a1c .shop-tit,#s20260407fc61e46eb3a1c .board_view .board_txt_area,#s20260407fc61e46eb3a1c .board.widget .grid_ignore .view_tit,.doz_sys #s20260407fc61e46eb3a1c .shop-content input.form-control, .doz_sys #s20260407fc61e46eb3a1c .shop-content select.form-control, #s20260407fc61e46eb3a1c .widget_menu_title,#s20260407fc61e46eb3a1c .comment_area,body.shop_mypage #s20260407fc61e46eb3a1c .comment_area,
			#s20260407fc61e46eb3a1c .list_review_inner .use_summary, #s20260407fc61e46eb3a1c .list_review_inner .use_summary a, #s20260407fc61e46eb3a1c .list_review_inner .fold, #s20260407fc61e46eb3a1c .list_review_inner .comment_area, #s20260407fc61e46eb3a1c .booking_nav_tools span {
				;
				color:  ;
			}
			#s20260407fc61e46eb3a1c .shop-content span.sale-price-text {
			    color : #212121 !important;
			}
			.doz_sys #s20260407fc61e46eb3a1c a.use-info {
			    color : #00b5ff;
			}
			#s20260407fc61e46eb3a1c .shop-content span.sale-price-text-done, 
			.doz_sys #s20260407fc61e46eb3a1c a.use-info-download-done {
			    color: #999999 !important;
			}
			.doz_sys #s20260407fc61e46eb3a1c .shop-content .down-btn select.form-control {
				;
				color:  !important;
			}
			#s20260407fc61e46eb3a1c .shop-content.mypage .bg-bright a, #s20260407fc61e46eb3a1c .shop-content.mypage .bg-bright p, #s20260407fc61e46eb3a1c .shop-content.mypage .bg-bright span, #s20260407fc61e46eb3a1c .shop-content.mypage .bg-bright div {
				color: #212121;
			}
			#s20260407fc61e46eb3a1c .shop-content.mypage .bg-bright .use_grade .ug_btn .btn,
			#s20260407fc61e46eb3a1c .shop-content span.ug_name .btn {
				border-color: #D5D5D5;
			}
			#s20260407fc61e46eb3a1c .shop-content h6 span {
			;
				color: ;
			}
			#s20260407fc61e46eb3a1c .left-menu ul li.on a,
			.doz_sys #s20260407fc61e46eb3a1c .paging_type_count .owl-dots .owl-dot span:before,
			.menu_type_modal #s20260407fc61e46eb3a1c,
			#s20260407fc61e46eb3a1c .list_review_inner .comment .tools .text-gray-bright {
				;
				color:  !important;
			}
			.doz_sys #s20260407fc61e46eb3a1c .paging_type_count.slide_02 .owl-dots .owl-dot.active span:before {
				color: #fff !important;
			}
			.doz_sys #s20260407fc61e46eb3a1c .paging_type_dot .owl-dots .owl-dot span,
			.doz_sys #s20260407fc61e46eb3a1c .paging_type_big_dot .owl-dots .owl-dot span,
			.doz_sys #s20260407fc61e46eb3a1c .paging_type_line .owl-dots .owl-dot span,
			.doz_sys #s20260407fc61e46eb3a1c .paging_type_count.paging_type_count02 .owl-dots .owl-dot.active span:before,
			#s20260407fc61e46eb3a1c .list_review_inner, 
			#s20260407fc61e46eb3a1c .list_review_inner .fold.cmt,
			#s20260407fc61e46eb3a1c .list_review_wrap,
			#s20260407fc61e46eb3a1c .list_review_inner .textarea_block,
			#s20260407fc61e46eb3a1c .list_review_inner .comment .main_comment,
			#s20260407fc61e46eb3a1c .list_review_inner .txt_delete:before,
			#s20260407fc61e46eb3a1c .form-select-wrap.open .dropdown-toggle, 
			#s20260407fc61e46eb3a1c .form-select-wrap.open .dropdown-menu,
			#s20260407fc61e46eb3a1c .form-select-wrap.open .dropdown-menu .dropdown-item {
				border-color: ;
			}
			.doz_sys #s20260407fc61e46eb3a1c .paging_type_dot02 .owl-dots .owl-dot span,
			.doz_sys #s20260407fc61e46eb3a1c .paging_type_dot .owl-dots .owl-dot.active span,
			.doz_sys #s20260407fc61e46eb3a1c .paging_type_line .owl-dots .owl-dot.active span,
			.doz_sys #s20260407fc61e46eb3a1c .paging_type_big_dot .owl-dots .owl-dot span,
			.doz_sys #s20260407fc61e46eb3a1c .paging_type_line .owl-dots .owl-dot span {
				background: ;
			}
			#s20260407fc61e46eb3a1c .form-control:focus {
				border-color:#00b5ff;
			}
			#s20260407fc61e46eb3a1c .sub_depth li a, #s20260407fc61e46eb3a1c .sub_depth li span {
				;
			}
			#s20260407fc61e46eb3a1c .slide_03.owl-theme .owl-dots .owl-dot span {
				;
			} 
			#s20260407fc61e46eb3a1c .pagination > li > a,
			#s20260407fc61e46eb3a1c .pagination > li > span,
			#s20260407fc61e46eb3a1c .pagination > li > a:focus,
			#s20260407fc61e46eb3a1c .pagination > li > span:focus,
			#s20260407fc61e46eb3a1c .map-inner .pagination li.active a,
			#s20260407fc61e46eb3a1c .pagination li > a.disabled:hover,
			#s20260407fc61e46eb3a1c .pagination li > a.disabled:focus {
				;
			}
			#s20260407fc61e46eb3a1c .form-select-wrap.open .dropdown-menu .dropdown-item {
				;
			}
			#s20260407fc61e46eb3a1c .pagination > .active > a,
			#s20260407fc61e46eb3a1c .pagination > .active > span,
			#s20260407fc61e46eb3a1c .pagination > .active > a:hover,
			#s20260407fc61e46eb3a1c .pagination > .active > span:hover,
			#s20260407fc61e46eb3a1c .pagination > .active > a:focus,
			#s20260407fc61e46eb3a1c .pagination > .active > span:focus,
			#s20260407fc61e46eb3a1c .pagination > li > a:hover,
			#s20260407fc61e46eb3a1c .pagination > li > span:hover,
			#s20260407fc61e46eb3a1c .sub_depth li a.active,
			.doz_sys #s20260407fc61e46eb3a1c a, #s20260407fc61e46eb3a1c .li_table ul li,
			#s20260407fc61e46eb3a1c .list-style .list.line > small,
			.doz_sys #s20260407fc61e46eb3a1c div[data-widget-type="board"] .title.title-block a{
				;
				color: ;
			}
			.doz_sys #s20260407fc61e46eb3a1c .board_contents a:not(.btn),
			.doz_sys #s20260407fc61e46eb3a1c .board_contents a:not(.btn):hover,
			#s20260407fc61e46eb3a1c .board_txt_area a,
			#s20260407fc61e46eb3a1c .board_txt_area a:hover,
			#s20260407fc61e46eb3a1c .board_txt_area a:active,
			#s20260407fc61e46eb3a1c .board_txt_area a:focus,
			#s20260407fc61e46eb3a1c .editor_box .fr-view a {
				color: #00b5ff;
			}
			#s20260407fc61e46eb3a1c div[data-widget-type="icon"] i {
				color: ;
			}
			.doz_sys #s20260407fc61e46eb3a1c a.body_font_color_30:not(.active) {
				;
			}
		   #s20260407fc61e46eb3a1c .text_tab .after_line:not(:last-child):after {
		        ;
		   }
		   #s20260407fc61e46eb3a1c .text_tab ul.site_prod_nav > li a.active {
		    background: none;
		   }
			#s20260407fc61e46eb3a1c .map-toolbar select.form-control {
				;
				color:  !important;
				font-size: 14px;
			}
			.doz_sys #s20260407fc61e46eb3a1c .body_font_color_40,
			#s20260407fc61e46eb3a1c .li_board ul.li_body li.name, 
			#s20260407fc61e46eb3a1c .li_board ul.li_body li.time, 
			#s20260407fc61e46eb3a1c .li_board ul.li_body li.like,
			#s20260407fc61e46eb3a1c .li_board ul.li_body li.read {
				;
			}
			#s20260407fc61e46eb3a1c .review_table .summary,
			#s20260407fc61e46eb3a1c .review_table.li_board ul.li_body li,
			#s20260407fc61e46eb3a1c .review_table .list_text_title.lock_on {
				;
			}

			.doz_sys #s20260407fc61e46eb3a1c .body_font_color_50 {
				;
			}
			#s20260407fc61e46eb3a1c .li_board,
			#s20260407fc61e46eb3a1c .acd_row:first-child,
			#s20260407fc61e46eb3a1c .acd_row {
				border-color: ;
			}
			#s20260407fc61e46eb3a1c .list-style .list-header,
			#s20260407fc61e46eb3a1c .list-style .list,
			#s20260407fc61e46eb3a1c .list-style .list.line, 
			#s20260407fc61e46eb3a1c .list-style .list.line > .table-cell,
			#s20260407fc61e46eb3a1c .li_table.row_04 .acd_collapse[aria-expanded="true"], .li_table.row_04 .acd_collapse.in {
				;
			}
			#s20260407fc61e46eb3a1c .btn, #s20260407fc61e46eb3a1c .visual_section a, #s20260407fc61e46eb3a1c a.select-star, #s20260407fc61e46eb3a1c .star-pointer .dropdown-menu a.dropdown-item, .doz_sys #s20260407fc61e46eb3a1c .cart-btn-tools .alpha_add_review_button > button {
			;
				background-color: #ffffff;
				;
				color:;
				;
			}
			#s20260407fc61e46eb3a1c .star-pointer .dropdown-menu {
			    background-color: #ffffff;
			}
			#s20260407fc61e46eb3a1c .btn:hover, #s20260407fc61e46eb3a1c .visual_section a:hover {
				border-color:;
			}
			#s20260407fc61e46eb3a1c a.select-star:hover {
				background-color: #ffffff;
			}
			#s20260407fc61e46eb3a1c .star-pointer .dropdown-menu a.dropdown-item:hover {
			    background-color:  !important;
			}
			#s20260407fc61e46eb3a1c .widget_text_wrap .btn {
				background-color:#00b5ff;
				border-color:#00b5ff;
				color:#ffffff;
				border-width:1px;
			}
			.doz_sys #s20260407fc61e46eb3a1c .btn-primary, .doz_sys #s20260407fc61e46eb3a1c .cart-btn-tools .alpha_add_review_button > button {
			;
				background-color:#00b5ff;
				border-color:#00b5ff;
				color:#ffffff;
				border-width:1px;
			}
			.doz_sys.shop_view #s20260407fc61e46eb3a1c .btn-primary span,
			.doz_sys.booking_view #s20260407fc61e46eb3a1c .btn-primary span,
			.doz_sys.shop_mypage #s20260407fc61e46eb3a1c .btn-primary span  {
				color:#ffffff;
			}
			#s20260407fc61e46eb3a1c .coupon-wrap:after,
			#s20260407fc61e46eb3a1c .board_view .file_area ul li {
				background: #ffffff;
			}
			#s20260407fc61e46eb3a1c .text-gray-dark, #s20260407fc61e46eb3a1c .shop-table > thead > tr > th, #s20260407fc61e46eb3a1c .shop_mypage .left-menu ul li a, #s20260407fc61e46eb3a1c .shop_mypage .item-detail p.sale_pay,.doz_sys #s20260407fc61e46eb3a1c .product-notify-group .product-notify-label {
				;
			}
			#s20260407fc61e46eb3a1c .mypage .my-box a, #s20260407fc61e46eb3a1c .mypage .shop-table > tbody > tr,
			#s20260407fc61e46eb3a1c .mypage .tip-off,
	        #s20260407fc61e46eb3a1c .im-order-detail-table,
	        #s20260407fc61e46eb3a1c .im-order-price {
				background-color:rgba(255,255,255,1);-ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff255255255,endColorstr=#ff255255255);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff255255255,endColorstr=#ff255255255);	zoom: 1;;
			}
			#s20260407fc61e46eb3a1c .mypage .my-box.on a {
				background-color:#00b5ff;
				;
				color:#fff;
			}
			#s20260407fc61e46eb3a1c .mypage .my-box.on a p {
				color:#fff;
			}
			#s20260407fc61e46eb3a1c .option_btn_tools a, #s20260407fc61e46eb3a1c .map-inner .pagination li a {
				color:#212121;
			}
			.doz_sys #s20260407fc61e46eb3a1c .list-style-card .card-body .text a {
				color:#757575;
			}
			#s20260407fc61e46eb3a1c .card .title a {
				color: #212121;
			}
			#s20260407fc61e46eb3a1c .section_bg.fixed_bg.fixed_bg_none {
					background-attachment : inherit;
				}
			#s20260407fc61e46eb3a1c ul.site_prod_nav > li,
			#s20260407fc61e46eb3a1c .prod_detail_badge {
				;
			}
			#s20260407fc61e46eb3a1c .site_prod_nav_wrap.scroll-to-fixed-fixed {
				background: #ffffff;
				box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.1);
			}
			#s20260407fc61e46eb3a1c .buy_footer_fixed {
				background: #ffffff;
				border-width: 1px 0 0 0;
				border-style: solid;
				;
			}
			#s20260407fc61e46eb3a1c .opt-group {
				background: #ffffff;
			}
			#s20260407fc61e46eb3a1c ul.site_prod_nav > li a.active {
				;
			}
			
			#s20260407fc61e46eb3a1c .background_tab ul.site_prod_nav > li a.active >  span.braket-badge {
				background-color: none;
				;
				color:#ffffff;
			}
	
			#s20260407fc61e46eb3a1c .input-block .checkbox-styled:not(ie8) input ~ span {
				;
				color:;
			}
			.section_fixed_disable #s20260407fc61e46eb3a1c[class*="section_first"],
			.section_fixed_disable #s20260407fc61e46eb3a1c[class*="section_first"] .doz_aside {
				position: relative !important;
				top: 0 !important;
				left: 0 !important;
				z-index: auto !important;
			}
			.section_fixed_disable #s20260407fc61e46eb3a1c .doz_aside.scroll-to-fixed-fixed ~ .spacer,
			.section_fixed_disable #s20260407fc61e46eb3a1c.scroll-to-fixed-fixed ~ .spacer {
				height: 0 !important;
				display: none !important;
			}
			#s20260407fc61e46eb3a1c.scroll-to-fixed-fixed {
				width: 100% !important;
			}
			#s20260407fc61e46eb3a1c .doz_aside.scroll-to-fixed-fixed-end {
				bottom: 0 !important;
				top: auto !important;
			}
			.device_type_m #s20260407fc61e46eb3a1c.mobile_section main .inside {
					padding-left: 0px;
					padding-right: 0px;
			}
			.device_type_m #s20260407fc61e46eb3a1c .mypage .left-menu ul li a,
			.device_type_m #s20260407fc61e46eb3a1c .cart .left-menu ul li a {
				background-color:rgba(255,255,255,1);-ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff255255255,endColorstr=#ff255255255);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff255255255,endColorstr=#ff255255255);	zoom: 1;;
			}
            #s20260407fc61e46eb3a1c .im-cart-result-table {
                border-top: 1px solid ;
                border-bottom: 1px solid ;
            }
            #s20260407fc61e46eb3a1c .shop-table > tbody > tr > td.img .opt .more {
                ;
            }
            #s20260407fc61e46eb3a1c .im-cart-info {
                ;
            }
            #s20260407fc61e46eb3a1c .shop-table > thead > tr > th,
            #s20260407fc61e46eb3a1c .shop-table > tbody > tr > td,
            #s20260407fc61e46eb3a1c .mypage .shop-table > tbody > tr,
            #s20260407fc61e46eb3a1c .shop-table > tbody > tr > td.img img,
            #s20260407fc61e46eb3a1c .shop-table > tbody > tr > td + td,
            #s20260407fc61e46eb3a1c .mypage .tip-off,
            #s20260407fc61e46eb3a1c .mypage .shop-table img,
	        #s20260407fc61e46eb3a1c .im-order-detail-table,
	        #s20260407fc61e46eb3a1c .im-order-price,
	        #s20260407fc61e46eb3a1c .im-order-detail-table thead tr,
	        #s20260407fc61e46eb3a1c .im-order-detail-table tr + tr,
	        #s20260407fc61e46eb3a1c .im-order-detail-table img,
	        #s20260407fc61e46eb3a1c .im-order-detail-table .im-deliv-price,
	        #s20260407fc61e46eb3a1c .im-order-price-header,
	        #s20260407fc61e46eb3a1c .im-order-price-body {
                ;
            }
            #s20260407fc61e46eb3a1c .shop-table .list_badge {
				border-color: ;
            }
            #s20260407fc61e46eb3a1c .im-cart-result-table thead>tr>th,
            #s20260407fc61e46eb3a1c #shop_cart_list .shop-table > colgroup + thead > tr:first-child > th,
            #s20260407fc61e46eb3a1c #shop_cart_list .shop-table > tbody > tr > td + td,
            #s20260407fc61e46eb3a1c #shop_cart_list .shop-table > thead > tr > th,
            #s20260407fc61e46eb3a1c #shop_cart_list .shop-table > tbody > tr > td {
                ;
            }
            #s20260407fc61e46eb3a1c .shop-content.mypage .shop-item .item-icon .im-icon.im-ico-liked{
                color: #00b5ff
            }
			@media (min-width: 991px) {
				.doz_sys #s20260407fc61e46eb3a1c .btn-primary:hover, #s20260407fc61e46eb3a1c .widget_text_wrap .btn:hover, .doz_sys #s20260407fc61e46eb3a1c .cart-btn-tools .alpha_add_review_button:hover > button {
				background-color : #0b5ff;;
					background-color:rgba(0, 181, 255, 0.7);
					border-color:rgba(0, 181, 255, 0.7);
					color:#ffffff;
					border-width:1px;
				}
				.doz_sys.shop_view #s20260407fc61e46eb3a1c .btn-primary:hover span,
				.doz_sys.booking_view #s20260407fc61e46eb3a1c .btn-primary:hover span,
				.doz_sys.shop_mypage #s20260407fc61e46eb3a1c .btn-primary:hover span  {
					color:#ffffff;
				}
			}
			@media all and (max-width : 768px) {
				.doz_sys #s20260407fc61e46eb3a1c .fixed_view a,
				.doz_sys #s20260407fc61e46eb3a1c .fixed_view select.form-control,
				.doz_sys #s20260407fc61e46eb3a1c .fixed_view .form-select-wrap:before {
					color: #212121;
				}
				.doz_sys #s20260407fc61e46eb3a1c .fixed_view .body_font_color_50 {
					color: rgba(33, 33, 33, 0.5);
				}
				.doz_sys #s20260407fc61e46eb3a1c .fixed_view .body_font_color_20 {
					color: rgba(33, 33, 33, 0.2);
				}
				.booking_view #s20260407fc61e46eb3a1c .fixed_view .booking_opt select.form-control {
					background-color: #fff;
				}
				#s20260407fc61e46eb3a1c #shop_cart_list .shop-tit,
                #s20260407fc61e46eb3a1c #shop_cart_list .shop-table > thead > tr,
                #s20260407fc61e46eb3a1c #shop_cart_list .shop-table > tfoot .payment-info,
                #s20260407fc61e46eb3a1c .im-price-result {
				    ;
				}
                #s20260407fc61e46eb3a1c .shop-table > tbody > tr > td.img .opt .more + .more,
                #s20260407fc61e46eb3a1c .im-order-row + .im-order-row {
                    ;
                }
                #s20260407fc61e46eb3a1c #shop_cart_list .shop-table,
                #s20260407fc61e46eb3a1c #shop_cart_list .shop-table > tbody > tr.im-tr-shipping + tr,
                #s20260407fc61e46eb3a1c #shop_cart_list .shop-table > tfoot,
                #s20260407fc61e46eb3a1c #shop_cart_list .shop-table > tfoot .payment-info {
                    ;
                }
                #s20260407fc61e46eb3a1c #shop_cart_list .shop-table > thead > tr,
                #s20260407fc61e46eb3a1c .im-order-detail-table .im-space {
                    background-color: #ffffff;
                }
                #s20260407fc61e46eb3a1c #shop_cart_list .shop-table > thead > tr.scroll-to-fixed-fixed-end {
                    top: auto !important;
                    bottom: 0;
                }
			}
			.device_type_m #s20260407fc61e46eb3a1c .section_bg.fixed_bg_wrap { 
                 background-attachment: fixed;
            }
            
            .device_type_m #s20260407fc61e46eb3a1c .section_bg.fixed_bg_wrap .fixed_bg {
              display: none;
            }
            #s20260407fc61e46eb3a1c .section_bg.fixed_bg_wrap .fixed_bg {
                 display: none;
                }
			@media (max-width: 991px) {
			    #s20260407fc61e46eb3a1c .section_bg {
                    background-attachment : inherit;
                }
                
                #s20260407fc61e46eb3a1c .section_bg .ibg-bg {
                    display: none;
                }
                
                #s20260407fc61e46eb3a1c .section_bg.fixed_bg_wrap { 
                    background-image : none !important;
                    clip-path: inset(0);
                    overflow: hidden;
                }
                #s20260407fc61e46eb3a1c .section_bg.fixed_bg_wrap .fixed_bg {
                  display: block;
                  object-fit: cover;
                  position: fixed;
                  left: 0;
                  top: 0;
                  width: 100%; 
                  height: 100vh;
                }
				#s20260407fc61e46eb3a1c .buy_btns .social_btn, #s20260407fc61e46eb3a1c .buy_btns .cart_btn, #s20260407fc61e46eb3a1c .layer_pop .bottom-btn, #s20260407fc61e46eb3a1c .shop-table > thead, #s20260407fc61e46eb3a1c .left-menu, #s20260407fc61e46eb3a1c .shop-table > tbody > tr, {
				;
				}
				#s20260407fc61e46eb3a1c main, #s20260407fc61e46eb3a1c .section_wrap.extend_section main, #s20260407fc61e46eb3a1c .doz_sys.shop_payment .inside, .doz_sys.shop_payment .inside .col-dz, {
					padding-left:0;
					padding-right:0;
				}
				#s20260407fc61e46eb3a1c.mobile_section main .inside {
					padding-left: 0px;
					padding-right: 0px;
				}
				#s20260407fc61e46eb3a1c.section_wrap.extend_section main .widget.board .grid_ignore.bg_on {
					margin-left: -15px;
					margin-right: -15px;
					width: calc(100% + 30px);
				}
				#s20260407fc61e46eb3a1c .mypage .left-menu ul li a,
				#s20260407fc61e46eb3a1c .cart .left-menu ul li a,
				#s20260407fc61e46eb3a1c .mypage .left-menu .cart-menu-slide  {
					background-color:rgba(255,255,255,1);-ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff255255255,endColorstr=#ff255255255);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff255255255,endColorstr=#ff255255255);	zoom: 1;;
				}
				.section_wrap .side_gutter {
					display:none !important;
				}
				#s20260407fc61e46eb3a1c .coupon-wrap:after {
					background: #ffffff !important;
				}
			}
			@media (max-width: 767px) {
				#s20260407fc61e46eb3a1c .nav_gradient.slide_left {
					background: linear-gradient(to left, rgba(255, 255, 255, 0), #ffffff);
				}
				#s20260407fc61e46eb3a1c .nav_gradient.slide_right {
					background: linear-gradient(to right, rgba(255, 255, 255, 0), #ffffff);
				}
				#s20260407fc61e46eb3a1c .button_tab .scroll-to-fixed-fixed ul.site_prod_nav > li {
					border-top: 0;
					border-bottom: 0;
				}
				#s20260407fc61e46eb3a1c .background_tab .scroll-to-fixed-fixed ul.site_prod_nav > li a.active {
					box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.1);
				}
				.shop_view #s20260407fc61e46eb3a1c .item_detail .form-select-wrap .dropdown-menu .dropdown-item {
					background: #ffffff !important;
				}
				.shop_view #s20260407fc61e46eb3a1c .item_detail .form-select-wrap .dropdown-toggle {
					color:  !important;
				}
				.shop_view #s20260407fc61e46eb3a1c .item_detail .form-select-wrap.open .dropdown-toggle,
				.shop_view #s20260407fc61e46eb3a1c .item_detail .form-select-wrap.open .dropdown-menu {
					border-color:  !important;
				}
				.shop_view #s20260407fc61e46eb3a1c .item_detail .form-select-wrap.open .dropdown-menu .dropdown-item {
					
				}
				.shop_view #s20260407fc61e46eb3a1c .item_detail .form-select-wrap .dropdown-menu .dropdown-item:hover {
					background-color:  !important;
				}
			}
			@media (min-width: 768px) {
				#s20260407fc61e46eb3a1c .opt-group .btn_clse {
					background-color: #ffffff;
				}
				#s20260407fc61e46eb3a1c .opt-group .btn_clse:after {
					box-shadow: 0 10px 0 0 #ffffff;
				}
			}
		
				.doz_sys #s20260407fc61e46eb3a1c .bg-brand,
				.doz_sys #s20260407fc61e46eb3a1c .bg-brand span,
				.doz_sys #s20260407fc61e46eb3a1c .btn-brand {
				;
					background-color:#00b5ff;
					border-color:#00b5ff;
					border-width: 1px;
					color:#fff;
				}
				.doz_sys #s20260407fc61e46eb3a1c .bg-brand:hover {
					background-color:rgba(0,145,204,1);-ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff00145204,endColorstr=#ff00145204);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff00145204,endColorstr=#ff00145204);	zoom: 1;;
					border-color:rgb(0,145,204) ;border-color:rgba(0,145,204,1) ;;
				}
			
	.device_type_m .pc_section #padding_w2026040758847b98846f6 {
		height: 59.5px !important;
	}
	@media all and (max-width:768px) {
		.pc_section #padding_w2026040758847b98846f6 {
			height: 59.5px !important;
		}
	}

		#text_w2026040769f21d2e51bec {
					border-radius: 0px;
			border: 0px none #000;;
			min-height: 0px;;
			line-height: inherit;
		}
		#text_w2026040769f21d2e51bec .fr-code-view {
			line-height: 1.6;
		}
		#text_w2026040769f21d2e51bec .text_bg_img,
		#text_w2026040769f21d2e51bec .text_bg_color {
			position: absolute;
			top: 0;
			left: 0;
			height: 100%;
			width: 100%;
			border-radius: 0px;
		}
		.admin #text_w2026040769f21d2e51bec,
		#text_w2026040769f21d2e51bec .text-table {
			min-height: 0px;;
					word-break: normal;
			word-wrap: break-word;
		}
        #text_w2026040769f21d2e51bec,
        #text_w2026040769f21d2e51bec .text-table {
            display: flex;
            flex-direction: column;
            justify-content:flex-start ;
        }
		.doz_sys main > .doz_row #text_w2026040769f21d2e51bec.default_padding {
			padding-left: 32px;
			padding-right: 32px;
		}
		@media all and (max-width : 767px) {
			.doz_sys main > .doz_row #text_w2026040769f21d2e51bec.default_padding {
				padding-left: 15px;
				padding-right: 15px;
			}
		}
	
	.device_type_m .pc_section #padding_w2026040734174e118f465 {
		height: 54.5px !important;
	}
	@media all and (max-width:768px) {
		.pc_section #padding_w2026040734174e118f465 {
			height: 54.5px !important;
		}
	}

.mentor-toggle-wrap{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:6px;
  background:rgba(0,0,0,0.06);
  border-radius:999px;
  box-sizing:border-box;
}

.mentor-toggle-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:140px;
  height:48px;
  padding:0 22px;
  border-radius:999px;
  text-decoration:none !important;
  font-size:16px;
  font-weight:700;
  letter-spacing:-0.02em;
  color:#666 !important;
  background:transparent;
  transition:
    background .25s ease,
    color .25s ease,
    box-shadow .25s ease,
    transform .25s ease;
  box-sizing:border-box;
  white-space:nowrap;
}

.mentor-toggle-btn:hover{
  color:#111 !important;
  background:rgba(255,255,255,0.55);
}

.mentor-toggle-btn.active{
  background:#111;
  color:#fff !important;
  box-shadow:0 8px 24px rgba(0,0,0,0.16);
}

@media (max-width: 767px){
  .mentor-toggle-wrap{
    width:100%;
    display:flex;
    gap:6px;
    padding:5px;
  }

  .mentor-toggle-btn{
    flex:1 1 0;
    min-width:0;
    height:44px;
    padding:0 14px;
    font-size:14px;
  }
}

	.device_type_m .pc_section #padding_w202604073f92869ae9f76 {
		height: 15px !important;
	}
	@media all and (max-width:768px) {
		.pc_section #padding_w202604073f92869ae9f76 {
			height: 15px !important;
		}
	}

			.shop_view .s20260407b41c2ba802e2e.xzoom-preview {
				;
				background: #fafafa;
			}
			.shop_view #s20260407b41c2ba802e2e select.form-control option {
				color:  !important;
				background: #fafafa;
			}
			.is-ie .shop_view #s20260407b41c2ba802e2e select.form-control option {
				color: #000 !important;
			}
			.admin #s20260407b41c2ba802e2e .widget.padding > div {
				;
			}
			.admin #s20260407b41c2ba802e2e .ibg-bg {
				height: 100% !important;
			}
			.admin #s20260407b41c2ba802e2e .widget_drag_bar,
			.admin .doz_sys #s20260407b41c2ba802e2e .ui-resizable-handle.ui-resizable-e:hover:after,
			.admin .doz_sys #s20260407b41c2ba802e2e .ui-resizable-handle.ui-resizable-w:hover:after,
			.admin .doz_sys #s20260407b41c2ba802e2e .ui-resizable-handle.ui-resizable-e.active:after,
			.admin .doz_sys #s20260407b41c2ba802e2e .ui-resizable-handle.ui-resizable-w.active:after,
			.admin .doz_sys #s20260407b41c2ba802e2e .drop_line {
				background-color: ;
			}
			.admin .doz_sys #s20260407b41c2ba802e2e .ui-resizable-handle.ui-resizable-n:hover:after,
			.admin .doz_sys #s20260407b41c2ba802e2e .ui-resizable-handle.ui-resizable-s:hover:after {
				border-bottom:2px solid  ;
			}
			#s20260407b41c2ba802e2e {
				color: ;
			}
			#s20260407b41c2ba802e2e.side_basic main .inside,
			#s20260407b41c2ba802e2e .site_prod_nav_wrap.scroll-to-fixed-fixed ul.site_prod_nav,
			.doz_sys #s20260407b41c2ba802e2e .col-dz-12 .extend_thumbs {
				max-width: 1460px;
			}
			.modal_site_modal_menu #s20260407b41c2ba802e2e.side_basic main .inside,
			.menu_type_modal #s20260407b41c2ba802e2e.side_basic main .inside {
				max-width: 570px;
			}
			.doz_sys .modal_site_modal_menu .modal-header,
			.menu_type_modal .doz_modal_header {
				border-width: 0 0 1px 0;
				border-style: solid;
				;
			}
			.menu_type_modal #s20260407b41c2ba802e2e,
			.menu_type_modal .doz_modal_header {
			;
				background: ;
			;
				color:  ;
			}
			.menu_type_modal .doz_modal_header .bt.bt-flat.bt-default {
			;
				color:  ;
			}
			.doz_sys #s20260407b41c2ba802e2e .col-dz-12 .inside .extend_thumbs {
				max-width: inherit;
			}
			#s20260407b41c2ba802e2e.extend_section main {
				padding-left: 0px;
				padding-right: 0px;
			}
			#s20260407b41c2ba802e2e.section_wrap.extend_section main .widget.board .grid_ignore.bg_on {
				margin-left: -0px;
				margin-right: -0px;
				width: calc(100% + 0px + 0px);
			}
			#s20260407b41c2ba802e2e .booking_day .body_font_color_20,
			#s20260407b41c2ba802e2e .booking_list.waiting .title {
				; 
			}
		
			#s20260407b41c2ba802e2e.extend_section main > .inside {
				max-width: 100% !important;
			}
			#s20260407b41c2ba802e2e .li_table ul:nth-of-type(2),
			#s20260407b41c2ba802e2e .li_board ul li,
			#s20260407b41c2ba802e2e .radio-styled:not(ie8).radio_color_option.small input ~ span span {
				;
			}
			#s20260407b41c2ba802e2e .checkbox-styled:not(ie8) input ~ span:before,
			#s20260407b41c2ba802e2e .radio-styled:not(ie8) input ~ span:before {
				
			}
			#s20260407b41c2ba802e2e .board_view .grid_ignore header a, #s20260407b41c2ba802e2e .widget.board .grid_ignore .author .date, #s20260407b41c2ba802e2e .widget.board .grid_ignore a.board, #s20260407b41c2ba802e2e .widget.board .grid_ignore .author .write, .editor_box .add_map .info > div.phone, #s20260407b41c2ba802e2e .content-tit .board {
				;
			}
			#s20260407b41c2ba802e2e select.form-control,
			#s20260407b41c2ba802e2e input.form-control,
			#s20260407b41c2ba802e2e textarea.form-control {
				;
				color: #111;
				background: rgba(255, 255, 255, 0);
			}
			#s20260407b41c2ba802e2e .input_block .select-block .selectbox select {
				border: none;
				background: none;
				color: #212121;
			}
			#s20260407b41c2ba802e2e .phonenumber_wrap .line {
				
			}
			#s20260407b41c2ba802e2e .shop-content.shop-style-b.open .opt-group .btn_clse > span {
				
			}
			.shop_view #s20260407b41c2ba802e2e .shop-content select.form-control,
			.shop_view #s20260407b41c2ba802e2e .shop-content input.form-control,
			.shop_view #s20260407b41c2ba802e2e .shop-content textarea.form-control,
			.booking_view #s20260407b41c2ba802e2e .booking_opt select.form-control,
			.shop_view #s20260407b41c2ba802e2e .form-select-wrap .dropdown-menu,
			.shop_view #s20260407b41c2ba802e2e .form-select-wrap .dropdown-menu .dropdown-item {
				;
				background: #fafafa;
			}
			#s20260407b41c2ba802e2e .seemore_wrap .open:before {
				background-image: linear-gradient(to bottom, rgba(250,250,250,0.01), rgba(250,250,250,0.8) 66%, rgba(250,250,250,0.9) 83%, rgba(250,250,250,0.98) 98%, #fafafa);
			}
			#s20260407b41c2ba802e2e .item_detail select.form-control,
			#s20260407b41c2ba802e2e .item_detail input.form-control,
			#s20260407b41c2ba802e2e .item_detail textarea.form-control,
			#s20260407b41c2ba802e2e .booking_opt select.form-control,
			#s20260407b41c2ba802e2e .goods_select textarea.form-control,
			#s20260407b41c2ba802e2e .goods_select select.form-control,
			#s20260407b41c2ba802e2e .goods_select input.form-control,
			#s20260407b41c2ba802e2e .form-select-wrap:before {
				 !important;
				color: ;
			}
			#s20260407b41c2ba802e2e .form-select-wrap .dropdown-menu .dropdown-item:hover {
				;
			}
			#s20260407b41c2ba802e2e .board_summary .write, #s20260407b41c2ba802e2e .board_view .grid_ignore .author .date, #s20260407b41c2ba802e2e .board_view .grid_ignore .author .hit-count, .doz_sys #s20260407b41c2ba802e2e label, .doz_sys #s20260407b41c2ba802e2e label.control-label, #s20260407b41c2ba802e2e .shop-table > tbody > tr.payment-info > td.pay-txt, #s20260407b41c2ba802e2e .nick.text-default-dark, #s20260407b41c2ba802e2e .text-default-dark, #s20260407b41c2ba802e2e .shop_mypage .mypage .my-box a, #s20260407b41c2ba802e2e .shop_mypage .item-detail a, #s20260407b41c2ba802e2e .shop_mypage .item-detail p, #s20260407b41c2ba802e2e .shop_mypage h6, #s20260407b41c2ba802e2e .shop_mypage .table-wrap p, #s20260407b41c2ba802e2e .shop_payment h1, #s20260407b41c2ba802e2e .shop_payment h6, #s20260407b41c2ba802e2e .shop-content p, #s20260407b41c2ba802e2e .shop_payment, #s20260407b41c2ba802e2e .shop-content span, #s20260407b41c2ba802e2e .shop-content .shop-item .item-icon .im-icon.im-ico-liked, #s20260407b41c2ba802e2e .shop-content .price, #s20260407b41c2ba802e2e,#s20260407b41c2ba802e2e .shop-tit,#s20260407b41c2ba802e2e .board_view .board_txt_area,#s20260407b41c2ba802e2e .board.widget .grid_ignore .view_tit,.doz_sys #s20260407b41c2ba802e2e .shop-content input.form-control, .doz_sys #s20260407b41c2ba802e2e .shop-content select.form-control, #s20260407b41c2ba802e2e .widget_menu_title,#s20260407b41c2ba802e2e .comment_area,body.shop_mypage #s20260407b41c2ba802e2e .comment_area,
			#s20260407b41c2ba802e2e .list_review_inner .use_summary, #s20260407b41c2ba802e2e .list_review_inner .use_summary a, #s20260407b41c2ba802e2e .list_review_inner .fold, #s20260407b41c2ba802e2e .list_review_inner .comment_area, #s20260407b41c2ba802e2e .booking_nav_tools span {
				;
				color:  ;
			}
			#s20260407b41c2ba802e2e .shop-content span.sale-price-text {
			    color : #212121 !important;
			}
			.doz_sys #s20260407b41c2ba802e2e a.use-info {
			    color : #00b5ff;
			}
			#s20260407b41c2ba802e2e .shop-content span.sale-price-text-done, 
			.doz_sys #s20260407b41c2ba802e2e a.use-info-download-done {
			    color: #999999 !important;
			}
			.doz_sys #s20260407b41c2ba802e2e .shop-content .down-btn select.form-control {
				;
				color:  !important;
			}
			#s20260407b41c2ba802e2e .shop-content.mypage .bg-bright a, #s20260407b41c2ba802e2e .shop-content.mypage .bg-bright p, #s20260407b41c2ba802e2e .shop-content.mypage .bg-bright span, #s20260407b41c2ba802e2e .shop-content.mypage .bg-bright div {
				color: #212121;
			}
			#s20260407b41c2ba802e2e .shop-content.mypage .bg-bright .use_grade .ug_btn .btn,
			#s20260407b41c2ba802e2e .shop-content span.ug_name .btn {
				border-color: #D5D5D5;
			}
			#s20260407b41c2ba802e2e .shop-content h6 span {
			;
				color: ;
			}
			#s20260407b41c2ba802e2e .left-menu ul li.on a,
			.doz_sys #s20260407b41c2ba802e2e .paging_type_count .owl-dots .owl-dot span:before,
			.menu_type_modal #s20260407b41c2ba802e2e,
			#s20260407b41c2ba802e2e .list_review_inner .comment .tools .text-gray-bright {
				;
				color:  !important;
			}
			.doz_sys #s20260407b41c2ba802e2e .paging_type_count.slide_02 .owl-dots .owl-dot.active span:before {
				color: #fff !important;
			}
			.doz_sys #s20260407b41c2ba802e2e .paging_type_dot .owl-dots .owl-dot span,
			.doz_sys #s20260407b41c2ba802e2e .paging_type_big_dot .owl-dots .owl-dot span,
			.doz_sys #s20260407b41c2ba802e2e .paging_type_line .owl-dots .owl-dot span,
			.doz_sys #s20260407b41c2ba802e2e .paging_type_count.paging_type_count02 .owl-dots .owl-dot.active span:before,
			#s20260407b41c2ba802e2e .list_review_inner, 
			#s20260407b41c2ba802e2e .list_review_inner .fold.cmt,
			#s20260407b41c2ba802e2e .list_review_wrap,
			#s20260407b41c2ba802e2e .list_review_inner .textarea_block,
			#s20260407b41c2ba802e2e .list_review_inner .comment .main_comment,
			#s20260407b41c2ba802e2e .list_review_inner .txt_delete:before,
			#s20260407b41c2ba802e2e .form-select-wrap.open .dropdown-toggle, 
			#s20260407b41c2ba802e2e .form-select-wrap.open .dropdown-menu,
			#s20260407b41c2ba802e2e .form-select-wrap.open .dropdown-menu .dropdown-item {
				border-color: ;
			}
			.doz_sys #s20260407b41c2ba802e2e .paging_type_dot02 .owl-dots .owl-dot span,
			.doz_sys #s20260407b41c2ba802e2e .paging_type_dot .owl-dots .owl-dot.active span,
			.doz_sys #s20260407b41c2ba802e2e .paging_type_line .owl-dots .owl-dot.active span,
			.doz_sys #s20260407b41c2ba802e2e .paging_type_big_dot .owl-dots .owl-dot span,
			.doz_sys #s20260407b41c2ba802e2e .paging_type_line .owl-dots .owl-dot span {
				background: ;
			}
			#s20260407b41c2ba802e2e .form-control:focus {
				border-color:#00b5ff;
			}
			#s20260407b41c2ba802e2e .sub_depth li a, #s20260407b41c2ba802e2e .sub_depth li span {
				;
			}
			#s20260407b41c2ba802e2e .slide_03.owl-theme .owl-dots .owl-dot span {
				;
			} 
			#s20260407b41c2ba802e2e .pagination > li > a,
			#s20260407b41c2ba802e2e .pagination > li > span,
			#s20260407b41c2ba802e2e .pagination > li > a:focus,
			#s20260407b41c2ba802e2e .pagination > li > span:focus,
			#s20260407b41c2ba802e2e .map-inner .pagination li.active a,
			#s20260407b41c2ba802e2e .pagination li > a.disabled:hover,
			#s20260407b41c2ba802e2e .pagination li > a.disabled:focus {
				;
			}
			#s20260407b41c2ba802e2e .form-select-wrap.open .dropdown-menu .dropdown-item {
				;
			}
			#s20260407b41c2ba802e2e .pagination > .active > a,
			#s20260407b41c2ba802e2e .pagination > .active > span,
			#s20260407b41c2ba802e2e .pagination > .active > a:hover,
			#s20260407b41c2ba802e2e .pagination > .active > span:hover,
			#s20260407b41c2ba802e2e .pagination > .active > a:focus,
			#s20260407b41c2ba802e2e .pagination > .active > span:focus,
			#s20260407b41c2ba802e2e .pagination > li > a:hover,
			#s20260407b41c2ba802e2e .pagination > li > span:hover,
			#s20260407b41c2ba802e2e .sub_depth li a.active,
			.doz_sys #s20260407b41c2ba802e2e a, #s20260407b41c2ba802e2e .li_table ul li,
			#s20260407b41c2ba802e2e .list-style .list.line > small,
			.doz_sys #s20260407b41c2ba802e2e div[data-widget-type="board"] .title.title-block a{
				;
				color: ;
			}
			.doz_sys #s20260407b41c2ba802e2e .board_contents a:not(.btn),
			.doz_sys #s20260407b41c2ba802e2e .board_contents a:not(.btn):hover,
			#s20260407b41c2ba802e2e .board_txt_area a,
			#s20260407b41c2ba802e2e .board_txt_area a:hover,
			#s20260407b41c2ba802e2e .board_txt_area a:active,
			#s20260407b41c2ba802e2e .board_txt_area a:focus,
			#s20260407b41c2ba802e2e .editor_box .fr-view a {
				color: #00b5ff;
			}
			#s20260407b41c2ba802e2e div[data-widget-type="icon"] i {
				color: ;
			}
			.doz_sys #s20260407b41c2ba802e2e a.body_font_color_30:not(.active) {
				;
			}
		   #s20260407b41c2ba802e2e .text_tab .after_line:not(:last-child):after {
		        ;
		   }
		   #s20260407b41c2ba802e2e .text_tab ul.site_prod_nav > li a.active {
		    background: none;
		   }
			#s20260407b41c2ba802e2e .map-toolbar select.form-control {
				;
				color:  !important;
				font-size: 14px;
			}
			.doz_sys #s20260407b41c2ba802e2e .body_font_color_40,
			#s20260407b41c2ba802e2e .li_board ul.li_body li.name, 
			#s20260407b41c2ba802e2e .li_board ul.li_body li.time, 
			#s20260407b41c2ba802e2e .li_board ul.li_body li.like,
			#s20260407b41c2ba802e2e .li_board ul.li_body li.read {
				;
			}
			#s20260407b41c2ba802e2e .review_table .summary,
			#s20260407b41c2ba802e2e .review_table.li_board ul.li_body li,
			#s20260407b41c2ba802e2e .review_table .list_text_title.lock_on {
				;
			}

			.doz_sys #s20260407b41c2ba802e2e .body_font_color_50 {
				;
			}
			#s20260407b41c2ba802e2e .li_board,
			#s20260407b41c2ba802e2e .acd_row:first-child,
			#s20260407b41c2ba802e2e .acd_row {
				border-color: ;
			}
			#s20260407b41c2ba802e2e .list-style .list-header,
			#s20260407b41c2ba802e2e .list-style .list,
			#s20260407b41c2ba802e2e .list-style .list.line, 
			#s20260407b41c2ba802e2e .list-style .list.line > .table-cell,
			#s20260407b41c2ba802e2e .li_table.row_04 .acd_collapse[aria-expanded="true"], .li_table.row_04 .acd_collapse.in {
				;
			}
			#s20260407b41c2ba802e2e .btn, #s20260407b41c2ba802e2e .visual_section a, #s20260407b41c2ba802e2e a.select-star, #s20260407b41c2ba802e2e .star-pointer .dropdown-menu a.dropdown-item, .doz_sys #s20260407b41c2ba802e2e .cart-btn-tools .alpha_add_review_button > button {
			;
				background-color: #fafafa;
				;
				color:;
				;
			}
			#s20260407b41c2ba802e2e .star-pointer .dropdown-menu {
			    background-color: #fafafa;
			}
			#s20260407b41c2ba802e2e .btn:hover, #s20260407b41c2ba802e2e .visual_section a:hover {
				border-color:;
			}
			#s20260407b41c2ba802e2e a.select-star:hover {
				background-color: #fafafa;
			}
			#s20260407b41c2ba802e2e .star-pointer .dropdown-menu a.dropdown-item:hover {
			    background-color:  !important;
			}
			#s20260407b41c2ba802e2e .widget_text_wrap .btn {
				background-color:#00b5ff;
				border-color:#00b5ff;
				color:#ffffff;
				border-width:1px;
			}
			.doz_sys #s20260407b41c2ba802e2e .btn-primary, .doz_sys #s20260407b41c2ba802e2e .cart-btn-tools .alpha_add_review_button > button {
			;
				background-color:#00b5ff;
				border-color:#00b5ff;
				color:#ffffff;
				border-width:1px;
			}
			.doz_sys.shop_view #s20260407b41c2ba802e2e .btn-primary span,
			.doz_sys.booking_view #s20260407b41c2ba802e2e .btn-primary span,
			.doz_sys.shop_mypage #s20260407b41c2ba802e2e .btn-primary span  {
				color:#ffffff;
			}
			#s20260407b41c2ba802e2e .coupon-wrap:after,
			#s20260407b41c2ba802e2e .board_view .file_area ul li {
				background: #fafafa;
			}
			#s20260407b41c2ba802e2e .text-gray-dark, #s20260407b41c2ba802e2e .shop-table > thead > tr > th, #s20260407b41c2ba802e2e .shop_mypage .left-menu ul li a, #s20260407b41c2ba802e2e .shop_mypage .item-detail p.sale_pay,.doz_sys #s20260407b41c2ba802e2e .product-notify-group .product-notify-label {
				;
			}
			#s20260407b41c2ba802e2e .mypage .my-box a, #s20260407b41c2ba802e2e .mypage .shop-table > tbody > tr,
			#s20260407b41c2ba802e2e .mypage .tip-off,
	        #s20260407b41c2ba802e2e .im-order-detail-table,
	        #s20260407b41c2ba802e2e .im-order-price {
				background-color:rgba(255,255,255,1);-ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff255255255,endColorstr=#ff255255255);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff255255255,endColorstr=#ff255255255);	zoom: 1;;
			}
			#s20260407b41c2ba802e2e .mypage .my-box.on a {
				background-color:#00b5ff;
				;
				color:#fff;
			}
			#s20260407b41c2ba802e2e .mypage .my-box.on a p {
				color:#fff;
			}
			#s20260407b41c2ba802e2e .option_btn_tools a, #s20260407b41c2ba802e2e .map-inner .pagination li a {
				color:#212121;
			}
			.doz_sys #s20260407b41c2ba802e2e .list-style-card .card-body .text a {
				color:#757575;
			}
			#s20260407b41c2ba802e2e .card .title a {
				color: #212121;
			}
			#s20260407b41c2ba802e2e .section_bg.fixed_bg.fixed_bg_none {
					background-attachment : inherit;
				}
			#s20260407b41c2ba802e2e ul.site_prod_nav > li,
			#s20260407b41c2ba802e2e .prod_detail_badge {
				;
			}
			#s20260407b41c2ba802e2e .site_prod_nav_wrap.scroll-to-fixed-fixed {
				background: #fafafa;
				box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.1);
			}
			#s20260407b41c2ba802e2e .buy_footer_fixed {
				background: #fafafa;
				border-width: 1px 0 0 0;
				border-style: solid;
				;
			}
			#s20260407b41c2ba802e2e .opt-group {
				background: #fafafa;
			}
			#s20260407b41c2ba802e2e ul.site_prod_nav > li a.active {
				;
			}
			
			#s20260407b41c2ba802e2e .background_tab ul.site_prod_nav > li a.active >  span.braket-badge {
				background-color: none;
				;
				color:#fafafa;
			}
	
			#s20260407b41c2ba802e2e .input-block .checkbox-styled:not(ie8) input ~ span {
				;
				color:;
			}
			.section_fixed_disable #s20260407b41c2ba802e2e[class*="section_first"],
			.section_fixed_disable #s20260407b41c2ba802e2e[class*="section_first"] .doz_aside {
				position: relative !important;
				top: 0 !important;
				left: 0 !important;
				z-index: auto !important;
			}
			.section_fixed_disable #s20260407b41c2ba802e2e .doz_aside.scroll-to-fixed-fixed ~ .spacer,
			.section_fixed_disable #s20260407b41c2ba802e2e.scroll-to-fixed-fixed ~ .spacer {
				height: 0 !important;
				display: none !important;
			}
			#s20260407b41c2ba802e2e.scroll-to-fixed-fixed {
				width: 100% !important;
			}
			#s20260407b41c2ba802e2e .doz_aside.scroll-to-fixed-fixed-end {
				bottom: 0 !important;
				top: auto !important;
			}
			.device_type_m #s20260407b41c2ba802e2e.mobile_section main .inside {
					padding-left: 0px;
					padding-right: 0px;
			}
			.device_type_m #s20260407b41c2ba802e2e .mypage .left-menu ul li a,
			.device_type_m #s20260407b41c2ba802e2e .cart .left-menu ul li a {
				background-color:rgba(255,255,255,1);-ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff255255255,endColorstr=#ff255255255);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff255255255,endColorstr=#ff255255255);	zoom: 1;;
			}
            #s20260407b41c2ba802e2e .im-cart-result-table {
                border-top: 1px solid ;
                border-bottom: 1px solid ;
            }
            #s20260407b41c2ba802e2e .shop-table > tbody > tr > td.img .opt .more {
                ;
            }
            #s20260407b41c2ba802e2e .im-cart-info {
                ;
            }
            #s20260407b41c2ba802e2e .shop-table > thead > tr > th,
            #s20260407b41c2ba802e2e .shop-table > tbody > tr > td,
            #s20260407b41c2ba802e2e .mypage .shop-table > tbody > tr,
            #s20260407b41c2ba802e2e .shop-table > tbody > tr > td.img img,
            #s20260407b41c2ba802e2e .shop-table > tbody > tr > td + td,
            #s20260407b41c2ba802e2e .mypage .tip-off,
            #s20260407b41c2ba802e2e .mypage .shop-table img,
	        #s20260407b41c2ba802e2e .im-order-detail-table,
	        #s20260407b41c2ba802e2e .im-order-price,
	        #s20260407b41c2ba802e2e .im-order-detail-table thead tr,
	        #s20260407b41c2ba802e2e .im-order-detail-table tr + tr,
	        #s20260407b41c2ba802e2e .im-order-detail-table img,
	        #s20260407b41c2ba802e2e .im-order-detail-table .im-deliv-price,
	        #s20260407b41c2ba802e2e .im-order-price-header,
	        #s20260407b41c2ba802e2e .im-order-price-body {
                ;
            }
            #s20260407b41c2ba802e2e .shop-table .list_badge {
				border-color: ;
            }
            #s20260407b41c2ba802e2e .im-cart-result-table thead>tr>th,
            #s20260407b41c2ba802e2e #shop_cart_list .shop-table > colgroup + thead > tr:first-child > th,
            #s20260407b41c2ba802e2e #shop_cart_list .shop-table > tbody > tr > td + td,
            #s20260407b41c2ba802e2e #shop_cart_list .shop-table > thead > tr > th,
            #s20260407b41c2ba802e2e #shop_cart_list .shop-table > tbody > tr > td {
                ;
            }
            #s20260407b41c2ba802e2e .shop-content.mypage .shop-item .item-icon .im-icon.im-ico-liked{
                color: #00b5ff
            }
			@media (min-width: 991px) {
				.doz_sys #s20260407b41c2ba802e2e .btn-primary:hover, #s20260407b41c2ba802e2e .widget_text_wrap .btn:hover, .doz_sys #s20260407b41c2ba802e2e .cart-btn-tools .alpha_add_review_button:hover > button {
				background-color : #0b5ff;;
					background-color:rgba(0, 181, 255, 0.7);
					border-color:rgba(0, 181, 255, 0.7);
					color:#ffffff;
					border-width:1px;
				}
				.doz_sys.shop_view #s20260407b41c2ba802e2e .btn-primary:hover span,
				.doz_sys.booking_view #s20260407b41c2ba802e2e .btn-primary:hover span,
				.doz_sys.shop_mypage #s20260407b41c2ba802e2e .btn-primary:hover span  {
					color:#ffffff;
				}
			}
			@media all and (max-width : 768px) {
				.doz_sys #s20260407b41c2ba802e2e .fixed_view a,
				.doz_sys #s20260407b41c2ba802e2e .fixed_view select.form-control,
				.doz_sys #s20260407b41c2ba802e2e .fixed_view .form-select-wrap:before {
					color: #212121;
				}
				.doz_sys #s20260407b41c2ba802e2e .fixed_view .body_font_color_50 {
					color: rgba(33, 33, 33, 0.5);
				}
				.doz_sys #s20260407b41c2ba802e2e .fixed_view .body_font_color_20 {
					color: rgba(33, 33, 33, 0.2);
				}
				.booking_view #s20260407b41c2ba802e2e .fixed_view .booking_opt select.form-control {
					background-color: #fff;
				}
				#s20260407b41c2ba802e2e #shop_cart_list .shop-tit,
                #s20260407b41c2ba802e2e #shop_cart_list .shop-table > thead > tr,
                #s20260407b41c2ba802e2e #shop_cart_list .shop-table > tfoot .payment-info,
                #s20260407b41c2ba802e2e .im-price-result {
				    ;
				}
                #s20260407b41c2ba802e2e .shop-table > tbody > tr > td.img .opt .more + .more,
                #s20260407b41c2ba802e2e .im-order-row + .im-order-row {
                    ;
                }
                #s20260407b41c2ba802e2e #shop_cart_list .shop-table,
                #s20260407b41c2ba802e2e #shop_cart_list .shop-table > tbody > tr.im-tr-shipping + tr,
                #s20260407b41c2ba802e2e #shop_cart_list .shop-table > tfoot,
                #s20260407b41c2ba802e2e #shop_cart_list .shop-table > tfoot .payment-info {
                    ;
                }
                #s20260407b41c2ba802e2e #shop_cart_list .shop-table > thead > tr,
                #s20260407b41c2ba802e2e .im-order-detail-table .im-space {
                    background-color: #fafafa;
                }
                #s20260407b41c2ba802e2e #shop_cart_list .shop-table > thead > tr.scroll-to-fixed-fixed-end {
                    top: auto !important;
                    bottom: 0;
                }
			}
			.device_type_m #s20260407b41c2ba802e2e .section_bg.fixed_bg_wrap { 
                 background-attachment: fixed;
            }
            
            .device_type_m #s20260407b41c2ba802e2e .section_bg.fixed_bg_wrap .fixed_bg {
              display: none;
            }
            #s20260407b41c2ba802e2e .section_bg.fixed_bg_wrap .fixed_bg {
                 display: none;
                }
			@media (max-width: 991px) {
			    #s20260407b41c2ba802e2e .section_bg {
                    background-attachment : inherit;
                }
                
                #s20260407b41c2ba802e2e .section_bg .ibg-bg {
                    display: none;
                }
                
                #s20260407b41c2ba802e2e .section_bg.fixed_bg_wrap { 
                    background-image : none !important;
                    clip-path: inset(0);
                    overflow: hidden;
                }
                #s20260407b41c2ba802e2e .section_bg.fixed_bg_wrap .fixed_bg {
                  display: block;
                  object-fit: cover;
                  position: fixed;
                  left: 0;
                  top: 0;
                  width: 100%; 
                  height: 100vh;
                }
				#s20260407b41c2ba802e2e .buy_btns .social_btn, #s20260407b41c2ba802e2e .buy_btns .cart_btn, #s20260407b41c2ba802e2e .layer_pop .bottom-btn, #s20260407b41c2ba802e2e .shop-table > thead, #s20260407b41c2ba802e2e .left-menu, #s20260407b41c2ba802e2e .shop-table > tbody > tr, {
				;
				}
				#s20260407b41c2ba802e2e main, #s20260407b41c2ba802e2e .section_wrap.extend_section main, #s20260407b41c2ba802e2e .doz_sys.shop_payment .inside, .doz_sys.shop_payment .inside .col-dz, {
					padding-left:0;
					padding-right:0;
				}
				#s20260407b41c2ba802e2e.mobile_section main .inside {
					padding-left: 0px;
					padding-right: 0px;
				}
				#s20260407b41c2ba802e2e.section_wrap.extend_section main .widget.board .grid_ignore.bg_on {
					margin-left: -15px;
					margin-right: -15px;
					width: calc(100% + 30px);
				}
				#s20260407b41c2ba802e2e .mypage .left-menu ul li a,
				#s20260407b41c2ba802e2e .cart .left-menu ul li a,
				#s20260407b41c2ba802e2e .mypage .left-menu .cart-menu-slide  {
					background-color:rgba(255,255,255,1);-ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff255255255,endColorstr=#ff255255255);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff255255255,endColorstr=#ff255255255);	zoom: 1;;
				}
				.section_wrap .side_gutter {
					display:none !important;
				}
				#s20260407b41c2ba802e2e .coupon-wrap:after {
					background: #fafafa !important;
				}
			}
			@media (max-width: 767px) {
				#s20260407b41c2ba802e2e .nav_gradient.slide_left {
					background: linear-gradient(to left, rgba(255, 255, 255, 0), #fafafa);
				}
				#s20260407b41c2ba802e2e .nav_gradient.slide_right {
					background: linear-gradient(to right, rgba(255, 255, 255, 0), #fafafa);
				}
				#s20260407b41c2ba802e2e .button_tab .scroll-to-fixed-fixed ul.site_prod_nav > li {
					border-top: 0;
					border-bottom: 0;
				}
				#s20260407b41c2ba802e2e .background_tab .scroll-to-fixed-fixed ul.site_prod_nav > li a.active {
					box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.1);
				}
				.shop_view #s20260407b41c2ba802e2e .item_detail .form-select-wrap .dropdown-menu .dropdown-item {
					background: #fafafa !important;
				}
				.shop_view #s20260407b41c2ba802e2e .item_detail .form-select-wrap .dropdown-toggle {
					color:  !important;
				}
				.shop_view #s20260407b41c2ba802e2e .item_detail .form-select-wrap.open .dropdown-toggle,
				.shop_view #s20260407b41c2ba802e2e .item_detail .form-select-wrap.open .dropdown-menu {
					border-color:  !important;
				}
				.shop_view #s20260407b41c2ba802e2e .item_detail .form-select-wrap.open .dropdown-menu .dropdown-item {
					
				}
				.shop_view #s20260407b41c2ba802e2e .item_detail .form-select-wrap .dropdown-menu .dropdown-item:hover {
					background-color:  !important;
				}
			}
			@media (min-width: 768px) {
				#s20260407b41c2ba802e2e .opt-group .btn_clse {
					background-color: #fafafa;
				}
				#s20260407b41c2ba802e2e .opt-group .btn_clse:after {
					box-shadow: 0 10px 0 0 #fafafa;
				}
			}
		
				.doz_sys #s20260407b41c2ba802e2e .bg-brand,
				.doz_sys #s20260407b41c2ba802e2e .bg-brand span,
				.doz_sys #s20260407b41c2ba802e2e .btn-brand {
				;
					background-color:#00b5ff;
					border-color:#00b5ff;
					border-width: 1px;
					color:#fff;
				}
				.doz_sys #s20260407b41c2ba802e2e .bg-brand:hover {
					background-color:rgba(0,145,204,1);-ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff00145204,endColorstr=#ff00145204);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff00145204,endColorstr=#ff00145204);	zoom: 1;;
					border-color:rgb(0,145,204) ;border-color:rgba(0,145,204,1) ;;
				}
			
	.device_type_m .pc_section #padding_w2026040730f05c911be4e {
		height: 25px !important;
	}
	@media all and (max-width:768px) {
		.pc_section #padding_w2026040730f05c911be4e {
			height: 25px !important;
		}
	}

	/*#*//* .widget.image img {*/
	/*	transition: .3s ease;*/
	/*}*/
	.admin #w2026040734f290ebd4fe2 .widget.image img {
		transition: none;
	}

	.admin #w2026040734f290ebd4fe2 .disable-selection img {
		visibility: visible !important;
	}
	#w2026040734f290ebd4fe2 .widget.image .overlay, #w2026040734f290ebd4fe2 .widget.image .hover_overlay {
		background: #00000000;
		transition: opacity .3s, background-color .3s;
	}
	#w2026040734f290ebd4fe2 .widget.image:hover .hover_overlay {
		background: #00000000;
		z-index: 6;
		opacity: 1;
	}
	.admin #w2026040734f290ebd4fe2 .widget.image:hover .hover_overlay,
	#w2026040734f290ebd4fe2 .widget.image.hover_image_hidden:hover .hover_overlay {
		opacity: 0 !important;
	}
	#w2026040734f290ebd4fe2 .widget.image.text_position_overlay .txt .txt_body {
		color: ;
		;
		line-height: 1.2;
		padding: 1em;
	}
	#w2026040734f290ebd4fe2 .widget.image.hover_text_position_overlay:hover .hover_txt .txt_body {
		color: ;
		;
		padding: 1em;
	}
	#w2026040734f290ebd4fe2 .widget.image.hover_text_position_overlay:hover .hover_txt .txt_body {
		line-height: 1.2;
	}
	#w2026040734f290ebd4fe2 .widget.image.img_circle .overlay,
	#w2026040734f290ebd4fe2 .widget.image.img_circle .hover_overlay {
		border-radius: 50%;
	}
	#w2026040734f290ebd4fe2 .widget.image.hover_scale:hover .hover_overlay,
	#w2026040734f290ebd4fe2 .widget.image.same_overlay:hover .overlay {
		transform: scale(1.1);
		transition: opacity .3s;
	}
	#w2026040734f290ebd4fe2 .widget.image.hide_default_img:hover .img_wrap > img,
	#w2026040734f290ebd4fe2 .widget.image:hover .overlay,
	#w2026040734f290ebd4fe2 .widget.image .hover_overlay,
	#w2026040734f290ebd4fe2 .widget.image.hover_image_hidden:hover .hover_img,
	#w2026040734f290ebd4fe2 .widget.image.hover_scale .hover_img,
	#w2026040734f290ebd4fe2 .widget.image.hover_scale.hover_image_hidden:hover .hover_img {
		opacity: 0;
	}
	#w2026040734f290ebd4fe2 .widget.image.hide_default_img:hover .img_wrap > img{
		opacity: 0 !important;

	}
	#w2026040734f290ebd4fe2 .widget.image.hover_scale img {
		transition: transform 0.4s ease-out;
	}
	#w2026040734f290ebd4fe2 .widget.image.hover_scale img,
	#w2026040734f290ebd4fe2 .widget.image.hover_scale:hover .hover_img,
	#w2026040734f290ebd4fe2 .widget.image.hover_scale.hover_image_hidden:hover img,
	#w2026040734f290ebd4fe2 .widget.image.org_image_hidden.hover_image_hidden:hover .img_wrap > img,
	#w2026040734f290ebd4fe2 .widget.image.hover_img_hide.hover_scale:hover img,
	#w2026040734f290ebd4fe2 .widget.image.same_overlay:hover .overlay  {
		opacity : 1;
	}
	#w2026040734f290ebd4fe2 .widget.image.no_effect .hover_overlay,
	#w2026040734f290ebd4fe2 .widget.image.no_effect .hover_img {
		transition: none;
	}
	#w2026040734f290ebd4fe2 .widget.image.hover_img_hide .hover_img {
		display: none;
	}
	#w2026040734f290ebd4fe2 .widget.image.hover_img_hide:hover .hover_overlay {
		transition: opacity .3s;
	}
	#w2026040734f290ebd4fe2 .widget.image.hide_default_img:hover .org_image,
	#w2026040734f290ebd4fe2 .widget.image.same_overlay:hover .hover_overlay {
		opacity: 0;
	}
	#w2026040734f290ebd4fe2 .widget.image.same_overlay:hover .overlay {
		opacity: 1;
	}
		#w2026040734f290ebd4fe2 .widget.image.org_size img,
	#w2026040734f290ebd4fe2	.widget.image.org_size .hover_img,
	#w2026040734f290ebd4fe2 .widget.image.org_size .overlay,
	#w2026040734f290ebd4fe2 .widget.image.org_size .hover_overlay,
	#w2026040734f290ebd4fe2 .widget.image .img_wrap {
		border-radius: 20px;
	}
	
		#w2026040734f290ebd4fe2 .widget.image .hover_img {
		image-rendering: -webkit-optimize-contrast;
	}
	
	@media all and (max-width : 767px) {
		#w2026040734f290ebd4fe2 .widget.image:hover .hover_txt,
		#w2026040734f290ebd4fe2 .widget.image:hover .hover_img,
		#w2026040734f290ebd4fe2 .widget.image:hover .overlay,
		#w2026040734f290ebd4fe2 .widget.image:hover .hover_overlay {
			opacity: 0;
			transform: none !important;
		}
		#w2026040734f290ebd4fe2 .widget.image.org_image_hidden:hover .img_wrap > img {
			opacity: 1;
		}
		#w2026040734f290ebd4fe2 .widget.image:hover .txt {
			opacity: 1;
			visibility: visible;
		}
		#w2026040734f290ebd4fe2 .widget.hover_scale:hover img {
			transform: none !important;
		}
	}

	.device_type_m .pc_section #padding_w2026040746b1963e0ef24 {
		height: 14.5px !important;
	}
	@media all and (max-width:768px) {
		.pc_section #padding_w2026040746b1963e0ef24 {
			height: 14.5px !important;
		}
	}

		#text_w2026040703113c5588f00 {
					border-radius: 0px;
			border: 0px none #000;;
			min-height: 0px;;
			line-height: inherit;
		}
		#text_w2026040703113c5588f00 .fr-code-view {
			line-height: 1.6;
		}
		#text_w2026040703113c5588f00 .text_bg_img,
		#text_w2026040703113c5588f00 .text_bg_color {
			position: absolute;
			top: 0;
			left: 0;
			height: 100%;
			width: 100%;
			border-radius: 0px;
		}
		.admin #text_w2026040703113c5588f00,
		#text_w2026040703113c5588f00 .text-table {
			min-height: 0px;;
					word-break: normal;
			word-wrap: break-word;
		}
        #text_w2026040703113c5588f00,
        #text_w2026040703113c5588f00 .text-table {
            display: flex;
            flex-direction: column;
            justify-content:flex-start ;
        }
		.doz_sys main > .doz_row #text_w2026040703113c5588f00.default_padding {
			padding-left: 32px;
			padding-right: 32px;
		}
		@media all and (max-width : 767px) {
			.doz_sys main > .doz_row #text_w2026040703113c5588f00.default_padding {
				padding-left: 15px;
				padding-right: 15px;
			}
		}
	
		#text_w2026040747ba1f510fc44 {
					border-radius: 0px;
			border: 0px none #000;;
			min-height: 0px;;
			line-height: inherit;
		}
		#text_w2026040747ba1f510fc44 .fr-code-view {
			line-height: 1.6;
		}
		#text_w2026040747ba1f510fc44 .text_bg_img,
		#text_w2026040747ba1f510fc44 .text_bg_color {
			position: absolute;
			top: 0;
			left: 0;
			height: 100%;
			width: 100%;
			border-radius: 0px;
		}
		.admin #text_w2026040747ba1f510fc44,
		#text_w2026040747ba1f510fc44 .text-table {
			min-height: 0px;;
					word-break: normal;
			word-wrap: break-word;
		}
        #text_w2026040747ba1f510fc44,
        #text_w2026040747ba1f510fc44 .text-table {
            display: flex;
            flex-direction: column;
            justify-content:flex-start ;
        }
		.doz_sys main > .doz_row #text_w2026040747ba1f510fc44.default_padding {
			padding-left: 32px;
			padding-right: 32px;
		}
		@media all and (max-width : 767px) {
			.doz_sys main > .doz_row #text_w2026040747ba1f510fc44.default_padding {
				padding-left: 15px;
				padding-right: 15px;
			}
		}
	
	.device_type_m .pc_section #padding_w2026040708fdf2ee6b835 {
		height: 117px !important;
	}
	@media all and (max-width:768px) {
		.pc_section #padding_w2026040708fdf2ee6b835 {
			height: 117px !important;
		}
	}

	#hr_w20260407fc15d8d6ca105.border_width_hide hr {
		border-top-width: 1px !important;
	}
	#hr_w20260407fc15d8d6ca105.border_color_hide hr {
		border-color: transparent !important;
	}
	#hr_w20260407fc15d8d6ca105 .line_box {
		margin: 0 auto;
	}
	#hr_w20260407fc15d8d6ca105 .line_box hr {
		border-style : solid;
	}
	#hr_w20260407fc15d8d6ca105.type03.border_style_hide hr,
	#hr_w20260407fc15d8d6ca105.type04.border_style_hide hr{
		border-style: dashed !important;
	}
	#hr_w20260407fc15d8d6ca105.type05.border_style_hide hr,
	#hr_w20260407fc15d8d6ca105.type06.border_style_hide hr{
		border-style : dotted !important;
	}
	#hr_w20260407fc15d8d6ca105.type07.border_style_hide hr{
		border-style: solid !important;
	}
	#hr_w20260407fc15d8d6ca105.type02 hr,
	#hr_w20260407fc15d8d6ca105.type04 hr,
	#hr_w20260407fc15d8d6ca105.type06 hr {
		margin: 2px auto;
	}
	#hr_w20260407fc15d8d6ca105.type07 .line_box:before,
	#hr_w20260407fc15d8d6ca105.type07 .line_box:after {
		content: '';
		min-width: 2px;
		min-height: 18px;
		display: inline-block;
		border-right: 1px solid #00000033;
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		transform: rotate(45deg);
		position: absolute;
		top: 50%;
		margin-top: -9px;
		left: 50%;
		margin-left: -5px;
		z-index: 1;
	}
	#hr_w20260407fc15d8d6ca105.type07 .line_box:after {
		margin-left: 5px;
	}
	#hr_w20260407fc15d8d6ca105.type08 .line_box:before,
	#hr_w20260407fc15d8d6ca105.type08 .line_box:after {
		content: '';
		position: absolute;
		top: -5px;
		left: 0;
		border-top: 5px solid #00000033;
		border-right: 5px solid transparent!important;
		border-bottom: 0 dotted;
		border-left: 5px solid transparent!important;
		margin-left: 0;
		-webkit-transform: translate(-5px,3px) rotate(90deg);
		-moz-transform: translate(-5px,3px) rotate(90deg);
		-ms-transform: translate(-5px,3px) rotate(90deg);
		-o-transform: translate(-5px,3px) rotate(90deg);
		transform: translate(-5px,3px) rotate(90deg);
	}
	#hr_w20260407fc15d8d6ca105.type08 .line_box:after {
		left: initial;
		right: 0;
		-webkit-transform: translate(5px,3px) rotate(-90deg);
		-moz-transform: translate(5px,3px) rotate(-90deg);
		-ms-transform: translate(5px,3px) rotate(-90deg);
		-o-transform: translate(5px,3px) rotate(-90deg);
		transform: translate(5px,3px) rotate(-90deg);
	}
	.is-ie #hr_w20260407fc15d8d6ca105.type08 .line_box:after {
		left: calc(100% - 10px);
		right: 0;
	}
	#hr_w20260407fc15d8d6ca105.type09 .line_box:before,
	#hr_w20260407fc15d8d6ca105.type09 .line_box:after,
	#hr_w20260407fc15d8d6ca105.type10 .line_box:before,
	#hr_w20260407fc15d8d6ca105.type10 .line_box:after,
	#hr_w20260407fc15d8d6ca105.type11 .line_box:before,
	#hr_w20260407fc15d8d6ca105.type11 .line_box:after,
	#hr_w20260407fc15d8d6ca105.type12 .line_box:before,
	#hr_w20260407fc15d8d6ca105.type12 .line_box:after{
		content: "\f092";
		display: inline-block;
		font: normal normal normal 14px/1 "Black Tie";
		vertical-align: -14.28571429%;
		text-rendering: auto;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		transform: translate(0, 0);
		position: absolute;
		left: -1px;
		top: -6.5px;
		font-size: 14px;
		color: #00000033;
	}
	#hr_w20260407fc15d8d6ca105.type13 .line_box:before,
	#hr_w20260407fc15d8d6ca105.type13 .line_box:after,
	#hr_w20260407fc15d8d6ca105.type13 .line_box hr:before {
		content: "";
		min-width: 9px;
		min-height: 9px;
		display: inline-block;
		border: 1px solid #00000033;;
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		transform: rotate(45deg);
		position: absolute;
		left: 50%;
		top: 50%;
		margin-top: -5px;
	}
	#hr_w20260407fc15d8d6ca105.type13 .line_box:before {
		margin-left: 6px;
	}
	#hr_w20260407fc15d8d6ca105.type13 .line_box:after{
		margin-left: -16px;
	}
	#hr_w20260407fc15d8d6ca105.type13 .line_box hr:before {
		margin-left: -5px;
	}
	#hr_w20260407fc15d8d6ca105.type09 .line_box:after {
		content: "\f093";
		left: inherit;
		right: -1px;
	}
	#hr_w20260407fc15d8d6ca105.type10 .line_box:before {
		content: "\f096";
	}
	#hr_w20260407fc15d8d6ca105.type10 .line_box:after {
		content: "\f097";
		left: inherit;
		right: -1px;
	}
	#hr_w20260407fc15d8d6ca105.type11 hr {
		max-width: calc(100% - 13px);
	}
	#hr_w20260407fc15d8d6ca105.type12 hr {
		max-width: calc(100% - 10px);
	}
	#hr_w20260407fc15d8d6ca105.type11 .line_box:before {
		content: "\f093";
		left : -1px;
	}
	#hr_w20260407fc15d8d6ca105.type11 .line_box:after {
		content: "\f092";
		left: inherit;
		right: -1px;
	}
	#hr_w20260407fc15d8d6ca105.type12 .line_box:before {
		content: "\f097";
		left : -1px;
	}
	#hr_w20260407fc15d8d6ca105.type12 .line_box:after {
		content: "\f096";
		left: inherit;
		right: -1px;
	}
	#hr_w20260407fc15d8d6ca105.type14 .line_box hr,
	#hr_w20260407fc15d8d6ca105.type15 .line_box hr {
		max-width: 100%;
		width: 45%;
		display: inline-block;
		vertical-align: middle;
	}
	#hr_w20260407fc15d8d6ca105.type14 .line_box hr:first-child,
	#hr_w20260407fc15d8d6ca105.type15 .line_box hr:first-child{
		margin-right: 10%;
	}
	#hr_w20260407fc15d8d6ca105.type14 .line_box:before{
		content: "\f00c";
		display: inline-block;
		font: normal normal normal 14px/1 "Black Tie";
		vertical-align: -14.28571429%;
		text-rendering: auto;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		transform: translate(0, 0);
		font-size: 14px;
		position: absolute;
		left: 50%;
		top: 50%;
		margin-top: -7px;
		margin-left: -7px;
		color: #00000033;
	}
	#hr_w20260407fc15d8d6ca105.type15 .line_box:before {
		content: "AND";
		display: inline-block;
		position: absolute;
		text-align: center;
		line-height: 1.6;
		font-weight: normal;
		font-size: 11px;
		letter-spacing: 0.12em;
		color: #00000033;
		top: 50%;
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		left: 50%;
		margin-left: -13px;
	}
	#hr_w20260407fc15d8d6ca105.type17 .line_box:before {
		content: '';
		display: inline-block;
		width: 10px;
		height: 10px;
		border-radius: 50%;
		position: absolute;
		left: 50%;
		margin-left: -5px;
		top: 50%;
		margin-top: -5px;
		background: #00000033;
	}
	#hr_w20260407fc15d8d6ca105.type18 .line_box {
		text-align: center;
		display: table;
		width: 100% !important;
	}
	#hr_w20260407fc15d8d6ca105.type18 .hr {
		position: relative;
		width: 50%;
		vertical-align: middle;
		display: table-cell;
	}
	#hr_w20260407fc15d8d6ca105.type18 .hr:before {
		content: '';
		display: block;
		border-color: #00000033;
		border-width: 1px 0 0 0;
		border-style: solid;
		width: 100%;
	}
	#hr_w20260407fc15d8d6ca105.type18 .hr_title {
		display: table-cell;
		position: relative;
		padding: 0 30px;
		word-wrap: break-word;
		font-size: 0px;
		color: ;
		vertical-align: middle;
		white-space: nowrap;
	}

	.device_type_m .pc_section #padding_w202604071c5fbe3e09ace {
		height: 15px !important;
	}
	@media all and (max-width:768px) {
		.pc_section #padding_w202604071c5fbe3e09ace {
			height: 15px !important;
		}
	}

		#text_w20260407969b94c253ebd {
					border-radius: 0px;
			border: 0px none #000;;
			min-height: 0px;;
			line-height: inherit;
		}
		#text_w20260407969b94c253ebd .fr-code-view {
			line-height: 1.6;
		}
		#text_w20260407969b94c253ebd .text_bg_img,
		#text_w20260407969b94c253ebd .text_bg_color {
			position: absolute;
			top: 0;
			left: 0;
			height: 100%;
			width: 100%;
			border-radius: 0px;
		}
		.admin #text_w20260407969b94c253ebd,
		#text_w20260407969b94c253ebd .text-table {
			min-height: 0px;;
					word-break: normal;
			word-wrap: break-word;
		}
        #text_w20260407969b94c253ebd,
        #text_w20260407969b94c253ebd .text-table {
            display: flex;
            flex-direction: column;
            justify-content:flex-start ;
        }
		.doz_sys main > .doz_row #text_w20260407969b94c253ebd.default_padding {
			padding-left: 32px;
			padding-right: 32px;
		}
		@media all and (max-width : 767px) {
			.doz_sys main > .doz_row #text_w20260407969b94c253ebd.default_padding {
				padding-left: 15px;
				padding-right: 15px;
			}
		}
	
	.device_type_m .pc_section #padding_w202604072b023c05d5791 {
		height: 29px !important;
	}
	@media all and (max-width:768px) {
		.pc_section #padding_w202604072b023c05d5791 {
			height: 29px !important;
		}
	}

		#text_w20260407272a819561f1a {
					border-radius: 0px;
			border: 0px none #000;;
			min-height: 0px;;
			line-height: inherit;
		}
		#text_w20260407272a819561f1a .fr-code-view {
			line-height: 1.6;
		}
		#text_w20260407272a819561f1a .text_bg_img,
		#text_w20260407272a819561f1a .text_bg_color {
			position: absolute;
			top: 0;
			left: 0;
			height: 100%;
			width: 100%;
			border-radius: 0px;
		}
		.admin #text_w20260407272a819561f1a,
		#text_w20260407272a819561f1a .text-table {
			min-height: 0px;;
					word-break: normal;
			word-wrap: break-word;
		}
        #text_w20260407272a819561f1a,
        #text_w20260407272a819561f1a .text-table {
            display: flex;
            flex-direction: column;
            justify-content:flex-start ;
        }
		.doz_sys main > .doz_row #text_w20260407272a819561f1a.default_padding {
			padding-left: 32px;
			padding-right: 32px;
		}
		@media all and (max-width : 767px) {
			.doz_sys main > .doz_row #text_w20260407272a819561f1a.default_padding {
				padding-left: 15px;
				padding-right: 15px;
			}
		}
	
	.device_type_m .pc_section #padding_w20260407fcc12f1329fb4 {
		height: 14.5px !important;
	}
	@media all and (max-width:768px) {
		.pc_section #padding_w20260407fcc12f1329fb4 {
			height: 14.5px !important;
		}
	}

	.device_type_m .pc_section #padding_w202604077c907c7db9ecf {
		height: 25px !important;
	}
	@media all and (max-width:768px) {
		.pc_section #padding_w202604077c907c7db9ecf {
			height: 25px !important;
		}
	}

	#hr_w202604073d38abb51bc96.border_width_hide hr {
		border-top-width: 1px !important;
	}
	#hr_w202604073d38abb51bc96.border_color_hide hr {
		border-color: transparent !important;
	}
	#hr_w202604073d38abb51bc96 .line_box {
		margin: 0 auto;
	}
	#hr_w202604073d38abb51bc96 .line_box hr {
		border-style : solid;
	}
	#hr_w202604073d38abb51bc96.type03.border_style_hide hr,
	#hr_w202604073d38abb51bc96.type04.border_style_hide hr{
		border-style: dashed !important;
	}
	#hr_w202604073d38abb51bc96.type05.border_style_hide hr,
	#hr_w202604073d38abb51bc96.type06.border_style_hide hr{
		border-style : dotted !important;
	}
	#hr_w202604073d38abb51bc96.type07.border_style_hide hr{
		border-style: solid !important;
	}
	#hr_w202604073d38abb51bc96.type02 hr,
	#hr_w202604073d38abb51bc96.type04 hr,
	#hr_w202604073d38abb51bc96.type06 hr {
		margin: 2px auto;
	}
	#hr_w202604073d38abb51bc96.type07 .line_box:before,
	#hr_w202604073d38abb51bc96.type07 .line_box:after {
		content: '';
		min-width: 2px;
		min-height: 18px;
		display: inline-block;
		border-right: 1px solid ;
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		transform: rotate(45deg);
		position: absolute;
		top: 50%;
		margin-top: -9px;
		left: 50%;
		margin-left: -5px;
		z-index: 1;
	}
	#hr_w202604073d38abb51bc96.type07 .line_box:after {
		margin-left: 5px;
	}
	#hr_w202604073d38abb51bc96.type08 .line_box:before,
	#hr_w202604073d38abb51bc96.type08 .line_box:after {
		content: '';
		position: absolute;
		top: -5px;
		left: 0;
		border-top: 5px solid ;
		border-right: 5px solid transparent!important;
		border-bottom: 0 dotted;
		border-left: 5px solid transparent!important;
		margin-left: 0;
		-webkit-transform: translate(-5px,3px) rotate(90deg);
		-moz-transform: translate(-5px,3px) rotate(90deg);
		-ms-transform: translate(-5px,3px) rotate(90deg);
		-o-transform: translate(-5px,3px) rotate(90deg);
		transform: translate(-5px,3px) rotate(90deg);
	}
	#hr_w202604073d38abb51bc96.type08 .line_box:after {
		left: initial;
		right: 0;
		-webkit-transform: translate(5px,3px) rotate(-90deg);
		-moz-transform: translate(5px,3px) rotate(-90deg);
		-ms-transform: translate(5px,3px) rotate(-90deg);
		-o-transform: translate(5px,3px) rotate(-90deg);
		transform: translate(5px,3px) rotate(-90deg);
	}
	.is-ie #hr_w202604073d38abb51bc96.type08 .line_box:after {
		left: calc(100% - 10px);
		right: 0;
	}
	#hr_w202604073d38abb51bc96.type09 .line_box:before,
	#hr_w202604073d38abb51bc96.type09 .line_box:after,
	#hr_w202604073d38abb51bc96.type10 .line_box:before,
	#hr_w202604073d38abb51bc96.type10 .line_box:after,
	#hr_w202604073d38abb51bc96.type11 .line_box:before,
	#hr_w202604073d38abb51bc96.type11 .line_box:after,
	#hr_w202604073d38abb51bc96.type12 .line_box:before,
	#hr_w202604073d38abb51bc96.type12 .line_box:after{
		content: "\f092";
		display: inline-block;
		font: normal normal normal 14px/1 "Black Tie";
		vertical-align: -14.28571429%;
		text-rendering: auto;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		transform: translate(0, 0);
		position: absolute;
		left: -1px;
		top: -6.5px;
		font-size: 14px;
		color: ;
	}
	#hr_w202604073d38abb51bc96.type13 .line_box:before,
	#hr_w202604073d38abb51bc96.type13 .line_box:after,
	#hr_w202604073d38abb51bc96.type13 .line_box hr:before {
		content: "";
		min-width: 9px;
		min-height: 9px;
		display: inline-block;
		border: 1px solid ;;
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		transform: rotate(45deg);
		position: absolute;
		left: 50%;
		top: 50%;
		margin-top: -5px;
	}
	#hr_w202604073d38abb51bc96.type13 .line_box:before {
		margin-left: 6px;
	}
	#hr_w202604073d38abb51bc96.type13 .line_box:after{
		margin-left: -16px;
	}
	#hr_w202604073d38abb51bc96.type13 .line_box hr:before {
		margin-left: -5px;
	}
	#hr_w202604073d38abb51bc96.type09 .line_box:after {
		content: "\f093";
		left: inherit;
		right: -1px;
	}
	#hr_w202604073d38abb51bc96.type10 .line_box:before {
		content: "\f096";
	}
	#hr_w202604073d38abb51bc96.type10 .line_box:after {
		content: "\f097";
		left: inherit;
		right: -1px;
	}
	#hr_w202604073d38abb51bc96.type11 hr {
		max-width: calc(100% - 13px);
	}
	#hr_w202604073d38abb51bc96.type12 hr {
		max-width: calc(100% - 10px);
	}
	#hr_w202604073d38abb51bc96.type11 .line_box:before {
		content: "\f093";
		left : -1px;
	}
	#hr_w202604073d38abb51bc96.type11 .line_box:after {
		content: "\f092";
		left: inherit;
		right: -1px;
	}
	#hr_w202604073d38abb51bc96.type12 .line_box:before {
		content: "\f097";
		left : -1px;
	}
	#hr_w202604073d38abb51bc96.type12 .line_box:after {
		content: "\f096";
		left: inherit;
		right: -1px;
	}
	#hr_w202604073d38abb51bc96.type14 .line_box hr,
	#hr_w202604073d38abb51bc96.type15 .line_box hr {
		max-width: 100%;
		width: 45%;
		display: inline-block;
		vertical-align: middle;
	}
	#hr_w202604073d38abb51bc96.type14 .line_box hr:first-child,
	#hr_w202604073d38abb51bc96.type15 .line_box hr:first-child{
		margin-right: 10%;
	}
	#hr_w202604073d38abb51bc96.type14 .line_box:before{
		content: "\f00c";
		display: inline-block;
		font: normal normal normal 14px/1 "Black Tie";
		vertical-align: -14.28571429%;
		text-rendering: auto;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		transform: translate(0, 0);
		font-size: 14px;
		position: absolute;
		left: 50%;
		top: 50%;
		margin-top: -7px;
		margin-left: -7px;
		color: ;
	}
	#hr_w202604073d38abb51bc96.type15 .line_box:before {
		content: "AND";
		display: inline-block;
		position: absolute;
		text-align: center;
		line-height: 1.6;
		font-weight: normal;
		font-size: 11px;
		letter-spacing: 0.12em;
		color: ;
		top: 50%;
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		left: 50%;
		margin-left: -13px;
	}
	#hr_w202604073d38abb51bc96.type17 .line_box:before {
		content: '';
		display: inline-block;
		width: 10px;
		height: 10px;
		border-radius: 50%;
		position: absolute;
		left: 50%;
		margin-left: -5px;
		top: 50%;
		margin-top: -5px;
		background: ;
	}
	#hr_w202604073d38abb51bc96.type18 .line_box {
		text-align: center;
		display: table;
		width: 100% !important;
	}
	#hr_w202604073d38abb51bc96.type18 .hr {
		position: relative;
		width: 50%;
		vertical-align: middle;
		display: table-cell;
	}
	#hr_w202604073d38abb51bc96.type18 .hr:before {
		content: '';
		display: block;
		border-color: ;
		border-width: 1px 0 0 0;
		border-style: solid;
		width: 100%;
	}
	#hr_w202604073d38abb51bc96.type18 .hr_title {
		display: table-cell;
		position: relative;
		padding: 0 30px;
		word-wrap: break-word;
		font-size: 24px;
		color: ;
		vertical-align: middle;
		white-space: nowrap;
	}

			.shop_view .s20260423203237f36264e.xzoom-preview {
				;
				background: #fafafa;
			}
			.shop_view #s20260423203237f36264e select.form-control option {
				color:  !important;
				background: #fafafa;
			}
			.is-ie .shop_view #s20260423203237f36264e select.form-control option {
				color: #000 !important;
			}
			.admin #s20260423203237f36264e .widget.padding > div {
				;
			}
			.admin #s20260423203237f36264e .ibg-bg {
				height: 100% !important;
			}
			.admin #s20260423203237f36264e .widget_drag_bar,
			.admin .doz_sys #s20260423203237f36264e .ui-resizable-handle.ui-resizable-e:hover:after,
			.admin .doz_sys #s20260423203237f36264e .ui-resizable-handle.ui-resizable-w:hover:after,
			.admin .doz_sys #s20260423203237f36264e .ui-resizable-handle.ui-resizable-e.active:after,
			.admin .doz_sys #s20260423203237f36264e .ui-resizable-handle.ui-resizable-w.active:after,
			.admin .doz_sys #s20260423203237f36264e .drop_line {
				background-color: ;
			}
			.admin .doz_sys #s20260423203237f36264e .ui-resizable-handle.ui-resizable-n:hover:after,
			.admin .doz_sys #s20260423203237f36264e .ui-resizable-handle.ui-resizable-s:hover:after {
				border-bottom:2px solid  ;
			}
			#s20260423203237f36264e {
				color: ;
			}
			#s20260423203237f36264e.side_basic main .inside,
			#s20260423203237f36264e .site_prod_nav_wrap.scroll-to-fixed-fixed ul.site_prod_nav,
			.doz_sys #s20260423203237f36264e .col-dz-12 .extend_thumbs {
				max-width: 1460px;
			}
			.modal_site_modal_menu #s20260423203237f36264e.side_basic main .inside,
			.menu_type_modal #s20260423203237f36264e.side_basic main .inside {
				max-width: 570px;
			}
			.doz_sys .modal_site_modal_menu .modal-header,
			.menu_type_modal .doz_modal_header {
				border-width: 0 0 1px 0;
				border-style: solid;
				;
			}
			.menu_type_modal #s20260423203237f36264e,
			.menu_type_modal .doz_modal_header {
			;
				background: ;
			;
				color:  ;
			}
			.menu_type_modal .doz_modal_header .bt.bt-flat.bt-default {
			;
				color:  ;
			}
			.doz_sys #s20260423203237f36264e .col-dz-12 .inside .extend_thumbs {
				max-width: inherit;
			}
			#s20260423203237f36264e.extend_section main {
				padding-left: 0px;
				padding-right: 0px;
			}
			#s20260423203237f36264e.section_wrap.extend_section main .widget.board .grid_ignore.bg_on {
				margin-left: -0px;
				margin-right: -0px;
				width: calc(100% + 0px + 0px);
			}
			#s20260423203237f36264e .booking_day .body_font_color_20,
			#s20260423203237f36264e .booking_list.waiting .title {
				; 
			}
		
			#s20260423203237f36264e.extend_section main > .inside {
				max-width: 100% !important;
			}
			#s20260423203237f36264e .li_table ul:nth-of-type(2),
			#s20260423203237f36264e .li_board ul li,
			#s20260423203237f36264e .radio-styled:not(ie8).radio_color_option.small input ~ span span {
				;
			}
			#s20260423203237f36264e .checkbox-styled:not(ie8) input ~ span:before,
			#s20260423203237f36264e .radio-styled:not(ie8) input ~ span:before {
				
			}
			#s20260423203237f36264e .board_view .grid_ignore header a, #s20260423203237f36264e .widget.board .grid_ignore .author .date, #s20260423203237f36264e .widget.board .grid_ignore a.board, #s20260423203237f36264e .widget.board .grid_ignore .author .write, .editor_box .add_map .info > div.phone, #s20260423203237f36264e .content-tit .board {
				;
			}
			#s20260423203237f36264e select.form-control,
			#s20260423203237f36264e input.form-control,
			#s20260423203237f36264e textarea.form-control {
				;
				color: #111;
				background: rgba(255, 255, 255, 0);
			}
			#s20260423203237f36264e .input_block .select-block .selectbox select {
				border: none;
				background: none;
				color: #212121;
			}
			#s20260423203237f36264e .phonenumber_wrap .line {
				
			}
			#s20260423203237f36264e .shop-content.shop-style-b.open .opt-group .btn_clse > span {
				
			}
			.shop_view #s20260423203237f36264e .shop-content select.form-control,
			.shop_view #s20260423203237f36264e .shop-content input.form-control,
			.shop_view #s20260423203237f36264e .shop-content textarea.form-control,
			.booking_view #s20260423203237f36264e .booking_opt select.form-control,
			.shop_view #s20260423203237f36264e .form-select-wrap .dropdown-menu,
			.shop_view #s20260423203237f36264e .form-select-wrap .dropdown-menu .dropdown-item {
				;
				background: #fafafa;
			}
			#s20260423203237f36264e .seemore_wrap .open:before {
				background-image: linear-gradient(to bottom, rgba(250,250,250,0.01), rgba(250,250,250,0.8) 66%, rgba(250,250,250,0.9) 83%, rgba(250,250,250,0.98) 98%, #fafafa);
			}
			#s20260423203237f36264e .item_detail select.form-control,
			#s20260423203237f36264e .item_detail input.form-control,
			#s20260423203237f36264e .item_detail textarea.form-control,
			#s20260423203237f36264e .booking_opt select.form-control,
			#s20260423203237f36264e .goods_select textarea.form-control,
			#s20260423203237f36264e .goods_select select.form-control,
			#s20260423203237f36264e .goods_select input.form-control,
			#s20260423203237f36264e .form-select-wrap:before {
				 !important;
				color: ;
			}
			#s20260423203237f36264e .form-select-wrap .dropdown-menu .dropdown-item:hover {
				;
			}
			#s20260423203237f36264e .board_summary .write, #s20260423203237f36264e .board_view .grid_ignore .author .date, #s20260423203237f36264e .board_view .grid_ignore .author .hit-count, .doz_sys #s20260423203237f36264e label, .doz_sys #s20260423203237f36264e label.control-label, #s20260423203237f36264e .shop-table > tbody > tr.payment-info > td.pay-txt, #s20260423203237f36264e .nick.text-default-dark, #s20260423203237f36264e .text-default-dark, #s20260423203237f36264e .shop_mypage .mypage .my-box a, #s20260423203237f36264e .shop_mypage .item-detail a, #s20260423203237f36264e .shop_mypage .item-detail p, #s20260423203237f36264e .shop_mypage h6, #s20260423203237f36264e .shop_mypage .table-wrap p, #s20260423203237f36264e .shop_payment h1, #s20260423203237f36264e .shop_payment h6, #s20260423203237f36264e .shop-content p, #s20260423203237f36264e .shop_payment, #s20260423203237f36264e .shop-content span, #s20260423203237f36264e .shop-content .shop-item .item-icon .im-icon.im-ico-liked, #s20260423203237f36264e .shop-content .price, #s20260423203237f36264e,#s20260423203237f36264e .shop-tit,#s20260423203237f36264e .board_view .board_txt_area,#s20260423203237f36264e .board.widget .grid_ignore .view_tit,.doz_sys #s20260423203237f36264e .shop-content input.form-control, .doz_sys #s20260423203237f36264e .shop-content select.form-control, #s20260423203237f36264e .widget_menu_title,#s20260423203237f36264e .comment_area,body.shop_mypage #s20260423203237f36264e .comment_area,
			#s20260423203237f36264e .list_review_inner .use_summary, #s20260423203237f36264e .list_review_inner .use_summary a, #s20260423203237f36264e .list_review_inner .fold, #s20260423203237f36264e .list_review_inner .comment_area, #s20260423203237f36264e .booking_nav_tools span {
				;
				color:  ;
			}
			#s20260423203237f36264e .shop-content span.sale-price-text {
			    color : #212121 !important;
			}
			.doz_sys #s20260423203237f36264e a.use-info {
			    color : #00b5ff;
			}
			#s20260423203237f36264e .shop-content span.sale-price-text-done, 
			.doz_sys #s20260423203237f36264e a.use-info-download-done {
			    color: #999999 !important;
			}
			.doz_sys #s20260423203237f36264e .shop-content .down-btn select.form-control {
				;
				color:  !important;
			}
			#s20260423203237f36264e .shop-content.mypage .bg-bright a, #s20260423203237f36264e .shop-content.mypage .bg-bright p, #s20260423203237f36264e .shop-content.mypage .bg-bright span, #s20260423203237f36264e .shop-content.mypage .bg-bright div {
				color: #212121;
			}
			#s20260423203237f36264e .shop-content.mypage .bg-bright .use_grade .ug_btn .btn,
			#s20260423203237f36264e .shop-content span.ug_name .btn {
				border-color: #D5D5D5;
			}
			#s20260423203237f36264e .shop-content h6 span {
			;
				color: ;
			}
			#s20260423203237f36264e .left-menu ul li.on a,
			.doz_sys #s20260423203237f36264e .paging_type_count .owl-dots .owl-dot span:before,
			.menu_type_modal #s20260423203237f36264e,
			#s20260423203237f36264e .list_review_inner .comment .tools .text-gray-bright {
				;
				color:  !important;
			}
			.doz_sys #s20260423203237f36264e .paging_type_count.slide_02 .owl-dots .owl-dot.active span:before {
				color: #fff !important;
			}
			.doz_sys #s20260423203237f36264e .paging_type_dot .owl-dots .owl-dot span,
			.doz_sys #s20260423203237f36264e .paging_type_big_dot .owl-dots .owl-dot span,
			.doz_sys #s20260423203237f36264e .paging_type_line .owl-dots .owl-dot span,
			.doz_sys #s20260423203237f36264e .paging_type_count.paging_type_count02 .owl-dots .owl-dot.active span:before,
			#s20260423203237f36264e .list_review_inner, 
			#s20260423203237f36264e .list_review_inner .fold.cmt,
			#s20260423203237f36264e .list_review_wrap,
			#s20260423203237f36264e .list_review_inner .textarea_block,
			#s20260423203237f36264e .list_review_inner .comment .main_comment,
			#s20260423203237f36264e .list_review_inner .txt_delete:before,
			#s20260423203237f36264e .form-select-wrap.open .dropdown-toggle, 
			#s20260423203237f36264e .form-select-wrap.open .dropdown-menu,
			#s20260423203237f36264e .form-select-wrap.open .dropdown-menu .dropdown-item {
				border-color: ;
			}
			.doz_sys #s20260423203237f36264e .paging_type_dot02 .owl-dots .owl-dot span,
			.doz_sys #s20260423203237f36264e .paging_type_dot .owl-dots .owl-dot.active span,
			.doz_sys #s20260423203237f36264e .paging_type_line .owl-dots .owl-dot.active span,
			.doz_sys #s20260423203237f36264e .paging_type_big_dot .owl-dots .owl-dot span,
			.doz_sys #s20260423203237f36264e .paging_type_line .owl-dots .owl-dot span {
				background: ;
			}
			#s20260423203237f36264e .form-control:focus {
				border-color:#00b5ff;
			}
			#s20260423203237f36264e .sub_depth li a, #s20260423203237f36264e .sub_depth li span {
				;
			}
			#s20260423203237f36264e .slide_03.owl-theme .owl-dots .owl-dot span {
				;
			} 
			#s20260423203237f36264e .pagination > li > a,
			#s20260423203237f36264e .pagination > li > span,
			#s20260423203237f36264e .pagination > li > a:focus,
			#s20260423203237f36264e .pagination > li > span:focus,
			#s20260423203237f36264e .map-inner .pagination li.active a,
			#s20260423203237f36264e .pagination li > a.disabled:hover,
			#s20260423203237f36264e .pagination li > a.disabled:focus {
				;
			}
			#s20260423203237f36264e .form-select-wrap.open .dropdown-menu .dropdown-item {
				;
			}
			#s20260423203237f36264e .pagination > .active > a,
			#s20260423203237f36264e .pagination > .active > span,
			#s20260423203237f36264e .pagination > .active > a:hover,
			#s20260423203237f36264e .pagination > .active > span:hover,
			#s20260423203237f36264e .pagination > .active > a:focus,
			#s20260423203237f36264e .pagination > .active > span:focus,
			#s20260423203237f36264e .pagination > li > a:hover,
			#s20260423203237f36264e .pagination > li > span:hover,
			#s20260423203237f36264e .sub_depth li a.active,
			.doz_sys #s20260423203237f36264e a, #s20260423203237f36264e .li_table ul li,
			#s20260423203237f36264e .list-style .list.line > small,
			.doz_sys #s20260423203237f36264e div[data-widget-type="board"] .title.title-block a{
				;
				color: ;
			}
			.doz_sys #s20260423203237f36264e .board_contents a:not(.btn),
			.doz_sys #s20260423203237f36264e .board_contents a:not(.btn):hover,
			#s20260423203237f36264e .board_txt_area a,
			#s20260423203237f36264e .board_txt_area a:hover,
			#s20260423203237f36264e .board_txt_area a:active,
			#s20260423203237f36264e .board_txt_area a:focus,
			#s20260423203237f36264e .editor_box .fr-view a {
				color: #00b5ff;
			}
			#s20260423203237f36264e div[data-widget-type="icon"] i {
				color: ;
			}
			.doz_sys #s20260423203237f36264e a.body_font_color_30:not(.active) {
				;
			}
		   #s20260423203237f36264e .text_tab .after_line:not(:last-child):after {
		        ;
		   }
		   #s20260423203237f36264e .text_tab ul.site_prod_nav > li a.active {
		    background: none;
		   }
			#s20260423203237f36264e .map-toolbar select.form-control {
				;
				color:  !important;
				font-size: 14px;
			}
			.doz_sys #s20260423203237f36264e .body_font_color_40,
			#s20260423203237f36264e .li_board ul.li_body li.name, 
			#s20260423203237f36264e .li_board ul.li_body li.time, 
			#s20260423203237f36264e .li_board ul.li_body li.like,
			#s20260423203237f36264e .li_board ul.li_body li.read {
				;
			}
			#s20260423203237f36264e .review_table .summary,
			#s20260423203237f36264e .review_table.li_board ul.li_body li,
			#s20260423203237f36264e .review_table .list_text_title.lock_on {
				;
			}

			.doz_sys #s20260423203237f36264e .body_font_color_50 {
				;
			}
			#s20260423203237f36264e .li_board,
			#s20260423203237f36264e .acd_row:first-child,
			#s20260423203237f36264e .acd_row {
				border-color: ;
			}
			#s20260423203237f36264e .list-style .list-header,
			#s20260423203237f36264e .list-style .list,
			#s20260423203237f36264e .list-style .list.line, 
			#s20260423203237f36264e .list-style .list.line > .table-cell,
			#s20260423203237f36264e .li_table.row_04 .acd_collapse[aria-expanded="true"], .li_table.row_04 .acd_collapse.in {
				;
			}
			#s20260423203237f36264e .btn, #s20260423203237f36264e .visual_section a, #s20260423203237f36264e a.select-star, #s20260423203237f36264e .star-pointer .dropdown-menu a.dropdown-item, .doz_sys #s20260423203237f36264e .cart-btn-tools .alpha_add_review_button > button {
			;
				background-color: #fafafa;
				;
				color:;
				;
			}
			#s20260423203237f36264e .star-pointer .dropdown-menu {
			    background-color: #fafafa;
			}
			#s20260423203237f36264e .btn:hover, #s20260423203237f36264e .visual_section a:hover {
				border-color:;
			}
			#s20260423203237f36264e a.select-star:hover {
				background-color: #fafafa;
			}
			#s20260423203237f36264e .star-pointer .dropdown-menu a.dropdown-item:hover {
			    background-color:  !important;
			}
			#s20260423203237f36264e .widget_text_wrap .btn {
				background-color:#00b5ff;
				border-color:#00b5ff;
				color:#ffffff;
				border-width:1px;
			}
			.doz_sys #s20260423203237f36264e .btn-primary, .doz_sys #s20260423203237f36264e .cart-btn-tools .alpha_add_review_button > button {
			;
				background-color:#00b5ff;
				border-color:#00b5ff;
				color:#ffffff;
				border-width:1px;
			}
			.doz_sys.shop_view #s20260423203237f36264e .btn-primary span,
			.doz_sys.booking_view #s20260423203237f36264e .btn-primary span,
			.doz_sys.shop_mypage #s20260423203237f36264e .btn-primary span  {
				color:#ffffff;
			}
			#s20260423203237f36264e .coupon-wrap:after,
			#s20260423203237f36264e .board_view .file_area ul li {
				background: #fafafa;
			}
			#s20260423203237f36264e .text-gray-dark, #s20260423203237f36264e .shop-table > thead > tr > th, #s20260423203237f36264e .shop_mypage .left-menu ul li a, #s20260423203237f36264e .shop_mypage .item-detail p.sale_pay,.doz_sys #s20260423203237f36264e .product-notify-group .product-notify-label {
				;
			}
			#s20260423203237f36264e .mypage .my-box a, #s20260423203237f36264e .mypage .shop-table > tbody > tr,
			#s20260423203237f36264e .mypage .tip-off,
	        #s20260423203237f36264e .im-order-detail-table,
	        #s20260423203237f36264e .im-order-price {
				background-color:rgba(255,255,255,1);-ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff255255255,endColorstr=#ff255255255);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff255255255,endColorstr=#ff255255255);	zoom: 1;;
			}
			#s20260423203237f36264e .mypage .my-box.on a {
				background-color:#00b5ff;
				;
				color:#fff;
			}
			#s20260423203237f36264e .mypage .my-box.on a p {
				color:#fff;
			}
			#s20260423203237f36264e .option_btn_tools a, #s20260423203237f36264e .map-inner .pagination li a {
				color:#212121;
			}
			.doz_sys #s20260423203237f36264e .list-style-card .card-body .text a {
				color:#757575;
			}
			#s20260423203237f36264e .card .title a {
				color: #212121;
			}
			#s20260423203237f36264e .section_bg.fixed_bg.fixed_bg_none {
					background-attachment : inherit;
				}
			#s20260423203237f36264e ul.site_prod_nav > li,
			#s20260423203237f36264e .prod_detail_badge {
				;
			}
			#s20260423203237f36264e .site_prod_nav_wrap.scroll-to-fixed-fixed {
				background: #fafafa;
				box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.1);
			}
			#s20260423203237f36264e .buy_footer_fixed {
				background: #fafafa;
				border-width: 1px 0 0 0;
				border-style: solid;
				;
			}
			#s20260423203237f36264e .opt-group {
				background: #fafafa;
			}
			#s20260423203237f36264e ul.site_prod_nav > li a.active {
				;
			}
			
			#s20260423203237f36264e .background_tab ul.site_prod_nav > li a.active >  span.braket-badge {
				background-color: none;
				;
				color:#fafafa;
			}
	
			#s20260423203237f36264e .input-block .checkbox-styled:not(ie8) input ~ span {
				;
				color:;
			}
			.section_fixed_disable #s20260423203237f36264e[class*="section_first"],
			.section_fixed_disable #s20260423203237f36264e[class*="section_first"] .doz_aside {
				position: relative !important;
				top: 0 !important;
				left: 0 !important;
				z-index: auto !important;
			}
			.section_fixed_disable #s20260423203237f36264e .doz_aside.scroll-to-fixed-fixed ~ .spacer,
			.section_fixed_disable #s20260423203237f36264e.scroll-to-fixed-fixed ~ .spacer {
				height: 0 !important;
				display: none !important;
			}
			#s20260423203237f36264e.scroll-to-fixed-fixed {
				width: 100% !important;
			}
			#s20260423203237f36264e .doz_aside.scroll-to-fixed-fixed-end {
				bottom: 0 !important;
				top: auto !important;
			}
			.device_type_m #s20260423203237f36264e.mobile_section main .inside {
					padding-left: 0px;
					padding-right: 0px;
			}
			.device_type_m #s20260423203237f36264e .mypage .left-menu ul li a,
			.device_type_m #s20260423203237f36264e .cart .left-menu ul li a {
				background-color:rgba(255,255,255,1);-ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff255255255,endColorstr=#ff255255255);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff255255255,endColorstr=#ff255255255);	zoom: 1;;
			}
            #s20260423203237f36264e .im-cart-result-table {
                border-top: 1px solid ;
                border-bottom: 1px solid ;
            }
            #s20260423203237f36264e .shop-table > tbody > tr > td.img .opt .more {
                ;
            }
            #s20260423203237f36264e .im-cart-info {
                ;
            }
            #s20260423203237f36264e .shop-table > thead > tr > th,
            #s20260423203237f36264e .shop-table > tbody > tr > td,
            #s20260423203237f36264e .mypage .shop-table > tbody > tr,
            #s20260423203237f36264e .shop-table > tbody > tr > td.img img,
            #s20260423203237f36264e .shop-table > tbody > tr > td + td,
            #s20260423203237f36264e .mypage .tip-off,
            #s20260423203237f36264e .mypage .shop-table img,
	        #s20260423203237f36264e .im-order-detail-table,
	        #s20260423203237f36264e .im-order-price,
	        #s20260423203237f36264e .im-order-detail-table thead tr,
	        #s20260423203237f36264e .im-order-detail-table tr + tr,
	        #s20260423203237f36264e .im-order-detail-table img,
	        #s20260423203237f36264e .im-order-detail-table .im-deliv-price,
	        #s20260423203237f36264e .im-order-price-header,
	        #s20260423203237f36264e .im-order-price-body {
                ;
            }
            #s20260423203237f36264e .shop-table .list_badge {
				border-color: ;
            }
            #s20260423203237f36264e .im-cart-result-table thead>tr>th,
            #s20260423203237f36264e #shop_cart_list .shop-table > colgroup + thead > tr:first-child > th,
            #s20260423203237f36264e #shop_cart_list .shop-table > tbody > tr > td + td,
            #s20260423203237f36264e #shop_cart_list .shop-table > thead > tr > th,
            #s20260423203237f36264e #shop_cart_list .shop-table > tbody > tr > td {
                ;
            }
            #s20260423203237f36264e .shop-content.mypage .shop-item .item-icon .im-icon.im-ico-liked{
                color: #00b5ff
            }
			@media (min-width: 991px) {
				.doz_sys #s20260423203237f36264e .btn-primary:hover, #s20260423203237f36264e .widget_text_wrap .btn:hover, .doz_sys #s20260423203237f36264e .cart-btn-tools .alpha_add_review_button:hover > button {
				background-color : #0b5ff;;
					background-color:rgba(0, 181, 255, 0.7);
					border-color:rgba(0, 181, 255, 0.7);
					color:#ffffff;
					border-width:1px;
				}
				.doz_sys.shop_view #s20260423203237f36264e .btn-primary:hover span,
				.doz_sys.booking_view #s20260423203237f36264e .btn-primary:hover span,
				.doz_sys.shop_mypage #s20260423203237f36264e .btn-primary:hover span  {
					color:#ffffff;
				}
			}
			@media all and (max-width : 768px) {
				.doz_sys #s20260423203237f36264e .fixed_view a,
				.doz_sys #s20260423203237f36264e .fixed_view select.form-control,
				.doz_sys #s20260423203237f36264e .fixed_view .form-select-wrap:before {
					color: #212121;
				}
				.doz_sys #s20260423203237f36264e .fixed_view .body_font_color_50 {
					color: rgba(33, 33, 33, 0.5);
				}
				.doz_sys #s20260423203237f36264e .fixed_view .body_font_color_20 {
					color: rgba(33, 33, 33, 0.2);
				}
				.booking_view #s20260423203237f36264e .fixed_view .booking_opt select.form-control {
					background-color: #fff;
				}
				#s20260423203237f36264e #shop_cart_list .shop-tit,
                #s20260423203237f36264e #shop_cart_list .shop-table > thead > tr,
                #s20260423203237f36264e #shop_cart_list .shop-table > tfoot .payment-info,
                #s20260423203237f36264e .im-price-result {
				    ;
				}
                #s20260423203237f36264e .shop-table > tbody > tr > td.img .opt .more + .more,
                #s20260423203237f36264e .im-order-row + .im-order-row {
                    ;
                }
                #s20260423203237f36264e #shop_cart_list .shop-table,
                #s20260423203237f36264e #shop_cart_list .shop-table > tbody > tr.im-tr-shipping + tr,
                #s20260423203237f36264e #shop_cart_list .shop-table > tfoot,
                #s20260423203237f36264e #shop_cart_list .shop-table > tfoot .payment-info {
                    ;
                }
                #s20260423203237f36264e #shop_cart_list .shop-table > thead > tr,
                #s20260423203237f36264e .im-order-detail-table .im-space {
                    background-color: #fafafa;
                }
                #s20260423203237f36264e #shop_cart_list .shop-table > thead > tr.scroll-to-fixed-fixed-end {
                    top: auto !important;
                    bottom: 0;
                }
			}
			.device_type_m #s20260423203237f36264e .section_bg.fixed_bg_wrap { 
                 background-attachment: fixed;
            }
            
            .device_type_m #s20260423203237f36264e .section_bg.fixed_bg_wrap .fixed_bg {
              display: none;
            }
            #s20260423203237f36264e .section_bg.fixed_bg_wrap .fixed_bg {
                 display: none;
                }
			@media (max-width: 991px) {
			    #s20260423203237f36264e .section_bg {
                    background-attachment : inherit;
                }
                
                #s20260423203237f36264e .section_bg .ibg-bg {
                    display: none;
                }
                
                #s20260423203237f36264e .section_bg.fixed_bg_wrap { 
                    background-image : none !important;
                    clip-path: inset(0);
                    overflow: hidden;
                }
                #s20260423203237f36264e .section_bg.fixed_bg_wrap .fixed_bg {
                  display: block;
                  object-fit: cover;
                  position: fixed;
                  left: 0;
                  top: 0;
                  width: 100%; 
                  height: 100vh;
                }
				#s20260423203237f36264e .buy_btns .social_btn, #s20260423203237f36264e .buy_btns .cart_btn, #s20260423203237f36264e .layer_pop .bottom-btn, #s20260423203237f36264e .shop-table > thead, #s20260423203237f36264e .left-menu, #s20260423203237f36264e .shop-table > tbody > tr, {
				;
				}
				#s20260423203237f36264e main, #s20260423203237f36264e .section_wrap.extend_section main, #s20260423203237f36264e .doz_sys.shop_payment .inside, .doz_sys.shop_payment .inside .col-dz, {
					padding-left:0;
					padding-right:0;
				}
				#s20260423203237f36264e.mobile_section main .inside {
					padding-left: 0px;
					padding-right: 0px;
				}
				#s20260423203237f36264e.section_wrap.extend_section main .widget.board .grid_ignore.bg_on {
					margin-left: -15px;
					margin-right: -15px;
					width: calc(100% + 30px);
				}
				#s20260423203237f36264e .mypage .left-menu ul li a,
				#s20260423203237f36264e .cart .left-menu ul li a,
				#s20260423203237f36264e .mypage .left-menu .cart-menu-slide  {
					background-color:rgba(255,255,255,1);-ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff255255255,endColorstr=#ff255255255);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff255255255,endColorstr=#ff255255255);	zoom: 1;;
				}
				.section_wrap .side_gutter {
					display:none !important;
				}
				#s20260423203237f36264e .coupon-wrap:after {
					background: #fafafa !important;
				}
			}
			@media (max-width: 767px) {
				#s20260423203237f36264e .nav_gradient.slide_left {
					background: linear-gradient(to left, rgba(255, 255, 255, 0), #fafafa);
				}
				#s20260423203237f36264e .nav_gradient.slide_right {
					background: linear-gradient(to right, rgba(255, 255, 255, 0), #fafafa);
				}
				#s20260423203237f36264e .button_tab .scroll-to-fixed-fixed ul.site_prod_nav > li {
					border-top: 0;
					border-bottom: 0;
				}
				#s20260423203237f36264e .background_tab .scroll-to-fixed-fixed ul.site_prod_nav > li a.active {
					box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.1);
				}
				.shop_view #s20260423203237f36264e .item_detail .form-select-wrap .dropdown-menu .dropdown-item {
					background: #fafafa !important;
				}
				.shop_view #s20260423203237f36264e .item_detail .form-select-wrap .dropdown-toggle {
					color:  !important;
				}
				.shop_view #s20260423203237f36264e .item_detail .form-select-wrap.open .dropdown-toggle,
				.shop_view #s20260423203237f36264e .item_detail .form-select-wrap.open .dropdown-menu {
					border-color:  !important;
				}
				.shop_view #s20260423203237f36264e .item_detail .form-select-wrap.open .dropdown-menu .dropdown-item {
					
				}
				.shop_view #s20260423203237f36264e .item_detail .form-select-wrap .dropdown-menu .dropdown-item:hover {
					background-color:  !important;
				}
			}
			@media (min-width: 768px) {
				#s20260423203237f36264e .opt-group .btn_clse {
					background-color: #fafafa;
				}
				#s20260423203237f36264e .opt-group .btn_clse:after {
					box-shadow: 0 10px 0 0 #fafafa;
				}
			}
		
				.doz_sys #s20260423203237f36264e .bg-brand,
				.doz_sys #s20260423203237f36264e .bg-brand span,
				.doz_sys #s20260423203237f36264e .btn-brand {
				;
					background-color:#00b5ff;
					border-color:#00b5ff;
					border-width: 1px;
					color:#fff;
				}
				.doz_sys #s20260423203237f36264e .bg-brand:hover {
					background-color:rgba(0,145,204,1);-ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff00145204,endColorstr=#ff00145204);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff00145204,endColorstr=#ff00145204);	zoom: 1;;
					border-color:rgb(0,145,204) ;border-color:rgba(0,145,204,1) ;;
				}
			
	.device_type_m .pc_section #padding_w2026042321180e8b7cc85 {
		height: 25px !important;
	}
	@media all and (max-width:768px) {
		.pc_section #padding_w2026042321180e8b7cc85 {
			height: 25px !important;
		}
	}

	/*#*//* .widget.image img {*/
	/*	transition: .3s ease;*/
	/*}*/
	.admin #w20260423e8f63625ba670 .widget.image img {
		transition: none;
	}

	.admin #w20260423e8f63625ba670 .disable-selection img {
		visibility: visible !important;
	}
	#w20260423e8f63625ba670 .widget.image .overlay, #w20260423e8f63625ba670 .widget.image .hover_overlay {
		background: #00000000;
		transition: opacity .3s, background-color .3s;
	}
	#w20260423e8f63625ba670 .widget.image:hover .hover_overlay {
		background: #00000000;
		z-index: 6;
		opacity: 1;
	}
	.admin #w20260423e8f63625ba670 .widget.image:hover .hover_overlay,
	#w20260423e8f63625ba670 .widget.image.hover_image_hidden:hover .hover_overlay {
		opacity: 0 !important;
	}
	#w20260423e8f63625ba670 .widget.image.text_position_overlay .txt .txt_body {
		color: ;
		;
		line-height: 1.2;
		padding: 1em;
	}
	#w20260423e8f63625ba670 .widget.image.hover_text_position_overlay:hover .hover_txt .txt_body {
		color: ;
		;
		padding: 1em;
	}
	#w20260423e8f63625ba670 .widget.image.hover_text_position_overlay:hover .hover_txt .txt_body {
		line-height: 1.2;
	}
	#w20260423e8f63625ba670 .widget.image.img_circle .overlay,
	#w20260423e8f63625ba670 .widget.image.img_circle .hover_overlay {
		border-radius: 50%;
	}
	#w20260423e8f63625ba670 .widget.image.hover_scale:hover .hover_overlay,
	#w20260423e8f63625ba670 .widget.image.same_overlay:hover .overlay {
		transform: scale(1.1);
		transition: opacity .3s;
	}
	#w20260423e8f63625ba670 .widget.image.hide_default_img:hover .img_wrap > img,
	#w20260423e8f63625ba670 .widget.image:hover .overlay,
	#w20260423e8f63625ba670 .widget.image .hover_overlay,
	#w20260423e8f63625ba670 .widget.image.hover_image_hidden:hover .hover_img,
	#w20260423e8f63625ba670 .widget.image.hover_scale .hover_img,
	#w20260423e8f63625ba670 .widget.image.hover_scale.hover_image_hidden:hover .hover_img {
		opacity: 0;
	}
	#w20260423e8f63625ba670 .widget.image.hide_default_img:hover .img_wrap > img{
		opacity: 0 !important;

	}
	#w20260423e8f63625ba670 .widget.image.hover_scale img {
		transition: transform 0.4s ease-out;
	}
	#w20260423e8f63625ba670 .widget.image.hover_scale img,
	#w20260423e8f63625ba670 .widget.image.hover_scale:hover .hover_img,
	#w20260423e8f63625ba670 .widget.image.hover_scale.hover_image_hidden:hover img,
	#w20260423e8f63625ba670 .widget.image.org_image_hidden.hover_image_hidden:hover .img_wrap > img,
	#w20260423e8f63625ba670 .widget.image.hover_img_hide.hover_scale:hover img,
	#w20260423e8f63625ba670 .widget.image.same_overlay:hover .overlay  {
		opacity : 1;
	}
	#w20260423e8f63625ba670 .widget.image.no_effect .hover_overlay,
	#w20260423e8f63625ba670 .widget.image.no_effect .hover_img {
		transition: none;
	}
	#w20260423e8f63625ba670 .widget.image.hover_img_hide .hover_img {
		display: none;
	}
	#w20260423e8f63625ba670 .widget.image.hover_img_hide:hover .hover_overlay {
		transition: opacity .3s;
	}
	#w20260423e8f63625ba670 .widget.image.hide_default_img:hover .org_image,
	#w20260423e8f63625ba670 .widget.image.same_overlay:hover .hover_overlay {
		opacity: 0;
	}
	#w20260423e8f63625ba670 .widget.image.same_overlay:hover .overlay {
		opacity: 1;
	}
		#w20260423e8f63625ba670 .widget.image.org_size img,
	#w20260423e8f63625ba670	.widget.image.org_size .hover_img,
	#w20260423e8f63625ba670 .widget.image.org_size .overlay,
	#w20260423e8f63625ba670 .widget.image.org_size .hover_overlay,
	#w20260423e8f63625ba670 .widget.image .img_wrap {
		border-radius: 20px;
	}
	
		#w20260423e8f63625ba670 .widget.image .hover_img {
		image-rendering: -webkit-optimize-contrast;
	}
	
	@media all and (max-width : 767px) {
		#w20260423e8f63625ba670 .widget.image:hover .hover_txt,
		#w20260423e8f63625ba670 .widget.image:hover .hover_img,
		#w20260423e8f63625ba670 .widget.image:hover .overlay,
		#w20260423e8f63625ba670 .widget.image:hover .hover_overlay {
			opacity: 0;
			transform: none !important;
		}
		#w20260423e8f63625ba670 .widget.image.org_image_hidden:hover .img_wrap > img {
			opacity: 1;
		}
		#w20260423e8f63625ba670 .widget.image:hover .txt {
			opacity: 1;
			visibility: visible;
		}
		#w20260423e8f63625ba670 .widget.hover_scale:hover img {
			transform: none !important;
		}
	}

	.device_type_m .pc_section #padding_w2026042357b7d5f85d6eb {
		height: 14.5px !important;
	}
	@media all and (max-width:768px) {
		.pc_section #padding_w2026042357b7d5f85d6eb {
			height: 14.5px !important;
		}
	}

		#text_w2026042316ef0dce5b084 {
					border-radius: 0px;
			border: 0px none #000;;
			min-height: 0px;;
			line-height: inherit;
		}
		#text_w2026042316ef0dce5b084 .fr-code-view {
			line-height: 1.6;
		}
		#text_w2026042316ef0dce5b084 .text_bg_img,
		#text_w2026042316ef0dce5b084 .text_bg_color {
			position: absolute;
			top: 0;
			left: 0;
			height: 100%;
			width: 100%;
			border-radius: 0px;
		}
		.admin #text_w2026042316ef0dce5b084,
		#text_w2026042316ef0dce5b084 .text-table {
			min-height: 0px;;
					word-break: normal;
			word-wrap: break-word;
		}
        #text_w2026042316ef0dce5b084,
        #text_w2026042316ef0dce5b084 .text-table {
            display: flex;
            flex-direction: column;
            justify-content:flex-start ;
        }
		.doz_sys main > .doz_row #text_w2026042316ef0dce5b084.default_padding {
			padding-left: 32px;
			padding-right: 32px;
		}
		@media all and (max-width : 767px) {
			.doz_sys main > .doz_row #text_w2026042316ef0dce5b084.default_padding {
				padding-left: 15px;
				padding-right: 15px;
			}
		}
	
		#text_w202604233c5c2ea6b2c85 {
					border-radius: 0px;
			border: 0px none #000;;
			min-height: 0px;;
			line-height: inherit;
		}
		#text_w202604233c5c2ea6b2c85 .fr-code-view {
			line-height: 1.6;
		}
		#text_w202604233c5c2ea6b2c85 .text_bg_img,
		#text_w202604233c5c2ea6b2c85 .text_bg_color {
			position: absolute;
			top: 0;
			left: 0;
			height: 100%;
			width: 100%;
			border-radius: 0px;
		}
		.admin #text_w202604233c5c2ea6b2c85,
		#text_w202604233c5c2ea6b2c85 .text-table {
			min-height: 0px;;
					word-break: normal;
			word-wrap: break-word;
		}
        #text_w202604233c5c2ea6b2c85,
        #text_w202604233c5c2ea6b2c85 .text-table {
            display: flex;
            flex-direction: column;
            justify-content:flex-start ;
        }
		.doz_sys main > .doz_row #text_w202604233c5c2ea6b2c85.default_padding {
			padding-left: 32px;
			padding-right: 32px;
		}
		@media all and (max-width : 767px) {
			.doz_sys main > .doz_row #text_w202604233c5c2ea6b2c85.default_padding {
				padding-left: 15px;
				padding-right: 15px;
			}
		}
	
	.device_type_m .pc_section #padding_w20260423f06a496a6e149 {
		height: 128.5px !important;
	}
	@media all and (max-width:768px) {
		.pc_section #padding_w20260423f06a496a6e149 {
			height: 128.5px !important;
		}
	}

	#hr_w2026042336ed1215b92ed.border_width_hide hr {
		border-top-width: 1px !important;
	}
	#hr_w2026042336ed1215b92ed.border_color_hide hr {
		border-color: transparent !important;
	}
	#hr_w2026042336ed1215b92ed .line_box {
		margin: 0 auto;
	}
	#hr_w2026042336ed1215b92ed .line_box hr {
		border-style : solid;
	}
	#hr_w2026042336ed1215b92ed.type03.border_style_hide hr,
	#hr_w2026042336ed1215b92ed.type04.border_style_hide hr{
		border-style: dashed !important;
	}
	#hr_w2026042336ed1215b92ed.type05.border_style_hide hr,
	#hr_w2026042336ed1215b92ed.type06.border_style_hide hr{
		border-style : dotted !important;
	}
	#hr_w2026042336ed1215b92ed.type07.border_style_hide hr{
		border-style: solid !important;
	}
	#hr_w2026042336ed1215b92ed.type02 hr,
	#hr_w2026042336ed1215b92ed.type04 hr,
	#hr_w2026042336ed1215b92ed.type06 hr {
		margin: 2px auto;
	}
	#hr_w2026042336ed1215b92ed.type07 .line_box:before,
	#hr_w2026042336ed1215b92ed.type07 .line_box:after {
		content: '';
		min-width: 2px;
		min-height: 18px;
		display: inline-block;
		border-right: 1px solid #00000033;
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		transform: rotate(45deg);
		position: absolute;
		top: 50%;
		margin-top: -9px;
		left: 50%;
		margin-left: -5px;
		z-index: 1;
	}
	#hr_w2026042336ed1215b92ed.type07 .line_box:after {
		margin-left: 5px;
	}
	#hr_w2026042336ed1215b92ed.type08 .line_box:before,
	#hr_w2026042336ed1215b92ed.type08 .line_box:after {
		content: '';
		position: absolute;
		top: -5px;
		left: 0;
		border-top: 5px solid #00000033;
		border-right: 5px solid transparent!important;
		border-bottom: 0 dotted;
		border-left: 5px solid transparent!important;
		margin-left: 0;
		-webkit-transform: translate(-5px,3px) rotate(90deg);
		-moz-transform: translate(-5px,3px) rotate(90deg);
		-ms-transform: translate(-5px,3px) rotate(90deg);
		-o-transform: translate(-5px,3px) rotate(90deg);
		transform: translate(-5px,3px) rotate(90deg);
	}
	#hr_w2026042336ed1215b92ed.type08 .line_box:after {
		left: initial;
		right: 0;
		-webkit-transform: translate(5px,3px) rotate(-90deg);
		-moz-transform: translate(5px,3px) rotate(-90deg);
		-ms-transform: translate(5px,3px) rotate(-90deg);
		-o-transform: translate(5px,3px) rotate(-90deg);
		transform: translate(5px,3px) rotate(-90deg);
	}
	.is-ie #hr_w2026042336ed1215b92ed.type08 .line_box:after {
		left: calc(100% - 10px);
		right: 0;
	}
	#hr_w2026042336ed1215b92ed.type09 .line_box:before,
	#hr_w2026042336ed1215b92ed.type09 .line_box:after,
	#hr_w2026042336ed1215b92ed.type10 .line_box:before,
	#hr_w2026042336ed1215b92ed.type10 .line_box:after,
	#hr_w2026042336ed1215b92ed.type11 .line_box:before,
	#hr_w2026042336ed1215b92ed.type11 .line_box:after,
	#hr_w2026042336ed1215b92ed.type12 .line_box:before,
	#hr_w2026042336ed1215b92ed.type12 .line_box:after{
		content: "\f092";
		display: inline-block;
		font: normal normal normal 14px/1 "Black Tie";
		vertical-align: -14.28571429%;
		text-rendering: auto;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		transform: translate(0, 0);
		position: absolute;
		left: -1px;
		top: -6.5px;
		font-size: 14px;
		color: #00000033;
	}
	#hr_w2026042336ed1215b92ed.type13 .line_box:before,
	#hr_w2026042336ed1215b92ed.type13 .line_box:after,
	#hr_w2026042336ed1215b92ed.type13 .line_box hr:before {
		content: "";
		min-width: 9px;
		min-height: 9px;
		display: inline-block;
		border: 1px solid #00000033;;
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		transform: rotate(45deg);
		position: absolute;
		left: 50%;
		top: 50%;
		margin-top: -5px;
	}
	#hr_w2026042336ed1215b92ed.type13 .line_box:before {
		margin-left: 6px;
	}
	#hr_w2026042336ed1215b92ed.type13 .line_box:after{
		margin-left: -16px;
	}
	#hr_w2026042336ed1215b92ed.type13 .line_box hr:before {
		margin-left: -5px;
	}
	#hr_w2026042336ed1215b92ed.type09 .line_box:after {
		content: "\f093";
		left: inherit;
		right: -1px;
	}
	#hr_w2026042336ed1215b92ed.type10 .line_box:before {
		content: "\f096";
	}
	#hr_w2026042336ed1215b92ed.type10 .line_box:after {
		content: "\f097";
		left: inherit;
		right: -1px;
	}
	#hr_w2026042336ed1215b92ed.type11 hr {
		max-width: calc(100% - 13px);
	}
	#hr_w2026042336ed1215b92ed.type12 hr {
		max-width: calc(100% - 10px);
	}
	#hr_w2026042336ed1215b92ed.type11 .line_box:before {
		content: "\f093";
		left : -1px;
	}
	#hr_w2026042336ed1215b92ed.type11 .line_box:after {
		content: "\f092";
		left: inherit;
		right: -1px;
	}
	#hr_w2026042336ed1215b92ed.type12 .line_box:before {
		content: "\f097";
		left : -1px;
	}
	#hr_w2026042336ed1215b92ed.type12 .line_box:after {
		content: "\f096";
		left: inherit;
		right: -1px;
	}
	#hr_w2026042336ed1215b92ed.type14 .line_box hr,
	#hr_w2026042336ed1215b92ed.type15 .line_box hr {
		max-width: 100%;
		width: 45%;
		display: inline-block;
		vertical-align: middle;
	}
	#hr_w2026042336ed1215b92ed.type14 .line_box hr:first-child,
	#hr_w2026042336ed1215b92ed.type15 .line_box hr:first-child{
		margin-right: 10%;
	}
	#hr_w2026042336ed1215b92ed.type14 .line_box:before{
		content: "\f00c";
		display: inline-block;
		font: normal normal normal 14px/1 "Black Tie";
		vertical-align: -14.28571429%;
		text-rendering: auto;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		transform: translate(0, 0);
		font-size: 14px;
		position: absolute;
		left: 50%;
		top: 50%;
		margin-top: -7px;
		margin-left: -7px;
		color: #00000033;
	}
	#hr_w2026042336ed1215b92ed.type15 .line_box:before {
		content: "AND";
		display: inline-block;
		position: absolute;
		text-align: center;
		line-height: 1.6;
		font-weight: normal;
		font-size: 11px;
		letter-spacing: 0.12em;
		color: #00000033;
		top: 50%;
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		left: 50%;
		margin-left: -13px;
	}
	#hr_w2026042336ed1215b92ed.type17 .line_box:before {
		content: '';
		display: inline-block;
		width: 10px;
		height: 10px;
		border-radius: 50%;
		position: absolute;
		left: 50%;
		margin-left: -5px;
		top: 50%;
		margin-top: -5px;
		background: #00000033;
	}
	#hr_w2026042336ed1215b92ed.type18 .line_box {
		text-align: center;
		display: table;
		width: 100% !important;
	}
	#hr_w2026042336ed1215b92ed.type18 .hr {
		position: relative;
		width: 50%;
		vertical-align: middle;
		display: table-cell;
	}
	#hr_w2026042336ed1215b92ed.type18 .hr:before {
		content: '';
		display: block;
		border-color: #00000033;
		border-width: 1px 0 0 0;
		border-style: solid;
		width: 100%;
	}
	#hr_w2026042336ed1215b92ed.type18 .hr_title {
		display: table-cell;
		position: relative;
		padding: 0 30px;
		word-wrap: break-word;
		font-size: 0px;
		color: ;
		vertical-align: middle;
		white-space: nowrap;
	}

	.device_type_m .pc_section #padding_w202604231750a3011fa25 {
		height: 15px !important;
	}
	@media all and (max-width:768px) {
		.pc_section #padding_w202604231750a3011fa25 {
			height: 15px !important;
		}
	}

		#text_w20260423492118e44b4aa {
					border-radius: 0px;
			border: 0px none #000;;
			min-height: 0px;;
			line-height: inherit;
		}
		#text_w20260423492118e44b4aa .fr-code-view {
			line-height: 1.6;
		}
		#text_w20260423492118e44b4aa .text_bg_img,
		#text_w20260423492118e44b4aa .text_bg_color {
			position: absolute;
			top: 0;
			left: 0;
			height: 100%;
			width: 100%;
			border-radius: 0px;
		}
		.admin #text_w20260423492118e44b4aa,
		#text_w20260423492118e44b4aa .text-table {
			min-height: 0px;;
					word-break: normal;
			word-wrap: break-word;
		}
        #text_w20260423492118e44b4aa,
        #text_w20260423492118e44b4aa .text-table {
            display: flex;
            flex-direction: column;
            justify-content:flex-start ;
        }
		.doz_sys main > .doz_row #text_w20260423492118e44b4aa.default_padding {
			padding-left: 32px;
			padding-right: 32px;
		}
		@media all and (max-width : 767px) {
			.doz_sys main > .doz_row #text_w20260423492118e44b4aa.default_padding {
				padding-left: 15px;
				padding-right: 15px;
			}
		}
	
	.device_type_m .pc_section #padding_w20260423758c8d9eaf8e4 {
		height: 29px !important;
	}
	@media all and (max-width:768px) {
		.pc_section #padding_w20260423758c8d9eaf8e4 {
			height: 29px !important;
		}
	}

		#text_w20260423549bb076c220c {
					border-radius: 0px;
			border: 0px none #000;;
			min-height: 0px;;
			line-height: inherit;
		}
		#text_w20260423549bb076c220c .fr-code-view {
			line-height: 1.6;
		}
		#text_w20260423549bb076c220c .text_bg_img,
		#text_w20260423549bb076c220c .text_bg_color {
			position: absolute;
			top: 0;
			left: 0;
			height: 100%;
			width: 100%;
			border-radius: 0px;
		}
		.admin #text_w20260423549bb076c220c,
		#text_w20260423549bb076c220c .text-table {
			min-height: 0px;;
					word-break: normal;
			word-wrap: break-word;
		}
        #text_w20260423549bb076c220c,
        #text_w20260423549bb076c220c .text-table {
            display: flex;
            flex-direction: column;
            justify-content:flex-start ;
        }
		.doz_sys main > .doz_row #text_w20260423549bb076c220c.default_padding {
			padding-left: 32px;
			padding-right: 32px;
		}
		@media all and (max-width : 767px) {
			.doz_sys main > .doz_row #text_w20260423549bb076c220c.default_padding {
				padding-left: 15px;
				padding-right: 15px;
			}
		}
	
	.device_type_m .pc_section #padding_w202604236227fb605f5fa {
		height: 11px !important;
	}
	@media all and (max-width:768px) {
		.pc_section #padding_w202604236227fb605f5fa {
			height: 11px !important;
		}
	}

	.device_type_m .pc_section #padding_w2026042309342fc9fa795 {
		height: 25px !important;
	}
	@media all and (max-width:768px) {
		.pc_section #padding_w2026042309342fc9fa795 {
			height: 25px !important;
		}
	}

	#hr_w202604235980b58bcedd4.border_width_hide hr {
		border-top-width: 1px !important;
	}
	#hr_w202604235980b58bcedd4.border_color_hide hr {
		border-color: transparent !important;
	}
	#hr_w202604235980b58bcedd4 .line_box {
		margin: 0 auto;
	}
	#hr_w202604235980b58bcedd4 .line_box hr {
		border-style : solid;
	}
	#hr_w202604235980b58bcedd4.type03.border_style_hide hr,
	#hr_w202604235980b58bcedd4.type04.border_style_hide hr{
		border-style: dashed !important;
	}
	#hr_w202604235980b58bcedd4.type05.border_style_hide hr,
	#hr_w202604235980b58bcedd4.type06.border_style_hide hr{
		border-style : dotted !important;
	}
	#hr_w202604235980b58bcedd4.type07.border_style_hide hr{
		border-style: solid !important;
	}
	#hr_w202604235980b58bcedd4.type02 hr,
	#hr_w202604235980b58bcedd4.type04 hr,
	#hr_w202604235980b58bcedd4.type06 hr {
		margin: 2px auto;
	}
	#hr_w202604235980b58bcedd4.type07 .line_box:before,
	#hr_w202604235980b58bcedd4.type07 .line_box:after {
		content: '';
		min-width: 2px;
		min-height: 18px;
		display: inline-block;
		border-right: 1px solid ;
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		transform: rotate(45deg);
		position: absolute;
		top: 50%;
		margin-top: -9px;
		left: 50%;
		margin-left: -5px;
		z-index: 1;
	}
	#hr_w202604235980b58bcedd4.type07 .line_box:after {
		margin-left: 5px;
	}
	#hr_w202604235980b58bcedd4.type08 .line_box:before,
	#hr_w202604235980b58bcedd4.type08 .line_box:after {
		content: '';
		position: absolute;
		top: -5px;
		left: 0;
		border-top: 5px solid ;
		border-right: 5px solid transparent!important;
		border-bottom: 0 dotted;
		border-left: 5px solid transparent!important;
		margin-left: 0;
		-webkit-transform: translate(-5px,3px) rotate(90deg);
		-moz-transform: translate(-5px,3px) rotate(90deg);
		-ms-transform: translate(-5px,3px) rotate(90deg);
		-o-transform: translate(-5px,3px) rotate(90deg);
		transform: translate(-5px,3px) rotate(90deg);
	}
	#hr_w202604235980b58bcedd4.type08 .line_box:after {
		left: initial;
		right: 0;
		-webkit-transform: translate(5px,3px) rotate(-90deg);
		-moz-transform: translate(5px,3px) rotate(-90deg);
		-ms-transform: translate(5px,3px) rotate(-90deg);
		-o-transform: translate(5px,3px) rotate(-90deg);
		transform: translate(5px,3px) rotate(-90deg);
	}
	.is-ie #hr_w202604235980b58bcedd4.type08 .line_box:after {
		left: calc(100% - 10px);
		right: 0;
	}
	#hr_w202604235980b58bcedd4.type09 .line_box:before,
	#hr_w202604235980b58bcedd4.type09 .line_box:after,
	#hr_w202604235980b58bcedd4.type10 .line_box:before,
	#hr_w202604235980b58bcedd4.type10 .line_box:after,
	#hr_w202604235980b58bcedd4.type11 .line_box:before,
	#hr_w202604235980b58bcedd4.type11 .line_box:after,
	#hr_w202604235980b58bcedd4.type12 .line_box:before,
	#hr_w202604235980b58bcedd4.type12 .line_box:after{
		content: "\f092";
		display: inline-block;
		font: normal normal normal 14px/1 "Black Tie";
		vertical-align: -14.28571429%;
		text-rendering: auto;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		transform: translate(0, 0);
		position: absolute;
		left: -1px;
		top: -6.5px;
		font-size: 14px;
		color: ;
	}
	#hr_w202604235980b58bcedd4.type13 .line_box:before,
	#hr_w202604235980b58bcedd4.type13 .line_box:after,
	#hr_w202604235980b58bcedd4.type13 .line_box hr:before {
		content: "";
		min-width: 9px;
		min-height: 9px;
		display: inline-block;
		border: 1px solid ;;
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		transform: rotate(45deg);
		position: absolute;
		left: 50%;
		top: 50%;
		margin-top: -5px;
	}
	#hr_w202604235980b58bcedd4.type13 .line_box:before {
		margin-left: 6px;
	}
	#hr_w202604235980b58bcedd4.type13 .line_box:after{
		margin-left: -16px;
	}
	#hr_w202604235980b58bcedd4.type13 .line_box hr:before {
		margin-left: -5px;
	}
	#hr_w202604235980b58bcedd4.type09 .line_box:after {
		content: "\f093";
		left: inherit;
		right: -1px;
	}
	#hr_w202604235980b58bcedd4.type10 .line_box:before {
		content: "\f096";
	}
	#hr_w202604235980b58bcedd4.type10 .line_box:after {
		content: "\f097";
		left: inherit;
		right: -1px;
	}
	#hr_w202604235980b58bcedd4.type11 hr {
		max-width: calc(100% - 13px);
	}
	#hr_w202604235980b58bcedd4.type12 hr {
		max-width: calc(100% - 10px);
	}
	#hr_w202604235980b58bcedd4.type11 .line_box:before {
		content: "\f093";
		left : -1px;
	}
	#hr_w202604235980b58bcedd4.type11 .line_box:after {
		content: "\f092";
		left: inherit;
		right: -1px;
	}
	#hr_w202604235980b58bcedd4.type12 .line_box:before {
		content: "\f097";
		left : -1px;
	}
	#hr_w202604235980b58bcedd4.type12 .line_box:after {
		content: "\f096";
		left: inherit;
		right: -1px;
	}
	#hr_w202604235980b58bcedd4.type14 .line_box hr,
	#hr_w202604235980b58bcedd4.type15 .line_box hr {
		max-width: 100%;
		width: 45%;
		display: inline-block;
		vertical-align: middle;
	}
	#hr_w202604235980b58bcedd4.type14 .line_box hr:first-child,
	#hr_w202604235980b58bcedd4.type15 .line_box hr:first-child{
		margin-right: 10%;
	}
	#hr_w202604235980b58bcedd4.type14 .line_box:before{
		content: "\f00c";
		display: inline-block;
		font: normal normal normal 14px/1 "Black Tie";
		vertical-align: -14.28571429%;
		text-rendering: auto;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		transform: translate(0, 0);
		font-size: 14px;
		position: absolute;
		left: 50%;
		top: 50%;
		margin-top: -7px;
		margin-left: -7px;
		color: ;
	}
	#hr_w202604235980b58bcedd4.type15 .line_box:before {
		content: "AND";
		display: inline-block;
		position: absolute;
		text-align: center;
		line-height: 1.6;
		font-weight: normal;
		font-size: 11px;
		letter-spacing: 0.12em;
		color: ;
		top: 50%;
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		left: 50%;
		margin-left: -13px;
	}
	#hr_w202604235980b58bcedd4.type17 .line_box:before {
		content: '';
		display: inline-block;
		width: 10px;
		height: 10px;
		border-radius: 50%;
		position: absolute;
		left: 50%;
		margin-left: -5px;
		top: 50%;
		margin-top: -5px;
		background: ;
	}
	#hr_w202604235980b58bcedd4.type18 .line_box {
		text-align: center;
		display: table;
		width: 100% !important;
	}
	#hr_w202604235980b58bcedd4.type18 .hr {
		position: relative;
		width: 50%;
		vertical-align: middle;
		display: table-cell;
	}
	#hr_w202604235980b58bcedd4.type18 .hr:before {
		content: '';
		display: block;
		border-color: ;
		border-width: 1px 0 0 0;
		border-style: solid;
		width: 100%;
	}
	#hr_w202604235980b58bcedd4.type18 .hr_title {
		display: table-cell;
		position: relative;
		padding: 0 30px;
		word-wrap: break-word;
		font-size: 24px;
		color: ;
		vertical-align: middle;
		white-space: nowrap;
	}

			.shop_view .s202604239643e4b18b0b7.xzoom-preview {
				;
				background: #fafafa;
			}
			.shop_view #s202604239643e4b18b0b7 select.form-control option {
				color:  !important;
				background: #fafafa;
			}
			.is-ie .shop_view #s202604239643e4b18b0b7 select.form-control option {
				color: #000 !important;
			}
			.admin #s202604239643e4b18b0b7 .widget.padding > div {
				;
			}
			.admin #s202604239643e4b18b0b7 .ibg-bg {
				height: 100% !important;
			}
			.admin #s202604239643e4b18b0b7 .widget_drag_bar,
			.admin .doz_sys #s202604239643e4b18b0b7 .ui-resizable-handle.ui-resizable-e:hover:after,
			.admin .doz_sys #s202604239643e4b18b0b7 .ui-resizable-handle.ui-resizable-w:hover:after,
			.admin .doz_sys #s202604239643e4b18b0b7 .ui-resizable-handle.ui-resizable-e.active:after,
			.admin .doz_sys #s202604239643e4b18b0b7 .ui-resizable-handle.ui-resizable-w.active:after,
			.admin .doz_sys #s202604239643e4b18b0b7 .drop_line {
				background-color: ;
			}
			.admin .doz_sys #s202604239643e4b18b0b7 .ui-resizable-handle.ui-resizable-n:hover:after,
			.admin .doz_sys #s202604239643e4b18b0b7 .ui-resizable-handle.ui-resizable-s:hover:after {
				border-bottom:2px solid  ;
			}
			#s202604239643e4b18b0b7 {
				color: ;
			}
			#s202604239643e4b18b0b7.side_basic main .inside,
			#s202604239643e4b18b0b7 .site_prod_nav_wrap.scroll-to-fixed-fixed ul.site_prod_nav,
			.doz_sys #s202604239643e4b18b0b7 .col-dz-12 .extend_thumbs {
				max-width: 1460px;
			}
			.modal_site_modal_menu #s202604239643e4b18b0b7.side_basic main .inside,
			.menu_type_modal #s202604239643e4b18b0b7.side_basic main .inside {
				max-width: 570px;
			}
			.doz_sys .modal_site_modal_menu .modal-header,
			.menu_type_modal .doz_modal_header {
				border-width: 0 0 1px 0;
				border-style: solid;
				;
			}
			.menu_type_modal #s202604239643e4b18b0b7,
			.menu_type_modal .doz_modal_header {
			;
				background: ;
			;
				color:  ;
			}
			.menu_type_modal .doz_modal_header .bt.bt-flat.bt-default {
			;
				color:  ;
			}
			.doz_sys #s202604239643e4b18b0b7 .col-dz-12 .inside .extend_thumbs {
				max-width: inherit;
			}
			#s202604239643e4b18b0b7.extend_section main {
				padding-left: 0px;
				padding-right: 0px;
			}
			#s202604239643e4b18b0b7.section_wrap.extend_section main .widget.board .grid_ignore.bg_on {
				margin-left: -0px;
				margin-right: -0px;
				width: calc(100% + 0px + 0px);
			}
			#s202604239643e4b18b0b7 .booking_day .body_font_color_20,
			#s202604239643e4b18b0b7 .booking_list.waiting .title {
				; 
			}
		
			#s202604239643e4b18b0b7.extend_section main > .inside {
				max-width: 100% !important;
			}
			#s202604239643e4b18b0b7 .li_table ul:nth-of-type(2),
			#s202604239643e4b18b0b7 .li_board ul li,
			#s202604239643e4b18b0b7 .radio-styled:not(ie8).radio_color_option.small input ~ span span {
				;
			}
			#s202604239643e4b18b0b7 .checkbox-styled:not(ie8) input ~ span:before,
			#s202604239643e4b18b0b7 .radio-styled:not(ie8) input ~ span:before {
				
			}
			#s202604239643e4b18b0b7 .board_view .grid_ignore header a, #s202604239643e4b18b0b7 .widget.board .grid_ignore .author .date, #s202604239643e4b18b0b7 .widget.board .grid_ignore a.board, #s202604239643e4b18b0b7 .widget.board .grid_ignore .author .write, .editor_box .add_map .info > div.phone, #s202604239643e4b18b0b7 .content-tit .board {
				;
			}
			#s202604239643e4b18b0b7 select.form-control,
			#s202604239643e4b18b0b7 input.form-control,
			#s202604239643e4b18b0b7 textarea.form-control {
				;
				color: #111;
				background: rgba(255, 255, 255, 0);
			}
			#s202604239643e4b18b0b7 .input_block .select-block .selectbox select {
				border: none;
				background: none;
				color: #212121;
			}
			#s202604239643e4b18b0b7 .phonenumber_wrap .line {
				
			}
			#s202604239643e4b18b0b7 .shop-content.shop-style-b.open .opt-group .btn_clse > span {
				
			}
			.shop_view #s202604239643e4b18b0b7 .shop-content select.form-control,
			.shop_view #s202604239643e4b18b0b7 .shop-content input.form-control,
			.shop_view #s202604239643e4b18b0b7 .shop-content textarea.form-control,
			.booking_view #s202604239643e4b18b0b7 .booking_opt select.form-control,
			.shop_view #s202604239643e4b18b0b7 .form-select-wrap .dropdown-menu,
			.shop_view #s202604239643e4b18b0b7 .form-select-wrap .dropdown-menu .dropdown-item {
				;
				background: #fafafa;
			}
			#s202604239643e4b18b0b7 .seemore_wrap .open:before {
				background-image: linear-gradient(to bottom, rgba(250,250,250,0.01), rgba(250,250,250,0.8) 66%, rgba(250,250,250,0.9) 83%, rgba(250,250,250,0.98) 98%, #fafafa);
			}
			#s202604239643e4b18b0b7 .item_detail select.form-control,
			#s202604239643e4b18b0b7 .item_detail input.form-control,
			#s202604239643e4b18b0b7 .item_detail textarea.form-control,
			#s202604239643e4b18b0b7 .booking_opt select.form-control,
			#s202604239643e4b18b0b7 .goods_select textarea.form-control,
			#s202604239643e4b18b0b7 .goods_select select.form-control,
			#s202604239643e4b18b0b7 .goods_select input.form-control,
			#s202604239643e4b18b0b7 .form-select-wrap:before {
				 !important;
				color: ;
			}
			#s202604239643e4b18b0b7 .form-select-wrap .dropdown-menu .dropdown-item:hover {
				;
			}
			#s202604239643e4b18b0b7 .board_summary .write, #s202604239643e4b18b0b7 .board_view .grid_ignore .author .date, #s202604239643e4b18b0b7 .board_view .grid_ignore .author .hit-count, .doz_sys #s202604239643e4b18b0b7 label, .doz_sys #s202604239643e4b18b0b7 label.control-label, #s202604239643e4b18b0b7 .shop-table > tbody > tr.payment-info > td.pay-txt, #s202604239643e4b18b0b7 .nick.text-default-dark, #s202604239643e4b18b0b7 .text-default-dark, #s202604239643e4b18b0b7 .shop_mypage .mypage .my-box a, #s202604239643e4b18b0b7 .shop_mypage .item-detail a, #s202604239643e4b18b0b7 .shop_mypage .item-detail p, #s202604239643e4b18b0b7 .shop_mypage h6, #s202604239643e4b18b0b7 .shop_mypage .table-wrap p, #s202604239643e4b18b0b7 .shop_payment h1, #s202604239643e4b18b0b7 .shop_payment h6, #s202604239643e4b18b0b7 .shop-content p, #s202604239643e4b18b0b7 .shop_payment, #s202604239643e4b18b0b7 .shop-content span, #s202604239643e4b18b0b7 .shop-content .shop-item .item-icon .im-icon.im-ico-liked, #s202604239643e4b18b0b7 .shop-content .price, #s202604239643e4b18b0b7,#s202604239643e4b18b0b7 .shop-tit,#s202604239643e4b18b0b7 .board_view .board_txt_area,#s202604239643e4b18b0b7 .board.widget .grid_ignore .view_tit,.doz_sys #s202604239643e4b18b0b7 .shop-content input.form-control, .doz_sys #s202604239643e4b18b0b7 .shop-content select.form-control, #s202604239643e4b18b0b7 .widget_menu_title,#s202604239643e4b18b0b7 .comment_area,body.shop_mypage #s202604239643e4b18b0b7 .comment_area,
			#s202604239643e4b18b0b7 .list_review_inner .use_summary, #s202604239643e4b18b0b7 .list_review_inner .use_summary a, #s202604239643e4b18b0b7 .list_review_inner .fold, #s202604239643e4b18b0b7 .list_review_inner .comment_area, #s202604239643e4b18b0b7 .booking_nav_tools span {
				;
				color:  ;
			}
			#s202604239643e4b18b0b7 .shop-content span.sale-price-text {
			    color : #212121 !important;
			}
			.doz_sys #s202604239643e4b18b0b7 a.use-info {
			    color : #00b5ff;
			}
			#s202604239643e4b18b0b7 .shop-content span.sale-price-text-done, 
			.doz_sys #s202604239643e4b18b0b7 a.use-info-download-done {
			    color: #999999 !important;
			}
			.doz_sys #s202604239643e4b18b0b7 .shop-content .down-btn select.form-control {
				;
				color:  !important;
			}
			#s202604239643e4b18b0b7 .shop-content.mypage .bg-bright a, #s202604239643e4b18b0b7 .shop-content.mypage .bg-bright p, #s202604239643e4b18b0b7 .shop-content.mypage .bg-bright span, #s202604239643e4b18b0b7 .shop-content.mypage .bg-bright div {
				color: #212121;
			}
			#s202604239643e4b18b0b7 .shop-content.mypage .bg-bright .use_grade .ug_btn .btn,
			#s202604239643e4b18b0b7 .shop-content span.ug_name .btn {
				border-color: #D5D5D5;
			}
			#s202604239643e4b18b0b7 .shop-content h6 span {
			;
				color: ;
			}
			#s202604239643e4b18b0b7 .left-menu ul li.on a,
			.doz_sys #s202604239643e4b18b0b7 .paging_type_count .owl-dots .owl-dot span:before,
			.menu_type_modal #s202604239643e4b18b0b7,
			#s202604239643e4b18b0b7 .list_review_inner .comment .tools .text-gray-bright {
				;
				color:  !important;
			}
			.doz_sys #s202604239643e4b18b0b7 .paging_type_count.slide_02 .owl-dots .owl-dot.active span:before {
				color: #fff !important;
			}
			.doz_sys #s202604239643e4b18b0b7 .paging_type_dot .owl-dots .owl-dot span,
			.doz_sys #s202604239643e4b18b0b7 .paging_type_big_dot .owl-dots .owl-dot span,
			.doz_sys #s202604239643e4b18b0b7 .paging_type_line .owl-dots .owl-dot span,
			.doz_sys #s202604239643e4b18b0b7 .paging_type_count.paging_type_count02 .owl-dots .owl-dot.active span:before,
			#s202604239643e4b18b0b7 .list_review_inner, 
			#s202604239643e4b18b0b7 .list_review_inner .fold.cmt,
			#s202604239643e4b18b0b7 .list_review_wrap,
			#s202604239643e4b18b0b7 .list_review_inner .textarea_block,
			#s202604239643e4b18b0b7 .list_review_inner .comment .main_comment,
			#s202604239643e4b18b0b7 .list_review_inner .txt_delete:before,
			#s202604239643e4b18b0b7 .form-select-wrap.open .dropdown-toggle, 
			#s202604239643e4b18b0b7 .form-select-wrap.open .dropdown-menu,
			#s202604239643e4b18b0b7 .form-select-wrap.open .dropdown-menu .dropdown-item {
				border-color: ;
			}
			.doz_sys #s202604239643e4b18b0b7 .paging_type_dot02 .owl-dots .owl-dot span,
			.doz_sys #s202604239643e4b18b0b7 .paging_type_dot .owl-dots .owl-dot.active span,
			.doz_sys #s202604239643e4b18b0b7 .paging_type_line .owl-dots .owl-dot.active span,
			.doz_sys #s202604239643e4b18b0b7 .paging_type_big_dot .owl-dots .owl-dot span,
			.doz_sys #s202604239643e4b18b0b7 .paging_type_line .owl-dots .owl-dot span {
				background: ;
			}
			#s202604239643e4b18b0b7 .form-control:focus {
				border-color:#00b5ff;
			}
			#s202604239643e4b18b0b7 .sub_depth li a, #s202604239643e4b18b0b7 .sub_depth li span {
				;
			}
			#s202604239643e4b18b0b7 .slide_03.owl-theme .owl-dots .owl-dot span {
				;
			} 
			#s202604239643e4b18b0b7 .pagination > li > a,
			#s202604239643e4b18b0b7 .pagination > li > span,
			#s202604239643e4b18b0b7 .pagination > li > a:focus,
			#s202604239643e4b18b0b7 .pagination > li > span:focus,
			#s202604239643e4b18b0b7 .map-inner .pagination li.active a,
			#s202604239643e4b18b0b7 .pagination li > a.disabled:hover,
			#s202604239643e4b18b0b7 .pagination li > a.disabled:focus {
				;
			}
			#s202604239643e4b18b0b7 .form-select-wrap.open .dropdown-menu .dropdown-item {
				;
			}
			#s202604239643e4b18b0b7 .pagination > .active > a,
			#s202604239643e4b18b0b7 .pagination > .active > span,
			#s202604239643e4b18b0b7 .pagination > .active > a:hover,
			#s202604239643e4b18b0b7 .pagination > .active > span:hover,
			#s202604239643e4b18b0b7 .pagination > .active > a:focus,
			#s202604239643e4b18b0b7 .pagination > .active > span:focus,
			#s202604239643e4b18b0b7 .pagination > li > a:hover,
			#s202604239643e4b18b0b7 .pagination > li > span:hover,
			#s202604239643e4b18b0b7 .sub_depth li a.active,
			.doz_sys #s202604239643e4b18b0b7 a, #s202604239643e4b18b0b7 .li_table ul li,
			#s202604239643e4b18b0b7 .list-style .list.line > small,
			.doz_sys #s202604239643e4b18b0b7 div[data-widget-type="board"] .title.title-block a{
				;
				color: ;
			}
			.doz_sys #s202604239643e4b18b0b7 .board_contents a:not(.btn),
			.doz_sys #s202604239643e4b18b0b7 .board_contents a:not(.btn):hover,
			#s202604239643e4b18b0b7 .board_txt_area a,
			#s202604239643e4b18b0b7 .board_txt_area a:hover,
			#s202604239643e4b18b0b7 .board_txt_area a:active,
			#s202604239643e4b18b0b7 .board_txt_area a:focus,
			#s202604239643e4b18b0b7 .editor_box .fr-view a {
				color: #00b5ff;
			}
			#s202604239643e4b18b0b7 div[data-widget-type="icon"] i {
				color: ;
			}
			.doz_sys #s202604239643e4b18b0b7 a.body_font_color_30:not(.active) {
				;
			}
		   #s202604239643e4b18b0b7 .text_tab .after_line:not(:last-child):after {
		        ;
		   }
		   #s202604239643e4b18b0b7 .text_tab ul.site_prod_nav > li a.active {
		    background: none;
		   }
			#s202604239643e4b18b0b7 .map-toolbar select.form-control {
				;
				color:  !important;
				font-size: 14px;
			}
			.doz_sys #s202604239643e4b18b0b7 .body_font_color_40,
			#s202604239643e4b18b0b7 .li_board ul.li_body li.name, 
			#s202604239643e4b18b0b7 .li_board ul.li_body li.time, 
			#s202604239643e4b18b0b7 .li_board ul.li_body li.like,
			#s202604239643e4b18b0b7 .li_board ul.li_body li.read {
				;
			}
			#s202604239643e4b18b0b7 .review_table .summary,
			#s202604239643e4b18b0b7 .review_table.li_board ul.li_body li,
			#s202604239643e4b18b0b7 .review_table .list_text_title.lock_on {
				;
			}

			.doz_sys #s202604239643e4b18b0b7 .body_font_color_50 {
				;
			}
			#s202604239643e4b18b0b7 .li_board,
			#s202604239643e4b18b0b7 .acd_row:first-child,
			#s202604239643e4b18b0b7 .acd_row {
				border-color: ;
			}
			#s202604239643e4b18b0b7 .list-style .list-header,
			#s202604239643e4b18b0b7 .list-style .list,
			#s202604239643e4b18b0b7 .list-style .list.line, 
			#s202604239643e4b18b0b7 .list-style .list.line > .table-cell,
			#s202604239643e4b18b0b7 .li_table.row_04 .acd_collapse[aria-expanded="true"], .li_table.row_04 .acd_collapse.in {
				;
			}
			#s202604239643e4b18b0b7 .btn, #s202604239643e4b18b0b7 .visual_section a, #s202604239643e4b18b0b7 a.select-star, #s202604239643e4b18b0b7 .star-pointer .dropdown-menu a.dropdown-item, .doz_sys #s202604239643e4b18b0b7 .cart-btn-tools .alpha_add_review_button > button {
			;
				background-color: #fafafa;
				;
				color:;
				;
			}
			#s202604239643e4b18b0b7 .star-pointer .dropdown-menu {
			    background-color: #fafafa;
			}
			#s202604239643e4b18b0b7 .btn:hover, #s202604239643e4b18b0b7 .visual_section a:hover {
				border-color:;
			}
			#s202604239643e4b18b0b7 a.select-star:hover {
				background-color: #fafafa;
			}
			#s202604239643e4b18b0b7 .star-pointer .dropdown-menu a.dropdown-item:hover {
			    background-color:  !important;
			}
			#s202604239643e4b18b0b7 .widget_text_wrap .btn {
				background-color:#00b5ff;
				border-color:#00b5ff;
				color:#ffffff;
				border-width:1px;
			}
			.doz_sys #s202604239643e4b18b0b7 .btn-primary, .doz_sys #s202604239643e4b18b0b7 .cart-btn-tools .alpha_add_review_button > button {
			;
				background-color:#00b5ff;
				border-color:#00b5ff;
				color:#ffffff;
				border-width:1px;
			}
			.doz_sys.shop_view #s202604239643e4b18b0b7 .btn-primary span,
			.doz_sys.booking_view #s202604239643e4b18b0b7 .btn-primary span,
			.doz_sys.shop_mypage #s202604239643e4b18b0b7 .btn-primary span  {
				color:#ffffff;
			}
			#s202604239643e4b18b0b7 .coupon-wrap:after,
			#s202604239643e4b18b0b7 .board_view .file_area ul li {
				background: #fafafa;
			}
			#s202604239643e4b18b0b7 .text-gray-dark, #s202604239643e4b18b0b7 .shop-table > thead > tr > th, #s202604239643e4b18b0b7 .shop_mypage .left-menu ul li a, #s202604239643e4b18b0b7 .shop_mypage .item-detail p.sale_pay,.doz_sys #s202604239643e4b18b0b7 .product-notify-group .product-notify-label {
				;
			}
			#s202604239643e4b18b0b7 .mypage .my-box a, #s202604239643e4b18b0b7 .mypage .shop-table > tbody > tr,
			#s202604239643e4b18b0b7 .mypage .tip-off,
	        #s202604239643e4b18b0b7 .im-order-detail-table,
	        #s202604239643e4b18b0b7 .im-order-price {
				background-color:rgba(255,255,255,1);-ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff255255255,endColorstr=#ff255255255);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff255255255,endColorstr=#ff255255255);	zoom: 1;;
			}
			#s202604239643e4b18b0b7 .mypage .my-box.on a {
				background-color:#00b5ff;
				;
				color:#fff;
			}
			#s202604239643e4b18b0b7 .mypage .my-box.on a p {
				color:#fff;
			}
			#s202604239643e4b18b0b7 .option_btn_tools a, #s202604239643e4b18b0b7 .map-inner .pagination li a {
				color:#212121;
			}
			.doz_sys #s202604239643e4b18b0b7 .list-style-card .card-body .text a {
				color:#757575;
			}
			#s202604239643e4b18b0b7 .card .title a {
				color: #212121;
			}
			#s202604239643e4b18b0b7 .section_bg.fixed_bg.fixed_bg_none {
					background-attachment : inherit;
				}
			#s202604239643e4b18b0b7 ul.site_prod_nav > li,
			#s202604239643e4b18b0b7 .prod_detail_badge {
				;
			}
			#s202604239643e4b18b0b7 .site_prod_nav_wrap.scroll-to-fixed-fixed {
				background: #fafafa;
				box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.1);
			}
			#s202604239643e4b18b0b7 .buy_footer_fixed {
				background: #fafafa;
				border-width: 1px 0 0 0;
				border-style: solid;
				;
			}
			#s202604239643e4b18b0b7 .opt-group {
				background: #fafafa;
			}
			#s202604239643e4b18b0b7 ul.site_prod_nav > li a.active {
				;
			}
			
			#s202604239643e4b18b0b7 .background_tab ul.site_prod_nav > li a.active >  span.braket-badge {
				background-color: none;
				;
				color:#fafafa;
			}
	
			#s202604239643e4b18b0b7 .input-block .checkbox-styled:not(ie8) input ~ span {
				;
				color:;
			}
			.section_fixed_disable #s202604239643e4b18b0b7[class*="section_first"],
			.section_fixed_disable #s202604239643e4b18b0b7[class*="section_first"] .doz_aside {
				position: relative !important;
				top: 0 !important;
				left: 0 !important;
				z-index: auto !important;
			}
			.section_fixed_disable #s202604239643e4b18b0b7 .doz_aside.scroll-to-fixed-fixed ~ .spacer,
			.section_fixed_disable #s202604239643e4b18b0b7.scroll-to-fixed-fixed ~ .spacer {
				height: 0 !important;
				display: none !important;
			}
			#s202604239643e4b18b0b7.scroll-to-fixed-fixed {
				width: 100% !important;
			}
			#s202604239643e4b18b0b7 .doz_aside.scroll-to-fixed-fixed-end {
				bottom: 0 !important;
				top: auto !important;
			}
			.device_type_m #s202604239643e4b18b0b7.mobile_section main .inside {
					padding-left: 0px;
					padding-right: 0px;
			}
			.device_type_m #s202604239643e4b18b0b7 .mypage .left-menu ul li a,
			.device_type_m #s202604239643e4b18b0b7 .cart .left-menu ul li a {
				background-color:rgba(255,255,255,1);-ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff255255255,endColorstr=#ff255255255);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff255255255,endColorstr=#ff255255255);	zoom: 1;;
			}
            #s202604239643e4b18b0b7 .im-cart-result-table {
                border-top: 1px solid ;
                border-bottom: 1px solid ;
            }
            #s202604239643e4b18b0b7 .shop-table > tbody > tr > td.img .opt .more {
                ;
            }
            #s202604239643e4b18b0b7 .im-cart-info {
                ;
            }
            #s202604239643e4b18b0b7 .shop-table > thead > tr > th,
            #s202604239643e4b18b0b7 .shop-table > tbody > tr > td,
            #s202604239643e4b18b0b7 .mypage .shop-table > tbody > tr,
            #s202604239643e4b18b0b7 .shop-table > tbody > tr > td.img img,
            #s202604239643e4b18b0b7 .shop-table > tbody > tr > td + td,
            #s202604239643e4b18b0b7 .mypage .tip-off,
            #s202604239643e4b18b0b7 .mypage .shop-table img,
	        #s202604239643e4b18b0b7 .im-order-detail-table,
	        #s202604239643e4b18b0b7 .im-order-price,
	        #s202604239643e4b18b0b7 .im-order-detail-table thead tr,
	        #s202604239643e4b18b0b7 .im-order-detail-table tr + tr,
	        #s202604239643e4b18b0b7 .im-order-detail-table img,
	        #s202604239643e4b18b0b7 .im-order-detail-table .im-deliv-price,
	        #s202604239643e4b18b0b7 .im-order-price-header,
	        #s202604239643e4b18b0b7 .im-order-price-body {
                ;
            }
            #s202604239643e4b18b0b7 .shop-table .list_badge {
				border-color: ;
            }
            #s202604239643e4b18b0b7 .im-cart-result-table thead>tr>th,
            #s202604239643e4b18b0b7 #shop_cart_list .shop-table > colgroup + thead > tr:first-child > th,
            #s202604239643e4b18b0b7 #shop_cart_list .shop-table > tbody > tr > td + td,
            #s202604239643e4b18b0b7 #shop_cart_list .shop-table > thead > tr > th,
            #s202604239643e4b18b0b7 #shop_cart_list .shop-table > tbody > tr > td {
                ;
            }
            #s202604239643e4b18b0b7 .shop-content.mypage .shop-item .item-icon .im-icon.im-ico-liked{
                color: #00b5ff
            }
			@media (min-width: 991px) {
				.doz_sys #s202604239643e4b18b0b7 .btn-primary:hover, #s202604239643e4b18b0b7 .widget_text_wrap .btn:hover, .doz_sys #s202604239643e4b18b0b7 .cart-btn-tools .alpha_add_review_button:hover > button {
				background-color : #0b5ff;;
					background-color:rgba(0, 181, 255, 0.7);
					border-color:rgba(0, 181, 255, 0.7);
					color:#ffffff;
					border-width:1px;
				}
				.doz_sys.shop_view #s202604239643e4b18b0b7 .btn-primary:hover span,
				.doz_sys.booking_view #s202604239643e4b18b0b7 .btn-primary:hover span,
				.doz_sys.shop_mypage #s202604239643e4b18b0b7 .btn-primary:hover span  {
					color:#ffffff;
				}
			}
			@media all and (max-width : 768px) {
				.doz_sys #s202604239643e4b18b0b7 .fixed_view a,
				.doz_sys #s202604239643e4b18b0b7 .fixed_view select.form-control,
				.doz_sys #s202604239643e4b18b0b7 .fixed_view .form-select-wrap:before {
					color: #212121;
				}
				.doz_sys #s202604239643e4b18b0b7 .fixed_view .body_font_color_50 {
					color: rgba(33, 33, 33, 0.5);
				}
				.doz_sys #s202604239643e4b18b0b7 .fixed_view .body_font_color_20 {
					color: rgba(33, 33, 33, 0.2);
				}
				.booking_view #s202604239643e4b18b0b7 .fixed_view .booking_opt select.form-control {
					background-color: #fff;
				}
				#s202604239643e4b18b0b7 #shop_cart_list .shop-tit,
                #s202604239643e4b18b0b7 #shop_cart_list .shop-table > thead > tr,
                #s202604239643e4b18b0b7 #shop_cart_list .shop-table > tfoot .payment-info,
                #s202604239643e4b18b0b7 .im-price-result {
				    ;
				}
                #s202604239643e4b18b0b7 .shop-table > tbody > tr > td.img .opt .more + .more,
                #s202604239643e4b18b0b7 .im-order-row + .im-order-row {
                    ;
                }
                #s202604239643e4b18b0b7 #shop_cart_list .shop-table,
                #s202604239643e4b18b0b7 #shop_cart_list .shop-table > tbody > tr.im-tr-shipping + tr,
                #s202604239643e4b18b0b7 #shop_cart_list .shop-table > tfoot,
                #s202604239643e4b18b0b7 #shop_cart_list .shop-table > tfoot .payment-info {
                    ;
                }
                #s202604239643e4b18b0b7 #shop_cart_list .shop-table > thead > tr,
                #s202604239643e4b18b0b7 .im-order-detail-table .im-space {
                    background-color: #fafafa;
                }
                #s202604239643e4b18b0b7 #shop_cart_list .shop-table > thead > tr.scroll-to-fixed-fixed-end {
                    top: auto !important;
                    bottom: 0;
                }
			}
			.device_type_m #s202604239643e4b18b0b7 .section_bg.fixed_bg_wrap { 
                 background-attachment: fixed;
            }
            
            .device_type_m #s202604239643e4b18b0b7 .section_bg.fixed_bg_wrap .fixed_bg {
              display: none;
            }
            #s202604239643e4b18b0b7 .section_bg.fixed_bg_wrap .fixed_bg {
                 display: none;
                }
			@media (max-width: 991px) {
			    #s202604239643e4b18b0b7 .section_bg {
                    background-attachment : inherit;
                }
                
                #s202604239643e4b18b0b7 .section_bg .ibg-bg {
                    display: none;
                }
                
                #s202604239643e4b18b0b7 .section_bg.fixed_bg_wrap { 
                    background-image : none !important;
                    clip-path: inset(0);
                    overflow: hidden;
                }
                #s202604239643e4b18b0b7 .section_bg.fixed_bg_wrap .fixed_bg {
                  display: block;
                  object-fit: cover;
                  position: fixed;
                  left: 0;
                  top: 0;
                  width: 100%; 
                  height: 100vh;
                }
				#s202604239643e4b18b0b7 .buy_btns .social_btn, #s202604239643e4b18b0b7 .buy_btns .cart_btn, #s202604239643e4b18b0b7 .layer_pop .bottom-btn, #s202604239643e4b18b0b7 .shop-table > thead, #s202604239643e4b18b0b7 .left-menu, #s202604239643e4b18b0b7 .shop-table > tbody > tr, {
				;
				}
				#s202604239643e4b18b0b7 main, #s202604239643e4b18b0b7 .section_wrap.extend_section main, #s202604239643e4b18b0b7 .doz_sys.shop_payment .inside, .doz_sys.shop_payment .inside .col-dz, {
					padding-left:0;
					padding-right:0;
				}
				#s202604239643e4b18b0b7.mobile_section main .inside {
					padding-left: 0px;
					padding-right: 0px;
				}
				#s202604239643e4b18b0b7.section_wrap.extend_section main .widget.board .grid_ignore.bg_on {
					margin-left: -15px;
					margin-right: -15px;
					width: calc(100% + 30px);
				}
				#s202604239643e4b18b0b7 .mypage .left-menu ul li a,
				#s202604239643e4b18b0b7 .cart .left-menu ul li a,
				#s202604239643e4b18b0b7 .mypage .left-menu .cart-menu-slide  {
					background-color:rgba(255,255,255,1);-ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff255255255,endColorstr=#ff255255255);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff255255255,endColorstr=#ff255255255);	zoom: 1;;
				}
				.section_wrap .side_gutter {
					display:none !important;
				}
				#s202604239643e4b18b0b7 .coupon-wrap:after {
					background: #fafafa !important;
				}
			}
			@media (max-width: 767px) {
				#s202604239643e4b18b0b7 .nav_gradient.slide_left {
					background: linear-gradient(to left, rgba(255, 255, 255, 0), #fafafa);
				}
				#s202604239643e4b18b0b7 .nav_gradient.slide_right {
					background: linear-gradient(to right, rgba(255, 255, 255, 0), #fafafa);
				}
				#s202604239643e4b18b0b7 .button_tab .scroll-to-fixed-fixed ul.site_prod_nav > li {
					border-top: 0;
					border-bottom: 0;
				}
				#s202604239643e4b18b0b7 .background_tab .scroll-to-fixed-fixed ul.site_prod_nav > li a.active {
					box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.1);
				}
				.shop_view #s202604239643e4b18b0b7 .item_detail .form-select-wrap .dropdown-menu .dropdown-item {
					background: #fafafa !important;
				}
				.shop_view #s202604239643e4b18b0b7 .item_detail .form-select-wrap .dropdown-toggle {
					color:  !important;
				}
				.shop_view #s202604239643e4b18b0b7 .item_detail .form-select-wrap.open .dropdown-toggle,
				.shop_view #s202604239643e4b18b0b7 .item_detail .form-select-wrap.open .dropdown-menu {
					border-color:  !important;
				}
				.shop_view #s202604239643e4b18b0b7 .item_detail .form-select-wrap.open .dropdown-menu .dropdown-item {
					
				}
				.shop_view #s202604239643e4b18b0b7 .item_detail .form-select-wrap .dropdown-menu .dropdown-item:hover {
					background-color:  !important;
				}
			}
			@media (min-width: 768px) {
				#s202604239643e4b18b0b7 .opt-group .btn_clse {
					background-color: #fafafa;
				}
				#s202604239643e4b18b0b7 .opt-group .btn_clse:after {
					box-shadow: 0 10px 0 0 #fafafa;
				}
			}
		
				.doz_sys #s202604239643e4b18b0b7 .bg-brand,
				.doz_sys #s202604239643e4b18b0b7 .bg-brand span,
				.doz_sys #s202604239643e4b18b0b7 .btn-brand {
				;
					background-color:#00b5ff;
					border-color:#00b5ff;
					border-width: 1px;
					color:#fff;
				}
				.doz_sys #s202604239643e4b18b0b7 .bg-brand:hover {
					background-color:rgba(0,145,204,1);-ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff00145204,endColorstr=#ff00145204);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff00145204,endColorstr=#ff00145204);	zoom: 1;;
					border-color:rgb(0,145,204) ;border-color:rgba(0,145,204,1) ;;
				}
			
	.device_type_m .pc_section #padding_w202604238c9ee8a590ce9 {
		height: 25px !important;
	}
	@media all and (max-width:768px) {
		.pc_section #padding_w202604238c9ee8a590ce9 {
			height: 25px !important;
		}
	}

	/*#*//* .widget.image img {*/
	/*	transition: .3s ease;*/
	/*}*/
	.admin #w20260423af529edd2775f .widget.image img {
		transition: none;
	}

	.admin #w20260423af529edd2775f .disable-selection img {
		visibility: visible !important;
	}
	#w20260423af529edd2775f .widget.image .overlay, #w20260423af529edd2775f .widget.image .hover_overlay {
		background: #00000000;
		transition: opacity .3s, background-color .3s;
	}
	#w20260423af529edd2775f .widget.image:hover .hover_overlay {
		background: #00000000;
		z-index: 6;
		opacity: 1;
	}
	.admin #w20260423af529edd2775f .widget.image:hover .hover_overlay,
	#w20260423af529edd2775f .widget.image.hover_image_hidden:hover .hover_overlay {
		opacity: 0 !important;
	}
	#w20260423af529edd2775f .widget.image.text_position_overlay .txt .txt_body {
		color: ;
		;
		line-height: 1.2;
		padding: 1em;
	}
	#w20260423af529edd2775f .widget.image.hover_text_position_overlay:hover .hover_txt .txt_body {
		color: ;
		;
		padding: 1em;
	}
	#w20260423af529edd2775f .widget.image.hover_text_position_overlay:hover .hover_txt .txt_body {
		line-height: 1.2;
	}
	#w20260423af529edd2775f .widget.image.img_circle .overlay,
	#w20260423af529edd2775f .widget.image.img_circle .hover_overlay {
		border-radius: 50%;
	}
	#w20260423af529edd2775f .widget.image.hover_scale:hover .hover_overlay,
	#w20260423af529edd2775f .widget.image.same_overlay:hover .overlay {
		transform: scale(1.1);
		transition: opacity .3s;
	}
	#w20260423af529edd2775f .widget.image.hide_default_img:hover .img_wrap > img,
	#w20260423af529edd2775f .widget.image:hover .overlay,
	#w20260423af529edd2775f .widget.image .hover_overlay,
	#w20260423af529edd2775f .widget.image.hover_image_hidden:hover .hover_img,
	#w20260423af529edd2775f .widget.image.hover_scale .hover_img,
	#w20260423af529edd2775f .widget.image.hover_scale.hover_image_hidden:hover .hover_img {
		opacity: 0;
	}
	#w20260423af529edd2775f .widget.image.hide_default_img:hover .img_wrap > img{
		opacity: 0 !important;

	}
	#w20260423af529edd2775f .widget.image.hover_scale img {
		transition: transform 0.4s ease-out;
	}
	#w20260423af529edd2775f .widget.image.hover_scale img,
	#w20260423af529edd2775f .widget.image.hover_scale:hover .hover_img,
	#w20260423af529edd2775f .widget.image.hover_scale.hover_image_hidden:hover img,
	#w20260423af529edd2775f .widget.image.org_image_hidden.hover_image_hidden:hover .img_wrap > img,
	#w20260423af529edd2775f .widget.image.hover_img_hide.hover_scale:hover img,
	#w20260423af529edd2775f .widget.image.same_overlay:hover .overlay  {
		opacity : 1;
	}
	#w20260423af529edd2775f .widget.image.no_effect .hover_overlay,
	#w20260423af529edd2775f .widget.image.no_effect .hover_img {
		transition: none;
	}
	#w20260423af529edd2775f .widget.image.hover_img_hide .hover_img {
		display: none;
	}
	#w20260423af529edd2775f .widget.image.hover_img_hide:hover .hover_overlay {
		transition: opacity .3s;
	}
	#w20260423af529edd2775f .widget.image.hide_default_img:hover .org_image,
	#w20260423af529edd2775f .widget.image.same_overlay:hover .hover_overlay {
		opacity: 0;
	}
	#w20260423af529edd2775f .widget.image.same_overlay:hover .overlay {
		opacity: 1;
	}
		#w20260423af529edd2775f .widget.image.org_size img,
	#w20260423af529edd2775f	.widget.image.org_size .hover_img,
	#w20260423af529edd2775f .widget.image.org_size .overlay,
	#w20260423af529edd2775f .widget.image.org_size .hover_overlay,
	#w20260423af529edd2775f .widget.image .img_wrap {
		border-radius: 20px;
	}
	
		#w20260423af529edd2775f .widget.image .hover_img {
		image-rendering: -webkit-optimize-contrast;
	}
	
	@media all and (max-width : 767px) {
		#w20260423af529edd2775f .widget.image:hover .hover_txt,
		#w20260423af529edd2775f .widget.image:hover .hover_img,
		#w20260423af529edd2775f .widget.image:hover .overlay,
		#w20260423af529edd2775f .widget.image:hover .hover_overlay {
			opacity: 0;
			transform: none !important;
		}
		#w20260423af529edd2775f .widget.image.org_image_hidden:hover .img_wrap > img {
			opacity: 1;
		}
		#w20260423af529edd2775f .widget.image:hover .txt {
			opacity: 1;
			visibility: visible;
		}
		#w20260423af529edd2775f .widget.hover_scale:hover img {
			transform: none !important;
		}
	}

	.device_type_m .pc_section #padding_w2026042362d6bff5bb60c {
		height: 14.5px !important;
	}
	@media all and (max-width:768px) {
		.pc_section #padding_w2026042362d6bff5bb60c {
			height: 14.5px !important;
		}
	}

		#text_w20260423be7ae95e1d487 {
					border-radius: 0px;
			border: 0px none #000;;
			min-height: 0px;;
			line-height: inherit;
		}
		#text_w20260423be7ae95e1d487 .fr-code-view {
			line-height: 1.6;
		}
		#text_w20260423be7ae95e1d487 .text_bg_img,
		#text_w20260423be7ae95e1d487 .text_bg_color {
			position: absolute;
			top: 0;
			left: 0;
			height: 100%;
			width: 100%;
			border-radius: 0px;
		}
		.admin #text_w20260423be7ae95e1d487,
		#text_w20260423be7ae95e1d487 .text-table {
			min-height: 0px;;
					word-break: normal;
			word-wrap: break-word;
		}
        #text_w20260423be7ae95e1d487,
        #text_w20260423be7ae95e1d487 .text-table {
            display: flex;
            flex-direction: column;
            justify-content:flex-start ;
        }
		.doz_sys main > .doz_row #text_w20260423be7ae95e1d487.default_padding {
			padding-left: 32px;
			padding-right: 32px;
		}
		@media all and (max-width : 767px) {
			.doz_sys main > .doz_row #text_w20260423be7ae95e1d487.default_padding {
				padding-left: 15px;
				padding-right: 15px;
			}
		}
	
		#text_w20260423763232a06f9c0 {
					border-radius: 0px;
			border: 0px none #000;;
			min-height: 0px;;
			line-height: inherit;
		}
		#text_w20260423763232a06f9c0 .fr-code-view {
			line-height: 1.6;
		}
		#text_w20260423763232a06f9c0 .text_bg_img,
		#text_w20260423763232a06f9c0 .text_bg_color {
			position: absolute;
			top: 0;
			left: 0;
			height: 100%;
			width: 100%;
			border-radius: 0px;
		}
		.admin #text_w20260423763232a06f9c0,
		#text_w20260423763232a06f9c0 .text-table {
			min-height: 0px;;
					word-break: normal;
			word-wrap: break-word;
		}
        #text_w20260423763232a06f9c0,
        #text_w20260423763232a06f9c0 .text-table {
            display: flex;
            flex-direction: column;
            justify-content:flex-start ;
        }
		.doz_sys main > .doz_row #text_w20260423763232a06f9c0.default_padding {
			padding-left: 32px;
			padding-right: 32px;
		}
		@media all and (max-width : 767px) {
			.doz_sys main > .doz_row #text_w20260423763232a06f9c0.default_padding {
				padding-left: 15px;
				padding-right: 15px;
			}
		}
	
	.device_type_m .pc_section #padding_w20260423d3c135bd957fb {
		height: 64px !important;
	}
	@media all and (max-width:768px) {
		.pc_section #padding_w20260423d3c135bd957fb {
			height: 64px !important;
		}
	}

	#hr_w2026042346bc58be3fbd3.border_width_hide hr {
		border-top-width: 1px !important;
	}
	#hr_w2026042346bc58be3fbd3.border_color_hide hr {
		border-color: transparent !important;
	}
	#hr_w2026042346bc58be3fbd3 .line_box {
		margin: 0 auto;
	}
	#hr_w2026042346bc58be3fbd3 .line_box hr {
		border-style : solid;
	}
	#hr_w2026042346bc58be3fbd3.type03.border_style_hide hr,
	#hr_w2026042346bc58be3fbd3.type04.border_style_hide hr{
		border-style: dashed !important;
	}
	#hr_w2026042346bc58be3fbd3.type05.border_style_hide hr,
	#hr_w2026042346bc58be3fbd3.type06.border_style_hide hr{
		border-style : dotted !important;
	}
	#hr_w2026042346bc58be3fbd3.type07.border_style_hide hr{
		border-style: solid !important;
	}
	#hr_w2026042346bc58be3fbd3.type02 hr,
	#hr_w2026042346bc58be3fbd3.type04 hr,
	#hr_w2026042346bc58be3fbd3.type06 hr {
		margin: 2px auto;
	}
	#hr_w2026042346bc58be3fbd3.type07 .line_box:before,
	#hr_w2026042346bc58be3fbd3.type07 .line_box:after {
		content: '';
		min-width: 2px;
		min-height: 18px;
		display: inline-block;
		border-right: 1px solid #00000033;
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		transform: rotate(45deg);
		position: absolute;
		top: 50%;
		margin-top: -9px;
		left: 50%;
		margin-left: -5px;
		z-index: 1;
	}
	#hr_w2026042346bc58be3fbd3.type07 .line_box:after {
		margin-left: 5px;
	}
	#hr_w2026042346bc58be3fbd3.type08 .line_box:before,
	#hr_w2026042346bc58be3fbd3.type08 .line_box:after {
		content: '';
		position: absolute;
		top: -5px;
		left: 0;
		border-top: 5px solid #00000033;
		border-right: 5px solid transparent!important;
		border-bottom: 0 dotted;
		border-left: 5px solid transparent!important;
		margin-left: 0;
		-webkit-transform: translate(-5px,3px) rotate(90deg);
		-moz-transform: translate(-5px,3px) rotate(90deg);
		-ms-transform: translate(-5px,3px) rotate(90deg);
		-o-transform: translate(-5px,3px) rotate(90deg);
		transform: translate(-5px,3px) rotate(90deg);
	}
	#hr_w2026042346bc58be3fbd3.type08 .line_box:after {
		left: initial;
		right: 0;
		-webkit-transform: translate(5px,3px) rotate(-90deg);
		-moz-transform: translate(5px,3px) rotate(-90deg);
		-ms-transform: translate(5px,3px) rotate(-90deg);
		-o-transform: translate(5px,3px) rotate(-90deg);
		transform: translate(5px,3px) rotate(-90deg);
	}
	.is-ie #hr_w2026042346bc58be3fbd3.type08 .line_box:after {
		left: calc(100% - 10px);
		right: 0;
	}
	#hr_w2026042346bc58be3fbd3.type09 .line_box:before,
	#hr_w2026042346bc58be3fbd3.type09 .line_box:after,
	#hr_w2026042346bc58be3fbd3.type10 .line_box:before,
	#hr_w2026042346bc58be3fbd3.type10 .line_box:after,
	#hr_w2026042346bc58be3fbd3.type11 .line_box:before,
	#hr_w2026042346bc58be3fbd3.type11 .line_box:after,
	#hr_w2026042346bc58be3fbd3.type12 .line_box:before,
	#hr_w2026042346bc58be3fbd3.type12 .line_box:after{
		content: "\f092";
		display: inline-block;
		font: normal normal normal 14px/1 "Black Tie";
		vertical-align: -14.28571429%;
		text-rendering: auto;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		transform: translate(0, 0);
		position: absolute;
		left: -1px;
		top: -6.5px;
		font-size: 14px;
		color: #00000033;
	}
	#hr_w2026042346bc58be3fbd3.type13 .line_box:before,
	#hr_w2026042346bc58be3fbd3.type13 .line_box:after,
	#hr_w2026042346bc58be3fbd3.type13 .line_box hr:before {
		content: "";
		min-width: 9px;
		min-height: 9px;
		display: inline-block;
		border: 1px solid #00000033;;
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		transform: rotate(45deg);
		position: absolute;
		left: 50%;
		top: 50%;
		margin-top: -5px;
	}
	#hr_w2026042346bc58be3fbd3.type13 .line_box:before {
		margin-left: 6px;
	}
	#hr_w2026042346bc58be3fbd3.type13 .line_box:after{
		margin-left: -16px;
	}
	#hr_w2026042346bc58be3fbd3.type13 .line_box hr:before {
		margin-left: -5px;
	}
	#hr_w2026042346bc58be3fbd3.type09 .line_box:after {
		content: "\f093";
		left: inherit;
		right: -1px;
	}
	#hr_w2026042346bc58be3fbd3.type10 .line_box:before {
		content: "\f096";
	}
	#hr_w2026042346bc58be3fbd3.type10 .line_box:after {
		content: "\f097";
		left: inherit;
		right: -1px;
	}
	#hr_w2026042346bc58be3fbd3.type11 hr {
		max-width: calc(100% - 13px);
	}
	#hr_w2026042346bc58be3fbd3.type12 hr {
		max-width: calc(100% - 10px);
	}
	#hr_w2026042346bc58be3fbd3.type11 .line_box:before {
		content: "\f093";
		left : -1px;
	}
	#hr_w2026042346bc58be3fbd3.type11 .line_box:after {
		content: "\f092";
		left: inherit;
		right: -1px;
	}
	#hr_w2026042346bc58be3fbd3.type12 .line_box:before {
		content: "\f097";
		left : -1px;
	}
	#hr_w2026042346bc58be3fbd3.type12 .line_box:after {
		content: "\f096";
		left: inherit;
		right: -1px;
	}
	#hr_w2026042346bc58be3fbd3.type14 .line_box hr,
	#hr_w2026042346bc58be3fbd3.type15 .line_box hr {
		max-width: 100%;
		width: 45%;
		display: inline-block;
		vertical-align: middle;
	}
	#hr_w2026042346bc58be3fbd3.type14 .line_box hr:first-child,
	#hr_w2026042346bc58be3fbd3.type15 .line_box hr:first-child{
		margin-right: 10%;
	}
	#hr_w2026042346bc58be3fbd3.type14 .line_box:before{
		content: "\f00c";
		display: inline-block;
		font: normal normal normal 14px/1 "Black Tie";
		vertical-align: -14.28571429%;
		text-rendering: auto;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		transform: translate(0, 0);
		font-size: 14px;
		position: absolute;
		left: 50%;
		top: 50%;
		margin-top: -7px;
		margin-left: -7px;
		color: #00000033;
	}
	#hr_w2026042346bc58be3fbd3.type15 .line_box:before {
		content: "AND";
		display: inline-block;
		position: absolute;
		text-align: center;
		line-height: 1.6;
		font-weight: normal;
		font-size: 11px;
		letter-spacing: 0.12em;
		color: #00000033;
		top: 50%;
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		left: 50%;
		margin-left: -13px;
	}
	#hr_w2026042346bc58be3fbd3.type17 .line_box:before {
		content: '';
		display: inline-block;
		width: 10px;
		height: 10px;
		border-radius: 50%;
		position: absolute;
		left: 50%;
		margin-left: -5px;
		top: 50%;
		margin-top: -5px;
		background: #00000033;
	}
	#hr_w2026042346bc58be3fbd3.type18 .line_box {
		text-align: center;
		display: table;
		width: 100% !important;
	}
	#hr_w2026042346bc58be3fbd3.type18 .hr {
		position: relative;
		width: 50%;
		vertical-align: middle;
		display: table-cell;
	}
	#hr_w2026042346bc58be3fbd3.type18 .hr:before {
		content: '';
		display: block;
		border-color: #00000033;
		border-width: 1px 0 0 0;
		border-style: solid;
		width: 100%;
	}
	#hr_w2026042346bc58be3fbd3.type18 .hr_title {
		display: table-cell;
		position: relative;
		padding: 0 30px;
		word-wrap: break-word;
		font-size: 0px;
		color: ;
		vertical-align: middle;
		white-space: nowrap;
	}

	.device_type_m .pc_section #padding_w20260423a28b2f815ceb4 {
		height: 15px !important;
	}
	@media all and (max-width:768px) {
		.pc_section #padding_w20260423a28b2f815ceb4 {
			height: 15px !important;
		}
	}

		#text_w20260423f47701216129f {
					border-radius: 0px;
			border: 0px none #000;;
			min-height: 0px;;
			line-height: inherit;
		}
		#text_w20260423f47701216129f .fr-code-view {
			line-height: 1.6;
		}
		#text_w20260423f47701216129f .text_bg_img,
		#text_w20260423f47701216129f .text_bg_color {
			position: absolute;
			top: 0;
			left: 0;
			height: 100%;
			width: 100%;
			border-radius: 0px;
		}
		.admin #text_w20260423f47701216129f,
		#text_w20260423f47701216129f .text-table {
			min-height: 0px;;
					word-break: normal;
			word-wrap: break-word;
		}
        #text_w20260423f47701216129f,
        #text_w20260423f47701216129f .text-table {
            display: flex;
            flex-direction: column;
            justify-content:flex-start ;
        }
		.doz_sys main > .doz_row #text_w20260423f47701216129f.default_padding {
			padding-left: 32px;
			padding-right: 32px;
		}
		@media all and (max-width : 767px) {
			.doz_sys main > .doz_row #text_w20260423f47701216129f.default_padding {
				padding-left: 15px;
				padding-right: 15px;
			}
		}
	
	.device_type_m .pc_section #padding_w20260423760aac80488a3 {
		height: 29px !important;
	}
	@media all and (max-width:768px) {
		.pc_section #padding_w20260423760aac80488a3 {
			height: 29px !important;
		}
	}

		#text_w202604236383899eedde3 {
					border-radius: 0px;
			border: 0px none #000;;
			min-height: 0px;;
			line-height: inherit;
		}
		#text_w202604236383899eedde3 .fr-code-view {
			line-height: 1.6;
		}
		#text_w202604236383899eedde3 .text_bg_img,
		#text_w202604236383899eedde3 .text_bg_color {
			position: absolute;
			top: 0;
			left: 0;
			height: 100%;
			width: 100%;
			border-radius: 0px;
		}
		.admin #text_w202604236383899eedde3,
		#text_w202604236383899eedde3 .text-table {
			min-height: 0px;;
					word-break: normal;
			word-wrap: break-word;
		}
        #text_w202604236383899eedde3,
        #text_w202604236383899eedde3 .text-table {
            display: flex;
            flex-direction: column;
            justify-content:flex-start ;
        }
		.doz_sys main > .doz_row #text_w202604236383899eedde3.default_padding {
			padding-left: 32px;
			padding-right: 32px;
		}
		@media all and (max-width : 767px) {
			.doz_sys main > .doz_row #text_w202604236383899eedde3.default_padding {
				padding-left: 15px;
				padding-right: 15px;
			}
		}
	
	.device_type_m .pc_section #padding_w202604236dba4c9a12833 {
		height: 13px !important;
	}
	@media all and (max-width:768px) {
		.pc_section #padding_w202604236dba4c9a12833 {
			height: 13px !important;
		}
	}

	.device_type_m .pc_section #padding_w20260423d70d8fbf606b0 {
		height: 25px !important;
	}
	@media all and (max-width:768px) {
		.pc_section #padding_w20260423d70d8fbf606b0 {
			height: 25px !important;
		}
	}

	#hr_w20260423ba3bd6ceca532.border_width_hide hr {
		border-top-width: 1px !important;
	}
	#hr_w20260423ba3bd6ceca532.border_color_hide hr {
		border-color: transparent !important;
	}
	#hr_w20260423ba3bd6ceca532 .line_box {
		margin: 0 auto;
	}
	#hr_w20260423ba3bd6ceca532 .line_box hr {
		border-style : solid;
	}
	#hr_w20260423ba3bd6ceca532.type03.border_style_hide hr,
	#hr_w20260423ba3bd6ceca532.type04.border_style_hide hr{
		border-style: dashed !important;
	}
	#hr_w20260423ba3bd6ceca532.type05.border_style_hide hr,
	#hr_w20260423ba3bd6ceca532.type06.border_style_hide hr{
		border-style : dotted !important;
	}
	#hr_w20260423ba3bd6ceca532.type07.border_style_hide hr{
		border-style: solid !important;
	}
	#hr_w20260423ba3bd6ceca532.type02 hr,
	#hr_w20260423ba3bd6ceca532.type04 hr,
	#hr_w20260423ba3bd6ceca532.type06 hr {
		margin: 2px auto;
	}
	#hr_w20260423ba3bd6ceca532.type07 .line_box:before,
	#hr_w20260423ba3bd6ceca532.type07 .line_box:after {
		content: '';
		min-width: 2px;
		min-height: 18px;
		display: inline-block;
		border-right: 1px solid ;
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		transform: rotate(45deg);
		position: absolute;
		top: 50%;
		margin-top: -9px;
		left: 50%;
		margin-left: -5px;
		z-index: 1;
	}
	#hr_w20260423ba3bd6ceca532.type07 .line_box:after {
		margin-left: 5px;
	}
	#hr_w20260423ba3bd6ceca532.type08 .line_box:before,
	#hr_w20260423ba3bd6ceca532.type08 .line_box:after {
		content: '';
		position: absolute;
		top: -5px;
		left: 0;
		border-top: 5px solid ;
		border-right: 5px solid transparent!important;
		border-bottom: 0 dotted;
		border-left: 5px solid transparent!important;
		margin-left: 0;
		-webkit-transform: translate(-5px,3px) rotate(90deg);
		-moz-transform: translate(-5px,3px) rotate(90deg);
		-ms-transform: translate(-5px,3px) rotate(90deg);
		-o-transform: translate(-5px,3px) rotate(90deg);
		transform: translate(-5px,3px) rotate(90deg);
	}
	#hr_w20260423ba3bd6ceca532.type08 .line_box:after {
		left: initial;
		right: 0;
		-webkit-transform: translate(5px,3px) rotate(-90deg);
		-moz-transform: translate(5px,3px) rotate(-90deg);
		-ms-transform: translate(5px,3px) rotate(-90deg);
		-o-transform: translate(5px,3px) rotate(-90deg);
		transform: translate(5px,3px) rotate(-90deg);
	}
	.is-ie #hr_w20260423ba3bd6ceca532.type08 .line_box:after {
		left: calc(100% - 10px);
		right: 0;
	}
	#hr_w20260423ba3bd6ceca532.type09 .line_box:before,
	#hr_w20260423ba3bd6ceca532.type09 .line_box:after,
	#hr_w20260423ba3bd6ceca532.type10 .line_box:before,
	#hr_w20260423ba3bd6ceca532.type10 .line_box:after,
	#hr_w20260423ba3bd6ceca532.type11 .line_box:before,
	#hr_w20260423ba3bd6ceca532.type11 .line_box:after,
	#hr_w20260423ba3bd6ceca532.type12 .line_box:before,
	#hr_w20260423ba3bd6ceca532.type12 .line_box:after{
		content: "\f092";
		display: inline-block;
		font: normal normal normal 14px/1 "Black Tie";
		vertical-align: -14.28571429%;
		text-rendering: auto;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		transform: translate(0, 0);
		position: absolute;
		left: -1px;
		top: -6.5px;
		font-size: 14px;
		color: ;
	}
	#hr_w20260423ba3bd6ceca532.type13 .line_box:before,
	#hr_w20260423ba3bd6ceca532.type13 .line_box:after,
	#hr_w20260423ba3bd6ceca532.type13 .line_box hr:before {
		content: "";
		min-width: 9px;
		min-height: 9px;
		display: inline-block;
		border: 1px solid ;;
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		transform: rotate(45deg);
		position: absolute;
		left: 50%;
		top: 50%;
		margin-top: -5px;
	}
	#hr_w20260423ba3bd6ceca532.type13 .line_box:before {
		margin-left: 6px;
	}
	#hr_w20260423ba3bd6ceca532.type13 .line_box:after{
		margin-left: -16px;
	}
	#hr_w20260423ba3bd6ceca532.type13 .line_box hr:before {
		margin-left: -5px;
	}
	#hr_w20260423ba3bd6ceca532.type09 .line_box:after {
		content: "\f093";
		left: inherit;
		right: -1px;
	}
	#hr_w20260423ba3bd6ceca532.type10 .line_box:before {
		content: "\f096";
	}
	#hr_w20260423ba3bd6ceca532.type10 .line_box:after {
		content: "\f097";
		left: inherit;
		right: -1px;
	}
	#hr_w20260423ba3bd6ceca532.type11 hr {
		max-width: calc(100% - 13px);
	}
	#hr_w20260423ba3bd6ceca532.type12 hr {
		max-width: calc(100% - 10px);
	}
	#hr_w20260423ba3bd6ceca532.type11 .line_box:before {
		content: "\f093";
		left : -1px;
	}
	#hr_w20260423ba3bd6ceca532.type11 .line_box:after {
		content: "\f092";
		left: inherit;
		right: -1px;
	}
	#hr_w20260423ba3bd6ceca532.type12 .line_box:before {
		content: "\f097";
		left : -1px;
	}
	#hr_w20260423ba3bd6ceca532.type12 .line_box:after {
		content: "\f096";
		left: inherit;
		right: -1px;
	}
	#hr_w20260423ba3bd6ceca532.type14 .line_box hr,
	#hr_w20260423ba3bd6ceca532.type15 .line_box hr {
		max-width: 100%;
		width: 45%;
		display: inline-block;
		vertical-align: middle;
	}
	#hr_w20260423ba3bd6ceca532.type14 .line_box hr:first-child,
	#hr_w20260423ba3bd6ceca532.type15 .line_box hr:first-child{
		margin-right: 10%;
	}
	#hr_w20260423ba3bd6ceca532.type14 .line_box:before{
		content: "\f00c";
		display: inline-block;
		font: normal normal normal 14px/1 "Black Tie";
		vertical-align: -14.28571429%;
		text-rendering: auto;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		transform: translate(0, 0);
		font-size: 14px;
		position: absolute;
		left: 50%;
		top: 50%;
		margin-top: -7px;
		margin-left: -7px;
		color: ;
	}
	#hr_w20260423ba3bd6ceca532.type15 .line_box:before {
		content: "AND";
		display: inline-block;
		position: absolute;
		text-align: center;
		line-height: 1.6;
		font-weight: normal;
		font-size: 11px;
		letter-spacing: 0.12em;
		color: ;
		top: 50%;
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		left: 50%;
		margin-left: -13px;
	}
	#hr_w20260423ba3bd6ceca532.type17 .line_box:before {
		content: '';
		display: inline-block;
		width: 10px;
		height: 10px;
		border-radius: 50%;
		position: absolute;
		left: 50%;
		margin-left: -5px;
		top: 50%;
		margin-top: -5px;
		background: ;
	}
	#hr_w20260423ba3bd6ceca532.type18 .line_box {
		text-align: center;
		display: table;
		width: 100% !important;
	}
	#hr_w20260423ba3bd6ceca532.type18 .hr {
		position: relative;
		width: 50%;
		vertical-align: middle;
		display: table-cell;
	}
	#hr_w20260423ba3bd6ceca532.type18 .hr:before {
		content: '';
		display: block;
		border-color: ;
		border-width: 1px 0 0 0;
		border-style: solid;
		width: 100%;
	}
	#hr_w20260423ba3bd6ceca532.type18 .hr_title {
		display: table-cell;
		position: relative;
		padding: 0 30px;
		word-wrap: break-word;
		font-size: 24px;
		color: ;
		vertical-align: middle;
		white-space: nowrap;
	}

			.shop_view .s202604075434878fb1b9b.xzoom-preview {
				;
				background: #fafafa;
			}
			.shop_view #s202604075434878fb1b9b select.form-control option {
				color:  !important;
				background: #fafafa;
			}
			.is-ie .shop_view #s202604075434878fb1b9b select.form-control option {
				color: #000 !important;
			}
			.admin #s202604075434878fb1b9b .widget.padding > div {
				;
			}
			.admin #s202604075434878fb1b9b .ibg-bg {
				height: 100% !important;
			}
			.admin #s202604075434878fb1b9b .widget_drag_bar,
			.admin .doz_sys #s202604075434878fb1b9b .ui-resizable-handle.ui-resizable-e:hover:after,
			.admin .doz_sys #s202604075434878fb1b9b .ui-resizable-handle.ui-resizable-w:hover:after,
			.admin .doz_sys #s202604075434878fb1b9b .ui-resizable-handle.ui-resizable-e.active:after,
			.admin .doz_sys #s202604075434878fb1b9b .ui-resizable-handle.ui-resizable-w.active:after,
			.admin .doz_sys #s202604075434878fb1b9b .drop_line {
				background-color: ;
			}
			.admin .doz_sys #s202604075434878fb1b9b .ui-resizable-handle.ui-resizable-n:hover:after,
			.admin .doz_sys #s202604075434878fb1b9b .ui-resizable-handle.ui-resizable-s:hover:after {
				border-bottom:2px solid  ;
			}
			#s202604075434878fb1b9b {
				color: ;
			}
			#s202604075434878fb1b9b.side_basic main .inside,
			#s202604075434878fb1b9b .site_prod_nav_wrap.scroll-to-fixed-fixed ul.site_prod_nav,
			.doz_sys #s202604075434878fb1b9b .col-dz-12 .extend_thumbs {
				max-width: 1460px;
			}
			.modal_site_modal_menu #s202604075434878fb1b9b.side_basic main .inside,
			.menu_type_modal #s202604075434878fb1b9b.side_basic main .inside {
				max-width: 570px;
			}
			.doz_sys .modal_site_modal_menu .modal-header,
			.menu_type_modal .doz_modal_header {
				border-width: 0 0 1px 0;
				border-style: solid;
				;
			}
			.menu_type_modal #s202604075434878fb1b9b,
			.menu_type_modal .doz_modal_header {
			;
				background: ;
			;
				color:  ;
			}
			.menu_type_modal .doz_modal_header .bt.bt-flat.bt-default {
			;
				color:  ;
			}
			.doz_sys #s202604075434878fb1b9b .col-dz-12 .inside .extend_thumbs {
				max-width: inherit;
			}
			#s202604075434878fb1b9b.extend_section main {
				padding-left: 0px;
				padding-right: 0px;
			}
			#s202604075434878fb1b9b.section_wrap.extend_section main .widget.board .grid_ignore.bg_on {
				margin-left: -0px;
				margin-right: -0px;
				width: calc(100% + 0px + 0px);
			}
			#s202604075434878fb1b9b .booking_day .body_font_color_20,
			#s202604075434878fb1b9b .booking_list.waiting .title {
				; 
			}
		
			#s202604075434878fb1b9b.extend_section main > .inside {
				max-width: 100% !important;
			}
			#s202604075434878fb1b9b .li_table ul:nth-of-type(2),
			#s202604075434878fb1b9b .li_board ul li,
			#s202604075434878fb1b9b .radio-styled:not(ie8).radio_color_option.small input ~ span span {
				;
			}
			#s202604075434878fb1b9b .checkbox-styled:not(ie8) input ~ span:before,
			#s202604075434878fb1b9b .radio-styled:not(ie8) input ~ span:before {
				
			}
			#s202604075434878fb1b9b .board_view .grid_ignore header a, #s202604075434878fb1b9b .widget.board .grid_ignore .author .date, #s202604075434878fb1b9b .widget.board .grid_ignore a.board, #s202604075434878fb1b9b .widget.board .grid_ignore .author .write, .editor_box .add_map .info > div.phone, #s202604075434878fb1b9b .content-tit .board {
				;
			}
			#s202604075434878fb1b9b select.form-control,
			#s202604075434878fb1b9b input.form-control,
			#s202604075434878fb1b9b textarea.form-control {
				;
				color: #111;
				background: rgba(255, 255, 255, 0);
			}
			#s202604075434878fb1b9b .input_block .select-block .selectbox select {
				border: none;
				background: none;
				color: #212121;
			}
			#s202604075434878fb1b9b .phonenumber_wrap .line {
				
			}
			#s202604075434878fb1b9b .shop-content.shop-style-b.open .opt-group .btn_clse > span {
				
			}
			.shop_view #s202604075434878fb1b9b .shop-content select.form-control,
			.shop_view #s202604075434878fb1b9b .shop-content input.form-control,
			.shop_view #s202604075434878fb1b9b .shop-content textarea.form-control,
			.booking_view #s202604075434878fb1b9b .booking_opt select.form-control,
			.shop_view #s202604075434878fb1b9b .form-select-wrap .dropdown-menu,
			.shop_view #s202604075434878fb1b9b .form-select-wrap .dropdown-menu .dropdown-item {
				;
				background: #fafafa;
			}
			#s202604075434878fb1b9b .seemore_wrap .open:before {
				background-image: linear-gradient(to bottom, rgba(250,250,250,0.01), rgba(250,250,250,0.8) 66%, rgba(250,250,250,0.9) 83%, rgba(250,250,250,0.98) 98%, #fafafa);
			}
			#s202604075434878fb1b9b .item_detail select.form-control,
			#s202604075434878fb1b9b .item_detail input.form-control,
			#s202604075434878fb1b9b .item_detail textarea.form-control,
			#s202604075434878fb1b9b .booking_opt select.form-control,
			#s202604075434878fb1b9b .goods_select textarea.form-control,
			#s202604075434878fb1b9b .goods_select select.form-control,
			#s202604075434878fb1b9b .goods_select input.form-control,
			#s202604075434878fb1b9b .form-select-wrap:before {
				 !important;
				color: ;
			}
			#s202604075434878fb1b9b .form-select-wrap .dropdown-menu .dropdown-item:hover {
				;
			}
			#s202604075434878fb1b9b .board_summary .write, #s202604075434878fb1b9b .board_view .grid_ignore .author .date, #s202604075434878fb1b9b .board_view .grid_ignore .author .hit-count, .doz_sys #s202604075434878fb1b9b label, .doz_sys #s202604075434878fb1b9b label.control-label, #s202604075434878fb1b9b .shop-table > tbody > tr.payment-info > td.pay-txt, #s202604075434878fb1b9b .nick.text-default-dark, #s202604075434878fb1b9b .text-default-dark, #s202604075434878fb1b9b .shop_mypage .mypage .my-box a, #s202604075434878fb1b9b .shop_mypage .item-detail a, #s202604075434878fb1b9b .shop_mypage .item-detail p, #s202604075434878fb1b9b .shop_mypage h6, #s202604075434878fb1b9b .shop_mypage .table-wrap p, #s202604075434878fb1b9b .shop_payment h1, #s202604075434878fb1b9b .shop_payment h6, #s202604075434878fb1b9b .shop-content p, #s202604075434878fb1b9b .shop_payment, #s202604075434878fb1b9b .shop-content span, #s202604075434878fb1b9b .shop-content .shop-item .item-icon .im-icon.im-ico-liked, #s202604075434878fb1b9b .shop-content .price, #s202604075434878fb1b9b,#s202604075434878fb1b9b .shop-tit,#s202604075434878fb1b9b .board_view .board_txt_area,#s202604075434878fb1b9b .board.widget .grid_ignore .view_tit,.doz_sys #s202604075434878fb1b9b .shop-content input.form-control, .doz_sys #s202604075434878fb1b9b .shop-content select.form-control, #s202604075434878fb1b9b .widget_menu_title,#s202604075434878fb1b9b .comment_area,body.shop_mypage #s202604075434878fb1b9b .comment_area,
			#s202604075434878fb1b9b .list_review_inner .use_summary, #s202604075434878fb1b9b .list_review_inner .use_summary a, #s202604075434878fb1b9b .list_review_inner .fold, #s202604075434878fb1b9b .list_review_inner .comment_area, #s202604075434878fb1b9b .booking_nav_tools span {
				;
				color:  ;
			}
			#s202604075434878fb1b9b .shop-content span.sale-price-text {
			    color : #212121 !important;
			}
			.doz_sys #s202604075434878fb1b9b a.use-info {
			    color : #00b5ff;
			}
			#s202604075434878fb1b9b .shop-content span.sale-price-text-done, 
			.doz_sys #s202604075434878fb1b9b a.use-info-download-done {
			    color: #999999 !important;
			}
			.doz_sys #s202604075434878fb1b9b .shop-content .down-btn select.form-control {
				;
				color:  !important;
			}
			#s202604075434878fb1b9b .shop-content.mypage .bg-bright a, #s202604075434878fb1b9b .shop-content.mypage .bg-bright p, #s202604075434878fb1b9b .shop-content.mypage .bg-bright span, #s202604075434878fb1b9b .shop-content.mypage .bg-bright div {
				color: #212121;
			}
			#s202604075434878fb1b9b .shop-content.mypage .bg-bright .use_grade .ug_btn .btn,
			#s202604075434878fb1b9b .shop-content span.ug_name .btn {
				border-color: #D5D5D5;
			}
			#s202604075434878fb1b9b .shop-content h6 span {
			;
				color: ;
			}
			#s202604075434878fb1b9b .left-menu ul li.on a,
			.doz_sys #s202604075434878fb1b9b .paging_type_count .owl-dots .owl-dot span:before,
			.menu_type_modal #s202604075434878fb1b9b,
			#s202604075434878fb1b9b .list_review_inner .comment .tools .text-gray-bright {
				;
				color:  !important;
			}
			.doz_sys #s202604075434878fb1b9b .paging_type_count.slide_02 .owl-dots .owl-dot.active span:before {
				color: #fff !important;
			}
			.doz_sys #s202604075434878fb1b9b .paging_type_dot .owl-dots .owl-dot span,
			.doz_sys #s202604075434878fb1b9b .paging_type_big_dot .owl-dots .owl-dot span,
			.doz_sys #s202604075434878fb1b9b .paging_type_line .owl-dots .owl-dot span,
			.doz_sys #s202604075434878fb1b9b .paging_type_count.paging_type_count02 .owl-dots .owl-dot.active span:before,
			#s202604075434878fb1b9b .list_review_inner, 
			#s202604075434878fb1b9b .list_review_inner .fold.cmt,
			#s202604075434878fb1b9b .list_review_wrap,
			#s202604075434878fb1b9b .list_review_inner .textarea_block,
			#s202604075434878fb1b9b .list_review_inner .comment .main_comment,
			#s202604075434878fb1b9b .list_review_inner .txt_delete:before,
			#s202604075434878fb1b9b .form-select-wrap.open .dropdown-toggle, 
			#s202604075434878fb1b9b .form-select-wrap.open .dropdown-menu,
			#s202604075434878fb1b9b .form-select-wrap.open .dropdown-menu .dropdown-item {
				border-color: ;
			}
			.doz_sys #s202604075434878fb1b9b .paging_type_dot02 .owl-dots .owl-dot span,
			.doz_sys #s202604075434878fb1b9b .paging_type_dot .owl-dots .owl-dot.active span,
			.doz_sys #s202604075434878fb1b9b .paging_type_line .owl-dots .owl-dot.active span,
			.doz_sys #s202604075434878fb1b9b .paging_type_big_dot .owl-dots .owl-dot span,
			.doz_sys #s202604075434878fb1b9b .paging_type_line .owl-dots .owl-dot span {
				background: ;
			}
			#s202604075434878fb1b9b .form-control:focus {
				border-color:#00b5ff;
			}
			#s202604075434878fb1b9b .sub_depth li a, #s202604075434878fb1b9b .sub_depth li span {
				;
			}
			#s202604075434878fb1b9b .slide_03.owl-theme .owl-dots .owl-dot span {
				;
			} 
			#s202604075434878fb1b9b .pagination > li > a,
			#s202604075434878fb1b9b .pagination > li > span,
			#s202604075434878fb1b9b .pagination > li > a:focus,
			#s202604075434878fb1b9b .pagination > li > span:focus,
			#s202604075434878fb1b9b .map-inner .pagination li.active a,
			#s202604075434878fb1b9b .pagination li > a.disabled:hover,
			#s202604075434878fb1b9b .pagination li > a.disabled:focus {
				;
			}
			#s202604075434878fb1b9b .form-select-wrap.open .dropdown-menu .dropdown-item {
				;
			}
			#s202604075434878fb1b9b .pagination > .active > a,
			#s202604075434878fb1b9b .pagination > .active > span,
			#s202604075434878fb1b9b .pagination > .active > a:hover,
			#s202604075434878fb1b9b .pagination > .active > span:hover,
			#s202604075434878fb1b9b .pagination > .active > a:focus,
			#s202604075434878fb1b9b .pagination > .active > span:focus,
			#s202604075434878fb1b9b .pagination > li > a:hover,
			#s202604075434878fb1b9b .pagination > li > span:hover,
			#s202604075434878fb1b9b .sub_depth li a.active,
			.doz_sys #s202604075434878fb1b9b a, #s202604075434878fb1b9b .li_table ul li,
			#s202604075434878fb1b9b .list-style .list.line > small,
			.doz_sys #s202604075434878fb1b9b div[data-widget-type="board"] .title.title-block a{
				;
				color: ;
			}
			.doz_sys #s202604075434878fb1b9b .board_contents a:not(.btn),
			.doz_sys #s202604075434878fb1b9b .board_contents a:not(.btn):hover,
			#s202604075434878fb1b9b .board_txt_area a,
			#s202604075434878fb1b9b .board_txt_area a:hover,
			#s202604075434878fb1b9b .board_txt_area a:active,
			#s202604075434878fb1b9b .board_txt_area a:focus,
			#s202604075434878fb1b9b .editor_box .fr-view a {
				color: #00b5ff;
			}
			#s202604075434878fb1b9b div[data-widget-type="icon"] i {
				color: ;
			}
			.doz_sys #s202604075434878fb1b9b a.body_font_color_30:not(.active) {
				;
			}
		   #s202604075434878fb1b9b .text_tab .after_line:not(:last-child):after {
		        ;
		   }
		   #s202604075434878fb1b9b .text_tab ul.site_prod_nav > li a.active {
		    background: none;
		   }
			#s202604075434878fb1b9b .map-toolbar select.form-control {
				;
				color:  !important;
				font-size: 14px;
			}
			.doz_sys #s202604075434878fb1b9b .body_font_color_40,
			#s202604075434878fb1b9b .li_board ul.li_body li.name, 
			#s202604075434878fb1b9b .li_board ul.li_body li.time, 
			#s202604075434878fb1b9b .li_board ul.li_body li.like,
			#s202604075434878fb1b9b .li_board ul.li_body li.read {
				;
			}
			#s202604075434878fb1b9b .review_table .summary,
			#s202604075434878fb1b9b .review_table.li_board ul.li_body li,
			#s202604075434878fb1b9b .review_table .list_text_title.lock_on {
				;
			}

			.doz_sys #s202604075434878fb1b9b .body_font_color_50 {
				;
			}
			#s202604075434878fb1b9b .li_board,
			#s202604075434878fb1b9b .acd_row:first-child,
			#s202604075434878fb1b9b .acd_row {
				border-color: ;
			}
			#s202604075434878fb1b9b .list-style .list-header,
			#s202604075434878fb1b9b .list-style .list,
			#s202604075434878fb1b9b .list-style .list.line, 
			#s202604075434878fb1b9b .list-style .list.line > .table-cell,
			#s202604075434878fb1b9b .li_table.row_04 .acd_collapse[aria-expanded="true"], .li_table.row_04 .acd_collapse.in {
				;
			}
			#s202604075434878fb1b9b .btn, #s202604075434878fb1b9b .visual_section a, #s202604075434878fb1b9b a.select-star, #s202604075434878fb1b9b .star-pointer .dropdown-menu a.dropdown-item, .doz_sys #s202604075434878fb1b9b .cart-btn-tools .alpha_add_review_button > button {
			;
				background-color: #fafafa;
				;
				color:;
				;
			}
			#s202604075434878fb1b9b .star-pointer .dropdown-menu {
			    background-color: #fafafa;
			}
			#s202604075434878fb1b9b .btn:hover, #s202604075434878fb1b9b .visual_section a:hover {
				border-color:;
			}
			#s202604075434878fb1b9b a.select-star:hover {
				background-color: #fafafa;
			}
			#s202604075434878fb1b9b .star-pointer .dropdown-menu a.dropdown-item:hover {
			    background-color:  !important;
			}
			#s202604075434878fb1b9b .widget_text_wrap .btn {
				background-color:#00b5ff;
				border-color:#00b5ff;
				color:#ffffff;
				border-width:1px;
			}
			.doz_sys #s202604075434878fb1b9b .btn-primary, .doz_sys #s202604075434878fb1b9b .cart-btn-tools .alpha_add_review_button > button {
			;
				background-color:#00b5ff;
				border-color:#00b5ff;
				color:#ffffff;
				border-width:1px;
			}
			.doz_sys.shop_view #s202604075434878fb1b9b .btn-primary span,
			.doz_sys.booking_view #s202604075434878fb1b9b .btn-primary span,
			.doz_sys.shop_mypage #s202604075434878fb1b9b .btn-primary span  {
				color:#ffffff;
			}
			#s202604075434878fb1b9b .coupon-wrap:after,
			#s202604075434878fb1b9b .board_view .file_area ul li {
				background: #fafafa;
			}
			#s202604075434878fb1b9b .text-gray-dark, #s202604075434878fb1b9b .shop-table > thead > tr > th, #s202604075434878fb1b9b .shop_mypage .left-menu ul li a, #s202604075434878fb1b9b .shop_mypage .item-detail p.sale_pay,.doz_sys #s202604075434878fb1b9b .product-notify-group .product-notify-label {
				;
			}
			#s202604075434878fb1b9b .mypage .my-box a, #s202604075434878fb1b9b .mypage .shop-table > tbody > tr,
			#s202604075434878fb1b9b .mypage .tip-off,
	        #s202604075434878fb1b9b .im-order-detail-table,
	        #s202604075434878fb1b9b .im-order-price {
				background-color:rgba(255,255,255,1);-ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff255255255,endColorstr=#ff255255255);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff255255255,endColorstr=#ff255255255);	zoom: 1;;
			}
			#s202604075434878fb1b9b .mypage .my-box.on a {
				background-color:#00b5ff;
				;
				color:#fff;
			}
			#s202604075434878fb1b9b .mypage .my-box.on a p {
				color:#fff;
			}
			#s202604075434878fb1b9b .option_btn_tools a, #s202604075434878fb1b9b .map-inner .pagination li a {
				color:#212121;
			}
			.doz_sys #s202604075434878fb1b9b .list-style-card .card-body .text a {
				color:#757575;
			}
			#s202604075434878fb1b9b .card .title a {
				color: #212121;
			}
			#s202604075434878fb1b9b .section_bg.fixed_bg.fixed_bg_none {
					background-attachment : inherit;
				}
			#s202604075434878fb1b9b ul.site_prod_nav > li,
			#s202604075434878fb1b9b .prod_detail_badge {
				;
			}
			#s202604075434878fb1b9b .site_prod_nav_wrap.scroll-to-fixed-fixed {
				background: #fafafa;
				box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.1);
			}
			#s202604075434878fb1b9b .buy_footer_fixed {
				background: #fafafa;
				border-width: 1px 0 0 0;
				border-style: solid;
				;
			}
			#s202604075434878fb1b9b .opt-group {
				background: #fafafa;
			}
			#s202604075434878fb1b9b ul.site_prod_nav > li a.active {
				;
			}
			
			#s202604075434878fb1b9b .background_tab ul.site_prod_nav > li a.active >  span.braket-badge {
				background-color: none;
				;
				color:#fafafa;
			}
	
			#s202604075434878fb1b9b .input-block .checkbox-styled:not(ie8) input ~ span {
				;
				color:;
			}
			.section_fixed_disable #s202604075434878fb1b9b[class*="section_first"],
			.section_fixed_disable #s202604075434878fb1b9b[class*="section_first"] .doz_aside {
				position: relative !important;
				top: 0 !important;
				left: 0 !important;
				z-index: auto !important;
			}
			.section_fixed_disable #s202604075434878fb1b9b .doz_aside.scroll-to-fixed-fixed ~ .spacer,
			.section_fixed_disable #s202604075434878fb1b9b.scroll-to-fixed-fixed ~ .spacer {
				height: 0 !important;
				display: none !important;
			}
			#s202604075434878fb1b9b.scroll-to-fixed-fixed {
				width: 100% !important;
			}
			#s202604075434878fb1b9b .doz_aside.scroll-to-fixed-fixed-end {
				bottom: 0 !important;
				top: auto !important;
			}
			.device_type_m #s202604075434878fb1b9b.mobile_section main .inside {
					padding-left: 0px;
					padding-right: 0px;
			}
			.device_type_m #s202604075434878fb1b9b .mypage .left-menu ul li a,
			.device_type_m #s202604075434878fb1b9b .cart .left-menu ul li a {
				background-color:rgba(255,255,255,1);-ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff255255255,endColorstr=#ff255255255);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff255255255,endColorstr=#ff255255255);	zoom: 1;;
			}
            #s202604075434878fb1b9b .im-cart-result-table {
                border-top: 1px solid ;
                border-bottom: 1px solid ;
            }
            #s202604075434878fb1b9b .shop-table > tbody > tr > td.img .opt .more {
                ;
            }
            #s202604075434878fb1b9b .im-cart-info {
                ;
            }
            #s202604075434878fb1b9b .shop-table > thead > tr > th,
            #s202604075434878fb1b9b .shop-table > tbody > tr > td,
            #s202604075434878fb1b9b .mypage .shop-table > tbody > tr,
            #s202604075434878fb1b9b .shop-table > tbody > tr > td.img img,
            #s202604075434878fb1b9b .shop-table > tbody > tr > td + td,
            #s202604075434878fb1b9b .mypage .tip-off,
            #s202604075434878fb1b9b .mypage .shop-table img,
	        #s202604075434878fb1b9b .im-order-detail-table,
	        #s202604075434878fb1b9b .im-order-price,
	        #s202604075434878fb1b9b .im-order-detail-table thead tr,
	        #s202604075434878fb1b9b .im-order-detail-table tr + tr,
	        #s202604075434878fb1b9b .im-order-detail-table img,
	        #s202604075434878fb1b9b .im-order-detail-table .im-deliv-price,
	        #s202604075434878fb1b9b .im-order-price-header,
	        #s202604075434878fb1b9b .im-order-price-body {
                ;
            }
            #s202604075434878fb1b9b .shop-table .list_badge {
				border-color: ;
            }
            #s202604075434878fb1b9b .im-cart-result-table thead>tr>th,
            #s202604075434878fb1b9b #shop_cart_list .shop-table > colgroup + thead > tr:first-child > th,
            #s202604075434878fb1b9b #shop_cart_list .shop-table > tbody > tr > td + td,
            #s202604075434878fb1b9b #shop_cart_list .shop-table > thead > tr > th,
            #s202604075434878fb1b9b #shop_cart_list .shop-table > tbody > tr > td {
                ;
            }
            #s202604075434878fb1b9b .shop-content.mypage .shop-item .item-icon .im-icon.im-ico-liked{
                color: #00b5ff
            }
			@media (min-width: 991px) {
				.doz_sys #s202604075434878fb1b9b .btn-primary:hover, #s202604075434878fb1b9b .widget_text_wrap .btn:hover, .doz_sys #s202604075434878fb1b9b .cart-btn-tools .alpha_add_review_button:hover > button {
				background-color : #0b5ff;;
					background-color:rgba(0, 181, 255, 0.7);
					border-color:rgba(0, 181, 255, 0.7);
					color:#ffffff;
					border-width:1px;
				}
				.doz_sys.shop_view #s202604075434878fb1b9b .btn-primary:hover span,
				.doz_sys.booking_view #s202604075434878fb1b9b .btn-primary:hover span,
				.doz_sys.shop_mypage #s202604075434878fb1b9b .btn-primary:hover span  {
					color:#ffffff;
				}
			}
			@media all and (max-width : 768px) {
				.doz_sys #s202604075434878fb1b9b .fixed_view a,
				.doz_sys #s202604075434878fb1b9b .fixed_view select.form-control,
				.doz_sys #s202604075434878fb1b9b .fixed_view .form-select-wrap:before {
					color: #212121;
				}
				.doz_sys #s202604075434878fb1b9b .fixed_view .body_font_color_50 {
					color: rgba(33, 33, 33, 0.5);
				}
				.doz_sys #s202604075434878fb1b9b .fixed_view .body_font_color_20 {
					color: rgba(33, 33, 33, 0.2);
				}
				.booking_view #s202604075434878fb1b9b .fixed_view .booking_opt select.form-control {
					background-color: #fff;
				}
				#s202604075434878fb1b9b #shop_cart_list .shop-tit,
                #s202604075434878fb1b9b #shop_cart_list .shop-table > thead > tr,
                #s202604075434878fb1b9b #shop_cart_list .shop-table > tfoot .payment-info,
                #s202604075434878fb1b9b .im-price-result {
				    ;
				}
                #s202604075434878fb1b9b .shop-table > tbody > tr > td.img .opt .more + .more,
                #s202604075434878fb1b9b .im-order-row + .im-order-row {
                    ;
                }
                #s202604075434878fb1b9b #shop_cart_list .shop-table,
                #s202604075434878fb1b9b #shop_cart_list .shop-table > tbody > tr.im-tr-shipping + tr,
                #s202604075434878fb1b9b #shop_cart_list .shop-table > tfoot,
                #s202604075434878fb1b9b #shop_cart_list .shop-table > tfoot .payment-info {
                    ;
                }
                #s202604075434878fb1b9b #shop_cart_list .shop-table > thead > tr,
                #s202604075434878fb1b9b .im-order-detail-table .im-space {
                    background-color: #fafafa;
                }
                #s202604075434878fb1b9b #shop_cart_list .shop-table > thead > tr.scroll-to-fixed-fixed-end {
                    top: auto !important;
                    bottom: 0;
                }
			}
			.device_type_m #s202604075434878fb1b9b .section_bg.fixed_bg_wrap { 
                 background-attachment: fixed;
            }
            
            .device_type_m #s202604075434878fb1b9b .section_bg.fixed_bg_wrap .fixed_bg {
              display: none;
            }
            #s202604075434878fb1b9b .section_bg.fixed_bg_wrap .fixed_bg {
                 display: none;
                }
			@media (max-width: 991px) {
			    #s202604075434878fb1b9b .section_bg {
                    background-attachment : inherit;
                }
                
                #s202604075434878fb1b9b .section_bg .ibg-bg {
                    display: none;
                }
                
                #s202604075434878fb1b9b .section_bg.fixed_bg_wrap { 
                    background-image : none !important;
                    clip-path: inset(0);
                    overflow: hidden;
                }
                #s202604075434878fb1b9b .section_bg.fixed_bg_wrap .fixed_bg {
                  display: block;
                  object-fit: cover;
                  position: fixed;
                  left: 0;
                  top: 0;
                  width: 100%; 
                  height: 100vh;
                }
				#s202604075434878fb1b9b .buy_btns .social_btn, #s202604075434878fb1b9b .buy_btns .cart_btn, #s202604075434878fb1b9b .layer_pop .bottom-btn, #s202604075434878fb1b9b .shop-table > thead, #s202604075434878fb1b9b .left-menu, #s202604075434878fb1b9b .shop-table > tbody > tr, {
				;
				}
				#s202604075434878fb1b9b main, #s202604075434878fb1b9b .section_wrap.extend_section main, #s202604075434878fb1b9b .doz_sys.shop_payment .inside, .doz_sys.shop_payment .inside .col-dz, {
					padding-left:0;
					padding-right:0;
				}
				#s202604075434878fb1b9b.mobile_section main .inside {
					padding-left: 0px;
					padding-right: 0px;
				}
				#s202604075434878fb1b9b.section_wrap.extend_section main .widget.board .grid_ignore.bg_on {
					margin-left: -15px;
					margin-right: -15px;
					width: calc(100% + 30px);
				}
				#s202604075434878fb1b9b .mypage .left-menu ul li a,
				#s202604075434878fb1b9b .cart .left-menu ul li a,
				#s202604075434878fb1b9b .mypage .left-menu .cart-menu-slide  {
					background-color:rgba(255,255,255,1);-ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff255255255,endColorstr=#ff255255255);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff255255255,endColorstr=#ff255255255);	zoom: 1;;
				}
				.section_wrap .side_gutter {
					display:none !important;
				}
				#s202604075434878fb1b9b .coupon-wrap:after {
					background: #fafafa !important;
				}
			}
			@media (max-width: 767px) {
				#s202604075434878fb1b9b .nav_gradient.slide_left {
					background: linear-gradient(to left, rgba(255, 255, 255, 0), #fafafa);
				}
				#s202604075434878fb1b9b .nav_gradient.slide_right {
					background: linear-gradient(to right, rgba(255, 255, 255, 0), #fafafa);
				}
				#s202604075434878fb1b9b .button_tab .scroll-to-fixed-fixed ul.site_prod_nav > li {
					border-top: 0;
					border-bottom: 0;
				}
				#s202604075434878fb1b9b .background_tab .scroll-to-fixed-fixed ul.site_prod_nav > li a.active {
					box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.1);
				}
				.shop_view #s202604075434878fb1b9b .item_detail .form-select-wrap .dropdown-menu .dropdown-item {
					background: #fafafa !important;
				}
				.shop_view #s202604075434878fb1b9b .item_detail .form-select-wrap .dropdown-toggle {
					color:  !important;
				}
				.shop_view #s202604075434878fb1b9b .item_detail .form-select-wrap.open .dropdown-toggle,
				.shop_view #s202604075434878fb1b9b .item_detail .form-select-wrap.open .dropdown-menu {
					border-color:  !important;
				}
				.shop_view #s202604075434878fb1b9b .item_detail .form-select-wrap.open .dropdown-menu .dropdown-item {
					
				}
				.shop_view #s202604075434878fb1b9b .item_detail .form-select-wrap .dropdown-menu .dropdown-item:hover {
					background-color:  !important;
				}
			}
			@media (min-width: 768px) {
				#s202604075434878fb1b9b .opt-group .btn_clse {
					background-color: #fafafa;
				}
				#s202604075434878fb1b9b .opt-group .btn_clse:after {
					box-shadow: 0 10px 0 0 #fafafa;
				}
			}
		
				.doz_sys #s202604075434878fb1b9b .bg-brand,
				.doz_sys #s202604075434878fb1b9b .bg-brand span,
				.doz_sys #s202604075434878fb1b9b .btn-brand {
				;
					background-color:#00b5ff;
					border-color:#00b5ff;
					border-width: 1px;
					color:#fff;
				}
				.doz_sys #s202604075434878fb1b9b .bg-brand:hover {
					background-color:rgba(0,145,204,1);-ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff00145204,endColorstr=#ff00145204);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff00145204,endColorstr=#ff00145204);	zoom: 1;;
					border-color:rgb(0,145,204) ;border-color:rgba(0,145,204,1) ;;
				}
			
	.device_type_m .pc_section #padding_w20260407e78b6e9242bf6 {
		height: 100px !important;
	}
	@media all and (max-width:768px) {
		.pc_section #padding_w20260407e78b6e9242bf6 {
			height: 100px !important;
		}
	}

			.shop_view .s20260218abb9c1ae7afa8.xzoom-preview {
				background-color : #111111;;
				background: rgba(17, 17, 17, 0);
			}
			.shop_view #s20260218abb9c1ae7afa8 select.form-control option {
				color:  !important;
				background: rgba(17, 17, 17, 0);
			}
			.is-ie .shop_view #s20260218abb9c1ae7afa8 select.form-control option {
				color: #000 !important;
			}
			.admin #s20260218abb9c1ae7afa8 .widget.padding > div {
				;
			}
			.admin #s20260218abb9c1ae7afa8 .ibg-bg {
				height: 100% !important;
			}
			.admin #s20260218abb9c1ae7afa8 .widget_drag_bar,
			.admin .doz_sys #s20260218abb9c1ae7afa8 .ui-resizable-handle.ui-resizable-e:hover:after,
			.admin .doz_sys #s20260218abb9c1ae7afa8 .ui-resizable-handle.ui-resizable-w:hover:after,
			.admin .doz_sys #s20260218abb9c1ae7afa8 .ui-resizable-handle.ui-resizable-e.active:after,
			.admin .doz_sys #s20260218abb9c1ae7afa8 .ui-resizable-handle.ui-resizable-w.active:after,
			.admin .doz_sys #s20260218abb9c1ae7afa8 .drop_line {
				background-color: ;
			}
			.admin .doz_sys #s20260218abb9c1ae7afa8 .ui-resizable-handle.ui-resizable-n:hover:after,
			.admin .doz_sys #s20260218abb9c1ae7afa8 .ui-resizable-handle.ui-resizable-s:hover:after {
				border-bottom:2px solid  ;
			}
			#s20260218abb9c1ae7afa8 {
				color: ;
			}
			#s20260218abb9c1ae7afa8.side_basic main .inside,
			#s20260218abb9c1ae7afa8 .site_prod_nav_wrap.scroll-to-fixed-fixed ul.site_prod_nav,
			.doz_sys #s20260218abb9c1ae7afa8 .col-dz-12 .extend_thumbs {
				max-width: 1460px;
			}
			.modal_site_modal_menu #s20260218abb9c1ae7afa8.side_basic main .inside,
			.menu_type_modal #s20260218abb9c1ae7afa8.side_basic main .inside {
				max-width: 570px;
			}
			.doz_sys .modal_site_modal_menu .modal-header,
			.menu_type_modal .doz_modal_header {
				border-width: 0 0 1px 0;
				border-style: solid;
				;
			}
			.menu_type_modal #s20260218abb9c1ae7afa8,
			.menu_type_modal .doz_modal_header {
			;
				background: ;
			;
				color:  ;
			}
			.menu_type_modal .doz_modal_header .bt.bt-flat.bt-default {
			;
				color:  ;
			}
			.doz_sys #s20260218abb9c1ae7afa8 .col-dz-12 .inside .extend_thumbs {
				max-width: inherit;
			}
			#s20260218abb9c1ae7afa8.extend_section main {
				padding-left: 0px;
				padding-right: 0px;
			}
			#s20260218abb9c1ae7afa8.section_wrap.extend_section main .widget.board .grid_ignore.bg_on {
				margin-left: -0px;
				margin-right: -0px;
				width: calc(100% + 0px + 0px);
			}
			#s20260218abb9c1ae7afa8 .booking_day .body_font_color_20,
			#s20260218abb9c1ae7afa8 .booking_list.waiting .title {
				; 
			}
		
			#s20260218abb9c1ae7afa8.extend_section main > .inside {
				max-width: 100% !important;
			}
			#s20260218abb9c1ae7afa8 .li_table ul:nth-of-type(2),
			#s20260218abb9c1ae7afa8 .li_board ul li,
			#s20260218abb9c1ae7afa8 .radio-styled:not(ie8).radio_color_option.small input ~ span span {
				;
			}
			#s20260218abb9c1ae7afa8 .checkbox-styled:not(ie8) input ~ span:before,
			#s20260218abb9c1ae7afa8 .radio-styled:not(ie8) input ~ span:before {
				
			}
			#s20260218abb9c1ae7afa8 .board_view .grid_ignore header a, #s20260218abb9c1ae7afa8 .widget.board .grid_ignore .author .date, #s20260218abb9c1ae7afa8 .widget.board .grid_ignore a.board, #s20260218abb9c1ae7afa8 .widget.board .grid_ignore .author .write, .editor_box .add_map .info > div.phone, #s20260218abb9c1ae7afa8 .content-tit .board {
				;
			}
			#s20260218abb9c1ae7afa8 select.form-control,
			#s20260218abb9c1ae7afa8 input.form-control,
			#s20260218abb9c1ae7afa8 textarea.form-control {
				;
				color: #111;
				background: rgba(255, 255, 255, 0);
			}
			#s20260218abb9c1ae7afa8 .input_block .select-block .selectbox select {
				border: none;
				background: none;
				color: #212121;
			}
			#s20260218abb9c1ae7afa8 .phonenumber_wrap .line {
				
			}
			#s20260218abb9c1ae7afa8 .shop-content.shop-style-b.open .opt-group .btn_clse > span {
				
			}
			.shop_view #s20260218abb9c1ae7afa8 .shop-content select.form-control,
			.shop_view #s20260218abb9c1ae7afa8 .shop-content input.form-control,
			.shop_view #s20260218abb9c1ae7afa8 .shop-content textarea.form-control,
			.booking_view #s20260218abb9c1ae7afa8 .booking_opt select.form-control,
			.shop_view #s20260218abb9c1ae7afa8 .form-select-wrap .dropdown-menu,
			.shop_view #s20260218abb9c1ae7afa8 .form-select-wrap .dropdown-menu .dropdown-item {
				background-color : #111111;;
				background: rgba(17, 17, 17, 0);
			}
			#s20260218abb9c1ae7afa8 .seemore_wrap .open:before {
				background-image: linear-gradient(to bottom, rgba(17,17,17,0), rgba(17,17,17,0) 66%, rgba(17,17,17,0) 83%, rgba(17,17,17,0) 98%, rgba(17, 17, 17, 0));
			}
			#s20260218abb9c1ae7afa8 .item_detail select.form-control,
			#s20260218abb9c1ae7afa8 .item_detail input.form-control,
			#s20260218abb9c1ae7afa8 .item_detail textarea.form-control,
			#s20260218abb9c1ae7afa8 .booking_opt select.form-control,
			#s20260218abb9c1ae7afa8 .goods_select textarea.form-control,
			#s20260218abb9c1ae7afa8 .goods_select select.form-control,
			#s20260218abb9c1ae7afa8 .goods_select input.form-control,
			#s20260218abb9c1ae7afa8 .form-select-wrap:before {
				 !important;
				color: ;
			}
			#s20260218abb9c1ae7afa8 .form-select-wrap .dropdown-menu .dropdown-item:hover {
				;
			}
			#s20260218abb9c1ae7afa8 .board_summary .write, #s20260218abb9c1ae7afa8 .board_view .grid_ignore .author .date, #s20260218abb9c1ae7afa8 .board_view .grid_ignore .author .hit-count, .doz_sys #s20260218abb9c1ae7afa8 label, .doz_sys #s20260218abb9c1ae7afa8 label.control-label, #s20260218abb9c1ae7afa8 .shop-table > tbody > tr.payment-info > td.pay-txt, #s20260218abb9c1ae7afa8 .nick.text-default-dark, #s20260218abb9c1ae7afa8 .text-default-dark, #s20260218abb9c1ae7afa8 .shop_mypage .mypage .my-box a, #s20260218abb9c1ae7afa8 .shop_mypage .item-detail a, #s20260218abb9c1ae7afa8 .shop_mypage .item-detail p, #s20260218abb9c1ae7afa8 .shop_mypage h6, #s20260218abb9c1ae7afa8 .shop_mypage .table-wrap p, #s20260218abb9c1ae7afa8 .shop_payment h1, #s20260218abb9c1ae7afa8 .shop_payment h6, #s20260218abb9c1ae7afa8 .shop-content p, #s20260218abb9c1ae7afa8 .shop_payment, #s20260218abb9c1ae7afa8 .shop-content span, #s20260218abb9c1ae7afa8 .shop-content .shop-item .item-icon .im-icon.im-ico-liked, #s20260218abb9c1ae7afa8 .shop-content .price, #s20260218abb9c1ae7afa8,#s20260218abb9c1ae7afa8 .shop-tit,#s20260218abb9c1ae7afa8 .board_view .board_txt_area,#s20260218abb9c1ae7afa8 .board.widget .grid_ignore .view_tit,.doz_sys #s20260218abb9c1ae7afa8 .shop-content input.form-control, .doz_sys #s20260218abb9c1ae7afa8 .shop-content select.form-control, #s20260218abb9c1ae7afa8 .widget_menu_title,#s20260218abb9c1ae7afa8 .comment_area,body.shop_mypage #s20260218abb9c1ae7afa8 .comment_area,
			#s20260218abb9c1ae7afa8 .list_review_inner .use_summary, #s20260218abb9c1ae7afa8 .list_review_inner .use_summary a, #s20260218abb9c1ae7afa8 .list_review_inner .fold, #s20260218abb9c1ae7afa8 .list_review_inner .comment_area, #s20260218abb9c1ae7afa8 .booking_nav_tools span {
				;
				color:  ;
			}
			#s20260218abb9c1ae7afa8 .shop-content span.sale-price-text {
			    color : #212121 !important;
			}
			.doz_sys #s20260218abb9c1ae7afa8 a.use-info {
			    color : #00b5ff;
			}
			#s20260218abb9c1ae7afa8 .shop-content span.sale-price-text-done, 
			.doz_sys #s20260218abb9c1ae7afa8 a.use-info-download-done {
			    color: #999999 !important;
			}
			.doz_sys #s20260218abb9c1ae7afa8 .shop-content .down-btn select.form-control {
				;
				color:  !important;
			}
			#s20260218abb9c1ae7afa8 .shop-content.mypage .bg-bright a, #s20260218abb9c1ae7afa8 .shop-content.mypage .bg-bright p, #s20260218abb9c1ae7afa8 .shop-content.mypage .bg-bright span, #s20260218abb9c1ae7afa8 .shop-content.mypage .bg-bright div {
				color: #212121;
			}
			#s20260218abb9c1ae7afa8 .shop-content.mypage .bg-bright .use_grade .ug_btn .btn,
			#s20260218abb9c1ae7afa8 .shop-content span.ug_name .btn {
				border-color: #D5D5D5;
			}
			#s20260218abb9c1ae7afa8 .shop-content h6 span {
			;
				color: ;
			}
			#s20260218abb9c1ae7afa8 .left-menu ul li.on a,
			.doz_sys #s20260218abb9c1ae7afa8 .paging_type_count .owl-dots .owl-dot span:before,
			.menu_type_modal #s20260218abb9c1ae7afa8,
			#s20260218abb9c1ae7afa8 .list_review_inner .comment .tools .text-gray-bright {
				;
				color:  !important;
			}
			.doz_sys #s20260218abb9c1ae7afa8 .paging_type_count.slide_02 .owl-dots .owl-dot.active span:before {
				color: #fff !important;
			}
			.doz_sys #s20260218abb9c1ae7afa8 .paging_type_dot .owl-dots .owl-dot span,
			.doz_sys #s20260218abb9c1ae7afa8 .paging_type_big_dot .owl-dots .owl-dot span,
			.doz_sys #s20260218abb9c1ae7afa8 .paging_type_line .owl-dots .owl-dot span,
			.doz_sys #s20260218abb9c1ae7afa8 .paging_type_count.paging_type_count02 .owl-dots .owl-dot.active span:before,
			#s20260218abb9c1ae7afa8 .list_review_inner, 
			#s20260218abb9c1ae7afa8 .list_review_inner .fold.cmt,
			#s20260218abb9c1ae7afa8 .list_review_wrap,
			#s20260218abb9c1ae7afa8 .list_review_inner .textarea_block,
			#s20260218abb9c1ae7afa8 .list_review_inner .comment .main_comment,
			#s20260218abb9c1ae7afa8 .list_review_inner .txt_delete:before,
			#s20260218abb9c1ae7afa8 .form-select-wrap.open .dropdown-toggle, 
			#s20260218abb9c1ae7afa8 .form-select-wrap.open .dropdown-menu,
			#s20260218abb9c1ae7afa8 .form-select-wrap.open .dropdown-menu .dropdown-item {
				border-color: ;
			}
			.doz_sys #s20260218abb9c1ae7afa8 .paging_type_dot02 .owl-dots .owl-dot span,
			.doz_sys #s20260218abb9c1ae7afa8 .paging_type_dot .owl-dots .owl-dot.active span,
			.doz_sys #s20260218abb9c1ae7afa8 .paging_type_line .owl-dots .owl-dot.active span,
			.doz_sys #s20260218abb9c1ae7afa8 .paging_type_big_dot .owl-dots .owl-dot span,
			.doz_sys #s20260218abb9c1ae7afa8 .paging_type_line .owl-dots .owl-dot span {
				background: ;
			}
			#s20260218abb9c1ae7afa8 .form-control:focus {
				border-color:#00b5ff;
			}
			#s20260218abb9c1ae7afa8 .sub_depth li a, #s20260218abb9c1ae7afa8 .sub_depth li span {
				;
			}
			#s20260218abb9c1ae7afa8 .slide_03.owl-theme .owl-dots .owl-dot span {
				;
			} 
			#s20260218abb9c1ae7afa8 .pagination > li > a,
			#s20260218abb9c1ae7afa8 .pagination > li > span,
			#s20260218abb9c1ae7afa8 .pagination > li > a:focus,
			#s20260218abb9c1ae7afa8 .pagination > li > span:focus,
			#s20260218abb9c1ae7afa8 .map-inner .pagination li.active a,
			#s20260218abb9c1ae7afa8 .pagination li > a.disabled:hover,
			#s20260218abb9c1ae7afa8 .pagination li > a.disabled:focus {
				;
			}
			#s20260218abb9c1ae7afa8 .form-select-wrap.open .dropdown-menu .dropdown-item {
				;
			}
			#s20260218abb9c1ae7afa8 .pagination > .active > a,
			#s20260218abb9c1ae7afa8 .pagination > .active > span,
			#s20260218abb9c1ae7afa8 .pagination > .active > a:hover,
			#s20260218abb9c1ae7afa8 .pagination > .active > span:hover,
			#s20260218abb9c1ae7afa8 .pagination > .active > a:focus,
			#s20260218abb9c1ae7afa8 .pagination > .active > span:focus,
			#s20260218abb9c1ae7afa8 .pagination > li > a:hover,
			#s20260218abb9c1ae7afa8 .pagination > li > span:hover,
			#s20260218abb9c1ae7afa8 .sub_depth li a.active,
			.doz_sys #s20260218abb9c1ae7afa8 a, #s20260218abb9c1ae7afa8 .li_table ul li,
			#s20260218abb9c1ae7afa8 .list-style .list.line > small,
			.doz_sys #s20260218abb9c1ae7afa8 div[data-widget-type="board"] .title.title-block a{
				;
				color: ;
			}
			.doz_sys #s20260218abb9c1ae7afa8 .board_contents a:not(.btn),
			.doz_sys #s20260218abb9c1ae7afa8 .board_contents a:not(.btn):hover,
			#s20260218abb9c1ae7afa8 .board_txt_area a,
			#s20260218abb9c1ae7afa8 .board_txt_area a:hover,
			#s20260218abb9c1ae7afa8 .board_txt_area a:active,
			#s20260218abb9c1ae7afa8 .board_txt_area a:focus,
			#s20260218abb9c1ae7afa8 .editor_box .fr-view a {
				color: #00b5ff;
			}
			#s20260218abb9c1ae7afa8 div[data-widget-type="icon"] i {
				color: ;
			}
			.doz_sys #s20260218abb9c1ae7afa8 a.body_font_color_30:not(.active) {
				;
			}
		   #s20260218abb9c1ae7afa8 .text_tab .after_line:not(:last-child):after {
		        ;
		   }
		   #s20260218abb9c1ae7afa8 .text_tab ul.site_prod_nav > li a.active {
		    background: none;
		   }
			#s20260218abb9c1ae7afa8 .map-toolbar select.form-control {
				;
				color:  !important;
				font-size: 14px;
			}
			.doz_sys #s20260218abb9c1ae7afa8 .body_font_color_40,
			#s20260218abb9c1ae7afa8 .li_board ul.li_body li.name, 
			#s20260218abb9c1ae7afa8 .li_board ul.li_body li.time, 
			#s20260218abb9c1ae7afa8 .li_board ul.li_body li.like,
			#s20260218abb9c1ae7afa8 .li_board ul.li_body li.read {
				;
			}
			#s20260218abb9c1ae7afa8 .review_table .summary,
			#s20260218abb9c1ae7afa8 .review_table.li_board ul.li_body li,
			#s20260218abb9c1ae7afa8 .review_table .list_text_title.lock_on {
				;
			}

			.doz_sys #s20260218abb9c1ae7afa8 .body_font_color_50 {
				;
			}
			#s20260218abb9c1ae7afa8 .li_board,
			#s20260218abb9c1ae7afa8 .acd_row:first-child,
			#s20260218abb9c1ae7afa8 .acd_row {
				border-color: ;
			}
			#s20260218abb9c1ae7afa8 .list-style .list-header,
			#s20260218abb9c1ae7afa8 .list-style .list,
			#s20260218abb9c1ae7afa8 .list-style .list.line, 
			#s20260218abb9c1ae7afa8 .list-style .list.line > .table-cell,
			#s20260218abb9c1ae7afa8 .li_table.row_04 .acd_collapse[aria-expanded="true"], .li_table.row_04 .acd_collapse.in {
				;
			}
			#s20260218abb9c1ae7afa8 .btn, #s20260218abb9c1ae7afa8 .visual_section a, #s20260218abb9c1ae7afa8 a.select-star, #s20260218abb9c1ae7afa8 .star-pointer .dropdown-menu a.dropdown-item, .doz_sys #s20260218abb9c1ae7afa8 .cart-btn-tools .alpha_add_review_button > button {
			background-color : #111111;;
				background-color: rgba(17, 17, 17, 0);
				;
				color:;
				;
			}
			#s20260218abb9c1ae7afa8 .star-pointer .dropdown-menu {
			    background-color: rgba(17, 17, 17, 0);
			}
			#s20260218abb9c1ae7afa8 .btn:hover, #s20260218abb9c1ae7afa8 .visual_section a:hover {
				border-color:;
			}
			#s20260218abb9c1ae7afa8 a.select-star:hover {
				background-color: rgba(17, 17, 17, 0);
			}
			#s20260218abb9c1ae7afa8 .star-pointer .dropdown-menu a.dropdown-item:hover {
			    background-color:  !important;
			}
			#s20260218abb9c1ae7afa8 .widget_text_wrap .btn {
				background-color:#00b5ff;
				border-color:#00b5ff;
				color:#ffffff;
				border-width:1px;
			}
			.doz_sys #s20260218abb9c1ae7afa8 .btn-primary, .doz_sys #s20260218abb9c1ae7afa8 .cart-btn-tools .alpha_add_review_button > button {
			;
				background-color:#00b5ff;
				border-color:#00b5ff;
				color:#ffffff;
				border-width:1px;
			}
			.doz_sys.shop_view #s20260218abb9c1ae7afa8 .btn-primary span,
			.doz_sys.booking_view #s20260218abb9c1ae7afa8 .btn-primary span,
			.doz_sys.shop_mypage #s20260218abb9c1ae7afa8 .btn-primary span  {
				color:#ffffff;
			}
			#s20260218abb9c1ae7afa8 .coupon-wrap:after,
			#s20260218abb9c1ae7afa8 .board_view .file_area ul li {
				background: rgba(17, 17, 17, 0);
			}
			#s20260218abb9c1ae7afa8 .text-gray-dark, #s20260218abb9c1ae7afa8 .shop-table > thead > tr > th, #s20260218abb9c1ae7afa8 .shop_mypage .left-menu ul li a, #s20260218abb9c1ae7afa8 .shop_mypage .item-detail p.sale_pay,.doz_sys #s20260218abb9c1ae7afa8 .product-notify-group .product-notify-label {
				;
			}
			#s20260218abb9c1ae7afa8 .mypage .my-box a, #s20260218abb9c1ae7afa8 .mypage .shop-table > tbody > tr,
			#s20260218abb9c1ae7afa8 .mypage .tip-off,
	        #s20260218abb9c1ae7afa8 .im-order-detail-table,
	        #s20260218abb9c1ae7afa8 .im-order-price {
				background-color:rgba(42,42,42,0);-ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#00424242,endColorstr=#00424242);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#00424242,endColorstr=#00424242);	zoom: 1;;
			}
			#s20260218abb9c1ae7afa8 .mypage .my-box.on a {
				background-color:#00b5ff;
				;
				color:#fff;
			}
			#s20260218abb9c1ae7afa8 .mypage .my-box.on a p {
				color:#fff;
			}
			#s20260218abb9c1ae7afa8 .option_btn_tools a, #s20260218abb9c1ae7afa8 .map-inner .pagination li a {
				color:#212121;
			}
			.doz_sys #s20260218abb9c1ae7afa8 .list-style-card .card-body .text a {
				color:#757575;
			}
			#s20260218abb9c1ae7afa8 .card .title a {
				color: #212121;
			}
			#s20260218abb9c1ae7afa8 .section_bg.fixed_bg.fixed_bg_none {
					background-attachment : inherit;
				}
			#s20260218abb9c1ae7afa8 ul.site_prod_nav > li,
			#s20260218abb9c1ae7afa8 .prod_detail_badge {
				;
			}
			#s20260218abb9c1ae7afa8 .site_prod_nav_wrap.scroll-to-fixed-fixed {
				background: rgba(17, 17, 17, 0);
				box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.1);
			}
			#s20260218abb9c1ae7afa8 .buy_footer_fixed {
				background: rgba(17, 17, 17, 0);
				border-width: 1px 0 0 0;
				border-style: solid;
				;
			}
			#s20260218abb9c1ae7afa8 .opt-group {
				background: rgba(17, 17, 17, 0);
			}
			#s20260218abb9c1ae7afa8 ul.site_prod_nav > li a.active {
				;
			}
			
			#s20260218abb9c1ae7afa8 .background_tab ul.site_prod_nav > li a.active >  span.braket-badge {
				background-color: none;
				;
				color:rgba(17, 17, 17, 0);
			}
	
			#s20260218abb9c1ae7afa8 .input-block .checkbox-styled:not(ie8) input ~ span {
				;
				color:;
			}
			.section_fixed_disable #s20260218abb9c1ae7afa8[class*="section_first"],
			.section_fixed_disable #s20260218abb9c1ae7afa8[class*="section_first"] .doz_aside {
				position: relative !important;
				top: 0 !important;
				left: 0 !important;
				z-index: auto !important;
			}
			.section_fixed_disable #s20260218abb9c1ae7afa8 .doz_aside.scroll-to-fixed-fixed ~ .spacer,
			.section_fixed_disable #s20260218abb9c1ae7afa8.scroll-to-fixed-fixed ~ .spacer {
				height: 0 !important;
				display: none !important;
			}
			#s20260218abb9c1ae7afa8.scroll-to-fixed-fixed {
				width: 100% !important;
			}
			#s20260218abb9c1ae7afa8 .doz_aside.scroll-to-fixed-fixed-end {
				bottom: 0 !important;
				top: auto !important;
			}
			.device_type_m #s20260218abb9c1ae7afa8.mobile_section main .inside {
					padding-left: 0px;
					padding-right: 0px;
			}
			.device_type_m #s20260218abb9c1ae7afa8 .mypage .left-menu ul li a,
			.device_type_m #s20260218abb9c1ae7afa8 .cart .left-menu ul li a {
				background-color:rgba(42,42,42,0);-ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#00424242,endColorstr=#00424242);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#00424242,endColorstr=#00424242);	zoom: 1;;
			}
            #s20260218abb9c1ae7afa8 .im-cart-result-table {
                border-top: 1px solid ;
                border-bottom: 1px solid ;
            }
            #s20260218abb9c1ae7afa8 .shop-table > tbody > tr > td.img .opt .more {
                ;
            }
            #s20260218abb9c1ae7afa8 .im-cart-info {
                ;
            }
            #s20260218abb9c1ae7afa8 .shop-table > thead > tr > th,
            #s20260218abb9c1ae7afa8 .shop-table > tbody > tr > td,
            #s20260218abb9c1ae7afa8 .mypage .shop-table > tbody > tr,
            #s20260218abb9c1ae7afa8 .shop-table > tbody > tr > td.img img,
            #s20260218abb9c1ae7afa8 .shop-table > tbody > tr > td + td,
            #s20260218abb9c1ae7afa8 .mypage .tip-off,
            #s20260218abb9c1ae7afa8 .mypage .shop-table img,
	        #s20260218abb9c1ae7afa8 .im-order-detail-table,
	        #s20260218abb9c1ae7afa8 .im-order-price,
	        #s20260218abb9c1ae7afa8 .im-order-detail-table thead tr,
	        #s20260218abb9c1ae7afa8 .im-order-detail-table tr + tr,
	        #s20260218abb9c1ae7afa8 .im-order-detail-table img,
	        #s20260218abb9c1ae7afa8 .im-order-detail-table .im-deliv-price,
	        #s20260218abb9c1ae7afa8 .im-order-price-header,
	        #s20260218abb9c1ae7afa8 .im-order-price-body {
                ;
            }
            #s20260218abb9c1ae7afa8 .shop-table .list_badge {
				border-color: ;
            }
            #s20260218abb9c1ae7afa8 .im-cart-result-table thead>tr>th,
            #s20260218abb9c1ae7afa8 #shop_cart_list .shop-table > colgroup + thead > tr:first-child > th,
            #s20260218abb9c1ae7afa8 #shop_cart_list .shop-table > tbody > tr > td + td,
            #s20260218abb9c1ae7afa8 #shop_cart_list .shop-table > thead > tr > th,
            #s20260218abb9c1ae7afa8 #shop_cart_list .shop-table > tbody > tr > td {
                ;
            }
            #s20260218abb9c1ae7afa8 .shop-content.mypage .shop-item .item-icon .im-icon.im-ico-liked{
                color: #00b5ff
            }
			@media (min-width: 991px) {
				.doz_sys #s20260218abb9c1ae7afa8 .btn-primary:hover, #s20260218abb9c1ae7afa8 .widget_text_wrap .btn:hover, .doz_sys #s20260218abb9c1ae7afa8 .cart-btn-tools .alpha_add_review_button:hover > button {
				background-color : #0b5ff;;
					background-color:rgba(0, 181, 255, 0.7);
					border-color:rgba(0, 181, 255, 0.7);
					color:#ffffff;
					border-width:1px;
				}
				.doz_sys.shop_view #s20260218abb9c1ae7afa8 .btn-primary:hover span,
				.doz_sys.booking_view #s20260218abb9c1ae7afa8 .btn-primary:hover span,
				.doz_sys.shop_mypage #s20260218abb9c1ae7afa8 .btn-primary:hover span  {
					color:#ffffff;
				}
			}
			@media all and (max-width : 768px) {
				.doz_sys #s20260218abb9c1ae7afa8 .fixed_view a,
				.doz_sys #s20260218abb9c1ae7afa8 .fixed_view select.form-control,
				.doz_sys #s20260218abb9c1ae7afa8 .fixed_view .form-select-wrap:before {
					color: #212121;
				}
				.doz_sys #s20260218abb9c1ae7afa8 .fixed_view .body_font_color_50 {
					color: rgba(33, 33, 33, 0.5);
				}
				.doz_sys #s20260218abb9c1ae7afa8 .fixed_view .body_font_color_20 {
					color: rgba(33, 33, 33, 0.2);
				}
				.booking_view #s20260218abb9c1ae7afa8 .fixed_view .booking_opt select.form-control {
					background-color: #fff;
				}
				#s20260218abb9c1ae7afa8 #shop_cart_list .shop-tit,
                #s20260218abb9c1ae7afa8 #shop_cart_list .shop-table > thead > tr,
                #s20260218abb9c1ae7afa8 #shop_cart_list .shop-table > tfoot .payment-info,
                #s20260218abb9c1ae7afa8 .im-price-result {
				    ;
				}
                #s20260218abb9c1ae7afa8 .shop-table > tbody > tr > td.img .opt .more + .more,
                #s20260218abb9c1ae7afa8 .im-order-row + .im-order-row {
                    ;
                }
                #s20260218abb9c1ae7afa8 #shop_cart_list .shop-table,
                #s20260218abb9c1ae7afa8 #shop_cart_list .shop-table > tbody > tr.im-tr-shipping + tr,
                #s20260218abb9c1ae7afa8 #shop_cart_list .shop-table > tfoot,
                #s20260218abb9c1ae7afa8 #shop_cart_list .shop-table > tfoot .payment-info {
                    ;
                }
                #s20260218abb9c1ae7afa8 #shop_cart_list .shop-table > thead > tr,
                #s20260218abb9c1ae7afa8 .im-order-detail-table .im-space {
                    background-color: rgba(17, 17, 17, 0);
                }
                #s20260218abb9c1ae7afa8 #shop_cart_list .shop-table > thead > tr.scroll-to-fixed-fixed-end {
                    top: auto !important;
                    bottom: 0;
                }
			}
			.device_type_m #s20260218abb9c1ae7afa8 .section_bg.fixed_bg_wrap { 
                 background-attachment: fixed;
            }
            
            .device_type_m #s20260218abb9c1ae7afa8 .section_bg.fixed_bg_wrap .fixed_bg {
              display: none;
            }
            #s20260218abb9c1ae7afa8 .section_bg.fixed_bg_wrap .fixed_bg {
                 display: none;
                }
			@media (max-width: 991px) {
			    #s20260218abb9c1ae7afa8 .section_bg {
                    background-attachment : inherit;
                }
                
                #s20260218abb9c1ae7afa8 .section_bg .ibg-bg {
                    display: none;
                }
                
                #s20260218abb9c1ae7afa8 .section_bg.fixed_bg_wrap { 
                    background-image : none !important;
                    clip-path: inset(0);
                    overflow: hidden;
                }
                #s20260218abb9c1ae7afa8 .section_bg.fixed_bg_wrap .fixed_bg {
                  display: block;
                  object-fit: cover;
                  position: fixed;
                  left: 0;
                  top: 0;
                  width: 100%; 
                  height: 100vh;
                }
				#s20260218abb9c1ae7afa8 .buy_btns .social_btn, #s20260218abb9c1ae7afa8 .buy_btns .cart_btn, #s20260218abb9c1ae7afa8 .layer_pop .bottom-btn, #s20260218abb9c1ae7afa8 .shop-table > thead, #s20260218abb9c1ae7afa8 .left-menu, #s20260218abb9c1ae7afa8 .shop-table > tbody > tr, {
				;
				}
				#s20260218abb9c1ae7afa8 main, #s20260218abb9c1ae7afa8 .section_wrap.extend_section main, #s20260218abb9c1ae7afa8 .doz_sys.shop_payment .inside, .doz_sys.shop_payment .inside .col-dz, {
					padding-left:0;
					padding-right:0;
				}
				#s20260218abb9c1ae7afa8.mobile_section main .inside {
					padding-left: 0px;
					padding-right: 0px;
				}
				#s20260218abb9c1ae7afa8.section_wrap.extend_section main .widget.board .grid_ignore.bg_on {
					margin-left: -15px;
					margin-right: -15px;
					width: calc(100% + 30px);
				}
				#s20260218abb9c1ae7afa8 .mypage .left-menu ul li a,
				#s20260218abb9c1ae7afa8 .cart .left-menu ul li a,
				#s20260218abb9c1ae7afa8 .mypage .left-menu .cart-menu-slide  {
					background-color:rgba(42,42,42,0);-ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#00424242,endColorstr=#00424242);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#00424242,endColorstr=#00424242);	zoom: 1;;
				}
				.section_wrap .side_gutter {
					display:none !important;
				}
				#s20260218abb9c1ae7afa8 .coupon-wrap:after {
					background: rgba(17, 17, 17, 0) !important;
				}
			}
			@media (max-width: 767px) {
				#s20260218abb9c1ae7afa8 .nav_gradient.slide_left {
					background: linear-gradient(to left, rgba(255, 255, 255, 0), #fff);
				}
				#s20260218abb9c1ae7afa8 .nav_gradient.slide_right {
					background: linear-gradient(to right, rgba(255, 255, 255, 0), #fff);
				}
				#s20260218abb9c1ae7afa8 .button_tab .scroll-to-fixed-fixed ul.site_prod_nav > li {
					border-top: 0;
					border-bottom: 0;
				}
				#s20260218abb9c1ae7afa8 .background_tab .scroll-to-fixed-fixed ul.site_prod_nav > li a.active {
					box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.1);
				}
				.shop_view #s20260218abb9c1ae7afa8 .item_detail .form-select-wrap .dropdown-menu .dropdown-item {
					background: rgba(17, 17, 17, 0) !important;
				}
				.shop_view #s20260218abb9c1ae7afa8 .item_detail .form-select-wrap .dropdown-toggle {
					color:  !important;
				}
				.shop_view #s20260218abb9c1ae7afa8 .item_detail .form-select-wrap.open .dropdown-toggle,
				.shop_view #s20260218abb9c1ae7afa8 .item_detail .form-select-wrap.open .dropdown-menu {
					border-color:  !important;
				}
				.shop_view #s20260218abb9c1ae7afa8 .item_detail .form-select-wrap.open .dropdown-menu .dropdown-item {
					
				}
				.shop_view #s20260218abb9c1ae7afa8 .item_detail .form-select-wrap .dropdown-menu .dropdown-item:hover {
					background-color:  !important;
				}
			}
			@media (min-width: 768px) {
				#s20260218abb9c1ae7afa8 .opt-group .btn_clse {
					background-color: rgba(17, 17, 17, 0);
				}
				#s20260218abb9c1ae7afa8 .opt-group .btn_clse:after {
					box-shadow: 0 10px 0 0 rgba(17, 17, 17, 0);
				}
			}
		
				.doz_sys #s20260218abb9c1ae7afa8 .bg-brand,
				.doz_sys #s20260218abb9c1ae7afa8 .bg-brand span,
				.doz_sys #s20260218abb9c1ae7afa8 .btn-brand {
				;
					background-color:#00b5ff;
					border-color:#00b5ff;
					border-width: 1px;
					color:#fff;
				}
				.doz_sys #s20260218abb9c1ae7afa8 .bg-brand:hover {
					background-color:rgba(0,145,204,1);-ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff00145204,endColorstr=#ff00145204);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff00145204,endColorstr=#ff00145204);	zoom: 1;;
					border-color:rgb(0,145,204) ;border-color:rgba(0,145,204,1) ;;
				}
			
	.device_type_m .pc_section #padding_w20260218097d59cc96fa6 {
		height: 38px !important;
	}
	@media all and (max-width:768px) {
		.pc_section #padding_w20260218097d59cc96fa6 {
			height: 38px !important;
		}
	}

	.device_type_m .pc_section #padding_w202603091c8561e2d36cd {
		height: 7.5px !important;
	}
	@media all and (max-width:768px) {
		.pc_section #padding_w202603091c8561e2d36cd {
			height: 7.5px !important;
		}
	}

	.device_type_m .pc_section #padding_w202603146bfc947d3ff74 {
		height: 6.5px !important;
	}
	@media all and (max-width:768px) {
		.pc_section #padding_w202603146bfc947d3ff74 {
			height: 6.5px !important;
		}
	}

		#text_w20260218cf1546e7abe40 {
					border-radius: 0px;
			border: 0px none #000;;
			min-height: 0px;;
			line-height: inherit;
		}
		#text_w20260218cf1546e7abe40 .fr-code-view {
			line-height: 1.6;
		}
		#text_w20260218cf1546e7abe40 .text_bg_img,
		#text_w20260218cf1546e7abe40 .text_bg_color {
			position: absolute;
			top: 0;
			left: 0;
			height: 100%;
			width: 100%;
			border-radius: 0px;
		}
		.admin #text_w20260218cf1546e7abe40,
		#text_w20260218cf1546e7abe40 .text-table {
			min-height: 0px;;
					word-break: normal;
			word-wrap: break-word;
		}
        #text_w20260218cf1546e7abe40,
        #text_w20260218cf1546e7abe40 .text-table {
            display: flex;
            flex-direction: column;
            justify-content:flex-start ;
        }
		.doz_sys main > .doz_row #text_w20260218cf1546e7abe40.default_padding {
			padding-left: 32px;
			padding-right: 32px;
		}
		@media all and (max-width : 767px) {
			.doz_sys main > .doz_row #text_w20260218cf1546e7abe40.default_padding {
				padding-left: 15px;
				padding-right: 15px;
			}
		}
	
		#text_w20260308b9deba0e5e1e0 {
					border-radius: 0px;
			border: 0px none #000;;
			min-height: 0px;;
			line-height: inherit;
		}
		#text_w20260308b9deba0e5e1e0 .fr-code-view {
			line-height: 1.6;
		}
		#text_w20260308b9deba0e5e1e0 .text_bg_img,
		#text_w20260308b9deba0e5e1e0 .text_bg_color {
			position: absolute;
			top: 0;
			left: 0;
			height: 100%;
			width: 100%;
			border-radius: 0px;
		}
		.admin #text_w20260308b9deba0e5e1e0,
		#text_w20260308b9deba0e5e1e0 .text-table {
			min-height: 0px;;
					word-break: normal;
			word-wrap: break-word;
		}
        #text_w20260308b9deba0e5e1e0,
        #text_w20260308b9deba0e5e1e0 .text-table {
            display: flex;
            flex-direction: column;
            justify-content:flex-start ;
        }
		.doz_sys main > .doz_row #text_w20260308b9deba0e5e1e0.default_padding {
			padding-left: 32px;
			padding-right: 32px;
		}
		@media all and (max-width : 767px) {
			.doz_sys main > .doz_row #text_w20260308b9deba0e5e1e0.default_padding {
				padding-left: 15px;
				padding-right: 15px;
			}
		}
	
	.device_type_m .pc_section #padding_w20260314ac50e6fff830e {
		height: 6.5px !important;
	}
	@media all and (max-width:768px) {
		.pc_section #padding_w20260314ac50e6fff830e {
			height: 6.5px !important;
		}
	}

		#text_w20260218dcc83a1cf392c {
					border-radius: 0px;
			border: 0px none #000;;
			min-height: 0px;;
			line-height: inherit;
		}
		#text_w20260218dcc83a1cf392c .fr-code-view {
			line-height: 1.6;
		}
		#text_w20260218dcc83a1cf392c .text_bg_img,
		#text_w20260218dcc83a1cf392c .text_bg_color {
			position: absolute;
			top: 0;
			left: 0;
			height: 100%;
			width: 100%;
			border-radius: 0px;
		}
		.admin #text_w20260218dcc83a1cf392c,
		#text_w20260218dcc83a1cf392c .text-table {
			min-height: 0px;;
					word-break: normal;
			word-wrap: break-word;
		}
        #text_w20260218dcc83a1cf392c,
        #text_w20260218dcc83a1cf392c .text-table {
            display: flex;
            flex-direction: column;
            justify-content:flex-start ;
        }
		.doz_sys main > .doz_row #text_w20260218dcc83a1cf392c.default_padding {
			padding-left: 32px;
			padding-right: 32px;
		}
		@media all and (max-width : 767px) {
			.doz_sys main > .doz_row #text_w20260218dcc83a1cf392c.default_padding {
				padding-left: 15px;
				padding-right: 15px;
			}
		}
	#w202603098b7fa6e1e8bf6 .btn_d8e2669c68042{background-color:#FFFFFF00;color:#818181E8 !important;border-color:#000000E8;border-radius:;border-width:0px;}@media (min-width: 991px) {#w202603098b7fa6e1e8bf6 .btn_d8e2669c68042:hover {background-color:#FFFFFF00;color:#F5F5F5FF !important;border-color:#00000000;border-width:0px;}}#w202603098b7fa6e1e8bf6 .btn_d8e2669c68042{font-size:14px;padding-left:0px;padding-right:0px;padding-top:0px;padding-bottom:0px;letter-spacing:0px;}#w202603098b7fa6e1e8bf6 .btn_qKnPaoRD68{background-color:#FFFFFF00;color:#818181FF !important;border-color:#00000000;border-radius:;border-width:0px;}@media (min-width: 991px) {#w202603098b7fa6e1e8bf6 .btn_qKnPaoRD68:hover {background-color:#FFFFFF00;color:#F5F5F5FF !important;border-color:#00000000;border-width:0px;}}#w202603098b7fa6e1e8bf6 .btn_qKnPaoRD68{font-size:14px;padding-left:0px;padding-right:0px;padding-top:0px;padding-bottom:0px;letter-spacing:0px;}
	#w202603098b7fa6e1e8bf6 .btn-blocked .btn-group {
		display: block;
	}
	#w202603098b7fa6e1e8bf6 .btn-blocked .btn-group > .btn {
		float: none;
	}
  #w202603098b7fa6e1e8bf6 .button_wrap.btn-group-justified,
  #w202603098b7fa6e1e8bf6 .button_wrap.btn-blocked {
   margin-bottom: -30px;
  }
  #w202603098b7fa6e1e8bf6 .button_wrap:not(.btn-group-justified):not(.btn-blocked) {
      display: flex;
      flex-wrap: wrap;
      gap: 30px;
      justify-content: flex-start;
  }
	#w202603098b7fa6e1e8bf6 .btn-group-justified.button_wrap,
	#w202603098b7fa6e1e8bf6 .btn-blocked.button_wrap {
		margin-bottom: 0;
	}

	.device_type_m .pc_section #padding_w20260218fda6c6a722e68 {
		height: 168px !important;
	}
	@media all and (max-width:768px) {
		.pc_section #padding_w20260218fda6c6a722e68 {
			height: 168px !important;
		}
	}

		#text_w20260218d968d7cc2f103 {
					border-radius: 0px;
			border: 0px none #000;;
			min-height: 0px;;
			line-height: inherit;
		}
		#text_w20260218d968d7cc2f103 .fr-code-view {
			line-height: 1.6;
		}
		#text_w20260218d968d7cc2f103 .text_bg_img,
		#text_w20260218d968d7cc2f103 .text_bg_color {
			position: absolute;
			top: 0;
			left: 0;
			height: 100%;
			width: 100%;
			border-radius: 0px;
		}
		.admin #text_w20260218d968d7cc2f103,
		#text_w20260218d968d7cc2f103 .text-table {
			min-height: 0px;;
					word-break: normal;
			word-wrap: break-word;
		}
        #text_w20260218d968d7cc2f103,
        #text_w20260218d968d7cc2f103 .text-table {
            display: flex;
            flex-direction: column;
            justify-content:flex-start ;
        }
		.doz_sys main > .doz_row #text_w20260218d968d7cc2f103.default_padding {
			padding-left: 32px;
			padding-right: 32px;
		}
		@media all and (max-width : 767px) {
			.doz_sys main > .doz_row #text_w20260218d968d7cc2f103.default_padding {
				padding-left: 15px;
				padding-right: 15px;
			}
		}
	
		#text_w20260218b0b3c816164a4 {
					border-radius: 0px;
			border: 0px none #000;;
			min-height: 0px;;
			line-height: inherit;
		}
		#text_w20260218b0b3c816164a4 .fr-code-view {
			line-height: 1.6;
		}
		#text_w20260218b0b3c816164a4 .text_bg_img,
		#text_w20260218b0b3c816164a4 .text_bg_color {
			position: absolute;
			top: 0;
			left: 0;
			height: 100%;
			width: 100%;
			border-radius: 0px;
		}
		.admin #text_w20260218b0b3c816164a4,
		#text_w20260218b0b3c816164a4 .text-table {
			min-height: 0px;;
					word-break: normal;
			word-wrap: break-word;
		}
        #text_w20260218b0b3c816164a4,
        #text_w20260218b0b3c816164a4 .text-table {
            display: flex;
            flex-direction: column;
            justify-content:flex-start ;
        }
		.doz_sys main > .doz_row #text_w20260218b0b3c816164a4.default_padding {
			padding-left: 32px;
			padding-right: 32px;
		}
		@media all and (max-width : 767px) {
			.doz_sys main > .doz_row #text_w20260218b0b3c816164a4.default_padding {
				padding-left: 15px;
				padding-right: 15px;
			}
		}
	
		#text_w202602187db603269de23 {
					border-radius: 0px;
			border: 0px none #000;;
			min-height: 0px;;
			line-height: inherit;
		}
		#text_w202602187db603269de23 .fr-code-view {
			line-height: 1.6;
		}
		#text_w202602187db603269de23 .text_bg_img,
		#text_w202602187db603269de23 .text_bg_color {
			position: absolute;
			top: 0;
			left: 0;
			height: 100%;
			width: 100%;
			border-radius: 0px;
		}
		.admin #text_w202602187db603269de23,
		#text_w202602187db603269de23 .text-table {
			min-height: 0px;;
					word-break: normal;
			word-wrap: break-word;
		}
        #text_w202602187db603269de23,
        #text_w202602187db603269de23 .text-table {
            display: flex;
            flex-direction: column;
            justify-content:flex-start ;
        }
		.doz_sys main > .doz_row #text_w202602187db603269de23.default_padding {
			padding-left: 32px;
			padding-right: 32px;
		}
		@media all and (max-width : 767px) {
			.doz_sys main > .doz_row #text_w202602187db603269de23.default_padding {
				padding-left: 15px;
				padding-right: 15px;
			}
		}
	
	.device_type_m .pc_section #padding_w20260218087743efad20d {
		height: 15px !important;
	}
	@media all and (max-width:768px) {
		.pc_section #padding_w20260218087743efad20d {
			height: 15px !important;
		}
	}

	.footer-section {
	;
		background-color                                                               : #f8f8f8;
	;
		color                                                                          : #d7d7d7;
		font-size        :11px;
	;
	 background-size : cover; background-repeat: no-repeat; background-position : ; text-align : center;
		padding-top                                                                    : 0px;
		padding-bottom                                                                 : 0px;
			}

	.doz_sys .footer-section a {
	;
		color   : #d7d7d7 !important;
	}
	.doz_sys .footer-section .use_sub_name:hover>a>.plain_name:before {
		color   : #d7d7d7;
	}
	.footer-section .custom-text {
		margin-top : 5px;
		margin-bottom: 10px;
	}

	.footer-section .custom-text .custom-text-info {
		font-size        :11px;
	}

	.foot-main-nav {
		font-size        :11px;
	}

	.foot-foot-nav {
		font-size        :11px;
	}

	.foot-foot-nav .policy_menu, .foot-foot-nav .footer_menu {
		float : left;
	}
	.footer-section .site-brand {
		font-size        :11px;
		margin-bottom : 0.8em;
	}

	.footer-section .copryright-area {
		font-size        :11px;
	}

	.footer-section .nav.nav-stacked.footer-all-nav {
		display     : inline-block;
	}

	.footer-section .nav.nav-stacked.footer-all-nav li {
		float : left;
	}

	.footer-section .nav.nav-stacked.footer-all-nav li a {
		padding   : 3px 7.5px;
		font-size        :11px;
	}


	.footer-section .nav.nav-stacked.footer-all-nav li a:hover {
		background : none;
		opacity    : 1;
	}

	.nav-stacked > li + li {
		margin-top : 0;
	}

	.footer-section .foot-sociallink {
		display : inline-block;
	}

	.footer-section .foot-sociallink .btn-group {
		display : block;
	}

	.footer-section .foot-sociallink .btn-group .btn {
		background    : none;
		font-size     : 20px;
		border-radius : 0;
		border        : none;
		border-color: transparent;
		padding       : 0 12px;
	}

	.footer-section .foot-sociallink .btn-group .btn i {
	;
		color : #d7d7d7;
	}
	.footer-section .foot-sociallink .btn-group .btn i.icon_naver {
		font-family: "Arial Black", "AvenirNext-Heavy";
		transform: translateY(-1px);
		font-style: normal;
	}
	.footer-section .foot-sociallink .btn-group .btn:hover {
		opacity : 0.7;
		color   : inherit;
	}
	#doz_footer .footer-section .foot-app-menu {
		margin-top: 30px;
		display: inline-block;
	}
	#doz_footer .footer-section .foot-app-menu > div {
		float:left;
		margin: 2.5px;
	}
	#doz_footer .footer-section .foot-app-menu .btn {
		width: 195px;
		height: 60px;
		padding: 0 24px;
		color:#fff;
	}
	#doz_footer .footer-section .foot-app-menu .sm-txt {
		font-size: 11px;
		color: #999;
		letter-spacing: 0;
	}
	#doz_footer .footer-section .foot-app-menu .lg-txt {
		font-size: 15px;
		font-weight: bold;
		letter-spacing: 0;
		color: #fff;
	}
	@media (max-width : 992px) {
		.foot-main-nav, .foot-foot-nav, .footer-section .foot-sociallink {
			margin : 7px 0;
		}

		.footer-section {
			font-size : 14px;
		}

		.footer-section .footer-wrap {
			padding : 0;
		}

		.footer-section .foot-sociallink {
			position : inherit;
			order    : 4;
		}

		.footer-section .nav.nav-stacked.footer-all-nav li, .foot-foot-nav .policy_menu, .foot-foot-nav .footer_menu {
			float   : none;
			display : inline-block;
		}
	}
	@media (max-width:640px) {
		#doz_footer .footer-section .foot-app-menu {
			display: table;
			margin-top: 20px;
			width: 100%;
		}
		#doz_footer .footer-section .foot-app-menu .btn {
			width: 100%;
			padding: 0 10px;
			letter-spacing: 0;
		}
		#doz_footer .footer-section .foot-app-menu > div {
			float: none;
			margin: 0;
			display: table-cell;
			padding: 0 2.5px 0 0;
			width: 50%;
		}
		#doz_footer .footer-section .foot-app-menu > div.apple {
			padding: 0 0 0 2.5px;
		}
		#doz_footer .footer-section .foot-app-menu .lg-txt {
			font-size:14px;
		}

	}
	@media all and (min-width:320px) and (max-width:639px) {
		#doz_footer .footer-section .foot-app-menu .btn {
			padding: 0 8px;
		}
	}
    #doz_footer .footer-section .footer-company-info__item {
        display: inline-block;
        margin-right: 8px;
    }
    #doz_footer .footer-section .footer-company-info #footer-company-info-line {
        margin: 10px 0;
    }





    







    /* 상세페이지 초기화 및 기본 폰트 설정 */



    #ailume-safe-wrap * {



        box-sizing: border-box;



    }



    #ailume-safe-wrap {



        max-width: 1080px; 



        width: 100%;



        margin: 0 auto;



        font-family: 'Pretendard', 'Noto Sans KR', sans-serif;



        background-color: #ffffff;



        color: #1f2937;



        line-height: 1.5;



    }



    #ailume-safe-wrap h2, #ailume-safe-wrap h3, #ailume-safe-wrap h4, #ailume-safe-wrap h5, #ailume-safe-wrap p, #ailume-safe-wrap ul {



        margin: 0;



        padding: 0;



        word-break: keep-all; 



    }







    /* 그라데이션 텍스트 */



    .ailume-gradient-text {



        background: linear-gradient(135deg, #6366f1, #ec4899);



        -webkit-background-clip: text;



        -webkit-text-fill-color: transparent;



    }







    /* 무한 스크롤 및 애니메이션 규칙 */



    @keyframes ailume-marquee {



        0% { transform: translateX(0); }



        100% { transform: translateX(-50%); }



    }



    @keyframes ailume-pulse {



        0%, 100% { opacity: 1; }



        50% { opacity: .6; }



    }



    



    /* 무한 스크롤 컨테이너 설정 */



    .ailume-gallery-wrapper {



        position: relative; 



        width: 100%; 



        overflow: hidden;



    }



    .ailume-gallery-container {



        display: flex;



        width: max-content;



        animation: ailume-marquee 30s linear infinite;



        padding: 10px 0;



    }



    



    /* PC(마우스 환경)에서만 오버 시 멈춤, 모바일(터치)은 계속 흘러가게! */



    @media (hover: hover) and (pointer: fine) {



        .ailume-gallery-container:hover {



            animation-play-state: paused;



        }



    }



    @media (max-width: 767px) {



        .ailume-gallery-container:hover, 



        .ailume-gallery-container:active {



            animation-play-state: running !important;



        }



    }







    /* 아임웹의 투명한 <p> 태그 여백 강제 제거 (완벽 밀착) */



    .ailume-hero-wrapper p,



    .ailume-gallery-item p,



    .ailume-gift-item p {



        margin: 0 !important;



        padding: 0 !important;



        line-height: 0 !important;



        width: 100% !important;



        height: 100% !important;



        display: block !important;



    }







    /* 1. 메인 히어로 이미지 영역 */



    .ailume-hero-wrapper {



        width: 100%; 



        aspect-ratio: 21/9; 



        min-height: 240px; 



        background-color: #e5e7eb; 



        position: relative; 



        display: flex; 



        align-items: center; 



        justify-content: center; 



        overflow: hidden;



    }



    .ailume-hero-wrapper img {

        display: block !important; 

        width: 100% !important; 

        height: 100% !important; 

        min-width: 100% !important; 

        min-height: 100% !important; 

        max-width: none !important;

        max-height: none !important;

        object-fit: cover !important; 

        object-position: center !important;

        margin: 0 !important;

        padding: 0 !important;

        border: none !important;

        opacity: 0.9 !important; /* 💡 투명도를 살짝 올려 GIF가 더 선명하게 보이게 함 */

        mix-blend-mode: normal !important; /* 💡 GIF 가림 현상의 주범인 multiply를 normal로 무력화! */

        -webkit-transform: scale(1) translateZ(0) !important; /* 💡 마우스 올리기 전에도 강제 렌더링(GPU 가속)을 켜서 버그 방지 */

        transform: scale(1) translateZ(0) !important;

        -webkit-transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.6s !important;

        transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.6s !important;

    }



    .ailume-hero-wrapper:hover img {



        -webkit-transform: scale(1.05) !important;



        transform: scale(1.05) !important;



        opacity: 0.9 !important;



    }







    /* 2. 갤러리 이미지 아이템 */



    .ailume-gallery-item {



        width: 256px;



        height: 144px;



        border-radius: 16px;



        overflow: hidden;



        box-shadow: 0 4px 6px -1px rgba(0,0,0,0.1);



        position: relative;



        background-color: #e5e7eb;



        border: 1px solid #f3f4f6;



        flex-shrink: 0;



        margin: 0 8px !important;



        -webkit-transform: translateZ(0);



        transform: translateZ(0);



        -webkit-mask-image: -webkit-radial-gradient(white, black);



    }



    @media (min-width: 768px) {



        .ailume-gallery-item { width: 320px; height: 180px; } 



    }



    .ailume-gallery-item img {



        display: block !important;



        width: 100% !important;



        height: 100% !important;



        min-width: 100% !important; 



        min-height: 100% !important;



        max-width: none !important;



        max-height: none !important;



        object-fit: cover !important;



        object-position: center !important;



        margin: 0 !important;



        padding: 0 !important;



        border: none !important;



        opacity: 0.9;



        -webkit-transform: scale(1);



        transform: scale(1);



        -webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) !important;



        transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) !important;



    }



    .ailume-gallery-item:hover img {



        -webkit-transform: scale(1.08) !important;



        transform: scale(1.08) !important;



        opacity: 1 !important;



    }







    /* 3. 기프트 (보너스 혜택) 이미지 영역 */



    .ailume-gift-item {



        width: 100%; 



        aspect-ratio: 16/9; 



        background-color: white; 



        border-radius: 12px; 



        overflow: hidden; 



        border: 1px solid #dbeafe; 



        position: relative; 



        box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.05);



        -webkit-transform: translateZ(0);



        transform: translateZ(0);



        -webkit-mask-image: -webkit-radial-gradient(white, black);



    }



    .ailume-gift-item img {



        display: block !important; 



        width: 100% !important; 



        height: 100% !important; 



        min-width: 100% !important; 



        min-height: 100% !important; 



        max-width: none !important;



        max-height: none !important;



        object-fit: cover !important; 



        object-position: center !important;



        opacity: 0.9;



        margin: 0 !important;



        padding: 0 !important;



        border: none !important;



        -webkit-transform: scale(1);



        transform: scale(1);



        -webkit-transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.4s !important;



        transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.4s !important;



    }



    .ailume-gift-item:hover img {



        -webkit-transform: scale(1.08) !important;



        transform: scale(1.08) !important;



        opacity: 1 !important;



    }







    /* 💡 4. 하단 CTA 배너 전용 디자인 */



    .ailume-cta-banner {

        background: linear-gradient(135deg, #24224c, #171536); /* 깔끔하고 차분한 딥 네이비 배경 */

        border-radius: 24px; padding: 48px 24px; text-align: center; color: white; position: relative; overflow: hidden; box-shadow: 0 20px 40px -10px rgba(0, 0, 0, 0.3); margin-bottom: 24px;

    }

    @media (min-width: 768px) { .ailume-cta-banner { padding: 64px 40px; } }

    

    /* 버튼 반짝임 (Shimmer Effect) */

    .ailume-btn-shimmer {

        display: inline-flex; align-items: center; justify-content: center; margin-top: 16px; padding: 20px 48px; background: linear-gradient(135deg, #ec4899, #8b5cf6, #6366f1); color: white !important; font-weight: 900; font-size: 18px; border-radius: 9999px; text-decoration: none !important; box-shadow: 0 10px 30px -5px rgba(236, 72, 153, 0.5); -webkit-transition: all 0.3s ease !important; transition: all 0.3s ease !important; position: relative; overflow: hidden;

    }

    @media (min-width: 768px) { .ailume-btn-shimmer { font-size: 22px; padding: 24px 64px; } }

    

    .ailume-btn-shimmer::before {

        content: ''; position: absolute; top: 0; left: -100%; width: 50%; height: 100%; background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,0.4) 50%, rgba(255,255,255,0) 100%); transform: skewX(-20deg); animation: ailume-shimmer-pass 3s infinite;

    }

    @keyframes ailume-shimmer-pass { 0% { left: -100%; } 20% { left: 200%; } 100% { left: 200%; } }

    .ailume-btn-shimmer:hover { -webkit-transform: translateY(-6px) scale(1.02) !important; transform: translateY(-6px) scale(1.02) !important; box-shadow: 0 25px 40px -5px rgba(236, 72, 153, 0.7); }

    

    .ailume-sub-button {

        display: inline-flex; align-items: center; justify-content: center; padding: 14px 24px; background-color: rgba(255,255,255,0.05); color: #c7d2fe !important; font-weight: 800; font-size: 15px; border-radius: 12px; border: 1px solid rgba(255,255,255,0.2); text-decoration: none !important; -webkit-transition: all 0.3s ease !important; transition: all 0.3s ease !important; margin-top: auto; width: 100%;

    }

    .ailume-sub-button:hover { background-color: rgba(255,255,255,0.15); border-color: white; color: white !important; box-shadow: 0 0 15px rgba(255,255,255,0.1); }



    /* 깔끔한 단색 카드 디자인 */

    .ailume-clean-card {

        background: rgba(0, 0, 0, 0.15); border: 1px solid rgba(255, 255, 255, 0.08); border-radius: 20px; padding: 32px; display: flex; flex-direction: column; position: relative; overflow: hidden;

    }



    /* 슬롯머신(다이얼) 애니메이션 */

    .ailume-slot-window {

        height: 48px; overflow: hidden; display: inline-block; vertical-align: middle; background: rgba(0,0,0,0.3); border-radius: 12px; padding: 0 16px; width: 100%; box-shadow: inset 0 2px 10px rgba(0,0,0,0.3);

        -webkit-mask-image: linear-gradient(to bottom, transparent 0%, black 20%, black 80%, transparent 100%); mask-image: linear-gradient(to bottom, transparent 0%, black 20%, black 80%, transparent 100%);

    }

    .ailume-slot-list { margin: 0; padding: 0; list-style: none; animation: ailume-slot-anim 8s cubic-bezier(0.2, 0.8, 0.2, 1) infinite; text-align: center; }

    .ailume-slot-list li { height: 48px; line-height: 48px; font-size: 17px; font-weight: 900; color: #ffffff; white-space: nowrap; text-shadow: 0 0 12px rgba(255,255,255,0.6); overflow: hidden; text-overflow: ellipsis; }

    @media (max-width: 480px) { .ailume-slot-list li { font-size: 15px; } }

    @keyframes ailume-slot-anim {

        0%, 15%   { transform: translateY(0); filter: blur(0); opacity: 1; }

        17%       { filter: blur(2px); opacity: 0.7; }

        20%, 40%  { transform: translateY(-48px); filter: blur(0); opacity: 1; }

        42%       { filter: blur(2px); opacity: 0.7; }

        45%, 65%  { transform: translateY(-96px); filter: blur(0); opacity: 1; }

        67%       { filter: blur(2px); opacity: 0.7; }

        70%, 90%  { transform: translateY(-144px); filter: blur(0); opacity: 1; }

        92%       { filter: blur(2px); opacity: 0.7; }

        95%, 100% { transform: translateY(-192px); filter: blur(0); opacity: 1; }

    }



    /* 그리드 및 여백 시스템 */

    .ailume-grid-2 { display: grid; grid-template-columns: 1fr; gap: 24px; margin-top: 32px; }

    @media (min-width: 768px) {

        .ailume-grid-2 { grid-template-columns: 1fr 1fr; gap: 32px;}

    }

    .ailume-section { padding: 48px 24px; border-bottom: 8px solid #f9fafb; }

    @media (min-width: 768px) { .ailume-section { padding: 80px 48px; } }




  p, span, div, h1, h2, h3, h4, h5, h6 {

    word-break: keep-all !important;

  }



  a.bt.bt-l.bt-1.lock.style {

    font-family: 'Pretendard', sans-serif !important;

    font-weight: 700 !important;

    line-height: 1.6 !important;

  }



  .row_title_fade_link {

    overflow: visible !important;

  }



		.new_header_site .mobile_slide_menu_container.slide_open .mobile_slide_menu,
		.new_header_site .mobile_slide_menu_container .mobile_slide_menu,
		.admin.new_header_mode .mobile_slide_menu_container.slide_open .mobile_slide_menu,
		.admin.new_header_mode .mobile_slide_menu_container .mobile_slide_menu {
			background: #fff !important;
		}
		.new_header_site .mobile_slide_menu_container .mobile_slide_menu .viewport-nav.mobile li li ul,
		.admin.new_header_mode .mobile_slide_menu_container .mobile_slide_menu .viewport-nav.mobile li li ul {
			background: transparent;
		}
		.mobile_slide_menu_container .mobile_slide_menu .profile-area {
			background: #2b2b2b;
			margin-bottom:0 ;
		}
		.mobile_slide_menu_container .mobile_slide_menu .profile-area .member-info,
		.mobile_slide_menu_container .mobile_slide_menu .profile-area .btn-group,
		.mobile_slide_menu_container .mobile_slide_menu .profile-area .member-info.guest button {
			color: #fff;
		}
		.mobile_slide_menu_container .mobile_slide_menu .profile-area .member-info.guest button {
				border-color:rgb(255,255,255) ;border-color:rgba(255,255,255,0.2) ;		}
		.mobile_slide_menu_container .viewport-nav.mobile li li a.has_child.open > span,
		.mobile_slide_menu_container .viewport-nav.mobile li li a.has_child.open:after,
		.mobile_slide_menu_container .viewport-nav.mobile li li a span {
			color: rgba(33, 33, 33, 0.89);
		}
		.mobile_slide_menu_container .viewport-nav.mobile li a {
			color: rgba(33, 33, 33, 0.89);
			letter-spacing: 0px;
		}
		.mobile_slide_menu_container .viewport-nav.mobile li.use_sub_name:hover>a:not(.active)>.plain_name:before {
			color: rgba(33, 33, 33, 0.89);
		}
		.mobile_slide_menu_container .viewport-nav.mobile li li.use_sub_name:hover>a:not(.active)>.plain_name {
			color: transparent;
		}
		.mobile_slide_menu_container .viewport-nav.mobile li li.use_sub_name:hover>a:not(.active)>.plain_name:before {
			position: absolute;
			color: rgba(33, 33, 33, 0.89);
			left: auto;
			right: auto;
		}
		.mobile_slide_menu_container .viewport-nav.mobile li a.active-real {
			background: #f5f5f5;
			color: #0519aa;
		}
		.mobile_slide_menu_container .viewport-nav.mobile li a.active-real span,
		.mobile_slide_menu_container .viewport-nav.mobile li a.has_child.open.active-real span {
			color: #0519aa;
		}
		.mobile_slide_menu_container .viewport-nav.mobile li.depth-01 {
			border-top: 0px solid #f3f3f3;
		}
		.mobile_slide_menu_container .viewport-nav.mobile li.depth-01:last-child {
			border-bottom: 0px solid #f3f3f3;
		}
		.mobile_slide_menu_container .viewport-nav.mobile li.depth-01 ul{
			display : none; 		}
		.mobile_slide_menu_container .viewport-nav.mobile li.depth-01 > a {
			font-size: 20px;
		}
		.mobile_slide_menu_container .viewport-nav.mobile li li a {
			font-size: 19px !important;
		}
		.mobile_slide_menu_container .viewport-nav.mobile li li:last-child a,
		.mobile_slide_menu_container .viewport-nav.mobile li li li:last-child a,
		.mobile_slide_menu_container .viewport-nav.mobile li > ul.collapse,
		.mobile_slide_menu_container .viewport-nav.mobile li li > ul.collapse,
		.mobile_slide_menu_container .viewport-nav.mobile li > ul.collapsing[aria-expanded=false],
		.mobile_slide_menu_container .viewport-nav.mobile li li > ul.collapsing[aria-expanded=false] {
			margin-bottom : 0;
		}
		.mobile_slide_menu_container .viewport-nav.mobile li > ul,
		.mobile_slide_menu_container .viewport-nav.mobile li li > ul,
		.mobile_slide_menu_container .viewport-nav.mobile li > ul.collapse.in,
		.mobile_slide_menu_container .viewport-nav.mobile li li > ul.collapse.in,
		.mobile_slide_menu_container .viewport-nav.mobile li > ul.collapsing[aria-expanded=true],
		.mobile_slide_menu_container .viewport-nav.mobile li li > ul.collapsing[aria-expanded=true] {
			margin-bottom: 14px;
		}
		.mobile_slide_menu_container .viewport-nav.mobile li li li:first-child a {
			margin-top: 0;
		}
					.mobile_slide_menu_container .viewport-nav.mobile li.depth-01:first-of-type {
				padding-top: 10px;
			}
			.mobile_slide_menu_container .viewport-nav.mobile li.depth-01 > a {
				padding : 9px 20px 10px;
			}
			.mobile_slide_menu_container .viewport-nav.mobile li > ul,
			.mobile_slide_menu_container .viewport-nav.mobile li li > ul,
			.mobile_slide_menu_container .viewport-nav.mobile li > ul.collapse.in,
			.mobile_slide_menu_container .viewport-nav.mobile li li > ul.collapse.in,
			.mobile_slide_menu_container .viewport-nav.mobile li > ul.collapsing[aria-expanded=true],
			.mobile_slide_menu_container .viewport-nav.mobile li li > ul.collapsing[aria-expanded=true] {
				margin-bottom: 10px;
			}
			.viewport-nav.mobile li a.has_child > .toggle-btn:after {
				padding: 9px 18px 10px;
			}
				.viewport-nav.mobile li a.has_child > .toggle-btn:after {
							font-size: 18px;
					}
		.viewport-nav.mobile li li a.has_child > .toggle-btn:after {
							font-size: 17.1px;
					}
		.navbar-nav .profile-more.open .dropdown-menu li > a {
			background: transparent;
			color: #212121;
			padding: 8px 16px;
		}
				.mobile_slide_menu_container .mobile_slide_menu .profile-area {
			display: none;
		}
						.im-globe {
			display: none;
		}
				.im-globe .globe_icon {
			display: inline-block;
		}
		.im-globe .globe_square,
		.im-globe .globe_circle {
			display: none !important;
		}
				.im-mobile-slide-footer {
			background: #fff;
			color: rgba(33, 33, 33, 0.89);
		}
		.im-mobile-slide-footer .btn {
			color: rgba(33, 33, 33, 0.89);
		}
	


  #topBtn {

    position: fixed;

    bottom: 30px;

    right: 30px;

    width: 60px;

    height: 60px;

    background-color: rgba(0, 0, 0, 0.7);

    color: white;

    font-weight: bold;

    font-size: 14px;

    border-radius: 50%;

    display: flex;

    align-items: center;

    justify-content: center;

    cursor: pointer;

    z-index: 9999;

    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);



    /* 페이드 효과를 위한 초기 상태 */

    opacity: 0;

    pointer-events: none;

    transition: opacity 0.4s ease;

  }



  /* 보이게 만들 클래스 */

  #topBtn.visible {

    opacity: 1;

    pointer-events: auto;

  }

