@charset "utf-8";

/* section1 */
#section1 {
    position: relative
}

#section1 .slider {
    position: relative;
}

#section1 .slider .slider_img img {
    width: 100%;
}

#section1 .slider .cont {
    position: absolute;
    width:100%;
    top: 150px;
    /*left: calc(50% - 650px);*/
    color: white;
    font-size: 22px;
    font-weight: 200;
    text-align:center;
}

#section1 .slider .cont h3 span{
	border-bottom: 5px solid #fff;
	padding: 10px 0;
}

#section1 .slider .cont .tit {
    font-size: 47px;
}

#section1 .slider .cont p {
    font-size: 24px;
    text-align:center;
    padding: 20px 0;
}

#section1 .bx-pager {
    display: none
}

#section1 .bx-controls-direction a {
    position: absolute;
    top: 46%;
    display: inline-block;
    width: 40px;
    height: 74px;
    font-size: 0;
    opacity: 0.5;
}

#section1 .bx-controls-direction a.bx-prev {
    left: 100px;
    background: url(../images/btn/sliderL.png) no-repeat;
    /* opacity: 0.5; */
}

#section1 .bx-controls-direction a.bx-next {
    right: 100px;
    background: url(../images/btn/sliderR.png) no-repeat;
}

#section1 .bx-controls-direction a:hover {
    opacity: 1
}

#section1 .quick {
    position: absolute;
    width: 100%;
    bottom: 25%;
    /* left: calc(50% - 650px); */
    text-align: center;
}

#section1 .quick a {
    min-width: 140px;
    display: inline-block;
    text-align: center;
}

#section1 .quick a img {
    display: inline-block;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.48);
    position: relative;
}

#section1 .quick a:hover img {
    background-color: #2b5ac2;
    transition: 0.3s;
}

#sports #section1 .quick a:hover img {
    background-color: #009688;
    transition: 0.3s;
}

#doing #section1 .quick a:hover img {
    background-color: #1e93c8;
    transition: 0.3s;
}

#cook #section1 .quick a:hover img {
    background-color: #0da650;
    transition: 0.3s;
}

#kid #section1 .quick a:hover img {
    background-color: #e2ab06;
    transition: 0.3s;
}

#medical #section1 .quick a:hover img {
    background-color: #df7959;
    transition: 0.3s;
}

#port #section1 .quick a:hover img {
    background-color: #4570a3;
    transition: 0.3s;
}

#jewellery #section1 .quick a:hover img {
    background-color: #B22222;
    transition: 0.3s;
}

#welfare #section1 .quick a:hover img {
    background-color: #0da650;
    transition: 0.3s;
}

#hearing #section1 .quick a:hover img {
    background-color: #00BFFF;
    transition: 0.3s;
}

#section1 .quick a:hover img {
    text-align: center
}

#section1 .quick a span {
    color: white;
    display: block;
    text-align: center;
    margin-top: 10px;
    font-size: 18px;
}

section:not(#section1) {
    padding: 80px 0;
}

section .more {
    position: absolute;
    right: 0;
    font-size: 0;
    background: url(../images/btn/photogal_more.png) no-repeat;
    width: 20px;
    height: 20px;
}

/* section2 */
#section2 {
    background-color: #f3f6fb;
}

#sports #section2 {
    background-color: #f3fbf9;
}

#section2 .tabs {
    overflow: hidden;
    color: #666666;
    font-size: 18px;
    position: relative;
    width: 100%
}

#section2 .tabs li {
    float: left;
    margin-right: 20px;
    line-height: 25px;
    font-size: 20px;
    cursor: pointer;
}

#section2 .tabs li.active {
    font-size: 25px;
    color: black;
    line-height: 28px;
    font-weight: 700;
    cursor: pointer;
}


#section2 .tabs2 {
    overflow: hidden;
    color: #666666;
    font-size: 18px;
    position: relative;
    width: 100%
}

#section2 .tabs2 li {
    float: left;
    margin-right: 20px;
    line-height: 25px;
    cursor: pointer;
}

#section2 .tabs2 li.active {
    font-size: 23px;
    color: black;
    line-height: 23px;
    font-weight: 700;    
    cursor: pointer;
}

#section2 .tabs2 li .more {
    position: absolute;
    right: 0;
    font-size: 0;
    background: url(../images/btn/photogal_more.png) no-repeat;
    width: 20px;
    height: 20px;
}

#section2 .notice1 {
    width: calc(50% - 20px);
    margin-right: 40px
}

#section2 .notice1 .tab_container {}

#section2 .notice1 .tab_container li {
    overflow: hidden;
    margin-top: 30px
}

#section2 .notice1 .tab_container li a {
    display: block
}

#section2 .notice1 .tab_container li .date {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: white;
    text-align: center;
    margin-right: 30px;
}

#section2 .notice1 .tab_container li a:hover .date {
    background-color: #2b5ac2;
    color: rgba(255, 254, 254, 0.65);
    transition: 0.4s
}

#section2 .notice1 .tab_container li .date .year {
    padding-top: 18px;
    display: inline-block;
}

#section2 .notice1 .tab_container li .date .day {
    display: block;
    font-size: 40px;
    font-weight: 700;
    color: black;
    line-height: 1em
}

#section2 .notice1 .tab_container li a:hover .day {
    color: white;
    transition: 0.4s
}

#section2 .notice1 .tab_container li a > .cont {
    width: calc(100% - 130px);
    color: black;
    font-size: 20px;
    padding: 12px 0;
}

#section2 .notice1 .tab_container li a .cont .tit {
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;    
    font-size: 22px;
}

#section2 .notice1 .tab_container li .cont .cont {
    font-size: 18px;
    color: #666666;
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;     
    margin-top: 15px;
}

#section2 .notice1 .tab_container li a:hover .cont .tit {
    color: #2b5ac2;
    /* font-size: 22px; */
}

#section2 .notice2 {
    width: calc(50% - 20px);
}

#section2 .notice2 .tab_container ul {
    margin-top: 30px
}

#section2 .notice2 .tab_container ul li {
    line-height: 2em;
    font-size: 17px;
}

#section2 .notice2 .tab_container ul li a {
    display: block
}

#section2 .notice2 .tab_container ul li span {
    color: #666666
}

#section2 .notice2 .tab_container ul li a:hover p {
    color: #2b5ac2;
    font-weight: 500
}

#port #section2 .notice1 .tab_container li a:hover .date {
    background-color: #4570a3;
    color: rgba(255, 254, 254, 0.65);
    transition: 0.4s
}

#port #section2 .notice1 .tab_container li a:hover .cont .tit {
    color: #4570a3;
}

#port #section2 .notice2 .tab_container ul li a:hover p {
    color: #4570a3;
    font-weight: 500
}

#doing #section2 .notice1 .tab_container li a:hover .date {
    background-color: #1e93c8;
    color: rgba(255, 254, 254, 0.65);
    transition: 0.4s
}

#doing #section2 .notice1 .tab_container li a:hover .cont .tit {
    color: #1e93c8;
}

#doing #section2 .notice2 .tab_container ul li a:hover p {
    color: #1e93c8;
    font-weight: 500
}

#kid #section2 .notice1 .tab_container li a:hover .date {
    background-color: #e2ab06;
    color: rgba(255, 254, 254, 0.65);
    transition: 0.4s
}

#kid #section2 .notice1 .tab_container li a:hover .cont .tit {
    color: #e2ab06;
}

#kid #section2 .notice2 .tab_container ul li a:hover p {
    color: #e2ab06;
    font-weight: 500
}

#sports #section2 .notice1 .tab_container li a:hover .date {
    background-color: #009688;
    color: rgba(255, 254, 254, 0.65);
    transition: 0.4s
}

#sports #section2 .notice1 .tab_container li a:hover .cont .tit {
    color: #009688;
}

#sports #section2 .notice2 .tab_container ul li a:hover p {
    color: #009688;
    font-weight: 500
}

#medical #section2 .notice1 .tab_container li a:hover .date {
    background-color: #df7959;
    color: rgba(255, 254, 254, 0.65);
    transition: 0.4s
}

#medical #section2 .notice1 .tab_container li a:hover .cont .tit {
    color: #df7959;
}

#medical #section2 .notice2 .tab_container ul li a:hover p {
    color: #df7959;
    font-weight: 500
}

#cook #section2 .notice1 .tab_container li a:hover .date {
    background-color: #0da650;
    color: rgba(255, 254, 254, 0.65);
    transition: 0.4s
}

#cook #section2 .notice1 .tab_container li a:hover .cont .tit {
    color: #0da650;
}

#cook #section2 .notice2 .tab_container ul li a:hover p {
    color: #0da650;
    font-weight: 500
}

#jewellery #section2 .notice1 .tab_container li a:hover .date {
    background-color: #B22222;
    color: rgba(255, 254, 254, 0.65);
    transition: 0.4s
}

#jewellery #section2 .notice1 .tab_container li a:hover .cont .tit {
    color: #B22222;
}

#jewellery #section2 .notice2 .tab_container ul li a:hover p {
    color: #B22222;
    font-weight: 500
}

#welfare #section2 .notice1 .tab_container li a:hover .date {
    background-color: #0da650;
    color: rgba(255, 254, 254, 0.65);
    transition: 0.4s
}

#welfare #section2 .notice1 .tab_container li a:hover .cont .tit {
    color: #0da650;
}

#welfare #section2 .notice2 .tab_container ul li a:hover p {
    color: #0da650;
    font-weight: 500
}

#hearing #section2 .notice1 .tab_container li a:hover .date {
    background-color: #00BFFF;
    color: rgba(255, 254, 254, 0.65);
    transition: 0.4s
}

#hearing #section2 .notice1 .tab_container li a:hover .cont .tit {
    color: #00BFFF;
}

#hearing #section2 .notice2 .tab_container ul li a:hover p {
    color: #00BFFF;
    font-weight: 500
}


/* section3 */

#section3 {
    overflow: hidden;
    border-bottom: 1px solid #e5e5e5;
}

#section3 .tit {
    position: relative;
    font-size: 24px;
    color: black;
    margin-bottom: 30px;
}

#section3 li {
    float: left;
    margin-right: 20px;
    width: calc(25% - 15px)
}

#section3 li:last-child {
    margin-right: 0
}

#section3 li .imgW {
    width: 100%;
    overflow: hidden;
    border: 2px solid white;
    padding: 0;
    margin-bottom: 20px;
}

#section3 li .imgW img {
    width: 100%
}

#section3 li .cont {
    font-size: 18px;
}

#section3 li:hover .imgw {
    border: 2px solid #2b5ac2;
    padding: 2px
}

#sports #section3 li:hover .imgw {
    border: 2px solid #009688;
    padding: 2px
}

#kid #section3 li:hover .imgw {
    border: 2px solid #e2ab06;
    padding: 2px
}

#medical #section3 li:hover .imgw {
    border: 2px solid #df7959;
    padding: 2px
}

#doing #section3 li:hover .imgw {
    border: 2px solid #1e93c8;
    padding: 2px
}

#port #section3 li:hover .imgw {
    border: 2px solid #4570a3;
    padding: 2px
}

#cook #section3 li:hover .imgw {
    border: 2px solid #0da650;
    padding: 2px
}

#jewellery #section3 li:hover .imgw {
    border: 2px solid #B22222;
    padding: 2px
}

#welfare #section3 li:hover .imgw {
    border: 2px solid #0da650;
    padding: 2px
}

#hearing #section3 li:hover .imgw {
    border: 2px solid #00BFFF;
    padding: 2px
}

@media (max-width:1260px) {

    #section3 li {
        width: calc(50% - 20px);
        margin-right: 20px;
        /* min-height: 320px; */
    }

    #section3 li:nth-child(2n-1) {
        margin-right: 20px;
    }

}

/* section4 */

#section4 {}

#section4 > div {
    height: 260px;
    padding: 40px 60px;
    margin-right: 30px
}

#section4 .tit {
    font-size: 22px;
    margin-bottom: 20px;
}

#section4 .banner1 {
    width: 540px;
    background-size: cover;
    color: #c6c6c7;
}

#section4 .banner1 .cont {
    line-height: 1.5em;
    margin-bottom: 30px;
    font-size: 18px;
}

#section4 .banner1 a {
    background: url(../images/arrow.png) bottom left no-repeat;
    display: inline-block;
    width: 150px;
    padding-bottom: 5px;
    opacity: 0.8
}

#section4 .banner1 a:hover {
    background-position-x: 15px;
    transition: 0.3s;
    opacity: 1
}

#medical #section4 .banner1 {
    background: url(../images/medical/banner01.png) no-repeat;
    color: #f5f5f5;
}

#police #section4 .banner1 {
    background: url(../images/police/banner01.png) no-repeat;
    color: #f5f5f5;
}

#spe #section4 .banner1 {
    background: url(../images/spe/banner01.png) no-repeat;
    color: #f5f5f5;
}

#sports #section4 .banner1 {
    background: url(../images/sports/banner01.png) no-repeat;
    color: #f5f5f5;
}

#cook #section4 .banner1 {
    background: url(../images/cook/banner01.png) no-repeat;
}

#kid #section4 .banner1 {
    background: url(../images/kid/banner01.png) no-repeat;
    color: #f5f5f5;
}

#doing #section4 .banner1 {
    background: url(../images/doing/banner01.png) no-repeat;
    color: #f5f5f5;
}

#port #section4 .banner1 {
    background: url(../images/port/banner01.png) no-repeat;
    color: #f5f5f5;
}

#center #section4 .banner1 {
    background: url(../images/center/banner01.png) no-repeat;
}

#sports #section4 .banner1 {
    margin-right: 30px;
    width: calc(50% - 15px);
    background-size: cover;
}

#jewellery #section4 .banner1 {
    background: url(../images/jewellery/banner01.png) no-repeat;
    color: #f5f5f5;
}

#welfare #section4 .banner1 {
    background: url(../images/welfare/banner01.png) no-repeat;
    color: #f5f5f5;
}

#hearing #section4 .banner1 {
    background: url(../images/hearing/banner01.png) no-repeat;
    color: #f5f5f5;
}


#section4 .banner2 {
    width: 540px;
    position: relative;
    background-color: #053187;
    color: #fff;
    ;
}

#sports #section4 .banner2 {
    width: 540px;
    position: relative;
    background-color: #009688;
    color: #fff;
    ;
}

#sports #section4 .banner2 {
    width: calc(50% - 15px);
    margin-right: 0;
}

#kid #section4 .banner1 {
    width: calc(50% - 15px);
    background-size: cover
}

#kid #section4 .banner2 {
    width: calc(50% - 15px);
    background-color: #e2ab06;
    margin-right: 0;
}

#cook #section4 .banner1 {
    width: calc(50% - 15px);
    background-size: cover
}

#cook #section4 .banner2 {
    width: calc(50% - 15px);
    background-color: #0da650;
    margin-right: 0;
}

#doing #section4 .banner1 {
    width: calc(50% - 15px);
    background-size: cover
}

#doing #section4 .banner2 {
    width: calc(50% - 15px);
    position: relative;
    background-color: #1e93c8;
    margin-right: 0;
}

#center #section4 .banner1 {
    width: calc(50% - 15px);
    background-size: cover
}

#center #section4 .banner2 {
    width: calc(50% - 15px);
    margin-right: 0;
}

#port #section4 .banner2 {
    background-color: #4570a3;
}

#medical #section4 .banner2 {
    background-color: #df7959;
}

#jewellery #section4 .banner1 {
    width: calc(50% - 15px);
    background-size: cover
}

#jewellery #section4 .banner2 {
    width: calc(50% - 15px);
    background-color: #B22222;
    margin-right: 0;
}

#welfare #section4 .banner1 {
    width: calc(50% - 15px);
    background-size: cover
}

#welfare #section4 .banner2 {
    width: calc(50% - 15px);
    background-color: #0da650;
    margin-right: 0;
}

#hearing #section4 .banner1 {
    width: calc(50% - 15px);
    background-size: cover
}

#hearing #section4 .banner2 {
    width: calc(50% - 15px);
    background-color: #00BFFF;
    margin-right: 0;
}


#section4 .more {
    right: 60px;
    background: url(../images/moreW.png) no-repeat;
}

#section4 .top {
    margin-bottom: 30px
}

#section4 .title {
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    margin-right: 30px;
    border-radius: 50%;
    background-color: white;
    color: #1e3260;
    font-weight: 500;
}

#section4 .tell {
    width: calc(100% - 78px);
    font-size: 17px;
}


#section4 .banner3 {
    width: calc(100% - 1140px);
    margin-right: 0;
    padding: 0;
}

#section4 .banner3 > div {
    height: 120px;
    /* text-align:center; */
    padding-left: 59px;
    line-height: 120px;
    font-size: 20px;
    color: white;
    /* border: 2px solid black; */
}

#section4 .banner3 div a {
    display: block
}

#section4 .banner3 .top img {
    width: 50px;
    display: inline-block;
    margin-right: 15px
}

#section4 .banner3 .top {
    background-color: #b5499b;
    margin-bottom: 20px;
    background-size: cover;
}

#section4 .banner3 .bottom {
    background-color: #435e99;
}

#section4 .banner3 .bottom img {
    width: 40px;
    display: inline-block;
    margin-right: 15px
}

#section4 .banner3.txt {
    position: relative
}

#section4 .banner3.txt a {
    display: block
}

#section4 .banner3.txt p {
    position: absolute;
    top: 60px;
    left: 30px;
    font-size: 25px;
    color: white;
    font-weight: 700;
}

#section4 .banner3.txt p span {
    font-size: 15px;
    font-weight: 100;
    display: block;
}

/*추후삭제(시작) #police -> .txt 하나의 타입으로 공통사용*/
#police #section4 .banner3 {
    position: relative
}

#police #section4 .banner3 a {
    display: block
}

#police #section4 .banner3 p {
    position: absolute;
    top: 60px;
    left: 30px;
    font-size: 25px;
    color: white;
    font-weight: 700;
}

#police #section4 .banner3 p span {
    font-size: 15px;
    font-weight: 100;
    display: block;
}

/*추후삭제(끝)*/


@media screen and (max-width:1366px) {
    
    #section1 .quick {
		max-width: 100%;
		bottom: 15%;
		/* left: calc(50% - 512px); */
   
    }

    #section1 .quick a {
        margin-right: 0;
    }    
    
    #section1 .slider .cont {
    	max-width: 100%;
	    font-size: 16px;
	    top: 20%;
	    /* left: 15%;
    }    
    
    #section1 {
        /* margin-top: 59px; */
    }
    
    .inner {
        max-width: 1200px;
    }
    
}

@media screen and (max-width:1200px) {
    
    #section1 .quick{
        /*display: none;*/
        width: 100%;
        position: static;
        text-align: center;
        padding: 50px 0;
    }
    
    #section1 .slider .cont {
		width: 100%;
	    top: 30%;
	    left: 0;
    }    
    
    #section1 .quick a span{
        color:#000;
        font-size: 15px;
    }
    
    #section1 .quick a{
        min-width:auto;
        width: calc(100% / 6 - 60px);
        margin-right: 40px;
    }
    
    #section1 .quick a:last-child{
        margin-right:0;
    }
    
    #section1 .bx-controls-direction a {
        top: 20%;
    }
    
    #section1 .bx-controls-direction a.bx-prev {
        left: 50px;
    }

    #section1 .bx-controls-direction a.bx-next {
        right: 50px;
    }
    
    section:not(#section1) {
        padding: 30px;
    } 
    
    #section2 .inner > div {
        float: none;
        width: 100%
    }

    #section2 .notice1 {
        margin-bottom: 50px
    }

    #section2 .notice1 .tab_container #tab1 {
        border-bottom: 1px solid rgba(0, 0, 0, 0.12);
        padding-bottom: 30px
    }    
}

@media screen and (max-width:900px) {

    #section1 .quick a {
        width: calc(100% / 6 - 20px);
    }
    
    #section1 .quick a {
        margin-right: 15px;
    }
    
    #section1 .quick a img{
        max-width: 80px;
    }
    
    #section1 .slider .cont .tit {
        font-size: 36px;
    }  

    #section1 .slider .cont p {
        font-size: 20px;
    }    
    
    #section1 .bx-controls-direction a {
        top: 17%;
    }    
}

@media (max-width:700px) {
    
    
    #section1 .bx-controls-direction a {
        display: none
    }

    section:not(#section1) {
        padding: 30px
    }

    #section1 .slider .cont {
		top: 27%;
	    left: 0;
	    width: 100%;
    }     
    
     #section1 .slider .cont h3 span{
     	border-bottom:3px solid #fff;
     }

    #section4 > div {
        padding: 20px;
        height: auto
    }
    
    #section1 .slider .cont .tit {
        font-size: 20px;
        line-height: 28px;
    }   
    
    #section1 .slider .cont p {
        font-size: 13px;
        line-height:20px;
    }    

    #section1 {
        /* margin-top: 59px; */
        min-height: 100px;
    }    

    #section1 .slider .slider_img img {
        /*width: 140%;
        max-width: 140%;*/
    }   
    
    #section1 .quick {
        padding: 30px 0;
    }    
    
    #section1 .quick a {
	    width: calc(100% / 3 - 20px);
	    margin-bottom: 30px;
    }
    
    /*#section1 .quick a:nth-child(even){
        margin-right:0;
    }*/
    
    #section1 .quick a:nth-child(3), #section1 .quick a:nth-child(5){
    	margin-right:0;
    }
    
    #section1 .quick a:nth-child(5), #section1 .quick a:nth-child(6){
        margin-bottom:0;
    }    
    
    #section1 .quick a span {
        font-size: 15px;
    }    
    
    #section1 .quick a img {
        max-width: 80px;
    }
    
    .inner {
        width: 100%;
    }  
    
    #section2 .tabs li, #section2 .tabs2 li {
        font-size: 16px;  
    }

    #section2 .tabs li.active, #section2 .tabs2 li.active {
        font-size: 18px;
    }   
    
    #section2 .notice1 .tab_container li a > .cont {
        font-size: 17px
    }    
    
    #section2 .notice1 .tab_container li a > .cont{
        width:100%;
    } 
    
    #section2 .notice1 .tab_container li .date {
        margin: 0 auto;
        display: block;
    }  

    #section2 .notice1 .tab_container li .boxing .leftbox {
        float: none;
    } 
    
    #section2 .notice1 {
        margin-bottom: 30px;
    }
    
    #section2 .notice1 .tab_container li a .cont .tit {
        font-size: 18px;
    }    
    
    #section2 .notice1 .tab_container li .cont .cont {
        font-size: 16px;
        margin-top: 5px;
    }    

    #section2 .notice2 .tab_container ul li {
        font-size: 16px;
    }    
    
    .tab_content2 .boxing .leftbox {
        width: calc(100% - 80px);
    }    
  
}