@import url(https://fonts.googleapis.com/earlyaccess/nanumgothic.css);

* {
	margin:0;
   padding:0;
	font-family: 'Nanum Gothic', Arial, sans-serif;
}

li {
  list-style: none;
}
a {
  text-decoration: none;
  color:#333;
}
.wrap {
  width: 100%;
  margin: 0 auto;
}


/*  Mobile */
@media all and (min-width:274px) and (max-width:767px){
	.gnb {
		display: none;
	}
	.subgnb {
		display: none;
	}
	.logo {
		display: none;
	}
	.logo .logo1 {
		display: none;
	}
	.logo .logo2 {
		display: none;
	}
	.mlogo {
		width: 120px;
		margin: 13px auto 0;
	}
	.mlogo1 {
		width: 120px;
	}
	.lang {
		display: none;
		float: right;
		position: absolute;
		z-index: 999;
		right: 10px;
		top: 18px;
	}
	.langbox {
		border: 0;
		background-color: rgba(255,255,255,0);
		color:#fff;
	}
	option {
		color:#333;
	}
	.lang2 {
		/* display: none; */
		float: right;
		position: absolute;
		z-index: 999;
		right: 10px;
		top: 18px;
	}
	.langbox2 {
		border: 0;
		background-color: rgba(255,255,255,0);
		color:#fff;
	}


	/*products*/
	.productsecion {
		width: 100%;
		margin: 0 auto;
		/* overflow-y: hidden; */
		padding: 60px 0 120px;
	}
	.producttitle {
		width: 100%;
		margin: 0 auto 30px;
		overflow-y: hidden;
	}
	.producttitle h1 {
		color:#101d49;
		text-align: center;
		font-size: 18px;
		font-family: 'arial';
		font-weight: normal;
	}
	.linebox {
		width: 70px;
		margin: 0 auto;
	}
	.linebox img {
		width:70px;
		float: left;
		margin: 10px auto 0;
	}
	.productboxs {
		width: 90%;
		margin: 0 auto;
		overflow-y: hidden;
		overflow-x: hidden;
	}
	.p1 {
		float: left;
		width: 24.2%;
		margin-right:1%;
	}
	.p1 img {
		width: 100%;
		float: left;
	}
	.p2 {
		float: left;
		width: 24.2%;
	}
	.p2 img {
		width: 100%;
	}
	.arrowbox {
		width: 80px;
		margin: 14px auto 0;
	}
	.arrowbox .leftarrow {
		float: left;
		cursor: pointer;
	}
	.arrowbox .rightarrow {
		float: right;
		cursor: pointer;
	}

	/*fedoragod*/
	.fedoragod {
		width: 100%;
		background-color: #eeeeec;
		overflow-y: hidden;
		margin: 0 auto;
		padding: 60px 0;
	}
	.fedoragod h1 {
		color:#101d49;
		text-align: center;
		font-size:19px;
		font-family: 'arial';
		font-weight: normal;
		text-transform: uppercase;
		width: 90%;
		margin: 0 auto;
	}
	.linebox2 {
		width: 70px;
		margin: 25px auto;
		overflow-y: hidden;
	}
	.linebox2 img {
		width:70px;
	}
	.fedoragod p {
		text-align: center;
		font-size: 13px;
		width: 90%;
		margin: 0 auto;
		color:#535353;
		font-weight: lighter;
		line-height: 28px;
	}

	/*쁘레베베프라자*/
	.prebebe {
		width: 90%;
		margin: 0 auto;
		overflow-y: hidden;
		padding: 40px 0;
	}
	.plaza {
		width: 100%;
		margin: 0 auto;
		box-sizing: border-box;
		border: 1px solid #cfd2db;
		overflow-y: hidden;
	}
	.plazatext {
		padding: 32px;
		overflow-y: hidden;
	}
	.plazatext h1 {
		text-align: center;
		color:#051d49;
		font-size: 20px;
		font-weight: lighter;
		text-transform: uppercase;
		line-height: 20px;
	}
	.plazatext h2 {
		text-align: center;
		color:#051d49;
		font-size: 14px;
		font-weight: lighter;
		text-transform: uppercase;
		line-height: 20px;
		padding-bottom: 16px;
	}
	.more {
		width: 130px;
		height: 40px;
		margin: 0 auto;
		overflow-y: hidden;
	}
	.morebtn {
		width: 130px;
		height: 40px;
		border: 1px solid #cfd2db;
		box-sizing: border-box;
		margin: 0 auto;
		overflow-y: hidden;
		background-color: #fff;
		color:#051d49;
		font-family: arial;
		font-weight: normal;
		cursor: pointer;
		font-size: 16px;
		-webkit-appearance: none;
 	   -moz-appearance:none;
 	   appearance: none;
	   border-radius: 0px;

	}
	.morebtn:hover {
		background-color: #101d49;
		color:#fff;
		border: 0;
		transition: 0.5s;
		-webkit-transition: 0.5s;
		-o-transition: 0.5s;
		-ms-transition: 0.5s;
		-moz-transition: 0.5s;
	}
	.plaza2 {
		width: 100%;
		float: left;
	}
	.plazatext2 {
		background-image: url('../images/fedora2.jpg');
		background-repeat: no-repeat;
		overflow-y: hidden;
		/* float: left; */
		margin: 0 auto;
		/* height: 172px; */
		padding: 35px;
		background-size: cover;
	}
	.plazatext2 h1 {
		text-align: center;
		color:#fff;
		font-size: 20px;
		font-weight: lighter;
		text-transform: uppercase;
		line-height: 29px;
		padding-bottom: 6px;
	}
	.plazatext2 p {
		text-align: center;
		font-size: 14px;
		color:#fff;
	}
	.fblod {
		font-weight: bold;
	}

	/*footer*/
	footer {
		width: 100%;
		border-top: 1px solid #e5e5e5;
	}
	.footerbox {
		width: 90%;
		margin: 0 auto;
		overflow-y: hidden;
		padding: 25px 0 45px;
	}
	.footertext {
		width: 100%;
		float: left;
	}
	.footertext p {
		text-align: left;
		color:#777;
		font-size: 12px;
		font-weight: lighter;
		line-height: 16px;
	}
	.footerlogo {
		margin-top: 36px;
		margin-bottom: 5px;
	}
	.family {
		float: left;
		margin-top: 30px;
	}
	.fm {
		height: 38px;
		width: 160px;
	   border-radius: 0px;
	}
	.sns {
		width: 160px;
		margin-top: 5px;
	}
	.s1 {
		float: left;
		margin-right: 6.6px;
	}
	.s2 {
		float: left;
	}

	.strollermore {
		width: 100%;
		height: 133vw;
		position: absolute;
		left: 0;
		right: 0;
	}

	.divSelectWrap {
		position: absolute;
		right: 10px;
		width:45px;
		overflow:hidden;
		 padding:0px;
		 margin:0px;
		 z-index: 9999;
		 color:#fff;
		 top: 18px;
	}
	.divSelectText {
		color:#fff;
		width: 100%;
		/* float: left; */
		cursor: pointer;
		text-align: center;
		margin-bottom: 8px;
	}
	.divSelectWrap ul{
	   display: none;
	   margin:0px;
	   width:45px;  /* divSelectWrap에서 현재 padding값 뺀 값 */
	   /* height:40px; */
	   list-style-type:none;
	   overflow:auto;
	   overflow-x:hidden;
	   overflow-y:auto;
	   border-top:1px solid #6486bd;
		border:1px solid #fff;
		box-sizing: border-box;
   }

   .divSelectWrap ul li {
		color:#fff;
		line-height: 22px;
		width: 45px;
		/* text-align: center; */
		padding: 2px 0 2px 10px;
   }

   .divSelectWrap ul li.selected  {
   	background-color : rgba(255,255,255,0);
   }
   .divSelectWrap ul li:hover {
   	/* background-color : #1e90ff */
		background-color : rgba(255,255,255,0);
   }
}







/* Tablet (해상도 768x 이상) */
@media all and (min-width:768px) and (max-width:1199px){
	.gnb {
		display: none;
	}
	.subgnb {
		display: none;
	}
	.logo {
		display: none;
	}
	.logo .logo1 {
		display: none;
	}
	.logo .logo2 {
		display: none;
	}
	.mlogo {
		width: 120px;
		margin: 13px auto 0;
	}
	.mlogo1 {
		width: 120px;
	}
	.lang {
		display: none;
		float: right;
		position: absolute;
		z-index: 999;
		right: 10px;
		top: 18px;
	}
	.langbox {
		border: 0;
		background-color: rgba(255,255,255,0);
		color:#fff;
	}
	option {
		color:#333;
	}
	.lang2 {
		/* display: none; */
		float: right;
		position: absolute;
		z-index: 999;
		right: 10px;
		top: 18px;
	}
	.langbox2 {
		border: 0;
		background-color: rgba(255,255,255,0);
		color:#fff;
	}


	/*products*/
	.productsecion {
		width: 100%;
		margin: 0 auto;
		/* overflow-y: hidden; */
		padding: 80px 0 120px;
	}
	.producttitle {
		width: 100%;
		margin: 0 auto 50px;
		overflow-y: hidden;
	}
	.producttitle h1 {
		color:#101d49;
		text-align: center;
		font-size: 24px;
		font-family: 'arial';
		font-weight: normal;
	}
	.linebox {
		width: 70px;
		margin: 0 auto;
	}
	.linebox img {
		width:70px;
		float: left;
		margin: 20px auto 0;
	}
	.productboxs {
		width: 90%;
		margin: 0 auto;
		overflow-y: hidden;
		overflow-x: hidden;
	}
	.p1 {
		float: left;
		width: 24.2%;
		margin-right:1%;
	}
	.p1 img {
		width: 100%;
		float: left;
	}
	.p2 {
		float: left;
		width: 24.2%;
	}
	.p2 img {
		width: 100%;
	}
	.arrowbox {
		width: 80px;
		margin: 14px auto 0;
	}
	.arrowbox .leftarrow {
		float: left;
		cursor: pointer;
	}
	.arrowbox .rightarrow {
		float: right;
		cursor: pointer;
	}

	/*fedoragod*/
	.fedoragod {
		width: 100%;
		background-color: #eeeeec;
		overflow-y: hidden;
		margin: 0 auto;
		padding: 85px 0;
	}
	.fedoragod h1 {
		color:#101d49;
		text-align: center;
		font-size:26px;
		font-family: 'arial';
		font-weight: normal;
		text-transform: uppercase;
	}
	.linebox2 {
		width: 70px;
		margin: 42px auto;
		overflow-y: hidden;
	}
	.linebox2 img {
		width:70px;
	}
	.fedoragod p {
		text-align: center;
		font-size: 14px;
		color:#535353;
		font-weight: lighter;
		line-height: 30px;
	}

	/*쁘레베베프라자*/
	.prebebe {
		width: 90%;
		margin: 0 auto;
		overflow-y: hidden;
		padding: 80px 0;
	}
	.plaza {
		width: 100%;
		margin: 0 auto;
		box-sizing: border-box;
		border: 1px solid #cfd2db;
		overflow-y: hidden;
	}
	.plazatext {
		padding: 38px;
		overflow-y: hidden;
	}
	.plazatext h1 {
		text-align: center;
		color:#051d49;
		font-size: 20px;
		font-weight: lighter;
		text-transform: uppercase;
		line-height: 20px;
	}
	.plazatext h2 {
		text-align: center;
		color:#051d49;
		font-size: 14px;
		font-weight: lighter;
		text-transform: uppercase;
		line-height: 20px;
		padding-bottom: 16px;
	}
	.more {
		width: 130px;
		height: 40px;
		margin: 0 auto;
		overflow-y: hidden;
	}
	.morebtn {
		width: 130px;
		height: 40px;
		border: 1px solid #cfd2db;
		box-sizing: border-box;
		margin: 0 auto;
		overflow-y: hidden;
		background-color: #fff;
		color:#051d49;
		font-family: arial;
		font-weight: normal;
		cursor: pointer;
		font-size: 16px;
		-webkit-appearance: none;
 	   -moz-appearance:none;
 	   appearance: none;
	   border-radius: 0px;

	}
	.morebtn:hover {
		background-color: #101d49;
		color:#fff;
		border: 0;
		transition: 0.5s;
		-webkit-transition: 0.5s;
		-o-transition: 0.5s;
		-ms-transition: 0.5s;
		-moz-transition: 0.5s;
	}
	.plaza2 {
		width: 100%;
		float: left;
	}
	.plazatext2 {
		background-image: url('../images/fedora2.jpg');
		background-repeat: no-repeat;
		overflow-y: hidden;
		/* float: left; */
		margin: 0 auto;
		/* height: 172px; */
		padding: 42px;
		background-size: 100%;
	}
	.plazatext2 h1 {
		text-align: center;
		color:#fff;
		font-size: 20px;
		font-weight: lighter;
		text-transform: uppercase;
		line-height: 32px;
		padding-bottom: 8px;
	}
	.plazatext2 p {
		text-align: center;
		font-size: 14px;
		color:#fff;
	}
	.fblod {
		font-weight: bold;
	}

	/*footer*/
	footer {
		width: 100%;
		border-top: 1px solid #e5e5e5;
	}
	.footerbox {
		width: 90%;
		margin: 0 auto;
		overflow-y: hidden;
		padding: 25px 0 45px;
	}
	.footertext {
		width: 70%;
		float: left;
	}
	.footertext p {
		text-align: left;
		color:#777;
		font-size: 12px;
		font-weight: lighter;
		line-height: 16px;
	}
	.footerlogo {
		margin-top: 36px;
		margin-bottom: 5px;
	}
	.family {
		float: right;
	}
	.fm {
		height: 38px;
		width: 160px;
	   border-radius: 0px;
	}
	.sns {
		width: 160px;
		margin-top: 5px;
	}
	.s1 {
		float: left;
		margin-right: 6.6px;
	}
	.s2 {
		float: left;
	}

	.strollermore {
		width: 100%;
		height: 115vw;
		position: absolute;
		left: 0;
		right: 0;
	}

	.divSelectWrap {
		position: absolute;
		right: 15px;
		width:45px;
		overflow:hidden;
		 padding:0px;
		 margin:0px;
		 z-index: 9999;
		 color:#fff;
		 top: 18px;
	}
	.divSelectText {
		color:#fff;
		width: 100%;
		/* float: left; */
		cursor: pointer;
		text-align: center;
		margin-bottom: 8px;
	}
	.divSelectWrap ul{
	   display: none;
	   margin:0px;
	   width:45px;  /* divSelectWrap에서 현재 padding값 뺀 값 */
	   /* height:40px; */
	   list-style-type:none;
	   overflow:auto;
	   overflow-x:hidden;
	   overflow-y:auto;
	   border-top:1px solid #6486bd;
		border:1px solid #fff;
		box-sizing: border-box;
   }

   .divSelectWrap ul li {
		color:#fff;
		line-height: 22px;
		width: 45px;
		/* text-align: center; */
		padding: 2px 0 2px 10px;
   }

   .divSelectWrap ul li.selected  {
   	background-color : rgba(255,255,255,0);
   }
   .divSelectWrap ul li:hover {
   	/* background-color : #1e90ff */
		background-color : rgba(255,255,255,0);
   }
}











/* PC (해상도 1200px 이상) */
@media all and (min-width:1200px){
	.header {
		width: 100%;
		margin: 0 auto;
		position: fixed;
		left: 0;
		right: 0;
		margin-left: auto;
		margin-right: auto;
		top: 0;
		z-index: 999;
		/* padding-bottom: 10px; */
	}
	.headerwrap {
		width: 96%;
		margin: 35px auto;
	}
	.logo {
		float: left;
		width: 157px;
		margin-right: 20px;
	}
	.logo .logo1 {
		margin-top: -5px;
	}
	.logo .logo2 {
		display: none;
		margin-top: -5px;
	}
	.mlogo {
		display: none;
	}
	.gnb {
		color:#fff;
		width: 70%;
		margin: 0 auto;
		position: absolute;
		left: 0;
		right: 0;
	}
	.gnb ul {
		width: 100%;
		margin-top: 16px;
		overflow-y: hidden;
	}
	.gnb ul li {
		float: left;
	}
	.gnb ul li .a1 {
		color:#fff;
		padding-left: 0;
		padding-right: 35px;
		font-size: 14px;
	}
	.gnb ul li .a2 {
		color:#fff;
		padding: 0 35px;
		font-size: 14px;
	}
	.lang {
		float: right;
		color:#fff;
	}
	.lang p {
		font-size: 11px;
	}
	.langbox {
		border: 0;
		background-color: rgba(255,255,255,0);
		color:#fff;
	}
	option {
		color:#333;
	}
	.lang2 {
		display: none;
		float: right;
		position: absolute;
		z-index: 999;
		right: 10px;
		top: 18px;
	}
	.langbox2 {
		border: 0;
		background-color: rgba(255,255,255,0);
		color:#fff;
	}
	/* .langbox:focus {
		outline: none;
	} */
	.mnav {
		display: none;
	}
	.subgnb {
		width: 100%;
		background-color: rgba(16,29,73,0.85);
		height: 340px;
		position: absolute;
		top: 74px;
		z-index: 999;
		display: none;
	}
	.subgnbwrap {
		width: 70%;
		margin: 5px auto 0;
		overflow-y: hidden;
	}
	.product {
		width: 122px;
		float: left;
		margin-top: 12px;
	}
	.productmenu1 {
		width: 111px;
		float: left;
		margin-bottom: 8px;
	}
	.productmenu1 p {
		color:#fff;
		font-size: 13px;
		font-weight: bold;
		padding-bottom: 3px;
	}
	.productmenu1 p a {
		color:#fff;
	}
	.productmenu1 li {
		list-style:square;
		color:#c9c9c9;
		font-size: 13px;
		text-align: left;
		line-height: 18px;
		margin-left: 15px;
		font-weight:lighter;
	}
	.productmenu1 li a {
		color:#c9c9c9;
	}
	.productmenu1 li:hover {
		text-decoration: underline;
	}
	.productmenu2 {
		width: 111px;
		float: left;
		margin-bottom: 8px;
	}
	.productmenu2 p {
		color:#fff;
		font-size: 12px;
		font-weight: bold;
		padding-bottom: 3px;
	}
	.productmenu2 p a {
		color:#fff;
	}
	.productmenu2 li {
		list-style:square;
		color:#c9c9c9;
		font-size: 13px;
		text-align: left;
		line-height: 18px;
		margin-left: 15px;
		font-weight:lighter;
	}
	.productmenu2 li a {
		color:#c9c9c9;
	}
	.productmenu2 li:hover {
		text-decoration: underline;
	}
	.productmenu3 {
		width: 111px;
		float: left;
		margin-bottom: 8px;
	}
	.productmenu3 p {
		color:#fff;
		font-size: 13px;
		font-weight: bold;
		padding-bottom: 3px;
	}
	.productmenu3 p a {
		color:#fff;
	}
	.productmenu4 {
		width: 111px;
		float: left;
		margin-bottom: 8px;
	}
	.productmenu4 p {
		color:#fff;
		font-size: 13px;
		font-weight: bold;
		padding-bottom: 3px;
	}
	.productmenu4 p a {
		color:#fff;
	}
	.productmenu5 {
		width: 111px;
		float: left;
		margin-bottom: 8px;
	}
	.productmenu5 p {
		color:#fff;
		font-size: 13px;
		font-weight: bold;
		padding-bottom: 3px;
	}
	.productmenu5 p a {
		color:#fff;
	}
	.productmenu6 {
		width: 111px;
		float: left;
		margin-bottom: 8px;
	}
	.productmenu6 p {
		color:#fff;
		font-size: 13px;
		font-weight: bold;
		padding-bottom: 3px;
	}
	.productmenu6 p a {
		color:#fff;
	}
	.seivice {
		width: 122px;
		float: left;
		margin-top: 12px;
	}
	.servicemenu p {
		color:#fff;
		font-size: 13px;
		font-weight: bold;
		padding-bottom: 3px;
	}
	.servicemenu p a {
		color:#fff;
	}
	.servicemenu li {
		list-style:square;
		color:#c9c9c9;
		font-size: 13px;
		text-align: left;
		line-height: 18px;
		margin-left: 15px;
		font-weight:lighter;
	}
	.servicemenu li a {
		color:#c9c9c9;
	}
	.servicemenu li:hover {
		text-decoration: underline;
	}
	.community {
		width: 123px;
		float: left;
		margin-top: 7px;
	}
	.communitymenu li {
		color:#fff;
		font-size: 13px;
		text-align: left;
		line-height: 24px;
		margin-left: 15px;
		font-weight:lighter;
	}
	.communitymenu li a {
		color:#fff;
	}
	.communitymenu li:hover {
		text-decoration: underline;
	}
	.store {
		width: 110px;
		float: left;
		margin-top: 7px;
	}
	.storemenu li {
		color:#fff;
		font-size: 13px;
		text-align: left;
		line-height: 24px;
		margin-left: 15px;
		font-weight:lighter;
	}
	.storemenu li a {
		color:#fff;
	}
	.storemenu li:hover {
		text-decoration: underline;
	}
	.brand {
		width: 100px;
		float: left;
		margin-top: 7px;
	}
	.brandmenu li {
		color:#fff;
		font-size: 13px;
		text-align: left;
		line-height: 24px;
		margin-left: 15px;
		font-weight:lighter;
	}
	.brandmenu li a {
		color:#fff;
	}
	.brandmenu li:hover {
		text-decoration: underline;
	}

	/*products*/
	.productsecion {
		min-width: 1200px;
		margin: 0 auto;
		/* overflow-y: hidden; */
		padding: 100px 0 140px;
	}
	.producttitle {
		width: 1200px;
		margin: 0 auto 50px;
		overflow-y: hidden;
	}
	.producttitle h1 {
		color:#101d49;
		text-align: center;
		font-size: 24px;
		font-family: 'arial';
		font-weight: normal;
	}
	.linebox {
		width: 70px;
		margin: 0 auto;
	}
	.linebox img {
		width:70px;
		float: left;
		margin: 20px auto 0;
	}
	.productboxs {
		width: 1200px;
		margin: 0 auto;
		overflow-y: hidden;
		overflow-x: hidden;
	}
	.p1 {
		float: left;
		width: 294px;
		margin-right:8px;
	}
	.p1 img {
		width: 294px;
		float: left;
	}
	.p2 {
		float: left;
		width: 294px;
	}
	.p2 img {
		width: 294px;
	}
	.arrowbox {
		width: 80px;
		margin: 14px auto 0;
	}
	.arrowbox .leftarrow {
		float: left;
		cursor: pointer;
	}
	.arrowbox .rightarrow {
		float: right;
		cursor: pointer;
	}

	/*fedoragod*/
	.fedoragod {
		width: 100%;
		background-color: #eeeeec;
		overflow-y: hidden;
		margin: 0 auto;
		min-width: 1200px;
		padding: 115px 0;
	}
	.fedoragod h1 {
		color:#101d49;
		text-align: center;
		font-size:30px;
		font-family: 'arial';
		font-weight: normal;
		text-transform: uppercase;
	}
	.linebox2 {
		width: 70px;
		margin: 42px auto;
		overflow-y: hidden;
	}
	.linebox2 img {
		width:70px;
	}
	.fedoragod p {
		text-align: center;
		font-size: 16px;
		color:#535353;
		font-weight: lighter;
		line-height: 30px;
	}

	/*쁘레베베프라자*/
	.prebebe {
		width: 1200px;
		margin: 0 auto;
		overflow-y: hidden;
		padding: 96px 0;
	}
	.plaza {
		width: 400px;
		float: left;
		box-sizing: border-box;
		border: 1px solid #cfd2db;
	}
	.plazatext {
		padding: 38px;
		overflow-y: hidden;
	}
	.plazatext h1 {
		text-align: center;
		color:#051d49;
		font-size: 20px;
		font-weight: lighter;
		text-transform: uppercase;
		line-height: 20px;
	}
	.plazatext h2 {
		text-align: center;
		color:#051d49;
		font-size: 14px;
		font-weight: lighter;
		text-transform: uppercase;
		line-height: 20px;
		padding-bottom: 16px;
	}
	.more {
		width: 130px;
		height: 40px;
		margin: 0 auto;
		overflow-y: hidden;
	}
	.morebtn {
		width: 130px;
		height: 40px;
		border: 1px solid #cfd2db;
		box-sizing: border-box;
		margin: 0 auto;
		overflow-y: hidden;
		background-color: #fff;
		color:#051d49;
		font-family: arial;
		font-weight: normal;
		cursor: pointer;
		font-size: 16px;
	}
	.morebtn:hover {
		background-color: #101d49;
		color:#fff;
		border: 0;
		transition: 0.5s;
		-webkit-transition: 0.5s;
		-o-transition: 0.5s;
		-ms-transition: 0.5s;
		-moz-transition: 0.5s;
	}
	.plaza2 {
		width: 400px;
		float: left;
	}
	.plazatext2 {
		background-image: url('../images/fedora2.jpg');
		background-repeat: no-repeat;
		overflow-y: hidden;
		/* float: left; */
		margin: 0 auto;
		height: 98px;
		padding: 38px;
		background-size: cover;
	}
	.plazatext2 h1 {
		text-align: center;
		color:#fff;
		font-size: 20px;
		font-weight: lighter;
		text-transform: uppercase;
		line-height: 32px;
		padding-bottom: 8px;
	}
	.plazatext2 p {
		text-align: center;
		font-size: 14px;
		color:#fff;
	}
	.fblod {
		font-weight: bold;
	}

	/*footer*/
	footer {
		width: 100%;
		border-top: 1px solid #e5e5e5;
	}
	.footerbox {
		width: 96%;
		margin: 0 auto;
		overflow-y: hidden;
		padding: 25px 0 45px;
	}
	.footertext {
		width: 700px;
		float: left;
	}
	.footertext p {
		text-align: left;
		color:#777;
		font-size: 12px;
		font-weight: lighter;
		line-height: 16px;
	}
	.footerlogo {
		margin-top: 36px;
		margin-bottom: 5px;
	}
	.family {
		float: right;
	}
	.fm {
		height: 38px;
		width: 160px;
	}
	.sns {
		width: 160px;
		margin-top: 5px;
	}
	.s1 {
		float: left;
		margin-right: 6.6px;
	}
	.s2 {
		float: left;
	}

	.strollermore {
		width: 100%;
		height: 49.5vw;
		position: absolute;
		left: 0;
		right: 0;
	}

	.divSelectWrap {
		position: fixed;
		right: 45px;
		width:45px;
		overflow:hidden;
		 padding:0px;
		 margin:0px;
		 z-index: 9999;
		 color:#fff;
		 top: 30px;
	}
	.divSelectText {
		color:#fff;
		width: 100%;
		/* float: left; */
		cursor: pointer;
		text-align: center;
		margin-bottom: 8px;
	}
	.divSelectWrap ul{
	   display: none;
	   margin:0px;
	   width:45px;  /* divSelectWrap에서 현재 padding값 뺀 값 */
	   /* height:40px; */
	   list-style-type:none;
	   overflow:auto;
	   overflow-x:hidden;
	   overflow-y:auto;
	   border-top:1px solid #6486bd;
		border:1px solid #fff;
		box-sizing: border-box;
   }

   .divSelectWrap ul li {
		color:#fff;
		line-height: 22px;
		width: 45px;
		/* text-align: center; */
		padding: 2px 0 2px 10px;
   }

   .divSelectWrap ul li.selected  {
   	background-color : rgba(255,255,255,0);
   }
   .divSelectWrap ul li:hover {
   	/* background-color : #1e90ff */
		background-color : rgba(255,255,255,0);
   }
}
