@charset "utf-8";
@import url('https://fonts.googleapis.com/earlyaccess/notosanskr.css');
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800);
@import url(https://fonts.googleapis.com/css?family=Merriweather:400,300,400italic,300italic,700,700italic);
@import url(https://cdn.rawgit.com/openhiun/hangul/14c0f6faa2941116bb53001d6a7dcd5e82300c3f/nanumbarungothic.css);

@font-face { 
  font-family: 'Noto Sans KR'; 
  font-style: normal; 
  font-weight: 100; 
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.woff2) format('woff2'), 
      url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.woff) format('woff'), 
      url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.otf) format('opentype'); 
} 
@font-face { 
  font-family: 'Noto Sans KR'; 
  font-style: normal; 
  font-weight: 300; 
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.woff2) format('woff2'), 
      url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.woff) format('woff'), 
      url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.otf) format('opentype'); 
} 
@font-face { 
  font-family: 'Noto Sans KR'; 
  font-style: normal; 
  font-weight: 400; 
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff2) format('woff2'), 
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff) format('woff'), 
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.otf) format('opentype'); 
 } 
@font-face { 
  font-family: 'Noto Sans KR'; 
  font-style: normal; 
  font-weight: 500; 
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff2) format('woff2'), 
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff) format('woff'), 
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.otf) format('opentype'); 
 } 
@font-face { 
  font-family: 'Noto Sans KR'; 
  font-style: normal; 
  font-weight: 700; 
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff2) format('woff2'), 
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff) format('woff'), 
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.otf) format('opentype'); 
 } 
@font-face { 
  font-family: 'Noto Sans KR'; 
  font-style: normal; 
  font-weight: 900; 
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.woff2) format('woff2'), 
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.woff) format('woff'), 
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.otf) format('opentype'); 
 } 


@font-face {
	font-family:'NerisLight';
	src:url('//simage.lottemart.com/v3/fonts/NerisLight.eot');
	src:local('NerisLight')
	, url('//simage.lottemart.com/v3/fonts/NerisLight.woff2') format('woff2')
	, url('//simage.lottemart.com/v3/fonts/NerisLight.woff') format('woff');
}
@font-face {
	font-family:'NerisSemiBold';
	font-weight:400;
	src:url('//simage.lottemart.com/v3/fonts/NerisSemiBold.eot');
	src:local('NerisSemiBold')
	, url('//simage.lottemart.com/v3/fonts/NerisSemiBold.woff2') format('woff2')
	, url('//simage.lottemart.com/v3/fonts/NerisSemiBold.woff') format('woff');
}
@font-face {
	font-family:'NerisBlack';
	font-weight:700;
	src:url('//simage.lottemart.com/v3/fonts/NerisBlack.eot');
	src:local('NerisBlack')
	, url('//simage.lottemart.com/v3/fonts/NerisBlack.woff2') format('woff2')
	, url('//simage.lottemart.com/v3/fonts/NerisBlack.woff') format('woff');
}





/* default */
* {margin: 0; padding: 0;}
body {
	overflow-x:hidden; background:#fff;
    font-family:"Noto Sans KR", 'Spoqa Han Sans','Malgun Gothic','맑은 고딕','돋움',dotum, sans-serif; 
	font-size:14px; color:#000; 
	line-height:1.5; font-weight:300;
	padding:0px; margin:0px; 
	letter-spacing:-0.5px;
}
.spoqa {font-family: 'Spoqa Han Sans';}


ul, ol, dl, dd, dt, li {list-style-type:none;margin:0px;padding:0px;line-height:1.2;}
img {border:0;outline:none;vertical-align:middle;}
select {border:1px solid #ececec; height:30px;  background:#fff; color:#666666; font-size:12px; margin-right:3px;vertical-align:top;}
input {border:1px solid #ececec; height:30px;  background:#fff; color:#666; font-size:12px;vertical-align:middle;padding-left:7px; }
input[type=checbox], input[type=radio] {border:none; margin:0; background:transparent; padding:0;}
textarea {border:1px solid #ececec; padding:5px; color:#666; resize: none;}
address{font-style:normal;}
fieldset {border:0;}
td {padding:0px;margin:0px;}

*, *::after, *::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-sizing:border-box;
  -o-sizing:border-box;
  box-sizing: border-box;
}

html * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {color:inherit; text-decoration:inherit; vertical-align: top; }
a:link, a:visited {color:inherit;}
a:hover, a:focus, a:active, li a:hover, li:hover {text-decoration:inherit; transition: 0.5s ease; -moz-transition: 0.5s ease; -webkit-transition: 0.5s ease;  -o-transition: 0.5s ease;}

.clearfix {clear:both;}

form select, form label, form img {vertical-align: middle;}
fieldset {border: 0 none;}
em, address {font-style: normal;}
iframe {margin: 0; padding: 0;}
legend, .blind {
	visibility:hidden;
	position:absolute;
	left:-99999em;
	width:1px;
	height:1px;
	text-indent:-9999em;
	font-size:0;
	top:-9999em;
	overflow:hidden;
}
caption {
	width:0; 
	height:0; 
	font-size:0; 
	line-height:0; 
	overflow:hidden; 
	visibility:hidden;
	line-height:0;
}

button {margin:0;padding:0;border:1px solid transparent;box-sizing:border-box;cursor:pointer;vertical-align:top;background:#fff;}
button:focus {outline:1px dotted;overflow:hidden;} 
button::-moz-focus-inner {border:0; padding:0;}
button::-ms-focus-inner {border:0; padding:0;}
button span {position:relative;top:0;left:0;}



input.checkbox_type0 {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-border-radius: 0;
    width: 32px;
    height: 32px;
    border: 3px solid #131313 !important;


}

input.checkbox_type0:checked {
    background: url(/image/input_check.png) 50% 50% no-repeat;
}

.maven {font-family:"Maven Pro", "Malgun Gothic", sans-serif !important;}
.time {font-family:"Times New Roman", Times, serif !important;}

.motion0 { transition:all 0.2s ease; -moz-transition:all 0.2s ease; -webkit-transition:all 0.2s ease;  -o-transition:all 0.2s ease;}
.motion { transition:all 0.5s ease; -moz-transition:all 0.5s ease; -webkit-transition:all 0.5s ease;  -o-transition:all 0.5s ease;}
.motion1 { transition:all 1s ease; -moz-transition:all 1s ease; -webkit-transition:all 1s ease;  -o-transition:all 1s ease;}
.padding0 {padding:0;}


/* 컨텐츠정렬관련 */
.tleft {text-align:left !important;} .tcenter {text-align:center !important;} .tright {text-align:right !important;}
.vttop {vertical-align:top !important;} .vtmdl {vertical-align:middle !important;} .vtcen {vertical-align:center !important;}
.fl {float:left;}
.fr {float:right;}
.brt {border-top:1px dashed rgba(255,255,255,.25);}
.Mcenter {margin: 0 auto;}

/* 커서 */
.cursor {cursor:pointer;}

/*input*/
.intxt01 {height:22px;padding:2px 0 2px 5px;border:1px solid #cccccc;font-size:12px;color:#666666; vertical-align:top; *margin-top:-1px;}
.intxt02 {height:16px;padding:3px 0 3px 5px;border:1px solid #cccccc;font-size:12px;color:#666666; vertical-align:top;}
.intxt03 {height:20px;padding:4px 0 2px 5px;border:1px solid #cccccc;font-size:12px;color:#666666; vertical-align:top; *margin-top:-1px;}
.infile01 {height:26px;padding:4px 0 2px 5px;border:1px solid #cccccc;font-size:12px;color:#666666; vertical-align:top; *margin-top:-1px; width:490px;}
.check01 {width:13px;height:13px;vertical-align:middle;border:none;}
.radio01 {width:12px;height:12px;border:none;background:none;padding:0px;}
.input_white {border:1px solid #ccc; height:22px; font-family:"맑은 고딕",Malgun Gothic,"나눔 고딕",Nanum Gothic,'돋움',dotum,AppleGothic,sans-serif;; background:#fff; color:#666666; font-size:12px;vertical-align:middle;}


input.input90 {width:90%;}
input.input80 {width:80%;}
input.input50 {width:50%;}
input.input30 {width:30%;}
input.input20 {width:20%;}
input.input25 {width:25%;}
input.input10 {width:10%;}
select.sel90 {width:90%;}


/*폰트칼라*/
.fc_01 {color:#999;} /* */
.fc_02 {color:#f37224;}  /*오렌지*/
.fc_03 {color:#4099d4;}  /*블루*/
.fc_04 {color:#845a55;}  /*다크오렌지*/
.fc_05 {color:#f0da83;}  /*옐로우*/
.fc_06 {color:#97d9e5;}  /*밝은하늘*/
.fc_07 {color:#77d3be;}  /*청록*/
.fc_08 {color:#f1a97f;}  /*연한오렌지*/
.fc_09 {color:#a9a9a9;} 
.fc_10 {color:#848484;} 
.fc_11 {color:#e55827;}  /*다홍*/
.fc_12 {color:#1fb56c;}  /*다크그린*/
.fc_13 {color:#4a4a4a;}
.fc_green {color:#55b43f;}
.fc_green1 {color:#568d0e;}
.fc_black {color:#000;}
.fc_dark {color:#696969;}
.fc_red {color:#e84445;}
.fc_brown {color:#bf815a;}
.fc_gray {color:#b4b4b4;}
.fc_white {color:#fff !important;}
.fc_dblue {color:#51586a !important;}
.fc_blue {color:#636ac7 !important;}
.fc_pink {color:#636ac7 !important;}

.bgLgray {background:#eeedea; padding:1px 2px; color:#302b1c; font-size:12px; display:inline-block;}

.blue {color:blue !important;}
.red {color:red !important;}
.malgun {font-family:malgun gothic !important;}
.nanum {font-family:nanum gothic !important;}


/*폰트 사이즈*/
.fs_10{font-size:10px;}
.fs_11{font-size:11px;}
.fs_12{font-size:12px;}
.fs_13{font-size:13px;}
.fs_14{font-size:14px;}
.fs_15{font-size:15px;}
.fs_16{font-size:16px;}
.fs_17{font-size:17px;}
.fs_18{font-size:18px;}
.fs_20{font-size:20px;}
.fs_25{font-size:25px;}
.under {text-decoration:underline;}
.stripe {text-decoration:line-through;}
.bold {font-weight:bold;}
.normal {font-weight:normal !important;}
.taho {font-family:tahoma;}

/*숫자*/
.f_total0 {font-size:20px;color:#696969;font-weight:bold;font-family:tahoma;}
.f_total1 {font-size:18px;color:#884fb3;font-weight:bold;font-family:tahoma;}
.f_total {font-size:25px;color:#884fb3;font-weight:bold;font-family:tahoma;}
.f_month {font-size:25px;color:#3b3632;font-weight:bold;font-family:tahoma;}

/*input*/
.intxt01 {height:22px;padding:2px 0 2px 5px;border:1px solid #cccccc;font-size:12px;color:#666666; vertical-align:top; *margin-top:-1px;}
.intxt02 {height:14px;padding:2px 0 2px 5px;border:1px solid #cccccc;font-size:12px;color:#666666; vertical-align:top; *margin-top:-1px;}
.intxt03 {height:20px;padding:4px 0 2px 5px;border:1px solid #cccccc;font-size:12px;color:#666666; vertical-align:top; *margin-top:-1px; width:80%;}
.infile01 {height:26px;padding:4px 0 2px 5px;border:1px solid #cccccc;font-size:12px;color:#666666; vertical-align:top; *margin-top:-1px; width:490px;}
.check01 {width:13px;height:13px;vertical-align:middle;border:none;}
.radio01 {width:12px;height:12px;border:none;}


/*기타*/
.letter_zero {letter-spacing:0 !important;}
.letter_1 {letter-spacing:-2.0px;}
.bold{font-weight:bold;}
.txt_deco{text-decoration:underline;}
.line_13{line-height:13px;}
.line_15{line-height:15px;}
.line_17{line-height:17px;}
.line_20{line-height:20px;}
.line_25{line-height:25px;}
.line_21{line-height:21px;}
.line_23{line-height:23px;}
.line_30{line-height:30px;}
.line_33{line-height:33px;}
.dashLine {height:10px;border-bottom:1px dashed #c0c0c0;}


/* 패딩 */
.nopadding {padding:0 !important;}
.pdl35 {padding-left:35px !important;}
.pdr35 {padding-right:35px !important;}
.pdt15 {padding-top:15px !important;}
.pdt10 {padding-top:10px !important;}
.pdt20 {padding-top:20px !important;}

.pdb05 {padding-bottom:5px !important;}
.pdb10 {padding-bottom:10px !important;}
.pdb20 {padding-bottom:20px !important;}
.pdb50 {padding-bottom:50px !important;}

.pdt03 {padding-top:3px !important;}
.pdt05 {padding-top:5px !important;}
.pdt10 {padding-top:10px !important;}
.pdt30 {padding-top:30px !important;}


/* 마진 */
.mgt-03 {margin-top:-3px !important;}
.mgt02 {margin-top:2px !important;}
.mgt03 {margin-top:3px !important;}
.mgt05 {margin-top:5px !important;}
.mgt07 {margin-top:7px !important;}
.mgt08 {margin-top:8px !important;}
.mgt10 {margin-top:10px !important;}
.mgt15 {margin-top:15px !important;}
.mgt17 {margin-top:17px !important;}
.mgt20 {margin-top:20px !important;}
.mgt25 {margin-top:25px !important;}
.mgt30 {margin-top:30px !important;}
.mgt40 {margin-top:40px !important;}
.mgt50 {margin-top:50px !important;}
.mgt60 {margin-top:60px !important;}
.mgt70 {margin-top:70px !important;}


.mgb0 {margin-bottom:0px !important;}
.mgb03 {margin-bottom:3px !important;}
.mgb04 {margin-bottom:4px !important;}
.mgb05 {margin-bottom:5px !important;}
.mgb06 {margin-bottom:6px !important;}
.mgb07 {margin-bottom:7px !important;}
.mgb10 {margin-bottom:10px !important;}
.mgb15 {margin-bottom:15px !important;}
.mgb20 {margin-bottom:20px !important;}
.mgb25 {margin-bottom:25px !important;}
.mgb30 {margin-bottom:30px !important;}
.mgb35 {margin-bottom:35px !important;}
.mgb40 {margin-bottom:40px !important;}
.mgb50 {margin-bottom:50px !important;}
.mgb80 {margin-bottom:80px !important;}
.mgb100 {margin-bottom:100px !important;}
.mgb150 {margin-bottom:150px !important;}

.mgl01 {margin-left:1px !important;}
.mgl02 {margin-left:2px !important;}
.mgl03 {margin-left:3px !important;}
.mgl05 {margin-left:5px !important;}
.mgl06 {margin-left:6px !important;}
.mgl07 {margin-left:7px !important;}
.mgl10 {margin-left:10px !important;}
.mgl15 {margin-left:15px !important;}
.mgl20 {margin-left:20px !important;}
.mgl25 {margin-left:25px !important;}
.mgl30 {margin-left:30px !important;}
.mgl40 {margin-left:40px !important;}
.mgl45 {margin-left:45px !important;}
.mgl50 {margin-left:50px !important;}
.mgl55 {margin-left:55px !important;}
.mgl60 {margin-left:60px !important;}
.mgl67 {margin-left:67px !important;}
.mgl70 {margin-left:70px !important;}
.mgl80 {margin-left:80px !important;}
.mgl91 {margin-left:91px !important;}
.mgl93 {margin-left:93px !important;}
.mgl95 {margin-left:95px !important;}
.mgl100 {margin-left:100px !important;}
.mgl120 {margin-left:120px !important;}
.mgl150 {margin-left:150px !important;}
.mgl200 {margin-left:200px !important;}
.mgl250 {margin-left:250px !important;}
.mgl270 {margin-left:270px !important;}
.mgl300 {margin-left:300px !important;}
.mgl334 {margin-left:334px !important;}
.mgl400 {margin-left:400px !important;}
.mgl426 {margin-left:426px !important;}

.mgr01 {margin-right:1px !important;}
.mgr02 {margin-right:2px !important;}
.mgr05 {margin-right:5px !important;}
.mgr10 {margin-right:10px !important;}
.mgr12 {margin-right:12px !important;}
.mgr15 {margin-right:15px !important;}
.mgr20 {margin-right:20px !important;}
.mgr23 {margin-right:23px !important;}
.mgr30 {margin-right:30px !important;}
.mgr40 {margin-right:40px !important;}
.mgr43 {margin-right:43px !important;}
.mgr50 {margin-right:50px !important;}
.mgr60 {margin-right:60px !important;}

/* 버튼 */
.btnB {text-align:center;background:#333;color:#fff;font-size:11px;font-weight:normal;padding:1.2% 5%;border-radius:3px;cursor:pointer; border:1px solid #333;}
.btnG {text-align:center;background:#494949;color:#fff;font-size:11px;font-weight:normal;padding:1.5% 5%;border-radius:3px;cursor:pointer; } 
.btnO {text-align:center;background:#55b53f;color:#fff;font-size:11px;font-weight:normal;padding:1.5% 5%;border-radius:3px;cursor:pointer; }
.btnB1 {text-align:center;background:#525a71;color:#fff;font-size:11px;font-weight:normal;padding:2% 9%;border-radius:3px;cursor:pointer; display:inline-block;}
.btnG1 {text-align:center;background:#939393;color:#fff;font-size:12px;font-weight:normal;padding:6px 20px 7px 20px;border-radius:3px;cursor:pointer;}
.btnG2 {text-align:center;background:#939393;color:#fff;font-size:11px;font-weight:normal;padding:5px 10px;border-radius:3px;cursor:pointer;display:inline-block}
.btnG3 {text-align:center;color:#fff;background:#505258;font-size:10px;padding:1.5% 2%;border-radius:2px;cursor:pointer; display:inline-block;}
.btnG3s {text-align:center;color:#fff;background:#505258;font-size:10px;padding:1.5% 2%;border-radius:2px;cursor:pointer; display:inline-block;}
.btnG4 {text-align:center;color:#fff;background:#6a707e;font-size:11px;padding:2% 7%;border-radius:2px;cursor:pointer; display:inline-block;}
.btnG5 {text-align:center;color:#fff;background:#df5e51;font-size:10px;padding:1.5% 2%;border-radius:2px;cursor:pointer; display:inline-block;}
.btnG6 {text-align:center;color:#fff;background:#46413b;font-size:10px;padding:1.5% 2%;border-radius:2px;cursor:pointer; display:inline-block;}
.btnDG {padding:1px 10px;text-align:center;background:#6a707e;color:#fff;margin-right:2px;font-size:11px;border-radius:3px;font-weight:normal;cursor:pointer;}


.btnW {text-align:center;background:#fff;color:#333;font-size:11px;font-weight:normal;padding:1.2% 5%;border-radius:3px;cursor:pointer; border:1px solid #ccc; display:inline-block;} 
.btnWs {text-align:center;background:#fff;color:#333;font-size:11px;font-weight:normal;padding:3px 9px;border-radius:2px;cursor:pointer; border:1px solid #b0b0b0; }
.btnGs {text-align:center;background:#51586a;color:#fff;font-size:11px;font-weight:normal;padding:3px 9px;border-radius:2px;cursor:pointer; }

.btnG3M {text-align:center;color:#fff;background:#505258;font-size:12px;padding:7px 15px;border-radius:2px;cursor:pointer; display:inline-block;}
.btnWM {text-align:center;background:#fff;color:#333;font-size:12px;;padding:6px 15px;border-radius:2px;cursor:pointer; border:1px solid #ccc; display:inline-block;} 


@media only screen and (min-width: 480px) {	
	.btnB {text-align:center;background:#333;color:#fff;font-size:12px;font-weight:normal;padding:10px 28px;border-radius:3px;cursor:pointer; }
	.btnB1 {text-align:center;background:#525a71;color:#fff;font-size:12px;font-weight:normal;padding:6px 20px 7px 20px;border-radius:3px;cursor:pointer;}
	.btnG3 {text-align:center;color:#fff;background:#505258;font-size:12px;padding:11px 28px;border-radius:3px;cursor:pointer; display:inline-block;}
	.btnG3s {text-align:center;color:#fff;background:#505258;font-size:12px;padding:7px 20px;border-radius:3px;cursor:pointer; display:inline-block;}
	.btnG4 {text-align:center;color:#fff;background:#6a707e;font-size:12px;padding:10px 28px;border-radius:3px;cursor:pointer; display:inline-block;}
	.btnG5 {text-align:center;color:#fff;background:#df5e51;font-size:11px;padding:6px 15px;border-radius:3px;cursor:pointer; display:inline-block;}
	.btnG6 {text-align:center;color:#fff;background:#46413b;font-size:11px;padding:6px 15px;border-radius:3px;cursor:pointer; display:inline-block;}
	.btnG {text-align:center;background:#494949;color:#fff;font-size:12px;font-weight:normal;padding:10px 28px;border-radius:3px;cursor:pointer; display:inline-block;} 
	.btnW {text-align:center;background:#fff;color:#333;font-size:12px;font-weight:normal;padding:10px 28px;border-radius:3px;cursor:pointer; display:inline-block;}
	.btnO {text-align:center;background:#55b53f;color:#fff;font-size:12px;font-weight:normal;padding:10px 28px;border-radius:3px;cursor:pointer; display:inline-block;}

	.btnG3M {text-align:center;color:#fff;background:#505258;font-size:12px;padding:11px 28px;border-radius:3px;cursor:pointer; display:inline-block;}
	.btnWM {text-align:center;background:#fff;color:#333;font-size:12px;font-weight:normal;padding:10px 28px;border-radius:3px;cursor:pointer; display:inline-block;}
}



/* page */
.redOn {background:#333; color:#fff; font-weight:bold; width:20px; height:20px; text-align:center; line-height:20px; display:inline-block; font-size:11px;}
.nor {border:1px solid #d6d6d6;  width:20px; height:20px; text-align:center; line-height:20px; display:inline-block; font-size:11px;}

.borT {border-top:1px solid #e2e2e2;}
.borL {border-left:1px solid #e2e2e2;}
.borR {border-right:1px solid #e2e2e2;}
.borB {border-bottom:1px solid #e2e2e2;}




/*회원검색*/
.mSearch {width:95%; height:80px; border-top:1px solid #b4b4b4; border-bottom:1px solid #b4b4b4; background:#de6f6f; margin:0 auto 30px auto;}
.mSearch .tit {font-size:26px; color:#fff;  padding-top:30px; margin-left:10px;}

.mSearch1 {background:#fff; width:95%; margin:5px auto; overflow:hidden;}
.mSearch1 ul {float:left;}
.mSearch1 ul li p {line-height:2; background:yellow;}

.s_table {width:95%;margin:10px auto 0 auto;letter-spacing:0;}