.wrap {
	position: relative;
	margin: 0 auto;
	width: 1600px;
}

/* head */

.head {
    display: flex;
    justify-content: center;
}

.head:after {
	content: "";
    display: block;
    clear: both;
}

.head_inner {
    position: relative;
    width: 100%;
}

.head_topmenu {
	display: inline-block;
	position: absolute;
	top: 4px;
}

.head_topmenu:after {
	content: "";
    display: block;
    clear: both;
}

.head_topmenu01 { left: 0; }
.head_topmenu02 { right: 0; }

.head_topmenu li {
	position: relative;
	float: left;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	padding: 0 20px;
}

.head_topmenu01 li:first-child { padding-left: 0px; }
.head_topmenu li:last-child { padding-right: 0px; }

.head_topmenu li:last-child:after { display: none; }

.head_topmenu li .msgbox {
    position: absolute;
    z-index: 90;
    top: 23px;
    left: 58%;
    -o-transform: translate(-61%, 0);
    -ms-transform: translate(-61%, 0);
    -moz-transform: translate(-61%, 0);
    -webkit-transform: translate(-61%, 0);
    transform: translate(-61%, 0);
    -o-animation: animate-msgbox 0.9s linear infinite;
    -ms-animation: animate-msgbox 0.9s linear infinite;
    -moz-animation: animate-msgbox 0.9s linear infinite;
    -webkit-animation: animate-msgbox 0.9s linear infinite;
    animation: animate-msgbox 0.9s linear infinite;
}

.head_topmenu li .msgbox > span {
    margin: -2px 0 0 0;
    display: block;
    padding: 1px 0;
    background: #a70000;
    border-radius: 3px;
    font-size: 10px;
    line-height: 18px;
    color: #fff;
    letter-spacing: 0.5px;
    position: relative;
    width: 60px;
    text-align: center;
}

.head_topmenu li .msgbox > span::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 4px solid #a70000;
    position: absolute;
    top: -4px;
    left: 50%;
    margin-left: -2px;
}

@-webkit-keyframes animate-msgbox {
    50% {
        margin-top: 4px;
    }
}

@keyframes animate-msgbox {
    50% {
        margin-top: 4px;
    }
}

@-ms-keyframes animate-msgbox {
    50% {
        margin-top: 4px;
    }
}

.head_topmenu li a {
    display: inline-block;
    color: #333;
    font-size: 0.8em;
    font-weight: 500;
    letter-spacing: -0.5px;
}

.head_topmenu li a b {
	color: #000;
	font-weight: 600;
}

.head_topmenu li button {
    background: transparent;
    border: none;
}

#m_hd_sch {display:none;position:absolute;top: 48px;left:0;text-align:center;padding:0 0 10px;width:100%;background:#212020;padding:10px 50px 10px 10px;z-index: 999;}
#m_hd_sch h2 {position:absolute;font-size:0;text-indent:-9999em;line-height:0;overflow:hidden}
#m_hd_sch .sch_inner {position:relative}
#m_hd_sch #sch_str {width:100%;height:35px;background:#3a3838;border:0;padding:0 10px 0 40px;color:#000;color:#fff}
#m_hd_sch .sch_submit {position:absolute;top:0;left:0;width:40px;height:35px;border:0;border-radius:0 3px 3px 0;cursor:pointer;background:none;font-size:15px;color:#878786}
#m_hd_sch .btn_close {position:absolute;top:10px;right:0px;width:50px;height:35px;border:0;background:none;color:#c2bbb5;font-size:18px}

.logo {
    margin: 50px 0;
	text-align: center;
}

.all_menu { display: inline-block; }

.all_menu a {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	cursor: pointer;
}

.all_menu a span {
	position: relative;
	display: inline-block;
	width: 20px;
	height: 2px;
	background: #000;
	border-radius: 5px;
}

.all_menu a span:after, .all_menu a span:before {
	content: '';
	position: absolute;
	left: 0px;
	width: 30px;
	height: 2px;
	background: #000;
	border-radius: 5px;
}

.all_menu a span:before { top: -10px; }
.all_menu a span:after { bottom: -10px; }

/* .menu {
    position: relative;
    width: 100%;
    text-align: center;
    height: 60px;
    display: flex;
    justify-content: center;
}

.menu:after {content: ""; display: block; clear: both; }

.menu_innner > li {
	position: relative;
	float: left;
	line-height: 60px;
}

.menu_innner a {
	display: block;
	padding: 0 25px;
	font-family: 'Roboto', 'NanumSquare';
	font-size: 1.1em;
	font-weight: 500;
	line-height: 60px;
}
			
.s_menu {
	position: absolute;
	left: 0;
	top: 50px;
	display: none;
	width: 100%;
	padding: 20px 0;
	background: #fff;
	z-index: 99;
}

.s_menu li { margin-bottom: 10px; }
.s_menu li:last-child { margin-bottom: 0px; }

.s_menu li a {
	display: block;
	padding: 0 5px;
	text-align: center;
	font-size: 0.9em;
	font-weight: 400;
	letter-spacing: -0.5px;
	line-height: 1.1em;
} */

#header_menu {position:relative; width:100%; background:#fff; z-index:100; min-width:1200px;}
#header_menu .h_menu_scroll {width:100%; min-width:1200px; margin:0 auto; z-index:99; }
#header_menu .h_menu { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; width:1200px; margin:0 auto; font-size:0; background:#fff; }
#header_menu .h_menu .h_menuli { position:relative; display:inline-block; width:auto; padding: 0 19px;}
#header_menu .h_menu .h_menuli:nth-child(3) { display: none; }
#header_menu .h_menu .h_menuli .icon_big {position:absolute; top:-25px; left:60px;}
#header_menu .h_menu .h_menuli .tit {text-align:center;}
#header_menu .h_menu .h_menuli .tit a {
    display: inline-block;
    padding: 20px 0px;
    font-family: 'Montserrat', 'NanumSquare';
	color: #000;
    font-size: 15px;
    font-weight: 600;
}
#header_menu .h_menu .h_menuli .tit a span {padding-bottom:19px; border-bottom:2px solid #fff;}
#header_menu .h_menu .h_menuli .tit a span {outline: none; text-decoration: none; -webkit-transition: all .3s ease-in-out;-moz-transition: all .3s ease-in-out;-ms-transition: all .3s ease-in-out;-o-transition: all .3s ease-in-out; transition: all .3s ease-in-out;}
#header_menu .h_menu .h_menuli .tit a.over {color:#da2027;}
#header_menu .h_menu .h_menuli .tit a.over span {border-bottom:2px solid #da2027;}
#header_menu .h_sub_menu_box {
    display: none;
    border-top: 0px solid #dedede;
    background: rgba(255, 255, 255, 0.9);
    position: absolute;
	left: 0px;
	top: 60px;
    width: 100%;
}
#header_menu .h_sub_menu_box .h_sub_menu {overflow:hidden; width:1200px; margin:0 auto; }
#header_menu .h_sub_menu_box .h_sub_menu ul {float:left; padding:10px 0;  width:100%;}
#header_menu .h_sub_menu_box .h_sub_menu ul li {
    text-align: center;
    float: left;
    width: 8.33%;
}

#header_menu .h_sub_menu_box .h_sub_menu ul > li .tit { opacity: 0; height: 1px; }

#header_menu .h_sub_menu_box .h_sub_menu ul li a {
	display:block;
	padding:3px 0px;
	color:#555;
	font-size:13px;
}

#header_menu .h_sub_menu_box .h_sub_menu ul li a:hover {color:#000;}

#header_menu .h_sub_menu_box .h_sub_menu ul.s_menu li {
    float: none;
    width: 100%;
	text-align: center;
}

.m_menu { display: none; }

.smenu_dl { overflow: hidden; position: absolute; left: 0px; top: 95%; padding: 10px 0px; width: 100%; background: #fff; z-index: 999; box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1); display: none; }
.smenu_dl dd { padding: 6px 5px; text-align: center; transition: 0.5s; }
.smenu_dl dd:last-child { border-bottom: none; }
.smenu_dl dd:hover { background: #eee;  }
.smenu_dl dd a { display: block; color: #888; font-size: 13px; font-weight: 400; transition: 0.5s; }
.smenu_dl dd:hover a { color: #000; /* text-decoration: underline; */ }

/* BURGER */

.burger.burger-close {
    display: none;
    position: absolute;
    right: 5%;
    top: 5%;
}
.burger.burger-close.clicked { display:inline-block; }

.burger span {
	position: relative;
	margin-top: 9px;
	margin-bottom: 9px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.burger span, .burger span::before, .burger span::after {
	display: block;
	width: 30px;
	height: 2px;
	background-color: #e0b05e;
	outline: 1px solid transparent;
	-webkit-transition-property: background-color, -webkit-transform;
	-moz-transition-property: background-color, -moz-transform;
	-o-transition-property: background-color, -o-transform;
	transition-property: background-color, transform;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
}

.cbp-af-header.cbp-af-header-shrink .burger span, .cbp-af-header.cbp-af-header-shrink .burger span::before, .cbp-af-header.cbp-af-header-shrink .burger span::after {
	background-color: #000;
}

.cbp-af-header.cbp-af-header-shrink.active .burger span, .cbp-af-header.cbp-af-header-shrink.active .burger span::before, .cbp-af-header.cbp-af-header-shrink.active .burger span::after {
	background-color: #fff;
}

.burger span::before, .burger span::after {
	position: absolute;
	content: "";
}

.burger span::before { top: -9px; }

.burger span::after { top: 9px; }

.burger.clicked span { background-color: transparent; }

.burger.clicked span::before {
	-webkit-transform: translateY(9px) rotate(45deg);
	-moz-transform: translateY(9px) rotate(45deg);
	-ms-transform: translateY(9px) rotate(45deg);
	-o-transform: translateY(9px) rotate(45deg);
	transform: translateY(9px) rotate(45deg);
}

.burger.clicked span::after {
	-webkit-transform: translateY(-9px) rotate(-45deg);
	-moz-transform: translateY(-9px) rotate(-45deg);
	-ms-transform: translateY(-9px) rotate(-45deg);
	-o-transform: translateY(-9px) rotate(-45deg);
	transform: translateY(-9px) rotate(-45deg);
}

.burger.clicked span:before, .burger.clicked span:after { background-color: #000; }

.burger:hover { cursor: pointer; }

/*  NAV
========================================== */

nav.allmenu {
	display: flex;
    align-items: flex-start;
    justify-content: flex-start;
	flex-direction: column;

    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    height: 100%;
    width: 60%;
	max-width: 420px;
    padding: 5% 50px;
    padding-top: 7%;

	background-color: rgba(255, 255, 255, 1);

    overflow-y: auto;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -moz-transition: transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -o-transition: transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

nav.allmenu.show {
	box-shadow: 0 0px 10px 5px rgba(0, 0, 0, 0.1);

	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
	-ms-transform: translateX(0px);
	-o-transform: translateX(0px);
	transform: translateX(0px);
}

.allmenu_logo {
    position: absolute;
    top: 45px;
    left: 50px;
	text-align: center;
}

nav.allmenu.show ul.main li {
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
	-ms-transform: translateX(0px);
	-o-transform: translateX(0px);
	transform: translateX(0px);
	opacity: 1;
}

nav.allmenu.show ul.main li:nth-child(1) { transition-delay: 0.15s; }
nav.allmenu.show ul.main li:nth-child(2) { transition-delay: 0.3s; }
nav.allmenu.show ul.main li:nth-child(3) { display: none; /* transition-delay: 0.45s; */ }
nav.allmenu.show ul.main li:nth-child(4) { transition-delay: 0.45s; }
nav.allmenu.show ul.main li:nth-child(5) { transition-delay: 0.6s; }
nav.allmenu.show ul.main li:nth-child(6) { transition-delay: 0.75s; }
nav.allmenu.show ul.main li:nth-child(7) { transition-delay: 0.9s; }
nav.allmenu.show ul.main li:nth-child(8) { transition-delay: 1.05s; }
nav.allmenu.show ul.main li:nth-child(9) { transition-delay: 1.2s; }
nav.allmenu.show ul.main li:nth-child(10) { transition-delay: 1.35s; }
nav.allmenu.show ul.main li:nth-child(11) { transition-delay: 1.5s; }
nav.allmenu.show ul.main li:nth-child(12) { transition-delay: 1.65s; }
nav.allmenu.show ul.main li:nth-child(13) { transition-delay: 1.8s; }
nav.allmenu.show ul.main li:nth-child(14) { transition-delay: 1.95s; }

nav.allmenu ul.main {
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 100%;
    flex-direction: column;
}

nav.allmenu ul.main li {
	margin-bottom: 20px;
	padding: 0px 0px;
	width: 100%;
    text-align: left;

    -webkit-transform: translateX(40px);
    -moz-transform: translateX(40px);
    -ms-transform: translateX(40px);
    -o-transform: translateX(40px);
    transform: translateX(40px);

    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
	
	opacity: 0;
}

nav.allmenu ul.main li:last-of-type { margin-bottom: 0px; }

nav.allmenu ul.main li a {
    display: inline-block;
    font-family: 'NanumSquare';
    color: #333;
    font-size: 1.3em;
    font-weight: 800;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

nav.allmenu ul.main li a:hover, nav.allmenu ul.main li:hover > a { color: #000; }

/*  OVERLAY
========================================== */

.overlay {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	width: 100%;
	height: 100%;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	background: #000;
	opacity: 0;
	visibility: hidden;
}

.overlay.show {
	opacity: 0.6;
	visibility: visible;
}

/* 서브메뉴 스타일 */
#accordian ul ul li { margin-bottom:0px; }

#accordian ul ul li a {
    position: relative;
    display: block;
    padding: 0px;
    padding-left: 15px;
    text-decoration: none;
    color: #000;
    font-size: 0.9em;
    font-weight: 500;
    line-height: 30px;
    -webkit-transition: all 0.15s;
    -moz-transition: all 0.15s;
    -o-transition: all 0.15s;
    -ms-transition: all 0.15s;
    transition: all 0.15s;
    opacity: 0.6;
}

#accordian ul ul li a:hover { text-decoration: underline; }

/* active 클래스 외에 것은 보이지 않게 하기 */
#accordian ul ul {
	display: none;
	margin-top: 10px;
}

#accordian li.active ul { display: block; }

/* footer */
.footer { /* border-top: 1px solid #000; */ }

.footer_inner01 {
    padding: 50px 0;
	border-top: 1px solid #000;
}

.footer_inner01:after {
	content: "";
    display: block;
    clear: both;
}

.footer_inner01 .wrap {
    display: flex;
    flex-wrap: wrap;
}

.footer_infobox {
	display: inline-block;
	float: left;
	width: 33.33%;
	min-height: 165px;
	padding: 0 50px;
	border-left: 1px solid #ddd;
	font-family: 'NanumSquare';
}

.footer_infobox h3 {
    margin-bottom: 20px;
    font-size: 1.2em;
    font-weight: 700;
    letter-spacing: -0.5px;
}

.footer_infobox01 { padding-left: 0px; border-left: none; }
.footer_infobox03 { padding-right: 0px; }

ul.footer_info_time {
	margin-bottom: 20px;
}

ul.footer_info_time li {
	margin-bottom: 10px;
	color: #888;
}

ul.footer_info_time li:first-child {
    color: #000;
    font-size: 2em;
    font-weight: 900;
    line-height: 1em;
    letter-spacing: -0.5px;
}

ul.footer_info_time li:last-child {
    margin-bottom: 0px;
    font-weight: 600;
}

ul.footer_info_time li b { color: #000; font-weight: 500; }

.footer_infobox02 p {
    position: relative;
    padding-left: 10px;
	color: #777;
    font-size: 1em;
    font-weight: 600;
    letter-spacing: -0.5px;
}

.footer_infobox02 p:after {
	content:'';
	position: absolute;
	left: 0px;
	top: 10px;
	width: 3px;
	height: 3px;
	border-radius: 5px;
	background: #777;
}

ul.footer_banner:after {
	content: "";
    display: block;
    clear: both;
}

ul.footer_banner li {
	float: left;
	margin-bottom: 5px;
}

ul.footer_banner li:nth-child(2n+1) {
	clear: both;
	margin-right: 5px;
}

ul.footer_banner li a {
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 130px;
    height: 35px;
    border: 1px solid #ddd;
    color: #888;
    font-size: 13px;
    font-weight: 600;
	letter-spacing: -0.5px;
    transition: 0.5s;
}

ul.footer_banner li a:hover {
	background: #000;
	border: 1px solid #000;
	color: #fff;
	text-decoration: underline;
}

.footer_inner.footer_inner02 {
	padding: 40px 0;
    background: #000;
	text-align: center;
    color: #fff;
	font-size: 0.9em;
}

.footer_menu { 
	display: inline-block;
	margin-bottom: 20px;
}

.footer_menu:after {
	content: "";
    display: block;
    clear: both;
}

.footer_menu li {
	position: relative;
	float: left;
	padding: 0 15px;
}

.footer_menu li:after {
	content:'';
	position: absolute;
	right: 0px;
	top: 25%;
	width: 1px;
	height: 50%;
	background: #aaa;
}

.footer_menu li:last-child:after {
	display: none;
}

.footer_menu li a {
	color: #fff;
}

.footer_menu li a:hover {
	text-decoration: underline;
}

.footer_copyright {
	color: #bbb;
	font-weight: 400;
	line-height: 1.7em;
}

.footer_copyright span {
	position: relative;
	display: inline-block;
	padding: 0 10px;
}

.footer_copyright span:after {
	content:'';
	position: absolute;
	right: 0px;
	top: 25%;
	width: 1px;
	height: 50%;
	background: #aaa;
}

.footer_copyright span.noline:after {
	display: none;
}

.footer_copyright p {
	margin-top: 10px;
}

.quick_menu {
    position: fixed;
    right: 2%;
    bottom: 5%;
}

/* main */

.main_contents { margin-bottom: 80px; }

.main_con_title {
	position: relative;
	text-align: center;
	margin-bottom: 50px;
}

.main_con_title h2 {
    font-size: 1.6em;
    font-weight: 600;
    letter-spacing: 0px;
}

.main_con_title p {
    margin-top: 10px;
    color: #888;
    font-weight: 500;
    letter-spacing: -0.5px;
}

.main_con { margin-bottom: 80px; }

.main_con01_banner {
    display: flex;
    justify-content: space-between;
}

.main_con01_banner:after {
	content: "";
    display: block;
    clear: both;
}

.main_con01_banner li {
    position: relative;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    transition: 0.5s;
}

.main_con01_banner li:hover { box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1); }
.main_con01_banner li:first-child { margin-left: 0; }

.main_con01_banner li img { max-width: 100%; }

.main_con01_banner li a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.main_con01_banner li h3 {
    position: relative;
    margin-bottom: 20px;
	font-family: 'Montserrat', 'NanumSquare';
    font-size: 48px;
    font-weight: 700;
    letter-spacing: -1px;
    line-height: 1.1em;
}

.main_con01_banner li:first-child h3, .main_con01_banner li:nth-child(2) h3 { color: #fff; }
.main_con01_banner li:last-child h3 { font-family: 'NanumSquare'; }

.main_con01_banner li p {
	color: rgba(0, 0, 0, 0.4);
	font-weight: 500;
	word-break: keep-all;
}

.main_con01_banner li:first-child p, .main_con01_banner li:nth-child(2) p {
	color: rgba(255, 255, 255, 0.6);
}

.main_con02_banner:after {
	content: "";
    display: block;
    clear: both;
}

.main_con02_banner li {
	display: inline-block;
	float: left;
}

.main_con02_banner li:nth-child(2), .main_con02_banner li:nth-child(3) { margin-left: 10px; }

.main_con02_banner li a { position: relative; display: inline-block; transition: 0.5s; }
.main_con02_banner li a:hover {
	margin-top: -5px;
	box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1);
}

.main_con02_banner li img { max-width: 100%; }

.main_con03:after, .main_con04:after {
	content: "";
    display: block;
    clear: both;
}

ul.tabs {
    display: flex;
	flex-wrap: wrap;
    justify-content: center;
	margin-bottom: 50px;
    padding: 0px;
    list-style: none;
}

ul.tabs li {
    display: inline-block;
    padding: 10px 25px;
    margin: 2px 5px;
    background: none;
	border: 1px solid #ddd;
    border-radius: 500px;
	cursor: pointer;
	font-size: 0.9em;
}

ul.tabs li.current	 {
	background: #222;
	border: 1px solid #222;
	color: #fff;
}

.tab-content { display: none; }

.tab-content.current {
	display: inherit;
}

.swiper {
	width: 100%;
	height: 100%;
}

.swiper-slide {
	text-align: center;
	background: #fff;

	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* sub */

.pcver { display: block; }
.tbl_wrap table.pcver { display: table; }

.mobilever { display: none; }
a.sit_btn_kakao.mobilever {
    display: none !important;
}

#sub_contents { margin-bottom: 80px; }

.sub_title {
    position: relative;
    margin: 50px 0;
    text-align: center;
}

.sub_title h2 {
	font-family: 'Montserrat', 'NanumSquare';
    font-size: 2.6em;
	font-weight: 600;
}

.sub_titlebox {
    margin-bottom: 50px;
    text-align: center;
	font-size: 1.6em;
	font-family: 'TmoneyRoundWind';
    font-weight: 400;
}

.sub_titlebox img { max-width: 100%; }

.sub_titlebox h3 {
    margin-bottom: 30px;
    font-family: 'TmoneyRoundWind';
    font-size: 2em;
    font-weight: 500;
}

.sub_titlebox h3 span {
	display: block;
	margin-bottom: 10px;
}

.sub_titlebox p {
	margin-bottom: 20px;
	word-break: keep-all;
}

.sub_titlebox span {
    color: #aaa;
    font-size: 0.9em;
	word-break: keep-all;
}

.provision p, .privacy p { margin-bottom: 30px; }