@charset "utf-8";


/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
.container, .container-lg, .container-md, .container-sm, .container-xl {
   padding: 0;
}

.row {
    margin: 0 auto;
}

body {
    font-family: 'NanumSquareNeo', sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #797979;
    min-width: 320px;
    word-break: keep-all;
    padding-right: 0 !important;
    user-select: none;
}

a {
    color: #404040;
}

    a:hover {
        color: #db1718;
        text-decoration: none;
    }

h1, h2, h3, h4, h5, h6 {
    font-family: 'NanumSquareNeo', sans-serif;
}

ul, li, ol, dl, dd, dt {
    list-style: none;
    padding: 0;
    margin: 0;
}

h1, h2, h3, h4, h5, h6, ul, li, ol, dl, dd, dt, div, p, a {
    letter-spacing: -0.25px;
    color: #111;
}

span.red {
    color: #F93827;
}

strong {
    font-family: 'NanumSquareNeoHeavy';
    letter-spacing: -2.5px;
}

h1 {
    font-family: 'NanumSquareNeoHeavy';
    letter-spacing: -2px;
    font-size: 48px;
}

h2 {
    font-family: 'NanumSquareNeoBold';
    letter-spacing: -2px;
    font-size: 30px;
}

h2 strong {
    font-family: 'NanumSquareNeoExtraBold';
    letter-spacing: -2px;
    font-size: 32px;
    line-height: 1.5;
}

h3 {
    font-family: 'NanumSquareNeo';
    letter-spacing: -1px;
    font-size: 22px;
    color: #514C4C;
    line-height: 1.5;
}

main {
    width: 100%;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

p {
    margin: 0;
    margin-block-start: 0;
    margin-block-end: 0;
}

img {
    padding: 0;
    margin: 0;
}

em {
    font-family: 'NanumSquareNeoBold';
    font-style: normal;
}

.modal {
    padding-right: 0 !important;
    background-color: rgba(0, 0, 0, 0.3);
}

.modal-dialog {
    max-width: 700px;
    overflow-y: initial !important;
}

.modal-content {
    border: 0;
    border-radius: 0;
}

.modal-header {
    background-color: #846353;
    border-bottom: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

    .modal-header .close {
        padding: 0;
        margin: 0;
    }

.modal-title {
    color: #fff;
}

.close {
    font-size: 2.5rem;
    font-weight: 300;
    line-height: 0.6;
    color: #fff;
    text-shadow: none;
    opacity: 1;
}

    .close:hover {
        color: #fff;
    }

.modal-body {
    height: 100%;
    overflow-y: auto;
}

#footPop01 .modal-body, #footPop02 .modal-body {
    height: 600px !important;
}

.tl {
    text-align: left;
    }

.tr {
    text-align: right;
}

.red {
    color: #db1718;
}

#footPop01 .txt-box {
    width: 100%;
    padding: 15px;
    box-sizing: border-box;
}

    .txt-box h1 {
        font-size: 22px !important;
        line-height: 2;
    }

    .txt-box div h2 {
        font-size: 16px;
    }
    
    .txt-box div {
        margin-bottom: 45px;
        line-height: 1.4;
    }

        .txt-box div p {
            font-size: 15px;
            color: #757575;
            line-height: 1.4;
        }
    
    .txt-box table {
        width: 100%;
        border-collapse: collapse;
        border-spacing: 1px;
        border: 1px solid #e5e5e5;
    }

        .txt-box table th {
            height: 35px;
            background: #f1f1f1;
            border-right: 1px solid #e5e5e5;
            text-align: center;
            font-size: 15px;
        }

        .txt-box table td {
            height: 35px;
            border-bottom: 1px solid #e5e5e5;
            border-right: 1px solid #e5e5e5;
            text-align: center;
            font-size: 15px;
        }

    .btn-nextPage {
        margin: 0 auto;
        width: 150px;
        height: 30px;
    }
    

/*--------------------------------------------------------------
# Input / Select / Textarea
--------------------------------------------------------------*/
select {
    width: 150px;
    height: 40px;
    border: 1px solid #dadada;
    padding-left: 15px;
    vertical-align: middle;
}

input[type=text] {
    width: 340px;
    height: 40px;
    border: 1px solid #dadada;
    padding: 0 12px;
    vertical-align: middle;
}

input[type=date] {
    border: 1px solid #dadada;
    color: #797979;
}

input:focus[type=date] {
    outline: none !important;
}

input.widthM {
    width:500px !important;
}

::placeholder {
    color: #d3d3d3;
}

textarea {
    width: 100%;
    border: 1px solid #dadada;
}

@media (max-width: 767px) {
    select {
        font-size: 14px !important;
    }
    input::placeholder {
        font-size: 14px !important;
    }
}

/*--------------------------------------------------------------
button
--------------------------------------------------------------*/
button { transition: all 0.4s; cursor: pointer; }
button:hover {
    opacity: 0.9;
}

.get-started-btn {
    display: block;
    width: 127px;
    height: 38px;
    text-align: center;
    line-height: 38px;
    font-weight: 700;
    font-size: 17px;
    color: #fff;
    background: #F8B82C;
    border-radius: 80px;
}

/* btn-type~ */
.btn-type01 {
    width: 238px;
    height: 60px;
    background: #0096EB;
    border: none;
    border-radius: 80px;
    color: #fff;
    font-size: 17px;
    font-weight: 700;
}
.btn-type01.on {
    width: 238px;
    height: 60px;
    background: #fff;
    border: none;
    border-radius: 80px;
    color: #0096EB;
    font-size: 17px;
    font-weight: 700;
}
.btn-type02 {
    width: 230px;
    height: 60px;
    background: #0096EB;
    border: none;
    border-radius: 80px;
    color: #fff;
    font-size: 17px;
    font-weight: 700;
}

.btn-exit {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 32px;
    height: 32px;
    background: url(../images/pop_exit.png) no-repeat 0 0;
    background-size: cover;
    border: none;
}
