@charset "utf-8";

@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 100;
    src: url(/fonts/NotoSansKr/NotoSansKR-Thin.woff2) format('woff2'),
        url(/fonts/NotoSansKr/NotoSansKR-Thin.woff) format('woff'),
        url(/fonts/NotoSansKr/NotoSansKR-Thin.otf) format('opentype');
}

@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 300;
    src: url(/fonts/NotoSansKr/NotoSansKR-Light.woff2) format('woff2'),
        url(/fonts/NotoSansKr/NotoSansKR-Light.woff) format('woff'),
        url(/fonts/NotoSansKr/NotoSansKR-Light.otf) format('opentype');
}

@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 400;
    src: url(/fonts/NotoSansKr/NotoSansKR-Regular.woff2) format('woff2'),
        url(/fonts/NotoSansKr/NotoSansKR-Regular.woff) format('woff'),
        url(/fonts/NotoSansKr/NotoSansKR-Regular.otf) format('opentype');
}

@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 500;
    src: url(/fonts/NotoSansKr/NotoSansKR-Medium.woff2) format('woff2'),
        url(/fonts/NotoSansKr/NotoSansKR-Medium.woff) format('woff'),
        url(/fonts/NotoSansKr/NotoSansKR-Medium.otf) format('opentype');
}

@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 700;
    src: url(/fonts/NotoSansKr/NotoSansKR-Bold.woff2) format('woff2'),
        url(/fonts/NotoSansKr/NotoSansKR-Bold.woff) format('woff'),
        url(/fonts/NotoSansKr/NotoSansKR-Bold.otf) format('opentype');
}

@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 900;
    src: url(/fonts/NotoSansKr/NotoSansKR-Black.woff2) format('woff2'),
        url(/fonts/NotoSansKr/NotoSansKR-Black.woff) format('woff'),
        url(/fonts/NotoSansKr/NotoSansKR-Black.otf) format('opentype');
}


@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 200;
    src: url(/fonts/Roboto/Roboto-Thin.woff2) format('woff2'),
        url(/fonts/Roboto/Roboto-Thin.woff) format('woff'),
        url(/fonts/Roboto/Roboto-Thin.otf) format('opentype');
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    src: url(/fonts/Roboto/Roboto-Light.woff2) format('woff2'),
        url(/fonts/Roboto/Roboto-Light.woff) format('woff'),
        url(/fonts/Roboto/Roboto-Light.otf) format('opentype');
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url(/fonts/Roboto/Roboto-Regular.woff2) format('woff2'),
        url(/fonts/Roboto/Roboto-Regular.woff) format('woff'),
        url(/fonts/Roboto/Roboto-Regular.otf) format('opentype');
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    src: url(/fonts/Roboto/Roboto-Medium.woff2) format('woff2'),
        url(/fonts/Roboto/Roboto-Medium.woff) format('woff'),
        url(/fonts/Roboto/Roboto-Medium.otf) format('opentype');
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    src: url(/fonts/Roboto/Roboto-Bold.woff2) format('woff2'),
        url(/fonts/Roboto/Roboto-Bold.woff) format('woff'),
        url(/fonts/Roboto/Roboto-Bold.otf) format('opentype');
}

/* 초기화 */
* {
    font-family: 'Roboto', 'Noto Sans KR', sans-serif;
    -webkit-text-size-adjust: none;
    -ms-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -o-text-size-adjust: none;
    list-style: none;
    border: 0;
}

html {
    overflow-y: scroll
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Roboto', 'Noto Sans KR', sans-serif;
    background: #e5f5ff;
}

html,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
img {
    margin: 0;
    padding: 0;
    border: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Roboto', 'Noto Sans KR', sans-serif;
}

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

ul,
dl,
dt,
dd {
    margin: 0;
    padding: 0;
    list-style: none
}

legend {
    position: absolute;
    margin: 0;
    padding: 0;
    font-size: 0;
    line-height: 0;
    text-indent: -9999em;
    overflow: hidden
}

label,
input,
button,
select,
img {
    vertical-align: middle;
    font-size: 1em;
}

input,
button {
    margin: 0;
    padding: 0;
    font-family: 'Roboto', 'Noto Sans KR', sans-serif;
    border: 0;
}

input[type="submit"] {
    cursor: pointer
}

button {
    cursor: pointer
}

textarea,
select {
    font-family: 'Roboto', 'Noto Sans KR', sans-serif;
    font-size: 1em
}

select {
    margin: 0
}

p {
    margin: 0;
    padding: 0;
    word-break: break-all
}

hr {
    display: none
}

pre {
    overflow-x: scroll;
    font-size: 1.1em
}

a {
    color: #000;
    text-decoration: none;
}

*,
:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

input[type=text],
input[type=password],
textarea {
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    outline: none;
}

input[type=text]:focus,
input[type=password]:focus,
textarea:focus,
select:focus {
    -webkit-box-shadow: 0 0 5px #9ed4ff;
    -moz-box-shadow: 0 0 5px #9ed4ff;
    box-shadow: 0 0 5px #9ed4ff;
    border: 1px solid #558ab7 !important;
}


input {
    /* appearance: none; */
    /* -webkit-appearance: none; */
    -webkit-border-radius: 0;
}


select {
    /*ios대응*/
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;

    background: url(/img/icon/arrow_down.png)no-repeat 98% 50% #fff; 
    color: inherit;
}

select::-ms-expand {
    display: none;
    /* 화살표 없애기 for IE10, 11*/
}


.placeholdersjs {
    color: #aaa !important
}

/* 레이아웃 크기 지정 */
.con {
    width: 1000px;
}

.con {
    margin-left: auto;
    margin-right: auto;
}

.con-min-width {
    min-width: 1000px;
}

.mo-con {
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
}

.pd {padding-left: 25px !important;
    padding-right: 25px !important;}


/* 커스텀 */
.img-box>img {
    width: 100%;
    display: block;
}


/* 커스텀 체크박스 스타일 */
.custom-checkbox {
    display: none;
}

.custom-checkbox+label {
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    font-size: 16px;
}

.custom-checkbox+label::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 2px solid #007bff;
    border-radius: 4px;
    margin-right: 8px;
    background-color: #fff;
    transition: background 0.2s;
}

.custom-checkbox:checked+label::before {
    background-color: #007bff;
    border-color: #007bff;
    content: "\2714";
    color: white;
    font-size: 16px;
    text-align: center;
    line-height: 20px;
}


/* 라이브러리 - flex */
*>.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

*>.flex-column-nowrap {
    flex-flow: column nowrap;
}

*>.flex-grow-1 {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex-grow: 1;
}

*>.flex-jc-c {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

*>.flex-jc-s {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

*>.flex-jc-e {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

*>.flex-jc-sb {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

*>.flex-ai-c {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

*>.flex-as-s {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

*>.flex-ai-e {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

*>.flex-as-s {
    align-self: stretch;
    -ms-grid-row-align: stretch;
}

*>.flex-as-c {
    align-self: center;
}

*>.flex-as-s {
    align-self: flex-start;
}

*>.flex-as-e {
    align-self: flex-end;
}

*>.flex-column-nowrap {
    flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
}

*>.flex-column-wrap {
    flex-flow: column wrap;
}

*>.flex-row-wrap {
    flex-flow: row wrap;
}

.flex-ch-basis-0>* {
    flex-basis: 0;
    -ms-flex-preferred-size: 0;
}

*>.flex-1-0-0 {
    flex: 1 0 0;
    -ms-flex: 1 0 0px;
}

*>.flex-di-column {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
}