@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: 'Pretendard', sans-serif;
    font-weight: 400;
    color: #000;
    -webkit-text-size-adjust: none;
    -ms-text-size-adjust: none;
    letter-spacing: -0.5px;
}

* {
    box-sizing: border-box;
}

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;
    background: none;
}

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,
textarea:focus {
    outline: none;
}

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

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

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

@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-weight: 600;
    src: url(../fonts/Pretendard-SemiBold.woff2) format("woff2")
}

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

@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-weight: 900;
    src: url(../fonts/Pretendard-Black.woff2) format("woff2")
}

.inner {
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
}

.dis-no {
    display: none;
}

.chk_box input[type="checkbox"] {
    position: absolute;
    top: 1px;
    left: 0;
    opacity: 0;
}

.chk_box {
    display: inline-block;
    position: relative;
}

.chk_box label {
    padding-left: 19px;
    font-size: 14px;
}

.chk_box label:before {
    content: '';
    position: absolute;
    top: 5px;
    left: 0;
    width: 14px;
    height: 14px;
    border: 1px solid #666;
    border-radius: 2px;
    box-sizing: border-box;
}

.chk_box input:checked+label:before {
    border: 0;
    background: url(../images/checkbox_on.png) 0 0 / cover;
}

.chk {
    position: relative;
    display: inline-block;
}

.chk+.chk {
    margin-left: 83px;
}

.chk input[type="radio"] {
    position: absolute;
    top: 1px;
    left: 0;
    opacity: 0;
}

.chk {
    display: inline-block;
    position: relative;
}

.chk label {
    position: relative;
    padding-left: 32px;
    font-size: 14px;
    color: #828282;
}

.chk label:before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 24px;
    height: 24px;
    box-sizing: border-box;
    background: url(../images/radio.png) 0 0 / cover;
}

.chk input:checked+label:before {
    border: 0;
    background: url(../images/radio_on.png) 0 0 / cover;
}

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

select:focus {
    outline: none;
}

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

@media (max-width: 900px) {
    .pc_ver {
        display: none !important;
    }

    .inner {
        max-width: 100%;
        width: calc(100% - 40px);
    }

    .board_view .had {
        padding: 14px 0;
    }

    .board_view .had .cate {
        font-size: 11px;
        margin-bottom: 2px;
    }

    .board_view .had h3 {
        font-size: 14px;
    }

    .board_view .body {
        padding-top: 16px;
    }

    .board_view .cola {
        flex-direction: column;
        gap: 25px;
    }

    .board_view .cola .thum {
        width: 100%;
    }

    .board_view .cola .data {
        width: 100%;
    }

    .board_view .cola .data li .name {
        width: 100%;
        font-size: 14px;
        margin-bottom: 5px;
    }

    .board_view .cola .data li .txt {
        font-size: 14px;
    }

    .board_view .cola .data .txt_cont {
        height: 212px;
        padding: 10px;
        font-size: 12px;
        line-height: 1.5;
    }

    .board_view .cola .data .txt_cont::-webkit-scrollbar,
    .board_view .cola .data .txt_cont::-webkit-scrollbar-thumb {
        width: 10px;
    }

    .board_view .colb {
        margin-top: 50px;
    }

    .board_view .colb .col_tit {
        font-size: 16px;
        padding-top: 15px;
    }

    .board_view .colb .col_tit::before {
        width: 10px;
        height: 10px;
    }

    .board_view .colb .memo {
        padding-top: 25px;
        font-size: 14px;
    }

    .board_view .colb .memo img {
        width: 100%;
    }

    .board_view .view_btns {
        margin-top: 25px;
        padding-top: 50px;
    }

    .board_view .view_btns .btn_prev,
    .board_view .view_btns .btn_next {
        width: 50px;
        height: 50px;
        line-height: 48px;
    }

    .board_view .view_btns .btn_prev img,
    .board_view .view_btns .btn_next img {
        width: 10px;
        height: 20px;
    }

    .board_write .msg {
        font-size: 14px;
        margin-bottom: 13px;
    }

    .board_write table th {
        width: 110px;
        height: 50px;
        font-size: 12px;
        white-space: nowrap;
        padding-left: 12.5px;
    }

    .board_write table td {
        width: calc(100% - 110px);
        padding: 7.5px 0 7.5px 7.5px;
        font-size: 10px;
    }

    .board_write select {
        width: 66px;
        height: 35px;
        border-radius: 0;
        padding: 0 7.5px;
        background: url(../images/ic_sel.png) no-repeat calc(100% - 10px) center / 5px 2.5px;
        font-size: 10px;
    }

    .board_write input[type="text"] {
        width: 100%;
        height: 35px;
        border-radius: 0;
        padding: 0 10px;
        font-size: 10px;
    }

    .board_write input[type="text"]::placeholder {
        font-size: 10px;
    }

    .board_write .tel_box input[type="text"] {
        width: 60px;
    }

    .board_write .email input[type="text"],
    .board_write .email_box select {
        max-width: 100px;
        width: 100%;
    }

    .board_write .email input[type="text"] {
        margin-right: 3px;
    }

    .board_write .email_box select {
        margin-left: 3px;
    }

    .board_write textarea {
        height: 85px;
        padding: 10px;
        font-size: 10px;
        border-radius: 0;
    }

    .board_write .agreement {
        margin-top: 35px;
        padding: 23px 20px 20px 20px;
    }

    .board_write .agreement .tit {
        font-size: 14px;
        margin-bottom: 20px;
    }

    .board_write .agreement .agr_txt {
        max-height: 165px;
        padding: 10px;
    }

    .board_write .agreement .agr_txt p {
        font-size: 12px;
    }

    .board_write .agreement .agr_txt::-webkit-scrollbar,
    .board_write .agreement .agr_txt::-webkit-scrollbar-thumb {
        width: 10px;
    }

    .board_write .agreement .chk_box {
        margin-top: 22px;
    }

    .chk_box label {
        padding-left: 25px;
        font-size: 12px;
    }

    .chk_box label:before {
        top: 5px;
        width: 15px;
        height: 15px;
    }

    .btnD1 {
        height: 50px;
        line-height: 50px !important;
        padding: 0 46px;
        font-size: 14px !important;
    }

}
