@charset "utf-8";
@import url("./font-awesome/css/font-awesome.min.css");
@import url('https://fonts.googleapis.com/css2?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: 'Microsoft YaHei', sans-serif;}
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:'Microsoft YaHei'}
input[type="submit"]{cursor:pointer}
button{cursor:pointer}
textarea, select{font-family:'Microsoft YaHei'}
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:'Microsoft YaHei'}
/* ========================== 초기화 [e] */

:root{--primary:#278bda}

/* =========================== HEADER */
#sh_hd{position:fixed;z-index:15;width:100%;font-size:15px;font-family:'Microsoft YaHei'}
#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;/*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:170px;}

/* 대분류  */
#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;width:80px;}
.sh_nav_engbtn {margin:0!important;}
#shGnb .sh_nav_engbtn > li:hover > a{color:#222!important}


/* 소분류 */
#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{color:var(--primary)}*/
#shGnb.blur .sh_lnb_s:before{top:-90px}

/*바이두*/
#aff-im-root .embed-icon {
    top: 55%!important;
    right: 32px!important;
    transform: translateY(-55%)!important;
}
@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)}

/* search button */
#shGnb .search_btn{position:relative;z-index:20;display:flex;align-items:center;justify-content:center;width:40px;height:40px;margin-left:15px;border:none;border-radius:50%;background:transparent;color:#fff;font-size:18px;cursor:pointer;transition:all .3s ease;font-family:'Microsoft YaHei'}
#shGnb .search_btn:hover{background-color:rgba(255,255,255,.15);transform:scale(1.1)}
#shGnb.on .search_btn{color:#222}
#shGnb.on .search_btn:hover{background-color:rgba(0,0,0,.05)}
#shGnb.sub .search_btn{color:#222}
#shGnb.sub .search_btn:hover{background-color:rgba(0,0,0,.05)}

/* header cta buttons */
.header-cta-group{display:flex;align-items:center;gap:12px;margin-left:30px}
.header-cta{display:inline-flex;align-items:center;justify-content:center;padding:0 24px;height:40px;border-radius:999px;font-size:14px;font-weight:600;letter-spacing:.02em;border:1px solid transparent;transition:all .25s ease;font-family:'Microsoft YaHei'}
.header-cta--ghost{background: rgb(255 255 255 / 0%);border-color: rgb(255 255 255 / 85%);color:#fff}
.header-cta--ghost:hover{background:rgba(255,255,255,.28);border-color:rgba(255,255,255,.5);color:#fff}
.header-cta--primary{background:#04264E;border-color:#04264E;color:#fff;box-shadow:0 8px 20px rgba(13,62,124,.25)}
.header-cta--primary:hover{background: #041b35;border-color:#041b35;box-shadow:0 12px 24px rgba(9,68,129,.35);color:#E8F4F8}
.header-cta-icon{margin-left:8px;font-size:16px;display:inline-flex}
#shGnb.on .header-cta--ghost,#shGnb.sub .header-cta--ghost{background:#f1f4f7;border-color:#f1f4f7;color:#0d223e}
#shGnb.on .header-cta--ghost:hover,#shGnb.sub .header-cta--ghost:hover{background:#e3e8ef;border-color:#e3e8ef;color:#0d223e}
#shGnb.on .header-cta--primary,#shGnb.sub .header-cta--primary{box-shadow:none}

/* search overlay */
.search-overlay{display:none;position:fixed;top:0;left:0;width:100%;height:100%;z-index:9999;opacity:0;transition:opacity .3s ease}
.search-overlay.active{display:block;opacity:1}
.search-overlay-bg{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.6);backdrop-filter:blur(3px)}
.search-container{position:absolute;top:0;left:0;width:100%;background:#fff;box-shadow:0 4px 20px rgba(0,0,0,.15);transform:translateY(-100%);transition:transform .4s cubic-bezier(0.4, 0, 0.2, 1);max-height:80vh;overflow-y:auto}
.search-overlay.active .search-container{transform:translateY(0)}
.search-top-bar{background:#fff;border-bottom:1px solid #e0e0e0;padding:20px 0}
.search-input-wrapper{position:relative;max-width:1200px;margin:0 auto;padding:0 40px;display:flex;align-items:center}
.search-icon{position:absolute;left:60px;color:#999;font-size:20px;z-index:1}
.search-input{flex:1;height:50px;padding:0 50px 0 50px;border:2px solid #e0e0e0;border-radius:8px;font-size:16px;outline:none;transition:all .3s ease;font-family:'Microsoft YaHei';background:#f8f8f8}
.search-input:focus{border-color:var(--primary);background:#fff;box-shadow:0 0 0 3px rgba(39,139,218,.1)}
.search-close{width:40px;height:40px;margin-left:15px;border:none;background:transparent;color:#666;font-size:22px;cursor:pointer;border-radius:50%;transition:all .3s ease;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.search-close:hover{background-color:#f5f5f5;color:var(--primary)}
.search-content{max-width:1200px;margin:0 auto;padding:40px;display:grid;grid-template-columns:300px 1fr;gap:60px}
.search-suggestions-title{font-size:16px;color:#333;margin-bottom:20px;font-weight:600;font-family:'Microsoft YaHei'}
.search-tags{display:flex;flex-direction:column;gap:12px}
.search-tag{display:inline-block;padding:12px 20px;background:#f8f8f8;color:#666;border-radius:8px;font-size:15px;cursor:pointer;transition:all .3s ease;text-align:left;border:1px solid transparent;font-family:'Microsoft YaHei'}
.search-tag:hover{background:var(--primary);color:#fff;transform:translateX(5px);box-shadow:0 2px 8px rgba(39,139,218,.2)}
.search-recommended-title{font-size:16px;color:#333;margin-bottom:20px;font-weight:600;font-family:'Microsoft YaHei'}
.search-products{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:20px}

/* 반응형 메뉴 [s] */
#topmenuM{display:none;position:relative;width:100%;padding:15px;line-height:1.8;background-color:#fff;font-family:'Microsoft YaHei'}
/* 로고 */
#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:'Microsoft YaHei'}
#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:'Microsoft YaHei'}

/* =========================== 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 {padding-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:'Microsoft YaHei';}
#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 .info p {font-size: 1rem;font-weight: 100;}
#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:'Microsoft YaHei'}
#sh_ft_btns a.tel{font-size:18px;font-weight:700;letter-spacing:0;font-family:'Microsoft YaHei'}
#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}
.search-content{grid-template-columns:1fr;gap:30px;padding:30px 20px}
.search-input-wrapper{padding:0 20px}
.search-icon{left:40px}
.search-input{padding-left:45px}
}
@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;
    }
}
