@charset "utf-8";
@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard.css');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700&family=Poppins:wght@100;200;300;400;500;600;700&display=swap'); 
@import url('https://fonts.googleapis.com/css2?family=Play:wght@400;700&display=swap');
@font-face{font-family:'Pretendard';font-style:normal;font-weight:400;src:url('https://cdn.jsdelivr.net/korean-webfonts/1/corps/lottemart/LotteMartDream/Pretendard.woff2') format('woff2'), url('//cdn.jsdelivr.net/korean-webfonts/1/corps/lottemart/LotteMartDream/Pretendard.woff') format('woff')}
@font-face{font-family:'Pretendard';font-style:normal;font-weight:700;src:url('https://cdn.jsdelivr.net/korean-webfonts/1/corps/lottemart/LotteMartDream/Pretendard.woff2') format('woff2'), url('//cdn.jsdelivr.net/korean-webfonts/1/corps/lottemart/LotteMartDream/Pretendard.woff') format('woff')}
@font-face{font-family:'Pretendard';font-style:normal;font-weight:300;src:url('https://cdn.jsdelivr.net/korean-webfonts/1/corps/lottemart/LotteMartDream/Pretendard.woff2') format('woff2'), url('//cdn.jsdelivr.net/korean-webfonts/1/corps/lottemart/LotteMartDream/Pretendard.woff') format('woff')}

/* ========================== 초기화 [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{line-height:1;font-family:'Pretendard ','Noto Sans KR'}
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:'Pretendard ','Noto Sans KR'}
input[type="submit"]{cursor:pointer}
button{cursor:pointer}
textarea, select{font-family:'Pretendard ','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}
/* ========================== 초기화 [e] */

:root{--primary:#296dea}

/* ========================== HEADER */
#sh_hd{position:relative;z-index:15;width:100%;border-bottom:1px solid #e1e1e1;font-size:15px;background:#fff;font-family:'Pretendard'}

#shGnb{display:flex;align-items:center;position:relative;max-width:1320px;height:80px;margin:0 auto}
.sh_lnb_bg{display:none;position:absolute;top:0;left:0;width:100%;height:220px;background-color:#fff}

/* 로고 */
#shGnb .sh_logo{position:relative;z-index:20}

/* 대분류  */
#shGnb .sh_nav{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width: max-content; font-weight:500;}
#shGnb .sh_nav > li{float:left;position:relative;padding:0 25px;line-height:70px;}
#shGnb .sh_nav > li > a{display:block;font-size:17px;color:#222;transition:all .2s}

/* 소분류 */
#shGnb .sh_lnb_s{display:none;position:absolute;left:50%;transform:translateX(-50%);min-width:100%;width:max-content;min-height:145px}
#shGnb .sh_lnb_s li a{display:block;line-height:1.8;text-align:center;color:#999;transition:all .2s;font-family:'Pretendard '}
#shGnb .sh_lnb_s li a:hover{color:var(--primary)}

/* sns */
#shGnb .sh_tip{margin-left:auto}
#shGnb .sh_tip{display:flex}
#shGnb .sh_tip li+li{margin-left:16px}
#shGnb .sh_tip li a{font-size:13px;color:#888;transition:all .2s}
#shGnb .sh_tip li a:hover{color:#222}

/* 반응형 메뉴 [s] */
#topmenuM{display:none;position:relative;width:100%;padding:15px;line-height:1.8;background-color:#fff;font-family:'Pretendard ','pretendard'}	
/* 로고 */
#m_logo{position:relative}
#m_logo a{display:inline-block}

/* 상단 버튼 및 오픈메뉴 */
#m_navBtn{position:absolute;top:12px;right:15px;z-index:5;width:30px;height:30px}
#m_navBtn span{display:block;position:relative;top:50%;transform:translateY(-50%);width:100%;height:2px}
#m_navBtn span:before, #m_navBtn span:after{display:block;content:"";position:absolute;top:-6px;width:30px;height:2px;background-color:#222;-webkit-transition:all .1s;transition:all .1s}
#m_navBtn span:after{top:6px;width:16px;right:0;background-color:var(--primary)}
#m_navBtn.on{position:fixed}
#m_navBtn.on span:before{top:0;right:-4px;transform:rotate(45deg)}
#m_navBtn.on span:after{top:0;right:-4px;width:30px;transform:rotate(-45deg);background-color:#222}
#navWrap{display:none;position:fixed;left:0;top:0;z-index:4;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:6;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;font-weight:500;line-height:52px;color:#222;text-align:left}
#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}

@media (max-width:1024px){
#shGnb{display:none}
#topmenuM{display:block}	
}
/* 반응형 메뉴 [e] */

/* ========================== MAIN */
#sh_index{overflow:hidden;position:relative;padding:30px 0 50px;font-size:14px;line-height:1.8;color:#888;background:#f5f6f8}
#sh_index .inner{display:flex;max-width:1320px;margin:0 auto}
#sh_index .left{max-width:860px}
#sh_index .right{max-width:420px;margin-left:auto}

/* ========================== CONTAINER */
#sh_container{position:relative;z-index:10;width:100%}
#sh_container_wrapper.sub{padding-top:160px}

/* ========================== SNB */
#sh_aside{position:relative;z-index:20;margin-top:-68px;width:100%;border-bottom:1px solid #e1e1e1;font-family:'Pretendard'}

/* ========================== CONTENT */
#sh_content{overflow:hidden;position:relative;z-index:10;width:100%;max-width:1200px;min-height:550px;padding:70px 0;margin:0 auto;background:#fff}

/* ========================== FOOTER */
#sh_ft{z-index:5;position:relative;border-top:1px solid #e1e1e1;font-size:14px;line-height:1.8;letter-spacing:-.2px;color:#888;background:#fff} 
#sh_ft_wrapper{overflow:hidden;position:relative;max-width:1320px;margin:0 auto;padding:45px 0}
#sh_ft_info{border-bottom:1px solid #e1e1e1}
#sh_ft_info .wrap{display:flex;align-items:center;justify-content:space-between;max-width:1320px;margin:0 auto;padding:10px 0}
#sh_ft_info .l_cont{display:flex;align-items:center;font-size:14px;font-weight:500}
#sh_ft_info .l_cont button{border:none;background:none;font-size:14px;font-weight:500;color:#222}
#sh_ft_info .l_cont button+button{margin-left:20px}
#sh_ft_info .r_cont{display:flex;align-items:center}
#sh_ft_info .r_cont div{display:flex;align-items:center;position:relative;padding-right:20px;font-size:14px;font-weight:500;color:#222}
#sh_ft_info .r_cont div span{margin-left:10px;font-size:20px;color:#222;font-weight:700;font-family:'Poppins',sans-serif}
#sh_ft_info .r_cont div::after{content:"";position:absolute;top:50%;right:0;transform:translateY(-50%);width:1px;height:13px;background:#e1e1e1}
#sh_ft_info .r_cont p{padding-left:20px;font-weight:500}
#sh_ft .sh_ft_copy{padding:15px 0;line-height:1.2;background:#555;color:#fff}
#sh_ft .sh_ft_copy .copy_box{overflow:hidden;max-width:1320px;margin:0 auto;font-size:13px} 
#sh_ft .sh_ft_copy p{float:left}
#sh_ft .sh_ft_copy b{font-weight:500}
#sh_ft .sh_ft_copy .icons{float:right;font-weight:500;font-family:'Poppins',sans-serif}
#sh_ft .sh_ft_copy .icons a{margin-left:10px;color:#fff}

/* 반응형 하단 버튼 공통 */
#fix_tel{opacity:0;display:none;position:fixed;right:15px;bottom:20px;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-color: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{padding:15px}
#sh_ft_btns .btns{overflow:hidden}
#sh_ft_btns .row2 a{width:50%}
#sh_ft_btns a{float:left;display:none;width:100%;height:55px;font-size:16px;font-weight:700;line-height:55px;color:#fff;text-align:center;background-color:var(--primary);font-family:'Pretendard'}
#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{color:#402325;background-color:#ffe500}

/* 반응형 [s] */
@media (max-width:1300px){
#sh_index{padding:30px 15px}
#sh_index .inner{flex-wrap:wrap;}
#sh_index .left{max-width:100%}
#sh_index .right{max-width:100%;margin-left:0;margin-top:40px}
#sh_ft_info .wrap{padding:10px 15px}
#sh_ft_wrapper{padding:45px 15px}
#sh_ft .sh_ft_copy{padding:15px}
}
@media (max-width:1024px){
#sh_aside{display:none}
#fix_tel{display:block}
#sh_ft_btns a{display:block}
}
@media (max-width:768px){
#sh_content{padding:30px 0}
#sh_index .right{margin-top:20px}
#sh_ft_wrapper{padding:25px 15px;text-align:center}
#sh_ft .sh_ft_copy .copy_box{display:flex;justify-content:center;flex-wrap:wrap}
}
@media (max-width:600px){
#sh_ft_info .wrap{display:block}
#sh_ft_info .l_cont{justify-content:center}
#sh_ft_info .r_cont{justify-content:center}
}
@media (max-width:480px){
#sh_index{padding:20px 10px}
#sh_ft .sh_ft_copy .icons{margin-top:10px}
}
@media (max-width:380px){
#sh_ft_info .r_cont{flex-wrap:wrap}
#sh_ft_info .r_cont div{padding-right:0}
#sh_ft_info .r_cont div::after{display:none}
}
/* 반응형 [e] */