@charset "utf-8";
/* top header */
#top-header{padding:15px 0;background-color:rgba(255,144,1,0.05)}
#top-header .inner{display:flex;justify-content:space-between;align-items:center}
#top-header h1.text{position:relative;padding-left:15px;font-family:var(--main-font);font-size:14px;font-weight:400;color:#666}
#top-header h1.text::before{position:absolute;content:'';top:50%;left:0;transform:translateY(-50%);width:5px;height:5px;border-radius:50px;background-color:var(--primary)}
#top-header h1.text span{font-weight:400}
#top-header .util-wrap .util-list{display:flex}
#top-header .util-wrap .util-list .util-item{display:flex;align-items:center}
#top-header .util-wrap .util-list .util-item::before{content:'';width:1px;height:9px;background-color:rgba(0, 0, 0, 0.3);margin:0 15px}
#top-header .util-wrap .util-list .util-item:first-child::before{display:none}
#top-header .util-wrap .util-list .util-item .util{font-size:15px;font-weight:700;color:#666}
#top-header .util-wrap .size_set{display:flex;gap:3px;margin-left:15px}
#top-header .util-wrap .size_set .btn--size{all:unset;display:flex;justify-content:center;align-items:center;width:24px;height:24px;border-radius:4px;border:1px solid var(--primary);background-color:#fff;cursor:pointer}
#top-header .util-wrap .size_set .btn--size .material-symbols-outlined{font-size:20px;color:#666}
#top-header .util-wrap .size_set .reset .material-symbols-outlined{transform:scaleX(-1)}

/* main header */
#topNavWrap{position:relative;z-index:50;background-color:#fff;transition:all .3s}

/* main header > hd__util */
#topNavWrap .hd__util{padding:34px 0}
#topNavWrap .hd__util .inner{display:flex;align-items:center;justify-content:space-between;width:100%}

/* 로고 */
#topNavWrap #top_logo{position:relative}

/* 마이페이지 */
#topNavWrap .util-wrap .btn-list{display:flex;gap:12px}
#topNavWrap .util-wrap .btn-item a{position:relative;display:flex;align-items:center;justify-content:center;width:60px;height:60px;background:var(--primary);border-radius:100px}
#topNavWrap .util-wrap .btn-item a.log{background-color:#222}
#topNavWrap .util-wrap .btn-item a svg{stroke:#fff}

/* 전체메뉴 */
#topNavWrap .util-wrap .btn-item a.all-menu{z-index:99;outline:none;border:none;background-color:var(--primary);cursor:pointer}
#topNavWrap .util-wrap .btn-item a.all-menu .menu-tip{position:relative;display:flex;width:24px;height:10px}
#topNavWrap .util-wrap .btn-item a .menu-tip .line{position:absolute;height:2px;background-color:#fff;transition:all .2s}
#topNavWrap .util-wrap .btn-item a .menu-tip .line:first-child{width:24px;margin-bottom:6px;top:0;top:0}
#topNavWrap .util-wrap .btn-item a .menu-tip .line:last-child{width:16px;bottom:0;right:0}
#topNavWrap .util-wrap .btn-item a.all-menu.active .line{top:50%}
#topNavWrap .util-wrap .btn-item a.all-menu.active .line:first-child{transform:translateY(-50%) rotate(-45deg)}
#topNavWrap .util-wrap .btn-item a.all-menu.active .line:last-child{width:24px;transform:translateY(-50%) rotate(45deg)}

/* 메뉴오픈 */
#pfWrap{display:none;position:fixed;top:0;left:-100%;z-index:90;width:100%;height:100%;background-color:rgba(0,0,0,.6);backdrop-filter:blur(10px)}
#pfWrap .bg_wrap{position:absolute;z-index:1;width:30%;margin:0 auto}
#pfWrap .bg{position:absolute;left:0;top:0;width:0;height:100vh;margin-left:0;background:url('./bg2.jpg') left no-repeat;background-size:cover}
.pf_cate{position:absolute;right:0;top:0;width:0;height:100%;background-color:var(--primary)}
.pf_cate > ul{position:absolute;top:50%;transform:translateY(-50%);width:100%;padding:0 15%}
.pf_cate > ul > li{opacity:0;margin-left:100px;padding-bottom:40px;border-bottom:1px solid rgba(255,255,255,.25)}
.pf_cate > ul > li+li{margin-top:40px}
.pf_cate > ul > li > a{display:block;width:max-content;margin-bottom:20px;font-size:32px;font-weight:600;color:#fff}
.pf_cate > ul > li:nth-child(1){animation-delay:.4s}
.pf_cate > ul > li:nth-child(2){animation-delay:.5s}
.pf_cate > ul > li:nth-child(3){animation-delay:.6s}
.pf_cate > ul > li:nth-child(4){animation-delay:.7s}
.pf_cate > ul > li:nth-child(5){animation-delay:.8s}
.pf_cate > ul > li ul{display:flex;flex-wrap:wrap}
.pf_cate > ul > li ul li+li{margin-left:25px}
.pf_cate > ul > li ul a{opacity:0.6;font-size:18px;font-weight:500;color:#fff;transition:all .2s}

/* 상단메뉴  */
#shGnb{border:solid #e1e1e1;border-width:1px 0 1px 0}
#shGnb .inner{display:flex;align-items:center;justify-content:space-between;width:100%}

/* 대분류  */
#shGnb #topNav{display:flex;align-items:center;transform:translateX(-28px)}
#shGnb #topNav:after{display:block;content:"";visibility:hidden;clear:both}
#shGnb #topNav > li{position:relative;padding:0 28px;line-height:80px}
#shGnb #topNav > li > a{display:flex;align-items:center;gap:5px;font-size:18px;font-weight:800;color:#222;transition:all .2s}
#shGnb #topNav > li > a svg{width:20px;height:20px;stroke:#222;transition:stroke 0.2s, transform 0.2s}

/* 소분류 */
#shGnb #topNav .top_nav_s{display:none;position:absolute;width:max-content;min-width:143px;top:65px;left:50%;transform:translateX(-50%);padding:10px 15px;background-color:#fff;border:1px solid #e1e1e1;border-radius:15px}
#shGnb #topNav .top_nav_s li a{display:block;padding:2px 0;font-size:15px;font-weight:400;line-height:1.8;text-align:center;color:#777;transition:color .2s}

/* sns */
#shGnb .sns-box ul{display:flex;align-items:center}
#shGnb .sns-box ul li{display:flex;align-items:center}
#shGnb .sns-box ul li::after{content:'';width:2.5px;height:2.5px;margin:0 14px;background-color:var(--primary);border-radius:50px}
#shGnb .sns-box ul li:last-child::after{display:none}
#shGnb .sns-box ul li a{font-size:15px;font-weight:700;color:var(--primary);transition:color 0.2s}

@media (hover:hover){
.pf_cate > ul > li ul a:hover{opacity:1}
#shGnb #topNav > li:hover > a{color:var(--primary)}
#shGnb #topNav > li > a:hover svg{stroke:var(--primary);transform:rotate(-180deg)}
#shGnb #topNav .top_nav_s li a:hover{color:var(--primary)}
#shGnb .sns-box ul li a:hover{color:#222}
}