@charset "utf-8";
/* Font */
@import url(font.css);

/* Guide
----------------------------------------------------------------------------------------------------------------------------------------------------------
	▶사이즈
	pc : 1160px
	tablet : 980px ~
	mobile : 768px ~ 320px

	▶미디어쿼리는 (주석으로 구분 되어있는)파트마다 각각 작성함.

*/


/* Reset
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
	body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,textarea,p,blockquote,th,td,input,select,textarea,button{margin:0; padding:0;}
	body,th,td,input,select,textarea,button{font-family:'NotoSansKR', sans-serif; letter-spacing:-1px; font-weight:300; font-size:16px; color:#555;}
	dl,ul,ol,menu,li {list-style:none;}
	*, *:before, *:after{-webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box;}
	:focus{outline:0 !important;}
	iframe{border:none; width:100%;}
	a{color:inherit; -webkit-transition:all .2s ease-out; -moz-transition:all .2s ease-out; transition:all .2s ease-out;}
	a:hover, a:focus ,a:active{text-decoration:none; color:#c59d65;}
	img{max-width:100%;}
	textarea{max-width:100%; resize:none;}

	@media only screen and (max-width: 768px){
		body,th,td,input,select,textarea,button{font-size:14px;}
	}
	@media only screen and (min-width: 320px){
		body{overflow-x:hidden;}
	}

	.hidden{font-size:0; line-height:0; text-indent:-9999em; overflow:hidden;}


/* Parallax
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
	.parallax{background-position:0 0; background-repeat:no-repeat; background-size:100% auto; width:100%; background-size:cover; background-attachment:fixed;}


/* Preloader
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
	.animationload{position: fixed; top:0; left:0; right:0; bottom:0; background-color:#fff; z-index:999999;}
	.loader {width:200px; height:200px; font-size: 24px; text-align: center; position:absolute; left:50%; top:50%; background-image:url(/images/basic_resp/img/preloader.gif); background-repeat:no-repeat; background-position:center; margin:-100px 0 0 -100px;}


/* Back to top (탑 버튼)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
	.back-to-top{width:40px; height:40px; position:fixed; bottom:10px; right:20px; display:none; text-align: center; z-index: 10000; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius:50%; background:#6A6A82;}
	.back-to-top i{color: #fff; font-size: 15px; display: block; line-height: 33px;}


/* Layoyt (레이아웃)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
	#wrapper{position:relative; width:100%; min-width:320px; height:100%;}


/* Header
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
	#header{position:fixed; width:100%; background:rgba(0,0,0,0.6); border-bottom:1px solid #222; z-index:100;}
	
	#header h1{float:left; padding-left:30px; line-height:0; font-size:0;}
	#header h1 a{display:block; line-height:80px; vertical-align:middle;}
	
	.nav-btn{z-index:999; position:absolute; top:25px; right:32px; width:35px; height:26px; cursor:pointer;}
	.nav-btn span{position:absolute; left:50%; display:inline-block; margin-left:-17.5px; width:32px; height:3px; background:#c59d65; -webkit-transition:all .3s ease-out; -moz-transition:all .3s ease-out; transition:all .3s ease-out;}
	.nav-btn span:nth-child(1){top:0;}
	.nav-btn span:nth-child(2){top:12px;}
	.nav-btn span:nth-child(3){top:24px;}

	.nav-btn.nav-close span:nth-child(1){top:50%; transform:rotate(45deg);}
	.nav-btn.nav-close span:nth-child(2){margin-left:0; width:0;}
	.nav-btn.nav-close span:nth-child(3){top:50%; transform:rotate(-45deg);}

	@media only screen and (min-width: 981px){
		#header{height:80px;}

		.nav-bg{z-index:777; display:none; position:absolute; top:80px; width:100%; height:160px; background:rgba(256,256,256,0.9); border-bottom:2px solid #c59d65;}

		#nav{z-index:888; float:right; margin-right:340px; transition: .4s;}
		
		.login-menu{float:right; font-size:0; line-height:0;}
		.login-menu li{display:inline-block; margin-left:20px; line-height:79px;}
		
		.navigation{float:right; margin-top:27px;}
		.navigation > li{position:relative; float:left; width:150px; text-align:center;}

		.navigation .main-menu{display:block; margin-bottom:28px; width:100%; font-weight:400; font-size:18px; color:#fff;}
		.navigation .main-menu:hover{color:#c59d65;}
		.navigation > li:hover .main-menu{color:#c59d65;}

		.navigation .sub-menu{z-index:888; display:none; position:absolute; top:53px; left:50%; margin-left:-75px; padding:20px 0; width:100%; text-align:center;}
        .navigation .sub-menu li:not(:last-child){
            margin-bottom: 10px;
        }
		.navigation .sub-menu a{line-height:1.2; font-size:16px; color:#666; word-break: keep-all; font-weight:400;}
		.navigation .sub-menu a:hover{text-decoration:underline; color:#c59d65;}
	}
	@media only screen and (min-width: 981px) and (max-width: 1530px){
		#nav{margin-right:90px;}
	}
	@media only screen and (min-width: 981px) and (max-width: 1200px){
		#header h1{padding-left:20px;}

		.nav-btn{right:20px;}

		#nav{margin-right:75px}
		.login-menu li:first-child{margin-left:0;}
		.navigation > li{width:120px;}
		.navigation .sub-menu{margin-left:-60px;}
	}
	@media only screen and (max-width: 980px){
		#header{height:65px;}
		#header h1{padding-left:20px;}
		#header h1 a{line-height:65px;}

		.nav-btn{top:18px; right:20px;}
		.nav-btn.nav-close{position:fixed;}
		.nav-bg{z-index:777; display:none; position:fixed; top:0; left:0; width:100%; height:100%; background:rgba(0,0,0,0.8);}

		#nav{z-index:888; position:fixed; right:-260px; padding-top:75px; width:260px; height:100%; background:#fff;}

		.login-menu{margin-bottom:40px; padding:0 20px; text-align:center; line-height:0; font-size:0;}
		.login-menu li{display:inline-block;}
		.login-menu li:first-child{margin-right:25px;}

		.navigation .main-menu{display:block; margin-top:20px; text-align:center; padding:0 20px; width:100%; font-weight:400; font-size:18px; color:#000;}
		.navigation > li:first-child .main-menu{margin-top:0;}
		.navigation .active .main-menu{font-weight:400; text-decoration:underline; color:#c59d65;}

		.navigation .sub-menu{display:none; padding:10px 0;}
		.navigation .sub-menu a{display:block; text-align:center; line-height:30px; font-size:16px; color:#777;}
	}
	@media only screen and (max-width: 768px){

		.nav-btn{top:20px; right:20px; width:30px; height:25px}
		.nav-btn span{margin-left:-15px; width:30px; height:3px;}
		.nav-btn span:nth-child(1){top:0;}
		.nav-btn span:nth-child(2){top:11px;}
		.nav-btn span:nth-child(3){top:22px;}
	}


/* Button (공통 버튼)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
	.btn{text-transform:uppercase; border-radius:0; line-height:24px;}
	.btn:focus, .btn:active{outline:none; color:#fff;}

	.btn-custom{border-radius:3px; padding:0.8em 1.8em; -webkit-transition:all .2s ease-out; -moz-transition:all .2s ease-out; transition:all .2s ease-out; text-transform:uppercase; background-color:#e65b43; border-color: #e65b43; color:#fff;}
	.btn-custom:hover, .btn-custom:focus{background-color: #00208e; border-color: #00208e; color:#fff;}

	.btn-custom-outline{border-radius:3px; padding:0.8em 1.8em; color:#fff; -webkit-transition:all .2s ease-out; transition:all .2s ease-out; text-transform:uppercase; background-color:transparent; border-color:#fff;}
	.btn-custom-outline:hover, .btn-custom-outline:focus{color:#fff; background-color:rgba(255,255,255,.5);}
	.btn-bar a{margin-right:10px;}

	.form-control{box-shadow:none; -webkit-box-shadow:none; border-radius:3px; height:38px;}
	.form-control:focus{outline:none; box-shadow:none; -webkit-box-shadow:none; border-color: #e65b43;}

	@media only screen and (max-width: 980px) {

	}


/* Footer (하단메시지)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
	#footer {padding:50px 20px; width:100%; box-sizing:border-box; background:#24242b; color:#8e8e91;}
	#footer .frame {width:1200px; margin:0 auto; overflow:hidden;}
	#footer .desc {width:100%; text-align:center;}

	.footer-menu {margin-bottom:15px;}
	.footer-menu li{display:inline-block; margin-left:10px;	padding-left:10px; line-height:8px;	border-left:1px solid #8e8e91; color:#8e8e91;}
	.footer-menu li:first-child{margin-left:0; padding-left:0; border-left:0;}
	.footer-menu li a{line-height:8px; letter-spacing:0; font-weight:400; font-size:14px; color:#8e8e91;}

	.footer-info {letter-spacing:0; font-size:14px; color:#8e8e91; word-break:keep-all;}
	.footer-info > p{margin-top:10px;}
	.footer-info br {display:block;}

	@media only screen and (max-width:1200px) {
			#footer .footer-info{width:100%;}
			#footer .frame {width:100%; text-align:center;}
			#footer .foot_logo {float:none; width:100%; margin:0 0 20px; text-align:center;}
			#footer .desc {float:none; width:100%; padding:0 20px;}
	}
	@media only screen and (max-width:930px) {
		.footer-info br {display:none;}
	}
	@media only screen and (max-width:768px) {
		#footer{padding:35px 10px; text-align:center;}
		.foot_logo{margin-bottom:30px;}
		.foot_logo img{width:200px;}
	}
	@media only screen and (max-width:480px) {
		.footer-menu li{margin-left:6px; padding-left:6px;}
		.footer-menu li a{font-size:13px;}
		.footer-info{font-size:13px;}
	}


/* Main Visual (메인이미지)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
	.main-visual{z-index:666; width:100%; height:779px; padding:280px 0 0; background:url('/images/kor20r-21-0451/main/main_visual.jpg') no-repeat center bottom/cover;  transition: .4s;}
	.main-visual > div {margin:0 auto; width:1200px; padding:60px; background:url('/images/kor20r-21-0451/main/slogan_bg.png') repeat-y left top;  transition: .4s;}
	
	.main-visual .intro-copy { font-weight:700; color:#fff; font-size:50px; transition: .4s; line-height:120%; letter-spacing:-1px; word-break:keep-all;}
	.main-visual .intro-copy strong {color:#c59d65;}
	.main-visual .main-copy {font-size:26px; font-weight:500; letter-spacing:-1px; color:#fff; transition: .4s;  line-height:120%; word-break:keep-all;}

	@media only screen and (max-width:1200px) {
		.main-visual > div {width:100%; margin-left:20px;}
	}
	@media only screen and (max-width:980px) {
		.main-visual {height:500px; padding:180px 0 0;}
		.main-visual > div  {padding:40px;}
		.main-visual .intro-copy {font-size:36px;}
		.main-visual .main-copy {font-size:22px;}
	}
	@media only screen and (max-width:768px) {
		.main-visual {background-position:60% center;}
		.main-visual .intro-copy {font-size:32px;}
		.main-visual .main-copy {font-size:20px;}
	}

	@media only screen and (max-width:480px) {
		.main-visual {background-position:70% center;}
		.main-visual > div {padding:30px; background:rgba(0,0,0,0.4); margin:0 auto; width:94%;}

		.main-visual .intro-copy {font-size:28px; text-align:center;}
		.main-visual .main-copy {text-align:center;}
	}


/* Main Contents (메인 컨텐츠)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
	.main-contents {background:none;}

	/* 퀵배너 3개 */
	.quick-banner {position:relative; top:-70px; margin:0 auto; width:1200px; line-height:0; font-size:0;}
	.quick-banner ul {margin:0 -20px; display: flex; flex-wrap: wrap; justify-content: space-between;}
	.quick-banner li {position:relative; display:block; margin:0 20px; width:calc(33.33% - 40px); overflow:hidden; text-align:center; background:#fff; padding:0; transition: .4s; box-shadow: 0px  1px  27px rgba(0,0,0,0.1); align-self: flex-start;}
	.quick-banner li:nth-of-type(2) {margin-top:36px;}
	.quick-banner li .img {display:block; margin:0 0 30px; background:#000;}
	.quick-banner li .img img {opacity:0.8; width:100%; transition: .4s;}
	.quick-banner li:hover > .img img {opacity:1;}
	.quick-banner li .desc {word-break:keep-all; margin:0 0 30px;}
	.quick-banner li .desc h3 {margin-bottom:15px; font-weight:400; font-size:25px; line-height:1; color:#c59d65;}
	.quick-banner li .desc p {font-size:17px; line-height:1.4; color:#777;}
	.quick-banner li .desc img {width:40px; margin:12px auto;}

	.quick-banner .go-link {position:absolute; top:0; left:0; display:block; width:100%; height:100%; text-indent:-9999em; overflow:hidden;}
	.quick-banner .go-link:before{position:absolute; top:0; left:0; content:""; display:block; width:0; height:0; -webkit-transition:all .3s ease-out; -moz-transition:all .3s ease-out; transition:all .3s ease-out;}
	.quick-banner .go-link:after{position:absolute; bottom:0; right:0; content:""; display:block; width:0; height:0; -webkit-transition:all .3s ease-out; -moz-transition:all .3s ease-out; transition:all .3s ease-out;}
	.quick-banner .go-link:hover:before{width:calc(100% + 2px); height:calc(100% + 2px); border-left:5px solid #ddc39f; border-top:5px solid #ddc39f;}
	.quick-banner .go-link:hover:after{width:calc(100% + 2px); height:calc(100% + 2px); border-right:5px solid #ddc39f; border-bottom:5px solid #ddc39f;}

	@media only screen and (max-width:1200px) {
		.quick-banner {width:100%; padding:0 20px;}
		.quick-banner ul {margin:0 -10px;}
		.quick-banner li {margin:0 10px; width:calc(33.33% - 20px); box-shadow: 0px  1px  20px rgba(0,0,0,0.1);}
		.quick-banner li .desc {padding:0 20px; margin:0 0 20px;}
		.quick-banner p br {display:none;}
	}
	@media only screen and (max-width:980px) {
		.quick-banner li .desc h3 {margin-bottom:15px; font-size:20px;}
		.quick-banner li .desc p {font-size:15px;}
	}
	@media only screen and (max-width:768px) {
		.quick-banner {top:-30px; width:calc(100% - 10px); padding:0 20px 40px;}
		.quick-banner ul {margin:0 -5px;}
		.quick-banner li {margin:0 5px; width:calc(33.33% - 10px);}
		.quick-banner li .desc h3 {margin-bottom:10px; font-size:18px;}
		.quick-banner li .desc p {font-size:14px;}
	}
	@media only screen and (max-width:620px) {
		.quick-banner {top:0px; overflow:hidden; padding:20px;}
		.quick-banner ul{margin:0; padding:5px 0;}
		.quick-banner li {margin:15px 0; width:100%;}
		.quick-banner li:nth-of-type(2) {margin-top:15px;}
		.quick-banner li .desc h3 {margin-bottom:14px; font-size:22px;}
		.quick-banner li .desc p {font-size:15px;}
	}

	.counsel {clear:both; position:relative; width:100%; padding:60px 0; margin:0; overflow:hidden; background:#fff;}
	.counsel .count {max-width:1200px; height:100%; margin:0 auto 50px;  transition: .4s; padding:10px 20px; text-align:center; background:#616161; display:flex; align-items:center; justify-content:center; }
	.counsel .count .date {font-size:30px; color:#d9d9d9; display:table-cell;vertical-align:middle;}
	.counsel .count .date strong {font-weight:700; display:inline-block; margin-left:10px;}
	.counsel .count .number {color:#fff; font-size:72px; font-weight:700;  display:table-cell;vertical-align:middle; padding-left:40px;}
	.counsel .count .number span {font-size:40px; font-weight:500;}

	.counsel .board {max-width:1200px; height:100%; margin:0 auto;  transition: .4s; padding:0px}
	.counsel .board h3 {font-size:36px; margin:0 0 24px;  transition: .4s; font-weight:500; color:#c59d65; text-align:center;}

	@media only screen and (max-width:1200px) {
		.counsel {padding:40px 20px;}
		.counsel .count .date {font-size:24px;}
		.counsel .count .number {font-size:62px; padding-left:40px;}
		.counsel .count .number span {font-size:30px;}
	}

	@media only screen and (max-width:768px) {
		.counsel .board h3 {font-size:26px;}
		.counsel .count {margin:0 auto 30px;}
		.counsel .count .date {font-size:20px; text-align:right;}
		.counsel .count .date strong {display:block;}
		.counsel .count .number {padding-left:30px;}
	}

	@media only screen and (max-width:520px) {
		.counsel .count {padding:10px;}
		.counsel .count .date {font-size:18px; line-height:130%;}
		.counsel .count .number {font-size:52px; padding-left:14px;}
		.counsel .count .number span {font-size:24px;}
	}

	@media only screen and (max-width:420px) {
		.counsel .count .date {font-size:16px;}
		.counsel .count .number {font-size:42px; padding-left:14px;}
		.counsel .count .number span {font-size:20px;}
	}
	@media only screen and (max-width:380px) {
		.counsel .count .date {font-size:15px;}
		.counsel .count .number {font-size:32px; padding-left:12px;}
		.counsel .count .number span {font-size:18px;}
	}

	.about {clear:both; position:relative; width:100%; height:412px; padding:0px; margin:0; overflow:hidden; background:url(/images/kor20r-21-0451/main/main_banner1.jpg) no-repeat center center;}
	.about .frame {width:1200px; height:100%; margin:0 auto;  transition: .4s; padding:0p }
	.about .desc {float:left; width:50%; height:100%; padding:105px 0 0 80px; background:rgba(0,0,0,0.7);}
	.about .desc h3 {font-size:36px; margin:0 0 14px;  transition: .4s; font-weight:500; color:#fff;}
	.about .desc p {font-size:18px; color:#fff; margin:0 0 50px;  transition: .4s; word-break:keep-all;}
	.about .desc a {display:block; width:150px; height:44px; line-height:42px; border:1px solid #fff; color:#fff;  text-align:center; font-size:16px;  transition: .4s;}
	@media only screen and (max-width:1200px) {
		.about {height:auto;}
		.about .frame {width:100%;}
		.about .desc {padding:60px 40px;}
	}
	@media only screen and (max-width:768px) {
		.about .desc h3 {font-size:26px;}
		.about .desc p {font-size:16px;}
		.about .desc p br {display:none;}
		.about .desc a {width:120px; height:40px; line-height:38px; font-size:15px;}
	}
	@media only screen and (max-width:620px) {
		.about {padding:200px 0 0; background-size:cover; background-position:68% center; width:calc(100% - 40px); margin:0 auto 20px;}
		.about .desc {padding:40px 20px; width:100%; float:none;}
		.about .desc h3 {font-size:22px; text-align:center;}
		.about .desc p {font-size:15px; text-align:center; margin:0 0 30px;}
		.about .desc p br {display:block;}
		.about .desc a {margin:0 auto;}
	}

	.people {clear:both; position:relative; width:100%; height:412px; padding:0px; margin:0; overflow:hidden; background:url(/images/kor20r-21-0451/main/main_banner2.jpg) no-repeat left center;}
	.people .frame {width:1200px; height:100%; margin:0 auto;  transition: .4s; padding:0px;}
	.people .desc {float:right; width:50%; height:100%; padding:105px 0 0 80px; background:rgba(197,157,101,0.7);}
	.people .desc h3 {font-size:36px; margin:0 0 14px;  transition: .4s; font-weight:500; color:#fff;}
	.people .desc p {font-size:18px; color:#fff; margin:0 0 50px;  transition: .4s; word-break:keep-all;}
	.people .desc a {display:block; width:150px; height:44px; line-height:42px; border:1px solid #fff; color:#fff; text-align:center; font-size:16px;  transition: .4s;}
	@media only screen and (max-width:1200px) {
		.people {height:auto;}
		.people .frame {width:100%;}
		.people .desc {padding:60px 40px;}
	}
	@media only screen and (max-width:768px) {
		.people .desc h3 {font-size:26px;}
		.people .desc p {font-size:16px;}
		.people .desc p br {display:none;}
		.people .desc a {width:120px; height:40px; line-height:38px; font-size:15px;}
	}

	@media only screen and (max-width:620px) {
		.people {padding:200px 0 0; background-size:cover; background-position:15% center; margin:0 auto; width:calc(100% - 40px);}
		.people .desc {padding:40px 20px; width:100%; float:none;}
		.people .desc h3 {font-size:22px; text-align:center;}
		.people .desc p {font-size:15px; text-align:center; margin:0 0 30px;}
		.people .desc p br {display:block;}
		.people .desc a {margin:0 auto;}
	}

	.bbs {clear:both; position:relative; width:100%; background:#fff; padding:120px 0;}
	.bbs .frame {width:1200px; height:100%; margin:0 auto;  transition: .4s; overflow:hidden;}
	.bbs h3 {color:#333; font-size:36px; margin:0 0 34px;  transition: .4s; font-weight:500;}
	.bbs h3 a {float:right;}
	.bbs p {font-size:17px; color:#666; transition: .4s; word-break:keep-all;}

	.bbs .notice {float:left; width:48%;}
	.bbs .case {float:right; width:48%;}
	@media only screen and (max-width:1200px) {
		.bbs {padding:100px 20px;}
		.bbs .frame {width:100%;}
	}
	@media only screen and (max-width:980px) {
		.bbs .notice {float:none; width:100%; margin:0 0 50px;}
		.bbs .case {float:none; width:100%;}
	}
	@media only screen and (max-width:768px) {
		.bbs {padding:80px 20px;}
		.bbs h3 {font-size:26px; margin:0 0 20px;}
		.bbs p {font-size:16px;}
		.bbs .notice {margin:0 0 40px;}
	}
	@media only screen and (max-width:620px) {
		.bbs h3 {font-size:22px;}
		.bbs p {font-size:15px;}
	}

	/* Contact Us */
	.contact-us {position:relative; padding:120px 20px; width:100%; text-align:center; background:url(/images/kor20r-21-0451/main/main_cs.jpg) no-repeat center center;}
	.contact-us h3 {font-weight:500; line-height:1; font-size:28px; margin:0 0 20px; color:#333;}
	.contact-us p {font-size:18px; color:#666; margin:0 0 60px;  transition: .4s; word-break:keep-all;}
	.contact-us ul {text-align:center; margin:0 0 40px;}
	.contact-us ul li {display:inline-block; font-size:18px; letter-spacing:0; word-break:keep-all;}
	.contact-us ul li + li {margin-left:80px;}
	.contact-us ul li i {color:#c59d65; font-size:20px; margin:0 4px 0 0;}
	.contact-us ul li span {color:#c59d65; font-weight:500;}
	.contact-us .box {display:block; width:1200px; margin:0 auto; padding:24px 20px; background:rgba(0,0,0,0.62); }
	.contact-us .box p {display:inline-block; font-size:17px; color:#fff; line-height:44px; margin:0;}
	.contact-us .box a {display:inline-block; margin:0 0 0 10px; width:172px; height:44px; line-height:44px; text-align:center; color:#fff; font-size:17px; background:#c59d65;}

	@media only screen and (max-width:1200px) {
		.contact-us {padding:100px 20px;}
		.contact-us p {margin:0 0 40px;}
		.contact-us ul li {font-size:16px;}
		.contact-us ul li + li {margin-left:40px;}
		.contact-us .box {width:100%;}
	}
	@media only screen and (max-width:980px) {
		.contact-us h3 {margin:0 0 10px;}
		.contact-us p {margin:0 0 30px;}
		.contact-us ul li {display:block;}
		.contact-us ul li + li {margin-left:0; margin-top:4px;}
		.contact-us .box p {line-height:120%; display:block;}
		.contact-us .box a {display:block; margin:15px auto 0;}
	}
	@media only screen and (max-width:768px) {
		.contact-us {padding:80px 20px;}
		.contact-us p {margin:0 0 20px;}
		.contact-us .box p {font-size:15px;}
		.contact-us .box a {height:36px; line-height:36px; font-size:15px;}
	}


		