﻿@charset 'utf-8';

body {
    -webkit-text-size-adjust: none;
    -webkit-overflow-scrolling: touch;
}

body, form, input, p, h1, h2, h3, h4, h5, h6, ul, ol, li, dl, dt, dd {
    margin: 0;
    padding: 0;
}

ul, ol, li {
    list-style: none;
}

img {
    border: 0;
    vertical-align: top
}

table {
    border-collapse: collapse;
    border-spacing: 0 !important;
}

th, td {
    padding: 0;
}

textarea {
    padding: 0;
    margin: 0;
}

fieldset {
    display: block;
    border: none;
    padding: 0;
    margin: 0
}

legend, caption {
    width: 0;
    height: 0;
    padding: 0;
    margin: 0;
    font-size: 0;
    line-height: 0;
}

a {
    text-decoration: none;
    color: #555;
}

td, div, p, li, dt, dd, input, button, textarea, select, h1, h2, h3, h4, h5 {
    font-family: 'noto','Malgun Gothic','Dotum','gulim',Helvetica,sans-serif;
    font-size: 14px;
    font-weight: normal;
    color: #555;
}

a.line {
    text-decoration: underline;
}

::selection {
    background: #bdd600;
}

/*layout*/
#header {
    width: 100%;
}

#container {
    width: 100%;
}

#footer {
    width: 100%;
    min-width: 1660px;
    background: #e9e9e9;
    margin: 0 auto;
}

.inner {
    width: 1660px;
    margin: 0 auto;
    padding: 0 80px;
    box-sizing: border-box;
}

.ly_full {
    min-width: 1660px;
    margin: 0 auto;
}

#header .inner {
    position: relative;
}

    #header .inner:after {
        content: '';
        display: block;
        clear: both;
    }

#header .logo {
    overflow: hidden;
    float: left;
    width: 107px;
    height: 91px;
    text-indent: -9999px;
    background: url('/images/agent/logo.png') no-repeat 0 0;
}

.nav {
    float: left;
    padding: 18px 0 0 0;
}

    .nav .my_info {
        display: inline-block;
        font-size: 13px;
        padding-left: 30px;
    }

        .nav .my_info strong {
            color: #641f45;
        }

.gnb {
    position: relative;
}

.gnb_inner:after {
    display: none;
    content: '';
    position: absolute;
    left: 0;
    top: 54px;
    width: 100%;
    height: 180px;
    background: #fff;
    border: 1px solid #661e43;
    box-shadow: 0 8px 5px rgba(150,150,150,.4);
    z-index: 100;
}

.gnb .main_menu {
    padding-left: 30px;
}

    .gnb .main_menu:after {
        content: '';
        display: block;
        clear: both;
    }

    .gnb .main_menu > li {
        float: left;
        position: relative;
        font-size: 18px;
        font-weight: bold;
        margin: 0 26px;
    }

        .gnb .main_menu > li:first-child {
            margin-left: 0;
        }

        .gnb .main_menu > li:last-child {
            margin-right: 0;
        }

        .gnb .main_menu > li > a {
            display: inline-block;
            color: #000;
            padding: 15px 0;
        }

        .gnb .main_menu > li:hover:after, .gnb .main_menu > li.on:after {
            content: '';
            width: 100%;
            height: 3px;
            background: #009fda;
            position: absolute;
            bottom: 0;
            left: 0;
        }

.gnb .submenu {
    display: none;
    position: absolute;
    left: 0;
    top: 65px;
    z-index: 200;
}

    .gnb .submenu li {
        font-size: 15px;
        line-height: 26px;
    }

        .gnb .submenu li a {
            color: #000;
        }

            .gnb .submenu li a:hover {
                color: #009fda;
            }

.secondary {
    display: none;
    z-index: 200;
    position: absolute;
    top: 230px;
    width: 100%;
    left: 1px;
    background: #f8f8f8;
    padding: 20px 0 0 268px;
    box-sizing: border-box;
}

    .secondary .m_title {
        position: absolute;
        left: 38px;
        top: 25px;
    }

        .secondary .m_title span {
            display: inline-block;
            text-indent: -99999px;
            overflow: hidden;
            width: 152px;
            height: 55px;
            background: url('/images/agent/nav_agent_tit.png') no-repeat 0 0;
        }

    .secondary ul:after {
        content: '';
        display: block;
        clear: both;
    }

    .secondary ul li {
        float: left;
        width: 25%;
        margin-bottom: 20px;
        font-size: 17px;
        font-weight: bold;
    }

        .secondary ul li a {
            color: #000;
        }

.gnb .nav_close {
    display: none;
    width: 52px;
    height: 52px;
    position: absolute;
    top: 2px;
    right: -2px;
    overflow: hidden;
    text-indent: -9999px;
    background: url('/images/agent/nav_close.png') no-repeat 0 0;
}

.gnb:hover .gnb_inner:after {
    display: block;
}

.gnb:hover .submenu {
    display: block;
}

.gnb:hover .secondary {
    display: block;
}

.gnb:hover .nav_close {
    display: block;
}

.utill {
    position: absolute;
    top: 16px;
    right: 80px;
}

    .utill:after {
        content: '';
        display: block;
        clear: both;
    }

    .utill > li {
        float: left;
        position: relative;
        line-height: 26px;
    }

        .utill > li:before {
            content: '';
            display: inline-block;
            ;
            margin: 0 10px;
            width: 1px;
            height: 9px;
            background: #e5e5e5
        }

    .utill a {
        display: inline-block;
        color: #565656;
    }

    .utill li.login:before, .utill li.lang:before {
        display: none;
    }

    .utill li.l_open > a {
        display: inline-block;
        padding-right: 20px;
        min-width: 58px;
        background: url('/images/agent/arr_utill.gif') no-repeat 100% 50%;
    }

    .utill li.lang {
        position: relative;
        margin-left: 50px;
    }

        .utill li.lang:last-child {
            margin-left: 10px;
        }

        .utill li.lang > a {
            display: inline-block;
            padding: 0 30px 0 10px;
            width: 95px;
            height: 26px;
            line-height: 24px;
            box-sizing: border-box;
            border: 1px solid #ccc;
            position: relative;
        }

        .utill li.lang.l_open > a {
            background: 0;
        }

        .utill li.lang > a:after {
            content: '';
            display: inline-block;
            width: 8px;
            height: 5px;
            position: absolute;
            right: 8px;
            top: 50%;
            margin-top: -1px;
            background: url('/images/agent/arr_utill2.gif') no-repeat 0 0;
        }

    .utill li.l_open.open ul {
        display: block;
    }

    .utill .open_menu {
        display: none;
        position: absolute;
        z-index: 500;
        position: absolute;
        left: 10px;
        top: 26px;
        background: #fff;
        padding: 10px;
        border: 1px solid #eaeaea;
        width: 100%;
        box-sizing: border-box;
    }

    .utill .lang .open_menu {
        left: 0;
    }

    .utill .open_menu li {
        line-height: 18px;
        margin-bottom: 5px;
    }

    .utill .open_menu a:hover {
        text-decoration: underline
    }

.location {
    min-width: 1660px;
    background: #f8f8f8;
    margin: 0 auto;
}

    .location ul {
        padding: 25px 20px;
    }

        .location ul:after {
            content: '';
            display: block;
            clear: both;
        }

    .location li {
        float: left;
        color: #959595;
        font-size: 13px;
        font-weight: bold;
    }

        .location li:before {
            content: '';
            display: inline-block;
            width: 5px;
            height: 5px;
            margin: 0 10px;
            background: url('/images/agent/dot_5x5.png') no-repeat 0 0;
            vertical-align: top;
            position: relative;
            top: 7px;
        }

    .location .home {
        overflow: hidden;
        position: relative;
        top: 1px;
        text-indent: -9999px;
        width: 20px;
        height: 18px;
        background: url('/images/agent/ico_home.png');
    }

    .location li:last-child {
        color: #641f45;
    }

.cont_wrap .inner {
    padding: 40px 100px 100px;
}

.cont_wrap h1 {
    margin-bottom: 30px;
    font-size: 30px;
    color: #661e43;
    font-weight: bold;
}

#footer .inner {
    padding: 32px 80px;
}

#footer ul:after {
    content: '';
    display: block;
    clear: both;
}

#footer ul li {
    float: left;
    font-size: 11px;
    line-height: 20px;
    color: #999;
}

    #footer ul li:before {
        content: '';
        display: inline-block;
        margin: 0 10px;
        position: relative;
        top: 6px;
        vertical-align: top;
        width: 1px;
        height: 10px;
        background: #ccc;
    }

    #footer ul li:first-child:before {
        display: none;
    }

#footer address {
    font-style: normal
}

#footer .copyright {
    font-size: 11px;
    line-height: 20px;
    color: #999;
}


/* common style */
.inline {
    display: inline-block;
}

.scr_wrap {
    overflow-y: auto;
    overflow-x: hidden;
}

.full {
    width: 100% !important;
}

.wave {
    display: inline-block;
    margin: 0 5px;
    width: 18px;
    text-align: center;
}
/* align */
.fc01 {
    color: #661e43 !important;
}

.fc02 {
    color: #c63185 !important;
}

.bg_gray {
    padding: 20px 30px;
    background: #f7f7f6;
}

.align_c {
    text-align: center !important;
}

.align_l {
    text-align: left !important;
}

.align_r {
    text-align: right !important;
}

.mg0 {
    margin: 0;
}

/* button */
.g_btn01 {
    display: inline-block;
    height: 50px;
    min-width: 220px;
    padding: 0 65px;
    line-height: 48px;
    text-align: center;
    background: #bdd600;
    font-size: 16px;
    box-sizing: border-box;
    border: 1px solid #bdd600;
    color: #000;
}

.g_btn02 {
    display: inline-block;
    height: 50px;
    min-width: 220px;
    padding: 0 65px;
    line-height: 48px;
    text-align: center;
    background: #fff;
    font-size: 16px;
    border: 1px solid #bdd600;
    box-sizing: border-box;
    color: #000;
}

.g_btn03 {
    display: inline-block;
    height: 50px;
    min-width: 220px;
    padding: 0 65px;
    line-height: 48px;
    text-align: center;
    background: #cacdd4;
    font-size: 16px;
    box-sizing: border-box;
    color: #000;
}

.g_btn04 {
    display: inline-block;
    height: 40px;
    min-width: 134px;
    padding: 0 15px;
    line-height: 38px;
    text-align: center;
    background: #fff;
    font-size: 14px;
    box-sizing: border-box;
    border: 1px solid #641f45;
    color: #641f45;
}

.g_btn05 {
    display: inline-block;
    height: 40px;
    min-width: 134px;
    padding: 0 15px;
    line-height: 38px;
    text-align: center;
    background: #641f45;
    font-size: 14px;
    box-sizing: border-box;
    color: #fff;
}

.g_btn04.disabled {
    background: #cacdd4;
    color: #444;
    border: 0;
}

.g_btn_tb01 {
    display: inline-block;
    height: 29px;
    padding: 0 12px;
    line-height: 28px;
    text-align: center;
    background: #009fda;
    font-size: 12px;
    box-sizing: border-box;
    color: #fff;
    border-radius: 2px
}

.g_btn_tb02 {
    display: inline-block;
    height: 29px;
    padding: 0 12px;
    line-height: 28px;
    text-align: center;
    background: #fff;
    font-size: 12px;
    box-sizing: border-box;
    color: #009fda;
    border: 1px solid #009fda;
    border-radius: 2px
}

.g_btn_tb03 {
    display: inline-block;
    height: 29px;
    padding: 0 12px;
    line-height: 28px;
    text-align: center;
    background: #cacdd4;
    font-size: 12px;
    box-sizing: border-box;
    color: #444;
    border-radius: 3px
}


.btn_wrap {
    text-align: right;
    vertical-align: top;
    margin-top: 40px;
}

    .btn_wrap a {
        margin: 0 4px;
    }

.paging + .btn_wrap {
    margin-top: 10px;
}

a[class^='btn0'].full {
    width: 100% !important;
}


/* component */
input[type=text], input[type=file], input[type=password], input[type=number] {
    text-align: left;
    box-sizing: border-box;
    height: 40px;
    padding: 0 10px;
    margin: 0;
    border: 1px solid #d3d3d3;
    font-size: 14px;
    line-height: 38px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff;
}

input.placeholder {
    color: #777 !important;
}

input[type=text]:focus, input[type=file]:focus, input[type=password]:focus, select:focus {
    outline: none;
    border-color: #661e43;
}

input[type=text]:disabled {
    color: #999;
    background-color: #f7f7f6 !important;
}

input::-webkit-input-placeholder {
    color: #999
}

input::-moz-placeholder {
    color: #999
}

input::-ms-input-placeholder {
    color: #999
}

input[type=radio] {
    width: 18px;
    height: 18px;
    padding: 0;
    margin: -1px 0 0;
    border: 0;
    vertical-align: middle;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url('/images/agent/ico_radio.png') no-repeat 0 0;
}

input[type=checkbox] {
    width: 18px;
    height: 18px;
    padding: 0;
    margin: -1px 0 0;
    border: 0;
    vertical-align: middle;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url('/images/agent/ico_check.png') no-repeat 0 0;
}

input[type=radio]:checked {
    background-position-y: -18px;
}

input[type=radio]:disabled {
    background-position-y: -36px;
}

    input[type=radio]:disabled + label,
    input[type=checkbox]:disabled + label {
        color: #999;
    }

input[type=checkbox]:checked {
    background-position-y: -18px;
}

input[type=checkbox]:disabled {
    background-position-y: -36px;
}

input[type=radio] + label, input[type=checkbox] + label {
    margin-left: 8px;
}

input, button {
    display: visible;
    padding: 0;
    margin: 0;
    border: 0;
    border-radius: 0;
    vertical-align: middle;
    cursor: pointer;
    background: none;
}

    input + label {
        margin: 0 15px 0 4px;
    }

select {
    height: 40px;
    padding: 0 32px 0 10px;
    min-width: 120px;
    margin: 0;
    border: 1px solid #d3d3d3;
    text-align: left;
    vertical-align: middle;
    font-size: 14px;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff url('/images/agent/btn_arrow.png') no-repeat 100% 50%;
    box-sizing: border-box;
}

    select:disabled {
        color: #999;
    }

    select option {
        line-height: 30px;
        vertical-align: middle;
    }

    select::-ms-expand, input[type=radio]::-ms-expand, input[type=checkbox]::-ms-expand {
        display: none;
    }

    select:disabled {
        border: 1px solid #eaeaea;
        color: #999;
        background-image: url('/images/agent/btn_arrow_disabled.png');
    }

textarea {
    box-sizing: border-box;
    border: 1px solid #d3d3d3;
    padding: 10px;
    margin: 0;
    border-radius: 0;
    font-size: 18px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #f7f7f7;
    resize: none;
}

.btn_calendar {
    display: inline-block;
    position: relative;
    height: 40px;
    padding: 0 30px 0 10px;
    width: 185px;
    border: 1px solid #d3d3d3;
    line-height: 38px;
    border: 1px solid #d3d3d3;
    box-sizing: border-box;
    background: #fff url('/images/agent/ico_calendar.png') no-repeat 95% 50% !important;
    margin-right: 0;
}

    .btn_calendar + span {
        margin: 0 5px;
    }

.paging {
    margin-top: 40px;
    text-align: center;
}

.btn_wrap + .paging {
    margin-top: 20px;
}

.paging li {
    display: inline-block;
    font-size: 14px;
    color: #959595;
    vertical-align: top;
    margin: 0 3px;
}

    .paging li.on a {
        background: #009fda;
        color: #fff;
    }

    .paging li a {
        display: inline-block;
        overflow: hidden;
        width: 30px;
        height: 30px;
        line-height: 28px;
    }

    .paging li strong {
        display: inline-block;
        width: 30px;
        height: 30px;
        color: #fff;
        line-height: 38px;
        background: #009fda;
    }

    .paging li.btn_first, .paging li.btn_prev, .paging li.btn_next, .paging li.btn_last {
        width: 30px;
        height: 30px;
        margin: 0;
    }

        .paging li.btn_first a, .paging li.btn_prev a, .paging li.btn_next a, .paging li.btn_last a {
            border: none;
            line-height: 28px;
            text-indent: -9999px;
        }

        .paging li.btn_first a, .paging li.btn_prev a, .paging li.btn_next a, .paging li.btn_last a {
            display: inline-block;
            overflow: hidden;
            width: 30px;
            height: 30px;
        }

        .paging li.btn_first a {
            background: url('/images/agent/ico_paging.png') no-repeat 50% 0px;
        }

    .paging li.btn_prev {
        margin-right: 10px;
    }

        .paging li.btn_prev a {
            background: url('/images/agent/ico_paging.png') no-repeat 50% -32px;
        }

    .paging li.btn_next {
        margin-left: 10px;
    }

        .paging li.btn_next a {
            background: url('/images/agent/ico_paging.png') no-repeat 50% -64px;
        }

    .paging li.btn_last a {
        background: url('/images/agent/ico_paging.png') no-repeat 50% -96px;
    }

.file_upload input[type="text"]:disabled {
    background: #fff !important;
}

.file_upload {
    overflow: hidden;
}

    .file_upload label {
        display: inline-block;
        height: 40px;
        min-width: 180px;
        padding: 0 15px;
        line-height: 38px;
        margin-left: 10px;
        text-align: center;
        background: #fff;
        font-size: 14px;
        box-sizing: border-box;
        border: 1px solid #641f45;
        color: #641f45;
    }

    .file_upload .hidden {
        font-size: 0;
        width: 1;
        height: 1;
        position: absolute;
        left: -9999px;
    }

/* tab */
.tab_wrap {
    border-top: 1px solid #661e43;
    box-shadow: 5px 8px 5px rgba(150,150,150,.4);
}

    .tab_wrap ul {
        display: table;
        width: 100%;
        margin-bottom: 30px;
        table-layout: fixed;
    }

    .tab_wrap li {
        display: table-cell;
        text-align: center;
        font-size: 14px;
        line-height: 14px;
        vertical-align: middle;
    }

        .tab_wrap li a {
            display: block;
            width: 100%;
            padding: 14px 0;
            color: #000;
            vertical-align: middle;
        }

        .tab_wrap li.on {
            background: #661e43;
        }

            .tab_wrap li.on a {
                color: #fff;
            }

.tabcont {
    display: none;
}

    .tabcont.on {
        display: block;
    }

/* table */
.tb_style {
    width: 100%;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    table-layout: fixed;
}

    .tb_style th {
        padding: 11px 5px;
        background: #f7f7f5;
        color: #000;
        min-height: 42px;
    }

    .tb_style td {
        padding: 11px 12px;
        text-align: center;
        color: #000;
        min-height: 42px;
        box-sizing: border-box;
    }

    .tb_style.border td {
        border-left: 1px solid #eaeaea;
    }

    .tb_style th.disabled,
    .tb_style td.disabled {
        color: #999;
    }

    .tb_style.no_pad td {
        padding: 5px;
    }

    .tb_style tr {
        border-bottom: 1px solid #eaeaea;
        background: #fff;
    }

    .tb_style th:first-child {
        border-left: 0;
    }

    .tb_style td:first-child {
        border-left: 0;
    }

    .tb_style th.bd_left, .tb_style td.bd_left {
        border-left: 1px solid #eaeaea;
    }

    .tb_style tbody tr:last-child {
        border-bottom: 0;
    }

    .tb_style tfoot tr {
        border-top: 1px solid #eaeaea;
    }

    .tb_style td.bd_bot_none {
        border-bottom: 0;
    }

.align_r + table[class^='tb_style'] {
    margin-top: 10px;
}

.align_r a {
    margin: 0 3px;
}

.tb_style td .ellip {
    display: inline-block;
    width: 98%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #000;
}

.tb_style td a.link {
    color: #00b0f0;
}

.tb_style + .btn_wrap {
    margin-top: 20px;
}

.tb_style02 {
    width: 100%;
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
    table-layout: fixed;
}

    .tb_style02 th {
        padding: 8px 15px;
        background: #f7f7f5;
        color: #000;
        text-align: left;
    }

    .tb_style02 td {
        padding: 11px 15px;
        text-align: left;
        vertical-align: middle;
        color: #000;
        border-left: 1px solid #eaeaea;
    }

        .tb_style02 td.disabled {
            color: #999;
        }

    .tb_style02 tr {
        border-bottom: 1px solid #eaeaea;
        background: #fff;
    }

        .tb_style02 tr:last-child {
            border-bottom: 0;
        }

    .tb_style02 td .view_area {
        padding: 15px;
        min-height: 150px;
    }

    .tb_style02 td:first-child {
        border-left: 0;
    }

    .tb_style02 td a.link {
        text-decoration: underline
    }

/* 스크롤 테이블*/
.tb_style_sc {
    position: relative;
    width: 100%;
    border: solid #000000;
    border-width: 1px 0;
    padding-top: 42px;
    background: #f7f7f5;
    box-sizing: border-box;
}

    .tb_style_sc .scr {
        overflow-y: auto;
        background: #fff;
    }

    .tb_style_sc .tb_style {
        border: 0;
    }

        .tb_style_sc .tb_style thead th {
            height: 0;
            line-height: 0;
            padding-top: 0;
            padding-bottom: 0;
            color: transparent;
            border: 0;
        }

            .tb_style_sc .tb_style thead th div {
                position: absolute;
                display: table;
                background: transparent;
                top: 0px;
                text-align: center;
                height: 42px;
                color: #000;
                font-weight: bold;
            }

            .tb_style_sc .tb_style thead th span {
                display: table-cell;
                vertical-align: middle;
                line-height: 1.2;
            }

.align_r + .tb_style_sc {
    margin-top: 10px;
}

.tb_style_sc + .align_r {
    margin-top: 10px;
}

.scr_wrap {
    border: solid #000;
    border-width: 1px 0;
}

    .scr_wrap .tb_style {
        border: 0;
    }

/* 아이콘 */
.ico.from {
    display: inline-block;
    width: 18px;
    height: 6px;
    margin: 0 5px;
    background: url('/images/agent/ico_flight.png') no-repeat 0 0px;
    vertical-align: top;
    position: relative;
    top: 5px;
}

.ico.to {
    display: inline-block;
    width: 18px;
    height: 6px;
    margin: 0 5px;
    background: url('/images/agent/ico_flight.png') no-repeat 0 -16px;
    vertical-align: top;
    position: relative;
    top: 6px;
}

.ico_attach {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    background: url('/images/agent/ico_file.png') no-repeat 50% 50%;
}

[class^="mark"] {
    display: inline-block;
    height: 24px;
    padding: 0 10px;
    border-radius: 15px;
    line-height: 24px;
    font-size: 12px;
    color: #fff;
}

.mark01 {
    border: 1px solid #009fda;
    color: #009fda;
}

.mark02 {
    border: 1px solid #909c46;
    color: #909c46;
}

.mark03 {
    border: 1px solid #e5493a;
    color: #e5493a;
}

.mark04 {
    border: 1px solid #b43376;
    color: #b43376;
}

.mark05 {
    border: 1px solid #a4a4a4;
    color: #a4a4a4;
}

.btn_ico_view {
    display: inline-block;
    width: 22px;
    height: 22px;
    background: url('/images/agent/btn_ico_view.png') no-repeat 0 0;
}

.btn_ico_more {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url('/images/agent/btn_ico_more.png') no-repeat 0 0;
}
/* 팝업 */
.bg_dim {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100;
    width: 100%;
    background: #000;
    opacity: 0.4;
    filter: alpha(opacity=40);
}

.popLayer {
    position: absolute;
    left: 50%;
    width: 840px;
    max-width: 1200px;
    background: #fff;
    display: none;
    z-index: 800;
    opacity: 0;
    filter: alpha(opacity=0);
    border: 2px solid #661e43;
    box-sizing: border-box;
}

    .popLayer .close {
        position: absolute;
        right: 20px;
        top: 26px;
        width: 26px;
        height: 26px;
        z-index: 100;
    }

        .popLayer .close a {
            overflow: hidden;
            display: block;
            height: 26px;
            text-indent: -1000px;
            background: url('/images/agent/pop_close.png') no-repeat 0 0;
        }

#popWrap > h1 {
    height: 50px;
    padding: 25px 0 0 30px;
    font-size: 24px;
    line-height: 1;
    color: #fff;
    background: #661e43;
}

#popCont {
    overflow: hidden;
    padding: 30px;
    box-sizing: border-box;
}

    #popCont .text {
        padding: 0 50px;
        text-align: center;
        font-size: 16px;
        line-height: 24px;
        word-break: keep-all;
        margin-bottom: 20px;
    }

.popup input[type="text"], .popup input[type="password"] {
    padding: 0 10px;
}

.popup select {
    padding: 0 10px;
    font-size: 14px;
}

.popup h2 {
    font-size: 16px;
    font-weight: bold;
    margin: 10px 0
}

    .popup h2:first-child {
        margin-top: 0;
    }

#popCont .btn_wrap {
    text-align: center;
    margin-top: 20px;
}

.popup .g_btn01, .popup .g_btn02 {
    height: 42px;
    line-height: 40px;
    min-width: 135px;
    padding: 0 30px;
}

/* 달력 */
.ui-datepicker {
    display: none;
    position: absolute;
    left: -99999px;
    width: 245px;
    height: 264px;
    padding-top: 40px;
    background: #fff;
    border: 1px solid #cfcfcf;
    box-sizing: border-box;
    z-index: 900 !important;
}

    .ui-datepicker.month3 {
        width: 820px;
        padding-top: 20px;
    }

    .ui-datepicker:after {
        content: '';
        display: block;
        clear: both;
    }

.ui-datepicker-group {
    width: 245px;
    padding: 20px 10px;
    float: left;
}

.ui-datepicker-header {
    position: relative;
}

.ui-datepicker-prev {
    display: inline-block;
    z-index: 200;
    position: absolute;
    top: 8px;
    left: 10px;
    width: 15px;
    height: 20px;
    text-indent: -9999px;
    cursor: pointer;
    background: url('/images/agent/btn_calendar.png')no-repeat 0 50%;
}

.ui-datepicker-next {
    display: inline-block;
    z-index: 200;
    position: absolute;
    top: 8px;
    right: 10px;
    width: 15px;
    height: 20px;
    text-indent: -9999px;
    cursor: pointer;
    background: url('/images/agent/btn_calendar.png')no-repeat -8px 50%;
}

.ui-datepicker.month3 .ui-datepicker-prev,
.ui-datepicker.month3 .ui-datepicker-next {
    top: 2px;
}

.ui-datepicker.month3 .ui-datepicker-next {
    right: -524px;
}

.ui-datepicker-title {
    text-align: center;
    padding-top: 3px;
}

.ui-datepicker-month {
    font-weight: bold;
}

.ui-datepicker-year {
    display: inline-block;
    font-weight: bold;
    margin-right: 10px;
}

    .ui-datepicker-year[data-event="change"] {
        min-width: 80px;
        height: 30px;
    }

.ui-datepicker-calendar {
    width: 100%;
    margin-top: 20px;
}

    .ui-datepicker-calendar th, .ui-datepicker-calendar td {
        font-size: 12px;
        text-align: center;
        padding: 4px 0;
    }

        .ui-datepicker-calendar th span {
            display: inline-block;
            width: 30px;
        }

        .ui-datepicker-calendar th:first-child,
        .ui-datepicker-calendar th:first-child a,
        .ui-datepicker-calendar td:first-child,
        .ui-datepicker-calendar td:first-child a {
            color: #e5493a;
        }

        .ui-datepicker-calendar th:last-child,
        .ui-datepicker-calendar th:last-child a,
        .ui-datepicker-calendar td:last-child,
        .ui-datepicker-calendar td:last-child a {
            color: #009fda;
        }

.ui-datepicker .ui-datepicker-current {
    border: 0;
    text-decoration:;
    background: 0;
    position: absolute;
    right: 50px;
    top: 5px;
    padding: 3px 5px;
    color: #000;
    border: 1px solid #bdd600;
}

.ui-datepicker .ui-datepicker-close {
    position: absolute;
    right: 15px;
    top: 10px;
    overflow: hidden;
    width: 9px;
    height: 9px;
    background: url('/images/agent/btn_close_cal.gif') no-repeat 0 0;
    text-indent: -9999px;
}
