@charset "utf-8";
@import url("/Library/Css/user_reset.css");
@import url("/Library/Css/user_font.css");



body {font-family:"Nanum Gothic", 나눔고딕, 돋움, dotum;font-size:12px; color:#313131; margin:0; padding:0;}


.input_text{width:30px; height:20px; line-height:20px; border:1px solid #e3e3e3;}
.input_text2{width:144px; height:25px; line-height:25px; border:1px solid #e3e3e3; padding-left:5px;}


.clrBoth {clear:both;}


.con_title{height:39px; background:#f5f5f5;border-bottom:1px solid #eaeaea; }
.con_title h2{font-weight:bold; float:left; padding:14px 0 0 15px;}
.con_title a{float:right; display:block; height:39px; line-height:39px; padding:0px 15px;}
.con_title > h2 > span{font-weight:100}


.BoxBorder{border:1px solid #e3e3e3;}
.productImg_S{position:relative; width:81px; border:1px solid #dddddd; overflow:hidden; float:left}
.productImg_S2{position:relative; width:145px; height:101px; border:1px solid #e3e3e3; overflow:hidden; float:left}
.productImg_M{position:relative; width:171px; height:119px; border:1px solid #e3e3e3; overflow:hidden; float:left}
.productImg_M2{position:relative; width:171px; height:119px; border:1px solid #e3e3e3; overflow:hidden;}



#wrap {}
#mwrap{width:100%; height:auto;}
.top_Area{position:fixed; background-color:#fff;z-index:9999; width:100%; border:1px solid #5fa173;}
.top-util {width: 100%;height: 50px;border-bottom: 1px solid #dbdbdb;background:#5FA173;}
.top-util .top-util-inner {width: 1390px;margin: 0 auto; display:flex; flex-wrap:nowrap; justify-content:space-between; align-items:center;}
.top-util .top-util-inner > div > a.moreBtn{margin:-5px 10px 0 0;}
.top-util .top-util-inner .favo {float: left;}
.top-util .top-util-inner .favo img {vertical-align: middle;}
.top-util .top-util-inner .util-con {float: right;}
.top-util .top-util-inner .util-con ul{display:flex; flex-wrap:nowrap; justify-content:spacet-between; }
.top-util .top-util-inner .util-con ul li {line-height: 50px;margin-right: 9px; padding-right: 11px;
background: url(/image/common/util_bar.gif) no-repeat right 50%;}
.top-util .top-util-inner .util-con ul li a{color:#fff; font-family:"나눔고딕"; font-weight:600; font-size:15px;}
/*
.top-util .top-util-inner .util-con ul li > a{display:inline-block; padding:0 15px; background-color:#333; color:#fff; border-radius:5px; line-height:25px;}
.top-util .top-util-inner .util-con ul li > a:hover{background-color:blue;}

*/
#header {width:100%; background-color:#fff;}
#header .head_visual{min-width: 1390px;}
#header .head_visual .Dwidth{width: 100%; position:relative;}


/*로고세션*/

.logo-section {position: relative;width: 1390px;height:100px; display:flex; flex-wrap:nowrap; margin: 0 auto; justify-content:space-between; align-items:center;}

.logo-section h1 {}
.logo-section .my-add {font-size: 24px;font-weight: bold;font-family: arial;color: red;
/*	background: url(/image/common/flag_add.gif) no-repeat left 50%;*/float: right;}
.logo-section .my-add h2 {font-size:13px; color:#333; margin-bottom:10px;}

.logo-section .my-add ul li {float:left; margin-right:10px;}

.logo-section .my-add img {vertical-align: middle;}
.logo-section .my-add span {font-size: 14px;color: #666;font-weight: normal;font-family: 나눔고딕, 'naum gothic', 돋움, dotum;}
.logo-section  .my-add {position: absolute;top: 20px;right: 0;}

/*GNB*/

.top-gnb {width:65%;}
.top-gnb .gnb-inner {width: 100%; margin: 0 auto; text-align: center; height:100px;}
.top-gnb ul#menu {display:flex; justify-content:space-between; align-items:center; flex-wrap:wrap; height:100px;}

.top-gnb > div > ul > li {
	display: inline-block;	
	background: url(../image/common/gnb_line.gif) no-repeat right 50%;
	margin-right:15px;
	padding:10px 0;
}
.top-gnb ul li:last-child {
	padding-right: 0;
	margin-right: 0;
	background: none;
}
.top-gnb ul li a {font-size:20px; font-weight: bold; color:#5FA173;}

.top-gnb ul#menu > li > a:before {content: '';  width: 0; height: 5px; background: #4d7b5b;  position: absolute; left: 50%;  bottom:-8px; 
-webkit-transition: all 0.3s ease-out; border-radius:5px 5px 0 0;  -moz-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out; transition: all 0.3s ease-out;}

.top-gnb ul#menu > li > a:hover:before{width:156px;left: 0}

#menu li{position: relative; width:auto;}

.top-gnb ul li > ul a{color:#fff;}
#menu ul ul a 
{
	float: left;
	height: 25px;
	padding: 0 25px;
	color: #999;
	text-transform: uppercase;
	font: bold 12px/25px Arial, Helvetica;
	text-decoration: none;
	text-shadow: 0 1px 0 #000;
}

#menu li:hover > a
{
	color: #000;
}

*html #menu li a:hover /* IE6 */
{
	color: #fafafa;
}

#menu li:hover > ul
{
	display: block;
}

/* Sub-menu */

#menu ul
{
    list-style: none;
    margin: 0;
    padding: 0;    
    display: none;
    position: absolute;
    top:40px;
    left:0;
    z-index: 99999;    
    background: #fbfbfb;
    background: -moz-linear-gradient(#5fa173, #5fa173);
    background: -webkit-gradient(linear,left bottom,left top,color-stop(0, #111),color-stop(1, #444));
    background: -webkit-linear-gradient(#5fa173, #5fa173);    
    background: -o-linear-gradient(#5fa173, #5fa173);
    background: -ms-linear-gradient(#5fa173, #5fa173);	
	background: linear-gradient(#5fa173, #5fa173);
    -moz-box-shadow: 0 0 2px rgba(255,255,255,.5);
    -webkit-box-shadow: 0 0 2px rgba(255,255,255,.5);
    box-shadow: 0 0 2px rgba(255,255,255,.5);	
    -moz-border-radius: 5px;
    border-radius: 5px;
}

#menu ul ul
{
  top: 0;
  left: 150px;
}

#menu ul li
{
    float: none;
	text-align:left;
    margin: 0;
    padding: 0 3px;
    display: block; 
	border-bottom:1px solid #ccc;

}

#menu ul li:last-child
{   
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    	box-shadow: none;    
}

#menu ul a
{    
	font-size:13px;
	font-weight:300;
    padding: 10px;
	height: 10px;
	min-width:130px;
	width: auto;
	height: auto;
    line-height: 1;
    display: block;
    white-space: nowrap;
    float: none;
	text-transform: none;
}

*html #menu ul a /* IE6 */
{    
	height: 10px;
}

*:first-child+html #menu ul a /* IE7 */
{    
	height: 10px;
}

#menu ul a:hover
{
    background: #0186ba;
	background: -moz-linear-gradient(#04acec,  #0186ba);	
	background: -webkit-gradient(linear, left top, left bottom, from(#04acec), to(#0186ba));
	background: -webkit-linear-gradient(#04acec,  #0186ba);
	background: -o-linear-gradient(#04acec,  #0186ba);
	background: -ms-linear-gradient(#04acec,  #0186ba);
	background: linear-gradient(#04acec,  #0186ba);
}

#menu ul li:first-child > a
{
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}

#menu ul li:first-child > a:after
{
    content: '';
    position: absolute;
    left: 20px;
    top: -8px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 8px solid #000;
}

#menu ul ul li:first-child a:after
{
    left: -8px;
    top: 12px;
    width: 0;
    height: 0;
    border-left: 0;	
    border-bottom: 5px solid transparent;
    border-top: 5px solid transparent;
    border-right: 8px solid #000;
}

#menu ul li:first-child a:hover:after
{
    border-bottom-color: #000; 
}

#menu ul ul li:first-child a:hover:after
{
    border-right-color: #000; 
    border-bottom-color: transparent; 	
}


#menu ul li:last-child > a
{
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
}

/* Clear floated elements */
#menu ul a:hover{background: #fff;background: -moz-linear-gradient(#5fa173,  #040404);	background: -webkit-gradient(linear, left top, left bottom, from(#5fa173), to(#040404));
background: -webkit-linear-gradient(#5fa173,  #040404);background: -o-linear-gradient(#5fa173,  #040404);background: -ms-linear-gradient(#5fa173,  #040404);
background: linear-gradient(#5fa173,  #040404); color:#fff;}


* html #menu             { zoom: 1; } /* IE6 */
*:first-child+html #menu { zoom: 1; } /* IE7 */

ul#topnav {
	margin: 0; padding: 0;
	float: left;
	width: 970px;
	list-style: none;
	position: relative;
	font-size: 1.2em;
	background:url(images/topnav_s.gif) repeat-x;
}
ul#topnav li {
	float: left;
	margin: 0; padding: 0;
	border-right: 1px solid #555;
}
ul#topnav li a {
	padding: 10px 15px;
	display: block;
	color: #f0f0f0;
	text-decoration: none;
}
ul#topnav li:hover { background: #1376c9 url (images/topnav_a.gif) repeat-x; }
ul#topnav li span {
	float: left;
	padding: 15px 0;
	position: absolute;
	left: 0; top:35px;
	display: none;
	width: 970px;
	background: #1376c9;
	color: #fff;
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
}
ul#topnav li:hover span { display: block; }
ul#topnav li span a { display: inline; }
ul#topnav li span a:hover {text-decoration: underline;}
/*모바일 header*/
/*슬라이드전체네비게이션 ------------------------------------------------------------------------------------------------------------------------------------- -------------------------*/

.categoryAllmenuWrapper{display:none;position:fixed;top:0px;left:0px;width: 100%;height:100vh;/* background:/*#40484f;*/#fff;z-index:99999;
overflow-x:hidden; overflow-y:auto; background-color: rgba(0,0,0,0.5);box-shadow: 5px 0 12px rgb(0 0 0 / 40%);}
.categoryAllmenuWrapper .side-nav-inner{width: 80%;height: auto;min-height: 100%;background: #ececec;box-shadow: 5px 0 12px rgba(0, 0, 0, 0.4);}
.categoryAllmenuWrapper .cateTitle{position:relative;top:0; left:0; right:0;height:auto;background:#ccc;font-weight:bold;/*z-index:999999;*/}
.categoryAllmenuWrapper .cateTitle .titleText {float:left;color:#b0b5b9;line-height:48px; overflow:hidden;width:100%;}
.categoryAllmenuWrapper .cateTitle .titleText li { float:left; font-size:15px; margin-left:20px;}
.categoryAllmenuWrapper .cateTitle .titleText li:last-child { margin-left:0;float:right;font-size:15px;background: #1F4E79;} 
.categoryAllmenuWrapper .cateTitle .titleText li:last-child a {width:55px; height:48px; text-align:center; box-sizing:border-box; margin-right:18px;}
.categoryAllmenuWrapper .cateTitle .titleText li a {color:#fff;}
/*
.categoryAllmenuWrapper .cateTitle .titleText li a > .joinA:after{content: "";display: block;width: 7px;height: 7px; border-top: 1px solid #fff;
border-right: 1px solid #fff;-webkit-transform: rotate(45deg) translateY(-1px);-o-transform: rotate(45deg) translateY(-1px);transform: rotate(45deg) translateY(-1px);
margin-left: 12px;position: absolute;top: 33px;left: 140px;}
*/
/*로그인후*/
.categoryAllmenuWrapper .cateTitle .titleText1 {float:left;color:#b0b5b9; overflow:hidden; width:100%; }
.categoryAllmenuWrapper .cateTitle .titleText1 li { float:left; font-size:15px; margin-left:20px; padding:10px 0;}
.categoryAllmenuWrapper .cateTitle .titleText1 li ul{margin:0; padding:0 20px; }
.categoryAllmenuWrapper .cateTitle .titleText1 li ul li{width:100%; margin-left:0; float:none; font-size:12px; height:auto; color:#fff;}
.categoryAllmenuWrapper .cateTitle .titleText1 li ul li a{color:#c7c7c7;}
.categoryAllmenuWrapper .cateTitle .titleText1 li:last-child { color:#000;background:#f3f3f3;width: 100%; margin-left:0;margin-bottom:0; padding:5px 0;} 
.categoryAllmenuWrapper .cateTitle .titleText1 li:last-child a {width:55px; height:auto; text-align:center; box-sizing:border-box; margin-left:20px;}
.categoryAllmenuWrapper .cateTitle .titleText1 li a {color:#fff; font-size:14px;}


.categoryclose img {width:24px;}
.categoryAllmenuWrapper .gnbLoginWrapper{padding:15px;margin-top:48px;}
/* 상단 srart */
.headerOuterWrapper {display:none; z-index: 9999;margin-left: 0px;margin-right: 0px;background-color: #fff;}
.headerWrapper {z-index: 9990;height: 50px;background-color: #0383a9; width:100%;
position:relative;border-bottom:1px solid #dcdcdc;display:table;}
.headerWrapper h1{display:table-cell; vertical-align:middle;}
.headerWrapper a.mainLogo{ display:block;width:90px; margin:0 auto;}
.cateAllButton .fa{font-size:22px; color:#fff } /*#3e4e5b*/

.mheaderWrapper h1{width:180px;}
/*
.headerWrapper ul{position:absolute; top:16px;right:10px;}
.headerWrapper ul li{float:left; margin-left:10px;}
.headerWrapper ul li .fa{font-size:22px; color:#fff}/*#3e4e5b*/

.categoryAllmenuWrapper .cateTitle .titleText1 > .categoryCloseArea{position:absolute; right:17px; bottom:40px;}
/*모바일 헤더 예치금, 포인트 */


.gnbWrapper{/* margin-top:90px; */background-color:#fff; width:100%; height:100%; /*margin-top:70px;*/}

/*배송대행,구매대행신청*/
.gnbWrapper .write {
	border-bottom:1px solid #888888;
}
.gnbWrapper .write a {
	position: relative;
	display: block;
	color: #333;
	font-size: 14px;
	font-weight: bold;
	padding: 10px 0 10px 23px;
	border-bottom:1px solid #dfdfdf;
	background: #fff;
}
.gnbWrapper .write a:last-child {
	border-bottom:none;
}
.gnbWrapper .write a:before {
	content:"";
	display:block;
	border:1px solid;
	position:absolute;
	top:50%;
	left:15px;
	margin-top:-1px;
}
.gnbWrapper .write a:after {
	content: "";
	display: block;
	width: 7px;
	height: 7px;
	border-top: 1px solid #666;
	border-right: 1px solid #666;
	-webkit-transform: rotate(45deg) translateY(-1px);
	-o-transform: rotate(45deg) translateY(-1px);
	transform: rotate(45deg) translateY(-1px);
	margin-left: 12px;
	position: absolute;
	top: 19px;
	right: 25px;
}


.gnbWrapper .link_type_button {
	overflow:hidden;
	background: #f3f3f3;
	padding: 10px;
}
.gnbWrapper .link_type_button .big-area {
	
}
.gnbWrapper .link_type_button .big-area a {
	display:
	block;
	border:1px solid #dfdfdf;
	text-align: center;
	color:#333;
	font-size: 12px;
	float: left;
	width: 49%;
	background: #fff;
	padding: 12px 0;
}
.gnbWrapper .link_type_button .big-area a img {
	width:31px;
	display:block;
	margin:0 auto 8px;
}

.Agnb{}
.Agnb > li{/*padding:30px 15px 0;*//* padding:20px 15px 0; */border-bottom: 1px solid #dfdfdf;}
.Agnb > li:first-child{border-top: 1px solid #dfdfdf;}
.Agnb > li:last-child{border-bottom:none;}
.Agnb .iconShopBg img {width:12px; display:inline-block;}
.Agnb .iconShopBg2 img {width:14px; display:inline-block;}
.Agnb .iconShopBg  {margin-right:10px; float:left; width:10%;}
.Agnb .iconShopBg2  {margin-right:10px; margin-left:-1px;}
.Agnb > li img {width:16px; display:inline-block; margin-top:2px;}

.Agnb > li a{ font-size:16px; font-weight:bold;padding:15px; box-sizing:border-box; position:relative;}

.Agnb > li > .menuiconBox{display:block; width:100%; height:40px; line-height:40px; font-size:14px; font-weight:bold;padding:0 10px; 
box-sizing:border-box; position:relative;} 
.m_cust {padding:20px 15px 0 15px; box-sizing:border-box;}
.m_cust img {width:230px;}

.Agnb > li a.select {/* background: #b7b7b7; */display: block;}
/*.Agnb > li a .moreBl{float:left; width: 100%;}*/
.Agnb > li a .moreBl {display:inline-block; float:left;width: 91%;margin-left: 5%;}
.Agnb > li a .moreBl:before{
    content: "";
    display: block;
    border: 1px solid;
    position: absolute;
    top: 50%;
    left: 16px;
    margin-top: -1px;
    }

.Agnb > li a .moreBtnArea {
	content: "";
	display: block;
	width: 7px;
	height:7px;
	border-top: 1px solid #666;
	border-right: 1px solid #666;
	-webkit-transform: rotate(138deg);
	-o-transform: rotate(138deg);
	transform: rotate(138deg);
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
	margin-left: 0;
	position: absolute;
	top: 12px;
	right: 23px;
	transform-origin: center;
}
/*.Agnb > li a .moreBl >strong:after transform:rotate(138deg);*/
.Agnb > li a .moreBl > i{}
.Agnb > li .gnbDeth2{display:none;padding:10px 0px;background-color:#f7f7f7; border-top:1px solid #dfdfdf;}
.Agnb > li .gnbDeth2 li{padding-left:23px;line-height:25px;}
.Agnb > li .gnbDeth2 li a{width:100%; display:inline-block;font-size:13px; font-weight:400;padding:0;/* color:#c7c7c7; */}
.Agnb > li .gnbDeth2 li a:before{content:"-"; display:inline-block; clear:both;}

/*슬라이드전체네비게이션 -------------------------------------------------------------------------------------------------------------------------------------- ------------------------*/

.Agnb .anotherLiArea{width:100%; height:80px; border-bottom:none; background-color:#ececec;}


/*로고*/
.LogoWrapper{padding: 0px;height:50px;z-index: 9990;width:100%;border-bottom:1px solid #dcdcdc;position:relative;
	background:#fff;display:table;}
.LogoWrapper h1{display:table-cell; vertical-align:middle;}
.LogoWrapper a.mainLogo{ display:block;width:90px; margin:0 auto;}



/*로고/ 상단버튼 end*/

/*네비*/
.shopNavi{
	height:32px;
}
/*네비 end*/


/*전체메뉴*/
.shopNavi > .mainMenuButton, .categoryTitle > .mainMenuButton {
	display:block;
	width: 42px;
	height: 32px;
	background: url(/Mobile/images/common/mainMenuButtonBg.png) 0px 0px no-repeat #5bb7e7;
	float: left;
	color:#fff;
	font-size:14px;
	line-height:31px;
	padding-left:38px;
	font-weight:bold;
}

.mainMenuButton:hover {
	text-decoration: none;
}
.mainMenuOuterWrapper {
	display: none;
	z-index: 9999;
	background-color: #fff;
}
.mainMenuWrapper {
	margin: 0px;
	position: relative;
	padding-top: 20px;
	padding-left:7px;
	padding-right:7px;
}
.mainMenuWrapper > li {
	float: left;
	width:100%;
	box-sizing:border-box;
	list-style:none;
	padding-bottom:10px;
}

.mainMenuWrapper > li > div{
	float:left;
	width:50%;
	line-height:20px;
}

.mainMenuWrapper > li > div > a:first-child{
	font-weight:bold;
	font-size:14px;
	padding-bottom:5px;
	border-bottom:1px solid #cfcfcf;
	margin-bottom:5px;
}
.mainMenuWrapper > li:last-child {
	margin-bottom: 12px;
}
.mainMenuWrapper > li > div > a {
	color: #313131;
	margin:0px 7px;
	display:block;
	font-size:13px;
}
.mainMenuWrapper > li > a:hover {
	text-decoration: none;
}
.mainMenuWrapper > li:hover > a {
}
.mainMenuWrapper > li.currentPage {
	background-color: #333;
}
.mainMenuWrapper > li.currentPage > a {
	color: #fff;
}
.mainMenuWrapper .bgIconWrapper{
	width:23px;
	height:22px;
	float:left;
	margin-right:5px;
	position:relative;
	top:-2px;
}
.m_cust {padding:20px 15px 0 15px; box-sizing:border-box;}
.m_cust img {width:230px;}


.myLog{position: absolute; top: 20px; right:14px;}
.myLog img{width:100%;}

/*mHeader*/

#mHeader {display:none;  width:100%; height:50px; z-index: 9999; margin-left: 0px; margin-right: 0px; background-color: #fff; position:fixed; top:51px;}
.mheaderWrapper {z-index: 9990;height: 50px; position:fixed;background-color: #fff; width:100%; border-bottom:1px solid #dcdcdc;display:flex;
justify-content:space-between; align-items:center;}
.cateAllButton{margin-left:15px;}
.cateAllButton .fa{font-size:30px; color:#ccc;}
.m_myIcon{margin-right:15px;}
#mHeader h1{margin:0 auto;}
#mHeader h1 img{display:block; width:150px;}
/*################### infoMenu / allMenu ###################*/
#allMenu{width:29px; height:30px; margin-left:18px;position:absolute; left:10px; top:20px;}
#allMenu a{display:block; width:100%; height:100%; position:relative;}
#allMenu a span{display:block; width:100%; height:2px; background-color:#fff; position:absolute;
transition:top 0.2s linear,transform 0.2s linear;}
#headerWrap:hover #allMenu a span{background-color:#000;}
#allMenu a .line1{left:0; top:0;}
#allMenu a .line2{left:0; top:50%; margin-top:-1px;}
#allMenu a .line3{left:0; bottom:0;}


.depth2N_1 {width:990px; left:0px;}
.depth2N_2 {width:500px; }
.depth2N_3 {width:500px; }
.depth2N_4 {width:700px;  left:300px;}
/*.depth2N_4 {width:650px; left:-10px;}*/
.depth2N_5 {width:990px; left:-300px;}
.depth2N_6 {width:990px; right:0px;}





#mContainer {}
#sContainer {width:1390px; margin:0 auto; padding-top:200px; overflow:hidden;}
#container { padding:0px; }
#container:after {display:block;clear:both;content:"";}


#myOrder1{display:none;}
#footer {overflow:hidden; width:100%; color: #494949; font-family: dotum; 돋움; background-color:#3d3d3d; margin-top:50px;}
#footer .paddingBorder{width:1390px; margin:0 auto; display:flex; flex-wrap:nowrap;}
#footer .paddingBorder > p{border-left:1px solid #8d9e9d; height:36px; margin:7px 0;}
#footer .paddingBorder > p:first-child{width:/*50%*/48%;}
#footer .paddingBorder > p:nth-child(2){width:/*28.5%*/30.8%;}
#footer .paddingBorder > p > span{color:#C8E9D2; font-size:18px; margin-left:42px; line-height:36px; font-family:"Noto Sans CJK KR";}
#footer .pp_infoBox{ position: relative; width: 100%; height:50px; background:#405747;}
#footer .pp_info {overflow:hidden; margin-top:-10px;}
#footer .pp_info li {float:left; margin-right: 10px; padding-right: 11px; background: url(/image/common/bt_line.gif) no-repeat right 50%;}
#footer .pp_info li:last-child {margin-right: 0; padding-right: 0; background:none;}
#footer .pp_info li a {font-size: 14px; line-height:40px; color:#C9DBCE; font-weight:700;}
#footer .f_con{position: relative; width:1390px; margin:0 auto; padding:38px 0 0; padding-bottom:40px;}

#footer .copyright { line-height:20px; text-align:left;}
#footer .copyright p {color:#fff;}
#footer a.btnTop{position:absolute; bottom:0px; right:0px;}
#footer .footer-inner {width: 1390px; margin: 0 auto;}

#footer #trkSh{margin-top:0px; height:70px; line-height:70px;}
#footer #trkSh .trkArea {width:625px;}
.escrowcmark{position:absolute; top:35px; right:20px;}

#footer .search-de {
	position: absolute;
	top: 25px;
	right: 0;
}

#footer .search-de span {
	float: left;	
}

#footer .search-de span:first-child {
	margin-right: 15px;	
}

#footer input.sd2 {
	height: 24px;
	width: 148px;
	padding: 4px;
	vertical-align: middle;
	border: 1px solid #787a7d;
	border-right: none;
	color: #bdbdbe;
	background: #34373c;
	box-sizing: border-box;
	font-family: 돋움, dotum;
}


#footer input::-webkit-input-placeholder {color:#bdbdbe;}
#footer input::-moz-placeholder {color:#bdbdbe;}

#trkSh {width:207px; margin:0 auto;}
#trkSh .trkArea {}
#trkSh .trkArea .sh {float:left}
#trkSh .trkArea .sh li {float:none;  height:104px;}
#trkSh .trkArea .sh li:first-child {}
#trkSh .trkArea .sh li td { padding-bottom:4px; padding-right:5px; vertical-align:middle}

.btmDflex{display:flex; flex-wrap:nowrap; justify-content:space-between;}
.btmDflex > div{padding:15px 0 15px 3%; border-left:1px solid #5a5a5a;}
.btmDflex > div:first-child{width:40%;}
.btmDflex > div h2{display:none;}
/*퀵메뉴*/
/*왼쪽*/
#QiuckMenu2 {max-width:100px;}
#QiuckMenu2 li{padding-bottom:8px;}
#QiuckMenu2 li a img{max-width:100px;}
/*오른쪽*/
#QiuckMenu{width:auto;}

/*번역기 style01*/
.papagoBox01 {position:relative; background-color:#7f90ab; padding:15px; width:130px; border-radius:10px;}
.papagoBox01 #lanBtn {box-sizing:border-box; display:block; width:100%; border-radius:10px; background-color:#fff; font-weight:bold;font-size:13px; padding:8px 0; margin-bottom:15px; border:none; cursor:pointer;}
.papagoBox01 #papagoText {box-sizing:border-box; display:block; font-size:13px;border-radius:10px; min-height:64px; padding:8px; width:100%;}
.papagoBox01 #goPapagoBtn {box-sizing:border-box; display:block; width:75%; background-color:#002157; border-radius:15px; font-size:13px;padding:3px 0; margin-bottom:4px; color:#fff; border:none; position:absolute; left:20px; bottom:63px; cursor:pointer; }
.papagoBox01 #papago2Div {box-sizing:border-box; font-size:13px; width:100%; min-height:60px; border-radius:10px; background-color:#fff;}
/*번역기 style01 end*/

/*번역기 style02*/
.papagoBox02 {
	position:relative; background-color:#c7ceda; padding:15px; width:130px; border-radius:10px;
}
.papagoBox02 #lanBtn {
	box-sizing:border-box; display:block; width:100%; border-radius:10px; background-color:#002157; font-weight:bold;font-size:13px; padding:8px 0; margin-bottom:10px; border:none; cursor:pointer; color:#fff;
}
.papagoBox02 #papagoText {
	box-sizing:border-box; border:none; display:block; font-size:12px; border-radius:10px; min-height:64px; padding:8px; padding-right:27px; width:100%; margin-bottom:5px; box-shadow:3px 3px 5px rgba(0,0,0,0.1);
}
.papagoBox02 #goPapagoBtn {
	box-sizing:border-box; display:block; width:28px; height:65px; background-color:#002157; border-radius:10px; font-size:13px;padding:3px 0; margin-bottom:4px; color:#fff; border:none; position:absolute; right:12px; top:56px; cursor:pointer;
}
.papagoBox02 #papago2Div {
	box-sizing:border-box; font-size:13px; width:100%; min-height:60px; border-radius:10px; background-color:#fff; box-shadow:3px 3px 5px rgba(0,0,0,0.2);
}
/*번역기 style02 end*/

/*번역기 style03*/
.papagoBox03 {
	position:relative; background-color:#ddeade; padding:15px; width:130px; border-radius:10px;
}
.papagoBox03 #lanBtn {
	box-sizing:border-box; display:block; width:100%; border-radius:10px; background-color:#6ba46f; font-weight:bold; font-size:13px; padding:8px 0; margin-bottom:15px; border:none; cursor:pointer; color:#333; box-shadow:3px 3px 5px rgba(0,0,0,0.1);
}
.papagoBox03 #papagoText {
	box-sizing:border-box; display:block; border:none; font-size:12px; border-radius:10px; height:75px; padding:8px; padding-bottom:25px; width:100%; border-bottom:2px dashed #ddd; box-shadow:3px 3px 5px rgba(0,0,0,0.1);
}
.papagoBox03 #goPapagoBtn {
	box-sizing:border-box; display:block; width:65%; background-color:#6ba46f; border-radius:15px; font-size:12px; font-weight:bold; padding:3px 0; margin-bottom:4px; color:#333; border:none; position:absolute; left:28px; bottom:88px; cursor:pointer;
}
.papagoBox03 #papago2Div {
	box-sizing:border-box; font-size:13px; width:100%; min-height:68px; border-radius:10px; background-color:#fff; box-shadow:3px 3px 5px rgba(0,0,0,0.1);
}
/*번역기 style03 end*/

/*번역기 style04*/
.papagoBox04 {
	background-color:#adb0b3; width:150px; border-radius:10px; border:1px solid #adb0b3; box-shadow:3px 3px 5px rgba(0,0,0,0.1); 
}
.papagoBox04 #lanBtn {
	box-sizing:border-box; display:block; width:100%; padding:10px 0; border-radius:10px; font-weight:bold; font-size:13px; border:none; cursor:pointer; color:#333; background:#adb0b3;
}
.papagoBox04 #papagoText {
	box-sizing:border-box; display:block; border:none; font-size:13px; height:68px; padding:8px; width:100%; text-align:center; 
}
.papagoBox04 #papago2Div:before {
	content: '▼';
	display:block;
	z-index:100;
	color:#fff;
    position: absolute;
	font-size:15px;
    left:calc(50% - 10px);
    top:-6px;
    /*border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 8px solid #333;*/

}
.papagoBox04 #papago2Div {
	box-sizing:border-box; font-size:13px; width:100%; min-height:68px; background-color:#e7e8e9; position:relative;
}
.papagoBox04 #goPapagoBtn {
	box-sizing:border-box; display:block; width:65%; background-color:#0076a3; border-radius:15px; font-size:12px; font-weight:bold; padding:4px 0; margin:10px auto; color:#fff; border:none; cursor:pointer; 
}

/*번역기 style04 end*/


/* 로그인 */
.login_box2 {padding:80px;border:1px solid #dfdfdf; width:400px; margin:0 auto;}
.l_other {width:auto;}
.login_box2 .tit0 {font-weight:bold;font-size:16px;}
.login_box2 .siteNm {color:#6dbaec;}
.login_box2 .tit1 {font-size:12px;color:#888;padding-top:8px;}
.login_box2 .tit {padding-bottom:23px;}
.login_box2 .login {position:relative;width:299px;margin-top:29px;padding:0 95px 23px 0;}
.login_box2 .other {width:298px;margin:0;padding:29px 95px 23px 0;border-bottom:1px solid #dedede;background:url("/image/common/dot.gif") 0 0 repeat-x;}
.login_box2 .login dl {margin-bottom:-8px;*margin-bottom:8px;zoom:1;}
.login_box2 .login dl:after{display:block;clear:both;content:"";}
.login_box2 .login dl dt {float:left;width:80px;margin-top:6px;font-weight:bold;font-size:14px;}
.login_box2 .login dl dd {float:left;margin-bottom:14px;}
.login_box2 .login dl dd input {width:210px;padding:7px 3px;border:1px solid #ccc;}
.login_box2 .login dl dd .hp {width:65px;}
.popLogin .login_box2 .login dl dd input {background-color:#f5f5f5; }
.popLogin .login_box2 .login dl dd .hp {width:62.4px; background-color:#f5f5f5; }
.login_box2 .login .btn {position:absolute;top:0px;right:0;}
.login_box2 .other .btn {top:29px;}
.login_box2 .other .btn2 {position:absolute;bottom:30px;*bottom:32px;right:0;}
.login_box2 .login_tip {margin-top:17px;padding-left:0px;}
.login_box2 .login_tip li {overflow:hidden;margin-bottom:9px;padding-left:0px;background:url("/image/common/ico/ico_sq.gif") 0 5px no-repeat;}
.login_box2 .login_tip li span {}
.login_box2 .dot {border-bottom:1px dotted #ddd;}

a.naverLoginBtn {
    display:inline-block;
    width: 195px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    background: #00c73c;
    margin-top:15px;
}

a.kakaoLoginBtn {
    display:inline-block;
    width: 195px;
    height: 30px;
    line-height: 30px;
    color: #4e3f40;
    font-weight:bold;
    text-align: center;
    background: #ffe800;
    margin-top:15px;
}


/* Execel Input */
.iptTmp input {height:13px; line-height:13px; border:1px solid #d0d2d7; color:#777; font-size:12px; padding:4px; }
.iptTmpErr input {height:13px; line-height:13px; border:1px solid #ff0000; color:#fff; background:#ff3300; font-size:12px; padding:4px; }

.input_login {height:16px; line-height:16px; border:1px solid #c5c5c5; font-size:12px; padding:4px; background:#fff; }
.id_blur { background: #fff url('/image/common/idFocus.jpg') no-repeat 5px 4px; }
.id_focus { }
.pw_blur { background: #fff url('/image/common/pwFocus.jpg') no-repeat 5px 4px; }
.pw_focus { }

.ipt_type1 {width:146px;}
.ipt_type2 {width:199px;}
.ipt_type3 {width:120px;}
.ipt_type4 {width:80px;}
.ipt_type5 {width:230px;}
.ipt_type6 {width:40px;}

.hp {width:40px;}
.email_1 {width:100px;}
.email_2 {width:100px;}
.name {width:100px;}
.slt2 {width:50px;}
.adr {width:70%;}
.m_num {width:210px;}
.m_num2 {width:100px;}
.site {width:210px;}
.full {width:94%;}
.cnt {width:50px;}
.sm {width:60px;}
.date {width:68px;}

.per40 {width:40%;}
.per60 {width:60%;}
.per20 {width:20%;}

.s_type1 {width:100px;}
.s_type2 {width:60px;}
.bank {width:200px;}

.nbd {border:0 !important;}
.nbd_b {border-bottom:0 !important;}

.mt20 {margin:20px 0;}
.ml10 {margin-left:10px;}
.ml30 {margin-left:30px;}

.lht_150 {line-height:150%;}

.point {color:#ff0000;}
.point2 {color:#d20101 !important;}
.point3 {color:#00aeef !important;}
.grade {color:#0072bc;}
.point4 {color:#ed1c24 !important;}

.yellow {color:#e8e4a2;}
.light-blue {color:#a6b7c0;}
.blue {color:#508db8 !important;}
.light-grey {color:#d7d7d7}
.white {color:#fff;}
.bold { font-weight: bold; }
.grey1 { color: #a9a9a9; }
.red1 { color: #ff3300; }
.black1 { color: #333; }
.clrRed1 { color: #ff6600; }
.clrBlue1 { color: #5050fa; }
.clrBlue2 { color: #0099ff; }
.green1 { color: #339999; }
.orange1 {color:#e65b6e}

.ft_13 {font-size:13px;}
.ft_14 {font-size:14px;}
.ft_15 {font-size:15px;}

.txtCenter {text-align:center;}
.txtLeft {text-align:left;}
.txtRight {text-align:right;}

/* btns */
.btn_txt {overflow:hidden;display:inline-block;height:17px;padding-left:4px;background:url("/image/common/btn/btn_left.gif") no-repeat 0 0;}
.btn_txt span {float:left;height:16px;padding:3px 16px 0 4px;color:#898989;font-family:dotum;font-size:11px;text-align:center;background:url("/image/common/btn/btn_right.gif") no-repeat 100% 0;cursor:pointer;}

.btn_write {overflow:hidden;display:inline-block;height:33px;padding-left:20px;background:url("/image/common/btn/btn_left_2.gif") no-repeat 0 0;}
.btn_write span {float:left;height:22px;padding:11px 20px 0 0px;color:#fff;text-align:center;background:url("/image/common/btn/btn_right_2.gif") no-repeat 100% 0;cursor:pointer;}

a.btn_list {
    overflow: hidden;
    display: inline-block;
    height: 33px;
    padding: 0px 20px;
    line-height: 33px;
    background: #49aded;
    border-radius: 3px;
    color: #fff;
}

a.btn_write {
    overflow: hidden;
    display: inline-block;
    height: 33px;
    padding: 0px 20px;
    line-height: 33px;
    background: #ff6f70;
    border-radius: 3px;
    color: #fff;
}

a.btn_write2 {
    overflow: hidden;
    display: inline-block;
    height: 33px;
    padding: 0px 20px;
    line-height: 33px;
    background: #ff6f70;
    border-radius: 3px;
    color: #fff;
}

/*회원가입 소셜버튼*/
a.btn_naver {overflow: hidden; display: inline-block;  height: 33px; padding: 0px 10px 0 5px; line-height: 33px;  background: #00c73c;
border-radius: 3px; color: #fff;}
a.btn_kakao {overflow: hidden; display: inline-block;  height: 33px;padding: 0px 25px; line-height: 33px;  background:#ffe800; border-radius: 3px; color:#4e3f40;}
a.btn_goog {overflow: hidden; display: inline-block;  height: 33px; line-height: 31px;  background:#4285F4;
border-radius: 3px; color:#fff;}
a.btn_goog > span{display:flex; flex-wrap:nowrap; line-height:31px; border:1px solid #4285F4; border-right:none; overflow:hidden;}
a.btn_goog > span > span{background-color:#fff; width:32px; text-align:center; overflow:hidden;}
a.btn_goog > span > span img{margin-top:3px;}
a.btn_goog > span em{padding:0 15px 0 10px;}
a.btn_faceBk {overflow: hidden; display: inline-block;  height: 33px; padding: 0px 10px 0 5px; line-height: 33px;  background: #3564a2;
border-radius: 3px; color: #fff;}

.btn_list {overflow:hidden;display:inline-block;height:33px;padding-left:20px;background:url("/image/common/btn/btn_left_3.gif") no-repeat 0 0;}
.btn_list span {float:left;min-width:36px;height:22px;padding:11px 20px 0 0px;color:#fff;text-align:center;background:url("/image/common/btn/btn_right_3.gif") no-repeat 100% 0;cursor:pointer;}

/* 이나경 추가 현금영수증용 */
.btn_list2 {line-height: 12px; overflow:hidden;display:inline-block;height:33px;padding-left:20px;background:url("/image/common/btn/btn_left_3.gif") no-repeat 0 0;}
.btn_list2 span {float:left;min-width:36px;height:22px;padding:11px 20px 0 0px;color:#fff;text-align:center;background:url("/image/common/btn/btn_right_3.gif") no-repeat 100% 0;cursor:pointer;}

.btn_w76 span {/*padding:11px 26px 0 6px;min-width:36px;*/}

.btn_re {overflow:hidden;display:inline-block; width:100%; height:60px; text-align:center; background-color:#fafafa;border:1px solid #dbdbdb;
box-shadow: 0 0 2px rgba(255,255,255,.5); line-height:60px; border-radius:5px;}
.btn_re1 {overflow:hidden;display:inline-block; width:100%; height:29px; margin-bottom:2px; text-align:center; background-color:#333;border:1px solid #dbdbdb;
box-shadow: 0 0 2px rgba(255,255,255,.5);  border-radius:5px; line-height:29px; color:#fff;}
.btn_re2 {overflow:hidden;display:inline-block; width:100%; height:29px; margin-bottom:2px; text-align:center; background-color:#;border:1px solid #dbdbdb;
box-shadow: 0 0 2px rgba(255,255,255,.5);  border-radius:5px; line-height:29px;}
/*.btn_re span {float:left;height:35px;line-height:35px;padding:0px 15px 0 0px;color:#636363;font-weight:bold;text-align:center;background:url("/image/common/btn/btn_right_4.gif") no-repeat 100% 0;cursor:pointer;}
*/
.btn_re span{display:inline-block; text-align:center; width:100%; height:100%;}
.btn_reg {overflow:hidden;display:inline-block;height:28px;padding:0 20px;background-color:#d30009; border-radius:3px;}
.btn_reg span {float:left;height:28px;line-height:28px;color:#fff;text-align:center;cursor:pointer;}
.btn_reg:hover{background-color:red;}
.btn_reg:hover span{font-weight:700;}
.btn_reg1 {overflow:hidden;display:inline-block;height:28px;padding-left:20px;background:#d30009; border-radius:3px;}
.btn_reg1 span {float:left;height:28px;line-height:28px;padding:0px 20px 0 0px;color:#fff;text-align:center;background:#d30009;cursor:pointer;}

.btn_cancel {overflow:hidden;display:inline-block;height:28px;padding:0 20px;background-color:#fefefe; border:1px solid #A6A6A6; border-radius:3px;}
.btn_cancel span {float:left;height:28px;line-height:28px;color:#636363;text-align:center;cursor:pointer;}
.btn_cancel:hover{background-color:#000;}
.btn_cancel:hover span{color:#fff; font-weight:700;}

.btn_small {overflow:hidden;display:inline-block;height:26px; padding:0 10px; border-radius:5px;background-color:#97999b; /*padding-left:8px;background:url("/image/common/btn/btn_left_7.gif") no-repeat 0 0;*/}
.btn_small span {float:left;height:25px;line-height:26px;/*padding:0px 8px 0 0px;*/  color:#fff;text-align:center;/*background:url("/image/common/btn/btn_right_7.gif") no-repeat 100% 0;cursor:pointer;*/}

.btn_small2 {overflow:hidden;display:inline-block;height:23px;padding:0 10px;background-color:#585858; border-radius:3px;}
.btn_small2 span {float:left;height:23px;line-height:23px;color:#fff;text-align:center;cursor:pointer;}
.btn_small2:hover{background-color:blue; font-weight:700;}
/* 2020-09-24 이나경 */

.btn_small22 {overflow:hidden;display:inline-block;height:23px;padding:0 10px; background-color:#eee; border-radius:3px;border:1px solid #ccc;}
.btn_small22 span {float:left;height:23px;line-height:23px; color:#555555;text-align:center; cursor:pointer; font-weight:600;}
.btn_small22:hover{background-color:#000;}
.btn_small22:hover span{color:#fff; font-weight:700;}

.btn_small33 {overflow:hidden;display:inline-block;height:23px;padding:0 10px;background-color:#FBA900;border-radius:3px;}
.btn_small33 span {font-size:13px; font-weight:bold;float:left;height:23px;line-height:23px; box-sizing:border-box;color:#fff;text-align:center; cursor:pointer;text-align:center}
.btn_small33:hover{background-color:blue; font-weight:700;}

.btn_small44 {overflow:hidden;display:inline-block;height:23px;padding:0 10px;background:#238F97;border-radius:3px;}
.btn_small44 span {font-size:13px; font-weight:bold;float:left;height:23px;line-height:23px;  box-sizing:border-box;color:#fff;text-align:center; cursor:pointer;text-align:center}
.btn_small44:hover{background-color:blue;}

.btn_small21 {overflow:hidden;display:inline-block;height:23px;padding:0 10px;background-color:#585858; border-radius:3px;}
.btn_small21 span {font-size:13px; font-weight:bold;float:left;height:23px;line-height:23px;color:#fff;text-align:center;;cursor:pointer;}
.btn_small21:hover{background-color:red;}
.btn_small21:hover span{font-weight:700;}

.btn_small3 {overflow:hidden;display:inline-block;height:23px;padding:0 10px;background-color:#fba900; border-radius:3px;} /*노란색*/
.btn_small3 span {float:left;height:23px;line-height:23px; color:#fff;text-align:center;cursor:pointer;font-weight:normal;font-size:12px;}
.btn_small3:hover{background-color:#dd2910;}/*레드로변경*/

.btn_small4 {overflow:hidden;display:inline-block;height:23px;padding:0 10px;background-color:#399; border-radius:3px;}
.btn_small4 span {float:left;height:23px;line-height:23px;color:#fff;text-align:center;cursor:pointer;font-weight:normal;font-size:12px;}

.btn_small5 {overflow:hidden;display:inline-block;height:23px;padding:0 10px;background-color:#000; border-radius:3px;}
.btn_small5 span {float:left;height:23px;line-height:23px;color:#fff;text-align:center;cursor:pointer;font-weight:normal;font-size:12px;}
.btn_small5:hover{background-color:blue;}
.btn_small5:hover span{font-weight:700;}

.btn_small6 {background:#fec913; color:#333; border-radius:10px; padding:8px 15px; font-weight:bold; border:1px solid #ddd; text-decoration:none; cursor:pointer;}
.btn_small6-1 {background:#eee; color:#333; border-radius:10px; padding:8px 15px; font-weight:bold; border:1px solid #ddd; text-decoration:none; cursor:pointer;}
.btn_small6-2 {background:#1d4868; color:#ddd; border-radius:10px; padding:4px 12px; font-weight:bold; border:1px solid #ddd; text-decoration:none; cursor:pointer;}
.btn_small6-2:hover{background-color:#000;}
.btn_small6-2:hover span{color:#fff;}

.btn_big1 {background:#00558f; color:#fff; font-size:15px; font-weight:bold; display:inline-block; width:181px; height:47px; line-height:47px; text-align:center; text-decoration:none; cursor:pointer;}
.btn_big1 span {color:#fff; }
.btn_big1:hover {background:#003254;}
.btn_big1-1 {background:#b7b7b7; color:#333; font-size:15px; font-weight:bold; display:inline-block; width:181px; height:47px; line-height:47px; text-align:center; text-decoration:none; cursor:pointer;}
.btn_big1-1 span {color:#333; }
.btn_big1-1:hover{background:#888;}
.btn_big1-1:hover span{color:#fff; font-weight:700;}

.btn_orang {overflow:hidden;display:inline-block;height:28px;padding-left:20px;background:url("/image/common/btn/btn_left_8.gif") no-repeat 0 0;}
.btn_orang span {float:left;height:28px;line-height:28px;padding:0px 20px 0 0px;color:#fff;text-align:center;background:url("/image/common/btn/btn_right_8.gif") no-repeat 100% 0;cursor:pointer;}

.btn_green {overflow:hidden;display:inline-block;height:23px;padding:0 10px; background-color:#197b30; cursor:pointer; border-radius:3px;}
.btn_green span {float:left;line-height:23px;color:#e5f8ff;text-align:center;cursor:pointer;}
.btn_green:hover{background-color:blue;}
.btn_green:hover span{font-weight:700;} 

.btn2_reg {overflow:hidden;display:inline-block;height:23px;background-color:#2661bd; border-radius:3px;}
.btn2_reg span {float:left;height:23px;line-height:23px;padding:0 20px;color:#fff;text-align:center;background-color:#2661bd;cursor:pointer;}
.btn2_reg span:hover{background-color:#d0404c;}

.btn3_reg {overflow:hidden;display:inline-block;height:23px;background-color:#2661bd; border-radius:3px;}
.btn3_reg span {float:left;height:23px;line-height:23px;padding:0 20px;color:#fff;text-align:center;background-color:#2661bd;cursor:pointer;}
.btn3_reg span:hover{background-color:#d0404c;}

.btn2_reg1 {overflow:hidden;display:inline-block;height:23px; padding:0 10px; background-color:#2A65C1; cursor:pointer; border-radius:3px;}
.btn2_reg1 span {float:left;height:23px;line-height:23px;cursor:pointer; color:#fff; display:inline-block;}
.btn2_reg1:hover{background-color:#000; font-weight:700;}

.btn_pay {overflow: hidden;
    display: inline-block;
    height: 33px;
    padding: 0px 20px;
    line-height: 33px;
    background: #e91e63;
    border-radius: 3px;
    color: #fff;}
.btn_pay span {color:#fff;}

.btn_can {overflow: hidden;
    display: inline-block;
    height: 33px;
    padding: 0px 20px;
    line-height: 33px;
    background: #a2a2a2;
    border-radius: 3px;
    color: #fff;}
.btn_can span {color:#fff;}

.btn_com {display: block;
    line-height: 23px;
    text-align: center;
    margin-right: 4px;
	padding: 3px 8px;;
    box-sizing: border-box;
    color: #fbfbfb;
    background: #0076a3;
    border-radius: 5px;}

.Btn_Txt_Black1 {color:#222;text-shadow:1px 1px 1px #e04546;}
.Btn_Txt_White1 {color:#fff;text-shadow:1px 1px 1px #e04546;}
.Btn_Txt_Red1 {color:#a61718;text-shadow:1px 1px 1px #fa8383;}

.Btn1_Big {overflow:hidden;display:inline-block;height:46px;padding-left:28px;background:url("/image/common/btn/btn1_big_left.png") no-repeat 0 0;}
.Btn1_Big span {float:left;height:46px;line-height:44px;padding:0 26px 0 0;color:#fff;font-size:15px;font-weight:bold;text-align:center;background:url("/image/common/btn/btn1_big_right.png") no-repeat 100% 0;cursor:pointer;}

.Btn2_Big {overflow:hidden;display:inline-block;height:46px;padding-left:28px;background:url("/image/common/btn/btn2_big_left.png") no-repeat 0 0;}
.Btn2_Big span {float:left;height:46px;line-height:44px;padding:0 26px 0 0;color:#fff;font-size:15px;font-weight:bold;text-align:center;background:url("/image/common/btn/btn2_big_right.png") no-repeat 100% 0;cursor:pointer;}

.Btn3_Big {overflow:hidden;display:inline-block;height:46px;padding-left:28px;background:url("/image/common/btn/btn3_big_left.png") no-repeat 0 0;}
.Btn3_Big span {float:left;height:46px;line-height:44px;padding:0 26px 0 0;color:#fff;font-size:15px;font-weight:bold;text-align:center;background:url("/image/common/btn/btn3_big_right.png") no-repeat 100% 0;cursor:pointer;}

a.btn_m{display:inline-block; padding:5px; background:#21508a; font-size:14px; color:#fff; border-radius:5px;}


/** 버튼CSS타입변경(2020-02-07) **/

.btn_small2 , .btn_small3 , .btn_small4{padding:0 10px;border-radius:3px;background:none;}
.btn_small2{background-color:#585858;}
.btn_small3{background-color:#fba900;}
.btn_small4{background-color:#399;}
.btn_small2 span, .btn_small3 span , .btn_small4 span{float:none;padding:0;background:none; line-height:23px; font-size:13px;}

a.btn_5858{display:inline-block; padding:0px 10px; line-height:25px; border-radius:3px; background-color:#585858; color:#fff;}
a.btn_5858:hover{background-color:#1a3691;}

a.dpcancle_btn{display:inline-block; width:95px; text-align:center; line-height:23px; height:23px; border-radius:3px; background-color:#d30000; color:#fff;}
a.dpcancle_btn:hover{background-color:#f00;}
@media (max-width:1450px){
#header .head_visual{min-width:100%;}
.top-util .top-util-inner , .logo-section{width:96%; margin:0 auto;}
.top-gnb .gnb-inner {width:100%;}
#footer .pp_infoBox{width:96%; margin:0 auto; display:none;}
#footer .f_con{width:96%; margin:0 auto;}
#footer .pp_info{margin-top:0;}
.btmDflex > div h2{display:block;color:#C8E9D2; font-size:18px; margin-bottom:10px;line-height:36px; font-family:"Noto Sans CJK KR";}
}

@media (max-width:1250px){
.headerOuterWrapper{display:block;}
/*.categoryAllmenuWrapper{display:block;}*/
#header{display:none;}
#mHeader{display:block;}
.top-util .top-util-inner{width:auto; padding:0 15px;}
}
@media all and (min-width:100px) and (max-width:800px){
/*#header{display:none;}*/
.headerOuterWrapper{display:block;}
/*.categoryAllmenuWrapper{display:block;}*/
#header{display:none;}
#mHeader{display:block;}
.top-util .top-util-inner .util-con , .top-util .top-util-inner > div > a.moreBtn{display:none;}
}
@media all and (min-width:100px) and (max-width:1450px){

#floating , #floating2{display:none;}
}
@media all and (min-width:100px) and (max-width:1130px){
#sContainer{width:100%; margin:90px auto; padding-top:0;}
#subLeft {width:96%; margin:20px auto;}
#footer .f_con{width:96%;}
.mheaderWrapper h1{width:150px;}
#subRight{width:96%;}
.btmDflex{flex-wrap:wrap;}
.btmDflex > div{width:46%; padding-top:0;}
.btmDflex > div:first-child{width:100%;}
}
@media all and (min-width:100px) and (max-width:507px){
#footer .f_con .esc{top:5px;}
}
@media all and (min-width:100px) and (max-width:760px){

#footer .bottom-logo , #footer .copyright {float:none;}
}
@media all and (min-width:483px) and (max-width:768px){
#footer{padding-top:20px;}
.memberArea > .agree_tit{margin:0 0 10px;}
}
@media all and (min-width:100px) and (max-width:482px){
#footer .copyright{width:92%; margin-left:0; margin:0 auto;}
.mheaderWrapper .mainLogo{height:40px;}
#footer{padding-top:15px;}
.memberArea > .agree_tit{margin:0;}
}
/*마이페이지 테이블*/
@media all and (min-width:100px) and (max-width:810px){
#myOrder0{display:none;}
#myOrder1{display:block;}
}

@media all and (min-width:421px) and (max-width:510px){
.btn_reg1 span{width:150px; font-size:12px;}
}
@media all and (min-width:100px) and (max-width:420px){
.btn_reg1 span{width:111px; font-size:12px;}
}

/*하단 회사주소 떨어뜨리기*/
@media all and (min-width:100px) and (max-width:520px){
#footer .copyright  .BlockSpan{display:block;}
}

@media all and (min-width:100px) and (max-width:845px){
.InArea{width:100%; overflow:hidden;}
.InArea > strong.flstrong{display:inline-block; width:3%; float:left;}
.InArea > span.flspan{display:inline-block; width:97%; float:left;}
}

@media all and (min-width:100px) and (max-width:536px){
.InAreaBox .InArea > strong.flstrong{display:inline-block; width:5%; float:left;}
.InAreaBox .InArea > span.flspan{display:inline-block; width:95%; float:left;}
}

/*이용약관*/

.InArea font > span > strong.flstrong{display:inline-block; width:2%; float:left; font-weight:400;}
.InArea font > span > span.flspan{display:inline-block; width:97%; float:left;}

@media all and (min-width:483px) and (max-width:860px){
.InArea font > span > strong.flstrong{display:inline-block; width:3%; float:left; }
}
@media all and (min-width:100px) and (max-width:482px){
.InArea font > span > strong.flstrong{display:inline-block; width:5%; float:left; }
.InArea font > span > span.flspan{display:inline-block; width:95%; float:left;}
}


/*마이페이지 검색*/
@media all and (min-width:561px) and (max-width:1000px){
.btn3_reg{height:55px; line-height:55px;}
.btn3_reg span{height:55px; line-height:55px;}

}
@media all and (min-width:100px) and (max-width:560px){
.btn3_reg{height:23px; line-height:23px;}
.btn3_reg span{height:23px; line-height:23px;}
.btn_reg1{padding-left:10px;}
.btn_reg1 span{padding:0 10px 0 0;}
}
@media all and (min-width:100px) and (max-width:480px){

}
@media all and (min-width:100px) and (max-width:450px){
.btn_reg1{padding-left:8px;}
.btn_reg1 span{padding:0 8px 0 0;}
}
@media all and (min-width:100px) and (max-width:450px){
.btn_reg1{padding-left:5px;}
.btn_reg1 span{padding:0 5px 0 0;}
}
#google_translate_element{margin-top:3px;}
#google_translate_element > div > div {
	position: relative;
	min-width: 115px;
	height: auto;
	border-radius:5px;
	box-shadow: 1px 3px 6px #ccc;
	border:1px solid #ccc;
}
#google_translate_element > div > div > select::-ms-expand {
    display: none;
}
/*
#google_translate_element > div > div:after {
    content: '<>'; 
    font: 17px "Consolas", monospace;
    color: #333;
    transform: rotate(90deg);
    right: 11px;
    top: 0;
    padding: 0 0 2px;
    border-bottom: 1px solid #999;
    position: absolute;
    pointer-events: none;
}
*/
#google_translate_element > div > div > select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    width: 100%;
    max-width: 320px;
    height: 50px;
    float: right;
    margin: 5px 0px;
    padding: 0px 24px;
    font-size: 16px;
    line-height: 1.75;
    color: #333;
    border: 1px solid #cccccc;
    -ms-word-break: normal;
    word-break: normal;
    border-radius: 10px;
}
@media (max-width:800px){
#google_translate_element{margin-top:10px;}
}
@media (max-width:768px){
.btmDflex > div{width:97%; border-left:none;}
#footer .f_con{padding-bottom:0; padding:10px 0 20px ;}
}