/*
===================
무단전재 및 재배포 금지
Made by MarvelWorks
site : http://marvelworks.kr
* One  domain, One server, One license
* License Inquiry : info@marvelworks.kr
===================
*/
.greeting {float:left; width:100%; border-bottom:0px solid #ddd;position:relative;}
.greeting .imgback {float:left; width:100vw; height:230px; position:absolute; z-index:-1;}
.greeting .imgback .txtbox {position:absolute; left:5%; top:50%; transform:translate(0, -50%); font-size:2rem; z-index:2;}
.greeting .left {float:left; width:65%; padding-right:2%; }
.greeting  h2.title {font-size:2rem; padding:0 40px; position:relative; display:inline-block; margin-bottom:50px;}
.greeting h2 img.quote1 {position:absolute; left:0; top:0; height:30px;  opacity:0.15;}
.greeting h2 img.quote2 {position:absolute; right:0; bottom:20px; height:30px;  opacity:0.15;}
.greeting .right {float:right; width:35%; margin-top:7%; }
.greeting.speech .left {width:100%;}
.greeting.speech .right {width:100%;}
.greeting strong {font-size:1.2rem; color:#111; font-weight:600;}
.signature {float:left; width:100%; font-size:1.2rem; font-weight:bold; text-align:right; padding:40px 40px 0 0;}
.signature img { margin-left:30px; height:50px; }
.pcolor {color:var(--point-color);  }

			@media (max-width:1280px) {
				.greeting h2.title, .greeting .left h2.title {font-size:1.6rem; padding:0 30px;}
				.greeting .left {width:100%; padding:0;}
				.greeting h2 img.quote1, .greeting h2 img.quote2 {height:24px;}
				.greeting .right {width:75%;}
				.signature img {margin:10px 0 0 0; height:30px;}
			}