/*Font: Poppins*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

/*Font: Play*/
@import url('https://fonts.googleapis.com/css2?family=Play:wght@400;700&display=swap');

/*Font: Noto Sans KR*/
@import url('https://fonts.googleapis.com/earlyaccess/notosanskr.css');

@import url('https://fonts.googleapis.com/css2?family=Black+Han+Sans&display=swap');


@font-face {
    font-family: 'Noto Sans KR';
    src: url(../fonts/NotoSans-Light.woff2) format('woff2'), url(../fonts/NotoSans-Light.woff) format('woff'), url(../fonts/NotoSans-Light.ttf) format('truetype'), url(../fonts/NotoSans-Light.otf) format('truetype');
    font-weight: 300;
    font-style: normal
}

@font-face {
    font-family: 'Noto Sans KR';
    src: url(../fonts/NotoSans-Regular.woff2) format('woff2'), url(../fonts/NotoSans-Regular.woff) format('woff'), url(../fonts/NotoSans-Regular.ttf) format('truetype'), url(../fonts/NotoSans-Regular.otf) format('truetype');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'Noto Sans KR';
    src: url(../fonts/NotoSans-Medium.woff2) format('woff2'), url(../fonts/NotoSans-Medium.woff) format('woff'), url(../fonts/NotoSans-Medium.ttf) format('truetype'), url(../fonts/NotoSans-Medium.otf) format('truetype');
    font-weight: 500;
    font-style: normal
}

@font-face {
    font-family: 'Noto Sans KR';
    src: url(../fonts/NotoSans-Bold.woff2) format('woff2'), url(../fonts/NotoSans-Bold.woff) format('woff'), url(../fonts/NotoSans-Bold.ttf) format('truetype'), url(../fonts/NotoSans-Bold.otf) format('truetype');
    font-weight: 700;
    font-style: normal
}

/*font-weight*/
.font-weight-light {
    font-weight: 300 !important;
}
.font-weight-normal {
    font-weight: 400 !important;
}
.font-weight-semibold {
    font-weight: 500 !important;
}
.font-weight-bold {
    font-weight: 700 !important;
}
/*Reset*/
img {
    max-width: 100%;
}
ul, ol {
    padding-left: 0;
    list-style: none;
}
.btn:hover,
.btn {
    background-color: #f4670b !important;
    border-color: #f4670b !important;
    color: #1e1e1e !important;
}
#goToTop:after, #goToTop:before {
    background-color: #000;
}
/*body*/
body {
    background-color: #f7f7f7;
}
body, h1, h2, h3, h4, h5, h6 {
	font-family: 'Noto Sans KR', Arial, sans-serif !important;
    letter-spacing: -0.05em;
    max-width: 1920px;
    margin: 0 auto;
}
/*sec_dvd*/
.sec_dvd {
    padding: 130px 0;
}
.sec_dvd.sec_dvd_mini {
    padding: 60px 0;
}
@media (max-width:768px){
    .sec_dvd {
        padding: 60px 0;
    }
    .sec_dvd.sec_dvd_mini {
        padding: 40px 0;
    }
}
/*conbox*/
.conbox {
    margin-top: 60px;
}
.conbox.conbox_mini {
    margin-top: 40px;
}
.conbox.conbox_big {
    margin-top: 80px;
}
@media (max-width:768px){
    .conbox {
        margin-top: 40px;
    }
	.conbox.conbox_mini {
		margin-top: 20px;
	}
	.conbox.conbox_big {
		margin-top: 50px;
	}
}

/*c_wrp*/
.v_m > div,
.v_m > li {
    vertical-align: middle;
}
@media (min-width:769px) {
    .c_wrp {
        display: table;
        width: 100%;
    }
    .c_wrp.t_fx {
        table-layout: fixed;
    }
    .c_wrp > div,
    .c_wrp > li {
        display: table-cell;
    }
}
/*m_wrp*/
@media (max-width:768px) {
    .m_wrp {
        display: table;
        width: 100%;
        height: 100%;
    }
    .m_wrp.t_fx {
        table-layout: fixed;
    }
    .m_wrp > div,
    .m_wrp > li {
        display: table-cell;
    }
}
/*margin*/
.mb-none {
    margin-bottom: 0px !important;
	line-height:120%!important;
}
.mb-none.bott_none{
	font-size:1.12em!important;
}
.mb-sm {
    margin-bottom: 10px !important;
}
/*padding*/
.pb-none {
    padding-bottom: 0px !important;
}
/*dft*/
.dft {
    word-break: keep-all;
}
h1.dft {
    font-size: 55px;
    color: #1e1e1e;
    font-weight: 600;
    line-height: 1em;
    text-transform: none;
    margin-bottom: 20px;
}
h2.dft {
    font-size: 35px;
    color: #1e1e1e;
    font-weight: 600;
    line-height: 1.4em;
    text-transform: none;
}
h3.dft {
    font-size: 28px;
    color: #1e1e1e;
    font-weight: 600;
    line-height: 1.4em;
    text-transform: none;
}
h4.dft {
    font-size: 24px;
    color: #1e1e1e;
    font-weight: 600;
    line-height: 1.4em;
    text-transform: none;
}
h5.dft {
    font-size: 22px;
    color: #1e1e1e;
    font-weight: 300;
    line-height: 1.4em;
    text-transform: none;
}
h6.dft {
    font-size: 20px;
    color: #1e1e1e;
    font-weight: 400;
    line-height: 1.4em;
    text-transform: none;
}
p.dft {
    font-size: 17px;
    line-height: 1.8em;
    color: #1e1e1e;
    font-weight: 400;
}
@media (max-width:768px){
    h1.dft {
        font-size: 40px;
    }
    h2.dft {
        font-size: 28px;
    }
    h3.dft {
        font-size: 20px;
    }
    h4.dft {
        font-size: 18px;
    }
    h5.dft {
        font-size: 15px;
    }    
    h6.dft {
        font-size: 14px;
    }
    p.dft {
        font-size: 16px;
    }
}

/*lines_bar*/
.lines_bar {
    display: inline-block;
    width: 30px;
    height: 4px;
    transition: 0.3s;
    position: relative;
    top: -4px;
    border-radius: 1px;
    background-color: #fff;
}
.lines_bar:before,
.lines_bar:after {
    display: inline-block;
    width: 30px;
    height: 4px;
    transition: 0.3s;
    position: absolute;
    border-radius: 1px;
    background-color: #fff;
    left: 0;
    content: '';
    -webkit-transform-origin: 0.26rem center;
    transform-origin: 0.26rem center;
}
.lines_bar:before {
    top: 8px;
}
.lines_bar:after {
    top: -8px;
}
/*color*/
.c_yl {
    color: #fed815 !important;
}
.c_org {
    color: #CC0000 !important;
}
.c_lgr {
    color: #999999 !important;
}
/*modal*/
.priv {
    padding: 30px 0;
}
.priv .modal-body ol {
    font-size: 17px;
    line-height: 1.8em;
    color: #1e1e1e;
    font-weight: 300;
    letter-spacing: 0;
    list-style: none;
}
.priv .modal-body ol > li {
    position: relative;
    padding-left: 20px;
}
.priv .modal-body ol > li .hd {
    position: absolute;
    left: 0;
}
.priv .modal-body > ol > li {
    font-weight: 600;
}
.priv .modal-body > ol > li .weight-light {
    font-weight: 300;
}
/*wrapper*/
body {
    background-color: fcfcfc;
}
body #wrap {
    padding: 93px 0 100px;
    max-width: 800px;
    margin: 0 auto;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    min-height: 100vh;
    background: url(../img/bg.png) right top no-repeat;
    background-color: #f2f2f2;
}
@media (max-width:768px){
    body #wrap {
        padding: 85px 0 100px;
    }
}
@media (max-width:500px){
    body #wrap {
        padding: 55px 0 100px;
    }
}
/*header*/
#header {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 100;
}
#header .header-con {
    background-color: #f4670b;
    max-width: 800px;
    margin: 0 auto;
    /* border-bottom: 1px solid #ddd; */
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    padding: 30px 0;
}
#header h4 {
    position: relative;
    padding-right: 60px;
    color: #fff;
    font-weight: 500;
}
#header.sub_header h4 {
    padding-left: 0px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
#header.sub_header h4 .go_back {
    position: relative;
	float:left;
    left: 0;
    top: 0;
    height: 30px;
    width: 70px;
    /*background: url(../img/pre_arr.png) left center no-repeat;*/
	background: url(../img/jp_logo_w.png) left top no-repeat;
    background-size: auto;
}
#header h4 .line_box {
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    padding: 0 15px;
}
@media (max-width:500px){
    #header .header-con {
        padding: 15px 0;
    }
}

/*mn_header*/
.mn_header {
	background-color: #f2f2f2;
}
.mn_header .logobox {
	padding: 25px 0;
}
.mn_header .logobox a {
	text-decoration: none;
	display: block;
}
.mn_header .h_nav {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
.mn_header .h_nav a {
	text-decoration: none;
	display: block;
	padding: 15px 0;
	color: #333;
	font-family: 'Libre Baskerville';
}
@media (max-width:768px){
	.mn_header .logobox {
		padding: 20px 0;
		text-align: left;
	}
	.mn_header .logobox a img {
		width: 120px;
	}
}

/*mmenu btn*/
#header .mmenu-toggle-btn {
	display: block;
    height: auto;
    text-align: center;
    padding: 6px 12px;
    float: right;
    font-size: 18px;
    line-height: 20px;
    min-width: 25px;
    vertical-align: middle;
    background-color: transparent;
    color: #333;
}
/*Mobile Navigation*/
.mobile-nav {
	display: block !important;
	position: fixed;
	top: 0;
	left: -350px;
	z-index: 999;
	width: 350px;
	height: 100%;
	overflow-y: scroll;
	padding: 15px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	background-color: #fff;
}

.mobile-side-menu {
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
}
.mobile-side-menu > .mmenu-toggle-btn {
	position: absolute;
    right: 0;
    top: 5px;
    padding: 0px;
    display: inline-block;
    width: 13px;
    height: 13px;
    color: #ccc;
	cursor: pointer;
    background: url(../img/cls.png) center center no-repeat;
    background-size: 13px;
}
.mobile-side-menu > li > a {
	text-transform: uppercase;
}
.mobile-side-menu li {
	display: block;
	position: relative;
	width: 100%;
    margin-left: 0 !important;
}
.mobile-side-menu li:after {
	content: '';
	display: table;
	clear: both;
}
.mobile-side-menu .mainNav {
	margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #f4f4f4;
}
.mobile-side-menu .snsbox > a {
    text-decoration: none;
    display: block;
    width: 70%;
    margin: 0 auto;
    margin-top: 25px;
}
.mobile-side-menu .snsbox > div > a {
    display: inline-block;
    width: 35px;
    margin-top:25px;
}
.mobile-side-menu .header-logo img {
    width: 150px;
}
.mobile-side-menu li span,
.mobile-side-menu li a {
	display: block;
	font-size: 15px;
	line-height: 1.2em;
    letter-spacing: -0.05em;
	background-color: transparent;
	color: #333;
    font-weight: 500;
	border: 0;
	padding: 10px 15px;
	white-space: normal;
    word-break: keep-all;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	text-decoration: none !important;
}
.mobile-side-menu li a {
    background: url(../img/btn_arr_dk.png) 95% center no-repeat;
    background-size: 6px;
}
.mobile-side-menu li .ver {
	font-size: 13px;
    color: #999;
}
.mobile-side-menu li a .imp {
    color: #e7411c;
}
.mobile-side-menu li a:after {
	content: '';
	display: table;
	clear: both;
}
.mobile-side-menu li ul {
	display: none;
	padding: 0;
	margin: 0;
	list-style: none;
}
.mobile-side-menu .nav .open>a, 
.mobile-side-menu .nav .open>a:focus, 
.mobile-side-menu .nav .open>a:hover{
    background-color: transparent;
}
.mobile-side-menu li li a {
	margin-left: 10px;
	font-size: 15px;
}
.mobile-side-menu li li a:before {
	font: normal normal 16px/16px "FontAwesome";
	text-decoration: inherit;
	content: "\f105";
	-webkit-font-smoothing: antialiased;
	float: left;
	margin-right: 10px;
}
.mobile-side-menu li li li a {
	margin-left: 20px;
}
.mobile-side-menu li .mmenu-toggle {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	color: #636363;
	background-color: transparent;
	cursor: pointer;
	font-size: 0;
	width: 40px;
	height: 40px;
    z-index: 100;
	margin-top: 1px;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.mobile-side-menu li .mmenu-toggle:after {
	content: "\f196";
	font-family: 'FontAwesome';
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	cursor: pointer;
	width: 19px;
	height: 19px;
	font-size: 19px;
	line-height: 19px;
	display: block;
	position: absolute;
	left: 10px;
	top: 11px;
}
.mobile-side-menu li.open > .mmenu-toggle:after {
	content: "\f147";
}


.mobile-side-menu .dropdown-menu {
    border: 0px;
    box-shadow: 0 0 0;
    position: relative;
    min-width: 100%;
}
.mobile-side-menu  .dropdown-menu a {
    font-size: 15px;
}
.mobile-side-menu .log_nav {
	position: relative;
	margin-top: 15px;
	padding-top: 15px;
}
.mobile-side-menu .log_nav:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0px;
	width: 30px;
	height: 1px;
	background-color: #ddd;
}
.mobile-side-menu .log_nav li a {
	font-size: 16px;
    color: #989898;
    font-weight: 400;
}
#mobile-menu-overlay {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	z-index: 998;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.mmenu-open #mobile-menu-overlay {
	opacity: .15;
	visibility: visible;
}

.mmenu-open.body {
	left: 250px;
}
.mmenu-open #mobile-menu-overlay {
	opacity: 0.3;
	visibility: visible;
}
.mmenu-open .mobile-nav {
	left: 0;
}
/*p-dft*/
.p-dft {
    padding-left: 30px;
    padding-right: 30px;
}
@media (max-width:768px){
    .p-dft {
        padding-left: 15px;
        padding-right: 15px;
    }
}
/*main*/
.main .main_top {
    padding: 30px 0;
}
.main .main_top h2 {
    line-height: 1.1em;
}
.main .main_top h6 {
    margin-top: 20px;
}
@media (max-width:500px){
    .main .main_top {
        padding: 20px 0;
    }
    .main .main_top h6 {
        margin-top: 10px;
    }
}
/*main_btns*/
.main_btns .btn_box {
    padding: 10px 15px;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 3px 0px rgba(0,0,0,0.05);
}
.main_btns .btn_box .row {
    margin: 0 -5px;
}
.main_btns .btn_box ul li {
    padding: 0 5px;
    margin: 5px 0;
}
.main_btns .btn_box ul li a {
    text-decoration: none;
    display: block;
    padding: 20px 5px;
    border: 1px solid #ddd;
    background-color: #fcfcfc;
}
.main_btns .btn_box ul li a .icon {
    margin-bottom: 7px;
}
.main_btns .btn_box ul li a .icon img {
    width: 70px;
	height: 60.2px;
}
.main_btns .btn_box ul li a p {
    font-size: 14px;
    color: #333;
    line-height: 18px;
    letter-spacing: -0.09em;
}
.main_btns .btn_box ul li:not(.no-h) a p {
    height: 36px;
}
/* main 더보기 버튼 */
.main_latest_box .btn_more{
	display:inline-block;border:1px solid #ccc;float:right;font-weight:normal;font-size:13px;padding:1px 5px; border-radius:5px; background:#fff;
}
@media (max-width:500px){
    .main_btns .btn_box {
        padding: 13px 15px;
    }
    .main_btns .btn_box .row {
        margin: 0 -3px;
    }
    .main_btns .btn_box ul li {
        padding: 0 2px;
        margin: 2px 0;
    }
    .main_btns .btn_box ul li a {
        padding: 10px 5px;
    }
    .main_btns .btn_box ul li a .icon img {
        width: 50px;
		height:43px;
    }
    .main_btns .btn_box ul li:not(.no-h) a p {
        margin-top: 5px;
    }
}
/*btn_box_lnk*/
.main_btns .btn_box_lnk {
    margin-top: 15px;
    padding: 10px 15px;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 3px 0px rgba(0,0,0,0.05);
}
.main_btns .btn_box_lnk .row {
    margin: 0 -5px;
}
.main_btns .btn_box_lnk ul li {
    padding: 0 5px;
    margin: 5px 0;
}
.main_btns .btn_box_lnk ul li a {
    position: relative;
    text-decoration: none;
    display: block;
    padding: 5px 0;
    background: url(../img/btn_arr.png) 95% center no-repeat;
    background-size: 8px;
}
.main_btns .btn_box_lnk ul li:not(:last-child) a:after {
    content: "";
    position: absolute;
    right: -3px;
    top: 10%;
    height: 80%;
    width: 2px;
    background-color: #eee;
}
.main_btns .btn_box_lnk h6 {
    font-size: 14px;
    color: #999;
    line-height: 1em;
}
@media (max-width:500px){
    .main_btns .btn_box_lnk p {
        font-size: 12px;
        line-height: 1em;
    }
    .main_btns .btn_box_lnk h6 {
        font-size: 11px;
        margin-top: 5px;
    }
    .main_btns .btn_box_lnk ul li a {
        background-size: 4px;
    }
}
/*fix_btn*/
.fix_btn {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 100;
}
.fix_btn ul {
    max-width: 800px;
    margin: 0 auto;
    width: 100%;
    background-color: #fff;
    border-top: 1px solid #ddd;
    text-align: center;
    padding: 10px 0;
}
.fix_btn a {
    text-decoration: none;
    display: block;
}
.fix_btn a img {
    width: 25px;
}
.fix_btn a p {
    font-size: 11px;
    line-height: 1em;
    margin-top: 5px;
    color: #333;
}
/*sub_con*/
.sub_con .one_depth {}
.sub_con .one_depth > li {
    margin-top: 20px;
}
.sub_con .one_depth > li .cate_tit {
    font-weight: 700;
}
.sub_con .one_depth > li p {
    font-weight: 500;
    color:#666;
}
.sub_con .one_depth .two_depth {}
.sub_con .one_depth .two_depth > li {
    margin: 5px 0;
	position:relative;"
}
.sub_con .one_depth .two_depth > li a {
    background-color: #fff;
    display: block;
    text-decoration: none;
    padding: 15px 10px;
    border-radius: 10px;
    font-weight: 500;
    color: #333;
    font-size: 17px;
    position: relative;
}
.sub_con .one_depth .two_depth > li a > div {
    position: relative;
    padding-left: 60px;
}
.sub_con .one_depth .two_depth > li a .lft_log {
    position: absolute;
    left: 0;
    top: 0;
    width: 43px;
    height: 100%;
    background-size: 30px !important;
    border: 1px solid #eee;
    border-radius: 4px;
}
.sub_con .one_depth .two_depth.two_depth_small > li a .lft_log {
    width: 35px;
    background-size: 20px !important;
}
.sub_con .one_depth .two_depth.two_depth_small > li a > div {
    padding: 5px 0;
    padding-left: 50px;
}
.sub_con .one_depth .two_depth > li a .lft_log1 {
    background: url(../img/lft_log1.png) center center no-repeat;
}
.sub_con .one_depth .two_depth > li a .lft_log2 {
    background: url(../img/lft_log2.png) center center no-repeat;
}
.sub_con .one_depth .two_depth > li a .lft_log3 {
    background: url(../img/lft_log3.png) center center no-repeat;
}
.sub_con .one_depth .two_depth > li a .lft_log4 {
    background: url(../img/lft_log4.png) center center no-repeat;
}
.sub_con .one_depth .two_depth > li a .lft_log5 {
    background: url(../img/lft_log5.png) center center no-repeat;
}
.sub_con .one_depth .two_depth > li a .lft_log6 {
    background: url(../img/lft_log6.png) center center no-repeat;
}
.sub_con .one_depth .two_depth > li a .lft_log7 {
    background: url(../img/lft_log7.png) center center no-repeat;
}
.sub_con .one_depth .two_depth > li a .sub_cmt {
    color: #999;
    font-size: 12px;
    line-height: 1em;
    font-weight: 400;
}
.sub_con .one_depth .two_depth > li a .nfsc{
    display: inline-block;
    font-size: 11px;
    background-color: #f7f7f7;
    padding: 4px 8px;
    line-height: 1em;
    border-radius: 4px;
    color: #666;
    font-weight: 400;
    letter-spacing: 0px;
    margin-bottom: 2px;
    border: 1px solid #ddd;
}

/*tab_box*/
.tab_box{
    margin-left: -1px;
}
.tab_box .nav-tabs {
    width: 200000px !important;
    border-bottom: 0px;
    /*background-color: #f4670b;*/
	background-color: #cd5404;
}
.tab_box .nav-tabs li {
    text-align: center;
    border: 0px solid #ddd;
    border-radius: 0px;
    float: left;
    display: inline-block;
    margin-left: -1px;
    margin-bottom: 0;
    padding: 15px;
}
.tab_box .nav-tabs li:first-child {
    padding: 0px;
}

.tab_box .nav-tabs li a {
    background-color: #cd5404;
    border: 0px !important;
    font-size: 20px;
    color: rgba(255,255,255,0.7) !important;
    border-radius: 0;
    letter-spacing: 0px;
    margin-right: 0px;
    display: inline-block;
    padding: 0;
	padding-top:5px!important;
	font-size:18px!important;
}
.tab_box .nav-tabs li:not(:first-child) a {
    padding: 0 0 10px 0;
}
.tab_box .nav-tabs li.active {
    
}
.tab_box .nav-tabs li.active a {
    color: rgba(255,255,255,1) !important;
    position: relative;
    background-color: #cd5404;
}
.tab_box .nav-tabs li.active a:after {
    position: absolute;
    content: "";
    background-color: #fff;
    left:0%;
    bottom: 10%;
    width: 100%;
    height: 2px;
}
.tab_box .tab-content {
    box-shadow: 0 0 0;
    border: 0px;
    padding: 0px 0;
	    background-color: rgb(90 30 30 / 0%);
}
.scr{
    text-align: center;
}
@media (max-width:768px){
    .tab_box .nav-tabs li {
        padding: 10px;
    }
    .tab_box .nav-tabs li a {
        font-size: 13px;
        padding: 10px 5px;
    }
    .tab_box .tab-content {
        padding: 0px 0;
    }
    .scr img{
        width: 60px;
    }
    
}

@media (max-width:500px){
    .tab_box .nav-tabs li {
        padding: 8px;
    }
    .scr img{
        width: 55px;
    }
}
.sub_con .one_depth .two_depth > li a .lft_prep {
    background: url(../img/lft_prep.png) center center no-repeat;
}
.sub_con .one_depth .two_depth > li a .lft_par1 {
    background: url(../img/lft_par1.png) center center no-repeat;
}
.sub_con .one_depth .two_depth > li a .lft_par2 {
    background: url(../img/lft_par2.png) center center no-repeat;
}
.sub_con .one_depth .two_depth > li a .lft_par3 {
    background: url(../img/lft_par3.png) center center no-repeat;
}
.sub_con .one_depth .two_depth > li a .lft_par4 {
    background: url(../img/lft_par4.png) center center no-repeat;
}
.sub_con .one_depth .two_depth > li a .lft_par5 {
    background: url(../img/lft_par5.png) center center no-repeat;
}
.sub_con .one_depth .two_depth > li a .lft_par6 {
    background: url(../img/lft_par6.png) center center no-repeat;
}
.sub_con .one_depth .two_depth > li a .lft_par7 {
    background: url(../img/lft_par7.png) center center no-repeat;
}
.sub_con .one_depth .two_depth > li a .lft_par8 {
    background: url(../img/lft_par8.png) center center no-repeat;
}
.sub_con .one_depth .two_depth > li a .lft_par9 {
    background: url(../img/lft_par9.png) center center no-repeat;
}
.sub_con .one_depth .two_depth > li a .lft_par10 {
    background: url(../img/lft_par10.png) center center no-repeat;
}

.sub_con .one_depth .two_depth > li a .lft_par21 {
    background: url(../img/lft_par21.png) center center no-repeat;
}
.sub_con .one_depth .two_depth > li a .lft_par22 {
    background: url(../img/lft_par22.png) center center no-repeat;
}
.sub_con .one_depth .two_depth > li a .lft_par23 {
    background: url(../img/lft_par23.png) center center no-repeat;
}
.sub_con .one_depth .two_depth > li a .lft_par24 {
    background: url(../img/lft_par24.png) center center no-repeat;
}
.sub_con .one_depth .two_depth > li a .lft_par25 {
    background: url(../img/lft_par25.png) center center no-repeat;
}
.sub_con .one_depth .two_depth > li a .lft_par26 {
    background: url(../img/lft_par26.png) center center no-repeat;
}
.sub_con .one_depth .two_depth > li a .lft_par27 {
    background: url(../img/lft_par27.png) center center no-repeat;
}

/*form_box*/
.form_box p{
    background-color: #ff7f06;
    padding: 7px 20px;
    color: #fff !important;
}
.form_box form {
    padding: 20px;
    background-color: #fff;
}
.form_box .form_con li {
    position: relative;
}
.form_box .form_con1 li {
    padding-left:90px;
}
.form_box .form_con2 li {
    padding-left: 140px;
}
.form_box .form_con li > label {
    position: absolute;
    left: 0;
    font-size: 16px;
    color: #333;
    top: 4px;
    font-weight: 500;
    margin-bottom: 0;
}
.form_box .form_con li {
    margin: 15px 0;
} 
.form_box .form_con li .form-control {
    border: 1px solid #333;
    height: 30px;
    font-size: 14px;
    padding: 4px 15px;
    border-radius: 10px;
} 
.form_box .form_con li input[type="button"] {
    font-size: 17px;
    border: 0px;
    background-color: #333;
    color: #fff;
    display: block;
    line-height: 50px;
    width: 100%;
    border-radius: 10px;
} 
.form_box .form_radio {
    color: #333;
    font-size: 15px;
    font-weight: 600;
    padding: 3px 0;
} 
.form_box .radio-custom {
    display: inline-block;
    margin-right: 5px;
}
.form_box .radio-custom label{
    font-weight: 500;
}
.form_box .in_item {
    position: relative;
    padding-right: 20px;
}
.form_box .in_item.in_item_p {
    padding-right: 0px;
}
.form_box .in_item span {
    color: #333;
    font-size: 15px;
    font-weight: 500;
    position: absolute;
    right: 0;
    top: 4px;
}
.form_box .chk_wrp {
    font-size: 15px;
    color: #333;
    font-weight: 300;
}
.form_box .chk_wrp span {
    display: inline-block;
    font-weight: 600;
    cursor: pointer;
}
.form_box .chk_wrp .checkbox-custom {
    display: inline-block;
}
.form_box .btn_wrp {
    padding-top: 15px;
} 
.form_box .btn_wrp input {
    font-size: 17px;
    border: 0px;
    background-color: #ff7f06;
    color: #fff;
    display: block;
    padding: 8px 15px;
    width: 100%;
    border-radius: 10px;
} 
.form_box h6{
    font-size: 14px;
}
.form_box .form_con li > label span.c_rd {
    display: inline-block;
    position: relative;
    bottom: -3px;
    color: #e51d1d !important;
}
@media (max-width:768px){
    .form_box form {
        padding: 15px;
    }
    .form_box .form_con li {
        margin: 10px 0;
    }
    .form_box .form_con1 li,
    .form_box .form_con2 li {
        padding-left: 0px;
    }
    .form_box .form_con li > label  {
        position: relative;
        display: block;
        top: auto;
        margin-bottom: 10px;
    }
    .form_box .form_con li .form-control {
        padding: 5px;
        height: 30px;
        font-size: 12px;
    }
    
    .form_box .btn_wrp input {
        font-size: 14px;
        padding: 5px;
    } 
    .form_box .in_item span {
        top: 10px;
    }
    .form_box .chk_wrp {
        text-align: left;
    }
    .form_box p{
        padding: 4px 12px;
        font-size: 14px;
    }
}

/*table_box*/
/*.table_box {
    padding: 20px;
    background-color: #fff;
}*/
.table_bd tbody tr:nth-child(even) {
    background-color: #fcfcfc;
}
.table_bd.no_even tbody tr:nth-child(even) {
    background-color: #fff;
}
.table_bd tfoot tr {
    background-color: #f9fafc;
}
.table_bd thead tr th,
.table_bd thead tr td,
.table_bd tfoot tr th,
.table_bd tfoot tr td,
.table_bd tbody tr th,
.table_bd tbody tr td {
    font-size: 15px;
    line-height: 1.3em;
    padding: 15px 8px;
    border: 0px;
    font-weight: 400;
    vertical-align: top;
}
.table_bd.table_wsp thead tr th,
.table_bd.table_wsp thead tr td,
.table_bd.table_wsp tfoot tr th,
.table_bd.table_wsp tfoot tr td,
.table_bd.table_wsp tbody tr th,
.table_bd.table_wsp tbody tr td {
    white-space: nowrap;
}
.table_bd.table_center thead tr th,
.table_bd.table_center thead tr td,
.table_bd.table_center tfoot tr th,
.table_bd.table_center tfoot tr td,
.table_bd.table_center tbody tr th,
.table_bd.table_center tbody tr td {
    text-align: center;
}
.table_vh.table_bd thead tr th,
.table_vh.table_bd thead tr td,
.table_vh.table_bd tfoot tr th,
.table_vh.table_bd tfoot tr td,
.table_vh.table_bd tbody tr th,
.table_vh.table_bd tbody tr td {
    vertical-align: middle;
}
.last_border.table_bd tbody tr th,
.last_border.table_bd tbody tr td {
    border-bottom: 1px solid #ddd;
}
.table_bd.table_fx,
.table_bd.table_fx,
.table_bd.table_fx,
.table_bd.table_fx {
    table-layout: fixed;
}
.table_bd > tbody > tr > th {
    color: #777;
    width: 22%;
    word-break: keep-all;
}
.table_bd thead tr th {
    color: #afafaf;
    word-break: keep-all;
    font-weight: 500;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd !important;
    font-size: 16px;
    padding: 10px 8px;
    background-color: #f8f8f8;
    color: #666;
}
.table_bd > tbody > tr > td {
    color: #222;
    width: 30%;
}
.table_bd tfoot tr th {
    color: #111;
}
.table_bd tfoot tr td {
    color: #f04222;
    font-weight: 700;
}
.table_bd.table_bd_nowidth tbody tr td {
    width: auto;
}
.table_bd tbody tr td textarea.form-control {
    box-shadow: 0 0 0;
    padding: 7px 10px;
}
.table_bd tbody tr td .pre_box {
    padding: 8px;
    background-color: #f7f7f7;
    line-height: 1.3em;
    overflow-y: scroll;
    height: 56px;
}
.table_bd tbody tr td .pay_method {
    height: 46px;
    overflow-y: scroll;
    font-weight: 300;
    line-height: 1.4em;
}
.table_bd tbody tr td .radio-custom,
.table_bd tbody tr td .checkbox-custom {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 0px;
}
.table_bd tbody tr td .radio-custom label,
.table_bd tbody tr td .checkbox-custom label {
    font-weight: 400;
}
.table_bd tbody tr td .hid_td {
    display: block;
    position: relative;
}
.table_bd tbody tr td .hid_td > strong {
    display: inline-block;
    background-color: #6a6a6a;
    color: #fff;
    line-height: 1em;
    padding: 5px;
    border-radius: 4px;
    font-size: 13px;
    min-width: 80px;
    margin: -3px 0;
    text-align: center;
}
.table_bd tbody tr td .hid_td > strong i,
.table_bd tbody tr td .hid_td > strong i:before {
    vertical-align: middle;
}
.table_bd tbody tr td .hid_td > strong i {
    display: inline-block;
    font-size: 0.8em;
    margin-left: 3px;
}
@media (min-width:768px) {
    .table_bd tbody tr td .hid_td {
        cursor: pointer;
        padding: 3px 0;
    }
    .table_bd tbody tr td .hid_td span {
        position: absolute;
        top: 100%;
        right: 0;
        background-color: rgba(0, 0, 0, 0.9);
        color: #fff;
        opacity: 0;
        border-radius: 5px;
        height: 0px;
        opacity: 0;
        overflow: hidden;
        text-align: left;
        word-break: break-all;
        z-index: 5;
        width: 200px;
    }
    .table_bd tbody tr td .hid_td {
        overflow: hidden;
    }
    .table_bd tbody tr td .hid_td:hover {
        overflow: visible;
    }
    .table_bd tbody tr td .hid_td:hover span {
        padding: 8px;
        height: auto;
        opacity: 1;
        white-space: normal;
    }
    .table_bd tbody tr td .hid_td > strong i {
        margin-top: -3px;
    }
}

@media (max-width:768px) {
    .table_bd thead tr th,
    .table_bd thead tr td,
    .table_bd tbody tr th,
    .table_bd tbody tr td {
        font-size: 14px;
        padding: 8px 5px;
    }
    .table_bd tbody tr td {
        width: 25%;
    }
    .table_bd tbody tr td .radio-custom,
    .table_bd tbody tr td .checkbox-custom {
        margin: 2px 4px 2px 0;
    }
    .table_bd tbody tr td .hid_td > strong {
        margin-bottom: 5px;
        background-color: #666;
    }
    .table_bd tbody tr td .hid_td > span {
        display: none;
        padding: 8px;
        white-space: normal;
    }
    .table_bd tbody tr td .hid_td.act > span,
    .table_bd tbody tr td .hid_td.act > span,
    .table_bd tbody tr td .hid_td.act > span {
        display: block;
    }
    .table_bd tbody tr td .hid_td.act > strong i:before {
        content: "\f077";
    }
}
/*table_sub*/
.table_bd.table_sub {
    border-top: 3px solid #ddd;
    border-bottom: 3px solid #ddd;
}
.table_bd.table_sub thead tr th, .table_bd.table_sub thead tr td {
    padding: 20px 8px;
}
.table_bd.table_sub thead tr td{
    background-color: #fff;
}
.table_bd.table_sub thead tr th, .table_bd.table_sub thead tr td, .table_bd.table_sub tbody tr th, .table_bd.table_sub tbody tr td {
    border: 1px solid #ddd;
}
.table_bd.table_sub thead tr th:first-child, .table_bd.table_sub thead tr td:first-child, .table_bd.table_sub tbody tr th:first-child, .table_bd.table_sub tbody tr td:first-child {
    border-left: 0;
    text-align: center;
}
.table_bd.table_sub thead tr th:last-child, .table_bd.table_sub thead tr td:last-child, .table_bd.table_sub tbody tr th:last-child, .table_bd.table_sub tbody tr td:last-child {
    border-right: 0px;
}
.table_bd.table_sub thead tr th .radio-custom,
.table_bd.table_sub thead tr td .radio-custom,
.table_bd.table_sub tbody tr th .radio-custom,
.table_bd.table_sub tbody tr td .radio-custom,
.table_bd.table_sub thead tr th .checkbox-custom,
.table_bd.table_sub thead tr td .checkbox-custom,
.table_bd.table_sub tbody tr th .checkbox-custom,
.table_bd.table_sub tbody tr td .checkbox-custom {
    margin: 0px;
    display: inline-block;
}
.table_bd.table_sub tbody tr td .checkbox-custom.no_label {
    padding: 0 0 0 19px;
}
.table_box .table_btn{
    font-size: 17px;
    border: 0px;
    background-color: #ff7f06;
    color: #fff;
    display: block;
    padding: 8px 15px;
    width: 100%;
    border-radius: 10px;
    text-align: center;
}

@media (min-width:768px) {
    .table_bd.table_sub thead tr th,
    .table_bd.table_sub thead tr td,
    .table_bd.table_sub tfoot tr th,
    .table_bd.table_sub tfoot tr td,
    .table_bd.table_sub tbody tr th,
    .table_bd.table_sub tbody tr td {
        font-size: 16px;
    }
    .table_bd.table_sub tbody tr td .date {
        width: 130px;
        display: inline-block;
    }
}
@media (max-width:768px) {
    .table_bd.table_sub thead tr th, .table_bd.table_sub thead tr td {
        padding: 10px 8px;
    }
    .table_box .table_btn{
        font-size: 14px;
        padding: 5px;
    }
}


/*bt_wrp*/
#header .ch_wrp {
    position: absolute;
    z-index: 1;
	display: inline-block;
    right: 8%;
    top: -5px;
}
#header .ch_wrp a {
    margin-right: 8px;
    display: inline-block;
    font-size: 15px;
    color: rgba(255, 255, 255, 0.5);
    background-color: rgba(255, 255, 255, 0.05);
    text-decoration: none;
    border-radius: 100px;
    line-height: 1em;
    letter-spacing: 0.03em;
    font-weight: 700;
    padding: 10px 30px;
    vertical-align: middle;
    border: 1px solid  rgba(255, 255, 255, 0.15);
}
#header .ch_wrp a .img {
    width: 17px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 2px;
}
#header .ch_wrp a .img {
    background: url(../img/sch_icon.png) center center no-repeat;
}

@media (max-width:768px){
	#header .ch_wrp a {
		font-size: 12px;
		padding: 6px;
	}
	
	#header .ch_wrp {
		right: 13%;
	}
}

/*메인 보드 디자인*/
.main_latest_box .board_wrp {
    background-color: #fff;
    border-radius: 5px;
    padding: 15px;
}
.main_latest_box .board_wrp .board_tit {
    border-radius: 4px;
    background-color: #f7f6de;
    padding: 10px 15px;
    margin-bottom: 10px;
    box-shadow: 2px 2px 0px #eee;
}
.main_latest_box .board_wrp .board_tit h4 {
    margin-bottom: 0px;
}
/* .main_latest_box .board_wrp .tabs {
    margin-bottom: 0px;
}
.main_latest_box .board_wrp .tabs .nav-tabs {
    display: block;
    background-color: #f7f7f7;
    padding: 10px;
    border-radius: 4px;
    line-height: 1em;
    box-shadow: 2px 2px 0px #eee;
}
.main_latest_box .board_wrp .tabs .nav-tabs li {
    display: inline-block;
    float: none;
    width: auto;
}
.main_latest_box .board_wrp .tabs .nav-tabs li a {
    border: 0px;
    display: block;
    white-space: nowrap;
    padding: 0 10px;
    background-color: transparent;
    position: relative;
}
.main_latest_box .board_wrp .tabs .nav-tabs li.active a {
    background-color: transparent;
}
.main_latest_box .board_wrp .tabs .nav-tabs li:not(:last-child) a:after {
    content: "";
    position: absolute;
    right: -2px;
    top: 30%;
    height: 40%;
    width: 2px;
    background-color: #666;
}
.main_latest_box .board_wrp .tabs .nav-tabs li a span {
    border: 0px;
    padding: 0px;
}
.main_latest_box .board_wrp .tabs .tab-content {
    border: 0px;
    padding: 0px;
    margin-top: 10px;
} */
.main_latest_box #notice .con_baner {
    min-height: auto;
    margin-bottom: 0px;
}
@media (max-width:768px){
    .main_latest_box .board_wrp .tabs .nav-tabs li a {
        font-size: 14px;
    }
}


/*table_latest*/
.table_latest.table {
    border: 0px;
    border-top: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
}
.table_latest.table .subject {
    width: 60%;
}
.table_latest.table .name {
    width: 20%;
}
.table_latest.table .date {
    width: 20%;
}
.table_latest.table thead tr th,
.table_latest.table thead tr td,
.table_latest.table tbody tr th,
.table_latest.table tbody tr td {
    font-size: 14px;
    color: #333;
    padding: 12px;
    border: 0px;
    font-weight: 400;
    border-bottom: 1px solid #ddd;
    text-align: center;
}
.table_latest.table thead tr th {
    background-color: #fff;
    text-align: center;
    font-weight: 700;
}
.table_latest.table tbody tr td,
.table_latest.table tbody tr td a {
    color: #333;
    word-break: keep-all;
    vertical-align: middle;

    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out
}
.table_latest.table tbody tr td a {
    text-decoration: none;
    display: block;
    text-align: left;
    width: 98%;
    overflow: hidden;
    text-overflow: ellipsis;
}
.table_latest.table tbody tr:hover td,
.table_latest.table tbody tr:hover td a {
    color: #ff7311;
}
@media (max-width:500px){
    .table_latest.table .subject {
        width: 50%;
    }
    .table_latest.table .name {
        width: 20%;
    }
    .table_latest.table .date {
        width: 30%;
    }
    .table_latest.table thead tr th,
    .table_latest.table thead tr td,
    .table_latest.table tbody tr th,
    .table_latest.table tbody tr td {
        font-size: 13px;
        padding: 10px 0;
    }
    .table_latest.table tbody tr td a {
        /*width: 150px;*/
    }
}

/* 로딩 이미지 */
.loadimg{
	position:fixed;top:38%;left:calc(50% - 150px);text-align:center;z-index:99999;opacity:0.9;display:none;
}
.loadimg img{ width:300px; }

/* 저작권 출력 */
.jjm_wrap{ position:relative;float:left;padding:8px;border:0;padding-bottom:10px;}
.jjm_wrap .jjm_round{ position:relative;float:left;width:100%;background-color:#eee;border-radius:10px;padding:8px;font-size:1.1em; text-align:center;border:1px solid #ddd; }