@charset "utf-8";
/* SIR 지운아빠 */

/* ==========================================================================
   CSS RESET
   ========================================================================== */
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard.min.css");

* {
    box-sizing: border-box;
    font-family:'Pretendard', 'Anton', 'Montserrat', 'Noto Serif', -apple-system, BlinkMacSystemFont, system-ui, Roboto, 'Helvetica Neue', 'Segoe UI', 'Apple SD Gothic Neo', 'Noto Sans KR', 'Malgun Gothic', sans-serif;
}
*:before,
*:after{
    box-sizing: border-box;
}
html {

}
/* Correct `block` display not defined in IE 8/9. */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
    margin: 0;
    padding: 0;
}
/* elements */
body {
    margin: 0;
    padding: 0;
    min-width: 320px;
    font-size: 13px;
    color: #191919;
    line-height: 1.42857;
    -webkit-text-size-adjust: none;
    -ms-interpolation-mode: bicubic;
    font-family:'Pretendard','Anton', 'Montserrat', 'Noto Serif', -apple-system, BlinkMacSystemFont, system-ui, Roboto, 'Helvetica Neue', 'Segoe UI', 'Apple SD Gothic Neo', 'Noto Sans KR', 'Malgun Gothic', sans-serif;
    width: 100%;
    font-weight: 400;
    letter-spacing:-0.4px;
    top: 0;
    left: 0;
}
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
div,
li,
dt,
dd,
input,
textarea,
button {
    font-family:'Pretendard', 'Anton', 'Montserrat', 'Noto Serif', -apple-system, BlinkMacSystemFont, system-ui, Roboto, 'Helvetica Neue', 'Segoe UI', 'Apple SD Gothic Neo', 'Noto Sans KR', 'Malgun Gothic', sans-serif;
    margin: 0;
    padding: 0;
    color:#191919;
}
img,
video,
audio,
object,
embed,
iframe {
    max-width: 100%;
    border:0;
}
img {
    border: 0 none;
    line-height: 0;
    -ms-interpolation-mode: bicubic;
    -webkit-image-rendering: optimizeQuality;
}
ul,
ol,
dl {
    list-style: none;
    margin: 0;
    padding: 0;
}
form {
    margin: 0;
}
table {
    width:100%;
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: fixed;
}
th,
td {
    padding: 0;
}
a {
    color:#333;
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    text-decoration: none;
    line-height: inherit;
}
input[type="text"],
input[type="password"],
input[type="reset"],
input[type="submit"],
input[type="tel"],
input[type="number"],
input[type="email"]{
    font-size: 13px;
    background: none;
    border-radius: 0px;
    border: none;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
}
input[type="text"]:disabled,
input[type="password"]:disabled,
input[type="reset"]:disabled,
input[type="submit"]:disabled,
input[type="tel"]:disabled,
input[type="number"]:disabled,
input[type="email"]:disabled{
    background:#f0f0f0;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
input[type="date"]:focus,
textarea:focus,
select:focus{
    outline:0;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type="number"] {
    -moz-appearance: textfield !important;
}
i {
    font-style: normal;
    display: inline-block;
}
textarea {
    overflow-y: auto;
}
fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}
select{
    border:none;
    border-radius:0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(/img/icon/ico_select.svg) no-repeat;
    background-position:96% 50%;
}
select::-ms-expand {
    display: none;
}
select option:checked {
    color:#191919;
}
em{font-style: normal;}
button{border:none;padding:0;margin:0;cursor:pointer;background:transparent;}
button:focus{outline: 0;}
br{font-family:dotum;}
address{font-style: normal;}
s{text-decoration: line-through;}
::-webkit-scrollbar {width:8px;height:3px;background-color:rgba(137, 115, 88, 0.1);border-radius: 10px;}
::-webkit-scrollbar-thumb {background-color:rgba(255, 255, 255, 0.9);}
legend, caption {
    font-size: 0;
    width: 0;
    height: 0;
    line-height: 0;
    overflow: hidden;
    text-indent: -9999px;
}

html{font-size:100px;overscroll-behavior: none;}
body{overflow: inherit;}
body.on{overflow: hidden;}
.layout{position:relative;margin:0 auto;width:100%;max-width:1064px;}
#wrap{height: 100%;}
.nodata{width:100% !important;padding:200px 0;text-align: center;border-radius: 5px;background-color: #181818 !important; font-size: 17px;font-weight: 300;text-align: center;color: #fff;}
.nodata span{display: block;font-size:16px;margin-top:5px;}
.overlay{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,0.1);z-index: 100;cursor: pointer;}

@keyframes animloader {
    0% {
        height: 100%;
    }
    100% {
        height: 0%;
    }
}

@keyframes dropHeader {
    0% {
        top: -5rem;
    }
    100% {
        top: 0;
    }
}





/* dl style */
.dl-type1{}
.dl-type1 dt{position:relative;clear:left;float:left;}
.dl-type1 dd{width:100%;position: relative;}
.dl-type1 dd:after {content: "";display: table;clear: both;}

/* text align */
.txt-left{text-align: left !important}
.txt-center{text-align: center!important}
.txt-right{text-align: right !important}

/* s::loading */
.spinner-wrap{display:none;position: fixed;top:0;left:0;width:100%;height:100%;background: rgba(255,255,255,0.8);z-index: 999999;}
.spinner-wrap .loading-box{position: absolute;top:50%;left:50%;transform: translate(-50%, -50%);display: flex;flex-direction: column;align-items: center;justify-content: center;gap:5px;}
.spinner-wrap .loading-box i{display: inline-block;}
.loader {font-size: 24px;font-weight: bold;display: inline-block;color: #48a0e8;letter-spacing: 2px;position: relative;box-sizing: border-box;}
.loader::after {content: 'Loading';position: absolute;left: 0;top: 0;color: #f8f8f8f8;width: 100%;height: 100%;overflow: hidden;box-sizing: border-box;animation: animloader 3s linear infinite;}



.filebox{position:relative;display:flex;gap:13px;align-items: flex-end;padding-top:9px;height:100%;justify-content: center;overflow: hidden;}
.filebox input[type="file"] {position: absolute;width: 1px;height: 1px;padding: 0;margin: -1px;overflow: hidden;clip:rect(0,0,0,0);border: 0;}
.filebox label {position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);display:flex;align-items:center;justify-content:center;width:92px;height:26px;border-radius: 5px;background-color: #101733;font-size: 12px;font-weight: bold;color:#fff;cursor: pointer;line-height: 26px;}
.filebox .upload-name{font-size: 16px;font-weight: normal;letter-spacing: -0.16px;border:0;background: transparent}
.filebox #output{max-height: 228px;}


.filebox2{position:relative;}
.filebox2 input[type="file"]{position: absolute;width: 1px;height: 1px;padding: 0;margin: -1px;overflow: hidden;clip:rect(0,0,0,0);border: 0;}
.filebox2 label {display: inline-block;line-height: 26px;padding: 0 12px;border-radius: 5px;background: #101733;font-size: 12px;font-weight: bold;text-align: center;color: #fff;cursor: pointer;}
.filebox2 .upload-name{font-size: 16px;font-weight: normal;letter-spacing: -0.16px;border:0;background: transparent}




/* checkbox style */
.checkbox-type1{position:relative;display:inline-block;font-size:0;}
.checkbox-type1 input[type="checkbox"]{position:absolute;opacity:0;}
.checkbox-type1 label{position:relative;padding-left:25px;display:flex;font-size: 14px;font-weight: normal;letter-spacing: -0.6px;color: #000;cursor:pointer;transition: all 0.3s;}
.checkbox-type1 label:before{content: "";position:absolute;left:0;display: block;width:18px;height:18px;border:1px solid #dadada;transition: all 0.3s;}
.checkbox-type1 label:after{content: "";display: block;position: absolute;top: 1px;left: 5px;width: 6px;height: 12px;border-right: 1px solid #fff;border-bottom: 1px solid #fff;transform: rotate(45deg); transition: all 0.3s;opacity: 0;}
.checkbox-type1 input[type="checkbox"]:checked + label:before{border-color:#48a0e8;background: #48a0e8;}
.checkbox-type1 input[type="checkbox"]:checked + label:after{opacity: 1;}




/* radio style */
.radio-type1{position:relative;display: block;}
.radio-type1 input[type="radio"]{position:absolute;opacity:0;}
.radio-type1 label{position:relative;padding-left:25px;display:flex;font-size: 14px;font-weight: normal;letter-spacing: -0.6px;color: #000;cursor:pointer;transition: all 0.3s;}
.radio-type1 label:before{content: "";position:absolute;left:0;display: block;width:18px;height:18px;border-radius: 100%;border:1px solid #dadada;}
.radio-type1 label:after{content: "";position:absolute;top:5px;left:5px;width:8px;height:8px;background: #48a0e8;border-radius: 100%;opacity: 0;transition: all 0.3s;}
.radio-type1 input[type="radio"]:checked + label:before{border-color:#48a0e8;}
.radio-type1 input[type="radio"]:checked + label:after{opacity: 1;}


.error{background:#f8fafb;min-height: calc(100vh - 763px);display: flex;align-items: center;}
.error .box{width:100%;background: url(/img/404.svg) top center no-repeat;background-size: contain;padding:39px 0;display: flex;align-items: center;justify-content:center;text-align: center;flex-direction: column;}
.error .box h2{font-size: 34px;font-weight: bold;text-align: center;color: #222;}
.error .box p{margin-top:24px; font-size: 18px;font-weight: normal;line-height: 1.44;text-align: center;color: #515151;}
.error .box a{display: flex;align-items: center;justify-content: center;margin-top:40px;width:280px;height:52px; border-radius: 4px;border: solid 1px #dadada;background-color: #fff; font-size: 16px;font-weight: bold;color: #515151;}



/* 팝업레이어 */
#hd_pop {z-index:1000;position:relative;margin:0 auto;}
#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_con {}
.hd_pops_footer {padding:10px 0;background:#000;color:#fff;text-align:right}
.hd_pops_footer button {margin-right:5px;padding:5px 10px;border:0;background:#393939;color:#fff}

/* 상단 레이아웃 */
#hd {}
#hd_h1 {position:absolute;font-size:0;line-height:0;overflow:hidden}

#hd_qnb {border-bottom:1px solid #e9e9e9;background:#f2f5f9;zoom:1}
#hd_qnb:after {display:block;visibility:hidden;clear:both;content:""}
#hd_qnb h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#hd_qnb div {text-align:center;letter-spacing:-4px}
#hd_qnb a {letter-spacing:0}

#hd_wrapper {position:relative;margin:0 auto;padding:26px 0;width:1000px;zoom:1}
#hd_wrapper:after {display:block;visibility:hidden;clear:both;content:""}

#logo {float:left;padding:5px 0 0}

#hd_sch {float:left;margin:0 0 0 20px;border:1px solid #c3c6ca}
#hd_sch h3 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#hd_sch #sch_str {padding-left:5px;width:110px;height:24px;border:0;background:#fff;line-height:1.9em !important;line-height:1.6em}
#hd_sch #sch_submit {padding:0 5px;height:26px;border:0;background:#e2e6eb;color:#333;cursor:pointer}

#tnb {float:right}
#tnb h3 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#tnb ul {zoom:1}
#tnb ul:after {display:block;visibility:hidden;clear:both;content:""}
#tnb li {float:left}
#tnb a {display:inline-block;padding:0 10px;height:28px;color:#333;letter-spacing:-0.1em;line-height:2.4em}
#tnb a:focus, #tnb a:hover {text-decoration:none}

/* 중간 레이아웃 */
#wrapper {z-index:5;margin:30px auto;width:1000px;zoom:1}
#wrapper:after {display:block;visibility:hidden;clear:both;content:""}
#wrapper_title {margin-bottom:20px;font-size:1.2em;font-weight:bold}

/* aside wrapper */
#aside {float:left;margin:0 10px 0 0;width:150px}

#container {position:relative;float:left;width:740px;min-height:500px;height:auto !important;height:500px;background:#fff;zoom:1}
#container:after {display:block;visibility:hidden;clear:both;content:""}

/* 텍스트 크기 조절 */
#text_size {display:none;position:absolute;top:-31px;left:-1px}
#text_size button {padding:0 10px;height:30px;border:1px solid #cfded8;border-bottom:0;background:#000;color:#fff;cursor:pointer}

/* 화면낭독기 사용자용 */
#hd_login_msg {position:absolute;top:0;left:0;width:1px;height:1px;overflow:hidden}
.msg_sound_only, .sound_only {display:inline-block !important;position:absolute;top:0;left: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-size:2em;font-weight:bold;text-align:center;text-decoration:none;line-height:3.3em}

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

/* 캡챠 자동등록(입력)방지 기본 */
#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 {width:100px;height:41px;border:1px solid #e9e9e9}
#captcha #captcha_mp3 {position:absolute;top:0;left:101px;;margin:0;padding:0;width:23px;height:22px;border:0;background:transparent;vertical-align:middle;overflow:hidden;cursor:pointer}
#captcha #captcha_mp3 span {position:absolute;top:0;left:0;width:23px;height:22px;background:url('../../../plugin/kcaptcha/img/sound.gif')}
#captcha #captcha_reload {position:absolute;top:21px;left:101px;margin:0;padding:0;width:23px;height:22px;border:0;background:transparent;vertical-align:middle;overflow:hidden;cursor:pointer}
#captcha #captcha_reload span {position:absolute;top:0;left:0;width:23px;height:22px;background:url('../../../plugin/kcaptcha/img/reload.gif')}
#captcha #captcha_key {margin:0 0 0 25px;padding:0 5px;width:70px;height:41px;border:1px solid #b8c9c2;background:#f7f7f7;font-size:1.333em;font-weight:bold;text-align:center;line-height:2.8em}
#captcha #captcha_info {display:block;margin:5px 0 0;font-size:0.95em;letter-spacing:-0.1em}

/* ckeditor 단축키 */
.cke_sc {margin:0 0 5px;text-align:right}
.btn_cke_sc{display:inline-block;padding:0 10px;height:23px;border:1px solid #ccc !important;background:#fafafa !important;color:#000 !important;text-decoration:none !important;line-height:1.9em;vertical-align:middle}
.cke_sc_def {margin:0 0 5px;padding:10px;border:1px solid #ccc;background:#f2f5f9;text-align:center}
.cke_sc_def dl {margin:0 0 5px;text-align:left;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%}

/* Mobile화면으로 */
#mobile_cng {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}

/* 목록 바로가기 */
.sanchor {margin:0 0 10px;padding:0;zoom:1}
.sanchor:after {display:block;visibility:hidden;clear:both;content:""}
.sanchor li {float:left;margin-left:-1px;list-style:none}
.sanchor a {display:inline-block;border:1px solid #e9e9e9;background:#f2f5f9;padding:0 7px;height:30px;text-decoration:none;line-height:2.6em}
.sanchor a:focus, .sanchor a:hover {background:#626870;color:#fff;text-decoration:none}
.sanchor a.sanchor_on {background:#626870;color:#fff !important;text-decoration:none}

/* 콘텐츠별 스타일 */
.cnt_cmt {display:inline-block;margin:0 0 0 3px;font-weight:bold}

/* 버튼 */
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 #ccc;background:#fafafa;color:#000;text-decoration:none}
a.btn02 {display:inline-block;padding:7px;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 {padding: 8px;border: 0;color: #fff;letter-spacing: -0.1em;cursor: pointer;background: #009ddf !important;display: inline-block;vertical-align: middle;height: 40px;}
fieldset .btn_submit {padding:0 7px;height:24px;line-height:1em}

a.btn_cancel {display: inline-block;padding: 0 10px;border: 1px solid #ccc;background: #fafafa;color: #000;text-decoration: none;vertical-align: middle;line-height: 38px;}
button.btn_cancel {display:inline-block;padding:7px;border:1px solid #ccc;background:#fafafa;color:#000;vertical-align:top;text-decoration:none}

a.btn_frmline, button.btn_frmline {display: flex;align-items: center;justify-content: center;border-radius: 4px;background-color: #48a0e8;height: 40px;font-size: 14px;font-weight: bold;color: #fff;padding: 0 24px;} /* 우편번호검색버튼 등 */
a.btn_frmline {line-height:24px}
button.btn_frmline {font-size:1em}

/* 게시판용 버튼 */
a.btn_b01 {display:inline-block;padding:7px;border:1px solid #d9ded9;background:#f2f5f9;color:#000;text-decoration:none;vertical-align:middle}
a.btn_b01:focus, .btn_b01:hover {text-decoration:none}
a.btn_b02 {display:inline-block;padding:7px 7px;border:1px solid #3b3c3f;background:#4b545e;color:#fff;text-decoration:none;vertical-align:middle}
a.btn_b02:focus, .btn_b02:hover {text-decoration:none}
a.btn_admin {display:inline-block;padding:7px;border:1px solid #e8180c;background:#e8180c;color:#fff;text-decoration:none;vertical-align:middle} /* 관리자 전용 버튼 */
a.btn_admin:focus, a.btn_admin:hover {text-decoration:none}

/* 선택수정 버튼 */
.btn_list {margin:0 auto;width:93%}
.btn_list input, .btn_list button {background: none repeat scroll 0 0 #617D46;border: 0 none;color: #FFFFFF;height: 28px;line-height: 2.2em;padding: 0 15px;vertical-align: middle}

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



.tbl_head01 {margin:0 0 10px}
.tbl_head01 .thead{border-top:1px solid #000;}
.tbl_head01 .thead li{display: flex;border-bottom: 1px solid #eee;}
.tbl_head01 .thead li .col{padding:10px 5px;text-align: center;font-size:16px;font-weight: bold;}
.tbl_head01 .thead li .col1{width:23%;}
.tbl_head01 .thead li .col2{width:28%;}
.tbl_head01 .thead li .col3{width:10%;}
.tbl_head01 .thead li .col4{width:17%;}
.tbl_head01 .thead li .col5{width:17%;}
.tbl_head01 .thead li .col6{width:17%;}
.tbl_head01 .thead li .col7{width:13%;}

.tbl_head01 .tbody{border-top: 1px solid #eee;}
.tbl_head01 .tbody li{display: flex;border-bottom: 1px solid #eee;}
.tbl_head01 .tbody li .col{padding:10px 5px;text-align: center;font-size:14px;color:#515151;}
.tbl_head01 .tbody li .col1{width:23%;}
.tbl_head01 .tbody li .col2{width:28%;}
.tbl_head01 .tbody li .col3{width:10%;}
.tbl_head01 .tbody li .col4{width:17%;}
.tbl_head01 .tbody li .col5{width:17%;}
.tbl_head01 .tbody li .col6{width:17%;}
.tbl_head01 .tbody li .col7{width:13%;}



.tbl_head01 caption {padding:0;font-size:0;line-height:0;overflow:hidden}
.tbl_head01 thead th {padding:12px 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_head01 thead a {color:#383838}
.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-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9}
.tbl_head01 td {padding:8px 5px;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;line-height:1.5em;word-break:break-all}
.tbl_head01 a {}

.tbl_head02 {margin:0 0 10px}
.tbl_head02 .item-list{border-top: 1px solid #2c2c2c;border-bottom: 1px solid #2c2c2c;}
.tbl_head02 .item-list .thead{}
.tbl_head02 .item-list .thead li{display: flex;}
.tbl_head02 .item-list .thead li .col{padding: 20px 5px;text-align: center;background-color: #f7f7f7;display: inline-block;font-size: 16px;font-weight: bold;color: #222;flex: auto;}
.tbl_head02 .item-list .thead li .col1{width:100px;}
.tbl_head02 .item-list .thead li .col2{width:350px;}
.tbl_head02 .item-list .thead li .col3{width:80px;}
.tbl_head02 .item-list .thead li .col4{width:120px;}
.tbl_head02 .item-list .thead li .col5{width:120px;}
.tbl_head02 .item-list .thead li .col6{width:120px;}
.tbl_head02 .item-list .thead li .col7{width:120px;}
.tbl_head02 .item-list .tbody li{display: flex;align-items: center;}
.tbl_head02 .item-list .tbody li .col{padding: 20px 5px;flex: auto;display: inline-block;font-size: 16px;font-weight: 500;color: #222;text-align: center;}
.tbl_head02 .item-list .tbody li .col a{display: block;text-align: left;}
.tbl_head02 .item-list .tbody li .col .option-txt{margin: 5px 0;padding:3px;border: 1px solid #e9e9e9;border-bottom: 0;background: #f2f5f9;text-align: left;}
.tbl_head02 .item-list .tbody li .col .date{margin-top:5px;text-align: left;}
.tbl_head02 .item-list .tbody li .col1{width:100px;}
.tbl_head02 .item-list .tbody li .col2{width:350px;}
.tbl_head02 .item-list .tbody li .col3{width:80px;}
.tbl_head02 .item-list .tbody li .col4{width:120px;}
.tbl_head02 .item-list .tbody li .col5{width:120px;}
.tbl_head02 .item-list .tbody li .col6{width:120px;}
.tbl_head02 .item-list .tbody li .col7{width:120px;}


.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}
.tbl_head02 td {padding:5px 3px;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;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:100px;padding:7px 13px;border:1px solid #e9e9e9;border-left:0;background:#f7f7f7;text-align:left}
.tbl_frm01 td {padding:7px 10px;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;background:transparent}
.tbl_frm01 textarea, .frm_input {border:1px solid #e4eaec;background:#f7f7f7;color:#000;vertical-align:middle;line-height:2em}
.tbl_frm01 textarea {padding:2px 2px 3px}
.frm_input {height:22px}
.tbl_frm01 textarea {width:98%;height:100px}
.tbl_frm01 a {text-decoration:none}
.tbl_frm01 .frm_address {margin-top:5px}
.tbl_frm01 .frm_file {display:block;margin-bottom:5px}
.tbl_frm01 .frm_info {display:block;padding:0 0 5px;line-height:1.4em}

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

/* 필수입력 */
.required, textarea.required {background:url('../img/wrest.gif') #f7f7f7 top right no-repeat !important}

/* 테이블 그리드 padding 0 5px 고려한 넓이 */
.grid_1 {width:40px}
.grid_2 {width:90px}
.grid_3 {width:140px}
.grid_4 {width:190px}
.grid_5 {width:240px}
.grid_6 {width:290px}
.grid_7 {width:340px}
.grid_8 {width:390px}
.grid_9 {width:440px}
.grid_10 {width:490px}
.grid_11 {width:540px}
.grid_12 {width:590px}
.grid_13 {width:640px}
.grid_14 {width:690px}
.grid_15 {width:740px}
.grid_16 {width:790px}
.grid_17 {width:840px}
.grid_18 {width:890px}

/* 테이블 항목별 정의 */
.td_board {width:120px;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_default {width:60px;text-align:center}
.td_dvr {width:30px;text-align:center}
.td_group {width:100px;text-align:center}
.td_imgsmall {width:60px;text-align:center}
.td_num {width:50px;text-align:center}
.td_numbig {width:100px;text-align:center}
.td_nick {width:100px;text-align:center}
.td_name {width:100px;text-align:left}
.td_namesmall {width:50px;text-align:left}
.td_mb_id {width:100px;text-align:center}
.td_mng {width:80px;text-align:center}
.td_mngsmall {width:50px;text-align:center}
.td_statsmall {width:50px;text-align:center}

/* 새창 기본 스타일 */
.new_win {}
.new_win .tbl_wrap {margin:0 20px}
.new_win #win_title {margin:0 0 20px;padding:20px;border-top:3px solid #4e5d60;border-bottom:1px solid #e9e9e9;background:#fff;font-size:1.2em}
.new_win #win_title .sv {font-size:0.75em;line-height:1.2em}
.new_win .win_ul {margin:-20px 0 20px 0;padding:0 20px;border-bottom:1px solid #455255;background:#484848;list-style:none;zoom:1}
.new_win .win_ul:after {display:block;visibility:hidden;clear:both;content:""}
.new_win .win_ul li {float:left;margin-left:-1px}
.new_win .win_ul a {display:block;padding:10px 10px 8px;border-right:1px solid #455255;border-left:1px solid #455255;color:#fff;font-family:'Malgun Gothic', dotum, sans-serif;;font-weight:bold;text-decoration:none}
.new_win .win_desc {margin:0 20px}

.new_win .win_btn {clear:both;padding:20px;text-align:center} /* 새창용 */
.new_win .win_btn button {display:inline-block;padding:0 10px;height:30px;border:solid 1px #2e9bf4;color:#2e9bf4;}
.new_win .win_btn input {padding:0 10px;height:30px;line-height:2em}
.new_win .win_btn a {display:inline-block;padding:0 10px;height:30px;background:#4b545e;color:#fff;vertical-align:middle;line-height:2.4em}
.new_win .win_btn a:focus, .new_win .win_btn a:hover {text-decoration:none}

/* 내용관리 */
#ctt {margin:10px 0;padding:10px;border:1px solid #e9e9e9}
.ctt_admin {text-align:right}
#ctt header h1 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#ctt_con {padding:10px 0}
.ctt_img {text-align:center}

/* 자바스크립트 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}

/* 사이드뷰 */
.sv_wrap {display:inline-block;position:relative;font-weight:normal}
.sv_wrap .sv {z-index:1000;display:none;margin:5px 0 0;border:1px solid #283646;background:#111}
.sv_wrap .sv a {display:inline-block !important;margin:0 !important;padding:3px !important;width:94px;border-bottom:1px solid #283646;color:#fff !important}
.sv_wrap a:focus, .sv_wrap a:hover, .sv_wrap a:active {text-decoration:none !important}
.sv_on {display:block !important;position:absolute;top:10px;left:20px;width:auto;height:auto !important}
.sv_nojs .sv {display:block}

/* 페이징 */
.pg_wrap {clear:both;margin:0 0 20px;padding:20px 0 0;text-align:center}
.pg {}
.pg_page, .pg_current, .qa_page {display:inline-block;padding:0 8px;height:25px;color:#000;letter-spacing:0;line-height:2.2em;vertical-align:middle}
.pg a:focus, .pg a:hover {text-decoration:none}
.pg_page, .qa_page {background:#e4eaec;text-decoration:none}
.pg_start, .pg_prev {/* 이전 */}
.pg_end, .pg_next {/* 다음 */}
.pg_current {display:inline-block;margin:0 4px 0 0;background:#333;color:#fff;font-weight:normal}

/* ########## 쇼핑몰 컨텐츠 ########## */
/* 인덱스 이미지 출력 */
#sidx_img {margin:0 0 20px}
#sidx_img img {max-width:100%;height:auto}

/* 마이페이지 */
#smb_my {margin-top:30px;}

#smb_my .flex-box{display: flex;}
#smb_my .flex-box .left{width:100%;max-width:320px;padding:0 24px;border-right:1px solid #eee;border-left:1px solid #eee;}
#smb_my .flex-box .right{width:100%;max-width:calc(100% - 320px);padding:0 24px;}

#smb_my_ov {margin:0 0 20px}
#smb_my_ov h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#smb_my_act {}
#smb_my_act:after {display:block;visibility:hidden;clear:both;content:""}
#smb_my_act ul {}
#smb_my_act li {}
#smb_my_act li a{display: block;font-size: 24px;font-weight: bold;color: #222;}
#smb_my_act li + li{margin-top:64px;}
#smb_my_ov dl {margin:0;border:1px solid #eee;padding:24px;}
#smb_my_ov dt {width:120px;font-size: 16px;font-weight: 600;color: #222;}
#smb_my_ov dd {font-size: 16px;font-weight: normal;color: #515151;padding:0 0 10px 120px;}
#smb_my_ovaddt {border-bottom:0 !important}
#smb_my_ovaddd {width:590px !important;border-bottom:0 !important}

#smb_my_od {margin:0 0 20px}
#smb_my_od h2 {margin:0 0 10px}

#smb_my_wish h2 {margin:0 0 10px}

.smb_my_more {text-align:right}

.smb_my_img {width:90px;text-align:center}

/* 장바구니 */
#sod_bsk {}
.sod_img {width:90px;text-align:center}
.sod_opt {margin:5px 0;border:1px solid #e9e9e9;border-bottom:0;background:#f2f5f9}
.sod_opt ul {margin:0;padding:5px;list-style:none}
.sod_opt li {padding:3px;border-bottom:1px solid #e9e9e9}
.sod_option_btn .mod_options {margin:0;padding:3px 0;width:100%;border:0;background:#ff882a;color:#fff;cursor:pointer}

#sit_opt_added {margin-bottom:16px;}
#sit_opt_added li {position:relative;}
#sit_opt_added li > div {position:relative;}
#sit_opt_added li .quantity{margin-top:10px;display: flex;height:32px;border-radius: 44px;border: solid 1px #dadada;background-color: #fff;align-items: center;width:88px;justify-content: center;}
#sit_opt_added li .quantity .sit_qty_minus{position:relative;display:flex;align-items:center;justify-content:center;font-size: 0;width:10px;height:10px;}
#sit_opt_added li .quantity .sit_qty_minus:after{content: "";display: block;background: url(/img/icon/ico_minus.svg) no-repeat;background-size: cover;width:10px;height:2px;}
#sit_opt_added li .quantity .sit_qty_plus{position:relative;display:flex;align-items:center;justify-content:center;font-size: 0;width:10px;height:10px;}
#sit_opt_added li .quantity .sit_qty_plus:after{content: "";display: block;background: url(/img/icon/ico_plus.svg) no-repeat;background-size: cover;width:10px;height:10px;}
#sit_opt_added li .sit_opt_del{font-size:0;position: absolute;top:7px;right:0;background: url(/img/icon/ico_del.svg) no-repeat;background-size: cover;display: block;width:18px;height:18px;}

#sit_opt_added button {}

#sod_bsk_list {position:relative}
#sod_bsk_list #mod_option_frm {z-index:10000;position:absolute;top:0;left:99px;padding:20px;width:500px;height:auto !important;height:500px;max-height:500px;border:1px solid #000;background:#f2f5f9;overflow-y:scroll;overflow-x:none}

#sod_bsk_tot {    margin-top: 20px;padding: 20px;border: 1px solid #eee;border-top: 1px solid #2c2c2c;}
#sod_bsk_tot:after {display:block;visibility:hidden;clear:both;content:""}
#sod_bsk_tot dt {font-size: 16px;font-weight: 600;color: #222;width: 150px;}
#sod_bsk_tot dd {text-align: right;padding: 0 0 10px 150px;font-size: 16px;font-weight: 500;color: #222;}
#sod_bsk_tot dd .tot-price{color: #48a0e8;font-size: 20px;}
.sod_bsk_point {border-bottom:0 !important}

#sod_bsk_act {text-align:center}
#sod_bsk_act p {margin:0 0 10px}

/* 위시리스트 */
#sod_ws {margin-top:30px;}
.sod_ws_img {width:90px;text-align:center}
#sod_ws_act {text-align:center}

/* 주문서 작성 */
.display_setup_message {margin:0 0 10px;padding:15px;border:1px solid #fccdff;background:#ffeef9}
.display_setup_message strong {display:block;margin:0 0 10px}

#sod_frm {margin-top:30px;}
#sod_frm h2 {margin:0 0 10px}

#sod_frm p {margin:0 0 10px}

#sod_list {position:relative}
#sod_list #cp_frm {z-index:10000;position:absolute;top:0;left:99px;padding:20px;width:500px;height:auto !important;height:500px;max-height:500px;border:1px solid #000;background:#f2f5f9;overflow-y:scroll;overflow-x:none}

#sod_frm_orderer {margin:20px 0 40px}
#sod_frm_orderer #od_addr_jibeon, #sod_frm_taker #od_b_addr_jibeon {display:inline-block;margin:5px 0 0}

#sod_frm_same {margin:0 0 10px}



#sod_frm p#sod_frm_pt {margin:10px 0 5px;font-size:16px;}
#sod_frm #sod_frm_pt_alert {margin:0 0 10px}

#sod_frm #display_pay_process {text-align:center}
#sod_frm #display_pay_process span {display:block;margin:5px 0 0}

#sod_frm_pay {position:relative}
#sod_frm_pay h2 {margin:0 0 10px}
#sod_frm_pay .tbl_wrap th {width:auto !important;font-weight:bold;text-align:center !important}
#sod_frm_pay .tbl_wrap td {padding:8px 5px 6px !important;border-top:1px solid #e9e9e9 !important;border-bottom:1px solid #e9e9e9 !important;line-height:1.5em !important;word-break:break-all !important}
#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;left:99px;padding:20px;width:500px;height:auto !important;height:500px;max-height:500px;border:1px solid #000;background:#f2f5f9;overflow-y:scroll}

#sod_frm_paysel {margin:0 0 20px;padding:10px;border:1px solid #e9e9e9;background:#f2f5f9;text-align:center}
#sod_frm_paysel legend {position:absolute;font-size:0;line-height:0;overflow:hidden}
#sod_frm_paysel .KPAY{background:url('../../../img/kpay_logo.png') no-repeat;width:37px;height:15px;overflow:hidden;text-indent:-999px;display:inline-block;}
#sod_frm_paysel .PAYNOW{background:url('../../../img/paynow_logo.png') no-repeat;width:46px;height:15px;overflow:hidden;text-indent:-999px;display:inline-block;}
#sod_frm_paysel .PAYCO{background:url('../../../img/payco_logo.png') no-repeat 1px;width:46px;height:15px;overflow:hidden;text-indent:-999px;display:inline-block;}
.kakaopay_icon{background:url('../../../img/kakao.png') no-repeat ;height:21px;width:74px;display:inline-block;overflow:hidden;text-indent:-999px}

#settle_bank {margin:10px 0 0}

#sod_frm_escrow {margin:30px 0 0}

#display_pay_process {padding:20px;text-align:center}

/* 배송지 목록 */
#sod_addr .td_mng button {margin:0;padding:0;border:0;background:transparent}

/* 주문내역 */
#sod_v {margin-top:30px;}
#sod_v .basic_tbl {text-align:center}
#sod_v_info {margin:0 0 10px}

/* 주문상세내역 */
#sod_fin {margin-top:30px;}

#sod_fin_no {margin:0 0 20px;font-size:16px;}

#sod_sts_wrap {margin:0 0 10px;text-align:right}
#sod_sts_explan {display:none;margin-top:20px;padding:20px;border: 1px solid #eee;border-top: 1px solid #2c2c2c;}
#sod_sts_explan dl{text-align: left;}
#sod_sts_explan dl dt{font-size: 16px;font-weight: 600;color: #222;width: 150px;}
#sod_sts_explan dl dd{text-align: right;padding: 0 0 10px 150px;font-size: 16px;font-weight: 500;color: #222;}

#sod_fin_legend {padding:7px 5px 0;border:1px solid #e9e9e9;text-align:left;zoom:1}
#sod_fin_legend:after {display:block;visibility:hidden;clear:both;content:''}
#sod_fin_legend dt {clear:both;float:left;margin:0 0 5px;width:50px;font-weight:bold}
#sod_fin_legend dd {float:left;margin:0}

#sod_fin #sod_bsk_tot {border-bottom:0 !important}

#request_form {position:relative}
#request_form div {display:none;z-index:10000;position:absolute;top:23px;left:0;padding:20px 0;width:520px;border:1px solid #000;background:#f2f5f9;text-align:center}
#request_form .frm_input {width:300px;background:#fff !important}
#request_form .btn_frmline, #request_form .btn_cancel {vertical-align:middle !important}
#request_form .btn_frmline {padding:0 10px;line-height:1.6em}

#sod_req_btn {margin:0 0 10px}
#sod_req_btn button {background:#626870}

#sod_req_log {margin:0 0 20px}
#sod_req_log ul {margin:0;padding:0;border-top:1px solid #e9e9e9;background:#f2f5f9;list-style:none}
#sod_req_log li {padding:10px 10px 20px;border:1px solid #e9e9e9;border-top:0}
#sod_req_log h3 {margin:20px 0 10px}
.sod_req_log_view table {margin:0}
.sod_req_log_view caption {padding:10px 0;font-size:1em;font-weight:bold;text-align:left;line-height:1em}
.sod_req_log_view caption span {color:#ff3061}
.sod_req_log_view th {border-top:1px solid #e9e9e9;background:#f7f7f7 !important;color:#000 !important;text-align:center}
.sod_req_log_view td {background:#fff;color:#000}
.sod_req_log_view p {padding:10px 15px;border-bottom:1px solid #e9e9e9;background:#fff;color:#000}
.sod_req_log_view .sod_req_it {width:270px}
.sod_req_log_view button {margin:0;padding:0;border:0;background:transparent;color:#ff3061;text-decoration:underline;vertical-align:middle;cursor:pointer}

#sod_fin_list h2 {margin:0 0 10px}
#sod_fin_list td {height:30px}

#sod_fin_view {margin-top:40px;}
#sod_fin_view dl{margin-top: 20px;padding: 20px;border: 1px solid #eee;border-top: 1px solid #2c2c2c;}
#sod_fin_view dl dt{font-size: 16px;font-weight: 600;color: #222;width: 150px;}
#sod_fin_view dl dd{text-align: right;padding: 0 0 10px 150px;font-size: 16px;font-weight: 500;color: #222;}
#sod_fin_view h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#sod_fin_view h3 {margin:0 0 10px;font-size:18px;}
#sod_fin_view .basic_tbl th {padding:0 10px;border-top:1px solid #eee;border-bottom:1px solid #eee;background:#f2f5f9;text-align:left}

#sod_fin_pay {margin-top:20px;padding:10px;border-bottom:1px solid #e9e9e9}

#sod_fin_orderer {padding:10px;border-bottom:1px solid #e9e9e9}

#sod_fin_receiver {padding:10px;border-bottom:1px solid #e9e9e9}

#sod_fin_dvr {padding:10px}
#sod_fin_dvr .dvr_link {color:#ff3061;text-decoration:underline}

#sod_fin_tot {margin-top: 20px;padding: 20px;border: 1px solid #eee;border-top: 1px solid #2c2c2c;}
#sod_fin_tot h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#sod_fin_tot ul {margin:0;padding:0;list-style:none}
#sod_fin_tot li {padding:10px;font-size: 16px;font-weight: 600;color: #222;}
#sod_fin_tot li:after {display:block;visibility:hidden;clear:both;content:""}
#sod_fin_tot #alrdy {border-bottom:0 !important}
#sod_fin_tot strong {float:right}

#sod_fin_cancel {text-align:center;margin-top:30px;display: flex;justify-content:center;}
#sod_fin_cancel h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#sod_fin_cancel button {display: flex;align-items: center;justify-content: center;border-radius: 4px;background-color: #48a0e8;height: 40px;font-size: 14px;font-weight: bold;color: #fff;padding: 0 24px;}
#sod_fin_cancelfrm {display:none;margin:10px 0 0}
#sod_fin_cancelfrm .frm_input {background:#fff}

#sod_fin_test {padding:10px}

/* 주문상세내역 중 현금영수증 발급 */
#scash {margin-top:30px;}
#scash section {padding:10px 0}
#scash h2 {margin:0 0 10px;text-align:center}
#scash .basic_tbl th {padding:0 10px;border-top:1px solid #eee;border-bottom:1px solid #eee;background:#f2f5f9;text-align:left}
#scash_apply {padding:10px 0 20px;text-align:center}
#scash_apply button {padding:10px;border:0;background:#565e60;color:#fff}
#scash_copy {text-align:center}

/* 공지사항 및 커뮤니티 새글 */
#sidx_lat {padding:15px 0 0;border-top:1px solid #ddd}
#sidx_lat h2 {text-align:center}

/* 배너 인덱스 출력 */
#sbn_idx {}

/* 상품검색 */
#ssch_frm {padding:20px;border:1px solid #e9e9e9;background:#f2f5f9;zoom:1}
#ssch_frm:after {display:block;visibility:hidden;clear:both;content:""}
#ssch_frm div {margin:0 0 5px}
#ssch_frm strong, #ssch_frm .ssch_lbl {display:inline-block;width:100px;font-weight:bold}
#ssch_frm .frm_input {background:#fff}
#ssch_frm .btn_submit {padding:0 8px;height:24px}
#ssch_frm p {padding:10px 0;border-top:1px solid #e9e9e9;line-height:1.5em}
#ssch_frm #ssch_sort {float:left;margin:0;padding:0;list-style:none;zoom:1}
#ssch_frm #ssch_sort:after {display:block;visibility:hidden;clear:both;content:""}
#ssch_frm #ssch_sort li {float:left;margin:0 1px 0 0}
#ssch_frm #ssch_ov {float:right}

#ssch_cate {}
#ssch_cate ul {margin:10px 0;padding:10px 20px 20px;border-bottom:1px solid #e9e9e9;list-style:none;zoom:1}
#ssch_cate ul:after {display:block;visibility:hidden;clear:both;content:""}
#ssch_cate li {float:left;margin:0 10px 0 0;padding:0 10px 0 0;border-right:1px solid #e9e9e9}
#ssch_cate a {}
#ssch_cate a span {font-weight:bold}

/* 쇼핑몰 이벤트 */
#sev {}
.sev_admin {margin:0 0 10px;text-align:right}

/* 쿠폰 */
#coupon .td_numbig {width:150px}
#coupon .td_datetime {width:180px}

/* 모바일일때 피시버전 주문폼*/
.sod_list {position:relative;margin:0;padding:0;list-style:none}
.sod_list .sod_li {position:relative;padding:0;border:1px solid #e9e9e9;margin:10px 0}
.sod_list .sod_li:after {display:block;visibility:hidden;clear:both;content:""}
.sod_list .li_chk{position:absolute;top:10px;left:10px;}
.sod_list .li_name{min-height:130px}
.sod_list .li_name a,.sod_list .li_name strong{display:block;padding: 0 10px 0 25px;border-bottom:1px solid #e9e9e9;height:35px;line-height:35px}
.sod_list .li_name strong{padding-left:10px}
.sod_list .total_img{position:absolute;top:45px;left:10px;}
.sod_list .sod_opt{padding:10px 10px 5px;margin-left:90px;color:#9e9e9e;font-size:0.93em;background:none;border:none}
.sod_list .sod_opt li{margin-bottom:3px;border:none}
.sod_list .li_cp{position:relative}
.sod_list .li_cp .cp_btn, .sod_list .li_cp .cp_cancel, .sod_list .li_mod .mod_btn {margin:0;padding:5px 8px;border:0;background:#000;color:#fff;font-size:0.93em}
.sod_list .li_cp .cp_cancel,.odf_tbl #od_coupon_cancel,.odf_tbl #sc_coupon_cancel{border:1px solid #999;color:#777;background:#fafafa;margin-left:3px;padding:4px 5px}
.sod_list .li_prqty{margin:10px;}
.sod_list .li_prqty:after {display:block;visibility:hidden;clear:both;content:""}
.sod_list .li_prqty .li_prqty_sp{width:33%;display:inline-block;float:left;text-align:center;line-height:2.2em;border-top:1px solid #d3d3d3;border-bottom:1px solid #d3d3d3;border-left:1px solid #e9e9e9;color:#9e9e9e;font-size:0.93em;margin-left:-1px}
.sod_list .li_prqty  .prqty_price{border-left:1px solid #d3d3d3;}
.sod_list .li_prqty  .prqty_sc{border-right:1px solid #d3d3d3;}
.sod_list .li_prqty .li_prqty_sp span{display:block;background:#f2f2f2;}
.sod_list .li_total {position:relative;border-top:1px solid #e9e9e9;margin:10px 10px 0;}
.sod_list .total_span {display:block;position:relative;padding:5px 0;text-align:right;color:#343434}
.sod_list .total_span span{position:absolute;top:5px;left:0}
.sod_list .total_span strong{font-size:1.2em}

#sod_frm {margin-top:30px;}
#sod_frm .left{width: 100%;max-width: 696px;}
#sod_frm .right{width: 100%;max-width: 328px;}

#sod_frm .noti-txt{ font-size: 14px;font-weight: 500;line-height: 1.29;;color: #7b7b7b;}
#sod_frm .item-list{border-top:1px solid #2c2c2c;border-bottom:1px solid #2c2c2c;}
#sod_frm .item-list .thead{}
#sod_frm .item-list .thead li{display: flex;}
#sod_frm .item-list .thead li > div{padding:20px 5px;text-align:center;background-color: #f7f7f7;    display: inline-block;font-size: 16px;font-weight: bold;color: #222;flex:auto;}
#sod_frm .item-list .thead li .col1{width:100px;}
#sod_frm .item-list .thead li .col2{width:350px;}
#sod_frm .item-list .thead li .col3{width:80px;}
#sod_frm .item-list .thead li .col4{width:120px;}
#sod_frm .item-list .thead li .col5{width:120px;}
#sod_frm .item-list .thead li .col6{width:120px;}
#sod_frm .item-list .thead li .col7{width:120px;}
#sod_frm .item-list .tbody{}
#sod_frm .item-list .tbody li{display: flex;align-items: center;}
#sod_frm .item-list .tbody li > div{padding:20px 5px;flex:auto;display: inline-block;font-size: 16px;font-weight:500;color: #222;text-align: center;}
#sod_frm .item-list .tbody li .col1{width:100px;}
#sod_frm .item-list .tbody li .col2{width:350px;text-align: left;}
#sod_frm .item-list .tbody li .col3{width:80px;}
#sod_frm .item-list .tbody li .col4{width:120px;}
#sod_frm .item-list .tbody li .col5{width:120px;}
#sod_frm .item-list .tbody li .col6{width:120px;}
#sod_frm .item-list .tbody li .col7{width:120px;}
#sod_frm .total-box{margin-top:40px;border:1px solid #eee;border-top:1px solid #2c2c2c;}
#sod_frm .total-box dl{padding:16px 24px;}
#sod_frm .total-box dl dt{font-size: 16px;font-weight: 600;color: #222;width:150px;}
#sod_frm .total-box dl dd{text-align: right;padding:0 0 10px 150px;font-size: 16px;font-weight: 500;color: #222;}
#sod_frm .total-box dl dd #ct_tot_price{color:#48a0e8;font-size:20px;}
#sod_frm .tbl_frm01{border-top:1px solid #2c2c2c;}
#sod_frm .tbl_frm01 dl{}
#sod_frm .tbl_frm01 dl dt{top:24px;width:170px;padding:0 20px;font-size: 16px;font-weight: 600;color: #222;z-index: 1;}
#sod_frm .tbl_frm01 dl dt label{display: flex;align-items: center;}
#sod_frm .tbl_frm01 dl dd{position:relative;padding:10px 20px 10px 190px;border-bottom: 1px solid #eee;min-height: 69px;}
#sod_frm .tbl_frm01 dl dd:before{content: "";position:absolute;top:0;left:0;display: block;width:170px;height:100%;background-color: #f7f7f7;}
#sod_frm .tbl_frm01 dl dd .frm_input{width: 100%;height: 48px;background: #fff !important;padding: 0 20px;font-size: 14px;font-weight: 500;border: 1px solid #dadada;border-radius: 4px;}
#sod_frm .tbl_frm01 dl dd textarea{width: 100%;height: 150px;background: #fff !important;padding:20px;font-size: 14px;font-weight: 500;border: 1px solid #dadada;border-radius: 4px;resize: none;}
#sod_frm .tbl_frm01 dl dd .radio-wrap{margin-top:14px;display: flex;flex-wrap: wrap;gap: 10px 20px;}
#sod_frm .tbl_frm01 dl dd #od_tot_price{display: flex;justify-content: flex-end;align-items: center;color: #48a0e8;font-size: 20px;font-weight:bold;position: relative;top:9px;}
#sod_frm .btn_confirm{margin-top:40px;display: flex;align-items: center;justify-content: center;gap:10px;}
#sod_frm .btn_confirm .btn_submit{display: flex;align-items: center;justify-content: center;width: 150px;height: 52px;border-radius: 4px;background: #48a0e8;font-size: 16px;font-weight: bold;color: #fff;}
#sod_frm .btn_confirm .btn01{display: flex;align-items: center;justify-content: center;width: 150px;height: 52px;border:1px solid #515151;border-radius: 4px;background: #fff;font-size: 16px;font-weight: bold;color: #515151;}

#sod_frm section{margin-top:40px;}
#sod_frm p#sod_frm_pt_alert {margin:20px 0;text-align:center;font-size:16px; }
#sod_bsk_list #mod_option_frm .sit_ov_tbl{background:#ededed;margin-top:5px}
#sod_bsk_list #mod_option_frm .sit_ov_tbl th,#sod_bsk_list #mod_option_frm .sit_ov_tbl td{border:none;padding-left:5px;font-weight:normal}
#sod_bsk_list #mod_option_frm .sit_ov_tbl th{width:90px}
 #cp_frm {height:auto;max-height:10000px !important;position:absolute;top:0;left:0;width:70%;background:#fff;padding:20px;border:1px solid #000;z-index:9999} 
#sod_frm_deli {position:relative;line-height:2em}
#sod_frm_deli #order_address {display:block;;width:100px;background:#333;color:#fff;text-align:center}
#sod_frm_orderer {margin:15px 0 30px}
#sod_frm_orderer #od_addr_jibeon, #sod_frm_taker #od_b_addr_jibeon {display:inline-block;margin:5px 0 0}
#sod_frm .odf_tbl table{width:100%;margin:0;padding:0;border-top:1px solid #e9e9e9;border-left:1px solid #e9e9e9;border-right:1px solid #e9e9e9;border-collapse:collapse}
#sod_frm .odf_tbl table tbody td,#sod_frm .odf_tbl table tbody th{;border-bottom:1px solid #e9e9e9;padding:5px 0px 5px 10px ;text-align:left;line-height:26px;position:relative;}
#sod_frm .odf_tbl table th{width:90px;color:#343434;font-weight:normal;letter-spacing:-0.1em}
#sod_frm .odf_tbl table .frm_input{background-color:#fff !important;height:24px;line-height:24px;text-indent:5px}
#sod_frm .odf_tbl table .frm_address{margin-top:5px}
#sod_frm .odf_tbl button.btn_frmline{font-size:0.92em;padding:0 8px;height:26px;line-height:26px}
#sod_frm .odf_tbl textarea{width:99%;border:1px solid #e4eaec;}
#sod_frm_same {margin:0 0 10px}
#sod_frm_pay {position:relative}
#sod_frm_pay .radio-wrap{display: flex;flex-wrap: wrap;gap: 10px 20px;justify-content: center;}
#sod_frm_pay .tbl_head01 caption {font-size:0;line-height:0;overflow:hidden}
#sod_frm_pay .tbl_head01 th {width:auto !important;font-weight:bold;text-align:center !important}
#sod_frm_pay .tbl_head01 td {border-top:1px solid #e9e9e9 !important;border-bottom:1px solid #e9e9e9 !important;line-height:1.5em !important;word-break:break-all !important}

html.no-overflowscrolling #sc_coupon_frm, html.no-overflowscrolling #od_coupon_frm {height:auto;max-height:10000px !important} /* overflow 미지원 기기 대응 */
#sod_frm_pay_info {margin:0 0 10px}
#sod_frm_paysel {margin:10px 0 ;padding:10px;background:#f2f2f2;border:1px solid #e0e0e0}
#sod_frm_paysel ul {margin:0;padding:0;}
#sod_frm_paysel ul:after {display:block;visibility:hidden;clear:both;content:""}
#sod_frm_paysel li {float:left;padding:5px 2%;width:46%;height:21px;text-align:left;list-style:none}

/*네이버페이*/
.itemform-naverpay{margin-top:15px}
.cart-naverpay{margin-top:15px}


@keyframes dropHeader {
    0% {
        top: -5rem;
    }
    100% {
        top: 0;
    }
}


.wrap {width:1250px; margin:0 auto; position:relative;}
.wrap:after {content:''; display:block; clear:both;}
#hd {padding-top:16px;}
#top_pop {background:#8bccf1; height:91px;}
#top_pop .link {position:absolute; top:50%; margin-top:-23.5px; right:75px;}
#top_pop .link_close {position:absolute; right:0; top: 50%; margin-top: -15px;}
#top_pop .link_close img {width:30px; height:auto;}

#top_menu {background:#fff;}
#top_menu .layout{display: flex;align-items: center;}
#top_menu .logo{position: relative;top:7px;}
#top_menu .tel {float:left; font-size:35px; color:#000; font-weight: 600; margin-top:7px; padding-left: 50px;}
#top_menu .tel img {margin: -15px 10px 0 0;}
.sch_box {position: relative;margin-left: 32px;width:344px;}
#sch_str {width:100%;height:48px;border-radius: 4px;background-color: #f5f6f7;padding:0 20px 0 42px;font-size: 14px;font-weight: 500;color: #515151;}
#sch_submit {position: absolute;top:15px;left:16px;background: url(/img/icon/ico_search.svg) no-repeat;background-size: cover;width:20px;height:20px;display: block;}
.menu_list {position: absolute;right:0;}
.menu_list ul {display: flex;gap:8px;}

.menu_list ul li {}
.menu_list ul li a {display:flex;align-items:center;justify-content:center;border-radius: 4px;background-color: #48a0e8;height:40px;font-size: 14px;font-weight: bold;color: #fff;padding:0 24px;}
.menu_list ul li.btn-white a{background: #fff;color:#515151;}
.menu_list .navi-icon{display: none;width:24px;height:24px;position: absolute;top:8px;right:0;background: url(/img/icon/ico_gnb.svg) no-repeat;background-size: cover;}
.menu_list .navi-icon.on{background: url(/img/icon/close_gnb.svg) no-repeat;background-size: cover;}


#nav {padding:18px 0 16px;background: #fff;}
#nav .logo {color:#ff8400; font-size:36px; float:left; letter-spacing:-1px;}
#nav .logo a {color:#ff8400;}
#nav .logo p {font-size:14px; color:#000; padding-left: 24px; margin-top: 5px;}
#nav .logo img {}
#nav .list {display: flex;gap:24px;}
#nav .list li {}
#nav .list li a {display: block;font-size: 16px;font-weight: bold;line-height: 1.63;color: #494949;}
#nav .list li:hover a {color:#48a0e8; font-weight:bold;}
#nav .list li.menu_on a {color:#48a0e8; font-weight:bold;}

.jbFixed{position: fixed;top:0;left:0;width:100%;z-index: 100; animation: dropHeader 0.3s;}

#content_box {position:relative;width:100%;max-width:1064px; margin:0 auto;padding:40px 0 80px;}
#content_box:after {content:''; display:block; clear:both;}

#ft {background:#fff;}
#ft .ft_top {text-align:center; border-bottom:1px solid #663399; background:#663399; padding:6px 0;}
#ft .ft_top a {display:inline-block; color:#fff; font-size:17px; padding:5px 20px;}
#ft .ft_info {padding: 20px 0 50px;}
#ft .ft_info .ft_logo {float:left; color:#fff; font-size:36px; text-align:center; letter-spacing:-1px;}
#ft .ft_info .ft_logo p {font-size:14px; color:#000; padding-left: 24px; margin-top: 5px;}
#ft .ft_info .txt {float:left; color:#fff; font-size: 15px; line-height: 27px; margin: 5px 0 0 60px; letter-spacing:-0.5px;}
#ft .ft_info .txt span {display:inline-block; margin: 0 12px;}

.cs_box {padding: 50px 0;}
.cs_box .cs_ul {}
.cs_box .cs_ul:after {content:''; display:block; clear:both;}
.cs_box .cs_ul li {float:left;}
.cs_box .cs_ul li.midline {margin: 10px 50px 0; border-left: 1px solid #ccc; border-right: 1px solid #ccc; padding: 0 50px;}
.cs_box .cs_ul .c1 {font-size:24px; letter-spacing: -2px;}
.cs_box .cs_ul .c2 {font-size:30px; letter-spacing: -1px;}
.cs_box .cs_ul .c3 {font-size: 12px; margin-top: 10px;}
.cs_box .cs_ul .a1 {font-size:30px; margin-top: 20px;}
.cs_box .cs_ul .a1 img {margin: -7px 0 0 15px;}
.cs_box .cs_ul .a2 {font-size:24px;}
.cs_box .cs_ul .a3 {font-size:18px; margin-top:5px;}
.cs_box .cs_ul .kko {float:left;}
.cs_box .cs_ul .kko_t {float:left; font-size: 16px; margin-top:30px; padding-left:30px;}
.cs_box .cs_ul .kko_t span {display:block; font-size: 24px;}

.cs_icon {background:#333;}
.cs_icon .cs_ic_ul {}
.cs_icon .cs_ic_ul:after {content:''; display:block; clear:both;}
.cs_icon .cs_ic_ul li {float:left; text-align:center; width:25%; padding: 45px 0;}
.cs_icon .cs_ic_ul li.bg1 {background:#dfdfdf;}
.cs_icon .cs_ic_ul li.bg2 {background:#897f79;}
.cs_icon .cs_ic_ul li.bg3 {background:#758c95;}
.cs_icon .cs_ic_ul li a {display:block;}
.cs_icon .cs_ic_ul .tit {font-size:30px; color:#333; font-weight:bold;}
.cs_icon .cs_ic_ul .i1 {font-size:18px; color:#333;}
.cs_icon .cs_ic_ul .img {margin: 20px 0 25px;}


footer{border-top:1px solid #eeeeee;padding:40px 0 32px;}
footer .f-cmm{}
footer .f-cmm h4{margin-bottom:12px;font-size: 18px;font-weight: 500;color: #515151;}
footer .f-cmm .layout{display: flex;justify-content: space-between;}
footer .f-cmm .left{display: flex;gap:59px;}
footer .f-cmm .left .box{}
footer .f-cmm .left .box .txt1{font-size: 14px;font-weight: 500;line-height: 1.43;color: #515151;}
footer .f-cmm .left .box .txt2{margin-top:8px;font-size: 14px;font-weight: 500;color: #5b8dc8;}
footer .f-cmm .left .box strong{margin-top:12px;display: block; font-size: 24px;font-weight: 500;line-height: 1.33;color: #222;}
footer .f-cmm .left .box i{margin-top:4px;display: inline-block;}
footer .f-cmm .left .box i img{display:block;}
footer .f-cmm .left .box a{display: flex;margin-top:30px;align-items: center;justify-content: center;width:169px;height:40px;border-radius: 4px;background: #fee502;font-size: 14px;font-weight: bold;color: #111;}


footer .f-cmm .right{display: flex;gap:100px;}
footer .f-cmm .right ul{}
footer .f-cmm .right ul li{}
footer .f-cmm .right ul li + li{margin-top:12px;}
footer .f-cmm .right ul li a{display: flex;align-items: center;justify-content: center;width:76px;height:40px;border-radius: 4px;background: #f5f6f7; font-size: 14px;font-weight: 500;color: #515151;}
footer .f-cmm .right ul li:hover a{background: #48a0e8;color:#fff;}

footer .f-cont{margin-top:40px;}
footer .f-cont .layout{border-top:1px solid #eeeeee;padding-top: 30px;}
footer .f-cont nav{display: flex;gap:24px;}
footer .f-cont nav a{display: inline-block;font-size: 16px;font-weight: 500;line-height: 1.5;color: #515151;}
footer .f-cont address{margin-top:20px;}
footer .f-cont address p{display: flex;flex-wrap: wrap;gap:12px;}
footer .f-cont address p + p{margin-top:2px;}
footer .f-cont address p span{position:relative;display: inline-block; font-size: 12px;font-weight: normal;line-height: 1.5;color: #7b7b7b;}
footer .f-cont address p span a{display: inline-block;font-weight: 600;color:#515151;margin-left:4px;}
footer .f-cont address p span:before{content: "";position:absolute;top:4px;left:-6px;display: inline-block;width:1px;height:10px;background: #7b7b7b;}
footer .f-cont address p span:first-child:before{display: none;}
footer .f-cont copyright{display: block;margin-top:24px;font-size: 12px;font-weight: normal;color: #7b7b7b;}





.slide-section{position:relative;margin-top:36px;padding-bottom: 33px;}
.slide-section .layout{max-width:1125px;left:43px;}
.slide-section:before{content: "";position:absolute;left:0;top:0;display: block;width: calc(50% - 167px);height:100%;background: url(/img/main/main_bg1.png) no-repeat;background-size: 100% 100%;z-index: -1;}
.slide-section .title-box{display: flex;justify-content: flex-end;padding-top:11px;}
.slide-section .title-box a{position:relative;display: inline-block;font-size: 14px;font-weight: 500;color: #515151;padding-right: 32px;}
.slide-section .title-box a:after{content: "";position: absolute;top:1px;right:12px;display: block;width:16px;height:16px;background: url(/img/icon/ico_view.svg) no-repeat;background-size: cover;}
.slide-section .box{margin-top:35px;display: flex;}
.slide-section .box .txt-cont{width:270px;padding-top: 59px;}
.slide-section .box .txt-cont h2{font-size: 24px;font-weight: 500;line-height: 1.33;color: #222;}
.slide-section .box .txt-cont .button-tab{margin-top:16px;display: flex;flex-direction: column;gap:8px;}
.slide-section .box .txt-cont .button-tab button{text-align: left;}
.slide-section .box .txt-cont .button-tab button span{display:inline-block;font-size: 14px;font-weight: 500;color: #515151;line-height: 42px;padding:0 20px;border-radius: 24px;background-color: rgba(255, 255, 255, 0.9);}
.slide-section .box .txt-cont .button-tab button.on span{background: #48a0e8;color:#fff;}

.slide-section .box .slide-cont{width:calc(100% - 270px);}
.slide-section .box .slide-cont .tab-cont{display: none;}
.slide-section .box .slide-cont .tab-cont .slide-box{position: relative;}
.slide-section .box .slide-cont .tab-cont .slide-box:after{content: "";position:absolute;right:-125px;top:0;display: block;width:188px;height:100%;background: url(/img/main/t_bg.png) no-repeat;background-size: cover;z-index: 1;}
.slide-section .box .slide-cont .tab-cont .swiper-slide{width:254px;}
.slide-section .box .slide-cont .tab-cont .swiper-slide a{display: block;background: #fff;}
.slide-section .box .slide-cont .tab-cont .swiper-slide figure{}
.slide-section .box .slide-cont .tab-cont .swiper-slide figure img{display: block;width:100%;}
.slide-section .box .slide-cont .tab-cont .swiper-slide .item-txt{padding:16px;}
.slide-section .box .slide-cont .tab-cont .swiper-slide h4{font-size: 18px;font-weight: 500;line-height: 1.44;color: #222; text-overflow: ellipsis;overflow: hidden;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;height:52px;}
.slide-section .box .slide-cont .tab-cont .swiper-slide .txt{margin-top:5px; font-size: 14px;font-weight: 500;line-height: 1.29;color: #515151;text-overflow: ellipsis;overflow: hidden;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;height:37px;}
.slide-section .box .slide-cont .tab-cont .swiper-slide .price1{}
.slide-section .box .slide-cont .tab-cont .swiper-slide .price2{margin-top:20px; font-size: 24px;font-weight: bold;color: #2e9bf4;}
.slide-section .box .slide-cont .tab-cont .swiper-button-next,
.slide-section .box .slide-cont .tab-cont .swiper-button-prev{width:initial;height:initial;margin:0;top:50%;transform: translateY(-50%);}
.slide-section .box .slide-cont .tab-cont .swiper-button-next:after,
.slide-section .box .slide-cont .tab-cont .swiper-button-prev:after{display: none;}
.slide-section .box .slide-cont .tab-cont .swiper-button-prev{left:-85px;}
.slide-section .box .slide-cont .tab-cont .swiper-button-next{right:-34px;}

.slide-section2{margin-top:68px;}
.slide-section2 .title-box{display: flex;align-items: center;justify-content: space-between;}
.slide-section2 .title-box h2{ font-size: 24px;font-weight: 500;color: #222;}
.slide-section2 .title-box a{position:relative;display: inline-block;font-size: 14px;font-weight: 500;color: #515151;padding-right: 32px;}
.slide-section2 .title-box a:after{content: "";position: absolute;top:1px;right:12px;display: block;width:16px;height:16px;background: url(/img/icon/ico_view.svg) no-repeat;background-size: cover;}
.slide-section2 .button-tab2{display: flex;margin-top:28px;}
.slide-section2 .button-tab2 button{flex:1;display: flex;align-items:center;justify-content: center; border: solid 1px #eee;background-color: #fff;height:48px;  font-size: 14px;font-weight: 500;color: #515151;}
.slide-section2 .button-tab2 button.on{border-color:#48a0e8;background: #48a0e8;color:#fff;}
.slide-section2 .slide-box{margin:24px auto 0;max-width:1334px;position: relative;}
.slide-section2 .slide-box:before{content: "";position: absolute;left: -55px;top: -1px;transform: rotate(-180deg);display: block;width: 188px;height: 100%;background: url(/img/main/t_bg.png) no-repeat;background-size: cover;z-index: 10;}
.slide-section2 .slide-box:after{content: "";position: absolute;right: -55px;top: 0;display: block;width: 188px;height: 100%;background: url(/img/main/t_bg.png) no-repeat;background-size: cover;z-index: 10;}
.slide-section2 .slide-box .slide-cont{display: none;}
.slide-section2 .slide-box .swiper-slide{width:254px;}
.slide-section2 .slide-box .swiper-slide a{display: block;background: #fff;}
.slide-section2 .slide-box .swiper-slide figure{}
.slide-section2 .slide-box .swiper-slide figure img{display: block;width:100%;}
.slide-section2 .slide-box .swiper-slide .item-txt{padding:16px;}
.slide-section2 .slide-box .swiper-slide h4{font-size: 18px;font-weight: 500;line-height: 1.44;color: #222; text-overflow: ellipsis;overflow: hidden;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;height:52px;}
.slide-section2 .slide-box .swiper-slide .txt{margin-top:5px; font-size: 14px;font-weight: 500;line-height: 1.29;color: #515151;text-overflow: ellipsis;overflow: hidden;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;height:37px;}
.slide-section2 .slide-box .swiper-slide .price1{}
.slide-section2 .slide-box .swiper-slide .price2{margin-top:20px; font-size: 24px;font-weight: bold;color: #2e9bf4;}
.slide-section2 .slide-box .swiper-button-next2,
.slide-section2 .slide-box .swiper-button-prev2{position: absolute;top:34%;transform:translateY(-50%);z-index: 20;cursor: pointer;}
.slide-section2 .slide-box .swiper-button-next2{right:35px;}
.slide-section2 .slide-box .swiper-button-prev2{left:35px;}

.main-banner{margin-top:64px;}
.main-banner a{display: block;}
.main-banner a img{display: block;width:100%;}



#main_slide {}
#main_content {margin:0px 0 0;}
#main_content .layout{max-width: 1064px;}
#main_content .title-group{margin-top:50px;padding-top:50px;display: flex;align-items: center;justify-content: space-between;border-top:8px solid #eee}
#main_content .title-group h2{ font-size: 24px;font-weight: 500;color: #222;}
#main_content .title-group a{position:relative;display: inline-block;font-size: 14px;font-weight: 500;color: #515151;padding-right: 32px;}
#main_content .title-group a:after{content: "";position: absolute;top:1px;right:12px;display: block;width:16px;height:16px;background: url(/img/icon/ico_view.svg) no-repeat;background-size: cover;}
#main_content .list-box{margin-top:28px;}
.main_h2 {font-size:35px; text-align:center; letter-spacing:-2px; font-weight:500;}
.main_h2 span {color:#ff0000;}
#main_content .tab {border:1px solid #ddd; border-left:none; background:#fff; display: table; margin: 20px auto 0;}
#main_content .tab:after {content:''; display:block; clear:both;}
#main_content .tab li {float:left; width:180px; border-left:1px solid #ddd; text-align:center;cursor:pointer; font-size:22px; padding:15px 0; position:relative;}
#main_content .tab li.on {font-weight:bold;}
#main_content .tab li.on:before {content:''; position:absolute; top:0; left:0; background:#336699; width:100%; height:7px;}
#main_content .tab li:hover {font-weight:bold;}
#main_content .tab li:hover:before {content:''; position:absolute; top:0; left:0; background:#336699; width:100%; height:7px;}
#main_content .tab_con {clear:both; margin-top:55px;}
#main_content .tab_con .pdt_list {display:none;}

.page-title{font-size: 34px;font-weight: bold;color: #222;}

#sct .list-top{padding:24px 0;margin-bottom:32px;border-bottom:1px solid #eee;display: flex;align-items: center;justify-content: flex-end;}
#sct .list-top select{height:40px; border-radius: 4px;background-color: #f5f6f7;padding:0 37px 0 12px;}
#sct .list-top .ca-list{display: flex;gap:8px;}
#sct .list-top .ca-list a{display: flex;align-items: center;justify-content: center;padding:0 12px;height:40px;font-size: 14px;font-weight: 500;color: #515151;border-radius: 4px;border: solid 1px #eee;background: #fff;}
#sct .list-top .ca-list a.on{ border-color:#48a0e8;background: #eaf6ff;color:#2e9bf4;}
#sct .list-top .ca-list a:hover{color:#2e9bf4;}


.ca_list_tab {margin: 50px 0;}
.ca_list_tab ul {position:relative;}
.ca_list_tab ul:before {content:''; width: 100%; height: 1px; background: #ddd; position: absolute; bottom: 0; left: 0;}
.ca_list_tab ul:after {content:''; display:block; clear:both;}
.ca_list_tab ul li {float:left; position:relative; background:#f6f6f6; color:#777; text-align:center; font-size:14px; width:120px;}
.ca_list_tab ul li:first-child {border-left:1px solid #ddd;}
.ca_list_tab ul li:before {content:''; position: absolute; top: 0px; left: 0px; border: 1px solid #ddd; width: 100%; height: 100%; border-left: 0;}
.ca_list_tab ul li a {display:block; padding:10px 0; color:#777; position: relative;}
.ca_list_tab ul li.on a {background:#666; color:#fff;}

.ca_list_wrap {display: flex;flex-wrap: wrap;gap:32px 16px;}
.ca_list_li {position:relative;width:calc(25% - 12px);}
.ca_list_li > a{display: block;}
.ca_list_li figure{display: block;width: 100%;}
.ca_list_li .txt-box{margin-top:16px;}
.ca_list_li .txt-box h4{font-size: 18px;font-weight: 500;line-height: 1.44;color: #222;text-overflow: ellipsis;overflow: hidden;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;height: 52px;}
.ca_list_li .txt-box .txt{margin-top: 5px;font-size: 14px;font-weight: 500;line-height: 1.29;color: #515151;text-overflow: ellipsis;overflow: hidden;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;height: 37px;}
.ca_list_li .txt-box .price{margin-top:20px;}
.ca_list_li .txt-box .price .p1{display: block;font-size: 24px;font-weight: bold;color: #2e9bf4;}
.ca_list_li .open-calendar{display: flex;align-items: center;justify-content: center;margin-top:8px;width:100%;height:40px; border-radius: 4px;border: solid 1px #dadada; font-size: 14px;font-weight: 500;color: #515151;}

.modal-calendar{position: fixed;left:0;bottom:-100%;width:100%; box-shadow: 0 -2px 18px 0 rgba(0, 0, 0, 0.06);background-color: #fff;z-index:999999;transition: all 0.3s;}
.modal-calendar.on{bottom:0;}
.modal-calendar .inner-box{position:relative;margin:0 auto;max-width:648px;padding:32px 0 40px;}
.modal-calendar .close-calendar{position: absolute;top:12px;left:50%;transform:translateX(-50%);width:56px;height:4px;background:#dadada;border-radius: 10px;font-size:0;}
.modal-calendar h3{  font-size: 16px;font-weight: bold;text-align: center;color: #222;}
.modal-calendar .calSwiper{margin-top:16px;}
.modal-calendar .calSwiper .cal-wrap{display: flex;gap:18px;}
.modal-calendar .calSwiper .cal-wrap .calendar{flex:1;position: relative;}
.modal-calendar .calSwiper .cal-wrap .calendar h4{text-align: center;font-size: 20px;font-weight: 500;color: #222;}
.modal-calendar .calSwiper .cal-wrap .calendar table{margin-top:20px;}
.modal-calendar .calSwiper .cal-wrap .calendar table thead tr th{height:40px; font-size: 12px;font-weight: 600;letter-spacing: normal;text-align: center;color: #a1a1a1;}
.modal-calendar .calSwiper .cal-wrap .calendar table tbody tr td{height:40px;font-size: 16px;font-weight: normal;letter-spacing: normal;text-align: center;}
.modal-calendar .calSwiper .cal-wrap .calendar table tbody tr td span{display: block;text-align: center; font-size: 8px;font-weight: normal;color: #a1a1a1;}
.modal-calendar .calSwiper .cal-wrap .calendar table tbody tr td.sat{color:#5b8dc8;}
.modal-calendar .calSwiper .cal-wrap .calendar table tbody tr td.sun{color:#e63939;}
.modal-calendar .calSwiper .cal-wrap .calendar table tbody tr td.d1{color:#22b680;}
.modal-calendar .calSwiper .cal-wrap .calendar table tbody tr td.d2{color:#5b8dc8;}
.modal-calendar .calSwiper .cal-wrap .calendar table tbody tr td.d3{color:#e63939;}
.modal-calendar .calSwiper .cal-wrap .calendar table tbody tr td.d3 span{color:#e63939;}
.modal-calendar .swiper-button-prev{color: #515151;left:-40px;top:42%;}
.modal-calendar .swiper-button-prev:after{font-size: 25px;}
.modal-calendar .swiper-button-next{color: #515151;right:-40px;top:42%;}
.modal-calendar .swiper-button-next:after{font-size: 25px;}
.modal-calendar .info-txt{margin-top:20px; border-radius: 4px;border: solid 1px #eee;background-color: #f5f6f7;padding:15px;display: flex;align-items: center;justify-content:space-between;}
.modal-calendar .info-txt p{font-size: 14px;font-weight: 500;color: #515151;}
.modal-calendar .info-txt ul{display: flex;gap:16px;}
.modal-calendar .info-txt ul li{position: relative;padding-left: 16px;font-size: 14px;font-weight: 500;color: #222;}
.modal-calendar .info-txt ul li:before{content: "";position:absolute;top:3px;left:0;display: block;width:12px;height:12px;border-radius: 100%;}
.modal-calendar .info-txt ul li.d1:before{background:#22b680;}
.modal-calendar .info-txt ul li.d2:before{background:#5b8dc8;}
.modal-calendar .info-txt ul li.d3:before{background:#e63939;}
.modal-calendar .info-txt2{position:relative;margin-top:16px;padding-left: 21px;}
.modal-calendar .info-txt2:before{content: "";position:absolute;left:9px;top:6px;display: block;width:3px;height:3px;background: #7b7b7b;border-radius: 100%;}
.modal-calendar .info-txt2 h5{font-size: 14px;font-weight: normal;color: #7b7b7b;}
.modal-calendar .info-txt2 ul{}
.modal-calendar .info-txt2 ul li{font-size: 14px;font-weight: normal;line-height: 1.29;color: #7b7b7b;}
.modal-calendar .info-txt2 ul li.d1 span{color:#22b680;}
.modal-calendar .info-txt2 ul li.d2 span{color:#5b8dc8;}
.modal-calendar .info-txt2 ul li.d3 span{color:#e63939;}







.ca_list_li .box {}
.ca_list_li .box:after {content:''; display:block; clear:both;}
.ca_list_li .box .thumb {}
.ca_list_li .box .thumb img {width:100%; height:auto;}
.ca_list_li .box .thumb a {display:block;}
.ca_list_li .box .ctt {}
.ca_list_li .box .ctt .title {color: #336699; font-weight: 600; border-bottom:1px solid #ddd;}
.ca_list_li .box .ctt .title a {display:block; color:#336699; padding: 7px 10px;}
.ca_list_li .box .ctt .summ {border-bottom:1px solid #ddd; padding: 7px 10px;}
.ca_list_li .box .ctt .price {border-bottom:1px solid #ddd; padding: 7px 10px;}
.ca_list_li .box .ctt .price:after {content:''; display:block; clear:both;}
.ca_list_li .box .ctt .price .p1 {float:left; width:250px;}
.ca_list_li .box .ctt .price .p2 {float:left;}
.ca_list_li .box .ctt .include {padding: 7px 10px 7px 97px; border-bottom:1px solid #ddd; position:relative;}
.ca_list_li .box .ctt .include span {position:absolute; top:7px; left:10px;}
.ca_list_li .box .ctt .cal {padding:7px 10px;}
.ca_list_li .box .ctt .cal:after {content:''; display:block; clear:both;}
.ca_list_li .box .ctt .cal .state {float: left; width: 70px; margin-right: 20px;}
.ca_list_li .box .ctt .cal .state span {color:#fff; font-size:14px; color: #fff; font-size: 14px; width: 70px; display: block; text-align: center; padding: 3px 0; margin-bottom: 3px;}
.ca_list_li .box .ctt .cal .state .s1 {background:#4caf50;}
.ca_list_li .box .ctt .cal .state .s2 {background:#4caf50;}
.ca_list_li .box .ctt .cal .state .s3 {background:#de0000;}
.ca_list_li .box .ctt .cal .state .s4 {background:#336699;}
.ca_list_li .box .ctt .cal .state_cal {}
.ca_list_li .box .ctt .cal .month {font-size: 14px; position: relative;}
.ca_list_li .box .ctt .cal .month .m1 {position: absolute; top: 3px; left: 0;}
.ca_list_li .box .ctt .cal .month .day {padding-left: 90px; height: 24px; line-height: 24px; margin-bottom: 3px;}
.ca_list_li .box .ctt .cal .month .day span {margin-right: 5px;}
.ca_list_li .box .ctt .cal .month .day .d1 {color:#4caf50; font-weight:bold;}
.ca_list_li .box .ctt .cal .month .day .d2 {color:#4caf50; font-weight:bold;}
.ca_list_li .box .ctt .cal .month .day .d3 {color:#de0000; font-weight:bold;}
.ca_list_li .box .ctt .cal .month .day .d4 {color:#336699; font-weight:bold;}

.quick {width:125px; border:1px solid #ccc; border-bottom:0; text-align:center; background:#fff; position:fixed; right:5px; z-index:999; top:138px;}
.quick_fixed {position: fixed; top: 20px; margin-top:0;}
.quick .fav {background:#333333; border-bottom:1px solid #ccc;}
.quick .fav a {color:#ffffff;}
.quick .kko {background:#f9e81e; border-bottom:1px solid #ccc;}
.quick .kko img {}
.quick .band {background:#1bcd21; border-bottom:1px solid #ccc;}
.quick .band img {}
.quick .naver {background:#ffffff; border-bottom:1px solid #ccc;}
.quick .naver img {}
.quick .insta {background:#ffffff; border-bottom:1px solid #ccc;}
.quick .insta img {}
.quick .top {background:#ccc;border-bottom:1px solid #ccc;}
.quick .top img {}
.quick p {border-bottom:1px solid #ccc;}
.quick a {font-size:16px; display:block; padding:10px 0;}

#sub_tab {}
#sub_tab ul {border:1px solid #ddd; border-left:none; background:#fff; display:flex; margin:50px auto 0;max-width:1064px;}
#sub_tab ul:after {content:''; display:block; clear:both;}
#sub_tab ul li {flex:1;border-left:1px solid #ddd; text-align:center; font-size:16px; position:relative;}
#sub_tab ul li a {display:block; padding:10px 0; }
#sub_tab ul li.sub_tab_on {font-weight:bold;}
#sub_tab ul li.sub_tab_on:before {content:''; position:absolute; top:0; left:0; background:#48a0e8; width:100%; height:2px;}
#sub_tab ul li:hover {font-weight:bold;}
#sub_tab ul li:hover:before {content:''; position:absolute; top:0; left:0; background:#48a0e8; width:100%; height:2px;}

.sub_wrap {display:table; margin:30px auto 0;}

.tc_form_tbl {font-size: 14px;}
.tc_form_texta {padding: 10px; margin: 10px 0;}

.jbMenu {}


.new_state {display: block;}

.img_bdr {border:1px solid #ddd;}
.name_pdt {padding:10px 10px; font-size:16px;}
.name_pdt strong {font-weight:normal; height: 45px; text-overflow: ellipsis; overflow: hidden; display: block; white-space: normal; word-wrap: break-word; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
.name_info {padding:0 10px; margin-bottom: 10px; font-size:14px; color:#777; height: 37px; text-overflow: ellipsis; overflow: hidden; display: block; white-space: normal; word-wrap: break-word; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
.name_prc {padding:5px 10px; border-top:1px solid #ddd; font-size: 22px; color: #f02a2a;}
.nw_bdr {border:1px solid #ddd; border-top:0;}


.reserv-inquiry{}
.reserv-inquiry figure{}
.reserv-inquiry figure img{display: block;}
.reserv-inquiry dl{margin-top:40px;}
.reserv-inquiry dl dt{font-size: 14px;font-weight: 500;line-height: 1.29;color: #515151;width:120px;top:30px;}
.reserv-inquiry dl dd{padding:15px 0 15px 120px;border-bottom: 1px solid #eee;min-height: 79px;}
.reserv-inquiry dl dd .frm_input{width: 100%;height: 48px;background: #fff !important;padding: 0 20px;font-size: 14px;font-weight: 500;border: 1px solid #dadada;border-radius: 4px;}
.reserv-inquiry dl dd textarea{width: 100%;background: #fff !important;padding: 20px;font-size: 14px;font-weight: 500;border: 1px solid #dadada;border-radius: 4px;resize: none;}
.reserv-inquiry dl dd .radio-wrap{display: flex;gap:10px;position: relative;top: 15px;}
.reserv-inquiry .chk{margin-top:20px;display: flex;justify-content: flex-end;}
.reserv-inquiry .btn-box{margin-top:40px;display: flex;justify-content: center;gap:10px;}


.company{}
.company .banner{}
.company .banner img{display: block;width:100%;}
.company h2{margin-top:64px;font-size: 42px;font-weight: 300;color: #222;}
.company dl{margin-top:64px;}
.company dl dt{width: 204px;font-size: 24px;font-weight: 600;color: #222;}
.company dl dd{padding: 0 0 64px 204px;}
.company dl dd .overview{}
.company dl dd .overview p{font-size: 18px;font-weight: normal;line-height: 1.44;color: #222;word-break: keep-all;}
.company dl dd .overview p span{display: inline;font-weight: 600;color: #2e9bf4;}
.company dl dd .overview .img{margin:24px 0 16px;}
.company dl dd .overview .img img{display: block;width:100%;}
.company dl dd .info-box{display: flex;justify-content: space-between;}
.company dl dd .info-box .left{}
.company dl dd .info-box .left ul{}
.company dl dd .info-box .left ul li{}
.company dl dd .info-box .left ul li + li{margin-top:24px;}
.company dl dd .info-box .left ul li strong{display: block; font-size: 18px;font-weight: normal;color: #222;}
.company dl dd .info-box .left ul li p{margin-top:8px; font-size: 14px;font-weight: normal;color: #515151;}
.company dl dd .info-box .right{}
.company dl dd .info-box .right strong{display:block;font-size: 18px;font-weight: normal;color: #222;}
.company dl dd .info-box .right .bus{margin-top:8px;}
.company dl dd .info-box .right .bus em{display: block;font-size: 14px;font-weight: normal;color: #222;}
.company dl dd .info-box .right .bus ul{margin-top:4px;}
.company dl dd .info-box .right .bus ul li{position:relative;font-size: 14px;font-weight: normal;line-height: 1.71;color: #515151;padding-left: 34px;}
.company dl dd .info-box .right .bus ul li span{position: absolute;top:2px;left:0;width:28px;height:19px;display: flex;align-items: center;justify-content: center; border-radius: 2px; font-size: 12px;font-weight: normal;color: #fff;}
.company dl dd .info-box .right .bus ul li span.case1{background: #46af1b;}
.company dl dd .info-box .right .bus ul li span.case2{background: #6175f5;}
.company dl dd .info-box .right .bus ul li span.case3{background: #fa5952;}
.company dl dd .info-box .right .bus ul li + li{margin-top:4px;}
.company .map-box{height:360px;}
.company .map-box .root_daum_roughmap .wrap_map{height:100% !important;}



@media all and (max-width:1460px) {

}


@media all and (max-width:1280px) {
}

@media all and (max-width:1200px) {

    header{padding:0 20px;}
    footer{padding:40px 20px 32px;}
    footer .f-cmm .left .box strong{font-size:20px;}
    footer .f-cmm .left{gap:30px;}
    footer .f-cmm .right{gap:50px;}


    #content_box{padding:40px 20px 80px;overflow: hidden;}
    .slide-section .layout{left:0;}
    .slide-section:before{display: none;}
    .slide-section .box{flex-direction: column;}
    .slide-section .box .txt-cont{padding: 0;width:100%;}
    .slide-section .box .txt-cont .button-tab{flex-direction: row;}
    .slide-section .box .slide-cont{margin-top:40px;width:100%;}
    .slide-section .box .slide-cont .tab-cont .slide-box:after{display: none;}
    .slide-section .box .slide-cont .tab-cont .swiper-button-next, .slide-section .box .slide-cont .tab-cont .swiper-button-prev{top:31%;}
    .slide-section .box .slide-cont .tab-cont .swiper-button-prev{left:0;}
    .slide-section .box .slide-cont .tab-cont .swiper-button-next{right:0;}

    .slide-section2 .slide-box:before{display: none;}
    .slide-section2 .slide-box:after{display: none;}

    .page-title{font-size: 30px;}
}


@media all and (max-width:1024px) {
    header{padding: 12px 20px !important;box-shadow: 0 2px 18px 0 rgba(0, 0, 0, 0.06);}
    #hd{padding-top:0;}
    .sch_box{display: none;}
    #nav{position: fixed;top:64px;right:-100%;width:100%;height:calc(100% - 64px);background: #fff;z-index: 9999999;transition: all 0.5s;}
    #nav.on{right:0;}
    #nav .list{display: flex;flex-direction:column;align-items: center;}
    .menu_list{padding-right:35px;}
    .menu_list ul li.btn-white{}
    .menu_list ul li a{padding:0 15px;}
    .menu_list .navi-icon{display: block;}
    .jbFixed{position: fixed;top:initial;left:initial;}

    footer{padding:20px 20px 32px;}
    footer .f-cmm .layout{flex-direction: column;gap:30px;}
    footer .f-cmm .left{flex-direction: column;}

    .slide-section .box .txt-cont h2{font-size:20px;}
    .slide-section .box .slide-cont .tab-cont .swiper-slide h4{font-size: 16px;height:49px;}
    .slide-section2 .title-box h2{font-size: 20px;}
    .slide-section2 .slide-box .swiper-slide h4{font-size: 16px;height:49px;}

    .slide-section .box .txt-cont .button-tab{flex-wrap: wrap;}
    .slide-section .box .txt-cont .button-tab button span{line-height: 38px;}

    .page-title{font-size: 26px;}
    #sct .list-top{padding:20px 0;flex-direction: column;align-items: flex-start;gap:20px;}
    #sct .list-top .ca-list{flex-wrap: wrap;}
    #sct .ca-sort{display: flex;justify-content: flex-end;width:100%;}

    #sod_frm .item-list .thead{display:none;}
    #sod_frm .item-list .tbody li{flex-wrap: wrap;}
    #sod_frm .item-list .tbody li > div{position:relative;padding:10px 5px;font-size:14px;}
    #sod_frm .item-list .tbody li > div:before{content: "";display: inline-block;margin-right:10px;}
    #sod_frm .item-list .tbody li .col1{}
    #sod_frm .item-list .tbody li .col2{width:calc(100% - 100px);}
    #sod_frm .item-list .tbody li .col3{}
    #sod_frm .item-list .tbody li .col3:before{content: "총인원";}
    #sod_frm .item-list .tbody li .col4{}
    #sod_frm .item-list .tbody li .col4:before{content: "판매가";}
    #sod_frm .item-list .tbody li .col5{}
    #sod_frm .item-list .tbody li .col5:before{content: "쿠폰"}
    #sod_frm .item-list .tbody li .col6{}
    #sod_frm .item-list .tbody li .col6:before{content: "소계"}
    #sod_frm .item-list .tbody li .col7{}
    #sod_frm .item-list .tbody li .col7:before{content: "포인트"}
    #smb_my_act li a{font-size: 20px;}

    .ca_list_li figure img{width:100%;height:auto;}
}


@media all and (max-width:768px) {
    #top_menu .logo{width: 120px;top: 4px;}

    .slide-section2 .button-tab2 button{word-break: auto-phrase;}
    .slide-section2 .slide-box .swiper-button-next2, .slide-section2 .slide-box .swiper-button-prev2{display: none;}

    footer .f-cont nav{gap:10px;}
    footer .f-cont nav a{font-size:14px;}
    footer .f-cont address p span:before{display: none;}
    #sod_frm .item-list .tbody li > div:before{content: "";margin:0;}
    #sod_frm .item-list .tbody li .col3{width:100%;display: flex;justify-content: space-between;}
    #sod_frm .item-list .tbody li .col4{width:100%;display: flex;justify-content: space-between;}
    #sod_frm .item-list .tbody li .col5{width:100%;display: flex;justify-content: space-between;}
    #sod_frm .item-list .tbody li .col6{width:100%;display: flex;justify-content: space-between;}
    #sod_frm .item-list .tbody li .col7{width:100%;display: flex;justify-content: space-between;}
    #sod_frm .tbl_frm01 dl{padding:20px 0;}
    #sod_frm .tbl_frm01 dl dt{float: none;top:0;width:100%;padding:0;}
    #sod_frm .tbl_frm01 dl dd{min-height: initial;padding:0;margin-top:10px;}
    #sod_frm .tbl_frm01 dl dd + dt{margin-top:30px;}
    #sod_frm .tbl_frm01 dl dd:before{display: none;}
    #sod_frm p#sod_frm_pt{text-align: left;}
    #sod_frm_paysel label{display: block;text-align: left;}
    #sod_frm .btn_confirm .btn_submit{height:45px;}
    #sod_frm .btn_confirm .btn01{height:45px;}

    #smb_my{margin:0;}
    #smb_my .flex-box{flex-direction: column;gap:40px;}
    #smb_my .flex-box .left{padding: 0;max-width: 100%;}
    #smb_my_act ul{display: flex;justify-content: center;gap:20px;}
    #smb_my_act li + li{margin:0;}
    #smb_my_act li a{font-size:16px;}
    #smb_my .flex-box .right{padding:0;max-width:100%;}

    #smb_my_ov dt{font-size:14px;}
    #smb_my_ov dd{font-size:14px;}
    .tbl_head01 .thead{display: none;}
    .tbl_head01 .tbody li{flex-direction: column;padding:5px 0;}
    .tbl_head01 .tbody li .col{padding:5px;width:100% !important;position: relative;display: flex;justify-content: space-between;}
    .tbl_head01 .tbody li .col:before{content:"";font-weight: bold;}
    .tbl_head01 .tbody li .col1:before{content:"주문서번호";}
    .tbl_head01 .tbody li .col2:before{content:"주문일시";}
    .tbl_head01 .tbody li .col3:before{content:"상품수";}
    .tbl_head01 .tbody li .col4:before{content:"주문금액";}
    .tbl_head01 .tbody li .col5:before{content:"입금액";}
    .tbl_head01 .tbody li .col6:before{content:"미입금액";}
    .tbl_head01 .tbody li .col7:before{content:"상태";}



    #sub_tab ul{flex-wrap: wrap;}
    #sub_tab ul li{flex: auto;font-size: 14px;width: 33.3333%;border: 1px solid #ddd;margin: -0.5px;}
    .reserv-inquiry dl dt{float:none;width:100%;top:0;}
    .reserv-inquiry dl dd{min-height: initial;padding:0;margin-top:10px;border:0;}
    .reserv-inquiry dl dd + dt{margin-top:30px;}
    .reserv-inquiry dl dd .frm_input{height:45px;width:100% !important;}
    .reserv-inquiry dl dd #ol_3{width:calc(100% - 15px) !important}

    .menu_list ul li a{padding:0 10px;height:35px;font-size:12px;}


    #install-button{}


}

@media all and (max-width:460px) {
    .menu_list ul{gap:4px;}
    .menu_list ul li a{padding: 0 5px;}
}