<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
a{
    text-decoration:revert;
}
.sub_wrep{
    background: #EEF1F4;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    
}
.sub_contents_hd{
    display: flex;
    flex-direction: column;
    gap: 6px;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 250px;
}
.sub_contents_hd_1{
    background: url(../images/sub/sub_contents_hd1.png) no-repeat center center;
    background-size:cover;
}

.sub_contents_hd_2{
    background: url(../images/sub/sub_contents_hd2.png) no-repeat center center;
    background-size:cover;
}
.sub_contents_hd_3{
    background: url(../images/sub/sub_contents_hd3.png) no-repeat center center;
    background-size:cover;
}
.sub_contents_hd_4{
    background: url(../images/sub/sub_contents_hd4.png) no-repeat center center;
    background-size:cover;
}

.sub_contents_hd h1{
    font-style: normal;
    font-weight: 500;
    font-size: 30px;
    line-height: 43px;
    color: #FFFFFF;
}
.sub_contents_hd h3{
    color: #fff;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 20px;
}
.sub_contents_hd h2{
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 29px;
    color: #FFFFFF;
}
.sub_contents{
    width: 1000px;
    padding: 50px 0;
}
.sub_title{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 0 50px 0;
    border-bottom: 1px solid #BCBCBC;
}
.sub_title_butbox{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.sub_title_butbox h1{
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 35px;
    font-family: 'SEBANG_Gothic_Bold';
    color: #333333;
    text-align: center;
}
.sub_title h2{
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 23px;
    color: #4C4C4C;
    text-align: center;
}
.sub_title h3{
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #747474;
    text-align: center;
}
.section_imgbox_link{
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -1px;
    color: #747474;
}
.sub_title_img{
    margin: 10px 0;
}


.sub_content{
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding: 30px 0 ;
}
.section{
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 0 40px;
}
.section h1{
    font-style: normal;
    font-weight: 700;
    font-size: 19px;
    color: #000000;
}
.section h2{
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 28px;
    color: #232323;
}
.section h3{
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 25px;
    color: #232323;
}
.section h4{
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 25px;
    color: #191919;
}
.section p{
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 25px;
    color: #000000;
    word-spacing: 1px;
}
.section ul{
    padding-left: 8px;
}
.section ul,
.section ul li{
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 28px;
    color: #000000;
}
.section_imgbox{
    width: 100%;
    display: flex;
    flex-direction: column;
    background-color: #fff;
    align-items: center;
    padding:20px;
    gap: 10px;
}
.section_imgbox h3{
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 26px;
    color: #555555;
    text-align: center;
    width: 100%;
}
.section_img{
    display: flex;
    gap: 20px;
    justify-content: center;
    overflow: hidden;
}
.section_img div{
    display: flex;
    align-items: center;
    justify-content: center;
}
.slides_box{
    /* margin: 40px 0 30px 0 ; */
    display: none;
}
.section_imgbox_flex{
    display: flex;
    gap: 20px;
    align-items: flex-end;
    justify-content: center;
}
.section.section_e p{
    text-align: right;
}
.section_e_imgbox{
    display: flex;
    justify-content: flex-start;
}
.section_e_img img{
    width: unset;
}
.section_grid{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px; 
}
.section_imgbox_none{
    visibility: hidden;
    opacity: 0;

}
.ul_bk_wh{
    background-color: #ffffff;
    padding: 20px 30px;
    border: 1px solid #bbbbbb;
}
.reference_box{
    background-color: #ffffff;
    border: 1px solid #bbbbbb;
    padding: 20px;
    word-break: break-all;
}
.reference_box h4{
    font-size: 16px;
    color: #434343;
    font-weight: 500;
    margin-bottom: 5px;
}
.reference_box h5{
    font-size: 13px;
    color: #555555;
    font-weight: 400;
    margin-bottom: 5px;
    display: flex;
}
.reference_box h5:last-child{
    margin-bottom: 0;
}
.reference_box a,
.ul_bk_wh a{
    font-size: 15px;
    color: #434343;
    font-weight: 400;
}
span{
    font-size: 10px;
    vertical-align: top;
    color: #e00000;
    font-weight: bold;
    white-space:nowrap;
    margin-right: 6px;
}

table {
    border-spacing: 0px;
    border-style: none;
    padding: 0px;}
td {
    border-spacing: 0px;
    border-style: none;
    padding: 0px;}
table{
    width: 100%;
}
table thead tr th{
    padding: 10px 8px;
    text-align: center;
    background-color: #12a79d;
    border-left: 1px solid #000;
    border-bottom: 1px solid #000;
    border-top: 1.5px solid #000;
    color: #fff;
    font-size: 15px;
}
table thead tr th:first-child{
    border-left: unset;
}
tbody tr td{
    text-align: center;
    border-left: 1px solid #000;
    border-bottom: 1px solid #000;
    padding: 10px 8px;
    text-align: center;
    vertical-align: middle;
    color: #333;
    font-size: 14px;
}
tbody tr td.tbody_td1{
    border-left: unset;
}
.tbody_blue{
    background-color: #d3eced;
}
.tbody_white{
    background-color: #ffffff;
}
.tbody_purple{
    background-color:#e3e0ef;
}
.bold_li{
    font-weight: bold !important;
    font-style: normal !important;
}
.section_line{
    border-top: 2px solid #dbdbdb;
    padding-top: 25px;
}
.img_txtbox{
    display: flex;
    gap: 12px;
}
.img_txtbox_img{
    width: 360px;
}
.sub_title_but_l,
.sub_title_but_r{
    display: flex;
    align-items: center;
    justify-content: center;
}
.a.bbll br{
    display: none;
}
.Sub_Swiper{
    width: 100% !important;
}
.Sub_Swiper_slide img{
}
.Sub_Swiper-prev{
    width: 16px !important;
    height: 29px !important;
    left: calc(0% - 57px) !important;
    background: url(../images/index/bg_swiperPrev.png) no-repeat center center;
    background-size: cover;
    cursor: pointer;
}

.Sub_Swiper-next{
    width: 16px !important;
    height: 29px !important;
    right: calc(0% - 57px) !important;
    background: url(../images/index/bg_swiperAfter.png) no-repeat center center;
    background-size: cover;
    cursor: pointer;
}
.sectionSub_Swiper{
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 30px !important;
    padding: 0 70px;
}

.section_imgtxtarea {
    overflow: hidden; /* 부모 요소가 자식 요소를 감싸도록 */
}

.section_img {
    float: left; /* 이미지를 왼쪽으로 띄움 */
    margin-right: 20px; /* 이미지와 텍스트 사이 여백 */
}
</pre></body></html>