/* visual */

.cover {padding-top: 80px; height: 321px; background: url(../img/sub/imgCover.png) center center no-repeat; text-align: center;}
.cover > div {line-height: 241px;}
.cover .txt {display: inline-block; margin-top: -5px; width: 100%; vertical-align: middle;}
.cover .txt .subject {margin-bottom: 10px; line-height: 1.2em; font-size: 44px; color: #fff; font-weight: 200;}
.cover .txt .subject em {font-weight: 500;}
.cover .txt .desc {font-size: 18px; color: #fff; font-weight: 300;}


/* location */

.location {background-color: #fff; border-bottom: 1px solid #dadada;}
.location .cen {font-size: 0;}
.location .home,
.location .dep {display: inline-block; margin-right: -1px; height: 60px; vertical-align: top;}
.location .home {width: 60px; background: url(../img/sub/icnLocationHome.png) center center no-repeat; border-left: 1px solid #dadada; border-right: 1px solid #dadada;}
.location .dep {position: relative; width: 210px;}
.location .dep .active {display: block; padding: 0 20px; line-height: 60px; font-family: 'Lato', sans-serif; font-size: 16px; color: #666; font-weight: 600; background: url(../img/sub/icnLocationSelect.png) 90% center no-repeat; border-left: 1px solid #dadada; border-right: 1px solid #dadada; letter-spacing: -0.5px;}
.location .dep ul {display: none; position: absolute; top: 100%; left: 0; padding: 20px; width: 100%; background-color: #fff; border: 1px solid #dadada; z-index: 1;}
.location .dep.on ul {display: block;}
.location .dep ul li {}
.location .dep ul li a {display: block; padding: 3px 0; font-family: 'Lato', sans-serif; font-size: 16px; color: #666; font-weight: 600; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; letter-spacing: -0.5px;}
.location .dep ul li a:hover {opacity: 0.8;}

.location .dep2 .active,
.location .dep2 ul li a {color: #000;}


/* section */

section.post {padding: 70px 0 175px; border-bottom: 1px solid #dadada;}


/* section.map */

#sub section.map {height: 552px;}
#sub section.map .place {position: absolute;left: 50%;top: 680px;margin-left: -131px;}

	/* section.map - mob */
	#sub.mob section.map .place {left: 0; margin-left: 0; width: 100%; text-align: center;}



/* 200514 */

section.post .head {margin-bottom: 70px; text-align: center;}
section.post .head h2 {position: relative; padding-bottom: 20px; line-height: 1.2em; font-family: 'Lato', sans-serif; font-size: 24px; font-weight: bold; letter-spacing: 0;}
section.post .head h2:after {display: block; content: ""; position: absolute; bottom: 0; left: 50%; margin-left: -20px; width: 40px; height: 1px; background-color: #000;}

section.post .greeting {position: relative; padding-left: 350px;}
section.post .greeting .image {position: absolute; top: 0; left: 0; width: 300px; text-align: center;}
section.post .greeting .image .caption {margin-top: 15px; font-size: 16px;}
section.post .greeting .image .caption em {font-size: 18px; font-weight: bold;}
section.post .greeting .txt {}
section.post .greeting .txt .subject {margin-bottom: 50px; font-size: 42px;}
section.post .greeting .txt .subject em {font-weight: bold;}
section.post .greeting .txt .subject em.color {color: #ee7d1c;}
section.post .greeting .txt .desc {line-height: 1.6em; font-size: 20px; color: #5d5d5d;}
section.post .greeting .txt .desc em {color: #000;}
section.post .greeting .txt .desc em.strong {display: inline-block; margin-top: 5px; font-size: 24px; vertical-align: top;}

	/* visual - mob */
	body.mob section.post .greeting {padding-left: 0;}
	body.mob section.post .greeting .image {position: relative; margin: 0 auto;}
	body.mob section.post .greeting .image .caption {font-size: 24px;}
	body.mob section.post .greeting .image .caption em {font-size: 30px;}
	body.mob section.post .greeting .txt {margin-top: 50px;}
	body.mob section.post .greeting .txt .subject {font-size: 36px; text-align: center;}
	body.mob section.post .greeting .txt .desc {font-size: 24px;}
	body.mob section.post .greeting .txt .desc em {font-weight: 500;}
	body.mob section.post .greeting .txt .desc em.strong {font-size: 32px;}
