@charset "utf-8";
@import url("./font-awesome/css/font-awesome.min.css");
@import url('https://cdn.jsdelivr.net/gh/orioncactus/Pretendard/dist/web/static/Pretendard-dynamic-subset.css');
@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap" rel="stylesheet');

/* ========================== 초기화 [s] */
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary,time, mark, audio, video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section{display:block}
body{background:#fff;font-size:0.81em;font-family:'Pretendard'}
body.open{overflow:hidden;position:absolute;width:100%;height:100%}
h1, h2, h3, h4, h5, h6, input, button, textarea, select{font-family:'Pretendard'}
ol, ul, dl, dt, dd{list-style:none}
blockquote, q{quotes:none}
blockquote:before, blockquote:after,q:before, q:after{content:'';content:none}
table{border-collapse:collapse;border-spacing:0}
input, button{margin:0;padding:0;font-family:'Noto Sans KR'}
input[type="submit"]{cursor:pointer}
button{cursor:pointer}
textarea, select{font-family:'Noto Sans KR'}
select{margin:0}
a{color:#222;text-decoration:none}
label, input, button, select, img{vertical-align:middle}
body{font-size:0.81em}
*, :after, :before{box-sizing:border-box}
*{-webkit-text-size-adjust:none}
.sound_only{display:inline-block !important;position:absolute;top:0;left:0;margin:0 !important;padding:0 !important;font-size:0;line-height:0;border:0 !important;overflow:hidden !important}
:root{--primary:#4f2a92;--black:#27232d;--main-font:'Pretendard';--e-font:'Jost'}
#sh_wrapper{position:relative}

/* fallback */
@font-face {font-family: 'Material Symbols Outlined';font-style: normal;font-weight: 100 700;src: url(https://fonts.gstatic.com/s/materialsymbolsoutlined/v207/kJEhBvYX7BgnkSrUwT8OhrdQw4oELdPIeeII9v6oFsLjBuVY.woff2) format('woff2');}
.material-symbols-outlined {font-family: 'Material Symbols Outlined';font-weight: normal;font-style: normal;font-size: 24px;line-height: 1;letter-spacing: normal;text-transform: none;display: inline-block;white-space: nowrap;word-wrap: normal;direction: ltr;-webkit-font-feature-settings: 'liga';-webkit-font-smoothing: antialiased;}
  
/* ========================== 초기화 [e] */

/* ========================== HEADER */
#sh_hd{z-index:15;width:100%;font-size:15px}
#sh_hd_wrapper{width:100%}

#top_nav_wrap{position:relative;padding:0 210px;display:flex;justify-content:space-between;align-items:center;height:100px;z-index:99}
#r_menu{display:flex}

/* 대분류  */
#top_nav{position:absolute;left:50%;top:50%;transform:translate(-50%, -50%);display:flex;padding-right:40px;letter-spacing:-0.2px;align-items:center}
#top_nav > li{position:relative}
#top_nav > li > a{display:block;padding:0 40px;letter-spacing:0;font-size:17px;line-height:100px;color:#111;transition:all .2s;font-weight:600;font-family:var(--k-font)}

/* 소분류 */
#top_nav > li > ul{display:none;position:absolute;top:90px;left:50%;transform:translateX(-50%);z-index:1002;min-width:150px;width:auto;padding:15px 10px 15px;background-color:#000;text-align:center;border-radius:5px}
#top_nav > li > ul > li{padding:5px 0;font-family:var(--k-font)}
#top_nav > li > ul > li a{font-size:14px;color:#ddd;transition:all .2s}


/* 메뉴 */
.menu_pane{position:fixed;z-index:99}
.menu_pane:after{content:"";position:fixed;top:0;right:0;z-index:-1;width:calc(50% + 228px);height:100%;background:#fff;transition-delay:0s;transition:transform cubic-bezier(0.77, 0.77, 0.175, 1) 0.8s;transform:translateX(128px) translateY(-100%)}
.menu_pane:before{position:fixed;top:0;left:0;width:calc(50% - 228px);height:100%;z-index:-1;content:'';background:url(../img/common/bg.jpg) #0c0c0c no-repeat center;background-size:cover;transition:transform cubic-bezier(0.77, 0, 0.175, 1) 0.8s;transform:translateX(-100%) translateY(0%)}
.menu_pane_content{display:none;position:fixed;top:0;right:0;width:calc(50% + 228px);height:100%;font-size:70px}
.menu_pane_list{position:absolute;right:0;top:0;width:100%;margin-top:100px;padding:0 25% 0 15%;font-family:var(--k-font)}
.menu_list_item{position:relative;opacity:0;padding:0px 60px;margin-top:50px}
.menu_list_item a{transition:all .5s}
.menu_pane_wrap{position:absolute;right:210px;top:0}
.menu_pane_wrap.nav-active .menu_pane{visibility:visible}
.menu_pane_wrap.nav-active .menu_pane:after,.menu_pane_wrap.nav-active .menu_pane:before{-webkit-transform:translateX(0%) translateY(0%);transform:translateX(0%) translateY(0%);transition-delay:.1s}
.menuall{display:flex;align-items:center;gap:20px;font-weight:600;font-family:var(--e-font)}

/* 메뉴 열림 */
.menu_pane_content > ul > li{opacity:0;padding:40px 0;border-bottom:1px solid rgba(0,0,0,.25)}
.menu_pane_content > ul > li+li{margin-top:40px}
.menu_pane_content > ul > li > a{display:block;width:max-content;margin-bottom:20px;font-size:32px;font-weight:600;color:#111}
.menu_pane_content > ul > li:nth-child(1){animation-delay:.4s}
.menu_pane_content > ul > li:nth-child(2){animation-delay:.5s}
.menu_pane_content > ul > li:nth-child(3){animation-delay:.6s}
.menu_pane_content > ul > li:nth-child(4){animation-delay:.7s}
.menu_pane_content > ul > li:nth-child(5){animation-delay:.8s}
.menu_pane_content > ul > li ul{display:flex;flex-wrap:wrap}
.menu_pane_content > ul > li ul li{line-height:15px}
.menu_pane_content > ul > li ul li+li{margin-left:25px}
.menu_pane_content > ul > li ul a{opacity:0.6;font-size:18px;font-weight:500;color:#111;transition:all .2s}

/* 메뉴버튼 */
#pfBtn{width:60px;height:60px;background-color:#f5f5f5;border-radius:10px;display:flex;position:relative;top:0;z-index:101;cursor:pointer;transition:all .2s}
#pfBtn span{display:block;position:relative;width:25px;height:2px;margin:auto;background:#111;transition:all .2s}
#pfBtn span:before, #pfBtn span:after{display:block;content:"";position:absolute;top:0;right:0;width:25px;height:2px;background:#111;transition:all .2s}
#pfBtn span:before{top:-8px}
#pfBtn span:after{top:8px}
#pfBtn.active{background:transparent}
#pfBtn.active span{border:none;background:transparent}
#pfBtn.active span:after{top:0;transform:rotate(-45deg);background:#111}
#pfBtn.active span:before{top:0;transform:rotate(45deg);background:#111}

/* 상단 버튼 및 오픈메뉴 */
#topmenuM{display:none;width:100%;line-height:1.8;padding:15px}
#m_navBtn{position:absolute;top:50%;right:15px;z-index:30;width:30px;height:30px;transform:translateY(-50%)}
#m_navBtn span{display:block;position:relative;top:50%;width:100%;height:2px;transform:translateY(-50%)}
#m_navBtn span::before{display:block;position:absolute;top:-6px;width:100%;height:100%;background-color:var(--primary);content:""}
#m_navBtn span::after{display:block;position:absolute;top:6px;right:0%;width:40%;height:100%;background-color:var(--primary);content:""}
#m_navBtn.on{position:fixed;top:27px}
#m_navBtn.on span:before{top:0;right:-4px;transform:rotate(45deg);background-color:#000}
#m_navBtn.on span:after{top:0;right:-4px;width:100%;transform:rotate(-45deg);background-color:#222}
#navWrap{position:fixed;left:0;top:0;z-index:15;width:100%;height:100%;background-color:rgba(0,0,0,.7)}
#navWrap .inner{overflow-y:scroll;opacity:0;position:fixed;right:-40px;top:0;z-index:999;min-width:300px;width:75%;height:100%;padding:60px 0;background-color:#fff;-webkit-transition:all .1s;transition:all .1s}
#navWrap.on .inner{opacity:1;right:0;-webkit-transition:all .4s;transition:all .4s}
#navWrap .inner:before, #navWrap .inner:after{opacity:0;display:block;position:fixed;top:0;right:-40px;z-index:1;content:"";min-width:300px;width:70%;height:60px;background-color:#fff;-webkit-transition:all .1s;transition:all .1s}
#navWrap .inner:after{top:auto;bottom:0}
#navWrap.on .inner:before, #navWrap.on .inner:after{opacity:1;right:0;-webkit-transition:all .4s;transition:all .4s}
#navWrap .inner .mo_hd_copy{position:fixed;right:0;bottom:15px;z-index:2;min-width:300px;width:70%;font-size:12px;text-align:center;color:#888}
#navWrap .user_tip{padding:10px 20px;background-color:#f5f5f5}
#navWrap .user_tip li{display:inline-block}
#navWrap .user_tip li+li{margin-left:10px}
/* 대분류 */
#topmenuM .m_lnb .m_bmenu{display:block;position:relative;width:100%;height:52px;padding:0 20px;border:none;border-bottom:1px solid #ddd;background:none;font-size:16px;line-height:52px;color:#222;text-align:left;font-family: 'Noto Sans KR';font-weight:500}
#topmenuM .m_lnb .m_bmenu:after{float:right;content:"\f107";font-family:'fontawesome'}
#topmenuM .m_lnb .m_bmenu.on:after{content:"\f106"}
/* 소분류 */
#topmenuM .m_smenu{display:none;padding:15px 20px;border-bottom:1px solid #ddd;background-color:#f2f3f5}
#topmenuM .m_smenu li a{font-size:14px;color:#777}

/* ========================== MAIN */
#sh_section{overflow:hidden;position:relative;font-size:15px;line-height:1.8;color:#777}
#sh_section .bg{position:relative;background:url('../img/main/bg.png') no-repeat center bottom;background-size:cover}

/* ========================== CONTAINER */
#sh_container{position:relative;width:100%}
#sh_container_wrapper.sub{border-bottom:1px solid #e1e1e1;background:#fff}
#sh_content{overflow:hidden;position:relative;z-index:10;width:100%;max-width:1100px;min-height:550px;padding:70px 0;margin:0 auto;background:#fff}

/* ========================== SNB */
#sh_aside{position:relative;max-width:1140px;margin:0 auto;z-index:25}

/* ========================== FOOTER */
#sh_ft{font-size:15px;font-weight:400;color:rgba(255, 255, 255, .25);line-height:1.8;background:var(--black)}
#sh_ft .flex{width:100%;max-width:1760px;padding:110px 0 100px 0;margin:0 auto;line-height:1.7;color:rgba(255,255,255,0.3)}
#sh_ft .info{display:flex;justify-content:space-between;padding-bottom:40px;border-bottom:1px solid rgba(255,255,255,0.3)}
#sh_ft .info div a{margin-right:34px;color:#fff}
#sh_ft .info div a:last-child{margin-right:0}
#sh_ft .add{padding:70px 0 100px 0;display:flex;align-items:center;justify-content:space-between}
#sh_ft .copy{display:flex;color:rgba(255, 255, 255, .3);font-size:14px}
#sh_ft .copy div{display:flex;gap:20px;margin-left:auto;font-family:var(--k-font);font-weight:500}
#sh_ft .copy div a{width:90px;height:35px;background-color:rgba(255, 255, 255, .10);color:#ffffff50;transition:all 0.3s;text-align:center;line-height:35px;font-family:var(--e-font)}

/* 반응형 하단 버튼 공통 */
#fix_tel{opacity:0;display:none;position:fixed;right:15px;bottom:65px;z-index:101;width:65px;height:65px;margin-right:-10px;border-radius:50%;font-size:30px;text-align:center;line-height:65px;color:#fff;background:var(--primary);box-shadow:5px 5px 5px rgba(0,0,0,.2);-webkit-transition:all .2s;transition:all .2s}
#fix_tel.active{opacity:1;margin-right:0}
#sh_ft_btns{display:none;padding:15px}
#sh_ft_btns .btns{overflow:hidden}
#sh_ft_btns .row2 a{width:50%}
#sh_ft_btns a{float:left;display:block;width:100%;height:55px;font-size:16px;line-height:55px;color:#fff;text-align:center;background:var(--primary);font-family: 'Noto Sans KR';font-weight:700}
#sh_ft_btns a.tel{font-size:18px;font-weight:700;letter-spacing:0;font-family:'Poppins'}
#sh_ft_btns a i{padding-right:5px;font-size:18px}
#sh_ft_btns a.kakao{font-weight:normal;color:#402325;background-color:#ffe500}

/* 반응형 [s] */
@media (hover:hover){
#top_nav > li > ul > li a:hover{color:#fff}
.menu_list_item a:hover{padding-left:10px;color:#7e0000}
.menu_pane_content > ul > li ul a:hover{opacity:1}
#sh_ft .copy div a:hover{color:#fff}
}
@media (max-width:1500px){
#top_nav_wrap{padding:0 5%}
#top_logo a img{width:200px}
.menu_pane_wrap{right:5%}
#top_nav > li > a{padding:0 28px;font-size:16px}
#pfBtn{width:55px;height:55px}
#pfBtn span:before, #pfBtn span:after{width:22px}
#pfBtn span{width:22px}
}
@media (max-width:1380px){
#sh_ft .flex{width:95%}
}
@media (max-width:1024px){
#top_nav_wrap{display:none}
#topmenuM{position:relative;display:block}
#navWrap{display:none}
#m_logo a img{width:200px}
#sh_content{padding:60px 0}
#sh_aside{display:none}
#sh_ft .flex{padding:80px 0 70px}
#sh_ft .add div{word-break:keep-all}
}
@media (max-width:768px){
#sh_content{padding:20px 0}
#sh_ft{font-size:14px}
#sh_ft .flex{padding:70px 0 30px}
#sh_ft .info{padding-bottom:15px}
#sh_ft .info div a{margin-right:15px}
#sh_ft .info .left img{width:200px}
#sh_ft .add{padding:45px 0 75px;justify-content:center}
#sh_ft .add div{text-align:center}
#sh_ft .copy{font-size:13px;justify-content: center;}
#sh_ft .copy div a{width:80px;height:30px;line-height:30px}
}
@media (max-width:480px){
#sh_content{padding:0px}
#sh_section{font-size:14px}
#sh_ft{font-size:13px}
#sh_ft .flex{padding:60px 0 25px}
#sh_ft .add{padding:40px 0 65px}
#sh_ft .info{flex-direction:column;align-items:center;justify-content:center;gap:24px}
#sh_ft .info div{display:flex;width:100%;justify-content:center}
#sh_ft .info div a{display:flex;margin-right:0px;width:calc(100% / 3);justify-content:center}
#sh_ft .info .left img{width:185px}
#sh_ft .copy div{gap:10px}
#fix_tel{display:block}
#sh_ft_btns{display:block}
#sh_ft dl dt{font-size:16px}
}
@media (max-width:380px){
#sh_section{font-size:13px}
}
/* 반응형 [e] */