@charset "utf-8";

:root {
    --chk01W: 20px;
    --chk02W: 26px;
    --pt-c: #ff6b01;
    --bd01: #dbdbdb;
    --bd02: #eee;
    --cl-b01: #252525;
    --cl-b02: #454545;
    --danger: #ee0505;
    --w: #fff;
    --radioSize: 26px;
    --radioSize-m: 20px;
    --basic-color: #252525;
}

/*나눔고딕웹폰트로드(폰트 사용할곳에font-family:'Nanum Gothic', '나눔고딕', '굴림', 'Gulim', 'sans-serif', 'Tahoma';추가)*/
/*@import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css);*/
/*나눔바른고딕웹폰트로드(폰트 사용할곳에font-family:'NanumBarunGothic';추가)*/
/*@import url("../font/NanumBarunGothic.css");*/
/* 본고딕 font-family: "Noto Sans KR"; */
@import url(//fonts.googleapis.com/earlyaccess/nanumgothic.css);
@import url(notosanskr.css);

/* 노토산스 (폰트 사용할곳에font-family: 'Noto Sans KR', serif;추가)*/
@import url(https://fonts.googleapis.com/earlyaccess/notosanskr.css);

/* 배달의 민족 */
@font-face {
    font-family: "BMDOHYEON";
    src: url("../fonts/BMDOHYEON.ttf")
}

/* 잉크립퀴드체 */
@font-face {
    font-family: 'InkLipquid';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_one@1.0/InkLipquid.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 800;
    src: url(../fonts/NotoSansCJKkr-Black.otf) format('otf');
}

@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 600;
    src: url(../fonts/NotoSansCJKkr-Bold.otf) format('otf');
}

@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 500;
    src: url(../fonts/NotoSansCJKkr-Medium.otf) format('otf');
}

@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/NotoSansCJKkr-Regular.otf) format('otf');
}

@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 300;
    src: url(../fonts/NotoSansCJKkr-DemiLight.otf) format('otf');
}

@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 200;
    src: url(../fonts/NotoSansCJKkr-Light.otf) format('otf');
}

@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 100;
    src: url(../fonts/NotoSansCJKkr-Thin.otf) format('otf');
}




/* G마켓산스 */

@font-face {
    font-family: 'Gmarket Sans';
    font-style: normal;
    font-weight: 300;
    src: url(../fonts/GmarketSansLight.woff) format('woff');
}

@font-face {
    font-family: 'Gmarket Sans';
    font-style: normal;
    font-weight: 500;
    src: url(../fonts/GmarketSansMedium.woff) format('woff');
}

@font-face {
    font-family: 'Gmarket Sans';
    font-style: normal;
    font-weight: 700;
    src: url(../fonts/GmarketSansBold.woff) format('woff');
}

/* 나눔스퀘어 */

@font-face {
    font-family: 'NanumSquare';
    font-style: lighter;
    font-weight: 300;
    src: url(../fonts/NanumSquareL.woff) format('woff');
}

@font-face {
    font-family: 'NanumSquare';
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/NanumSquareR.woff) format('woff');
}

@font-face {
    font-family: 'NanumSquare';
    font-style: bold;
    font-weight: 700;
    src: url(../fonts/NanumSquareB.otf) format('woff');
}

@font-face {
    font-family: 'NanumSquare';
    font-style: black;
    font-weight: 800;
    src: url(../fonts/NanumSquareEB.ttf) format('woff');
}

/* 아리따부리 */

@font-face {
    font-family: 'AritaBuri';
    font-style: lighter;
    font-weight: 300;
    src: url(../fonts/Arita-buriL.woff) format('woff');
}

@font-face {
    font-family: 'AritaBuri';
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/Arita-buriM.woff) format('woff');
}

@font-face {
    font-family: 'AritaBuri';
    font-style: bold;
    font-weight: 700;
    src: url(../fonts/Arita-buriB.woff) format('woff');
}

@font-face {
    font-family: 'AritaBuri';
    font-style: black;
    font-weight: 900;
    src: url(../fonts/Arita-buriSB.woff) format('woff');
}

@font-face {
    font-family: 'NanumSquareRound';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_two@1.0/NanumSquareRound.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}



@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700;900&display=swap');


/* CSS Document */
* {
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html,
body {
    width: 100%;
    height: 100%;


}

html {
    overflow-y: scroll;

}

body {
    line-height: 1;
    letter-spacing: -0.04em;
    color: #252525;
    font-family: 'Noto Sans KR', 'sans-serif';
    word-break: keep-all;
}

body,
b,
p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
li,
dl,
dt,
dd,
table,
th,
tr,
td,
thead,
tbody,
form,
fieldset,
legend,
input,
textarea,
button,
select,
option {
    margin: 0;
    padding: 0;
    -webkit-text-size-adjust: none;
}

ul,
ol,
li,
dl,
dt,
dd {
    list-style: none;
}

i,
em,
address {
    font-style: normal;
}

label,
button {
    font-size: inherit;
    cursor: pointer;
}

button {
    font-family: inherit;
    border: none;
    background: none;
    -webkit-appearance: none;
}

select {
    /* 네이티브 외형 감추기 */
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;
    padding: 0 20px 0 10px;
    background: url("../img/btn/option_bar_btn.png")no-repeat right 10px center;
    vertical-align: middle;
    border: 1px solid #dbdbdb;
    outline: none;
    color: #252525;
    font-size: 1em;
}

select::-ms-expand {
    display: none;
}

hr,
legend {
    display: none;
}

img,
fieldset,
iframe {
    border: none;
}

img {
    vertical-align: top;
    max-width: 100%;
}

textarea {
    font-family: 'Noto Sans KR', '돋움', 'dotum', tahoma, 'MalgunGothic', 'Verdana', 'Arial', 'Helvetica', 'sans-serif';
    padding: 8px;
    border: solid 1px #c6c6c6;
    -webkit-appearance: none;


}

caption {
    display: none;
}

input,
select,
button {
    -webkit-border-radius: 0;
    border-radius: 0;
    vertical-align: middle;
}

table {
    border: none;
    border-collapse: collapse;
    padding: 0;
    border-spacing: 0;
}

fieldset {
    min-width: 100%;
}

a {
    color: inherit;
    font-size: inherit;
    font-family: inherit;

}

a:link,
a:visited,
a:active,
a:focus {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

br {
    font-family: 'Noto Sans KR';
}

input[type=text]::-ms-clear {
    display: none;
}

input::placeholder {
    color: #999999;
    font-size: inherit;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="number"],
input[type="button"],
input[type="tel"] {
    border: 1px solid #dbdbdb;
    -webkit-appearance: none;
    -moz-appearance: none;
    font-size: 1em;
    padding: 0 0.9375em;
}

input[type="text"]:hover,
input[type="text"]:focus,
input[type="password"]:hover,
input[type="password"]:focus,
input[type="email"]:hover,
input[type="email"]:focus,
input[type="number"]:hover,
input[type="number"]:focus,
input[type="tel"]:hover,
input[type="tel"]:focus {
    border-color: #ccc;
    outline: none;
}

input.readOnly {
    background-color: #f9f9f9;
    border: 1px solid #dbdbdb;
}

/* input[type=radio] {display: none;} */
.checkbox input[type="checkbox"]+label {
    position: relative;
    display: inline-block;
    padding-left: calc(var(--chk01W) + 10px);
    line-height: var(--chk01W);
    vertical-align: middle;
}

.checkbox input[type="checkbox"] {
    display: none;
}

.checkbox input[type="checkbox"]+label::after {
    content: '';
    position: absolute;
    background-color: var(--w);
    background-position: center;
    background-repeat: no-repeat;
    border: 1px solid var(--bd01);
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: var(--chk01W);
    height: var(--chk01W);
}

.checkbox input[type="checkbox"]:checked+label::after {
    background-color: var(--cl-b01);
    background-image: url(../img/ico/checked.png);
    border: none;
}

.checkbox02 input[type="checkbox"]+label {
    position: relative;
    display: inline-block;
    padding-left: calc(var(--chk02W) + 10px);
    line-height: var(--chk02W);
    vertical-align: middle;
}

.checkbox02 input[type="checkbox"] {
    display: none;
}

.checkbox02 input[type="checkbox"]+label::after {
    content: '';
    position: absolute;
    background-color: var(--w);
    background-position: center;
    background-repeat: no-repeat;
    border: 1px solid var(--bd01);
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: var(--chk02W);
    height: var(--chk02W);
}

.checkbox02 input[type="checkbox"]:checked+label::after {
    background-color: var(--cl-b01);
    background-image: url(../img/ico/checked_bold.png);
    border: none;
}

.radiobox_wrap>div+div {
    margin-left: 60px;
}

.radiobox input[type="radio"] {
    display: none;
}

.radiobox input[type="radio"]+label {
    vertical-align: middle;
    position: relative;
    display: inline-block;
    padding-left: calc(var(--radioSize) + 10px);
    line-height: var(--radioSize);
    cursor: pointer;
}

.radiobox input[type="radio"]+label::before,
.radiobox input[type="radio"]+label::after {
    content: '';
    position: absolute;
    background-color: var(--w);
    background-position: center;
    background-repeat: no-repeat;
    border: 1px solid var(--bd01);
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: var(--radioSize);
    height: var(--radioSize);
    border-radius: 100%;
}

.radiobox input[type="radio"]+label::after {
    width: calc(var(--radioSize) / 2);
    height: calc(var(--radioSize) / 2);
    margin-left: calc(var(--radioSize) / 3.5);
    border: none;
}

.radiobox input[type="radio"]:checked+label::after {
    background-color: var(--basic-color);
}

.radiobox2 input[type="radio"] {
    display: none;
}

.radiobox2 input[type="radio"]+label {
    position: relative;
    display: inline-block;
    padding-left: calc(var(--radioSize) + 10px);
    line-height: var(--radioSize);
    cursor: pointer;
}

.radiobox2 input[type="radio"]+label::before,
.radiobox2 input[type="radio"]+label::after {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: var(--radioSize);
    height: var(--radioSize);
    border-radius: 100%;
}

.radiobox2 input[type="radio"]+label::before {
    background-color: var(--w);
    border: 1px solid var(--bd01);
    ;

}

.radiobox2 input[type="radio"]+label::after {
    width: calc(var(--radioSize) / 2);
    height: calc(var(--radioSize) / 2);
    margin-left: calc(var(--radioSize) / 3.5);
}

.radiobox2 input[type="radio"]:checked+label::before {
    background-color: var(--pt-c);
    border: 1px solid var(--pt-c);

}

.radiobox2 input[type="radio"]:checked+label::after {
    background-color: var(--w);
}

.radiobox3 input[type="radio"] {
    display: none;
}

.radiobox3 input[type="radio"]+label {
    position: relative;
    display: inline-block;
    padding-left: calc(var(--radioSize-m) + 10px);
    line-height: var(--radioSize-m);
    cursor: pointer;
}

.radiobox3 input[type="radio"]+label::before,
.radiobox3 input[type="radio"]+label::after {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: var(--radioSize-m);
    height: var(--radioSize-m);
    border-radius: 100%;
}

.radiobox3 input[type="radio"]+label::before {
    background-color: var(--w);
    border: 1px solid var(--bd01);


}

.radiobox3 input[type="radio"]+label::after {
    width: calc(var(--radioSize-m) / 2);
    height: calc(var(--radioSize-m) / 2);
    margin-left: calc(var(--radioSize-m) / 3.5);
}

.radiobox3 input[type="radio"]:checked+label::before {
    background-color: var(--pt-c);
    border: 1px solid var(--pt-c);

}

.radiobox3 input[type="radio"]:checked+label::after {
    background-color: var(--w);
}

/* float */

/* .clearfix{*zoom: 1;} */
.clearfix:after {
    content: '';
    display: block;
    clear: both;
}

/* ul:after{content:'';display:block;clear:both;} */
/* Common */

.blind,
legend {
    display: block;
    overflow: hidden;
    position: absolute;
    top: -1000em;
    left: 0
}

.skip a {
    display: block;
    position: absolute;
    left: 0;
    top: -9999em;
    width: 100%;
    background-color: #272727;
    color: #aaa;
    font: bold 12px/3.4 arial, sans-serif;
    text-align: center;
    z-index: 99999;
}

.skip a:hover,
.skip a:active,
.skip a:focus {
    top: 0
}

/*loader*/
#loader {
    background: #f5f5f5;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 999999;
}

@-webkit-keyframes rotate {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

img.loading {
    -webkit-animation-name: rotate;
    -webkit-animation-duration: 1s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 140px;
    height: 140px;
    margin-left: -70px;
    margin-top: -70px;
}


/*페이징*/
.board_num_list {
    width: 100%;
    text-align: center;
    padding: 45px 0;
}

.board_num_list a {
    display: inline-block;
    height: 38px;
    line-height: 36px;
    width: 38px;
    color: #333;
    border: 1px solid #ddd;
    background: #fafafa;
    margin-left: 8px;
}

.board_num_list a:hover {
    text-decoration: none;
}

.board_num_list a.prev+a.num {
    margin-left: 0 !important;
}

.board_num_list a.prev_all {
    vertical-align: top;
    overflow: hidden;
    line-height: 9999px;
    width: 38px;
    background: #fafafa url('../img/btn/list_all_pr.png') center center no-repeat;
    /* margin:0 4px; */
}

.board_num_list a.prev {
    vertical-align: top;
    overflow: hidden;
    line-height: 9999px;
    background: #fafafa url('../img/btn/list_pr.png') center center no-repeat;
    margin-right: 18px;
}

.board_num_list a.next_all {
    vertical-align: top;
    overflow: hidden;
    line-height: 9999px;
    background: #fafafa url('../img/btn/list_all_ne.png') center center no-repeat;
}

.board_num_list a.next {
    vertical-align: top;
    overflow: hidden;
    line-height: 9999px;
    background: #fafafa url('../img/btn/list_ne.png') center center no-repeat;
    margin-left: 18px;
}

.board_num_list a.prev_all:hover,
.board_num_list a.prev:hover,
.board_num_list a.next:hover,
.board_num_list a.next_all:hover {}

.board_num_list a.on {
    border: 1px solid #252525;
}

.board_num_list li:first-child a {
    margin-left: 0;
}



/* 달력 */
.ui-datepicker-trigger {
    display: none;
}

.ui-datepicker.ui-widget.ui-widget-content.ui-helper-clearfix.ui-corner-all {
    display: none;
    position: relative;
    margin-top: 10px;
    background: #fff;
    border: solid 1px #dddddd;
    border-radius: 5px;
    z-index: 99999 !important;
}

.ui-datepicker.ui-widget.ui-widget-content.ui-helper-clearfix.ui-corner-all:before {
    position: absolute;
    top: -1px;
    left: 20px;
    content: "";
    width: 8px;
    height: 8px;
    border-top: solid 1px #ddd;
    border-radius: 0px;
    border-left: solid 1px #ddd;
    background-color: #fff;
    transform: translate(-50%, -50%) rotate(45deg);
}

.ui-datepicker.ui-widget.ui-widget-content.ui-helper-clearfix.ui-corner-all table {
    width: auto;
    background: #fff;
}

.ui-datepicker.ui-widget.ui-widget-content.ui-helper-clearfix.ui-corner-all table thead tr th {
    width: 32px;
    line-height: 24px;
    height: 24px;
    text-align: center;
    padding-right: 5px;
}

.ui-datepicker.ui-widget.ui-widget-content.ui-helper-clearfix.ui-corner-all table thead tr th span {
    font-size: 10.1px;
    font-weight: 300;
    color: #999999;
}

.ui-datepicker.ui-widget.ui-widget-content.ui-helper-clearfix.ui-corner-all table tbody tr td {
    text-align: center;
    color: #666666;
    font-size: 12px;
    width: 35px;
    line-height: 35px;
    height: 35px;
    padding-right: 0px;
    background: #ffffff;
}

.ui-datepicker.ui-widget.ui-widget-content.ui-helper-clearfix.ui-corner-all table tbody tr td a {
    display: block;
    margin: 1px;
    border-radius: 50%;
    color: #666666;
    font-size: 12px;
    font-weight: 300;
}

.ui-datepicker.ui-widget.ui-widget-content.ui-helper-clearfix.ui-corner-all table tbody tr td a:hover {
    background-color: #ffbf31;
    color: #fff;
}

.ui-datepicker.ui-widget.ui-widget-content.ui-helper-clearfix.ui-corner-all table tbody tr td a.ui-state-default.ui-state-active {
    border: solid 1px #ffbf31;
}

.ui-datepicker-title {
    display: table;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
}

.ui-datepicker-title span {
    text-align: center;
    color: #000000;
    font-size: 15px;
    font-weight: 500;
}

.ui-datepicker-title span.ui-datepicker-year {
    font-weight: 300;
}

.ui-datepicker-header.ui-widget-header.ui-helper-clearfix.ui-corner-all {
    position: relative;
}

.ui-datepicker-header.ui-widget-header.ui-helper-clearfix.ui-corner-all a.ui-datepicker-prev {
    text-indent: -9999px;
    position: absolute;
    background: url("../img/btn/calandar_left.png")no-repeat center;
    width: 6px;
    height: 10px;
    left: 10px;
    top: 6px;
}

.ui-datepicker-header.ui-widget-header.ui-helper-clearfix.ui-corner-all a.ui-datepicker-next {
    text-indent: -9999px;
    position: absolute;
    background: url("../img/btn/calandar_right.png")no-repeat center;
    width: 6px;
    height: 10px;
    right: 10px;
    top: 6px;
}

.ui-datepicker.ui-widget.ui-widget-content.ui-helper-clearfix.ui-corner-all table tbody tr td.ui-datepicker-unselectable.ui-state-disabled {
    background: #fff;
    color: #cecece;
}

input.date_form :-ms-input-placeholder {
    color: #333333;
}

input.date_form::-webkit-input-placeholder {
    color: #333333;
}

input.date_form::-moz-placeholder {
    color: #333333;
}

button.ui-datepicker-trigger {
    display: none;
}

img.ui-datepicker-taigger {
    margin-left: 10px;
    margin-top: 1px;
}

.date_form {
    background: url("../img/ico/ico_calander.png") no-repeat;
    background-position: 10px center;
}

.date_form.date_form3 {
    background: none;
}

/* custom  */
.only_w {
    display: block !important;
}

.only_m {
    display: none !important;
}

/* flex */
.flex {
    display: flex;
    display: -ms-flexbox;
}

.flexCol {
    display: flex;
    display: -ms-flexbox;
    flex-direction: column;

}

.flex_c {
    display: flex;
    display: -ms-flexbox;
    justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
}

.flex__c {
    display: flex;

    display: -ms-flexbox;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
}

.flex_c_c {
    display: flex;
    display: -ms-flexbox;
    justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
}

.flex_b_c {
    display: flex;
    display: -ms-flexbox;
    justify-content: space-between;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
}

.flex_b_st {
    display: flex;
    display: -ms-flexbox;
    justify-content: space-between;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    align-items: stretch;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
}

.flex_b {
    display: flex;

    display: -ms-flexbox;
    justify-content: space-between;
}

.flex_e_c {
    display: flex;
    justify-content: end;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
}

.flex__s {
    display: flex;
    display: -ms-flexbox;
    align-items: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
}

.flex_w {
    flex-wrap: wrap;
}

.dr_c {
    flex-direction: column;
}

.dr_cr {
    flex-direction: column-reverse;
}

.dr_rr {
    flex-direction: row-reverse;
}










.tac {
    text-align: center;
}

.tal {
    text-align: left;
}

.tar {
    text-align: right;
}

.color_w {
    color: #fff !important;
}

.color_g1 {
    color: #757575 !important;
}

.color_g2 {
    color: #999 !important;
}

.color_b1 {
    color: #252525 !important;
}

.color_b2 {
    color: #454545 !important;
}

* {
    -webkit-text-size-adjust: none
}

/*기본*/
.screen_pc {}

.screen_tb {
    display: none;
}

.screen_ph {
    display: none;
}

#wrap {
    width: 100%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

#header {
    position: relative;
}

#container {
    position: relative;
    max-width: 1920px;
    margin: 0 auto;
}

#footer {
    position: relative;
}


.layer_bg {
    position: absolute;
    left: 0;
    right: 0;
    top: 246px;
    bottom: 0;
    z-index: 99;
    background: rgba(0, 0, 0, 0.8);
    display: none;
    text-indent: -9999em;
    /* 
IE8이하는 rgba가 동작하지 않기 때문에 배경 투명도 적용을 위해 filter의 gradient을 대체 이용한다. 
컬러값 60000000의 8자리 숫자의 의미: 앞 60 불투명도, 나머지 6자리 컬러값.
startColorstr와 endColorstr의 색을 같게 하여 배경 투명도 처리를 하는것.
하지만 원래는 그라데이션 처리하는 기법이기 때문에 같은 60% 투명도라고 해도 약간의 차이는 있다.
*/
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#80000000, endColorstr=#80000000);
    zoom: 1;
    /* 일반적이진 않지만 ie6, 7 에서 적용 안되는경우 선언. */
}

.mo_layer_bg {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 77;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    text-indent: -9999em;
    /* 
IE8이하는 rgba가 동작하지 않기 때문에 배경 투명도 적용을 위해 filter의 gradient을 대체 이용한다. 
컬러값 60000000의 8자리 숫자의 의미: 앞 60 불투명도, 나머지 6자리 컬러값.
startColorstr와 endColorstr의 색을 같게 하여 배경 투명도 처리를 하는것.
하지만 원래는 그라데이션 처리하는 기법이기 때문에 같은 60% 투명도라고 해도 약간의 차이는 있다.
*/
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#80000000, endColorstr=#80000000);
    zoom: 1;
    /* 일반적이진 않지만 ie6, 7 에서 적용 안되는경우 선언. */
}

/* common */
.wrap_layout {
    width: calc(100% - 30px);
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
}

.wrap_layout:after {
    content: "";
    display: block;
    clear: both;
}

.inner {
    width: calc(100% - 30px);
    max-width: 1200px;
    margin: 0 auto;
}

.inner1425 {
    max-width: 1425px;
    margin: 0 auto;
    width: calc(100% - 30px);
}

.sb_ac {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sc_ac {
    display: flex;
    justify-content: center;
    align-self: center;
}

.fl_ac {
    display: flex;
    align-items: center;
}

.fl_sb {
    display: flex;
    justify-content: space-between;
}

.txt01 {
    font-size: 12px;
    color: #333;
}

.tit_st01 {
    padding: 0 20px;
    /*margin-top:20px;*/
    margin: 20px 0;
    line-height: 40px;
    font-size: 14px;
    color: #333;
    font-weight: 900;
    border-top: 2px solid #222;
    border-bottom: 1px solid #e5e5e5;
}

.btn_submit01 {
    display: block;
    width: 65px;
    height: 65px;
    background: url('../img/main/coupon_out-05.png') no-repeat;
    background-size: cover;
    outline: none;
    text-indent: -9999px;
}

.btn_more01 {
    display: block;
    width: 100%;
    height: 40px;
    line-height: 36px;
    text-align: center;
    font-size: 14px;
    color: #333;
    border: 2px solid #333;
}

.btn_more01:focus,
.btn_more01:hover {
    background: #333;
    color: #fff;
}

/*검색*/
.search_form {
    position: relative;
    /* width: 100%; */
    width: 340px;
    height: 44px;
    display: block;
}

.search_form .sf_txt {
    width: 100%;
    height: 44px;
    font-size: 15px;
    font-weight: 500;
    color: #252525;
    background: #f3f3f3;
    border: none;
    border-radius: 22px;
    padding-right: 50px;
}


.search_form .btn_search {
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    height: 44px;
    border: none;
    font-size: 0;
    background: url("/img/ico/search_icobtn.png") no-repeat center center;
}

/* header */

#header {
    width: 100%;
    height: 100px;
    position: relative;
    z-index: 50;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.02);
}

#header .logo {
    max-width: 141px;
    min-width: 88px;
    width: 13vw;
}

#header .logo a {
    display: block;

}

#header .logo a img {
    width: 100%;
}

#header .inner {
    max-width: 1640px;
    height: 100%;
}

.hdt_right li+li {
    margin-left: 14px;
}

.hdt_right li a {
    display: block;
    font-size: 14px;
    color: #999;
}

.hdt_right li span {
    display: flex;
    align-items: center;
    font-size: 14px;
}

.hdt_right li span i {
    margin-right: 6px;

}

.hdt_right li span i img {
    max-width: 24px;
}

.hdt_right li a.join_link {
    color: #252525;
}

.hdt_right li a.cart {
    position: relative;
}

.hdt_right li a.cart span {
    display: inline-block;
    vertical-align: middle;
}

.hdt_right li a.cart .num {
    padding: 3px 6px;
    text-align: center;
    background-color: var(--pt-c);
    line-height: 1;
    color: #fff;
    font-size: 12px;
    border-radius: 50%;
    margin-left: 5px;
    /* font-family: 'NanumSquare'; */
}

/* mo */

.mo_ham {
    display: inline-block;
    width: 22px;
    height: 14.5px;
    margin-left: 15px;
}

.mo_ham span {
    display: block;
    width: 100%;
    height: 2px;
    border-radius: 2px;
    background-color: #252525;
}

.mo_ham span+span {
    margin-top: 4px;
}

#gnb ul {
    display: flex;
    margin-left: -120px;
}

#gnb ul li a {
    display: block;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    color: #252525;
    padding: 0 15px;
    line-height: 1.5;
}

#gnb ul li:last-of-type a {
    padding-right: 0;
}



#header.active {
    background: #fff;
}

header.main.active #gnb ul li a {
    color: #252525;
}

#header.main.active .bk {
    display: block;
}

#header.active .wh {
    display: none;
}

#sd_nav {
    position: fixed;
    right: -100%;
    top: 0;
    width: 40vw;
    max-width: 630px;
    height: 100%;
    background: #e8e3da;
    padding: 50px 80px 0;
    box-sizing: border-box;
    transition: all 0.6s;
    z-index: 99999;
}

#sd_nav.on {
    right: 0;
}

#sd_nav .sd_inner {
    position: relative;
    padding-top: 40px;
    box-sizing: border-box;
}

#sd_nav .clo_btn {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
}

#sd_nav .sd_top {
    margin-bottom: 60px;
}

#sd_nav .sd_top a {
    display: inline-block;
    font-size: 20px;
    color: #231815;
}

#sd_nav .sd_top a.join {
    margin-left: 20px;
    padding-left: 20px;
    position: relative;
}

#sd_nav .sd_top a.join::before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 1px;
    height: 16px;
    background: #b7a88b;
}

#sd_nav .sd_list li:not(:last-of-type) {
    margin-bottom: 40px;
}

#sd_nav .sd_list li a {
    display: block;
    font-size: 36px;
    font-family: 'AritaBuri';
    font-weight: 900;
    color: #231815;
}

#sd_nav .sns_list {
    margin-top: 80px;
}

#sd_nav .sns_list a+a {
    margin-left: 20px;
}

/* web open menu */
.open_gnb {
    display: none;
    position: fixed;
    top: 131px;
    left: 0;
    width: 100%;
    height: auto;
    background-color: rgba(0, 0, 0, .2);
    z-index: 111;
    opacity: 0;
    overflow: hidden;
    transition: all .3s ease;
}

#header.active {
    position: fixed;
    top: 0;
    left: 0;
}

.open_gnb.active {
    display: block;
    height: 100%;
    opacity: 1;
    transition: all .3s ease;
}

.open_gnb .gnb_wrap {
    display: none;
    position: relative;
    width: 100%;
    background: #fff;
    /* border-top: solid 1px #333; */
}

.open_gnb.active .gnb_wrap {
    display: block;
}

.open_gnb .gnb_wrap .inner {
    padding: 30px 40px 60px;
    box-sizing: border-box;
}

.open_gnb .menu_list {
    width: 50%;
}

.open_gnb .menu_list .cg_list>li {
    display: flex;
    align-items: flex-start;
}

.open_gnb .menu_list .cg_list>li+li {
    margin-top: 15px;
}

.open_gnb .menu_list .cg_list>li>a {
    display: inline-block;
    font-weight: 500;
    color: #252525;
    line-height: 2;
}

.open_gnb .menu_list .cg_list .depth02 {
    display: inline-block;
    margin-left: 17px;
}

.open_gnb .menu_list .cg_list .depth02_list {
    display: flex;
    flex-wrap: wrap;
}

.open_gnb .menu_list .cg_list .depth02 li {}

.open_gnb .menu_list .cg_list .depth02 li a {
    display: inline-block;
    padding: 0 10px;
    color: #999999;
    vertical-align: middle;
    line-height: 2;
}

.open_gnb .menu_list .cg_list .depth02 li:hover a {
    color: #252525;
}

.open_gnb .menu_list .cg_list .depth02 li:after {
    content: '|';
    display: inline-block;
    font-size: 10px;
    color: #dbdbdb;
    line-height: 16px;
    vertical-align: middle;
}

.open_gnb .menu_list .cg_list .depth02 li:last-of-type:after {
    display: none;
}

.open_gnb .menu_sub {
    width: 50%;
    padding-left: 30px;
    box-sizing: border-box;
}

.open_gnb .menu_sub .customer_menu>li>a {
    display: inline-block;
    font-weight: 500;
    color: #252525;
    line-height: 2;
}

.open_gnb .menu_sub .customer_menu .depth02 {
    display: inline-block;
    margin-left: 19px;
}

.open_gnb .menu_sub .customer_menu .depth02 ul {
    display: flex;
    align-items: center;
}

.open_gnb .menu_sub .customer_menu .depth02 li {
    position: relative;
}

.open_gnb .menu_sub .customer_menu .depth02 li a {
    display: inline-block;
    padding: 0 10px;
    color: #999;
}

.open_gnb .menu_sub .customer_menu .depth02 li:hover a {
    color: #252525;
}

.open_gnb .menu_sub .customer_menu .depth02 li:not(:last-of-type)::after {
    content: '|';
    display: inline-block;
    font-size: 10px;
    color: #dbdbdb;
    line-height: 16px;
    vertical-align: middle;
}

.open_gnb .customer_center {
    margin-top: 42px;
}

.open_gnb .customer_center .center_call {
    display: block;
    margin: 21px 0 28px;
    font-family: 'NanumSquare';
    font-size: 24px;
    font-weight: 900;
    color: #252525;
}

.open_gnb .customer_center .center_time span {
    display: inline-block;
    font-size: 14px;
    color: #757575;
    line-height: 1.6;
}

.open_gnb .customer_center .center_time .time_ttl {
    margin-right: 5px;
}

.open_gnb .sns {
    margin-top: 43px;
}

.open_gnb .menu_sub .sns ul {
    margin-top: 20px;
}

.open_gnb .menu_sub .sns ul li {
    display: inline-block;
}

.open_gnb .menu_sub .sns ul li+li {
    margin-left: 10px;
}

.open_gnb .menu_sub .sns ul li a {
    display: block;
    width: 42px;
    height: 42px;
    border-radius: 50%;
}

.open_gnb .menu_sub .sns .cafe {
    background: url('../img/ico/sns_cafe.png') no-repeat center center/cover;
}

.open_gnb .menu_sub .sns .insta {
    background: url('../img/ico/sns_insta.png') no-repeat center center/cover;
}

.open_gnb .menu_sub .sns .youtube {
    background: url('../img/ico/sns_ytb.png') no-repeat center center/cover;
}

.hdb_right {
    margin-left: auto;
    align-items: flex-end;
}

.hdb_right a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}


.hdb_right a+a {
    margin-left: 22px;
}

.hdb_right p {
    display: none;
    font-size: 12px;
    color: #555555;
    margin-top: 2px;
}












/* footer */


/* footer */
.f_logo {
    width: 14%;
}

.ft_cont {
   width: 59%;
   margin: 0 0.5%;
}

.inquiry {
width:26%;    
}
.inquiry h4{
    font-size: 18px;
    margin-bottom: 20px;
}
.inquiry p{
    color: #757575;
}
.f_logo a img {
    opacity: 0.25;
}

#footer {
    border-top: solid 1px #aaa;
}

.footer_top {
    border-bottom: solid 1px #dbdbdb;
    padding: 20.5px 0;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}

.footer_top a {
    font-size: 15px;
    line-height: 1.333;
    color: #757575;
}

.footer_top .more_notice {
    color: #252525;
    margin-left: 120px;
}

.footer_bot {
    padding: 40px 0 50px;
}

#fnb ul li {
    display: inline-block;
}


#fnb ul li+li {
    margin-left: 27px;
}

#fnb ul li a {
    display: block;
    font-size: 15px;
    color: #757575;
}

#fnb ul li.fwb a {
    color: #252525;
}

.footer_bot .add_box span {
    position: relative;
    display: inline-block;
}

.inline_mo {
    display: inline-block !important;
}

small {

    display: inline-block;
    background: #dbdbdb;
    width: 1px;
    height: 8px;
    margin-top: 5px;
    margin: 0 8px;
}

.footer_bot .ft_cont {
    font-size: 14px;
    line-height: 1.5;
    color: #999;
}

.footer_bot .copy {
    color: #757575;
}

.footer_bot .copy {
    margin-top: 36px;
}

.footer_top .sns_list a img {
    opacity: 0.5;
}
.footer_top .sns_list a{
    width: 38px;
    height: 38px;
    display: block;
    background-color: #bbb;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 100%;
    background-size: 22px auto;
}
.footer_top .sns_list a.home{
    background-image: url(/img/ico/home_f.svg);
    
}
.footer_top .sns_list a.instargram{
    background-image: url(/img/ico/instargram_f.svg);

}
.footer_top .sns_list a+a {
    margin-left: 10px;
}

.move_btn_wrap {

    position: fixed;
    right: 60px;
    bottom: 10%;
    z-index: 11;
}

.move_btn_wrap a {
    width: 70px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-radius: 100%;
    color: #fff;
    cursor: pointer;
    background-color: #454545;
}

.move_btn_wrap a img {
    width: 30%;
    height: 26%;
    margin-bottom: 3px;
}

.move_btn_wrap a+a{
    margin-top: 12px;
}
.move_btn_wrap a.bot_btn img {
    margin-top: 3px;
    margin-bottom: -7px;
    transform: rotate(180deg);
}



/* ********************** */
.video_pop {
    display: none;
}

.video_pop .video_bg {
    position: fixed;
    top: 0;
    ;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    display: block;
    z-index: 99999;
}

.video_wrap {
    max-width: 800px;
    max-height: 800px;
    width: calc(100% - 30px);
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.video_wrap .pop_top {
    height: 60px;
    line-height: 2;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    background: #5a346f;
    padding: 12px 20px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.pop_cont video {
    width: 100%;
}

.video_wrap .pop_top p {
    font-size: 18px;
}

.video_wrap .pop_top .close {
    display: flex;
    justify-content: center;
    align-items: center;
}

.video_wrap .pop_top .close img {
    width: 20px;
}

.follow_menu {
    padding: 100px 0;
    background-color: #fafafa;
}

.follow_menu .ttl {
    font-size: 36px;
    line-height: 1.5;
    margin-bottom: 50px;
    text-align: center;
    word-break: keep-all;
    font-family: 'Lato', 'Noto Sans KR';
}

.follow_menu .inner {
    height: 580px;
}

.follow_menu .inner div {
    position: relative;
}

.follow_menu .right,
.follow_menu .left {
    width: calc(24.1666% - 20px);
    height: 100%;
}

.follow_menu .center {
    width: 48.6666%;
    height: 100%;
    margin: 0 20px;
}

.follow_menu .center>div {
    height: calc(50% - 10px);
}

.follow_menu .center .top {
    margin-bottom: 20px;
}

.follow_menu .inner .bot_l {
    background-color: #a3cf75;
}

.follow_menu .inner div img {
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.follow_menu .inner div a {
    position: relative;
    z-index: 10;
    color: #fff;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 70px 38px;

}



.follow_menu .inner div a p {
    font-size: 20px;
    font-family: 'Lato', sans-serif;
    font-weight: 100;
    margin-bottom: 20px;
}

.follow_menu .inner div a h3 {
    font-size: 22px;
}

.follow_menu .inner div.left a p {
    font-size: 36px;
    margin-bottom: 50px;

}

.follow_menu .inner .center a {
    padding: 50px;
}

.bot div {
    width: calc(50% - 10px);
}

.bot .bot_l {
    margin-right: 20px
}

#mnb {
    display: none;
}

.mo_ham {
    display: none;
}

@media screen and (max-width: 1300px) {
    #gnb ul li a {
        font-size: 1em;
        padding: 0 10px;
    }
}

@media screen and (max-width: 1200px) {
    body {
        font-size: 15px;
    }

    .hdt_right li+li {
        margin-left: 10px;
    }

    .follow_menu .inner div a {
        padding: 5.8333vw 3.1666vw;
    }

    .follow_menu .inner .center a {
        padding: 4.1666vw 3.3333vw;
    }


}

@media screen and (max-width:1024px) {
    .main_slider .slider_img {
        width: calc(100vw - 30px);
        margin: 0 15px;
    }

    #gnb.only_w {
        display: none !important;
    }

    .mo_ham {
        display: block;
    }

    html.gnbOpen {
        position: fixed;
        left: 0;
        width: 100%;
        height: 100%;
    }

    html.gnbOpen body:after {
        top: 0;
        background: rgba(0, 0, 0, 0.5);
    }

    html.gnbOpen #mnb {
        left: 0;
        display: block;
    }

    html.gnbOpen .mnb_bg {
        display: block;
        z-index: 55;
    }

    #mnb .gnb_list>li.mobile_link {
        display: block;
        padding: 30px 22px 20px;
        text-align: center;
        border-bottom: 0 none;
    }

    #mnb .gnb_list>li.mobile_link ul li {
        display: block;
        float: left;
        width: 25%;
        margin: 0%;
    }

    #mnb .sns_link li a img {
        width: 70%;
    }

    #mnb {
        position: fixed;
        left: 100%;
        width: 100%;
        top: 0px;
        bottom: 0;
        z-index: 99;
        background: #fff;
        transition: all .3s;
        overflow-y: auto;
        z-index: 99999;
    }

    #mnb .mnb_top {
        height: 59px;
    }

    #mnb .level_wrap i {
        /* max-width: 20px; */
        display: flex;
        margin-right: 8px;
    }

    #mnb .level_wrap i img {
        width: 100%;
        max-width: 20px;
    }

    #mnb .level_wrap span {
        display: flex;
        align-items: center;
        font-size: 14px;
        font-weight: 500;
    }

    #mnb .mo_close {
        display: inline-block;
        width: 16px;
        height: 16px;
        margin-left: 15px;
        background: url('../img/btn/mo_closebtn.png') no-repeat center center/cover;
    }

    .mnb_list li {
        border-bottom: solid 1px #eeeeee;
    }

    .mnb_list li>* {
        display: block;
        font-weight: 500;
        color: #252525;
        padding: 16px 19px;
    }

    .mnb_list li.open>.depth02 {
        background-image: url('../img/btn/sub_menuopen.png');
    }

    .mnb_list .submenu {
        display: none;
        padding: 10px 15px;
        background: #f9f9f9;
    }

    .mnb_list .submenu li {
        padding: 12px 0;
        border: none;
    }

    .mnb_list .submenu li a {
        display: block;
        line-height: 1.2;
        padding: 0 0 0 9px;
        font-size: 13px;
        color: #757575;
        position: relative;
    }

    .mnb_list .submenu li a::before {
        content: '-';
        font-size: 13px;
        line-height: 1.2;
        color: #757575;
        position: absolute;
        top: 0;
        left: 0;
    }

    .main_top {
        padding-top: 0;
    }

    .mgt01 {
        text-align: center;
        padding-bottom: 17px;
        border-bottom: solid 1px #999;
    }

    .mgt01 a {
        display: inline-block;
        width: 50%;
        max-width: 90px;
        padding: 11px 0;
        border: solid 1px #252525;
        border-radius: 4px;
        font-size: 13px;
        font-weight: 500;
        color: #252525;
    }

    .mgt01 a+a {
        margin-left: 9px;
    }

    .mgt02 {
        padding: 17px 0;
    }

    .mgt02 ul li {
        width: 25%;
        text-align: center;
    }

    .mgt02 ul li a {
        display: block;
    }

    .mgt02 .ico_box {
        width: 55px;
        margin: 0 auto;
    }

    .mgt02 ul li p {
        font-size: 11px;
        font-weight: 500;
        color: #757575;
        margin-top: 6px;
    }

}

/* moblie */
@media screen and (max-width: 850px) {

    body {
        font-size: 14px;
    }

    #wrap {
        /* min-width: 100%; */
        overflow: hidden;
    }

    /* .wrap_layout {
        width: 100%;
    } */

    header {
        z-index: 999;
    }

    .only_w {
        display: none !important;
    }

    .only_m {
        display: block !important;
    }

    /* header */

    #header {
        height: 60px;
        border-bottom: 1px solid #dbdbdb;
    }


    .header_top {
        padding-top: 24px;
    }

    .hdb_right {
        width: auto;
    }

    .hdb_right a .only_m {
        width: 18px;
    }

    .hdb_right a.ico_logout .only_m {
        width: 14px;
    }

    .hdb_right a+a {
        margin-left: 15px;
    }

    .header_bot {
        padding: 0;
        border-bottom: solid 1px #333;
    }

    .header_bot .hdb_right {
        position: absolute;
        top: 20px;
        right: 15px;
    }

    .hdt_right li a {
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        font-size: 0;
    }

    .hdt_right li a span {
        font-size: 0;
    }

    .hdt_right li a img {
        width: 14px;
    }

    .hdt_right li a.my_page img {
        width: 15px;
    }

    .hdt_right li a.cart img {
        width: 18px;

    }

    .hdt_right li a.cart .num {
        position: absolute;
        top: -10px;
        right: -10px;
        padding: 3px 7px;
        font-size: 7px;
    }

    .hdt_right li a+a {
        margin-left: 15px;
    }


    .header_top .hdt_right {
        display: none;
    }


    #gnb_web {
        width: 100%;
        white-space: nowrap;
        position: relative;
    }

    #gnb_web .gnb_list {
        display: block;
        overflow-x: auto;
        padding: 18px 0;
        margin: 0;
    }

    #gnb_web .gnb_list li {
        display: inline-block;
    }

    /* header */



    .follow_menu .ttl {
        font-size: 23px;
        margin-bottom: 35px;
    }


    /* footer */
    .move_btn_wrap{
         right: 15px;
        bottom: 7%;
    }
    .move_btn_wrap a {
        width: 50px;
        height: 50px;
       
        font-size: 11px;
    }

    .follow_menu {
        padding: 40px 0;
    }

    .follow_menu .inner {
        height: auto;
        display: block
    }

    .follow_menu .inner div {
        width: 100% !important;
    }

    .follow_menu .right,
    .follow_menu .left {
        height: 44.445vw;
    }

    .follow_menu .center {
        margin: 10px 0;
    }

    .follow_menu .center .top {
        margin-bottom: 10px;
        height: 36.111vw;
    }

    .follow_menu .inner .bot {
        height: 33.3333vw;
    }

    .follow_menu .inner .bot_l {
        margin-right: 10px;
    }

    .follow_menu .inner div a {
        padding: 20px;
    }

    .follow_menu .inner .left a {
        padding: 20px;
    }

    .follow_menu .inner div a h3 {
        font-size: 1em;
    }

    .follow_menu .inner div a p {
        font-size: 0.923em;
        margin-bottom: 8px;
    }

    .follow_menu .inner div.left a p {
        font-size: 1.5384em;
        margin-bottom: 20px;
    }

    .footer_top {
        padding: 20px 15px;
        display: block;
    }
    #fnb {
        margin-bottom: 20px;
    }
    #fnb ul {
        display: flex;
        align-items: center;
        /* justify-content: space-between; */
    }

    #fnb ul li a {
        font-size: 11px;
    }

    #fnb ul li+li {
        margin-left: 15px;
    }

    .footer_bot .inner {
        display: block;
    }

    .inline_mo {
        display: none !important;
    }

    .footer_bot .inner {
        display: block;
    }

    .footer_bot .f_logo {
        max-width: 88px;
        width: 100%;
    }
    .footer_bot .inner > *{
        width: 100% !important;
    }
    .footer_bot .ft_cont {
        margin: 30px 0;
        font-size: 12px;
    }

    .footer_bot .copy {
        margin-top: 25px;
    }

    /* .footer_top .sns_list .top {
        justify-content: flex-start;
        margin: 25px 0 10px;
    }

    .footer_top .sns_list .bot {
        text-align: left;
    } */
    .inquiry h4 {
        font-size: 14px;
        margin-bottom: 13px;
    }

    .board_num_list a {
        width: 24px;
        height: 24px;
        line-height: 22px;
        font-size: 12px;

    }

    .board_num_list a.next {
        margin-left: 12px;
        background-size: 24px auto;
    }

    .board_num_list a.prev_all {
        width: 24px;
        background-size: 24px auto;
    }

    .board_num_list a.prev {
        margin-right: 12px;
        background-size: 24px auto;
    }

    .board_num_list a.next_all {
        background-size: 24px auto;
    }






}

@media screen and (max-width: 420px) {

    .layer_bg {
        bottom: -372vw
    }

}

@media screen and (max-width: 375px) {

    .layer_bg {
        bottom: -372vw
    }

}

@media screen and (max-width: 360px) {

    .layer_bg {
        bottom: -426vw
    }

}


@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {

    .overview .impact_visual picture,
    .overview .visual picture {
        width: 100%;
        height: 100%;
        overflow: hidden;
        display: block;
        position: relative;
    }

    .overview img {
        position: absolute;
        transform: translateX(-50%) translateY(-50%);
        top: 50%;
        left: 50%;
        min-width: 100%;
        min-height: 100%;
        width: auto !important;
        height: auto !important;
    }


    .clinical_data .visual img,
    .role .visual img,
    .intake .visual img,
    .overview .line img,
    .overview .pick_visual img {
        position: static;
        transform: translate(0, 0);
        min-width: auto;
        min-height: auto;
    }

    .pick_contaciner .pick_visual {
        -webkit-box-shadow: inset 0 0 0 4px var(--pt-c);
        -moz-box-shadow: inset 0 0 0 4px var(--pt-c);
        box-shadow: inset 0 0 0 4px var(--pt-c);
    }


}





@media screen and (max-width: 420px) {
    body {
        font-size: 13px;
    }

    .layer_bg {
        bottom: -372vw
    }

}

@media screen and (max-width: 360px) {

    .layer_bg {
        bottom: -372vw
    }

    #fnb ul {
        justify-content: space-between;
    }

    #fnb ul li+li {
        margin-left: 0;
    }

}

@media screen and (max-width: 320px) {
    body {
        font-size: 11px;
    }

    .layer_bg {
        bottom: -426vw
    }

}