
/* subtop */
#subtop {
    position: relative;
}
#subtop .c_wrp {
    height: 450px;
    text-align: center;
}
#subtop .c_wrp h1 {
    font-size: 60px;
    line-height: 1em;
    letter-spacing: -0.03em;
    color: rgba(255,255,255,1);
}
#subtop .c_wrp h1 strong {
    color: #fff;
}
@media (max-width:992px) {
    #subtop .c_wrp {
        height: 350px;
    }
    #subtop .c_wrp h1 {
        font-size: 40px;
    }
}
@media (max-width:768px) {
    #subtop {
        background-size: cover !important;
    }
    #subtop .c_wrp {
        height: 250px;
    }
    #subtop .c_wrp h1 {
        font-size: 30px;
        margin-top: 0;
    }
}

/* prdList2 */
.prdList2 .item {
    border: 1px solid #eee;
    border-radius: 15px;
    text-decoration: none;
    display: block;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.prdList2 .item:hover {
    border-color: #000;
}
.prdList2 .item .txt {
    padding: 15px 20px 30px;
	height: 115px;
}
.prdList2 .item .txt p,
.prdList2 .item .txt h6 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
@media (max-width:768px){
    .prdList2 .item {
        border-radius: 10px;
    }
    .prdList2 .item .txt {
        padding: 8px 10px 20px;
	    height: 105px;
    }
}
@media (max-width:480px) {
    .prdList2 .item .txt {
        height: 80px;
    }
}

/* hisBox */
.hisBoxWrp,
.hisBox .hisCon {
    position: relative;
}
.hisBoxWrp:after {
    content: "";
    position: absolute;
    left: 510px;
    top: 0px;
    height: 100%;
    width: 1px;
    background-color: #ddd;
}

.hisBox .tit .con {
    position: relative;
    padding-left: 15px;
} 
.hisBox .tit .con:after {
    content: "";
    position: absolute;
    left: 0;
    top: -10px;
    width: 10px;
    height: 10px;
    background-color: #006aff;
    border-radius: 50%;
}
.hisBox .tit .haccp {
    max-width: 20vw;
}
.hisBox .hisCon .yItem {
    position: relative;
    padding-left: 200px;
    margin: 0 0 2rem;
}
.hisBox .hisCon .yItem .yBox {
    position: absolute;
    left: 0;
    top: 0;
    padding-right: 80px;
}
.hisBox .hisCon .yItem .yBox .dot {
    position: absolute;
    top: 0;
    left: 120px;
    width: 80px;
    height: 100%;
}
.hisBox .hisCon .yItem .yBox .dot:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate3d(-50%, -50%, 0);
    width: 19px;
    height: 19px;
    /* border: 1px solid rgba(51, 51, 51, 0.4); */
    border-radius: 50%;
    background-color: rgba(51, 51, 51, 0.1);
    z-index: 1;
}
.hisBox .hisCon .yItem .yBox .dot:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate3d(-50%, -50%, 0);
    width: 5px;
    height: 5px;
    background-color: rgba(51, 51, 51, 1);
    border-radius: 50%;
    z-index: 3;
}
.hisBox .hisCon .yItem .yBox .c_bl + .dot:after {
    background-color: rgba(0, 106, 255, 0.1);
}
.hisBox .hisCon .yItem .yBox .c_bl + .dot:before {
    background-color:  #006aff !important;
}
.hisBox .hisCon .yItem .hap .pList {
    padding-top: .6rem;
    padding-bottom: .6rem;
}
@media (min-width:768px) {
    .hisBox {
        display: flex;
        align-items: flex-start;
    }
    .hisBox .tit {
        width: 350px;
    }
    .hisBox .hisCon {
        width: calc(100% - 350px);
    }
}
@media (max-width:768px) {
    .hisBoxWrp:after {
        display: none;
    }
    .hisBox .hisCon:after {
        content: "";
        position: absolute;
        top: 0px;
        height: 100%;
        width: 1px;
        background-color: #ddd;
        left:  calc(100vw * 250 / 992);
    }
    .hisBox .hisCon .yItem {
        padding-left:  calc(100vw * 300 / 992);
    }
    .hisBox .hisCon .yItem .yBox {
        padding-right:  calc(100vw * 200 / 992);
    }
    .hisBox .hisCon .yItem .yBox .dot {
        left: calc(100vw * 150 / 992);;
        width: calc(100vw * 200 / 992);;
    }
}
@media (max-width:500px) {
    .hisBox .hisCon:after {
        left:  calc(100vw * 141 / 500);
    }
    .hisBox .hisCon .yItem {
        padding-left:  calc(100vw * 180 / 500);
    }
    .hisBox .hisCon .yItem .yBox {
        padding-right:  calc(100vw * 180 / 500);
    }
    .hisBox .hisCon .yItem .yBox .dot {
        left: calc(100vw * 95 / 500);;
        width: calc(100vw * 95 / 500);;
    }
}

/* company1 */
.company .sec1 .mtit {
    position: relative;
}
.company .sec1 .tt {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 100px;
    z-index: -1;
}

/* tt */
.tt svg {
	display: inline-block;
	width: 460px;
	height: 150px;
}
.tt svg text {
	font-size: 150px;
	stroke-width: 0.5;
	stroke: #666666;
	fill: rgba(220,220,220,0);
	stroke: rgba(220,220,220,1);
	animation: stroke 3s alternate;

    transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
@keyframes stroke {
	0%   {
		fill: rgba(220,220,220,0); stroke: rgba(220,220,220,1);
		stroke-dashoffset: 25%;
		stroke-dasharray:0 50%;
		stroke-width:0.5;
	}
	70%  {
		fill: rgba(220,220,220,0); stroke: rgba(220,220,220,1);
		stroke-width:0.5;
	}
	80%  {
		fill: rgba(220,220,220,0); stroke: rgba(220,220,220,1);
		stroke-width:0.5;
	}
	100% {
		fill: rgba(220,220,220,0); stroke: rgba(220,220,220,1);
		stroke-dashoffset: -25%;
		stroke-dasharray: 50% 0;
		stroke-width:0.5;
	}
}
@media (max-width:992px) {
    .tt svg {
        display: block !important;
        width: 430px !important;
        margin: -20px auto 0;
    }
    .tt svg text {
        font-size: 35px;
    }
}
@media (max-width:500px) {
    .tt svg {
        width: 300px !important;
        margin: -30px auto 0;
    }
    .tt svg text {
        font-size: 25px;
    }
    
    .tt svg text {
        stroke-width: 0;
        fill: rgba(220,220,220,1);
        stroke: rgba(220,220,220,1);
    }
    @keyframes stroke {
        0%   {
            fill: rgba(220,220,220,0); stroke: rgba(220,220,220,1);
            stroke-dashoffset: 25%;
            stroke-dasharray:0 50%;
            stroke-width:0.5;
        }
        70%  {
            fill: rgba(220,220,220,0); stroke: rgba(220,220,220,1);
            stroke-width:0.5;
        }
        80%  {
            fill: rgba(220,220,220,0); stroke: rgba(220,220,220,1);
            stroke-width:0.5;
        }
        100% {
            fill: rgba(220,220,220,1); stroke: rgba(220,220,220,1);
            stroke-dashoffset: -25%;
            stroke-dasharray:50% 0;
            stroke-width:0.5;
        }
    }
}

/* awdList */
.awdList .item {
    border: 1px solid #eee;
    text-decoration: none;
    display: block;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
/* .awdList .item.imp {
    border: 2px solid #000;
    box-shadow: 10px 10px 15px rgba(51, 51, 51, 0.1);
} */
.awdList .item .img {
    padding: 15px;
}
.awdList .item .img img {
    width: 150px;
}
.awdList .item .txt {
    padding: 15px 5px;
    border-top: 1px solid #ddd;
}
.awdList .item .txt p,
.awdList .item .txt h6 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
@media (max-width:768px){
    .awdList .item .txt {
        padding: 10px;
    }
}
/* table */

/*table_basic*/
.table.table_basic {
    border-top: 1px solid #454f5d;
}
.table.table_basic.table_fx {
    table-layout: fixed;
}
.table.table_basic thead tr th {
    background-color: #f4f4f4;
}
.table.table_basic thead tr th,
.table.table_basic thead tr td,
.table.table_basic tbody tr th,
.table.table_basic tbody tr td {
    font-size: 16px;
    color: #221814;
    line-height: 1.3em;
    text-transform: none;
    border: 1px solid #ddd;
    padding: 13px;
}
.table.table_basic2 thead tr th,
.table.table_basic2 thead tr td,
.table.table_basic2 tbody tr th,
.table.table_basic2 tbody tr td {
    font-size: 16px;
    padding: 5px;
}
.table.table_basic thead tr th:first-child,
.table.table_basic thead tr td:first-child,
.table.table_basic tbody tr th:first-child,
.table.table_basic tbody tr td:first-child {
    border-left: 0px;
}
.table.table_basic thead tr th:last-child,
.table.table_basic thead tr td:last-child,
.table.table_basic tbody tr th:last-child,
.table.table_basic tbody tr td:last-child {
    border-right: 0px;
}
.table.table_basic thead tr th,
.table.table_basic tbody tr th {
    font-weight: 600;
}
.table.table_basic tbody tr td {
    font-weight: 300;
}
.table.table_basic.table_center thead tr th,
.table.table_basic.table_center thead tr td,
.table.table_basic.table_center tbody tr th,
.table.table_basic.table_center tbody tr td {
    text-align: center;
}
.table.table_basic.th_center thead tr th,
.table.table_basic.th_center tbody tr th {
    text-align: center;
    word-break: keep-all;
}
.table.table_basic.table_vh thead tr th,
.table.table_basic.table_vh thead tr td,
.table.table_basic.table_vh tbody tr th,
.table.table_basic.table_vh tbody tr td {
    vertical-align: middle;
}
.table.table_basic.table_wb thead tr th,
.table.table_basic.table_wb tbody tr td,
.table.table_basic.table_wb tbody tr th {
    word-break: keep-all;
}
.table.table_basic.fx {
    table-layout: fixed;
}
.table.table_basic tbody tr th {
    background-color: #fcfcfc;
}
.table.table_basic tbody tr.imp th,
.table.table_basic tbody tr.imp td {
    background-color: #fdfffb;
}
.table.table_basic tbody tr td.imp {
    color: #006aff;
    font-weight: 600;
    background-color: #f2f6fd;
}
.table.table_basic tbody tr td.text-left {
    text-align: left;
}
.table.table_basic tbody tr td.text-right {
    text-align: right;
}
@media (max-width:768px){
    .table_wrp {
        width: 100%;
        overflow-x: scroll;
    }
    .table_wrp .table.table_basic {
        width: 700px;
    }
    .table.table_basic thead tr th,
    .table.table_basic thead tr td,
    .table.table_basic tbody tr th,
    .table.table_basic tbody tr td {
        font-size: calc(100vw * (15 / 768));
        padding: calc(100vw * (10 / 768));
		word-break: break-all !important;
    }
}
@media (max-width:768px){
    .table.table_basic thead tr th,
    .table.table_basic thead tr td,
    .table.table_basic tbody tr th,
    .table.table_basic tbody tr td {
        font-size: calc(100vw * (15 / 500));
        padding: calc(100vw * (10 / 500));
    }
}


/* grades */
.gradeWrpLine {
    padding: 15px;
    border-radius: 10px;
    border: 1px solid #eee;
}
.gradeWrpLine .lft {
    width: 130px;
}
.gradeWrpLine .rt {
    width: calc(100% - 130px);
}
.grades .grade {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
}
.grades .grade:not(.autoH) {
    height: 200px;
}
.grades .grade.autoH {
    padding: 20px 5px;
}
.grades .grade.gradeA,
.grades .grade.gradeA h2,
.grades .grade.gradeA h1 {
    color: #1463d1;
    background-color: #f2f6fd;
}
.grades .grade.gradeCR,
.grades .grade.gradeCR h2,
.grades .grade.gradeCR h1 {
    color: #15a3a3;
    background-color: #f0ffff;
}


/* tinyList */
.deptList .tinyList > li {
    margin-left: 20px;
}
.tinyList > li {
    position: relative;
    padding-left: 10px;
    margin: 3px 0;
}
.tinyList > li:after {
    content: "";
    position: absolute;
    left: 0;
    top: 9px ;
    width: 3px;
    height: 3px;
    background-color: #aaa;
}
.tinyList > li h6 {
    font-weight: 300;
}
@media (max-width:768px){
    .tinyList > li:after {
        top: 5px;
    }
}

/* dvdLined */
.dvdLined {
    height: 1px;
    background-color: #ddd;
    margin: 40px 0;
}
/*mapbox*/
.mapbox .root_daum_roughmap .wrap_map {
    height: 450px !important;
}
@media (max-width:767px) {
	.mapbox .root_daum_roughmap .wrap_map {
		height: 250px !important;
	}
}

.section_search { position:relative; }
#board1 .highlight {background:#ffff1f8a;}
#board1 input[name='stx'] { position:absolute;right:0; top:0; border: 2px solid #aaa; padding: 10px; width: 200px; font-size:15px; }