@charset "utf-8";
@import url('https://hangeul.pstatic.net/hangeul_static/css/nanum-barun-gothic.css');

@media screen and (min-width:1024px),
print {



    /* layout */
    #visual {
        position: relative;
        width: 100%;
        height: 300px;
    }

    #visual:after {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        overflow: hidden;
        width: 40px;
        height: 40px;
        margin: auto;
        border: 6px solid #DDD;
        border-top-color: #555;
        border-radius: 50%;
        text-indent: -999px;
        content: '';
        animation: spin 1s linear infinite;
        z-index: 190;
    }

    .visual {
        position: relative;
        overflow: hidden;
        width: 100%;
        height: 100%;
    }

    .visual .bg,
    .visual .img {
        position: absolute;
        top: 0;
        left: 0;
        overflow: hidden;
        width: 1px;
        height: 1px;
    }

    .visual .bg img,
    .visual .img img {
        margin: 1px;
    }

    .visual .btns {
        display: none;
    }

    .visual .slogan {
        display: none;
        position: absolute;
        top: 140px;
        right: 0;
        left: 0;
        width: 90%;
        max-width: 1040px;
        height: 140px;
        margin: 0 auto;
        font-family: 'NanumBareunGothicLight';
        font-size: 24px;
        font-style: italic;
        color: #FFF;
        line-height: 35px;
        text-align: right;
        text-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
        letter-spacing: -1px;
        z-index: 190;
    }

    .visual .slogan p:first-child {
        font-size: 28px;
        font-style: normal;
        line-height: 105px;
    }

    .visual .slogan p:first-child b {
        display: inline-block;
        position: relative;
        font-size: 38px;
    }

    .visual .slogan p:first-child b:after {
        position: absolute;
        top: 15px;
        right: 0;
        left: 0;
        width: 5px;
        height: 5px;
        margin: 0 auto;
        border-radius: 50%;
        background: #FFF;
        content: '';
    }

    .visual .navi {
        display: none;
        position: absolute;
        top: 180px;
        right: 0;
        left: 0;
        width: 98%;
        max-width: 1200px;
        height: 0;
        margin: 0 auto;
        padding: 0;
        list-style: none;
        z-index: 190;
    }

    .visual .navi li {
        float: right;
        clear: both;
        height: 20px;
        margin: 0;
        padding: 0;
    }

    .visual .navi button {
        float: right;
        overflow: hidden;
        width: 10px;
        height: 10px;
        margin: 0;
        padding: 0;
        border: 1px solid #FFF;
        border-radius: 50%;
        background: none;
        line-height: 99px;
    }

    .visual .navi .on button {
        background: #FFF;
    }

    #visual.loaded:after {
        display: none;
    }

    #visual.loaded .img {
        width: 100%;
        height: 100%;
    }

    #visual.loaded .img img {
        position: absolute;
        top: -999px;
        right: -999px;
        bottom: -999px;
        left: -999px;
        min-width: 100%;
        margin: auto;
    }

    #visual.loaded .slogan,
    #visual.loaded .navi {
        display: block;
    }

    @keyframes spin {
        0% {
            transform: rotate(0deg);
        }

        100% {
            transform: rotate(360deg);
        }
    }

    #content {
        width: 100%;
        max-width: 1200px;
        margin: 0 auto;
    }

    /* content */
    .service {
        position: relative;
        padding: 20px 0;
        background: #056CB1;
    }

    .service:before,
    .service:after {
        position: absolute;
        top: 0;
        width: 9999px;
        height: 100%;
        background: #056CB1;
        content: '';
    }

    .service:before {
        right: 99.99%;
    }

    .service:after {
        left: 99.99%;
    }

    .inner_service {
        display: flex;
        align-items: center;
        justify-content: center;
        max-width: 1200px;
        margin: 0 auto;
    }

    .service .label_box {
        margin-right: 50px;
        padding: 10px 30px;
        border-radius: 50px;
        background: #fff;
        font-family: 'NanumSquareBold';
        font-size: 20px;
        color: #056CB1;
    }

    .service .service_list {
        display: flex;
        align-items: center;
    }

    .service .item {
        display: flex;
        align-items: center;
        position: relative;
        padding: 0 40px;
    }

    .service .item+.item:before {
        content: '';
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 1px;
        height: 50px;
        background: rgba(255, 255, 255, 0.3);
    }

    .service .item .icon {
        margin-right: 20px;
    }

    .service .item .icon img {
        display: block;
        height: 70px;
        width: auto;
    }

    .service .item .txt {
        text-align: left;
        color: #fff;
    }

    .service .item .txt strong {
        display: block;
        margin-bottom: 8px;
        font-family: 'NanumSquareBold';
        font-size: 18px;
    }

    .service .item .txt p {
        margin: 3px 0;
        font-size: 15px;
        font-weight: 300;
        opacity: 0.9;
    }

    .latest {
        float: left;
        width: 47.479%;
        height: 350px;
        margin: 10px 0 0 15px;
        border: 1px solid #E4E4E4;
        border-radius: 5px;
        background: #FFF;
        box-sizing: border-box;
    }

    #latest {
        position: relative;
        margin: 0 10px;
    }

    #latest .tab {
        height: 0;
    }

    #latest h2 {
        font-size: 14px;
    }

    #latest h3 {
        position: absolute;
        top: 0;
        left: 0;
        height: 66px;
        font-weight: normal;
        font-size: 14px;
        line-height: 66px;
        cursor: default;
    }

    #latest h3:after {
        position: absolute;
        bottom: -1px;
        left: 0;
        width: 0;
        height: 3px;
        background: #1B9ED7;
        content: '';
        transition: width 0.3s;
    }

    #latest .t2 h3 {
        left: 19%;
    }

    #latest .t3 h3 {
        left: 38%;
    }

    #latest .t4 h3 {
        left: 57%;
    }

    #latest ul {
        position: absolute;
        overflow: hidden;
        width: 1px;
        height: 1px;
        margin: 0;
        padding: 0;
        list-style: none;
        z-index: -1;
    }

    #latest li {
        position: relative;
        overflow: hidden;
        height: 38px;
        margin: 0;
        padding: 0 99px 0 13px;
        line-height: 38px;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    #latest li:before {
        float: left;
        width: 4px;
        height: 4px;
        margin: 17px 0 0 -13px;
        border-radius: 50%;
        background: #C1C1C1;
        content: '';
    }

    #latest li img {
        display: none;
    }

    #latest .date {
        position: absolute;
        top: 0;
        right: 0;
        color: #666;
    }

    #latest .more {
        display: none;
        position: absolute;
        top: 24px;
        right: 0;
        overflow: hidden;
        width: 18px;
        height: 18px;
    }

    #latest .more:before {
        float: left;
        width: 18px;
        height: 2px;
        margin: 8px 0;
        background: #555;
        content: '';
    }

    #latest .more:after {
        position: absolute;
        top: 0;
        left: 8px;
        width: 2px;
        height: 18px;
        background: #555;
        content: '';
    }

    #latest .more:hover {
        text-decoration: none;
    }

    #latest .on {
        height: auto;
        padding-top: 66px;
    }

    #latest .on h3 {
        font-weight: 600;
        color: #1B9ED7;
    }

    #latest .on h3:after {
        width: 100%;
    }

    #latest .on ul {
        position: static;
        width: auto;
        height: auto;
        border-top: 1px solid #E4E4E4;
        z-index: auto;
    }

    #latest .on .more {
        display: block;
    }

    #latest li:first-child {
        margin-top: 20px;
    }

    #latest li.h {
        height: 128px;
        margin: 0 0 18px;
        padding: 0;
        border-bottom: 1px dashed #E4E4E4;
        line-height: 34px;
    }

    #latest li.h:before {
        display: none;
    }

    #latest li.h .ymd {
        float: left;
        width: 88px;
        height: 88px;
        margin: 17px -110px 17px 0;
        border: 3px solid #C7E0F2;
        border-radius: 50%;
        font-weight: 600;
        font-size: 16px;
        line-height: 24px;
        text-align: center;
    }

    #latest li.h .ymd .y {
        display: block;
        margin-top: 18px;
        font-weight: normal;
        font-size: 14px;
    }

    #latest li.h .ymd .m:after {
        content: '\002E';
    }

    #latest li.h .tit {
        overflow: hidden;
        margin: 30px 0 0 110px;
        font-weight: 600;
        text-overflow: ellipsis;
    }

    #latest li.h .note {
        overflow: hidden;
        margin: 0 0 30px 110px;
        color: #666;
        text-overflow: ellipsis;
    }

    .popzone {
        float: right;
        position: relative;
        overflow: hidden;
        width: 47.479%;
        height: 350px;
        margin: 10px 15px 0 0;
        border: 1px solid #E4E4E4;
        border-radius: 5px;
        background: #FFF;
        box-sizing: border-box;
    }

    .popzone h3 {
        margin: 0 30px;
        font-size: 14px;
        line-height: 66px;
    }

    #adzone1 {
        position: absolute;
        top: 66px;
        right: 0;
        bottom: 0;
        left: 0;
        margin: 0;
        padding: 0;
        list-style: none;
    }

    #adzone1 li {
        margin: 0;
        padding: 0;
    }

    #adzone1 li.x {
        display: none;
    }

    #adzone1 li a {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }

    #adzone1 img {
        position: absolute;
        top: 0;
        right: -999px;
        left: -999px;
        width: 584px;
        height: 364px;
        margin: 0 auto;
    }

    .popzone .num {
        position: absolute;
        top: 12px;
        right: 30px;
        height: 42px;
        padding: 0 16px;
        border-radius: 21px;
        background: #77A9D4;
        color: #FFF;
        line-height: 42px;
    }

    .popzone .btn_prev,
    .popzone .btn_next {
        position: absolute;
        top: 12px;
        left: 110px;
        overflow: hidden;
        width: 42px;
        height: 42px;
        margin: 0;
        padding: 0;
        border: 0;
        border-radius: 50%;
        background: #2F9DEA;
        color: #FFF;
    }

    .popzone .btn_next {
        left: 162px;
    }

    .popzone .btn_prev:before,
    .popzone .btn_next:before {
        float: left;
        width: 8px;
        height: 8px;
        margin: 16px;
        border-top: 2px solid #FFF;
        border-left: 2px solid #FFF;
        content: '';
    }

    .popzone .btn_prev:before {
        transform: rotate(-45deg);
    }

    .popzone .btn_next:before {
        transform: rotate(135deg);
    }

    .popzone .btn_stop,
    .popzone .navi {
        display: none;
    }

    #banner {
        clear: both;
        position: relative;
        height: 115px;
        margin: 0 -77px;
        border-top: 10px solid #FFF;
        background: #D9EDFB;
        padding: 10px;
    }

    #banner:before,
    #banner:after {
        position: absolute;
        top: 0;
        width: 9999px;
        height: 135px;
        background: #D9EDFB;
        content: '';
    }

    #banner:before {
        right: 99.99%;
    }

    #banner:after {
        left: 99.99%;
    }

    #banner h2 {
        height: 110px;
        font-family: 'NanumSquareBold';
        font-size: 25px;
        color: #056CB1;
        line-height: 110px;
        text-align: center;
    }

    #banner h2 b {
        font-size: 35px;
    }

    #banner .go_lft,
    #banner .go_rgt {
        position: absolute;
        top: 40px;
        overflow: hidden;
        width: 42px;
        height: 42px;
        margin: 0;
        padding: 0;
        border: 0;
        border-radius: 50%;
        background: #056CB1;
        z-index: 220;
    }

    #banner .go_lft {
        left: 146px;
    }

    #banner .go_rgt {
        right: 146px;
    }

    #banner .go_lft:before,
    #banner .go_rgt:before {
        float: left;
        width: 10px;
        height: 10px;
        margin: 15px;
        border-top: 2px solid #FFF;
        border-left: 2px solid #FFF;
        content: '';
    }

    #banner .go_lft:before {
        margin-left: 17px;
        transform: rotate(-45deg);
    }

    #banner .go_rgt:before {
        margin-left: 13px;
        transform: rotate(135deg);
    }

    #banner .stop {
        display: none;
    }

    #banner .lst {
        position: relative;
        overflow: hidden;
        width: 100%;
        height: 125px;
    }

    #banner .lst:before,
    #banner .lst:after {
        position: absolute;
        top: 3px;
        width: 167px;
        height: 154px;
        background: #D9EDFB;
        opacity: 0.5;
        content: '';
        z-index: 210;
    }

    #banner .lst:before {
        left: 0;
    }

    #banner .lst:after {
        right: 0;
    }

    #banner ul {
        position: absolute;
        top: 3px;
        left: 0;
        width: 100%;
        height: 140px;
        margin: 0;
        padding: 0;
        list-style: none;
    }

    #banner li {
        float: left;
        width: 9%;
        height: 120px;
        margin: 0 -12.5% 0 12.5%;
        padding: 0;
        text-align: center;
    }

    #banner li:first-child {
        margin-left: 0;
    }

    #banner li img {
        width: 100px;
        height: 100px;
    }

    /* responsive */
    @media screen and (max-width:1200px) {
        #banner {
            margin: 0;
            padding: 0 5%;
        }

        #banner:before,
        #banner:after,
        #banner .lst:before,
        #banner .lst:after {
            display: none;
        }

        #banner .go_lft {
            left: 10px;
        }

        #banner .go_rgt {
            right: 10px;
        }

        #banner li {
            width: 20%;
            margin: 0 -20% 0 20%;
        }
    }

    .calendar {
        margin-left: "0px";
        margin-right: "0px";
        margin-top: "0px";
        margin-bottom: "0px";

    }

    .calendar td {
        font-size: 9pt;
        color: #595959;
        border: 1px solid #d3d3d3;
    }

    .calendar th {
        font-size: 9pt;
        color: #000000;
        border: 1px solid #d3d3d3;
    }

    .calendar select {
        font-size: 9pt;
        color: #595959;
    }


    .calendar table {
        border-collapse: collapse;
        text-align: center;
        line-height: 1.5;
        width: 100%;

    }

    .calendar table thead th {
        border: 1px solid #d3d3d3;
        padding: 10px;
        font-weight: bold;
        vertical-align: middle;
        color: #369;
        width: 14%;

    }

    .calendar table tbody td {
        border: 1px solid #d3d3d3;
        padding: 2px;
        font-weight: bold;
        vertical-align: top;
        width: 14%;
        background: #ababab;
    }

    .calendar table td {
        border: 1px solid #d3d3d3;
        padding: 1px;
        vertical-align: top;
        width: 14%;
        font-size: 12px;
        background-color: #121212;
        min-height: 100px;
    }

    .divDotText {
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .calendar A:link {
        font-size: 9pt;
        color: #000000;
        text-decoration: none;
    }

    .calendar A:visited {
        font-size: 9pt;
        color: #000000;
        text-decoration: none;
    }

    .calendar A:active {
        font-size: 9pt;
        color: red;
        text-decoration: none;
    }

    .calendar A:hover {
        font-size: 9pt;
        color: red;
        text-decoration: none;
    }

    .day {

        height: 18px;
        font-weight: bold;
        font-size: 12px;
        font-weight: bold;
        text-align: center;
    }

    .sat {
        color: #529dbc;
    }

    .sun {
        color: red;
    }

    .today_button_div {
        float: right;
    }

    .today_button {
        width: 100px;
        height: 20px;
    }

    .calendar {
        width: 100%;
        background-color: #ffffff;
    }

    .navigation {
        margin-top: -40px;
        margin-bottom: 1px;
        text-align: center;
        font-size: 16px;
        vertical-align: middle;
    }

    .calendar_body {
        width: 100%;
        background-color: #FFFFFF;
        border-collapse: collapse;

    }

    .calendar_body .today {
        height: 30px;
        background-color: #D9EDFB;
        text-align: left;
        vertical-align: top;
    }

    .calendar_body .date {
        font-weight: bold;
        font-size: 12px;
        padding-left: 1px;
        padding-top: 1px;
    }

    .calendar_body .sat_day {
        height: 30px;
        background-color: #ffffff;
        text-align: left;
        vertical-align: top;
    }

    .calendar_body .sat_day .sat {
        color: #529dbc;
        font-weight: bold;
        font-size: 12px;
        padding-left: 1px;
        padding-top: 1px;
    }

    .calendar_body .sun_day {

        height: 30px;
        background-color: #ffffff;
        text-align: left;
        vertical-align: top;
    }

    .calendar_body .sun_day .sun {
        color: red;
        font-weight: bold;
        font-size: 12px;
        padding-left: 1px;
        padding-top: 1px;
    }

    .calendar_body .normal_day {

        height: 30px;
        background-color: #ffffff;
        vertical-align: top;
        text-align: left;
    }

    .before_after_month {

        font-weight: bold;
    }

    .before_after_year {
        font-weight: bold;
    }

    .this_month {}
}

@media screen and (max-width:1023px) {



    /* layout */
    #visual {
        position: relative;
        width: 100%;
        height: 300px;
        text-align: center;
    }

    #visual:after {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        overflow: hidden;
        width: 40px;
        height: 40px;
        margin: auto;
        border: 6px solid #DDD;
        border-top-color: #555;
        border-radius: 50%;
        text-indent: -999px;
        content: '';
        animation: spin 1s linear infinite;
        z-index: 190;
    }

    .visual {
        position: relative;
        overflow: hidden;
        width: 100%;
        height: 100%;
    }

    .visual .bg,
    .visual .img {
        position: absolute;
        top: 0;
        left: 0;
        overflow: hidden;
        width: 1px;
        height: 1px;
    }

    .visual .bg img,
    .visual .img img {
        margin: 1px;
    }

    .visual .btns {
        display: none;
    }

    .visual .slogan {
        display: none;
        position: absolute;
        top: 12%;
        right: 0;
        bottom: 18%;
        left: 0;
        font-family: 'NanumBareunGothicLight';
        font-size: 17px;
        font-style: italic;
        color: #FFF;
        text-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
        letter-spacing: -1px;
        z-index: 190;
    }

    .visual .slogan p:first-child {
        font-size: 1.25em;
        font-style: normal;
        line-height: 55px;
    }

    .visual .slogan p:first-child b {
        display: inline-block;
        position: relative;
        font-size: 1.25em;
    }

    .visual .slogan p:first-child b:after {
        position: absolute;
        top: 5px;
        right: 0;
        left: 0;
        width: 3px;
        height: 3px;
        margin: 0 auto;
        border-radius: 50%;
        background: #FFF;
        content: '';
    }

    .visual .navi {
        position: absolute;
        bottom: 8%;
        right: 0;
        left: 0;
        margin: 0;
        padding: 0;
        list-style: none;
        line-height: 0;
        z-index: 190;
    }

    .visual .navi li {
        display: inline-block;
        margin: 0;
        padding: 0;
        vertical-align: top;
    }

    .visual .navi button {
        overflow: hidden;
        width: 10px;
        height: 2px;
        margin: 2px 2px 0;
        padding: 0;
        border: 0;
        border-radius: 1px;
        background: #FFF;
        line-height: 99px;
        transition: all 0.3s;
    }

    .visual .navi .on button {
        height: 4px;
        margin-top: 0;
    }

    #visual.loaded:after {
        display: none;
    }

    #visual.loaded .img {
        left: -999px;
        right: -999px;
        width: auto;
        height: 100%;
        margin: 0 auto;
    }

    #visual.loaded .img img {
        height: 100%;
        margin: 0;
    }

    #visual.loaded .slogan,
    #visual.loaded .navi {
        display: block;
    }

    @keyframes spin {
        0% {
            transform: rotate(0deg);
        }

        100% {
            transform: rotate(360deg);
        }
    }

    /* content */
    .service {
        overflow: hidden;
        background: #056CB1;
        text-align: center;
    }

    .service ul {
        display: flex;
        overflow: auto;
        height: 299px;
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .service li {
        width: 14.2857%;
        min-width: 90px;
        height: 110px;
        margin: 0;
        padding: 0;
        vertical-align: top;
    }

    .service li a {
        display: block;
        overflow: hidden;
        width: 100%;
        height: 100%;
        font-size: 12px;
        color: #FFF;
        line-height: 30px;
        letter-spacing: -1px;
    }

    .service li a:before {
        display: block;
        width: 45px;
        height: 45px;
        margin: 20px auto 0;
        border-radius: 50%;
        background: #FFF url(/images/bg_ico_main.png?v=221125) no-repeat -2px -2px/175px auto;
        content: '';
    }

    .service li a:hover {
        color: #FFF;
        text-decoration: none;
    }

    .service li:nth-child(2) a:before {
        background-position: -2px -52px;
    }

    .service li:nth-child(3) a:before {
        background-position: -2px -102px;
    }

    .service li:nth-child(4) a:before {
        background-position: -2px -152px;
    }

    .service li:nth-child(5) a:before {
        background-position: -2px -202px;
    }

    .service li:nth-child(6) a:before {
        background-position: -2px -252px;
    }

    .service li:nth-child(7) a:before {
        background-position: -2px -302px;
    }

    .latest {
        height: 310px;
        margin: 20px 0;
    }

    #latest {
        position: relative;
        margin: 0 20px;
    }

    #latest .tab {
        height: 0;
    }

    #latest h3 {
        position: absolute;
        top: 0;
        left: 0;
        width: 50%;
        height: 60px;
        font-weight: normal;
        font-size: 17px;
        line-height: 60px;
        text-align: center;
        letter-spacing: -1px;
        cursor: default;
    }

    #latest h3:after {
        position: absolute;
        bottom: -1px;
        left: 0;
        width: 0;
        height: 3px;
        background: #1B9ED7;
        content: '';
        transition: width 0.3s;
    }

    #latest .t2 h3 {
        left: 50%;
    }

    #latest ul {
        position: absolute;
        overflow: hidden;
        width: 1px;
        height: 1px;
        margin: 0;
        padding: 0;
        list-style: none;
        z-index: -1;
    }

    #latest li {
        position: relative;
        overflow: hidden;
        height: 36px;
        margin: 0;
        padding: 0 99px 0 17px;
        line-height: 36px;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    #latest li:before {
        float: left;
        width: 4px;
        height: 4px;
        margin: 16px 0 0 -14px;
        border-radius: 50%;
        background: #C1C1C1;
        content: '';
    }

    #latest li img {
        display: none;
    }

    #latest .date,
    #latest .ymd {
        position: absolute;
        top: 0;
        right: 0;
        color: #666;
    }

    #latest .ymd .y:after,
    #latest .ymd .m:after {
        content: '\002D';
    }

    #latest .tit {
        overflow: hidden;
        text-overflow: ellipsis;
    }

    #latest .note {
        display: none;
    }

    #latest .more {
        display: none;
        width: 100px;
        height: 32px;
        margin: 10px auto;
        border-radius: 16px;
        background: #2F9DEA;
        font-size: 15px;
        color: #FFF;
        line-height: 32px;
        text-align: center;
    }

    #latest .more:hover {
        color: #FFF;
        text-decoration: none;
    }

    #latest .on {
        height: auto;
        padding-top: 60px;
    }

    #latest .on h3 {
        font-weight: 600;
        color: #1B9ED7;
    }

    #latest .on h3:after {
        width: 100%;
    }

    #latest .on ul {
        position: static;
        width: auto;
        height: auto;
        border-top: 1px solid #E4E4E4;
        z-index: auto;
    }

    #latest .on .more {
        display: block;
    }

    #latest li:first-child {
        margin-top: 20px;
    }

    #latest li:nth-child(n+6) {
        display: none;
    }

    .popzone {
        overflow: auto;
        margin: 20px 0;
    }

    .popzone h2,
    .popzone .num,
    .popzone .btns,
    .popzone .navi {
        display: none;
    }

    #adzone1 {
        margin: 0 auto;
        padding: 0;
        list-style: none;
    }

    #adzone1.n1 {
        width: 320px;
    }

    #adzone1.n2 {
        width: 650px;
    }

    #adzone1.n3 {
        width: 980px;
    }

    #adzone1.n4 {
        width: 1310px;
    }

    #adzone1.n5 {
        width: 1640px;
    }

    #adzone1.n6 {
        width: 1970px;
    }

    #adzone1.n7 {
        width: 2300px;
    }

    #adzone1.n8 {
        width: 2630px;
    }

    #adzone1.n9 {
        width: 2960px;
    }

    #adzone1 li {
        float: left;
        margin: 0;
        padding: 0 0 0 10px;
    }

    #adzone1 li:first-child {
        padding-left: 0;
    }

    #adzone1 img {
        float: left;
        width: 320px;
        height: 200px;
    }

    #banner {
        position: relative;
        padding:25px;
        background: #F7F7F7;
    }

    #banner h2 {
        height: 60px;
        font-size: 18px;
        color: #585858;
        line-height: 70px;
        text-align: center;
    }

    #banner .go_lft,
    #banner .go_rgt {
        position: absolute;
        top: 65px;
        overflow: hidden;
        width: 40px;
        height: 40px;
        margin: 0;
        padding: 0;
        border: 0;
        background: none;
    }

    #banner .go_lft {
        left: 10px;
    }

    #banner .go_rgt {
        right: 10px;
    }

    #banner .go_lft:before,
    #banner .go_rgt:before {
        float: left;
        width: 8px;
        height: 8px;
        margin: 15px;
        border-top: 2px solid #777;
        border-left: 2px solid #777;
        content: '';
    }

    #banner .go_lft:before {
        transform: rotate(-45deg);
    }

    #banner .go_rgt:before {
        transform: rotate(135deg);
    }

    #banner .stop {
        display: none;
    }

    #banner .lst {
        position: relative;
        overflow: hidden;
        width: 100%;
        height: 120px;
    }

    #banner ul {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 120px;
        margin: 0;
        padding: 0;
        list-style: none;
    }

    #banner li {
        float: left;
        width: 20%;
        height: 120px;
        margin: 0 -20% 0 20%;
        padding: 0;
        text-align: center;
    }

    #banner li:first-child {
        margin-left: 0;
    }

    #banner li img {
        width: 120px;
        height: 120px;
    }

    /* responsive */
    @media screen and (max-width:700px) {
        #banner li {
            width: 25%;
            margin: 0 -25% 0 25%;
        }
    }

    @media screen and (max-width:600px) {
        #visual {
            height: 200px;
        }

        .visual .slogan {
            font-size: 14px;
        }

        #banner li {
            width: 33.333%;
            margin: 0 -33.333% 0 33.333%;
        }
    }

    @media screen and (max-width:500px) {
        #visual {
            height: 240px;
        }

        .visual .slogan {
            display: none !important;
        }

        #latest {
            margin: 0 10px;
        }

        #latest li {
            padding-right: 0;
        }

        #latest .date,
        #latest .ymd {
            display: none;
        }

        #banner li {
            width: 50%;
            margin: 0 -50% 0 50%;
        }
    }

}





/* Extracted from index.html */
#SysBg_White {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    background-color: #FFFFFF;
    display: none;
}

#SysBg_Black {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    background-color: #000000;
    display: none;
}

#Roading {
    display: none;
    z-index: 100
}

#DataResult {
    display: none;
    z-index: 10000
}

@media screen and (max-width: 1023px) {
    .service {
        background: #056CB1;
        padding: 30px 15px;
    }

    .inner_service {
        display: block;
        text-align: center;
    }

    .service .label_box {
        display: none/*inline-block*/;
        margin-right: 0;
        margin-bottom: 20px;
        padding: 7px 20px;
        border-radius: 50px;
        background: #fff;
        font-family: 'NanumSquareBold';
        font-size: 16px;
        color: #056CB1;
    }

    .service .service_list {
        display: block;
    }

    .service .item {
        display: flex;
        padding: 0;
        margin: 0 0 30px 10px;
		flex-direction: row;
        gap: 20px;
    }

    .service .item:last-child {
        margin-bottom: 0;
    }

    .service .item + .item:before {
        display: none;
    }

    .service .item .icon {
        margin-right: 0;
        margin-top: 25px;
        display: flex;
        justify-content: center;
    }

    .service .item .icon img {
        height: 45px;
        width: auto;
    }

    .service .item .txt {
        text-align: left;
        color: #fff;
    }

    .service .item .txt strong {
        display: block;
        margin-bottom: 10px;
        font-family: 'NanumSquareBold';
        font-size: 18px;
    }

    .service .item .txt p {
        margin: 5px 0;
        font-size: 14px;
        font-weight: 300;
        opacity: 0.9;
        word-break: keep-all;
        line-height: 1.4;
    }
}