html {
    font-size: 16px;
    font-weight: 400;
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
}

body {
    font-family: "Noto Sans KR", 'Malgun Gothic', "Apple SD Gothic Neo", 'AppleSDGothic', sans-serif;
    font-size: 1rem;
    color: #333;
    overflow-x: hidden;
    background-color: #FFF;
    padding-top: 56px;

}


/**
reset
 */


h3 {
    font-size: 1.625rem;
}

a {
    color: #333;
    text-decoration: none;
    background-color: transparent;
}

a:hover {
    color: #333;
    text-decoration: none;
}


.only-desktop {
    display: none;
}


p {
    margin-top: 0;
    margin-bottom: 10px;
}


textarea:focus, input:focus {
    outline: none;
}

.border-radius {
    border-radius: 15px;
}




.modal-header {

    background-color: #002370;
    color: #FFF;
    border-radius: 15px 15px 0 0 ;

}

.modal-header .close {

    color: #FFF;
    text-shadow: 0 1px 0 #fff;
}

.modal-content {
    border-radius: 15px;
}

.modal-content article {
    margin-top: 1.5rem;
}
/**
slider
 */

ul.tp-revslider-mainul {
    padding: 0;
}


.rev_slider img {
    max-width: 100% !important;
}

/**
layout
font-size
 */

.fs-p-4 {
    font-size: 1.5rem; /*24*/
}


.fs-p-3 {
    font-size: 1.375rem; /*22*/
}

.fs-p-2 {
    font-size: 1.125rem; /*20*/
}


.fs-p-1 {
    font-size: 1.125rem; /*18*/
}

.fs-p-2 {
    font-size: 1.25rem; /*20*/
}

.fs-p-3 {
    font-size: 1.375rem; /*24*/
}


.fs-1 {
    font-size: 1rem;
}

.fs-2 {
    font-size: 0.875rem; /*14*/

}

.fs-3 {
    font-size: 0.75rem;
}

.fs-4 {
    font-size: 0.625rem;
}

.fs-5 {
    font-size: 0.5rem;
}


.font-color-title {
    color: #000000;
}

.font-color-subtitle {
    color: #333333;
}

.font-color-link {
    color: #666666;
}


.font-color-01 {
    color: #49c8b9;
}

.font-color-02 {
    color: #555555;
}

.font-color-03 {
    color: #999999;
}

.font-color-04 {
    color: #aaabab;
}

.font-color-05 {
    color: #75e3ff;
}

.font-color-07 {
    color: #ffe3d8;
}

.font-color-8 {
    color: #888888;
}

.font-color-10 {
    color: #FFFFFF;
}

.font-color-11 {
    color: #002370;
}

.font-color-12 {
    color:#45bcb4;
}

.font-color-13 {
    color:#ed7987;
}



.font-color-d1 {
    color: #333;
}

.font-color-d2 {
    color: #666;
}

.font-color-red {
    color: #ff5f4a;
}

.color-red {
    color: red;
}

.btn-style-01 {
    background-color: #49c8b9;
    color: #fff;
    border-radius: 0;
}

.btn-style-01:hover, .btn-style-01:focus {
    color: #fff;
}

.btn-style-02 {
    background-color: #49c8b9;
    color: #fff;
    border-radius: 0;
}

.btn-style-02:hover, .btn-style-02:focus {
    color: #fff;
}

.btn-style-03 {
    background-color: #7f97d5;
    color: #fff;
    border-radius: 0;
}

.btn-style-03:hover, .btn-style-03:focus {
    color: #fff;
}

.help-block-error {
    color: red;
}


/**
util
 */

span.list-dot {
    display: flex;
    align-items: center;
    justify-content: center;
}

span.list-dot .dot {
    width: 4px;
    height: 4px;
    background-color: #03c8b9;
    margin-right: 8px;
    display: block;
    padding-left: 14px;
}


.title-header-dot {
    background-image: url("/resources/front/images/dot-4x4.png");
    background-repeat: no-repeat;
    background-position-y: 9px;
    display: inline-block;
    padding-left: 10px;
}

.title-header-dot-02 {
    background-image: url("/resources/front/images/dot-4x4-02.png");
    background-repeat: no-repeat;
    background-position-y: 9px;
    display: inline-block;
    padding-left: 10px;
}


ul.style-01 {
    padding: 0;
    margin: 0.5rem 0 0 0;

}

ul.style-01 li {
    list-style: none;
    padding-left: 17px;
    line-height: 1.7;
}

ul.style-01 li span {
    display: inline-block;
    width: 17px;
    margin-left: -17px;
    padding-left: 5px;
}

ul.style-02 {
    padding: 0;
    margin: 0.5rem 0 0 0;

}

ul.style-02 li {
    list-style: none;
    line-height: 1.7;
    padding-left: 10px;
}


/**
page navi
 */
.page-link {

    position: relative;
    display: block;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.25;
    color: #848484;
    background-color: #fff;
    border: 1px solid transparent;

}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #002370;
    border-color: transparent;
}

/**
mobile menu
 */

#sidebarContent.open .sidebar-background {
    display: block;
}

#sidebarContent.open .sidebar-box {
    left: 0;
}


.sidebar-background, .navi-background, .search-background {
    background: rgba(0, 0, 0, .5);
    width: 0;
    height: 0;
    position: fixed;
    z-index: 1009;
    opacity: 1;
    top: 0;
    left: 0;
    display: none;
}

.navi-background.show {
    width: 100%;
    height: 100%;
    display: block;
}


.sidebar-box {
    padding: 15px 15px 35px 15px;
    background-color: #FFF;
    z-index: 1010;
    position: absolute;
    width: 340px;
    top: 0;
    left: -340px;
    height: 100vh;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    overflow-y: auto;
}


.sidebar-box .logo {
    width: 180px;
    margin-bottom: 17px;
}


.sidebar-box .close {
    font-size: 2rem;
}

.sidebar-box .search {
    margin: 0 -15px;
    padding: 15px;
}

.sidebar-box .search-box {
    border: 2px solid #49c8b9;
}

.sidebar-box .search {
    background-color: #ececec;
}

.sidebar-box .search-box {
    background-color: #FFF;
}

.sidebar-box .search-box input {
    float: left;
    width: 250px;
    border: none;
}

.sidebar-box .search-box input:focus {
    box-shadow: none;
}


.sidebar-box .search-box button {
    float: right;
    color: #49c8b9;
    font-size: 1.5rem;
}


.sidebar-box .sidebar-nav a {
    height: 3rem;
    line-height: 3rem;
    display: block;

}

.sidebar-box .sidebar-nav a.depth-1 {
    border-bottom: 1px solid #e5e9f2;
    font-size: 1.125rem;
    color: #000;
    margin: 0 -15px;
    padding: 0 15px;
}


.sidebar-box .sidebar-nav a.depth-1:hover {
    font-size: 1.125rem;
    color: #FFF;
    font-weight: 400;
    background-color: #3c66b0;
    text-decoration: none;

}


.sidebar-box .sidebar-nav a.depth-1:focus {
    font-size: 1.125rem;
    color: #FFF;
    font-weight: 400;
    background-color: #3c66b0;
    text-decoration: none;
}


.sidebar-box .sidebar-nav a.depth-2 {
    font-size: 1rem;
    color: #666666;
    transition: all .2s ease;
    margin: 0 -15px;
    padding: 0 0 0 15px;
    text-decoration: none;
    border-bottom: 1px solid #e5e9f2;
}

.sidebar-box .sidebar-nav a.depth-2:hover {
    color: #3c66b0;
}


.sidebar-box .sidebar-nav .depth-2-box a:last-child {
    border-bottom: 1px solid #3c66b0;
}


.sidebar-box ul.sidebar-nav {

}

.sidebar-box ul.sidebar-nav li {
    list-style: none;
}

.sidebar-box .bank-info .title {
    background-color: #3c66b0;
    font-weight: 500;
    font-size: 1rem;
    border-radius: 15px;
    height: 1.8rem;
    width: 80px;
    line-height: 1.8rem;
    display: inline-block;
    color: #FFF;
}


/*
header
 */

header.header {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: #FFF;
    z-index: 1001;
    border-bottom: 1px solid #eee;
}

header.header .logo {
    width: 180px;
    display: inline-block;
}

header.header .navbar {
    padding: .5rem 0;
}

header.header .navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(73, 200, 185, 1)' stroke-linecap='square' stroke-miterlimit='10' stroke-width='4' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

header.header .navbar-light .navbar-toggler {
    color: #49c8b9;
    border: none;
}

.desktop-navi-sub {
    display: none;
}


.family-site-link {
    background-color: #6485c0;
    color: #FFF;
    font-size: 0.875rem;
    height: 2.5rem;
    text-align: right;
}

.family-site-link a {
    color: #FFF;
    display: inline-block;
    line-height: 2.5rem;
    padding-left: 18px;
    margin-left: 20px;
}

.family-site-link .link-01 a {
    background-image: url("/resources/front/images/family-link-icon-01.png");
    background-repeat: no-repeat;
}

.family-site-link .link-02 a {
    background-image: url("/resources/front/images/family-link-icon-02.png");
    background-repeat: no-repeat;
}

.family-site-link .link-03 a {
    background-image: url("/resources/front/images/family-link-icon-03.png");
    background-repeat: no-repeat;
}

.family-site-link .link-03 a svg {
    width: 14px;
    height: 40px;
    fill: #fff;
}

/*
bottom
 */
footer {
    margin-top: 50px;
    background-color: #363f5b;
    padding-bottom: 100px;

}

footer .info {
    background-color: #394360;
    padding: 20px;
}

footer .info a {
    padding-top: 1px;
    display: inline-block;
}

footer .sns-block {
    padding-top: 40px;
}

footer .sns img {
    width: 30px;
}

footer .bank-info .title {
    background-color: #323c5c;
    border-radius: 14px;
    display: inline-block;
    padding: 7px;
    margin-right: 10px;


}

footer a, footer a:focus, footer a:hover {
    color: #FFF;
}


.float-banner {
    display: flex;
    flex-flow: row !important;
    position: fixed;
    bottom: 0px;
    z-index: 1000;


}

.float-banner a {

    text-align: center;
}

.float-banner a img {
    display: inline-block;
}

.btn-top {
    padding-top: 8px;
    text-align: center;
    vertical-align: middle;
    background-color: #93a0c2;
    display: none;
    position: fixed;
    right: 10px;
    bottom: 110px;
    width: 46px;
    height: 46px;
    color: #FFF;
    transition: all .5s ease;
    opacity: 0;
}

.btn-top.show {
    opacity: 1;
    display: block;
}

footer .copyright {

    color: #d1d1d1;
    font-size: 0.75rem;
}

/**
sub navi
 */

.sub-navi {
    height: 2.625rem;
    background: #002370;
    color: #FFF;
    margin: 0 -15px;
}

.sub-navi .box {

}

.sub-navi .home {
    display: none;
}

.sub-navi .location {
    position: relative;
    z-index: 10;
    display: inline-block;
    font-size: 0;
    padding: 0;
    width: 100%;

}

.sub-navi .location .dep1 {
    position: relative;
    display: inline-block;
    width: 50%;
    border-right: 1px solid #334f8d;


}

.sub-navi .location .dep1 > a {
    position: relative;
    display: block;
    line-height: 2.625rem;
    padding: 0 20px 0 20px;
    font-size: 15px;
    color: #fff;
    width: 100%;
}

.sub-navi .location .dep1 > a:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    display: inline-block;
    width: 8px;
    height: 12px;
    margin: auto 0;
}

.sub-navi .location .dep2 {

    position: absolute;
    top: 42px;
    left: 0;
    width: 100%;
    border-left: 1px solid #002370;
    border-right: 1px solid #002370;
    border-bottom: 1px solid #002370;
    border-top: 0;
    background: #fff;
    line-height: 2.625rem;
    padding: 0;
    box-sizing: content-box;
}

.sub-navi .location .dep2 li {
    display: table;
    width: 100%;
    border-bottom: 1px solid #e5e9f0;

}

.sub-navi .location .dep2 li:last-child {
    border-bottom: none;
}


.sub-navi .location .dep2 a {
    position: relative;
    display: table-cell;
    height: 38px;
    padding: 0 20px;
    font-size: 15px;
    vertical-align: middle;

}


.sub-navi .location .dep2 a:hover {
    color: #002370;
    background: #FFF;
}

.sub-navi .location .dep1 > a.active:before { /*background:url(..//resources/front/images/sfac/ico_lnb_arrow2_on.png) no-repeat 0 0;*/
}

.sub-navi .location .dep1 .active .dep2 {
    display: block;
}

.sub-navi .location .dep1 > a.active {
    color: #fff
}

.sub-navi .location .dep2 a.active-navi {
    color: #002370;
    background: #FFF;
}


.sub-navi .location .fa-angle-right {
    float: right;
    position: relative;
    top: 12px;
}


/**
sub page
 */

.sub-title-bg {
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    color: #002370;
}

.sub-title-bg span {
    font-size: 28px;
    display: inline-block;
    line-height: 1;
}

.sub-title-bg div.title {
    font-size: 2rem;
    line-height: 1;
}


.sub-content-title-box .bar {
    width: 28px;
    height: 3px;
    background-image: url("/resources/front/images/sub-content-title-top.png");
    background-size: contain;
    background-repeat: no-repeat;
}

.sub-content-title-box .title {
    font-size: 1.5rem;
    color: #002370;
    margin-top: 1rem;
    line-height: 1;
}


.sub-content .s01,.sub-content .section {
    margin-top: 2rem;
}

.sub-content .s02 {
    margin-top: 2rem;
}

.sub-content .s03 {
    margin-top: 2rem;
}

.sub-content .s04 {
    margin-top: 2rem;
}

.sub-content .s05 {
    margin-top: 2rem;
}

.sub-content .s06 {
    margin-top: 2rem;
}

.sub-content .s07 {
    margin-top: 2rem;
}

.sub-content .s08 {
    margin-top: 2rem;
}


.sub-content .tab-content {
    margin-top: 2rem;
}


.sub-content article {
    margin-top: 1.5rem;
}


.sub-01-title-bg {
    background-image: url("/resources/front/images/m/sub_01_title_bg.png");
    height: 116px;
}

.sub-02-title-bg {
    background-image: url("/resources/front/images/m/sub_02_title_bg.png");
    height: 116px;
}

.sub-03-title-bg {
    background-image: url("/resources/front/images/m/sub_03_title_bg.png");
    height: 116px;
}

.sub-04-title-bg {
    background-image: url("/resources/front/images/m/sub_04_title_bg.png");
    height: 116px;
}

.sub-silver-title-bg {
    background-image: url("/resources/front/images/m/sub_silver_title_bg.png");
    height: 116px;
}

.sub-child-title-bg {
    background-image: url("/resources/front/images/m/sub_child_title_bg.png");
    height: 116px;
}

.sub-tree-title-bg {
    background-image: url("/resources/front/images/m/sub_tree_title_bg.png");
    height: 116px;
}

/**
tab
 */

.nav-tabs {
    border-bottom: 1px solid #334f8d;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #334f8d;
    font-weight: 400;
    background-color: #fff;
    border-color: #334f8d #334f8d #fff;

}

.nav-tabs .nav-link:hover {

    border-bottom: 1px solid #334f8d;
    border-top: 1px solid transparent;

}

.nav-tabs .nav-link.active:hover {

    border-color: #334f8d #334f8d #fff;

}

.nav-tabs .nav-link {

    border: 1px solid transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: #334f8d;
    border-left-color: transparent;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-color: #f7f7f7;
}

/**
common style
 */

ul.sub-list-style-01 {
    padding: 0;
    margin: 0.5rem 0 0 0;
    padding-left: 0.666666667rem;
}

ul.sub-list-style-01 li {
    list-style: none;
    display: flex;

}

ul.sub-list-style-01 li span:first-child {
    flex: 0 0 57px;
}


/**
table
 */
.table thead th {
    vertical-align: bottom;
    border-bottom: 1px solid #dee2e6;
}

.table td, .table th {
    padding: 1.25rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}


.table-style-01 th {
    font-weight: 400;
    background-color: #f8fdfe;
    border: 1px solid #eeeeee;
    border-top: 1px solid #8495ba;
    vertical-align: middle !important;
}

.table-style-01 th:first-child {
    border-left: transparent;
}

.table-style-01 th:last-child {
    border-right: transparent;
}

.table-style-01 td {
    border: 1px solid #eeeeee;
    vertical-align: middle !important;
}

.table-style-01 td:first-child {
    border-left: transparent;
}

.table-style-01 td:last-child {
    border-right: transparent;
}

.table-style-02 {
    border-top: 1px solid #8495ba;
    border-bottom: 1px solid #eeeeee;
}

.table-style-02 tr:first-child th, .table-style-02 tr:first-child td {
    border-top: 1px solid #8495ba;
}

.table-style-02 th {
    background-color: #f8fdfe;
    font-weight: 400;
    border-right: 1px solid #eeeeee;
    vertical-align: middle !important;
}

.table-style-02 td {
    background-color: #FFF;
    vertical-align: middle !important;
}


.table-style-03 {
    border-top: 1px solid #8495ba;
    border-bottom: 1px solid #eeeeee;
}

.table-style-03 th {
    border-top: 1px solid #8495ba;
    background-color: #f8fdfe;
    font-weight: 400;
    vertical-align: middle !important;
    border-bottom: none !important;
}

.table-style-03 td {
    line-height: 2.5rem;
}

.table-hover tbody tr:hover {
    color: #212529;
    background-color: #fbfbfb;
}


/**
material design
 */

.form-control {
    border-radius: 0;
}

.form-group.form-md-line-input {
    position: relative;
    margin: 0 0 30px;
    padding-top: 20px;
}

.form-group.form-md-line-input .form-control {
    background: 0 0;
    border: 0;
    border-bottom: 1px solid #c2cad8;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    color: #555;
    box-shadow: none;
    padding-left: 0;
    padding-right: 0;
    font-size: 14px;
}

.form-group.form-md-line-input .form-control ~ .form-control-focus, .form-group.form-md-line-input .form-control ~ label {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    pointer-events: none;
}

.form-group.form-md-line-input .form-control.edited:not([readonly]) ~ .help-block, .form-group.form-md-line-input .form-control:focus:not([readonly]) ~ .help-block {
    color: #36c6d3;
    opacity: 1;
}

.form-group.form-md-line-input .form-control ~ .form-control-focus:after, .form-group.form-md-line-input .form-control ~ label:after {
    content: '';
    position: absolute;
    z-index: 5;
    bottom: 0;
    left: 50%;
    height: 2px;
    width: 0;
    visibility: hidden;
    transition: .2s ease all;
}

.form-group.form-md-line-input .form-control ~ .form-control-focus, .form-group.form-md-line-input .form-control ~ label {

    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    pointer-events: none;

}

.form-group.form-md-line-input .form-control ~ label {
    top: 0;
    margin-bottom: 0;
    font-size: 16px;

}

.form-group.form-md-line-input .form-control.edited:not([readonly]) ~ label, .form-group.form-md-line-input .form-control:focus:not([readonly]) ~ label, .form-group.form-md-line-input .form-control ~ .help-block-error, .form-group.form-md-line-input .form-control ~ label, .form-horizontal .form-group.form-md-line-input > label {

    opacity: 1;
    filter: alpha(opacity=100);

}

.form-group.form-md-line-input .form-control.edited:not([readonly]) ~ .form-control-focus, .form-group.form-md-line-input .form-control.edited:not([readonly]) ~ label, .form-group.form-md-line-input .form-control:focus:not([readonly]) ~ .form-control-focus, .form-group.form-md-line-input .form-control:focus:not([readonly]) ~ label {

    color: #888;

}

.form-group.form-md-line-input .form-control ~ .form-control-focus::after, .form-group.form-md-line-input .form-control ~ label::after {
    content: '';
    position: absolute;
    z-index: 5;
    bottom: 0;
    left: 50%;
    height: 2px;
    width: 0;
    visibility: hidden;
    transition: .2s ease all;
}

.form-group.form-md-line-input .form-control.edited:not([readonly]) ~ .form-control-focus::after, .form-group.form-md-line-input .form-control.edited:not([readonly]) ~ label::after, .form-group.form-md-line-input .form-control:focus:not([readonly]) ~ .form-control-focus::after, .form-group.form-md-line-input .form-control:focus:not([readonly]) ~ label::after {

    visibility: visible;
    left: 0;
    width: 100%;
    background: #36c6d3;

}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    line-height: 1.2;
}

/**
radio
 */

.form-group.form-md-radios {
    margin-bottom: 22px;

}


.md-radio-inline .md-radio {
    display: inline-block;
    margin-right: 20px;
}

.md-radio input[type="radio"] {
    visibility: hidden;
    position: absolute;
}

.md-radio {
    position: relative;
}

.md-radio label {
    cursor: pointer;
    padding-left: 30px;
}

.md-radio label > span {
    display: block;
    position: absolute;
    left: 0;
    -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s;
    transition-duration: .3s;
}

.md-radio label > span.inc {
    background: #fff;
    left: -20px;
    top: -20px;
    height: 60px;
    width: 60px;
    opacity: 0;
    border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    -webkit-border-radius: 50% !important;
    -webkit-animation: growCircleRadio .3s ease;
    -moz-animation: growCircleRadio .3s ease;
    animation: growCircleRadio .3s ease;
}

.md-radio label > .check {
    top: 5px;
    left: 5px;
    width: 10px;
    height: 10px;
    background: #36c6d3;
    opacity: 0;
    z-index: 6;
    border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    -webkit-border-radius: 50% !important;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    transform: scale(0);
}

.md-radio label > .box {
    top: 0;
    border: 2px solid #666;
    height: 20px;
    width: 20px;
    border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    -webkit-border-radius: 50% !important;
    z-index: 5;
}

.md-radio input[type="radio"]:checked ~ label > .check {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
}

.form-md-checkboxes,
.form-md-radios {
    padding-top: 5px
}

.icon-btn > .badge,
td > .mt-checkbox.mt-checkbox-single,
td > .mt-radio.mt-radio-single,
th > .mt-checkbox.mt-checkbox-single,
th > .mt-radio.mt-radio-single {
    right: -5px
}

.md-checkbox {
    position: relative
}

.md-checkbox.md-checkbox-inline {
    display: inline-block
}

.form-inline .md-checkbox.md-checkbox-inline {
    margin-right: 20px;
    top: 3px
}

.md-checkbox input[type=checkbox] {
    visibility: hidden;
    position: absolute
}

.md-checkbox label {
    cursor: pointer;
    padding-left: 30px
}

.md-checkbox label > span {
    display: block;
    position: absolute;
    left: 0;
    -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s;
    transition-duration: .3s
}

.md-checkbox label > span.inc {
    background: #fff;
    left: -20px;
    top: -20px;
    height: 60px;
    width: 60px;
    opacity: 0;
    border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    -webkit-border-radius: 50% !important;
    -webkit-animation: growCircle .3s ease;
    -moz-animation: growCircle .3s ease;
    animation: growCircle .3s ease
}

.md-checkbox label > .box {
    top: 0;
    border: 2px solid #666;
    height: 20px;
    width: 20px;
    z-index: 5;
    -webkit-transition-delay: .2s;
    -moz-transition-delay: .2s;
    transition-delay: .2s
}

.md-checkbox label > .check {
    top: -4px;
    left: 6px;
    width: 10px;
    height: 20px;
    border: 2px solid #36c6d3;
    border-top: none;
    border-left: none;
    opacity: 0;
    z-index: 5;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition-delay: .3s;
    -moz-transition-delay: .3s;
    transition-delay: .3s
}

.md-checkbox input[type=checkbox]:checked ~ label > .box {
    opacity: 0;
    -webkit-transform: scale(0) rotate(-180deg);
    -moz-transform: scale(0) rotate(-180deg);
    transform: scale(0) rotate(-180deg)
}

.md-checkbox input[type=checkbox]:checked ~ label > .check {
    opacity: 1;
    -webkit-transform: scale(1) rotate(45deg);
    -moz-transform: scale(1) rotate(45deg);
    transform: scale(1) rotate(45deg)
}

.md-checkbox input[type=checkbox]:disabled:checked ~ label > .check,
.md-checkbox input[type=checkbox]:disabled ~ label,
.md-checkbox input[type=checkbox]:disabled ~ label > .box,
.md-checkbox input[type=checkbox][disabled]:checked ~ label > .check,
.md-checkbox input[type=checkbox][disabled] ~ label,
.md-checkbox input[type=checkbox][disabled] ~ label > .box {
    cursor: not-allowed;
    opacity: .7;
    filter: alpha(opacity=70)
}

.has-error .md-checkbox label,
.has-error.md-checkbox label {
    color: #e73d4a
}

.has-error .md-checkbox label > .box,
.has-error .md-checkbox label > .check,
.has-error.md-checkbox label > .box,
.has-error.md-checkbox label > .check {
    border-color: #e73d4a
}

.has-success .md-checkbox label,
.has-success.md-checkbox label {
    color: #27a4b0
}

.has-success .md-checkbox label > .box,
.has-success .md-checkbox label > .check,
.has-success.md-checkbox label > .box,
.has-success.md-checkbox label > .check {
    border-color: #27a4b0
}

.has-warning .md-checkbox label,
.has-warning.md-checkbox label {
    color: #c29d0b
}

.has-warning .md-checkbox label > .box,
.has-warning .md-checkbox label > .check,
.has-warning.md-checkbox label > .box,
.has-warning.md-checkbox label > .check {
    border-color: #c29d0b
}

.has-info .md-checkbox label,
.has-info.md-checkbox label {
    color: #327ad5
}

.has-info .md-checkbox label > .box,
.has-info .md-checkbox label > .check,
.has-info.md-checkbox label > .box,
.has-info.md-checkbox label > .check {
    border-color: #327ad5
}

.form-md-checkboxes > label {
    font-size: 14px;
    color: #888;
    opacity: 1;
    filter: alpha(opacity=100)
}

.form-md-checkboxes.has-error label {
    color: #fbe1e3
}

.form-md-checkboxes.has-info label {
    color: #e0ebf9
}

.form-md-checkboxes.has-success label {
    color: #abe7ed
}

.form-md-checkboxes.has-warning label {
    color: #f9e491
}

.md-checkbox-list {
    margin: 5px 0
}

.form-horizontal .md-checkbox-list {
    margin-top: 5px
}

.md-checkbox-list .md-checkbox {
    display: block;
    margin-bottom: 10px
}

.md-checkbox-list .md-checkbox:last-child {
    margin-bottom: 0
}

.md-checkbox-inline {
    margin: 5px 0
}

.form-horizontal .md-checkbox-inline {
    margin-top: 7px
}

.md-checkbox-inline .md-checkbox {
    display: inline-block;
    margin-right: 20px
}

.md-checkbox-inline .md-checkbox:last-child {
    margin-right: 0
}

/**
icon
 */

.input-icon > i {
    color: #ccc;
    display: block;
    position: absolute;
    margin: 11px 2px 4px 10px;
    z-index: 3;
    width: 16px;
    font-size: 16px;
    text-align: center;
    left: 0;
}

.modal .input-icon > i {
    z-index: 10055;
}

.form-group.form-md-line-input > .input-icon > i {
    left: 0;
    bottom: 0;
    margin: 9px 2px 10px 10px;
    color: #888;
}

.form-group.form-md-line-input > .input-icon .form-control {
    padding-left: 34px;
}

label {
    font-weight: 400;
    color: #333;
}

.form-material .form-group label {
    font-size: 16px;
}

.help-block {

    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 14px;

}

.form-group.form-md-line-input .help-block {

    position: absolute;
    margin: 2px 0 0;
    font-size: 14px;

}

/**
기타
 */

.p2s .line .img .process {
    position: absolute;
    left: 15px;
    top: 0;
    border: none;
}

.pos-top {
    top: 20px;
}


.search-box {

    width: 100%;
}


.search-box .custom-select {

    height: 55px;
    border-radius: 0;
}

.search-box .btn-search {
    display: block;
    width: 55px;
    height: 55px;
    background-color: #002370;
    color: #FFF;
    border-radius: 0;
    text-align: center;
}


.campaign-info .campaign_subject {
    text-align: center;
    background-color: #fbfbfb;
    border-top: 1px solid #002370;
    border-bottom: 1px solid #eeeeee;
    font-size: 1rem !important;
    font-weight: 400;
    padding:15px 0 ;
}



/**
index
 */

.index .slider-box {
    position: relative;
}

.index .s02.only-mobile img {
    border: 1px solid #b8d9f5;

}

.index .s03 h4 a, .index .s05 h4 a, .index .s07 h4 a {
    float: right;
    display: inline-block;
    font-size: 18px;
    margin-top: 6px;
}

.index .s03 .date {
    display: block;
    width: 64px;
    height: 64px;
    background-color: #f6f6f6;
    float: left;
    margin-right: 20px;
}

.index .s03 .date h4 {
    color: #ff4040;
}

.index .s03 .date p {
    color: #999999;
}

.index .s03 a.font-color-link a {
    color: #333333;
}

.index .s03 a.font-color-link span {
    color: #03c8b9;

}


.index .s05 .choice picture {
    width: 8rem;
    height: 8rem;
    overflow: hidden;
    display: block;
}

.index .s05 .choice picture img {
    max-width: initial;
}

.index .s06 picture {
    width: 82px;
    display: block;
}

.index .s06 .img {
    border: 1px solid #6fd3c8;
}

.index .s06 .text {
    border: 1px solid #f2f2f2;
}

.index .s06 {
    margin-top: 63px;
}

.index .s06 .banner-01 {
    width: 100%;
    height: 150px;
    background-image: url("../images/main_s06_01_bg.png");
    background-size: cover;
    padding-top: 46px;
    padding-left: 30px;
    color: #FFF;
    border-radius: 15px;

}

.index .s06 .banner-02 {
    margin-top: 30px;
    width: 100%;
    height: 150px;
    background-image: url("../images/main_s06_02_bg.png");
    background-size: cover;
    padding-top: 46px;
    padding-left: 30px;
    color: #FFF;
    border-radius: 15px;
}

.index .s06 .sub {
    margin-bottom: 0px;
}

.index .s06 .main {
    font-size: 24px;
    color: #FFF !important;
}

.index .s06 .main a {
    color: #FFF !important;
}


.index .s07 img {


}

.index .s07 .content-box {

}

.index .s07 .container {
    overflow: hidden !important;
}

.index .s08 {
    background-image: url("/resources/front/images/main_s08_bg.jpg");
    background-size: cover;
}


.s09 {
    display: none;
}


.modal-layout-01 .bg {

    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    font-size: 1rem;
    height: 115px;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
    position: relative;

}

.modal-layout-01 .bg span {
    z-index: 2;
}
.modal-layout-01 .bg:hover:after {
    content: ' ';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 35, 112, 0.5);
    border-radius: 15px;
}


.modal-layout-01 .btn {
    border-radius: 22px;
    background-color: #FFF;
    border: 1px solid #002370;
    color: #002370;
    padding: 6px 22px;
    margin: 10px 0 30px 0;
}

.modal-layout-01 .btn:hover {
    border-radius: 22px;
    background-color: #002370;
    border: 1px solid #002370;
    color: #FFF;
}

.modal-layout-02 .bg {

    position: relative;

}





.modal-layout-02 .btn {
    border-radius: 22px;
    background-color: #FFF;
    border: 1px solid #002370;
    color: #002370;
    padding: 6px 22px;
    margin: 5px 0 30px 0;
}

.modal-layout-02 .btn:hover {
    border-radius: 22px;
    background-color: #002370;
    border: 1px solid #002370;
    color: #FFF;
}

.box-layout-01 {

    width: 100%;
}


.box-layout-01 .box {
    border: 2px solid #c5eae7;
    width: 100%;
    position: relative;
    height:180px;
    margin: 90px auto 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.box-layout-01 .box .title {
    border: 10px solid #c5eae7;
    width: 130px;
    height: 130px;
    text-align: center;
    border-radius: 50%;
    position: absolute;
    top: -65px;
    left: 50%;
    margin-left: -65px;
    background-color: #FFF;
    font-size: 1.125rem;
    color: #c5eae7;
    padding-top: 15px;

}

.box-layout-01 .box .content {
    margin-top:55px;
    text-align: center;
}

.box-layout-01 .box .title div:first-child {
    font-size: 0.875rem;
    color: #f3a79a;
    line-height: 1;
}


.box-layout-02 {

    width: 100%;
}


.box-layout-02 .box {

    width: 100%;
    position: relative;
    padding: 0 15px 15px 15px;
}


.box-layout-02 .box .content {


}

.box-layout-02 .box .title div:first-child {
    font-size: 0.875rem;
    color: #f3a79a;
    line-height: 1;
}


/**
p0101
 */


.p0101 .s01 {
    width: 100%;
    font-size: 1.125rem;
}


.p0101 .s03 .font-color-title {
    display: flex;

}

.p0101 .s03 .font-color-title > div {

}

.p0101 .s03 .font-color-title > div:first-child {
    flex: 0 0 90px;
}

.p0101 .s03 ul {
    padding: 0;
    margin: 0.5rem 0 0 0;

}

.p0101 .s03 ul li {
    list-style: none;
}

.p0101 .s03 ul li span {
    display: inline-block;
    margin-right: 5px;
    padding-left: 5px;
}

.p0101 .container-full {
    background-color: #f3f3f3;
    padding-top:25px;
}




.p0101 .s04 .bg-01 {
    background-image: url("../images/p0101_s04_01_bg_2022.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
}


.p0101 .s04 .bg-02 {
    background-image: url("../images/p0101_s04_02_bg_2022.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;

}



.p0101 .s04 .bg-03 {
    background-image: url("../images/p0101_s04_03_bg_2022.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
}

.p0101 .s04 .bg-04 {
    background-image: url("../images/p0101_s04_04_bg_2022.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
}

.p0101 .s04 .bg-05 {
    background-image: url("../images/p0101_s04_05_bg_2022.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
}

.p0101 .s04 .bg-06 {
    background-image: url("../images/p0101_s04_06_bg_2022.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
}



.p0101 .s04 .bg-01, .p0101 .s04 .bg-02, .p0101 .s04 .bg-03, .p0101 .s04 .bg-04 {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    font-size: 1rem;
    height: 115px;
    text-align: center;
    font-weight: bold;
}


.p0101 .s04 .btn {
    border-radius: 22px;
    background-color: #FFF;
    border: 1px solid #002370;
    color: #002370;
    padding: 6px 22px;
    margin: 10px 0 30px 0;
}

.p0101 .s04 .btn:hover {
    border-radius: 22px;
    background-color: #002370;
    border: 1px solid #002370;
    color: #FFF;
}


.p0102 .s02-a02 .bg-01 {
    background-image: url("../images/p010201_s02_01_2022.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
}



.p0102 .s02-a02 .bg-02 {
    background-image: url("../images/p010201_s02_02_2022.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
}

.p0102 .s02-a02 .bg-03 {
    background-image: url("../images/p010201_s02_03_2022.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
}


.p0102 .s02-a03 .bg-01 {
    background-image: url("../images/p010201_s03_01_2022.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
}



.p0102 .s02-a03 .bg-02 {
    background-image: url("../images/p010201_s03_02_2022.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
}


.p0102 .s02-a03 .bg-03 {
    background-image: url("../images/p010201_s03_03_2022.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
}


.p0102 .s02-a03 .bg-04 {
    background-image: url("../images/p010201_s03_04_2022.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
}



.p0102 .s02-a04 .bg-01 {
    background-image: url("../images/p010201_s04_01.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
}



.p0102 .s02-a04 .bg-02 {
    background-image: url("../images/p010201_s04_02.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
}

.p0102 .s02-a05 .bg-01 {
    background-image: url("../images/p0102_s02_a05_01.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
}

.p0102 .s02-a05 .bg-02 {
    background-image: url("../images/p0102_s02_a05_02.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
}

.p0102 .s02-a05 .bg-03 {
    background-image: url("../images/p0102_s02_a05_03.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
}

.p0102 .s02-a05 .bg-04 {
    background-image: url("../images/p0102_s02_a05_04.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
}

.p0102 .s02-a05 .bg-05 {
    background-image: url("../images/p0102_s02_a05_05.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
}

.p0102 .s02-a05 .bg-06 {
    background-image: url("../images/p0102_s02_a05_06_2022.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
}



.p0102 .s05 .bg-01 {
    background-image: url("../images/p010201_s05_01_2022.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
}

.p0102 .s05 .bg-02 {
    background-image: url("../images/p010201_s05_02.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
}

.p0102 .s05 .bg-03 {
    background-image: url("../images/p010201_s05_03_2022.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
}

.p0102 .s05 .bg-04 {
    background-image: url("../images/p010201_s05_04.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
}

.p0102 .s05 .bg-05 {
    background-image: url("../images/p010201_s05_05.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
}

.p0102 .s05 .bg-06 {
    background-image: url("../images/p010201_s05_06.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
}



.p0102 .tab3-content .bg-01 {
    background-image: url("../images/p010201_tab3_01.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
}

.p0102 .tab3-content .bg-02 {
    background-image: url("../images/p010201_tab3_02.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
}

.p0102 .tab3-content .bg-03 {
    background-image: url("../images/p010201_tab3_03.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
}





.p0103 .s02 .bg-01 {
    background-image: url("../images/p0103_s02_01.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
}

.p0103 .s02 .bg-02 {
    background-image: url("../images/p0103_s02_02.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
}

.p0103 .s02 .bg-03 {
    background-image: url("../images/p0103_s02_03.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
}


.p0103 .s02 .bg-04 {
    background-image: url("../images/p0103_s02_04.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
}





.p0103 .s03 .bg-01 {
    background-image: url("../images/p0103_s03_01.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
}
.p0103 .s03 .bg-0201 {
    background-image: url("../images/p0103_s03_0201.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
}
.p0103 .s03 .bg-03 {
    background-image: url("../images/p0103_s03_03.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
}
.p0103 .s03 .bg-04 {
    background-image: url("../images/p0103_s03_04.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
}
.p0103 .s03 .bg-05 {
    background-image: url("../images/p0103_s03_05.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
}
.p0103 .s03 .bg-06 {
    background-image: url("../images/p0103_s03_06.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
}
.p0103 .s03 .bg-07 {
    background-image: url("../images/p0103_s03_07.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
}
.p0103 .s03 .bg-08 {
    background-image: url("../images/p0103_s03_08.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
}
.p0103 .s03 .bg-09 {
    background-image: url("../images/p0103_s03_09.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
}
.p0103 .s03 .bg-10 {
    background-image: url("../images/p0103_s03_10.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
}
.p0103 .s03 .bg-11 {
    background-image: url("../images/p0103_s03_11.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
}
.p0103 .s03 .bg-12 {
    background-image: url("../images/p0103_s03_12.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
}



.p0103 .s03 .bg-13 {
    background-image: url("../images/p0103_s03_13.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
}
.p0103 .s03 .bg-14 {
    background-image: url("../images/p0103_s03_14.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
}
.p0103 .s03 .bg-15 {
    background-image: url("../images/p0103_s03_15.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
}
.p0103 .s03 .bg-16 {
    background-image: url("../images/p0103_s03_16.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
}
.p0103 .s03 .bg-17 {
    background-image: url("../images/p0103_s03_17.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
}
.p0103 .s03 .bg-18 {
    background-image: url("../images/p0103_s03_18.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
}
.p0103 .s03 .bg-19 {
    background-image: url("../images/p0103_s03_19.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
}
.p0103 .s03 .bg-20 {
    background-image: url("../images/p0103_s03_20.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
}
.p0103 .s03 .bg-21 {
    background-image: url("../images/p0103_s03_21.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
}
.p0103 .s03 .bg-22 {
    background-image: url("../images/p0103_s03_22.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
}





















.p0103 .s04 .bg-01 {
    background-image: url("../images/p0103_s04_01.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
}
.p0103 .s04 .bg-02 {
    background-image: url("../images/p0103_s04_02.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
}


.p0103 .s04 .bg-03 {
    background-image: url("../images/p0103_s04_03.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
}

.p0103 .s04 .bg-04 {
    background-image: url("../images/p0103_s04_04.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
}
.p0103 .s04 .bg-05 {
    background-image: url("../images/p0103_s04_05.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
}
.p0103 .s04 .bg-06 {
    background-image: url("../images/p0103_s04_06.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
}




.p010201 .sub-list-style-01 li {
    display: flex;
}

.p010201 .sub-list-style-01 li span:first-child {
    flex: 0 0 55px;
}


.p0202 .s02 .step {
    flex: 0 0 25%;
    color: #999;
    padding: 10px;
    line-height: 1;
}


.p0202 .s02 .step span:first-child {
    color: #cbcbcb;
    font-size: 0.85rem;

}


.p0202 .s02 .step.active {
    color: #fff;
}

.p0202 .s02 .step.active span:first-child {
    color: #daeeff;
    font-size: 0.85rem;

}

.p0202 .process.step-01-box {
    background-image: url("/resources/front/images/p0202_s01_t01.png");
    background-repeat: no-repeat;
    background-size: cover;
}

.p0202 .process.step-02-box {
    background-image: url("/resources/front/images/p0202_s01_t02.png");
    background-repeat: no-repeat;
    background-size: cover;
}

.p0202 .process.step-03-box {
    background-image: url("/resources/front/images/p0202_s01_t03.png");
    background-repeat: no-repeat;
    background-size: cover;
}


.p0202 .process.step-04-box {
    background-image: url("/resources/front/images/p0202_s01_t04.png");
    background-repeat: no-repeat;
    background-size: cover;
}


.p0202 .personal .content {
    border: 1px solid #eee;
    padding: 15px;
}

.p0202 .step-box {
    display: none;
}


.p0202 .cms-block.hide {
    display: none;
}

.address-pop-button {
    flex: 0 0 100px;
}

.p0401 .s01 .line-box {
    display: block;
    width: 2px;
    height: 30px;
    background-color: #d5d5d5;
    margin: 0 auto;
}

.p0402 .mission, .p0402 .vision {
    flex: 0 0 50%;
}

.p0402 .mission .title {
    font-size: 1.25rem;
    color: #81bedf;
    font-weight: 500;
    text-align: center;
}

.p0402 .mission .memo {
    font-size: 1rem;
    color: #333;
    text-align: center;
}

.p0402 .s02 .box {
    border: 2px solid #ffe3d8;
    width: 340px;
    position: relative;
    padding: 100px 30px 30px 30px;
    margin: 90px auto 0 auto;
}

.p0402 .s02 .box .title {
    border: 10px solid #ffe3d8;
    width: 130px;
    height: 130px;
    text-align: center;
    border-radius: 50%;
    position: absolute;
    top: -65px;
    left: 50%;
    margin-left: -65px;
    background-color: #FFF;
    font-size: 1.125rem;
    color: #ef7f69;
    padding-top: 34px;

}

.p0402 .s02 .box .title div:first-child {
    font-size: 0.875rem;
    color: #f3a79a;
    line-height: 1;
}


.p0403 .s01 .col-4 {
    padding: 30px 0;
}

.p0403 .s03 .local {
    border: 1px solid #7f91b7;
    display: inline-block;
    padding: 0 15px;
    border-radius: 12px;
    margin-right: 10px;
    max-height: 26px;
    min-width: 64px;

}


.p0403 .love-heart {
    height: 61px;
    width: 264px;
    padding-top: 30px;
    background-image: url("/resources/front/images/about-heart.jpg");
    background-size: contain;
    background-position: right;
    background-repeat: no-repeat;
}


.p0404 .mission, .p0404 .vision {
    flex: 0 0 50%;
}

.p0404 .mission .title {
    font-size: 1.25rem;
    color: #81bedf;
    font-weight: 500;
    text-align: center;
}

.p0404 .mission .memo {
    font-size: 1rem;
    color: #333;
    text-align: center;
}

.p0404 .vision {
    font-size: 1rem;
    color: #333;
    text-align: center;
}

.p0404 .vision .title {
    font-size: 1.25rem;
    color: #81d9df;
    font-weight: 500;
}


.p0404 .s02 .box {
    border: 10px solid #f9f9f9;
    width: 100%;
    position: relative;
    padding: 100px 20px 30px 20px;
    margin: 90px auto 0 auto;
    background-color: #FFF;
}

.p0404 .s02 .box ol {
    list-style: decimal-leading-zero;
    padding-left: 30px;
}

.p0404 .s02 .box ol li {
    margin-bottom: 10px;
}


.p0404 .s02 .box .title {
    border: 10px solid #ffe3d8;
    width: 130px;
    height: 130px;
    text-align: center;
    border-radius: 50%;
    position: absolute;
    top: -65px;
    left: 50%;
    margin-left: -65px;
    background-color: #FFF;
    font-size: 1.125rem;
    color: #ef7f69;
    padding-top: 39px;
    font-weight: 500;

}


.p0405 .history h3 {
    color: #334f8d;
    font-weight: 700;

}

.p0405 .history .right h3 {
    position: relative;
    top: -18px;
}

.p0405 .history .right h3 span {
    margin-left: -7px;
    font-size: 32px;
    line-height: 32px;
}

.p0405 .history .left h3 {
    text-align: right;
    position: relative;
    top: -18px;
}

.p0405 .history .left h3 span {
    margin-right: -7px;
    font-size: 32px;
    line-height: 32px;
}

.p0405 .history ul li {
    list-style: none;
}

.p0405 .history ul {

}

.p0405 .history ul .history-memo {
    display: flex;

}

.p0405 .history .left ul .history-memo {
    display: flex;
    justify-content: flex-end !important;
}


.p0405 .history .month {
    color: #999999;
    flex: 0 0 50px;

}

.p0405 .history .text {
    color: #333333;
}

.p0405 .history .left .history-memo .month {
    text-align: right;
    margin-right: 27px;
}


.p0305 .speech li {
    line-height: 1.8;

}

.p0406 .s02 .box {
    display: flex;
    flex-wrap: wrap !important;
}

.p0406 .s02 .box > div {
    flex: 0 0 50%;
}


.root_daum_roughmap {
    border: none !important;
}

.p07-05-01 {
    padding-bottom: 15px;

}

.p07-05-01 dd {
    padding: 20px 15px 0 15px;
}

.p07-05-02 {
    border-top: 1px solid #D1DEF0;
    border-bottom: 1px solid #D1DEF0;
    background: #F8FAFC;
    padding: 10px 15px;
    position: relative;
}

.p07-05-02 .view-link {
    position: absolute;
    top: 12px;
    right: 15px;
}

.p07-05-03 {
    padding-bottom: 15px;
    border-bottom: 1px solid #D1DEF0;
}

.p07-05-03 dd {
    padding-top: 20px;
}

.p07-05-04 {
    padding-top: 20px;
    border-top: 1px solid #D1DEF0;
    margin-bottom: 30px;
}


.p1001 .s02 ul {
    padding: 0;
    margin: 0.5rem 0 0 0;

}

.p1001 .s02 ul li {
    list-style: none;
}

.p1001 .s02 ul li span {
    display: inline-block;
    margin-right: 5px;
    padding-left: 5px;
}