@charset "utf-8";
/**************************************************

	Respond.css ( ver 1.0.2 )

**************************************************/
/**************************************************
	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;} }

/**************************************************
	아이폰 하이브리드앱에서 노치 겹침현상 방지
    ( 노치 높이 만큼 html에 자동으로 padding 부여 )
**************************************************/
html{
    padding-top: constant(safe-area-inset-top);
    padding-top: env(safe-area-inset-top);
}
#header{
    padding-top: constant(safe-area-inset-top);
    padding-top: env(safe-area-inset-top);
}

/**************************************************
	Layout
**************************************************/
@media screen and (max-width: 1200px){

	html{min-width: 320px;padding: 50px 0 40px !important;overflow-x: hidden;}
    img{max-width:100%;}

    #aside {position: fixed;top: auto;bottom: 0;right: 0;width: 100%;transform: translateY(0%);z-index: 88;}
    #aside .btns {width: auto;padding: 0;border-radius: 0;display: flex;justify-content: space-between;}
    #aside .btns > li {flex-grow: 1;}
    #aside .btns > li:not(:first-child) {margin-top: 0;}
    #aside .btns > li > img {display: none;}
    #aside .btns > li > p {font-size: 13px;letter-spacing: -0.07em;line-height: 40px;text-shadow: 0 0 5px rgba(0,0,0,0.2);}
    #aside .btns > li:hover .sbtn {display: none;}

	#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: 20px;height: 100%;line-height: 50px;}
    #header .logo img{width: auto;height: 35px;}
    #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;}

    .sttWrap {padding: 15px 10px; box-sizing: border-box}
    #status > ul > li a {font-size: 14px; line-height: 22px}
    #status > ul > li .spr {margin: 0 10px; font-size: 11px; line-height: 22px}

    #hd-lan{display: none;}
    #hd-sch{display: none;}

    #footer .inner{width: auto;padding: 30px 0;}
    #footer h2 {display: none;}
    #footer address{margin-left: 0;font-size: 10px;line-height: 1.6em;text-align: center;}
    #footer address hr{display: block;border: none;margin: 0;height: 0;}

    #sns-ico{position: static;transform: translateY(0%);margin-top: 15px;text-align: center;}
    #sns-ico li{margin: 2px 5px;}
    #sns-ico li img{width: 18px;height: auto;}

    #ft-fam{display: none;}

    #gotop{display: none;}

    #fnb{text-align: center;}
    #fnb > li{display: inline-block;padding: 0 5px;}
    #fnb > li:first-child{padding-left: 0;background: none;}
    #fnb > li a{font-size: 11px;color: #b3b3b3;letter-spacing: -1px;line-height: 35px;}

    #slide-btn{top: 50%;margin-top: -8px;right: 20px;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: #1f42b2;}
    #slide-menu.on{right: 0;}

    #tnb-mo{text-align: center;line-height: 40px;background: #f7f7f7;}
    #tnb-mo > li{display: inline-block;margin: 0 10px;}
    #tnb-mo > li a{font-size: 12px;color: #333;}

    #gnb-mo > li{border-bottom: 1px solid #e1e1e1;}
    #gnb-mo > li > a{display: block;line-height: 40px;padding: 0 15px;font-size: 14px;letter-spacing: -1px;color: #333;text-decoration: none;}
    #gnb-mo > li > ul{padding: 10px 15px;border-top: 1px solid #e1e1e1;background: #f7f7f7;display: none;}
    #gnb-mo > li > ul li a{line-height: 30px;font-size: 14px;color: #666;text-decoration: none;}
    #gnb-mo > li.hidden-gnb{display: none;}
    #gnb-mo li.active > a{color: #1f42b2;}

    #hd-lan-mo{position: absolute;top: 0;left: 15px;z-index: 92;}
    #hd-lan-mo > 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 > 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 > 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 > 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 > ul{display: block;}

    #hd-sch-mo{position: absolute;top: 14px;left: 85px;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;}

    /* 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 tr > *{font-size: 11px;line-height: 15px;}

    .table1 .no {display: none;}
    .table1 .name {display: none;}
    .table1 .tel {display: none;}
    .table1 .img img {max-width: 40px;height: auto !important;}

    .pageing {padding: 30px 20px;border-width: 5px;font-size: 24px;line-height: 1.4em;box-shadow: 0 0 5px rgba(0,0,0,0.2);border-radius: 10px;}

    /* Button */
    .btnWrap{ margin-top: 20px; }
    .btnWrap > *{margin: 0 1px;}
    .btn1.big, .btn2.big, .btn3.big{ min-width: auto;height: 40px;line-height: 38px;padding: 0 20px;font-size: 14px; }

}

@media screen and (max-width: 750px){

    .sttWrap {padding: 10px; box-sizing: border-box}
    #status > ul > li a {font-size: 11px; line-height: 18px}
    #status > ul > li .spr {margin: 0 5px; font-size: 11px; line-height: 18px}

}

/**************************************************
	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;}

    #popup2{position: fixed;top: 50%;left: 50%;width: 1200px;height: 700px;margin-top: -350px;margin-left: -600px;padding-top: 135px;z-index: 301;background: #fff;border-radius: 5px;overflow: hidden;box-sizing: border-box;opacity: 0;transition: all 0.3s;box-shadow: 0 0 10px rgba(0,0,0,0.1);}
    #popup2 .pop-tit{position: absolute;top: 0;left: 0;width: 100%;height: 135px;box-sizing: border-box;}
    #popup2 .pop-tit h3{font-size: 42px;color: #000000;font-weight: 500;line-height: 135px;text-align: center;}
    #popup2 .pop-tit .close{display: block;position: absolute;top: 0;right: 0;width: 135px;height: 135px;line-height: 135px;text-align: center;font-size: 52px;color: #000;background: #fff;}
    #popup2 .pop-tit .close:hover {text-decoration: none;}
    #popup2 .pop-wrap{height: 100%;overflow-y: auto;padding: 15px;box-sizing: border-box;}
    #popup2 .btnWrap {margin-top: 80px;}
    #popup2 .btn3.big {background-color: #282e6d !important;border-color: #282e6d !important;min-width: 400px;height: 80px;line-height: 78px;font-size: 22px;}

    #popupstory{top: 5%;left: 5%;width: 90%;height: 90%;margin-top: 0;margin-left: 0;padding-bottom: 80px;}
    #popupstory .pop-tit{height: 80px;padding: 0 20px;padding-right: 80px;}
    #popupstory .pop-tit h3{font-size: 18px;font-weight: 700;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
    #popupstory .pop-tit span{margin-top: 0;font-size: 14px;}
    #popupstory .pop-tit .close{width: 80px;height: 80px;line-height: 80px;font-size: 32px;}
    #popupstory .pop-wrap{height: 100%;overflow-y: auto;padding: 15px;box-sizing: border-box;}

    #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 > li{width: 49%;}
    #popup .sitemap > li > a{font-size: 12px;line-height: 35px;}
    #popup .sitemap > li ul li a{font-size: 12px;padding: 7px 0;}

    .story-pop .slick-arrow {display: none !important;width: 40px;height: 40px;top: calc(50% - 40px/2);}
    .story-pop .slick-prev {left: -50px;}
    .story-pop .slick-next {right: -50px;}

}


/**************************************************
	Main
**************************************************/
@media screen and (max-width: 1200px){

    #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;border-radius: 50%;}

    #main .visual .roll .item .slide_txt {
        position:absolute;
        top:45%;
        left:50%;
        transform:translate(-50%,-50%);
        padding:0 1.0rem;
        width:96%;
        max-width:1200px;
        z-index: 1;
    }
    #main .visual .roll .item .slide_txt .main_slide_sbj {
        margin-bottom:2.5rem;
    }
    #main .visual .roll .item .slide_txt .main_slide_sbj p {
        letter-spacing: -1px;
        font-size:2.5rem;
        line-height:1.15;
    }
    #main .visual .roll .item .slide_txt .main_slide_sub_txt p {
        font-size:1.125rem;
    }

    #main .about {padding: 40px 20px;}
    #main .about .list > li:not(:first-child) {margin-top: 20px;}
    #main .about .list > li .inf {position: static;background: #fff;opacity: 1;padding: 20px;}
    #main .about .list > li .inf > * {color: #222;}
    #main .about .list > li .inf > strong {font-size: 18px;}
    #main .about .list > li .inf > p {margin-top: 3px;font-size: 14px;}
    #main .about .list > li .inf > span {display: none;}
    #main .about .list > li:nth-child(even) .inf > * {text-align: left;}
    #main .about .list > li:hover .tmb {opacity: 1;}
    #main .about .list2 {margin: 0;}
    #main .about .list2 > li {display: block;}
    #main .about .list2 > li .img {max-width: 100%;}
    #main .about .list2 > li:hover .img img {opacity: 1;}
    #main .about .list2 > li .circle {position: static;width: 100%;height: auto;background-size: 30px;border-radius: 0;padding: 20px;box-sizing: border-box;}
    #main .about .list2 > li .circle > * {margin: 0;}
    #main .about .list2 > li .circle > strong {margin-top: 10px;font-size: 18px;}
    #main .about .list2 > li .circle > p {margin-top: 5px;font-size: 14px;line-height: 1.2em;}
    #main .about .list2 > li .circle > span {display: none;}
    #main .about .list2 > li:nth-child(1) .circle {bottom: -20px;right: 20px;background-position: calc(100% - 15px) 15px;}
    #main .about .list2 > li:nth-child(2) .circle {bottom: -20px;left: 20px;background-position: calc(100% - 15px) 15px;}
    #main .about .list2 > li:nth-child(3) .circle {bottom: -20px;right: 20px;background-position: calc(100% - 15px) 15px;}
    #main .about .list2 > li:not(:first-child) {margin-top: 20px;}
    #main .about .list2 > li:nth-child(even) .circle > * {text-align: left;}

    #main .bluediamond {padding: 40px 20px;}
    #main .bluediamond .inr {margin: 0;}
    #main .bluediamond .item:not(.slick-active, .slick-center) .box {transform: scale(1);}
    #main .bluediamond .item:not(.slick-active, .slick-center) .inf {background-size: auto auto;}
    #main .bluediamond .item.slick-active:not(.slick-center) .box {transform: scale(1);}
    #main .bluediamond .item.slick-active:not(.slick-center) .inf {background-size: auto auto;}
    #main .bluediamond .item.slick-center .box {margin: 0;}
    #main .bluediamond .item:not(.slick-center) .box {margin: 0;}
    #main .bluediamond .item:not(.slick-active) + .item.slick-active:not(.slick-center) .box {right: auto;}
    #main .bluediamond .item.slick-center + .item.slick-active .box {left: auto;}
    #main .bluediamond .item:not(.slick-active, .slick-center) + .item:not(.slick-active, .slick-center) .box {right: auto;}
    #main .bluediamond .item.slick-active + .item:not(.slick-active, .slick-center) .box {left: auto;}
    #main .bluediamond .slick-list {overflow: hidden;}
    #main .bluediamond .slick-dots{margin-top: 20px;}
    #main .bluediamond .slick-dots li {margin: 0 2px;box-shadow: 0 0 0;}
    #main .bluediamond .slick-dots li button{width: 12px;height: 12px;border-radius: 50%;}

    #main .detail {padding: 40px 20px;background-size: auto 30%;background-repeat: repeat-x;}
    #main .detail .boxs {flex-wrap: wrap;}
    #main .detail .boxs > li {width: calc(100%/2 - 10px/2);margin-bottom: 10px;background: #181448;}
    #main .detail .boxs > li .tmb {opacity: 0.2;}
    #main .detail .boxs > li .inf {bottom: 50%;transform: translateY(50%);opacity: 1;background: rgba(0,0,0,0);font-size: 14px;padding: 20px 5px;}
    #main .detail .boxs > li .inf strong {display: block;margin-bottom: 10px;font-size: 24px;}

    #main .service {padding: 40px 20px;}
    #main .service .boxs {flex-wrap: wrap;margin: 0;}
    #main .service .boxs > li {width: calc(100%/2 - 10px/2);margin-bottom: 10px;padding: 0;}
    #main .service .boxs > li .in {padding: 20px 0 0;box-sizing: border-box;}
    #main .service .boxs > li .inf {margin: 0 20px 10px;}
    #main .service .boxs > li .inf > strong {font-size: 18px;}
    #main .service .boxs > li .inf > p {margin-top: 5px;font-size: 14px;}
    #main .service .boxs > li:hover {padding: 0;}
    #main .service .boxs > li:hover .in {background: #ebedf4;top: 0;}
    #main .service .boxs > li:hover .inf > * {color: #555555;}
    #main .service .boxs > li:hover .in > img.off {display: block;}
    #main .service .boxs > li:hover .in > img.on {display: none;}

}
@media screen and (max-width: 750px){
    #main .visual .roll .item .slide_txt {
        position:absolute;
        top:20%;
        left:50%;
        transform:translate(-50%,-50%);
        padding:0 1.0rem;
        width:96%;
        max-width:1200px;
        z-index: 1;
    }
    #main .visual .roll .item .slide_txt .main_slide_sbj {
        margin-bottom:5.5vw;
    }
    #main .visual .roll .item .slide_txt .main_slide_sbj p {
        letter-spacing: -1px;
        font-size:7.65vw;
        line-height:1.15;
    }
    #main .visual .roll .item .slide_txt .main_slide_sub_txt p {
        line-height:1.6;
        font-size:3.25vw;
    }

}

/**************************************************
	Sub
**************************************************/
@media screen and (max-width: 1200px){

    #sub #content{ width: auto;padding: 40px 20px; }

    #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{margin-bottom: 20px;}
    #sub .sub-tit h3{font-size: 14px;margin-top: 0;} */

    .lnbWrap{padding: 40px 20px 20px;}
    .lnbWrap .tit {width: auto;margin-bottom: 15px;min-height: 24px;line-height: 24px;font-size: 18px;}
    #lnb{width: auto;padding: 2px 0 3px;padding-left: 40px;background-size: 32px auto;}
    #lnb > li{margin-right: 20px;}
    #lnb > li a{font-size: 14px;font-weight: normal;letter-spacing: -0.07em;}

    /* #status{display: none;}

    #navigator{border-width: 0 0 1px 0;}
    #navigator > ul{width: auto;border-left: none;padding-left: 40px;}
    #navigator > ul > li{width: 50%;box-sizing: border-box;}
    #navigator > ul > li > a{min-width: 0;font-size: 13px;padding: 0 20px 0 10px;line-height: 40px;background-size: 8px auto;}
    #navigator > ul > li:first-child{position: absolute;top: 0;left: 0;width: 40px;}
    #navigator > ul > li:first-child a{width: 40px;background: none;}
    #navigator > ul > li.d2{border: none;}
    #navigator > ul > li > ul{top: 40px;left: -1px;}
    #navigator > ul > li.d2 > ul{border-right: none;}
    #navigator > ul > li > ul li a{padding: 10px;font-size: 13px;} */

    .faq-boxs > li {width: 100%;margin-bottom: 10px;}
    .faq-boxs > li > .inf > strong {max-width: calc(100% - 40px);font-size: 18px;letter-spacing: -0.05em;}
    .faq-boxs > li.w100 > .tmb {padding-bottom: 72.91%;}

    .sub-banner .inr {height: auto;padding: 40px 0;}
    .sub-banner p {font-size: 24px;}
    .sub-banner img {height: 45px;}

    .sub-aboutus .banner1 {height: auto;padding: 40px 20px;}
    .sub-aboutus .banner1 .stit > h4 {font-size: 24px;}
    .sub-aboutus .banner1 .stit > p {margin-top: 10px;font-size: 14px;font-weight: normal;}
    .sub-aboutus .info1 {margin: 40px 0;}
    .sub-aboutus .info1 .stxt1 {margin-top: 20px;}
    .sub-aboutus .info2 {margin: 40px 0;}
    .sub-aboutus .info2 .stit > h4 {font-size: 24px;}
    .sub-aboutus .info2 .stit > h4:before {width: 34px;height: 4px;margin-bottom: 10px;}
    .sub-aboutus .info2 .stit > p {margin-top: 20px;font-size: 14px;}
    .sub-aboutus .circle {margin: 40px auto;align-items: flex-start;}
    .sub-aboutus .circle:after {display: none;}
    .sub-aboutus .circle > li {width: calc(100%/3 - 10px*2/3);}
    .sub-aboutus .circle > li .hov {display: block;position: static;transform: translate(0%, 0%);width: auto;height: auto;border-radius: 0;}
    .sub-aboutus .circle > li .hov > p {padding: 10px;font-size: 12px;border-radius: 20px;margin-top: 10px;word-break: break-all !important;}
    .sub-aboutus .circle > li:hover .hov {display: block;}

    .sub-bds .stit {margin-top: 40px;}
    .sub-bds .stit > img {margin-bottom: 15px;height: 40px;}
    .sub-bds .stit > h4 {font-size: 24px;}
    .sub-bds .stit > p {margin-top: 10px;font-size: 14px;font-weight: normal;}
    .sub-bds .icons {margin-bottom: 40px;display: block;text-align: center;}
    .sub-bds .icons > li {display: inline-block;vertical-align: top;width: calc(100%/2 - 10px);margin: 10px 5px;}
    .sub-bds .boxs > li:not(:first-child) {margin-top: 40px;}
    .sub-bds .boxs > li .inf {padding: 20px;}
    .sub-bds .boxs > li .inf > strong {font-size: 24px;}
    .sub-bds .boxs > li .inf > p {margin-top: 10px;font-size: 14px;font-weight: normal;}

    .sub-promise .stit {margin-top: 40px;}
    .sub-promise .stit > img {margin-bottom: 15px;height: 40px;}
    .sub-promise .stit > h4 {font-size: 24px;}
    .sub-promise .stit > p {margin-top: 10px;font-size: 14px;font-weight: normal;}
    .sub-promise .icons {margin-bottom: 40px;display: block;text-align: center;}
    .sub-promise .icons > li {display: inline-block;vertical-align: top;width: calc(100%/2 - 10px);margin: 10px 5px;}
    .sub-promise .boxs > li:not(:first-child) {margin-top: 40px;}
    .sub-promise .boxs > li .inf {padding: 20px;}
    .sub-promise .boxs > li .inf > strong {font-size: 24px;}
    .sub-promise .boxs > li .inf > p {margin-top: 10px;font-size: 14px;font-weight: normal;}

    .sub-info .stit > img {margin-bottom: 10px;}
    .sub-info .stit > h4 {font-size: 24px;}
    .sub-info .stit > p {margin-top: 10px;font-size: 14px;}

    .sub-inquiry .btn {margin-top: 40px;}
    .sub-inquiry .btn > img {max-width: 70%;}
    .sub-inquiry .btn > strong {font-size: 24px;}
    .sub-inquiry .btn > p {font-size: 14px;}

    .sub-product .tac > img:not(.__pc, .__ta, .__mo) {max-height: 100px;}



    /* 230105 */
    .sub-aboutus .info1 .absTit {padding-bottom: 30px}
    .sub-aboutus .info1 .absTit h6 {margin: 10px 0; font-size: 20px; line-height: 30px}
    .sub-aboutus .info1 .absTit h6 mark {font-size: 13px; line-height: 26px}
    .sub-aboutus .info2 .tit h5 {padding-top: 12px; font-size: 19px; line-height: 30px}
    .sub-aboutus .info2 .tit h5:before {width: 30px; height: 2px}
    .sub-aboutus .info2 .tit p {margin-top: 10px; font-size: 13px; line-height: 18px}
    .sub-aboutus .info2 .imgBox > img {max-width: 100px}
    .sub-aboutus .info2#posi1 .imgBox > img {top: 120px}
    .sub-aboutus .info2#posi1 .imgBox .img {padding-top: 150px}
    .sub-aboutus .info2#posi2 .imgBox > img {top: 165px; left: auto; right: -10px}
    .sub-aboutus .info2#posi3 .imgBox .img {padding-top: 220px; margin-right: 0}
    .sub-aboutus .info2#posi3 .imgBox > img {top: 200px}
    .sub-promise .stit > h4 mark {font-size: 13px; line-height: 26px}
    .sub-promise .icons > li:nth-child(even) {margin-top: 10px}
    .sub-promise .icons > li:hover {margin-top: 10px !important}
    .sub-promise .boxs > li .inf {position: static; transform: none; padding-right: 70px; background-position: right 20px center !important; background-size: 12% !important}
    .sub-promise .boxs > li .inf > strong {font-size: 18px}



    /**************************************************
    	Text common
    **************************************************/
    .mtit {margin-bottom: 30px;}
    .mtit > *:not(:first-child) {margin-top: 10px;}
    .mtit > p {font-size: 14px;}
    .mtit > h3 {font-size: 24px;}

    .stit {margin-bottom: 30px;}
    .stit > *:not(:first-child) {margin-top: 10px;}
    .stit > p {font-size: 14px;}
    .stit > p.big {font-size: 14px;}
    .stit > h4 {font-size: 24px;}

    .stxt1 {font-size: 14px;font-weight: normal;}

    #sub .align-form > li {margin-bottom: 20px;}
    #sub .align-form > li.w50 {width: 100%;}
    #sub .align-form > li > em {margin-bottom: 5px;font-size: 14px;}
    #sub .__form .sel {height: 35px;padding: 0 5px;}
    #sub .__form .inp {height: 35px;padding: 0 10px;border-bottom-color: #ccc;}
    #sub .__form input[type=file] {height: 35px;border-bottom-color: #ccc;line-height: 35px;}

    .fulldiv {left: auto;width: auto;margin-left: -20px;margin-right: -20px;}
    .fulldiv .inr {margin: 0 20px;}

}
