@charset "utf-8";

/* ******************** 공용 ******************** */
/* table style */
.tableMode {display:table; clear:both; float:none; width:100%; max-width:100%; padding:0; margin:0; border-bottom:0;}
.tableMode>* {display:table-cell; float:none; padding:10px;}
.tableMode>*:first-child {border-left:0;}
.tableMode .middle {vertical-align:middle;}

/* 격자형 구조 - 테이블 스타일 */
.typeCube {clear:both;}
.typeCube .tableWrap {display:table; width:100%; margin:0; padding:0;}
.typeCube .tableWrap > * {display:table-cell; float:none; margin:0; padding:0;}

/* 폰트컬러 */
.contents .fc-red{color:#da0000}
.contents .c_pink{color:#e42524;font-weight:400}

/* 서브폰트 */
.ff-typeB {font-family:"NexonGothic" !important;}

/* 폰트굵기 */
.fw-300 {font-weight:300 !important;} 
.fw-400 {font-weight:400 !important;} 
.fw-700 {font-weight:700 !important;} 

/* service - bg */
.bg-blue {background:#0071d6 !important;}
.bg-sky {background:#00b5ed !important;}
.bg-mint {background:#00d3b1 !important;}
.bg-purple {background:#6f9bdf !important;}

table:before{content:none;}
table:after{content:none;}
table.typeA {width:100%; margin:0 auto; font-size:14px; border:1px solid #e5e5e5; border-left:0; border-right:0;}
table.typeA * {font-weight:300; line-height:1.6;}
table.typeA th {width:30%; padding:20px; color:#000; font-weight:400; border:1px solid #e5e5e5; border-left:0; background:#f7f7f7; text-align:center !important;}
table.typeA th:last-child {border-right:1px solid #e5e5e5;}
table.typeA td {padding:20px; border:1px solid #e5e5e5; border-top:0; border-right:0;}


/* 온라인상담 { */		
.online ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */color: #999;opacity: 1; /* Firefox */}
.online :-ms-input-placeholder { /* Internet Explorer 10-11 */ color: #999;}
.online ::-ms-input-placeholder { /* Microsoft Edge */color: #999;}
	
@keyframes inputHighlighter {
	from { background: #da0000; }
	to 	{ width: 0; background: transparent; }
}
@keyframes ripples {
  0% { opacity: 0; }
  25% { opacity: 1; }
  100% { width: 200%;padding-bottom: 200%;opacity: 0;}
}
	
/* } 온라인상담 */		
	
/* ********************************* PC over : 992 ~  ********************************* */
@media screen and (min-width:992px), print{

	/* .contents {max-width:1400px;margin:0 auto;padding:50px 0;} */
	/* .contents {max-width:1400px;margin:0 auto;padding:110px 0 50px;} */
	.contents {max-width:1400px;margin:0 auto;padding:50px 0;}
	
	/* 서브 공통 타이틀 */
	.contents .titBox{margin-bottom:40px;}
	.contents .titBox h3{margin: 0; color: #000;font-size: 30px;font-weight: 700;letter-spacing: -2px; text-align: center;}

	/* 사이드 바 */
	.sideBar{width:225px;position:fixed;right:0;background:#f7f7f7;z-index:999999;border: 1px solid #ddd;border-right:0;top: calc(50% - 190px);}
	.sideBar>ul{padding:0 20px;}
	.sideBar>ul>li{padding:25px 0;}
	.sideBar>ul>li:first-child{border-bottom:1px solid #ddd;}
	.sideBar>ul>li h4{font-size:20px;color:#000;margin-bottom:15px;}
	.sideBar>ul>li .cont p{font-size:14px;}
	.sideBar>ul>li .cont p span{display:block;}
	.sideBar>ul>li .cont p span.bankName{color:#1f5ab1;}
	.sideBar>ul>li .cont p span.subj{color: #777;}
	.sideBar>ul>li .cont p.mt5{margin-top:5px;}
	.sideBar>ul>li .cont .tel{letter-spacing: -.03em;font-size:23px;margin-bottom:10px;display:block;line-height:1;font-weight:bold;color:#1f5ab1;}
	.sideBar .btnGoTop{cursor:pointer;background: #1f5ab1;display: block;padding: 12px 20px;text-align: left;color: #fff;text-transform: uppercase;height: auto;line-height: 1;width: 100%;border: 0;font-size:13px;}
	.sideBar .btnGoTop img{margin-right:10px;}

	/* ******************** 레이어팝업:: ******************** */
	.layer-popup-wrap {
		/* display:block; */
		display:none;
		position:fixed; padding:10vh 20vw; top:0; left:0; width:100vw; height:100vh; z-index:999999; background-color:rgba(0,0,0,.8);
	}	
	.layer-popup-wrap>.wrap {
		position:relative;
		display:block;
		height:100%;
		background:#fff;
		overflow:hidden;
	}
	.layer-popup-wrap>.wrap .title {position:absolute; width:100%; height:60px; padding:15px 80px 15px 40px; font-size:20px; color:#fff; background:#00a5f8;}
	.layer-popup-wrap>.wrap .title>p {overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
	.layer-popup-wrap>.wrap .title .close-btn {position:absolute; right:0; top:0; display:block; height:60px; width:60px; border-left:1px solid rgba(255,255,255,.15); background:url(../images/common/icon_x.png)no-repeat center; background-size:40%;}
	.layer-popup-wrap>.wrap .inner {overflow:hidden; height:calc(100% - 110px); overflow:hidden;}

	.layer-popup-btn {
		position:absolute; bottom:0; left:0; display:block;
		width:100%; height:50px; line-height:50px;
		border-top:1px dotted #ccc;
	}
	.layer-popup-btn a {
		display:inline-block; width:100%; height:100%;
		text-align:center;
		font-size:16px;
		background:#f5f5f5; color:#000;
	}	
	
	.layer-popup-wrap div[class*="wrap-"] {height:calc(100vh - 20vh - 110px); overflow-y:auto;}
	.layer-popup-wrap div[class*="wrap-"] .con {text-align:left; padding:3vh 40px; font-size:16px; color:#333; font-weight:300; line-height:1.6;}
	.layer-popup-wrap div[class*="wrap-"] .con .start {text-align:right; font-size:14px; margin-bottom:10px;}
	.layer-popup-wrap div[class*="wrap-"] .con>article+article {margin-top:70px;}
	.layer-popup-wrap div[class*="wrap-"] .con>article h3 {font-size:20px; font-weight:400; color:#00a5f8; letter-spacing:-.5px; margin-bottom:20px;}
	.layer-popup-wrap div[class*="wrap-"] .con>article h4 {font-size:18px; font-weight:400; color:#000; letter-spacing:-.5px; margin-bottom:10px;}
	.layer-popup-wrap div[class*="wrap-"] .con>article h4 span {font-weight:300; font-size:16px;}
	.layer-popup-wrap div[class*="wrap-"] .con>article .box+.box {margin-top:50px;}
	.layer-popup-wrap div[class*="wrap-"] .con>article .box ol {padding-left:20px; margin-top:10px;}
	.layer-popup-wrap div[class*="wrap-"] .con>article .box ol>li {list-style:decimal;}
	.layer-popup-wrap div[class*="wrap-"] .con>article .box ol>li+li {margin-top:10px;}
	.layer-popup-wrap div[class*="wrap-"] .con>article .box ul.dotType {margin-top:10px;}
	.layer-popup-wrap div[class*="wrap-"] .con>article .box ul.dotType > li {color:#666; padding-left:15px;}
	.layer-popup-wrap div[class*="wrap-"] .con>article .box ul.dotType > li:before {left:0; background:#666;}
			

	/****** 온라인상담 *******/
	.online .gr_box{background:#f7f7f7;padding:25px 20px;margin-bottom:30px;border: 1px solid #eee;}
	.online .gr_box ul li{color:#333;padding-left:25px;position:relative;margin-top: 10px;font-size: 15px;line-height: 1.4;}
	.online .gr_box ul li:first-child{margin-top:0;}
	.online .gr_box ul li .circle{position: absolute;top:2px;left: 0;width: 17px;height: 17px;text-align: center;line-height:14px;background: #ccc;border-radius: 50%;}
	.online .gr_box ul li .circle i{font-size:9px;color: #fff;vertical-align:middle;margin-left: 1px;}

	.online .agree_topBox dl {padding:20px; height:150px; overflow-y:auto; border:1px solid #ddd; border-bottom:0;}
	.online .agree_topBox dl dt {padding:0; color:#000; font-weight:400; margin-top:20px; padding-bottom:5px;}
	.online .agree_topBox dl dt:first-child {margin-top:0px;}
	.online .agree_topBox dl dd {font-weight:300;}
	.online .agree_topBox .ckwrap {background:#000;color:#fff;padding:10px 20px;margin-bottom: 30px;}
	.online .agree_topBox .ckwrap> * {display:inline-block; vertical-align:middle; line-height:1; font-weight:normal;}
	.online .agree_topBox .ckwrap input {display:none;}
	.online .agree_topBox .ckwrap label {height:18px;padding-left:25px; font-size:15px;background:url(../images/common/check-before.png) no-repeat 0 50%; cursor:pointer;line-height: 18px;}
	.online .agree_topBox .ckwrap input:checked+label {background:url(../images/common/check-on.png) no-repeat 0 50%;}
			
	.online form {box-shadow: 7px 6px 11px 0px rgba(0,0,0,.06);max-width:640px;margin:0 auto;padding:2.5em 2em 2em 2em;background: #fff;border: 1px solid #ddd;}
	.online .required{color:#da0000;margin-left:3px;}
	.online .group {position: relative;margin-bottom:30px;}
	.online .group textarea{padding:10px;width: 100%;height:250px;border:1px solid #ccc;outline:none;}
	.online .group input {font-size:16px;padding:8px 10px 8px 5px;-webkit-appearance: none;display: block;background: #fff;color: #636363;width: 100%;border: none;border-radius: 0;border-bottom: 1px solid #ccc;line-height:1;}
	.online .group input:focus { outline: none; }
	.online .group label {color: #999; font-size: 16px;font-weight: normal;position: absolute;pointer-events: none;left: 5px;top: 3px;transition: all 0.2s ease;}
	.online .group input:focus ~ label, .online .group input.used ~ label {top: -20px; transform: scale(.75); left: -2px;/* font-size: 14px; */color: #da0000;}
	.online .attch_file{padding:8px 0px 8px 85px;position:relative;border: 1px solid #ccc;margin-bottom:10px;}
	.online .attch_file label{color: #999; font-size: 16px;font-weight: normal;position: absolute;pointer-events: none;left:10px;top:7.5px;transition: all 0.2s ease;}
	.online .attch_file input {font-size:14px;-webkit-appearance: none;display: block;background: #fff;color: #636363;width: 100%;border: none;border-radius: 0;line-height:1;}
	.online .bar {position: relative;display: block;width: 100%;}
	.online .bar:before, .online .bar:after {content: '';height: 2px!important;width: 0;bottom:0px;position: absolute;background: #da0000;transition: all 0.2s ease;}
	.online .bar:before { left: 50%; }
	.online .bar:after { right: 50%; }
	.online .group input:focus ~ .bar:before, .online .group input:focus ~ .bar:after { width: 50%; }
	.online .highlight {position: absolute;height: 60%; width: 100px; top: 25%; left: 0;pointer-events: none;opacity: 0.5;}
	input:focus ~ .highlight {animation: inputHighlighter 0.3s ease;}
	.online .button {position: relative;display: inline-block;padding: 15px 24px;margin: .3em 0 1em 0;width: 100%;vertical-align: middle;color: #fff;font-size: 16px;line-height: 20px;-webkit-font-smoothing: antialiased;text-align: center;letter-spacing:-1px;background: transparent;border: 0;cursor: pointer;transition: all 0.15s ease;}
	.online .button:focus {outline: 0;}
	.online .buttonBlue {background: #000;}
	.online .buttonBlue:hover { background: #666;}
	.online .ripples {position: absolute;top: 0;left: 0; width: 100%;height: 100%;overflow: hidden;background: transparent;}
	.online .ripplesCircle {position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);opacity: 0;width: 0;height: 0; border-radius: 50%; background: rgba(255, 255, 255, 0.25);}
	.online .ripples.is-active .ripplesCircle { animation: ripples .4s ease-in;}
	.online .point{font-size:14px;color:#666;margin-bottom:30px;}

	/* 온라인상담 - 자동입력방지 */
	.online .autoCodeWrap:after{content:'';display:block;clear:both;}
	.online .autoCodeWrap>div {float:left; display:inline-block;}
	.online .autoCodeWrap>.autoCode {width:20%;letter-spacing:1px;}
	.online .autoCodeWrap>div:last-child {width:80%;height: 20px;line-height: 20px;}
	.online .autoCodeWrap>.autoCode>span {color:#ff4000 !important; font-weight:700 !important; font-size:1.2em !important; font-style:Italic !important;}
	
	/* 대량구매문의 */		
	.heavyBuy{padding-top:30px;}
	.heavyBuy .topBx:after{content:'';display:block;clear:both;}
	.heavyBuy .topBx h3{margin-top: 28px;font-size:26px;font-weight:500;line-height:1.45;letter-spacing: -1px;float:left;width:35%;}
	.heavyBuy .topBx ul{float:right;width:60%;}
	.heavyBuy .topBx ul:after{content:'';display:block;clear:both;}
	.heavyBuy .topBx ul li{padding:20px;float:left;width:32.8333%;display: flex;align-items: flex-end;height:200px;border:1px solid #ddd;margin-left:.5%;}
	.heavyBuy .topBx ul li div .subj{color: #999;}
	.heavyBuy .topBx ul li div .cont{font-size: 18px;color: #000;line-height: 1.2;margin-top: 5px;font-weight: 500;}
	.heavyBuy .topBx ul li.first {background:url(../images/sub/i_heavy1.png) no-repeat 90% 10%;}
	.heavyBuy .topBx ul li.second {background:url(../images/sub/i_heavy2.png) no-repeat 90% 10%;}
	.heavyBuy .topBx ul li.third {background:url(../images/sub/i_heavy3.png) no-repeat 90% 10%;}
	.heavyBuy .midBx{padding:40px;background: #f9f9f9;margin:50px 0 60px;color: #666;}
	.heavyBuy .matter{border:1px solid #ddd;position:relative;padding:40px 30px 30px;}
	.heavyBuy .matter h5{background: #fff;display: inline-block;width: auto;font-size: 20px;position: absolute;top: -9px;left: 20px;padding: 0 15px;}
	.heavyBuy .matter ul li{position:relative;padding-left:32px;margin-bottom:10px;}
	.heavyBuy .matter ul li .num{position: absolute;top: 2px;left: 0;width: 22px;line-height: 22px;height: 22px;text-align: center; background: #e7e7e7;border-radius: 50%;font-size: 12px;color: #5f5f5f;}
	
	/* 주문방법 */
	.orderway{border-top: 1px solid #ddd;padding-top: 50px;}
	.orderway>ul li{margin-bottom:50px;padding-bottom:50px;border-bottom:1px solid #ddd}
	.orderway>ul li:last-child{margin-bottom:0;}
	.orderway>ul li:after{content:'';display:block;clear:both;}
	.orderway>ul li .icoBx{margin-right:70px;width:120px;height:120px;border-radius:50%;float:left;}
	.orderway>ul li .txtBx{padding-top:5px;padding-left:190px;}
	.orderway>ul li .txtBx h4{font-size:24px;font-weight:600;margin-bottom:20px;}
	.orderway>ul li .txtBx h4 small{color:#da0000;font-size: 13px;margin-left: 6px;letter-spacing:1.5px;}
	.orderway>ul li .txtBx .type1{margin-top:20px;}
	.orderway>ul li .txtBx .type1 a.tel:link{color:#da0000;}
	.orderway>ul li .txtBx .type1 dl{margin-top:5px;}
	.orderway>ul li .txtBx .type1 dl dt{margin-left: -5px;font-size:.95em;text-align-last: justify;margin-right: 13px;float:left;border-radius:30px;padding:0 15px;background:#f7f7f7;min-width:100px;height:35px;line-height:33px;text-align:center;color:#444;border: 1px solid #ddd;}
	.orderway>ul li .txtBx .type1 dl dd{line-height:35px;font-weight: 500;}
	.orderway>ul li .txtBx .type1 .point{margin:6px 0 18px;line-height: 23px;color: #666;font-size: 15px;letter-spacing: -0.5px;}
	.orderway>ul li .txtBx p{line-height: 1.75;color:#333}

	.orderway>ul li.businessTime .icoBx{background:#f7f7f7 url(../images/sub/i_order_cs.png) no-repeat 50%;}
	.orderway>ul li.payment .icoBx{background:#f7f7f7 url(../images/sub/i_order_pay.png) no-repeat 50%;}
	.orderway>ul li.transport .icoBx{background:#f7f7f7 url(../images/sub/i_order_deli.png) no-repeat 50%;}
	.orderway>ul li.return .icoBx{background:#f7f7f7 url(../images/sub/i_order_return.png) no-repeat 50%;}
	.orderway>ul li.as .icoBx{background:#f7f7f7 url(../images/sub/i_order_as.png) no-repeat 50%;}	
	
	/* 회사소개 */
	.contents.company{max-width:initial!important;padding-bottom:0!important;}
	.company>*[class*="part"]{max-width:1200px;margin:0 auto;}
	.company .sub_title{background:url(../images/sub/ico_bul.png) no-repeat 0 0;padding-left:60px;line-height:42px;font-size:27px;color:#000;}
	.company .topPart{height:448px;position:relative;}
	.company .topPart:after{content: '';position: absolute;z-index: -1;top: 0;width: 73%;max-width: 1200px;left: 0;height: 100%;background: url(../images/sub/bg_company.jpg) no-repeat 100% 0;}
	.company .topPart:before{position: absolute;top: 30px;z-index: -2;left: calc(100% - 16%);width:186px;height:184px;background:url(../images/sub/img_bars.png) no-repeat;}
	.company .topPart .txtBx{position: absolute;top: 50%;margin-top:-20px;left: 50%; margin-left: 78px;}
	.company .topPart .txtBx .eng{margin-bottom: 12px;color:#da0000;font-size:16px;font-weight:Bold;letter-spacing:3px;}
	.company .topPart .txtBx .kor{font-size:48px;color:#000;font-weight:100;line-height: 1.3;letter-spacing: -.04em;}
	.company .part1{padding:50px 0;}
	.company .part1 p{margin-top: 20px;line-height: 1.75;}
	.company .part2{margin-top:50px;}
	.company .part2 .contact_ul:after{content:'';display:block;clear:both;}
	.company .part2 .contact_ul li{float:left;width:32.3333%;text-align:center;padding:35px 20px;margin-left:1.5%;border:1px solid #ddd;height:240px;}
	.company .part2 .contact_ul li:first-child{margin-left:0;}
	.company .part2 .contact_ul li .icoBx img{opacity:.7}
	.company .part2 .contact_ul li .txtBx .subj{font-size:20px;text-transform: uppercase;font-weight: bold;color: #000;margin:22px 0 10px;}
	.company .part2 .contact_ul li .txtBx .cont{color:#5e5e5e;}
	.company .part2 .contact_ul li .txtBx .cont a{color:inherit;font-size:initial;}
	
	
	/* 브랜드몰 */
	.brand {}
	.brand .brand-list {}
	.brand .brand-list ul {margin-top:-20px;}
	.brand .brand-list-item {float:left; width:calc((100% - 80px)/5); margin-left:20px; margin-top:20px;}
	.brand .brand-list-item:hover {box-shadow:0 0 12px rgba(0,0,0,.05);}
	.brand .brand-list-item:nth-child(5n+1) {margin-left:0; clear:both;}
	.brand .brand-list-item a {display:block; border:1px solid #e5e5e5;}
	.brand .brand-list-item-img {padding:50px 20px; text-align:center;}
	.brand .brand-list-item-img span.img {height:60px; background-size:contain !important;}
	.brand .brand-list-item-txt {padding:20px; border-top:1px solid #e5e5e5;}
	.brand .brand-list-item-txt p {line-height:1.4;}
	.brand .brand-list-item-txt p.tit {}
	.brand .brand-list-item-txt p.tit span {display:block;}
	.brand .brand-list-item-txt p.tit span.kor {font-size:18px; color:#1f5ab1;}
	.brand .brand-list-item-txt p.tit span.eng {}
	.brand .brand-list-item-txt p.leng {padding-top:14px; color:#999; font-size:14px;}
	
	
}

/* ************************ 테블릿 (~991) ************************ */
@media screen and (max-width: 991px) {

	.contents {padding:35px 5vw;}
	
	/* 서브 공통 타이틀 */
	.contents .titBox {margin-bottom:20px;}
	.contents .titBox h3{margin: 0;color: #000;font-size: 24px; font-weight: 700;letter-spacing: -2px; text-align: center;}

		
	
	/* ******************** 레이어팝업:: ******************** */
	.layer-popup-wrap {
		/* display:block; */
		display:none;
		position:fixed; padding:10vh 10vw; top:0; left:0; width:100vw; height:100vh; z-index:999999; background-color:rgba(0,0,0,.8);
	}	
	.layer-popup-wrap>.wrap {
		position:relative;
		display:block;
		height:100%;
		background:#fff;
		overflow:hidden;
	}
	.layer-popup-wrap>.wrap .title {position:absolute; width:100%; height:50px; padding:10px 70px 10px 30px; font-size:18px; color:#fff; background:#00a5f8;}
	.layer-popup-wrap>.wrap .title>p {overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
	.layer-popup-wrap>.wrap .title .close-btn {position:absolute; right:0; top:0; display:block; height:50px; width:50px; border-left:1px solid rgba(255,255,255,.15); background:url(../images/common/icon_x.png)no-repeat center; background-size:40%;}
	.layer-popup-wrap>.wrap .inner {overflow:hidden; height:calc(100% - 100px); overflow:hidden; }

	.layer-popup-btn {
		position:absolute; bottom:0; left:0; display:block;
		width:100%; height:50px; line-height:50px;
		border-top:1px dotted #ccc;
	}
	.layer-popup-btn a {
		display:inline-block; width:100%; height:100%;
		text-align:center;
		font-size:16px;
		background:#f5f5f5; color:#000;
	}	
	
	.layer-popup-wrap div[class*="wrap-"] {height:calc(100vh - 20vh - 100px); overflow-y:auto;}
	.layer-popup-wrap div[class*="wrap-"] .con {text-align:left; padding:3vh 30px; font-size:15px; color:#333; font-weight:300; line-height:1.6;}
	.layer-popup-wrap div[class*="wrap-"] .con .start {text-align:right; font-size:14px; margin-bottom:10px;}
	.layer-popup-wrap div[class*="wrap-"] .con>article+article {margin-top:70px;}
	.layer-popup-wrap div[class*="wrap-"] .con>article h3 {font-size:18px; font-weight:400; color:#00a5f8; letter-spacing:-.5px; margin-bottom:20px;}
	.layer-popup-wrap div[class*="wrap-"] .con>article h4 {font-size:17px; font-weight:400; color:#000; letter-spacing:-.5px; margin-bottom:10px;}
	.layer-popup-wrap div[class*="wrap-"] .con>article h4 span {font-weight:300; font-size:size;}
	.layer-popup-wrap div[class*="wrap-"] .con>article .box+.box {margin-top:50px;}
	.layer-popup-wrap div[class*="wrap-"] .con>article .box ol {padding-left:20px; margin-top:10px;}
	.layer-popup-wrap div[class*="wrap-"] .con>article .box ol>li {list-style:decimal;}
	.layer-popup-wrap div[class*="wrap-"] .con>article .box ol>li+li {margin-top:10px;}
	.layer-popup-wrap div[class*="wrap-"] .con>article .box ul.dotType {margin-top:10px;}
	.layer-popup-wrap div[class*="wrap-"] .con>article .box ul.dotType > li {color:#666; padding-left:15px;}
	.layer-popup-wrap div[class*="wrap-"] .con>article .box ul.dotType > li:before {left:0; background:#666;}
		
	
	/****** 온라인상담 *******/
	.online .gr_box{background:#f7f7f7;padding:20px;margin-bottom:25px;border: 1px solid #eee;}
	.online .gr_box ul li{color:#333;padding-left:20px;position:relative;margin-top:10px;font-size:14px;line-height: 1.4;}
	.online .gr_box ul li:first-child{margin-top:0;}
	.online .gr_box ul li .circle{position: absolute;top:2px;left: 0;width:15px;height:15px;text-align: center;line-height:13px;background: #ccc;border-radius: 50%;}
	.online .gr_box ul li .circle i{font-size:9px;color: #fff;vertical-align:middle;margin-left: 1px;}
	
	.online .agree_topBox dl {font-size:14px;padding:20px; height:150px; overflow-y:auto; border:1px solid #ddd; border-bottom:0;}
	.online .agree_topBox dl dt {padding:0; color:#000; font-weight:400; margin-top:20px; padding-bottom:5px;}
	.online .agree_topBox dl dt:first-child {margin-top:0px;}
	.online .agree_topBox dl dd {font-weight:300;}
	.online .agree_topBox .ckwrap {background:#000;color:#fff;padding:10px 20px;margin-bottom: 30px;}
	.online .agree_topBox .ckwrap> * {display:inline-block; vertical-align:middle; line-height:1; font-weight:normal;}
	.online .agree_topBox .ckwrap input {display:none;}
	.online .agree_topBox .ckwrap label {height:18px;padding-left:25px; font-size:13px;background:url(../images/common/check-before.png) no-repeat 0 50%; cursor:pointer;line-height: 18px;}
	.online .agree_topBox .ckwrap input:checked+label {background:url(../images/common/check-on.png) no-repeat 0 50%;}
			
	.online form {max-width:640px;margin:0 auto;}
	.online .required{color:#da0000;margin-left:3px;}
	.online .group {position: relative;margin-bottom:20px;}
	.online .group textarea{padding:10px;width: 100%;height:250px;border:1px solid #ccc;outline:none;}
	.online .group input {font-size:14px;padding:8px 10px 8px 5px;-webkit-appearance: none;display: block;background: #fff;color: #636363;width: 100%;border: none;border-radius: 0;border-bottom: 1px solid #ccc;line-height:1;}
	.online .group input:focus { outline: none; }
	.online .group label {color: #999; font-size: 14px;font-weight: normal;position: absolute;pointer-events: none;left: 5px;top: 3px;transition: all 0.2s ease;}
	.online .group input:focus ~ label, .online .group input.used ~ label {top: -20px; transform: scale(.75); left: -2px;/* font-size: 14px; */color: #da0000;}
	.online .attch_file{padding:8px 0px 8px 85px;position:relative;border: 1px solid #ccc;margin-bottom:5px;}
	.online .attch_file label{color: #999; font-size: 14px;font-weight: normal;position: absolute;pointer-events: none;left:10px;top:7.5px;transition: all 0.2s ease;}
	.online .attch_file input {font-size:14px;-webkit-appearance: none;display: block;background: #fff;color: #636363;width: 100%;border: none;border-radius: 0;line-height:1;}
	.online .bar {position: relative;display: block;width: 100%;}
	.online .bar:before, .online .bar:after {content: '';height: 2px!important;width: 0;bottom:0px;position: absolute;background: #da0000;transition: all 0.2s ease;}
	.online .bar:before { left: 50%; }
	.online .bar:after { right: 50%; }
	.online .group input:focus ~ .bar:before, .online .group input:focus ~ .bar:after { width: 50%; }
	.online .highlight {position: absolute;height: 60%; width: 100px; top: 25%; left: 0;pointer-events: none;opacity: 0.5;}
	input:focus ~ .highlight {animation: inputHighlighter 0.3s ease;}
	.online .button {position: relative;display: inline-block;padding: 15px 24px;margin: .3em 0 1em 0;width: 100%;vertical-align: middle;color: #fff;font-size: 14px;line-height: 20px;-webkit-font-smoothing: antialiased;text-align: center;letter-spacing:-1px;background: transparent;border: 0;cursor: pointer;transition: all 0.15s ease;}
	.online .button:focus {outline: 0;}
	.online .buttonBlue {background: #000;}
	.online .buttonBlue:hover { background: #666;}
	.online .ripples {position: absolute;top: 0;left: 0; width: 100%;height: 100%;overflow: hidden;background: transparent;}
	.online .ripplesCircle {position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);opacity: 0;width: 0;height: 0; border-radius: 50%; background: rgba(255, 255, 255, 0.25);}
	.online .ripples.is-active .ripplesCircle { animation: ripples .4s ease-in;}
	.online .point{font-size:14px;color:#666;margin-bottom:30px;}

	/* 온라인상담 - 자동입력방지 */
	.online .autoCodeWrap:after{content:'';display:block;clear:both;}
	.online .autoCodeWrap>.autoCode {float:left;width:90px;letter-spacing:1px;line-height: 20px;}
	.online .autoCodeWrap>div:last-child {padding-left:90px;height: 20px;line-height: 20px;}
	.online .autoCodeWrap>.autoCode>span {color:#ff4000 !important; font-weight:700 !important; font-size:1.2em !important; font-style:Italic !important;}
	.online .autoCodeWrap input{padding:0;}
	
	/* 대량구매문의 */		
	.heavyBuy{padding-top:10px;}
	.heavyBuy .topBx{text-align:center;}
	.heavyBuy .topBx h3{font-size:22px;display:inline-block;font-weight:500;line-height:1.45;letter-spacing: -1px;margin-bottom:30px;text-align:center;max-width:500px;}
	.heavyBuy .topBx h3 br{display:none;}
	.heavyBuy .topBx ul:after{content:'';display:block;clear:both;}
	.heavyBuy .topBx ul li{text-align:left;padding:15px 0 15px 15px;float:left;width:32.8333%;display: flex;align-items: flex-end;height:200px;border:1px solid #ddd;margin-left:.5%;}
	.heavyBuy .topBx ul li div .subj{color: #999;font-size:14px;line-height;1;}
	.heavyBuy .topBx ul li div .cont{font-size:16px;color: #000;line-height: 1.2;margin-top: 5px;font-weight: 500;}
	.heavyBuy .topBx ul li.first {background:url(../images/sub/i_heavy1.png) no-repeat 90% 10%;}
	.heavyBuy .topBx ul li.second {background:url(../images/sub/i_heavy2.png) no-repeat 90% 10%;}
	.heavyBuy .topBx ul li.third {background:url(../images/sub/i_heavy3.png) no-repeat 90% 10%;}
	.heavyBuy .midBx{padding:20px;background: #f9f9f9;margin:30px 0 40px;color: #666;font-size:14px;}
	.heavyBuy .matter{border:1px solid #ddd;position:relative;padding:30px 20px 20px;}
	.heavyBuy .matter h5{background: #fff;display: inline-block;width: auto;font-size: 20px;position: absolute;top: -9px;left: 20px;padding: 0 15px;}
	.heavyBuy .matter ul li{position:relative;padding-left:32px;margin-bottom:10px;font-size:14px;}
	.heavyBuy .matter ul li .num{position: absolute;top: 2px;left: 0;width: 22px;line-height: 22px;height: 22px;text-align: center; background: #e7e7e7;border-radius: 50%;font-size: 12px;color: #5f5f5f;}
	
	/* 주문방법 */
	.orderway{border-top: 1px solid #ddd;padding-top: 50px;}
	.orderway>ul li{margin-bottom:50px;padding-bottom:50px;border-bottom:1px solid #ddd}
	.orderway>ul li:after{content:'';display:block;clear:both;}
	.orderway>ul li .icoBx{margin-right:0;width:95px;height:95px;border-radius:50%;float:left;background-size:70px auto!important;}
	.orderway>ul li .txtBx{padding-top:5px;padding-left:140px;}
	.orderway>ul li .txtBx h4{font-size:20px;font-weight:600;margin-bottom:15px;}
	.orderway>ul li .txtBx h4 small{color:#da0000;font-size: 13px;margin-left: 6px;letter-spacing:1.5px;}
	.orderway>ul li .txtBx .type1{margin-top:20px;}
	.orderway>ul li .txtBx .type1 a.tel:link{color:#da0000;}
	.orderway>ul li .txtBx .type1 dl{margin-top:5px;font-size: 14px;}
	.orderway>ul li .txtBx .type1 dl dt{margin-left: -5px;font-size:.95em;text-align-last: justify;margin-right: 13px;float:left;border-radius:30px;padding:0 15px;background:#f7f7f7;min-width:100px;height:35px;line-height:33px;text-align:center;color:#444;border: 1px solid #ddd;}
	.orderway>ul li .txtBx .type1 dl dd{line-height:35px;font-weight: 500;}
	.orderway>ul li .txtBx .type1 .point{margin:6px 0 18px;line-height:16px;color: #666;font-size: 13px;letter-spacing: -0.5px;}
	.orderway>ul li .txtBx p{line-height: 1.5;color:#333;font-size:14px;}
	.orderway>ul li .txtBx p br{display:none;}

	.orderway>ul li.businessTime .icoBx{background:#f7f7f7 url(../images/sub/i_order_cs.png) no-repeat 50%;}
	.orderway>ul li.payment .icoBx{background:#f7f7f7 url(../images/sub/i_order_pay.png) no-repeat 50%;}
	.orderway>ul li.transport .icoBx{background:#f7f7f7 url(../images/sub/i_order_deli.png) no-repeat 50%;}
	.orderway>ul li.return .icoBx{background:#f7f7f7 url(../images/sub/i_order_return.png) no-repeat 50%;}
	.orderway>ul li.as .icoBx{background:#f7f7f7 url(../images/sub/i_order_as.png) no-repeat 50%;}	
	
	/* 회사소개 */
	.contents.company{padding-bottom:0;}
	.company>*[class*="part"]{max-width:1200px;margin:0 auto;}
	.company .sub_title{background:url(../images/sub/ico_bul.png) no-repeat 0 0;padding-left:45px;background-size:auto 30px;line-height:30px;font-size:20px;color:#000;}
	.company .topPart{height:350px;position:relative;}
	.company .topPart:after{content: '';position: absolute;z-index: -1;top: 0;width: 73%;max-width: 1200px;left: 0;height: 100%;background: url(../images/sub/bg_company.jpg) no-repeat 100% 0;background-size:cover!important;}
	.company .topPart:before{position: absolute;top: 30px;z-index: -2;left: calc(100% - 16%);width:100px;height:100px;background:url(../images/sub/img_bars.png) no-repeat;background-size:contain!important;}
	.company .topPart .txtBx{position: absolute;top: 50%;margin-top:-20px;left: 50%;}
	.company .topPart .txtBx .eng{margin-bottom: 12px;color:#da0000;font-size:12px;font-weight:Bold;letter-spacing:3px;}
	.company .topPart .txtBx .kor{font-size:28px;color:#000;font-weight:100;line-height: 1.3;letter-spacing: -.04em;}
	.company .part1{padding:30px 0 40px;font-size:14px;}
	.company .part1 p{margin-top:10px;line-height: 1.6;}
	.company .part2{margin-top:30px;}
	.company .part2 .contact_ul:after{content:'';display:block;clear:both;}
	.company .part2 .contact_ul li{float:left;width:32.3333%;text-align:center;padding:35px 10px;margin-left:1.5%;border:1px solid #ddd;height:215px;}
	.company .part2 .contact_ul li:first-child{margin-left:0;}
	.company .part2 .contact_ul li .icoBx img{opacity:.7;width:40px;}
	.company .part2 .contact_ul li .txtBx .subj{font-size:16px;text-transform: uppercase;font-weight: bold;color: #bdbdbd;margin:22px 0 10px;}
	.company .part2 .contact_ul li .txtBx .cont{color:#5e5e5e;font-size:14px;}
	.company .part2 .contact_ul li .txtBx .cont a{color:inherit;font-size:initial;}
	
	
	/* 브랜드몰 */
	.brand {}
	.brand .brand-list {}
	.brand .brand-list ul {margin-top:-20px;}
	.brand .brand-list-item {float:left; width:calc((100% - 40px)/3); margin-left:20px; margin-top:20px;}
	.brand .brand-list-item:hover {box-shadow:0 0 12px rgba(0,0,0,.05);}
	.brand .brand-list-item:nth-child(3n+1) {margin-left:0; clear:both;}
	.brand .brand-list-item a {display:block; border:1px solid #e5e5e5;}
	.brand .brand-list-item-img {padding:50px 20px; text-align:center;}
	.brand .brand-list-item-img span.img {height:60px; background-size:contain !important;}
	.brand .brand-list-item-txt {padding:20px; border-top:1px solid #e5e5e5;}
	.brand .brand-list-item-txt p {line-height:1.4;}
	.brand .brand-list-item-txt p.tit {}
	.brand .brand-list-item-txt p.tit span {display:block;}
	.brand .brand-list-item-txt p.tit span.kor {font-size:18px; color:#1f5ab1;}
	.brand .brand-list-item-txt p.tit span.eng {}
	.brand .brand-list-item-txt p.leng {padding-top:14px; color:#999; font-size:14px;}
	
	
}

/* ************************ 모바일 (0~767) ************************ */
@media screen and (max-width: 767px) {
	
	
	.subTop_container .ban_wrap li a{font-size:14px}
	
	
	/* ******************** 레이어팝업:: ******************** */
	.layer-popup-wrap {padding:3vh 2vw;}	
	.layer-popup-wrap div[class*="wrap-"] {height:calc(100vh - 3vh - 100px);}

	
	/* 대량구매문의 */		
	.heavyBuy .topBx h3{font-size:18px;}
	.heavyBuy .topBx ul li{width:100%;margin:0 0 5px 0;height:auto;background-position-y:50%!important;}
	
	/* 주문방법 */
	.orderway{padding-top: 20px;}
	.orderway>ul li{padding-bottom:20px;margin-bottom:20px;}
	.orderway>ul li>*{float:inherit!important;padding:0!important;}
	.orderway>ul li .icoBx{margin-bottom:15px;}
	
	
	/* 회사소개 */
	.company iframe{height:250px}
	.company .topPart{height:220px;}
	.company .topPart:before{display:none;}
	.company .topPart .txtBx{right: 0;left: auto;}
	.company .topPart .txtBx .kor{font-size:20px;}
	.company .part2 .contact_ul li{float:inherit;width:100%;margin:0 0 5px 0;padding:20px;height:auto;}
	.company .part2 .contact_ul li .txtBx .subj{font-size:18px;margin:15px 0 10px;}
	
	
	/* 브랜드몰 */
	.brand .brand-list ul {margin-top:-10px;}
	.brand .brand-list-item {width:calc((100% - 10px)/2); margin-left:10px; margin-top:10px;}
	.brand .brand-list-item:nth-child(3n+1) {margin-left:10px; clear:none;}
	.brand .brand-list-item:nth-child(2n+1) {margin-left:0; clear:both;}
	.brand .brand-list-item-img {padding:30px 10px;}
	.brand .brand-list-item-txt {padding:10px;}
	.brand .brand-list-item-txt p {font-size:15px;}
	.brand .brand-list-item-txt p.tit span.kor {font-size:16px;}
	.brand .brand-list-item-txt p.leng {padding-top:8px;}



}