@CHARSET "UTF-8";

@import url('/css/shop/font.css');

html, body { -webkit-tap-highlight-color: rgba(0,0,0,0); }

* {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video,button , input,textarea {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;

}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	font-weight: 500; letter-spacing: -0.3px; color: #111;
}
ol, ul, li {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
i ,em ,address{font-style: normal;}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
input,button {font: inherit;background-color: transparent;}

button {cursor: pointer;}
button span {position: relative;}
address{font-style: normal;}
caption,legend{display:none}
select::-ms-expand { display: none;}
select {font: inherit;-webkit-appearance: none; -moz-appearance: none;appearance: none;border:1px solid #e1e1e1;background-color: #FFF;}
a {display: block;text-decoration: none;color: #000;}
.clearfix:after{display: block;clear: both;content: '';}
.clearfix {*zoom: 1;}

.hide{text-indent:-9999px;font-size:0;}
.blind {display: none;width: 0;height: 0;overflow: hidden;}
.hidden {position: absolute !important;overflow: hidden !important;width: 0 !important;height:0 !important;line-height: 0 !important;padding: 0 !important;}
.transX {-webkit-transform: translateX(-50%);-moz-transform: translateX(-50%);-ms-transform: translateX(-50%);-o-transform: translateX(-50%);transform: translateX(-50%);}
.transY {-webkit-transform: translateY(-50%);-moz-transform: translateY(-50%);-ms-transform: translateY(-50%);-o-transform: translateY(-50%);transform: translateY(-50%);}
.trans {-webkit-transform: translate(-50%,-50%);-moz-transform: translate(-50%,-50%);-ms-transform: translate(-50%,-50%);-o-transform: translate(-50%,-50%);transform: translate(-50%,-50%);}


.t_center {text-align: center;}
.t_left {text-align: left; !important;}
.t_right {text-align: right;}

.scroll  {position: relative;overflow:auto;}
.scroll table {min-width: 850px}
.block {display: block;}
.none {display: none;}

@media (max-width: 1024px) {
	.scroll table {min-width: 0}
}

.chkbox label {position: relative;display: inline-block;color: #111;font-size: 14px;font-weight: 400;}
.chkbox input[type="checkbox"] {display: none;overflow: hidden;position: absolute;left: 0;top: 0;width: 0;height: 0;}
.chkbox input[type="checkbox"]+span {display: block;cursor: pointer;}
.chkbox input[type="checkbox"]+span:before {display: inline-block;content: '';width: 20px;height: 20px;margin-right: 4px;margin-top: -3px;background: url('/img/icon/login_chk.svg') no-repeat;vertical-align: middle;-webkit-background-size: 100% 100%;background-size: 100% 100%;}
.chkbox input[type="checkbox"]:checked+span:before {background: url('/img/icon/login_chkOn.svg') no-repeat  center;-webkit-background-size: 100% 100%;background-size: 100% 100%;}
.radiobox label {position: relative;display: inline-block;color: #404040;font-size: 15px;font-weight: 500;}
.radiobox label:last-child {margin-left: 30px}
.radiobox input[type="radio"] {overflow: hidden;position: absolute;left: 0;top: 0;width: 0;height: 0;}
.radiobox input[type="radio"]+span {display: block;cursor: pointer;}
.radiobox input[type="radio"]+span:before {overflow: hidden;display: inline-block;content: '';width: 14px;height: 14px;background-color:#FFF;border: 1px solid #a1a1a1;margin-right: 5px;margin-top: -3px;vertical-align: middle;-webkit-background-size: 100% 100%;background-size: 100% 100%;-webkit-border-radius: 50%; -moz-border-radius: 50%;border-radius: 50%;}
.login_wrap h4.view_tit { display: none; }
.login_wrap .login_hd {text-align: center;font-size: 0; padding-bottom: 32px;}
.login_wrap .login_hd h1{display: inline-block;margin-top: -5px;}
.login_wrap .login_hd h1 img {width: 168px;}
.login_wrap .login_cont {display: block;width:100%;max-width: 485px;margin: auto;height: calc(100vh - 65px);padding: 3% 0;vertical-align: middle;}
.login_wrap .login_contAll {max-width: 585px}
.login_wrap .cont_in {display: block;width: 100%;vertical-align: middle;padding-bottom:3%}
.login_wrap .login_contAll form{padding-left: 0; }
.login_wrap .cont_tit {padding-bottom: 40px;font-weight: 700;font-size: 28px;color: #111;}
.login_wrap .cont_tit1 {font-size: 46px;}
.login_wrap .cont_tb {display: table;width:100%;table-layout: fixed;}
.login_wrap .cont_td {display: table-cell;width: 47%;border-right: 1px solid #c2c2c2;vertical-align: top;}
.login_wrap .cont_td:last-child {width: 53%;text-align: center;border-right: 0;}
.login_wrap .cont_td .login_lest{width: 85%;max-width: 380px;margin: auto;text-align: left}
.login_wrap .cont_td .login_lest .tit{position: relative;padding-top: 12px;padding-bottom: 20px;margin-bottom: 20px;line-height: 1em;font-size: 18px;border-bottom: 1px solid #d9d9d9}
.login_wrap .cont_td .login_lest .tit a {display: block;position: absolute;right: 0;bottom: 20px;font-size: 0;}
.login_wrap .cont_td .login_lest .tit a img {margin-right: 6px;vertical-align: middle;}
.login_wrap .cont_td .login_lest .tit a span {display: inline-block;vertical-align: middle;font-size: 15px;color: #777}
.login_wrap .cont_td .login_lest ul {padding: 18px 15px;min-height: 242px;background-color: #f6f6f6}
.login_wrap .cont_td .login_lest li {margin-bottom: 10px;font-size: 0;}
.login_wrap .cont_td .login_lest li:last-child {margin-bottom: 0;}
.login_wrap .cont_td .login_lest li a {display: inline-block;font-size: 16px;line-height: 1.4em;color: #474747}
.login_wrap .login_field { padding: 40px;border: 1px solid #ddd;	-webkit-border-radius: 20px;-moz-border-radius: 20px;border-radius: 20px;background-color: #FFF; box-sizing: border-box; width: 484px; margin: 0 auto;}
.login_wrap .login_contAll .cont_all {width: 100%}
.login_wrap .login_contAll .wg_tit {text-align: left}
.login_wrap .login_contAll .wg_tit .chkbox label {font-size: 16px}
.login_wrap .login_contAll .wg_tit i {color: #e52547}
.login_wrap .login_contAll .scrollY {margin-bottom: 15px;padding: 16px;height: 180px;border: 1px solid #dedede;overflow-y: scroll;font-size: 13px; font-weight:400;line-height: 18px;text-align: left; color: rgba(17,17,17,0.8);}
.login_wrap .login_contAll .wg_area {margin-bottom:16px}
.login_wrap .login_contAll .wg_all {margin-bottom: 16px;}
.login_wrap .login_contAll .wg_last {text-align: center;font-size: 0}
.login_wrap .login_contAll .wg_last span ,.login_wrap .login_contAll .wg_last .chkbox{display: inline-block;vertical-align: middle;font-size: 18px;}
.login_wrap .login_contAll .wg_last .chkbox {margin-left: 15px;font-size: 0}
.login_wrap .login_contAll .wg_last .chkbox label {font-size: 16px}
.login_wrap .login_contAll .wg_last .chkbox input[type="checkbox"]+span {font-size: 16px}
.login_wrap .login_contAll .wg_last .chkbox input[type="checkbox"]+span:before {width: 16px;height: 16px}
.login_wrap .login_contAll .wg_btn {/*padding-top: 25px;*/ display: flex; justify-content: center; font-size: 0; padding-top: 33px; border-top: 1px solid #d9d9d9; }
.login_wrap .login_contAll .wg_btn a {display: inline-block;width: calc(50% - 7.5px);height: 56px;line-height: 56px;margin-right: 15px;text-align: center;background-color: #fff; border:1px solid #2586d9;color: #2586d9; font-size: 18px;-webkit-border-radius: 6px;-moz-border-radius: 6px;border-radius: 6px;}
.login_wrap .login_contAll .wg_btn a:nth-child(2) {margin-right: 0;color: #FFF;background-color: #2586d9; border:1px solid #2586d9; /*line-height: 56px;*/}
.login_wrap .login_contAll .wg_btn03 a { width:calc(33.3333% - 10px);  }
.login_wrap .login_contAll .wg_btn03 a:nth-child(2) { margin-right: 15px;background-color: #2586d9; border:1px solid #2586d9; color: #fff; }
.login_wrap .login_contAll .wg_btn03 a:last-child { background-color: #fff;border: 1px solid #2586d9;color: #2586d9}
.login_wrap .login_contAll .wg_btn a:last-child {margin-right: 0;}
.login_wrap .login_contAll .wg_btn a  span {position:relative;}
.login_wrap .login_contAll .search_join {padding: 40px 0 15px;font-size: 0;}
.login_wrap .login_contAll .search_join a {display: inline-block;font-size: 16px;color: #2586d9;text-decoration: underline;}
.td_in {width: 100%;margin: auto;}
.td_in .radiobox {text-align: left; padding-bottom: 15px;}

.login_wrap .cont_input:nth-child(2) {position: relative;padding-top: 8px;}
.login_wrap .cont_input label {position: absolute;left: 10px; top: 34px;font-size: 14px; font-weight: 400; color: #a1a1a1;-webkit-transition: all 0.2s;-moz-transition: all 0.2s;-ms-transition: all 0.2s;-o-transition: all 0.2s;transition: all 0.2s;}
.login_wrap .cont_input input {width: 100%;padding: 0 15px;height: 54px;line-height: 50px;background-color: #FFF;border: 1px solid #dedede;border-radius: 6px;font-size: 14px;color: #111;outline: 0;}
.login_wrap .cont_input input[type="password"]{padding-right: 30px}
.login_wrap .cont_input input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0 1000px white inset;font-size: 18px;color: #404040;
}
.login_wrap .cont_input input[type="password"]::-ms-reveal,.login_wrap .cont_input input[type="password"]::-ms-clear {display: none !important;}
.login_wrap .wg_input input[type="password"]::-ms-reveal,.login_wrap .wg_input input[type="password"]::-ms-clear {display: none !important;}
.login_wrap .cont_input.focus label{left: 5px;;top: 0;font-size: 12px;}
.login_wrap .cont_input.cont_inputF label{left: 5px;;top: 0;font-size: 12px;}
.login_wrap .cont_input .focus_bar.focus:after {width: 100%;}
.login_wrap .cont_input .sup {position: absolute;left: -10px;bottom: 6px;display: block;color:#1a75bc;font-size: 15px;}
.login_wrap .cont_input .input_btn  {position: absolute;right: -140px; bottom: 0;height: 36px;line-height: 36px;font-size: 14px;color: #FFF;padding: 0 18px;background-color: #1a75bc;-webkit-border-radius: 6px;-moz-border-radius: 6px;border-radius: 6px;}
.login_wrap .cont_input1 {display:inline-block;width:50%;}
.login_wrap .cont_input2 {margin-right: 140px}
.login_wrap .cont_input3 {display:inline-block;width: calc(50% - 70px)}
.login_wrap .cont_input .eye {display: none;position: absolute;right: 15px;top: 23px}
.login_wrap .cont_input .eye i {display: block;line-height: 1em;font-size: 16px;color: #111}
.login_wrap .cont_chk {padding-bottom: 45px; padding-top: 10px; }
.login_wrap .cont_chk>div {float:left;width: 100px; text-align: left;}
.login_wrap .cont_chk .find_box {float:right;width: calc(100% - 200px);padding-top: 1px;font-size: 0;text-align: right;}
.login_wrap .cont_chk .find_box a {position: relative;display: inline-block;font-size: 14px;color: #737373; font-weight: 400; }

.login_wrap .cont_btn {margin: 40px 0 20px;}
.login_wrap .cont_btn a {display: block;height: 54px;line-height: 54px;text-align: center;color: #FFF;background-color: #005DEA;font-size: 18px;-webkit-border-radius: 6px;-moz-border-radius: 6px;border-radius: 6px; font-weight: 500;}
.login_wrap .cont_btn a:nth-child(2) {margin-top: 13px;background-color: #FFF;line-height: 41px;border: 1px solid #1a75bc;color: #1a75bc}
.login_wrap .join_btn a { border:1px solid #2586d9; background-color: #FFFFFF; color:#2586d9;  }
.login_wrap .cont_btn1 {text-align: center}
.login_wrap .cont_btn1 a {display: inline-block;width: 130px;margin-right: 10px}
.login_wrap .cont_btn1 a:last-child {margin-right: 0;}
.login_wrap .login_ft {padding-top: 20px;text-align: center;}
.login_wrap .login_ft span {display: block;color: rgba(17,17,17,0.6);font-size: 14px;font-weight: 400;}
.login_wrap .login_cont1 {max-width: 500px}
.login_wrap .login_cont1 .cont_tit {padding-bottom: 30px;}
.login_wrap .login_cont1 .cont_td {width: 100%}
.login_wrap .login_cont1 .td_in {max-width:100%;font-size: 0;}
.login_wrap .login_contAll .wg_join {width: 100%;max-width: 600px;margin: auto;margin-bottom: 33px; padding:0; text-align: left}
.login_wrap .login_contAll .wg_join .wg_form {margin-bottom: 32px;font-size: 0;}
.login_wrap .login_contAll .wg_join .wg_form:last-child {margin-bottom: 0;border-bottom: 0;}
.login_wrap .login_contAll .wg_join .wg_form label {display: inline-block;margin-bottom: 12px;line-height: 16px;font-size: 16px; font-weight: 500; color:#111; }
.login_wrap .login_contAll .wg_join .wg_input {position: relative;}
.login_wrap .login_contAll .wg_join .wg_input input[type="text"] ,.login_wrap .login_contAll .wg_join .wg_input input[type="password"],.login_wrap .login_contAll .wg_join .wg_input input[type="email"],.login_wrap .login_contAll .wg_join .wg_input select{width: 100%;height: 54px;padding: 10px 15px;font-size: 16px;color: #111;border: 1px solid #dedede; font-weight: 400; border-radius: 6px; line-height: 1em;outline: 0; }

.login_wrap .login_contAll .wg_join .wg_input input[type="text"]::-webkit-input-placeholder { /* 크롬 */
	font-size: 16px;color: rgba(17,17,17,0.6);
}
.login_wrap .login_contAll .wg_join .wg_input input[type="text"]:-moz-placeholder { /* 파이어폭스 */
	font-size: 16px;color: rgba(17,17,17,0.6);
}
.login_wrap .login_contAll .wg_join .wg_input input[type="text"]::-moz-placeholder { /* 파이어폭스 */
	font-size: 16px;color: rgba(17,17,17,0.6);
}
.login_wrap .login_contAll .wg_join .wg_input input[type="text"]:-ms-input-placeholder { /* 인터넷 익스플로러 */
	font-size: 16px;color: rgba(17,17,17,0.6);
}
.login_wrap .login_contAll .wg_join .wg_input input[type="text"]::placeholder {
	font-size: 16px;color: rgba(17,17,17,0.6);
}
.login_wrap .login_contAll .wg_join .wg_input input[type="password"]::-webkit-input-placeholder { /* 크롬 */
	font-size: 16px;color: rgba(17,17,17,0.6);
}
.login_wrap .login_contAll .wg_join .wg_input input[type="password"]:-moz-placeholder { /* 파이어폭스 */
	font-size: 16px;color: rgba(17,17,17,0.6);
}
.login_wrap .login_contAll .wg_join .wg_input input[type="password"]::-moz-placeholder { /* 파이어폭스 */
	font-size: 16px;color: rgba(17,17,17,0.6);
}
.login_wrap .login_contAll .wg_join .wg_input input[type="password"]:-ms-input-placeholder { /* 인터넷 익스플로러 */
	font-size: 16px;color: rgba(17,17,17,0.6);
}
.login_wrap .login_contAll .wg_join .wg_input input[type="password"]::placeholder {
	font-size: 16px;color: rgba(17,17,17,0.6);
}
.login_wrap .login_contAll .wg_join select {cursor: pointer;background: url('/images/shop/common/join_down.png') no-repeat 90% center;-webkit-background-size: 12px auto; background-size: 12px auto;}
.login_wrap .login_contAll .wg_join .wg_input_btn a {position: absolute;right: 0;bottom: 0;width: 116px;height: 54px;line-height: 54px;font-size: 15px;background-color: rgba(17,17,17,0.8);color: #fff;text-align: center; border-radius: 6px; font-weight: 400;}
.login_wrap .login_contAll .wg_join .wg_input_mail span {display: inline-block; margin: 0 3px; margin-top: 2px;vertical-align: middle;font-size: 15px}
.login_wrap .login_contAll .wg_join .wg_input_mail input[type="text"] {width: calc(50% - 62.7px);vertical-align: middle;}
.login_wrap .login_contAll .wg_join .wg_input_mail input:first-child {padding-right: 5px}
.login_wrap .login_contAll .wg_join .wg_input_mail input:nth-child(3),.login_wrap .login_contAll .wg_join .wg_input_mail select{padding-left: 5px}
.login_wrap .login_contAll .wg_join .wg_input_mail select {width: 100px;padding-right: 25px;vertical-align: middle; margin-left: 5px; border:1px solid #acacac; color:#454545; font-size: 14px; }
.login_wrap .login_contAll .wg_join .wg_input_grp select {padding-right: 30px;;background-position: 97.8% center}
.login_wrap .login_contAll .wg_join .wg_phone {display: flex; align-items: center; width: 100%;}
.login_wrap .login_contAll .wg_join .wg_phone input[type="text"] {width: 33%; text-align: center;}
.login_wrap .login_contAll .wg_join .wg_phone span{display: inline-block;margin: 0 8px; vertical-align: middle;font-size: 15px}
.login_wrap .login_contAll .wg_join .wg_add label {margin-bottom: 0}
.login_wrap .login_contAll .wg_join .wg_add>div {margin-bottom: 8px}
.login_wrap .login_contAll .wg_join .wg_add>div:first-child {position: relative;}
.login_wrap .login_contAll .wg_join .wg_add>div:first-child a {position: absolute;right:0;bottom: 0;width: 116px;height: 54px;line-height: 54px;font-size: 15px;color: #fff;text-align: center; border-radius: 6px; background-color: rgba(17,17,17,0.8); font-weight: 400;}
.login_wrap .login_contAll .wg_join .wg_add>div:last-child {margin-bottom: 0;}
.login_wrap .login_contAll .wg_join .radiobox {padding: 4px 0 0}
.login_wrap .login_contAll .wg_join .radiobox label {margin-bottom: 0;font-size: 15px}
.login_wrap .login_tab {width: 100%;max-width: 600px;margin: auto;margin-bottom: 30px; }
.login_wrap .login_tab li {float:left;width: 50%;text-align: center}
.login_wrap .login_tab li a {line-height: 54px;height: 54px;font-size: 16px; border-bottom: 1px solid #eee; color:rgba(17,17,17,0.6); font-weight: 500; }
.login_wrap .login_tab li.on a { border-bottom: 3px solid #005DEA; color: #111; font-weight: 600 }
.login_wrap .login_contAll .wg_End {margin-bottom: 36px;}
.login_wrap .login_contAll .wg_End p {margin-bottom: 20px; font-size: 18px;}
.login_wrap .login_contAll .wg_End .id_search {padding: 40px 0; background: #f9f9f9; border-radius: 20px; margin-bottom: 12px; box-sizing: border-box; font-size: 18px;}
.login_wrap .login_contAll .wg_End  span {display: block;font-size: 14px;color: #111;}
.login_wrap .login_contB {max-width: 1000px}
.login_wrap .login_contB .wg_board {width: 100%;max-width: 100%;;margin: auto;margin-bottom: 45px;;padding: 30px 35px;border: 1px solid #c2c2c2;text-align: left}
.login_wrap .login_contB .wg_board  table {width: 100%}
@media (max-width:1024px) {
	.chkbox label {font-size: 13px;}
	.chkbox .m_view {display: inline-block;}
	.chkbox  input[type="checkbox"]+span:before {display: inline-block;content: '';width: 20px;height: 20px;margin-right: 4px;margin-top: -3px;-webkit-background-size: 100% 100%;background-size: 100% 100%;}
	.chkbox  input[type="checkbox"]:checked+span:before {-webkit-background-size: 100% 100%;background-size: 100% 100%;}
	.m_view {display: inline-block;}
	.login_wrap .login_hd {border-width: 3px; padding: 40px 0 0;}
	.login_wrap .login_hd h1{width: 156px;margin-top:-3px}
	.login_wrap .login_hd h1 img {width:94px;}
	.login_wrap .login_field { padding: 40px 20px; border: 0; width: 100%;}
	.login_wrap h4.view_tit {display: block;position:fixed;width: 100%;top: 0;left: 0;padding: 17px 0 15px;border-bottom: 1px solid #e8e8e8;z-index: 20;background-color: #FFF;text-align: center;}
	.login_wrap h4.view_tit span.tit {display: inline-block;margin-left: 0;color: #000;font-size: 15px;line-height: 1.2em;font-weight: 500;}
	.login_wrap h4.view_tit .back {position: absolute;left: 0;top: 50%;width: 45px;margin-left: 0;-webkit-transform: translateY(-50%);-moz-transform:translateY(-50%);-ms-transform: translateY(-50%);-o-transform: translateY(-50%) ;transform: translateY(-50%);}
	.login_wrap h4.view_tit .back a {display: block;width: 25px;height: 18px;margin: auto;background: url('/images/shop/icon/back_icon.png') no-repeat center center;-webkit-background-size: 6px 11px;background-size: 6px 11px;text-indent: -99999px;}
	.login_wrap .login_cont {padding-top:52px;height: calc(100vh - 56px)}
	.login_wrap .cont_in {vertical-align: middle;}
	.login_wrap .cont_tit {display: none;}
	.login_wrap .cont_tit1 {display: block;width: 90%;max-width: 600px;padding-bottom: 0;margin: auto;text-align: left; font-size: 25px}
	.login_wrap .cont_tb {display: block; }
	.login_wrap .cont_tb:after {display: block;clear: both;content: '';}
	.login_wrap .cont_td {display: block;width:100%;border-right: 0;}
	.login_wrap .cont_td .login_lest {width:100%;max-width: 100%}
	.login_wrap .cont_td .login_lest .tit {font-size: 16px;padding-bottom: 15px}
	.login_wrap .cont_td .login_lest .tit a {bottom: 15px}
	.login_wrap .cont_td .login_lest .tit a span {font-size: 13px}
	.login_wrap .cont_td .login_lest ul {min-height: 142px}
	.login_wrap .cont_td .login_lest li a {font-size: 14px}
	.td_in {width:100%;max-width:100%}
	.login_wrap .cont_td:last-child {width: 100%;}
	.login_wrap .cont_td img {margin-bottom: 0}
	.login_wrap .cont_chk {padding-bottom: 30px}
	.login_wrap .cont_chk>div .m_view {margin-left:0;}
	.login_wrap .cont_input.focus label{font-size: 14px;}
	.login_wrap .cont_input input {font-size: 15px; height: 48px;}
	.login_wrap .cont_btn a {height: 50px;line-height: 51px;font-size: 16px}
	.login_wrap .cont_btn a:nth-child(2) {line-height: 49px}
	
	.login_wrap .login_ft ,.login_wrap .login_won{padding-top: 0;}
	.login_wrap .login_ft span {font-size: 12px}
	.login_wrap .login_cont1 .cont_tit {display: block;padding-bottom: 15px;font-size: 27px}
	.login_wrap .cont_btn1 a {display: block;width:100%;margin-right: 0;}
	.login_wrap .cont_chk .find_box a { font-size: 13px; }
	.login_wrap .login_contAll .wg_area {margin-bottom: 25px}
	.login_wrap .login_contAll .wg_all {padding-bottom: 8px;margin-bottom: 15px}
	.login_wrap .login_contAll .wg_tit .chkbox label {font-size: 14px}
	.login_wrap .login_contAll .wg_tit .chkbox input[type="checkbox"]+span:before {margin-top: -3px}
	.login_wrap .login_contAll .wg_all  .chkbox label {line-height: 1.4em}
	.login_wrap .login_contAll .scrollY {height: 119px;padding: 15px;margin-bottom: 10px;font-size: 13px}
	.login_wrap .login_contAll .wg_btn a {width: calc(33.3333% - 9px);height: 48px;margin-right: 10px;line-height: 49px;font-size: 15px}
	.login_wrap .login_contAll .wg_btnL a {  width: calc(50% - 5px); }
	.login_wrap .login_contAll .wg_btn a:last-child {margin-right: 0; line-height: 49px;}
	.login_wrap .login_contAll .wg_join {padding: 0;margin-bottom: 25px;}
	.login_wrap .login_contAll .wg_join .wg_form {margin-bottom: 24px}
	.login_wrap .login_contAll .wg_join .wg_form label {font-size: 15px}
	.login_wrap .login_contAll .wg_join .wg_input input[type="text"], .login_wrap .login_contAll .wg_join .wg_input input[type="password"], .login_wrap .login_contAll .wg_join .wg_input input[type="email"], .login_wrap .login_contAll .wg_join .wg_input select{height: 48px;padding: 15px 12px;font-size: 15px}
	.login_wrap .login_contAll .wg_join .wg_input_btn a ,.login_wrap .login_contAll .wg_join .wg_add>div:first-child a{width: 108px;height: 48px;line-height: 48px;font-size: 15px}
	.login_wrap .login_contAll .wg_join .wg_input_btn {padding-right: 0;}
	.login_wrap .login_contAll .wg_join .overlap { padding-right: 95px; }
	.login_wrap .login_contAll .wg_join .wg_input input[type="text"]::-webkit-input-placeholder { /* 크롬 */
		font-size: 13px
	}
	.login_wrap .login_contAll .wg_join .wg_input input[type="text"]:-moz-placeholder { /* 파이어폭스 */
		font-size: 13px
	}
	.login_wrap .login_contAll .wg_join .wg_input input[type="text"]::-moz-placeholder { /* 파이어폭스 */
		font-size: 13px
	}
	.login_wrap .login_contAll .wg_join .wg_input input[type="text"]:-ms-input-placeholder { /* 인터넷 익스플로러 */
		font-size: 13px
	}
	.login_wrap .login_contAll .wg_join .wg_input input[type="text"]::placeholder {
		font-size: 13px
	}
	.login_wrap .login_contAll .wg_join .wg_input input[type="password"]::-webkit-input-placeholder { /* 크롬 */
		font-size: 13px
	}
	.login_wrap .login_contAll .wg_join .wg_input input[type="password"]:-moz-placeholder { /* 파이어폭스 */
		font-size: 13px
	}
	.login_wrap .login_contAll .wg_join .wg_input input[type="password"]::-moz-placeholder { /* 파이어폭스 */
		font-size: 13px
	}
	.login_wrap .login_contAll .wg_join .wg_input input[type="password"]:-ms-input-placeholder { /* 인터넷 익스플로러 */
		font-size: 13px
	}
	.login_wrap .login_contAll .wg_join .wg_input input[type="password"]::placeholder {
		font-size: 13px
	}
	.login_wrap .login_contAll .wg_join .wg_add>div:first-child {padding-right: 95px}
	.login_wrap .login_contAll .wg_join .radiobox {padding: 10px}
	.login_wrap .login_contAll .wg_join .wg_form label {font-size: 14px;}
	.login_wrap .login_contAll .search_join a {font-size: 16px}
	.login_wrap .login_tab {margin-bottom:0;/*padding-top: 50px;*/border-width: 1px}
	.login_wrap .login_tab li a {height: 45px;line-height: 45px;font-size: 15px}
	.login_wrap .cont_srch:last-child {padding-top: 20px}
	.login_wrap .login_contAll .wg_End {margin-bottom: 20px;}
	.login_wrap .login_contAll .wg_End span {font-size: 12px}
}
@media (max-width: 767px) {
	.login_wrap .login_cont {max-width: 750px; position: relative;}
	.login_wrap .cont_chk2>div {width: 110px}
	.login_wrap .cont_chk .find_box {width: 100%;padding-top: 15px;margin-top: 27px;border-top: 1px solid #e8e8e8;text-align: center}
	.login_wrap .cont_chk2 .chkbox label, .login_wrap .cont_chk2 .find_box a{letter-spacing: 0}
}

@media (max-width: 470px) {
	.login_wrap .cont_input2 {margin-right: 120px}
	.login_wrap .cont_input .input_btn {right: -120px;font-size: 13px;padding: 0 14px}
}

.popView {display: none}
.popView iframe {position: fixed;left: 0;top: 0;width: 100%;height: 100%;}

/* board */

.my_right .my_sec {margin-bottom: 45px;}
.my_right .my_sec:last-child {margin-bottom: 0;}
.my_right .my_block {display: none;}
.my_sub .my_sec {margin-bottom: 32px;}
.my_sec .my_hd {position: relative;}
.my_sec h4 {margin-bottom: 15px;font-weight: 500;line-height: 1em;color: #333;font-size: 21px;letter-spacing: 0;}
.my_sec h4 span {display: inline-block;margin-left: 2px;font-size: 14px;color: #787878;line-height: 1em;}
.my_sec h5 {margin-bottom: 15px;font-weight: 600;line-height: 1em;color: #454545;font-size: 18px;letter-spacing: 0;}
.my_sec .my_hd a {position: absolute;right: 3px;bottom: 0;display: block;font-size: 0;}
.my_sec .my_hd a span {display: block;}
.my_sec .my_hd a img {width: 15px;height: 15px;}
.my_sec .my_hd a i {display: inline-block;margin-left: 3px;line-height: 1em;font-size: 13px;vertical-align: middle;}
.my_bd .od_box {position: relative;border-top: 1px solid #dbdbdb;}
.my_bd .od_box:last-child {margin-bottom: 0;}
.my_bd .od_box .clame_btn:after {content: '';display: block;clear: both;}
.my_bd .od_box .clame_btn a{float: left;display: block;width: 140px;height: 37px;margin-top: 15px;line-height: 35px;font-size: 15px;font-weight: 500;border: 1px solid #e52547;text-align: center;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;color: #e52547;background-color: #FFF;}
.my_bd .od_box .clame_btn a.cl_btn1 {border-color: #c1c1c1;color: #343434;}
.my_bd .od_box .clame_btn a:last-child {float: none;position: absolute;right: 10px;bottom:0;margin-top: 0;}
.my_orders .my_bd .od_box .clame_btn .cl_btnW1 {float: right;position: static;bottom: auto;right: auto;margin-top: 15px;}
.my_bd .od_box .clame_btn a span {display: block;}
.my_bd .od_box .clame_btn1 {padding-bottom: 40px;}
.my_bd .od_box .clame_btn1 a {margin-top: 0;}
.my_bd .od_box .priceAll {width: 100%;}
.my_orders .my_bd .od_box .clame_btn1 .cl_btnW1 {margin-top: 0;}
.my_bd .box_hd {position: relative;height: 40px;line-height: 40px;background-color: #e6e6e6;color: #454545;font-weight: 500;font-size: 14px;text-align: center;}
.my_bd .od_box .box_cont {border: 1px solid #dbdbdb;margin-bottom: 15px;-webkit-border-radius: 0 0 6px 6px;-moz-border-radius: 0 0 6px 6px;border-radius: 0 0 6px 6px;}
.my_bd .cont_ta {display: table;width: 100%;padding: 24px 0;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;border-bottom: 1px solid #dbdbdb;}
.my_bd .cont_ta:last-child {border-bottom: 0;}
.my_bd .cont_ce {position: relative;display: table-cell;padding-bottom: 30px;vertical-align: top;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
.my_bd .cont_ce.ce_img {width: 170px;padding: 0 20px 0 10px;}
.my_bd .cont_ce.ce_img a{display: block;}
.my_bd .cont_ce.ce_img img {display: block;width: 140px;height: 140px;}
.my_bd .pdt_name {margin-bottom: 12px;line-height: 1.3em;font-size: 16px;color: #353535;font-weight: 600;}
.my_bd .pdt_name a {display: inline-block;}
.my_bd .pdt_date {font-size: 0;}
.my_bd .pdt_date>span {display: inline-block;padding: 0 10px;font-size: 14px;line-height: 1em;font-weight: 500;}
.my_bd .pdt_date>span:first-child {padding-left: 0;}
.my_bd .pdt_date>span:last-child {padding-right: 0;}
.my_bd .pdt_date>span.c_option {width: 100%;padding-bottom: 7px;}
.my_bd .pdt_date>span.c_option+span {padding-left: 2px;}
.my_bd .pdt_date1 {margin-top: 5px;font-size: 0;}
.my_bd .pdt_date1>span {display: inline-block;padding: 0;font-size: 14px;line-height: 1em;font-weight: 500;}
.my_bd .pdt_date3>span{display: block;line-height: 1.4em;font-size: 14px;color: #898989;font-weight: 500;}
.my_bd .pdt_date3>span:last-child {margin-bottom: 5px;}
.my_bd .ce_com {position: absolute;left: 0;bottom: 0;font-size: 0;}
.my_bd .ce_com>span {display: inline-block;font-size: 16px;padding: 0 10px;color: #787878;font-weight: 500;line-height: 1em;vertical-align:bottom;}
.my_bd .ce_com>span:first-child {padding-left: 0;}
.my_bd .ce_com>span:last-child {padding-right: 0;}
.my_bd .ce_com>span.impec {color: #E55;}
.my_bd .ce_com a.od_btn1 {display: inline-block;width: 70px;height: 28px;margin-bottom: -5px;margin-right: 4px;line-height: 28px;background-color: #d1d1d1;color: #1f1f1f;font-size: 13px;-webkit-border-radius: 2px;-moz-border-radius: 2px;border-radius: 2px;font-weight: 500;text-align: center;}
.my_bd .ce_com a.od_btn1:last-child {margin-right: 0;}
.my_bd .od_none {height: 170px;line-height: 170px;border-bottom: 1px solid #dbdbdb;font-size: 18px;color: #232323;font-weight: 500;text-align: center;}
.my_bd .od_none span {display: inline-block;width: 100%;line-height: 1em;vertical-align: middle;}
.my_bd .od_none span i {display: block;margin-bottom: 15px;line-height: 1em;}
.my_bd .od_none span i:last-child {margin-bottom: 0;}
.my_bd .od_none .none_sub {font-size: 14px;margin-bottom: 6px;}

.not_search {text-align: center;font-size: 0;}
.not_search>div {display: inline-block;}
.not_search>div select {width: 120px;height: 40px;;line-height: 40px;background: #fff url("/images/shop/main/black_down.png") no-repeat 97% 50%;vertical-align: top}
.not_search>div .serch_input {position: relative;width: 430px;border: 1px solid #dbdbdb;border-left: 0;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
.not_search>div .serch_input input {width: 100%;height: 38px;padding: 0 10px;padding-right: 55px;line-height: 38px;border: 0;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
.not_search>div .serch_btn {position: absolute;right: -1px;top: 50%;width: 50px;height: 40px;-webkit-transform: translateY(-50%);-moz-transform: translateY(-50%);-ms-transform: translateY(-50%);-o-transform: translateY(-50%);transform: translateY(-50%);border: 0;background-color: #1a75bc;}

/*paging*/
.board_page,.page_num{margin:30px 0 0;padding: 0 50px;text-align: center;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;-ms-box-sizing: border-box;-o-box-sizing: border-box;box-sizing: border-box;}
.board_page strong,.page_num strong {font-weight: 700;margin: 0 5px;vertical-align: middle;}
.board_page a,.page_num a{display: inline-block;margin:0 5px;vertical-align: middle;color: #999;}
.board_page a.prevBtn,.board_page a.nextBtn,.page_num a.prevBtn,.page_num a.nextBtn{margin-left: 0;box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);-webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);-ms-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);-moz-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);}
.board_page a.nextBtn,.page_num a.nextBtn{margin-right: 0;}

@media (max-width: 1024px) {
	.login_wrap .login_contB .wg_board {padding: 20px;margin-bottom: 25px;}
	.login_wrap .login_contB .wg_board table {padding: 0;padding-top: 10px}
	.my_right .my_sec {margin-bottom: 10px;background-color: #FFF;}
	.my_right .my_none {display: none;}
	.my_right .my_block {display: block;}
	.my_right .my_bottom {margin-bottom: 0;}
	.not_search>div {display: block;}
	.not_search>div select {width: 80px;}
	.not_search>div .serch_input {width: calc(100% - 80px);}
	.not_search>div .serch_input input::placeholder {font-size: 12px;}
	.cartType tbody tr {margin-bottom: 0}
	.cartType tbody tr:before {display: none}
}

.login_app_wrap .login_cont{display: flex;align-items: center;padding: 0;max-width: 100%;justify-content: center}
.login_app_wrap .cont_in {padding: 30px 20px;max-width:480px}
.login_app_wrap .cont_tit {margin-bottom: 140px;padding-bottom: 0;}
.login_app_wrap .cont_tit h1 {display: flex;align-items: start;justify-content: center}
.login_app_wrap .cont_tit a ,.login_app_wrap .cont_tit img {display: block}
.login_app_wrap .cont_in form {padding-left: 0;}
.login_app_wrap .td_in {max-width: 100%;width: 100%}
.login_app_wrap .cont_input {overflow: hidden;padding-top: 0;margin-bottom: 20px;border: 2px solid #1A75BC;background-color: #FFF;border-radius: 10px}
.login_app_wrap .cont_input:hover {border-color: #1A75BC}
.login_app_wrap .cont_input:before {position: absolute;left: 91px;top: 50%;content: '';display: block;transform: translateY(-50%);width: 2px;height: 22px;background-color: #1A75BC}
.login_app_wrap .cont_input input {height:46px;padding: 14px 20px;padding-left: 110px;line-height: 22px;font-size: 14px;letter-spacing: -0.01em;color: #555}
.login_app_wrap .cont_input:hover label {color: #1A75BC}
.login_app_wrap .cont_input label{left: 22px;top:50%;transform: translateY(-50%);display: block;font-size: 14px;font-weight: 500;letter-spacing: -0.01em;color: #555}
.login_app_wrap .cont_input.focus label {left: 22px;top:50%;font-size: 14px}
.login_app_wrap .cont_input .focus_bar {display: none}
.login_app_wrap .chkbox {text-align: left}
.login_app_wrap .chkbox label {display: block;font-size: 14px;letter-spacing: -0.01em;color: #555;white-space: nowrap}
.login_app_wrap .chkbox input[type="checkbox"]+span:before {width: 26px;height: 26px;margin-top: -2px;background: url('/images/shop/re_icon/re_login_chk_n.svg') no-repeat center;background-size: 100%}
.login_app_wrap .chkbox input[type="checkbox"]:checked+span:before {background-image:  url('/images/shop/re_icon/re_login_chk.svg')}
.login_app_wrap .cont_chk {padding-bottom: 28px}
.login_app_wrap .cont_btn a  {height: 50px;line-height:50px;border-radius: 10px;font-size: 14px;font-weight: 700}
.login_app_wrap .cont_btn a:nth-child(2) {margin-top: 10px;line-height:46px;border: 2px solid #1A75BC;font-weight: 800}
.login_app_wrap .cont_btn {padding-bottom: 12px}
.login_app_wrap  .find_box {font-size: 0;}
.login_app_wrap  .find_box a {display: inline-block;vertical-align: top;font-size: 14px;line-height: 22px;color: #999999;letter-spacing: -0.01em}
.login_app_wrap .cont_input .eye {right: 15px;top: 50%;transform: translateY(-50%)}
@media (max-width: 1024px) {
	.login_app_wrap .cont_tit {display: block}
	.login_app_wrap .cont_tb  {width: 100%;max-width: 100%;}
	.login_app_wrap .cont_td:last-child {padding-top: 0}
}

@media (max-width: 1024px) {
	#header.reView ,#header.reView1 {display: block;z-index: 110}
}

.login_chk {display: flex; align-items: center; margin-top: 16px;}
.login_chk .chkbox:first-child {margin-right: 20px;}
.cont_input input::placeholder {font-size: 16px; color: rgba(17,17,17,0.6); font-weight: 400; letter-spacing: -0.3px;}
.member_join {display: flex; align-items: center; justify-content: center;}
.member_join2{display: flex; align-items: center; justify-content: center; margin-top: 20px;}
.member_join a, .member_join2 a {position: relative; font-size: 14px; color: #111; font-weight: 400;}
.member_join a:last-child {padding-left: 50px;}
.member_join2 a:last-child {padding-left: 50px; font-weight: 500;}
.member_join a:last-child:after, .member_join2 a:last-child:after {content: "";width: 2px;height: 14px;display: inline-block;position: absolute;top: 50%;left: 25%;transform: translate(-0%, -50%);background: #aaa;}
.wg_tit .chkbox .entire_agree:before {background: url("/img/icon/entire_chk.svg"); margin-right: 8px; width: 24px; height: 23px;}
.wg_tit .chkbox input[type="checkbox"]:checked+.entire_agree:before {background: url("/img/icon/entire_chkOn.svg");}
.wg_tit .chkbox input[type="checkbox"]:checked+.entire_agree {background: #0041A0; color: #fff;}
.login_wrap .login_contAll .wg_tit .chkbox .entire_agree_label {width: 100%;}
.login_wrap .login_contAll .wg_tit .chkbox .entire_agree {background: #f5f5f5; border-radius: 16px; width: 100%; padding: 25px 23px; cursor: pointer; font-size: 18px; font-weight: 500;}
.chkbox input[type="checkbox"]+span .agree_impact {color: #005DEA !important;}
.login_mb12 {margin-bottom: 12px;}
.login_mb12 label input+span {font-weight: 500;}
.login_wrap .login_contAll .wg_join .wg_input .login_id {width: calc(100% - 124px) !important;}
label.r_label {position: relative;display: inline-block;margin-right: 20px;cursor: pointer;line-height: 1em;font-size: 14px;vertical-align: middle; margin-bottom: 0 !important;}
label.r_label:last-child {margin-right: 0;}
label.r_label input {overflow: hidden;position: absolute;left: 0;top: 0;width: 0;height: 0;opacity: 0;}
label.r_label span {content: '';display: inline-block;width: 20px;height: 20px;background-color: #FFF;border: 1px solid #d5d5d5;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;-webkit-border-radius: 50%;-moz-border-radius: 50%;border-radius: 50%;vertical-align: middle;}
label.r_label i {display: inline-block;padding-left: 8px;font-size: 16px;font-weight: 400;line-height: 1em;vertical-align: middle;color: #111}
label.r_label input:checked+span {position: relative;border: 1px solid #d5d5d5;}
label.r_label input:checked+span:after {content: '';position: absolute;left: 50%;top: 50%;-webkit-transform: translate(-50%,-50%);-moz-transform: translate(-50%,-50%);-ms-transform: translate(-50%,-50%);-o-transform: translate(-50%,-50%);transform: translate(-50%,-50%);width: 10px;height: 10px;background-color: #005DEA;-webkit-border-radius: 50%;-moz-border-radius: 50%;border-radius: 50%;}
.main #keyShow,.wg_input #keyShow2 {position: absolute;display: none;margin-left: -40px;margin-top: 18px;cursor: pointer;color: #111;}

/* 버튼 스타일 */
.border_btn { display: block; width: 400px; height:54px; line-height: 54px; box-sizing: border-box; font-size: 16px; font-weight: 500; border:1px solid #005DEA; text-align: center; color:#005DEA; border-radius: 8px; margin: 0 auto;}
.border_btn2 { display: block; width: 240px; height:54px; line-height: 54px; box-sizing: border-box; font-size: 16px; font-weight: 500; border:1px solid #005DEA; text-align: center; color:#005DEA; border-radius: 8px; }
.background_btn { width: 400px; height:54px; line-height: 54px; font-size: 16px;box-sizing: border-box;  font-weight: 500;background-color: #005DEA; text-align: center; color:#fff; border-radius: 8px;}
.background_btn2 { width: 240px !important; height:54px; line-height: 54px; font-size: 16px;box-sizing: border-box;  font-weight: 500;background-color: #005DEA; text-align: center; color:#fff; border-radius: 8px; margin-left: 16px; }
.back_btn { border:none!important;  background-color: #888888!important; color:#fff!important; }

/* 하단 버튼 고정 */
.pc_moveFooter {display: flex; justify-content: center; padding-top: 4px;}
.m_moveFooter {background: #fff; position: fixed;bottom:0; width: 100%; box-sizing: border-box; padding:0 20px; display: none; justify-content: center; height: 65px; align-items: center;}
.m_moveFooter2 {background: #fff; position: fixed;bottom:0; width: 100%; box-sizing: border-box; padding:0 20px; display: none; justify-content: space-between; height: 65px; align-items: center;}
.empty_footer {display: block; height: 65px; }
.empty_footer {display: none;}
.another_footer {display: none;}

@media (max-width: 1024px) {
	.cont_input input::placeholder {font-size: 15px;}
	.login_chk {margin-top: 12px;}
	.login_chk .chkbox:first-child {margin-right: 24px;}
	.login_wrap .cont_btn {margin: 24px 0 20px;}
	.border_btn, .background_btn {width: 100%; height: 48px; line-height: 48px; font-size: 15px; margin: 8px auto;}
	.border_btn2, .background_btn2 { width: 49% !important; font-size: 15px; height:48px; line-height: 48px; margin: 8px auto; }
	.empty_footer { height: 65px; }
	.empty_footer2 {display: block; height: 108px;}
	.m_moveFooter, .m_moveFooter2 {display: flex;}
	.pc_moveFooter {display: none;}
	.login_wrap .login_contAll .wg_tit .chkbox .entire_agree {padding: 20px 23px; height: 60px;}
	.login_wrap .cont_input .eye {top: 19px;}
	.login_wrap .login_contAll .wg_join .wg_phone {display: flex; align-items: center; width: 100%;}
	.login_wrap .login_contAll .wg_join .wg_phone span {margin: 0 5px;}
	.login_wrap .login_contAll .wg_join .wg_phone input[type="text"] {width: 33%;}
	.login_wrap .login_contAll .wg_join .wg_input .login_id {width: calc(100% - 18px) !important;}
	.wg_input .main {width: 100%;}
	label.r_label {margin-right: 35px;}
	label.r_label i {font-size: 15px;}
	.another_footer {display: flex; justify-content: center; padding-top: 4px;}
	.login_wrap .login_contAll .wg_End p {margin-bottom: 12px; word-break: keep-all;}
}

/* 팝업 */
.register_pop {display: none;position: fixed ;top:0;bottom:0;left:0;right:0;z-index:9999;}
.register_pop.view {display: block;}
.register_pop iframe {display: block;width:100%;height: 100%;}
.register_pop.view iframe .guide_pop { display: block!important; }

.scrollLock { overflow: hidden;width: 100%;	height: 100vh;	touch-action: none; }

.pop_all, .vapor_pop { display: none; position: fixed; left:0; top:0; width:100%; height:100%; z-index: 9999; overflow: scroll; }
.pop_all.view, .vapor_pop.view { display: block; }
.pop_all .popBg, .vapor_pop .popBg{ position: fixed; left:0; top:0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.3); }
.pop_all .pop_contain, .vapor_pop .pop_contain { position: relative; overflow:hidden; width: 90%; height: auto; top:50%; left:50%; transform: translate(-50%, -50%); max-width: 600px; background-color: #fff; border-radius: 20px; box-sizing: border-box; }
.pop_all .pop_contain .pop_inner { position: relative; width: 100%; height: 100%; }
.pop_all .pop_contain .pop_inner .pop_inBox { padding:0 0 24px; margin-top: 52px; background-color: #fff; max-height: 668px; overflow-y: auto; }
.pop_inBox .top_tit { position: fixed; width: 100%; top:0; left:0; background-color: #fff; z-index: 1; border:0; }
.pop_inBox .top_tit .pop_tit_fix { margin: 0;	border: 0;	font-size: 18px;	height: auto; line-height: initial;	color: #0041A0;	display: flex;	align-items: center;	justify-content: start;	font-weight: 500; padding: 13px 20px; }
.pop_inBox .top_tit.active { box-shadow: 0 2px 8px rgb(0, 0, 0, 0.2); }
.pop_inBox .top_tit a.back { display: none; }
.okCansleBtn a { display: block; background-color: #0041A0;	text-align: center;	color: #fff; height: 56px; line-height: 54px; font-size: 16px; font-weight: 400; }
.top_okCansleBtn { position: absolute; top:15px; right:20px; z-index: 1; width: 24px; height: 24px; background: url('/img/icon/pop_close.svg') no-repeat center; background-size: 100%; text-indent: -9999px; }

/* 비밀번호 색상 */
.table_text_green {display: block;margin-top: 6px;font-size: 12px;color: #00a140;font-weight: 400;}
.table_text_red {display: block;margin-top: 6px;font-size: 12px;color: #e63d00;font-weight: 400;}

/* 팝업-우편 */
.pop_all_mail .add_in { overflow: auto; height: 500px; }
.pop_all_mail .pop_contain .pop_inner .pop_inBox { padding:0; }

@media (max-width:1024px) {
	.pop_all.view {display: block;position: fixed;top: 0;left: 0;width: 100%;height: 100%;background-color: #fff;}
	.pop_all .popBg {display: none;}
	.pop_all .pop_contain {width: 100%;height: 100%;border-radius: 0;position: static;max-width: inherit;transform: inherit;}
	.pop_all .pop_contain .pop_inner .pop_inBox { max-height: inherit; padding:0; }
	.pop_inBox .top_tit {width: 100%;position: fixed;left: 0;top: 0;height: 52px;line-height: 54px;margin-bottom: 0;border-bottom: 1px solid #eee;text-align: center;background-color: #FFF;z-index: 999;}
	.pop_inBox .top_tit.active { box-shadow: none; }
	.pop_inBox .top_tit a.back {display: block;position: absolute;width: 24px;height: 24px;top:50%;left:20px;transform: translateY(-50%);background: url("/img/icon/new_prev.svg")no-repeat center;text-indent: -9999px;z-index: 1;}
	.pop_inBox .top_tit .pop_tit_fix {display: block;line-height: inherit;color: #111;font-size: 15px;font-weight: 700;padding: 0;letter-spacing: -0.024em;}
	.pop_inBox .pop_txt_cont { margin-top: 20px; }
	.history_txt span { font-size: 14px; }
	.okCansleBtn { position: fixed;	bottom: 0; padding: 0 20px; width: calc(100% - 40px); left: 50%; transform: translateX(-50%); background-color: #fff; }
	.okCansleBtn a { border-radius: 8px; margin: 8px 0; height: 48px; line-height: 48px;}
	.top_okCansleBtn { display: none; }

	/* 팝업-우편 */
	.pop_all_mail .add_in { height: calc(100vh - 100px); }
	.pop_all_mail .pop_inBox .pop_txt_cont { margin-top: 0; }

}
