/*-----------------------------------------basic setting-----------------------------------------*/



html,
body {
    font-size: 16px;
}

.img_mobile {
    display: none;
}

input:focus {
    outline: none;
}

textarea:focus {
    outline: none;
}

select option:hover {
    background: #38322d;
}



p,
h1,
h2,
h3,
h4,
h5,
span,
li {
    word-break: keep-all;
}





/*common*/
p,
h1,
h2,
h3,
h4,
h5,
span {
    line-height: 1.5em;
    letter-spacing: -0.8px;
}

.pc_size {
    visibility: visible;
    display: inherit;
}
.m_size {
    visibility: hidden;
    display: none;
}
.orga_wrap {
	width: auto;
    display: flex;
    justify-content: flex-end;
}
.txt_sm {
    font-size: 0.875rem;
}

.txt_strong {
    font-weight: 500;
}

.txt_light {
    font-weight: 200;
}

.txt_main_clr {
    color: #0e76bc !important;
}

.txt_sub_clr {
    color: #ffad41 !important;
}

.txt_sub_clr02 {
    color: #e18712 !important;
}

.txt_blk {
    color: #222;
}

.txt_lh {
    line-height: 1.8em;
    word-break: keep-all;
}

.txt_check p {
    padding-left: 30px;
    display: block;
    position: relative;
    padding-bottom: 10px;
    word-break: keep-all;
}

.txt_check ul li p {
    padding-left: 0;
    display: block;
    position: inherit;
    padding-bottom: 0;
}

.txt_check p::before {
    content: url(../images/common/icons_check.svg);
    position: absolute;
    left: 0;
    top: 4px;
    width: 20px;
    height: 20px;
}

.txt_check ul li p::before {
    content: none;
    position: inherit;
    left: 0;
    top: 0;
    width: auto;
    height: auto;
}


.cont_tit_quo {
    font-size: 1.750rem;
    margin: 0 0 4.750em;
    position: relative;
    font-weight: 300;
    display: block;
    word-break: keep-all;
    text-align: center;
    color: #0e76bc;
}
.cont_tit_quo::before {
    content: url(../images/common/bullet_quo_t.png);
    position: absolute;
    left: 25%;
    top: -10px;
}
.cont_tit_quo::after {
    content: url(../images/common/bullet_quo_b.png);
    position: absolute;
    right: 25%;
    bottom: -10px;
}
.cont_tit_quo span {
    font-weight: 600;
}
.pre_txt {
    font-size: 1.125rem;
    color: #757575;
    font-weight: 200;
    padding-bottom: 6px;
    text-align: center;
}
.mt_40 {
    margin-top: 2.500em;
}
.mt_60 {
    margin-top: 3.750em;
}
.mt_90 {
    margin-top: 5.625em;
}

.cont_subtit {
    font-size: 1.625rem;
    margin-bottom: 3.125em;
    color: #222;
    font-weight: 400;
    display: block;
    word-break: keep-all;
    text-align: center;
    padding-top: 1.250em;
    position: relative;
}
.cont_subtit::before {
    position: absolute;
    content: url(../images/common/bullet_tit.png);
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.cont_tit_ex_t {
    font-size: 1.25rem;
    margin: 0 0 1.250em;
    font-weight: 400;
    text-align: center;
    color: #0e76bc;
}
.cont_tit_ex {
    font-size: 1rem;
    margin: 0 0 3.750em;
    font-weight: 300;
    text-align: center;
    color: #333;
}


.txt_lg {
    font-size: 1.25rem;
    font-weight: 400;
}

.txt_lg_thin {
    font-size: 1.25rem;
    font-weight: 300;
}

.cont_m {
    margin-bottom: 30px;
}

.cont_m2 {
    margin-bottom: 60px;
}

.cont_m1 {
    margin-bottom: 16px;
}

.min_img img {
    width: 100%;
    min-width: 640px;
}


.txt_bullet {
    position: relative;
    padding-left: 16px;
    line-height: 1.4em;
    margin-bottom: 6px;
    margin-left: 30px;
}

.txt_b_nm {
    margin-left: 0;
}

.txt_bullet::before {
    content: url(../images/common/bullet.png);
    position: absolute;
    left: 0;
    top: -2px;
    width: 8px;
    height: 8px;
}

.txt_bullet_grey {
    position: relative;
    padding-left: 16px;
    line-height: 1.4em;
    margin-bottom: 6px;
}

.txt_bullet_grey::before {
    content: url(../images/common/bullet_grey.png);
    position: absolute;
    left: 0;
    top: -2px;
    width: 8px;
    height: 8px;
}

.txt_ex {
    font-size: 0.875rem;
    color: #999;
}

.box_basic {
    border: 1px solid #ddd;
    padding: 40px;
    border-radius: 10px;
}

.box_basic_clr {
    border: 1px solid #222;
    padding: 40px;
    border-radius: 10px;
}

.box_basic_bg {
    border: 1px solid #ddd;
    background: #fafafa;
    padding: 40px;
    border-radius: 10px;
}

.float_wrap {
    overflow: hidden;
}

.txt_check .txt_bullet_grey {
    /*    text-indent: 32px;*/
    color: #777;
}

.txt_check ul {
    margin-bottom: 20px;
    margin-left: 30px;
}


/*-----------------------------table--------------------------------*/
table {
    width: 100%;
    border-top: 2px #222 solid;
/*    table-layout: fixed;*/
    min-width: 480px;
    border-collapse: collapse;
    line-height: 1.5em;
}

.table_min {
    min-width: 580px;
}

.tb_scroll {
    overflow-x: auto;
    border-bottom: 0.5px #a4a4a4 solid;
}
.chart_scroll {
    overflow-x: auto;
    margin-bottom: 60px;
}

table th {
    font-weight: 500;
    padding: 20px;
    text-align: left;
    font-size: 1rem;
}

.td_tit {
    color: #ffad41;
    font-weight: 600;
    width: 90px;
    display: inline-block;
}

table tr:nth-child(2n) {
    background: #f1f1f1;
}
table.chart_tb tr {
    background: none !important;
    border-top: 1px solid #ddd;
}
table.form_table tr:nth-child(2n) {
    background: inherit;
}
table tr:last-child {
    border-bottom: 0;
}

table td {
    padding: 14px;
    color: #444;
    font-size: 1rem;
}

table tr th {
    padding: 14px;
    font-size: 1rem;
}
table thead th {
    padding: 14px;
    font-size: 1.125rem;
    background: #0e76bc;
    color: #fff;
    text-align: center;
    font-weight: 400;
}

table td:last-child {
    border-right: 0;
}
table.center td {
    text-align: center;
}
table .cont {
    /*    padding: 14px;*/
/*    text-align: left !important;*/
    word-break: keep-all;
}

table .main_title {
    background: #38322d;
    color: #fff;
}

table .title {
    background: #efefef;
}



.history_wrap {
    padding: 40px;
    margin-bottom: 30px;
    background: #f1f1f1;
}
.history {
    border-top: 0;
}
.history_wrap:last-child {
    margin-bottom: 0;
}
.history .year {
    width: 130px;
    font-size: 1.625rem;
    color: #0e76bc;
    font-weight: 600;
    vertical-align: top;
    padding: 0;
}
.history:first-child {
    width: 130px;
    float: left;
    min-width: auto;
}
.history:last-child {
    width: calc(100% - 130px);
    float: left;
    min-width: auto;
}
.history .month {
    width: 40px;
    font-size: 1rem;
    color: #222;
    font-weight: 600;
    vertical-align: baseline;
    padding: 0;
}
.history td {
    color: #555;
    vertical-align: baseline;
    padding: 0;
}




/************* main *************/

/*
#main .visual {
    width: 100%;
    height: 960px;
    background: url(../images/main/main_visual01.jpg) 0 0 no-repeat;
    background-position-x: center;
}
*/

#main .visual {
    width: 100%;
    height: 560px;
    overflow: hidden;
    margin: 0 auto;
    text-align: center;
    position: relative;
}

#main .main_visual .bx-wrapper .bx-viewport {
    height: 560px !important;
}

#main .visual .main_visual {
    width: 1920px;
    height: 560px;
    position: absolute;
    left: 50%;
    margin-left: -960px;
}
.main_slider li{height: 560px;}
.main_slider li.visual01 { background:url(../images/main/main_visual01.png) center no-repeat; background-size: cover;}
.main_slider li.visual02 { background:url(../images/main/main_visual03.png) center no-repeat; background-size: cover;}
.main_slider li.visual03 { background:url(../images/main/main_visual02.png) center no-repeat; background-size: cover;}
.main_slider li.visual04 { background:url(../images/main/main_visual04.png) center no-repeat; background-size: cover;}
.main_slider li.visual05 { background:url(../images/main/main_visual05.png) center no-repeat; background-size: cover;}
.main_slider li.visual06 { background:url(../images/main/main_visual06.png) center no-repeat; background-size: cover;}
.main_slider li.visual07 { background:url(../images/main/main_visual07.png) center no-repeat; background-size: cover;}

#main .visual .visual_wrap {
    text-align: center;
    width: 100%;
    position: absolute;
    top: 0;
    z-index: 999;
}

#main .visual .caption {
    color: #fff;
    text-shadow: 1px 3px 4px rgba(0, 0, 0, 0.2);
    padding-top: 270px;
}

#main .visual .caption h4 {
    font-size: 2.000rem;
    font-weight: 300;
    letter-spacing: -1px;
    line-height: 1.3em;
}

#main .visual .caption h4 span {
    font-weight: 500;
}





.section {
    width: 100%;
    overflow-x: hidden;
    overflow-y: hidden;
}

.sec2 {
    background: url(../images/main/sec2_bg.png) no-repeat center center;
    background-size: cover;
}
.sec4 {
    background: url(../images/main/sec4_bg.png) no-repeat center center;
    background-size: cover;
}

.section .wrapper {
    width: 1200px;
    margin: 0 auto;
    padding: 60px 0;
}


.sec2 .box_wrap {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-content: center;
    align-items: stretch;
}
.sec2 .box_wrap .tit {
    position: relative;
    background: url(../images/main/sec2_tit.png) bottom;
    height: 314px;
    width: 25%;
    background-size: cover;
    color: #fff;
    text-align: center;
    z-index: 3;
}
.sec2 .box_wrap .tit h4 {
    font-size: 2rem;
    font-weight: 500;
    position: absolute;
    left: 50%;
    top: 43%;
    transform: translate(-50%);
}
.sec2 .box_wrap .tit::after {
    content: url(../images/main/pol.png);
    position: absolute;
    right: -21px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
}
.sec2 .box_wrap .cont {
    height: 314px;
    width: 25%;
    border: 1px solid #ededed;
    background: #fff;
    box-sizing: border-box;
    position: relative;
    cursor: pointer;
}
.sec2 .box_wrap .cont:hover {
    box-shadow: rgba(0, 0, 0, .3)1px 1px 30px 1px;
    transition: 0.5s;
    z-index: 2;
}
.sec2 .box_wrap .cont img {
    position: absolute;
    left: 50%;
    top: 20%;
    transform: translate(-50%);
}
.sec2 .box_wrap .cont h4 {
    font-size: 1.500rem;
    color: #222;
    text-align: center;
    font-weight: 400;
    padding-top: 210px;
}
.sec2 .box_wrap .cont h5 {
    font-size: 1rem;
    color: #999;
    font-weight: 300;
    text-align: center;
}





.sec3 .bg {
    background: url(../images/main/sec3_bg.png) no-repeat center center;
    height: 400px;
    width: 100%;
    padding: 120px 0;
}
.sec3 .bg .txt_wrap {
    width: 1200px;
    margin: 0 auto;
}
.sec3 .bg .txt_wrap h5 {
    font-size: 1.625rem;
    color: #fff;
    line-height: 1.3em;
    font-weight: 300;
}
.sec3 .bg .txt_wrap h5 span {
    font-weight: 500;
}






.sec4 .board_wrap {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-content: center;
    align-items: stretch;
}
.sec4 .board_wrap .tit {
    height: 280px;
    width: 19%;
    background-size: cover;
}
.sec4 .board_wrap .tit h4 {
    font-size: 2.125rem;
    font-weight: 600;
    padding-top: 50px;
    color: #222;
}
.sec4 .board_wrap .tit h5 {
    font-size: 1rem;
    color: #555;
    font-weight: 300;
    padding-top: 40px;
}
.sec4 .board_wrap .tit a {
    padding-top: 40px;
    display: inline-block;
}
.sec4 .board_wrap .cont {
    height: 314px;
    width: 27%;
    border: 1px solid #ededed;
    background: #fff;
    box-sizing: border-box;
    position: relative;
    cursor: pointer;
    padding: 40px 30px;
    margin-left: 20px;
}
.sec4 .board_wrap .cont:hover {
    box-shadow: rgba(0, 0, 0, .3)1px 1px 30px 1px;
    transition: 0.5s;
    z-index: 2;
}
.sec4 .board_wrap .cont h4 {
    font-size: 1.250rem;
    color: #222;
    font-weight: 400;
    line-height: 1.3em;
}
.sec4 .board_wrap .cont h5 {
    font-size: 1rem;
    color: #757575;
    font-weight: 300;
    position: absolute;
    bottom: 40px;
}






.sec5 {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-content: center;
    align-items: stretch;
}
.sec5 .bg_l {
    background: url(../images/main/sec5_bg_l.png) no-repeat center;
    text-align: right;
    padding: 60px 80px 0 0;
    width: 50%;
    height: 300px;
    color: #fff;
    cursor: pointer;
}
.sec5 .bg_r {
    background: url(../images/main/sec5_bg_r.png) no-repeat center;
    text-align: left;
    padding: 60px 0 0 80px;
    width: 50%;
    height: 300px;
    color: #fff;
    cursor: pointer;
}
.sec5 .bg_l:hover {
    background: url(../images/main/sec5_bg_l_h.png) no-repeat center;
    transition: 0.3s;
}
.sec5 .bg_r:hover {
    background: url(../images/main/sec5_bg_r_h.png) no-repeat center;
    transition: 0.3s;
}
.sec5 h4 {
    font-size: 2.125rem;
    font-weight: 600;
    padding-bottom: 20px;
}
.sec5 h5 {
    font-size: 1rem;
    font-weight: 300;
    padding-bottom: 30px;
}






/************ layout *************/

.wrap {
    position: relative;
}




/************* layout-header *************/

#header {
    position: absolute;
    top: 0;
    background: #fff;
    border-bottom: 1px solid #ddd;
    z-index: 1000;
    width: 100%;
    transition: all 0.5s ease;
}

#header.on {
    position: fixed;
    top: 0;
    animation: smoothScroll 0.5s forwards;
    /* border-bottom: 1px solid #ccc; */
}

#header.on nav {
    display: block;
}

#header nav #gnb li .nav_dep1 {
    color: #2a2a2a;
}

#header .menu_area ul li a {
    color: #2a2a2a;
}

#header .menu_area ul li a.btn_ham_menu {
    background-image: url(../images/common/ic_ham_menu_on.png);
    background-repeat: no-repeat;
    background-position: center;
}


#header .logo {
    float: left;
    padding: 32px 0;
}

/*
#header .logo img {
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}
*/

#header .logo a {
    display: block;
/*    background: url(/images/common/logo.png) 0 0 no-repeat;*/
/*    background-size: contain;*/
}



/************* Header - gnb slide menu *************/
#header nav {
    float: left;
    width: auto;
    margin-left: 160px;
    /* display:none; */
}

#header nav #gnb {
    width: 100%;
    height: 100px;
}

#header nav #gnb li {
    float: left;
    width: 165px;
    text-align: center;
    line-height: 100px;
    cursor: pointer;
}

#header nav #gnb li .nav_dep1 {
    font-size: 18px;
    font-weight: 400;
}

#header .open {
    width: 100%;
    overflow: hidden;
    padding: 4px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

#header .open ul {
    float: right;
    overflow: hidden;
}

#header .open ul li {
    float: left;
    padding: 0 12px;
    font-size: 14px;
}

#header .open ul li a {
    color: #fff;
}

#header.on .open {
    border-bottom: 1px solid #eee;
}

#header.on .open ul li a {
    color: #555;
}

#header.active nav {
    display: block;
}

#header nav .depth_toggle {
    position: absolute;
    top: 99px;
    left: 0;
    width: 100%;
    transition: .5s height, .2s background;
    display: none;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
}

#header nav .depth_toggle .sub_nav li.menu3 a {
    font-size: 14px;
    color: #777;
    /*    padding-left: 10px;*/
}

#header nav .depth_toggle.active {
    display: block;
    background: #fff;
}

#header nav .depth_toggle .wrapper {
    width: 1200px;
    margin: 0 auto;
    padding-left: 306px;
}

#header nav .depth_toggle .sub_nav {
    width: 165px;
    height: 204px;
    float: left;
    background: rgba(255, 255, 255, 0.5);
    border-right: 1px solid #ddd;
    padding: 20px 12px;
    transition: .5s height, .2s background;
}

#header nav .depth_toggle .sub_nav li {
    /*    height: 26px;*/
    line-height: 26px;
    /* padding-left: 12px; */
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    text-align: left;
    /*    font-size: 1;*/
}

#header nav .depth_toggle .sub_nav li.menu3 {
    margin-top: -4px;
}

#header nav .depth_toggle .sub_nav ul.depth3 {
    margin-top: -4px;

}

#header nav .depth_toggle .sub_nav li a {
    display: block;
    overflow: hidden;
    margin-bottom: -20px;
    /*text-overflow: ellipsis;
	white-space: nowrap;*/
    font-size: 15px;
    letter-spacing: -0.6px;
    text-overflow: ellipsis;
}


#header nav .depth_toggle .sub_nav.on {
    background: #0e76bc;
    color: #fff;
    transition: .5s height, .2s background;
}

#header nav .depth_toggle .sub_nav.on li a {
    color: #f1f1f1;
}

#header nav .depth_toggle .sub_nav.on li a:hover {
    color: #fff !important;
    font-weight: 400;
}

#header.speedup {
    transition: all 0.1s ease !important;
}


/************* header *************/

#header nav .depth_toggle .sub_nav li.over {
    height: 58px;
    /* overflow: auto; */
    line-height: 18px;
    text-overflow: clip;
    white-space: pre-line;
}

#header nav .depth_toggle .sub_nav li.over a {
    overflow: visible;
    text-overflow: clip;v
    white-space: initial;
}

#header nav .depth_toggle .sub_nav li.over_min {
    height: 48px;
    /* overflow: auto; */
    line-height: 21px;
    text-overflow: clip;
    white-space: pre-line;
}

#header nav .depth_toggle .sub_nav li.over_min a {
    overflow: visible;
    text-overflow: ellipsis;
    white-space: initial;
    word-break: break-word;
}

/* Header - right menu icon */
#header .menu_area {
    float: right;
}

#header .menu_area ul {
    overflow: hidden;
}

#header .menu_area ul li {
    width: 30px;
    height: 96px;
    line-height: 96px;
    float: left;
    text-align: center;
    cursor: pointer;
    padding: 24px 0;
}

#header .menu_area ul li:nth-child(2) {
    display: none;
}

#header .menu_area ul li a {
    width: 100%;
    height: 100%;
    display: block;
    color: #fff;
    font-size: 16px;
    line-height: 96px;
}

#header .menu_area ul li img {
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}

#header .menu_area ul li a.btn_ham_menu {
    /* background: rgba(0, 0, 0, 0.7); */
    width: 100%;
    height: 100%;
    display: block;
    background-image: url(../images/common/ic_ham_menu_on.png);
    background-repeat: no-repeat;
    background-position: center;
}

#header .sub_nav.on .link:after {
    content: url(/images/common/ic_external_sm_on.png);
    font-weight: 600;
    margin-left: 8px;
    font-size: 13px;
}

#header .sub_nav .link:after {
    content: url(/images/common/ic_external_sm.png);
    font-weight: 600;
    margin-left: 8px;
    font-size: 13px;
}


/************* layout-toggleMenu(offcanvas) *************/

.float_wrapper {
    width: 1200px;
    overflow: hidden;
    margin: 0 auto;
}


/* Clear floats after the tab */
.clearfix::after {
    content: "";
    clear: both;
    display: table;
}


/************* layout-sub *************/

.sub_visual {
    height: 460px;
    background: #f5f5f5;
}

.sub_visual .visual01 {
    background-image: url(../images/sub/visual01.png);
    background-attachment: fixed;
}

.sub_visual .visual02 {
    background-image: url(../images/sub/visual02.png);
    background-attachment: fixed;
}

.sub_visual .visual03 {
    background-image: url(../images/sub/visual03.png);
    background-attachment: fixed;
}

.sub_visual .visual04 {
    background-image: url(../images/sub/visual04.png);
    background-attachment: fixed;
}



.sub_visual.shorten {
    height: 340px;
}

.sub_visual .path_container {
    width: 100%;
    height: 60px;
    position: relative;
    margin-top: -60px;
}

.sub_visual .path_container .path {
    position: absolute;
    bottom: 0;
    width: 100%;
    border-bottom: 1px solid #ddd;
}

.sub_visual .path_container .caption {
    text-align: center;
    /* padding-top: 240px; */
    font-size: 48px;
    color: #fff;
    letter-spacing: -2px;
    line-height: 400px;
}

.sub_visual .path_container .path .sub_tab {
    width: 100%;
    margin: 0 auto;
    max-width: 1200px;
}

.sub_visual .path_container .path .sub_tab ul {
    overflow: hidden;
}

.sub_visual .path_container .path .sub_tab ul li {
    float: left;
    text-align: center;
    height: 60px;
    line-height: 60px;
    background: #fff;
    border-left: 1px solid #aaa;
    font-size: 17px;
    font-weight: 300;
}

.sub_visual .path_container .path .sub_tab ul li a {
    display: block;
    width: 100%;
    height: 100%;
    font-weight: 400;
}

.sub_visual .path_container .path .sub_tab ul li.on {
    background: #007fed;
}

.sub_depth .depth03_line li:only-child {
    width: 100%;
}

.sub_tab ul li:first-child:nth-last-child(2),
.sub_tab ul li:first-child:nth-last-child(2) + li {
    width: 50%;
}

.sub_tab ul li:first-child:nth-last-child(3),
.sub_tab ul li:first-child:nth-last-child(3) + li,
.sub_tab ul li:first-child:nth-last-child(3) + li + li {
    width: 33.33%;
}

.sub_tab ul li:first-child:nth-last-child(4),
.sub_tab ul li:first-child:nth-last-child(4) + li,
.sub_tab ul li:first-child:nth-last-child(4) + li + li,
.sub_tab ul li:first-child:nth-last-child(4) + li + li + li {
    width: 25%;
}

.sub_tab ul li:first-child:nth-last-child(5),
.sub_tab ul li:first-child:nth-last-child(5) + li,
.sub_tab ul li:first-child:nth-last-child(5) + li + li,
.sub_tab ul li:first-child:nth-last-child(5) + li + li + li,
.sub_tab ul li:first-child:nth-last-child(5) + li + li + li + li {
    width: 20%;
}

.sub_visual .path_container .path .sub_tab ul li.on a {
    color: #fff;
    font-weight: 500;
}


.sub_container {
    min-height: 500px;
}

.sub_container .wrapper {
    width: 100%;
    /*    max-width: 1200px;*/
    margin: 0 auto;
    padding-top: 100px;
    position: relative;
}

.sub_container .wrapper .max {
    max-width: 1200px;
    margin: 0 auto;
    padding: 90px 0;
}
.max_wrap_bg02 .max {
    overflow: hidden;
}
.sub_container .wrapper .max_wrap_border {
    border-bottom: 1px solid #ddd;
}

.sub_container .wrapper .max_wrap_color {
    background: #eef3f7;
}

.sub_container .wrapper .max_wrap_color2 {
    background: #fafafa;
}

.max_wrap_bg {
    background: url(../images/sub/txt_bg.png) no-repeat bottom;
    background-attachment: fixed;
}
.max_wrap_bg02 {
    background: url(../images/sub/eco_bg.png) no-repeat center;
    background-attachment: fixed;
}


.sub_container .wrapper .max_wrap_nm {
    margin-top: -80px;
}



.sub_container h1.tit {
    font-size: 2.25rem;
    line-height: 36px;
    text-align: center;
    font-weight: 400;
}

/* *******************************************************
 * filename : sub.css
 * description : SUB공통영역SET CSS
 * date : 20190730
******************************************************** */

.sub {
    background: #f4f4f4;
    font-size: 16px;
}

.sub .grid_container {
    width: 1200px;
    padding: 80px 0 90px;
}

.sub_visual {
    position: relative;
}

.sub_visual h1 {
    font-size: 2.75rem;
    font-weight: normal;
    /*    line-height: 271px;*/
    color: #fff;
    padding-top: 216px;
    text-align: center;
}

.sub_visual h2 {
    font-size: 1.25rem;
    font-weight: 200;
    color: #fff;
    padding-top: 130px;
    text-align: center;
}

/* eec 예외 
.sub_visual.visual05 h1 {
    line-height: 1em;
    height: 260px;
    padding-top: 90px;
}

.eec_lang {
    display: block;
    font-size: 42px;
    font-weight:500;
}
*/

/* 끝 */


.sub_depth_tit {
    font-size: 3rem;
    line-height: 48px;
    color: #343434;
    font-weight: 600;
    text-align: center;
    margin-bottom: 60px;
    position: relative;
    /* padding-bottom: 50px; */
}

.sub_depth_tit::after {
    content: '';
    display: block;
    background: #8b0029;
    width: 35px;
    height: 3px;
    margin: 0 auto;
    margin-top: 50px;
}

.path_container {
    width: 100%;
/*    max-width: 1200px;*/
    margin: 0 auto;
}

.path {
    height: 60px;
    line-height: 60px;
    background: #9aaec0;
}
.path_inside {
    max-width: 1200px;
    margin: 0 auto;
}
.path .home {
    width: 60px;
    height: 60px;
    line-height: 60px;
    display: block;
    padding: 0 20px;
    position: relative;
    float: left;
}

.path .home img {
    display: block;
    padding: 20px 0;
}

.path a {
    color: #fff;
}

/*
.path [class^="depth"] {
	float:left;
	position:relative;
}
*/
.path_inside > div {
    float: left;
    position: relative;
}

.path .depth_btn:before {
    content: "";
    width: 1px;
    height: 60px;
    background: rgba(255, 255, 255, 0.2);
    display: block;
    position: absolute;
    top: 0px;
    left: 0;

}

.path .depth_btn {
    cursor: pointer;
    display: block;
    width: 95%;
    height: 100%;
    line-height: 60px;
    padding: 0 20px;
    min-width: 200px;
    /*    letter-spacing: -1;*/
    white-space: pre;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
    position: relative;
}



.path .depth_btn i {
    position: absolute;
    right: 12px;
    top: 24px;
    font-size: 12px;
}

.path [class^="depth"] ul {
    opacity: 0;
    visibility: hidden;
    max-height: 0;
    transition: all 0.3s ease;
    position: absolute;
    top: 60px;
    width: 100%;
    z-index: 1;
    background-color: #444;
    overflow: hidden;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.path [class^="depth"].active ul {
    opacity: 1;
    visibility: visible;
    max-height: 1000px;
    z-index: 999;
}

.path [class^="depth"] ul li {
    height: 40px;
    font-size: 0.875rem;
    line-height: 40px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 0 20px;
}

.path [class^="depth"] ul li:hover {
    background: #222;
}

.path [class^="depth"] ul li a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.path select {
    border: none;
    background: transparent;
    color: #fff;
    font-size: 18px;
    height: 58px;
    line-height: 58px;
    padding-bottom: 4px;
}

.path select option {
    color: #555;
    font-size: 14px;
}

.path .depth_btn.depth_wide {
    min-width: 360px;
}

.path ul li a.link {
    position: relative;
}

.path ul li a.link:after {
    content: url(/images/common/ic_external_ssm.png);
    font-weight: 600;
    margin-left: 8px;
    font-size: 13px;
    position: absolute;
    top: 0;
    right: 0;
}

/* 네이티브 외형 감추기 */
.path select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    /*background: url(../images/common/path_select.png) no-repeat 95% 50%; /* 화살표 모양의 이미지 */
    min-width: 110px;
    margin-right: 5px;
}

.path select::-ms-expand {
    display: none;
}

.path > div.depth_wide {
    min-width: 360px;
}

.sub section {
    /*padding: 80px 0 90px;*/
}

.group_tit {
    margin-bottom: 24px;
    font-size: 24px;
    font-weight: bold;
    color: #111;
    position: relative;
    padding-left: 18px;
}

.group_tit:before {
    content: '';
    width: 5px;
    height: 24px;
    position: absolute;
    top: 0;
    left: 0;
    background: #8b0029;
}

/************* layout-footer *************/

.footer {
    background: #757575;
    height: 160px;
}

.footer .wrapper {
    width: 1200px;
    margin: 0 auto;
    padding: 50px 0;
    /* overflow: hidden; */
}

.footer .wrapper .logo {
    float: left;
    width: 187px;
}

.footer .wrapper .txt {
    float: left;
    width: calc(100% - 220px);
    padding: 0 40px;
    color: #fff;
    font-weight: 100;
    font-size: 15px;
    letter-spacing: -0.3px;
}

.footer .wrapper .txt span {
    font-weight: 400;
}



/* hamburgerMenu */


/* Style the tab content */
.overlay {
    display: none;
    z-index: 999;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.5);
    overflow-x: hidden;
    transition: background-color 2s;
    cursor: pointer;
}

.offcanvas {
    height: 100%;
    width: 580px;
    position: fixed;
    z-index: 1000;
    top: 0;
    right: 0;
    background-color: #fff;
    overflow-x: hidden;
    transition: 0.5s;
}

.offcanvas .menu_wrapper {
    -ms-overflow-style: none;
}

.offcanvas .menu_wrapper::-webkit-scrollbar {
    display: none;
}

.offcanvas .menu_wrapper .t_menu a {
    display: none;
}

#offcanvas::-webkit-scrollbar {
    display: none;
}

#offcanvas {
    margin-right: -625px;
    transition: 0.5s;
    transition: margin-right .5s;
    -ms-overflow-style: none;

}

#offcanvas.open {
    margin-right: 0;
    background: #7c001a;
    z-index: 999999999999999999;
}

/* Style the tab */
.offcanvas .tab {
    float: left;
    background-color: #0e76bc;
    width: 180px;
    height: 100%;
    color: #fff;
    padding-top: 72px;
    position: relative;
}

.offcanvas .tab .fixed_wrapper {
    position: fixed;
    background-color: #0e76bc;
    height: 100%;
    width: 180px;
}

.offcanvas .h_tablinks {
    display: block;
    background: #0e76bc;
    color: #fff;
    padding: 0 18px;
    width: 100%;
    border: none;
    outline: none;
    text-align: left;
    cursor: pointer;
    font-size: 17px;
    height: 72px;
    line-height: 72px;
}

.offcanvas .h_tablinks.point {
    background: #570012;
}

.offcanvas .h_tablinks:hover {
    background-color: #0e76bc;
}

.offcanvas .h_tablinks.active {
    background-color: #fff;
    color: #111;
    font-weight: 600;
}


/* Style the tab content */
.offcanvas .menu_wrapper {
    width: calc(100% - 180px);
    float: left;
    height: 100%;
    background: #fff;
}

.offcanvas .h_tabcontent {
    display: none;
    margin-top: 72px;
}

.offcanvas .h_tabcontent .sub_nav {
    background: #fff;
}

.offcanvas .h_tabcontent .sub_nav > li > a {
    height: 72px;
    line-height: 72px;
    font-size: 18px;
    color: #333;
    padding: 0 30px;
    border-bottom: 1px solid #e1e1e1;
    display: block;
}


.offcanvas .menu_login {
    background-color: #404040;
    height: 72px;
    line-height: 72px;
    font-size: 18px;
    color: #fff;
    padding: 0 30px;
    position: fixed;
    top: 0;
    width: calc(100% - 180px);
    z-index: 999;
}

.offcanvas .menu_login .wrapper {
    position: relative;
    width: 340px;
    height: 100%;
}

.offcanvas .menu_login a,
.menu_login a:hover {
    color: #fff;
}

.offcanvas .right_p {
    position: absolute;
    right: 0;
    top: 0;
}

.offcanvas .btn_close {
    width: 30px;
    height: 30px;
    position: relative;
    text-indent: -9999px;
    top: 14;
    right: 0;
    background: none;
}

.offcanvas .btn_close:before,
.btn_close:after {
    content: '';
    width: 30px;
    height: 1px;
    position: absolute;
    left: 50%;
    top: 50%;
    border-radius: 4px;
    background: #fff;
}

.offcanvas .btn_close:before {
    transform: translate(-50%, -50%) rotate(-45deg)
}

.offcanvas .btn_close:after {
    transform: translate(-50%, -50%) rotate(45deg)
}

.offcanvas .h_tabcontent .depth3 {
    display: none;
    border-bottom: 1px solid #ddd;
    padding: 28px 32px;
}

.offcanvas .h_tabcontent .depth3 .menu3 {
    font-size: 16px;
    line-height: 32px;
    color: #111;
}

.offcanvas .h_tabcontent .depth3 .menu3:before {
    content: "";
    width: 4px;
    height: 4px;
    background: #0e76bc;
    display: inline-block;
    margin-right: 8px;
    vertical-align: middle;
    margin-bottom: 4px;
}

.offcanvas .h_tabcontent .depth3 .menu3 a {
    color: #111;
}

.offcanvas .h_tabcontent .depth3 .menu3 a:hover {
    text-decoration: underline;
}

.offcanvas .h_tabcontent .menu2_link {
    position: relative;
}

.offcanvas .h_tabcontent .menu2_link.active {
    color: #8b0029 !important;
    font-weight: 500;
    transition: 0.5s;
}

.offcanvas .h_tabcontent .menu2_link:after {
    content: '';
    display: inline-block;
    width: 9px;
    height: 9px;
    margin: -5px 12px auto auto;
    vertical-align: middle;
    border-right: 2px solid #aaa;
    border-top: 2px solid #aaa;
    transform: rotate(135deg);
    position: absolute;
    top: 35px;
    right: 20px;
    transition: 0.5s;
}

.offcanvas .h_tabcontent .menu2_link.active:after {
    content: '';
    display: inline-block;
    width: 9px;
    height: 9px;
    margin: -5px 12px auto auto;
    vertical-align: middle;
    border-right: 2px solid #aaa;
    border-top: 2px solid #aaa;
    transform: rotate(-45deg);
    position: absolute;
    top: 40px;
    right: 20px;
    transition: 0.5s;
}

/* Clear floats after the tab */
.clearfix::after {
    content: "";
    clear: both;
    display: table;
}




/*조직구성*/
.orga_chart_img-wrap {
    display: inline-block;
    width: 100%;
    height: auto;
    margin: 20px 0;
}

.orga_chart_img {
    width: 100%;
    height: auto;
}






/*main 스크롤*/
.visual .btn_scroll {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9999;
}








/*-------------------------------------------------------------------------------------*/




/*검색,언어*/
/*
.sch_wrap { float:left; position:relative; width:200px; margin-right:12px; border: 1px solid #666; background-color: #fff;}
.sch_wrap input[type=text] { width:175px; height:31px;
	padding-left:5px;
	border:0; }
.sch_wrap .btn_sch { position:absolute; top:5px; right:10px;}
*/






/*회원가입, 로그인 외*/


.login_wrap {
    width: 100%;
    text-align: center;
    margin: 0 auto;
}

.login_wrap .login_input {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.login_wrap .login_input .txt_box {
    width: 350px;
    padding: 0 10px;
    height: 50px;
    line-height: 50px;
    box-sizing: border-box;
}

.login_wrap input[type=text] {
    background: #fff;
    border: 1px solid #e2e2e2;
    padding: 0px 10px;
    height: 46px;
    margin: 5px 0;
}

.login_wrap input[type=password] {
    background: #fff;
    border: 1px solid #e2e2e2;
    padding: 0px 10px;
    height: 46px;
    margin: 5px 0;
}

.login_input input[type=submit] {
    width: 350px;
    border: 0;
    height: 50px;
    line-height: 50px;
    background: #0e76bc;
    color: #fff;
    /*    font-size:18px;*/
    cursor: pointer;
    margin-top: 10px;
    margin-bottom: 10px;
}

.login_input input[type=submit]:hover,
.login_input input[type=submit]:active {
    background: #0e76bc;
}

.login_footer {
    width: 100%;
    text-align: center;
}

.login_footer .remember_id {
    width: 350px;
    margin: 0 auto;
    padding-bottom: 20px;
    text-align: left;
    border-bottom: 1px dotted #666;
}

.login_footer .id_pw {
    width: 350px;
    margin: 0 auto;
    padding-top: 10px;
    text-align: center;
}

.login_footer a {
    color: #333;
}

.login_footer a:hover {
    color: #0e76bc;
    text-decoration: underline;
}

.login_footer p {
    text-align: left;
}

.login_box {
    width: 350px;
    margin: 0 auto;
    text-align: left;
}

.login_box_l {
    float: left;
    width: 50%;
}

.login_box_r {
    float: right;
    width: 50%;
}

input::-webkit-input-placeholder {
    font-size: 14px;
    color: #999;
}

input::-moz-input-placeholder {
    font-size: 14px;
    color: #999;
}

input:-ms-input-placeholder {
    font-size: 14px;
    color: #999;
}

input:-moz-input-placeholder {
    font-size: 14px;
    color: #999;
}

.join_wrap .txt_sm {
    color: #666;
    font-size: 14px;
    line-height: 1.4em;
}

.join-text-sm {
    display: inherit;
}

.join_agree_box {
    margin: 15px 0px 15px 0px;
    padding: 0px 15px 0 15px;
    width: 100%;
    height: 38px;
    font-size: 16px;
    line-height: 36px;
    background-color: #f6f6f6;
    border: 1px solid #ddd;
    box-sizing: border-box;
}

.join_agree_box .join_agree {
    font-size: 13px;
    float: right;
    margin-left: 30px;
    color: #666;
}

.join_agree_box .join_agree .r_st {
    margin: 3px 5px 0px 0px;
}

.right {
    float: right;
}

.con_area {
    /*	height:100%;*/
    overflow: hidden;
    font-size: 16px;
    margin-bottom: 30px;
}

.board_top_area {
    height: 100%;
    margin-bottom: 0px;
    overflow: hidden;
}

.border_box {
    padding: 23px 0 15px 0;
    border: 1px solid #ddd;
    box-sizing: border-box;
}

.agree_div {
    height: 150px;
    padding: 25px;
    overflow-y: auto;
    border: 1px solid #ddd;
    font-size: 15px;
    color: #666;
    background: #f6f6f6;
    margin: 16px 0;
}

.agree_div_lg {
    height: 500px;
    padding: 25px;
    overflow-y: auto;
    border: 1px solid #ddd;
    font-size: 15px;
    color: #666;
    background: #f6f6f6;
    margin: 16px 0;
}

.agree_div dl {
    margin-bottom: 15px;
}

.agree_div dl dt {
    font-weight: 500;
    color: #444;
}

.agree_div h4 {
    color: #0e76bc;
    font-weight: 600;
    font-size: 16px;
}

.agree_div_lg dl {
    margin-bottom: 15px;
}

.agree_div_lg dl dt {
    font-weight: 500;
    color: #444;
}

.agree_div_lg h4 {
    color: #0e76bc;
    font-weight: 600;
    font-size: 16px;
}

.agree {
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 600;
}

.phone div {
    width: 90%;
    margin: 0px auto 10px;
    text-align: left;
}

.phone span {
    margin-left: 10px;
}

.phone span:first-child {
    margin-left: 0;
}

.phone span.name {}

.phone span.hp {}

.phone input[type=text] {
    height: 30px;
    line-height: 30px;
    border: 1px solid #e2e2e2;
}

.phone label {
    display: inline-block;
    width: 100px;
    text-align: center;
}

.phone .txt_box_l {
    width: 350px;
}

.phone .txt_box_m {
    width: 228px;
}

.phone .txt_box_s {
    width: 107px;
}

.phone .g_txt {
    font-size: 13px;
}

.info_warp {
    width: 100%;
    font-size: 1rem;
    border-top: 2px #000 solid;
    padding-top: 30px;
}

.info_warp dl {
    margin-bottom: 20px;
}

.info_warp dl dt {
    margin-bottom: 7px;
    color: #222;
    font-weight: 600;
}


.btn_area {
    width: 100%;
    text-align: center;
    margin-top: 50px;
}

a.btn_confirm_m {
    display: inline-block;
    text-align: center;
    width: 210px;
    background: #0e76bc;
    height: 40px;
    line-height: 40px;
    color: #fff;
}

a.btn_cancel_m {
    display: inline-block;
    text-align: center;
    width: 210px;
    background: #666;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
    color: #fff;
}

.btn_area a {
    margin-right: 10px;
    font-size: 1rem;
}

.btn_area a:last-child {
    margin-right: 0;
}

.btn_etc {
    display: inline-block;
    background: #fff;
    height: 32px;
    line-height: 24px;
    width: 100px;
    text-align: center;
    vertical-align: top;
    font-size: 0.875rem;
    cursor: pointer;
    border: 1px solid #0e76bc;
    color: #0e76bc;
    margin: 2px 10px;
    box-sizing: border-box;
    padding: 3px 0;
}

.btn_etc:hover {
    border: 0;
    background-color: #0e76bc;
    color: #fff;
}

/**/
.form_table {
    border-top: 2px solid #0c4da2;
    min-width: 320px;
}
.form_table tr th {
    background: #eee;
    padding: 15px 25px;
    text-align: center;
    border-bottom: 1px solid #e2e2e2;
    font-weight: normal;
    color: #333;
    word-break: keep-all;
    width: 160px;
}

.form_table .align_c {
    text-align: center;
}

.form_table tr:first-child {
    border-top: 1px solid #e2e2e2;
}

.form_table td {
    padding: 8px 15px;
    min-height: 40px;
    border-bottom: 1px solid #e2e2e2;
    color: #666;
}

.form_table td input[type=text],
.form_table td input[type=password],
.form_table td input[type=post],
.form_table td input[type=file],
{
    height: 32px;
    padding: 3px 8px;
    border: 1px solid #e2e2e2;
    margin: 3px 0;
}
.form_table td input[type="checkbox"], .form_table td input[type="radio"] {
    margin-right: 6px;
} 
.form_table td.v_top {
    vertical-align: top;
}

.form_table select {
    border: 1px solid #e2e2e2;
    height: 32px;
    min-width: 60px;
}

.form_table textarea {
    border: 1px solid #e2e2e2;
    padding: 10px;
    color: #666;
}

.txt_box_l {
    width: 150px;
}

.txt_box_s {
    width: 50px;
}

.txt_box_ll {
    width: 100%;
}

.txt_box_s2 {
    width: 80px;
}

.txt_box_m {
    width: 60%;
}

.txt_email {
    width: 30%;
}

.txt_add {
    width: 98%;
}

.txt_text {
    width: 90%;
    padding: 10px;
}

.txt_input {
    width: 350px;
    padding: 0 10px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #ddd;
}

.form_table {
    margin-top: 20px;
}

.form_table .m_block {
    display: block;
    /* margin-top:5px; */
}

.form_table .txt_s {
    color: #666;
}

.form_table .a_cen {
    text-align: center;
}

.book_btn_wrap1 {
    float: left;
    width: 15%;
    margin-top: 70px;
}

.book_btn_wrap1 button {
    margin-bottom: 10px;
    float: right;
}

.form_table label {
    margin-right: 20px;
}

.form_table .view_sel {}

.form_table .view_sel .view {
    width: 300px;
    height: 31px;
    padding: 5px;
    border: 1px solid #ddd;
    margin-bottom: 10px;
}

.form_table .view_sel .view1 {
    width: 150px;
    height: 31px;
    padding: 5px;
    border: 1px solid #ddd;
}

.field_td {
    line-height: 180%;
}

.select_s {
    width: 80px
}

.select_s2 {
    width: 30%
}

.select_m {
    width: 40%;
}

.select_l {
    width: 60%;
}

.select_email {
    width: 30%;
}

.choicefield li {
    float: left;
    width: 20%;
}







/*회원탈퇴*/
/*
.mem-out .con_area {
	
}
*/
.mem-out .box_dues {
    margin-bottom: 25px;
    padding: 30px;
    font-size: 1.125rem;
    text-align: center;
    border: 1px dotted #ccc;
    word-break: keep-all;
    background-color: #f6f6f6;
}

.mem-out .grad_tb {
    margin: auto 0;
    font-size: 1rem;
    border-top: 2px #000 solid;
}

.mem-out .grad_tb table {
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
    table-layout: fixed;
}

.mem-out .grad_tb caption {
    font-weight: 500;
    text-align: left;
}

.mem-out .grad_tb tbody td {
    border-bottom: 1px solid #dadada;
    border-left: 1px solid #dadada;
    /*	text-align: center;*/
    vertical-align: middle;
    word-break: keep-all;
}

.mem-out .grad_tb tbody td:first-child {
    border-left: none;
    text-align: center;
}

.mem-out .grad_tb tbody td.td_left {
    text-align: left;
}

.mem-out .grad_tb th,
.grad_tb td {
    color: #4b4b4b;
    padding: 15px;
}


/*검색*/
/*
.search-page-wrap:first-child {
	margin-top: -60px;
}
*/
.search-page-wrap {
    overflow: hidden;
    margin-bottom: 80px;
}

.search-page-wrap .search_form {
    background: #eee;
    border: 1px solid #ddd;
    padding: 60px 0;
}

.search-page-wrap .search_group input[type=text] {
    /*	width: 400px;*/
    height: 38px;
    padding: 0 12px;
    border: none;

}

.search-page-wrap .search_form .search-page_input {
    float: right;
}

.search-page-wrap .search_form .search-page_input .search_group {
    text-align: center;
}

.search-page-wrap .search_group input#board_search {
    margin-top: 6px;
}

.search-page-wrap .search_form {
    display: flex;
}

.search-page-wrap .search_group input#schText {
    /*	width: 400px;*/
    height: 38px;
    padding: 0 12px;
    border: none;
}

.txt_box_s {
    width: 50px;
}

.search-page-wrap .board_tit {
    overflow: hidden;
    border-bottom: 1px solid #222;
    padding-bottom: 15px;
}

.search-page-wrap .search_form .search_form-center {
    margin: 0 auto;
}

.search-page-wrap .board_tit .h4_type2 {
    float: left;
    margin-right: 20px;
    font-size: 1.750rem;
    line-height: 130%;
    font-weight: normal;
    color: #222;
}

.search-page-wrap .board_tit p {
    float: left;
    /*    display: inline-block;*/
    padding-top: 10px;
}

.search-page-wrap .board_tit .btn_more {
    float: right;
    padding-top: 10px;
}

/*
검색결과
.search-page-wrap .search_result .inner_line .cont .img_area img {
	height: 100%;
}
.search-page-wrap .search_result .inner_line .cont .img_area {
	width: 240px;
	height: 170px;
	float: left;
	margin-right: 30px;
	border: 1px solid #e1e1e1;
	text-align: center;
	overflow: hidden;
}

.search-page-wrap .search_result .inner_line .cont .text_area {
	float: left;
	width: calc(100% - 270px);
	padding: 10px 0;
}
.search-page-wrap .search_result .inner_line .cont .text_area .wra {
	position: relative;
	width: 100%;
}
.search-page-wrap .search_result .inner_line .cont .text_area .tit {
	font-size: 19px;
	color: #111;
	font-weight: 500;
	line-height: 22px;
	max-height: 44px;
	overflow: hidden;
}
.search-page-wrap .search_result .inner_line .cont .text_area .context {
	line-height: 1.4em;
	max-height: 45px;
	overflow: hidden;
	margin-top: 14px;
}
.search-page-wrap .search_result .inner_line .cont {
	width: 100%;
	float: left;
	padding-right: 40px;
	overflow: hidden;
}
.search-page-wrap .search_result .inner_line .cont .text_area .info {
	margin-top: 26px;
}

.search-page-wrap .search_result .inner_line .cont .text_area .info .date, .search-page-wrap .search_result .inner_line .cont .text_area .info .views {
	position: relative;
	padding-right: 20px;
	display: inline-block;
	font-size: 14px;
	color: #676767;
}

.search-page-wrap .search_result .inner_line {
	padding: 16px 0;
	border-top: 1px solid #ddd;
	overflow: hidden;
}
.search-page-wrap .search_result .inner_line:last-child {
	border-bottom: 1px solid #ddd;
}
.search-page-wrap .search_result {
	margin-top: 50px;
}
*/
.search_result .cont .tit {
    font-size: 1.250rem;
    color: #111;
    font-weight: 500;
}

.search_result .cont .tit .cate {
    color: #8b0029;
    margin-right: 10px;
}

.type_line td p {
    color: #343434;
    font-size: 1rem;
    line-height: 24px;
}

.search_result .cont {
    width: 100%;
    padding: 40px 0;
    border-bottom: 1px solid #ccc;
}

.search_result:first-child {
    border-top: 1px solid #ccc;
}

.search_result .cont a > div:first-child {
    /*height:30px;*/
    margin-bottom: 15px;
    overflow: hidden;
}

.search_result .cont a > div:nth-child(2) {
    max-height: 48px;
    line-height: 1.6em;
    overflow: hidden;
}

.search_result .cont a > div.refc_comm {
    width: 100%;
    max-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: pre;
}

.search_result .cont a > div .tit {
    float: left;
    width: calc(100% - 220px);
    height: 30px;
    overflow: hidden;
    white-space: pre;
    text-overflow: ellipsis;
}

.search_result .cont a > div .info {
    float: left;
    width: 220px;
    text-align: right;
}

.search_result .cont a > div .info .date:after {
    content: '';
    display: inline-block;
    margin: 0 8px;
    width: 2px;
    height: 16px;
    background: #d0d0d0;
    position: absolute;
    right: 0;
    top: 2px;
}

.search_result .cont a > div .info .date,
.notice .cont a > div .info .views, .search_result .cont a>div .info .views {
    position: relative;
    padding-right: 20px;
    display: inline-block;
    font-size: 0.875rem;
    color: #676767;
}

.search_result .cont > div {
    height: 48px;
    line-height: 1.6em;
    overflow: hidden;
}

.search_result .cont > div img {
    display: none;
}

.search_result .cont > div.refc_file {
    height: auto;
}


.search_result .cont > div.refc_file {
    padding: 20px;
    overflow: hidden;
    padding: 0;
    margin-top: 6px;
}

.search_result .cont > div.refc_file h3 {
    float: left;
    position: relative;
    padding-right: 12px;
    line-height: 1.6em;
}

.search_result .cont > div.refc_file .file_list {
    float: left;
    padding-left: 12px;
    max-width: 90%;
}

.search_result .cont > div.refc_file h3:after {
    content: '';
    width: 1px;
    height: 15px;
    background: #999;
    position: absolute;
    right: 0;
    top: 5px;
}

.search_result .cont > div.refc_file .file_list li {
    font-size: 0.938rem;
    line-height: 1.6em;
}

.search_result .cont > div.refc_file .file_list li a {
    color: #0e76bc;
    font-weight: 500;
    position: relative;
    display: block;
    padding-right: 31px;
    font-size: 1rem;
    max-width: 100%;
    white-space: pre;
    text-overflow: ellipsis;
    overflow: hidden;
}

.search_result .cont > div.refc_file .file_list li a:hover {
    text-decoration: underline;
}

.search_result .cont > div.refc_file .file_list .file_count a span {
    width: 20px;
    height: 20px;
    background: #0e76bc;
    display: block;
    border-radius: 50%;
    text-align: center;
    font-size: 0.750rem;
    color: #fff;
    line-height: 20px;
    position: absolute;
    right: 0;
    top: 3px;
}












/*안내*/
.map {
	position: relative;
}

.map_info {
	position: absolute;
	bottom: 50px;
	right: 20px;
	z-index: 100;
	background-color: rgba(255,255,255, 0.9);
	padding: 20px;
	font-size: 1rem;
}
.map_info .map_tit {
	font-weight: 500;
	color: #0e76bc;
	margin-top: 5px;
}



/*사이트맵*/
.sitemap {
    overflow: hidden;
}

.sitemap .h_cont {
    float: left;
    margin-right: 2.6%;
    width: 23%;
    padding: 28px;
    margin-bottom: 50px;
    border: 1px solid #ddd;
    background: #efefef;
}

.sitemap .h_cont:last-child {
    margin-right: 0;
}

.sitemap .h_cont .site_depth {
    font-size: 1.500rem;
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
    color: #0e76bc;
    font-weight: 500;
    line-height: 1.4em;
}

.sitemap .h_cont ul li {
    line-height: 1.6em;
    padding-left: 8px;
    position: relative;
}

.sitemap .h_cont ul.sub_nav > li:before {
    content: '';
    width: 3px;
    height: 3px;
    background: #222;
    position: absolute;
    top: 10px;
    left: 0;
}

.sitemap .h_cont ul.sub_nav > li > a {
    font-weight: 400;
    color: #111;
    margin-bottom: 5px;
    display: block;
}

.sitemap .h_cont ul li .depth3 {
    margin-bottom: 10px;
}

.sitemap .h_cont ul li .depth3 li {
    position: relative;
    padding-left: 0;
}

.sitemap .h_cont ul li .depth3 a {
    color: #555555;
}





/*스크롤바*/

.tb-scroll::-webkit-scrollbar {
    width: 10px;
}

.tb-scroll::-webkit-scrollbar-thumb {
    background-color: #0e76bc;
    border-radius: 10px;
}

.tb-scroll::-webkit-scrollbar-track {
    background-color: #ddd;
}

.footer .wrapper .site ul::-webkit-scrollbar {
    width: 10px;
}

.footer .wrapper .site ul::-webkit-scrollbar-thumb {
    background-color: #0e76bc;
    border-radius: 10px;
}

.footer .wrapper .site ul::-webkit-scrollbar-track {
    background-color: #ddd;
}





/*코디 일정 view*/
.contents .table_normal {
    width: 100%;
    border-top: 1px #ddd solid;
    border-bottom: 2px #555 solid;
    table-layout: fixed;
    border-collapse: collapse;
    line-height: 1.4em;
}

.mw100 {
    min-width: 100% !important;
}

.contents .table_normal th {
    padding: 15px;
    text-align: center;
    color: #222;
    border: 1px solid #ddd;
    background: #efefef;
    vertical-align: middle;
}

.contents .table_normal td {
    padding: 15px;
    font-size: 1rem;
    color: #555;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    vertical-align: middle;
}


/* search popup list*/
#search_pop {
    width: 1000px;
    height: 712px;
    padding: 20px;
    background: #fff;
    border: 1px solid #ccc;
    margin: 0 auto;
    overflow-y: auto;
    position: fixed;
    top: 10%;
    margin-top: 2%;
    left: 0;
    right: 0;
    z-index: 99999999999999;
}

#search_pop .tit {
    overflow: hidden;
    margin-bottom: 12px;
    font-weight: bold;
    font-size: 1.125rem;
}

#search_pop .tit img {
    float: right;
}

#search_pop .pd_list_con {
    width: 668px;
    overflow: hidden;
    padding-bottom: 12px;
    border-bottom: 1px solid #ddd;
}

#search_pop .pd_list_con .pd_category {
    /* width:500px; */
    font-size: 0.875rem;
    color: #999;
    display: inline-block;
}

#search_pop .pd_list_con .pd_category .category_name {
    font-size: 1.250rem;
    font-weight: 600;
    color: #000;
    margin-right: 20px;
}

#search_pop .pd_list_con .pd_category .count {
    font-size: 1rem;
    font-weight: 600;
    color: #0070c0;
}

#search_pop .pd_list_con .pd_view {
    width: 150px;
    display: inline-block;
    float: left;
    margin-left: 10px;
}

#search_pop .pd_list_con .view_sel {}

#search_pop .pd_list_con .view_sel .view {
    width: 150px;
    height: 31px;
    padding: 5px;
    float: left;
    border: 1px solid #ddd;
}

#search_pop .pd_list_con .pd_style {
    float: left;
    margin-left: 10px;
}

#search_pop .pd_img {
    padding-top: 12px;
}

#search_pop .pd_img ul {
    display: inline-block;
}

#search_pop .pd_img li {
    width: 152px;
    font-size: 0.875rem;
    color: #666;
    float: left;
    text-align: center;
    box-sizing: border-box;
    margin-right: 20px;
    position: relative;
    margin-bottom: 20px;
}

#search_pop .pd_img li .book_check {
    width: 100%;
    text-align: left;
    display: inline-block;
    margin-bottom: 10px;
}

#search_pop .pd_img li .book_img {
    width: 152px;
    height: 208px;
    border: 1px #e6e6e6 solid;
    display: block;
    cursor: pointer;
}

#search_pop .pd_img li .book_img img {
    width: 152px;
    height: 208px;
}

#search_pop .pd_img li .book_img .layer {
    width: 228px;
    height: 50px;
    background-color: rgba(0, 0, 0, 0.65);
    position: absolute;
    top: 295px;
    left: 1;
    padding: 12px 0;
    box-sizing: border-box;
}

#search_pop .pd_img li .book_img .layer .btn {
    border: 1px #ccc solid;
    color: #ccc;
    line-height: 26px;
    padding: 5px 10px;
    margin: 0 auto;
}

#search_pop .pd_img li .book_img .layer .btn:hover {
    border: 1px #fff solid;
    color: #fff;
}

#search_pop .pd_img li .book_img .layer .btn_pre {
    border: 1px #ccc solid;
    color: #ccc;
    line-height: 26px;
    padding: 5px 10px;
    margin: 0 auto;
}

#search_pop .pd_img li .book_img .layer .btn_pre:hover {
    border: 1px #fff solid;
    color: #fff;
}

#search_pop .pd_img li .book_info_wrap {
    float: left;
    width: 100%;
}

#search_pop .pd_img li a .book_tit {
    height: 43px;
    text-align: left;
    border-bottom: 1px #e6e6e6 solid;
    padding-bottom: 10px;
    margin-bottom: 10px;
    margin-top: 10px;
    display: block;
    color: #666;
}

#search_pop .pd_img li .book_info {
    text-align: left;
    display: block;
    color: #a1a3aa;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#search_pop .pd_img li .book_price {
    text-align: left;
    display: block;
}

#search_pop .pd_img li .book_price span {
    color: #a1a3aa;
    text-decoration: line-through;
    margin-right: 10px;
}

#search_pop .pd_img li:nth-child(4n) {
    margin-right: 0;
}

#search_pop .t_search_wrap {
    width: 644px;
    background: #f1f1f1;
    padding: 18px 12px;
    margin-bottom: 24px;
}

#search_pop .t_search_wrap .t_search {}

#search_pop .t_search_wrap .t_search input.sell_form {
    padding: 0px 15px;
    width: 95%;
    height: 40px;
    border: 1px solid #ccc;
    border-right: none;
    color: #999;
    box-sizing: border-box;
}

#search_pop .t_search span.img {
    width: 5%;
    height: 40px;
    border: 1px solid #ccc;
    border-left: none;
    box-sizing: border-box;
    float: right;
    text-align: center;
    padding-top: 8px;
    background: #fff;
}

#search_pop .t_search_wrap p {
    margin-top: 8px;
}

#search_pop .btn_search {
    float: left;
    width: 34px;
    height: 34px;
    background-color: rgba(255, 255, 255, 0.2);
    color: #fff;
    display: inline-block;
    cursor: pointer;
    padding: 4px 0 0 7px;
    box-sizing: border-box;
    margin-top: 17px;
}

#search_pop .btn_search:hover {
    background-color: #000;
}





/*-----------------------------------------sub01-----------------------------------------*/


.ceo_wrap {
    display: flex;
}
.ceo_img {
    background: url(../images/sub/ceo_img.png) no-repeat top;
    width: 35%;
    margin-right: 20px;
}
.ceo_txt {
    z-index: 1;
    padding: 50px 50px 40px 50px;
    width: 65%;
    color: #333;
    border: 1px solid #ddd;
}
.ceo_txt p:first-child {
    line-height: 1.6rem;
    font-weight: 300;
    padding-bottom: 30px;
}
.ceo_txt p:nth-child(2) {
    text-align: right;
    font-weight: 500;
    font-size: 1.250rem;
}



.ceo_mes {
    color: #333;
    text-align: center;
}
.ceo_mes p:first-child {
    font-weight: 700;
    padding-bottom: 40px;
    font-size: 1.500rem;
}
.ceo_mes p:nth-child(2) {
    font-weight: 300;
    text-align: left;
}



.eco_mes {
    float: right;
    color: #333;
    text-align: left;
    padding: 90px 50px;
    background: #fff;
    width: 584px;
    height: auto;
}
.eco_mes h5 {
    font-size: 1.625em;
    padding-bottom: 40px;
    font-weight: 400;
    color: #222;
}
.eco_mes p {
    font-weight: 300;
    font-size: 1rem;
}



.vision_box_wrap {
    position: relative;
    background: url(../images/sub/vision_bg.png) no-repeat center;
    height: 570px;
}
.vision_box {
    position: absolute;
    width: 25%;
    border-top: 1px solid #757575;
    padding-top: 14px;
}
.vision_box .tit {
    font-size: 1.325rem;
    font-weight: 600;
    padding-bottom: 6px;
    display: block;
}
.vision_box .cont {
    font-size: 1.125rem;
    font-weight: 300;
    color: #555;
}
.vision_box_wrap .box01{
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    border-top: 0;
    border-bottom: 1px solid #757575;
    padding-bottom: 20px;
}
.vision_box_wrap .box02{
    bottom: 0;
    left: 100px;
    text-align: left;
}
.vision_box_wrap .box03{
    bottom: 0;
    right: 100px;
    text-align: right;
}


.txt_box_vision {
    width: 100%;
    border: 1px solid #efefef;
    background: #fff;
    box-shadow: rgba(0, 0, 0, .3) 1px 1px 30px 1px;
    padding: 50px;
    text-align: center;
}
.txt_box_vision h4 {
    font-size: 1.625rem;
}



/*-----------------------------------------sub02-----------------------------------------*/

/*
input[type=checkbox].search01:checked {
    
}
*/





/*-----------------------------------------sub03-----------------------------------------*/


.mem {
    width: 100%;
    height: auto;
    border-bottom: 1px solid #ddd;
    overflow: hidden;
    margin-bottom: 40px;
}

.mem:last-child {
    border-bottom: 0;
    margin-bottom: 0;
}

.mem_li {
    overflow: hidden;
    width: 100%;
    height: auto;
}

.mem_li .wrap {
    box-sizing: border-box;
    border: 1px solid #ddd;
    padding: 20px;
    width: 23.5%;
    height: 100px;
    margin-right: 2%;
    margin-bottom: 2%;
    float: left;
}

.mem_li .wrap:nth-child(4n) {
    margin-right: 0;
}

.mem_li .img {
    margin: 0 auto;
    display: block;
    max-width: 100%;
    max-height: 60px;
    line-height: 70px;
}

.mem_li .img_wrap {
    height: 60px;
}
.mem_li .img_wrap img {
    max-width: 80%;
    display: block;
    margin: 0 auto;
    padding: 10px 0;
}
.mem_li .tit_wrap {
    box-sizing: border-box;
    border-top: 1px solid #efefef;
    float: left;
    width: 100%;
    height: 40px;
}

.mem_li .tit_wrap .tit {
    text-align: center;
    color: #38322d;
    font-weight: 500;
    line-height: 55px;
    margin: 0 auto;
}



.memcop {
    width: 100%;
}

.memcop-conts {
    width: 100%;
    overflow: hidden;
}
.cert { 
    min-width: auto !important;
}
.cert .tb {
    min-width: auto !important;
}
.cert_wrap {
    box-sizing: border-box;
    border: 1px #ddd solid;
    padding: 20px;
    width: 23.5%;
    margin-right: 2%;
    margin-bottom: 2%;
    float: left;
    cursor: pointer;
    background: #fafafa;
}

.cert_wrap:nth-child(4n) {
    margin-right: 0;
}

.cert_wrap .btn_down {
    width: 100%;
    margin-top: 50px;
    height: 40px;
    display: block;
    padding: 8px;
    background: #757575;
}
.cert_wrap .btn_down button {
    min-width: auto;
    min-height: auto;
    background: none;
    color: #fff;
}

.cert_wrap .img {
    margin: 0 auto;
    display: block;
    width: 100%;
    line-height: 366px;
}


.cert_wrap .img img {
    margin: 0 auto;
    display: block;
}

.cert_wrap .tit {
    box-sizing: border-box;
    border-top: 1px solid #eee;
    float: left;
    width: 100%;
    height: 40px;
}

.cert_wrap .tit p {
    text-align: center;
    color: #333;
    font-size: 1.125rem;
    font-weight: 500;
    padding-top: 14px;
    line-height: 1.3rem;
    margin: 0 auto;
}
.cert_wrap .tit p span {
    color: #757575;
    font-size: 0.925rem;
    font-weight: 400;
}




.iden_box {
    overflow: hidden;
    padding: 60px 0;
    border-bottom: 1px solid #efefef;
}

.iden_box .tit {
    float: left;
    width: 250px;
    font-size: 1.5rem;
    font-weight: 600;
    color: #333;
}

.iden_box ul {
    margin-left: 150px;
    overflow: hidden;
}

.iden_box ul li {
    padding: 8px 0;
    width: 50%;
    float: left;
}
.iden_box ul li img {
    padding: 0 10px;
    float: left;
    width: 80%;
    margin: 0 auto;
}

.iden_box .cont_t {
    margin-right: 25px;
    font-weight: 500;
    width: 100px;
    color: #444;
    display: inline-block;
}

.iden_box .cont {
    color: #666;
}
.btn_down {
    background: #0e76bc;
    color: #fff;
    width: 160px;
    height: 48px;
    text-align: center;
    padding: 14px;
    border-radius: 6px;
    letter-spacing: 0;
}
.btn_down::after {
    content: url(../images/common/ic_file_on.png);
    padding-left: 6px;
}
.btn_down:hover {
    background: #015594;
}
.apply_btn .btn_down {
    margin: 0 auto;
    display: block;
}

.iden_box ul li .btn_down {
    width: 80%;
    display: inline-block;
}

.modal_conts a.btn_close_m {
    display: inline-block;
    text-align: center;
    width: 120px;
    margin: 0 auto;
    margin-top: 20px;
    height: 38px;
    background: #0e76bc;
    line-height: 36px;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    box-sizing: border-box;
    padding: 0;
}

.modal_conts .btn_area {
    width: 100%;
    text-align: center;
    margin: 0 auto;
    display: none;
}
.modal_tr table tr {
    cursor: pointer;
}
.modal_conts table th {
    color: #222;
    font-size: 1.125rem;
    padding: 16px 30px;
}
.modal_conts table td {
    padding: 16px 30px 16px 16px;
}
.modal_conts table td img {
    max-width: 600px;
}
/*
.modal_conts {
    display: none;
    position: fixed !important ;
    z-index: 9999 !important ;
    left: 0 !important ;
    top: 0 !important ;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.4);
    overflow-y: hidden;
}
*/
.modal_conts {
    display: none;
    max-width: 800px;
    min-width: 700px;
    background: #fff;
    max-height: 700px;
    overflow: auto;
}

/*
.modal_conts table {
    min-width: 320px;
}
*/

.modal_conts .tb {
    background-color: #fff;
    z-index: 999 !important;
    padding: 20px;
    border: 1px solid #888;
    max-width: 800px;
    min-width: 350px;
}
.modal_conts .tb img {
    margin: 0 auto;
    display: block;
    max-width: 100%;
}
/*
.modal_conts .tb table {
    width: 100%;
    border-bottom: 2px #0e76bc solid;
    border-top: 2px #0e76bc solid;
    border-right: 1px #ddd solid;
    border-left: 1px #ddd solid;
    table-layout: fixed;
    min-width: 640px;
    border-collapse: collapse;
    line-height: 1.5em;
}

.modal_conts .tb table tbody th {
    width: 15%;
    padding: 0 24px;
    font-size: 16px;
    color: #000;
    font-weight: 400;
    background: #efefef;
    border-right: 1px #fff solid;
    border-bottom: 1px #fff solid;
    padding: 16px;
}

.modal_conts .tb table td {
    font-size: 14px;
    padding: 16px;
    border-right: 1px #ddd solid;
    border-bottom: 1px #ddd solid;
}

.modal_conts .tb table td a:hover {
    text-decoration: underline;
}
*/


.downloadbtn .btn_down {
    width: 200px;
    height: 40px;
    margin-right: 10px;
    padding: 0 20px;
    margin-top: 20px;
    border: 1px solid #0e76bc;
    float: left;
    color: #0e76bc;
    line-height: 40px;
    text-align: center;
    background-color: #fff;
}

.downloadbtn .btn_down:last-child {
    margin-right: 0;
}

.downloadbtn .btn_down:after {
    content: url(../images/common/ic_file.png);
    font-weight: 600;
    padding-left: 6px;
    font-size: 15px;
}

.downloadbtn .btn_down:hover {
    transition: 0.2s;
    background: #0e76bc;
    color: #fff;
}

.downloadbtn .btn_down:hover:after {
    content: url(../images/common/ic_file_on.png);
    font-weight: 600;
    padding-left: 6px;
    font-size: 15px;
}





.img_flow_4 {
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    align-items: stretch;
}
.img_flow_4 .img {
    width: 20%;
    height: 240px;
    border-radius:260px;
    text-align:center;
    vertical-align: middle;
    position: relative;
}
.img_flow_4 .img p {
    color: #fff;
    font-size: 1.25rem;
    line-height: 1.8rem;
    position: absolute;
    font-weight: 400;
    left: 50%;
    top: 42%;
    transform: translate(-50%);
    letter-spacing: 0.2px;
    text-shadow: 1px 3px 4px rgba(0, 0, 0, 0.2);
}
.img_flow_4 img {
    width: 18px;
    height: 18px;
    margin: 0 auto;
    margin-top: 120px;
}
.img_flow_4 .img01 {
    background: url(../images/sub/sub03_4_1.png) no-repeat center;
    background-size: cover;
}
.img_flow_4 .img02 {
    background: url(../images/sub/sub03_4_2.png) no-repeat center;
    background-size: cover;
}
.img_flow_4 .img03 {
    background: url(../images/sub/sub03_4_3.png) no-repeat center;
    background-size: cover;
}
.img_flow_4 .img04 {
    background: url(../images/sub/sub03_4_4.png) no-repeat center;
    background-size: cover;
}



.icon_box_4 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.icon_box_4 .box {
    width: 49%;
    padding: 50px;
    display: flex;
    flex-wrap: nowrap;
    margin-top: 20px;
    border: 1px solid #ddd;
    border-radius: 30px;
}
.icon_box_4 .box .l {
    width: 40%;
    padding-right: 40px;
}
.icon_box_4 .box .l img {
    margin: 0 auto;
    margin-bottom: 20px;
    display: block;
}
.icon_box_4 .box .l h4 {
    font-size: 1.25rem;
    font-weight: 400;
    text-align: center;
}
.icon_box_4 .box .r {
    width: 60%;
}
.icon_box_4 .box .r p {
    line-height: 1.8rem;
    color: #555;
}


.credit_box {}
.credit_box ul { overflow: hidden; width: 100%; margin-bottom: 50px; }
.credit_box ul li { width:48%; height: 250px; border: 1px #ddd solid; margin-left: 4%; float: left;}
.credit_box ul li:first-child { margin-left: 0;}
.credit_box ul li .tit { font-size: 24px; font-weight: 300; padding: 50px 0 0 50px; width: 250px; height: 250px; float: left; text-align: left; background: rgba(255,255,255,0.5); }
.credit_box ul li .tit span { font-weight: 500; }
.credit_box ul li .txt { font-size: 50px; font-weight: 600; margin-top: 100px; margin-right: 100px; color: #0e76bc; float: right; text-align: center;}
.credit_box ul li .txt span { font-size: 24px; font-weight: 300; color: #666; }
.credit_box ul li.bg01 { background: url(../images/sub/credit_bg01.png) center no-repeat;}
.credit_box ul li.bg02 { background: url(../images/sub/credit_bg02.png) center no-repeat;}

.attention_r { overflow: hidden; margin-bottom: 10px;}
.txt_s { float: right; font-size: 0.875rem; color: #757575; font-weight: 300;}

.overview_con1 {overflow:auto; border:1px solid #ddd; background:#fefefe; box-sizing:border-box; padding:2em; margin-bottom:2em;}
.overview_con1 > li {margin-bottom:1em; float:left; width:45%; margin-right: 5%;}
.chart_tb {
    border-top: 1px #222 solid;
    border-bottom: 1px #ddd solid;
    text-align: center !important;
}
.chart_tb thead th {
    background: #ddd;
    color: #222;
}
.chart_tb tr th, .chart_tb tr td {
    border-right: 1px solid #ddd;
}
.chart_tb tr td:last-child {
    border-right: 0;
}
.chart_tb tbody th {
    background: #fafafa;
}

.overview_con1 li.one { width: 48%; float: left; margin-left: 23%;}
.graph_tit {
	font-size: 1.25rem;
	font-weight: 400;
	line-height: 1.2em;
	margin-bottom: 30px;

}

/*탭*/

.tab_wrap {
    margin: 0px auto 50px;
    overflow: hidden;
    width: 100%;
}

.tab2 {
    margin: 0px auto;
    width: 590px;

}

.tab_wrap .tab2 ul {
    overflow: hidden;
    margin: 0px auto;
    width: 100%;
}

.tab_wrap .tab2 li {
    width: 285px;
    height: 46px;
    text-align: center;
    line-height: 40px;
    font-weight: 500;
    float: left;
    font-size: 18px;
    cursor: pointer;
    border: 2px #ddd solid;
    box-sizing: border-box;
    margin-left: 20px;
}

.tab3 {
    margin: 0px auto;

}

.tab_wrap .tab3 ul {
    overflow: hidden;
    margin: 0px auto;
    width: 100%;
}

.tab_wrap .tab3 li {
    width: 32%;
    height: 46px;
    text-align: center;
    line-height: 44px;
    font-weight: 500;
    float: left;
    font-size: 1.125rem;
    cursor: pointer;
    border: 2px #ddd solid;
    box-sizing: border-box;
    margin-left: 2%;
}

.tab_wrap li:hover {
    border: 2px #0e76bc solid;
    color: #015594;
}

.tab_wrap li.tab_on {
    border: 2px #0e76bc solid;
    color: #015594;
}

.tab_wrap li:first-child {
    margin-left: 0;
}



/*-----------------------------------------sub04-----------------------------------------*/

.txt_box {
    color: #333;
    text-align: center;
    padding: 40px;
    border: 1px solid #ddd;
    background: url(../images/sub/apply_bg.png) no-repeat bottom;
    background-attachment: fixed;
    border-radius: 30px;
}
.txt_box h4 {
    font-weight: 500;
    padding-bottom: 20px;
    font-size: 1.25rem;
}
.txt_box p {
    font-weight: 300;
    line-height: 2rem;
}








.sch_top {margin-bottom:50px;}
.sch_top table {border:1.5px solid #aaa; border-radius: 16px; border-collapse: separate;
min-width: 300px;
}
.sch_top th,
.sch_top td {border-bottom:#ccc 1px dashed;}
.sch_top thead th {padding:20px; text-align:left;}
.sch_top thead th strong {display:block; font-size:18px; color:#333; font-weight:700; line-height:28px;}
.sch_top thead th p {font-size:9rem; color:#666; font-weight:400; line-height:22px;}
.sch_top tbody th {padding:20px; text-align:left; width: 130px;}
.sch_top tbody th label {position:relative; display:block; font-size:1rem; color:#333; font-weight:500; line-height:30px; padding-left:10px; cursor: inherit;}
.sch_top tbody td {padding:20px 0; text-align: left;}
.sch_top tbody td > div {margin-left:-20px;}
.sch_top tbody td label {font-size:0.9rem; color:#666; ; padding-left:20px; line-height:30px;}
.sch_top tbody td label input {margin-right:5px; margin-top: -2px;}
.sch_top tbody .search_wrap {background: none;}
.sch_top tbody .search_wrap .text {width:300px; height:32px; line-height:22px; margin-right:5px;}
.sch_top tbody .search_wrap .btn { height:16px; border:0; background:url(../images/common/ic_search.png) no-repeat 30% 50%; text-indent:-5000px;}
.sch_top tbody td label span {font-size: 1rem;}
.sch_top .dateArea::after{content: ""; display: block; clear: both;}
.sch_top .dateArea .dateWrap{display: inline-block;}
.sch_top .dateArea .dateWrap::after{content: ""; display: block; clear: both;}
/*.sch_top .dateArea .dateWrap > label{float: right;   }*/


.search_wrap .select_s {
    height: 32px;
}




.layer_popup {position:absolute; width:450px; /*height: 450px;*/ top:0px; left: 0px; z-index:10000000002;cursor:pointer; }
.layer_popup p {margin: 0 auto; text-align: center;}
/*.layer_popup p img {width:330px;}*/
.layer_popup .pop_close {  background-color: rgba(0,0,0,0.8); height: 30px; color: #fff; line-height: 30px;text-align: center;}