@charset "utf-8";
/* CSS Document */
body {
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    font: 14px/1 "Noto Sans KR","AppleSDGothicNeo","Malgun Gothic","맑은 고딕","돋움","Arial",sans-serif;
    color: #000;
    letter-spacing: -.25px;
}
body, input, textarea {
    font:14px/1 "Noto Sans KR","AppleSDGothicNeo","Malgun Gothic","맑은 고딕","돋움","Arial",sans-serif;
    color:#000;
    letter-spacing:-.25px;
    font-weight:400;
}
* {
    box-sizing: border-box;
}
*:focus {
    outline: none;
}
img {
    vertical-align: middle;
    display: block;
    max-width: 100%;
}
a {
    color: #333;
    text-decoration: none;
    transition: 0.3s ease;
}
a:link {
    color: #333;
}
a:visited {
    color: #000;
}
a:hover {
    color:#e32d5a;
}
li, ol, ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
ul:after {
    content: "";
    display: block;
    clear: both;
}
p {
    margin:0;
}
h2 {
    font-size: 32px;
    margin: 0;
    padding-bottom: 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
h2 a {
    font-size: 15px;
    font-weight: 400;
}
h2 .ico_bullet3 {
    border: 1px solid #ddd;
    padding: 9px;
    border-radius: 50%;
    transition: 0.3s;
}
h2 .ico_bullet3:hover {
    transform: rotate(180deg);
}
h3 {
    font-size: 1.5em;
    margin: 0;
    padding: 0;
    flex-direction: column;
    display: flex;
    line-height: 1.4;
    font-weight: 400;
}
h3 strong {
    font-weight: 700;
    color: #ef1349;
}
h5 {
    font-size: 3.2em;
    font-weight: 700;
    padding: 0;
    margin: 0 0 20px 0;
    letter-spacing: -1px;
}
h5 strong {
    color: #e32d5a;
}
h6 {
    font-size: 1.4em;
    margin: 0;
    padding-top: 20px;
    font-weight: 300;
    word-break: keep-all;
    line-height: 1.5;
}
h7 {
    font-size: 1.5em;
    margin: 0;
    padding: 0;
    display: flex;
    line-height: 1.4;
    font-weight: 400;
    align-items: center;
    margin-bottom: 16px;
}
h7 span {
    color: #fff;
    background: #e32d5a;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    text-align: center;
    line-height: 35px;
    margin-right: 10px;
}
h8 {
    font-size: 1.7em;
    margin: 0;
    padding: 0;
    display: flex;
    line-height: 1.4;
    align-items: center;
    font-weight: 700;
    margin-bottom: 0;
    margin-top: 10px;
}
h9 {
    position: relative;
    font-size: 2.5em;
    margin: 0;
    letter-spacing: -1.5px;
    font-weight: 500;
    line-height: 1.3;
    padding: 40px 0 50px;
    display: inline-block;
}
h9:before {
    width: 40%;
    height: 3px;
    background: #222;
    content: '';
    display: block;
    position: absolute;
    bottom: 14px;
    left: 30%;
}
h10 {
    font-size: 1.5em;
    margin: 0;
    line-height: 1.3;
    display: inline-block;
}
h11 {
    color: #555;
    margin: 0;
    line-height: 1.3;
    display: flex;
    justify-content: space-between;
    padding: 5% 6%;
    border-bottom: 1px solid #eee;
}
h11 img {
    transform: rotate(90deg);
    opacity: 0.5;
}
h12 {
    font-size: 2.4em;
    padding-bottom: 20px;
    display: block;
    font-weight: 700;
}
hr {
    background-color: #f2f2f2;
    margin: 20px 0;
    border: 0;
    height: 1px;
    width: 100%;
    float: inherit;
}
div {
    box-sizing: border-box;
}
.btn_icon {
    position: relative;
    padding: 8px 0 8px 16px;
    width: 40px;
}
.btn_type {
    cursor: pointer;
    border: 1px solid #ccc;
    border-radius: 3px;
    background: #fff;
    display: inline-block;
    text-align: center;
    height: 36px;
    line-height: 34px;
    padding: 0 10px;
}
.btn_type:hover,
.btn_type.on {
    background: #e32d5a;
    border:1px solid #e32d5a;
    color: #fff;
}
.btn_type2 {
    cursor: pointer;
    border: 1px solid #e32d5a;
    border-radius: 3px;
    background: #e32d5a;
    display: inline-block;
    text-align: center;
    height: 36px;
    line-height: 34px;
    padding: 0 10px;
    width:80px;
    color: #fff;
}
a.btn_type2 {
    color: #fff;
}
.btn_type2:hover {
    background: #cd244e;
}
.btn_type3 {
    cursor: pointer;
    border: 1px solid #e32d5a;
    border-radius: 3px;
    background: #fff;
    display: inline-block;
    text-align: center;
    height: 36px;
    line-height: 34px;
    padding: 0 10px;
    min-width: 95px;
    font-size: 14px;
    color: #e32d5a;
}
.btn_type3:hover {
    background: #f1f1f1;
}
a.btn_type3 {
    color: #e32d5a;
}
.btn_type4 {
    cursor: pointer;
    border: 1px solid #555;
    border-radius: 3px;
    background: #fff;
    display: inline-block;
    text-align: center;
    height: 36px;
    line-height: 34px;
    padding: 0 10px;
    min-width: 95px;
    font-size: 0.7em;
}
.btn_type4:hover {
    background: #f1f1f1;
}
a.btn_type4 {
    color: #000;
}
.btn_type5 {
    cursor: pointer;
    border: 1px solid #ccc;
    border-radius: 3px;
    background: #fff;
    display: inline-block;
    text-align: center;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    white-space: nowrap;
}
.btn_type5:hover,
.btn_type5.on {
    background: #e32d5a;
    border:1px solid #e32d5a;
    color: #fff;
}
.pipe {}
.pipe:before {
    content: '';
    display: inline-block;
    width: 1px;
    height: 13px;
    margin: 0;
    vertical-align: -1px;
    background-color: #ff94ae;
}
.pipe2 {}
.pipe2:before {
    content: '';
    display: inline-block;
    width: 1px;
    height: 15px;
    margin: 0 10px;
    vertical-align: -3px;
    background-color: #ccc;
}
section {
    max-width: 1200px;
    box-sizing: border-box;
    margin: 0px auto;
}
section:after {
    display: block;
    content: '';
    clear: both;
}
.disnone {
    display: none;
}
.disblock {
    display: block !important;
}
.disflex {
    display: flex !important;
}
.disin {
    display: inline-block !important;
}
.ico_bullet {
    width: 20px;
    display: inline-block;
    margin-right: 5px;
    margin-top: -3px;
}
.ico_bullet2 {
    width: 30px;
    display: inline-block;
    padding-bottom: 10px;
}
.ico_bullet3 {
    width: 42px;
    display: inline-block;
}
.ico_bullet4 {
    width: 24px;
    display: inline-block;
    margin-right: 5px;
    margin-top: -5px;
}
.ico_bullet5 {
    width: 29px;
    display: inline-block;
    margin-right: 10px;
    border-radius: 3px;
}
.ico_bullet6 {
    width: 17px;
    display: inline-block;
}
.ico_bullet7 {
    width: 26px;
    display: inline-block;
    margin-right: 5px;
    margin-top: 0px;
}
.filebox {
    border: 1px solid #ddd;
    background-color: #f2f4f7;
    display: block;
    overflow: hidden;
    width: 100%;
    height: 54px;
    border-radius: 3px;
    font-size: 14px;
    text-align: center;
    color: #666;
}
.pink {
    color: #e32d5a;
    display: contents;
}
.pink2 {
    color: #e32d5a !important;
}
.pc {
    display: block;
}
.mobile {
    display: none;
}
.mr_5 {
    margin-right:5px;
}
.ml_2 {
    margin-left: 3%;
}
.mg_auto {
    margin:0 auto;
}
.w460 {
    width:100%;
    max-width: 460px;
}
.flex_jus {
    justify-content: space-between;
}
.dis_none {
    display: none;
}

/* 버튼 */
.pg_wrap {
    margin-bottom: 50px;
    text-align: center;
    border: 0;
}
.pg_wrap .btn_write {
    float: right;
}

.btn_wrap {
    margin: 50px 0;
    text-align: center;
}
.btn_wrap .btn_write {
    float: right;
}
/* 페이지네이션 */
.pg {
	display: inline-block;
}
.pg .pg_page {
	display: inline-block;
	border-radius: 4px;
    border: 1px solid #e4e8eb;
	padding: 8px 12px;
	font-weight: 500;
    font-size: 13px;
    color: #5f7d95;
	-webkit-box-shadow: 0px 1px 4px 0px rgb(0 0 0 / 5%);
    box-shadow: 0px 1px 4px 0px rgb(0 0 0 / 5%);
	cursor: pointer;
	margin: 4px;
}
.pg .pg_current {
	display: inline-block;
	border-radius: 4px;
    border: 1px solid #e4e8eb;
	padding: 8px 12px;
	font-weight: 500;
    font-size: 13px;
	-webkit-box-shadow: 0px 1px 4px 0px rgb(0 0 0 / 5%);
    box-shadow: 0px 1px 4px 0px rgb(0 0 0 / 5%);
	margin: 4px;
    border: 1px solid #e32d5a;
    background-color: #e32d5a;
	color: #fff;
}

.pagenation_wrap {
	display: inline-block;
}
.pagenation_wrap ul li {
	display: inline-block;
	border-radius: 4px;
    border: 1px solid #e4e8eb;
	padding: 8px 12px;
	font-weight: 500;
    font-size: 13px;
    color: #5f7d95;
	-webkit-box-shadow: 0px 1px 4px 0px rgb(0 0 0 / 5%);
    box-shadow: 0px 1px 4px 0px rgb(0 0 0 / 5%);
	cursor: pointer;
	margin: 4px;
}
.pagenation_wrap ul li.active {
    border: 1px solid #e32d5a;
    background-color: #e32d5a;
	color: #fff;
}

/* 로그인 */
.form_box {
    padding:15% 0;
}
.form_box .form_para {
    width: 100%;
}
.form_box .login_form,
.form_box .join_form {
    padding:30px;
    border: 1px solid #ddd;
    border-radius: 3px;
}
.form_box .login_form ul:after {
    clear: both;
    display: block;
    content: '';
}
.form_box .login_form ul {
    padding-top: 10px;
    font-size: 13px;
    color: #555;
    padding-bottom: 20px;
}
.form_box .login_form ul li:first-child {
    float: left;
}
.form_box .login_form ul li:last-child {
    float: right;
}
.form_box .login_form .checkbox_save a {
    color: #555;
}
.form_box .login_form .checkbox_save a:hover {
    color: #e32d5a;
}
.form_box .login_form input.textbox {
    height: 50px;
}
.form_box input.textbox {
    margin-bottom: 10px;
    line-height: 20px;
}
.form_box .btn_type2 {
    width:100%;
    line-height: 50px;
    height: 50px;
    margin: 15px 0 8px;
    font-size: 17px;
}
.form_box .service_top {
    justify-content: center;
}
.form_box .service_top h10 {
    text-align: center;
    display: block;
}
.form_box .form_summ {
    padding-top: 10px;
    line-height: 1.4;
}

.form_title {
    padding: 5px 0 15px 0;
    font-size: 1.1em;
    padding-top: 15px;
    width:38%;
    line-height: 1.2;
}
.form_para {
    width: 62%;
}
.form_para_split {
}
.form_para_split:after {
    content: "";
    display: block;
    clear: both;
}
.form_para_split > input.textbox {
    /* width: calc(100% - 108px); */
    float: left;
}
.form_para_split > .btn_type3,
.form_para_split > .filebox {
    width: 100px;
    float: right;
    margin-left: 8px;
    cursor: pointer;
    font-size: 15px;
}
.filebox label {
    cursor: pointer;
    width: 100%;
    display: inline-block;
    height: 54px;
    line-height: 48px;
}
.form_para_split > select {
    width: 100px;
    float: left;
    margin-right: 8px;
    cursor: pointer;
    height:48px;
}
.form_para_span {
    margin-bottom: 8px;
    font-size: 12px;
    color: #888;
}
.form_para_error {
    margin-bottom: 8px;
    font-size: 12px;
    color: #e32d5a;
}
.form_para select {
    width:100%;
    max-width: 100%;
    height: 40px;
}
.form_para input.textbox {
    height: 40px;
}
.form_para select.error,
.form_para input.textbox.error,
.form_para_split input.textbox.error {
    border:1px solid #e32d5a;
}
.form_para_flex {
    display: flex;
    align-items: center;
    margin: 3px 0;
}
.form_para_flex .form_para_split {
    width:62%;
}

/* 아이디 비번 찾기 */
.tab_btn_modi .idpw_tab {
    display: flex;
    align-items: center;
    justify-content: center;
}
.tab_btn_modi .idpw_tab li {
    width: 50%;
    text-align: center;
    border-bottom: 1px solid #ddd;
    height: 40px;
    margin-bottom: 15px;
    margin-top: 15px;
    font-size: 16px;
}
.tab_btn_modi .idpw_tab li.active,
.tab_btn_modi .idpw_tab li:hover {
    border-bottom: 2px solid #e32d5a;
}
.tab_btn_modi .idpw_tab li.active a,
.tab_btn_modi .idpw_tab li:hover a {
    color: #e32d5a;
    font-weight: 700;
    display: block;
    transition: none;
}
.tab_cont_modi .btn_type3,
.tab_cont_modi input.textbox {
    height:50px;
}

.id_pop,
.pw_pop,
.plus_pop {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 9000;
    background: rgba(0,0,0,0.3);
}
.id_pop .id_popbox,
.pw_pop .pw_popbox,
.plus_pop .plus_popbox {
    position: relative;
}
.id_pop .id_preview,
.pw_pop .pw_preview,
.plus_pop .plus_preview {
    display: flex;
    flex-direction: column;
    position: relative;
    width:20vw;
    height: auto;
    max-height: 67.75rem;
    border-radius: 0.625rem;
    background-color: white;
    transform: scale(0);
    opacity: 0;
    transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    animation: standardModalAnimation 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    box-shadow: 2px 2px 15px rgb(0 0 0 / 40%);
}
.id_pop .id_preview.active,
.pw_pop .pw_preview.active,
.plus_pop .plus_preview.active {
    transform: inherit;
    opacity: 1;
    padding: 20px 30px;
    text-align: center;
}
.pw_pop .pw_preview.active .form_title,
.pw_pop .pw_preview.active .form_para_error {
    text-align: left;
} 
.id_pop .id_preview p,
.pw_pop .pw_preview p,
.plus_pop .plus_preview p {
    padding: 20px 0;
    font-size: 18px;
    line-height: 1.5;
}
.id_pop .id_preview .btn_type,
.pw_pop .pw_preview .btn_type {
    color: #fff;
}
.id_pop .id_preview .pop_file p,
.pw_pop .pw_preview .pop_file p {
    font-size: 12px;
    display: flex;
    align-items: center;
    margin: 5px 0;
}
.id_pop .id_preview .pop_file p img,
.pw_pop .pw_preview .pop_file p img {
    width:13px;
    opacity: 0.8;
    margin-right: 5px;
}


/* 체크박스 */
.container-checkbox {
    display: block;
    position: relative;
    padding-left: 24px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.container-checkbox:hover {
    color: #e32d5a;
}
.container-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
.container-checkbox .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 3px;
}
.container-checkbox:hover input ~ .checkmark {
    background-color: #fff;
    border: 1px solid #000;
}
.container-checkbox input:checked ~ .checkmark {
    border: 1px solid #e32d5a;
    background-color: #e32d5a;
}
.container-checkbox .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.container-checkbox input:checked ~ .checkmark:after {
    display: block;
}
.container-checkbox .checkmark:after {
    left: 5px;
    top: 2px;
    width: 4px;
    height: 8px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

select {
    height: 36px;
    font-size: 14px;
    padding: 0 8px;
    border: 1px solid #ccc;
    border-radius: 3px;
    max-width: 165px;
    background-color: #fff;
    margin-right: 5px;
    color: #000;
}
/* 라디오 버튼 */
.container-radio {
    display: block;
    position: relative;
    padding-left: 24px;
    /* margin-bottom: 12px; */
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.container-radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
.container-radio .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 50%;
}
.container-radio:hover input ~ .checkmark {
    background-color: #fff;
}
.container-radio input:checked ~ .checkmark {
    border: 1px solid #f76d00;
    background-color: #f76d00;
}
.container-radio .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.container-radio input:checked ~ .checkmark:after {
    display: block;
}
.container-radio .checkmark:after {
    top: 4px;
    left: 4px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}
textarea {
    width: 100%;
    padding: 16px;
    border: 1px solid #e4e8eb;
    background-color: #f9f9f9;
    height: 200px;
    resize: none;
}

input.textbox {
    width: 100%;
    height: 36px;
    padding: 0 10px;
    border: 1px solid #ccc;
    border-radius: 3px;
    background-color: #fff;
    font-size: 14px;
    line-height: 20px;
    outline: none;
}
input[type="file"] {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
input.textbox:focus {
    border: 1px solid #000;
}
input.textbox::placeholder {
    color: #ccc;
    opacity: 1
}

.inner_lm {
    max-width: 1200px;
    padding: 20px 0;
    box-sizing: border-box;
    margin: 0 auto;
    position: relative;
    height: 130px;
    display: flex;
    align-items: center;
}
.inner_lm:after {
    content: "";
    display: block;
    clear: both;
}
.inner_lm #logo_area {
    float:left;
    width: 100%;
}
.inner_lm #logo_area ul {
    display: flex;
    align-items: center;
}
.inner_lm #logo_area ul.logout {
    display: flex;
    justify-content: flex-end;
    width:40%;
}
.inner_lm #logo_area ul .logo {
    width:16%;
    padding-right:3%;
}
.inner_lm #logo_area ul .logo a img {
    width:100%;
}
.inner_lm #logo_area ul .search {
    width:44%;
    position: relative;
}
.inner_lm #logo_area ul .join {
    width:100%;
    text-align: right;
}
.inner_lm #logo_area ul .join a {
    margin-left: 10px;
}
.inner_lm #logo_area ul .join a:hover {
    color: #333;
    text-decoration: underline;
}
#header_mobile .inner_lm #logo_area ul .join a.ico_bullet7 {
    margin-left: 5px;
}
nav {
    width: 100%;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    margin:0 auto;
}
nav #gnb_wrap {
    width: 100%;
    max-width: 1200px;
    min-height: 40px;
    box-sizing: border-box;
    margin: 0 auto;
    /*overflow: hidden;
    overflow-x: auto;
    overflow-y: hidden;*/
    white-space: nowrap;
}
nav #gnb_wrap .gnb_menu {
    position: relative;
    line-height: 50px;
}
nav #gnb_wrap .gnb_menu.active:before,
nav #gnb_wrap .nav_height.active:before {
    position: absolute;
    bottom: -1px;
    clear: both;
    display: block;
    content: '';
    font-weight: 500;
    border-bottom: 2px solid #ef2c2c;
    width: 100%;
    z-index: 2;
}
nav #gnb_wrap .gnb_menu.active:hover:before {
    border-bottom: none;
}
nav #gnb_wrap .nav_height.active {
    color: #ef2c2c;
}
nav #gnb_wrap .gnb_menu .gnb_tit {
    display: block;
    transition: none;
}
nav #gnb_wrap .gnb_menu.active .gnb_tit,
nav #gnb_wrap .nav_height.active .gnb_tit {
    color: #e32d5a;
    font-weight: 700;
    display: block;
}
nav #gnb_wrap .gnb_menu:hover:before {
    content: '';
    display: block;
    position: absolute;
    height:2px;
    background: #ef1349;
    width:100%;
    bottom:-1px;
}
nav #gnb {
    display: flex;
    justify-content: space-between;
}
nav #gnb li {
    display: inline-block;
    font-weight: 500;
    margin-right: 40px;
    font-size: 18px;
}
nav #gnb li:last-child {
    margin-right: 0;
}
nav #gnb li a:hover {
    color: #e32d5a;
}
nav #gnb li .hMenu_box li a {
    font-size: 13px;
    font-weight: 400;
    display: block;
    padding:13px 0;
    text-align: center;
}
nav #gnb li .hMenu_box li:hover {
    background: #f8f8f8;
}
nav #gnb li .hMenu_box li {
    padding:0;
    margin-right: 0;
}
nav #gnb li .ico_menu {
    display: inline-block;
    margin-top: -3px;
    margin-right: 8px;
}
nav #gnb li#hMenu {
    display: none;
    cursor: pointer;
}
nav #gnb li#hMenu_pc {
    position: relative;
    display: inline-block;
    line-height: 50px;
}
nav #gnb li#hMenu_pc:hover {
    color: #e32d5a;
}
nav #gnb li#hMenu_pc:hover .hMenu_box {
    display: block;
}
nav #gnb li#hMenu_pc .hMenu_box {
    display: none;
    position: absolute;
    z-index: 2;
    background: #fff;
    padding: 15px;
    top: 50px;
    box-shadow: 4px 7px 8px rgb(0 0 0 / 10%);
    border: 1px solid #eee;
    z-index: 999;
    width: 676px;
    line-height: 1;
}
nav #gnb li#hMenu_pc .hMenu_box ul:after {
    display: block;
    content: '';
    clear: both;
}
nav #gnb li#hMenu_pc .hMenu_box ul li {
    border:1px solid #ddd;
    width:18.4%;
    float: left;
    margin:5px;
    border-radius: 3px;
}
nav #gnb li#hMenu_pc .hMenu_box ul li a {
    flex-direction: column;
    display: flex;
    align-items: center;
}
nav #gnb li#hMenu_pc2 {
    position: relative;
    display: inline-block;
}
nav #gnb li#hMenu_pc2:hover {
    color: #e32d5a;
}
nav #gnb li#hMenu_pc2:hover:before {
    content: '';
    display: block;
    position: absolute;
    height:2px;
    background: #ef1349;
    width:100%;
    bottom:-1px;
}
nav #gnb li#hMenu_pc2.active:hover:before {
    content: '';
    display: block;
    position: absolute;
    height:2px;
    background: #ef1349;
    width:100%;
    bottom:-3px;
}
nav #gnb li#hMenu_pc2:hover .hMenu_box {
    display: block;
}
nav #gnb li#hMenu_pc2 .hMenu_box {
    display: none;
    position: absolute;
    z-index: 2;
    background: #fff;
    padding: 10px;
    top: 51px;
    left: 0px;
    box-shadow: 4px 7px 8px rgb(0 0 0 / 10%);
    border: 1px solid #eee;
    border-top:none;
    z-index: 999;
    line-height: 1;
    width: 180px;
}
nav #gnb li#hMenu_pc2 .hMenu_box li a {
    font-size: 16px;
}
nav #gnb li#hMenu_pc2 .hMenu_box ul {
    display: flex;
    flex-direction: column;
}
header #util {
    float: right;
}
header #util li {
    display: inline-block;
    float: left;
    font-size: 13px;
    position: relative;
    padding-left: 8px;
}
.nav_height {
    line-height: 50px;
}
#header_mobile {
    display: none;
}

/* 푸터 */
footer {
    border-top: 1px solid #e4e8eb;
}
footer #fnb {
    border-bottom: 1px solid #ddd;
    padding:0 15px;
}
footer #fnb .fnb_l {
    max-width: 1200px;
    padding: 16px 0;
    box-sizing: border-box;
    margin: 0 auto;
}
footer #fnb .fnb_l:after {
    content: "";
    display: block;
    clear: both;
}
footer #fnb .fnb_l li {
    display: inline-block;
    font-size: 16px;
    margin-right: 16px;
}
footer #fnb .fnb_r {
    float: right;
}
footer #fnb .fnb_r:after {
    content: "";
    display: block;
    clear: both;
}
footer #fnb .fnb_r li {
    float: left;
    font-size: 13px;
    margin-right: 16px;
    color: #666;
}
footer #copyright {
    padding:0 15px;
}
footer #copyright .cr_l {
}
footer #copyright .cr_l li {
    font-size: 15px;
    color: #777;
    margin-bottom: 8px;
    line-height: 1.5;
}
footer #copyright .cr_l li span {
    color: #eee;
    padding: 0 8px;
}
footer #copyright .cr_l li strong {
    color: #e32d5a;
}
footer #copyright .cr_l:after {
    content: "";
    display: block;
    clear: both;
}
footer #copyright .cr_r {
    float: right;
    margin-left: auto;
    display: flex;
    align-items: center;
}
footer #copyright .cr_r li {
    float: left;
    margin-left: auto;
    display: flex;
    
}
footer #copyright .cr_r li img {
        height: 40px;
    margin-left: 20px;
}
footer #copyright .cr_r:after {
    content: "";
    display: block;
    clear: both;
}
.footer_img {
    padding:3px 0;
}
.inner_scroll {
    width: 100%;
    max-width: 1200px;
    padding: 2% 0;
    box-sizing: border-box;
    margin: 0 auto;
    overflow: hidden;
    overflow-x: auto;
    overflow-y: hidden;
    word-break: keep-all;
    display: flex;
    justify-content: space-between;
}
.inner_scroll:after {
    display: block;
    content: '';
    clear: both;
}
.inner_scroll2 {
    width: 100%;
    text-align: center;
    padding: 5% 0;
    display: none;
}

/* 검색바 */
#search_wrap {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
}
#search_wrap .search_bar .search_box {
    border: 1px solid #ddd;
    width: 100%;
    margin: 0 auto;
    position: relative;
}
#search_wrap .search_bar .search_box:after {
    content: "";
    display: block;
    clear: both;
}
#search_wrap .search_bar .search_box .btn_close_sb {
    width: 20px;
    float: left;
    margin: 6px 16px 0 0;
    cursor: pointer;
}
#search_wrap .search_bar .search_box .btn_search {
    background-color: transparent;
    color: #fff;
    border: 0;
    vertical-align: top;
    padding: 11px 12px 0;
    border-radius: 8px;
}
#search_wrap .search_bar .search_box form {
    margin: 0;
    box-sizing: border-box;
}
#search_wrap .search_bar .search_box .search_input {
    width: calc(100% - 57px);
    background-color: #fff;
    border: 0;
    padding: 8px 16px;
    font-size: 16px;
    box-sizing: border-box;
    outline-style: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: #000;
    height: 50px;
}
#search_wrap .search_bar .search_box .search_input::placeholder {
    color: #888;
}
#search_wrap .search_bar .search_box .icon_search_w {
    width: 27px;
}
.news_header #search_wrap .search_bar .search_box .icon_search_w {
    width: 23px;
}

.title_wrap_r:after {
    content: "";
    display: block;
    clear: both;
}
.title_wrap_r {
    max-width: 380px;
    float: right;
}
.title_wrap_r li:first-child {
    float: left;
}
.title_wrap_r li:last-child {
    float: right;
    width: calc(100% - 87px);
}
.title_wrap_r li > .textbox {
    width: calc(100% - 90px);
    float: left;
}
.title_wrap_r .btn_type2 {
    float: right;
}
.title_wrap_r select {
    width:82px;
}

.title_wrap_r2:after {
    content: "";
    display: block;
    clear: both;
}
.title_wrap_r2 {
    max-width: 380px;
    float: right;
}
.title_wrap_r2 li > .textbox {
    width: calc(100% - 90px);
    float: left;
}
.title_wrap_r2 .btn_type2 {
    float: right;
}


/* 게시글 */
.board_list_row_header {
    border-top: 1px solid #35353f;
    border-bottom: 1px solid #e4e8eb;
    background-color: #f8f8f8;
    color: #000;
}
.board_list_row_header li {
    padding: 16px 8px;
    text-align: center;
    font-size: 15px;
    font-weight: 500;
}
.board_list_row_header li.board_list_num {
    width: 8%;
    float: left;
}
.board_list_row_header li.board_list_company {
    width: 20%;
    float: left;
}
.board_list_row_header li.board_list_product {
    width: 50%;
    float: left;
}
.board_list_row_header li.board_list_hit {
    width: 10%;
    float: left;
}
.board_list_row_header li.board_list_source {
    width: 14%;
    float: left;
}
.board_list_row_header li.board_list_title {
    width: 60%;
    float: left;
}
.board_list_row_header li.board_list_title2 {
    width: 56%;
    float: left;
}
.board_list_row_header li.board_list_desc {
    width: 20%;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.board_list_row_header li.board_list_date {
    width: 12%;
    float: left;
}
.board_list_row_header li.board_list_file {
    width: 10%;
    float: left;
}
.board_list_row {
    border-bottom: 1px solid #f2f2f2;
    background-color: #fff;
}
.board_list_row .board_li:hover {
    background-color: #f9f9f9;
}
.board_list_row li {
    padding: 16px 8px;
    font-size: 15px;
}
.board_list_row li.board_list_num {
    width: 8%;
    text-align: center;
    float: left;
    color: #939393;
    letter-spacing: normal;
}
.board_list_row li.board_list_desc {
    width: 20%;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #939393;
	text-align: center;
}
.board_list_row li.board_list_date {
    width: 16%;
    text-align: center;
    float: left;
    color: #939393;
    letter-spacing: normal;
}
.board_list_row li.board_list_company {
    width: 20%;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align:center;
}
.board_list_row li.board_list_product {
    width: 50%;
    float: left;
    letter-spacing: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.board_list_row li.board_list_hit {
    width: 10%;
    text-align: center;
    float: left;
    color: #939393;
    letter-spacing: normal;
}
.board_list_row .board_box {
    display: none;
}
.board_list_row .board_box .board_view_header li {
    font-size: 1em;
    padding: 0;
}
.board_list_row .board_box {
    border-bottom: 1px solid #e32d5a;
}
.board_list_row .board_box .board_view_header {
    border-top: 1px solid #e32d5a;
}
.board_footer li.board_footer_r {
    width: 50%;
    float: right;
    text-align: right;
}
.board_list_wrap {
    margin-bottom: 50px;
}
.board_list_wrap li.board_list_checkbox,
.board_list_wrap li.board_list_date,
.board_list_wrap li.board_list_mall,
.board_list_wrap li.board_list_num,
.board_list_wrap li.board_list_num2,
.board_list_wrap li.board_list_cash,
.board_list_wrap li.board_list_cash2,
.board_list_wrap li.board_list_back,
.board_list_wrap li.board_list_per,
.board_list_wrap li.board_list_flag,
.board_list_wrap li.board_list_com,
.board_list_wrap li.board_list_com2,
.board_list_wrap li.board_list_product,
.board_list_wrap li.board_list_content,
.board_list_wrap li.board_list_no,
.board_list_wrap li.board_list_hit,
.board_list_wrap li.board_list_day,
.board_list_wrap li.board_list_title,
.board_list_wrap li.board_list_order,
.board_list_wrap li.board_list_share,
.board_list_wrap li.board_list_state,
.board_list_wrap li.board_list_name,
.board_list_wrap li.board_list_title2,
.board_list_wrap li.board_list_stampdate,
.board_list_wrap li.board_list_stampcash,
.board_list_wrap li.board_list_stamp {
    text-align: center;
    float: left;
    color: #555;
    letter-spacing: normal;
}
.board_list_wrap li.board_list_stampdate {
    width:30%;
}
.board_list_wrap li.board_list_stampcash {
    width:50%;
}
.board_list_wrap li.board_list_stamp {
    width:20%;
}
.board_list_wrap li.board_list_title {
    width: 60%;
}
.board_list_wrap li.board_list_title2 {
    width: 43%;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    white-space: nowrap;
}
.board_list_wrap li.board_list_share {
    width: 11%;
}
.board_list_wrap li.board_list_state {
    width: 16%;
}
.board_list_wrap li.board_list_date {
    width: 15%;
}
.board_list_wrap li.board_list_mall {
    width: 10%;
}
.board_list_wrap li.board_list_checkbox {
    width: 3%;
}
.board_list_wrap li.board_list_num {
    width: 15%;
}
.board_list_wrap li.board_list_num2 {
    width: 10%;
}
.board_list_wrap li.board_list_product {
    width: 20%;
}
.board_list_wrap li.board_list_content {
    width: 44%;
}
.board_list_wrap li.board_list_cash {
    width: 12%; 
}
.board_list_wrap li.board_list_cash2 {
    width: 12%; 
}
.board_list_wrap li.board_list_back {
    width: 14%;
}
.board_list_wrap li.board_list_per {
    width: 5%;
}
.board_list_wrap li.board_list_com {
    width: 9%;
}
.board_list_wrap li.board_list_com2 {
    width: 15%;
}
.board_list_wrap li.board_list_no {
    width: 10%;
}
.board_list_wrap li.board_list_txt {
    width: 100%;
    text-align: center;
}
.board_list_wrap li.board_list_day {
    width: 15%;
}
.board_list_wrap li.board_list_order {
    width: 29%;
}
.board_list_row li.board_list_title {
    text-align: left;
}

.board_view_wrap {
    border-bottom: 1px solid #e4e8eb;
}
.board_view_header {
    border-top: 1px solid #35353f;
    border-bottom: 1px solid #e4e8eb;
    padding: 16px;
}
.board_view_header li {
    color: #555;
    font-size: 1.2em;
}
.board_view_header li.board_view_title {
    font-size: 1.3em;
    color: #333;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid #ddd;
}
.board_view_header li.board_view_title a {
    float: right;
}
.board_view_header li.board_view_date a {
    color: #777;
    font-size: 14px;
}
.board_view_header li.board_view_date a:hover {
    text-decoration: underline;
    color: #f76d00;
}
.board_view_header li strong {
    color: #222;
    font-weight: 600;
    margin-right: 11px;
}
.board_view_header li.board_view_file a {
    text-decoration: underline;
}
.board_view_header .board_view_download {
    margin-top: 10px;
}
.board_footer {
    margin: 24px 0;
}
.board_footer li.board_footer_l {
    width: 50%;
    float: left;
}
.board_footer li.board_footer_r {
    width: 50%;
    float: right;
    text-align: right;
}
.board_view_contents,
.board_view_reply {
    padding: 24px 16px;
    line-height: 25px;
    font-size: 15px;
    overflow-x: auto;
}
.board_view_reply {
    position: relative;
    background: #fbf1f6;
    padding: 24px 40px;
}
.board_view_reply:before {
    display: block;
    content: '└';
    position: absolute;
    top: 24px;
    left: 10px;
    font-weight: 700;
    font-size: 140%;
}
.board_view_reply_subject {
    margin-bottom: 20px;
}
.board_view_reply_content {
}
.board_write_wrap {
    border-bottom: 1px solid #e4e8eb;
    padding: 0 0 10px 0;
}
.board_write_wrap textarea.board_textarea {
    background-color: #fff;
    border-radius: 3px;
    font-size: 14px;
    border: 1px solid #ccc;
}
.board_write_wrap textarea.board_textarea::placeholder {
    color: #ccc;
}
.board_write_wrap .form_para {
    width: 100%;
}
.board_write_wrap .form_para,
.board_write_wrap .form_para_split {
    margin-bottom: 16px;
}
.board_write_wrap input.textbox {
    height: 54px;
}

.search_no {
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 21px;
    height: 80vh;
    text-align: center;
}
.search_no img {
    width: fit-content;
    margin: 0 auto;
}

/* 상단버튼 */
.scrolltop {
    display: none;
    position: fixed;
    right: 35px;
    bottom: 45px;
    z-index: 1030;
    width: 50px;
    height: 50px;
    background: #fff;
    padding: 12px;
    border:1px solid #eee;
    box-shadow: 2px 2px 7px rgb(0 0 0 / 10%);
    z-index: 98;
}
.scrolltop img {
    opacity: 0.4;
}
.scrolltop:hover img,
.scrolltop:focus img {
    opacity: 1;
}

/* 슬라이드 메뉴 */
.menu {
    color: #333;
    height: 100%;
    left: 0;
    max-width: 0;
    overflow: hidden;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 20;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.menu .mslide {
    width: 360px;
    background-color: #fff;
    height: 100%;
    float: left;
    position: relative;
}
.menu .mslide .menu_wrap #gnb_wrap {
    margin-bottom: 16px;
}
.menu .mb_menu_wrap {
    padding: 16px 16px 0px 16px;
}
.menu .mb_menu {
    padding: 10px 16px;
    width: 100%;
    text-align: center;
    font-size: 14px;
    background-color: #f9f9f9;
    border-radius: 8px;
}
.m_head {
    padding: 5px 16px;
    box-sizing: border-box;
    height: 52px;
    border-bottom: 1px solid #e4e8eb;
}
.menu .menu_wrap {
    overflow-y: auto;
    height: calc(100% - 52px);
    -ms-overflow-style: none;
    scrollbar-width: none;
    padding:16px;
}
.menu .menu_wrap::-webkit-scrollbar {
    display: none;
}
.menu .menu_wrap .logout .join a:first-child {
    width: 100%;
    padding-bottom: 0;
}
.menu .menu_wrap .join {
    background: #f9f9f9;
    margin: 0 1%;
    border-radius: 3px;
}
.menu .menu_wrap .join a {
    width: 45%;
    padding: 15px 0;
    display: inline-block;
    text-align: center;
}
.hMenu_box2 {
    padding-top:15px;
    display: none;
}
.hMenu_box2 li a {
    font-size: 13px;
    font-weight: 400;
    display: flex;
    padding: 13px 0;
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    letter-spacing: -1px;
}
.hMenu_box2 li:hover {
    background: #f8f8f8;
}
.hMenu_box2 li {
    padding: 0;
    width: 31.3%;
    border-radius: 3px;
    border: 1px solid #ddd;
    margin: 1%;
    float: left;
}
.menu .mdim {
    background-color: rgba(0, 0, 0, 0.5);
    width: calc(100% - 360px);
    float: left;
    height: 100%;
}
.modal-open {
    max-width: 100%;
}
.noscroll {
    overflow: hidden;
}
.m_head:after {
    content: "";
    display: block;
    clear: both;
}
.m_head .logo {
    width: 110px;
    padding: 8px 0;
    float: left;
}
.m_head .m_title {
    padding: 6px 0;
    float: left;
    font-weight: 500;
    font-size: 18px;
}
.m_head .btn_close {
    width: 22px;
    float: right;
    padding: 8px 0;
    cursor: pointer;
}
    

/* 메인슬라이드 */
#main_slide {
    width:100%;
    max-width:1200px;
    margin: 30px auto 0 auto;
    height: 430px;
    position: relative;
}
.swiper_pc {
    display: block;
}
.swiper_m {
    display: none;
}
#main_slide .swiper-button-next,
#main_slide .swiper-button-prev {
    top: 48%;
    width: 40px;
    height: 40px;
    --swiper-navigation-size: 15px;
    font-weight: 700;
    transform: translateX(0);
    opacity: 0;
    color: #000;
}
#main_slide:hover .swiper-button-next,
#main_slide:hover .swiper-button-prev {
    opacity: 1;
}
#main_slide .swiper-button-next {
    right: -7px;
}
#main_slide .swiper-button-prev {
    left: -7px;
}
#main_slide:hover .swiper-button-next {
    display: flex;
    transform: translateX(15px);
    transition: all .2s ease-in-out;
}
#main_slide:hover .swiper-button-prev {
    display: flex;
    transform: translateX(-15px);
    transition: all .2s ease-in-out;
}
#main_slide .swiper-pagination-bullet {
    background: #000;
    border-radius: 6px;
    height: 4px;
    margin: 0 2px;
    width: 15px;
}
/* #main_slide .swiper-button-next:hover {
    transform: translateX(15px);
    transition: all .2s ease-in-out;
}
#main_slide .swiper-button-prev:hover {
    transform: translateX(-15px);
    transition: all .2s ease-in-out;
} */
#main_slide .swiper-pagination {
    bottom: -20px;
}
#main_slide .swiper {
    width: 100%;
    height: 100%;
}
#main_slide .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
#main_slide .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* 모바일 메인슬라이드 */
#main_slide_m {
    display: none;
    width:100%;
    margin: 0 auto 30px auto;
    padding:10px;
    background: #fff;
    position: relative;
    border-bottom: 1px solid #ddd;
}
#main_slide_m .slide_box {
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
    margin: 1.5%;
    width: 47%;
    float: left;
    border: 1px solid #ddd;
}
#main_slide_m .slide_box h11 {
    display: none;
}
#main_slide_m:after {
    display: block;
    content: '';
    clear: both;
}

.hot_ad {
    position: relative;
}
.ad_box {
    border:1px solid #eee;
    display: flex;
    flex-direction: column;
}
.ad_box .ad_txt {
    padding:8% 5%;
}
.ad_box .ad_txt .ad_tit {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.22;
    padding-bottom: 9px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    white-space:nowrap;
}
.ad_box .ad_txt .ad_sub {
    font-size: 14px;
    line-height: 1.4;
    color: #777;
    min-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
}
.ad_box .ad_img {
    position: relative;
    padding-top: 68%;
    overflow: hidden;
}
.ad_box .ad_img .centered {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transform: translate(50%, 50%);
    -ms-transform: translate(50%, 50%);
    transform: translate(50%, 50%);
}
.ad_box .ad_img .centered img {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 100%;
    height: 100%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    object-fit: cover;
}

.top .close1 {
    cursor: pointer;
    position: absolute;
    top: -55px;
    right: 0;
    padding: 12px 0;
}
.top .close1:before {
    content: '';
    transform: translateY(2px) rotate(45deg);
    width: 42px;
    background: #fff;
    display: block;
    height: 2px;
}
.top .close1:after {
    content: '';
    transform: rotate(-45deg);
    width: 42px;
    background: #fff;
    display: block;
    height: 2px;
}

/* 레이어팝업 */
.layer_pop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    display: none;
    z-index: 99;
}
.layer_pop .layer_content {
    width: 100%;
}
.layer_pop .black {
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
    position: fixed;
    top: 0;
    left: 0;
}
.layer_pop .pop_wrap {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.layer_pop .pop {
    position: relative;
    background: #fff;
    padding: 2% 3%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    z-index: 1;
    box-shadow: 5px 5px 20px rgb(0 0 0 / 30%);
    width: 550px;
}
.layer_btn {
    display: flex;
}
.layer_btn button,
.layer_btn .btn_type2,
.layer_btn .btn_type3 {
    width: 49.5%;
    height: 44px;
    margin-top: 15px;
    font-size: 1.1em;
    line-height: 44px;
}
.layer_btn button:first-child,
.layer_btn a:first-child {
    margin-right: 1%;
}
.out_box {
    text-align: right;
}
.out_box button {
    border: none;
    background: none;
    cursor: pointer;
    padding: 10px 0 0 0;
    color: #e32d5a;
    text-decoration: underline;
}
.out_box .leave_btn {
    border: none;
    background: none;
    cursor: pointer;
    padding: 10px 0 0 0;
    color: #e32d5a;
    text-decoration: underline;
}

/* 스탬프 팝업 */
.stamp_pop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    display: none;
    z-index: 99;
}
.stamp_pop .layer_content {
    width: 100%;
}
.stamp_pop .layer_content .stamp_ptxt {
    font: 700 3em Roboto;
    text-align: center;
    padding-bottom: 10px;
    letter-spacing: 2;
}
.stamp_pop .black {
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
    position: fixed;
    top: 0;
    left: 0;
}
.stamp_pop .pop_wrap {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.stamp_pop .pop {
    position: relative;
    background: #fff;
    padding: 2% 3%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    z-index: 1;
    box-shadow: 5px 5px 20px rgb(0 0 0 / 30%);
    width: 400px;
}
.stamp_pop .layer_btn {
    display: flex;
}
.stamp_pop .layer_btn .btn_type2 {
    width: 100%;
    height: 44px;
    margin-top: 15px;
    font-size: 1.1em;
    line-height: 44px;
}

/* 스탬프내역 */
.stamp_board1,
.stamp_board2,
.stamp_board3 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    display: none;
    z-index: 99;
}
.stamp_board1 .layer_content,
.stamp_board2 .layer_content,
.stamp_board3 .layer_content {
    width: 100%;
}
.stamp_board1 .black,
.stamp_board2 .black,
.stamp_board3 .black {
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
    position: fixed;
    top: 0;
    left: 0;
}
.stamp_board1 .pop_wrap,
.stamp_board2 .pop_wrap,
.stamp_board3 .pop_wrap {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.stamp_board1 .pop,
.stamp_board2 .pop,
.stamp_board3 .pop {
    position: relative;
    background: #fff;
    padding: 2%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    z-index: 1;
    box-shadow: 5px 5px 20px rgb(0 0 0 / 30%);
    width: 550px;
}
.stamp_board1 .layer_btn,
.stamp_board2 .layer_btn,
.stamp_board3 .layer_btn {
    display: flex;
}
.stamp_board1 .layer_btn .btn_type3,
.stamp_board2 .layer_btn .btn_type3,
.stamp_board3 .layer_btn .btn_type3 {
    width: 50%;
    height: 44px;
    font-size: 1.1em;
    line-height: 44px;
    margin: 0 auto;
}
.stamp_board1 .btn_wrap,
.stamp_board2 .btn_wrap,
.stamp_board3 .btn_wrap {
    margin:25px 0 0 0;
}

/* 메인_국내,해외쇼핑 */
.shopping_per {
    padding:6% 0;
}
.shopping_per ul:after {
    display: block;
    content: '';
    clear: both;
}
.shopping_per ul {
}
.shopping_per ul li {
    border-top:1px solid #eee;
    border-right:1px solid #eee;
    border-bottom:1px solid #eee;
}
.shopping_per ul li:nth-child(n+8) {
    border-top: none;
}
.shopping_per ul li:nth-child(7n+1) {
    border-left:1px solid #eee;
}
.shopping_per ul li {
    width:14.28%;
    min-height: 120px;
    float: left;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #ef1349;
    padding:14px 23px 18px;
    position: relative;
}
.shopping_per ul li:hover:after {
    position: absolute;
    content: '';
    display: block;
    clear: both;
    width: 100%;
    border: 1px solid #ef1349;
    height: 100%;
    bottom: -1px;
}
.shopping_per ul li .shopping_btn {
    background: #ef1349;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    width:100%;
    height:38px;
    bottom: 0;
    display: none;
    z-index: 2;
}
.shopping_per ul li:hover .shopping_btn {
    display: flex;
}
.shopping_per ul li .shopping_btn a {
    color: #fff;
    width: 50%;
    text-align: center;
}
.shopping_per ul li .shopping_btn a:hover {
    text-decoration: underline;
}
.shopping_per ul li .shopping_point {
    font-size: 16px;
    display: flex;
    align-items: center;
    padding-top: 10px;
}
.shopping_per ul li .shopping_point strong {
    font-size: 24px;
    font-weight: 700;
    padding-right: 5px;
}

/* 핫딩배너 */
.deal {
    width:100%;
    padding:30px 0;
    background:#f3f3f3;
}
.deal .deal_inner {
    max-width: 1200px;
    width:100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    padding:0 20px;
}
.deal .deal_inner h3 {
    width:13%;
}
.deal .deal_inner .deal_box {
    width:26%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin:0 auto;
}
.deal_box .deal_txt {
    font-size: 16px;
    width:80%;
    padding-left:5%;
}
.deal_box .deal_txt .deal_product {
    padding-bottom: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    white-space:nowrap;
    font-weight: 500;
}
.deal_box .deal_txt .deal_dec {
    color: #888;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    white-space:nowrap;
}
.deal_img {
    width:20%;
    height:20%;
    position: relative;
    padding-top: 20%;
    overflow: hidden;
}
.deal_img .centered {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transform: translate(50%, 50%);
    -ms-transform: translate(50%, 50%);
    transform: translate(50%, 50%);
}
.deal_img .centered img {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 100%;
    height: auto;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    object-fit: cover;
}

/* 추천핫딜 */
.reco_box {
    padding: 7% 0;
}
.reco_tab {
    width: 100%;
}
.tab_tit li {
    position: relative;
    list-style: none;
    float: left;
    width: 16.65%;
    padding: 0.8% 0;
    cursor: pointer;
    text-align: center;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
}
.tab_tit li:first-child {
    border-left:1px solid #ddd;
}
.tab_tit li.on:before,
.tab_tit li:hover:before {
    content: '';
    display: block;
    position: absolute;
    bottom:-1px;
    width:100%;
    height:2px;
    background: #e32d5a;
    z-index: 2;
}
.tab_tit li img {
    width: 122px;
    margin: 0 auto;
}
.tab_tit .tab_disabled {
    padding: 0;
    border-top: none;
    border-right: none;
    cursor: default !important;
    height: 70px;
}
.tab_tit .tab_disabled:hover:before {
    background: none !important;
}
.tab_tit2 li {
    position: relative;
    list-style: none;
    float: left;
    width: 16.65%;
    padding: 0.8% 0;
    cursor: pointer;
    text-align: center;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
}
.tab_tit2 a:first-child li{
    border-left:1px solid #ddd;
}
.tab_tit2 li.on:before,
.tab_tit2 li:hover:before {
    content: '';
    display: block;
    position: absolute;
    bottom:-1px;
    width:100%;
    height:2px;
    background: #e32d5a;
    z-index: 2;
}
.tab_tit2 li.on a,
.tab_tit2 li:hover a {
    color: #fff;
    transition: inherit;
}
.tab_tit2 li a {
    transition: inherit;
}
.tab_tit2 li img {
    width: 122px;
    margin: 0 auto;
}
.tab_cont {
    clear: both;
    padding:2% 0;
    background-color: #fff;
}
.tab_cont .tab_box {
    display: none;
    text-align: center;
}
.tab_cont .tab_box a:hover {
    color: #000;
}
.tab_cont .tab_box.on {
    display: block;
}
.tab_cont .tab_box ul {
    margin:-1%;
}
.tab_cont .tab_box ul:after {
    clear: both;
    content: '';
    display: block;
}
.tab_cont .tab_box ul li {
    text-align: left;
    width: 23%;
    float: left;
    border: 1px solid #ddd;
    padding: 2%;
    margin: 1%;
    background: #f9f9f9;
}
.tab_cont2 {
  clear: both;
  padding:2% 0;
  background-color: #fff;
}
.tab_cont2 .tab_box {
  display: none;
  text-align: center;
}
.tab_cont2 .tab_box a:hover {
    color: #000;
}
.tab_cont2 .tab_box.on {
  display: block;
}
.reco_price {
    display: flex;
    padding-bottom: 5%;
    font-size: 15px;
    align-items: end;
}
.reco_price strong {
    font-size: 18px;
    padding-left: 7px;
}
.reco_price .reco_price_st {
    padding-left: 7px;
    text-decoration: line-through;
    color: #888;
}
.reco_price2 {
    display: flex;
    font-size: 15px;
    align-items: center;
}
.reco_price2 strong {
    font-size: 18px;
}
.reco_price2 .reco_price_st {
    padding-left: 7px;
    text-decoration: line-through;
    color: #888;
}
.reco_img {
    width:100%;
    height:100%;
    position: relative;
    padding-top: 100%;
    overflow: hidden;
    border: 1px solid #ddd;
}
.reco_img .centered {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.reco_img .centered img {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 100%;
    height: 100%;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    object-fit: cover;
}
.reco_img .centered:hover img {
    transform: scale(1.1);
}
.reco_brand {
    position:absolute;
    top:5px;
    left: 5px;
    width:64px;
    background: #fff;
    z-index: 2;
}
.reco_tit {
    margin: 8% 0 5%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    white-space: normal;
    font-size: 17px;
}
.reco_tit2 {
    margin: 8% 0 5%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    white-space: normal;
    font-size: 16px;
    line-height: 22px;
}
.reco_flex {
    display: flex;
}
.reco_dc {
    display: flex;
    align-items: center;
}
.reco_dc .reco_per {
    color: #e32d5a;
    font-weight: 700;
    font-size: 22px;
}
.reco_dc .reco_cash {
    padding: 5px 14px;
    border-radius: 20px;
    background: #fff;
    color: #e32d5a;
    font-size: 12px;
    margin-left: 5%;
    border: 1px solid #e32d5a;
    margin-top: 1px;
}
.reco_dc2 {
    display: flex;
    align-items: center;
    margin-left: 10px;
}
.reco_dc2 .reco_per {
    color: #e32d5a;
    font-weight: 700;
    font-size: 22px;
}
.reco_dc2 .reco_cash {
    padding: 5px 10px;
    border-radius: 10px;
    background: #fff;
    color: #e32d5a;
    font-size: 12px;
    border: 1px solid #e32d5a;
}

.mobile_nav .nav_slide1,
.mobile_nav .nav_slide2,
.mobile_nav .nav_slide3,
.mobile_nav .nav_slide4 {
    padding-bottom: 16px;
    display: block;
    font-size: 15px;
    border-bottom: 1px solid #f2f2f2;
    margin-bottom: 16px;
    cursor: pointer;
}
.mobile_nav .nav_slide1:hover,
.mobile_nav .nav_slide2:hover,
.mobile_nav .nav_slide3:hover,
.mobile_nav .nav_slide4:hover {
    color: #e32d5a;
}
.hMenu_mobile1,
.hMenu_mobile2,
.hMenu_mobile3,
.hMenu_mobile4 {
    display: block;
    border-bottom: 1px solid #f2f2f2;
    margin-bottom: 17px;
}
.hMenu_mobile1 ul a,
.hMenu_mobile2 ul a,
.hMenu_mobile3 ul a,
.hMenu_mobile4 ul a {
    display: block;
    padding:0 27px 14px 27px;
}
.service_top_no {
    text-align: center;
    padding: 3% 0 5%;
}
.service_top_no img {
    width: 120px;
    margin: 0 auto;
    opacity: 0.8;
}
.service_top_no h10 {
    padding-top: 20px;
    font-size: 1.8em;
}
.service_top {
    display: flex;
    align-items: center;
    padding:5% 0 4%;
    width:100%;
}
.service_top img {
    background: #ededef;
    border-radius: 50%;
    padding: 1%;
    margin-right: 3%;
}
.service_top .service_tit p {
    margin: 0;
    font-size: 1.5em;
    line-height: 1.4;
    letter-spacing: -0.5px;
    word-break: keep-all;
}
.service_top2 {
    display: flex;
    align-items: center;
    padding:0;
    width:100%;
}
.service_top2 img {
    background: #ededef;
    border-radius: 50%;
    padding: 1%;
    margin-right: 3%;
}
.service_top2 .service_tit p {
    margin: 0;
    font-size: 1.5em;
    line-height: 1.4;
    letter-spacing: -0.5px;
    word-break: keep-all;
}
.service_tab {
    margin-bottom: 2%;
}
.service_tab .tab_tit li {
    width:25%;
    padding:1.5% 0;
    font-size: 1.3em;
}
.service_tab .tab_tit li.on,
.service_tab .tab_tit li:hover {
    color: #fff;
    background: #e32d5a;
    border-top: 1px solid #e32d5a;
    border-left: 1px solid #e32d5a;
    border-right: 1px solid #e32d5a;
}
.service_tab .tab_tit2 li {
    width:25%;
    padding:1.5% 0;
    font-size: 1.3em;
}
.service_tab .tab_tit2 li.on,
.service_tab .tab_tit2 li:hover {
    color: #fff;
    background: #e32d5a;
    border-top: 1px solid #e32d5a;
    border-left: 1px solid #e32d5a;
    border-right: 1px solid #e32d5a;
}
.service_tab .tab_cont img {
    margin:6% auto;
}
.service_tab .tab_cont .tab_box ul li {
    width: 14.28%;
    padding: 14px 23px 18px;
    margin:0;
    background: #fff;
}
.service_tab .service_logo ul:after {
    display: block;
    content: '';
    clear: both;
}
.service_tab .service_logo ul {
    border-top:1px solid #ddd;
    border-left:1px solid #ddd;
    margin:20px 0 5% 0 !important;
}
.service_tab .service_logo ul li:nth-child(7),
.service_tab .service_logo ul li:nth-child(14) {
    border-right:none;
}
.service_tab .service_logo ul li {
    width:14.28%;
    float: left;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #ef1349;
    padding:14px 23px 18px;
    position: relative;
    border-right:1px solid #ddd;
    border-bottom:1px solid #ddd;
    border-left: 0;
    border-top: 0;
}
.service_tab .service_logo ul li:hover:after {
    position: absolute;
    content: '';
    display: block;
    clear: both;
    width: 100%;
    border: 1px solid #ef1349;
    height: 100%;
    bottom: -1px;
}

.cashbox {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 5%;
}
.cashbox:before {
    position: absolute;
    top:50%;
    width:100%;
    height:1px;
    background: #ddd;
    content: '';
    display: block;
}
.cashbox:after {
    position: absolute;
    left: 45.5%;
    width: 1px;
    height: 100%;
    background: #ddd;
    content: '';
    display: block;
}
.cashbox .cash_num {
    width:50%;
    padding:4% 0;
}
.cashbox .cash_num img {
    margin:0 auto;
    height: 280px;
}
.cash_mobile {
    display: none;
}
/* 공지사항 상자 */
.noticebox {
    border:1px solid #ddd;
    background: #f8f8f8;
    padding: 25px;
    margin-bottom: 5%;
}
.noticebox h3 {
    padding-bottom: 0.7%;
    flex-direction: initial;
}
.noticebox h3 img {
    margin-right: 8px;
}
.noticebox ul li {
    font-size: 1em;
    line-height: 1.6;
    padding-left: 20px;
    position: relative;
    text-align: left;
}
.noticebox ul li:before {
    position: absolute;
    content: '';
    display: block;
    left: 8px;
    top: 10px;
    width: 3px;
    height: 3px;
    background: #555;
}

.waybox {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 5%;
}
.waybox .cash_num {
    width: 46%;
    padding: 4% 0;
    margin: 0 2%;
    border-right: 1px solid #ddd;
}
.waybox .cash_num:last-child,
.waybox .cash_num:nth-child(2) {
    border-right: 0;
}
.waybox .cash_num img {
    margin:0 auto;
    height: 280px;
}
.waybox2 {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 5%;
}
.waybox2 .cash_num {
    width: 33.3%;
    padding: 4% 1.5%;
    border-right: 1px solid #ddd;
    margin-bottom: 2%;
}
.waybox2 .cash_num:last-child,
.waybox2 .cash_num:nth-child(3) {
    border-right: 0;
}
.waybox2 .cash_num h7 {
    font-size: 1.36em;
}
.waybox2 .cash_num h7 span {
    width: 30px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
}
.waybox2 .cash_num img {
    margin:0 auto;
}
.waybox3 {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 5%;
    margin-top: 3%;
}
.waybox3 .cash_num {
    width: 100%;
    border-right: 1px solid #ddd;
}
.waybox3 .cash_num:last-child,
.waybox3 .cash_num:nth-child(2) {
    border-right: 0;
}
.waybox3 .cash_num h7 {
    display: block;
    word-break: keep-all;
}
.waybox3 .cash_num h7 span {
    display: inline-block;
}
.waybox3 .cash_num img {
    margin:5% auto 0;
}
.waybox3 .cash_num .no_txt {
    padding-left: 4%;
    font-size: 1.1em;
    color: #777;
    word-break: keep-all;
}
.waybox3 .cash_num .no_txt p {
    margin: 0;
    line-height: 1.6;
}
.waybox3 .cash_num .no_txt .no_strong {
    margin-bottom: 10px;
    font-weight: 500;
    line-height: 1.6;
}
.waybox3 .cash_num .no_txt .no_span {
    padding-top:15px;
    color: #000;
    line-height: 1.6;
}
.waybox3 .cash_num .no_txt .no_span span {
    padding: 2px 5px;
    background: #333;
    color: #fff;
    border-radius: 3px;
    font-size: 0.9em;
}


/* 적립몰 안내 */
.mallbox {
}
.mall_content {
    display: flex;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    min-height: 250px;
}
.mall_content:last-child {
    border-bottom: 1px solid #ddd;
}
.mall_content .mall_left {
    width:27%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding:2%;
    border-right:1px solid #ddd;
}
.mall_content .mall_left .mall_logo {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.mall_content .mall_left .mall_logo .shopping_point {
    color: #ef1349;
    font-size: 1.3em;
}
.mall_content .mall_left .mall_cs {
    font-size: 0.9em;
    background: #f9f9f9;
    color: #777;
    padding: 15px;
    letter-spacing: 0;
    line-height: 1.5;
    font-weight: 300;
    word-wrap: break-word;
}
.mall_content .mall_left .mall_cs strong {
    color: #000;
    font-size: 1.1em;
}
.mall_content .mall_right {
    width: 73%;
    font-size: 1em;
    padding:2%;
}
.mall_content .mall_right span {
    /* font-size: 0.9em;
    padding-top: 10px;
    display: block; */
    color: #e32d5a;
}
.mall_content .mall_right .mall_tit {
    padding: 5px;
    display: inline-block;
    margin-bottom: 5px;
    font-weight: 700;
}
.mall_content .mall_right ul {
    margin-bottom: 15px;
    line-height: 20px;
}
.mall_content .mall_right ul:last-child {
    margin-bottom: 0;
}
.mall_content .mall_right ul li {
    font-size: 0.9em;
    line-height: 1.6;
    padding-left: 20px;
    position: relative;
    text-align: left;
}
.mall_content .mall_right ul li:before {
    position: absolute;
    content: '';
    display: block;
    left: 8px;
    top: 10px;
    width: 3px;
    height: 3px;
    background: #555;
}


.shopping_top {
    border:1px solid #ddd;
    background: #f7f7f7;
    padding: 20px;
    margin-bottom: 15px;
}
.shopping_top .shopping_nick {
    font-size: 1.5em;
    padding-bottom: 20px;
}
.shopping_top .shopping_content {
    display: flex;
}
.shopping_top .shopping_content .list_tit {
    font-size: 1.3em;
    padding-bottom: 10px;
    font-weight: 500;
}
.shopping_top .shopping_content .shopping_list {
    border-right: 1px solid #ddd;
    width:25%;
    margin-right: 3%;
}
.shopping_top .shopping_content .shopping_list:last-child {
    border-right: none;
}
.shopping_top .shopping_content .shopping_list .list_money {
    font-size: 1em;
}
.shopping_top .shopping_content .shopping_list .list_money strong {
    color: #e32d5a;
    font-size: 1.2em;
}
.shopping_nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 1.5em;
    margin: 0 0 2% 0;
    padding: 0;
    line-height: 1.4;
    font-weight: 400;
}
.shopping_nav_l {
    text-align: left;
}
.shopping_nav_r {
    text-align: right;
}

.day_buy, .day_buy2 {
    position: relative;
    display: flex;
    align-items: center;
    padding:5px 0;
}
.day_buy .month_input, .day_buy2 .month_input {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-right: 5px;
}
.day_buy .month_btn, .day_buy2 .month_btn {
    display: flex;
        align-items: center;
}
.day_buy .search_data li, .day_buy2 .search_data li {
    margin-left:5px;
}
.day_buy .search_tit {
    display: inline-block;
    font-size: 14px;
    padding-right: 10px;
    min-width: 70px;
}
.day_buy .search_tit2 {
    display: inline-block;
    font-size: 1em;
    padding:0 10px;
}
.day_buy .search_tit3 {
    display: inline-block;
    font-size: 14px;
    padding-right: 10px;
    min-width: 50px;
}
.day_buy .plus_day {
    position: relative;
}
.day_buy .plus_day span {
    display: inline-block;
    width: 15px;
    position: absolute;
    right: 6px;
    top: 9px;
}
.day_buy .btn_type {
    margin:0 2px;
}
.day_buy .plus_day input.textbox {
    width:100%;
}
.day_buy input.textbox {
    max-width: 180px;
}
.day_buy2 input.textbox {
    max-width: 120px;
}


/* 국내 해외 쇼핑몰 */
.shopping_mall {
    padding-bottom: 7%;
}
.shopping_mall ul:after {
    display: block;
    content: '';
    clear: both;
}
.shopping_mall ul {
}
.shopping_mall ul li {
    border-top:1px solid #eee;
    border-right:1px solid #eee;
    border-bottom:1px solid #eee;
}
.shopping_mall ul li:nth-child(n+6) {
    border-top: none;
}
.shopping_mall ul li:nth-child(5n+1) {
    border-left:1px solid #eee;
}
.shopping_mall ul li {
    width:20%;
    float: left;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #ef1349;
    padding:14px 23px 18px;
    position: relative;
    min-height: 160px;
    transition: 0.2s ease-in-out;
}
.shopping_mall ul li:hover:after {
    position: absolute;
    content: '';
    display: block;
    clear: both;
    width: 100%;
    border: 1px solid #ef1349;
    height: 100%;
    bottom: -1px;
}
.shopping_mall ul li .shopping_btn {
    background: #ef1349;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    width:100%;
    height:38px;
    bottom: 0;
    display: none;
    z-index: 2;
}
.shopping_mall ul li:hover .shopping_btn {
    display: flex;
}
.shopping_mall ul li:hover {
    padding: 0 23px 18px;
    justify-content: flex-start;
}
.shopping_mall ul li:hover .shopping_point {
    padding-top:5px;
}
.shopping_mall ul li .shopping_btn a {
    color: #fff;
    width: 50%;
    text-align: center;
}
.shopping_mall ul li .shopping_btn a:hover {
    text-decoration: underline;
}
.shopping_mall ul li .shopping_point {
    font-size: 16px;
    display: flex;
    align-items: center;
    padding-top: 10px;
}
.shopping_mall ul li .shopping_point strong {
    font-size: 24px;
    font-weight: 700;
    padding-right: 5px;
}
.shopping_mall ul li .shopping_name {
    font-size: 13px;
    display: flex;    
    align-items: center;
    padding-top: 5px;
    color: #000;
}

/* 상세페이지 */
.mall_detail {
    padding:7% 0;
}
.detail_content {
    font-size: 1.3em;
    padding: 5%;
    background: #f9f9f9;
    position: relative;
}
.detail_content:before {
    content: '';
    display: block;
    background: url('/img/mall_bg.png') no-repeat;
    position: absolute;
    bottom: 30px;
    right:30px;
    width: 300px;
    height: 300px;
    opacity: 0.7;
}
.detail_content span {
    padding-top: 10px;
    display: block;
    color: #e32d5a;
}
.detail_content .mall_tit {
    padding: 5px;
    display: inline-block;
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 1.2em;
}
.detail_content ul {
    margin-bottom: 25px;
}
.detail_content ul:last-child {
    margin-bottom: 0;
}
.detail_content ul li {
    line-height: 1.7;
    padding-left: 20px;
    position: relative;
    text-align: left;
}
.detail_content ul li:before {
    position: absolute;
    content: '';
    display: block;
    left: 8px;
    top: 10px;
    width: 3px;
    height: 3px;
    background: #555;
}
.detail_top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 4%;
}
.detail_top .detail_btn {
    display: flex;
    width:35%;
    align-items: center;
}
.detail_top .detail_btn p {
    width:40%;
    font-size: 2em;
    color: #e32d5a;
    text-align: center;
}
.detail_top .detail_btn p strong {
    font-size: 1.5em;
}
.detail_top .detail_btn .btn_box {
    width:60%;
    flex-direction: column;
}
.detail_top .detail_btn .btn_box a {
    width:100%;
    font-size: 1.3em;
    height: 48px;
    line-height: 48px;
    margin:1% 0;
}
.detail_top .detail_btn .btn_box .btn_type2 {
    color: #fff;
}
.detail_top .shopping_logo {
    font-size: 1.3em;
}
.detail_top .shopping_logo .detail_txt {
    padding-top: 5px;
    text-align: center;
}

/* 자주하는 질문 */
.qna_box {
    margin: 0 0 7% 0;
}
.qna_box .qna_li {
    display: flex;
    flex-direction: column;
    border-top:1px solid #eee;
    transition: 0.3s ease-in-out;
    cursor: pointer;
}
.qna_box .qna_li:last-child {
    border-bottom:1px solid #eee;
}
.qna_box .qna_li:hover {
    background: #f9f9f9;
    color: #e32d5a;
}
.qna_box .qna_li .qna_libox.open {
    color: #e32d5a;
}
.qna_box .qna_li .qna_libox {
    padding:20px;
    display: flex;
    justify-content: space-between;
}
.qna_box .qna_li .qna_alink {
    width:70%;
}
.qna_box .qna_li .qna_content {
    position: relative;
    font-size: 1.3em;
}
.qna_box .qna_li .qna_libox.open .menu_arrow {
    transform:rotate(0deg);
}
.qna_box .qna_li .qna_libox .menu_arrow {
    width: 20px;
    display: inline-block;
    transform: rotate(180deg);
    text-align: center;
    transition: .15s ease-in-out;
}
.qna_box .qna_li .qna_prebox {
    padding: 20px;
    border-top:1px solid #eee;
    text-align: left;
    display: none;
    background: #f9f9f9;
    transition: .15s ease-in-out;
}
.qna_box .qna_li .qna_prebox .qna_preview {
    line-height: 1.5;
    font-size: 1.1em;
    color: #555;
}

/* 개인정보방침 */
tbody, td, tfoot, th, thead, tr {
    border-color: inherit;
    border-style: solid;
    border-width: 0;
}
#fregister_private .tbl_head01 {
    margin: 0;
}
.tbl_head01 table {
    border-bottom: 1px solid #d3d3d3;
}
.tbl_wrap table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}
.tbl_head01 thead th {
    padding: 12px 0;
    border-top: 2px solid #000;
    border-bottom: 1px solid #d3d3d3;
    background: #fff;
    color: #383838;
    font-size: 0.95em;
    text-align: center;
    letter-spacing: -0.1em;
}
.tbl_head01 td:first-child {
    border-left: 0;
}
.tbl_head01 td {
    padding: 15px 5px;
    border-top: 1px solid #f3f3f3;
    border-left: 1px solid #f3f3f3;
    line-height: 1.5em;
    word-break: break-all;
    text-align: center;
}


.my_box h3 {
    padding-bottom: 20px;
}
.register_service {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 9000;
    background: rgba(0,0,0,0.3);
}
.register_service .my_box {
    position: relative;
}
.register_service .my_box .modi_pop {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    position: relative;
    max-width:600px;
    width: 100%;
    height: auto;
    max-height: 67.75rem;
    background-color: white;
    transform: scale(0);
    opacity: 0;
    transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    animation: standardModalAnimation 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    box-shadow: 2px 2px 15px rgb(0 0 0 / 40%);
    padding:40px;
    border-radius: 0.25rem;
}
@keyframes standardModalAnimation {
  from {
    transform: scale(0); }
  to {
    transform: scale(1); }
}
.register_service .my_box .modi_pop.active {
    transform: inherit;
    opacity: 1;
}
.register_service .my_box .modi_pop img {
    width:100%;
}
.register_service .modi_pop .basic_menu {
    height: 455px;
    overflow-y: scroll;
    line-height: 1.5;
}
.register_privacy {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 9000;
    background: rgba(0,0,0,0.3);
}
.register_privacy .my_box {
    position: relative;
}
.register_privacy .my_box .modi_pop {
     display: flex;
    flex-direction: column;
    overflow: hidden;
    position: relative;
    max-width:600px;
    width: 100%;
    height: auto;
    max-height: 67.75rem;
    background-color: white;
    transform: scale(0);
    opacity: 0;
    transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    animation: standardModalAnimation 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    box-shadow: 2px 2px 15px rgb(0 0 0 / 40%);
    padding:40px;
    border-radius: 0.25rem;
}
@keyframes standardModalAnimation {
  from {
    transform: scale(0); }
  to {
    transform: scale(1); }
}
.register_privacy .my_box .modi_pop.active {
    transform: inherit;
    opacity: 1;
}
.register_privacy .my_box .modi_pop img {
    width:100%;
}
.register_privacy .modi_pop .basic_menu {
    height: 335px;
    overflow-y: scroll;
    line-height: 1.5;
}
.info_box {
    padding:15px 0 5px;
}
.info_box .info_line {
    display: flex;
    justify-content: space-between;
    margin-bottom: 12px;
    align-items: center;
}
.info_box hr {
    margin:15px 0;
}
.info_line span {
    color: #bbb;
    text-decoration: underline;
    cursor: pointer;
}
.info_line .checkbox_wrap .container-checkbox {
    margin-top: 0;
}

/* 회원가입완료창 */
.join_com {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 9000;
    background: rgba(0,0,0,0.3);
}
.join_com .my_box {
    position: relative;
}
.join_com .my_box .modi_pop {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    position: relative;
    max-width:600px;
    width: 100%;
    height: auto;
    max-height: 67.75rem;
    background-color: white;
    transform: scale(0);
    opacity: 0;
    transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    animation: standardModalAnimation 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    box-shadow: 2px 2px 15px rgb(0 0 0 / 40%);
    padding:40px;
    border-radius: 0.25rem;
}
@keyframes standardModalAnimation {
    from {transform: scale(0); }
    to {transform: scale(1); }
}
.join_com .my_box .modi_pop.active {
    transform: inherit;
    opacity: 1;
    align-items: center;
}
.join_com2 {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 5% auto;
}
.join_com2 .my_box {
    position: relative;
}
.join_com2 .my_box .modi_pop {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    position: relative;
    max-width:600px;
    width: 100%;
    height: auto;
    max-height: 67.75rem;
    background-color: white;
    box-shadow: 2px 2px 15px rgb(0 0 0 / 40%);
    padding:40px;
    border-radius: 0.25rem;
    align-items: center;
}

.service {
    line-height: 1.5;
    padding: 30px;
    background: #f7f7f7;
    margin-bottom: 5%;
}
.service strong {
    font-size: 1.2em;
}
section .tbl_wrap {
    background: #fff;
    margin-bottom: 5%;
}

/* 스탬프 */
.stamp_wrap {
    background: #f7f9fb;
    padding: 0 5% 5% 5%;
}
.stamp_wrap .title {
    width:100%;
}
.stamp_day {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
}
.stamp_day .stamp_daytit {
    font: 500 2em Roboto;
    text-align: center;
    margin: 0 10px;
}

.title .stamp_tit {
    width:100%;
    height: 450px;
    background: url("/img/stamp_title.jpg") no-repeat;
    background-size: cover;
    background-position: center;
}
.stamp_wrap .contents {
    display: flex;
}
.stamp_wrap .txtbox {
    width: 50%;
    padding: 0 2%;
}
.stamp_wrap .list {
    width:44%;
}
.stamp_wrap .txtbox ul li {
    padding-left: 25px;
    position: relative;
    line-height: 1.6em;
    font-size: 1.1em;
    margin: 2% 0;
}
.stamp_wrap .txtbox2 ul li {
    position: relative;
    line-height: 1.4em;
    font-size: 1.3em;
    padding: 0 0 0 80px;
    margin-bottom: 18px;
}
.stamp_wrap .txtbox2 ul li .stamp_step {
    color: #fff;
    border-radius: 30px;
    background: #e32d5a;
    padding: 5px 13px;
    display: inline-block;
    font-weight: 500;
    position: absolute;
    top:-2px;
    left: 0;
    line-height: 1.2em;
    font-size: 0.9em;
}
.stamp_wrap .txtbox ul li .stamp_step2 {
    position: absolute;
    left: 0;
    font-weight: 700;
}
.stamp_wrap .contents .list {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 5% 0;
}
.stamp_wrap .contents .list .txtbox2 {
    padding-bottom: 30px;
    width:100%;
}
.stamp_wrap .contents .stamp_tbox {
    width:100%;
}
.stamp_wrap .contents .stamp_list {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 20px;
    padding: 0;
    width: 48%;
    height: 135px;
    display: flex;
    align-items: center;
    margin: 1%;
    position: relative;
    float: left;
    flex-direction: column;
    justify-content: center;
}
.stamp_wrap .contents .stamp_list .stamp_more {
    cursor: pointer;
    color: #fff;
    border-radius: 30px;
    background: #e32d5a;
    padding: 5px;
    font-size: 0;
    font-weight: 500;
    display: inline-block;
    width: 25px;
    height: 25px;
    margin-left: 5px;
}
.stamp_wrap .contents .list .stamp_txt {
    font-size: 1.5em;
}
.stamp_wrap .contents .list .stamp_txt span {
    color: #fff;
    border-radius: 30px;
    background: #e32d5a;
    padding: 3px 10px;
    display: inline-block;
    font-size: 0.8em;
}
.stamp_wrap .contents .list .stamp_num {
    font: 500 3em Roboto;
    color: #222;
}
.stamp_wrap .contents .list .stamp_num strong {
    font-size: 0.7em;
    padding-left: 6px;
}
.stamp {
    width: 56%;
    padding: 5% 5% 5% 2%;
}
.stamp .swiper-slide:after {
    clear: both;
    display: block;
    content: '';
}
.stamp .swiper-slide {
    padding-bottom: 35px;
}
.stamp .swiper-pagination-bullet {
    background: #747474;
    width: 15px;
    margin: 0 3px !important;
    border-radius: 3px;
}
.stamp_btn {
    font-size: 0;
    width: 20%;
    float: left;
    border-radius: 50%;
    overflow: hidden;
    border: 1px solid #f9f9f9;
    background: url("/img/stamp_off.svg") no-repeat;
    background-size: cover;
    padding-top: 20%;
}
.stamp_btn.on {
    cursor: pointer;
    background: url("/img/stamp_on.svg") no-repeat;
}
.stamp_btn.com {
    background: url("/img/stamp_com.svg") no-repeat;
}
.stamp_btn.befor {
    background: url("/img/stamp_befor.svg") no-repeat;
}

/* 추가 */
.msg_sound_only, .sound_only {display:inline-block !important;position:absolute;top:0;left:0;margin:0 !important;padding:0 !important;width:1px !important;height:1px !important;font-size:0;text-indent:-9999em;line-height:0;border:0 !important;overflow:hidden !important}

/* ckeditor 단축키 */
.cke_sc {margin:0 0 5px;text-align:right}
.btn_cke_sc {display:inline-block;padding:0 10px;height:23px;border:1px solid #ccc !important;background:#fafafa !important;color:#000 !important;text-decoration:none !important;line-height:1.9em;vertical-align:middle}
.cke_sc_def {margin:0 0 5px;padding:10px;border:1px solid #ccc;background:#f2f5f9;text-align:center}
.cke_sc_def dl {margin:0 0 5px;text-align:left}
.cke_sc_def dl:after {display:block;visibility:hidden;clear:both;content:""}
.cke_sc_def dt, .cke_sc_def dd {float:left;margin:0;padding:5px 0;border-bottom:1px solid #e9e9e9}
.cke_sc_def dt {width:20%;font-weight:bold}
.cke_sc_def dd {width:30%}

.btn_wrap {margin: 0 0 25px;}
.btn_wrap li {margin-left:15px;}
.btn {line-height: 35px;width: 30px;height: 35px;padding: 0 5px;text-align: center;font-weight: bold;border: 0;font-size: 1.2em;}
a.btn_admin {display: inline-block;color: #d13f4a;font-size: 1.2em;background: transparent;text-decoration: none;}
.btn_b03 {background: none;}
.more_opt li {display: block;border-bottom: 1px solid #f1f1f1;padding: 10px;margin: 0;color: #6b757c;text-align: left;}
.more_opt li button, .more_opt li a {width: 100%;border: 0;background: #fff;color: #6b757c;cursor: pointer;}
#bo_cate h2 {width:0;height:0;font-size:0;line-height:0;overflow:hidden}
#bo_cate ul {background:#fff;padding-left:1px;zoom:1}
#bo_cate ul:after {display:block;visibility:hidden;clear:both;content:""} 
#bo_cate li {display:inline-block;float:left}
#bo_cate a {display:block;line-height:24px;padding:15px}
#bo_cate #bo_cate_on {display:inline-block;position:relative;color:#3a8afd}
#bo_cate #bo_cate_on:after {content:"";position:absolute;left:0;bottom:0;width:100%;height:4px;display:inline-block;background:#3a8afd}
.fa-download {display:inline-block;width:16px;height:16px;line-height:18px;font-size:0.833em;color:#daae37;background:#ffefb9;text-align:center;border-radius:2px;vertical-align:middle}
.board_list_row ul:hover {background-color:#eff3f9 !important;}
.disabled, .readonly {background-color: #e9ecef  !important; opacity: 1  !important;}
.text-start {text-align: left !important;}
.text-center {text-align: center !important;}
.text-end {text-align: right !important;}
#ui-datepicker-div {z-index: 9999 !important;}
.mb-5 {margin-bottom: 5%;}

#bo_v_img {margin:0 0 10px;width:100%;overflow:hidden;zoom:1}
#bo_v_img:after {display:block;visibility:hidden;clear:both;content:""}
#bo_v_img img {margin-bottom:15px;max-width:100%;height:auto}
.bo_v_ans {padding:3%; background: #f3f3f3;}