@charset "UTF-8";

/********************************************************
■ Quick Menu : 퀵메뉴 부분
********************************************************/
/* 상단/하단 이동버튼 & 클릭시 퀵메뉴 */
.at-go { position: fixed; right:80px; bottom:0px; z-index:99; --btn-size:60px; --btn-color:#ddd; --btn-radius:99px; --btn-margin:10px; transition-duration:600ms; }
.scrolled .at-go { bottom:50px; }
.at-go .go-btn { display:flex; flex-direction:column; align-items:flex-end; }

.at-go .go-btn li { border-radius:var(--btn-radius); width:var(--btn-size); height:var(--btn-size); margin-top:var(--btn-margin); cursor:pointer; transition-duration:500ms; color:#fff; }
.at-go .go-btn li:not(:last-child) { backdrop-filter:blur(10px); background:rgba(0,0,0,.2); }
.at-go .go-btn .go-inquiry { background:var(--main-color1); }

.at-go .go-btn li:not(:last-child):hover { width:calc(2.5 * var(--btn-size)); backdrop-filter:blur(0px); }

.at-go .go-btn .kakao:hover { background:var(--kakao-color); color:#333; }
.at-go .go-btn .kakao:hover img { filter:invert(1); }
.at-go .go-btn .naver:hover { background:var(--naver-color); }
.at-go .go-btn .go-cart:hover { background:var(--main-color1); }
.at-go .go-btn .go-order:hover { background:var(--main-color3); }

.at-go .go-btn .go-top { position:relative; display:flex; justify-content:center; align-items:center; border:1px solid var(--btn-color); overflow:hidden; z-index:2; transform:translateY(150px); transition-duration:600ms; transition-delay:400ms; box-shadow:2px 2px 5px rgba(0,0,0,.2); background:rgba(255,255,255,.9); }
.at-go .go-btn .go-top:before { content:""; position:absolute; left:50%; top:50%; transform:translate(-50%, -50%); border-radius:var(--btn-radius); width:0; height:0; background:var(--main-color4, var(--main-color2)); transition-duration:600ms; z-index:-1; }

.scrolled .at-go .go-btn .go-top { transform:translateY(0); transition-delay:0ms; }

.at-go .go-btn .go-top span { position:absolute; left:calc(50% - 1px); top:calc(50% - var(--arrow-height)/2); width:2px; height:var(--arrow-height); background:#111; --arrow-height:12px; }
.at-go .go-btn .go-top span:before,
.at-go .go-btn .go-top span:after { content:""; position:absolute; width:2px; height:8px; border-radius:2px; background:#111; }
.at-go .go-btn .go-top span:before { right:100%; top:-3px; transform:rotate(45deg); }
.at-go .go-btn .go-top span:after { left:100%; top:-3px; transform:rotate(-45deg); }

.at-go .go-btn .go-top:hover { border-color:var(--main-color4, var(--main-color2)); }
.at-go .go-btn .go-top:hover:before { width:120%; height:120%; }
.at-go .go-btn .go-top:hover b { color:#fff; }
.at-go .go-btn .go-top:hover span,
.at-go .go-btn .go-top:hover span:before,
.at-go .go-btn .go-top:hover span:after { background:#fff; }



.at-go .go-btn .btn { display:flex; justify-content:center; align-items:center; width:100%; height:100%; color:inherit; text-align:left; }
.at-go .go-btn .btn b { opacity:0; visibility:hidden; width:0; font-size:.875rem; transition:opacity 400ms 300ms, width 400ms; }
.at-go .go-btn .btn img { width:26px; }
.at-go .go-btn .go-inquiry i { font-size:1.25rem; }

.at-go .go-btn li:hover .btn b { opacity:1; visibility:visible; width:calc(100% - var(--btn-size)); padding-left:10px; }




.m-link { position:fixed; left:0; bottom:0; right:0; background:rgba(0,0,0,.7); display:flex; z-index:50; }
.m-link a { position:relative; flex:1; padding:12px; color:#fff; text-align:center; font-size:.875rem; }
.m-link a:not(:first-child):before { content:""; position:absolute; top:15px; left:0; bottom:15px; width:1px; background:rgba(255,255,255,.5); }

.m-link a span { display:inline-block; width:25px; height:25px; border-radius:5px; background:none no-repeat center/20px; vertical-align:middle; margin:-2px 5px 0; }
.m-link a:nth-child(3) span { background-color:var(--kakao-color); }



.inquiry-box { position:fixed; opacity:0; visibility:hidden; left:50%; top:50%; transform:translate(-50%, -50%); width:90%; max-width:380px; max-height:100vh; overflow:hidden; }
.inquiry-box.on { opacity:1; visibility:visible; z-index:99; }
.inquiry-box.on:before { content:""; position:fixed; left:50%; top:50%; width:100vw; height:100vh; transform:translate(-50%, -50%); background:rgba(0,0,0,.7); z-index:-1; }

.inquiry-box .close-btn { position:absolute; right:0; top:0; font-size:20px; z-index:9; width:30px; text-align:center; background:#111; color:#fff; }

.inquiry-box .c { position:relative; z-index:2; padding:30px; background:var(--main-color3); color:#fff; }
.inquiry-box .header { margin-bottom:20px; font-weight:700; font-size:1.25rem; }

.inquiry-box .form-list { --li-height:45px; --li-margin:5px; }
.inquiry-box ul li { position:relative; border:1px solid rgba(255,255,255,.5); display:flex; align-items:center; min-height:var(--li-height); margin:var(--li-margin) 0; }
.inquiry-box ul li span { width:80px; padding-left:20px; font-weight:600; font-size:.875rem; }

.inquiry-box input,
.inquiry-box textarea,
.inquiry-box select { background:none; border:none; outline:none; }

.inquiry-box input,
.inquiry-box select { width:calc(100% - 90px); height:100%; padding:5px 10px; }
.inquiry-box textarea { width:100%; height:calc(var(--li-height)*2 + var(--li-margin)*1); padding:15px 20px; resize:none; }
.inquiry-box input[type="file"] { display:none; }

.inquiry-box .add-btn,
.inquiry-box .delete-btn { position:absolute; top:calc(50% - var(--li-height)/2 + 7px); right:7px; width:90px; font-size:.875rem; background:#fff; height:calc(var(--li-height) - 14px); line-height:calc(var(--li-height) - 14px); color:#111; text-align:center; font-weight:600; cursor:pointer; }

.inquiry-box .delete-btn { display:none; }
.inquiry-box .privacy-box { text-align:center; margin:10px 0; display:flex; justify-content:center; align-items:center; font-size:.875rem; }
.inquiry-box .privacy-box .fa-square-o { opacity:.3; }
.inquiry-box input[type="checkbox"],
.inquiry-box .fa-check-square-o { display:none; }
.inquiry-box input[type="checkbox"]:checked + label { color:#fff; }
.inquiry-box input[type="checkbox"]:checked + label .fa-check-square-o { display:inline-block; }
.inquiry-box input[type="checkbox"]:checked + label .fa-square-o { display:none; }
.inquiry-box label i { margin-right:2px; }

.inquiry-box select { background-color:transparent !important; background-image:url('../img/select-arrow-white.png') !important; }
.inquiry-box select option { color:#111; }

.inquiry-box .view-agreement { margin-left:10px; width:30px; height:30px; line-height:30px; font-size:.75rem; background:#111; border-radius:99px; color:#fff; }
.inquiry-box #quick_submit_btn { width:100%; margin:0 auto; display:block; background:var(--main-color1); color:#111; padding:10px; font-size:1.125rem; font-weight:600; transition-duration: 500ms; --effect-size:300px; --effect-color:#111; }
.inquiry-box #quick_submit_btn:before { left:50%; top:50%; }
.inquiry-box #quick_submit_btn:hover { background:#111; color:#fff; }

.inquiry-box input:-ms-input-placeholder, .inquiry-box textarea:-ms-input-placeholder { color:#aaa; font-size:.875rem; }
.inquiry-box input::-ms-input-placeholder, .inquiry-box textarea::-ms-input-placeholder { color:#aaa; font-size:.875rem; }
.inquiry-box input::-webkit-input-placeholder, .inquiry-box textarea::-webkit-input-placeholder { color:#aaa; font-size:.875rem; }
.inquiry-box input::-moz-placeholder, .inquiry-box textarea::-moz-placeholder { color:#aaa; font-size:.875rem; }


.inquiry-box .another { margin-top:30px; }
.inquiry-box .another .tit span { font-size:.875rem; font-weight:600; animation:twinkle 1.5s ease-out infinite; color:var(--main-color1); }
.inquiry-box .another .tel { font-size:1.25rem; font-weight: 600; }
.inquiry-box .another a { display:block; margin-top:10px; text-align:center; background:var(--main-color3); mix-blend-mode: hard-light; color:#fff; padding:15px; }
.inquiry-box .another a img { width:30px; }
@keyframes twinkle {
    0%   { opacity:100%; }
    50% { opacity:0; }
    100% { opacity:100%; }

}



@media (max-width: 1400px) {
	.inquiry-box .form-list { padding:0 5%; }
}

@media (max-width: 1200px) {
    .at-go { right:40px; bottom:30px; }

	.inquiry-box .form-list { padding:0; }
}


@media (max-width: 1024px) {
	.inquiry-box .header { margin-bottom:30px; }
	.inquiry-box .header .head { margin-bottom:15px; }

	.inquiry-box .form-list { flex-wrap:wrap; --li-height:40px; --li-margin:10px; }
	.inquiry-box ul { width:100%; }

	.inquiry-box .privacy-box { margin:5px 0; }
}

@media (max-width: 768px) {
    .at-go { right:15px; --btn-size:40px; --btn-margin:5px; }
	.scrolled .at-go { bottom:60px; }
	.at-go .go-btn { bottom: 0px; right: 5px; }

    .at-go .quick-links i { font-size:.875rem; }

	.at-go .go-btn li:not(.go-top) { display:none; }

    .at-go .go-btn .go-top span { --arrow-height:15px; }
    .at-go .go-btn .go-top span:before,
    .at-go .go-btn .go-top span:after { height:9px; }
    .at-go .go-btn .go-top span:before { left:-3px; top:-1px; }
    .at-go .go-btn .go-top span:after { right:-3px; top:-1px; }


    .inquiry-box { overflow-y:auto; }
	.inquiry-box ul li span { width:60px; padding-left:20px; }
	.inquiry-box input { width:calc(100% - 60px); }
	.inquiry-box textarea { padding:15px 20px; }
}

