@charset "utf-8";

/*
input {
    font-family: 'Noto Sans KR', sans-serif;
    color: #1a1a1a;
}
*/

/* 팝업레이어 */
#hd_pop {
    z-index: 9999;
    position: fixed;
    margin: 0 auto;
    height: 0
}

#hd_pop h2 {
    position: absolute;
    font-size: 0;
    line-height: 0;
    overflow: hidden
}

.hd_pops {
    position: absolute;
    border: 1px solid #e9e9e9;
    background: #fff
}

.hd_pops img {
    max-width: 100%
}

.hd_pops_con {}

.hd_pops_footer {
    padding: 0;
    background: #000;
    color: #fff;
    text-align: left;
    position: relative
}

.hd_pops_footer:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: ""
}

.hd_pops_footer button {
    padding: 10px;
    border: 0;
    color: #fff
}

.hd_pops_footer .hd_pops_reject {
    background: #000;
    text-align: left
}

.hd_pops_footer .hd_pops_close {
    background: #393939;
    position: absolute;
    top: 0;
    right: 0
}


/* 화면낭독기 사용자용 */
#hd_login_msg {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 0;
    line-height: 0;
    overflow: hidden
}

.msg_sound_only,
.sound_only {
    display: inline-block !important;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    margin: 0 !important;
    padding: 0 !important;
    font-size: 0;
    line-height: 0;
    border: 0 !important;
    overflow: hidden !important
}

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

#skip_to_container a:focus,
#skip_to_container a:active {
    width: 100%;
    height: 75px;
    background: #21272e;
    color: #fff;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    line-height: 3.3em
}

/* ie6 이미지 너비 지정 */
.img_fix {
    width: 100%;
    height: auto
}

/* 캡챠 자동등록(입력)방지 기본 -pc */
#captcha {
    display: inline-block;
    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;
    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: 120px;
    height: 40px;
    border: 1px solid #ccc;
    background: #fff;
    font-size: 1.333em;
    font-weight: bold;
    text-align: center;
    border-radius: 3px;
    vertical-align: top;
    color: #000;
}

#captcha #captcha_info {
    display: block;
    margin: 5px 0 0;
    font-size: 0.95em;
    letter-spacing: -0.1em
}

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

#captcha.m_captcha #captcha_img {
    width: 160px;
    height: 60px;
    border: 1px solid #e9e9e9;
    margin-bottom: 3px;
    margin-top: 5px;
    display: block
}

#captcha.m_captcha #captcha_reload {
    position: static;
    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
}

#captcha.m_captcha #captcha_reload span {
    display: none
}

#captcha.m_captcha #captcha_key {
    margin: 0;
    padding: 0 5px;
    width: 115px;
    height: 29px;
    border: 1px solid #b8c9c2;
    background: #f7f7f7;
    font-size: 1.333em;
    font-weight: bold;
    text-align: center;
    line-height: 29px;
    margin-left: 3px
}

#captcha.m_captcha #captcha_info {
    display: block;
    margin: 5px 0 0;
    font-size: 0.95em;
    letter-spacing: -0.1em
}

#captcha.m_captcha #captcha_mp3 {
    width: 31px;
    height: 31px;
    background: url('../../../img/captcha2.png') no-repeat 0 0;
    vertical-align: top;
    overflow: hidden;
    cursor: pointer;
    text-indent: -9999px;
    border: none
}

/* 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;
    background: #fafafa;
    color: #000;
    text-decoration: none;
    line-height: 1.9em;
    vertical-align: middle;
    cursor: pointer
}

.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 #e9e9e9
}

.cke_sc_def dt {
    width: 20%;
    font-weight: bold
}

.cke_sc_def dd {
    width: 30%
}

/* 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
}

/* 버튼 */
a.btn,
.btn {
    line-height: 30px;
    height: 30px;
    padding: 0 10px;
    text-align: center;
    font-size: 14px;
    -webkit-transition: background-color 0.3s ease-out;
    -moz-transition: background-color 0.3s ease-out;
    -o-transition: background-color 0.3s ease-out;
    transition: background-color 0.3s ease-out
}

a.btn01 {
    display: inline-block;
    padding: 7px;
    border: 1px solid #ccc;
    background: #fafafa;
    color: #000;
    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 #eee;
    background: #fafafa;
    color: #212121;
    text-decoration: none
}

a.btn02 {
    display: inline-block;
    padding: 7px;
    border: 1px solid #eee;
    background: #eee;
    color: #212121;
    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 #f5f5f5;
    background: #f5f5f5;
    color: #212121;
    text-decoration: none
}

.btn_confirm {
    text-align: right
}

/* 서식단계 진행 */

.btn_submit {
    border: 0;
    background: #3a8afd;
    color: #fff;
    cursor: pointer;
    border-radius: 3px
}

.btn_close {
    border: 1px solid #e1e1e1;
    cursor: pointer;
    border-radius: 3px;
    background: #fff
}

a.btn_close {
    text-align: center;
    line-height: 50px
}

a.btn_cancel {
    display: inline-block;
    background: #969696;
    color: #fff;
    text-decoration: none;
    vertical-align: middle
}

button.btn_cancel {
    display: inline-block;
    background: #969696;
    color: #fff;
    text-decoration: none;
    vertical-align: middle
}

.btn_cancel:hover {
    background: #aaa
}

a.btn_frmline,
button.btn_frmline {
    display: inline-block;
    width: 128px;
    padding: 0 5px;
    height: 40px;
    border: 0;
    background: #434a54;
    border-radius: 3px;
    color: #fff;
    text-decoration: none;
    vertical-align: top
}

/* 우편번호검색버튼 등 */
a.btn_frmline {}

button.btn_frmline {
    font-size: 1em
}

/* 게시판용 버튼 */
a.btn_b01,
.btn_b01 {
    display: inline-block;
    border: 1px solid #bababa;
    color: #bababa;
    color: #000;
    text-decoration: none;
    vertical-align: middle;
    background: transparent
}

a.btn_b01.btn {
    color: #fff;
}

.btn_b01:hover,
.btn_b01:hover {
    color: #000
}

a.btn_b02,
.btn_b02 {
    display: inline-block;
    background: #253dbe;
    padding: 0 10px;
    color: #fff;
    text-decoration: none;
    vertical-align: middle
}

a.btn_b02:hover,
.btn_b02:hover {
    background: #0025eb
}

a.btn_b03,
.btn_b03 {
    display: inline-block;
    background: #fff;
    border: 1px solid #b9bdd3;
    color: #646982;
    text-decoration: none;
    vertical-align: middle
}

a.btn_b03:hover,
.btn_b03:hover {
    background: #ebedf6
}

a.btn_b04,
.btn_b04 {
    display: inline-block;
    background: #fff;
    border: 1px solid #ccc;
    color: #707070;
    text-decoration: none;
    vertical-align: middle
}

a.btn_b04:hover,
.btn_b04:hover {
    color: #333;
    background: #f9f9f9
}

a.btn_admin,
.btn_admin {
    display: inline-block;
    color: #d13f4a;
    text-decoration: none;
    vertical-align: middle
}

/* 관리자 전용 버튼 */
.btn_admin:hover,
a.btn_admin:hover {
    color: #ff3746
}


/* 기본테이블 */
.tbl_wrap table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0 5px;
    background: #fff;
    border-top: 1px solid #ececec;
    border-bottom: 1px solid #ececec
}

.tbl_wrap caption {
    padding: 10px 0;
    font-weight: bold;
    text-align: left
}

.tbl_head01 {
    margin: 0 0 10px
}

.tbl_head01 caption {
    padding: 0;
    font-size: 0;
    line-height: 0;
    overflow: hidden
}

.tbl_head01 thead th {
    padding: 20px 0;
    font-weight: normal;
    text-align: center;
    border-bottom: 1px solid #ececec;
    height: 40px
}

.tbl_head01 thead th input {
    vertical-align: top
}

/* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */
.tbl_head01 tfoot th,
.tbl_head01 tfoot td {
    padding: 10px 0;
    border-top: 1px solid #c1d1d5;
    border-bottom: 1px solid #c1d1d5;
    background: #d7e0e2;
    text-align: center
}

.tbl_head01 tbody th {
    padding: 8px 0;
    border-bottom: 1px solid #e8e8e8
}

.tbl_head01 td {
    color: #666;
    padding: 10px 5px;
    border-top: 1px solid #ecf0f1;
    border-bottom: 1px solid #ecf0f1;
    line-height: 1.4em;
    height: 60px;
    word-break: break-all
}

.tbl_head01 tbody tr:hover td {
    background: #fafafa
}

.tbl_head01 a:hover {
    text-decoration: underline
}

.tbl_head02 {
    margin: 0 0 10px
}

.tbl_head02 caption {
    padding: 0;
    font-size: 0;
    line-height: 0;
    overflow: hidden
}

.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,
.tbl_head02 tfoot td {
    padding: 10px 0;
    border-top: 1px solid #c1d1d5;
    border-bottom: 1px solid #c1d1d5;
    background: #d7e0e2;
    text-align: center
}

.tbl_head02 tbody th {
    padding: 5px 0;
    border-top: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
    background: #fff
}

.tbl_head02 td {
    padding: 5px 3px;
    border-top: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
    background: #fff;
    line-height: 1.4em;
    word-break: break-all
}

.tbl_head02 a {}

/* 폼 테이블 */
.tbl_frm01 {
    margin: 0 0 20px
}

.tbl_frm01 table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0
}

.tbl_frm01 th {
    width: 70px;
    padding: 7px 13px;
    border: 1px solid #e9e9e9;
    border-left: 0;
    background: #f5f8f9;
    text-align: left
}

.tbl_frm01 td {
    padding: 7px 10px;
    border-top: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
    background: transparent
}

.wr_content textarea,
.tbl_frm01 textarea,
.form_01 textarea,
.frm_input {
    border: 1px solid #d0d3db;
    background: #fff;
    color: #000;
    vertical-align: middle;
    border-radius: 3px;
    padding: 5px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

.tbl_frm01 textarea {
    padding: 2px 2px 3px
}

.frm_input {
    height: 40px
}

.full_input {
    width: 100%
}

.half_input {
    width: 49.5%
}

.twopart_input {
    width: 385px;
    margin-right: 10px
}

.tbl_frm01 textarea,
.write_div textarea {
    width: 100%;
    height: 100px
}

.tbl_frm01 a {
    text-decoration: none
}

.tbl_frm01 .frm_file {
    display: block;
    margin-bottom: 5px
}

.tbl_frm01 .frm_info {
    display: block;
    padding: 0 0 5px;
    line-height: 1.4em
}

/*기본 리스트*/
.list_01 ul {
    border-top: 1px solid #ececec
}

.list_01 li {
    border-bottom: 1px solid #ececec;
    background: #fff;
    padding: 10px 15px;
    list-style: none;
    position: relative
}

.list_01 li:nth-child(odd) {
    background: #f6f6f6
}

.list_01 li:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: ""
}

.list_01 li:hover {
    background: #f9f9f9
}

.list_01 li.empty_li {
    text-align: center;
    padding: 20px 0;
    color: #666
}

/*폼 리스트*/
.form_01 h2 {
    font-size: 1.167em
}

.form_01 li {
    margin-bottom: 10px
}

.form_01 ul:after,
.form_01 li:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: ""
}

.form_01 .left_input {
    float: left
}

.form_01 .margin_input {
    margin-right: 1%
}

.form_01 textarea {
    height: 100px;
    width: 100%
}

.form_01 .frm_label {
    display: inline-block;
    width: 130px
}

/* 자료 없는 목록 */
.empty_table {
    padding: 50px 0 !important;
    text-align: center
}

.empty_list {
    padding: 20px 0 !important;
    color: #666;
    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: 80px;
    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: 110px;
    text-align: center
}

.td_group {
    width: 80px;
    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: #ccc
}

.txt_rdy {
    color: #8abc2a
}

/* 새창 기본 스타일 */
.new_win {
    position: relative
}

.new_win .tbl_wrap {
    margin: 0 20px
}

.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 .win_ul {
    margin: 15px 0;
    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;*/
    font-weight: bold;
    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 .frm_info {
    font-size: 0.92em;
    color: #919191
}

.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 {
    margin: 20px 0;
    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 .btn_confirm:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: ""
}

.new_win .win_btn {
    text-align: center
}

.new_win .btn_close {
    height: 45px;
    width: 60px;
    overflow: hidden;
    cursor: pointer
}

.new_win .btn_submit {
    padding: 0 20px;
    height: 45px;
    font-weight: bold;
    font-size: 1.083em
}

/* 자바스크립트 alert 대안 */
#validation_check {
    margin: 100px auto;
    width: 500px
}

#validation_check h1 {
    margin-bottom: 20px;
    font-size: 1.3em
}

#validation_check p {
    margin-bottom: 20px;
    padding: 30px 20px;
    border: 1px solid #e9e9e9;
    background: #fff
}

/* 페이징 */
.pg_wrap {
    clear: both;
    display: inline-block;
}

.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: #fff;
    border: 1px solid #e1e1e1
}

.pg a:focus,
.pg a:hover {
    text-decoration: none
}

.pg_page {
    color: #959595 !important;
    height: 30px;
    line-height: 28px;
    padding: 0 5px;
    min-width: 40px;
    text-decoration: none;
}

.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 #e1e1e1
}

.pg_prev {
    text-indent: -999px;
    overflow: hidden;
    background: url('../img/btn_prev.gif') no-repeat 50% 50% #eee;
    padding: 0;
    border: 1px solid #e1e1e1
}

.pg_end {
    text-indent: -999px;
    overflow: hidden;
    background: url('../img/btn_end.gif') no-repeat 50% 50% #eee;
    padding: 0;
    border: 1px solid #e1e1e1
}

.pg_next {
    text-indent: -999px;
    overflow: hidden;
    background: url('../img/btn_next.gif') no-repeat 50% 50% #eee;
    padding: 0;
    border: 1px solid #e1e1e1
}

.pg_start:hover,
.pg_prev:hover,
.pg_end:hover,
.pg_next:hover {
    background-color: #fafafa
}

.pg_current {
    display: inline-block;
    background: #278fa4;
    border: 1px solid #278fa4;
    color: #fff;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    min-width: 40px;
    cursor: pointer;
}

/* cheditor 이슈 */
.cheditor-popup-window *,
.cheditor-popup-window :after,
.cheditor-popup-window :before {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

/* Mobile화면으로 */
#device_change {
    display: block;
    margin: 0.3em;
    padding: 0.5em 0;
    border: 1px solid #eee;
    border-radius: 2em;
    background: #fff;
    color: #000;
    font-size: 2em;
    text-decoration: none;
    text-align: center
}

#sit_opt_added {
    margin: 0;
    padding: 0;
    border-bottom: 0;
    background: #fff;
    list-style: none;
}

#sit_opt_added li {
    padding: 10px 0;
    border-bottom: 1px solid #cdcdcd;
    position: relative
}

#sit_opt_added li .opt_name {
    line-height: 18px;
    padding: 0 0 5px;
    width: 100%;
    text-align: left;
}

#sit_opt_added li .opt_name .sit_opt_subj {
    color: #000;
}

#sit_opt_added li .opt_count {
    width: 100%
}

#sit_opt_added li .opt_count:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: ""
}

#sit_opt_added button {
    float: left;
    width: 30px;
    height: 30px;
    border: 1px solid #cdcdcd;
    background: #fff;
    color: #666;
}

#sit_opt_added button:hover {
    color: #000
}

#sit_opt_added .num_input {
    float: left;
    border: 0;
    height: 30px;
    width: 40px;
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    text-align: center;
    border-radius: 0;
}

#sit_opt_added .num_input:focus {
    background: #f6d5d5;
    outline: 0
}

#sit_opt_added .sit_opt_del {
    border: 0;
    background: #d3d3d3;
    margin-left: 3px;
    background: url(../mobile/shop/img/icon-close-s.png) no-repeat 50% 50% #ed7c7c;
    ;
    text-indent: -999px;
    width: 30px;
    height: 30px;
    overflow: hidden;
}

#sit_opt_added .sit_opt_del:hover {
    color: #be334a
}

#sit_opt_added .sit_opt_prc {
    float: right;
    display: block;
    padding: 0 3px;
    text-align: right;
    line-height: 30px;
    color: #000;
}

#sit_opt_added .btn_frmline {
    height: 1.85em;
    line-height: 1.85em;
    background: url(../mobile/shop/img/icon-close-s.png) no-repeat 50% 50% #ed7c7c;
    ;
    text-indent: -999px;
    width: 30px;
    height: 30px;
    padding: 0
}

#sit_opt_added .btn_frmline:hover {
    background-color: #cd7070;
}

#sit_opt_added li div .sit_qty_plus {
    overflow: hidden;
    background: url(../mobile/shop/img/add.png) no-repeat 2px 2px #fff;
    text-indent: -999px;
    border: 0;
    width: 30px;
    height: 30px;
    border: 1px solid #e1e1e1;
}

#sit_opt_added li div .sit_qty_minus {
    overflow: hidden;
    background: url(../mobile/shop/img/add.png) no-repeat -24px 2px #fff;
    text-indent: -999px;
    border: 0;
    width: 30px;
    height: 30px;
    border: 1px solid #e1e1e1;
}

#sit_opt_added li div .sit_qty_minus:hover,
#sit_opt_added li div .sit_qty_plus:hover {
    background-color: #fcf5f5;
}

#sit_opt_added li div .frm_input {
    width: 34px;
    border: 0;
    height: 30px;
    padding: 0 !important;
    line-height: 30px;
    text-align: center;
    background: #faf4f4;
    float: left;
    border: 1px solid #e1e1e1;
}

#sit_tot_price {
    margin: 15px 0;
    ont-weight: bold;
    text-align: right;
    position: relative;
}

#sit_tot_price span {
    ;
    font-weight: normal;
}

select.it_option,
select.it_supply {
    width: 100%;
    height: 40px;
    line-height: 38px;
    font-size: 13px;
    color: #333;
    border: 1px solid #e1e1e1;
    background: url(../mobile/shop/img/select.png) no-repeat right #fff;
    text-indent: 10px;
    vertical-align: middle !important;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

select.it_option:hover,
select.it_supply:hover {
    background-color: #fafafa;
    color: #000;
}

select.it_option:focus,
select.it_supply:focus {
    background-color: #fafafa;
}

select.it_option option {
    background: #fafafa;
}


/* 장바구니 주문서 공통 */
#sod_chk {
    margin: 10px;
}

.sod_list {
    margin: 10px 0;
}

.sod_list .sod_li {
    margin: 10px 0;
    padding: 0px 0px;
    /* background: #222; */
}

.sod_list .li_name {
    padding: 5px 0;
    border-bottom: 1px solid #e1e1e1;
}

.sod_list .li_op_wr {
    position: relative;
    margin: 10px 0;
    padding-left: 90px;
    min-height: 80px
}

.sod_list .total_img {
    position: absolute;
    top: 0;
    left: 0
}

.sod_list .mod_options {
    padding: 0 7px;
    border: 1px solid #38b2b9;
    color: #38b2b9;
    background: #fff;
    height: 23px;
    line-height: 21px;
    margin: 5px 0 0;
}

.sod_list .li_prqty {
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    padding: 10px 0
}

.sod_list .li_prqty:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: ''
}

.sod_list .li_prqty_sp {
    float: left;
    width: 50%;
    display: block;
    line-height: 20px;
    padding: 0 7px;
    text-align: right;
}

.sod_list .li_prqty_sp span {
    float: left
}

.sod_list .prqty_sc,
.sod_list .prqty_price {
    border-right: 1px solid #e1e1e1;
}

.sod_list .total_price {
    border-bottom: 1px solid #e1e1e1;
    display: block;
    clear: both;
    margin: 10px 0;
    text-align: right;
    padding: 10px;
    line-height: 20px
}

.sod_list .total_price span {
    float: left
}

.sod_list .total_price strong {
    font-weight: normal
}

.sod_opt li {
    /*padding-left: 10px;background: url('../img/bullet.gif') no-repeat 3px 50%;margin: 3px 0;*/
    color: #777;
}


/* 장바구니 */
#mod_option_frm {
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    width: 100%;
    z-index: 99;
    border-radius: 0 0 3px 3px;
    -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.4);
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.4);
}

#mod_option_frm h2 {
    height: 45px;
    line-height: 45px;
    font-size: 16px;
    background: #333;
    color: #fff;
    padding: 0 15px
}

#mod_option_frm #sit_sel_option {
    margin: 15px
}

#mod_option_frm #sit_tot_price {
    margin: 15px
}

#mod_option_frm #sit_sel_option ul {
    ;
    background: #f3f3f3;
    border: 0
}

#mod_option_frm h3 {
    margin: 0 0 10px;
    color: #5772d5;
}

#mod_option_frm .option_wr {
    margin: 15px;
}

#mod_option_frm .option_wr label {
    margin: 0 0 5px;
    display: block
}

#mod_option_frm .option_wr select {
    width: 100%;
    height: 30px;
    border: 1px solid #d9d9d9;
    margin: 0 0 5px;
}

#mod_option_frm .btn_confirm {
    margin: 15px;
}

#mod_option_frm .btn_confirm .btn_submit {
    height: 40px;
    font-size: 16px;
    font-weight: bold;
    width: 100%;
}

#mod_option_frm .btn_confirm .btn_close {
    position: absolute;
    top: 0;
    right: 0;
    width: 45px;
    height: 45px;
    border: 0;
    background: none;
    color: #fff;
}

#sod_bsk .btn_del_wr {
    margin: 10px
}

#sod_bsk .sod_ta_wr {
    padding: 15px;
}

#sod_bsk .go_shopping {
    margin: 10px
}

#sod_bsk .go_shopping .btn01 {
    height: 45px;
    line-height: 43px;
    font-weight: bold;
    width: 100%;
    text-align: center
}

#m_sod_bsk_tot {
    border-radius: 5px;
    padding: 20px;
}

#m_sod_bsk_tot:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: ""
}

#m_sod_bsk_tot dt {
    float: left;
    width: 40%;
    padding: 5px 0;
    line-height: 20px;
    clear: both
}

#m_sod_bsk_tot dd {
    float: left;
    width: 60%;
    padding: 5px 0;
    text-align: right;
    line-height: 20px
}

#m_sod_bsk_tot .sod_bsk_cnt {
    border-top: 1px solid #e1e1e1;
    font-weight: bold;
    margin-top: 5px;
    line-height: 25px
}

#m_sod_bsk_tot .sod_bsk_cnt strong {
    color: #ff006c;
}

#sod_bsk_act .btn_submit {
    height: 45px;
    background: #dc1e1e;
    border: 1px solid #dc1e1e;
    font-weight: bold;
    width: 100%;
    margin: 10px 0;
    font-size: 16px
}

/*장바구니 주문서 공통*/
#sod_list .td_chk {
    border-left: 0;
}

#sod_list .td_prd {
    border-left: 0;
    position: relative;
    padding-left: 90px;
    min-height: 100px
}

#sod_list .td_prd .sod_img {
    position: absolute;
    left: 0
}

#sod_list .td_prd .sod_name {
    min-height: 80px
}

#sod_list .td_prd .prd_name {}

#sod_list .total_prc {
    color: #ff006c;
    font-weight: bold;
}

/* 쿠폰 */
#coupon div:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: ""
}

#coupon .cou_tit {
    font-weight: bold
}

#coupon .cou_pri {
    color: #00c4ac;
    font-weight: bold;
    float: right;
}

#coupon .cou_target {
    color: #666
}

#coupon .cou_date {
    float: right;
    color: #777;
    font-style: italic;
}

#sod_frm #display_pay_process {
    text-align: center
}

#sod_frm #display_pay_process span {
    display: block;
    margin: 5px 0 0
}

#sod_frm .btn_submit {
    width: 100%;
    height: 40px;
    font-weight: bold;
}

#sod_frm .btn01 {
    width: 100%;
    height: 40px;
    line-height: 38px;
    font-weight: bold;
    margin: 5px 0
}



#sod_frm_pay {
    position: relative;
    margin: 10px 0
}

#sod_frm #sod_frm_pay h2 {
    position: absolute;
    border: 0;
    font-size: 0;
    line-height: 0;
    content: ""
}

#sod_frm_pay .pay_tbl table {
    width: 100%;
    border-collapse: collapse
}

#sod_frm_pay .pay_tbl th {
    text-align: left;
    padding: 10px;
    width: 80px;
    border-bottom: 1px solid #e1e1e1;
    background: #fff;
    font-weight: bold;
    color: #777
}

#sod_frm_pay .pay_tbl td {
    text-align: right;
    padding: 10px;
    height: 30px;
    border-bottom: 1px solid #e1e1e1;
    background: #fff
}

#sod_frm_pay .pay_tbl td .cp_cancel {
    margin: 0 0 0 2px
}

#sod_frm_pay .pay_tbl td .btn_frmline {
    padding: 0 7px;
    border: 1px solid #38b2b9;
    color: #38b2b9;
    background: #fff;
    height: 23px;
    line-height: 21px;
    margin: 0;
}

#od_tot_price {}

#od_tot_price span {
    float: left;
    font-weight: bold
}

#od_tot_price strong {
    color: #ff006c
}

#sod_frm_pay_info {
    margin: 0 0 10px
}

#sod_frm_pay #sc_coupon_frm,
#sod_frm_pay #od_coupon_frm {
    z-index: 10000;
    position: absolute;
    top: 0;
    right: 0;
    width: 453px;
    height: auto !important;
    height: 500px;
    max-height: 500px;
    border: 1px solid #000;
    background: #fff;
    overflow-y: auto
}

#sod_frm_deli {
    position: relative;
    line-height: 2em
}

.od_coupon {
    position: absolute;
    left: 0;
    background: #fff;
    color: #333;
    width: 100%;
    max-width: 1510px;
    margin: 0 15px;
    z-index: 99;
    border-radius: 0 0 3px 3px;
    border: 1px solid #caa8a8;
    -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.4);
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.4);
}

.od_coupon h3 {
    height: 45px;
    line-height: 45px;
    font-size: 1.167em;
    padding: 0 15px;
    text-align: left
}

.od_coupon .tbl_head02 {
    margin: 0 15px 15px
}

.od_coupon .tbl_head02 .btn_frmline {
    background: #dc1e1e;
    color: #fff;
    border: 0;
    padding: 0 5px;
    line-height: 25px
}

.od_coupon .tbl_head02 td {
    text-align: left;
    background: #fff !important;
    border-right: 0
}

.od_coupon .tbl_head02 th {
    width: auto !important;
    border-left: 0
}

.od_coupon .tbl_head02 .td_mngsmall {
    width: 60px;
    text-align: center
}

.od_coupon .tbl_head02 .td_numbig {
    width: 80px;
    text-align: right
}

.od_coupon .btn_confirm {
    margin: 20px;
}

.od_coupon .btn_confirm .btn_submit {
    height: 40px;
    font-size: 1.167em;
    font-weight: bold;
    width: 100%;
}

.od_coupon .btn_confirm .btn_close {
    position: absolute;
    top: 0;
    right: 0;
    width: 45px;
    height: 45px;
    border: 0;
    background: none;
    color: #333;
    font-size: 1.25em
}

#sod_frm_pt_alert {
    margin: 10px 0;
    color: #328abd;
}

.sod_frm_point {
    padding: 10px 0;
    ;
    clear: both
}

.sod_frm_point div {
    background: #fff;
    border-bottom: 1px solid #e1e1e1;
    padding: 10px;
    text-align: right
}

.sod_frm_point div:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: ''
}

.sod_frm_point div label {
    float: left;
    line-height: 30px
}

.sod_frm_point div span {
    display: block;
}

.sod_frm_point div span:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: ''
}

.sod_frm_point .max_point_box em {
    font-style: normal !important
}

.sod_frm_point div strong {
    float: left;
    color: #666;
    font-weight: normal
}

.sod_frm_point #od_temp_point {
    height: 30px;
    border: 1px solid #ccc;
    text-align: right
}

#settle_bank {
    padding: 10px;
    clear: both
}

#settle_bank select {
    height: 30px;
    margin: 0 0 5px;
    width: 100%;
}

#settle_bank #od_deposit_name {
    margin-left: 10px;
    height: 30px;
    border: 1px solid #ccc;
    text-align: center;
}

#settle_bank label {
    float: left;
    line-height: 30px
}

#sod_frm_paysel {}

#sod_frm_paysel legend {
    position: absolute;
    font-size: 0;
    line-height: 0;
    overflow: hidden
}

#sod_frm_paysel .KPAY {
    background: url('../img/kpay.png') no-repeat 50% 50% #fff;
    overflow: hidden;
    text-indent: -999px
}

#sod_frm_paysel .PAYNOW {
    background: url('../img/paynow.png') no-repeat 50% 50% #fff;
    overflow: hidden;
    text-indent: -999px
}

#sod_frm_paysel .PAYCO {
    background: url('../img/payco.png') no-repeat 50% 50% #fff;
    overflow: hidden;
    text-indent: -999px
}

#sod_frm_paysel .inicis_lpay {
    background: url('../img/lpay_logo.png') no-repeat 1px;
    width: 46px;
    height: 15px;
    overflow: hidden;
    text-indent: -999px;
    display: inline-block;
}

#sod_frm_paysel .kakaopay_icon {
    background: url('../img/kakao.png') no-repeat 50% 50% #f4dc34;
    overflow: hidden;
    text-indent: -999px
}

#sod_frm_paysel .bank_icon {}

#sod_frm_paysel .vbank_icon {}

#sod_frm_paysel .iche_icon {}

#sod_frm_paysel .hp_icon {}

#sod_frm_paysel .card_icon {}


.odf_list .ad_default {
    display: inline-block;
    margin: 0
}

.odf_list .btn_addsch {
    position: absolute;
    top: 5px;
    right: 5px;
    border-radius: 3px;
    height: 30px;
}

.odf_list .add_num {
    position: relative;
    display: block;
}

.odf_list textarea {
    border: 1px solid #ccc;
    background: #fff;
    color: #000;
    vertical-align: middle;
    border-radius: 3px;
    padding: 5px;
    width: 100%;
    height: 70px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

.sub_pw_search_finish_box input[type="submit"],
.sub_pw_search_box input[type="submit"],
.sub_id_search_finish_box input[type="submit"],
.sub_id_search_box input[type="submit"],
.sub_login_box input[type="submit"] {
    display: block;
    width: 280px;
    height: 40px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    margin: 20px auto 0px;
    border: none;
    border-radius: 3px;
    cursor: pointer;
    background: #dc1e1e;
}


.address_change_btn {
    color: #000;
    font-size: 14px;
    margin: 10px;
    padding: 0 10px;
    border: 1px solid #e1e1e1;
    border-radius: 3px;
    background: none;

}

input[type="button"].btn_address {
    color: #000;
    font-size: 14px;
    margin: 10px;
    padding: 5px 10px;
    border: 1px solid #e1e1e1;
    border-radius: 3px;
    background: none;
    height: 40px;
    font-weight: 300;
}

input[type="button"].cp_cancel {
    color: #000;
    font-size: 14px;
    margin: 10px;
    padding: 5px 10px;
    border: 1px solid #e1e1e1;
    border-radius: 3px;
    background: none;
    height: 40px;
    font-weight: 300;
}


button.cp_cancel,
button.btn_address {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    padding: 5px 10px;
    border: 1px solid #278fa4;
    border-radius: 3px;
    cursor: pointer;
    background: #278fa4;
}


.product_buy_user_info_box>input[type="password"],
.product_buy_user_info_box>input[type="text"] {
    font-size: 16px;
    padding: 5px;
    border: 1px solid #e1e1e1;
    border-radius: 3px;
    margin: 2px 0;
}

.textarea {
    font-size: 16px;
    padding: 5px;
    border: 1px solid #e1e1e1;
    border-radius: 3px;
    margin: 2px 0;
}

.product_sub_catagory_wrap ul li {
    margin: 3px 0;
}

.my_page_search_box input[type="submit"] {
    display: block;
    width: 100%;
    font-size: 16px;
    text-align: center;
    padding: 10px 5px;
    margin-top: 30px;
    border-radius: 5px;
}

/*쿠폰존 리스트*/


.sub_coupon_list .coupon_btn {
    margin: 10px 0 0;
    text-align: center
}

.sub_coupon_list .coupon_btn .btn02 {
    font-size: 16px;
    width: 100%;
    height: 40px;
    padding: 0;
    font-weight: bold;
    background: #dc1e1e;
    border: 0
}

.sub_coupon_list .coupon_btn .btn02:hover {
    color: #fff
}

.sub_coupon_list .coupon_btn .disabled {
    background: #ddd;
    border: 1px;
    color: #fff;
    border-color: #ddd
}

.sub_coupon_list .coupon_btn .disabled:hover {
    background: #ddd;
    border: 1px;
    color: #fff;
    border-color: #ddd
}

.sub_coupon_list .no_coupon {
    padding: 100px 0;
    text-align: center;
    color: #999
}

.sub_qna_btn_box input[type="submit"] {
    padding: 10px 15px;
}

input[type="submit"] {
    color: #fff;
    font-weight: 500;
    vertical-align: middle;
    border: 1px solid #278fa4;
    border-radius: 3px;
    cursor: pointer;
    background: #278fa4;
    padding: 10px 15px;
}

input.check_btn[type="submit"] {
    color: #fff;
    font-weight: 600;
    vertical-align: middle;
    border: 1px solid #278fa4;
    border-radius: 3px;
    cursor: pointer;
    background: #278fa4;
    padding: 10px 15px;
}

input[type="submit"].btn_blue,
input[type="button"].btn_blue {
    margin: 20px 0;
    color: #fff;
    font-weight: 600;
    vertical-align: middle;
    border: 1px solid #464646;
    border-radius: 3px;
    cursor: pointer;
    background: #464646;
}

input[type="submit"].btn_white,
input[type="button"].btn_white {
    margin: 20px 0;
    color: #212121;
    font-weight: 600;
    vertical-align: middle;
    border: 1px solid #B2B2B2;
    border-radius: 3px;
    cursor: pointer;
    background: none;
}



.sub_qna_btn_box input[type="button"] {
    color: #333;
    margin: 0px 5px;
    padding: 10px 15px;
    border: 1px solid #e1e1e1;
    background: #fafafa;
}

.product_qna_modify_btn_box input[type="button"] {
    margin: 0px 5px;
    padding: 10px 15px;
}


.wishlist_btn_box input[type="submit"].delbtn {
    color: #333;
    padding: 10px;
    border: 1px solid #e1e1e1;
    background: #f3f3f3;
}


.table_search_box {
    text-align: center;
    margin: 30px auto 0px;
}

.table_search_box select {
    height: 30px;
    font-weight: 400;
    padding-left: 5px;
    border: 1px solid #e1e1e1;

}

.table_search_box input[type="text"] {
    width: 200px;
    height: 30px;
    color: #333;
    padding: 4px;
    border: 1px solid #e1e1e1;
}

.table_search_box input[type="submit"] {
    height: 30px;
    color: #fff;
    font-weight: 400;
    cursor: pointer;
    border: none;
    border-radius: 3px;
    background: #dc1e1e;
    padding: 5px 10px;
}

/* admin_file_box */

.admin_file_box2,
.admin_file_box {
    position: relative;
    width: 450px;
    text-align: left;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-top: 20px;
    border-radius: 3px;
    border: 1px solid #e1e1e1;
    overflow: hidden;
    background: #fff;
}

.admin_file_box2 input,
.admin_file_box input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 10;
    cursor: pointer;
}

.admin_file_box2>.button,
.admin_file_box>.button {
    height: 35px;
    color: #fff;
    font-weight: 400;
    line-height: 33px;
    padding: 10px;
    background: #dc1e1e;
}

.admin_file_box2:hover>.button,
.admin_file_box:hover>.button {
    color: #fff;
    background: #0074cc;
}

.admin_file_box2>.label,
.admin_file_box>.label {
    width: 320px;
    color: #666;
    font-size: 14px;
    font-weight: 300;
    line-height: 35px;
    vertical-align: middle;
    white-space: nowrap;
    padding: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.admin_file_box2 .chosen>.label,
.admin_file_box .chosen>.label {
    opacity: 1;
}

.write_btn_box input.write_btn {
    float: right;
    width: 100px;
    height: 40px;
    color: #fff;
    font-weight: 400;
    padding: 5px 10px;
    border: 1px solid #dc1e1e;
    border-radius: 5px;
    cursor: pointer;
    background: #dc1e1e;
}

.sub_faq_search_box input[type="submit"] {
    margin-left: 5px;
    padding: 6px 10px;
}


.product_get_user_address_edit_box input[type="submit"].address_list_edit_btn,
.product_get_user_address_add_box input[type="submit"].address_list_add_btn {
    width: 100%;
    font-size: 16px;
    margin-top: 15px;
    padding: 10px 5px;
}

.main_search_wrap .logo_box a {
    overflow: hidden;
    white-space: nowrap;
    /*text-overflow: ellipsis;*/
}

/*이벤트*/
#sev_hhtml,
#sev_thtml {
    padding: 20px 0
}

#sev_hhtml img,
#sev_thtml img {
    /*width:100%*/
}

.index_list_wrap {
    margin-top: 40px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    justify-content: space-around;
    flex-wrap: nowrap;
}

.btn_more_item {
    height: 35px;
    width: 100px;
    border: 1px solid #ddd;
    font-size: 1em;
    color: #282828;
    line-height: 35px;
    background: none;
}


.category_list>li>a:focus,
.category_list>li>a:hover {
    color: #dc1e1e;
    font-weight: bold
}

@media (max-width:992px) {

    input[type="password"],
    input[type="text"],
    select,
    textarea {
        font-size: 14px;
    }

    input[type="button"],
    input[type="submit"] {
        font-size: 12px;
    }

    #sod_bsk_act .btn_submit {
        font-size: 13px;
    }
}