@charset "utf-8";
/* CSS Document */
.body-container { min-height: -webkit-calc(100% - 265px); min-height: calc(100% - 265px); overflow: hidden; background: #f2f4f7; }
.terms-content-wrap { border-top: 1px solid #dee3eb; }
.terms-wrap { width: 1200px; margin: 0 auto;  }
.terms-wrap .title { padding-bottom: 20px; border-bottom: 1px solid #dee3eb; margin-bottom: 10px; }
.terms-wrap .title h1 { position: relative; display: inline-block; font-size: 2.3rem; margin-right: 20px; }
.terms-wrap .title h1:last-child { margin-right: 0; }
.terms-wrap .title h1 a { opacity: .3; }
.terms-wrap .title h1.select a { opacity: 1; }
.terms-wrap .content .row { margin-bottom: 40px; }
.terms-wrap .content .row .head { background: #f1f1f1; padding: 10px; margin-bottom: 10px; }
.terms-wrap .terms-cont { font-size: 1.3rem; line-height: 21px; padding-top: 20px; white-space: pre-wrap; }

@media all and (max-width: 1200px)
{
	.terms-wrap { width: 100%; }
}