@charset "utf-8";
@import url("./font-awesome/css/font-awesome.min.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://cdn.jsdelivr.net/gh/sun-typeface/SUITE/fonts/static/woff2/SUITE.css');

/* ========================== 초기화 [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:'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:'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}
/* ========================== 초기화 [e] */

:root{--primary:#ff9700}

/* =========================== HEADER */
#sh_hd{position:fixed;top:0;z-index:15;width:100%;font-size:15px;font-family:'SUITE', sans-serif}

#shGnb{display:flex;align-items:top;justify-content:space-between;position:relative;width:100%;height:90px;padding:20px 6%}
#shGnb.blur{backdrop-filter:blur(15px);background:rgba(0,0,0,.5);transition:background .2s}
#shGnb.blur.on{backdrop-filter:blur(0);background-color:transparent;}
#shGnb.sub{background:#fff}
.sh_lnb_bg{display:none;position:absolute;top:0;left:0;width:100%;height:235px;background-color:#fff}
/* 로고 */
#shGnb .sh_logo{position:relative;z-index:20}
/* 대분류  */
#shGnb .sh_nav{width:max-content}
/* 대메뉴 기본 영역 */
#shGnb .sh_nav > li{float:left;position:relative;padding:0 25px;line-height:50px;height: 215px;}

#shGnb .sh_nav > li > a{display:block;font-size:18px;font-weight:500;color:#fff;transition:all .2s}
#shGnb .sh_nav input{display:block;position:absolute;margin-top: 20px;margin-left: -15px;}
#shGnb.on .sh_nav > li > a{color:#222}
#shGnb.sub .sh_nav > li > a{color:#222}
/* 소분류 */
#shGnb .sh_lnb_s{display:none;position:absolute;left:50%;transform:translateX(-50%);min-width:100%;width:max-content;min-height:245px}
#shGnb .sh_lnb_s input{display:block;position:absolute;margin-top: 6px;margin-left: -10px;}
#shGnb .sh_lnb_s li a{display:block;height:auto;line-height:1.8;text-align:center;color:#999;transition:all .2s}
#shGnb .sh_lnb_s li a:hover{color:var(--primary)}
/* 반응형 메뉴 [s] */
#topmenuM{display:none;position:relative;width:100%;padding:20px 15px;line-height:1.8;background-color:#fff;font-family:'Noto Sans KR'}	
/* 로고 */
#m_logo{position:relative}
#m_logo a{display:inline-block}
/* 상단 버튼 및 오픈메뉴 */
#m_navBtn{position:absolute;top:20px;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}
/* 대분류 */
#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:400;line-height:52px;color:#222;text-align:left;font-family:'Noto Sans KR'}
#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_section{position: relative;	font-size: 15px;line-height: 1.6;color: #777;background:#f0f0f0 ;color: #000;font-family: 'SUITE', sans-serif}
#sh_section .wh_1300{max-width:1300px;width:100%;margin:0 auto}
#sh_section .b_tit{margin-bottom:100px;font-size:18px;text-transform:uppercase}
#sh_section .b_tit p{margin-bottom:10px;font-size:40px;font-weight:600}
#sh_section .b_tit div{white-space:pre-line}
#sh_section .more_btn{display:inline-flex;justify-content:space-between;align-items:center;width:190px;height:60px;padding:0 25px;border-radius:50px;font-size:16px;color:#000;background:rgba(255,255,255,.5);transition:all .3s;border:1px solid #999}
#sh_section .more_btn:hover{padding:0 35px;background:#666;border:1px solid #fff}

/* =========================== SNB */
#sh_aside{position:relative;width:1320px;margin:0 auto;z-index:25;font-family:'SUITE', sans-serif}

/* =========================== CONTAINER */
#sh_container{position:relative;z-index:10;width:100%}
#sh_content{overflow:hidden;position:relative;z-index:10;width:100%;max-width:1300px;min-height:550px;padding:100px 0;margin:0 auto;background:#fff}

/* =========================== FOOTER */
#toTop{pointer-events:none;opacity:0;cursor:pointer;position:fixed;right:30px;bottom:10%;z-index:101;display:flex;width:65px;height:65px;margin-bottom:-50px;border-radius:100%;background:#fff;transition:all .2s;box-shadow:2px 2px 18px rgba(0, 0, 0, .1)}
#toTop svg{margin:auto;color:#000}
#toTop.on{pointer-events:auto;opacity:1;margin-bottom:0}
#toTop:hover{box-shadow:4px 4px 18px rgba(0, 0, 0, .15)}
#sh_ft{position:relative;font-size:14px;color:rgba(255,255,255,.4);line-height:2;background:#111;font-family:'SUITE', sans-serif}
#sh_ft .inner{display:flex;align-items:flex-start;padding:0 calc((100% - 1320px) / 2) 90px}
#sh_ft.sub .inner{padding:90px calc((100% - 1320px) / 2)}
#sh_ft .ft_logo{margin-top:10px;opacity:.4}
#sh_ft .info{margin-left:80px}
#sh_ft .info p{margin-bottom:15px;font-size:18px;font-weight:700}
#sh_ft .cs{margin-left:auto;font-family:'poppins',sans-serif}
#sh_ft .cs span{font-size:15px;font-weight:600;color:#fff}
#sh_ft .cs p{margin-bottom:10px;font-size:26px;font-weight:700;color:var(--primary)}
#sh_ft .copy{display:flex;padding:10px calc((100% - 1320px) / 2);background-color:#333;;font-family:'SUITE', sans-serif}
#sh_ft .copy .links{margin-left:auto}
#sh_ft .copy .links a{font-size:11px;font-weight:500;color:rgba(255,255,255,.4);font-family:'SUITE', sans-serif}
#sh_ft .copy .links a+a{margin-left:20px}

/* =========================== 반응형 하단 버튼 */
#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:#0076d1;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 a{float:left;display:block;width:100%;height:55px;font-size:16px;font-weight:600;line-height:55px;color:#fff;text-align:center;background-color:#0076d1;font-family:'Noto Sans KR'}
#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}

/* 반응형 [s] */
@media (max-width:1320px){
#sh_ft .inner{padding:60px 50px !important}
#sh_ft .copy{padding:10px 50px !important}
#sh_ft .info{margin-left:50px;word-break:keep-all}
#sh_section .wh_1300{padding:0 50px}
}
@media (max-width:1024px){
#sh_content{margin:0 auto;padding:0;border:none}
#sh_aside{display:none}
#sh_hd{position:relative}
#sh_container{margin:0}
#sh_section{font-size:14px}
#sh_section .b_tit p{font-size:30px}
#sh_section .b_tit div{word-break:keep-all}
#sh_ft .inner{align-items:center;flex-direction:column}
#sh_ft .info{text-align:center;margin-left:0;margin-top:30px}
}
@media (max-width:768px){
#sh_section .wh_1300{padding:0 20px}
#sh_section .b_tit p{font-size:30px;word-break:keep-all}
#sh_section .b_tit{margin-bottom:50px;font-size:16px;word-break:keep-all}
#sh_section .more_btn{width:150px;height:50px;margin-top:30px}
#sh_section .more_btn:hover{padding:0 20px}
#sh_ft.sub{padding-top:0}
#sh_ft .inner{padding:40px 20px !important}
#sh_ft .copy{padding:15px 20px !important}
}
@media (max-width:480px){
#sh_section .b_tit p{font-size:25px}
#fix_tel{display:block}
#sh_ft_btns{display:block}
#sh_ft .copy{flex-direction:column;text-align:center}
#sh_ft .copy .links{float:none;margin-left:0}
}
/* 반응형 [e] */
/*기존 site쪽 css*/
.gap {color: #2290cd; font-size: 22px; font-weight: bold; height:40px;clear:both;display:block; border: 0px #2290cd solid;}
    
.FF_div {
    color: #000000;
    text-align: center; overflow:hidden; border: 2px solid #AAAAAA;
    width:400px; height: 250px; margin: 13px; float: left;
    background: #FAFAFA;
    cursor: pointer;

}
.FF_div .txt {
    font-size: 18px;
}

.FF_div:hover {
    background: rgba(32,74,146,.1);
}

.FF_div .img {
    width: 100%;
    height: 140px;
    background: #ffffff;
    border-bottom: 1px solid #AAAAAA;
    padding-top: 25px;
    margin-bottom: 20px;
}