@charset "utf-8";


/*어바웃*/
 
.ABOUT_wrap .title {margin-top:150px;}
.ABOUT_wrap .title {text-align:center;}
.ABOUT_wrap .title .t1{font-size:60px; font-weight:bold; letter-spacing:-3px; color:#000; line-height:70px;}
.ABOUT_wrap .title .t2{font-size:20px;  margin-top:20px; line-height:30px; letter-spacing:-2px; color:#000;}
.ABOUT_wrap ul {margin-top:120px;overflow:hidden;}
.ABOUT_wrap ul li {float:left; width:32%; margin-bottom:2%;}
.ABOUT_wrap ul li:nth-child(3n+2) {margin-left:2%; margin-right:2%; }
.ABOUT_wrap ul li .box {background:#f8f8f8; padding:60px; border-radius:30px; position:relative;}
.ABOUT_wrap ul li .box .t1 {text-align:center; font-size:22px; font-weight:900; letter-spacing:-1px; color:#000; line-height:30px;}
.ABOUT_wrap ul li .box .t1 span {display:block; font-size:15px; font-weight:normal; letter-spacing:-1px; line-height:22px;}
.ABOUT_wrap ul li .box .project {font-size:40px; letter-spacing:-2px; color:#193D71; font-weight:900; line-height:50px; text-align:center; margin-top:20px;}
.ABOUT_wrap ul li .box .date {text-align:center; font-size:15px;   letter-spacing:-1px; color:#000; line-height:30px; margin-top:20px;}
.ABOUT_wrap ul li .box .icon {text-align:Center; min-height:100px; line-height:100px; vertical-align:middle; margin-top:40px;}
.ABOUT_wrap ul li .box .icon .lord-icon {width:170px; height:170px;}


/*works 리스트*/
.WORKS_list_wrap {}
.WORKS_list_wrap .cate_box {margin-bottom:60px;}
.WORKS_list_wrap .cate_box a{display:inline-block; padding:0 20px; padding-bottom:10px; letter-spacing:-1px; font-size:20px; font-weight:bold; color:#666; position:relative;  }
.WORKS_list_wrap .cate_box a.on{color:#de4047;}
.WORKS_list_wrap .cate_box a span {position:absolute; left:50%; bottom:0px;  width:0; height:4px;    transition: width 0.3s ease, transform 0.3s ease;    overflow: hidden;    text-align: center; background:#de4047}

.WORKS_list_wrap .cate_box a.on span { width: 70%;    transform: translateX(-50%); }
.WORKS_list_wrap .cate_box a:hover span { width: 70%;    transform: translateX(-50%); }



.WORKS_list_wrap ul {overflow:hidden;}
.WORKS_list_wrap ul li{float:left; width:473px; margin-right:30px; margin-bottom:100px; overflow:hidden; position:relative;}
.WORKS_list_wrap ul li:nth-child(3n+3){margin-right:0px;}
.WORKS_list_wrap ul li .pic {position:relative; border-radius:20px; overflow:hidden;}
.WORKS_list_wrap ul li .pic img{width:100%; vertical-align:top;  }
.WORKS_list_wrap ul li .subject{margin-top:20px; position:relative;}
.WORKS_list_wrap ul li .subject .type {}
.WORKS_list_wrap ul li .subject .type span{display:inline-block; padding:0 20px; border:1px #ddd solid; line-height:40px; border-radius:40px;}
.WORKS_list_wrap ul li .subject .text {margin-top:15px; font-size:25px;  font-weight:bold; color:#000; letter-spacing:-2px;}
.WORKS_list_wrap ul li .subject .info {margin-top:10px; font-size:15px;    color:#777; letter-spacing:-1px; }
.WORKS_list_wrap ul li .subject .info span {display:inline-block; position:relative; margin-right:25px;}
.WORKS_list_wrap ul li .subject .info span:after {display: block;    position: absolute;    top:6px;    right: -15px;    width: 1px;    height:12px;    background:rgba(0,0,0,0.4);;    content: '';}
.WORKS_list_wrap ul li .hidden_info {position:absolute; left:0px; bottom:-20px; width:100%; height:100%; background:rgba(222,64,71,0.7); transition: all 0.9s; opacity:0;}
.WORKS_list_wrap ul li .hidden_info .box {padding:60px; font-size:15px; line-height:25px; color:#fff;}

.WORKS_list_wrap ul li:hover .hidden_info {bottom:0px; opacity:1; }


/*works 뷰*/
.WORKS_view_wrap {}
.WORKS_view_wrap .header_info {border-bottom:1px #ededed solid; padding-bottom:60px; margin-bottom:60px;}
.WORKS_view_wrap .header_info .t1{font-size:18px; letter-spacing:-1px; font-weight:bold; color:#de4047}
.WORKS_view_wrap .header_info .t2{margin-top:15px; font-size:40px; line-height:40px; font-weight:bold; color:#000; letter-spacing:-2px}
.WORKS_view_wrap .header_info .t3 {margin-top:10px; font-size:15px;    color:#777; letter-spacing:-1px; }
.WORKS_view_wrap .header_info .t3 span {display:inline-block; position:relative; margin-right:25px;}
.WORKS_view_wrap .header_info .t3 span:after {display: block;    position: absolute;    top:6px;    right: -15px;    width: 1px;    height:12px;    background:rgba(0,0,0,0.4);;    content: '';}
.WORKS_view_wrap .contents_wrap_box {font-sizE:17px; color:#000;}
.WORKS_view_wrap .contents_wrap_box img{ vertical-align:middle; max-width:100%;}



/*works 글쓰기*/
.common_write_wrap {}
.common_write_wrap table { width:100%; font-size:17px; border-spacing:0;border-top:2px solid #2f4f28; margin-top:20px;}
.common_write_wrap table th {background:#f8f8f8;   padding:25px; border-right:1px solid #ddd; border-bottom:1px solid #ddd; color:#000;   text-align:left;} 
.common_write_wrap table td { padding:25px;letter-spacing:0; border-right:1px solid #ddd; border-bottom:1px solid #ddd; text-align:left;  color:#000; }
.common_write_wrap table .center {text-align:center;}
.common_write_wrap table .left {text-align:left;}
.common_write_wrap table td.etc {background:#fef2dc; color:#000;}
.common_write_wrap table td.bg {background:#f9f9f9; color:#000;}
.common_write_wrap table .small_line {font-size:12px; color:#999; display:inline-block;}
.common_write_wrap table tr th:last-child {border-right:0px;}
.common_write_wrap table tr td:last-child {border-right:0px;}
.common_write_wrap table tr td.border {border-right:1px #ddd solid;}
.common_write_wrap table input[type="text"] {height:40px; line-height:40px; padding:0 10px;  border:1px #ddd solid; border-radius:5px; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box;}
.common_write_wrap table input[type="file"] {height:40px; line-height:40px; padding:0 10px;  border:1px #ddd solid; border-radius:5px; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box;}
.common_write_wrap table select {height:40px; line-height:40px; padding:0 10px;  border:1px #ddd solid; border-radius:5px; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box;}






.CONTACT_wrap .title .t1{font-size:55px; font-weight:bold; color:#000; line-height:70px; letter-spacing:-2px;}
.CONTACT_wrap .title .t1 div{font-weight:normal;}
.CONTACT_wrap .title .t2 {margin-top:30px; font-size:16px; color:#000;}

.CONTACT_wrap dl {margin-top:100px; position:relative; border-top:1px #ededed solid; padding-top:60px; margin-top:60px;}
.CONTACT_wrap dl dt{position:absolute; left:0px; top:70px; font-size:18px; color:#000; font-weight:bold;  padding-left:40px; vertical-align:middle;}
.CONTACT_wrap dl dt .lord-icon {position:absolute; left:0px; top:-5px;}
.CONTACT_wrap dl dd{padding-left:200px;}
.CONTACT_wrap dl dd ul li{position:relative; font-size:15px; color:#000; margin:10px 0px; padding-left:120px;min-height:30px;}
.CONTACT_wrap dl dd ul li .s_title {position:absolute; left:0px; top:0px;; width:80px; color:#888; }
.CONTACT_wrap dl dd ul li .s_title strong { text-align:left; vertical-align:top;  }
.CONTACT_wrap dl dd ul li .s_title span {text-align:right; vertical-align:top; position:absolute; right:0px; top:0px;}


#contact_map{height:500px; width:100%; margin-top:120px; filter: grayscale(100%) invert(90%);}





@media all and (max-width:1024px) {





 
.ABOUT_wrap .title {margin-top:0px; padding:0 15px;}
.ABOUT_wrap .title .t1{font-size:40px;  line-height:40px;}
.ABOUT_wrap .title .t2{font-size:16px;  margin-top:10px; line-height:25px;  }
.ABOUT_wrap ul {margin-top:60px; padding:0 15px;}
.ABOUT_wrap ul li {float:left; width:49% !important; margin:0px 0px 10px !important;}
.ABOUT_wrap ul li:nth-child(2n+2) {float:right;}

.ABOUT_wrap ul li .box {padding:20px; border-radius:10px;}
.ABOUT_wrap ul li .box .t1 {text-align:center; font-size:18px; letter-spacing:-1px;}
.ABOUT_wrap ul li .box .t1 span {font-size:15px;  letter-spacing:-1px;  }

.ABOUT_wrap ul li .box .project {font-size:25px; font-weight:600;   line-height:30px; margin-top:10px; }
.ABOUT_wrap ul li .box .date {line-height:20px; margin-top:0px;}
.ABOUT_wrap ul li .box .icon {text-align:Center; min-height:40px; line-height:40px;   margin-top:20px;}
.ABOUT_wrap ul li .box .icon .lord-icon {width:70px; height:70px;}




/*works 리스트*/
.WORKS_list_wrap {padding:0 15px;}
.WORKS_list_wrap .cate_box {margin-bottom:60px;}
.WORKS_list_wrap .cate_box a{display:inline-block; padding:0 10px; padding-bottom:5px;  margin-bottom:5px; letter-spacing:-1px; font-size:14px;}

.WORKS_list_wrap .cate_box a span {  height:2px; }

.WORKS_list_wrap .cate_box a.on span { width: 90%;}
.WORKS_list_wrap .cate_box a:hover span { width: 90%;}



.WORKS_list_wrap ul {overflow:hidden;}
.WORKS_list_wrap ul li{float:left; width:49%; margin-right:0px; margin-bottom:50px; }
.WORKS_list_wrap ul li:nth-child(2n+2){float:right;}

.WORKS_list_wrap ul li .pic { border-radius:10px; }


.WORKS_list_wrap ul li .subject .type span{ line-height:33px; border-radius:10px;}

.WORKS_list_wrap ul li .subject .text {margin-top:15px; font-size:18px; letter-spacing:-1px;}
.WORKS_list_wrap ul li .subject .info { font-size:13px; line-height:18px;   letter-spacing:-1px; }
.WORKS_list_wrap ul li .subject .info span {margin-right:20px;}
.WORKS_list_wrap ul li .subject .info span:after {top:3px;    right: -10px; }
.WORKS_list_wrap ul li .hidden_info {display:none;}




/*works 뷰*/
.WORKS_view_wrap {padding:0 15px}
.WORKS_view_wrap .header_info { padding-bottom:30px; margin-bottom:30px;}
.WORKS_view_wrap .header_info .t2{margin-top:5px; font-size:30px; line-height:30px;  letter-spacing:-2px}




.CONTACT_wrap {padding:0px 15px;}
.CONTACT_wrap .title .t1{font-size:35px; line-height:40px; letter-spacing:-2px;}

.CONTACT_wrap dl {padding-top:30px; margin-top:30px;}
.CONTACT_wrap dl dt{position:relative; left:0px; top:0px; margin-bottom:40px;}
.CONTACT_wrap dl dd{padding-left:0px;}

#contact_map{height:300px;   margin-top:60px;}



}


@media all and (min-width:1025px) and (max-width:1440px) {

#container {padding:0 5%;}


.ABOUT_wrap ul li .box .project {font-size:30px; }
.ABOUT_wrap ul li .box .icon {min-height:60px; line-height:60px;}

.WORKS_list_wrap ul {overflow:hidden;}
.WORKS_list_wrap ul li{float:left; width:49%; margin-right:0px; margin-bottom:50px; }
.WORKS_list_wrap ul li:nth-child(2n+2){float:right;}

#contact_map{height:500px;   margin-bottom:60px;}

}