@charset "utf-8";

/* 초기화 */
html { overflow-y:scroll; height:100%; min-width: 280px; }
body {margin:0; padding: 100px 0 0 0; font-size: .95rem; font-weight: 400; letter-spacing: 0; background:#FFF; color: rgba(0,0,0,0.87); height:100%;font-family: "-apple-system",BlinkMacSystemFont,"Apple SD Gothic Neo",Inter,Lato,"Noto Sans KR","Spoqa Han Sans","Segoe UI",sans-serif; }
html, h1, h2, h3, h4, h5, h6, form, fieldset, img {margin:0;padding:0;border:0}
h1, h2, h3, h4, h5, h6 { font-family: "-apple-system",BlinkMacSystemFont,"Apple SD Gothic Neo",Inter,Lato,"Noto Sans KR","Spoqa Han Sans","Segoe UI",sans-serif}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display:block}
legend {position:absolute;font-size:0;line-height:0;text-indent:-9999em;overflow:hidden}
label, input, button, select, img {vertical-align:middle}
input, button {margin:0;padding:0;font-size: 16px;font-family: "-apple-system",BlinkMacSystemFont,"Apple SD Gothic Neo",Inter,Lato,"Noto Sans KR","Spoqa Han Sans","Segoe UI",sans-serif}
button {cursor:pointer;}
button:focus {outline: none;}
strong, b { font-weight: 700; }
input[type=text], input[type=password], input[type=submit], input[type=image], button {font-size: 16px; -webkit-appearance:none}
textarea, select {font-size: 16px;font-family: "-apple-system",BlinkMacSystemFont,"Apple SD Gothic Neo",Inter,Lato,"Noto Sans KR","Spoqa Han Sans","Segoe UI",sans-serif}
textarea {border-radius:0;-webkit-appearance:none;font-family: "-apple-system",BlinkMacSystemFont,"Apple SD Gothic Neo",Inter,Lato,"Noto Sans KR","Spoqa Han Sans","Segoe UI",sans-serif}
select {margin:0;background:none;font-family: "-apple-system",BlinkMacSystemFont,"Apple SD Gothic Neo",Inter,Lato,"Noto Sans KR","Spoqa Han Sans","Segoe UI",sans-serif}
p {margin:0;padding:0;word-break:break-all}
pre {overflow-x:scroll;font-size: 16px}
em { font-style: normal; }
a {color:#333;text-decoration:none}
a:hover { color: #333; text-decoration: none; }
ul,li,dl,dt,dd {padding:0;margin:0}
ul {list-style:none}

html.scrollno { overflow-y: hidden !important; }
 
*,:after,:before {
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
}

.displaynone { display: none !important; }
.clearboth,.cboth {display:block;visibility:hidden;clear:both;content:""}
/* 팝업레이어 */
#hd_pop {z-index:99999999;position:relative;margin:0 auto;width:100%;min-width:360px;height:0;}
#hd_pop > div {right: 0;}
#hd_pop h2 {position:absolute;font-size:0;text-indent:-9999em;line-height:0;overflow:hidden}
.hd_pops {
    position:fixed;
    left:50%!important;
    top:50%!important;
    transform: translate(-50%, -50%);
    width: 70%;
    z-index:3;
    background:#fff;
}

.hd_pops img { width:100%;height:auto}
.hd_pops_con {position:relative;z-index:1; width:100%!important; height:auto!important; box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important; }

.hd_pops_footer {
    position:relative;
    z-index:1;
    padding: 0;
    background:#FFF;
    box-sizing: content-box;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: center;
}
.hd_pops_footer:after {
    display:block;
    visibility:hidden;
    clear:both;
    content:""
}
.hd_pops_footer button { 
    padding: 10px;
    border:0;
    background:transparent;
    color:#777;
    border: 1px #DDD solid;
    flex: 1 1 auto;
}
.hd_pops_footer button.first { 

}

.wrap {
    max-width: 480px;
    margin: 0 auto;
    background: #fff;
    width: auto;
    position: relative;
    background: #fff;
    min-height: 100%;
    box-shadow: 0 0 20px rgb(0 0 0 / 5%);
}

.wrap .hd_inner {
    max-width: 480px;
    margin: 0 auto;
    background: #fff;
    -ms-box-shadow: 0 5px 10px 0 rgb(0 0 0 / 10%); -webkit-box-shadow: 0 5px 10px 0 rgb(0 0 0 / 10%); box-shadow: 0 5px 10px 0 rgb(0 0 0 / 10%);
}

/*.hd_pops:before { content:'';position:absolute;z-index:1;left:0;top:0;right:0;bottom:0;width:100%;height:100%;background-color:rgba(0,0,0,0.7); }*/

/* 상단 레이아웃 */
#hd { position:fixed; z-index: 11; left: 0; top: 0; right: 0; }
#hd:after {display:block;visibility:hidden;clear:both;content:""}
#hd div.heder_event { color: #222; font-size: 17px; line-height: 50px; letter-spacing: -1px; text-align: center; overflow: hidden; background-color: #7edbe0; background-image: url('/gn/theme/gyeonwoo/img/heder_event.png'); background-size: 80px; background-repeat: no-repeat; background-position: 90% 0px; }
#hd div.heder_event.off { display: none; }
#hd div.heder_event strong { color: #f2074c; }

#hd div.hd_wrapper { position: relative; z-index: 1; }
#hd div.hd_wrapper .logo { position:relative; z-index: 1; text-align:center;}
#hd div.hd_wrapper .logo a { display: inline-block; width: 200px; height: 50px; vertical-align: top; font-size: 0; line-height: 0; background-color: #FFF; background-size: 100px; background-repeat: no-repeat; background-position: 50% 13px;}
#hd div.hd_wrapper .gnb { display: none; position:fixed; top:0; left:0; right: 0; bottom: 0; z-index: 11;  }
#hd div.hd_wrapper .gnb .hd_inner { position: absolute; z-index:2; width: 80%; height:100%; left: -1000px; top: 0; bottom: 0; background-color: #FFF; overflow-y:auto; -webkit-box-shadow:0 0 5px rgba(55,55,5,0.4); -moz-box-shadow:0 0 5px rgba(55,55,5,0.4); box-shadow:0 0 5px rgba(55,55,5,0.4); }
#hd div.hd_wrapper .gnb .hd_inner { left: 0; }

#hd div.hd_wrapper .gnb .hd_bg { position:absolute; top:0; left:0; right: 0; bottom: 0; z-index: 1; background-color: rgba(0,0,0,0.7); }

#hd h1.hd_h1 {position: absolute;font-size:0;text-indent:-9999em;line-height:0;overflow:hidden}

#gnb_1dul { background:#fff; }
#gnb_1dul:after {display:block;visibility:hidden;clear:both;content:""}
#gnb_1dul a { position: relative; z-index: 1; display: inline-block; color:#333; }
#gnb_1dul a.point { color:#333; }
#gnb_1dul a span.point { position: absolute; left: 8px; top: 15px; display: inline-block; width: 5px; height: 5px; border-radius: 50%; background-color: #f2074c; }
li.gnb_1dli {position:relative;line-height: 1.6; border-bottom: 1px solid #EEE; }
li.gnb_1dli button {position: absolute; z-index: 2; top: 0; right: 0; width: 50px; height: 50px; overflow:hidden; border:0;font-size:1.2em;background:#fff;background:url(../img/mobile/gnb_bg2.png) no-repeat 50% 50%;text-indent:-9999px;outline: none;}
li.gnb_1dli button.btn_gnb_cl {background:url('../img/mobile/gnb_bg.png') no-repeat 50% 50%}
li.gnb_1dli a.gnb_1da {  width: 100%; display: block; padding: 15px 20px; font-size:1.2rem; line-height: 1; color: #333; }
li.gnb_1dli ul.gnb_2dul { display: block; background: #F2F2F2; padding: 1rem 0; }
li.gnb_1dli ul.gnb_2dul.first { display: block !important; }
li.gnb_1dli ul.gnb_2dul:after { display:block; visibility:hidden;clear:both;content:""}
li.gnb_1dli ul.gnb_2dul li.gnb_2dli { float: left; width: 50%; }
li.gnb_1dli ul.gnb_2dul li.gnb_2dli a.gnb_2da { position:relative; display:block; padding: 5px 0 5px 20px; font-size: 0.95rem; }
#gnb_close { display:block; position:absolute; right: 15px; top: 15px; z-index: 99; margin:0; border:0;color:#FFF; background:transparent; }
#gnb_close svg { width: 20px; height: 20px; padding: 2px; }

#gnb_empty {padding:20px 0;color:#fff;text-align:center;line-height:2em}
#gnb_empty a {display:inline;text-decoration:underline}

#hd_sch {text-align:center;padding:12px 55px 12px 15px;background:#FFF; }
#hd_sch h2 {position:absolute;font-size:0;text-indent:-9999em;line-height:0;overflow:hidden}
#hd_sch form {position:relative;padding-right:40px}
#hd_sch #sch_stx {width:100%;height:38px; margin-left: 30px; padding-left: 20px; background:#EEE;border:0;color:#333}
#hd_sch #sch_submit {position:absolute;top: 8px;left:0; border: 0; cursor: pointer; color: #333; background: transparent; }
#hd_sch #sch_submit svg { width: 24px; height: 24px; stroke-width: 2px; color: #000; }

#gnb_open {position:absolute; z-index: 2; top: 10px; left: 15px; padding:0px; border:0; color:#333; background:none; }
#gnb_open svg { width: 30px; height: 30px; stroke-width: 2px; color: #000; }
#search_btn {position:absolute; z-index: 2; top: 10px; right: 15px; padding:0px; border:0;color:#333; background:none; }
#search_btn svg { width: 24px; height: 24px; }
#search_area {display:none;position:fixed;top:0;right:0;width:100%;height:100%;overflow-y:auto; z-index:11; background:#efefef; }
#search_close {display:block;position:absolute;right: 15px; top: 20px; z-index:99; margin:0; border:0;color:#bfb8b2; background:transparent}
#search_close svg { width: 24px; height: 24px; padding: 2px; stroke-width: 2px; color: #000; }

#search_area .search_inner { max-width: 480px; margin: 0 auto; }

#snb_cnt span {display:inline-block;float:right;padding:0 7px;height:18px;margin-top:3px;line-height:18px;font-size:12px;background:#da22f5;border-radius:20px;color:#fff}

ul.hd_nb {background:#fff;margin-top:0px;border-bottom:1px solid #EEE; }
ul.hd_nb:after {display:block;visibility:hidden;clear:both;content:""}
ul.hd_nb li {width:50%;float:left;text-align:center; }
ul.hd_nb li a {display:block; text-align:left; padding: 20px; font-size:1em; line-height: 1; font-weight: bold; }
ul.hd_nb li i {font-size:14px;margin-right:10px;color:#a5a8ac}
ul.hd_nb li.hd_nb1 { border-right:1px solid #EEE; }
ul.hd_nb li.hd_nb2 { }
ul.hd_nb li.hd_nb3 { border-right:1px solid #EEE; }

ul.hd_community { padding: 10px 0; border-bottom:1px solid #EEE; background: #EEE; }
ul.hd_community:after {display:block;visibility:hidden;clear:both;content:""}
ul.hd_community li { width:50%;float:left;text-align:center;border-top:1px solid #EEE; background: #FFF; border-right:1px solid #EEE; }
ul.hd_community li a { display: block; padding: 0; font-size: 16px; line-height: 64px; }
ul.hd_community li a i { color: #999; }

ul.hd_custom { border-bottom:1px solid #EEE; }
ul.hd_custom:after {display:block;visibility:hidden;clear:both;content:""}
ul.hd_custom li {width:50%;float:left;text-align:center; }
ul.hd_custom li.hd_nb1 {  }
ul.hd_custom li.hd_nb1 a { display: block; padding: 30px 0; font-size: 17px; line-height: 1; }
ul.hd_custom li.hd_nb1 a i { color: #999; }
ul.hd_custom li.hd_nb2 { padding: 20px 0; line-height: 20px; color: #555; }

ul.hd_sns {  }
ul.hd_sns:after {display:block;visibility:hidden;clear:both;content:""}
ul.hd_sns li {width: 33.33333333333%;float:left;text-align:center; }
ul.hd_sns li.hd_nb1 {  }
ul.hd_sns li.hd_nb1 a { display: block; font-size: 24px; line-height: 40px; width: 40px; height: 40px; margin: 10px auto; background-color: #EEE; border-radius: 50%; }
ul.hd_sns li.hd_nb1 a i.fa-twitter { color: #29a4da; }
ul.hd_sns li.hd_nb1 a i.fa-facebook { color: #395794; }
ul.hd_sns li.hd_nb1 a i.fa-link { color: #f84301; }

/* 텍스트 크기 조절 */
#text_size {margin:10px 0;text-align:center;display:inline-block;padding:7px 20px;background:#e6e7e9;border-radius:25px;height:48px}
#text_size button {margin:0 5px;border:0;background:none;height:35px;width:35px;border-radius:50%}
#text_size button.select {background:#fff;border-bottom:1px solid #bbb;
-webkit-box-shadow:0 0 5px rgba(100,80,100,0.2);
-moz-box-shadow:0 0 5px rgba(100,100,100,0.2);
box-shadow:0 0 5px rgba(100,100,100,0.2)}
.ts_up {font-size:1.167em !important}
.ts_up2 {font-size:1.3em !important}

/* 중간 레이아웃 */
#wrapper { padding: 43px 0 0; }
#wrapper:after {display:block;visibility:hidden;clear:both;content:""}
#container {position:relative;min-height: 500px; padding: 5px; background-color: #FFF}
#container:after {display:block;visibility:hidden;clear:both;content:""}

#container_title { position: fixed; top: 0; left: 0; right: 0; z-index: 2; }
#container_title.fixed { z-index: 10; }
#container_title div.container_inner { margin: 0 auto; background:#fff; max-width: 480px; font-size: 14px; font-weight: 400; line-height: 1; color:#333; display: flex; justify-content: space-between; }
#container_title div.container_inner a { display:inline-block; padding: 15px 10px ; }
#container_title div.container_inner a i {  }
#container_title div.container_inner a span.title_text { margin-left: 0; }

.top {position:relative}
.btn_top {position:absolute;top:0px;right:15px;z-index:8;padding: 8px 0}
.btn_top li {display:inline-block}
.btn_top a,.btn_top button,.btn_top .btn_submit {}
.btn_top .btn_cancel,.btn_top .btn_b01 {border:1px solid #aaa;background:none;color:#777;line-height:28px;background:#fff}
.fixed {position:fixed;top:0;right:0;z-index:10}
.fixed.btn_bo_user {right: 0; z-index: 99; background:#fff; padding: 10px; }


/* 하단 레이아웃 */
#ft {background:#222; padding: 10px 10px 70px 10px; color: #999; }
#ft .ft_menu { margin-bottom: 10px; padding-bottom: 10px; border-bottom: 1px #333 solid; }
#ft .ft_menu a { color:#999; font-size: 0.75rem; }
#ft .ft_info { font-size: 0.75rem; color:#999; }
#ft .ft_info p { margin-bottom: 10px; }

#top_btn {position:fixed; bottom: 100px; right:15px; border: 0; background:#fff; color:#222; text-align:center; font-size:15px; z-index: 9; width: 40px; height: 40px; border-radius: 50%;
-webkit-box-shadow:1px 2px 5px rgba(191, 191, 191, 0.4);
-moz-box-shadow:1px 2px 5px rgba(191, 191, 191, 0.4);
box-shadow:1px 2px 5px rgba(191, 191, 191, 0.4)}
#top_btn i {  }
#top_btn:hover {  }
#top_btn i svg { width: 20px; height: 20px; }
#device_change {display:block;line-height:40px;border-radius:5px;background:#302e2e;color:#f2074c;font-size:1em;text-decoration:none;text-align:center}

/* 게시물 선택복사 선택이동 */
#copymove {  }
.copymove_current {float:right;color:#ff3061}
.copymove_currentbg {background:#f4f4f4}
#copymove .tbl_head01 {margin-top:10px}
#copymove td {background:#fff}
#copymove .win_btn {margin:10px}

/* 화면낭독기 사용자용 */
#hd_login_msg {position:absolute;top:0;left:0;width:0;height:0;overflow:hidden}
.msg_sound_only, .sound_only {display:inline-block;position:absolute;top:0;left:0;margin:0 !important;padding:0 !important;width:1px !important;height:1px !important;font-size:0 !important;line-height:0 !important;overflow:hidden}

/* 본문 바로가기 */
.to_content a {z-index:100000;position:absolute;top:0;left:0;width:0;height:0;font-size:0;line-height:0;overflow:hidden}

/* 이미지 등비율 리사이징 */
.img_fix {width:100%;height:auto}

/* 캡챠 자동등록(입력)방지 기본 -pc */
#captcha {position:relative}
#captcha legend {position:absolute;margin:0;padding:0;font-size:0;line-height:0;text-indent:-9999em;overflow:hidden}
#captcha #captcha_img {height:40px;border:1px solid #898989;vertical-align:top;padding:0;margin:0}
#captcha #captcha_mp3 {margin:0;padding:0;width:40px;height:40px;border:0;background:transparent;vertical-align:middle;overflow:hidden;cursor:pointer;width:40px;height:40px;background:url('../../../img/captcha2.png') no-repeat;text-indent:-999px;border-radius:3px}
#captcha #captcha_reload {margin:0;padding:0;width:40px;height:40px;border:0;background:transparent;vertical-align:middle;overflow:hidden;cursor:pointer;background:url('../../../img/captcha2.png') no-repeat 0 -40px;text-indent:-999px;border-radius:3px}
#captcha #captcha_key {margin:0 0 0 3px;padding:0 5px;width:150px;height:40px;border:1px solid #ccc;background:#fff;font-size:1.333em;font-weight:bold;text-align:center;border-radius:0;vertical-align:top}
#captcha #captcha_info {display:block;margin:3px 0 5px;font-size:0.95em;letter-spacing:-0.1em}

/* 캡챠 자동등록(입력)방지 기본 - mobile */
#captcha.m_captcha audio {display:none;margin:0 0 5px}

/* 구글리캡챠 크기 조정 scale */
#captcha.recaptcha {width:213px;height:55px;overflow:hidden}
#rc-imageselect, .g-recaptcha {transform:scale(0.7);-webkit-transform:scale(0.7);transform-origin:0 0;-webkit-transform-origin:0 0}

/* ckeditor 태그 기본값 */
#bo_v_con ul {display:block;list-style-type:disc;margin-top:1em;margin-bottom:1em;margin-left:0;margin-right:0;padding-left:40px}
#bo_v_con ol {display:block;list-style-type:decimal;margin-top:1em;margin-bottom:1em;margin-left:0;margin-right:0;padding-left:40px}
#bo_v_con li {display:list-item}

/*단축키일람 */
.cke_sc {text-align:right}
.btn_cke_sc {background:#333;color:#fff;padding:5px;border:none}
.cke_sc_def {margin:0 0 5px;padding:10px;border:1px solid #ccc;background:#f7f7f7;text-align:center}
.cke_sc_def dl {margin:0 0 5px;text-align:left;zoom:1}
.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 #DDD}
.cke_sc_def dt {width:50%;font-weight:bold}
.cke_sc_def dd {width:50%}
.btn_cke_sc_close {background:#333;padding:5px;border:none;color:#fff}

/* 버튼 */
a.btn01 {display:inline-block;background:#DDD;color:#333;text-decoration:none;vertical-align:middle}
a.btn01:focus, a.btn01:hover {text-decoration:none}
button.btn01 {display:inline-block;margin:0;padding:7px;border:1px solid #ccc;background:#fafafa;color:#000;text-decoration:none}
a.btn02 {display:inline-block;border:1px solid #3b3c3f;background:#4b545e;color:#fff;text-decoration:none;vertical-align:middle}
a.btn02:focus, .btn02:hover {text-decoration:none}
button.btn02 {display:inline-block;margin:0;padding:7px;border:1px solid #3b3c3f;background:#4b545e;color:#fff;text-decoration:none}

.btn_confirm {text-align:center} /* 서식단계 진행 */

.btn_submit {border:0;background: #555;color:#fff;cursor:pointer;border-radius:3px}
.btn_submit:hover {background:#555}
.btn_close {border:1px solid #DDD;cursor:pointer;border-radius:3px;background:#fff}
a.btn_close {text-align:center;line-height:50px}

a.btn_cancel {display:inline-block;background:#DDD;color:#333;text-decoration:none;vertical-align:middle}
button.btn_cancel {display:inline-block;border:1px solid #ccc;background:#fafafa;color:#000;vertical-align:top;text-decoration:none}
a.btn_frmline, button.btn_frmline {display:inline-block;padding:0 5px;border:0;background:#fff;border:1px solid #3a8afd;color:#3a8afd;letter-spacing:-0.1em;text-decoration:none;vertical-align:top} /* 우편번호검색버튼 등 */
button.btn_frmline {font-size:1em}

/* 게시판용 버튼 */
a.btn_b01, .btn_b01 {display:inline-block;background: transparent;color:#fff;border-radius:3px;padding:10px;border:0;text-decoration:none;vertical-align:middle}
.btn_b01:hover, .btn_b01:hover {}
a.btn_b02, .btn_b02 {display:inline-block;background: #555;color:#fff;border:0;border-radius:3px;padding:10px;text-decoration:none;vertical-align:middle}
a.btn_b02:hover, .btn_b02:hover {}
a.btn_b03, .btn_b03 {display:inline-block;line-height:28px;border:0;background:transparent;color:#bababa;text-decoration:none;vertical-align:middle}
a.btn_b03:hover, .btn_b03:hover {}
a.btn_admin {display:inline-block;color:#d13f4a;font-size:1.4em;text-decoration:none;vertical-align:middle} /* 관리자 전용 버튼 */
a.btn_admin:focus, a.btn_admin:hover {}
.fix_btn {position:fixed;z-index:99;bottom:50px;right:15px;background:#f2074c;width:50px;height:50px;color:#fff;text-align:center;border-radius:50% !important;font-size:1.8em;line-height:50px !important;-webkit-box-shadow:1px 2px 5px rgba(191, 191, 191, 0.4);
-moz-box-shadow:1px 2px 5px rgba(191, 191, 191, 0.4);
box-shadow:1px 2px 5px rgba(191, 191, 191, 0.4)}


/* 기본테이블 */
.tbl_wrap {margin:0 10px 10px}
.tbl_wrap table {width:100%;border-collapse:collapse;border-spacing:0}
.tbl_wrap caption {padding:10px 0;color:#4b8b99;font-weight:bold;text-align:left}

.tbl_head01 {}
.tbl_head01 caption {padding:0 0 10px;color:#777;text-align:left}
.tbl_head01 thead th {padding:12px 0;border:1px solid #d8dbdf;background:#f7f7f9;color:#383838;font-size:0.95em;text-align:center;letter-spacing:-0.1em}
.tbl_head01 thead a {color:#383838}
.tbl_head01 thead th input {vertical-align:top} /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */
.tbl_head01 tfoot th {border-top:1px solid #777;border-bottom:1px solid #777;background:#484848;color:#fff}
.tbl_head01 tfoot td {border-color:#e3e3e5;background:#484848;color:#fff;font-weight:bold;text-align:center}
.tbl_head01 tbody {text-align:left}
.tbl_head01 tbody th {padding:5px 0;border-top:1px solid #DDD;border-bottom:1px solid #DDD}
.tbl_head01 td {padding:5px;border:1px solid #e7e9ec;border-top:0;line-height:1.5em;word-break:break-all}

.tbl_head02 {}
.tbl_head02 caption {padding:0 0 10px;color:#777;text-align:left}
.tbl_head02 thead th {padding:5px 0;border-top:1px solid #d1dee2;border-bottom:1px solid #d1dee2;background:#e5ecef;color:#383838;font-size:0.95em;text-align:center;letter-spacing:-0.1em}
.tbl_head02 thead a {color:#383838}
.tbl_head02 thead th input {vertical-align:top} /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */
.tbl_head02 tfoot th {border-top:1px solid #777;border-bottom:1px solid #777;background:#484848;color:#fff}
.tbl_head02 tfoot td {background:#484848;color:#fff;font-weight:bold;text-align:center}
.tbl_head02 tbody th {padding:5px 0;border-top:1px solid #DDD;border-bottom:1px solid #DDD}
.tbl_head02 td {padding:5px 3px;border-top:1px solid #DDD;border-bottom:1px solid #DDD;line-height:1.4em;word-break:break-all}

/* 기본리스트 */
.list_01 ul {}
.list_01 li {border-bottom:1px solid #e5ecee;padding:15px}
.list_01 li:after {display:block;visibility:hidden;clear:both;content:""}
.all_chk {padding:15px;border-bottom:1px solid #e8eaee;background:#fff}

/* 기본폼 */
.form_01 .write_div {margin-bottom:10px;position:relative}
.form_01 li {margin:0 0 10px;position:relative;list-style:none}
.form_01 textarea, .frm_input { width: 100%; box-shadow: 0 1px 6px 0 rgba(32,33,36,0.28); border: 1px solid #DDD; background:#fff;color:#777;vertical-align:middle;padding:5px;border-radius: 1px;box-shadow:none}
.form_01 textarea {width:100%;height:100px}
.frm_input {height: 64px}
.full_input {width:100%} 
.form_01 .frm_file {display:block;margin-bottom:5px;width:100%}
.form_01 select {height:40px;background-color:#fff}
.form_01 .frm_info {font-size: 0.75rem;color:#777;text-align:left;margin:3px 0 10px;display:block;line-height:1.3em}

/* 자료 없는 목록 */
.empty_table { width: 100%; padding:100px 0; color:#777;text-align:center}
.empty_list { width: 100%; padding: 85px 0;text-align:center}

/* 필수입력 */
.required, textarea.required {background-image:url('../img/require.png') !important;background-repeat:no-repeat  !important;background-position:right top !important}

/* 테이블 항목별 정의 */
.td_board {width:120px;text-align:center}
.td_category {width:80px;text-align:center}
.td_chk {width:30px;text-align:center}
.td_date {width:60px;text-align:center}
.td_datetime {width:150px;text-align:center}
.td_group {width:100px;text-align:center}
.td_mb_id {width:100px;text-align:center}
.td_mng {width:80px;text-align:center}
.td_name {width:100px;text-align:left}
.td_nick {width:100px;text-align:center}
.td_num {width:50px;text-align:center}
.td_numbig {width:80px;text-align:center}
.td_stat {width:60px;text-align:center}

.txt_active {color:#5d910b}
.txt_done {color:#e8180c}
.txt_expired {color:#999}
.txt_rdy {color:#8abc2a}

/* 새창 기본 스타일 */
.new_win {position:relative;background:#fff}
.new_win #win_title {font-size:1.3em;height:50px;line-height:30px;padding:10px 20px;background:#fff;color:#000;-webkit-box-shadow:0 1px 10px rgba(0,0,0,.1);
-moz-box-shadow:0 1px 10px rgba(0,0,0,.1);
box-shadow:0 1px 10px rgba(0,0,0,.1)}
.new_win #win_title .sv {font-size:0.75em;line-height:1.2em}
.new_win_con {}

.new_win .win_ul {margin-bottom:15px;padding:0 20px}
.new_win .win_ul:after {display:block;visibility:hidden;clear:both;content:""}
.new_win .win_ul li {float:left;background:#fff;text-align:center;padding:0 10px;border:1px solid #d6e9ff;border-radius:30px;margin-left:5px}
.new_win .win_ul li:first-child {margin-left:0}
.new_win .win_ul li a {display:block;padding:8px 0;color:#6794d3}
.new_win .win_ul .selected {background:#3a8afd;border-color:#3a8afd;position:relative;z-index:5}
.new_win .win_ul .selected a {color:#fff;font-weight:bold}
.new_win .win_desc {position:relative;margin:10px;border-radius:5px;font-size:1em;background:#f2838f;color:#fff;line-height:50px;text-align:left;padding:0 20px}
.new_win .win_desc i {font-size:1.2em;vertical-align:baseline}
.new_win .win_desc:after {content:"";position:absolute;left:0;top:0;width:4px;height:50px;background:#da4453;border-radius:3px 0 0 3px}

.new_win .win_total {float:right;display:inline-block;line-height:30px;font-weight:normal;font-size:0.75em;color:#3a8afd;background:#f6f6f6;padding:0 10px;border-radius:5px}
.new_win .new_win_con {padding:20px}
.new_win .new_win_con:after {display:block;visibility:hidden;clear:both;content:""}
.new_win .new_win_con2 {margin:20px 0}

.new_win .win_btn {clear:both;padding:10px 0 30px;text-align:center}
.new_win .win_btn a {display:inline-block;height:45px;line-height:40px;font-weight:bold}
.new_win .btn_close {width:60px;height:45px;overflow:hidden;cursor:pointer}
.new_win .btn_submit {padding:0 20px;height:45px;font-weight:bold;font-size:1.083em}

/* 검색결과 색상 */
.sch_word {color:#fff;background:#ff005a;padding:2px 4px;margin:0 2px}

/* 사이드뷰 */
.sv_wrap {display:inline-block;position:relative;font-weight:normal;line-height:20px}
.sv_wrap .sv {z-index:1000;width:120px;display:none;margin:5px 0 0;font-size:0.92em;background:#333;text-align:left;
-webkit-box-shadow:2px 2px 3px 0px rgba(0,0,0,0.2);
-moz-box-shadow:2px 2px 3px 0px rgba(0,0,0,0.2);
box-shadow:2px 2px 3px 0px rgba(0,0,0,0.2)}
.sv_wrap .sv:before {content:"";position:absolute;top:-6px;left:15px;width:0;height:0;border-style:solid;border-width:0 6px 6px 6px;border-color:transparent transparent #333 transparent}
.sv_wrap .sv a {display:inline-block; margin:0;padding:0 10px;line-height:30px;font-weight:normal;color:#bbb}
.sv_wrap .sv a:hover {background:#000;color:#fff}
.sv_member {color:#333;font-weight:bold}
.sv_on {display:block !important;position:absolute;top:23px;left:0px;width:auto;height:auto}
.sv_nojs .sv {display:block}

/* 페이징 */
.pg_wrap {clear:both;display:block;padding:10px 0;text-align:center}
.pg_wrap:after {display:block;visibility:hidden;clear:both;content:""} 
.pg {text-align:center}
.pg_page, .pg_current {display:inline-block;vertical-align:middle;background:#eee;border:1px solid #eee}
.pg a:focus, .pg a:hover {text-decoration:none}
.pg_page {color:#959595;font-size:1em;height:35px;line-height:35px;min-width:35px;text-decoration:none;border-radius:1px}
.pg_page:hover {background-color:#fafafa}
.pg_start {text-indent:-999px;overflow:hidden;background:url('../img/btn_first.gif') no-repeat 50% 50% #eee;padding:0;border:1px solid #eee}
.pg_prev {text-indent:-999px;overflow:hidden;background:url('../img/btn_prev.gif') no-repeat 50% 50% #eee;padding:0;border:1px solid #eee}
.pg_end {text-indent:-999px;overflow:hidden;background:url('../img/btn_end.gif') no-repeat 50% 50% #eee;padding:0;border:1px solid #eee}
.pg_next {text-indent:-999px;overflow:hidden;background:url('../img/btn_next.gif') no-repeat 50% 50% #eee;padding:0;border:1px solid #eee}
.pg_start:hover,.pg_prev:hover,.pg_end:hover,.pg_next:hover {background-color:#fafafa}

.pg_current {display:inline-block;background:#555;border:1px solid #555;color:#fff;font-weight:normal;height: 35px;line-height:35px;min-width:35px;}

.form-control { height: calc(1.5em + 1rem + 18px); }

div.state_form_area { text-align: center; }
div.state_form_area:after{ display: block; clear: both; content: ''; }
div.state_form_area > form {  }
div.state_form_area > form:after{ display: block; clear: both; content: ''; }
div.state_form_area > form > fieldset{  }
div.state_form_area > form > fieldset > p { margin-top: 5px; display: block; width: 100%; }
div.state_form_area > form > fieldset > p:first-child{ margin-top: 0px; margin-left: 0px; }

div.state_form_area > form > div { float: right; width: 250px; }
div.state_form_area > form > div > table{ width: 100%; margin-bottom: 15px; border-collapse: collapse; }
div.state_form_area > form > div > table > tbody > tr > th{ font-size: 14px; font-weight: normal; text-align: left; }
div.state_form_area > form > div > table > tbody > tr > th > span{ color: #E64B40; font-size: 14px; }
div.state_form_area > form > div > table > tbody > tr > td{ font-size: 14px; text-align: right; }
div.state_form_area > form > div > table > tbody > tr > td > span{ color: #E64B40; font-size: 14px; }
div.state_form_area > form > div > p{ margin-top: 2px; }
div.state_form_area > form > div > p > a{ display: block; float: left; margin-left: 2px; padding: 0px 10px; width: 124px; height: 40px; background-color: #E089AB; color: #777; font-size: 14px; line-height: 40px; }
div.state_form_area > form > div > p > a:first-child{ margin-left: 0px; }
div.state_form_area > form > div > p > a > i{ color: #F9E6ED; vertical-align: -1px; }
div.state_form_area > form > div > p:after{ display: block; clear: both; content: ''; }
div.state_form_area > div { float: right; width: 300px; height: 224px; border: 1px solid #DDD; }
div.state_form_area > div > h1{ margin-bottom: 12px; padding: 10px; background-color: #FFF; color: #777; font-size: 14px; font-weight: normal; }
div.state_form_area > div > h1:after{ display: block; clear: both; content: ''; }
div.state_form_area > div > h1 > a{ float: right; margin-top: 2px; font-size: 12px; }
div.state_form_area > div > h1 > a:hover{ color: #777; }
div.state_form_area > div > p{ margin: 15px; }
div.state_form_area > div > p:after{ display: block; clear: both; content: ''; }
div.state_form_area > div > p > a{ display: block; overflow: hidden; float: left; width: 160px; text-overflow: ellipsis; white-space: nowrap; font-size: 14px; line-height: 1.2; }
div.state_form_area > div > p > a:hover{  }
div.state_form_area > div > p > span{ display: block; float: right; color: #777; text-align: right; }

div.counters-row h3 { position: relative; z-index: 1; font-weight: normal; padding-bottom: 0px; color: #999; }
div.counters-row h3:after { content: ''; display: inline-block; clear: both; position: absolute; left: 50%; top: 35px; width: 50px; margin-left: -25px; height: 1px; background-color: #FFF; }
div.counters-row h3 { font-size: 13px; line-height: 1; height: 30px; }
div.counters-row h3::after { display: none; }
div.counters-row div.counter { font-size: 30px; font-weight: bold; font-family: Roboto,Sans-serif; letter-spacing: -.5px; color: rgba(0,0,0,0.87); }

div.promotion-row a { display: block; border: 1px solid rgba(0,0,0,0.1); box-shadow: 0 1px 6px 0 rgba(0,0,0,0.05); padding: 30px 10px; background-color: #FFF; }
div.promotion-row a span.text_area { display: block; }
div.promotion-row a span.text_area h2 { font-size: 22px; font-weight: bold; line-height: 1.2; color: #009688; letter-spacing: -2px; }
div.promotion-row a span.text_area.first h2 { color: #f2074c; }
div.promotion-row a span.text_area p { font-size: 17px; line-height: 1.2; color: #999; display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: 5px;
    letter-spacing: -1px; }

div.analytics_area {  }
div.analytics_area ul {  }
div.analytics_area ul li { margin-top: 50px; }
div.analytics_area ul li h3 { background-color: #EEE; font-weight: normal; color: rgba(0,0,0,0.87); font-size: 14px; margin-bottom: 0px; padding: 10px; border-radius: 8px 8px 0 0; }
div.analytics_area ul li canvas { display: block; width: 100%; box-sizing: border-box; border: 1px solid #EEE; border-radius: 0 0 8px 8px; padding: 0px 0; }

div.quick_menu { position: fixed; z-index: 10; left: 0; right: 0; bottom: 0; text-align: center; }
div.quick_menu ul { max-width: 480px; margin: 0 auto; background: #fff; -ms-box-shadow: 0 5px 10px 0 rgb(0 0 0 / 10%); -webkit-box-shadow: 0 5px 10px 0 rgb(0 0 0 / 10%); box-shadow: 0 5px 10px 0 rgb(0 0 0 / 10%); }
div.quick_menu ul:after{ display: block; clear: both; content: ''; }
div.quick_menu ul li { float: left; width: 20%; }
div.quick_menu ul li a { display: block; padding: 15px 0 17px; }
div.quick_menu ul li a i { font-size: 1.2rem; color: rgba(0,0,0,0.87); }
div.quick_menu ul li a i svg { color: rgba(0,0,0,0.87); width: 20px; height: 20px; }
div.quick_menu ul li a span.txt { display: none; font-size: 0; color: rgba(0,0,0,0.87); }

div.quick_view_menu { position: fixed; z-index: 98; left: 0; bottom: 5px; right: 0; background-color: transparent; text-align: center; -webkit-box-shadow: 1px 2px 5px rgba(191, 191, 191, 0.4); -moz-box-shadow: 1px 2px 5px rgba(191, 191, 191, 0.4); box-shadow: 1px 2px 5px rgba(191, 191, 191, 0.4); }
div.quick_view_menu ul { display: block; max-width: 480px; margin: 0 auto; }
div.quick_view_menu ul li { float: left; width: 50%; }
div.quick_view_menu ul li a { display: block; padding: 15px 0; margin: 0 2px; background-color: #555; border-radius: 3px; }
div.quick_view_menu ul li a i { font-size: 1.2rem; color: #FFF; }
div.quick_view_menu ul li a i svg { color: #FFF; width: 20px; height: 28px; }
div.quick_view_menu ul li a span.txt { display: inline-block; font-size: 1.2rem; color: #FFF;  }
div.quick_view_menu ul li.telephone { width: 50%; }
div.quick_view_menu ul li.telephone a { display: block; background-color: #f2074c; }
div.quick_view_menu ul li.telephone a span.txt { display: inline-block; font-size: 1.2rem; color: #FFF; margin-left: 5px; }

.container {
    padding-right: 10px;
    padding-left: 10px;
}

.row {
    margin-right: -10px;
    margin-left: -10px;
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
}

.card-body {
    padding: .5rem;
}

/* 갤러리 목록 */
div.card { position: relative; z-index: 1;  border-radius: 1px; border: 1px solid rgba(0,0,0,0.1); }
div.card a { position: relative; display: block; z-index: 1; }
div.card a .chk_box {position:absolute; top:0; right:0; padding:5px;z-index: 2; }
div.card a .thumb_area { position:relative; z-index: 1; overflow: hidden; background-color: #EEE; }
div.card a .thumb_area img { width:100%; height:auto; }
div.card a .thumb_area .gra_black_vertical { position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: 1; opacity: 0; padding: 0 24px; transition: opacity .2s; background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%); background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%); background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%);}
div.card a:hover .thumb_area {  }
div.card a:hover .thumb_area img {  }
div.card a .thumb_area.ad_thumb_area img { height: 440px; }
div.card a:hover .thumb_area .gra_black_vertical { opacity: 1; }
div.card a div.title_area { overflow: hidden; display: block; padding: 0px; margin-bottom: 10px; letter-spacing: -.5px; }
div.card a div.title_area div.title { font-weight: bold; margin-bottom: 10px; display: -webkit-box; overflow: hidden; text-overflow: ellipsis; -webkit-line-clamp: 2; -webkit-box-orient: vertical; box-sizing: border-box; }
div.card a div.title_area div.desc { display: -webkit-box; overflow: hidden; text-overflow: ellipsis; -webkit-line-clamp: 2; -webkit-box-orient: vertical; min-height: 30px; box-sizing: border-box; }
div.card a div.card-icon { min-height: 20px; }
div.card a div.card-icon .icon_benefit { display: inline-block; height: 20px; padding: 0 6px; -webkit-box-sizing: border-box; box-sizing: border-box; font-size: 11px; line-height: 20px; color: #999; letter-spacing: -.9px; }
div.card a div.card-icon .icon_benefit.hot { color: #FFF; background-color: #f2074c; }
div.card a div.card-icon .icon_benefit.new { color: #ffffff; background-color: #2dab9b; }
div.card a .price_area { display: block; font-size: 0.95rem; letter-spacing: .5px;  }
div.card a .price_area div.custom_price { display: inline-block; font-size: 15px; font-weight: bold; letter-spacing: .5px; color: #999; margin-right: 10px; }
div.card a .price_area strong { color: rgba(0,0,0,0.87); }
div.card a .review_area { background-color: #FFF; text-align: center; padding: 15px 0; border-top: 1px #EEE solid; }
div.card a .review_area .review_num { color: #f66; letter-spacing: 0; }
div.card a .review_area .review_percent { color: #999; letter-spacing: 0; }
div.card a .review_area .review_store { display: inline-block; font-size: 13px; color: #777; letter-spacing: -.5px; }
div.card a .review_area .review_store em { font-style: normal; }
div.card a .review_area .review_store+.review_store:before { display: inline-block; width: 1px; height: 2px; margin: 0 3px; background-color: #FFF; vertical-align: top; content: ''; vertical-align: middle; }
div.card div.card-body strong.price_store { color: #f2074c; }
div.card div.state { position:absolute; z-index: 2; top:0; left:0; display:inline-block; background: rgba(0, 0, 0, 0.5); text-align:center; text-transform:uppercase; font-size: 14px; line-height:1.4; color:#FFF; padding: 5px 10px; width: 35px; }
div.card img.thumb { width: 30%; height: 50%; }

div.sms-icon { display: none; position: absolute; z-index: 2; bottom: 0; left: 0; }
div.sms-icon a { display: inline-block; padding: 10px 15px; background-color: black; color: #FFF; }


.card-text { font-size: 12px; line-height: 1.6; }

.latest_store { width: 100%; }
.latest_store .lat_title { position:relative; z-index: 1; display:block; line-height: 1.2; font-size: 20px; font-weight: normal; color: rgba(0,0,0,0.87); letter-spacing: -1px; }
.latest_store .lat_title a { display:inline-block;position:relative; font-size: 17px; line-height: 1.2; }
.latest_store .lat_title span.promotion { display:inline-block; position: absolute; right: 0px; top: 50%; margin-top: -10px; font-size: 14px; font-weight: normal; line-height: 1.2; }
.latest_store .lt_more {position:absolute;top:11px;right:10px;display:block;width:25px;line-height:50px;color:#aaa;border-radius:3px;text-align:center;}
.latest_store .lt_more:hover {color:#777}
.latest_store .bo_none { display: none; }
.latest_store .bo_none a { display: inline-block; }

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet { margin: 0 2px; }
.swiper-pagination-bullet { width: 7px; height: 7px; }

.btn-group-sm>.btn, .btn-lg { padding: .15rem .5rem; font-size: 1.2rem; line-height: 1.5; border-radius: .1rem; }
.btn-group-sm>.btn, .btn-md { padding: .15rem .5rem; font-size: .95rem; line-height: 1.5; border-radius: .1rem; }
.btn-group-sm>.btn, .btn-sm { padding: .15rem .5rem; font-size: .75rem; line-height: 1.5; border-radius: .1rem; }

.btn-danger { background-color: #f2074c; border-color: #f2074c; }

.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; }
.embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

.dropdown-menu { padding: 0; margin: 0; border-radius: 1px; box-shadow: 0 7px 22px -5px rgba(47,56,68,0.2); line-height: 1.5; }
.dropdown-item { padding: .5rem 1.5rem; font-size: 14px; color: #777; }
.dropdown-item.active, .dropdown-item:active { background-color: #EEE; color: #f2074c; }

.toast_wrap { position: fixed; z-index: 1111; left: 2px; right: 2px; bottom: 70px; }
.toast { max-width: 100% !important; opacity: 1; display: none; color: #FFF; background-color: rgba(242,7,76,1); }
.toast .toast-header { font-size: 1.5rem; display: none; }
.toast .toast-body { font-size: 0.85rem; }
.toast .toast-body img { width: 100%; }

.modal-dialog { max-width: 480px; margin: 0 auto; }
.modal-content { border-radius: 0; }
.modal-title { font-size: 1.2rem; }
.modal-header { border: 0; }
.modal-body {  }
.modal-footer { border: 0; }
.modal-backdrop.show { opacity: .8; }

.drawer .modal-dialog { position:absolute; top:auto; right: 10px; left: 10px; bottom: 10px; }
.drawer .modal-dialog .modal-content { border-radius: 10px; }

.nav-tabs { border-bottom: 1px solid #DDD; }
.nav-tabs .nav-link { position: relative; border-top-left-radius: 0; border-top-right-radius: 0; border: 0; font-size: 1rem; color: #999; background-color: #FFF; }
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #333;
}
.nav-tabs .nav-item.show .nav-link:after, .nav-tabs .nav-link.active:after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 3px;
    bottom: -1px;
    left: 0;
    background-color: #f2074c;
}
.nav-tabs .nav-item { margin-bottom: 0; }

.bg-danger { background-color: #f2074c !important; }
 
.btn-outline-dark {
    color: #555;
    border-color: #ddd;
}
.btn-outline-dark:hover {
    color: #555;
    background-color: #FFF;
    border-color: #555;
}
.btn-outline-dark:not(:disabled):not(.disabled).active, 
.btn-outline-dark:not(:disabled):not(.disabled):active, 
.show>.btn-outline-dark.dropdown-toggle {
    color: #555;
    background-color: #FFF;
    border-color: #555;
}

.btn-outline-dark.focus, .btn-outline-dark:focus {
    box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 25%);
}

.btn-outline-primary:hover {
    color: #007bff;
    background-color: #FFF;
    border-color: #007bff;
}
.btn-outline-primary:not(:disabled):not(.disabled).active, 
.btn-outline-primary:not(:disabled):not(.disabled):active, 
.show>.btn-outline-primary.dropdown-toggle {
    color: #007bff;
    background-color: #FFF;
    border-color: #007bff;
}

.btn-outline-primary.focus, .btn-outline-primary:focus {
    box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 25%);
}

.btn-outline-info:hover {
    color: #17a2b8;
    background-color: #FFF;
    border-color: #17a2b8;
}
.btn-outline-info:not(:disabled):not(.disabled).active, 
.btn-outline-info:not(:disabled):not(.disabled):active, 
.show>.btn-outline-info.dropdown-toggle {
    color: #17a2b8;
    background-color: #FFF;
    border-color: #17a2b8;
}

.btn-outline-info.focus, .btn-outline-info:focus {
    box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 25%);
}

.btn-outline-secondary {
    color: #555;
    border-color: #555;
}

.btn-outline-secondary:hover {
    color: #555;
    background-color: #FFF;
    border-color: #555;
}
.btn-outline-secondary:not(:disabled):not(.disabled).active, 
.btn-outline-secondary:not(:disabled):not(.disabled):active, 
.show>.btn-outline-secondary.dropdown-toggle {
    color: #555;
    background-color: #FFF;
    border-color: #555;
}

.btn-outline-secondary.focus, .btn-outline-secondary:focus {
    box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 25%);
}

.btn-outline-light:hover {
    color: #212529;
    background-color: #FFF;
    border-color: #f8f9fa;
}
.btn-outline-light:not(:disabled):not(.disabled).active, 
.btn-outline-light:not(:disabled):not(.disabled):active, 
.show>.btn-outline-light.dropdown-toggle {
    color: #f8f9fa;
    background-color: #FFF;
    border-color: #f8f9fa;
}

.btn-outline-light.focus, .btn-outline-light:focus {
    box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 25%);
}

.btn-outline-warning:hover {
    color: #ffc107;
    background-color: #FFF;
    border-color: #ffc107;
}
.btn-outline-warning:not(:disabled):not(.disabled).active, 
.btn-outline-warning:not(:disabled):not(.disabled):active, 
.show>.btn-outline-warning.dropdown-toggle {
    color: #ffc107;
    background-color: #FFF;
    border-color: #ffc107;
}

.btn-outline-warning.focus, .btn-outline-warning:focus {
    box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 25%);
}

.btn-outline-danger:hover {
    color: #f2074c;
    background-color: #FFF;
    border-color: #f2074c;
}
.btn-outline-danger:not(:disabled):not(.disabled).active, 
.btn-outline-danger:not(:disabled):not(.disabled):active, 
.show>.btn-outline-danger.dropdown-toggle {
    color: #f2074c;
    background-color: #FFF;
    border-color: #f2074c;
}

.btn-outline-danger.focus, .btn-outline-danger:focus {
    box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 25%);
}

.btn-outline-success:hover {
    color: #28a745;
    background-color: #FFF;
    border-color: #28a745;
}
.btn-outline-success:not(:disabled):not(.disabled).active, 
.btn-outline-success:not(:disabled):not(.disabled):active, 
.show>.btn-outline-success.dropdown-toggle {
    color: #28a745;
    background-color: #FFF;
    border-color: #28a745;
}

.btn-outline-success.focus, .btn-outline-success:focus {
    box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 25%);
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #333;
    text-shadow: 0 0px 0 #fff;
    opacity: 1;
}

.close svg { width: 17px; }
.bnr-ad { position: relative; z-index: 1; min-height: 150px; background-image: url('/gn/data/banner/10'); background-repeat: no-repeat; background-size: cover; background-position: center; margin-bottom: 30px; text-align: center; color: #FFF; }
.bnr-ad:after {display:block;visibility:hidden;clear:both;content:""}
.bnr-ad h1 { display: block; padding: 50px 0; font-size: 1rem; }


div.coupang {  }
div.coupang iframe { width: 100% !important; }

.m-scroll-inner::-webkit-scrollbar { display: none; }

.m-scroll { overflow: hidden; }

.m-scroll-inner { overflow-x: auto; }

.container .container-header {
    display: flex;
    position: relative;
    align-items: center;
    margin-bottom: 15px;
}

.container .container-header .container-title {
    font-weight: 700;
    font-size: 20px;
    letter-spacing: 0;
    align-items: center;
    display: flex;
    letter-spacing: 0;
    min-width: 1px;
}

.container .container-header .utils {
    margin-left: auto;
    display: flex;
    align-items: center;
    padding-left: 10px;
}

.container .container-header .btn-all {
    font-size: 12px;
    display: block;
    display: flex;
    align-items: center;
    margin-left: 5px;
    color: #777;
    height: 22px;
}

.container .container-header .btn-all:after {
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgdmlld0JveD0iMCAwIDE2IDE2Ij4KICAgIDxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPHBhdGggZD0iTTAgMEgxNlYxNkgweiIvPgogICAgICAgIDxwYXRoIHN0cm9rZT0iIzY2NiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBzdHJva2Utd2lkdGg9IjEuMiIgZD0iTTYuNSA0LjNMMTAuMTczIDcuOTczIDYuNSAxMS42NDciLz4KICAgIDwvZz4KPC9zdmc+Cg==) 50% 50% no-repeat;
    background-size: cover;
    display: block;
    width: 16px;
    height: 16px;
    content: "";
    margin-left: 4px;
}

.left-center { left: 50%; transform: translateX: -50%; }
.top-center { top: 50%; transform: translateY: -50%; }
.z-index-1 { z-index: 1; }
.z-index-2 { z-index: 2; }


/* 오늘 본 상품 */
#todayd { position: fixed; z-index: 10; right: 0px; top: 125px; width: 90px; background: #FFF; }
#today { background:#FFF; }
#today div.today_list { position: relative; z-index: 1; }
#today div.today_list h5 { position: relative; z-index: 1; display: block; padding: 10px 20px; font-weight: normal; color: #888; }
#today div.today_list h5 a.today_del { position: absolute; z-index: 1; right: 20px; top: 8px; color: #888; } 
#today div.today_list h5 span.today_pg { margin:5px 0 0; }
#today div.today_list div.not {  }
#today div.today_list div.today_btn { display: flex; text-align:center; zoom:1; border: 1px solid #DDD; border-left: 0; border-right: 0; }
#today div.today_list div.today_btn:after { display:block;visibility:hidden;clear:both;content:"" }
#today div.today_list div.today_btn button { box-sizing: content-box; padding: 10px 0; width: 50%; border: 0; color: #333; font-size: 12px; line-height: 15px; text-align:center; background-color: #fff; }
#today div.today_list div.today_btn button.up{  }
#today div.today_list div.today_btn button.down{ }
#today div.today_list ul {  }
#today div.today_list.view ul { display: block; }
#today div.today_list.view div.today_btn { display: block; }
/*
#today:hover div.today_list ul { display: block; }
#today:hover div.today_list div.today_btn { display: block; }
*/
#today div.today_list ul li { }
#today div.today_list ul li.today_item { display: none; text-align:center; }
#today div.today_list ul li.today_item a { display: block; position: relative; z-index: 1; border-bottom: 1px solid #EEE; }
#today div.today_list ul li.today_item a div.box { border: 1px solid #FFF; background-color: #FFF; width: auto; display: flex; align-items: center; justify-content: space-between; }
#today div.today_list ul li.today_item a div.box span.img { position: relative; z-index: 1; display: block; width: 50px; height: 50px; overflow: hidden; }
#today div.today_list ul li.today_item a div.box span.img img { position: absolute; z-index: 1; left: 0; top: 0; width: 100%; height: 100%; object-fit: cover; border: 0; cursor: pointer; -webkit-transition: all 0.3s linear; -o-transition: all 0.3s linear; -ms-transition: all 0.3s linear; transition: all 0.3s linear; max-height: 100%; padding: 0px; }
#today div.today_list ul li.today_item a div.box span.subject { width: 200px; text-align: left; margin-left: 10px; }
#today div.today_list ul li.today_item a div.box span.subject strong { display: -webkit-box; margin-bottom: 5px; color: #333; font-size: 80%; font-weight: normal; line-height: 1.2; word-break:break-all; text-overflow: ellipsis; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
#today div.today_list ul li.today_item a div.box span.subject p { font-size: 80%; color: #777; }

/*
#today div.today_list ul li.today_item a div.box { border: 1px solid #FFF; background-color: #FFF; width: 80px; position: absolute; top: 0; right: 4px; display: flex; align-items: center; justify-content: space-between; transition: border 0.3s; padding: 5px; }
#today div.today_list ul li.today_item a div.box span.img { position: relative; z-index: 1; display: block; width: 68px; height: 68px; overflow: hidden; }
#today div.today_list ul li.today_item a div.box span.img img { position: absolute; z-index: 1; left: 0; top: 0; width: 100%; height: 100%; object-fit: cover; border: 0; cursor: pointer; -webkit-transition: all 0.3s linear; -o-transition: all 0.3s linear; -ms-transition: all 0.3s linear; transition: all 0.3s linear; max-height: 100%; padding: 0px; }
#today div.today_list ul li.today_item a div.box span.subject { display: none; width: 120px; text-align: left; margin-left: 10px; }
#today div.today_list ul li.today_item a div.box span.subject strong { display: -webkit-box; margin-bottom: 5px; color: #333; font-size: 90%; font-weight: normal; line-height: 1.2; word-break:break-all; text-overflow: ellipsis; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
#today div.today_list ul li.today_item a div.box span.subject p { font-size: 12px; color: #777; }
#today div.today_list ul li.today_item a:hover {  }
#today div.today_list ul li.today_item a:hover div.box { right: -1px; border: 1px solid #DDD; width: 200px; box-shadow: 0 .125rem .25rem rgba(0,0,0,.075); }
#today div.today_list ul li.today_item a:hover div.box span.subject { display: block; }
*/

.theme a .label {     display: block;
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    text-shadow: 0 0 2px rgb(0 0 0 / 60%);
    font-weight: 700;
    line-height: 14px;
    width: 90%;
    color: #fff;
    line-height: 18px; }

    .m-scroll-inner .row { flex-wrap: nowrap; margin-right: -55px; }
    hr {
        display: block;
        height: 10px;
        width: 100%;
        background-color: #EEE;
        margin-top: 1rem;
        margin-bottom: 1rem;
        border-top: 0;
    }