@charset "utf-8";

/* default */
body {
    margin: 0;
    padding: 0;
}

body,
h1,
h2,
h3,
h4,
input,
button,
select,
textarea,
pre {
    font-family: "굴림", Gulim, "돋움", Dotum, Tahoma;
}

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
p,
pre,
td {
    word-break: break-all;
    word-wrap: break-word;
}

img {
    border: 0 none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}

address,
cite,
em {
    font-style: normal;
}

sub {
    vertical-align: bottom;
    font-weight: normal !important;
    font-size: 8px;
}

sup {
    vertical-align: top;
    font-weight: normal !important;
    font-size: 8px;
}

blockquote,
p {
    margin: 0;
}

pre {
    margin: 0;
    font-size: 12px;
}

label {
    cursor: pointer;
}

body,
html {
    width: 100%;
    height: 100%;
    font-size: 12px;
    color: #202026;
    box-sizing: border-box;
}

/* font import */
@font-face {
    font-family: NanumsquareR;
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/NanumSquareOTFR.eot");
    src: url("../fonts/NanumSquareOTFR.eot?#iefix") format("embedded-opentype"),
        url("../fonts/NanumSquareOTFR.woff") format("woff"), url("../fonts/NanumSquareOTFR.ttf") format("truetype"),
        url("../fonts/NanumSquareOTFR.svg") format("svg");
}
@font-face {
    font-family: NanumsquareB;
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/NanumSquareOTFB.eot");
    src: url("../fonts/NanumSquareOTFB.eot?#iefix") format("embedded-opentype"),
        url("../fonts/NanumSquareOTFB.woff") format("woff"), url("../fonts/nanumsquareOTFB.woff2") format("woff2"),
        url("../fonts/NanumSquareOTFB.ttf") format("truetype"), url("../fonts/NanumSquareOTFB.svg") format("svg");
}
@font-face {
    font-family: NanumsquareL;
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/NanumSquareOTFL.eot");
    src: url("../fonts/NanumSquareOTFL.eot?#iefix") format("embedded-opentype"),
        url("../fonts/NanumSquareOTFL.woff") format("woff"), url("../fonts/NanumSquareOTFL.ttf") format("truetype"),
        url("../fonts/NanumSquareOTFL.svg") format("svg");
}
@font-face {
    font-family: NanumGothic;
    src: url("../fonts/NanumGothic.woff") format("woff"), url("../fonts/NanumGothic.eot");
}

/* body  bg */
body {
    font-family: NanumsquareR, "나눔스퀘어", NanumGothic, "나눔고딕";
    background: url("../images/cssimg/topbg.gif") repeat-x;
}

body.main {
    background: #f2f2f2 url("../images/cssimg/topbg.gif") repeat-x;
}

body.bgno {
    background: none;
}

/* list */
dt,
dd,
dl,
ol,
ul {
    margin: 0;
    padding: 0;
}

li {
    list-style-type: none;
}

/* form */
form {
    margin: 0;
}

fieldset {
    margin: 0;
    padding: 0;
    border: 0 none;
}

legend {
    display: none;
}

input,
select {
    vertical-align: middle;
    padding: 0;
    margin: 0;
}

textarea {
    font-size: 12px;
    border-top: 1px solid #a6a5a6;
    border-left: 1px solid #a6a5a6;
    border-right: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    margin: 0;
    padding: 5px;
    color: #7d7d7d;
}

input.text {
    font-size: 12px;
    padding: 0 5px;
    height: 20px;
    line-height: 20px;
    color: #000000;
    border-top: 1px solid #a6a5a6;
    border-left: 1px solid #a6a5a6;
    border-right: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
}

input.text:focus {
    border: 1px solid #0084f4;
}

input[readonly] {
    background: #f4f2f5;
}

input[type="radio"],
input[type="checkbox"] {
    width: 13px;
    height: 13px;
}

select {
    height: 21px;
    line-height: 21px;
}

.imedis {
    ime-mode: disabled;
}

.imeact {
    ime-mode: active;
}

select {
    font-size: 12px;
    margin: 0;
    outline: none;
}

select[disabled] {
    background: #f4f2f5;
}

/* basic */
.hidden_obj {
    position: absolute;
    top: -9000px;
    left: -9000px;
}

.display_none {
    display: none;
}

.text_c {
    text-align: center !important;
}

.text_l {
    text-align: left !important;
}

.text_r {
    text-align: right !important;
}

.vertical_t {
    vertical-align: top !important;
}

.vertical_m {
    vertical-align: middle !important;
}

.vertical_b {
    vertical-align: bottom !important;
}

.float_l {
    float: left !important;
}

.float_r {
    float: right !important;
}

.float_n {
    float: none !important;
}

.bg_none {
    background: none !important;
}

.border_none {
    border: none !important;
}

.over_hidden {
    overflow: hidden;
}

.font_basic {
    font-size: 12px !important;
}

.font_small {
    font-size: 11px !important;
}

.font_bold {
    font-weight: bold;
}

.font_normal {
    font-weight: normal;
}

.font_size01 {
    font-size: 15px;
}

/* link */
a {
    color: inherit;
    text-decoration: none;
}

a:link,
a:visited,
a:hover,
a:active {
    color: inherit;
}

a:hover {
    text-decoration: underline;
}

/* color */
.text_color_01,
.text_color_01 a {
    color: #850000 !important;
}

/* title */
.title_type_01 {
    width: 100%;
    overflow: hidden;
}

.title_type_01 h2 {
    float: left;
    font-family: NanumGothic;
    font-size: 20px;
    font-weight: bold;
    padding: 5px 0 0;
}

.title_type_01 p {
    float: right;
}

.title_type_02 {
    width: 100%;
    overflow: hidden;
    padding: 10px 0 8px;
}

.title_type_02 h2,
.title_type_02 h3 {
    float: left;
    font-family: NanumGothic;
    font-size: 15px;
    font-weight: bold;
    color: #333;
    padding: 0;
}

.title_type_02 p {
    float: right;
    padding: 5px 0 0;
}

.title_type_03 {
    width: 100%;
    overflow: hidden;
}

.title_type_03 h2 {
    float: left;
    font-family: NanumGothic;
    font-size: 15px;
    font-weight: bold;
    color: #333;
}

.title_type_03 p {
    float: right;
    padding: 0 0 4px;
}

.title_type_guide {
    font-family: NanumGothic;
    font-size: 20px;
    font-weight: bold;
    padding: 10px 0;
    border-bottom: 1px solid #ccc;
    width: 100%;
    margin: 30px 0;
}

/* font style */
.letter_type_01 {
    letter-spacing: 0 !important;
}

.letter_type_02 {
    letter-spacing: -0.09em;
}

/* margin */
.mar01 {
    margin: 0 !important;
}

.mar02 {
    margin: 20px 0 0;
}

.mar03 {
    margin: 15px 0 0;
}

.mar04 {
    margin: 0 0 10px !important;
}

.mar05 {
    margin: 10px 0 0 !important;
}

/* scroll */
.scroll_type_01 {
    height: 370px;
    overflow-y: auto;
    overflow-x: hidden;
    border-bottom: 1px solid #c0c0c0;
    border-right: 1px solid #c0c0c0;
}

.scroll_type_01.scheight01 {
    height: 403px;
}

.scroll_type_01.scheight02 {
    height: 130px;
}

.scroll_type_01.scheight03 {
    height: 522px;
}

.scroll_type_01.scheight04 {
    height: 328px;
}

.scroll_type_01.scheight05 {
    height: 249px;
}

.scroll_type_01.scheight06 {
    height: 267px;
}

.scroll_type_01.scheight07 {
    height: 332px;
}

.scroll_type_02 {
    height: 120px;
    overflow-y: auto;
    overflow-x: hidden;
}

.scroll_type_03 {
    height: 250px;
    width: 1130px;
    overflow-y: auto;
    overflow-y: auto;
}

.scroll_type_03 table {
    width: 2000px;
}

/* layout */
#wrap {
    width: 100%;
}

.container {
    width: 1350px;
    margin: 0 auto;
    overflow: hidden;
    background: url("../images/cssimg/bg_lnb.gif") repeat-y;
    min-height: 600px;
}

.container .lnb {
    float: left;
    width: 170px;
}

.container .content {
    float: left;
    padding: 20px 25px 0;
    width: 1130px;
}

.container .content h3 {
    font-family: NanumGothic;
    font-size: 15px;
    font-weight: bold;
    padding: 10px 0 8px;
    color: #333;
}

.layout_type_01 {
    overflow: hidden;
}

.layout_type_01 .layout01_le {
    float: left;
    width: 38%;
}

.layout_type_01 .layout01_ri {
    float: right;
    width: 58%;
}

.layout_type_02 {
    overflow: hidden;
}

.layout_type_02 .layout02_le {
    float: left;
    width: 20%;
}

.layout_type_02 .layout02_ri {
    float: right;
    width: 78%;
}

.layout_type_03 {
    overflow: hidden;
}

.layout_type_03 .layout03_le {
    float: left;
    width: 25%;
}

.layout_type_03 .layout03_ri {
    float: right;
    width: 73%;
}

/* lnb */
.lnb {
    position: relative;
    min-height: 800px;
}

.lnb a {
    font-family: NanumGothic;
}

.lnb > ul > li > a {
    display: block;
    padding: 9px 10px 9px 20px;
    background: url("../images/cssimg/bul_arrow2_off.gif") no-repeat 95% 50%;
    font-size: 15px;
    font-weight: bold;
    border-bottom: 1px solid #d1d6db;
}

.lnb > ul li a:hover,
.lnb > ul li a.on,
.lnb > ul li a.on:hover {
    background: url("../images/cssimg/bul_arrow2_on.gif") no-repeat 95% 50%;
    color: #0075c2;
    text-decoration: none;
}

.lnb > ul li > ul {
    background: #f1f3f4 url("../images/cssimg/bg_deplnb.gif") repeat-x;
    color: #0075c2;
    padding: 0 0 5px 0;
    border-left: 2px solid #bbc5d1;
    border-right: 2px solid #bbc5d1;
    margin: -1px 0 0;
}

.lnb > ul li > ul li {
}

.lnb > ul li > ul li a {
    display: block;
    background: url("../images/cssimg/bul_arrow3_off.gif") no-repeat 20px 15px;
    font-size: 13px;
    padding: 8px 0 8px 29px;
    font-weight: normal;
}

.lnb > ul li > ul li a:hover,
.lnb > ul li > ul li a.on,
.lnb > ul li > ul li a.on:hover {
    background: url("../images/cssimg/bul_arrow3_on.gif") no-repeat 20px 15px;
    color: #0075c2;
}

/* header */
.header {
    width: 100%;
    padding-left: 240px;
    position: relative;
}

.header .utilwrap {
    overflow: hidden;
}

.header .utilwrap p {
    float: left;
    font-family: NaumGothic;
    font-weight: bold;
    color: #00abec;
    font-size: 11px;
    margin: 5px 0 0 0;
}

.header .utilwrap .util {
    float: right;
}

.header .utilwrap .util ul {
    float: left;
    margin: 4px 0 0 0;
}

.header .utilwrap .util ul li {
    float: left;
    margin: 0 22px 0 0;
    background: url("../images/cssimg/bul_dot1.gif") no-repeat 0 6px;
    padding: 0 0 0 8px;
    color: #ffffff;
    font-family: NanumGothic;
}

.header .utilwrap .util ul li a {
    color: #ffffff;
    font-family: NanumGothic;
}

.header .utilwrap .util ul li a:hover {
    color: #00e000;
}

.header .utilwrap .util .log {
    float: left;
    background: url("../images/cssimg/bul_loginfo.png") no-repeat 0 1px;
    font-family: NanumGothic;
    color: #00ff00;
    padding: 0 0 0 18px;
    margin: 5px 0 0 0;
}

.header .utilwrap .util .btn {
    float: left;
    margin: 2px 7px 0 34px;
}

.gnb {
    width: 100%;
    overflow: hidden;
    padding: 8px 0 0 0;
    position: relative;
    z-index: 0;
}

.gnb h1 {
    float: left;
}

.gnb ul {
    float: right;
    margin: 0 100px 0 0;
}

.gnb ul li {
    float: left;
    margin: 0 60px 0 0;
}

.gnb ul li a {
    display: block;
    font-family: NanumGothic;
    font-size: 18px;
    font-weight: bold;
    height: 35px;
    padding: 5px 0 0 0;
}

.gnb ul li a:hover,
.gnb ul li a.on,
.gnb ul li a.on:hover {
    color: #003c95;
    background: url("../images/cssimg/bul_arrow1.gif") no-repeat 50% 100%;
    text-decoration: none;
}

.gnb p {
    position: absolute;
    top: 20px;
    right: 21px;
    z-index: 1;
}

.gnb p > a.add {
    position: absolute;
    top: 6px;
    right: 11px;
    z-index: 2;
}

/* footer */
.footer {
    margin: 20px 0 0;
    border-top: 1px solid #e5e5e5;
    padding: 4px 0 0;
    text-align: center;
    font-family: NanumGothic;
    font-weight: bold;
    color: #484848;
}

.footer img {
    margin: 0 12px 0 0;
    vertical-align: bottom;
}

/* main */
.maincontainer {
    width: 1242px;
    margin: 48px auto 65px;
    overflow: hidden;
    min-height: 600px;
}

.maincontainer .mainlnb {
    width: 229px;
    float: left;
}

.maincontainer .maincontent {
    width: 1003px;
    float: right;
}

.maincontainer .maincontent h2 {
    font-family: NanumGothic;
    font-weight: bold;
    font-size: 20px;
    color: #3361a6;
}

.maincontainer .maincontent .conbx {
    border: 1px solid #eaeaea;
    background: #fff;
    padding: 20px 25px;
    margin: 0 0 10px;
}

.maincontainer .maincontent .conbx.height01 {
    height: 153px;
}

.maincontainer .maincontent .conbx.height02 {
    height: 198px;
}

.malnbcont01 {
    border: 1px solid #eaeaea;
    background: #ffffff;
    padding: 18px 30px 35px;
}

.malnbcont01 .title {
    overflow: hidden;
}

.malnbcont01 .title dt {
    float: left;
    padding: 0 9px 0 0;
}

.malnbcont01 .title dd {
    float: left;
    padding: 20px 0 0;
    font-family: NanumGothic;
    font-weight: bold;
    line-height: 24px;
}

.malnbcont01 .title dd .branch {
    font-size: 14px;
    color: #003c95;
}

.malnbcont01 .title dd .name {
    font-size: 18px;
}

.malnbcont01 .todolist {
    padding: 18px 0 0;
}

.malnbcont01 .todolist dt {
    padding: 1px 0 6px 21px;
    font-size: 14px;
    color: #374680;
    font-family: NanumGothic;
    font-weight: bold;
    background: url("../images/cssimg/bul_list01.gif") no-repeat;
}

.malnbcont01 .todolist dd li {
    color: #566290;
    padding: 7px 0;
    border-bottom: 1px dotted #dcdcdc;
    line-height: 15px;
}

.malnbcont01 .todolist dd li:last-child {
    border-bottom: 0px;
}

.malnbcont02 {
    margin: 11px 0 0;
    border: 1px solid #eaeaea;
    background: #ffffff;
    padding: 20px 30px 35px;
    letter-spacing: -0.09em;
    overflow: hidden;
    height: 88px;
}

.malnbcont02 dt {
    font-family: NanumGothic;
    font-weight: bold;
    font-size: 13px;
    padding: 0 0 22px;
}

.malnbcont02 dd {
    font-family: NanumGothic;
    font-weight: bold;
    font-size: 12px;
}

.malnbcont02 dd dl {
    float: left;
    margin: 0 18px 0 0;
    overflow: hidden;
    text-align: center;
}

.malnbcont02 dd dl:last-child {
    margin: 0;
}

.malnbcont02 dd dl dt {
    padding: 0 0 5px;
}

.maconwp {
    overflow: hidden;
}

.maconwp .maconleft {
    float: left;
    width: 590px;
}

.maconwp .maconright {
    float: right;
    width: 401px;
}

.maconwp .listtype01 {
    margin: 35px 0 27px 2px;
    overflow: hidden;
}

.maconwp .listtype01 li {
    float: left;
    border-right: 1px dotted #cccccc;
    padding: 0 14px;
}

.maconwp .listtype01 li:last-child {
    border-right: 0px;
}

.maconwp .listtype02 {
    margin: 15px 0 0;
}

.maconwp .listtype02 dl {
    overflow: hidden;
    padding: 7px 0;
    border-bottom: 1px dotted #e5e5e5;
}

.maconwp .listtype02 dl:last-child {
    border-bottom: 0px;
}

.maconwp .listtype02 dl dt {
    float: left;
    padding: 0 0 0 8px;
}

.maconwp .listtype02 dl dd {
    float: right;
    padding: 0 8px 0 0;
    color: #737272;
}

.maconwp .listtype03 {
    margin: 15px 0 0;
}

.maconwp .listtype03 dl {
    overflow: hidden;
    padding: 8px 0;
    border-bottom: 1px dotted #e5e5e5;
    line-height: 15px;
}

.maconwp .listtype03 dl:last-child {
    border-bottom: 0px;
}

.maconwp .listtype03 dl dt {
    float: left;
    padding: 0 0 0 8px;
    width: 201px;
}

.maconwp .listtype03 dl dd {
    float: left;
    padding: 0 8px 0 0;
    color: #737272;
}

.maconwp .listtype03 dl dd.ct01 {
    width: 60px;
}

.mainfooter {
    background: #fff;
    border-top: 1px solid #dcdcdc;
    padding: 4px 0 11px;
    text-align: center;
    font-family: NanumGothic;
    font-weight: bold;
    color: #484848;
}

.mainfooter img {
    margin: 0 12px 0 0;
    vertical-align: bottom;
}

/* login */
.loginwrap {
    height: 100%;
    position: relative;
    box-sizing: border-box;
}
.loginwrap::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 111px;
    background-color: #f0f0f0;
    z-index: -1;
}
.loginWrapper {
    width: 100%;
    height: 100%;
    min-height: 780px;
    position: relative;
    box-sizing: border-box;
}
.loginWrapper video {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    margin: 0 auto;
}
@keyframes bgFadeIn {
    from {
        background-color: #f3f3f3;
    }
    to {
        background-color: #fff;
    }
}
.loginArea {
    width: 360px;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
.loginArea h1 {
    width: 280px;
    /*height: 49px;*/
    height: 90px;
    margin: 0 auto;
    background-image: url("../images/common/JessicarCI.svg");
	background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 100%;
	font-size: 0;
}
.loginArea h1 img {
    height: 70px;
    width: auto;
    object-fit: cover;
}

.loginArea .slogan {
    display: block;
    margin-top: 8px;
    font-size: 20px;
    line-height: 30px;
    color: #555;
    text-align: center;
}

.loginArea .logon {
    width: 100%;
    height: auto;
    margin-top: 16px;
}

.loginArea .logon .submitwp {
    overflow: hidden;
}

.loginArea .logon .submitwp .idpw label {
    display: none;
}

.loginArea .logon .submitwp .idpw input {
    width: 100%;
    height: 48px;
    padding: 0 16px 0 46px;
    box-sizing: border-box;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 16px;
    line-height: 24px;
    color: #111;
    background-color: #fff;
    margin-top: 8px;
}

input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0 1000px #fff inset;
	box-shadow: 0 0 0 1000px #fff inset;
}

.loginArea .logon .submitwp .idpw .id,
.loginArea .logon .submitwp .idpw .pw {
    position: relative;
}

.loginArea .logon .submitwp .idpw .id::before {
    content: "";
    position: absolute;
    top: 22px;
    left: 16px;
    width: 20px;
    height: 20px;
    background-image: url("../images/common/icon_id.png") !important;
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: 0 0;
}

.loginArea .logon .submitwp .idpw .pw::before {
    content: "";
    position: absolute;
    top: 22px;
    left: 16px;
    width: 20px;
    height: 20px;
    background-image: url("../images/common/icon_password.png") !important;
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: 0 0;
}

.loginArea .logon .submitwp .idpw input::placeholder {
    color: #888;
}
.loginArea .logon .submitwp .idpw input:-moz-placeholder {
    color: #888;
}
.loginArea .logon .submitwp .idpw input::-webkit-input-placeholder {
    color: #888;
}

.loginArea .logon .submitwp .idpw input:first-child {
    margin-top: 0;
}

.loginArea .logon .submitwp .idpw input:focus {
    border-color: #202026;
    outline: 0;
}
.loginArea .logon .idsabtn {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 8px 0 0;
}
.loginArea .logon .submitwp .idsabtn > a {
    display: block;
    width: 100%;
    padding: 15px 0;
    margin-top: 24px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    background-color: #e05e00;
    border-radius: 4px;
}
.loginArea .logon .submitwp .idsabtn a:hover {
    text-decoration: none;
}

.loginArea .logon .submitwp .idsabtn input[type="checkbox"] {
    display: none;
}
@keyframes slideIn {
    from {
        left: 70%;
        opacity: 0.3;
    }
    to {
        left: 20%;
        opacity: 1;
    }
}
.loginArea .model {
    position: absolute;
    top: -60px; /*left: 20%;*/
    /*animation-name:slideIn; animation-duration: 1s;
    -moz-animation-name:slideIn; -moz-animation-duration: 1s;
    -webkit-animation-name:slideIn; -webkit-animation-duration: 1s;
    -o-animation-name:slideIn; -o-animation-duration: 1s;*/
    animation: slideIn 1s;
    -moz-animation: slideIn 1s;
    -webkit-animation: slideIn 1s;
    -o-animation: slideIn 1s;
    animation-fill-mode: forwards;
}
@keyframes imgSlideIn {
    from {
        width: 90%;
        opacity: 0;
    }
    to {
        width: 100%;
        opacity: 1;
    }
}
.loginArea .model img {
    /*opacity: 0;*/
    animation-name: imgSlideIn;
    animation-duration: 1s;
    -moz-animation-name: imgSlideIn;
    -moz-animation-duration: 1s;
    -webkit-animation-name: imgSlideIn;
    -webkit-animation-duration: 1s;
    -o-animation-name: imgSlideIn;
    -o-animation-duration: 1s;
    animation-fill-mode: forwards;
}

.loginArea .logon .submitwp .idsabtn label {
    display: inline-block;
    padding-left: 20px;
    background: url("../images/common/input_checkbox.png") no-repeat left center;
    background-size: 16px;
    font-size: 14px;
    line-height: 24px;
}
.loginArea .logon .submitwp .idsabtn input:checked + label {
    background-image: url("../images/common/input_checkbox_on.png");
}
.loginArea .logon .submitwp .idsabtn span {
    display: inline-block;
    padding: 1px 0;
    font-family: NanumsquareB;
    letter-spacing: -0.5px;
}
.loginwrap .footer {
    margin: 40px 0 0;
    color: #555;
    border: 0;
    padding: 0;
    font-size: 16px;
    font-weight: normal;
}

.loginArea .login_util {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-left: auto;
    height: 24px;
}

.loginArea .login_util a {
    position: relative;
    margin-left: 16px;
    padding-left: 16px;
    font-size: 14px;
}

.loginArea .login_util a+a::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 1px;
    height: 12px;
    background-color: #aaa;
    transform: translateY(-50%);
}

/* pincar login */
.loginArea.defaultLogin {
    width: 900px;
    height: 485px;
    margin-left: -450px;
    top: 45%;
    font-size: 0;
    border: 5px solid #181818;
}

.loginArea.defaultLogin > div {
    display: inline-block;
    width: 50%;
    height: 100%;
    padding: 60px 50px;
    font-size: 13px;
    vertical-align: top;
    box-sizing: border-box;
}

.loginArea.defaultLogin h1 {
    width: 185px;
    margin-bottom: 20px;
}

.loginArea.defaultLogin h1 img {
    width: 100%;
}

.loginText {
    position: relative;
    background: #181818;
    color: #fff;
}

.loginText p {
    font-size: 32px;
    line-height: 1.5;
    font-weight: 900;
    font-family: NanumsquareB;
}

.loginText ul {
    position: absolute;
    left: 50px;
    bottom: 60px;
}

.loginText ul li {
    display: inline-block;
}

.loginText ul li a {
    display: block;
    padding-left: 22px;
    margin-right: 15px;
    font-size: 15px;
    font-family: NanumsquareB;
    font-weight: 600;
    background-repeat: no-repeat;
    background-size: auto 15px;
    background-position: left center;
}
.loginText ul li a:hover {
    text-decoration: none;
}
.loginText ul li a.iconGoogle {
    background-image: url("../images/common/icon_android.png");
}
.loginText ul li a.iconIos {
    background-image: url("../images/common/icon_apple.png");
}
.loginText ul li a.iconPc {
    background-image: url("../images/common/icon_link.png");
}

.loginArea.defaultLogin .logon {
    width: 100%;
}

/* search */
.search_type_01 {
    overflow: hidden;
    margin: 6px 0 15px;
}

.search_type_01 .setle {
    width: 7px;
    height: 7px;
    background: url("../images/cssimg/setle.gif") no-repeat;
    float: left;
}

.search_type_01 .setri {
    width: 7px;
    height: 7px;
    background: url("../images/cssimg/setri.gif") no-repeat;
    float: right;
}

.search_type_01 .seble {
    width: 7px;
    height: 7px;
    background: url("../images/cssimg/seble.gif") no-repeat;
    float: left;
    margin: -7px 0 0;
}

.search_type_01 .sebri {
    width: 7px;
    height: 7px;
    background: url("../images/cssimg/sebri.gif") no-repeat;
    float: right;
    margin: -7px 0 0;
}

.search_type_01 .secon {
    border: 2px solid #bbc5d1;
    background: #e3f6ff;
    padding: 8px 20px 5px 0;
}

.search_type_01 .secon dl {
    overflow: hidden;
    padding: 0 0 3px;
}

.search_type_01 .secon dl dt {
    float: left;
    padding: 2px 10px 0 25px;
    font-size: 13px;
    font-family: NanumGothic;
    font-weight: bold;
}

.search_type_01 .secon dl dt em {
    color: #1a55a5;
    font-weight: bold;
    padding: 0 3px 0 0;
}

.search_type_01 .secon dl img {
    vertical-align: middle;
    margin: 0 3px 0 0;
}

.search_type_01 .secon dl dd {
    float: left;
}

.search_type_01 .secon dl dd select {
    height: 21px;
    line-height: 20px;
}

.search_type_01 .secon dl dd input[type="checkbox"] {
    margin: 4px 0 0;
    vertical-align: 0px;
}

.search_type_01 .secon dl dd.btn {
    float: right;
}

.search_type_01 .secon dl dd label {
    vertical-align: 1px;
}

/* round box */
.rbox01 {
    background: url("../images/cssimg/bg_rbox01_t.gif") no-repeat;
    position: absolute;
    bottom: 0px;
    padding: 4px 0 0;
    width: 170px;
}

.rbox01 .rcon {
    background: #ecf7ff;
    border-left: 2px solid #214c9c;
    border-right: 2px solid #214c9c;
    padding: 0 6px 10px;
}

.rbox01 .rcon .tit {
    text-align: center;
    font-family: NanumGothic;
    font-size: 14px;
    color: #002f76;
    font-weight: bold;
    padding: 7px 0;
}

.rbox01 .rcon .tit img {
    vertical-align: middle;
}

.rbox01 .bo {
    background: url("../images/cssimg/bg_rbox01_b.gif") no-repeat;
    height: 4px;
}

.rbox02 {
    background: url("../images/cssimg/bg_rbox02.gif") no-repeat 0 100%;
    position: absolute;
    z-index: 2;
    top: 69px;
    right: 22px;
    width: 140px;
    padding: 5px 20px;
}

.rbox02 ul li {
    padding: 7px 0;
    border-bottom: 1px dotted #d8d8d8;
}

.rbox02 ul li:last-child {
    border-bottom: 0px;
}

.rbox02 ul li a {
    display: block;
    font-family: NanumGothic;
    font-size: 13px;
    background: url("../images/cssimg/bul_cir01_off.gif") no-repeat 100% 50%;
    letter-spacing: -0.09em;
}

.rbox02 ul li a:hover {
    font-weight: bold;
    color: #003c95;
    background: url("../images/cssimg/bul_cir01_on.gif") no-repeat 100% 50%;
}

/* list */
.list_type_01 {
    margin: 10px 0 0;
}

.list_type_01 li {
    line-height: 18px;
    color: #566290;
    font-family: NanumGothic;
    font-size: 13px;
}

/* tab */
.tabmenu {
    border-bottom: 1px solid #0d3e80;
    margin: 20px 0 0;
    position: relative;
}

.tabmenu ul {
    overflow: hidden;
    margin: 0 0 -1px;
}

.tabmenu ul li {
    float: left;
}

.tabmenu ul li a {
    display: block;
    font-family: NanumGothic;
    font-weight: bold;
    font-size: 14px;
    color: #767676;
    border-top: 1px solid #bbc5d1;
    border-left: 1px solid #bbc5d1;
    border-right: 1px solid #bbc5d1;
    background: #f2f2f2 url("../images/cssimg/bg_tab.gif") repeat-x 0 100%;
    padding: 8px 0 0;
    height: 23px;
    width: 140px;
    text-align: center;
    margin: 0 -1px 0 0;
}

.tabmenu ul li a:hover {
    border-top: 1px solid #0d3e80;
    border-left: 1px solid #0d3e80;
    border-right: 1px solid #0d3e80;
    border-bottom: 0px;
    background: #0d3e80 url("../images/cssimg/bul_arrow4.gif") no-repeat 50% 100%;
    color: #fff;
    text-decoration: none;
}

.tabmenu ul li.on a {
    border-top: 1px solid #0d3e80;
    border-left: 1px solid #0d3e80;
    border-right: 1px solid #0d3e80;
    background: #0d3e80 url("../images/cssimg/bul_arrow4.gif") no-repeat 50% 100%;
    color: #fff;
}

.tabmenu p {
    position: absolute;
    right: 0px;
    bottom: 3px;
}

/* text */
.text_type_01 {
    margin: 8px 0 0;
    width: 100%;
    overflow: hidden;
}

.text_type_01 p {
    float: left;
    font-family: NanumGothic;
    font-size: 11px;
}

.text_type_01 div {
    float: right;
}

.text_type_01 label {
    vertical-align: middle;
}

/* thumbnail */
.thumbnailwrap {
    border: 1px solid #bbc5d1;
    width: 1030px;
}

.thumbnailwrap dl {
    overflow: hidden;
    height: 30px;
    border-bottom: 1px dotted #d2d2d2;
    background: #ffffff;
}

.thumbnailwrap dl dt {
    float: left;
    width: 133px;
    padding: 9px 0;
    background: #f0faff;
    text-align: center;
    font-family: NanumGothic;
    font-size: 13px;
}

.thumbnailwrap dl dd {
    float: left;
    padding: 3px 0 0 5px;
}

.thumbnailwrap dl dd.btn {
    float: right;
    padding: 3px 4px 0 0;
}

.thumbnailwrap .thumroll {
    padding: 20px 20px 20px 40px;
    background: url("../images/cssimg/bg_thumroll.gif") repeat;
    overflow: hidden;
}

.thumbnailwrap .thumroll .smallwrap {
    border: 1px solid #828282;
    background: #ffffff;
    width: 500px;
    height: 290px;
    overflow-y: auto;
    overflow-x: hidden;
    float: left;
}

.thumbnailwrap .thumroll .smallwrap ul {
    overflow: hidden;
    padding: 7px 0 0 7px;
}

.thumbnailwrap .thumroll .smallwrap ul li {
    float: left;
    margin: 0 6px 6px 0;
    border: 1px solid #cccccc;
    background: #f2f2f2;
    width: 133px;
    height: 133px;
}

.thumbnailwrap .thumroll .smallwrap ul li a {
    display: block;
    border: 1px solid #a5a5a5;
    width: 133px;
    height: 133px;
    margin: -1;
}

.thumbnailwrap .thumroll .smallwrap ul li a:hover {
    /*border:0px;background:url('../images/cssimg/bg_smallwrap_over.gif') no-repeat;*/
    border: 3px inset #3c8eff;
    margin: -2px 0 0 -2px;
}

.thumbnailwrap .thumroll .smallwrap ul li image {
    width: 133px;
    height: 133px;
}

.thumbnailwrap .thumroll .bigwrap {
    float: left;
    position: relative;
    padding: 0 0 0 33px;
}

.thumbnailwrap .thumroll .bigwrap .rollbtn_le {
    position: absolute;
    top: 130px;
    left: 33px;
}

.thumbnailwrap .thumroll .bigwrap .rollbtn_ri {
    position: absolute;
    top: 130px;
    right: -25px;
}

.thumbnailwrap .thumroll .bigwrap p {
    border: 1px solid #000000;
    background: #f2f2f2;
    height: 290px;
    width: 370px;
    margin: 0 0 0 25px;
}

.thumbnailwrap .thumroll .bigwrap p image {
    height: 290px;
    width: 370px;
}

/* table */
table {
    border-collapse: separate;
}

table th {
    font-weight: normal;
}

caption {
    position: absolute;
    left: -9999px;
}

table[class^="table_type"] img {
    vertical-align: middle;
}

table[class^="table_type"] th {
    font-family: NanumGothic;
    font-size: 13px;
}

table[class^="table_type"] td {
    line-height: 18px;
}

.table_type_01 {
    width: 100%;
    border-left: 1px solid #c0c0c0;
    border-right: 1px solid #c0c0c0;
    border-bottom: 1px solid #c0c0c0;
}

.table_type_01.textle td {
    text-align: left;
    padding: 7px;
}

.table_type_01 th {
    border-bottom: 1px solid #959595;
    border-right: 1px solid #c9c9c9;
    background: #eaeaea;
    padding: 7px 0;
}

.table_type_01 tr:first-child th {
    border-top: 1px solid #959595;
}

.table_type_01 th:last-child,
.table_type_01 td:last-child {
    border-right: 0px;
}

.table_type_01 th.ct01 {
    background: #f7f7f7;
    border-top: 0px !important;
    border-bottom: 1px dotted #d2d2d2;
}

.table_type_01 th.ct02 {
    border-right: 1px solid #c9c9c9;
}

.table_type_01 td {
    border-right: 1px dotted #d2d2d2;
    border-bottom: 1px dotted #d2d2d2;
    padding: 7px 0;
    text-align: center;
}

.table_type_01 tr:nth-child(odd) {
    background: #f7fafc;
}

.table_type_01 tr:hover {
    background: #e7ffb8;
}

.table_type_01 td.text_r,
.table_type_01 td.text_l {
    padding: 7px;
}

.table_type_01 tfoot tr th {
    background: #ffeeea;
    border-top: 0px !important;
    border-bottom: 0px;
}

.table_type_01 tfoot tr td {
    background: #ffeeea;
}

.table_type_02 {
    width: 100%;
    border: 1px solid #97a8c8;
}

.table_type_02 th {
    background: #f9ffe8;
    border-bottom: 1px dotted #cbcbcb;
    padding: 7px 0 7px 37px;
    text-align: left;
}

.table_type_02 th.sta01 {
    background: #f9ffe8 url("../images/cssimg/bul_sta01.gif") no-repeat 10px 5px;
}

.table_type_02 th.sta02 {
    background: #f9ffe8 url("../images/cssimg/bul_sta02.gif") no-repeat 10px 5px;
}

.table_type_02 th.sta03 {
    background: #f9ffe8 url("../images/cssimg/bul_sta03.gif") no-repeat 10px 5px;
}

.table_type_02 th.sta04 {
    background: #f9ffe8 url("../images/cssimg/bul_sta04.gif") no-repeat 10px 5px;
}

.table_type_02 th.sta05 {
    background: #f9ffe8 url("../images/cssimg/bul_sta05.gif") no-repeat 10px 5px;
}

.table_type_02 td {
    text-align: right;
    background: #ffffff;
    border-bottom: 1px dotted #cbcbcb;
    padding: 7px 10px;
}

.table_type_03 {
    width: 100%;
    border: 1px solid #bbc5d1;
    border-bottom: 0px;
    margin: 25px 0 0;
}

.table_type_03 th {
    text-align: left;
    background: #f0faff;
    border-bottom: 1px dotted #d2d2d2;
    border-right: 1px solid #e8f5f4;
    padding: 7px 0 7px 12px;
}

.table_type_03 th img {
    vertical-align: middle;
    margin: 0 0 0 4px;
}

.table_type_03 th em {
    color: #1a55a5;
    font-weight: bold;
    padding: 0 0 0 3px;
}

.table_type_03 tr.text_c th {
    text-align: center;
    padding: 7px 0;
}

.table_type_03 th.ct01 {
    background: #f7f7f7;
    border-right: 1px solid #eeeeee;
    text-align: center;
    padding: 7px 0;
}

.table_type_03 th.ct02 {
    border-bottom: 1px solid #bbc5d1;
}

.table_type_03 th.ct03 {
    background: #f7f7f7;
    color: #850000;
}

.table_type_03 th.ct04 {
    background: #f7f7f7;
}

.table_type_03 tr.bacol01 th {
    background: #f7f7f7;
}

.table_type_03 td {
    border-bottom: 1px dotted #d2d2d2;
    padding: 3px 6px;
}

.table_type_03 td.ct01 {
    border-right: 1px dotted #d2d2d2;
}

.table_type_03 td.ct02 {
    border-bottom: 1px solid #bbc5d1 !important;
    border-collapse: collapse;
}

.table_type_03 td.ct03 {
    border-bottom: 0px !important;
    padding: 0;
    vertical-align: top;
}

.table_type_03 td.ct03 table {
    border-top: 0px !important;
    border-bottom: 0px !important;
    border-right: 0px !important;
}

.table_type_03 td.ct03 th {
    border-bottom: 1px solid #959595;
    border-right: 1px solid #c9c9c9;
    border-top: 0px !important;
    background: #eaeaea !important;
    text-align: center;
}

.table_type_03 td.ct03 th:last-child {
    border-right: 0px !important;
}

.table_type_03 td.ct04 {
    border-bottom: 0px !important;
    padding: 0;
    vertical-align: top;
}

.table_type_03 td.ct04 table {
    border-top: 1px solid #c0c0c0;
    border-bottom: 0px !important;
    border-right: 0px !important;
}

.table_type_03 td.ct04 th {
    border-bottom: 1px solid #959595;
    border-right: 1px solid #c9c9c9;
    border-top: 0px !important;
    background: #eaeaea !important;
    text-align: center;
    padding: 7px 0 !important;
}

.table_type_03 td.ct04 th:last-child {
    border-right: 0px !important;
}

.table_type_03 td select {
    height: 24px;
    padding: 0 0 3px \9;
}

.table_type_03 td label {
    vertical-align: -2px;
}

.table_type_03 td input[type="text"] {
    margin: 1px 0;
}

.table_type_03 td input[type="checkbox"] {
    vertical-align: -4px;
}

.table_type_03 tr:last-child th,
.table_type_03 tr:last-child td {
    border-bottom: 1px solid #bbc5d1 !important;
    border-collapse: collapse;
}

.table_type_04 {
    width: 100%;
    margin: 13px 0 0;
}

.table_type_04 th {
    border-bottom: 1px solid #527ab5;
    padding: 7px 0;
    color: #4c4c4c;
    font-size: 12px;
}

.table_type_04 td {
    border-bottom: 1px dotted #e5e5e5;
    padding: 7px 5px;
}

/* paging */
div.paging {
    margin: -5px 0 0;
    text-align: center;
}

div.paging a {
    height: 23px;
    overflow: hidden;
    position: relative;
    vertical-align: middle;
    display: inline-block;
}

div.paging ol {
    display: inline;
    vertical-align: -1px;
    margin: 0 6px 0 0;
}

div.paging ol li {
    display: inline;
    text-align: center;
    padding: 0 7px;
}

div.paging ol li .on {
    font-weight: bold;
    vertical-align: 0px;
    line-height: 16px;
}

div.paging ol li a {
    font-family: NanumGothic;
    line-height: 17px;
}

/* button */
.btnc_01 {
    text-align: center;
}

.btnc_02 {
    padding: 20px 0 0;
    text-align: center;
    clear: both;
}

.btnr_01 {
    margin: 15px 0 0;
    text-align: right;
}

.btnr_02 {
    margin: 10px 0;
    text-align: right;
}

.btnr_03 {
    margin: 0 0 10px;
    text-align: right;
}

.btnl_01 {
    margin: 15px 0 0;
}

a[class^="btn_type"] {
    vertical-align: middle;
    position: relative;
    overflow: visible;
    display: inline-block;
    margin: 0;
    text-decoration: none;
    text-align: center;
    font-family: NanumGothic;
    font-weight: bold;
    white-space: nowrap;
    cursor: pointer;
    outline: none;
}

.btn_type_01 {
    height: 22px;
    line-height: 22px;
    padding: 0 10px;
    color: #ffffff !important;
    border-top: 1px solid #0d004c;
    border-right: 1px solid #0d004c;
    border-bottom: 1px solid #130650;
    border-left: 1px solid #130650;
    background-color: #00447d;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#00447d), to(#00235c));
    background-image: -moz-linear-gradient(#00447d, #00235c);
    background-image: -ms-linear-gradient(#00447d, #00235c);
    background-image: -o-linear-gradient(#00447d, #00235c);
    background-image: linear-gradient(#00447d, #00235c);
    -moz-background-clip: padding; /* for Firefox 3.6 */
    background-clip: padding-box;
    border-radius: 0.2em;
    /* IE hacks */
    zoom: 1;
    *display: inline;
}

.btn_type_01:hover {
    text-decoration: none;
    background-color: #00235c;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#00235c), to(#00447d));
    background-image: -moz-linear-gradient(#00235c, #00447d);
    background-image: -o-linear-gradient(#00235c, #00447d);
    background-image: linear-gradient(#00235c, #00447d);
}

.btn_type_0101 {
    height: 26px;
    line-height: 24px;
    padding: 0 10px;
    color: #ffffff !important;
    border-top: 1px solid #0d004c;
    border-right: 1px solid #0d004c;
    border-bottom: 1px solid #130650;
    border-left: 1px solid #130650;
    margin: 0;
    background-color: #00447d;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#00447d), to(#00235c));
    background-image: -moz-linear-gradient(#00447d, #00235c);
    background-image: -ms-linear-gradient(#00447d, #00235c);
    background-image: -o-linear-gradient(#00447d, #00235c);
    background-image: linear-gradient(#00447d, #00235c);
    -moz-background-clip: padding; /* for Firefox 3.6 */
    background-clip: padding-box;
    border-radius: 0.2em;
    /* IE hacks */
    zoom: 1;
    *display: inline;
}

.btn_type_0101:hover {
    text-decoration: none;
    background-color: #00235c;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#00235c), to(#00447d));
    background-image: -moz-linear-gradient(#00235c, #00447d);
    background-image: -o-linear-gradient(#00235c, #00447d);
    background-image: linear-gradient(#00235c, #00447d);
}

.btn_minwidth01 {
    min-width: 54px;
}

.btn_type_02 {
    height: 24px;
    line-height: 25px;
    padding: 0 10px 0 14px;
    border-top: 1px solid #898989;
    border-right: 1px solid #898989;
    border-bottom: 1px solid #8d8d8d;
    border-left: 1px solid #8d8d8d;
    color: #000;
    font-size: 13px;
    background-color: #ffffff;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#cac9c8));
    background-image: -moz-linear-gradient(#ffffff, #cac9c8);
    background-image: -ms-linear-gradient(#ffffff, #cac9c8);
    background-image: -o-linear-gradient(#ffffff, #cac9c8);
    background-image: linear-gradient(#ffffff, #cac9c8);
    -moz-background-clip: padding; /* for Firefox 3.6 */
    background-clip: padding-box;
    border-radius: 0.2em;
    -moz-box-shadow: 0 0 1px 1px rgba(217, 217, 217, 0.8) inset, 0 1px 0 rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 0 1px 1px rgba(217, 217, 217, 0.8) inset, 0 1px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 1px 1px rgba(217, 217, 217, 0.8) inset, 0 1px 0 rgba(0, 0, 0, 0.3);
}

.btn_type_02:hover {
    text-decoration: none;
    background-color: #cac9c8;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#cac9c8), to(#ffffff));
    background-image: -moz-linear-gradient(#cac9c8, #ffffff);
    background-image: -o-linear-gradient(#cac9c8, #ffffff);
    background-image: linear-gradient(#cac9c8, #ffffff);
}

.btn_type_02.btn_search:before {
    content: "";
    position: relative;
    z-index: 0;
    top: 0px;
    left: -3px;
    float: left;
    width: 16px;
    height: 20px;
    background: url("../images/cssimg/bg_btn_icon.png") no-repeat 0 0;
    background-position: 0 5px;
}

.btn_type_02.btn_add:before {
    content: "";
    position: relative;
    z-index: 0;
    top: 0px;
    left: -3px;
    float: left;
    width: 16px;
    height: 20px;
    background: url("../images/cssimg/bg_btn_icon.png") no-repeat 0 0;
    background-position: -16px 5px;
}

.btn_type_02.btn_delete:before {
    content: "";
    position: relative;
    z-index: 0;
    top: 0px;
    left: -3px;
    float: left;
    width: 16px;
    height: 20px;
    background: url("../images/cssimg/bg_btn_icon.png") no-repeat 0 0;
    background-position: -32px 5px;
}

.btn_type_02.btn_save:before {
    content: "";
    position: relative;
    z-index: 0;
    top: 0px;
    left: -3px;
    float: left;
    width: 16px;
    height: 20px;
    background: url("../images/cssimg/bg_btn_icon.png") no-repeat 0 0;
    background-position: -48px 5px;
}

.btn_type_02.btn_excel:before {
    content: "";
    position: relative;
    z-index: 0;
    top: 0px;
    left: -3px;
    float: left;
    width: 16px;
    height: 20px;
    background: url("../images/cssimg/bg_btn_icon.png") no-repeat 0 0;
    background-position: -64px 5px;
}

.btn_type_02.btn_close:before {
    content: "";
    position: relative;
    z-index: 0;
    top: 0px;
    left: -3px;
    float: left;
    width: 16px;
    height: 20px;
    background: url("../images/cssimg/bg_btn_icon.png") no-repeat 0 0;
    background-position: -80px 5px;
}

.btn_type_03 {
    height: 29px;
    line-height: 27px;
    padding: 0 8px;
    border-top: 1px solid #898989;
    border-right: 1px solid #898989;
    border-bottom: 1px solid #8d8d8d;
    border-left: 1px solid #8d8d8d;
    color: #ffffff !important;
    font-size: 14px;
    min-width: 142px;
    background-color: #00447d;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#00447d), to(#00235c));
    background-image: -moz-linear-gradient(#00447d, #00235c);
    background-image: -ms-linear-gradient(#00447d, #00235c);
    background-image: -o-linear-gradient(#00447d, #00235c);
    background-image: linear-gradient(#00447d, #00235c);
    -moz-background-clip: padding; /* for Firefox 3.6 */
    background-clip: padding-box;
    border-radius: 0.2em;
    /* IE hacks */
    zoom: 1;
    *display: inline;
}

.btn_type_03:hover {
    text-decoration: none;
    background-color: #00235c;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#00235c), to(#00447d));
    background-image: -moz-linear-gradient(#00235c, #00447d);
    background-image: -o-linear-gradient(#00235c, #00447d);
    background-image: linear-gradient(#00235c, #00447d);
}

.btn_type_04 {
    display: inline-block;
    height: 30px;
    margin-left: 5px;
    line-height: 30px;
    text-align: center;
    padding: 0 12px;
    background-color: #0740E4;
    color: #fff !important;
    border-radius: 4px;
}

.btn_type_04:hover {
    text-decoration: none;
}

/* popup */
.layerwrap {
    border: 1px solid #ced1d8;
}

.layerheader {
    overflow: hidden;
    padding: 0 30px 10px;
    background: #1b54a3;
    height: 45px;
}

.layerheader h1 {
    font-family: NanumGothic;
    font-size: 20px;
    color: #ffffff;
    font-weight: bold;
    float: left;
    padding: 14px 0 0;
}

.layerheader p {
    float: right;
    padding: 10px 0 0;
}

.popwrap {
}

.popheader {
    overflow: hidden;
    padding: 20px 30px 10px;
    background: url("../images/cssimg/bg_popup.gif") repeat-x;
}

.popheader h1 {
    font-family: NanumGothic;
    font-size: 20px;
    color: #ffffff;
    font-weight: bold;
    float: left;
}

.popheader p {
    float: right;
}

.popcontent {
    padding: 20px 30px 0;
    overflow: hidden;
}

.popcontent h2 {
    font-family: NanumGothic;
    font-size: 15px;
    color: #333333;
    padding: 0 0 8px;
}

.popcontent h3 {
    font-family: NanumGothic;
    font-size: 13px;
    color: #333333;
}

.popcontent01 {
    padding: 24px;
}

.popcontent01 .mes {
    padding: 25px 0 45px 0;
    text-align: center;
    font-size: 14px;
    color: #202026;
}

.popconlay01_le {
    float: left;
    width: 160px;
    padding: 0 30px 0 0;
}

.popconlay01_ri {
    float: left;
    width: 68%;
}

.popconlay01_ri01 {
    float: left;
    width: 81%;
}

.popconlay02_le {
    float: left;
    width: 495px;
    margin: 15px 0 0;
}

.popconlay02_ri {
    float: right;
    width: 495px;
    margin: 15px 0 0;
}

.popconlay03_le {
    float: left;
    width: 48%;
}

.popconlay03_ri {
    float: right;
    width: 48%;
}

.alertheader {
    display: none;
}

.alertheader h1 {
    font-family: NanumGothic;
    font-size: 18px;
    color: #ffffff;
    font-weight: bold;
}

/* error */
.error_wrap {
    width: 744px;
    margin: 200px auto 0;
    border: 1px solid #cccccc;
    padding: 110px 90px 95px 180px;
    letter-spacing: -0.09em;
}

.error_wrap h1 {
    font-family: NanumGothic;
    font-size: 36px;
    font-weight: bold;
    padding: 0 0 27px;
    color: #000;
}

.error_wrap .ertext {
    font-family: NanumGothic;
    font-size: 18px;
    font-weight: bold;
    color: #464646;
    background: url("../images/cssimg/bg_error.gif") no-repeat;
    line-height: 30px;
    padding: 0 0 33px 120px;
}

.error_wrap .footer {
    margin: 0px;
}
