@charset "utf-8";


/*Font: Pretendard*/
@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
}
@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
}
@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-ExtraBold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
}
@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}

body, h1, h2, h3, h4, h5, h6 {
	font-family: 'Pretendard', 'malgun gothic', Arial, sans-serif !important;
}

/* SIR 지운아빠 */

/* ### 기본 스타일 커스터마이징 시작 ### */

/* 버튼 */
.mbskin a.btn01 {}
.mbskin a.btn01:focus, .mbskin .btn01:hover {}
.mbskin a.btn02 {}
.mbskin a.btn02:focus, .mbskin .btn02:hover {}
.mbskin .btn_confirm {} /* 서식단계 진행 */
.mbskin .btn_submit {}
.mbskin button.btn_submit {}
.mbskin fieldset .btn_submit {}
.mbskin .btn_cancel {}
.mbskin button.btn_cancel {}
.mbskin .btn_cancel:focus, .mbskin .btn_cancel:hover {}
.mbskin a.btn_frmline, .mbskin button.btn_frmline {} /* 우편번호검색버튼 등 */
.mbskin button.btn_frmline {}
.mbskin .win_btn {} /* 새창용 */
.mbskin .win_btn button {}
.mbskin .win_btn input {}
.mbskin .win_btn a {}
.mbskin .win_btn a:focus, .mbskin .win_btn a:hover {}
/* 게시판용 버튼 */
.mbskin a.btn_b01 {}
.mbskin a.btn_b01:focus, .mbskin .btn_b01:hover {}
.mbskin a.btn_b02 {}
.mbskin a.btn_b02:focus, .mbskin .btn_b02:hover {}
.mbskin a.btn_admin {} /* 관리자 전용 버튼 */
.mbskin a.btn_admin:focus, .mbskin a.btn_admin:hover {}

/* 기본테이블 */
.mbskin .tbl_head01 {}
.mbskin .tbl_head01 caption {}
.mbskin .tbl_head01 thead th {}
.mbskin .tbl_head01 thead a {}
.mbskin .tbl_head01 thead th input {} /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */
.mbskin .tbl_head01 tfoot th {}
.mbskin .tbl_head01 tfoot td {}
.mbskin .tbl_head01 tbody th {}
.mbskin .tbl_head01 td {}
.mbskin .tbl_head01 a {}
.mbskin td.empty_table {}

/* 폼 테이블 */
.mbskin table {}
.mbskin caption {}
.mbskin .frm_info {}
.mbskin .frm_file {}

.mbskin .tbl_frm01 {}
.mbskin .tbl_frm01 th {width:85px;}
.mbskin .tbl_frm01 td {}
.mbskin .tbl_frm01 textarea, .mb_skin tbl_frm01 .frm_input {}
.mbskin .tbl_frm01 textarea {}
/*
.mbskin .tbl_frm01 #captcha {}
.mbskin .tbl_frm01 #captcha input {}
*/
.mbskin .tbl_frm01 a {}

/* 필수입력 */
.mbskin .required, .mbskin textarea.required {}

/* 테이블 항목별 정의 */
.mbskin .td_board {}
.mbskin .td_chk {}
.mbskin .td_date {}
.mbskin .td_datetime {}
.mbskin .td_group {}
.mbskin .td_mb_id {}
.mbskin .td_mng {}
.mbskin .td_name {}
.mbskin .td_nick {}
.mbskin .td_num {}
.mbskin .td_numbig {}

.mbskin .txt_active {}
.mbskin .txt_expired {}

/* ### 기본 스타일 커스터마이징 끝 ### */

/* 회원가입 약관 */
#fregister section {margin:0 0 20px;padding:20px 0}
#fregister h2 {margin:0 0 20px;text-align:center}
#fregister textarea {display:block;margin-bottom:10px;padding:5px;width:98%;height:150px;border:1px solid #e9e9e9;background:#f7f7f7}
#fregister .fregister_agree {padding:10px 0 0;text-align:right}
#fregister .fregister_agree label {display:inline-block;margin-right:5px}
#fregister p {color:#040000;}
#fregister .btn_confirm {margin-bottom:20px}
#fregister_private .tbl_head01 th{text-align:center;border:1px solid #d1dee2;width:33%}
#fregister_private .tbl_head01 td {border:1px solid #e9e9e9}
#fregister_private .tbl_head01 caption{position:absolute;font-size:0;line-height:0;overflow:hidden}

/* 회원가입 입력 */
#fregisterform textarea {height:50px}

#fregisterform #msg_certify {margin:5px 0 0;padding:5px;border:1px solid #dbecff;background:#eaf4ff;text-align:center}

#fregisterform .frm_address {margin:5px 0 0}
#fregisterform #mb_addr3 {display:inline-block;margin:5px 0 0;vertical-align:middle}
#fregisterform #mb_addr_jibeon {display:block;margin:5px 0 0}

/* 회원가입 완료 */
#reg_result {padding:50px 0 0}
#reg_result #result_email {margin:20px 0;padding:10px 50px;border-top:1px solid #e9e9e9;border-bottom:1px solid #dde4e9;background:#fff;line-height:2em}
#reg_result #result_email span {display:inline-block;width:150px}
#reg_result #result_email strong {color:#e8180c;font-size:1.2em}
#reg_result p {line-height:1.8em}
#reg_result .btn_confirm {margin:50px 0}

/* 아이디/비밀번호 찾기 */
#find_info #mb_hp_label {display:inline-block;margin-left:10px}
#find_info #info_fs {margin:0 20px 20px;padding:0;background:#fff}
#find_info #info_fs .frm_input {width:70%}
#find_info p {margin:0 0 10px;line-height:1.8em}
#find_info #captcha {margin:0 20px}

/* 로그인 */
#mb_login {margin:0 auto;padding:100px 0;width:500px}
#mb_login h1 {margin:0 0 20px;font-size:1.3em}
#mb_login h2 {margin:0}
#mb_login p {padding:10px 0;line-height:1.5em}
#mb_login #login_fs {position:relative;margin:0;padding:20px 20px 20px 95px;border:1px solid #cfded8;border-bottom:0;background:#fff}
#mb_login #login_fs legend {position:absolute;margin:0;padding:0;font-size:0;line-height:0;text-indent:-9999em;overflow:hidden}
#mb_login #login_fs label {letter-spacing:-0.1em}
#mb_login #login_fs .login_id {position:absolute;top:26px;left:95px}
#mb_login #login_fs .login_pw {position:absolute;top:52px;left:95px}
#mb_login #login_fs .frm_input {display:block;margin:0 0 5px 80px;width:162px}
#mb_login #login_fs .btn_submit {position:absolute;top:20px;right:95px;width:60px;height:53px}
#mb_login #login_info {margin:0 0 30px;padding:20px;border:1px solid #cfded8;background:#f5f6fa}
#mb_login #login_info div {text-align:right}

/* 쪽지 */
#memo_view_contents {margin:0 auto 20px;width:90%}
#memo_view_contents h1 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#memo_view_ul {margin:0;padding:0 0 10px;border-bottom:1px solid #eee;list-style:none}
.memo_view_li {position:relative;padding:5px 0}
.memo_view_subj {display:inline-block;width:65px}
#memo_view p {padding:10px 0;min-height:150px;height:auto !important;height:150px;background:#fff;line-height:1.8em}

#memo_write textarea {height:100px}

/* 스크랩 */
#scrap_do table {margin:0 0 10px;width:100%}
#scrap_do textarea {height:100px}

/* 회원 비밀번호 확인 */
#mb_confirm {margin:0 auto;padding:100px 0;width:500px}
#mb_confirm h1 {margin:0 0 20px;font-size:1.3em}
#mb_confirm p {padding:20px;border:1px solid #dde4e9;border-bottom:0;background:#fff}
#mb_confirm p strong {display:block}
#mb_confirm fieldset {margin:0 0 30px;padding:30px 0;border:1px solid #e9e9e9;background:#f5f6fa;text-align:center}
#mb_confirm fieldset .frm_input {background-color:#fff !important}
#mb_confirm label {letter-spacing:-0.1em}
#mb_confirm_id {display:inline-block;margin-right:20px;font-weight:bold}

/* 비밀글 비밀번호 확인 */
#pw_confirm {margin:0 auto;padding:100px 0;width:500px}
#pw_confirm h1 {margin:0 0 20px;font-size:1.3em}
#pw_confirm p {padding:20px;border:1px solid #dde4e9;border-bottom:0;background:#fff}
#pw_confirm p strong {display:block}
#pw_confirm fieldset {margin:0 0 30px;padding:30px 0;border:1px solid #e9e9e9;background:#f5f6fa;text-align:center}
#pw_confirm fieldset .frm_input {background-color:#fff !important}
#pw_confirm label {letter-spacing:-0.1em}
#pw_confirm_id {display:inline-block;margin-right:20px;font-weight:bold}

/* 폼메일 */
#formmail #subject {width:386px}
#formmail textarea {height:100px}

/* 자기소개 */
#profile table {margin-bottom:0}
#profile section {margin:0 auto 20px;padding:20px;width:86%}
#profile h2 {margin:0}



/*sign*/
#sign .form-control.w300{
    width: 300px;
}
#sign .form-control.w600{
    width: 600px;
}
#sign h6{
    display: inline-block;
    margin-left: 10px;
    color:#444;
}
#sign h6.h6chk{
    padding: 7px 12px;
    background-color: #444;
    color:#fff;
}
#sign #latest-form .btn_wrp{
    margin-top: 20px;
}
#sign #latest-form .btn_wrp input {
    display: block;
    background-color: #4eb447;
    color: #fff;
    font-size: 18px;
    line-height: 1em;
    padding: 15px;
    width: 100%;
    border: 1px solid #4eb447;
    font-weight: 500;
    border-radius: 4px;
}
#sign .btn_wrp a{
    display: inline-block;
    background-color: #555;
    color: #fff;
    font-size: 18px;
    line-height: 1em;
    padding: 12px 20px;
    border: 1px solid #555;
    font-weight: 600;
    border-radius: 20px;
    margin: 0 5px;
    width: 300px;
    text-decoration: none;
}
@media (max-width:768px){
    #sign .form-control.w300, #sign .form-control.w600{
        width: 100%;
    }
    #sign h6{
        margin-left: 0px;
        margin-top: 7px;
    }
    #sign #latest-form .btn_wrp input, #sign .btn_wrp a{
        font-size: 12px;
        padding: 9px 12px;
        margin: 0 2px;
    }
}


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

.body-sign .panel-sign {
    border: 1px solid #ddd;
    padding: 40px 0;
}
.body-sign .center-sign {
	display: table-cell;
	padding-top: 20px;
	vertical-align: middle;
}

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

.body-sign input.form-control {
	font-size: 1.2rem;
    padding-left: 20px;
    padding-right: 20px;
}

.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: 5px solid #2d323a;
	border-radius: 0px 5px 5px 5px;
	box-shadow: 0px 1px 2px rgba(0,0,0,0.1);
	padding: 33px 33px 15px;
}

.body-sign .panel-sign .panel-title-sign .title {
	background-color: #2d323a;
	border-radius: 5px 5px 0 0;
	color: #fff;
	display: inline-block;
	font-size: 1.5rem;
	line-height: 2rem;
	padding: 13px 19px 13px 15px;
	vertical-align: bottom;
	margin-bottom: -3px !important;
}

.body-member .body-sign .panel-sign .panel-body {
	background: linear-gradient(#fff,rgba(255, 255, 255, 0.9));
	font-size: 14px;
    box-shadow: 0 0 0;
    border: 0px;
}
.body-member .body-sign .panel-sign .panel-body .form-group .form-control,
.body-member .body-sign .panel-sign .panel-body .form-group .form-control .required {
    color: #333;;
    box-shadow: 0 0 0;
    font-weight: 400;
    border-radius: 100px;
    padding: 15px 20px;
    font-size: 15px;
}
.body-member .body-sign .panel-sign .panel-body .btn_cl {
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 15px;
    padding: 15px 15px 13px;
    line-height: 1em;
    font-weight: 400;
    background-color: #4eb447;
    border-color: #4eb447;
}
.body-member .body-sign .panel-sign .panel-body .btn_cl_w {
    background-color: #fff;
    border-color: #ddd;
    color: #666;
}

.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;
}
@media (max-width:768px){
    .body-sign .panel-sign {
        padding: 20px 0;
    }
}

/* 로그인 ---------------------------------------------------------------------------*/
.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 .clearfix {
	margin-bottom:5px;
}


/*latest-form*/
.form_tit {
    /* margin-bottom: 0px !important;
    border: 1px solid #ddd;
    padding: 20px 15px;
    background-color: #f7f7f7; */
    font-weight: 700;
}
#latest-form .table {
    /* border-top: 2px solid #1c1c1c;
    border-bottom: 2px solid #1c1c1c; */
    margin-bottom: 10px !important;
}
#latest-form .table tr th,
#latest-form .table tr td {
    border: 1px solid #ddd;
    font-size: 16px;
    font-weight: 300;
    color: #1c1c1c;
    vertical-align: middle;
    padding: 15px 20px;
}
#latest-form .table tr th:first-child,
#latest-form .table tr td:first-child {
    border-left: 0px !important;
}
#latest-form .table tr th:last-child,
#latest-form .table tr td:last-child {
    border-right: 0px !important;
}
#latest-form .table tr td .mb-id-txt,
#latest-form .table tr td .mb-password-re-txt,
#latest-form .table tr td .mb-password-txt {
    margin-top: 5px;
    color: #666;
    display: block;
    font-size: 14px;
}
#latest-form .table tr th {
    font-weight: 600;
}
#latest-form .table tr th .c_rd {
    color: #ed1a1a;
}
#latest-form .table tbody tr td .radio-custom {
    display: inline-block;
    margin-bottom: 0px;
    margin-right: 15px;
}
#latest-form .table tbody tr td .frm_info {
    margin-top: 5px;
    color: #666;
    display: block;
    font-size: 14px;
}
#latest-form .table tbody tr td .form-control {
    display: inline-block;
    border-radius: 0;
    box-shadow: 0 0 0;
    max-width: 230px;
}
#latest-form .table tbody tr td .form-control.ln_4 {
    max-width: 80px;
}
#latest-form .table tbody tr td .form-control.ln_6 {
    max-width: 120px;
}
#latest-form .table tbody tr td .form-control.ln_8 {
    max-width: 160px;
}
#latest-form .table tbody tr td .form-control.ln_half {
    width: 50%;
}
#latest-form .btn_wrp a,
#latest-form .btn_wrp input {
    display: block;
    background-color: #4eb447;
    color: #fff;
    font-size: 18px;
    line-height: 1em;
    padding: 15px;
    width: 100%;
    border: 1px solid #4eb447;
    font-weight: 500;
    border-radius: 4px;
}
#latest-form .btn_wrp a {
    border-color: #e4e4e4;
    background-color:#e4e4e4;
    text-decoration: none;
    color: rgba(0,0,0,0.6);
}
#latest-form .table tbody tr td .pls_btn {
    display: inline-block;
    background-color: #333;
    color: #fff;
    text-decoration: none;
    line-height: 1em;
    font-size: 18px;
    height: 34px;
    line-height: 1em;
    padding: 8px;
    border: 1px solid #333;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    font-weight: 600;
}
#latest-form .table tbody tr td .pls_btn strong  {
    color: #ffed24;
    display: inline-block;
    margin-right: 5px;
}
#latest-form .ag_radio_box {
}
#latest-form .ag_radio_box input {
    width: 0px;
    height: 0px;
    overflow: hidden;
    display: none;
}
#latest-form .ag_radio_box label {
    border: 2px solid #eee;
    padding: 0 15px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 120px;
    border-radius: 15px;
    cursor: pointer;
}
#latest-form .ag_radio_box input:checked + label {
    border-color: #4eb447;
    background-color: #f6f8fd;
}
#latest-form .ag_radio_box label .dft {
    line-height: 1.1em;
}
#latest-form .ag_radio_box label .sm {
    font-size: .85em;
    opacity: .65;
    margin-top: 7px;
    display: block;
    font-weight: 400;
}
#latest-form .ag_box .pr_box {
    border: 1px solid #ddd;
    padding: 25px;
    background-color: #fff;
    height: 150px;
    overflow-y: scroll;
}
#latest-form .check_wrp {
    /* border: 1px solid #ddd;
    border-top: 0px;
    padding: 15px; */
    margin-top: 15px;
}
@media (min-width:768px){
    #latest-form .table tr th {
        width: 25%;
    }
    #latest-form .table tr td {
        width: 75%;
    }
}
@media (max-width:768px){
    #latest-form .table tr th,
    #latest-form .table tr td {
        font-size: 13px;
        padding: 7px;
        margin-top: -1px;
        display: block;
        width: 100%;
		text-align: left;
    }
    #latest-form .table tbody tr td .radio-custom {
        display: inline-block;
        margin-bottom: 0px;
        margin-right: 150px;
    }
    #latest-form .table tbody tr td .radio-custom label {
        word-break: keep-all;
        display: block;
    }
    #latest-form .table tbody tr td .form-control {
        margin: 3px 0;
    }
    #latest-form .table tbody tr td .form-control.ln_4 {
        max-width: 60px;
    }
    #latest-form .table tbody tr td .form-control.ln_6 {
        max-width: 80px;
    }
    #latest-form .table tbody tr td .form-control.ln_8 {
        max-width: 100px;
    }
    #latest-form .table tbody tr td .form-control.ln_half {
        width: 50%;
    }
    #latest-form .btn_wrp a,
    #latest-form .btn_wrp input {
        font-size: 14px;
        padding: 8px;
    }
	
	#latest-form .table tbody tr td .form-control {
		max-width: 100%;
	}
	button, html input[type=button], input[type=reset], input[type=submit] {
		width: 100%;
	}
    #latest-form .ag_radio_box label {
        padding: 20px 15px 15px;
        height: auto;
        border-radius: 10px;
    }
    #latest-form .ag_radio_box label .sm {
        margin-top: 3px;
    }
}
/*wanning_info*/
#terms .wanning_info {
    text-align: center;
    padding: 20px;
    background-color: #fff8ed;
    border: 1px solid #ead6b5;
    border-radius: 4px;
}
#terms .wanning_info p {
    color: #906f3c;
}
/*modal*/
.privacy .modal-dialog {
    margin: 0;
    display: table;
    width: 100%;
    height: 100%;
}
.privacy .modal-dialog > div {
    display: table-cell;
    vertical-align: middle;
}
.privacy .modal-dialog > div .modal-content {
    max-width: 700px;
    margin: 20px auto;
    overflow: hidden;
}
.privacy .modal-header {
    padding: 25px 15px;
    background-color: #f7f7f7;
}
.privacy.gift_confirm .modal-header {
    padding: 20px 15px;
}
.privacy #privacy {
    height: 50vh;
    overflow-y: scroll;
}
@media (max-width:768px){
    .privacy .modal-header {
        padding: 20px 15px;
    }
    .privacy .modal-dialog > div .modal-content {
        max-width: 90%;
    }
}
/*card_select*/
.card_select .modal-content {
    overflow: hidden;
    border-radius: 10px;
    border: 0px;
}
.card_select .modal-header {
    background-color: #f7f7f7;
    padding: 20px 15px;
    position: relative;
}
.card_select .modal-header .cls_btn {
    position: absolute;
    right: 20px;
    height: 18px;
    background: url((../../../fontsimg/cls_btn.png) center center no-repeat;
    width: 18px;
    top: 20px;
    cursor: pointer;
    border: 0px;
}
.card_select .modal-header h4 {
    font-weight: 600;  
    line-height: 1.2em; 
}
.card_select .modal-header p {
    color: #999;
    font-weight: 400;
    line-height: 1.2em;
    margin-top: 10px;
}
.card_select .modal-body {
    padding: 30px 20px;
}
.card_select .modal-body > p {
    font-weight: 600;
    margin-bottom: 15px;
}
.card_select .modal-body > .bt_cmt {
    color: #999;
    font-weight: 400;
    margin-top: 10px;
    font-size: 14px;
}
.card_select .modal-body .row {
    margin: 0 -5px;
}
.card_select .modal-body .row > li {
    padding: 0 5px;
    margin: 5px 0;
}
.card_select .modal-body ul li a {
    text-decoration: none;
    display: block;
    text-align: center;
    border: 2px solid #ddd;
    padding: 15px;
    border-radius: 10px;
}
.card_select .modal-body ul li a h6 {
    color: #666;
    margin-top: 5px;
}
@media (max-width:768px){
    .card_select .modal-body > p {
        margin-bottom: 5px;
    }
    .card_select .modal-body ul li a h6 {
        font-size: 13px;
    }
    .card_select .modal-body > .bt_cmt {
        font-size: 12px;
    }
}
/*gift_confirm*/
.gift_confirm .table tbody tr th,
.gift_confirm .table tbody tr td {
    border: 1px solid #aaa;
    padding: 15px;
    font-size: 15px;
    color: #444;
    border-right: 0px;
}
.gift_confirm .table tbody tr th {
    width: 25%;
    font-weight: 500;
    background-color: #fcfcfc;
    border-left: 0px;
}
.gift_confirm .bt_ {
    margin-top: 10px;
}
.gift_confirm .bt_ a {
    display: inline-block;
    color: #37018d;
    font-weight: 600;
}
.gift_confirm .infobox {
    margin: 20px 0;
    padding: 20px 15px;
    background-color: #f7f7f7;
    border-radius: 10px;
}
.gift_confirm .infobox ul li {
    color: #333;
    margin: 10px 0;
    padding-left: 20px;
    position: relative;
    line-height: 1.2em;
}
.gift_confirm .infobox ul li span {
    position: absolute;
    left: 0;
}
.gift_confirm .wanningbox {
    margin: 20px 0;
    padding: 20px 15px;
    background-color: #ffe5e5;
    border-radius: 10px;
}
.gift_confirm .wanningbox p {
    color: #d40707;
}
@media (max-width: 768px) {
    .gift_confirm .table tbody tr th,
    .gift_confirm .table tbody tr td {
        padding: 10px;
        font-size: 13px;
    }
    .gift_confirm .table tbody tr th {
        word-break: keep-all;
    }
    .gift_confirm .wanningbox,
    .gift_confirm .infobox {
        margin: 15px 0;
    }
    .gift_confirm .infobox ul li,
    .gift_confirm .wanningbox p {
        font-size: 13px;
    }
}


/*btn_set_board*/
.btn_set_board span,
.btn_set_board input,
.btn_set_board a {
    text-decoration: none;
    display: inline-block;
    width: 110px;
    height: 40px;
    line-height: 40px;
    border: 0px;
    text-align: center;
    border-radius: 4px;
    vertical-align: middle;
}
.btn_set_board .btn_block {
    display: block;
    width: 100%;
}
.btn_set_board .btn_org {
    background-color: #e8702e;
    color: #fff;
}
.btn_set_board .btn_blk {
    background-color: #4e4e4e;
    color: #fff;
}
.btn_set_board .btn_dblk {
    background-color: #121212;
    color: #fff;
}
.btn_set_board .btn_pk {
    background-color: #ec2b4f;
    color: #fff;
}
.btn_set_board .btn_bl {
    background-color: #2a33a4;
    color: #fff;
}
.btn_set_board .btn_w {
    border: 1px solid #ddd;
    line-height: 38px;
    height: 38px;
    background-color: #f7f7f7;
    color: #666;
    width: auto;
    padding: 0 15px 2px;
    margin-left: 10px;
    font-size: 13px;
    cursor: pointer;
}
@media (max-width: 768px) {
    .btn_set_board span,
    .btn_set_board input,
    .btn_set_board a {
        font-size: 13px;
        width: 90px;
        height: 30px;
        line-height: 30px;
        font-size: 15px;
    }
    .btn_set_board .btn_w {
        line-height: 30px;
        height: 30px;
        font-size: 11px;
        padding: 0 8px;
        margin-left: 5px;
    }
}

.push_btn, .btn_frmline{
    background: #4eb447;
    border: #4eb447;
    padding: 5px;
    border-radius: 2px;
    color: #fff;
}
/* memeberAlert */
.alert.memeberAlert{
    background-color: #f8f8f8;
    border-radius: 10px;
    padding: 20px 30px;
}
/* captcha */
.captcha {
    max-width: 400px !important;
    height: auto !important;
    display: flex;
    align-items: center;
    gap: 10px;
    position: relative;
    background-color: transparent;
    overflow: visible;
    margin-bottom: 20px;
}
.captcha legend {
    display: none !important;
}
.captcha > img,
.captcha #captcha_key {
    width: calc(50% - 5px);
    height: 72px;
    border: 1px solid #ddd;
}
.captcha #captcha_key {
    padding: 0 15px;
}
.captcha #captcha_mp3,
.captcha #captcha_reload {
    position: absolute;
    top: 0;
    left: calc(100% + 2px);
    width: 35px;
    height: 35px;
    background: url(img/volume-down-line) center center no-repeat;
    background-size: 22px;
    background-color: #333;
    opacity: 1;
    overflow: hidden;
    border: 0px;
    color: transparent;
    border-radius: 5px;
}
.captcha #captcha_reload {
    background: url(img/refresh-line.svg) center center no-repeat;
    background-size: 22px;
    background-color: #333;
    bottom: 0;
    top: auto;
}
.captcha #captcha_info {
    left: 0;
    top: calc(100% + 5px);
    position: absolute;
}
.captcha .legend {
    display: none;
}
@media (max-width:768px){
    .captcha {
        max-width: 250px !important;
        gap: 5px;
    }
    .captcha > img,
    .captcha #captcha_key {
        height: 55px;
    }
    .captcha #captcha_mp3, .captcha #captcha_reload {
        width: 27px;
        height: 27px;
        background-size: 15px !important;
    }
}

input, textarea {
    -webkit-appearance: auto;
    -webkit-border-radius: 0;
}
input[type=checkbox], input[type=radio] {
    margin: -6px 3px 0px;
    margin-top: 1px \9;
    line-height: normal;
}

.password_lost #captcha #captcha_key {
    margin: 4px 0 0 3px;
}


/*자동등록방지 ---------------------------------------------------------------------------*/
.captchaSkin.alert-captcha {
    padding: 0;
    background-color: transparent;
    border: 0;
    max-width: 410px;
    margin-bottom: 0px;
}
.captchaSkin.alert-captcha .alert {
	padding: 0px;
	margin-bottom: 0px;
	background-color: transparent;
	border:none;
}
.captchaSkin.alert-captcha .form-group  .form-control {
    max-width: 100% !important;
}
.captchaSkin.alert-captcha .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;
}
.captchaSkin.alert-captcha #captcha_key{
	position: relative;
	height:65px; 
	padding:35px 12px 10px 12px;
	border-radius: 0px 0px 4px 4px;
	top: -1px;
}
.captchaSkin.alert-captcha .form-group>.col-sm-12:first-child{
	width:100%;
	padding-right: 15px !important;
}
.captchaSkin.alert-captcha .form-group>.col-sm-12:nth-child(2){
	width:100%;
	padding-left: 15px !important;
	margin-top: 0px;
}
.captchaSkin.alert-captcha .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;
}
.captchaSkin.alert-captcha .form-group .alert{
	margin-bottom: 0px;
}
.captchaSkin.alert-captcha .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;
}
.captchaSkin.alert-captcha .captcha-refresh {
	padding: 0px;
	bottom: 0px;
    right: 0px;
}
.captchaSkin.alert-captcha .btn-group button {
	padding: 2px 5px;
	border-radius: 3px;
	background-color: rgba(120, 126, 128, 0.6);
    width: auto !important;
}
.captchaSkin.alert-captcha .btn-group button>i {
	margin: 0px;
	color: #fff;
	font-size: 13px;
    font-weight: 200;
}
.captchaSkin.alert-captcha .captcha-input {
	top: 0px;
	font-size: 13px;
	font-weight: 500;
}
.captchaSkin.alert-captcha .form-group .alert-default img{
	height: 90%;
}