@import url('https://fonts.googleapis.com/css?family=Noto+Sans+KR:100,300,400,500,700,900&display=swap');
@import url('https://cdn.rawgit.com/moonspam/NanumSquare/master/nanumsquare.css');
@import url('https://fonts.googleapis.com/css?family=Bilbo&display=swap');
@import url('https://fonts.googleapis.com/css?family=Lato&display=swap');



/*
font-family: 'Noto Sans KR', sans-serif;
font-family: 'NanumSquare', sans-serif
font-family: 'Bilbo', cursive;
font-family: 'Lato', sans-serif;
*/
a{
    color: #000;
}

a:hover,
a:focus{
    text-decoration: none !important;
}

ul, ol{
    list-style: none;
    margin: 0;
    padding: 0;
}

ul li,
ol li{
    list-style: none !important;
}

html, body{
    font-family: 'Noto Sans KR', sans-serif;
}

legend{
    width: auto;
    border-bottom: none;
}

.clear:after{
    content: "";
    display: block;
    clear: both;
}

.img_wrap{
    position: relative;
}

.img_wrap .img{
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #000;
    background-position: center;
    padding-top: 50%;
}

.align-center{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

/*  */
.content.main{
    padding-top: 0;
}

.content{
    /* padding-top: 150px; */
}

/* 메인화면 슬로건 대표 문구 */

.title1 *,
.title2 *,
.title3 *,
.title4 *,
.title5 *,
.title6 *,
.title7 *{
    word-break: keep-all;
}

.title1{
    font-size: 45px;
    line-height: 1.5;
    font-weight: 600;
    margin-bottom: 30px;
    display: block;
}

.text1{
    font-size: 18px;
    line-height: 2.222;
    font-weight: 100;
}

.text1 p{
     margin-bottom: 30px;
}


.title1 .tit{ 
    font-size: 70px;
    font-weight: bold;
    line-height: 0.99;
    letter-spacing: -2.8px;
    margin-bottom: 15px;
	 padding-top:50px;
	
}

.title1 .txt{
    font-size: 25px;
    font-weight: 100;
    letter-spacing: -1.88px;
}

.title2 .tit{
    font-size: 30px;
    font-weight: bold;
}

.title2 .txt{
    font-size: 16px;
    font-weight: 100;
    letter-spacing: -1.2px;
    margin-left: 10px;
}

.title4{
    color: #fff;
}

.title4 .subtit{
    font-size: 35.5px;
    font-weight: 500;
    line-height: 1.22;
    letter-spacing: -2.73px;
}

.title4 .txt{
    font-size: 18px;
    line-height: 1.67;
    letter-spacing: -0.72px;
	
}

/* 상단 타이틀 영문폰트정보*/
.title4 .tit{
    font-family: 'NanumSquare', sans-serif;
    font-weight: bold;
    font-size: 50px;
    line-height: 0.83;
	margin-bottom:30px;
}

.title4.type1 .txt{
    margin-top: 35px;
    margin-bottom: 100px;
}

.title4.type2 .txt{
    margin-bottom: 90px;
}

.title4.type3 .tit{
    margin-top: 60px;
}

.title5{
    color: #333;
}

.title5 .subtit{
    font-size: 45px;
    margin-bottom: 30px;
    word-break: keep-all;
    letter-spacing: -1px;
    width: 320px;
    line-height: 1.3;
}

.title5 .tit{
    font-size: 120px;
    font-weight: bold;
    padding-bottom: 35px;
    position: relative;
    word-break: keep-all;
    text-transform: capitalize;
}

/* .yellow .title5 .tit{
    color: #ffbc00;
} */

.title5 .tit:after{
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 65px;
    height: 9px;
    background: #ffbc00;
}

/*  */
.deco-txt1{
    position: relative;
    padding: 0 15px;
    display: inline-block;
}

.deco-txt1:after{
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 0;
    bottom: -3px;
    height: 15px;
    background: #fbd107;
    display: inline-block;
    opacity: 0.3;
}

/*  */
.linkbox1{
    text-align: center;
}


/*
 border:4px solid rgba(255, 255, 255, .7); border-radius:100%}
.point_wrap li a  {text-align:center; display:table; width:135px; height:135px; background:rgba(188, 3, 73, .79); border-radius:100%; transition:0.3s}

background:#ffe802; border-radius:100%;}
*/

.linkbox1 .link{
    width: 165px;
    height: 165px;
    border:4px solid rgba(255, 255, 255, .7);
    text-align: center;
    display: inline-block;
    margin: 0 25px;
    color: #fff;
    font-size: 18px;
    line-height: 1.21;
    letter-spacing: -1.49px;
    position: relative;
    transition: 0.6s;
    -webkit-transition: 0.6s;
    position: relative;
	background:rgba(188, 3, 73, .79);  border-radius:10%;
}

.linkbox1 .link::after{
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 0;
    transition: 0.6s;
    -webkit-transition: 0.6s;
 
     z-index: -1;
    opacity: 0.9;
}

.linkbox1 .link:hover{
    color: #000;
    border: 4px solid #fbd107;
	border-radius:100%;
	background:#ffe802;
}

.linkbox1 .link:hover::after{
    height: 100%;
}




.layout1{
    max-width:1240px; height:auto;
    margin: auto;
    padding: 0 20px;
}

.img_wrap{
    position: relative;
}

.img_wrap .img{
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #000;
    background-position: center;
    padding-top: 50%;
}



.liststyle1 .liststyle1-col{
    float: left;
    padding: 0px 10px;
    width: 25%;
    opacity: 0;
    transform: translateY(-40px);
    -webkit-transform: translateY(-40px);
}

.liststyle1 .liststyle1-col.no1{
    transition: 2s ease;
    -webkit-transition: 2s ease;
}

.liststyle1 .liststyle1-col.no2{
    transition: 2s ease 0.3s;
    -webkit-transition: 2s ease 0.3s;
}

.liststyle1 .liststyle1-col.no3{
    transition: 2s ease 0.6s;
    -webkit-transition: 2s ease 0.6s;
}

.liststyle1 .liststyle1-col.no4{
    transition: 2s ease 0.9s;
    -webkit-transition: 2s ease 0.9s;
}

.liststyle1.active .liststyle1-col{
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
}


.liststyle1 .liststyle1-item{
    margin-bottom: 50px;
}

.liststyle1 .liststyle1-item a{
    color: #000;
}

.liststyle1 .liststyle1-item .tit{
    margin-top: 15px;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: -1.08px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.liststyle1 .liststyle1-item .img{
    padding-top: 80%;
}

.liststyle1 .liststyle1-item.large .img{
    padding-top: 145%;
}

.liststyle1 .liststyle1-item .img::after{
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #000;
    opacity: 0;
    transition: 0.6s ease;
    -webkit-transition: 0.6s ease;
}

.liststyle1 .liststyle1-item .wr_content{
    position: absolute;
    left: 0;
    top: 51%;
    transform: translateY(-50%);
    padding: 20px;
    opacity: 0;
    transition: 0.6s ease;
    -webkit-transition: 0.6s ease;
    color: #fff;
}

.liststyle1 .liststyle1-item:hover .wr_content{
    opacity: 1;
    top: 50%;
}

.liststyle1 .liststyle1-item:hover .img::after{
    opacity: 0.7;
}

.liststyle2{
    transition: 1s ease;
    -webkit-transition: 1s ease;
    opacity: 0;
}

.liststyle2.active{
    opacity: 1;
}


.liststyle2-item{
    width: 50%;
    float: left;
    padding: 0 10px;
}

.liststyle2-item .img_wrap{
    overflow: hidden;
}

.liststyle2-item .img{
    padding-top: 56.66666%;
    transition: 4s ease;
    -webkit-transition: 4s ease;
}

.liststyle2-item .img::after{
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #000;
    opacity: 0;
    transition: 1s ease;
    -webkit-transition: 1s ease;
}

.liststyle2-item .fa{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 5;
    color: #fff;
    font-size: 60px;
}

.liststyle2-item:hover .img{
    transform: scale(1.02);
}

.liststyle2-item:hover .img::after{
    opacity: 0.1;
}

.liststyle3{
    position: relative;
}

.liststyle3-item{
    width: 20%;
    float: left;
    padding: 0 10px;
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    position: relative;
}

.liststyle3-item.on{
    width: 40%;
}

.liststyle3-item .img{
    padding-top: 0%;
    height: 425px;
    position: relative;
}

.liststyle3-item .img:after{
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #000;
    opacity: 0.4;
    z-index: 0;
}

.liststyle3-item a,
.liststyle3-item .txt_wrap{
    color: #fff;
}


/*                                                      메인 박스 프로그램 바로가기 타이틀     */
.liststyle3-item .txt_wrap .tit{
    font-size: 24px; color:#FC3;
	font-weight: 600;
    line-height: 1.09;
    margin-bottom: 20px;
    word-break: keep-all;
}

.liststyle3-item .txt_wrap .txt{
    display: none;
    font-family: 'NanumSquare', sans-serif;
    font-size: 16px;
    line-height: 1.5;
    opacity: 0;
    visibility: collapse;
    transition: 0.5s ease 0.5s;
    -webkit-transition: 0.5s ease 0.5s;
    word-break: keep-all;
}

.liststyle3-item.on .txt_wrap .txt{
    display: block;
    visibility: visible;
    opacity: 1;
}

.liststyle4-item{
    width: 33.3333%;
    padding: 0 10px;
    float: left;
    position: relative;
}

.liststyle4-item a{
    color: #000;
    display: block;
}

.liststyle4-item .img_wrap{
    width: 140px;
    height: 140px;
}

.liststyle4-item .img_wrap .img{
    padding-top: 0;
    height: 100%;
}

.liststyle4-item .txt_wrap{
    position: absolute;
    left: 0px;
    padding: 15px;
    top: 0;
    padding-left: 165px;
    right: 0;
    width: 100%;
}

.liststyle4-item .txt_wrap .tit{
    font-family: 'NanumSquare', sans-serif;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: -0.9px;
    height: 66px;
    overflow: hidden;
    margin-bottom: 15px;
    word-break: keep-all;
}

.liststyle4-item .txt_wrap .txt{
    font-family: 'NanumSquare', sans-serif;
    font-size: 12px;
    word-break: keep-all;
}


/*  */
.pd-lf0{
    padding-left: 0 !important;
}

.pd-rt0{
    padding-right: 0 !important;
}



/* board */
.write-tb td,
.write-tb th{
    min-height: 30px;
}
.write-tb td .spanbox{
    margin-right: 10px;
}

.write-tb th{
    background: #f4f4f4;
}

.write-tb input[type="radio"],
input[type="checkbox"]{
    margin-top: -2px;
}

.write-tb input[type="text"],
.write-tb select{
    padding: 5px 10px;
    border: 1px solid #ccc;
    border-radius: 0;
    box-shadow: none;
    min-width: 220px;
}

.write-tb #wr_subject{
    margin-bottom: 5px;
}

.write-tb-box{
    margin-bottom: 70px;
}

.write-tb-box .tb-h1{
    margin-bottom: 30px;
}

.btn_cke_sc{
    height: auto;
}

#bo_w,
#bo_v{
    /* padding-top: 70px;
    padding-bottom: 70px; */
}

.write-tb .privacybox{
    height: 150px;
    overflow: auto;
    border: 1px solid #ccc;
    padding: 10px;
}

.write-tb .privacybox{
    margin-bottom: 5px;
}

.write-tb .privacybox h1{
    font-size: 18px;
}



.tab_menu1{height:105px}
.tab_menu1 > ul{ display:table; width:100%;position:relative;}
.tab_menu1 > ul > li{float:left;width:48%; margin-right:2px;display:table-cell; vertical-align:middle; }
.tab_menu1 > ul > li > a{display:block;cursor:default; width:100%;background:#f5f5f5;line-height:56px;height:56px;border:1px solid #dbe1df; text-align:center;font-size:18px; font-weight:700; letter-spacing:-0.5px;color:#333;position:relative;}

.tab_menu1 > ul > li > a:hover{ color: #fff;  border: 1px solid #999;	background:#0f555b;}

.tab_menu1 > ul > li.current > a{background:rgba(188, 3, 73, .99); border-top:1px solid #12819d;border:1px solid #fff;color:#dbe1df;}
.tab_menu1 > ul > li.current > a .bg{position:absolute;bottom:-1px;left:50%;margin-left:-6px;width:13px;height:7px;background:url(/gateway/img/kr/bul/bg_tabs.png) no-repeat}


.tab_menu2{height:105px}
.tab_menu2 > ul{ display:table; width:100%;position:relative;}
.tab_menu2 > ul > li{float:left;width:33%; margin-right:2px;display:table-cell; vertical-align:middle; }
.tab_menu2 > ul > li > a{display:block;cursor:default; width:100%;background:#f5f5f5;line-height:56px;height:56px;border:1px solid #dbe1df; text-align:center;font-size:18px; font-weight:700; letter-spacing:-0.5px;color:#333;position:relative;}

.tab_menu2 > ul > li > a:hover{ color: #fff;  border: 1px solid #999;	background:#0f555b;}

.tab_menu2 > ul > li.current > a{background:rgba(188, 3, 73, .99); border-top:1px solid #12819d;border:1px solid #fff;color:#dbe1df;}
.tab_menu2 > ul > li.current > a .bg{position:absolute;bottom:-1px;left:50%;margin-left:-6px;width:13px;height:7px;background:url(/gateway/img/kr/bul/bg_tabs.png) no-repeat}


.tab_menu4{height:105px}
.tab_menu4 > ul{ display:table; width:100%;position:relative;}
.tab_menu4 > ul > li{float:left;width:24.5%; margin-right:2px;display:table-cell; vertical-align:middle; }
.tab_menu4 > ul > li > a{display:block;cursor:default; width:100%;background:#f5f5f5;line-height:56px;height:56px;border:1px solid #dbe1df; text-align:center;font-size:18px; font-weight:700; letter-spacing:-0.5px;color:#333;position:relative;}

.tab_menu4 > ul > li > a:hover{ color: #fff;  border: 1px solid #999;	background:#0f555b;}

.tab_menu4 > ul > li.current > a{background:rgba(188, 3, 73, .99); border-top:1px solid #12819d;border:1px solid #fff;color:#dbe1df;}
.tab_menu4 > ul > li.current > a .bg{position:absolute;bottom:-1px;left:50%;margin-left:-6px;width:13px;height:7px;background:url(/gateway/img/kr/bul/bg_tabs.png) no-repeat}



@media(max-width: 1200px){
    .liststyle3-item{
        width: 48%;
        margin-bottom: 20px;
    }

    .liststyle3-item.on{
        width: 48%;
    }

    .liststyle3-item .txt_wrap{
        left: 0;
        top: 0;
        transform: none;
        -webkit-transform: none;
        padding: 100px 50px;
        width: 100%;
    }

    .liststyle3-item .txt_wrap .txt{
        opacity: 1;
        visibility: visible;
        display: block;
    }
}

@media(max-width: 992px){
    .title1 .tit{
        font-size: 60px;
    }

    .title1 .txt{
        font-size: 25px;
    }

    .title4 .subtit{
        font-size: 40px;
    }

    .title4 .txt{
        font-size: 16px;
    }

    .title4 .tit{
        font-size: 40px;
    }

    .title4.type1 .txt{
        margin-top: 25px;
        margin-bottom: 70px;
    }

    .title5 .tit{
        font-size: 100px;
    }

    .title5 .txt{
        font-size: 45px;
    }

    /*  */

    .linkbox1 .link{
        margin: 0 20px;
        font-size: 16px;
    }

    .liststyle1 .liststyle1-col{
        width: 50% !important;
    }

    .liststyle1 .liststyle1-item.large .img{
        padding-top: 80%;
    }

    .liststyle1 .liststyle1-item .tit{
        font-size: 16px;
    }

    .liststyle3-item .txt_wrap{
        padding: 70px 30px;
    }

    .liststyle3-item .txt_wrap .tit{
        font-size: 20px;
    }

    .liststyle4-item .txt_wrap .tit{
        font-size: 14px;
    }

    .liststyle4-item .txt_wrap{
        padding-top: 0;
        padding-bottom: 0;
    }

}

@media(max-width: 768px){
    .title1 .tit{
        font-size: 50px;
        letter-spacing: -2px;
    }

    .title1 .txt{
        font-size: 18px;
    }

    .title2 .tit{
        font-size: 25px;
    }

    .title4 .subtit{
        font-size: 30px;
    }

    .title4 .txt{
        font-size: 16px;
    }

    .title4 .tit{
        font-size: 60px;
    }

    .title4.type1 .txt{
        margin-top: 18px;
        margin-bottom: 60px;
    }

    .title5 .tit{
        font-size: 60px;
        padding-bottom: 20px;
    }

    .title5 .tit:after{
        height: 6px;
    }

    .title5 .subtit{
        font-size: 30px;
        margin-bottom: 10px;
    }


    /*  */

    .linkbox1 .link{
        width: 100px;
        height: 100px;
        word-break: keep-all;
        margin: 0 10px;
    }

    .liststyle3-item{
        width: 50% !important;
    }

    .liststyle3-item .txt_wrap{
        padding: 80px 50px;
    }

    .liststyle4-item{
        margin-bottom: 20px;
        width: 100%;
    }

    .liststyle4-item .txt_wrap{
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .liststyle4-item .txt_wrap .tit{
        height: 44px;
    }
	
	
.tab_menu1{height:90px}
.tab_menu1 > ul{display:inline-block;width:100%;position:relative}
.tab_menu1 > ul > li{float:left;width:99%; margin-right:2px}
.tab_menu1 > ul > li > a{display:block;width:100%;background:#f5f5f5;line-height:46px;height:46px;border-bottom:1px solid #dbe1df;border-right:1px solid #dbe1df;border-top:1px solid #f2f2f2;text-align:center;font-size:16px;letter-spacing:-0.5px;color:#333;position:relative}
.tab_menu1 > ul > li.current > a{ background:rgba(188, 3, 73, .79); border-top:1px solid #12819d;border:1px solid #fff;color:#dbe1df;}
.tab_menu1 > ul > li.current > a .bg{position:absolute;bottom:-1px;left:50%;margin-left:-6px;width:13px;height:7px;background:url(/gateway/img/kr/bul/bg_tabs.png) no-repeat}

	
.tab_menu2{height:175px}
.tab_menu2 > ul{display:inline-block;width:100%;position:relative}
.tab_menu2 > ul > li{float:left;width:99%; margin-right:2px}
.tab_menu2 > ul > li > a{display:block;width:100%;background:#f5f5f5;line-height:46px;height:46px;border-bottom:1px solid #dbe1df;border-right:1px solid #dbe1df;border-top:1px solid #f2f2f2;text-align:center;font-size:16px;letter-spacing:-0.5px;color:#333;position:relative}
.tab_menu2 > ul > li.current > a{ background:rgba(188, 3, 73, .79); border-top:1px solid #12819d;border:1px solid #fff;color:#dbe1df;}
.tab_menu2 > ul > li.current > a .bg{position:absolute;bottom:-1px;left:50%;margin-left:-6px;width:13px;height:7px;background:url(/gateway/img/kr/bul/bg_tabs.png) no-repeat}

	
.tab_menu4{height:175px}
.tab_menu4 > ul{display:inline-block;width:100%;position:relative}
.tab_menu4 > ul > li{float:left;width:99%; margin-right:2px}
.tab_menu4 > ul > li > a{display:block;width:100%;background:#f5f5f5;line-height:46px;height:46px;border-bottom:1px solid #dbe1df;border-right:1px solid #dbe1df;border-top:1px solid #f2f2f2;text-align:center;font-size:16px;letter-spacing:-0.5px;color:#333;position:relative}
.tab_menu4 > ul > li.current > a{ background:rgba(188, 3, 73, .79); border-top:1px solid #12819d;border:1px solid #fff;color:#dbe1df;}
.tab_menu4 > ul > li.current > a .bg{position:absolute;bottom:-1px;left:50%;margin-left:-6px;width:13px;height:7px;background:url(/gateway/img/kr/bul/bg_tabs.png) no-repeat}

				

	
}

@media(max-width: 520px){
    .title4 .subtit{
        font-size: 20px;
    }

    .title4 .txt{
        font-size: 14px;
    }

    .title4 .tit{
        font-size: 40px;
    }

    .title4.type3 .tit{
        margin-top: 30px;
    }

    .title5 .tit{
        font-size: 40px;
    }

    .title5 .subtit{
        font-size: 25px;
    }

    .title5 .tit:after{
        height: 4px;
    }

    .title4.type1 .txt{
        margin-top: 18px;
        margin-bottom: 30px;
    }
    /*  */
    .liststyle1 .liststyle1-item{
        margin-bottom: 20px;
    }

    .liststyle1 .liststyle1-item .tit{
        margin-top: 5px;
        font-size: 14px;
    }

    .liststyle3-item{
        width: 100% !important;
    }

    .liststyle3-item .img{
        height: 350px;
    }

    .liststyle2-item{
        width: 100%;
        float: none;
        padding: 0 10px;
        margin-bottom: 20px
    }

    .liststyle2-item .fa{
        font-size: 30px;
    }
	
	




}


/* board */
.board-top{
    margin-top: 200px;
}

.boardlist{
    margin-bottom: 200px;
}

.boardlist #gall_ul{
    margin-left: -1px;
    margin-right: -1px;
}

.boardlist .gall_li{
    padding-left: 1px;
    padding-right: 1px;
}

.boardlist #gall_ul .gall_box{
    margin-bottom: 20px;
    border: none;
    border-radius: 0;
}

.boardlist #gall_ul .gall_text_href{
    font-weight: 300;
    padding: 20px 0;
}

.boardlist #gall_ul .gall_text_href a:hover,
.boardlist #gall_ul .gall_text_href a:focus{
    text-decoration: none;
}

.boardlist #gall_ul .gall-txt{
    font-size: 15px;
    letter-spacing: -0.6px;
    color: #7d7d7d;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 10px;
    font-weight: 300;
}

.boardlist #gall_ul .gall-tit{
    font-size: 20px;
    font-weight: 100;
    line-height: 1.7;
    letter-spacing: -0.8px;
    color: #000000;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.another-post-outter{
    background: #f6f6f6;
}

#another-post{
    padding-top: 70px;
    padding-bottom: 95px;
}

#another-post .another-post-tit{
    font-size: 50px;
    font-weight: bold;
    line-height: 1.2;
    letter-spacing: -2px;
    position: relative;
    top: -100px;
}

#another-post .another-post-item{
    width: 25%;
    float: left;
    padding: 2px;
}

#another-post .another-post-item a{
    color: #000;
}

#another-post .another-post-item a:hover,
#another-post .another-post-item a:focus{
    text-decoration: none;
}

#another-post .another-post-item .img{
    padding-top: 70%;
}

#another-post .another-post-item .txt_wrap{
    margin-top: 25px;
}

#another-post .another-post-item .txt_wrap .txt{
    font-size: 15px;
    font-weight: 100;
    letter-spacing: -0.6px;
    color: #7d7d7d;
    word-break: keep-all;
}

#another-post .another-post-item .txt_wrap .tit{
    font-size: 20px;
    letter-spacing: -0.8px;
    margin-top: 5px;
    word-break: keep-all;
}

.youtubebox{
    position: relative;
    padding-top: 56.25%;
}

.youtubebox .youtube{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.adm-table{
    width: 100%;
}

.adm-table th{
    background: #f4f4f4;
}

.adm-table td,
.adm-table th{
    border: 1px solid #ccc;
    padding: 5px !important;
}



@media(max-width: 998px){
    .board-top{
        margin-top: 200px;
    }

    .boardlist #gall_ul .gall-txt{
        font-size: 14px;
        margin-bottom: 5px;
    }

    .boardlist #gall_ul .gall-tit{
        font-size: 16px;
        line-height: 1.6;
    }

    #another-post{
        padding-top: 30px;
        padding-bottom: 50px;
    }

    #another-post .another-post-tit{
        font-size: 40px;
        top: -50px;
    }
}

@media(max-width: 768px){
    .board-top{
        margin-top: 100px;
    }

    .boardlist #gall_ul .gall-txt{
        font-size: 12px;
    }

    .boardlist #gall_ul .gall-tit{
        font-size: 14px;
    }

    #another-post .another-post-item{
        width: 50%;
        margin-bottom: 20px;
    }

    #another-post .another-post-item .txt_wrap .txt{
        font-size: 14px;
    }

    #another-post .another-post-item .txt_wrap .tit{
        font-size: 16px;
    }


}

@media(max-width: 520px){
    #another-post .another-post-item{
        width: 50%;
        margin-bottom: 20px;
    }

    #another-post .another-post-item .txt_wrap .txt{
        font-size: 14px;
    }

    #another-post .another-post-item .txt_wrap .tit{
        font-size: 16px;
    }

    #another-post .another-post-tit{
        font-size: 25px;
    }
}


/*  */
.scroll_show{
    opacity: 0;
    transform: translateY(40px);
    -webkit-transform: translateY(40px);
    transition: 1.5s;
    -webkit-transition: 1.5s;
}

.scroll_show.active{
    opacity: 1;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
}

.icons.scroll_show{
    opacity: 1;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
}

.icons.scroll_show .item,
.content.organization .infobox-txtarea.scroll_show>div{
    opacity: 0;
    transform: translateY(15px);
    -webkit-transform: translateY(15px);
}

.icons.scroll_show.active .item,
.content.organization .infobox-txtarea.scroll_show.active>div{
    opacity: 1;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
}

.icons.scroll_show.active .item.no1,
.content.organization .infobox-txtarea.scroll_show.active .no1{
    transition: 1s ease;
    -webkit-transition: 1s ease;
}

.icons.scroll_show.active .item.no2,
.content.organization .infobox-txtarea.scroll_show.active .no2{
    transition: 1s ease 0.2s;
    -webkit-transition: 1s ease 0.2s;
}

.icons.scroll_show.active .item.no3,
.content.organization .infobox-txtarea.scroll_show.active .no3{
    transition: 1s ease 0.6s;
    -webkit-transition: 1s ease 0.6s;
}

.icons.scroll_show.active .item.no4{
    transition: 1s ease 1s;
    -webkit-transition: 1s ease 1s;
}

.icons.scroll_show.active .item.no5{
    transition: 1s ease 1.4s;
    -webkit-transition: 1s ease 1.4s;
}


/*  */

a.btn_b02, .btn_b02,
.btn_submit{
    background: #333;
    color: #fff !important;
}

a.btn_b02:hover, .btn_b02:hover,
.btn_submit:hover{
    background: #464646;
}

a.btn_admin, .btn_admin,
a.btn_b01, .btn_b01,
a.btn_cancel{
    background: #555555;
    color: #fff !important;
}

a.btn_admin:hover, .btn_admin:hover,
a.btn_b01:hover, .btn_b01:hover,
a.btn_cancel:hover{
    background: #6f6f6f;
}

.pg_wrap .pg_page,
.pg_wrap .pg_current{
    border: none;
    background-color: initial;
    box-shadow: none;
    font-size: 16px;
    line-height: 28px;
}

.pg_wrap .pg_current{
    color: #000;
}

#bo_cate{
    background: none;
    border: 1px solid #ccc;
}

#bo_cate #bo_cate_on{
    background: #333;
    border: 1px solid #333;
    box-shadow: none;
}

#bo_sch{
    margin-top: 20px;
}

@media(max-width: 560px){
    #bo_sch{
        position: relative;
        padding: 5px;
        margin-bottom: 10px;
    }

    #bo_sch select{
        width: 100%;
        border: 1px solid #ccc;
        padding: 10px;
        height: auto;
        float: none;
        margin: 0;
    }

    #bo_sch .sch_input,
    #bo_sch .sch_btn{
        padding: 10px;
        height: auto;
        border: 1px solid #ccc;
        background-color: #fff;
        color: #fff !important;
        width: 100%;
        left: none;
        position: static;
    }

    #bo_sch .sch_btn{
        background-color: #e2e2e2;
    }

    #bo_sch select,
    #bo_sch .sch_input,
    #bo_sch .sch_btn{
        margin: 5px 0;
    }


}

.gall_img .img_wrap .img{
    padding-top: 56.666666%;
}

.btn_bo_user li{
    margin-bottom: 5px;
}

#bo_v_title .bo_v_cate{
    padding: 7px 20px;
    font-size: 16px;
    background: #333;
    border: 1px solid #333;
    box-shadow: none;
}

@media(max-width: 520px){
    #bo_v_title .bo_v_cate{
        padding: 7px 15px;
        font-size: 14px;
    }
}


#bo_gall .gall_li .gall_chk{
    z-index: 10;
}

/* #autosave_wrapper{
    position: relative;
} */

.bbs-snslink .icon-w{
    display: none;
}
