@charset "utf-8";
#header { position: fixed; left: 0; right: 0; top: 0; width: 100%; z-index: 100; background-color: #fff; transition: all 0.3s ease-in-out; }
#header::before { display: none; position: absolute; left: 0; bottom: 0; content: ''; width: 100%; height: 1px; background-color: #000; }
#header.scroll { background-color: #fff; }
#header.scroll::before { display: block; }

#header .hd_wrap { position: relative; display: flex; justify-content: flex-end; height: 80px; transition: all 0.3s; }
#header .hd_wrap .logo { position: absolute; left: 50%; bottom: -7px; transform: translateX(-50%); }
#header .hd_wrap .logo a { display: block; font-size: 52px; font-weight: 400; color: #000; line-height: 1; transition: all 0.3s; }

/* GNB MOBILE BUTTON */
#mobileGnb_toggle { position: relative; width: 80px; height: 80px; background-color: #000; z-index: 220; transition: all 0.3s; }
#mobileGnb_toggle.on { background-color: #fff; }
#mobileGnb_toggle > a { position: absolute; left: 50%; top: 50%; width: 20px; height: 20px; margin-left: -10px; margin-top: -10px; }
#mobileGnb_toggle span { position: absolute; right: 0; height: 2px; background-color: #fff; width: 100%; border-radius: 2px; transition: all 0.2s ease-in-out; }
#mobileGnb_toggle span.barTop { top: 0; }
#mobileGnb_toggle span.barMid { top: 8px; width: 70%; }
#mobileGnb_toggle span.barBot { top: 16px; }
#mobileGnb_toggle a.on span { background-color: #000; }
#mobileGnb_toggle a.on span.barTop { width: 100%; top: 12px; transform: rotate(45deg); }
#mobileGnb_toggle a.on span.barBot { width: 100%; top: 12px; transform: rotate(-45deg); }
#mobileGnb_toggle a.on span.barMid { width: 0; }

#gnb { position: relative; text-align: center; z-index: 100; height: 26px; margin-top: 18px; }
#gnb .gnbMenu { display: inline-block; width: auto; height: 26px; letter-spacing: 0; margin: 0 auto; }
#gnb .gnbMenu:after { content: ""; display: block; clear: both; }
#gnb .gnbMenu > li { position: relative; float: left; width: auto; height: 26px; text-align: center; margin: 0 8px; }
#gnb .gnbMenu > li > a { position: relative; display: block; color: #000; font-size: 18px; font-weight: 300; line-height: 26px; padding: 0 4px; background: transparent; text-decoration: none; }
#gnb .gnbMenu > li > a::before { position: absolute; bottom: 0; left: 50%; content: ''; width: 0; height: 1px; background-color: #000; transition: all 0.4s; transform: translateX(-50%); }
#gnb .gnbMenu > li > a:hover::before { width: calc(100% - 8px); }
#gnb .gnbMenu > li .sub_contain { display: none;; position: absolute; top: 25px; left: 50%; width: 100px; height: auto; text-align: center; background-color: #000; overflow: hidden; z-index: 3; transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s; transform: translate(-50%, -20px); }
#gnb .gnbMenu > li.on .sub_contain { transform: translate(-50%, 0); }
#gnb .gnbMenu > li .sub_contain > div.menu { margin: 0; }
#gnb .gnbMenu > li .sub_contain > div.menu > ul > li { display: block; width: 100%; border-bottom: 1px solid #262626; }
#gnb .gnbMenu > li .sub_contain > div.menu > ul > li:last-child { border-bottom: none; }
#gnb .gnbMenu > li .sub_contain > div.menu > ul > li a { display: block; font-size: 14px; height: 26px; line-height: 26px; color: #fff; transition: all 0.3s; }
#gnb .gnbMenu > li .sub_contain > div.menu > ul > li a:hover { background-color: #363636; }

/* GNB MOBILE */
#gnb_moblie a span, #gnb_moblie .inner, #gnb_moblie li { transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s; }
#gnb_moblie { position: fixed; left: -100%; top: 0; width: 100%; height: 100%; z-index: 200; visibility: hidden; }
#gnb_moblie .back { position: absolute; right: -100%; top: 0; width: 100%; height: 100%; background: #000; opacity: 0; }
#gnb_moblie .back::before { position: absolute; right: 0; top: 0; width: 100%; height: 100%; content: ''; background: #000; display: block; opacity: 0.4; z-index: 1; }
#gnb_moblie .inner { position: absolute; right: -100%; top: 0; width: 320px; height: 100%; margin-right: -320px; background: rgba(255,255,255,1); z-index: 3; overflow: hidden; overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}

#gnb_moblie nav { margin: 98px 0; }
#gnb_moblie a { display: block; text-align: left; padding-left: 48px; font-size: 25px; font-weight: 500; text-transform: uppercase; line-height: 2; color: #000; }
#gnb_moblie li { transform: translate3d(250px, 0, 0); }
#gnb_moblie dl { display: none; margin: 0 auto 10px; padding: 12px 0; background-color: #000; }
#gnb_moblie dt { font-size: 0; line-height: 0; visibility: hidden; }
#gnb_moblie dd > a { color: #fff; font-size: 16px; text-align: left; line-height: 1.4; padding-top: 8px; padding-bottom: 8px; }
#gnb_moblie .on > a { text-decoration: underline; }
#gnb_moblie .m1 { transition-delay: 0.035s; }
#gnb_moblie .m2 { transition-delay: 0.07s; }
#gnb_moblie .m3 { transition-delay: 0.14s; }
#gnb_moblie .m4 { transition-delay: 0.175s; }

#gnb_moblie.show { visibility: visible; }
#gnb_moblie.show .back { opacity: 0.7; }
#gnb_moblie.show .inner { margin-right: 0; }
#gnb_moblie.show .inner, #gnb_moblie.show li {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);	
}

#container { padding: 238px 0 120px; overflow: hidden; }
.views-wrap { position: relative; max-width: 1260px; margin: 0 auto; transition: all 0.3s; }

#footer { background-color: #fff; padding-bottom: 56px; }
#footer .ft_wrap .ft_inner { position: relative; width: 100%; max-width: 1260px; margin: 0 auto; text-align: center; }
#footer .ft_wrap .copyright { font-size: 15px; letter-spacing: 0; text-transform: uppercase; color: #585858; transition: all 0.3s; }

@media all and (max-width:1600px) {
	
}

@media all and (max-width:1280px) {
	.views-wrap { padding: 0 20px; }

	#footer .ft_wrap { padding: 0 20px; }
	#footer .ft_wrap .copyright { font-size: 13px; }
}

@media all and (max-width:1024px) {
	#header .hd_wrap { height: 60px; align-items: center; }
	#header .hd_wrap .logo { left: 20px; top: 50%; transform: translateY(-50%); margin-top: 3px; }
	#header .hd_wrap .logo a { font-size: 29px; }
	#gnb { display: none; }
	#mobileGnb_toggle { width: 60px; height: 60px; }

	#container { padding: 120px 0 60px; }
}

@media all and (max-width:768px) {
}

@media all and (max-width:480px) {
	#header .hd_wrap .logo a { font-size: 23px; }

	#footer .ft_wrap .copyright { font-size: 11px; }
}


/* 메인 */
.works_latest ul { display: flex; flex-wrap: wrap; gap: 30px; transition: all 0.3s; }
.works_latest .works_item { position: relative; width: calc((100% - 30px) / 2); transition: all 0.3s; }
.works_latest .works_item .thumb { position: relative; }
.works_latest .works_item .thumb img { display: block; width: 100%; height: auto; }
.works_latest .works_item .basic { display: flex; justify-content: flex-end; align-items: center; padding: 10px 0; }
.works_latest .works_item .basic strong { display: block; font-size: 16px; font-weight: 400; line-height: 1.4; color: #000; }
.works_latest .works_item .ov_desc { opacity: 0; position: absolute; left: 0; top: 0; right: 0; bottom: 0; padding: 32px 0; display: flex; flex-direction: column; justify-content: flex-end; background-color: rgba(0, 0, 0, 0.55); z-index: 4; transition: all 0.3s; }
.works_latest .works_item .ov_desc p { position: relative; font-size: 14px; color: #fff; padding-left: 54px; }
.works_latest .works_item .ov_desc p::before { position: absolute; left: 32px; top: 0; content: ''; width: 1px; height: 100%; background-color: #fff; }
.works_latest .works_item:hover .ov_desc { opacity: 1; }

@media all and (max-width:1024px) {
	.works_latest .works_item .ov_desc { display: none; }
}

@media all and (max-width:768px) {
	.works_latest ul { gap: 10px; }
	.works_latest .works_item { width: calc((100% - 10px) / 2); }
	.works_latest .works_item .basic { padding: 6px 0; }
	.works_latest .works_item .basic strong { font-size: 15px; }
}

@media all and (max-width:480px) {
	.works_latest .works_item { width: 100%; }
	.works_latest .works_item ~ .works_item { margin-top: 10px; }
	.works_latest .works_item .basic strong { font-size: 14px; }
}

/* */
.ctt_admin { position: absolute; right: 0; top: 0; z-index: 5; }


/* ABOUT */
.atc-about ~ .atc-about { margin-top: 94px; }
.atc-about .tit { display: block; position: relative; font-size: 20px; padding-bottom: 8px; margin-bottom: 26px; }
.atc-about .tit::before { position: absolute; left: 0; bottom: 0; content: ''; width: 23px; height: 1px; background-color: #000; }
.atc-about .txt-box ~ .txt-box { margin-top: 26px; }

.atc-about .his-wrap .his-box { display: flex; align-items: center; flex-wrap: wrap; }
.atc-about .his-wrap .his-box ~ .his-box { margin-top: 48px; }
.atc-about .his-wrap .his-box span { position: relative; display: block; width: 110px; font-size: 24px; font-weight: 700; }
.atc-about .his-wrap .his-box ul { width: calc(100% - 110px); border-left: 1px solid #000; padding-left: 38px; }
.atc-about .his-wrap .his-box ul li { position: relative; font-size: 16px; padding-left: 20px; margin: 5px 0; }
.atc-about .his-wrap .his-box ul li::before { position: absolute; left: 0; top: 7px; content: ''; width: 5px; height: 5px; background-color: #000; border-radius: 50%; }

.atc-about .scope-wrap { display: flex; flex-wrap: wrap; justify-content: space-between; }
.atc-about .scope-wrap .scope-box { width: calc((100% - 20px) / 2); border: 1px solid #000; padding: 48px; }
.atc-about .scope-wrap .scope-box .sco-tit { font-size: 32px; line-height: 1.2; }
.atc-about .scope-wrap .scope-box .sco-cont { display: flex; flex-wrap: wrap; margin-top: 20px; }
.atc-about .scope-wrap .scope-box .sco-cont dl { width: 50%; }
.atc-about .scope-wrap .scope-box .sco-cont dl dt { font-size: 18px; font-weight: 700; margin-bottom: 15px; }
.atc-about .scope-wrap .scope-box .sco-cont dl dt span { display: inline-block; position: relative; padding-bottom: 5px; }
.atc-about .scope-wrap .scope-box .sco-cont dl dt span::before { position: absolute; left: 0; bottom: 0; content: ''; width: 100%; height: 1px; background-color: #000; }
.atc-about .scope-wrap .scope-box .sco-cont dl dd { position: relative; font-size: 16px; padding-left: 20px; margin: 5px 0; }
.atc-about .scope-wrap .scope-box .sco-cont dl dd::before { position: absolute; left: 0; top: 50%; content: ''; width: 6px; height: 1px; background-color: #000; border-radius: 50%; }

@media all and (max-width:1024px) {
	.atc-about .scope-wrap .scope-box { padding: 36px; }
	.atc-about .scope-wrap .scope-box .sco-tit { font-size: 28px; }
	.atc-about .scope-wrap .scope-box .sco-cont dl dt { font-size: 18px; }
	.atc-about .scope-wrap .scope-box .sco-cont dl dd { font-size: 15px; }
}

@media all and (max-width:768px) {
	.atc-about ~ .atc-about { margin-top: 75px; }
	.atc-about .tit { font-size: 18px; }

	.atc-about .his-wrap .his-box { flex-direction: column; align-items: flex-start; }
	.atc-about .his-wrap .his-box ~ .his-box { margin-top: 38px; }
	.atc-about .his-wrap .his-box ul { width: 100%; padding-left: 18px; margin-top: 12px; }
	.atc-about .his-wrap .his-box ul li { font-size: 15px; }

	.atc-about .scope-wrap .scope-box { width: 100%; padding: 32px 28px; }
	.atc-about .scope-wrap .scope-box ~ .scope-box { margin-top: 10px; }
	.atc-about .scope-wrap .scope-box .sco-tit { font-size: 24px; }
	.atc-about .scope-wrap .scope-box .sco-cont dl dt { font-size: 16px; }
	.atc-about .scope-wrap .scope-box .sco-cont dl dd { font-size: 14px; }
}

@media all and (max-width:480px) {
	.atc-about ~ .atc-about { margin-top: 56px; }

	.atc-about .scope-wrap .scope-box .sco-tit { font-size: 22px; }
	.atc-about .scope-wrap .scope-box .sco-cont dl { width: 100%; }
	.atc-about .scope-wrap .scope-box .sco-cont dl ~ dl { margin-top: 18px; }
	.atc-about .scope-wrap .scope-box .sco-cont dl dt { font-size: 15px; }
	.atc-about .scope-wrap .scope-box .sco-cont dl dd { font-size: 13px; }
}


/* CONTACT */
.atc-contact { max-width: 860px; margin: 0 auto; }
.atc-contact ~ .atc-contact { margin-top: 94px; }
.atc-contact .tit { display: block; position: relative; font-size: 32px; padding-bottom: 8px; margin-bottom: 26px; }
.atc-contact .tit::before { position: absolute; left: 0; bottom: 0; content: ''; width: 23px; height: 1px; background-color: #000; }
.atc-contact .ctt_info { margin: 20px 0; }
.atc-contact .ctt_info li { font-size: 16px; }
.atc-contact .ctt_info li em { display: inline-block; font-weight: 700; margin-right: 8px; }
.atc-contact .map { background-color: #efefef; border: 1px solid #efefef; }
.atc-contact .map iframe { display: block; width: 100%; height: 385px; }

@media all and (max-width:1024px) {
	.atc-contact .tit { font-size: 28px; }
}

@media all and (max-width:768px) {
	.atc-contact ~ .atc-contact { margin-top: 75px; }
	.atc-contact .tit { font-size: 24px; }
	.atc-contact .ctt_info li { font-size: 15px; }
	.atc-contact .map iframe { height: 337px; }
}

@media all and (max-width:480px) {
	.atc-contact ~ .atc-contact { margin-top: 56px; }
	.atc-contact .tit { font-size: 22px; }
	.atc-contact .ctt_info li { font-size: 14px; }
	.atc-contact .map iframe { height: 285px; }
}