/* BASIC css start */
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+KR:400,500,700&display=swap&subset=korean');
@import url('https://fonts.googleapis.com/css?family=Do+Hyeon&display=swap&subset=korean');

@font-face {
	font-family: 'FontAwesome';
	font-weight: normal;
	font-style: normal;
	src: url('/design/holidays/2020_renewal/font/fontawesome-webfont.eot?v=4.0.3');
	src: url('/design/holidays/2020_renewal/font/fontawesome-webfont.eot?#iefix&v=4.0.3') format('embedded-opentype'),
		url('/design/holidays/2020_renewal/font/fontawesome-webfont.woff?v=4.0.3') format('woff'),
		url('/design/holidays/2020_renewal/font/fontawesome-webfont.ttf?v=4.0.3') format('truetype'),
		url('/design/holidays/2020_renewal/font/fontawesome-webfont.svg?v=4.0.3#fontawesomeregular') format('svg');
}




/***************************/
/* tag reset
/***************************/
html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, img { margin: 0; padding: 0; }
html {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	overflow-x: hidden;
	overflow-y: scroll;
}
body, code, button {
	font-size: 14px;
	font-family: 'Noto Sans KR', 'NanumGothic', 'verdana', '굴림', 'Gulim', 'AppleGothic', 'sans-serif';
	color: #333;
	letter-spacing: -1px;
	background: #fff;
}
b, h1, h2, h3, h4, h5, strong {
	text-shadow: 0 none;
}
li {
	font-family: 'Noto Sans KR', 'NanumGothic', 'verdana', '굴림', 'Gulim', 'AppleGothic', 'sans-serif';
	list-style: none;
}
img, fieldset { border:none; vertical-align:top; }
select, option, input, textarea {
	font-size: 100%;
	font-family: 'Noto Sans KR', 'NanumGothic', 'verdana', '굴림', 'Gulim', 'AppleGothic', 'sans-serif';
	color: #333;
	vertical-align: middle;
}
table { border-spacing:0; border:0; border-collapse:collapse; }
th, td { border:0; vertical-align:middle; }
legend { height:0; width:0; display:block; text-indent:-9999em; }
caption { visibility:hidden; position:absolute; left:-1060px; top:-1060px; height:0; width:0; display:none; }
button { padding:0; margin:0; border:0; cursor:pointer; overflow:visible; }
button:focus {
	outline: none;
}
label { margin:0; padding:0; cursor:pointer; }
select {
	padding: 3px 3px 4px 3px;
	border: 1px solid #ddd;
}
input, textarea {
	padding: 5px;
	border: 1px solid #ddd;
}
input:focus, textarea:focus {
	border-color: #9c019c !important;
}

a,
a:link,
a:active,
a:visited {
	text-decoration: none;
	color: #333;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
a:hover {
	text-decoration: none;
	color: #9c019c;
}


input[type='password'] {
	font-family: 'verdana' !important;
}


/* float bugFix */
.clear:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clear {
	display: inline-block;
}
* html .clear {
	height: 1%;
}
.clear {
	display: block;
}


/* Etc */
.displaynone { display: none !important; }




/*************************/
/* 레이아웃 관련
/*************************/
#wrap {
	position: relative;
	width: 100%;
	margin: 0;
	padding: 0;
	z-index: 1;
}
#header {
	position: fixed;
	left: 50px;
	top: 30px;
	width: calc(100% - 100px);
	min-width: 1200px;
	height: 76px;
	padding: 22px 25px;
	box-sizing: border-box;
	background: #fff;
	-webkit-box-shadow: 0px 0px 15px -5px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 15px -5px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 15px -5px rgba(0,0,0,0.2);
	z-index: 33;
	overflow: hidden;
}
#container {
	position: relative;
	width: 100%;
	margin: 0 auto;
	z-index: 1;
}
.w1200 {
	position: relative;
	width: 1200px;
	margin: 0 auto;
}




/*************************/
/* 헤더
/*************************/
#header .h-logo {
	float: left;
}
#header .h-gnb {
	float: left;
	width: calc(98% - 221px - 84px);
	margin: 0 1%;
	font-size: 0;
	line-height: 0;
	text-align: center;
}
#header .h-gnb li {
	display: inline-block;
}
#header .h-gnb li a {
	display: block;
	height: 32px;
	padding: 5px 15px 0 15px;
	box-sizing: border-box;
	font-size: 22px;
	line-height: 22px;
	color: #191919;
}
#header .h-gnb li a:hover {
	color: #9c019c;
}
#header .h-shop {
	float: right;
	display: block;
	width: 84px;
	height: 32px;
	padding-top: 4px;
	box-sizing: border-box;
	border: 2px solid #191919;
	font-size: 17px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	background: #191919;
	-moz-border-radius: 24px;
	-webkit-border-radius: 24px;
	-o-border-radius: 24px;
	border-radius: 24px;
}
#header .h-shop:hover {
	color: #9c019c;
	border-color: #9c019c;
	background: #fff;
}

@media all and (min-width: 1200px){
	#header .h-gnb {
		width: calc(100% - 221px - 84px);
		margin: 0;
	}
	#header .h-gnb li a {
		padding: 5px 8px 0 8px;
	}
}
@media all and (min-width: 1440px){
	#header .h-gnb li a {
		padding: 5px 16px 0 16px;
	}
}
@media all and (min-width: 1680px){
	#header .h-gnb li a {
		padding: 5px 30px 0 30px;
	}
}





/*************************/
/* 내용
/*************************/
.section {
	position: relative;
	width: 100%;
	color: #191919;
	letter-spacing: -2px;
	text-align: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
}
.section hr {
	display: inline-block !important;
	width: 54px;
	height: 5px;
	margin-bottom: 35px;
	border: 0 none;
	padding: 0;
}
.section h2 {
	margin-bottom: 80px;
}
.section h3 {
	font-family: 'Do Hyeon';
	font-size: 62px;
	line-height: 64px;
	font-weight: 500;
	margin-bottom: 5px;
}
.section h4 {
	font-size: 34px;
	font-weight: 500;
	margin-bottom: 40px;
}
.section p {
	font-size: 22px;
	line-height: 30px;
}




/*************************/
/* 인트로
/*************************/
#bintro {
	background-image: url('/design/holidays/2020_renewal/pc/brand/brand_intro_bg.jpg');
}
#bintro h4 {
	color: #fff;
	text-shadow: 0px 2px 1px rgba(0, 0, 0, 0.3);
	margin-bottom: 25px;
}
#bintro p {
	color: #fff;
	text-shadow: 0px 2px 1px rgba(0, 0, 0, 0.3);
}




/*************************/
/* BI
/*************************/
#bbi {
	background-image: url('/design/holidays/2020_renewal/pc/brand/brand_bi_bg.jpg');
	background-position: center 15px;
}
#bbi hr {
	background: #fcb040;
}
#bbi .bb-txt {
	float: left;
	text-align: left;
}

#bbi .bb-logo {
	float: right;
}


#bbi .bb-sys {
	clear: both;
	padding-top: 90px;
}
#bbi .bb-sys h5 {
	float: left;
	width: 231px;
	height: 180px;
	font-size: 28px;
	color: #191919;
	text-align: left;
}
#bbi .bb-sys > div {
	float: left;
	width: 323px;
	height: 90px;
}
#bbi .bb-sys > div span {
	float: left;
	width: 72px;
	height: 72px;
	margin-right: 16px;
}
#bbi .bb-sys > div dl {
	float: left;
	width: 235px;
	padding-top: 8px;
	font-size: 22px;
	color: #444;
	text-align: left;
}
#bbi .bb-sys > div dl dt {
	float: left;
	width: 65px;
	font-weight: bold;
}
#bbi .bb-sys > div dl dd {
	float: left;
	width: 170px;
}





/*************************/
/* 비전
/*************************/
#bvision {
	background-image: url('/design/holidays/2020_renewal/pc/brand/brand_vision_bg.jpg');
}
#bvision hr {
	background: #ee4037;
}
#bvision .bv-txt {
	float: left;
	margin-top: 10px;
	text-align: left;
}
#bvision .bv-list {
	float: right;
	width: 822px;
}
#bvision .bv-list li {
	float: left;
	width: 254px;
	height: 310px;
	text-align: center;
	margin: 10px 0 10px 20px;
	color: #fff;
}
#bvision .bv-list li.mission {
	background: rgba(252,176,64,0.8);
}
#bvision .bv-list li.trust {
	background: rgba(238,64,55,0.8);
}
#bvision .bv-list li.quality {
	background: rgba(237,0,140,0.8);
}
#bvision .bv-list li.best {
	background: rgba(101,45,144,0.8);
}
#bvision .bv-list li.solution {
	background: rgba(9,79,164,0.8);
}
#bvision .bv-list li.balance {
	background: rgba(11,148,68,0.8);
}
#bvision .bv-list li i {
	display: inline-block;
	width: 98px;
	height: 98px;
	margin: 60px 0 30px;
	background: url('/design/holidays/2020_renewal/pc/brand/brand_vision_icon.png') no-repeat;
}
#bvision .bv-list li.mission i {
	background-position: 0 0;
}
#bvision .bv-list li.trust i {
	background-position: -98px 0;
}
#bvision .bv-list li.quality i {
	background-position: -196px 0;
}
#bvision .bv-list li.best i {
	background-position: -294px 0;
}
#bvision .bv-list li.solution i {
	background-position: -392px 0;
}
#bvision .bv-list li.balance i {
	background-position: -490px 0;
}
#bvision .bv-list li h5 {
	font-size: 36px;
	line-height: 36px;
	color: #fff;
	margin-bottom: 8px;
}
#bvision .bv-list li p {
	font-size: 22px;
	line-height: 24px;
}






/*************************/
/* 프로미스
/*************************/
#bpromise {
	background-image: url('/design/holidays/2020_renewal/pc/brand/brand_promise_bg.jpg');
}
#bpromise hr {
	background: #ed008c;
}
#bpromise .bp-txt {
	float: left;
	text-align: left;
}
#bpromise .bp-list {
	float: right;
	width: 800px;
}
#bpromise .bp-list li {
	width: 100%;
	height: 210px;
}
#bpromise .bp-list li .img {
	float: left;
	width: 180px;
	height: 180px;
	margin-right: 30px;
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
	-o-border-radius: 100px;
	border-radius: 100px;
	overflow: hidden;
}
#bpromise .bp-list li .img img {
	width: 100%;
}
#bpromise .bp-list li .txt {
	float: left;
	text-align: left;
	padding-top: 25px;
}
#bpromise .bp-list li .txt h5 {
	font-family: 'Do Hyeon';
	font-size: 38px;
	font-weight: 500;
	line-height: 38px;
	background: url('/design/holidays/2020_renewal/pc/brand/brand_promise_chk.gif') no-repeat;
	padding-left: 43px;
}
#bpromise .bp-list li .txt b {
	display: block;
	font-size: 28px;
	margin-bottom: 8px;
}
#bpromise .bp-list li .txt p {
	font-size: 20px;
	line-height: 24px;
}





/*************************/
/* 어워드
/*************************/
#baward {
	background-image: url('/design/holidays/2020_renewal/pc/brand/brand_award_bg.jpg');
}
#baward hr {
	background: #fff;
}
#baward .ba-txt {
	float: left;
	text-align: left;
	color: #fff;
}
#baward .ba-txt h3,
#baward .ba-txt h4 {
	color: #fff;
}
#baward .ba-img {
	float: right;
	width: 800px;
        text-align: right;
}
#baward .ba-info {
	position: absolute;
	width: 560px;
	height: 220px;
	margin-top: 380px;
	box-sizing: border-box;
	padding: 35px;
	text-align: left;
	background: #fff;
	z-index: 2;
}
#baward .ba-info img {
	margin-bottom: 20px;
}
#baward .ba-info p {
	font-size: 18px;
	line-height: 24px;
	color: #333;
}






/*************************/
/* 미디어
/*************************/
#bmedia {
	background-image: url('/design/holidays/2020_renewal/pc/brand/brand_media_bg.jpg');
}
#bmedia hr {
	background: #652d90;
}
#bmedia .media-wrap {
	width: 1150px;
	height: 300px;
	margin: 50px auto;
	overflow: hidden;
}
#bmedia .media-wrap .swiper-button-prev,
#bmedia .media-wrap .swiper-button-next {
	position: absolute;
	width: 50px !important;
	height: 300px !important;
	background: transparent !important;
	font-size: 58px;
	color: #ddd !important;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	z-index: 2;
}
#bmedia .media-wrap .swiper-button-prev:hover,
#bmedia .media-wrap .swiper-button-next:hover {
	color: #9c019c !important;
}
#bmedia .media-wrap .swiper-button-prev {
	left: 50% !important;
	right: auto !important;
	margin-left: -650px;
}
#bmedia .media-wrap .swiper-button-next {
	left: auto !important;
	right: 50% !important;
	margin-right: -650px;
}

#bmedia .media-wrap .swiper-slide {
	display: block;
	width: 100%;
	padding: 19px;
	box-sizing: border-box;
	border: 1px solid #ddd;
	background: #fff;
	text-align: center;
	overflow: hidden;
}
#bmedia .media-wrap .swiper-slide:hover {
	border-color: #9c019c;
}
#bmedia .media-wrap .swiper-slide .mw-photo {
	margin-bottom: 24px;
}
#bmedia .media-wrap .swiper-slide .mw-photo img {
	width: 100%;
}
#bmedia .media-wrap .swiper-slide .mw-subject {
	height: 42px;
	font-size: 18px;
	line-height: 20px;
}






/*************************/
/* 뉴스
/*************************/
#bnews {
	background-image: url('/design/holidays/2020_renewal/pc/brand/brand_news_bg.jpg');
}
#bnews hr {
	background: #fff;
}
#bnews .bn-txt {
	float: left;
	width: 38.020833333%;
	padding-left: 15.75%;
	margin-top: -40px;
	box-sizing: border-box;
	text-align: left;
	color: #fff;
}

#bnews .bn-txt h3,
#bnews .bn-txt h4 {
	color: #fff;
}
#bnews .bn-txt .bnt-btn {
	width: 100%;
	font-size: 0;
	line-height: 0;
	margin-top: 42px;
}
#bnews .bn-txt .bnews-button-prev,
#bnews .bn-txt .bnews-button-next {
	display: inline-block;
	width: 68px !important;
	height: 68px !important;
	background: transparent !important;
	font-size: 58px;
	line-height: 48px;
	color: #fff !important;
	border: 1px solid #fff;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	z-index: 2;
}
#bnews .bn-txt .bnews-button-prev:hover,
#bnews .bn-txt .bnews-button-next:hover {
	color: #fffc00 !important;
}
#bnews .bn-txt .bnews-button-next {
	margin-left: -1px;
}

#bnews .news-wrap {
	float: left;
	width: 58%;
	margin-left: 2%;
	overflow: hidden;
}
#bnews .news-wrap .swiper-slide {}
#bnews .news-wrap .swiper-slide a {
	display: block;
	height: 340px;
	padding: 20px;
	box-sizing: border-box;
	background: #fff;
}
#bnews .news-wrap .swiper-slide .nw-black {
	position: absolute;
	width: 100%;
	height: 100%;
	margin: -20px 0 0 -20px;
	background: rgba(0,0,0,0.3);
	z-index: 2;
}
#bnews .news-wrap .swiper-slide .nw-photo {
	margin-bottom: 15px;
}
#bnews .news-wrap .swiper-slide .nw-photo img {
	width: 100%;
}
#bnews .news-wrap .swiper-slide .nw-subject {
	font-size: 18px;
	line-height: 20px;
}
#bnews .news-wrap .swiper-slide-active .nw-black {
	display: none;
}

@media all and (min-width: 1200px){
	#bnews .bn-txt {
		padding-left: 2%;
	}
	#bnews .news-wrap .swiper-slide a {
		height: 260px;
	}
}
@media all and (min-width: 1440px){
	#bnews .bn-txt {
		padding-left: 8%;
	}
	#bnews .news-wrap .swiper-slide a {
		height: 270px;
	}
}
@media all and (min-width: 1680px){
	#bnews .bn-txt {
		padding-left: 15.75%;
	}
	#bnews .news-wrap .swiper-slide a {
		height: 370px;
	}
}






/*************************/
/* 유통
/*************************/
#bcooperative {
	background-image: url('/design/holidays/2020_renewal/pc/brand/brand_cooperative_bg.jpg');
}
#bcooperative hr {
	background: #0b9444;
}
#bcooperative h5 {
	font-size: 28px;
	font-weight: 700;
}
#bcooperative .bc-left {
	float: left;
	text-align: left;
	margin-bottom: 20px;
}
#bcooperative .bc-left .bcl-box {
	width: 570px;
	padding: 25px 0 15px 0;
	margin-top: 183px;
	box-sizing: border-box;
	background: #fff;
	text-align: center;
}
#bcooperative .bc-right {
	float: right;
	width: 610px;
	padding: 25px 0 15px 0;
	margin-bottom: 20px;
	box-sizing: border-box;
	background: #fff;
	text-align: center;
}

#bcooperative ul {
	position: relative;
	width: 100%;
	padding-left: 14px;
	box-sizing: border-box;
	margin-top: 17px;
	font-size: 0;
	line-height: 0;
	text-align: left;
}
#bcooperative ul > li {
	display: inline-block;
	border: 1px solid #ddd;
	margin: 5px;
	vertical-align: top;
}

#bcooperative .bc-bottom {
	clear: both;
	width: 100%;
	padding: 25px 0 28px 0;
	box-sizing: border-box;
	background: #fff;
	text-align: center;
}
#bcooperative .bc-bottom ul {
	padding-left: 0;
	text-align: center;
}
#bcooperative .bc-bottom ul > li {
	margin: 5px 10px;
}
#bcooperative .bc-bottom ul > li img {
	width: 123px;
}
#bcooperative .bc-bottom ul > li > p {
	font-size: 14px;
	line-height: 25px;
}









/* BASIC css end */

