@charset "utf-8";
/* 공통 라이브러리 class */ :root {
    --btn-color1: #394c78;
    --btn-color1_hover: #08498a;
    --btn-color2: #585f72;
    --btn-color2_hover: #59637c;
    --btn-color3: #283593;
    --btn-color3_hover: #26307e;
    --btn-color4: #c8c9ce;
    --btn-color4_hover: #b4b4b8;
    --btn-color5: #283593;
    --btn-color5_hover: #26307e;
    --btn-color6: #9c0303;
    --btn-color6_hover: #8a0808;
    --table-header-color1: #585f72;
    --table-header-color2: #283593;
    --table-header-color3: #288693;
}

.point_text1 {
    color: #ffffff;
    text-align: left;
    word-break: keep-all !important;
    font-size: 16px;
    font-weight: bolder;
    margin-left: 10px;
    margin-bottom: 10px;
}

.nofocus_border_input:focus {
    -webkit-box-shadow: unset !important;
    -moz-box-shadow: unset !important;
    box-shadow: unset !important;
    border: 0px solid #558ab7 !important;
}

.cell {
    float: left;
    box-sizing: border-box;
}

.cell-right {
    float: right;
    box-sizing: border-box;
}

.margin-0-auto {
    margin: 0 auto;
}

.block {
    display: block;
}

.inline-block {
    display: inline-block !important;
}

.text-align-center {
    text-align: center;
}

.line-height-0-ch-only {
    line-height: 0;
}

    .line-height-0-ch-only > * {
        line-height: normal;
    }

.relative {
    position: relative;
}

.absolute-left {
    position: absolute;
    left: 0;
}

.absolute-right {
    position: absolute;
    right: 0;
}

.absolute-middle {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.absolute-bottom {
    position: absolute;
    bottom: 0px;
}

.width-100p {
    width: 100%;
}

.table {
    display: table;
}

.table-cell {
    display: table-cell;
}

.vertical-align-top {
    vertical-align: top;
}

.vertical-align-middle {
    vertical-align: middle;
}

.vertical-align-bottom {
    vertical-align: bottom;
}

.t2d_width80 {
    width: 80%;
    height: 50%;
    margin: 0 auto;
    overflow: hidden;
}

@media screen and (max-width:1600px) {
    .t2d_width80 {
        width: 94%;
    }
}

@media screen and (max-width:1200px) {
    .t2d_width80 {
        height: 75%;
    }
}
/*clear both 처리*/
.clear {
    clear: both !important;
}
/*모바일 */
.t2d_mobileshow {
    display: none;
}

.t2d_mobileshow_flat {
    display: none;
}

.t2d_mobile_none {
    display: show;
}

@media all and (max-width:1024px) {
    .t2d_mobileshow {
        display: block;
    }

    .t2d_mobileshow_flat {
        display: block;
    }

    .t2d_mobile_none {
        display: none;
    }
}
/*아티클 구분*/
.t2d_article_row_gap {
    position: relative;
    margin: 0;
    padding: 0;
    height: 50px;
    box-sizing: border-box;
}

@media screen and (max-width:1024px) {
    /*Tab 이하*/
    .t2d_article_row_gap {
        height: 30px;
    }

        .t2d_article_row_gap::after {
            content: none;
        }
}

@media screen and (max-width:768px) {
    /*Tab 이하*/
    .t2d_article_row_gap {
        height: 20px;
    }
}
/*섹션*/
#t2d_header, #t2d_main_wrap, #t2d_footer_wrap {
    position: relative;
}

    #t2d_header .t2d_toplogo_left {
        position: absolute;
        padding: 20px;
    }

        #t2d_header .t2d_toplogo_left img {
            width: 90px;
            height: 50px;
        }

    #t2d_header .t2d_toplogo {
        position: relative;
        display: inline-block;
        padding: 20px 0px 20px;
        text-align: center;
        border-bottom: 0px #dddddd solid;
        margin: 0 auto;
    }

        #t2d_header .t2d_toplogo img {
            width: 280px;
        }

        #t2d_header .t2d_toplogo a {
            display: inline-block;
            width: auto;
            height: auto;
        }
/* gnb*/
#gnb_nav_wrap {
    position: relative;
    width: 100%;
    box-sizing: border-box;
    background: #fff;
    display: block;
    border-bottom: 0px #dddddd solid;
}

    #gnb_nav_wrap nav {
        width: 100%;
        max-width: 1300px;
        margin: 0 auto;
        position: relative;
        display: block !important;
        align-items: center;
        /*border-bottom:1px solid #ccc;*/
    }

        #gnb_nav_wrap nav .row_wrap {
            display: inline-block;
            width: 100%;
            margin: 0 auto;
        }

        #gnb_nav_wrap nav .row_nav {
            min-width: 300px;
            width: 100%;
            display: flex;
            align-items: center;
            justify-content: space-around;
            margin: 0 0 0 0;
            box-sizing: border-box;
            padding: 0;
        }

        #gnb_nav_wrap nav .cell_nav {
            position: relative;
            width: 130px;
            /* 한칸당 너비 강제지정 */
            text-align: center;
            padding: 0;
        }

    #gnb_nav_wrap > nav .cell_nav > a {
        /*1뎁스(메인메뉴)메뉴*/
        font-weight: 600;
        font-size: 20px;
        color: #444444;
        padding: 0;
        word-break: keep-all;
        margin: 5px 0 0;
        line-height: 48px;
        border-radius: 20px 20px 0 0;
    }

    #gnb_nav_wrap > nav .cell_nav > .on {
        /*1뎁스 활성*/
        color: #444444;
        /*background: #444444;*/
    }

    #gnb_nav_wrap > nav .cell_nav:hover > a {
        color: #444444;
    }

        #gnb_nav_wrap > nav .cell_nav:hover > a.on {
            color: #444444;
        }

    #gnb_nav_wrap > nav .cell_nav > a.on::after {
        content: '';
        position: absolute;
        left: 50%;
        bottom: 0px;
        width: 0px;
        height: 3px;
        transform: translateX(-50%);
        background: #444444;
        transition: 0.3s;
        width: 100%;
    }

@media (max-width: 430px) {
    #gnb_nav_wrap nav .cell_nav > a {
        font-size: 0;
    }

        #gnb_nav_wrap nav .cell_nav > a i {
            font-size: 30px;
        }

        #gnb_nav_wrap nav .cell_nav > a span,
        .cell_nav .nav_sub li a i {
            display: none;
        }
}

/* 메뉴 아이콘 */
#gnb_nav_wrap > nav .cell_nav > a > span {
    margin-right: 5px;
    font-size: 20px;
}
/* 2뎁스메뉴 */
#gnb_nav_wrap > nav .cell_nav > .nav_sub {
    position: absolute;
    z-index: 1000;
    display: none;
    width: 100%;
    list-style: none;
    background: #fffffff5;
    margin: 0px 0 0 0;
    border-left: 1px #dddddd solid;
    border-right: 1px #dddddd solid;
    border-bottom: 1px #dddddd solid;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 0;
}

    #gnb_nav_wrap > nav .cell_nav > .nav_sub > li > a {
        display: block;
        width: 100%;
        font-size: 18px;
        color: #000;
        padding: 12px 0;
        /*border-bottom:1px solid rgba(255,255,255,0.1)*/
    }

    #gnb_nav_wrap > nav .cell_nav > .nav_sub > li:last-child > a {
        border-bottom: 0;
    }

#gnb_nav_wrap nav .cell_nav .nav_sub .on {
    /*2뎁스 활성*/
    /*color: #444444 !important;
	background-color: #eecbae;*/
    /*transform: scale(1.3);*/
    font-weight: bolder;
}

#gnb_nav_wrap nav .cell_nav:hover > .nav_sub {
    display: block;
}
/*top 버튼 set 1*/
#gnb_nav_wrap .t2d_top_menu {
    width: 100%;
    text-align: right;
    position: relative;
    background: #f8f8f8;
    height: 41px;
    border-bottom: 1px #ddd solid;
}
/*top 버튼 set 2*/
#gnb_nav_wrap .t2d_top_menu_out {
    position: absolute;
    /* float:right;*/
    /* padding:25px 0 0 0;*/
    right: 0%;
    z-index: 1;
    bottom: 100px;
}

#gnb_nav_wrap .t2d_top_menu .t2d_top_menu_wrap {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
}
/*디폴트 버튼 home contactus,sitemap */
#gnb_nav_wrap .t2d_default_topmenu {
    position: relative;
    display: inline-block;
    font-size: 0;
    vertical-align: text-top;
    padding: 0;
    margin: 3px 5px 0px;
}

    #gnb_nav_wrap .t2d_default_topmenu li {
        margin-left: 15px;
        display: inline-block;
        /* 원circle 아이콘 사용 width:35px;height:35px;border:#b8b8b8 solid 2px;border-radius:50%;line-height:32px;overflow:hidden;*/
    }

    #gnb_nav_wrap .t2d_default_topmenu li {
        font-size: 14px;
    }

        #gnb_nav_wrap .t2d_default_topmenu li a {
            color: #000;
        }

            #gnb_nav_wrap .t2d_default_topmenu li a i {
                font-size: 18px;
                color: #1a1a1a;
            }

#gnb_nav_wrap .meber_name_span {
    font-size: 20px;
    font-weight: 500;
    vertical-align: middle;
}
/*회원버튼 */
#gnb_nav_wrap .t2d_member_topmenu {
    position: relative;
    display: inline-block;
    font-size: 0;
    vertical-align: text-top;
    padding: 0;
    margin: 3px 5px 0px;
}

    #gnb_nav_wrap .t2d_member_topmenu li {
        margin-right: 15px;
        display: inline-block;
    }

        #gnb_nav_wrap .t2d_member_topmenu li a {
            font-size: 12px;
            color: #1a1a1a;
        }

            #gnb_nav_wrap .t2d_member_topmenu li a i {
                font-size: 20px;
                color: #1a1a1a;
                vertical-align: middle;
            }

@media screen and (max-width:991px) {
    /*Tab 이하*/
    #t2d_header .t2d_toplogo_left {
        position: relative;
        padding: 10px 15px;
    }

    #t2d_header .t2d_toplogo {
        display: block;
        padding: 5px 10px 20px;
    }
}

@media screen and (max-width:768px) {
    /*Tab 이하*/
    #gnb_nav_wrap > nav .cell_nav > .nav_sub > li > a {
        font-size: 17px;
    }
}
/*gnb end*/
/*----- 서브페이지 container 전체 wrap 스타일-----*/
#t2d_sub_container {
    /*max-width:1400px;*/ margin: 0 auto;
    width: 100%;
    min-height: 750px;
    /*중앙정렬*/
    display: flex;
    align-items: center;
}
/*---------- 서브페이지 본문 wrap ----------*/
#t2d_scontents {
    width: 100%;
    margin: 0px auto 0px auto;
    max-width: 1300px;
}

@media screen and (max-width:1960px) {
    /*Tab 이하*/
    #t2d_sub_container {
        /*max-width:1400px;*/ min-height: 600px;
    }
}

@media screen and (max-width:1200px) {
    /*Tab 이하*/
    #t2d_scontents {
        width: 100%;
    }
}

@media screen and (max-width:1024px) {
    /*Tab 이하*/
    #t2d_scontents {
        width: 100%;
    }
}

@media screen and (max-width:768px) {
    /*Tab 이하*/
    #t2d_scontents {
        margin: 0px 0 0 0;
    }

    #t2d_sub_container {
        /*max-width:1400px;*/ min-height: unset;
    }
}
/*---------- 제목 ----------*/
.t2d_subtitle {
    /*width:100%;*/ margin: 0 auto;
    text-align: center;
    margin-top: 50px;
}

    .t2d_subtitle h1 {
        font-size: 30px;
        font-weight: bold;
        display: inline-block;
    }

        .t2d_subtitle h1:after {
            content: "";
            clear: both;
            display: block;
            width: 70%;
            margin: 10px auto 10px;
            background: #000;
            height: 1px;
        }

@media screen and (max-width:1200px) {
    .t2d_subtitle {
        /*width:100%;*/ margin-top: 30px;
    }

        .t2d_subtitle h1 {
            font-size: 25px;
        }
}

@media screen and (max-width:768px) {
    /*Mob 이하*/
    .t2d_subtitle h1 {
        font-size: 20px;
    }
}
/*---------- 서브페이지 메뉴----------*/
/*------서브페이지 대중소 제목 ------*/
#t2d_scontents .t2d_contenttitle {
    width: 100%;
    margin: 50px auto 30px auto;
    text-align: center;
}

    #t2d_scontents .t2d_contenttitle > h1 {
        font-size: 32px;
        font-weight: bold;
        display: inline-block;
        color: #033c7e;
        padding: 0;
        margin: 0;
    }

        #t2d_scontents .t2d_contenttitle > h1:after {
            content: "";
            clear: both;
            display: block;
            width: 100%;
            margin: 30px auto 10px;
            background: #000;
            height: 1px;
            font-size: 0;
        }

@media screen and (max-width:1200px) {
    #t2d_scontents .t2d_contenttitle {
        width: 94%;
        margin: 30px auto 20px auto;
    }

        #t2d_scontents .t2d_contenttitle h1 {
            font-size: 28px;
        }

    #t2d_scontents .t2d_contenttitle_s h1 {
        font-size: 19px;
    }
}

@media screen and (max-width:768px) {
    /*Mob 이하*/
    #t2d_scontents .t2d_contenttitle h1 {
        font-size: 28px;
    }
}
/*------서브페이지 대중소 제목 end ------*/
/* footer */
#footer {
    width: 100%;
    clear: both;
    position: relative;
    margin: 0 auto;
    border-top: 1px solid #babfd2;
}

    #footer .inner {
        position: relative;
        text-align: Center;
        padding: 20px 0px;
        width: 100%;
        background: #fff;
        border-top: 1px solid #e1e1e1;
        border-bottom: 1px solid #e1e1e1;
    }

        #footer .inner a {
            color: rgba(0,0,0,1);
            font-size: 15px;
            font-weight: 500;
        }

            #footer .inner a:hover {
                color: rgba(0,0,0,0.6);
            }

        #footer .inner span {
            font-size: 11px;
            padding: 0px 15px;
        }

    #footer .copy {
        width: 100%;
        padding: 60px 0px 50px;
        color: rgba(0,0,0,1);
        text-align: center;
        font-size: 16.5px;
        line-height: 27px;
    }

        #footer .copy img {
            width: 260px;
        }

    #footer .copyinfo {
        display: inline-block;
        font-size: 17px;
        padding: 10px 30px;
        border-radius: 20px;
        background: rgba(0,0,0,0.1);
        color: #000;
    }

    #footer .copyright {
        color: rgba(0,0,0,0.5);
        font-weight: 500;
        text-align: Center;
        font-size: 15px;
    }

    #footer .copyblue {
        font-weight: 700;
        color: #3399cc;
    }

@media all and (max-width:1024px) {
    #footer .copy span {
        padding: 0px;
    }
}

@media all and (max-width:980px) {
    #footer .inner a {
        font-size: 14px;
    }

    #footer .inner span {
        font-size: 11px;
        padding: 0px 5px;
    }
}

@media all and (max-width:768px) {
    #footer {
        padding: 0px 0 0px;
    }

        #footer .inner .f_logo {
            text-align: center;
            margin-bottom: 15px;
        }

        #footer .inner .flex {
            flex-direction: column;
        }

            #footer .inner .flex .f_menu {
                order: -1;
                display: flex;
                justify-content: center;
            }

                #footer .inner .flex .f_menu li {
                    margin: 0 10px;
                }

            #footer .inner .flex .info {
                text-align: center;
                margin-top: 15px;
            }

                #footer .inner .flex .info span {
                    font-size: 1.5rem;
                }

        #footer .copyinfo {
            width: 80%;
            margin: 0 auto;
            display: inline-block;
            font-size: 14px;
            padding: 5px;
            border-radius: 20px;
            background: rgba(0,0,0,0.1);
            color: #000;
        }

        #footer .copy {
            font-size: 14px;
            line-height: 25px;
        }

            #footer .copy img {
                max-width: 90%;
            }
}
/*----- 각 콘텐츠 article에 대한 공통 스타일-----*/
.t2d_contentbox_fullscreen-wh {
    position: relative;
    width: 100%;
    height: calc(var(--vh,1vh) * 100) !important;
    /*height: 100vh;*/
}
/* height fullscreen*/
.t2d_contentbox_full-w_auto-h {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0 auto;
}
/* height auto*/
/*-----아티클 css -----*/
/*버튼정의*/
.btn_confirm1 {
    text-align: center;
    margin: 0 0 40px;
}

.btn_confirm2 {
    text-align: center;
    margin: 30px auto 30px;
    display: flex;
    justify-content: space-evenly;
    /* flex-wrap:wrap;*/
    width: 300px;
}

.btn_confirm3 {
    text-align: center;
    margin: 0px auto;
    display: flex;
    justify-content: center;
    /* flex-wrap:wrap;*/
    width: auto;
}

.sendBtn1 {
    margin: 0 auto;
    width: 110px;
    background: var(--btn-color1);
    border-radius: 20px;
    border: 1px solid #fff;
    height: 38px;
    color: #fff;
    font-size: 1.1rem;
    line-height: 38px;
    font-weight: 500;
    display: inline-block;
    cursor: pointer;
}

    .sendBtn1:hover {
        background: var(--btn-color1_hover);
    }

.sendBtn2 {
    margin: 0 auto;
    width: 110px;
    background: var(--btn-color2);
    border-radius: 20px;
    border: 0px solid #fff;
    height: 38px;
    color: #fff;
    font-size: 1.1rem;
    line-height: 38px;
    font-weight: 500;
    display: inline-block;
    cursor: pointer;
    box-shadow: 2px 3px 8px 0px rgb(56 55 55 / 36%);
}

    .sendBtn2:hover {
        background: var(--btn-color2_hover);
    }

    .sendBtn2 i::before {
        font-size: 1.1rem !important;
        font-weight: 500 !important;
        margin: 0 7px 0 0;
    }

.sendBtn3 {
    margin: 0 auto;
    width: 119px;
    background: var(--btn-color3);
    border-radius: 20px;
    border: 0px solid #fff;
    height: 46px;
    color: #fff;
    font-size: 1.1rem;
    line-height: 38px;
    font-weight: 500;
    display: inline-block;
    cursor: pointer;
}

    .sendBtn3:hover {
        /*background:var(--btn-color3_hover);*/
        box-shadow: 2px 3px 8px 0px rgb(56 55 55 / 36%);
    }

    .sendBtn3 i::before {
        font-size: 1.1rem !important;
        font-weight: 500 !important;
        margin: 0 7px 0 0;
    }

.sendBtn4 {
    margin: 0 auto;
    width: 119px;
    background: var(--btn-color4);
    border-radius: 20px;
    border: 0px solid #fff;
    height: 46px;
    color: #656566;
    font-size: 1.1rem;
    line-height: 38px;
    font-weight: 500;
    display: inline-block;
    cursor: pointer;
}

    .sendBtn4:hover {
        box-shadow: 2px 3px 8px 0px rgb(56 55 55 / 20%);
    }

    .sendBtn4 i::before {
        font-size: 1.1rem !important;
        font-weight: 500 !important;
        margin: 0 7px 0 0;
    }

.sendBtn5 {
    margin: 0 auto;
    width: 90px;
    background: var(--btn-color3);
    border-radius: 20px;
    border: 0px solid #fff;
    height: 46px;
    color: #fff;
    font-size: 1.1rem;
    line-height: 38px;
    font-weight: 500;
    display: inline-block;
    cursor: pointer;
}

    .sendBtn5:hover {
        background: var(--btn-color3_hover);
    }

    .sendBtn5 i::before {
        font-size: 1.1rem !important;
        font-weight: 500 !important;
        margin: 0 7px 0 0;
    }

.sendBtn6 {
    margin: 0 auto;
    width: 90px;
    background: var(--btn-color6);
    border-radius: 20px;
    border: 0px solid #fff;
    height: 46px;
    color: #fff;
    font-size: 1.1rem;
    line-height: 38px;
    font-weight: 500;
    display: inline-block;
    cursor: pointer;
}

    .sendBtn6:hover {
        background: var(--btn-color6_hover);
    }

    .sendBtn6 i::before {
        font-size: 1.1rem !important;
        font-weight: 500 !important;
        margin: 0 7px 0 0;
    }
/*page1*/
.page1 .t2d_article_wrap {
    width: 100%;
    min-width: 320px;
    margin: 0 auto;
    max-width: 1000px;
    box-sizing: border-box;
    padding: 2%;
}

    .page1 .form_wrap ul:after, .page1 .form_wrap li:after {
        display: block;
        visibility: hidden;
        clear: both;
        content: ""
    }

.page1 .tbl_frm01 {
    margin: 40px 0 40px;
    background: #0000005c;
    border: 1px solid #ffffff;
    border-radius: 10px;
}

    .page1 .tbl_frm01 h2 {
        padding: 20px;
        border-bottom: 1px solid #ffffff;
        font-size: 2rem;
        text-align: center;
        color: #ffffff;
    }

    .page1 .tbl_frm01 ul {
        padding: 20px
    }

    .page1 .tbl_frm01 label {
        display: block;
        /*margin-bottom:10px;*/
        line-height: 24px;
        font-size: 1.1rem;
        color: #7e7e7e;
    }

        .page1 .tbl_frm01 label.inline {
            display: inline
        }
/*pages 공통*/
.field_wrap {
    width: 100%;
    /*overflow:hidden;*/ margin: 0;
}

.searchinput {
    background-image: url(../img/search_2.png) !important;
    background-repeat: no-repeat !important;
    background-position: right center !important;
    background-size: 50px;
    cursor: pointer;
}
/* 백그라운드 이미지*/
.content_bgimages {
    background-image: url(../img/CK_ti436a39811.jpg);
    /*background-attachment:fixed;*/
    background-position: center;
    background-size: cover;
}

@media screen and (max-width:768px) {
    /*Mobile 이하*/
    .page1 .tbl_frm01 {
        margin: 20px 0 20px;
    }
}
/*팝업레이어*/
.white-popup {
    position: relative;
    background: #FFF;
    padding: 40px 5px 20px 5px;
    width: auto;
    max-width: 1000px;
    margin: 20px auto;
    border-radius: 10px;
}

.mfp-iframe {
    height: 500px;
    max-width: 1000px;
    width: 100%;
}

.mfp-close-btn-in .mfp-close {
    color: #030303 !important;
    font-size: 38px;
}
/*부트스트랩 변수변경*/
.form-floating span {
    margin-left: 10px;
    color: #7c7aa0;
}

.invalid-feedback {
    /*display: block !important;*/
    color: #ffffff !important;
    /*margin-top: -10px !important;*/
    margin-left: 10px !important;
    margin-bottom: 10px !important;
}

.form-switch .form-check-input {
    width: 2em !important;
    margin-left: -1.6em !important;
    height: 1em !important;
    cursor: pointer;
}

.point_text2 {
    color: #f0f0f0 !important;
    /*line-height:41px!important;*/
    margin-left: 7px !important;
    font-weight: 500;
    cursor: pointer;
}
/* page2*/
.page2 .t2d_article_wrap {
    position: relative;
    padding: 50px 2%;
    width: 100%;
    min-width: 320px;
    /*margin:0 auto;max-width:1200px;*/
    box-sizing: border-box;
}

.page2 .swiper_compatible_wrap {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.page2 .items_wrap {
    width: 100%;
    margin: 0 auto;
    padding: 50px 0 50px 0;
}

    .page2 .items_wrap.swiper-wrapper {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        padding: 0;
    }

        .page2 .items_wrap.swiper-wrapper > li {
            margin: 0 1% 2% 1%;
            width: calc(33.3% - 2%);
            /*- 15px 자신의 좌우 마진 간격을 뺌 */
            height: 370px;
            border-radius: 20px;
            /*테두리 원각도*/
            text-align: center;
            font-size: 0;
            color: #000;
            box-sizing: border-box;
            padding: 0;
            border: 1px solid #e2e2e2;
            background: #ffffffe8;
            /* #f3f3f5;*/
        }

.page2 .item1 * {
    color: #cf605b;
}

.page2 .item2 * {
    color: #309ed3;
}

.page2 .item1 dd {
    border-top: 2px solid #cf605b;
}

.page2 .item2 dd {
    border-top: 2px solid #309ed3;
}

.page2 .items_wrap.swiper-wrapper > li > .icon_area i::before {
    font-size: 80px;
    font-weight: 500 !important;
}

.page2 .items_wrap.swiper-wrapper > li > .icon_area {
    display: block;
    transition: 0.5s;
    font-style: normal;
    padding-top: 60px;
}
/*아이콘 효과*/
.page2 .items_wrap.swiper-wrapper > li:hover > .icon_area {
    /*transform: rotateY(180deg);
    transition: 1s;*/
}

.page2 .items_wrap.swiper-wrapper > li dt {
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    margin: 20px 0 25px;
}

.page2 .items_wrap.swiper-wrapper > li dd {
    font-weight: normal;
    text-align: center;
    font-size: 17px;
    margin: 15px 10px 35px;
}

.page2 .t2d_contenttitle {
    font-size: 45px;
    text-align: center;
    color: #fff;
    padding: 0;
    text-shadow: 3px 2px 7px rgb(122 122 122 / 65%);
}

.page2 .t2d_contenttitle_m {
    font-size: 26px;
    line-height: 1.3;
    text-align: center;
    color: #fff;
    padding: 0;
    margin: 0 auto 40px;
    text-shadow: 3px 3px 10px rgb(0 0 0 / 78%);
    word-break: keep-all;
}

.page2 .t2d_main_article_iconlink_13_nobg li:hover .icon_area {
    transform: translateY(5px);
    transition: .5s;
}

@media screen and (max-width:1200px) {
    /*Tab 이하*/
    .page2 .items_wrap.swiper-wrapper > li {
        margin: 0 0.8% 2% 0.8%;
        width: calc(50% - 1.6%);
        /*- 15px 자신의 좌우 마진 간격을 뺌 */
    }

    .page2 .swiper_compatible_wrap {
        padding: 0;
    }
}

@media screen and (max-width:768px) {
    /*Mobile 이하*/
    .page2 .items_wrap.swiper-wrapper > li {
        margin: 0 1% 3% 1%;
        width: calc(100% - 2%);
        /*- 15px 자신의 좌우 마진 간격을 뺌 */
    }
}
/* t2d_main_article_iconlink_13_nobg ------start------*/
.t2d_main_article_iconlink_13_nobg {
    position: relative;
    width: 100%;
}

    .t2d_main_article_iconlink_13_nobg ul {
        width: 100%;
        margin: 0 auto;
        display: flex;
        justify-content: space-evenly;
        padding: 0;
        margin: 47px 0 0 0;
    }

        .t2d_main_article_iconlink_13_nobg ul li {
            text-align: center;
            font-size: 0;
            color: #fff;
            box-sizing: border-box;
            padding: 0 0 10px 0;
        }

            .t2d_main_article_iconlink_13_nobg ul li a .icon_area i::before {
                font-size: 48px;
                font-weight: 500 !important;
            }
/* t2d_main_article_iconlink_13_nobg ------end------*/
/*page4*/
.page4 .t2d_article_wrap {
    width: 100%;
    min-width: 320px;
    margin: 0 auto;
    max-width: 1000px;
    box-sizing: border-box;
    padding: 2%;
    min-height: 700px;
    display: flex;
    align-items: center;
}

.page4 .form_wrap {
    margin: 0 auto;
}

.page4 .tbl_frm01 {
    margin: 20px 0 20px;
    background: #0000005c;
    border: 1px solid #ffffff;
    border-radius: 10px;
    padding: 50px;
}

    .page4 .tbl_frm01 h1 {
        font-size: 1.7rem;
        text-align: center;
        color: #ffffff;
        word-break: keep-all !important;
    }

    .page4 .tbl_frm01 h2 {
        margin-top: 20px;
        font-size: 1.2rem;
        text-align: center;
        color: #ffffff;
        font-weight: 400;
        word-break: keep-all !important;
    }

@media screen and (max-width:768px) {
    /*Mobile 이하*/
    .page4 .tbl_frm01 {
        padding: 50px 10px;
    }
}
/*page6*/
.page6 > .t2d_article_wrap {
    width: 100%;
    box-sizing: border-box;
    padding: 1%;
}

.t2d_content_table_overscroll_1 {
    position: relative;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
}

    .t2d_content_table_overscroll_1 .items_wrap {
        position: relative;
        width: 100%;
        max-width: 1400px;
        margin: 0 auto;
        font-size: 0;
        box-sizing: border-box;
        padding: 0;
    }

    .t2d_content_table_overscroll_1 .items {
        width: 100%;
        /* (25% - 1%)자신의 좌우 마진 간격을 뺌 */
        height: auto;
        box-sizing: border-box;
        padding: 0;
        margin: 0 auto;
        position: relative;
    }
    /*홀수 배경*/
    .t2d_content_table_overscroll_1 tr:nth-child(2n+2) {
        background: #f5f9ff;
    }

    .t2d_content_table_overscroll_1 .t2d_sub_detail_table {
        margin: 0 auto;
        width: 100%;
        box-sizing: border-box;
        padding: 0;
        overflow-x: auto;
    }
        /* 스크롤바의 너비 높이 */
        /*.t2d_content_table_overscroll_1 .t2d_sub_detail_table::-webkit-scrollbar{width:8px;height: 8px;}*/
        /* 스크롤막대의 길이 */
        /*.t2d_content_table_overscroll_1 .t2d_sub_detail_table::-webkit-scrollbar-thumb{height:30%;width:30%;background:#217af4;border-radius: 10px;}*/
        /*스크롤바 트랙*/
        /*.t2d_content_table_overscroll_1 .t2d_sub_detail_table::-webkit-scrollbar-track{background: rgba(33,122,244,.1);}*/
        /* 테이블 */
        .t2d_content_table_overscroll_1 .t2d_sub_detail_table > table {
            width: 100%;
            min-width: 980px !important;
            margin: 0;
            border-collapse: collapse;
            font-size: 18px;
            border-top: 2px solid #a2a1a1;
        }

        .t2d_content_table_overscroll_1 .t2d_sub_detail_table .titlebg {
            background: #f9f9f9;
        }

        .t2d_content_table_overscroll_1 .t2d_sub_detail_table table tbody {
            border-bottom: 1px solid #bfbfbf;
        }

            .t2d_content_table_overscroll_1 .t2d_sub_detail_table table tbody tr td {
                padding: 15px 2px;
                line-height: 1.5;
                font-size: 14px;
                font-weight: 400;
                color: #323232;
                text-align: center;
                border-bottom: 1px solid #babfd2;
            }

        .t2d_content_table_overscroll_1 .t2d_sub_detail_table tr th {
            padding: 15px 0;
            line-height: 1.5;
            font-size: 17px;
            font-weight: 500;
            color: #000;
            text-align: center;
            background: #5ba9d9;
            border-bottom: 1px solid #bfbfbf;
        }

        .t2d_content_table_overscroll_1 .t2d_sub_detail_table table tbody tr td.noresult {
            padding: 30px 0;
            line-height: 1.5;
            font-size: 18px;
        }

    .t2d_content_table_overscroll_1 .form-control-lg {
        font-size: 18px;
    }

        .t2d_content_table_overscroll_1 .form-control-lg::placeholder {
            color: #abb4bd;
        }

@media screen and (max-width:1024px) {
    /*Tab 이하*/
    .t2d_content_table_overscroll_1 {
        padding: 0;
    }

        .t2d_content_table_overscroll_1 .items_wrap {
            width: 100%;
        }

            .t2d_content_table_overscroll_1 .items_wrap .items {
                width: 100%;
            }
}

@-webkit-keyframes hrScrollAni {
    0% {
        background-position: 85% 20px;
    }

    50% {
        background-position: 100% 20px;
    }

    100% {
        background-position: 85% 20px;
    }
}

@keyframes hrScrollAni {
    0% {
        background-position: 85% 20px;
    }

    50% {
        background-position: 100% 20px;
    }

    100% {
        background-position: 85% 20px;
    }
}

@media all and (max-width:1000px) {
    .t2d_content_table_overscroll_1 .t2d_sub_detail_table {
        background: url(../img/hscroll_guide_ico.png) 48% 20px no-repeat;
        animation: hrScrollAni 2s infinite;
        padding-top: 15px;
        background-position-y: 2px !important;
    }
}

.t2d_content_table_overscroll_2 {
    position: relative;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
}

    .t2d_content_table_overscroll_2 .items_wrap {
        position: relative;
        width: 100%;
        max-width: 1400px;
        margin: 0 auto;
        font-size: 0;
        box-sizing: border-box;
        padding: 0;
    }

    .t2d_content_table_overscroll_2 .items {
        width: 100%;
        /* (25% - 1%)자신의 좌우 마진 간격을 뺌 */
        height: auto;
        box-sizing: border-box;
        padding: 0;
        margin: 0 auto;
        position: relative;
    }

    .t2d_content_table_overscroll_2 .t2d_sub_detail_table {
        margin: 0 auto;
        width: 100%;
        box-sizing: border-box;
        padding: 0;
        overflow-x: auto;
    }
        /* 테이블 */
        .t2d_content_table_overscroll_2 .t2d_sub_detail_table > table {
            width: 100%;
            min-width: 980px !important;
            margin: 0;
            border-collapse: collapse;
            font-size: 18px;
            border-top: 2px solid #a2a1a1;
        }

        .t2d_content_table_overscroll_2 .t2d_sub_detail_table .titlebg {
            background: #f9f9f9;
        }

        .t2d_content_table_overscroll_2 .t2d_sub_detail_table table tbody {
            border-bottom: 1px solid #bfbfbf;
        }

            .t2d_content_table_overscroll_2 .t2d_sub_detail_table table tbody tr td {
                padding: 5px 2px;
                line-height: 1.5;
                font-size: 14px;
                font-weight: 400;
                color: #323232;
                text-align: center;
                border-bottom: 0px solid #babfd2;
            }

        .t2d_content_table_overscroll_2 .t2d_sub_detail_table tr th {
            padding: 15px 0;
            line-height: 1.5;
            font-size: 17px;
            font-weight: 500;
            color: #000;
            text-align: center;
            background: #5ba9d9;
            border-bottom: 1px solid #bfbfbf;
        }

        .t2d_content_table_overscroll_2 .t2d_sub_detail_table table tbody tr td.noresult {
            padding: 30px 0;
            line-height: 1.5;
            font-size: 18px;
        }

    .t2d_content_table_overscroll_2 .form-control-lg {
        font-size: 18px;
    }

        .t2d_content_table_overscroll_2 .form-control-lg::placeholder {
            color: #abb4bd;
        }

@media screen and (max-width:1024px) {
    /*Tab 이하*/
    .t2d_content_table_overscroll_2 {
        padding: 0;
    }

        .t2d_content_table_overscroll_2 .items_wrap {
            width: 100%;
        }

            .t2d_content_table_overscroll_2 .items_wrap .items {
                width: 100%;
            }

        .t2d_content_table_overscroll_2 .form-control-lg::placeholder {
            font-size: 16px;
        }
}

@media all and (max-width:1000px) {
    .t2d_content_table_overscroll_2 .t2d_sub_detail_table {
        background: url(../img/hscroll_guide_ico.png) 48% 20px no-repeat;
        animation: hrScrollAni 2s infinite;
        padding-top: 15px;
        background-position-y: 2px !important;
    }
}

.t2d_content_table_overscroll_3 {
    position: relative;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
}

    .t2d_content_table_overscroll_3 .items_wrap {
        position: relative;
        width: 100%;
        max-width: 1300px;
        margin: 0 auto;
        font-size: 0;
        box-sizing: border-box;
        padding: 0;
    }

    .t2d_content_table_overscroll_3 .items {
        width: 100%;
        /* (25% - 1%)자신의 좌우 마진 간격을 뺌 */
        height: auto;
        box-sizing: border-box;
        padding: 0;
        margin: 0 auto;
        position: relative;
    }
    /*홀수 배경*/
    .t2d_content_table_overscroll_3 tr:nth-child(2n+2) {
        background: #f5fff9;
    }

    .t2d_content_table_overscroll_3 .t2d_sub_detail_table {
        margin: 0 auto;
        width: 100%;
        box-sizing: border-box;
        padding: 0;
        overflow-x: auto;
    }
        /* 테이블 */
        .t2d_content_table_overscroll_3 .t2d_sub_detail_table > table {
            width: 100%;
            min-width: 450px !important;
            margin: 0;
            border-collapse: collapse;
            font-size: 18px;
            border-top: 2px solid #7aad81;
        }

        .t2d_content_table_overscroll_3 .t2d_sub_detail_table .titlebg {
            background: #f9f9f9;
        }

        .t2d_content_table_overscroll_3 .t2d_sub_detail_table table tbody {
            border-bottom: 1px solid #bfbfbf;
        }

            .t2d_content_table_overscroll_3 .t2d_sub_detail_table table tbody tr td {
                padding: 15px 2px;
                line-height: 1.5;
                font-size: 14px;
                font-weight: 400;
                color: #323232;
                text-align: center;
                border-bottom: 1px solid #babfd2;
            }

        .t2d_content_table_overscroll_3 .t2d_sub_detail_table tr th {
            padding: 15px 0;
            line-height: 1.5;
            font-size: 17px;
            font-weight: 500;
            color: #000;
            text-align: center;
            background: #5ba9d9;
            border-bottom: 1px solid #bfbfbf;
        }

        .t2d_content_table_overscroll_3 .t2d_sub_detail_table table tbody tr td.noresult {
            padding: 30px 0;
            line-height: 1.5;
            font-size: 18px;
        }

@media all and (max-width:768px) {
    .t2d_content_table_overscroll_3 {
        padding: 0;
    }

        .t2d_content_table_overscroll_3 .items_wrap {
            width: 100%;
        }

            .t2d_content_table_overscroll_3 .items_wrap .items {
                width: 100%;
            }

        .t2d_content_table_overscroll_3 .t2d_sub_detail_table {
            background: url(/img/hscroll_guide_ico.png) 48% 20px no-repeat;
            animation: hrScrollAni 2s infinite;
            padding-top: 15px;
            background-position-y: 2px !important;
        }
}

.regFormFrame {
    width: 100%;
    height: auto;
    box-sizing: border-box;
    padding: 0px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

    .regFormFrame ul {
        display: flex;
        width: 100%;
        padding: 0;
        margin: 15px 0;
        box-sizing: border-box;
    }

    .regFormFrame .title_wrap {
        line-height: 48px;
        text-align: center;
        font-size: 18px;
        font-weight: 500;
    }

    .regFormFrame .field_wrap {
    }

    .regFormFrame .bgfill {
        color: #fff;
        background: var(--table-header-color1);
        border-radius: 10px 0 0 10px;
        margin-right: 15px;
        align-self: flex-start;
    }

    .regFormFrame .field_wrap dl {
        width: 100%;
        display: inline-block;
        margin-bottom: 0;
    }

        .regFormFrame .field_wrap dl > dt {
            font-weight: 600;
            /* letter-spacing:-0.05rem;*/
            font-size: 20px;
        }

        .regFormFrame .field_wrap dl > .date_dd {
            display: flex;
            width: 100%;
            flex-wrap: wrap;
            justify-content: space-between;
            margin-bottom: 0 !important;
            /* margin:5px 0;*/
        }

            .regFormFrame .field_wrap dl > .date_dd span {
                line-height: 48px;
                font-size: 32px;
                font-weight: 600;
            }

    .regFormFrame .field_wrap .date_dd .chk_d {
        /*width:30%;*/
        width: 100%;
        display: inline-block;
        position: relative;
        /*margin-right:1%;*/
    }

        .regFormFrame .field_wrap .date_dd .chk_d label {
            font-size: 1.12rem;
            margin-left: 2%;
        }

    .regFormFrame .field_wrap dl > .checkbox_dd {
        display: flex;
        width: 100%;
        flex-wrap: wrap;
        margin-bottom: 0 !important;
        line-height: 48px;
        /* margin:5px 0;*/
    }

    .regFormFrame .field_wrap .checkbox_dd .chk_d {
        width: 230px;
        display: inline-block;
        position: relative;
        margin-right: 1%;
        margin-bottom: 0px;
    }

        .regFormFrame .field_wrap .checkbox_dd .chk_d .check_radio_input {
            border: 1px solid #a7a7a7;
            height: 25px;
            width: 25px;
            position: relative;
            top: 9px;
        }

        .regFormFrame .field_wrap .checkbox_dd .chk_d label {
            font-size: 1.12rem;
            margin-left: 10px;
        }

.col_50 {
    width: 47% !important;
}

.col_25 {
    width: 25% !important;
    min-width: 160px;
}

.col_400px {
    width: 400px !important;
}

.inline-select {
    display: inline-block !important;
    width: 250px !important;
    margin-left: 30px;
    font-size: 1.05rem !important;
    line-height: 1.2 !important;
}

.select_txt {
    font-size: 1.05rem !important;
    line-height: 1.2 !important;
}

@media all and (max-width:768px) {
    .regFormFrame .field_wrap .checkbox_dd .chk_d {
        width: 160px !important;
    }

    .col_50 {
        width: 99% !important;
    }

    .col_25 {
        min-width: 128px;
    }

    .col_400px {
        width: unset !important;
    }

    .inline-select {
        width: 100% !important;
        margin-left: 0px !important;
    }

    .regFormFrame .field_wrap dl > .date_dd {
        justify-content: center;
    }

        .regFormFrame .field_wrap dl > .date_dd span {
            line-height: 30px;
        }
}

.regFormFrame_1 {
    width: 100%;
    height: auto;
    box-sizing: border-box;
    padding: 15px 0px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

    .regFormFrame_1 ul {
        display: flex;
        width: 100%;
        padding: 0;
        margin: 0;
        box-sizing: border-box;
    }

    .regFormFrame_1 .title_wrap {
        line-height: 48px;
        text-align: center;
        font-size: 18px;
        font-weight: 500;
        min-width: 150px;
    }

    .regFormFrame_1 .field_wrap dl {
        width: 100%;
        display: inline-block;
        margin-bottom: 0;
    }

        .regFormFrame_1 .field_wrap dl > dt {
            font-weight: 600;
            /* letter-spacing:-0.05rem;*/
            font-size: 20px;
        }

        .regFormFrame_1 .field_wrap dl > dd {
            display: flex;
            width: 100%;
            flex-wrap: wrap;
            justify-content: space-between;
            margin-bottom: 0 !important;
            /* margin:5px 0;*/
        }

            .regFormFrame_1 .field_wrap dl > dd span {
                line-height: 48px;
                font-size: 32px;
                font-weight: 600;
            }

    .regFormFrame_1 .field_wrap .chk_d {
        /*width:30%;*/
        width: 100%;
        display: inline-block;
        position: relative;
        /*margin-right:1%;*/
    }

        .regFormFrame_1 .field_wrap .chk_d label {
            font-size: 1.12rem;
            margin-left: 2%;
        }

@media all and (max-width:768px) {
    .regFormFrame_1 .field_wrap dl > dd {
        justify-content: center;
    }

        .regFormFrame_1 .field_wrap dl > dd span {
            line-height: 30px;
        }

    .regFormFrame_1 ul {
        flex-wrap: wrap;
    }

    .regFormFrame_1 .field_wrap {
        width: 55%;
        margin-bottom: 5px;
    }
}

.t2d_article_blank {
    width: 100%;
    box-sizing: border-box;
    max-width: 1300px;
    margin: 0;
    padding: 0;
}

    .t2d_article_blank .headertop {
        position: relative;
        width: 100%;
        overflow: hidden;
        margin-top: 60px;
    }

        .t2d_article_blank .headertop .headertopwap {
            width: auto;
            text-align: right;
            margin-right: 10px;
        }

.right_side {
    float: right;
    position: relative;
    line-height: 48px;
}

    .right_side span {
        padding: 0 10px;
        font-size: 18px;
        color: #636464;
    }

.left_side {
    float: left;
    position: relative;
    width: 350px;
}

@media all and (max-width:860px) {
    .t2d_article_blank .headertop {
        text-align: right;
    }

        .t2d_article_blank .headertop .headertopwap {
            width: 100%;
            padding-left: 0%;
            margin: 0 auto;
        }

    .right_side {
        width: 100%;
        line-height: 20px;
    }

        .right_side span {
            padding: 0 5px;
            font-size: 14px;
        }

    .left_side {
        width: 100%;
    }
}
/*page5*/
.page5 > .t2d_article_wrap {
    width: 100%;
    box-sizing: border-box;
    padding: 1%;
}
/*page7*/
.page7 > .t2d_article_wrap {
    width: 100%;
    box-sizing: border-box;
    padding: 1%;
}
/*page8*/
.page8 > .t2d_article_wrap {
    width: 100%;
    box-sizing: border-box;
    padding: 1%;
}
/*등록폼2*/
.tbl_frm02 ul {
    padding: 10px 0;
}

.tbl_frm02 li {
    padding: 5px 0;
}

.tbl_frm02 .left_input {
    float: left
}

.tbl_frm02 .margin_input {
    margin-right: 1%;
}

.tbl_frm02 .full_input {
    width: 100%;
}

.tbl_frm02 .half_input {
    width: 49.5%
}

.tbl_frm02 .input-group-text {
    min-width: 120px !important;
    display: inline-block;
    text-align: center;
    font-size: 18px !important;
}

.tbl_frm02 .form-control::placeholder {
    color: #abb4bd;
    font-size: 16px !important;
}

.tbl_frm02 .hint_label {
    color: #676464;
    line-height: 44px;
    display: block;
    font-size: 16px;
    padding: 0;
    margin: 0;
}

@media all and (max-width:768px) {
    .tbl_frm02 .margin_input {
        margin-right: 0%;
    }

    .tbl_frm02 .half_input {
        width: 100%;
    }

    .tbl_frm02 .hint_label {
        text-align: right;
        line-height: unset;
    }
}
/*page9*/
.page9 > .t2d_article_wrap {
    width: 100%;
    box-sizing: border-box;
    padding: 1%;
}

.date_txt {
    color: #fff;
    font-weight: 500;
    margin-left: 10px;
    text-decoration: underline;
}

.t2d_article_blank .button_groups {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin-top: 20px;
}

    .t2d_article_blank .button_groups .right_group {
        float: right;
        position: relative;
    }

    .t2d_article_blank .button_groups .left_group {
        float: left;
        position: relative;
    }

    .t2d_article_blank .button_groups .btn_wrap {
        margin: 0 5px;
    }

    .t2d_article_blank .button_groups .right_group_2 {
        float: right;
        position: relative;
    }

    .t2d_article_blank .button_groups .left_group_2 {
        float: left;
        position: relative;
    }

@media all and (max-width:768px) {
    .t2d_article_blank .button_groups .right_group {
        /*width:100%;*/ float: left;
        margin-top: 10px;
    }

    .t2d_article_blank .button_groups .left_group {
        /*width:100%;*/ margin-top: 10px;
    }

    .t2d_article_blank .button_groups .right_group_2 {
        width: 100%;
        float: left;
        margin-top: 10px;
    }

    .t2d_article_blank .button_groups .left_group_2 {
        width: 100%;
        margin-top: 10px;
    }
}
/*검색bar*/
.search_bar {
    padding: 0;
    margin-left: 0;
    width: auto;
    border: 1px solid #ccc;
    background: #fff;
    border-radius: 15px;
    height: 48px;
    margin-bottom: 0;
}

    .search_bar > li {
        display: inline-block;
        line-height: 43px;
    }

        .search_bar > li:first-child {
            width: 1%;
            color: #265993;
            font-weight: 600;
        }

        .search_bar > li:nth-child(2) {
            width: 80%;
            padding-left: 3%;
        }

        .search_bar > li:last-child {
            width: 15%;
            text-align: right;
            cursor: pointer;
            padding-right: 5px;
        }

        .search_bar > li #sch_stx {
            width: 100%;
            border: 0px;
            background: #fff;
            font-size: 18px;
            color: #4a4545;
        }

        .search_bar > li #sch_submit {
            border: 0px;
            vertical-align: middle;
        }

.t2d_content_text_list {
    position: relative;
    margin: 0 auto;
    padding: 0;
}

    .t2d_content_text_list .items_wrap {
        width: 100%;
        margin: auto;
        position: relative;
        font-size: 0;
        /*li 간 미세하게 생기는 간격문제 해결 or li 태그간 줄띄기 없애는 방법도 있음*/
        padding: 0;
        font-size: 0;
        box-sizing: border-box;
    }

    .t2d_content_text_list .items {
        margin: 0px;
        width: 100%;
        height: auto;
        text-align: left;
        color: #000;
        box-sizing: border-box;
        padding: 0;
        position: relative;
        overflow: hidden;
    }

    .t2d_content_text_list .t2d_sub_detail_text {
        width: 100%;
        box-sizing: border-box;
        text-align: left;
    }

        .t2d_content_text_list .t2d_sub_detail_text p {
            font-size: 18px;
            line-height: 1.5em;
            color: #000;
            word-break: keep-all;
        }

    .t2d_content_text_list .t2d_sub_detail_list {
        margin: 0 auto;
        width: 95%;
        padding-left: 10px;
    }

        .t2d_content_text_list .t2d_sub_detail_list li {
            list-style-type: disc;
            font-size: 14px;
            padding: 6px 0;
        }

        .t2d_content_text_list .t2d_sub_detail_list p {
            font-size: 18px;
            margin: 0;
            line-height: 1.5em;
            color: #000;
            word-break: keep-all;
        }

@media screen and (max-width:768px) {
    /*Tab 이하*/
    .t2d_content_text_list {
        padding: 0px 0 0 0;
    }

        .t2d_content_text_list .t2d_sub_detail_list {
            width: 96%;
            padding: 0 5px;
        }

            .t2d_content_text_list .t2d_sub_detail_list p {
                font-size: 16px;
            }

        .t2d_content_text_list .items {
            margin: 1px 3px;
        }
}

.boldborder_check {
    border: 1px solid #717579 !important;
}
/*page10*/
.page10 > .t2d_article_wrap {
    width: 100%;
    box-sizing: border-box;
    padding: 1%;
}

.t2d_article_tab1 {
    background: #e5f2ff;
    padding: 5px 5px;
    margin: 0px auto 0 auto;
    font-size: 18px;
}

.t2d_article_tab2 {
    background: #597188;
    padding: 4px 5px;
    margin: 0 auto;
    font-size: 18px;
    border-radius: 5px 5px 0 0;
}

    .t2d_article_tab1 .nav-underline, .t2d_article_tab2 .nav-underline {
        --bs-nav-underline-gap: 0 1rem !important;
        justify-content: space-around;
    }

.t2d_article_tab1 .nav-link {
    color: #000 !important;
}

.t2d_article_tab2 .nav-link {
    color: #fff !important;
}

.t2d_article_tab2 .tab-content > .active {
    display: flex !important;
}

.t2d_article_search {
    padding: 0 5px;
    margin: 20px auto;
    font-size: 20px;
    max-width: 500px;
}
/*cap*/
.t2d_article_cap_wrap_1 {
    width: 100%;
    box-sizing: border-box;
    max-width: 1300px;
    margin: 15px auto 0;
    padding: 10px 2%;
    background: var(--table-header-color1);
    border-radius: 10px 10px 0 0;
}

    .t2d_article_cap_wrap_1 span {
        color: #fff;
        font-size: 18px;
        font-weight: 500;
    }

.t2d_article_cap_wrap_2 {
    width: 100%;
    box-sizing: border-box;
    max-width: 1300px;
    margin: 15px auto 0;
    padding: 10px 2%;
    background: var(--table-header-color2);
    border-radius: 10px 10px 0 0;
}

    .t2d_article_cap_wrap_2 span {
        color: #fff;
        font-size: 18px;
        font-weight: 500;
    }

.t2d_article_cap_wrap_3 {
    width: 100%;
    box-sizing: border-box;
    max-width: 1300px;
    margin: 15px auto 0;
    padding: 10px 2%;
    background: var(--table-header-color3);
    border-radius: 10px 10px 0 0;
}

    .t2d_article_cap_wrap_3 span {
        color: #fff;
        font-size: 18px;
        font-weight: 500;
    }
/* 페이징 최적화 */
.pagination {
    position: relative;
    padding: 20px 0 30px;
    text-align: center;
}

.page-link {
    color: #283593 !important;
}

    .page-link:focus {
        box-shadow: unset !important;
    }

    .active > .page-link, .page-link.active {
        color: #fff !important;
        background-color: #283593 !important;
        border-color: #283593 !important;
    }
