@charset "utf-8";
/*-------------------------------------------------
Style Sheet
Version : 1.0
Author :  강혜연
Create date : 2022. 09. 26.
-------------------------------------------------*/

#content_wrap {
    min-width: 1360px;
}
.container01 {
    width: 100%;
    max-width: 1020px;
    margin: auto;
    padding: 0 10px;
    box-sizing: border-box;
}
.container02 {
    width: 100%;
    max-width: 1380px;
    margin: auto;
    padding: 0 10px;
    box-sizing: border-box;
}
main {
    padding: 10rem 0;
    box-sizing: border-box;
}
header {
    width: 100%;
    min-width: 1360px;
    background: #fff;
    padding: 1.7rem 0;
    box-sizing: border-box;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 200
}
header .container01 {
    max-width: 1350px;
}
header > div {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
header .pc_head .login {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}
header .nav_web {
    display: flex;
}
header .pc_head .login .nav_web {
    margin: auto;
    padding-left: 10rem;
}
header .nav-link {
    color: var(--bs-dark);
    font-weight: 500;
    font-size: 1.8rem;
    padding: 1.6rem 3.6rem;
}
header .nav-link.active {
    font-weight: 700;
}
header .user_id button {
    font-size: 1.6rem;
    font-weight: 500;
}
.user_more {
    display: inline-block;
    width: 32px;
    height: 32px;
    background: url(https://file.cashzone.co.kr/img/new_ad/user_more.png) no-repeat center;
    background-size: cover;
    vertical-align: -10px;
}
header .user_id {
    position: relative;
}
.user_id > ul {
    min-width: 190px;
    position: absolute;
    right: 0;
    padding: 0.7rem 1.6rem 0.3rem;
    box-sizing: border-box;
    background: #fff;
    text-align: left;
    border: 1px solid #707070;
    margin-top: 1rem;
    display: none;
}
.user_id > ul li a {
    display: block;
    padding: 1.6rem 0;
    border-bottom: 1px solid #E5E5E5;
    box-sizing: border-box;
    font-weight: 500;
}
.user_id > ul li:last-child a {
    border: 0;
}
.m_head {
    display: none;
}
.m_head > a img {
    width: 40px;
}
.m_head .m_login > a {
    display: block;
    width: 24px;
    height: 24px;
    background: url(https://file.cashzone.co.kr/img/new_ad/ham_i.png) no-repeat center;
    background-size: cover;
}
.m_menu {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    right: -100%;
    background: rgba(0,0,0,.5);
}
.close_btn {
    display: block;
    width: 24px;
    height: 24px;
    background: url(https://file.cashzone.co.kr/img/new_ad/close_btn.png) no-repeat center;
    background-size: cover;
}
.m_menu .close_btn {
    position: absolute;
    top: 13px;
    right: 25px;
}
.m_menu_body {
    position: absolute;
    width: 80%;
    height: 100%;
    overflow: auto;
    background: #fff;
    top: 0;
    right: 0;
}
.m_menu_body .user_info {
    background: #F4F4F4;
    padding: 1.6rem 0;
}
.m_menu_body .user_info > p {
    font-size: 1.2rem;
    font-weight: 500;
    padding: 0 2.5rem;
}
.m_menu_body .user_info > ul {
    display: flex;
    padding: 0 2.5rem;
    margin-top: 2.1rem;
}
.m_menu_body .user_info > ul li {
    margin-right: 0.8rem;
}
.m_menu_body .user_info > div {
    display: flex;
    margin-top: 1.6rem;
    padding: 0 2.5rem;
    padding-top: 1.6rem;
    border-top: 1px solid #E5E5E5;
    justify-content: space-between;
    align-items: center;
}
.m_menu_body .user_info > div dl {
    display: flex;
    align-items: center;
}
.m_menu_body .user_info > div dl dt {
    font-size: 1.2rem;
    margin-right: 1.1rem;
    font-weight: 400;
}
.m_menu_body .user_info > div dl dd {
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    font-size: 1.5rem;
}
.m_menu_body .m_nav {
    padding: 0.7rem 2.5rem 2.5rem;
}
.m_menu_body .m_nav > ul > li {
    display: flex;
    padding: 1.5rem 0;
    justify-content: space-between;
    align-items: center;
}
.m_menu_body .m_nav > ul > li select {
    width: auto;
    height: 24px;
}
.m_menu_body .m_nav li.line {
    margin-bottom: 1rem;
    padding-bottom: 2.5rem
}



/* footer */
footer {
    min-width: 1360px;
    background: #281F21;
    padding: 8rem 0;
}
footer .container02 {
    max-width: 1340px;
}
.fnb_wrap {
    display: flex;
    justify-content: space-between;
}
.fnb_wrap .com_name {
    color: #fff;
    font-weight: 700;
}
.fnb_wrap > p img {
    width: 200px;
}
.fnb_wrap .fnb {
    display: flex;
    position: relative;
}
.fnb_wrap .fnb > li {
    align-items: flex-start;
    margin-left: 9rem;
}
.fnb_wrap .fnb > li > a {
    display: block;
    color: #fff;
    font-weight: 700;
}
.fnb_wrap .fnb > li > ul {
    margin-top: 2.2rem;
}
.fnb_wrap .fnb > li > ul a {
    display: block;
    color: #888888;
    margin-top: 0.5rem;
    font-size: 1.4rem
}
.fnb_wrap .fnb > li.copyright {
    position: absolute;
    bottom: 0;
    left: 0;
}
.fnb_wrap .fnb > li.copyright p {
    font-size: 1.4rem;
    color: #888888;
}
.sns_wrap {
    display: flex;
    justify-content: space-between;
    margin-top: 2rem;
}
.sns_wrap ul li {
    display: inline-flex;
    margin-right: 1.5rem;
}
.sns_wrap ul li a {
    display: block;
}
.sns_wrap ul li a i {
    display: block;
    width: 27px;
    height: 27px;
    background-size: cover !important;
}
.sns_wrap ul li a i.youtube_i {
    background: url(https://file.cashzone.co.kr/img/new_ad/youtube_i.png) no-repeat center;
}
.sns_wrap ul li a i.insta_i {
    background: url(https://file.cashzone.co.kr/img/new_ad/insta_i.png) no-repeat center;
}
.sns_wrap ul li a i.blog_i {
    background: url(https://file.cashzone.co.kr/img/new_ad/blog_i.png) no-repeat center;
}
.sns_wrap ul li a i.twitter_i {
    background: url(https://file.cashzone.co.kr/img/new_ad/twitter_i.png) no-repeat center;
}
.sns_wrap ul li a i.m_i {
    background: url(https://file.cashzone.co.kr/img/new_ad/m_i.png) no-repeat center;
}
.sns_wrap button i {
    display: block;
    width: 38px;
    height: 38px;
    background: url(https://file.cashzone.co.kr/img/new_ad/top_btn.png) no-repeat center;
    background-size: cover !important;
}
.sns_wrap button span {
    display:  none;
    font-size: 1.2rem;
    font-weight: 700;
    font-family: 'GmarketSansMedium';
    color: #fff;
    margin-top: 0.4rem;
}
.sns_wrap button:hover span {
    display: block;
}
footer .com_info {
    margin-top: 2rem;
}
footer .com_info span {
    display: block;
    font-size: 1.4rem;
    line-height: 2.4rem;
    color: #888888;
    padding-right: 8px;
    margin-right: 4px;
    letter-spacing: 0;
}

/* tit */
.tit_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.secondary_bg {
    width: 100%;
    min-width: 1360px;
    position: absolute;
    top: 100px;
    left: 0;
    background: var(--bs-secondary);
    height: 223px;
    box-sizing: border-box;
    z-index: -1;
}
.tit_wrap h2 {
    font-size: 2.6rem;
}
.tit_wrap h3 {
    font-size: 2.4rem;
}
.container01 > .tit_wrap {
    margin-top: 4rem;
}

/* btn */
.round_btn {
    display: inline-block;
    border: 1px solid #bbbbbb;
    border-radius: 5em;
    background: #fff;
    text-align: center;
    font-weight: 500;
    font-size: 1.8rem;
    padding: 1rem 1.8rem 1.1rem;
}
.round_btn.btn_sm {
    padding: 0.6rem 1.3rem 0.7rem;
    font-size: 1.2rem;
}
.round_btn.black {
    background: var(--bs-dark);
    color: #fff;
    border: 0;
}
.round_btn.secondary {
    background: var(--bs-secondary);
    border: 0;
}
.round_btn.gray {
    background: #A3A3A3;
    color: #fff;
    border: 0;
}
.round_btn.primary {
    background: var(--bs-primary);
    color: #fff;
    border: 0;
}
.round_btn.black_line {
    border-color: #000000;
}
.round_btn.center {
    margin: auto !important;
}
.round_btn.disabled {
    background: #FAFAFA !important;
    opacity: 0.5;
}
.round_btn.light_gray {
    background: #F7F6F7;
    color: #7B7B7B;
}


/* select */
/* .form-select {
    width: auto;
}
.no_border {
    border: 0;
}
.form-select-sm {
    height: 24px;
    line-height: 2.4rem;
    font-size: 1.3rem;
    padding: 0;
    padding-right: 2.8rem;
    padding-left: 1.5rem;
    background-image: url(https://file.cashzone.co.kr/img/new_ad/selec_arrow_sm.png);
    background-size: 24px;
} */
select.no_border {
    border: 0;
}
.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn).show {
    display: inline-block !important;
}
select {
    width: auto;
    min-width: 150px;
    margin-left: 0;
    height: 50px;
    line-height: 5rem;
    font-size: 1.8rem;
    background: #fff;
    padding: 0 1.2rem;
    padding-right: 4.2rem;
    border: 1px solid #C7C7C7;
    background: url(https://file.cashzone.co.kr/img/new_ad/time_btn.png) no-repeat right center #fff;
    background-size: 32px;
    cursor: pointer;
}
/*.btn-group.open .dropdown-toggle {
    box-shadow: none;
}
.bootstrap-select > .dropdown-toggle:after {
    display: none;
}
.bootstrap-select .dropdown-toggle .caret {
    width: 32px;
    height: 32px;
    background-size: cover;
    border: 0;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    margin: 0;
}
.btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default:active.focus, .btn-default:active:focus, .btn-default:active:hover, .open > .dropdown-toggle.btn-default.focus, .open > .dropdown-toggle.btn-default:focus, .open > .dropdown-toggle.btn-default:hover {
    background: #fff;
    box-shadow: none;
    border-color: #C7C7C7;
}
.btn-danger.active, .btn-danger:active, .btn-default.active, .btn-default:active, .btn-info.active, .btn-info:active, .btn-primary.active, .btn-primary:active, .btn-success.active, .btn-success:active, .btn-warning.active, .btn-warning:active {
    box-shadow: none;
}
.bootstrap-select .dropdown-menu li a {
    padding: 0.4rem 1.2rem;
    font-size: 1.8rem;
}
.bootstrap-select .dropdown-menu {
    border: 1px solid #333;
    border-radius: 0;
    margin-top: 0.4rem;
}
.bootstrap-select .dropdown-menu li.selected a {
    background: #EEEEEE;
}
.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
    background-color: #EEEEEE;
    background-image: none;
}*/
.ui-timepicker-standard {
    padding: 0;
    border: 1px solid #C7C7C7;
    margin-top: 0.4rem;
}
.ui-timepicker-standard a {
    font-size: 1.8rem;
    padding: 0.4rem 1.2rem;
    text-align: left;
}
.ui-timepicker-standard a.ui-state-hover {
    background: #EEEEEE;
    border: 0;
}


/* filebox */
.filebox input[type="file"] {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip:rect(0,0,0,0);
	border: 0;
}

.filebox label {
	width: 440px;
}
.filebox label i {
    display: inline-block;
    margin: 0;
    width: 30px;
    height: 30px;
    vertical-align: -8px;
}

/* named upload */
.upload-name {
    font-size: inherit;
    font-family: inherit;
    line-height: normal;
    vertical-align: middle;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: inline-block;
    width: 100%;
    min-width: 300px;
    height: 50px;
    border: 1px solid #C7C7C7;
    box-sizing: border-box;
    padding: 0 1.2rem;
    font-size: 1.8rem;
    margin-top: 2rem;
}

.filebox.bs3-primary label {
  color: #fff;
	background-color: #337ab7;
	border-color: #2e6da4;
}



/* input */
input[type="text"],
input[type="tel"],
input[type="password"],
input[type="email"] {
    display: inline-block;
    width: auto;
    min-width: 300px;
    height: 50px;
    border: 1px solid #C7C7C7;
    box-sizing: border-box;
    padding: 0 1.2rem;
    font-size: 1.8rem
}
input:read-only {
    background: #FAFAFA;
    color: #888;
}
input:focus {
    border-color: #333;
}
input.error {
    border-color: #FF6C00;
    color: #FF6C00;
}
a:hover {
    color: unset;
}

/* other */

.mo_br {
    display: none;
}

.underline {
    border-bottom: 3px solid #000 !important;
}
.line {
    border-bottom: 1px solid #CCCCCC !important;
}
.hover > *:hover {
    background: #F5F5F5;
}
.bg_gray {
    background: #FAFAFA !important;
}
.mt_50 {
    margin-top: 5rem !important;
}
.d_block {
    display: block !important;
}
.align_items_center {
    align-items: center !important;
}
.fw_600 {
    font-weight: 600 !important;
}
.pt_3 {
    padding-top: 1.5rem !important;
}
.me_3 {
    margin-right: 1rem !important;
}
.me_0 {
    margin-right: 0 !important;
}
.mx_3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
}
label {
    font-weight: 400;
}
.btn_delete {
    display: inline-block;
    width: 32px;
    height: 32px;
    background: url(https://file.cashzone.co.kr/img/new_ad/btn_delete.png) no-repeat center;
    background-size: cover;
}
.mt_20 {
    margin-top: 2rem !important;
}
.mt_10 {
    margin-top: 1rem;
}
.w_100 {
    width: 100% !important;
}
.d_flex {
    display: flex;
}
.justify_between {
    justify-content: space-between
}
.typing {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    margin-top: 0.6rem;
}
.typing span {
    color: #CCCCCC;
    font-weight: 600;
}
.typing span span {
    font-weight: 400;
}
.me_50 {
    margin-right: 5em !important;
}
textarea {
    width: 100%;
    height: 300px;
    resize: none;
    border: 1px solid #C7C7C7;
    background: #fff;
    padding: 1.2rem;

}
.w_300 {
    min-width: 300px !important;
}
.w_440 {
    min-width: 440px !important;
}
.mt_35 {
    margin-top: 35px !important;
}
.ms_3 {
    margin-left: 1rem !important;
}
.mt_30 {
    margin-top: 3rem !important;
}
.error_txt {
    font-size: 1.4rem;
    color: #FF6C00;
    font-weight: 500;
    margin-top: 0.6rem;
}

.mb_50 {
    margin-bottom: 5rem !important;
}
.w_40 {
    width: 40% !important;
}
.mt_40 {
    margin-top: 40px !important;
}
.mt_0 {
    margin-top: 0 !important;
}
.pt_0 {
    padding-top: 0 !important;
}
.mt_40 {
    margin-top: 4rem !important;
}
.text_right {
    text-align: right
}


/* radio */
.input_radio span {
  vertical-align: middle;
  font-size: 1.8rem;
  padding-left: 0.4rem;
}

[type="radio"] {
  vertical-align: middle;
  appearance: none;
  border: 1px solid #CECECE;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  transition: border 0.5s ease-in-out;
  background: #fff;
}

[type="radio"]:checked {
  border: 5px solid var(--bs-secondary);
}

[type="radio"]:disabled {
  background-color: lightgray;
  box-shadow: none;
  opacity: 0.7;
  cursor: not-allowed;
}

.input_radio > small {
    padding-left: 2.4rem;
}

/* checkbox */
input[type="checkbox"] {
    display:none;
}

input[type="checkbox"] + label {
    font-size: 1.4rem;
    font-weight: 500;
}

input[type="checkbox"] + label span {
    display:inline-block;
    width: 20px;
    height: 20px;
    margin: -0.4rem 0.6rem 0 0;
    vertical-align:middle;
    background: url(https://file.cashzone.co.kr/img/new_ad/checkbox_off.png) no-repeat center;
    background-size: cover;
    cursor:pointer;
}

input[type="checkbox"]:checked + label span {
    background: url(https://file.cashzone.co.kr/img/new_ad/checkbox_on.png) no-repeat center;
    background-size: cover;
}

input[type=checkbox], input[type=radio] {
    margin: 0;
}

/* input file */
.btn_upload {
    display: flex;
    width: 200px;
    height: 300px;
    border: 1px solid #C7C7C7;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
    background: #fff;
    font-size: 1.8rem;
    line-height: 2rem;
    font-weight: 500;
    color: #C1C1C1;
    flex-direction: column;
    cursor: pointer;
}
.upload_i {
    display: block;
    width: 50px;
    height: 50px;
    background: url(https://file.cashzone.co.kr/img/new_ad/btn_upload.png) no-repeat center;
    background-size: cover;
    margin-bottom: 0.6rem;
}
input[type='file'] {
  display: none;
}
.image-output {
    position: absolute;
    top: 0;
    left: 0;
    width: 200px;
    height: 300px;
    display: none;
}
img {
    max-width: 100%;
}

/* modal */
.btn_close {
    width: 32px;
    height: 32px;
    background: url(https://file.cashzone.co.kr/img/new_ad/btn_close.png) no-repeat center;
    background-size: cover;
}
.modal-dialog {
    max-width: 100%;
}
.modal-dialog.modal_sm {
    width: 380px;
}
.modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
    border: 0;
}
.modal-header h4 {
    font-size: 2rem;
}
.modal-header:before,
.modal-header:after {
    display: none;
}
.modal-content {
    padding: 2.8rem 3rem 3rem;
}
.modal-body {
    padding: 1.7rem 0 3.1rem;
}
.modal-footer {
    display: flex;
    padding: 0;
    border: 0;
    justify-content: space-between;
}
.modal-footer:before,
.modal-footer:after {
    display: none;
}
.modal-footer button:last-child {
    width: 100%;
}
.modal-dialog {
    width: 580px;
}
.modal-footer {
    flex-wrap: nowrap;
}
.modal-footer > * {
    margin: 0;
}


/* guide_txt */
.guide_txt > p {
    font-weight: 500;
}
.guide_txt ul li {
    font-size: 1.4rem;
    color: #666666;
    margin-top: 1.8rem;
    padding-left: 0.9rem;
    position: relative;
}
.guide_txt ul li:before {
    content: '-';
    color: #666666;
    font-size: 1.4rem;
    position: absolute;
    top: 0;
    left: 0;
}
.guide_txt ul li.line {
    text-decoration: underline;
    color: var(--bs-dark);
    border-bottom: 0 !important;
}
.guide_txt ul li.line:before {
    color: var(--bs-dark);
}

.paging {
    margin-top: 2rem;
}
.paging ul {
    display: flex;
    justify-content: center;
    align-items: center;
}
.paging ul li button {
    display: block;
    font-size: 1.6rem;
    line-height: 3rem;
    font-weight: 500;
    font-family: GmarketSansMedium !important;
    padding: 0 0.9rem;
}
.paging ul li.active button {
    font-weight: 700;
    font-family: GmarketSansBold !important;
    position: relative;
}
.paging ul li.active button:before {
    content: '';
    width: calc(100% - 1.8rem);
    height: 1px;
    background: var(--bs-dark);
    position: absolute;
    bottom: 7px;
    left: 0.9rem;
}
.paging ul li:first-child button,
.paging ul li:last-child button {
    width: 30px;
    height: 30px;
    background: url(https://file.cashzone.co.kr/img/new_ad/page_i.png) no-repeat center;
    background-size: cover;
}
.paging ul li:last-child button {
    transform: rotate(180deg);
}