@import url('https://fonts.googleapis.com/css?family=Noto+Sans:400,700');
/* body {margin: 0; font-family: 'Noto Sans', sans-serif;}*/
.bbr-content {
    margin: 0px 0 0 0;/*margin: 130px 0 30px 20px;border-top: 1px solid #2f315b;*/
    position: relative;
    z-index: 50;
}
.clear_both {
	clear: both;
	float: none;
	height: 0px;
}

a {
	text-decoration:none
}
div {
	-webkit-text-size-adjust:none
}

.store_cont {width:100%; margin:0 auto; font-family: 'DIN Pro', sans-serif;}/*width:993px; padding-top:30px; 수정20180723*/
.store_cont .store_tit {width:100%; background-color:#fff; padding:40px 0 30px;}/*width:973px;padding:20px 0 20px 20px; background-color:#48b5e9; color:#fff; 수정20180723*/
.store_cont .store_map {width:100%; height:500px;}/*width:993px;background-color:#48b5e9; 수정20180723*/

.store_cont .search {
	width:300px;
	background-color: #fff;
	border: 1px solid #dadada;
	margin-top: 20px;
	margin-left: 20px;
	padding: 10px;
}

.store_cont .search .search_title {font-family: 'DIN Pro', sans-serif; font-size:22px; color:#484848;}
.store_cont .search .input {margin-top:5px;}
.store_cont .search .input .search_word {width:220px; padding-left:10px; font-weight:bold;}
.store_cont .search .button {width:70px; height:32px; background-color:#48b5e9; border:0;color:#fff; font-size:15px; font-weight:bold; padding-top:0px; cursor:pointer;}


.store_cont .store_no_data {
	width:300px;
	background-color: #fff;
	border-left: 1px solid #dadada;
	border-right: 1px solid #dadada;
	border-bottom: 1px solid #dadada;
	margin-left: 20px; 
	padding: 30px; 
	padding: 10px;
	overflow:auto;
	text-align:center;
	color:#969696; font-size:18px;
}

.store_cont .store_list {
	width:300px;
	height:440px;
	background-color: #fff;
	border-left: 1px solid #dadada;
	border-right: 1px solid #dadada;
	border-bottom: 1px solid #dadada;
	margin-left: 20px; 
	padding: 10px;
	overflow:auto;

	scrollbar-arrow-color: #efefef;
	scrollbar-Track-Color: #efefef; 
	scrollbar-base-color: #dfdfdf;
	scrollbar-Face-Color: #dfdfdf;
	scrollbar-3dLight-Color: #dfdfdf;         
	scrollbar-DarkShadow-Color: #dfdfdf;
	scrollbar-Highlight-Color: #dfdfdf;
	scrollbar-Shadow-Color: #dfdfdf
}

/*
::-webkit-scrollbar {width: 12px; height: 12px;  }
::-webkit-scrollbar-button:start:decrement, 
::-webkit-scrollbar-button:end:increment {display: block; width: 12px;height: 12px; background: url() rgba(0,0,0,.05);}
::-webkit-scrollbar-track {     background: rgba(0,0,0,.05); }
::-webkit-scrollbar-thumb {  background: rgba(0,0,0,.1);  }
*/
.store_cont .store_list .store_name {width:100%; height:23px;}
.store_cont .store_list .store_name .store_nm {float:left; width:80%; line-height:22px; white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.store_cont .store_list .store_name .store_nm .store_nm_no_w {display:inline-block; .display:inline; *zoom:1; width:18px; height:20px; color:#fff; background-image: url('/design/themes/umeken_responsive/media/images/addons/umeken_infos/store_number_back_w.jpg'); background-repeat:no-repeat; text-align:center; }
.store_cont .store_list .store_name .store_nm .store_nm_no_s {display:inline-block; .display:inline; *zoom:1; width:18px; height:20px; color:#fff; background-image: url('/design/themes/umeken_responsive/media/images/addons/umeken_infos/store_number_back_s.jpg'); background-repeat:no-repeat; text-align:center; }
.store_cont .store_list .store_name .store_nm .store_nm_ttl {color:#484848; font-size:15px;}


.store_cont .store_list .store_name .store_mi {float:left; width:20%;line-height:22px; text-align:right;}

.store_cont .store_list .list {width:100%; border-bottom:1px dotted #000; padding-bottom:10px; margin-bottom:10px;}
.store_cont .store_list ul li {color:#848484; font-size:12px; line-height:15px;}
.store_cont .store_list .page {font-size:12px; text-align:center; color:#626262; margin-top:15px;}

/*========= marker label ============== */

.marker_labels {
    color: #48b5e9;
    _background-color: white;
    font-family: 'DIN Pro', sans-serif;
	font-size: 18px;
	text-align: center;
	height:50px;
    width: 20px;
    _border: 1px solid black;
    white-space: nowrap;
}

.marker_labels_reseller {
    color: #b7b7b7;
    _background-color: white;
    font-family: 'DIN Pro', sans-serif;
	font-size: 15px;
	text-align: center;
	height:50px;
    width: 20px;
    _border: 1px solid black;
    white-space: nowrap;
}

/*========= info window ============== */

#map-canvas img {
	max-width: none !important;
}
.gm-style-iw {
	width: 388px !important;    
	top: 15px !important;
	left: 0px !important;
	background-color: #fff;
	box-shadow: 0 1px 6px rgba(178, 178, 178, 0.6);
	border: 1px solid rgba(72, 181, 233, 0.6);
	border-radius: 2px 2px 10px 10px;
}
#iw-container {
	width:350px;
	margin-bottom: 10px;
}
#iw-container .iw-title {
	font-family: 'DIN Pro', sans-serif;
	font-size: 18px; /*20px*/
	line-height:22px;
	font-weight: 400;
	padding: 10px;
	background-color: #48b5e9;
	color: white;
	margin: 0;
	border-radius: 2px 2px 0 0;
}
#iw-container .iw_directions {
	font-family: 'DIN Pro', sans-serif;
	font-size: 13px;
	width:100px;
	height: 20px;
	line-height: 20px;
	font-weight: 700;
	text-align:center;
	_padding: 3px;
	color: #fff;
	background-color:#48b5e9;
	margin: 10px 0 0 0;
}
#iw-container .iw_directions a {
	color:#fff;
	font-weight: 700;
	text-decoration:none;
}
#iw-container .iw-content {
	font-size: 13px;
	line-height: 18px;
	font-weight: 400;
	margin-right: 1px;
	padding: 15px 5px 20px 15px;
	max-height: 140px;
	overflow-y: auto;
	overflow-x: hidden;
}
.iw-content img {
	float: right;
	margin: 0 5px 5px 10px;	
}
.iw-subTitle {
	font-size: 16px;
	font-weight: 700;
	padding: 5px 0;
}
.iw-bottom-gradient {
	position: absolute;
	width: 326px;
	height: 25px;
	bottom: 10px;
	right: 18px;
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
}


/**
	Retail Store List
*/
.retail_store_list_wrap {width:100%; margin:20px auto;}
.retail_store_wrap {float:left; width:100%;margin-left:5%; border:1px solid #0306074d;}/*width:297px; padding:15px 10px 15px 10px;background-color:#f8fbfd;border-bottom:1px dotted #a3a3a3; */
.retail_store_name {float:left; width:100%; font-size:20px; /*color:#009ce6;*/ font-size:24px; line-height:1.2;}/*width:100%; font-size:18px; margin-bottom:5px; color:#48b5e9;*/
.retail_store_desc {float: left;width: 100%;}
.retail_store_adress {float:left; width:100%; font-size:15px; color:#5d5d5d; line-height:1.2;}/*width:100%; font-size:13px; */
.retail_store_phone {float:left; width:100%; font-size:13px; color:#5d5d5d; line-height:1.2;}/*width:100%;font-size:13px; */
.retail_store_hours {float:left; width:100%; font-size:13px; color:#5d5d5d; line-height:1.2;}/*width:100%; font-size:13px; */


/**
	Pagination styles 
*/
.pagination {
    /*margin: 7px 0 12px;*/
    padding: 1px 0 50px;
}
.pagination a, .pagination a:visited, .pagination a:hover, .pagination a:active, .pagination-selected-page {
    padding: 1px 3px;
}
/*.pagination-bottom {
    border-top: 1px solid #dedede;
}*/
.pagination a, .pagination a:active, .pagination-selected-page {
    display: inline-block;
    padding: 1px 10px;
    min-width: 12px;
    -webkit-border-radius: 3px;    
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
    text-transform: uppercase;
    font-size: 85%;    
}

.pagination a, .pagination a:visited, .pagination a:hover, .pagination a:active, .pagination-selected-page {
    text-decoration: none;    
}
.pagination a.set, .pagination a.prev, .pagination a.next {
    margin: 0 4px;
    padding: 4px 6px;
    width: auto;
    border: 1px solid #b2b2b2;
}
.pagination a.set:hover, .pagination a.prev:hover, .pagination a.next:hover {
    color: #fff;
}
.pagination-selected-page,
.sort-pagination span {
  background-color: #9a9a9a;
}
.tab-list-title {
  border-color: #9a9a9a;
}
.pagination a,
.pagination a:visited,
.pagination a:hover,
.pagination a:active,
.pagination-selected-page,
.mid-gray {
  color: #808080;
}
.pagination-selected-page {
  color: #fff;
}
/* /Pagination styles */




.w1920-section3 {position:relative;}
.w1920-section4 {position:relative;
	width:968px;
	pointer-events:auto;
	position:relative;
	overflow:hidden;
	margin:100px auto;
	}
.w1920-view1 {
	background-color:rgba(137,121,121,1.0);
	width:678px;
	height:100%;
	pointer-events:auto;
	position:relative;
	overflow:hidden
	}
	.w1920-view1-container {
		pointer-events:none;
	flex-direction:column;
	align-items:center;
	height:339px;
	width:100%;
	position:relative;
	margin:0;
	display:flex;
	left:0
	}
	.w1920-view1 .w1920-mask1 {
		background-color:rgba(137,121,121,1.0);
	top:0;
	height: 339px;
    width: 678px;
	position:absolute;
	margin:0;
	left:0
	}
	.w1920-view1 .w1920-image1 {
		background-color:rgba(255,255,255,0.0);
	top:0px;
	height: 339px;
    width: 678px;
	position:absolute;
	margin:0 auto;
	left:0;
	}
	.w1920-maintit {
		background-color:rgba(255,255,255,0.0);
	width:auto;
	margin-right:0;
	height:auto;
	pointer-events:auto;
	margin-left:-0px;
	position:relative;
	font-weight:700;
	/*font-family:'NotoSansCJKkr-Bold',Helvetica,Arial,serif;*/
	font-size:28px;
	color:rgba(255,255,255,1.0);
	text-align:center;
	letter-spacing:-2px;
	line-height:1.4
	}
	.w1920-maintit-container {
		pointer-events:none;
	flex-direction:column;
	top:130px;
	align-items:center;
	height:auto;
	width:100%;
	position:absolute;
	margin:0;
	display:flex;
	left:0
	}
	.w1920-subtit {
		background-color:rgba(255,255,255,0.0);
	width:auto;
	margin-right:-0px;
	height:auto;
	pointer-events:auto;
	margin-left:0;
	position:relative;
	/*font-family:'NotoSansCJKkr-Medium',Helvetica,Arial,serif;*/
	font-size:14px;
	color:rgba(255,255,255,1.0);
	text-align:center;
	letter-spacing:-0.5px;
	line-height:1.5
	}
	.w1920-subtit-container {
		pointer-events:none;
	flex-direction:column;
	top:220px;
	align-items:center;
	height:auto;
	width:100%;
	position:absolute;
	margin:0;
	display:flex;
	left:0
	}
	.w1920-store-logo {
	background-color:rgba(255,255,255,0.0);
	width:110px;
	margin-right:0;
	height:auto;
	pointer-events:auto;
	margin-left:-0px;
	position:relative;
	color:rgba(255,255,255,1.0);
	text-align:center;
	}
	.w1920-store-logo-container {
	pointer-events:none;
	flex-direction:column;
	top:90px;
	align-items:center;
	height:auto;
	width:100%;
	position:absolute;
	margin:0;
	display:flex;
	left:0;
	}
	/*.w1920-store-logo-img {
	background-color:rgba(255,255,255,0.0);
	height:40px;
	width:110px;
	position:relative;
	margin:0;
}*/
	.w1920-store-photo {
	width:300px;
	height:200px;
	pointer-events:auto;
	position:relative;
	overflow:hidden;
	}
	.w1920-store-photo-container {
		pointer-events:none;
	flex-direction:column;
	align-items:center;
	height:100%;
	width:100%;
	position:relative;
	display:flex;
	left:0;
	text-align:center;
	padding:45px 0;
	}

	.w1920-store-photo .slide-photo {
	background-color:rgba(255,255,255,0.0);
	height:200px;
	width:300px;
	position:relative;
	margin:0;
	}
	.w1920-store-photo .slide-dot-group {
	background-color: rgba(255,255,255,0.0);
    bottom: 20px;
    height: 10px;
    width: 100%;
    position: absolute;
    margin:0 auto;
	}
	.w1920-store-photo .slide-dot-group .slide-dot {
	background-color: rgba(255,255,255,0.0);
    top: 0;
    height: 10px;
    width: 10px;
    position: relative;
    margin: 0 auto;
    left: 0;
	opacity: .3;
	}
	.w1920-store-photo .slide-dot-group .slide-dot.current {
		 background-color: rgba(255,255,255,0.0);
    top: 0;
    height: 10px;
    width: 10px;
    position: relative;
    margin: 0 auto;
    left: 0;
	opacity: 1;
	}
	.w1920-store-photo .slide_prev {
		background-color: rgba(255,255,255,0.0);
    top: 85px;
    height: 26px;
    width: 20px;
    position: absolute;
    margin: 0;
    left: 10px;
	}
	.w1920-store-photo .slide_next {
		background-color: rgba(255,255,255,0.0);
    top: 85px;
    height: 26px;
    width: 20px;
    position: absolute;
    margin: 0;
    right: 10px;
	}



.w1920-store-info {
	font-size: 20px; 
	font-weight: 500; 
	font-style: normal; 
	font-stretch: normal; 
	line-height: 1.38; 
	letter-spacing: -0.5px; 
	text-align: center; 
	color: #4a4a4a;
	padding-top:30px;
}
.w1920-down {
	background-color:rgba(255,255,255,0.0);
	width:50px;
	height:100%;
	pointer-events:auto;
	position:relative;
	transition:all .2s ease-in-out
}
.w1920-down-container {
	pointer-events:none;
	flex-direction:column;
	top:600px;
	align-items:center;
	height:50px;
	width:100%;
	position:absolute;
	margin:0;
	display:flex;
	left:0
}
.w1920-down:hover {
	transform:scale(1.1)
}
.w-an-animation-enter2 {
	opacity:0;
	transform:translate(0,-25px);
	display:block;
	-webkit-animation:w-an-animation-enter2-frames 1.5s ease-in-out 1 normal forwards;
	-moz-animation:w-an-animation-enter2-frames 1.5s ease-in-out 1 normal forwards;
	-o-animation:w-an-animation-enter2-frames 1.5s ease-in-out 1 normal forwards;
	animation:w-an-animation-enter2-frames 1.5s ease-in-out 1 normal forwards;
	-webkit-animation-delay:1.7s;
	-moz-animation-delay:1.7s;
	-o-animation-delay:1.7s;
	animation-delay:1.7s
}
@-webkit-keyframes w-an-animation-enter2-frames {
	0% {
		opacity:0;
		transform:translate(0,-25px)
	}
	100% {
		opacity:1;
		transform:translate(0,0)
	}
}
@-moz-keyframes w-an-animation-enter2-frames {
	0% {
		opacity:0;
		transform:translate(0,-25px)
	}
	100% {
		opacity:1;
		transform:translate(0,0)
	}
}
@-o-keyframes w-an-animation-enter2-frames {
	0% {
		opacity:0;
		transform:translate(0,-25px)
	}
	100% {
		opacity:1;
		transform:translate(0,0)
	}
}
@keyframes w-an-animation-enter2-frames {
	0% {
		opacity:0;
		transform:translate(0,-25px)
	}
	100% {
		opacity:1;
		transform:translate(0,0)
	}
}

@media screen and (max-width:767px) {
	/* mobile first*/
}
@media screen and (min-width:768px) and (max-width:1023px) {
	.retail_store_list_wrap {width:100%; margin:20px auto;}
	.retail_store_wrap {float:left; width:100%; border:1px solid #0306074d;}
	.retail_store_name {float:left; width:100%;   font-size:24px; line-height:1.2;}
	.retail_store_desc {float: left;width: 100%;}
	.retail_store_adress {float:left; width:100%; font-size:18px; color:#5d5d5d; line-height:1.2;}
	.retail_store_phone {float:left; width:100%; margin-left:0;font-size:18px; color:#5d5d5d; line-height:1.2;}
	.retail_store_hours {float:left; width:100%; margin-left:0;font-size:18px; color:#5d5d5d; line-height:1.2;}
	.w1920-view1 {
	background-color:rgba(137,121,121,1.0);
	width:1920px;
	height:100%;
	pointer-events:auto;
	position:relative;
	overflow:hidden;
	}
	.w1920-view1-container {
		pointer-events:none;
		flex-direction:column;
		align-items:center;
		height:850px;border:1px solid red;
		width:100%;
		position:relative;
		margin:0;
		display:flex;
		left:0
	}
	.w1920-view1 .w1920-mask1 {
		background-color:rgba(137,121,121,1.0);
		top:183px;
		height:960px;
		width:1920px;
		position:absolute;
		margin:0;
		left:0
	}
	.w1920-view1 .w1920-image1 {
		background-color:rgba(255,255,255,0.0);
		top:-75px;
		height:1094px;
		width:1934px;
		position:absolute;
		margin:0;
		left:-7px
	}
	.w1920-maintit {
		background-color:rgba(255,255,255,0.0);
		width:auto;
		margin-right:0;
		height:auto;
		pointer-events:auto;
		margin-left:-0px;
		position:relative;
		font-weight:700;
		/*font-family:'NotoSansCJKkr-Bold',Helvetica,Arial,serif;*/
		font-size:60px;
		color:rgba(255,255,255,1.0);
		text-align:center;
		letter-spacing:-2px;
		line-height:80px
	}
	.w1920-maintit-container {
		pointer-events:none;
		flex-direction:column;
		top:325px;
		align-items:center;
		height:auto;
		width:100%;
		position:absolute;
		margin:0;
		display:flex;
		left:0
	}
	.w1920-subtit {
		background-color:rgba(255,255,255,0.0);
		width:auto;
		margin-right:-0px;
		height:auto;
		pointer-events:auto;
		margin-left:0;
		position:relative;
		/*font-family:'NotoSansCJKkr-Medium',Helvetica,Arial,serif;*/
		font-size:24.0px;
		color:rgba(255,255,255,1.0);
		text-align:center;
		letter-spacing:-0.5px;
		line-height:36.0px
	}
	.w1920-subtit-container {
		pointer-events:none;
		flex-direction:column;
		top:515px;
		align-items:center;
		height:auto;
		width:100%;
		position:absolute;
		margin:0;
		display:flex;
		left:0
	}
	.w1920-store-logo {
		background-color:rgba(255,255,255,0.0);
		width:auto;
		margin-right:0;
		height:auto;
		pointer-events:auto;
		margin-left:-0px;
		position:relative;
		font-weight:700;
		/*font-family:'NotoSansCJKkr-Bold',Helvetica,Arial,serif;*/
		font-size:60.0px;
		color:rgba(255,255,255,1.0);
		text-align:center;
		letter-spacing:-3.0px;
		line-height:89.0px
	}
	.w1920-store-logo-container {
		pointer-events:none;
		flex-direction:column;
		top:210px;
		align-items:center;
		height:auto;
		width:100%;
		position:absolute;
		margin:0;
		display:flex;
		left:0;
	}

	.w1920-store-photo {
		height:466px;
			width:700px;
			position:relative;
			margin:0;
	}
	.w1920-store-photo-container {
		pointer-events:none;
			flex-direction:column;
			align-items:center;
			/*height:922px;*/
			width:100%;
			height:100%;
			position:relative;
			margin:0;
			display:flex;
			left:0;
			text-align:center;
			padding:100px 0;
	}

	.w1920-store-photo .slide-photo {
		background-color:rgba(255,255,255,0.0);
		height:645px;
		width:968px;
		position:relative;
		overflow:hidden;
		margin:0;
	}
	.w1920-store-photo .slide-dot-group {
		background-color: rgba(255,255,255,0.0);
		bottom: 30px;
		height: 10px;
		width: 100%;
		position: absolute;
		margin:0 auto;
	}
	.w1920-store-photo .slide-dot-group .slide-dot {
		background-color: rgba(255,255,255,0.0);
		top: 0;
		height: 10px;
		width: 10px;
		position: relative;
		margin: 0 auto;
		left: 0;
		opacity: .3;
	}
	.w1920-store-photo .slide-dot-group .slide-dot.current {
		background-color: rgba(255,255,255,0.0);
		top: 0;
		height: 10px;
		width: 10px;
		position: relative;
		margin: 0 auto;
		left: 0;
		opacity: 1;
	}
	.w1920-store-photo .slide_prev {
		background-color: rgba(255,255,255,0.0);
			top: 220px;
			height: 49px;
			width: 37px;
			position: absolute;
			margin: 0;
			left: 15px;
	}
	.w1920-store-photo .slide_next {
		background-color: rgba(255,255,255,0.0);
		top: 220px;
		height: 49px;
		width: 37px;
		position: absolute;
		margin: 0;
		right: 15px;
	}
	.w1920-store-info {
		font-size: 24px; 
		font-weight: 500; 
		font-style: normal; 
		font-stretch: normal; 
		line-height: 1.38; 
		letter-spacing: -1px; 
		text-align: center; 
		color: #4a4a4a;
		padding-top:40px;
	}
	.w1920-down {
		background-color:rgba(255,255,255,0.0);
		width:50px;
		height:100%;
		pointer-events:auto;
		position:relative;
		transition:all .2s ease-in-out
	}
	.w1920-down-container {
		pointer-events:none;
		flex-direction:column;
		top:600px;
		align-items:center;
		height:50px;
		width:100%;
		position:absolute;
		margin:0;
		display:flex;
		left:0
	}
	.w1920-down:hover {
		transform:scale(1.1)
	}

}
@media screen and (min-width:1024px) and (max-width:1919px) {
	.store_cont .store_map {width:100%; height:700px;}/*width:993px;background-color:#48b5e9; 수정20180723*/
	.retail_store_list_wrap {width:100%; margin:20px auto;}
	.retail_store_wrap {float:left; width:100%; border:1px solid #0306074d;}
	.retail_store_name {float:left; width:40%; font-size:24px; line-height:1.2;}
	.retail_store_desc {float: left;width: 60%;margin-left:32%;}
	.retail_store_adress {float:left; width:60%; font-size:18px; color:#5d5d5d; line-height:1.2;}
	.retail_store_phone {float:left; width:60%; margin-left:40%;font-size:18px; color:#5d5d5d; line-height:1.2;}
	.retail_store_hours {float:left; width:60%; margin-left:40%;font-size:18px; color:#5d5d5d; line-height:1.2;}

	.w1920-view1 {
	background-color:rgba(137,121,121,1.0);
	width:1920px;
	height:100%;
	pointer-events:auto;
	position:relative;
	overflow:hidden;
	}
	.w1920-view1-container {
		pointer-events:none;
		flex-direction:column;
		align-items:center;
		height:850px;border:1px solid red;
		width:100%;
		position:relative;
		margin:0;
		display:flex;
		left:0
	}
	.w1920-view1 .w1920-mask1 {
		background-color:rgba(137,121,121,1.0);
		top:183px;
		height:960px;
		width:1920px;
		position:absolute;
		margin:0;
		left:0
	}
	.w1920-view1 .w1920-image1 {
		background-color:rgba(255,255,255,0.0);
		top:-75px;
		height:1094px;
		width:1934px;
		position:absolute;
		margin:0;
		left:-7px
	}
	.w1920-maintit {
		background-color:rgba(255,255,255,0.0);
		width:auto;
		margin-right:0;
		height:auto;
		pointer-events:auto;
		margin-left:-0px;
		position:relative;
		font-weight:700;
		/*font-family:'NotoSansCJKkr-Bold',Helvetica,Arial,serif;*/
		font-size:60px;
		color:rgba(255,255,255,1.0);
		text-align:center;
		letter-spacing:-2px;
		line-height:80px
	}
	.w1920-maintit-container {
		pointer-events:none;
		flex-direction:column;
		top:325px;
		align-items:center;
		height:auto;
		width:100%;
		position:absolute;
		margin:0;
		display:flex;
		left:0
	}
	.w1920-subtit {
		background-color:rgba(255,255,255,0.0);
		width:auto;
		margin-right:-0px;
		height:auto;
		pointer-events:auto;
		margin-left:0;
		position:relative;
		/*font-family:'NotoSansCJKkr-Medium',Helvetica,Arial,serif;*/
		font-size:24.0px;
		color:rgba(255,255,255,1.0);
		text-align:center;
		letter-spacing:-0.5px;
		line-height:36.0px
	}
	.w1920-subtit-container {
		pointer-events:none;
		flex-direction:column;
		top:515px;
		align-items:center;
		height:auto;
		width:100%;
		position:absolute;
		margin:0;
		display:flex;
		left:0
	}
	.w1920-store-logo {
		background-color:rgba(255,255,255,0.0);
		width:auto;
		margin-right:0;
		height:auto;
		pointer-events:auto;
		margin-left:-0px;
		position:relative;
		font-weight:700;
		/*font-family:'NotoSansCJKkr-Bold',Helvetica,Arial,serif;*/
		font-size:60.0px;
		color:rgba(255,255,255,1.0);
		text-align:center;
		letter-spacing:-3.0px;
		line-height:89.0px
	}
	.w1920-store-logo-container {
		pointer-events:none;
		flex-direction:column;
		top:210px;
		align-items:center;
		height:auto;
		width:100%;
		position:absolute;
		margin:0;
		display:flex;
		left:0;
	}

	.w1920-store-photo {
		width:968px;
		height:100%;
		pointer-events:auto;
		position:relative;
		overflow:hidden;
	}
	.w1920-store-photo-container {
		pointer-events:none;
		flex-direction:column;
		align-items:center;
		/*height:922px;*/
		width:100%;
		height:100%;
		position:relative;
		margin:0;
		display:flex;
		left:0;
		text-align:center;
		padding:100px 0;
	}

	.w1920-store-photo .slide-photo {
		background-color:rgba(255,255,255,0.0);
		height:645px;
		width:968px;
		position:relative;
		margin:0;
	}
	.w1920-store-photo .slide-dot-group {
		background-color: rgba(255,255,255,0.0);
		bottom: 30px;
		height: 10px;
		width: 100%;
		position: absolute;
		margin:0 auto;
	}
	.w1920-store-photo .slide-dot-group .slide-dot {
		background-color: rgba(255,255,255,0.0);
		top: 0;
		height: 10px;
		width: 10px;
		position: relative;
		margin: 0 auto;
		left: 0;
		opacity: .3;
	}
	.w1920-store-photo .slide-dot-group .slide-dot.current {
		background-color: rgba(255,255,255,0.0);
		top: 0;
		height: 10px;
		width: 10px;
		position: relative;
		margin: 0 auto;
		left: 0;
		opacity: 1;
	}
	.w1920-store-photo .slide_prev {
		background-color: rgba(255,255,255,0.0);
		top: 300px;
		height: 49px;
		width: 37px;
		position: absolute;
		margin: 0;
		left: 15px;
	}
	.w1920-store-photo .slide_next {
	   background-color: rgba(255,255,255,0.0);
			top: 300px;
			height: 49px;
			width: 37px;
			position: absolute;
			margin: 0;
			right: 15px;
	}
	.w1920-store-info {
		font-size: 24px; 
		font-weight: 500; 
		font-style: normal; 
		font-stretch: normal; 
		line-height: 1.38; 
		letter-spacing: -1px; 
		text-align: center; 
		color: #4a4a4a;
		padding-top:40px;
	}
	.w1920-down {
		background-color:rgba(255,255,255,0.0);
		width:50px;
		height:100%;
		pointer-events:auto;
		position:relative;
		transition:all .2s ease-in-out
	}
	.w1920-down-container {
		pointer-events:none;
		flex-direction:column;
		top:600px;
		align-items:center;
		height:50px;
		width:100%;
		position:absolute;
		margin:0;
		display:flex;
		left:0
	}
	.w1920-down:hover {
		transform:scale(1.1)
	}

}

@media screen and (min-width:1920px) {
	.store_cont .store_map {width:100%; height:700px;}/*width:993px;background-color:#48b5e9; 수정20180723*/
	.retail_store_list_wrap {width:100%; margin:20px auto;}
	.retail_store_wrap {float:left; width:100%; border:1px solid #0306074d;}
	.retail_store_name {float:left; width:40%; font-size:24px; line-height:1.2;}
	.retail_store_desc {float: left;width: 60%;margin-left:32%;}
	.retail_store_adress {float:left; width:60%; font-size:18px; color:#5d5d5d; line-height:1.2;}
	.retail_store_phone {float:left; width:60%; margin-left:40%;font-size:18px; color:#5d5d5d; line-height:1.2;}
	.retail_store_hours {float:left; width:60%; margin-left:40%;font-size:18px; color:#5d5d5d; line-height:1.2;}
	
	.w1920-view1 {
	background-color:rgba(137,121,121,1.0);
	width:1920px;
	height:100%;
	pointer-events:auto;
	position:relative;
	overflow:hidden;
}
	.w1920-view1-container {
	pointer-events:none;
	flex-direction:column;
	align-items:center;
	height:850px;border:1px solid red;
	width:100%;
	position:relative;
	margin:0;
	display:flex;
	left:0
	}
	.w1920-view1 .w1920-mask1 {
		background-color:rgba(137,121,121,1.0);
		top:183px;
		height:960px;
		width:1920px;
		position:absolute;
		margin:0;
		left:0
	}
	.w1920-view1 .w1920-image1 {
		background-color:rgba(255,255,255,0.0);
		top:-75px;
		height:1094px;
		width:1934px;
		position:absolute;
		margin:0;
		left:-7px
	}
	.w1920-maintit {
		background-color:rgba(255,255,255,0.0);
		width:auto;
		margin-right:0;
		height:auto;
		pointer-events:auto;
		margin-left:-0px;
		position:relative;
		font-weight:700;
		/*font-family:'NotoSansCJKkr-Bold',Helvetica,Arial,serif;*/
		font-size:60px;
		color:rgba(255,255,255,1.0);
		text-align:center;
		letter-spacing:-2px;
		line-height:80px
	}
	.w1920-maintit-container {
		pointer-events:none;
		flex-direction:column;
		top:325px;
		align-items:center;
		height:auto;
		width:100%;
		position:absolute;
		margin:0;
		display:flex;
		left:0
	}
	.w1920-subtit {
		background-color:rgba(255,255,255,0.0);
		width:auto;
		margin-right:-0px;
		height:auto;
		pointer-events:auto;
		margin-left:0;
		position:relative;
		/*font-family:'NotoSansCJKkr-Medium',Helvetica,Arial,serif;*/
		font-size:24.0px;
		color:rgba(255,255,255,1.0);
		text-align:center;
		letter-spacing:-0.5px;
		line-height:36.0px
	}
	.w1920-subtit-container {
		pointer-events:none;
		flex-direction:column;
		top:515px;
		align-items:center;
		height:auto;
		width:100%;
		position:absolute;
		margin:0;
		display:flex;
		left:0
	}
	.w1920-store-logo {
		background-color:rgba(255,255,255,0.0);
		width:auto;
		margin-right:0;
		height:auto;
		pointer-events:auto;
		margin-left:-0px;
		position:relative;
		font-weight:700;
		/*font-family:'NotoSansCJKkr-Bold',Helvetica,Arial,serif;*/
		font-size:60.0px;
		color:rgba(255,255,255,1.0);
		text-align:center;
		letter-spacing:-3.0px;
		line-height:89.0px
	}
	.w1920-store-logo-container {
		pointer-events:none;
		flex-direction:column;
		top:210px;
		align-items:center;
		height:auto;
		width:100%;
		position:absolute;
		margin:0;
		display:flex;
		left:0;
	}

	.w1920-store-photo {
		width:968px;
		height:100%;
		pointer-events:auto;
		position:relative;
		overflow:hidden;
	}
	.w1920-store-photo-container {
		pointer-events:none;
		flex-direction:column;
		align-items:center;
		/*height:922px;*/
		width:100%;
		height:100%;
		position:relative;
		margin:0;
		display:flex;
		left:0;
		text-align:center;
		padding:100px 0;
	}

	.w1920-store-photo .slide-photo {
		background-color:rgba(255,255,255,0.0);
		height:645px;
		width:968px;
		position:relative;
		margin:0;
	}
	.w1920-store-photo .slide-dot-group {
		background-color: rgba(255,255,255,0.0);
		bottom: 30px;
		height: 10px;
		width: 100%;
		position: absolute;
		margin:0 auto;
	}
	.w1920-store-photo .slide-dot-group .slide-dot {
		background-color: rgba(255,255,255,0.0);
		top: 0;
		height: 10px;
		width: 10px;
		position: relative;
		margin: 0 auto;
		left: 0;
		opacity: .3;
	}
	.w1920-store-photo .slide-dot-group .slide-dot.current {
		background-color: rgba(255,255,255,0.0);
		top: 0;
		height: 10px;
		width: 10px;
		position: relative;
		margin: 0 auto;
		left: 0;
		opacity: 1;
	}
	.w1920-store-photo .slide_prev {
		background-color: rgba(255,255,255,0.0);
		top: 300px;
		height: 49px;
		width: 37px;
		position: absolute;
		margin: 0;
		left: 15px;
	}
	.w1920-store-photo .slide_next {
	   background-color: rgba(255,255,255,0.0);
			top: 300px;
			height: 49px;
			width: 37px;
			position: absolute;
			margin: 0;
			right: 15px;
	}
	.w1920-store-info {
		font-size: 24px; 
		font-weight: 500; 
		font-style: normal; 
		font-stretch: normal; 
		line-height: 1.38; 
		letter-spacing: -1px; 
		text-align: center; 
		color: #4a4a4a;
		padding-top:40px;
	}
	.w1920-down {
		background-color:rgba(255,255,255,0.0);
		width:50px;
		height:100%;
		pointer-events:auto;
		position:relative;
		transition:all .2s ease-in-out
	}
	.w1920-down-container {
		pointer-events:none;
		flex-direction:column;
		top:600px;
		align-items:center;
		height:50px;
		width:100%;
		position:absolute;
		margin:0;
		display:flex;
		left:0
	}
	.w1920-down:hover {
		transform:scale(1.1)
	}

}