/* CONTENT */
#content_wrap {display: flex; justify-content: center; align-items: center;width: 100%;overflow: hidden}
.cont-wrap {width: 100%;font-weight:400;color: #444}

.cont-wrap > ul:nth-child(1) {width: 100%;padding: 0 0 110px 0}

.cont-wrap .section-bo1 { width: 100%;margin: 0 auto;text-align: left;letter-spacing: -0.04em;border: 1px #ccc solid;border-top: none}
.cont-wrap .section-bo1 .privacy_tit {font-size: 18px;font-weight: bold;padding:20px 30px;background: #f5f5f5;border-top: 2px #999 solid;border-bottom: 1px #ccc solid}
.cont-wrap .section-bo1 .privacy_cont {font-size: 16px;padding:20px 30px;line-height: 28px}
.cont-wrap .section-bo1 .privacy_cont span {font-weight: bold}

@media only screen and (max-width:794px){
	.cont-wrap > ul:nth-child(1) {width: 100%;padding: 0 0 30px 0}

	.cont-wrap .section-bo1 { width: 100%}
	.cont-wrap .section-bo1 .privacy_tit {font-size: 17px;font-weight: bold;padding:10px 20px;line-height: 28px}
	.cont-wrap .section-bo1 .privacy_cont {font-size: 15px;padding:20px 20px;line-height: 23px}
}

.commingsoon { margin: 0 auto;text-align: center;font-size: 25px;font-weight:400;line-height: 50px;border: 1px #ccc solid;padding: 100px;border-radius: 20px}