@charset "utf-8";
@import url('/skin/notokr/notokr.css');

html {overflow-x: hidden; overflow-y: scroll;}
.body-layout {background-color: #fff; overflow-x:hidden;}
a:hover{
	text-decoration:none;
}
/* 폰트 설정 */
.body-layout, h1, h2, h3, h4, h5, h6, input, textarea, button { font-family: 'notokr',  "NanumGothic", "나눔고딕", 'NanumBarunGothic', 'Apple SD Neo Gothic', 'Malgun Gothic', 'Gulim', sans-serif; }
/* h1, h2, h3, h4, h5, h6, p { margin: 0px; } */
ol, ul, li {
	list-style: none;
	list-style-position: inside;
}
.navbar .caret, .navbar .divider-vertical, .navbar ~ br, .footer-social-layout, .footer_copy .text-center > br {
    display: none;
}
.topmarginLay_a { height: 100px !important; }
.navbar-inverse {
    background: #fff;
    border: none;
    margin: 0;
    box-shadow: 0 1px 1px rgba(0,0,0,0.1);
}
.navbar-inverse .navbar-brand {
	color: #333;
}
.navbar-inverse .navbar-brand img{
	margin-top:0;
	display:inline-block;
}
.navbar-inverse .navbar-brand:after{
	content: '월드팩테크(주)';
    display: inline-block;
    margin-left: 5px;
    font-size: 33px;
    font-weight: 600;
    letter-spacing: -0.02em;
    float: right;
    margin-top: 19px;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
	color: #333;
}

@media screen and (min-width: 768px) {
	.navbar-inverse .navbar-nav > li > a {
    padding: 40px 30px;
    color: #222;
    -webkit-text-shadow: 0 0 0 rgba(0,0,0,0);
    text-shadow: 0 0 0 rgba(0,0,0,0);
    font-size: 18px;
    font-weight: 500;
    letter-spacing: -0.06em;
    line-height: 1;
}
 	.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li:hover > a, .navbar-inverse .navbar-nav > li:focus > a, .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus, .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    -webkit-box-shadow: 0 0 0 rgba(0,0,0,0);
    box-shadow: 0 0 0 rgba(0,0,0,0);
    background: none;
    color: #063c8f;
}
}
/* 상단 서브 메뉴 설정 시작*/
.dropdown-menu {padding: 0; box-shadow: none;}
.dropdown-menu > li > a {background-color: #fff; color: #444; padding: 10px 20px; margin: 0; font-size: 14px;}
.dropdown-menu > li > a:hover {background-color: #ef950f; background-image: none; color: #fff;}
@media (min-width: 768px){
    .navbar-right .dropdown-menu {left: 0; right: auto;}
}
/* 상단 서브 메뉴 설정 끝*/
/* personal setting 0.48v */
/* layout */
.mt-0{margin-top:0px!important;}
.mt-20{margin-top:20px!important;}
.mt-30{margin-top:30px!important;}
.mt-40{margin-top:40px!important;}
.mt-60{margin-top:60px!important;}
.mb-0{margin-bottom:0px!important;}
.mb-20{margin-bottom:20px!important;}
.mb-30{margin-bottom:30px!important;}
.mb-40{margin-bottom:40px!important;}
.mb-60{margin-bottom:60px!important;}
.mv-10{margin-bottom:10px!important;margin-top:10px!important;}
.mv-30{margin-bottom:30px!important;margin-top:30px!important;}
.mv-60{margin-bottom:60px!important;margin-top:60px!important;}
.mg-0{margin:0!important;}
.pd-0{padding:0!important;}

@media(min-width:768px){
	.col-sm-20{
		width:20%;
	}
}
/* img */
.img-shadow {
	box-shadow: 10px 10px 2px rgba(0, 0, 0, 0.1);
}
.img-bordered{border:1px solid #ddd;}
.img-caption {
    margin: 10px 0 !important;
    text-align: center;
    font-size: 16px !important;
    color: #222 !important;
    font-weight: 500;
}
/* align */
.absolute-center{
	position:absolute;
	left:50%;
	top:50%;
	transform:translate(-50%,-50%);
	padding:0;
	margin:0;
}
.horizontal-center{
	position:relative;
	left:50%;
	transform:translateX(-50%);
	padding:0;
	margin:0;
}

.text-center-table thead th,
.text-center-table thead td,
.text-center-table tbody th,
.text-center-table tbody td{
	text-align:center!important;
	vertical-align:middle!important;
}
.text-center-table .text-left,
.text-center-table .text-left th,
.text-center-table .text-left td{
	text-align:left!important;
}
/* font */
.font-12{font-size:12px!important;}
.font-14{font-size:14px!important;}
.font-16{font-size:16px!important;}
.font-18{font-size:18px!important;}
.font-20{font-size:20px!important;}
.font-22{font-size:22px!important;}
.text-bold{font-weight:bold!important;}
.numbering{margin-right:10px;}
/*list style*/
.li-none > li{list-style:none!important; margin-left:20px;}
.li-circle > li{list-style:circle!important; margin-left:20px;}
.li-square > li{list-style:square!important; margin-left:20px;}
.li-disc > li{list-style:disc!important; margin-left:20px;}
.li-dash > li,
.li-dot > li{margin-left:10px; padding-left:20px; position:relative;}
.li-dash > li:before,
.li-dot > li:before{
	content:'-';
	display:block;
	position:absolute;
	left:5px;
	top:0;
}
.li-dot > li:before{
	content:'·';
}
.location-li {
    border-top: 2px solid #063c8f;
    margin-bottom: 20px;
}
.location-li li {
    border-bottom: 1px solid #dedede;
    color: #666;
    font-size: 16px;
    letter-spacing: -0.04em;
    padding: 14px 0;
}
.location-li span {
    color: #222;
    font-weight: 500;
    min-width: 100px;
    display: inline-block;
}
.location-li span i { margin-right: 8px; }

.partner-li{
	border:1px solid #ddd;
}
.partner-li:after{
	content:'';
	display:block;
	clear:both;
}
.partner-li > li{
	float:left;
	width:16.666%;
}
.partner-li > li img{
	border:1px solid #ddd;
}
.category-li{
	display:inline-block;
	margin:20px auto;
}
.category-li:after{
	content:'';
	display:block;
	clear:both;
}
.category-li > li{
	float:left;
	display:inline-block;
	margin:5px;
	padding:10px 20px;
	background:#f5f5f5;
	border:1px solid #ddd;
}
@media(max-width:767px){
	.partner-li > li{
		width:50%;
	}
}
/* component */
.card{
	display:block;
	position:relative;
	padding:15px;
	margin-bottom:20px;
	border:1px solid #ddd;
	min-height:max-content;
}
.column-2{
	column-count:2;
	column-rule:1px solid #ddd;
	column-gap:30px;
}
.column-2 ul,
.column-2 dl,
.column-2 ol{
	margin:0;
}
.quote-box {
    margin: 20px auto;
    padding: 30px 0;
    background: #f6f6f6;
    border-radius: 6px;
}
.subpage-content p {
    color: #666;
    font-size: 15px;
    letter-spacing: -0.04em;
    line-height: 1.8;
    margin: 0 0 20px;
}
.subpage-content p.quote {
    margin: 0 0 40px;
    font-size: 24px;
    font-weight: 300;
    color: #666;
    line-height: 38px;
    /* font-size: 28px;
    font-weight: 300;
    color: #222;
    line-height: 40px; */
    letter-spacing: -0.04em;
}
.subpage-content p.quote span{
	font-weight: 500;
}
/* custom setting */
.container_contents,
.footer_copy > div,
.sub-layout{
	width:100%;
	padding:0;
}
ul,dl,ol{padding:0;}
p,li,dt,dd{line-height:1.6;}
*{
	box-sizing:border-box;
	word-break:keep-all;
}

.table {
	margin: 0 0 20px;
	border-top: 2px solid #063c8f !important;
    border-bottom: 1px solid #dedede !important;
}
.dh-board>.table-hover {
    margin: 0 0 60px;
}
.table tr th, .table tr td {
    padding: 14px 16px !important;
    border-bottom: 1px solid #e6e6e6 !important;
    letter-spacing: -0.04em;
    word-break: keep-all;
    vertical-align: middle !important;
    color: #666;
    line-height: 1.6 !important;
}
.table tr th {
	color: #333;
	text-align: center;
}
.table thead tr th {
	background: #f6f6f6;
}

/*가로 100% 레이아웃 정의*/
.intro-html-layout > div,
.container_contents,
.footer_copy > div,
.sub-layout{
	width:100%;
	padding:0;
}
.intro-board-widget-layout,
.dh-board,
.dh-view-box,
.bbs-list-view-layout + .row,
#mailForm,
#insertForm{
	width:100%;
	max-width:1170px;
	margin:0 auto;
}
/* personal setting 0.48v end */
/* navigation setting */
@media(max-width:767px){
	
}
/* mainpage setting */
.carousel-inner > .item {
    height: 600px;
    overflow: hidden;
}
.carousel-caption{
	margin:0;
	padding:0;
	left:50%;
	right:auto;
	top:50%;
	bottom:auto;
	transform:translate(-50%,-50%);
	width:85%;
	max-width:1170px;
}
.carousel-caption h2 {
    margin: 0;
    color: #fff;
    font-size: 42px;
    font-weight: 300;
    letter-spacing: -0.06em;
    line-height: 54px;
    text-shadow: 0 0 0 rgba(0,0,0,0);
}
.carousel-caption h2 span {
    font-size: 58px;
    font-weight: 600;
}

.carousel-indicators li {
    width: 16px !important;
    height: 16px !important;
    border: none;
    background: #fff;
    margin: 0 2px;
}
.carousel-indicators .active { background: #063c8f; }
.carousel-control .glyphicon{
	display:none;
}
.carousel-control.left{
	background:url(/skin/img/slide/arrow_prev.png) no-repeat center;
	
}
.carousel-control.right{
	background:url(/skin/img/slide/arrow_next.png) no-repeat center;
	
}
.main-content > div {
    padding: 80px 0;
}
.main-content > div:nth-child(even) {
    background: #f8f8f8;
}
.main-customer { padding-bottom: 100px; }
.subpage-content h2,
.subpage-content h3,
.main-content .title h3 {
    margin-top: 0;
    margin-bottom: 60px;
    text-align: center;
    color: #063c8f;
    /* color: #222; */
    font-size: 35px;
    /* font-size: 34px; */
    font-weight: 500;
    /* font-weight: 400; */
    letter-spacing: -0.04em;
}
.main-product h4 {
    position: relative;
    margin: 0 0 40px;
    color: #063c8f;
    font-size: 28px;
    letter-spacing: -0.04em;
}
.main-product h4:after {
    content: '';
    display: block;
    width: 20px;
    height: 2px;
    background: #063c8f;
    position: absolute;
    left: 0;
    bottom: -20px;
}
.main-product p {
    margin: 0 0 20px;
    color: #666;
    font-size: 16px;
    letter-spacing: -0.04em;
}
.main-content .more {
    display: inline-block;
    margin: 20px 0 0;
    padding: 14px 0;
    width: 200px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 500;
    background: #063c8f;
    color: #fff;
    text-align: center;
    letter-spacing: 0.04em;
}
.main-content .more .fa{
	margin-right:10px;
}
@media(max-width:767px){
	
}
/* footer setting */
.footer_copy > div {
    padding: 40px 15px 60px;
    background: #222935;
    color: #ccc;
    font-size: 13px;
}
.footer_copy ul:after{
	content:'';
	display:block;
	clear:both;
}
.footer_copy li{
	float:left;
	padding-right:10px;
	margin-right:10px;
	border-right:2px solid rgba(255,255,255,0.2);
}
.footer_copy li:last-of-type{
	border-right:none;
}
@media(max-width:767px){
	
}
/* subpage setting */
.pageheader {
    height: 280px;
    background: #000 url(/skin/img/sub/subtop-bg.jpg) no-repeat center / cover;
}
.pageheader .container{
	position:relative;
	height:100%;
}
.pageheader h2 {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    margin: 0;
    font-size: 38px;
    color: #fff;
    font-weight: 500;
}
.breadcrumb{
	margin:10px 0 0;
	padding:0;
	background:transparent;
	font-size:13px;
	color:#ddd;
	text-align:right;
}
.breadcrumb .active{
	color:#fff;
}
.subpage-content {
    padding-top: 80px;
}
.subpage-content, .subpage-content section {
    padding-bottom: 100px;
}
.subpage-content .emp{
	font-weight:500;
	color:#063c8f;
}

.subpage-content h4{
	margin-bottom:20px;
	font-size:24px;
}
.subpage-content h4:before{
	content:'';
	display:inline-block;
	width:22px;
	height:22px;
	margin-right:10px;
	border-radius:50%;
	border:7px solid #063c8f;
	vertical-align:middle;
}
.subpage-content h5{
	margin-top:30px;
	margin-bottom:15px;
	font-size:18px;
	color:#063c8f;
}
.dh-board,.dh-view-box,#insertForm,#mailForm,.bbs-list-view-layout + .row,.bbs-blog-view-layout + .row,#mod_type_formForm{
	visibility:hidden;
}

@media(max-width:767px){
	
}

/* 제품소개 */
#product .pageheader {
    height: 263px;
    background: #d9dfed url(/skin/img/sub/subtop-bg03.jpg) no-repeat center / cover;
    background-size: 1150px;
}
#product.tab2 .pageheader {
    background: #1a5527 url(/skin/img/sub/subtop-bg04.jpg) no-repeat center / cover;
    background-size: 1151px;
}
#product h2 {
    color: #777;
}
#product h3 {
    margin-bottom: 20px;
    font-size: 38px;
    font-weight: 400;
    color: #8fc320;
    text-align: left;
}
#product #tab2 h3 {
    color: #f39801;
}
#product h4 {
    position: relative;
    padding-left: 30px;
    font-size: 23px;
    color: #555;
}
#product h4::before {
    content: '';
    top: 3px;
    left: 0;
    width: 23px;
    height: 23px;
    position: absolute;
    background: url(/skin/img/sub/product_tab1_bullet.png);
    border: none;
}
#product #tab2  h4::before {
    background: url(/skin/img/sub/product_tab2_bullet.png);
}
#product h5.highlight {
    margin-bottom: 50px;
    padding: 8px 0;
    font-size: 28px;
    font-weight: 400;
    color: #fff;
    text-align: center;
    background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(228,238,200,1) 10%, rgba(143,195,32,1) 50%, rgba(228,238,200,1) 90%, rgba(255,255,255,1) 100%);
}
#product #tab2 h5.highlight {
    background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(251,219,170,1) 10%, rgba(243,152,1,1) 50%, rgba(251,219,170,1) 90%, rgba(255,255,255,1) 100%);
}
#product p.quote {
    font-size: 22px;
    line-height: 34px;
}
#product .tab2 h4::before {
    background: url(/skin/img/sub/product_tab2_bullet.png);
}
#product .row.eco-top {
    padding-left: 30px;
}
#product .se1 {
    position: relative;
}
#product .se1 h4 {
    margin: 0 0 5px;
}
#product .icon {
    top: -18px;
    width: 110px;
    position: absolute;
}
#product #tab2  .icon {
    top: -5px;
    width: 160px;
}
#product .inner {
    padding-left: 135px;
}
#product #tab2 .inner {
    padding-left: 170px;
}
.eco-strength {
    display: flex;
    align-items: center;
}
.eco-strength dl {
    margin-top: 30px;
    padding-left: 90px;
}
.eco-strength dt {
    position: relative;
    font-size: 18px;
    font-weight: 500;
    color: #8fc320;
    background: #fff;
}
#tab2 .eco-strength dt {
    color: #f39801;
}
.eco-strength dd + dt {
    margin-top: 60px;
}
#tab2 .eco-strength dd + dt {
    margin-top: 40px;
}
.eco-strength dt .no {
    top: -22px;
    left: -80px;
    width: 100px;
    height: 100px;
    display: flex;
    position: absolute;
    align-items: center;
    justify-content: center;
    font-size: 60px;
    font-weight: 500;
    color: #8fc320;
    border: 2px dotted #dbebb7;
    border-radius: 100%;
    z-index: -1;
}
#tab2 .eco-strength dt .no {
    top: -5px;
    color: #f39801;
    border-color: #fcdeac;
}
.eco-strength dt:first-child .no {
    top: 0;
}
.eco-strength dd {
    font-size: 16px;
    color: #666;
    background: #fff;
}
.eco-strength ul li {
    position: relative;
    padding-left: 12px;
}
.eco-strength ul li::before {
    content: '';
    top: 5px;
    left: 0;
    width: 10px;
    height: 14px;
    position: absolute;
    background: url(/skin/img/sub/product_tab1_bullet2.png);
}
#tab2 .eco-strength ul li::before {
    height: 19px;
    background: url(/skin/img/sub/product_tab2_bullet2.png);
}
#product .card {
    display: block;
    position: relative;
    padding: 20px 30px;
    margin-bottom: 20px;
    border-radius: 6px;
    background: #f6f6f6;
    min-height: max-content;
    min-height: 160px;
}
#product .card h6 {
    color: #222;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: -0.04em;
    margin: 0 0 14px;
}
#product .eco-prod .card{
    min-height: 200px;
}
#product .card p {
    margin: 0;
}
#product .se9 h5{
    text-align: center;
    margin: 0 0 30px;
    font-size: 32px;
    font-weight: 700;
}
#product #tab2 .se1 p.quote {
    padding-left: 30px;
}

#about .pageheader {
    height: 360px;
    background: #c7dff0 url(/skin/img/sub/subtop-bg02.jpg) no-repeat center / cover;
    background-size: 1150px;
}
#about .se1 {
    text-align: center;
}
#about .se1 p {
    font-size: 24px;
    font-weight: 300;
    line-height: 1.5;
}
#about .se1 p.quote {
    margin: 0 0 20px;
    font-size: 38px;
    line-height: 1.25;
}
#about .quote-box {
    max-width: 700px;
    margin: 20px auto;
    padding: 8px 0;
    color: #666;
    background: #efefef;
}
#about .quote-box dt {
    font-size: 17px;
    font-weight: 500;
    color: #333;
    line-height: 1.3;
}
#about .quote-box dd {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.3;
}
#about .se2 .row {
    max-width: 730px;
    margin: 0 auto;
    /* margin: 0; */
    /* padding: 60px 120px; */
    /* background-color: #fafafa; */
}
#about .se2 h5 {
    text-align: center;
    font-size: 35px;
    font-weight: 600;
    margin: 0 0 30px;
}
#about .se2 .w_cert1 img {
    height: 300px;
}
#about .cert .img-caption {
    margin: 10px 0 0 !important;
    font-size: 15px !important;
    font-weight: 400;
    color: #999 !important;
}
.subpage-content p {
    color: #666;
    font-size: 15px;
    letter-spacing: -0.04em;
    line-height: 1.8;
    margin: 0 0 20px;
}
/*=====----- 메일폼 설정 -----=====*/
#mailForm {width: 100%; max-width: 1170px; margin: 0 auto; padding: 0;}
#mailForm .form-group {margin: 0; padding: 25px 35px; background: #f8f8f8; border-bottom: 1px solid #e0e0e0;}
#mailForm .form-group:first-child {border-top: 2px solid #000;}
#mailForm .form-group:nth-child(5) {background: none; border: none; padding: 30px 25px;}
#mailForm .form-group label {width: 15%; float: left; margin: 10px 0 0;}
#mailForm .form-group input.form-control, #mailForm .form-group textarea.form-control {width: 85%; max-width: 935px; border: 1px solid #d0d0d0; border-radius: 0; box-shadow: 0 0 0 rgba(0,0,0,0);}
#mailForm .form-group input.form-control {height: 40px;}
#mailForm .form-group p.error, #mailForm .form-group~p.error {margin: 0; color: #063c8f; font-size: 12px}
#mailForm .form-group~p.error {padding-left: 35px; margin: -15px 0 0;}
#mailForm .form-group .checkbox {margin: -8px 0 0;}
#mailForm .form-group .checkbox label {width: 100%; margin: 0;}
input[type=button].btn-block, input[type=reset].btn-block, input[type=submit].btn-block {width: 220px; margin: 0 auto; margin-top: 30px; padding: 15px 0; border: 1px solid #bebebe !important; border-radius: 50px; background: #fff !important; box-shadow: 0 0 0 rgba(0,0,0,0); color: #666; font-size: 15px; font-weight: 400; letter-spacing: -0.03em; text-shadow: 0 0 0 rgba(0,0,0,0);}
input[type=button].btn-block:hover, input[type=reset].btn-block:hover, input[type=submit].btn-block:hover {background: #063c8f !important; border: 1px solid #063c8f !important; color: #fff;}
@media screen and (max-width: 991px) {
    #mailForm .form-group input.form-control, #mailForm .form-group textarea.form-control {max-width: 567px;}
}
@media screen and (max-width: 767px) {
    #mailForm .form-group {padding: 20px 15px;}
    #mailForm .form-group label {width: 20%; font-size: 13px; font-weight: 500; letter-spacing: -0.05em;}
    #mailForm .form-group input.form-control, #mailForm .form-group textarea.form-control {width: 80%;}
    #mailForm .form-group~p.error {padding-left: 15px; margin: 0;}
    input[type=button].btn-block, input[type=reset].btn-block, input[type=submit].btn-block {margin-top: 80px;}
}

.tab-menu {
    display: flex;
    margin: 0 0 65px;
    padding-right: 1px;
    justify-content: center;
}

.tab-menu li {
    flex: 0 0 300px;
    /* max-width: 190px; */
    /* margin: 0 2px; */
}

.tab-menu li a {
    width: 100%;
    display: inline-block;
    padding: 20px;
    padding-top: 130px;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    color: #bbb;
    letter-spacing: 0;
    border: 2px dotted #eee;
    /* letter-spacing: -0.034em; */
    z-index: 1;
    position: relative;
    text-decoration: none;
    background: #fff;
    border-radius: 15px;
}
.tab-menu li:nth-child(1) a::before {
    content: '';
    top: 45px;
    left: 50%;
    width: 97px;
    height: 77px;
    position: absolute;
    background-image: url(/skin/img/sub/product_tab1.jpg);
    transform: translateX(-50%);
}
.tab-menu li:nth-child(2) a::before {
    content: '';
    top: 45px;
    left: 50%;
    width: 150px;
    height: 76px;
    position: absolute;
    background-image: url(/skin/img/sub/product_tab2.jpg);
    transform: translateX(-50%);
}

.tab-menu li:nth-child(1).active a {
    background: #8fc320;
    border-color: #8fc320;
    color: #fff;
}
.tab-menu li:nth-child(2).active a {
    background: #f39801;
    border-color: #f39801;
    color: #fff;
}

.tab-menu li:nth-child(1).active a::before {
    background-image: url(/skin/img/sub/product_tab1_active.jpg);
}
.tab-menu li:nth-child(2).active a::before {
    background-image: url(/skin/img/sub/product_tab2_active.jpg);
}

.tab-menu li:nth-child(1) a:hover {
    border-color: #8fc320;
}
.tab-menu li:nth-child(2) a:hover {
    border-color: #f39801;
}

.eco-top .left-con{
    padding-right:60px;
}
/* .eco-strength dt{
    font-size:16px;
}
.eco-strength dd + dt{
    margin-top:25px;
} */

.img-wrap{
    margin:0 -5px;
}
.img-wrap > div{
    padding:0 5px;
}
.img-wrap > div.clearfix{
    padding-bottom:10px;
}
.img-wrap.fl{display: flex;gap: 25px;}

@media(max-width:767px){
    .img-wrap.fl{flex-direction: column;}
	.tab-menu {
        flex-wrap: wrap;
    }
    .tab-menu li+li {
        margin-top: 15px;
    }
    #product .icon {
        position: static;
        margin: 0 auto 35px;
    }
    #product .inner {
        padding-left: 0 !important;
    }
    .eco-strength {
        flex-wrap: wrap;
    }
}