@font-face {
    font-family: 'GmarketSansMedium';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansMedium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GmarketSansBold';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansBold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,
q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,
tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,
mark,audio,video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a {
    color: black;
    text-decoration: none;
}

a:link {
    color: black;
    text-decoration: none;
}

button {
    background: none;
    font-size: inherit;
    font-family: inherit;
    cursor: pointer;
    color: inherit;
    box-sizing: border-box;
    border: 0;
    padding: 0;
    margin: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

body {
    font-family: "Noto Sans KR", sans-serif;
    color: #191919;
}

.inner {
    max-width: 1200px;
    margin: 0 auto;
    height: 100%;
}

.wrap {
    min-height: 1000px;
}

header {
    height: 60px;
    background: #fff;
}

header .inner {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

header .logo {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

header h2 {
    font-size: 19px;
    color: #003275;
    font-family: 'GmarketSansBold';
    margin-top: 2px;
    text-align: center;
}


.s_con_visual {
    height: 200px;
    background: url('../images/summer_bg.png');
    background-position: center;
    background-size: 100% 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.s_con_visual .visual_con {
    display: block;
    margin: 0 auto;
    text-align: center;
}

.s_con_visual .visual_con h3 {
    display: block;
    text-align: center;
    font-family: 'GmarketSansBold';
    font-size: 44px;
    color: #003275;
    margin-top: 4px;
}

.main {
    width: 1200px;
    position: relative;
    margin: 50px auto;
}

.contents {
    width: 80%;
    margin: 0 auto;
}


.bul_table1 {
    display: table;
    width: 100%;
    padding-bottom: 5px;
}

.bul_table1_tr {
    display: table-row;
}

.bul_table1_td {
    display: table-cell;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5;
}

.bul_table1_td.normal {
    display: table-cell;
    font-size: 20px;
    font-weight: 400 !important;
    line-height: 1.5;
}

.bul_table1_td.normal font {
    color: #CC3D3D;
    font-size: 26px;
    font-weight: 700;
}

.bul_table1_td.icon {
    width: 2%;
}

.bul_table1_td.icon span {
    display: inline-block;
    width: 13px;
    height: 13px;
    margin-right: 10px;
    border: 4px solid #013274;
    border-radius: 20px;
    vertical-align: 1px;
}


.bul_table2 {
    width: 100%;
    display: table;
    margin-left: 20px;
}

.bul_table2_tr {
    display: table-row;

}

.bul_table2_td {
    display: table-cell;
    font-weight: 400;
    font-size: 19px;
    line-height: 30px;
    overflow: hidden;
}

.bul_table2_td.icon {
    width: 2%;
}

.bul_table2_td.icon span {
    display: inline-block;
    width: 6px;
    height: 6px;
    margin-right: 10px;
    border: none;
    border-radius: 3px;
    background: #00abfd;
    vertical-align: 4px;
}

.bul_table2_td.text {
    width: 3%;
}

.bul_table2_td table {
    width: 97%;
    margin: 10px 0;
}

.bul_table2_td .info {
    margin-top: 10px;
}

.bul_table2_td.red{color:red;}

.bul_table2.sub {
    margin-left: 0;
}

.bul_table2.sub .bul_table2_td {
    padding-bottom: 0;
}

.bul_table2_td.img {
    padding-top: 10px;
}

.br_text {
    display: none;
}

.tab_list {
    margin: 0 auto 40px auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.tab_list .tab {
    font-size: 19px;
    font-weight: 500;
    padding: 10.75px 20px;
    /* min-width:170px; */
    background: #f8f8f8;
    /* margin-right: 15px; */
    border-radius: 5px;
    line-height: 1.5;
    width: calc(100% / 3 - 20px);
}

.tab_list .tab.active {
    background: #003275;
    color: #fff;
    font-weight: 500;
}

.tab_list .tab:last-child {
    margin-right: 0;
}

.tab_list .tab span {
    font-size: 16px;
}

.tab_list button:nth-child(n+4) {
    margin-top: 20px;
}

.m_scroll {
    display: none;
}

.sub_tab_list {
    margin: 0 auto 50px auto;
    height: 47px;
    border-bottom: 5px solid #f8f8f8;
}

.sub_tab_list .tab {
    font-size: 19px;
    font-weight: 500;
    padding: 5px 20px 10px 20px;
    min-width: 170px;
    border-bottom: 5px solid #f8f8f8;
    background: none;
    margin-right: 20px;
}

.sub_tab_list .tab.active {
    border-bottom: 5px solid #003275;
    color: #003275
}

.sub_tab_list .tab:last-child {
    margin-right: 0;
}

.tab_panel {
    display: block;
    width: 100%;
}

.mt20 {
    margin-top: 20px;
}

/* 컨텐츠 표 */
.table1 {
    border-top: 2px solid #a1509a;
    margin-top: 0;
    clear: both;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0px;
    empty-cells: show;
}

.table1 .bd0 {
    border-left: 0;
}

.table1 thead th {
    vertical-align: middle;
    height: 26px;
    font-weight: normal;
    text-align: center;
    line-height: 20px;
    padding: 10px 5px;
    color: #171717;
    font-size: 17px;
    background: #fff7fe;
    border-bottom: 1px solid #dadada;
    border-right: 1px solid #dadada;
}

.table1 thead th:last-child {
    border-right: none;
}

.table1 tbody th {
    vertical-align: middle;
    line-height: 18px;
    padding: 10px 7px;
    color: #171717;
    font-size: 17px;
    background: #fdf7f5;
    border-bottom: 1px solid #dadada;
    border-right: 1px solid #dadada;
}

.table1 tbody td {
    vertical-align: middle;
    text-align: center;
    line-height: 18px;
    padding: 15px 5px;
    color: #171717;
    font-size: 17px;
    border-right: 1px solid #dadada;
    border-bottom: 1px solid #dadada;
    line-height: 1.5
}

.table1 tbody td span {
    color: #2e4997;
    font-weight: bold;
}

.table1 tbody td.left_td {
    text-align: left !important;
    padding-left: 7px;
}

.table1 tbody th:last-child,
.table1 tbody td:last-child {
    border-right: none;
}

.table1 tbody th.bgn {
    color: #171717;
}

.table1 .bg1 {
    color: #171717;
    background: #fdf7f5;
}

.table1 .bg2 {
    color: #171717;
    background: #fdf7f5;
}

.table1 .bg3 {
    background: #fdf7f5;
}

.table1 .bg4 {
    background: #fdf7f5;
}

.table1 caption.dns {
    overflow: hidden;
    width: 0;
    height: 0;
    font-size: 0;
}

/* 선택 했을 때 테이블 tr 색 변경 */
.table1 tr.active {
    background: #f8f8f8;
}

.icon_scroll {display: none; width: 45px; height: 11px; background: url('../images/icon_scroll.png') no-repeat right center;}
.responsive_table + .icon_scroll {display: none;}


/* 카드뉴스 */
.card_news_contents {
    padding: 20px !important;
}

.container * {
    line-height: 1.7em !important;
}

a.btnFile {
    padding: 12px 85px 12px 15px;
    margin-top: 10px;
    background: url(/images/btn/btn_file.png) no-repeat right 7px;
    border: 1px solid #c1c1c1;
    border-radius: 5px;
    font-size: 14px;
    box-sizing: border-box;
    line-height: 1.5
}

a.btnBlank {
    padding: 20px 60px 20px 12px;
    margin-top: 10px;
    background: url(/images/btn/btn_blank.png) no-repeat right 10px;
    border: 1px solid #c1c1c1;
    border-radius: 5px;
    font-size: 14px;
    box-sizing: border-box;
}

a.btnBlank2 {
    padding: 11px 85px 12px 11px;
    margin-top: 10px;
    background: url(/images/btn/btn_blank.png) no-repeat right 7px;
    border: 1px solid #c1c1c1;
    border-radius: 5px;
    font-size: 14px;
    box-sizing: border-box;
}

.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    display: flex;
    justify-content: center;
    align-items: center;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.modal-overlay.show {
    visibility: visible;
    opacity: 1;
}

.modal-content {
    background: white;
    padding: 20px;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 400px;
    text-align: center;
    position: relative;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    height: 200px;
}

.modal-close {
    position: absolute;
    top: 10px;
    right: 15px;
    border: none;
    background: none;
    font-size: 20px;
    cursor: pointer;
}

.btn_div {
    margin-top: 40px;
}

.btn_div.top {
    margin-top: 20px !important;
    margin-bottom: 40px !important;
    margin-left: 20px;
}

.btn_div a {
    font-size: 17px;
}

.table1_div+.icon_scroll {
    display: none;
    position: relative;
}

.table1_div+.icon_scroll .blind {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    margin: -1px;
    clip: rect(0 0 0 0);
}

.img_div {
    margin-bottom: 30px;
}

/*  */
.card_news_wrap {
    position: relative;
}

.card_news_img {
    width: 100%;
    max-width: 650px;
    margin: 0 auto 30px;
    border: 1px solid #dedede;
    box-sizing: border-box;
}

.card_news_contents {
    width: 100%;
    max-width: 650px;
    margin: 0 auto;
    border: 1px solid #dedede;
    border-radius: 10px;
    padding: 20px 20px 10px;
    box-sizing: border-box;
}

.underline {
    text-decoration: underline;
}

.carsNews ul li span {
    margin-left: 0;
}

.card_news_btn {
    width: 30px;
    height: 45px;
    position: absolute;
    top: 325px;
    transform: translateY(-50%);
}

.card_news_btn.prev {
    background: rgba(0, 0, 0, 0.5) url('/Open_Content/images/arrow_icon2.png')no-repeat center;
    left: 0;
}

.card_news_btn.next {
    background: rgba(0, 0, 0, 0.5) url('/Open_Content/images/arrow_icon3.png')no-repeat center;
    right: 0;
}

.ul_0429 {
    text-align: center;
}

.ul_0429 li {
    border: 1px solid #003018;
    margin-left: -20px;
    margin-top: 10px;
    display: inline-block;
    width: 70%;
    padding: 20px 0px 20px 0px;
}

.table-container {
    display: table;
    width: 500px;
}

.table-row {
    display: table-row;
}

.table-cell {
    display: table-cell;
}

.table-cell_time {
    width: 40px;
}

.brText {
    display: none;
}

@media screen and (max-width: 700px) {
    .card_news_btn {
        top: 47vw;
    }

    .ul_0429 li {
        width: 100%;
    }

    .table-container {
        width: auto;
    }
}

@media screen and (max-width: 1200px) {
    header .logo {
        left: 20px;
    }

    .main {
        width: 100%
    }

    .contents {
        width: 90%;
        margin: 0 auto;
    }

    .s_con_visual {
        flex-direction: column;
        width: 100%;
    }

    .s_con_visual .visual_con {
        display: block;
        width: 100%;
    }

    .tab_list .tab {
        width: 32%;
        padding: 6.75px 20px;
        border: 4px solid transparent;
        min-width: auto !important;
        background: #fbfbfb;
        margin-right: 5px !important;
        margin-bottom: 10px;
        display: inline-block;
    }

    .tab_panel {
        display: block;
        width: 95%;
        margin: 0 auto;
    }
}

@media screen and (max-width: 900px) {
    .brText {
        display: block;
    }

    .tab_list .tab {
        min-height: 78px;
    }
}

@media screen and (max-width: 793px) {
    .img_div img {
        width: 100%;
    }

    .bul_table2_td.img img {
        width: 100%
    }
}

@media screen and (max-width: 768px) {
    .wrap {
        min-height: 800px;
    }

    .s_con_visual {
        background: url('../images/summer_m_bg.png');
        width: 100%;
        height: 200px;
        background-position: center;
        background-size: 100% 100%;
    }

    .s_con_visual .visual_con {
        display: block;
        width: 100%;
    }

    .s_con_visual .visual_con h3 {
        line-height: 1.5
    }

    .main {
        padding-top: 0;
        width: 100%;
        margin: 40px auto;
    }

    .main .inner {
        flex-direction: column;
    }

    .tab_list {
        margin: 0 auto 30px auto;
    }

    .sub_tab_list {
        margin: 0 auto 40px auto;
    }

    .br_text {
        display: block;
    }

    /* table 가로스크롤 */
    .table1_div {
        width: 85vw;
        overflow-x: scroll;
    }

    .table1_div table {
        width: 768px !important;
    }

    .table1_div+.icon_scroll {
        display: block;
        width: 45px;
        height: 11px;
        background: url(../images/icon_scroll.png) no-repeat right center;
        margin-top: 5px;
    }

    .bul_table1_td {
        font-size: 18px;
    }

    .bul_table2_td {
        font-size: 17px;
    }

    .tab_list button:nth-child(n+4) {
        margin-top: 0;
    }
}

@media screen and (max-width: 680px) {
    .tab_list .tab {
        width: 48% !important;
    }

    .tab_list .tab:nth-child(even) {
        margin-right: 0 !important;
    }

}

@media screen and (max-width: 620px) {
    .m_scroll {
        width: 100%;
        overflow-x: auto;
        white-space: nowrap;
        -ms-overflow-style: none;
        /* IE and Edge */
        scrollbar-width: none;
        /* Firefox */
    }

    .sub_tab_list {
        border-bottom: none;
    }

    .sub_tab_list .tab {
        min-width: 48%;
        position: relative;
        margin-right: 0;
        margin-left: -5px;
    }

    .sub_tab_list .tab::after,
    .sub_tab_list .tab::before {
        content: '';
        display: inline-block;
        width: 10px;
        height: 42px;
        border-bottom: 5px solid #f8f8f8;
        position: absolute;
        top: 0;
    }

    .sub_tab_list .tab::after {
        right: 0;
    }

    .sub_tab_list .tab::before {
        left: 0;
    }

    .bul_table2.sub .bul_table2_td.icon {
        width: 3%
    }
}

@media screen and (max-width: 500px) {
    header .logo img {
        width: 80px;
    }

    header h2 {
        font-size: 18px;
        margin-left: 90px;
    }

    .table1_div {
        width: 80vw;
        overflow-x: scroll;
    }
}

@media screen and (max-width: 440px) {
    .tab_list .tab {
        min-height: 74px;
    }

    header a img {
        width: 80px;
    }

    .main {
        margin: 30px auto;
    }

    .tab_list {
        margin: 0 auto 20px auto;
    }

    .tab_list .tab {
        width: 48%;
        padding: 7.5px 5px;
    }

    .sub_tab_list {
        margin: 0 auto 30px auto;
    }

    .s_con_visual {
        height: 120px;
        background-position: center;
        background-size: 100% 100%;
    }

    .s_con_visual .visual_con h3 {
        font-size: 28px;
    }

    .bul_table1_td {
        font-size: 17px;
    }

    .bul_table2_td {
        font-size: 16px;
    }

    .table1 thead th,
    .table1 tbody td {
        font-size: 16px;
    }

    a.btnFile {
        width: 100%;
        height: auto;
        white-space: normal;
        padding-right: 45px;
        background: url(/images/btn/btn_file.png) no-repeat right center;
        margin-top: 5px !important;
        text-align: left;
    }

    .tab_list .tab span {
        font-size: 15px;
    }
}

@media screen and (max-width: 390px) {
    header .inner div:first-child {
        width: 100px;
    }

    header .inner div:first-child img {
        width: 83px;
    }

    header .inner div:last-child {
        width: calc(100% - 100px);
    }

    header .inner div:last-child h2 {
        font-size: 17px;
    }

    .sub_tab_list .tab::after,
    .sub_tab_list .tab::before {
        height: 42px;
    }

    .tab_list .tab {
        width: 48%;
        padding: 7.5px 10px;
        font-size: 17px;
    }

    .sub_tab_list {
        height: 46px;
    }

    .sub_tab_list .tab {
        font-size: 18px;
    }

    .btn_div a {
        font-size: 16px;
        letter-spacing: -1px;
    }

    a.btnFile {
        display: block;
        width: 100%;
    }
}

@media screen and (max-width: 360px) {
    .tab_list .tab {
        font-size: 15px;
        width: 47%;
        padding: 9.75px 10px;
    }

    .sub_tab_list {
        height: 43px;
    }

    .sub_tab_list .tab {
        font-size: 15px;
    }

    .btn_div a {
        font-size: 15px;
    }

    .sub_tab_list .tab::after,
    .sub_tab_list .tab::before {
        height: 36px;
    }


}