@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;900&family=Poppins:wght@100;200;300;400;500;600;700&display=swap'); 
@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard-dynamic-subset.css');/* regular-400, medium-500, semibold-600, bold-700 */ 

/* ========================== 초기화 [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}
h1, h2, h3, h4, h5, h6{font-family:'Noto Sans KR'}
/* ========================== 초기화 [e] */

:root{--primary:#278bda}

/* =========================== HEADER */
#sh_hd{position:fixed;z-index:15;width:100%;font-size:15px;font-family:'Poppins','Pretendard'}
#sh_hd.sub{position:relative}
#shGnb{display:flex;align-items:center;position:relative;width:100%;height:110px;padding:0 5%;transition:all .2s;}
#shGnb.blur{height:90px;backdrop-filter:blur(15px);background:rgba(0,0,0,.5)}
#shGnb.blur.on{backdrop-filter:blur(0);background-color:transparent}
.sh_lnb_bg{display:none;position:absolute;top:0;left:0;width:100%;height:370px;background-color: #fff;/*background:url(../img/common/bg.png) 100px top no-repeat #fff*/}
#sh_hd.sub .sh_lnb_bg{box-shadow:4px 4px 4px rgba(0,0,0,.03)}
#sh_hd ul {padding-left: initial;}
#sh_hd a {text-decoration: auto;}



/*header banner*/
.header_popup {
    width: 100%;
    height: 50px;
}
.header_popup img {
    height: 50px;
    width: 100%;
   /* position: fixed;*/
}
.header_pop_wrap {
    position: relative;
    display: flex;
    justify-content: center;
}
.header_pop_wrap p {
    position: absolute;
    top: 0;
    height: 50px;
    align-content: center;
    color: #fff;
    text-align: center;
}
/* 로고 */
#shGnb .sh_logo{position:relative;z-index:20}
.sh_logo img, .ft_logo img {width:140px;}

/* 대분류  */
#shGnb .sh_nav{margin:0 100px 0 auto}
#shGnb .sh_nav > li{float:left;position:relative;line-height:110px}
#shGnb .sh_nav > li > a{position:relative;z-index:20;display:block;padding:0 40px;font-size:17px;font-weight:600;color:#fff;/*transition:all .2s*/}
#shGnb .sh_nav > li:hover > a{color:#fff!important}
#shGnb .sh_nav > li:hover .sh_lnb_s:before{opacity:1}
#shGnb .sh_nav > li:hover .sh_lnb_s a{color:#fff}
#shGnb.on .sh_nav > li > a{color:#222}
#shGnb.blur .sh_nav > li{line-height:90px}
#shGnb.sub .sh_nav > li > a, .main_eng_btn {color:#222}
.main_eng_btn {color: #000;}

/* 소분류 */
#shGnb .sh_lnb_s{display:none;position:absolute;left:50%;transform:translateX(-50%);min-width:100%;width:max-content;min-height:305px}
#shGnb .sh_lnb_s:before{opacity:0;display:block;content:"";position:absolute;left:50%;top:-110px;z-index:-1;transform:translateX(-50%);width:100%;height:320px;background:var(--primary);/*transition:all .2s*/}
#shGnb .sh_lnb_s li{padding: 0 30px;}
#shGnb .sh_lnb_s li a{display:block;line-height:1.8;text-align:left;color:#777;transition:all .2s}
/*#shGnb .sh_lnb_s li a:hover{color:var(--primary)}*/
#shGnb.blur .sh_lnb_s:before{top:-90px}

@media (max-width:1300px){
    #shGnb{padding:0 30px}
    #shGnb .sh_nav{margin-right:50px}
    #shGnb .sh_nav > li > a{padding:0 20px}
}
@media (max-width:1024px){
    #shGnb{display:none}
    #topmenuM{display:block}
}

/* sns */
#shGnb .down_btn{position:relative;z-index:20;display:flex;align-items:center;height:40px;padding:0 22px;border-radius:30px;border:1px solid rgba(255,255,255,.5);font-size:13px;font-weight:400;color:#fff;transition:all .2s}
#shGnb .down_btn svg{width:20px;height:20px;margin:2px 0 0 20px;transition:all .2s}
#shGnb .down_btn:hover{color:#000;background:#fff}
#shGnb .down_btn:hover svg{color:var(--primary)}
#shGnb.on .down_btn{border-color:#e1e1e1;color:#000}
#shGnb.on .down_btn svg{color:var(--primary)}
#shGnb.sub .down_btn{border-color:#e1e1e1;color:#000}
#shGnb.sub .down_btn svg{color:var(--primary)}

/* 반응형 메뉴 [s] */
#topmenuM{display:none;position:relative;width:100%;padding:15px;line-height:1.8;background-color:#fff;font-family:'notokr-regular'}	
/* 로고 */
#m_logo{position:relative}
#m_logo img {width: 140px;}
#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;line-height:52px;color:#222;text-align:left;font-family:'notokr-medium'}
#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;text-decoration: none;}

@media (max-width:1300px){
#shGnb{padding:0 30px}
#shGnb .sh_nav{margin-right:50px}
#shGnb .sh_nav > li+li{margin-left:40px}
#shGnb .sh_lnb_s:before{width:calc(100% + 40px)}
}

@media (max-width:1024px){
#shGnb{display:none}
#topmenuM{/*display:block;*/display: flex;justify-content: space-between;align-items: center;}
}
/* 반응형 메뉴 [e] */

/* =========================== MAIN */
#sh_section{overflow:hidden;position:relative;font-size:16px;line-height:1.6;color:rgba(255,255,255,.6);font-family:'Pretendard'}

/* =========================== CONTAINER */
#sh_container{position:relative;z-index:10;width:100%}
#sh_content{overflow:hidden;position:relative;z-index:10;width:100%;max-width:1400px;min-height:550px;padding:70px 0;margin:0 auto;background:#fff}

.container {margin-bottom: 100px;}

/* =========================== FOOTER */
#sh_ft{padding:35px 5% 30px;font-size:14px;font-weight:400;color:#fff;line-height:1.8;background:#020305;font-family:'Poppins','Pretendard';}
#sh_ft a{color:#fff; text-decoration: none;cursor: pointer;}
#sh_ft .flex{display:flex;align-items:flex-end;padding-bottom:40px;margin-bottom:60px;border-bottom:1px solid rgba(255,255,255,.2);font-weight:500}
#sh_ft .flex .links{margin-left:auto}
#sh_ft .flex .links a+a{margin-left:40px}
#sh_ft .info{display:flex}
#sh_ft .info ul{display:flex;margin-left:auto;font-weight:500}
#sh_ft .info ul li+li{margin-left:40px}
#sh_ft .copy{display:flex;justify-content:space-between;padding-top:60px;font-size:14px;color:rgba(255,255,255,.4)}
#sh_ft .copy a{color:rgba(255,255,255,.4)}
#sh_ft .copy a+a{margin-left:20px}
#sh_ft .fm_select_sns_ic {display: flex;justify-content: right;align-items: center;gap: 10px;}
#sh_ft .fm_select_sns_ic select {
    width: 200px;
    height: 45px;
    border: 1px solid #fff;
    padding: 10px 20px;
    background: transparent;
    color: #fff;

    appearance: none; /* 기본 브라우저 스타일 제거 */
    -webkit-appearance: none;
    -moz-appearance: none;

    background: url('/img/icon/arrow_ft_bottom_wh.svg') no-repeat right 20px center;
    background-size: 12px;
    /*padding: 8px 30px 8px 10px;*/
    border: 1px solid #ccc;
    border-radius: 30px;
}
#sh_ft .fm_select_sns_ic select option {
    color: #000;
}
#sh_ft .sns_ic img {
    width: 40px;
}
/* 반응형 하단 버튼 공통 */
#fix_tel{opacity:0;display:none;position:fixed;right:15px;bottom:60px;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{display:none;padding:15px;background:#020305}
#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:'notokr-bold'}
#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 (max-width:1300px){
#sh_ft{padding:50px 30px 30px}
}
@media (max-width:1024px){
#sh_hd{position:relative}
#sh_aside{display:none}
#sh_section{font-size:14px}
#sh_ft .info{flex-flow:column}
#sh_ft .info ul{order:-1;margin:0 auto 20px  0}
}
@media (max-width:768px){
#sh_ft{padding:50px 20px 20px}
#sh_ft .flex{display:block}
#sh_ft .flex .links{margin-top:20px}
}
@media (max-width:480px){
#sh_content{min-height:350px}
#fix_tel{display:block}
#sh_ft_btns{display:block}
#sh_ft{font-size:13px}
#sh_ft .flex{padding-bottom:30px;margin-bottom:30px}
#sh_ft .flex .links a+a{margin-left:12px}
#sh_ft .info ul{display:none}
#sh_ft .copy{padding-top:30px}
#sh_ft .fm_select_sns_ic{display: block;}
#sh_ft .fm_select_sns_ic select{width: 100%;}
}
/* 반응형 [e] */

/*product main*/

.product_main_wrap .biz_main_box_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #0016A6;
    color: #fff;
    padding: 0 5em;
    border-radius: 30px;
    margin-bottom: 100px;
}
.biz_main_tit h2 {
    font-size: 3.3rem;
    font-weight: 700;
}
.biz_main_tit p {
    font-size: 1.7rem;
    font-weight: 300;
    line-height: 2.5;
    color: #DCDCDC;
}
.biz_con_01_tit {
    color: #000;
}
.biz_con_01_tit h2 {
    font-size: 2rem;
    font-weight: 600;
}
.biz_con_01_tit p {
    font-size: 1.2rem;
}
.biz_con_01_ic {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    background-color: #efefef;
    border-radius: 30px;
    padding: 70px;
}
.biz_con_01_ic img {
    width: auto;
    height: 100px;
}
.fa-plus {
    font-size: 2rem;
}
.biz_main_ic {
    display: block;
}
.biz_con_02_wrap {
    justify-content: space-between;
    margin-top: 100px;
}
.biz_con_02_img {
    width: 300px;
    height: 400px;
    object-fit: cover;
    border-radius: 30px;
    text-align: center;
    align-content: center;
    color: #fff;
    font-size: 1.2rem;
    background-position: center;
}
.biz_bg_01 {
    background: url('/img/product-main/bt_laptop 1.png');
}
.biz_bg_02 {
    background: url('/img/product-main/bt_printer 1.png');
}
.biz_bg_03 {
    background: url('/img/product-main/bt_server 1.png');
}
.biz_bg_04 {
    background: url('/img/product-main/bt_aircon 1.png');
}
.tmi_bg_01 {
    background: url('/img/product-main/tmi_bg_01.png');
    background-position: 20% 30%;
}
.tmi_bg_02 {
    background: url('/img/product-main/tmi_bg_02.png');
}
.tmi_bg_03 {
    background: url('/img/product-main/tmi_bg_03.png');
}
.tmi_bg_04 {
    background: url('/img/product-main/tmi_bg_04.png');
}
.solution_bg_01 {
    background: url('/img/product-main/solution_bg_01.png');
}
.solution_bg_02 {
    background: url('/img/product-main/solution_bg_02.png');
}
.solution_bg_03 {
    background: url('/img/product-main/solution_bg_03.png');
}
.biz_con_02_wrap, .biz_con_02_img_wrap {
    display: flex;
    gap: 30px;
}
.biz_con_02_tit_wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 20%;
}
.biz_con_02_tit_wrap h2 {
    font-weight: 900;
}
.biz_con_02_img img {
    width: 240px;
    border-radius: 20px;
}
.biz_con_02_img p {
    font-weight: 600;
}
.biz_con_02_wrap, .biz_con_02_img_wrap
.content-wrapper {
    margin-bottom: 100px!important;
}
.fa-circle-chevron-right {
    font-size: 2rem;
}
.biz_main_ic {
    position: relative;
    height: 400px;
}
.pc_pic_01 img {
    width: 380px;
    position: absolute;
    top: -50px;
    right: 100px;
}

.pc_pic_02 img {
    width: 240px;
    position: absolute;
    top: 150px;
    right: 0;
}
.biz_ic_wrap {
    width: 300px;
    height: 300px;
    text-align: center;
    background-color: #fff;
    padding: 45px;
    border-radius: 150px;
}
.txt_blu {
    color: #0016A6;
}
.txt_blk {
    color: #000;
}
.txt_sky {
    color: #0097CE;
}
.txt_pup {
    color: #8750F5;
}
.biz_con_02_tit_h2 {
    display: flex;
    align-items: center;
}
.biz_con_02_tit_h2 h2 {
    display: block;
    width: 300px;
}
.biz_con_02_tit_h2 .next {
    border: 1px solid #000;
    border-radius: 30px;
    padding: 2px 5px 8px 5px;
}
.ic_wrap .ic_tit {
    font-weight: 600;
    color: #000;
}
.ic_wrap .ic_con p {
    font-size: .85rem;
}
.tmi_ic_wrap {
    width: 300px;
    height: 300px;
    text-align: center;
    background-color: #fff;
    padding: 30px;
    border-radius: 200px;
    align-content: center;
}

.ic_wrap .ic_con{
    font-size: .85rem;
}
.tmi_main_tit img {
    width: 100%;
    margin-bottom: 100px;
}
.inc01_slide .swiper-slide a {
    text-decoration: none;
}

@media (max-width: 430px) {
.biz_main_tit {
    text-align: center;
    padding: 40px;
}
.biz_main_tit p {
    font-size: 1.2rem;
}
.tmi_ic_wrap {
    width: 300px;
    height: 300px;
}
.product_main_wrap .biz_main_box_wrap {
    padding: 0;
}
.biz_con_01_ic {
    flex-wrap: wrap;
    padding: 70px;
    gap: 20px;
    margin-bottom: 100px;
}
.biz_con_02_tit_h2 {
    width: 200px;
}
/*.biz_con_02_tit_wrap {
    width: auto;
}*/
.biz_con_02_wrap {
    justify-content: left;
}
.biz_con_02_img {
        width: 100%!important;
    }
.biz_con_02_img_wrap {
    width: 100%;
    height: 500px;
    border-radius: 30px;
    overflow-x: scroll;
}
/*.biz_con_02_wrap {
    display: block;
}*/
.biz_con_02_tit_h2 .next {
    display: none;
}
.tmi_ic_wrap {
    padding: 20px;
}

}
