.bod_gallery li .subject {border-bottom:0;}
.bod_gallery li .date span {display:none;}

/*검색*/
.bod_head {margin-bottom:25rem; background:#f6f6f6; padding:20rem; text-align:center;}
.bod_head .bod_head {display:inline-block;}
.bod_head {display:flex; align-items:center;justify-content: center;}
.bod_head select,
.bod_head input[type="text"],
.bod_head input[type="submit"],
.bod_head input[type="date"] {height:40rem; line-height:40rem; margin:3rem;}
.bod_head select {padding:0 10rem;}
.bod_head input[type="text"],
.bod_head input[type="date"] {padding:0 10rem}
.bod_head input[type="submit"]  {padding:0 20rem; border:0; background:#323232; color:#fff;}
@media all and (max-width:530px){
	.bod_head input[type="text"] {width:calc(100% - 85rem);}
}
@media all and (max-width:599px){
	.boardSearch .bod_head {display:block;}
	.bod_head select {width:90rem; flex-shrink:0;}
}
@media all and (max-width:376px){
	.bod_head {flex-wrap:wrap;}
	.bod_head select {width:calc(100% - 6rem);}
	.bod_head input[type="text"] {width:calc(100% - 90rem);}
	.bod_head input[type="submit"]  {flex-grow:1;}
}
@media all and (max-width:321px){
	.bod_head input[type="text"] {width:calc(100% - 6rem);}
	.bod_head input[type="submit"]  {flex-grow:0;}
}

.blue{color: #0f74d2;}
.mb15{margin-bottom: 15px;}

#container{
    background-color: #f4f7fb;
    padding-bottom: 40rem;
}
h3{
    font-size: 51rem;
    font-weight: 600;
    letter-spacing: -1px;
    font-family: 'KoddiUDOnGothic';
}
h4{
    margin: 40rem 0 20rem;
    font-size: 27rem;
    font-weight: 700;
}
h4.first{
    margin:0 0 20rem
}
h5{
    margin: 40rem 0 15rem 3rem;
    font-size: 22rem;
    font-weight: 700;
    color: #0f74d2;
}
.inner{
    padding: 60rem 0 40rem;
    text-align: center;
}
.inner > .wrap{
    position: relative;
}
.inner .h3{
    text-align: left;
}
.inner .h3 p{
    font-size: 21rem;
    padding: 25px 0;
    width: 40%;
}
.loca{
    position: absolute;
    top: 15px;
    right: 0;
}
.loca ul li{
    padding: 0 25rem;
}
.loca ul li:first-child{
    padding: 0 40rem !important;
}
.loca ul li a.home{
    background: url(/design2023/edu/img/sub/home.png) no-repeat left center;
    border-radius: inherit;
    box-shadow: inherit;
    text-indent: inherit;
    width: auto;
    height: auto;
    padding-left: 30px;
    font-size: 16rem;
    color: #0f74d2;
    font-weight: bold;
    position: relative;
    overflow: visible;
}
.loca ul li a.home:after{
    position: absolute;
    display: block;
    height: 1px;
    width: 30px;
    top: 13px;
    right: -45px;
    content: '';
    background-color: #0f74d2;
}
.loca ul li:before{
    display: none;
}
.loca ul li:last-child:before {
    display: block;
    content: '';
    position: absolute;
    top: 12rem;
    left: -2;
    width: 4px;
    height: 4px;
    /* background: url(/design2023/ko/img/layout/arrow2.png) no-repeat 0 0 / 300% auto; */
    background-color: #a2b4cc;
    border-radius: 4px;
}
.util{
    bottom: 35px;
}
#snb{
    border-bottom: 1px solid #e5eaf2;
}
#snb ul{
    display: flex;
}
#snb ul li{
    padding : 0 75px 0 0;
}
#snb ul li a{
    position: relative;
    display: block;
    padding: 0 10px 20px 10px;
    font-size: 23rem;
}
#snb ul li a:after{
    position: absolute;
    content: "";
    bottom: 0;
    left: 50%;
    width: 0%;
    height: 3px;
    background: #0f74d2;
    transition: all 0.2s ease-in-out;
}
#snb ul li.on a{
    color: #0f74d2;
    font-weight: 700;
}
#snb ul li.on a:after{
    left: 0;
    width: 100%;
}
#snb ul li a:hover:after{
    left: 0;
    width: 100%;
}
.article{
    margin-top:75px;
    padding: 70px;
    background-color:#fff;
    border-radius:20rem;
}
#content{
    letter-spacing: -1px;
}

/*ul, li*/
ul.list_none > li{
    position: relative;
    margin: 5rem 0;
    padding: 0 0 0 16rem;
}
ul.list_none > li > ul > li{
    position: relative;
    margin: 5rem 0;
    padding: 0 0 0 15rem;
}
ul.dep_01 > li{
    position: relative;
    margin: 5rem 0;
    padding: 0 0 0 16rem;
}
.dep_01 > li:before {
    content: '';
    position: absolute;
    top: 8rem;
    left: 0;
    width: 0;
    height: 0;
    border-left: 6rem solid #9cc12e;
    border-top: 6rem solid transparent;
    border-bottom: 6rem solid transparent;
}
.dep_02 > li {
    position: relative;
    margin: 5rem 0;
    padding: 0 0 0 17rem;
}
.dep_02 > li:before {
    content: '';
    position: absolute;
    top: 11rem;
    left: 0;
    width: 4px;
    height: 4px;
    background: #646464;
}

/*caution*/
.caution {
    position: relative;
    margin: 5rem 0 5rem;
    padding-left: 32rem !important;
    font-weight: 500;
}
.caution:before {
    content: '!' !important;
    position: absolute;
    top: 4rem !important;
    left: 0;
    width: initial !important;
    height:initial !important;
    background: #ff6316!important;
    color: #fff;
    font-weight: 900;
    font-size: 12rem;
    padding: 0 9rem;
    border-radius: 5rem;
}

/*notice*/
.noti {
    position: relative;
    margin: 5rem 0 5rem;
    padding: 7px 40rem 7px 63rem;
    font-weight: 500;
    background-color: #ffede7;
    display: inline-block;
    border-radius: 10rem;
}
.noti:before {
    content: '' !important;
    position: absolute;
    top: 9rem !important;
    left: 30px !important;
    width: 24rem !important;
    height: 23rem !important;
    background: url(/design2023/edu/img/sub/content/noti.png) no-repeat !important;
    font-weight: 900;
    font-size: 12rem;
    padding: 1px;
    border-radius: 5rem;
}
@media all and (max-width:480px){
    .noti{
        padding:7px 30rem 7px 50rem;
    }
    .noti:before{
        left: 15px !important;
    }
}

/*btn*/
.btn_type {
    display: inline-block;
    background: #0f74d2;
    color: #fff;
    border-radius: 6rem;
    padding: 6rem 15rem;
    margin: 5rem;
    font-size: 16rem;
}
.btn_type span {
    display: inline-block;
    padding-left: 23rem;
    position: relative;
}
.btn_type.blank span:before {
    content: '';
    position: absolute;
    top: 6rem;
    left: 0;
    width: 14rem;
    height: 14rem;
    background: url(/design2023/ko/img/layout/blank.png) no-repeat 66.666% 0 / 400% auto;
}

/*table*/
.table {overflow-x:auto; border-top:2px solid #28557b; margin:20rem 0 25rem;}
.table table {width:100%; text-align:center; margin-left:-1px; line-height:1.6;}
.table table thead th,
.table table tbody th {background: #f5f8fd; border-left:1px solid #d2d3d9; border-bottom:1px solid #d2d3d9; padding:14rem;}
.table table tbody th {background:#fbfbfb;}
.table table tbody td { padding:14rem; border-bottom:1px solid #d2d3d9; border-left:1px solid #d2d3d9;}
.table table tbody td ul {margin-top:0; margin-bottom:0;}
.table table tbody td ul.dep_02 > li:first-child {margin-top:0;}
.table table tbody td ul.dep_02 li:last-child {margin-bottom:0;}
.table.tdL table tbody td {text-align:left;}
.table_scroll {background:url('/design2023/ko/img/sub/scroll.png') no-repeat left center; padding:10rem 0 10rem 70rem; margin:15rem 0 -15rem;}
.table.type2 {border-top:2px solid #323232;}
.table.type2 table thead th,
.table.type2 table tbody th {background:transparent; border-left:1px solid #ddd; border-bottom:1px solid #ddd;}
.table.type2 table thead th {border-bottom:1px solid #323232;}
.table.type2 table tbody th {background:transparent;}
.table.type2 table tbody td {border-bottom:1px solid #ddd; border-left:1px solid #ddd;}



@media (max-width: 1640px){
    .loca {
        right: 40rem;
    }
}
@media (max-width: 1240px){
    .inner .h3 p{
        width: 100%;
    }
    .loca {
        position: initial;
    }
    #snb {
        display: none;
    }
    .article{
        margin-top: 0;
    }
    .inner .h3{
        text-align: center;
    }
}
@media (max-width: 599px){
    .loca ul li:nth-child(2) {
        padding: 0 25px 0 0 ;
    }
}


@media (max-width:480px){
    .article{
        padding: 20px;
    }
    h3 {
        font-size: 31rem;
    }
    .inner{
        padding: 50rem 0 40rem;
    }
    .inner .h3 p{
        font-size: 18rem;
        padding: 15px 0 20px;
        line-height: 25px;
    }
    h4{
        font-size: 22rem;
    }
    h5{
        font-size: 20rem;
    }
}
