<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/**************************************************

	Respond.css

**************************************************/
/**************************************************
	Setting Device Width
**************************************************/
#_device_pc{display: block;} #_device_ta{display: none;} #_device_mo{display: none;} .__pc{display: block !important;} .__ta{display: none !important;} .__mo{display: none;}
@media screen and (min-width: 750px) and (max-width: 1200px){#_device_pc{display: none;} #_device_ta{display: block;} #_device_mo{display: none;} .__pc{display: none !important;} .__ta{display: block !important;} .__mo{display: none;}}
@media screen and (max-width: 750px){#_device_pc{display: none;} #_device_ta{display: none;} #_device_mo{display: block;} .__pc{display: none !important;} .__ta{display: none;} .__mo{display: block !important;} }

/**************************
	Shop Default Style
**************************/
@media screen and (max-width: 750px){

    #sb-footer{margin-top: 15px;min-height: 35px;}

    .sb-btnWrap{margin-top: 10px;}
    .sb-btn.type1{padding: 0 5px;min-width: 40px;font-size: 13px;}
    .sb-btn.type1.small{height: 25px;line-height: 23px;padding: 0 5px;font-size: 12px;}
    .sb-btn.type2{padding: 0 5px;min-width: 40px;font-size: 13px;}
    .sb-btn.type1.small{height: 25px;line-height: 23px;padding: 0 5px;font-size: 12px;}

    .sb-no-data{padding: 20px 10px;font-size: 12px;}

}
/**************************************************
	Layout
**************************************************/
@media screen and (max-width: 1200px){

	html{min-width: 320px;padding-top: 50px;overflow-x: hidden;}
    img{max-width:100%;height: auto;}
    table tr &gt; *{width: auto !important;}

    #wrap {overflow: hidden;padding-bottom: 60px;}

    #aside-rig {position: fixed;top: auto;bottom: 0;right: 0;left: 0;}
    #aside-rig .banner {display: none;}
    #aside-rig .btns {box-shadow: 0 -2px 5px rgba(0,0,0,0.1);flex-direction: row;align-items: center;width: 100%;}
    #aside-rig .btns &gt; a {flex-grow: 1;flex-basis: 0; height: 60px;}
    #aside-rig .btns &gt; a img {height: 20px;}
    #aside-rig .btns &gt; a p {margin-top: 5px;font-size: 11px;color: #111;}
    #aside-rig .btns &gt; a + a:not(#gotop):after {display: block;content: '';position: absolute;top: 0;bottom: 0;left: 0;right: auto;height: auto;width: 1px;}
    #aside-rig .btns &gt; #gotop {display: none;}
    
    #hd-btn {right: 55px;font-size: 28px;}

	#header{position: fixed;top: 0;left: 0;width: 100%;box-shadow: 0 3px 3px rgba(0,0,0,0.05);}
	#header .inner{width: auto;height: 50px;}
    #header .logo{position: absolute;top: 0;left: 10px;height: 100%;line-height: 50px;}
    #header .logo img{width: auto;height: 20px;}
    #header:after{content: '';display: block;position: absolute;bottom: -1px;width: 100%;height: 1px;background: rgba(0,0,0,0.05);}

	#gnb{display: none;}
    #tnb{display: none;}

    #hd-lan{display: none;}
    #hd-sch{display: none;}

    #footer{padding: 20px 0;}
    #footer .inner{width: auto;}
    #footer address{font-size: 10px;line-height: 13px;font-style: normal;text-align: center;}
    #footer address hr{display: block;border: none;margin: 0;}
    #footer .copyright{display: block;font-size: 10px;text-align: center;}

    #sns-ico{margin-top: 15px;text-align: center;}
    #sns-ico li{margin: 2px;}
    #sns-ico li img{width: 25px;height: auto;}

    #ft-fam{display: none;}

    #gotop{display: none;}

    #fnb {margin-bottom: 10px;text-align: center;}
    #fnb &gt; li{margin: 0 5px;}
    #fnb &gt; li a{font-size: 11px;}

    #slide-btn{top: 50%;margin-top: -8px;right: 10px;display: block;width: 25px;height: 16px;}

    #slide-bg{position: fixed;z-index: 200;top: 0;left: 0;width: 100%;height: 100%;background: rgba(0,0,0,0.3);display: none;}
    #slide-close{position: absolute;top: 0;right: 0;width: 50px;height: 50px;background: url('../images/layout/slide-close.png') no-repeat center center;background-size: 20px auto;}

    #slide-menu{position: fixed;top: 0;right: -100%;width: 80%;height: 100%;display: block;background: #fff;z-index: 201;overflow-y: auto;transition: all 0.3s cubic-bezier(0.930, 0.635, 0.650, 0.970);}
    #slide-menu .tit{height: 50px;position: relative;background: #088ac8;}
    #slide-menu.on{right: 0;}

    #tnb-mo{text-align: center;line-height: 40px;background: #f7f7f7;overflow-x: scroll;white-space: nowrap;}
    #tnb-mo &gt; li{display: inline-block;margin: 0 10px;}
    #tnb-mo &gt; li a{font-size: 12px;color: #333;}

    #gnb-mo &gt; li{border-bottom: 1px solid #e1e1e1;}
    #gnb-mo &gt; li &gt; a{display: block;line-height: 40px;padding: 0 15px;font-size: 14px;letter-spacing: -1px;color: #333;text-decoration: none;}
    #gnb-mo &gt; li &gt; ul{padding: 10px 15px;border-top: 1px solid #e1e1e1;background: #f7f7f7;display: none;}
    #gnb-mo &gt; li &gt; ul li a{line-height: 30px;font-size: 14px;color: #666;text-decoration: none;}
    #gnb-mo li.active &gt; a {color: var(--color);}
    #gnb-mo &gt; li.hidden-gnb{display: none;}

    #hd-lan-mo{position: absolute;top: 0;left: 15px;z-index: 92;}
    #hd-lan-mo &gt; a{display: block;line-height: 50px;padding: 0 10px 0 20px;font-size: 12px;color: #fff;text-decoration: none;text-transform: uppercase;background: url('../images/layout/hd-lan-ico-mo.png') no-repeat 0 center / 15px auto, url('../images/layout/hd-lan-spr-mo.png') no-repeat right center / 6px auto;}
    #hd-lan-mo &gt; ul{position: absolute;top: 40px;left: 50%;display: none;width: 80px;margin-left: -40px;padding: 10px 0;border: 1px solid #b8b8b8;background: #fff;}
    #hd-lan-mo &gt; ul:before{position: absolute;top: -7px;left: 50%;content: '';display: block;width: 6px;height: 7px;margin-left: -3px;background: url('../images/layout/hd-lanbox-spr-mo.png');}
    #hd-lan-mo &gt; ul li a{display: block;font-size: 12px;line-height: 20px;color: #666666;text-decoration: none;text-align: center;text-transform: uppercase;}
    #hd-lan-mo.on &gt; ul{display: block;}

    #hd-sch-mo{position: absolute;top: 14px;left: 15px;z-index: 91;}
    #hd-sch-mo .btn{display: block;width: 21px;height: 21px;background: url('../images/layout/hd-sch-btn-mo.png') no-repeat center center;background-size: 16px auto;text-indent: -999em;border: none;}
    #hd-sch-mo form{position: fixed;display: none;top: 50px;right: 0;width: 80%;padding-right: 50px;border: 1px solid #333;border-width: 1px 0 1px 0;overflow: hidden;background: #fff;box-sizing: border-box;}
    #hd-sch-mo legend{display: none;}
    #hd-sch-mo .inp{width: 100%;height: 38px;line-height: 38px;text-indent: 10px;background: none;border: none;font-size: 12px;}
    #hd-sch-mo .sbm{position: absolute;top: 0;right: 0;width: 40px;height: 40px;background: #333 url('../images/layout/hd-sch-btn-mo.png') no-repeat center center;background-size: 18px auto;border: none;text-indent: -999em;}
    #hd-sch-mo.on form{display: block;}

    #side_menu2{display: none;}

    /* Site Layer Popup */
    .sp-pop{top: 65px !important;left: 5% !important;width: 90% !important;height: auto !important;}
    .sp-pop .img{position: relative;min-height: 100px;padding-bottom: 30px;}
    .sp-pop .img img{max-width:100%;}
    .sp-pop .btns li{height: 30px;}
    .sp-pop .btns li a,
    .sp-pop .btns li label{line-height: 28px;}

    /* etc */
    .table1 colgroup {display: none;}
    .table1 tr &gt; *{font-size: 11px;line-height: 15px;}

    .selectbox select{font-size: 13px;}

    .custlab{font-size: 13px;min-width: 70px;}
    .custlab input{display: none;}


    .ntc-wrap {padding: 20px 15px;flex-direction: column;}
    .ntc-wrap i {font-size: 32px;margin-right: 0;margin-bottom: 15px;}
    #foot-customer {width: auto;overflow: hidden;margin-top: 50px;}
    #foot-customer fieldset {margin-bottom: 30px;padding: 10px;}
    #foot-customer fieldset.wrap-white {margin-left: 20px;margin-right: 20px;border: 0px;padding: 0;}
    #foot-customer .align {margin: -1px;}
    #foot-customer .align &gt; * {width: calc(100%/1 - 1px*2);margin: 1px;}
    #foot-customer .align &gt; textarea,
    #foot-customer .align &gt; input[type=file] {width: calc(100% - 1px*2);}
    #foot-customer .inp {padding-left: 10px;height: 40px;}
    #foot-customer .btnWrap {margin-top: 5px;}
    #foot-customer select {padding-left: 5px;height: 40px;}
    #foot-customer textarea {padding: 10px;height: 90px;}
    #foot-customer .agree {margin-top: 10px;}
    #foot-customer .agree label,
    #foot-customer .agree a {font-size: 14px;}
    #foot-customer .btn4 {width: 100%;height: 40px;line-height: 38px;font-size: 14px;margin: 0;}
    #foot-customer .boxs {flex-direction: column;border-width: 1px 0 0;}
    #foot-customer .boxs &gt; dl {width: calc(100%/1);padding: 20px 10px;}
    #foot-customer .boxs &gt; dl + dl {border-left: 0;border-top: 1px solid #ddd;}
    #foot-customer .boxs &gt; dl &gt; dt {margin-bottom: 15px;font-size: 16px;color: #111;}
    #foot-customer .boxs &gt; dl &gt; dd &gt; img {width: 100%;}
    #foot-customer .boxs &gt; dl &gt; dd &gt; strong {padding: 5px 0;font-size: 18px;}
    #foot-customer .boxs &gt; dl &gt; dd &gt; p {font-size: 14px;}
    #foot-customer .boxs &gt; dl &gt; dd.bank {padding-top: 5px;}
    #foot-customer .boxs &gt; dl &gt; dd.bank &gt; img {width: auto;height: 22px;}
    .sub #foot-customer {padding-top: 20px;}

    .stxt-dot &gt; li {position: relative;padding: 3px 0;padding-left: 10px;font-size: 16px;line-height: 20px;}
    .stxt-dot &gt; li:after {display: block;content: '';position: absolute;top: 11px;left: 0;width: 3px;height: 3px;border-radius: 50%;background: var(--color);}
    .stxt-dot &gt; li &gt; span {font-size: 16px;line-height: 20px;}
    .stxt-dot &gt; li &gt; b {font-size: 11px;display: inline-block;vertical-align: 2px;margin-right: 2px;}

}

/**************************************************
	Ajax Popup
**************************************************/
@media screen and (max-width: 1200px){

    #popup{top: 5%;left: 5%;width: 90%;height: 90%;margin-top: 0;margin-left: 0;padding-top: 41px;}
    #popup .pop-tit{height: 40px;padding: 0 10px;}
    #popup .pop-tit h3{font-size: 13px;line-height: 40px;}
    #popup .pop-tit .close{width: 39px;height: 39px;line-height: 39px;font-size: 13px;}
    #popup .pop-wrap{height: 100%;overflow-y: auto;padding: 15px;box-sizing: border-box;}
    #popup.on{opacity: 1;}
    #popupBG{position: fixed;top: 0;left: 0;width: 100%;height: 100%;z-index: 300;background: rgba(0,0,0,0.5);opacity: 0;transition: all 0.3s;}
    #popupBG.on{opacity: 1;}

    /* sitemap */
    #popup .sitemap &gt; li{width: 49%;}
    #popup .sitemap &gt; li &gt; a{font-size: 12px;line-height: 35px;}
    #popup .sitemap &gt; li ul li a{font-size: 12px;padding: 7px 0;}

}

/**************************************************
	Ajax Popup
**************************************************/
@media screen and (max-width: 1200px){

    #popup{top: 5%;left: 5%;width: 90%;height: 90%;margin-top: 0;margin-left: 0;padding-top: 41px;}
    #popup .pop-tit{height: 40px;padding: 0 10px;}
    #popup .pop-tit h3{font-size: 13px;line-height: 40px;}
    #popup .pop-tit .close{width: 39px;height: 39px;line-height: 39px;font-size: 13px;}
    #popup .pop-wrap{height: 100%;overflow-y: auto;padding: 15px;box-sizing: border-box;}
    #popup.on{opacity: 1;}
    #popupBG{position: fixed;top: 0;left: 0;width: 100%;height: 100%;z-index: 300;background: rgba(0,0,0,0.5);opacity: 0;transition: all 0.3s;}
    #popupBG.on{opacity: 1;}

    /* sitemap */
    #popup .sitemap &gt; li{width: 49%;}
    #popup .sitemap &gt; li &gt; a{font-size: 12px;line-height: 35px;}
    #popup .sitemap &gt; li ul li a{font-size: 12px;padding: 7px 0;}

}

/**************************************************
	Main
**************************************************/
@media screen and (max-width: 1200px){

    #main #mainWrap{width: auto;margin: 0;}

    #main .visual {margin-bottom: 0;}
    #main .visual .roll .item img{position: static;margin-left: 0;width: 100%;height: auto;}
    #main .visual .slick-dots{bottom: 20px;}
    #main .visual .slick-dots li{margin: 0 2px;}
    #main .visual .slick-dots li button{width: 12px;height: 12px;}

    .mtit {margin-bottom: 20px;}
    .mtit &gt; * {text-align: center;}
    .mtit &gt; h3 {font-size: 24px;}
    .mtit &gt; p {margin-top: 5px;font-size: 14px;line-height: 1.6em;}

    .aboutusWrap .detail {padding: 20px;flex-direction: column;align-items: start;}
    .aboutusWrap .detail &gt; li + li {margin-top: 5px;}
    .aboutusWrap .detail &gt; li i {font-size: 13px;width: 15px;}
    .aboutusWrap .detail &gt; li p {font-size: 14px;}
    .aboutusWrap .detail &gt; li:not(:first-child):before {display: none;}

    .prdt-boxs {margin: 0 20px;}
    .prdt-boxs &gt; li {min-height: auto;padding: 20px;position: relative;z-index: 0;}
    .prdt-boxs &gt; li:after {display: block;content: '';position: absolute;top: 0;bottom: 0;left: 0;right: 0;background: #000;z-index: -1;opacity: 0.3;}
    .prdt-boxs &gt; li:nth-child(odd) {background-position: 100% 50%;}
    .prdt-boxs &gt; li:nth-child(even) {background-position: 0% 50%;}
    .prdt-boxs &gt; li + li {margin-top: 20px;}
    .prdt-boxs &gt; li &gt; *:not(a) {text-shadow: 2px 2px 5px rgba(0,0,0,0.1);}
    .prdt-boxs &gt; li &gt; strong {font-size: 24px;}
    .prdt-boxs &gt; li &gt; p {margin-top: 5px;font-size: 14px;line-height: 1.6em;}
    .prdt-boxs &gt; li &gt; a {margin-top: 15px;width: 110px;height: 35px;line-height: 35px;font-size: 14px;}

    .svc-boxs {margin: -5px 15px;flex-wrap: wrap;}
    .svc-boxs &gt; li {margin: 5px;width: calc(100%/2 - 5px*2);box-sizing: border-box;}
    .svc-boxs &gt; li strong {margin-top: 0;min-height: 60px;display: flex;justify-content: center;align-items: center;font-size: 15px;text-align: center;line-height: 1.4em;}
    .svc-boxs &gt; li hr {margin: 0 0 10px;}
    .svc-boxs &gt; li p {font-size: 13px;line-height: 1.6em;text-align: center;}

    .work-step {margin: -10px 15px;flex-wrap: wrap;align-items: initial;}
    .work-step &gt; li {width: calc(100%/2 - 5px*2);margin: 10px 5px;justify-content: initial;}
    .work-step &gt; li.dot {display: none;}
    .work-step &gt; li &gt; img {max-width: 60%;}
    .work-step &gt; li &gt; span {font-size: 14px;}
    .work-step &gt; li &gt; em {margin-bottom: 10px;font-size: 13px;line-height: 1.2em;}
    .work-step &gt; li &gt; p {margin-top: 10px;font-size: 14px;line-height: 1.4em;}

}


/**************************************************
	Sub
**************************************************/
@media screen and (max-width: 1200px){

    #sub #content{ width: auto;padding: 20px 10px; }

    #sub .sub-vis{height: 120px;}
    #sub .sub-vis h2{font-size: 20px;}
    #sub .sub-vis h2 em{margin-top: 5px;font-size: 11px;}

    #sub .sub-tit{width: auto;margin-bottom: 10px;padding-top: 30px;}
    #sub .sub-tit h3{font-size: 24px;color: #000;text-align: center;}

    .lnbWrap{display: none;}

    #status{display: none;}

    #navigator{border-width: 0 0 1px 0;}
    #navigator &gt; ul{width: auto;border-left: none;padding-left: 40px;}
    #navigator &gt; ul &gt; li{width: 50%;box-sizing: border-box;}
    #navigator &gt; ul &gt; li &gt; a{min-width: 0;font-size: 13px;padding: 0 20px 0 10px;line-height: 40px;background-size: 8px auto;}
    #navigator &gt; ul &gt; li:first-child{position: absolute;top: 0;left: 0;width: 40px;}
    #navigator &gt; ul &gt; li:first-child a{width: 40px;background: none;}
    #navigator &gt; ul &gt; li.d2{border: none;}
    #navigator &gt; ul &gt; li &gt; ul{top: 40px;left: -1px;}
    #navigator &gt; ul &gt; li.d2 &gt; ul{border-right: none;}
    #navigator &gt; ul &gt; li &gt; ul li a{padding: 10px;font-size: 13px;}

    /* 마이페이지 */
    .tblWrap{overflow-x: scroll;}
    .tblWrap table{min-width: 700px;table-layout: auto;}
    .tblWrap table tr &gt; *{width: auto;}

    #smb_my_ov .my_ov_name{line-height:20px;padding:15px;font-size:14px;}
    #smb_my_act {position:static;}
    #smb_my_act{position: absolute;top: 15px;right: 15px;float:none;margin:0;padding:0;list-style:none}
    #smb_my_act li {float:none;display: inline-block;vertical-align: top;margin: 0;margin-left: 2px;}
    #smb_my_act li a{font-size: 13px;letter-spacing: -1px;}
    #smb_my_act li .btn_admin{display: none;}
    #smb_my_ov .cou_pt{position:static;text-align: center;border: 1px solid #ccc;border-width: 0 1px 0 1px;}
    #smb_my_ov .cou_pt dt:first-child{margin-left: 0;}
    #smb_my_ov .cou_pt dt{display: inline-block;vertical-align: top;float:none;width:auto;line-height: 25px;margin-right: 5px;margin-left: 15px;font-size: 13px;}
    #smb_my_ov .cou_pt dd{display: inline-block;vertical-align: top;float:none;width:auto;line-height: 25px;40px;text-align:left;padding:0;margin-right: 5px;font-size: 13px;}
    #smb_my_ov .cou_pt dd a{color:#000;font-weight:bold;font-size:1.167em}
    #smb_my_ov .op_area{border-top: 1px solid #ddd;display: block !important;}
    #smb_my_ov .op_area:after {display:block;visibility:hidden;clear:both;content:""}
    #smb_my_ov .op_area dt{width:30%;}
    #smb_my_ov .op_area dd{width:70% !important;}
    .my_ov_btn{display: none;}

    .smb_my_more a{font-size: 13px;letter-spacing: -1px;}

    .list_02 ul{margin: -2px;}
    .list_02 li{margin: 2px;width: calc(50% - 4px);}
    .list_02 li img{margin-bottom: 10px;}
    .list_02 li .smb_my_tit a{overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}









    #sub1_aboutus {margin-top: 0;}
    #sub1_aboutus .memo {margin-top: 20px;display: block;}
    #sub1_aboutus .memo &gt; p {width: initial;font-size: 14px;line-height: 1.6em;}

    .secline {margin: 50px 0;}

    .stit {margin-bottom: 20px;}
    .stit &gt; h3 {font-size: 20px;}
    .stit &gt; h4 {font-size: 18px;}
    .stit &gt; h4.lbar {padding-left: 12px;}
    .stit &gt; h4.lbar:after {top: 3px;width: 3px;height: 18px;}
    .stit &gt; p {margin-top: 5px;font-size: 14px;}
    .stit .stxt-dot {margin-top: 5px;}

    .stxt1 {font-size: 14px;}
    .stxt1.bgGray {padding: 15px;}

    .img-box {padding: 15px;}

    .imgs {margin: -1px;}
    .imgs &gt; img {margin: 1px;}

    .his-wrap {display: block;}
    .his-wrap .img {width: initial;}
    .his-wrap .img p {margin-top: 5px;font-size: 13px;color: #111;}
    .his-wrap .cont {margin-left: 0;margin-top: 50px;width: initial;}
    .his-wrap .cont h3 {margin-bottom: 20px;text-align: center;font-size: 24px;}
    .his-wrap .his-group &gt; dl &gt; dt {width: 80px;font-size: 24px;}
    .his-wrap .his-group  .stxt-dot &gt; li {font-size: 14px;line-height: 1.6em;padding-left: 10px;}
    .his-wrap .his-group  .stxt-dot &gt; li:after {top: 12px;}

    .suspicious-list {margin: -5px;}
    .suspicious-list &gt; li {width: calc(100%/1 - 5px*2);margin: 5px;padding: 15px;}
    .suspicious-list &gt; li .img {height: 80px;}
    .suspicious-list &gt; li &gt; strong {margin-top: 15px;font-size: 16px;line-height: 1.4em;}
    .suspicious-list &gt; li &gt; p {margin-top: 5px;font-size: 14px;line-height: 1.6em;}

    .certificate-list {margin: -5px;}
    .certificate-list &gt; li {margin: 5px;width: calc(100%/2 - 5px*2);}
    .certificate-list &gt; li &gt; p {margin-top: 0;padding: 5px 0 10px;font-size: 14px;}

    #bd-wrap .btn1 {height: 35px;line-height: 33px;width: 120px;}
    #bd-wrap .inp {height: 35px;padding-left: 10px;font-size: 12px;}
    #bd-wrap select {padding-left: 5px;font-size: 12px;}
    #bd-wrap textarea {padding: 5px;font-size: 12px;height: 100px;}
    #bd-wrap .w440px {width: 50%;}
    #bd-wrap .table1 colgroup {display: none;}
    #bd-wrap .table1 tr &gt; * {padding: 10px 2px;}
    #bd-wrap .table1 tr &gt; th {font-size: 11px;line-height: 15px;}
    #bd-wrap .table1 tr &gt; td &gt; * {margin: 1px 0;}
    #bd-wrap .table1 .btn1 {margin-left: 1px;font-size: 12px;width: auto;padding: 0 5px;}
    #bd-wrap .btnWrap &gt; * {width: auto;height: 50px;line-height: 48px;font-size: 14px;padding: 0 30px;}

    .table1.tbl-view tr &gt; * {padding-top: 15px;padding-bottom: 15px;}

    .stxt-boxs {margin: -2px;}
    .stxt-boxs &gt; li {margin: 2px;width: calc(100%/2 - 2px*2);padding: 10px 2px;}
    .stxt-boxs &gt; li.w33 {width: calc(100%/1 - 2px*2);}
    .stxt-boxs &gt; li.w50 {width: calc(100%/2 - 2px*2);}
    .stxt-boxs &gt; li.w100 {width: calc(100%/1 - 2px*2);}
    .stxt-boxs &gt; li p {font-size: 14px;text-align: center;color: #444;}
    .stxt-boxs.tal &gt; li {padding: 20px 15px;}
    .stxt-boxs.tal &gt; li b {font-size: 16px;}
    .stxt-boxs.tal &gt; li p {font-size: 14px;text-align: left;}

    .tbl-wrap {margin: -5px;}
    .tbl-wrap &gt; * {margin: 5px;width: calc(100% - 5px*2);}
    .tbl-wrap &gt; *.w33 {width: calc(100%/1 - 5px*2);}

    .stxt-wrap &gt; dt {font-size: 14px;}
    .stxt-wrap &gt; dd {padding: 20px 0;}
    .stxt-wrap &gt; dd.pad30 {padding: 15px;}

    .stxt-wrap2 &gt; dt {margin-bottom: 5px;padding: 10px;font-size: 14px;}
    .stxt-wrap2 &gt; dd .stxt-boxs &gt; li {width: calc(100%/2 - 2px*2);}
    .stxt-wrap2 &gt; dd .stxt-boxs &gt; li.w100 {width: calc(100%/1 - 2px*2);}
    .stxt-wrap2 &gt; dd .stxt-boxs &gt; li p {font-size: 14px;color: #444;}
    .stxt-wrap2 &gt; dd .stxt-boxs.step &gt; li:nth-child(even):after {display: block;content: '\f138';font-family: 'axicon';font-size: 20px;color: var(--color);position: absolute;top: 50%;left: 0;transform: translate(-13px, -55%);}
    .stxt-wrap2.blue &gt; dt {background: #1e7ccc;}

    .stxt-wrap3 {display: block;}
    .stxt-wrap3 &gt; dt {margin-right: 0;margin-bottom: 20px;}
    .stxt-wrap3 &gt; dt img {display: block;}
    .stxt-wrap3 &gt; dd,
    .stxt-wrap3 &gt; dd &gt; span {font-size: 14px;line-height: 1.6em;}

    .table1 tr &gt; * {padding: 10px 2px;}
    .table1 tr &gt; th.bgBlue {font-size: 12px;}
    .table1 tr &gt; th.bgGrya {font-size: 12px;padding-left: 6px;padding-right: 6px;}

    .step-list {margin: -15px -5px;}
    .step-list &gt; li {margin: 15px 5px;width: calc(100%/2 - 5px*2);flex-grow: initial;flex-basis: initial;}
    .step-list &gt; li + li .ico:after {display: none;}
    .step-list &gt; li &gt; .ico img {max-width: 50%;}
    .step-list &gt; li &gt; em {margin-bottom: 5px;font-size: 14px;line-height: 1.2em;}
    .step-list .inf {margin: 15px 0 0;}
    .step-list .inf &gt; strong {font-size: 16px;}
    .step-list .inf &gt; p {font-size: 14px;}

    .img-slide {padding-bottom: 60px;position: relative;}
    .img-slide .roll {margin: -5px;position: static;}
    .img-slide .item {margin: 5px;}
    .img-slide .slick-arrow {top: auto;bottom: 0;width: 40px;height: 40px;margin-top: -20px;background-size: contain;}
    .img-slide .slick-prev {right: calc(50% + 2px);left: auto;}
    .img-slide .slick-next {left: calc(50% + 2px);right: auto;}

    .stxt-inf &gt; li {padding: 20px 0;flex-direction: column;}
    .stxt-inf &gt; li &gt; .img {width: initial;}
    .stxt-inf &gt; li &gt; .img img {height: 35px;}
    .stxt-inf &gt; li &gt; .inf {width: 100%;margin-top: 15px;}
    .stxt-inf .inf &gt; strong {font-size: 16px;}
    .stxt-inf .inf &gt; .stxt-dot {margin-top: 10px;}

    .imgs-step {margin: -10px;}
    .imgs-step &gt; li:not(.arrow) {width: calc(100%/3 - 10px*2);margin: 10px;}
    .imgs-step &gt; li.br {display: none;}
    .imgs-step &gt; li.arrow {padding-bottom: 0;font-size: 18px;}
    .imgs-step &gt; li p {margin-top: 5px;font-size: 14px;}

    .step-boxs {margin: -10px;}
    .step-boxs &gt; dl {width: calc(100%/2 - 10px*2);margin: 10px;padding: 0 10px 20px;}
    .step-boxs &gt; dl &gt; dt {padding: 10px 0;flex-direction: column;}
    .step-boxs &gt; dl &gt; dt &gt; em {font-size: 14px;text-align: center;}
    .step-boxs &gt; dl &gt; dt &gt; strong {font-size: 16px;text-align: center;}
    .step-boxs &gt; dl &gt; dd {margin-top: 15px;}




    .sct_10 {display: flex;flex-wrap: wrap;}


}
</pre></body></html>