html,
body {
	background: #ecedf0;
	width: 100%;
}

.body-sign {
	display: table;
	height: 100vh;
	margin: 0 auto;
	max-width: 500px;
	padding: 0 15px;
	width: 100%;
	position: relative;
    z-index: 50;
}

.body-sign .center-sign {
	display: table-cell;
	padding-top: 20px;
	vertical-align: middle;
}

.body-sign input.form-control, .input-search input.form-control {
	font-size: 1.2rem;
	padding-right: 36px;
}

.body-sign textarea.form-control, .input-search textarea.form-control {
    font-size: 1.2rem;
    padding-right: 36px;
	height : 100px;
}


.body-sign .panel-sign .panel-body {
	background: #FFF;
	border-top: 0px solid #2d323a;
	border-radius: 0px;
	box-shadow: 0px 1px 2px rgba(0,0,0,0.1);
	padding: 10px 33px 15px;
}

.body-sign .panel-sign .panel-title-sign .title {
	background-color: #fff;
    border-radius: 0px;
    color: #111;
    display: block;
    font-size: 1.5rem;
    line-height: 2rem;
    padding: 40px 30px 20px;
    vertical-align: bottom;
    margin-bottom: -3px !important;
    text-align: center;
    font-weight: 600;
    font-size: 24px;
    border-top: 2px solid #111;
}

.body-member .body-sign .panel-sign .btn-quaternary {
	background-color: #111;
}
.body-member .body-sign .panel-sign .panel-body {
	background: linear-gradient(#fff,rgba(255, 255, 255, 0.95));
	font-size: 14px;
	box-shadow: 0 0 0 rgba(0,0,0,0);
}

.body-sign .line-thru::after {
	border-bottom: 1px solid #DADADA;
	content: "";
	display: block;
	left: 10%;
	position: absolute;
	top: 47%;
	width: 81%;
	z-index: 1;
}

.body-sign .line-thru::before {
	background-color: #FFF;
	content: "";
	height: 10px;
	left: 50%;
	position: absolute;
	margin: -5px 0 0 -20px;
	top: 50%;
	width: 40px;
	z-index: 2;
}

.body-sign .line-thru {
	display: block;
	font-size: 1.2rem;
	position: relative;
}

body .btn-facebook, body .btn-facebook:focus {
	background: #3B5998;
	border: 1px solid #37538D;
}

body .btn-twitter, body .btn-twitter:focus {
	background: #55ACEE;
	border: 1px solid #47A5ED;
}

body .btn-facebook, body .btn-facebook:active, body .btn-facebook:hover, body .btn-facebook:focus, body .btn-twitter, body .btn-twitter:active, body .btn-twitter:hover, body .btn-twitter:focus, body .btn-gplus, body .btn-gplus:active, body .btn-gplus:hover, body .btn-gplus:focus {
	color: #fff;
	font-weight: 300;
	padding-left: 30px;
	padding-right: 30px;
	text-shadow: 0px -1px 0px rgba(0,0,0,0.2);
}
@media (max-width: 768px){
	.body-sign .panel-sign .panel-title-sign .title {
		padding: 30px 30px 10px;
		font-size: 22px;
	}
}

/* guest_privacy */
#guest_privacy {
	padding: 10px;
	border: 1px solid #ddd;
	border-radius: 4px;
	margin: 5px 0;
	max-height: 100px;
	overflow-y: scroll;
	word-break: break-all;
}
.mr-xs {
	margin-right: 5px !important;
}

.ml-xs {
	margin-left: 5px !important;
}

.mb-md {
	margin-bottom: 15px !important;
}


.body-sign .display-hidden {
	display: none;
}


/* 로그인 ---------------------------------------------------------------------------*/
.body-member{

	background: url('./img/img-slider-5.jpg') center center;
	
	/*background: #ECEDF0;*/
	background-size: cover;
	overflow-y: hidden;
}
.body-member .bg_pt{
	background: url(./img/bbs_bg_pt.png);
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0.8;
}
.body-member .text-white {
	color : #fff;
}
.body-member a {
    color: #939393 !important;
	text-decoration: none;
}
.body-member a:link, a:visited {
	color: #5bc0de;
}

.body-member a:hover, a:focus, .btn-link:hover, .btn-link:focus {
	color: #fff;
}
.body-member .text-light {
	color: #fff !important;
}

.body-member .clearfix {
	margin-bottom:5px;
}


/* 패스워드 찾기 ---------------------------------------------------------------------------*/
.body-member.passwd .passwd-submit {
	width : 120px;
}

.body-member.passwd .panel.captcha-panel .panel-body {
	border-radius: 5px;
	padding : 15px;
	border-top : none;
}

/*자동등록방지 ---------------------------------------------------------------------------*/
.password_lost .alert {
	padding: 0px;
	margin-bottom: 0px;
	background-color: transparent;
	border:none;
}
.password_lost .form-group .alert-default::before{
	content: '자동등록방지';
    position: absolute;
    top: 5px;
    left: 5px;
    font-size: 12px;
    z-index: 50;
	display: inline-block;
	background-color: rgba(120, 126, 128, 0.6);
	border-radius: 4px;
	color: #fff;
	padding: 0px 4px;
}
.password_lost #captcha_key{
	position: relative;
	height:65px; 
	padding:35px 12px 10px 12px;
	border-radius: 0px 0px 4px 4px;
	top: -1px;
	margin-bottom: 15px;
}
.password_lost .form-group>.col-sm-12:first-child{
	width:100%;
	padding-right: 15px !important;
}
.password_lost .form-group>.col-sm-12:nth-child(2){
	width:100%;
	padding-left: 15px !important;
	margin-top: 0px;
}
.password_lost .form-group>.col-sm-12:nth-child(2)::before{
	content: '자동등록방지 입력';
    position: absolute;
    top: 5px;
	left: 20px;
    font-size: 12px;
    z-index: 50;
	display: inline-block;
	background-color: rgba(120, 126, 128, 0.6);
	border-radius: 4px;
	color: #fff;
	padding: 0px 4px;
}
.password_lost .form-group .alert{
	margin-bottom: 0px;
}
.password_lost .form-group .alert-default{
	position: relative;
	border: 1px solid #ccc;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	height: 80px;
	padding: 20px 5px 5px 5px;
	overflow: hidden;
	border-radius: 4px 4px 0px 0px;
}
.password_lost .captcha-refresh {
	padding: 0px;
	bottom: 0px;
    right: 0px;
}
.password_lost .btn-group button {
	padding: 2px 5px;
	border-radius: 3px;
	background-color: rgba(120, 126, 128, 0.6);
}
.password_lost .btn-group button>i {
	margin: 0px;
	color: #fff;
	font-size: 13px;
    font-weight: 200;
}
.password_lost .alert-captcha .captcha-input {
	top: 0px;
	font-size: 13px;
	font-weight: 500;
}
.password_lost .form-group .alert-default img{
	height: 90%;
}

/* 회원가입 ---------------------------------------------------------------------------*/
.body-member .alert.alert-default {
    background-color: rgba(255, 255, 255, 0.34);
    border-color: #cccccc;
    color: #737373;
}
.body-member .text-danger {
    color: #e55d58 !important;
}
.body-member .text-info {
    color: rgb(106, 106, 106) !important;
}
.body-member .hr-long {
	width: 80%;
	margin: 50px auto 10px;
}

.body-member .hr-title {
	border-top-style: solid;
	border-top-width: 1px;
	font-size: 16px;
	text-align: center;
	height: 10px;
	line-height: 20px;
	margin: 10px 0;
	height: auto;
	color: #bbbbbb;
}

.body-member .input-group-icon .input-group-addon.progress-input-group-addon span.icon-lg.icon{
	padding: 17px 14px;
}
.body-member .progress{
	width : 50px;
}

.float-right {
	float: right !important;
}

.body-member hr {
	display: block;
	border-top: 1px solid rgba(159, 159, 159, 0.5);
	height: 0px;
}

.body-member hr.tall {
	margin: 5px 0;
}

.body-member .alert-none.alert {
	background-color: rgba(255, 255, 255, 0.34);
    border-color: rgba(159, 159, 159, 0.5);
}

.body-member input[type=checkbox], input[type=radio] {
	margin-top: -2px;
}

.body-member .margin-none{
	margin-bottom : 5px;
}

.body-member .fileupload-preview {
	padding: 6px 12px;
	color: #bdbdbd;
	font-size: 1.2rem;
}

.body-member .input-group-addon {
	font-size: 14px;
	color: #111;
}

.body-member .required {
	top: 0px;
}

/*비밀글 - 패스워드 ---------------------------------------------------------------------------*/
.alert-danger {
    color: #c4514f;
    background-color: rgba(255, 255, 255, 0.34);
	border-color: rgba(159, 159, 159, 0.5);
}
/* 비밀번호 재확인 ---------------------------------------------------------------------------*/
.body-member h4 {
    font-size: 1.4em;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 27px;
    margin: 0px
}

.member_confirm .alert ul {
    padding: 0;
    margin: 7px 0 0 0px;
}

/* sweet-alert */
.sweet-alert h2 {
	color: #575757;
	font-size: 20px;
	font-weight: 800;
	margin: 10px 0;
	padding: 0;
	line-height: 25px;
}

.sweet-alert p {
	color: #d2322d;
	font-size: 13px;
	font-weight: 300;
	margin: 0;
	padding: 0;
}

.sweet-alert button {
	color: white;
	font-size: 14px;
	font-weight: 500;
	-webkit-border-radius: 4px;
	border-radius: 5px;
	padding: 8px 20px;
	margin: 20px 5px 0 5px;
	cursor: pointer;
}
/* sweet-alert */


/*쪽지보내기 시작 -------------------------------------------------------------*/

/*쪽지보내기 - common*/
html {
	background-color: #fff;
}
textarea, select, input[type="text"], input[type="url"], input[type="search"], input[type="tel"], input[type="email"],input[type="password"]{
    padding: 10px 12px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, .075);
    box-shadow: inset 0 0 0 rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
textarea:focus,select:focus, input[type="text"]:focus, input[type="text"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="email"]:focus,input[type="password"]:focus {
	border: 1px solid #ccc !important;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075) !important;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075) !important;
}
select{
	padding: 0;
}
.btn-basic{
	border-color: #cacaca #b8b8b8 #9d9d9d !important;
    background-color: rgba(248, 248, 248, 0.4) !important;
    color: #868686 !important;
    background: linear-gradient(#fff,rgba(248, 248, 248, 0.4));
}
.btn-basic-dark{
	border-color: #838383 #777777 #525252 !important;
    background-color: rgba(62, 62, 62, 0.4) !important;
    color: #ffffff !important;
    background: linear-gradient(#8d8d8d,rgba(38, 38, 38, 0.4));
}
.required {
	top: 0;
	color: #777;
	font-size: 13px;
	font-weight: 500;
}
/*쪽지보내기 - Subtitle 서브타이틀*/
.member_open .contents-wrp {
	margin-top: 15px;
}
.member_open .title_wrp {
	border-radius: 5px;
	padding: 15px 0 0;
}
.member_open .title_wrp h4{
	color:#3b3b3b;
	font-size: 2rem !important;
}
@media only screen and (max-width: 496px) {
	.member_open #board_tap_wrp .board_tap ul>li>a {
		padding: 3px 12px;
	}
}
/*쪽지보내기 - 테이블*/
#mailbox {
	background-color: #fff;
}
.member_open{
    background-color: #fff;
    padding: 15px ;
}
.member_open table {
	font-size: 12px;
	line-height: 1.5rem;
}
.member_open table th{
	color: #383f48;
    border: 1px solid #e1e1e1;
    background-color: #f2f4f6;
    text-align: center;
    padding: 1rem;
	word-break: keep-all;
}
.member_open table td{
    padding: 1rem;
	border: 1px solid #e1e1e1;
	word-break: keep-all;
}
.member_open table td p{
   	line-height: 1.5rem;
}
.member_open table a{
	color: #777;
	text-decoration: none;
}
.member_open .security_wrp{
	background-color: rgba(247, 247, 247, 0.8);
}
.member_open .con_security{
	border-radius: 5px;
	overflow:hidden;
	border: 1px solid #eee;
	position: relative;
}
.member_open button{
	position: absolute;
    background-color: #eee;
    border: 1px solid #ddd;
    padding: 5px 10px;
    border-radius: 3px;
}
.member_open .security_listen{
	right: 3px;
}
.member_open .security_return{
	right: 40px;
}
@media only screen and (max-width:496px){
	.member_open button{
	    padding: 2px 4px;
	}
	.member_open .security_return{
		right: 28px;
	}
	.member_open table th.listcheck{
		max-width: 10px !important;
	}
}
/*쪽지보내기 - Tab*/
.member_open #board_tap_wrp .board_tap ul>li {
    float: none;
	display: inline-block;
}
.member_open #board_tap_wrp .board_tap ul>li>a {
	color: #848484;
	display: block;
	width: 100%;
	height: 100%;
	padding: 5px 15px;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 30px;
}
.member_open #board_tap_wrp .board_tap ul>li>a:hover,
.member_open #board_tap_wrp .board_tap ul>li>a:focus{
	color: #666;
	background-color: #fff;
	border-color: #aaa;
}
.member_open #board_tap_wrp .board_tap ul>li>.active:hover,
.member_open #board_tap_wrp .board_tap ul>li>.active{
	color: #fff;
	border-color: #111;
	background-color: #111;
}
@media only screen and (max-width: 496px) {
	.member_open .title_wrp h2{
		font-size: 2rem !important;
	}
	.member_open #board_tap_wrp .board_tap ul>li>a {
		padding: 3px 12px;
	}
}
/*쪽지보내기 - board_btn*/
.member_open .btn_right{
    float: right;
}
.member_open .btn_left{
    float: left;
}
.member_open .btn{
	padding: 2px 7px;
}
/*쪽지보내기 - pagination*/
.member_open .board_pagin_wrp {
	padding-top: 15px
}
.member_open .pagination > .active > a {
    color: #ffffff;
    background-color: #5d5d5d !important;
    border-color: #343434;
}
.member_open .pagination > li > a, .member_open .pagination > li > span, .member_open .pagination > li > a:hover, .member_open .pagination > li > span:hover, .member_open .pagination > li > a:focus, .member_open .pagination > li > span:focus {
    color: #848484;
}
.member_open .pagination>li>a, .pagination>li>span {
	font-size: 12px;
    padding: 0px 8px;
    line-height: inherit;
}
@media only screen and (max-width: 496px) {
	.member_open .board_pagin_wrp {
		padding-top: 0px
	}
	.member_open .pagination>li>a, .pagination>li>span {
    	padding: 5px 10px;
	}
}

/*쪽지보내기 - Userbox*/
.member_open #userbox {
    display: inline-block;
    position: relative;
}
.member_open .divider {
    display: block;
}
.member_open #userbox>a {
    color: #777;
	text-decoration: none;
}
.member_open .userbox.open > a {
    position: relative;
    z-index: 60;
    color: #777;
    text-decoration: none;
}
.member_open .userbox.open ul li a {
    color: #777;
    font-size: 1.2rem;
    text-decoration: none;
	font-weight: 400 !important;
}
.member_open .adm.userbox .dropdown-menu {
    padding: 28px 10px 0;
}
.member_open .userbox .dropdown-menu {
    z-index: 50;
    margin: -30px -10px;
}

/*자동등록방지*/
#security_area .alert-default.alert-captcha{
	background-color: transparent;
	border: 0px;
	margin: 0;
	padding: 0;
}
#security_area .form-group .alert-default::before{
	content: '자동등록방지';
    position: absolute;
    top: 5px;
    left: 5px;
    font-size: 12px;
    z-index: 50;
	display: inline-block;
	background-color: rgba(120, 126, 128, 0.6);
	border-radius: 4px;
	color: #fff;
	padding: 4px;
}
#security_area #captcha_key{
	height:100%; 
	padding: 40px 45px 15px 45px;
	height: 67px;
	position: relative;
}
#security_area .form-group>.col-sm-12:first-child{
	padding-right: 0px !important;
	width: 60%;
}
#security_area .form-group>.col-sm-12:nth-child(2){
	padding-left: 5px !important;
	width: 40%;
	text-align: center;
}
#security_area .form-group>.col-sm-12:nth-child(2)::before{
	content: '자동등록방지 입력';
    position: absolute;
    top: 5px;
    left: 10px;
    font-size: 12px;
    z-index: 50;
	display: inline-block;
	background-color: rgba(120, 126, 128, 0.6);
	border-radius: 4px;
	color: #fff;
	padding: 4px;
}
#security_area .form-group .alert{
	margin-bottom: 0px;
}
#security_area .form-group .alert-default{
	padding: 5px;
	position: relative;
	border: 1px solid #ccc;
	height: 67px;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
#security_area .captcha-refresh {
	padding: 0px;
	bottom: 0px;
    right: 0px;
}
#security_area .btn-group button {
	padding: 2px 5px;
	border-radius: 3px;
	background-color: rgba(120, 126, 128, 0.6);
	border:0px;
}
#security_area .btn-group button>i {
	margin: 0px;
	color: #fff;
	font-size: 13px;
    font-weight: 200;
}
@media (min-width: 768px){
	#security_area .alert-captcha .captcha-input {
		top: 0px;
		font-size: 13px;
   	 	font-weight: 500;
	}
}
@media screen and (max-width:992px){
	#security_area .form-group>.col-sm-12:first-child{
		width:100%;
		padding-right: 15px !important;
	}
	#security_area .form-group>.col-sm-12:nth-child(2){
		width:100%;
		padding-left: 15px !important;
		margin-top: 0px;
	}
	#security_area .form-group>.col-sm-12:nth-child(2)::before{
		top: 5px;
		left: 20px;
	}
	#security_area .form-group .alert-default{
		height: 80px;
		padding: 20px 5px 5px 5px;
		overflow: hidden;
		border-radius: 4px 4px 0px 0px;
	}
	#security_area #captcha_key{
		height:65px; 
		padding:35px 12px 10px 12px;
		border-radius: 0px 0px 4px 4px;
		top: -1px;
	}
}
@media screen and (max-width:496px){
	#security_area .form-group .alert-default img{
		height: 90%;
	}
}

/*프로필*/
#profile .contents-wrp {
    border-radius: 5px !important;
}
#profile ul{
	list-style: none;
}
#profile ul li{
	border-bottom: 1px dashed #eee;
	line-height: 33px !important;
}
#profile table thead td {
    border: none;
}
#profile .profile_title{
	font-weight: 600;
	color: #4f6a84;
}
#profile .user_hi{
	border: 1px solid rgba(238, 238, 238, 0.7);
    padding: 2rem;
    background-color: rgba(238, 238, 238, 0.15);
    margin-bottom: 5px;
}
/*받은쪽지함, 보낸쪽지함 / 받은쪽지함, 보낸쪽지함 보기*/
#mailbox table th,
#mailbox table td {
    border-right: 0px;
	border-left: 0px;
}
#mailbox .table-striped>tbody>tr:nth-of-type(odd) {
    background-color: rgba(249, 249, 249, 0.5);
}
#mailbox .table-striped>tbody>tr:nth-of-type(even) {
    background-color: rgba(255, 255, 255, 0.77);
}
/*이메일*/
#formmail .contents-wrp {
    border-radius: 5px !important;
}
#formmail label {
	font-weight: 700;
    margin-bottom: 0px; 
    line-height: 18px;
    vertical-align: text-bottom;
	margin: 0 10px 0 2px;
}

/*스크랩*/
#scrap .contents-wrp {
    border-radius: 5px !important;
}
#scrap table th,
#scrap table td {
    border-right: 0px;
	border-left: 0px;
}
#scrap .table-striped>tbody>tr:nth-of-type(odd) {
    background-color: rgba(249, 249, 249, 0.5);
}
#scrap .table-striped>tbody>tr:nth-of-type(even) {
    background-color: rgba(255, 255, 255, 0.77);
}




/* mypage======================================================== */

/*new_win*/
.new_win {
    font-size: 13px;
    color: #1e1e1e;
}
.new_win #win_title {
    padding: 10px 15px;
    margin-bottom: 0px;
    height: auto;
	font-weight: 500;
    font-size: 15px;
	position: relative;
}
.new_win #win_title .winBtn button {
    position: absolute;
    right: 15px;
    height: 100%;
    background: url(img/cls_btn.png) center center no-repeat;
    width: 18px;
    top: 0;
    cursor: pointer;
	border: 0px !important;
}
.new_win .win_btn {
    width: 300px;
    margin: 0 auto;
}
.new_win .win_ul li a {
    padding: 3px 10px;
}
.new_win .win_ul .active {
    background:#3a8afd;
    border-color:#3a8afd;
    position:relative;
    z-index:5;
}
.new_win .win_ul .active a {
    color:#fff;
    font-weight:bold;
}
@media (max-width:768px) {
    .new_win {
        font-size: 11px;
    }
}

/*ê´€ì‹¬ìƒí’ˆ*/
#sod_ws_act {
    width: 300px;
    margin: 0 auto;
}
.sod_ws_img {
    width: 100%;
}
#sod_ws li .wish_info {
    height: 60px;
}

/*ë§ˆì´íŽ˜ì´ì§€*/
#smb_my_ov,
#smb_my_list {
    width: auto;
    margin: 0px;
    float: none;
}
#smb_my_list .container {
    width: auto !important;
    padding: 0px;
}
@media (min-width:769px) {
    #smb_my_ov {
        width: 25%;
    }
    #smb_my_ov,
    #smb_my_list {
        display: table-cell;
    }
    #smb_my_list {
        padding-left: 30px;
    }
}
/*ë§ˆì´íŽ˜ì´ì§€ :: ìµœê·¼ìœ„ì‹œë¦¬ìŠ¤íŠ¸*/
#smb_ws_act  {
    width: 350px;
    margin: 0 auto;
}

/*ë§ˆì´íŽ˜ì´ì§€ :: í¬ì¸íŠ¸*/
#point .point_status th,
#point .point_status td,
#point .point_status {
    border-color: #000;
    background-color: #4a505a;
    border-left: 0px;
    border-right: 0px;
}
#point .point_all th,
#point .point_all td,
#point .point_all {
    border-color: #000;
    background-color: #212a37;
    color: #fff;
    border-left: 0px;
    border-right: 0px;
}

/*ìžë™ë“±ë¡ë°©ì§€*/
#security_area .alert-default.alert-captcha{
	background-color: transparent;
	border: 0px;
	margin: 0;
	padding: 0;
}
#security_area .form-group .alert-default::before{
	content: 'ìžë™ë“±ë¡ë°©ì§€';
    position: absolute;
    top: 5px;
    left: 5px;
    font-size: 12px;
    z-index: 50;
	display: inline-block;
	background-color: rgba(120, 126, 128, 0.6);
	border-radius: 4px;
	color: #fff;
	padding: 4px;
}
#security_area #captcha_key{
	height:100%; 
	padding: 40px 45px 15px 45px;
	height: 67px;
	position: relative;
}
#security_area .form-group>.col-sm-12:first-child{
	padding-right: 0px !important;
	width: 60%;
}
#security_area .form-group>.col-sm-12:nth-child(2){
	padding-left: 5px !important;
	width: 40%;
	text-align: center;
}
#security_area .form-group>.col-sm-12:nth-child(2)::before{
	content: 'ìžë™ë“±ë¡ë°©ì§€ ìž…ë ¥';
    position: absolute;
    top: 5px;
    left: 10px;
    font-size: 12px;
    z-index: 50;
	display: inline-block;
	background-color: rgba(120, 126, 128, 0.6);
	border-radius: 4px;
	color: #fff;
	padding: 4px;
}
#security_area .form-group .alert{
	margin-bottom: 0px;
}
#security_area .form-group .alert-default{
	padding: 5px;
	position: relative;
	border: 1px solid #ccc;
	height: 67px;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
#security_area .captcha-refresh {
	padding: 0px;
	bottom: 0px;
    right: 0px;
}
#security_area .btn-group button {
	padding: 2px 5px;
	border-radius: 3px;
	background-color: rgba(120, 126, 128, 0.6);
	border:0px;
}
#security_area .btn-group button>i {
	margin: 0px;
	color: #fff;
	font-size: 13px;
    font-weight: 200;
}
@media (min-width: 768px){
	#security_area .alert-captcha .captcha-input {
		top: 0px;
		font-size: 13px;
   	 	font-weight: 500;
	}
}
@media screen and (max-width:992px){
	#security_area .form-group>.col-sm-12:first-child{
		width:100%;
		padding-right: 15px !important;
	}
	#security_area .form-group>.col-sm-12:nth-child(2){
		width:100%;
		padding-left: 15px !important;
		margin-top: 0px;
	}
	#security_area .form-group>.col-sm-12:nth-child(2)::before{
		top: 5px;
		left: 20px;
	}
	#security_area .form-group .alert-default{
		height: 80px;
		padding: 20px 5px 5px 5px;
		overflow: hidden;
		border-radius: 4px 4px 0px 0px;
	}
	#security_area #captcha_key{
		height:65px; 
		padding:35px 12px 10px 12px;
		border-radius: 0px 0px 4px 4px;
		top: -1px;
	}
}
@media screen and (max-width:496px){
	#security_area .form-group .alert-default img{
		height: 90%;
	}
}

/*sv_wrap*/
.sv_wrap {
    position: relative;
    display: block;
}
.sv_wrap .sv {
    position: absolute;
    width: 100%;
    top: 95%;
    left: 0;
    border: 1px solid #ddd;
    box-shadow: 5px 5px 10px rgba(0,0,0,0.1);
    background-color: #fff;
    padding: 5px 0;
    z-index: 1000;
    height: 0px;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.sv_wrap:visited .sv,
.sv_wrap:focus .sv,
.sv_wrap:active .sv,
.sv_wrap:hover .sv {
    height: 150px;
    opacity: 1;
}
.sv_wrap .sv a {
    text-decoration: none;
    display: block;
    padding: 5px;
    font-size: 11px;
}
/* ovfTable */
@media (max-width:768px){
	.ovfTable {
		overflow-x: scroll;
	}
}
/*table_type1*/
.table_type1 {
    border-color: #ddd;
    border-top: 2px solid #333;
}
.table_type1 thead tr th,
.table_type1 thead tr td,
.table_type1 tbody tr th,
.table_type1 tbody tr td {
    font-size: 13px;
    line-height: 1em;
    color: #1e1e1e;
    padding: 15px;
    vertical-align: middle;
    background-color: #fff;
    border: 1px solid #eee;
    border-bottom-color: #dddddd;
}
.table_type1 thead tr th,
.table_type1 thead tr td,
.table_type1 tbody tr td {
    text-align: center;
}
.table_type1 tbody tr td.td_prd {
    text-align: left;
}
.table_type1 thead tr th {
    background-color: #f7f7f7;
    border-color: #dddddd;
    word-break: keep-all;
}
.table_type1 .prd .imgbox,
.table_type1 .prd .imgbox img {
    width: 70px;
}
.table_type1 .prd .txtbox h5 a {
    font-size: 13px;
    color: #1e1e1e;
}
.table_type1 .prd .txtbox h6 {
    margin-top: 5px;
    position: relative;
    padding-left: 40px;
}
.table_type1 .prd .txtbox h6 span {
    display: inline-block;
    font-size: 11px;
    line-height: 1em;
    padding: 5px;
    color: #636363;
    border-radius: 4px;
    border: 1px solid #dddddd;
}
.table_type1 .prd .txtbox .btn_wrp span {
    display: inline-block;
    font-size: 12px;
    line-height: 1em;
    padding: 7px;
    color: #fff;
    border-radius: 4px;
    border: 1px solid #000;
    cursor: pointer;
    background-color: #222;
}
.table_type1 .chk_box input[type="checkbox"] + label span {
    top: -5px;
}
@media (max-width:768px){
    .table_type1 tbody tr {
        border: 1px solid #dddddd;
        border-bottom: 0px;
    }
    .table_type1 tbody tr:nth-child(even) th,
    .table_type1 tbody tr:nth-child(even) td{
        background-color: #fcfcfc;
    }
    .table_type1 tbody tr:last-child {
        border-bottom: 1px solid #dddddd;
    }
    .table_type1 thead tr th,
    .table_type1 thead tr td,
    .table_type1 tbody tr th,
    .table_type1 tbody tr td {
        font-size: 11px;
        display: block;
        width: 100%;
        border: 0px;
        padding: 8px 10px;
        text-align: left;
    }
    .table_type1 tbody tr td.td_prd {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .table_type1 tbody tr td:last-child {
        padding-bottom: 15px;
    }
    .table_type1 thead tr th,
    .table_type1 thead tr td {
        display: none;
    }
    .table_type1.order_detail tbody tr td::before,
    .table_type1.mycart tbody tr td::before {
        font-weight: 600;
    }
    .table_type1.order_detail tbody tr td:nth-child(2):before,
    .table_type1.mycart tbody tr td:nth-child(3):before {
        content: "ì´ìˆ˜ëŸ‰ : ";
    }
    .table_type1.order_detail tbody tr td:nth-child(3):before,
    .table_type1.mycart tbody tr td:nth-child(4):before {
        content: "íŒë§¤ê°€ : ";
    }
    .table_type1.order_detail tbody tr td:nth-child(4):before,
    .table_type1.mycart tbody tr td:nth-child(5):before {
        content: "í¬ì¸íŠ¸ : ";
    }
    .table_type1.order_detail tbody tr td:nth-child(5):before,
    .table_type1.mycart tbody tr td:nth-child(6):before  {
        content: "ë°°ì†¡ë¹„ : ";
    }
    .table_type1.order_detail tbody tr td:nth-child(6):before,
    .table_type1.mycart tbody tr td:nth-child(7):before  {
        content: "ì†Œê³„ : ";
    }
    .table_type1.order_detail tbody tr td:nth-child(7):before {
        content: "ìƒíƒœ : ";
    }
    .table_type1 tbody tr td .current {
        display: inline-block;
    }
    .table_type1 .prd .txtbox h6 {
        padding-left: 20px;
    }
}
/*table_type2*/
.table_type2 {
    border-color: #dddddd;
    border-top: 1px solid #dddddd;
}
.table_type2 thead tr th,
.table_type2 thead tr td,
.table_type2 tbody tr th,
.table_type2 tbody tr td,
.table_type2 tfoot tr th,
.table_type2 tfoot tr td {
    font-size: 13px;
    line-height: 1.4em;
    color: #1e1e1e;
    padding: 10px;
    vertical-align: middle;
    background-color: #fff;
    border: 1px solid #eee;
    border-bottom-color: #dddddd;
}
.table_type2.text-center thead tr th,
.table_type2.text-center thead tr td,
.table_type2.text-center tbody tr th,
.table_type2.text-center tbody tr td,
.table_type2.text-center tfoot tr th,
.table_type2.text-center tfoot tr td {
    text-align: center;
}
.table_type2 thead tr th {
    background-color: #fcfcfc;
    border-color: #dddddd;
    word-break: keep-all;
}
.table_type2 tr th {
	font-weight: 500;
	color: #000;
}
.table_type2 tfoot tr th,
.table_type2 tfoot tr td {
	background-color: #fcfcfc;
}
@media (min-width:401px){
    .table_type2 tbody tr {
        border: 1px solid #dddddd;
        border-bottom: 0px;
    }
    .table_type2 thead tr th,
    .table_type2 thead tr td,
    .table_type2 tbody tr th,
    .table_type2 tbody tr td {
        word-break: keep-all;
    }
}
@media (max-width:400px){
    .table_type2 tbody tr:nth-child(even) th,
    .table_type2 tbody tr:nth-child(even) td{
        background-color: #fcfcfc;
    }
    .table_type2 tbody tr:last-child {
        border-bottom: 1px solid #dddddd;
    }
    .table_type2 thead tr th,
    .table_type2 thead tr td,
    .table_type2 tbody tr th,
    .table_type2 tbody tr td,
	.table_type2 tfoot tr th,
	.table_type2 tfoot tr td {
        font-size: 13px;
        border: 0px;
        padding: 8px 10px;
        text-align: left;
		word-break: keep-all;
    }
    .table_type2 .prd .txtbox h6 {
        padding-left: 20px;
    }
}

/* 주문조회 */
@media (min-width: 768px){
	#mb_login_od_wr .orderBox {
		position: relative;
		padding-right: 58px;
	}
	#mb_login_od_wr .orderBox .row {
		margin: 0 -3px;
	}
	#mb_login_od_wr .orderBox .row > div {
		padding: 0 3px;
	}
	#mb_login_od_wr .btn_submit {
		position: absolute;
		right: 0;
		top: 0;
		line-height: 32px;
	}
	#mb_login_odinfo p {
		word-break: keep-all;
	}
}
@media (max-width: 768px){
	#mb_login_od_wr .orderBox .row > div {
		margin-bottom: 5px;
	}
}