@font-face {
	font-family: 'GrandCentral';
	font-style: normal;
	font-weight: normal;
	src: url('../fonts/grandcentral-bold.eot');
	src: url('../fonts/grandcentral-bold.eot%3F') format('embedded-opentype'),
		url('../fonts/grandcentral-bold-1.woff2') format('woff2'),
		url('../fonts/GrandCentral-Bold-1.woff') format('woff'),
		url('../fonts/GrandCentral-Bold-1.ttf') format('truetype'),
		url('../fonts/GrandCentral-Bold.svg') format('svg');
}

*, *:before, *:after {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
body {
  font-family: 'Open Sans', Arial;
  background-color: #ffffff;
  position: relative;
  color: #000000;
  text-align: left;
  font-size:16px;
  line-height:150%;
}
ul, ol {
margin: 10px 10px 10px 30px;
padding: 0;
}
ul li {
	line-height:16px;
}
label, select, button, input[type="button"], input[type="reset"], input[type="submit"], input[type="radio"], input[type="checkbox"] {
cursor: pointer;
}
label, input, button, select, textarea {
font-family: 'Open Sans', Arial;
font-size: 14px;
font-weight: normal;
vertical-align: middle;
line-height: 20px;
}
a, a:hover {color: #000;text-decoration: underline;}
a img {border:0;}
select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
display: inline-block;
height: 30px;
padding: 4px 6px;
margin-bottom: 5px;
font-size: 14px;
line-height: 20px;
color: #555;
vertical-align: middle;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
background-color: #fff;
border: 1px solid #ccc;
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
-webkit-transition: border linear .2s,box-shadow linear .2s;
-moz-transition: border linear .2s,box-shadow linear .2s;
-o-transition: border linear .2s,box-shadow linear .2s;
transition: border linear .2s,box-shadow linear .2s;
}
::-webkit-input-placeholder { /* Edge */
	font-family: 'Open Sans', Arial;
	color: #555;
	font-size:16px;
	line-height:22px;
	font-weight:normal;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
	font-family: 'Open Sans', Arial;
	color: #555;
	font-size:16px;
	line-height:22px;
	font-weight:normal;
}

::placeholder , textarea::placeholder{
	font-family: 'Open Sans', Arial;
	color: #555;
	font-size:16px;
	line-height:22px;
	font-weight:normal;
}
/*
select, input[type="file"] {
height: 30px;
line-height: 30px;
}
select {
width: 220px;
background-color: #fff;
border: 1px solid #ccc;
}
input[type="radio"], input[type="checkbox"] {
margin-top: 1px \9;
line-height: normal;
}
input[type="file"], input[type="image"], input[type="submit"], input[type="reset"], input[type="button"], input[type="radio"], input[type="checkbox"] {
width: auto;
}
label, select, button, input[type="button"], input[type="reset"], input[type="submit"], input[type="radio"], input[type="checkbox"] {
cursor: pointer;
}
a, a:hover {color: #000;text-decoration: underline;}
a img {border:0;}
table {
border-collapse: collapse;
margin-bottom: 25px;
}
td { 5px 5px 5px 5px}
*/
h1, .divH1 {
	font-size:2.5em;
	font-weight:bold;
	color:#a21129;
	font-family: 'GrandCentral', 'Open Sans', Arial;
}
h2, h3 {
	color:#a21129;
	font-family: 'GrandCentral', 'Open Sans', Arial;
}
h3 {
	font-size:18px;
}

/*MENU*/


.contentContainer {
position:relative;
overflow:hidden;
background-color:#fff;
margin-top:110px;
}
.contentContainer.homeContainer {
	padding-top:0;
	margin-top:110px;
}
.contentContainer.showQuote {
	min-height:530px;
}
.contentContainer .sfContentBlock, .contentContainer .sfContentBlock1 {
	background:#a21129;
	padding:25px 0;
}
.contentContainer .sfContentBlock1 {
	display:none;
}
.contentContainer .sfContentBlock h1, .contentContainer .sfContentBlock1 h1, .contentContainer .sfContentBlock .divH1, .contentContainer .sfContentBlock1 .divH1{
	margin:0 auto;
	text-transform:uppercase;
	padding: 0px 40px 0px;
	color:#fff;
	max-width: 1365px;
	line-height:100%;
}

.contentContainer .contentPadding {
	padding: 0px 40px;
	overflow:hidden;
}

.contentContainer .contentPadding.centerPadding {
	max-width:1365px;
	margin:0 auto;
}

.contentContainer .contentPadding h1, .contentContainer .contentPadding .divH1 {
	text-transform:uppercase;
	line-height:1em;
}
.contentContainer .contentWrapper {
	
}

.container {
  background-color: #fff;
  color: #666;
  line-height: 1.6;
  padding: 50px 0;
  position:relative;
}
/*
.container .background-overlay {
	height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
	background-color: #ffffff;
    opacity: 0.9;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}
*/
.container .content {
  width: 100%;
  max-width: 1365px;
  margin: 0 auto;
  text-align:left;
}
.container p {
  margin: 0 0 20px;
  color:#000;
  font-size:17px;
  line-height:27px;
}

.container.facilityList {
	background:none;
	background-color:#a21129;
	height:50px;
	line-height:40px;
	padding: 5px 0;
	color:#fff;
}
.container.facilityList .content {
	max-width:1280px;
	padding-left:0;
}
.container.facilityList .content div {
	color:#fff;
	font-weight:bold;
	background-image:url(https://winebanc.co.kr/theme/images/common/icon-magnify.png);
	background-repeat:no-repeat;
	background-position:right center;
	width:150px;
	float:left;
	text-align:left;
	margin-right:10px;
}
.container.facilityList a {
	color:#fff;
	font-weight:bold;
	font-size:13px;
	text-decoration:none;
	padding-left:0px;
}

.container h1, .container h2{
	font-size: 2.5em;
    font-weight: bold;
    color: #a21129;
	margin-top:0;
	margin-bottom:20px;
}

.container h2 .h2-title1 {
	color: #a21129;
    font-size: 28px;
    text-transform: capitalize;
    line-height: 1.1em;
	display:block;
	margin-bottom:10px;
}
.container h2 .h2-title2 {
	color: #000000;
    font-size: 44px;
    text-transform: capitalize;
    line-height: 1.1em;
	display:block;
	margin-bottom:10px;
}
.container h2 .h2-seperator {
	border-bottom:4px solid #a21129;
	width:48px;
	line-height:4px;
	display:block;
	margin:0 auto;
}

.container .content.aboutWinebanc div{
	text-align:center;
	max-width:1040px;
	margin:0 auto;
	padding:10px;
}


.container.whyWinebanc {
	background-image: linear-gradient(rgba(255, 255, 255, 0.9),rgba(255, 255, 255, 0.9)),url('../images/common/Winebanc-features.jpg');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    /*padding: 80px 0px 60px 0px;*/
}
.container .content.whyWinebanc div{
	text-align:center;
	max-width:1160px;
	margin:0 auto;
	padding:0;
}
.container .content.whyWinebanc.whyWinebanc2 {
	padding-top:50px;
}

.container .background-overlay {
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
	background-color: #ffffff;
    opacity: 0;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.container .content.whyWinebanc, .container .content.whyStorage {
	clear:both;
}
.container .content.whyWinebanc p, .container .content.whyStorage p {
	text-align:center;
	margin-bottom:20px;
}
.container .content.whyWinebancList {
	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
	max-width:1160px;
}
.container .content.whyWinebancList .whyWinebancItem {
	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
	
	/*display:inline-block; */
	text-align:center;
	width:33.33%;
	padding:10px;
	box-sizing:border-box;
	align-items:flex-start;
	align-content: flex-start;
}
.container .content.whyWinebancList .whyWinebancItem .whyWinebancItemImg {
	display:block;
	margin:0 auto;
}
.container .content.whyWinebancList .whyWinebancItem .whyWinebancItemDesc {
	width:100%;
}
.container .content.whyWinebancList.en .whyWinebancItem {
	width:100%;
}
.container .content.whyWinebancList.en .whyWinebancItem .whyWinebancItemDesc {
	width:100%;
}

.container .content.whyWinebancList .whyWinebancItem  img{
	
}
.container .content.whyWinebancList .whyWinebancItem  h3, .container .content.whyStorage h3 { 
	color:#a21129;
	margin:0;
	font-weight:bold;
	text-align:center;
}
.container .content.whyWinebancList .whyWinebancItem p, .container .content.whyStorage p {
	text-align:center;
}

.container .content.cellarOptions div, .container .content.faqsHeader div {
	text-align:center;
	max-width:1140px;
	margin:0 auto;
	padding:0;
}

.container .content.faqsList {
	max-width:1140px;
	margin:0 auto;
	padding:0;
}

.container .content.cellarOptionsList {
	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
	max-width:1140px;
	font-family: 'GrandCentral', 'Open Sans', Arial;
}
.container .content.cellarOptionsList .cellarOptionsItem {
	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
	text-align:center;
	width:20%;
	box-sizing:border-box;
	align-items:flex-start;
}
.container .content.cellarOptionsList .cellarOptionsItem .cellarOptionsItemImg {
	display:block;
	margin:0 auto;
	box-sizing:border-box;
	padding:15px;
}
.container .content.cellarOptionsList .cellarOptionsItem .cellarOptionsItemDesc {
	width:100%;
}
.container .content.cellarOptionsList.en .cellarOptionsItem {
	width:100%;
}
.container .content.cellarOptionsList.en .cellarOptionsItem .cellarOptionsItemDesc {
	width:100%;
}

.container .content.cellarOptionsList .cellarOptionsItem img{
	width:100%;
	
}
.container .content.cellarOptionsList .cellarOptionsItem h3 { 
	color:#000;
	margin:0;
	font-weight:bold;
	text-align:center;
	display:flex;
	justify-content:center;
	align-items:center;
	font-size:20px;
	line-height:20px;
	height:50px;
	padding-bottom:10px;
}
.container .content.cellarOptionsList .cellarOptionsItem .cellarOptionsItemDesc a {
	background-color: #a21129;
    color: #fff;
    padding: 12px 24px;
    font-weight: 600;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    cursor: pointer;
    text-align: center;
	display:inline-block;
	text-decoration:none;
	font-size:18px;
	line-height:18px;
}
.container .content.cellarOptionsList .cellarOptionsItem .cellarOptionsItemDesc a:hover {
	background-color: #000;
	color:#fff;
}

.container .content.quoteFormWrapper {
	overflow:hidden;
	max-width:1140px;
}

.container .content.quoteFormWrapper> div{
	text-align:center;
	max-width:1140px;
	margin:0 auto;
	padding:0;
}

.container .content.quoteFormWrapper div h2{
	color:#000;
	font-size:39px;
	margin:0;
}

.container .content.quoteFormWrapper div.facilityInfoWrapper, .container .content.quoteFormWrapper div.quoteWrapper {
	float:right;
	width:50%;
	text-align:left;
}
.container .content.quoteFormWrapper div h3{
	color: #a21129;
    font-size: 26px;
    text-transform: capitalize;
    line-height: 1.1em;
	margin:0;
}

.container .content.aboutStorHub {
	width:960px;
	margin:0 auto;
	text-align:center;
	font-size:14px;
}

.container .content.aboutStorHub p{
	font-size:14px;
}

.container .article-container {
	width: 100%;
    max-width: 1365px;
    margin: 0 auto;
	margin-top:30px;
    text-align: left;
    padding-left: 40px;
	overflow:hidden;
}
.container .article-container h2{
	text-align:center;
}
.container .article-container ul {
	margin:0;
}
.container .article-container ul, .container .article-container ul li {
	list-style:none;
}
.container .article-container ul li
{
	width: 33%;
	background: none;
	margin-bottom: 0;
	padding: 0px;
	padding-right: 5%;
	display: inline-block;
	*display:inline;
	vertical-align: top;
	zoom: 1;
	
}
.container .article-container ul li .articleimg {
	float:left;
	width:100%;
}
.container .article-container ul li img {
	display: block;
	max-width: none !important;
	border: 0;
	width: 100%;
	max-height:180px;
	height:auto;
}
.container .article-container ul li .articleinfo {
	width:100%;
	float:left;
}
.container .article-container ul li .articleinfo a{
	color: #00498f;
	font-weight: bold;
	text-decoration: none;
	padding-top:10px;
	line-height:25px;
	display:block;
}
.container .article-container ul li .articleinfo p {
	line-height:25px;
	margin:0;
}
.container .article-container ul li .articleinfo p.issueDate {
	display:none;
}
.container .article-container ul li .articleinfo p.articlesc a {
	padding-top:0;
	color:#a21129;
}
.container .article-container ul li .articleinfo .articlesf {
font-size:12px;
line-height:150%;
}
.container .article-container ul li .articleinfo p.articlesr a {
	font-size:12px;
}
	
.material-scrolltop {
    display: block;
    position: fixed;
    width: 0;
    height: 0;
    bottom: 23px;
    right: 23px;
    padding: 0;
    overflow: hidden;
    outline: none;
    border: none;
    border-radius: 2px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.5);
    cursor: hand;
    border-radius: 50%;
    background: #a21129;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-transition: all 0.3s cubic-bezier(0.25, 0.25, 0, 1);
    -ms-transition: all 0.3s cubic-bezier(0.25, 0.25, 0, 1);
    -moz-transition: all 0.3s cubic-bezier(0.25, 0.25, 0, 1);
    -o-transition: all 0.3s cubic-bezier(0.25, 0.25, 0, 1);
    transition: all 0.3s cubic-bezier(0.25, 0.25, 0, 1);
}

.material-scrolltop:hover {
    background-color: #004a98;
    text-decoration: none;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.5), 0 3px 15px rgba(0, 0, 0, 0.5);
}

.material-scrolltop::before {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    content: "";
    width: 0;
    border-radius: 100%;
    background: #50C9B5;
}

.material-scrolltop:active::before {
    width: 120%;
    padding-top: 120%;
    -webkit-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.material-scrolltop.reveal {
    width: 56px;
    height: 56px;
}

.material-scrolltop span {
    display: block;
    font-size: 25px;
    color: #fff;
}

.material-scrolltop,
.material-scrolltop::before {
    background-image: url(../images/common/top-arrow.svg);
    background-position: center 50%;
    background-repeat: no-repeat;
}

.footerPanel {
max-width: 1365px;
    margin: 0 auto;
}
.footerPanel {
max-width: 100%;
background:#a21129;
font-size:14px;
}

.footer {
padding: 10px 40px;
text-align: left;
bottom: 0;
color: #fff;
max-width:1365px;
margin:0 auto;
}
.footer a, .footer a:hover, .footer a:visited {
	color:#fff;
	text-decoration:none;
}

.footerPanel .footer2-wrapper {
	background:#e2e2e2;
	width:100%;
	clear:both;
	overflow:hidden;
	text-align:center;
	padding:10px;
	display:flex;
	align-items:center;
	justify-content:center;
}	

.footerPanel .footer2-wrapper .footer2-wrapper-inner div,.footerPanel .footer2-wrapper .footer2-wrapper-inner div a {
	line-height:30px;
	height:30px;
	font-size:17px;
	vertical-align:middle;
	text-decoration:none;
	padding:0;
	float:left;
}
.footerPanel .footer2-wrapper .footer2-wrapper-inner div.email {
	padding-left:50px;
}

.footerPanel .footer-wrapper {
	margin:0 auto;
	max-width:1140px;
	padding:0;
	overflow:hidden;
}
.footerPanel .footer-menu{
	padding-top:20px;
	float:left;
	width:13%;
	margin-right:4.45%;
}
.footerPanel .footer-menu.ml{
	min-height:165px;
}
.footerPanel .footer-menu.fl{
	margin-right:20px;
	float:right;
	width:initial;
}
.footerPanel .footer-menu ul{
	margin:0;
}
.footerPanel .footer-menu ul li{
	font-family: Cinzel;
	line-height:150%;
}
.footerPanel .footer-menu ul li a{
	font-family: Cinzel;
	color: #fff;
    display: block;
	text-decoration:none;
	font-size:14px;
}
.footerPanel .footer-menu ul li:first-child, .footerPanel .footer-menu ul li:first-child a{
	color: #fff;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 6px;
	text-transform:uppercase
}
.footerPanel .footer-wrapper .footer-text{
	float:left;
	margin-top:20px;
	text-align: left;
	padding:0;
	color: #fff;
	font-size:13px;
	line-height:20px;
}
.footerPanel .footer-wrapper .footer-text a {
	color:#fff;
	text-decoration:none;
}

.footer a, .footer a:hover, .footer a:visited {
}
.footerPanel .footer-wrapper .footer-social{
	float:right;
	margin-top:20px;
	color: #fff;
	font-size:12px;
	vertical-align:top;
	line-height:20px;
	padding-right:20px;
}
.footerPanel .footer-wrapper .footer-social span {
	display:inline-block;
	padding-right:5px;
}
.footerPanel .footer-wrapper .footer-social a{
	display:inline-block;
	height:20px;
}
.footerPanel .footer-wrapper .footer-social img{
	width:20px;
	vertical-align:middle;
	padding-right:5px;
}

.contentContainer .subheader_bg {
		position:relative;
		font-family: 'GrandCentral', 'Open Sans', Arial;
}
.contentContainer .subheader_wrapper {
		margin: 0px 0px 0px 0px;
		padding: 100px 0px 50px 0px;
		align-content: center;
		align-items: center;
}
	
.contentContainer .subheader_wrapper_inner {
		max-width: 931px;
		margin: 0 auto;
}
	
.contentContainer .subheader_wrapper_text {
		text-align:center;
		color: #ffffff;
		font-size: 37px;
		line-height: 1.5em;
		margin:0;
		padding:10px 0;
}
ul.list-item, ul.list-item ul {
    list-style: none;
    margin: 0;
}
ul.list-item li {
    line-height: 24px;
    background: url(../images/common/bullet-red.png) 0 13px no-repeat;
    padding: 7px 0 7px 26px;
}

@media only screen and (max-width: 1400px){	
	.footerPanel .footer-menu{
	margin-right:4.2%;
	}
}

@media only screen and (max-width: 1365px){
	.container .content h1, .container .content h2{
		font-size:25px;
		line-height:100%;
	}
	
	.footerPanel .footer-menu{
	margin-right:4%;
	}
	
}
@media only screen and (max-width: 1364px){
	/*
	.container .content.whyWinebancList {
		padding-right:40px;
	}
	.container .content.whyWinebancList .whyWinebancItem  {
		text-align:left;
		width:100%;
	}
	.container .content.whyWinebancList.en .whyWinebancItem .whyWinebancItemImg {
		width:auto;
	}
	.container .content.whyWinebancList.en .whyWinebancItem .whyWinebancItemDesc {
		padding-left:1%;
		width:79.5%;
	}
	*/
}
@media only screen and (max-width: 1200px){
	/*
	.container .content.whyWinebancList {
		padding-bottom:0;
	}
	*/
	.container .content.quoteFormWrapper {
		width:100%;
		padding:0 40px;
		margin:0;
	}
	
	.footerPanel .footer-menu{
	margin-right:2.5%;
	}
	.footerPanel .footer-menu ul li, .footerPanel .footer-menu ul li a {
		font-size:12px;
	}
	.footerPanel .footer-menu ul li:first-child, .footerPanel .footer-menu ul li:first-child a {
		font-size:16px;
	}
	.footerPanel .footer-menu.fl {
		margin:0;
	}
	.footerPanel .footer-wrapper {
		max-width:initial;
		width:100%;
		padding:0 30px;
		margin:0;
	}
	.footerPanel .footer-wrapper .footer-social {
		padding:0;
	}

}
@media only screen and (max-width: 1023px){
	.container .content.aboutWinebanc div, .container .content.whyWinebanc, .container .content.whyWinebancList .whyWinebancItem p, .container .content.awards div {
		font-size:12px;
	}
	.container .content.aboutWinebanc div, .container .content.aboutStorHub {
		width:100%;
		margin:0;
		padding:0 40px;
	}
	 
	
	.container .content.cellarOptionsList .cellarOptionsItem h3 {
		font-size:18px;
	}
	
	.container .content.whyWinebancList .whyWinebancItem h3{
		font-size:16px;
	}
	/*
	.container .content.whyWinebancList .whyWinebancItem img {
		height:120px;
	}
	*/
	
	.container.facilityList {
		margin-top:30px;
	}
	.footerPanel .footer-menu, .footerPanel .footer-menu.fl{
		min-width:120px;
		margin:0;
	}
}
@media only screen and (max-width: 956px){
	.contentContainer .sfContentBlock h1, .contentContainer .sfContentBlock .divH1 {
		font-size:30px;
	}
	.container.facilityList {
		height:auto;
		overflow:hidden;
		width:100%;
	}
	.container.facilityList .content {
		padding-right:40px;
	}
	.container.facilityList .content div {
		float:none;
		margin:0 auto;
	}
	.footerPanel .footer-menu{
		margin-right:4%;
	}

}
@media only screen and (max-width: 880px){
	.container .content.whyWinebancList.en .whyWinebancItem .whyWinebancItemDesc {
		padding-left:2%;
		width:72%;
	}
	
	.footerPanel .footer-wrapper .footer-text{
		float:none;
	}
	.footerPanel .footer-wrapper .footer-social{
		float:none;
		margin-top:5px;
	}
	.footerPanel .footer-menu{
		margin-right:2%;
	}
	.footerPanel .footer-menu {
		min-width:130px;;
		margin-right:3%;
	}
	.footerPanel .footer-menu.fl {
		margin-right:0;
	}
}

@media only screen and (max-width: 820px){
	.container .content.cellarOptionsList .cellarOptionsItem h3 {
		font-size:15px;
	}
	
	.container .content.awards .awardsleft, .container .content.awards .awardsright{
		float:none;
		width:100%;
		padding-right:20px;
		padding-bottom:10px;
		overflow:hidden;
		clear:both;
	}
	.container .content.awards img{
		width:100px;
	}
	.container .content.awards .awardsdesc{
		padding-left:120px;
	}
	.footerPanel .footer-menu{
		
	}
}

@media only screen and (max-width: 768px){
	.contentContainer .contentPadding {
		padding-left:20px;
		padding-right:20px;
	}
	.container .content.whyWinebancList {
		padding:0;
		flex-direction: column;
		align-items: center;
	}
	.container .content.whyWinebancList .whyWinebancItem {
		width:100%;
	}
	.container .content.whyWinebancList .whyWinebancItem img {
		width:50px;
		height:50px;
	}
	.container .content.cellarOptionsList {
		flex-direction:column;
		align-items:center;
	}
	.container {
		padding:50px 0 0;
	}
	.container.whyWinebanc
	{
		padding:50px 0;
	}
	.container .content.cellarOptionsList .cellarOptionsItem {
		width:220px;
	}
	.container .content.cellarOptionsList .cellarOptionsItem .cellarOptionsItemImg {
		padding:0;
	}
	
	.container .content.cellarOptionsList .cellarOptionsItem h3 {
		height:auto;
		font-size:17px;
	}
	
	.container .content.cellarOptionsList .cellarOptionsItem .cellarOptionsItemDesc {
		padding:10px 0 20px;
	}
	
	.container .content.cellarOptionsList .cellarOptionsItem .cellarOptionsItemDesc a {
		overflow:hidden;
	}
	.container .content.quoteFormWrapper,.container .content.aboutWinebanc div, .container .content.aboutStorHub {
		padding:0 20px;
	}
	.container .content.quoteFormWrapper div.facilityInfoWrapper {
		width:100%;
		text-align:center;
	}
	
	.container .content.quoteFormWrapper div.quoteWrapper {
		width:100%;
		padding-bottom:30px;
	}
	
	.footerPanel .footer-wrapper {
		padding:0;
		max-width:470px;
		margin:0 auto;
	}
	
	.footerPanel .footer-menu.fl {
		margin:0 auto;
		text-align:center;
		float:none;
	}
	.footerPanel .footer-wrapper .footer-text {
		text-align:center;
	}
	.footerPanel .footer-wrapper .footer-social {
		text-align:center;
		padding:0;
	}
}
@media only screen and (max-width: 640px){
	.contentContainer .sfContentBlock h1, .contentContainer .sfContentBlock .divH1{
		font-size:20px;
	}
	.container .content {
		padding-left:0px;
	}
	.container.facilityList .content {
		padding:0 20px;
	}
	.container .content.aboutWinebanc img {
		width:100%;
		margin-bottom:20px;
	}
	.container .content.whyWinebancList.en .whyWinebancItem {
		justify-content:center;
	}
	
	.container .content.whyWinebancList.en .whyWinebancItem .whyWinebancItemDesc {
		width:100%;
	}
	.container .content.whyWinebancList.en .whyWinebancItem .whyWinebancItemDesc h3{
		text-align:center;
	}
	
	/*
	.container .content.whyWinebanc {
		padding-bottom:60px;
	}
	*/
	.container .article-container ul li {
		float:none;
		width:100%;
		padding-left:40px;
		padding-bottom:20px;
	}
	.container .article-container ul li .articleimg {
		width:49%;
	}
	.container .article-container ul li .articleimg img{
		height:auto;
	}
	.container .article-container ul li .articleinfo {
		width:50%;
		padding-left:10px;
	}
	.container .article-container ul li .articleinfo a {
		padding-top:0;
		line-height:120%;
	}
	.container .article-container ul li .articleinfo .articlesf {
		display:none;
	}
	
	.footerPanel .footer-menu{
		width:33%;
		margin:0;
	}
	
	.footerPanel .footer-menu.ml {
		box-sizing:border-box;
		padding:20px 0 0;
	}
	.footerPanel .footer-menu.ml.ml2 {
		padding-left:20px;
	}
}
@media only screen and (max-width: 567px){
	.captionC .cwrapperi {
		position: absolute;
		width:80%;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}
	
	.footerPanel .footer2-wrapper {
		display:block;
	}
	.footerPanel .footer2-wrapper .footer2-wrapper-inner div.email {
		padding:0;
	}
	.footerPanel .footer2-wrapper .footer2-wrapper-inner {
		display:flex;
		text-align:center;
		clear:both;
		width:100%;
		display:flex;
		margin:0 auto;
		justify-content:center;
		padding:5px 0;
	}
	.footerPanel .footer-wrapper {
		margin:0;
		padding-left:4%;
		max-width:initial;
	}
	.footerPanel .footer-menu{
		width:33%;
		margin:0;
	}
}
@media only screen and (max-width: 480px){
	.footerPanel .footer-menu ul li a {
		font-size:12px;
	}
	.container .content.whyWinebancList .whyWinebancItem {
		justify-content:center;
	}
	.container .content.whyWinebancList .whyWinebancItem .whyWinebancItemDesc{
		width:100%;
	}
	.container .content.whyWinebancList .whyWinebancItem img{
	float:none;
	display:block;
	text-align:center;
	margin:0 auto;
	padding:0;
	padding-bottom:5px;
	}
	.container .content.whyWinebancList .whyWinebancItem h3  {
		text-align:center;
	}
}
@media only screen and (max-width: 440px){
/*	
    .container .content.whyWinebancList div {
		width:49.5%;
		font-size:14px;
	}
	.container .content.whyWinebancList div img {
		height:120px;;
	}
*/
}
@media only screen and (max-width: 420px){
	.contentContainer .contentPadding {
		padding-left:10px;
		padding-right:10px;
	}
	

	.contentContainer .sfContentBlock h1, .contentContainer .sfContentBlock .divH1 {
		padding-left:10px;
	}
	.container .article-container ul li {
		padding-left:10px;
	}
	.container .article-container ul li .articleimg, .container .article-container ul li .articleinfo {
		width:100%;
		padding-left:0;
	}
	.container .article-container ul li .articleinfo .articlesf {
		display:block;
	}
	.footerPanel .footer-wrapper {
		padding-left:10px;
		padding-right:10px;
	}
	
	.footerPanel .footer-menu.ml {
		width:165px;
		min-height:initial;
		margin:0 auto;
		text-align:center;
		float:none;
	}
	.footerPanel .footer-menu.ml.ml2 {
		padding-left:0;
	}
}
@media only screen and (max-width: 375px){
	.container.facilityList .content {
		line-height:20px;
	}
	.container.facilityList .content div{
		line-height:40px;
	}
	.container.facilityList a {
		font-size:12px;
	}
	
}
@media only screen and (max-width: 360px){
	.footerPanel .footer-wrapper .footer-text {
		font-size:11px;
		line-height:120%;
	}
}

.button, .button:hover {
		color:#fff;
		text-decoration:none;
		display:block;
		padding:10px;
		border:0;
		-moz-border-radius:5px;
		-webkit-border-radius:5px;
		-o-border-radius:5px;
		border-radius:5px;
		background: #000;
		width:140px;
		line-height:20px;
		height:40px;
		display:block;
		text-align:center;
		font-weight:bold;
		/*margin-bottom:10px;*/
}

	.button.submitQuote{
		/*border:1px solid #012a50;*/
		border:0;
		color:#fff;
		display:inline-block;
		background-color:#a21129;
		text-transform:uppercase;
		font-weight:bold;
		width:180px;
	}

	.getquote, .getpromotion, .getpromotion:hover, .getdirection, .getdirection:hover , .button2, .button2:hover {
		color:#fff;
		text-decoration:none;
		display:block;
		padding:10px;
		border:0;
		-moz-border-radius:5px;
		-webkit-border-radius:5px;
		-o-border-radius:5px;
		border-radius:5px;
		background: #a21129;
		width:170px;
		line-height:18px;
		height:40px;
		display:block;
		float:left;
		margin-bottom:10px;
		text-transform:uppercase;
		font-size:14px;
		font-weight:bold;
		text-align:center;
	}
	.button.submitQuote:hover, .getquote:hover {
		background: #000;
		color:#fff;
		text-decoration:none;
	}
	
	.getdirection {
		/*display:none;*/
		margin-left:20px;
	}

.homeContainer.selectContainer {
background-image: url(https://winebanc.co.kr/theme/images/common/welcome.jpg);
background-repeat: no-repeat;
background-position: top left;
background-size: cover;
width:100%;
height:500px;
}

.select_city
{
    position:absolute;
    padding:15px 18px 15px 30px;
    z-index:50;
    color:#000;
    /*width:247px;
    bottom:36px;*/
	top:110px;
	width:300px;
    left:45%;
	background-color:#a21129;
	border:1px solid #fff;
	border-radius:5px;
}
.select_city h1 {
	font-size:18px;
	line-height:24px;
	margin:8px 0;
}
.select_city ul {
	list-style:none;
	margin:0;
}
.select_city ul li.singapore {
	padding:5px 30px;
	background: url(https://winebanc.co.kr/theme/images/common/flag-sg.png) left center no-repeat;
}
.select_city ul li.china {
	padding: 5px 30px;
	background: url(https://winebanc.co.kr/theme/images/common/flag-cn.png) left center no-repeat;
}
.select_city ul li a {
	margin:0px 0 0 0;
	padding:0;
	display:block;
	line-height:30px;
	color:#000;
	text-decoration:none;
	font-size:100%;
	height:auto;
}

.seo-content {
	display:none;
}

.caption {
	font-family: 'GrandCentral', 'Open Sans', Arial;
line-height: 16px;
font-size: 14px;
text-align: left;
}

.divAnnounce {
display:block;
background-color:#000;
color:#fff;
font-weight:bold;
text-align:center;
padding:5px 0;
}

.contentPadding ul.kallangp li
{
	font-size: 18px;
    line-height: 28px;
    background: url(https://winebanc.co.kr/theme/images/common/tick2.png) no-repeat left top;
    padding-left: 30px;
	list-style:none;
}

@media only screen and (max-width: 1024px){
	.contentContainer.homeContainer {
		background:#fff;
	}
}

#dOverlay {
  display:none;
  height: 100%;
  width: 100%;
  position: fixed; 
  z-index: 100000; 
  left: 0;
  top: 0;
  background-color: rgb(0,0,0); 
  overflow: hidden; 
  transition: 0.5s;
}
#dOverlay iframe {
	position:relative;
}


#dOverlay a {
  padding: 8px;
  text-decoration: none;
  font-size: 36px;
  color: #818181;
  display: block; 
  transition: 0.3s; 
}


#dOverlay a:hover, #dOverlay a:focus {
  color: #f1f1f1;
}


#dOverlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
}
