@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 !important;} .__pcta{display: block !important;} .__tamo{display: none !important;}
@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;} .__tamo{display: block !important;} }
@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;}  .__pcta{display: none !important;} .__tamo{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 (min-width:1200px) and (max-width: 1350px){
	#sub #content{width: 880px;padding: 80px 0;}
	#sub .sub-vis h2{font-size: 30px;}
	#sub .sub-vis h2 em{font-size: 16px;}
	#sub .sub-vis .item img{width: 1400px;height: 270px;margin-left: -650px;}
}


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


	#wrap{padding-left: 0;}

	#wrap:after{display: none;}
	html{min-width: 320px;padding-top: 100px;overflow-x: hidden;}
    img{max-width:100%;height: auto;}
    table tr > *{width: auto !important;}

	#header{position: fixed;top: 0;left: 0;width: 100%;box-shadow: 0 3px 3px rgba(0,0,0,0.05);background: #fff;z-index:200;}
	#header .inWrap{display: none;}
	#header .inner{width: auto;height: 55px;}
    #header .logo{line-height: 55px;padding: 0;text-align: center;}
	#header .logo a{display: inline-block;}
    #header .logo img{width: auto;height: 55px;margin: 0 auto;}

    #header:after{content: '';display: block;position: absolute;bottom: -1px;width: 100%;height: 1px;background: rgba(0,0,0,0.05);}

	#gnbMo{display: block;overflow-x: auto;white-space: nowrap;font-size: 0;border-top:1px solid #ebebeb;text-align: center;}
	#gnbMo a{display: inline-block;vertical-align: top;padding: 0 10px;height: 44px;line-height: 44px;font-size: 13px;font-family: noto;font-weight: 200;color: #111;}
	#gnbMo a.ko{font-weight: 300;}
    #gnbMo-prev{backdrop-filter: blur(2px);display: none;position: fixed;top: 55px;left: 0;width: 44px;height: 44px;background: rgba(0,0,0,0.1) url('../images/mo-gnb-prev.png') no-repeat center center;background-size: 32px auto;}
    #gnbMo-next{backdrop-filter: blur(2px);display: none;position: fixed;top: 55px;right: 0;width: 44px;height: 44px;background: rgba(0,0,0,0.1) url('../images/mo-gnb-next.png') no-repeat center center;background-size: 32px auto;}

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

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

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

    #sns-ico{margin-top: 15px;text-align: center;}
    #sns-ico li{margin: 5px;}
    #sns-ico li img{width: 35px;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: 20px;left: 10px;display: block;width: 28px;height: 18px;}

    #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: 55px;height: 55px;background: url('../images/layout/slide-close.png') no-repeat center center;background-size: 20px auto;}

    #slide-menu{position: fixed;top: 0;left: -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 .tnb{margin-top: 10px;}
    #slide-menu .tit{height: 55px;position: relative;background: #111;}
    #slide-menu.on{left: 0;}
	#slide-menu .inWrap{padding-top: 10px;}
	#slide-menu .inWrap .tnb{display: none;}
	#slide-menu .gnb .cate{padding-top: 15px;margin-top: 15px;}
	#slide-menu .gnb .cate:first-child{padding-top: 0;margin-top: 0;}
	#slide-menu .inWrap .telBox{padding-bottom: 15px;margin-bottom: 15px;}
	.inWrap .infoDownload{margin: 20px 10px 15px;}

    #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;}

    #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;}

    #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 tr > *{font-size: 11px;line-height: 15px;}

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

    .custlab{font-size: 13px;min-width: 70px;}
    .custlab input{display: none;}
	#snsicoWrap {position: static;}
	#sns-ico{position: fixed;bottom:85px;right:5px;margin-top: 0;z-index:10;}



}

@media all and (max-width: 750px){
	#footer address{font-size: 9px;}
}

/**************************************************
	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 > 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;}

}


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

    #main #mainWrap{width: auto;margin: 0;padding: 20px 10px;}

    #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;}

	#wrap .infoType1{padding: 80px 0 100px;}
	#wrap .infoType1 dd{font-size: 24px;line-height: 32px;}

	#wrap .infoType1 .mainLogo{margin-top: 20px;}
	#wrap .infoType1 .mainLogo img{width: 50%;height: auto;}

	#mainWrap .section3{display: block;}
	#mainWrap .section3 .box{display: block;width: 100%;text-align: center;padding: 35px 20px;}
	#mainWrap .section3 .box1 .inquiryLef{display: block;width: 100%;box-sizing:border-box;text-align: center;}
	#mainWrap .section3 .box .title dt{font-size: 28px;margin-bottom: 15px;}
	#mainWrap .section3 .box1 .inquiryBox{width: 100%;box-sizing:border-box;margin-top: 20px;}

	#mainWrap .section3 .box2{border:1px solid #ddd;border-top:0;}
	#mainWrap .section3 .box2 .bwrap{position: static;padding: 30px 15px;}

	#footer .footerText .footerLogo{position: static;width: 90px;height: auto;display: inline-block;margin-bottom: 10px;}
	#footer .footerText{padding-left: 0;text-align: center;}
	#footer .fnbWrap .inner{padding: 0 10px;box-sizing:border-box;}



}

@media all and (max-width: 750px){
	.portfolioTop >*{width: 100%;}
	#wrap .infoType1 dd{font-size: 18px;line-height: 26px;}
	#mainWrap .inp{width: 50%;}
	#wrap .logoList li{width: 25%;padding: 35px 15px;}
	#mainWrap .section5 .text{font-size: 20px;line-height: 30px;}
	#mainWrap .section5 .tel{width: 230px;height: 50px;line-height: 46px;font-size: 17px;margin-top: 25px;}
	#mainWrap .dropBtn{display: block;margin-top: 20px;}
	#mainWrap .dropBox{display: none;}
}



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

	#wrap .fullinner{width: auto;margin: 60px auto;padding: 0 15px;box-sizing:border-box;}
    #sub #content{ width: auto;padding: 20px 10px 50px;}
	#sub #content.board{padding: 80px 10px 50px;}
	#sub #content.list{padding: 80px 10px 50px;}

    #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;}

	.tabType2 li a{font-size: 12px;height: 35px;line-height: 35px;}

    .lnbWrap{display: none;}

    #status{display: none;}

	/* .tabType1 li{width: 50%;} */
	.tabType1 li a{padding: 10px;}


    #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;}

	.guideBox{display: block;width: 100%;}

	.guideBox .box{display: block;width: 100%;}
	.guideBox .box2{border-left:0;border-top:1px solid #ddd;}

	.listType1{margin: -20px -10px;}
	.listType1 li{width: 33.33%;padding: 20px 10px;}

	#portfolioView .topVis img{width: 100%;margin-left: 0;position: static;}

	.listType2{margin: -20px -10px;}
	.listType2 li{padding: 20px 10px;}
	.listType2 li .textBox .price strong{font-size: 18px;}
	.listType2 li .textBox .text{font-size: 13px;line-height: 22px;}
	#aboutus .textType1 dt{font-size: 20px;line-height: 28px;}
	#aboutus .textType1 dd{font-size: 16px;line-height: 24px;}
	#aboutus .location >*{display: block;width: 100%;}
	#aboutus .location .locTable{display: table;}
	#aboutus .location .locTable th{width: 150px !important;padding: 0 15px;}
	#aboutus .section4{padding: 80px 0;}
	#aboutus .section1 .list{margin: 60px 0 80px;}
	#wrap .infoType2{padding: 100px 0 50px;}
	#wrap .fullinner.location{margin-top: 30px;}
	#aboutus{margin-bottom: 80px;}
	#aboutus .section2 .list{margin: 70px 0 0;}
	.textType1{padding: 0 15px;}
	#writeIv .process .img img{width: 100%;}
	.formType1 .fieldWrap{padding: 30px;}
	.formType1 fieldset#captcha{margin-top: 0;}

	#wrap .listBottom .cont1{width: auto;left:0;margin-left: -10px;margin-right: -10px;padding-left: 10px;padding-right: 10px;}
	#wrap .listBottom .title{margin-bottom: 30px;}
	#wrap .listBottom .title dt{font-size: 24px;}
	#wrap .listBottom .title dd{font-size: 18px;}
	#wrap .listBottom .lbProcess dt{font-size: 16px;}
	#wrap .listBottom .lbProcess dd{font-size: 13px;line-height: 20px;letter-spacing: -1px;padding: 0 10px;word-break:keep-all !important; -ms-word-break: break-all; word-break: break-all; word-break: break-word; -webkit-hyphens: auto; -moz-hyphens: auto; hyphens: auto; }

	#portfolioView .topVis .cover{text-align: left;padding-left: 15px;}
	#portfolioView .topVis .cover .text{width: auto;margin-top: 0;}

	#portfolioView .topVis .cover .text dt{font-size: 30px;}
	#portfolioView .topVis .cover .text dd{font-size: 20px;}

	#footer .partnersList li{width: 25%;padding: 0 20px;box-sizing:border-box;margin: 0;}





    /* [220726 kyj] 건별 */
    #editing{margin-bottom: 50px;}
    #editing .textType1 {padding: 70px 0;}
	#editing .textType1 dt{font-size: 20px;line-height: 28px;}
	#editing .textType1 dd{font-size: 16px;line-height: 24px;}
    #editing .section1 .list {margin: 60px 0 80px;}
    #editing .section2 .list {margin: 70px 0 0;}
    #editing .section3 {width: auto;margin: 0 auto 70px;}
    #editing .section3 .list {margin: -2%;}
    #editing .section3 .list > li {margin: 2%;width: calc(100%/7 - 4%);}
    #editing .section3 .list > li > img {height: 50px;}
    #editing .section3 .list > li > p {font-size: 16px;padding-bottom: 40px;}
    #editing .section4{padding: 70px 0;margin-bottom: 70px;}
    #editing .section4 .textType1 {margin-bottom: 40px;}
    #editing .section4 .step > li > strong {font-size: 20px;}
    #editing .section4 .step > li > strong em {font-size: 16px;}
    #editing .section5 .text > dt{font-size: 20px;line-height: 28px;}
    #editing .section5 .text > dd{font-size: 16px;line-height: 24px;}

    #homepage{margin-bottom: 50px;}
    #homepage .textType1 {padding: 70px 0;}
	#homepage .textType1 dt{font-size: 20px;line-height: 28px;}
	#homepage .textType1 dd{font-size: 16px;line-height: 24px;}
    #homepage .section1 .list {margin: 60px 0 80px;}
    #homepage .section2 .list {margin: 70px 0 0;}
    #homepage .section3 {width: auto;margin-bottom: 70px;}
    #homepage .section3 .list {margin: -2%;}
    #homepage .section3 .list > li {margin: 2%;width: calc(100%/7 - 4%);}
    #homepage .section3 .list > li > img {height: 50px;}
    #homepage .section3 .list > li > p {font-size: 16px;padding-bottom: 40px;}
    #homepage .section4{padding: 70px 0;margin-bottom: 70px;}
    #homepage .section4 .textType1 {margin-bottom: 40px;}
    #homepage .section4 .step > li > strong {font-size: 20px;}
    #homepage .section4 .step > li > strong em {font-size: 16px;}
    #homepage .section5 .text > dt{font-size: 20px;line-height: 28px;}
    #homepage .section5 .text > dd{font-size: 16px;line-height: 24px;}
    #homepage .section6 {padding: 70px 20px;}
    #homepage .section6 .count {margin: -2%;}
    #homepage .section6 .count > li {margin: 2%;width: calc(100%/3 - 4%);}
    #homepage .section6 .count > li > p {font-size: 16px;}
    #homepage .section6 .count > li > span {font-size: 30px;}
    #homepage .section6 .count > li > span:after {font-size: 20px;}
    #homepage .section7 {margin: 70px 20px;}
    #homepage .section7 .step {margin: -40px 0 -20px;}
    #homepage .section7 .step > li {padding: 40px 0 20px;}
    #homepage .section7 .step > li > strong {font-size: 20px;}
    #homepage .section7 .step > li > strong em {font-size: 16px;}
    #homepage .section7 .step > li > p {font-size: 16px;}

}


@media all and (max-width: 750px){
	.searchWrap1{font-size: 0;}
	.searchWrap1 select{width: 30%;margin-right: 0;}
	.searchWrap1 .searchType1{width: 68%;box-sizing:border-box;margin-left: 2%;min-width:inherit;white-space: nowrap;}
	.searchWrap1 .searchType1 .typeText{width: 85%;box-sizing:border-box;}
	.searchWrap1 .searchType1 button{width: 15%;box-sizing:border-box;}

	.listType1 li{width: 50%;}
	.listType1 li .textBox{margin-top: 10px;font-size: 14px;}

	#portfolioView .portText .top{font-size: 13px;line-height: 22px;}
	#portfolioView .pvdlWrap{margin: 20px 0 30px;}
	#portfolioView .pvdlWrap dl{width: 100%;text-align: center;padding: 20px 0;}
	#portfolioView .pvdlWrap dl:before{width: 50px;height: 1px;top:0;left:50%;margin-left: -25px;margin-top: 0;}

	.listType2 li{width: 50%;}

	#infoTab{margin-top: 50px;}

	#infoTab .tab .btn span{width: 100%;font-size: 13px;-ms-word-break: break-all !important;	word-break: break-all !important;line-height: 16px;}
	#aboutus .section3{padding: 0 10px;}
	#aboutus .profileList li{width: 50%;}
	#wrap .infoType2{padding: 50px 0 30px;}
	#wrap .infoType2 dd{font-size: 20px;line-height: 30px;}
	#aboutus .profileList li .textBox{left:10px;bottom:15px;}
	#aboutus .profileList li .textBox dt{font-size: 16px;}
	#aboutus .profileList li .textBox dd{font-size: 13px;}
	#aboutus{margin-bottom: 50px;}
	#aboutus .section5 .text{font-size: 20px;line-height: 30px;}

	.tabType1 li a{font-size: 13px;}
	.brandWrite .process .img{margin: 20px 0 60px;}
	.brandWrite .topText dt{font-size: 20px;}
	.brandWrite .process .title{padding-left: 25px;}
	.brandWrite .process .title:before{height: 100%;top:0;margin-top: 0;}
	.brandWrite .process dt{font-size: 16px;}
	.brandWrite .process dd{font-size: 13px;line-height: 22px;}
	.formType1 .fieldWrap{padding: 20px;}
	.formType1 .thumbLabel label{width: 50%;}

	.formType1 legend .btn{margin-left: 0;margin-top: 5px;}
	.formType1 .logoLabel label{width: 100%;}

	.formType1 fieldset .doubleFieldBlock .labelWrap label{display: block;width: 100%;}
	.formType1 .typeText{text-indent: 8px;font-size: 13px;}
	.formType1 .typeArea{font-size: 12px;line-height: 18px;color: #888;}
	.formType1 .thumbLabel label .img img{width: 100%;}

	#wrap .listBottom .fullinner{padding: 0;}
	#wrap .listBottom .lbProcess dt{font-size: 14px;}
	#wrap .listBottom .lbProcess dt strong{display: block;margin-right: 0;margin-bottom: 5px;}
	#wrap .listBottom .lbProcess dd{font-size: 12px;line-height: 18px;}
	#wrap .listBottom .cont1{padding-top: 50px;padding-bottom: 50px;}
	#wrap .listBottom .cont2{margin-top: 40px;}
	#wrap .listBottom .cont2 dt{font-size: 24px;margin-bottom: 10px;}
	#wrap .listBottom .cont2 dd{font-size: 14px;line-height: 22px;}
	#wrap .listBottom .cont2 .btn{width: 200px;height: 40px;line-height: 36px;font-size: 14px;}

	#snsicoWrap{right:5px}

	.guideBox{margin-top: 100px;}
	.guideBox .box{padding: 30px 15px;}
	.guideBox .box .btn{width: 160px;height: 40px;line-height: 40px;margin-top: 15px;font-size: 15px;}

	#footer .partnersList{padding: 10px 0;}
	#footer .partnersList li{width: 50%;padding: 5px 20px;}

	.selectbox{min-width:100px;}
	#tot-search fieldset .selectbox{width: 100px;}
	.tabType2{margin: -3px;}
	.tabType2 li{width: 33.33%;padding: 3px;}

	#wrap .logoList{padding: 40px 15px;}
	#mainWrap .checkWrap label{font-size: 13px;}
	#mainWrap .section3 .box1 .btn{height: 45px;line-height: 43px;}
	#mainWrap .section3 .box .title dt{font-size: 24px;margin-bottom: 10px;}
	#mainWrap .section3 .box .title dd{font-size: 13px;line-height: 21px;}

	.portfolioList li:nth-child(1),
	.portfolioList li:nth-child(2),
	.portfolioList li:nth-child(3),
	.portfolioList li:nth-child(4),
	.portfolioList li:nth-child(5),
	.portfolioList li:nth-child(6){width: 50%;}

	#aboutus .section2 .list li{width: 50%;}





    /* [220726 kyj] 건별 */
    #editing{margin-bottom: 50px;}
    #editing .textType1 {padding: 60px 0;}
    #editing .section2 .list li{width: 50%;}
    #editing .section3 {margin-bottom: 60px;}
    #editing .section3 .list {margin: -1%;}
    #editing .section3 .list > li {margin: 1%;width: calc(100%/5 - 2%);}
    #editing .section3 .list > li > img {height: 40px;}
    #editing .section4{padding: 60px 0;margin-bottom: 60px;}
    #editing .section4 .textType1 {margin-bottom: 30px;}
    #editing .section4 .step > li {width: calc(100%/2);padding: 15px 0 30px;}
    #editing .section4 .step > li:not(:first-child):after {display: none;}
    #editing .section4 .step > li > strong em {margin-right: 5px;}
	#editing .section5 .text > dt{font-size: 24px;margin-bottom: 10px;}
	#editing .section5 .text > dd{font-size: 14px;line-height: 22px;}
	#editing .section5 .btmText .btn,
    #editing .section3 .btmText .btn.type01 {width: 200px;height: 40px;line-height: 36px;font-size: 14px;}

    #homepage{margin-bottom: 50px;}
    #homepage .textType1 {padding: 60px 0;}
    #homepage .section2 .list li{width: 50%;}
    #homepage .section3 {margin-bottom: 60px;}
    #homepage .section3 .list {margin: -1%;}
    #homepage .section3 .list > li {margin: 1%;width: calc(100%/5 - 2%);}
    #homepage .section3 .list > li > img {height: 40px;}
    #homepage .section4{padding: 60px 0;margin-bottom: 60px;}
    #homepage .section4 .textType1 {margin-bottom: 30px;}
    #homepage .section4 .step > li {width: calc(100%/2);padding: 15px 0 30px;}
    #homepage .section4 .step > li:not(:first-child):after {display: none;}
    #homepage .section4 .step > li > strong em {margin-right: 5px;}
	#homepage .section5 .text > dt{font-size: 24px;margin-bottom: 10px;}
	#homepage .section5 .text > dd{font-size: 14px;line-height: 22px;}
	#homepage .section5 .btmText .btn{width: 200px;height: 40px;line-height: 36px;font-size: 14px;}
    #homepage .section3 .btmText .btn.type01 {width: 200px;height: 40px;line-height: 36px;font-size: 14px;}
    #homepage .section6 {padding: 60px 0;}
    #homepage .section6 .inner {margin: 0 20px;}
    #homepage .section6 .count {margin: -1%;}
    #homepage .section6 .count > li {margin: 1%;width: calc(100%/3 - 2%);}
    #homepage .section6 .count > li > p {padding-bottom: 10px;margin-bottom: 10px;border-bottom: 1px solid #fff;}
    #homepage .section6 .count > li > span:after {margin-left: 10px;}
    #homepage .section7 {margin: 60px 20px;}
    #homepage .section7 .step {margin: -15px 0;}
    #homepage .section7 .step > li {padding: 15px 0;}
    #homepage .section7 .step > li > * {display: block;}
    #homepage .section7 .step > li > strong {width: auto;}
    #homepage .section7 .step > li > strong em {position: static;}
    #homepage .section7 .step > li > p {width: auto;margin-top: 15px;}

}

