@charset "utf-8";

/* Sub CSS */


/* ---------- Sub Common ---------- */


/* Sub Main Visual */

.smv_wrap {
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
    height: 260px;
}

.smv_wrap::before {
    content: '';
    /* background-size: cover !important; */
    background-attachment: fixed !important;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    animation: bgSize 3s linear;
}

@keyframes bgSize {
    0% {
        transform: scale(1.05);
    }
    100% {
        transform: scale(1);
    }
}

.smv_wrap h2 {
    font-size: 36px;
    font-weight: 700;
    color: #FFF;
    padding: 107px 0;
    text-align: center;
    text-transform: uppercase;
}

@media screen and (min-width: 1920px) {
    .smv_wrap::before {
        background-size: cover !important;
    }
}


/* Sub contents layout */

.sub_cont {
    margin-bottom: 120px;
}

.sub_cont .layout {
    overflow: hidden;
}

.sub_cont .lnb_wrap {
    float: left;
    width: 260px;
}

.lnb_wrap h3 {
    font-size: 36px;
    font-weight: 500;
    color: #333;
    padding: 23px 0 23px 28px;
    border-bottom: 2px solid #333;
    text-transform: uppercase;
}

.lnb_wrap li a {
    display: block;
    font-weight: 400;
    color: #333;
    text-transform: uppercase;
}

.lnb_wrap>ul>li>a {
    font-size: 18px;
    padding: 12px 0 12px 30px;
    border-bottom: 1px solid #999;
    font-weight: 500;
}

.lnb_wrap>ul>li.on>a {
    background: #333 url(../images/common/icon_lnb_on.png) 12px center no-repeat;
    color: #FFF;
}

.lnb_wrap .lnb_smenu {
    border-bottom: 1px solid #999;
    display: none;
}

.lnb_wrap>ul>li.on .lnb_smenu {
    display: block;
}

.lnb_wrap .lnb_smenu a {
    font-size: 16px;
    padding: 10px 0 10px 40px;
    position: relative;
}

.lnb_wrap .lnb_smenu a::before {
    content: '';
    position: absolute;
    width: 2px;
    height: 2px;
    background: #999;
    top: 50%;
    left: 30px;
    margin-top: -1px;
}

.lnb_wrap .lnb_smenu a.on {
    color: #019fdf;
    background: #f9f9f9;
    font-weight: 700;
}

.lnb_wrap li a:hover {
    text-decoration: underline;
}

.sub_cont .cont_wrap {
    float: right;
    width: 880px;
    min-height: 600px;
}

.sub_cont .txc-table {
    text-align: center;
    color: #333;
}

.sub_cont .txc-table td {
    border: none !important;
    border-bottom: 1px solid #DDD !important;
    color: #555;
    font-family: 'NotoSansKR', 'Nanum Gothic', '나눔고딕', 'Dotum', '돋움', sans-serif;
    font-size: 16px;
}

.sub_cont .txc-table tr:first-child {
    background-color: #f9f9f9;
    border-top: 2px solid #019fdf !important;
    font-weight: bold;
}

.sub_cont .txc-table td:first-child {
    width: 75px !important;
    /*font-weight: bold;*/
}

.sub_cont .txc-table td:last-child {
    font-weight: bold;
}

.sub_cont .total_table_wrap .txc-table tr:last-child {
    color: #019fdf !important;
    border-top: 2px solid #CCC !important;
}

.sub_cont .total_table_wrap .txc-table tr:last-child td {
    color: #000 !important;
}

.cont_wrap .sub_tit {
    overflow: hidden;
    margin: 23px 0 60px;
    padding-bottom: 15px;
    border-bottom: 2px solid #333;
}

.cont_wrap .sub_tit h3 {
    font-size: 34px;
    font-weight: 500;
    color: #333;
    float: left;
    margin-bottom: 15px;
}

.cont_wrap .sub_tit h5 {
    font-size: 14px;
    font-weight: 400;
    clear: both;
}

.cont_wrap .sub_tit .brd_crumb {
    float: right;
    overflow: hidden;
    margin-top: 15px;
}

.cont_wrap .sub_tit .brd_crumb li {
    float: left;
    padding-left: 15px;
    position: relative;
    font-size: 14px;
    color: #999;
    text-transform: uppercase;
}

.cont_wrap .sub_tit .brd_crumb li::before {
    content: url(../images/common/icon_brd_arrow.png);
    position: absolute;
    top: 1px;
    left: 5px;
}

.cont_wrap .sub_tit .brd_crumb li:first-child {
    padding-left: 0;
}

.cont_wrap .sub_tit .brd_crumb li:first-child::before {
    display: none;
}

.cont_wrap .sub_smtit {
    font-size: 24px;
    font-weight: 500;
    color: #333;
    padding-left: 18px;
    background: url(../images/common/icon_sub_smalltit.png) 0 center no-repeat;
    margin-bottom: 25px;
}

.cont_wrap .sub_smtit4 { font-size: 18px; background: none; padding: 0;}

.sub_cont .cont_wrap02 {
    width: 100%;
    float: none;
}

.sub_cont .cont_wrap02 .ready_box {
    width: 880px;
    margin: 0 auto;
}


/* Sub - Contents Ready */

.ready_box {
    background: url(../images/common/ready.png) 465px center no-repeat;
    padding: 0 30px;
    height: 360px;
}

.ready_box p {
    font-weight: 300;
}

.ready_box p:first-child {
    font-size: 36px;
    color: #333;
    padding-top: 135px;
}

.ready_box p:first-child span {
    font-weight: 700;
}

.ready_box p:last-child {
    font-size: 24px;
    color: #999;
    margin-top: 5px;
}


/* Sub - Tab menu */

.tab_menu {
    overflow: hidden;
    display: flex;
    margin: 0 auto 30px;
    word-break: keep-all;
}

.tab_menu li {
    float: left;
    /* width: 240px; */
    color: #999;
    text-align: center;
    border: 1px solid #DDD;
    border-radius: 5px;
    margin-left: 20px;
    padding: 10px 20px;
    cursor: pointer;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    transition: .3s;
}

.tab_menu li:first-child {
    margin-left: 0;
}

.tab_menu li.on {
    background: #0776bb;
    border-color: #0776bb;
    color: #FFF;
}

.tab_menu li:not(.on):hover {
    background: #f9f9f9;
}

.tab_cont>div {
    display: none;
}

.tab_cont>div.on {
    display: block;
    min-height: 800px;
}


/* Download Box */

.downbox {
    border: 1px solid #DDD;
}

.downbox p {
    font-size: 18px;
    color: #333;
    text-align: right;
}

.downbox a {
    display: block;
    width: 350px;
    padding: 15px 0;
    text-align: center;
    background: #0774b7;
    color: #FFF;
    border-radius: 5px;
    margin: 40px 0 0 5px;
    transition: .5s;
}

.downbox a:hover {
    background: #0567a5;
}

.downbox a img {
    vertical-align: middle;
    margin-right: 5px;
}


/* Board Button */

.btn_box {
    display: table;
    margin: 30px auto 0;
}

.btn_box a {
    display: block;
    float: left;
    color: #FFF;
    padding: 7px 30px;
    transition: background .3s;
}

.btn_box .btn_edit {
    background: #019fdf;
    margin-right: 5px;
}

.btn_box .btn_edit:hover {
    background: #0595d0;
}

.btn_box .btn_list {
    background: #333;
}

.btn_box .btn_list:hover {
    background: #222;
}


/* Form Table Common */

.aster {
    color: #ff5e69;
    vertical-align: middle;
    margin-right: 5px;
}


/* ---------- Sub - Business ---------- */

.smv_business::before {
    background: url(../images/business/smv_bg.jpg) center -725px no-repeat;
}

.consult_purpose dt {
    font-size: 20px;
    font-weight: 500;
    padding-left: 15px;
    background: url(../images/common/icon_sub_smalltit.png) 0 center no-repeat;
    margin-bottom: 10px;
    margin: 45px 0 10px;
}

.consult_purpose dt:first-child {
    margin-top: 0;
}

.consult_purpose li {
    padding-left: 16px;
    margin-bottom: 15px;
    word-break: keep-all;
    position: relative;
}

.consult_purpose li::before {
    content: '';
    background: #019fdf;
    width: 8px;
    height: 8px;
    position: absolute;
    border-radius: 50%;
    left: 0;
    top: 8px;
}

.schedule_table th {
    background: #f9f9f9;
}

.schedule_table tbody td {
    padding: 20px;
}

.schedule_table tbody tr td:first-child {
    border-right: 1px solid #DDD;
}

.schedule_table tbody tr td:nth-child(2) {
    text-align: center;
}

.text_guide {
    margin-top: 20px;
    font-size: 14px;
    color: #999;
}

.checklist th,
.checklist td {
    border: 1px solid #DDD;
    color: #333;
}

.checklist>thead,
.checklist table th {
    background: #f9f9f9;
}

.checklist table th,
.checklist table td {
    font-size: 14px;
    padding: 10px;
}

.intro_img {
    width: 70%;
    height: 280px;
    margin: 0 auto 64px;
    overflow: hidden;
}

.intro_img.business_01 img {
    margin-top: -139px;
}

.intro_img.business_02 img {
    margin-top: -10px;
}

.intro_wrap {
    text-align: center;
}

.intro_wrap h4 {
    position: relative;
    display: inline-block;
    margin-bottom: 32px;
    padding: 0 6px;
    font-size: 28px;
    font-weight: 500;
}

.intro_wrap h4::after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 10px;
    left: 50%;
    bottom: 1px;
    z-index: -1;
    transform: translateX(-50%);
    background-color: rgba(0, 159, 223, 0.25);
}

.intro_wrap p {
    font-size: 20px;
}

.intro_wrap p:not(:last-child) {
    margin-bottom: 20px;
}

.intro_wrap p span {
    font-weight: 500;
}

.osp_box {
    position: relative;
    padding: 142px 50px 142px 473px;
}

.osp_box .osp_img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 50px;
    width: 320px;
}

.linkbox {
    border: 1px solid #DDD;
}

.linkbox p {
    font-size: 18px;
    color: #333;
    text-align: right;
}

.linkbox a {
    display: block;
    width: 350px;
    padding: 15px 0;
    text-align: center;
    background: #0774b7;
    color: #FFF;
    border-radius: 5px;
    margin: 40px 0 0 5px;
    transition: .5s;
}

.linkbox a:hover {
    background: #0567a5;
}

.linkbox a img {
    width: 14px;
    margin-right: 5px;
}


/* ---------- Sub - Notice ---------- */

.smv_notice::before {
    background: url(../images/notice/smv_bg.jpg) center -560px no-repeat;
}


/* Notice - Event(gallery) */

.board_formbox {
    overflow: hidden;
    margin-bottom: 30px;
}

.gallery_wrap td {
    box-sizing: border-box;
}

.gallery_wrap .photo {
    position: relative;
    width: 120px;
    height: 90px;
    padding: 5px;
    box-sizing: border-box;
}

.gallery_wrap .photo img {
    width: 100%;
    height: 100%;
}


/* .gallery_wrap ul {
    overflow: hidden;
}

.gallery_wrap ul li {
    float: left;
    width: 200px;
    margin: 0 26px 36px 0;
}

.gallery_wrap li a {
    display: block;
    width: 100%;
}

.gallery_wrap ul li:nth-child(4n) {
    margin-right: 0;
}

.gallery_wrap li .photo_box {
    width: 99%;
    height: 180px;
    overflow: hidden;
    border: 1px solid #DDD;
}

.gallery_wrap li .photo_box img:not(.no_img) {
    width: 100%;
    height: 100%;
}

.gallery_wrap li .photo_box .no_img {
    padding: 56px 70px;
    background: #f9f9f9;
}

.gallery_wrap li .title_box {
    height: 110px;
    padding: 20px;
    border: 1px solid #DDD;
    border-top: none;
    -moz-box-sizing: border-box;
    -wekbit-box-sizing: border-box;
    box-sizing: border-box;
}

.gallery_wrap li .title_box p:not(.date_hits) {
    color: #333;
    word-break: keep-all;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.gallery_wrap li .date_hits {
    overflow: hidden;
    margin-top: 30px;
}

.gallery_wrap li .title_box .date_hits span {
    font-size: 14px;
    color: #999;
}

.gallery_wrap li .date_hits .date {
    float: left;
}

.gallery_wrap li .date_hits .hits {
    float: right;
}

.gallery_wrap li a:hover .title_box p:not(.date_hits) {
    text-decoration: underline;
} */


/* ---------- Sub - Data ---------- */

.smv_data::before {
    background: url(../images/data/smv_bg.jpg) center -220px no-repeat;
}


/* Data - General_edu */

.point-color {
	display: inline-block;
	margin-left: 0.4rem;
    color: #019fdf;
}

.general_edu_box {
    line-height: 1.8;
	letter-spacing: -0.02rem;
	word-break: keep-all;
}

.general_edu_box a:link,
.general_edu_box a:visited,
.general_edu_box a:hover,
.general_edu_box a:focus,
.general_edu_box a:active {
    color: inherit;
}

.general_edu_box h4 {
    margin-bottom: 25px;
    font-size: 36px;
    text-align: center;
}

.general_edu_box h4 sup {
    font-size: 16px;
}

.general_edu_box h5 {
    margin-bottom: 25px;
    font-size: 24px;
	display: block;
	text-align: center;
}

.general_edu_box h5:not(:first-of-type) {
    margin-top: 75px;
}

.general_edu_box h6 {
    margin-bottom: 1em;
    font-size: 18px;
}

.general_edu_box h6 span {
    font-weight: normal;
}

.general_edu_box h6:not(:first-of-type) {
    margin-top: 25px;
}

.general_edu_box ul {
    margin-top: 10px;
    padding-left: 1.5em;
}

.general_edu_box ul.foot_anchor {
    margin-top: 75px;
    padding-top: 2em;
    padding-left: 0;
    border-top: 1px solid #DDD;
}

.general_edu_box ul li {
    position: relative;
    margin-bottom: 16px;
}

.general_edu_box ul li span,
.general_edu_box ul li#foot1 a,
.general_edu_box ul li#foot2 a {
    /*position: absolute;*/
    left: 0;
    font-weight: bold;
}

.general_edu_box ul li p {
    padding-left: 1.5em;
    margin-bottom: 6px;
}

.general_edu_box ul.dot-list {
    margin-top: 10px;
}

.general_edu_box ul.dot-list li {
    position: relative;
    margin-bottom: 8px;
    padding-left: 1em;
}

.general_edu_box ul.dot-list li::before {
    content: '';
    position: absolute;
    top: 11px;
    left: 0;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #019fdf;
}

.general_edu_box table {
    margin-top: 25px;
}

.general_edu_box .more_box {
    display: none;
    margin-top: 16px;
    padding: 20px 16px;
    text-align: left;
    border: 1px solid #DDD;
    border-radius: 5px;
}

.general_edu_box .btn_wrap,
.general_edu_box .more_wrap {
    display: block;
    text-align: center;
    margin-bottom: 10px;
	margin-top: 15px !important;
}

.general_edu_box .btn_wrap::after {
    content: '';
    display: block;
    clear: both;
}

.general_edu_box .btn_wrap .download_btn,
.general_edu_box .more_wrap .more_btn {
    width: 195px;
    height: 42px;
    padding: 0;
    line-height: 40px;
    color: #999;
    font-size: 16px;
    text-align: center;
    border: 1px solid #DDD;
    border-radius: 5px;
    background: transparent;
    -webkit-transition: .3s;
    transition: .3s;
    -moz-box-sizing: border-box;
    -wekbit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    font-family: 'NotoSansKR', 'Nanum Gothic', '나눔고딕', 'Dotum', '돋움', sans-serif;
}

.general_edu_box .btn_wrap .download_btn:hover,
.general_edu_box .more_wrap .more_btn:hover {
    background: #f9f9f9;
}

.general_edu_box .btn_wrap .download_btn {
    float: right;
}

.general_edu_box table caption {
    display: table-caption;
    /*caption-side: bottom;*/
    margin-bottom: 20px;
    font-weight: 500;
}

.general_edu_box .table_1 th:first-child {
    width: 570px;
}

.txt_center,
.general_edu_box .table_3 td,
.general_edu_box .table_4 td,
.general_edu_box .table_5 td:first-child,
.general_edu_box .table_6 td:first-child,
.general_edu_box .table_8 td:first-child {
    text-align: center;
}

.general_edu_box .table_4 td:first-child {
    text-align: left;
}

.general_edu_box .table_5 td:first-child,
.general_edu_box .table_6 td:first-child,
.general_edu_box .table_8 td:first-child {
    width: 180px;
}

.general_edu_box .depth1,
.general_edu_box .depth2 {
    margin-top: 1em;
    padding-left: 1.5em;
}

.general_edu_box .depth1 p:not(:first-child) {
    margin-top: 8px;
}

.t_table tr:first-child {
    border-top: 2px solid #019fdf !important;
}

.general_edu_box .t_table tr:last-child {
    border-bottom: 2px solid #019fdf !important;
}
.general_edu_box .t_table th, 
.general_edu_box .t_table td  {
	padding:12px 10px;
}

.t_table th {
    font-weight: bold;
    text-align: center;
    background-color: #f9f9f9;
}

.msg_txt {
    color: #999;
    font-weight: normal;
}

.coll_txt_wrap .txt_bold.msg {
    margin-top: 1em;
}


/* Data - International */

.txt_bold {
    font-weight: 500;
}

.international_box {
    margin-bottom: 50px;
}

.international_box dd>span {
    color: #999;
}

.international_box .report_box {
    margin: -18px;
}

.international_box .report_box li {
    padding: 18px;
}

.international_box.consult_purpose li::before {
    content: none;
}

.tl_table tr:first-child {
    border-top: 2px solid #019fdf !important;
}

.tl_table th {
    font-weight: bold;
    text-align: center;
    background-color: #f9f9f9;
    -moz-box-sizing: border-box;
    -wekbit-box-sizing: border-box;
    box-sizing: border-box;
}

.tl_table th span {
    display: block;
    font-weight: normal;
}

.tl_table th:first-child {
    width: 180px;
}

.tl_table td {
    -moz-box-sizing: border-box;
    -wekbit-box-sizing: border-box;
    box-sizing: border-box;
}

.left_border {
    border-left: 1px solid #DDD;
}

.tl_table td.middle_th {
    width: 338px;
    font-weight: bold;
    text-align: center;
    background-color: #f9f9f9;
}

.tl_table td p:not(:last-of-type) {
    margin-bottom: 16px;
}

.tl_table ul {
    margin-top: 8px;
}

.tl_table ul:not(:first-of-type) {
    margin-top: 16px;
}

.tl_table li {
    position: relative;
    margin-bottom: 8px;
}

.tl_table li p {
    padding-left: 3.5em;
}

.tl_table li p:not(:last-of-type) {
    margin-bottom: 6px;
}

.tl_table li span {
    position: absolute;
    left: 0;
}

.tl_table:not(:last-child) {
    margin-bottom: 50px;
}

h5.sub_pctit {
    margin-bottom: 25px;
    color: #019fdf;
    font-size: 16px;
    font-weight: 500;
}

h5.sub_pctit:not(:first-of-type) {
    margin-top: 50px;
}

.report_box {
    margin: -25px -18px;
}

.report_box::after {
    content: '';
    display: block;
    clear: both;
}

.report_box li {
    float: left;
    width: 25%;
    padding: 25px 18px;
    margin-bottom: 0;
    -moz-box-sizing: border-box;
    -wekbit-box-sizing: border-box;
    box-sizing: border-box;
}

.report_box li::before {
    content: none;
}

.report_box a:link,
.report_box a:visited,
.report_box a:hover,
.report_box a:focus,
.report_box a:active {
    color: inherit;
}

.report_box .report_wrap {
    display: block;
    border: 1px solid #DDD;
    cursor: pointer;
}

.report_box .report_wrap .report_img_wrap {
    height: 250px;
    padding: 10px;
    border-bottom: 1px solid #DDD;
    background-color: #f9f9f9;
    -moz-box-sizing: border-box;
    -wekbit-box-sizing: border-box;
    box-sizing: border-box;
}

.report_box .report_wrap .report_img {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.report_box .report_wrap .report_img img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.report_box .report_wrap .report_tit {
    padding: 0 10px;
    text-align: center;
    line-height: 34px;
}

/* 봄추가 */
.pointColor { color: #019fdf; font-weight: bold;}
.longBtn { width: 500px !important; display: block; margin: 2.5rem auto; }
.referenceMark { display: inline-block; padding-left: 1.5rem; color: red; line-height: 1.1rem !important; }
.pTxt { display: inline-block; padding-right: 0.5rem; }
.inTxt { position: relative; display: inline-block; margin-top: 0 !important; margin-left: 4rem !important; padding-left: 1rem !important; font-size: 0.95rem; line-height: 1.4rem !important; }
.inTxt span { position: absolute !important; top: 0; left: -1.5rem !important; display: inline-block; }
.cTxt { display: block; text-align: center; }

.bottomTxt { padding-top: 2rem; border-top: 1px solid #DDD; }
.bodyTxt { position: relative; margin-bottom: 1.5rem; padding-left: 1rem !important;}
.bodyTxt span { position: absolute !important; top: 0; left: 0 !important; display: inline-block; }
.underBar { position: relative; display: block; margin-bottom: 0.6rem; padding-left: 15px; font-weight: normal !important; line-height: 1.5rem; }
.underBar:before { content:'-'; position: absolute; top: 0; left: 0; display: inline-block; }


.tablecTxt { text-align: center; }
.tableBL { border-left: 1px solid #ddd; }
.tableBR { border-right: 1px solid #ddd; }

.smallTable { margin: 1rem auto 2rem auto; width: 90% !important; }
.smallTable th,
.smallTable td { padding: 10px 5px !important; }
.smallTable td span { padding-left: 100px; font-weight: normal !important; }

.mBox ul li > span { display: block; margin-bottom: 10px !important; padding-bottom: 10px !important;border-bottom: 1px dotted #DDD; }

.bgBlue a { background: #ECF6FF !important; border: 1px solid #CCE6FF !important; }
.bgGreen a { background: #F1FFFD !important; border: 1px solid #C2FFF6 !important; }

#anchor2 { font-size: 16px !important; }




/* Data - Durune */

.wrap_box {
    overflow: hidden;
    margin-bottom: 20px;
}

.wrap_box .category_list {
    float: left;
}

.wrap_box .durune_btn {
    float: right;
    font-size: 15px;
    color: #333;
    padding: 5px 20px;
    border: 1px solid #DDD;
    border-radius: 3px;
    transition: .3s;
}

.wrap_box .durune_btn:hover {
    background: #f9f9f9;
}

.durune_list {
    margin: -40px;
    overflow: hidden;
    text-align: center;
}

.durune_list li {
    display: inline-block;
    padding: 40px;
    vertical-align: top;
}

.durune_list li a {
    display: block;
}

.durune_list li .img-box {
    position: relative;
    width: 250px;
    height: 350px;
    overflow: hidden;
    border: 1px solid #DDD;
}

.durune_list li img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.durune_list li p {
    width: 250px;
    padding: 10px;
    color: #333;
    text-align: center;
    box-sizing: border-box;
}

.lecture_list {
    margin-top: 50px;
}

.lecture_list>li {
    margin-bottom: 50px;
}

.lecture_list h4 {
    font-size: 20px;
    margin-bottom: 20px;
    padding-left: 20px;
    background: url(../images//common/icon_sub_smalltit.png) 0 center no-repeat;
}

.lecture_list ul {
    overflow: hidden;
    padding: 20px;
    background: #f9f9f9;
}

.lecture_list ul li {
    float: left;
    width: 49.5%;
    margin: 20px 1% 0 0;
}

.lecture_list ul li:first-child,
.lecture_list ul li:nth-child(2) {
    margin-top: 0;
}

.lecture_list ul li:nth-child(2n) {
    margin-right: 0;
}

.lecture_list ul li a {
    color: #333;
    display: block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-left: 10px;
    position: relative;
}

.lecture_list ul li a::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 2px;
    height: 2px;
    background: #999;
}

.lecture_list ul li a:hover {
    text-decoration: underline;
}

.lecture_titBox {
    overflow: hidden;
}

.lecture_titBox h4 {
    float: left;
    font-size: 20px;
    font-weight: 500;
    padding-left: 20px;
    background: url(../images/common/icon_sub_smalltit.png) 0 center no-repeat;
    color: #019fdf;
}

.lecture_titBox h4 a {
    color: #333;
}

.lecture_titBox form {
    float: right;
}

.lecture_titBox form a {
    vertical-align: middle;
    display: inline-block;
    height: 28px;
}

.lecture_titBox form select {
    width: 130px;
    height: 28px;
    border: 1px solid #DDD;
    vertical-align: top;
}

.lecture_detailList {
    margin-top: 30px;
    overflow: hidden;
	display: flex;
	flex-wrap: wrap;
}

.lecture_detailList li {
    width: 193px;
    margin: 0 35px 50px 0;
}

.lecture_detailList li:nth-child(4n) {
    margin-right: 0;
}

.lecture_detailList li a {
    display: block;
    color: #999;
}

.lecture_detailList li img {
    width: 100%;
    height: auto;
    border: 1px solid #DDD;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.lecture_detailList li .photo_box {
    position: relative;
    height: 150px;
    overflow: hidden;
}

.lecture_detailList li img.no_img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 67px;
}

.lecture_detailList li .lec_title {
    font-size: 18px;
    font-weight: 500;
    margin: 10px 0 5px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.lecture_detailList li .lec_info {
    overflow: hidden;
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px dotted #DDD;
    font-size: 14px;
}

.lecture_detailList .lec_info p:first-child {
    float: left;
}

.lecture_detailList .lec_info p:last-child {
    float: right;
}

.lecture_detailList li a:hover .lec_title {
    text-decoration: underline;
}

.lecture_listBox {
    overflow: hidden;
    margin-bottom: 30px;
}

.lecture_listBox .scroll li {
    overflow: hidden;
    margin-top: 20px;
}

.lecture_listBox .scroll li:first-child {
    margin-top: 0;
}

.lecture_listBox .scroll li a {
    display: block;
}

.lecture_listBox .scroll li img,
.lecture_listBox .scroll li p {
    float: left;
}

.lecture_listBox .scroll li p {
    color: #333;
    margin-left: 15px;
    width: 70%;
}


/* ---------- Sub - Participation ---------- */

.smv_parti::before {
    background: url(../images/participation/smv_bg.jpg) center -650px no-repeat;
}


/* Participation - Policy */

.policy_wrap table {
    border-top: 2px solid #019fdf;
}

.policy_wrap table th {
    background: #f9f9f9;
}

.policy_wrap table input,
.policy_wrap table textarea,
.policy_wrap table select {
    border: 1px solid #DDD;
    padding: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.policy_wrap table textarea {
    width: 100%;
    height: 200px;
    resize: none;
    font-size: 16px;
}

.btn_wrap {
    display: table;
    margin: 30px auto;
}

.btn_wrap a {
    display: block;
    padding: 10px 30px;
    background: #019fdf;
    color: #FFF;
    border-radius: 3px;
}


/* Participation - FAQ */

.btn_ask {
    background: #019fdf;
    color: #FFF;
    font-size: 14px;
    padding: 5px 15px;
    border-radius: 3px;
    margin-left: 5px;
}


/* Participation - Q&A */

.qna_modify {
    margin-bottom: 30px;
}

.qna_modify th {
    padding: 0;
}

.qna_modify .input {
    text-align: left;
}

.qna_modify .input input[type='text'] {
    border: none;
    padding: 15px 10px;
    font-size: 22px;
    font-weight: 700;
    color: #333;
    width: 100%;
    transition: .3s;
}

.qna_modify .input input[type='text']:focus {
    outline: none;
    background: #f9f9f9;
}

#attach {
    margin-top: 30px;
}

#attach .attach_head {
    overflow: hidden;
    margin-bottom: 10px;
}

#attach .attach_head .title {
    float: left;
    font-size: 18px;
    font-weight: 500;
    margin-top: 3px;
}

#attach .attach_head .title_button {
    float: right;
}

#attach .attach_head #add_button {
    padding: 5px 20px;
    font-size: 14px;
    background: #FFF;
    border: 1px solid #DDD;
    border-radius: 3px;
    cursor: pointer;
    transition: background .3s;
}

#attach .attach_head #add_button:hover {
    background: #f9f9f9;
}

#attach #file_area {
    background: #f9f9f9;
    padding: 20px;
}

#attach #file_area a {
    color: #019fdf;
}

#file_area .file_area_line {
    margin-top: 15px;
}

#file_area .file_area_line:first-child {
    margin-top: 0;
}

#file_area .del_button {
    border: none;
    font-size: 10px;
    margin-left: 10px;
    vertical-align: bottom;
    background: #eee;
    color: #333;
    padding: 3px 5px;
    border-radius: 50%;
    cursor: pointer;
}

#file_area .down_cnt {
    float: right;
    font-size: 15px;
    color: #999;
}


/* ---------- Sub - Konige ---------- */

.smv_konige::before {
    background: url(../images/konige/smv_bg.jpg) center -285px no-repeat;
}


/* Konige - Greet */

.greet_box::after {
    content: '';
    display: block;
    clear: both;
}

.greet_box .greet_wrap {
    position: relative;
    float: left;
    width: 605px;
    line-height: 1.5;
}

.greet_box .greet_wrap::after {
    content: '';
    position: absolute;
    right: -120px;
    bottom: 0;
    z-index: -1;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    background-color: #EEF9FF;
}

.greet_box .greet_wrap p {
    padding: 0 20px;
	word-break: keep-all;
}

.greet_box h4.greet_tit {
    position: relative;
    display: inline-block;
    padding: 0 20px;
    font-size: 26px;
    font-weight: 500;
    margin-bottom: 32px;
}

.greet_box h4.greet_tit::before,
.greet_box h4.greet_tit::after {
    position: absolute;
    display: block;
    color: #999;
}

.greet_box h4.greet_tit::before {
    content: '\275D';
    left: 0;
    top: 0;
}

.greet_box h4.greet_tit::after {
    content: '\275E';
    right: 0;
    bottom: 0.1em;
}

.greet_box h4.greet_tit span {
    position: relative;
}

.greet_box h4.greet_tit span::after {
    content: '';
    position: absolute;
    top: 1em;
    z-index: -1;
    display: block;
    width: 100%;
    height: 10px;
    background-color: rgba(1, 159, 223, 0.25);
}

.greet_box .sign_txt {
    margin-top: 50px;
    padding-bottom: 32px;
    text-align: right;
    vertical-align: middle;
}

.greet_box .sign_txt span {
    margin-right: 6px;
}

.greet_box .sign_txt .img_wrap {
    position: relative;
    display: inline-block;
    width: 76px;
    vertical-align: middle;
}

.greet_box p:not(:last-of-type) {
    margin-bottom: 1em;
}

.greet_box .img_box {
    margin-top: 90px;
    padding-right: 40px;
    float: right;
}

.greet_box .img_box p {
    text-align: center;
    font-size: 14px;
    margin-top: 1em;
}

.greet_box .img_box p strong {
    display: block;
    font-size: 22px;
    font-weight: 500;
    margin-top: 2px;
}

.greet_box .img_box .img_wrap {
    position: relative;
    width: 150px;
}

.greet_box .img_box .img_wrap::after {
    content: '';
    position: absolute;
    left: 20px;
    bottom: 20px;
    z-index: -1;
    width: 100%;
    height: 100%;
    background-color: rgba(1, 159, 223, 0.25);
}


/* Konige - Vision & Mission */

.mission_box,
.busi_goal_box {
    position: relative;
}

.mission_box {
    margin-bottom: 70px;
}

.busi_goal_box {
    border: 1px solid #DDD;
}

.mission_box h4,
.busi_goal_box h4 {
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
}

.mission_box h4,
.busi_goal_box h4 {
    background: #FFF;
    padding: 0 20px;
}

.mission_box {
    padding: 45px 235px 35px;
}

.mission_box li {
    padding-left: 24px;
    background: url(../images/konige/icon_check.png) 0 4px no-repeat;
    margin-top: 13px;
}

.mission_box li:first-child {
    margin-top: 0;
}

.busi_goal_box {
    padding: 50px 75px;
}

.busi_goal_box ol>li {
    border-top: 1px solid #DDD;
    margin-top: 50px;
    padding-top: 50px;
}

.busi_goal_box ol>li:first-child {
    border-top: none;
    margin-top: 0;
    padding-top: 0;
}

.busi_goal_box dl {
    overflow: hidden;
}

.busi_goal_box dl dt,
.busi_goal_box dl dd {
    float: left;
}

.busi_goal_box dl dt {
    padding: 0 73px 0 22px;
}

.busi_goal_box dd ul {
    margin-top: 5px;
}

.busi_goal_box dd li {
    padding-left: 8px;
    margin-bottom: 15px;
    position: relative;
}

.busi_goal_box dd li:last-child {
    margin-top: 0;
}

.busi_goal_box dd li::before {
    content: '';
    width: 2px;
    height: 2px;
    background: #DDD;
    position: absolute;
    left: 0;
    top: 10px;
}

.busi_goal_box .float_ok {
    overflow: hidden;
    width: 485px;
    margin-top: 15px;
}

.busi_goal_box .float_ok li {
    float: left;
}

.busi_goal_box .float_ok li:first-child {
    margin-right: 35px;
}

h4.vision_tit {
    font-size: 32px;
    font-weight: 500;
    line-height: 75px;
}

h4.vision_tit,
.vision_box:not(:last-child) {
    margin-bottom: 100px;
}

h4.vision_tit,
.vision_box {
    position: relative;
    text-align: center;
}

h4.vision_tit::before,
h4.vision_tit::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
    height: 55px;
    border-top: 10px solid #1C437C;
    border-bottom: 10px solid #1C437C;
}

h4.vision_tit::before {
    left: 215px;
    border-left: 10px solid #1C437C;
}

h4.vision_tit::after {
    right: 215px;
    border-right: 10px solid #1C437C;
}

h4.vision_tit span {
    color: #019fdf;
}

.vision_wrap::before {
    content: '';
    position: relative;
    display: block;
    width: 60px;
    height: 44px;
    margin: 0 auto 75px;
    background: url('../images/konige/icon_top_arrow.png') no-repeat;
    background-size: 100%;
}

.vision_wrap h5 {
    position: relative;
    z-index: 3;
    width: 200px;
    margin: 0 auto;
    color: #FFF;
    font-size: 24px;
    font-weight: 500;
    line-height: 52px;
    background-color: #1C437C;
}

.vision_wrap h5::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -9px;
    width: 10px;
    height: 10px;
    background-color: #1C437C;
    transform: rotate( 45deg) translateX(-50%);
}

.gole_wrap {
    position: relative;
    top: -26px;
    width: 100%;
    padding: 55px 10px 25px;
    border: 1px solid #DDD;
    -moz-box-sizing: border-box;
    -wekbit-box-sizing: border-box;
    box-sizing: border-box;
}

.vision_wrap .con_wrap {
    margin-top: 50px;
}

.vision_wrap .con_wrap>li {
    position: relative;
    float: left;
    width: 280px;
}

.vision_wrap .con_wrap>li:not(:last-child) {
    margin-right: 20px;
}

.vision_wrap .con_wrap h6 {
    position: absolute;
    display: table;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    width: 170px;
    height: 170px;
    color: #019fdf;
    font-size: 22px;
    font-weight: 500;
    background-color: #FFF;
}

.vision_wrap .con_wrap h6::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 10px solid #019fdf;
    border-radius: 50%;
    -moz-box-sizing: border-box;
    -wekbit-box-sizing: border-box;
    box-sizing: border-box;
}

.vision_wrap .con_wrap h6 span {
    display: table-cell;
    vertical-align: middle;
}

.vision_wrap .con_wrap ol {
    position: relative;
    top: 0;
    min-height: 216px;
    margin-top: 85px;
    padding: 106px 16px 20px;
    text-align: left;
    border: 1px solid #DDD;
    -moz-box-sizing: border-box;
    -wekbit-box-sizing: border-box;
    box-sizing: border-box;
}

.vision_wrap .con_wrap ol li {
    position: relative;
    padding-left: 8px;
    font-size: 14px;
}

.vision_wrap .con_wrap ol li::before {
    content: '';
    position: absolute;
    top: 0.6em;
    left: 0;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #019fdf;
}

.gole_wrap li:not(:last-child),
.vision_wrap .con_wrap ol li:not(:last-child) {
    margin-bottom: 8px;
}


/* Konige - History */

.history_box .history_img {
    text-align: right;
    position: relative;
    padding-top: 30px;
    margin-bottom: 40px;
}

.history_box .history_img::before {
    content: '';
    width: 110px;
    height: 110px;
    background: #019fdf;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.history_box ol {
    padding: 0 30px;
}

.history_box ol>li {
    border-bottom: 1px dotted #DDD;
    padding-bottom: 40px;
    margin-bottom: 40px;
}

.history_box dl {
    overflow: hidden;
}

.history_box dt,
.history_box dd {
    float: left;
    color: #333;
}

.history_box dt {
    font-size: 36px;
    font-weight: 500;
    padding: 0 45px 0 20px;
    position: relative;
    width: 20%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.history_box dt::before {
    content: '';
    width: 12px;
    height: 12px;
    background: #DDD;
    position: absolute;
    top: 0;
    left: 0;
}

.history_box dt.current_year::before {
    background: #0774b7;
}

.history_box dd {
    width: 80%;
}

.history_box dd ul {
    overflow: hidden;
}

.history_box dd li {
    margin-top: 35px;
    /*float: left;*/
    width: 50%;
}


/*
.history_box dd li:first-child,
.history_box dd li:nth-child(2) {
    margin-top: 0;
}
*/

.history_box dd .month {
    font-weight: 700;
    margin-bottom: 8px;
}


.history_head {
	padding:55px 60px;
	background-image:url('../images/konige/history_img.png');
	background-color:#F8FDFF;
	background-position:right;
	background-repeat:no-repeat;
}

.history_head li {
	font-size:21px;
	font-weight:bold;
	line-height:40px;
}

.history_head li:not(:nth-of-type(2)) {
	padding-left:10px;
}

.history_head li span {
	padding:3px 10px;
	color:#fff;
	background-color:#019FDF;
	border-radius:10px;
}
	
.history_content {
	position:relative;
	padding:50px 60px;
}

.history_content::before {
	content:"";
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color:#FDFCFC;
	z-index:-1;
}
	
.history_list {
	position:relative;
}

.history_list::before {
	content:"";
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	border-left: 2px dotted #8AE3FF;
	z-index:-1;
}

.history_list::after {
	content:"";
	position:absolute;
	left:0;
	top:33px;
	width:100%;
	height:calc(100% - 70px);
	border-left: 2px solid #8AE3FF;
	z-index:-1;
}
	
.history_list > li {
	padding:15px 20px;
}

.history_tit {
	position:relative;
	display:flex;
}

.history_tit::before {
	content:"";
	position:absolute;
	left:-23.5px;
	top:50%;
	transform:translateY(-50%);
	width:9px;
	height:9px;
	background-color:#00A677;
	border-radius:100%;
}

.history_tit::after {
	content:"";
	position:absolute;
	left:-20px;
	top:50%;
	transform:translateY(-50%);
	width:30px;
	height:1.5px;
	background-color:#00A677;
}

.history_tit > li {
	padding: 5px 15px;
	color:#fff;
	font-weight:bold;
	background-color:#00A677;
	border-radius:10px;
}

.history_tit > li:first-of-type {
	margin-right:6.5px;
	white-space: nowrap;
	font-size:20px;
}

.history_tit > li:last-of-type {
	position:relative;
	width:100%;
	font-size:18px;
}

.history_tit > li:last-of-type::before {
	content:"";
	position:absolute;
	width:20px;
	height:20px;
	right:15px;
	top:50%;
	transform:translateY(-50%);
}

.history_tit > li.stairs:before {
	background:url('../images/konige/stairs-solid.svg') center no-repeat;
}

.history_tit > li.graduation::before {
	background:url('../images/konige/graduation-cap-solid.svg') center no-repeat;
}

.history_tit > li.school::before {
	background:url('../images/konige/school-solid.svg') center no-repeat;
}
	
.history_sublist {
	position:relative;
	padding-bottom:40px;
}

.history_sublist:not(.no-border)::before {
	content:"";
	position:absolute;
	left:0;
	bottom:8px;
	width:100%;
	height:1px;
	border-bottom:1px dashed #E2E2E2;
}

.history_sublist .history_subtit {
	position:relative;
	display:inline-block;
	position:relative;
	padding:5px 15px;
	margin-bottom:10px;
	font-size:18px;
	font-weight:bold;
	color:#fff;
	background-color:#019FDF;
	border-radius:10px;
}

.history_sublist .history_subtit::before {
	content:"";
	position:absolute;
	left:-23.5px;
	top:50%;
	transform:translateY(-50%);
	width:9px;
	height:9px;
	background-color:#019FDF;
	border-radius:100%;
	z-index:1;
}

.history_sublist .history_subtit::after {
	content:"";
	position:absolute;
	left:-4px;
	top:50%;
	transform:translateY(-50%) rotate(135deg);
	width:8px;
	height:8px;
	background-color:#019FDF;
}

.history_sublist > li:not(.history_subtit) {
	padding-left:10px;
	font-weight:500;
	line-height:26px;
}

.history_sublist > li > b {
	color:#019FDF;
	padding-right:10px;
}

.history_sublist > li > span {
	padding-left:28.5px;
}

/* Knoige - Committee */

.committee_box a:link,
.committee_box a:visited,
.committee_box a:hover,
.committee_box a:focus,
.committee_box a:active {
    color: inherit;
}

.committee_box .origan_ver {
    position: relative;
    text-align: center;
}

.committee_box .origan_ver>li {
    position: absolute;
    top: 0;
    z-index: 2;
    width: 200px;
    line-height: 40px;
    font-weight: 500;
}

.committee_box .origan_ver p {
    line-height: 40px;
    border-bottom: 1px solid #DDD;
    background-color: #f9f9f9;
}

.committee_box .origan_ver .origan1 {
	margin-top: 126px;
    left: 0;
    border: 1px solid #DDD;
    -moz-box-sizing: border-box;
    -wekbit-box-sizing: border-box;
    box-sizing: border-box;
}

.committee_box .origan_ver .origan1 ul {
    padding: 10px 10px 16px;
    line-height: 1.3;
}

.committee_box .origan_ver .origan1 ul li {
    font-size: 14px;
    font-weight: normal;
}

.committee_box .origan_ver .origan1 ul li:not(:last-child) {
    margin-bottom: 6px;
}

.committee_box .origan_ver .origan2 {
    position: relative;
    left: 0;
    margin: 0 auto;
    z-index: 1;
}

.committee_box .origan_ver .origan2::before,
.committee_box .origan_ver .origan2::after {
    content: '';
    position: absolute;
    top: 146px;
    z-index: 1;
    width: 200px;
    height: 0px;
    border-top: 1px #DDD;
}

.committee_box .origan_ver .origan2::before {
    right: 200px;
    border-top-style: dashed;
}

.committee_box .origan_ver .origan2::after {
    left: 200px;
    border-top-style: solid;
}

.committee_box .origan_ver .origan2 ul::after {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    width: 0;
    height: calc(100% + 86px);
    border-left: 1px #DDD;
    border-left-style: solid;
}

.committee_box .origan_ver .origan2 ul li {
    margin-bottom: 86px;
}

.committee_box .origan_ver .origan2 ul li:first-child {
    color: #FFF;
    background-color: #122047;
	margin-bottom:80px;
}

.committee_box .origan_ver .origan2 ul li:nth-child(2) {
	padding:10px 0 14px;
	line-height:1.2;
    color: #FFF;
    background-color: #2360b7;
}

.committee_box .origan_ver .origan2 ul li:nth-child(2) span {
	display:block;
	font-size:0.75em;
}

.committee_box .origan_ver .origan2 ul li:last-child {
    border: 1px solid #DDD;
    background-color: #f9f9f9;
    -moz-box-sizing: border-box;
    -wekbit-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: normal;
    color: #019fdf;
}

.committee_box .origan_ver .origan3 {
	margin-top: 126px;
    right: 0;
}

.committee_box .origan_ver .origan3::before {
    content: '';
    position: absolute;
    z-index: -1;
    top: 20px;
    left: -65px;
    width: 65px;
    height: 57px;
    border-left: 1px #DDD;
    border-left-style: solid;
}

.committee_box .origan_ver .origan3 li {
    position: relative;
    color: #FFF;
    background-color: #0776bb;
}

.committee_box .origan_ver .origan3 li:nth-child(1) {
    margin-bottom: 16px;
}

.committee_box .origan_ver .origan3 li:nth-child(2) {
    margin-bottom: 32px;
}

.committee_box .origan_ver .origan3 li:nth-child(2)::before,
.committee_box .origan_ver .origan3 li:nth-child(3)::before {
    content: '';
    position: absolute;
    z-index: -1;
    top: 20px;
    height: 0;
    border-top: 1px #DDD;
    border-top-style: solid;
}

.committee_box .origan_ver .origan3 li:nth-child(2)::before {
    left: -65px;
    width: 65px;
}

.committee_box .origan_ver .origan3 li:nth-child(3)::before {
    left: -140px;
    width: 140px;
}

.committee_box .origan_ver .origan3 li:not(:last-child) {
    background-color: #1C437C;
}

.committee_box .origan_ver .origan3 li a {
    display: block;
}

.committee_box .origan_hor {
    position: relative;
    text-align: center;
	display: flex;
	justify-content: space-between;
}

.committee_box .origan_hor::before {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
	left: 50%;
    transform: translateX(-50%);
    width: 682px;
    height: 0;
    border-top: 1px #DDD;
    border-top-style: solid;
}

.committee_box .origan_hor li {
    position: relative;
    float: left;
    display: table;
    padding-top: 35px;
}

.committee_box .origan_hor li::before {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 35px;
    border-left: 1px #DDD;
    border-left-style: solid;
}

.committee_box .origan_hor li a {
    display: table-cell;
    vertical-align: middle;
    width: 200px;
    height: 56px;
    font-size: 14px;
    border: 1px solid #DDD;
    -moz-box-sizing: border-box;
    -wekbit-box-sizing: border-box;
    box-sizing: border-box;
}

.committee_box .origan_hor2 {display: flex; justify-content: flex-end;}

.committee_box .origan_hor2::before {display: none;}

.committee_box table {
    text-align: center;
    color: #333;
}

.committee_box table:not(:last-child) {
    margin-bottom: 50px;
}

.committee_box table td {
    border: none !important;
    border-bottom: 1px solid #DDD !important;
    color: #555;
    font-family: 'NotoSansKR', 'Nanum Gothic', '나눔고딕', 'Dotum', '돋움', sans-serif;
    font-size: 16px;
    text-align: left;
}

.committee_box .one_table tr:first-child td {
    text-align: center;
}

.committee_box .one_table td:first-child {
    width: 200px !important;
    text-align: center;
}

.committee_box table tr:first-child {
    background-color: #f9f9f9;
    border-top: 2px solid #019fdf !important;
    font-weight: bold;
}
.committee_box table tr:last-child {
    border-bottom: 2px solid #019fdf !important;
}

.committee_box table th {
    font-weight: bold;
    background-color: #f9f9f9;
}

.committee_box table th:first-child {
    width: 200px !important;
}

.committee_list li {list-style:disc; position:relative;}
.committee_list li:not(:last-of-type) {margin-bottom:5px;}

/* Konige - Organization */

.org_box {
    background: url(../images/konige/org.png) center center no-repeat;
    width: 100%;
    height: 563px;
    margin-bottom: 70px;
}

.work_box>ul {
    overflow: hidden;
}

.work_box>ul>li {
    float: left;
    width: 205px;
    margin-left: 20px;
}

.work_box>ul>li:first-child {
    margin-left: 0;
}

.work_box dl dt,
.work_box dl dd {
    font-size: 16px;
}

.work_box dl dt {
    color: #FFF;
    text-align: center;
    padding: 25px 0;
}

.work_box>ul>li:first-child dt {
    background: #45c5a1;
}

.work_box>ul>li:nth-child(2) dt {
    background: #51a7d4;
}

.work_box>ul>li:nth-child(3) dt {
    background: #ed878c;
}

.work_box>ul>li:last-child dt {
    background: #9186d4;
}

.work_box dl dd {
    color: #333;
    background: #f9f9f9;
}

.work_box dl ul {
    height: 313px;
    padding: 18px 30px 0 30px;
}

.work_box dl li {
    word-break: keep-all;
    padding-left: 8px;
    margin-bottom: 15px;
    position: relative;
}

.work_box dl li::before {
    content: '';
    width: 3px;
    height: 3px;
    background: #bbb;
    position: absolute;
    top: 9px;
    left: 0;
}


/* Knoige - CI */

.ci_box {
    margin-top: 100px;
}

.ci_box:nth-child(2) {
    margin-top: 0;
}

.ci_box .img_box {
    width: 100%;
    border: 1px solid #DDD;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 50px 0;
    text-align: center;
}

.ci_box .text_box {
    margin-top: 25px;
}

.ci_box .text_box p {
    margin-bottom: 15px;
}

.color_wrap {
    overflow: hidden;
}

.color_wrap .color_box {
    overflow: hidden;
    float: left;
    margin-left: 35px;
}

.color_box li {
    float: left;
    width: 110px;
    margin-left: 10px;
}

.color_wrap .color_box:first-child,
.color_box li:first-child {
    margin-left: 0;
}

.color_box li div {
    width: 100%;
    height: 110px;
    margin-bottom: 15px;
}

.color_box li span {
    text-transform: uppercase;
    color: #FFF;
    display: block;
    padding: 63px 42px 0 10px;
}

.color_box li p {
    text-align: center;
}

.red_box div {
    background: #ae3024;
}

.blue_box li:first-child div {
    background: #0776bb;
}

.blue_box li:nth-child(2) div {
    background: #1c437c;
}

.blue_box li:nth-child(3) div {
    background: #122047;
}

.green_box li:first-child div {
    background: #00a678;
}

.green_box li:nth-child(2) div {
    background: #005b4a;
}

.green_box li:nth-child(3) div {
    background: #081c13;
}


/* Konige - Location */

.loca_wrap h4 {
    margin-top: 50px;
}

.loca_wrap table {
    border-top: 2px solid #019fdf;
}

.loca_wrap table th,
.loca_wrap table td {
    font-size: 16px;
}

.loca_wrap table th {
    background: #f9f9f9;
    width: 168px;
}

.loca_wrap table td {
    padding-left: 30px;
}

.loca_wrap table dl:not(.bus) {
    margin-top: 30px;
}

.loca_wrap table dl:not(.bus):first-child {
    margin-top: 0;
}

.loca_wrap table dl:not(.bus) dt {
    font-weight: 500;
    margin-bottom: 5px;
}

.loca_wrap table dl span {
    color: #999;
}

.loca_wrap .bus {
    margin-top: 25px;
}

.loca_wrap .bus:first-child {
    margin-top: 0;
}

.loca_wrap .bus dt {
    width: 40px;
    font-size: 13px;
    color: #FFF;
    line-height: 1;
    border-radius: 3px;
    padding: 4px 0;
    margin-bottom: 5px;
    text-align: center;
}

.loca_wrap .bus .line_green {
    background: #50a332;
}

.loca_wrap .bus .line_blue {
    background: #395cb4;
}


/* Konige - Site */

.site_table {
    border-top: 2px solid #019fdf;
    margin-top: 30px;
}

.site_table th {
    background: #f9f9f9;
}

.site_table td a {
    color: #019fdf;
}

.btn_downExcel {
    display: inline-block;
    color: #333;
    border: 1px solid #DDD;
    border-radius: 3px;
    padding: 7px 20px;
    transition: background .2s;
}

.btn_downExcel:hover {
    background: #f9f9f9;
}


/* Konige - Brochure */

.brochure_box {
    background: url(../images/konige/brochure_img.png) 50px center no-repeat;
    background-size: 350px;
    padding: 258px 50px 204px 470px;
}


/* KONIGE - 홍보영상 */

.promotion_box {
    background: url(../images/konige/promotion_img.png) 75px no-repeat;
    background-size: 35%;
    padding: 142px 50px 142px 557px;
}


/* Privacy */

.privacy_wrap>p {
    border: 1px solid #DDD;
    background: #f9f9f9;
    padding: 30px;
}

.privacy_wrap>p span {
    display: block;
    margin-top: 10px;
    color: #ed878c;
}

.privacy_wrap .privacy_box {
    margin-top: 50px;
}

.privacy_box .paragraph {
    margin-bottom: 50px;
}

.privacy_box .paragraph h4 {
    font-size: 20px;
    margin-bottom: 10px;
}

.paragraph>dl,
.paragraph>ul {
    background: #f9f9f9;
    padding: 20px;
    margin: 15px 0;
}

.paragraph dt,
.paragraph dd,
.paragraph p,
.paragraph li,
.paragraph a {
    word-break: keep-all;
}

.paragraph dt,
.paragraph dd,
.paragraph li {
    margin-bottom: 10px;
}

.paragraph dd {
    padding-left: 20px;
}

.paragraph dt {
    font-weight: 500;
    color: #019fdf;
}

.paragraph li ul,
.paragraph li p {
    padding-left: 20px;
    margin-top: 10px;
}

.paragraph a {
    color: #019fdf;
}

.paragraph .go_old {
    background: #999;
    font-size: 13px;
    color: #FFF;
    padding: 2px 10px;
    border-radius: 3px;
}
/* ------------- 20221201 추가 -----------------*/
.privacy_wrap b { display: block; margin: 10px 0; }



/* EMail */

.email_box>p {
    font-size: 18px;
    padding: 40px 0;
    background: #f9f9f9;
    text-align: center;
}

.email_box .law {
    margin-top: 30px;
    padding: 40px 50px;
    border: 1px dashed #DDD;
}

.email_box .law h4 {
    font-size: 18px;
    text-align: center;
    margin-bottom: 40px;
}

.email_box .law h4 p {
    font-size: 16px;
    font-weight: 400;
    color: #999;
    margin-top: 3px;
}

.email_box .law dl dt {
    font-weight: 700;
}

.email_box .law dl dd {
    padding-left: 20px;
    margin: 5px 0 30px 0;
}

.email_box .law dl dd p {
    word-break: keep-all;
    margin-top: 10px;
}

.email_box .law dl dd:last-child {
    margin-bottom: 0;
}


/* ---------- Member ---------- */

.login_wrap {
    background: #f9f9f9 url(../images/member/login_bg2.png) 120px center no-repeat;
    background-size: 420px;
    padding: 114px 154px 115px 675px;
}

.login_wrap .form_box {
    position: relative;
}

.login_wrap h4 {
    font-size: 24px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 25px;
}

.login_wrap .form_box input[type='text'],
.login_wrap .form_box input[type='password'] {
    display: block;
    width: 100%;
    padding: 13px 0 13px 20px;
    border: 1px solid #DDD;
    border-radius: 3px;
    font-size: 16px;
    margin-bottom: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    transition: .3s;
}

.login_wrap .form_box input[type='text']:focus,
.login_wrap .form_box input[type='password']:focus {
    outline: none;
    border-color: #019fdf;
}

.login_wrap .btn_login {
    display: block;
    width: 100%;
    text-align: center;
    padding: 13px 0;
    margin-bottom: 15px;
    background: #019fdf;
    color: #FFF;
    border-radius: 3px;
    transition: .3s;
}

.login_wrap .btn_login:hover {
    background: #0595d0;
}

.login_wrap .login_menu {
    overflow: hidden;
}

.login_wrap .login_menu a {
    padding: 7px 0;
}

.login_wrap .login_menu a:first-child {
    float: left;
    color: #333;
    position: relative;
}

.login_wrap .login_menu a:first-child:after {
    content: '';
    width: 1px;
    height: 15px;
    background: #DDD;
    position: absolute;
    right: -14px;
    top: 10px;
}

.login_wrap .login_menu a:last-child {
    display: block;
    float: right;
    width: 120px;
    text-align: center;
    background: #FFF;
    color: #019fdf;
    border: 1px solid #019fdf;
    border-radius: 3px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.login_wrap .btn_pwChange {
    position: absolute;
    color: #333;
    padding: 7px 0;
    bottom: 2px;
    left: 104px;
}

.login_wrap .btn_find,
.login_wrap .btn_cancel,
.login_wrap .btn_go_login,
.login_wrap .btn_find_pw {
    display: block;
    width: 100%;
    color: #FFF;
    border-radius: 3px;
    padding: 13px 0;
    text-align: center;
    transition: .3s;
}

.login_wrap .btn_find,
.login_wrap .btn_go_login {
    background: #019fdf;
    margin-bottom: 10px;
}

.login_wrap .btn_find:hover,
.login_wrap .btn_go_login:hover {
    background: #0595d0;
}

.login_wrap .btn_cancel,
.login_wrap .btn_find_pw {
    background: #333;
}

.login_wrap .btn_cancel:hover,
.login_wrap .btn_find_pw:hover {
    background: #222;
}

.login_wrap .user_name,
.login_wrap .user_id,
.login_wrap .user_email {
    background: #FFF;
    padding: 10px 20px;
    margin-bottom: 10px;
    border-right: 3px;
    color: #019fdf;
}

.login_wrap .user_name span,
.login_wrap .user_id span,
.login_wrap .user_email span {
    display: inline-block;
    width: 60px;
    font-weight: 500;
    color: #333;
}


/* Sign Up */

.sign_box {
    background: #f9f9f9;
    padding: 20px;
    margin-top: 30px;
}

.sign_box h4 {
    font-size: 20px;
    font-weight: 500;
}

.sign_box textarea {
    width: 100%;
    height: 350px;
    padding: 20px;
    font-size: 14px;
    word-break: keep-all;
    resize: none;
    border: none;
    margin: 15px 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.sign_box>div {
    text-align: right;
}

.sign_box>div input,
.sign_box>div label {
    vertical-align: middle;
}

.sign_box>div input {
    margin-right: 5px;
    width: 17px;
    height: 17px;
}

.btn_signin {
    display: table;
    margin: 50px auto;
    font-size: 20px;
    color: #FFF;
    background: #019fdf;
    padding: 10px 50px;
    border-radius: 3px;
    transition: .3s;
}

.btn_signin:hover {
    background: #0595d0;
}

.sign_up_wrap .aster {
    color: #ff5e69;
    vertical-align: middle;
    margin-right: 3px;
}

.sign_up_wrap form>p {
    text-align: right;
    margin-bottom: 20px;
}

.sign_up_wrap table {
    border-top: 2px solid #019fdf;
    margin-bottom: 50px;
}

.sign_up_wrap table th,
.sign_up_wrap table td {
    padding: 15px 10px;
}

.sign_up_wrap table th {
    text-align: left;
    background: #f9f9f9;
}

.sign_up_wrap table input,
.sign_up_wrap table select {
    border: 1px solid #DDD;
}

.sign_up_wrap table input {
    padding: 10px 5px;
}

.sign_up_wrap table select {
    padding: 9px 5px;
}

.sign_up_wrap table a {
    background: #333;
    color: #FFF;
    padding: 6px 20px 7px;
    vertical-align: middle;
}

.sign_up_wrap table #upos_dis {
    display: inline;
}

.sign_up_wrap table input[type='checkbox'] {
    width: 17px;
    height: 17px;
    vertical-align: middle;
}

.sign_up_wrap .register_btn {
    overflow: hidden;
    display: table;
    margin: 0 auto;
}

.sign_up_wrap .register_btn a {
    display: block;
    float: left;
    width: 150px;
    padding: 10px 0;
    text-align: center;
    border-radius: 3px;
    color: #FFF;
}

.sign_up_wrap .register_btn a:first-child {
    background: #019fdf;
    margin-right: 5px;
}

.sign_up_wrap .register_btn a:last-child {
    background: #ccc;
}


/* ---------- My Page ---------- */

.smv_mypage::before {
    background: url(../images/mypage/smv_bg.jpg) center -640px no-repeat;
}

.pw_confirm_box {
    border: 1px solid #DDD;
    background: url(../images/mypage/pw_confirm_bg.png) 90px center no-repeat;
    padding: 100px 120px 100px 450px;
}

.pw_confirm_box p {
    text-align: center;
    font-size: 18px;
}

.pw_confirm_box input,
.pw_confirm_box a {
    display: block;
    width: 100%;
    transition: .3s;
    border-radius: 3px;
}

.pw_confirm_box input {
    padding: 10px;
    margin: 25px 0 10px;
    border: 1px solid #DDD;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.pw_confirm_box input:focus {
    outline: none;
    border-color: #019fdf;
}

.pw_confirm_box a {
    color: #FFF;
    background: #019fdf;
    text-align: center;
    padding: 8px 0;
}

.pw_change_box table {
    border-top: 2px solid #019fdf;
    margin-bottom: 30px;
}

.pw_change_box table th,
.pw_change_box table td {
    padding: 15px 10px;
}

.pw_change_box table th {
    background: #f9f9f9;
    width: 150px;
    text-align: left;
}

.pw_change_box .aster {
    color: #ff5e69;
    vertical-align: middle;
    margin-right: 5px;
}

.pw_change_box table input {
    border: 1px solid #DDD;
    padding: 10px;
}

.pw_change_box table .info {
    font-size: 15px;
    font-weight: 500;
    margin-left: 10px;
}

.pw_change_box .register_btn {
    overflow: hidden;
    display: table;
    margin: 0 auto;
}

.pw_change_box .register_btn a {
    display: block;
    float: left;
    color: #FFF;
    width: 150px;
    padding: 10px 0;
    text-align: center;
}

.pw_change_box .register_btn a:first-child {
    background: #019fdf;
    margin-right: 10px;
}

.pw_change_box .register_btn a:last-child {
    background: #ccc;
}

.member_leave .leave_guide {
    background: #f9f9f9;
    padding: 30px;
    text-align: center;
}

.member_leave .leave_guide span {
    color: #ff5e69;
}

.member_leave .check_box {
    text-align: right;
    margin: 10px 0 30px;
}

.member_leave .check_box input {
    width: 17px;
    height: 17px;
    margin-right: 5px;
    vertical-align: middle;
}

.member_leave .check_box label {
    vertical-align: bottom;
}

.member_leave table {
    border-top: 2px solid #019fdf;
}

.member_leave table th,
.member_leave table td {
    padding: 15px 10px;
}

.member_leave table th {
    width: 100px;
    background: #f9f9f9;
}

.member_leave table input,
.member_leave table textarea {
    border: 1px solid #DDD;
    padding: 10px;
    transition: .3s;
}

.member_leave table input:focus,
.member_leave table textarea:focus {
    outline: none;
    border-color: #019fdf;
}

.member_leave table textarea {
    width: 100%;
    resize: none;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16px;
}

.member_leave .btn_leave {
    display: table;
    margin: 50px auto;
    background: #333;
    color: #FFF;
    padding: 10px 30px;
    border-radius: 3px;
    transition: .3s;
}

.member_leave .btn_leave:hover {
    background: #222;
}


/* Durune Layer Popup */

#durune {
    display: none;
    position: fixed;
    width: 600px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #FFF;
    padding: 30px;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
    font-size: 15px;
}

#durune h1,
#durune p {
    text-align: center;
}

#durune h1 {
    margin-bottom: 10px;
    font-size: 22px;
}

#durune .tab_menu {
    display: table;
    margin: 20px 0 0 0;
}

#durune .tab_menu li {
    width: 120px;
    border-radius: 0;
    margin-left: 1px;
    padding: 5px 0;
}

.tab_menu li.on {
    background: #019fdf;
    border-color: #019fdf;
}

#durune .tab_menu li:first-child {
    margin-left: 0;
}

#durune table {
    border-top: 2px solid #019fdf;
    margin-bottom: 30px;
}

#durune table th,
#durune table td {
    padding: 10px;
}

#durune table th {
    background: #f9f9f9;
}

#durune table input {
    border: 1px solid #DDD;
    padding: 5px;
}

#durune .durune_btnBox {
    display: table;
    margin: 0 auto;
    overflow: hidden;
}

#durune .durune_btnBox a {
    display: block;
    float: left;
    color: #FFF;
    width: 120px;
    padding: 5px 0;
    border: 1px solid #DDD;
    text-align: center;
}

#durune .durune_btnBox a:first-child {
    margin-right: 5px;
    background: #333;
    border-color: #333;
}

#durune .durune_btnBox a:last-child {
    color: #999;
}


.tab_cont { position: relative; }
.excelbtn { position: absolute; top: 60px; right:0; padding: 0.4rem 1rem; border: 1px solid #207345; color: #FFF; background: #207345; }
.excelbtn:hover { color: #207345; background: #FFF; }