@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; */ /* 배너 있을 시 */
    height:320px; /* 배너 없을 시 */
    background-color: #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;font-weight:700}
#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, #shGnb.on .sh_nav > li > i{color:#222}
#shGnb.blur .sh_nav > li{line-height:90px}
#shGnb.sub .sh_nav > li > a, .main_eng_btn, #shGnb.sub .sh_nav > li > i {color:#222}
.main_eng_btn {color: #000;width:80px;}
.sh_nav_engbtn {margin:0!important;}
#shGnb .sh_nav_engbtn > li:hover > a{color:#222!important;}
.header-search-btn{
    display:flex;
    align-items:center;
    justify-content:center;
    width:44px;
    height:44px;
    border-radius:999px;
    border:none;
    background:linear-gradient(135deg, rgba(255,255,255,.18), rgba(255,255,255,.05));
    color:#fff;
    backdrop-filter:blur(4px);
    -webkit-backdrop-filter:blur(4px);
    box-shadow:0 8px 20px rgba(0,0,0,.25);
    transition:transform .2s ease, box-shadow .2s ease, background .2s ease, color .2s ease;
}
.header-search-btn:hover,
.header-search-btn:focus{
    transform:translateY(-1px);
    box-shadow:0 12px 24px rgba(0,0,0,.35);
    background:linear-gradient(135deg, rgba(255,255,255,.3), rgba(255,255,255,.08));
}
#shGnb .sh_nav_engbtn{
    display:flex;
    align-items:center;
    gap:8px;
}
.header-search-btn svg{
    width:18px;
    height:18px;
}
#shGnb.sub .header-search-btn,
#shGnb.on .header-search-btn,
#shGnb.blur .header-search-btn{
    color:#222;
    background:rgba(11,19,36,.06);
    box-shadow:none;
}

/* 헤더 문의 버튼 */
.header-inquiry-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    height:44px;
    padding:0 16px;
    border-radius:999px;
    background: rgba(147, 147, 147, 0.45);
    border:none;
    color:#fff !important;
    font-size:13px;
    font-weight:600;
    text-decoration:none !important;
    backdrop-filter:blur(8px);
    -webkit-backdrop-filter:blur(8px);
    box-shadow:0 4px 12px rgba(0,0,0,.15);
    transition:all .2s ease;
}
.header-inquiry-btn:hover{
    transform:translateY(-1px);
    box-shadow:0 6px 16px rgba(0,0,0,.2);
    background:rgba(255,255,255,.6);
}
/* 서브페이지 문의 버튼 - 검정색 */
#shGnb.sub .header-inquiry-btn{
    background:rgba(0,0,0,.08);
    color: #000 !important;
    box-shadow:none;
}
#shGnb.sub .header-inquiry-btn:hover{
    background:rgba(0,0,0,.15);
}
/* 홈 호버 시 문의 버튼 - 검정색 */
#shGnb.on .header-inquiry-btn{
    background:rgba(0,0,0,.08);
    color: #000;
    box-shadow:none;
}
#shGnb.on .header-inquiry-btn:hover{
    background:rgba(0,0,0,.15);
}
/* 홈 스크롤 시 문의 버튼 - 흰색 유지 */
#shGnb.blur .header-inquiry-btn{
    background: rgba(147, 147, 147, 0.45);
    color: #fff !important;
    box-shadow:0 4px 12px rgba(0,0,0,.15);
}
#shGnb.blur .header-inquiry-btn:hover{
    background:rgba(255,255,255,.6);
}
.sh_nav_inquiry{
    display:flex;
    align-items:center;
}

/* 모바일 문의 버튼 */
.m_inquiry_btn{
    display:none;
    align-items:center;
    justify-content:center;
    padding:5px 12px;
    border-radius:6px;
    background:transparent;
    border:1px solid #222;
    color:#222 !important;
    font-size:12px;
    font-weight:500;
    text-decoration:none !important;
    margin-right:12px;
}
/* 모바일 헤더 오른쪽 영역 */
.topmenu_right{
    display:flex;
    align-items:center;
    gap:12px;
}
@media(max-width:1024px){
    .sh_nav_inquiry{
        display:none;
    }
    .m_inquiry_btn{
        display:inline-flex;
    }
}

.header-search-panel{
    position:fixed;
    inset:0;
    display:flex;
    align-items:flex-start;
    justify-content:center;
    padding:140px 30px 30px;
    pointer-events:none;
    opacity:0;
    transition:opacity .3s ease;
    z-index:2000;
}
.header-search-panel.is-open{
    opacity:1;
    pointer-events:auto;
}
.header-search-panel__backdrop{
    position:absolute;
    inset:0;
    background:rgba(3,9,20,.75);
    backdrop-filter:blur(12px);
}
.header-search-panel__dialog{
    position:relative;
    width:min(960px,100%);
    border-radius:32px;
    padding:48px;
    background:#fff;
    box-shadow:0 40px 120px rgba(0,0,0,.35);
    z-index:1;
    max-height:calc(100vh - 160px);
    overflow:auto;
}
.header-search-panel__top{
    display:flex;
    align-items:flex-start;
    justify-content:space-between;
    gap:30px;
    margin-bottom:32px;
}
.header-search-panel__eyebrow{
    font-size:14px;
    letter-spacing:3px;
    text-transform:uppercase;
    color:#8A94A6;
    margin-bottom:8px;
}
.header-search-panel__title{
    font-size:34px;
    font-weight:700;
    color:#0b1324;
    margin:0;
}
.header-search-panel__close{
    width:48px;
    height:48px;
    border-radius:50%;
    border:1px solid rgba(11,19,36,.08);
    background:transparent;
    position:relative;
    flex-shrink:0;
    cursor:pointer;
    transition:background .2s ease, border-color .2s ease;
}
.header-search-panel__close span{
    position:absolute;
    top:50%;
    left:50%;
    width:18px;
    height:2px;
    background:#0b1324;
    transform-origin:center;
}
.header-search-panel__close span:first-child{transform:translate(-50%, -50%) rotate(45deg);}
.header-search-panel__close span:last-child{transform:translate(-50%, -50%) rotate(-45deg);}
.header-search-panel__close:hover{
    background:rgba(11,19,36,.05);
}
.header-search-panel__form{
    display:flex;
    flex-direction:column;
    gap:24px;
}
.header-search-panel__field{
    display:flex;
    align-items:center;
    gap:16px;
    padding:12px 12px 12px 28px;
    border-radius:999px;
    background:#f6f7fb;
    border:1px solid #e3e8f2;
}
.header-search-panel__input{
    flex:1;
    font-size:20px;
    border:none;
    background:transparent;
    padding:0;
    color:#0b1324;
}
.header-search-panel__input:focus{
    outline:none;
}
.header-search-panel__submit{
    border:none;
    border-radius:999px;
    background:#1d1d1f;
    color:#fff;
    font-size:16px;
    font-weight:600;
    padding:12px 32px;
    cursor:pointer;
    transition:background .2s ease, transform .2s ease;
}
.header-search-panel__submit:hover{
    background:#000;
    transform:translateY(-1px);
}
.header-search-panel__suggest p{
    margin-bottom:12px;
    font-size:15px;
    color:#6c7488;
}
.suggest-keyword-container{
    display:flex;
    flex-wrap:wrap;
    gap:10px;
}
.suggest-keyword{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding:10px 18px;
    border-radius:999px;
    background:rgba(29,29,31,.08);
    color:#1d1d1f;
    font-size:14px;
    cursor:pointer;
    transition:background .2s ease, color .2s ease;
}
.suggest-keyword:hover{
    background:#1d1d1f;
    color:#fff;
}
body.search-panel-open{
    overflow:hidden;
}
@media (max-width:768px){
    .header-search-panel{
        padding:120px 16px 24px;
    }
    .header-search-panel__dialog{
        padding:28px 20px;
        border-radius:24px;
    }
    .header-search-panel__title{
        font-size:26px;
    }
    .header-search-panel__field{
        flex-direction:column;
        align-items:stretch;
        border-radius:24px;
        padding:16px;
    }
    .header-search-panel__submit{
        width:100%;
    }
}

/* 소분류 */
#shGnb .sh_lnb_s{display:none;position:absolute;left:50%;transform:translateX(-50%);min-width:100%;width:max-content;/*min-height:305px*/min-height:145px;}
#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{font-weight:700}
/*#shGnb .sh_lnb_s li a:hover{color:var(--primary)}*/
#shGnb.blur .sh_lnb_s:before{top:-90px}

@media (max-width:1620px){
    #shGnb{padding:0 30px}
    #shGnb .sh_nav{margin-right:50px}
    #shGnb .sh_nav > li > a{padding:0 25px}
}
@media (max-width:1270px){
    #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:12px 20px;line-height:1.8;background-color:#fff;font-family:'Pretendard','notokr-regular';border-bottom:1px solid #f0f0f0}
/* 로고 */
#m_logo{position:relative}
#m_logo img {width: 100px;}
#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:1500px){
#shGnb{padding:0 20px;}
#shGnb .sh_nav{margin-right:30px}
#shGnb .sh_nav > li+li{margin-left:20px}
#shGnb .sh_lnb_s:before{width:calc(100% + 40px)}
}

@media (max-width:1310px){
#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}
.content-wrapper {margin-bottom: 100px;}
/*.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}
#sh_ft .info ul li+li{margin-left:20px}
}
@media (max-width:480px){
#sh_hd,#sh_hd.sub{position: fixed;top: 0;}
#sh_content{min-height:350px}
.content-wrapper{padding-top: 80px;}
#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;
    gap: 10px;
}
.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: 200px;
}
.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-top: 50px;
    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;
}

}

@media (max-width: 990px) {
    .biz_con_01_ic {
        flex-wrap: wrap;
        flex-direction: column;
        padding: 30px;
        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 {
        width: 200px;
        height: 300px;
        padding: 20px;
    }
}
