@charset "utf-8";

/* css Reset */
header,
footer,
section,
article,
aside,
nav,
hgroup,
details,
menu,
figure,
figcaption {
    display: block
}

body {
    margin: 0;
    padding: 0;
    font-family: 'spoqahansans', 'Malgun Gothic', 'Apple SD Gothic Neo', 'dotum', sans-serif;
    font-weight: 400;
    color: #2a2a2a;
    -webkit-text-size-adjust: none;
    -ms-text-size-adjust: none;
    letter-spacing: -0.5px;
    overflow-x: hidden;

}

p,
div,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
li,
dl,
dt,
dd,
table,
th,
td,
form,
fieldset,
legend,
input,
textarea,
select,
button,
code,
label,
em,
span,
strong {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    color: inherit;
    word-break: keep-all;
}

form {
    display: inline;
    margin: none
}

img,
fieldset {
    border: 0
}

hr {
    display: none
}

li {
    list-style: none
}

em,
address {
    font-style: normal
}

label,
input,
select,
textarea {
    vertical-align: middle;
    -webkit-appearance: none
}

legend {
    position: absolute;
    left: -5000px;
    font-size: 0;
    overflow: hidden
}

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

caption {
    position: relative;
    left: -5000px;
    height: 0;
    line-height: 0;
    text-indent: -5000px;
    overflow: hidden
}

a:link,
a:active,
a:visited,
a {
    text-decoration: none;
    font: inherit;
    color: inherit
}

a:hover {
    text-decoration: none;
    color: inherit
}

label,
input,
button,
select,
img {
    vertical-align: middle
}

button {
    cursor: pointer;
    outline: none;
    background: none
}

input[type="button"],
input[type="text"],
input[type="image"],
input[type="submit"],
input[type="password"],
input[type="tel"],
input[type="number"],
select,
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 0;
    box-sizing: border-box;
}

input[type="checkbox"] {
    -webkit-appearance: checkbox;
    -moz-appearance: checkbox;
}

input[type="radio"] {
    -webkit-appearance: radio;
    -moz-appearance: radio;
}

input[type="text"]:focus,
input[type="password"]:focus {
    outline: none;
}

textarea {
    resize: none;
    box-sizing: border-box;
}

select {
    box-sizing: border-box;
}

select:focus {
    outline: none;
}

select::-ms-expand {
    display: none;
}

::-webkit-input-placeholder {
    color: #ddd;
}

:-moz-placeholder {
    color: #ddd;
}

::-moz-placeholder {
    color: #ddd;
}

:-ms-input-placeholder {
    color: #ddd;
}

/* button */
.btnB1 {
    display: inline-block;
    width: 100%;
    height: 49px;
    border-radius: 3.5px;
    text-align: center;
    line-height: 49px !important;
    background: #7ba34d;
    color: #fff !important;
}

.btng {
    display: flex
}

.btng button~button {
    margin-left: 10px;
}

.btng button {
    height: 49px;
    line-height: 49px;
    text-align: center;
    border-radius: 3.5px;
    color: #fff;
}

.btn_no {
    display: inline-block;
    width: 27%;
    min-width: 104px;
    background: #6a6a6a;
}

.btn_ok {
    display: inline-block;
    width: 82%;
    background: #7ba34d;
}

.btn_save_all {
    display: inline-block;
    width: 40%;
    min-width: 104px;
    background: #ef4a4a;
}

.btn_save {
    display: inline-block;
    width: 82%;
    background: #7ba34d;
}






















@font-face {
    font-family: 'spoqahansans';
    font-style: normal;
    font-weight: 100;
    src: url(/resources/fonts/SpoqaHanSansNeo-Thin.woff) format("woff")
}

@font-face {
    font-family: 'spoqahansans';
    font-style: normal;
    font-weight: 200;
    src: url(/resources/fonts/SpoqaHanSansNeo-Light.woff) format("woff")
}

@font-face {
    font-family: 'spoqahansans';
    font-style: normal;
    font-weight: 400;
    src: url(/resources/fonts/SpoqaHanSansNeo-Regular.woff) format("woff")
}

@font-face {
    font-family: 'spoqahansans';
    font-style: normal;
    font-weight: 500;
    src: url(/resources/fonts/SpoqaHanSansNeo-Medium.woff) format("woff");
}

@font-face {
    font-family: 'spoqahansans';
    font-style: normal;
    font-weight: 700;
    src: url(/resources/fonts/SpoqaHanSansNeo-Bold.woff) format("woff")
}

@font-face {
    font-family: 'gmarketsans';
    font-style: normal;
    font-weight: 200;
    src: url(/resources/fonts/GmarketSansLight.woff) format("woff")
}

@font-face {
    font-family: 'gmarketsans';
    font-style: normal;
    font-weight: 500;
    src: url(/resources/fonts/GmarketSansMedium.woff) format("woff")
}

@font-face {
    font-family: 'gmarketsans';
    font-style: normal;
    font-weight: 700;
    src: url(/resources/fonts/GmarketSansBold.woff) format("woff")
}

/* slider */
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: ''
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir='rtl'] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}