@charset 'utf-8';/*@import url(https://cdn.rawgit.com/hiun/NanumSquare/master/nanumsquare.css);*/
/*@import url(https://cdn.rawgit.com/openhiun/hangul/14c0f6faa2941116bb53001d6a7dcd5e82300c3f/nanumbarungothic.css);*/
/*@import url(http://fonts.googleapis.com/earlyaccess/notosanskr.css);*/
/*@import url(https://fonts.googleapis.com/css?family=Titillium+Web);*/

html, body {width:100%}
body{-webkit-text-size-adjust:none;font-family:AritaDotum, 나눔스퀘어, NanumSquare, Nanum Square, '맑은 고딕', Malgun Gothic, '돋움', dotum;font-weight:normal;font-size:14px;color:#555;line-height:1.3;word-break:keep-all;word-wrap:break-word;overflow-y:scroll;overflow-x:hidden;*overflow-y:none;background:#fff} /* -webkit-text-size-adjust:none;글자 확대 방지 추가 */
body,div,h1,h2,h3,h4,h5,h6,ul,ol,li,dl,dt,dd,p,form,fieldset,input,table,tr,th,td{margin:0;padding:0}
ul,ol,li{list-style:none}
fieldset{border:none;vertical-align:top}
legend,
caption {display:none}
table {border-collapse:collapse;border-spacing:0}
a {color:#666;text-decoration:none;line-height:1}
a:hover, a:active, a:focus{text-decoration:none}
img {border:0;vertical-align:middle}
input[type=radio],input[type=checkbox],input[type=image] {border:none;padding:0}
input[type=text],
input[type=password],
input[type=file] {background:#fff}
input[type=file],
input[type=submit] {border:none}
input, select, button {font-family:AritaDotum, 나눔스퀘어, NanumSquare, Nanum Square, '맑은 고딕', Malgun Gothic, '돋움', dotum;font-size:14px;padding:5px;color:#555;vertical-align:middle;background:#fff;border:1px solid #d8d8d8}
label {cursor:pointer}
select {padding:3px}
textarea{padding:4px;font:normal 14px AritaDotum, 나눔스퀘어, NanumSquare, Nanum Square, '맑은 고딕', Malgun Gothic, '돋움', dotum;color:#444;background:#fff;border:1px solid #c9c9c9}
address, caption, cite, code, dfn, em, th, var {font-style:normal;font-weight:normal}
header, footer, section, article, aside, nav, hgroup, details, menu, figure, figcaption {display:block} 

/* layout */
#wrap {width:100%;height:100%}
#header {position:relative;height:125px;z-index:900}
#footer {padding:60px 0;background:#4d4d4d;box-sizing:border-box}

/* Main */
.main-visual {width:1400px;height:695px;margin:0 auto}
.main-visual .visual-item {position:relative;height:695px;text-align:center}
.main-visual .visual-item .item-info {position:absolute;left:0;top:50%;width:100%;height:160px;margin-top:-50px}
.main-visual .visual-item .item-info .item-tit {font-size:55px;color:#fff}
.main-visual .visual-item .item-info .btn-view {display:inline-block;height:45px;line-height:45px;padding:0 40px;margin-top:40px;font-size:18px;color:#fff;border:3px solid #fff;background:rgba(0,0,0,.7) url(../images/icon/icon_arrow_02.png) no-repeat 90% 50%;background-size:13px}
.main-visual .visual-item .item-info .btn-view:hover {border:3px solid #ec6100;background:rgba(0,0,0,.7) url(../images/icon/icon_arrow_02.png) no-repeat 93% 50%;background-size:13px}

/* Main : 비주얼 */
#mainVisual {position:relative;width:1400px;margin:0 auto;overflow:hidden}
#mainVisual .visual-item{position:relative;width:100%;overflow:hidden}
#mainVisual .visual-item > img{
	margin-top:-5%;
	width:100%;-ms-transform: scale(2.0,2.0);/* IE 9 */
	-o-transform: scale(2.0,2.0);/* IE 9 */
	-moz-transform: scale(2.0,2.0);/* IE 9 */
	-webkit-transform: scale(2.0,2.0);/* Chrome, Safari, Opera */
	transform: scale(2.0,2.0);
	-webkit-transition:transform 5000ms  ease-in-out ;/* Safari */
	-moz-transition:transform 5000ms ease-in-out ;/* Safari */
	-o-transition:transform 5000ms ease-in-out ;/* Safari */
	-ms-transition:transform 5000ms ease-in-out ;/* Safari */
    transition:transform 5000ms ease-in-out }
#mainVisual .visual-item:focus{outline:none}
#mainVisual .visual-txt{position:absolute}
#mainVisual .visual-inner-txt{border-left:1px solid rgba(255,255,255,0.3);padding-left:0;color:#fff;padding-bottom:30px}
#mainVisual .visual-inner-txt h2,#mainVisual .visual-inner-txt strong,#mainVisual .visual-inner-txt span,#mainVisual .visual-inner-txt  p{
	display:block;opacity:0;filter:Alpha(opacity=0);-moz-transform:translateX(10%);-ms-transform:translateX(10%);transform:translateX(10%);-moz-transition:all 0.5s;-ms-transition:all 0.5s;transition:all 0.5s}
#mainVisual .visual-inner-txt strong{padding:40px 0 15px;font-size:20px;font-weight:300;transition-delay:0.2s;line-height:25px}
#mainVisual .visual-inner-txt span{font-size:13px;font-weight:300;transition-delay:0.4s}
#mainVisual .visual-inner-txt p{padding-top:15px;line-height:24px;transition-delay:0.6s}
#mainVisual .visual-txt a {margin-left:80px;color:#fff;opacity:0;filter:Alpha(opacity=0);transition:all 0.5s 0.8s}

.brochure {position:absolute;right:0;/*top:0*/top:-10000px}
.brochure a {display:block;width:150px;height:150px;padding:30px 20px;font-size:19px;color:#fff;text-align:center;box-sizing:border-box;background:#10ac94 url(../images/icon/icon_brochure.png) no-repeat center 80%;background-size:36px}
.brochure a:hover {background-color:#ec6100}
.brochure a > span {display:block;padding-top:10px;font-size:14px;color:rgba(255,255,255,.8);font-style:italic}
.brochure a:hover > span {color:#fff}
.brochure.quick-estimate {right:auto;left:0;bottom:0}
.brochure.quick-estimate a {background:#ec6100 url(../images/icon/icon_arrow_03.png) no-repeat center 85%;background-size:24px}


/* active */
#mainVisual .visual-item.active > img{
	-ms-transform: scale(1.0,1.0);/* IE 9 */
	-o-transform: scale(1.0,1.0);/* IE 9 */
	-moz-transform: scale(1.0,1.0);/* IE 9 */
	-webkit-transform: scale(1.0,1.0);/* Chrome, Safari, Opera */
	transform: scale(1.0,1.0)}
#mainVisual .active .visual-inner-txt h2,
#mainVisual .active .visual-inner-txt strong,
#mainVisual .active .visual-inner-txt span,
#mainVisual .active .visual-inner-txt  p{
	-moz-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}
#mainVisual .active .visual-inner-txt h2,
#mainVisual .active .visual-inner-txt strong,
#mainVisual .active .visual-txt a{
	margin-left:0;opacity:1.0;filter:Alpha(opacity=100)}
#mainVisual .active .visual-inner-txt span{
	opacity:0.73;filter:Alpha(opacity=73)}
#mainVisual .active .visual-inner-txt  p{
	opacity:1;filter:Alpha(opacity=100)}

#mainVisual .slick-arrow{
	position:absolute;bottom:10%;margin-bottom:17%;width:63px;height:59px;background:none;border:1px solid rgba(255,255,255,.2);cursor:pointer;z-index:99;font-size:0;-webkit-transition:all 300ms;-moz-transition:all 300ms;-o-transition:all 300ms;-ms-transition:all 300ms;transition:all 300ms
}
#mainVisual .slick-arrow.slick-prev{left:3%;background:url(../images/btn/main_visual_prev_btn.png) no-repeat center 50%;background-size:11px !important}
#mainVisual .slick-arrow.slick-next{right:3%;background:url(../images/btn/main_visual_next_btn.png) no-repeat center 50%;background-size:11px !important}
#mainVisual .slick-arrow.slick-prev:hover {left:3.5% !important;border:1px solid rgba(255,255,255,.5)}
#mainVisual .slick-arrow.slick-next:hover {right:3.5% !important;border:1px solid rgba(255,255,255,.5)}
#mainVisual .scroll-icon{position:absolute;bottom:32px;left:50%;width:72px;margin-left:-36px;text-align:center}
#mainVisual .scroll-icon span{display:block;color:#fff;font-weight:300;font-size:10px;opacity:0.75;filter:Alpha(opacity=75);margin-bottom:15px}

.item-mask-bg {position:absolute;left:0;top:0;right:0;bottom:0;background:rgba(0,0,0,.55)}

.estimate-inquiry {position:relative;width:370px;height:185px;margin:-90px auto 0;text-align:center;z-index:100}
.estimate-inquiry a {float:left}
.estimate-inquiry .inquiry {display:block;width:185px;height:185px;padding:32px;box-sizing:border-box;background:#ec6100 url(../images/icon/icon_arrow_03.png) no-repeat center 85%;background-size:24px}
.estimate-inquiry .inquiry .title {display:block;font-size:26px;font-weight:normal;color:#fff}
.estimate-inquiry .inquiry .exp {margin-top:20px;font-size:14px;color:rgba(255,255,255,.5)}
.estimate-inquiry .inquiry .exp strong {color:#fff}
.estimate-inquiry .inquiry.check {background:#333 url(../images/icon/icon_check_01.png) no-repeat center 85%;background-size:24px}
.estimate-inquiry a:hover {margin-top:-20px}
.estimate-inquiry.floating {width:210px;margin-top:0} /* 서브페이지에서 견적문의, 견적조회 */
.estimate-inquiry.floating .inquiry {width:150px;height:165px;padding:30px 15px}
.estimate-inquiry.floating .inquiry .title {font-size:23px;font-weight:500}

.estimate-inquiry-mobile {position:fixed;left:0;bottom:0;width:100%;height:45px;border-top:1px solid #333;background:#fff;box-sizing:border-box;z-index:100}
.estimate-inquiry-mobile ul li {float:left}
.estimate-inquiry-mobile ul li.call {width:12%}
.estimate-inquiry-mobile ul li.btn-estimate {width:44%}
.estimate-inquiry-mobile ul li.btn-estimate-check {width:44%}
.estimate-inquiry-mobile ul li a {display:block;height:45px;line-height:45px;font-size:16px;text-align:center;color:#fff}
.estimate-inquiry-mobile ul li.btn-estimate a {background:#ec6100 url(../images/icon/icon_arrow_03.png) no-repeat 90% 50%;background-size:16px}
.estimate-inquiry-mobile ul li.btn-estimate-check a {background:#333 url(../images/icon/icon_check_02.png) no-repeat 90% 50%;background-size:16px}
.estimate-inquiry-mobile ul li img {width:27px}

#contents {width:1400px;margin:110px auto;min-height:800px}
#contents h2,
#communication h2,
#instagram h2 {padding-bottom:40px;margin-bottom:60px;font-size:28px;font-weight:400;color:#333;text-align:center;background:url(../images/icon/bullet_results.png) no-repeat center bottom}
#instagram h2 em {display:block;padding-top:10px;font-size:15px}

.sub-content {width:1200px !important} /* 서브컨텐츠 영역이 1200px인 컨텐츠 */

.work-results .results-item {position:relative;width:1400px;margin:150px auto 250px}
.work-results .results-item h3 {position:absolute;left:0;top:0;width:110px;height:110px;padding:30px 10px;font-size:20px;line-height:1.2;font-weight:500;color:#fff;text-align:center;background:#ea6101;box-sizing:border-box;z-index:100}
.work-results .results-item .py-tit {position:absolute;left:50%;width:600px;margin-left:-300px;top:-90px;font-family:tahoma;font-size:80px;font-weight:bold;color:#eaeaea;text-align:center}
.work-results .results-item .py-tit.small {top:-25px;font-size:40px;letter-spacing:-1px}
.work-results .results-item .py-tit.kor {font-family:inherit}
.work-results .results-item .py-tit em {font-size:50px !important}
.work-results .results-item .py-tit em.small {font-size:40px !important}
.work-results .results-item .results-item-list {position:relative;margin-top:80px}
.work-results .results-item .results-item-list.sub-results {margin-top:0 !important} /* 시공실적 리스트 Margin Top */
.work-results .results-item .results-item-list ul li {position:relative;float:left;width:33.3%;overflow:hidden}
.work-results .results-item .results-item-list ul li a {display:block}
.work-results .results-item .results-item-list ul li a img {width:100%}
.work-results .results-item .results-item-list ul li a .list-active {display:block;position:absolute;left:0;top:0;right:0;bottom:0;text-align:center;background:rgba(0,0,0,.0)}
.work-results .results-item .results-item-list ul li a .list-active .proj-tit {display:block;padding-top:30%;font-size:22px;color:#fff;box-sizing:border-box;opacity:0}
.work-results .results-item .results-item-list ul li a .list-active .more {display:inline-block;margin-top:20px;padding:12px;border:1px solid #fff;opacity:0}
.work-results .results-item .results-item-list ul li a .list-active .py {position:absolute;right:0;bottom:30px;font-size:50px;color:#ec6100;line-height:1;opacity:0}
.work-results .results-item .results-item-list ul li a:hover .list-active {background:rgba(0,0,0,.7)}
.work-results .results-item .results-item-list ul li a:hover .list-active .proj-tit {opacity:1}
.work-results .results-item .results-item-list ul li a:hover .list-active .more {opacity:1}
.work-results .results-item .results-item-list ul li a:hover .list-active .py {bottom:0;opacity:1}
.work-results .results-item .results-item-list ul li a .list-active .more img {	
	opacity:1;
	-webkit-transform:rotate(-180deg) scale3d(1,1,1);
	transform:rotate(-180deg) scale3d(1,1,1);
	-webkit-transition:all 0.7s, -webkit-transform 0.7s;
	transition:all 0.7s, transform 0.7s
}
.work-results .results-item .results-item-list ul li a:hover .list-active .more img {	
	opacity:1;
	-webkit-transform:rotate(0deg) scale3d(1,1,1);
	transform:rotate(0deg) scale3d(1,1,1)
}

.work-results .results-item .btn-more {position:absolute;right:0;top:-30px;font-size:18px;font-weight:500;color:#999}
.work-results .results-item .btn-more span {display:inline-block;width:20px;height:20px;margin-left:10px;text-align:center;line-height:20px;border:1px solid #333}
.work-results .results-item .btn-more:hover {color:#333}
.work-results .results-item .btn-more:hover span {color:#fff;background:#333}
.work-results .results-item:last-child {margin-bottom:70px}
.work-results .results-item .total-no {display:inline-block;margin-bottom:20px;padding-left:15px;font-size:16px;color:#666;background:url(../images/icon/bullet_square_01.png) no-repeat left 50%}
.work-results .results-item .total-no em {font-weight:500;color:#333}
.work-results .results-item .results-search-top {position:absolute;right:0;top:-20px}/* 시공실적 상단 검색창 */

.results-item-view .results-headline-sec {position:relative}
.results-item-view .results-headline-sec .main-image {position:relative;display:block}
.results-item-view .results-headline-sec .main-image-mask {position:absolute;left:0;top:0;right:0;bottom:0;background-color:rgba(0,0,0,.4)}
.results-item-view .results-headline-sec .headline-exp {position:absolute;left:0;top:0;right:0;bottom:0;padding:70px 50px;text-align:center}
.results-item-view .results-headline-sec .headline-exp .headline-tit {display:block;margin-top:30px;font-size:50px;font-weight:400;color:#fff}
.results-item-view .results-headline-sec .headline-exp .headline-cont {display:inline-block;margin-top:45%}
.results-item-view .results-headline-sec .headline-exp .headline-cont dl {font-size:18px;color:#fff;text-align:left}
.results-item-view .results-headline-sec .headline-exp .headline-cont dt {float:left}
.results-item-view .results-headline-sec .headline-exp .headline-cont dd {padding-left:70px}
.results-item-view .results-view-sec {margin-top:120px;padding-bottom:80px;border-bottom:1px solid #ccc;text-align:center}
.results-item-view .results-view-sec h3 {padding:0 !important;border:0 !important;text-align:center}
.results-item-view .results-view-sec h3 strong {display:inline-block;padding:15px 40px;font-weight:500;font-size:22px;color:#333;border:1px solid #333}
.results-item-view .results-view-sec h3 span.en {display:block;padding:18px 0 0 10px;font-size:10px;letter-spacing:10px;color:#666}
.results-item-view .results-view-sec .view-img {padding:80px 0}
.results-item-view .results-view-sec .view-exp {margin-top:70px;font-size:18px;color:#666;line-height:1.6}
.results-item-view .results-view-sec .view-exp p b {font-weight:500}
.results-item-view .results-view-sec .view-exp img {width:100%}
.results-item-view .thumb-view {position:relative;margin-top:100px;padding:45px 80px;background:#f0f0f0}
.results-item-view .thumb-view li {position:relative;float:left;width:18.4%;margin-right:2%}
.results-item-view .thumb-view li:last-child {margin-right:0}
.results-item-view .thumb-view li a {display:block}
.results-item-view .thumb-view li .title {position:absolute;left:0;top:0;right:0;bottom:0;padding:35px;text-align:center;font-size:18px;color:#fff;line-height:1.3;background-color:rgba(0,0,0,.5);box-sizing:border-box;opacity:0}
.results-item-view .thumb-view li img {width:100%}
.results-item-view .thumb-view li:hover .title {opacity:1}
.results-item-view .thumb-view .control {position:absolute;top:50%;width:14px;height:54px;margin-top:-27px}
.results-item-view .thumb-view .control.prev {left:30px}
.results-item-view .thumb-view .control.next {right:30px}

#mcontents {padding:380px 0 130px;margin-top:-380px;background:#f2f2f2}

#communication {position:relatvie;width:1200px;margin:0 auto}
#communication .communication-cont {margin-top:70px;background:#ad9983}
#communication .communication-cont > div h3 {font-size:21px;font-weight:500;color:#fff}
#communication .communication-cont .btn-more {position:absolute;right:50px;top:50px;width:20px;height:20px;margin-left:10px;font-size:18px;color:#fff;text-align:center;line-height:20px;border:1px solid #fff}
#communication .communication-cont .btn-more:hover {color:#333;background:#fff}
#communication .communication-cont .m-press {position:relative;float:left;width:870px;padding:50px;background:#4d4d4d;box-sizing:border-box}
#communication .communication-cont .m-press .m-press-cont {margin-top:30px}
#communication .communication-cont .m-press .m-press-cont .press-vod {float:left;width:460px;margin-right:40px;text-align:center}
#communication .communication-cont .m-press .m-press-cont .press-vod .vod-tit {display:block;padding:25px 0 10px;font-size:19px;font-weight:400;color:#fff}
#communication .communication-cont .m-press .m-press-cont .press-vod .vod-txt {font-size:15px;color:#999}
#communication .communication-cont .m-press .m-press-cont .press-list {float:left;width:265px}
#communication .communication-cont .m-press .m-press-cont .press-list ul {margin-top:-40px}
#communication .communication-cont .m-press .m-press-cont .press-list li {border-bottom:1px dashed #7e7e7e}
#communication .communication-cont .m-press .m-press-cont .press-list li a {display:block;padding:40px 0}
#communication .communication-cont .m-press .m-press-cont .press-list li a .list-tit {display:block;font-size:19px;font-weight:400;color:#fff}
#communication .communication-cont .m-press .m-press-cont .press-list li a .list-exp {display:block;padding:10px 0;font-size:16px;color:#999;line-height:1.3}
#communication .communication-cont .m-press .m-press-cont .press-list li a .date {font-size:14px;color:#999}
#communication .communication-cont .m-press .m-press-cont .press-list li a:hover .list-exp {text-decoration:underline}
#communication .communication-cont .m-news {position:relative;float:left;width:330px;padding:50px 40px;box-sizing:border-box}
#communication .communication-cont .m-news .m-news-list {margin-top:30px}
#communication .communication-cont .m-news .m-news-list li {margin-bottom:25px}
#communication .communication-cont .m-news .m-news-list li a {display:block;font-size:16px;color:#594a39;line-height:1.3}
#communication .communication-cont .m-news .m-news-list li a .date {display:block;margin-top:5px;font-size:12px;color:#dbcab7}
#communication .communication-cont .m-news .m-news-list li a:hover {color:#000}
#communication .communication-cont .m-news .m-news-list li:last-child {margin-bottom:0}

/*
#instagram {width:1200px;margin:70px auto 0}
#instagram .instagram-list {margin-top:60px}
#instagram .instagram-list li {float:left;width:25%}
#instagram .instagram-list li a {display:block}
#instagram .instagram-list li a img {width:100%}
*/
#instagram {width:1200px;margin:100px auto 0}
#instagram .instagram-list {margin-top:60px}
#instagram .instagram-list li {float:left;width:10%}
#instagram .instagram-list li a {position:relative;display:block}
#instagram .instagram-list li a img {width:100%}
#instagram .instagram-list li a:hover {z-index:10}
#instagram .instagram-list li a:hover img {outline:5px solid #f0f0f0}

/* Common */
.head-inner {position:relative;width:1400px;height:125px;margin:0 auto}
.head-inner h1 {position:absolute;left:0;top:40px}
.head-inner h1 img {width:290px}
/*
.head-inner h1 span {position:absolute;top:0;opacity:0}
.head-inner h1 span > img {height:25px}
.head-inner h1 span:nth-child(1) {left:0}
.head-inner h1 span:nth-child(2) {left:27px}
.head-inner h1 span:nth-child(3) {left:53px}
.head-inner h1 span:nth-child(4) {left:75px}
.head-inner h1 span:nth-child(5) {left:96px}
.head-inner h1 span:nth-child(6) {left:120px}
.head-inner h1 span:nth-child(7) {left:160px}
.head-inner h1 span:nth-child(8) {left:182px}
.head-inner h1 span:nth-child(9) {left:202px}
.head-inner h1 span:nth-child(10) {left:220px}
.head-inner h1 span:nth-child(11) {left:238px}
.head-inner h1 span:nth-child(12) {left:265px}
*/
.head-inner .total-srh {position:absolute;left:50%;top:43px;width:480px;margin-left:-240px}
.head-inner .total-srh input {width:390px;height:40px;border:0;font-size:17px;color:#999;text-align:center;background:#f5f5f5;box-sizing:border-box}
.head-inner .total-srh input:focus {border-left:1px solid #333;background:#f9f9f9}
.head-inner .total-srh .btn-srh {width:80px;height:40px;margin-left:-5px;padding-left:15px;font-size:18px;color:#fff;cursor:pointer;border:0;background:#333 url(../images/icon/icon_arrow_01.png) no-repeat 10px 50%;box-sizing:border-box}
.head-inner .total-srh .btn-srh:hover {background-color:#ec6100}
.head-inner .btn-srh-mobile {display:none;position:absolute;right:410px;top:50px;cursor:pointer}
.head-inner .btn-srh-mobile img {width:28px}
.head-inner .head-sns {position:absolute;right:0;top:55px;width:400px}
.head-inner .head-sns li {float:left}
.head-inner .head-sns li a {display:block;padding:0 10px 0 25px;font-size:16px;color:#777}
.head-inner .head-sns li a.cafe {background:url(../images/icon/icon_cafe.png) no-repeat left 50%;background-size:17px}
.head-inner .head-sns li a.blog {background:url(../images/icon/icon_blog.png) no-repeat left 50%;background-size:17px}
.head-inner .head-sns li a.instagram {background:url(../images/icon/icon_instagram.png) no-repeat left 50%;background-size:17px}
.head-inner .head-sns li a.dshouse {background:url(../images/icon/icon_dshouse.png) no-repeat left 50%;background-size:17px}
.head-inner .head-sns li a.kakaostory {background:url(../images/icon/icon_kakaostory.png) no-repeat left 50%;background-size:17px}
.head-inner .head-sns li a:hover {color:#000}
.head-inner .head-sns .sns-btn {position:relative;display:none;width:40px;height:40px;line-height:2;margin-top:-12px;padding:4px;font-size:16px;color:#fff;text-align:center;cursor:pointer;box-sizing:border-box;background:#ec6100;z-index:1}
.head-inner .btn-gnb {display:none;position:absolute;right:0;top:50px}
.head-inner .btn-gnb img {width:35px}

.active-bg {position:fixed;left:0;top:0;width:100%;height:100%;margin-left:-100%;background-color:rgba(0,0,0,.6);z-index:800}

#mobile-header {position:fixed;top:0;right:0;bottom:0;width:200px;margin-right:-200px;background:#222;z-index:1000}
#mobile-header .mobile-wrap-inner {background:#f0f0f0}
#mobile-header .mobile-wrap-inner #gnb-mobile > ul > li > a {display:block;padding:12px 20px;font-size:16px;color:#333;border-left:3px solid #eee;border-bottom:1px solid #ddd;background:#fff url(../images/icon/gnb_bullet_02.png) no-repeat 150% 50%;background-size:12px}
#mobile-header .mobile-wrap-inner #gnb-mobile > ul > li > a:hover {background:#f9f9f9 url(../images/icon/gnb_bullet_02.png) no-repeat 150% 50%;background-size:12px}
#mobile-header .mobile-wrap-inner #gnb-mobile > ul > li > a.active {font-weight:500;border-left:3px solid #ec6100;background:url(../images/icon/gnb_bullet_02.png) no-repeat 90% 50%;background-size:12px}
#mobile-header .mobile-wrap-inner #gnb-mobile > ul > li > ul {display:none;border-bottom:1px solid #ccc}
#mobile-header .mobile-wrap-inner #gnb-mobile > ul > li > ul > li > a {display:block;padding:10px 20px;font-size:14px;border-bottom:1px solid #ddd}
#mobile-header .mobile-wrap-inner #gnb-mobile > ul > li > ul > li > a:hover,
#mobile-header .mobile-wrap-inner #gnb-mobile > ul > li > ul > li > a.active {color:#fff;background:#ec6100}
#mobile-header .mobile-wrap-inner #gnb-mobile > ul > li > ul > li:last-child > a {border-bottom:0}
#mobile-header .mobile-wrap-inner #gnb-mobile > ul > li > ul > li > a span {font-size:0}
#mobile-header .btn-gnb-close {position:fixed;left:0;top:0;width:41px;height:41px;margin-left:-41px;cursor:pointer;background:#fff url(../images/btn/btn_gnb_close.png) no-repeat center 50%;background-size:17px}

#gnb {position:fixed;left:0;top:0;bottom:0;width:240px;background:#fff}
#gnb > ul {padding:125px 30px 0 60px}
#gnb .gnb-logo {position:absolute;left:-150px;top:30px}
#gnb .gnb-logo img {width:115px}

/*
#gnb > ul > li > a {display:block;padding:5px 10px;font-size:19px;font-weight:500;color:#333;border:1px solid #999}
#gnb > ul > li > a:hover {color:#ec6100}
#gnb > ul > li > ul {margin:10px 0 20px}
#gnb > ul > li > ul > li > a {display:block;padding:5px 0;font-size:15px;color:#666;border:2px solid rgba(255,255,255,0);background:url(../images/icon/gnb_bullet_01.png) no-repeat 120% 50%}
*/
#gnb > ul > li > a {display:block;font-size:19px;font-weight:500;color:#333}
#gnb > ul > li > a:hover {color:#ec6100}
#gnb > ul > li > ul {margin:10px 0 18px}
#gnb > ul > li > ul > li > a {display:block;padding:4px 9px;font-size:16px;color:#333;border:2px solid rgba(255,255,255,0);border-left:1px solid #e5e5e5;background:url(../images/icon/gnb_bullet_01.png) no-repeat 120% 50%}
#gnb > ul > li > ul > li > a:hover,
#gnb > ul > li > ul > li > a.active {padding:4px 9px 4px 10px;color:#000;border:2px solid #333;background:url(../images/icon/gnb_bullet_01.png) no-repeat 94% 50%}
#gnb > ul > li > ul > li > a span {font-size:0}

#aside {position:fixed;right:50px;top:125px;width:150px;box-sizing:border-box;z-index:100}
#aside .work-process {width:150px}
#aside .work-process a {display:block;width:150px;height:150px;padding:30px 20px;font-size:19px;color:#fff;text-align:center;box-sizing:border-box;background:#333 url(../images/icon/bullet_process.png) no-repeat center 80%;background-size:36px}
#aside .work-process a:hover {background-color:#ec6100}
#aside .work-process a > span {display:block;padding-top:10px;font-size:14px;color:#ddd;font-style:italic}
#aside .work-process a:hover > span {color:#fff}
#aside #indigator {position:relative;margin-top:100px;text-align:center;z-index:10}
#aside #indigator ul {display:inline-block}
#aside #indigator ul li {position:relative;margin:5px 0}
#aside #indigator ul li span.btn {display:inline-block;width:14px;height:14px;border:1px solid #ddd;background:#eee;border-radius:50%}
#aside #indigator ul li .btn-active {display:none;position:absolute;left:50%;top:-2px;width:80px;height:22px;line-height:22px;margin-left:-45px;padding:1px 8px;font-size:14px;font-weight:500;color:#fff;text-align:center;background:#333;border-radius:25px}
#aside #indigator ul li .btn-active:hover {background:#666}
#aside #indigator ul li:hover .btn-active,
#aside #indigator ul li.on .btn-active {display:block}
#aside .call-center {/*margin-top:460px;*/margin-top:150px;padding:25px 0;text-align:center;border:1px solid #666;background:#fff}
#aside .call-center .tit {display:block;padding-bottom:15px;font-family:segoe UI;font-size:15px;color:#333;background:url(../images/icon/bullet_callcenter.png) no-repeat center bottom}
#aside .call-center ul {margin-top:10px}
#aside .call-center ul li {margin-top:5px;font-family:segoe UI;font-weight:500;font-size:15px;color:#666}
#aside.sub .call-center {margin-top:200px}

.footer-inner {position:relative;width:1200px;margin:0 auto}
.footer-inner .foot-cont {float:left;width:45%;padding-right:40px;border-right:1px solid #6f6f6f;box-sizing:border-box}
.footer-inner .foot-cont .foot-ci img {width:240px}
.footer-inner .foot-cont .foot-util {margin-top:30px}
.footer-inner .foot-cont .foot-util li {position:relative;float:left;margin-right:20px}
.footer-inner .foot-cont .foot-util li:first-child:after {content:"|";position:absolute;right:-12px;top:0;color:rgba(255,255,255,.5)}
.footer-inner .foot-cont .foot-util li a {font-size:16px;color:#fff}
.footer-inner .foot-cont .company-info {padding:30px 0 50px;font-size:14px}
.footer-inner .foot-cont .company-info li {padding:3px 0;font-size:16px;color:#fff}
.footer-inner .foot-cont .company-info li .email {color:#fff}
.footer-inner .foot-cont .company-info li .email:hover {text-decoration:underline}
.footer-inner .foot-cont .copyright {margin-top:40px;font-size:12px;font-weight:500;color:#fff}
.footer-inner .foot-cont .arita-license {padding-top:5px;font-size:12px;color:#999}
.footer-inner .foot-menu {float:left;width:55%}
.footer-inner .foot-menu > ul > li {float:left;width:25%}
.footer-inner .foot-menu > ul > li > a {display:none} 
.footer-inner .foot-menu > ul > li > ul {padding-left:50px}
.footer-inner .foot-menu > ul > li > ul > li > a {display:block;padding-bottom:10px;font-size:16px;color:#999}
.footer-inner .foot-menu > ul > li > ul > li > a:hover {color:#fff}
.footer-inner .btn-gotop {position:absolute;right:0;bottom:0;width:60px;height:60px;line-height:60px;text-align:center;cursor:pointer;border:1px solid #999;background:#666 url(../images/icon/btn_gotop.png) no-repeat center 60%}
.footer-inner .btn-gotop:hover {background:#333 url(../images/icon/btn_gotop.png) no-repeat center 45%}

.sub-visual {position:relative;width:1400px;/*height:335px;*/height:370px;margin:0 auto}
.sub-visual.sv1 {background:url(../images/bg/sub_visual_01.jpg) no-repeat center top;background-size:180%}
.sub-visual.sv2 {background:url(../images/bg/sub_visual_02.jpg) no-repeat center top;background-size:180%}
.sub-visual.sv3 {background:url(../images/bg/sub_visual_03.jpg) no-repeat center top;background-size:180%}
.sub-visual.sv4 {background:url(../images/bg/sub_visual_04.jpg) no-repeat center top;background-size:180%}
.sub-visual.sv5 {background:url(../images/bg/sub_visual_05.jpg) no-repeat center top;background-size:180%}
.sub-visual .sv-cont {position:absolute;left:0;top:38%;width:100%;height:110px;text-align:center;color:#fff}
.sub-visual .sv-cont .sv-tit {display:block;padding-bottom:20px;font-size:55px;font-weight:normal}
.sub-visual .sv-cont .sv-tit-en {display:inline-block;margin-right:-10px;font-size:13px;letter-spacing:12px}

#lnb {position:relative;width:1400px;height:45px;margin:0 auto;text-align:center;background:#222}
#lnb ul {display:inline-block}
#lnb ul li {float:left}
#lnb ul li a {display:block;height:45px;line-height:45px;padding:0 50px;font-size:18px;color:#777}
#lnb ul li a:hover {color:#fff}
#lnb ul li a.active {color:#333;background:#fff;box-sizing:border-box}

#contents h3 {padding-bottom:20px;font-size:20px;font-weight:500;color:#333;border-bottom:1px solid #999}
#contents .results-item h3 {color:#fff;border:0}

/* 도펠디자인 */
.introduction {position:relative}
.introduction .introduction-item {margin-bottom:150px}
.introduction .introduction-item .intro-thumb {display:block}
.introduction .introduction-item .intro-thumb img {width:100%}
.introduction .introduction-item .intro-cont {margin-top:50px}
.introduction .introduction-item .intro-cont .slogan {font-weight:500;font-size:24px;color:#333}
.introduction .introduction-item .intro-cont p {padding-top:30px;font-size:18px;line-height:1.5}
.introduction .introduction-item .intro-cont p .writer {display:block;padding-top:25px;font-size:15px;color:#999}
.introduction .intro-paging {position:absolute;right:0;top:-120px}
.introduction .intro-paging ul li {float:left;margin-left:5px}
.introduction .intro-paging ul li a {display:inline-block;padding:5px 15px;border:1px solid #999;border-radius:15px}
.introduction .intro-paging ul li a:hover {color:#fff;background-color:#aaa}
.introduction .intro-paging ul li a.active {color:#fff;border:1px solid #333;background:#333}

.company .company-item {padding-bottom:80px;margin-bottom:80px}
.company .company-item .company-tabs {height:41px;border-bottom:1px solid #333;text-align:center}
.company .company-item .company-tabs ul {display:inline-block}
.company .company-item .company-tabs li {float:left;margin-right:-1px}
.company .company-item .company-tabs li a {display:block;width:160px;padding:12px 30px;border:1px solid #333;text-align:center;font-size:16px;color:#999;box-sizing:border-box;background:#fff url(../images/icon/icon_check_01.png) no-repeat 90% 150%;background-size:15px}
.company .company-item .company-tabs li a:hover {background:#f0f0f0 url(../images/icon/icon_check_01.png) no-repeat 90% 150%;background-size:15px}
.company .company-item .company-tabs li.active a,
.company .company-item .company-tabs li a.active {color:#fff;background:#333 url(../images/icon/icon_check_01.png) no-repeat 90% 50%;background-size:15px}
.company .company-item .company-cont h4 {width:330px;margin:70px auto 30px;padding:0 30px;font-size:35px;text-align:center;color:#333;background:url(../images/bg/h4_line.png) no-repeat center 12px}
.company .company-item .company-cont h4 span {display:block;font-size:13px;font-weight:400;color:#999}
.company .company-item .company-cont .company-img {margin-top:50px}
.company .company-item .company-cont .company-img img {width:100%}
/* 2017.12.21 edit by kjy
.company .company-item .company-cont .hoffice-cont {margin-top:80px}
.company .company-item .company-cont .hoffice-cont-txt {float:left;width:50%;padding-right:40px;box-sizing:border-box}
.company .company-item .company-cont .hoffice-cont-txt dl {overflow:hidden}
.company .company-item .company-cont .hoffice-cont-txt dl dt,
.company .company-item .company-cont .hoffice-cont-txt dl dd {padding:15px 0}
.company .company-item .company-cont .hoffice-cont-txt dl dt {float:left;clear:both;width:100px;font-size:15px;background:url(../images/icon/sline01.png) no-repeat right 50%}
.company .company-item .company-cont .hoffice-cont-txt dl dd {padding-left:130px;font-weight:300;border-bottom:1px solid #eee}
.company .company-item .company-cont .hoffice-cont-txt dl dd ul li {line-height:33px;margin-bottom:10px;overflow:hidden}
.company .company-item .company-cont .hoffice-cont-txt dl dd ul li span {float:left;width:120px;padding-left:40px;box-sizing:border-box}
.company .company-item .company-cont .hoffice-cont-txt dl dd ul li span.subway {background:url(../images/icon/icon_subway.png) no-repeat left 50%}
.company .company-item .company-cont .hoffice-cont-txt dl dd ul li span.bus01 {background:url(../images/icon/icon_bus01.png) no-repeat left 50%}
.company .company-item .company-cont .hoffice-cont-txt dl dd ul li span.bus02 {background:url(../images/icon/icon_bus02.png) no-repeat left 50%}
.company .company-item .company-cont .hoffice-cont-txt dl dd ul li span.bus03 {background:url(../images/icon/icon_bus03.png) no-repeat left 50%}
.company .company-item .company-cont .hoffice-cont-txt dl dd ul li p {padding-left:140px;line-height:1.3}
.company .company-item .company-cont .hoffice-map {position:relative;float:left;width:50%;height:300px}
.company .company-item .company-cont .hoffice-map .map-wrap {position:absolute;left:0;top:0;width:100%;height:100%}
.company .company-item .company-cont .hoffice-map .map-wrap #map {width:100%;height:50%}
*/
.company .company-item .company-cont .hoffice-cont {margin-top:40px}
.company .company-item .company-cont .hoffice-cont-txt dl {font-size:15px;overflow:hidden}
.company .company-item .company-cont .hoffice-cont-txt dl dt,
.company .company-item .company-cont .hoffice-cont-txt dl dd {padding:18px 0}
.company .company-item .company-cont .hoffice-cont-txt dl dt {float:left;clear:both;width:100px;background:url(../images/icon/sline01.png) no-repeat right 50%}
.company .company-item .company-cont .hoffice-cont-txt dl dd {padding-left:130px;font-weight:300;border-bottom:1px solid #eee}
.company .company-item .company-cont .hoffice-cont-txt dl dd ul li {line-height:33px;margin-bottom:10px;overflow:hidden}
.company .company-item .company-cont .hoffice-cont-txt dl dd ul li span {float:left;width:120px;padding-left:40px;box-sizing:border-box}
.company .company-item .company-cont .hoffice-cont-txt dl dd ul li span.subway {background:url(../images/icon/icon_subway.png) no-repeat left 50%}
.company .company-item .company-cont .hoffice-cont-txt dl dd ul li span.bus01 {background:url(../images/icon/icon_bus01.png) no-repeat left 50%}
.company .company-item .company-cont .hoffice-cont-txt dl dd ul li span.bus02 {background:url(../images/icon/icon_bus02.png) no-repeat left 50%}
.company .company-item .company-cont .hoffice-cont-txt dl dd ul li span.bus03 {background:url(../images/icon/icon_bus03.png) no-repeat left 50%}
.company .company-item .company-cont .hoffice-cont-txt dl dd ul li p {padding-left:140px;padding-top:8px;line-height:1.3}
.company .company-item .company-cont .hoffice-map {position:relative;width:100%;height:600px;margin-top:40px}
.company .company-item .company-cont .hoffice-map .map-wrap {position:absolute;left:0;top:0;width:100%;height:100%}
.company .company-item .company-cont .hoffice-map .map-wrap #map {width:100%;height:50%}

.organization {text-align:center}

/*
.location .headoffice-map {position:relative;padding-bottom:65%;border:1px solid #999}
.location .headoffice-map .other-map {position:absolute;right:0;top:-50px}
.location .headoffice-map .other-map a {display:inline-block;padding:8px 20px;font-size:14px;border:1px solid #999;background:#f8f8f8}
.location .headoffice-map .map-wrap {position:absolute;left:0;top:0;width:100%;height:100%}
.location .headoffice-info {margin-top:50px;font-size:17px;border-top:2px solid #666;border-bottom:2px solid #666}
.location .headoffice-info dl {overflow:hidden}
.location .headoffice-info dl dt,
.location .headoffice-info dl dd {padding:20px 0}
.location .headoffice-info dl dt {float:left;clear:both;width:150px;font-size:18px;background:url(../images/icon/sline01.png) no-repeat right 50%}
.location .headoffice-info dl dd {padding-left:180px;font-weight:300;border-bottom:1px solid #eee}
.location .headoffice-info dl dd ul li {height:33px;line-height:33px;margin-bottom:10px}
.location .headoffice-info dl dd ul li span {display:inline-block;width:150px;padding-left:40px;box-sizing:border-box}
.location .headoffice-info dl dd ul li span.subway {background:url(../images/icon/icon_subway.png) no-repeat left 50%}
.location .headoffice-info dl dd ul li span.bus01 {background:url(../images/icon/icon_bus01.png) no-repeat left 50%}
.location .headoffice-info dl dd ul li span.bus02 {background:url(../images/icon/icon_bus02.png) no-repeat left 50%}
.location .headoffice-info dl dd ul li span.bus03 {background:url(../images/icon/icon_bus03.png) no-repeat left 50%}
*/

/* 온라인견적 */
.private-info {margin-top:20px}
.private-info .private-info-cont {height:100px;margin-top:-1px;padding:30px;border:1px solid #111;background:#fff;overflow-y:scroll}
.private-info .private-info-cont h4 {font-size:16px;font-weight:500;color:#333}
.private-info .private-info-cont p {font-size:15px;padding-top:10px;color:#666}
.private-info .private-info-cont p .private-view {display:inline-block;margin-left:5px;padding:4px 8px;font-size:15px;border:1px solid #666;border-radius:4px;background:#fff}
.private-info .private-info-cont p .private-view:hover {color:#fff;background:#666;box-shadow:3px 3px 3px rgba(0,0,0,.1)}
.private-info .private-agree {margin-top:10px;font-size:15px;text-align:right}
.private-info .private-agree label {display:inline-block;padding-left:10px}
.estimate .count-control .controls {display:inline-block;margin-left:-30px}
.estimate .count-control .controls button {display:block;width:auto;height:auto;padding:2px;padding:2px 0;border-radius:none;background:none}
.estimate .count-control > span {display:inline-block;padding-right:20px}
.estimate .select-option {position:relative}
.estimate .easy-estimate {position:absolute;right:0;top:-120px;display:inline-block;padding:12px 25px 12px 45px;font-size:24px;color:#fff;text-align:center;background:#ec6100 url(../images/icon/bullet_refresh.png) no-repeat 15px 50%;background-size:20px;border-radius:2px;cursor:pointer}
.estimate .easy-estimate.active {background-color:#333}
.estimate .easy-estimate:hover {background-color:#ec9000}
.estimate .select-option .note {position:absolute;right:0;top:-60px;display:inline-block;padding-left:25px;font-size:15px;color:#999;background:url(../images/icon/icon_check_02.png) no-repeat left 50%;background-size:14px}
.estimate .select-option .select-option-item {margin-top:15px}
.estimate .select-option .select-option-item .item-tit {position:relative;height:50px;line-height:50px;padding-left:70px;font-size:20px;border:1px solid #e5e5e5 !important;cursor:pointer;box-sizing:border-box;background:#efefef url(../images/icon/icon_arrow_down.png) no-repeat 98% 50%;background-size:20px}
.estimate .select-option .select-option-item .item-tit .no {position:absolute;left:-1px;top:-1px;width:50px;height:50px;line-height:50px;text-align:center;color:#adadad;background:#444}
.estimate .select-option .select-option-item .item-tit.active {color:#000;border:1px solid #bbb !important;background:url(../images/icon/icon_arrow_up.png) no-repeat 98% 50% !important;background-size:20px !important;box-shadow:3px 3px 8px rgba(0,0,0,.1)}
.estimate .select-option .select-option-item .item-tit.active .no {color:#fff;background:#ec6100 !important}
.estimate .select-option .select-option-item .item-tit:hover {background-color:#fff}
.estimate .select-option .select-option-item .item-tit:hover .no {color:#fff;background:#111}
.estimate .select-option .select-option-item .item-cont .item-part-select {margin:10px 0;padding:10px;border:1px solid #ddd;border-right:1px solid #aaa;border-bottom:1px solid #aaa;background:#f9f9f9;overflow:hidden}
.estimate .select-option .select-option-item .item-cont .item-part-select > span {float:left;width:32%;margin:5px 0.5%}
.estimate .select-option .select-option-item .item-cont .item-part-select > span:nth-child(3n) {margin-right:0 !important}
.estimate .select-option .select-option-item .item-cont .item-part-select > span.active {font-weight:500;color:#333}
.estimate .select-option .select-option-item .item-cont .item-part-select > span .thumb {display:block;margin-top:5px}
.estimate .select-option .select-option-item .item-cont .item-part-select > span .thumb img {width:100%;border:1px solid #ddd}
.estimate .select-option .select-option-item .item-cont .item-part-select .item-part-type {margin:10px 0;overflow:hidden}
.estimate .select-option .select-option-item .item-cont .item-part-select .item-part-type-tit {display:inline-block;float:none;height:25px;margin-top:10px;line-height:25px;padding:0 20px;font-weight:500}
.estimate .select-option .select-option-item .item-cont .item-part-select .item-part-type-con {overflow:hidden;padding:0 20px}
.estimate .select-option .select-option-item .item-cont .item-part-select .item-part-type-con > span {float:left;width:23%;margin:10px 1%}
.estimate .select-option .select-option-item .item-cont .item-part-select .item-part-type-con > span .thumb img {width:100%}
.estimate .select-option .select-option-item .item-cont .item-part-select .item-part-type-con > span input~label {color:#b9b9b9}
.estimate .select-option .select-option-item .item-cont .item-part-select .item-part-type-con > span label em {font-size:16px;font-weight:bold}
.estimate .select-option .select-option-item .item-cont .item-part-select.item-default > span {width:auto !important}
.estimate .select-option .select-option-item .item-cont .item-part-select .item-part-type-con.item-default > span {width:auto !important}
.estimate .select-option .select-option-item .item-cont .item-part-select .item-part-type .item-part-type-con.item-default > span {float:left;width:32%;margin:5px 0.5%}
.estimate .select-option .select-option-item .item-cont .item-part-select .item-part-type .item-part-type-con.item-default > span:nth-child(3n) {margin-right:0 !important}
.estimate .select-option .select-option-item .item-cont .item-part-select .item-part-type .item-part-type-con.item-default > span.active {font-weight:500;color:#333}
.estimate .select-option .select-option-item .item-cont .item-part-select .item-part-type .item-part-type-con.item-default > span .thumb {display:block;margin-top:5px}
.estimate .select-option .select-option-item .item-cont .item-part-select .item-part-type .item-part-type-con.item-default > span .thumb img {width:100%}
.estimate .select-option .select-option-item .item-cont .item-part-select .item-part-type .painting-example {margin:20px 22px;padding:20px;border:1px solid #ddd;background:#fff}
.estimate .select-option .select-option-item .item-cont .item-part-select .item-part-type .painting-example .floor-plan {float:left;width:243px}
.estimate .select-option .select-option-item .item-cont .item-part-select .item-part-type .painting-example .painting-example-cont {padding:20px 0 0 335px}
.estimate .select-option .select-option-item .item-cont .item-part-select .item-part-type .painting-example .painting-example-cont .pa-ex-tit {font-size:18px;font-weight:normal;color:#333}
.estimate .select-option .select-option-item .item-cont .item-part-select .item-part-type .painting-example .painting-example-cont ul {margin-top:30px}
.estimate .select-option .select-option-item .item-cont .item-part-select .item-part-type .painting-example .painting-example-cont li {padding-left:15px;background:url(../images/icon/bullet_square_01.png) no-repeat left 50%}
.estimate .select-option .select-option-item .item-cont .etc-comment {width:100%;height:100px;padding:15px;box-sizing:border-box}
.estimate .select-option .select-option-item .item-cont .simulation-thumb {margin-top:20px}
.estimate .select-option .select-option-item .item-cont .simulation-thumb ul li {float:left;width:23.5%;margin:5px 2% 2% 0}
.estimate .select-option .select-option-item .item-cont .simulation-thumb ul li:nth-child(4) {margin-right:0}
.estimate .select-option .select-option-item .item-cont .simulation-thumb ul li img {width:100%}
.estimate .select-option .select-option-item .item-cont .add-txt {display:block;margin-top:10px;padding:20px;color:#bc0000;border:1px solid #999}
.estimate .select-option .select-option-item .item-cont .add-txt.at1 {margin:10px 20px 0;background:#fff}
.estimate .select-option .select-option-item .item-cont .add-txt.at1 strong {display:block;padding-left:22px;background:url(../images/icon/icon_check_02.png) no-repeat left 50%;background-size:15px}
.estimate .select-option .select-option-item .item-cont .add-txt.at1 span {display:block;padding-left:22px}
.estimate .select-option .select-option-item .item-cont .attached-file {margin-top:10px}
.estimate .select-option .select-option-item .item-cont .attached-file span {display:block;padding-bottom:10px}
.estimate .select-option .select-option-item:last-child .item-cont {border-bottom:1px solid #999}

.item-part-select-wrap {width:100% !important}

/* 커뮤니티 */
.press .total-no {display:inline-block;margin-bottom:20px;padding-left:15px;font-size:16px;color:#666;background:url(../images/icon/bullet_square_01.png) no-repeat left 50%}
.press .total-no em {font-weight:500;color:#444}
.press .press-list {margin-top:0}
.press .press-list ul li {margin-bottom:30px}
.press .press-list ul li a {display:block;border:1px solid #ccc;background:#f9f9f9;overflow:hidden}
.press .press-list ul li a .thumb {float:left;width:360px;height:240px;margin:-1px;line-height:240px;text-align:center;border:1px solid #ccc;overflow:hidden}
.press .press-list ul li a .thumb img {
	opacity:1;
	-webkit-transform:rotate(-180deg) scale3d(1,1,1);
	transform:rotate(0) scale3d(1,1,1);
	-webkit-transition:all 0.7s, -webkit-transform 0.7s;
	transition:all 0.7s, transform 0.7s
}
.press .press-list ul li a:hover .thumb img {
	opacity:1;
	-webkit-transform:rotate(0deg) scale3d(1.1,1.1,1.1);
	transform:rotate(0deg) scale3d(1.1,1.1,1.1)
}
.press .press-list ul li a .thumb.blank {background:#fff url(../images/title/ci_gray.png) no-repeat center 50%;background-size:50%}
.press .press-list ul li a .thumb.blank img {height:40px}
.press .press-list ul li a .list-con {display:block;padding:30px 30px 30px 410px}
.press .press-list ul li a .list-con .subject {display:block;font-size:22px;font-weight:500;color:#333}
.press .press-list ul li a .list-con .exp {display:block;height:110px;padding:30px 0;font-size:14px;color:#777;line-height:1.5;box-sizing:border-box;overflow:hidden}
.press .press-list ul li a .list-con .date {display:block;font-size:13px;color:#999;margin-top:30px}
.press .press-list ul li a:hover {border:1px solid #333;background:#fff;box-shadow:3px 3px 10px rgba(0,0,0,.1)}

.process {padding:50px;background:url(../images/bg/process_cont_bg.jpg) no-repeat center top;background-size:100%}
.process .process-item .item-step {position:relative;float:left;width:31%;height:300px;margin:0 3.5% 6% 0;text-align:center;background:#fff;z-index:1}
.process .process-item .item-step:nth-child(3n) {margin-right:0}
.process .process-item .item-step .step-head {display:inline-block;width:190px}
.process .process-item .item-step .step-head .step-no {display:block;position:relative;padding:3px 5px;font-size:11px;color:#fff;background:#666;z-index:1}
.process .process-item .item-step .step-head .step-title {display:block;margin-top:-1px;padding:30px 0 80px;font-size:24px;color:#333;text-align:cener;border:1px solid #ccc}
.process .process-item .item-step .step-head.sh1 .step-title {background:url(../images/icon/process_icon_01.png) no-repeat center 80%}
.process .process-item .item-step .step-head.sh2 .step-title {background:url(../images/icon/process_icon_02.png) no-repeat center 80%}
.process .process-item .item-step .step-head.sh3 .step-title {background:url(../images/icon/process_icon_03.png) no-repeat center 80%}
.process .process-item .item-step .step-head.sh4 .step-title {background:url(../images/icon/process_icon_04.png) no-repeat center 80%}
.process .process-item .item-step .step-head.sh5 .step-title {background:url(../images/icon/process_icon_05.png) no-repeat center 80%}
.process .process-item .item-step .step-head.sh6 .step-title {background:url(../images/icon/process_icon_06.png) no-repeat center 80%}
.process .process-item .item-step .step-head.sh7 .step-title {background:url(../images/icon/process_icon_07.png) no-repeat center 80%}
.process .process-item .item-step .step-head.sh8 .step-title {background:url(../images/icon/process_icon_08.png) no-repeat center 80%}
.process .process-item .item-step .step-head.sh9 .step-title {background:url(../images/icon/process_icon_09.png) no-repeat center 80%}
.process .process-item .item-step .step-exp {padding:20px 60px 10px;font-size:16px}
.process .process-item .item-step .step-note {padding:0 60px;color:#ca2020}
.process .process-item .item-step .term {position:absolute;right:0;bottom:-45px;display:inline-block;padding:1px 0;font-size:14px;font-weight:500;color:#fff;background:#ca2020;border-radius:20px;box-sizing:border-box}
.process .process-item .item-step .term.t1 {width:210%}
.process .process-item .item-step .term.t2 {width:320%}
.process .process-item .item-step:after {content:"";display:block;position:absolute;top:50%;right:-35px;width:30px;height:15px;margin-top:-7px;background:url(../images/icon/bullet_arrow_01.png) no-repeat right 50%}
.process .process-item .item-step:nth-child(3n):after {background:none}
.process .process-item .term {display:block}
.process .process-payment {padding:40px 60px;background:#fff}
.process .process-payment .payment-title {float:left;width:150px;height:115px;font-size:24px;font-weight:normal;text-align:center;border-right:1px solid #ccc;background:url(../images/icon/process_icon_10.png) no-repeat center bottom}
.process .process-payment .payment-cont {padding-left:180px;box-sizing:border-box}
.process .process-payment .payment-cont dl {font-size:16px}
.process .process-payment .payment-cont dl dt {float:left}
.process .process-payment .payment-cont dl dd {margin-bottom:10px;font-weight:600;color:#ca2020}

/* TABLE | Basic */
table.basic-table {position:relative;width:100%/*;border-top:2px solid #666*/;border-top:1px solid #999}
table.basic-table thead th {padding:15px 5px;font-size:18px;font-weight:bold;color:#333;text-align:center;border-left:1px solid #999;border-right:1px solid #ddd;border-bottom:1px solid #999;background:#f9f9f9}
table.basic-table thead th:last-child {border-right:1px solid #999}
table.basic-table tbody th,
table.basic-table tbody td {padding:15px 20px;color:#444;text-align:center;border-right:1px solid #cbcbcb;border-bottom:1px solid #cbcbcb}
table.basic-table tbody th {font-size:18px;font-weight:bold;color:#333;border-right:1px solid #ddd;background:#fafaf6}
table.basic-table tbody th.f,
table.basic-table tbody th:first-child {border-left:1px solid #ddd}
table.basic-table tbody th.r,
table.basic-table tbody th:last-child {border-right:normal}
table.basic-table tbody td {font-size:18px;border-right:1px solid #ddd} 
table.basic-table tbody td.f,
table.basic-table tbody td:first-child {border-left:1px solid #ddd}
table.basic-table tbody th.r,
table.basic-table tbody td.r,
table.basic-table tbody td:last-child {border-right:normal}
table.basic-table thead th span, table.basic-table tbody td span {display:block;padding-left:60px;text-align:left}
table.fTable {width:100%;font-size:16px}
table.fTable tbody th {padding-top:20px;font-weight:500;color:#333;text-align:left;vertical-align:top}
table.fTable tbody td {padding:10px 0;box-sizing:border-box}
table.fTable tbody td label {padding:0 5px}
table.fTable tbody td label .thumb {display:block;margin-top:5px}
table.fTable tbody td .secret-item {font-size:14px}
table.fTable tbody td input,
table.fTable tbody td textarea,
table.fTable tbody td select {padding:12px;font-size:16px;color:#999;border:1px solid #b0b0b0;background:#fff}
table.fTable tbody td select option {margin:10px 0}
table.fTable tbody td input[type=file] {background:none}
table.fTable tbody td .radio-set {display:inline-block}
table.fTable tbody td .radio-set.right-margin {margin-left:20px}
table.fTable tbody td textarea.contents {width:100%;height:150px;box-sizing:border-box}

.estimate-view table.fTable tbody th {padding-top:10px}
.estimate-view .select-option-item .item-part-select img {width:100%}
.estimate .select-option .select-option-item .item-cont .item-part-select .item-part-type .painting-example {display:none}
.estimate .select-option .select-option-item .item-cont .item-part-select .item-part-type .painting-example .painting-example-cont li.red-point img {width:auto !important}

/* BOARD : 페이징 */
.pagination {position:relative;padding:80px 0 50px;text-align:center}
.pagination a {display:inline-block;width:32px;height:32px;padding-top:5px;margin:0 2px;color:#777;font:14px tahoma;border:1px solid #ddd;text-align:center;text-decoration:none;vertical-align:top;border-radius:50%;background:#fff;box-sizing:border-box}
.pagination a:hover {border:1px solid #666}
.pagination strong {display:inline-block;width:32px;height:32px;padding-top:5px;color:#fff;font:bold 13px tahoma;border:1px solid #555;text-align:center;background:#666;vertical-align:top;border-radius:50%;box-sizing:border-box}
.pagination a.first, 
.pagination a.prev, 
.pagination a.next, 
.pagination a.last {border:0;padding-top:2px;border:0;background:none}
.pagination .button {position:absolute;right:0;top:30px}
.pagination .button a {border:none;width:auto;height:auto;padding:0}

/* 게시판 검색 */
.search-box {*zoom:1}
.search-box:after {content:"";clear:both;display:block}
.search-box .pages {float:left;padding-top:6px;font-size:11px;color:#7e7e7e}
.search-box .select-search input.btn-search {margin:0;margin-bottom:-8px;*margin-bottom:-4px;padding:0;border:none}
.select-search input.btn-sch {padding:0;border:0;background:none}
.srh-b {margin-top:30px;padding:40px 0;text-align:center;background:#f0f0f0} /* 하단 검색창 */
.select-search {display:inline-block}
.select-search select {padding:10px 15px;font-size:18px;font-weight:500;color:#666;border:1px solid #ddd;border-radius:2px;background:#fff}
.select-search input {width:250px;padding:11px 20px;font-size:18px;color:#666;text-align:center;border:1px solid #ddd;border-radius:2px;background:#fff;box-sizing:border-box}
.select-search input:focus {border:1px solid #555}
.select-search button {padding:10px;border:none;border-radius:3px;cursor:pointer;background:#555}
.select-search button img {width:22px}

/* 버튼 */
.btn-sec {margin-top:60px;text-align:right}
.btn-sec > span {margin-left:5px}
.btn-sec .download a {padding-right:40px;background:url(../images/icon/bullet_download01.png) no-repeat 86% 50%}
.btn-sec.view-btn {padding-top:0;margin-top:0 !important;margin-bottom:-30px}
.estimate-view .must-item {display:none}

/* BOARD : 리스트 */
.board-list .total-no {display:inline-block;margin-bottom:20px;padding-left:15px;font-size:16px;color:#666;background:url(../images/icon/bullet_square_01.png) no-repeat left 50%}
.board-list .total-no em {font-weight:500;color:#444}
.board-list table {width:100%;font-size:17px}
.board-list thead {color:#333;border:1px solid #999;border-left:8px solid #ec6100;background:#fff}
.board-list thead th {height:55px;line-height:55px;font-size:19px;font-weight:500;text-align:center}
.board-list tbody td {padding:10px 0;color:#999;text-align:center;border-bottom:1px solid #d5d5d5}
.board-list tbody td span.reply {margin-left:20px;margin-right:-10px}
.board-list tbody td .repl-no {margin-right:10px;color:#338104}
.board-list tbody a {display:inline-block;padding:6px 0;font-weight:normal;color:#333;line-height:24px}
.board-list tbody a:hover {color:#000}
.board-list tbody a.btn-view {margin-right:0}
.board-list tbody a.btn-modify {margin-left:0;margin-right:5px}
.board-list tbody a.attached {padding-left:20px;margin:0;font-family:segoe UI, tahoma;font-size:12px;color:#666}
.board-list tbody a.attached:hover {color:#000;text-decoration:underline}
.board-list tbody a.attached.hwp {background:url(../images/board/attached_hwp.png) no-repeat left 50%}
.board-list tbody a.attached.zip {background:url(../images/board/attached_zip.png) no-repeat left 50%}
.board-list tbody a.attached.pdf {background:url(../images/board/attached_pdf.png) no-repeat left 50%}
.board-list tbody a.repl {padding-left:25px;background:url(../images/board/icon_reply.png) no-repeat left 7px} /* 답글 */
.board-list tbody tr:hover {background:#f9f9f9;*cursor:pointer}
.board-list tbody .tl {padding-left:10px;text-align:left}
.board-list tbody .title {color:#333}
.board-list tbody .hit {color:#999}
.board-list tbody .notice {font-weight:bold;color:#333}
.board-list .tNote {margin-top:10px;text-align:right;font-size:11px;color:#999;letter-spacing:-1px}
.board-list .attention {display:inline-block;padding:4px;font-size:13px;font-weight:500;color:#fff;border-radius:3px;background:#f75151}
.board-list tbody td .state {display:inline-block;width:90px;padding:4px;font-size:15px;color:#fff;box-sizing:border-box;letter-spacing:-0.5px;border-radius:1px;box-shadow:1px 1px 3px rgba(0,0,0,.1)}
.board-list tbody td .state.receipt {color:#fff;background:#999}
.board-list tbody td .state.completed {background:#ec6100}
.board-list tbody td .state.status-1 {background:#999} /* 견적요청 */
.board-list tbody td .state.status-2 {background:#357aba} /* 1차견적발송 */
.board-list tbody td .state.status-3 {background:#40b288} /* 고객상담 */
.board-list tbody td .state.status-4 {background:#d17542} /* 방문 */
.board-list tbody td .state.status-5 {background:#ec6100} /* 최종견적발송 */
.board-list tbody td .state.status-6 {background:#ccbb00} /* 계약 */

/* BOARD : 상세 */
.board-view {font-size:15px}
.board-view .tit-box {height:60px;padding:0 30px;line-height:60px;color:#333;border:1px solid #999;border-left:8px solid #ec6100;background:#fff}
.board-view .tit-box .tit {float:left;font-size:20px;font-weight:500}
.board-view .date-sec{padding:30px 0;font-size:14px;color:#999;text-align:right}
.board-view .date-sec img {height:13px;margin-left:10px}
.board-view .date-sec span {margin-left:10px}
.board-view .cont-box {position:relative}
.board-view .cont-box.reply {margin-left:50px}
.board-view .cont-box.reply:after {content:"└";position:absolute;left:-67px;top:70px;width:30px;height:30px;font-size:40px}
.board-view .cont-box .view-img {position:relative;margin-top:20px}
.board-view .cont-box .author {text-align:center}
.board-view .cont-box .author img {border:1px solid #ddd}
.board-view .cont-box .author span {display:block;padding:10px 0;font-size:12px;text-align:center;color:#888}
.board-view .cont-box .con-txt {padding:45px 35px;min-height:200px;border:1px solid #999;line-height:1.8;font-size:15px;background:#fff;box-shadow:0 4px 0 rgba(0,0,0,.08)}
.board-view .cont-box.reply .con-txt {background:#f5f5f5 !important;box-shadow:-4px 0 0 rgba(0,0,0,.08)}
.board-view .cont-box .con-txt p {padding-bottom:10px}
.board-view .cont-box .con-txt img {max-width:100%}
.board-view .cont-box .con-txt .attached {padding:40px 0 20px;margin-top:40px;border-top:1px dashed #ddd}
.board-view .cont-box .con-txt .attached .attached-file {display:block}
.board-view .cont-box .con-txt .attached .attached-file strong {float:left;padding-left:20px;font-size:13px;color:#333;background:url(../images/board/icon_attachedFile.png) no-repeat left 50% !important;background-size:11px !important}
.board-view .cont-box .con-txt .attached .attached-file .attached-file-list {padding-left:90px}
.board-view .cont-box .con-txt .attached .attached-file .attached-file-list a {display:inline-block;padding:3px 5px;margin:0 20px;margin-left:5px;font-size:13px;font-weight:500;background:#f5f5f5;border-radius:2px}
.board-view .cont-box .con-txt .attached .attached-file .attached-file-list a:hover {color:#fff;background:#333}
.board-view .attention{display:inline-block;padding:2px 6px;font-size:13px;font-weight:bold;color:#fff;border-radius:20px;line-height:1.5;background:#006687}

/* BOARD : 글쓰기, 입력폼 */
.board-write-wrap {padding:30px 0;border-top:1px solid #999;border-bottom:1px solid #999}
.board-write {position:relative;width:100%}
.board-write tbody th,
.board-write tbody td {font-size:16px;color:#666;text-align:left;padding:10px 0}
.board-write tbody th {font-weight:400}
.board-write tbody th.blank {padding-left:15px !important;background:#eee !important}
.board-write tbody .add-tx {margin-left:5px;padding-left:20px;font-size:13px;color:#999;letter-spacing:-1px;background:url(../images/icon/bullet_check_circleL.png) no-repeat left 50%;background-size:14px}
.board-write tbody .edit_sec {position:relative}
.board-write tbody .edit_sec .exp_tx {position:absolute;top:10px;left:10px}
.board-write tbody .edit_file {display:none}
.board-write tbody label {margin:0 15px 0 3px;font-size:16px}
.board-write tbody label .thumb img {border-radius:10px;overflow:hidden}
.board-write tbody input {padding:5px 10px;font-size:14px;color:#999}
.board-write tbody button {display:inline-block;border:0;height:34px;width:34px;cursor:pointer;border-radius:3px;font-size:0;background:#333 url(../images/board/btn_search.png) no-repeat center 50%;background-size:17px}
.board-write tbody textarea {padding:4px;font-size:14px;font-size:400;color:#777;background:#fff}
.board-write tbody input:focus,
.board-write tbody textarea:focus {border:1px solid #333}
.board-write tbody .tit {display:inline-block;width:50px;font-weight:600}
.board-write .must-item {position:absolute;right:0;top:25px}
.board-write .must-item span {padding-left:20px;font-size:15px;background:url(../images/icon/icon_must_item.png) no-repeat left 50%}
.board-write tbody input[type=file] {padding:0;border:0}
.board-write tbody .note {margin-top:5px;font-size:14px}

.board-write tbody .attached {padding:40px 0 20px;margin-top:40px;border-top:1px dashed #ddd}
.board-write tbody .attached .attached-file {display:block}
.board-write tbody .attached .attached-file strong {float:left;padding-left:20px;font-size:13px;color:#333;background:url(../images/board/icon_attachedFile.png) no-repeat left 50% !important;background-size:11px !important}
.board-write tbody .attached .attached-file .attached-file-list {padding-left:90px}
.board-write tbody .attached .attached-file .attached-file-list a {display:inline-block;padding:3px 5px;margin:0 20px;margin-left:5px;font-size:13px;font-weight:500;background:#f5f5f5;border-radius:2px}
.board-write tbody .attached .attached-file .attached-file-list a:hover {color:#fff;background:#333}


/* 댓글 */
.comment-wrap {padding:50px;margin-top:80px;border:1px solid #999;background:#fff}
.comment h4 {float:left;height:auto;padding-left:20px;font-size:17px;font-weight:500;color:#333;background:url(../images/board/repl_bullet.gif) no-repeat left 50%}
.comment .tit {height:30px;font-size:16px}
.comment .tit span {display:inline-block;padding-left:15px;margin-left:15px;background:url(../images/icon/sline01.png) no-repeat left 50%}
.comment .tit span strong {font-weight:400;color:#333}
.c-write textarea {width:100%;height:130px;padding:10px;font-size:15px;color:#999;border:1px solid #666;text-align:left;background:#fff;box-sizing:border-box}
.c-write .pw-sec {position:relative;height:40px;line-height:40px;margin-top:-4px;padding-left:10px;font-size:15px;font-weight:500;color:#333;border:1px solid #666;background:#fff}
.c-write .pw-sec dl {float:left;width:50%}
.c-write .pw-sec dl dt {float:left;width:100px;padding-left:20px;background:url(../images/icon/sline01.png) no-repeat right 50%;box-sizing:border-box}
.c-write .pw-sec dl dd input {padding-left:20px;border:0}
.c-write .pw-sec .btn {display:block;position:absolute;right:0;top:-1px}
.c-write .pw-sec .btn button {height:41px;line-height:41px;padding:0 20px;font-size:18px;font-weight:400;color:#fff;cursor:pointer;border:0;background:#333}
.c-write .pw-sec .btn button:hover {background:#ec6100}
.c-list {margin-top:50px;border-top:1px solid #e7e7e7}
.c-list > li {position:relative;border-bottom:1px solid #e7e7e7;margin-bottom:-1px}
.c-list > li > .tit {position:relative;margin-top:30px;height:35px;line-height:35px;background:url(../images/board/repl_list_tit_bg.gif) repeat-x}
.c-list > li > .tit strong {display:inline-block;padding-left:20px;font-size:17px;font-weight:500;color:#333;background:url(../images/board/repl_list_bullet.gif) no-repeat 10px 50%}
.c-list > li > .tit .date {display:inline-block;margin-left:20px;font-size:13px;color:#999}
.c-list > li > .tit a {position:absolute;top:4px;right:10px;padding:5px}
.c-list > li > p {padding:10px 20px 20px;font-size:15px;line-height:1.6}
.c-list > li .btns {position:absolute;right:10px;top:5px}
.c-list > li .btns a {display:inline-block;padding:6px 12px;border:1px solid #ccc;font-size:14px;background:#f9f9f9}
.c-list > li .btns a.modify {color:#666}
.c-list > li .btns a.delete {color:#ca2020}
.c-list > li .btns a.modify:hover {color:#fff;border:1px solid #333;background:#333}
.c-list > li .btns a.delete:hover {color:#fff;border:1px solid #ca2020;background:#ca2020}
.c-list > li > .btn-reply {margin:0 0 20px 20px}
.c-list > li > .btn-reply a {display:inline-block;padding:8px 16px;border:1px solid #ccc;font-size:14px;background:#f9f9f9}
.c-list > li > .btn-reply a span {font-weight:bold;color:#333;text-decoration:underline}
.c-list > li > .btn-reply a:hover {color:#fff;border:1px solid #333;background:#333}
.c-list > li > .btn-reply a:hover span {color:#fff}
.c-list li.reply-lists {position:relative;padding:0 0 0 30px}
.c-list li.reply-lists:last-child {border-bottom:0}
.c-list li.reply-lists .re {float:left;width:25px;font-size:20px}
.c-list li.reply-lists .tit strong {padding-left:0}
.c-list li.reply-lists .name {font-size:16px}
.c-list li.reply-lists .reply-con {padding:0 0 15px 25px;font-size:14px}
.c-list li.reply-lists .reply-con .reply-txt {padding:5px 0}
.c-list li.reply-lists .update {font-size:13px;color:#bcbcbc}
.c-list li.reply-lists .btns {top:5px}
.c-list li.reply-lists .btns a {padding:6px 8px;font-size:12px}

/* GALLERY */
.gallery-list .total-no {display:block;padding-bottom:10px}
.gallery-list ul {*zoom:1}
.gallery-list ul:after {content:"";display:block;clear:both}
.gallery-list ul li {float:left;width:180px;margin-right:10px;margin-bottom:15px}
.gallery-list ul li a {display:block}
.gallery-list ul li a .thumb {position:relative;display:inline-block;border:1px solid #999}
.gallery-list ul li a .thumb .btn-view {display:none;position:absolute;left:0;top:0;right:0;bottom:0;background:#000;filter:alpha(opacity=60);-moz-opacity:0.6;opacity:0.6}
.gallery-list ul li a .cont {display:block;padding:20px 15px;border-left:1px solid #e8e8e8;border-right:1px solid #e8e8e8;border-bottom:1px solid #666;background:#f8f8f8}
.gallery-list ul li a .cont strong {display:block;height:50px;font-weight:normal;font-size:14px}
.gallery-list ul li a .cont .info {display:block;margin-top:5px}
.gallery-list ul li a .cont .info span {display:inline-block;padding-left:20px;margin-right:10px;font-size:11px;font-weight:300;color:#666}
.gallery-list ul li a .cont .info span.date {background:url(../images/board/icon_clock.png) no-repeat left 80%;background-size:12px}
.gallery-list ul li a .cont .info span.hit {margin-right:0;background:url(../images/board/icon_hit.png) no-repeat left 80%;background-size:10px}
.gallery-list ul li a:hover .thumb {border:1px solid #10447d}
.gallery-list ul li a:hover .thumb  .btn-view {display:block}

.gallery-list ul li a:hover .cont {background:#fff}
.gallery-list ul li a:hover .cont strong {color:#333}
.gallery-list ul li a:hover .cont .info {color:#999}
.gallery-list ul li.r {margin-right:0}

/* 버튼 */
.btn-sec {position:relative;margin-top:50px;padding-top:30px;text-align:right}
.btn-sec.tline {border-top:1px solid #666}
.btn-sec .btn {display:inline-block;font-weight:500;color:#fff;text-align:center;border:0;box-sizing:border-box}
.btn-sec .btn a,
.btn-sec .btn input {display:inline-block;padding:12px 32px 14px;font-size:18px;line-height:1;color:#fff;background:none}
.btn-sec .btn input {cursor:pointer;border:0}
.btn-sec .btn a:hover {background-color:#ec6100}
.btn-sec button {cursor:pointer}
.btn-sec .btn.pink {background:#ff7c8b} /* 버튼컬러정의 */
.btn-sec .btn.green {background:#68a463}
.btn-sec .btn.gray {background:#333}
.btn-sec .btn.gray input {background:#333} 
.btn-sec .btn.previous {position:absolute;left:0}
.btn-sec .btn.next {position:absolute;right:0}
.btn-sec .btn.previous a {font-weight:normal;font-size:18px !important;background:#555 url(../images/icon/results_control_btn_prev.png) no-repeat 18px 45%}
.btn-sec .btn.next a {font-weight:normal;font-size:18px !important;background:#555 url(../images/icon/results_control_btn_next.png) no-repeat 88% 45%}
.btn-sec .btn.previous a:hover,
.btn-sec .btn.next a:hover {background-color:#ec6100}
.btn-sec .prevnext-item {display:none;position:absolute;left:0;top:-150px;width:390px;border:3px solid #000;background:#fff;box-shadow:3px 3px 15px rgba(0,0,0,.2)}
.btn-sec .prevnext-item .item-cont {float:right;width:50%;padding:25px;box-sizing:border-box;text-align:left}
.btn-sec .prevnext-item .item-cont .subject {display:block;height:58px;padding-bottom:20px;font-weight:normal;font-size:18px;color:#333;box-sizing:border-box}
.btn-sec .prevnext-item .item-cont .py {font-size:16px;color:#666}
.btn-sec .prevnext-item .item-thumb {float:left;width:50%}
.btn-sec .prevnext-item:after {content:"";position:absolute;left:-3px;bottom:-16px;width:13px;height:13px;background:url(../images/icon/results_preview_arrow1.png) no-repeat left top}
.btn-sec .prevnext-item.next-item {left:auto;right:0}
.btn-sec .prevnext-item.next-item:after {left:auto;right:-3px;background:url(../images/icon/results_preview_arrow2.png) no-repeat left top}
.btn-sec .prevnext-item.next-item .item-cont {float:left}
.btn-sec .prevnext-item.next-item .item-thumb {float:right}

/* 게시글 패스워드 popup */
.popup-pw {padding:35px;background:#fff;box-sizing:border-box}
.popup-pw h1 {padding-bottom:10px;font-size:23px;font-weight:500;color:#333;border-bottom:1px solid #ccc}
.popup-pw .pw-txt {padding:20px 0 !important;font-size:13px;color:#999;line-height:1.5}
.popup-pw .pw-box {width:100%;padding:10px 20px;font-size:16px;box-sizing:border-box}
.popup-pw .pw-box:focus {border:1px solid #333}
.popup-pw .pop-close {position:absolute;left:50%;top:-60px;margin-left:-15px;cursor:pointer}
.popup-pw .pop-close img {
	opacity:1;
	-webkit-transform:rotate(-180deg) scale3d(1,1,1);
	transform:rotate(-180deg) scale3d(1,1,1);
	-webkit-transition:all 0.7s, -webkit-transform 0.7s;
	transition:all 0.7s, transform 0.7s
}
.popup-pw .pop-close:hover img {
	opacity:1;
	-webkit-transform:rotate(0deg) scale3d(1,1,1);
	transform:rotate(0deg) scale3d(1,1,1)
}

/* MODAL */
#modal {width:707px;background:#fff}
#modal .title {position:relative;height:86px;background:#ec6100}
#modal h1 {float:left;height:86px;line-height:86px;margin-left:30px;margin-bottom:-2px;color:#fff;border-bottom:6px solid #fff;box-sizing:border-box}
#modal h2 {padding-bottom:10px;font-size:16px;font-weight:500;color:#333}
#modal .cont {height:370px;padding:40px 30px;font-size:13px;line-height:1.6;overflow-y:scroll}
#modal .cont p {padding:3px 0}
#modal .cont strong.slogan {display:block;padding-bottom:5px;font-size:17px;font-weight:500;color:#333}
#modal .cont ol.prtItems {color:#666}
#modal .cont .law {padding:21px;margin-top:20px;margin-bottom:30px;border:1px solid #eee;background:#f6f6f6}
#modal .cont .law h2 {margin-bottom:10px}
#modal .cont .law dl {padding-left:12px}
#modal .cont .law dl dt {font-weight:500;color:#333;margin-top:20px}
#modal .cont .law dl dd {color:#888}
#modal .popup-cont {padding-top:65px}
#modal a.btn_close {position:absolute;left:50%;top:-60px;margin-left:-15px;cursor:pointer}
#modal a.btn_close img {
	opacity:1;
	-webkit-transform:rotate(-180deg) scale3d(1,1,1);
	transform:rotate(-180deg) scale3d(1,1,1);
	-webkit-transition:all 0.7s, -webkit-transform 0.7s;
	transition:all 0.7s, transform 0.7s
}
#modal a.btn_close:hover img {
	opacity:1;
	-webkit-transform:rotate(0deg) scale3d(1,1,1);
	transform:rotate(0deg) scale3d(1,1,1)
}

/* 입사지원 */
.recruit .recruit-comment {margin-top:20px}
.recruit .recruit-comment textarea {width:100%;height:250px;box-sizing:border-box}
.recruit .headline {height:250px;padding-top:70px;font-size:20px;color:#fff;text-align:center;line-height:1.6;background:url(../images/bg/recruit_cont_bg.jpg) no-repeat center 50%;background-size:100%;box-sizing:border-box}

/* UTIL - 간격 */
.mt5 {margin-top:5px !important}
.mt10 {margin-top:10px !important}
.mt20 {margin-top:20px !important}
.mt30 {margin-top:30px !important}
.mt40 {margin-top:40px !important}
.mt50 {margin-top:50px !important}
.mt60 {margin-top:60px !important}
.mt70 {margin-top:70px !important}
.mt80 {margin-top:80px !important}
.mt100 {margin-top:100px !important}
.mtm10 {margin-top:-10px !important}

/* UTIL - 정렬 */
.tc {text-align:center !important}
.tr {text-align:right}
.tl {text-align:left !important}
.fl {float:left}
.fr {float:right}

/* UTIL - Input Box */
.ib15 {width:15px}
.ib25 {width:25px}
.ib30 {width:30px}
.ib40 {width:40px}
.ib50 {width:50px}
.ib75 {width:75px}
.ib80 {width:80px}
.ib90 {width:90px}
.ib100 {width:100px}
.ib150 {width:150px}
.ib200 {width:200px}
.ib250 {width:250px}
.ib300 {width:300px}
.ib400 {width:400px}
.ib500 {width:500px}
.ib600 {width:600px}
.ib700 {width:700px}
.ib750 {width:750px}
.ib800 {width:800px}
.ib100p {width:100%;box-sizing:border-box}

/* UTIL - 속성해제 */
.clear_border {border:none !important;padding:0;margin:0;background:none}
.input_clear {border:0;background:none}
.blind {position:absolute;left:-1000000px}
.clbh {clear:both}
.dbk {display:block}
.clearB {*zoom:1}
.clearB:after {content:"";display:block;clear:both}
.hide {display:none}

/* Transition */
.trans300 {-webkit-transition:all 300ms;transition:all 300ms}
.trans500 {-webkit-transition:all 500ms;transition:all 500ms}
.trans700 {-webkit-transition:all 700ms;transition:all 700ms}

/* Instagram 연동 */
#instaPics {} 
#instaPics:after {content:"";display:block;clear:both}
#instaPics img {width:100%}
.insta-box {position:relative;width:10%;float:left;margin:0;border:none}  
.image-layer {overflow:hidden;width:100%;height:100%}  
.image-layer img {max-width:100%}  
.caption-layer {display:none;position:absolute;top:0;right:0;bottom:0;left:0;background:rgba(0,0,0,0.5);padding:15px;box-sizing:border-box;font-size:12px;color:#fff;overflow:hidden}  
.insta-likes {float:right} 

/* PC 대응 - 1860px이하  */
@media (max-width:1860px) {
	
	#mainVisual,
	.main-visual {width:85% !important;height:620px !important}
	.main-visual .visual-item {height:auto}
	.main-visual .visual-item .item-info {top:40%}
	.main-visual .visual-item .item-info .item-tit {font-size:48px}
	
	.brochure {right:7.5%}
	.brochure.quick-estimate {right:auto;left:7.5%}
	
	.head-inner {width:95%}
	
	#aside .call-center {margin-top:70px}
	
	#contents {width:70% !important}
	.work-results .results-item {width:auto}
    .work-results .results-item .results-item-list ul li a img {width:100%}
	
	.sub-visual {width:72%;height:350px}
	.sub-visual.sv1,
	.sub-visual.sv2,
	.sub-visual.sv3,
	.sub-visual.sv4,
	.sub-visual.sv5 {background-size:cover !important}	
	#lnb {width:72%}
	
	.estimate-inquiry.floating {width:210px;margin-top:0} /* 서브페이지에서 견적문의, 견적조회 */
    .estimate-inquiry.floating .inquiry {width:150px;height:165px;padding:30px 15px}
	
    .work-results .results-item .py-tit {top:-95px}
	
	.results-item-view {width:1200px;margin:0 auto}
	
	.process {width:80%;margin:0 auto;box-sizing:border-box}
	.process .process-item .item-step .step-head .step-title {font-size:18px;background-size:40px !important}
	.process .process-item .item-step .step-exp {padding:20px 40px 10px;font-size:14px}
	.process .process-item .item-step .step-note {padding:0 15px;font-size:13px}
	.process .process-item .item-step .term {bottom:-12%}
	.process .process-item .item-step:after {right:-20px;background-size:20px}
	.process .process-payment .payment-title {font-size:18px}
	.process .process-payment .payment-cont dl {font-size:15px}
	
}

/* PC 대응 - 1720px이하  */
@media (max-width:1720px) {	
	
	#gnb {width:180px}
	#gnb > ul {padding:125px 10px 0 40px}
	#gnb > ul > li > a {font-size:17.5px}
	#gnb > ul > li > ul > li > a {padding:4px 9px;font-size:14px}
	#gnb > ul > li > ul > li > a:hover,
	#gnb > ul > li > ul > li > a.active {padding:4px 9px 4px 10px}
	
	#mainVisual,
	.main-visual {height:590px !important}	
	#aside .call-center {margin-top:40px}
	
}

/* PC 대응 - 1610px이하  */
@media (max-width:1610px) {	
	
	.head-inner {width:100%}
	.head-inner h1 {left:40px}
	
	#mainVisual,
	.main-visual {height:550px !important}
	.brochure a {width:130px;height:130px;padding:25px 10px}
	
	.estimate-inquiry {margin:-70px auto 0}
	
	#aside {width:130px;right:20px;padding:0}
	#aside .work-process {width:130px}
	#aside .work-process a {width:130px;height:130px;padding:25px 10px;font-size:18px}
	#aside #indigator {margin-top:66px}
	#aside .call-center {margin-top:60px}
	#aside .call-center .tit {font-size:14px}
	#aside .call-center ul {margin-top:15px}
	#aside .call-center ul li {font-size:14px}
	
	#contents {width:70% !important}
	
	#communication {width:75%}
	#communication .communication-cont .m-press {width:75%}
	#communication .communication-cont .m-press .m-press-cont .press-vod {width:60%;margin-right:4%}	
	#communication .communication-cont .m-press .m-press-cont .press-vod img {width:100%}
	#communication .communication-cont .m-press .m-press-cont .press-list {width:36%}
	#communication .communication-cont .m-news {width:25%}
	#communication .communication-cont .m-news .m-news-list ul li:nth-child(4) {display:none}
	
	.estimate-inquiry.floating {width:150px;margin-top:0} /* 서브페이지에서 견적문의, 견적조회 */
    .estimate-inquiry.floating .inquiry {width:130px;height:150px;padding:25px 10px;background-size:20px !important}
	.estimate-inquiry .inquiry .title {font-size:22px}
	.estimate-inquiry .inquiry .exp {margin-top:15px;font-size:13px}
	
    #aside.sub .call-center {margin-top:150px}
	
	.results-item-view {width:auto}



	.results-item-view .results-headline-sec {width:98%;margin:0 auto}
	.results-item-view .results-headline-sec > span {display:block}
	.results-item-view .results-headline-sec > span img {width:100%}
	.results-item-view .results-view-sec .view-img img {width:100%}
	
    .footer-inner {width:70%}
	
}

/* PC 대응 - 1500px이하  */
@media (max-width:1500px) {	
	
	#gnb {width:160px}
	#gnb > ul > li > ul > li > a {font-size:13px}

	
	#mainVisual,

	.main-visual {height:530px !important}
	.main-visual .visual-item .item-info .item-tit {font-size:40px}
	
	#aside #indigator {margin-top:60px}
	#aside .call-center {margin-top:45px}
	
	#instagram {width:auto;margin:100px 180px}

	
    .work-results .results-item h3 {width:70px;height:70px;padding:20px 5px;font-size:16px !important;font-weight:normal !important;line-height:1.1}	
	.work-results .results-item .results-item-list ul li a .list-active {display:block;position:absolute;left:0;top:0;right:0;bottom:0;text-align:center;background:rgba(0,0,0,.0)}
	.work-results .results-item .results-item-list ul li a .list-active .proj-tit {font-size:16px}
	.work-results .results-item .results-item-list ul li a .list-active .more {padding:8px}
	.work-results .results-item .results-item-list ul li a .list-active .py {font-size:35px}
	
	#lnb {height:50px}
	#lnb ul li a {height:50px;line-height:50px;padding:0 35px;font-size:16px}
	
	.footer-inner {width:73%}
	
}

/* Notebook 대응 - 1377px이하 공통  */
@media (max-width:1377px) {
        
	#mainVisual,
	.main-visual {height:505px !important}
	.main-visual .visual-item .item-info .item-tit {font-size:36px}
	
	#aside #indigator {margin-top:40px}
	#aside .call-center {margin-top:20px}
	
	#contents {width:74% !important}
	
	.footer-inner .foot-cont {width:50%;padding-right:0}
	.footer-inner .foot-cont .company-info li {font-size:14px}
	.footer-inner .foot-cont .copyright {margin-top:30px}
	.footer-inner .foot-menu {width:47%;padding-left:3%}
	.footer-inner .foot-menu > ul > li > ul {padding-left:10%}
	.footer-inner .foot-menu > ul > li > ul > li > a {font-size:14px}
	.footer-inner .btn-gotop {right:40px}
	
	.sub-visual {height:310px}
	.sub-visual .sv-cont {height:100px}
	.sub-visual .sv-cont .sv-tit {padding-bottom:10px;font-size:36px}
	.sub-visual .sv-cont .sv-tit-en {font-size:12px;letter-spacing:6px}
	
	.location .headoffice-info {font-size:15px}
	.location .headoffice-info dl dt {width:100px;font-size:15px}
	.location .headoffice-info dl dd {padding-left:120px}
	.location .headoffice-info dl dd ul li span {width:100px;padding-left:30px;background-size:23px !important}
	
    .work-results.sub-work .results-item .py-tit {display:none}
	.results-item-view .results-view-sec .view-exp {font-size:15px}
	
	.results-item-view .thumb-view li .title {padding:25px;font-size:15px}
	
	#contents.work-results h2 {margin-bottom:40px !important}
	.work-results .results-item {margin:150px auto 250px}
	
	.board-list .total-no {padding-left:10px;font-size:13px}
	.board-list table {font-size:15px}
	.board-list thead th {height:50px;line-height:50px;font-size:16px}
	.board-list tbody a {line-height:1.5}
	.board-list .attention {padding:4px;font-size:12px}
	.board-list tbody td .state {width:60px;padding:4px 6px;font-size:14px}
	
	.board-view {font-size:14px}
	.board-view .tit-box {height:50px;line-height:50px}
	.board-view .tit-box .tit {font-size:16px}
	.board-view .date-sec{font-size:13px}
	.board-view .cont-box .con-txt {padding:35px}
	.board-view .cont-box .con-txt p {padding-bottom:30px}
	
	#contents h3 {font-size:17px}
	
	.private-info .private-info-cont h4 {font-size:15px}
	.private-info .private-info-cont p {font-size:14px}
	.private-info .private-agree {font-size:13px}
	.estimate .select-option .note {font-size:13px;color:#999;background-size:12px}
	.estimate .select-option .select-option-item .item-tit {font-size:16px;background-size:17px}
	
	.board-write tbody th,
	.board-write tbody td {font-size:15px}
	.board-write tbody .note {font-size:13px}
	.board-write .fTable colgroup col:nth-child(1) {width:100px}

}

/* Tablet 대응 - 1280px이하 공통  */
@media (max-width:1280px) {
	
	.head-inner .head-sns {right:20px;width:auto}

	.head-inner .head-sns li {float:none;margin:15px 0}
	.head-inner .head-sns li a {font-size:15px;color:#555}
    .head-inner .head-sns .sns-btn {display:block}
	.head-inner .head-sns .sns-btn.active {border:1px solid #666;border-bottom:0;font-weight:400;color:#333;background:#fff}


	.head-inner .head-sns ul {display:none;position:absolute;top:27px;right:0;padding:10px;background:#fff;border:1px solid #666}
	
	.head-inner .btn-gnb {display:block;right:90px;top:53px;cursor:pointer}
	.head-inner .btn-gnb img {width:25px}

	#gnb {display:none !important}
	#aside {width:150px}
	#aside .work-process {display:none}
	#aside .call-center {margin-top:200px;margin-right:10px}
	#aside #indigator ul li .btn-active {;width:68px;margin-left:-34px;padding:1px;font-size:12px}
	
	#mainVisual,
	.main-visual {width:auto !important;margin:0 10px;height:550px !important}
	
	#mainVisual .slick-arrow.slick-prev{left:10%}
	#mainVisual .slick-arrow.slick-next{right:10%}
	#mainVisual .slick-arrow.slick-prev:hover {left:10.5% !important}
	#mainVisual .slick-arrow.slick-next:hover {right:10.5% !important}
	
	.brochure {top:0;right:1%}
	.brochure.quick-estimate {right:auto;left:0.8%}
	
	#contents {width:72% !important}
	#communication {width:72%}
	#communication .communication-cont .m-press {padding:50px 40px}
	#communication .communication-cont .m-press .m-press-cont .press-list li a .list-tit {font-size:17px}
	#communication .communication-cont .m-press .m-press-cont .press-list li a .list-exp {font-size:14px}
	#communication .communication-cont .m-press .m-press-cont .press-list li a .date {font-size:12px}
	#communication .communication-cont .m-news .m-news-list li a {font-size:15px}
	
	.sub-visual {width:auto;margin:0 10px}
	.sub-visual.sv1,
	.sub-visual.sv2,
	.sub-visual.sv3,
	.sub-visual.sv4 {background-size:cover !important}	
	#lnb {width:auto;margin:0 10px}
	
	#aside.sub {display:none}
	
	#aside #indigator {margin-top:180px}
	#aside .call-center {margin-top:60px}
	
	#contents.sub-content {width:90% !important;margin:80px auto}
	
	.results-item-view .results-headline-sec .headline-exp .headline-tit {font-size:32px}
	.results-item-view .results-headline-sec .headline-exp .headline-cont dl {font-size:16px}

}

/* Tablet 대응 - 1200px이하 공통  */
@media (max-width:1200px) {
	
	.head-inner .total-srh {width:360px;margin-left:-160px}
	.head-inner .total-srh input {width:280px}
	
	#mainVisual .slick-arrow.slick-prev{left:3%}
	#mainVisual .slick-arrow.slick-next{right:3%}
	#mainVisual .slick-arrow.slick-prev:hover {left:3.5% !important}
	#mainVisual .slick-arrow.slick-next:hover {right:3.5% !important}
	
	#aside {display:none}
    
	#communication .communication-cont .btn-more {right:30px}
	
}

/* Tablet 대응 - 1024px이하 공통  */
@media (max-width:1024px) {
	
    .introduction .intro-paging {position:relative;right:auto;top:auto;text-align:center;padding-bottom:20px}
	.introduction .intro-paging ul {display:inline-block}
    
	.head-inner h1 img {width:220px}
	.head-inner .total-srh {width:320px;margin-left:-70px}
	.head-inner .total-srh input {width:240px;font-size:15px}	

	#instagram {width:80%;margin:100px auto}
	#contents {width:85% !important}
	#communication {width:85% !important}
	
	#mainVisual,
	.main-visual {height:480px !important}
	
	.company .company-item .company-cont .hoffice-cont-txt dl dt {width:80px}
	.company .company-item .company-cont .hoffice-cont-txt dl dd {padding-left:110px}
	
	.organization img {width:100%}
	
	.estimate-inquiry {width:330px}
	.estimate-inquiry .inquiry {width:165px;height:165px;padding:25px}
	.estimate-inquiry .inquiry .title {font-size:21px}
	
	#lnb {height:45px}
	#lnb ul li a {height:45px;line-height:45px;font-size:16px}
	
	.results-item-view .thumb-view li .title {padding:20px;font-size:14px}
	
	.process {width:100%}
	
    .footer-inner .foot-cont .foot-util li a {font-size:14px}	
	.footer-inner {width:85%}
	
}

/* 모바일 대응 - 768px이하 공통  */
@media (max-width:768px) {
	
	.head-inner .total-srh {display:none;width:100%;left:0;top:0;margin-left:0;padding:20px;box-sizing:border-box;z-index:10}
	.head-inner .total-srh input[type=text] {width:100%;height:80px;box-sizing;border-box !important}
	.head-inner .total-srh .btn-srh {width:100%;height:80px;margin-left:auto}
	.head-inner .btn-srh-mobile {display:inline-block;right:140px}
	
	#mainVisual,
	.main-visual {height:450px !important}
	.main-visual .visual-item .item-info {top:50%}
	
	#mainVisual .slick-arrow {margin-bottom:20%}
	
	.brochure {top:0;right:1.4%}
	
	#instagram {width:95%;margin:100px auto}
	#contents,
	#communication {width:95% !important}
	
    .company .company-item .company-cont .hoffice-cont-txt {/*float:none;*/width:100%;padding-right:0}
	.company .company-item .company-cont .hoffice-map {/*float:none;*/width:100%;height:400px;margin-top:40px}
	
    .company .company-item .company-cont h4 {width:250px;font-size:35px;font-weight:500;background-size:100%}
	
	#instagram .instagram-list li {width:20%}
	.insta-box {width:20%}  
	
	.estimate-inquiry {margin:-40px auto}
	
	.work-results .results-item {margin:100px auto 150px}
	.work-results .results-item .results-item-list ul li {width:50%}
	.work-results .results-item .results-item-list ul li:nth-child(2n+1) {clear:both}
	.work-results.main-work .results-item .results-item-list ul li {display:none}
	.work-results.main-work .results-item .results-item-list ul li:nth-child(1),
	.work-results.main-work .results-item .results-item-list ul li:nth-child(2),
	.work-results.main-work .results-item .results-item-list ul li:nth-child(3),
	.work-results.main-work .results-item .results-item-list ul li:nth-child(4) {display:block}
	.work-results .results-item .py-tit {top:-55px;font-size:40px}
	.work-results .results-item .py-tit em {font-size:28px !important}
	.work-results .results-item .btn-more {top:-35px;font-size:16px;font-weight:400}	
	

	#communication .communication-cont .m-press {float:none;width:100%}
	#communication .communication-cont .m-news {float:none;width:100%}
	#communication .communication-cont .m-news .m-news-list li {margin-bottom:8px}
	#communication .communication-cont .m-news .m-news-list li a .date {display:inline-block}
    
	.footer-inner .foot-cont {float:none;width:100%;border-right:0}
	.footer-inner .foot-menu {display:none}
	
	.sub-visual {height:250px}
	.sub-visual .sv-cont .sv-tit {font-size:30px}
	.sub-visual .sv-cont .sv-tit-en {font-size:11px}
	
	#lnb {height:40px}
	#lnb ul li a {height:40px;line-height:40px;padding:0 25px}
	
    #contents {margin:80px auto}
	#contents h2 {font-size:22px;background-size:30px}
	
	.work-results .results-item .results-search-top {top:-10px}
	
	.select-search select {padding:7px 10px;font-size:15px}
	.select-search input {width:200px;padding:8px 15px;font-size:15px}
	.select-search button {padding:7px}
	.select-search button img {width:20px}

	.results-item-view .results-headline-sec .headline-exp .headline-tit {margin-top:0}
	.results-item-view .thumb-view li .title {padding:15px;font-size:11px}
	
	.comment-wrap {padding:30px}
	.comment h4 {font-size:15px}
	.comment .tit {font-size:14px}
	.c-write textarea {font-size:13px}
	.c-write .pw-sec {height:auto;margin-top:-4px;font-size:13px}
	.c-write .pw-sec dl {float:none;width:auto}
	.c-write .pw-sec dl dt {float:left;width:70px;padding-left:0}
	.c-write .pw-sec dl dd input {width:60%;font-size:12px}
    .c-write .pw-sec .btn button {height:82px;line-height:82px}
	.c-write .pw-sec .btn.btn-modify button {height:42px;line-height:42px}
	.c-list li .tit strong {font-size:14px}
	.c-list li .tit .date {font-size:12px}
	.c-list li p {font-size:12px}
	.c-list li .btns a {font-size:13px}
	.c-list li.reply-lists .reply-con {font-size:12px}
	
	.estimate.board-list colgroup col:nth-child(1),
	.estimate.board-list colgroup col:nth-child(4),
	.estimate.board-list thead th:nth-child(1),
	.estimate.board-list thead th:nth-child(4),
	.estimate.board-list tbody td:nth-child(1),
	.estimate.board-list tbody td:nth-child(4),
	.qna.board-list colgroup col:nth-child(1),
	.qna.board-list colgroup col:nth-child(5),
	.qna.board-list thead th:nth-child(1),
	.qna.board-list thead th:nth-child(5),
	.qna.board-list tbody td:nth-child(1),
	.qna.board-list tbody td:nth-child(5){display:none}
	
    .press .press-list ul li {margin-bottom:20px}
    .press .press-list ul li a .thumb {width:250px;height:210px;line-height:200px}
    .press .press-list ul li a .thumb img {width:100%}
    .press .press-list ul li a .thumb.blank img {width:auto}
    .press .press-list ul li a .list-con {padding:30px 30px 30px 280px}
    .press .press-list ul li a .list-con .subject {font-size:18px}

    .press .press-list ul li a .list-con .exp {height:75px;padding:20px 0}
    .press .press-list ul li a .list-con .date {font-size:11px;margin-top:20px}
    
	.process {padding:40px 20px;background-size:cover}
	.process .process-item .item-step {width:48%;height:250px;margin:0 4% 6% 0}
	.process .process-item .item-step:nth-child(3n) {margin-right:4%}
	.process .process-item .item-step:nth-child(2n) {margin-right:0}
	.process .process-item .item-step .step-head {width:70%}
	.process .process-item .item-step .step-head .step-title {padding:20px 0 60px;background-size:30px !important}
	.process .process-item .item-step .step-exp {padding:20px}
	.process .process-item .item-step .term {bottom:-9%;font-size:12px}
	.process .process-item .item-step .term.t2 {right:-110%;width:210%}
	.process .process-payment {padding:30px}
	.process .process-payment .payment-title {background-position:center 70%;background-size:40px}
	
	.board-write tbody th,
	.board-write tbody td {font-size:15px}
	.board-write tbody th.blank {padding-left:15px !important}
	.board-write tbody label {margin:0 5px 0 3px;font-size:14px}
	
	.board-view .cont-box .con-txt img {width:100%}
	
	.estimate .select-option .select-option-item .item-cont .item-part-select {padding:10px 10px 15px}
	
	.footer-inner {width:auto;margin:0 20px}
	
    .recruit .headline {height:200px;padding:50px 30px;font-size:16px;background-size:cover}
	
	.estimate .select-option .note span {display:none}
	
	.estimate .select-option .note {top:-50px}
	.estimate .select-option .select-option-item .item-cont .item-part-select .item-part-type-tit {padding:0 10px}
	.estimate .select-option .select-option-item .item-cont .item-part-select > span {width:47%;margin:10px 1.5%}
	.estimate .select-option .select-option-item .item-cont .item-part-select > span:nth-child(2n) {margin-right:1.5% !important}
	.estimate .select-option .select-option-item .item-cont .item-part-select > span:nth-child(3n) {margin-right:1.5% !important}
	
    .estimate .select-option .select-option-item .item-cont .item-part-select .item-part-type-con > span {width:47%;margin:5px 1.5%}
	.estimate .select-option .select-option-item .item-cont .item-part-select .item-part-type-con > span label em {height:35px;padding:5px 0;font-size:13px}
	
    .estimate .select-option .select-option-item .item-cont .item-part-select .item-part-type .item-part-type-con.item-default > span {width:47%;margin:5px 1.5%}
	
	.estimate .select-option .select-option-item .item-cont .item-part-select .item-part-type .painting-example .floor-plan {width:30%}
	.estimate .select-option .select-option-item .item-cont .item-part-select .item-part-type .painting-example .floor-plan img {width:100%}
	.estimate .select-option .select-option-item .item-cont .item-part-select .item-part-type .painting-example .painting-example-cont {padding:10px 0 0 40%}
	.estimate .select-option .select-option-item .item-cont .item-part-select .item-part-type .painting-example .painting-example-cont .pa-ex-tit {font-size:17px}
	.estimate .select-option .select-option-item .item-cont .item-part-select .item-part-type .painting-example .painting-example-cont ul {margin-top:20px}
	.estimate .select-option .select-option-item .item-cont .item-part-select .item-part-type .painting-example .painting-example-cont li {padding-left:13px;font-size:14px;background:url(../images/icon/bullet_square_01.png) no-repeat left 8px}
	
	#TB_window {width:90% !important;left:50% !important;top:50% !important;margin-top:-50% !important;margin-left:-45% !important}
	#TB_ajaxContent,
	#TB_ajaxContent #modal {width:100% !important;height:35% !important}
	#TB_ajaxContent #modal .title {height:60px}
	#TB_ajaxContent #modal h1 {height:60px;line-height:60px;font-size:19px}
	#TB_ajaxContent #modal .cont {height:220px !important}
	
}

/* 모바일 대응 - 665px이하 */
@media (max-width:665px) {

    table.fTable tbody th,
	table.fTable tbody td {display:block !important}
	.estimate .select-option .select-option-item .item-cont .item-part-select .item-part-type-con > span .thumb img {width:100% !important}
	
	.estimate .select-option .select-option-item .item-cont .item-part-select .item-part-type .painting-example .floor-plan {float:none;width:100%;padding:10px 0}
	.estimate .select-option .select-option-item .item-cont .item-part-select .item-part-type .painting-example .painting-example-cont {display:block;padding:40px 20px 20px}
	.estimate .select-option .select-option-item .item-cont .item-part-select .item-part-type .painting-example .painting-example-cont .pa-ex-tit {font-size:16px}
	.estimate .select-option .select-option-item .item-cont .item-part-select .item-part-type .painting-example .painting-example-cont li {font-size:13px}
	
}

/* 모바일 대응 - 500px이하 */
@media (max-width:500px) {
	
	#header,
	.head-inner {height:70px}
	.head-inner .total-srh {display:none;padding:0 10px;margin-top:70px}
	.head-inner h1 {left:20px;top:18px}
	.head-inner h1 img {width:180px}
	.head-inner .head-sns {right:20px;top:32px}
	.head-inner .head-sns .sns-btn {width:34px;height:34px;font-size:13px}
	.head-inner .head-sns ul {top:21px}	
	
	.head-inner .btn-gnb {right:70px;top:27px}
	
	.head-inner .total-srh input[type=text] {font-size:18px}
	.head-inner .total-srh .btn-srh {font-size:25px}

	
	.head-inner .btn-srh-mobile {top:27px;right:110px}
	.head-inner .btn-srh-mobile img {width:22px}
    
	#mainVisual,
	.main-visual {margin:0 5px;height:300px !important}
	#mainVisual .visual-inner-txt p {font-size:20px}
	.main-visual .visual-item {height:300px;background-size:cover !important}
	.main-visual .visual-item .item-info .btn-view {height:35px;line-height:35px;padding:0 35px 0 25px;margin-top:40px;font-size:13px;border:1px solid #fff;background-size:11px}
	
	#mainVisual .slick-arrow {width:44px;height:44px}
	#mainVisual .slick-arrow.slick-prev {background-size:8px !important}
	#mainVisual .slick-arrow.slick-next {background-size:8px !important}
	
	.brochure {right:5px}
	.brochure.quick-estimate {left:auto;right:5px;top:38px}
	.sub-visual .brochure {right:0}
	.brochure a {height:190px;height:38px;line-height:38px;padding:0 12px;font-size:14px;font-weight:500;text-align:left;background-position:92% 50%;background-size:22px}
	.brochure.quick-estimate a {background-position:90% 50%;background-size:16px}
	.brochure a > span {display:none}

	
    #mainVisual .visual-item > img{
	-ms-transform: scale(2.3,2.3);/* IE 9 */
	-o-transform: scale(2.3,2.3);/* IE 9 */
	-moz-transform: scale(2.3,2.3);/* IE 9 */


	-webkit-transform: scale(2.3,2.3);/* Chrome, Safari, Opera */
	transform: scale(2.3,2.3)}
	
	#mainVisual .visual-item.active > img{
	-ms-transform: scale(1.8,1.8);/* IE 9 */
	-o-transform: scale(1.8,1.8);/* IE 9 */
	-moz-transform: scale(1.8,1.8);/* IE 9 */
	-webkit-transform: scale(1.8,1.8);/* Chrome, Safari, Opera */
	transform: scale(1.8,1.8)}
	
	.item-mask-bg {background:rgba(0,0,0,.4)}
	
    .company .company-item {padding-bottom:0;margin-bottom:40px}
    .company .company-item .company-cont h4 {width:200px;font-size:30px}
	.company .company-item .company-cont .hoffice-map {height:250px}

	.estimate-inquiry {width:auto;margin:10px 10px}
	.estimate-inquiry .inquiry {width:50%;height:150px;background-size:18px !important}
	.estimate-inquiry .inquiry .title {font-size:19px}
	.estimate-inquiry .inquiry .exp {font-size:12px;line-height:1.3}
	
	#contents {margin:50px auto;min-height:auto}
	#contents h2,
	#communication h2,
	#instagram h2 {font-size:15px;margin-bottom:30px !important;letter-spacing:10px;margin-left:10px;background-size:30px 1px;background-position:49% bottom}
	#instagram h2 em {font-size:12px;letter-spacing:2px}
	#instagram {margin:20px auto}
	
	#instagram .instagram-list {margin-top:50px !important}
	#instagram .instagram-list li {display:none}
	#instagram .instagram-list li:nth-child(1),
	#instagram .instagram-list li:nth-child(2),
	#instagram .instagram-list li:nth-child(3),
	#instagram .instagram-list li:nth-child(4),
	#instagram .instagram-list li:nth-child(5),
	#instagram .instagram-list li:nth-child(6),
	#instagram .instagram-list li:nth-child(7),
	#instagram .instagram-list li:nth-child(8),
	#instagram .instagram-list li:nth-child(9),
	#instagram .instagram-list li:nth-child(10),
	#instagram .instagram-list li:nth-child(11),
	#instagram .instagram-list li:nth-child(12),
	#instagram .instagram-list li:nth-child(13),
	#instagram .instagram-list li:nth-child(14),
	#instagram .instagram-list li:nth-child(15),
	#instagram .instagram-list li:nth-child(16),
	#instagram .instagram-list li:nth-child(17),
	#instagram .instagram-list li:nth-child(18),
	#instagram .instagram-list li:nth-child(19),
	#instagram .instagram-list li:nth-child(20) {display:block}
	
    .work-results .results-item {margin:70px auto}
	.work-results .results-item h3 {display:none}
	.work-results .results-item .py-tit {position:absolute;left:0;width:100%;margin-left:0;top:-38px;font-size:30px;text-align:left}
	.work-results .results-item .py-tit em {font-size:20px !important}
	.work-results .results-item .btn-more {top:-30px;font-size:14px}
	.work-results .results-item .results-item-list ul li a .list-active .proj-tit {padding:20% 5% 5% 5%;font-size:14px}
	.work-results .results-item .results-item-list ul li a .list-active .more {padding:5px}
	.work-results .results-item .results-item-list ul li a .list-active .more img {width:15px}
	.work-results .results-item .results-item-list ul li a .list-active .py {font-size:25px}
	
    #mcontents {padding:200px 0 50px;margin-top:-200px}
	
	#communication .communication-cont > div h3 {font-size:18px}
	#communication .communication-cont .m-press {padding:30px}
	#communication .communication-cont .m-press .m-press-cont .press-vod {float:none;width:auto;margin-right:0}	

	#communication .communication-cont .m-press .m-press-cont .press-list {width:100%;margin-top:60px}
	#communication .communication-cont .m-press .m-press-cont .press-list li a {padding:20px 0}
	#communication .communication-cont .m-press .m-press-cont .press-list li a .list-tit {font-size:14px}
	#communication .communication-cont .m-press .m-press-cont .press-list li a .list-exp {padding:5px 0;font-size:12px}
	#communication .communication-cont .m-press .m-press-cont .press-list li a .date {font-size:12px}

	#communication .communication-cont .m-press .m-press-cont .press-vod .vod-tit {font-size:15px}
    #communication .communication-cont .m-press .m-press-cont .press-vod .vod-txt {font-size:12px}
	#communication .communication-cont .m-news {padding:30px}
	#communication .communication-cont .m-news .m-news-list li a {font-size:12px}
	#communication .communication-cont .btn-more {top:30px;line-height:23px}
	
	.footer-inner .foot-cont .company-info {padding:40px 0}
	.footer-inner .foot-cont .company-info li {font-size:12px}
	.footer-inner .foot-cont .copyright {margin-top:10px}
	.footer-inner .btn-gotop {top:-10px;right:10px;width:40px;height:40px;line-height:40px}	
    .footer-inner .foot-cont .arita-license {font-size:11px}
	
	.sub-visual {height:180px}
	.sub-visual .sv-cont .sv-tit {margin-left:14px;font-size:22px;letter-spacing:9px}
	.sub-visual .sv-cont .sv-tit-en {font-size:9px}
	
	#lnb {height:34px}
	#lnb ul li a {padding:0 25px;height:34px;line-height:34px;font-size:14px}
	#lnb.full {height:68px}
	#lnb.full li {width:33.3% !important}
	
	.introduction .introduction-item {margin-bottom:60px}
	.introduction .introduction-item .intro-cont {margin-top:30px}
	.introduction .introduction-item .intro-cont .slogan {font-size:17px}
	.introduction .introduction-item .intro-cont p {padding-top:20px;font-size:14px}
	.introduction .introduction-item .intro-cont p .writer {padding-top:20px;font-size:12px}
	.introduction .intro-paging ul li a {padding:5px 10px;font-size:11px}

	.company .company-item .company-cont .hoffice-cont {margin-top:30px}

	
	.company .company-item .company-tabs {height:29px;border-bottom:0}
	.company .company-item .company-tabs li a {padding:7px 30px;font-size:14px}
	.company .company-item .company-cont .hoffice-cont-txt {font-size:12px}
	.company .company-item .company-cont .hoffice-cont-txt dl {font-size:12px}
	.company .company-item .company-cont .hoffice-cont-txt dl dt {width:70px;padding:18px 0}
	.company .company-item .company-cont .hoffice-cont-txt dl dd {padding-left:85px}
	.company .company-item .company-cont .hoffice-cont-txt dl dd ul {margin-top:-8px}
	.company .company-item .company-cont .hoffice-cont-txt dl dd ul li span {width:80px;padding-left:25px;box-sizing:border-box;background-size:20px !important}
	.company .company-item .company-cont .hoffice-cont-txt dl dd ul li p {padding-left:80px;padding-top:8px}
	
	.location .headoffice-map {margin-top:80px}
	.location .headoffice-map .other-map {top:-35px}
	.location .headoffice-map .other-map a {padding:5px 15px;font-size:12px}
	
	.location .headoffice-info {font-size:13px}
	.location .headoffice-info dl dt {float:none;width:auto;font-size:14px;background:none}
	.location .headoffice-info dl dd {padding-left:0;padding-top:0}
	.location .headoffice-info dl dd ul li {height:auto;line-height:1.8}
	.location .headoffice-info dl dd ul li span {width:100%;margin-bottom:5px;background-size:23px !important}
	
	#contents.sub-content {margin:50px auto}
	
	.work-results .results-item .results-search-top {display:none}
	.work-results .results-item .total-no {font-size:13px}
	
	.pagination {padding:50px 0 25px}
	.pagination a {width:30px;height:30px;font-size:11px;line-height:1.8 !important;margin:0}
	.pagination strong {width:30px;height:30px;font:bold 11px tahoma;line-height:1.8 !important}
	
	.results-item-view .results-headline-sec .headline-exp {padding:40px}
	.results-item-view .results-headline-sec .headline-exp .headline-tit {font-size:22px}
	.results-item-view .results-headline-sec .headline-exp .headline-cont dl {font-size:13px}
	
	.results-item-view .results-view-sec {margin-top:70px;padding-bottom:50px}
	.results-item-view .results-view-sec h3 strong {padding:8px 30px;font-size:16px}
	.results-item-view .results-view-sec h3 span.en {padding:12px 0 0 10px}
	.results-item-view .results-view-sec .view-img {padding:60px 0}
	.results-item-view .results-view-sec .view-exp {font-size:12px}
	
	.btn-sec .btn a,
	.btn-sec .btn input {padding:10px 20px 12px;font-size:15px}
	.btn-sec .btn.previous a {font-size:15px !important;background:#555 url(../images/icon/results_control_btn_prev.png) no-repeat 12px 45%}
	.btn-sec .btn.next a {font-size:15px !important}
	
	.btn-sec .prevnext-item {width:300px;top:-100px}
	.btn-sec .prevnext-item .item-cont {padding:20px}
	.btn-sec .prevnext-item .item-cont .subject {height:42px;padding-bottom:10px;font-size:14px}
	.btn-sec .prevnext-item .item-cont .py {font-size:12px}
	.btn-sec .prevnext-item .item-thumb img {width:100%}
	
	.results-item-view .thumb-view {padding:30px 45px}
	.results-item-view .thumb-view li:hover .title {opacity:0}
	
	.results-item-view .thumb-view .control {margin-top:-20px}
	.results-item-view .thumb-view .control img {width:13px}
	.results-item-view .thumb-view .control.prev {left:8px}
	.results-item-view .thumb-view .control.next {right:8px}
	
	.comment-wrap {padding:20px}
	
	.c-list li .tit strong {padding-left:0}
	.c-list li p {padding:0 0 10px 0;line-height:1.4}	
	.c-list li .btns {top:-22px;right:0}
	.c-list li .btns a {display:inline-block;padding:4px 8px;font-size:12px}
	.c-list li.reply-lists {padding-left:0}
	.c-list li.reply-lists .btns {top:-22px}
	.c-list li .btn-reply {margin-left:0}
	.c-list li.reply-lists .btn-reply {margin-left:23px}
	
	.estimate.board-list colgroup col:nth-child(5),
	.estimate.board-list thead th:nth-child(5),
	.estimate.board-list tbody td:nth-child(5) {display:none}
	.estimate.board-list colgroup col:nth-child(2) {width:70px}
	.estimate.board-list colgroup col:nth-child(6) {width:75px}
	
	.news.board-list colgroup col:nth-child(1),
	.news.board-list colgroup col:nth-child(4),
	.news.board-list thead th:nth-child(1),
	.news.board-list thead th:nth-child(4),
	.news.board-list tbody td:nth-child(1),
	.news.board-list tbody td:nth-child(4) {display:none}
	.news.board-list colgroup col:nth-child(3) {width:85px}
	
	.qna.board-list colgroup col:nth-child(3) {width:70px}
	.qna.board-list colgroup col:nth-child(4) {width:80px}
	
	.board-list table {font-size:13px}
	.board-list thead th {font-size:14px}
	.board-list tbody td .state {font-size:13px}
	
	.select-search select {padding:9px 10px;font-size:13px}
	.select-search input {width:50%;padding:10px 15px;font-size:13px}
	
	.board-view .tit-box {padding:0 20px}
	.board-view .date-sec span {margin-left:5px}
	.board-view .date-sec img {width:10px}
	.board-view .cont-box .con-txt {padding:20px;font-size:13px}
	
    .press .press-list ul li a .thumb {float:none;display:block;width:auto;height:auto !important;line-height:auto}
	.press .press-list ul li a .thumb.blank {height:120px}
	.press .press-list ul li a .list-con {float:none;padding:25px 20px}
    .press .press-list ul li a .list-con .subject {font-size:16px}
    .press .press-list ul li a .list-con .exp {height:auto;padding:20px 0;font-size:12px;overflow:visible}
	
	.process {padding:20px}

	.process .process-item .item-step {width:100%;height:auto;padding:20px 0;margin:0 0 4% 0}
	.process .process-item .item-step .step-head {width:50%}
	.process .process-item .item-step .step-head .step-title {padding:15px 0 50px}
	.process .process-item .item-step .step-exp {padding:20px 20px 5px}
	.process .process-item .item-step .term {width:20px !important;padding-top:150px;right:-10px !important;bottom:0;font-size:12px}
	.process .process-item .item-step .term.t1 {right:0;width:100%;height:435px}
	.process .process-item .item-step .term.t2 {right:0;width:100%;height:640px;padding-top:250px}
	.process .process-payment {padding:30px}
	.process .process-payment .payment-title {width:90px;height:100px;background-position:center 70%;background-size:40px}
	.process .process-payment .payment-cont {padding-left:110px}
	
	.estimate .select-option .note span {display:none}
	
	.board-write tbody th {padding-bottom:5px}
	.board-write tbody label {margin:0 3px;font-weight:500}
	.board-write tbody td {font-size:13px !important}
	
	.board-write.estimate-view table.fTable tbody th {margin:0}
	.board-write.estimate-view table.fTable tbody th img {display:none}
	
    .recruit .headline {height:150px;padding:35px 30px;font-size:14px;line-height:1.4}
	
	.estimate .select-option .select-option-item {margin-top:10px}
	.estimate .select-option .select-option-item .item-tit {background:#efefef url(../images/icon/icon_arrow_down.png) no-repeat 95% 50%;background-size:16px}
	.estimate .select-option .select-option-item .item-tit.active {background:#fff url(../images/icon/icon_arrow_up.png) no-repeat 95% 50% !important;background-size:16px !important}
	.estimate .select-option .select-option-item .item-cont .item-part-select .item-part-type-con {padding:0 10px}
	.estimate .select-option .select-option-item .item-cont .item-part-select > span {width:47%;margin:5px 1.5%}
	.estimate .select-option .select-option-item .item-cont .item-part-select .item-part-type-con > span label em {font-size:12px}
	
	.estimate .select-option .select-option-item .item-cont .item-part-select .item-part-type .painting-example {margin:20px 15px}
	
	.plupload_wrapper {min-width:100% !important}
	.plupload_filelist_header td {display:table-cell !important}

	table.fTable tbody th {padding:0;margin-top:10px}
	table.fTable tbody td input.ib500 {width:auto}
	
	table.fTable tbody td .radio-set span {display:block;padding:3px 0}
	
    .footer-inner .foot-cont .foot-util li a {font-size:13px}	
	
}

/* 모바일 대응 - 414px이하 */
@media (max-width:414px) {
    
	#mainVisual,
	.main-visual {height:260px !important}
	
	#mainVisual .visual-item > img {margin-top:0}
	#mainVisual .visual-item.active > img{
	-ms-transform: scale(1.2,1.2);/* IE 9 */
	-o-transform: scale(1.2,1.2);/* IE 9 */
	-moz-transform: scale(1.2,1.2);/* IE 9 */
	-webkit-transform: scale(1.2,1.2);/* Chrome, Safari, Opera */
	transform: scale(1.2,1.2)}
	
	#mainVisual .slick-arrow {display:none !important}	
	
    .company .company-item .company-cont h4 {margin:40px auto 0;font-size:25px;background:none}
	.company .company-item .company-tabs {height:33px}
	.company .company-item .company-tabs .office-nav {width:100%}
	.company .company-item .company-tabs li {width:50%}
	.company .company-item .company-tabs li a {width:auto;height:33px;padding:8px 30px;font-size:15px}
	
	.footer-inner .foot-cont .company-info {padding:30px 0}
	.footer-inner .foot-cont .company-info li {font-size:11px}
	.footer-inner .btn-gotop {background-size:15px}
	
	.results-item-view .results-headline-sec .headline-exp .headline-tit {font-size:18px}
	.results-item-view .results-headline-sec .headline-exp .headline-cont dd {padding-left:40px}
	
	.c-write .pw-sec {top:-2px;background:#fff}
	.c-write .pw-sec .btn {right:-1px}
	.c-write .pw-sec dl dt {width:70px;padding-left:5px}
	.c-write .pw-sec dl dd input {width:60%}
	
	.pagination a {margin:0 -2px}
	
	.qna.board-list colgroup col:nth-child(4),
	.qna.board-list thead th:nth-child(4),
	.qna.board-list tbody td:nth-child(4) {display:none}
	
	.process {padding:10px}
	.process .process-payment {padding:20px 15px}
	
	.estimate .select-option .select-option-item .item-cont .item-part-select .item-part-type-con > span label em {display:inline-block;height:15px !important;letter-spacing:-1px;font-size:12px}
	
}

/* 모바일 대응 ~ 375px */

@media (max-width:375px) {
	
	#mainVisual,
	.main-visual {height:250px !important}
	
	.company .company-item .company-cont .hoffice-cont-txt dl dd ul li span {float:none;display:block;width:100%;padding-left:40px}
	.company .company-item .company-cont .hoffice-cont-txt dl dd ul li p {padding-left:0;line-height:1.3}
	
	.estimate-inquiry .inquiry {height:140px}

	.estimate-inquiry .inquiry .title {font-size:17px}
	.estimate-inquiry .inquiry .exp {font-size:11px;line-height:1.2}
	
	.results-item-view .results-headline-sec .headline-exp .headline-cont {margin-top:40%}
	
	.c-write .pw-sec dl dd input {width:50%}
	
	.comment .tit span {font-size:11px}
	
	.process .process-payment .payment-title {width:70px;background-size:30px}
	.process .process-payment .payment-cont {padding-left:90px}
	.process .process-payment .payment-cont dl {font-size:13px}
	
	#lnb ul li a {padding:0 15px;font-size:13px}
	
    .recruit .headline {height:130px;font-size:12px}
	
}

/* 모바일 대응 ~ 360px */
@media (max-width:360px) {
	
	.head-inner h1 img {width:150px}
	
}

/* 모바일 대응 ~ 320px */
@media (max-width:320px) {
	
	#mainVisual,
	.main-visual {height:210px !important}
	
	.results-item-view .results-headline-sec .headline-exp .headline-cont dl {font-size:11px}
	.results-item-view .results-headline-sec .headline-exp .headline-cont dd {padding-left:40px}
	
	.c-write .pw-sec dl dt {width:60px;font-size:12px}
	
}

/* 20211018 추가 */
.newalign {
	display:flex;
    justify-content:center;
    align-items:center;
}
.newalign a {
	float:none;
}
.newalign a img {
	width:100%;
	max-width:143px;
}
.newalign.hSize {
	height:auto;
	max-height:126px;
	padding-bottom:20px;
}
.head-inner .head-sns li a.ico_hs {background:url(../images/icon/main_ob.png) no-repeat left 50%;background-size:17px}
.head-inner .head-sns li a.ico_lx {background:url(../images/icon/main_lx.png) no-repeat left 50%;background-size:17px}